.product-card .card{--product-card-edge: max(var(--image-padding, .8rem), .8rem)}.product-card .card__inner{background-color:var(--product-card-image-bg, #fff6ee)}.product-card .card__inner.gradient{transform:none}.product-card .card__media .media img{object-fit:contain;filter:drop-shadow(0 .4rem 1rem rgba(var(--color-foreground),.1))}.product-card .card__badge{margin:calc(var(--product-card-edge) - var(--image-padding, 0rem) - 1rem);z-index:2}.product-card__badges{display:flex;flex-wrap:wrap;gap:.6rem}.product-card__badge{display:inline-flex;align-items:center;min-height:3.4rem;padding:0 1rem;border-radius:.8rem;background-color:var(--product-card-pill-bg, #ffffff);color:var(--product-card-pill-ink, #291c10);font-size:1.2rem;font-weight:700;line-height:1.2;letter-spacing:0;white-space:nowrap;box-shadow:0 .1rem .4rem rgba(var(--color-foreground),.12)}.product-card__badge--discount{background-color:var(--product-card-sale-color, #e4884a);color:var(--product-card-sale-ink, #ffffff)}.product-card__swatches{display:flex;align-items:center;gap:.5rem;margin-top:.8rem}.product-card__swatch{width:1.4rem;height:1.4rem;border-radius:50%;background-color:var(--product-card-swatch);box-shadow:inset 0 0 0 .1rem rgba(var(--color-foreground),.15)}.product-card__swatch-more{font-size:1.2rem;line-height:1;color:rgba(var(--color-foreground),.6)}.product-card--sold-out .card__media img{filter:grayscale(1) drop-shadow(0 .4rem 1rem rgba(var(--color-foreground),.1))}.product-card .product-card__quick-add{position:absolute;inset:auto var(--product-card-edge) var(--product-card-edge);margin:0;z-index:2}.product-card .product-card__cta{min-height:4.4rem;width:100%;min-width:0;padding:0 1.6rem;border-radius:.8rem;background-color:var(--product-card-cta-bg, #291c10);color:var(--product-card-cta-ink, #ffffff);font-size:1.4rem;font-weight:700;letter-spacing:0;transition:background-color .15s ease}.product-card .product-card__cta:after{display:none}.product-card .product-card__cta:hover{background-color:var(--product-card-cta-bg-hover, var(--product-card-cta-bg))}.product-card .product-card__cta-icon{display:none}.product-card .product-card__cta-icon .icon{width:2rem;height:2rem}@media screen and (min-width:990px){.product-card .product-card__quick-add{opacity:0;transform:translateY(.4rem);transition:opacity .2s ease,transform .2s ease}.product-card:hover .product-card__quick-add,.product-card:focus-within .product-card__quick-add{opacity:1;transform:translateY(0)}.product-card .card__badge{transition:transform .2s ease}.product-card:hover .card__badge,.product-card:focus-within .card__badge,.product-card:has(product-card-cart[in-cart]) .card__badge{transform:translateY(-5.2rem)}@media(prefers-reduced-motion:reduce){.product-card .product-card__quick-add{transform:none;transition:opacity .2s ease}.product-card .card__badge{transition:none}}}@media screen and (max-width:989px){.product-card .product-card__quick-add{inset:auto var(--product-card-edge) var(--product-card-edge) auto}.product-card .product-card__cta{width:4rem;min-height:4rem;padding:0;background-color:var(--product-card-pill-bg, #ffffff);color:var(--product-card-pill-ink, #291c10)}.product-card .product-card__cta:hover{background-color:var(--product-card-pill-bg, #ffffff)}.product-card .product-card__cta-text{display:none}.product-card .product-card__cta-icon{display:flex;align-items:center;justify-content:center}}product-card-cart{display:contents}product-card-cart[in-cart] .product-card__quick-add{display:none}product-card-cart:not([in-cart]) .product-card__stepper{display:none}.product-card__stepper{position:absolute;inset:auto var(--product-card-edge) var(--product-card-edge);z-index:2;display:flex;align-items:center;justify-content:space-between;min-height:4.4rem;border-radius:.8rem;background-color:var(--product-card-cta-bg, #291c10);color:var(--product-card-cta-ink, #ffffff)}.product-card__stepper-btn,.product-card__stepper-qty{-webkit-appearance:none;appearance:none;border:0;padding:0;min-width:4.4rem;min-height:4.4rem;background:transparent;color:inherit;font-family:inherit;font-size:1.6rem;font-weight:700;line-height:1;border-radius:.8rem;cursor:pointer}.product-card__stepper-qty{font-size:1.5rem;font-weight:700;cursor:default}.product-card__stepper[aria-busy=true] .product-card__stepper-btn{opacity:.5;pointer-events:none}@media screen and (min-width:990px){.product-card__stepper-btn:hover{background-color:var(--product-card-cta-bg-hover, var(--product-card-cta-bg))}}@media screen and (max-width:989px){.product-card__stepper{min-height:4rem}.product-card__stepper-btn,.product-card__stepper-qty{min-width:4rem;min-height:4rem}.product-card__stepper-qty{cursor:pointer}product-card-cart:not([expanded]) .product-card__stepper{inset:auto var(--product-card-edge) var(--product-card-edge) auto}product-card-cart:not([expanded]) .product-card__stepper-btn{display:none}.product-card:has(product-card-cart[expanded]) .card__badge{transform:translateY(-4.8rem)}}.product-card .card__heading{font-size:1.5rem;line-height:1.45}.product-card .card__heading .full-unstyled-link{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:3;overflow:hidden}.product-card__subtitle{font-weight:400;color:rgba(var(--color-foreground),.6)}.product-card__param{margin:.2rem 0 0;font-size:1.4rem;line-height:1.4;color:rgb(var(--color-foreground))}.product-card .rating-star{--color-rating-star: var(--product-card-star-color, #f6a21e);--font-size: 1.3;--letter-spacing: .15}.product-card .card-information>.rating{margin:.4rem 0 0}.product-card .rating-count{margin:0;font-size:1.2rem;letter-spacing:0;color:rgba(var(--color-foreground),.6)}.product-card .price{font-size:1.5rem;letter-spacing:0;color:rgb(var(--color-foreground))}.product-card .price__container{display:flex;flex-wrap:wrap;align-items:baseline;column-gap:.8rem}.product-card .price:not(.price--on-sale) .price-item--regular{font-weight:700}.product-card .price--on-sale .price__sale{display:inline-flex;flex-wrap:wrap;align-items:baseline;column-gap:.8rem}.product-card .price__sale .price-item--sale{order:-1;font-size:1.6rem;font-weight:700;color:var(--product-card-sale-color, #e4884a)}.product-card .price__sale s.price-item--regular{margin:0;font-size:1.3rem;font-weight:400;color:rgba(var(--color-foreground),.55)}.product-card .unit-price{margin-top:0;font-size:1.1rem;letter-spacing:0;color:rgba(var(--color-foreground),.6)}.product-card .unit-price .price-item:before{content:"("}.product-card .unit-price .price-item:after{content:")"}@media screen and (min-width:990px){.slider--desktop.grid--6-col-desktop .grid__item{width:calc((100% - var(--desktop-margin-left-first-item)) / 6 - var(--grid-desktop-horizontal-spacing) * 2)}}.product-grid+.slider-buttons{gap:.4rem;margin-top:.4rem}.product-grid+.slider-buttons .slider-button{width:4.4rem;height:4.4rem;border:.1rem solid rgba(var(--color-foreground),.15);border-radius:1.2rem;background-color:rgb(var(--color-background));color:rgb(var(--color-foreground));transition:background-color .15s ease}.product-grid+.slider-buttons .slider-button:not([disabled]):hover{background-color:rgba(var(--color-foreground),.06)}.product-grid+.slider-buttons .slider-button .icon{height:.8rem}.product-grid+.slider-buttons .slider-counter{color:rgba(var(--color-foreground),.6);font-size:1.3rem}@media screen and (max-width:989px){.product-grid.slider--tablet+.slider-buttons{display:none}}.product-card>.card>.card__content .card__information{padding:1rem .2rem .4rem}.product-card .card-information{row-gap:.2rem}.product-card .card-information>*{line-height:1.4}
/*# sourceMappingURL=/cdn/shop/t/11/assets/component-product-card.css.map */
