.product-card{position:relative}.product-card__link{display:block}.product-card__media{position:relative;overflow:hidden;border-radius:var(--radius-lg);background:#f5f5f7;aspect-ratio:3 / 4}.product-card__img{width:100%;height:100%;object-fit:cover;transition:opacity var(--duration-slow) var(--ease-out),transform var(--duration-slow) var(--ease-out)}.product-card__img--secondary{position:absolute;top:0;right:0;bottom:0;left:0;opacity:0}.product-card__link:hover .product-card__img--primary{opacity:0}.product-card__link:hover .product-card__img--secondary{opacity:1}.product-card__link:hover .product-card__img{transform:scale(1.05)}.product-card__badge{position:absolute;top:.75rem;left:.75rem;padding:.25rem .625rem;font-size:11px;font-weight:600;letter-spacing:.02em;border-radius:var(--radius-full);z-index:1}.product-card__badge--sale{background:#ff3b30;color:#fff}.product-card__badge--sold-out{background:var(--color-foreground);color:#fff}.product-card__info{padding:1rem .5rem 0;text-align:center}.product-card__title{font-size:var(--text-base);font-weight:600;line-height:1.3;margin-bottom:.35rem;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.product-card__price{font-size:var(--text-sm)}.price__sale{color:#ff3b30;font-weight:600}.price__compare{color:var(--color-secondary);text-decoration:line-through;margin-left:.4rem;font-weight:400}.price__regular{font-weight:600;color:var(--color-foreground)}.price__from{font-size:var(--text-xs);color:var(--color-secondary);font-weight:400}.product-card__form{position:absolute;bottom:1rem;right:1rem;z-index:2}.product-card__add-btn{display:flex;align-items:center;justify-content:center;width:36px;height:36px;background:var(--color-foreground);color:#fff;border-radius:var(--radius-full);opacity:0;transform:translateY(8px);transition:all var(--duration-normal) var(--ease-out);box-shadow:var(--shadow-md)}.product-card:hover .product-card__add-btn{opacity:1;transform:translateY(0)}.product-card__add-btn:hover{background:var(--color-accent);transform:scale(1.1)}.placeholder{width:100%;height:100%;background:#f5f5f7;display:flex;align-items:center;justify-content:center;border-radius:var(--radius-lg);min-height:300px}.placeholder svg{width:60%;height:auto;opacity:.3}.cart-drawer{position:fixed;top:0;right:0;width:420px;max-width:100vw;height:100vh;background:var(--color-background);z-index:var(--z-modal);transform:translate(100%);transition:transform var(--duration-normal) var(--ease-out);display:flex;flex-direction:column;box-shadow:-8px 0 30px #0000001a}.cart-drawer.is-open{transform:translate(0)}.cart-drawer__overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0006;z-index:calc(var(--z-modal) - 1);opacity:0;visibility:hidden;transition:all var(--duration-normal) var(--ease-out)}.cart-drawer.is-open~.cart-drawer__overlay{opacity:1;visibility:visible}.cart-drawer__header{display:flex;align-items:center;justify-content:space-between;padding:1.25rem 1.5rem;border-bottom:1px solid var(--color-border)}.cart-drawer__title{font-size:var(--text-lg);font-weight:600}.cart-drawer__close{width:40px;height:40px;display:flex;align-items:center;justify-content:center;border-radius:var(--radius-full);transition:background var(--duration-fast)}.cart-drawer__close:hover{background:#f5f5f7}.cart-drawer__close svg{width:20px;height:20px}.cart-drawer__body{flex:1;overflow-y:auto;padding:1.5rem}.cart-drawer__empty{text-align:center;padding:3rem 1rem;color:var(--color-secondary)}.cart-drawer__empty p{margin-bottom:1.5rem}.cart-drawer__items{display:flex;flex-direction:column;gap:1.25rem}.cart-drawer__item{display:flex;gap:1rem;padding-bottom:1.25rem;border-bottom:1px solid var(--color-border)}.cart-drawer__item-image{flex-shrink:0;width:80px;height:80px;border-radius:var(--radius-md);overflow:hidden;background:#f5f5f7}.cart-drawer__item-image img{width:100%;height:100%;object-fit:cover}.cart-drawer__item-details{flex:1;display:flex;flex-direction:column}.cart-drawer__item-title{font-size:var(--text-sm);font-weight:500;line-height:1.3;margin-bottom:.25rem}.cart-drawer__item-variant{font-size:var(--text-xs);color:var(--color-secondary);margin-bottom:auto}.cart-drawer__item-bottom{display:flex;align-items:center;justify-content:space-between;margin-top:.5rem}.cart-drawer__qty{display:flex;align-items:center;gap:0;border:1px solid var(--color-border);border-radius:var(--radius-full);overflow:hidden}.cart-drawer__qty-btn{width:32px;height:32px;display:flex;align-items:center;justify-content:center;font-size:14px;transition:background var(--duration-fast)}.cart-drawer__qty-btn:hover{background:#f5f5f7}.cart-drawer__qty-value{width:28px;text-align:center;font-size:var(--text-sm);font-weight:500}.cart-drawer__item-price{font-size:var(--text-sm);font-weight:600}.cart-drawer__footer{padding:1.25rem 1.5rem;border-top:1px solid var(--color-border)}.cart-drawer__subtotal{display:flex;justify-content:space-between;align-items:center;margin-bottom:.5rem}.cart-drawer__subtotal-label{font-size:var(--text-sm);color:var(--color-secondary)}.cart-drawer__subtotal-value{font-size:var(--text-lg);font-weight:600}.cart-drawer__shipping-note{font-size:var(--text-xs);color:var(--color-secondary);margin-bottom:1rem}.cart-drawer__checkout{display:block;width:100%;padding:1rem;background:var(--color-primary);color:#fff;font-size:var(--text-base);font-weight:500;text-align:center;border-radius:var(--radius-full);transition:opacity var(--duration-fast)}.cart-drawer__checkout:hover{opacity:.85}@media(max-width:449px){.cart-drawer{width:100vw}}
/*# sourceMappingURL=/cdn/shop/t/4/assets/sections.css.map */
