:root{--toastify-color-light: #fff;--toastify-color-dark: #121212;--toastify-color-info: #3498db;--toastify-color-success: #07bc0c;--toastify-color-warning: #f1c40f;--toastify-color-error: hsl(6, 78%, 57%);--toastify-color-transparent: rgba(255, 255, 255, .7);--toastify-icon-color-info: var(--toastify-color-info);--toastify-icon-color-success: var(--toastify-color-success);--toastify-icon-color-warning: var(--toastify-color-warning);--toastify-icon-color-error: var(--toastify-color-error);--toastify-container-width: fit-content;--toastify-toast-width: 320px;--toastify-toast-offset: 16px;--toastify-toast-top: max(var(--toastify-toast-offset), env(safe-area-inset-top));--toastify-toast-right: max(var(--toastify-toast-offset), env(safe-area-inset-right));--toastify-toast-left: max(var(--toastify-toast-offset), env(safe-area-inset-left));--toastify-toast-bottom: max(var(--toastify-toast-offset), env(safe-area-inset-bottom));--toastify-toast-background: #fff;--toastify-toast-padding: 14px;--toastify-toast-min-height: 64px;--toastify-toast-max-height: 800px;--toastify-toast-bd-radius: 6px;--toastify-toast-shadow: 0px 4px 12px rgba(0, 0, 0, .1);--toastify-font-family: sans-serif;--toastify-z-index: 9999;--toastify-text-color-light: #757575;--toastify-text-color-dark: #fff;--toastify-text-color-info: #fff;--toastify-text-color-success: #fff;--toastify-text-color-warning: #fff;--toastify-text-color-error: #fff;--toastify-spinner-color: #616161;--toastify-spinner-color-empty-area: #e0e0e0;--toastify-color-progress-light: linear-gradient(to right, #4cd964, #5ac8fa, #007aff, #34aadc, #5856d6, #ff2d55);--toastify-color-progress-dark: #bb86fc;--toastify-color-progress-info: var(--toastify-color-info);--toastify-color-progress-success: var(--toastify-color-success);--toastify-color-progress-warning: var(--toastify-color-warning);--toastify-color-progress-error: var(--toastify-color-error);--toastify-color-progress-bgo: .2}.Toastify__toast-container{z-index:var(--toastify-z-index);-webkit-transform:translate3d(0,0,var(--toastify-z-index));position:fixed;width:var(--toastify-container-width);box-sizing:border-box;color:#fff;display:flex;flex-direction:column}.Toastify__toast-container--top-left{top:var(--toastify-toast-top);left:var(--toastify-toast-left)}.Toastify__toast-container--top-center{top:var(--toastify-toast-top);left:50%;transform:translate(-50%);align-items:center}.Toastify__toast-container--top-right{top:var(--toastify-toast-top);right:var(--toastify-toast-right);align-items:end}.Toastify__toast-container--bottom-left{bottom:var(--toastify-toast-bottom);left:var(--toastify-toast-left)}.Toastify__toast-container--bottom-center{bottom:var(--toastify-toast-bottom);left:50%;transform:translate(-50%);align-items:center}.Toastify__toast-container--bottom-right{bottom:var(--toastify-toast-bottom);right:var(--toastify-toast-right);align-items:end}.Toastify__toast{--y: 0px;position:relative;touch-action:none;width:var(--toastify-toast-width);min-height:var(--toastify-toast-min-height);box-sizing:border-box;margin-bottom:1rem;padding:var(--toastify-toast-padding);border-radius:var(--toastify-toast-bd-radius);box-shadow:var(--toastify-toast-shadow);max-height:var(--toastify-toast-max-height);font-family:var(--toastify-font-family);z-index:0;display:flex;flex:1 auto;align-items:center;word-break:break-word}@media only screen and (max-width:480px){.Toastify__toast-container{width:100vw;left:env(safe-area-inset-left);margin:0}.Toastify__toast-container--top-left,.Toastify__toast-container--top-center,.Toastify__toast-container--top-right{top:env(safe-area-inset-top);transform:translate(0)}.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-right{bottom:env(safe-area-inset-bottom);transform:translate(0)}.Toastify__toast-container--rtl{right:env(safe-area-inset-right);left:initial}.Toastify__toast{--toastify-toast-width: 100%;margin-bottom:0;border-radius:0}}.Toastify__toast-container[data-stacked=true]{width:var(--toastify-toast-width)}@media only screen and (max-width:480px){.Toastify__toast-container[data-stacked=true]{width:100vw}}.Toastify__toast--stacked{position:absolute;width:100%;transform:translate3d(0,var(--y),0) scale(var(--s));transition:transform .3s}.Toastify__toast--stacked[data-collapsed] .Toastify__toast-body,.Toastify__toast--stacked[data-collapsed] .Toastify__close-button{transition:opacity .1s}.Toastify__toast--stacked[data-collapsed=false]{overflow:visible}.Toastify__toast--stacked[data-collapsed=true]:not(:last-child)>*{opacity:0}.Toastify__toast--stacked:after{content:"";position:absolute;left:0;right:0;height:calc(var(--g) * 1px);bottom:100%}.Toastify__toast--stacked[data-pos=top]{top:0}.Toastify__toast--stacked[data-pos=bot]{bottom:0}.Toastify__toast--stacked[data-pos=bot].Toastify__toast--stacked:before{transform-origin:top}.Toastify__toast--stacked[data-pos=top].Toastify__toast--stacked:before{transform-origin:bottom}.Toastify__toast--stacked:before{content:"";position:absolute;left:0;right:0;bottom:0;height:100%;transform:scaleY(3);z-index:-1}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-icon{margin-inline-end:10px;width:22px;flex-shrink:0;display:flex}.Toastify--animate{animation-fill-mode:both;animation-duration:.5s}.Toastify--animate-icon{animation-fill-mode:both;animation-duration:.3s}.Toastify__toast-theme--dark{background:var(--toastify-color-dark);color:var(--toastify-text-color-dark)}.Toastify__toast-theme--light,.Toastify__toast-theme--colored.Toastify__toast--default{background:var(--toastify-color-light);color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{color:var(--toastify-text-color-info);background:var(--toastify-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{color:var(--toastify-text-color-success);background:var(--toastify-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{color:var(--toastify-text-color-warning);background:var(--toastify-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{color:var(--toastify-text-color-error);background:var(--toastify-color-error)}.Toastify__progress-bar-theme--light{background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error{background:var(--toastify-color-transparent)}.Toastify__close-button{color:#fff;position:absolute;top:6px;right:6px;background:transparent;outline:none;border:none;padding:0;cursor:pointer;opacity:.7;transition:.3s ease;z-index:1}.Toastify__toast--rtl .Toastify__close-button{left:6px;right:unset}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:hover,.Toastify__close-button:focus{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{position:absolute;bottom:0;left:0;width:100%;height:100%;z-index:1;opacity:.7;transform-origin:left}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{right:0;left:initial;transform-origin:right;border-bottom-left-radius:initial}.Toastify__progress-bar--wrp{position:absolute;overflow:hidden;bottom:0;left:0;width:100%;height:5px;border-bottom-left-radius:var(--toastify-toast-bd-radius);border-bottom-right-radius:var(--toastify-toast-bd-radius)}.Toastify__progress-bar--wrp[data-hidden=true]{opacity:0}.Toastify__progress-bar--bg{opacity:var(--toastify-color-progress-bgo);width:100%;height:100%}.Toastify__spinner{width:20px;height:20px;box-sizing:border-box;border:2px solid;border-radius:100%;border-color:var(--toastify-spinner-color-empty-area);border-right-color:var(--toastify-spinner-color);animation:Toastify__spin .65s linear infinite}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutRight{20%{opacity:1;transform:translate3d(-20px,var(--y),0)}to{opacity:0;transform:translate3d(2000px,var(--y),0)}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;transform:translate3d(20px,var(--y),0)}to{opacity:0;transform:translate3d(-2000px,var(--y),0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}@keyframes Toastify__bounceOutUp{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}@keyframes Toastify__bounceOutDown{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--top-left,.Toastify__bounce-enter--bottom-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--top-right,.Toastify__bounce-enter--bottom-right{animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--top-left,.Toastify__bounce-exit--bottom-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--top-right,.Toastify__bounce-exit--bottom-right{animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{animation-name:Toastify__bounceOutDown}@keyframes Toastify__zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;transform:translate3d(0,var(--y),0) scale3d(.3,.3,.3)}to{opacity:0}}.Toastify__zoom-enter{animation-name:Toastify__zoomIn}.Toastify__zoom-exit{animation-name:Toastify__zoomOut}@keyframes Toastify__flipIn{0%{transform:perspective(400px) rotateX(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateX(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateX(10deg);opacity:1}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:translate3d(0,var(--y),0) perspective(400px)}30%{transform:translate3d(0,var(--y),0) perspective(400px) rotateX(-20deg);opacity:1}to{transform:translate3d(0,var(--y),0) perspective(400px) rotateX(90deg);opacity:0}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{0%{transform:translate3d(110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideOutRight{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(110%,var(--y),0)}}@keyframes Toastify__slideOutLeft{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(-110%,var(--y),0)}}@keyframes Toastify__slideOutDown{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(0,500px,0)}}@keyframes Toastify__slideOutUp{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(0,-500px,0)}}.Toastify__slide-enter--top-left,.Toastify__slide-enter--bottom-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--top-right,.Toastify__slide-enter--bottom-right{animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{animation-name:Toastify__slideInUp}.Toastify__slide-exit--top-left,.Toastify__slide-exit--bottom-left{animation-name:Toastify__slideOutLeft;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--top-right,.Toastify__slide-exit--bottom-right{animation-name:Toastify__slideOutRight;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown;animation-timing-function:ease-in;animation-duration:.3s}@keyframes Toastify__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}:root{font-family:Inter,Arial,sans-serif;color:#071a2d;background:#f6f8fa;--gold: #f6c800;--navy: #061c31;--teal: #e6a00a;--teal-dark: #bd850b;--border: #dfe7ed;--muted: #657789;--panel: #fff}*{box-sizing:border-box}body{margin:0;background:#fafafa}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit}button{cursor:pointer}.container{width:min(1280px,94%);margin:auto}.header{position:sticky;top:0;z-index:20;background:#071520;color:#fff;border-bottom:3px solid var(--gold)}.header-inner{display:flex;align-items:center;justify-content:space-between;padding:7px 0}.logo{font-size:24px;font-weight:900;letter-spacing:2px}.logo span{color:var(--gold)}nav{display:flex;gap:24px}.header-actions{display:flex;gap:14px;align-items:center}.icon-btn,.text-btn{display:flex;align-items:center;gap:6px;color:#fff;background:none;border:0}.icon-btn b{background:var(--gold);color:#111;border-radius:20px;padding:2px 7px;font-size:11px}.market-hero{background:#ffd619;min-height:390px;position:relative;overflow:hidden}.market-hero:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(circle at 78% 45%,rgba(255,255,255,.75),transparent 25%),linear-gradient(120deg,transparent 0 60%,rgba(255,255,255,.24) 60%)}.market-hero-inner{position:relative;min-height:390px;display:flex;align-items:center;justify-content:space-between;gap:40px}.market-copy{max-width:690px}.deal-kicker{font-weight:900;font-size:13px;letter-spacing:1.7px}.market-copy h1{font-size:clamp(42px,6vw,72px);line-height:.98;margin:12px 0 18px;letter-spacing:-3px}.market-copy p{font-size:18px;max-width:620px;line-height:1.6}.hero-btn,.primary{display:inline-flex;align-items:center;justify-content:center;background:#111;color:#fff;border:0;padding:14px 22px;font-weight:800;border-radius:5px}.hero-product-orb{width:250px;height:250px;background:#fff;border:22px solid rgba(255,255,255,.45);border-radius:50%;display:flex;flex-direction:column;justify-content:center;align-items:center;box-shadow:0 20px 60px #0000001f}.hero-product-orb span{font-weight:950;font-size:58px;letter-spacing:-7px}.hero-product-orb b{font-size:25px}.hero-product-orb small{margin-top:8px}.trust-strip{background:#fff;border-bottom:1px solid var(--border)}.trust-grid{display:grid;grid-template-columns:repeat(4,1fr)}.trust-grid>div{display:flex;align-items:center;gap:12px;padding:18px;border-right:1px solid var(--border)}.trust-grid svg{color:var(--teal)}.trust-grid span{display:flex;flex-direction:column}.trust-grid small{color:var(--muted);margin-top:2px}.market-main{padding:22px 0 55px}.home-block{margin:18px 0;padding:22px}.market-section-head{display:flex;align-items:end;justify-content:space-between;margin-bottom:18px}.market-section-head span{font-size:11px;font-weight:900;color:var(--teal);letter-spacing:1.5px}.market-section-head h2{margin:3px 0;font-size:24px}.market-section-head>a{font-weight:700;color:var(--teal)}.category-grid{display:grid;grid-template-columns:repeat(8,1fr);gap:12px}.category-tile{text-align:center}.cat-image{aspect-ratio:1;background:#f4f7f8;border:1px solid var(--border);display:grid;place-items:center;border-radius:6px;margin-bottom:8px;overflow:hidden}.cat-image img{width:100%;height:100%;object-fit:cover}.cat-image span{font-size:36px;font-weight:900;color:#a4b1bb}.category-tile b{font-size:13px}.section{padding:38px 0}.product-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:10px}.market-grid{gap:12px}.product-card{background:#fff;border:1px solid var(--border);border-radius:5px;overflow:hidden;transition:.18s ease}.product-card:hover{box-shadow:0 8px 24px #00233c1a;transform:translateY(-2px)}.product-media{position:relative;background:#fff}.product-card img{width:100%;aspect-ratio:1/1;object-fit:contain;padding:10px}.discount-badge,.featured-badge{position:absolute;top:8px;font-size:10px;font-weight:900;padding:4px 6px;border-radius:2px}.discount-badge{left:8px;background:#e31f26;color:#fff}.featured-badge{right:8px;background:#172c3d;color:#fff}.pbody{padding:10px}.product-brand{color:#788894;font-weight:700;text-transform:uppercase;font-size:10px}.pbody h3{font-size:13px;line-height:1.35;min-height:36px;margin:5px 0 7px}.rating-line{display:flex;align-items:center;gap:3px;color:#e8ad00;font-size:11px}.rating-line small{color:#8998a4}.price{margin:7px 0}.price span{font-size:16px;font-weight:900;color:#d71920}.price del{display:block;color:#9a9a9a;font-size:10px;margin-top:2px}.stock-line{font-size:10px;margin-bottom:7px}.stock-line span{color:#15903a;font-weight:700}.stock-line em{color:#c52222;font-style:normal}.pbody button{width:100%;display:flex;align-items:center;justify-content:center;gap:6px;padding:8px;border:0;background:#0b2235;color:#fff;border-radius:3px;font-size:12px;font-weight:800}.shop-head{display:flex;justify-content:space-between;align-items:end;margin-bottom:24px}.shop-head h1{font-size:36px;margin:5px 0}.shop-head p{color:var(--muted);margin:0}.shop-head form{display:flex}.shop-head input{width:330px;padding:12px;border:1px solid var(--border)}.shop-head button{background:var(--navy);color:#fff;border:0;padding:12px 20px}.shop-layout{display:grid;grid-template-columns:270px 1fr;gap:18px}.shop-filter{background:#fff;border:1px solid var(--border);padding:16px;height:max-content}.shop-filter h3{margin-top:0}.shop-filter button{display:block;width:100%;text-align:left;border:0;background:none;padding:9px 6px;color:#475c6d;border-bottom:1px solid #eef2f4}.shop-filter button.active{color:var(--teal);font-weight:900}.shop-products{grid-template-columns:repeat(4,1fr)}.product-detail{display:grid;grid-template-columns:1fr 1fr;gap:50px}.gallery img{width:100%;background:#fff;aspect-ratio:1/1;object-fit:contain}.product-info h1{font-size:38px}.sku{color:#777}.big-price{font-size:24px;font-weight:900;margin:20px 0}.in-stock{color:#177c3d}.out-stock{color:#b92323}.description{margin-top:40px;padding-top:20px;border-top:1px solid var(--border)}.cart-layout,.checkout-grid{display:grid;grid-template-columns:1fr 400px;gap:30px}.cart-row{background:#fff;border-bottom:1px solid var(--border);padding:14px;display:flex;align-items:center;gap:14px}.cart-row img{width:90px;object-fit:cover;border:1px solid #ccc;padding:10px}.grow{flex:1;display:grid;gap:7px}.grow small{color:#777}.cart-row input{width:70px;padding:8px}.link-danger{border:0;background:none;color:#c00}.summary,.payment-box,.checkout-form,.admin-form{background:#fff;border:1px solid var(--border);padding:24px;border-radius:8px}.summary p{display:flex;justify-content:space-between;gap:20px}.summary .primary{width:100%}.total{font-size:19px}.auth-page{min-height:calc(100vh - 72px);display:grid;place-items:center;padding:40px}.auth-card{width:min(430px,95vw);background:#fff;border:1px solid var(--border);padding:32px;border-radius:10px}.auth-card label,.checkout-form label{display:grid;gap:7px;margin:15px 0}.auth-card input,.checkout-form input{padding:12px;border:1px solid #ccc;border-radius:4px}.auth-card .primary{width:100%}.error{background:#fff0f0;color:#a11;padding:10px;margin:12px 0}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:0 14px}.radio{display:flex!important;align-items:center;gap:10px!important;background:#fafafa;border:1px solid var(--border);padding:12px}.payment-box .primary{width:100%;margin-top:20px}table{width:100%;border-collapse:collapse}th,td{text-align:left;padding:13px;border-bottom:1px solid var(--border)}.success-card{text-align:center;background:#fff;padding:60px;border:1px solid var(--border)}.check{margin:auto;width:70px;height:70px;display:grid;place-items:center;background:#e9f8ef;color:#158542;border-radius:50%;font-size:38px}.empty{background:#fff;padding:30px;border:1px solid var(--border)}.admin-shell{min-height:100vh;background:#f1f6f8;display:flex;color:#071a2d}.admin-sidebar{position:fixed;inset:0 auto 0 0;width:248px;background:#061c31;color:#d9e7f0;display:flex;flex-direction:column;z-index:60}.admin-brand{height:84px;padding:18px 20px;display:flex;align-items:center;gap:11px;border-bottom:1px solid rgba(255,255,255,.08)}.admin-brand-mark{font-size:22px;font-weight:950;color:#38a9ce;letter-spacing:-2px}.admin-brand div:last-child{display:flex;flex-direction:column}.admin-brand b{font-size:13px;color:#fff}.admin-brand span{font-size:9px;color:#75a1bd;letter-spacing:.7px}.admin-nav{padding:12px 10px;display:flex;flex-direction:column;gap:4px;flex:1;min-height:0;overflow-y:auto;overflow-x:hidden;scrollbar-width:thin;scrollbar-color:#64748b transparent}.admin-nav::-webkit-scrollbar{width:6px}.admin-nav::-webkit-scrollbar-track{background:transparent}.admin-nav::-webkit-scrollbar-thumb{background:#64748b;border-radius:10px}.admin-nav::-webkit-scrollbar-thumb:hover{background:#94a3b8}.admin-nav button,.admin-sidebar-foot button{width:100%;display:flex;align-items:center;gap:12px;background:none;border:0;color:#d5e4ec;padding:12px 13px;border-radius:6px;font-size:13px;font-weight:700;text-align:left}.admin-nav button svg:last-child{margin-left:auto}.admin-nav button:hover,.admin-nav button.active{background:var(--teal);color:#fff}.admin-sidebar-foot{margin-top:auto;padding:12px 10px 18px;border-top:1px solid rgba(255,255,255,.08)}.admin-workspace{margin-left:248px;width:calc(100% - 248px)}.admin-topbar{height:64px;background:#fff;border-bottom:1px solid var(--border);display:flex;align-items:center;padding:0 28px;position:sticky;top:0;z-index:30}.admin-menu{display:none;border:0;background:none}.admin-breadcrumb{font-size:12px;color:#7d8b97}.admin-breadcrumb b{color:#283c4c;margin-left:5px}.admin-user{margin-left:auto;display:flex;align-items:center;gap:10px;text-align:right}.admin-user div:first-child{display:flex;flex-direction:column;font-size:11px}.admin-user span{color:#5f7180}.admin-user b{font-size:11px}.avatar{width:34px;height:34px;border-radius:50%;background:#e1f7f5;color:var(--teal-dark);display:grid;place-items:center;font-weight:900}.admin-main{padding:30px;max-width:1600px;margin:auto}.admin-page-head{display:flex;justify-content:space-between;align-items:flex-end;margin-bottom:24px}.admin-page-head>div:first-child>span{font-size:11px;letter-spacing:1.5px;font-weight:900}.admin-page-head h1{font-size:32px;margin:2px 0 5px;letter-spacing:-1.2px}.admin-page-head p{margin:0;color:#6b7e8e;font-size:13px}.admin-page-actions{display:flex;gap:8px}.btn-teal,.btn-dark,.btn-soft,.btn-link{border:0;border-radius:5px;padding:10px 14px;display:inline-flex;align-items:center;justify-content:center;gap:7px;font-weight:800;font-size:12px}.btn-teal{background:var(--teal);color:#fff}.btn-teal:hover{background:var(--teal-dark)}.btn-dark{background:var(--navy);color:#fff}.btn-soft{background:#fff;border:1px solid var(--border);color:#344d5e}.btn-link{background:none;color:var(--teal);padding:7px}.admin-stat-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px;margin-bottom:18px}.admin-stat-card{background:#fff;border:1px solid #d8e3e9;padding:18px;border-radius:7px;display:flex;align-items:center;gap:14px;text-align:left;min-height:112px}.admin-stat-card:hover{box-shadow:0 6px 18px #0e2d4412}.stat-icon{width:42px;height:42px;background:#e4f8f6;color:var(--teal);display:grid;place-items:center;border-radius:8px}.admin-stat-card div:last-child{display:flex;flex-direction:column}.admin-stat-card span{font-size:12px;color:#667a8a}.admin-stat-card strong{font-size:26px;margin-top:5px}.admin-panel{background:#fff;border:1px solid #d7e2e8;border-radius:7px;box-shadow:0 2px 7px #08273e06}.panel-head{display:flex;justify-content:space-between;align-items:center;padding:20px 22px;border-bottom:1px solid var(--border)}.panel-head h2{margin:0;font-size:18px}.panel-head p{margin:4px 0 0;color:#7b8c99;font-size:12px}.admin-table table{min-width:850px}.admin-table th{font-size:10px;text-transform:uppercase;letter-spacing:.6px;color:#617583;background:#f8fafb}.admin-table td{font-size:12px;vertical-align:middle}.admin-table td small{display:block;color:#81909b;margin-top:4px;max-width:260px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.product-cell{display:flex;align-items:center;gap:11px;min-width:230px}.product-cell img{width:48px;height:48px;border-radius:5px;border:1px solid #e3e8eb;object-fit:contain;background:#fff}.product-cell b{display:block}.list-toolbar{padding:14px 16px;border-bottom:1px solid var(--border);display:flex}.search-box{display:flex;align-items:center;gap:8px;border:1px solid #d9e2e7;border-radius:5px;padding:0 11px;width:min(450px,100%);color:#81919d}.search-box input{width:100%;border:0;outline:0;padding:10px;background:transparent}.row-actions{display:flex;gap:5px}.icon-action{width:31px;height:31px;display:grid;place-items:center;background:#f7fafb;border:1px solid var(--border);border-radius:4px;color:#405767}.icon-action.danger{color:#c52f39}.status-pill{display:inline-flex;padding:5px 8px;border-radius:12px;font-size:10px;font-weight:900;text-transform:capitalize}.status-pill.ok{background:#e3f7ec;color:#168344}.status-pill.wait{background:#fff5d8;color:#9b6b00}.status-pill.off{background:#fce8e9;color:#b43139}.stock-good{color:#168344;font-weight:800}.stock-low{color:#c22a33;font-weight:900}.pill{font-size:10px;font-weight:800;background:#e9f4ff;color:#276aa0;padding:4px 7px;border-radius:12px}.status-select{padding:7px;border:1px solid var(--border);border-radius:4px;text-transform:capitalize;background:#fff}.admin-modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#02121f8c;z-index:100;display:grid;place-items:center;padding:22px}.admin-modal{width:min(680px,96vw);max-height:92vh;background:#fff;border-radius:8px;overflow:hidden;box-shadow:0 30px 90px #00000040}.admin-modal.wide{width:min(940px,96vw)}.admin-modal-head{height:72px;padding:14px 20px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--border)}.admin-modal-head span{font-size:9px;letter-spacing:1.4px;color:var(--teal);font-weight:900}.admin-modal-head h2{margin:2px 0;font-size:21px}.admin-modal-head button{border:0;background:#f3f6f7;width:34px;height:34px;border-radius:50%}.admin-modal-body{padding:22px;overflow:auto;max-height:calc(92vh - 72px)}.admin-form-grid{display:grid;grid-template-columns:1fr 1fr;gap:15px}.admin-form-grid label{display:flex;flex-direction:column;gap:6px}.admin-form-grid label>span{font-size:11px;font-weight:800;color:#4d6271}.admin-form-grid input,.admin-form-grid select,.admin-form-grid textarea,.seo-form input,.seo-form textarea{width:100%;border:1px solid #d6e1e6;border-radius:5px;padding:10px 11px;background:#fff;outline:none}.admin-form-grid input:focus,.admin-form-grid select:focus,.admin-form-grid textarea:focus,.seo-form input:focus,.seo-form textarea:focus{border-color:var(--teal);box-shadow:0 0 0 3px #11b7a614}.admin-form-grid .full{grid-column:1/-1}.checkbox-row{display:flex!important;flex-direction:row!important;flex-wrap:wrap;align-items:center;gap:18px!important}.checkbox-row label{display:flex;flex-direction:row;align-items:center;gap:6px}.checkbox-row input{width:auto}.form-divider{border-top:1px solid var(--border);margin-top:5px;padding-top:15px}.form-divider span{font-size:12px;color:var(--teal);font-weight:900}.code-area{font-family:Consolas,monospace;font-size:12px;background:#f7f9fa!important}.admin-form-actions{grid-column:1/-1;display:flex;justify-content:flex-end;gap:8px;border-top:1px solid var(--border);padding-top:16px}.seo-form{overflow:hidden}.form-section{padding:22px;border-bottom:1px solid var(--border)}.form-section h3{margin:0 0 14px}.form-section .help{font-size:12px;color:#728492}.seo-save{padding:18px 22px;display:flex;justify-content:flex-end}.import-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px}.import-card{padding:28px}.big-tool-icon{width:52px;height:52px;border-radius:9px;background:#e5f8f6;color:var(--teal);display:grid;place-items:center}.import-card h2{margin-bottom:5px}.import-card>p{color:#6d7f8d;font-size:13px;line-height:1.6}.file-drop{border:2px dashed #cfdce2;background:#f8fbfc;border-radius:8px;min-height:165px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:7px;color:#627683;margin:20px 0}.file-drop input{display:none}.file-drop svg{color:var(--teal)}.file-drop b{color:#253f50}.file-drop span{font-size:11px}.full-btn{width:100%;padding:13px}.export-info{display:flex;gap:12px;align-items:center;background:#f2fbfa;padding:16px;border-radius:7px;margin:34px 0}.export-info svg{color:var(--teal)}.export-info div{display:flex;flex-direction:column}.export-info span{font-size:11px;color:#6c7f8d;margin-top:3px}.admin-toast{position:fixed;right:28px;top:75px;z-index:120;background:#153f34;color:#fff;padding:11px 16px;border-radius:5px;box-shadow:0 8px 25px #00000029;font-size:12px}.admin-toast.error{background:#a52c33}@media(max-width:1100px){.product-grid{grid-template-columns:repeat(4,1fr)}.shop-products{grid-template-columns:repeat(3,1fr)}.category-grid{grid-template-columns:repeat(4,1fr)}.admin-stat-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:900px){.header nav{display:none}.product-grid{grid-template-columns:repeat(3,1fr)}.product-detail,.cart-layout,.checkout-grid,.shop-layout{grid-template-columns:1fr}.shop-filter{display:flex;overflow:auto;gap:5px}.shop-filter h3{display:none}.shop-filter button{white-space:nowrap;border:1px solid var(--border)}.admin-sidebar{transform:translate(-100%);transition:.2s}.admin-sidebar.open{transform:translate(0)}.admin-workspace{margin-left:0;width:100%}.admin-menu{display:block;margin-right:12px}.admin-main{padding:20px}.import-grid{grid-template-columns:1fr}}@media(max-width:650px){.product-grid,.shop-products{grid-template-columns:repeat(2,1fr)}.market-hero-inner{min-height:360px}.hero-product-orb{display:none}.market-copy h1{letter-spacing:-2px}.trust-grid{grid-template-columns:1fr 1fr}.category-grid{grid-template-columns:repeat(2,1fr)}.form-grid,.admin-form-grid{grid-template-columns:1fr}.admin-form-grid .full,.admin-form-actions{grid-column:auto}.admin-stat-grid{grid-template-columns:1fr 1fr}.admin-page-head{align-items:flex-start;flex-direction:column;gap:14px}.admin-page-actions{width:100%}.admin-page-actions button{flex:1}.admin-user div:first-child{display:none}.modern-shop-head{align-items:stretch;flex-direction:column}.shop-head form input{width:100%}}.success-box{padding:12px 14px;border-radius:8px;background:#e9fff7;border:1px solid #9ae4c7;color:#166447;margin:12px 0}.inline-btn{display:inline-block;text-decoration:none}.checkout-notice{padding:12px;border-radius:8px;background:#fff7df;border:1px solid #f3d989;margin:12px 0}.site-footer{background:#071b2d;color:#d9e3ec;margin-top:60px;padding:48px 0 0}.footer-grid{display:grid;grid-template-columns:2fr repeat(3,1fr);gap:32px}.site-footer h2,.site-footer h3{color:#fff}.site-footer a{color:#d9e3ec;text-decoration:none}.footer-bottom{border-top:1px solid #17364e;margin-top:30px;padding:18px 0;font-size:13px}.blog-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.blog-card{background:#fff;border:1px solid #e6edf2;border-radius:14px;overflow:hidden}.blog-card img{width:100%;height:auto;object-fit:contain;display:block}.blog-card>div{padding:18px}.blog-card h2,.blog-card h3{margin:8px 0}.blog-card p{color:#64748b;font-size:14px;line-height:22px}.blog-card a{font-size:14px;outline:none}.blog-detail{max-width:900px}.blog-hero-img{width:100%;height:auto;object-fit:cover;border-radius:16px;margin-bottom:24px}.blog-content{font-size:17px;line-height:1.8;color:#1f2937}.blog-content p{margin:0 0 18px}.blog-content h1,.blog-content h2,.blog-content h3,.blog-content h4{margin:28px 0 14px;line-height:1.3;color:#071c2c}.blog-content strong{font-weight:700}.blog-content ul,.blog-content ol{margin:15px 0 20px 25px}.blog-content li{margin-bottom:8px}.blog-content img{max-width:100%;height:auto;display:block;margin:25px auto;border-radius:10px}.blog-content a{text-decoration:underline}.vendor-register-card{max-width:100%}.vendor-portal{max-width:1400px}.vendor-head{display:flex;justify-content:space-between;align-items:center;gap:20px}.vendor-stats{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;margin:24px 0}.vendor-stats>div{background:#fff;border:1px solid #e2e8f0;border-radius:12px;padding:20px}.vendor-stats small{display:block;color:#64748b}.vendor-stats b{display:block;font-size:28px;margin-top:8px}.vendor-form{margin-bottom:24px;padding:22px}.table-wrap{overflow:auto}.table-wrap table{width:100%;border-collapse:collapse}.table-wrap th,.table-wrap td{padding:12px;border-bottom:1px solid #e5e7eb;text-align:left}.admin-panel{background:#fff;border:1px solid #e2e8f0;border-radius:12px;padding:20px;margin:20px 0}.order-detail-grid{display:grid;grid-template-columns:1fr 1fr;gap:30px}.small-input{max-width:150px;padding:8px;border:1px solid #d8e0e7;border-radius:7px}@media(max-width:800px){.footer-grid,.blog-grid,.vendor-stats,.order-detail-grid{grid-template-columns:1fr}.vendor-head{align-items:flex-start;flex-direction:column}}.dynamic-nav{display:flex;align-items:center;gap:35px}.nav-menu{position:relative}.nav-menu>a{display:flex;align-items:center;gap:4px}.nav-dropdown{display:none;position:absolute;top:calc(100% + 0px);left:-16px;min-width:210px;background:#fff;border:1px solid #e2e8f0;border-radius:8px;box-shadow:0 18px 45px #0f172a21;padding:8px;z-index:50}.nav-menu:hover .nav-dropdown{display:block}.nav-dropdown a{display:block;padding:10px 12px;border-radius:6px;white-space:nowrap;color:var(--navy)}.nav-dropdown a:hover{background:#f1f5f9}.vendor-register-form h3{margin-top:28px;border-bottom:1px solid #e5e7eb;padding-bottom:9px}.document-upload-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:14px}.document-upload{border:1px dashed #b9c8d2;border-radius:10px;padding:16px;display:flex;flex-direction:column;gap:8px;background:#fafcfd}.document-upload input{padding:0}.document-upload span,.muted{font-size:12px;color:#64748b}.readiness-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:12px;padding:18px}.readiness-item{padding:14px;border:1px solid #e2e8f0;border-radius:8px;background:#f8fafc}.readiness-item small{display:block;color:#64748b;margin-bottom:5px}.readiness-item b{text-transform:capitalize}.payout-form{display:flex;align-items:center;gap:12px;flex-wrap:wrap}.payout-form h2,.payout-form p{width:100%;margin:0}.payout-form input{min-width:280px;padding:11px;border:1px solid #d6e1e6;border-radius:6px}.vendor-bank-form{padding:22px}.vendor-review h3{margin-top:22px}.vendor-bank-summary{display:flex;align-items:center;justify-content:space-between;gap:20px;border:1px solid #e2e8f0;padding:14px;border-radius:8px}.menu-admin-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px}.menu-editor{padding:20px}.submenu-editor{margin-top:20px;border-top:1px solid #e2e8f0}.submenu-editor .panel-head{padding-left:0;padding-right:0}.submenu-row{display:grid;grid-template-columns:1fr 1fr auto;gap:8px;margin:8px 0}.submenu-row input{padding:9px;border:1px solid #d6e1e6;border-radius:6px}.vendor-admin .admin-stat-grid{grid-template-columns:repeat(3,1fr)}@media(max-width:900px){.dynamic-nav{display:none}.menu-admin-grid,.document-upload-grid{grid-template-columns:1fr}.readiness-grid,.vendor-admin .admin-stat-grid{grid-template-columns:repeat(2,1fr)}}.vendor_reg{width:100%!important}.p-60{padding:60px 0}.notification-list{display:grid;gap:10px}.notification-row{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:14px 16px;border:1px solid #dce6eb;border-radius:10px;background:#fff}.notification-row.unread{border-left:4px solid #14b8a6;background:#f2fffd}.notification-row p{margin:5px 0;color:#5d7080}.notification-row small{color:#8797a4}.static-page{max-width:1000px}.static-page-content{margin-top:24px;line-height:1.75;background:#fff;padding:28px;border-radius:14px;border:1px solid #e1e8ec}.static-page-content h2,.static-page-content h3{margin-top:24px}.seo-save{display:flex;gap:10px;align-items:center;flex-wrap:wrap}.report-filter{margin-bottom:18px}.report-filter-row,.report-download-row{display:flex;gap:12px;align-items:end;flex-wrap:wrap}.report-filter-row label{display:grid;gap:6px;min-width:170px}.report-filter-row label span{font-size:12px;font-weight:700;color:#687386}.report-filter-row input{height:42px;border:1px solid #d8dee8;border-radius:8px;padding:0 10px;background:#fff}.report-download-row{margin-top:14px}.vendor-order-items{display:grid;gap:4px}@media(max-width:700px){.report-filter-row>*{width:100%}.report-filter-row label{min-width:0}.report-download-row button{width:100%}}.home-slider{position:relative;min-height:320px;overflow:hidden}.home-banner-img{width:100%;object-fit:cover;display:block}.banner-copy{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;flex-direction:column;justify-content:center;align-items:flex-start;pointer-events:none}.banner-copy>*{pointer-events:auto}.banner-copy h1{max-width:650px;font-size:clamp(30px,4vw,58px)}.banner-arrow{position:absolute;top:50%;transform:translateY(-50%);z-index:3;border:0;border-radius:50%;width:44px;height:44px;display:grid;place-items:center}.banner-arrow.left{left:20px}.banner-arrow.right{right:20px}.slider-shell{display:flex;align-items:center;gap:8px}.category-slider{display:flex;gap:16px;overflow:hidden;scroll-snap-type:x mandatory;flex:1}.category-slider .category-tile{min-width:150px;scroll-snap-align:start}.slider-arrow{flex:0 0 38px;height:38px;border:1px solid #d8e0e8;background:#fff;border-radius:50%;display:grid;place-items:center}.ten-grid{grid-template-columns:repeat(5,minmax(0,1fr))!important}.verification-pending{text-align:center}.verification-pending .primary{display:inline-block;margin-top:12px}@media(max-width:1000px){.ten-grid{grid-template-columns:repeat(3,minmax(0,1fr))!important}}@media(max-width:640px){.ten-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}}.header-cart{position:relative}.cart-bounce{animation:cartBounce .45s ease}@keyframes cartBounce{0%{transform:scale(1)}30%{transform:scale(1.25)}55%{transform:scale(.92)}75%{transform:scale(1.1)}to{transform:scale(1)}}.header-search{position:relative;width:min(360px,30vw)}.header-search form{display:flex;align-items:center;gap:8px;background:#fff;border-radius:8px;padding:8px 12px}.header-search input{width:100%;border:0;outline:0;background:transparent;font-size:14px}.search-clear{border:0;background:transparent;cursor:pointer;display:flex;align-items:center;justify-content:center}.search-dropdown{position:absolute;top:calc(100% + 8px);left:0;right:0;z-index:9999;background:#fff;border-radius:10px;box-shadow:0 16px 40px #0000002e;overflow:hidden;max-height:480px;overflow-y:auto}.search-result{display:flex;gap:12px;padding:10px 12px;text-decoration:none;color:inherit;border-bottom:1px solid #edf0f3}.search-result:hover{background:#f7f9fb}.search-result-image{width:54px;height:54px;flex:0 0 54px;border-radius:7px;overflow:hidden;background:#f3f4f6}.search-result-image img{width:100%;height:100%;object-fit:contain}.search-result-info{min-width:0;display:flex;flex-direction:column;gap:2px;color:#000}.search-result-info b{font-size:13px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.search-result-info small{font-size:11px;color:#7a8491}.search-result-info span{font-size:13px;font-weight:700}.search-message{padding:18px;text-align:center;color:#6b7280;font-size:13px}.search-view-all{width:100%;border:0;background:#f5f7f9;padding:11px;cursor:pointer;font-weight:700}@media(max-width:1000px){.header-search{width:260px}}@media(max-width:760px){.header-search{order:3;width:100%}.header-inner{flex-wrap:wrap}}.account-page{min-height:70vh;padding:45px 0 70px;background:#f5f6f8}.account-heading{margin-bottom:28px}.account-heading h1{margin:0 0 6px;font-size:30px;font-weight:800;color:#16191d}.account-heading p{margin:0;color:#6c737f;font-size:14px}.account-layout{display:grid;grid-template-columns:270px 1fr;gap:25px;align-items:start}.account-sidebar{background:#fff;border-radius:14px;border:1px solid #e8eaed;overflow:hidden}.account-user-card{display:flex;align-items:center;gap:12px;padding:22px;border-bottom:1px solid #eceef1}.account-avatar{width:48px;height:48px;border-radius:50%;display:flex;align-items:center;justify-content:center;background:#111;color:#fff;flex-shrink:0}.account-user-card h3{margin:0 0 3px;font-size:15px;color:#16191d}.account-user-card p{margin:0;font-size:12px;color:#79808b;word-break:break-all}.account-menu{display:flex;flex-direction:column;padding:10px}.account-menu a,.account-menu button{width:100%;border:0;display:flex;align-items:center;gap:10px;padding:12px 13px;border-radius:8px;text-decoration:none;background:transparent;color:#343a40;cursor:pointer;font-size:14px;font-weight:600;text-align:left}.account-menu a:hover,.account-menu button:hover{background:#f3f4f6}.account-menu a.active{background:#111;color:#fff}.account-menu .account-logout{color:#d72929;margin-top:8px}.account-content{display:flex;flex-direction:column;gap:22px}.account-card{background:#fff;border:1px solid #e8eaed;border-radius:14px;padding:25px}.account-card-header{margin-bottom:22px}.account-card-header h2{margin:0 0 5px;font-size:19px;color:#171a1e}.account-card-header p{margin:0;color:#767e89;font-size:13px}.account-form{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}.account-form-group{display:flex;flex-direction:column;gap:7px}.account-form-group label{font-size:13px;font-weight:700;color:#343a40}.account-form-group small{color:#8a9099;font-size:11px}.account-input{min-height:46px;display:flex;align-items:center;gap:9px;padding:0 13px;border:1px solid #dfe2e6;border-radius:8px;background:#fff}.account-input:focus-within{border-color:#111}.account-input svg{color:#777f8b;flex-shrink:0}.account-input input{width:100%;border:0;outline:0;background:transparent;font-size:14px;color:#20242a}.account-input input:disabled{color:#8a9098;cursor:not-allowed}.account-actions{grid-column:1 / -1;padding-top:5px}.account-save-btn{border:0;border-radius:8px;padding:11px 18px;display:inline-flex;align-items:center;justify-content:center;gap:8px;background:#111;color:#fff;font-weight:700;cursor:pointer}.account-save-btn:disabled{opacity:.6;cursor:not-allowed}.account-success,.account-error{padding:11px 14px;border-radius:8px;font-size:13px;margin-bottom:18px}.account-success{background:#e9f8ee;color:#197339}.account-error{background:#fdeaea;color:#b52323}.account-info-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.account-info-item{padding:15px;border:1px solid #eceef1;border-radius:9px;background:#fafbfc}.account-info-item span{display:block;margin-bottom:5px;color:#7b828c;font-size:12px}.account-info-item strong{color:#22262b;font-size:14px}.account-loading{min-height:350px;display:flex;align-items:center;justify-content:center;gap:10px}.spin{animation:account-spin .8s linear infinite}@keyframes account-spin{to{transform:rotate(360deg)}}@media(max-width:850px){.account-layout{grid-template-columns:1fr}.account-menu{display:grid;grid-template-columns:repeat(2,1fr)}}@media(max-width:650px){.account-page{padding:25px 0 50px}.account-card{padding:18px}.account-form,.account-info-grid,.account-menu{grid-template-columns:1fr}}.brands-page,.brand-page{padding:45px 0 70px;min-height:70vh;background:#f7f8fa}.brands-heading{margin-bottom:30px}.brands-heading h1{margin:0 0 8px;font-size:32px;font-weight:800}.brands-heading p{margin:0;color:#737b86}.brands-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:18px}.brand-card{background:#fff;border:1px solid #e7e9ed;border-radius:12px;padding:18px;text-align:center;text-decoration:none;color:#171a1e;transition:.2s ease}.brand-card:hover{transform:translateY(-3px);box-shadow:0 12px 28px #00000014}.brand-card-logo{height:95px;display:flex;align-items:center;justify-content:center;margin-bottom:12px}.brand-card-logo img{max-width:100%;max-height:75px;object-fit:contain}.brand-card h3{margin:0;font-size:15px}.brand-breadcrumb{display:flex;gap:8px;align-items:center;font-size:13px;margin-bottom:18px;color:#77808a}.brand-breadcrumb a{text-decoration:none;color:#555e68}.brand-hero{background:#fff;border:1px solid #e8eaed;border-radius:14px;padding:25px;margin-bottom:28px}.brand-hero-content{display:flex;align-items:center;gap:22px}.brand-logo-box{width:150px;height:90px;border:1px solid #eceef1;border-radius:10px;padding:12px;display:flex;align-items:center;justify-content:center}.brand-logo-box img{max-width:100%;max-height:100%;object-fit:contain}.brand-hero h1{margin:0 0 8px;font-size:30px}.brand-hero p{margin:0 0 10px;max-width:750px;color:#707985;line-height:1.6}.brand-product-count{font-size:13px;font-weight:700;color:#454c55}.brand-products-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:20px}.brand-product-card{background:#fff;border:1px solid #e7e9ed;border-radius:12px;overflow:hidden;text-decoration:none;color:#191c20;transition:.2s ease}.brand-product-card:hover{transform:translateY(-3px);box-shadow:0 14px 30px #00000014}.brand-product-image{height:235px;position:relative;padding:16px;background:#fff}.brand-product-image img{width:100%;height:100%;object-fit:contain}.brand-sale-badge{position:absolute;top:12px;left:12px;background:#e22929;color:#fff;padding:5px 9px;font-size:11px;font-weight:700;border-radius:5px}.brand-product-info{padding:15px;border-top:1px solid #f0f1f3}.brand-product-brand{display:block;margin-bottom:5px;text-transform:uppercase;font-size:10px;font-weight:700;color:#888f98}.brand-product-info h3{margin:0 0 7px;font-size:15px;line-height:1.4}.brand-product-info small{display:block;margin-bottom:10px;color:#8a919b}.brand-product-price{display:flex;align-items:center;gap:8px}.brand-product-price strong{font-size:16px}.brand-product-price del{font-size:12px;color:#999}.brand-empty,.brand-loading{min-height:300px;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;gap:8px}.brand-error{background:#fdeaea;color:#b42323;padding:14px;border-radius:8px}@media(max-width:1100px){.brands-grid{grid-template-columns:repeat(4,1fr)}.brand-products-grid{grid-template-columns:repeat(3,1fr)}}@media(max-width:800px){.brands-grid{grid-template-columns:repeat(3,1fr)}.brand-products-grid{grid-template-columns:repeat(2,1fr)}.brand-hero-content{align-items:flex-start;flex-direction:column}}@media(max-width:520px){.brands-grid{grid-template-columns:repeat(2,1fr)}.brand-products-grid{grid-template-columns:1fr}}.brand-no-image{width:100%;height:100%;display:flex;align-items:center;justify-content:center;color:#adb5bd;background:#f8f9fa}.brand-stock{display:inline-block;margin-top:9px;font-size:12px;font-weight:700}.brand-stock.in-stock{color:#16803b}.brand-stock.out-stock{color:#c92a2a}.brand-shop-btn{display:inline-flex;margin-top:10px;padding:10px 18px;background:#071923;color:#fff;border-radius:7px;text-decoration:none;font-weight:700}.brand-shop-btn:hover{opacity:.9}.product-detail .gallery{display:flex;align-items:top;justify-content:center;background:#fff;border:1px solid #e5e7eb;border-radius:12px;padding:24px;min-height:450px}.rich-editor{width:100%;border:1px solid #d5dde5;border-radius:8px;background:#fff;overflow:hidden}.rich-editor-toolbar{display:flex;align-items:center;flex-wrap:wrap;gap:4px;padding:8px 10px;background:#f8fafc;border-bottom:1px solid #d5dde5}.rich-editor-toolbar button{width:34px;height:34px;padding:0;border:1px solid transparent;border-radius:5px;background:transparent;color:#334155;display:flex;align-items:center;justify-content:center;cursor:pointer}.rich-editor-toolbar button:hover{background:#e9eef4}.rich-editor-toolbar button.active{background:#dbeafe;border-color:#93c5fd;color:#1d4ed8}.rich-editor-toolbar button:disabled{opacity:.35;cursor:not-allowed}.rich-editor-toolbar select{height:34px;padding:0 9px;border:1px solid #d5dde5;border-radius:5px;background:#fff}.toolbar-divider{width:1px;height:24px;background:#d5dde5;margin:0 3px}.rich-editor-content{min-height:300px;max-height:500px;overflow-y:auto;padding:16px;outline:none;color:#111827;font-size:15px;line-height:1.7}.rich-editor-content p{margin:0 0 14px}.rich-editor-content h1{font-size:28px;margin:18px 0 12px}.rich-editor-content h2{font-size:23px;margin:18px 0 10px}.rich-editor-content h3{font-size:19px;margin:16px 0 8px}.rich-editor-content ul,.rich-editor-content ol{padding-left:28px;margin:10px 0 16px}.rich-editor-content blockquote{margin:15px 0;padding:10px 15px;border-left:4px solid #cbd5e1;background:#f8fafc}.rich-editor-content a{color:#2563eb;text-decoration:underline}.product-page{width:100%}.product-detail{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:55px;align-items:start}.product-detail .gallery{width:100%;min-height:500px;padding:30px;display:flex;align-items:center;justify-content:center;border:1px solid #e5e7eb;border-radius:14px;background:#fff}.product-detail .gallery img{display:block;width:100%;max-width:520px;max-height:520px;object-fit:contain}.product-info h1{margin:10px 0;font-size:32px;line-height:1.25;color:#0f172a}.product-info .sku{margin:8px 0 15px;color:#64748b;font-size:14px}.big-price{display:flex;align-items:center;gap:12px;margin:18px 0}.big-price strong{font-size:28px;color:#0f766e}.big-price del{font-size:17px;color:#94a3b8}.product-short-description{margin-top:18px;color:#475569;line-height:1.7}.product-short-description p{margin:0 0 12px}.product-stock-box{display:inline-flex;align-items:center;gap:7px;margin:18px 0;padding:8px 12px;border-radius:7px;font-size:14px;font-weight:700}.product-stock-box.in-stock{color:#15803d;background:#f0fdf4}.product-stock-box.out-stock{color:#b91c1c;background:#fef2f2}.product-purchase-row{display:flex;align-items:stretch;gap:12px;margin-top:18px}.product-qty{height:48px;display:flex;align-items:center;border:1px solid #d1d5db;border-radius:8px;overflow:hidden;background:#fff}.product-qty button{width:42px;height:48px;display:flex;align-items:center;justify-content:center;border:0;background:#f8fafc;color:#0f172a;cursor:pointer;transition:.2s ease}.product-qty button:hover:not(:disabled){background:#e2e8f0}.product-qty button:disabled{opacity:.4;cursor:not-allowed}.product-qty input{width:58px;height:48px;text-align:center;border:0;border-left:1px solid #e2e8f0;border-right:1px solid #e2e8f0;outline:none;font-size:16px;font-weight:700;color:#0f172a}.product-qty input::-webkit-inner-spin-button,.product-qty input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.product-qty input[type=number]{-moz-appearance:textfield}.product-add-cart{min-height:48px;padding:0 28px;display:inline-flex;align-items:center;justify-content:center;gap:8px}.product-tabs-section{width:100%;margin-top:55px;border:1px solid #e2e8f0;border-radius:12px;background:#fff;overflow:hidden}.product-tabs{display:flex;align-items:center;border-bottom:1px solid #e2e8f0;background:#f8fafc}.product-tabs button{position:relative;padding:17px 25px;border:0;background:transparent;color:#475569;font-size:15px;font-weight:700;cursor:pointer}.product-tabs button:hover{color:#0f172a}.product-tabs button.active{color:#0f172a;background:#fff}.product-tabs button.active:after{content:"";position:absolute;left:20px;right:20px;bottom:-1px;height:3px;background:#d4a900;border-radius:3px 3px 0 0}.product-tab-content{padding:30px}.product-tab-panel h2{margin:0 0 22px;color:#0f172a;font-size:23px}.product-description-content{color:#1f2937;font-size:16px;line-height:1.8}.product-description-content p{margin:0 0 18px}.product-description-content p:last-child{margin-bottom:0}.product-description-content h1{font-size:30px;margin:28px 0 14px}.product-description-content h2{font-size:25px;margin:25px 0 12px}.product-description-content h3{font-size:21px;margin:22px 0 10px}.product-description-content ul,.product-description-content ol{margin:15px 0 20px;padding-left:30px}.product-description-content li{margin-bottom:8px}.product-description-content blockquote{margin:20px 0;padding:14px 18px;border-left:4px solid #cbd5e1;background:#f8fafc}.product-description-content a{color:#2563eb;text-decoration:underline}.product-features-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px 30px;margin:0;padding-left:22px}.product-features-list li{color:#334155;line-height:1.6}.product-information-table{max-width:850px;border:1px solid #e2e8f0;border-radius:8px;overflow:hidden}.product-information-table>div{display:grid;grid-template-columns:220px 1fr;border-bottom:1px solid #e2e8f0}.product-information-table>div:last-child{border-bottom:0}.product-information-table span,.product-information-table strong{padding:13px 16px}.product-information-table span{background:#f8fafc;color:#64748b;font-weight:600}.product-information-table strong{color:#0f172a}@media(max-width:900px){.product-detail{grid-template-columns:1fr;gap:30px}.product-detail .gallery{min-height:380px}.product-tabs{overflow-x:auto}.product-tabs button{white-space:nowrap}.product-features-list{grid-template-columns:1fr}}@media(max-width:600px){.product-info h1{font-size:26px}.product-purchase-row{flex-direction:column}.product-qty{width:fit-content}.product-add-cart{width:100%}.product-tab-content{padding:20px}.product-information-table>div{grid-template-columns:1fr}.product-information-table span{border-bottom:1px solid #e2e8f0}}.checkout-email-verified{display:flex;align-items:center;gap:12px;width:100%;margin:5px 0 10px;padding:14px 16px;background:#f0fdf4;border:1px solid #bbf7d0;border-radius:8px;color:#166534}.checkout-email-verified .verified-icon{width:38px;height:38px;flex:0 0 38px;display:flex;align-items:center;justify-content:center;background:#16a34a;color:#fff;border-radius:50%;font-size:21px;font-weight:800}.checkout-email-verified strong{display:block;margin-bottom:2px;color:#166534;font-size:15px}.checkout-email-verified p{margin:0;color:#15803d;font-size:14px}.checkout-otp-row{width:100%;display:flex;gap:10px;align-items:center;margin-top:12px}.checkout-otp-message{margin-top:10px;padding:10px 12px;background:#eff6ff;border:1px solid #bfdbfe;border-radius:7px;color:#1d4ed8;font-size:14px}.checkout-email-verified{display:flex;align-items:center;gap:12px;width:100%;padding:14px 16px;margin:5px 0 10px;background:#f0fdf4;border:1px solid #bbf7d0;border-radius:8px}.checkout-email-verified .verified-icon{width:38px;height:38px;flex:0 0 38px;display:flex;align-items:center;justify-content:center;border-radius:50%;background:#16a34a;color:#fff;font-size:20px;font-weight:800}.checkout-email-verified strong{display:block;color:#166534;font-size:15px}.checkout-email-verified p{margin:2px 0 0;color:#15803d;font-size:14px}.checkout-otp-row{display:flex;align-items:center;gap:10px;width:100%;margin-top:12px}.checkout-otp-row input{flex:1;min-height:46px}.checkout-otp-message{margin-top:10px;padding:10px 12px;background:#eff6ff;border:1px solid #bfdbfe;border-radius:7px;color:#1d4ed8}.checkout-confirm-btn{margin-top:14px}.checkout-confirm-btn:disabled{opacity:.5;cursor:not-allowed}.stripe-payment-form .primary{margin-top:18px}.zx-quill-editor,.zx-quill-editor .quill{width:100%}.zx-quill-editor .ql-toolbar{border:1px solid #d7dee7;border-radius:8px 8px 0 0;background:#fff}.zx-quill-editor .ql-container{min-height:var(--quill-min-height, 160px);border:1px solid #d7dee7;border-top:0;border-radius:0 0 8px 8px;background:#fff;font-family:inherit;font-size:15px}.zx-quill-editor .ql-editor{min-height:var(--quill-min-height, 160px);line-height:1.6;padding:14px 16px}.zx-quill-editor .ql-editor:focus{outline:none}.zx-quill-editor .ql-editor.ql-blank:before{color:#94a3b8;font-style:normal}.admin-note{padding:14px 16px;margin-bottom:16px;border:1px solid #d7e2e8;border-radius:7px;background:#f7fbfc;color:#344d5e;line-height:1.6}.product-filter-toolbar{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.product-filter-toolbar .search-box{flex:1 1 300px;min-width:240px}.product-filter-toolbar select{min-width:145px;height:42px;padding:0 12px;border:1px solid #d9e1e7;border-radius:8px;background:#fff;font:inherit}.product-filter-toolbar .btn-soft{min-height:42px}.import-result-box{margin-top:16px;padding:14px;border:1px solid #dce5e8;border-radius:10px;background:#f8fbfc}.import-result-stats{display:flex;gap:10px;flex-wrap:wrap;margin:10px 0}.import-result-stats span{padding:6px 9px;background:#fff;border:1px solid #e1e7ea;border-radius:7px;font-size:13px}.import-error-list{max-height:320px;overflow:auto}.import-error-list>div{display:flex;flex-wrap:wrap;gap:5px 8px;padding:8px 0;border-top:1px solid #e7ecef;font-size:12px}.import-error-list>div span{width:100%;color:#a12828}.bulk-selection-bar{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:10px 12px;margin:0 0 12px;border:1px solid #d8dee8;border-radius:10px;background:#f8fafc}.bulk-check-col{width:42px;text-align:center}.bulk-check-col input{width:17px;height:17px;cursor:pointer}.bulk-selected-row td{background:#f6fbff}.checkout-form select{width:100%;height:56px;padding:0 16px;font-size:16px;font-family:inherit;color:#071c2c;background-color:#fff;border:1px solid #d7dde3;border-radius:6px;outline:none;cursor:pointer;transition:border-color .2s ease,box-shadow .2s ease}.checkout-form select:hover{border-color:#aeb8c2}.checkout-form select:focus{border-color:#071c2c;box-shadow:0 0 0 3px #071c2c14}.checkout-form label{margin-bottom:8px;font-size:16px;font-weight:500;color:#071c2c}.checkout-form .field,.checkout-form .form-group{width:100%}@media(max-width:768px){.checkout-form select{height:52px;font-size:16px}}.brand-add-cart-btn{width:100%;margin-top:12px;padding:11px 14px;border:none;border-radius:6px;background:#071c2c;color:#fff;font-size:14px;font-weight:700;cursor:pointer;transition:.2s ease}.brand-add-cart-btn:hover{background:#e5a400;color:#071c2c}.brand-add-cart-btn:disabled{background:#d1d5db;color:#6b7280;cursor:not-allowed}.whatsapp-product-btn{background:#25d366!important;border-color:#25d366!important;color:#fff!important;display:inline-flex;align-items:center;justify-content:center;gap:8px;text-decoration:none;cursor:pointer}.whatsapp-product-btn:hover{background:#1ebe5d!important;border-color:#1ebe5d!important;color:#fff!important}.whatsapp-product-btn:focus-visible{outline:3px solid rgba(37,211,102,.28);outline-offset:2px}.whatsapp-floating-btn{position:fixed;right:20px;bottom:20px;width:62px;height:62px;z-index:9999;display:flex;align-items:center;justify-content:center;border-radius:50%;text-decoration:none;transition:transform .2s ease,filter .2s ease}.whatsapp-floating-btn img{width:100%;height:100%;object-fit:contain;display:block}.whatsapp-floating-btn:hover{transform:scale(1.08);filter:brightness(1.05)}@media(max-width:768px){.whatsapp-floating-btn{right:14px;bottom:16px;width:56px;height:56px}}html,body,#root{max-width:100%;overflow-x:hidden}img,video,iframe{max-width:100%}.mobile-menu-toggle,.mobile-nav-overlay,.mobile-nav-drawer{display:none}.product-info,.pbody,.brand-product-info,.account-card,.checkout-form,.summary,.payment-box,.static-page-content,.admin-panel,.admin-form{min-width:0}.product-info h1,.pbody h3,.brand-product-info h3,.static-page-content,.product-description-content,.blog-content{overflow-wrap:anywhere}@media(max-width:1100px){.container{width:min(100% - 32px,1280px)}.dynamic-nav{gap:18px}.header-search{width:min(300px,28vw)}.footer-grid{gap:28px}}@media(max-width:900px){.header{position:sticky;top:0;z-index:1000}.header-inner{min-height:64px;display:grid;grid-template-columns:auto 1fr auto;grid-template-areas:"toggle logo actions" "search search search";align-items:center;gap:10px 12px;padding:8px 0 10px}.mobile-menu-toggle{grid-area:toggle;display:inline-flex;width:42px;height:42px;align-items:center;justify-content:center;border:1px solid rgba(255,255,255,.18);border-radius:8px;background:#ffffff0f;color:#fff;padding:0}.header .logo{grid-area:logo;justify-self:start;min-width:0}.header .logo img{display:block;width:min(180px,42vw);height:auto}.header .dynamic-nav{display:none!important}.header-actions{grid-area:actions;justify-self:end;gap:6px}.header-actions .icon-btn,.header-actions .text-btn{min-width:42px;min-height:42px;justify-content:center;border-radius:8px;padding:7px}.header-search{grid-area:search;order:initial;width:100%!important}.header-search form{min-height:44px;border-radius:8px}.search-dropdown{top:calc(100% + 6px);max-height:min(62vh,480px)}.mobile-nav-overlay{display:block;position:fixed;top:0;right:0;bottom:0;left:0;z-index:1100;background:#00000085;opacity:0;visibility:hidden;transition:opacity .22s ease,visibility .22s ease}.mobile-nav-overlay.open{opacity:1;visibility:visible}.mobile-nav-drawer{display:flex;position:fixed;top:0;left:0;bottom:0;z-index:1110;width:min(88vw,360px);flex-direction:column;background:#071520;color:#fff;box-shadow:20px 0 50px #00000038;transform:translate(-105%);transition:transform .24s ease;overflow:hidden}.mobile-nav-drawer.open{transform:translate(0)}.mobile-nav-head{min-height:72px;display:flex;align-items:center;justify-content:space-between;gap:14px;padding:14px 16px;border-bottom:1px solid rgba(255,255,255,.12)}.mobile-nav-logo img{width:175px;max-width:60vw;display:block}.mobile-nav-close{width:42px;height:42px;display:inline-flex;align-items:center;justify-content:center;flex:0 0 42px;border:1px solid rgba(255,255,255,.16);border-radius:8px;background:#ffffff0f;color:#fff}.mobile-nav-links{display:flex!important;flex-direction:column;gap:0;overflow-y:auto;padding:10px 12px 28px;-webkit-overflow-scrolling:touch}.mobile-nav-links>a,.mobile-nav-row>a{display:flex;align-items:center;min-height:48px;flex:1;padding:10px 12px;color:#fff;font-size:15px;font-weight:700;border-bottom:1px solid rgba(255,255,255,.08)}.mobile-nav-group{display:block}.mobile-nav-row{display:flex;align-items:stretch}.mobile-nav-row>button{width:48px;flex:0 0 48px;border:0;border-bottom:1px solid rgba(255,255,255,.08);background:transparent;color:#fff;display:grid;place-items:center}.mobile-nav-row>button svg{transition:transform .2s ease}.mobile-nav-row>button.expanded svg{transform:rotate(180deg)}.mobile-submenu{display:grid;padding:4px 0 8px 14px;background:#ffffff09}.mobile-submenu a{min-height:42px;display:flex;align-items:center;padding:8px 12px;color:#d8e4ed;font-size:14px;border-left:2px solid rgba(246,200,0,.7)}.home-slider,.market-hero{min-height:0}.home-banner-img{width:100%;height:auto;object-fit:contain}.banner-arrow{width:38px;height:38px}.trust-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.trust-grid>div{border-bottom:1px solid var(--border);min-width:0}.home-block{padding:16px 0;margin:10px 0}.market-section-head{align-items:center;gap:14px}.market-section-head h2{font-size:21px}.shop-head{align-items:stretch;flex-direction:column;gap:16px}.shop-head h1{font-size:clamp(28px,7vw,36px)}.shop-head form{width:100%}.shop-head input{width:100%;min-width:0}.shop-filter{width:100%;max-width:100%;display:flex;overflow-x:auto;gap:8px;padding:10px;border-radius:8px;scrollbar-width:thin}.shop-filter button{flex:0 0 auto;width:auto;border:1px solid var(--border);border-radius:7px;padding:9px 12px}.product-detail .gallery{min-height:0!important;padding:clamp(14px,3vw,24px)}.product-detail .gallery img{max-height:62vh}.product-tabs-section{margin-top:32px}.product-tabs{overflow-x:auto;-webkit-overflow-scrolling:touch}.cart-layout,.checkout-grid{grid-template-columns:minmax(0,1fr);gap:20px}.summary,.payment-box,.checkout-form{padding:20px}.cart-row{align-items:flex-start;flex-wrap:wrap}.cart-row .grow{min-width:min(230px,55vw)}.footer-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:24px 30px}.static-page-content{padding:20px}.static-page-content img,.product-description-content img,.blog-content img{height:auto!important}.static-page-content table,.product-description-content table,.blog-content table{display:block;width:100%;overflow-x:auto}.admin-main{width:100%;padding:18px}.admin-topbar{padding:0 16px}.admin-modal-backdrop{padding:12px}.admin-modal{width:min(100%,760px);max-height:calc(100vh - 24px);overflow-y:auto}.list-toolbar,.product-filter-toolbar,.bulk-selection-bar{align-items:stretch;flex-direction:column}.product-filter-toolbar .search-box,.product-filter-toolbar select,.search-box{width:100%;min-width:0}}@media(max-width:640px){.container{width:calc(100% - 24px)}.section{padding:24px 0}.header-inner{grid-template-columns:42px minmax(0,1fr) auto;gap:8px}.header .logo img{width:min(150px,41vw)}.header-actions .text-btn{font-size:0}.header-actions .text-btn svg{width:21px;height:21px}.header-actions .icon-btn b{position:absolute;transform:translate(12px,-13px);min-width:18px;height:18px;padding:0 5px;display:grid;place-items:center}.header-actions .icon-btn{position:relative}.search-result{gap:9px;padding:9px}.search-result-image{width:48px;height:48px;flex-basis:48px}.search-result-info b{max-width:calc(100vw - 112px)}.trust-grid{grid-template-columns:1fr}.trust-grid>div{padding:13px 10px;border-right:0}.market-section-head{align-items:flex-start}.market-section-head>div{min-width:0}.market-section-head>a{white-space:nowrap;font-size:13px}.category-slider{padding-bottom:5px}.category-slider .category-tile{min-width:122px}.slider-arrow{width:34px;height:34px;flex-basis:34px}.product-grid,.shop-products,.ten-grid,.brand-products-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:9px}.pbody{padding:9px}.pbody h3{font-size:12px;min-height:34px}.price span{font-size:14px}.pbody button,.brand-add-cart-btn{min-height:38px;font-size:11px;padding:8px 6px}.shop-head form{display:grid;grid-template-columns:minmax(0,1fr) auto}.shop-head input,.shop-head button{min-height:44px}.product-detail{gap:20px}.product-info h1{margin-top:8px;font-size:clamp(24px,7vw,30px);line-height:1.2}.big-price{margin:14px 0}.product-purchase-row{gap:10px}.product-qty{width:100%}.product-qty input{flex:1;width:auto}.product-tab-content{padding:16px}.product-tabs button{padding:14px 16px;font-size:13px}.product-description-content,.product-tab-content{font-size:14px}.cart-row{display:grid;grid-template-columns:72px minmax(0,1fr);gap:10px;padding:12px 8px}.cart-row img{width:72px;padding:6px}.cart-row .grow{min-width:0}.cart-row input,.cart-row .link-danger{grid-column:2}.summary,.payment-box,.checkout-form,.auth-card{padding:16px}.auth-page{min-height:0;padding:24px 12px}.form-grid{grid-template-columns:1fr}.checkout-otp-row,.checkout-email-verified{flex-direction:column;align-items:stretch}.checkout-otp-row button,.checkout-confirm-btn,.stripe-payment-form .primary{width:100%}.account-heading h1{font-size:26px}.account-user-card{padding:16px}.account-menu{grid-template-columns:1fr!important}.account-save-btn{width:100%}.footer-grid{grid-template-columns:1fr;gap:20px}.footer-bottom{text-align:center}.static-page-content{padding:16px;border-radius:9px;font-size:14px}.static-page-content h1,.static-page-content h2,.static-page-content h3{line-height:1.25}.admin-main{padding:12px}.admin-topbar{height:58px;padding:0 10px}.admin-breadcrumb{max-width:45vw;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.admin-stat-grid,.vendor-admin .admin-stat-grid{grid-template-columns:1fr!important}.admin-page-head h1{font-size:26px}.admin-page-actions{flex-wrap:wrap}.admin-page-actions button,.admin-page-actions a{flex:1 1 140px}.panel-head{align-items:flex-start;flex-direction:column;gap:10px;padding:15px}.admin-panel{overflow:hidden}.admin-table,.table-wrap{overflow-x:auto;-webkit-overflow-scrolling:touch}.bulk-selection-bar>*{width:100%}.whatsapp-floating-btn{right:12px;bottom:max(14px,env(safe-area-inset-bottom));width:54px;height:54px}}@media(max-width:380px){.header .logo img{width:124px}.product-grid,.shop-products,.ten-grid,.brand-products-grid{grid-template-columns:1fr!important}.market-section-head{flex-direction:column;gap:8px}.shop-head form{grid-template-columns:1fr;gap:8px}.shop-head button{width:100%}}
