.cc-cart-overlay{position:fixed;top:0;right:0;bottom:0;left:0;width:100vw;height:100vh;z-index:999999;visibility:hidden;opacity:0;pointer-events:none;transition:opacity .35s cubic-bezier(.16,1,.3,1),visibility .35s}.cc-cart-overlay.is-open{visibility:visible;opacity:1;pointer-events:auto}.cc-cart-backdrop{position:absolute;top:0;right:0;bottom:0;left:0;background:#05070abf;backdrop-filter:blur(12px) saturate(120%);-webkit-backdrop-filter:blur(12px) saturate(120%);cursor:pointer}.cc-cart-window{position:fixed;display:flex;flex-direction:column;background:#0d1017f0;backdrop-filter:blur(32px) saturate(140%);-webkit-backdrop-filter:blur(32px) saturate(140%);box-sizing:border-box;z-index:2;color:#f8fafc;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif}@media(min-width:768px){.cc-cart-window{top:0;right:0;bottom:0;width:480px;max-width:92vw;height:100vh;border-left:1px solid rgba(255,255,255,.12);box-shadow:-24px 0 80px #000000d9,0 0 40px #c59a271f;transform:translate3d(100%,0,0);transition:transform .4s cubic-bezier(.16,1,.3,1)}.cc-cart-overlay.is-open .cc-cart-window{transform:translateZ(0)}.cc-cart-mobile-pull{display:none}}@media(max-width:767px){.cc-cart-window{left:0;right:0;bottom:0;top:auto;width:100%;max-width:100vw;max-height:92vh;height:auto;display:flex;flex-direction:column;overflow:hidden;border-radius:24px 24px 0 0;border-top:1px solid rgba(255,255,255,.16);border-left:none;border-right:none;box-shadow:0 -24px 70px #000000f2,0 -4px 30px #c59a2733;transform:translate3d(0,100%,0);transition:transform .38s cubic-bezier(.16,1,.3,1);box-sizing:border-box}.cc-cart-overlay.is-open .cc-cart-window{transform:translateZ(0)}.cc-cart-mobile-pull{display:flex;justify-content:center;align-items:center;padding:8px 0 2px;cursor:grab;touch-action:pan-y;flex-shrink:0}.cc-cart-pull-bar{width:44px;height:5px;border-radius:99px;background:#ffffff40;transition:background .2s ease}.cc-cart-mobile-pull:active .cc-cart-pull-bar{background:#c59a27cc}.cc-cart-header{padding:10px 18px;flex-shrink:0;box-sizing:border-box}.cc-cart-shipping-bar-wrap{padding:8px 18px;flex-shrink:0;box-sizing:border-box}.cc-cart-items-scroll{flex:1 1 auto;min-height:0;overflow-y:auto;padding:6px 18px;max-height:none;box-sizing:border-box}.cc-cart-footer{flex-shrink:0;margin-top:auto;padding:12px 18px max(16px,env(safe-area-inset-bottom));box-sizing:border-box}.cc-cart-trust-row{padding:6px 0;margin-bottom:10px;gap:4px}.cc-cart-checkout-button{padding:13px 18px;font-size:.92rem}}.cc-cart-header{display:flex;align-items:center;justify-content:space-between;padding:18px 24px;border-bottom:1px solid rgba(255,255,255,.08)}.cc-cart-header-title-group{display:flex;align-items:center;gap:10px}.cc-cart-vault-icon{width:22px;height:22px;color:#c59a27}.cc-cart-title{margin:0;font-size:1.15rem;font-weight:800;letter-spacing:-.02em;color:#fff}@media(max-width:480px){.cc-cart-title{font-size:1rem}}.cc-cart-count-badge{display:inline-flex;align-items:center;justify-content:center;min-width:22px;height:22px;padding:0 6px;border-radius:99px;background:#c59a272e;border:1px solid rgba(197,154,39,.4);color:#c59a27;font-size:.75rem;font-weight:800}.cc-cart-close-btn{background:#ffffff0f;border:1px solid rgba(255,255,255,.1);border-radius:50%;width:32px;height:32px;display:flex;align-items:center;justify-content:center;color:#94a3b8;cursor:pointer;transition:all .2s ease}.cc-cart-close-btn svg{width:16px;height:16px}.cc-cart-close-btn:hover{background:#c59a2726;border-color:#c59a2766;color:#c59a27;transform:rotate(90deg)}.cc-cart-shipping-bar-wrap{padding:12px 24px;background:#ffffff05;border-bottom:1px solid rgba(255,255,255,.06)}.cc-cart-shipping-text{font-size:.82rem;color:#94a3b8;line-height:1.4}.cc-cart-shipping-text strong{color:#fff}.cc-shipping-unlocked{color:#4ade80!important;font-weight:700}.cc-cart-shipping-track{width:100%;height:6px;border-radius:99px;background:#ffffff14;margin-top:8px;overflow:hidden}.cc-cart-shipping-fill{height:100%;border-radius:99px;background:linear-gradient(90deg,#c59a27,#dfc66f);box-shadow:0 0 10px #c59a2780;transition:width .4s ease}.cc-cart-shipping-fill.is-unlocked{background:linear-gradient(90deg,#22c55e,#4ade80);box-shadow:0 0 12px #22c55e99}.cc-cart-items-scroll{flex:1 1 auto;overflow-y:auto;padding:8px 24px;-webkit-overflow-scrolling:touch;max-height:calc(88vh - 280px)}@media(min-width:768px){.cc-cart-items-scroll{max-height:calc(100vh - 310px)}}.cc-cart-items-scroll::-webkit-scrollbar{width:5px}.cc-cart-items-scroll::-webkit-scrollbar-thumb{background:#ffffff26;border-radius:99px}.cc-cart-item{display:flex;gap:16px;padding:16px 0;border-bottom:1px solid rgba(255,255,255,.06);transition:opacity .3s ease}.cc-cart-item-thumb-wrap{width:76px;height:102px;flex-shrink:0;border-radius:12px;overflow:hidden;background:#ffffff08;border:1px solid rgba(255,255,255,.1);display:flex;align-items:center;justify-content:center;padding:4px}.cc-cart-item-thumb{width:100%;height:100%;object-fit:contain}.cc-cart-item-content{flex:1 1 auto;min-width:0;display:flex;flex-direction:column}.cc-cart-item-badge{font-size:.66rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase;color:#c59a27;margin-bottom:3px}.cc-cart-item-title{margin:0 0 4px;font-size:.92rem;font-weight:700;line-height:1.35}.cc-cart-item-title a{color:#fff;text-decoration:none;transition:color .2s ease}.cc-cart-item-title a:hover{color:#c59a27}.cc-cart-item-variant{font-size:.78rem;color:#94a3b8;margin-bottom:6px}.cc-cart-item-price-row{display:flex;align-items:baseline;gap:8px;margin-bottom:10px}.cc-cart-item-price{font-size:1.05rem;font-weight:800;color:#fff}.cc-cart-item-unit{font-size:.78rem;color:#94a3b8}.cc-cart-item-actions{display:flex;align-items:center;justify-content:space-between;margin-top:auto}.cc-cart-stepper{display:inline-flex;align-items:center;background:#ffffff0d;border:1px solid rgba(255,255,255,.12);border-radius:8px;overflow:hidden}.cc-stepper-btn{width:28px;height:28px;display:flex;align-items:center;justify-content:center;background:transparent;border:none;color:#fff;font-size:.95rem;cursor:pointer;transition:background .15s ease}.cc-stepper-btn:hover{background:#c59a2733;color:#c59a27}.cc-stepper-val{min-width:28px;text-align:center;font-size:.85rem;font-weight:700;color:#fff}.cc-cart-item-remove{display:inline-flex;align-items:center;gap:4px;background:transparent;border:none;color:#94a3b8;font-size:.75rem;font-weight:600;cursor:pointer;padding:4px 6px;border-radius:6px;transition:all .2s ease}.cc-cart-item-remove svg{width:14px;height:14px}.cc-cart-item-remove:hover{color:#ef4444;background:#ef44441a}.cc-cart-empty-state{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:48px 24px}.cc-cart-empty-icon-wrap{width:68px;height:68px;border-radius:50%;background:#c59a2714;border:1px solid rgba(197,154,39,.25);display:flex;align-items:center;justify-content:center;margin-bottom:18px;box-shadow:0 0 24px #c59a2733}.cc-cart-empty-icon-wrap svg{width:32px;height:32px}.cc-cart-empty-title{font-size:1.15rem;font-weight:800;color:#fff;margin:0 0 8px}.cc-cart-empty-desc{font-size:.88rem;color:#94a3b8;line-height:1.5;max-width:320px;margin:0 0 24px}.cc-cart-empty-btn{padding:12px 24px;background:#c59a27;color:#fff;font-size:.92rem;font-weight:700;border:none;border-radius:10px;cursor:pointer;box-shadow:0 4px 20px #c59a2766;transition:all .25s ease}.cc-cart-empty-btn:hover{background:#c59a27;transform:translateY(-2px);box-shadow:0 6px 26px #c59a278c}.cc-cart-footer{margin-top:auto;padding:18px 24px;background:#0a0c11f2;border-top:1px solid rgba(255,255,255,.08)}.cc-cart-subtotal-row{display:flex;align-items:baseline;justify-content:space-between;margin-bottom:4px}.cc-cart-subtotal-label{font-size:.95rem;color:#94a3b8;font-weight:600}.cc-cart-subtotal-amount{font-size:1.35rem;font-weight:800;color:#fff;letter-spacing:-.02em}.cc-cart-tax-notice{font-size:.74rem;color:#64748b;margin:0 0 14px}.cc-cart-trust-row{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;padding:10px 0;border-top:1px solid rgba(255,255,255,.06);border-bottom:1px solid rgba(255,255,255,.06);margin-bottom:16px}.cc-cart-trust-item{display:flex;flex-direction:column;align-items:center;text-align:center;gap:4px}.cc-cart-trust-item svg{width:15px;height:15px;color:#c59a27}.cc-cart-trust-item span{font-size:.65rem;font-weight:600;color:#94a3b8;line-height:1.2}.cc-cart-actions{display:flex;flex-direction:column;gap:10px}.cc-cart-checkout-button{display:flex;align-items:center;justify-content:center;gap:8px;width:100%;padding:15px 20px;background:#c59a27;color:#fff!important;font-size:.98rem;font-weight:700;text-decoration:none;border-radius:12px;box-shadow:0 4px 22px #c59a2773;transition:all .25s cubic-bezier(.16,1,.3,1);box-sizing:border-box}.cc-cart-checkout-button svg{width:18px;height:18px;transition:transform .2s ease}.cc-cart-checkout-button:hover{background:#c59a27;transform:translateY(-2px);box-shadow:0 8px 30px #c59a2799}.cc-cart-checkout-button:hover svg{transform:translate(3px)}.cc-cart-view-cart-link{text-align:center;font-size:.82rem;font-weight:600;color:#94a3b8;text-decoration:none;transition:color .2s ease}.cc-cart-view-cart-link:hover{color:#fff;text-decoration:underline}body:has(.cart-page),.template-cart,.template-cart body,.template-cart main,.cart-page{background-color:#06070a!important;color:#fff!important}.cart-page{max-width:1300px;margin:0 auto;padding:clamp(30px,5vw,60px) clamp(16px,3vw,32px) 100px;position:relative;z-index:1;color:#fff!important}.cart-page h1,.cart-page h2,.cart-page h3,.cart-page h4,.cart-page .cart-title{color:#fff!important}.cart-page__title{margin-bottom:28px}.cart-page__title h1,.cart-title{font-size:clamp(2rem,3.8vw,2.75rem)!important;font-weight:800!important;letter-spacing:-.03em!important;color:#fff!important;display:flex!important;align-items:baseline!important;gap:12px!important}.cart-title__count{font-size:1.1rem!important;font-weight:600!important;color:#c59a27!important}.cart-items__table{width:100%;border-collapse:separate!important;border-spacing:0 16px!important}.cart-items__table-row{background:#0e121ac7!important;backdrop-filter:blur(20px) saturate(130%)!important;-webkit-backdrop-filter:blur(20px) saturate(130%)!important;border:1px solid rgba(255,255,255,.1)!important;border-radius:18px!important;box-shadow:0 12px 36px #00000073!important;transition:transform .25s ease,border-color .25s ease,box-shadow .25s ease!important}.cart-items__table-row:hover{border-color:#c59a2759!important;box-shadow:0 16px 44px #0000008c,0 0 20px #c59a271a!important}.cart-items__media{padding:18px!important;width:110px!important}.cart-items__media-container{width:90px!important;height:120px!important;border-radius:12px!important;background:#ffffff08!important;border:1px solid rgba(255,255,255,.1)!important;display:flex!important;align-items:center!important;justify-content:center!important;overflow:hidden!important}.cart-items__media-image{max-width:100%!important;max-height:100%!important;object-fit:contain!important}.cart-items__details{padding:18px 24px!important;vertical-align:middle!important}.cart-items__title{color:#fff!important;font-size:1.15rem!important;font-weight:700!important;line-height:1.35!important;text-decoration:none!important;transition:color .2s ease!important}.cart-items__title:hover{color:#c59a27!important}.cart-items__price{color:#fff!important;font-size:1.3rem!important;font-weight:800!important;margin-top:8px!important}.quantity-selector{background:#ffffff0f!important;border:1px solid rgba(255,255,255,.14)!important;border-radius:10px!important;color:#fff!important}.quantity-selector .button{color:#fff!important;background:transparent!important}.quantity-selector .button:hover{color:#c59a27!important}.cart-page__summary,.cart-summary{background:#10141de0!important;backdrop-filter:blur(24px) saturate(140%)!important;-webkit-backdrop-filter:blur(24px) saturate(140%)!important;border:1px solid rgba(255,255,255,.14)!important;border-radius:24px!important;padding:clamp(24px,3vw,36px)!important;box-shadow:0 24px 60px #0009,0 0 35px #c59a271a!important}.cart-totals__original-label,.cart-totals__label{color:#94a3b8!important;font-size:1rem!important;font-weight:600!important}.cart-totals__original-value,.cart-totals__value{color:#fff!important;font-size:1.5rem!important;font-weight:800!important}.cart__checkout-button,button#checkout{background:#c59a27!important;color:#fff!important;font-size:1.1rem!important;font-weight:800!important;padding:18px 28px!important;border-radius:14px!important;border:none!important;box-shadow:0 6px 28px #c59a2780!important;transition:all .25s cubic-bezier(.16,1,.3,1)!important;cursor:pointer!important}.cart__checkout-button:hover,button#checkout:hover{background:#c59a27!important;transform:translateY(-2px)!important;box-shadow:0 10px 36px #c59a27a6!important}.cart-page--empty{text-align:center!important;padding:80px 20px!important}.cart-items__empty-button{background:#c59a27!important;color:#fff!important;font-size:1.05rem!important;font-weight:700!important;border-radius:12px!important;padding:16px 36px!important;box-shadow:0 6px 24px #c59a2773!important;margin-top:24px!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;text-decoration:none!important}.cart-items__empty-button:hover{background:#c59a27!important;transform:translateY(-2px)!important;box-shadow:0 8px 30px #c59a2799!important}@media(max-width:767px){.cart-page{padding:24px 14px 80px!important;overflow-x:hidden!important}.cart-items__table{display:block!important;width:100%!important}.cart-items__table tbody{display:flex!important;flex-direction:column!important;gap:14px!important;width:100%!important}.cart-items__table-row{display:flex!important;flex-wrap:wrap!important;align-items:center!important;padding:14px!important;gap:12px!important;box-sizing:border-box!important}.cart-items__media{padding:0!important;width:72px!important;flex-shrink:0!important}.cart-items__media-container{width:72px!important;height:96px!important}.cart-items__details{padding:0!important;flex:1 1 180px!important;min-width:0!important}.cart-items__title{font-size:.95rem!important;word-break:break-word!important}.cart-items__price{font-size:1.1rem!important;margin-top:4px!important}.cart-page__summary,.cart-summary{border-radius:18px!important;padding:20px 16px!important;margin-top:24px!important}.cart__checkout-button,button#checkout{padding:15px 20px!important;font-size:1rem!important}}
/*# sourceMappingURL=/cdn/shop/t/1/assets/cardcrest-cart.css.map */
