body{background-color:#f3f3f3!important}header .section,footer .section,.footer-group{max-width:1300px;margin-left:auto;margin-right:auto}.collection-hero-minimal{padding:100px 40px;text-align:center}.collection-hero-minimal__container{max-width:800px;margin:0 auto}.collection-hero-minimal__title{font-weight:700;margin-bottom:16px;letter-spacing:-.02em;line-height:1.1}.collection-hero-minimal__title--medium{font-size:clamp(2rem,4vw,2.5rem)}.collection-hero-minimal__title--large{font-size:clamp(2.5rem,5vw,3.5rem)}.collection-hero-minimal__title--extra-large{font-size:clamp(3rem,6vw,4.5rem)}.collection-hero-minimal__description{font-size:1.125rem;line-height:1.6;color:#666;max-width:600px;margin:0 auto}.collection-subsection{padding:30px 40px}.collection-subsection__container{max-width:1100px;margin:0 auto}.collection-subsection__title{font-weight:700;margin-bottom:24px;letter-spacing:-.01em;line-height:1.2;color:#1a1a1a}@media screen and (min-width:768px){.collection-subsection__title--desktop-small{font-size:2rem}.collection-subsection__title--desktop-medium{font-size:3rem}.collection-subsection__title--desktop-large{font-size:4rem}}@media screen and (max-width:767px){.collection-subsection__title--mobile-small{font-size:1.5rem}.collection-subsection__title--mobile-medium{font-size:2rem}.collection-subsection__title--mobile-large{font-size:2.5rem}}.collection-subsection__title--center{text-align:center;margin-left:auto;margin-right:auto}.collection-subsection__title--left{text-align:left}.collection-subsection__description{font-size:1.125rem;line-height:1.6;color:#666;margin-bottom:48px;max-width:800px}.collection-subsection__description--center{text-align:center;margin-left:auto;margin-right:auto}.collection-subsection__description--left{text-align:left}.collection-subsection__empty{grid-column:1 / -1;text-align:center;padding:60px 20px;color:#999}.collection-subsection__view-all{text-align:center;margin-top:48px}.product-grid{display:grid;gap:16px;max-width:1200px;margin:0 auto;width:100%}@media screen and (min-width:768px){.product-grid--3-col-desktop{grid-template-columns:repeat(3,1fr);gap:20px}.product-grid--4-col-desktop{grid-template-columns:repeat(4,1fr);gap:20px}.product-grid--3-col-desktop .product-card-minimal:nth-child(1),.product-grid--3-col-desktop .product-card-minimal:nth-child(2){grid-column:span 1}.product-grid--3-col-desktop .product-card-minimal:nth-child(3){grid-column:span 1;grid-row:span 2}}@media screen and (max-width:767px){.product-grid{grid-template-columns:repeat(var(--grid-columns-mobile, 2),1fr);gap:12px}}.product-card-minimal{background:#fff;border-radius:16px;padding:20px;transition:transform .3s cubic-bezier(.4,0,.2,1),box-shadow .3s cubic-bezier(.4,0,.2,1);position:relative}.product-card-minimal:hover{transform:translateY(-4px);box-shadow:0 8px 24px #0000001a}.product-card-minimal__link{text-decoration:none;color:inherit;display:block}.product-card-minimal__image-wrapper{position:relative;border-radius:12px;overflow:hidden;margin-bottom:16px;background:#fff}.product-card-minimal__image{width:100%;height:100%;object-fit:cover;display:block}.product-card-minimal__image--stacked{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;opacity:0;transition:opacity .2s ease-in-out;pointer-events:none}.product-card-minimal__image--stacked.is-active{opacity:1;position:relative;pointer-events:auto}.product-card-minimal__image-wrapper .product-card-minimal__image--stacked:first-child{position:relative}.product-card-minimal__image-wrapper .product-card-minimal__image--stacked:not(:first-child){position:absolute}.product-card-minimal__image-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center}.product-card-minimal__image-placeholder svg{width:60%;height:60%;opacity:.3}.product-card-minimal__badge{position:absolute;top:12px;right:12px;padding:6px 12px;border-radius:6px;font-size:11px;font-weight:700;letter-spacing:.5px;text-transform:uppercase;color:#fff;z-index:2}.product-card-minimal__badge--new{background:#2d5bff}.product-card-minimal__badge--sale{background:#ff3b30}.product-card-minimal__badge--limited{background:#ff9500}.product-card-minimal__info{padding-top:8px}.product-card-minimal__title{font-family:var(--font-heading--family);font-size:18px;font-weight:700;margin-bottom:8px;line-height:1.3;color:#1a1a1a}.product-card-minimal__subtitle{font-size:14px;color:#666;margin-bottom:12px;line-height:1.5}.product-card-swatches{display:flex;gap:8px;margin:12px 0;flex-wrap:wrap;align-items:center}.swatch-wrapper{position:relative;cursor:pointer}.swatch-ring{display:flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:50%;border:2px solid transparent;transition:border-color .2s ease}.swatch-wrapper:hover .swatch-ring,.swatch-wrapper.is-active .swatch-ring{border-color:#000}.swatch-color{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:24px;height:24px;border-radius:50%;border:none;outline:none;cursor:pointer;transition:transform .15s ease}.swatch-wrapper:hover .swatch-color{transform:scale(1.05)}.swatch-color:focus-visible{outline:2px solid #2D5BFF;outline-offset:2px}.visually-hidden{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border-width:0}.product-card-minimal__price{font-size:18px;font-weight:600;color:#1a1a1a;margin-top:8px}.product-card-minimal__price--sale{color:#ff3b30;margin-right:8px}.product-card-minimal__price--compare{font-size:16px;font-weight:400;color:#999;text-decoration:line-through}.button{display:inline-block;padding:14px 32px;font-size:16px;font-weight:600;text-decoration:none;border-radius:8px;transition:all .3s ease;cursor:pointer;border:none}.button--secondary{background:#1a1a1a;color:#fff}.button--secondary:hover{background:#000;transform:translateY(-2px);box-shadow:0 4px 12px #0003}@media screen and (max-width:989px){.product-grid{gap:24px}}@media screen and (max-width:767px){.collection-hero-minimal{padding:80px 20px}.collection-hero-minimal__description{font-size:1rem}.collection-subsection{padding:80px 20px}.collection-subsection__title{margin-bottom:32px}.product-grid{grid-template-columns:repeat(var(--grid-columns-mobile, 2),1fr);gap:16px}.product-card-minimal{padding:12px;border-radius:12px}.product-card-minimal__image-wrapper{border-radius:8px;margin-bottom:12px}.product-card-minimal__badge{top:8px;right:8px;padding:4px 8px;font-size:10px}.product-card-minimal__title{font-size:14px}.product-card-minimal__subtitle{font-size:13px;margin-bottom:10px}.swatch-ring{width:40px;height:40px}.swatch-color{width:26px;height:26px}.product-card-minimal__price{font-size:16px}.product-card-minimal__price--compare{font-size:14px}}@media screen and (max-width:374px){.collection-hero-minimal,.collection-subsection{padding:60px 16px}.product-grid{gap:12px}}@media print{.collection-hero-minimal,.collection-subsection{padding:20px}.product-card-minimal:hover{transform:none;box-shadow:none}}
/*# sourceMappingURL=/cdn/shop/t/1/assets/collection-minimal.css.map */
