.featured-products{width:100%;background:var(--fp-background);padding:var(--fp-padding-top) 0 var(--fp-padding-bottom);box-sizing:border-box}.featured-products__container{width:100%;padding-left:var(--fp-padding-left);padding-right:var(--fp-padding-right)}.featured-products__container--width-full{max-width:none}.featured-products__container--width-contained{max-width:1400px;margin-inline:auto}.featured-products__container--width-narrow{max-width:700px;margin-inline:auto}.featured-products__container--width-left{max-width:700px}.featured-products__container--width-fit{width:fit-content}.featured-products__heading{margin-bottom:2rem}.featured-products__grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem;align-items:start;max-width:100%}.product-card{position:relative;width:100%;height:100%;max-width:768px;min-width:0;justify-self:center;box-sizing:border-box;background:var(--product-card-background-color);border:1px solid var(--product-card-border-color);border-radius:var(--product-card-border-radius);padding:var(--product-card-padding);overflow:hidden}.product-card--promoting{background:var(--product-card-promoting-background-color);border:1px solid var(--product-card-promoting-border-color)}.product-card--promoting .product-card__buy-button{background:var(--buy-button-text-color);border-color:var(--buy-button-text-color);color:var(--buy-button-background-color)}.product-card--promoting .product-card__buy-button:hover{background:color-mix(in oklab,var(--buy-button-text-color),black 7%);border-color:color-mix(in oklab,var(--buy-button-text-color),black 7%);color:var(--buy-button-background-color)}.product-card--featured{background:var(--product-card-featured-background-color);border-color:var(--product-card-featured-border-color)}.product-card--featured .product-card__image{height:auto;aspect-ratio:1 / 1;background:transparent;flex:auto}.product-card--featured .product-card__info{flex:1}.product-card--featured .product-card__image img{object-fit:cover}.product-card__sale-badge{position:absolute;top:1.375rem;left:1.375rem;z-index:2;padding:.3125rem .75rem;background:var(--fp-badge-background);color:var(--fp-badge-text-color);border-radius:.25rem;font-size:.625rem;line-height:1;font-weight:700;letter-spacing:.2px;text-transform:uppercase}.product-card__link{display:flex;flex-direction:column;flex:1;height:100%;color:inherit;text-decoration:none}.product-card__image{width:100%;height:320px;overflow:hidden;border-radius:8px;background:#f5f3ef;flex-shrink:0}.product-card__image img{display:block;width:100%;height:100%;object-fit:cover}.product-card__info{display:flex;flex-direction:column;flex:1;padding:6px 4px 3px}.product-card__rating{display:flex;align-items:center;gap:3px;margin-bottom:3px;height:.625rem;flex-shrink:0}.product-card__stars{color:#ed3d35;font-size:.5rem;letter-spacing:-1px;line-height:1}.product-card__reviews{color:#777;font-size:.375rem;line-height:1}.product-card__title{margin:0 0 16px;font-weight:500;font-size:18px;line-height:1.3;letter-spacing:0}.product-card__subtitle{margin-bottom:5px;color:#555;font-size:.4375rem;line-height:1.2}.product-card__features{margin:0 0 6px;padding:0;list-style:none;display:flex;flex-direction:column;gap:5px}.product-card__features li{position:relative;margin:0 0 3px;padding-left:9px;color:#6b6661;font-weight:400;font-size:.875rem;line-height:100%;letter-spacing:0;display:flex;align-items:center;gap:6px}.product-card__features li img{width:14px;height:14px;object-fit:contain;flex-shrink:0}.product-card__bottom{display:flex;align-items:center;justify-content:space-between;gap:5px;margin-top:auto;padding-top:8px;flex-shrink:0}.product-card__price{display:flex;align-items:baseline;gap:3px;color:#c8362a;font-family:Feature Deck,serif;font-weight:500;font-size:1.25rem;line-height:100%;letter-spacing:0;white-space:nowrap}.product-card__compare-price{color:#6b6661;font-family:Geist,Arial,sans-serif;font-weight:400;font-size:.8125rem;line-height:100%;letter-spacing:0;text-decoration:line-through}.product-card__buy-button{display:inline-flex;align-items:center;justify-content:center;padding:8px 16px;box-sizing:border-box;border:1px solid var(--buy-button-text-color);border-radius:6px;background:var(--buy-button-background-color);color:var(--buy-button-text-color);white-space:nowrap;font-weight:600;font-size:.8125rem;line-height:100%;letter-spacing:0;transition:background-color .2s ease,color .2s ease}.product-card__buy-button:hover{background:var(--buy-button-text-color);color:var(--buy-button-background-color)}@media screen and (max-width:900px){.featured-products{padding:var(--fp-padding-top-mobile) 0 var(--fp-padding-bottom-mobile)}.featured-products__grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:.625rem}.product-card__image{height:105px}.product-card__bottom{gap:.25rem}.product-card__price{font-size:1rem}.product-card__compare-price{font-size:.625rem}.product-card__buy-button{padding:.4375rem .625rem;font-size:.625rem}}@media screen and (max-width:700px){.featured-products__container{padding-left:var(--fp-padding-left-mobile);padding-right:var(--fp-padding-right-mobile)}.featured-products__container--width-mobile-full{max-width:none;width:100%}.featured-products__container--width-mobile-contained{max-width:1400px;margin-inline:auto}.featured-products__container--width-mobile-narrow{max-width:700px;margin-inline:auto}.featured-products__container--width-mobile-left{max-width:700px;margin-inline:0}.featured-products__container--width-mobile-fit{width:fit-content}.featured-products__grid{grid-template-columns:1fr;gap:.875rem;align-items:stretch;max-width:420px;margin:0 auto}.product-card{max-width:none;padding:.625rem}.product-card__image{height:220px}.product-card__info{padding:.5rem .25rem .25rem}.product-card__title{font-size:1.0625rem}.product-card__price{font-size:1.125rem}.product-card__compare-price{font-size:.75rem}.product-card__buy-button{padding:.5625rem 1rem;font-size:.8125rem}.product-card__bottom{gap:.375rem;padding-top:.625rem}}@media screen and (max-width:380px){.product-card__image{height:180px}}
/*# sourceMappingURL=/cdn/shop/t/391/assets/featured-products.css.map */
