cart-notification,.cart-notification-wrapper{display:none!important}.nihooya-cart-drawer{font-family:var(--nihooya-font-body);--drawer-width: 42rem;--drawer-radius: 20px 0 0 20px;--drawer-shadow: -12px 0 40px rgba(0, 0, 0, .14)}.nihooya-cart-drawer.drawer{background-color:#0000006b;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.nihooya-cart-drawer .drawer__inner,.nihooya-cart-drawer .drawer__inner-empty{width:var(--drawer-width);max-width:min(var(--drawer-width),calc(100% - 2rem));height:100%;max-height:100vh;padding:0;border:none;border-radius:var(--drawer-radius);background:var(--nihooya-background);box-shadow:var(--drawer-shadow);overflow:hidden;display:flex;flex-direction:column}.nihooya-cart-drawer .nihooya-cart-drawer__accent{height:3px;flex-shrink:0;background:var(--nihooya-primary)}.nihooya-cart-drawer .drawer__header{flex-shrink:0;padding:1.6rem 2rem 1.2rem;border-bottom:1px solid rgba(0,0,0,.08)}.nihooya-cart-drawer .drawer__heading{display:flex;align-items:center;gap:10px;margin:0;font-family:var(--nihooya-font-heading);font-size:2rem;font-weight:400;text-transform:uppercase;letter-spacing:.05em;color:var(--nihooya-text-dark)}.nihooya-cart-drawer__count{display:inline-flex;align-items:center;justify-content:center;min-width:26px;height:26px;padding:0 8px;font-size:13px;line-height:1;color:var(--nihooya-text-light);background:var(--nihooya-primary);border-radius:999px}.nihooya-cart-drawer .drawer__close{position:static;display:inline-flex;align-items:center;justify-content:center;width:40px;height:40px;min-width:40px;min-height:40px;color:var(--nihooya-text-dark);background:#ec9b861a;border:1px solid rgba(0,0,0,.08);border-radius:12px;transition:background .2s ease,transform .2s ease}.nihooya-cart-drawer .drawer__close:hover{background:var(--nihooya-surface);transform:scale(1.04)}.nihooya-cart-drawer .drawer__close svg{width:1.8rem;height:1.8rem}.nihooya-cart-drawer cart-drawer-items{flex:1 1 auto;min-height:0;overflow-y:auto;overflow-x:hidden;padding:0 1.2rem;-webkit-overflow-scrolling:touch}.nihooya-cart-drawer .cart-drawer__form{display:flex;flex-direction:column;min-height:100%}.nihooya-cart-drawer .drawer__contents{flex:1 1 auto;display:flex;flex-direction:column}.nihooya-cart-drawer .drawer__cart-items-wrapper{flex:0 0 auto;padding:.8rem 0 1rem}.nihooya-cart-drawer .cart-drawer thead{display:none}.nihooya-cart-drawer .cart-drawer .cart-items,.nihooya-cart-drawer .cart-drawer tbody{display:block;width:100%}.nihooya-cart-drawer .cart-drawer .cart-item{display:grid;grid-template-columns:80px minmax(0,1fr) auto;grid-template-rows:auto auto;gap:.4rem 1rem;margin:0;padding:1.2rem;background:var(--nihooya-text-light);border:1px solid rgba(0,0,0,.07);border-radius:16px;box-shadow:0 6px 18px #0000000d}.nihooya-cart-drawer .cart-drawer .cart-item+.cart-item{margin-top:.8rem}.nihooya-cart-drawer .cart-drawer .cart-item__media{grid-row:1 / 3;grid-column:1;align-self:start;width:auto}.nihooya-cart-drawer .cart-drawer .cart-item__image{width:80px;max-width:80px;aspect-ratio:1;object-fit:cover;border-radius:14px;background:radial-gradient(circle at 50% 42%,#000 0% 68%);border:1px solid rgba(0,0,0,.12)}.nihooya-cart-drawer .cart-drawer .cart-item__details{grid-column:2 / 3;grid-row:1;padding:0;min-width:0}.nihooya-cart-drawer .nihooya-cart-drawer__line-top{display:flex;align-items:flex-start;gap:.8rem;min-width:0}.nihooya-cart-drawer .cart-drawer .cart-item__name{flex:1 1 auto;min-width:0;margin:0;font-size:1.5rem;line-height:1.25;color:var(--nihooya-text-dark);font-weight:400}.nihooya-cart-drawer .cart-drawer .cart-item__name:hover{color:var(--nihooya-primary)}.nihooya-cart-drawer .nihooya-cart-drawer__unit-price{margin-top:4px;font-size:1.2rem;color:var(--nihooya-text-muted)}.nihooya-cart-drawer .cart-drawer .product-option,.nihooya-cart-drawer .cart-drawer .caption-with-letter-spacing{font-size:1.2rem;color:var(--nihooya-text-muted)}.nihooya-cart-drawer .cart-drawer .cart-item__details dl{margin:4px 0 0}.nihooya-cart-drawer .cart-drawer .cart-item__totals{grid-column:3;grid-row:1;align-self:start;padding:0;white-space:nowrap}.nihooya-cart-drawer .cart-drawer .cart-item__price-wrapper .price{font-size:1.5rem;font-weight:400;color:var(--nihooya-text-dark)}.nihooya-cart-drawer .cart-drawer .cart-items .cart-item__quantity{grid-column:2 / 4;grid-row:2;padding:0;width:auto}.nihooya-cart-drawer .cart-drawer .cart-item__quantity-wrapper{display:flex;align-items:center;justify-content:space-between;gap:12px;width:100%}.nihooya-cart-drawer .cart-drawer .quantity{min-height:38px;width:auto;background:#ec9b860f;border-radius:999px;border:1px solid rgba(0,0,0,.1)}.nihooya-cart-drawer .cart-drawer .quantity:before,.nihooya-cart-drawer .cart-drawer .quantity:after{display:none}.nihooya-cart-drawer .cart-drawer .quantity__button{width:34px;color:var(--nihooya-text-dark)}.nihooya-cart-drawer .cart-drawer .quantity__button:hover{color:var(--nihooya-primary)}.nihooya-cart-drawer .cart-drawer .quantity__button.disabled{opacity:.35;pointer-events:none}.nihooya-cart-drawer .cart-drawer .quantity__input{width:2.8rem;font-size:1.4rem;color:var(--nihooya-text-dark)}.nihooya-cart-drawer .cart-drawer .nihooya-cart-drawer__remove{min-width:auto;min-height:auto;margin-left:auto;padding:6px 10px;font-size:1.2rem;color:var(--nihooya-text-muted);background:transparent;border:none;text-decoration:underline;text-underline-offset:3px}.nihooya-cart-drawer .cart-drawer .nihooya-cart-drawer__remove:hover{color:var(--nihooya-primary)}.nihooya-cart-drawer .cart-drawer .nihooya-cart-drawer__remove:before,.nihooya-cart-drawer .cart-drawer .nihooya-cart-drawer__remove:after{display:none}.nihooya-cart-drawer .cart-item__error{display:none;align-items:flex-start;gap:.6rem;margin-top:.8rem;grid-column:1 / -1}.nihooya-cart-drawer .cart-item__error:not([hidden]){display:flex}.nihooya-cart-drawer .cart-item__error .cart-item__error-text{font-size:1.2rem;color:var(--nihooya-primary)}.nihooya-cart-drawer .cart-item__error svg{width:1.4rem;height:1.4rem;flex-shrink:0}.nihooya-cart-drawer .cart__items--disabled{pointer-events:auto;opacity:1}.nihooya-cart-drawer .cart-drawer .cart-item .loading-overlay,.nihooya-cart-drawer #CartDrawer-LineItemStatus{display:none!important}.nihooya-cart-drawer .drawer__footer{flex-shrink:0;margin-top:auto;padding:1.6rem 2rem 2rem;background:linear-gradient(180deg,#ec9b860a,#ec9b8614);border-top:1px solid rgba(0,0,0,.1)}.nihooya-cart-drawer .cart-drawer__footer{padding-top:0}.nihooya-cart-drawer .cart-drawer .totals{display:flex;align-items:baseline;justify-content:space-between;gap:1rem;margin-bottom:.4rem}.nihooya-cart-drawer .cart-drawer .totals__subtotal{margin:0;font-size:1.3rem;letter-spacing:.06em;text-transform:uppercase;color:var(--nihooya-text-muted)}.nihooya-cart-drawer .cart-drawer .totals__subtotal-value{margin:0;font-size:2.2rem;color:var(--nihooya-text-dark);transition:opacity .2s ease}.nihooya-cart-drawer .cart-drawer .totals__subtotal-value.is-pending{opacity:.55}.nihooya-cart-drawer .cart-drawer .tax-note{margin:.8rem 0 1.2rem;font-size:1.2rem;line-height:1.45;color:var(--nihooya-text-muted)}.nihooya-cart-drawer .cart-drawer .discounts__discount{color:var(--nihooya-accent-2)}.nihooya-cart-drawer .cart__ctas{display:grid;gap:10px}.nihooya-cart-drawer .cart-drawer .cart__checkout-button{width:100%;min-height:52px;font-size:1.6rem;letter-spacing:.03em;color:var(--nihooya-text-light);background:var(--nihooya-primary);border:none;border-radius:14px;box-shadow:0 10px 24px #ec9b8647;transition:transform .2s ease,box-shadow .2s ease}.nihooya-cart-drawer .cart-drawer .cart__checkout-button:before,.nihooya-cart-drawer .cart-drawer .cart__checkout-button:after{display:none}.nihooya-cart-drawer .cart-drawer .cart__checkout-button:not([disabled]):hover{transform:translateY(-1px);box-shadow:0 14px 28px #ec9b8657}.nihooya-cart-drawer .cart-drawer .cart__checkout-button[disabled]{opacity:.45;box-shadow:none}.nihooya-cart-drawer .nihooya-cart-drawer__continue{width:100%;min-height:46px;font-size:1.4rem;letter-spacing:.02em;color:var(--nihooya-text-dark);background:transparent;border:1px solid rgba(0,0,0,.14);border-radius:14px;transition:background .2s ease,border-color .2s ease}.nihooya-cart-drawer .nihooya-cart-drawer__continue:before,.nihooya-cart-drawer .nihooya-cart-drawer__continue:after{display:none}.nihooya-cart-drawer .nihooya-cart-drawer__continue:hover{background:#ec9b860f;border-color:#ec9b8647}.nihooya-cart-drawer .drawer__footer>details{margin:0 0 1rem;border:1px solid rgba(0,0,0,.1);border-radius:12px;background:var(--nihooya-text-light)}.nihooya-cart-drawer .drawer__footer summary{padding:1.2rem 1.4rem;color:var(--nihooya-text-dark)}.nihooya-cart-drawer .drawer__footer .field__input{border-radius:10px;border-color:#00000026}.nihooya-cart-drawer:not(.is-empty) .drawer__inner-empty{display:none!important}.nihooya-cart-drawer.is-empty.active .drawer__inner-empty{display:flex;flex-direction:column}.nihooya-cart-drawer.is-empty .drawer__header{display:flex!important}.nihooya-cart-drawer:not(.is-empty) cart-drawer-items+.drawer__footer,.nihooya-cart-drawer:not(.is-empty) .drawer__footer{display:block}.nihooya-cart-drawer .nihooya-cart-drawer__empty{display:flex;flex:1;flex-direction:column;align-items:center;justify-content:center;gap:16px;padding:3rem 2rem;text-align:center}.nihooya-cart-drawer .nihooya-cart-drawer__empty-icon{display:flex;align-items:center;justify-content:center;width:88px;height:88px;color:var(--nihooya-primary);background:#ec9b861a;border-radius:50%}.nihooya-cart-drawer .nihooya-cart-drawer__empty-icon svg{width:42px;height:42px}.nihooya-cart-drawer .cart__empty-text{margin:0;font-size:2.2rem;color:var(--nihooya-text-dark)}.nihooya-cart-drawer .nihooya-cart-drawer__empty-copy{margin:0;max-width:26rem;font-size:1.4rem;line-height:1.5;color:var(--nihooya-text-muted)}.nihooya-cart-drawer .nihooya-cart-drawer__empty .button{margin-top:8px;min-height:48px;padding:0 2.4rem;color:var(--nihooya-text-light);background:var(--nihooya-primary);border:none;border-radius:14px}.nihooya-cart-drawer .nihooya-cart-drawer__empty .button:before,.nihooya-cart-drawer .nihooya-cart-drawer__empty .button:after{display:none}.nihooya-cart-drawer .cart-drawer__warnings .drawer__close{position:absolute;top:1.4rem;right:1.4rem}.nihooya-cart-drawer .cart-drawer__collection{margin:0 2rem 2rem}.nihooya-cart-drawer cart-drawer-items::-webkit-scrollbar{width:4px}.nihooya-cart-drawer cart-drawer-items::-webkit-scrollbar-thumb{background:#ec9b8673;border-radius:999px}@media screen and (max-width:749px){.nihooya-cart-drawer{--drawer-radius: 18px 18px 0 0;--drawer-width: 100%}.nihooya-cart-drawer .drawer__inner,.nihooya-cart-drawer .drawer__inner-empty{max-width:100%;max-height:92vh;margin-top:auto;border-radius:var(--drawer-radius)}.nihooya-cart-drawer.drawer{align-items:flex-end}.nihooya-cart-drawer .drawer.active .drawer__inner{transform:translateY(0)}.nihooya-cart-drawer .drawer__inner{transform:translateY(100%)}.nihooya-cart-drawer .drawer__header{padding:1.4rem 1.6rem 1rem}.nihooya-cart-drawer cart-drawer-items{padding:0 1rem}.nihooya-cart-drawer .cart-drawer .cart-item{grid-template-columns:72px minmax(0,1fr) auto;gap:.4rem .8rem;padding:1rem}.nihooya-cart-drawer .cart-drawer .cart-item__image{width:72px;max-width:72px}.nihooya-cart-drawer .drawer__footer{padding:1.4rem 1.6rem 1.8rem;padding-bottom:calc(1.8rem + env(safe-area-inset-bottom))}}@media(prefers-reduced-motion:no-preference){.nihooya-cart-drawer.drawer.active .drawer__inner{transition:transform .32s cubic-bezier(.4,0,.2,1)}}
/*# sourceMappingURL=/cdn/shop/t/2/assets/component-nihooya-cart-drawer.css.map */
