.product-spotlight-wrapper{--spotlight-color-white: #ffffff;--spotlight-color-gray-light: #f5f5f5;--spotlight-color-gray: #f0f0f0;--spotlight-color-gray-medium: #e8e8e8;--spotlight-color-gray-dark: #999;--spotlight-color-dark: #333333;--spotlight-font-primary: "Montserrat", sans-serif;--spotlight-font-display: "Northwest", sans-serif;--spotlight-transition-slow: .5s ease-in-out;--spotlight-transition-medium: .3s ease-in-out;--spotlight-transition-fast: .2s ease;--spotlight-radius-sm: 6px;--spotlight-radius-md: 8px;--spotlight-radius-lg: 10px;--spotlight-gradient-bg: linear-gradient(135deg, #e8e8e8 0%, #f5f5f5 100%);--spotlight-gradient-text: linear-gradient(180deg, #333333 0%, rgba(153, 153, 153, .1) 100%);--spotlight-shadow-hover: 0 4px 12px rgba(0, 0, 0, .2)}.product-spotlight-wrapper{box-sizing:border-box}.product-spotlight-wrapper *,.product-spotlight-wrapper *:before,.product-spotlight-wrapper *:after{box-sizing:border-box}.product-spotlight-container{background-color:var(--ps-section-container-bg-color);position:relative;width:100%;overflow:hidden;padding-top:120px;padding-bottom:50px}.product-spotlight-inner{max-width:var(--ps-section-inner-max-width);position:relative;width:100%;margin:0 auto;padding:0 20px}.product-spotlight-slider-wrapper{min-height:var(--ps-section-slider-wrapper-min-height);position:relative;display:flex;align-items:center;justify-content:center}.product-spotlight-bg-text{position:absolute;top:40%;left:50%;transform:translate(-50%,-50%);z-index:1;pointer-events:none;width:100%;text-align:center;overflow:visible}.product-spotlight-bg-text-content{font-family:var(--spotlight-font-display);font-size:360px;text-transform:uppercase;display:inline-flex;justify-content:center;white-space:nowrap;-webkit-user-select:none;user-select:none}.product-spotlight-bg-letter{display:inline-block;background:var(--spotlight-gradient-text);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.product-spotlight-slides{position:relative;z-index:2;width:100%;display:flex;align-items:center;justify-content:center}.product-spotlight-slide{position:absolute;gap:100px;top:0;left:0;width:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;opacity:0;visibility:hidden;transition:opacity var(--spotlight-transition-slow)}.product-spotlight-slide.active{position:relative;opacity:1;visibility:visible;z-index:1}.product-spotlight-title-wrapper{text-align:center;margin-bottom:20px;position:relative;z-index:3}.product-spotlight-title{font-family:var(--spotlight-font-primary);color:var(--ps-section-text-color);font-weight:400;font-size:48px;line-height:100%;letter-spacing:0%;margin:0 0 8px}.product-spotlight-subtitle{font-family:var(--spotlight-font-primary);color:var(--ps-section-text-color);font-weight:400;font-size:18px;line-height:26px;opacity:.7;margin:0}.product-spotlight-image-wrapper{max-height:var(--ps-section-image-max-height);position:relative;display:flex;align-items:center;justify-content:center;width:100%;max-width:800px;height:auto;cursor:pointer;z-index:2}.product-spotlight-image{max-height:var(--ps-section-image-max-height);max-width:100%;width:auto;height:auto;object-fit:contain;transition:opacity var(--spotlight-transition-medium),transform var(--spotlight-transition-medium)}.product-spotlight-image-default{position:relative;z-index:1;opacity:1}.product-spotlight-image-hover{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);z-index:2;opacity:0}@media (hover: hover) and (pointer: fine){.product-spotlight-image-wrapper:hover .product-spotlight-image-default{opacity:0}.product-spotlight-image-wrapper:hover .product-spotlight-image-hover{opacity:1}}.product-spotlight-img-desktop{display:block}.product-spotlight-img-mobile{display:none}.product-spotlight-placeholder{width:100%;max-width:500px;height:300px;background:var(--spotlight-gradient-bg);display:flex;align-items:center;justify-content:center;color:var(--spotlight-color-gray-dark);font-size:16px;border-radius:var(--spotlight-radius-md)}.product-spotlight-nav{position:absolute;top:50%;left:0;right:0;transform:translateY(-50%);display:flex;justify-content:space-between;padding:0 20px;z-index:10;pointer-events:none}.product-spotlight-nav-btn{width:48px;height:48px;border-radius:50%;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;pointer-events:auto}.product-spotlight-nav-btn svg{width:20px;height:20px;stroke-width:2.5}.product-spotlight-nav-prev{background:var(--spotlight-color-white)}.product-spotlight-nav-prev svg{stroke:var(--ps-section-arrow-color)}.product-spotlight-nav-next{background:var(--ps-section-arrow-active-color)}.product-spotlight-nav-next svg{stroke:var(--spotlight-color-white)}.product-spotlight-thumbnails{display:flex;justify-content:center;gap:15px;margin-top:30px;flex-wrap:wrap}.product-spotlight-thumbnail{width:230px;height:130px;overflow:hidden;cursor:pointer;transition:all var(--spotlight-transition-fast);background:transparent;border:none;padding:5px;opacity:50%}.product-spotlight-thumbnail:hover,.product-spotlight-thumbnail.active{opacity:100%;transform:scale(1.05)}.product-spotlight-thumbnail-img{width:100%;height:100%;object-fit:contain}.product-spotlight-thumbnail-placeholder{width:100%;height:100%;background:var(--spotlight-color-gray);display:flex;align-items:center;justify-content:center;font-size:10px;color:var(--spotlight-color-gray-dark)}.product-spotlight-dots{display:flex;justify-content:center;gap:10px;margin-top:25px}.product-spotlight-dot{border:var(--ps-section-dot-border);width:12px;height:12px;border-radius:50%;background:transparent;cursor:pointer;transition:all var(--spotlight-transition-fast);padding:0}.product-spotlight-dot:hover,.product-spotlight-dot.active{background:var(--ps-section-accent-color)}.product-spotlight-cta-wrapper{display:flex;justify-content:center;margin-top:35px}.product-spotlight-cta-button{background:var(--ps-section-cta-btn-background);color:var(--ps-section-cta-btn-color);border-radius:var(--ps-section-cta-btn-border-radius);display:inline-block;padding:14px 32px;font-family:var(--spotlight-font-primary);font-weight:600;font-size:20px;line-height:100%;text-decoration:none;text-align:center}.product-spotlight-cta-button:hover{transform:translateY(-2px);box-shadow:var(--spotlight-shadow-hover)}@media screen and (max-width: 1500px){.product-spotlight-container{padding-top:100px;padding-bottom:40px}.product-spotlight-inner{max-width:1100px}.product-spotlight-slider-wrapper{min-height:450px}.product-spotlight-bg-text-content{font-size:260px}.product-spotlight-title{font-size:38px;line-height:46px}.product-spotlight-subtitle{font-size:16px;line-height:24px}.product-spotlight-image-wrapper,.product-spotlight-image{max-height:450px}.product-spotlight-nav-btn{width:44px;height:44px}.product-spotlight-nav-btn svg{width:18px;height:18px}.product-spotlight-thumbnail{width:180px;height:100px}}@media screen and (max-width: 1199px){.product-spotlight-container{padding-top:60px;padding-bottom:40px}.product-spotlight-inner{max-width:100%;padding:0 40px}.product-spotlight-slider-wrapper{min-height:400px}.product-spotlight-bg-text-content{font-size:210px}.product-spotlight-title{font-size:34px;line-height:42px}.product-spotlight-subtitle{font-size:15px;line-height:23px}.product-spotlight-image-wrapper,.product-spotlight-image{max-height:400px}.product-spotlight-nav-btn{width:42px;height:42px}.product-spotlight-nav-btn svg{width:16px;height:16px}.product-spotlight-thumbnail{width:140px;height:80px}.product-spotlight-cta-button{padding:12px 28px;font-size:15px}}@media screen and (max-width: 1023px){.product-spotlight-container{padding-top:50px;padding-bottom:35px}.product-spotlight-inner{padding:0 30px}.product-spotlight-slider-wrapper{min-height:350px}.product-spotlight-bg-text-content{font-size:176px}.product-spotlight-title{font-size:30px;line-height:38px}.product-spotlight-subtitle{font-size:14px;line-height:22px}.product-spotlight-title-wrapper{margin-bottom:15px}.product-spotlight-image-wrapper,.product-spotlight-image{max-height:350px}.product-spotlight-nav-btn{width:40px;height:40px}.product-spotlight-nav-btn svg{width:15px;height:15px}.product-spotlight-thumbnails{gap:12px;margin-top:25px}.product-spotlight-thumbnail{width:120px;height:70px}.product-spotlight-dots{margin-top:20px}.product-spotlight-dot{width:10px;height:10px}.product-spotlight-cta-wrapper{margin-top:30px}.product-spotlight-cta-button{padding:12px 24px;font-size:14px}}@media screen and (max-width: 767px){.product-spotlight-container{padding-top:40px;padding-bottom:30px}.product-spotlight-inner{padding:0 15px}.product-spotlight-slider-wrapper{min-height:280px}.product-spotlight-img-desktop{display:none;visibility:hidden;opacity:0}.product-spotlight-img-mobile.product-spotlight-image-default{display:block;visibility:visible;opacity:1;position:relative;top:auto;left:auto;transform:none}.product-spotlight-img-mobile.product-spotlight-image-hover{display:none;visibility:hidden;opacity:0}.product-spotlight-bg-text-content{font-size:185px}.product-spotlight-title{font-size:24px;line-height:30px}.product-spotlight-subtitle{font-size:13px;line-height:20px}.product-spotlight-title-wrapper{margin-bottom:12px}.product-spotlight-image-wrapper,.product-spotlight-image{max-height:280px}.product-spotlight-nav{padding:0 10px}.product-spotlight-nav-btn{width:36px;height:36px}.product-spotlight-nav-btn svg{width:14px;height:14px}.product-spotlight-thumbnails{gap:10px;margin-top:20px}.product-spotlight-thumbnail{width:80px;height:50px;padding:4px}.product-spotlight-dots{gap:8px;margin-top:18px}.product-spotlight-dot{width:10px;height:10px}.product-spotlight-cta-wrapper{margin-top:25px}.product-spotlight-cta-button{padding:12px 22px;font-size:14px;border-radius:var(--spotlight-radius-lg)}.product-spotlight-slide{gap:30px}}@media screen and (max-width: 600px){.product-spotlight-container{padding-top:35px;padding-bottom:25px}.product-spotlight-slider-wrapper{min-height:250px}.product-spotlight-bg-text-content{font-size:155px}.product-spotlight-title{font-size:22px;line-height:28px}.product-spotlight-subtitle{font-size:12px;line-height:18px}.product-spotlight-image-wrapper,.product-spotlight-image{max-height:250px}.product-spotlight-thumbnail{width:70px;height:45px}.product-spotlight-slide{gap:25px}}@media screen and (max-width: 480px){.product-spotlight-container{padding-top:30px;padding-bottom:20px}.product-spotlight-slider-wrapper{min-height:220px}.product-spotlight-slide{gap:20px}.product-spotlight-bg-text-content{font-size:120px}.product-spotlight-title{font-size:20px;line-height:26px}.product-spotlight-subtitle{font-size:12px;line-height:18px}.product-spotlight-image-wrapper,.product-spotlight-image{max-height:220px}.product-spotlight-nav-btn{width:32px;height:32px}.product-spotlight-nav-btn svg{width:12px;height:12px}.product-spotlight-thumbnails{gap:8px;margin-top:15px}.product-spotlight-thumbnail{width:60px;height:40px;padding:3px;border-radius:var(--spotlight-radius-sm)}.product-spotlight-cta-button{padding:11px 20px;font-size:13px}}@media screen and (max-width: 375px){.product-spotlight-container{padding-top:25px;padding-bottom:15px}.product-spotlight-slide{gap:20px}.product-spotlight-slider-wrapper{min-height:200px}.product-spotlight-bg-text-content{font-size:110px}.product-spotlight-title{font-size:18px;line-height:24px}.product-spotlight-subtitle{font-size:11px;line-height:17px}.product-spotlight-image-wrapper,.product-spotlight-image{max-height:200px}.product-spotlight-nav-btn{width:30px;height:30px}.product-spotlight-nav-btn svg{width:11px;height:11px}.product-spotlight-thumbnail{width:50px;height:35px}.product-spotlight-cta-button{padding:10px 18px;font-size:12px}}@media screen and (max-width: 900px) and (orientation: landscape){.product-spotlight-container{padding-top:25px;padding-bottom:20px}.product-spotlight-slider-wrapper{min-height:200px}.product-spotlight-img-desktop{display:block;visibility:visible;opacity:1}.product-spotlight-img-desktop.product-spotlight-image-hover{opacity:0}.product-spotlight-img-mobile{display:none;visibility:hidden;opacity:0}.product-spotlight-bg-text-content{font-size:154px}.product-spotlight-title{font-size:20px;line-height:26px}.product-spotlight-subtitle{font-size:12px;line-height:18px}.product-spotlight-image-wrapper,.product-spotlight-image{max-height:200px}.product-spotlight-nav-btn{width:36px;height:36px}.product-spotlight-nav-btn svg{width:14px;height:14px}.product-spotlight-thumbnails{margin-top:15px;gap:8px}.product-spotlight-thumbnail{width:70px;height:45px}.product-spotlight-cta-wrapper{margin-top:20px}.product-spotlight-cta-button{padding:10px 20px;font-size:13px}}
/*# sourceMappingURL=/cdn/shop/t/2/assets/section-featured-product-hero.css.map */
