.cart-breadcrumb{background:#fff;border-bottom:1px solid var(--color-border);padding:12px 0;font-size:.85rem;color:var(--color-text-muted)}.cart-breadcrumb .container{display:flex;align-items:center;gap:6px}.cart-breadcrumb a{color:var(--color-text-muted);text-decoration:none;font-weight:500;transition:color .2s}.cart-breadcrumb a:hover{color:var(--color-secondary)}.bc-sep{color:#ccc}.bc-current{color:var(--color-primary);font-weight:600}.cart-stepper-wrap{background:#fff;border-bottom:1px solid var(--color-border);padding:20px 0}.cart-stepper{justify-content:center;gap:0;max-width:480px;margin:0 auto}.cart-step,.cart-stepper{display:flex;align-items:center}.cart-step{flex-direction:column;gap:6px;flex-shrink:0;opacity:0;animation:cartStepEnter .42s cubic-bezier(.22,.61,.36,1) forwards}.cart-step:first-child{animation-delay:0s}.cart-step:nth-child(3){animation-delay:.11s}.cart-step:nth-child(5){animation-delay:.22s}@keyframes cartStepEnter{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.cart-step-icon{width:38px;height:38px;border-radius:50%;border:2px solid #ddd;background:#fff;color:#bbb;font-size:.85rem;font-weight:700;display:flex;align-items:center;justify-content:center;position:relative;transition:background .3s,border-color .3s,color .3s,box-shadow .3s;box-shadow:0 2px 8px rgba(0,0,0,.06)}.cart-step-label{font-size:.65rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:#bbb;white-space:nowrap;transition:color .3s}.cart-step.is-active .cart-step-icon{background:var(--color-secondary);border-color:var(--color-secondary);color:#fff;box-shadow:0 4px 16px rgba(211,47,47,.38)}.cart-step.is-active .cart-step-label{color:var(--color-secondary);font-weight:800}.cart-step.is-active .cart-step-icon:after{content:"";position:absolute;inset:-6px;border-radius:50%;border:2.5px solid rgba(211,47,47,.22);animation:cartRipple 1.9s ease-out infinite;pointer-events:none}@keyframes cartRipple{0%{transform:scale(.8);opacity:1}to{transform:scale(1.6);opacity:0}}.cart-step-connector{flex:1 1;height:2px;background:#e4e4e4;margin-bottom:24px;min-width:36px;max-width:72px;border-radius:2px}.cart-body-section{padding:36px 0 60px;background:#f7f8fa;min-height:60vh}.cart-table-header{display:flex;align-items:center;justify-content:space-between;padding:16px 20px;border-bottom:1px solid var(--color-border);background:#fafafa}.cart-table-title{font-size:1rem;font-weight:700;color:var(--color-primary);display:flex;align-items:center;gap:8px}.cart-table-title i{color:var(--color-secondary)}.cart-item-count-badge{display:inline-flex;align-items:center;justify-content:center;background:var(--color-secondary);color:#fff;font-size:.68rem;font-weight:800;min-width:22px;height:22px;border-radius:50%;padding:0 5px;line-height:1}.cart-continue-link{font-size:.82rem;font-weight:600;color:var(--color-text-muted);text-decoration:none;display:flex;align-items:center;gap:5px;transition:color .2s}.cart-continue-link:hover{color:var(--color-secondary)}.cart-item-remove{width:28px;height:28px;border-radius:50%;border:1px solid #e0e0e0;background:#fff;color:#aaa;font-size:.78rem;display:inline-flex;align-items:center;justify-content:center;transition:all .2s;cursor:pointer}.cart-item-remove:hover{background:var(--color-secondary);border-color:var(--color-secondary);color:#fff}.cart-page-actions{display:flex;align-items:center;gap:10px;border-top:1px solid var(--color-border);background:#fafafa}.cart-summary-panel{background:#fff;border:1px solid var(--color-border);border-radius:14px;padding:24px;box-shadow:var(--shadow-sm);position:sticky;top:calc(var(--header-height) + 20px)}.cs-title{font-size:1.05rem;font-weight:700;color:var(--color-primary);margin-bottom:20px;padding-bottom:14px;border-bottom:1px solid var(--color-border)}.cs-rows{display:flex;flex-direction:column;gap:12px}.cs-row{display:flex;justify-content:space-between;align-items:center}.cs-label{color:var(--color-text-muted);font-size:.9rem}.cs-value{font-weight:600;font-size:.9rem;color:var(--color-primary)}.cs-free{color:var(--color-success)!important;display:flex;align-items:center;gap:5px}.cs-divider{height:1px;background:var(--color-border);margin:4px 0}.cs-total-row{font-size:1.05rem}.cs-total-amount{color:var(--color-secondary);font-size:1.15rem}.cs-checkout-btn{margin-top:20px;display:flex;align-items:center;justify-content:center;gap:8px;background:var(--color-secondary)!important;box-shadow:0 4px 18px rgba(211,47,47,.45)!important;border-radius:10px!important;animation:cs-pulse 2.2s ease-in-out infinite}.cs-checkout-btn:hover{background:var(--color-secondary-hover)!important;box-shadow:0 6px 24px rgba(211,47,47,.6)!important;animation:none;transform:translateY(-2px)}@keyframes cs-pulse{0%{box-shadow:0 4px 18px rgba(211,47,47,.45)}50%{box-shadow:0 4px 28px rgba(211,47,47,.75),0 0 0 6px rgba(211,47,47,.12)}to{box-shadow:0 4px 18px rgba(211,47,47,.45)}}.cs-note{text-align:center;font-size:.75rem;color:var(--color-text-muted);margin-top:12px;display:flex;align-items:center;justify-content:center;gap:5px}.cs-note i{color:var(--color-success)}.co-main-grid{display:grid;grid-template-columns:minmax(0,1.65fr) minmax(330px,1fr);gap:26px;align-items:start}.co-step-line{width:60px;flex-shrink:0}.co-stepper-bar{background:#fff;border-bottom:1px solid #e5e5e5}.co-stepper{justify-content:center;padding:22px 0 18px;gap:0}.co-step,.co-stepper{display:flex;align-items:center}.co-step{flex-direction:column;gap:7px;opacity:0;animation:coStepEnter .45s cubic-bezier(.22,.61,.36,1) forwards;flex-shrink:0}@keyframes coStepEnter{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}.co-step-circle{width:42px;height:42px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:.85rem;background:#fff;color:#bbb;border:2px solid #e5e5e5;position:relative;transition:background .3s,border-color .3s,color .3s;box-shadow:0 2px 8px rgba(0,0,0,.06)}.co-step-label{font-size:.62rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:#bbb;white-space:nowrap;transition:color .3s}.co-step--done .co-step-circle{background:#2e7d32;border-color:#2e7d32;color:#fff;box-shadow:0 4px 14px rgba(46,125,50,.3);animation:coStepEnter .45s cubic-bezier(.22,.61,.36,1) forwards,coCheckBounce .55s cubic-bezier(.36,.07,.19,.97) .2s both}@keyframes coCheckBounce{0%{transform:scale(.6)}55%{transform:scale(1.18)}80%{transform:scale(.94)}to{transform:scale(1)}}.co-step--done .co-step-label{color:#2e7d32}.co-step--active .co-step-circle{background:#111;border-color:#111;color:#fff;box-shadow:0 4px 16px rgba(17,17,17,.22)}.co-step--active .co-step-label{color:#111}.co-step--active .co-step-circle:after{content:"";position:absolute;inset:-6px;border-radius:50%;border:2.5px solid rgba(17,17,17,.18);animation:coRipple 1.9s ease-out infinite;pointer-events:none}@keyframes coRipple{0%{transform:scale(.8);opacity:1}to{transform:scale(1.6);opacity:0}}.co-step-connector{flex:1 1;height:2px;min-width:36px;max-width:72px;background:#e5e5e5;border-radius:2px;position:relative;overflow:hidden}.co-step-connector--filled:after{content:"";position:absolute;inset:0;width:0;background:linear-gradient(90deg,#2e7d32,#4caf50);border-radius:2px;animation:coLineFill .55s cubic-bezier(.4,0,.2,1) .35s forwards}@keyframes coLineFill{0%{width:0}to{width:100%}}@media (max-width:600px){.co-stepper{padding:18px 0 14px}.co-step-circle{width:36px;height:36px;font-size:.78rem}.co-step-label{font-size:.56rem;letter-spacing:.08em}.co-step-connector{min-width:20px;max-width:36px}.co-step--active .co-step-circle:after{inset:-5px}}.co-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px}.co-span-2{grid-column:1/-1}.co-field{display:flex;flex-direction:column}.co-label{font-size:.8rem;font-weight:700;color:#444;margin-bottom:7px;letter-spacing:.02em}.co-required{color:var(--color-secondary);margin-left:2px}.co-optional{font-weight:400;color:#aaa;font-size:.78rem}.co-input{width:100%;border:1.5px solid #e5e5e5;border-radius:8px;padding:11px 14px;font-family:inherit;font-size:.92rem;color:var(--color-primary);background:#fff;outline:none;transition:border-color .2s ease,box-shadow .2s ease;line-height:1.5}.co-input::placeholder{color:#c0c0c0}.co-input:focus{border-color:var(--color-secondary);box-shadow:0 0 0 3px rgba(211,47,47,.1)}select.co-input{cursor:pointer;appearance:auto}.co-textarea{resize:vertical;min-height:88px}.cart-hero{position:relative;min-height:200px;display:flex;align-items:center;border-top:1px solid var(--color-border);border-bottom:1px solid var(--color-border);background-image:url(/images/herosection/abc-hero-section.png);background-size:cover;background-position:50%}.cart-hero-overlay{position:absolute;inset:0;background:rgba(17,17,17,.58)}.cart-hero .container{position:relative;z-index:1}.cart-hero-steps{display:inline-flex;align-items:center;gap:12px;color:var(--color-white);font-weight:700;letter-spacing:.03em;font-size:1.35rem}.cart-hero-steps span{opacity:.82}.cart-hero-steps span.is-active{opacity:1;position:relative}.cart-hero-steps span.is-active:after{content:"";position:absolute;left:0;right:0;bottom:-6px;height:3px;border-radius:3px;background-color:var(--color-secondary)}.cart-page-layout{display:grid;grid-template-columns:minmax(0,1fr) 360px;gap:28px;align-items:start}.cart-page-main{min-width:0}.cart-page-table-wrap{border:1px solid var(--color-border);border-radius:var(--radius-md);background-color:var(--color-white);overflow:hidden}.cart-page-table{width:100%;border-collapse:collapse}.cart-page-table th{text-align:left;font-size:.85rem;font-weight:700;letter-spacing:.06em;color:var(--color-text-muted);background-color:#fafafa}.cart-page-table td,.cart-page-table th{padding:16px;border-bottom:1px solid var(--color-border)}.cart-page-table td{vertical-align:middle}.cart-page-table tbody tr:last-child td{border-bottom:none}.cart-col-price,.cart-col-qty,.cart-col-remove,.cart-col-subtotal{white-space:nowrap}.cart-col-remove{width:54px;text-align:center}.cart-col-price,.cart-col-subtotal{width:130px}.cart-col-qty{width:150px}.cart-page-remove{color:var(--color-text-muted);font-size:1rem;line-height:1}.cart-page-remove:hover{color:var(--color-secondary)}.cart-page-product{display:flex;align-items:center;gap:12px}.cart-page-product img{width:68px;height:86px;object-fit:contain;background-color:var(--color-accent);border-radius:var(--radius-sm);border:1px solid var(--color-border)}.cart-page-product-title{font-weight:600;color:var(--color-primary)}.cart-page-price,.cart-page-subtotal{font-weight:600}.cart-page-subtotal{color:var(--color-secondary)}.cart-page-qty{display:inline-flex;align-items:center;border:1px solid var(--color-border);border-radius:var(--radius-sm);overflow:hidden}.cart-page-qty button{width:34px;height:34px;background-color:var(--color-accent);font-size:1rem;line-height:1}.cart-page-qty button:hover{background-color:#e7e7e7}.cart-page-qty input{width:42px;height:34px;border:none;border-left:1px solid var(--color-border);border-right:1px solid var(--color-border);text-align:center;font-weight:600;appearance:textfield;-moz-appearance:textfield}.cart-page-qty input::-webkit-inner-spin-button,.cart-page-qty input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}#cartUpdateBtn{background:var(--color-white);color:var(--color-primary);border:1.5px solid var(--color-primary);border-radius:999px;min-height:46px;padding:10px 24px;font-weight:700;letter-spacing:.03em;box-shadow:var(--shadow-sm)}#cartUpdateBtn:hover{background:var(--color-primary);color:var(--color-white);transform:translateY(-1px);box-shadow:var(--shadow-md)}#cartUpdateBtn:active{transform:translateY(0)}#cartUpdateBtn:focus-visible{outline:2px solid var(--color-primary);outline-offset:2px}.cart-page-summary{border:1px solid var(--color-border);border-radius:var(--radius-md);background-color:var(--color-white);padding:20px;box-shadow:var(--shadow-sm);position:sticky;top:calc(var(--header-height) + 28px)}.cart-page-summary h3{font-size:1rem;margin-bottom:16px}.cart-page-summary-row{display:flex;justify-content:space-between;align-items:center;padding:12px 0;border-top:1px solid var(--color-border)}.cart-page-summary-total strong{color:var(--color-secondary);font-size:1.35rem}.cart-page-summary .btn{margin-top:16px}.btn.is-disabled,.btn[aria-disabled=true]{opacity:.5;pointer-events:none}.cart-page-empty{border:1px solid var(--color-border);border-radius:var(--radius-md);padding:36px 22px;text-align:center;background-color:var(--color-white)}.cart-page-empty i{font-size:2rem;color:var(--color-secondary);margin-bottom:12px}.cart-page-empty h2{margin-bottom:8px}.cart-page-empty p{color:var(--color-text-muted);margin-bottom:16px}@media (max-width:1024px){.cart-page-layout{grid-template-columns:1fr}.cart-page-summary,.cart-summary-panel{position:static}}@media (max-width:768px){.cart-hero{min-height:150px}.cart-hero-steps{font-size:1rem;gap:8px;flex-wrap:wrap}.cart-page-table-wrap{overflow-x:visible}.cart-page-table{min-width:0}.cart-page-table td,.cart-page-table th{padding:12px}}@media (max-width:600px){.cart-stepper-wrap{padding:16px 0}.cart-step-icon{width:34px;height:34px;font-size:.78rem}.cart-step-label{font-size:.57rem;letter-spacing:.06em}.cart-step-connector{min-width:20px;max-width:36px;margin-bottom:20px}.cart-step.is-active .cart-step-icon:after{inset:-5px}.cart-page-table-wrap{overflow-x:visible}.cart-page-table{min-width:0!important}.cart-page-table table{display:block}.cart-page-table thead{display:none}.cart-page-table tbody{display:block}.cart-page-table tbody tr{display:flex;flex-wrap:wrap;align-items:center;gap:10px;padding:14px 14px 12px;border-bottom:1px solid var(--color-border);position:relative}.cart-page-table tbody tr:last-child{border-bottom:none}.cart-page-table tbody tr td:first-child{flex:0 0 100%;padding:0 36px 0 0;border:none}.cart-page-table tbody tr td:nth-child(2){flex:1 1;padding:0;border:none;font-weight:600;font-size:.9rem;color:#555}.cart-page-table tbody tr td:nth-child(3){flex:0 0 auto;padding:0;border:none}.cart-page-table tbody tr td:nth-child(4){flex:0 0 auto;padding:0;border:none;font-weight:700;font-size:.95rem;color:var(--color-secondary)}.cart-page-table tbody tr td:nth-child(5){position:absolute;top:14px;right:12px;padding:0;border:none}.cart-table-header{padding:12px 14px}.cart-table-title{font-size:.9rem}.cart-continue-link{font-size:.75rem}.cart-summary-panel{margin-top:0}.cs-title{font-size:.9rem}}.cart-drawer-overlay{position:fixed;inset:0;background-color:rgba(10,10,10,.55);z-index:2000;opacity:0;visibility:hidden;pointer-events:none;transition:opacity .35s ease,visibility .35s ease;backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px)}.cart-drawer-overlay.active{opacity:1;visibility:visible;pointer-events:auto}.cart-drawer{position:fixed;top:0;right:0;width:min(420px,100vw);height:100dvh;background:#fff;z-index:2001;display:flex;flex-direction:column;box-shadow:-8px 0 48px rgba(0,0,0,.18);transform:translateX(100%);transition:transform .42s cubic-bezier(.32,0,.18,1);will-change:transform}.cart-drawer.active,.cart-drawer.open{transform:translateX(0)}.cd-header{justify-content:space-between;padding:24px 24px 22px;background:#fff;flex-shrink:0;border-left:3px solid var(--color-secondary);border-bottom:1px solid #f0f0f0}.cd-header,.cd-header-left{display:flex;align-items:center}.cd-header-left{gap:10px}.cd-header-icon{font-size:1.1rem;color:var(--color-secondary);flex-shrink:0;line-height:1}.cd-title{font-size:1.15rem;color:#111;margin:0;letter-spacing:-.02em}.cd-count,.cd-title{font-weight:800;line-height:1}.cd-count{display:inline-flex;background:var(--color-secondary);color:#fff;font-size:.68rem;min-width:22px;height:22px;padding:0 5px;margin-left:8px;vertical-align:middle;position:relative;top:-1px;box-shadow:0 2px 6px rgba(211,47,47,.4);letter-spacing:0}.cd-close,.cd-count{align-items:center;justify-content:center;border-radius:50%}.cd-close{width:32px;height:32px;display:flex;background:#f5f5f5;border:none;color:#888;font-size:.75rem;cursor:pointer;transition:background .18s ease,color .18s ease,transform .2s ease;flex-shrink:0}.cd-close:hover{background:#ffe8e8;color:var(--color-secondary);transform:rotate(90deg)}.cd-body{flex:1 1;overflow-y:auto;overscroll-behavior:contain;scrollbar-width:thin;scrollbar-color:#e0e0e0 transparent}.cd-body::-webkit-scrollbar{width:4px}.cd-body::-webkit-scrollbar-track{background:transparent}.cd-body::-webkit-scrollbar-thumb{background:#e0e0e0;border-radius:2px}.cd-empty{flex-direction:column;padding:64px 32px;text-align:center;height:100%;gap:12px}.cd-empty,.cd-empty-icon{display:flex;align-items:center;justify-content:center}.cd-empty-icon{width:72px;height:72px;border-radius:50%;background:#f5f5f5;font-size:1.75rem;color:#ccc;margin-bottom:8px}.cd-empty-title{font-size:1.1rem;font-weight:700;color:#111;margin:0}.cd-empty-sub{font-size:.88rem;color:#888;max-width:260px;line-height:1.5}.cd-empty-cta{display:inline-flex;align-items:center;gap:8px;margin-top:8px;padding:11px 24px;background:#111;color:#fff;border-radius:8px;font-size:.88rem;font-weight:600;text-decoration:none;letter-spacing:.02em;transition:background .2s ease,transform .15s ease}.cd-empty-cta:hover{background:var(--color-secondary);transform:translateY(-1px)}.cd-items{padding:8px 0}.cd-item{display:flex;gap:14px;padding:18px 24px;border-bottom:1px solid #f0f0f0;transition:background .15s ease}.cd-item:hover{background:#fafafa}.cd-item-img-wrap{width:76px;height:76px;border-radius:10px;background:#f6f6f6;border:1px solid #ebebeb;overflow:hidden;flex-shrink:0;display:flex;align-items:center;justify-content:center;padding:6px}.cd-item-info{flex:1 1;min-width:0;display:flex;flex-direction:column;gap:4px}.cd-item-title{font-size:.88rem;font-weight:600;color:#111;line-height:1.35;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;margin:0}.cd-item-price{font-size:1rem;font-weight:700;color:var(--color-secondary);margin:0}.cd-item-price span{font-size:.75rem;font-weight:500;color:#999;margin-left:2px}.cd-item-controls{justify-content:space-between;margin-top:6px}.cd-item-controls,.cd-qty{display:flex;align-items:center}.cd-qty{gap:0;border:1.5px solid #e8e8e8;border-radius:8px;overflow:hidden;background:#fff}.cd-qty-btn{width:30px;height:30px;display:flex;align-items:center;justify-content:center;background:transparent;border:none;color:#555;font-size:.6rem;cursor:pointer;transition:background .15s ease,color .15s ease}.cd-qty-btn:hover{background:#f0f0f0;color:#111}.cd-qty-val{min-width:28px;text-align:center;font-size:.88rem;font-weight:600;color:#111;border-left:1.5px solid #e8e8e8;border-right:1.5px solid #e8e8e8;padding:0 4px;line-height:30px;display:block}.cd-remove{width:30px;height:30px;display:flex;align-items:center;justify-content:center;border-radius:6px;background:transparent;border:1.5px solid #ebebeb;color:#bbb;font-size:.75rem;cursor:pointer;transition:background .15s ease,border-color .15s ease,color .15s ease}.cd-remove:hover{background:#fff0f0;border-color:var(--color-secondary);color:var(--color-secondary)}.cd-footer{border-top:1px solid #efefef;padding:20px 24px calc(20px + env(safe-area-inset-bottom, 0px));background:#fff;flex-shrink:0;display:flex;flex-direction:column;gap:12px}.cd-shipping-note{display:flex;align-items:center;gap:8px;background:#f0faf1;border:1px solid #c8eacb;border-radius:8px;padding:9px 13px;font-size:.8rem;color:#2e7d32;font-weight:500}.cd-shipping-note i{flex-shrink:0;font-size:.85rem}.cd-subtotal-row{display:flex;justify-content:space-between;align-items:baseline}.cd-subtotal-label{font-size:.9rem;color:#666;font-weight:500}.cd-subtotal-val{font-size:1.35rem;font-weight:800;color:#111;letter-spacing:-.02em}.cd-subtotal-val em{font-style:normal;font-size:.75rem;font-weight:500;color:#999;margin-left:3px}.cd-taxes-note{font-size:.75rem;color:#aaa;text-align:center;margin-top:-4px}.cd-checkout-btn{display:flex;align-items:center;justify-content:center;gap:10px;background:#111;color:#fff;padding:15px 20px;border-radius:10px;font-size:.95rem;font-weight:700;letter-spacing:.02em;text-decoration:none;transition:background .2s ease,transform .15s ease}.cd-checkout-btn:hover{background:var(--color-secondary);transform:translateY(-1px)}.cd-checkout-btn i{font-size:.8rem;transition:transform .2s ease}.cd-checkout-btn:hover i{transform:translateX(3px)}.cd-view-cart{text-align:center;font-size:.82rem;color:#888;text-decoration:underline;text-underline-offset:2px;transition:color .15s ease}.cd-view-cart:hover{color:#111}.footer{background-color:#0d0d0d;color:var(--color-white);padding:0;position:relative}.footer:before{content:"";display:block;height:3px;background:linear-gradient(90deg,var(--color-secondary) 0,#ff5252 50%,var(--color-secondary) 100%)}.footer-certs-strip{background:rgba(255,255,255,.04);border-bottom:1px solid rgba(255,255,255,.07);padding:13px 0;overflow:hidden;position:relative}.footer-certs-strip:after,.footer-certs-strip:before{content:"";position:absolute;top:0;width:80px;height:100%;z-index:2;pointer-events:none}.footer-certs-strip:before{left:0;background:linear-gradient(90deg,#0d0d0d,transparent)}.footer-certs-strip:after{right:0;background:linear-gradient(270deg,#0d0d0d,transparent)}.footer-certs-track{display:flex;width:max-content;animation:footer-ticker 32s linear infinite}.footer-certs-track:hover{animation-play-state:paused}@keyframes footer-ticker{0%{transform:translateX(0)}to{transform:translateX(-50%)}}.footer-certs-inner{display:flex;align-items:center;gap:0 32px;padding:0 32px;white-space:nowrap}.footer-cert-item{display:inline-flex;align-items:center;gap:8px;font-size:.8rem;font-weight:600;color:rgba(255,255,255,.65);letter-spacing:.03em;white-space:nowrap;transition:color .2s}.footer-cert-item:hover{color:rgba(255,255,255,.95)}.footer-cert-item i{color:var(--color-secondary);font-size:.85rem}.footer-cert-sep{display:none}.footer-cert-dot{display:inline-block;width:4px;height:4px;border-radius:50%;background:rgba(255,255,255,.18);flex-shrink:0}.footer-grid{display:grid;grid-template-columns:2.1fr 1fr 1fr 1.6fr;gap:48px;padding:64px 0 56px;border-bottom:1px solid rgba(255,255,255,.07)}.footer-logo{display:inline-flex;align-items:center;gap:14px;margin-bottom:18px;text-decoration:none}.flm-badge{width:52px;height:52px;background:var(--color-secondary);border-radius:14px;display:flex;align-items:center;justify-content:center;font-size:1.45rem;color:#fff;flex-shrink:0;animation:flm-glow 3s ease-in-out infinite}@keyframes flm-glow{0%,to{box-shadow:0 0 0 0 rgba(211,47,47,0)}50%{box-shadow:0 0 20px 6px rgba(211,47,47,.3)}}.footer-logo-wordmark{font-size:1.22rem;font-weight:800;color:var(--color-white);letter-spacing:-.02em;line-height:1.15;display:flex;flex-direction:column}.footer-logo-wordmark em{font-style:normal;color:var(--color-secondary);font-size:1.35rem}.footer-brand-tagline{color:rgba(255,255,255,.55);font-size:.88rem;line-height:1.65;max-width:280px;margin-bottom:16px;border-left:2px solid var(--color-secondary);padding-left:10px}.footer-brand-features{list-style:none;display:flex;flex-direction:column;gap:8px;margin-bottom:22px}.footer-brand-features li{display:flex;align-items:center;gap:9px;font-size:.82rem;font-weight:600;color:rgba(255,255,255,.7);background:rgba(255,255,255,.04);border:1px solid rgba(255,255,255,.07);border-radius:8px;padding:6px 12px;width:fit-content;letter-spacing:.01em;transition:background .2s ease,color .2s ease}.footer-brand-features li i{color:var(--color-secondary);font-size:.78rem}.footer-brand-features li:hover{background:rgba(211,47,47,.1);color:#fff}.footer-contact-quick{display:flex;flex-direction:column;gap:10px;margin-bottom:24px}.footer-contact-row{display:flex;align-items:center;gap:10px;color:rgba(255,255,255,.55);font-size:.85rem;text-decoration:none;transition:color .2s}.footer-contact-row:hover{color:var(--color-white)}.fc-icon{width:30px;height:30px;border-radius:6px;background:rgba(211,47,47,.18);display:flex;align-items:center;justify-content:center;font-size:.78rem;color:var(--color-secondary);flex-shrink:0}.social-links{display:flex;gap:10px}.social-links a{width:38px;height:38px;border-radius:8px;background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.08);display:flex;align-items:center;justify-content:center;color:rgba(255,255,255,.65);font-size:.9rem;transition:all .22s}.social-links a:hover{background:var(--color-secondary);border-color:var(--color-secondary);color:var(--color-white);transform:translateY(-3px);box-shadow:0 6px 20px rgba(211,47,47,.35)}.social-links a[aria-label=WhatsApp]:hover{background:#25D366;border-color:#25D366;box-shadow:0 6px 20px rgba(37,211,102,.35)}.footer-links h4{color:var(--color-white);font-size:.72rem;font-weight:800;letter-spacing:.12em;text-transform:uppercase;margin-bottom:22px;position:relative;padding-bottom:14px}.footer-links h4:after{content:"";position:absolute;bottom:0;left:0;width:26px;height:2px;background:var(--color-secondary);border-radius:2px}.footer-links ul{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:11px}.footer-links ul li a{display:flex;align-items:center;gap:6px;color:rgba(255,255,255,.5);font-size:.88rem;text-decoration:none;transition:color .2s,gap .2s}.footer-links ul li a i{font-size:.58rem;color:var(--color-secondary);opacity:.7;transition:opacity .2s,transform .2s;flex-shrink:0}.footer-links ul li a:hover{color:var(--color-white);gap:9px}.footer-links ul li a:hover i{opacity:1;transform:translateX(2px)}.footer-nl-desc{color:rgba(255,255,255,.5);font-size:.87rem;line-height:1.65;margin-bottom:16px}.newsletter-form .nl-fields{display:flex;border-radius:10px;overflow:hidden;border:1px solid rgba(255,255,255,.12);background:rgba(255,255,255,.05);transition:border-color .2s}.newsletter-form .nl-fields:focus-within{border-color:var(--color-secondary);background:rgba(255,255,255,.08)}.newsletter-form input{flex:1 1;padding:12px 14px;background:transparent;border:none;outline:none;color:var(--color-white);font-size:.88rem;font-family:inherit}.newsletter-form input::placeholder{color:rgba(255,255,255,.35)}.newsletter-form button{background:var(--color-secondary);color:var(--color-white);padding:0 18px;border:none;cursor:pointer;font-size:.88rem;transition:background .2s;flex-shrink:0}.newsletter-form button:hover{background:#b71c1c}.nl-success{display:flex;align-items:center;gap:8px;color:#69e38c;font-size:.88rem;font-weight:600;padding:12px 0}.nl-success i{font-size:1.05rem}.footer-trust-row{display:flex;align-items:center;gap:14px;margin-top:20px;padding-top:18px;border-top:1px solid rgba(255,255,255,.07)}.footer-secure-badge{display:flex;align-items:center;gap:6px;font-size:.76rem;color:rgba(255,255,255,.45);font-weight:600}.footer-secure-badge i{color:#69e38c;font-size:.82rem}.footer-imanor-badge{height:34px;width:auto;opacity:.7;filter:grayscale(20%)}.footer-bottom{padding:18px 0;flex-direction:row;justify-content:space-between;gap:16px;color:rgba(255,255,255,.35);font-size:.82rem;border-top:1px solid rgba(255,255,255,.07);margin-top:8px}.footer-bottom,.footer-credit{display:flex;align-items:center}.footer-credit{font-size:.78rem;color:rgba(255,255,255,.3);gap:10px;white-space:nowrap}.footer-credit-link{display:inline-flex;align-items:center;gap:7px;color:#25D366!important;text-decoration:none!important;font-weight:600;font-size:.82rem;padding:5px 14px 5px 10px;border:1px solid rgba(37,211,102,.3);border-radius:999px;background:linear-gradient(135deg,rgba(37,211,102,.1),rgba(37,211,102,.04));box-shadow:0 0 16px rgba(37,211,102,.12),inset 0 1px 0 rgba(255,255,255,.05);transition:background .25s,border-color .25s,box-shadow .25s;letter-spacing:.02em}.footer-credit-link:hover{background:linear-gradient(135deg,rgba(37,211,102,.18),rgba(37,211,102,.08))!important;border-color:rgba(37,211,102,.6)!important;box-shadow:0 0 28px rgba(37,211,102,.25),inset 0 1px 0 rgba(255,255,255,.07)!important}.footer-credit-dot{width:7px;height:7px;border-radius:50%;background:#25D366;flex-shrink:0;animation:fcDotPulse 2.2s ease-in-out infinite;box-shadow:0 0 0 0 rgba(37,211,102,.5)}@keyframes fcDotPulse{0%{box-shadow:0 0 0 0 rgba(37,211,102,.55)}60%{box-shadow:0 0 0 5px rgba(37,211,102,0)}to{box-shadow:0 0 0 0 rgba(37,211,102,0)}}.footer-bottom a{color:rgba(255,255,255,.45);text-decoration:none;transition:color .18s}.footer-bottom a:hover{color:var(--color-white)}.footer-bottom-right{display:flex;align-items:center;gap:20px}.payment-methods{display:flex;align-items:center;gap:10px;font-size:1.55rem;color:rgba(255,255,255,.4)}.payment-methods i:hover{color:rgba(255,255,255,.9);transition:color .2s}.footer-backtotop{width:36px;height:36px;border-radius:8px;background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.1);display:flex;align-items:center;justify-content:center;color:rgba(255,255,255,.5);font-size:.82rem;text-decoration:none;transition:all .2s}.footer-backtotop:hover{background:var(--color-secondary);border-color:var(--color-secondary);color:var(--color-white);transform:translateY(-2px)}@media (max-width:600px){.footer-grid{grid-template-columns:1fr 1fr;gap:28px 20px;padding:36px 0 28px}.footer-brand,.footer-grid>div:nth-child(4){grid-column:1/-1}.footer-logo{margin-bottom:12px}.flm-badge{width:42px;height:42px;font-size:1.15rem;border-radius:11px}.footer-logo-wordmark{font-size:1.05rem}.footer-logo-wordmark em{font-size:1.15rem}.footer-brand-tagline{font-size:.82rem;margin-bottom:12px;max-width:100%}.footer-brand-features{flex-direction:row;flex-wrap:wrap;gap:6px;margin-bottom:14px}.footer-brand-features li{font-size:.75rem;padding:4px 10px;border-radius:20px}.footer-contact-quick{gap:7px;margin-bottom:16px}.footer-contact-row{font-size:.8rem}.fc-icon{width:26px;height:26px;font-size:.72rem}.footer-links h4{font-size:.68rem;margin-bottom:14px;padding-bottom:10px}.footer-links ul{gap:9px}.footer-links ul li a,.footer-nl-desc{font-size:.82rem}.footer-nl-desc{margin-bottom:12px}.newsletter-form input{padding:10px 12px;font-size:.82rem}.footer-trust-row{margin-top:14px;padding-top:14px;gap:12px;flex-wrap:wrap}.footer-secure-badge{font-size:.72rem}.footer-bottom{flex-direction:column;align-items:center;gap:8px;text-align:center;padding:16px 0}.footer-bottom-right{justify-content:center}}@media (max-width:1200px){.product-grid{grid-template-columns:repeat(3,1fr)}#relatedProductsGrid .product-card{flex-basis:calc((100% - 48px) / 3)}}@media (max-width:992px){.hero-title{font-size:3rem}.trust-grid{grid-template-columns:1fr}.trust-item{border-right:none;border-bottom:1px solid rgba(255,255,255,.18)}.trust-item:last-child{border-bottom:none}@media (max-width:600px){.trust-grid{grid-template-columns:repeat(3,1fr)}.trust-item{flex-direction:column;align-items:center;justify-content:center;text-align:center;border-right:1px solid rgba(255,255,255,.07);border-bottom:none;padding:18px 8px;gap:10px}.trust-item:last-child{border-right:none;border-bottom:none}.trust-icon-wrap{width:42px;height:42px;border-radius:10px}.trust-icon{font-size:1.05rem}.trust-text h4{font-size:.7rem;line-height:1.25;margin-bottom:3px}.trust-text p{font-size:.6rem;line-height:1.3}}.footer-grid{grid-template-columns:repeat(2,1fr);gap:36px;padding:48px 0 40px}.testimonials-slider{min-height:260px}.testimonial-slide p{font-size:1.25rem}.company-info-grid{grid-template-columns:repeat(2,1fr)}.contact-layout{grid-template-columns:1fr}.shop-layout{display:grid;grid-template-columns:minmax(0,1fr);gap:16px;overflow-x:hidden}.shop-layout,.shop-products{width:100%;max-width:100%;min-width:0}.shop-products{overflow:hidden}#shopProductsGrid{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:12px!important;width:100%!important;max-width:100%!important;min-width:0!important}#shopProductsGrid.shop-grid-focused{grid-template-columns:minmax(0,1fr)!important;gap:16px!important}#shopProductsGrid.shop-grid-focused .product-card{display:flex;flex-direction:column;border-radius:18px;box-shadow:0 4px 20px rgba(0,0,0,.1);overflow:hidden}#shopProductsGrid.shop-grid-focused .product-image-wrapper{aspect-ratio:4/3!important;padding:20px!important;height:auto!important;width:100%!important;min-width:unset!important;border-radius:0!important;background:#f8f8f8}#shopProductsGrid.shop-grid-focused .product-image{object-fit:contain;width:100%!important;height:100%!important;padding:0!important}#shopProductsGrid.shop-grid-focused .product-info{padding:16px 16px 18px!important;display:flex;flex-direction:column}#shopProductsGrid.shop-grid-focused .product-category{font-size:.65rem}#shopProductsGrid.shop-grid-focused .product-title{font-size:1rem!important;font-weight:700!important;-webkit-line-clamp:2!important;margin-bottom:10px}#shopProductsGrid.shop-grid-focused .product-price{font-size:1.15rem!important;font-weight:800!important}#shopProductsGrid.shop-grid-focused .product-actions{margin-top:12px;position:static!important;bottom:auto!important;opacity:1!important;padding:0!important}#shopProductsGrid.shop-grid-focused .btn-add-cart{font-size:.85rem!important;padding:12px 16px!important;border-radius:10px}#shopProductsGrid.shop-grid-focused .btn-quick-view{width:44px!important;height:44px!important;border-radius:10px}#shopProductsGrid .product-card{min-width:0}#shopProductsGrid .product-image-wrapper{padding:14px;height:auto!important}#shopProductsGrid .product-info{padding:10px 10px 12px}#shopProductsGrid .product-title{font-size:.8rem;min-height:auto}#shopProductsGrid .product-price{font-size:.95rem}#shopProductsGrid .product-price-old{font-size:.72rem}#shopProductsGrid .btn-add-cart{font-size:.7rem;padding:9px 6px}#shopProductsGrid .btn-quick-view{width:32px;height:32px;font-size:.72rem;flex-shrink:0}#shopProductsGrid .product-actions{position:static!important;bottom:auto!important;opacity:1!important;padding:0!important;margin-top:auto}#shopProductsGrid .product-info{display:flex;flex-direction:column}#shopProductsGrid .product-card{border-radius:14px;box-shadow:0 2px 12px rgba(0,0,0,.07)}#shopProductsGrid .product-image-wrapper{aspect-ratio:1;padding:16px;height:auto}#shopProductsGrid .product-info{padding:12px 12px 14px}#shopProductsGrid .product-category{font-size:.6rem;padding:2px 8px;margin-bottom:6px}#shopProductsGrid .product-title{font-size:.82rem;font-weight:700;margin-bottom:8px;-webkit-line-clamp:2}#shopProductsGrid .product-price-wrapper{margin-bottom:10px;flex-wrap:wrap;gap:4px}#shopProductsGrid .product-price{font-size:1rem;font-weight:800}#shopProductsGrid .product-price-old{font-size:.74rem}#shopProductsGrid .product-actions{gap:6px}#shopProductsGrid .btn-add-cart{font-size:.72rem;padding:9px 8px;border-radius:8px;letter-spacing:0}#shopProductsGrid .btn-quick-view{width:34px;height:34px;font-size:.75rem;border-radius:8px}.shop-sidebar{position:static;display:block}.filter-section{border:none;background:transparent;border-radius:0;padding:0;box-shadow:none}.filter-section .filter-title{display:none}.filter-list{display:flex;flex-direction:row;flex-wrap:nowrap;overflow-x:auto;gap:8px;padding:4px 2px 8px;scrollbar-width:none;-ms-overflow-style:none;scroll-snap-type:x mandatory}.filter-list::-webkit-scrollbar{display:none}.filter-list li{flex-shrink:0;scroll-snap-align:start}.filter-list a{display:inline-flex;align-items:center;gap:6px;white-space:nowrap;padding:8px 14px;border-radius:999px;border:1.5px solid var(--color-border);background:#fff;color:#555;font-size:.82rem;font-weight:600;box-shadow:0 1px 4px rgba(0,0,0,.06)}.filter-list a.active{background:var(--color-secondary);border-color:var(--color-secondary);color:#fff;box-shadow:0 4px 14px rgba(211,47,47,.3);font-weight:700}.filter-group+.filter-group{margin-top:0;padding-top:0;border-top:none}.product-detail-layout{gap:20px}section:has(#productDetailContainer){padding-top:0!important}#productDetailContainer{padding-left:0!important;padding-right:0!important}.product-detail-top{grid-template-columns:1fr;gap:0}#productDetailContainer,.recently-viewed-section,.related-products-section,.reviews-section{padding-bottom-extra:0}main:has(#productDetailContainer){padding-bottom:136px}.product-detail-gallery{position:relative;top:0;width:100%;max-width:100%;margin:0;border-radius:0 0 32px 32px!important;border:none;aspect-ratio:1/1;background:#f5f5f5!important;overflow:hidden!important;box-shadow:0 12px 32px rgba(0,0,0,.1)!important}.product-detail-image{padding:16px!important;filter:drop-shadow(0 8px 20px rgba(0,0,0,.13))!important}.product-badge{top:14px;padding:5px 10px!important}.product-badge,.product-stock-badge{left:14px;font-size:.7rem!important;border-radius:6px!important}.product-stock-badge{top:46px;padding:4px 10px!important}.product-detail-content{padding:20px 18px 0!important}.product-detail-title{font-size:1.18rem!important;font-weight:800;line-height:1.3;margin-bottom:10px}.product-detail-pricing{margin-bottom:12px;padding-bottom:12px;border-bottom:1px solid #f0f0f0;display:flex;align-items:center;gap:10px;flex-wrap:wrap}.product-detail-pricing .product-price{font-size:1.65rem!important;letter-spacing:-.03em}.product-trust-badges{display:flex!important;flex-direction:row!important;flex-wrap:wrap!important;grid-template-columns:unset!important;border:none!important;background:none!important;border-radius:0!important;gap:6px!important;margin-bottom:14px!important}.trust-badge-item{display:inline-flex!important;flex-direction:row!important;justify-content:center!important;align-items:center!important;gap:5px!important;padding:6px 11px!important;border:1px solid #e4e4e4!important;border-radius:20px!important;background:#f8f8f8!important;font-size:.74rem!important;font-weight:600!important;color:#333!important;flex:0 0 auto!important;white-space:nowrap!important}.trust-badge-item i{width:auto!important;height:auto!important;display:inline!important;background:none!important;color:var(--color-secondary)!important;border-radius:0!important;font-size:.72rem!important;flex-shrink:0}.product-detail-intro-list{margin-bottom:10px;padding-left:4px;list-style:none}.product-detail-intro-list li{font-size:.85rem;color:#444;padding:3px 0 3px 20px;position:relative}.product-detail-intro-list li:before{content:"✓";position:absolute;left:0;color:var(--color-secondary);font-weight:700}.product-detail-summary{font-size:.85rem;margin-bottom:14px;line-height:1.6;color:#555}.product-specs-block{padding:12px 14px;margin-bottom:8px;border-radius:12px}.product-specs-block h3{font-size:.78rem;margin-bottom:6px;letter-spacing:.04em}.product-specs-block li{font-size:.81rem;line-height:1.55}.product-detail-actions{flex-direction:row!important;gap:8px;margin-bottom:10px;align-items:stretch}.product-detail-actions .btn-primary,.product-detail-actions .btn.btn-primary{flex:1 1;justify-content:center;padding:0 14px;font-size:.9rem;border-radius:12px;min-height:50px;width:auto!important}.product-qty-control{width:auto!important;flex-shrink:0;border:1px solid #e5e5e5;border-radius:12px;overflow:hidden}.product-qty-btn{width:38px!important;height:50px!important;font-size:1.1rem!important}.product-qty-input{width:36px!important;height:50px!important;font-size:.95rem!important}.product-buy-now-btn{width:100%;text-align:center;padding:14px 20px;font-size:.92rem;border-radius:12px;margin-bottom:8px}.product-favorite-link{width:100%;justify-content:center;padding:10px 20px;font-size:.83rem;border-radius:12px}.product-detail-tabs{padding:0!important;margin:0 18px 28px!important;border-radius:14px!important;overflow:hidden!important}.product-tabs-nav{gap:0;overflow-x:hidden!important;scrollbar-width:none}.product-tab-trigger{flex:1 1!important;white-space:normal!important;word-break:break-word!important;text-align:center!important;font-size:.68rem!important;padding:12px 8px!important;line-height:1.3!important;letter-spacing:.05em!important}.product-tab-panels{padding:20px 18px!important}.product-tab-panel p{font-size:.87rem!important;line-height:1.75!important;margin-bottom:8px!important;color:#555!important}.product-tab-list li{font-size:.87rem!important;line-height:1.65!important;padding-left:18px!important;margin-bottom:2px!important}.product-long-description{padding-bottom:20px}.product-long-description-card{padding:20px;gap:16px;flex-direction:column;border-radius:0;box-shadow:none;border-bottom:1px solid #f0f0f0}.product-long-description-card.is-reverse{flex-direction:column}.product-long-description-image{border-radius:14px;overflow:hidden}.product-long-description-text h3{font-size:1.05rem}.product-long-description-text p{font-size:.88rem;color:#555}.product-detail-title{font-size:1.5rem}.product-trust-badges{grid-template-columns:1fr}.trust-badge-item{flex-direction:row;justify-content:flex-start;padding:10px 14px;border-right:none;border-bottom:1px solid #e8e8e8}.trust-badge-item:last-child{border-bottom:none}.product-detail-actions{flex-wrap:nowrap}.product-long-description-card{padding:24px;gap:24px}}@media (max-width:768px){.nav-desktop{display:flex!important;flex-direction:column;position:fixed;top:0;left:0;width:min(88vw,356px);height:100dvh;background:radial-gradient(circle at top left,rgba(211,47,47,.1),transparent 36%),linear-gradient(180deg,#ffffff,#fbfbfc);overflow-y:auto;overflow-x:hidden;scrollbar-width:none;z-index:1400;transform:translateX(-104%);opacity:0;transition:transform .28s ease,opacity .22s ease,visibility .28s ease;visibility:hidden;padding:0 0 max(22px,env(safe-area-inset-bottom));border-right:1px solid rgba(17,17,17,.06);box-shadow:18px 0 42px rgba(19,28,45,.16);gap:0;align-items:stretch;overscroll-behavior:contain;-webkit-overflow-scrolling:touch}.nav-desktop::-webkit-scrollbar{display:none}.nav-desktop.active{transform:translateX(0);opacity:1;visibility:visible}.mob-menu-backdrop{position:fixed;inset:0;background:rgba(0,0,0,0);z-index:1399;pointer-events:none;visibility:hidden;transition:background .34s ease,visibility .34s ease}.mob-menu-backdrop.active{background:rgba(12,16,24,.46);pointer-events:auto;visibility:visible;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px)}.mob-nav-head{justify-content:space-between;padding:20px 18px 16px;border-bottom:1px solid rgba(17,17,17,.08);background:linear-gradient(180deg,rgba(255,255,255,.96),rgba(248,249,252,.98));flex-shrink:0;position:sticky;top:0;z-index:2;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.mob-nav-head,.mob-nav-meta{display:flex;align-items:center;gap:12px}.mob-nav-meta{min-width:0;flex:1 1}.mob-nav-logo{width:46px;height:46px;object-fit:contain;border-radius:14px;background:#fff;padding:6px;border:1px solid rgba(17,17,17,.08);box-shadow:0 10px 20px rgba(211,47,47,.14);flex-shrink:0}.mob-nav-brand{display:flex;flex-direction:column;min-width:0}.mob-nav-title{color:#171a20;font-size:1rem;font-weight:800;letter-spacing:-.02em}.mob-nav-subtitle{margin-top:3px;color:#7a818d;font-size:.7rem;font-weight:700;letter-spacing:.14em;text-transform:uppercase}.mob-nav-close{display:inline-flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:999px;border:1px solid rgba(26,31,43,.08);background:#f6f7f9;color:#4c5564;cursor:pointer;transition:background .18s ease,color .18s ease,border-color .18s ease;flex-shrink:0}.mob-nav-close:hover{background:#eceff3;color:var(--color-secondary);border-color:rgba(211,47,47,.18)}.mob-nav-section-label{display:none}.nav-desktop a{display:flex;align-items:center;gap:12px;width:100%;padding:0 18px;border-bottom:0;color:#1e2530;font-size:.95rem;font-weight:650;letter-spacing:0;position:relative;text-decoration:none;transition:color .18s ease,background .18s ease,border-color .18s ease,transform .18s ease,box-shadow .18s ease}.nav-desktop a span,.nav-products-trigger span:not(.nav-products-plus){flex:1 1;min-width:0}.nav-desktop>.nav-products-item>.nav-products-trigger,.nav-desktop>a{margin:10px 14px 0;min-height:58px;padding:0 16px;border:1px solid rgba(17,17,17,.07);border-radius:18px;background:rgba(255,255,255,.92);box-shadow:0 8px 20px rgba(15,23,38,.06)}.nav-desktop a:after{display:none!important}.nav-desktop a:hover{color:#111827;background:#ffffff;border-color:rgba(211,47,47,.12);transform:translateY(-1px);box-shadow:0 12px 24px rgba(15,23,38,.08)}.nav-desktop a.active{color:#8f1111;background:linear-gradient(180deg,#fff2f2,#fff8f8);border-color:rgba(211,47,47,.16);box-shadow:0 14px 28px rgba(211,47,47,.12)}.nav-desktop a.active:before{content:"";position:absolute;left:12px;top:12px;bottom:12px;width:3px;background:var(--color-secondary);border-radius:999px}.mob-icon{display:inline-flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:12px;background:linear-gradient(180deg,#f5f7fa,#eef2f6);color:#5f6877;font-size:.88rem;flex-shrink:0;box-shadow:inset 0 1px 0 rgba(255,255,255,.92)}.nav-desktop a.active .mob-icon,.nav-desktop a:hover .mob-icon,.nav-products-trigger.open .mob-icon{background:rgba(211,47,47,.12);color:var(--color-secondary)}.nav-products-item{width:100%;display:block}.nav-products-trigger{width:100%;justify-content:space-between}.nav-products-plus{margin-left:auto;color:var(--color-secondary);font-size:1.05rem;font-weight:700}.nav-products-item.open .nav-products-trigger{background:linear-gradient(180deg,#fff4f4,#fff9f9);color:#7f1616}.nav-products-item.open .nav-products-trigger .mob-icon{color:var(--color-secondary)}.nav-products-dropdown{position:static;min-width:100%;border:1px solid rgba(17,17,17,.06);border-radius:16px;box-shadow:0 10px 18px rgba(15,23,38,.05);margin:8px 14px 0;padding:8px;background:rgba(250,251,253,.96);display:none}.nav-products-item.open .nav-products-dropdown{display:block}.nav-products-dropdown a{margin:0;padding:11px 14px 11px 18px;border:0;border-radius:12px;color:#435063;font-size:.86rem;font-weight:550;gap:0;min-height:0;background:transparent;box-shadow:none}.nav-products-dropdown a:hover{color:#111827;background:rgba(211,47,47,.08)}.nav-products-dropdown a:last-child{border-bottom:0}.mob-nav-footer{display:flex;flex-direction:column;gap:12px;padding:20px 14px 0;margin-top:12px}.nav-desktop .mob-nav-cta{display:flex!important;align-items:center;justify-content:center;gap:10px;min-height:54px;padding:0 18px;margin:0;border:0;border-radius:18px;background:linear-gradient(135deg,#ec3c3c,#cb2323);color:#ffffff;font-size:.95rem;font-weight:800;box-shadow:0 16px 28px rgba(211,47,47,.22)}.nav-desktop .mob-nav-cta:after,.nav-desktop .mob-nav-cta:before{display:none!important}.mob-nav-socials{display:none}.mob-nav-contact-row{display:flex;gap:10px}.mob-nav-contact-link{display:inline-flex!important;align-items:center;justify-content:center;gap:8px;flex:1 1;min-height:46px;padding:0 12px;margin:0;border:1px solid rgba(17,17,17,.08);border-radius:14px;background:rgba(255,255,255,.94);color:#374151;font-size:.84rem;font-weight:700;box-shadow:0 6px 16px rgba(15,23,38,.05)}.mob-nav-contact-link i{color:var(--color-secondary)}.mob-nav-contact-link.is-whatsapp i{color:#25d366}.mob-nav-contact-link:hover{background:#ffffff;transform:translateY(-1px)}.nav-desktop .mob-nav-social,.nav-desktop .mob-nav-social:after,.nav-desktop .mob-nav-social:before{display:none!important}.mob-menu-backdrop,.nav-mobile-drawer{display:flex}.mob-menu-backdrop{display:block}.nav-desktop{display:none!important}body.no-scroll{overflow:hidden}.header{height:60px}.header-inner{padding:0 12px;gap:8px}.header-center{justify-content:center;flex:1 1;min-width:0}.header-left{flex:0 0 auto;margin-right:0}.header-right{flex:0 0 auto;gap:4px;position:static}.logo{gap:6px;font-size:1rem}.logo-text{font-size:1rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.logo img{height:56px;width:auto}.logo-side-photo{display:block!important;height:26px;width:auto;padding:1px 3px}.header-icon{width:38px;height:38px;font-size:1.1rem;background-color:transparent;display:flex;align-items:center;justify-content:center}.header-icon:hover{background-color:rgba(0,0,0,.05);transform:none}.mobile-menu-toggle{width:40px;height:40px;display:inline-flex!important;align-items:center;justify-content:center;padding-left:0;font-size:1.25rem}.header-search-panel{width:min(320px,calc(100vw - 32px));top:60px;left:0;right:0;width:100%;border-radius:0;border-left:none;border-right:none;box-shadow:0 4px 10px rgba(0,0,0,.1)}.header-search-panel.active{top:60px;left:0;right:0;width:100%;transform:translate(0)}.hero-title{font-size:2.5rem}.hero-desc{font-size:1.1rem}.hero-content{margin-bottom:0;padding:0 0 0 24px}.hero-arrow{width:46px;height:46px}.hero-arrow-prev{left:12px}.hero-arrow-next{right:12px}.hero-pagination{bottom:14px}.shop-page .page-header{padding:46px 0 42px}.shop-return-link{margin-bottom:18px;padding:9px 14px;font-size:.86rem}.shop-toolbar{flex-direction:column;align-items:stretch;gap:12px}.shop-sort select{width:100%}.filter-group+.filter-group{margin-top:20px;padding-top:20px;border-top:1px solid var(--color-border)}.hero-actions{flex-direction:column;align-items:flex-start;gap:12px}.hero-actions .btn{width:100%}.about-page .page-header,.contact-page .page-header{padding:56px 0 50px}.about-story-header{margin-bottom:28px}.about-story-content p{font-size:1.02rem}.contact-panel{padding:28px}.product-grid{grid-template-columns:repeat(2,1fr);gap:20px}#relatedProductsGrid{gap:16px}#relatedProductsGrid .product-card{flex-basis:calc((100% - 16px) / 2);min-width:180px}.categories-grid{grid-template-columns:1fr}.promo-visual-section{padding-bottom:12px}.promo-visual-card{grid-template-columns:1fr;gap:0;padding:0;border-radius:16px}.promo-brand-block{border-right:none;border-bottom:1px solid rgba(211,47,47,.08);border-radius:16px 16px 0 0;padding:22px 20px;flex-direction:row;align-items:center;flex-wrap:wrap;gap:14px}.promo-brand-name{flex:1 1;min-width:0}.promo-brand-badge{order:-1;width:100%}.promo-brand-cta{width:auto;margin-top:0;padding:10px 16px}.promo-content-block{padding:24px 20px;border-bottom:1px solid rgba(211,47,47,.08)}.promo-content-block h2,.promo-content-block p{max-width:100%}.promo-content-block h2{font-size:1.6rem}.promo-content-block p{font-size:.93rem}.promo-specs-grid{grid-template-columns:repeat(2,1fr);gap:8px}.promo-product-block{min-height:240px;padding:16px 12px 34px;border-left:none;border-radius:0 0 16px 16px}.promo-visual-image{max-width:220px;animation-name:extinguisher-float-mobile}.promo-product-label{bottom:20px;right:14px}.fire-classes-section{padding-top:8px}.fire-help-banner{grid-template-columns:1fr;border-radius:16px;overflow:hidden;box-shadow:0 8px 28px rgba(0,0,0,.15)}.fire-help-image,.fire-help-image:after{display:none}.fire-help-content{align-items:center;text-align:center;padding:28px 22px 32px;gap:16px;background:linear-gradient(160deg,#100808,#1a0505 55%,#230909)}.fire-help-content:after{height:4px;background:linear-gradient(90deg,#9f1f1f,#e53935 50%,#9f1f1f);box-shadow:0 0 12px rgba(229,57,53,.5)}.fire-help-content:before{width:220px;height:220px;background:radial-gradient(circle,rgba(211,47,47,.4) 0,transparent 65%);bottom:-50px;right:-50px}.fire-help-kicker{margin:0 auto;font-size:.65rem;padding:5px 11px}.fire-help-content h2{font-size:clamp(1.3rem,6vw,1.75rem);line-height:1.22}.fire-help-content p{font-size:.93rem;margin-bottom:2px}.fire-help-btn{align-self:stretch;width:100%;text-align:center;justify-content:center;background:var(--color-secondary);color:#fff;border-color:var(--color-secondary);box-shadow:0 4px 20px rgba(211,47,47,.35);padding:14px 20px;border-radius:10px;font-size:.82rem}.fire-edu-layout{grid-template-columns:1fr;gap:22px}.fire-edu-intro{max-width:none;text-align:center}.fire-edu-kicker{margin-left:auto;margin-right:auto;font-size:.68rem}.fire-edu-intro h2{font-size:clamp(1.45rem,6.5vw,1.85rem);line-height:1.22;margin-bottom:12px}.fire-edu-intro p{font-size:.95rem;margin-bottom:18px}.fire-edu-cta{width:100%;max-width:320px;margin:0 auto;display:flex;justify-content:center}.fire-edu-carousel{grid-template-columns:1fr;gap:10px}.fire-edu-arrow{display:none}.fire-edu-track-wrap{border-radius:16px;overflow:hidden;background:#fff;box-shadow:0 4px 20px rgba(0,0,0,.07);border:1px solid rgba(0,0,0,.06);position:relative}.fire-edu-track-wrap:after{content:"";position:absolute;right:0;top:0;bottom:0;width:44px;background:linear-gradient(270deg,rgba(255,255,255,.95) 0,transparent);pointer-events:none;z-index:2;border-radius:0 16px 16px 0}.fire-edu-track{padding:4px 16px 12px;gap:12px;scroll-padding-inline:16px}.fire-edu-card{flex:0 0 clamp(268px,85vw,310px);min-height:230px;padding:22px 20px 18px;border-radius:18px;box-shadow:0 6px 20px rgba(0,0,0,.1),0 1px 4px rgba(0,0,0,.06);background:linear-gradient(145deg,color-mix(in srgb,var(--fec-accent,#d32f2f) 12%,#fff) 0,color-mix(in srgb,var(--fec-accent,#d32f2f) 4%,#fff) 100%);border:1.5px solid color-mix(in srgb,var(--fec-accent,#d32f2f) 22%,transparent)}.fire-edu-card:before{height:4px;border-radius:18px 18px 0 0}.fec-icon-wrap{width:48px;height:48px;border-radius:13px;font-size:1.1rem;background:color-mix(in srgb,var(--fec-accent,#d32f2f) 14%,#fff);border:1.5px solid color-mix(in srgb,var(--fec-accent,#d32f2f) 30%,transparent)}.fec-class-badge{width:34px;height:34px;font-size:.82rem}.fire-edu-card h3{font-size:1.08rem;font-weight:800;letter-spacing:-.015em}.fire-edu-card p{font-size:.86rem;line-height:1.6;color:var(--fec-text,#1a1a1a);opacity:.75}.fec-top{margin-bottom:10px}.fec-ext-hint{font-size:.68rem;font-weight:800;padding-top:12px;margin-top:4px;gap:6px;color:var(--fec-accent,#d32f2f);border-top-color:color-mix(in srgb,var(--fec-accent,#d32f2f) 25%,transparent)}.testimonials-slider{min-height:240px}.testimonial-slide{padding:20px 8px 8px}.testimonial-slide p{font-size:1.1rem}.testimonial-slide h4{font-size:1.2rem}.contact-cta-box{padding:28px}.about-story-content{text-align:left}.company-info-grid{grid-template-columns:1fr;gap:16px}.company-info-section .section-header{margin-bottom:30px}.info-card{padding:22px;gap:14px;align-items:flex-start}.info-icon{width:48px;height:48px;font-size:1.25rem}.contact-details-panel h2,.contact-form-panel h3{font-size:1.4rem}.contact-highlight{width:100%;border-radius:var(--radius-md)}.product-detail-content{padding:24px}.product-detail-actions{flex-direction:column}.product-qty-control{width:100%}.product-detail-actions .btn{width:100%;justify-content:center}.product-tabs-nav{gap:16px}.product-tab-trigger{font-size:.92rem;padding:16px 0}.product-share-row{align-items:flex-start;flex-direction:column;gap:8px}.footer-grid{grid-template-columns:repeat(2,1fr);gap:32px 20px}.footer-brand,.footer-grid>div:nth-child(4){grid-column:1/-1}.footer-bottom{flex-direction:row;gap:20px;text-align:left}}@media (max-width:480px){.promo-brand-block{padding:18px 16px}.promo-brand-logo{width:58px;height:58px}.pbn-bonne{font-size:1.5rem}.pbn-protection{font-size:1.3rem}.promo-content-block{padding:18px 16px}.promo-content-block h2{font-size:1.32rem}.promo-spec-item{padding:10px}.promo-spec-item i{width:26px;height:26px;font-size:.75rem}.extinguisher-types-content h2{font-size:1.55rem}.extinguisher-types-subtitle{font-size:1rem;margin-bottom:16px}.extinguisher-types-media img{min-height:200px}.promo-product-shadow{width:72%;height:20px}.product-grid,.trust-grid{grid-template-columns:1fr}.trust-item{padding:18px 16px}@media (max-width:600px){.trust-grid{grid-template-columns:repeat(3,1fr)}.trust-item{flex-direction:column;align-items:center;justify-content:center;text-align:center;border-right:1px solid rgba(255,255,255,.07);border-bottom:none;padding:18px 8px;gap:10px}.trust-item:last-child{border-right:none;border-bottom:none}.trust-icon-wrap{width:42px;height:42px;border-radius:10px}.trust-icon{font-size:1.05rem}.trust-text h4{font-size:.7rem;line-height:1.25;margin-bottom:3px}.trust-text p{font-size:.6rem;line-height:1.3}}.hero{min-height:500px}.hero-arrow{top:auto;bottom:74px;transform:none;width:42px;height:42px}.hero-arrow:hover{transform:scale(1.03)}.hero-arrow-prev{left:12px}.hero-arrow-next{right:12px}.hero-pagination{bottom:18px}.shop-page .page-header h1{font-size:1.9rem}.filter-list a{padding:8px 14px}#shopProductsGrid .product-info{padding:14px}#shopProductsGrid .product-title{min-height:auto}.hero-content{margin-bottom:0}.section-padding{padding:50px 0}}@media (max-width:768px){.section-padding{padding:44px 0}body,html{width:100%;max-width:100%;overflow-x:hidden}.categories-grid,.category-card,.container,.hero-content,.hero-prem-grid,.hero-prem-left,.product-card,.product-grid,.promo-visual-card,section{width:100%;max-width:100%;min-width:0;box-sizing:border-box}canvas,iframe,img,svg,video{max-width:100%;height:auto}.container{padding-left:16px;padding-right:16px}}@media (prefers-reduced-motion:reduce){.promo-product-shadow,.promo-visual-image{animation:none}}