.nelko-product-section{padding:0}.nelko-product-section .nelko-copy{max-width:none;width:100%}.nelko-product-section .nelko-heading-group{display:flex;flex-direction:column;gap:.8rem;align-items:stretch;margin-bottom:2.4rem}.nelko-product-section .nelko-heading-group .nelko-copy{margin-top:0}.nelko-product-grid{display:grid}.nelko-product-grid:not(.nelko-product-grid--feature){grid-template-columns:repeat(2,minmax(0,1fr));column-gap:16px;row-gap:72px}@media screen and (min-width:750px){.nelko-product-grid:not(.nelko-product-grid--feature){grid-template-columns:repeat(4,minmax(0,1fr));column-gap:24px;row-gap:64px}}.nelko-product-card-wrapper{min-width:0}.nelko-product-card-wrapper--large{grid-column:1 / -1}.nelko-product-grid--feature{grid-template-columns:repeat(4,minmax(0,40.2rem));gap:4rem;justify-content:space-between;scrollbar-width:none;-ms-overflow-style:none}.nelko-product-grid--feature::-webkit-scrollbar{display:none}.nelko-product-card{display:flex;flex-direction:column;height:100%;min-width:0;color:inherit;text-decoration:none}.nelko-product-grid>*,.nelko-product-card__body,.nelko-product-card__title,.nelko-product-card__text,.nelko-product-card__price-row,.nelko-product-card__price{min-width:0}.nelko-product-card--standard{gap:1.6rem;justify-content:flex-start}.nelko-product-card--feature{gap:1.6rem;min-height:47rem;padding:1.6rem;background:var(--Global-BG1);border:.1rem solid rgba(0,0,0,.06);box-shadow:var(--Global-Shadow1)}.nelko-product-card.nelko-product-card--large{gap:1.6rem}.nelko-product-card.nelko-product-card--large .nelko-product-card__content{display:flex;flex-direction:column;gap:1.6rem;min-width:0}.nelko-product-card.nelko-product-card--large .nelko-product-card__copy-group{min-height:0}.nelko-product-card.nelko-product-card--large .nelko-product-card__text{display:-webkit-box;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:2}.nelko-product-card.nelko-product-card--large .nelko-product-card__media--large{background:transparent}@media screen and (min-width:750px){.nelko-product-card.nelko-product-card--large{flex-direction:row;align-items:stretch;gap:4rem}.nelko-product-card.nelko-product-card--large .nelko-product-card__content{flex:1 1 50%;justify-content:center}.nelko-product-card.nelko-product-card--large .nelko-product-card__media--large{flex:1 1 50%;aspect-ratio:1 / 1;min-height:28rem}.nelko-product-card.nelko-product-card--large .nelko-product-card__cta{width:auto;align-self:flex-start;min-width:16rem}}.nelko-product-card__media{position:relative;overflow:hidden;aspect-ratio:280 / 210;border-radius:0;background:transparent}.nelko-product-card__media img{width:100%;height:100%;object-fit:contain}.nelko-product-card__media-image{position:absolute;left:50%;top:17.09%;bottom:16.24%;aspect-ratio:750 / 526;transform:translate(-50%)}.nelko-product-card__media-image img{position:absolute;right:0;bottom:0;left:0;width:100%;height:142.59%;max-width:none;object-fit:fill;top:-22.43%}.nelko-product-card__media-image--large{position:absolute;right:0;left:0;top:0;bottom:0;aspect-ratio:auto;transform:none}.nelko-product-card__media-image--large img{position:absolute;right:0;bottom:0;left:0;width:100%;height:100%;max-width:none;top:0;object-fit:contain}.nelko-product-card__badge{position:absolute;z-index:2;top:.9rem;left:0;padding:.4rem .8rem;font-family:var(--nelko-font-family);font-size:1.4rem;font-weight:800;line-height:2.2rem;letter-spacing:.02em;color:#fff;background:#2d4315}.nelko-product-card__favorite{position:absolute;top:.8rem;right:.8rem;display:inline-flex;align-items:center;justify-content:center;width:3.2rem;height:3.2rem;color:#202020;z-index:1}.nelko-product-card__favorite svg{width:2.4rem;height:2.4rem}.nelko-product-card__swatches{display:flex;gap:1.2rem;align-items:center;flex-wrap:nowrap}.nelko-product-card__swatch{position:relative;display:inline-flex;align-items:center;justify-content:center;flex:0 0 3.2rem;box-sizing:border-box;width:3.2rem;height:3.2rem;aspect-ratio:1 / 1;padding:0;border:0;border-radius:50%;background:transparent;cursor:pointer;overflow:hidden}.nelko-product-card__swatch:before{content:"";position:absolute;top:.4rem;right:.4rem;bottom:.4rem;left:.4rem;border-radius:50%;background:var(--swatch)}.nelko-product-card__swatch-core{position:absolute;top:.4rem;right:.4rem;bottom:.4rem;left:.4rem;display:block;border-radius:50%;border:1px solid #20202047}.nelko-product-card__swatch--active,.nelko-product-card__swatch.is-active{border:.1rem solid #202020}.nelko-product-card__swatch.is-disabled{cursor:default;opacity:.4;pointer-events:none}.nelko-product-card__swatch:focus-visible{outline:.2rem solid #202020;outline-offset:.2rem}.nelko-product-card__more{position:relative;flex:0 0 auto;white-space:nowrap;font-size:1.6rem;font-weight:700;line-height:2.4rem;color:#8c8c8c}.nelko-product-card__more:after{content:"";position:absolute;left:0;right:0;bottom:0;height:.1rem;background:currentColor}.nelko-product-card__title{margin:0;font-family:var(--nelko-font-family);font-size:var(--nelko-type-card-title-size);font-weight:var(--nelko-type-card-title-weight);line-height:var(--nelko-type-card-title-line-height);letter-spacing:var(--nelko-type-card-title-letter-spacing);color:var(--nelko-color-heading)}.nelko-product-card__text{margin:0;font-size:var(--nelko-type-card-copy-size);font-weight:var(--nelko-type-card-copy-weight);line-height:var(--nelko-type-card-copy-line-height);letter-spacing:var(--nelko-type-card-copy-letter-spacing);color:var(--nelko-color-muted)}.nelko-product-card__copy-group{display:flex;flex-direction:column;gap:.8rem;width:100%}.nelko-product-card--standard .nelko-product-card__copy-group{min-height:4.8rem}.nelko-product-card__body{display:flex;flex:1 1 auto;flex-direction:column}.nelko-product-card__body--feature .nelko-product-card__text{margin-bottom:1.6rem}.nelko-product-card__price-row{display:flex;flex-wrap:wrap;gap:1.6rem;align-items:center}.nelko-product-card__price{display:flex;gap:.8rem;align-items:baseline;font-size:2rem;font-weight:600;line-height:3.2rem;color:#202020}.nelko-product-card__price s{color:#8c8c8c;font-size:1.6rem;font-weight:700;line-height:2.4rem}.nelko-product-card__discount{display:inline-flex;align-items:center;justify-content:center;height:3.2rem;padding:0 1.6rem;font-size:1.6rem;font-weight:700;line-height:2.4rem;color:#fcfcfc;background:#e10080}.nelko-product-card__cta{display:inline-flex;align-items:center;justify-content:center;width:100%;height:4rem;border:.1rem solid #202020;background-color:transparent;font-family:var(--nelko-font-family);font-size:1.4rem;font-weight:800;line-height:2.2rem;letter-spacing:.02em;color:#202020;transition:background-color .22s ease,border-color .22s ease,color .22s ease}.nelko-product-card:focus-visible .nelko-product-card__cta{border-color:var(--nelko-product-cta-hover-background, #202020);background-color:var(--nelko-product-cta-hover-background, #202020);color:var(--nelko-product-cta-hover-color, #fcfcfc)}@media(hover:hover)and (pointer:fine){.nelko-product-card__cta:hover{border-color:var(--nelko-product-cta-hover-background, #202020);background-color:var(--nelko-product-cta-hover-background, #202020);color:var(--nelko-product-cta-hover-color, #fcfcfc)}}.nelko-product-card__media--feature{aspect-ratio:280 / 280;background:var(--nelko-media-bg, var(--nelko-color-media-fallback))}.nelko-product-card__media--feature>img{padding:0 4.2rem 3.2rem}.nelko-product-card__media--feature .nelko-product-card__badge{top:1.3rem}.nelko-product-card__media--feature .nelko-product-card__favorite{width:4rem;height:4rem;background:var(--Global-BG1);border-radius:50%}.nelko-product-card__media--feature .nelko-product-card__favorite svg{width:2.4rem;height:2.4rem}.nelko-product-card__media-image--feature{top:25%;bottom:23.93%}.nelko-product-card__feature-picture{position:relative;display:block;width:100%;height:100%;overflow:hidden}.nelko-product-card__feature-picture img{display:block}.nelko-product-card__feature-image{position:absolute;right:0;bottom:0;left:0;width:100%;height:142.59%;max-width:none;object-fit:fill;top:-22.43%}.nelko-product-card__feature-picture .nelko-product-card__feature-image--mobile,.nelko-product-card__feature-picture .nelko-product-card__feature-image--tablet{display:none}@media screen and (max-width:390px){.nelko-product-card__feature-picture .nelko-product-card__feature-image--desktop,.nelko-product-card__feature-picture .nelko-product-card__feature-image--tablet{display:none}.nelko-product-card__feature-picture .nelko-product-card__feature-image--mobile{display:block}}@media screen and (min-width:391px)and (max-width:1511px){.nelko-product-card__feature-picture .nelko-product-card__feature-image--desktop,.nelko-product-card__feature-picture .nelko-product-card__feature-image--mobile{display:none}.nelko-product-card__feature-picture .nelko-product-card__feature-image--tablet{display:block}}@media screen and (min-width:1512px){.nelko-product-card__feature-picture .nelko-product-card__feature-image--mobile,.nelko-product-card__feature-picture .nelko-product-card__feature-image--tablet{display:none}.nelko-product-card__feature-picture .nelko-product-card__feature-image--desktop{display:block}}@media screen and (min-width:2560px){.nelko-product-section .nelko-shell{max-width:172.8rem}.nelko-product-grid--feature{grid-template-columns:repeat(4,minmax(0,1fr))}}@media screen and (min-width:391px)and (max-width:1511px){.nelko-product-section .nelko-shell{padding:0 3.2rem}.nelko-product-section--feature .nelko-shell{padding:0 0 0 1.6rem}.nelko-product-grid:not(.nelko-product-grid--feature){overflow:visible;padding-bottom:0;scroll-snap-type:none}.nelko-product-grid:not(.nelko-product-grid--feature) .nelko-product-card-wrapper,.nelko-product-grid:not(.nelko-product-grid--feature) .nelko-product-card{min-width:0;width:100%;flex:initial;scroll-snap-align:none}.nelko-product-grid--feature{display:flex;gap:2.4rem;overflow-x:auto;padding-bottom:.8rem;padding-right:3.2rem;scroll-snap-type:x proximity}.nelko-product-grid--feature .nelko-product-card-wrapper,.nelko-product-grid--feature .nelko-product-card{flex:0 0 32rem;scroll-snap-align:start}.nelko-product-grid--feature .nelko-product-card-wrapper,.nelko-product-grid--feature .nelko-product-card,.nelko-product-card--feature{height:468px;min-height:468px}}@media screen and (min-width:391px)and (max-width:479px){.nelko-product-grid:not(.nelko-product-grid--feature) .nelko-product-card{gap:1.2rem}.nelko-product-grid:not(.nelko-product-grid--feature) .nelko-product-card__swatches{width:100%;justify-content:space-between;gap:0}.nelko-product-grid:not(.nelko-product-grid--feature) .nelko-product-card__more{display:none}}@media screen and (max-width:1511px){.nelko-product-section{padding:0}.nelko-product-section--feature .nelko-shell{padding:0 0 0 1.6rem}.nelko-product-grid--feature{padding-right:1.6rem}}@media screen and (max-width:749px){.nelko-product-card.nelko-product-card--large{flex-direction:column;gap:1.6rem}.nelko-product-card.nelko-product-card--large .nelko-product-card__content{order:2}.nelko-product-card.nelko-product-card--large .nelko-product-card__media--large{order:1;flex:none;width:100%;min-height:0;aspect-ratio:280 / 210}.nelko-product-card.nelko-product-card--large .nelko-product-card__cta{width:100%;align-self:stretch}}@media screen and (max-width:390px){.nelko-product-section .nelko-shell{padding:0 1.6rem}.nelko-product-section--feature .nelko-shell{padding:0 0 0 1.6rem}.nelko-product-grid:not(.nelko-product-grid--feature){display:grid}.nelko-product-grid:not(.nelko-product-grid--feature) .nelko-product-card{gap:1.2rem}.nelko-product-grid:not(.nelko-product-grid--feature) .nelko-product-card__swatches{width:100%;justify-content:space-between;gap:0}.nelko-product-grid:not(.nelko-product-grid--feature) .nelko-product-card__more{display:none}.nelko-product-grid--feature{display:flex;gap:2.4rem;overflow-x:auto;padding-right:1.6rem;padding-bottom:0;scroll-snap-type:x proximity;scrollbar-width:none;-ms-overflow-style:none}.nelko-product-grid--feature .nelko-product-card-wrapper,.nelko-product-grid--feature .nelko-product-card{flex:0 0 28.8rem;height:458px;min-height:458px;scroll-snap-align:start}.nelko-product-card--feature{height:458px;min-height:458px}.nelko-product-card__media{aspect-ratio:280 / 210}.nelko-product-grid:not(.nelko-product-grid--feature) .nelko-product-card__favorite{top:.4rem;right:.4rem}.nelko-product-grid:not(.nelko-product-grid--feature) .nelko-product-card__favorite svg{width:2rem;height:2rem}.nelko-product-grid:not(.nelko-product-grid--feature) .nelko-product-card__badge{top:0}.nelko-product-grid:not(.nelko-product-grid--feature) .nelko-product-card__copy-group{gap:.8rem}.nelko-product-grid:not(.nelko-product-grid--feature) .nelko-product-card__title{font-size:1.6rem;line-height:2.4rem}.nelko-product-grid:not(.nelko-product-grid--feature) .nelko-product-card__text{display:-webkit-box;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:3;font-size:1.4rem;line-height:2.2rem}.nelko-product-grid:not(.nelko-product-grid--feature) .nelko-product-card__price-row{gap:1.2rem;column-gap:1.2rem;row-gap:.6rem;align-items:center}.nelko-product-grid:not(.nelko-product-grid--feature) .nelko-product-card__price{gap:.6rem;flex-wrap:wrap}.nelko-product-grid:not(.nelko-product-grid--feature) .nelko-product-card__discount{padding:0 1.2rem}.nelko-product-section{overflow-x:clip}}
/*# sourceMappingURL=/cdn/shop/t/22/assets/nelko-product-grid.css.map */
