.product-grid{display:grid;gap:24px}.product-grid--2{grid-template-columns:repeat(2,1fr)}.product-grid--3{grid-template-columns:repeat(3,1fr)}.product-grid--4{grid-template-columns:repeat(4,1fr)}.product-card{background:#fff;border-radius:var(--radius-lg);border:1px solid var(--color-border);overflow:hidden;display:flex;flex-direction:column;transition:box-shadow var(--transition),transform var(--transition)}.product-card:hover{box-shadow:var(--shadow-md);transform:translateY(-2px)}.product-card__media{position:relative;overflow:hidden;aspect-ratio:1;background:var(--color-surface)}.product-card__image{width:100%;height:100%;object-fit:cover;transition:transform .4s ease}.product-card__image--secondary{position:absolute;top:0;right:0;bottom:0;left:0;opacity:0;transition:opacity .3s ease}.product-card:hover .product-card__image--primary{transform:scale(1.04)}.product-card:hover .product-card__image--secondary{opacity:1}.product-card__image-placeholder{width:100%;height:100%;background:var(--color-surface)}.product-card__badge{position:absolute;top:12px;left:12px;padding:4px 10px;border-radius:20px;font-size:10px;font-weight:700;letter-spacing:.06em;text-transform:uppercase}.product-card__badge--sold-out{background:#0000008c;color:#fff}.product-card__badge--sale{background:var(--color-accent);color:var(--color-primary)}.product-card__compare-btn{position:absolute;bottom:12px;right:12px;width:32px;height:32px;border-radius:50%;background:#ffffffe6;color:var(--color-primary);display:flex;align-items:center;justify-content:center;box-shadow:var(--shadow-sm);opacity:0;transform:scale(.8);transition:opacity var(--transition),transform var(--transition),background var(--transition)}.product-card:hover .product-card__compare-btn{opacity:1;transform:scale(1)}.product-card__compare-btn:hover{background:var(--color-primary);color:#fff}.product-card__info{padding:16px;display:flex;flex-direction:column;gap:6px;flex:1}.product-card__vendor{font-size:11px;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--color-accent)}.product-card__title{font-size:15px;font-weight:600;line-height:1.3;color:var(--color-primary);flex:1}.product-card__title a:hover{color:var(--color-cta)}.product-card__price{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.product-card__price-from{font-size:12px;color:var(--color-muted)}.product-card__price-current{font-size:16px;font-weight:700;color:var(--color-primary)}.product-card__price-compare{font-size:13px;color:var(--color-muted);text-decoration:line-through}.product-card__atc{margin-top:10px}.collection-page__header{background:var(--color-surface);padding-block:40px;margin-bottom:0}.collection-page__title{font-family:var(--font-heading);font-size:clamp(28px,4vw,44px);font-weight:600;color:var(--color-primary);margin-bottom:12px}.collection-page__desc{font-size:16px;color:var(--color-muted);margin-top:12px;max-width:640px}.collection-page__hero{position:relative;border-radius:var(--radius-lg);overflow:hidden;margin-bottom:20px}.collection-page__hero-image{width:100%;max-height:300px;object-fit:cover}.collection-page__hero-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to right,rgba(11,37,69,.7) 0%,transparent 60%);display:flex;align-items:center;padding:40px}.collection-page__hero-overlay .collection-page__title{color:#fff;margin-bottom:0}.collection-page__body{display:grid;grid-template-columns:260px 1fr;gap:40px;padding-block:40px;align-items:start}.collection-sidebar{position:sticky;top:90px}.collection-sidebar__header{display:flex;align-items:center;justify-content:space-between;margin-bottom:20px}.collection-sidebar__title{font-size:14px;font-weight:700;text-transform:uppercase;letter-spacing:.08em}.collection-sidebar__clear{font-size:12px;color:var(--color-muted);text-decoration:underline}.collection-filter{border-bottom:1px solid var(--color-border)}.collection-filter__toggle{width:100%;display:flex;align-items:center;justify-content:space-between;padding:14px 0;font-size:14px;font-weight:600;color:var(--color-text);background:none;border:none;cursor:pointer;transition:color var(--transition)}.collection-filter__toggle:hover{color:var(--color-primary)}.collection-filter__toggle svg{transition:transform var(--transition);flex-shrink:0}.collection-filter__toggle[aria-expanded=false] svg{transform:rotate(-90deg)}.collection-filter__body{padding-bottom:14px}.collection-filter__list{display:flex;flex-direction:column;gap:8px}.collection-filter__label{display:flex;align-items:center;gap:10px;font-size:14px;color:var(--color-text);cursor:pointer}.collection-filter__checkbox{width:16px;height:16px;accent-color:var(--color-cta);cursor:pointer}.collection-filter__count{color:var(--color-muted);font-size:12px;margin-left:auto}.collection-filter__price-inputs{display:flex;align-items:center;gap:10px}.collection-filter__price-field{display:flex;align-items:center;gap:4px;font-size:14px}.collection-filter__price-input{width:80px;padding:8px 10px;border:1.5px solid var(--color-border);border-radius:6px;font-size:14px;outline:none}.collection-filter__price-input:focus{border-color:var(--color-cta)}.collection-filter__price-sep{color:var(--color-muted)}.collection-page__toolbar{display:flex;align-items:center;gap:16px;padding-bottom:20px;border-bottom:1px solid var(--color-border);margin-bottom:24px}.collection-page__count{font-size:14px;color:var(--color-muted);flex:1}.collection-page__sort-select{padding:8px 12px;border:1.5px solid var(--color-border);border-radius:var(--radius);font-size:14px;outline:none;background:#fff;cursor:pointer}.collection-page__filter-toggle{display:none}.collection-page__empty{text-align:center;padding:60px 20px;color:var(--color-muted)}.collection-page__empty a{color:var(--color-cta);text-decoration:underline}.compare-bar{position:fixed;bottom:0;left:0;right:0;z-index:150;background:var(--color-primary);color:#fff;transform:translateY(100%);transition:transform .3s ease;box-shadow:0 -4px 20px #00000026}.compare-bar.is-visible{transform:translateY(0)}.compare-bar__inner{display:flex;align-items:center;gap:24px;padding-block:16px}.compare-bar__title{font-weight:600;font-size:15px;flex-shrink:0}.compare-bar__items{display:flex;gap:12px;flex:1;overflow-x:auto}.compare-bar__actions{display:flex;gap:10px;flex-shrink:0}.product-page{padding-bottom:60px}.product-page__main{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:start;padding-block:32px}.product-gallery{display:flex;flex-direction:column;gap:12px;position:sticky;top:90px}.product-gallery__main{position:relative;border-radius:var(--radius-lg);overflow:hidden;background:var(--color-surface)}.product-gallery__slide{display:none}.product-gallery__slide.is-active{display:block}.product-gallery__image{width:100%;aspect-ratio:1;object-fit:cover;cursor:zoom-in}.product-gallery__placeholder{aspect-ratio:1;background:var(--color-surface)}.product-gallery__thumbs{display:flex;gap:8px;flex-wrap:wrap}.product-gallery__thumb{width:72px;height:72px;border-radius:8px;overflow:hidden;border:2px solid transparent;cursor:pointer;transition:border-color var(--transition);flex-shrink:0}.product-gallery__thumb img{width:100%;height:100%;object-fit:cover}.product-gallery__thumb.is-active,.product-gallery__thumb:hover{border-color:var(--color-primary)}.product-page__vendor{font-size:11px;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:var(--color-accent);margin-bottom:6px}.product-page__title{font-family:var(--font-heading);font-size:clamp(24px,3vw,36px);font-weight:600;color:var(--color-primary);line-height:1.2;margin-bottom:14px}.product-page__price{display:flex;align-items:baseline;flex-wrap:wrap;gap:10px;margin-bottom:20px}.product-page__price-from{font-size:14px;color:var(--color-muted)}.product-page__price-current{font-size:28px;font-weight:700;color:var(--color-primary)}.product-page__price-compare{font-size:18px;color:var(--color-muted);text-decoration:line-through}.product-page__price-badge{padding:3px 10px;background:#fef3c7;color:#92400e;border-radius:20px;font-size:12px;font-weight:700}.product-page__unit-price{font-size:12px;color:var(--color-muted);margin-top:4px}.product-option{margin-bottom:20px}.product-option__label{font-size:14px;font-weight:600;color:var(--color-text);margin-bottom:10px;display:block}.product-option__selected{font-weight:400;color:var(--color-muted)}.product-option__buttons{display:flex;flex-wrap:wrap;gap:8px}.product-option__btn{padding:8px 16px;border-radius:6px;border:1.5px solid var(--color-border);font-size:14px;font-weight:500;color:var(--color-text);background:#fff;cursor:pointer;transition:all var(--transition)}.product-option__btn:hover{border-color:var(--color-primary);color:var(--color-primary)}.product-option__btn.is-active{border-color:var(--color-primary);background:var(--color-primary);color:#fff}.product-option__btn[data-unavailable]{opacity:.4;text-decoration:line-through;cursor:not-allowed}.product-page__quantity{margin-bottom:20px}.product-page__qty-label{font-size:14px;font-weight:600;margin-bottom:10px;display:block}.product-page__atc-wrap{margin-bottom:16px}.product-page__atc{gap:10px;font-size:16px;padding:16px 28px}.product-trust-strip{display:flex;flex-direction:column;gap:8px}.product-trust-strip__item{display:flex;align-items:center;gap:8px;font-size:13px;color:var(--color-muted)}.product-trust-strip__item svg{color:var(--color-cta);flex-shrink:0}.product-page__tabs{margin-top:32px;border-top:1px solid var(--color-border);padding-top:24px}.product-tabs__nav{display:flex;gap:4px;margin-bottom:20px;flex-wrap:wrap}.product-tabs__btn{padding:9px 18px;border-radius:6px;font-size:14px;font-weight:500;color:var(--color-muted);background:none;border:1.5px solid transparent;transition:all var(--transition);cursor:pointer}.product-tabs__btn:hover{color:var(--color-primary)}.product-tabs__btn.is-active{color:var(--color-primary);border-color:var(--color-primary);background:var(--color-surface)}.product-tabs__panel{display:none}.product-tabs__panel.is-active{display:block}.sticky-atc{position:fixed;bottom:0;left:0;right:0;z-index:100;background:#fff;border-top:1px solid var(--color-border);box-shadow:0 -4px 16px #00000014;transform:translateY(100%);transition:transform .3s ease}.sticky-atc.is-visible{transform:translateY(0)}.sticky-atc__inner{display:flex;align-items:center;justify-content:space-between;gap:20px;padding-block:12px}.sticky-atc__info{display:flex;flex-direction:column;gap:2px;min-width:0}.sticky-atc__title{font-size:14px;font-weight:600;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.sticky-atc__price{font-size:16px;font-weight:700;color:var(--color-primary)}.sticky-atc__btn{flex-shrink:0}.product-page__related{padding-top:48px;border-top:1px solid var(--color-border);margin-top:48px}.product-page__related .section-heading{margin-bottom:28px;text-align:left}@media(max-width:960px){.product-page__main{grid-template-columns:1fr;gap:32px}.product-gallery{position:static}.collection-page__body{grid-template-columns:1fr}.collection-sidebar{display:none;position:static}.collection-sidebar.is-open{display:block}.collection-page__filter-toggle{display:flex}}@media(max-width:768px){.product-grid--3,.product-grid--4{grid-template-columns:repeat(2,1fr)}.product-grid--2{grid-template-columns:1fr}}@media(max-width:480px){.product-grid--3,.product-grid--4{grid-template-columns:1fr}}
/*# sourceMappingURL=/cdn/shop/t/3/assets/product.css.map */
