/* OrzuMall Clean Home/Profile/Categories v1 */
.top{height:34px;border-bottom:1px solid var(--om-dark);background:#fff;color:var(--om-dark);font-size:12px}
.top .wrap,.top-left,.top-right{height:100%;display:flex;align-items:center;gap:14px}.top .wrap{justify-content:space-between}
.top-btn{height:26px;min-height:26px;padding:0 10px;display:inline-flex;align-items:center;font-size:12px;background:#fff;border:0;color:var(--om-dark);text-decoration:none}
.head{position:sticky;top:0;z-index:50;background:#fff;border-bottom:1px solid var(--om-dark)}
.head:after{content:"";position:absolute;left:0;bottom:-1px;width:112px;height:2px;background:var(--om-orange)}
.head-in{min-height:68px;display:grid;grid-template-columns:max-content 118px 128px minmax(260px,1fr) auto;align-items:center;gap:9px}
.pill{height:42px;padding:0 13px;display:flex;align-items:center;justify-content:center;gap:7px;border-radius:9px;font-size:13px;white-space:nowrap}
.pill i{color:var(--om-orange)}
.search{min-width:0;height:42px;display:grid;grid-template-columns:1fr 54px;overflow:hidden;border:1px solid var(--om-dark);border-radius:9px;background:#fff}
.search input{min-width:0;border:0;background:transparent;padding:0 16px;font-weight:700}
.search button{border:0;border-left:1px solid var(--om-dark);background:var(--om-orange);color:var(--om-dark);font-weight:700}
.actions{display:flex;align-items:center;gap:5px;justify-self:end;flex-wrap:nowrap}.actions a.act{text-decoration:none;color:inherit}
.act{position:relative;min-width:42px;width:42px;height:42px;display:grid;place-items:center;padding:0;border-radius:9px;font-size:0;overflow:visible}.actions .act span{display:none}.actions .act:hover,.actions .act.active{border-color:var(--om-orange);color:var(--om-orange)}.actions .act .badge{position:absolute;top:-5px;right:-5px;min-width:18px;height:18px;padding:0 5px;border-radius:9px;display:inline-grid;place-items:center;line-height:1;z-index:3;box-shadow:none}
.nav-symbol{font-size:17px;color:var(--om-orange)}
.lang-control{height:42px;min-width:64px;box-sizing:border-box;display:grid;grid-template-columns:15px 24px 9px;align-items:center;justify-content:center;gap:2px;padding:0 6px;border:1px solid var(--om-dark);border-radius:9px;background:#fff;color:var(--om-dark);transition:border-color .18s ease,box-shadow .18s ease}
.lang-control-globe{color:var(--om-orange);font-size:13px;text-align:center;pointer-events:none}
.lang-control-chevron{color:var(--om-dark);font-size:8px;text-align:center;pointer-events:none}
.lang-control .lang-select{width:24px;min-width:0;height:38px;margin:0;padding:0;border:0;border-radius:0;outline:0;appearance:none;-webkit-appearance:none;background:transparent;color:var(--om-dark);font:inherit;font-size:11px;font-weight:800;text-align:center;text-align-last:center;cursor:pointer}
.lang-control:focus-within{border-color:var(--om-orange);box-shadow:0 0 0 2px rgba(248,96,0,.10)}
main.wrap{max-width:100%;min-width:0;padding:18px 0 88px}.view{display:none;max-width:100%;min-width:0;container-type:inline-size}.view.active{display:block}
.hero{min-height:246px;border:1px solid var(--om-dark);border-radius:22px;background:#fff;padding:28px;position:relative;overflow:hidden}
.hero:after{content:"";position:absolute;right:26px;top:26px;bottom:26px;width:74px;background:radial-gradient(circle,var(--om-orange) 4px,transparent 5px) 0 0/22px 34px;opacity:.18}
.hero.has-image{background-size:cover;background-position:center;aspect-ratio:1320/350;min-height:0}
.hero.has-image.has-copy:before{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(255,255,255,.92),rgba(255,255,255,.68) 48%,rgba(255,255,255,0) 78%);z-index:0}.hero.has-image:not(.has-copy):after{display:none}
.hero-slide-copy,.hero .tag,.hero h1,.hero p,.hero-actions{position:relative;z-index:2}
.tag{display:inline-flex;align-items:center;gap:8px;min-height:30px;padding:0 13px;border-radius:999px;background:#fff;border:1px solid var(--om-orange);color:var(--om-dark);font-weight:700}
.hero h1{margin:18px 0 10px;max-width:580px;font-size:clamp(34px,6vw,58px);line-height:.98;letter-spacing:-.05em;color:var(--om-dark)}
.hero p{max-width:560px;margin:0;color:var(--om-dark);opacity:.76;font-size:16px;line-height:1.5}
.hero-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:20px}.hero-actions button{padding:0 20px}
.hero-carousel-controls{position:absolute;right:16px;bottom:16px;z-index:4;display:flex;align-items:center;gap:8px}
.hero-carousel-controls button,.hero-counter{width:40px;height:40px;border-radius:14px;border:1px solid var(--om-dark);background:#fff;color:var(--om-dark);font-weight:700}
.hero-counter{width:auto;min-width:42px;display:grid;place-items:center;font-size:12px}
.hero-dots{position:absolute;left:32px;bottom:18px;z-index:4;display:flex;gap:7px}
.hero-dot{width:8px;height:8px;border:1px solid var(--om-dark);border-radius:999px;background:#fff;padding:0}.hero-dot.active{width:24px;background:var(--om-orange)}
.section-head{margin-top:16px;border-radius:18px;padding:12px 14px;display:flex;align-items:center;justify-content:space-between;gap:12px}
.section-title{display:flex;align-items:center;gap:10px}.section-title i{width:34px;height:34px;display:grid;place-items:center;border-radius:12px;background:#fff;color:var(--om-orange);border:1px solid var(--om-dark);font-style:normal}
.filters{display:flex;gap:8px;flex-wrap:wrap}.select{height:42px;padding:0 28px 0 12px;min-width:130px;border-radius:12px;color:var(--om-dark)}
.grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));align-items:start;gap:14px;margin-top:14px}
.product-column{min-width:0;display:grid;align-content:start;gap:14px}.product-column>.card,.product-column>.native-ad-card{width:100%;min-width:0;margin:0}
.product-skeleton{display:inline-grid;width:100%;margin:0 0 14px;break-inside:avoid;overflow:hidden;border:1px solid rgba(0,32,80,.08);border-radius:20px;background:#fff;box-shadow:0 8px 22px rgba(11,29,54,.05)}
.product-skeleton span{display:block;background:linear-gradient(90deg,#eef2f6 22%,#f8fafc 42%,#eef2f6 64%);background-size:260% 100%;animation:productSkeleton 1.05s ease-in-out infinite}
.product-skeleton-image{width:100%;aspect-ratio:3/4}
.product-skeleton-price{width:44%;height:19px;margin:13px 12px 8px;border-radius:7px}
.product-skeleton-name{width:82%;height:13px;margin:0 12px 7px;border-radius:6px}
.product-skeleton-name.short{width:57%;margin-bottom:12px}
.product-skeleton-button{height:44px;margin:0 12px 12px;border-radius:14px}
@keyframes productSkeleton{0%{background-position:100% 0}100%{background-position:-100% 0}}
.card{overflow:hidden;position:relative;background:#fff;border:1px solid #d7e0ea;border-radius:10px;box-shadow:none;transition:border-color .15s ease,transform .15s ease}
.card:hover{transform:translateY(-1px);border-color:#9fb0c4;box-shadow:none}
.pic{position:relative;aspect-ratio:var(--product-image-ratio,3/4);background:#f5f7fa;overflow:hidden}
.pic img{display:block;width:100%;height:100%;object-fit:contain;object-position:center;background:#f5f7fa}
.card-source{position:absolute;left:8px;top:8px;z-index:5;display:inline-flex;align-items:center;justify-content:center;width:27px;height:27px;padding:0;border:1px solid rgba(216,225,235,.7);border-radius:6px;background:rgba(255,255,255,.5);color:var(--om-dark);font-size:10px;font-weight:800;line-height:1}
.card-source i{color:var(--om-orange);font-size:10px}.card-source.local i{color:var(--om-dark)}
.card-discount-badge{position:absolute;left:8px;bottom:8px;z-index:5;display:inline-flex;align-items:center;justify-content:center;height:25px;padding:0 8px;border-radius:6px;background:rgba(233,52,52,.5);color:#fff;font-size:11px;font-weight:900;line-height:1;letter-spacing:-.01em;text-shadow:0 1px 1px rgba(0,0,0,.22)}
.fav{position:absolute;right:8px;top:8px;z-index:5;width:30px;height:30px;display:grid;place-items:center;padding:0;border:1px solid rgba(216,225,235,.7);border-radius:7px;background:rgba(255,255,255,.5);color:var(--om-dark);font-size:16px;line-height:1;text-shadow:none}
.fav.on{color:var(--om-orange);text-shadow:none}.fav:hover,.fav:focus-visible{transform:none;border-color:var(--om-orange)}
.card-body{padding:10px;display:grid;gap:9px}
.name{min-height:34px;color:var(--om-dark);font-size:12px;line-height:1.4;font-weight:700;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}
.card-bottom{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:end;gap:8px;margin-top:auto}
.card .price{min-width:0;display:grid;align-content:end;gap:3px;color:var(--om-dark);line-height:1.05;white-space:nowrap}
.card .current-price{min-width:0;overflow:hidden;text-overflow:ellipsis;color:#18C964;font-size:16px;font-weight:900}
.card .price .old{min-width:0;overflow:hidden;text-overflow:ellipsis;color:#8A96A6!important;opacity:.95!important;font-size:9px;font-weight:700;text-decoration:line-through!important;text-decoration-thickness:1.2px!important}
.card-route{display:none}.route-label{display:none}.route-track{display:none}
.buy{width:94px;height:38px;padding:0 10px;border-radius:7px;font-size:11px;font-weight:850;display:flex;align-items:center;justify-content:center;gap:6px;white-space:nowrap}

.cart-toolbar{display:flex;align-items:center;justify-content:space-between;gap:14px;min-height:50px;margin:0 0 14px;padding:0 16px;border:1px solid var(--om-dark);background:#fff;border-radius:16px}
.cart-check-all{display:flex;align-items:center;gap:10px;font-size:14px;color:var(--om-dark)}.cart-check-all input,.cart-select{accent-color:var(--om-orange)}
.cart-row{position:relative;display:grid;grid-template-columns:24px minmax(0,1fr) auto;gap:12px 16px;align-items:center;border:1px solid #d7e0ea;background:#fff;border-radius:12px;padding:12px 14px;margin:0 0 10px;cursor:pointer}
.cart-row.selected{border-color:var(--om-orange);background:#fffaf6;box-shadow:inset 3px 0 0 var(--om-orange)}
.cart-row:before{display:none}
.cart-select{grid-column:1;grid-row:1;width:22px;height:22px;margin:0;cursor:pointer}
.cart-main{grid-column:2;grid-row:1;min-width:0;display:grid;grid-template-columns:minmax(320px,1.15fr) minmax(240px,.85fr);gap:20px;align-items:center}
.cart-product-head{display:grid;grid-template-columns:96px minmax(0,1fr);gap:14px;align-items:center;min-width:0}
.cart-img{width:96px;height:96px;border-radius:10px;object-fit:contain;background:#f8fafc;border:1px solid #d7e0ea}
.cart-title{min-width:0;font-size:15px;line-height:1.4;font-weight:750;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;overflow-wrap:anywhere}
.cart-details{display:grid;gap:9px;min-width:0}
.cart-variants{display:flex;flex-wrap:wrap;gap:6px}.cart-variant-item{min-width:0;padding:6px 9px;border:1px solid #d7e0ea;border-radius:7px;background:#f8fafc;color:var(--om-dark);font-size:11px;line-height:1.3;overflow-wrap:anywhere}
.cart-price-inline{display:flex;align-items:center;gap:7px;flex-wrap:wrap;min-width:0}.cart-price-inline>b{color:#10a957;font-size:16px;line-height:1.1}.cart-price-inline>em{display:inline-flex;align-items:center;height:22px;padding:0 7px;border:1px solid #f1b7a5;border-radius:6px;background:#fff8f4;color:#d84b20;font-size:10px;font-style:normal;font-weight:850}.cart-price-inline>small{display:block;flex-basis:100%;color:#65758b;font-size:10px;font-weight:700}
.cart-line{display:flex;flex-wrap:wrap;gap:7px;color:var(--om-dark);font-size:12px}.cart-pill{display:inline-flex;align-items:center;min-height:28px;max-width:100%;padding:0 9px;border-radius:7px;background:#fff;border:1px solid #d7e0ea;color:var(--om-dark);overflow-wrap:anywhere}
.cart-total-line{color:var(--om-dark);font-size:15px;font-weight:700}.qty{display:flex;align-items:center;gap:5px;background:#fff;border:1px solid #cbd6e2;border-radius:9px;padding:3px}
.cart-row .qty{grid-column:3;grid-row:1;justify-self:end;align-self:center}.qty button{width:32px;height:32px;min-width:32px;border:1px solid #cbd6e2;background:#fff;color:var(--om-orange);border-radius:7px;font-weight:800}.qty b{min-width:28px;text-align:center}
.sum{margin-top:16px;display:flex;align-items:center;justify-content:space-between;gap:20px;border-top:1px solid var(--om-dark);padding:16px 4px 0}.sum h3{margin:0;font-size:20px}.sum .primary{min-width:220px;height:46px;padding:0 22px}.checkout-link{display:inline-flex;align-items:center;justify-content:center;text-decoration:none}
.cart-scope-tabs{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin:0 0 12px}.cart-scope-chip{position:relative;min-width:0;min-height:58px;padding:8px 11px;border:1px solid #d5dee8;border-radius:11px;background:#fff;color:var(--om-dark);display:grid;grid-template-columns:34px minmax(0,1fr) auto;align-items:center;gap:9px;text-align:left;cursor:pointer}.cart-scope-chip>i{width:34px;height:34px;border-radius:8px;display:grid;place-items:center;background:#f5f7fa;color:var(--om-orange);border:0}.cart-scope-chip>span{min-width:0;display:grid;gap:2px}.cart-scope-chip b{font-size:13px;line-height:1.15;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.cart-scope-chip small{font-size:10px;line-height:1.2;color:#65758b;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.cart-scope-chip em{min-width:26px;height:26px;padding:0 7px;border-radius:7px;background:#edf2f7;color:var(--om-dark);display:grid;place-items:center;font-size:11px;font-style:normal;font-weight:900}.cart-scope-chip.active{background:#fff;border-color:var(--om-orange);box-shadow:inset 0 2px 0 var(--om-orange)}.cart-scope-chip.active>i{color:var(--om-orange);background:#fff4ed}.cart-scope-chip.active em{background:var(--om-orange);color:#fff}.cart-scope-panel{min-height:120px}.cart-scope-empty{min-height:180px;border:1px dashed var(--om-dark);border-radius:18px;background:#fff;display:grid;place-content:center;justify-items:center;gap:10px;text-align:center}.cart-scope-empty i{font-size:28px;color:var(--om-orange)}.cart-scope-empty b{font-size:16px}
.cart-bucket{margin:0;border:1px solid #d5dee8;border-radius:12px;background:#fff;overflow:hidden}
.cart-bucket-header{display:flex;align-items:center;justify-content:space-between;gap:14px;padding:10px 14px;border-bottom:1px solid #e1e7ee;background:#fbfcfe}
.cart-bucket-title{display:flex;align-items:center;gap:11px;min-width:0}.cart-bucket-title>i{width:40px;height:40px;border:1px solid var(--om-dark);border-radius:13px;display:grid;place-items:center;color:var(--om-orange);flex:0 0 40px}.cart-bucket-title span{display:grid;gap:2px;min-width:0}.cart-bucket-title b{font-size:17px}.cart-bucket-title small{font-size:12px;line-height:1.3;color:var(--om-dark);opacity:.72}
.cart-group-check{display:flex;align-items:center;gap:8px;white-space:nowrap;font-size:12px}.cart-group-check input{accent-color:var(--om-orange)}
.cart-bucket-body{padding:12px 12px 2px}.cart-bucket-body .cart-row:last-child{margin-bottom:10px}
.cart-bucket-footer{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:12px 14px;border-top:1px solid #e1e7ee;background:#fbfcfe}.cart-bucket-footer>div{display:grid;gap:2px}.cart-bucket-footer small{font-size:11px;color:#65758b}.cart-bucket-footer b{font-size:18px;color:#10a957}
.cart-scope-checkout{min-width:220px;height:44px;padding:0 18px;border:1px solid var(--om-orange);border-radius:8px;background:var(--om-orange);color:#fff;display:inline-flex;align-items:center;justify-content:center;text-decoration:none;font:inherit;font-weight:800;cursor:pointer}
.cart-scope-checkout:disabled{border-color:#e1e7f0;background:#e1e7f0;color:#65758b;cursor:not-allowed}

.overlay{position:fixed;inset:0;background:rgba(6,26,58,.28);z-index:80;display:none}.overlay.show{display:block}
.drawer{position:fixed;right:12px;top:90px;bottom:12px;width:min(430px,calc(100% - 24px));z-index:85;border:1px solid var(--om-dark);border-radius:12px;background:#fff;display:flex;flex-direction:column;overflow:hidden;opacity:0;visibility:hidden;pointer-events:none;transform:translateX(10px);transition:opacity .16s ease,transform .16s ease,visibility 0s linear .16s}.drawer.show{opacity:1;visibility:visible;pointer-events:auto;transform:none;transition:opacity .16s ease,transform .16s ease}.drawer-body{padding:12px;overflow:auto;flex:1}
.notification-drawer-head{min-height:70px;display:flex;align-items:center;justify-content:space-between;gap:12px;padding:12px 14px;border-bottom:1px solid #d7e0ec}.notification-title-wrap{display:flex;align-items:center;gap:11px;min-width:0}.notification-head-icon{width:38px;height:38px;border:1px solid var(--om-dark);border-radius:9px;display:grid;place-items:center;color:var(--om-orange);flex:0 0 auto}.notification-title-wrap>div{display:grid;gap:2px;min-width:0}.notification-title-wrap b{font-size:16px;line-height:1.2}.notification-title-wrap small{font-size:11px;color:#65758b;font-weight:600}.notification-close{flex:0 0 auto}.notification-toolbar{display:flex;align-items:center;justify-content:space-between;gap:8px;padding:9px 12px;border-bottom:1px solid #e3e9f1;background:#fff}.notification-tabs{display:flex;align-items:center;gap:4px;min-width:0}.notification-tab{height:34px;padding:0 9px;border:1px solid transparent;border-radius:8px;background:#fff;color:#63738a;font:inherit;font-size:11px;font-weight:700;cursor:pointer;display:inline-flex;align-items:center;gap:5px;white-space:nowrap}.notification-tab span{min-width:18px;height:18px;padding:0 5px;border:1px solid #dce4ee;border-radius:5px;display:grid;place-items:center;font-size:9px;color:var(--om-dark)}.notification-tab.active{border-color:var(--om-dark);color:var(--om-dark)}.notification-tab.active span{border-color:var(--om-orange);color:var(--om-orange)}.notification-read-all{height:34px;padding:0 9px;border:1px solid #d7e0ec;border-radius:8px;background:#fff;color:var(--om-dark);font:inherit;font-size:10px;font-weight:700;cursor:pointer;display:inline-flex;align-items:center;gap:6px;white-space:nowrap}.notification-read-all i{color:var(--om-orange)}.notification-read-all:disabled{opacity:.38;cursor:default}.notification-list{display:grid;align-content:start;gap:8px;background:#f8fafc}.notification-card{display:grid;grid-template-columns:38px minmax(0,1fr);gap:10px;padding:11px;border:1px solid #d9e2ec;border-radius:9px;background:#fff;color:var(--om-dark);position:relative}.notification-card.is-unread{border-color:#aebdd0}.notification-card[data-notice-url]:not([data-notice-url=""]){cursor:pointer}.notification-card[data-notice-url]:not([data-notice-url=""]):hover{border-color:var(--om-orange)}.notification-type{width:38px;height:38px;border:1px solid #d8e1eb;border-radius:8px;display:grid;place-items:center;background:#fff;color:var(--om-dark)}.notification-type.promo{color:var(--om-orange)}.notification-type.warning{color:#b44700}.notification-type.order{color:#0b6c4c}.notification-copy{min-width:0}.notification-card-top{height:18px;display:flex;align-items:center;justify-content:space-between;gap:8px}.notification-kind{font-size:9px;font-weight:700;text-transform:uppercase;letter-spacing:.04em;color:#738198}.notification-unread-dot{width:7px;height:7px;border-radius:50%;background:var(--om-orange);flex:0 0 auto}.notification-card-title{display:block;margin-top:2px;font-size:13px;line-height:1.3}.notification-card p{margin:5px 0 0;color:#586a80;font-size:11px;font-weight:500;line-height:1.45;white-space:pre-wrap}.notification-card-foot{min-height:18px;margin-top:8px;display:flex;align-items:center;justify-content:space-between;gap:8px;color:#7b8798;font-size:9px;font-weight:600}.notification-open-label{display:inline-flex;align-items:center;gap:5px;color:var(--om-orange);font-weight:700}.notification-card.is-read{opacity:.78}.notification-empty{min-height:260px;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:28px 22px;color:var(--om-dark)}.notification-empty>span{width:48px;height:48px;border:1px solid #d6e0eb;border-radius:10px;display:grid;place-items:center;margin-bottom:12px;color:var(--om-orange);font-size:19px}.notification-empty b{font-size:15px}.notification-empty p{max-width:280px;margin:5px 0 0;color:#6d7d91;font-size:11px;line-height:1.5}.notification-location{margin-top:8px;padding:8px;border:1px solid #ffd1b7;border-radius:8px;background:#fff8f3;display:grid;grid-template-columns:30px minmax(0,1fr) 32px;align-items:center;gap:8px}.notification-location>span{width:30px;height:30px;border:1px solid #ffc9aa;border-radius:7px;display:grid;place-items:center;color:var(--om-orange);background:#fff}.notification-location>div{min-width:0;display:grid;gap:1px}.notification-location small{font-size:8px;font-style:normal;font-weight:800;color:var(--om-orange);letter-spacing:.04em}.notification-location b{font-size:11px;line-height:1.25}.notification-location em{font-size:9px;line-height:1.3;color:#65758b;font-style:normal}.notification-location button{width:32px;height:32px;border:1px solid var(--om-dark);border-radius:7px;background:#fff;color:var(--om-orange);cursor:pointer}
.modal{position:fixed;left:50%;top:50%;transform:translate(-50%,-50%);width:min(460px,calc(100% - 24px));max-height:calc(100vh - 28px);overflow:auto;z-index:86;border-radius:20px;padding:18px;display:none}.modal.show{display:block}
.toast{position:fixed;left:50%;bottom:calc(20px + var(--safe-bottom));z-index:120;width:min(430px,calc(100% - 24px));min-height:54px;display:grid;grid-template-columns:36px minmax(0,1fr) 34px;align-items:center;gap:10px;padding:8px 8px 8px 10px;border:1px solid #cfd9e5;border-left:3px solid var(--om-orange);border-radius:8px;background:#fff;color:var(--om-dark);opacity:0;visibility:hidden;pointer-events:none;transform:translateX(-50%) translateY(16px);transition:opacity .18s ease,transform .18s ease,visibility 0s linear .18s}.toast.show{opacity:1;visibility:visible;pointer-events:auto;transform:translateX(-50%) translateY(0);transition:opacity .18s ease,transform .18s ease}.toast-icon{width:34px;height:34px;border:1px solid #ffd0b3;border-radius:7px;display:grid;place-items:center;background:#fff7f2;color:var(--om-orange);font-size:15px}.toast-message{min-width:0;font-size:13px;line-height:1.35;font-weight:700;overflow-wrap:anywhere}.toast-close{width:32px;height:32px;border:1px solid #d8e1eb;border-radius:7px;background:#fff;color:#66768a;display:grid;place-items:center;cursor:pointer;font-size:14px}.toast-close:hover{border-color:var(--om-dark);color:var(--om-dark)}.toast[data-type="success"]{border-left-color:#12a66a}.toast[data-type="success"] .toast-icon{border-color:#bfe8d7;background:#f1fbf7;color:#0a8653}.toast[data-type="warning"]{border-left-color:var(--om-orange)}.toast[data-type="warning"] .toast-icon{border-color:#ffc89f;background:#fff4ec;color:#d84f00}.toast[data-type="error"]{border-left-color:#d92d20}.toast[data-type="error"] .toast-icon{border-color:#f4c4bf;background:#fff5f4;color:#c12519}@media(max-width:720px){.toast{bottom:calc(82px + var(--safe-bottom));width:calc(100% - 24px);min-height:52px;grid-template-columns:34px minmax(0,1fr) 32px;gap:8px;padding:7px 7px 7px 9px}.toast-icon{width:32px;height:32px}.toast-message{font-size:12px}.toast-close{width:30px;height:30px}}
/* Profile */
.profile-guest-actions{width:min(520px,100%);margin:18px auto 0;padding:10px;display:grid;grid-template-columns:1fr 1fr;gap:10px;background:#fff;border:1px solid var(--om-dark);border-radius:18px}.profile-guest-btn{height:52px;min-height:52px;border-radius:14px;display:flex;align-items:center;justify-content:center;gap:9px;font-size:16px;font-weight:700}.profile-guest-btn i{font-size:18px}.profile-guest-btn.secondary i{color:var(--om-orange)}
.profile-compact-shell{display:grid;gap:14px}.compact-account-card,.compact-history-card,.profile-info-card,.balance-main-card,.balance-topup-card,.topup-history-card,.customer-orders-card{background:#fff;color:var(--om-dark);border:1px solid var(--om-dark);box-shadow:none;border-radius:20px;padding:14px;position:relative;overflow:hidden}
.compact-account-card:before{content:"";position:absolute;left:0;top:12px;bottom:12px;width:5px;background:var(--om-orange);border-radius:0 9px 9px 0}
.compact-head{display:grid;grid-template-columns:minmax(0,1fr) 42px;align-items:start;gap:10px}
.compact-user{display:grid;grid-template-columns:54px minmax(0,1fr);align-items:start;gap:10px;min-width:0;width:100%;position:relative}
.profile-avatar{display:grid;place-items:center;background:var(--om-orange);color:#fff;border:2px solid #fff;border-radius:16px;font-weight:700}.profile-avatar.compact{width:52px;height:52px;min-width:52px;font-size:15px;cursor:pointer}
.compact-copy{min-width:0;display:block}.compact-name{display:none!important}
.compact-profile-meta,.profile-id-row,.profile-id-meta{display:flex;flex-wrap:wrap;gap:7px;align-items:center;margin:0;width:100%}
.compact-profile-meta span,.profile-id-chip,.profile-id-main,.profile-soft-pill,.profile-stat-chip{min-height:30px;padding:0 10px;border-radius:999px;background:#fff;color:var(--om-dark);border:1px solid var(--om-dark);display:inline-flex;align-items:center;gap:6px;font-size:12px;font-weight:700}
.compact-head-actions{display:flex;flex-direction:column;gap:8px;align-items:center;justify-self:end}.icon-ghost{width:40px;height:40px;min-width:40px;border-radius:12px;border:1px solid var(--om-dark);background:#fff;color:var(--om-orange);display:grid;place-items:center}.icon-ghost .action-label{display:none}
.avatar-name-pop{position:absolute;left:0;top:62px;max-width:min(230px,calc(100vw - 90px));min-width:150px;padding:10px 12px;background:#fff;color:var(--om-dark);border:1px solid var(--om-dark);border-left:4px solid var(--om-orange);border-radius:14px;z-index:8;display:none;line-height:1.12;font-size:15px;font-weight:700;word-break:break-word;overflow-wrap:anywhere}
.avatar-name-pop.show{display:block}.avatar-name-pop small{display:block;margin-top:4px;color:var(--om-dark);opacity:.72;font-size:11px;font-weight:600}
.inline-topup-box{margin-top:14px;padding:0;border-radius:18px;background:#fff;border:1px solid var(--om-dark);overflow:hidden}.inline-topup-head,.balance-head{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-bottom:8px}.soft-label{display:block;margin-bottom:4px;font-size:11px;color:var(--om-dark);font-weight:700;text-transform:uppercase}.compact-balance-value{display:block;font-size:30px;line-height:1.05;color:var(--om-dark)}
.balance-head small,.balance-chip,.order-kind-pill,.order-status-pill,.status{display:inline-flex;align-items:center;min-height:28px;padding:0 10px;border-radius:999px;background:#fff;border:1px solid var(--om-orange);color:var(--om-orange);font-size:11px;font-weight:700}
.balance-summary-row{padding:18px 18px 16px;border-bottom:1px solid #d9e0e8}.balance-summary-copy{display:grid;gap:3px}.balance-topup-section{padding:16px 18px}.balance-topup-title{display:flex;align-items:center;gap:8px;margin-bottom:12px;font-size:15px;font-weight:800}.balance-topup-title i{color:var(--om-orange)}
.topup-inline-control{display:grid;grid-template-columns:minmax(0,1fr) 180px;gap:10px;align-items:end}.profile-field{display:grid;gap:7px}.profile-field span{font-size:12px;font-weight:700;color:var(--om-dark);text-transform:uppercase}.profile-field input{height:44px;border-radius:10px;padding:0 12px}.topup-input-wrap{position:relative}.topup-input-wrap input{width:100%;padding-right:58px}.topup-input-wrap b{position:absolute;right:13px;top:50%;transform:translateY(-50%);font-size:12px;opacity:.62;pointer-events:none}.topup-inline-control .primary{height:44px;border-radius:10px;display:inline-flex;align-items:center;justify-content:center;gap:8px}
.profile-quick-actions{border-top:1px solid #d9e0e8;padding:10px 18px 16px;display:grid;gap:8px}.profile-orders-btn,.profile-history-btn{width:100%;min-height:58px;margin:0;padding:8px 12px;border-radius:10px;background:#fff;color:var(--om-dark);border:1px solid #cdd6e1;display:grid;grid-template-columns:36px minmax(0,1fr) 24px;align-items:center;gap:10px;text-align:left}.profile-orders-btn:hover,.profile-history-btn:hover{border-color:var(--om-orange)}.profile-action-icon{width:36px;height:36px;display:grid;place-items:center;border:1px solid #cdd6e1;border-radius:9px;color:var(--om-orange)}.profile-action-copy{display:grid;gap:2px}.profile-action-copy b{font-size:14px}.profile-action-arrow{justify-self:end;color:var(--om-dark)!important;opacity:.55}.profile-history-btn i{color:inherit}
.om-balance-history-panel{display:none;margin-top:10px;border:1px solid var(--om-dark);border-radius:16px;background:#fff;padding:12px}.om-balance-history-panel.show{display:block}
.compact-history-card{display:none}.compact-history-head{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;margin-bottom:10px}.compact-history-head h3{margin:2px 0 0;font-size:18px;color:var(--om-dark)}
.topup-history-list{display:grid;gap:10px}.topup-row{display:flex;align-items:center;justify-content:space-between;gap:14px;padding:12px;border-radius:16px;border:1px solid var(--om-dark);background:#fff;color:var(--om-dark)}.topup-main{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.topup-main b{font-size:16px;color:var(--om-dark)}.topup-sub,.topup-side{color:var(--om-dark);font-size:12px;font-weight:600;opacity:1}
.profile-modal{width:min(520px,calc(100% - 18px));padding:18px 16px}.profile-modal-head{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:12px}.profile-modal-head h3{margin:0;font-size:22px;color:var(--om-dark)}
.profile-modal-sub{margin:-6px 0 12px;color:var(--om-dark);font-size:13px;line-height:1.45;opacity:.76}.profile-read-box,.profile-edit-panel{display:grid;gap:10px}.profile-read-row{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:11px 12px;border:1px solid var(--om-dark);border-radius:14px;background:#fff}.profile-actions-row{display:grid;gap:10px}.profile-edit-buttons,.profile-form-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px}.profile-split-line{height:1px;background:var(--om-dark);margin:6px 0}
.orders-modal{width:min(760px,calc(100vw - 22px));max-height:86vh;overflow:auto;padding:0!important;border-radius:20px}.om-modal-head{position:sticky;top:0;z-index:2;display:flex;align-items:center;justify-content:space-between;gap:12px;padding:16px 18px;border-bottom:1px solid var(--om-dark);background:#fff}.om-modal-head h2{min-width:0;margin:0;display:flex;align-items:center;gap:9px;color:var(--om-dark);line-height:1.1}.om-modal-head h2 span{min-width:0}.om-modal-actions{display:flex;align-items:center;gap:8px;flex:0 0 auto}.orders-refresh-btn{width:42px;height:42px;min-width:42px;padding:0;display:grid;place-items:center;border-radius:12px}.orders-refresh-btn i{font-size:15px}.om-modal-body{padding:16px 18px 18px;display:grid;gap:14px}.orders-list{display:grid;gap:10px}
.customer-order-card{border:1px solid #d3dce8;background:#fff;border-radius:12px;padding:13px;display:grid;gap:11px}.customer-order-top{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:start;gap:10px}.customer-order-id{min-width:0;display:grid;gap:3px}.customer-order-id b{font-size:15px;line-height:1.2;color:var(--om-dark);overflow-wrap:anywhere}.customer-order-id small{font-size:10px;color:#6d7b8e;font-weight:600}.order-head-pills{display:flex;align-items:center;justify-content:flex-end;gap:6px;flex-wrap:wrap}.order-kind-pill,.order-status-pill{min-height:26px;padding:0 8px;border:1px solid #d6dee9;border-radius:7px;background:#fff;display:inline-flex;align-items:center;font-size:10px;font-weight:800;white-space:nowrap}.order-kind-pill{color:var(--om-orange);border-color:#ffd4bd}.order-status-pill{color:var(--om-dark)}.order-status-pill.status-delivered,.order-status-pill.status-arrived{border-color:#a9d7c2;color:#0b6c4c}.order-status-pill.status-cancelled,.order-status-pill.status-returned{border-color:#e1b8b8;color:#a42828}.customer-order-meta{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:7px}.customer-order-meta div{border:1px solid #e0e6ee;background:#f9fbfd;border-radius:8px;padding:8px;min-width:0}.customer-order-meta span{display:block;font-size:9px;color:#718097;text-transform:uppercase;font-weight:700;letter-spacing:.02em}.customer-order-meta b{display:block;margin-top:2px;font-size:12px;line-height:1.3;color:var(--om-dark);overflow-wrap:anywhere}.order-pickup{display:grid;grid-template-columns:38px minmax(0,1fr) auto;align-items:center;gap:10px;border:1px solid var(--om-orange);background:#fff8f3;border-radius:9px;padding:10px}.order-pickup-icon{width:38px;height:38px;border:1px solid #ffc9aa;border-radius:8px;display:grid;place-items:center;color:var(--om-orange);background:#fff}.order-pickup-copy{min-width:0;display:grid;gap:2px}.order-pickup-copy>small{font-size:9px;font-weight:800;color:var(--om-orange);letter-spacing:.04em}.order-pickup-copy>b{font-size:13px;line-height:1.25;color:var(--om-dark)}.order-pickup-copy>span{font-size:11px;line-height:1.35;color:#5f6f84}.order-pickup-sub{display:flex;gap:8px;flex-wrap:wrap;font-size:9px;color:#758297;font-weight:600}.order-map-btn{min-height:36px;padding:0 10px;border:1px solid var(--om-dark);border-radius:8px;background:#fff;color:var(--om-dark);display:inline-flex;align-items:center;justify-content:center;gap:6px;text-decoration:none;font-size:11px;font-weight:800;white-space:nowrap}.order-map-btn i{color:var(--om-orange)}.order-mini-items{display:grid;gap:7px}.order-mini-item{display:grid;grid-template-columns:54px minmax(0,1fr) auto;align-items:center;gap:9px;border:1px solid #e0e6ee;background:#fff;border-radius:9px;padding:7px}.order-mini-thumb{width:54px;height:54px;border-radius:7px;object-fit:cover;background:#f6f6f6;border:1px solid #edf0f4}.order-mini-copy{min-width:0;display:grid;gap:2px}.order-mini-copy b{font-size:12px;line-height:1.3;color:var(--om-dark);display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.order-mini-copy small{font-size:10px;color:#69798e;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.order-mini-qty{border:1px solid #d9e1ea;border-radius:7px;padding:5px 7px;font-size:10px;font-weight:800;color:var(--om-dark);white-space:nowrap}.order-mini-more{font-size:10px;font-weight:800;color:var(--om-orange);padding:0 3px}.cargo-pay-box{border:1px solid var(--om-orange);background:#fff8f3;border-radius:9px;padding:10px;display:grid;gap:7px}.cargo-pay-box.is-paid{border-color:#aad8c3;background:#f5fbf8}.cargo-pay-box small{font-size:10px;line-height:1.45;color:#5f6f84}.cargo-code-row{display:flex;align-items:center;justify-content:space-between;gap:10px}.cargo-code{font-size:21px;letter-spacing:.08em;color:var(--om-dark);overflow-wrap:anywhere}.cargo-copy-btn{min-height:36px;padding:0 10px;border:1px solid var(--om-dark);border-radius:8px;background:#fff;color:var(--om-dark);display:inline-flex;align-items:center;justify-content:center;gap:6px;font:inherit;font-size:10px;font-weight:800;cursor:pointer}.cargo-copy-btn i{color:var(--om-orange)}.cargo-copy-btn.copied{background:var(--om-orange);border-color:var(--om-orange)}@media(max-width:700px){.orders-modal{width:calc(100vw - 10px);max-height:calc(100dvh - 12px);border-radius:12px}.om-modal-head{padding:10px 11px}.om-modal-head h2{font-size:18px}.om-modal-body{padding:9px 10px 12px}.customer-order-card{padding:10px}.customer-order-meta{grid-template-columns:1fr 1fr}.order-pickup{grid-template-columns:34px minmax(0,1fr)}.order-pickup-icon{width:34px;height:34px}.order-map-btn{grid-column:1/-1;width:100%}.order-mini-item{grid-template-columns:48px minmax(0,1fr) auto}.order-mini-thumb{width:48px;height:48px}}
/* Categories */
.category-panel-shell{overflow:hidden;padding:16px;border:1px solid #d8e2ee;border-radius:18px;background:#fff}.category-title-row{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;margin-bottom:12px}.category-title-row h2{margin:2px 0 0;color:var(--om-dark);font-size:24px;line-height:1.05}.category-title-row .soft-label{font-size:10px;margin-bottom:4px;color:#6d7d93;font-weight:800;text-transform:uppercase;letter-spacing:.08em}.category-all-btn{min-height:38px;padding:0 12px;border-radius:10px;font-size:12px}
.category-directory-shell{display:grid;gap:12px}.category-split-tabs{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.category-split-tab{min-height:58px;padding:8px 12px;border-radius:12px;border:1px solid #cfd8e5;background:#fff;color:var(--om-dark);display:grid;grid-template-columns:36px minmax(0,1fr);align-items:center;gap:10px;font:inherit;cursor:pointer;text-align:left}.category-split-tab>i{width:36px;height:36px;min-width:36px;border-radius:10px;display:grid;place-items:center;border:1px solid #d7e0ea;color:var(--om-orange);background:#fff;font-size:13px}.category-split-tab>span{min-width:0;display:grid;gap:2px}.category-split-tab b{font-size:13px;line-height:1.15}.category-split-tab small{font-size:10px;line-height:1.25;color:#6b7b91;font-weight:700}.category-split-tab.active{background:var(--om-dark);border-color:var(--om-dark);color:#fff}.category-split-tab.active>i{border-color:#fff;color:var(--om-orange)}.category-split-tab.active small{color:#dce6f4}.category-split-tab:disabled{opacity:.45;cursor:not-allowed}
.category-action-guide{min-height:38px;padding:8px 11px;border:1px solid #e1e8f0;border-radius:10px;background:#f8fafc;color:#5e6f84;display:flex;align-items:center;gap:8px;font-size:11px;line-height:1.35}.category-action-guide i{color:var(--om-orange)}.category-action-guide b{color:var(--om-dark)}
.category-section{display:none}.category-section.active{display:block}.category-tree-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(330px,1fr));gap:12px;align-items:start}.category-tree-card{border:1px solid #d8e2ee;border-radius:16px;background:#fff;overflow:hidden;content-visibility:auto;contain-intrinsic-size:64px}.category-tree-card.expanded{content-visibility:visible;border-color:#ffcdb2}.category-root-line{display:grid;grid-template-columns:minmax(0,1fr) 92px;align-items:stretch}.category-root-line:has(.category-root-solo){grid-template-columns:1fr}.category-root{width:100%;min-width:0;min-height:66px;padding:12px 14px;border:0;background:#fff;color:var(--om-dark);display:grid;grid-template-columns:44px minmax(0,1fr) 16px;align-items:center;gap:12px;text-align:left;cursor:pointer}.category-root:hover,.category-root.active{background:#fff9f5}.category-root-icon{width:44px;height:44px;border:1px solid #d7e0ea;border-radius:12px;display:grid;place-items:center;color:var(--om-orange);overflow:hidden;font-size:16px;background:#fff}.category-root-icon img{width:100%;height:100%;object-fit:cover}.category-root-copy{min-width:0;display:grid;gap:3px}.category-root strong{display:block;font-size:15px;line-height:1.25;color:var(--om-dark)}.category-root small{display:block;font-size:10px;font-weight:700;color:#6b7a90}.category-root-arrow{justify-self:end;color:var(--om-orange);font-size:12px}.category-branch-toggle{min-width:92px;padding:0 10px;border:0;border-left:1px solid #e6ecf3;background:#fff;color:#52657d;display:flex;align-items:center;justify-content:center;gap:7px;cursor:pointer;font:inherit;font-size:10px;font-weight:800}.category-branch-toggle:hover,.category-branch-toggle.expanded{background:#fff7f2;color:var(--om-orange)}.category-child-toggle{min-width:82px;padding:0 8px;border-left:1px solid #edf1f5}.category-children-list{border-top:1px solid #e6ecf3;padding:10px 12px 12px;background:#fbfcfe}.category-children-nested{margin-left:18px;border-top:0;border-left:2px solid #eef2f6;padding:6px 0 0 10px;background:transparent}.category-child-row{margin-left:0}.category-child-line{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:stretch;border-bottom:1px solid #edf1f5}.category-child-row:last-child>.category-child-line{border-bottom:0}.category-child{width:100%;min-width:0;min-height:44px;padding:8px 2px;border:0;background:transparent;color:var(--om-dark);display:flex;align-items:center;justify-content:space-between;gap:8px;text-align:left;font:inherit;font-size:12px;font-weight:700;cursor:pointer}.category-child:not(.category-child-heading):hover,.category-child.active{color:var(--om-orange)}.category-child-main{min-width:0;display:flex;align-items:center;gap:8px}.category-child-main>span:last-child{min-width:0;overflow:hidden;text-overflow:ellipsis}.category-child-icon{width:28px;height:28px;min-width:28px;border:1px solid #e1e8f0;border-radius:8px;display:grid;place-items:center;color:var(--om-orange);overflow:hidden;font-size:11px;background:#fff}.category-child-icon img{width:100%;height:100%;object-fit:cover}.category-child-open{margin-left:auto;color:var(--om-orange);font-size:10px}.category-empty{min-height:96px;padding:16px;display:grid;place-items:center;text-align:center;border:1px dashed #9fb0c4;border-radius:14px;color:var(--om-dark);background:#fff;font-size:13px}

.mobile-nav{display:none}
@media(min-width:981px) and (max-width:1180px){.top{display:none}.head-in{grid-template-columns:max-content 108px 116px minmax(220px,1fr) auto;gap:6px}.pill{padding:0 9px;font-size:11px}.actions{gap:4px}}
@media(max-width:980px){.top{display:none}.head-in{width:min(var(--max),calc(100% - 28px));max-width:100%;min-width:0;min-height:auto;grid-template-columns:minmax(0,1fr) auto;gap:10px;padding:9px 0 11px}.brand{min-width:0}.brand b{display:flex!important}.pill{display:none!important}.search{order:3;grid-column:1/3;width:100%;max-width:100%;min-width:0;height:44px}.actions{min-width:0;max-width:100%;grid-column:2;grid-row:1;gap:6px}.actions .act{min-width:42px;width:42px;height:40px;border-radius:12px;font-size:0;padding:0}.actions .act span{display:none}.actions .act[data-route="profile"],.actions .act[data-route="fav"],.actions .act[data-route="cart"]{display:none}.grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}}
@media(min-width:721px) and (max-width:980px){.cart-main{grid-template-columns:1fr;gap:12px}.cart-product-head{grid-template-columns:96px minmax(0,1fr)}.cart-img{width:96px;height:96px}.cart-variants{grid-template-columns:repeat(2,minmax(0,1fr))}.cart-row{grid-template-columns:28px minmax(0,1fr) auto}}
@media(max-width:1100px){.grid{grid-template-columns:repeat(3,minmax(0,1fr))}}
@media(max-width:720px){main.wrap{padding-top:10px}.hero{min-height:220px;padding:22px}.hero h1{font-size:34px;max-width:310px}.hero p{font-size:14px;max-width:300px}.section-head{align-items:stretch;flex-direction:column;padding:12px}.filters{display:grid;grid-template-columns:1fr 1fr}.select{min-width:0;width:100%;font-size:12px}.grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.card-body{padding:10px}.name{font-size:13px}.category-panel-shell{padding:12px;border-radius:16px}.category-title-row{margin-bottom:10px;align-items:stretch;flex-direction:column}.category-title-row h2{font-size:21px}.category-split-tabs{grid-template-columns:1fr;gap:8px}.category-split-tab{min-height:52px;padding:7px 10px}.category-split-tab>i{width:32px;height:32px;min-width:32px}.category-action-guide{font-size:10px}.mobile-nav{position:fixed;left:9px;right:9px;bottom:calc(9px + var(--safe-bottom));height:62px;background:#fff;border:1px solid var(--om-dark);border-radius:18px;display:grid;grid-template-columns:repeat(5,1fr);z-index:70}.mobile-nav button{position:relative;border:0;background:#fff;border-radius:14px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:3px;font-size:10px;font-weight:700;color:var(--om-dark)}.mobile-nav button .nav-symbol{font-size:18px;color:var(--om-dark)}.mobile-nav button.active .nav-symbol,.mobile-nav button.active span{color:var(--om-orange)}.nav-badge{position:absolute;top:7px;right:calc(50% - 24px);min-width:18px;height:18px;line-height:16px;font-size:10px;border-radius:999px;z-index:3}.cart-row{grid-template-columns:24px minmax(0,1fr);gap:8px;padding:10px 9px 10px 10px;align-items:start}.cart-main{grid-column:2;grid-row:1;grid-template-columns:1fr;gap:10px;align-items:start}.cart-product-head{grid-template-columns:88px minmax(0,1fr);gap:10px;align-items:start}.cart-img{width:88px;height:88px}.cart-title{font-size:15px;line-height:1.32;-webkit-line-clamp:4}.cart-details{gap:7px}.cart-variants{grid-template-columns:1fr;gap:6px}.cart-variant-item{font-size:12px;padding:8px 9px}.cart-row .qty{grid-column:2;grid-row:2;justify-self:start;align-self:auto}.sum{position:sticky;bottom:calc(72px + var(--safe-bottom));z-index:12;background:#fff;border:1px solid var(--om-dark);border-radius:16px;padding:10px;display:grid;grid-template-columns:1fr;align-items:stretch;gap:8px}.sum h3{margin:0;font-size:16px}.sum .primary{width:100%;height:44px;min-width:0}.drawer{top:76px;right:8px;bottom:8px;width:calc(100% - 16px)}.notification-toolbar{padding:8px}.notification-tab{padding:0 7px}.notification-read-all span{display:none}.notification-read-all{width:34px;padding:0;justify-content:center}.notification-card{grid-template-columns:34px minmax(0,1fr);padding:10px;gap:9px}.notification-type{width:34px;height:34px}.profile-form-grid,.profile-edit-buttons,.customer-order-meta,.category-tree-grid{grid-template-columns:1fr}.compact-head{grid-template-columns:minmax(0,1fr) 40px}.compact-user{grid-template-columns:52px minmax(0,1fr);gap:8px}.profile-avatar.compact{width:50px;height:50px;min-width:50px}}
@media(max-width:520px){.head-in{width:calc(100% - 20px);gap:7px}.brand{gap:7px;font-size:19px}.logo{width:40px;height:40px;border-radius:10px}.actions{gap:5px}.actions .act{min-width:40px;width:40px;height:40px}.lang-control{min-width:62px;grid-template-columns:14px 23px 8px;padding:0 6px}.lang-control .lang-select{width:23px;font-size:10px}.search{grid-column:1/3}.discovery-home,.discovery-shelves,.discovery-shelf,.discovery-shelf-grid{width:100%;max-width:100%;min-width:0}.discovery-shelf-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:560px){.balance-summary-row{padding:16px 14px 14px}.balance-topup-section{padding:14px}.profile-quick-actions{padding:10px 14px 14px}.topup-inline-control{grid-template-columns:1fr}.compact-balance-value{font-size:28px}}
@media(max-width:380px){.brand{font-size:17px}.grid{gap:10px}.product-column{gap:10px}.card .price{font-size:16px}.buy{height:40px}.hero h1{font-size:30px}.fav{font-size:21px}}

/* Card refine v1 */
@media(max-width:720px){.card-body{gap:9px}.metric{font-size:11px}.route-label{font-size:11px}.buy{height:44px}}


.return-focus-card{
  outline:2px solid var(--om-orange);
  outline-offset:3px;
}


/* Desktop profile header: use the available width without changing mobile */
@media (min-width:721px){
  #view-profile .compact-account-card{padding:16px 18px 16px 20px}
  #view-profile .compact-head{
    grid-template-columns:minmax(260px,1fr) auto;
    align-items:center;
    gap:24px;
    min-height:116px;
    padding:4px 4px 4px 10px;
  }
  #view-profile .compact-user{
    grid-template-columns:76px minmax(0,1fr);
    align-items:center;
    gap:16px;
  }
  #view-profile .profile-avatar.compact{
    width:72px;
    height:72px;
    min-width:72px;
    border-radius:20px;
    font-size:20px;
    cursor:default;
  }
  #view-profile .compact-copy{display:grid;gap:10px}
  #view-profile .compact-name{
    display:block!important;
    max-width:100%;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
    font-size:25px;
    line-height:1.08;
    font-weight:700;
    color:var(--om-dark);
  }
  #view-profile .compact-profile-meta{gap:8px}
  #view-profile .compact-profile-meta span{min-height:34px;padding:0 12px;font-size:13px}
  #view-profile   #view-profile .compact-head-actions{
    flex-direction:row;
    flex-wrap:wrap;
    justify-content:flex-end;
    align-items:center;
    gap:10px;
    width:min(430px,42vw);
    max-width:430px;
  }
  #view-profile .icon-ghost{
    width:auto;
    min-width:118px;
    height:46px;
    padding:0 15px;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    gap:9px;
    border-radius:14px;
    font-size:14px;
    font-weight:700;
    white-space:nowrap;
  }
  #view-profile .icon-ghost .action-label{display:inline}
  #view-profile .icon-ghost.edit{background:var(--om-orange);border-color:var(--om-orange);color:var(--om-dark)}
  #view-profile .avatar-name-pop{display:none!important}
  #view-profile .inline-topup-box{margin-top:12px}
}

/* v37 one root product, separate color cards */


/* v42 — 18+ kategoriya kartalari */
.card.is-adult-product .adult-card-badge{position:absolute;left:12px;bottom:11px;z-index:5;min-width:36px;height:27px;padding:0 9px;display:grid;place-items:center;border-radius:999px;background:#a61b16;color:#fff;font-size:11px;font-weight:800;box-shadow:0 5px 16px rgba(130,20,15,.28)}.card.adult-locked .pic>img{filter:blur(20px) saturate(.45);transform:scale(1.08)}.adult-card-lock{position:absolute;inset:0;z-index:4;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:5px;padding:22px;border:0;background:rgba(0,20,48,.28);color:#fff;text-align:center;cursor:pointer}.adult-card-lock i{font-size:25px}.adult-card-lock b{font-size:14px}.adult-card-lock span{max-width:170px;font-size:10px;line-height:1.35;font-weight:700}.card.adult-locked .fav{opacity:.35;pointer-events:none}.adult-gate[hidden]{display:none!important}.adult-gate{position:fixed;inset:0;z-index:300;display:grid;place-items:center;padding:18px}.adult-gate-backdrop{position:absolute;inset:0;background:rgba(2,17,39,.76);backdrop-filter:blur(10px)}.adult-gate-card{position:relative;width:min(440px,100%);padding:28px;border:1px solid rgba(255,255,255,.55);border-radius:24px;background:#fff;color:var(--om-dark);text-align:center;box-shadow:0 30px 90px rgba(0,17,44,.38)}.adult-gate-mark{width:68px;height:68px;margin:0 auto 14px;display:grid;place-items:center;border-radius:22px;background:#a61b16;color:#fff;font-size:25px;font-weight:800}.adult-gate-card h2{margin:0;font-size:25px}.adult-gate-card p{margin:12px 0 22px;color:#5f6c80;line-height:1.55}.adult-gate-card>div{display:grid;grid-template-columns:1fr 1fr;gap:9px}.adult-gate-card button{min-height:45px}.adult-gate-open{overflow:hidden}@media(max-width:520px){.adult-gate-card{padding:22px 18px}.adult-gate-card>div{grid-template-columns:1fr}.adult-card-lock span{font-size:9px}}

/* v45: card icons replace text badges; favorites stay borderless. */
.fav:not(.on){opacity:1}
.fav:not(.on):hover,.fav:not(.on):focus-visible{opacity:1}
.fav.on{opacity:1}
.site-footer{width:min(1200px,calc(100% - 28px));margin:28px auto 90px;padding:18px 0;display:flex;align-items:center;justify-content:space-between;gap:16px;border-top:1px solid rgba(0,32,80,.24);color:#617087;font-size:12px;font-weight:700}.site-footer nav{display:flex;flex-wrap:wrap;gap:14px}.site-footer a{color:#002050;text-decoration:none}.site-footer a:hover,.site-footer a:focus-visible{color:#f86000;text-decoration:underline}@media(max-width:620px){.site-footer{align-items:flex-start;flex-direction:column;margin-bottom:82px}.site-footer nav{gap:10px 16px}}

/* v49 — complete native advertising system */
.native-ad-card{position:relative;overflow:hidden;border:1px solid var(--om-dark);border-radius:20px;background:#fff;color:var(--om-dark);cursor:pointer;min-width:0;box-shadow:0 10px 26px rgba(0,32,80,.06);isolation:isolate}
.native-ad-card:after{content:"";position:absolute;left:0;top:12px;bottom:12px;width:5px;border-radius:0 9px 9px 0;background:var(--om-orange);z-index:4}
.native-ad-media{position:relative;overflow:hidden;aspect-ratio:var(--native-ad-ratio,4 / 3);background:#eef3f8}
.native-ad-media img{display:block;width:100%;height:100%;object-fit:cover;transition:transform .25s ease}
.native-ad-card:hover .native-ad-media img{transform:scale(1.025)}
.native-ad-badge,.native-ad-sponsored{position:absolute;z-index:2;display:inline-flex;align-items:center;min-height:24px;padding:0 9px;border-radius:999px;font-size:9px;font-weight:800}
.native-ad-badge{left:11px;top:10px;background:rgba(255,255,255,.92);color:var(--om-dark);backdrop-filter:blur(6px)}
.native-ad-sponsored{right:10px;bottom:9px;background:rgba(0,32,80,.72);color:#fff;backdrop-filter:blur(6px)}
.native-ad-body{display:grid;gap:8px;padding:13px 12px 13px 16px}
.native-ad-body small{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:#607087;font-size:10px;font-weight:700}
.native-ad-body h3{margin:0;font-size:16px;line-height:1.18;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}
.native-ad-body p{margin:0;color:#536174;font-size:12px;line-height:1.38;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}
.native-ad-body button{height:42px;border:0;border-radius:13px;background:var(--om-orange);color:var(--om-dark);display:flex;align-items:center;justify-content:space-between;gap:8px;padding:0 13px;font-size:13px;font-weight:800}
.native-ad-compact .native-ad-body p{display:none}.native-ad-compact .native-ad-body{gap:7px}.native-ad-compact .native-ad-body h3{-webkit-line-clamp:1}
.native-ad-poster{min-height:100%}.native-ad-poster .native-ad-media{height:100%;min-height:310px}.native-ad-poster-copy{position:absolute;z-index:3;left:0;right:0;bottom:0;display:grid;gap:8px;padding:52px 14px 14px 17px;color:#fff;background:linear-gradient(transparent,rgba(0,20,48,.92))}.native-ad-poster-copy b{font-size:17px;line-height:1.18}.native-ad-poster-copy span{display:flex;justify-content:space-between;align-items:center;font-size:12px;font-weight:800}
.native-ad-card:focus-visible{outline:3px solid var(--om-orange);outline-offset:3px}
.native-ad-zoom[hidden]{display:none!important}.native-ad-zoom{position:fixed;inset:0;z-index:350;display:grid;place-items:center;padding:22px;background:rgba(0,20,48,.84);backdrop-filter:blur(12px)}.native-ad-zoom img{display:block;max-width:min(1050px,94vw);max-height:88vh;object-fit:contain;border-radius:20px;background:#fff;box-shadow:0 30px 90px rgba(0,0,0,.35)}.native-ad-zoom>button{position:fixed;right:18px;top:18px;width:46px;height:46px;border:1px solid rgba(255,255,255,.7);border-radius:15px;background:#fff;color:var(--om-dark);font-size:28px}.native-ad-zoom-open{overflow:hidden}
@media(max-width:720px){.native-ad-body{padding:10px 10px 10px 15px;gap:7px}.native-ad-body h3{font-size:13px}.native-ad-body p{font-size:10px}.native-ad-body button{height:40px;font-size:11px}.native-ad-badge,.native-ad-sponsored{min-height:21px;padding:0 7px;font-size:8px}.native-ad-poster .native-ad-media{min-height:260px}}

@media(max-width:720px){
  .cart-scope-tabs{gap:8px;margin-bottom:10px}.cart-scope-chip{min-height:58px;padding:8px;grid-template-columns:30px minmax(0,1fr) auto;gap:7px;border-radius:15px}.cart-scope-chip>i{width:30px;height:30px;border-radius:10px;font-size:13px}.cart-scope-chip b{font-size:12px}.cart-scope-chip small{font-size:9px}.cart-scope-chip em{min-width:24px;height:24px;padding:0 5px;font-size:10px}.cart-bucket{border-radius:17px;margin-bottom:0}.cart-bucket-header{align-items:flex-start;padding:11px;gap:8px}.cart-bucket-title>i{width:34px;height:34px;flex-basis:34px;border-radius:11px}.cart-bucket-title b{font-size:14px}.cart-bucket-title small{font-size:10px}.cart-group-check{font-size:10px;gap:5px}.cart-bucket-body{padding:8px 8px 0}.cart-bucket-footer{display:grid;grid-template-columns:1fr;padding:10px;gap:8px}.cart-scope-checkout{width:100%;min-width:0;height:44px;font-size:13px}
}


/* Full-screen child pages keep the catalog alive underneath. */
.page-modal[hidden]{display:none!important}
.page-modal{position:fixed;inset:0;z-index:500;display:block;padding:0;opacity:0;pointer-events:none;transition:opacity .2s ease}
.page-modal.open{opacity:1;pointer-events:auto}
.page-modal.closing{pointer-events:none}
.page-modal-backdrop{position:absolute;inset:0;border:0;background:rgba(2,17,39,.54);backdrop-filter:blur(8px)}
.page-modal-shell{position:relative;width:100%;max-width:100vw;min-width:0;height:100dvh;overflow:hidden;border:0;border-radius:0;background:#fff;box-shadow:none;transform:translateY(14px) scale(.992);transition:transform .2s ease}
.page-modal.open .page-modal-shell{transform:translateY(0) scale(1)}
.page-modal-loading{position:absolute;inset:0;z-index:1;display:grid;place-content:center;justify-items:center;gap:12px;background:#fff;color:var(--om-dark)}
.page-modal-loading span{width:38px;height:38px;border:4px solid #dbe5ea;border-right-color:var(--om-orange);border-radius:50%;animation:pageModalSpin .8s linear infinite}
.page-modal-loading b{font-size:14px}
.page-modal iframe{position:relative;z-index:2;display:block;width:100%;max-width:100vw;min-width:0;height:100%;border:0;background:#fff;opacity:0;transition:opacity .14s ease}
.page-modal.ready iframe{opacity:1}
.page-modal.ready .page-modal-loading{display:none}
.page-modal-open{overflow:hidden}
@keyframes pageModalSpin{to{transform:rotate(360deg)}}
@media(max-width:720px){.page-modal,.page-modal-shell,.page-modal iframe{width:100dvw;max-width:100dvw;min-width:0}.page-modal-shell{transform:translateY(100%)}.page-modal.open .page-modal-shell{transform:translateY(0)}}

/* Support opens as a real modal on desktop; /support.html remains a standalone page. */
@media(min-width:721px){
  .page-modal.support-modal{display:grid;place-items:center;padding:24px}
  .page-modal.support-modal .page-modal-shell{width:min(1100px,calc(100vw - 48px));height:min(860px,calc(100dvh - 48px));border:1px solid #d8e2ec;border-radius:18px;box-shadow:0 24px 70px rgba(0,32,80,.22);transform:translateY(14px) scale(.985)}
  .page-modal.support-modal.open .page-modal-shell{transform:translateY(0) scale(1)}
}

/* v50 responsive hero images */
@media(max-width:720px){.hero.has-image{aspect-ratio:720/420;min-height:0;padding:18px}.hero.has-image.has-copy:before{background:linear-gradient(180deg,rgba(255,255,255,.9),rgba(255,255,255,.55) 62%,rgba(255,255,255,0))}.hero.has-image .hero-dots{left:18px;bottom:12px}.hero.has-image .hero-carousel-controls{right:12px;bottom:10px}}
.store-pill{white-space:nowrap}
.stores-page{padding:12px 0 34px}
.stores-page-head{display:grid;grid-template-columns:minmax(0,1fr) minmax(280px,380px);align-items:end;gap:28px;margin:20px 0 22px;padding-bottom:18px;border-bottom:1px solid #dbe4ee}
.stores-page-head .soft-label{display:inline-flex;align-items:center;gap:7px;color:#f86000;font-size:10px;font-weight:900;letter-spacing:.04em;text-transform:none}
.stores-page-head h1{font-size:32px;line-height:1.08;color:#002050;margin:6px 0 6px}
.stores-page-head p{max-width:660px;margin:0;color:#6b7a90;font-size:13px;line-height:1.5}
.stores-search{height:46px;border:1px solid #cfdbe7;background:#fff;border-radius:8px;display:flex;align-items:center;gap:10px;padding:0 13px;transition:border-color .15s}
.stores-search:focus-within{border-color:#002050}
.stores-search i{color:#f86000}
.stores-search input{border:0;outline:0;width:100%;font:inherit;color:#002050;background:transparent}
.stores-search input::placeholder{color:#91a0b4}
.stores-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}
.store-card{position:relative;display:grid;grid-template-columns:minmax(0,1fr) auto;grid-template-rows:auto auto;background:#fff;border:1px solid #d8e2ec;border-radius:10px;overflow:hidden;cursor:pointer;transition:border-color .15s,transform .15s}
.store-card:hover{transform:translateY(-1px);border-color:#f86000}
.store-card-main{min-width:0;display:flex;align-items:flex-start;gap:12px;padding:15px 14px 11px}
.store-avatar{width:58px;height:58px;flex:0 0 58px;border:1px solid #ccd9e5;border-radius:8px;background:#002050;color:#fff;display:grid;place-items:center;overflow:hidden}
.store-avatar img{width:100%;height:100%;object-fit:cover}

.store-card-copy{min-width:0;flex:1}
.store-card-title-row{display:flex;align-items:center;gap:8px;min-width:0}
.store-card-copy h3{min-width:0;max-width:100%;font-size:14px;line-height:1.25;margin:0;color:#002050;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.store-card-copy h3 i,.store-hero-copy h1 i{color:#1f83d8;font-size:.9em}
.store-state{margin-left:auto;flex:0 0 auto;border:1px solid #cfdbe7;border-radius:5px;padding:3px 6px;font-size:8px;font-weight:900;color:#66758a;background:#fff}
.store-state.active{border-color:#a7d8be;color:#08783f}
.store-state.new{border-color:#f6c59f;color:#b34a00}
.store-card-copy p{font-size:10.5px;color:#718096;margin:5px 0 9px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.store-meta{display:flex;gap:6px 11px;align-items:center;flex-wrap:wrap}
.store-meta span{display:inline-flex;align-items:center;gap:4px;font-size:9px;font-weight:700;color:#64758a}
.store-meta span b{color:#002050}
.store-meta i{color:#f86000;font-size:9px}
.store-meta .store-unrated{color:#7a889b}
.store-meta .store-unrated i{color:#8a98aa}
.store-meta .store-rating{color:#685622}
.store-banner-thumb{grid-column:2;grid-row:1;width:88px;height:66px;margin:11px 12px 0 0;border:1px solid #d8e2ec;border-radius:7px;background:#f3f6f9 center/cover no-repeat}
.store-open-button{grid-column:1/-1;display:flex;align-items:center;justify-content:space-between;min-height:38px;padding:0 14px;border:0;border-top:1px solid #e3eaf1;background:#fff;color:#002050;font-size:10px;font-weight:900;cursor:pointer}
.store-open-button:hover{background:#fff7f2;color:#d94f00}
.store-open-button i{color:#f86000}
.store-loading{min-height:260px;display:grid;place-items:center;align-content:center;gap:12px;text-align:center}
.store-loading>i{font-size:30px;color:#f86000}.store-loading.error>i{color:#d92d20}
 .store-detail{padding:14px 0 34px;max-width:1180px;margin:0 auto}
.store-back{display:inline-flex;align-items:center;gap:8px;border:0;background:transparent;color:#002050;font-weight:800;padding:8px 0;margin-bottom:12px;cursor:pointer}.store-back i{margin:0;color:#f86000}
.store-profile{border:1px solid #d8e2ec;border-radius:10px;background:#fff;overflow:hidden}
.store-profile-accent{height:5px;background:#f86000}
.store-profile-body{display:grid;grid-template-columns:auto minmax(0,1fr) auto;gap:18px;align-items:center;padding:22px}
.store-hero-logo{width:88px;height:88px;flex:0 0 88px;border:1px solid #cbd8e5;border-radius:9px;background:#002050;color:#fff;display:grid;place-items:center;overflow:hidden}.store-hero-logo img{width:100%;height:100%;object-fit:cover}
.store-hero-copy{min-width:0}.store-title-line{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.store-hero-copy h1{margin:0;color:#002050;font-size:25px;line-height:1.15}.store-hero-copy h1 i{color:#2188df;font-size:18px}.store-new-badge{display:inline-flex;align-items:center;border:1px solid #f2c6a7;border-radius:5px;padding:4px 7px;color:#a94808;background:#fff8f3;font-size:9px;font-weight:900}.store-hero-copy>p{margin:6px 0 13px;color:#68798f;font-size:12px;line-height:1.5}
.store-facts{display:flex;flex-wrap:wrap;gap:6px}.store-fact{display:inline-flex;align-items:center;gap:6px;min-height:30px;padding:0 9px;border:1px solid #dbe4ee;border-radius:6px;color:#617187;font-size:10px;font-weight:700}.store-fact i{color:#f86000}.store-fact b{color:#002050}.store-fact.unrated i{color:#8493a7}.store-fact.unrated{color:#718096}
.store-follow{min-width:145px;border:1px solid #f86000;background:#f86000;color:#fff;font-weight:900;border-radius:7px;padding:11px 14px;cursor:pointer;white-space:nowrap}.store-follow.following{background:#fff;color:#08783f;border-color:#91cfad}
.store-service-row{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));border-top:1px solid #e3eaf1;background:#fbfcfe}.store-service{display:flex;align-items:center;gap:10px;min-width:0;padding:13px 16px;border-right:1px solid #e3eaf1}.store-service:last-child{border-right:0}.store-service>i{width:30px;height:30px;flex:0 0 30px;border:1px solid #d7e2ec;border-radius:6px;display:grid;place-items:center;color:#f86000;background:#fff}.store-service div{min-width:0;display:grid;gap:2px}.store-service small{font-size:8px;font-weight:800;color:#8593a6;text-transform:uppercase;letter-spacing:.03em}.store-service strong{font-size:10px;color:#002050;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.store-products-head{display:flex;align-items:end;justify-content:space-between;gap:12px;margin:24px 0 10px;padding:0 2px}.store-products-title{display:grid;gap:2px}.store-products-title strong{font-size:17px;color:#002050}.store-products-title span{font-size:10px;color:#7b899b}.store-products-count{font-size:10px;font-weight:800;color:#f86000}
.store-empty-products{min-height:180px;border:1px dashed #b8c8d8;border-radius:9px;background:#fff;display:grid;place-items:center;text-align:center;padding:28px}.store-empty-products>div{max-width:360px}.store-empty-products i{width:44px;height:44px;border:1px solid #d8e2ec;border-radius:8px;display:grid;place-items:center;margin:0 auto 10px;color:#f86000;font-size:18px}.store-empty-products b{display:block;color:#002050;font-size:15px;margin-bottom:5px}.store-empty-products span{display:block;color:#75859a;font-size:11px;line-height:1.5}
.product-store-mini{border:0;background:transparent;padding:0;display:flex;align-items:center;gap:6px;max-width:100%;cursor:pointer;color:#566980;text-align:left}.product-store-mini>span{width:20px;height:20px;flex:0 0 20px;border-radius:5px;overflow:hidden;background:#eef4fa;display:grid;place-items:center}.product-store-mini img{width:100%;height:100%;object-fit:cover}.product-store-mini b{font-size:9.5px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.product-store-mini>i{color:#2388e8;font-size:10px}.card-body .product-store-mini{margin-top:5px}.card-body:has(.product-store-mini) .card-route{margin-top:5px}
@media(max-width:1050px){.stores-grid{grid-template-columns:1fr}.store-pill{display:none}.store-hero-cover{height:155px}}
@media(max-width:680px){.stores-page{padding-top:4px}.stores-page-head{grid-template-columns:1fr;gap:13px;margin-top:8px;padding-bottom:14px}.stores-page-head h1{font-size:25px}.stores-page-head p{font-size:11.5px}.stores-search{height:44px}.stores-grid{gap:9px}.store-card{grid-template-columns:minmax(0,1fr) auto}.store-card-main{padding:12px 10px 9px;gap:9px}.store-avatar{width:50px;height:50px;flex-basis:50px}.store-card-title-row{gap:5px}.store-card-copy h3{font-size:12.5px}.store-state{font-size:7px;padding:2px 5px}.store-card-copy p{font-size:9.5px;margin:4px 0 7px}.store-meta{gap:5px 8px}.store-meta span{font-size:8px}.store-banner-thumb{width:62px;height:52px;margin:9px 9px 0 0}.store-open-button{min-height:34px;padding:0 10px;font-size:9px}.store-hero-cover{height:105px}.store-hero-main{display:grid;grid-template-columns:auto 1fr;padding:0 12px 15px;gap:10px}.store-hero-logo{width:72px;height:72px;flex-basis:72px;border-radius:8px;border-width:3px;margin-top:-27px}.store-hero-copy{padding-top:9px}.store-hero-copy h1{font-size:19px}.store-hero-copy p{font-size:11px}.store-follow{grid-column:1/-1;width:100%}.store-stats{gap:5px}.store-stats span{font-size:8.5px;padding:5px 7px}.product-store-mini b{font-size:8.5px}}

/* v3.45 — direct 1688 category results with 50-card batches. */
.discovery-search{grid-template-columns:minmax(0,1fr) 42px 44px}
.discovery-search .search-camera{background:#fff;color:var(--om-dark);border-left:1px solid #d9e2eb}
.discovery-search .search-camera:hover{background:#fff3ea;color:#f05a00}
.discovery-search .search-camera:disabled{cursor:wait;opacity:.72}.discovery-search .search-camera.is-loading{background:#fff3ea;color:#f05a00}
.image-search-panel{margin:0 0 14px;padding:11px 12px;display:grid;grid-template-columns:64px minmax(0,1fr) auto;align-items:center;gap:12px;border:1px solid #b9d9f6;border-radius:10px;background:#fff;box-shadow:none}
.image-search-panel.hide{display:none}.image-search-preview{width:64px;height:64px;border-radius:8px;overflow:hidden;border:1px solid #d8e5f1;background:#eef4f9;display:grid;place-items:center}.image-search-preview i{font-size:22px;color:#f86000}.image-search-preview:not(.empty) i{display:none}.image-search-preview img{width:100%;height:100%;object-fit:contain;background:#fff}.image-search-preview.empty img{display:none}.image-search-copy{min-width:0;display:grid;gap:4px}.image-search-copy b{color:#092f60;font-size:13px}.image-search-copy span{color:#607086;font-size:11px;line-height:1.45}.image-search-actions{display:flex;align-items:center;gap:7px}.image-search-actions .secondary{min-height:36px;padding:0 11px;border-radius:8px;font-size:10px;font-weight:900}.image-search-panel[data-stage="selecting"],.image-search-panel[data-stage="preparing"],.image-search-panel[data-stage="uploading"],.image-search-panel[data-stage="searching"],.image-search-panel[data-stage="verifying"]{border-color:#f86000;background:#fff7f0}.image-search-panel[data-stage="success"]{border-color:#86caa8;background:#fff}.image-search-panel[data-stage="error"],.image-search-panel[data-stage="empty"]{border-color:#e4b2ae;background:#fff}.image-search-panel[data-stage="error"] .image-search-copy span,.image-search-panel[data-stage="empty"] .image-search-copy span{color:#704846}.image-search-panel[data-stage="error"] .image-search-actions .secondary:first-child{border-color:#002050;background:#002050;color:#fff}
.image-search-working{margin:0 0 14px;padding:12px;border:1px solid #f86000;border-radius:10px;background:#fff;display:grid;gap:12px}.image-search-working-head{display:flex;align-items:center;gap:10px;min-height:42px}.image-search-working-head>i{width:36px;height:36px;flex:0 0 36px;border:1px solid #f86000;border-radius:7px;display:grid;place-items:center;color:#f86000;background:#fff}.image-search-working-head>div{min-width:0;display:grid;gap:2px}.image-search-working-head b{font-size:13px;color:#002050}.image-search-working-head span{font-size:10px;color:#66758a;line-height:1.4}
.image-object-modal[hidden]{display:none}.image-object-modal{position:fixed;inset:0;z-index:140;display:grid;place-items:center;padding:18px}.image-object-backdrop{position:absolute;inset:0;border:0;background:rgba(0,32,80,.62)}.image-object-shell{position:relative;z-index:1;width:min(940px,100%);max-height:calc(100vh - 36px);overflow:auto;background:#fff;border:1px solid var(--om-dark);border-radius:14px;padding:16px;display:grid;gap:12px}.image-object-head{display:flex;align-items:flex-start;justify-content:space-between;gap:16px}.image-object-head>div{min-width:0}.image-object-head small{display:block;margin-bottom:4px;color:var(--om-orange);font-size:10px;font-weight:900;letter-spacing:.08em}.image-object-head h3{margin:0;color:var(--om-dark);font-size:20px}.image-object-head p{margin:5px 0 0;color:#627087;font-size:12px;line-height:1.45}.image-object-head>button{width:38px;height:38px;flex:0 0 38px;border:1px solid var(--om-dark);border-radius:8px;background:#fff;color:var(--om-dark)}.image-object-stage{min-height:300px;border:1px solid var(--om-dark);border-radius:10px;background:#eef3f7;overflow:hidden;display:grid;place-items:center}.image-object-stage canvas{display:block;max-width:100%;touch-action:none;cursor:crosshair}.image-object-help{display:flex;align-items:flex-start;gap:9px;color:#4f6077;font-size:12px;line-height:1.4}.image-object-help i{color:var(--om-orange);margin-top:2px}.image-object-actions{display:flex;justify-content:flex-end;gap:10px}.image-object-actions button{min-height:44px;padding:0 16px;border-radius:9px;font-weight:900}.image-object-actions .secondary{border:1px solid var(--om-dark);background:#fff;color:var(--om-dark)}.image-object-actions .primary{border:1px solid var(--om-orange);background:var(--om-orange);color:var(--om-dark)}body.image-object-open{overflow:hidden}
.discovery-search .search-submit{background:var(--om-orange)}
.discovery-home{margin:18px 0 24px;padding:20px;border:1px solid #dce6ef;border-radius:24px;background:linear-gradient(145deg,#fff,#f7faff 62%,#fff7f1);box-shadow:0 10px 28px rgba(9,47,91,.06);overflow:hidden}
.discovery-home.hide{display:none}
.discovery-status{margin:0 0 14px;min-height:44px;padding:10px 14px;display:flex;align-items:center;gap:10px;border:1px solid #ffc6c2;border-radius:14px;background:#fff5f4;color:#aa2520;font-size:12px;font-weight:800}
.discovery-status.hide{display:none}
.discovery-status i{width:25px;height:25px;display:grid;place-items:center;flex:0 0 25px;border-radius:9px;background:#fff}
.discovery-status.loading{border-color:#ffd2b4;background:#fff8f2;color:#9b4507}
.discovery-status.empty{border-color:#d6dfeb;background:#f8fbff;color:#496078}
.discovery-shelves{display:grid;gap:22px}
.discovery-shelf{width:100%;max-width:100%;min-width:0;container-type:inline-size}
.discovery-shelf-head{margin:0 0 12px}
.discovery-shelf-head h3{margin:0;color:#0a2f5e;font-size:17px}
.discovery-shelf-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}
.discovery-shelf-grid .card,.discovery-shelf-grid .product-skeleton{min-width:0}
.discovery-shelf-grid .product-skeleton-image{aspect-ratio:1/1}
.discovery-shelf-grid .card-body{padding:10px}
.discovery-shelf-grid .name{font-size:11px;min-height:30px}
.discovery-shelf-grid .price{font-size:13px}
.discovery-shelf-grid .buy{min-height:40px;font-size:14px;font-weight:800;gap:7px}
.discovery-shelf-grid .is-shelf-card{display:grid;grid-template-rows:auto 1fr;height:100%;border-radius:16px;border-color:#d9e4ef}
.discovery-shelf-grid .is-shelf-card .card-body{grid-template-rows:auto minmax(45px,1fr) 42px;align-content:stretch;gap:9px}
.discovery-shelf-grid .is-shelf-card .name{min-height:45px}
.discovery-shelf-grid .is-shelf-card .buy{height:42px;min-height:42px;border-radius:11px}
.discovery-loading-shelf{padding-top:0!important;border-top:0!important}
.discovery-results-footer{display:flex;justify-content:center;padding:26px 0 4px}
.discovery-more-button{min-width:240px;height:52px;padding:0 24px;display:inline-flex;align-items:center;justify-content:center;gap:10px;border:1px solid var(--om-dark);border-radius:15px;background:var(--om-orange);color:#071f43;font:inherit;font-size:13px;font-weight:900;cursor:pointer;box-shadow:0 10px 22px rgba(255,101,8,.18)}
.discovery-more-button:hover{transform:translateY(-1px);box-shadow:0 14px 28px rgba(255,101,8,.24)}
.discovery-more-button:disabled{opacity:.68;cursor:wait;transform:none}
.card.is-discovered{border-color:#cdddeb}
@media(max-width:720px){
  .discovery-search{grid-template-columns:minmax(0,1fr) 44px 48px}
  .discovery-search input{padding-left:12px}
  .discovery-home{margin:10px 0 18px;padding:0;border:0;border-radius:0;background:transparent;box-shadow:none;overflow:visible}
  .image-search-panel{grid-template-columns:58px minmax(0,1fr);gap:10px;padding:11px;border-width:1.5px}.image-search-preview{width:58px;height:58px;border-radius:7px}.image-search-preview i{font-size:21px}.image-search-copy b{font-size:13px}.image-search-copy span{font-size:10.5px}.image-search-actions{grid-column:1/-1;justify-content:flex-end}.image-search-panel[data-stage="error"] .image-search-actions,.image-search-panel[data-stage="empty"] .image-search-actions{display:grid;grid-template-columns:1fr auto;width:100%}.image-search-actions .secondary{min-height:34px;font-size:10px}.image-search-working{padding:11px}.image-search-working-head b{font-size:12.5px}.image-search-working-head span{font-size:10px}
  .image-object-modal{padding:8px}.image-object-shell{max-height:calc(100vh - 16px);padding:11px;border-radius:10px;gap:9px}.image-object-head h3{font-size:16px}.image-object-head p{font-size:10px}.image-object-stage{min-height:240px}.image-object-help{font-size:10px}.image-object-actions{display:grid;grid-template-columns:1fr 1.25fr}.image-object-actions button{min-height:42px;padding:0 9px;font-size:11px}
  .discovery-status{margin:0 0 10px;padding:9px 11px;font-size:10px}
  .discovery-shelf-head h3{font-size:14px}
  .discovery-shelf-grid{display:flex;flex-wrap:wrap;align-items:flex-start;gap:8px;width:100%;max-width:100%;min-width:0}
  .discovery-shelf-grid>.card,.discovery-shelf-grid>.card:nth-child(n+9),.discovery-shelf-grid>.product-skeleton,.discovery-shelf-grid>.product-skeleton:nth-child(n+9),.discovery-shelf-grid>.native-ad-card{display:block;flex:0 0 calc((100% - 8px)/2);width:calc((100% - 8px)/2);max-width:calc((100% - 8px)/2);min-width:0}
  .discovery-shelf-grid .card-body{padding:9px;gap:8px}
  .discovery-shelf-grid .price{min-height:31px;display:flex;align-content:flex-start;align-items:baseline;flex-wrap:wrap;gap:3px 6px;line-height:1.1;white-space:normal}
  .discovery-shelf-grid .current-price{font-size:13px;line-height:1.1}
  .discovery-shelf-grid .price .old{font-size:9.5px;line-height:1.1;white-space:nowrap}
  .discovery-shelf-grid .name{min-height:43px;font-size:10.5px;line-height:1.36;-webkit-line-clamp:3}
  .discovery-shelf-grid .buy{min-height:42px;font-size:14px;font-weight:800;gap:7px}
  .discovery-shelf-grid .is-shelf-card{border-radius:14px}
  .discovery-shelf-grid .is-shelf-card .card-body{padding:10px;grid-template-rows:38px minmax(46px,1fr) 42px;gap:8px}
  .discovery-shelf-grid .is-shelf-card .price{min-height:38px;display:grid;grid-template-columns:1fr;align-content:start;align-items:start;gap:3px;white-space:normal}
  .discovery-shelf-grid .is-shelf-card .current-price{font-size:14px;line-height:1.15}
  .discovery-shelf-grid .is-shelf-card .price .old{font-size:10px;line-height:1.15;white-space:nowrap}
  .discovery-shelf-grid .is-shelf-card .name{min-height:46px;font-size:11px;line-height:1.38;-webkit-line-clamp:3}
  .discovery-shelf-grid .is-shelf-card .buy{height:42px;min-height:42px;border-radius:10px;font-size:14px;font-weight:800;gap:7px}
  .discovery-shelf-grid .is-shelf-card .card-discount-badge{left:8px;bottom:8px;min-height:23px;padding:0 8px;border-radius:8px;font-size:11px}
  .discovery-shelf-grid .is-shelf-card .fav{right:8px;top:8px;font-size:21px}
  .discovery-results-footer{padding:18px 0 2px}
  .discovery-more-button{width:min(100%,340px);height:48px}
}

/* Product columns follow their real container width, including DevTools/device zoom. */
@container (max-width:720px){
  .discovery-shelf-grid{display:flex;flex-wrap:wrap;align-items:flex-start;gap:8px}
  .discovery-shelf-grid>.card,.discovery-shelf-grid>.product-skeleton,.discovery-shelf-grid>.native-ad-card{flex:0 0 calc((100% - 8px)/2);width:calc((100% - 8px)/2);max-width:calc((100% - 8px)/2);min-width:0}
  .grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}
}


/* Shared catalog shelf heading. */
.discovery-shelf-head{display:flex;align-items:flex-start;justify-content:space-between;gap:14px}
.discovery-shelf-head>div{min-width:0}
.discovery-shelf-head p{margin:4px 0 0;color:#7b8797;font-size:10px;line-height:1.4}
.discovery-more.home-shelf-more{flex:0 0 auto;border:0;background:transparent;color:#111827;padding:4px 0;font:inherit;font-size:10px;font-weight:900;cursor:pointer;text-transform:none;text-decoration:none}
.discovery-more.home-shelf-more i{margin-left:5px;font-size:9px;color:#ff6508}
.discovery-more.home-shelf-more:hover{color:#ff6508}
.catalog-empty-state{min-height:132px;display:grid;place-items:center;padding:24px;border:1px solid #d8e3ed;border-left:3px solid #f86000;border-radius:8px;background:#fff;color:#60738b;text-align:center}
.catalog-empty-state>i{display:grid;place-items:center;width:40px;height:40px;border:1px solid #d8e3ed;border-radius:7px;background:#fff;color:#f86000;font-size:17px}
.catalog-empty-state>div{display:grid;justify-items:center;gap:7px;max-width:520px}
.catalog-empty-state b{color:#002050;font-size:15px}
.catalog-empty-state span{font-size:11px;line-height:1.5}
.catalog-empty-action{min-height:38px;margin-top:3px;padding:0 14px;display:inline-flex;align-items:center;justify-content:center;gap:7px;border:1px solid #002050;border-radius:7px;background:#002050;color:#fff;font:inherit;font-size:11px;font-weight:800;cursor:pointer}
.catalog-empty-action:hover{border-color:#f86000;background:#f86000}
.catalog-empty-action:disabled{opacity:.65;cursor:wait}
@media(max-width:720px){
  .discovery-shelf-head{gap:8px}
  .discovery-shelf-head p{font-size:8.5px}
  .discovery-more.home-shelf-more{font-size:9px}
}

@media(max-width:620px){
  .catalog-empty-state{min-height:110px;padding:18px}
  .catalog-empty-state>i{width:36px;height:36px;font-size:15px}
  .catalog-empty-state b{font-size:13px}
  .catalog-empty-state span{font-size:10px}
}

.order-review-open{margin-top:7px;min-height:32px;padding:0 11px;border:1px solid var(--om-orange);border-radius:10px;background:#fff7f1;color:#b94200;font:inherit;font-size:11px;font-weight:900;cursor:pointer;width:max-content}.order-review-status{margin-top:7px;display:inline-flex;width:max-content;padding:6px 9px;border-radius:999px;font-size:10px;font-weight:900;background:#eef4fb;color:#27496f}.order-review-status.approved{background:#e9f8ef;color:#17733c}.order-review-status.rejected{background:#fff0ef;color:#a32922}.order-review-modal[hidden]{display:none!important}.order-review-modal{position:fixed;inset:0;z-index:420;display:grid;place-items:center;padding:16px}.order-review-backdrop{position:absolute;inset:0;border:0;background:rgba(0,32,80,.34)}.order-review-shell{position:relative;width:min(520px,100%);border:1px solid var(--om-dark);border-radius:14px;background:#fff;box-shadow:none;overflow:hidden}.order-review-head{display:flex;justify-content:space-between;gap:14px;padding:18px;border-bottom:1px solid #d8e5f1}.order-review-head small{color:var(--om-orange);font-size:10px;font-weight:900;letter-spacing:.08em}.order-review-head h3{margin:4px 0;font-size:22px;color:var(--om-dark)}.order-review-head p{margin:0;color:#66768a;font-size:12px}.order-review-head>button{width:38px;height:38px;border:1px solid #d8e5f1;border-radius:12px;background:#fff;font-size:23px;cursor:pointer}.order-review-body{padding:18px;display:grid;gap:13px}.order-review-stars{display:flex;gap:7px}.order-review-stars button{border:0;background:transparent;color:#cbd5e1;font-size:34px;line-height:1;cursor:pointer;padding:0}.order-review-stars button.active{color:#ff7a00}.order-review-body textarea{width:100%;resize:vertical;border:1px solid #c9d9e8;border-radius:14px;padding:12px;font:inherit;line-height:1.5;outline:none}.order-review-body textarea:focus{border-color:var(--om-orange);box-shadow:0 0 0 3px rgba(255,90,0,.1)}.order-review-body small{color:#66768a;line-height:1.45}.order-review-body .primary{min-height:44px}.order-review-opened{overflow:hidden}@media(max-width:560px){.order-review-modal{padding:9px}.order-review-shell{border-radius:12px}.order-review-head,.order-review-body{padding:14px}.order-review-stars button{font-size:31px}}


/* v3.79 — app entry full-screen reklama */
body.app-entry-ad-open{overflow:hidden}
.app-entry-ad{position:fixed;inset:0;z-index:12000;display:grid;place-items:center;background:rgba(0,20,48,.76)}
.app-entry-ad-frame{position:relative;width:min(430px,100vw);height:min(92dvh,860px);overflow:hidden;border:1px solid rgba(255,255,255,.26);border-radius:10px;background:#002050}
.app-entry-ad-image{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;background:#eef3f8}
.app-entry-ad-progress{position:absolute;z-index:3;left:16px;right:58px;top:max(14px,env(safe-area-inset-top));display:grid;grid-template-columns:repeat(4,1fr);gap:5px}
.app-entry-ad-progress span{height:4px;overflow:hidden;border-radius:3px;background:rgba(255,255,255,.38)}
.app-entry-ad-progress .active::after{content:"";display:block;width:100%;height:100%;background:#fff;transform-origin:left center;animation:entryAdProgress var(--entry-ad-duration,8s) linear forwards}
@keyframes entryAdProgress{from{transform:scaleX(0)}to{transform:scaleX(1)}}
.app-entry-ad-badge{position:absolute;z-index:3;left:16px;top:44px;padding:5px 8px;border:1px solid rgba(255,255,255,.65);border-radius:5px;background:rgba(0,32,80,.72);color:#fff;font-size:9px;font-weight:900;letter-spacing:.04em}
.app-entry-ad-close{position:absolute;z-index:4;right:14px;top:max(12px,env(safe-area-inset-top));display:grid;place-items:center;width:38px;height:38px;border:0;border-radius:7px;background:rgba(0,32,80,.68);color:#fff;font-size:21px;cursor:pointer}
.app-entry-ad-cta{position:absolute;z-index:4;left:22px;right:22px;bottom:max(22px,env(safe-area-inset-bottom));display:flex;align-items:center;justify-content:center;gap:10px;min-height:58px;padding:0 18px;border:1px solid #fff;border-radius:9px;background:#002050;color:#fff;font:inherit;font-size:16px;font-weight:900;cursor:pointer}
.app-entry-ad-cta i{font-size:14px}
@media(max-width:720px){.app-entry-ad{background:#002050}.app-entry-ad-frame{width:100vw;height:100dvh;max-height:none;border:0;border-radius:0}.app-entry-ad-progress{left:12px;right:56px;top:max(12px,env(safe-area-inset-top))}.app-entry-ad-badge{left:12px;top:max(42px,calc(env(safe-area-inset-top) + 34px))}.app-entry-ad-close{right:10px}.app-entry-ad-cta{left:18px;right:18px;bottom:max(18px,env(safe-area-inset-bottom));min-height:56px}}

/* v3.83 cart totals: savings are shown only against the selected order total */
.cart-price-box{display:grid;gap:5px;padding:8px 10px;border:1px solid rgba(0,32,80,.22);border-radius:10px;background:#fff}
.cart-deal-line{display:flex;align-items:baseline;gap:7px;flex-wrap:wrap}.cart-deal-line span{color:var(--om-dark);font-size:11px;font-weight:700}.cart-deal-line b{color:#139e4b;font-size:14px}.cart-deal-line small{color:#718096;font-size:10px;font-weight:700}.cart-deal-line em{display:inline-flex;align-items:center;min-height:22px;padding:0 7px;border:1px solid #c62828;border-radius:7px;color:#c62828;font-size:10px;font-style:normal;font-weight:900}.cart-total-line{display:flex;align-items:baseline;gap:7px;flex-wrap:wrap}
@media(max-width:720px){.cart-price-box{padding:7px 8px}.cart-deal-line b{font-size:13px}}
.cart-footer-total{display:grid;gap:4px}.cart-footer-compare{display:flex;align-items:baseline;gap:8px;flex-wrap:wrap}.cart-footer-compare span{display:inline-flex;align-items:baseline;gap:5px}.cart-footer-compare i{color:#66768a;font-size:10px;font-style:normal;font-weight:700}.cart-footer-compare del{color:#8a96a6;font-size:11px;font-weight:700}.cart-footer-compare b{color:#139e4b;font-size:16px}.cart-footer-saving{width:100%;display:flex!important;align-items:baseline;gap:6px!important}.cart-footer-saving strong{color:#139e4b;font-size:12px;font-weight:900}.cart-footer-saving em{display:inline-flex;align-items:center;min-height:20px;padding:0 6px;border:1px solid #139e4b;border-radius:6px;color:#139e4b;font-size:10px;font-style:normal;font-weight:900}

.home-feed-sentinel{min-height:46px;display:flex;align-items:center;justify-content:center;gap:8px;color:#68788d;font-size:10px;font-weight:700}.home-feed-sentinel i{color:var(--om-orange)}.home-feed-sentinel.error{color:#8c2b24}.home-feed-sentinel.error i{color:#a61b16}




/* v3.96 — Warehouse-first home shelves + lightweight framed shelf headers. */
.orzumall-warehouse-shelf,.home-bucket-shelf,.image-search-results-shelf,.warehouse-search-results-shelf,.global-search-results-shelf{padding:18px;border:1px solid #e1e7ee;border-radius:8px;background:#fff;box-shadow:none}
.orzumall-warehouse-shelf .card,.home-bucket-shelf .card,.image-search-results-shelf .card,.warehouse-search-results-shelf .card,.global-search-results-shelf .card .card{box-shadow:none}
.discovery-shelf-head.shelf-title-frame{margin:0 0 12px;padding:10px 11px 10px 10px;align-items:center;border:1px solid #d8e3ed;border-left:3px solid var(--om-orange);border-radius:10px;background:#fff;box-shadow:none}
.shelf-title-copy{min-width:0;display:flex;align-items:center;gap:10px}
.shelf-title-copy>div{min-width:0}
.shelf-title-icon{width:34px;height:34px;flex:0 0 34px;display:grid;place-items:center;border:1px solid #d8e3ed;border-radius:8px;background:#f8fbfe;color:var(--om-orange);font-size:14px}
.discovery-shelf-head.shelf-title-frame h3{font-size:16px;line-height:1.2;color:var(--om-dark)}
.discovery-shelf-head.shelf-title-frame p{margin:3px 0 0;color:#66788e;font-size:9.5px;line-height:1.35}
.shelf-title-frame .discovery-more.home-shelf-more{min-height:34px;padding:0 10px;display:inline-flex;align-items:center;justify-content:center;gap:7px;border:1px solid #cbd9e7;border-radius:8px;background:#fff;color:var(--om-dark);font-size:10px;font-weight:900;line-height:1;text-decoration:none;transition:border-color .15s ease,color .15s ease,background .15s ease}
.shelf-title-frame .discovery-more.home-shelf-more i{margin:0;color:var(--om-orange);font-size:9px}
.shelf-title-frame .discovery-more.home-shelf-more:hover{border-color:var(--om-orange);background:#fff8f3;color:var(--om-orange)}
.orzumall-warehouse-shelf .shelf-title-icon{color:#0b7a42;background:#f5fbf7;border-color:#cfe7d9}
.warehouse-search-results-shelf .shelf-title-icon{color:#0b7a42;background:#f5fbf7;border-color:#cfe7d9}
.global-search-results-shelf .shelf-title-icon{color:var(--om-dark);background:#f8fbfe;border-color:#cbd9e7}
.image-search-results-shelf .shelf-title-icon{color:var(--om-dark);background:#f8fbfe;border-color:#cbd9e7}
@media(max-width:720px){
  .orzumall-warehouse-shelf,.home-bucket-shelf,.image-search-results-shelf,.warehouse-search-results-shelf,.global-search-results-shelf{padding:0;border:0;border-radius:0;background:transparent;box-shadow:none}
  .discovery-shelf-head.shelf-title-frame{margin-bottom:9px;padding:8px;border-left-width:3px;border-radius:9px}
  .shelf-title-copy{gap:8px}
  .shelf-title-icon{width:30px;height:30px;flex-basis:30px;border-radius:7px;font-size:12px}
  .discovery-shelf-head.shelf-title-frame h3{font-size:13px}
  .discovery-shelf-head.shelf-title-frame p{font-size:8px}
  .shelf-title-frame .discovery-more.home-shelf-more{min-height:31px;padding:0 8px;border-radius:7px;font-size:9px}
}

.profile-id-copy{cursor:pointer;user-select:none;-webkit-tap-highlight-color:transparent}
.profile-id-copy:focus-visible{outline:2px solid var(--om-orange);outline-offset:2px}
.profile-id-copy:active{opacity:.72}

@media(max-width:720px){
  #view-profile{padding-bottom:10px}
  #view-profile .profile-compact-shell{gap:10px}
  #view-profile .compact-account-card{padding:0;border:0;border-radius:0;overflow:visible;background:transparent}
  #view-profile .compact-account-card:before,#view-profile .avatar-name-pop{display:none!important}
  #view-profile .compact-head{display:grid;grid-template-columns:1fr;gap:10px;padding:12px;border:1px solid var(--om-dark);border-radius:12px;background:#fff}
  #view-profile .compact-user{display:grid;grid-template-columns:56px minmax(0,1fr);gap:10px;align-items:center}
  #view-profile .profile-avatar.compact{width:56px;height:56px;min-width:56px;border:0;border-radius:12px;font-size:18px;cursor:default}
  #view-profile .compact-copy{display:grid;gap:6px;min-width:0}
  #view-profile .compact-name{display:block!important;margin:0;overflow:hidden;text-overflow:ellipsis;white-space:normal;font-size:18px;line-height:1.15;font-weight:800;color:var(--om-dark)}
  #view-profile .compact-profile-meta{display:flex;flex-wrap:wrap;gap:5px;min-width:0}
  #view-profile .compact-profile-meta>span{width:auto;min-width:0;height:28px;min-height:28px;padding:0 9px;border:1px solid #d7dfeb;border-radius:7px;background:#fff;font-size:10px;font-weight:700}
  #view-profile .profile-phone-inline{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
  #view-profile .profile-id-inline{white-space:nowrap}
  #view-profile .compact-head-actions{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));width:100%;gap:6px;justify-self:stretch}
  #view-profile .compact-head-actions .icon-ghost{display:flex;width:100%;height:38px;min-width:0;padding:0 5px;align-items:center;justify-content:center;gap:5px;border-radius:8px;font-size:10px;font-weight:800;color:var(--om-dark);background:#fff}
  #view-profile .compact-head-actions .icon-ghost i{color:var(--om-orange)}
  #view-profile .compact-head-actions .icon-ghost.edit{background:var(--om-orange);border-color:var(--om-orange);color:#fff}
  #view-profile .compact-head-actions .icon-ghost.edit i{color:#fff}
  #view-profile .compact-head-actions .action-label{display:inline!important;font-size:10px}
  #view-profile .inline-topup-box{margin:9px 0 0;border:1px solid var(--om-dark);border-radius:11px;overflow:hidden}
  #view-profile .balance-summary-row{padding:12px;background:#fff}
  #view-profile .balance-summary-copy{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:end;gap:3px 10px}
  #view-profile .soft-label{grid-column:1;margin:0;font-size:10px;letter-spacing:.02em}
  #view-profile .compact-balance-value{grid-column:1;font-size:25px;line-height:1;color:#0abf53}
  #view-profile .balance-topup-section{padding:11px 12px}
  #view-profile .balance-topup-title{margin-bottom:10px;font-size:14px}
  #view-profile .topup-inline-control{grid-template-columns:minmax(0,1fr) 112px;gap:7px}
  #view-profile .profile-field{gap:5px}
  #view-profile .profile-field span{font-size:10px}
  #view-profile .profile-field input{height:42px;border-radius:8px;font-size:15px}
  #view-profile .topup-inline-control .primary{height:42px;padding:0 9px;border-radius:8px;font-size:12px}
  #view-profile .profile-quick-actions{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:7px;padding:9px 12px 12px}
  #view-profile .profile-orders-btn,#view-profile .profile-history-btn{min-height:62px;padding:8px;grid-template-columns:32px minmax(0,1fr);gap:8px;border-radius:9px;align-items:center}
  #view-profile .profile-action-icon{width:32px;height:32px;border-radius:8px}
  #view-profile .profile-action-copy b{font-size:12px;line-height:1.2}
  #view-profile .profile-action-arrow{display:none}
  #view-profile .om-balance-history-panel{margin:0 12px 12px;padding:10px;border-radius:10px}
  #profileInfoModal.profile-modal{left:8px;right:8px;bottom:calc(8px + var(--safe-bottom));top:auto;width:auto;max-height:84vh;transform:none;padding:14px;border-radius:14px}
  #profileInfoModal .profile-form-grid,#profileInfoModal .profile-edit-buttons{grid-template-columns:1fr}
}
@media(max-width:420px){
  #view-profile .compact-name{font-size:17px}
  #view-profile .compact-head-actions .action-label{font-size:9px}
  #view-profile .topup-inline-control{grid-template-columns:1fr}
  #view-profile .topup-inline-control .primary{width:100%}
}

/* Cart — mobile canonical */
.cart-row{position:relative}
.cart-remove{position:absolute;right:8px;top:8px;z-index:3;width:30px;height:30px;border:1px solid #e0e6ed;border-radius:7px;background:#fff;color:#8b98a8;display:grid;place-items:center;cursor:pointer}
.cart-remove:hover{border-color:#f0a38b;color:#d63d22;background:#fff7f4}
@media(max-width:720px){
  #view-cart{padding-bottom:92px}
  #view-cart>.panel{padding:10px 10px 0;border:0;border-radius:0;background:#fff;box-shadow:none}
  #view-cart>.panel>h2{margin:2px 2px 12px;font-size:22px;line-height:1.1}
  .cart-scope-tabs{position:sticky;top:110px;z-index:15;gap:8px;margin:0 0 8px;padding:4px 0 10px;background:#fff}
  .cart-scope-chip{min-height:50px;padding:6px 8px;grid-template-columns:30px minmax(0,1fr) auto;gap:7px;border:1px solid #cfd8e4;border-radius:10px}
  .cart-scope-chip>i{width:30px;height:30px;border:0;border-radius:8px;background:#f5f7fa}
  .cart-scope-chip b{font-size:12px}.cart-scope-chip small{font-size:9px}.cart-scope-chip em{min-width:23px;height:23px}
  .cart-scope-chip.active{border-color:var(--om-orange);background:#fff;color:var(--om-dark)}
  .cart-scope-chip.active b,.cart-scope-chip.active small{color:var(--om-dark)}
  .cart-scope-chip.active em{background:var(--om-orange);color:#fff}
  .cart-scope-panel{min-height:0}
  .cart-bucket{border:0;border-radius:0;overflow:visible;background:transparent}
  .cart-bucket-header{min-height:38px;padding:2px 2px 8px;border:0;background:transparent;justify-content:flex-end}
  .cart-bucket-title{display:none}
  .cart-group-check{margin-left:auto;gap:6px;color:var(--om-dark);font-size:11px;font-weight:700}.cart-group-check input{width:17px;height:17px}
  .cart-bucket-body{display:grid;gap:8px;padding:0}
  .cart-row{display:grid;grid-template-columns:20px minmax(0,1fr);grid-template-rows:auto auto;gap:4px 7px;margin:0;padding:7px 8px;border:1px solid #d7dee8;border-radius:10px;background:#fff;box-shadow:none}
  .cart-row.selected{border-color:var(--om-orange);background:#fffaf6;box-shadow:inset 3px 0 0 var(--om-orange)}
  .cart-select{grid-column:1;grid-row:1;width:20px;height:20px;margin:1px 0 0;accent-color:var(--om-orange)}
  .cart-main{grid-column:2;grid-row:1;display:grid;gap:4px;min-width:0;padding-right:24px}
  .cart-product-head{display:grid;grid-template-columns:60px minmax(0,1fr);gap:8px;align-items:start}
  .cart-img{display:block;width:60px;height:60px;border:1px solid #d8dee8;border-radius:8px;background:#f5f7fa;object-fit:contain}
  .cart-title{overflow:hidden;font-size:12px;line-height:1.22;font-weight:750;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2}
  .cart-details{display:flex;align-items:center;flex-wrap:wrap;gap:4px 6px;margin-top:0}.cart-variants{display:flex;flex-wrap:wrap;gap:3px}
  .cart-variant-item{width:auto;max-width:100%;padding:2px 5px;border:0;border-radius:5px;background:#f3f6f9;font-size:8px;line-height:1.2}
  .cart-price-inline{display:flex;align-items:center;gap:4px;min-height:20px;flex-wrap:wrap}
  .cart-price-inline>b{color:#0aaf54;font-size:13px}.cart-price-inline>em{display:inline-flex;align-items:center;min-height:18px;padding:0 5px;border:1px solid #e25555;border-radius:5px;color:#d63232;font-size:8px;font-style:normal;font-weight:800}.cart-price-inline>small{color:#66768a;font-size:8px;font-weight:700}
  .cart-row .qty{grid-column:2;grid-row:2;margin-top:-1px;border:0;background:transparent;padding:0;gap:4px}.qty button{width:25px;height:25px;min-width:25px;border-radius:7px}.qty b{min-width:20px;font-size:12px}
  .cart-remove{right:6px;top:6px;width:25px;height:25px;border-radius:6px;font-size:10px}
  .cart-bucket-footer{position:sticky;bottom:calc(72px + var(--safe-bottom));z-index:13;display:flex;align-items:center;justify-content:space-between;gap:7px;margin-top:10px;padding:7px 8px;border:1px solid #d7dee8;border-radius:10px;background:#fff;box-shadow:none}
  .cart-footer-total{display:flex;align-items:baseline;flex-wrap:wrap;column-gap:4px;row-gap:1px;min-width:0;line-height:1.1}.cart-footer-total>span{font-size:8px;color:#66768a;font-weight:700;white-space:nowrap}.cart-footer-total>b{font-size:15px;color:#0aaf54;white-space:nowrap}.cart-footer-saving-simple{flex-basis:100%;color:#66768a;font-size:8px;font-weight:700;white-space:nowrap;line-height:1.15}
  .cart-scope-checkout{flex:0 0 auto;width:auto;min-width:124px;max-width:148px;height:38px;padding:0 9px;border-radius:8px;font-size:10px;line-height:1.12;text-align:center}
}
@media(max-width:390px){.cart-product-head{grid-template-columns:56px minmax(0,1fr)}.cart-img{width:56px;height:56px}.cart-title{font-size:11px}.cart-bucket-footer{gap:6px;padding:6px 7px}.cart-footer-total>b{font-size:14px}.cart-footer-saving-simple{font-size:7.5px}.cart-scope-checkout{min-width:116px;max-width:132px;height:36px;padding:0 7px;font-size:9px}}

/* Favorites — uses the same canonical .card component as Home */
#view-fav{padding-top:8px;padding-bottom:100px}
#view-fav .section-head{margin:8px 0 14px;padding:0;border:0;background:transparent}
#view-fav .section-title{gap:8px}#view-fav .section-title>i{width:34px;height:34px;display:grid;place-items:center;border:1px solid #d7e0ea;border-radius:9px;background:#fff;color:var(--om-orange)}#view-fav .section-title strong{font-size:20px;color:var(--om-dark)}
.favorites-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;align-items:start}
.favorites-grid>.product-column{display:flex;min-width:0;flex-direction:column;gap:12px}
.favorites-grid .card{width:100%;margin:0}
@media(max-width:1100px){.favorites-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}
@media(max-width:720px){
  #view-fav{padding:6px 10px 92px}
  #view-fav .section-head{margin:5px 2px 12px}#view-fav .section-title>i{width:31px;height:31px;border-radius:8px}#view-fav .section-title strong{font-size:18px}
  .favorites-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.favorites-grid>.product-column{gap:8px}
}

/* Shared card component — minimal canonical mobile geometry. Home/Favorites share this structure. */
@media(max-width:720px){
  .product-column,.grid{gap:8px}
  .card{border-radius:9px;box-shadow:none}
  .card-body{padding:7px 8px 8px;gap:6px}
  .card-source{left:5px;top:5px;width:21px;height:21px;padding:0;border-radius:5px;font-size:7px}.card-source i{font-size:8px}
  .fav{right:5px;top:5px;width:25px;height:25px;border-radius:6px;font-size:13px}
  .card-discount-badge{left:5px;bottom:5px;height:21px;padding:0 6px;border-radius:5px;font-size:8px}
  .name{min-height:29px;font-size:10px;line-height:1.34;font-weight:750;-webkit-line-clamp:2}
  .card-bottom{gap:5px}.card .current-price{font-size:12.5px;line-height:1}.card .price .old{font-size:7.5px;line-height:1}
  .buy{width:72px;height:33px;min-height:33px;padding:0 5px;border-radius:6px;font-size:9px;gap:4px}.buy i{font-size:9px}
  .product-skeleton{border-radius:9px}
}
@media(max-width:360px){.card-body{padding:6px 7px 7px}.card .current-price{font-size:11.5px}.buy{width:68px;height:32px;min-height:32px;font-size:8.5px}}

/* Canonical home extensions (consolidated v4.2.150) */
#view-home,#discoveryHomeSection,#discoveryShelves{width:100%;max-width:100%;min-width:0}
#view-home{overflow:clip}
#discoveryHomeSection{margin:10px 0 18px;padding:0;border:0;background:#fff;overflow:visible}
#discoveryShelves{display:block}

.om-home-tabs-shell{display:grid;grid-template-columns:38px minmax(0,1fr) 38px;gap:8px;align-items:center;width:100%;min-width:0;margin:0 0 14px}
.om-home-tabs{display:flex;width:100%;min-width:0;gap:22px;overflow-x:auto;overflow-y:hidden;border-bottom:1px solid #d8e3ed;scrollbar-width:none;overscroll-behavior-x:contain;-webkit-overflow-scrolling:touch;touch-action:pan-x}
.om-home-tabs::-webkit-scrollbar{display:none}
.om-home-tabs-arrow{width:36px;height:36px;display:grid;place-items:center;border:1px solid #002050;border-radius:8px;background:#fff;color:#002050}
.om-home-tab{position:relative;flex:0 0 auto;min-height:46px;padding:0 2px;display:inline-flex;align-items:center;gap:7px;border:0;background:#fff;color:#53657a;font:inherit;font-size:11px;font-weight:800;white-space:nowrap}
.om-home-tab i{color:#74869a;font-size:11px}
.om-home-tab::after{content:"";position:absolute;left:0;right:0;bottom:-1px;height:2px;background:transparent}
.om-home-tab.active,.om-home-tab.active i{color:#F86000}
.om-home-tab.active::after{background:#F86000}

/* v4.2.346 — canonical Firestore home buckets */
.home-feed-tabs{display:grid;grid-template-columns:1fr 1fr;gap:0;margin:0 0 12px;border:1px solid #ccd7e3;border-radius:5px;overflow:hidden;background:#fff}
.home-feed-tab{min-height:42px;border:0;border-right:1px solid #ccd7e3;background:#fff;color:#002050;display:flex;align-items:center;justify-content:center;gap:8px;padding:0 12px;font:inherit;font-size:12px;font-weight:800;cursor:pointer}
.home-feed-tab:last-child{border-right:0}.home-feed-tab i{font-size:12px;color:#718097}.home-feed-tab:hover{background:#f8fafc}.home-feed-tab.active{background:#002050;color:#fff}.home-feed-tab.active i{color:#f86000}
@media(max-width:720px){.home-feed-tabs{margin-bottom:9px}.home-feed-tab{min-height:39px;padding:0 8px;font-size:11px}}

.om-home-shelf{width:100%;max-width:100%;min-width:0;margin:0;padding:0;border:0;background:#fff;overflow:visible}
.om-home-grid{width:100%;max-width:100%;min-width:0;display:flex;flex-wrap:wrap;align-items:flex-start;gap:12px}
.om-home-grid>.card,.om-home-grid>.product-skeleton,.om-home-grid>.native-ad-card{box-sizing:border-box;flex:0 0 calc((100% - 36px)/4);width:calc((100% - 36px)/4);max-width:calc((100% - 36px)/4);min-width:0;margin:0}
.om-home-grid>.card{display:grid;grid-template-rows:auto 1fr;height:auto;border:1px solid #d7e0ea;border-radius:10px;background:#fff;box-shadow:none;overflow:hidden;transform:none}
.om-home-grid>.card:hover{transform:none;box-shadow:none;border-color:#9fb0c4}
.om-home-grid>.card .pic{width:100%;aspect-ratio:3/4;background:#fff;overflow:hidden}
.om-home-grid>.card .pic img{display:block;width:100%;height:100%;object-fit:contain;object-position:center;background:#fff}
.om-home-grid>.card .card-body{min-width:0;padding:10px;display:grid;grid-template-rows:minmax(34px,auto) auto;gap:9px}
.om-home-grid>.card .name{min-width:0;min-height:34px;font-size:12px;line-height:1.4;font-weight:700;-webkit-line-clamp:2}
.om-home-grid>.card .card-bottom{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:end;gap:8px}
.om-home-grid>.card .price{min-width:0;display:grid;gap:3px;align-content:end;white-space:nowrap}
.om-home-grid>.card .current-price{min-width:0;overflow:hidden;text-overflow:ellipsis;font-size:16px;line-height:1.05;font-weight:900}
.om-home-grid>.card .price .old{min-width:0;overflow:hidden;text-overflow:ellipsis;font-size:9px;line-height:1.05}
.om-home-grid>.card .buy{width:94px;height:38px;min-height:38px;padding:0 10px;border-radius:7px;font-size:11px;font-weight:850}
.om-home-grid>.card .card-route,.om-home-grid>.card .product-store-mini{display:none}
.om-home-grid>.product-skeleton{display:grid;border:1px solid #e0e6ed;border-radius:12px;overflow:hidden}
.om-home-grid>.product-skeleton .product-skeleton-image{aspect-ratio:3/4}
.om-home-loading{padding-top:0}

@media(max-width:980px){
  .om-home-grid{gap:10px}
  .om-home-grid>.card,.om-home-grid>.product-skeleton,.om-home-grid>.native-ad-card{flex-basis:calc((100% - 20px)/3);width:calc((100% - 20px)/3);max-width:calc((100% - 20px)/3)}
}

@media(max-width:720px){
  #discoveryHomeSection{margin:8px 0 16px}
  .om-home-tabs-shell{display:block;margin-bottom:10px}
  .om-home-tabs-arrow{display:none}
  .om-home-tabs{gap:20px;padding:0 1px}
  .om-home-tab{min-height:44px;font-size:10px}
  .om-home-grid{gap:8px}
  .om-home-grid>.card,.om-home-grid>.product-skeleton,.om-home-grid>.native-ad-card{flex:0 0 calc((100% - 8px)/2);width:calc((100% - 8px)/2);max-width:calc((100% - 8px)/2)}
  .om-home-grid>.card .card-body{padding:8px;grid-template-rows:minmax(31px,auto) auto;gap:8px}
  .om-home-grid>.card .name{min-height:31px;font-size:10.5px;line-height:1.38}
  .om-home-grid>.card .card-bottom{gap:6px}
  .om-home-grid>.card .current-price{font-size:13px}
  .om-home-grid>.card .price .old{font-size:8px}
  .om-home-grid>.card .buy{width:78px;height:35px;min-height:35px;padding:0 7px;font-size:9.5px}
  .om-home-grid>.card .card-source{left:6px;top:6px;width:24px;height:24px;padding:0;border-radius:5px;font-size:8px}
  .om-home-grid>.card .fav{right:6px;top:6px;width:27px;height:27px;border-radius:6px;font-size:14px}
  .om-home-grid>.card .card-discount-badge{left:6px;bottom:6px;height:23px;padding:0 7px;border-radius:5px;font-size:9px}
}

@media(max-width:360px){
  .om-home-grid{gap:6px}
  .om-home-grid>.card,.om-home-grid>.product-skeleton,.om-home-grid>.native-ad-card{flex-basis:calc((100% - 6px)/2);width:calc((100% - 6px)/2);max-width:calc((100% - 6px)/2)}
  .om-home-grid>.card .card-body{padding:7px}
  .om-home-grid>.card .current-price{font-size:12px}
  .om-home-grid>.card .buy{width:70px;font-size:9px}
}


.om-home-grid>.card,.om-home-grid>.product-skeleton{contain:layout paint;content-visibility:auto;contain-intrinsic-size:auto 430px;box-shadow:none;border-radius:10px}
.om-home-grid>.card .pic{position:relative;min-height:0;transition:none}
.om-home-grid>.card .pic.ratio-square{aspect-ratio:1/1}
.om-home-grid>.card .pic.ratio-portrait{aspect-ratio:3/4}
.om-home-grid>.card .pic.ratio-pending{aspect-ratio:1/1}
.om-home-grid>.card .pic img{width:100%;height:100%;object-fit:contain;object-position:center}
.om-home-grid>.product-skeleton{display:grid;grid-template-rows:auto 1fr;background:#fff;border:1px solid #d7e0ea;overflow:hidden}
.om-home-grid>.product-skeleton .product-skeleton-image{width:100%;aspect-ratio:1/1;margin:0;border-radius:0}
.om-home-grid>.product-skeleton .product-skeleton-body{padding:10px;display:grid;grid-template-rows:auto auto auto;gap:6px}
.om-home-grid>.product-skeleton .product-skeleton-name{width:86%;height:11px;margin:0;border-radius:4px}
.om-home-grid>.product-skeleton .product-skeleton-name.short{width:62%;height:11px;margin:0}
.om-home-grid>.product-skeleton .product-skeleton-bottom{display:grid;grid-template-columns:minmax(0,1fr) 94px;align-items:end;gap:8px;margin-top:3px}
.om-home-grid>.product-skeleton .product-skeleton-price{width:70%;height:16px;margin:0;border-radius:4px}
.om-home-grid>.product-skeleton .product-skeleton-button{width:94px;height:38px;margin:0;border-radius:7px}
@media(max-width:720px){
  .om-home-grid>.card,.om-home-grid>.product-skeleton{border-radius:9px}
  .om-home-grid>.card .pic.ratio-square{aspect-ratio:1/1}.om-home-grid>.card .pic.ratio-portrait{aspect-ratio:3/4}.om-home-grid>.card .pic.ratio-pending{aspect-ratio:1/1}
  .om-home-grid>.card .card-body{padding:7px 8px 8px;grid-template-rows:minmax(29px,auto) auto;gap:6px}
  .om-home-grid>.card .name{min-height:29px;font-size:10px;line-height:1.34;font-weight:750;-webkit-line-clamp:2}
  .om-home-grid>.card .card-bottom{grid-template-columns:minmax(0,1fr) 72px;gap:5px;align-items:end}
  .om-home-grid>.card .current-price{font-size:12.5px;line-height:1;font-weight:900}.om-home-grid>.card .price .old{font-size:7.5px;line-height:1}
  .om-home-grid>.card .buy{width:72px;height:33px;min-height:33px;padding:0 5px;border-radius:6px;font-size:9px}
  .om-home-grid>.product-skeleton .product-skeleton-body{padding:7px 8px 8px;gap:5px}
  .om-home-grid>.product-skeleton .product-skeleton-name,.om-home-grid>.product-skeleton .product-skeleton-name.short{height:10px}
  .om-home-grid>.product-skeleton .product-skeleton-bottom{grid-template-columns:minmax(0,1fr) 72px;gap:5px;margin-top:3px}
  .om-home-grid>.product-skeleton .product-skeleton-price{height:14px}.om-home-grid>.product-skeleton .product-skeleton-button{width:72px;height:33px;border-radius:6px}
}
@media(max-width:360px){.om-home-grid>.card .card-body{padding:6px 7px 7px}.om-home-grid>.card .card-bottom{grid-template-columns:minmax(0,1fr) 68px}.om-home-grid>.card .current-price{font-size:11.5px}.om-home-grid>.card .buy{width:68px;height:32px;min-height:32px;font-size:8.5px}.om-home-grid>.product-skeleton .product-skeleton-bottom{grid-template-columns:minmax(0,1fr) 68px}.om-home-grid>.product-skeleton .product-skeleton-button{width:68px;height:32px}}

/* Product cards render progressively as soon as browser receives image pixels.
   We no longer hide the whole image until decode(), which made fast direct-CDN loads look slow. */
.om-product-image{opacity:1!important;visibility:visible!important;transition:none!important}
.om-product-image.is-ready{opacity:1!important;visibility:visible!important}
.pic{background:#f3f6f9!important}
.pic::before,.cart-product-head:has(.om-product-image:not(.is-ready))::before{content:"";position:absolute;inset:0;background:#f3f6f9;pointer-events:none}
.pic.image-ready::before{display:none}
.cart-product-head{position:relative}
.cart-product-head:has(.om-product-image.is-ready)::before{display:none}
/* Loading placeholders never animate: shimmer was perceived as flicker on slow mobile networks. */
.product-skeleton span{animation:none!important;background:#eef2f6!important}
/* Unknown image ratios start stable at 1:1. Natural ratio is learned in background and used on the next render. */
.om-home-grid>.card .pic.ratio-pending,.favorites-grid .card .pic.ratio-pending{aspect-ratio:1/1!important}
/* Product images are never cropped anywhere in catalog/cart. */
.om-home-grid>.card .pic img,.favorites-grid .card .pic img,.cart-img{object-fit:contain!important;object-position:center!important}

/* Profile diagnostics/layout (consolidated v4.2.150) */
.profile-firebase-diag{margin:14px 18px 18px;padding:14px;border:1px solid #cbd8e8;border-radius:10px;background:#fff}.profile-firebase-diag.warn,.profile-firebase-diag.bad{border-color:#f3a166}.profile-firebase-diag.ok{border-color:#82d3a7}.profile-firebase-diag-head{display:flex;align-items:center;justify-content:space-between;gap:14px}.profile-firebase-diag-head b{display:block;color:#002050;font-size:14px}.profile-firebase-diag-head small{display:block;margin-top:3px;color:#6c7e98}.profile-firebase-diag-head button{border:1px solid #002050;background:#fff;color:#002050;border-radius:8px;padding:9px 12px;font-weight:700;display:flex;gap:7px;align-items:center}.profile-firebase-steps{display:flex;flex-wrap:wrap;gap:7px;margin-top:12px}.diag-step{border:1px solid #d5deea;border-radius:7px;padding:7px 9px;font-size:12px;font-weight:700;color:#52647d}.diag-step.ok{border-color:#8dd7aa;color:#087a43}.diag-step.bad{border-color:#f0a47b;color:#b33b00}.profile-firebase-error{margin-top:10px;padding:9px 10px;border-left:3px solid #f86000;background:#fff7f2;color:#7a2a00;font-size:12px}.profile-firebase-error small{display:block;margin-top:4px;word-break:break-word}.profile-firebase-project{display:block;margin-top:8px;color:#74859d}@media(max-width:700px){.profile-firebase-diag-head{align-items:flex-start;flex-direction:column}.profile-firebase-diag-head button{width:100%;justify-content:center}.profile-firebase-diag{margin:12px}}

@media(max-width:680px){.store-detail{padding:8px 0 24px}.store-profile-body{grid-template-columns:64px minmax(0,1fr);gap:11px;padding:15px 12px}.store-hero-logo{width:64px;height:64px;flex-basis:64px}.store-hero-copy h1{font-size:18px}.store-hero-copy>p{font-size:10.5px;margin:4px 0 9px}.store-new-badge{font-size:7.5px;padding:3px 5px}.store-facts{gap:4px}.store-fact{min-height:26px;padding:0 6px;font-size:8.5px}.store-follow{grid-column:1/-1;width:100%;min-width:0}.store-service-row{grid-template-columns:1fr}.store-service{border-right:0;border-bottom:1px solid #e3eaf1;padding:10px 12px}.store-service:last-child{border-bottom:0}.store-products-head{margin-top:18px}.store-products-title strong{font-size:15px}}

/* v4.2.256 category accordion/mobile performance */
@media(max-width:720px){
  .category-tree-grid{gap:9px}
  .category-tree-card{contain-intrinsic-size:58px}
  .category-root{min-height:58px;padding:10px 11px;grid-template-columns:38px minmax(0,1fr) 14px;gap:9px}
  .category-root-icon{width:38px;height:38px}
  .category-root strong{font-size:13px}
  .category-root small{font-size:9px}
  .category-root-line{grid-template-columns:minmax(0,1fr) 78px}
  .category-branch-toggle{min-width:78px;padding:0 7px;font-size:9px}
  .category-child-toggle{min-width:72px}
  .category-children-list{padding:8px 10px 10px}
  .category-children-nested{margin-left:10px;padding-left:8px}
  .category-child{min-height:40px;font-size:11px}
  .category-child-icon{width:24px;height:24px;min-width:24px}
}

/* v4.2.259 — sensitive apparel stays out of broad feeds server-side. In the
   dedicated underwear/swimwear context, imagery is hidden until explicitly revealed. */
.card.is-sensitive-apparel .pic{overflow:hidden}
.card.sensitive-locked .pic>img{filter:blur(22px) saturate(.45);transform:scale(1.07)}
.sensitive-card-lock{position:absolute;inset:0;z-index:4;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:5px;padding:18px;border:0;background:rgba(0,32,80,.28);color:#fff;text-align:center;cursor:pointer}
.sensitive-card-lock i{font-size:22px}.sensitive-card-lock b{font-size:13px}.sensitive-card-lock span{max-width:170px;font-size:10px;line-height:1.3;font-weight:700}.sensitive-card-lock em{margin-top:5px;padding:7px 12px;border:1px solid rgba(255,255,255,.8);border-radius:6px;background:rgba(255,255,255,.92);color:#002050;font-size:10px;font-style:normal;font-weight:800}
.card.sensitive-locked .fav{opacity:.45}
@media(max-width:520px){.sensitive-card-lock{padding:12px}.sensitive-card-lock span{font-size:9px}.sensitive-card-lock em{padding:6px 10px}}

/* v4.2.312 — hybrid 1688 supplier stores */
.store-card.external-store{border-left:3px solid #f86000}.store-source-badge{display:inline-flex;align-items:center;gap:4px;flex:0 0 auto;border:1px solid #f2c6a7;border-radius:5px;padding:3px 6px;background:#fff8f3;color:#a94808;font-size:8px;font-weight:900}.store-source-badge i{font-size:8px;color:#f86000}.store-source-badge.detail{padding:5px 8px;font-size:9px}.external-store-detail .store-profile-accent{height:5px;background:#f86000}.store-provider-note{margin:12px 0 0;border:1px solid #f2c6a7;border-radius:8px;background:#fff9f5;color:#6c4b38;display:flex;align-items:flex-start;gap:9px;padding:10px 12px;font-size:10px;line-height:1.45}.store-provider-note i{color:#f86000;margin-top:2px}.store-load-more-wrap{display:flex;justify-content:center;padding:16px 0 4px}.store-load-more{min-height:42px;border:1px solid #002050;border-radius:7px;background:#fff;color:#002050;padding:0 18px;display:inline-flex;align-items:center;justify-content:center;gap:8px;font-weight:900;font-size:11px;cursor:pointer}.store-load-more:hover{border-color:#f86000;color:#d94f00}.store-load-more:disabled{opacity:.65;cursor:wait}.store-loading.error span{max-width:420px;color:#718096;font-size:11px;line-height:1.5}
@media(max-width:680px){.store-source-badge{font-size:7px;padding:2px 4px}.store-source-badge.detail{font-size:8px;padding:4px 6px}.store-provider-note{font-size:9px;margin-top:8px}.store-load-more{width:100%;min-height:44px}}

/* v4.2.318 — compact 1688 store header */
.external-store-profile{border-left:4px solid #f86000}
.ext-store-head{display:grid;grid-template-columns:72px minmax(0,1fr) auto;gap:14px;align-items:center;padding:16px 18px}
.ext-store-head .store-hero-logo{width:72px;height:72px;flex-basis:72px;border-radius:8px}
.ext-store-copy{min-width:0}.ext-store-source{display:flex;align-items:center;gap:8px;flex-wrap:wrap;margin-bottom:4px;color:#6b7c90;font-size:9px;font-weight:800}.ext-store-source .store-source-badge{font-size:8px;padding:3px 6px}.ext-store-copy h1{margin:0;color:#002050;font-size:23px;line-height:1.16;overflow-wrap:anywhere}.ext-store-handle{display:block;margin-top:3px;color:#7c899a;font-size:10px;font-weight:700}.ext-store-copy p{margin:5px 0 0;color:#64758a;font-size:11px;line-height:1.45}.ext-store-meta{display:flex;align-items:center;flex-wrap:wrap;gap:0;border-top:1px solid #e2e9f0;background:#fbfcfe;padding:0 12px}.ext-store-meta span{display:inline-flex;align-items:center;gap:6px;min-height:40px;padding:0 12px;color:#5f7187;font-size:9.5px;font-weight:750;border-right:1px solid #e2e9f0}.ext-store-meta span:last-child{border-right:0}.ext-store-meta i{color:#f86000}.ext-store-meta b{color:#002050}.external-store-detail .store-products-head{margin-top:18px}.external-store-detail #storeProductsGrid.grid{gap:10px}
@media(max-width:680px){.ext-store-head{grid-template-columns:56px minmax(0,1fr);gap:10px;padding:12px 10px}.ext-store-head .store-hero-logo{width:56px;height:56px;flex-basis:56px}.ext-store-copy h1{font-size:17px}.ext-store-copy p{font-size:9.5px}.ext-store-head .store-follow{grid-column:1/-1;width:100%;min-height:40px}.ext-store-meta{padding:0;display:grid;grid-template-columns:repeat(2,minmax(0,1fr))}.ext-store-meta span{min-height:34px;padding:0 9px;border-right:1px solid #e2e9f0;border-bottom:1px solid #e2e9f0;font-size:8.5px}.ext-store-meta span:nth-child(2n){border-right:0}.ext-store-meta span:nth-last-child(-n+2){border-bottom:0}}
/* v4.2.338 — external-store guide names + reliable OrzuMall logo fallback. */
.ext-store-original{display:block;margin-top:3px;color:#53677f;font-size:9px;font-weight:800;line-height:1.35;overflow-wrap:anywhere}.ext-store-original.detail{margin-top:4px;font-size:10px;color:#6b7c90}.store-avatar img,.store-hero-logo img{background:#fff}
@media(max-width:680px){.ext-store-original{font-size:8px}.ext-store-original.detail{font-size:8.5px}}

/* v4.2.340 — public 1688 store cache pagination. Customer traffic only reads
   Firestore pages already imported by admin; it never calls ElimAPI. */
.store-cache-sentinel{grid-column:1/-1;min-height:58px;margin:8px 0 20px;border:1px solid #d9e2eb;border-radius:8px;display:flex;align-items:center;justify-content:center;gap:9px;color:#6c7b90;font-size:11px;font-weight:700;background:#fff}.store-cache-sentinel i{color:#f86000}.store-cache-sentinel.loading{color:#002050}

/* v4.2.341 — seamless cached store pagination; next admin-imported page is prefetched early and appended without rebuilding the store DOM. */
.store-cache-sentinel{overflow-anchor:none}.store-cache-sentinel.error{border-style:dashed;background:#fffaf7}.store-cache-sentinel.error button{min-height:38px;border:1px solid #002050;border-radius:7px;background:#fff;color:#002050;padding:0 14px;display:inline-flex;align-items:center;gap:7px;font:inherit;font-weight:900;cursor:pointer}.store-cache-sentinel.error button:hover{border-color:#f86000;color:#d94f00}
