*,*:before,*:after{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:15px;line-height:1.6;color:#1a1a1a;background:#fff;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}h1,h2,h3,h4{margin:0;font-weight:600;letter-spacing:-.01em}p{margin:0}a{color:inherit;text-decoration:none}button{font-family:inherit;cursor:pointer}img{max-width:100%;display:block}input,select,textarea{font-family:inherit}.container{max-width:1340px;margin:0 auto;padding:0 24px}.top-bar{background:#1a1a1a;color:#d0d0d0;font-size:12px;padding:8px 0}.top-bar-inner{display:flex;justify-content:space-between;align-items:center;gap:16px}.top-bar-left,.top-bar-right{display:flex;gap:20px}.top-bar a{color:#d0d0d0;transition:color .15s}.top-bar a:hover{color:#fff}.top-bar .highlight{color:#ffa07a}@media (max-width: 720px){.top-bar-left{display:none}}.site-header{border-bottom:1px solid #ececec;background:#fff;position:sticky;top:0;z-index:50}.header-inner{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:32px;height:72px}.logo{font-size:20px;font-weight:700;letter-spacing:-.02em}.logo span{color:#e8501f}.search-form{max-width:480px;width:100%;position:relative}.search-input{width:100%;height:42px;padding:0 42px 0 40px;background:#f5f3ee;border:1px solid transparent;border-radius:10px;font-size:14px;color:#1a1a1a;transition:all .15s;outline:none}.search-input::placeholder{color:#999}.search-input:hover{background:#eeece5}.search-input:focus{background:#fff;border-color:#1a1a1a;box-shadow:0 0 0 3px #e8501f1a}.search-icon{position:absolute;left:14px;top:50%;transform:translateY(-50%);color:#888;pointer-events:none}.search-clear{position:absolute;right:10px;top:50%;transform:translateY(-50%);width:24px;height:24px;border:none;background:#ddd;color:#555;border-radius:50%;font-size:12px;line-height:1;display:none;align-items:center;justify-content:center}.search-clear.visible{display:flex}.search-clear:hover{background:#bbb}.search-suggestions{position:absolute;top:calc(100% + 6px);left:0;right:0;background:#fff;border:1px solid #ececec;border-radius:10px;box-shadow:0 10px 40px #00000014;padding:8px;display:none;max-height:420px;overflow-y:auto;z-index:60}.search-suggestions.open{display:block}.suggestion-section-title{font-size:11px;text-transform:uppercase;letter-spacing:.06em;color:#888;font-weight:600;padding:8px 10px 4px}.suggestion{display:flex;align-items:center;gap:10px;padding:8px 10px;border-radius:6px;cursor:pointer;transition:background .1s;font-size:14px}.suggestion:hover,.suggestion.active{background:#f5f3ee}.suggestion-icon{width:28px;height:28px;border-radius:6px;background:#f5f3ee;display:flex;align-items:center;justify-content:center;font-size:13px;color:#e8501f;flex-shrink:0}.suggestion-title{font-weight:500;flex:1}.suggestion-meta{font-size:12px;color:#888}.suggestion-empty{padding:20px;text-align:center;color:#888;font-size:14px}.header-actions{display:flex;gap:8px;align-items:center;font-size:14px}.icon-btn{width:42px;height:42px;background:transparent;border:none;border-radius:8px;display:flex;align-items:center;justify-content:center;color:#444;transition:background .15s}.icon-btn:hover{background:#f5f3ee}.mobile-search-btn{display:none}.cart-btn{display:inline-flex;align-items:center;gap:8px;padding:10px 16px;background:#f5f3ee;border:none;border-radius:8px;font-size:14px;font-weight:500;color:#1a1a1a;transition:background .15s}.cart-btn:hover{background:#eeece5}.cart-count{background:#e8501f;color:#fff;border-radius:10px;padding:1px 7px;font-size:11px;font-weight:600;min-width:18px;text-align:center}.login-link{padding:10px 14px;font-weight:500;color:#444;border-radius:8px;transition:background .15s}.login-link:hover{background:#f5f3ee;color:#1a1a1a}.main-nav{border-bottom:1px solid #ececec;background:#fff;position:sticky;z-index:49}.nav-list{display:flex;gap:0;list-style:none;margin:0;padding:0}.nav-item{position:relative}.nav-link{display:inline-flex;align-items:center;gap:6px;padding:14px 20px;font-size:14px;font-weight:500;color:#1a1a1a;border-bottom:2px solid transparent;transition:all .15s;cursor:pointer}.nav-link:hover,.nav-item.open .nav-link{color:#e8501f;border-bottom-color:#e8501f}.nav-link .chevron{width:10px;height:10px;transition:transform .2s}.nav-item.open .chevron{transform:rotate(180deg)}.mega-menu{position:absolute;top:100%;left:0;min-width:560px;background:#fff;border:1px solid #ececec;border-radius:12px;box-shadow:0 20px 50px #0000001a;padding:20px;display:none;margin-top:2px;grid-template-columns:1fr 1fr;gap:20px 32px}.nav-item.open .mega-menu{display:grid}.mega-col-title{font-size:11px;text-transform:uppercase;letter-spacing:.08em;color:#888;font-weight:600;margin-bottom:8px}.mega-links{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:2px}.mega-links a{display:block;padding:7px 10px;border-radius:6px;font-size:14px;color:#333;transition:all .1s}.mega-links a:hover{background:#f5f3ee;color:#e8501f}.mega-featured{grid-column:1 / -1;background:#f5f3ee;border-radius:8px;padding:14px 16px;display:flex;gap:14px;align-items:center;margin-top:4px}.mega-featured-img{width:64px;height:40px;background:linear-gradient(135deg,#e8501f,#d97706);border-radius:4px;flex-shrink:0}.mega-featured-text{flex:1}.mega-featured-title{font-size:13px;font-weight:600;margin-bottom:2px}.mega-featured-sub{font-size:12px;color:#666}.mega-featured-link{color:#e8501f;font-size:13px;font-weight:500}.menu-toggle{display:none;width:42px;height:42px;border:none;background:transparent;color:#1a1a1a;align-items:center;justify-content:center;border-radius:8px}.menu-toggle:hover{background:#f5f3ee}@media (max-width: 900px){.search-form{display:none}.mobile-search-btn{display:flex}.login-link{display:none}}@media (max-width: 720px){.menu-toggle{display:flex}.main-nav{display:none}.main-nav.mobile-open{display:block;position:fixed;top:0;left:0;right:0;bottom:0;background:#fff;z-index:100;padding:72px 24px 24px;overflow-y:auto}.main-nav.mobile-open .nav-list{flex-direction:column}.main-nav.mobile-open .nav-link{padding:14px 0;border-bottom:1px solid #ececec;width:100%;justify-content:space-between}.main-nav.mobile-open .mega-menu{position:static;display:grid;grid-template-columns:1fr;box-shadow:none;border:none;padding:8px 0 16px;min-width:0}.main-nav.mobile-open .nav-item:not(.open) .mega-menu{display:none}}.mobile-search-overlay{position:fixed;top:0;left:0;right:0;background:#fff;padding:16px 56px 16px 16px;border-bottom:1px solid #ececec;z-index:101;display:none;box-shadow:0 4px 20px #00000014}.mobile-search-overlay.open{display:block}.mobile-search-overlay .search-form{display:block;max-width:none}.mobile-search-close{position:absolute;top:14px;right:16px;width:36px;height:36px;border:none;background:#f5f3ee;border-radius:50%;font-size:20px;color:#555;display:flex;align-items:center;justify-content:center}.breadcrumbs{padding:20px 0 0;font-size:13px;color:#777}.breadcrumbs a:hover{color:#e8501f}.breadcrumbs .sep{margin:0 8px;color:#ccc}.product-hero{display:grid;grid-template-columns:minmax(0,1.15fr) minmax(0,1fr);gap:48px;padding:32px 0 56px}@media (max-width: 860px){.product-hero{grid-template-columns:1fr;gap:32px}}.gallery-main{background:#f5f3ee;border-radius:12px;display:flex;align-items:center;justify-content:center;overflow:hidden;position:relative;cursor:zoom-in;margin-bottom:12px;transition:background .2s}.gallery-main:hover .zoom-hint{opacity:1}.slide-preview{width:85%;height:85%;background:#fff;border-radius:8px;box-shadow:0 2px 24px #00000014;display:flex;flex-direction:column;padding:32px;position:relative}.slide-preview h3{font-size:14px;color:#888;font-weight:500;margin-bottom:24px}.zoom-hint{position:absolute;top:12px;right:12px;background:#000000b3;color:#fff;padding:6px 10px;border-radius:6px;font-size:12px;opacity:0;transition:opacity .15s}.thumbnails{display:grid;grid-template-columns:repeat(8,1fr);gap:6px;margin-bottom:16px}@media (max-width: 520px){.thumbnails{grid-template-columns:repeat(6,1fr)}}.thumb{background:#f5f3ee;aspect-ratio:16/9;border-radius:4px;cursor:pointer;border:2px solid transparent;transition:border-color .15s;display:flex;align-items:center;justify-content:center;font-size:11px;color:#999;font-weight:500}.thumb:hover{border-color:#ddd}.thumb.active{border-color:#e8501f}.gallery-ctas{display:flex;gap:8px}.gallery-ctas button{flex:1;padding:11px 14px;background:#fff;border:1px solid #e0e0e0;border-radius:8px;font-size:13px;font-weight:500;color:#333;display:inline-flex;align-items:center;justify-content:center;gap:8px;transition:all .15s}.gallery-ctas button:hover{border-color:#1a1a1a;background:#fafafa}.product-info h1{font-size:28px;line-height:1.25;margin-bottom:12px}.product-meta{display:flex;align-items:center;gap:14px;font-size:13px;color:#666;margin-bottom:20px;flex-wrap:wrap}.product-meta .rating{color:#d97706;font-weight:500}.product-meta .sep{color:#ddd}.price-row{display:flex;align-items:baseline;gap:10px;margin-bottom:20px}.price{font-size:32px;font-weight:700;letter-spacing:-.02em}.price-sub{font-size:13px;color:#666}.cta-row{display:flex;gap:8px;margin-bottom:24px}.btn-primary{flex:2;padding:14px 20px;background:#1a1a1a;color:#fff;border:none;border-radius:8px;font-size:15px;font-weight:600;transition:background .15s,transform .1s}.btn-primary:hover{background:#000}.btn-primary:active{transform:scale(.98)}.btn-secondary{flex:1;padding:14px 16px;background:#fff;color:#1a1a1a;border:1px solid #e0e0e0;border-radius:8px;font-size:15px;font-weight:500;transition:all .15s}.btn-secondary:hover{border-color:#1a1a1a}.btn-secondary.saved{background:#fff5f1;border-color:#e8501f;color:#e8501f}.specs{background:#faf9f6;border-radius:10px;padding:16px 20px}.specs table{width:100%;border-collapse:collapse;font-size:14px}.specs td{padding:6px 0}.specs td:first-child{color:#777}.specs td:last-child{text-align:right;font-weight:500}section.content-section{padding:32px 0;border-top:1px solid #ececec}section.content-section:first-of-type{border-top:none}section.content-section h2{font-size:22px;margin-bottom:16px;letter-spacing:-.015em}.section-lead{font-size:16px;color:#333;margin-bottom:20px;max-width:68ch}.inside-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:12px}.inside-card{background:#faf9f6;border-radius:10px;padding:16px 18px}.inside-card .label{font-size:13px;color:#777;margin-bottom:6px}.inside-card .value{font-size:22px;font-weight:700;letter-spacing:-.02em}.good-for-list{margin:0;padding-left:20px;line-height:2;color:#333}.not-for{margin-top:14px;font-size:14px;color:#777;padding:12px 16px;background:#faf9f6;border-radius:8px;border-left:3px solid #ddd}.licence-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px}@media (max-width: 600px){.licence-grid{grid-template-columns:1fr}}.licence-card{padding:14px 18px;border-radius:8px;font-size:14px;border-left:3px solid}.licence-card.allowed{background:#f0f9f4;color:#0f6e3b;border-color:#0f6e3b}.licence-card.disallowed{background:#fdf0f0;color:#a32d2d;border-color:#a32d2d}.licence-card .title{font-weight:600;margin-bottom:4px;display:flex;align-items:center;gap:6px}.licence-card .icon{width:14px;height:14px;display:inline-flex;align-items:center;justify-content:center;font-weight:700}.reviews-summary{display:flex;align-items:center;gap:24px;margin-bottom:20px;padding:16px 20px;background:#faf9f6;border-radius:10px}.reviews-summary .big-rating{font-size:40px;font-weight:700;letter-spacing:-.02em;line-height:1}.reviews-summary .stars{color:#d97706;font-size:15px;margin-bottom:2px}.reviews-summary .reviews-count{font-size:13px;color:#666}.review{padding:18px 0;border-bottom:1px solid #ececec}.review:last-child{border-bottom:none}.review-header{display:flex;align-items:center;gap:12px;margin-bottom:8px}.avatar{width:36px;height:36px;border-radius:50%;display:flex;align-items:center;justify-content:center;background:#fff5f1;color:#e8501f;font-weight:600;font-size:13px}.review-author{font-size:14px;font-weight:600}.review-meta{font-size:12px;color:#888}.verified-badge{display:inline-block;background:#eef7f1;color:#0f6e3b;font-size:11px;padding:1px 6px;border-radius:4px;margin-left:6px;font-weight:500}.review-body{font-size:14px;color:#333;line-height:1.6}.faq-item{border-bottom:1px solid #ececec}.faq-item:last-child{border-bottom:none}.faq-item summary{cursor:pointer;padding:16px 0;font-size:15px;font-weight:500;list-style:none;display:flex;justify-content:space-between;align-items:center;transition:color .15s}.faq-item summary::-webkit-details-marker{display:none}.faq-item summary:hover{color:#e8501f}.faq-item summary:after{content:"+";font-size:20px;font-weight:300;color:#999;transition:transform .2s;line-height:1}.faq-item[open] summary:after{content:"−"}.faq-item .faq-answer{padding:0 0 16px;font-size:14px;color:#555;line-height:1.7;max-width:68ch}.newsletter{background:linear-gradient(135deg,#1a1a1a,#2a2a2a);color:#fff;padding:48px 0;margin-top:48px}.newsletter-inner{display:grid;grid-template-columns:1fr 1fr;gap:48px;align-items:center}@media (max-width: 720px){.newsletter-inner{grid-template-columns:1fr;gap:24px}}.newsletter h2{font-size:24px;margin-bottom:8px;color:#fff}.newsletter p{font-size:14px;color:#bbb;line-height:1.6}.newsletter-form{display:flex;gap:8px}.newsletter-input{flex:1;height:46px;padding:0 16px;background:#ffffff1a;border:1px solid rgba(255,255,255,.15);border-radius:8px;color:#fff;font-size:14px;outline:none;transition:all .15s}.newsletter-input::placeholder{color:#888}.newsletter-input:focus{background:#ffffff26;border-color:#e8501f}.newsletter-submit{padding:0 24px;background:#e8501f;color:#fff;border:none;border-radius:8px;font-size:14px;font-weight:600;transition:background .15s;white-space:nowrap}.newsletter-submit:hover{background:#d14518}.newsletter-note{font-size:12px;color:#888;margin-top:10px}footer{background:#faf9f6;padding:56px 0 0;border-top:1px solid #ececec}.footer-main{display:grid;grid-template-columns:2fr 1fr 1fr 1fr 1fr;gap:32px;padding-bottom:48px}@media (max-width: 900px){.footer-main{grid-template-columns:1fr 1fr 1fr}.footer-col-brand{grid-column:1 / -1;margin-bottom:8px}}@media (max-width: 540px){.footer-main{grid-template-columns:1fr 1fr}}.footer-col h4{font-size:12px;text-transform:uppercase;letter-spacing:.08em;color:#888;margin-bottom:14px;font-weight:600}.footer-col ul{list-style:none;margin:0;padding:0}.footer-col li{margin-bottom:8px}.footer-col a{font-size:14px;color:#444;transition:color .15s}.footer-col a:hover{color:#e8501f}.footer-brand-logo{font-size:20px;font-weight:700;letter-spacing:-.02em;margin-bottom:12px}.footer-brand-logo span{color:#e8501f}.footer-tagline{font-size:14px;color:#666;line-height:1.6;margin-bottom:18px;max-width:320px}.social-row{display:flex;gap:8px;margin-top:20px;margin-bottom:20px;flex-wrap:wrap}.social-btn{width:36px;height:36px;border-radius:50%;background:#fff;border:1px solid #ececec;display:flex;align-items:center;justify-content:center;color:#555;transition:all .15s}.social-btn:hover{background:#1a1a1a;border-color:#1a1a1a;color:#fff}.footer-bottom{border-top:1px solid #ececec;padding:20px 0;display:flex;justify-content:space-between;align-items:center;gap:16px;flex-wrap:wrap;font-size:13px;color:#777}.footer-bottom-right{display:flex;align-items:center;gap:16px}.payment-methods{display:flex;gap:6px}.payment-method{height:22px;padding:2px 8px;background:#fff;border:1px solid #ececec;border-radius:4px;font-size:10px;font-weight:700;color:#555;display:inline-flex;align-items:center;letter-spacing:.03em}.section-header-row{display:flex;justify-content:space-between;align-items:baseline;gap:12px;margin-bottom:20px;flex-wrap:wrap}.section-header-row h2{margin:0}.see-all-link{font-size:14px;color:#e8501f;font-weight:500}.see-all-link:hover{text-decoration:underline}.clear-btn{background:transparent;border:none;color:#888;font-size:13px;cursor:pointer;padding:4px 8px;border-radius:6px;transition:all .15s}.clear-btn:hover{background:#f5f3ee;color:#1a1a1a}.product-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}@media (max-width: 900px){.product-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width: 480px){.product-grid{grid-template-columns:1fr}}.product-card{background:#fff;border:1px solid #ececec;border-radius:10px;overflow:hidden;cursor:pointer;transition:all .2s;display:flex;flex-direction:column}.product-card:hover{border-color:#1a1a1a;transform:translateY(-2px);box-shadow:0 8px 20px #0000000f}.product-card-preview{aspect-ratio:16/9;background:#f5f3ee;display:flex;align-items:center;justify-content:center;position:relative;overflow:hidden}.product-card-preview .mini-viz{width:78%;display:flex;align-items:center;gap:2px}.product-card-preview .mini-viz.circular{width:50%;aspect-ratio:1;border-radius:50%;border:3px dashed #ccc;background:transparent}.product-card-preview .mini-viz.matrix{display:grid;grid-template-columns:repeat(3,1fr);grid-template-rows:repeat(2,1fr);gap:3px;width:60%;aspect-ratio:3/2}.product-card-preview .mini-viz.matrix .mini-cell{border-radius:3px}.mini-dot{width:22px;height:22px;border-radius:50%;flex-shrink:0}.mini-line{flex:1;height:2px;background:#ddd}.product-card-body{padding:14px 16px;display:flex;flex-direction:column;flex:1}.product-card-category{font-size:11px;text-transform:uppercase;letter-spacing:.05em;color:#888;font-weight:500;margin-bottom:6px}.product-card-title{font-size:14px;font-weight:600;color:#1a1a1a;margin-bottom:10px;line-height:1.35;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;flex:1}.product-card-meta{display:flex;justify-content:space-between;align-items:center;font-size:13px;margin-top:auto}.product-card-rating{color:#d97706;font-weight:500}.product-card-rating span{color:#888;font-weight:400;margin-left:4px}.product-card-price{font-weight:700;font-size:15px;color:#1a1a1a}.product-card-badge{position:absolute;top:10px;left:10px;background:#1a1a1a;color:#fff;font-size:10px;font-weight:700;padding:3px 8px;border-radius:4px;letter-spacing:.04em;text-transform:uppercase}.product-card-badge.sale{background:#e8501f}.product-card-badge.new{background:#0f6e3b}.product-card-badge.popular{background:#534ab7}.carousel-wrapper{position:relative}.carousel{display:flex;gap:12px;overflow-x:auto;scroll-behavior:smooth;scroll-snap-type:x mandatory;padding:4px 0;scrollbar-width:none;-ms-overflow-style:none}.carousel::-webkit-scrollbar{display:none}.carousel .product-card{flex:0 0 220px;scroll-snap-align:start}@media (max-width: 480px){.carousel .product-card{flex:0 0 180px}}.carousel-btn{position:absolute;top:38%;transform:translateY(-50%);width:40px;height:40px;border-radius:50%;background:#fff;border:1px solid #ececec;box-shadow:0 4px 12px #00000014;display:flex;align-items:center;justify-content:center;z-index:2;color:#1a1a1a;transition:all .15s}.carousel-btn:hover:not(:disabled){background:#1a1a1a;color:#fff;border-color:#1a1a1a}.carousel-btn:disabled{opacity:.3;cursor:not-allowed}.carousel-btn.prev{left:-18px}.carousel-btn.next{right:-18px}@media (max-width: 900px){.carousel-btn.prev{left:4px}.carousel-btn.next{right:4px}}.empty-state{text-align:center;padding:40px 20px;color:#888;font-size:14px;background:#faf9f6;border-radius:10px;flex:1}.share-row{display:flex;align-items:center;gap:8px;margin-bottom:20px;padding:12px 0;border-top:1px solid #ececec;border-bottom:1px solid #ececec}.share-label{font-size:13px;color:#666;font-weight:500;margin-right:4px}.share-btn{width:34px;height:34px;border-radius:50%;background:#fff;border:1px solid #e0e0e0;display:flex;align-items:center;justify-content:center;color:#555;transition:all .15s;padding:0}.share-btn:hover{background:#1a1a1a;border-color:#1a1a1a;color:#fff}.share-btn.copied{background:#0f6e3b;border-color:#0f6e3b;color:#fff}.video-trigger{position:absolute;top:12px;left:12px;background:#000000b3;color:#fff;padding:6px 14px 6px 6px;border-radius:20px;font-size:12px;font-weight:500;display:inline-flex;align-items:center;gap:8px;border:none;backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px);z-index:2;transition:all .15s}.video-trigger:hover{background:#e8501f;transform:scale(1.03)}.video-trigger .play-icon{width:22px;height:22px;background:#e8501f;border-radius:50%;display:flex;align-items:center;justify-content:center;transition:background .15s}.video-trigger:hover .play-icon{background:#fff}.video-trigger .play-icon svg{margin-left:2px;fill:#fff;transition:fill .15s}.video-trigger:hover .play-icon svg{fill:#e8501f}.video-modal .modal-content{max-width:960px;background:#0a0a0a;border-radius:12px;overflow:hidden}.video-modal .modal-close{background:#ffffff26;color:#fff;border-color:transparent;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.video-modal .modal-close:hover{background:#ffffff40}.video-player{position:relative;aspect-ratio:16/9;background:#1a1a1a;overflow:hidden}.video-stage{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:48px 60px;background:#f8f7f3}.video-stage-title{font-size:24px;font-weight:500;color:#333;margin-bottom:24px;text-align:center;animation:fadeSlideIn .5s ease}.video-stage-subtitle{font-size:13px;color:#888;text-transform:uppercase;letter-spacing:.1em;margin-bottom:6px}.video-stage .demo-timeline{width:80%;max-width:600px;margin-top:12px}.video-stage .demo-timeline .dot{animation:pulseIn .4s ease backwards}.video-stage .demo-timeline .dot:nth-child(1){animation-delay:.1s}.video-stage .demo-timeline .node:nth-child(2) .dot{animation-delay:.2s}.video-stage .demo-timeline .node:nth-child(3) .dot{animation-delay:.3s}.video-stage .demo-timeline .node:nth-child(4) .dot{animation-delay:.4s}.video-stage .demo-timeline .node:nth-child(5) .dot{animation-delay:.5s}@keyframes fadeSlideIn{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}@keyframes pulseIn{0%{opacity:0;transform:scale(.6)}to{opacity:1;transform:scale(1)}}.video-controls{position:absolute;bottom:0;left:0;right:0;background:linear-gradient(180deg,transparent,rgba(0,0,0,.8));padding:40px 20px 16px;display:flex;align-items:center;gap:14px;color:#fff}.video-play-pause{width:36px;height:36px;background:transparent;border:none;color:#fff;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:background .15s;padding:0}.video-play-pause:hover{background:#ffffff26}.video-progress{flex:1;height:4px;background:#ffffff40;border-radius:2px;overflow:hidden;position:relative;transition:height .15s}.video-progress:hover{height:6px}.video-progress-fill{position:absolute;top:0;left:0;bottom:0;background:#e8501f;width:0%}.video-time{font-size:12px;font-variant-numeric:tabular-nums;min-width:82px;text-align:right;opacity:.9}.promo-section{margin-top:14px}.promo-toggle{background:transparent;border:none;color:#e8501f;font-size:13px;font-weight:500;display:inline-flex;align-items:center;gap:6px;padding:4px 0}.promo-toggle:hover{text-decoration:underline}.promo-form{display:none;gap:8px;margin-top:10px}.promo-form.open{display:flex}.promo-form input{flex:1;height:40px;padding:0 14px;border:1px solid #e0e0e0;border-radius:8px;font-size:14px;outline:none;transition:border-color .15s;text-transform:uppercase;letter-spacing:.03em;background:#fff;color:#1a1a1a}.promo-form input::placeholder{text-transform:none;letter-spacing:0;color:#999}.promo-form input:focus{border-color:#1a1a1a}.promo-form input.invalid{border-color:#a32d2d;background:#fef5f5}.promo-form input.valid{border-color:#0f6e3b;background:#f0f9f4}.promo-form button{padding:0 20px;background:#fff;border:1px solid #1a1a1a;border-radius:8px;font-size:14px;font-weight:600;color:#1a1a1a;transition:all .15s;white-space:nowrap}.promo-form button:hover{background:#1a1a1a;color:#fff}.promo-message{font-size:13px;margin-top:8px;display:none}.promo-message.success{display:block;color:#0f6e3b}.promo-message.error{display:block;color:#a32d2d}.price.discounted{color:#0f6e3b}.price-original{text-decoration:line-through;color:#999;font-size:20px;font-weight:500;margin-right:8px}.discount-badge{background:#0f6e3b;color:#fff;padding:3px 8px;border-radius:4px;font-size:11px;font-weight:700;letter-spacing:.04em;margin-left:6px;vertical-align:middle;display:inline-block}.review-form-wrapper{background:#faf9f6;border-radius:10px;padding:20px 22px;margin-top:24px}.review-form-title{font-size:16px;margin-bottom:16px;font-weight:600}.review-login-prompt{text-align:left;padding:16px 18px;background:#fbfaf7;border:1px dashed #e3dfd6;border-radius:8px}.review-login-header{display:flex;align-items:center;gap:8px;margin-bottom:6px}.review-login-icon{color:#888;flex-shrink:0}.review-login-title{font-size:14px;font-weight:600;color:#333}.review-login-text{font-size:13px;color:#888;margin:0 0 10px;line-height:1.5}.review-login-actions{display:flex;align-items:center;gap:6px;font-size:13px}.review-login-link{color:#e8501f;text-decoration:none;font-weight:500}.review-login-link:hover{text-decoration:underline}.review-login-sep{color:#ccc}[data-theme=dark] .review-login-prompt{background:#161616;border-color:#2a2a2a}[data-theme=dark] .review-login-title{color:#e0e0e0}[data-theme=dark] .review-login-text{color:#888}[data-theme=dark] .review-login-icon{color:#666}[data-theme=dark] .review-login-sep{color:#444}.review-form{display:flex;flex-direction:column;gap:12px}.rating-picker{display:flex;align-items:center;gap:14px;flex-wrap:wrap}.rating-label{font-size:14px;color:#666}.stars-input{display:flex;gap:2px}.star-btn{background:transparent;border:none;color:#ddd;font-size:26px;line-height:1;padding:2px;transition:transform .1s,color .15s}.star-btn:hover{transform:scale(1.15)}.star-btn.filled,.star-btn.hovered{color:#d97706}.review-name-input,.review-text-input{padding:10px 14px;border:1px solid #e0e0e0;border-radius:8px;font-size:14px;outline:none;transition:border-color .15s;background:#fff;font-family:inherit;color:#1a1a1a}.review-text-input{resize:vertical;line-height:1.6;min-height:80px}.review-name-input:focus,.review-text-input:focus{border-color:#1a1a1a}.review-form-footer{display:flex;justify-content:space-between;align-items:center;gap:12px;flex-wrap:wrap}.char-count{font-size:12px;color:#888;font-variant-numeric:tabular-nums}.review-submit{padding:10px 22px;background:#1a1a1a;color:#fff;border:none;border-radius:8px;font-size:14px;font-weight:600;transition:background .15s}.review-submit:hover{background:#000}.review-submit:disabled{opacity:.5;cursor:not-allowed}.review.review-new{animation:slideInReview .5s ease}@keyframes slideInReview{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}.back-to-top{position:fixed;bottom:24px;right:24px;width:44px;height:44px;border-radius:50%;background:#1a1a1a;color:#fff;border:none;display:flex;align-items:center;justify-content:center;opacity:0;pointer-events:none;transform:translateY(12px);transition:opacity .2s,transform .2s,background .15s;z-index:150;box-shadow:0 4px 16px #00000026}.back-to-top.visible{opacity:1;pointer-events:auto;transform:translateY(0)}.back-to-top:hover{background:#e8501f}.theme-toggle{background:transparent;border:none;color:#d0d0d0;padding:4px 10px;border-radius:6px;display:inline-flex;align-items:center;gap:6px;font-size:12px;transition:all .15s}.theme-toggle:hover{background:#ffffff14;color:#fff}.theme-icon{transition:transform .4s}.theme-icon-sun{display:none}[data-theme=dark] .theme-icon-sun{display:block}[data-theme=dark] .theme-icon-moon{display:none}.modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#000000d9;display:none;align-items:center;justify-content:center;z-index:200;padding:32px}.modal-overlay.open{display:flex}.modal-content{background:#fff;border-radius:12px;max-width:1000px;width:100%;max-height:90vh;overflow:auto;position:relative}.modal-close{position:absolute;top:12px;right:12px;width:36px;height:36px;border-radius:50%;background:#fff;border:1px solid #e0e0e0;font-size:20px;display:flex;align-items:center;justify-content:center;z-index:1}.modal-inner{padding:24px}.toast{position:fixed;bottom:24px;left:50%;transform:translate(-50%) translateY(100px);background:#1a1a1a;color:#fff;padding:12px 20px;border-radius:8px;font-size:14px;font-weight:500;opacity:0;transition:all .3s cubic-bezier(.4,0,.2,1);z-index:300;box-shadow:0 10px 30px #0003}.toast.show{transform:translate(-50%) translateY(0);opacity:1}.demo-timeline{display:flex;align-items:center;gap:0;flex:1;margin-top:20px}.demo-timeline .node{flex:1;display:flex;flex-direction:column;align-items:center;position:relative}.demo-timeline .node:not(:last-child):after{content:"";position:absolute;top:18px;left:50%;right:-50%;height:2px;background:#e0e0e0}.demo-timeline .dot{width:36px;height:36px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:600;font-size:13px;color:#fff;position:relative;z-index:1}.demo-timeline .n1{background:#e8501f}.demo-timeline .n2{background:#d97706}.demo-timeline .n3{background:#0f6e3b}.demo-timeline .n4{background:#185fa5}.demo-timeline .n5{background:#534ab7}.demo-timeline .label{font-size:11px;color:#555;margin-top:10px;font-weight:500;text-align:center}[data-theme=dark]{color-scheme:dark}[data-theme=dark] body{background:#121212;color:#e0e0e0}[data-theme=dark] .top-bar{background:#0a0a0a}[data-theme=dark] .site-header{background:#1a1a1a;border-bottom-color:#2a2a2a}[data-theme=dark] .logo{color:#f0f0f0}[data-theme=dark] .main-nav{background:#1a1a1a;border-bottom-color:#2a2a2a}[data-theme=dark] .nav-link{color:#e0e0e0}[data-theme=dark] .search-input{background:#2a2a2a;color:#e0e0e0}[data-theme=dark] .search-input::placeholder{color:#777}[data-theme=dark] .search-input:hover{background:#333}[data-theme=dark] .search-input:focus{background:#1a1a1a;border-color:#e8501f}[data-theme=dark] .search-suggestions{background:#1a1a1a;border-color:#2a2a2a;box-shadow:0 10px 40px #00000080}[data-theme=dark] .suggestion:hover,[data-theme=dark] .suggestion.active{background:#2a2a2a}[data-theme=dark] .suggestion-title{color:#e0e0e0}[data-theme=dark] .suggestion-icon{background:#2a2a2a}[data-theme=dark] .login-link{color:silver}[data-theme=dark] .login-link:hover{background:#2a2a2a;color:#fff}[data-theme=dark] .icon-btn{color:silver}[data-theme=dark] .icon-btn:hover{background:#2a2a2a}[data-theme=dark] .cart-btn{background:#2a2a2a;color:#e0e0e0}[data-theme=dark] .cart-btn:hover{background:#333}[data-theme=dark] .menu-toggle{color:#e0e0e0}[data-theme=dark] .menu-toggle:hover{background:#2a2a2a}[data-theme=dark] .mega-menu{background:#1a1a1a;border-color:#2a2a2a;box-shadow:0 20px 50px #00000080}[data-theme=dark] .mega-col-title{color:#777}[data-theme=dark] .mega-links a{color:silver}[data-theme=dark] .mega-links a:hover{background:#2a2a2a}[data-theme=dark] .mega-featured{background:#252525}[data-theme=dark] .mega-featured-title{color:#f0f0f0}[data-theme=dark] .mega-featured-sub{color:#999}[data-theme=dark] .breadcrumbs{color:#888}[data-theme=dark] .gallery-main,[data-theme=dark] .thumb{background:#1e1e1e}[data-theme=dark] .slide-preview{background:#2a2a2a;box-shadow:0 2px 24px #0006}[data-theme=dark] .slide-preview h3{color:#a0a0a0}[data-theme=dark] .demo-timeline .label{color:#aaa}[data-theme=dark] .demo-timeline .node:not(:last-child):after{background:#444}[data-theme=dark] .gallery-ctas button{background:#1e1e1e;color:#e0e0e0;border-color:#2f2f2f}[data-theme=dark] .gallery-ctas button:hover{background:#2a2a2a;border-color:#e8501f}[data-theme=dark] .product-info h1{color:#f0f0f0}[data-theme=dark] .product-meta{color:#999}[data-theme=dark] .product-meta .sep{color:#444}[data-theme=dark] .share-row{border-top-color:#2a2a2a;border-bottom-color:#2a2a2a}[data-theme=dark] .share-label{color:#999}[data-theme=dark] .share-btn{background:#1e1e1e;border-color:#2f2f2f;color:silver}[data-theme=dark] .share-btn:hover{background:#fff;color:#1a1a1a;border-color:#fff}[data-theme=dark] .price{color:#f0f0f0}[data-theme=dark] .price-sub{color:#999}[data-theme=dark] .price-original{color:#666}[data-theme=dark] .btn-primary{background:#e8501f;color:#fff}[data-theme=dark] .btn-primary:hover{background:#d14518}[data-theme=dark] .btn-secondary{background:#1e1e1e;color:#e0e0e0;border-color:#2f2f2f}[data-theme=dark] .btn-secondary:hover{border-color:#e8501f}[data-theme=dark] .btn-secondary.saved{background:#2a1a15;color:#ffa080}[data-theme=dark] .specs{background:#1a1a1a}[data-theme=dark] .specs td:first-child{color:#999}[data-theme=dark] .specs td:last-child{color:#e0e0e0}[data-theme=dark] .promo-form input{background:#1a1a1a;border-color:#2f2f2f;color:#e0e0e0}[data-theme=dark] .promo-form input:focus{border-color:#e8501f}[data-theme=dark] .promo-form input.valid{background:#0f6e3b1f}[data-theme=dark] .promo-form input.invalid{background:#a32d2d1f}[data-theme=dark] .promo-form button{background:#1e1e1e;border-color:#e0e0e0;color:#e0e0e0}[data-theme=dark] .promo-form button:hover{background:#fff;color:#1a1a1a}[data-theme=dark] .promo-message.success{color:#7ed3a3}[data-theme=dark] .promo-message.error{color:#e8a0a0}[data-theme=dark] section.content-section{border-top-color:#2a2a2a}[data-theme=dark] section.content-section h2{color:#f0f0f0}[data-theme=dark] .section-lead{color:silver}[data-theme=dark] .inside-card,[data-theme=dark] .not-for,[data-theme=dark] .reviews-summary,[data-theme=dark] .review-form-wrapper{background:#1a1a1a}[data-theme=dark] .inside-card .label{color:#999}[data-theme=dark] .inside-card .value{color:#f0f0f0}[data-theme=dark] .good-for-list{color:silver}[data-theme=dark] .not-for{color:#999;border-left-color:#444}[data-theme=dark] .not-for strong{color:#e0e0e0}[data-theme=dark] .licence-card.allowed{background:#0f6e3b26;color:#7ed3a3}[data-theme=dark] .licence-card.disallowed{background:#a32d2d26;color:#e8a0a0}[data-theme=dark] .reviews-summary .big-rating,[data-theme=dark] .reviews-summary>div>div:first-child{color:#f0f0f0}[data-theme=dark] .reviews-count{color:#999}[data-theme=dark] .review{border-bottom-color:#2a2a2a}[data-theme=dark] .review-author{color:#f0f0f0}[data-theme=dark] .review-meta{color:#999}[data-theme=dark] .review-body{color:silver}[data-theme=dark] .avatar{background:#3a1f17;color:#ffa080}[data-theme=dark] .verified-badge{background:#0f6e3b33;color:#7ed3a3}[data-theme=dark] .review-form-title{color:#f0f0f0}[data-theme=dark] .rating-label{color:#999}[data-theme=dark] .star-btn{color:#3a3a3a}[data-theme=dark] .review-name-input,[data-theme=dark] .review-text-input{background:#0f0f0f;border-color:#2f2f2f;color:#e0e0e0}[data-theme=dark] .review-name-input::placeholder,[data-theme=dark] .review-text-input::placeholder{color:#666}[data-theme=dark] .review-name-input:focus,[data-theme=dark] .review-text-input:focus{border-color:#e8501f}[data-theme=dark] .char-count{color:#777}[data-theme=dark] .review-submit{background:#e8501f}[data-theme=dark] .review-submit:hover{background:#d14518}[data-theme=dark] .faq-item{border-bottom-color:#2a2a2a}[data-theme=dark] .faq-item summary{color:#e0e0e0}[data-theme=dark] .faq-item .faq-answer{color:#a0a0a0}[data-theme=dark] .faq-item summary:after{color:#666}[data-theme=dark] .product-card{background:#1a1a1a;border-color:#2a2a2a}[data-theme=dark] .product-card:hover{border-color:#e8501f;box-shadow:0 8px 20px #0006}[data-theme=dark] .product-card-preview{background:#252525}[data-theme=dark] .product-card-title{color:#f0f0f0}[data-theme=dark] .product-card-category{color:#999}[data-theme=dark] .product-card-price{color:#f0f0f0}[data-theme=dark] .product-card-rating span{color:#888}[data-theme=dark] .carousel-btn{background:#1a1a1a;border-color:#2a2a2a;color:#e0e0e0}[data-theme=dark] .carousel-btn:hover:not(:disabled){background:#e8501f;border-color:#e8501f;color:#fff}[data-theme=dark] .empty-state{background:#1a1a1a;color:#666}[data-theme=dark] .clear-btn:hover{background:#2a2a2a;color:#fff}[data-theme=dark] .see-all-link{color:#ff6b3d}[data-theme=dark] .newsletter{background:linear-gradient(135deg,#0a0a0a,#1a1a1a)}[data-theme=dark] footer{background:#0f0f0f;border-top-color:#2a2a2a}[data-theme=dark] .footer-col h4{color:#777}[data-theme=dark] .footer-col a{color:silver}[data-theme=dark] .footer-col a:hover{color:#ff6b3d}[data-theme=dark] .footer-brand-logo{color:#f0f0f0}[data-theme=dark] .footer-tagline{color:#999}[data-theme=dark] .social-btn{background:#1a1a1a;border-color:#2a2a2a;color:silver}[data-theme=dark] .social-btn:hover{background:#fff;color:#0f0f0f}[data-theme=dark] .footer-bottom{border-top-color:#2a2a2a;color:#888}[data-theme=dark] .payment-method{background:#1a1a1a;border-color:#2a2a2a;color:#999}[data-theme=dark] .modal-content{background:#1a1a1a}[data-theme=dark] .modal-close{background:#2a2a2a;border-color:#3a3a3a;color:#e0e0e0}[data-theme=dark] #modalGrid .thumb,[data-theme=dark] #modalGrid>div{background:#252525!important}[data-theme=dark] #modalGrid div[style*="color: #555"]{color:#e0e0e0!important}[data-theme=dark] #modalGrid div[style*="color: #ccc"]{color:#555!important}[data-theme=dark] .back-to-top{background:#e8501f}[data-theme=dark] .back-to-top:hover{background:#d14518}.rating-bars{margin-top:8px}.rating-bar-row{display:flex;align-items:center;gap:8px;margin-bottom:4px}.rb-label{font-size:12px;font-weight:600;color:#888;width:24px;text-align:right}.rb-track{flex:1;height:8px;background:#eee;border-radius:4px;overflow:hidden}[data-theme=dark] .rb-track{background:#333}.rb-fill{height:100%;background:#e8501f;border-radius:4px;transition:width .3s}.rb-count{font-size:12px;color:#999;width:24px}.gallery-main-img{width:100%;height:100%;object-fit:contain;background:#f5f3ee;border-radius:12px;cursor:zoom-in}[data-theme=dark] .gallery-main-img{background:#1e1e1c}.thumb{width:70px;height:50px;border:2px solid transparent;border-radius:6px;padding:0;background:#f5f3ee;cursor:pointer;overflow:hidden;transition:border-color .15s}.thumb img{width:100%;height:100%;object-fit:cover;display:block}.thumb:hover,.thumb.active{border-color:#e8501f}[data-theme=dark] .thumb{background:#2a2a2a}.zoom-modal{position:fixed;top:0;right:0;bottom:0;left:0;background:#000000eb;display:none;align-items:center;justify-content:center;z-index:2000}.zoom-modal.open{display:flex}.zoom-modal img{cursor:zoom-out}.zoom-nav{position:fixed;top:50%;transform:translateY(-50%);background:#0009;color:#fff;width:50px;height:50px;border:none;border-radius:50%;font-size:32px;cursor:pointer;z-index:10;display:flex;align-items:center;justify-content:center}.zoom-nav:hover{background:#000000d9}.zoom-prev{left:20px}.zoom-next{right:20px}.modal-slide img{transition:transform .15s}.modal-slide:hover img{transform:scale(1.02)}.video-modal{position:fixed;top:0;right:0;bottom:0;left:0;background:#000000e6;display:none;align-items:center;justify-content:center;z-index:2000;padding:20px}.video-modal.open{display:flex}.video-modal .modal-content,.video-modal .video-modal-content{position:relative;max-width:1100px;width:100%;background:transparent}.video-modal .modal-close{position:absolute;top:-44px;right:0;z-index:10;background:#000000b3;color:#fff;border:none;width:36px;height:36px;border-radius:50%;font-size:20px;cursor:pointer;line-height:1}.video-modal .modal-close:hover{background:#e8501f}.video-modal .video-embed-wrap{position:relative;width:100%;aspect-ratio:16 / 9;background:#000;border-radius:12px;overflow:hidden;box-shadow:0 20px 50px #00000080}.video-modal .video-embed-wrap iframe{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;border:none}.video-modal video{width:100%;max-height:80vh;display:block;border-radius:12px;background:#000;box-shadow:0 20px 50px #00000080}.product-card .card-preview{position:relative;aspect-ratio:16 / 9;background:linear-gradient(135deg,#f5f3ee,#e8e4dc);border-radius:8px 8px 0 0;overflow:hidden;display:flex;align-items:center;justify-content:center;text-decoration:none}[data-theme=dark] .product-card .card-preview{background:linear-gradient(135deg,#2a2a2a,#1e1e1c)}.product-card .card-badge{position:absolute;top:10px;left:10px;padding:3px 9px;border-radius:4px;font-size:10px;font-weight:700;text-transform:uppercase;letter-spacing:.04em;background:#1a1a1a;color:#fff;z-index:2}.product-card .card-badge.popular{background:#e8501f}.product-card .card-badge.sale{background:#d14518}.product-card .card-badge.new{background:#0f6e3b}.product-card .card-badge.free{background:#555}.product-card .card-body{padding:14px}.product-card .card-category{font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:.04em;color:#999;margin-bottom:4px}.product-card .card-title{display:block;font-size:14px;font-weight:700;color:#1a1a1a;text-decoration:none;margin-bottom:6px;line-height:1.3;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}.product-card .card-title:hover{color:#e8501f}[data-theme=dark] .product-card .card-title{color:#f0f0f0}.product-card .card-details{font-size:12px;color:#999;margin-bottom:8px;display:flex;gap:6px;flex-wrap:wrap}.product-card .card-meta{display:flex;align-items:center;justify-content:space-between;padding-top:8px;border-top:1px solid #f0ede8}[data-theme=dark] .product-card .card-meta{border-top-color:#2a2a2a}.product-card .card-rating{font-size:12px;color:#e8501f;font-weight:600}.product-card .card-rating span{color:#999;font-weight:500;margin-left:2px}.product-card .card-price{font-size:16px;font-weight:800;color:#1a1a1a}[data-theme=dark] .product-card .card-price{color:#f0f0f0}.bundle-upsell{display:flex;align-items:center;gap:10px;margin-top:14px;padding:12px 14px;background:#fff5e8;border:1px solid #f5d9b8;border-radius:10px;font-size:13px;color:#8a5410;line-height:1.4}.bundle-upsell-icon{font-size:18px;flex-shrink:0}.bundle-upsell a{color:#e8501f;font-weight:600;white-space:nowrap}.bundle-upsell-active{background:#e6f5ec;border-color:#b5e0c5;color:#0f6e3b}[data-theme=dark] .bundle-upsell{background:#2d2410;border-color:#4a3a18;color:#e0a948}[data-theme=dark] .bundle-upsell-active{background:#11301d;border-color:#1f5536;color:#4ade80}.bundles-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:18px}.bundle-card{background:#fff;border:1px solid #ececec;border-radius:14px;overflow:hidden;text-decoration:none;color:inherit;display:flex;flex-direction:column;transition:transform .18s,box-shadow .18s,border-color .18s}.bundle-card:hover{transform:translateY(-4px);box-shadow:0 14px 36px #e8501f24;border-color:#f0c9b3}[data-theme=dark] .bundle-card{background:#1e1e1e;border-color:#333}.bundle-card-head{position:relative;height:140px;background:linear-gradient(135deg,#f5f3ee,#e8e4dc);display:flex;align-items:center;justify-content:center;overflow:hidden}[data-theme=dark] .bundle-card-head{background:linear-gradient(135deg,#2a2a2a,#1e1e1c)}.bundle-card-head img{width:100%;height:100%;object-fit:cover}.bundle-card-icon{font-size:50px}.bundle-card-save{position:absolute;top:12px;right:12px;background:#0f6e3b;color:#fff;font-size:11px;font-weight:800;padding:5px 11px;border-radius:6px;box-shadow:0 2px 10px #0f6e3b66}.bundle-card-body{padding:16px 18px;flex:1;display:flex;flex-direction:column}.bundle-card-body h3{font-size:15px;font-weight:700;margin-bottom:5px;line-height:1.35}.bundle-card-count{font-size:12px;color:#999;margin-bottom:12px}.bundle-card-price{display:flex;align-items:baseline;gap:8px;margin-top:auto}.bundle-price-old{text-decoration:line-through;color:#b0b0b0;font-size:14px}.bundle-price-new{font-size:21px;font-weight:800;color:#0f6e3b}.fbt-bundle{border:1px solid #ececec;border-radius:12px;padding:20px;margin-bottom:16px;background:#fff}[data-theme=dark] .fbt-bundle{background:#1e1e1e;border-color:#333}.fbt-items{display:flex;align-items:flex-start;flex-wrap:wrap;gap:4px;margin-bottom:18px}.fbt-item{width:130px;text-decoration:none;color:inherit;text-align:center}.fbt-item:hover{text-decoration:none}.fbt-thumb{position:relative;width:130px;height:100px;border:1px solid #e8e4dc;border-radius:8px;overflow:hidden;background:#f5f3ee;display:flex;align-items:center;justify-content:center;transition:border-color .15s}.fbt-item:hover .fbt-thumb{border-color:#e8501f}.fbt-item-current .fbt-thumb{border-color:#1a1a1a;border-width:2px}[data-theme=dark] .fbt-thumb{background:#2a2a2a;border-color:#333}.fbt-thumb img{width:100%;height:100%;object-fit:cover}.fbt-thumb-ph{font-size:32px;opacity:.4}.fbt-this-tag{position:absolute;bottom:0;left:0;right:0;background:#1a1a1ad9;color:#fff;font-size:10px;font-weight:600;padding:3px 0;text-transform:uppercase;letter-spacing:.03em}.fbt-item-title{font-size:12px;line-height:1.35;margin:8px 0 3px;color:#444}[data-theme=dark] .fbt-item-title{color:#bbb}.fbt-item-price{font-size:14px;font-weight:700;color:#1a1a1a}[data-theme=dark] .fbt-item-price{color:#f0f0f0}.fbt-plus{font-size:24px;font-weight:300;color:#c0bcb4;align-self:center;padding:0 4px;height:100px;display:flex;align-items:center}.fbt-summary{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:14px;padding-top:16px;border-top:1px solid #f0ede8}[data-theme=dark] .fbt-summary{border-top-color:#2a2a2a}.fbt-summary-title{font-size:14px;font-weight:700;margin-bottom:4px}.fbt-price-line{display:flex;align-items:baseline;gap:8px}.fbt-price-label{font-size:13px;color:#888}.fbt-price-old{text-decoration:line-through;color:#b0b0b0;font-size:14px}.fbt-price-new{font-size:20px;font-weight:800;color:#0f6e3b}.fbt-save-line{font-size:12px;color:#0f6e3b;font-weight:600;margin-top:3px}.fbt-add-btn{flex-shrink:0;padding:11px 20px}@media (max-width: 560px){.fbt-item,.fbt-thumb{width:100px}.fbt-thumb,.fbt-plus{height:80px}.fbt-summary{flex-direction:column;align-items:stretch}.fbt-add-btn{width:100%}}.promo-banner{display:flex;align-items:center;gap:10px;margin-top:14px;padding:11px 14px;background:linear-gradient(135deg,#e6f5ec,#d8f0e0);border:1px solid #b5e0c5;border-radius:10px;font-size:13px;color:#0f6e3b}.promo-banner-icon{font-size:16px;flex-shrink:0}.promo-banner-text{flex:1;font-weight:600}.promo-banner-remove{background:none;border:none;padding:0;font-size:12px;font-weight:600;color:#c53030;cursor:pointer;text-decoration:underline;flex-shrink:0}.promo-banner-remove:hover{color:#9b2020}[data-theme=dark] .promo-banner{background:linear-gradient(135deg,#11301d,#163a24);border-color:#1f5536;color:#4ade80}[data-theme=dark] .promo-banner-remove{color:#f87171}.product-description p{margin:0 0 12px;line-height:1.6}.product-description p:last-child{margin-bottom:0}.product-description ul,.product-description ol{margin:0 0 12px 24px;line-height:1.6}.product-description li{margin-bottom:4px}.product-description h3,.product-description h4{margin:20px 0 10px;font-weight:700;color:var(--text-primary, #1a1a1a)}.product-description h3{font-size:18px}.product-description h4{font-size:16px}.product-description strong,.product-description b{font-weight:700}.product-description em,.product-description i{font-style:italic}.product-description a{color:var(--accent, #e8501f);text-decoration:underline}.product-description a:hover{color:var(--accent-dark, #d14518)}.product-description blockquote{margin:12px 0;padding:8px 16px;border-left:3px solid var(--accent, #e8501f);background:var(--bg-muted, #f5f3ee);color:var(--text-secondary, #555);font-style:italic}.product-description code{background:var(--bg-muted, #f5f3ee);padding:2px 6px;border-radius:4px;font-family:ui-monospace,SF Mono,Monaco,Consolas,monospace;font-size:.9em}.product-description img{max-width:100%;height:auto;border-radius:8px;margin:12px 0}[data-theme=dark] .product-description code,[data-theme=dark] .product-description blockquote{background:#1e1d1b}.gallery-main{position:relative}.gallery-spinner{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;background:#f5f3ee8c;opacity:0;visibility:hidden;transition:opacity .15s ease;pointer-events:none;z-index:5}[data-theme=dark] .gallery-spinner{background:#1414138c}.gallery-spinner.show{opacity:1;visibility:visible}.gallery-spinner-ring{width:40px;height:40px;border:3px solid rgba(0,0,0,.12);border-top-color:#e8501f;border-radius:50%;animation:gallery-spin .7s linear infinite}[data-theme=dark] .gallery-spinner-ring{border-color:#ffffff26;border-top-color:#f0874a}@keyframes gallery-spin{to{transform:rotate(360deg)}}.gallery-main-img{transition:opacity .15s ease}.format-switcher{margin:20px 0}.format-switcher-label{display:block;font-size:13px;font-weight:600;color:#666;margin-bottom:8px;text-transform:uppercase;letter-spacing:.03em}[data-theme=dark] .format-switcher-label{color:#999}.format-options{display:flex;flex-wrap:wrap;gap:8px}.format-option{display:inline-flex;align-items:center;gap:7px;padding:8px 14px;border-radius:8px;border:1.5px solid #e0e0e0;background:#fff;font-size:14px;font-weight:600;color:#1a1a1a;text-decoration:none;transition:all .15s ease}.format-option .format-icon{flex-shrink:0;border-radius:3px}.format-option:hover{border-color:#e8501f;color:#e8501f}.format-option.active{border-color:#e8501f;background:#fff5f1;color:#e8501f;cursor:default}[data-theme=dark] .format-option{background:#1a1a1a;border-color:#333;color:#f0f0f0}[data-theme=dark] .format-option:hover{border-color:#e8501f;color:#ff6b3d}[data-theme=dark] .format-option.active{background:#e8501f26;border-color:#e8501f;color:#ff6b3d}.review-no-comment .review-header{margin-bottom:0}.seo-text{max-width:820px;margin:18px 0;color:#444;font-size:15px;line-height:1.7}.seo-text h1,.seo-text h2,.seo-text h3{margin:1em 0 .4em;line-height:1.3;color:#1a1a1a}.seo-text h2{font-size:22px}.seo-text h3{font-size:18px}.seo-text p{margin:0 0 .9em}.seo-text ul,.seo-text ol{margin:0 0 .9em 1.3em}.seo-text a{color:#e8501f}.seo-bottom-text{margin-top:36px;padding-top:28px;border-top:1px solid #ececec}[data-theme=dark] .seo-text{color:#c8c8c8}[data-theme=dark] .seo-text h1,[data-theme=dark] .seo-text h2,[data-theme=dark] .seo-text h3{color:#f0f0f0}[data-theme=dark] .seo-bottom-text{border-top-color:#333}.card-tags{display:flex;flex-wrap:wrap;gap:6px;margin:8px 0 4px}.card-tag{font-size:12px;font-weight:500;padding:3px 10px;background:#f5f3ee;color:#555;border-radius:20px;text-decoration:none;transition:all .15s;white-space:nowrap}.card-tag:hover{background:#1a1a1a;color:#fff}.card-tag-more{font-size:12px;color:#999;padding:3px 4px;align-self:center}[data-theme=dark] .card-tag{background:#252525;color:#aaa}[data-theme=dark] .card-tag:hover{background:#e8501f;color:#fff}[data-theme=dark] .card-tag-more{color:#777}
