.sp-featured-collection{position:relative;background-color:var(--section-background-color);color:var(--section-text-color)}.sp-featured-collection__container{max-width:1600px;margin:0 auto;padding:0 20px}.sp-featured-collection__wrapper{display:flex;flex-direction:column;gap:45px}.sp-featured-collection__header{display:flex;flex-direction:column;align-items:center;text-align:center;max-width:450px;width:100%;margin-left:auto;margin-right:auto;gap:2px}.sp-featured-collection__heading{color:var(--section-text-color);margin:0}.sp-featured-collection__header .theme-swatches{display:flex;align-items:center;gap:15px;margin-top:20px}.sp-featured-collection .swatch.active{outline:4px solid var(--section-text-color)}.sp-featured-collection__slider-container{position:relative;width:100%}.sp-featured-collection__slider-wrapper{overflow:hidden}.sp-featured-collection .theme-nav{position:absolute;top:50%;transform:translateY(-50%);display:none;background:#e6e6e6;box-shadow:0 4px 12px #00000026;border:none;border-radius:50%;width:44px;height:44px;align-items:center;justify-content:center;cursor:pointer;z-index:2;transition:background .2s ease,transform .2s ease;padding:0;opacity:.5}.sp-featured-collection .theme-nav:hover{background:#d9d9d9;transform:translateY(-50%) scale(1.05)}.sp-featured-collection .theme-nav--prev{left:0}.sp-featured-collection .theme-nav--next{right:0}.sp-featured-collection .theme-nav svg{width:12px;height:12px;color:#000}.sp-featured-collection .theme-nav--prev svg{transform:rotate(90deg)}.sp-featured-collection .theme-nav--next svg{transform:rotate(-90deg)}.sp-featured-collection__slider-track{--slides: 4;--gap: 24px;display:flex;align-items:stretch;justify-content:var(--slider-alignment);gap:var(--gap);overflow-x:auto;scroll-snap-type:x mandatory;padding-bottom:10px;-ms-overflow-style:none;scrollbar-width:none}.sp-featured-collection__slider-track::-webkit-scrollbar{display:none}.sp-featured-collection__slider-slide{flex:0 0 calc((100% - ((var(--slides) - 1) * var(--gap))) / var(--slides));scroll-snap-align:start;display:flex;height:auto}.sp-featured-collection__product-card{display:flex;flex-direction:column;align-items:center;width:100%;background-color:#dee5e5;border-radius:10px;padding:30px 20px 24px;box-sizing:border-box;overflow:hidden;text-align:center}.sp-featured-collection__tag{display:inline-flex;align-items:center;justify-content:center;padding:2px 14px;border:1.12px solid #526c6a;border-radius:36px;font-size:12px;font-weight:400;color:#526c6a;line-height:18px;letter-spacing:.01em;min-height:22px;width:max-content;margin:0 auto 5px;text-transform:capitalize;visibility:visible}.sp-featured-collection__tag.is-empty{visibility:hidden}.sp-featured-collection__product-card-title{font-size:clamp(20px,2.5vw,22px);font-family:var(--font-body-family);font-weight:400;color:#293145;text-align:center;line-height:1.3;letter-spacing:.02em;margin:0 0 5px;min-height:2.6em;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.sp-featured-collection__reviews{min-height:24px;display:flex;align-items:center;justify-content:center;margin-bottom:5px;width:100%}.sp-featured-collection__reviews .jdgm-preview-badge .jdgm-star.jdgm-star{color:#94beba}.sp-featured-collection__reviews span.jdgm-prev-badge__text{font-size:13px;line-height:1;letter-spacing:.02em;color:#293145}.sp-featured-collection__product-card-caption{font-size:13px;color:#000;opacity:.7;margin-bottom:5px;min-height:auto;line-height:1.4}.sp-featured-collection__product-card-image-wrapper{flex:1;display:flex;align-items:center;justify-content:center;width:100%;min-height:0;margin:8px 0 24px}.sp-featured-collection__product-card-image{display:block;width:100%;height:100%;max-height:260px;object-fit:contain;object-position:center}.sp-featured-collection__product-card-button,.sp-featured-collection__product-card-button:visited{display:flex;align-items:center;justify-content:center;width:100%;padding:15px 20px;background:linear-gradient(90deg,#f5d98a,#b3953e)!important;border-radius:100px;font-size:16px;font-weight:500;color:#293145!important;text-decoration:none;text-align:center;box-sizing:border-box;border:none!important;box-shadow:none!important;margin-top:auto;transition:background .3s ease,transform .2s ease,box-shadow .2s ease;flex-shrink:0}.sp-featured-collection__product-card-button:hover{background:linear-gradient(90deg,#f0d070,#a07830)!important;color:#293145!important;transform:scale(1.03);box-shadow:0 4px 12px #00000026!important}.sp-featured-collection__cta-button{display:none;justify-content:center;align-items:center}.sp-featured-collection__cta-button a{font-size:18px;font-weight:500;max-width:310px;min-height:57px;width:100%;background-color:var(--section-background-color);color:var(--section-text-color);border:1px solid var(--section-text-color);transition:all .3s ease}.sp-featured-collection__cta-button a:hover{background-color:var(--section-text-color);color:var(--section-background-color)}.sp-featured-collection__slider-pagination{display:flex;justify-content:center;align-items:center;gap:8px}.sp-featured-collection__pagination-dot{width:40px;height:4px;background-color:#0000001a;border:none;border-radius:2px;cursor:pointer;padding:0;transition:background-color .3s ease}.sp-featured-collection__pagination-dot.active{background-color:#000}.theme-green .sp-featured-collection__pagination-dot{background-color:#ffffff4d}.theme-green .sp-featured-collection__pagination-dot.active{background-color:#fff}@media(min-width:750px){.sp-featured-collection__container{padding:0 60px}.sp-featured-collection .theme-nav,.sp-featured-collection__cta-button{display:flex}.sp-featured-collection__slider-pagination{display:none}}@media(min-width:1400px){.sp-featured-collection__container{padding:0 100px}.sp-featured-collection .theme-nav--prev{left:-80px}.sp-featured-collection .theme-nav--next{right:-80px}}@media(max-width:1200px){.sp-featured-collection__slider-track{--slides: 3;justify-content:flex-start}}@media(max-width:990px){.sp-featured-collection__slider-track{--slides: 2}}@media(max-width:600px){.sp-featured-collection__slider-track{--slides: 1.4}.sp-featured-collection__product-card-title{min-height:auto;-webkit-line-clamp:unset;display:block}}
/*# sourceMappingURL=/cdn/shop/t/61/assets/section-sp-featured-collection.css.map */
