.product-card{position:relative;display:flex;flex-direction:column;gap:0;padding:6px 6px 14px;border:1px solid var(--color-light-brown-200);border-radius:var(--radius-sm);background:var(--color-white);container-type:inline-size}.product-card__inner{position:relative;border-radius:var(--radius-s);overflow:hidden}.product-card__images-wrapper,.product-card__img{border-radius:var(--radius-s)}@media(hover:hover){.product-card--zoom .product-card__swiper .product-card__img{transition:transform .5s ease}.product-card--zoom:hover .product-card__swiper .swiper-slide-active .product-card__img{transform:scale(1.1)}}.product-card__on-image-badges{position:absolute;top:12px;left:12px;z-index:3;display:flex;gap:8px;align-items:flex-start;padding:0}.product-badge,.product-sale-amount-badge{display:inline-flex;align-items:center;justify-content:center;padding:3px 10px 6px;border-radius:var(--radius-l);text-align:center;font-family:var(--font-family-body);font-weight:var(--fw-bold);font-size:var(--fs-caption-base);line-height:var(--lh-caption-m-medium);letter-spacing:var(--ls-caption-m-medium);text-transform:uppercase;white-space:nowrap;-webkit-backdrop-filter:blur(2.88px);backdrop-filter:blur(2.88px)}.product-card__on-image-badges .product-badge--sale{background:color-mix(in srgb,var(--gsc-product-sale-badge-background) 70%,transparent)}.product-card__on-image-badges .product-badge--sold-out{background:color-mix(in srgb,var(--gsc-product-sold-out-badge-background) 70%,transparent)}.product-card__on-image-badges .product-badge--custom-1{background:color-mix(in srgb,var(--gsc-product-custom-badge-1-background) 70%,transparent)}.product-card__on-image-badges .product-badge--custom-2{background:color-mix(in srgb,var(--gsc-product-custom-badge-2-background) 70%,transparent)}.product-card__on-image-badges .product-badge--custom-3{background:color-mix(in srgb,var(--gsc-product-custom-badge-3-background) 70%,transparent)}.product-card__on-image-badges .product-sale-amount-badge{background:color-mix(in srgb,var(--gsc-product-sale-amount-badge-background) 70%,transparent)}.product-card .product-card__details,.product-card .product-card__details--bottom-spacing{padding:0 4px;margin-top:12px}.product-card--card-button-type-none .product-card__btns{display:none!important}.product-card__details-inner{display:flex;flex-direction:column;align-items:flex-start;gap:0;width:100%}.product-card__info{display:contents}.product-card__title-row{order:1;display:flex;flex-direction:column-reverse;align-items:flex-start;gap:6px;width:100%}@container (min-width: 300px){.product-card__title-row{flex-direction:row;justify-content:space-between;align-items:center}.product-card__rating{position:relative;top:-2px}}.product-card__vendor{order:2}.product-card__colors-wrapper,.product-card__colors-slot{order:3;width:100%;min-height:17.5px;padding:0;margin-top:18px}.product-card--bundle .product-card__colors-slot{margin-top:8px}.product-card__colors-wrapper,.product-card__colors-slot{display:flex;align-items:center}.product-card__color-count{order:4}.product-card__price{order:5;width:100%;margin:12px 0 0}.product-card__btns{order:6}.product-card--bundle .product-card__includes{margin-top:6px}.product-card--bundle .product-card__includes{min-height:calc(var(--fs-caption-l) * var(--lh-caption-l-regular))}.product-card__title{font-family:var(--font-family-heading);font-weight:var(--fw-semibold);font-size:var(--fs-body-s);line-height:var(--lh-body-s-hikasami);letter-spacing:var(--ls-h2-desktop);color:var(--color-brown-100);overflow:hidden;text-overflow:ellipsis;white-space:nowrap;min-width:0;min-height:calc(var(--lh-body-s-hikasami) * 1em)}@container (max-width: 300px){.product-card__title{display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;white-space:normal;text-overflow:clip;min-height:calc(var(--lh-body-s-hikasami) * 2em)}}.product-card__rating{flex-shrink:0;display:inline-flex;align-items:center;gap:2px}.product-card__rating,.product-card__color-count,.product-card__vendor{font-family:var(--font-family-body);font-weight:var(--fw-regular);font-size:var(--fs-caption-s);line-height:var(--lh-caption-m-regular);letter-spacing:var(--ls-caption-s-regular);color:var(--color-light-brown-400)}.product-card__color-count{white-space:nowrap}.product-card__rating-star{width:14px;height:14px;flex-shrink:0;margin-right:4px;color:var(--color-dark-beige-100);position:relative;top:.5px}.product-card__rating--empty{min-height:14px}.product-card__rating-value,.product-card__rating-sep,.product-card__rating-count{font-size:var(--fs-caption-s);line-height:var(--lh-caption-m-regular);letter-spacing:var(--ls-caption-s-regular);color:var(--color-light-brown-400)}.product-card__price-item{font-family:var(--font-family-body);font-weight:var(--fw-bold);font-size:var(--fs-body-s);line-height:var(--lh-body-s-medium);color:var(--color-brown-100)}.product-card__price-item-old{position:relative;font-family:var(--font-family-body);font-weight:var(--fw-bold);font-size:var(--fs-body-s);line-height:var(--lh-body-s-medium);color:var(--color-light-brown-400)}.product-card__price-item-old:after{content:"";position:absolute;left:0;right:0;top:61.4%;height:1px;background:currentColor}.product-card__price-item--highlight-sale{color:var(--color-red-100)}.product-card__price-cost{display:flex;flex-wrap:wrap;align-items:center;column-gap:8px;row-gap:0}.product-card__swiper-wrap{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1}.product-card__swiper{width:100%;height:100%}.product-card__swiper .swiper-wrapper{height:100%}.product-card__swiper .swiper-slide{position:relative;height:100%}.product-card--has-carousel .product-card__images{display:none!important}.product-card__arrow{position:absolute;top:50%;transform:translateY(-50%);z-index:2;display:none;align-items:center;justify-content:center;width:38px;height:38px;padding:0;background:none;border:0;cursor:pointer;color:var(--color-white-100-main)}.product-card__arrow--prev{left:0}.product-card__arrow--next{right:0}.product-card--has-carousel .product-card__arrow.swiper-button-disabled{display:none}.product-card__arrow-icon{width:38px;height:38px}.product-card__arrow--prev .product-card__arrow-icon{transform:rotate(180deg)}.product-card--has-carousel .product-card__arrow{display:inline-flex}.product-card__dots.swiper-pagination{position:absolute;left:0;right:0;bottom:10px;z-index:2;display:none;width:100%;text-align:center;--swiper-pagination-bullet-inactive-opacity: .5;--swiper-pagination-bullet-horizontal-gap: 4px}.product-card__dots.swiper-pagination.swiper-pagination-bullets{left:50%;right:auto;transform:translate(-50%);width:calc((var(--swiper-pagination-bullet-size, 8px) + 2 * var(--swiper-pagination-bullet-horizontal-gap, 4px)) * 3)!important;box-sizing:content-box;padding:3px 0;border-radius:var(--radius-full);background:rgba(var(--color-overlay-brown),.35)}.product-card--has-carousel .product-card__dots.swiper-pagination{display:block}.product-card__oos-overlay{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;display:flex;align-items:center;justify-content:center;background:rgba(var(--color-overlay-black),.3);border-radius:var(--radius-s);pointer-events:none}.product-card__oos-label{font-family:var(--font-family-body);font-weight:var(--fw-bold);font-size:var(--fs-caption-l);line-height:var(--lh-caption-l-medium);letter-spacing:0;text-transform:uppercase;text-align:center;color:var(--color-white)}@container (min-width: 250.01px){.product-card__oos-label{font-size:var(--fs-body-xl);line-height:var(--lh-body-xl-medium)}}.product-card__add{position:absolute;right:8px;bottom:8px;z-index:3}.product-card__add-form{margin:0}.product-card__add-btn{display:inline-flex;align-items:center;justify-content:center;width:28px;height:28px;padding:0;border:none;border-radius:var(--radius-full);background:var(--color-brown-100);color:var(--color-white-100-main);cursor:pointer}.product-card__add-btn[disabled]{opacity:.4;cursor:not-allowed}.product-card__add-icon{display:inline-flex;width:16px;height:16px}.product-card__add-icon svg{display:block;width:100%;height:100%}.product-card__size-select{order:3;display:flex;flex-wrap:wrap;gap:3px;width:100%;margin-top:10px}.product-card__size-btn{display:inline-flex;align-items:center;justify-content:center;min-width:26px;height:20px;padding:0 5px;border:1px solid var(--color-light-brown-400);border-radius:var(--radius-xs);background:transparent;font-family:var(--font-family-body);font-weight:var(--fw-regular);font-size:var(--fs-caption-s);line-height:1;color:var(--color-brown-100);cursor:pointer}.product-card__size-btn:hover{border-color:var(--color-light-brown-400)}.product-card__size-btn.is-selected{border-color:var(--color-brown-100);background:var(--color-brown-100);color:var(--color-white-100-main)}.product-card__size-btn[disabled]{opacity:.4;cursor:not-allowed;text-decoration:line-through}.product-card__includes{order:2;display:flex;gap:6px;width:100%;font-family:var(--font-family-body);font-weight:var(--fw-regular);font-size:var(--fs-caption-l);line-height:var(--lh-caption-l-regular);letter-spacing:var(--ls-caption-l-regular);color:var(--color-light-brown-400)}.product-card__includes-label{flex-shrink:0}.product-card__includes-value{min-width:0;white-space:nowrap;overflow-x:auto;scrollbar-width:none}.product-card__includes-value::-webkit-scrollbar{display:none}.product-card-shape-swatches{display:flex;align-items:center;gap:4px}.product-card .color-swatch,.horizontal-product-card .color-swatch{flex:0 0 auto;box-sizing:border-box;width:14px;height:14px;padding:0;border:.5px solid var(--color-light-brown-400);border-radius:var(--radius-full)}.product-card .color-swatches__item.is-selected .color-swatch,.product-card .color-swatches__item[aria-current=true] .color-swatch,.horizontal-product-card .color-swatches__item.is-selected .color-swatch,.horizontal-product-card .color-swatches__item[aria-current=true] .color-swatch{width:17.5px;height:17.5px;padding:2px;background-clip:content-box}.product-card-shape-swatches,.product-card__image-swatches{overflow:visible}.product-card__swatch-more{align-items:center}.product-card__swatch-more,.product-card__colors-more{display:none}.product-card__swatch-more .color-swatch__count{flex:0 0 auto;display:inline-flex;align-items:center;justify-content:center;background:transparent}.product-card__swatch-more-icon{display:inline-flex;width:14px;height:14px}.product-card__swatch-more-icon svg{display:block;width:100%;height:100%}.product-card__colors-more{align-items:center;font-family:var(--font-family-body);font-weight:var(--fw-regular);font-size:var(--fs-caption-s);line-height:var(--lh-caption-m-regular);letter-spacing:var(--ls-caption-s-regular);color:var(--color-light-brown-400);white-space:nowrap}@container (max-width: 250px){.product-card-shape-swatches>.color-swatches__item:not(.product-card__swatch-more):nth-child(n+5){display:none}.product-card__swatch-more--s,.product-card__colors-more--s{display:inline-flex}}@container (min-width: 250.01px) and (max-width: 300px){.product-card-shape-swatches>.color-swatches__item:not(.product-card__swatch-more):nth-child(n+5){display:none}.product-card__swatch-more--m,.product-card__colors-more--m{display:inline-flex}.product-badge,.product-sale-amount-badge{font-size:var(--fs-caption-s);line-height:var(--lh-caption-s-medium);letter-spacing:var(--ls-caption-s-medium)}}@container (min-width: 300.01px){.product-card-shape-swatches>.color-swatches__item:not(.product-card__swatch-more):nth-child(n+7){display:none}.product-card__swatch-more--l,.product-card__colors-more--l{display:inline-flex}.product-card .color-swatch{width:16px;height:16px}.product-card .color-swatches__item.is-selected .color-swatch,.product-card .color-swatches__item[aria-current=true] .color-swatch{width:20px;height:20px}.product-card__swatch-more-icon{width:16px;height:16px}.product-card__colors-wrapper,.product-card__colors-slot{min-height:20px}}@container (max-width: 250px){.product-card .product-card__details,.product-card .product-card__details--bottom-spacing{margin-top:8px}.product-card__title-row{gap:6px}.product-card__title{font-size:var(--fs-caption-l);line-height:var(--lh-caption-l-hikasami);letter-spacing:.02em;min-height:calc(var(--lh-caption-l-hikasami) * 2em)}.product-card__price-item{font-size:var(--fs-caption-l)}.product-card__price-item-old{font-size:var(--fs-caption-base)}.product-card__colors-wrapper,.product-card__colors-slot{margin-top:16px}.product-card__price{margin-top:6px;min-height:calc(var(--lh-body-s-medium) * (var(--fs-caption-l) + var(--fs-caption-base)))}.product-card__price-cost{align-self:self-start}.product-card__includes{display:none}.product-badge,.product-sale-amount-badge{font-size:var(--fs-caption-xs);line-height:var(--lh-caption-xs-medium);letter-spacing:var(--ls-caption-xs-medium);padding:2px 6px 4px}.product-card__on-image-badges{top:6px;left:6px}.product-card .st-wishlist-icon{width:13px!important;height:13px!important}.product-card__arrow,.product-card__arrow-icon{width:20px;height:20px}}
/*# sourceMappingURL=/cdn/shop/t/4/assets/section-product-card.css.map */
