.featured-product,.featured-product *,.featured-product *:before,.featured-product *:after{box-sizing:border-box}.featured-product h1,.featured-product h2,.featured-product h3,.featured-product h4,.featured-product p,.featured-product span,.featured-product label{margin-top:0;margin-bottom:0;padding-top:0;padding-bottom:0}.featured-product{position:relative;background-color:var(--fp-bg, #f8f9fb);padding-top:var(--fp-padding-top, 64px);padding-bottom:var(--fp-padding-bottom, 64px);overflow:hidden}.featured-product__container{max-width:1100px;margin:0 auto;padding:0 24px;overflow:hidden}.featured-product__grid{display:grid;grid-template-columns:1fr 1fr;gap:48px;align-items:start}.featured-product__gallery{position:sticky;top:100px;display:flex;flex-direction:column;gap:12px;width:100%}.featured-product__image-wrap{position:relative;border-radius:16px;background:transparent;border:none;display:flex;align-items:center;justify-content:center;aspect-ratio:1 / 1;overflow:hidden;border:1px solid rgba(10,22,40,.06);width:100%;touch-action:pan-y}.featured-product__main-image{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:contain;padding:0;opacity:0;transition:opacity .35s ease;pointer-events:none}.featured-product__main-image.active{opacity:1;pointer-events:auto}.featured-product__image-wrap:hover .featured-product__main-image.active{transform:scale(1.04);transition:opacity .35s ease,transform .5s ease}.featured-product__image-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;color:var(--fp-text-muted, #8a9bb5);font-size:14px}.featured-product__thumbs{display:flex;gap:8px;justify-content:center;flex-wrap:wrap}.featured-product__thumb{width:64px;height:64px;border-radius:10px;overflow:hidden;border:2px solid rgba(10,22,40,.08);background:transparent;cursor:pointer;padding:4px;transition:border-color .25s ease,box-shadow .25s ease;flex-shrink:0}.featured-product__thumb:hover{border-color:#7ecbf380}.featured-product__thumb.active{border-color:var(--fp-accent, #7ecbf3);box-shadow:0 0 0 1px var(--fp-accent, #7ecbf3)}.featured-product__thumb img{width:100%;height:100%;object-fit:contain}.featured-product__dots{display:none;justify-content:center;gap:8px;padding:4px 0}.featured-product__dot{width:8px;height:8px;border-radius:50%;border:none;background:#0a162826;cursor:pointer;padding:0;transition:all .25s ease}.featured-product__dot.active{background:var(--fp-accent, #7ecbf3);width:24px;border-radius:4px}.featured-product__info{display:flex;flex-direction:column;gap:20px;min-width:0}.featured-product__overline{font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.1em;color:var(--fp-accent, #7ecbf3);display:inline-flex;align-items:center;gap:8px}.featured-product__badge{display:inline-block;background:var(--fp-badge-bg, #e74c3c);color:#fff;font-size:10px;font-weight:800;padding:3px 8px;border-radius:4px;letter-spacing:.06em;text-transform:uppercase}.featured-product .featured-product__title{font-size:32px;font-weight:900;color:var(--fp-heading-color, #0a1628);line-height:1.15;letter-spacing:-.02em}.featured-product__price-row{display:flex;align-items:baseline;gap:12px;flex-wrap:wrap}.featured-product .featured-product__price{font-size:28px;font-weight:800;color:var(--fp-heading-color, #0a1628);line-height:1}.featured-product .featured-product__price-compare{font-size:18px;color:var(--fp-text-muted, #8a9bb5);text-decoration:line-through;font-weight:400}.featured-product .featured-product__price-per{font-size:13px;color:var(--fp-text-muted, #8a9bb5);font-weight:400}.featured-product__tabs{display:flex;gap:0;border-bottom:2px solid rgba(10,22,40,.08)}.featured-product__tab{padding:10px 20px;font-size:13px;font-weight:600;color:var(--fp-text-muted, #8a9bb5);background:none;border:none;border-bottom:2px solid transparent;margin-bottom:-2px;cursor:pointer;transition:all .25s ease;text-transform:uppercase;letter-spacing:.06em;white-space:nowrap}.featured-product__tab:hover{color:var(--fp-heading-color, #0a1628)}.featured-product__tab.active{color:var(--fp-heading-color, #0a1628);border-bottom-color:var(--fp-accent, #7ecbf3)}.featured-product__tab-panel{display:none;padding:20px 0 4px;font-size:14px;line-height:1.7;color:var(--fp-text-color, #3a4a5c)}.featured-product__tab-panel.active{display:block;animation:fp-fade-in .3s ease}@keyframes fp-fade-in{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}.featured-product__tab-panel ul{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:8px}.featured-product__tab-panel li{position:relative;padding-left:20px;font-size:14px;line-height:1.6;color:var(--fp-text-color, #3a4a5c)}.featured-product__tab-panel li:before{content:"\2713";position:absolute;left:0;color:var(--fp-accent, #7ecbf3);font-weight:700}.featured-product__purchase-options{display:flex;flex-direction:column;gap:10px}.featured-product__option{display:flex;align-items:center;gap:12px;padding:12px 16px;border:2px solid rgba(10,22,40,.1);border-radius:10px;cursor:pointer;transition:all .25s ease;background:#fff;min-width:0}.featured-product__option:hover{border-color:#7ecbf366}.featured-product__option.selected{border-color:var(--fp-accent, #7ecbf3);background:#7ecbf30a}.featured-product__option input[type=radio]{appearance:none;-webkit-appearance:none;width:18px;height:18px;border:2px solid rgba(10,22,40,.2);border-radius:50%;flex-shrink:0;position:relative;cursor:pointer;transition:all .2s ease}.featured-product__option input[type=radio]:checked{border-color:var(--fp-accent, #7ecbf3)}.featured-product__option input[type=radio]:checked:after{content:"";position:absolute;top:3px;left:3px;width:8px;height:8px;border-radius:50%;background:var(--fp-accent, #7ecbf3)}.featured-product__option-text{flex:1;display:flex;flex-direction:column;gap:2px;min-width:0}.featured-product .featured-product__option-title{font-size:14px;font-weight:600;color:var(--fp-heading-color, #0a1628)}.featured-product .featured-product__option-detail{font-size:12px;color:var(--fp-text-muted, #8a9bb5)}.featured-product .featured-product__option-price{font-size:15px;font-weight:700;color:var(--fp-heading-color, #0a1628);flex-shrink:0;white-space:nowrap}.featured-product__option-save{display:inline-block;background:#2ecc711f;color:#27ae60;font-size:10px;font-weight:700;padding:2px 6px;border-radius:3px;text-transform:uppercase;letter-spacing:.04em;margin-left:6px}.featured-product__actions{display:flex;gap:12px;align-items:stretch}.featured-product__qty{display:flex;align-items:center;border:2px solid rgba(10,22,40,.1);border-radius:10px;overflow:hidden;background:#fff;flex-shrink:0}.featured-product__qty button{width:42px;height:48px;border:none;background:none;font-size:18px;font-weight:600;color:var(--fp-heading-color, #0a1628);cursor:pointer;transition:background .2s ease;display:flex;align-items:center;justify-content:center}.featured-product__qty button:hover{background:#0a16280a}.featured-product__qty input{width:40px;height:48px;border:none;border-left:1px solid rgba(10,22,40,.08);border-right:1px solid rgba(10,22,40,.08);text-align:center;font-size:15px;font-weight:600;color:var(--fp-heading-color, #0a1628);background:none;-moz-appearance:textfield}.featured-product__qty input::-webkit-inner-spin-button,.featured-product__qty input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.featured-product__atc{flex:1;height:52px;border:none;border-radius:10px;background:var(--fp-atc-bg, #0a1628);color:var(--fp-atc-text, #ffffff);font-size:15px;font-weight:700;text-transform:uppercase;letter-spacing:.08em;cursor:pointer;transition:all .3s ease;position:relative;overflow:hidden}.featured-product__atc:hover{background:var(--fp-atc-hover, #142240);transform:translateY(-1px);box-shadow:0 6px 20px #0a162833}.featured-product__atc:active{transform:translateY(0)}.featured-product__atc.loading{pointer-events:none;opacity:.7}.featured-product__stock{display:flex;flex-direction:column;gap:6px}.featured-product .featured-product__stock-text{font-size:12px;font-weight:600;color:var(--fp-text-color, #3a4a5c);display:flex;align-items:center;gap:6px}.featured-product__stock-text .stock-icon{display:inline-block;width:8px;height:8px;border-radius:50%;background:#e74c3c;animation:fp-pulse 2s ease infinite}@keyframes fp-pulse{0%,to{opacity:1}50%{opacity:.4}}.featured-product__stock-bar{width:100%;height:6px;border-radius:3px;background:#0a162814;overflow:hidden}.featured-product__stock-fill{height:100%;border-radius:3px;background:linear-gradient(90deg,#e74c3c,#f39c12);transition:width 1s ease}@media(prefers-reduced-motion:no-preference){.featured-product__gallery{opacity:0;transform:translate(-20px);animation:fp-slide-right .6s ease .1s forwards}.featured-product__info>*{opacity:0;transform:translateY(12px)}.featured-product__info>*:nth-child(1){animation:fp-reveal .5s ease .2s forwards}.featured-product__info>*:nth-child(2){animation:fp-reveal .5s ease .25s forwards}.featured-product__info>*:nth-child(3){animation:fp-reveal .5s ease .3s forwards}.featured-product__info>*:nth-child(4){animation:fp-reveal .5s ease .35s forwards}.featured-product__info>*:nth-child(5){animation:fp-reveal .5s ease .4s forwards}.featured-product__info>*:nth-child(6){animation:fp-reveal .5s ease .45s forwards}.featured-product__info>*:nth-child(7){animation:fp-reveal .5s ease .5s forwards}.featured-product__info>*:nth-child(8){animation:fp-reveal .5s ease .55s forwards}.featured-product__info>*:nth-child(9){animation:fp-reveal .5s ease .6s forwards}@keyframes fp-reveal{to{opacity:1;transform:translateY(0)}}@keyframes fp-slide-right{to{opacity:1;transform:translate(0)}}}@media screen and (max-width:900px){.featured-product__grid{grid-template-columns:1fr;gap:32px}.featured-product__gallery{position:static;max-width:100%;margin:0 auto}}@media screen and (max-width:480px){.featured-product{--fp-padding-top: 40px;--fp-padding-bottom: 40px;max-width:100vw;overflow-x:hidden}.featured-product__container{padding:0 16px;max-width:100%;overflow:hidden}.featured-product .featured-product__title,.featured-product .featured-product__price{font-size:24px}.featured-product__tabs{overflow-x:auto;-webkit-overflow-scrolling:touch}.featured-product__tab{padding:8px 14px;font-size:11px}.featured-product__actions{flex-direction:column}.featured-product__qty{align-self:flex-start}.featured-product__main-image{padding:0}.featured-product__option{padding:10px 12px}.featured-product__thumbs{display:none}.featured-product__dots{display:flex}}.section-featured-product-wrapper{max-width:100vw;overflow-x:hidden}
/*# sourceMappingURL=/cdn/shop/t/9/assets/section-featured-product.css.map */
