.c-product-card{display:block;width:100%;overflow:hidden;pointer-events:all}.c-product-card:hover .c-product-card__image-main{opacity:0}.c-product-card:hover .c-product-card__main::after{pointer-events:none}.c-product-card__inner{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;position:relative}.c-product-card__main{display:block;position:relative}.c-product-card__main::after{content:"";width:100%;height:100%;position:absolute;top:0;left:0;z-index:3}.c-product-card__main:has(.c-product-card__quick-buy-container[data-active=true])::after{pointer-events:none}.c-product-card__tags{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;gap:8px;position:absolute;top:10px;left:10px;z-index:3}.c-product-card__tag{font-family:var(--font-body);font-style:normal;font-weight:400;font-size:12px;line-height:160%;text-transform:uppercase;color:#150c06}@media screen and (min-width: 768px){.c-product-card__tag{font-size:14px}}.c-product-card__images-slider{display:-webkit-box;display:-ms-flexbox;display:flex;width:100%;position:relative;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:nowrap;flex-wrap:nowrap;z-index:1;aspect-ratio:3/4}.c-product-card__swiper{background-color:#fff;width:100%;height:100%}.c-product-card__swiper::part(container){padding-bottom:1px}.c-product-card__swiper::part(pagination){top:unset;bottom:0;left:0;width:100%;height:1px;background-color:#f9f8f4;--swiper-pagination-color: #150c063d}.c-product-card__slide{width:100% !important}@media screen and (min-width: 768px){.c-product-card__slide.is-hidden{display:none}}.c-product-card__image-slide{display:block;-webkit-box-sizing:border-box;box-sizing:border-box}.c-product-card__image-slide--lazy{display:none}.c-product-card__image-slide img{display:block;width:100%;aspect-ratio:3/4;-o-object-fit:cover;object-fit:cover}.c-product-card__slider-button{display:none;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;cursor:pointer;width:36px;height:36px;margin:0;position:absolute;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);z-index:2;border-radius:50%;background:rgba(21,12,6,.24);-webkit-backdrop-filter:blur(32px);backdrop-filter:blur(32px);overflow:hidden;aspect-ratio:1/1;-webkit-transition:background .2s ease-in;transition:background .2s ease-in}.c-product-card__slider-button:hover{background:rgba(21,12,6,.48)}@media screen and (min-width: 768px){.c-product-card__slider-button{display:-webkit-box;display:-ms-flexbox;display:flex}}.c-product-card__slider-button--prev{left:7px}.c-product-card__slider-button--next{right:7px}.c-product-card__quick-buy-container{position:absolute;bottom:0;left:0;width:100%;z-index:4;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.c-product-card__quick-buy-container[data-active=false] .c-product-card__quick-buy-button{display:block}.c-product-card__quick-buy-container[data-active=false] .c-product-card__quick-buy-variants{display:none}.c-product-card__quick-buy-container[data-active=true]{background:rgba(21,12,6,.24);-webkit-backdrop-filter:blur(32px);backdrop-filter:blur(32px)}.c-product-card__quick-buy-container[data-active=true] .c-product-card__quick-buy-button{display:none}.c-product-card__quick-buy-container[data-active=true] .c-product-card__quick-buy-variants{display:-webkit-box;display:-ms-flexbox;display:flex}.c-product-card__quick-buy-button{display:block;padding:4px;margin:0;cursor:pointer;-webkit-transition:color 150ms ease;transition:color 150ms ease;font-family:var(--font-body);font-style:normal;font-weight:400;font-size:12px;line-height:140%;text-transform:uppercase;color:#150c06}@media screen and (min-width: 768px){.c-product-card__quick-buy-button{font-size:14px}}.c-product-card__quick-buy-button svg{width:30px;height:30px}.c-product-card__quick-buy-button svg path{fill:#150c06}.c-product-card__quick-buy-variants{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;width:100%}.c-product-card__quick-buy-variant{display:block;width:100%;margin:0;font-family:var(--font-body);font-size:12px;font-style:normal;font-weight:400;line-height:30px;text-transform:uppercase;color:#fff;-webkit-transition:background .2s ease-in;transition:background .2s ease-in;cursor:pointer}.c-product-card__quick-buy-variant:hover{background:rgba(21,12,6,.24)}.c-product-card__quick-buy-variant[data-available=false]{opacity:.5;cursor:default;pointer-events:none}@media screen and (min-width: 768px){.c-product-card__quick-buy-variant{font-size:14px;line-height:40px}}.c-product-card__info{display:grid;grid-template-columns:1fr auto;grid-template-rows:repeat(2, auto);grid-column-gap:12px;z-index:2;width:100%;padding:12px}@media screen and (min-width: 768px){.c-product-card__info{padding:16px}}.c-product-card__info .c-product-card__title{grid-area:1/1/2/2}.c-product-card__info .c-product-card__price-container{grid-area:1/2/2/3}.c-product-card__info--split-material .c-product-card__title{grid-area:1/1/1/1}.c-product-card__info--split-material .c-product-card__price-container{grid-area:1/2/1/2}.c-product-card__info--split-material .c-product-card__description{grid-column:span 2}.s-side-cart__ymal-desktop .c-product-card__info{padding:16px 0}body .c-product-card__title,.c-product-card__description{margin:0;overflow:hidden}body .c-product-card__title--link,.c-product-card__description--link{display:-webkit-box;display:-ms-flexbox;display:flex;font-family:var(--font-body);font-size:12px;font-weight:400;font-style:normal;line-height:160%;text-decoration:none;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:100%}body .c-product-card__title--link:hover,.c-product-card__description--link:hover{color:#2e2e2e}@media screen and (min-width: 768px){body .c-product-card__title--link,.c-product-card__description--link{font-size:16px}}@media screen and (min-width: 768px){.s-side-cart__ymal-desktop .c-product-card__title--link{font-family:var(--font-body);font-weight:400;font-size:14px;line-height:160%}}@media screen and (min-width: 768px){.s-side-cart__ymal-desktop .c-product-card__description--link{font-family:var(--font-body);font-weight:400;font-size:14px;line-height:160%}}.s-side-cart__ymal-desktop .c-product-card__price,.s-side-cart__ymal-desktop .c-product-card__compare-at-price{font-size:14px}body .c-product-card__title{text-align:left}body .c-product-card__title--link{color:#39210b}body .c-product-card__description{text-align:left}body .c-product-card__description--link{color:#150c06}.c-product-card__price-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;gap:8px;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.c-product-card__price{font-family:var(--font-body);font-size:10px;font-weight:400;font-style:normal;line-height:160%;color:#39210b}@media screen and (min-width: 768px){.c-product-card__price{font-size:16px}}.c-product-card__compare-at-price{font-family:var(--font-body);font-size:12px;line-height:160%;font-style:normal;font-weight:400;text-decoration:line-through;color:#39210b}@media screen and (min-width: 768px){.c-product-card__compare-at-price{font-size:16px}}.c-product-card__image-main{opacity:0;width:100%;height:100%;position:absolute;inset:0;z-index:2;-webkit-transition:opacity .2s ease-in;transition:opacity .2s ease-in;pointer-events:none}.c-product-card__image-main img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}@media screen and (min-width: 768px){.c-product-card__image-main{opacity:100%}}.c-product-card__color-images{opacity:0;position:absolute;width:100%;height:100%;aspect-ratio:3/4;top:0;left:0;z-index:4;pointer-events:none;background-color:#fff}.c-product-card__color-images img{opacity:0;position:absolute;-webkit-transition:opacity .2s ease-in;transition:opacity .2s ease-in;top:0;left:0;width:100%;aspect-ratio:3/4;-o-object-fit:cover;object-fit:cover}