:root{--blue:#0a2d66;--blue-2:#125bc2;--yellow:#ffe600;--ink:#17233a;--muted:#667085;--line:#e4e8ef;--bg:#f6f8fc;--white:#fff;--success:#108946}*{box-sizing:border-box}body{margin:0;background:var(--bg);color:var(--ink);font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif}.container{width:min(1180px,calc(100% - 32px));margin:auto}.store-header{background:var(--yellow);box-shadow:0 1px 0 rgba(0,0,0,.08)}.header-top{display:flex;align-items:center;gap:30px;padding:18px 0 13px}.brand{font-weight:900;font-size:24px;letter-spacing:-1.5px;color:var(--blue);text-decoration:none;white-space:nowrap}.brand span:first-child{display:inline-grid;place-items:center;width:28px;height:28px;border-radius:8px;background:var(--blue);color:var(--yellow);font-size:18px;margin-right:2px}.brand span:last-child{color:#1573d3}.search{height:42px;background:#fff;display:flex;flex:1;max-width:650px;border-radius:7px;box-shadow:0 1px 2px #0002}.search input{border:0;outline:0;padding:0 15px;flex:1;font-size:14px;border-radius:7px}.search button{border:0;background:#fff;border-left:1px solid #eee;padding:0 16px;color:#556070;font-size:18px}.account-link{color:var(--blue);font-weight:700;text-decoration:none;display:flex;gap:8px;align-items:center}.account-link i{font-size:21px}.store-header nav{display:flex;gap:24px;padding:0 0 12px}.store-header nav a{font-size:14px;color:#324155;text-decoration:none}.hero{background:linear-gradient(120deg,#063071,#126bd2);color:white;overflow:hidden}.hero-inner{min-height:292px;display:flex;align-items:center;justify-content:space-between}.eyebrow{display:block;text-transform:uppercase;font-size:11px;letter-spacing:1.2px;font-weight:800;color:#1c66c8;margin-bottom:8px}.hero .eyebrow{color:#a9d6ff}.hero h1{font-size:clamp(30px,4vw,48px);line-height:1.02;margin:0;max-width:590px;letter-spacing:-1.8px}.hero p{font-size:18px;color:#d7e9ff}.btn-primary,.btn-outline{display:inline-flex;justify-content:center;align-items:center;gap:8px;border-radius:7px;padding:13px 18px;font-weight:800;text-decoration:none;cursor:pointer;font-size:14px}.btn-primary{border:0;background:var(--yellow);color:#152438}.btn-primary:hover{background:#fff17d}.btn-outline{border:1px solid #b8cae7;color:var(--blue);background:#fff}.hero-art{width:235px;height:180px;border-radius:100% 50% 50% 50%;background:#2e98f8;transform:rotate(-8deg);display:grid;place-content:center;text-align:center;box-shadow:15px 18px #ffdd00}.hero-art i{font-size:60px}.hero-art b{font-size:20px}.benefits{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;padding:22px 0}.benefits>div{display:flex;gap:13px;align-items:center;background:white;padding:14px;border-radius:9px;border:1px solid var(--line);font-size:14px;font-weight:700}.benefits i{font-size:23px;color:var(--blue-2)}small{color:var(--muted);font-size:12px;font-weight:500}.catalog,.similar,.reviews-section,.details-section,.compare,.account{padding:38px 0}.catalog-heading,.section-title{display:flex;justify-content:space-between;align-items:end;gap:20px;margin-bottom:21px}.catalog h2,.section-title h2,.details-section h2,.account h2{font-size:25px;letter-spacing:-.7px;margin:0}.category-chips{display:flex;gap:7px;overflow:auto;max-width:60%;padding-bottom:2px}.category-chips a{white-space:nowrap;color:var(--muted);text-decoration:none;padding:8px 11px;border:1px solid var(--line);border-radius:20px;font-size:13px}.category-chips .selected{background:var(--blue);color:#fff;border-color:var(--blue)}.products-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.product-card{background:#fff;border:1px solid var(--line);border-radius:10px;overflow:hidden;transition:transform .2s,box-shadow .2s}.product-card:hover{transform:translateY(-3px);box-shadow:0 9px 22px #08245713}.product-card> a{display:block;background:#fff}.product-card img{width:100%;height:190px;object-fit:cover;display:block}.product-info{padding:14px}.product-info a{text-decoration:none;color:inherit}.product-category{font-size:12px;color:var(--blue-2);font-weight:700}.product-info h3{font-size:15px;line-height:1.3;margin:6px 0 10px;min-height:39px}.product-info del,.product-summary del{display:block;color:#9099a8;font-size:13px}.product-info strong{display:block;font-size:21px;letter-spacing:-.6px}.rating{font-size:13px;color:#f5a800;margin:8px 0}.rating span{color:#d5dbe5}.rating small{margin-left:5px}.card-action{font-size:13px;color:var(--blue-2)!important;font-weight:800;margin-top:10px;display:inline-block}.store-footer{margin-top:32px;background:#fff;border-top:1px solid var(--line);padding:35px 0 18px;color:var(--muted);font-size:13px}.footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr;gap:25px}.brand-footer{display:block;margin-bottom:9px}.copyright{border-top:1px solid var(--line);padding-top:18px;margin-top:15px}.notice{padding:12px 15px;border-radius:7px;font-size:14px}.notice-success{background:#e8f8ef;color:#08753a}.notice-warning{background:#fff4d6;color:#805b00}.breadcrumb{font-size:13px;color:var(--muted);padding:20px 0}.breadcrumb a{color:var(--blue-2);text-decoration:none}.breadcrumb i{font-size:10px;margin:0 6px}.product-layout{display:grid;grid-template-columns:1.15fr .85fr;gap:55px;background:#fff;border:1px solid var(--line);padding:28px;border-radius:12px}.gallery{display:flex;gap:15px;min-width:0}.thumbs{display:flex;flex-direction:column;gap:9px}.thumb{border:1px solid var(--line);padding:2px;background:#fff;border-radius:6px;cursor:pointer;width:58px;height:58px}.thumb.active{border:2px solid var(--blue-2)}.thumb img{width:100%;height:100%;object-fit:cover}.main-image{border:0;background:#fff;padding:0;position:relative;cursor:zoom-in;min-width:0;flex:1}.main-image>img{width:100%;height:420px;object-fit:contain;display:block}.main-image span{position:absolute;bottom:10px;left:50%;transform:translateX(-50%);background:#17233acc;color:#fff;padding:7px 10px;border-radius:5px;white-space:nowrap;font-size:12px}.product-summary h1{font-size:31px;letter-spacing:-1.2px;line-height:1.1;margin:8px 0}.product-rating{color:#f5a800;font-size:15px}.product-rating a{color:var(--blue-2);font-size:13px;margin-left:8px;text-decoration:none}.product-summary>p{color:#526075;line-height:1.55}.product-price{font-size:36px;font-weight:900;letter-spacing:-1.5px;margin-top:2px}.stock{margin:20px 0;color:var(--success);font-size:14px;font-weight:700}.stock.out{color:#b22}.buy-box{display:flex;gap:10px}.buy-box .btn-primary{flex:1}.secure-line{font-size:13px;color:var(--muted);margin-top:17px}.secure-line i{color:var(--success);margin-right:5px}.details-section{display:grid;grid-template-columns:1fr 1fr;gap:70px}.details-section p{color:#526075;line-height:1.6}.specs{margin:0}.specs div{display:flex;justify-content:space-between;border-bottom:1px solid var(--line);padding:10px 0;font-size:14px}.specs dt{color:var(--muted)}.specs dd{font-weight:700;margin:0}.review-score{text-align:right}.review-score b{font-size:32px;display:block}.review-score span{color:#f5a800}.review{display:flex;gap:12px;background:#fff;border:1px solid var(--line);padding:16px;border-radius:8px;margin-bottom:10px}.review p{margin:7px 0 0;color:#425168;line-height:1.45}.avatar{width:34px;height:34px;flex:none;border-radius:50%;background:#dceafb;color:var(--blue);display:grid;place-content:center;font-weight:900}.image-modal{position:fixed;z-index:9;inset:0;background:#071321e8;display:grid;place-items:center;padding:30px}.image-modal img{max-width:min(900px,90vw);max-height:85vh;object-fit:contain}.modal-close{position:absolute;right:22px;top:15px;border:0;background:none;color:#fff;font-size:42px;cursor:pointer}.auth{min-height:calc(100vh - 230px);display:grid;place-items:center;padding:45px 16px}.auth-card{width:min(450px,100%);background:#fff;border:1px solid var(--line);padding:30px;border-radius:12px;box-shadow:0 12px 30px #08245710}.auth-card h1{margin:0;font-size:28px;letter-spacing:-1px}.auth-card>p{color:var(--muted);line-height:1.45}.auth-card label{display:block;font-size:13px;font-weight:700;margin-top:16px}.auth-card input,.auth-card textarea,.auth-card select{font:inherit;width:100%;border:1px solid #cbd4e1;padding:11px;border-radius:6px;margin-top:6px;outline-color:var(--blue-2);resize:vertical}.auth-card button{width:100%;margin-top:20px}.field-error{background:#fff0f1;border:1px solid #f7c5ca;color:#a5202b;padding:10px;border-radius:6px;font-size:13px}.helper{font-size:12px}.account h1,.compare h1{font-size:33px;letter-spacing:-1.3px;margin:0}.account>p,.compare>p{color:var(--muted)}.account-grid{display:grid;grid-template-columns:2fr 1fr;gap:30px;margin-top:25px}.account-grid section,.account-grid aside{background:#fff;border:1px solid var(--line);border-radius:10px;padding:20px}.order{display:flex;align-items:center;gap:15px;border-top:1px solid var(--line);padding:15px 0}.order img{width:75px;height:75px;object-fit:cover;border-radius:6px}.order p{font-size:13px;color:var(--muted);margin:5px 0}.order>div:last-child{margin-left:auto;text-align:right}.order a{display:block;font-size:13px;color:var(--blue-2);margin-top:8px}.status{font-size:12px;font-weight:700;color:var(--success)}.account aside a{display:block;color:var(--blue-2);font-weight:700;text-decoration:none;margin:18px 0}.account aside p{font-size:13px;color:var(--muted);line-height:1.5}.compare-select{display:flex;flex-wrap:wrap;gap:10px;background:#fff;padding:16px;border:1px solid var(--line);border-radius:9px;margin:25px 0}.compare-select label{font-size:13px;padding:7px;background:#f4f7fc;border-radius:4px}.comparison-table{overflow:auto;border:1px solid var(--line);border-radius:10px;background:#fff}.compare-row{display:grid;grid-template-columns:180px repeat(var(--columns,3),minmax(180px,1fr));border-bottom:1px solid var(--line)}.compare-row:last-child{border:0}.compare-row>span,.compare-row>div{padding:14px;font-size:14px}.compare-row>span{font-weight:800;background:#f8faff}.compare-row.heading>div{font-weight:800}.compare-row.heading img{width:100%;height:130px;object-fit:contain;display:block;margin-bottom:10px}.compare-row a{color:var(--blue);text-decoration:none}.price-cell{font-size:20px!important;font-weight:900}@media(max-width:800px){.header-top{gap:12px;flex-wrap:wrap}.brand{font-size:20px}.search{order:3;flex-basis:100%}.store-header nav{overflow:auto;white-space:nowrap;gap:17px}.hero-inner{padding:38px 0;min-height:0}.hero-art{display:none}.benefits{grid-template-columns:1fr}.products-grid{grid-template-columns:repeat(2,1fr);gap:10px}.product-card img{height:145px}.product-info{padding:11px}.product-info h3{font-size:13px}.product-info strong{font-size:17px}.catalog-heading,.section-title{align-items:start;flex-direction:column}.category-chips{max-width:100%;width:100%}.product-layout{grid-template-columns:1fr;padding:15px;gap:20px}.main-image>img{height:300px}.details-section,.account-grid{grid-template-columns:1fr;gap:20px}.footer-grid{grid-template-columns:1fr;gap:8px}.buy-box{flex-direction:column}.order{align-items:flex-start}.order>div:last-child{margin-left:0;text-align:left}.compare-row{grid-template-columns:125px repeat(3,minmax(160px,1fr))}.compare-row>span,.compare-row>div{padding:10px}.account,.compare,.catalog,.similar,.reviews-section,.details-section{padding:28px 0}}@media(prefers-reduced-motion:reduce){*{transition:none!important;scroll-behavior:auto!important}}
.product-video-section{padding:0 0 28px}.product-video-section h2{margin:0 0 14px;font-size:25px}.product-video-section video{display:block;width:min(760px,100%);max-height:520px;background:#0c1524;border-radius:10px}
.shopee-product-layout{grid-template-columns:minmax(0,1fr) minmax(360px,.85fr)}.shopee-product-media{min-width:0;background:#fff;border-radius:8px}.shopee-gallery-stage{height:420px;display:grid;place-items:center;overflow:hidden;border-radius:8px}.shopee-gallery-stage>img,.shopee-gallery-stage>video{width:100%;height:100%;object-fit:contain;display:block;background:#fff}.shopee-gallery-stage>[hidden]{display:none!important}.shopee-gallery-stage>video{background:#0c1524}.shopee-gallery-thumbs{display:flex;gap:10px;padding-top:12px;overflow-x:auto}.shopee-gallery-thumb{position:relative;flex:0 0 68px;width:68px;height:68px;padding:2px;border:1px solid var(--line);border-radius:8px;background:#fff;cursor:pointer;overflow:hidden}.shopee-gallery-thumb.is-active{border:2px solid var(--blue-2)}.shopee-gallery-thumb img{width:100%;height:100%;object-fit:cover;display:block}.shopee-gallery-thumb.is-video:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,#0000,#0008)}.shopee-gallery-thumb i{position:absolute;z-index:1;top:16px;left:21px;color:#fff;font-size:27px;line-height:1;text-shadow:0 1px 3px #000}.shopee-gallery-thumb span{position:absolute;z-index:1;bottom:4px;left:0;right:0;color:#fff;font-size:10px;font-weight:800}.shopee-price-note{margin:8px 0 18px!important;font-size:13px}.shopee-details-section{padding-top:0}.shopee-detail-page .product-category{color:#e65425}@media(max-width:800px){.shopee-product-layout{grid-template-columns:1fr}.shopee-gallery-stage{height:300px}.shopee-gallery-thumb{flex-basis:58px;width:58px;height:58px}.shopee-gallery-thumb i{top:12px;left:17px}}
.shopee-detail-offer{display:flex;flex-direction:column;align-items:flex-start;gap:8px;margin-top:22px}.shopee-detail-offer small{line-height:1.4}.discovery-strip{background:linear-gradient(180deg,#ffe64b 0%,var(--bg) 100%)}.filtered-offers-page{min-height:calc(100vh - 280px)}.payment-options-page{max-width:900px;padding:46px 0 62px}.payment-options-page h1{font-size:34px;letter-spacing:-1.2px;margin:0 0 12px}.payment-options-page>p{max-width:700px;color:var(--muted);line-height:1.65}.payment-options-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;margin:25px 0}.payment-options-grid article{background:#fff;border:1px solid var(--line);border-radius:10px;padding:20px}.payment-options-grid i{font-size:28px;color:var(--blue-2)}.payment-options-grid h2{font-size:18px;margin:12px 0 7px}.payment-options-grid p{margin:0;color:var(--muted);font-size:14px;line-height:1.5}@media(max-width:800px){.payment-options-page{padding:30px 0 42px}.payment-options-page h1{font-size:29px}.payment-options-grid{grid-template-columns:1fr;gap:10px}}
.shopee-details-section{align-items:start;gap:24px;padding:30px 0 0}.shopee-details-section>div{min-width:0;background:#fff;border:1px solid var(--line);border-radius:12px;padding:25px;box-shadow:0 8px 24px rgba(8,36,87,.05)}.shopee-details-section>div:first-child{border-top:4px solid #ee6b3a}.shopee-details-section h2{padding-bottom:13px;margin:0 0 16px;border-bottom:1px solid var(--line);font-size:22px}.shopee-details-section>div:first-child h2:before{content:"\f52b";font-family:"bootstrap-icons";display:inline-block;margin-right:9px;color:#e65425}.shopee-details-section>div:nth-child(2) h2:before{content:"\f4c7";font-family:"bootstrap-icons";display:inline-block;margin-right:9px;color:#e65425}.shopee-details-section p{margin:0;color:#40516b;font-size:14px;line-height:1.7}.shopee-details-section .specs div{gap:18px;padding:12px 0}.shopee-details-section .specs dd{text-align:right;color:#17233a}@media(max-width:800px){.shopee-details-section{padding-top:18px;gap:14px}.shopee-details-section>div{padding:19px}.shopee-details-section h2{font-size:20px;margin-bottom:13px}.shopee-details-section p{font-size:14px;line-height:1.65}}
.affiliate-link-generator{margin:0 0 26px;padding:20px;border:1px solid #c9d8ed;border-radius:10px;background:#f7fbff}.affiliate-link-generator h2{margin:0;font-size:20px}.affiliate-link-generator p{margin:8px 0 15px;color:#526075;line-height:1.5}.affiliate-link-generator .affiliate-search{max-width:none}.affiliate-link-result{display:block;width:100%;margin:10px 0 7px;padding:10px;border:1px solid #a9c4e6;border-radius:6px;background:#fff;color:#173c73;font:inherit}@media(max-width:800px){.affiliate-link-generator{padding:16px}.affiliate-link-generator .affiliate-search input,.affiliate-link-generator .affiliate-search button{width:100%}}
