@import url('ui-recovery-r60.css?v=60');@import url('platform-unification-r62.css?v=62');:root{--dark-1:#0B2E22;--dark-2:#123A2C;--dark-3:#1E4A39;--pink:#E56B9F;--pink-light:#F9D7E6;--pink-deep:#B93F76;--gold-accent:#C79A55;--gold-soft:#E8C98D;--rose-shadow:#B93F76;--white:#FFFFFF;--gray:#F7F7F7;--border:#325846;}*{margin:0;padding:0;box-sizing:border-box;}html{scroll-behavior:smooth;}body{font-family:'Kanit',sans-serif;background:var(--white);color:var(--dark-1);-webkit-font-smoothing:antialiased;}img{max-width:100%;display:block;}a{text-decoration:none;color:inherit;}ul{list-style:none;}button{font-family:inherit;cursor:pointer;border:none;background:none;}input,select{font-family:inherit;}.wrap{max-width:1280px;margin:0 auto;padding:0 24px;}.topbar{background:var(--dark-1);color:var(--white);font-size:13px;}.topbar .wrap{display:flex;align-items:center;justify-content:space-between;padding-top:10px;padding-bottom:10px;gap:20px;flex-wrap:wrap;}.brand{display:flex;align-items:center;gap:12px;flex-shrink:0;}.brand-logo{width:auto;height:52px;display:flex;align-items:center;justify-content:center;flex-shrink:0;}.brand-logo svg{width:44px;height:44px;}.brand-name-th{font-size:20px;font-weight:700;color:var(--pink-light);letter-spacing:.5px;line-height:1.2;}.brand-name-en{font-size:11px;color:var(--gray);opacity:.8;letter-spacing:1px;}.top-info{display:flex;align-items:center;gap:28px;flex-wrap:wrap;}.top-info .item{display:flex;align-items:center;gap:10px;}.top-info svg{width:20px;height:20px;color:var(--pink-light);flex-shrink:0;}.top-info .item span{opacity:.95;}.top-info b{font-weight:600;}.top-actions{display:flex;align-items:center;gap:26px;flex-shrink:0;}.top-actions .action{display:flex;align-items:center;gap:8px;position:relative;}.top-actions svg{width:20px;height:20px;color:var(--pink-light);}.cart-count{background:var(--pink);color:var(--dark-1);font-size:10px;font-weight:700;border-radius:50%;width:16px;height:16px;display:flex;align-items:center;justify-content:center;margin-left:-14px;margin-top:-14px;}.navbar{background:linear-gradient(180deg,#F9D7E6 0%,#E56B9F 62%,#C95386 100%);border-bottom:2px solid var(--gold-accent);}.navbar .wrap{display:flex;align-items:center;gap:8px;flex-wrap:nowrap;}.nav-links{display:flex;align-items:stretch;flex:1 1 auto;flex-wrap:nowrap;min-width:0;overflow-x:auto;scrollbar-width:none;-ms-overflow-style:none;}.nav-links::-webkit-scrollbar{display:none;}.nav-links li{display:flex;flex-shrink:0;}.nav-links a{padding:16px 16px;font-size:14px;font-weight:500;color:var(--dark-1);display:flex;align-items:center;white-space:nowrap;transition:background .2s;}.nav-links li.active a{background:var(--dark-1);color:var(--pink-light);font-weight:600;}.nav-links a:hover{background:rgba(11,46,34,.12);}.nav-links li.active a:hover{background:var(--dark-1);}.nav-search{margin-left:auto;position:relative;flex-shrink:0;padding:10px 0;}.nav-search input{width:230px;padding:8px 40px 8px 14px;border-radius:20px;border:none;font-size:13px;background:var(--white);color:var(--dark-1);}.nav-search input::placeholder{color:#9aa9a2;}.nav-search button{position:absolute;right:6px;top:50%;transform:translateY(-50%);width:26px;height:26px;background:var(--dark-1);border-radius:50%;display:flex;align-items:center;justify-content:center;}.nav-search button svg{width:14px;height:14px;color:var(--pink-light);}.breadcrumb{background:var(--gray);border-bottom:1px solid #ece5e2;}.breadcrumb .wrap{padding-top:14px;padding-bottom:14px;display:flex;align-items:center;gap:8px;font-size:12.5px;color:#6c7a72;flex-wrap:wrap;}.breadcrumb a:hover{color:var(--rose-shadow);}.breadcrumb .sep{opacity:.6;}.breadcrumb .current{color:var(--dark-1);font-weight:600;}.hero{background:var(--dark-2);position:relative;overflow:hidden;}.hero-slide{position:relative;width:calc(100% - 40px);margin:20px auto 0;aspect-ratio:2/1;overflow:hidden;border-radius:16px;}.hero-slide img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;display:block;will-change:transform;}.hero-scrim{position:absolute;inset:0;background:linear-gradient(180deg,rgba(0,0,0,.05) 0%,rgba(0,0,0,0) 35%,rgba(11,46,34,.55) 100%);pointer-events:none;}.hero-arrow{position:absolute;top:50%;transform:translateY(-50%);width:44px;height:44px;border-radius:50%;background:rgba(11,46,34,.55);border:1px solid rgba(233,183,168,.55);display:flex;align-items:center;justify-content:center;z-index:5;transition:.2s;backdrop-filter:blur(3px);}.hero-arrow:hover{background:var(--pink);border-color:var(--pink);}.hero-arrow:hover svg{color:var(--dark-1);}.hero-arrow svg{width:18px;height:18px;color:var(--pink-light);transition:.2s;}.hero-arrow.prev{left:20px;}.hero-arrow.next{right:20px;}.hero-progress{position:absolute;left:20px;right:20px;bottom:18px;display:flex;gap:6px;z-index:5;}.hero-progress .seg{flex:1;max-width:64px;height:4px;border-radius:3px;background:rgba(255,255,255,.3);overflow:hidden;cursor:pointer;}.hero-progress .seg i{display:block;height:100%;width:0;background:var(--pink-light);border-radius:3px;}.hero-progress .seg.done i{width:100%;}@keyframes heroFill{from{width:0;}to{width:100%;}}.hero-features{border-top:1px solid rgba(255,255,255,.08);}.hero-features .wrap{display:flex;justify-content:space-between;padding:26px 24px;gap:20px;flex-wrap:wrap;}.hf-item{display:flex;align-items:center;gap:12px;flex:1;min-width:200px;}.hf-item svg{width:34px;height:34px;color:var(--pink-light);flex-shrink:0;}.hf-item span{font-size:13px;color:#e8f0eb;line-height:1.5;}.section{padding:46px 0;}.section.dark{background:var(--dark-2);color:var(--white);}.section.dark-alt{background:var(--dark-3);}.sec-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:30px;flex-wrap:wrap;gap:12px;}.sec-head h2{font-size:22px;font-weight:600;color:inherit;}.btn-outline{border:1px solid var(--pink);color:var(--pink-light);padding:9px 18px;border-radius:20px;font-size:13px;display:flex;align-items:center;gap:6px;transition:.2s;}.btn-outline:hover{background:var(--pink);color:var(--dark-1);}.btn-outline svg{width:13px;height:13px;}.section:not(.dark):not(.dark-alt) .sec-head h2{color:var(--dark-1);}.btn-solid{background:var(--pink);color:var(--dark-1);padding:12px 22px;border-radius:24px;font-size:14px;font-weight:600;display:inline-flex;align-items:center;justify-content:center;gap:8px;transition:.2s;}.btn-solid:hover{background:var(--rose-shadow);color:var(--white);}.btn-solid.block{width:100%;}.btn-solid[disabled]{opacity:.5;cursor:not-allowed;}.btn-line{border:1px solid var(--border);color:var(--dark-1);padding:12px 22px;border-radius:24px;font-size:14px;font-weight:600;display:inline-flex;align-items:center;justify-content:center;gap:8px;transition:.2s;background:var(--white);}.btn-line:hover{border-color:var(--rose-shadow);color:var(--rose-shadow);}.cat-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:20px;}.cat-card{background:var(--dark-3);border:1px solid var(--border);border-radius:14px;padding:26px 14px 22px;display:flex;flex-direction:column;align-items:center;gap:16px;text-align:center;transition:.28s cubic-bezier(.2,.8,.3,1);cursor:pointer;box-shadow:0 4px 14px rgba(0,0,0,.12);position:relative;overflow:hidden;}.cat-card::before{content:"";position:absolute;inset:0;background:linear-gradient(135deg,var(--pink) 0%,var(--rose-shadow) 100%);opacity:0;transition:opacity .28s;}.cat-card:hover{transform:translateY(-6px);box-shadow:0 16px 30px rgba(0,0,0,.28);border-color:var(--pink);}.cat-card:hover::before{opacity:1;}.cat-icon-badge{width:56px;height:56px;border-radius:50%;background:rgba(229,107,159,.12);border:1px solid rgba(229,107,159,.35);display:flex;align-items:center;justify-content:center;transition:.28s;position:relative;z-index:1;}.cat-card:hover .cat-icon-badge{background:var(--dark-1);border-color:var(--dark-1);transform:scale(1.08) rotate(-6deg);}.cat-card svg{width:26px;height:26px;color:var(--pink-light);transition:.25s;position:relative;z-index:1;}.cat-card:hover svg{color:var(--pink-light);}.cat-card span{font-size:13.5px;font-weight:500;color:#e8f0eb;transition:.25s;position:relative;z-index:1;}.cat-card:hover span{color:var(--dark-1);font-weight:600;}.feat-strip{background:var(--dark-3);border-top:1px solid var(--border);border-bottom:1px solid var(--border);}.feat-strip .wrap{display:flex;padding:26px 24px;flex-wrap:wrap;}.feat-strip .fs-item{flex:1;min-width:200px;display:flex;align-items:center;gap:14px;padding:8px 18px;position:relative;}.feat-strip .fs-item + .fs-item::before{content:"";position:absolute;left:0;top:8%;bottom:8%;width:1px;background:var(--border);}.feat-strip svg{width:36px;height:36px;color:var(--pink-light);flex-shrink:0;}.fs-item h4{font-size:14px;font-weight:600;color:var(--white);}.fs-item p{font-size:11.5px;color:#a9bdb2;margin-top:3px;}.brand-row{background:var(--gray);border-top:1px solid #ece5e2;border-bottom:1px solid #ece5e2;}.brand-row .sec-head h2{color:var(--dark-1);text-align:center;justify-content:center;width:100%;}.brand-row .sec-head{justify-content:center;}.brand-track{display:block;}.brand-list{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;row-gap:26px;column-gap:clamp(28px,4vw,52px);}.brand-box{height:32px;display:flex;align-items:center;justify-content:center;cursor:pointer;}.brand-box img{max-height:100%;max-width:120px;width:auto;height:auto;object-fit:contain;}.prod-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px;}.prod-card{border:1px solid #ece5e2;border-radius:12px;overflow:hidden;background:var(--white);transition:.25s;display:flex;flex-direction:column;position:relative;}.prod-card:hover{box-shadow:0 10px 26px rgba(11,46,34,.12);transform:translateY(-4px);}.prod-tag{position:absolute;top:10px;left:10px;background:var(--dark-1);color:var(--pink-light);font-size:10.5px;font-weight:600;padding:4px 10px;border-radius:12px;z-index:2;}.prod-tag.sale{background:var(--rose-shadow);color:var(--white);}.prod-img{aspect-ratio:1/1;background:var(--gray);display:flex;align-items:center;justify-content:center;overflow:hidden;}.prod-img img{width:100%;height:100%;object-fit:cover;transition:.3s;}.prod-card:hover .prod-img img{transform:scale(1.05);}.prod-info{padding:14px 16px 18px;display:flex;flex-direction:column;flex:1;}.prod-info .p-brand{font-size:11px;font-weight:700;letter-spacing:1px;color:var(--rose-shadow);}.prod-info .p-name{font-size:13.5px;margin-top:4px;color:var(--dark-1);line-height:1.4;min-height:38px;flex:1;}.prod-bottom{display:flex;align-items:center;justify-content:space-between;margin-top:12px;}.p-price-wrap{display:flex;flex-direction:column;}.p-price{font-size:16px;font-weight:700;color:var(--dark-1);}.p-price-old{font-size:11.5px;color:#9aa9a2;text-decoration:line-through;}.p-cart{width:34px;height:34px;border-radius:8px;background:var(--pink);display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:.2s;}.p-cart:hover{background:var(--dark-1);}.p-cart:hover svg{color:var(--pink-light);}.p-cart svg{width:17px;height:17px;color:var(--dark-1);}.side-arrow{position:absolute;top:40%;width:32px;height:32px;border-radius:50%;background:var(--dark-1);display:flex;align-items:center;justify-content:center;}.side-arrow svg{width:14px;height:14px;color:var(--pink-light);}.side-arrow.left{left:-46px;}.side-arrow.right{right:-46px;}.prod-track-wrap{position:relative;}.news-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px;}.news-card{background:var(--dark-2);border-radius:12px;overflow:hidden;display:flex;flex-direction:column;transition:.25s;}.news-card:hover{transform:translateY(-4px);box-shadow:0 12px 24px rgba(11,46,34,.18);}.news-img{height:150px;overflow:hidden;}.news-img img{width:100%;height:100%;object-fit:cover;}.news-body{padding:18px 20px 20px;color:var(--white);}.news-body h3{font-size:16px;font-weight:600;margin-bottom:8px;color:var(--pink-light);}.news-body p{font-size:12.5px;color:#c7d7cd;line-height:1.6;min-height:38px;}.news-foot{display:flex;align-items:center;justify-content:space-between;margin-top:16px;}.news-foot .date{font-size:11.5px;color:#9db3a7;}.news-more{display:flex;align-items:center;gap:5px;font-size:12px;background:var(--pink);color:var(--dark-1);padding:6px 12px;border-radius:16px;font-weight:600;}.news-more svg{width:11px;height:11px;}.listing-layout{display:grid;grid-template-columns:260px 1fr;gap:28px;align-items:start;}.filter-box{border:1px solid #ece5e2;border-radius:12px;padding:20px;position:sticky;top:20px;}.filter-box h3{font-size:15px;font-weight:600;margin-bottom:14px;color:var(--dark-1);}.filter-group{margin-bottom:22px;}.filter-group h4{font-size:13px;font-weight:600;color:var(--rose-shadow);margin-bottom:10px;text-transform:uppercase;letter-spacing:.5px;}.filter-opt{display:flex;align-items:center;gap:9px;padding:7px 0;font-size:13.5px;cursor:pointer;color:#41544a;}.filter-opt input{accent-color:var(--rose-shadow);width:15px;height:15px;}.filter-opt:hover{color:var(--dark-1);}.filter-opt .count{margin-left:auto;color:#9aa9a2;font-size:11.5px;}.price-range{display:flex;align-items:center;gap:8px;}.price-range input{width:100%;padding:8px 10px;border:1px solid #ece5e2;border-radius:8px;font-size:12.5px;}.listing-toolbar{display:flex;align-items:center;justify-content:space-between;margin-bottom:22px;flex-wrap:wrap;gap:12px;}.listing-toolbar .count-label{font-size:13.5px;color:#6c7a72;}.listing-toolbar .count-label b{color:var(--dark-1);}.sort-select{border:1px solid #ece5e2;border-radius:20px;padding:9px 16px;font-size:13px;color:var(--dark-1);background:var(--white);}.chip-row{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:18px;}.chip{display:flex;align-items:center;gap:6px;background:var(--gray);border:1px solid #ece5e2;border-radius:16px;padding:6px 12px;font-size:12px;color:var(--dark-1);}.chip button{color:var(--rose-shadow);font-weight:700;}.listing-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;}.pagination{display:flex;justify-content:center;gap:8px;margin-top:36px;}.pagination a{width:36px;height:36px;border-radius:8px;border:1px solid #ece5e2;display:flex;align-items:center;justify-content:center;font-size:13px;color:var(--dark-1);}.pagination a.active{background:var(--dark-1);color:var(--pink-light);border-color:var(--dark-1);}.empty-state{text-align:center;padding:60px 20px;color:#8ea297;}.empty-state svg{width:64px;height:64px;color:#d9e3dd;margin:0 auto 16px;}.detail-layout{display:grid;grid-template-columns:1fr 1fr;gap:44px;}.gallery-main{border:1px solid #ece5e2;border-radius:14px;overflow:hidden;width:100%;max-width:500px;aspect-ratio:1/1;background:var(--gray);}.gallery-main img{width:100%;height:100%;object-fit:cover;}.gallery-thumbs{display:flex;gap:10px;margin-top:12px;}.gallery-thumbs img{width:74px;height:74px;object-fit:cover;border-radius:8px;border:2px solid transparent;cursor:pointer;background:var(--gray);}.gallery-thumbs img.active{border-color:var(--pink);}.detail-brand{font-size:12.5px;font-weight:700;color:var(--rose-shadow);letter-spacing:1px;}.detail-title{font-size:26px;font-weight:600;margin-top:8px;line-height:1.4;}.detail-meta{display:flex;align-items:center;gap:14px;margin-top:10px;font-size:12.5px;color:#8ea297;}.detail-meta span{display:flex;align-items:center;gap:5px;}.detail-meta svg{width:15px;height:15px;color:var(--pink);}.detail-price-row{display:flex;align-items:baseline;gap:12px;margin-top:20px;padding:20px 0;border-top:1px solid #ece5e2;border-bottom:1px solid #ece5e2;}.detail-price{font-size:30px;font-weight:700;color:var(--dark-1);}.detail-price-old{font-size:16px;color:#9aa9a2;text-decoration:line-through;}.detail-badge{background:var(--rose-shadow);color:var(--white);font-size:12px;font-weight:600;padding:4px 10px;border-radius:12px;}.qty-stepper{display:flex;align-items:center;border:1px solid #ece5e2;border-radius:24px;overflow:hidden;width:fit-content;margin-top:20px;}.qty-stepper button{width:38px;height:38px;font-size:18px;color:var(--dark-1);}.qty-stepper button:hover{background:var(--gray);}.qty-stepper input{width:46px;text-align:center;border:none;font-size:15px;}.detail-actions{display:flex;gap:14px;margin-top:22px;flex-wrap:wrap;}.detail-actions .btn-solid,.detail-actions .btn-line{flex:1;min-width:180px;}.spec-table{margin-top:30px;border:1px solid #ece5e2;border-radius:10px;overflow:hidden;}.spec-table div{display:flex;border-bottom:1px solid #ece5e2;font-size:13px;}.spec-table div:last-child{border-bottom:none;}.spec-table span{padding:11px 16px;}.spec-table span:first-child{width:150px;background:var(--gray);color:#6c7a72;flex-shrink:0;}.detail-desc{margin-top:16px;font-size:13.5px;line-height:1.9;color:#41544a;}.detail-tabs-full{max-width:900px;margin:44px auto 0;}.tab-row{display:flex;gap:6px;margin-top:0;border-bottom:1px solid #ece5e2;}.tab-btn{padding:12px 20px;font-size:14px;font-weight:500;color:#8ea297;border-bottom:2px solid transparent;}.tab-btn.active{color:var(--dark-1);font-weight:600;border-color:var(--rose-shadow);}.tab-panel{padding:26px 0;display:none;}.tab-panel.active{display:block;}.cart-layout{display:grid;grid-template-columns:1fr 340px;gap:28px;align-items:start;}.cart-table{border:1px solid #ece5e2;border-radius:12px;overflow:hidden;}.cart-row{display:flex;align-items:center;gap:16px;padding:18px;border-bottom:1px solid #ece5e2;}.cart-row:last-child{border-bottom:none;}.cart-row img{width:74px;height:74px;object-fit:cover;border-radius:8px;background:var(--gray);flex-shrink:0;}.cart-row .ci-info{flex:1;min-width:0;}.cart-row .ci-brand{font-size:11px;color:var(--rose-shadow);font-weight:700;}.cart-row .ci-name{font-size:13.5px;margin-top:3px;}.cart-row .ci-price{font-size:12.5px;color:#8ea297;margin-top:4px;}.cart-row .ci-remove{color:#c76a5c;font-size:12px;margin-top:6px;display:inline-flex;align-items:center;gap:4px;}.cart-row .ci-total{font-weight:700;font-size:15px;width:90px;text-align:right;flex-shrink:0;}.cart-row .qty-stepper{margin:0;flex-shrink:0;}.summary-box{border:1px solid #ece5e2;border-radius:12px;padding:22px;position:sticky;top:20px;}.summary-box h3{font-size:16px;font-weight:600;margin-bottom:18px;}.summary-row{display:flex;justify-content:space-between;font-size:13.5px;color:#41544a;padding:8px 0;}.summary-row.total{border-top:1px solid #ece5e2;margin-top:8px;padding-top:16px;font-size:17px;font-weight:700;color:var(--dark-1);}.coupon-row{display:flex;gap:8px;margin:16px 0;}.coupon-row input{flex:1;border:1px solid #ece5e2;border-radius:20px;padding:9px 14px;font-size:12.5px;}.empty-cart{text-align:center;padding:80px 20px;}.empty-cart svg{width:80px;height:80px;color:#d9e3dd;margin:0 auto 20px;}.empty-cart h3{font-size:18px;margin-bottom:10px;}.empty-cart p{font-size:13.5px;color:#8ea297;margin-bottom:24px;}footer{background:var(--dark-1);color:#cfe0d7;padding-top:48px;}.foot-grid{display:grid;grid-template-columns:1.6fr 1fr 1.2fr 1.3fr 1.3fr;gap:28px;padding-bottom:38px;border-bottom:1px solid var(--border);}.foot-brand .brand{margin-bottom:14px;}.foot-brand p{font-size:12.5px;line-height:1.8;color:#a9bdb2;margin-bottom:16px;}.soc-row{display:flex;gap:10px;}.soc-row a{width:32px;height:32px;border-radius:50%;background:var(--dark-2);display:flex;align-items:center;justify-content:center;border:1px solid var(--border);}.soc-row svg{width:15px;height:15px;color:var(--pink-light);}footer h4{font-size:14.5px;color:var(--pink-light);font-weight:600;margin-bottom:16px;}footer .foot-links li{margin-bottom:10px;font-size:12.5px;}footer .foot-links a:hover{color:var(--pink-light);}.foot-contact li{display:flex;align-items:flex-start;gap:10px;margin-bottom:14px;font-size:12.5px;line-height:1.6;}.foot-contact svg{width:16px;height:16px;color:var(--pink-light);flex-shrink:0;margin-top:1px;}.news-input{display:flex;margin-top:6px;border-radius:20px;overflow:hidden;background:var(--dark-2);border:1px solid var(--border);}.news-input input{flex:1;background:none;border:none;padding:10px 14px;font-size:12.5px;color:var(--white);}.news-input input::placeholder{color:#7c9184;}.news-input button{width:38px;background:var(--pink);display:flex;align-items:center;justify-content:center;flex-shrink:0;}.news-input button svg{width:15px;height:15px;color:var(--dark-1);}.foot-bottom{display:flex;align-items:center;justify-content:space-between;padding:18px 0;font-size:12px;color:#8ea297;flex-wrap:wrap;gap:10px;}.foot-bottom .policy{display:flex;gap:22px;}.dev-note{background:#fff8e6;border-bottom:2px dashed #e0b34d;color:#5c4a1a;font-size:12.5px;padding:10px 24px;text-align:center;line-height:1.6;}.dev-note b{color:#8a5a00;}.admin-ribbon{background:var(--rose-shadow);color:var(--white);font-size:12.5px;}.admin-ribbon .wrap{display:flex;align-items:center;justify-content:space-between;gap:14px;padding:9px 24px;flex-wrap:wrap;}.admin-ribbon span{display:flex;align-items:center;gap:8px;}.admin-ribbon svg{width:16px;height:16px;flex-shrink:0;}.admin-ribbon b{color:var(--dark-1);}.admin-ribbon a{font-weight:700;text-decoration:underline;flex-shrink:0;}.admin-action{background:rgba(229,107,159,.16);padding:6px 12px;border-radius:16px;}.site-announce{background:var(--dark-1);color:var(--pink-light);font-size:12.5px;text-align:center;}.site-announce .wrap{padding:8px 24px;}.admin-card-tools{position:absolute;top:10px;right:10px;display:flex;gap:6px;z-index:3;}.admin-card-tools button{width:30px;height:30px;border-radius:8px;background:rgba(11,46,34,.85);display:flex;align-items:center;justify-content:center;box-shadow:0 4px 10px rgba(0,0,0,.25);transition:.2s;}.admin-card-tools button:hover{background:var(--rose-shadow);}.admin-card-tools button svg{width:14px;height:14px;color:var(--pink-light);}.admin-card-tools button.danger:hover{background:#b3261e;}.admin-add-card{border:2px dashed var(--pink);border-radius:12px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:10px;color:var(--rose-shadow);font-size:13px;font-weight:600;min-height:220px;transition:.2s;}.admin-add-card:hover{background:rgba(229,107,159,.08);}.admin-add-card svg{width:30px;height:30px;}.admin-shell{display:grid;grid-template-columns:230px 1fr;gap:28px;align-items:start;}.admin-side{border:1px solid #ece5e2;border-radius:14px;padding:16px;position:sticky;top:96px;}.admin-side h4{font-size:11.5px;text-transform:uppercase;letter-spacing:.6px;color:#9aa9a2;margin:14px 6px 8px;}.admin-side h4:first-child{margin-top:2px;}.admin-nav-item{display:flex;align-items:center;gap:10px;padding:10px 12px;border-radius:10px;font-size:13.5px;font-weight:500;color:#41544a;cursor:pointer;transition:.15s;}.admin-nav-item:hover{background:var(--gray);}.admin-nav-item.active{background:var(--dark-1);color:var(--pink-light);font-weight:600;}.admin-nav-item svg{width:17px;height:17px;flex-shrink:0;}.admin-panel{display:none;}.admin-panel.active{display:block;}.admin-panel-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:20px;flex-wrap:wrap;gap:12px;}.admin-panel-head h2{font-size:19px;font-weight:700;color:var(--dark-1);}.admin-panel-head p{font-size:12.5px;color:#8ea297;margin-top:4px;}.admin-card{border:1px solid #ece5e2;border-radius:14px;padding:24px;margin-bottom:20px;}.admin-card h3{font-size:15px;font-weight:600;margin-bottom:16px;color:var(--dark-1);}.admin-grid-2{display:grid;grid-template-columns:1fr 1fr;gap:14px;}.admin-form .form-field{margin-bottom:14px;}.admin-form label{display:block;font-size:12.5px;font-weight:600;margin-bottom:7px;color:#41544a;}.admin-form input,.admin-form textarea,.admin-form select{width:100%;border:1px solid #ece5e2;border-radius:10px;padding:11px 14px;font-size:13.5px;font-family:inherit;}.admin-form textarea{resize:vertical;min-height:80px;}.admin-form .hint{font-size:11.5px;color:#9aa9a2;margin-top:6px;line-height:1.6;}.admin-form .form-actions{display:flex;gap:10px;margin-top:6px;}.admin-stat-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;margin-bottom:22px;}.admin-stat{border:1px solid #ece5e2;border-radius:14px;padding:20px;}.admin-stat b{display:block;font-size:26px;font-weight:800;color:var(--dark-1);}.admin-stat span{font-size:12px;color:#8ea297;}.admin-list-item{display:flex;gap:14px;align-items:center;padding:12px;border:1px solid #ece5e2;border-radius:12px;margin-bottom:10px;}.admin-list-item img{width:64px;height:64px;object-fit:cover;border-radius:8px;background:var(--gray);flex-shrink:0;}.admin-list-item .li-body{flex:1;min-width:0;}.admin-list-item .li-title{font-size:13.5px;font-weight:600;color:var(--dark-1);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}.admin-list-item .li-meta{font-size:11.5px;color:#9aa9a2;margin-top:3px;}.admin-list-item .li-actions{display:flex;gap:8px;flex-shrink:0;}.admin-list-item .li-actions button{width:32px;height:32px;border-radius:8px;background:var(--gray);display:flex;align-items:center;justify-content:center;transition:.2s;}.admin-list-item .li-actions button:hover{background:var(--pink);}.admin-list-item .li-actions button.danger:hover{background:#b3261e;}.admin-list-item .li-actions button svg{width:14px;height:14px;color:var(--dark-1);}.admin-list-item .li-actions button.danger:hover svg{color:#fff;}.admin-empty{text-align:center;padding:36px 20px;color:#9aa9a2;font-size:13px;}.badge-soft{display:inline-block;font-size:11px;font-weight:700;background:var(--gray);color:var(--rose-shadow);padding:3px 10px;border-radius:10px;margin-left:8px;}@media(max-width:900px){.admin-shell{grid-template-columns:1fr;}.admin-side{position:static;}.admin-stat-grid{grid-template-columns:1fr 1fr;}.admin-grid-2{grid-template-columns:1fr;}}.video-modal{position:fixed;inset:0;background:rgba(11,46,34,.82);z-index:1000;display:none;align-items:center;justify-content:center;padding:24px;}.video-modal.show{display:flex;}.video-modal-box{width:100%;max-width:860px;background:#000;border-radius:14px;overflow:hidden;position:relative;box-shadow:0 20px 60px rgba(0,0,0,.5);}.video-modal-box .ratio{position:relative;width:100%;padding-top:56.25%;}.video-modal-box iframe{position:absolute;inset:0;width:100%;height:100%;border:0;}.video-modal-box video{position:absolute;inset:0;width:100%;height:100%;background:#000;object-fit:contain;}.video-modal-close{position:absolute;top:-42px;right:0;width:34px;height:34px;border-radius:50%;background:var(--white);display:flex;align-items:center;justify-content:center;}.video-modal-close svg{width:16px;height:16px;color:var(--dark-1);}.toast{position:fixed;bottom:96px;right:24px;background:var(--dark-1);color:var(--pink-light);padding:14px 20px;border-radius:10px;font-size:13.5px;display:flex;align-items:center;gap:10px;box-shadow:0 10px 30px rgba(0,0,0,.25);z-index:999;transform:translateY(20px);opacity:0;pointer-events:none;transition:.3s;}.toast.show{transform:translateY(0);opacity:1;}.toast svg{width:18px;height:18px;color:var(--pink);}.fb-chat-bubble{position:fixed;bottom:24px;right:24px;width:58px;height:58px;border-radius:50%;display:flex;align-items:center;justify-content:center;z-index:997;box-shadow:0 10px 26px rgba(0,0,0,.3);transition:transform .25s;background:var(--dark-1);}.fb-chat-bubble:hover{transform:scale(1.08);}.fb-chat-bubble svg{width:34px;height:34px;position:relative;z-index:2;}.fb-chat-ping{position:absolute;inset:0;border-radius:50%;border:2px solid #0099FF;background:transparent;opacity:.6;pointer-events:none;z-index:1;animation:fbPing 2.6s cubic-bezier(.2,.7,.3,1) infinite;}@keyframes fbPing{0%{transform:scale(1);opacity:.5;}75%{transform:scale(1.55);opacity:0;}100%{opacity:0;}}.brand-logo{position:relative;overflow:visible;}.brand-logo img{max-width:none;height:52px;width:auto;object-fit:contain;border-radius:0;}.brand-logo .logo-fallback{display:none;position:relative;align-items:center;justify-content:center;}.brand-logo .logo-fallback.show{display:flex;}.brand-fallback-text.show{display:inline-block!important;}#site-header{position:sticky;top:0;z-index:50;transition:box-shadow .25s,transform .4s cubic-bezier(.4,0,.2,1),opacity .35s ease;}#site-header.scrolled{box-shadow:0 8px 24px rgba(0,0,0,.18);}#site-header.hide{transform:translateY(-100%);opacity:0;pointer-events:none;}#site-header .topbar{transition:.3s ease;}#site-header .navbar{transition:.25s;}.reveal{opacity:0;transform:translateY(26px);transition:opacity .6s ease,transform .6s ease;}.reveal.in{opacity:1;transform:translateY(0);}.reveal-stagger.in>*{animation:none;}@keyframes cartPulse{0%{transform:scale(1);}30%{transform:scale(1.5);}60%{transform:scale(0.9);}100%{transform:scale(1);}}.cart-count.pulse{animation:cartPulse .45s ease;}.top-actions a.action{transition:transform .2s;}.top-actions a.action:active{transform:scale(.94);}.back-to-top{position:fixed;bottom:24px;left:24px;width:44px;height:44px;border-radius:50%;background:var(--dark-1);border:1px solid var(--pink);display:flex;align-items:center;justify-content:center;z-index:998;opacity:0;pointer-events:none;transform:translateY(12px) scale(.85);transition:.3s cubic-bezier(.34,1.56,.64,1);}.back-to-top.show{opacity:1;pointer-events:auto;transform:translateY(0) scale(1);}.back-to-top:hover{background:var(--pink);box-shadow:0 0 0 6px rgba(229,107,159,.18);}.back-to-top:hover svg{color:var(--dark-1);}.back-to-top svg{width:18px;height:18px;color:var(--pink-light);transition:.2s;}.hero-layer{transition:transform .6s cubic-bezier(.65,0,.35,1);}.brand-box{transition:transform .25s;}.brand-box:hover{transform:translateY(-2px);}.skeleton-card{border:1px solid #ece5e2;border-radius:12px;overflow:hidden;background:var(--white);}.skeleton-card .sk-img{height:180px;background:linear-gradient(90deg,#f0eeec 25%,#f8f6f5 37%,#f0eeec 63%);background-size:400% 100%;animation:shimmer 1.4s ease infinite;}.skeleton-card .sk-line{height:12px;margin:14px 16px;border-radius:6px;background:linear-gradient(90deg,#f0eeec 25%,#f8f6f5 37%,#f0eeec 63%);background-size:400% 100%;animation:shimmer 1.4s ease infinite;}.skeleton-card .sk-line.short{width:50%;}@keyframes shimmer{0%{background-position:100% 0;}100%{background-position:0 0;}}.prod-card{animation:cardIn .4s ease both;}@keyframes cardIn{from{opacity:0;transform:translateY(14px);}to{opacity:1;transform:translateY(0);}}.btn-solid,.btn-line,.btn-outline{transition:transform .15s,background .2s,color .2s,border-color .2s;}.btn-solid:active,.btn-line:active,.btn-outline:active{transform:scale(.96);}@media (prefers-reduced-motion: reduce){.reveal,.prod-card,.hero-layer,.back-to-top,.cart-count.pulse{animation:none!important;transition:none!important;opacity:1!important;transform:none!important;}}@media (max-width:1100px){.cat-grid{grid-template-columns:repeat(5,1fr);}.prod-grid,.listing-grid{grid-template-columns:repeat(2,1fr);}.news-grid{grid-template-columns:repeat(1,1fr);}.foot-grid{grid-template-columns:1fr 1fr;}.listing-layout{grid-template-columns:1fr;}.filter-box{position:static;}.detail-layout{grid-template-columns:1fr;}.cart-layout{grid-template-columns:1fr;}}@media (max-width:760px){.hero-slide{width:calc(100% - 20px);margin:12px auto 0;border-radius:12px;}.topbar .wrap{flex-direction:column;align-items:flex-start;}.top-info{gap:14px;font-size:11px;}.nav-links{overflow-x:auto;}.cat-grid{grid-template-columns:repeat(3,1fr);}.brand-list{column-gap:24px;row-gap:18px;}.prod-grid,.listing-grid{grid-template-columns:1fr;}.foot-grid{grid-template-columns:1fr;}.cart-row{flex-wrap:wrap;}.cart-row .ci-total{text-align:left;width:auto;}}.mp-grid{display:grid;grid-template-columns:1fr 1fr;gap:20px;margin-bottom:20px;}@media (max-width:900px){.mp-grid{grid-template-columns:1fr;}}.mp-card-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:4px;}.mp-logo{font-weight:800;font-size:15px;padding:6px 14px;border-radius:8px;color:#fff;letter-spacing:.2px;}.mp-logo-shopee{background:#ee4d2d;}.mp-logo-lazada{background:#0f146d;}.mp-status-pill{font-size:11px;font-weight:700;padding:4px 12px;border-radius:20px;}.mp-status-pill.off{background:#f1efec;color:#9aa9a2;}.mp-status-pill.on{background:#e4f5ea;color:#1f8a4c;}.mp-link-row{display:grid;grid-template-columns:1.6fr 1fr 1fr .8fr;gap:10px;align-items:center;padding:10px 0;border-bottom:1px solid #ece5e2;font-size:12.5px;}.mp-link-row:last-child{border-bottom:none;}.mp-link-row .mp-link-name{font-weight:600;color:var(--dark-1);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}.mp-link-row input{width:100%;border:1px solid #ece5e2;border-radius:8px;padding:7px 10px;font-size:12.5px;font-family:inherit;}.mp-link-row .mp-link-stock{font-size:11.5px;color:#9aa9a2;}.mp-link-head{display:grid;grid-template-columns:1.6fr 1fr 1fr .8fr;gap:10px;font-size:11px;font-weight:700;color:#9aa9a2;text-transform:uppercase;letter-spacing:.03em;padding-bottom:8px;border-bottom:2px solid #ece5e2;}.bulk-table{width:100%;border-collapse:collapse;font-size:12px;}.bulk-table th{position:sticky;top:0;background:var(--gray);color:#41544a;text-align:left;padding:8px 10px;font-weight:700;white-space:nowrap;}.bulk-table td{padding:8px 10px;border-top:1px solid #ece5e2;white-space:nowrap;max-width:180px;overflow:hidden;text-overflow:ellipsis;}.bulk-table tr.bulk-row-invalid td{background:#fdeeee;}.bulk-table .bulk-row-status{font-weight:700;font-size:11px;}.bulk-table .bulk-row-status.ok{color:#1f8a4c;}.bulk-table .bulk-row-status.bad{color:#b3261e;}.perm-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(180px,1fr));gap:10px;}.perm-card{display:flex;align-items:center;gap:10px;padding:12px 14px;border:1.5px solid #ece5e2;border-radius:10px;cursor:pointer;transition:.15s;background:var(--gray);}.perm-card:hover{border-color:var(--pink);}.perm-card.checked{border-color:var(--rose-shadow);background:#fbf4ec;}.perm-card input{width:16px;height:16px;flex-shrink:0;accent-color:var(--rose-shadow);margin:0;}.perm-card span.perm-card-label{font-size:12.8px;font-weight:600;color:#41544a;line-height:1.4;}.perm-card.checked span.perm-card-label{color:var(--dark-1);}@media (max-width:600px){.perm-grid{grid-template-columns:1fr 1fr;}}.img-preview-strip{display:none;flex-wrap:wrap;gap:10px;margin:12px 0 6px;}.img-thumb-wrap{position:relative;width:84px;height:84px;border-radius:10px;overflow:hidden;border:1px solid #ece5e2;background:var(--gray);flex-shrink:0;}.img-thumb-wrap img{width:100%;height:100%;object-fit:cover;display:block;}.img-thumb-remove{position:absolute;top:3px;right:3px;width:20px;height:20px;border-radius:50%;background:rgba(11,46,34,.85);color:#fff;font-size:11px;line-height:1;display:flex;align-items:center;justify-content:center;border:none;cursor:pointer;}.img-thumb-remove:hover{background:#b3261e;}.badge-stock{font-size:11px;font-weight:700;padding:2px 9px;border-radius:9px;margin-left:6px;white-space:nowrap;}.badge-stock.ok{background:#e4f5ea;color:#1f8a4c;}.badge-stock.low{background:#fff3da;color:#a3690a;}.badge-stock.out{background:#fdeeee;color:#b3261e;}.gallery-main{position:relative;cursor:zoom-in;}.gallery-zoom-hint{position:absolute;bottom:10px;right:10px;background:rgba(11,46,34,.78);color:#fff;font-size:11.5px;font-weight:600;padding:6px 12px;border-radius:20px;display:flex;align-items:center;gap:6px;pointer-events:none;}.gallery-zoom-hint svg{width:13px;height:13px;}.detail-image-block{margin-top:16px;}.detail-image-block img{width:100%;display:block;}.stock-info{font-size:13px;font-weight:600;color:#1f8a4c;margin:2px 0 18px;}.stock-info.low{color:#a3690a;}.stock-info.out{color:#b3261e;}.detail-actions.disabled-actions .btn-solid,.detail-actions.disabled-actions .btn-line{opacity:.45;pointer-events:none;}.qty-stepper.disabled-actions{opacity:.45;pointer-events:none;}.prod-tag.out{background:#b3261e;color:#fff;}.prod-card.out-of-stock .prod-img img{filter:grayscale(55%);opacity:.6;}.p-cart[disabled]{opacity:.35;cursor:not-allowed;}.p-cart[disabled]:hover{background:var(--pink);}.img-lightbox{display:none;position:fixed;inset:0;background:rgba(8,20,15,.94);z-index:999;align-items:center;justify-content:center;}.img-lightbox.open{display:flex;}.img-lightbox img{max-width:88vw;max-height:86vh;object-fit:contain;border-radius:6px;}.lightbox-close{position:absolute;top:20px;right:24px;width:40px;height:40px;border-radius:50%;background:rgba(255,255,255,.12);color:#fff;font-size:20px;display:flex;align-items:center;justify-content:center;border:none;cursor:pointer;}.lightbox-close:hover{background:rgba(255,255,255,.22);}.lightbox-nav{position:absolute;top:50%;transform:translateY(-50%);width:48px;height:48px;border-radius:50%;background:rgba(255,255,255,.12);color:#fff;font-size:26px;display:flex;align-items:center;justify-content:center;border:none;cursor:pointer;}.lightbox-nav:hover{background:rgba(255,255,255,.22);}.lightbox-nav.prev{left:18px;}.lightbox-nav.next{right:18px;}.lightbox-counter{position:absolute;bottom:22px;left:50%;transform:translateX(-50%);color:#fff;font-size:12.5px;background:rgba(255,255,255,.14);padding:5px 14px;border-radius:20px;}@media (max-width:640px){.lightbox-nav{width:38px;height:38px;font-size:20px;}.lightbox-close{width:34px;height:34px;top:12px;right:12px;}}.mobile-filter-toggle{display:none;align-items:center;justify-content:center;min-height:40px;padding:9px 14px;border:1px solid var(--rose-shadow);border-radius:20px;background:var(--white);color:var(--dark-1);font-weight:600;font-size:13px}@media (max-width:760px){.wrap{padding-left:14px;padding-right:14px}.topbar .wrap{gap:10px;padding-top:8px;padding-bottom:8px}.brand-logo{height:44px}.brand-name-th{font-size:18px}.top-info{gap:10px 16px;font-size:10.5px;width:100%}.top-info .item{gap:7px}.top-info svg{width:17px;height:17px}.top-actions{gap:18px;width:100%}.top-actions .action{font-size:12px}.navbar .wrap{flex-wrap:wrap;gap:0;padding-left:0;padding-right:0}.nav-links{order:1;flex:1 0 100%;width:100%;scroll-snap-type:x proximity}.nav-links li{scroll-snap-align:start}.nav-links a{padding:13px 14px;font-size:12.5px}.nav-search{order:2;flex:1 0 100%;width:100%;margin:0;padding:8px 14px 10px}.nav-search input{width:100%;height:38px;border-radius:22px;padding-left:16px;padding-right:44px}.nav-search button{right:20px}.listing-layout{display:block}.mobile-filter-toggle{display:inline-flex}.listing-toolbar{position:sticky;top:0;z-index:25;background:rgba(255,255,255,.96);padding:10px 0;margin-bottom:10px;backdrop-filter:blur(8px)}.filter-box{position:fixed;z-index:10020;left:12px;right:12px;bottom:12px;top:auto;max-height:78vh;overflow:auto;background:#fff;border-radius:18px;padding:18px;box-shadow:0 24px 80px rgba(11,46,34,.28);transform:translateY(calc(100% + 32px));opacity:0;pointer-events:none;transition:transform .25s ease,opacity .2s ease}.filter-box.mobile-open{transform:translateY(0);opacity:1;pointer-events:auto}body.filter-drawer-open::before{content:"";position:fixed;inset:0;background:rgba(6,26,19,.45);z-index:10010}.filter-group{margin-bottom:14px}.filter-opt{padding:8px 0}.prod-grid,.listing-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.prod-card{border-radius:10px;min-width:0}.prod-img{aspect-ratio:1/1}.prod-info{padding:10px 10px 12px}.prod-info .p-brand{font-size:9.5px;letter-spacing:.5px}.prod-info .p-name{font-size:11.5px;line-height:1.35;min-height:31px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.prod-bottom{margin-top:8px;gap:6px}.p-price{font-size:13px}.p-price-old{font-size:9.5px}.p-cart{width:30px;height:30px;border-radius:7px}.prod-tag{top:7px;left:7px;font-size:9px;padding:3px 7px}.chip-row{margin-bottom:10px;gap:6px}.chip{font-size:10.5px;padding:5px 9px}.sort-select{padding:8px 12px;font-size:11.5px;max-width:48%}.listing-toolbar .count-label{font-size:12px}.breadcrumb .wrap{padding-top:9px;padding-bottom:9px}body[data-page="products"] .section{padding-top:12px!important}}@media (max-width:380px){.prod-grid,.listing-grid{gap:8px}.prod-info{padding:8px 8px 10px}.prod-info .p-name{font-size:11px}.p-price{font-size:12px}}:root{--shadow-soft:0 12px 34px rgba(11,46,34,.09);--shadow-hover:0 20px 44px rgba(11,46,34,.15)}.dev-note{display:none!important}html{scroll-behavior:smooth}body{background:#fff;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased}a,button,input,select,textarea{outline-offset:3px}a:focus-visible,button:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible{outline:3px solid rgba(229,107,159,.48)}.hero{overflow:hidden}.hero-slide{background:var(--dark-2)}.hero-layer{filter:saturate(1.02) contrast(1.01)}.hero-features{box-shadow:0 10px 30px rgba(11,46,34,.08)}.prod-card,.news-card,.cat-card,.article-card,.value-card,.admin-card,.summary-box,.filter-box{box-shadow:0 2px 0 rgba(11,46,34,.02);transition:transform .22s ease,box-shadow .22s ease,border-color .22s ease}.prod-card:hover,.news-card:hover,.cat-card:hover,.article-card:hover,.value-card:hover{transform:translateY(-5px);box-shadow:var(--shadow-hover);border-color:rgba(229,107,159,.35)}.prod-card img,.news-card img,.cat-card img{transition:transform .35s ease}.prod-card:hover img,.news-card:hover img,.cat-card:hover img{transform:scale(1.025)}.btn-solid,.btn-line,.btn-outline{min-height:42px;transition:transform .18s ease,box-shadow .18s ease,background .18s ease}.btn-solid:hover,.btn-line:hover,.btn-outline:hover{transform:translateY(-1px)}.navbar{backdrop-filter:saturate(1.2) blur(12px)}.nav-search{transition:box-shadow .2s,border-color .2s}.nav-search:focus-within{box-shadow:0 0 0 4px rgba(229,107,159,.13);border-color:var(--pink)}.trust-bar{background:#f7faf8;border-top:1px solid #edf2ef;border-bottom:1px solid #edf2ef}.trust-bar .wrap{display:flex;justify-content:center;gap:28px;flex-wrap:wrap;padding:10px 24px;font-size:12px;color:#51665b}.trust-bar b{color:var(--dark-1)}.skip-link{position:fixed;left:12px;top:-60px;z-index:99999;background:#fff;color:#0b2e22;padding:10px 14px;border-radius:8px;box-shadow:var(--shadow-soft)}.skip-link:focus{top:12px}@media(max-width:720px){.section{padding-top:38px;padding-bottom:38px}.hero-features .wrap{grid-template-columns:1fr 1fr}.hf-item{padding:14px 8px}.hf-item span{font-size:11px}.prod-grid,.listing-grid{gap:12px}.detail-title{font-size:22px}.detail-price{font-size:26px}.foot-grid{gap:24px}.nav-search input{font-size:16px}}@media(prefers-reduced-motion:reduce){*,*::before,*::after{scroll-behavior:auto!important;animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}.section-title::after,.page-title::after{background:linear-gradient(90deg,var(--pink),var(--gold-accent));}.btn-solid{box-shadow:0 8px 20px rgba(229,107,159,.20);}.prod-card:hover,.news-card:hover,.cat-card:hover,.article-card:hover{box-shadow:0 18px 45px rgba(185,63,118,.12),0 0 0 1px rgba(199,154,85,.16);}.tsk-card-actions{position:absolute;top:12px;right:12px;display:flex;gap:7px;z-index:4}.tsk-round-action{width:36px;height:36px;border-radius:50%;border:1px solid rgba(229,107,159,.35);background:rgba(255,255,255,.94);display:grid;place-items:center;cursor:pointer;font-size:16px;box-shadow:0 4px 14px rgba(0,0,0,.08)}.prod-card{position:relative}.tsk-round-action.active{background:var(--pink);color:white}.tsk-mobile-dock{display:none}.tsk-search-suggest{position:absolute;top:calc(100% + 6px);left:0;right:0;background:white;border-radius:16px;box-shadow:0 18px 45px rgba(0,0,0,.17);z-index:9999;max-height:360px;overflow:auto}.nav-search{position:relative}.tsk-search-row{display:flex;gap:10px;align-items:center;padding:10px 12px;border-bottom:1px solid #eee;text-decoration:none;color:#163c30}.tsk-search-row img{width:46px;height:46px;object-fit:contain;border-radius:8px;background:#f7f7f7}.tsk-search-row small{display:block;color:#7b8c84}.tsk-review-panel{max-width:1180px;margin:24px auto;padding:0 20px}.tsk-review-box{background:#fff;border:1px solid #e8dde2;border-radius:22px;padding:24px}.tsk-stars{color:#e0a200;letter-spacing:2px}.tsk-review-item{padding:16px 0;border-top:1px solid #eee}.tsk-verified{display:inline-block;background:#e8f7ef;color:#177044;padding:2px 8px;border-radius:999px;font-size:12px}.tsk-page-shell{max-width:1180px;margin:32px auto;padding:0 20px;min-height:50vh}.tsk-panel{background:#fff;border:1px solid #eadde3;border-radius:22px;padding:22px;margin-bottom:18px}.tsk-table{width:100%;border-collapse:collapse}.tsk-table th,.tsk-table td{padding:12px;border-bottom:1px solid #eee;text-align:left}.tsk-status{display:inline-block;padding:5px 10px;border-radius:999px;background:#f7dce8;color:#9b2e64}.tsk-coupon-box{display:flex;gap:8px;margin-top:12px}.tsk-coupon-box input{flex:1;padding:12px 14px;border:1px solid #d9c8d0;border-radius:12px}.tsk-coupon-success{font-size:13px;color:#177044;margin-top:7px}.tsk-trust-strip{display:grid;grid-template-columns:repeat(4,1fr);gap:10px;max-width:1180px;margin:16px auto;padding:0 20px}.tsk-trust-item{background:#fff;border:1px solid #eadde3;border-radius:16px;padding:13px;text-align:center;font-size:13px;color:#284c40}.tsk-stock-low{color:#b44b1e;font-size:12px;margin-top:4px}.tsk-compare-bar{position:fixed;left:50%;transform:translateX(-50%);bottom:18px;background:#0b2e22;color:#fff;z-index:9900;border-radius:999px;padding:10px 16px;box-shadow:0 12px 38px rgba(0,0,0,.3);display:none;gap:10px;align-items:center}.tsk-compare-bar.show{display:flex}.tsk-compare-bar a{color:#fff;font-weight:700}@media(max-width:760px){body{padding-bottom:66px}.tsk-mobile-dock{position:fixed;display:grid;grid-template-columns:repeat(5,1fr);left:0;right:0;bottom:0;height:62px;background:#fff;border-top:1px solid #eadde3;z-index:9800;box-shadow:0 -7px 25px rgba(0,0,0,.08)}.tsk-mobile-dock a{display:flex;flex-direction:column;align-items:center;justify-content:center;text-decoration:none;color:#284c40;font-size:10px;gap:2px}.tsk-mobile-dock b{font-size:18px;line-height:1}.tsk-trust-strip{grid-template-columns:repeat(2,1fr);padding:0 12px}.tsk-review-panel,.tsk-page-shell{padding:0 12px}.tsk-review-box{padding:16px}.tsk-card-actions{top:7px;right:7px}.tsk-round-action{width:31px;height:31px;font-size:14px}.tsk-compare-bar{bottom:72px;max-width:92%;font-size:12px}}:root{--tsk-green:#052d22;--tsk-green-2:#0a3a2d;--tsk-green-3:#174f3e;--tsk-pink:#db4c8a;--tsk-pink-2:#bf326f;--tsk-pink-soft:#f9d9e8;--tsk-gold:#c99a55;--tsk-ink:#0d3428;--tsk-muted:#6f8078;--tsk-line:#eadfe4;--tsk-bg:#f7f8f7;}body{background:#fff;color:var(--tsk-ink)}.wrap{max-width:1460px}.site-announce{background:linear-gradient(90deg,#b92f6d,#d94d89,#bd326f);color:#fff;border:0}.site-announce .wrap{padding-top:7px;padding-bottom:7px;text-align:center;font-size:12px}.topbar{background:linear-gradient(135deg,#052d22,#07372a 68%,#0b4131);border:0;box-shadow:none}.topbar .wrap{min-height:106px;display:grid;grid-template-columns:330px minmax(340px,1fr) auto;align-items:center;gap:24px;padding-top:17px;padding-bottom:17px}.brand{gap:13px}.brand-logo{height:66px;width:66px}.brand-name-th{font-size:25px;font-weight:800;letter-spacing:.2px;color:#fff}.brand-name-en{color:#dbcdd4;font-size:12.5px}.top-info{display:none!important}.top-actions{display:flex;gap:14px;justify-content:flex-end;align-items:center}.top-actions .action{color:#fff;font-size:12px;gap:7px;min-width:auto;padding:8px 5px;border-radius:12px;opacity:.96}.top-actions .action:hover{background:rgba(255,255,255,.08)}.top-actions .action svg{width:23px;height:23px;color:#fff}.cart-count{background:var(--tsk-pink)!important;color:#fff!important;border:2px solid var(--tsk-green)!important;top:-3px!important;right:-8px!important}.topbar .wrap:after{content:"";grid-column:2;grid-row:1;pointer-events:none}.navbar{background:linear-gradient(90deg,#c63c78,#e2689d,#ca3d7c);border-bottom:1px solid #b68b53;box-shadow:0 5px 14px rgba(41,20,29,.12)}.navbar .wrap{max-width:1460px;padding:0 20px;display:grid;grid-template-columns:280px minmax(0,1fr) 420px;gap:0}.navbar .wrap:before{content:"☰ หมวดหมู่สินค้า";height:52px;padding:0 22px;display:flex;align-items:center;background:rgba(72,16,46,.30);color:#fff;font-size:15px;font-weight:700;letter-spacing:.1px}.nav-links{overflow:hidden;justify-content:flex-start}.nav-links li:nth-child(n+7){display:none}.nav-links a{height:52px;padding:0 22px;color:#fff;font-size:14px;font-weight:600}.nav-links li.active a{background:rgba(65,10,36,.32);color:#fff}.nav-search{grid-column:3;grid-row:1;margin:0;padding:7px 0 7px 14px;align-self:center}.nav-search input{width:100%;height:38px;border-radius:22px;padding:9px 50px 9px 18px;font-size:13px;box-shadow:0 2px 8px rgba(0,0,0,.06)}.nav-search button{width:31px;height:31px;right:4px;background:var(--tsk-green);color:#fff}.home-commerce{max-width:1460px;margin:0 auto;padding:12px 20px 0;display:grid;grid-template-columns:280px minmax(0,1fr);gap:10px;background:#fff}.home-cat-sidebar{background:#fff;border:1px solid #eee3e7;border-radius:0 0 10px 10px;box-shadow:0 6px 18px rgba(0,0,0,.08);overflow:hidden;align-self:stretch;display:flex;flex-direction:column}.home-cat-sidebar .home-cat-list{flex:1 1 auto}.home-cat-title{display:none}.home-cat-list{display:flex;flex-direction:column}.home-cat-link{height:42px;display:flex;align-items:center;justify-content:space-between;padding:0 18px;color:#153d31;border-bottom:1px solid #f0eaed;font-size:13px;text-decoration:none;transition:.16s}.home-cat-link:hover{background:#fdf1f7;color:#b42d67;padding-left:22px}.home-cat-link .cat-left{display:flex;align-items:center;gap:10px;min-width:0}.home-cat-link .mini-icon{width:22px;height:22px;display:grid;place-items:center;color:#0e392c}.home-cat-link .mini-icon svg{width:18px;height:18px}.home-cat-link .chev{font-size:17px;color:#789187}.home-cat-all{height:44px;display:flex;align-items:center;justify-content:center;background:linear-gradient(90deg,#c63c78,#df5a92);color:#fff;font-weight:700;text-decoration:none}.home-main-column{min-width:0}.home-main-column .hero{background:#fff;overflow:visible}.home-main-column .hero-slide{width:100%;margin:0;aspect-ratio:3.55/1;border-radius:7px;background:#061f19;box-shadow:0 6px 16px rgba(0,0,0,.10)}.home-main-column .hero-slide img{object-fit:cover}.home-main-column .hero-features{display:none}.home-benefits{grid-column:2;margin-top:8px;background:#fff;border:1px solid #eee5e8;border-radius:10px;box-shadow:0 5px 20px rgba(0,0,0,.07);display:grid;grid-template-columns:repeat(4,1fr);padding:12px 8px}.home-benefit{min-height:54px;display:flex;align-items:center;justify-content:center;gap:13px;padding:6px 15px;border-right:1px solid #eee5e8}.home-benefit:last-child{border-right:0}.home-benefit .bi{width:36px;height:36px;border-radius:50%;background:#f4f7f5;display:grid;place-items:center;color:#082f24;font-size:18px}.home-benefit b{font-size:13px;display:block}.home-benefit small{font-size:10.5px;color:#728079}body[data-page="home"] #categories,body[data-page="home"] .feat-strip{display:none!important}body[data-page="home"] .brand-row{padding:28px 0 22px}body[data-page="home"] .prod-section{padding-top:10px;background:#fff}body[data-page="home"] .prod-section .wrap{display:grid;grid-template-columns:280px minmax(0,1fr);gap:14px;align-items:stretch}body[data-page="home"] .prod-section .sec-head,body[data-page="home"] .prod-section .prod-grid{grid-column:2}body[data-page="home"] .prod-section .sec-head{margin-bottom:10px}.home-member-card{grid-column:1;grid-row:1 / span 2;background:linear-gradient(180deg,#fff,#fff8fb);border:1px solid #eadfe4;border-radius:12px;padding:20px 18px;box-shadow:0 5px 18px rgba(0,0,0,.05);min-height:320px}.home-member-card h3{font-size:22px;margin-bottom:3px}.home-member-card>p{color:#bd3a76;font-size:13px;margin-bottom:22px}.member-point{display:flex;gap:9px;margin:11px 0;color:#3f554c;font-size:12px}.member-point:before{content:"✦";width:20px;height:20px;border-radius:50%;background:#d94d89;color:#fff;display:grid;place-items:center;font-size:10px}.gift-visual{font-size:68px;text-align:center;margin-top:28px;filter:drop-shadow(0 8px 12px rgba(196,51,112,.18))}.sec-head h2{font-size:24px}.btn-outline{border-radius:6px;background:#d64d87;color:#fff!important;border-color:#d64d87!important;padding:9px 18px}.prod-grid{grid-template-columns:repeat(5,minmax(0,1fr));gap:12px}.prod-card{border:1px solid #eee7ea;border-radius:9px;background:#fff;box-shadow:0 4px 14px rgba(13,52,40,.055);overflow:hidden;transition:transform .18s,box-shadow .18s}.prod-card:hover{transform:translateY(-3px);box-shadow:0 12px 28px rgba(13,52,40,.12)}.prod-img{background:#fff;aspect-ratio:1/1;padding:10px}.prod-img img{object-fit:contain}.prod-info{padding:10px 12px 13px}.prod-info .p-brand{color:#c23d78;font-weight:700}.prod-info .p-name{font-size:12.5px;line-height:1.4;color:#17392f;min-height:36px}.p-price{color:#e21752;font-size:17px;font-weight:800}.p-price-old{color:#9caaa3}.prod-tag{border-radius:999px;background:#ef194f;color:#fff}.p-cart{background:#0b382b;border-radius:50%}.p-cart svg{color:#fff}.tsk-card-actions{top:8px;right:8px}.tsk-round-action{width:32px;height:32px}body[data-page="products"]{background:#fff}body[data-page="products"] .breadcrumb{background:#f7f7f7;border-bottom:1px solid #ece5e8}.listing-layout{grid-template-columns:250px minmax(0,1fr);gap:18px;align-items:start}.filter-box{position:sticky;top:68px;border:1px solid #eadfe4;border-radius:10px;background:#fff;box-shadow:0 5px 18px rgba(0,0,0,.05);padding:17px 15px;max-height:calc(100vh - 90px);overflow:auto}.filter-box>h3{font-size:18px;color:#153b30;padding-bottom:11px;border-bottom:2px solid #d94d89}.filter-group h4{font-size:13px;color:#c03d78}.filter-opt{font-size:12px;padding:6px 0}.filter-opt input{accent-color:#d94d89}.filter-opt .count{font-size:10px}.listing-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}.listing-toolbar{border-bottom:1px solid #eee3e7;padding-bottom:10px}.mobile-filter-toggle{display:none!important}footer{background:#052d22;border-top:4px solid #d54a84}.admin-ribbon{background:linear-gradient(90deg,#bc3471,#d64c87);font-size:12px}.admin-ribbon .wrap{padding-top:7px;padding-bottom:7px}@media(max-width:1100px){.topbar .wrap{grid-template-columns:280px 1fr;min-height:92px}.top-actions{grid-column:2}.navbar .wrap{grid-template-columns:210px minmax(0,1fr) 320px}.navbar .wrap:before{padding:0 14px;font-size:13px}.nav-links a{padding:0 14px;font-size:12px}.home-commerce{grid-template-columns:210px minmax(0,1fr)}.home-benefits{grid-column:2}.home-cat-link{padding:0 12px;font-size:11.5px}.listing-grid{grid-template-columns:repeat(3,1fr)}}@media(max-width:760px){body{padding-bottom:64px}#site-header{position:sticky;top:0}.admin-ribbon{display:none!important}.topbar .wrap{display:grid!important;grid-template-columns:minmax(0,1fr) auto!important;min-height:82px!important;padding:8px 14px!important;gap:5px 8px!important}.brand{grid-column:1;grid-row:1}.brand-logo{width:48px;height:48px}.brand-name-th{font-size:18px}.brand-name-en{font-size:10px}.top-actions{grid-column:2!important;grid-row:1!important;width:auto!important;gap:7px!important}.top-actions .action{padding:6px 3px!important}.top-actions .action span:not(.cart-count){display:none!important}.top-actions .action svg{width:21px!important;height:21px!important}.navbar .wrap{display:grid!important;grid-template-columns:92px minmax(0,1fr)!important;padding:0!important;gap:0!important}.navbar .wrap:before{grid-column:1;grid-row:1;height:42px;padding:0 8px;font-size:10.5px;white-space:nowrap;overflow:hidden}.nav-links{grid-column:2;grid-row:1;order:unset!important;width:auto!important;flex-basis:auto!important;overflow-x:auto!important}.nav-links a{height:42px;padding:0 12px;font-size:10.5px}.nav-search{grid-column:1/3;grid-row:2;order:unset!important;padding:7px 10px 9px!important;width:auto!important}.nav-search input{height:36px!important;font-size:12px!important}.nav-search button{right:14px!important;width:28px;height:28px}.home-commerce{padding:8px 6px 0;grid-template-columns:92px minmax(0,1fr);gap:6px}.home-cat-sidebar{border-radius:6px;position:sticky;top:169px;z-index:3;max-height:calc(100vh - 240px);overflow:auto}.home-cat-link{height:34px;padding:0 5px;font-size:8.3px;gap:2px}.home-cat-link .cat-left{gap:3px}.home-cat-link .mini-icon{width:15px;height:15px}.home-cat-link .mini-icon svg{width:12px;height:12px}.home-cat-link .chev{font-size:11px}.home-cat-all{height:34px;font-size:8.5px}.home-main-column .hero-slide{aspect-ratio:1.95/1;border-radius:5px}.hero-arrow{width:28px;height:28px}.hero-arrow.prev{left:6px}.hero-arrow.next{right:6px}.hero-progress{left:8px;right:8px;bottom:7px}.home-benefits{grid-column:1/3;margin-top:6px;padding:6px 2px;gap:0}.home-benefit{min-height:42px;padding:3px 4px;gap:4px}.home-benefit .bi{width:23px;height:23px;font-size:11px}.home-benefit b{font-size:8px;line-height:1.15}.home-benefit small{display:none}body[data-page="home"] .brand-row{padding:15px 0}.brand-list{gap:8px}.brand-box{min-width:80px;height:44px}body[data-page="home"] .prod-section .wrap{display:grid;grid-template-columns:92px minmax(0,1fr);gap:6px;padding:0 6px}.home-member-card{grid-column:1;grid-row:1/3;min-height:270px;border-radius:7px;padding:10px 6px}.home-member-card h3{font-size:12px}.home-member-card>p{font-size:8px;margin-bottom:10px}.member-point{font-size:7px;gap:3px;margin:7px 0}.member-point:before{width:12px;height:12px;font-size:6px}.gift-visual{font-size:34px;margin-top:12px}.prod-section .sec-head{grid-column:2!important}.prod-section .prod-grid{grid-column:2!important}.sec-head h2{font-size:15px}.btn-outline{font-size:9px;padding:5px 8px}.prod-grid{grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:4px!important}.prod-card{border-radius:6px}.prod-img{padding:3px}.prod-info{padding:5px 5px 7px!important}.prod-info .p-brand{font-size:6.8px!important}.prod-info .p-name{font-size:7.6px!important;line-height:1.2!important;min-height:19px!important;-webkit-line-clamp:2!important}.prod-bottom{margin-top:4px!important;gap:2px!important}.p-price{font-size:9px!important}.p-price-old{font-size:6.5px!important}.p-cart{width:20px!important;height:20px!important}.prod-tag{font-size:6px!important;padding:2px 4px!important;top:3px!important;left:3px!important}.tsk-card-actions{top:3px;right:3px;gap:2px}.tsk-round-action{width:18px!important;height:18px!important;font-size:8px!important}body[data-page="products"] .section{padding:8px 0 20px!important}.listing-layout{display:grid!important;grid-template-columns:92px minmax(0,1fr)!important;gap:6px!important}.filter-box{position:sticky!important;left:auto!important;right:auto!important;bottom:auto!important;top:169px!important;display:block!important;transform:none!important;opacity:1!important;pointer-events:auto!important;max-height:calc(100vh - 235px)!important;padding:7px 5px!important;border-radius:6px!important;box-shadow:0 4px 12px rgba(0,0,0,.06)!important;overflow:auto!important}.filter-box>h3{font-size:10px;padding-bottom:5px}.filter-group{margin:7px 0!important}.filter-group h4{font-size:8.5px;margin-bottom:3px}.filter-opt{font-size:7.2px!important;padding:3px 0!important;gap:2px}.filter-opt input{width:9px;height:9px}.filter-opt .count{font-size:6px!important}.price-range{display:block}.price-range input{width:100%!important;font-size:7px!important;padding:4px!important;margin-bottom:3px}.filter-box .btn-line,.filter-box .btn-outline{font-size:7px!important;padding:5px!important;margin-top:4px!important}.listing-toolbar{position:sticky!important;top:169px!important;z-index:4!important;background:#fff!important;padding:5px 0!important;margin:0 0 5px!important;display:flex!important;gap:4px!important}.count-label{font-size:8px!important}.sort-select{font-size:7px!important;padding:4px!important;max-width:58%!important}.chip-row{gap:2px!important;margin-bottom:4px!important}.chip{font-size:6.5px!important;padding:2px 4px!important}.listing-grid{grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:4px!important}.breadcrumb .wrap{padding:5px 7px!important;font-size:8px}.mobile-filter-toggle{display:none!important}.filter-drawer-open:before{display:none!important}}.header-search{grid-column:2;grid-row:1;position:relative;max-width:560px;width:100%;justify-self:center}.header-search input{width:100%;height:45px;border:0;border-radius:25px;padding:0 58px 0 20px;font-family:inherit;color:#153c30;outline:none;box-shadow:0 3px 13px rgba(0,0,0,.13)}.header-search button{position:absolute;right:0;top:0;width:49px;height:45px;border-radius:0 25px 25px 0;background:linear-gradient(180deg,#e15b94,#c53c78);color:#fff}.header-search button svg{width:19px;height:19px}@media(max-width:1100px){.header-search{display:none}}body[data-page="admin"],body[data-page="admin-settings"]{background:#f6f7f6}.admin-shell{display:grid;grid-template-columns:240px minmax(0,1fr);gap:18px;align-items:start}.admin-side{background:linear-gradient(180deg,#052d22,#0a3a2d);color:#fff;border-radius:14px;padding:14px;box-shadow:0 12px 34px rgba(5,45,34,.16);position:sticky;top:82px}.admin-side .admin-nav-item{color:#e7f0ec;border-radius:9px;padding:10px 11px;margin:2px 0}.admin-side .admin-nav-item:hover{background:rgba(255,255,255,.08)}.admin-side .admin-nav-item.active{background:linear-gradient(90deg,#c33a76,#dd5c92);color:#fff}.admin-main{min-width:0}.admin-card,.admin-panel{background:#fff;border:1px solid #eadfe4;border-radius:14px;box-shadow:0 7px 24px rgba(13,52,40,.06);padding:18px}.admin-panel-head{display:flex;justify-content:space-between;align-items:center;gap:12px;border-bottom:1px solid #eee5e8;padding-bottom:12px;margin-bottom:15px}.admin-panel-head h2,.admin-card h3{color:#123b2f}.admin-stat-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;margin-bottom:16px}.admin-stat{border:1px solid #eadfe4;border-radius:12px;background:linear-gradient(180deg,#fff,#fff9fb);padding:16px;box-shadow:0 5px 16px rgba(0,0,0,.04)}.admin-form{display:grid;gap:13px}.admin-grid-2{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:13px}.form-field{display:flex;flex-direction:column;gap:6px}.form-field label{font-size:12px;font-weight:700;color:#385449}.form-field input,.form-field select,.form-field textarea,.admin-form input,.admin-form select,.admin-form textarea{width:100%;border:1px solid #dcd1d6;border-radius:9px;background:#fff;padding:10px 11px;font:inherit;font-size:12px;color:#183c31;outline:none;transition:.15s}.form-field input:focus,.form-field select:focus,.form-field textarea:focus,.admin-form input:focus,.admin-form select:focus,.admin-form textarea:focus{border-color:#d64d87;box-shadow:0 0 0 3px rgba(214,77,135,.10)}.form-field textarea,.admin-form textarea{min-height:92px;resize:vertical}.hint{font-size:10.5px;color:#7b8b84}.form-actions{display:flex;gap:8px;flex-wrap:wrap;margin-top:5px}.btn-solid,.btn-line{font-family:inherit;border-radius:9px;font-weight:700}.btn-solid{background:linear-gradient(180deg,#de5a91,#c23a76);border-color:#c23a76}.btn-line{border-color:#d64d87;color:#b7336d;background:#fff}.badge-soft{background:#fae3ed;color:#af336a;border-radius:999px;padding:3px 8px}.img-preview-strip{display:flex;gap:8px;flex-wrap:wrap;padding:8px 0}@media(max-width:760px){.admin-shell{grid-template-columns:1fr;gap:9px}.admin-side{position:relative;top:auto;border-radius:9px;padding:7px;display:flex;overflow:auto;gap:4px}.admin-side .admin-nav-item{flex:0 0 auto;font-size:9px;padding:7px 8px}.admin-card,.admin-panel{border-radius:9px;padding:10px}.admin-stat-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:6px}.admin-stat{padding:9px}.admin-grid-2{grid-template-columns:1fr}.form-field input,.form-field select,.form-field textarea,.admin-form input,.admin-form select,.admin-form textarea{font-size:10px;padding:7px 8px}.admin-panel-head h2{font-size:14px}}html{background:#fff}body{font-family:"Kanit",sans-serif!important;color:#153c31!important;background:#fff!important}.wrap{width:min(100% - 36px,1460px)!important;max-width:1460px!important;margin-inline:auto!important}.market-utility{height:36px;background:linear-gradient(90deg,#b72e69 0%,#d04a83 48%,#b72e69 100%);color:#fff;border:0;position:relative;z-index:31}.market-utility-inner{height:36px;display:grid;grid-template-columns:auto minmax(520px,1fr) auto;align-items:center;gap:22px;font-size:11px;white-space:nowrap}.market-welcome b{text-decoration:underline;text-underline-offset:2px}.market-promises{display:flex;justify-content:center;gap:34px;font-weight:500}.market-account{display:flex;align-items:center;gap:12px}.market-account a{color:#fff;text-decoration:none}.market-sep{opacity:.55}.site-announce{display:none!important}.admin-ribbon{display:none!important}.topbar{background:#052f24!important;border:0!important;box-shadow:none!important}.topbar .wrap{height:100px!important;min-height:100px!important;padding:0!important;display:grid!important;grid-template-columns:300px minmax(360px,1fr) auto!important;gap:22px!important;align-items:center!important}.brand{display:flex!important;align-items:center!important;gap:12px!important;text-decoration:none!important;min-width:0}.brand-logo{width:62px!important;height:62px!important;min-width:62px!important}.brand-logo img{width:100%!important;height:100%!important;object-fit:contain!important}.brand-name-th{font-size:23px!important;line-height:1.05!important;font-weight:800!important;color:#fff!important;white-space:nowrap!important}.brand-name-en{font-size:12px!important;color:#d6d8d6!important;margin-top:6px!important}.header-search{display:flex!important;position:relative!important;align-items:center!important;width:100%!important;max-width:none!important;margin:0!important}.header-search input{height:48px!important;width:100%!important;border:0!important;border-radius:26px!important;background:#fff!important;color:#333!important;padding:0 64px 0 20px!important;font:400 14px "Kanit",sans-serif!important;box-shadow:none!important;outline:none!important}.header-search button{position:absolute!important;right:0!important;top:0!important;width:58px!important;height:48px!important;border:0!important;border-radius:0 26px 26px 0!important;background:#d34c86!important;color:#fff!important;display:grid!important;place-items:center!important}.header-search button svg{width:21px!important;height:21px!important}.top-info{display:none!important}.top-actions{display:flex!important;align-items:center!important;justify-content:flex-end!important;gap:11px!important;white-space:nowrap!important}.top-actions .action{display:flex!important;align-items:center!important;gap:7px!important;min-width:0!important;color:#fff!important;text-decoration:none!important;padding:7px 5px!important;border-radius:7px!important;font-size:11.5px!important;background:transparent!important}.top-actions .action svg{width:25px!important;height:25px!important;stroke-width:1.6!important}.top-actions .action:hover{background:rgba(255,255,255,.07)!important}.cart-count{background:#db4d87!important;color:#fff!important;border:2px solid #052f24!important}.navbar{height:44px!important;background:linear-gradient(90deg,#c43a77,#df5d95,#ca3f7d)!important;border:0!important;box-shadow:0 2px 8px rgba(36,25,31,.11)!important}.navbar .wrap{height:44px!important;display:grid!important;grid-template-columns:280px minmax(0,1fr)!important;padding:0!important;gap:0!important}.navbar .wrap:before{content:"☰ หมวดหมู่สินค้า"!important;height:44px!important;display:flex!important;align-items:center!important;padding:0 20px!important;background:#7c244d!important;color:#fff!important;font-size:14px!important;font-weight:700!important;letter-spacing:0!important}.nav-links{display:flex!important;height:44px!important;align-items:stretch!important;justify-content:flex-start!important;overflow:hidden!important;gap:0!important;margin:0!important;padding:0!important}.nav-links li{display:block!important;flex:0 0 auto!important}.nav-links li:nth-child(n+7){display:none!important}.nav-links a{height:44px!important;display:flex!important;align-items:center!important;padding:0 28px!important;color:#fff!important;font-size:13px!important;font-weight:600!important;text-decoration:none!important;background:transparent!important}.nav-links li.active a,.nav-links a:hover{background:rgba(81,14,45,.16)!important}.nav-search{display:none!important}.home-commerce{width:min(100% - 36px,1460px)!important;max-width:1460px!important;margin:0 auto!important;padding:0!important;display:grid!important;grid-template-columns:280px minmax(0,1fr)!important;gap:10px!important;background:#fff!important;align-items:start!important}.home-cat-sidebar{margin:0!important;border-radius:0 0 8px 8px!important;border:1px solid #eee7ea!important;border-top:0!important;box-shadow:0 4px 14px rgba(30,48,40,.08)!important;overflow:hidden!important;background:#fff!important}.home-cat-link{height:36px!important;padding:0 18px!important;font-size:12px!important;color:#153d31!important;border-bottom:1px solid #f2edef!important;background:#fff!important}.home-cat-link:hover{background:#fff4f8!important;color:#b7326c!important;padding-left:21px!important}.home-cat-link .mini-icon{width:20px!important;height:20px!important}.home-cat-link .mini-icon svg{width:15px!important;height:15px!important}.home-cat-link .chev{font-size:15px!important}.home-cat-all{height:38px!important;background:#d64e87!important;font-size:12px!important;color:#fff!important}.home-main-column{padding-top:4px!important}.home-main-column .hero{padding:0!important;margin:0!important;background:transparent!important}.home-main-column .hero-slide{aspect-ratio:3.58/1!important;border-radius:4px!important;background:#071e18!important;overflow:hidden!important;box-shadow:none!important}.home-main-column .hero-slide img{width:100%!important;height:100%!important;object-fit:cover!important}.hero-scrim{display:none!important}.hero-arrow{width:34px!important;height:34px!important;background:rgba(2,28,21,.50)!important;color:#fff!important;border:0!important}.hero-progress{bottom:10px!important}.home-benefits{grid-column:2!important;margin:10px 0 0!important;padding:8px 4px!important;min-height:82px!important;background:#fff!important;border:1px solid #eee7ea!important;border-radius:5px!important;box-shadow:0 3px 12px rgba(25,45,37,.06)!important;display:grid!important;grid-template-columns:repeat(4,1fr)!important}.home-benefit{min-height:64px!important;gap:13px!important;border-right:1px solid #eee!important;padding:6px 16px!important;justify-content:center!important}.home-benefit .bi{width:34px!important;height:34px!important;background:#f5f7f6!important;color:#052f24!important;font-size:17px!important}.home-benefit b{font-size:13px!important}.home-benefit small{display:block!important;font-size:10.5px!important;color:#64786f!important}body[data-page="home"] .brand-row{display:block!important}body[data-page="home"] .prod-section{padding:20px 0 35px!important;background:#fff!important}body[data-page="home"] .prod-section .wrap{width:min(100% - 36px,1460px)!important;display:grid!important;grid-template-columns:280px minmax(0,1fr)!important;column-gap:14px!important;row-gap:8px!important;align-items:stretch!important}body[data-page="home"] .prod-section .sec-head{grid-column:2!important;margin:0!important;min-height:42px!important;align-items:center!important}.sec-head h2{font-size:22px!important;color:#163d31!important}.btn-outline{height:34px!important;border-radius:5px!important;background:#d64e87!important;border-color:#d64e87!important;color:#fff!important;padding:0 16px!important;font-size:11.5px!important}.home-member-card{grid-column:1!important;grid-row:1/span 2!important;min-height:286px!important;border-radius:6px!important;background:#fff!important;border:1px solid #eee5e8!important;padding:18px 16px!important;box-shadow:0 3px 12px rgba(24,44,36,.05)!important}.home-member-card h3{font-size:20px!important}.home-member-card>p{font-size:12px!important;margin:3px 0 17px!important}.member-point{font-size:11px!important;margin:10px 0!important}.gift-visual{font-size:58px!important;margin-top:18px!important}body[data-page="home"] .prod-section .prod-grid{grid-column:2!important;grid-template-columns:repeat(5,minmax(0,1fr))!important;gap:10px!important}.prod-card{border:1px solid #eee8ea!important;border-radius:5px!important;box-shadow:0 2px 9px rgba(20,50,39,.05)!important;background:#fff!important;overflow:hidden!important}.prod-card:hover{transform:translateY(-2px)!important;box-shadow:0 8px 20px rgba(20,50,39,.10)!important}.prod-img{aspect-ratio:1.18/1!important;background:#fff!important;padding:8px!important}.prod-img img{object-fit:contain!important}.prod-info{padding:8px 10px 10px!important}.prod-info .p-brand{font-size:10.5px!important;color:#183b31!important}.prod-info .p-name{font-size:11px!important;line-height:1.35!important;min-height:30px!important;color:#183b31!important}.p-price{font-size:14px!important;color:#e61c55!important}.p-price-old{font-size:10px!important;color:#9ea9a4!important}.prod-tag{top:8px!important;left:8px!important;font-size:9px!important;padding:3px 8px!important;border-radius:12px!important}.tsk-round-action{width:28px!important;height:28px!important}body[data-page="products"] .breadcrumb{display:none!important}body[data-page="products"]>section.section{padding:14px 0 40px!important}body[data-page="products"] .listing-layout{display:grid!important;grid-template-columns:240px minmax(0,1fr)!important;gap:14px!important;align-items:start!important}body[data-page="products"] .filter-box{position:sticky!important;top:8px!important;max-height:calc(100vh - 16px)!important;border:1px solid #eee5e8!important;border-radius:6px!important;padding:0 0 12px!important;overflow:auto!important;background:#fff!important;box-shadow:0 3px 14px rgba(20,48,38,.06)!important}body[data-page="products"] .filter-box>h3{margin:0!important;height:44px!important;display:flex!important;align-items:center!important;padding:0 16px!important;background:#7c244d!important;color:#fff!important;border:0!important;font-size:14px!important}body[data-page="products"] .filter-group{padding:10px 14px 4px!important;margin:0!important;border:0!important}body[data-page="products"] .filter-group h4{font-size:12px!important;color:#bf3b76!important;margin:0 0 5px!important}body[data-page="products"] .filter-opt{display:flex!important;align-items:center!important;gap:7px!important;padding:4px 0!important;font-size:11px!important;min-height:27px!important}.filter-opt .count{margin-left:auto!important;color:#98a69f!important}body[data-page="products"] .price-range{gap:5px!important}.price-range input{height:32px!important;font-size:10px!important;padding:4px 6px!important}.filter-box .btn-line,.filter-box>.btn-outline{height:32px!important;font-size:10px!important;margin-top:6px!important}body[data-page="products"] .listing-toolbar{min-height:42px!important;display:flex!important;align-items:center!important;border-bottom:1px solid #eee5e8!important;padding:0 0 9px!important}.sort-select{height:34px!important;font-size:11px!important}.count-label{font-size:12px!important}.chip-row{min-height:8px!important;margin:7px 0!important}.chip{font-size:10px!important;padding:4px 7px!important}body[data-page="products"] .listing-grid{grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:10px!important}.mobile-filter-toggle{display:none!important}body:not([data-page="home"]):not([data-page="products"]) .section{background:#fff}.admin-shell,.account-shell,.checkout-shell,.content-card{border-radius:8px!important}footer{background:#052f24!important;border-top:4px solid #d64e87!important}@media(max-width:1180px){.market-utility-inner{grid-template-columns:auto 1fr auto;gap:10px;font-size:9.5px}.market-promises{gap:12px}.topbar .wrap{grid-template-columns:250px minmax(300px,1fr) auto!important;gap:12px!important}.brand-name-th{font-size:19px!important}.brand-logo{width:54px!important;height:54px!important;min-width:54px!important}.top-actions{gap:4px!important}.top-actions .action{font-size:10px!important}.top-actions .action span:not(.cart-count){display:none!important}.navbar .wrap,.home-commerce,body[data-page="home"] .prod-section .wrap{grid-template-columns:220px minmax(0,1fr)!important}.navbar .wrap:before{padding:0 14px!important;font-size:12px!important}.nav-links a{padding:0 18px!important;font-size:11.5px!important}body[data-page="products"] .listing-layout{grid-template-columns:205px minmax(0,1fr)!important}.listing-grid{grid-template-columns:repeat(4,minmax(0,1fr))!important}}@media(max-width:760px){body{padding-bottom:58px!important;overflow-x:hidden!important}#site-header{position:relative!important;top:auto!important}.market-utility{height:27px!important}.market-utility-inner{width:100%!important;height:27px!important;padding:0 8px!important;display:flex!important;justify-content:space-between!important;font-size:8px!important}.market-promises{display:none!important}.market-account span:first-child,.market-sep,.market-account a:last-child{display:none!important}.topbar .wrap{width:100%!important;height:auto!important;min-height:74px!important;padding:8px 10px!important;display:grid!important;grid-template-columns:minmax(0,1fr) auto!important;grid-template-rows:46px 40px!important;gap:5px 8px!important}.brand{grid-column:1!important;grid-row:1!important}.brand-logo{width:42px!important;height:42px!important;min-width:42px!important}.brand-name-th{font-size:16px!important}.brand-name-en{font-size:8px!important;margin-top:3px!important}.top-actions{grid-column:2!important;grid-row:1!important}.top-actions .action{padding:4px 2px!important}.top-actions .action svg{width:20px!important;height:20px!important}.header-search{grid-column:1/3!important;grid-row:2!important}.header-search input{height:36px!important;font-size:11px!important}.header-search button{height:36px!important;width:44px!important}.navbar{height:38px!important}.navbar .wrap{width:100%!important;height:38px!important;display:grid!important;grid-template-columns:104px minmax(0,1fr)!important}.navbar .wrap:before{height:38px!important;padding:0 8px!important;font-size:9.5px!important}.nav-links{height:38px!important;overflow-x:auto!important}.nav-links a{height:38px!important;padding:0 10px!important;font-size:9px!important}.home-commerce{width:100%!important;padding:0 6px!important;grid-template-columns:104px minmax(0,1fr)!important;gap:6px!important}.home-cat-link{height:29px!important;padding:0 6px!important;font-size:8.5px!important}.home-cat-link .cat-left{gap:4px!important}.home-cat-link .mini-icon{width:14px!important;height:14px!important}.home-cat-link .mini-icon svg{width:12px!important;height:12px!important}.home-cat-link .chev{font-size:11px!important}.home-cat-all{height:31px!important;font-size:8.5px!important}.home-main-column{padding-top:3px!important}.home-main-column .hero-slide{aspect-ratio:2.2/1!important;border-radius:3px!important}.hero-arrow{width:25px!important;height:25px!important}.home-benefits{grid-column:1/3!important;margin:6px 0!important;min-height:0!important;padding:5px 2px!important}.home-benefit{min-height:42px!important;padding:3px!important;gap:4px!important}.home-benefit .bi{width:23px!important;height:23px!important;font-size:11px!important}.home-benefit b{font-size:7.7px!important}.home-benefit small{font-size:6.5px!important}body[data-page="home"] .prod-section{padding:8px 6px 20px!important}.home-member-card{display:none!important}body[data-page="home"] .prod-section .wrap{width:100%!important;display:block!important}.sec-head h2{font-size:16px!important}.btn-outline{height:28px!important;font-size:9px!important}.prod-section .sec-head{display:flex!important;margin-bottom:6px!important}body[data-page="home"] .prod-section .prod-grid{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:5px!important}body[data-page="products"]>section.section{padding:6px!important}.listing-layout,body[data-page="products"] .listing-layout{display:grid!important;grid-template-columns:104px minmax(0,1fr)!important;gap:6px!important}body[data-page="products"] .filter-box{display:block!important;position:sticky!important;top:4px!important;transform:none!important;left:auto!important;right:auto!important;width:auto!important;height:auto!important;max-height:calc(100vh - 10px)!important;border-radius:4px!important;padding-bottom:4px!important;z-index:2!important;box-shadow:0 2px 8px rgba(20,45,36,.06)!important}body[data-page="products"] .filter-box>h3{height:34px!important;padding:0 7px!important;font-size:9.5px!important;background:#7c244d!important}body[data-page="products"] .filter-group{padding:5px 6px!important}body[data-page="products"] .filter-group:first-of-type,body[data-page="products"] .filter-group:nth-of-type(3),body[data-page="products"] .filter-group:nth-of-type(4),body[data-page="products"] .filter-box>.btn-outline{display:none!important}body[data-page="products"] .filter-group h4{font-size:8.5px!important;margin-bottom:3px!important}.filter-opt{gap:3px!important;font-size:7.7px!important;padding:2px 0!important;min-height:20px!important}.filter-opt input{width:10px!important;height:10px!important}.filter-opt .count{font-size:6.5px!important}.mobile-filter-toggle{display:none!important}body[data-page="products"] .listing-toolbar{min-height:30px!important;padding-bottom:4px!important}.count-label{font-size:8px!important}.sort-select{height:27px!important;max-width:100px!important;font-size:7px!important;padding:2px!important}.chip-row{margin:2px 0!important}.chip{font-size:7px!important;padding:2px 4px!important}body[data-page="products"] .listing-grid{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:4px!important}.prod-card{border-radius:3px!important;min-width:0!important}.prod-img{padding:3px!important;aspect-ratio:1/1!important}.prod-info{padding:4px!important}.prod-info .p-brand{font-size:6.5px!important}.prod-info .p-name{font-size:7px!important;line-height:1.25!important;min-height:18px!important;display:-webkit-box!important;-webkit-line-clamp:2!important;-webkit-box-orient:vertical!important;overflow:hidden!important}.p-price{font-size:8.5px!important}.p-price-old{font-size:6px!important}.prod-tag{font-size:5.8px!important;padding:2px 4px!important;top:3px!important;left:3px!important}.tsk-card-actions{top:2px!important;right:2px!important}.tsk-round-action{width:18px!important;height:18px!important}.tsk-round-action svg{width:10px!important;height:10px!important}.p-cart{width:20px!important;height:20px!important}.p-cart svg{width:10px!important;height:10px!important}footer{margin-bottom:0!important}.mobile-bottom-nav{height:54px!important}}@media(max-width:430px){.home-commerce{grid-template-columns:94px minmax(0,1fr)!important}.listing-layout,body[data-page="products"] .listing-layout{grid-template-columns:94px minmax(0,1fr)!important}.navbar .wrap{grid-template-columns:94px minmax(0,1fr)!important}body[data-page="products"] .listing-grid,body[data-page="home"] .prod-section .prod-grid{grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:3px!important}}.tsk-trust-strip{display:none!important}body[data-page="home"] .brand-row{display:block!important}body[data-page="home"] .hero-features{display:none!important}body[data-page="home"] #categories,body[data-page="home"] .feat-strip{display:none!important}@media(min-width:761px){body[data-page="home"] .home-commerce{max-width:1460px!important;width:calc(100% - 40px)!important;margin:0 auto!important;padding:0!important;display:grid!important;grid-template-columns:280px minmax(0,1fr)!important;grid-template-rows:auto auto!important;column-gap:10px!important;row-gap:10px!important;background:#fff!important;}body[data-page="home"] .home-cat-sidebar{grid-column:1!important;grid-row:1!important;display:block!important;min-height:0!important}body[data-page="home"] .home-cat-list{display:flex!important;flex-direction:column!important;min-height:420px!important}body[data-page="home"] .home-cat-link{display:flex!important;height:42px!important;visibility:visible!important;opacity:1!important}body[data-page="home"] .home-main-column{grid-column:2!important;grid-row:1!important;min-width:0!important}body[data-page="home"] .home-main-column .hero-slide{width:100%!important;min-height:360px!important;height:auto!important;aspect-ratio:3.35/1!important;background:#052d22!important}body[data-page="home"] .home-main-column .hero-layer{display:block!important;width:100%!important;height:100%!important;object-fit:cover!important;opacity:1}body[data-page="home"] .home-benefits{grid-column:2!important;grid-row:2!important;margin:0!important}body[data-page="home"] .prod-section{padding-top:26px!important}body[data-page="home"] .prod-section .wrap{max-width:1460px!important;width:calc(100% - 40px)!important;grid-template-columns:280px minmax(0,1fr)!important;gap:14px!important}body[data-page="home"] .prod-section .prod-grid{grid-template-columns:repeat(5,minmax(0,1fr))!important}}@media(max-width:760px){body[data-page="products"] .breadcrumb{display:none!important}body[data-page="products"]>section.section{padding:4px!important}body[data-page="products"] .listing-layout{grid-template-columns:96px minmax(0,1fr)!important;gap:5px!important}body[data-page="products"] .filter-box{display:block!important;visibility:visible!important;opacity:1!important}body[data-page="products"] .filter-box>h3{font-size:9px!important;padding:0 6px!important;height:32px!important}body[data-page="products"] .filter-group:nth-of-type(2){display:block!important;padding:5px 5px!important}body[data-page="products"] .filter-group:nth-of-type(2) h4{font-size:8.5px!important}body[data-page="products"] .filter-group:nth-of-type(1),body[data-page="products"] .filter-group:nth-of-type(3),body[data-page="products"] .filter-group:nth-of-type(4),body[data-page="products"] .filter-box>.btn-outline{display:none!important}body[data-page="products"] #categoryFilters .filter-opt{display:flex!important;font-size:7.5px!important;line-height:1.15!important}body[data-page="products"] .listing-grid{grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:3px!important}}body[data-page="home"] .brand-row{display:block!important;background:#f7f7f7!important;border-top:1px solid #ececec!important;border-bottom:1px solid #e9e9e9!important;padding:28px 0 30px!important;margin:0!important;}body[data-page="home"] .brand-row .wrap{width:min(100% - 36px,1460px)!important;max-width:1460px!important;margin:0 auto!important}body[data-page="home"] .brand-row .brand-head{display:flex!important;justify-content:center!important;margin:0 0 28px!important}body[data-page="home"] .brand-row .brand-head h2{font-size:27px!important;font-weight:800!important;color:#113a2e!important;text-align:center!important;margin:0!important}body[data-page="home"] .brand-list{display:grid!important;grid-template-columns:repeat(9,minmax(80px,1fr))!important;align-items:center!important;justify-items:center!important;gap:28px 34px!important}body[data-page="home"] .brand-box{height:44px!important;width:100%!important;display:flex!important;align-items:center!important;justify-content:center!important;padding:3px!important}body[data-page="home"] .brand-box img{display:block!important;max-width:125px!important;max-height:42px!important;width:auto!important;height:auto!important;object-fit:contain!important}body[data-page="home"] .hero-layer{background:#082f24!important}@media(max-width:1000px){body[data-page="home"] .brand-list{grid-template-columns:repeat(6,minmax(60px,1fr))!important;gap:20px 18px!important}}@media(max-width:760px){body[data-page="home"] .brand-row{padding:16px 6px 18px!important}body[data-page="home"] .brand-row .wrap{width:100%!important}body[data-page="home"] .brand-row .brand-head{margin-bottom:14px!important}body[data-page="home"] .brand-row .brand-head h2{font-size:16px!important}body[data-page="home"] .brand-list{grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:12px 8px!important}body[data-page="home"] .brand-box{height:34px!important}body[data-page="home"] .brand-box img{max-width:72px!important;max-height:30px!important}}:root{--ui-pink:#d74480;--ui-pink-deep:#b62f68;--ui-green:#0a3327;--ui-green-2:#123f32;--ui-line:#eadfe4;--ui-soft:#faf7f8;--ui-text:#173c31;--ui-muted:#70877e;--ui-shadow:0 8px 24px rgba(24,55,44,.08);}.market-promises span,.market-phone{display:inline-flex;align-items:center;gap:7px!important;white-space:nowrap}.market-promises svg,.market-phone svg{width:16px;height:16px;flex:0 0 16px;stroke-linecap:round;stroke-linejoin:round}.market-promises span{opacity:.97}.market-promises span:hover{opacity:1}.market-account a{transition:opacity .18s,color .18s}.market-account a:hover{opacity:.82}.navbar .wrap:before{content:none!important;display:none!important}.category-nav-label{height:44px;display:flex;align-items:center;gap:10px;padding:0 19px;background:linear-gradient(135deg,#7a244c,#63213f);color:#fff;font-size:14px;font-weight:700;box-sizing:border-box;box-shadow:inset 0 -1px rgba(255,255,255,.06)}.category-nav-label svg{width:18px;height:18px;flex:0 0 18px;stroke-linecap:round}.navbar .wrap{grid-template-columns:280px minmax(0,1fr) 360px!important}.home-cat-sidebar{box-shadow:0 6px 22px rgba(28,53,44,.07)!important;border:1px solid #eee5e8!important;overflow:hidden}.home-cat-title{background:linear-gradient(135deg,#7a244c,#61203e)!important}.home-cat-link .mini-icon{border-radius:7px;background:#f7f2f4;transition:.18s;background-color:#f7f2f4}.home-cat-link:hover .mini-icon{background:#fbe8f1;color:#b62f68}.home-cat-link .chev{font-family:Arial,sans-serif;font-weight:400;color:#9baca5!important}.home-cat-all{background:linear-gradient(90deg,#cf3c78,#df548f)!important;box-shadow:0 5px 14px rgba(207,60,120,.15)}.home-benefits{border:1px solid #eee5e8!important;box-shadow:0 6px 22px rgba(24,55,44,.06)!important;border-radius:8px!important;overflow:hidden}.home-benefit{position:relative}.home-benefit+.home-benefit:before{content:"";position:absolute;left:0;top:18%;bottom:18%;width:1px;background:#eee5e8}.home-benefit .bi{background:#f5faf7!important;border:1px solid #e4eee9!important;color:#0b3b2e!important;border-radius:50%!important;display:grid!important;place-items:center!important}.home-benefit .bi svg{width:55%;height:55%;stroke-linecap:round;stroke-linejoin:round}.home-benefit b{color:#123a2e}.home-benefit small{color:#7b8f86}.home-member-card{position:relative;overflow:hidden!important;background:linear-gradient(180deg,#fff,#fff8fb)!important}.home-member-card:after{content:"";position:absolute;width:120px;height:120px;border-radius:50%;right:-45px;bottom:-55px;background:radial-gradient(circle,rgba(218,67,127,.12),transparent 70%);pointer-events:none}.member-point:before{content:""!important;background-color:#d74480!important;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='2.4' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m7 12 3 3 7-7'/%3E%3C/svg%3E")!important;background-size:12px!important;background-repeat:no-repeat!important;background-position:center!important}.gift-visual{font-size:0!important;display:flex!important;justify-content:center!important;align-items:center!important}.gift-visual svg{width:82px;height:82px;filter:drop-shadow(0 9px 13px rgba(196,51,112,.16))}.prod-card{border:1px solid #eee8ea!important;box-shadow:0 3px 12px rgba(24,55,44,.035)!important;transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease!important;overflow:hidden}.prod-card:hover{transform:translateY(-3px)!important;box-shadow:0 12px 28px rgba(24,55,44,.10)!important;border-color:#ead4de!important}.tsk-round-action,.p-cart,.hero-arrow{display:grid!important;place-items:center!important;transition:transform .18s ease,background .18s ease,color .18s ease!important}.tsk-round-action:hover,.p-cart:hover,.hero-arrow:hover{transform:translateY(-1px) scale(1.04)}.btn-solid,.btn-outline{border-radius:8px!important;font-weight:600!important;transition:transform .18s ease,box-shadow .18s ease,background .18s ease!important}.btn-solid:hover,.btn-outline:hover{transform:translateY(-1px);box-shadow:0 7px 16px rgba(30,65,53,.10)}.tsk-mobile-dock{background:rgba(255,255,255,.96)!important;border-top:1px solid #eadfe4!important;box-shadow:0 -8px 24px rgba(18,47,37,.08)!important;backdrop-filter:blur(12px)}.tsk-mobile-dock a{color:#557168!important;font-weight:500!important;gap:2px!important;transition:color .18s,transform .18s}.tsk-mobile-dock a b{display:grid!important;place-items:center!important;width:24px!important;height:24px!important;font-size:0!important;margin:0 auto!important}.tsk-mobile-dock a b svg{width:20px!important;height:20px!important;stroke-linecap:round;stroke-linejoin:round}.tsk-mobile-dock a:hover{color:#c73570!important;transform:translateY(-1px)}body[data-page="home"] .tsk-mobile-dock a[href="index.html"],body[data-page="products"] .tsk-mobile-dock a[href="products.html"],body[data-page="wishlist"] .tsk-mobile-dock a[href="wishlist.html"],body[data-page="cart"] .tsk-mobile-dock a[href="cart.html"],body[data-page="account"] .tsk-mobile-dock a[href="account.html"]{color:#c73570!important;font-weight:700!important}.tsk-compare-close{border:0;background:rgba(255,255,255,.12);color:#fff;width:29px;height:29px;border-radius:50%;display:grid;place-items:center;cursor:pointer}.tsk-compare-close svg{width:15px;height:15px}.tsk-compare-close:hover{background:rgba(255,255,255,.22)}.tsk-privacy-notice{position:fixed;left:12px;right:12px;bottom:74px;z-index:9998;max-width:760px;margin:auto;background:rgba(255,255,255,.98);border:1px solid #eadde3;border-radius:14px;padding:13px 14px;box-shadow:0 16px 42px rgba(15,44,34,.16);display:grid;grid-template-columns:34px 1fr auto;align-items:center;gap:11px;font-size:12.5px;line-height:1.55;color:#35534a;backdrop-filter:blur(10px)}.tsk-privacy-icon{width:34px;height:34px;border-radius:10px;background:#f8edf2;color:#bd356c;display:grid;place-items:center}.tsk-privacy-icon svg{width:20px;height:20px;stroke-linecap:round;stroke-linejoin:round}.tsk-privacy-copy a{color:#b83269;font-weight:600}.tsk-privacy-ok{border:0;border-radius:999px;padding:8px 15px;background:#0b3428;color:#fff;font:inherit;font-weight:600;cursor:pointer}.tsk-privacy-ok:hover{background:#16493a}.page-title-icon{display:flex;align-items:center;gap:10px!important}.page-title-icon>span{width:38px;height:38px;border-radius:11px;background:#f8edf2;color:#bd356c;display:grid;place-items:center}.page-title-icon svg{width:21px;height:21px;stroke-linecap:round;stroke-linejoin:round}input,select,textarea{transition:border-color .18s,box-shadow .18s!important}input:focus,select:focus,textarea:focus{outline:none!important;border-color:#d65a8d!important;box-shadow:0 0 0 3px rgba(214,90,141,.10)!important}.admin-card,.tsk-panel{border-color:#eee5e8!important;box-shadow:0 5px 18px rgba(24,55,44,.05)!important}.brand-box{filter:none!important}.brand-box img{transition:transform .18s,filter .18s}.brand-box:hover img{transform:scale(1.045);filter:saturate(1.04)}.hero-progress span{box-shadow:0 1px 4px rgba(0,0,0,.16)}@media(max-width:1100px){.navbar .wrap{grid-template-columns:210px minmax(0,1fr) 300px!important}.category-nav-label{padding:0 13px;font-size:13px}}@media(max-width:760px){.navbar .wrap{grid-template-columns:104px minmax(0,1fr)!important}.category-nav-label{height:34px!important;padding:0 7px!important;gap:5px!important;font-size:8.8px!important}.category-nav-label svg{width:13px!important;height:13px!important}.home-benefit+.home-benefit:before{top:23%;bottom:23%}.gift-visual svg{width:44px;height:44px}.tsk-privacy-notice{grid-template-columns:30px 1fr;gap:8px;padding:10px;bottom:63px;font-size:10.5px}.tsk-privacy-icon{width:30px;height:30px;border-radius:9px}.tsk-privacy-ok{grid-column:2;justify-self:end;padding:6px 12px}}.brand-logo,.brand-logo img{background:transparent!important;border:0!important;box-shadow:none!important;padding:0!important;outline:0!important}.brand-logo img{border-radius:0!important}:root{--tsk-shadow-sm: 0 2px 8px rgba(11,46,34,.08);--tsk-shadow-md: 0 10px 26px rgba(11,46,34,.14);--tsk-shadow-lg: 0 20px 48px rgba(11,46,34,.20);--tsk-shadow-gold: 0 8px 22px rgba(199,154,85,.28);--tsk-ease: cubic-bezier(.22,.82,.28,1);--tsk-radius: 14px;--tsk-gold-line: linear-gradient(90deg,rgba(199,154,85,0) 0%,#c79a55 50%,rgba(199,154,85,0) 100%);}*{scrollbar-width:thin;scrollbar-color:#c79a55 #eef2ef;}::-webkit-scrollbar{width:10px;height:10px;}::-webkit-scrollbar-track{background:#eef2ef;}::-webkit-scrollbar-thumb{background:linear-gradient(180deg,#dcb877,#b98a44);border-radius:8px;border:2px solid #eef2ef;}::-webkit-scrollbar-thumb:hover{background:#c79a55;}::selection{background:#c79a55;color:#0B2E22;}:focus-visible{outline:2px solid #c79a55;outline-offset:2px;border-radius:4px;}img{transition:filter .5s ease;}img[loading="lazy"]{background:linear-gradient(90deg,#f2f2f0 25%,#e9e9e6 37%,#f2f2f0 63%);background-size:400% 100%;animation:tskShimmer 1.4s ease infinite;}img[loading="lazy"][src=""]{opacity:0;}@keyframes tskShimmer{0%{background-position:100% 0}100%{background-position:0 0}}body{letter-spacing:.1px;}h1,h2,h3,.sec-head h2{letter-spacing:.1px;}.topbar{position:relative;box-shadow:0 6px 20px rgba(5,25,18,.18);}.navbar{position:sticky;top:0;z-index:40;box-shadow:0 8px 20px rgba(41,20,29,.14);}.brand-logo{filter:drop-shadow(0 2px 6px rgba(0,0,0,.25));}.nav-search input{transition:box-shadow .25s var(--tsk-ease),transform .25s var(--tsk-ease);}.nav-search input:focus{box-shadow:0 0 0 3px rgba(199,154,85,.35);transform:translateY(-1px);}.sec-head{position:relative;}.sec-head h2{position:relative;padding-bottom:10px;}.sec-head h2::after{content:"";position:absolute;left:0;bottom:0;width:46px;height:3px;border-radius:3px;background:var(--tsk-gold-line);background:linear-gradient(90deg,#c79a55,#e8c98d);}.btn-solid,.btn-line,.btn-outline{position:relative;overflow:hidden;transition:transform .22s var(--tsk-ease),box-shadow .22s var(--tsk-ease),background-color .22s var(--tsk-ease),color .22s var(--tsk-ease);}.btn-solid{box-shadow:var(--tsk-shadow-sm);}.btn-solid:hover{transform:translateY(-2px);box-shadow:var(--tsk-shadow-gold);}.btn-solid:active,.btn-line:active,.btn-outline:active{transform:translateY(0) scale(.98);}.btn-line:hover{box-shadow:var(--tsk-shadow-sm);transform:translateY(-2px);}.btn-solid::before,.btn-line::before{content:"";position:absolute;inset:0;background:linear-gradient(115deg,transparent 40%,rgba(255,255,255,.35) 50%,transparent 60%);transform:translateX(-120%);transition:transform .6s var(--tsk-ease);pointer-events:none;}.btn-solid:hover::before,.btn-line:hover::before{transform:translateX(120%);}.cat-card{box-shadow:var(--tsk-shadow-sm);}.cat-card:hover{box-shadow:var(--tsk-shadow-lg);}.cat-icon-badge{box-shadow:inset 0 0 0 1px rgba(199,154,85,.25);}.prod-card{box-shadow:var(--tsk-shadow-sm)!important;transition:transform .28s var(--tsk-ease),box-shadow .28s var(--tsk-ease),border-color .28s var(--tsk-ease)!important;}.prod-card:hover{box-shadow:var(--tsk-shadow-md)!important;border-color:#e8c98d!important;}.prod-img img{transition:transform .5s var(--tsk-ease)!important;}.prod-card:hover .prod-img img{transform:scale(1.07)!important;}.prod-tag{box-shadow:0 3px 8px rgba(0,0,0,.18);}.p-price{position:relative;}.p-cart{transition:transform .22s var(--tsk-ease),box-shadow .22s var(--tsk-ease);}.p-cart:hover{transform:translateY(-2px) scale(1.05);box-shadow:var(--tsk-shadow-gold);}.brand-box img{transition:transform .3s var(--tsk-ease),filter .3s var(--tsk-ease);filter:grayscale(.15) opacity(.9);}.brand-box:hover img{transform:translateY(-3px) scale(1.04);filter:grayscale(0) opacity(1);}.hero-slide{box-shadow:var(--tsk-shadow-lg);}.hero-arrow{transition:transform .22s var(--tsk-ease),background-color .22s var(--tsk-ease);}.hero-arrow:hover{transform:translateY(-50%) scale(1.08);}.toast{backdrop-filter:blur(6px);box-shadow:0 14px 34px rgba(0,0,0,.32);border:1px solid rgba(199,154,85,.35);}input,select,textarea{transition:box-shadow .2s var(--tsk-ease),border-color .2s var(--tsk-ease);}input:focus,select:focus,textarea:focus{box-shadow:0 0 0 3px rgba(199,154,85,.28);}.reveal{opacity:1;}@media (prefers-reduced-motion: no-preference){.reveal{animation:tskFadeUp .6s var(--tsk-ease) both;}}@keyframes tskFadeUp{from{opacity:0;transform:translateY(14px)}to{opacity:1;transform:translateY(0)}}.tsk-skel{position:relative;overflow:hidden;background:#eef1ef;color:transparent!important;border-radius:8px;}.tsk-skel::after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,transparent,rgba(255,255,255,.65),transparent);transform:translateX(-100%);animation:tskSkelSweep 1.3s ease infinite;}@keyframes tskSkelSweep{to{transform:translateX(100%)}}@media (max-width: 640px){.sec-head h2::after{width:34px;height:2.5px;}.btn-solid,.btn-line{border-radius:20px;}}@media print{.hero-arrow,.toast,.nav-search,.top-actions{display:none!important;}}.filter-group h4{cursor:pointer;position:relative;padding-right:20px;user-select:none;}.filter-group h4::after{content:"";position:absolute;right:2px;top:50%;width:7px;height:7px;border-right:2px solid currentColor;border-bottom:2px solid currentColor;transform:translateY(-70%) rotate(45deg);transition:transform .22s ease;opacity:.8;}.filter-group.collapsed h4::after{transform:translateY(-30%) rotate(-135deg);}.filter-group.collapsed>*:not(h4){display:none!important;}body[data-page="home"] .brand-wordmark{color:#2e7d32;font-size:18px;font-weight:800;letter-spacing:.02em;line-height:1;}@media (max-width:760px){body[data-page="home"] .brand-wordmark{font-size:12px;}}.cat-ic{overflow:visible;transform-box:fill-box;transform-origin:50% 50%;}.cat-ic-pipe{transform:scale(1.28);}.cat-ic-bars{transform:scale(1.08);}.cat-ic-sprayer{transform:scale(1.06);}.cat-ic-plant{transform:scale(.92);}.cat-ic-boxes{transform:scale(.96);}@media (min-width:761px){body[data-page="home"] .home-main-column .hero-slide{aspect-ratio:2.1/1!important;min-height:0!important;}}@media (max-width:760px){body[data-page="home"] .home-main-column .hero-slide{aspect-ratio:2.05/1!important;}}@media (min-width:761px){body[data-page="home"] .home-commerce{align-items:stretch!important;}body[data-page="home"] .home-cat-sidebar{display:flex!important;flex-direction:column!important;height:100%!important;min-height:0!important;}body[data-page="home"] .home-cat-list{flex:1 1 auto!important;min-height:0!important;display:flex!important;flex-direction:column!important;justify-content:flex-start!important;}body[data-page="home"] .home-cat-all{margin-top:auto!important;flex:0 0 auto!important;}}.fb-chat-bubble{animation:tskFabIn .5s cubic-bezier(.34,1.56,.64,1) both;}.fb-chat-bubble:hover{transform:translateY(-3px) scale(1.1)!important;box-shadow:0 16px 34px rgba(0,0,0,.38)!important;}.back-to-top{animation:tskFabIn .5s cubic-bezier(.34,1.56,.64,1) both .08s;}@keyframes tskFabIn{from{opacity:0;transform:translateY(16px) scale(.85)}to{opacity:1;transform:none}}@media (prefers-reduced-motion: reduce){.fb-chat-bubble,.back-to-top{animation:none!important}}@media (min-width:761px){.hero-arrow{opacity:0;transition:opacity .25s ease,transform .18s ease,background .18s ease;}.hero-slide:hover .hero-arrow,.hero-arrow:focus-visible{opacity:1;}}.prod-img{overflow:hidden;}.prod-img img{transition:transform .4s cubic-bezier(.2,.7,.3,1);}.prod-card:hover .prod-img img{transform:scale(1.07);}@keyframes tskHeartPop{0%{transform:scale(1)}35%{transform:scale(1.35)}60%{transform:scale(.9)}100%{transform:scale(1)}}.tsk-round-action.pop{animation:tskHeartPop .38s ease;}.btn-solid,.btn-outline{transition:transform .18s ease,box-shadow .18s ease,background .18s ease,color .18s ease;}.btn-solid:hover,.btn-outline:hover{transform:translateY(-1px);}.btn-solid:active,.btn-outline:active{transform:translateY(0) scale(.98);}.home-cat-link .chev{transition:transform .18s ease;}.home-cat-link:hover .chev{transform:translateX(3px);}@media (prefers-reduced-motion: reduce){.prod-img img,.btn-solid,.btn-outline,.home-cat-link .chev{transition:none!important;}}.hero-progress .seg{height:5px!important;border-radius:999px!important;background:rgba(255,255,255,.28)!important;backdrop-filter:blur(1px);}.hero-progress .seg i{border-radius:999px!important;background:linear-gradient(90deg,#ffd7e8,var(--pink-light,#f2a9c6) 55%,#fff)!important;box-shadow:0 0 10px rgba(255,255,255,.65),0 0 3px rgba(255,255,255,.9)!important;}.hero-progress .seg.active i{animation-timing-function:linear!important;}.hero-progress .seg:hover{background:rgba(255,255,255,.42)!important;}.fb-chat-ping{animation:none!important;border:none!important;background:transparent!important;}.fb-chat-ping::before,.fb-chat-ping::after{content:"";position:absolute;inset:0;border-radius:50%;border:2px solid #33aaff;opacity:0;animation:tskRadarWave 2.6s cubic-bezier(.2,.65,.35,1) infinite;}.fb-chat-ping::after{animation-delay:1.3s;border-color:#c86bff;}@keyframes tskRadarWave{0%{transform:scale(1);opacity:.55;}100%{transform:scale(2.05);opacity:0;}}@media (prefers-reduced-motion: reduce){.fb-chat-ping::before,.fb-chat-ping::after{animation:none!important;opacity:0!important;}}:root{--mv-ease:cubic-bezier(.22,.75,.28,1);--mv-pink:var(--pink,#E56B9F);--mv-gold:var(--gold-soft,#E8C98D);}#site-header{transition:box-shadow .35s ease;}#site-header.scrolled{box-shadow:0 10px 28px rgba(0,0,0,.22);}#site-header.scrolled .topbar,#site-header.scrolled .navbar{backdrop-filter:blur(10px) saturate(160%);-webkit-backdrop-filter:blur(10px) saturate(160%);}#site-header.scrolled .brand-logo{transform:scale(.94);transition:transform .3s var(--mv-ease);}#site-header.scrolled .brand-name-th{letter-spacing:0;transition:.3s;}#site-header .brand-logo{transition:transform .3s var(--mv-ease);}.nav-links a{position:relative;}.nav-links a::after{content:"";position:absolute;left:16px;right:16px;bottom:6px;height:2px;border-radius:2px;background:linear-gradient(90deg,var(--mv-gold),var(--mv-pink));transform:scaleX(0);transform-origin:left;opacity:0;transition:transform .32s var(--mv-ease),opacity .32s var(--mv-ease);}.nav-links a:hover::after,.nav-links a:focus-visible::after{transform:scaleX(1);opacity:1;}.nav-links li.active a::after{display:none;}.header-search,.nav-search{transition:transform .28s var(--mv-ease),box-shadow .28s var(--mv-ease);border-radius:999px;}.header-search:focus-within,.nav-search:focus-within{transform:scale(1.045);box-shadow:0 0 0 4px rgba(229,107,159,.16),0 10px 24px rgba(229,107,159,.28);position:relative;z-index:6;}.header-search button svg,.nav-search button svg{transition:transform .2s ease;}.header-search:focus-within button svg,.nav-search:focus-within button svg{animation:mvSearchSpin .5s var(--mv-ease);}@keyframes mvSearchSpin{0%{transform:rotate(0) scale(1);}55%{transform:rotate(110deg) scale(1.18);}100%{transform:rotate(0) scale(1);}}.cat-card{--mx:50%;--my:40%;}.cat-card::after{content:"";position:absolute;inset:0;border-radius:inherit;pointer-events:none;background:radial-gradient(160px circle at var(--mx) var(--my),rgba(255,255,255,.30),transparent 62%);opacity:0;transition:opacity .35s ease;z-index:1;}.cat-card:hover::after{opacity:1;}.cat-card:hover .cat-icon-badge{transform:scale(1.07) translateY(-4px) rotate(-2deg)!important;}.cat-card .cat-icon-badge{transition:transform .32s var(--mv-ease),background .28s,border-color .28s;}.hero-features .hf-item{opacity:0;transform:translateY(14px);transition:opacity .55s var(--mv-ease),transform .55s var(--mv-ease);}.hero-features.mv-in .hf-item{opacity:1;transform:translateY(0);}.hero-features.mv-in .hf-item:nth-child(1){transition-delay:.02s;}.hero-features.mv-in .hf-item:nth-child(2){transition-delay:.16s;}.hero-features.mv-in .hf-item:nth-child(3){transition-delay:.30s;}.hero-features.mv-in .hf-item:nth-child(4){transition-delay:.44s;}.hero-features.mv-in .hf-item:nth-child(2) svg{animation:mvTruckMove 2.4s ease-in-out .9s infinite;}@keyframes mvTruckMove{0%,100%{transform:translateX(0);}50%{transform:translateX(4px);}}.hero-features.mv-in .hf-item:nth-child(1) svg,.hero-features.mv-in .hf-item:nth-child(3) svg{animation:mvShieldShine 3.6s ease-in-out 1.1s infinite;}@keyframes mvShieldShine{0%,100%{filter:drop-shadow(0 0 0 rgba(255,255,255,0));}50%{filter:drop-shadow(0 0 7px rgba(255,255,255,.85));}}.sec-head h2{opacity:0;transform:translateY(12px);transition:opacity .6s var(--mv-ease),transform .6s var(--mv-ease);}.sec-head h2::after{width:0!important;transition:width .7s var(--mv-ease) .22s!important;}.sec-head.mv-in h2{opacity:1;transform:translateY(0);}.sec-head.mv-in h2::after{width:46px!important;}body[data-page="home"] .brand-track:hover .brand-list{animation-play-state:running!important;animation-duration:95s!important;}body[data-page="home"] .brand-box{transition:opacity .3s ease,filter .3s ease,transform .3s var(--mv-ease)!important;}body[data-page="home"] .brand-track:hover .brand-box{opacity:.5;filter:grayscale(.5);}body[data-page="home"] .brand-track:hover .brand-box:hover{opacity:1;filter:none;transform:translateY(-3px) scale(1.1)!important;}.prod-card{transition:transform .38s var(--mv-ease),box-shadow .38s var(--mv-ease)!important;}.prod-card:hover{transform:translateY(-6px)!important;box-shadow:0 22px 42px rgba(11,46,34,.16),0 6px 16px rgba(199,154,85,.20)!important;}.prod-img img{transition:transform .55s var(--mv-ease)!important;}.prod-card:hover .prod-img img{transform:scale(1.045)!important;}.prod-card{position:relative;isolation:isolate;}.prod-card::before{content:"";position:absolute;inset:0;border-radius:inherit;padding:1.5px;background:linear-gradient(115deg,transparent 28%,var(--mv-pink) 46%,var(--mv-gold) 56%,transparent 74%);background-size:260% 260%;background-position:-120% -120%;-webkit-mask:linear-gradient(#000 0 0) content-box,linear-gradient(#000 0 0);-webkit-mask-composite:xor;mask-composite:exclude;opacity:0;pointer-events:none;z-index:3;transition:opacity .2s ease;}.prod-card:hover::before{opacity:1;background-position:120% 120%;transition:opacity .2s ease,background-position 1s var(--mv-ease);}.p-cart{transition:transform .32s var(--mv-ease),opacity .32s ease,box-shadow .2s ease!important;}@media (min-width:761px){.p-cart{transform:translateY(7px);opacity:.82;}.prod-card:hover .p-cart{transform:translateY(0);opacity:1;}}.home-member-card{position:relative;overflow:hidden!important;isolation:isolate;}.home-member-card>*{position:relative;z-index:2;}.gift-visual{animation:mvGiftFloat 3.8s ease-in-out infinite;}@keyframes mvGiftFloat{0%,100%{transform:translateY(0);}50%{transform:translateY(-6px);}}.home-member-card::before{content:"";position:absolute;top:0;left:-60%;width:38%;height:100%;background:linear-gradient(115deg,transparent,rgba(255,255,255,.6),transparent);transform:skewX(-18deg);pointer-events:none;z-index:1;animation:mvRibbonShine 7s ease-in-out infinite;}@keyframes mvRibbonShine{0%{left:-60%;}16%{left:130%;}100%{left:130%;}}.mv-particle-field{position:absolute;inset:0;overflow:hidden;pointer-events:none;z-index:1;border-radius:inherit;}.mv-particle-field span{position:absolute;bottom:-12px;border-radius:50%;opacity:0;background:radial-gradient(circle,rgba(229,107,159,.85),rgba(229,107,159,0) 72%);animation-name:mvParticleFloat;animation-timing-function:ease-in;animation-iteration-count:infinite;}@keyframes mvParticleFloat{0%{transform:translateY(0) scale(.6);opacity:0;}12%{opacity:.75;}80%{opacity:.35;}100%{transform:translateY(-170px) scale(1);opacity:0;}}.news-img{position:relative;}.news-img img{transition:transform 1.15s var(--mv-ease)!important;}.news-card:hover .news-img img{transform:scale(1.08);}.news-img::after{content:"";position:absolute;inset:0;background:linear-gradient(0deg,rgba(11,46,34,.55) 0%,rgba(11,46,34,.08) 55%,transparent 100%);opacity:0;transform:translateY(12%);transition:opacity .4s ease,transform .5s var(--mv-ease);pointer-events:none;}.news-card:hover .news-img::after{opacity:1;transform:translateY(0);}.news-card{transition:transform .3s var(--mv-ease),box-shadow .3s var(--mv-ease)!important;}footer{position:relative;overflow:hidden;}footer::before{content:"";position:absolute;top:-90px;left:50%;transform:translateX(-50%);width:min(700px,60%);height:190px;pointer-events:none;z-index:0;background:radial-gradient(ellipse at center,rgba(229,107,159,.16),transparent 70%);filter:blur(6px);}footer .wrap{position:relative;z-index:1;}footer .foot-links a,footer .foot-bottom .policy a,footer .foot-contact a{position:relative;transition:color .2s ease;}footer .foot-links a::after,footer .foot-bottom .policy a::after{content:"";position:absolute;left:0;right:100%;bottom:-3px;height:1px;background:linear-gradient(90deg,var(--mv-gold),var(--mv-pink));transition:right .32s var(--mv-ease);}footer .foot-links a:hover::after,footer .foot-bottom .policy a:hover::after{right:0;}.back-to-top{overflow:visible!important;}.btt-ring{position:absolute;inset:-3px;width:calc(100% + 6px);height:calc(100% + 6px);transform:rotate(-90deg);pointer-events:none;z-index:0;}.btt-ring-bg{fill:none;stroke:rgba(229,107,159,.20);stroke-width:2.4;}.btt-ring-fg{fill:none;stroke:var(--mv-pink);stroke-width:2.4;stroke-linecap:round;transition:stroke-dashoffset .15s linear;}.back-to-top svg:not(.btt-ring){position:relative;z-index:1;}.fb-chat-bubble{animation:tskFabIn .5s cubic-bezier(.34,1.56,.64,1) both,mvFabFloat 3.6s ease-in-out .7s infinite;}@keyframes mvFabFloat{0%,100%{transform:translateY(0);}50%{transform:translateY(-4px);}}@media (prefers-reduced-motion: reduce){.nav-links a::after,.header-search,.nav-search,.header-search button svg,.nav-search button svg,.cat-card::after,.cat-card .cat-icon-badge,.hero-features .hf-item,.hero-features.mv-in .hf-item:nth-child(2) svg,.hero-features.mv-in .hf-item:nth-child(1) svg,.hero-features.mv-in .hf-item:nth-child(3) svg,.sec-head h2,.sec-head h2::after,body[data-page="home"] .brand-box,.prod-card,.prod-img img,.prod-card::before,.p-cart,.gift-visual,.home-member-card::before,.mv-particle-field span,.news-img img,.news-img::after,.news-card,footer .foot-links a::after,footer .foot-bottom .policy a::after,.fb-chat-bubble{animation:none!important;transition:none!important;}.sec-head h2{opacity:1!important;transform:none!important;}.sec-head h2::after{width:46px!important;}.hero-features .hf-item{opacity:1!important;transform:none!important;}}html[data-theme="dark"]{--gray:#1b2320;}html[data-theme="dark"] body{background:#111613;color:#dfe7e2;}html[data-theme="dark"] .topbar,html[data-theme="dark"] .navbar,html[data-theme="dark"] .market-utility,html[data-theme="dark"] footer,html[data-theme="dark"] .checkout-card,html[data-theme="dark"] .summary-box,html[data-theme="dark"] .home-cat-sidebar,html[data-theme="dark"] .cat-card,html[data-theme="dark"] .prod-card,html[data-theme="dark"] .home-member-card,html[data-theme="dark"] .news-card,html[data-theme="dark"] .brand-card{background:#161d19!important;border-color:#26312c!important;color:#dfe7e2;}html[data-theme="dark"] .header-search input,html[data-theme="dark"] .nav-search input,html[data-theme="dark"] .form-field input,html[data-theme="dark"] .form-field textarea,html[data-theme="dark"] select{background:#1b2320!important;border-color:#2c3934!important;color:#dfe7e2!important;}html[data-theme="dark"] .p-name,html[data-theme="dark"] h1,html[data-theme="dark"] h2,html[data-theme="dark"] h3{color:#f2f6f4!important;}html[data-theme="dark"] .prod-tag{filter:brightness(.92);}html[data-theme="dark"] .home-cat-link{background:#161d19!important;color:#dfe7e2!important;border-color:#26312c!important;}html[data-theme="dark"] .home-cat-link:hover{background:#1f2721!important;}html[data-theme="dark"] .skeleton-card .sk-img,html[data-theme="dark"] .sk-line{background:linear-gradient(90deg,#1c2521 25%,#26312c 37%,#1c2521 63%);}.theme-toggle-btn{display:inline-flex;align-items:center;gap:6px;background:none;border:1px solid rgba(255,255,255,.28);border-radius:20px;padding:6px 12px;cursor:pointer;color:inherit;font:inherit;font-size:12px;}.theme-toggle-btn svg{width:15px;height:15px;flex:none;}.theme-toggle-btn .tt-moon{display:none;}html[data-theme="dark"] .theme-toggle-btn .tt-sun{display:none;}html[data-theme="dark"] .theme-toggle-btn .tt-moon{display:inline-block;}@media(max-width:900px){.theme-toggle-btn{padding:6px 8px;}.theme-toggle-btn .tt-label{display:none;}}.home-cat-link{--mx:50%;--my:50%;position:relative;overflow:hidden;}.home-cat-link::after{content:"";position:absolute;inset:0;pointer-events:none;opacity:0;transition:opacity .25s ease;background:radial-gradient(120px circle at var(--mx) var(--my),rgba(230,90,150,.16),transparent 65%);}.home-cat-link:hover::after{opacity:1;}@media (hover:none) and (pointer:coarse){.cat-card::after,.home-cat-link::after{transition:opacity .35s ease;}.cat-card.mv-touch-glow::after,.home-cat-link.mv-touch-glow::after{opacity:1;}.topbar{transition:padding .2s ease,box-shadow .2s ease;}body.mv-scrolled .topbar{box-shadow:0 4px 14px rgba(0,0,0,.12);}}.qv-backdrop{position:fixed;inset:0;background:rgba(10,16,13,.55);backdrop-filter:blur(2px);z-index:9998;display:flex;align-items:center;justify-content:center;padding:20px;opacity:0;pointer-events:none;transition:opacity .2s ease;}.qv-backdrop.show{opacity:1;pointer-events:auto;}.qv-modal{background:#fff;border-radius:16px;max-width:760px;width:100%;max-height:88vh;overflow:auto;display:grid;grid-template-columns:1fr 1fr;gap:0;position:relative;transform:translateY(14px) scale(.98);transition:transform .25s ease;box-shadow:0 30px 60px rgba(0,0,0,.28);}.qv-backdrop.show .qv-modal{transform:translateY(0) scale(1);}.qv-close{position:absolute;top:12px;right:12px;width:32px;height:32px;border-radius:50%;border:none;background:rgba(0,0,0,.06);cursor:pointer;display:grid;place-items:center;z-index:2;}.qv-close:hover{background:rgba(0,0,0,.12);}.qv-img{background:var(--gray);display:flex;align-items:center;justify-content:center;padding:20px;}.qv-img img{width:100%;max-height:320px;object-fit:contain;}.qv-body{padding:26px 26px 26px 10px;display:flex;flex-direction:column;}.qv-brand{font-size:12px;color:#8ea297;text-transform:uppercase;letter-spacing:.04em;}.qv-name{font-size:19px;font-weight:600;margin:6px 0 12px;line-height:1.35;}.qv-price-wrap{display:flex;align-items:baseline;gap:10px;margin-bottom:16px;}.qv-price{font-size:22px;font-weight:700;color:var(--pink-deep,#b7326c);}.qv-price-old{font-size:14px;color:#a9b6af;text-decoration:line-through;}.qv-actions{display:flex;gap:10px;margin-top:auto;padding-top:10px;}.qv-link{font-size:12.5px;color:#8ea297;margin-top:12px;}.qv-link a{color:var(--pink-deep,#b7326c);text-decoration:underline;}@media (max-width:640px){.qv-modal{grid-template-columns:1fr;}.qv-body{padding:20px;}}.tsk-round-action.qv-trigger svg{width:16px;height:16px;}.checkout-stepper{display:flex;align-items:center;gap:6px;margin:0 0 24px;list-style:none;padding:0;flex-wrap:wrap;}.checkout-stepper li{display:flex;align-items:center;gap:8px;font-size:12.5px;color:#9aa9a2;}.checkout-stepper li b{width:24px;height:24px;border-radius:50%;background:#eef1ef;color:#8ea297;font-size:11.5px;display:flex;align-items:center;justify-content:center;font-weight:600;transition:.2s;}.checkout-stepper li.done b{background:#1f8a4c;color:#fff;}.checkout-stepper li.current{color:var(--dark-1,#0b2e22);font-weight:600;}.checkout-stepper li.current b{background:var(--dark-1,#0b2e22);color:#fff;}.checkout-stepper .stepper-sep{width:26px;height:1px;background:#e4e9e6;}.trust-badges{display:flex;flex-wrap:wrap;gap:8px;margin-top:16px;padding-top:16px;border-top:1px dashed #ece5e2;}.trust-badge{display:flex;align-items:center;gap:6px;font-size:11px;color:#6c7d73;}.trust-badge svg{width:15px;height:15px;color:#1f8a4c;flex:none;}.empty-state svg,.empty-cart svg{animation:mvFloat 3.2s ease-in-out infinite;}@keyframes mvFloat{0%,100%{transform:translateY(0);}50%{transform:translateY(-6px);}}.empty-state .btn-line,.empty-state .btn-solid{margin-top:14px;}.toast{overflow:hidden;}.toast .toast-bar{position:absolute;left:0;bottom:0;height:3px;background:rgba(255,255,255,.85);width:100%;transform-origin:left;animation:none;}.toast.show .toast-bar{animation:mvToastBar 2.2s linear forwards;}@keyframes mvToastBar{from{transform:scaleX(1);}to{transform:scaleX(0);}}@media (prefers-reduced-motion: reduce){.empty-state svg,.empty-cart svg{animation:none;}.toast.show .toast-bar{animation:none;}}:root{--v30-pink:#e56b9f;--v30-dark:#062f24}.back-to-top{--btt-progress:0deg;overflow:hidden!important;border:2px solid transparent!important;background:linear-gradient(var(--dark-1,#063a2c),var(--dark-1,#063a2c)) padding-box,conic-gradient(from -90deg,var(--pink,#e56b9f) 0 var(--btt-progress),rgba(229,107,159,.18) var(--btt-progress) 360deg) border-box!important;box-shadow:0 8px 22px rgba(5,37,28,.18)!important}.back-to-top .btt-ring,.back-to-top::before,.back-to-top::after{display:none!important;content:none!important}.back-to-top:hover{background:linear-gradient(#123d30,#123d30) padding-box,conic-gradient(from -90deg,var(--pink-light,#f6a8c7) 0 var(--btt-progress),rgba(229,107,159,.22) var(--btt-progress) 360deg) border-box!important;box-shadow:0 10px 25px rgba(5,37,28,.22)!important}.fb-chat-bubble{box-shadow:0 10px 24px rgba(5,37,28,.20)!important;animation:tskFabIn .5s cubic-bezier(.34,1.56,.64,1) both,mvFabFloat 4.4s ease-in-out .7s infinite!important}.fb-chat-bubble::before,.fb-chat-bubble::after,.fb-chat-ping,.fb-chat-ping::before,.fb-chat-ping::after{content:none!important;display:none!important;animation:none!important;box-shadow:none!important;filter:none!important;border:0!important;background:none!important}.fb-chat-bubble:hover{transform:translateY(-3px) scale(1.04)!important;box-shadow:0 12px 26px rgba(5,37,28,.24)!important}a:hover,a:focus{text-decoration:none!important}.nav-links a::before,.nav-links a::after,.sec-head h2::before,.sec-head h2::after,.section-title::before,.section-title::after,.page-title::before,.page-title::after,.page-title-icon::before,.page-title-icon::after,.home-cat-link::before,.home-cat-link::after,footer a::before,footer a::after,.admin-ribbon a::before,.admin-ribbon a::after{content:none!important;display:none!important}.nav-links a,.nav-links a:hover,.nav-links a:focus-visible,.home-cat-link,.home-cat-link:hover,footer a,footer a:hover,.admin-ribbon a{text-decoration:none!important}.sec-head h2,.section-title,.page-title,.page-title-icon{padding-bottom:0!important}.brand-logo,.brand-logo img{background:transparent!important;border:0!important;outline:0!important;box-shadow:none!important;padding:0!important}.brand-logo img{border-radius:0!important}@media(prefers-reduced-motion:reduce){.fb-chat-bubble{animation:none!important}}:root{--ink:#08291f;--evergreen:#0b2e22;--emerald:#156047;--mint:#eff8f3;--line:#dce9e2;--gold:#c79a55;--rose:#e56b9f;--shadow:0 18px 45px rgba(8,41,31,.10)}body{background:linear-gradient(180deg,#f8fbf9 0,#eef5f1 100%);color:var(--ink)}.site-header,.header-main{box-shadow:0 7px 28px rgba(8,41,31,.08)}.tsk-page-shell,.ac-page,.net-wrap,.sp{position:relative}.tsk-page-shell:before,.ac-page:before,.net-wrap:before,.sp:before{content:"";position:absolute;inset:-35px 0 auto;height:240px;background:radial-gradient(ellipse at 15% 0,rgba(199,154,85,.14),transparent 55%),radial-gradient(ellipse at 90% 10%,rgba(21,96,71,.15),transparent 55%);pointer-events:none;z-index:-1}.tsk-panel,.ac-card,.net-card,.sp .card{border:1px solid var(--line)!important;border-radius:20px!important;box-shadow:var(--shadow)!important;background:rgba(255,255,255,.88)!important;backdrop-filter:blur(12px)}.btn-solid{background:linear-gradient(135deg,#0b2e22,#176249)!important;border:none!important;box-shadow:0 10px 20px rgba(11,46,34,.22);transition:transform .2s,box-shadow .2s}.btn-solid:hover{transform:translateY(-2px);box-shadow:0 14px 28px rgba(11,46,34,.28)}.btn-line{border-color:#aac6b7!important;color:#0b523b!important;background:#fff!important;transition:transform .2s,border-color .2s}.btn-line:hover{transform:translateY(-2px);border-color:var(--gold)!important}.prod-card{border-radius:18px!important;overflow:hidden;box-shadow:0 10px 22px rgba(8,41,31,.07)!important;transition:transform .25s,box-shadow .25s}.prod-card:hover{transform:translateY(-6px);box-shadow:0 20px 38px rgba(8,41,31,.15)!important}.prod-img{background:linear-gradient(145deg,#fbfdfc,#edf5f0)!important}.ac-head,.net-card>div:first-child,.sp .card>div:first-child{border-bottom-color:var(--line)!important}.ac-stats>div,.sp .stats>div{border:1px solid rgba(199,154,85,.20)!important;border-radius:16px!important;background:linear-gradient(145deg,#fffdf8,#f2f8f4)!important;box-shadow:0 8px 18px rgba(8,41,31,.05)}.ac-row,.settlement,.sp .order{transition:background .2s;padding:15px 10px!important;border-bottom-color:var(--line)!important}.ac-row:hover,.settlement:hover,.sp .order:hover{background:#f5faf7}.ac-status,.pill{font-weight:700;letter-spacing:.01em}.net-card input,.net-card textarea,.net-card select,.sp input{border-color:#c6ddd1!important;background:#fbfefc!important;transition:border-color .2s,box-shadow .2s}.net-card input:focus,.net-card textarea:focus,.net-card select:focus,.sp input:focus{outline:0;border-color:var(--gold)!important;box-shadow:0 0 0 4px rgba(199,154,85,.14)}@media(max-width:700px){.tsk-panel,.ac-card,.net-card,.sp .card{border-radius:16px!important}.prod-card:hover{transform:none}.ac-stats>div,.sp .stats>div{min-height:78px}.net-wrap,.sp{margin-top:20px!important}}#site-header .market-utility,#site-header .market-utility *{box-sizing:border-box}#site-header .market-utility .market-promises{display:flex!important;align-items:center!important;gap:22px!important}#site-header .market-utility .market-promises span,#site-header .market-utility .market-phone{display:inline-flex!important;align-items:center!important;gap:6px!important;white-space:nowrap!important;font-size:12px!important;line-height:1.2!important}#site-header .market-utility .market-promises svg,#site-header .market-utility .market-phone svg{display:block!important;width:16px!important;height:16px!important;min-width:16px!important;max-width:16px!important;max-height:16px!important;flex:0 0 16px!important}#site-header .topbar svg{max-width:26px!important;max-height:26px!important}#site-header .brand-logo svg{width:44px!important;height:44px!important;max-width:44px!important;max-height:44px!important}#site-footer .foot-contact svg,#site-footer .soc-row svg{width:16px!important;height:16px!important;max-width:16px!important;max-height:16px!important;flex:0 0 16px!important}@media(max-width:760px){#site-header .market-utility .market-promises{display:none!important}#site-header .market-utility .market-phone{font-size:10px!important}}#site-header,#site-header *{box-sizing:border-box}#site-header .market-utility svg,#site-header .market-promises svg,#site-header .market-phone svg{display:block!important;width:16px!important;height:16px!important;min-width:16px!important;min-height:16px!important;max-width:16px!important;max-height:16px!important;flex:0 0 16px!important}#site-header .topbar svg{width:22px!important;height:22px!important;min-width:0!important;min-height:0!important;max-width:22px!important;max-height:22px!important}#site-header .topbar .brand-logo svg{width:44px!important;height:44px!important;max-width:44px!important;max-height:44px!important}#site-header .market-utility{min-height:36px!important;overflow:hidden!important}#site-header .market-utility-inner{min-height:36px!important;align-items:center!important}.partner-final{background:linear-gradient(135deg,#075842,#0b7857)!important}.partner-final p{color:#e1f2e9!important}.partner-final .btn-solid{background:#fff!important;color:#075842!important;border:1px solid #d8efe1!important}.partner-journey-hero .btn-solid{background:#f3c45c!important;color:#083f30!important}.partner-journey-hero .btn-solid:hover{background:#fff0b8!important}.agent-store-controls{display:flex;align-items:center;justify-content:space-between;gap:18px;margin:-6px 0 18px!important;padding:16px 18px!important;background:linear-gradient(135deg,#eff9f3,#fff)!important;border-color:#cfe5d8!important}.agent-store-controls h2{font-size:18px!important;margin:0 0 3px!important}.agent-store-controls p{margin:0!important}.agent-store-url{display:flex;gap:8px;align-items:center;min-width:min(100%,560px)}.agent-store-url input{min-width:0;flex:1;padding:10px 12px;border:1px solid #cbded3;border-radius:10px;background:#fff;font:inherit;font-size:12px}.agent-store-url .btn-solid,.agent-store-url .btn-line{white-space:nowrap;padding:10px 12px!important}#agentProducts svg{display:none!important}#agentProducts .prod-img-wrap img{width:100%!important;height:100%!important;object-fit:contain!important;object-position:center!important}@media(max-width:760px){#site-header .market-utility{display:none!important}.agent-store-controls{display:block!important;margin:0 0 14px!important}.agent-store-url{margin-top:12px;flex-wrap:wrap}.agent-store-url input{flex-basis:100%;width:100%}.agent-store-url button,.agent-store-url a{flex:1;justify-content:center}.partner-final{padding:48px 16px!important}}.header-search{overflow:hidden!important;border:0!important;background:#fff!important;box-shadow:0 0 0 1px rgba(255,255,255,.82),0 5px 18px rgba(0,0,0,.12)!important}.header-search input{border:0!important;outline:0!important;box-shadow:none!important;background:#fff!important}.header-search button{border:0!important;box-shadow:none!important;border-radius:0!important;margin:0!important}.home-member-card{background:#fff!important;color:#123a2c!important;border:1px solid #d8e8df!important;box-shadow:0 16px 36px rgba(7,48,37,.10)!important}.home-member-card h1,.home-member-card h2,.home-member-card h3,.home-member-card p,.home-member-card li{color:#123a2c!important}.home-member-card .btn-solid{background:#0b5e43!important;color:#fff!important}.home-member-card .btn-line{border-color:#0b5e43!important;color:#0b5e43!important;background:#fff!important}.admin-side{background:linear-gradient(180deg,#063d2e,#0a5941)!important;border-color:#0b6e50!important;color:#eafff4!important;box-shadow:0 16px 34px rgba(4,48,35,.18)!important}.admin-side h4{color:#a8d9c5!important}.admin-side .admin-nav-item{color:#eafff4!important}.admin-side .admin-nav-item:hover{background:rgba(255,255,255,.12)!important}.admin-side .admin-nav-item.active{background:#fff!important;color:#0a5941!important}.admin-side .admin-nav-item .badge-soft{background:#dff6ea!important;color:#0a5941!important}.partner-final{background:linear-gradient(135deg,#063d2e,#0c684a)!important}.partner-final h2,.partner-final p{color:#fff!important}.partner-final .btn-solid,.partner-journey-hero .btn-solid{background:#fff!important;color:#074632!important;box-shadow:0 8px 22px rgba(0,0,0,.16)!important}.partner-final .btn-solid:hover,.partner-journey-hero .btn-solid:hover{background:#f2c65d!important;color:#073523!important}body.agent-center-r62 .market-utility,body.agent-center-r62 .navbar{background:#fff!important;color:#123a2c!important;border-bottom:1px solid #d9e8df!important}body.agent-center-r62 .market-utility a,body.agent-center-r62 .navbar a,body.agent-center-r62 .category-nav-label{color:#123a2c!important}body.agent-center-r62 .navbar li.active a{color:#0b6e50!important}body.agent-center-r62 .category-nav-label{background:#e9f5ee!important}body.agent-center-r62 .ac-page{background:linear-gradient(180deg,#f5fbf7,#edf6f0)!important}body.agent-center-r62 .ac-head{background:#fff;border:1px solid #d8e8df;border-radius:22px;padding:22px;box-shadow:0 12px 30px rgba(7,48,37,.08)}body.agent-center-r62 .ac-stats>div,body.agent-center-r62 .ac-card{border-color:#d8e8df!important;box-shadow:0 10px 25px rgba(7,48,37,.06)}body.agent-center-r62 .ac-stats>div:first-child{background:#0a5941!important;color:#fff!important}body.agent-center-r62 .ac-stats>div:first-child span{color:#d3efe1!important}body.agent-center-r62 .btn-solid{background:#0b6e50!important;color:#fff!important}body.agent-center-r62 .btn-line{border-color:#9ecfba!important;color:#0a5941!important;background:#fff!important}body.agent-center-r62 .ac-estimate{background:#fff4dc;border:1px solid #f2d391;color:#6a4b05;border-radius:14px;padding:12px 16px;margin:-4px 0 18px;font-size:13px}@media(max-width:760px){.header-search{box-shadow:0 0 0 1px rgba(255,255,255,.8)!important}.admin-side{position:static!important}.home-member-card{margin-inline:0!important}}@import url("layout-fix-r65.css?v=65");@media (max-width: 760px){:root{--mobile-gutter: 14px;}html{overflow-x: hidden;}body{min-width: 0 !important;padding-bottom: 76px !important;}.wrap,body[data-page="home"] .brand-row .wrap{width: 100% !important;max-width: none !important;padding-inline: var(--mobile-gutter) !important;}.market-utility{display: none !important;}.topbar .wrap{min-height: 118px !important;padding: 12px var(--mobile-gutter) !important;grid-template-columns: minmax(0,1fr) auto !important;grid-template-rows: 48px 42px !important;gap: 10px !important;}.brand-logo{width: 44px !important;height: 44px !important;min-width: 44px !important;}.brand-name-th{font-size: 16px !important;}.brand-name-en{font-size: 10px !important;}.top-actions{gap: 4px !important;}.top-actions .action{padding: 5px !important;}.top-actions .action span:not(.cart-count){display: none !important;}.header-search{display: block !important;grid-column: 1 / -1 !important;grid-row: 2 !important;}.header-search input{height: 42px !important;font-size: 14px !important;}.header-search button{height: 42px !important;width: 46px !important;}.navbar,.navbar .wrap{height: 44px !important;}.navbar .wrap{display: block !important;padding: 0 !important;}.category-nav-label,.navbar .wrap::before{display: none !important;}.nav-links{height: 44px !important;overflow-x: auto !important;padding: 0 var(--mobile-gutter) !important;}.nav-links a{height: 44px !important;padding: 0 14px !important;font-size: 13px !important;white-space: nowrap !important;}.home-commerce{display: block !important;width: 100% !important;padding: 0 !important;}.home-cat-sidebar{display: none !important;}.home-main-column{padding: 0 !important;}.home-main-column .hero-slide{width: calc(100% - 28px) !important;margin: 14px auto 0 !important;aspect-ratio: 1.72 / 1 !important;border-radius: 12px !important;}.hero-arrow{width: 36px !important;height: 36px !important;}.home-benefits{display: grid !important;grid-template-columns: 1fr 1fr !important;gap: 0 !important;margin: 12px var(--mobile-gutter) !important;padding: 0 !important;border-radius: 12px !important;}.home-benefit{min-height: 68px !important;padding: 10px !important;gap: 9px !important;}.home-benefit b{font-size: 12px !important;line-height: 1.25 !important;}.home-benefit small{font-size: 10px !important;line-height: 1.25 !important;}.home-benefit .bi{width: 31px !important;height: 31px !important;flex: 0 0 31px !important;}.home-benefit + .home-benefit::before{display: none !important;}body[data-page="home"] .prod-section{padding: 22px 0 !important;}body[data-page="home"] .prod-section .wrap{display: block !important;}.sec-head{align-items: center !important;gap: 10px !important;}.sec-head h2{font-size: 20px !important;line-height: 1.25 !important;}.btn-outline{min-height: 36px !important;font-size: 12px !important;}.prod-grid,.listing-grid,body[data-page="home"] .prod-section .prod-grid,body[data-page="products"] .listing-grid{grid-template-columns: repeat(2,minmax(0,1fr)) !important;gap: 12px !important;}.prod-card{border-radius: 12px !important;}.prod-img{padding: 8px !important;}.prod-info{padding: 10px !important;}.prod-info .p-brand{font-size: 11px !important;}.prod-info .p-name{font-size: 13px !important;min-height: 36px !important;line-height: 1.38 !important;}.p-price{font-size: 15px !important;}.p-price-old{font-size: 11px !important;}.prod-tag{top: 8px !important;left: 8px !important;padding: 4px 7px !important;font-size: 10px !important;}.tsk-card-actions{top: 7px !important;right: 7px !important;}.tsk-round-action,.p-cart{width: 34px !important;height: 34px !important;}body[data-page="products"]>section.section{padding: 18px 0 !important;}body[data-page="products"] .listing-layout{display: block !important;}body[data-page="products"] .filter-box{display: block !important;position: fixed !important;inset: auto 12px 82px !important;max-height: 70vh !important;overflow: auto !important;border-radius: 16px !important;padding: 16px !important;transform: translateY(calc(100% + 100px)) !important;opacity: 0 !important;pointer-events: none !important;z-index: 10020 !important;}body[data-page="products"].filter-drawer-open .filter-box{transform: none !important;opacity: 1 !important;pointer-events: auto !important;}body[data-page="products"] .filter-box>h3{height: auto !important;padding: 0 0 12px !important;font-size: 16px !important;background: transparent !important;color: inherit !important;}body[data-page="products"] .filter-group,body[data-page="products"] .filter-group:nth-of-type(n){display: block !important;padding: 10px 0 !important;}body[data-page="products"] .filter-group h4,body[data-page="products"] #categoryFilters .filter-opt{font-size: 14px !important;}body[data-page="products"] .mobile-filter-toggle{display: inline-flex !important;align-items: center !important;justify-content: center !important;min-height: 38px !important;font-size: 13px !important;}body[data-page="products"] .listing-toolbar{position: static !important;min-height: 42px !important;}.count-label,.sort-select{font-size: 13px !important;}.detail-layout,.cart-layout{grid-template-columns: 1fr !important;gap: 20px !important;}.detail-actions .btn-solid,.detail-actions .btn-line{min-width: 0 !important;}.foot-grid{grid-template-columns: 1fr !important;}.toast{right: 12px !important;left: 12px !important;bottom: 84px !important;}.fb-chat-bubble{right: 14px !important;bottom: 84px !important;width: 50px !important;height: 50px !important;}.back-to-top{left: 14px !important;bottom: 84px !important;}.tsk-compare-bar{bottom: 84px !important;}.tsk-mobile-dock{height: 68px !important;}}@media (max-width: 380px){:root{--mobile-gutter: 10px;}.prod-grid,.listing-grid,body[data-page="home"] .prod-section .prod-grid,body[data-page="products"] .listing-grid{gap: 8px !important;}.prod-info{padding: 8px !important;}.prod-info .p-name{font-size: 12px !important;}}@media (max-width:560px){.prod-card{min-width:0!important}.prod-tag{top:7px!important;left:7px!important;max-width:calc(100% - 14px);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;font-size:9.5px!important;padding:4px 8px!important;z-index:5!important}.tsk-card-actions{top:7px!important;right:7px!important;gap:4px!important}.tsk-round-action{width:30px!important;height:30px!important;font-size:13px!important;box-shadow:0 2px 8px rgba(0,0,0,.07)!important}.prod-card.out-of-stock .tsk-card-actions{top:40px!important}.prod-card.out-of-stock .prod-tag.out{right:7px!important;width:auto!important;max-width:calc(100% - 14px)!important}.prod-info{padding:11px 10px 13px!important}.prod-info .p-name{font-size:12px!important;line-height:1.35!important;min-height:34px!important}.prod-bottom{gap:5px!important}.p-price{font-size:15px!important}.p-cart{width:30px!important;height:30px!important}}@media (max-width:360px){.tsk-round-action{width:28px!important;height:28px!important}.prod-card.out-of-stock .tsk-card-actions{top:38px!important}}:root{--r66-green:#073b2d;--r66-green-2:#0b4b39;--r66-green-3:#123f33;--r66-pink:#d54884;--r66-pink-2:#c43874;--r66-pink-soft:#f8dce8;--r66-gold:#d6b46c;--r66-ink:#153a30;--r66-muted:#70847a;--r66-line:#e7dedf;--r66-bg:#faf9f8;--r66-white:#fff;--r66-shadow:0 10px 32px rgba(7,59,45,.08);}#site-header{position:relative;z-index:1000;font-family:'Kanit',sans-serif}#site-header .admin-ribbon{background:var(--r66-pink-2)!important;color:#fff!important;border:0!important;box-shadow:none!important}#site-header .admin-ribbon .wrap{min-height:36px!important;display:flex!important;align-items:center!important;justify-content:space-between!important;gap:18px!important;padding-block:7px!important}#site-header .admin-ribbon a,#site-header .admin-ribbon span,#site-header .admin-ribbon b{color:#fff!important}#site-header .market-utility{background:var(--r66-pink-2)!important;color:#fff!important;min-height:30px!important;border:0!important}#site-header .market-utility-inner{min-height:30px!important;display:grid!important;grid-template-columns:auto 1fr auto!important;align-items:center!important;gap:20px!important}#site-header .market-utility *{color:#fff!important}#site-header .market-promises{display:flex!important;justify-content:center!important;gap:34px!important;align-items:center!important}#site-header .market-promises span,#site-header .market-account,#site-header .market-welcome{font-size:11px!important;line-height:1.2!important}#site-header .market-promises svg,#site-header .market-account svg{width:14px!important;height:14px!important;vertical-align:-2px!important}#site-header .topbar{background:var(--r66-green)!important;color:#fff!important;border:0!important}#site-header .topbar>.wrap{min-height:94px!important;display:grid!important;grid-template-columns:minmax(260px,330px) minmax(300px,1fr) auto!important;grid-template-rows:auto auto!important;gap:10px 24px!important;align-items:center!important;padding-block:14px!important}#site-header .brand{grid-column:1!important;grid-row:1!important;align-items:center!important}#site-header .brand-logo{height:56px!important;min-width:56px!important;max-width:74px!important}#site-header .brand-logo img{height:56px!important;width:auto!important;object-fit:contain!important;background:transparent!important}#site-header .brand-name-th{font-size:21px!important;line-height:1.08!important;color:#fff!important;font-weight:800!important;letter-spacing:.2px!important}#site-header .brand-name-en{font-size:11px!important;color:#b9cfc5!important;opacity:1!important;margin-top:5px!important}#site-header .header-search{grid-column:2!important;grid-row:1!important;display:flex!important;width:100%!important;max-width:660px!important;justify-self:center!important;border-radius:999px!important;overflow:hidden!important;background:#fff!important;box-shadow:0 0 0 1px rgba(255,255,255,.1)!important}#site-header .header-search input{width:100%!important;min-width:0!important;height:44px!important;border:0!important;outline:0!important;padding:0 18px!important;font-size:13px!important;color:var(--r66-ink)!important;background:#fff!important}#site-header .header-search button{flex:0 0 48px!important;width:48px!important;height:44px!important;display:grid!important;place-items:center!important;background:var(--r66-pink)!important;color:#fff!important}#site-header .header-search button svg{width:20px!important;height:20px!important}#site-header .top-info{grid-column:3!important;grid-row:1!important;display:flex!important;gap:24px!important;align-items:center!important;justify-content:flex-end!important}#site-header .top-info .item{gap:8px!important;font-size:11px!important;color:#fff!important;white-space:nowrap!important}#site-header .top-info .item svg{width:22px!important;height:22px!important;color:var(--r66-pink-soft)!important}#site-header .top-info .item b{color:#fff!important;font-weight:700!important}#site-header .top-actions{grid-column:1/-1!important;grid-row:2!important;display:flex!important;gap:20px!important;align-items:center!important;min-height:28px!important}#site-header .top-actions .action{display:inline-flex!important;align-items:center!important;gap:7px!important;color:#fff!important;font-size:12px!important;padding:4px 2px!important}#site-header .top-actions .action svg{width:21px!important;height:21px!important;color:var(--r66-pink-soft)!important}#site-header .top-actions .action:hover{color:#fff!important;opacity:.82!important}#site-header .cart-count{background:var(--r66-pink)!important;color:#fff!important;border:2px solid var(--r66-green)!important}#site-header .navbar{background:linear-gradient(90deg,#cf3e7a 0%,#dc4e8b 50%,#cf3e7a 100%)!important;color:#fff!important;border-bottom:1px solid rgba(105,28,62,.14)!important;box-shadow:0 4px 14px rgba(34,8,20,.08)!important}#site-header .navbar>.wrap{min-height:52px!important;display:grid!important;grid-template-columns:230px minmax(0,1fr) minmax(210px,290px)!important;padding-inline:0!important;gap:0!important;align-items:stretch!important}#site-header .category-nav-label{display:flex!important;align-items:center!important;gap:10px!important;background:#6f1f49!important;color:#fff!important;padding:0 20px!important;font-size:13px!important;font-weight:700!important;height:52px!important}#site-header .category-nav-label svg{width:18px!important;height:18px!important;color:#fff!important}#site-header .nav-links{height:52px!important;display:flex!important;align-items:stretch!important;overflow-x:auto!important;scrollbar-width:none!important;padding:0 4px!important}#site-header .nav-links li{display:flex!important;align-items:stretch!important}#site-header .nav-links a{display:flex!important;align-items:center!important;height:52px!important;padding:0 15px!important;color:#fff!important;font-size:12.5px!important;font-weight:600!important;white-space:nowrap!important;border:0!important;text-decoration:none!important;position:relative!important}#site-header .nav-links a:after{display:none!important;content:none!important}#site-header .nav-links li.active a,#site-header .nav-links a:hover{background:rgba(91,17,51,.23)!important;color:#fff!important}#site-header .nav-search{display:flex!important;align-items:center!important;margin:auto 12px!important;height:36px!important;background:#fff!important;border-radius:999px!important;overflow:hidden!important}#site-header .nav-search input{min-width:0!important;width:100%!important;height:36px!important;border:0!important;outline:0!important;padding:0 14px!important;font-size:12px!important;color:var(--r66-ink)!important;background:#fff!important}#site-header .nav-search button{width:38px!important;height:36px!important;display:grid!important;place-items:center!important;border-radius:999px!important;background:var(--r66-green)!important;color:#fff!important}#site-header .nav-search svg{width:17px!important;height:17px!important}.btn-solid,.btn-line,button.btn-solid,button.btn-line,a.btn-solid,a.btn-line{min-height:42px!important;border-radius:12px!important;padding:10px 17px!important;font-family:'Kanit',sans-serif!important;font-size:13px!important;font-weight:700!important;line-height:1.25!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;gap:7px!important;white-space:nowrap!important;text-decoration:none!important;transition:transform .18s ease,box-shadow .18s ease,background .18s ease,border-color .18s ease!important}.btn-solid,button.btn-solid,a.btn-solid{background:linear-gradient(135deg,var(--r66-pink-2),var(--r66-pink))!important;color:#fff!important;border:1px solid transparent!important;box-shadow:0 7px 16px rgba(196,56,116,.17)!important}.btn-solid:hover{transform:translateY(-1px)!important;box-shadow:0 10px 20px rgba(196,56,116,.24)!important}.btn-line,button.btn-line,a.btn-line{background:#fff!important;color:var(--r66-green-2)!important;border:1px solid #a7cabc!important;box-shadow:none!important}.btn-line:hover{background:#eff8f3!important;border-color:#68a88e!important;transform:translateY(-1px)!important}button.danger,.danger{min-height:42px!important;border-radius:12px!important;padding:10px 15px!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;background:#fff5f5!important;color:#a52c35!important;border:1px solid #ecc4c7!important;font-family:'Kanit',sans-serif!important;font-size:13px!important;font-weight:700!important;white-space:nowrap!important;line-height:1.2!important}button.danger:hover,.danger:hover{background:#fde9ea!important;border-color:#d99197!important}.admin-card,.admin-list-item,.admin-stat,.admin-panel-head{border-color:var(--r66-line)!important}.admin-list-item{display:grid!important;grid-template-columns:minmax(0,1fr) auto!important;align-items:center!important;gap:18px!important;padding:18px!important;border-radius:16px!important;background:#fff!important}.admin-list-item .li-body{min-width:0!important}.admin-list-item .li-title{font-size:15px!important;line-height:1.45!important;color:var(--r66-ink)!important}.admin-list-item .li-meta{margin-top:6px!important;font-size:12.5px!important;line-height:1.65!important;color:#788b82!important;overflow-wrap:anywhere!important;word-break:break-word!important}.admin-list-item .li-meta code{display:inline!important;white-space:normal!important;overflow-wrap:anywhere!important;color:#497064!important;background:transparent!important}.admin-list-item .li-actions{display:flex!important;align-items:center!important;justify-content:flex-end!important;flex-wrap:wrap!important;gap:8px!important;max-width:520px!important}.admin-list-item .li-actions .btn-line,.admin-list-item .li-actions .btn-solid,.admin-list-item .li-actions .danger{min-width:104px!important;max-width:none!important;width:auto!important;height:auto!important;writing-mode:horizontal-tb!important;word-break:normal!important;overflow-wrap:normal!important;white-space:nowrap!important}.badge-soft{display:inline-flex!important;align-items:center!important;gap:5px!important;padding:5px 10px!important;border-radius:999px!important;background:#f7dce9!important;color:#b63270!important;border:0!important;font-size:11px!important;font-weight:700!important;white-space:nowrap!important}.partner-journey-page{background:var(--r66-bg)!important;color:var(--r66-ink)!important}.partner-journey-hero{background: radial-gradient(circle at 88% 14%,rgba(213,180,108,.2),transparent 31%),linear-gradient(135deg,#053b2d 0%,#07523d 60%,#176b4d 100%)!important}.partner-eyebrow,.partner-section-head>span,.partner-clear span{color:#f1c665!important}.partner-journey-hero h1 em{color:#f3cb6a!important}.partner-money-card{border:1px solid rgba(255,255,255,.22)!important;background:rgba(255,255,255,.12)!important;box-shadow:0 22px 50px rgba(2,29,22,.22)!important}.partner-hero-actions .btn-solid,.partner-final .btn-solid{background:linear-gradient(135deg,var(--r66-pink-2),var(--r66-pink))!important;color:#fff!important}.partner-steps article,.partner-rules,.partner-clear,.agent-store-card,.ac-card,.ac-stats>div{border-radius:18px!important}.agent-store-page,.ac-page{background:var(--r66-bg)!important}.agent-store-card,.ac-card,.ac-stats>div{border:1px solid var(--r66-line)!important;box-shadow:var(--r66-shadow)!important;background:#fff!important}.official-chip,.partner-chip{display:inline-flex!important;align-items:center!important;gap:5px!important;border-radius:999px!important;font-weight:700!important}a:focus-visible,button:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible{outline:3px solid rgba(213,72,132,.28)!important;outline-offset:2px!important}@media(max-width:1180px){#site-header .topbar>.wrap{grid-template-columns:260px minmax(280px,1fr)!important}#site-header .top-info{display:none!important}#site-header .header-search{grid-column:2!important}#site-header .navbar>.wrap{grid-template-columns:205px minmax(0,1fr)!important}#site-header .nav-search{display:none!important}}@media(max-width:760px){#site-header .market-utility{display:none!important}#site-header .admin-ribbon .wrap{min-height:34px!important;padding:6px 12px!important}#site-header .admin-ribbon span{font-size:10px!important}#site-header .admin-ribbon a{font-size:10px!important;white-space:nowrap!important}#site-header .topbar>.wrap{min-height:104px!important;display:grid!important;grid-template-columns:minmax(0,1fr) auto!important;grid-template-rows:46px 42px!important;gap:8px!important;padding:9px 14px!important}#site-header .brand{grid-column:1!important;grid-row:1!important}#site-header .brand-logo{height:43px!important;min-width:43px!important}#site-header .brand-logo img{height:43px!important}#site-header .brand-name-th{font-size:16px!important}#site-header .brand-name-en{font-size:9.5px!important;margin-top:2px!important}#site-header .top-actions{grid-column:2!important;grid-row:1!important;gap:2px!important}#site-header .top-actions .action{padding:5px!important}#site-header .top-actions .action span:not(.cart-count){display:none!important}#site-header .top-actions .action svg{width:21px!important;height:21px!important}#site-header .header-search{grid-column:1/-1!important;grid-row:2!important;max-width:none!important;height:42px!important}#site-header .header-search input,#site-header .header-search button{height:42px!important}#site-header .navbar>.wrap{min-height:44px!important;height:44px!important;display:block!important;padding:0!important}#site-header .category-nav-label,#site-header .nav-search{display:none!important}#site-header .nav-links{height:44px!important;padding:0 10px!important}#site-header .nav-links a{height:44px!important;padding:0 13px!important;font-size:12px!important}.admin-list-item{grid-template-columns:1fr!important;gap:12px!important}.admin-list-item .li-actions{justify-content:flex-start!important;max-width:none!important;width:100%!important}.admin-list-item .li-actions .btn-line,.admin-list-item .li-actions .btn-solid,.admin-list-item .li-actions .danger{min-width:0!important;flex:1 1 calc(50% - 8px)!important}}@media(max-width:390px){.admin-list-item .li-actions .btn-line,.admin-list-item .li-actions .btn-solid,.admin-list-item .li-actions .danger{flex-basis:100%!important}}@media (min-width:761px){#site-header .topbar>.wrap{min-height:100px!important;height:100px!important;display:grid!important;grid-template-columns:300px minmax(360px,1fr) auto!important;grid-template-rows:1fr!important;gap:22px!important;align-items:center!important;padding-block:0!important;}#site-header .brand{grid-column:1!important;grid-row:1!important}#site-header .brand-logo{height:62px!important;min-width:62px!important;max-width:70px!important}#site-header .brand-logo img{height:62px!important;width:auto!important}#site-header .brand-name-th{font-size:23px!important}#site-header .brand-name-en{font-size:12px!important;margin-top:6px!important}#site-header .header-search{grid-column:2!important;grid-row:1!important;width:100%!important;max-width:none!important;height:48px!important;justify-self:stretch!important;}#site-header .header-search input{height:48px!important;font-size:14px!important;padding-inline:20px 66px!important}#site-header .header-search button{height:48px!important;width:58px!important;flex-basis:58px!important}#site-header .top-info{display:none!important}#site-header .top-actions{grid-column:3!important;grid-row:1!important;display:flex!important;align-items:center!important;justify-content:flex-end!important;gap:11px!important;min-height:0!important;white-space:nowrap!important}#site-header .top-actions .action{font-size:11.5px!important;padding:7px 5px!important}#site-header .top-actions .action svg{width:25px!important;height:25px!important}#site-header .navbar{height:44px!important;min-height:44px!important}#site-header .navbar>.wrap{width:min(calc(100% - 36px),1460px)!important;max-width:1460px!important;height:44px!important;min-height:44px!important;margin-inline:auto!important;padding:0!important;display:grid!important;grid-template-columns:280px minmax(0,1fr)!important;gap:0!important;align-items:stretch!important}#site-header .category-nav-label{display:flex!important;height:44px!important;align-items:center!important;padding:0 20px!important;background:#7c244d!important;color:#fff!important;font-size:14px!important;font-weight:700!important}#site-header .nav-links{display:flex!important;min-width:0!important;width:100%!important;height:44px!important;align-items:stretch!important;overflow:hidden!important;padding:0!important;margin:0!important}#site-header .nav-links li{display:flex!important;align-items:stretch!important;flex:0 1 auto!important;min-width:0!important}#site-header .nav-links a{height:44px!important;display:flex!important;align-items:center!important;padding:0 clamp(12px,1.35vw,25px)!important;font-size:12.5px!important;white-space:nowrap!important}#site-header .nav-search{display:none!important}}@media (min-width:761px) and (max-width:1180px){#site-header .topbar>.wrap{grid-template-columns:250px minmax(260px,1fr) auto!important;gap:14px!important}#site-header .brand-name-th{font-size:19px!important}#site-header .brand-logo,#site-header .brand-logo img{height:52px!important}#site-header .brand-logo{min-width:52px!important}#site-header .top-actions{gap:5px!important}#site-header .top-actions .action{font-size:10.5px!important;padding-inline:3px!important}#site-header .navbar>.wrap{grid-template-columns:205px minmax(0,1fr)!important}#site-header .category-nav-label{font-size:12.5px!important;padding-inline:15px!important}#site-header .nav-links a{padding-inline:11px!important;font-size:11.5px!important}}@media (max-width:760px){#site-header .nav-search{display:none!important}#site-header .header-search{display:flex!important}}:root{--r71-bg:#f5f7fa;--r71-surface:#fff;--r71-ink:#102f27;--r71-muted:#667a73;--r71-line:#e2e9e6;--r71-accent:#d62f73;--r71-green:#0a4a39;--r71-ease:cubic-bezier(.2,.72,.25,1);--r71-shadow:0 12px 32px rgba(15,47,39,.09);--r71-shadow-hover:0 18px 44px rgba(15,47,39,.15);}body[data-page="home"],body[data-page="products"],body[data-page="product"],body[data-page="cart"],body[data-page="checkout"],body[data-page="wishlist"],body[data-page="compare"],body[data-page="news"],body[data-page="videos"],body[data-page="about"],body[data-page="contact"],body[data-page="account"],body[data-page="login"],body[data-page="track"],body[data-page="partners"]{background:var(--r71-bg)!important;color:var(--r71-ink);-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility;}body[data-page="home"] #site-header,body[data-page="products"] #site-header,body[data-page="product"] #site-header{position:sticky!important;top:0;z-index:1000;will-change:transform;transition:transform .2s var(--r71-ease),opacity .16s ease,box-shadow .18s ease!important;}#site-header.scrolled{box-shadow:0 8px 26px rgba(9,39,31,.14)!important}#site-header .header-search,#site-header .nav-search{transition:box-shadow .18s ease,border-color .18s ease,background .18s ease!important;}#site-header .header-search:focus-within,#site-header .nav-search:focus-within{border-color:rgba(214,47,115,.58)!important;box-shadow:0 0 0 4px rgba(214,47,115,.11)!important;}#site-header .nav-links a,#site-header .top-actions .action{transition:color .16s ease,background .16s ease,opacity .16s ease,transform .16s ease!important;}#site-header .top-actions .action:hover{transform:translateY(-1px)}body[data-page="home"] .home-commerce{background:transparent!important;padding-top:16px!important;}body[data-page="home"] .home-cat-sidebar,body[data-page="home"] .hero-slide,body[data-page="home"] .home-benefits{border:1px solid var(--r71-line)!important;box-shadow:0 8px 24px rgba(15,47,39,.065)!important;}body[data-page="home"] .home-cat-sidebar{border-radius:16px!important;overflow:hidden}body[data-page="home"] .home-cat-link{transition:background .16s ease,color .16s ease,padding .16s var(--r71-ease)!important;}body[data-page="home"] .home-cat-link:hover{background:#f0f7f4!important;color:var(--r71-green)!important;padding-left:17px!important;}body[data-page="home"] .hero-slide{border-radius:18px!important;background:#eaf0ed!important;overflow:hidden!important;transform:translateZ(0);}body[data-page="home"] .hero-layer{will-change:auto!important;backface-visibility:hidden;}body[data-page="home"] .hero-arrow{border:1px solid rgba(255,255,255,.68)!important;background:rgba(255,255,255,.9)!important;color:var(--r71-green)!important;box-shadow:0 7px 22px rgba(10,38,31,.16)!important;transition:transform .16s var(--r71-ease),background .16s ease!important;}body[data-page="home"] .hero-arrow:hover{transform:translateY(-50%) scale(1.06)!important;background:#fff!important}body[data-page="home"] .home-benefits{border-radius:14px!important}body[data-page="home"] .home-benefit{transition:background .16s ease,transform .16s var(--r71-ease)!important;}body[data-page="home"] .home-benefit:hover{background:#f7fbf9!important;transform:translateY(-1px)}body[data-page="home"] .r52-discovery-inner,body[data-page="home"] .r54-partner-callout-inner{box-shadow:0 16px 42px rgba(10,58,44,.14)!important;}body[data-page="home"] .r52-job-card{transition:transform .18s var(--r71-ease),background .18s ease,border-color .18s ease!important;}body[data-page="home"] .r52-job-card:hover{transform:translateY(-4px)!important;border-color:rgba(255,255,255,.45)!important}body[data-page="home"] .section,body[data-page="home"] .r52-discovery,body[data-page="home"] .r54-partner-callout,body[data-page="home"] #site-footer{content-visibility:auto;contain-intrinsic-size:1px 760px;}body[data-page="home"] .section>.wrap{max-width:1430px!important}body[data-page="home"] .sec-head h2{font-size:clamp(24px,2.1vw,34px)!important;letter-spacing:-.025em!important}.brand-box{min-width:0!important;border:1px solid transparent!important;border-radius:12px!important;background:#fff!important;transition:transform .17s var(--r71-ease),border-color .17s ease,box-shadow .17s ease!important;}.brand-box img{transition:transform .17s var(--r71-ease),filter .17s ease!important}body[data-page="home"] .brand-track:hover .brand-box{opacity:1!important;filter:none!important}.brand-box:hover{transform:translateY(-3px)!important;border-color:#d6e2dd!important;box-shadow:0 10px 25px rgba(15,47,39,.1)!important;}.brand-box:hover img{transform:scale(1.045)!important;filter:saturate(1.06)!important}.prod-card{border:1px solid var(--r71-line)!important;border-radius:16px!important;background:var(--r71-surface)!important;box-shadow:0 4px 16px rgba(15,47,39,.055)!important;isolation:isolate;transform:translateZ(0);transition:transform .19s var(--r71-ease),box-shadow .19s var(--r71-ease),border-color .19s ease!important;animation-duration:.24s!important;}.prod-card::before,#featuredGrid .prod-card::after{display:none!important;content:none!important}.prod-card:hover{transform:translateY(-5px)!important;border-color:#cddbd5!important;box-shadow:var(--r71-shadow-hover)!important;}body #featuredGrid .prod-card{transition:transform .19s var(--r71-ease),box-shadow .19s var(--r71-ease),border-color .19s ease!important;}body #featuredGrid .prod-card:hover{transform:translateY(-5px)!important;border-color:#cddbd5!important;box-shadow:var(--r71-shadow-hover)!important;}.prod-card .prod-img{overflow:hidden!important;background:#f7f9f8!important}.prod-card .prod-img img{transform:translateZ(0);transition:transform .22s var(--r71-ease),filter .18s ease!important;}body #featuredGrid .prod-card .prod-img img{transition:transform .22s var(--r71-ease),filter .18s ease!important;}.prod-card:hover .prod-img img{transform:scale(1.035)!important;filter:saturate(1.035) contrast(1.01)!important}.prod-card .p-name{color:#1b332c!important;font-weight:650!important}.prod-card .p-price{color:var(--r71-accent)!important}.prod-card .p-cart,.btn-solid{transition:transform .16s var(--r71-ease),box-shadow .16s ease,filter .16s ease!important;}.prod-card .p-cart:hover,.btn-solid:hover{transform:translateY(-2px)!important;filter:brightness(1.04);box-shadow:0 9px 20px rgba(10,74,57,.2)!important}.tsk-round-action{backdrop-filter:blur(8px);transition:opacity .15s ease,transform .16s var(--r71-ease),background .16s ease!important;}.tsk-round-action:hover{transform:translateY(-2px) scale(1.04)}.news-card,.cat-card,.article-card,.tsk-panel,.filter-box,.summary-box,.checkout-card,.account-card{border-color:var(--r71-line)!important;box-shadow:0 5px 18px rgba(15,47,39,.055)!important;}.news-card,.cat-card,.article-card{transition:transform .18s var(--r71-ease),box-shadow .18s ease,border-color .18s ease!important;}.news-card:hover,.cat-card:hover,.article-card:hover{transform:translateY(-4px)!important;border-color:#cddbd5!important;box-shadow:var(--r71-shadow)!important;}.news-card img,.cat-card img,.article-card img{transition:transform .22s var(--r71-ease)!important}.news-card:hover img,.cat-card:hover img,.article-card:hover img{transform:scale(1.025)!important}a:focus-visible,button:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible{outline:3px solid rgba(214,47,115,.42)!important;outline-offset:3px!important;}@media (hover:hover) and (pointer:fine){.prod-card .tsk-card-actions{opacity:.16;transform:translateY(3px);transition:opacity .15s ease,transform .16s var(--r71-ease)!important}.prod-card:hover .tsk-card-actions,.prod-card:focus-within .tsk-card-actions{opacity:1;transform:none}}@media (max-width:760px){body[data-page="home"] .home-commerce{padding-top:0!important}body[data-page="home"] .hero-slide{border-radius:0!important;border-inline:0!important}body[data-page="home"] .section,body[data-page="home"] .r52-discovery,body[data-page="home"] .r54-partner-callout{contain-intrinsic-size:1px 560px}.prod-card{border-radius:13px!important}.prod-card:hover{transform:none!important}.brand-box:hover{transform:none!important}.tsk-round-action{backdrop-filter:none}}@media (prefers-reduced-motion:reduce){*,*::before,*::after{scroll-behavior:auto!important;animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}:root{--tsk-brand-950:#062c21;--tsk-brand-900:#083d2e;--tsk-brand-800:#0b5e43;--tsk-brand-700:#0c7652;--tsk-brand-100:#e8f5ee;--tsk-accent-600:#c88b18;--tsk-accent-500:#e7ad37;--tsk-danger-600:#b42318;--tsk-success-600:#147a50;--tsk-surface:#ffffff;--tsk-surface-soft:#f5f8f6;--tsk-canvas:#f7f9f8;--tsk-text:#102f26;--tsk-text-muted:#5b7169;--tsk-border:#dce7e1;--tsk-shadow-sm:0 4px 14px rgba(4,45,33,.07);--tsk-shadow-md:0 14px 34px rgba(4,45,33,.12);--tsk-shadow-lg:0 24px 64px rgba(4,45,33,.18);--tsk-radius-sm:8px;--tsk-radius-md:12px;--tsk-radius-lg:18px;--tsk-radius-xl:24px;--tsk-radius-pill:999px;--tsk-space-1:4px;--tsk-space-2:8px;--tsk-space-3:12px;--tsk-space-4:16px;--tsk-space-5:24px;--tsk-space-6:32px;--tsk-space-7:48px;--tsk-ease:cubic-bezier(.2,.7,.2,1);--tsk-fast:160ms;--tsk-normal:220ms;--tsk-z-header:70;--tsk-z-dock:200;--tsk-z-toast:500;--tsk-z-modal:900;--tsk-z-consent:950;}html[data-theme="dark"]{color-scheme:dark;--tsk-surface:#10251f;--tsk-surface-soft:#142d25;--tsk-canvas:#0b1d18;--tsk-text:#f2f8f5;--tsk-text-muted:#b8cbc3;--tsk-border:#2b4c40;--tsk-shadow-sm:0 4px 14px rgba(0,0,0,.22);--tsk-shadow-md:0 14px 34px rgba(0,0,0,.32);--tsk-shadow-lg:0 24px 64px rgba(0,0,0,.42);}html{scroll-behavior:smooth}body{accent-color:var(--tsk-brand-700);text-rendering:optimizeLegibility}body :is(.p-price,.detail-price,.p-price-old,.detail-price-old,[data-money]){font-variant-numeric:tabular-nums}:is(a,button,input,select,textarea,[role="button"]):focus-visible{outline:3px solid color-mix(in srgb,var(--tsk-accent-500) 78%,#fff);outline-offset:3px;box-shadow:0 0 0 5px color-mix(in srgb,var(--tsk-brand-800) 18%,transparent);}:is(.btn-solid,.btn-line,.btn-outline,.r63-btn,.tsk-privacy-ok){min-height:42px;border-radius:var(--tsk-radius-md);transition:transform var(--tsk-fast) var(--tsk-ease),box-shadow var(--tsk-normal) var(--tsk-ease),background-color var(--tsk-fast) ease,border-color var(--tsk-fast) ease;}@media (hover:hover) and (pointer:fine){:is(.btn-solid,.btn-line,.btn-outline,.r63-btn,.tsk-privacy-ok):not(:disabled):hover{transform:translateY(-2px)}}:is(button,.btn-solid,.btn-line,.btn-outline):disabled{cursor:not-allowed;opacity:.58;transform:none}:is(input,select,textarea){font:inherit}:is(input,select,textarea):not([type="checkbox"]):not([type="radio"]):not([type="color"]){border-radius:var(--tsk-radius-md);}:is(.empty-state,.r63-empty,.tsk-empty){padding:clamp(24px,4vw,48px);border:1px dashed var(--tsk-border);border-radius:var(--tsk-radius-lg);color:var(--tsk-text-muted);background:var(--tsk-surface-soft);text-align:center;}.tsk-skip-link{position:fixed;left:16px;top:12px;z-index:1000;transform:translateY(-160%);padding:10px 14px;border-radius:10px;background:var(--tsk-brand-950);color:#fff;text-decoration:none;font-weight:700;}.tsk-skip-link:focus{transform:translateY(0)}html[data-theme="dark"] body{background:var(--tsk-canvas);color:var(--tsk-text)}html[data-theme="dark"] :is(.section,.tsk-panel,.prod-card,.partner-card,.agent-store-card,.r63-card,.r63-panel,.home-member-card,.news-card,.contact-card,.legal){background-color:var(--tsk-surface);color:var(--tsk-text);border-color:var(--tsk-border);}html[data-theme="dark"] :is(.prod-info,.detail-layout,.detail-tabs-full,.spec-table>div,.seller-trust-box,.home-benefit,.brand-list a,.brand-card,.nav-search input,.tsk-search-suggest){background-color:var(--tsk-surface);color:var(--tsk-text);border-color:var(--tsk-border);}html[data-theme="dark"] :is(h1,h2,h3,h4,.p-name,.p-brand,.detail-title,.sec-head h2,.page-title){color:var(--tsk-text)}html[data-theme="dark"] :is(p,small,.muted,.detail-meta,.detail-desc,.seller-copy,.footer-links a){color:var(--tsk-text-muted)}html[data-theme="dark"] :is(input,select,textarea){background:#0d211b;color:var(--tsk-text);border-color:var(--tsk-border)}html[data-theme="dark"] .site-header{background:rgba(10,29,23,.96)}html[data-theme="dark"] .main-nav{background:#0a211a}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*::before,*::after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important;scroll-behavior:auto!important}}body[data-page="home"] .feat-strip{display:none}.r72-theme-toggle,.r72-cookie-settings{border:1px solid currentColor;background:transparent;color:inherit;border-radius:var(--tsk-radius-pill);min-height:34px;padding:6px 11px;font:inherit;font-size:12px;font-weight:700;cursor:pointer;}.r72-theme-toggle{margin-inline-start:auto;white-space:nowrap}.r72-hero-value{position:absolute;left:clamp(18px,4vw,54px);bottom:clamp(22px,5vw,52px);z-index:4;max-width:min(590px,72%);padding:clamp(16px,2vw,24px);border:1px solid rgba(255,255,255,.28);border-radius:var(--tsk-radius-xl);background:linear-gradient(135deg,rgba(5,39,29,.88),rgba(5,39,29,.60));color:#fff;box-shadow:var(--tsk-shadow-lg);backdrop-filter:blur(10px);}.r72-hero-value span{display:block;margin-bottom:5px;color:#f5ce74;font-size:12px;font-weight:800;letter-spacing:.08em}.r72-hero-value h1{margin:0;color:#fff;font-size:clamp(24px,3vw,42px);line-height:1.12}.r72-hero-value p{margin:8px 0 14px;color:#edf7f2;line-height:1.55}.r72-hero-value a{display:inline-flex;align-items:center;min-height:42px;padding:9px 15px;border-radius:12px;background:#fff;color:var(--tsk-brand-900);font-weight:800;text-decoration:none}.tsk-quick-button{font-size:15px;line-height:1}.r72-modal[hidden]{display:none}.r72-modal{position:fixed;inset:0;z-index:var(--tsk-z-modal);display:grid;place-items:center;padding:20px;background:rgba(2,20,15,.68);backdrop-filter:blur(5px)}.r72-modal-card{position:relative;width:min(840px,100%);max-height:min(720px,92vh);overflow:auto;border:1px solid var(--tsk-border);border-radius:var(--tsk-radius-xl);background:var(--tsk-surface);color:var(--tsk-text);box-shadow:var(--tsk-shadow-lg)}.r72-modal-close{position:absolute;right:12px;top:12px;z-index:2;width:42px;height:42px;border:1px solid var(--tsk-border);border-radius:50%;background:var(--tsk-surface);color:var(--tsk-text);font-size:22px;cursor:pointer}.r72-qv-grid{display:grid;grid-template-columns:minmax(260px,1fr) minmax(300px,1fr);gap:28px;padding:clamp(22px,4vw,42px)}.r72-qv-image{display:grid;place-items:center;min-height:330px;padding:18px;border-radius:var(--tsk-radius-lg);background:var(--tsk-surface-soft)}.r72-qv-image img{width:100%;height:100%;max-height:390px;object-fit:contain}.r72-qv-copy{align-self:center}.r72-qv-copy .p-brand{margin-bottom:6px}.r72-qv-copy h2{margin:0 42px 8px 0;color:var(--tsk-text);font-size:clamp(24px,3vw,34px);line-height:1.25}.r72-qv-price{display:flex;gap:10px;align-items:baseline;margin:18px 0;font-size:26px;font-weight:900;color:var(--tsk-brand-700)}.r72-qv-price del{font-size:14px;font-weight:500;color:var(--tsk-text-muted)}.r72-qv-stock{margin-bottom:16px;color:var(--tsk-success-600);font-weight:700}.r72-qv-stock.out{color:var(--tsk-danger-600)}.r72-qv-actions{display:flex;flex-wrap:wrap;gap:10px}.r72-qv-actions>*{flex:1 1 150px;justify-content:center;text-align:center}.r72-recent{content-visibility:auto;contain-intrinsic-size:1px 520px;padding:clamp(36px,6vw,72px) 0;background:var(--tsk-surface-soft)}.r72-recent .wrap{max-width:1180px;margin:auto;padding:0 20px}.r72-recent-head{display:flex;justify-content:space-between;align-items:end;gap:16px;margin-bottom:20px}.r72-recent h2{margin:0;color:var(--tsk-text);font-size:clamp(24px,3vw,34px)}.r72-recent p{margin:3px 0 0;color:var(--tsk-text-muted)}.r72-recent-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px}.r72-mobile-atc{display:none}.r72-not-found{display:grid;place-items:center;min-height:62vh;padding:48px 20px;text-align:center;background:radial-gradient(circle at 50% 0,var(--tsk-brand-100),transparent 52%)}.r72-not-found-card{width:min(680px,100%);padding:clamp(30px,6vw,64px);border:1px solid var(--tsk-border);border-radius:var(--tsk-radius-xl);background:var(--tsk-surface);box-shadow:var(--tsk-shadow-md)}.r72-not-found-code{display:block;color:var(--tsk-accent-600);font-size:clamp(70px,15vw,132px);font-weight:900;line-height:.9}.r72-not-found h1{margin:18px 0 8px;color:var(--tsk-text)}.r72-not-found p{margin:0 auto 24px;max-width:480px;color:var(--tsk-text-muted)}.r72-not-found-actions{display:flex;flex-wrap:wrap;justify-content:center;gap:10px}.r72-not-found-actions a{min-width:160px;justify-content:center}.r72-consent{position:fixed;left:16px;right:16px;bottom:16px;z-index:var(--tsk-z-consent);display:flex;align-items:center;gap:18px;max-width:1120px;margin:auto;padding:18px 20px;border:1px solid var(--tsk-border);border-radius:var(--tsk-radius-lg);background:var(--tsk-surface);color:var(--tsk-text);box-shadow:var(--tsk-shadow-lg)}.r72-consent-copy{flex:1;min-width:0}.r72-consent-copy strong{display:block;margin-bottom:3px;font-size:16px}.r72-consent-copy p{margin:0;color:var(--tsk-text-muted);font-size:13px;line-height:1.55}.r72-consent-copy a{color:var(--tsk-brand-700);font-weight:700}.r72-consent-actions{display:flex;flex-wrap:wrap;gap:8px}.r72-consent-actions button{min-height:42px;padding:9px 14px;border-radius:11px;font:inherit;font-size:13px;font-weight:800;cursor:pointer}.r72-consent-accept{border:1px solid var(--tsk-brand-800);background:var(--tsk-brand-800);color:#fff}.r72-consent-reject,.r72-consent-manage{border:1px solid var(--tsk-border);background:var(--tsk-surface);color:var(--tsk-text)}.r72-consent-settings{padding:26px}.r72-consent-settings h2{margin:0 42px 10px;color:var(--tsk-text)}.r72-consent-settings>p{color:var(--tsk-text-muted)}.r72-consent-option{display:flex;align-items:start;justify-content:space-between;gap:18px;padding:15px 0;border-top:1px solid var(--tsk-border)}.r72-consent-option label{font-weight:800}.r72-consent-option small{display:block;margin-top:4px;color:var(--tsk-text-muted);font-weight:400;line-height:1.45}.r72-consent-option input{width:22px;height:22px;flex:0 0 auto}.r72-consent-save{width:100%;margin-top:14px}@media (max-width:900px){.r72-recent-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.r72-consent{align-items:stretch;flex-direction:column}.r72-consent-actions>*{flex:1 1 120px}}@media (max-width:720px){.r72-hero-value{left:12px;right:12px;bottom:14px;max-width:none;padding:14px}.r72-hero-value span{font-size:10px}.r72-hero-value h1{font-size:22px}.r72-hero-value p{display:none}.r72-hero-value a{min-height:36px;padding:7px 12px;font-size:12px}.r72-qv-grid{grid-template-columns:1fr;gap:16px;padding:18px}.r72-qv-image{min-height:220px}.r72-qv-copy h2{font-size:22px}body.r72-has-mobile-atc{padding-bottom:132px!important}.r72-mobile-atc{position:fixed;left:0;right:0;bottom:61px;z-index:var(--tsk-z-dock);display:flex;align-items:center;gap:12px;padding:10px 14px;border-top:1px solid var(--tsk-border);background:color-mix(in srgb,var(--tsk-surface) 95%,transparent);box-shadow:0 -10px 28px rgba(3,34,25,.13);backdrop-filter:blur(12px)}.r72-mobile-atc-copy{flex:1;min-width:0}.r72-mobile-atc-copy small{display:block;overflow:hidden;color:var(--tsk-text-muted);text-overflow:ellipsis;white-space:nowrap}.r72-mobile-atc-copy strong{color:var(--tsk-brand-700);font-size:18px}.r72-mobile-atc button{min-width:138px;white-space:nowrap}.r72-consent{left:8px;right:8px;bottom:70px;padding:15px}.r72-consent-actions{display:grid;grid-template-columns:1fr 1fr}.r72-consent-accept{grid-column:1/-1;order:-1}.r72-recent{padding:36px 0}.r72-recent-grid{gap:10px}.r72-recent .prod-card:nth-child(n+5){display:none}}@media (max-width:420px){.r72-recent-grid{grid-template-columns:1fr 1fr}.r72-mobile-atc button{min-width:120px;padding-inline:10px}.r72-consent-actions{grid-template-columns:1fr}}body[data-page="home"] .r72-hero-value{display:none!important}@media (min-width:761px) and (max-width:1179px){#site-header .market-utility-inner{grid-template-columns:auto minmax(0,1fr)!important;gap:18px!important}#site-header .market-promises{display:none!important}#site-header .market-account{justify-self:end!important;width:auto!important;min-width:0!important}#site-header .navbar>.wrap{grid-template-columns:minmax(0,1fr)!important}#site-header .category-nav-label{display:none!important}#site-header .nav-links{width:100%!important;overflow:visible!important;justify-content:space-between!important}#site-header .nav-links li{flex:0 1 auto!important}#site-header .nav-links a{min-width:0!important;padding-inline:clamp(6px,1vw,11px)!important;font-size:clamp(10px,1.15vw,11.5px)!important}}@media (min-width:761px) and (max-width:900px){body[data-page="home"] .home-commerce{grid-template-columns:220px minmax(0,1fr)!important;column-gap:10px!important}}@media (min-width:1180px){#site-header .nav-links a{padding-inline:clamp(9px,.9vw,15px)!important}}@media (prefers-reduced-motion:reduce){body[data-page="home"] .hero-layer[style*="translateX(0"]{transform:translateX(0)!important}body[data-page="home"] .hero-layer[style*="translateX(100"]{transform:translateX(100%)!important}body[data-page="home"] .hero-layer[style*="translateX(-100"]{transform:translateX(-100%)!important}}body{font-size:15px;line-height:1.58;letter-spacing:-.006em;}body :is(button,input,select,textarea){font-family:inherit}body :is(.nav-links,.home-cat-list,.prod-info,.admin-shell){letter-spacing:-.012em}body[data-page="home"] .sec-head h2{font-size:clamp(23px,1.8vw,31px)!important;font-weight:750!important;letter-spacing:-.035em!important;}.prod-card .prod-info{padding:13px 13px 15px!important}.prod-card .prod-info .p-brand{font-size:10.5px!important;line-height:1.35!important;letter-spacing:.035em!important}.prod-card .prod-info .p-name{min-height:40px!important;font-size:13px!important;line-height:1.48!important;font-weight:650!important;-webkit-line-clamp:2!important}.prod-card .p-price{font-size:16px!important;line-height:1.3!important}.prod-card .p-price-old{font-size:10.5px!important}body[data-page="home"] .brand-row{padding:48px 0 44px!important;background:#fff!important;}body[data-page="home"] .brand-row .brand-head{margin-bottom:25px!important}body[data-page="home"] .brand-row .brand-head h2{font-size:clamp(22px,1.7vw,29px)!important}body[data-page="home"] .brand-list{display:flex!important;flex-wrap:wrap!important;justify-content:center!important;align-items:center!important;gap:12px 16px!important;}body[data-page="home"] .brand-loop{display:contents}body[data-page="home"] .brand-loop-clone{display:none!important}body[data-page="home"] .brand-box{width:calc((100% - 112px)/8)!important;flex:0 0 calc((100% - 112px)/8)!important;height:68px!important;padding:11px 13px!important;display:flex!important;align-items:center!important;justify-content:center!important;border:1px solid transparent!important;border-radius:0!important;background:transparent!important;box-shadow:none!important;}body[data-page="home"] .brand-box img{width:100%!important;max-width:132px!important;height:42px!important;object-fit:contain!important;background:#fff!important}body[data-page="home"] .brand-wordmark{font-size:14px;font-weight:800;text-align:center;color:#263b47}body[data-page="home"] .r75-featured-shell{position:relative;grid-column:2!important;min-width:0}body[data-page="home"] .r75-featured-viewport{overflow:hidden;min-width:0;padding:2px 2px 18px}body[data-page="home"] #featuredGrid{display:flex!important;grid-template-columns:none!important;gap:14px!important;overflow-x:auto;scrollbar-width:none;scroll-snap-type:x mandatory;scroll-behavior:smooth;overscroll-behavior-inline:contain;}body[data-page="home"] #featuredGrid::-webkit-scrollbar{display:none}body[data-page="home"] #featuredGrid>.prod-card{flex:0 0 calc((100% - 56px)/5)!important;min-width:0;scroll-snap-align:start;display:flex!important;flex-direction:column!important;}body[data-page="home"] #featuredGrid>.r84-featured-clones{display:contents!important}body[data-page="home"] #featuredGrid>.r84-featured-clones>.prod-card{flex:0 0 calc((100% - 56px)/5)!important;min-width:0;display:flex!important;flex-direction:column!important;scroll-snap-align:start;border:1px solid #e7ece9!important;border-radius:16px!important;background:#fff!important;overflow:hidden!important}.r75-featured-controls{display:flex;align-items:center;gap:8px}.r75-featured-arrow{width:40px;height:40px;border:1px solid #d8e4df;border-radius:50%;background:#fff;color:#123a2c;display:grid;place-items:center;font-size:24px;line-height:1;cursor:pointer;box-shadow:0 4px 14px rgba(10,58,44,.08)}.r75-featured-arrow:hover{border-color:#0b7654;background:#edf7f3;color:#0b7654}body[data-page="home"] #featuredGrid>.prod-card{border:1px solid #e7ece9!important;border-radius:16px!important;background:#fff!important;box-shadow:0 5px 18px rgba(8,52,39,.055)!important;overflow:hidden!important}body[data-page="home"] #featuredGrid>.prod-card:hover{transform:translateY(-3px)!important;border-color:#bfd6cc!important;box-shadow:0 14px 30px rgba(8,52,39,.11)!important}body[data-page="home"] #featuredGrid .prod-img{aspect-ratio:1/1!important;padding:12px!important;background:#fff!important}body[data-page="home"] #featuredGrid .prod-img img{object-fit:contain!important}body[data-page="home"] #featuredGrid .prod-info{display:flex!important;flex:1!important;flex-direction:column!important;padding:13px 14px 15px!important}body[data-page="home"] #featuredGrid .p-brand{min-height:17px;color:#34584b!important;font-size:10px!important;font-weight:800!important;letter-spacing:.03em!important}body[data-page="home"] #featuredGrid .p-name{color:#1d2d27!important;font-weight:650!important;letter-spacing:0!important;line-height:1.45!important;height:63px!important;min-height:63px!important;display:-webkit-box!important;-webkit-box-orient:vertical!important;-webkit-line-clamp:3!important;overflow:hidden!important}body[data-page="home"] #featuredGrid .prod-bottom{margin-top:auto!important;padding-top:10px!important;align-items:flex-end!important}body[data-page="home"] #featuredGrid .p-price-wrap{min-height:44px!important;display:flex!important;flex-direction:column!important;justify-content:flex-end!important}body[data-page="home"] #featuredGrid .p-price{margin-top:8px!important;color:#c92f6c!important;font-weight:800!important}.r83-deals-heading{display:flex;align-items:flex-end;gap:18px;flex-wrap:wrap}.r83-deals-heading>div:first-child{display:flex;flex-direction:column;gap:2px}.r83-deals-heading h2{margin:0!important}.r83-deals-kicker{display:inline-flex;align-items:center;gap:6px;color:#c92f6c;font-size:12px;font-weight:850;letter-spacing:.06em;text-transform:uppercase}.r83-deals-kicker::before{content:'⚡';font-size:16px}.r83-countdown{display:flex;align-items:center;gap:6px}.r83-countdown>span{min-width:43px;padding:5px 7px;border-radius:10px;background:#f4f7f6;text-align:center;border:1px solid #e3ebe7}.r83-countdown b{display:block;color:#123a2c;font-size:14px;line-height:1.1;font-variant-numeric:tabular-nums}.r83-countdown small{display:block;margin-top:3px;color:#71827b;font-size:8px;line-height:1}body[data-page="home"] .hero-progress{gap:7px!important}body[data-page="home"] .hero-progress .seg{flex:1 1 0!important;max-width:none!important;height:4px!important;background:rgba(255,255,255,.38)!important;box-shadow:none!important;border:0!important}body[data-page="home"] .hero-progress .seg i{background:#f6a9c7!important;background-image:none!important;box-shadow:none!important}body[data-page="home"] .hero-progress .seg i::after{display:none!important}body.r75-popup-open{overflow:hidden}.r75-entry-popup{position:fixed;inset:0;z-index:1200;padding:24px;display:grid;place-items:center;background:rgba(7,18,15,.58);backdrop-filter:blur(5px) saturate(.88);opacity:0;transition:opacity .22s ease}.r75-entry-popup.is-visible{opacity:1}.r75-entry-popup.is-closing{opacity:0}.r75-entry-popup-panel{position:relative;display:grid;place-items:center;width:min(92vw,820px);max-height:min(88vh,850px);transform:translateY(12px) scale(.985);transition:transform .22s cubic-bezier(.2,.72,.25,1)}.r75-entry-popup.is-visible .r75-entry-popup-panel{transform:none}.r75-entry-popup-link{display:block;max-width:100%;max-height:inherit;border-radius:18px;overflow:hidden}.r75-entry-popup-panel img{display:block;max-width:100%;max-height:min(84vh,820px);width:auto;height:auto;object-fit:contain;border-radius:18px;background:transparent;filter:drop-shadow(0 24px 48px rgba(0,0,0,.38))}.r75-entry-popup-close{position:absolute;top:-16px;right:-16px;width:48px;height:48px;border:4px solid rgba(255,255,255,.9);border-radius:50%;display:grid;place-items:center;background:#e8414b;color:#fff;font-size:31px;line-height:1;cursor:pointer;box-shadow:0 8px 22px rgba(0,0,0,.28)}.r75-entry-popup-close:hover{background:#c62835;transform:scale(1.04)}@media(max-width:1180px){body[data-page="home"] .brand-box{width:calc((100% - 80px)/6)!important;flex-basis:calc((100% - 80px)/6)!important}body[data-page="home"] #featuredGrid>.prod-card{flex-basis:calc((100% - 42px)/4)!important}body[data-page="home"] #featuredGrid>.r84-featured-clones>.prod-card{flex-basis:calc((100% - 42px)/4)!important}}@media(max-width:820px){body{font-size:14px}body[data-page="home"] .brand-row{padding:30px 0!important}body[data-page="home"] .brand-track{overflow:hidden!important;padding-bottom:8px;mask-image:linear-gradient(90deg,transparent,#000 3%,#000 97%,transparent)}body[data-page="home"] .brand-track::-webkit-scrollbar{display:none}body[data-page="home"] .brand-list{display:flex!important;flex-flow:row nowrap!important;justify-content:flex-start!important;align-items:center!important;gap:8px!important;width:max-content!important;min-width:max-content!important;animation:r82BrandMarquee 42s linear infinite;will-change:transform}body[data-page="home"] .brand-loop{display:flex!important;flex-flow:row nowrap!important;gap:8px!important}body[data-page="home"] .brand-loop-clone{display:flex!important}body[data-page="home"] .brand-box{width:calc((100vw - 56px)/4)!important;height:58px!important;flex:0 0 calc((100vw - 56px)/4)!important;padding:7px!important}body[data-page="home"] .brand-box img{max-height:38px!important}body[data-page="home"] .brand-track:is(:hover,:focus-within) .brand-list{animation-play-state:paused}body[data-page="home"] .r75-featured-shell{grid-column:auto!important}body[data-page="home"] #featuredGrid{scroll-snap-type:none!important;scroll-behavior:auto!important;touch-action:pan-x pan-y}body[data-page="home"] #featuredGrid>.prod-card{flex-basis:calc((100% - 16px)/2.15)!important;scroll-snap-align:none!important}body[data-page="home"] #featuredGrid>.r84-featured-clones>.prod-card{flex-basis:calc((100% - 16px)/2.15)!important;scroll-snap-align:none!important}.r75-featured-arrow{width:36px;height:36px}.r75-entry-popup{padding:18px}.r75-entry-popup-close{top:-12px;right:-8px;width:43px;height:43px;font-size:27px}.prod-card .prod-info{padding:9px 9px 11px!important}.prod-card .prod-info .p-brand{font-size:9px!important}.prod-card .prod-info .p-name{min-height:38px!important;font-size:11.5px!important;line-height:1.42!important}body[data-page="home"] #featuredGrid .p-name{height:51px!important;min-height:51px!important}.prod-card .p-price{font-size:13px!important}.prod-card .p-price-old{font-size:9px!important}}@media(max-width:460px){body[data-page="home"] #featuredGrid>.prod-card{flex-basis:calc((100% - 10px)/2)!important}body[data-page="home"] #featuredGrid>.r84-featured-clones>.prod-card{flex-basis:calc((100% - 10px)/2)!important}.r83-deals-heading{width:100%;align-items:center;justify-content:space-between;gap:8px}.r83-countdown{gap:3px}.r83-countdown>span{min-width:34px;padding:4px}.r83-countdown b{font-size:12px}.r83-countdown small{font-size:7px}.r75-entry-popup-panel img{max-height:80vh;border-radius:13px}}@media(prefers-reduced-motion:reduce){.r75-entry-popup,.r75-entry-popup-panel{transition:none}}@keyframes r82BrandMarquee{to{transform:translateX(calc(-50% - 4px))}}body[data-page="product"] .detail-layout{grid-template-columns:minmax(0,1fr) minmax(0,1fr)!important}body[data-page="product"] .detail-layout>*,body[data-page="product"] .detail-gallery-col{min-width:0!important;max-width:100%!important}body[data-page="product"] .gallery-main{max-width:100%!important;background:#fff!important}body[data-page="product"] .gallery-main>img{object-fit:contain!important}body[data-page="product"] .gallery-thumbs-wrap{position:relative;display:grid;grid-template-columns:34px minmax(0,1fr) 34px;gap:7px;align-items:center;max-width:100%;margin-top:12px}body[data-page="product"] .gallery-thumbs{display:flex;gap:9px;min-width:0;max-width:100%;margin:0!important;padding:2px;overflow-x:auto;overflow-y:hidden;scroll-snap-type:x proximity;scroll-behavior:smooth;overscroll-behavior-inline:contain;scrollbar-width:none}body[data-page="product"] .gallery-thumbs::-webkit-scrollbar{display:none}body[data-page="product"] .gallery-thumbs img{flex:0 0 70px;width:70px;height:70px;scroll-snap-align:start;object-fit:contain;background:#fff}body[data-page="product"] .gallery-thumb-arrow{width:34px;height:44px;border:1px solid #dce7e2;border-radius:10px;background:#fff;color:#123a2c;font:700 24px/1 Kanit,sans-serif;cursor:pointer;box-shadow:0 3px 12px rgba(8,52,39,.07)}body[data-page="product"] .gallery-thumb-arrow:hover{border-color:#c73575;color:#c73575}@media(max-width:820px){body[data-page="product"] .detail-layout{grid-template-columns:minmax(0,1fr)!important}body[data-page="product"] .gallery-thumbs-wrap{grid-template-columns:30px minmax(0,1fr) 30px}body[data-page="product"] .gallery-thumb-arrow{width:30px;height:40px}}body:is([data-page="home"],[data-page="product"],[data-page="products"]) img{-webkit-user-drag:none;user-select:none;-webkit-user-select:none}.product-pagination{display:flex;justify-content:center;align-items:center;gap:8px;margin:30px 0 4px;flex-wrap:wrap}.product-pagination button{min-width:42px;height:42px;border:1px solid var(--border);border-radius:10px;background:#fff;color:var(--dark-1);font:600 14px 'Kanit',sans-serif;cursor:pointer;padding:0 13px}.product-pagination button.active{background:var(--dark-1);border-color:var(--dark-1);color:#fff}.product-pagination button:disabled{opacity:.4;cursor:not-allowed}.mobile-filter-close{display:none}@media(max-width:760px){body[data-page="products"] .listing-layout{display:block!important}body[data-page="products"] .listing-toolbar{position:sticky;top:62px;z-index:31;gap:8px;background:#f5f8fa;padding:9px 0}body[data-page="products"] .mobile-filter-toggle{display:inline-flex!important;align-items:center;justify-content:center;min-height:42px;padding:0 15px;border:0;border-radius:12px;background:#123a2c;color:#fff;font:700 13px Kanit,sans-serif;box-shadow:0 6px 18px rgba(18,58,44,.18)}body[data-page="products"] .filter-box{display:block!important;visibility:visible!important;position:fixed!important;inset:auto 10px 72px!important;width:auto!important;max-width:none!important;max-height:min(76vh,680px)!important;margin:0!important;padding:0 0 16px!important;overflow:auto!important;z-index:10020!important;border:1px solid #dce7e2!important;border-radius:22px!important;background:#fff!important;box-shadow:0 22px 60px rgba(6,30,23,.3)!important;transform:translateY(calc(100% + 120px))!important;opacity:0!important;pointer-events:none!important;transition:transform .32s cubic-bezier(.2,.8,.2,1),opacity .22s ease!important}body[data-page="products"] .filter-box.mobile-open{transform:translateY(0)!important;opacity:1!important;pointer-events:auto!important}body[data-page="products"] .filter-box>h3{position:sticky;top:0;z-index:3;display:flex!important;align-items:center;justify-content:space-between;margin:0!important;padding:16px 18px!important;background:#7f204b!important;color:#fff!important}body[data-page="products"] .mobile-filter-close{display:grid;width:34px;height:34px;padding:0;place-items:center;border:1px solid rgba(255,255,255,.5);border-radius:50%;background:rgba(255,255,255,.14);color:#fff;font:400 26px/1 sans-serif}body[data-page="products"] .filter-box .filter-group,body[data-page="products"] .filter-box>.btn-outline{display:block!important;margin-left:14px!important;margin-right:14px!important}body[data-page="products"].filter-drawer-open::before{content:"";position:fixed;inset:0;z-index:10010;background:rgba(5,24,18,.48);backdrop-filter:blur(2px)}}.tsk-app-loader{position:fixed;inset:0;z-index:20050;display:grid;place-content:center;justify-items:center;background:linear-gradient(145deg,#082b20,#0f4936);color:#fff;opacity:0;transition:opacity .28s ease;overflow:hidden}.tsk-app-loader::before{content:"";position:absolute;width:280px;height:280px;border-radius:50%;background:radial-gradient(circle,rgba(225,63,128,.25),transparent 68%);animation:tskLoaderGlow 2s ease-in-out infinite}.tsk-app-loader.is-visible{opacity:1}.tsk-app-loader.is-done{opacity:0;pointer-events:none}.tsk-app-loader-mark{position:relative;width:112px;height:112px;display:grid;place-items:center;margin-bottom:20px}.tsk-app-loader-mark span{position:absolute;inset:0;border:3px solid rgba(255,255,255,.14);border-top-color:#ef6ca2;border-right-color:#efb8cf;border-radius:50%;animation:tskLoaderSpin 1.05s linear infinite}.tsk-app-loader-mark img{width:78px;height:78px;object-fit:contain;filter:drop-shadow(0 10px 16px rgba(0,0,0,.24))}.tsk-app-loader strong{font-size:21px;letter-spacing:.035em}.tsk-app-loader small{margin-top:4px;color:#cfe2da;font-size:12px}.tsk-app-loader>i{display:block;width:156px;height:4px;margin-top:22px;overflow:hidden;border-radius:99px;background:rgba(255,255,255,.16)}.tsk-app-loader>i b{display:block;width:45%;height:100%;border-radius:inherit;background:linear-gradient(90deg,#e63f84,#ffc1da);animation:tskLoaderBar 1.15s ease-in-out infinite}@keyframes tskLoaderSpin{to{transform:rotate(360deg)}}@keyframes tskLoaderBar{0%{transform:translateX(-110%)}100%{transform:translateX(335%)}}@keyframes tskLoaderGlow{50%{transform:scale(1.16);opacity:.7}}.tsk-install-prompt{position:fixed;inset:0;z-index:20040;display:flex;align-items:flex-end;justify-content:center;padding:16px;background:rgba(4,22,16,.46);backdrop-filter:blur(4px);opacity:0;pointer-events:none;transition:opacity .25s ease}.tsk-install-prompt.is-visible{opacity:1;pointer-events:auto}.tsk-install-panel{position:relative;display:grid;grid-template-columns:64px 1fr;gap:10px 14px;width:min(100%,460px);padding:21px;border-radius:24px;background:#fff;color:#123a2c;box-shadow:0 24px 70px rgba(0,0,0,.3);transform:translateY(24px);transition:transform .3s cubic-bezier(.2,.8,.2,1)}.tsk-install-prompt.is-visible .tsk-install-panel{transform:none}.tsk-install-panel>img{width:64px;height:64px;border-radius:16px;box-shadow:0 7px 20px rgba(18,58,44,.13)}.tsk-install-panel h2{margin:1px 0 3px;font:800 19px/1.3 Kanit,sans-serif}.tsk-install-panel div>small{color:#c73575;font-weight:700}.tsk-install-panel p{margin:0;color:#62746d;font-size:12px;line-height:1.55}.tsk-install-primary,.tsk-install-later{min-height:44px;border-radius:12px;font:700 13px Kanit,sans-serif}.tsk-install-primary{grid-column:1/-1;margin-top:7px;border:0;background:#cf3979;color:#fff}.tsk-install-later{grid-column:1/-1;border:1px solid #b8cec5;background:#fff;color:#315d4d}.tsk-install-close{position:absolute;top:10px;right:11px;width:32px;height:32px;border:0;border-radius:50%;background:#eef4f1;color:#315d4d;font-size:23px;line-height:1}@media(prefers-reduced-motion:reduce){.tsk-app-loader-mark span,.tsk-app-loader>i b,.tsk-app-loader::before{animation:none}.tsk-app-loader,.tsk-install-prompt,.tsk-install-panel{transition:none}}