.collection-header{text-align:center;padding:var(--space-3xl) 0 var(--space-2xl)}.collection-header h1{font-size:40px}.collection-products{padding:0 0 var(--space-4xl);max-width:1200px;margin:0 auto}.products-grid{display:grid;grid-template-columns:1fr}@media (min-width: 390px){.products-grid{grid-template-columns:repeat(2,1fr);-moz-column-gap:clamp(1rem,-7.125rem + 33.333vw,1.5rem);column-gap:clamp(1rem,-7.125rem + 33.333vw,1.5rem)}}@media (min-width: 768px){.products-grid{-moz-column-gap:var(--space-3xl);column-gap:var(--space-3xl)}}@media (min-width: 1024px){.products-grid{grid-template-columns:repeat(3,1fr)}}.product-card{width:100%;max-width:288px;display:grid;grid-template-rows:subgrid;grid-row:span 5;--product-card-gap: .5rem;gap:var(--product-card-gap);margin-bottom:var(--space-2xl)}@media (min-width: 390px){.product-card{margin-bottom:clamp(1rem,-7.125rem + 33.333vw,1.5rem)}}@media (min-width: 768px){.product-card{--product-card-gap: .75rem;margin-bottom:var(--space-3xl)}}@media (min-width: 1024px){.product-card{display:flex;flex-direction:column;justify-content:space-between}}@media (min-width: 768px){.product-card{max-width:none}}.product-card__image-wrapper{position:relative;border-radius:8px;overflow:hidden;width:100%;aspect-ratio:1;margin-bottom:var(--space-md)}@media (min-width: 768px){.product-card__image-wrapper{margin-bottom:var(--space-lg)}}.product-card__backdrop{position:absolute;top:0;right:0;bottom:0;left:0;background:#ffffff70;border-radius:var(--radius-md);z-index:0}.product-card__image-link{position:relative;display:block;width:100%;height:100%;z-index:1}.product-card__image-container{position:relative;width:100%;height:100%}.product-card__image-container:after{content:"";position:absolute;z-index:2;top:0;left:0;width:100%;height:100%;background-repeat:no-repeat;background-position:center;background-size:cover;opacity:0;transition:opacity .3s cubic-bezier(.4,0,.2,1);pointer-events:none}.product-card__image{position:absolute;top:0;left:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;will-change:opacity;backface-visibility:hidden;transform:translateZ(0);transition:opacity var(--transition-base) cubic-bezier(.4,0,.2,1)}.product-card__badge{position:absolute;top:8px;right:0;min-width:72px;padding:1px;background:#ff6c52;text-align:center;color:var(--color-text-inverse);font-size:10px;font-weight:var(--font-weight-bold);text-transform:uppercase;letter-spacing:.1em;z-index:3}@media (min-width: 768px){.product-card__badge{top:16px;min-width:96px;font-size:12px}}.product-card__badge--sale,.product-card__badge--new-look{background:#ff6c52}.product-card__title{font-size:18px;margin-bottom:var(--space-md)}.product-card__title a{text-decoration:none}.product-card__title-flavor{display:block;margin-top:.25rem;font-weight:400}.product-card__variants{display:flex;flex-direction:column;justify-content:space-between;gap:var(--space-sm)}@media (min-width: 768px){.product-card__variants{flex-direction:row;align-items:center}}.variant-selector{display:flex;gap:8px;border:none;padding:0;margin:0}.variant-selector__label input{position:absolute;top:-4px;right:-4px;bottom:-4px;left:-4px;opacity:0;pointer-events:none}.variant-selector__label{display:block;width:16px;height:16px;border-radius:50%;cursor:pointer;transition:all var(--transition-base);position:relative}.variant-selector__label:before{content:"";position:absolute;top:-.5rem;right:-.32rem;bottom:-.5rem;left:-.2rem}.variant-selector__label[style*=F9F6EC]{outline:1px solid #d6d6d6;outline-offset:-1px}.variant-selector__label:has(input:checked){outline:1px solid var(--color-text-primary);outline-offset:-1px}.variant-selector__label:hover{transform:var(--hover-transform-xl)}.product-card__variant-name{font-size:12px}.product-card__divider{width:100%;height:1px;background:#c4c4c4;margin:0 0 var(--product-card-gap)}.product-card__features{display:flex;flex-direction:column;gap:var(--space-sm);margin:var(--product-card-gap) 0 0}.product-card__feature{display:flex;align-items:center;font-size:12px}.product-card__feature-icon{flex-shrink:0;margin-right:var(--space-xs);fill:transparent}.product-card__pricing{display:flex;align-items:baseline;gap:var(--space-sm);row-gap:2px;margin:var(--space-smd) 0 .25rem;flex-wrap:wrap}@media (min-width: 768px){.product-card__pricing{gap:var(--space-smd);row-gap:var(--space-xs)}}.product-card__price{font-size:16px;font-weight:var(--font-weight-bold)}.product-card__price--compare{text-decoration:line-through;color:var(--color-text-secondary);font-weight:400}.product-card__price--note{align-self:center;max-width:12em;font-size:10px;font-weight:400;line-height:12px}.product-card__unit-price{font-size:14px;color:var(--color-text-secondary);font-weight:400}.product-card__savings{font-size:12px;color:var(--color-text-secondary);display:block;width:100%}.product-card .buttons{display:grid;grid-template-columns:1fr 1fr;gap:.5rem;height:46px}@media (min-width: 552px){.product-card .buttons{gap:1rem;height:auto}}@media (max-width: 551px){.product-card .buttons .product-card__cta{height:100%;padding:0 .5rem}}.product-card__form .product-card__cta{width:100%;max-width:169px;padding:1rem;background:var(--color-text-primary);color:var(--color-text-inverse);font-size:14px;font-weight:400}@media (min-width: 552px){.product-card__form .product-card__cta{font-weight:var(--font-weight-bold)}}.product-card__form .product-card__cta:not(.button--primary){border:1px solid #c4c4c4;background:#fff;padding:8px 16px;color:inherit}.product-card__form .product-card__cta:not(.button--primary):hover{background:#fff}.visually-hidden{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}
/*# sourceMappingURL=/cdn/shop/t/203/assets/collection.css.map */
