.drawer{height:100vh;height:100dvh;overflow:hidden;display:flex;flex-direction:column}.drawer-head{flex:0 0 auto}.drawer-body{flex:1 1 auto;min-height:0;overflow-y:auto!important;-webkit-overflow-scrolling:touch;padding-bottom:36px!important}.checkout-submit,.cart-fixed{position:static!important;margin:12px 0 0!important;padding:14px 0 26px!important;background:transparent!important}.category-grid.dynamic-categories{display:grid;grid-template-columns:repeat(4,1fr);gap:12px}.dynamic-cat-card{min-height:190px;padding:22px;border:1px solid var(--line);border-radius:22px;background:#0b0b0f;color:inherit;text-align:left;position:relative;overflow:hidden;cursor:pointer}.dynamic-cat-card:after{content:"";position:absolute;width:170px;height:170px;border-radius:50%;right:-65px;bottom:-65px;background:radial-gradient(circle,rgba(255,42,161,.55),transparent 68%)}.dynamic-cat-card:nth-child(2n):after{background:radial-gradient(circle,rgba(38,200,255,.50),transparent 68%)}.dynamic-cat-card:nth-child(3n):after{background:radial-gradient(circle,rgba(215,255,87,.42),transparent 68%)}.dynamic-cat-card b,.dynamic-cat-card h3{position:relative;z-index:1}.dynamic-cat-card b{font-size:11px;color:var(--muted);letter-spacing:.14em}.dynamic-cat-card h3{font-size:29px;line-height:1.02;margin:48px 0 0}.offers-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}.offer-card{border:1px solid var(--line);border-radius:22px;overflow:hidden;background:#0b0b10}.offer-image{height:230px;background:#13131a;position:relative}.offer-image img{width:100%;height:100%;object-fit:cover}.offer-discount{position:absolute;top:12px;right:12px;padding:8px 10px;border-radius:999px;background:var(--lime);color:#09090a;font-weight:950}.offer-body{padding:18px}.offer-countdown{display:flex;gap:6px;margin:12px 0}.offer-time{flex:1;text-align:center;padding:9px 6px;border:1px solid var(--line);border-radius:11px;background:#08080c}.offer-time b{display:block;font-size:18px}.offer-time span{font-size:8px;color:var(--muted)}.product-modal-desc{white-space:pre-wrap;line-height:1.65;color:#d1d1d8}.product-modal-meta{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin:14px 0}.product-modal-meta div{padding:10px;border:1px solid var(--line);border-radius:11px;background:#0a0a0f;font-size:12px}.product-modal-meta span{display:block;color:var(--muted);font-size:10px}@media(max-width:1000px){.category-grid.dynamic-categories{grid-template-columns:repeat(2,1fr)}.offers-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:600px){.category-grid.dynamic-categories,.offers-grid{grid-template-columns:1fr}}
