@import "https://fonts.googleapis.com/css2?family=Be+Vietnam+Pro:wght@400;500;600;700;800&family=Chakra+Petch:wght@600;700&display=swap";:root{color:#181815;--yellow:#f6c915;--ink:#181815;--muted:#6d6b62;--paper:#fffdf6;--line:#e8e4d8;--soft:#f3f1e9;--shadow:0 18px 50px #1c1a101f;background:#fffdf6;font-family:Be Vietnam Pro,sans-serif}*{box-sizing:border-box}html{scroll-behavior:smooth}body{background:var(--paper);color:var(--ink);margin:0}button,input,select{font:inherit}button{color:inherit}a{color:inherit;text-decoration:none}.icon{fill:none;stroke:currentColor;stroke-width:1.8px;stroke-linecap:round;stroke-linejoin:round;width:21px;height:21px}::selection{background:var(--yellow);color:#111}:focus-visible{outline-offset:3px;outline:3px solid #111}::-webkit-scrollbar{width:10px}::-webkit-scrollbar-thumb{border:3px solid var(--paper);background:#cfaa00;border-radius:10px}.announcement{background:var(--yellow);justify-content:space-between;align-items:center;height:34px;padding:0 4vw;font-size:12px;font-weight:700;display:flex}.announcement a{align-items:center;gap:7px;display:flex}.announcement .icon{width:15px}header{border-bottom:1px solid var(--line);z-index:30;background:#fffdf6f7;grid-template-columns:auto auto minmax(240px,1fr) auto;align-items:center;gap:32px;min-height:78px;padding:0 4vw;display:grid;position:sticky;top:0}.logo{letter-spacing:-.04em;font-family:Chakra Petch,sans-serif;font-size:30px;font-weight:700}nav{align-items:center;gap:22px;height:100%;display:flex}nav a,nav button{cursor:pointer;white-space:nowrap;background:0 0;border:0;border-bottom:3px solid #0000;padding:28px 0 24px;font-size:13px;font-weight:700}nav .active{border-color:var(--yellow)}.nav-with-menu{align-items:center;height:100%;display:flex}.mega-menu{grid-template-columns:repeat(var(--menu-columns,5),minmax(130px,1fr));box-shadow:var(--shadow);border:1px solid var(--line);opacity:0;visibility:hidden;pointer-events:none;z-index:20;background:#fff;border-top:0;border-radius:0 0 16px 16px;gap:30px;padding:32px;transition:opacity .18s,transform .18s,visibility 0s linear .18s;display:grid;position:absolute;top:100%;left:4vw;right:4vw;transform:translateY(-8px)}.nav-with-menu:hover .mega-menu,.nav-with-menu:focus-within .mega-menu{opacity:1;visibility:visible;pointer-events:auto;transition-delay:0s;transform:none}.mega-menu div{flex-direction:column;gap:13px;display:flex}.mega-menu strong{font-size:14px}.mega-menu button{text-align:left;color:var(--muted);border:0;padding:4px 0;font-weight:500}.mega-menu button:hover,.mega-menu button:focus-visible{color:var(--ink);text-decoration:underline;-webkit-text-decoration-color:var(--yellow);text-decoration-color:var(--yellow);text-underline-offset:5px;text-decoration-thickness:3px}.search{background:#fff;border:1px solid #d9d6cc;border-radius:12px;align-items:center;gap:10px;min-width:0;height:44px;padding:0 14px;display:flex}.search input{background:0 0;border:0;outline:0;width:100%;min-width:80px}.actions{gap:10px;display:flex}.actions button{cursor:pointer;background:0 0;border:0;align-items:center;gap:8px;padding:10px;display:flex;position:relative}.actions button b{background:var(--yellow);border-radius:50%;place-items:center;min-width:19px;height:19px;font-size:11px;display:grid;position:absolute;top:1px;right:-2px}.actions span{font-size:12px;font-weight:700}main{overflow:hidden}.hero{background:linear-gradient(110deg,#fffdf6 0 52%,#efede5 52%);grid-template-columns:42% 58%;min-height:640px;padding:26px 4vw 54px;display:grid}.hero-copy{flex-direction:column;justify-content:center;max-width:650px;padding-right:8%;display:flex}.hero-mode{text-transform:uppercase;letter-spacing:.08em;color:#927600;font-family:Chakra Petch;font-size:14px;font-weight:700}.hero h1{letter-spacing:-.04em;margin:14px 0 26px;font-family:Chakra Petch;font-size:clamp(50px,5.4vw,86px);line-height:.93}.hero h1 em{color:#d9ad00;font-style:normal}.hero-copy>p:not(.hero-mode){color:#55534c;max-width:600px;font-size:17px;line-height:1.7}.hero-buttons{gap:12px;margin:25px 0;display:flex}.primary,.hero-buttons>button{border:1px solid var(--ink);cursor:pointer;justify-content:center;align-items:center;gap:16px;min-height:50px;padding:0 20px;font-weight:800;display:inline-flex}.primary{background:var(--yellow);border-color:var(--yellow)}.hero-buttons>button{background:0 0}.hero-copy small{color:var(--muted)}.hero-media{border-radius:16px;min-height:540px;position:relative;overflow:hidden}.hero-media>img{object-fit:cover;width:100%;height:100%;display:block}.office .hero-media>img{object-fit:contain;background:#f1f0eb;padding:6%}.hero-product{min-width:260px;box-shadow:var(--shadow);background:#fff;padding:17px 20px;position:absolute;bottom:22px;left:22px}.hero-product span{color:#8a7100;font-size:10px;font-weight:800}.hero-product strong{margin:5px 0 12px;display:block}.hero-product a{justify-content:space-between;align-items:center;font-size:12px;font-weight:800;display:flex}.hero-product .icon{width:16px}.trust-strip{color:#fff;background:#171715;grid-template-columns:repeat(4,1fr);padding:25px 4vw;display:grid}.trust-strip div{border-right:1px solid #484742;padding:0 24px}.trust-strip div:first-child{padding-left:0}.trust-strip div:last-child{border:0}.trust-strip strong,.trust-strip span{display:block}.trust-strip strong{font-size:13px}.trust-strip span{color:#bdbbb2;margin-top:5px;font-size:11px}section{padding:90px 4vw}.section-heading{justify-content:space-between;align-items:end;margin-bottom:30px;display:flex}.section-heading h2,.split-story h2,.brands h2{letter-spacing:-.035em;max-width:720px;margin:0;font-family:Chakra Petch;font-size:clamp(31px,3.4vw,50px);line-height:1}.section-heading p{color:var(--muted);max-width:420px;margin:0;line-height:1.6}.category-section{background:#fff}.category-rail{border-top:1px solid var(--line);border-bottom:1px solid var(--line);grid-template-columns:repeat(6,1fr);display:grid}.category-rail button{border:0;border-right:1px solid var(--line);text-align:left;cursor:pointer;background:#fff;flex-direction:column;justify-content:space-between;min-height:145px;padding:22px;transition:background .2s;display:flex}.category-rail button:hover{background:var(--yellow)}.category-rail span{color:#8c897e;font-size:11px}.category-rail strong{font-size:15px}.category-rail .icon{align-self:flex-end;width:18px}.catalog{background:#f3f1e9}.filter-bar{background:#fff;align-items:end;gap:16px;margin-bottom:24px;padding:18px 20px;display:flex}.filter-bar>label{flex-direction:column;gap:6px;font-size:11px;font-weight:700;display:flex}.filter-bar select{border:1px solid var(--line);background:#fff;min-width:150px;height:38px;padding:0 10px}.filter-bar>button{text-underline-offset:4px;cursor:pointer;background:0 0;border:0;text-decoration:underline}.product-grid{grid-template-columns:repeat(4,1fr);gap:16px;display:grid}.product{background:#fff;min-width:0;transition:transform .2s,box-shadow .2s;position:relative}.product:hover{transform:translateY(-4px);box-shadow:0 18px 40px #1e1c141a}.compare-toggle{z-index:2;cursor:pointer;background:#fff;border:0;border-radius:50%;place-items:center;width:38px;height:38px;display:grid;position:absolute;top:12px;right:12px;box-shadow:0 5px 18px #0000001a}.compare-toggle.selected{background:var(--yellow)}.product-image{aspect-ratio:1.13;cursor:pointer;background:#eeece5;border:0;width:100%;padding:0;display:block;position:relative;overflow:hidden}.product-image img{object-fit:contain;width:100%;height:100%;transition:transform .35s}.product:hover .product-image img{transform:scale(1.035)}.product-image span{background:#fff;padding:6px 9px;font-size:10px;font-weight:800;position:absolute;bottom:12px;left:12px}.product-info{padding:18px}.product-info>p{text-transform:uppercase;letter-spacing:.06em;color:#857e67;margin:0 0 9px;font-size:10px}.product-info h3{margin:0 0 6px;font-size:17px}.product-info h3 button{text-align:left;cursor:pointer;background:0 0;border:0;padding:0;font-weight:800}.product-info>span{color:var(--muted);min-height:38px;font-size:12px;line-height:1.5;display:block}.product-info>div{justify-content:space-between;align-items:center;margin-top:18px;display:flex}.product-info>div strong{font-variant-numeric:tabular-nums;font-size:15px}.product-info>div button{background:var(--yellow);cursor:pointer;border:0;align-items:center;gap:7px;padding:9px 12px;font-size:11px;font-weight:800;display:flex}.product-info .icon{width:15px}.empty{text-align:center;background:#fff;padding:80px 20px}.empty strong{font-size:23px}.empty p{color:var(--muted)}.empty button{background:var(--yellow);cursor:pointer;border:0;padding:12px 17px;font-weight:800}.split-story{grid-template-columns:1fr 1fr;padding:0;display:grid}.split-story>div{flex-direction:column;justify-content:center;min-height:440px;padding:70px 7vw;display:flex}.split-story>div:first-child{color:#fff;background:#191917}.split-story>div:last-child{background:#e9e5d9}.split-story p{color:#bcbab1;max-width:590px;line-height:1.7}.split-story>div:last-child p{color:#5f5c53}.split-story button{color:inherit;cursor:pointer;background:0 0;border:0;border-bottom:1px solid;align-self:flex-start;align-items:center;gap:15px;padding:12px 0;font-weight:800;display:flex}.brands{text-align:center}.brands h2{margin:0 auto 40px}.brands>div{flex-wrap:wrap;justify-content:center;gap:12px;display:flex}.brands span{border:1px solid var(--line);color:#56544d;background:#fff;padding:15px 22px;font-family:Chakra Petch;font-weight:700}footer{color:#fff;background:#171715;grid-template-columns:auto 1fr auto;align-items:start;gap:70px;padding:55px 4vw;display:grid}footer .logo{color:#fff}footer strong{font-size:17px}footer p{color:#aaa89f;font-size:12px}footer>div:last-of-type{flex-direction:column;gap:11px;font-weight:700;display:flex}.source-note{border-top:1px solid #3e3d38;grid-column:1/-1;padding-top:20px}.compare-bar{z-index:25;color:#fff;width:min(900px,100% - 30px);box-shadow:var(--shadow);background:#181815;justify-content:space-between;align-items:center;padding:12px 14px 12px 20px;display:flex;position:fixed;bottom:18px;left:50%;transform:translate(-50%)}.compare-bar>div{align-items:center;gap:10px;display:flex}.compare-bar>div button{color:#fff;background:#393832;border:0;padding:8px;font-size:11px}.compare-bar>button{background:var(--yellow);border:0;padding:12px 18px;font-weight:800}.compare-bar>button:disabled{opacity:.45}.toast{z-index:60;color:#fff;box-shadow:var(--shadow);background:#181815;padding:15px 18px;font-size:13px;position:fixed;bottom:22px;right:22px}.overlay{z-index:50;background:#100f0b94;place-items:center;padding:20px;display:grid;position:fixed;inset:0}.dialog{background:var(--paper);width:min(460px,100%);box-shadow:var(--shadow);padding:38px;position:relative}.close{cursor:pointer;background:0 0;border:0;position:absolute;top:15px;right:15px}.dialog h2,.detail-copy h2,.compare-table h2{margin:0 0 12px;font-family:Chakra Petch;font-size:34px}.dialog>p{color:var(--muted);line-height:1.6}.dialog label{flex-direction:column;gap:7px;margin:16px 0;font-size:12px;font-weight:700;display:flex}.dialog input{border:1px solid var(--line);background:#fff;height:46px;padding:0 12px}.full{cursor:pointer;border:0;width:100%;min-height:50px;font-weight:800}.dialog small{color:var(--muted);margin-top:13px;font-size:10px;display:block}.drawer-overlay{place-items:stretch end;padding:0}.drawer{background:var(--paper);width:min(480px,100%);height:100%;padding:28px;overflow:auto}.drawer-head{justify-content:space-between;align-items:center;display:flex}.drawer-head h2{font-family:Chakra Petch;font-size:30px}.drawer-head h2 span{color:#a98700}.drawer-head button{background:0 0;border:0}.cart-lines>div{border-bottom:1px solid var(--line);grid-template-columns:74px 1fr auto;align-items:center;gap:13px;padding:15px 0;display:grid}.cart-lines img{object-fit:contain;background:#efede6;width:74px;height:74px}.cart-lines strong,.cart-lines span{font-size:12px;display:block}.cart-lines span{color:var(--muted);margin-top:7px}.cart-lines button{background:0 0;border:0;font-size:11px;text-decoration:underline}.coupon{margin:24px 0;font-size:12px;font-weight:700;display:block}.coupon>div{margin-top:8px;display:flex}.coupon input{border:1px solid var(--line);flex:1;height:43px;padding:0 12px}.coupon button{background:#ddd7c8;border:0;font-weight:700}.total{border-top:1px solid var(--line);flex-wrap:wrap;justify-content:space-between;padding:20px 0;display:flex}.total strong{font-size:22px}.total small{color:#6f5b00;width:100%;margin-top:5px}.detail-dialog{background:var(--paper);grid-template-columns:1fr 1fr;width:min(920px,100%);max-height:90vh;display:grid;position:relative;overflow:auto}.detail-image{background:#eeece5;min-height:480px}.detail-image img{object-fit:contain;width:100%;height:100%}.detail-copy{padding:48px}.detail-copy>p{color:#987d00;text-transform:uppercase;font-size:11px;font-weight:800}.detail-copy>span,.detail-copy>strong{display:block}.detail-copy>span{color:var(--muted);line-height:1.6}.detail-copy>strong{margin:18px 0;font-size:24px}.detail-copy li,.compare-table li{padding:7px 0}.detail-copy small{color:var(--muted);margin:20px 0;line-height:1.5;display:block}.compare-table{grid-column:1/-1;padding:45px}.compare-cols{grid-template-columns:1fr 1fr;gap:30px;display:grid}.compare-cols>div{border-top:1px solid var(--line);padding-top:20px}.compare-cols img{object-fit:contain;background:#eeece5;width:100%;height:230px}.compare-cols h3{font-size:20px}.compare-cols strong{color:#8d7200}.compare-table small{color:var(--muted)}@media (width<=1100px){header{grid-template-columns:auto 1fr auto}.search{grid-area:2/1/auto/-1;margin-bottom:12px}header{height:auto;padding-top:12px}.hero{grid-template-columns:1fr 1fr}.category-rail{grid-template-columns:repeat(3,1fr)}.product-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=720px){.announcement span{display:none}.announcement{justify-content:center}header{grid-template-columns:1fr auto;gap:8px;padding:12px 18px}.logo{font-size:27px}header nav{z-index:45;background:#fff;justify-content:space-around;height:62px;position:fixed;bottom:0;left:0;right:0;box-shadow:0 -8px 30px #00000014}nav a{display:none}nav button{padding:20px 4px;font-size:12px}.mega-menu{display:none}.search{grid-area:2/1/auto/-1;margin:4px 0 0}.actions span{display:none}.actions{grid-area:1/2}.hero{background:#fffdf6;flex-direction:column;min-height:auto;padding:24px 18px 30px;display:flex}.hero-copy{padding:0}.hero h1{margin:12px 0 20px;font-size:48px}.hero-copy>p:not(.hero-mode){font-size:14px}.hero-buttons{flex-direction:column}.hero-media{min-height:340px;margin-top:22px}.hero-product{bottom:12px;left:12px;right:12px}.trust-strip{grid-template-columns:1fr 1fr;gap:20px;padding:22px 18px}.trust-strip div{border:0;padding:0}.section-heading{display:block}.section-heading p{margin-top:12px}section{padding:64px 18px}.category-rail{display:flex;overflow:auto}.category-rail button{min-width:155px}.filter-bar{overflow:auto}.filter-bar>.icon{display:none}.product-grid{grid-template-columns:1fr 1fr;gap:8px}.product-info{padding:13px}.product-info h3{font-size:14px}.product-info>div{display:block}.product-info>div button{justify-content:center;width:100%;margin-top:10px}.split-story{grid-template-columns:1fr}.split-story>div{min-height:360px;padding:55px 20px}.brands span{padding:11px 14px;font-size:12px}footer{grid-template-columns:1fr;gap:24px;padding:45px 20px 90px}.source-note{grid-column:auto}.compare-bar{display:block;bottom:72px}.compare-bar>div{overflow:auto}.compare-bar>button{width:100%;margin-top:8px}.detail-dialog{grid-template-columns:1fr}.detail-image{min-height:280px}.detail-copy{padding:30px 22px}.compare-cols{gap:10px}.compare-table{padding:35px 18px}.compare-cols img{height:150px}.dialog{padding:32px 22px}.drawer{padding:20px}.toast{bottom:78px;left:12px;right:12px}.product-image{aspect-ratio:1}.hero-buttons .primary,.hero-buttons>button{width:100%}}@media (prefers-reduced-motion:reduce){*{scroll-behavior:auto!important;transition:none!important}}.hero h1 em,.hero-product span,.detail-copy>p,.compare-cols strong{color:#745d00}.product-info>p{color:#5b574c;font-size:11px}.gaming .hero-media>img{object-fit:contain;background:#efede5;padding:5%}.hero-media,.product-image,.detail-image,.compare-cols>div{position:relative}.hero-media:has(.image-error):before{content:"Ảnh sản phẩm chưa tải được";color:#4f4c43;text-align:center;background:#e8e5dc;place-items:center;padding:20px;font-size:13px;font-weight:700;display:grid;position:absolute;inset:0}.product-image:has(.image-error):before{content:"Ảnh sản phẩm chưa tải được";color:#4f4c43;text-align:center;background:#e8e5dc;place-items:center;padding:20px;font-size:13px;font-weight:700;display:grid;position:absolute;inset:0}.detail-image:has(.image-error):before{content:"Ảnh sản phẩm chưa tải được";color:#4f4c43;text-align:center;background:#e8e5dc;place-items:center;padding:20px;font-size:13px;font-weight:700;display:grid;position:absolute;inset:0}.image-error{opacity:0}.logo span{color:#745d00}.hero-media>img,.product-image img,.cart-lines img,.detail-image img,.compare-cols img{background:linear-gradient(100deg,#e5e2d8 25%,#f7f5ee 45%,#e5e2d8 65%) 0 0/220% 100%;animation:1.25s ease-in-out infinite image-loading}.hero-media>img.image-loaded,.product-image img.image-loaded,.cart-lines img.image-loaded,.detail-image img.image-loaded,.compare-cols img.image-loaded{background:0 0;animation:none}.hero-media>img.image-error,.product-image img.image-error,.cart-lines img.image-error,.detail-image img.image-error,.compare-cols img.image-error{opacity:1;color:#4f4c43;text-align:center;background:#e8e5dc;padding:12px;font-size:11px;animation:none}@keyframes image-loading{to{background-position:-220% 0}}@media (prefers-reduced-motion:reduce){.hero-media>img,.product-image img,.cart-lines img,.detail-image img,.compare-cols img{animation:none}}.product-image{background:#f0eee8;place-items:center;display:grid}.product-image img{object-fit:contain;object-position:center;width:86%;height:86%;margin:0}.hero-media>img{background:#efede5;object-fit:contain!important;padding:8%!important}.detail-image img,.compare-cols img{object-fit:contain;background:#f0eee8;padding:7%}.product-image img[src*=scyrox],.product-image img[src*=paracontrol],.product-image img[src*=artisan],.hero-media img[src*=scyrox]{mix-blend-mode:multiply}.product-image:has(img[src*=feinmann]){background:#080706}.product-image img[src*=feinmann]{width:94%;height:94%}.logo span,.hero h1 em{color:var(--yellow);-webkit-text-stroke:.55px #705900;text-shadow:0 1px #3e310029}.category-rail button.selected{background:var(--yellow)}.product-info h3 button{-webkit-line-clamp:2;-webkit-box-orient:vertical;min-height:2.7em;line-height:1.35;display:-webkit-box;overflow:hidden}.product-info>span{-webkit-line-clamp:2;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}.source-link{border-top:1px solid var(--line);border-bottom:1px solid var(--line);color:#5f4d00;justify-content:space-between;align-items:center;gap:12px;margin:18px 0;padding:13px 0;font-size:12px;font-weight:800;display:flex}.source-link .icon{flex:none;width:16px}.product-image,.detail-image,.compare-cols img,.cart-lines img{background:#fff}.product-image img{width:100%;height:100%;mix-blend-mode:normal!important}.detail-image img,.compare-cols img{background:#fff;padding:0}.product-image:has(img[src*="/assets/catalog/"]){background:#fff}.auth-dialog{width:min(500px,100%);max-height:92vh;overflow:auto}.auth-mark{letter-spacing:.08em;margin-bottom:22px;font-family:Chakra Petch;font-size:15px;font-weight:800}.auth-mark span{color:#745d00}.social-auth{grid-template-columns:1fr 1fr;gap:10px;margin:24px 0 18px;display:grid}.social-auth button{border:1px solid var(--line);cursor:pointer;background:#fff;justify-content:center;align-items:center;gap:10px;min-height:48px;padding:0 12px;font-size:12px;font-weight:800;display:flex}.social-auth button:hover{border-color:var(--ink)}.social-auth button:disabled,.auth-dialog button:disabled{opacity:.55;cursor:wait}.google-g,.facebook-f{border-radius:50%;place-items:center;width:23px;height:23px;font-size:15px;display:grid}.google-g{color:#4285f4;border:1px solid #ddd}.facebook-f{color:#fff;background:#1877f2}.auth-divider{color:var(--muted);text-transform:uppercase;letter-spacing:.06em;align-items:center;gap:12px;font-size:10px;display:flex}.auth-divider:before,.auth-divider:after{content:"";background:var(--line);flex:1;height:1px}.auth-dialog form label{margin:14px 0}.auth-dialog form input{font-size:14px}.auth-error,.auth-config{margin:14px 0;padding:12px 14px;font-size:12px;line-height:1.5}.auth-error{color:#8b2417;background:#fff0ed;border:1px solid #c74431}.auth-config{background:#fff7cc;border:1px solid #ddc74d;flex-direction:column;gap:4px;display:flex}.auth-config span{color:#5d5846}.auth-links{color:var(--muted);justify-content:space-between;align-items:center;gap:12px;margin-top:18px;font-size:12px;display:flex}.auth-links button{text-underline-offset:3px;cursor:pointer;background:0 0;border:0;padding:0;font-weight:700;text-decoration:underline}.account-card{text-align:center;padding-top:18px}.account-card .avatar{background:var(--yellow);border-radius:50%;place-items:center;width:72px;height:72px;margin:0 auto 16px;font-family:Chakra Petch;font-size:30px;font-weight:800;display:grid}.account-card strong,.account-card span{display:block}.account-card span{color:var(--muted);margin:7px 0 25px;font-size:13px}.secondary{border:1px solid var(--ink);cursor:pointer;background:#fff;min-height:48px;font-weight:800}@media (width<=520px){.social-auth{grid-template-columns:1fr}.auth-links{flex-direction:column;align-items:flex-start}}.logo-button{cursor:pointer;text-align:left;background:0 0;border:0;padding:0}.product-page{background:var(--paper)}.product-breadcrumb{border-bottom:1px solid var(--line);min-height:66px;color:var(--muted);justify-content:space-between;align-items:center;padding:0 4vw;font-size:12px;display:flex}.product-breadcrumb button{color:var(--ink);cursor:pointer;text-decoration:underline;-webkit-text-decoration-color:var(--yellow);text-decoration-color:var(--yellow);text-underline-offset:5px;background:0 0;border:0;padding:12px 0;font-weight:800;text-decoration-thickness:3px}.product-hero{background:linear-gradient(105deg,#f3f1e9 0 54%,#fffdf6 54%);grid-template-columns:minmax(0,1.08fr) minmax(360px,.92fr);align-items:center;gap:clamp(36px,6vw,90px);padding:48px 4vw 72px;display:grid}.product-page-image{background:#fff;place-items:center;min-height:600px;display:grid;position:relative;overflow:hidden}.product-page-image img{object-fit:contain;width:100%;height:600px}.product-page-image>span{background:var(--yellow);padding:8px 11px;font-size:11px;font-weight:800;position:absolute;bottom:18px;left:18px}.product-page-copy{max-width:650px}.product-page-copy>p{color:#745d00;text-transform:uppercase;letter-spacing:.06em;margin:0 0 16px;font-size:12px;font-weight:800}.product-page-copy h1{letter-spacing:-.04em;margin:0 0 24px;font-family:Chakra Petch;font-size:clamp(42px,5vw,72px);line-height:.96}.product-summary{max-width:60ch;color:var(--muted);font-size:17px;line-height:1.7}.product-price{font-variant-numeric:tabular-nums;margin:30px 0 22px;font-size:30px;display:block}.product-actions{gap:10px;display:flex}.product-actions button{border:1px solid var(--ink);cursor:pointer;background:0 0;justify-content:center;align-items:center;gap:10px;min-height:52px;padding:0 20px;font-weight:800;display:inline-flex}.product-actions .primary,.product-actions .compare-active{background:var(--yellow);border-color:var(--yellow)}.product-page-copy small{max-width:60ch;color:var(--muted);margin-top:20px;line-height:1.6;display:block}.product-facts{background:#fff;grid-template-columns:2fr 1fr;gap:8vw;display:grid}.product-facts h2{letter-spacing:-.035em;margin:0 0 28px;font-family:Chakra Petch;font-size:clamp(29px,3vw,44px)}.product-facts ul{border-top:1px solid var(--line);margin:0;padding:0;list-style:none}.product-facts li{border-bottom:1px solid var(--line);padding:18px 0;font-weight:600}.product-facts aside{background:var(--soft);align-self:start;padding:32px}.product-facts aside h2{font-size:27px}.product-facts aside p{color:var(--muted);line-height:1.7}.source-link{text-decoration:underline;-webkit-text-decoration-color:var(--yellow);text-decoration-color:var(--yellow);text-underline-offset:5px;align-items:center;gap:12px;font-size:12px;font-weight:800;text-decoration-thickness:3px;display:inline-flex}.related-products{background:var(--soft)}.related-products>.section-heading{margin-bottom:24px}.related-products>div:last-child{grid-template-columns:repeat(4,1fr);gap:16px;display:grid}.related-products>div>button{text-align:left;cursor:pointer;background:#fff;border:0;padding:0 0 18px;overflow:hidden}.related-products img{aspect-ratio:1.15;object-fit:contain;background:#fff;width:100%}.related-products span,.related-products strong,.related-products b{margin:10px 16px 0;display:block}.related-products span{text-transform:uppercase;color:#745d00;font-size:10px;font-weight:800}.related-products strong{font-size:14px}.related-products b{font-variant-numeric:tabular-nums;font-size:13px}@media (width<=900px){.product-hero{background:var(--paper);grid-template-columns:1fr}.product-page-image,.product-page-image img{height:420px;min-height:420px}.product-facts{grid-template-columns:1fr}.related-products>div:last-child{grid-template-columns:repeat(2,1fr)}}@media (width<=720px){.product-breadcrumb{padding:0 18px}.product-breadcrumb span{display:none}.product-hero{gap:28px;padding:22px 18px 50px}.product-page-image,.product-page-image img{height:330px;min-height:330px}.product-page-copy h1{font-size:40px}.product-actions{flex-direction:column}.product-actions button{width:100%}.product-facts,.related-products{padding:58px 18px}.related-products>div:last-child{gap:8px}}.product-breadcrumb button{align-items:center;gap:8px;display:inline-flex}.product-breadcrumb button .icon{width:16px;transform:rotate(180deg)}.product-page-copy>p{display:none}.product-page-image:has(.image-error):before{content:"Ảnh sản phẩm chưa tải được";color:#4f4c43;text-align:center;background:#e8e5dc;place-items:center;padding:20px;font-size:13px;font-weight:700;display:grid;position:absolute;inset:0}.related-image:has(.image-error):before{content:"Ảnh sản phẩm chưa tải được";color:#4f4c43;text-align:center;background:#e8e5dc;place-items:center;padding:20px;font-size:13px;font-weight:700;display:grid;position:absolute;inset:0}.product-page-image img,.related-image img{background:linear-gradient(100deg,#e5e2d8 25%,#f7f5ee 45%,#e5e2d8 65%) 0 0/220% 100%;animation:1.25s ease-in-out infinite image-loading}.product-page-image img.image-loaded,.related-image img.image-loaded{background:0 0;animation:none}.product-page-image img.image-error,.related-image img.image-error{opacity:0;animation:none}.related-image{aspect-ratio:1.15;background:#fff;display:block;position:relative}.related-image img{aspect-ratio:auto;height:100%}.product-not-found{background:var(--paper);flex-direction:column;justify-content:center;align-items:flex-start;min-height:70vh;display:flex}.product-not-found>span{color:#745d00;font-family:Chakra Petch;font-size:17px;font-weight:800}.product-not-found h1{letter-spacing:-.04em;margin:12px 0 18px;font-family:Chakra Petch;font-size:clamp(42px,5vw,72px);line-height:1}.product-not-found p{color:var(--muted);margin:0 0 28px;line-height:1.7}.product-not-found button{border:0}
