.featured-products-section{padding-top:var(--section-padding-top, 40px);padding-bottom:var(--section-padding-bottom, 40px);background-color:var(--section-bg, #fff)}.featured-products__container{max-width:1400px;margin:0 auto;padding:0 1.5rem}@media screen and (min-width:990px){.featured-products__container{padding:0 3rem}}.featured-products__header{margin-bottom:1.5rem}.featured-products__subheading{display:block;font-size:.8rem;letter-spacing:.1em;text-transform:uppercase;color:#6e9b32;margin-bottom:.5rem;font-weight:500}.featured-products__header-row{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:1rem}.featured-products__title{font-size:clamp(1.5rem,4vw,2rem);font-weight:700;margin:0;color:#1a1a1a}.featured-products__view-all{display:inline-flex;align-items:center;gap:.5rem;font-size:.9rem;font-weight:600;color:#e8a54b;text-decoration:none;transition:color .2s ease}.featured-products__view-all:hover{color:#d4923a}.featured-products__view-all svg{transition:transform .2s ease}.featured-products__view-all:hover svg{transform:translate(4px)}.featured-products__slider{position:relative}.featured-products__track{overflow:hidden;margin:0 -.5rem;padding:.5rem}.featured-products__slides{display:flex;gap:var(--card-gap, 20px);transition:transform .4s cubic-bezier(.25,.1,.25,1)}.featured-products__slide{flex:0 0 calc((100% - (var(--slides-mobile, 2) - 1) * var(--card-gap, 20px)) / var(--slides-mobile, 2));min-width:0}@media screen and (min-width:750px){.featured-products__slide{flex:0 0 calc((100% - (var(--slides-tablet, 3) - 1) * var(--card-gap, 20px)) / var(--slides-tablet, 3))}}@media screen and (min-width:990px){.featured-products__slide{flex:0 0 calc((100% - (var(--slides-desktop, 4) - 1) * var(--card-gap, 20px)) / var(--slides-desktop, 4))}}.product-card{background-color:var(--card-bg, #fff);border-radius:var(--card-radius, 8px);overflow:hidden;padding:var(--card-padding, 0);box-shadow:var(--card-shadow, 0 2px 8px rgba(0,0,0,.08));transition:box-shadow .3s ease,transform .3s ease;height:100%;display:flex;flex-direction:column}.product-card:hover{box-shadow:0 8px 30px #0000001f;transform:translateY(-4px)}.product-card__media{position:relative;overflow:hidden;border-radius:var(--image-radius, 8px);background:#f8f8f8}.product-card__media-link{display:block;aspect-ratio:var(--image-aspect-ratio, 1/1)}.product-card__image{width:100%;height:100%;object-fit:cover;transition:opacity .4s ease,transform .5s ease}.product-card__image--primary{position:relative;z-index:1}.product-card__image--secondary{position:absolute;top:0;right:0;bottom:0;left:0;z-index:2;opacity:0}.product-card:hover .product-card__image--primary{opacity:0}.product-card:hover .product-card__image--secondary{opacity:1}.product-card:hover .product-card__image{transform:scale(1.05)}.product-card__placeholder{width:100%;height:100%;aspect-ratio:var(--image-aspect-ratio, 1/1);background:linear-gradient(135deg,#f5f5f5,#e8e8e8);display:flex;align-items:center;justify-content:center}.product-card__placeholder .placeholder-svg{width:50%;opacity:.3}.product-card__badges{position:absolute;top:.5rem;left:.5rem;z-index:5;display:flex;flex-direction:column;gap:.35rem}.product-card__badge{display:inline-block;padding:.3rem .6rem;font-size:.65rem;font-weight:700;text-transform:uppercase;letter-spacing:.03em;border-radius:3px;line-height:1}@media screen and (min-width:750px){.product-card__badge{padding:.35rem .75rem;font-size:.7rem}}.product-card__badge--sale{background-color:var(--sale-badge-bg, #E8A54B);color:var(--sale-badge-text, #fff)}.product-card__badge--soldout{background-color:#666;color:#fff}.product-card__badge--custom{background-color:var(--badge-bg, #6E9B32);color:var(--badge-text, #fff)}.product-card__actions{position:absolute;top:.5rem;right:.5rem;z-index:5;display:flex;flex-direction:column;gap:.35rem;opacity:0;transform:translate(10px);transition:opacity .3s ease,transform .3s ease}.product-card:hover .product-card__actions{opacity:1;transform:translate(0)}.product-card__action{width:36px;height:36px;display:flex;align-items:center;justify-content:center;background:#fff;border:none;border-radius:50%;cursor:pointer;box-shadow:0 2px 8px #0000001a;color:#333;transition:all .2s ease}.product-card__action:hover{background:var(--button-bg, #E8A54B);color:#fff;transform:scale(1.1)}.product-card__info{padding:.875rem;display:flex;flex-direction:column;flex:1}@media screen and (min-width:750px){.product-card__info{padding:1rem}}.product-card__title{font-size:.85rem;font-weight:600;line-height:1.35;margin:0 0 .5rem;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}@media screen and (min-width:750px){.product-card__title{font-size:.9rem}}.product-card__title a{color:var(--title-color, #1a1a1a);text-decoration:none;transition:color .2s ease}.product-card__title a:hover{color:var(--price-color, #C91D8F)}.product-card__tags{display:flex;flex-wrap:wrap;gap:.35rem;margin-bottom:.5rem}.product-card__tag{display:inline-block;padding:.2rem .5rem;font-size:.65rem;background-color:var(--tag-bg, #f5f5f5);color:var(--tag-text, #666);border:1px solid var(--tag-border, #e0e0e0);border-radius:3px;line-height:1.2}@media screen and (min-width:750px){.product-card__tag{font-size:.7rem;padding:.25rem .6rem}}.product-card__rating{display:flex;align-items:center;gap:.5rem;margin-bottom:.5rem}.rating-stars{display:flex;align-items:center;gap:1px;color:var(--rating-color, #6E9B32)}.rating-stars svg{width:12px;height:12px}@media screen and (min-width:750px){.rating-stars svg{width:14px;height:14px}}.rating-value{font-size:.75rem;font-weight:600;color:var(--rating-color, #6E9B32);margin-left:.25rem}.rating-count{display:flex;align-items:center;gap:.2rem;font-size:.7rem;color:#c91d8f}.rating-count svg{width:12px;height:12px}.product-card__variants{position:relative;margin-bottom:.5rem}.product-card__variant-select{width:100%;padding:.5rem 2rem .5rem .75rem;font-size:.8rem;border:1px solid #e0e0e0;border-radius:4px;background:#fff;color:#333;cursor:pointer;appearance:none;-webkit-appearance:none;transition:border-color .2s ease}.product-card__variant-select:hover,.product-card__variant-select:focus{border-color:var(--button-bg, #E8A54B);outline:none}.product-card__variants .select-arrow{position:absolute;right:.75rem;top:50%;transform:translateY(-50%);pointer-events:none;color:#666}.product-card__price{display:flex;align-items:baseline;flex-wrap:wrap;gap:.35rem;margin-bottom:.75rem;margin-top:auto}.product-card__price-compare{font-size:.8rem;color:var(--compare-price-color, #999);text-decoration:line-through}.product-card__price-current{font-size:1rem;font-weight:700;color:var(--title-color, #1a1a1a)}.product-card__price-current--sale{color:var(--price-color, #C91D8F)}.product-card__price-from{font-size:.75rem;color:#999}.product-card__add-to-cart{margin-top:auto}.product-card__form{width:100%}.product-card__button{width:100%;display:flex;align-items:center;justify-content:center;gap:.5rem;padding:.7rem 1rem;font-size:.8rem;font-weight:600;text-transform:uppercase;letter-spacing:.03em;background-color:var(--button-bg, #E8A54B);color:var(--button-text, #fff);border:none;border-radius:4px;cursor:pointer;transition:all .25s ease}@media screen and (min-width:750px){.product-card__button{padding:.75rem 1rem;font-size:.85rem}}.product-card__button:hover{background-color:var(--button-hover-bg, #d4923a);color:var(--button-hover-text, #fff);transform:translateY(-2px);box-shadow:0 4px 12px #00000026}.product-card__button--disabled{background-color:#ccc;color:#666;cursor:not-allowed}.product-card__button--disabled:hover{background-color:#ccc;transform:none;box-shadow:none}.product-card__button svg{width:16px;height:16px}.featured-products__nav{position:absolute;top:50%;transform:translateY(-50%);z-index:10;display:flex;align-items:center;justify-content:center;width:40px;height:40px;background:#fff;border:1px solid #e0e0e0;border-radius:50%;color:#333;cursor:pointer;transition:all .25s ease;box-shadow:0 2px 8px #0000001a}.featured-products__nav:hover:not(:disabled){background:var(--button-bg, #E8A54B);border-color:var(--button-bg, #E8A54B);color:#fff}.featured-products__nav:disabled{cursor:not-allowed}.featured-products__nav--prev{left:-20px}.featured-products__nav--next{right:-20px}@media screen and (max-width:1100px){.featured-products__nav--prev{left:0}.featured-products__nav--next{right:0}}@media screen and (max-width:749px){.featured-products__nav{width:36px;height:36px}.featured-products__nav--prev{left:-5px}.featured-products__nav--next{right:-5px}}.featured-products__dots{display:flex;justify-content:center;gap:.5rem;margin-top:1.5rem}.featured-products__dot{width:10px;height:10px;padding:0;background:#ddd;border:none;border-radius:50%;cursor:pointer;transition:all .25s ease}.featured-products__dot:hover{background:#bbb}.featured-products__dot.is-active{background:var(--button-bg, #E8A54B);transform:scale(1.2)}.product-card--placeholder{opacity:.6}@media(prefers-reduced-motion:reduce){.featured-products__slides,.product-card,.product-card__image,.product-card__button,.product-card__actions,.featured-products__nav{transition:none!important}.product-card:hover,.product-card:hover .product-card__image{transform:none}}@media(prefers-contrast:high){.product-card{border:2px solid #000}.product-card__button{border:2px solid currentColor}.featured-products__nav{border-width:2px}}@media(prefers-color-scheme:dark){.featured-products-section{--section-bg: #121212;--card-bg: #1e1e1e;--title-color: #f5f5f5;--tag-bg: #333;--tag-text: #ccc;--tag-border: #444}.product-card__variant-select{background:#2a2a2a;border-color:#444;color:#f5f5f5}}
/*# sourceMappingURL=/cdn/shop/t/1/assets/featured-products-carousel.css.map */
