:root{--navy:#0a1028;--navy2:#0e1535;--gold:#f0a500;--gold2:#daa000;--blue:#166ddd;--blue2:#1258b8;--green:#1db954;--red:#cc0c39;--bg:#0a1028;--white:#fff;--text:#f0f2f5;--muted:#565959;--border:hsla(0,0%,100%,.1)}*,:after,:before{margin:0;padding:0;box-sizing:border-box}html{overflow-x:hidden;scrollbar-color:hsla(0,0%,100%,.15) transparent;scrollbar-width:thin}html::-webkit-scrollbar{width:8px}html::-webkit-scrollbar-track{background:transparent}html::-webkit-scrollbar-thumb{background:hsla(0,0%,100%,.15);border-radius:4px}html::-webkit-scrollbar-thumb:hover{background:hsla(0,0%,100%,.25)}body{font-family:var(--font-inter),Arial,sans-serif;color:var(--text);font-size:14px;overflow-x:hidden;-webkit-text-size-adjust:100%;background:linear-gradient(180deg,#050918,#0a1330 25%,#143075 55%,#1f4fb8 80%,#2d6be0);background-repeat:no-repeat;min-height:100vh}a{color:inherit;text-decoration:none}button{font-family:inherit;cursor:pointer}img{max-width:100%;display:block;height:auto}.prod-brand,.prod-state{display:none!important}header{background:#0a1028;padding:0}.header-main{display:flex;align-items:center;gap:8px;padding:8px 16px;min-height:60px;max-width:1400px;margin:0 auto}.logo-wrap{flex-shrink:0;border:1px solid transparent;border-radius:3px;padding:6px 10px;transition:border-color .15s;text-decoration:none}.logo-wrap:hover{border-color:#fff}.logo-text{display:flex;align-items:baseline;gap:0;font-size:20px;font-weight:900;line-height:1}.logo-shop{color:#fff}.logo-une{color:var(--gold)}.logo-affaire{color:#fff}.logo-dot{color:var(--gold);font-size:14px}.deliver{color:#ccc;font-size:11px;padding:4px 8px;border:1px solid transparent;border-radius:3px;white-space:nowrap;line-height:1.3;cursor:default}.deliver:hover{border-color:#fff}.deliver strong{color:#fff;font-size:13px;display:block}.search-wrap{flex:1 1;display:flex;border-radius:4px;overflow:hidden;height:40px}.search-cat{background:#ddd;padding:0 10px;font-size:12px;cursor:pointer;color:#333;border:none;border-right:1px solid #ccc;white-space:nowrap;min-width:60px;font-family:inherit}.search-cat:hover{background:#c8c8c8}.search-input{flex:1 1;border:none;padding:0 12px;font-size:14px;outline:none;font-family:inherit}.search-btn{background:var(--gold);border:none;padding:0 14px;cursor:pointer;font-size:18px;transition:background .15s}.search-btn:hover{background:var(--gold2)}.header-actions{display:flex;align-items:center;gap:2px;margin-left:4px}.h-action{color:#fff;font-size:12px;padding:6px 10px;border:1px solid transparent;border-radius:3px;cursor:pointer;white-space:nowrap;line-height:1.4;text-align:left;text-decoration:none;display:block}.h-action:hover{border-color:#fff}.h-action small{color:#ccc;display:block;font-size:11px}.h-action strong{font-size:13px}.cart-btn{display:flex;align-items:center;gap:4px;font-weight:700;font-size:14px}.cart-count{color:var(--gold);font-size:18px;font-weight:700;vertical-align:top;margin-top:-4px}.nav-secondary{background:var(--navy2);padding:0 8px;display:flex;align-items:center;overflow-x:auto;scrollbar-width:none;height:38px}.nav-secondary::-webkit-scrollbar{display:none}.nav-item{color:#fff;font-size:13px;padding:0 12px;height:38px;display:flex;align-items:center;cursor:pointer;white-space:nowrap;border:1px solid transparent;border-radius:2px;text-decoration:none;transition:border-color .1s}.nav-item.active,.nav-item:hover{border-color:#fff}.nav-item.flash{color:gold;font-weight:700}.nav-hamburger{font-weight:700}.breadcrumb{background:#fff;border-bottom:1px solid #ddd;padding:10px 0}.breadcrumb-inner{max-width:1400px;margin:0 auto;padding:0 16px;display:flex;align-items:center;gap:8px;font-size:13px;color:var(--muted);flex-wrap:wrap}.breadcrumb a{color:var(--blue);cursor:pointer}.breadcrumb a:hover{text-decoration:underline}.bc-sep{color:#ccc}.trust-bar{background:#fff;border-bottom:1px solid #ddd;padding:10px 0}.trust-inner{max-width:1200px;margin:0 auto;padding:0 16px;display:flex;justify-content:center;gap:0;flex-wrap:wrap}.trust-item{display:flex;align-items:center;gap:8px;padding:6px 20px;border-right:1px solid var(--border)}.trust-item:last-child{border-right:none}.trust-icon{font-size:18px}.trust-text strong{display:block;font-size:12px;font-weight:700}.trust-text span{font-size:11px;color:var(--muted)}.product-card{background:#fff;border-radius:10px;border:1px solid var(--border);overflow:hidden;position:relative;transition:all .2s;cursor:pointer;display:flex;flex-direction:column}.product-card:hover{box-shadow:0 4px 20px rgba(0,0,0,.12);transform:translateY(-2px);border-color:#ccc}.wishlist-btn{position:absolute;top:10px;right:10px;z-index:2;background:hsla(0,0%,100%,.9);border:none;font-size:18px;width:34px;height:34px;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .15s;line-height:1}.wishlist-btn:hover{background:#fff}.wishlist-btn.active{color:#cc0c39}.card-img-wrap{position:relative;aspect-ratio:1;overflow:hidden;background:#f8f9fb}.card-img-wrap img{width:100%;height:100%;object-fit:contain;padding:8px;transition:transform .3s ease}.product-card:hover .card-img-wrap img{transform:scale(1.06)}.card-body{padding:12px;flex:1 1;display:flex;flex-direction:column;gap:4px}.card-brand{font-size:11px;color:var(--muted);text-transform:uppercase;letter-spacing:.06em}.card-name{font-size:13px;font-weight:700;color:var(--text);line-height:1.3;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;height:50.7px}.card-state{font-size:11px;color:var(--green);font-weight:600}.card-stars{font-size:12px;display:flex;align-items:center;gap:4px}.review-count{color:var(--muted)}.stock-ok{font-size:11px;color:var(--green);font-weight:600}.stock-low{font-size:11px;color:var(--red);font-weight:700}.card-price{display:flex;align-items:center;gap:7px;flex-wrap:wrap;margin-top:6px}.price-main{font-size:22px;font-weight:900;color:var(--text)}.price-old{font-size:13px;color:#bbb;text-decoration:line-through}.price-save{font-size:11px;font-weight:700;color:var(--red)}.price-discount-pill{font-size:13px;font-weight:800;color:#fff;background:#cc0c39;padding:2px 8px;border-radius:6px;line-height:1.6}.btn-cart{margin-top:auto;width:100%;background:linear-gradient(180deg,#f5a020,#e08010 55%,#c86c08);color:#fff;border:1px solid rgba(110,52,0,.18);padding:0 16px;height:42px;border-radius:999px;font-size:14px;font-weight:800;letter-spacing:.01em;text-shadow:0 1px 2px rgba(0,0,0,.18);transition:all .15s ease;display:flex;align-items:center;justify-content:center;gap:6px;box-shadow:0 4px 0 rgba(100,44,0,.35),0 7px 14px rgba(180,90,0,.15),inset 0 1px 0 rgba(255,220,120,.4),inset 0 -1px 0 rgba(0,0,0,.08);cursor:pointer}.btn-cart:hover{transform:translateY(-1px);box-shadow:0 5px 0 rgba(100,44,0,.35),0 10px 18px rgba(180,90,0,.2),inset 0 1px 0 rgba(255,220,120,.4),inset 0 -1px 0 rgba(0,0,0,.08)}.btn-cart:active{transform:translateY(3px);box-shadow:0 1px 0 rgba(100,44,0,.55),0 3px 6px rgba(180,90,0,.12),inset 0 1px 0 rgba(255,220,120,.3),inset 0 2px 3px rgba(0,0,0,.1)}.btn-cart.added{background:linear-gradient(180deg,#2db84a,#1fa040);border-color:rgba(0,80,25,.4);box-shadow:0 4px 0 rgba(0,55,15,.55),0 7px 14px rgba(0,140,50,.18),inset 0 1px 0 rgba(150,255,150,.35);color:#fff}.page-body{max-width:1400px;margin:0 auto;padding:16px}.section-title{font-size:20px;font-weight:800;color:var(--text);letter-spacing:-.02em;margin-bottom:16px;display:flex;align-items:center;justify-content:space-between}.section-link{font-size:13px;color:var(--blue);font-weight:400}.section-link:hover{text-decoration:underline}.products-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));grid-gap:16px;gap:16px}.btn-primary{background:var(--gold);color:#111;font-weight:700;padding:12px 28px;border-radius:8px;border:none;cursor:pointer;font-size:14px;font-family:inherit;transition:all .15s}.btn-primary:hover{background:var(--gold2);transform:translateY(-1px)}.btn-secondary{background:hsla(0,0%,100%,.1);color:#fff;font-weight:600;padding:12px 28px;border-radius:8px;border:1px solid hsla(0,0%,100%,.2);cursor:pointer;font-size:14px;font-family:inherit;transition:all .15s}.btn-secondary:hover{background:hsla(0,0%,100%,.18)}.checkout-steps{background:#fff;border-bottom:1px solid var(--border);padding:14px 0}.steps-inner{max-width:700px;margin:0 auto;padding:0 16px}.step,.steps-inner{display:flex;align-items:center;justify-content:center}.step{gap:8px;flex:1 1}.step-num{width:28px;height:28px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:12px;font-weight:800;flex-shrink:0}.step.active .step-num{background:var(--blue);color:#fff}.step.done .step-num{background:var(--green);color:#fff}.step.pending .step-num{background:var(--border);color:#999}.step-label{font-size:13px;font-weight:600}.step.active .step-label{color:var(--blue)}.step.done .step-label{color:var(--green)}.step.pending .step-label{color:#999}.step-line{flex:1 1;height:2px;max-width:60px;background:var(--border)}.step-line.done{background:var(--green)}@media (max-width:1024px){.products-grid{grid-template-columns:repeat(3,1fr)}}@media (max-width:900px){.header-main{flex-wrap:wrap;padding:8px}header{background:#0a1028!important}.deliver,.header-actions .h-action:not(.cart-btn){display:none}.products-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.products-grid{grid-template-columns:repeat(2,1fr);gap:10px}.product-card{border-radius:10px}.card-body{padding:10px}.card-name{font-size:12px;word-break:break-word}.price-main{font-size:16px}.btn-cart,.price-old{font-size:11px}.btn-cart{height:45px;padding:0 8px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.wishlist-btn{width:32px;height:32px;font-size:14px}.card-stars,.stock-low,.stock-ok{font-size:10px}.review-count{font-size:9px}.step-label,.step-num{font-size:11px}.step-num{width:22px;height:22px}.step-line{max-width:30px}.page-body{padding:12px}.section-title{font-size:17px}.trust-bar{padding:10px 0}.trust-item{padding:6px 8px}}@media (max-width:600px){.logo-text{font-size:16px}.search-cat{display:none}.products-grid{grid-template-columns:repeat(2,1fr);gap:8px}.trust-item{padding:6px 10px}.trust-text span{display:none}}@media (max-width:480px){.products-grid{gap:6px}.card-body{padding:8px}.card-name{font-size:11px;-webkit-line-clamp:2;word-break:break-word}.bp-brand,.card-brand,.prod-brand{display:none!important}.btn-cart{height:45px;font-size:10px;gap:3px;white-space:nowrap}.page-body{padding:10px}.section-title{font-size:16px;margin-bottom:12px}.breadcrumb-inner{padding:0 10px;font-size:12px}.nav-secondary{height:34px;padding:0 4px;background:rgba(10,16,40,.6)!important;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-bottom:none!important}.nav-item{font-size:12px;padding:0 8px}.prod-state{display:none!important}.prod-body{padding:6px!important}.prod-name{font-size:11px!important;height:auto!important;-webkit-line-clamp:2!important}.prod-name,.prod-stars{margin-bottom:2px!important}.prod-stars{font-size:10px!important}.prod-price{margin-bottom:4px!important}.prod-price-main{font-size:15px!important}.prod-share,.prod-wish{width:18px!important;height:18px!important}.prod-share svg,.prod-wish svg{width:10px!important;height:10px!important}}.price-root{display:inline-flex;align-items:baseline;gap:0;line-height:1;font-variant-numeric:tabular-nums;font-feature-settings:"tnum" 1,"tnum";letter-spacing:-.01em;white-space:nowrap;color:inherit}.price-root .price-prefix{font-size:.72em;font-weight:600;margin-right:4px;opacity:.85}.price-root .price-suffix{font-size:.65em;font-weight:600;margin-left:3px;opacity:.78}.price-root .price-int{font-size:1em;font-weight:700;letter-spacing:-.02em}.price-root .price-tail{font-size:.6em;font-weight:600;align-self:flex-start;margin-left:1px;margin-top:.08em;letter-spacing:0;opacity:.95}.price-xs{font-size:12px}.price-sm{font-size:14px}.price-md{font-size:18px}.price-lg{font-size:24px}.price-xl{font-size:32px}.price-xxl{font-size:44px}.price-strike{color:#9ca3af;text-decoration:line-through;text-decoration-thickness:1px}.price-strike,.price-strike .price-int{font-weight:600}.price-strike .price-tail{opacity:.85}.price-promo{color:#cc0c39}.price-promo .price-int{font-weight:900}@font-face{font-family:__Inter_f367f3;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/ba9851c3c22cd980-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:__Inter_f367f3;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/21350d82a1f187e9-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:__Inter_f367f3;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/c5fe6dc8356a8c31-s.woff2) format("woff2");unicode-range:u+1f??}@font-face{font-family:__Inter_f367f3;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/19cfc7226ec3afaa-s.woff2) format("woff2");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:__Inter_f367f3;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/df0a9ae256c0569c-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:__Inter_f367f3;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/8e9860b6e62d6359-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:__Inter_f367f3;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/e4af272ccee01ff0-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:__Inter_Fallback_f367f3;src:local("Arial");ascent-override:90.49%;descent-override:22.56%;line-gap-override:0.00%;size-adjust:107.06%}.__className_f367f3{font-family:__Inter_f367f3,__Inter_Fallback_f367f3;font-style:normal}.__variable_f367f3{--font-inter:"__Inter_f367f3","__Inter_Fallback_f367f3"}