/* ReyDelivery V47 Mobile Native Security · UI nativa mobile-first · Xendrai · Lokisho27 */
:root{--rd-orange:#ff5a00;--rd-orange2:#ff8a00;--rd-yellow:#ffc247;--rd-green:#08a65a;--rd-green2:#00d084;--rd-ink:#162033;--rd-muted:#6c768b;--rd-line:#e8edf5;--rd-bg:#f7f9fc;--rd-card:#fff;--rd-danger:#e11d48;--rd-blue:#0a2a66;--rd-shadow:0 20px 60px rgba(14,30,62,.14);--rd-radius:28px;--safe-bottom:env(safe-area-inset-bottom)}
*{box-sizing:border-box}html,body,#rd-app{min-height:100%;margin:0}html{scroll-behavior:smooth}body{font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Arial,sans-serif;background:radial-gradient(circle at top left,rgba(255,90,0,.12),transparent 30%),linear-gradient(180deg,#fff 0,#f6f8fc 50%,#eef4fb 100%);color:var(--rd-ink);overflow-x:hidden;-webkit-font-smoothing:antialiased}body.rd-dark,.rd-dark{--rd-bg:#0f1524;--rd-card:#172034;--rd-ink:#f8fbff;--rd-muted:#aab3c5;--rd-line:#2a354d;background:radial-gradient(circle at top left,rgba(255,90,0,.22),transparent 32%),linear-gradient(180deg,#0b1020 0,#121a2b 65%,#0b1020 100%);color:var(--rd-ink)}button,input,select,textarea{font:inherit}button{touch-action:manipulation}.rd-app{min-height:100vh;padding-bottom:calc(112px + var(--safe-bottom))}.rd-admin-mode{padding-bottom:0}.rd-splash{height:100vh;display:grid;place-items:center;gap:16px;text-align:center}.rd-splash img{width:108px;border-radius:30px;filter:drop-shadow(0 18px 38px rgba(255,90,0,.28));animation:rd-pop 1.1s infinite alternate}.rd-splash b{display:block}.rd-native-top{position:fixed;top:0;left:0;right:0;z-index:80;display:flex;align-items:center;justify-content:space-between;padding:calc(12px + env(safe-area-inset-top)) 18px 12px;pointer-events:none}.rd-native-top>*{pointer-events:auto}.rd-fixed-logo{height:62px;max-width:188px;object-fit:contain;filter:drop-shadow(0 14px 30px rgba(0,0,0,.16));cursor:pointer}.rd-pill{border:1px solid rgba(255,255,255,.55);background:rgba(255,255,255,.68);backdrop-filter:blur(18px);color:#142033;border-radius:999px;padding:10px 14px;font-weight:1000;box-shadow:0 12px 34px rgba(14,30,62,.12)}.rd-dark .rd-pill{background:rgba(23,32,52,.68);color:#fff;border-color:rgba(255,255,255,.12)}.rd-native-main{width:min(1120px,calc(100% - 24px));margin:auto;padding-top:112px}.rd-hero-v47{min-height:335px;border-radius:38px;padding:34px 26px;display:flex;flex-direction:column;justify-content:flex-end;position:relative;overflow:hidden;color:#fff;background:radial-gradient(circle at 85% 12%,rgba(255,255,255,.34),transparent 25%),linear-gradient(135deg,var(--rd-orange) 0%,var(--rd-orange2) 48%,var(--rd-yellow) 100%);box-shadow:var(--rd-shadow)}.rd-hero-v47:before{content:"";position:absolute;right:-120px;bottom:-140px;width:360px;height:360px;border-radius:50%;background:rgba(255,255,255,.18)}.rd-hero-v47>*{position:relative}.rd-hero-v47 h1{font-size:clamp(44px,10vw,88px);letter-spacing:-.07em;line-height:.9;margin:16px 0 12px}.rd-hero-v47 p{font-size:19px;line-height:1.35;max-width:680px;margin:0 0 22px;color:rgba(255,255,255,.94);font-weight:750}.rd-chip{display:inline-flex;width:max-content;padding:8px 14px;border-radius:999px;background:#fff;color:var(--rd-orange);font-weight:1000;box-shadow:0 10px 30px rgba(0,0,0,.12)}.rd-hero-actions,.rd-inline{display:flex;gap:10px;align-items:center}.rd-btn{border:0;border-radius:999px;padding:13px 18px;font-weight:1000;cursor:pointer;transition:.18s transform,.18s box-shadow,.18s opacity;display:inline-flex;align-items:center;justify-content:center;gap:8px;white-space:nowrap}.rd-btn:hover{transform:translateY(-1px)}.rd-btn:disabled{opacity:.55;cursor:not-allowed;transform:none}.rd-btn-primary{background:linear-gradient(135deg,var(--rd-green),var(--rd-green2));color:white;box-shadow:0 14px 34px rgba(8,166,90,.28)}.rd-btn-dark{background:#101b31;color:white;box-shadow:0 14px 34px rgba(16,27,49,.18)}.rd-btn-ghost{background:var(--rd-card);border:1px solid var(--rd-line);color:var(--rd-ink)}.rd-btn-danger{background:#fff0f3;color:var(--rd-danger);border:1px solid rgba(225,29,72,.18)}.rd-btn-small{padding:8px 12px;font-size:13px}.full{grid-column:1/-1;width:100%}.rd-track-mini,.rd-search-card{margin:16px 0 0;background:rgba(255,255,255,.82);backdrop-filter:blur(18px);border:1px solid var(--rd-line);border-radius:28px;padding:14px;box-shadow:0 14px 42px rgba(14,30,62,.08)}.rd-dark .rd-track-mini,.rd-dark .rd-search-card{background:rgba(23,32,52,.78)}.rd-track-mini{display:grid;grid-template-columns:1fr minmax(280px,.9fr);gap:12px;align-items:center}.rd-track-mini b{display:block}.rd-track-mini small{display:block;color:var(--rd-muted);font-weight:750}.rd-search-card{display:grid;grid-template-columns:1fr auto;gap:10px;position:sticky;top:96px;z-index:45}.rd-input,.rd-select,.rd-textarea{width:100%;border:1px solid var(--rd-line);background:var(--rd-card);color:var(--rd-ink);border-radius:20px;padding:15px 16px;outline:none;font-weight:800;min-height:52px}.rd-textarea{min-height:104px;resize:vertical}.rd-input:focus,.rd-select:focus,.rd-textarea:focus{border-color:var(--rd-orange);box-shadow:0 0 0 5px rgba(255,90,0,.13)}.rd-section{padding:26px 0}.rd-section-head{display:flex;align-items:end;justify-content:space-between;gap:14px;margin-bottom:14px}.rd-section h2{font-size:28px;margin:0;letter-spacing:-.03em}.rd-muted{color:var(--rd-muted);font-weight:750}.rd-shop-row,.rd-category-row,.rd-highlight-row{display:flex;gap:14px;overflow:auto;padding:4px 2px 16px;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch}.rd-shop-card{scroll-snap-align:start;min-width:255px;border:1px solid var(--rd-line);background:var(--rd-card);border-radius:30px;overflow:hidden;box-shadow:0 14px 40px rgba(14,30,62,.1);cursor:pointer}.rd-shop-card.active{outline:4px solid rgba(8,166,90,.22);border-color:var(--rd-green)}.rd-shop-banner{height:104px;background:linear-gradient(135deg,var(--rd-orange),var(--rd-yellow));overflow:hidden}.rd-shop-banner img{width:100%;height:100%;object-fit:cover}.rd-shop-logo{width:72px;height:72px;border-radius:24px;margin:-36px 16px 8px;position:relative;background:white;border:5px solid var(--rd-card);object-fit:cover}.rd-shop-card h3{margin:0 16px 5px;font-size:20px}.rd-shop-card p{margin:0 16px 12px;color:var(--rd-muted);font-weight:800}.rd-badges{display:flex;gap:6px;flex-wrap:wrap;margin:0 16px 16px}.rd-badge,.rd-cat{border-radius:999px;border:1px solid var(--rd-line);padding:8px 11px;font-weight:900;font-size:12px;background:rgba(255,255,255,.72);color:var(--rd-ink)}.rd-dark .rd-badge,.rd-dark .rd-cat{background:rgba(255,255,255,.06)}.rd-cat{font-size:14px;padding:11px 16px;white-space:nowrap;cursor:pointer}.rd-cat.active{background:#111827;color:#fff;border-color:#111827}.rd-mini-product{min-width:245px;background:var(--rd-card);border:1px solid var(--rd-line);border-radius:24px;padding:10px;display:grid;grid-template-columns:64px 1fr 42px;gap:10px;align-items:center;box-shadow:0 12px 34px rgba(14,30,62,.08);cursor:pointer}.rd-mini-product img{width:64px;height:64px;border-radius:18px;object-fit:cover}.rd-mini-product b{display:block;line-height:1.15}.rd-mini-product span{color:var(--rd-green);font-weight:1000}.rd-mini-product button{width:42px;height:42px;border-radius:50%;border:0;background:#111827;color:#fff;font-size:24px;font-weight:1000}.rd-product-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.rd-product{background:var(--rd-card);border:1px solid var(--rd-line);border-radius:30px;overflow:hidden;box-shadow:0 14px 40px rgba(14,30,62,.09);position:relative;animation:rd-rise .35s ease both}.rd-product-img{height:155px;background:linear-gradient(135deg,#fff2e8,#eef7ff);position:relative}.rd-product-img img{width:100%;height:100%;object-fit:cover}.rd-out{position:absolute;right:10px;top:10px;border-radius:999px;background:#111;color:#fff;font-weight:1000;font-size:12px;padding:7px 10px}.rd-product-body{padding:15px}.rd-product small{display:block;color:var(--rd-muted);font-weight:850;margin-bottom:6px}.rd-product h3{margin:0 0 6px;font-size:19px;line-height:1.14}.rd-product p{margin:0;color:var(--rd-muted);font-weight:700;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.rd-product-foot{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-top:14px}.rd-price{font-size:21px;color:var(--rd-green)}.rd-stepper{display:flex;align-items:center;gap:8px;background:#f1f5fb;border-radius:999px;padding:6px}.rd-dark .rd-stepper{background:#222c42}.rd-stepper button{width:38px;height:38px;border:0;border-radius:50%;font-size:23px;font-weight:1000;background:white;color:#0b2145;box-shadow:0 8px 18px rgba(0,0,0,.08)}.rd-stepper button:disabled{opacity:.4}.rd-stepper b{min-width:20px;text-align:center}.rd-stepper.small button{width:30px;height:30px;font-size:18px}.rd-bottom-menu{position:fixed;left:50%;bottom:calc(12px + var(--safe-bottom));transform:translateX(-50%);width:min(520px,calc(100% - 24px));height:76px;background:rgba(255,255,255,.86);backdrop-filter:blur(22px);border:1px solid rgba(220,228,240,.86);border-radius:30px;box-shadow:0 22px 70px rgba(14,30,62,.18);display:grid;grid-template-columns:1fr 1fr 96px 1fr 1fr;align-items:center;z-index:90}.rd-dark .rd-bottom-menu{background:rgba(20,28,45,.86);border-color:rgba(255,255,255,.1)}.rd-bottom-menu button{border:0;background:transparent;color:var(--rd-muted);font-weight:1000;display:grid;place-items:center;gap:2px;cursor:pointer}.rd-bottom-menu button span{font-size:11px}.rd-cart-mochi{position:relative!important;justify-self:center;margin-top:-28px;width:86px!important;height:86px!important;border-radius:31px!important;background:conic-gradient(var(--rd-green) var(--rd-cart-fill,0%),rgba(255,255,255,.9) 0)!important;box-shadow:0 22px 45px rgba(8,166,90,.28)!important;border:7px solid var(--rd-card)!important;color:#fff!important;overflow:visible}.rd-cart-mochi img{width:58px;height:58px;object-fit:contain;border-radius:22px;filter:drop-shadow(0 6px 12px rgba(0,0,0,.18))}.rd-cart-mochi.loaded{animation:rd-cart-breathe 1.2s ease-in-out infinite}.rd-cart-mochi b{position:absolute;top:-8px;right:-6px;background:#111827;color:#fff;border:3px solid white;min-width:28px;height:28px;border-radius:999px;font-size:13px;display:grid;place-items:center}.rd-cart-mochi small{position:absolute;bottom:-14px;left:50%;transform:translateX(-50%);background:#111827;color:#fff;border-radius:999px;padding:4px 8px;font-size:10px;white-space:nowrap}.rd-live-track{position:fixed;left:50%;bottom:calc(98px + var(--safe-bottom));transform:translateX(-50%);z-index:75;width:min(520px,calc(100% - 24px));background:rgba(255,255,255,.92);backdrop-filter:blur(22px);border:1px solid var(--rd-line);border-radius:30px;padding:14px;box-shadow:0 24px 70px rgba(14,30,62,.18)}.rd-dark .rd-live-track{background:rgba(23,32,52,.93)}.rd-live-track.done{border-color:rgba(8,166,90,.5)}.rd-live-head,.rd-live-status,.rd-order-head,.rd-order-foot,.rd-total{display:flex;align-items:center;justify-content:space-between;gap:12px}.rd-live-head small,.rd-live-head b{display:block}.rd-live-head small{color:var(--rd-muted);font-weight:900}.rd-live-head button{border:0;background:#f1f5fb;color:#111;border-radius:999px;padding:8px 10px;font-weight:1000}.rd-live-status{font-weight:1000;margin-top:10px}.rd-progress{height:10px;background:#edf2f8;border-radius:999px;overflow:hidden;margin:10px 0}.rd-progress span{display:block;height:100%;border-radius:999px;background:linear-gradient(90deg,var(--rd-green),var(--rd-green2));transition:.35s width}.rd-steps{display:flex;gap:5px;overflow:auto}.rd-steps span{font-size:10px;font-weight:1000;color:var(--rd-muted);white-space:nowrap;border-radius:999px;background:#f1f5fb;padding:5px 7px}.rd-dark .rd-steps span{background:#222c42}.rd-steps span.on{background:var(--rd-green);color:white}.rd-security-code{margin-top:12px;border-radius:22px;background:linear-gradient(135deg,#e9fff4,#f7fffb);border:1px solid rgba(8,166,90,.18);padding:12px;display:grid;grid-template-columns:1fr auto;gap:3px 12px;align-items:center}.rd-dark .rd-security-code{background:rgba(8,166,90,.14)}.rd-security-code span,.rd-security-code small{font-weight:850;color:var(--rd-muted)}.rd-security-code b{font-size:32px;letter-spacing:.16em;color:var(--rd-green)}.rd-security-code small{grid-column:1/-1}.rd-rider-line{margin-top:10px;font-weight:900}.rd-sheet-backdrop{position:fixed;inset:0;z-index:120;background:rgba(7,12,24,.46);backdrop-filter:blur(12px);display:grid;place-items:end center;padding:18px}.rd-sheet{width:min(620px,100%);background:var(--rd-card);border-radius:34px 34px 28px 28px;padding:22px;box-shadow:var(--rd-shadow);max-height:88vh;overflow:auto}.rd-modal-head{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:14px}.rd-modal-head h2{margin:0;font-size:26px}.rd-icon-btn{width:42px;height:42px;border:0;border-radius:50%;background:#f1f5fb;color:#111;font-size:25px;font-weight:1000}.rd-dark .rd-icon-btn{background:#222c42;color:white}.rd-tabs{display:grid;grid-template-columns:1fr 1fr;background:#f1f5fb;border-radius:999px;padding:5px;margin-bottom:14px}.rd-dark .rd-tabs{background:#222c42}.rd-tabs button{border:0;border-radius:999px;padding:11px;font-weight:1000;background:transparent;color:var(--rd-muted)}.rd-tabs button.active{background:var(--rd-card);color:var(--rd-ink);box-shadow:0 8px 20px rgba(0,0,0,.08)}.rd-form-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px}.rd-cart-item{display:flex;justify-content:space-between;align-items:center;gap:12px;border-bottom:1px solid var(--rd-line);padding:12px 0}.rd-cart-item small{display:block;color:var(--rd-muted);font-weight:750}.rd-total{font-weight:1000;font-size:18px;margin:16px 0}.rd-total b{font-size:24px;color:var(--rd-green)}.rd-empty{border:1px dashed var(--rd-line);border-radius:24px;padding:26px;text-align:center;color:var(--rd-muted);font-weight:900}.rd-toast{position:fixed;right:16px;top:calc(86px + env(safe-area-inset-top));z-index:150;background:#111827;color:#fff;border-radius:22px;padding:14px 16px;box-shadow:var(--rd-shadow);font-weight:900;max-width:min(420px,calc(100% - 32px))}.rd-toast.error{background:#9f1239}.rd-confirm{position:fixed;inset:0;z-index:200;display:grid;place-items:center;text-align:center;color:#fff;background:radial-gradient(circle at center,rgba(0,208,132,.98),rgba(8,166,90,.98));animation:rd-confirm-in .18s ease both}.rd-confirm-card{padding:28px;width:min(520px,calc(100% - 36px))}.rd-confirm-card img{width:116px;border-radius:34px;background:white;box-shadow:0 24px 60px rgba(0,0,0,.18);animation:rd-pop .7s ease infinite alternate}.rd-confirm-card h1{font-size:clamp(40px,10vw,74px);letter-spacing:-.06em;line-height:.92;margin:22px 0 12px}.rd-confirm-card p{font-size:21px;font-weight:850;margin:0 0 16px}.rd-confirm-card b,.rd-confirm-card small{display:block;margin:auto;width:max-content;max-width:100%;background:rgba(255,255,255,.2);border:1px solid rgba(255,255,255,.34);border-radius:999px;padding:9px 14px;font-weight:1000}.rd-confirm-card small{margin-top:8px}.rd-login-screen{min-height:100vh;display:grid;place-items:center;padding:24px;background:linear-gradient(135deg,#fff7ed,#f5fbff)}.rd-dark .rd-login-screen{background:linear-gradient(135deg,#0d1424,#131d31)}.rd-login-card{width:min(460px,100%);background:var(--rd-card);border:1px solid var(--rd-line);border-radius:36px;padding:28px;box-shadow:var(--rd-shadow);display:grid;gap:12px}.rd-login-card img{width:92px;border-radius:28px}.rd-login-card h1{font-size:38px;margin:4px 0 0;line-height:.95;letter-spacing:-.05em}.rd-login-card p,.rd-login-card small{color:var(--rd-muted);font-weight:800}.rd-admin-shell{min-height:100vh;display:grid;grid-template-columns:280px 1fr;background:var(--rd-bg)}.rd-admin-nav{position:sticky;top:0;height:100vh;padding:20px;background:var(--rd-card);border-right:1px solid var(--rd-line);display:flex;flex-direction:column;gap:10px}.rd-admin-brand{display:flex;align-items:center;gap:12px;margin-bottom:12px}.rd-admin-brand img{width:58px;height:58px;border-radius:20px}.rd-admin-brand b,.rd-admin-brand small{display:block}.rd-admin-brand small{color:var(--rd-muted);font-weight:800}.rd-admin-nav button{border:0;border-radius:18px;background:transparent;color:var(--rd-muted);font-weight:1000;text-align:left;padding:13px 14px;cursor:pointer}.rd-admin-nav button.active,.rd-admin-nav button:hover{background:linear-gradient(135deg,var(--rd-orange),var(--rd-yellow));color:#111}.rd-admin-main{padding:24px;min-width:0}.rd-admin-topbar{display:flex;align-items:center;justify-content:space-between;gap:14px;margin-bottom:20px}.rd-admin-topbar h1{margin:0;font-size:34px;letter-spacing:-.04em}.rd-admin-topbar p{margin:4px 0 0;color:var(--rd-muted);font-weight:800}.rd-panel{background:var(--rd-card);border:1px solid var(--rd-line);border-radius:32px;padding:22px;box-shadow:0 14px 42px rgba(14,30,62,.06);margin-bottom:22px}.rd-panel h2{margin:0 0 16px;font-size:28px}.rd-filterbar{display:grid;grid-template-columns:200px 1fr 240px;gap:10px;margin-bottom:16px}.rd-orders-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.rd-order-card{border:1px solid var(--rd-line);border-radius:28px;padding:16px;background:linear-gradient(180deg,var(--rd-card),rgba(250,252,255,.75));box-shadow:0 10px 30px rgba(14,30,62,.06)}.rd-dark .rd-order-card{background:#172034}.rd-order-head b{font-size:22px}.rd-order-head small{display:block;color:var(--rd-muted);font-weight:900}.rd-order-head span{border-radius:999px;background:#eef7ff;color:#0a2a66;padding:8px 10px;font-weight:1000}.rd-order-client{display:grid;gap:3px;margin:12px 0}.rd-order-client span,.rd-order-client small{color:var(--rd-muted);font-weight:800}.rd-order-items{border-top:1px solid var(--rd-line);border-bottom:1px solid var(--rd-line);padding:10px 0;display:grid;gap:4px}.rd-code-box{margin:12px 0;border-radius:22px;background:#eafff5;border:1px solid rgba(8,166,90,.2);padding:12px;display:flex;justify-content:space-between;align-items:center;gap:12px}.rd-code-box span{color:var(--rd-muted);font-weight:900}.rd-code-box b{font-size:24px;color:var(--rd-green);letter-spacing:.12em}.rd-code-box.muted b{font-size:15px;letter-spacing:0}.rd-actions-wrap{display:flex;gap:8px;flex-wrap:wrap;margin-top:12px}.rd-actions-wrap .rd-select{width:auto;min-width:160px;min-height:40px;padding:8px 10px;border-radius:14px}.rd-admin-list{display:grid;gap:10px;margin-top:18px}.rd-admin-list article{display:grid;grid-template-columns:1fr auto;gap:4px 12px;align-items:center;border:1px solid var(--rd-line);border-radius:22px;padding:14px;background:rgba(248,250,253,.7)}.rd-dark .rd-admin-list article{background:rgba(255,255,255,.04)}.rd-admin-list span{color:var(--rd-muted);font-weight:800}.rd-upload{border:1px dashed var(--rd-line);border-radius:20px;padding:14px 16px;font-weight:900;display:grid;gap:8px}.rd-upload input{font-size:13px}.rd-permissions{display:flex;gap:8px;flex-wrap:wrap}.rd-kpis{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}.rd-kpi{border:1px solid var(--rd-line);border-radius:26px;padding:18px;background:linear-gradient(135deg,rgba(255,90,0,.08),rgba(8,166,90,.08))}.rd-kpi span{display:block;color:var(--rd-muted);font-weight:900}.rd-kpi b{font-size:26px}.rd-rider-gps{margin-top:18px;border-radius:24px;background:#eef7ff;padding:16px;display:flex;gap:10px;align-items:center;justify-content:space-between;flex-wrap:wrap}.rd-dark .rd-rider-gps{background:#182840}@keyframes rd-pop{to{transform:scale(1.045)}}@keyframes rd-rise{from{opacity:0;transform:translateY(12px)}to{opacity:1;transform:none}}@keyframes rd-cart-breathe{0%,100%{transform:translateY(0) scale(1)}50%{transform:translateY(-3px) scale(1.04)}}@keyframes rd-confirm-in{from{opacity:0;transform:scale(1.015)}to{opacity:1;transform:none}}
@media (max-width:980px){.rd-product-grid{grid-template-columns:repeat(2,1fr)}.rd-track-mini{grid-template-columns:1fr}.rd-admin-shell{grid-template-columns:1fr}.rd-admin-nav{position:fixed;left:50%;bottom:calc(10px + var(--safe-bottom));top:auto;transform:translateX(-50%);height:auto;width:min(680px,calc(100% - 20px));z-index:100;border:1px solid var(--rd-line);border-radius:28px;padding:8px;display:grid;grid-template-columns:repeat(4,1fr);box-shadow:var(--rd-shadow);overflow:auto}.rd-admin-brand{display:none}.rd-admin-nav button{font-size:12px;text-align:center;padding:10px 8px;border-radius:16px}.rd-admin-main{padding:18px;padding-bottom:120px}.rd-filterbar{grid-template-columns:1fr}.rd-orders-grid{grid-template-columns:1fr}.rd-kpis{grid-template-columns:repeat(2,1fr)}}
@media (max-width:640px){.rd-native-main{width:calc(100% - 18px);padding-top:104px}.rd-fixed-logo{height:54px;max-width:146px}.rd-pill{padding:9px 11px;font-size:12px}.rd-hero-v47{min-height:310px;border-radius:34px;padding:28px 20px}.rd-hero-v47 h1{font-size:48px}.rd-hero-actions{display:grid;grid-template-columns:1fr 1fr}.rd-search-card{grid-template-columns:1fr;top:90px}.rd-product-grid{grid-template-columns:1fr;gap:14px}.rd-product{border-radius:28px}.rd-product-img{height:178px}.rd-section h2{font-size:25px}.rd-form-grid{grid-template-columns:1fr}.rd-shop-card{min-width:235px}.rd-track-mini .rd-inline{display:grid;grid-template-columns:1fr auto}.rd-live-track{bottom:calc(96px + var(--safe-bottom));padding:12px;border-radius:26px}.rd-steps{display:none}.rd-security-code b{font-size:28px}.rd-bottom-menu{height:72px;border-radius:28px;grid-template-columns:1fr 1fr 88px 1fr 1fr}.rd-cart-mochi{width:80px!important;height:80px!important}.rd-cart-mochi img{width:52px;height:52px}.rd-sheet-backdrop{padding:12px}.rd-sheet{border-radius:30px 30px 24px 24px;padding:18px}.rd-admin-topbar{display:grid}.rd-panel{padding:16px;border-radius:26px}.rd-order-card{border-radius:24px}.rd-actions-wrap .rd-btn,.rd-actions-wrap .rd-select{flex:1 1 120px}.rd-kpis{grid-template-columns:1fr}.rd-admin-list article{grid-template-columns:1fr}} 
/* ReyDelivery V48 · mapa, direcciones, tutorial y tracking premium */
.rd-fixed-logo,.rd-cart-mochi img,.rd-admin-brand img,.rd-splash img,.rd-confirm-card img,.rd-login-card img{background:transparent!important;border-radius:0!important;object-fit:contain!important}.rd-shop-logo{background:transparent!important;object-fit:contain}.rd-live-track-v48{width:min(620px,calc(100% - 24px));max-height:52vh;overflow:auto}.rd-track-eta{display:flex;gap:8px;flex-wrap:wrap;margin:10px 0}.rd-track-eta span,.rd-eta-card span{border-radius:999px;background:rgba(8,166,90,.12);color:var(--rd-green);font-weight:1000;padding:8px 11px}.rd-map-card{border:1px solid var(--rd-line);border-radius:26px;background:linear-gradient(180deg,var(--rd-card),rgba(248,251,255,.84));padding:12px;box-shadow:0 12px 34px rgba(14,30,62,.07)}.rd-dark .rd-map-card{background:rgba(255,255,255,.04)}.rd-map-head{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:10px}.rd-map-head b,.rd-map-head small{display:block}.rd-map-head small{color:var(--rd-muted);font-weight:800}.rd-map{width:100%;height:245px;border-radius:22px;overflow:hidden;background:linear-gradient(135deg,#e8f4ff,#fff6ec);border:1px solid var(--rd-line);z-index:1}.rd-tracking-map{height:155px;margin:10px 0}.rd-map-foot{font-size:12px;color:var(--rd-muted);font-weight:900;margin-top:8px}.leaflet-container{font-family:inherit}.leaflet-control-attribution{font-size:10px!important}.rd-address-book{display:flex;gap:9px;overflow:auto;padding:3px 0 6px}.rd-address-chip{min-width:168px;border:1px solid var(--rd-line);border-radius:20px;background:var(--rd-card);padding:10px 12px;text-align:left;box-shadow:0 8px 22px rgba(14,30,62,.07);cursor:pointer}.rd-address-chip.active{border-color:var(--rd-green);box-shadow:0 0 0 4px rgba(8,166,90,.16)}.rd-address-chip b,.rd-address-chip small{display:block}.rd-address-chip small{color:var(--rd-muted);font-weight:750;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.rd-address-results{display:grid;gap:8px}.rd-address-results button{border:1px solid var(--rd-line);border-radius:18px;background:rgba(255,255,255,.82);padding:11px 12px;text-align:left;cursor:pointer}.rd-dark .rd-address-results button{background:rgba(255,255,255,.06)}.rd-address-results b,.rd-address-results small{display:block}.rd-address-results small{color:var(--rd-muted);font-weight:750}.rd-eta-card{border:1px solid rgba(8,166,90,.18);border-radius:24px;padding:14px;background:linear-gradient(135deg,rgba(8,166,90,.11),rgba(0,208,132,.07));display:grid;gap:6px}.rd-eta-card b{font-size:16px}.rd-eta-card span{width:max-content}.rd-eta-card small{color:var(--rd-muted);font-weight:850}.rd-checkout-sheet{max-height:92vh}.rd-profile-sheet .rd-admin-list article{grid-template-columns:1fr}.rd-profile-sheet .rd-actions-wrap{margin-top:8px}.rd-faq{display:grid;gap:10px}.rd-faq article{border:1px solid var(--rd-line);border-radius:20px;padding:14px;background:rgba(248,250,253,.72)}.rd-dark .rd-faq article{background:rgba(255,255,255,.04)}.rd-faq b{font-size:17px}.rd-faq p{margin:6px 0 0;color:var(--rd-muted);font-weight:780;line-height:1.35}.rd-tutorial{position:fixed;inset:0;z-index:240;display:grid;place-items:center;background:radial-gradient(circle at top,rgba(255,90,0,.25),rgba(7,12,24,.72));backdrop-filter:blur(18px);padding:22px}.rd-tutorial-card{width:min(470px,100%);background:var(--rd-card);color:var(--rd-ink);border:1px solid var(--rd-line);border-radius:36px;padding:28px;box-shadow:0 30px 90px rgba(0,0,0,.28);text-align:center;position:relative;animation:rd-rise .22s ease both}.rd-skip{position:absolute;right:16px;top:16px;border:0;background:transparent;color:var(--rd-muted);font-weight:1000}.rd-tutorial-icon{width:92px;height:92px;border-radius:30px;margin:10px auto 16px;display:grid;place-items:center;background:linear-gradient(135deg,var(--rd-orange),var(--rd-yellow));font-size:46px;box-shadow:0 18px 45px rgba(255,90,0,.25)}.rd-tutorial-card h1{font-size:34px;line-height:.98;letter-spacing:-.05em;margin:0 0 10px}.rd-tutorial-card p{margin:0;color:var(--rd-muted);font-weight:820;line-height:1.43}.rd-tutorial-dots{display:flex;gap:7px;justify-content:center;margin:22px 0}.rd-tutorial-dots span{width:9px;height:9px;border-radius:999px;background:var(--rd-line)}.rd-tutorial-dots span.on{width:28px;background:var(--rd-green)}.rd-tutorial-actions{display:grid;grid-template-columns:1fr 1fr;gap:10px}.rd-order-client small span{font-weight:inherit}.rd-admin-list article b span{color:var(--rd-green);font-size:12px}.rd-dark .rd-track-eta span,.rd-dark .rd-eta-card span{background:rgba(8,166,90,.16)}@media (max-width:640px){.rd-live-track-v48{max-height:48vh}.rd-map{height:220px}.rd-tracking-map{height:132px}.rd-map-head{align-items:start}.rd-address-chip{min-width:145px}.rd-tutorial-card{border-radius:30px;padding:24px 20px}.rd-tutorial-card h1{font-size:30px}.rd-tutorial-actions{grid-template-columns:1fr}.rd-profile-sheet .rd-admin-list article{padding:12px}.rd-track-eta span{font-size:12px}}

/* V50 · Oferentes + pagos Paraguay + branding premium */
.rd-entry-gate{min-height:calc(100vh - 145px);display:grid;place-items:center;padding:10px 0 28px;animation:rd-rise .28s ease both}.rd-entry-card{width:min(720px,100%);border:1px solid rgba(255,255,255,.72);background:linear-gradient(180deg,rgba(255,255,255,.92),rgba(255,255,255,.80));backdrop-filter:blur(22px);border-radius:38px;padding:24px;box-shadow:var(--rd-shadow);text-align:left}.rd-dark .rd-entry-card{background:linear-gradient(180deg,rgba(23,32,52,.94),rgba(23,32,52,.80));border-color:rgba(255,255,255,.12)}.rd-entry-card>img{width:86px;height:86px;object-fit:contain;filter:drop-shadow(0 14px 30px rgba(255,90,0,.22));display:block;margin:0 0 12px}.rd-entry-card h1{font-size:clamp(34px,8vw,62px);line-height:.92;letter-spacing:-.06em;margin:12px 0}.rd-entry-card p{font-size:17px;line-height:1.42;color:var(--rd-muted);font-weight:800;margin:0 0 16px}.rd-entry-card small{display:block;color:var(--rd-muted);font-weight:850;margin-top:12px}.rd-address-entry .rd-map-card{margin-top:0}.rd-entry-card .rd-tabs{margin:12px 0 14px}.rd-shop-card .rd-badges .rd-badge:last-child{font-weight:1000}.rd-zone-pill{display:inline-flex;align-items:center;gap:6px;border-radius:999px;border:1px solid rgba(8,166,90,.20);background:rgba(8,166,90,.09);color:var(--rd-green);padding:8px 11px;font-weight:1000}.rd-admin-list article span{line-height:1.35}@media(max-width:720px){.rd-entry-card{border-radius:32px;padding:20px}.rd-entry-gate{align-items:start;padding-top:0}.rd-entry-card h1{font-size:42px}.rd-entry-card .rd-form-grid{grid-template-columns:1fr}.rd-address-entry .rd-checkout-map{height:255px}}

/* ReyDelivery V50 · branding premium, oferentes únicos y UI tipo app nativa */
:root{--rd-night:#020b18;--rd-night2:#071426;--rd-orange-deep:#ff3d00;--rd-orange-hot:#ff6a00;--rd-cream:#fffaf4;--rd-soft-card:#fff;--rd-soft-line:#e7ebf3}
body.rd-v50-brand{--rd-card:#ffffff;--rd-ink:#0a1326;--rd-muted:#748096;--rd-line:#e7ebf3;background:radial-gradient(circle at 72% -8%,rgba(255,106,0,.24),transparent 28%),radial-gradient(circle at 10% 0,rgba(38,84,190,.18),transparent 25%),linear-gradient(180deg,#020817 0%,#061326 42%,#07111f 100%)!important;color:#f7fbff;min-height:100vh}.rd-v50-brand .rd-app{padding-bottom:calc(118px + var(--safe-bottom))}.rd-v50-brand .rd-native-main{width:min(960px,calc(100% - 28px));padding-top:118px}.rd-top-v50{padding:calc(18px + env(safe-area-inset-top)) 26px 14px}.rd-top-v50 .rd-fixed-logo{position:absolute;left:50%;transform:translateX(-50%);height:78px;max-width:270px;width:auto;filter:drop-shadow(0 20px 38px rgba(0,0,0,.32));object-fit:contain!important}.rd-country-pill,.rd-bell-pill{height:56px;background:rgba(8,16,31,.78)!important;color:#fff!important;border:1px solid rgba(255,255,255,.14)!important;box-shadow:inset 0 1px 0 rgba(255,255,255,.08),0 18px 50px rgba(0,0,0,.26)!important}.rd-country-pill{display:flex;align-items:center;gap:9px;padding:0 18px!important;font-size:18px}.rd-country-pill span{max-width:132px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.rd-bell-pill{position:relative;width:56px;padding:0!important;display:grid;place-items:center;font-size:22px}.rd-bell-pill i{position:absolute;right:12px;top:12px;width:10px;height:10px;background:var(--rd-orange-hot);border-radius:50%;box-shadow:0 0 0 4px rgba(255,106,0,.12)}
.rd-hero-v50{min-height:430px;border-radius:42px;padding:54px 44px;display:grid;grid-template-columns:1.05fr .95fr;gap:18px;align-items:center;position:relative;overflow:hidden;background:radial-gradient(circle at 78% 42%,rgba(255,255,255,.13),transparent 31%),linear-gradient(135deg,#ff6900 0%,#ff4d00 48%,#ff8700 100%);box-shadow:0 36px 90px rgba(255,84,0,.28),0 22px 70px rgba(0,0,0,.24);color:#fff}.rd-hero-v50:before{content:"";position:absolute;right:-64px;top:48px;width:395px;height:395px;border-radius:50%;background:rgba(255,255,255,.10)}.rd-hero-v50>*{position:relative}.rd-hero-copy{min-width:0}.rd-chip-light{background:#fff!important;color:#ff4d00!important;box-shadow:0 14px 28px rgba(0,0,0,.12);font-size:15px}.rd-hero-v50 h1{margin:26px 0 18px;font-size:clamp(52px,9vw,86px);line-height:.98;letter-spacing:-.07em}.rd-hero-v50 h1 span,.rd-hero-v50 h1 strong{display:block}.rd-hero-v50 h1 strong{color:#050d1d;text-shadow:0 1px 0 rgba(255,255,255,.07)}.rd-hero-v50 p{max-width:470px;margin:0 0 28px;font-size:24px;line-height:1.18;font-weight:900;color:rgba(255,255,255,.96)}.rd-hero-stack{display:grid;grid-template-columns:minmax(210px,310px);align-items:start}.rd-btn-wide{height:66px;border-radius:22px!important;font-size:18px;justify-content:space-between!important;padding-inline:28px!important}.rd-btn-wide b{font-size:34px;line-height:0}.rd-btn-glass{background:rgba(255,255,255,.10);color:#fff;border:2px solid rgba(255,255,255,.42);box-shadow:0 14px 34px rgba(0,0,0,.14);backdrop-filter:blur(16px)}.rd-hero-brand{display:grid;place-items:center;min-height:340px}.rd-hero-brand img{width:min(390px,90%);height:auto;object-fit:contain;filter:drop-shadow(0 38px 36px rgba(4,10,20,.35));animation:rd-logo-float 4.8s ease-in-out infinite}.rd-hero-brand i{position:absolute;width:52%;height:32px;bottom:48px;border-radius:50%;background:rgba(0,0,0,.16);filter:blur(12px)}
.rd-address-card,.rd-track-card-v50,.rd-benefits{margin-top:20px;background:linear-gradient(180deg,#fff,#f8fafc);border:1px solid rgba(255,255,255,.72);border-radius:34px;box-shadow:0 26px 70px rgba(0,0,0,.22);color:#0d1728}.rd-address-card{display:grid;grid-template-columns:72px 1fr auto;gap:18px;align-items:start;padding:22px}.rd-address-icon,.rd-track-icon{width:62px;height:62px;border-radius:22px;background:linear-gradient(135deg,#ff7a00,#ff3d00);display:grid;place-items:center;color:#fff;font-size:32px;box-shadow:0 15px 34px rgba(255,77,0,.32)}.rd-address-card b,.rd-track-card-v50 b{display:block;font-size:25px;letter-spacing:-.03em}.rd-address-card span,.rd-track-card-v50 span{display:block;color:#657186;font-size:18px;font-weight:750}.rd-map-preview{position:relative;margin-top:18px;height:124px;border-radius:20px;overflow:hidden;border:1px solid #ecf0f6;background:linear-gradient(135deg,rgba(231,236,242,.92),rgba(255,255,255,.96)),repeating-linear-gradient(32deg,transparent 0 24px,rgba(175,187,202,.28) 25px 30px),repeating-linear-gradient(110deg,transparent 0 34px,rgba(175,187,202,.28) 35px 40px)}.rd-map-preview:before,.rd-map-preview:after{content:"";position:absolute;border-radius:999px;background:rgba(139,198,102,.25)}.rd-map-preview:before{width:110px;height:44px;left:38px;top:12px}.rd-map-preview:after{width:132px;height:58px;right:38px;bottom:14px}.rd-map-pin{position:absolute;left:50%;top:42%;transform:translate(-50%,-50%);font-size:58px;filter:drop-shadow(0 12px 18px rgba(255,90,0,.28))}.rd-track-card-v50{padding:24px}.rd-track-head{display:flex;gap:16px;align-items:center;margin-bottom:18px}.rd-track-icon{background:#071326;font-size:27px}.rd-track-form{display:grid;grid-template-columns:1fr 174px;gap:16px}.rd-track-form .rd-input{background:#fff;color:#0d1728;border-color:#e3e8f1;min-height:66px;border-radius:18px;font-size:17px}.rd-track-form .rd-btn{border-radius:18px;background:linear-gradient(135deg,#ff6400,#ff3300);font-size:18px}.rd-benefits{display:grid;grid-template-columns:repeat(4,1fr);gap:0;padding:18px 16px;margin-bottom:4px}.rd-benefits div{display:grid;place-items:center;text-align:center;gap:4px;min-height:96px;border-right:1px solid #e4e8f0}.rd-benefits div:last-child{border-right:0}.rd-benefits b{font-size:38px;color:#ff5a00;line-height:1}.rd-benefits span{font-weight:1000}.rd-benefits small{color:#6a7486;font-weight:750}.rd-v50-brand .rd-search-card{background:rgba(255,255,255,.08);border-color:rgba(255,255,255,.12);box-shadow:0 20px 50px rgba(0,0,0,.2);backdrop-filter:blur(22px)}.rd-v50-brand .rd-search-card .rd-input{background:#fff;color:#0d1728}.rd-v50-brand .rd-section h2{color:#fff;font-size:30px}.rd-v50-brand .rd-section-head .rd-muted{color:rgba(240,246,255,.70)}.rd-v50-brand .rd-shop-row{padding-bottom:22px}.rd-oferente-card{min-width:290px;background:#fff!important;color:#0d1728!important;border:1px solid rgba(255,255,255,.72)!important;box-shadow:0 24px 58px rgba(0,0,0,.22)!important;transition:transform .18s ease, box-shadow .18s ease}.rd-oferente-card:hover{transform:translateY(-2px)}.rd-oferente-card.active{outline:5px solid rgba(255,106,0,.35)!important;border-color:#ff6a00!important}.rd-oferente-card .rd-shop-banner{height:130px;background:linear-gradient(135deg,#ff6900,#ff9a17)}.rd-oferente-card .rd-shop-logo{background:#fff!important;border-color:#fff!important;box-shadow:0 14px 28px rgba(0,0,0,.12);object-fit:contain}.rd-oferente-card .rd-badge{background:#f3f6fb!important;color:#182238!important}.rd-shop-empty{background:rgba(255,255,255,.08);border-color:rgba(255,255,255,.12);color:#fff}.rd-shop-empty span{display:block;color:rgba(240,246,255,.72);font-weight:800;margin-top:6px}.rd-v50-brand .rd-product{background:#fff;color:#0d1728}.rd-v50-brand .rd-product small,.rd-v50-brand .rd-product p{color:#697488}.rd-v50-brand .rd-category-row .rd-cat{background:rgba(255,255,255,.10);color:#fff;border-color:rgba(255,255,255,.16)}.rd-v50-brand .rd-category-row .rd-cat.active{background:#ff5a00;border-color:#ff5a00;color:#fff}.rd-v50-brand .rd-bottom-menu{height:86px;background:rgba(5,14,30,.88)!important;border:1px solid rgba(255,255,255,.10)!important;box-shadow:0 22px 60px rgba(0,0,0,.38),inset 0 1px 0 rgba(255,255,255,.08);border-radius:28px;color:#fff}.rd-v50-brand .rd-bottom-menu button{color:#aeb7c8;font-size:23px}.rd-v50-brand .rd-bottom-menu button span{font-size:14px}.rd-v50-brand .rd-cart-mochi{width:96px!important;height:96px!important;border-radius:50%!important;margin-top:-40px;background:radial-gradient(circle at 50% 40%,#ff8a00 0,#ff5a00 54%,#b52d00 100%)!important;border:8px solid rgba(255,104,0,.28)!important;box-shadow:0 0 0 8px rgba(255,90,0,.12),0 18px 42px rgba(255,72,0,.42)!important;overflow:visible!important}.rd-v50-brand .rd-cart-mochi:before{content:"";position:absolute;inset:8px;border-radius:50%;background:conic-gradient(rgba(7,188,107,.95) var(--rd-cart-fill,0%),transparent 0);opacity:.42}.rd-v50-brand .rd-cart-mochi img{position:relative;width:66px;height:66px;filter:drop-shadow(0 10px 18px rgba(0,0,0,.22));z-index:1}.rd-v50-brand .rd-cart-mochi small{bottom:-22px;background:#071326;color:#fff;border:1px solid rgba(255,255,255,.08);font-size:12px}.rd-v50-brand .rd-cart-mochi b{z-index:2;top:-9px;right:8px;background:#0c1426;border:3px solid #fff;color:#fff}.rd-v50-brand .rd-sheet{background:#fff;color:#0d1728}.rd-v50-brand .rd-live-track-v48{background:#fff;color:#0d1728}.rd-v50-brand .rd-live-track-v48 .rd-muted{color:#657186}.rd-v50-brand .rd-entry-card{background:linear-gradient(180deg,#fff,#f7f9fc);color:#0d1728;border-color:rgba(255,255,255,.8)}.rd-v50-brand .rd-entry-card .rd-muted,.rd-v50-brand .rd-entry-card p{color:#697488}.rd-confirm-full{background:#08a65a!important}.rd-confirm-full .rd-confirm-card{background:rgba(255,255,255,.96);color:#0d1728}.rd-confirm-full .rd-confirm-card img{object-fit:contain!important;background:transparent!important}
.rd-oferente-admin-list article,.rd-product-admin-list article{grid-template-columns:74px 1fr auto!important}.rd-oferente-admin-list img,.rd-product-admin-list img{width:62px;height:62px;border-radius:18px;object-fit:cover;background:#f4f6fb}.rd-oferente-admin-list img{object-fit:contain}.rd-merchant-studio .rd-upload{background:rgba(255,90,0,.06);border-color:rgba(255,90,0,.28)}.rd-modal-head h2 small{display:block;font-size:14px;color:var(--rd-muted);font-weight:900;margin-top:2px}
@keyframes rd-logo-float{0%,100%{transform:translateY(0) rotate(-1deg)}50%{transform:translateY(-10px) rotate(1.5deg)}}
@media(max-width:760px){.rd-v50-brand .rd-native-main{width:calc(100% - 22px);padding-top:124px}.rd-top-v50{padding-left:20px;padding-right:20px}.rd-top-v50 .rd-fixed-logo{height:64px;max-width:190px}.rd-country-pill{height:48px;font-size:14px;padding:0 12px!important}.rd-country-pill span{max-width:72px}.rd-bell-pill{width:48px;height:48px}.rd-hero-v50{min-height:520px;grid-template-columns:1fr;padding:32px 24px 26px;border-radius:38px}.rd-hero-v50:before{right:-150px;top:184px;width:350px;height:350px}.rd-hero-v50 h1{font-size:55px;margin:20px 0 14px}.rd-hero-v50 p{font-size:21px}.rd-hero-brand{position:absolute;right:-40px;bottom:42px;width:52%;min-height:220px;opacity:.96}.rd-hero-brand img{width:230px}.rd-hero-brand i{display:none}.rd-hero-stack{grid-template-columns:minmax(180px,250px);position:relative;z-index:3}.rd-btn-wide{height:60px;font-size:17px;border-radius:20px!important}.rd-address-card{grid-template-columns:54px 1fr;gap:12px;border-radius:30px;padding:18px}.rd-address-card .rd-btn{grid-column:1/-1}.rd-address-icon,.rd-track-icon{width:52px;height:52px;border-radius:18px;font-size:26px}.rd-address-card b,.rd-track-card-v50 b{font-size:23px}.rd-address-card span,.rd-track-card-v50 span{font-size:16px}.rd-map-preview{height:110px}.rd-track-form{grid-template-columns:1fr;gap:12px}.rd-track-form .rd-input{min-height:60px}.rd-benefits{grid-template-columns:repeat(2,1fr);border-radius:28px}.rd-benefits div:nth-child(2){border-right:0}.rd-benefits div{border-bottom:1px solid #e4e8f0}.rd-benefits div:nth-child(3),.rd-benefits div:nth-child(4){border-bottom:0}.rd-oferente-card{min-width:260px}.rd-v50-brand .rd-section h2{font-size:26px}.rd-v50-brand .rd-bottom-menu{width:calc(100% - 20px);height:78px;grid-template-columns:1fr 1fr 90px 1fr 1fr}.rd-v50-brand .rd-cart-mochi{width:88px!important;height:88px!important}.rd-v50-brand .rd-cart-mochi img{width:58px;height:58px}.rd-v50-brand .rd-bottom-menu button span{font-size:12px}.rd-oferente-admin-list article,.rd-product-admin-list article{grid-template-columns:54px 1fr!important}.rd-oferente-admin-list article button,.rd-product-admin-list article button{grid-column:1/-1}.rd-oferente-admin-list img,.rd-product-admin-list img{width:48px;height:48px;border-radius:14px}}

/* ReyDelivery V51 · corrección fina de branding/header y estudio de oferentes */
.rd-v51-brand .rd-native-main{padding-top:116px!important}
.rd-v51-brand .rd-top-v50{display:grid!important;grid-template-columns:minmax(116px,auto) 1fr 56px!important;gap:12px!important;align-items:center!important;padding:calc(16px + env(safe-area-inset-top)) 24px 12px!important;min-height:86px!important}
.rd-v51-brand .rd-top-v50 .rd-fixed-logo{position:static!important;left:auto!important;right:auto!important;transform:none!important;justify-self:center!important;width:clamp(154px,31vw,224px)!important;max-width:224px!important;height:auto!important;max-height:56px!important;object-fit:contain!important;object-position:center!important;filter:drop-shadow(0 16px 30px rgba(0,0,0,.32))!important;z-index:1!important}
.rd-v51-brand .rd-country-pill{justify-self:start!important;max-width:148px!important;overflow:hidden!important;z-index:2!important}
.rd-v51-brand .rd-bell-pill{justify-self:end!important;z-index:2!important}
.rd-v51-brand .rd-entry-card>img{width:104px!important;height:86px!important;object-fit:contain!important;object-position:left center!important;margin-bottom:18px!important;filter:drop-shadow(0 16px 28px rgba(255,90,0,.20))!important}
.rd-v51-brand .rd-cart-mochi img{width:58px!important;height:58px!important;object-fit:contain!important;object-position:center!important;padding:2px!important}
.rd-v51-brand .rd-hero-brand img{object-fit:contain!important;background:transparent!important}
.rd-v51-brand .rd-shop-logo{object-fit:contain!important;background:#fff!important}
.rd-v51-brand .rd-shop-banner img{object-fit:cover!important;background:linear-gradient(135deg,#ff6900,#ff9a17)!important}
.rd-admin-section-head{display:flex;align-items:flex-start;justify-content:space-between;gap:14px;margin-bottom:18px}.rd-admin-section-head h2{margin:0 0 4px}.rd-merchant-editor{display:grid;grid-template-columns:minmax(260px,340px) 1fr;gap:18px;align-items:start}.rd-brand-previews{position:sticky;top:96px;border:1px solid var(--rd-line);background:linear-gradient(180deg,rgba(255,255,255,.92),rgba(245,247,252,.82));border-radius:28px;padding:14px;box-shadow:0 18px 45px rgba(14,30,62,.08)}.rd-dark .rd-brand-previews{background:rgba(255,255,255,.06)}.rd-preview-banner{height:150px;border-radius:22px;display:grid;place-items:center;overflow:hidden;background:linear-gradient(135deg,#ff6900,#ff9a17);border:1px solid rgba(255,255,255,.55);color:#fff;font-weight:1000}.rd-preview-banner img{width:100%;height:100%;object-fit:cover}.rd-preview-logo{width:92px;height:92px;border-radius:26px;margin:-46px 0 12px 18px;background:#fff;border:6px solid var(--rd-card);box-shadow:0 16px 32px rgba(0,0,0,.16);display:grid;place-items:center;overflow:hidden;color:#ff5a00;font-weight:1000}.rd-preview-logo img{width:100%;height:100%;object-fit:contain;padding:8px}.rd-brand-previews small{display:block;color:var(--rd-muted);font-weight:850;line-height:1.35}.rd-admin-business-media{position:relative;width:112px;height:74px;border-radius:18px;overflow:hidden;background:linear-gradient(135deg,#ff6900,#ff9a17)}.rd-admin-business-banner{width:100%!important;height:100%!important;object-fit:cover!important;border-radius:0!important;background:transparent!important}.rd-admin-business-logo{position:absolute!important;left:8px!important;bottom:6px!important;width:42px!important;height:42px!important;border-radius:14px!important;background:#fff!important;object-fit:contain!important;padding:4px!important;box-shadow:0 8px 18px rgba(0,0,0,.20)}.rd-oferente-admin-list article{grid-template-columns:112px 1fr auto!important;align-items:center!important}.rd-oferente-admin-list article small{display:block;color:var(--rd-muted);font-weight:800;margin-top:4px}.rd-oferente-admin-list article.is-hidden{opacity:.68}.rd-merchant-studio .rd-upload{min-height:58px;display:flex;align-items:center;justify-content:center;text-align:center}.rd-merchant-studio .rd-btn-primary{background:linear-gradient(135deg,#ff6a00,#ff3d00)!important;box-shadow:0 14px 34px rgba(255,90,0,.25)!important}
@media(max-width:760px){.rd-v51-brand .rd-native-main{padding-top:116px!important}.rd-v51-brand .rd-top-v50{grid-template-columns:minmax(96px,116px) 1fr 48px!important;gap:8px!important;padding-left:18px!important;padding-right:18px!important;min-height:80px!important}.rd-v51-brand .rd-top-v50 .rd-fixed-logo{width:clamp(128px,36vw,158px)!important;max-width:158px!important;max-height:48px!important}.rd-v51-brand .rd-country-pill{height:48px!important;max-width:116px!important;font-size:14px!important;padding:0 12px!important}.rd-v51-brand .rd-country-pill span{max-width:74px!important}.rd-v51-brand .rd-bell-pill{width:48px!important;height:48px!important}.rd-v51-brand .rd-entry-card>img{width:92px!important;height:76px!important}.rd-merchant-editor{grid-template-columns:1fr}.rd-brand-previews{position:relative;top:auto}.rd-oferente-admin-list article{grid-template-columns:86px 1fr!important}.rd-admin-business-media{width:86px;height:64px}.rd-oferente-admin-list article button{grid-column:1/-1}.rd-admin-section-head{display:block}.rd-admin-section-head .rd-btn{margin-top:10px;width:100%}}
@media(max-width:390px){.rd-v51-brand .rd-top-v50{grid-template-columns:90px 1fr 44px!important;padding-left:14px!important;padding-right:14px!important}.rd-v51-brand .rd-top-v50 .rd-fixed-logo{width:122px!important;max-height:42px!important}.rd-v51-brand .rd-country-pill{max-width:94px!important;font-size:13px!important}.rd-v51-brand .rd-country-pill span{max-width:54px!important}.rd-v51-brand .rd-bell-pill{width:44px!important;height:44px!important}.rd-v51-brand .rd-entry-card h1{font-size:38px!important}.rd-v51-brand .rd-bottom-menu button span{font-size:11px!important}.rd-v51-brand .rd-cart-mochi{width:82px!important;height:82px!important}.rd-v51-brand .rd-cart-mochi img{width:52px!important;height:52px!important}}

/* ReyDelivery V54 · UX full nativa + Titanium sync */
:root{--rd-orange-hot:#ff6a00;--rd-safe-top:env(safe-area-inset-top);--rd-safe-bottom:env(safe-area-inset-bottom);--rd-native-bg:#050b18;--rd-native-card:#ffffff;--rd-native-ink:#0b1427;--rd-native-soft:#eef3fb;--rd-native-shadow:0 28px 80px rgba(0,0,0,.34)}
html{min-height:100%;background:#050b18;overscroll-behavior-y:none;text-size-adjust:100%;-webkit-text-size-adjust:100%}
body.rd-v53-native{background:radial-gradient(circle at 18% 0,rgba(255,88,0,.24),transparent 28%),radial-gradient(circle at 92% 3%,rgba(255,138,0,.13),transparent 24%),linear-gradient(180deg,#050817 0%,#071426 44%,#050b18 100%)!important;color:#f7fbff;min-height:calc(var(--rd-vh,1vh)*100);-webkit-tap-highlight-color:transparent;overscroll-behavior-y:none}
body.rd-v53-native .rd-app{min-height:calc(var(--rd-vh,1vh)*100);padding-bottom:calc(118px + var(--rd-safe-bottom))!important}
body.rd-v53-native button,body.rd-v53-native a,body.rd-v53-native .rd-product,body.rd-v53-native .rd-shop-card{touch-action:manipulation;-webkit-tap-highlight-color:transparent}
body.rd-v53-native .rd-tapped{transform:scale(.985)!important;filter:saturate(1.05)}
body.rd-v53-native .rd-native-main{width:min(980px,calc(100% - 22px))!important;padding-top:calc(104px + var(--rd-safe-top))!important;scroll-padding-top:calc(110px + var(--rd-safe-top))}
body.rd-v53-native .rd-top-v50{display:grid!important;grid-template-columns:minmax(106px,auto) minmax(120px,1fr) 56px!important;align-items:center!important;gap:10px!important;padding:calc(14px + var(--rd-safe-top)) 20px 12px!important;min-height:calc(82px + var(--rd-safe-top))!important;background:linear-gradient(180deg,rgba(5,9,20,.88),rgba(5,9,20,.54) 62%,rgba(5,9,20,0));backdrop-filter:blur(18px);-webkit-backdrop-filter:blur(18px)}
body.rd-v53-native .rd-top-v50 .rd-fixed-logo{position:static!important;justify-self:center!important;transform:none!important;width:clamp(156px,32vw,232px)!important;height:auto!important;max-height:58px!important;max-width:232px!important;object-fit:contain!important;object-position:center!important;filter:drop-shadow(0 16px 24px rgba(0,0,0,.42)) drop-shadow(0 0 18px rgba(255,90,0,.12))!important}
body.rd-v53-native .rd-country-pill,body.rd-v53-native .rd-bell-pill{height:58px!important;background:rgba(9,17,34,.82)!important;color:#fff!important;border:1px solid rgba(255,255,255,.14)!important;box-shadow:inset 0 1px 0 rgba(255,255,255,.09),0 16px 46px rgba(0,0,0,.34)!important;backdrop-filter:blur(22px);-webkit-backdrop-filter:blur(22px)}
body.rd-v53-native .rd-country-pill{justify-self:start!important;max-width:148px!important;display:flex!important;align-items:center!important;gap:8px!important;padding:0 16px!important;font-size:17px!important;overflow:hidden!important}
body.rd-v53-native .rd-country-pill span{max-width:82px!important;overflow:hidden!important;text-overflow:ellipsis!important;white-space:nowrap!important}
body.rd-v53-native .rd-bell-pill{justify-self:end!important;width:58px!important;padding:0!important;font-size:23px!important}
body.rd-v53-native .rd-bell-pill i{background:#ff7a00!important;box-shadow:0 0 0 5px rgba(255,106,0,.13)!important}
body.rd-v53-native .rd-entry-gate{min-height:calc((var(--rd-vh,1vh)*100) - 190px - var(--rd-safe-top) - var(--rd-safe-bottom));align-items:start!important;padding:18px 0 18px!important}
body.rd-v53-native .rd-entry-card{width:min(720px,100%)!important;border-radius:40px!important;padding:24px 26px 28px!important;background:linear-gradient(180deg,rgba(255,255,255,.98),rgba(246,248,252,.96))!important;color:var(--rd-native-ink)!important;border:1px solid rgba(255,255,255,.86)!important;box-shadow:0 28px 90px rgba(0,0,0,.30),inset 0 1px 0 rgba(255,255,255,.85)!important;overflow:hidden;position:relative}
body.rd-v53-native .rd-entry-card:before{content:"";position:absolute;inset:0 0 auto 0;height:150px;background:radial-gradient(circle at 12% 10%,rgba(255,106,0,.16),transparent 42%);pointer-events:none}
body.rd-v53-native .rd-entry-card>*{position:relative}
body.rd-v53-native .rd-entry-logo,body.rd-v53-native .rd-entry-card>img.rd-entry-logo{width:118px!important;height:74px!important;max-width:40%!important;object-fit:contain!important;object-position:left center!important;margin:0 0 18px!important;border-radius:0!important;background:transparent!important;filter:drop-shadow(0 12px 22px rgba(255,90,0,.20))!important}
body.rd-v53-native .rd-entry-card h1{font-size:clamp(38px,8.8vw,64px)!important;line-height:.92!important;letter-spacing:-.065em!important;margin:14px 0 12px!important;color:#0b1427!important}
body.rd-v53-native .rd-entry-card p{font-size:clamp(17px,4.3vw,21px)!important;line-height:1.38!important;font-weight:900!important;color:#697487!important;margin-bottom:18px!important}
body.rd-v53-native .rd-entry-card small{font-size:13px;line-height:1.35;color:#697487!important}
body.rd-v53-native .rd-chip{border-radius:999px!important;background:#fff!important;color:#ff5a00!important;border:1px solid rgba(255,106,0,.10);box-shadow:0 12px 34px rgba(14,30,62,.08)!important}
body.rd-v53-native .rd-tabs{height:66px!important;padding:6px!important;border-radius:999px!important;background:#111a31!important;box-shadow:inset 0 1px 0 rgba(255,255,255,.06)!important;gap:4px!important}
body.rd-v53-native .rd-tabs button{font-size:17px!important;color:rgba(255,255,255,.64)!important;border-radius:999px!important}
body.rd-v53-native .rd-tabs button.active{background:#fff!important;color:#111827!important;box-shadow:0 12px 28px rgba(0,0,0,.18)!important}
body.rd-v53-native .rd-input,body.rd-v53-native .rd-select,body.rd-v53-native .rd-textarea{font-size:16px!important;border-radius:22px!important;min-height:58px!important;background:#fff!important;color:#0b1427!important;border:1px solid #dde5f0!important;box-shadow:0 8px 22px rgba(14,30,62,.04)}
body.rd-v53-native .rd-input:focus,body.rd-v53-native .rd-select:focus,body.rd-v53-native .rd-textarea:focus{border-color:#ff6a00!important;box-shadow:0 0 0 5px rgba(255,106,0,.14),0 10px 28px rgba(14,30,62,.08)!important}
body.rd-v53-native .rd-btn{min-height:52px;border-radius:18px!important;letter-spacing:-.01em;box-shadow:0 14px 30px rgba(0,0,0,.10)}
body.rd-v53-native .rd-btn-primary{background:linear-gradient(135deg,#ff7a00 0%,#ff4d00 52%,#d83100 100%)!important;color:#fff!important;box-shadow:0 18px 40px rgba(255,90,0,.30)!important}
body.rd-v53-native .rd-btn-dark{background:#10192f!important;color:#fff!important}
body.rd-v53-native .rd-hero-v50{border-radius:42px!important;background:radial-gradient(circle at 76% 40%,rgba(255,255,255,.13),transparent 32%),linear-gradient(135deg,#ff7a00 0%,#ff4d00 50%,#ff9900 100%)!important;box-shadow:0 30px 95px rgba(255,92,0,.28),0 22px 70px rgba(0,0,0,.30)!important}
body.rd-v53-native .rd-hero-brand img{max-height:340px;object-fit:contain!important;filter:drop-shadow(0 34px 38px rgba(0,0,0,.34))!important}
body.rd-v53-native .rd-address-card,body.rd-v53-native .rd-track-card-v50,body.rd-v53-native .rd-benefits,body.rd-v53-native .rd-search-card{border-radius:34px!important;background:linear-gradient(180deg,#fff,#f7f9fc)!important;color:#0d1728!important;border:1px solid rgba(255,255,255,.74)!important;box-shadow:0 24px 70px rgba(0,0,0,.24)!important}
body.rd-v53-native .rd-search-card{position:sticky!important;top:calc(96px + var(--rd-safe-top))!important;z-index:40!important;padding:12px!important;grid-template-columns:1fr auto!important}
body.rd-v53-native .rd-oferente-card,body.rd-v53-native .rd-product{border-radius:32px!important;box-shadow:0 22px 58px rgba(0,0,0,.22)!important;overflow:hidden!important}
body.rd-v53-native .rd-oferente-card .rd-shop-logo{object-fit:contain!important;padding:4px!important;background:#fff!important}
body.rd-v53-native .rd-product-img{height:168px!important}
body.rd-v53-native .rd-bottom-menu{width:min(530px,calc(100% - 20px))!important;height:88px!important;bottom:calc(10px + var(--rd-safe-bottom))!important;border-radius:31px!important;grid-template-columns:1fr 1fr 100px 1fr 1fr!important;background:linear-gradient(180deg,rgba(10,18,34,.92),rgba(7,15,29,.88))!important;border:1px solid rgba(255,255,255,.13)!important;box-shadow:0 26px 72px rgba(0,0,0,.44),inset 0 1px 0 rgba(255,255,255,.08)!important;backdrop-filter:blur(24px);-webkit-backdrop-filter:blur(24px)}
body.rd-v53-native .rd-bottom-menu button{min-height:auto!important;color:#aeb8ca!important;font-size:23px!important;transition:transform .16s ease,color .16s ease!important}
body.rd-v53-native .rd-bottom-menu button:hover,body.rd-v53-native .rd-bottom-menu button:focus-visible{color:#fff!important;outline:0!important}
body.rd-v53-native .rd-bottom-menu button span{font-size:13px!important;font-weight:1000!important;margin-top:2px!important;letter-spacing:-.02em!important}
body.rd-v53-native .rd-cart-mochi{width:102px!important;height:102px!important;border-radius:50%!important;margin-top:-44px!important;background:radial-gradient(circle at 50% 36%,#ff9a14 0,#ff6200 55%,#b63100 100%)!important;border:8px solid rgba(255,104,0,.30)!important;box-shadow:0 0 0 10px rgba(255,90,0,.11),0 22px 54px rgba(255,72,0,.42),inset 0 2px 0 rgba(255,255,255,.18)!important;overflow:visible!important}
body.rd-v53-native .rd-cart-mochi:before{content:"";position:absolute;inset:7px;border-radius:50%;background:conic-gradient(rgba(12,210,118,.95) var(--rd-cart-fill,0%),transparent 0);opacity:.46;filter:blur(.2px)}
body.rd-v53-native .rd-cart-mochi img{position:relative;width:68px!important;height:68px!important;object-fit:contain!important;padding:0!important;border-radius:50%!important;filter:drop-shadow(0 10px 18px rgba(0,0,0,.24))!important;z-index:1!important;background:transparent!important}
body.rd-v53-native .rd-cart-mochi b{z-index:2!important;top:-10px!important;right:6px!important;background:#0e172b!important;border:3px solid #fff!important;min-width:32px!important;height:32px!important;font-size:15px!important;box-shadow:0 8px 20px rgba(0,0,0,.22)!important}
body.rd-v53-native .rd-cart-mochi small{bottom:-22px!important;background:#0a1427!important;color:#fff!important;border:1px solid rgba(255,255,255,.10)!important;font-size:12px!important;padding:5px 10px!important;box-shadow:0 10px 22px rgba(0,0,0,.24)!important}
body.rd-v53-native .rd-live-track{bottom:calc(110px + var(--rd-safe-bottom))!important;border-radius:30px!important;box-shadow:0 24px 70px rgba(0,0,0,.28)!important}
body.rd-v53-native .rd-sheet-backdrop{padding:14px!important;background:rgba(2,7,18,.54)!important;backdrop-filter:blur(18px)!important;-webkit-backdrop-filter:blur(18px)!important}
body.rd-v53-native .rd-sheet{border-radius:36px!important;max-height:min(88vh,calc((var(--rd-vh,1vh)*100) - 42px))!important;box-shadow:0 -10px 72px rgba(0,0,0,.34),0 30px 90px rgba(0,0,0,.22)!important;color:#0d1728!important;background:#fff!important}
body.rd-v53-native .rd-modal-head h2{font-size:28px!important;letter-spacing:-.04em!important}
body.rd-v53-native .rd-icon-btn{background:#eef3fb!important;color:#0d1728!important}
body.rd-v53-native .rd-map-card{border-radius:26px!important;overflow:hidden!important;border:1px solid #e5ebf3!important;background:#fff!important}
body.rd-v53-native .rd-map{border-radius:22px!important}
body.rd-v53-native .rd-toast{left:50%!important;right:auto!important;top:calc(82px + var(--rd-safe-top))!important;transform:translateX(-50%)!important;width:max-content!important;max-width:calc(100% - 28px)!important;border-radius:999px!important;text-align:center!important;background:rgba(13,23,42,.95)!important;backdrop-filter:blur(18px)!important;-webkit-backdrop-filter:blur(18px)!important}
body.rd-installed-app.rd-v53-native .rd-top-v50{padding-top:calc(18px + var(--rd-safe-top))!important}
body.rd-installed-app.rd-v53-native .rd-bottom-menu{bottom:calc(12px + var(--rd-safe-bottom))!important}
@media(max-width:760px){
  body.rd-v53-native .rd-native-main{width:calc(100% - 20px)!important;padding-top:calc(108px + var(--rd-safe-top))!important}
  body.rd-v53-native .rd-top-v50{grid-template-columns:minmax(92px,118px) 1fr 50px!important;padding-left:20px!important;padding-right:20px!important;gap:8px!important}
  body.rd-v53-native .rd-top-v50 .rd-fixed-logo{width:clamp(138px,37vw,176px)!important;max-height:50px!important}
  body.rd-v53-native .rd-country-pill{height:50px!important;max-width:118px!important;font-size:14px!important;padding:0 12px!important}
  body.rd-v53-native .rd-country-pill span{max-width:62px!important}
  body.rd-v53-native .rd-bell-pill{width:50px!important;height:50px!important;font-size:21px!important}
  body.rd-v53-native .rd-entry-gate{padding-top:18px!important;min-height:calc((var(--rd-vh,1vh)*100) - 205px - var(--rd-safe-top) - var(--rd-safe-bottom))}
  body.rd-v53-native .rd-entry-card{border-radius:38px!important;padding:24px 26px 30px!important;min-height:0!important}
  body.rd-v53-native .rd-entry-logo,body.rd-v53-native .rd-entry-card>img.rd-entry-logo{width:104px!important;height:68px!important;max-width:42%!important;margin-bottom:18px!important}
  body.rd-v53-native .rd-entry-card h1{font-size:clamp(40px,12vw,54px)!important}
  body.rd-v53-native .rd-tabs{height:66px!important}
  body.rd-v53-native .rd-tabs button{font-size:16px!important}
  body.rd-v53-native .rd-form-grid{grid-template-columns:1fr!important;gap:12px!important}
  body.rd-v53-native .rd-hero-v50{grid-template-columns:1fr!important;min-height:510px!important;padding:32px 24px 28px!important;border-radius:38px!important}
  body.rd-v53-native .rd-hero-v50 h1{font-size:54px!important}
  body.rd-v53-native .rd-hero-v50 p{font-size:20px!important}
  body.rd-v53-native .rd-hero-brand{position:absolute!important;right:-56px!important;bottom:42px!important;width:58%!important;min-height:210px!important;opacity:.96!important}
  body.rd-v53-native .rd-hero-brand img{width:230px!important;max-height:230px!important}
  body.rd-v53-native .rd-search-card{grid-template-columns:1fr!important;top:calc(88px + var(--rd-safe-top))!important}
  body.rd-v53-native .rd-product-grid{grid-template-columns:1fr!important;gap:16px!important}
  body.rd-v53-native .rd-oferente-card{min-width:260px!important}
  body.rd-v53-native .rd-bottom-menu{width:calc(100% - 18px)!important;height:86px!important;grid-template-columns:1fr 1fr 96px 1fr 1fr!important;border-radius:30px!important}
  body.rd-v53-native .rd-cart-mochi{width:98px!important;height:98px!important;margin-top:-42px!important}
  body.rd-v53-native .rd-cart-mochi img{width:64px!important;height:64px!important}
  body.rd-v53-native .rd-bottom-menu button span{font-size:12px!important}
  body.rd-v53-native .rd-address-card{grid-template-columns:58px 1fr!important;padding:18px!important;border-radius:32px!important}
  body.rd-v53-native .rd-address-card .rd-btn{grid-column:1/-1!important;width:100%!important}
}
@media(max-width:390px){
  body.rd-v53-native .rd-top-v50{grid-template-columns:88px 1fr 46px!important;padding-left:14px!important;padding-right:14px!important}
  body.rd-v53-native .rd-top-v50 .rd-fixed-logo{width:126px!important;max-height:44px!important}
  body.rd-v53-native .rd-country-pill{max-width:94px!important;font-size:13px!important;padding:0 10px!important}
  body.rd-v53-native .rd-country-pill span{max-width:48px!important}
  body.rd-v53-native .rd-bell-pill{width:46px!important;height:46px!important}
  body.rd-v53-native .rd-entry-card{padding:22px 24px 28px!important;border-radius:36px!important}
  body.rd-v53-native .rd-entry-card h1{font-size:39px!important}
  body.rd-v53-native .rd-entry-card p{font-size:16px!important}
  body.rd-v53-native .rd-bottom-menu{grid-template-columns:1fr 1fr 88px 1fr 1fr!important}
  body.rd-v53-native .rd-cart-mochi{width:88px!important;height:88px!important}
  body.rd-v53-native .rd-cart-mochi img{width:56px!important;height:56px!important}
  body.rd-v53-native .rd-cart-mochi small{font-size:11px!important}
}
@media(prefers-reduced-motion:reduce){body.rd-v53-native *,body.rd-v53-native *:before,body.rd-v53-native *:after{animation-duration:.001ms!important;transition-duration:.001ms!important;scroll-behavior:auto!important}}


/* ReyDelivery V54 · carrito app-icon + animación de entrada */
body.rd-v54-native .rd-entry-logo-fx{position:fixed;inset:0;z-index:9999;display:grid;place-items:center;background:radial-gradient(circle at 50% 42%,rgba(255,112,0,.28),transparent 28%),linear-gradient(180deg,#050817 0%,#061426 100%);pointer-events:none;animation:rd-entry-fade 1.25s cubic-bezier(.2,.9,.2,1) forwards}
body.rd-v54-native .rd-entry-logo-fx img{width:min(42vw,190px);height:min(42vw,190px);object-fit:contain;border-radius:36px;box-shadow:0 26px 70px rgba(255,90,0,.38),0 0 0 12px rgba(255,106,0,.10);animation:rd-logo-land 1.05s cubic-bezier(.16,1,.3,1) both}
body.rd-v54-native .rd-entry-logo-fx span{position:absolute;top:calc(50% + min(26vw,118px));font-weight:1000;color:#fff;letter-spacing:-.03em;text-shadow:0 10px 24px rgba(0,0,0,.34);animation:rd-entry-copy 1.05s ease both}
@keyframes rd-entry-fade{0%,72%{opacity:1}100%{opacity:0;visibility:hidden}}
@keyframes rd-logo-land{0%{opacity:0;transform:translateY(26px) scale(.58) rotate(-10deg);filter:blur(8px)}55%{opacity:1;transform:translateY(0) scale(1.08) rotate(2deg);filter:blur(0)}100%{opacity:1;transform:translateY(0) scale(1) rotate(0)}}
@keyframes rd-entry-copy{0%,34%{opacity:0;transform:translateY(12px)}100%{opacity:1;transform:translateY(0)}}
body.rd-v54-native .rd-cart-mochi{width:102px!important;height:102px!important;border-radius:28px!important;margin-top:-44px!important;background:linear-gradient(135deg,#ff7a00 0%,#ff4d00 52%,#b82b00 100%)!important;border:0!important;box-shadow:0 0 0 10px rgba(255,90,0,.11),0 22px 54px rgba(255,72,0,.42),inset 0 2px 0 rgba(255,255,255,.22)!important;overflow:visible!important;isolation:isolate!important}
body.rd-v54-native .rd-cart-mochi:before{content:""!important;position:absolute!important;inset:-7px!important;border-radius:34px!important;background:conic-gradient(from -40deg,#12d276 var(--rd-cart-fill,0%),rgba(255,255,255,.24) 0,rgba(255,255,255,.10) 100%)!important;opacity:.7!important;filter:none!important;z-index:-1!important}
body.rd-v54-native .rd-cart-mochi:after{content:"";position:absolute;inset:5px;border-radius:24px;background:radial-gradient(circle at 42% 28%,rgba(255,255,255,.30),transparent 28%),linear-gradient(135deg,#ff7a00,#e63a00);z-index:0;box-shadow:inset 0 1px 0 rgba(255,255,255,.22)}
body.rd-v54-native .rd-cart-mochi img{position:relative;width:80px!important;height:80px!important;object-fit:contain!important;padding:0!important;border-radius:22px!important;filter:drop-shadow(0 12px 18px rgba(0,0,0,.28))!important;z-index:1!important;background:transparent!important}
body.rd-v54-native .rd-cart-mochi b{z-index:3!important;top:-13px!important;right:-8px!important;background:#0e172b!important;border:3px solid #fff!important;min-width:32px!important;height:32px!important;font-size:15px!important;box-shadow:0 8px 20px rgba(0,0,0,.22)!important}
body.rd-v54-native .rd-cart-mochi small{z-index:3!important;bottom:-24px!important;background:#0a1427!important;color:#fff!important;border:1px solid rgba(255,255,255,.10)!important;font-size:12px!important;padding:5px 10px!important;box-shadow:0 10px 22px rgba(0,0,0,.24)!important}
body.rd-v54-native .rd-cart-mochi.loaded{animation:rd-cart-native-breathe 2.2s ease-in-out infinite}
@keyframes rd-cart-native-breathe{0%,100%{transform:translateY(0) scale(1)}50%{transform:translateY(-2px) scale(1.025)}}
@media(max-width:760px){body.rd-v54-native .rd-cart-mochi{width:98px!important;height:98px!important;border-radius:27px!important}body.rd-v54-native .rd-cart-mochi:before{border-radius:33px!important}body.rd-v54-native .rd-cart-mochi:after{border-radius:23px!important}body.rd-v54-native .rd-cart-mochi img{width:76px!important;height:76px!important;border-radius:21px!important}}
@media(max-width:390px){body.rd-v54-native .rd-cart-mochi{width:88px!important;height:88px!important;border-radius:24px!important}body.rd-v54-native .rd-cart-mochi img{width:68px!important;height:68px!important;border-radius:19px!important}}
@media(prefers-reduced-motion:reduce){body.rd-v54-native .rd-entry-logo-fx,body.rd-v54-native .rd-entry-logo-fx img,body.rd-v54-native .rd-cart-mochi.loaded{animation:none!important}body.rd-v54-native .rd-entry-logo-fx{display:none!important}}


/* V55 cierre ecosistema: carrito estilo icono cuadrado + entrada más app nativa */
body.rd-v54-native .rd-cart-mochi{border-radius:22px!important;overflow:visible!important}
body.rd-v54-native .rd-cart-mochi:before{border-radius:28px!important}
body.rd-v54-native .rd-cart-mochi:after{border-radius:18px!important}
body.rd-v54-native .rd-cart-mochi img{border-radius:15px!important;object-fit:cover!important}
body.rd-v54-native .rd-entry-logo-fx img{border-radius:24px!important;animation:rd-v55-entry-pop .78s cubic-bezier(.18,.95,.25,1.2) both,rd-v54-logo-float 1.6s ease-in-out .85s infinite alternate!important}
@keyframes rd-v55-entry-pop{0%{opacity:0;transform:scale(.48) rotate(-10deg);filter:blur(10px) saturate(1.2)}58%{opacity:1;transform:scale(1.12) rotate(4deg);filter:blur(0) saturate(1.35)}100%{opacity:1;transform:scale(1) rotate(0);filter:blur(0) saturate(1.12)}}
@media(max-width:540px){body.rd-v54-native .rd-cart-mochi{border-radius:21px!important}body.rd-v54-native .rd-cart-mochi:before{border-radius:27px!important}body.rd-v54-native .rd-cart-mochi:after{border-radius:17px!important}body.rd-v54-native .rd-cart-mochi img{border-radius:14px!important}}
@media(max-width:370px){body.rd-v54-native .rd-cart-mochi{border-radius:19px!important}body.rd-v54-native .rd-cart-mochi img{border-radius:13px!important}}


/* V56 fix blanco + loader nativo hasta que cargue toda la app */
.rd-native-loader{position:fixed;inset:0;z-index:10050;display:grid;place-items:center;background:radial-gradient(circle at 50% 38%,rgba(255,104,0,.24),transparent 28%),linear-gradient(180deg,#050917 0%,#071120 58%,#030710 100%);color:#fff;overflow:hidden;pointer-events:auto}
.rd-native-loader:before{content:"";position:absolute;inset:-20%;background:radial-gradient(circle at 20% 20%,rgba(255,130,0,.18),transparent 26%),radial-gradient(circle at 80% 72%,rgba(255,60,0,.16),transparent 24%);animation:rd-loader-aurora 3.2s ease-in-out infinite alternate}
.rd-loader-stage{position:relative;z-index:1;width:min(360px,88vw);display:grid;justify-items:center;text-align:center;gap:13px;padding:28px 22px;border-radius:34px;background:linear-gradient(180deg,rgba(255,255,255,.10),rgba(255,255,255,.035));border:1px solid rgba(255,255,255,.12);box-shadow:0 32px 95px rgba(0,0,0,.44),inset 0 1px 0 rgba(255,255,255,.14);backdrop-filter:blur(18px);-webkit-backdrop-filter:blur(18px)}
.rd-loader-logo{width:min(230px,68vw);max-height:92px;object-fit:contain;filter:drop-shadow(0 18px 34px rgba(255,91,0,.34));animation:rd-loader-logo-pulse 1.45s ease-in-out infinite}
.rd-loader-road{position:relative;width:min(250px,72vw);height:82px;border-radius:26px;overflow:hidden;background:linear-gradient(90deg,rgba(255,255,255,.06),rgba(255,112,0,.16),rgba(255,255,255,.06));box-shadow:inset 0 0 0 1px rgba(255,255,255,.08)}
.rd-loader-road:before{content:"";position:absolute;left:0;right:0;bottom:20px;height:4px;background:repeating-linear-gradient(90deg,rgba(255,255,255,.86) 0 28px,transparent 28px 48px);opacity:.7;animation:rd-loader-road 650ms linear infinite}
.rd-loader-moto{position:absolute;left:50%;bottom:13px;width:68px;height:68px;object-fit:contain;transform:translateX(-50%);filter:drop-shadow(0 14px 18px rgba(0,0,0,.42));animation:rd-loader-moto 780ms ease-in-out infinite alternate}
.rd-loader-stage b{font-size:26px;line-height:1;font-weight:1000;letter-spacing:-.045em;text-shadow:0 10px 22px rgba(0,0,0,.35)}
.rd-loader-stage span{font-size:14px;font-weight:850;color:rgba(255,255,255,.78);line-height:1.35;max-width:280px}
.rd-loader-error .rd-loader-stage{background:linear-gradient(180deg,rgba(255,255,255,.13),rgba(255,255,255,.05));border-color:rgba(255,112,0,.35)}
@keyframes rd-loader-aurora{from{transform:translate3d(-2%,0,0) scale(1);filter:saturate(1)}to{transform:translate3d(2%,-1%,0) scale(1.04);filter:saturate(1.25)}}
@keyframes rd-loader-logo-pulse{0%,100%{transform:translateY(0) scale(1);filter:drop-shadow(0 18px 34px rgba(255,91,0,.30))}50%{transform:translateY(-4px) scale(1.035);filter:drop-shadow(0 24px 44px rgba(255,91,0,.48))}}
@keyframes rd-loader-road{to{background-position:-48px 0}}
@keyframes rd-loader-moto{from{transform:translateX(-52%) translateY(2px) rotate(-2deg)}to{transform:translateX(-48%) translateY(-4px) rotate(2deg)}}
body.rd-v54-native .rd-entry-logo-fx{animation:none!important;visibility:visible!important;opacity:1!important}
body.rd-v54-native .rd-entry-logo-fx img.rd-loader-logo{border-radius:0!important;animation:rd-loader-logo-pulse 1.45s ease-in-out infinite!important}
body.rd-v54-native .rd-cart-mochi{border-radius:18px!important;background:linear-gradient(135deg,#ff7a00,#ff4d00 55%,#b92a00)!important;box-shadow:0 0 0 9px rgba(255,90,0,.12),0 22px 54px rgba(255,72,0,.42),inset 0 2px 0 rgba(255,255,255,.18)!important;overflow:visible!important}
body.rd-v54-native .rd-cart-mochi:before{border-radius:24px!important}
body.rd-v54-native .rd-cart-mochi:after{border-radius:14px!important}
body.rd-v54-native .rd-cart-mochi img{border-radius:12px!important;object-fit:cover!important;background:transparent!important}
@media(max-width:420px){.rd-loader-stage{width:min(326px,88vw);padding:24px 18px;border-radius:30px}.rd-loader-logo{max-height:82px}.rd-loader-road{height:76px}.rd-loader-moto{width:62px;height:62px}body.rd-v54-native .rd-cart-mochi{border-radius:16px!important}body.rd-v54-native .rd-cart-mochi img{border-radius:11px!important}}
@media(prefers-reduced-motion:reduce){.rd-native-loader:before,.rd-loader-logo,.rd-loader-road:before,.rd-loader-moto{animation:none!important}}


/* V57 producción final: PWA install, buscador ocultable, éxito full green y tracking por etapas */
.rd-install-card{margin:16px 0 0;padding:15px;border-radius:28px;background:linear-gradient(135deg,rgba(255,90,0,.95),rgba(255,138,0,.88));color:#fff;display:flex;align-items:center;justify-content:space-between;gap:14px;box-shadow:0 18px 50px rgba(255,90,0,.24)}
.rd-install-card>div:first-child{display:flex;align-items:center;gap:12px}.rd-install-card img{width:52px;height:52px;border-radius:14px;object-fit:cover;box-shadow:0 10px 24px rgba(0,0,0,.18)}.rd-install-card b{display:block;font-size:18px;letter-spacing:-.03em}.rd-install-card span{display:block;font-weight:800;color:rgba(255,255,255,.86);font-size:13px}.rd-install-actions{display:flex;gap:8px;flex-wrap:wrap;justify-content:flex-end}.rd-install-card .rd-btn-ghost{background:rgba(255,255,255,.18);color:#fff;border-color:rgba(255,255,255,.26)}
.rd-search-card{transition:.24s ease;align-items:center}.rd-search-inner{display:grid;grid-template-columns:1fr auto;gap:10px;align-items:center}.rd-search-toggle{border:0;background:rgba(16,27,49,.08);color:var(--rd-ink);font-weight:1000;border-radius:999px;padding:11px 14px;display:none}.rd-dark .rd-search-toggle{background:rgba(255,255,255,.08);color:#fff}.rd-search-card.collapsed{grid-template-columns:1fr;width:max-content;min-width:0;padding:8px 10px;border-radius:999px;box-shadow:0 12px 28px rgba(14,30,62,.12)}.rd-search-card.collapsed .rd-search-inner{display:none}.rd-search-card.collapsed .rd-search-toggle{display:inline-flex}.rd-search-card:not(.collapsed) .rd-search-toggle{display:inline-flex}.rd-search-card:not(.collapsed){grid-template-columns:auto 1fr}.rd-search-card:not(.collapsed) .rd-search-toggle{white-space:nowrap;background:rgba(255,90,0,.10);color:var(--rd-orange)}
.rd-confirm.success{position:fixed;inset:0;z-index:10080;display:grid;place-items:center;background:linear-gradient(180deg,#00a65a 0%,#00c875 100%);color:#fff}.rd-confirm.success:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 50% 25%,rgba(255,255,255,.28),transparent 30%),radial-gradient(circle at 85% 80%,rgba(255,255,255,.12),transparent 28%);animation:rd-success-glow 1.8s ease-in-out infinite alternate}.rd-confirm.success .rd-confirm-card{position:relative;z-index:1;width:min(420px,88vw);text-align:center;background:rgba(255,255,255,.15);border:1px solid rgba(255,255,255,.28);border-radius:38px;padding:36px 28px;box-shadow:0 32px 90px rgba(0,0,0,.28);backdrop-filter:blur(18px);-webkit-backdrop-filter:blur(18px)}.rd-confirm.success .rd-confirm-card img{width:76px;height:76px;border-radius:22px;object-fit:cover;margin:8px auto 4px;filter:drop-shadow(0 16px 24px rgba(0,0,0,.20))}.rd-success-icon{width:96px;height:96px;border-radius:50%;display:grid;place-items:center;margin:0 auto 12px;background:#fff;color:#00a65a;font-size:64px;font-weight:1000;box-shadow:0 22px 52px rgba(0,0,0,.20);animation:rd-success-pop .46s cubic-bezier(.2,1.2,.3,1) both}.rd-confirm.success h1{font-size:38px;line-height:.95;margin:10px 0 8px;letter-spacing:-.06em}.rd-confirm.success p{font-size:17px;font-weight:850;color:rgba(255,255,255,.90)}.rd-confirm.success b{display:block;background:rgba(0,0,0,.16);border-radius:999px;padding:10px 14px;margin-top:12px}.rd-confirm.success small{display:block;margin-top:8px;color:rgba(255,255,255,.86);font-weight:850}@keyframes rd-success-pop{from{opacity:0;transform:scale(.4) rotate(-12deg)}to{opacity:1;transform:scale(1) rotate(0)}}@keyframes rd-success-glow{from{filter:saturate(1)}to{filter:saturate(1.25) brightness(1.04)}}
.rd-live-track-v57{cursor:pointer}.rd-live-track-v57 .rd-track-eta{display:flex;gap:8px;align-items:center;flex-wrap:wrap}.rd-map-hint{margin-left:auto;border-radius:999px;background:rgba(255,90,0,.12);color:var(--rd-orange);font-weight:1000;padding:6px 10px}.rd-public-stages{display:grid;grid-template-columns:repeat(4,1fr);gap:8px;margin-top:12px}.rd-public-stages span{min-height:70px;border:1px solid var(--rd-line);border-radius:18px;padding:10px 8px;display:grid;align-content:center;justify-items:center;text-align:center;font-size:12px;font-weight:1000;color:var(--rd-muted);background:rgba(255,255,255,.58)}.rd-dark .rd-public-stages span{background:rgba(255,255,255,.06)}.rd-public-stages span i{font-style:normal;width:28px;height:28px;display:grid;place-items:center;border-radius:10px;background:rgba(108,118,139,.14);margin-bottom:5px}.rd-public-stages span.done{color:var(--rd-green);border-color:rgba(8,166,90,.28);background:rgba(8,166,90,.08)}.rd-public-stages span.done i{background:var(--rd-green);color:#fff}.rd-public-stages span.active{outline:3px solid rgba(255,90,0,.15);color:var(--rd-orange)}.rd-live-track-v57 .rd-tracking-map{margin-top:12px;min-height:280px;border-radius:24px;overflow:hidden;border:1px solid var(--rd-line)}
.rd-product-img img[src=""],.rd-mini-product img[src=""]{display:none}.rd-product-img{display:grid;place-items:center}.rd-product-img:has(img[src=""]){background:linear-gradient(135deg,#fff2e8,#ffe6d2)}
@media(max-width:760px){.rd-install-card{align-items:flex-start;flex-direction:column}.rd-install-actions{width:100%;display:grid;grid-template-columns:1fr 1fr}.rd-search-card:not(.collapsed){grid-template-columns:1fr}.rd-search-inner{grid-template-columns:1fr}.rd-search-card:not(.collapsed) .rd-search-toggle{width:max-content}.rd-public-stages{grid-template-columns:repeat(2,1fr)}}
@media(max-width:390px){.rd-public-stages span{font-size:11px}.rd-confirm.success h1{font-size:32px}}


/* V58 final producción: landing PC, instalación móvil, loader nativo, success full-screen y fotos Titanium */
.rd-native-loader{position:fixed;inset:0;z-index:9999;display:grid;place-items:center;background:radial-gradient(circle at 50% 55%,rgba(255,92,0,.16),transparent 34%),linear-gradient(180deg,#050b17,#091121 54%,#050913);color:#fff;overflow:hidden}
.rd-native-loader:before{content:"";position:absolute;inset:-30%;background:conic-gradient(from 120deg,transparent,rgba(255,105,0,.20),transparent,rgba(255,185,0,.14),transparent);animation:rdSpin 4.6s linear infinite;filter:blur(28px)}
.rd-loader-stage{position:relative;z-index:2;display:grid;place-items:center;gap:13px;text-align:center;padding:30px;width:min(360px,92vw)}
.rd-loader-logo{max-width:230px;max-height:110px;object-fit:contain;filter:drop-shadow(0 24px 34px rgba(255,74,0,.30));animation:rdLogoPulse 1.7s ease-in-out infinite}
.rd-loader-road{position:relative;width:min(280px,78vw);height:54px;margin:2px auto 4px;border-radius:999px;background:linear-gradient(90deg,transparent,rgba(255,255,255,.20),transparent);overflow:hidden;box-shadow:inset 0 -1px 0 rgba(255,255,255,.12)}
.rd-loader-road:before{content:"";position:absolute;left:0;right:0;bottom:11px;height:3px;background:repeating-linear-gradient(90deg,#ffb000 0 28px,transparent 28px 50px);animation:rdRoad 650ms linear infinite;opacity:.85}.rd-loader-moto{position:absolute;left:14px;bottom:10px;width:58px;height:58px;object-fit:contain;filter:drop-shadow(0 12px 14px rgba(0,0,0,.35));animation:rdMotoRide 1.25s ease-in-out infinite}.rd-loader-stage b{font-size:24px;font-weight:1000;letter-spacing:-.03em}.rd-loader-stage span{font-size:15px;color:rgba(255,255,255,.78);font-weight:800}.rd-loader-stage small{font-size:12px;color:rgba(255,255,255,.48);font-weight:700}@keyframes rdSpin{to{transform:rotate(1turn)}}@keyframes rdLogoPulse{0%,100%{transform:translateY(0) scale(1)}50%{transform:translateY(-4px) scale(1.035)}}@keyframes rdRoad{to{transform:translateX(-50px)}}@keyframes rdMotoRide{0%,100%{transform:translateX(0) rotate(-3deg)}50%{transform:translateX(180px) rotate(3deg)}}
.rd-install-banner{position:fixed;left:50%;top:calc(80px + var(--rd-safe-top));transform:translateX(-50%);z-index:86;width:min(520px,calc(100% - 24px));display:grid;grid-template-columns:48px 1fr auto 34px;align-items:center;gap:10px;padding:10px 10px 10px 12px;border-radius:24px;background:rgba(255,255,255,.96);color:#0b1427;box-shadow:0 18px 55px rgba(0,0,0,.30);border:1px solid rgba(255,255,255,.70);backdrop-filter:blur(18px);-webkit-backdrop-filter:blur(18px)}.rd-install-banner img{width:46px;height:46px;border-radius:15px;object-fit:contain}.rd-install-banner b{display:block;font-size:15px;letter-spacing:-.02em}.rd-install-banner span{display:block;font-size:12px;color:#6b7280;font-weight:800}.rd-install-banner .rd-btn{min-height:38px;padding:0 14px;border-radius:14px}.rd-install-close{border:0;background:#edf2f8;color:#111827;border-radius:12px;width:32px;height:32px;font-size:22px;font-weight:900}
.rd-confirm.success{position:fixed;inset:0;z-index:9900;background:linear-gradient(180deg,#05bd5a,#008f48);display:grid;place-items:center;color:#fff}.rd-confirm.success .rd-confirm-card{width:min(520px,94vw);min-height:min(580px,88vh);display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;background:transparent!important;box-shadow:none!important;border:0!important;color:#fff!important;padding:28px}.rd-confirm.success .rd-success-icon{display:grid!important;place-items:center;width:140px;height:140px;border-radius:50%;font-size:92px;background:#fff;color:#05aa54;box-shadow:0 22px 70px rgba(0,0,0,.22);animation:rdSuccessPop 900ms cubic-bezier(.2,1.4,.2,1) both}.rd-confirm.success img{display:none}.rd-confirm.success h1{font-size:clamp(42px,10vw,68px);line-height:.9;margin:18px 0 10px;color:#fff!important}.rd-confirm.success p{font-size:20px;font-weight:900;max-width:390px;color:rgba(255,255,255,.92)!important}.rd-confirm.success b,.rd-confirm.success small{display:inline-flex;margin-top:12px;padding:10px 16px;border-radius:999px;background:rgba(255,255,255,.18);color:#fff!important;font-weight:1000}@keyframes rdSuccessPop{0%{transform:scale(.2);opacity:0}70%{transform:scale(1.12);opacity:1}100%{transform:scale(1)}}
body.rd-v53-native .rd-cart-mochi,body.rd-v54-native .rd-cart-mochi{border-radius:28px!important;width:100px!important;height:100px!important;background:linear-gradient(145deg,#ff8a00,#ff5600 55%,#b83200)!important;border:8px solid rgba(255,255,255,.12)!important;box-shadow:0 0 0 12px rgba(255,100,0,.15),0 24px 58px rgba(255,74,0,.42),inset 0 2px 0 rgba(255,255,255,.25)!important}body.rd-v53-native .rd-cart-mochi:before,body.rd-v54-native .rd-cart-mochi:before{border-radius:22px!important}body.rd-v53-native .rd-cart-mochi img,body.rd-v54-native .rd-cart-mochi img{border-radius:21px!important;background:transparent!important;width:68px!important;height:68px!important}.rd-product-img{background:#f6f7fb}.rd-product-img img,.rd-product img{object-fit:cover}.rd-product-img img[src*="45.55.211.35"]{display:none!important}
.rd-desktop-landing{min-height:100vh;position:relative;overflow:hidden;background:radial-gradient(circle at 75% 20%,rgba(255,91,0,.22),transparent 32%),radial-gradient(circle at 15% 85%,rgba(255,179,0,.15),transparent 28%),linear-gradient(135deg,#050914 0%,#0b1427 54%,#1c0b06 100%);color:#fff;padding:34px min(6vw,84px);display:flex;flex-direction:column}.rd-desktop-orb{position:absolute;border-radius:50%;filter:blur(26px);opacity:.5}.rd-desktop-orb.one{width:360px;height:360px;background:#ff5a00;right:-90px;top:80px}.rd-desktop-orb.two{width:280px;height:280px;background:#ffb000;left:-80px;bottom:30px}.rd-desktop-nav{position:relative;z-index:2;display:flex;align-items:center;justify-content:space-between;gap:20px}.rd-desktop-nav img{height:74px;object-fit:contain;filter:drop-shadow(0 18px 28px rgba(255,88,0,.24))}.rd-desktop-hero{position:relative;z-index:2;flex:1;display:grid;grid-template-columns:minmax(420px,1fr) 420px;align-items:center;gap:min(8vw,110px);max-width:1240px;margin:0 auto;width:100%}.rd-desktop-copy h1{font-size:clamp(56px,6vw,92px);line-height:.88;letter-spacing:-.065em;margin:18px 0}.rd-desktop-copy p{font-size:22px;line-height:1.45;color:rgba(255,255,255,.78);max-width:650px;font-weight:800}.rd-desktop-actions{display:flex;gap:14px;margin:32px 0 14px}.rd-desktop-copy small{color:rgba(255,255,255,.58);font-weight:800}.rd-phone-preview{justify-self:center;width:330px;height:670px;border-radius:54px;padding:14px;background:#111827;box-shadow:0 42px 120px rgba(0,0,0,.52),inset 0 0 0 2px rgba(255,255,255,.11);position:relative}.rd-phone-notch{position:absolute;left:50%;top:20px;transform:translateX(-50%);width:116px;height:28px;border-radius:0 0 22px 22px;background:#050914;z-index:3}.rd-phone-screen{height:100%;border-radius:42px;background:linear-gradient(180deg,#0b1325,#f7f8fb 27%,#fff);overflow:hidden;padding:64px 22px 22px;display:flex;flex-direction:column;gap:18px}.rd-phone-logo{height:58px;object-fit:contain}.rd-phone-card{background:#fff;border-radius:28px;padding:22px;color:#101827;box-shadow:0 18px 40px rgba(0,0,0,.16);display:grid;gap:6px}.rd-phone-card b{font-size:26px}.rd-phone-card span{font-weight:900;color:#6b7280}.rd-phone-list{display:grid;gap:12px}.rd-phone-list i{height:78px;border-radius:24px;background:linear-gradient(90deg,#fff,#f1f4f9);box-shadow:0 12px 30px rgba(0,0,0,.09)}.rd-phone-screen button{margin-top:auto;border:0;border-radius:22px;background:linear-gradient(135deg,#ff7a00,#e53600);color:#fff;min-height:58px;font-size:18px;font-weight:1000}.rd-desktop-landing-active .rd-native-loader{background:#050914}@media(max-width:860px){.rd-desktop-landing{display:none}.rd-install-banner{top:calc(72px + var(--rd-safe-top));grid-template-columns:42px 1fr auto 30px}.rd-install-banner span{display:none}}


/* V58 producción: desktop landing SEO + app loader + PWA install */
.rd-desktop-landing-body{background:#070d19;color:#fff;min-height:100vh;overflow-x:hidden}.rd-desktop-landing{font-family:Inter,system-ui,-apple-system,Segoe UI,sans-serif;min-height:100vh;background:radial-gradient(circle at 12% 8%,rgba(255,90,0,.28),transparent 34%),linear-gradient(135deg,#080e1d,#111827 50%,#1d0b04)}.rd-landing-hero{position:relative;max-width:1180px;margin:0 auto;padding:28px 28px 70px}.rd-landing-hero nav{display:flex;align-items:center;justify-content:space-between;gap:20px}.rd-landing-hero nav img{height:64px;object-fit:contain}.rd-landing-link{color:#fff;text-decoration:none;border:1px solid rgba(255,255,255,.18);padding:12px 18px;border-radius:999px;background:rgba(255,255,255,.08);font-weight:900}.rd-landing-grid{display:grid;grid-template-columns:1.05fr .95fr;gap:48px;align-items:center;padding-top:72px}.rd-landing-copy h1{font-size:clamp(42px,6vw,84px);line-height:.92;margin:18px 0 20px;letter-spacing:-.06em}.rd-landing-copy p{font-size:20px;line-height:1.6;color:#cbd5e1;max-width:660px}.rd-landing-actions{display:flex;gap:14px;flex-wrap:wrap;margin:30px 0}.rd-landing-btn{appearance:none;border:0;text-decoration:none;cursor:pointer;border-radius:22px;padding:17px 24px;font-weight:1000;font-size:16px;color:#111827;background:#fff;box-shadow:0 18px 40px rgba(0,0,0,.25)}.rd-landing-btn.primary{color:#fff;background:linear-gradient(135deg,#ff7a00,#ef2b00)}.rd-landing-steps{display:grid;gap:8px;color:#cbd5e1;background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.12);padding:18px;border-radius:24px;max-width:560px}.rd-landing-steps b{color:#fff}.rd-phone-mock{justify-self:center;width:min(360px,88vw);height:690px;border-radius:46px;background:linear-gradient(180deg,#111827,#030712);border:10px solid #1f2937;box-shadow:0 50px 120px rgba(0,0,0,.55),0 0 80px rgba(255,90,0,.28);padding:34px 22px;position:relative;overflow:hidden}.rd-phone-top{position:absolute;top:14px;left:50%;transform:translateX(-50%);width:120px;height:22px;border-radius:0 0 18px 18px;background:#000}.rd-phone-logo{display:block;max-width:210px;margin:80px auto 40px}.rd-phone-card{position:absolute;left:22px;right:22px;bottom:34px;background:#fff;color:#101827;border-radius:32px;padding:24px;display:grid;gap:8px}.rd-phone-card b{font-size:26px}.rd-phone-card span{color:#667085;font-weight:800}.rd-phone-card strong{margin-top:10px;background:#16a34a;color:#fff;border-radius:18px;padding:14px;text-align:center}.rd-landing-seo{max-width:1180px;margin:0 auto;padding:0 28px 48px;display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.rd-landing-seo article{background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.12);border-radius:28px;padding:22px;display:grid;gap:8px}.rd-landing-seo b{font-size:20px}.rd-landing-seo span{color:#cbd5e1}.rd-install-card{margin:0 0 16px;background:linear-gradient(135deg,rgba(255,255,255,.98),rgba(255,238,226,.96));border:1px solid rgba(255,90,0,.16);border-radius:26px;padding:14px;display:grid;grid-template-columns:1fr auto auto;gap:10px;align-items:center;box-shadow:0 22px 45px rgba(15,23,42,.12)}.rd-install-card b{color:#101827}.rd-install-card span{display:block;color:#667085;font-weight:800;font-size:13px;line-height:1.3}.rd-dark .rd-install-card{background:linear-gradient(135deg,#111827,#1f2937);border-color:rgba(255,255,255,.10)}.rd-dark .rd-install-card b{color:#fff}.rd-loader-stage{position:relative;isolation:isolate}.rd-loader-orbit{position:absolute;inset:-32px;border-radius:999px;background:conic-gradient(from 0deg,rgba(255,90,0,0),rgba(255,90,0,.55),rgba(255,211,0,.3),rgba(255,90,0,0));filter:blur(10px);animation:rdSpin 1.5s linear infinite;z-index:-1}.rd-loader-logo{filter:drop-shadow(0 18px 30px rgba(255,90,0,.35))}.rd-loader-road{height:76px;position:relative;overflow:hidden;margin:10px auto 8px;width:min(260px,72vw);border-bottom:3px dashed rgba(255,255,255,.38)}.rd-loader-road:before,.rd-loader-road:after{content:"";position:absolute;left:-80px;right:-80px;bottom:4px;border-bottom:2px solid rgba(255,90,0,.22);animation:rdRoad 1.1s linear infinite}.rd-loader-road:after{bottom:18px;animation-duration:.78s;opacity:.55}.rd-loader-moto{width:74px;height:74px;object-fit:contain;position:absolute;bottom:0;left:50%;transform:translateX(-50%);animation:rdMotoRun .86s ease-in-out infinite}.rd-entry-logo-fx .rd-loader-logo,.rd-native-loader-static .rd-loader-logo{max-width:min(230px,76vw);max-height:120px;object-fit:contain}.rd-confirm.success{background:#12b76a!important;color:#fff}.rd-confirm.success .rd-confirm-card{background:#12b76a!important;color:#fff;box-shadow:none;min-height:100vh;width:100vw;max-width:none;border-radius:0;display:flex;align-items:center;justify-content:center;text-align:center;padding:32px}.rd-confirm.success .rd-confirm-card img{width:96px;height:96px;object-fit:contain}.rd-confirm.success .rd-success-icon{width:118px;height:118px;border-radius:999px;background:#fff;color:#12b76a;display:grid;place-items:center;font-size:72px;font-weight:1000;box-shadow:0 28px 70px rgba(0,0,0,.18);animation:rdSuccessPop .5s ease both}.rd-confirm.success h1{font-size:clamp(34px,10vw,72px);margin:.3em 0}.rd-confirm.success p{font-size:20px;max-width:440px}.rd-product-card img,.rd-product-image,img.rd-product-photo{background:#f5f7fb}.rd-cart-mochi{border-radius:26px!important}.rd-cart-mochi img{border-radius:18px!important}.rd-v58-native .rd-search-card.is-collapsed{transform:translateY(-6px);opacity:.93}.rd-v58-native .rd-native-main{padding-bottom:128px}.rd-v58-native input,.rd-v58-native select,.rd-v58-native textarea{font-size:16px}@keyframes rdSpin{to{transform:rotate(360deg)}}@keyframes rdRoad{to{transform:translateX(80px)}}@keyframes rdMotoRun{0%,100%{transform:translateX(-50%) translateY(0) rotate(-2deg)}50%{transform:translateX(-50%) translateY(-8px) rotate(4deg)}}@keyframes rdSuccessPop{0%{transform:scale(.72);opacity:0}70%{transform:scale(1.08);opacity:1}100%{transform:scale(1)}}@media(max-width:860px){.rd-desktop-landing{display:none}.rd-landing-grid,.rd-landing-seo{grid-template-columns:1fr}.rd-landing-copy h1{font-size:48px}.rd-install-card{grid-template-columns:1fr;}.rd-install-card .rd-icon-btn{position:absolute;right:12px;top:12px}}@media(min-width:861px){body:not(.rd-desktop-landing-body) .rd-app{max-width:520px;margin:0 auto;min-height:100vh;box-shadow:0 0 80px rgba(0,0,0,.22)}}


/* V58 desktop landing existente */
.rd-desktop-landing-active{background:#07101d}.rd-desktop-landing{min-height:100vh;position:relative;overflow:hidden;padding:24px clamp(22px,5vw,72px) 56px;background:radial-gradient(circle at 18% 20%,rgba(255,91,0,.26),transparent 30%),radial-gradient(circle at 76% 12%,rgba(255,189,0,.18),transparent 26%),linear-gradient(135deg,#060d1a,#111827 58%,#2b1106);color:#fff}.rd-desktop-orb{position:absolute;border-radius:999px;filter:blur(2px);opacity:.55;pointer-events:none}.rd-desktop-orb.one{width:360px;height:360px;background:rgba(255,90,0,.22);left:-120px;top:90px}.rd-desktop-orb.two{width:440px;height:440px;background:rgba(255,190,0,.14);right:-160px;top:-90px}.rd-desktop-nav,.rd-desktop-hero{position:relative;z-index:2;max-width:1180px;margin-inline:auto}.rd-desktop-nav{display:flex;align-items:center;justify-content:space-between;gap:18px;margin-bottom:42px}.rd-desktop-nav img{height:66px;object-fit:contain;filter:drop-shadow(0 18px 35px rgba(255,91,0,.38))}.rd-desktop-hero{display:grid;grid-template-columns:minmax(0,1fr) 390px;align-items:center;gap:clamp(30px,6vw,90px)}.rd-desktop-copy h1{font-size:clamp(44px,7vw,88px);line-height:.92;letter-spacing:-.07em;margin:18px 0 22px}.rd-desktop-copy p{font-size:clamp(18px,2.2vw,24px);line-height:1.42;color:#dfe7f5;font-weight:800;max-width:720px}.rd-desktop-actions{display:flex;flex-wrap:wrap;gap:14px;margin:28px 0 12px}.rd-desktop-copy small{display:block;color:#ffddbd;font-weight:850}.rd-phone-preview{width:min(390px,92vw);min-height:690px;border-radius:50px;padding:18px 16px;background:linear-gradient(180deg,#121d30,#050915);box-shadow:0 35px 110px rgba(0,0,0,.55),inset 0 0 0 1px rgba(255,255,255,.12);position:relative}.rd-phone-notch{width:118px;height:22px;background:#050915;border-radius:0 0 18px 18px;margin:-6px auto 14px}.rd-phone-screen{min-height:620px;border-radius:36px;background:linear-gradient(180deg,#fff,#f5f7fb);padding:22px;color:#0d1728;position:relative;overflow:hidden}.rd-phone-logo{height:54px;display:block;margin:0 auto 20px;object-fit:contain}.rd-phone-card{background:linear-gradient(180deg,#fff,#fff5eb);border-radius:30px;padding:18px;box-shadow:0 20px 55px rgba(255,91,0,.24);min-height:250px}.rd-phone-card:before{content:"";display:block;height:150px;border-radius:24px;background:radial-gradient(circle at 50% 40%,rgba(255,190,0,.45),transparent 45%),linear-gradient(135deg,#ff5a00,#ffb000);margin-bottom:16px}.rd-phone-card b{display:block;font-size:26px}.rd-phone-card span{display:block;color:#667085;font-weight:850}.rd-phone-list{display:grid;gap:12px;margin-top:18px}.rd-phone-list i{height:56px;border-radius:20px;background:linear-gradient(90deg,#e9eef7,#fff);box-shadow:inset 0 0 0 1px #e5e7eb}.rd-phone-screen>button{position:absolute;left:24px;right:24px;bottom:22px;border:0;border-radius:22px;background:linear-gradient(135deg,#ff5a00,#ef3100);color:#fff;font-weight:950;font-size:18px;padding:16px;box-shadow:0 18px 42px rgba(255,91,0,.35)}@media (max-width:960px){.rd-desktop-landing{display:none}.rd-desktop-landing-active{background:#07101d}.rd-desktop-hero{grid-template-columns:1fr}.rd-phone-preview{margin:auto}.rd-desktop-nav img{height:52px}.rd-desktop-copy h1{font-size:clamp(40px,10vw,70px)}}

.rd-product-placeholder{height:100%;min-height:168px;display:grid;place-items:center;align-content:center;gap:9px;padding:18px;background:radial-gradient(circle at 50% 36%,rgba(255,106,0,.16),transparent 38%),linear-gradient(145deg,#fff7ef,#f1f5fa);color:#162033;text-align:center}.rd-product-placeholder img{width:76px!important;height:76px!important;object-fit:contain!important;border-radius:22px!important;filter:drop-shadow(0 12px 18px rgba(255,90,0,.24))}.rd-product-placeholder span{font-size:13px;font-weight:1000;color:#667085;max-width:86%;line-height:1.15}


/* REYDELIVERY V59 UX COMPACTA + CARTA SIMETRICA + ADICIONALES */
body.rd-v58-production .rd-app{padding-bottom:calc(92px + var(--safe-bottom))}.rd-bottom-menu{height:64px!important;border-radius:24px!important;grid-template-columns:1fr 1fr 78px 1fr 1fr!important;width:min(500px,calc(100% - 20px))!important;bottom:calc(9px + var(--safe-bottom))!important}.rd-bottom-menu button span{font-size:10px!important}.rd-bottom-menu button{font-size:18px!important}.rd-cart-mochi,body.rd-v53-native .rd-cart-mochi,body.rd-v54-native .rd-cart-mochi{width:70px!important;height:70px!important;margin-top:-22px!important;border-radius:23px!important;border-width:6px!important;animation:none!important}.rd-cart-mochi img,body.rd-v53-native .rd-cart-mochi img,body.rd-v54-native .rd-cart-mochi img{width:50px!important;height:50px!important;border-radius:16px!important}.rd-cart-mochi small{font-size:10px!important;bottom:-11px!important}.rd-cart-mochi.pulse{animation:rdCartPulseV59 .82s cubic-bezier(.2,.8,.2,1) both!important}.rd-cart-mochi.loaded:not(.pulse){box-shadow:0 14px 34px rgba(255,90,0,.30),inset 0 1px 0 rgba(255,255,255,.28)!important}@keyframes rdCartPulseV59{0%{transform:scale(1)}42%{transform:scale(1.22) translateY(-6px)}100%{transform:scale(1)}}
.rd-live-track-v59{transition:.22s ease transform,.22s ease max-height,.22s ease padding;max-height:72vh;overflow:auto}.rd-live-track-v59 .rd-live-actions{display:flex;gap:7px}.rd-live-track-v59 .rd-live-actions button{border:0;border-radius:999px;padding:9px 12px;font-weight:1000;background:#f4f7fb;color:#111827}.rd-dark .rd-live-track-v59 .rd-live-actions button{background:rgba(255,255,255,.08);color:#fff}.rd-live-track-v59.collapsed{max-height:76px;overflow:hidden;padding:12px 14px!important;border-radius:24px!important}.rd-live-track-v59.collapsed .rd-live-head{margin:0}.rd-live-mini{display:flex;align-items:center;gap:10px;margin-top:8px;color:var(--rd-muted);font-weight:1000}.rd-live-mini b{margin-left:auto;color:var(--rd-green)}.rd-live-mini i{font-style:normal;color:var(--rd-orange)}
.rd-product-grid{align-items:stretch}.rd-product{display:flex;flex-direction:column;min-height:100%;border-radius:26px}.rd-product-img{height:auto!important;aspect-ratio:1.18/1;overflow:hidden}.rd-product-img img{transition:transform .25s ease}.rd-product:active .rd-product-img img{transform:scale(1.035)}.rd-product-body{display:flex;flex-direction:column;flex:1;gap:6px}.rd-product h3{min-height:2.3em;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.rd-product p{min-height:2.7em;-webkit-line-clamp:2}.rd-product small{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.rd-product-foot{margin-top:auto}.rd-product-tags{min-height:24px;display:flex;gap:6px;flex-wrap:wrap}.rd-product-tags span{font-size:11px;font-weight:1000;border-radius:999px;padding:5px 8px;background:rgba(255,90,0,.11);color:var(--rd-orange)}.rd-product.addons{outline:1px solid rgba(255,90,0,.16)}
.rd-product-config-sheet{padding-bottom:calc(18px + var(--safe-bottom));max-height:88vh;overflow:auto}.rd-config-hero{display:grid;grid-template-columns:96px 1fr;gap:12px;align-items:center;margin-bottom:14px}.rd-config-hero img{width:96px;height:96px;object-fit:cover;border-radius:24px;background:#f6f7fb}.rd-config-hero b{display:block;color:var(--rd-green);font-size:22px}.rd-config-hero span{display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;color:var(--rd-muted);font-weight:800;line-height:1.3}.rd-config-group{border:1px solid var(--rd-line);border-radius:22px;padding:12px;margin:10px 0;background:rgba(255,255,255,.55)}.rd-dark .rd-config-group{background:rgba(255,255,255,.045)}.rd-config-group-head{display:flex;justify-content:space-between;gap:10px;align-items:flex-start;margin-bottom:9px}.rd-config-group-head b{display:block}.rd-config-group-head small{display:block;color:var(--rd-muted);font-weight:800}.rd-config-group-head span{font-size:12px;font-weight:1000;border-radius:999px;padding:6px 9px;background:rgba(17,24,39,.08);white-space:nowrap}.rd-config-options{display:grid;grid-template-columns:1fr;gap:8px}.rd-config-option{border:1px solid var(--rd-line);background:var(--rd-card);border-radius:18px;padding:10px 12px;display:flex;align-items:center;justify-content:space-between;text-align:left;color:var(--rd-ink)}.rd-config-option b{display:block}.rd-config-option small{display:block;color:var(--rd-muted);font-weight:900}.rd-config-option i{font-style:normal;width:30px;height:30px;display:grid;place-items:center;border-radius:11px;background:#eef2f7;font-weight:1000}.rd-config-option.active{border-color:rgba(8,166,90,.45);background:rgba(8,166,90,.08)}.rd-config-option.active i{background:var(--rd-green);color:#fff}.rd-config-footer{position:sticky;bottom:0;background:linear-gradient(180deg,rgba(255,255,255,.78),#fff 35%);display:grid;grid-template-columns:auto 1fr;gap:12px;padding-top:14px}.rd-dark .rd-config-footer{background:linear-gradient(180deg,rgba(23,32,52,.78),#172034 35%)}.rd-cart-extras{display:block;color:var(--rd-muted);font-style:normal;font-weight:800;font-size:12px;line-height:1.25;margin-top:3px}
@media(max-width:760px){.rd-native-main{width:calc(100% - 18px)!important;padding-top:104px!important}.rd-product-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:12px!important}.rd-product{border-radius:22px!important}.rd-product-img{aspect-ratio:1/0.82}.rd-product-body{padding:11px!important}.rd-product small{font-size:10px!important}.rd-product h3{font-size:15px!important;letter-spacing:-.02em}.rd-product p{font-size:11px!important;line-height:1.25}.rd-price{font-size:16px!important}.rd-stepper{gap:4px!important;padding:4px!important}.rd-stepper button{width:30px!important;height:30px!important;font-size:19px!important}.rd-stepper b{font-size:13px!important;min-width:16px!important}.rd-section{padding:18px 0!important}.rd-section h2{font-size:22px!important}.rd-live-track-v59{left:14px!important;right:14px!important;bottom:calc(84px + var(--safe-bottom))!important}.rd-public-stages{grid-template-columns:repeat(2,1fr)!important}.rd-public-stages span{min-height:62px!important;font-size:11px!important}.rd-search-card{border-radius:22px!important;padding:10px!important}.rd-search-card.collapsed{width:max-content!important;max-width:180px!important}.rd-search-card.collapsed .rd-search-toggle{padding:12px 14px!important}.rd-bottom-menu{height:61px!important}.rd-cart-mochi,body.rd-v53-native .rd-cart-mochi,body.rd-v54-native .rd-cart-mochi{width:66px!important;height:66px!important}.rd-cart-mochi img,body.rd-v53-native .rd-cart-mochi img,body.rd-v54-native .rd-cart-mochi img{width:47px!important;height:47px!important}}
@media(min-width:761px){.rd-product-grid{grid-template-columns:repeat(3,minmax(0,1fr))!important}}


/* V59.1 ajuste fino: menú más chico, buscador legible y cartas más parejas */
body.rd-v59-production .rd-app{padding-bottom:calc(82px + var(--safe-bottom))!important}
body.rd-v59-production .rd-bottom-menu{height:56px!important;width:min(470px,calc(100% - 18px))!important;grid-template-columns:1fr 1fr 68px 1fr 1fr!important;border-radius:22px!important;bottom:calc(8px + var(--safe-bottom))!important;padding-inline:8px!important}
body.rd-v59-production .rd-bottom-menu button{font-size:17px!important;min-width:0!important}
body.rd-v59-production .rd-bottom-menu button span{font-size:9.5px!important;margin-top:1px!important;letter-spacing:-.02em!important}
body.rd-v59-production .rd-cart-mochi,body.rd-v59-production.rd-v54-native .rd-cart-mochi{width:60px!important;height:60px!important;margin-top:-16px!important;border-radius:19px!important;border-width:5px!important}
body.rd-v59-production .rd-cart-mochi img{width:43px!important;height:43px!important;border-radius:13px!important}
body.rd-v59-production .rd-cart-mochi b{top:-8px!important;right:-8px!important;min-width:24px!important;height:24px!important;font-size:13px!important}
body.rd-v59-production .rd-cart-mochi small{font-size:9px!important;bottom:-10px!important;padding:4px 8px!important}
body.rd-v59-production .rd-cart-mochi.pulse{animation:rdCartPulseV591 .86s cubic-bezier(.2,.9,.25,1.15) both!important}
@keyframes rdCartPulseV591{0%{transform:scale(1) translateY(0)}38%{transform:scale(1.26) translateY(-8px)}100%{transform:scale(1) translateY(0)}}
body.rd-v59-production .rd-search-card.collapsed .rd-search-toggle{background:#fff!important;color:#111827!important;box-shadow:0 14px 34px rgba(15,23,42,.18)!important}
body.rd-v59-production.rd-shell .rd-search-card:not(.collapsed) .rd-search-toggle{background:rgba(255,90,0,.14)!important;color:#ff5a00!important}
body.rd-v59-production .rd-search-card .rd-input{font-size:16px!important}
body.rd-v59-production .rd-product-grid{grid-auto-rows:1fr!important}
body.rd-v59-production .rd-product{height:100%!important;overflow:hidden!important}
body.rd-v59-production .rd-product-img{background:#f3f6fb!important}
body.rd-v59-production .rd-product h3,body.rd-v59-production .rd-product p{word-break:break-word!important}
body.rd-v59-production .rd-live-track-v59.collapsed{bottom:calc(72px + var(--safe-bottom))!important;max-height:66px!important}
@media(max-width:760px){body.rd-v59-production .rd-bottom-menu{height:54px!important;width:calc(100% - 18px)!important;grid-template-columns:1fr 1fr 64px 1fr 1fr!important}body.rd-v59-production .rd-cart-mochi,body.rd-v59-production.rd-v54-native .rd-cart-mochi{width:58px!important;height:58px!important;margin-top:-15px!important}body.rd-v59-production .rd-cart-mochi img{width:41px!important;height:41px!important}.rd-product-tags{min-height:20px!important}.rd-product-tags span{font-size:10px!important;padding:4px 7px!important}body.rd-v59-production .rd-product-foot{gap:6px!important}.rd-live-track-v59{bottom:calc(72px + var(--safe-bottom))!important}}
@media(max-width:380px){body.rd-v59-production .rd-bottom-menu button span{font-size:8.8px!important}body.rd-v59-production .rd-cart-mochi{width:55px!important;height:55px!important}body.rd-v59-production .rd-cart-mochi img{width:39px!important;height:39px!important}}


/* ReyDelivery V59 entrega final: menú compacto, carta simétrica y tracking minimizable */
body.rd-v59-production .rd-app{padding-bottom:calc(80px + var(--safe-bottom))!important;}
body.rd-v59-production .rd-bottom-menu{height:56px!important;width:min(470px,calc(100% - 20px))!important;border-radius:22px!important;grid-template-columns:1fr 1fr 68px 1fr 1fr!important;bottom:calc(8px + var(--safe-bottom))!important;box-shadow:0 14px 42px rgba(14,30,62,.18)!important;}
body.rd-v59-production .rd-bottom-menu button{font-size:17px!important;gap:0!important;min-width:0!important;}
body.rd-v59-production .rd-bottom-menu button span{font-size:9.5px!important;letter-spacing:-.02em!important;}
body.rd-v59-production .rd-cart-mochi,body.rd-v59-production.rd-v53-native .rd-cart-mochi,body.rd-v59-production.rd-v54-native .rd-cart-mochi{width:61px!important;height:61px!important;margin-top:-18px!important;border-radius:19px!important;border-width:5px!important;box-shadow:0 12px 28px rgba(255,90,0,.26),inset 0 1px 0 rgba(255,255,255,.28)!important;}
body.rd-v59-production .rd-cart-mochi img{width:45px!important;height:45px!important;border-radius:14px!important;}
body.rd-v59-production .rd-cart-mochi b{min-width:24px!important;height:24px!important;font-size:12px!important;right:-7px!important;top:-7px!important;}
body.rd-v59-production .rd-cart-mochi small{font-size:9.5px!important;bottom:-13px!important;padding:4px 8px!important;}
body.rd-v59-production .rd-bottom-menu.pulse .rd-cart-mochi{animation:rdV59CartGrow .72s cubic-bezier(.17,.84,.3,1.18) both!important;}
@keyframes rdV59CartGrow{0%{transform:scale(1) translateY(0)}42%{transform:scale(1.18) translateY(-7px)}100%{transform:scale(1) translateY(0)}}
body.rd-v59-production .rd-live-track-v59{bottom:calc(78px + var(--safe-bottom))!important;border-radius:26px!important;box-shadow:0 16px 46px rgba(14,30,62,.22)!important;}
body.rd-v59-production .rd-live-track-v59.collapsed{max-height:58px!important;min-height:58px!important;padding:9px 12px!important;cursor:pointer;}
body.rd-v59-production .rd-live-track-v59.collapsed .rd-live-head small{display:none!important;}
body.rd-v59-production .rd-live-track-v59.collapsed .rd-live-head b{font-size:13px!important;}
body.rd-v59-production .rd-live-track-v59.collapsed .rd-live-mini{margin-top:3px!important;font-size:12px!important;}
body.rd-v59-production .rd-product-grid{display:grid!important;grid-template-columns:repeat(auto-fit,minmax(178px,1fr))!important;gap:14px!important;align-items:stretch!important;}
body.rd-v59-production .rd-product{display:flex!important;flex-direction:column!important;height:100%!important;min-height:315px!important;border-radius:24px!important;overflow:hidden!important;}
body.rd-v59-production .rd-product-img{aspect-ratio:1.12/1!important;height:auto!important;min-height:0!important;background:#f4f6fb!important;}
body.rd-v59-production .rd-product-img img{object-fit:cover!important;}
body.rd-v59-production .rd-product-body{display:flex!important;flex-direction:column!important;flex:1!important;padding:12px!important;gap:5px!important;}
body.rd-v59-production .rd-product small{height:15px!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important;}
body.rd-v59-production .rd-product h3{min-height:38px!important;margin-bottom:1px!important;display:-webkit-box!important;-webkit-line-clamp:2!important;-webkit-box-orient:vertical!important;overflow:hidden!important;}
body.rd-v59-production .rd-product p{min-height:34px!important;max-height:34px!important;display:-webkit-box!important;-webkit-line-clamp:2!important;-webkit-box-orient:vertical!important;overflow:hidden!important;}
body.rd-v59-production .rd-product-tags{height:23px!important;min-height:23px!important;}
body.rd-v59-production .rd-product-foot{margin-top:auto!important;display:grid!important;grid-template-columns:1fr auto!important;align-items:center!important;gap:8px!important;}
body.rd-v59-production .rd-price{font-size:17px!important;white-space:nowrap!important;}
body.rd-v59-production .rd-stepper{padding:4px!important;gap:4px!important;}
body.rd-v59-production .rd-stepper button{width:31px!important;height:31px!important;font-size:19px!important;}
body.rd-v59-production .rd-stepper b{min-width:16px!important;font-size:13px!important;}
body.rd-v59-production .rd-search-card.collapsed{opacity:.96!important;box-shadow:0 10px 30px rgba(14,30,62,.14)!important;}
body.rd-v59-production .rd-search-toggle{font-weight:1000!important;}
body.rd-v59-production .rd-config-option{min-height:58px!important;}
body.rd-v59-production .rd-config-footer{border-top:1px solid var(--rd-line)!important;}
@media(max-width:430px){body.rd-v59-production .rd-native-main{width:calc(100% - 16px)!important;}body.rd-v59-production .rd-product-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:11px!important;}body.rd-v59-production .rd-product{min-height:292px!important;border-radius:21px!important;}body.rd-v59-production .rd-product-body{padding:10px!important;}body.rd-v59-production .rd-product h3{font-size:14.5px!important;min-height:34px!important;}body.rd-v59-production .rd-product p{font-size:11px!important;min-height:30px!important;max-height:30px!important;}body.rd-v59-production .rd-price{font-size:15px!important;}body.rd-v59-production .rd-bottom-menu{height:54px!important;grid-template-columns:1fr 1fr 62px 1fr 1fr!important;}body.rd-v59-production .rd-cart-mochi{width:58px!important;height:58px!important;margin-top:-16px!important;}body.rd-v59-production .rd-cart-mochi img{width:42px!important;height:42px!important;}}
@media(max-width:340px){body.rd-v59-production .rd-product-grid{grid-template-columns:1fr!important;}body.rd-v59-production .rd-product{min-height:0!important;}}


/* REYDELIVERY V59 FINAL POLISH */
body.rd-v59-production .rd-app{padding-bottom:calc(86px + var(--safe-bottom))!important}
body.rd-v59-production .rd-bottom-menu{height:58px!important;border-radius:22px!important;grid-template-columns:1fr 1fr 72px 1fr 1fr!important;bottom:calc(8px + var(--safe-bottom))!important;max-width:488px!important}
body.rd-v59-production .rd-bottom-menu button{font-size:16px!important;line-height:1!important}
body.rd-v59-production .rd-bottom-menu button span{font-size:9.5px!important;line-height:1!important}
body.rd-v59-production .rd-cart-mochi{width:64px!important;height:64px!important;margin-top:-20px!important;border-radius:21px!important;border-width:5px!important}
body.rd-v59-production .rd-cart-mochi img{width:45px!important;height:45px!important;border-radius:15px!important}
body.rd-v59-production .rd-cart-mochi b{top:-7px;right:-7px;min-width:24px;height:24px;font-size:12px}
body.rd-v59-production .rd-cart-mochi small{bottom:-11px;font-size:10px;padding:3px 8px}
body.rd-v59-production .rd-cart-mochi.pulse{animation:rdCartPulseV59Final .72s cubic-bezier(.18,.9,.22,1.25) both!important}
@keyframes rdCartPulseV59Final{0%{transform:scale(.95) translateY(0)}38%{transform:scale(1.18) translateY(-7px);filter:saturate(1.4) brightness(1.08)}100%{transform:scale(1) translateY(0);filter:saturate(1)}}
body.rd-v59-production .rd-live-track-v59.collapsed{max-height:74px!important;min-height:0!important;overflow:hidden!important;cursor:pointer}
body.rd-v59-production .rd-live-track-v59:not(.collapsed){padding-bottom:18px!important}
body.rd-v59-production .rd-live-track-v59 .rd-live-actions button{font-size:12px!important;padding:8px 10px!important}
body.rd-v59-production .rd-product-grid-v59{grid-template-columns:repeat(auto-fill,minmax(178px,1fr))!important;gap:13px!important;align-items:stretch!important}
body.rd-v59-production .rd-product-v59{border-radius:24px!important;display:flex!important;flex-direction:column!important;min-height:100%!important;overflow:hidden!important;background:linear-gradient(180deg,rgba(255,255,255,.99),rgba(248,251,255,.98))!important}
body.rd-v59-production.rd-dark .rd-product-v59,body.rd-v59-production .rd-dark .rd-product-v59{background:linear-gradient(180deg,rgba(23,32,52,.99),rgba(15,21,36,.98))!important}
body.rd-v59-production .rd-product-v59 .rd-product-img{aspect-ratio:1.12/1!important;min-height:140px!important;height:auto!important;background:#fff!important}
body.rd-v59-production .rd-product-v59 .rd-product-body{padding:12px!important;gap:6px!important;display:flex!important;flex-direction:column!important;flex:1!important}
body.rd-v59-production .rd-product-v59 small{min-height:15px!important;font-size:10.5px!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important}
body.rd-v59-production .rd-product-v59 h3{font-size:16px!important;line-height:1.08!important;min-height:35px!important;margin:0!important;-webkit-line-clamp:2!important}
body.rd-v59-production .rd-product-v59 p{font-size:12px!important;line-height:1.2!important;min-height:30px!important;-webkit-line-clamp:2!important}
body.rd-v59-production .rd-product-v59 .rd-product-tags{min-height:20px!important}
body.rd-v59-production .rd-product-v59 .rd-product-tags span{font-size:10px!important;padding:4px 7px!important}
body.rd-v59-production .rd-product-v59 .rd-product-foot{margin-top:auto!important;gap:6px!important}
body.rd-v59-production .rd-product-v59 .rd-price{font-size:15.5px!important;letter-spacing:-.03em!important;white-space:nowrap!important}
body.rd-v59-production .rd-product-v59 .rd-stepper{gap:3px!important;padding:3px!important}
body.rd-v59-production .rd-product-v59 .rd-stepper button{width:30px!important;height:30px!important;font-size:18px!important}
body.rd-v59-production .rd-product-v59 .rd-stepper b{min-width:15px!important;font-size:12px!important}
body.rd-v59-production .rd-product-config-sheet{border-radius:32px 32px 0 0!important}
body.rd-v59-production .rd-config-group{border-radius:20px!important}
body.rd-v59-production .rd-config-option{min-height:54px!important}
@media(max-width:760px){body.rd-v59-production .rd-product-grid-v59{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:10px!important}body.rd-v59-production .rd-native-main{width:calc(100% - 14px)!important}body.rd-v59-production .rd-bottom-menu{height:57px!important;width:calc(100% - 22px)!important}body.rd-v59-production .rd-cart-mochi{width:62px!important;height:62px!important}body.rd-v59-production .rd-cart-mochi img{width:43px!important;height:43px!important}body.rd-v59-production .rd-product-v59 .rd-product-img{min-height:128px!important}body.rd-v59-production .rd-product-v59 h3{font-size:14.5px!important}body.rd-v59-production .rd-product-v59 p{font-size:11px!important}.rd-product-placeholder{min-height:128px!important}}
@media(max-width:345px){body.rd-v59-production .rd-product-grid-v59{grid-template-columns:1fr!important}}


/* REYDELIVERY V60 · producción: web landing, tracking compacto, menú chico y carta simétrica */
body.rd-v60-production{overflow-x:hidden!important;}
body.rd-v60-production .rd-app{padding-bottom:calc(78px + var(--safe-bottom))!important;}
body.rd-v60-production .rd-logout-profile{margin-top:14px!important;}
body.rd-v60-production .rd-bottom-menu{height:54px!important;border-radius:22px!important;grid-template-columns:1fr 1fr 62px 1fr 1fr!important;bottom:calc(8px + var(--safe-bottom))!important;max-width:486px!important;}
body.rd-v60-production .rd-bottom-menu button{font-size:16px!important;line-height:1!important;min-width:0!important;}
body.rd-v60-production .rd-bottom-menu button span{font-size:9.5px!important;line-height:1!important;}
body.rd-v60-production .rd-cart-mochi{width:56px!important;height:56px!important;margin-top:-14px!important;border-radius:19px!important;border-width:5px!important;transition:width .22s ease,height .22s ease,margin .22s ease,transform .22s ease!important;}
body.rd-v60-production .rd-cart-mochi img{width:39px!important;height:39px!important;border-radius:14px!important;}
body.rd-v60-production .rd-cart-mochi b{top:-8px!important;right:-8px!important;min-width:22px!important;height:22px!important;font-size:12px!important;}
body.rd-v60-production .rd-cart-mochi small{bottom:-16px!important;font-size:9px!important;padding:3px 7px!important;}
body.rd-v60-production .rd-bottom-menu.pulse .rd-cart-mochi,body.rd-v60-production .rd-cart-mochi.pulse{width:74px!important;height:74px!important;margin-top:-25px!important;border-radius:24px!important;transform:translateY(-2px) scale(1.02)!important;}
body.rd-v60-production .rd-bottom-menu.pulse .rd-cart-mochi img,body.rd-v60-production .rd-cart-mochi.pulse img{width:51px!important;height:51px!important;}
body.rd-v60-production .rd-product-grid-v59{align-items:stretch!important;grid-auto-rows:1fr!important;}
body.rd-v60-production .rd-product-v59{display:flex!important;flex-direction:column!important;min-height:338px!important;border-radius:24px!important;overflow:hidden!important;}
body.rd-v60-production .rd-product-v59 .rd-product-img{height:auto!important;aspect-ratio:1/0.72!important;min-height:168px!important;background:#f6f7fb!important;}
body.rd-v60-production .rd-product-v59 .rd-product-img img{object-fit:cover!important;}
body.rd-v60-production .rd-product-v59 .rd-product-body{display:flex!important;flex-direction:column!important;flex:1!important;padding:13px!important;}
body.rd-v60-production .rd-product-v59 small{min-height:14px!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important;}
body.rd-v60-production .rd-product-v59 h3{min-height:40px!important;display:-webkit-box!important;-webkit-line-clamp:2!important;-webkit-box-orient:vertical!important;overflow:hidden!important;}
body.rd-v60-production .rd-product-v59 p{min-height:38px!important;-webkit-line-clamp:2!important;}
body.rd-v60-production .rd-product-v59 .rd-product-tags{min-height:22px!important;}
body.rd-v60-production .rd-product-v59 .rd-product-foot{margin-top:auto!important;}
body.rd-v60-production .rd-product-placeholder{height:100%!important;}
body.rd-v60-production .rd-live-track{box-sizing:border-box!important;}
body.rd-v60-production .rd-live-track-v59{max-width:520px!important;}
body.rd-v60-production .rd-live-track-v59.collapsed{max-height:58px!important;min-height:58px!important;overflow:hidden!important;}
body.rd-v60-production .rd-live-track-v59:not(.collapsed){max-height:min(64vh,560px)!important;overflow:auto!important;}
body.rd-desktop-landing-active .rd-app,body.rd-desktop-landing-body .rd-app{max-width:none!important;width:100%!important;margin:0!important;box-shadow:none!important;padding-bottom:0!important;}
body.rd-desktop-landing-active .rd-desktop-landing,body.rd-desktop-landing-body .rd-desktop-landing{display:block!important;width:100%!important;min-height:100vh!important;overflow:hidden!important;padding:28px clamp(28px,5vw,76px) 68px!important;}
body.rd-desktop-landing-active .rd-desktop-nav,body.rd-desktop-landing-active .rd-desktop-hero,body.rd-desktop-landing-body .rd-desktop-nav,body.rd-desktop-landing-body .rd-desktop-hero{max-width:1180px!important;margin-left:auto!important;margin-right:auto!important;}
body.rd-desktop-landing-active .rd-desktop-hero,body.rd-desktop-landing-body .rd-desktop-hero{grid-template-columns:minmax(0,1fr) minmax(330px,410px)!important;align-items:center!important;min-height:calc(100vh - 160px)!important;}
body.rd-desktop-landing-active .rd-desktop-copy h1,body.rd-desktop-landing-body .rd-desktop-copy h1{font-size:clamp(52px,5.5vw,94px)!important;line-height:.92!important;max-width:760px!important;}
body.rd-desktop-landing-active .rd-desktop-copy p,body.rd-desktop-landing-body .rd-desktop-copy p{max-width:720px!important;}
body.rd-desktop-landing-active .rd-phone-preview,body.rd-desktop-landing-body .rd-phone-preview{justify-self:end!important;}
@media(max-width:760px){
  body.rd-v60-production .rd-native-main{width:calc(100% - 14px)!important;padding-top:calc(104px + var(--rd-safe-top,0px))!important;}
  body.rd-v60-production .rd-bottom-menu{width:calc(100% - 22px)!important;height:52px!important;}
  body.rd-v60-production .rd-cart-mochi{width:54px!important;height:54px!important;margin-top:-13px!important;}
  body.rd-v60-production .rd-cart-mochi img{width:38px!important;height:38px!important;}
  body.rd-v60-production .rd-bottom-menu.pulse .rd-cart-mochi,body.rd-v60-production .rd-cart-mochi.pulse{width:70px!important;height:70px!important;margin-top:-23px!important;}
  body.rd-v60-production .rd-product-grid-v59{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:10px!important;}
  body.rd-v60-production .rd-product-v59{min-height:306px!important;border-radius:20px!important;}
  body.rd-v60-production .rd-product-v59 .rd-product-img{min-height:132px!important;aspect-ratio:1/0.74!important;}
  body.rd-v60-production .rd-product-v59 .rd-product-body{padding:10px!important;}
  body.rd-v60-production .rd-product-v59 h3{font-size:14.5px!important;min-height:34px!important;}
  body.rd-v60-production .rd-product-v59 p{font-size:11px!important;line-height:1.25!important;min-height:30px!important;}
  body.rd-v60-production .rd-price{font-size:15px!important;}
  body.rd-v60-production .rd-stepper button{width:29px!important;height:29px!important;}
  body.rd-v60-production .rd-live-track{left:12px!important;right:12px!important;width:auto!important;max-width:none!important;transform:none!important;bottom:calc(64px + var(--safe-bottom))!important;border-radius:22px!important;padding:11px!important;}
  body.rd-v60-production .rd-live-track-v59:not(.collapsed){max-height:58vh!important;}
  body.rd-v60-production .rd-live-track-v59.collapsed{bottom:calc(62px + var(--safe-bottom))!important;max-height:54px!important;min-height:54px!important;padding:8px 11px!important;}
  body.rd-v60-production .rd-live-track-v59.collapsed .rd-live-actions{display:flex!important;}
  body.rd-v60-production .rd-live-track-v59.collapsed .rd-live-mini{font-size:12px!important;margin-top:2px!important;}
  body.rd-v60-production .rd-public-stages{grid-template-columns:repeat(2,1fr)!important;gap:8px!important;}
  body.rd-v60-production .rd-public-stages span{min-height:58px!important;font-size:11px!important;}
  body.rd-v60-production .rd-tracking-map{height:220px!important;}
}
@media(max-width:340px){body.rd-v60-production .rd-product-grid-v59{grid-template-columns:1fr!important;}body.rd-v60-production .rd-product-v59{min-height:0!important;}}


/* V60.1 estabilidad visual: landing PC full width, tracking centrado y bottom nav compacto */
body.rd-desktop-landing-active .rd-app{max-width:none!important;width:100%!important;margin:0!important;box-shadow:none!important;padding-bottom:0!important;background:transparent!important}
body.rd-desktop-landing-active{overflow-x:hidden;background:#07101d!important}
body.rd-desktop-landing-active .rd-desktop-landing{display:block!important;width:100%!important;min-height:100vh!important;padding:26px clamp(24px,5vw,78px) 64px!important}
body.rd-desktop-landing-active .rd-desktop-hero{grid-template-columns:minmax(0,1fr) minmax(320px,430px)!important;max-width:1240px!important;margin:0 auto!important}
body.rd-desktop-landing-active .rd-desktop-copy h1{font-size:clamp(54px,6.4vw,96px)!important;line-height:.88!important;max-width:760px!important}
body.rd-desktop-landing-active .rd-phone-preview{justify-self:end!important}
body.rd-v60-native .rd-bottom-menu{height:60px!important;width:min(486px,calc(100% - 30px))!important;grid-template-columns:1fr 1fr 68px 1fr 1fr!important;border-radius:22px!important;bottom:calc(9px + var(--safe-bottom))!important}
body.rd-v60-native .rd-bottom-menu button span{font-size:9.5px!important}
body.rd-v60-native .rd-cart-mochi{width:66px!important;height:66px!important;margin-top:-16px!important;border-radius:20px!important}
body.rd-v60-native .rd-cart-mochi img{width:45px!important;height:45px!important;border-radius:14px!important}
body.rd-v60-native .rd-cart-mochi.loaded:not(.pulse){animation:none!important;transform:scale(1)!important}
body.rd-v60-native .rd-live-track{position:fixed!important;left:max(10px,env(safe-area-inset-left))!important;right:max(10px,env(safe-area-inset-right))!important;width:auto!important;max-width:560px!important;margin:0 auto!important;bottom:calc(76px + var(--safe-bottom))!important;transform:none!important;max-height:min(52vh,430px)!important;overflow:auto!important;border-radius:24px!important;padding:12px!important;z-index:76!important}
body.rd-v60-native .rd-live-track.collapsed{max-height:92px!important;padding:10px 12px!important;opacity:.96!important}
body.rd-v60-native .rd-public-stages{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:8px!important}
body.rd-v60-native .rd-public-stages span{min-height:62px!important;border-radius:16px!important;font-size:11px!important}
body.rd-v60-native .rd-tracking-map{min-height:230px!important}
body.rd-v60-native .rd-entry-gate{position:relative!important;z-index:1!important}
.rd-panel-note{display:grid;gap:3px;margin-bottom:12px;padding:13px 15px;border-radius:18px;background:rgba(8,166,90,.09);border:1px solid rgba(8,166,90,.18);color:var(--rd-ink)}
.rd-panel-note b{font-size:16px}.rd-panel-note span{color:var(--rd-muted);font-weight:850;font-size:13px;line-height:1.35}
body.rd-v60-native .rd-product-grid-v59{grid-template-columns:repeat(auto-fill,minmax(190px,1fr))!important;gap:12px!important}
body.rd-v60-native .rd-product-v59 .rd-product-img{height:148px!important;aspect-ratio:4/3!important;background:#eef2f7!important}
body.rd-v60-native .rd-product-v59 .rd-product-body{min-height:188px!important;padding:11px!important}
@media(max-width:860px){body.rd-desktop-landing-active .rd-desktop-landing{display:none!important}}
@media(max-width:620px){body.rd-v60-native .rd-native-main{width:calc(100% - 18px)!important;padding-top:102px!important}body.rd-v60-native .rd-product-grid-v59{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:10px!important}body.rd-v60-native .rd-product-v59 .rd-product-img{height:128px!important}body.rd-v60-native .rd-product-v59 .rd-product-body{min-height:184px!important}}
@media(max-width:370px){body.rd-v60-native .rd-product-grid-v59{grid-template-columns:1fr!important}body.rd-v60-native .rd-product-v59 .rd-product-img{height:168px!important}}


/* V61 ecosistema definitivo: admin estable, landing PC correcta y tracking seguro por usuario */
body.rd-admin-mode{background:#111827!important;overflow-x:hidden!important;}
body.rd-admin-mode .rd-app{max-width:none!important;width:100%!important;margin:0!important;min-height:100vh!important;padding:0!important;background:linear-gradient(135deg,#34130f 0%,#07101d 46%,#111827 100%)!important;box-shadow:none!important;}
body.rd-admin-mode .rd-admin-shell{width:min(1480px,calc(100vw - 28px))!important;margin:0 auto!important;min-height:100vh!important;display:grid!important;grid-template-columns:minmax(245px,300px) minmax(0,1fr)!important;gap:0!important;border-left:1px solid rgba(255,255,255,.08)!important;border-right:1px solid rgba(255,255,255,.08)!important;}
body.rd-admin-mode .rd-admin-nav{position:sticky!important;top:0!important;height:100vh!important;overflow:auto!important;min-width:0!important;}
body.rd-admin-mode .rd-admin-main{min-width:0!important;width:100%!important;max-width:none!important;padding:30px clamp(18px,3vw,46px)!important;}
body.rd-admin-mode .rd-admin-topbar{display:flex!important;align-items:flex-start!important;justify-content:space-between!important;gap:18px!important;flex-wrap:wrap!important;}
body.rd-admin-mode .rd-admin-kpis{display:grid!important;grid-template-columns:repeat(auto-fit,minmax(150px,1fr))!important;gap:12px!important;width:100%!important;}
body.rd-admin-mode .rd-admin-grid{display:grid!important;grid-template-columns:minmax(0,1fr)!important;gap:16px!important;width:100%!important;}
body.rd-admin-mode .rd-admin-panel,body.rd-admin-mode .rd-card,body.rd-admin-mode .rd-panel{max-width:none!important;min-width:0!important;}
body.rd-admin-mode .rd-admin-list article{display:grid!important;grid-template-columns:minmax(0,1fr) auto!important;gap:12px!important;align-items:center!important;min-width:0!important;}
body.rd-admin-mode .rd-admin-list article>*{min-width:0!important;}
body.rd-admin-mode .rd-form-grid{display:grid!important;grid-template-columns:repeat(auto-fit,minmax(210px,1fr))!important;gap:12px!important;}
body.rd-admin-mode .rd-form-grid .full{grid-column:1/-1!important;}
body.rd-admin-mode input,body.rd-admin-mode select,body.rd-admin-mode textarea{max-width:100%!important;}
body.rd-admin-mode .rd-actions-wrap{display:flex!important;gap:8px!important;flex-wrap:wrap!important;justify-content:flex-end!important;}
body.rd-desktop-landing-active .rd-app{max-width:none!important;width:100%!important;margin:0!important;background:transparent!important;}
body.rd-desktop-landing-active .rd-desktop-landing{display:block!important;width:100%!important;max-width:none!important;min-height:100vh!important;}
body.rd-desktop-landing-active .rd-desktop-hero{width:min(1220px,calc(100vw - 40px))!important;max-width:none!important;margin:0 auto!important;grid-template-columns:minmax(0,1fr) minmax(310px,420px)!important;}
body.rd-v61-native .rd-live-track{left:max(10px,env(safe-area-inset-left))!important;right:max(10px,env(safe-area-inset-right))!important;width:auto!important;max-width:560px!important;margin:0 auto!important;transform:none!important;z-index:74!important;}
body.rd-v61-native .rd-live-track:not(.collapsed){bottom:calc(76px + var(--safe-bottom))!important;max-height:min(54vh,440px)!important;overflow:auto!important;}
body.rd-v61-native .rd-live-track.collapsed{bottom:calc(68px + var(--safe-bottom))!important;max-height:62px!important;min-height:56px!important;overflow:hidden!important;}
body.rd-v61-native .rd-entry-gate{position:relative!important;z-index:2!important;}
body.rd-v61-native .rd-bottom-menu{height:58px!important;width:min(480px,calc(100% - 30px))!important;border-radius:21px!important;}
body.rd-v61-native .rd-cart-mochi{width:62px!important;height:62px!important;margin-top:-15px!important;border-radius:18px!important;}
body.rd-v61-native .rd-cart-mochi.pulse,body.rd-v61-native .rd-bottom-menu.pulse .rd-cart-mochi{width:72px!important;height:72px!important;margin-top:-23px!important;}
body.rd-v61-native .rd-product-grid-v59{grid-template-columns:repeat(auto-fill,minmax(190px,1fr))!important;gap:12px!important;align-items:stretch!important;}
body.rd-v61-native .rd-product-v59{min-height:332px!important;display:flex!important;flex-direction:column!important;}
body.rd-v61-native .rd-product-v59 .rd-product-img{height:148px!important;aspect-ratio:4/3!important;}
@media(max-width:900px){body.rd-admin-mode .rd-admin-shell{width:100%!important;display:block!important;}body.rd-admin-mode .rd-admin-nav{position:relative!important;height:auto!important;display:flex!important;overflow:auto!important;gap:8px!important;padding:14px!important;}body.rd-admin-mode .rd-admin-nav button{white-space:nowrap!important;}body.rd-admin-mode .rd-admin-main{padding:18px 12px 90px!important;}body.rd-admin-mode .rd-admin-list article{grid-template-columns:1fr!important;}body.rd-admin-mode .rd-actions-wrap{justify-content:flex-start!important;}}
@media(max-width:620px){body.rd-v61-native .rd-product-grid-v59{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:10px!important;}body.rd-v61-native .rd-product-v59{min-height:306px!important;}body.rd-v61-native .rd-product-v59 .rd-product-img{height:126px!important;}body.rd-v61-native .rd-live-track:not(.collapsed){max-height:50vh!important;}}
@media(max-width:370px){body.rd-v61-native .rd-product-grid-v59{grid-template-columns:1fr!important;}body.rd-v61-native .rd-product-v59 .rd-product-img{height:170px!important;}}

/* Pedidos del usuario y ajustes mobile carta. */
.rd-orders-sheet{max-height:92vh;overflow:auto;padding-bottom:calc(18px + env(safe-area-inset-bottom))}
.rd-customer-orders,.rd-order-detail{display:grid;gap:12px}
.rd-order-history-card{display:grid;gap:10px;padding:12px;border:1px solid rgba(10,20,35,.1);border-radius:16px;background:#fff;box-shadow:0 8px 24px rgba(10,20,35,.06)}
.rd-order-history-head,.rd-order-history-foot,.rd-order-detail-head{display:flex;align-items:center;justify-content:space-between;gap:12px}
.rd-order-history-head b,.rd-order-detail-head b{display:block;color:#111827;font-size:16px}
.rd-order-history-head small,.rd-order-detail-head span{display:block;color:#64748b;font-weight:700;font-size:12px;margin-top:2px}
.rd-order-history-head>span{padding:5px 8px;border-radius:999px;background:#eef6ff;color:#075985;font-size:11px;font-weight:900;text-transform:uppercase;white-space:nowrap}
.rd-order-history-card p{margin:0;color:#475569;line-height:1.35;font-size:13px}
.rd-order-detail-stages{position:static;margin:0;grid-template-columns:repeat(4,minmax(0,1fr));background:#f8fafc;border-radius:14px;padding:8px}
.rd-order-detail-items{display:grid;gap:8px}
.rd-order-detail-items article{display:flex;align-items:flex-start;justify-content:space-between;gap:10px;padding:10px;border-radius:14px;background:#f8fafc}
.rd-order-detail-items b{display:block;color:#111827}.rd-order-detail-items small{display:block;color:#64748b;margin-top:2px}.rd-order-detail-items span{font-weight:900;color:#111827;white-space:nowrap}
.rd-order-detail-info{display:grid;grid-template-columns:1fr 1fr;gap:8px}
.rd-order-detail-info span{display:grid;gap:2px;padding:10px;border-radius:14px;background:#fff;border:1px solid rgba(10,20,35,.08);color:#475569;font-size:13px}.rd-order-detail-info b{color:#111827;font-size:11px;text-transform:uppercase;letter-spacing:.04em}
.rd-order-detail-map{height:260px;border-radius:18px;margin-top:0}
.rd-product-body p{display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;min-height:3.6em;line-height:1.2}
.rd-product-img img{width:100%;height:100%;object-fit:cover}
.rd-search-card{z-index:8}.rd-search-inner{align-items:center}.rd-search-card .rd-input{min-height:44px}
.rd-bottom-menu-v59{padding:6px 10px calc(6px + env(safe-area-inset-bottom));min-height:64px}.rd-bottom-menu-v59 button{min-width:48px}.rd-bottom-menu-v59 button span{font-size:10px}.rd-cart-mochi{width:58px!important;height:58px!important}
@media(min-width:860px){.rd-orders-sheet{max-width:760px}.rd-product-grid-v59{grid-template-columns:repeat(auto-fill,minmax(260px,1fr))}}
@media(max-width:520px){.rd-order-detail-info{grid-template-columns:1fr}.rd-order-detail-stages{grid-template-columns:repeat(2,minmax(0,1fr))}.rd-order-history-head,.rd-order-history-foot,.rd-order-detail-head{align-items:flex-start}.rd-order-history-head{flex-direction:column}.rd-order-history-foot{align-items:center}.rd-orders-sheet{border-radius:22px 22px 0 0}.rd-product-body p{min-height:3.3em}.rd-product-grid-v59{gap:12px}}


/* REYDELIVERY V65 MOBILE APP SKIN */
:root{--rd-v65-bg:#f8fafc;--rd-v65-soft:#fff7ed;--rd-v65-ink:#111827;--rd-v65-muted:#667085;--rd-v65-line:#e6ebf2;--rd-v65-card:#fff;--rd-v65-orange:#ff5a00;--rd-v65-red:#ef2b00;--rd-v65-yellow:#ffc247;--rd-v65-green:#12b76a;--rd-v65-shadow:0 14px 34px rgba(15,23,42,.09)}
body.rd-v65-production.rd-mobile-app-mode,body.rd-v65-production.rd-mobile-app-mode.rd-dark{--rd-card:#fff;--rd-ink:#111827;--rd-muted:#667085;--rd-line:#e6ebf2;background:linear-gradient(180deg,#fff7ed 0,#f8fafc 280px,#f8fafc 100%)!important;color:var(--rd-v65-ink)!important}
body.rd-v65-production.rd-mobile-app-mode .rd-app{padding-bottom:calc(88px + var(--safe-bottom))!important;min-height:100dvh;background:transparent!important}body.rd-v65-production.rd-mobile-app-mode .rd-native-main{width:min(560px,100%);padding:calc(86px + env(safe-area-inset-top)) 14px 24px!important;margin:0 auto!important}
body.rd-v65-production .rd-app-header-v65{position:fixed;top:0;left:50%;right:auto;transform:translateX(-50%);width:min(560px,100%);display:grid;grid-template-columns:1fr auto auto;align-items:center;gap:10px;padding:calc(10px + env(safe-area-inset-top)) 12px 10px;background:rgba(255,247,237,.94);border-bottom:1px solid rgba(255,90,0,.08);backdrop-filter:blur(18px);box-shadow:0 8px 26px rgba(15,23,42,.06);z-index:95;pointer-events:auto}.rd-header-address{min-width:0;border:0;background:transparent;text-align:left;padding:0;display:grid;gap:1px;color:var(--rd-v65-ink)}.rd-header-address span{font-size:11px;font-weight:900;color:var(--rd-v65-orange);text-transform:uppercase;letter-spacing:.04em}.rd-header-address b{font-size:15px;line-height:1.1;max-width:170px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.rd-header-address small{font-size:11px;color:var(--rd-v65-muted);font-weight:800;max-width:190px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.rd-app-header-v65 .rd-fixed-logo{height:38px;max-width:100px;filter:none;border-radius:12px}.rd-header-actions{display:flex;gap:7px}.rd-header-actions .rd-icon-btn{width:38px;height:38px;background:#fff!important;border:1px solid rgba(255,90,0,.12);box-shadow:0 10px 22px rgba(15,23,42,.08);font-size:17px;position:relative}.rd-header-actions .rd-icon-btn b{position:absolute;right:-4px;top:-5px;background:var(--rd-v65-red);color:#fff;min-width:18px;height:18px;border-radius:999px;font-size:10px;display:grid;place-items:center;border:2px solid #fff}
.rd-app-home-v65{display:grid;gap:14px;padding:0 0 8px}.rd-home-brand{display:flex;align-items:center;gap:10px}.rd-home-brand img{width:44px;height:44px;border-radius:14px;box-shadow:0 10px 22px rgba(255,90,0,.18)}.rd-home-brand span{display:block;color:var(--rd-v65-orange);font-weight:1000;font-size:12px;text-transform:uppercase;letter-spacing:.05em}.rd-home-brand b{display:block;font-size:24px;line-height:1.04;letter-spacing:0;color:var(--rd-v65-ink)}
.rd-search-card-v65{position:relative!important;top:auto!important;margin:0!important;border:1px solid var(--rd-v65-line)!important;border-radius:20px!important;padding:8px!important;background:#fff!important;box-shadow:var(--rd-v65-shadow)!important;display:grid!important;grid-template-columns:auto 1fr!important;gap:8px!important;z-index:5!important}.rd-search-card-v65 .rd-search-toggle{border:0;border-radius:16px;background:#fff1e7;color:var(--rd-v65-orange);font-weight:1000;padding:0 12px;min-height:48px}.rd-search-card-v65 .rd-search-inner{display:grid;grid-template-columns:1fr auto;gap:8px;min-width:0}.rd-search-card-v65 .rd-input{min-height:48px;border:0!important;background:#f4f6f9!important;border-radius:16px!important;padding:12px 14px!important;font-size:16px!important;color:var(--rd-v65-ink)!important;box-shadow:none!important}.rd-search-card-v65 .rd-btn{min-height:48px;border-radius:16px!important;background:linear-gradient(135deg,var(--rd-v65-orange),var(--rd-v65-red))!important;box-shadow:0 12px 22px rgba(255,90,0,.22)!important}.rd-search-card-v65.collapsed{display:flex!important;width:max-content;max-width:150px;position:sticky!important;top:calc(78px + env(safe-area-inset-top))!important;margin-left:auto!important;z-index:70!important}.rd-search-card-v65.collapsed .rd-search-inner{display:none!important}
.rd-address-card-v65{margin:0!important;border:1px solid var(--rd-v65-line)!important;background:#fff!important;border-radius:22px!important;padding:12px!important;display:grid!important;grid-template-columns:42px 1fr auto!important;gap:10px!important;align-items:center!important;box-shadow:var(--rd-v65-shadow)!important}.rd-address-card-v65 .rd-address-icon{width:42px;height:42px;border-radius:15px;background:#fff1e7;display:grid;place-items:center;font-size:20px}.rd-address-card-v65 b{font-size:14px;color:var(--rd-v65-ink)}.rd-address-card-v65 span{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;color:var(--rd-v65-muted);font-weight:800;font-size:12px;line-height:1.25}.rd-address-card-v65 .rd-btn{padding:10px 12px!important;border-radius:15px!important;background:#f4f6f9!important;color:var(--rd-v65-ink)!important;border:0!important;box-shadow:none!important}
.rd-category-cards-v65{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:9px}.rd-category-cards-v65 button{min-width:0;border:1px solid var(--rd-v65-line);background:#fff;border-radius:18px;padding:12px 8px;display:grid;justify-items:center;gap:6px;box-shadow:0 8px 20px rgba(15,23,42,.06);color:var(--rd-v65-ink)}.rd-category-cards-v65 b{width:38px;height:38px;border-radius:15px;background:linear-gradient(135deg,#fff1e7,#fff8dd);display:grid;place-items:center;font-size:20px;color:var(--rd-v65-orange)}.rd-category-cards-v65 span{font-weight:950;font-size:12px;text-align:center;line-height:1.1}.rd-promo-card-v65{display:grid;grid-template-columns:1fr 92px;gap:10px;align-items:center;padding:16px;border-radius:24px;background:linear-gradient(135deg,#ff5a00,#ff8a00 60%,#ffc247);color:#fff;box-shadow:0 18px 34px rgba(255,90,0,.24);overflow:hidden}.rd-promo-card-v65 small{font-weight:1000;text-transform:uppercase;letter-spacing:.05em;opacity:.9}.rd-promo-card-v65 b{display:block;font-size:20px;line-height:1.06;margin:5px 0;letter-spacing:0}.rd-promo-card-v65 span{display:block;font-size:13px;font-weight:800;opacity:.95}.rd-promo-card-v65 img{width:86px;height:86px;object-fit:contain;filter:drop-shadow(0 16px 20px rgba(0,0,0,.18))}.rd-home-shortcuts-v65{display:grid;grid-template-columns:1fr 1fr;gap:10px}.rd-home-shortcuts-v65 button{border:1px solid var(--rd-v65-line);background:#fff;border-radius:20px;padding:13px;text-align:left;color:var(--rd-v65-ink);box-shadow:0 8px 20px rgba(15,23,42,.06)}.rd-home-shortcuts-v65 b{display:block;font-size:15px;margin-bottom:3px}.rd-home-shortcuts-v65 span{display:block;color:var(--rd-v65-muted);font-size:12px;font-weight:800;line-height:1.2}
body.rd-v65-production .rd-section{padding:18px 0!important}.rd-section-head{align-items:center}.rd-v65-production .rd-section h2{font-size:22px!important;letter-spacing:0!important;color:var(--rd-v65-ink)!important}.rd-v65-production .rd-muted{color:var(--rd-v65-muted)!important;font-size:13px;line-height:1.25}.rd-v65-production .rd-shop-row{gap:12px;padding:2px 2px 12px!important}.rd-v65-production .rd-shop-card{min-width:254px;border-radius:22px!important;background:#fff!important;border:1px solid var(--rd-v65-line)!important;box-shadow:var(--rd-v65-shadow)!important;overflow:hidden!important}.rd-v65-production .rd-shop-banner{height:118px;background:linear-gradient(135deg,#fff1e7,#fff8dd)}.rd-v65-production .rd-shop-logo{width:62px;height:62px;border-radius:18px;margin:-31px 14px 7px;border-width:4px}.rd-v65-production .rd-shop-card h3{font-size:18px;margin:0 14px 5px;color:var(--rd-v65-ink)}.rd-v65-production .rd-shop-card p{font-size:12px;margin:0 14px 10px;color:var(--rd-v65-muted);line-height:1.25}.rd-v65-production .rd-badges{margin:0 14px 12px}.rd-v65-production .rd-badge{background:#f7f9fc!important;color:#344054!important;border-color:var(--rd-v65-line)!important}.rd-v65-production .rd-category-row{gap:8px;padding:2px 0 8px!important}.rd-v65-production .rd-cat{background:#fff!important;border-color:var(--rd-v65-line)!important;color:#344054!important;padding:10px 14px!important}.rd-v65-production .rd-cat.active{background:#111827!important;color:#fff!important}
.rd-v65-production .rd-product-grid{grid-template-columns:1fr!important;gap:12px!important}.rd-v65-production .rd-product{display:grid!important;grid-template-columns:118px 1fr!important;border-radius:22px!important;background:#fff!important;border:1px solid var(--rd-v65-line)!important;box-shadow:var(--rd-v65-shadow)!important;overflow:hidden!important;min-height:138px!important}.rd-v65-production .rd-product-img{height:100%!important;min-height:138px!important;aspect-ratio:auto!important;background:#f4f6f9!important}.rd-v65-production .rd-product-placeholder{min-height:138px!important;padding:10px}.rd-v65-production .rd-product-placeholder img{width:56px!important;height:56px!important}.rd-v65-production .rd-product-placeholder span{font-size:11px!important}.rd-v65-production .rd-product-body{padding:12px!important;gap:5px!important;min-width:0}.rd-v65-production .rd-product small{font-size:11px!important;color:var(--rd-v65-muted)!important}.rd-v65-production .rd-product h3{font-size:17px!important;min-height:0!important;color:var(--rd-v65-ink)!important;letter-spacing:0!important;line-height:1.15!important}.rd-v65-production .rd-product p{font-size:12px!important;line-height:1.3!important;color:var(--rd-v65-muted)!important;min-height:0!important}.rd-v65-production .rd-price{font-size:18px!important;color:var(--rd-v65-green)!important}.rd-v65-production .rd-stepper{background:#f4f6f9!important;border-radius:16px!important;padding:4px!important;gap:4px!important}.rd-v65-production .rd-stepper button{width:34px!important;height:34px!important;background:#fff!important;color:var(--rd-v65-orange)!important;border:1px solid var(--rd-v65-line)!important;box-shadow:none!important}.rd-v65-production .rd-stepper button:last-child{background:linear-gradient(135deg,var(--rd-v65-orange),var(--rd-v65-red))!important;color:#fff!important;border:0!important}
.rd-v65-production .rd-bottom-menu-v65{height:58px!important;width:min(500px,calc(100% - 18px))!important;bottom:calc(8px + var(--safe-bottom))!important;border-radius:22px!important;grid-template-columns:1fr 1fr 66px 1fr 1fr!important;background:rgba(255,255,255,.94)!important;border:1px solid rgba(230,235,242,.9)!important;box-shadow:0 18px 38px rgba(15,23,42,.16)!important;padding:0 8px!important;backdrop-filter:blur(20px)}.rd-v65-production .rd-bottom-menu-v65 button{color:#667085!important;font-size:17px!important;gap:1px!important}.rd-v65-production .rd-bottom-menu-v65 button span{font-size:10px!important;font-weight:950!important}.rd-v65-production .rd-cart-mochi{width:60px!important;height:60px!important;margin-top:-16px!important;border-radius:22px!important;background:linear-gradient(135deg,var(--rd-v65-orange),var(--rd-v65-red))!important;border:5px solid #fff!important;box-shadow:0 16px 30px rgba(255,90,0,.28)!important}.rd-v65-production .rd-cart-icon-v65{font-size:25px!important;line-height:1}.rd-v65-production .rd-cart-mochi img{display:none!important}.rd-v65-production .rd-cart-mochi b{background:#111827!important;right:-7px!important;top:-7px!important}.rd-v65-production .rd-cart-mochi small{bottom:-12px!important;font-size:9px!important;background:#111827!important}
.rd-v65-production .rd-sheet-backdrop{background:rgba(15,23,42,.38)!important;backdrop-filter:blur(10px)!important;padding:12px!important}.rd-v65-production .rd-sheet{border-radius:26px 26px 20px 20px!important;background:#fff!important;color:var(--rd-v65-ink)!important;box-shadow:0 -12px 40px rgba(15,23,42,.18)!important}.rd-v65-production .rd-modal-head h2{font-size:22px!important;letter-spacing:0!important}.rd-v65-production .rd-icon-btn{background:#f4f6f9!important;color:#111827!important;border:1px solid var(--rd-v65-line)!important;font-size:20px!important}.rd-v65-production .rd-order-history-card{border:1px solid var(--rd-v65-line);border-radius:20px;padding:14px;background:#fff;box-shadow:0 8px 22px rgba(15,23,42,.07);margin:10px 0}.rd-v65-production .rd-order-history-head span{border-radius:999px;padding:7px 9px;font-size:11px;font-weight:1000;background:#eef4ff;color:#175cd3}.rd-v65-production .rd-order-history-head .st-delivered{background:#e9fdf3;color:#067647}.rd-v65-production .rd-order-history-head .st-cancelled{background:#fff1f3;color:#c01048}.rd-v65-production .rd-order-detail-map{height:240px!important;border-radius:20px!important;margin-top:12px!important}.rd-v65-production .rd-install-card{border-radius:20px!important;background:#fff!important;grid-template-columns:1fr auto!important;padding:12px!important;box-shadow:var(--rd-v65-shadow)!important}.rd-v65-production .rd-install-card>div:first-child{display:flex;align-items:center;gap:10px}.rd-v65-production .rd-install-card img{width:42px;height:42px;border-radius:13px}.rd-v65-production .rd-install-actions{display:flex;gap:7px;align-items:center}.rd-v65-production .rd-native-loader{background:linear-gradient(180deg,#fff7ed,#f8fafc)!important;color:#111827!important}.rd-v65-production .rd-loader-stage{background:rgba(255,255,255,.78);border:1px solid rgba(255,90,0,.12);border-radius:28px;padding:24px;box-shadow:var(--rd-v65-shadow)}.rd-v65-production .rd-tapped{transform:scale(.98);transition:transform .08s ease}
@media(max-width:380px){.rd-v65-production .rd-native-main{padding-inline:10px!important}.rd-v65-production .rd-category-cards-v65{gap:7px}.rd-v65-production .rd-category-cards-v65 button{padding:10px 5px}.rd-v65-production .rd-product{grid-template-columns:104px 1fr!important}.rd-v65-production .rd-product-img{min-height:132px!important}.rd-v65-production .rd-header-address b{max-width:145px}.rd-v65-production .rd-header-address small{max-width:155px}.rd-v65-production .rd-app-header-v65 .rd-fixed-logo{display:none}}@media(min-width:861px){body.rd-v65-production.rd-desktop-landing-body{background:#07101d!important}body.rd-v65-production.rd-desktop-landing-body .rd-app{max-width:none!important;box-shadow:none!important;padding-bottom:0!important}body.rd-v65-production.rd-desktop-landing-body .rd-desktop-landing{display:block!important}}

/* V65 refinements: recent orders, native feedback, mobile order detail */
.rd-recent-strip-v65{display:grid;gap:9px}.rd-recent-strip-v65 .compact{margin-bottom:0}.rd-recent-strip-v65 .compact h2{font-size:18px!important;margin:0}.rd-recent-strip-v65 article{display:grid;grid-template-columns:1fr auto;gap:10px;align-items:center;border:1px solid var(--rd-v65-line);background:#fff;border-radius:18px;padding:12px;box-shadow:0 8px 22px rgba(15,23,42,.06)}.rd-recent-strip-v65 b{display:block;font-size:14px;color:var(--rd-v65-ink)}.rd-recent-strip-v65 span{display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;overflow:hidden;color:var(--rd-v65-muted);font-size:12px;font-weight:800}.rd-v65-production .rd-order-history-head,.rd-v65-production .rd-order-history-foot,.rd-v65-production .rd-order-detail-head{display:flex;align-items:center;justify-content:space-between;gap:10px}.rd-v65-production .rd-order-history-card p{margin:10px 0;color:var(--rd-v65-muted);font-weight:800;line-height:1.35}.rd-v65-production .rd-order-detail-items{display:grid;gap:8px;margin:12px 0}.rd-v65-production .rd-order-detail-items article{display:grid;grid-template-columns:1fr auto;gap:10px;border:1px solid var(--rd-v65-line);border-radius:16px;padding:11px;background:#f8fafc}.rd-v65-production .rd-order-detail-items small{display:block;color:var(--rd-v65-muted);font-weight:800;margin-top:3px}.rd-v65-production .rd-order-detail-info{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin:12px 0}.rd-v65-production .rd-order-detail-info span{border:1px solid var(--rd-v65-line);border-radius:16px;padding:10px;background:#fff;color:var(--rd-v65-muted);font-size:12px;font-weight:800}.rd-v65-production .rd-order-detail-info b{display:block;color:var(--rd-v65-ink);font-size:12px;margin-bottom:3px}.rd-v65-production button:active,.rd-v65-production .rd-shop-card:active,.rd-v65-production .rd-product:active{transform:scale(.985)}.rd-v65-production .rd-product-tags span{background:#fff1e7!important;color:var(--rd-v65-orange)!important;border:0!important}.rd-v65-production .rd-mini-product{border-radius:18px!important;background:#fff!important;border:1px solid var(--rd-v65-line)!important;box-shadow:0 8px 22px rgba(15,23,42,.06)!important}.rd-v65-production .rd-mini-product button{background:linear-gradient(135deg,var(--rd-v65-orange),var(--rd-v65-red))!important;color:#fff!important}.rd-v65-production .rd-empty{background:#fff!important;border-color:var(--rd-v65-line)!important;color:var(--rd-v65-muted)!important}.rd-v65-production .rd-tabs{background:#f4f6f9!important}.rd-v65-production .rd-tabs button.active{background:#fff!important;color:var(--rd-v65-ink)!important}@media(max-width:520px){.rd-v65-production .rd-order-detail-info{grid-template-columns:1fr}.rd-recent-strip-v65 article{grid-template-columns:1fr}.rd-recent-strip-v65 .rd-btn{width:max-content}.rd-v65-production .rd-search-card-v65 .rd-search-inner{grid-template-columns:1fr}.rd-v65-production .rd-search-card-v65 .rd-search-inner .rd-btn{display:none}.rd-v65-production .rd-category-cards-v65 span{font-size:11.5px}.rd-v65-production .rd-promo-card-v65{grid-template-columns:1fr 74px}.rd-v65-production .rd-promo-card-v65 img{width:72px;height:72px}.rd-v65-production .rd-promo-card-v65 b{font-size:18px}}

/* ReyDelivery V70 producción seria · app clara, perfiles, marketing y admin comercial */
body.rd-v70-production{--rd-primary:#ff5a00;--rd-secondary:#ffb000;--rd-surface:#fff7ed;--rd-text:#101827;--rd-muted:#667085;--rd-card:#ffffff;background:linear-gradient(180deg,#fff7ed 0%,#fff 36%,#f6f7fb 100%)!important;color:var(--rd-text)!important}.rd-v70-production .rd-native-main{background:transparent!important}.rd-v70-production .rd-app-home-v65{background:linear-gradient(180deg,#fff7ed,#fff)!important;border-radius:0 0 32px 32px!important;padding:18px 0 12px!important}.rd-v70-production .rd-home-brand{background:#fff!important;border:1px solid rgba(255,90,0,.10)!important;box-shadow:0 14px 40px rgba(16,24,40,.08)!important;color:var(--rd-text)!important}.rd-v70-production .rd-search-card-v65,.rd-v70-production .rd-address-card-v65,.rd-v70-production .rd-promo-card-v65,.rd-v70-production .rd-recent-strip-v65,.rd-v70-production .rd-home-shortcuts-v65 button{background:#fff!important;color:var(--rd-text)!important;border:1px solid rgba(16,24,40,.08)!important;box-shadow:0 16px 42px rgba(16,24,40,.08)!important}.rd-v70-production .rd-category-cards-v65{display:flex!important;overflow-x:auto!important;gap:10px!important;padding:2px 4px 10px!important;scroll-snap-type:x proximity!important}.rd-v70-production .rd-category-cards-v65 button{flex:0 0 104px!important;min-height:88px!important;background:#fff!important;color:#101827!important;border:1px solid rgba(16,24,40,.08)!important;box-shadow:0 12px 30px rgba(16,24,40,.07)!important;scroll-snap-align:start!important}.rd-v70-production .rd-product-grid,.rd-v70-production .rd-product-grid-v59{display:grid!important;grid-template-columns:1fr!important;gap:12px!important}.rd-v70-production .rd-product,.rd-v70-production .rd-product-v59{display:grid!important;grid-template-columns:122px minmax(0,1fr)!important;min-height:140px!important;height:auto!important;background:#fff!important;border:1px solid rgba(16,24,40,.08)!important;border-radius:22px!important;box-shadow:0 14px 36px rgba(16,24,40,.08)!important;overflow:hidden!important;color:#101827!important}.rd-v70-production .rd-product-img{height:100%!important;min-height:140px!important;aspect-ratio:auto!important;background:#f5f7fb!important}.rd-v70-production .rd-product-img img{width:100%!important;height:100%!important;object-fit:cover!important}.rd-v70-production .rd-product-body{padding:12px!important;display:flex!important;flex-direction:column!important;min-width:0!important}.rd-v70-production .rd-product h3{font-size:16px!important;line-height:1.15!important;min-height:0!important;color:#111827!important;margin:0 0 4px!important}.rd-v70-production .rd-product p{font-size:12.5px!important;line-height:1.3!important;min-height:0!important;max-height:48px!important;color:#5f6b7a!important;margin:0 0 8px!important;-webkit-line-clamp:3!important}.rd-v70-production .rd-product-foot{margin-top:auto!important;display:flex!important;align-items:center!important;justify-content:space-between!important;gap:8px!important}.rd-v70-production .rd-price{font-size:17px!important;color:#111827!important}.rd-v70-production .rd-stepper,.rd-v70-production .rd-add-btn,.rd-v70-production .rd-btn-primary{border-radius:16px!important}.rd-v70-production .rd-bottom-menu{background:rgba(255,255,255,.96)!important;color:#111827!important;border:1px solid rgba(16,24,40,.08)!important;box-shadow:0 -12px 40px rgba(16,24,40,.14)!important}.rd-v70-production .rd-bottom-menu button,.rd-v70-production .rd-bottom-menu button span{color:#344054!important}.rd-v70-production .rd-cart-mochi{background:linear-gradient(135deg,#ff7a00,#ff3d00)!important}.rd-profile-v70 .rd-tabs{grid-template-columns:repeat(4,1fr)!important;border-radius:18px!important}.rd-avatar-row{display:flex;align-items:center;gap:14px;margin:8px 0 16px}.rd-avatar-row img,.rd-avatar-fallback{width:72px;height:72px;border-radius:24px;object-fit:cover;background:linear-gradient(135deg,#ff7a00,#ff3d00);color:#fff;display:grid;place-items:center;font-size:28px;font-weight:1000}.rd-upload.small{display:inline-flex!important;width:auto!important;padding:10px 14px!important;border-radius:14px!important}.rd-profile-data .rd-form-grid{gap:10px}.rd-marketing-admin h3{font-size:18px;margin:18px 0 10px}.rd-admin-two{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:16px;margin-top:18px}.rd-form-grid.compact{grid-template-columns:repeat(auto-fit,minmax(140px,1fr))!important;gap:8px!important;background:#f8fafc!important;border:1px solid #eef2f7!important;border-radius:18px!important;padding:12px!important}.rd-chip-list{display:flex;flex-wrap:wrap;gap:8px;margin:10px 0}.rd-chip-list button{border:1px solid #e5e7eb;background:#fff;border-radius:999px;padding:8px 12px;font-weight:800;color:#344054}.rd-admin-shell{max-width:none!important;width:100%!important}.rd-admin-main{max-width:none!important}.rd-panel{background:#fff!important;color:#101827!important;border-color:rgba(16,24,40,.08)!important}@media(max-width:760px){.rd-v70-production .rd-product,.rd-v70-production .rd-product-v59{grid-template-columns:112px minmax(0,1fr)!important;border-radius:20px!important}.rd-v70-production .rd-product-img{min-height:136px!important}.rd-profile-v70 .rd-tabs button{font-size:11px!important;padding:8px 4px!important}.rd-admin-two{grid-template-columns:1fr}}


/* ===== ReyDelivery V71 UI fix ===== */
body.rd-v71-production{--rd-v71-line:#d8e1ee;--rd-v71-text:#0f172a;--rd-v71-muted:#64748b;--rd-v71-card:#ffffff;--rd-v71-local-bg:#eef2ff;--rd-v71-local-text:#0f172a;--rd-v71-green:#15803d;--rd-v71-green-bg:#dcfce7;--rd-v71-blue:#1d4ed8;--rd-v71-blue-bg:#dbeafe;background:linear-gradient(180deg,#fff8f1 0%,#ffffff 34%,#f6f8fc 100%)!important;color:var(--rd-v71-text)!important}
.rd-v71-production .rd-native-main{padding-top:104px!important}.rd-v71-production .rd-native-main.rd-native-main-gated{padding-top:26px!important}.rd-v71-production .rd-product-grid,.rd-v71-production .rd-product-grid-v59{display:grid!important;grid-template-columns:1fr!important;gap:14px!important}.rd-v71-production .rd-product,.rd-v71-production .rd-product-v59{display:grid!important;grid-template-columns:104px minmax(0,1fr)!important;align-items:stretch!important;min-height:154px!important;height:auto!important;background:var(--rd-v71-card)!important;border:1px solid var(--rd-v71-line)!important;border-radius:26px!important;box-shadow:0 14px 34px rgba(15,23,42,.07)!important;overflow:hidden!important;color:var(--rd-v71-text)!important;position:relative!important}.rd-v71-production .rd-product:active,.rd-v71-production .rd-product-v59:active{transform:scale(.992)!important}.rd-v71-production .rd-product-img{position:relative!important;height:auto!important;min-height:154px!important;background:linear-gradient(180deg,#fff1e5,#f2f6ff)!important}.rd-v71-production .rd-product-img img{width:100%!important;height:100%!important;object-fit:cover!important}.rd-v71-production .rd-product-img .rd-photo-pill{position:absolute!important;left:10px!important;bottom:10px!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;padding:7px 11px!important;border-radius:999px!important;background:rgba(15,23,42,.86)!important;color:#fff!important;font-size:12px!important;font-weight:900!important;box-shadow:0 8px 22px rgba(15,23,42,.18)!important}.rd-v71-production .rd-out{top:10px!important;right:10px!important;background:#fff1f2!important;color:#b42318!important;border:1px solid rgba(180,35,24,.12)!important}.rd-v71-production .rd-product-body{display:flex!important;flex-direction:column!important;justify-content:flex-start!important;padding:12px 12px 14px!important;min-width:0!important;background:#fff!important}.rd-v71-production .rd-product h3{margin:0 0 6px!important;color:var(--rd-v71-text)!important;font-size:18px!important;line-height:1.15!important;letter-spacing:-.02em!important}.rd-v71-production .rd-product p{margin:0 0 10px!important;color:var(--rd-v71-muted)!important;font-size:13px!important;line-height:1.38!important;display:-webkit-box!important;-webkit-line-clamp:3!important;-webkit-box-orient:vertical!important;overflow:hidden!important;max-height:none!important}.rd-v71-production .rd-product-meta-row{display:flex!important;flex-wrap:wrap!important;gap:7px!important;align-items:center!important;margin:0 0 8px!important}.rd-v71-production .rd-product-meta-row span,.rd-v71-production .rd-product-tags-v71 span{display:inline-flex!important;align-items:center!important;gap:6px!important;min-height:30px!important;padding:6px 12px!important;border-radius:999px!important;font-size:12px!important;font-weight:900!important;border:1px solid transparent!important;max-width:100%!important}.rd-v71-production .rd-chip-local{background:var(--rd-v71-local-bg)!important;color:var(--rd-v71-local-text)!important;border-color:rgba(99,102,241,.12)!important}.rd-v71-production .rd-chip-normal{background:var(--rd-v71-green-bg)!important;color:var(--rd-v71-green)!important;border-color:rgba(34,197,94,.14)!important}.rd-v71-production .rd-chip-stock{margin-left:auto!important}.rd-v71-production .rd-chip-stock.is-in{background:var(--rd-v71-blue-bg)!important;color:var(--rd-v71-blue)!important;border-color:rgba(37,99,235,.14)!important}.rd-v71-production .rd-chip-stock.is-out{background:#fff1f2!important;color:#b42318!important;border-color:rgba(180,35,24,.12)!important}.rd-v71-production .rd-product-tags-v71{display:flex!important;flex-wrap:wrap!important;gap:8px!important;margin:0 0 12px!important;min-height:30px!important}.rd-v71-production .rd-chip-addons{background:#fff7ed!important;color:#b45309!important;border-color:rgba(245,158,11,.24)!important;cursor:pointer!important}.rd-v71-production .rd-chip-addons i{font-style:normal!important;font-size:12px!important;line-height:1!important}.rd-v71-production .rd-product-foot{margin-top:auto!important;display:flex!important;align-items:flex-end!important;justify-content:space-between!important;gap:10px!important}.rd-v71-production .rd-price{font-size:18px!important;line-height:1!important;font-weight:1000!important;color:#0f172a!important}.rd-v71-production .rd-stepper{display:flex!important;align-items:center!important;gap:0!important;background:#eef3fa!important;border:1px solid var(--rd-v71-line)!important;border-radius:999px!important;padding:4px!important;min-width:164px!important;justify-content:space-between!important}.rd-v71-production .rd-stepper button{width:44px!important;height:44px!important;border-radius:50%!important;border:0!important;background:#fff!important;color:#1e293b!important;font-size:24px!important;font-weight:1000!important;box-shadow:none!important}.rd-v71-production .rd-stepper b{min-width:28px!important;text-align:center!important;font-size:16px!important;color:#0f172a!important}.rd-v71-production .rd-stepper button:last-child{background:#fff!important;color:#0f172a!important;border:1px solid rgba(15,23,42,.06)!important}.rd-v71-production .rd-stepper button:disabled{opacity:.45!important;cursor:not-allowed!important}.rd-v71-production .rd-stepper .rd-step-gear{display:inline-block!important;font-size:18px!important;line-height:1!important}.rd-v71-production .rd-carta-head{align-items:center!important}.rd-v71-production .rd-carta-head b{display:grid!important;place-items:center!important;min-width:74px!important;min-height:74px!important;padding:8px!important;border-radius:50%!important;background:#f8fafc!important;border:1px solid var(--rd-v71-line)!important;color:#334155!important;font-size:16px!important;line-height:1.05!important;text-align:center!important}.rd-v71-production .rd-bottom-menu{background:rgba(16,24,40,.96)!important;border:1px solid rgba(255,255,255,.08)!important;box-shadow:0 18px 52px rgba(15,23,42,.24)!important}.rd-v71-production .rd-bottom-menu button,.rd-v71-production .rd-bottom-menu button span{color:#94a3b8!important}.rd-v71-production .rd-cart-mochi{background:linear-gradient(135deg,#ff7a00,#ff4d00)!important;box-shadow:0 18px 42px rgba(255,106,0,.34)!important;border-color:#1c2333!important}.rd-v71-production .rd-header-address,.rd-v71-production .rd-icon-btn{box-shadow:0 12px 28px rgba(15,23,42,.12)!important}.rd-v71-production .rd-profile-sheet,.rd-v71-production .rd-profile-v70{width:100%!important;max-width:100%!important;height:calc(var(--rd-vh, 1vh) * 100)!important;max-height:calc(var(--rd-vh, 1vh) * 100)!important;margin:0!important;border-radius:0!important;padding:0!important;display:flex!important;flex-direction:column!important;overflow:hidden!important}.rd-v71-production .rd-profile-sheet .rd-modal-head,.rd-v71-production .rd-profile-v70 .rd-modal-head{padding:22px 22px 14px!important;border-bottom:1px solid #edf2f7!important;position:sticky!important;top:0!important;z-index:3!important;background:linear-gradient(180deg,#ffffff 0%,#fffaf5 100%)!important}.rd-v71-production .rd-profile-sheet .rd-modal-head h2,.rd-v71-production .rd-profile-v70 .rd-modal-head h2{font-size:20px!important;line-height:1.1!important;color:#0f172a!important}.rd-v71-production .rd-profile-sheet .rd-tabs,.rd-v71-production .rd-profile-v70 .rd-tabs{display:flex!important;gap:10px!important;overflow-x:auto!important;white-space:nowrap!important;padding:18px 22px 14px!important;border-bottom:1px solid #edf2f7!important;background:#fff!important;position:sticky!important;top:82px!important;z-index:2!important}.rd-v71-production .rd-profile-sheet .rd-tabs button,.rd-v71-production .rd-profile-v70 .rd-tabs button{flex:0 0 auto!important;min-width:max-content!important;padding:12px 18px!important;border-radius:999px!important;font-size:14px!important;font-weight:900!important;background:#0f1b46!important;color:#dbeafe!important}.rd-v71-production .rd-profile-sheet .rd-tabs button.active,.rd-v71-production .rd-profile-v70 .rd-tabs button.active{background:#fff!important;color:#0f172a!important;border:1px solid #dbe4f0!important;box-shadow:0 8px 18px rgba(15,23,42,.08)!important}.rd-v71-production .rd-profile-data,.rd-v71-production .rd-profile-sheet>div:not(.rd-modal-head):not(.rd-tabs),.rd-v71-production .rd-profile-v70>div:not(.rd-modal-head):not(.rd-tabs){padding:18px 22px 28px!important;overflow:auto!important}.rd-v71-production .rd-avatar-row{display:grid!important;grid-template-columns:72px minmax(0,1fr)!important;align-items:center!important;gap:14px!important;padding:18px!important;border:1px solid #e7edf5!important;border-radius:24px!important;background:linear-gradient(180deg,#fff 0%,#f8fafc 100%)!important;margin:0 0 16px!important}.rd-v71-production .rd-avatar-row img,.rd-v71-production .rd-avatar-fallback{width:72px!important;height:72px!important;border-radius:24px!important}.rd-v71-production .rd-upload.small{display:inline-flex!important;align-items:center!important;justify-content:center!important;width:max-content!important;max-width:100%!important;padding:11px 16px!important;border-radius:16px!important;border:1px solid rgba(255,106,0,.18)!important;background:#fff7ed!important;color:#9a3412!important;font-weight:900!important;cursor:pointer!important}.rd-v71-production .rd-upload.small input{display:none!important}.rd-v71-production .rd-profile-data .rd-form-grid{gap:12px!important}.rd-v71-production .rd-profile-data .rd-muted.full{display:flex!important;align-items:center!important;justify-content:space-between!important;gap:10px!important;flex-wrap:wrap!important;padding:14px 16px!important;border-radius:18px!important;background:#f8fafc!important;border:1px solid #e8eef6!important;color:#475467!important;font-weight:900!important}.rd-v71-production .rd-profile-data .rd-btn-primary{min-height:58px!important;border-radius:20px!important;background:linear-gradient(135deg,#ff7a00,#ff4500)!important;box-shadow:0 16px 32px rgba(255,106,0,.24)!important}.rd-v71-production .rd-logout-profile{margin-top:10px!important}.rd-v71-production .rd-faq article{background:#fff!important;border:1px solid #edf2f7!important;border-radius:20px!important;padding:16px!important;margin-bottom:12px!important}.rd-v71-production .rd-sheet-backdrop{padding:0!important}@media(max-width:760px){.rd-v71-production .rd-product,.rd-v71-production .rd-product-v59{grid-template-columns:104px minmax(0,1fr)!important;border-radius:24px!important;min-height:150px!important}.rd-v71-production .rd-product-img{min-height:150px!important}.rd-v71-production .rd-product-meta-row{gap:6px!important}.rd-v71-production .rd-product-meta-row span,.rd-v71-production .rd-product-tags-v71 span{font-size:11.5px!important;padding:6px 10px!important}.rd-v71-production .rd-chip-stock{margin-left:0!important}.rd-v71-production .rd-product-foot{align-items:center!important}.rd-v71-production .rd-stepper{min-width:146px!important}.rd-v71-production .rd-carta-head{align-items:flex-start!important}.rd-v71-production .rd-carta-head b{min-width:68px!important;min-height:68px!important;font-size:15px!important}.rd-v71-production .rd-profile-sheet .rd-modal-head,.rd-v71-production .rd-profile-v70 .rd-modal-head{padding:20px 16px 12px!important}.rd-v71-production .rd-profile-sheet .rd-tabs,.rd-v71-production .rd-profile-v70 .rd-tabs{padding:14px 16px 12px!important;top:76px!important}.rd-v71-production .rd-profile-data,.rd-v71-production .rd-profile-sheet>div:not(.rd-modal-head):not(.rd-tabs),.rd-v71-production .rd-profile-v70>div:not(.rd-modal-head):not(.rd-tabs){padding:16px 16px 24px!important}}


/* === V72 focused UX fix: product cards like Titanium + fullscreen profile === */
body.rd-v72-production .rd-carta-section .rd-product-grid.rd-product-grid-v59{
  display:flex !important;
  flex-direction:column !important;
  gap:16px !important;
}
body.rd-v72-production .rd-carta-section .rd-product-grid.rd-product-grid-v59 > article.rd-product.rd-product-v59{
  display:grid !important;
  grid-template-columns:96px minmax(0,1fr) !important;
  align-items:stretch !important;
  border-radius:28px !important;
  border:1px solid #d8e3ef !important;
  background:#ffffff !important;
  box-shadow:0 10px 28px rgba(15,23,42,.06) !important;
  overflow:hidden !important;
  min-height:158px !important;
  padding:0 !important;
  gap:0 !important;
}
body.rd-v72-production .rd-carta-section .rd-product-grid.rd-product-grid-v59 > article.rd-product.rd-product-v59 .rd-product-img{
  position:relative !important;
  min-height:158px !important;
  height:100% !important;
  background:#edf3fb !important;
  border-right:1px solid #eef3f9 !important;
}
body.rd-v72-production .rd-carta-section .rd-product-grid.rd-product-grid-v59 > article.rd-product.rd-product-v59 .rd-product-img img{
  width:100% !important;
  height:100% !important;
  object-fit:cover !important;
}
body.rd-v72-production .rd-carta-section .rd-product-grid.rd-product-grid-v59 > article.rd-product.rd-product-v59 .rd-photo-pill{
  position:absolute !important;
  left:10px !important;
  bottom:10px !important;
  right:auto !important;
  top:auto !important;
  min-height:34px !important;
  padding:8px 14px !important;
  border-radius:999px !important;
  background:rgba(9,25,64,.92) !important;
  color:#fff !important;
  font-size:13px !important;
  font-weight:900 !important;
  box-shadow:0 10px 22px rgba(9,25,64,.18) !important;
}
body.rd-v72-production .rd-carta-section .rd-product-grid.rd-product-grid-v59 > article.rd-product.rd-product-v59 .rd-out{
  right:10px !important;
  top:10px !important;
  padding:6px 10px !important;
  border-radius:999px !important;
  background:#fff1f2 !important;
  color:#b42318 !important;
  border:1px solid rgba(180,35,24,.14) !important;
}
body.rd-v72-production .rd-carta-section .rd-product-grid.rd-product-grid-v59 > article.rd-product.rd-product-v59 .rd-product-body{
  display:flex !important;
  flex-direction:column !important;
  align-items:stretch !important;
  justify-content:flex-start !important;
  gap:8px !important;
  min-width:0 !important;
  padding:14px 14px 14px 12px !important;
  background:#fff !important;
}
body.rd-v72-production .rd-carta-section .rd-product-grid.rd-product-grid-v59 > article.rd-product.rd-product-v59 .rd-product-body h3{
  margin:0 !important;
  color:#102443 !important;
  font-size:18px !important;
  line-height:1.14 !important;
  font-weight:1000 !important;
  letter-spacing:-.02em !important;
}
body.rd-v72-production .rd-carta-section .rd-product-grid.rd-product-grid-v59 > article.rd-product.rd-product-v59 .rd-product-body p{
  margin:0 !important;
  color:#5f6f86 !important;
  font-size:13px !important;
  line-height:1.4 !important;
  font-weight:750 !important;
  display:-webkit-box !important;
  -webkit-line-clamp:3 !important;
  -webkit-box-orient:vertical !important;
  overflow:hidden !important;
}
body.rd-v72-production .rd-carta-section .rd-product-grid.rd-product-grid-v59 > article.rd-product.rd-product-v59 .rd-product-meta-row{
  display:flex !important;
  flex-wrap:wrap !important;
  align-items:center !important;
  gap:8px !important;
  margin-top:2px !important;
}
body.rd-v72-production .rd-carta-section .rd-product-grid.rd-product-grid-v59 > article.rd-product.rd-product-v59 .rd-product-meta-row span{
  display:inline-flex !important;
  align-items:center !important;
  gap:6px !important;
  min-height:30px !important;
  max-width:100% !important;
  padding:6px 12px !important;
  border-radius:999px !important;
  font-size:12px !important;
  font-weight:900 !important;
  line-height:1 !important;
  border:1px solid transparent !important;
}
body.rd-v72-production .rd-chip-local{
  background:#eef2ff !important;
  color:#0f1b46 !important;
  border-color:rgba(79,70,229,.12) !important;
}
body.rd-v72-production .rd-chip-normal{
  background:#dff7e7 !important;
  color:#15803d !important;
  border-color:rgba(21,128,61,.12) !important;
}
body.rd-v72-production .rd-chip-stock.is-in{
  background:#ebf2ff !important;
  color:#0f4aa8 !important;
  border-color:rgba(15,74,168,.10) !important;
}
body.rd-v72-production .rd-chip-stock.is-out{
  background:#fff1f2 !important;
  color:#b42318 !important;
  border-color:rgba(180,35,24,.12) !important;
}
body.rd-v72-production .rd-chip-addons{
  display:inline-flex !important;
  align-items:center !important;
  gap:6px !important;
  min-height:30px !important;
  padding:6px 12px !important;
  border-radius:999px !important;
  background:#fff7ed !important;
  color:#b45309 !important;
  border:1px solid rgba(245,158,11,.26) !important;
  font-size:12px !important;
  font-weight:900 !important;
  cursor:pointer !important;
}
body.rd-v72-production .rd-chip-addons i{
  font-style:normal !important;
  line-height:1 !important;
}
body.rd-v72-production .rd-product-foot{
  margin-top:auto !important;
  display:grid !important;
  grid-template-columns:minmax(0,1fr) auto !important;
  align-items:end !important;
  gap:12px !important;
}
body.rd-v72-production .rd-price{
  display:block !important;
  color:#0f1b46 !important;
  font-size:18px !important;
  line-height:1.1 !important;
  font-weight:1000 !important;
  white-space:nowrap !important;
}
body.rd-v72-production .rd-stepper,
body.rd-v72-production .rd-product-foot .rd-stepper{
  display:flex !important;
  align-items:center !important;
  justify-content:space-between !important;
  gap:0 !important;
  min-width:144px !important;
  padding:4px !important;
  border-radius:999px !important;
  background:#eef3fa !important;
  border:1px solid #dae4ef !important;
  box-shadow:none !important;
}
body.rd-v72-production .rd-stepper button,
body.rd-v72-production .rd-product-foot .rd-stepper button{
  width:42px !important;
  height:42px !important;
  border-radius:50% !important;
  border:0 !important;
  background:#fff !important;
  color:#102443 !important;
  font-size:23px !important;
  font-weight:1000 !important;
  box-shadow:none !important;
}
body.rd-v72-production .rd-stepper b,
body.rd-v72-production .rd-product-foot .rd-stepper b{
  min-width:24px !important;
  text-align:center !important;
  color:#102443 !important;
  font-size:16px !important;
  font-weight:1000 !important;
}
body.rd-v72-production .rd-stepper .rd-step-gear{
  display:inline-block !important;
  font-size:18px !important;
  line-height:1 !important;
}
body.rd-v72-production .rd-carta-head{
  align-items:center !important;
}
body.rd-v72-production .rd-carta-head b{
  display:grid !important;
  place-items:center !important;
  min-width:70px !important;
  min-height:70px !important;
  padding:8px !important;
  border-radius:50% !important;
  background:#f8fafc !important;
  border:1px solid #e5edf6 !important;
  color:#475467 !important;
  font-size:15px !important;
  font-weight:900 !important;
  line-height:1.05 !important;
  text-align:center !important;
}
body.rd-v72-production .rd-carta-head .rd-muted{
  color:#667085 !important;
}

/* Fullscreen profile modal with usable tabs */
body.rd-v72-production .rd-sheet.rd-profile-sheet,
body.rd-v72-production .rd-profile-sheet.rd-profile-v70,
body.rd-v72-production .rd-sheet.rd-profile-v70{
  position:fixed !important;
  inset:0 !important;
  width:100vw !important;
  max-width:100vw !important;
  height:100dvh !important;
  max-height:100dvh !important;
  margin:0 !important;
  border-radius:0 !important;
  border:0 !important;
  padding:0 !important;
  background:#fff !important;
  display:flex !important;
  flex-direction:column !important;
  overflow:hidden !important;
  z-index:120 !important;
}
body.rd-v72-production .rd-profile-sheet .rd-modal-head,
body.rd-v72-production .rd-profile-v70 .rd-modal-head{
  padding:18px 18px 14px !important;
  border-bottom:1px solid #edf2f7 !important;
  background:#fff !important;
  position:sticky !important;
  top:0 !important;
  z-index:5 !important;
}
body.rd-v72-production .rd-profile-sheet .rd-modal-head h2,
body.rd-v72-production .rd-profile-v70 .rd-modal-head h2{
  margin:0 !important;
  color:#102443 !important;
  font-size:22px !important;
  line-height:1.1 !important;
}
body.rd-v72-production .rd-profile-sheet .rd-icon-btn,
body.rd-v72-production .rd-profile-v70 .rd-icon-btn{
  width:48px !important;
  height:48px !important;
  border-radius:50% !important;
  background:#f4f7fb !important;
  color:#102443 !important;
}
body.rd-v72-production .rd-profile-sheet .rd-profile-tabs,
body.rd-v72-production .rd-profile-v70 .rd-profile-tabs{
  display:grid !important;
  grid-template-columns:repeat(4,minmax(0,1fr)) !important;
  gap:8px !important;
  padding:14px 18px !important;
  overflow:visible !important;
  white-space:normal !important;
  background:#fff !important;
  border-bottom:1px solid #edf2f7 !important;
  position:sticky !important;
  top:81px !important;
  z-index:4 !important;
}
body.rd-v72-production .rd-profile-sheet .rd-profile-tabs button,
body.rd-v72-production .rd-profile-v70 .rd-profile-tabs button{
  min-width:0 !important;
  width:100% !important;
  padding:12px 10px !important;
  border-radius:999px !important;
  background:#0f1b46 !important;
  color:#dbeafe !important;
  font-size:14px !important;
  font-weight:900 !important;
  text-align:center !important;
  overflow:hidden !important;
  text-overflow:ellipsis !important;
  white-space:nowrap !important;
}
body.rd-v72-production .rd-profile-sheet .rd-profile-tabs button.active,
body.rd-v72-production .rd-profile-v70 .rd-profile-tabs button.active{
  background:#fff !important;
  color:#102443 !important;
  border:1px solid #dbe4f0 !important;
  box-shadow:0 8px 18px rgba(15,23,42,.08) !important;
}
body.rd-v72-production .rd-profile-v70 > .rd-profile-data,
body.rd-v72-production .rd-profile-v70 > .rd-form-grid,
body.rd-v72-production .rd-profile-v70 > div:not(.rd-modal-head):not(.rd-profile-tabs),
body.rd-v72-production .rd-profile-sheet > .rd-profile-data,
body.rd-v72-production .rd-profile-sheet > .rd-form-grid,
body.rd-v72-production .rd-profile-sheet > div:not(.rd-modal-head):not(.rd-profile-tabs){
  flex:1 1 auto !important;
  overflow:auto !important;
  padding:18px !important;
}
body.rd-v72-production .rd-profile-v70 .rd-avatar-row,
body.rd-v72-production .rd-profile-sheet .rd-avatar-row{
  display:grid !important;
  grid-template-columns:72px minmax(0,1fr) !important;
  align-items:center !important;
  gap:14px !important;
  padding:18px !important;
  border:1px solid #e5edf6 !important;
  border-radius:24px !important;
  background:#fbfcfe !important;
  margin-bottom:16px !important;
}
body.rd-v72-production .rd-profile-v70 .rd-avatar-row img,
body.rd-v72-production .rd-profile-v70 .rd-avatar-fallback,
body.rd-v72-production .rd-profile-sheet .rd-avatar-row img,
body.rd-v72-production .rd-profile-sheet .rd-avatar-fallback{
  width:72px !important;
  height:72px !important;
  border-radius:24px !important;
}
body.rd-v72-production .rd-profile-v70 .rd-upload.small,
body.rd-v72-production .rd-profile-sheet .rd-upload.small{
  display:inline-flex !important;
  align-items:center !important;
  justify-content:center !important;
  width:max-content !important;
  max-width:100% !important;
  min-height:42px !important;
  padding:0 18px !important;
  border-radius:16px !important;
  background:#fff7ed !important;
  border:1px solid rgba(245,158,11,.24) !important;
  color:#9a3412 !important;
  font-weight:900 !important;
}
body.rd-v72-production .rd-profile-v70 .rd-upload.small input,
body.rd-v72-production .rd-profile-sheet .rd-upload.small input{
  display:none !important;
}
body.rd-v72-production .rd-profile-v70 .rd-form-grid,
body.rd-v72-production .rd-profile-sheet .rd-form-grid{
  display:grid !important;
  gap:14px !important;
}
body.rd-v72-production .rd-profile-v70 .rd-muted.full,
body.rd-v72-production .rd-profile-sheet .rd-muted.full{
  display:flex !important;
  align-items:center !important;
  justify-content:space-between !important;
  gap:10px !important;
  flex-wrap:wrap !important;
  padding:14px 16px !important;
  border-radius:18px !important;
  background:#f8fafc !important;
  border:1px solid #e5edf6 !important;
  color:#475467 !important;
  font-weight:900 !important;
}
body.rd-v72-production .rd-profile-v70 .rd-btn-primary.full,
body.rd-v72-production .rd-profile-sheet .rd-btn-primary.full{
  min-height:56px !important;
  border-radius:18px !important;
  background:linear-gradient(135deg,#ff7a00,#ff4d00) !important;
  color:#fff !important;
  box-shadow:0 16px 32px rgba(255,106,0,.22) !important;
}
body.rd-v72-production .rd-profile-v70 .rd-btn-danger.full,
body.rd-v72-production .rd-profile-sheet .rd-btn-danger.full{
  min-height:54px !important;
  border-radius:18px !important;
}

/* Product config modal small polish */
body.rd-v72-production .rd-product-config-sheet{
  max-width:560px !important;
  width:min(100vw,560px) !important;
}
body.rd-v72-production .rd-config-footer{
  grid-template-columns:110px minmax(0,1fr) !important;
  align-items:center !important;
  gap:12px !important;
}
body.rd-v72-production .rd-config-footer .rd-btn{
  min-width:0 !important;
  width:100% !important;
}

@media (max-width:760px){
  body.rd-v72-production .rd-carta-section .rd-product-grid.rd-product-grid-v59 > article.rd-product.rd-product-v59{
    grid-template-columns:92px minmax(0,1fr) !important;
    min-height:148px !important;
    border-radius:24px !important;
  }
  body.rd-v72-production .rd-carta-section .rd-product-grid.rd-product-grid-v59 > article.rd-product.rd-product-v59 .rd-product-img{
    min-height:148px !important;
  }
  body.rd-v72-production .rd-carta-section .rd-product-grid.rd-product-grid-v59 > article.rd-product.rd-product-v59 .rd-product-body{
    padding:12px !important;
    gap:7px !important;
  }
  body.rd-v72-production .rd-carta-section .rd-product-grid.rd-product-grid-v59 > article.rd-product.rd-product-v59 .rd-product-body h3{
    font-size:17px !important;
  }
  body.rd-v72-production .rd-carta-section .rd-product-grid.rd-product-grid-v59 > article.rd-product.rd-product-v59 .rd-product-body p{
    font-size:12.8px !important;
  }
  body.rd-v72-production .rd-stepper,
  body.rd-v72-production .rd-product-foot .rd-stepper{
    min-width:136px !important;
  }
  body.rd-v72-production .rd-stepper button,
  body.rd-v72-production .rd-product-foot .rd-stepper button{
    width:40px !important;
    height:40px !important;
  }
}
@media (max-width:640px){
  body.rd-v72-production .rd-profile-sheet .rd-profile-tabs,
  body.rd-v72-production .rd-profile-v70 .rd-profile-tabs{
    grid-template-columns:repeat(2,minmax(0,1fr)) !important;
    top:79px !important;
  }
}
@media (max-width:420px){
  body.rd-v72-production .rd-carta-section .rd-product-grid.rd-product-grid-v59 > article.rd-product.rd-product-v59{
    grid-template-columns:88px minmax(0,1fr) !important;
  }
  body.rd-v72-production .rd-carta-section .rd-product-grid.rd-product-grid-v59 > article.rd-product.rd-product-v59 .rd-product-img{
    min-height:142px !important;
  }
  body.rd-v72-production .rd-product-foot{
    grid-template-columns:1fr !important;
    align-items:stretch !important;
  }
  body.rd-v72-production .rd-price{
    margin-bottom:2px !important;
  }
  body.rd-v72-production .rd-stepper,
  body.rd-v72-production .rd-product-foot .rd-stepper{
    justify-self:end !important;
  }
}


/* === V73 production polish: transparent header, Titanium-like cards, native profile === */
body.rd-v73-production .rd-native-main{
  width:min(560px,calc(100% - 24px)) !important;
  padding-top:calc(92px + env(safe-area-inset-top)) !important;
}
body.rd-v73-production .rd-app-header-v65{
  width:min(560px,100%) !important;
  padding:calc(10px + env(safe-area-inset-top)) 14px 10px !important;
  background:linear-gradient(180deg,rgba(255,249,242,.94) 0%,rgba(255,249,242,.78) 54%,rgba(255,249,242,0) 100%) !important;
  border-bottom:0 !important;
  box-shadow:none !important;
  backdrop-filter:blur(14px) !important;
}
body.rd-v73-production .rd-header-address{
  min-width:0 !important;
  padding:0 !important;
  gap:2px !important;
}
body.rd-v73-production .rd-header-address span{
  font-size:10px !important;
  letter-spacing:.06em !important;
}
body.rd-v73-production .rd-header-address b{
  max-width:160px !important;
  font-size:14px !important;
  color:#0f172a !important;
}
body.rd-v73-production .rd-header-address small{
  max-width:170px !important;
  font-size:11px !important;
  color:#667085 !important;
}
body.rd-v73-production .rd-app-header-v65 .rd-fixed-logo{
  height:40px !important;
  max-width:108px !important;
}
body.rd-v73-production .rd-header-actions{
  gap:8px !important;
}
body.rd-v73-production .rd-header-actions .rd-icon-btn{
  width:44px !important;
  height:44px !important;
  background:rgba(255,255,255,.92) !important;
  border:1px solid rgba(226,232,240,.92) !important;
  box-shadow:0 10px 24px rgba(15,23,42,.08) !important;
  color:#0f1b46 !important;
}
body.rd-v73-production .rd-app-home-v65{
  gap:16px !important;
}
body.rd-v73-production .rd-home-brand,
body.rd-v73-production .rd-search-card-v65,
body.rd-v73-production .rd-address-card-v65,
body.rd-v73-production .rd-promo-card-v65,
body.rd-v73-production .rd-home-shortcuts-v65 button,
body.rd-v73-production .rd-recent-strip-v65{
  border-radius:24px !important;
}
body.rd-v73-production .rd-address-card-v65{
  background:rgba(255,255,255,.78) !important;
  backdrop-filter:blur(16px) !important;
}
body.rd-v73-production .rd-section{
  padding:20px 0 !important;
}
body.rd-v73-production .rd-carta-head{
  align-items:flex-start !important;
  gap:10px !important;
  margin-bottom:14px !important;
}
body.rd-v73-production .rd-carta-head h2{
  font-size:24px !important;
  line-height:1.06 !important;
  letter-spacing:-.03em !important;
}
body.rd-v73-production .rd-carta-head .rd-muted{
  font-size:14px !important;
  line-height:1.35 !important;
  color:#667085 !important;
}
body.rd-v73-production .rd-carta-head b{
  display:grid !important;
  place-items:center !important;
  min-width:70px !important;
  min-height:70px !important;
  padding:8px !important;
  border-radius:50% !important;
  background:rgba(255,255,255,.78) !important;
  border:1px solid #dde6f1 !important;
  color:#334155 !important;
  font-size:14px !important;
  line-height:1.05 !important;
  text-align:center !important;
}
body.rd-v73-production .rd-carta-section .rd-product-grid.rd-product-grid-v59{
  display:grid !important;
  grid-template-columns:1fr !important;
  gap:14px !important;
}
body.rd-v73-production .rd-carta-section .rd-product-grid.rd-product-grid-v59 > article.rd-product.rd-product-v59{
  display:flex !important;
  flex-direction:row !important;
  align-items:stretch !important;
  gap:0 !important;
  min-height:154px !important;
  height:auto !important;
  background:#ffffff !important;
  border:1px solid #dbe5f0 !important;
  border-radius:26px !important;
  box-shadow:0 12px 26px rgba(15,23,42,.06) !important;
  overflow:hidden !important;
  position:relative !important;
}
body.rd-v73-production .rd-carta-section .rd-product-grid.rd-product-grid-v59 > article.rd-product.rd-product-v59 .rd-product-img{
  position:relative !important;
  flex:0 0 96px !important;
  width:96px !important;
  min-width:96px !important;
  min-height:154px !important;
  height:auto !important;
  border-right:1px solid #eef3f8 !important;
  background:#eef4fb !important;
}
body.rd-v73-production .rd-carta-section .rd-product-grid.rd-product-grid-v59 > article.rd-product.rd-product-v59 .rd-product-img img{
  width:100% !important;
  height:100% !important;
  object-fit:cover !important;
}
body.rd-v73-production .rd-carta-section .rd-product-grid.rd-product-grid-v59 > article.rd-product.rd-product-v59 .rd-product-placeholder{
  width:100% !important;
  height:100% !important;
  display:grid !important;
  place-items:center !important;
  gap:8px !important;
  padding:12px 8px !important;
}
body.rd-v73-production .rd-carta-section .rd-product-grid.rd-product-grid-v59 > article.rd-product.rd-product-v59 .rd-product-placeholder img{
  width:48px !important;
  height:48px !important;
  border-radius:16px !important;
}
body.rd-v73-production .rd-carta-section .rd-product-grid.rd-product-grid-v59 > article.rd-product.rd-product-v59 .rd-product-placeholder span{
  text-align:center !important;
  font-size:12px !important;
  font-weight:900 !important;
  color:#344054 !important;
}
body.rd-v73-production .rd-carta-section .rd-product-grid.rd-product-grid-v59 > article.rd-product.rd-product-v59 .rd-photo-pill{
  position:absolute !important;
  left:8px !important;
  bottom:8px !important;
  right:auto !important;
  top:auto !important;
  min-height:32px !important;
  padding:7px 12px !important;
  border-radius:999px !important;
  background:rgba(9,25,64,.92) !important;
  color:#fff !important;
  font-size:12px !important;
  font-weight:1000 !important;
  box-shadow:0 8px 20px rgba(9,25,64,.18) !important;
}
body.rd-v73-production .rd-carta-section .rd-product-grid.rd-product-grid-v59 > article.rd-product.rd-product-v59 .rd-out{
  position:absolute !important;
  top:8px !important;
  right:8px !important;
  padding:6px 10px !important;
  border-radius:999px !important;
  background:#fff1f2 !important;
  color:#b42318 !important;
  border:1px solid rgba(180,35,24,.14) !important;
  font-size:11px !important;
}
body.rd-v73-production .rd-carta-section .rd-product-grid.rd-product-grid-v59 > article.rd-product.rd-product-v59 .rd-product-body{
  flex:1 1 auto !important;
  min-width:0 !important;
  padding:14px 14px 14px 12px !important;
  display:flex !important;
  flex-direction:column !important;
  align-items:stretch !important;
  justify-content:flex-start !important;
  gap:8px !important;
  background:#fff !important;
}
body.rd-v73-production .rd-carta-section .rd-product-grid.rd-product-grid-v59 > article.rd-product.rd-product-v59 .rd-product-body h3{
  margin:0 !important;
  color:#102443 !important;
  font-size:17px !important;
  line-height:1.12 !important;
  font-weight:1000 !important;
  letter-spacing:-.02em !important;
}
body.rd-v73-production .rd-carta-section .rd-product-grid.rd-product-grid-v59 > article.rd-product.rd-product-v59 .rd-product-body p{
  margin:0 !important;
  color:#5f6f86 !important;
  font-size:12.8px !important;
  line-height:1.4 !important;
  font-weight:750 !important;
  display:-webkit-box !important;
  -webkit-line-clamp:3 !important;
  -webkit-box-orient:vertical !important;
  overflow:hidden !important;
}
body.rd-v73-production .rd-carta-section .rd-product-grid.rd-product-grid-v59 > article.rd-product.rd-product-v59 .rd-product-meta-row{
  display:flex !important;
  flex-wrap:wrap !important;
  align-items:center !important;
  gap:8px !important;
  margin-top:0 !important;
}
body.rd-v73-production .rd-carta-section .rd-product-grid.rd-product-grid-v59 > article.rd-product.rd-product-v59 .rd-product-meta-row span{
  display:inline-flex !important;
  align-items:center !important;
  gap:6px !important;
  min-height:30px !important;
  max-width:100% !important;
  padding:6px 12px !important;
  border-radius:999px !important;
  font-size:12px !important;
  font-weight:900 !important;
  line-height:1 !important;
  border:1px solid transparent !important;
}
body.rd-v73-production .rd-chip-local{
  background:#eef2ff !important;
  color:#0f1b46 !important;
  border-color:rgba(79,70,229,.12) !important;
}
body.rd-v73-production .rd-chip-normal{
  background:#dff7e7 !important;
  color:#15803d !important;
  border-color:rgba(21,128,61,.12) !important;
}
body.rd-v73-production .rd-chip-stock.is-in{
  background:#ebf2ff !important;
  color:#0f4aa8 !important;
  border-color:rgba(15,74,168,.10) !important;
}
body.rd-v73-production .rd-chip-stock.is-out{
  background:#fff1f2 !important;
  color:#b42318 !important;
  border-color:rgba(180,35,24,.12) !important;
}
body.rd-v73-production .rd-chip-addons{
  display:inline-flex !important;
  align-items:center !important;
  gap:6px !important;
  min-height:30px !important;
  padding:6px 12px !important;
  border-radius:999px !important;
  background:#fff7ed !important;
  color:#b45309 !important;
  border:1px solid rgba(245,158,11,.26) !important;
  font-size:12px !important;
  font-weight:900 !important;
  cursor:pointer !important;
}
body.rd-v73-production .rd-chip-addons i{
  font-style:normal !important;
  line-height:1 !important;
}
body.rd-v73-production .rd-product-foot{
  margin-top:auto !important;
  display:flex !important;
  align-items:flex-end !important;
  justify-content:space-between !important;
  gap:12px !important;
}
body.rd-v73-production .rd-price{
  display:block !important;
  color:#0f1b46 !important;
  font-size:18px !important;
  line-height:1.1 !important;
  font-weight:1000 !important;
  white-space:nowrap !important;
}
body.rd-v73-production .rd-stepper,
body.rd-v73-production .rd-product-foot .rd-stepper{
  display:flex !important;
  align-items:center !important;
  justify-content:space-between !important;
  gap:0 !important;
  min-width:140px !important;
  padding:4px !important;
  border-radius:999px !important;
  background:#eef3fa !important;
  border:1px solid #dae4ef !important;
  box-shadow:none !important;
}
body.rd-v73-production .rd-stepper button,
body.rd-v73-production .rd-product-foot .rd-stepper button{
  width:40px !important;
  height:40px !important;
  border-radius:50% !important;
  border:0 !important;
  background:#fff !important;
  color:#102443 !important;
  font-size:21px !important;
  font-weight:1000 !important;
  box-shadow:none !important;
}
body.rd-v73-production .rd-stepper b,
body.rd-v73-production .rd-product-foot .rd-stepper b{
  min-width:24px !important;
  text-align:center !important;
  color:#102443 !important;
  font-size:16px !important;
  font-weight:1000 !important;
}
body.rd-v73-production .rd-stepper .rd-step-gear{
  display:inline-block !important;
  font-size:17px !important;
  line-height:1 !important;
}
body.rd-v73-production .rd-product-config-sheet{
  max-width:560px !important;
  width:min(100vw,560px) !important;
}
body.rd-v73-production .rd-config-footer{
  display:grid !important;
  grid-template-columns:104px minmax(0,1fr) !important;
  gap:12px !important;
  align-items:center !important;
}
body.rd-v73-production .rd-config-footer .rd-btn{
  min-width:0 !important;
  width:100% !important;
  padding-inline:16px !important;
  font-size:16px !important;
}
body.rd-v73-production .rd-sheet.rd-profile-sheet,
body.rd-v73-production .rd-profile-sheet.rd-profile-v70,
body.rd-v73-production .rd-sheet.rd-profile-v70{
  position:fixed !important;
  inset:0 !important;
  width:100vw !important;
  max-width:100vw !important;
  height:100dvh !important;
  max-height:100dvh !important;
  margin:0 !important;
  border-radius:0 !important;
  border:0 !important;
  padding:0 !important;
  background:#fff !important;
  display:flex !important;
  flex-direction:column !important;
  overflow:hidden !important;
  z-index:121 !important;
}
body.rd-v73-production .rd-profile-sheet .rd-modal-head,
body.rd-v73-production .rd-profile-v70 .rd-modal-head{
  padding:20px 18px 14px !important;
  margin:0 !important;
  border-bottom:1px solid #edf2f7 !important;
  background:#fff !important;
  position:sticky !important;
  top:0 !important;
  z-index:5 !important;
}
body.rd-v73-production .rd-profile-sheet .rd-modal-head h2,
body.rd-v73-production .rd-profile-v70 .rd-modal-head h2{
  margin:0 !important;
  color:#102443 !important;
  font-size:22px !important;
  line-height:1.1 !important;
}
body.rd-v73-production .rd-profile-sheet .rd-icon-btn,
body.rd-v73-production .rd-profile-v70 .rd-icon-btn{
  width:48px !important;
  height:48px !important;
  border-radius:50% !important;
  background:#f4f7fb !important;
  color:#102443 !important;
}
body.rd-v73-production .rd-profile-sheet .rd-profile-tabs,
body.rd-v73-production .rd-profile-v70 .rd-profile-tabs{
  display:flex !important;
  flex-wrap:nowrap !important;
  gap:10px !important;
  overflow-x:auto !important;
  -webkit-overflow-scrolling:touch !important;
  white-space:nowrap !important;
  padding:14px 18px 14px !important;
  margin:0 !important;
  border-radius:0 !important;
  background:#fff !important;
  border-bottom:1px solid #edf2f7 !important;
  position:sticky !important;
  top:81px !important;
  z-index:4 !important;
}
body.rd-v73-production .rd-profile-sheet .rd-profile-tabs::-webkit-scrollbar,
body.rd-v73-production .rd-profile-v70 .rd-profile-tabs::-webkit-scrollbar{
  display:none !important;
}
body.rd-v73-production .rd-profile-sheet .rd-profile-tabs button,
body.rd-v73-production .rd-profile-v70 .rd-profile-tabs button{
  flex:0 0 auto !important;
  min-width:120px !important;
  padding:12px 16px !important;
  border-radius:999px !important;
  background:#0f1b46 !important;
  color:#dbeafe !important;
  font-size:14px !important;
  font-weight:900 !important;
  text-align:center !important;
}
body.rd-v73-production .rd-profile-sheet .rd-profile-tabs button.active,
body.rd-v73-production .rd-profile-v70 .rd-profile-tabs button.active{
  background:#fff !important;
  color:#102443 !important;
  border:1px solid #dbe4f0 !important;
  box-shadow:0 8px 18px rgba(15,23,42,.08) !important;
}
body.rd-v73-production .rd-profile-sheet > .rd-profile-data,
body.rd-v73-production .rd-profile-sheet > .rd-form-grid,
body.rd-v73-production .rd-profile-sheet > div:not(.rd-modal-head):not(.rd-profile-tabs),
body.rd-v73-production .rd-profile-v70 > .rd-profile-data,
body.rd-v73-production .rd-profile-v70 > .rd-form-grid,
body.rd-v73-production .rd-profile-v70 > div:not(.rd-modal-head):not(.rd-profile-tabs){
  flex:1 1 auto !important;
  overflow:auto !important;
  padding:18px !important;
}
body.rd-v73-production .rd-profile-sheet .rd-form-grid,
body.rd-v73-production .rd-profile-v70 .rd-form-grid{
  display:grid !important;
  grid-template-columns:1fr !important;
  gap:14px !important;
}
body.rd-v73-production .rd-profile-sheet .rd-avatar-row,
body.rd-v73-production .rd-profile-v70 .rd-avatar-row{
  display:grid !important;
  grid-template-columns:72px minmax(0,1fr) !important;
  align-items:center !important;
  gap:14px !important;
  padding:18px !important;
  border:1px solid #e5edf6 !important;
  border-radius:24px !important;
  background:#fbfcfe !important;
  margin-bottom:16px !important;
}
body.rd-v73-production .rd-profile-sheet .rd-avatar-row img,
body.rd-v73-production .rd-profile-v70 .rd-avatar-row img,
body.rd-v73-production .rd-profile-sheet .rd-avatar-fallback,
body.rd-v73-production .rd-profile-v70 .rd-avatar-fallback{
  width:72px !important;
  height:72px !important;
  border-radius:24px !important;
}
body.rd-v73-production .rd-profile-sheet .rd-upload.small,
body.rd-v73-production .rd-profile-v70 .rd-upload.small{
  display:inline-flex !important;
  align-items:center !important;
  justify-content:center !important;
  width:max-content !important;
  max-width:100% !important;
  min-height:42px !important;
  padding:0 18px !important;
  border-radius:16px !important;
  background:#fff7ed !important;
  border:1px solid rgba(245,158,11,.24) !important;
  color:#9a3412 !important;
  font-weight:900 !important;
}
body.rd-v73-production .rd-profile-sheet .rd-upload.small input,
body.rd-v73-production .rd-profile-v70 .rd-upload.small input{
  display:none !important;
}
body.rd-v73-production .rd-profile-sheet .rd-muted.full,
body.rd-v73-production .rd-profile-v70 .rd-muted.full{
  display:flex !important;
  align-items:center !important;
  justify-content:space-between !important;
  gap:10px !important;
  flex-wrap:wrap !important;
  padding:14px 16px !important;
  border-radius:18px !important;
  background:#f8fafc !important;
  border:1px solid #e5edf6 !important;
  color:#475467 !important;
  font-weight:900 !important;
}
body.rd-v73-production .rd-profile-sheet .rd-btn-primary.full,
body.rd-v73-production .rd-profile-v70 .rd-btn-primary.full{
  min-height:56px !important;
  border-radius:18px !important;
  background:linear-gradient(135deg,#ff7a00,#ff4d00) !important;
  color:#fff !important;
  box-shadow:0 16px 32px rgba(255,106,0,.22) !important;
}
body.rd-v73-production .rd-profile-sheet .rd-btn-danger.full,
body.rd-v73-production .rd-profile-v70 .rd-btn-danger.full{
  min-height:54px !important;
  border-radius:18px !important;
}
body.rd-v73-production .rd-sheet-backdrop{
  padding:0 !important;
}
@media (max-width:560px){
  body.rd-v73-production .rd-native-main{
    width:calc(100% - 20px) !important;
    padding-top:calc(88px + env(safe-area-inset-top)) !important;
  }
  body.rd-v73-production .rd-app-header-v65{
    width:100% !important;
    padding-inline:10px !important;
  }
  body.rd-v73-production .rd-header-address b{
    max-width:126px !important;
  }
  body.rd-v73-production .rd-header-address small{
    max-width:140px !important;
  }
  body.rd-v73-production .rd-carta-head h2{
    font-size:22px !important;
  }
  body.rd-v73-production .rd-carta-head .rd-muted{
    font-size:13px !important;
  }
  body.rd-v73-production .rd-carta-section .rd-product-grid.rd-product-grid-v59 > article.rd-product.rd-product-v59{
    min-height:148px !important;
    border-radius:24px !important;
  }
  body.rd-v73-production .rd-carta-section .rd-product-grid.rd-product-grid-v59 > article.rd-product.rd-product-v59 .rd-product-img{
    flex-basis:92px !important;
    width:92px !important;
    min-width:92px !important;
    min-height:148px !important;
  }
  body.rd-v73-production .rd-carta-section .rd-product-grid.rd-product-grid-v59 > article.rd-product.rd-product-v59 .rd-product-body{
    padding:12px !important;
    gap:7px !important;
  }
  body.rd-v73-production .rd-carta-section .rd-product-grid.rd-product-grid-v59 > article.rd-product.rd-product-v59 .rd-product-body h3{
    font-size:16px !important;
  }
  body.rd-v73-production .rd-carta-section .rd-product-grid.rd-product-grid-v59 > article.rd-product.rd-product-v59 .rd-product-body p{
    font-size:12.5px !important;
  }
  body.rd-v73-production .rd-stepper,
  body.rd-v73-production .rd-product-foot .rd-stepper{
    min-width:132px !important;
  }
  body.rd-v73-production .rd-stepper button,
  body.rd-v73-production .rd-product-foot .rd-stepper button{
    width:38px !important;
    height:38px !important;
  }
  body.rd-v73-production .rd-profile-sheet .rd-profile-tabs,
  body.rd-v73-production .rd-profile-v70 .rd-profile-tabs{
    top:78px !important;
    padding-inline:14px !important;
  }
  body.rd-v73-production .rd-profile-sheet > .rd-profile-data,
  body.rd-v73-production .rd-profile-sheet > .rd-form-grid,
  body.rd-v73-production .rd-profile-sheet > div:not(.rd-modal-head):not(.rd-profile-tabs),
  body.rd-v73-production .rd-profile-v70 > .rd-profile-data,
  body.rd-v73-production .rd-profile-v70 > .rd-form-grid,
  body.rd-v73-production .rd-profile-v70 > div:not(.rd-modal-head):not(.rd-profile-tabs){
    padding:16px !important;
  }
}
@media (max-width:420px){
  body.rd-v73-production .rd-product-foot{
    flex-wrap:wrap !important;
    align-items:center !important;
  }
  body.rd-v73-production .rd-price{
    width:100% !important;
  }
  body.rd-v73-production .rd-stepper,
  body.rd-v73-production .rd-product-foot .rd-stepper{
    margin-left:auto !important;
  }
}


/* === V74 final mobile UX: fixed full header, full-width cards, clean cart icon === */
body.rd-v74-production{
  background:linear-gradient(180deg,#fff7ef 0%,#ffffff 42%,#f4f7fb 100%) !important;
}
body.rd-v74-production .rd-app{
  max-width:none !important;
  width:100% !important;
  margin:0 !important;
  box-shadow:none !important;
  padding-bottom:calc(88px + var(--safe-bottom)) !important;
  background:transparent !important;
}
body.rd-v74-production .rd-native-main{
  width:100% !important;
  max-width:none !important;
  padding:calc(92px + env(safe-area-inset-top)) 14px calc(100px + var(--safe-bottom)) !important;
  margin:0 auto !important;
}
body.rd-v74-production .rd-app-header-v65,
body.rd-v74-production .rd-app-header-v74{
  position:fixed !important;
  top:0 !important;
  left:0 !important;
  right:0 !important;
  transform:none !important;
  width:100% !important;
  max-width:none !important;
  display:grid !important;
  grid-template-columns:minmax(0,1fr) auto !important;
  align-items:center !important;
  gap:10px !important;
  padding:calc(10px + env(safe-area-inset-top)) 14px 12px !important;
  background:linear-gradient(180deg,rgba(255,250,244,.96) 0%,rgba(255,250,244,.90) 72%,rgba(255,250,244,.68) 100%) !important;
  border-bottom:1px solid rgba(255,106,0,.08) !important;
  box-shadow:0 8px 26px rgba(15,23,42,.06) !important;
  backdrop-filter:blur(18px) !important;
  -webkit-backdrop-filter:blur(18px) !important;
  z-index:110 !important;
  pointer-events:auto !important;
}
body.rd-v74-production .rd-app-header-v74 .rd-fixed-logo{
  display:none !important;
}
body.rd-v74-production .rd-header-address{
  min-width:0 !important;
  border:0 !important;
  background:transparent !important;
  text-align:left !important;
  padding:0 !important;
  display:grid !important;
  gap:2px !important;
  color:#111827 !important;
}
body.rd-v74-production .rd-header-address span{
  font-size:10px !important;
  line-height:1 !important;
  font-weight:1000 !important;
  color:#ff5a00 !important;
  text-transform:uppercase !important;
  letter-spacing:.06em !important;
}
body.rd-v74-production .rd-header-address b{
  display:flex !important;
  align-items:center !important;
  gap:6px !important;
  min-width:0 !important;
  max-width:100% !important;
  color:#0f172a !important;
  font-size:17px !important;
  line-height:1.12 !important;
  font-weight:1000 !important;
  white-space:nowrap !important;
  overflow:hidden !important;
  text-overflow:ellipsis !important;
}
body.rd-v74-production .rd-address-edit{
  flex:0 0 auto !important;
  width:22px !important;
  height:22px !important;
  border-radius:9px !important;
  display:inline-grid !important;
  place-items:center !important;
  background:#fff7ed !important;
  border:1px solid rgba(255,106,0,.18) !important;
  color:#c2410c !important;
  font-style:normal !important;
  font-size:12px !important;
  line-height:1 !important;
}
body.rd-v74-production .rd-header-address small{
  min-width:0 !important;
  max-width:min(68vw,360px) !important;
  color:#667085 !important;
  font-size:12px !important;
  line-height:1.1 !important;
  font-weight:850 !important;
  white-space:nowrap !important;
  overflow:hidden !important;
  text-overflow:ellipsis !important;
}
body.rd-v74-production .rd-header-actions{
  display:flex !important;
  gap:8px !important;
  align-items:center !important;
}
body.rd-v74-production .rd-header-actions .rd-icon-btn{
  width:46px !important;
  height:46px !important;
  border-radius:50% !important;
  background:rgba(255,255,255,.92) !important;
  border:1px solid rgba(226,232,240,.96) !important;
  box-shadow:0 10px 24px rgba(15,23,42,.08) !important;
  color:#0f1b46 !important;
  font-size:19px !important;
}
body.rd-v74-production .rd-app-home-v65{
  display:grid !important;
  gap:14px !important;
  padding:0 !important;
  border-radius:0 !important;
  background:transparent !important;
}
body.rd-v74-production .rd-home-brand,
body.rd-v74-production .rd-address-card-v65{
  display:none !important;
}
body.rd-v74-production .rd-search-card-v65{
  margin:0 !important;
  padding:0 !important;
  display:block !important;
  border:0 !important;
  background:transparent !important;
  box-shadow:none !important;
  position:relative !important;
  top:auto !important;
}
body.rd-v74-production .rd-search-card-v65 .rd-search-toggle{
  display:none !important;
}
body.rd-v74-production .rd-search-card-v65 .rd-search-inner{
  display:grid !important;
  grid-template-columns:1fr !important;
  gap:0 !important;
}
body.rd-v74-production .rd-search-card-v65 .rd-search-inner .rd-btn{
  display:none !important;
}
body.rd-v74-production .rd-search-card-v65 .rd-input{
  width:100% !important;
  min-height:62px !important;
  border:1px solid #dde7f2 !important;
  background:#fff !important;
  border-radius:24px !important;
  padding:0 20px !important;
  font-size:16px !important;
  font-weight:900 !important;
  color:#111827 !important;
  box-shadow:0 12px 28px rgba(15,23,42,.05) !important;
}
body.rd-v74-production .rd-category-cards-v65{
  display:grid !important;
  grid-auto-flow:column !important;
  grid-auto-columns:minmax(100px,1fr) !important;
  overflow-x:auto !important;
  gap:10px !important;
  padding:2px 0 8px !important;
  scroll-snap-type:x proximity !important;
  -webkit-overflow-scrolling:touch !important;
}
body.rd-v74-production .rd-category-cards-v65::-webkit-scrollbar{display:none !important;}
body.rd-v74-production .rd-category-cards-v65 button{
  min-width:104px !important;
  min-height:92px !important;
  border-radius:22px !important;
  background:#fff !important;
  border:1px solid #e1e9f2 !important;
  box-shadow:0 10px 24px rgba(15,23,42,.05) !important;
  color:#111827 !important;
}
body.rd-v74-production .rd-section{
  padding:20px 0 !important;
}
body.rd-v74-production .rd-section-head{
  width:100% !important;
  align-items:flex-start !important;
}
body.rd-v74-production .rd-carta-head{
  margin:0 0 14px !important;
}
body.rd-v74-production .rd-carta-head h2{
  font-size:24px !important;
  line-height:1.05 !important;
  margin:0 0 8px !important;
  color:#0f172a !important;
}
body.rd-v74-production .rd-carta-head .rd-muted{
  font-size:14px !important;
  line-height:1.35 !important;
  color:#667085 !important;
}
body.rd-v74-production .rd-carta-head b{
  min-width:64px !important;
  min-height:64px !important;
  border-radius:50% !important;
  background:#fff !important;
  border:1px solid #dde7f2 !important;
  display:grid !important;
  place-items:center !important;
  color:#475467 !important;
  font-size:14px !important;
  line-height:1.05 !important;
  padding:8px !important;
  text-align:center !important;
  box-shadow:0 10px 24px rgba(15,23,42,.05) !important;
}
body.rd-v74-production .rd-product-grid-v59,
body.rd-v74-production .rd-carta-section .rd-product-grid.rd-product-grid-v59{
  display:grid !important;
  grid-template-columns:1fr !important;
  gap:14px !important;
  width:100% !important;
  padding:0 !important;
  margin:0 !important;
}
body.rd-v74-production .rd-product-grid-v59 > article.rd-product.rd-product-v59,
body.rd-v74-production .rd-carta-section .rd-product-grid.rd-product-grid-v59 > article.rd-product.rd-product-v59{
  display:flex !important;
  flex-direction:row !important;
  align-items:stretch !important;
  width:100% !important;
  min-height:148px !important;
  height:auto !important;
  background:#fff !important;
  border:1px solid #dbe5f0 !important;
  border-radius:26px !important;
  box-shadow:0 10px 24px rgba(15,23,42,.055) !important;
  overflow:hidden !important;
  padding:0 !important;
  gap:0 !important;
  color:#0f172a !important;
}
body.rd-v74-production .rd-product-grid-v59 > article.rd-product.rd-product-v59 .rd-product-img,
body.rd-v74-production .rd-carta-section .rd-product-grid.rd-product-grid-v59 > article.rd-product.rd-product-v59 .rd-product-img{
  flex:0 0 100px !important;
  width:100px !important;
  min-width:100px !important;
  height:auto !important;
  min-height:148px !important;
  background:#eef4fb !important;
  border-right:1px solid #edf2f7 !important;
  position:relative !important;
}
body.rd-v74-production .rd-product-grid-v59 > article.rd-product.rd-product-v59 .rd-product-img img,
body.rd-v74-production .rd-carta-section .rd-product-grid.rd-product-grid-v59 > article.rd-product.rd-product-v59 .rd-product-img img{
  width:100% !important;
  height:100% !important;
  object-fit:cover !important;
}
body.rd-v74-production .rd-product-img .rd-photo-pill{
  position:absolute !important;
  left:8px !important;
  bottom:8px !important;
  top:auto !important;
  right:auto !important;
  min-height:31px !important;
  padding:7px 11px !important;
  border-radius:999px !important;
  background:rgba(15,23,42,.88) !important;
  color:#fff !important;
  font-size:12px !important;
  font-weight:1000 !important;
  box-shadow:0 8px 18px rgba(15,23,42,.18) !important;
}
body.rd-v74-production .rd-product-grid-v59 > article.rd-product.rd-product-v59 .rd-product-body,
body.rd-v74-production .rd-carta-section .rd-product-grid.rd-product-grid-v59 > article.rd-product.rd-product-v59 .rd-product-body{
  flex:1 1 auto !important;
  min-width:0 !important;
  display:flex !important;
  flex-direction:column !important;
  gap:8px !important;
  padding:13px 13px 13px 12px !important;
  background:#fff !important;
}
body.rd-v74-production .rd-product-body h3{
  font-size:17px !important;
  line-height:1.14 !important;
  margin:0 !important;
  color:#0f172a !important;
  font-weight:1000 !important;
  letter-spacing:-.02em !important;
}
body.rd-v74-production .rd-product-body p{
  margin:0 !important;
  color:#5f6f86 !important;
  font-size:12.8px !important;
  line-height:1.38 !important;
  font-weight:750 !important;
  display:-webkit-box !important;
  -webkit-line-clamp:3 !important;
  -webkit-box-orient:vertical !important;
  overflow:hidden !important;
}
body.rd-v74-production .rd-product-meta-row{
  display:flex !important;
  flex-wrap:wrap !important;
  align-items:center !important;
  gap:7px !important;
  margin:0 !important;
}
body.rd-v74-production .rd-product-meta-row span,
body.rd-v74-production .rd-chip-addons{
  display:inline-flex !important;
  align-items:center !important;
  gap:5px !important;
  min-height:29px !important;
  padding:6px 10px !important;
  border-radius:999px !important;
  font-size:11.5px !important;
  line-height:1 !important;
  font-weight:900 !important;
  border:1px solid transparent !important;
  max-width:100% !important;
}
body.rd-v74-production .rd-chip-local{background:#eef2ff !important;color:#0f1b46 !important;border-color:rgba(79,70,229,.12) !important;}
body.rd-v74-production .rd-chip-normal{background:#dff7e7 !important;color:#15803d !important;border-color:rgba(21,128,61,.12) !important;}
body.rd-v74-production .rd-chip-stock.is-in{background:#ebf2ff !important;color:#0f4aa8 !important;border-color:rgba(15,74,168,.10) !important;}
body.rd-v74-production .rd-chip-stock.is-out{background:#fff1f2 !important;color:#b42318 !important;border-color:rgba(180,35,24,.12) !important;}
body.rd-v74-production .rd-chip-addons{background:#fff7ed !important;color:#b45309 !important;border-color:rgba(245,158,11,.26) !important;cursor:pointer !important;}
body.rd-v74-production .rd-product-foot{
  margin-top:auto !important;
  display:flex !important;
  align-items:center !important;
  justify-content:space-between !important;
  gap:10px !important;
}
body.rd-v74-production .rd-price{
  color:#0f1b46 !important;
  font-size:18px !important;
  line-height:1.1 !important;
  font-weight:1000 !important;
  white-space:nowrap !important;
}
body.rd-v74-production .rd-stepper,
body.rd-v74-production .rd-product-foot .rd-stepper{
  display:flex !important;
  align-items:center !important;
  justify-content:space-between !important;
  gap:0 !important;
  min-width:136px !important;
  padding:4px !important;
  border-radius:999px !important;
  background:#eef3fa !important;
  border:1px solid #dae4ef !important;
  box-shadow:none !important;
}
body.rd-v74-production .rd-stepper button,
body.rd-v74-production .rd-product-foot .rd-stepper button{
  width:39px !important;
  height:39px !important;
  border-radius:50% !important;
  border:0 !important;
  background:#fff !important;
  color:#102443 !important;
  font-size:21px !important;
  font-weight:1000 !important;
  box-shadow:none !important;
}
body.rd-v74-production .rd-stepper b,
body.rd-v74-production .rd-product-foot .rd-stepper b{
  min-width:22px !important;
  text-align:center !important;
  color:#102443 !important;
  font-size:16px !important;
  font-weight:1000 !important;
}
body.rd-v74-production .rd-cart-mochi .rd-cart-center-logo,
body.rd-v74-production .rd-cart-mochi img.rd-cart-center-logo{
  width:50px !important;
  height:50px !important;
  object-fit:cover !important;
  border-radius:16px !important;
  display:block !important;
  position:relative !important;
  z-index:1 !important;
}
body.rd-v74-production .rd-bottom-menu{
  height:64px !important;
  width:min(520px,calc(100% - 20px)) !important;
  border-radius:24px !important;
  background:rgba(15,23,42,.96) !important;
  box-shadow:0 18px 46px rgba(15,23,42,.24) !important;
  border:1px solid rgba(255,255,255,.08) !important;
}
body.rd-v74-production .rd-bottom-menu button,
body.rd-v74-production .rd-bottom-menu button span{
  color:#cbd5e1 !important;
}
body.rd-v74-production .rd-cart-mochi{
  width:72px !important;
  height:72px !important;
  margin-top:-22px !important;
  border-radius:22px !important;
  background:linear-gradient(135deg,#ff7a00,#ff4d00) !important;
  border:6px solid #1c2333 !important;
  box-shadow:0 16px 40px rgba(255,106,0,.32) !important;
}
body.rd-v74-production .rd-sheet.rd-profile-sheet,
body.rd-v74-production .rd-profile-sheet.rd-profile-v70,
body.rd-v74-production .rd-sheet.rd-profile-v70{
  position:fixed !important;
  inset:0 !important;
  width:100vw !important;
  max-width:100vw !important;
  height:100dvh !important;
  max-height:100dvh !important;
  margin:0 !important;
  border-radius:0 !important;
  border:0 !important;
  padding:0 !important;
  background:#fff !important;
  display:flex !important;
  flex-direction:column !important;
  overflow:hidden !important;
  z-index:121 !important;
}
body.rd-v74-production .rd-profile-sheet .rd-modal-head,
body.rd-v74-production .rd-profile-v70 .rd-modal-head{
  padding:18px 18px 14px !important;
  margin:0 !important;
  border-bottom:1px solid #edf2f7 !important;
  background:#fff !important;
  position:sticky !important;
  top:0 !important;
  z-index:5 !important;
}
body.rd-v74-production .rd-profile-sheet .rd-profile-tabs,
body.rd-v74-production .rd-profile-v70 .rd-profile-tabs{
  display:flex !important;
  flex-wrap:nowrap !important;
  gap:10px !important;
  overflow-x:auto !important;
  -webkit-overflow-scrolling:touch !important;
  white-space:nowrap !important;
  padding:14px 18px !important;
  margin:0 !important;
  border-radius:0 !important;
  background:#fff !important;
  border-bottom:1px solid #edf2f7 !important;
  position:sticky !important;
  top:79px !important;
  z-index:4 !important;
}
body.rd-v74-production .rd-profile-sheet .rd-profile-tabs::-webkit-scrollbar,
body.rd-v74-production .rd-profile-v70 .rd-profile-tabs::-webkit-scrollbar{display:none !important;}
body.rd-v74-production .rd-profile-sheet .rd-profile-tabs button,
body.rd-v74-production .rd-profile-v70 .rd-profile-tabs button{
  flex:0 0 auto !important;
  min-width:116px !important;
  padding:12px 16px !important;
  border-radius:999px !important;
  background:#0f1b46 !important;
  color:#dbeafe !important;
  font-size:14px !important;
  font-weight:900 !important;
  text-align:center !important;
}
body.rd-v74-production .rd-profile-sheet .rd-profile-tabs button.active,
body.rd-v74-production .rd-profile-v70 .rd-profile-tabs button.active{
  background:#fff !important;
  color:#102443 !important;
  border:1px solid #dbe4f0 !important;
  box-shadow:0 8px 18px rgba(15,23,42,.08) !important;
}
body.rd-v74-production .rd-profile-sheet > .rd-profile-data,
body.rd-v74-production .rd-profile-sheet > .rd-form-grid,
body.rd-v74-production .rd-profile-sheet > div:not(.rd-modal-head):not(.rd-profile-tabs),
body.rd-v74-production .rd-profile-v70 > .rd-profile-data,
body.rd-v74-production .rd-profile-v70 > .rd-form-grid,
body.rd-v74-production .rd-profile-v70 > div:not(.rd-modal-head):not(.rd-profile-tabs){
  flex:1 1 auto !important;
  overflow:auto !important;
  padding:18px !important;
}
body.rd-v74-production .rd-profile-sheet .rd-form-grid,
body.rd-v74-production .rd-profile-v70 .rd-form-grid{
  display:grid !important;
  grid-template-columns:1fr !important;
  gap:14px !important;
}
body.rd-v74-production .rd-profile-sheet .rd-avatar-row,
body.rd-v74-production .rd-profile-v70 .rd-avatar-row{
  display:grid !important;
  grid-template-columns:72px minmax(0,1fr) !important;
  align-items:center !important;
  gap:14px !important;
  padding:18px !important;
  border:1px solid #e5edf6 !important;
  border-radius:24px !important;
  background:#fbfcfe !important;
  margin-bottom:16px !important;
}
body.rd-v74-production .rd-profile-sheet .rd-upload.small input,
body.rd-v74-production .rd-profile-v70 .rd-upload.small input{display:none !important;}
body.rd-v74-production .rd-profile-sheet .rd-upload.small,
body.rd-v74-production .rd-profile-v70 .rd-upload.small{
  display:inline-flex !important;
  align-items:center !important;
  justify-content:center !important;
  width:max-content !important;
  min-height:42px !important;
  padding:0 18px !important;
  border-radius:16px !important;
  background:#fff7ed !important;
  border:1px solid rgba(245,158,11,.24) !important;
  color:#9a3412 !important;
  font-weight:900 !important;
}
@media(max-width:430px){
  body.rd-v74-production .rd-native-main{
    padding-left:10px !important;
    padding-right:10px !important;
  }
  body.rd-v74-production .rd-product-grid-v59 > article.rd-product.rd-product-v59,
  body.rd-v74-production .rd-carta-section .rd-product-grid.rd-product-grid-v59 > article.rd-product.rd-product-v59{
    min-height:142px !important;
    border-radius:22px !important;
  }
  body.rd-v74-production .rd-product-grid-v59 > article.rd-product.rd-product-v59 .rd-product-img,
  body.rd-v74-production .rd-carta-section .rd-product-grid.rd-product-grid-v59 > article.rd-product.rd-product-v59 .rd-product-img{
    flex-basis:90px !important;
    width:90px !important;
    min-width:90px !important;
    min-height:142px !important;
  }
  body.rd-v74-production .rd-product-foot{
    flex-wrap:wrap !important;
    align-items:center !important;
  }
  body.rd-v74-production .rd-price{
    width:100% !important;
  }
  body.rd-v74-production .rd-stepper,
  body.rd-v74-production .rd-product-foot .rd-stepper{
    min-width:132px !important;
    margin-left:auto !important;
  }
}

/* === V74 definitive mobile polish: native header, full-width product cards, app icon cart, profile UX === */
body.rd-v74-production{background:#f5f8fc!important;color:#0f172a!important;}
body.rd-v74-native .rd-app{padding-bottom:calc(82px + env(safe-area-inset-bottom))!important;background:#f5f8fc!important;}
body.rd-v74-native .rd-native-main{width:100%!important;max-width:none!important;margin:0!important;padding:calc(88px + env(safe-area-inset-top)) 12px calc(96px + env(safe-area-inset-bottom))!important;}
body.rd-v74-native .rd-native-main.rd-native-main-gated{padding-top:18px!important;}
body.rd-v74-native .rd-app-header-v65{position:fixed!important;left:0!important;right:0!important;top:0!important;transform:none!important;width:100%!important;max-width:none!important;display:grid!important;grid-template-columns:minmax(0,1fr) auto!important;align-items:center!important;gap:10px!important;padding:calc(8px + env(safe-area-inset-top)) 12px 10px!important;background:linear-gradient(180deg,rgba(255,249,242,.96) 0%,rgba(255,249,242,.72) 72%,rgba(255,249,242,0) 100%)!important;border:0!important;box-shadow:none!important;backdrop-filter:blur(16px)!important;-webkit-backdrop-filter:blur(16px)!important;z-index:110!important;}
body.rd-v74-native .rd-app-header-v65 .rd-fixed-logo{display:none!important;}
body.rd-v74-native .rd-header-address{position:relative!important;min-width:0!important;width:100%!important;display:grid!important;gap:1px!important;text-align:left!important;padding:9px 42px 9px 12px!important;border-radius:18px!important;border:1px solid rgba(255,255,255,.55)!important;background:rgba(255,255,255,.42)!important;box-shadow:none!important;backdrop-filter:blur(14px)!important;-webkit-backdrop-filter:blur(14px)!important;color:#0f172a!important;}
body.rd-v74-native .rd-header-address span{font-size:10px!important;line-height:1!important;color:#ff5a00!important;font-weight:1000!important;text-transform:uppercase!important;letter-spacing:.06em!important;}
body.rd-v74-native .rd-header-address b{font-size:15px!important;line-height:1.05!important;max-width:100%!important;color:#0f172a!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important;}
body.rd-v74-native .rd-header-address small{font-size:11px!important;line-height:1.15!important;max-width:100%!important;color:#667085!important;font-weight:850!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important;}
body.rd-v74-native .rd-address-edit{position:absolute!important;right:12px!important;top:50%!important;transform:translateY(-50%)!important;width:26px!important;height:26px!important;border-radius:50%!important;display:grid!important;place-items:center!important;background:rgba(255,255,255,.78)!important;color:#ff5a00!important;border:1px solid rgba(255,90,0,.16)!important;font-size:13px!important;font-style:normal!important;font-weight:1000!important;}
body.rd-v74-native .rd-header-actions{display:flex!important;gap:8px!important;align-items:center!important;}
body.rd-v74-native .rd-header-actions .rd-icon-btn{width:46px!important;height:46px!important;border-radius:50%!important;background:rgba(255,255,255,.78)!important;border:1px solid rgba(226,232,240,.92)!important;box-shadow:0 10px 22px rgba(15,23,42,.08)!important;color:#0f1b46!important;font-size:18px!important;}
body.rd-v74-native .rd-app-home-v65{gap:12px!important;padding:0!important;}
body.rd-v74-native .rd-home-brand{display:none!important;}
body.rd-v74-native .rd-search-card-v65{width:100%!important;margin:0!important;border-radius:24px!important;padding:10px!important;background:rgba(255,255,255,.86)!important;border:1px solid #e4edf7!important;box-shadow:0 12px 28px rgba(15,23,42,.05)!important;}
body.rd-v74-native .rd-search-card-v65 .rd-search-toggle{min-height:44px!important;border-radius:18px!important;}
body.rd-v74-native .rd-search-card-v65 .rd-input{min-height:52px!important;border-radius:18px!important;background:#fff!important;border:1px solid #dbe5f0!important;color:#0f172a!important;}
body.rd-v74-native .rd-address-card-v65{background:rgba(255,255,255,.78)!important;border:1px solid #e4edf7!important;border-radius:24px!important;box-shadow:0 12px 28px rgba(15,23,42,.05)!important;backdrop-filter:blur(14px)!important;-webkit-backdrop-filter:blur(14px)!important;}
body.rd-v74-native .rd-category-cards-v65{display:flex!important;overflow-x:auto!important;gap:10px!important;padding:2px 0 8px!important;scroll-snap-type:x proximity!important;-webkit-overflow-scrolling:touch!important;}
body.rd-v74-native .rd-category-cards-v65::-webkit-scrollbar{display:none!important;}
body.rd-v74-native .rd-category-cards-v65 button{flex:0 0 116px!important;min-height:92px!important;border-radius:22px!important;background:#fff!important;}
body.rd-v74-native .rd-section{width:100%!important;padding:18px 0!important;}
body.rd-v74-native .rd-carta-section{padding-top:12px!important;}
body.rd-v74-native .rd-carta-head{display:flex!important;align-items:flex-start!important;justify-content:space-between!important;gap:12px!important;margin-bottom:14px!important;padding:0!important;}
body.rd-v74-native .rd-carta-head h2{margin:0!important;font-size:23px!important;line-height:1.08!important;letter-spacing:-.03em!important;color:#0f172a!important;}
body.rd-v74-native .rd-carta-head .rd-muted{margin-top:6px!important;font-size:13.5px!important;line-height:1.35!important;color:#667085!important;font-weight:850!important;}
body.rd-v74-native .rd-carta-head b{flex:0 0 66px!important;width:66px!important;height:66px!important;min-width:66px!important;min-height:66px!important;border-radius:50%!important;display:grid!important;place-items:center!important;padding:7px!important;background:rgba(255,255,255,.72)!important;border:1px solid #dfe8f3!important;color:#344054!important;text-align:center!important;font-size:14px!important;line-height:1.05!important;box-shadow:none!important;}
body.rd-v74-native .rd-carta-section .rd-product-grid,
body.rd-v74-native .rd-carta-section .rd-product-grid-v59{display:flex!important;flex-direction:column!important;gap:14px!important;width:100%!important;max-width:none!important;align-items:stretch!important;}
body.rd-v74-native .rd-carta-section .rd-product,
body.rd-v74-native .rd-carta-section .rd-product-v59{width:100%!important;max-width:none!important;display:flex!important;flex-direction:row!important;align-items:stretch!important;gap:0!important;min-height:150px!important;height:auto!important;background:#fff!important;border:1px solid #dbe5f0!important;border-radius:24px!important;box-shadow:0 10px 24px rgba(15,23,42,.055)!important;overflow:hidden!important;position:relative!important;}
body.rd-v74-native .rd-carta-section .rd-product-img{position:relative!important;flex:0 0 96px!important;width:96px!important;min-width:96px!important;min-height:150px!important;height:auto!important;aspect-ratio:auto!important;background:#eef4fb!important;border-right:1px solid #edf2f7!important;overflow:hidden!important;}
body.rd-v74-native .rd-carta-section .rd-product-img img{width:100%!important;height:100%!important;object-fit:cover!important;}
body.rd-v74-native .rd-carta-section .rd-product-placeholder{width:100%!important;height:100%!important;min-height:150px!important;display:grid!important;place-items:center!important;padding:10px!important;background:linear-gradient(180deg,#fff4e8,#eef4fb)!important;}
body.rd-v74-native .rd-carta-section .rd-product-placeholder img{width:50px!important;height:50px!important;border-radius:16px!important;}
body.rd-v74-native .rd-carta-section .rd-product-placeholder span{font-size:12px!important;font-weight:900!important;color:#475467!important;text-align:center!important;}
body.rd-v74-native .rd-carta-section .rd-photo-pill{position:absolute!important;left:8px!important;bottom:8px!important;right:auto!important;top:auto!important;min-height:31px!important;padding:7px 11px!important;border-radius:999px!important;background:rgba(9,25,64,.92)!important;color:#fff!important;font-size:12px!important;font-weight:1000!important;box-shadow:0 8px 20px rgba(9,25,64,.18)!important;}
body.rd-v74-native .rd-carta-section .rd-out{position:absolute!important;top:8px!important;right:8px!important;padding:6px 9px!important;border-radius:999px!important;background:#fff1f2!important;color:#b42318!important;border:1px solid rgba(180,35,24,.14)!important;font-size:11px!important;}
body.rd-v74-native .rd-carta-section .rd-product-body{flex:1 1 auto!important;min-width:0!important;display:flex!important;flex-direction:column!important;gap:7px!important;padding:13px 13px 13px 12px!important;background:#fff!important;}
body.rd-v74-native .rd-carta-section .rd-product-body h3{margin:0!important;color:#102443!important;font-size:17px!important;line-height:1.12!important;font-weight:1000!important;letter-spacing:-.02em!important;}
body.rd-v74-native .rd-carta-section .rd-product-body p{margin:0!important;color:#5f6f86!important;font-size:12.8px!important;line-height:1.38!important;font-weight:750!important;display:-webkit-box!important;-webkit-line-clamp:3!important;-webkit-box-orient:vertical!important;overflow:hidden!important;}
body.rd-v74-native .rd-carta-section .rd-product-meta-row{display:flex!important;flex-wrap:wrap!important;align-items:center!important;gap:7px!important;margin:0!important;}
body.rd-v74-native .rd-carta-section .rd-product-meta-row span{display:inline-flex!important;align-items:center!important;gap:5px!important;min-height:28px!important;max-width:100%!important;padding:6px 10px!important;border-radius:999px!important;font-size:11.5px!important;font-weight:900!important;line-height:1!important;border:1px solid transparent!important;}
body.rd-v74-native .rd-chip-local{background:#eef2ff!important;color:#0f1b46!important;border-color:rgba(79,70,229,.12)!important;}
body.rd-v74-native .rd-chip-normal{background:#dff7e7!important;color:#15803d!important;border-color:rgba(21,128,61,.12)!important;}
body.rd-v74-native .rd-chip-stock.is-in{background:#ebf2ff!important;color:#0f4aa8!important;border-color:rgba(15,74,168,.10)!important;}
body.rd-v74-native .rd-chip-stock.is-out{background:#fff1f2!important;color:#b42318!important;border-color:rgba(180,35,24,.12)!important;}
body.rd-v74-native .rd-chip-addons{display:inline-flex!important;align-items:center!important;gap:5px!important;min-height:28px!important;padding:6px 10px!important;border-radius:999px!important;background:#fff7ed!important;color:#b45309!important;border:1px solid rgba(245,158,11,.26)!important;font-size:11.5px!important;font-weight:900!important;cursor:pointer!important;}
body.rd-v74-native .rd-chip-addons i{font-style:normal!important;line-height:1!important;}
body.rd-v74-native .rd-product-foot{margin-top:auto!important;display:flex!important;align-items:flex-end!important;justify-content:space-between!important;gap:10px!important;}
body.rd-v74-native .rd-price{display:block!important;color:#0f1b46!important;font-size:17px!important;line-height:1.1!important;font-weight:1000!important;white-space:nowrap!important;}
body.rd-v74-native .rd-stepper,
body.rd-v74-native .rd-product-foot .rd-stepper{display:flex!important;align-items:center!important;justify-content:space-between!important;gap:0!important;min-width:132px!important;padding:4px!important;border-radius:999px!important;background:#eef3fa!important;border:1px solid #dae4ef!important;box-shadow:none!important;}
body.rd-v74-native .rd-stepper button,
body.rd-v74-native .rd-product-foot .rd-stepper button{width:38px!important;height:38px!important;border-radius:50%!important;border:0!important;background:#fff!important;color:#102443!important;font-size:20px!important;font-weight:1000!important;box-shadow:none!important;}
body.rd-v74-native .rd-stepper b,
body.rd-v74-native .rd-product-foot .rd-stepper b{min-width:22px!important;text-align:center!important;color:#102443!important;font-size:15px!important;font-weight:1000!important;}
body.rd-v74-native .rd-stepper .rd-step-gear{display:inline-block!important;font-size:17px!important;line-height:1!important;}
body.rd-v74-native .rd-bottom-menu{height:64px!important;width:min(520px,calc(100% - 24px))!important;border-radius:24px!important;background:rgba(15,23,42,.96)!important;border:1px solid rgba(255,255,255,.08)!important;box-shadow:0 18px 52px rgba(15,23,42,.28)!important;grid-template-columns:1fr 1fr 74px 1fr 1fr!important;}
body.rd-v74-native .rd-cart-mochi{width:74px!important;height:74px!important;margin-top:-20px!important;border-radius:24px!important;background:linear-gradient(135deg,#ff7a00,#ff4d00)!important;border:6px solid #172033!important;box-shadow:0 18px 42px rgba(255,106,0,.34)!important;display:grid!important;place-items:center!important;}
body.rd-v74-native .rd-cart-mochi:before{display:none!important;}
body.rd-v74-native .rd-cart-mochi:after{display:none!important;}
body.rd-v74-native .rd-cart-mochi img{display:block!important;width:54px!important;height:54px!important;object-fit:cover!important;border-radius:18px!important;filter:drop-shadow(0 8px 14px rgba(0,0,0,.24))!important;}
body.rd-v74-native .rd-cart-mochi b{top:-10px!important;right:-8px!important;z-index:3!important;}
body.rd-v74-native .rd-cart-mochi small{bottom:-16px!important;z-index:3!important;}
body.rd-v74-native .rd-profile-backdrop-v74{display:block!important;background:#fff!important;backdrop-filter:none!important;-webkit-backdrop-filter:none!important;padding:0!important;z-index:130!important;}
body.rd-v74-native .rd-profile-backdrop-v74 .rd-profile-sheet{position:fixed!important;inset:0!important;width:100vw!important;max-width:100vw!important;height:100dvh!important;max-height:100dvh!important;margin:0!important;border-radius:0!important;border:0!important;padding:0!important;background:#fff!important;display:flex!important;flex-direction:column!important;overflow:hidden!important;box-shadow:none!important;}
body.rd-v74-native .rd-profile-backdrop-v74 .rd-modal-head{padding:20px 18px 14px!important;margin:0!important;border-bottom:1px solid #edf2f7!important;background:#fff!important;position:relative!important;z-index:5!important;}
body.rd-v74-native .rd-profile-backdrop-v74 .rd-modal-head h2{margin:0!important;color:#102443!important;font-size:23px!important;line-height:1.1!important;}
body.rd-v74-native .rd-profile-backdrop-v74 .rd-icon-btn{width:48px!important;height:48px!important;border-radius:50%!important;background:#f4f7fb!important;color:#102443!important;box-shadow:0 8px 18px rgba(15,23,42,.08)!important;}
body.rd-v74-native .rd-profile-backdrop-v74 .rd-profile-tabs{display:flex!important;flex-wrap:nowrap!important;gap:10px!important;overflow-x:auto!important;-webkit-overflow-scrolling:touch!important;white-space:nowrap!important;padding:14px 18px!important;margin:0!important;border-radius:0!important;background:#fff!important;border-bottom:1px solid #edf2f7!important;position:relative!important;z-index:4!important;}
body.rd-v74-native .rd-profile-backdrop-v74 .rd-profile-tabs::-webkit-scrollbar{display:none!important;}
body.rd-v74-native .rd-profile-backdrop-v74 .rd-profile-tabs button{flex:0 0 auto!important;min-width:118px!important;padding:12px 16px!important;border-radius:999px!important;background:#0f1b46!important;color:#dbeafe!important;font-size:14px!important;font-weight:900!important;text-align:center!important;}
body.rd-v74-native .rd-profile-backdrop-v74 .rd-profile-tabs button.active{background:#fff!important;color:#102443!important;border:1px solid #dbe4f0!important;box-shadow:0 8px 18px rgba(15,23,42,.08)!important;}
body.rd-v74-native .rd-profile-backdrop-v74 .rd-profile-sheet>div:not(.rd-modal-head):not(.rd-profile-tabs){flex:1 1 auto!important;overflow:auto!important;padding:18px!important;}
body.rd-v74-native .rd-profile-backdrop-v74 .rd-form-grid{display:grid!important;grid-template-columns:1fr!important;gap:14px!important;}
body.rd-v74-native .rd-profile-backdrop-v74 .rd-avatar-row{display:grid!important;grid-template-columns:72px minmax(0,1fr)!important;align-items:center!important;gap:14px!important;padding:18px!important;border:1px solid #e5edf6!important;border-radius:24px!important;background:#fbfcfe!important;margin-bottom:16px!important;}
body.rd-v74-native .rd-profile-backdrop-v74 .rd-avatar-row img,
body.rd-v74-native .rd-profile-backdrop-v74 .rd-avatar-fallback{width:72px!important;height:72px!important;border-radius:24px!important;}
body.rd-v74-native .rd-profile-backdrop-v74 .rd-upload.small{display:inline-flex!important;align-items:center!important;justify-content:center!important;width:max-content!important;max-width:100%!important;min-height:42px!important;padding:0 18px!important;border-radius:16px!important;background:#fff7ed!important;border:1px solid rgba(245,158,11,.24)!important;color:#9a3412!important;font-weight:900!important;}
body.rd-v74-native .rd-profile-backdrop-v74 .rd-upload.small input{display:none!important;}
body.rd-v74-native .rd-profile-backdrop-v74 .rd-muted.full{display:flex!important;align-items:center!important;justify-content:space-between!important;gap:10px!important;flex-wrap:wrap!important;padding:14px 16px!important;border-radius:18px!important;background:#f8fafc!important;border:1px solid #e5edf6!important;color:#475467!important;font-weight:900!important;}
body.rd-v74-native .rd-profile-backdrop-v74 .rd-btn-primary.full{min-height:56px!important;border-radius:18px!important;background:linear-gradient(135deg,#ff7a00,#ff4d00)!important;color:#fff!important;box-shadow:0 16px 32px rgba(255,106,0,.22)!important;}
body.rd-v74-native .rd-product-config-sheet{max-width:560px!important;width:min(100vw,560px)!important;}
body.rd-v74-native .rd-config-footer{display:grid!important;grid-template-columns:104px minmax(0,1fr)!important;gap:12px!important;align-items:center!important;}
body.rd-v74-native .rd-config-footer .rd-btn{min-width:0!important;width:100%!important;padding-inline:16px!important;font-size:16px!important;}
@media(max-width:420px){body.rd-v74-native .rd-native-main{padding-left:10px!important;padding-right:10px!important;}body.rd-v74-native .rd-carta-section .rd-product-img{flex-basis:90px!important;width:90px!important;min-width:90px!important;}body.rd-v74-native .rd-product-foot{flex-wrap:wrap!important;}body.rd-v74-native .rd-price{width:100%!important;}body.rd-v74-native .rd-stepper{margin-left:auto!important;}}

/* === V74 definitive mobile UI: full-width native header, full-width cards, app icon cart === */
body.rd-v74-production{
  background:linear-gradient(180deg,#fff7ed 0%,#ffffff 34%,#f3f6fb 100%) !important;
  color:#0f172a !important;
}
body.rd-v74-production .rd-app{
  width:100% !important;
  max-width:none !important;
  margin:0 !important;
  padding-bottom:calc(86px + var(--safe-bottom)) !important;
  background:transparent !important;
  box-shadow:none !important;
}
body.rd-v74-production .rd-native-main{
  width:100% !important;
  max-width:none !important;
  margin:0 !important;
  padding:calc(96px + env(safe-area-inset-top)) 12px 24px !important;
  box-sizing:border-box !important;
}
body.rd-v74-production .rd-native-main.rd-native-main-gated{
  padding-top:18px !important;
}
body.rd-v74-production .rd-app-header-v65,
body.rd-v74-production .rd-native-top.rd-app-header-v65{
  position:fixed !important;
  top:0 !important;
  left:0 !important;
  right:0 !important;
  width:100% !important;
  max-width:none !important;
  transform:none !important;
  display:grid !important;
  grid-template-columns:minmax(0,1fr) auto auto !important;
  align-items:center !important;
  gap:10px !important;
  padding:calc(10px + env(safe-area-inset-top)) 12px 12px !important;
  background:linear-gradient(180deg,rgba(255,247,237,.96) 0%,rgba(255,247,237,.76) 64%,rgba(255,247,237,0) 100%) !important;
  border:0 !important;
  box-shadow:none !important;
  backdrop-filter:blur(14px) !important;
  -webkit-backdrop-filter:blur(14px) !important;
  z-index:98 !important;
}
body.rd-v74-production .rd-header-address{
  position:relative !important;
  min-width:0 !important;
  width:100% !important;
  padding:0 34px 0 0 !important;
  border:0 !important;
  background:transparent !important;
  box-shadow:none !important;
  display:grid !important;
  gap:2px !important;
  text-align:left !important;
}
body.rd-v74-production .rd-header-address span{
  font-size:10px !important;
  line-height:1 !important;
  font-weight:1000 !important;
  letter-spacing:.06em !important;
  text-transform:uppercase !important;
  color:#ff5a00 !important;
}
body.rd-v74-production .rd-header-address b{
  max-width:100% !important;
  white-space:nowrap !important;
  overflow:hidden !important;
  text-overflow:ellipsis !important;
  font-size:16px !important;
  line-height:1.1 !important;
  color:#0f172a !important;
  font-weight:1000 !important;
}
body.rd-v74-production .rd-header-address small{
  max-width:100% !important;
  white-space:nowrap !important;
  overflow:hidden !important;
  text-overflow:ellipsis !important;
  font-size:12px !important;
  line-height:1.1 !important;
  color:#667085 !important;
  font-weight:850 !important;
}
body.rd-v74-production .rd-address-edit{
  position:absolute !important;
  right:4px !important;
  top:50% !important;
  transform:translateY(-50%) !important;
  width:26px !important;
  height:26px !important;
  display:grid !important;
  place-items:center !important;
  border-radius:50% !important;
  background:rgba(255,255,255,.72) !important;
  border:1px solid rgba(226,232,240,.9) !important;
  color:#ff5a00 !important;
  font-size:13px !important;
  font-style:normal !important;
  box-shadow:0 8px 18px rgba(15,23,42,.08) !important;
}
body.rd-v74-production .rd-app-header-v65 .rd-fixed-logo{
  display:block !important;
  height:40px !important;
  width:auto !important;
  max-width:108px !important;
  object-fit:contain !important;
  border-radius:12px !important;
  filter:none !important;
}
body.rd-v74-production .rd-header-actions{
  display:flex !important;
  gap:8px !important;
  align-items:center !important;
}
body.rd-v74-production .rd-header-actions .rd-icon-btn{
  width:44px !important;
  height:44px !important;
  border-radius:50% !important;
  background:rgba(255,255,255,.88) !important;
  border:1px solid rgba(226,232,240,.9) !important;
  color:#0f172a !important;
  box-shadow:0 10px 24px rgba(15,23,42,.09) !important;
}
body.rd-v74-production .rd-app-home-v65{
  width:100% !important;
  max-width:none !important;
  margin:0 !important;
  padding:0 0 14px !important;
  display:grid !important;
  gap:14px !important;
  background:transparent !important;
  border-radius:0 !important;
}
body.rd-v74-production .rd-home-brand{
  width:100% !important;
  border-radius:22px !important;
  padding:12px !important;
  background:rgba(255,255,255,.82) !important;
  border:1px solid rgba(226,232,240,.85) !important;
  box-shadow:0 10px 26px rgba(15,23,42,.06) !important;
}
body.rd-v74-production .rd-home-brand img{
  width:48px !important;
  height:48px !important;
  border-radius:15px !important;
}
body.rd-v74-production .rd-home-brand b{
  font-size:24px !important;
  line-height:1.05 !important;
  color:#0f172a !important;
}
body.rd-v74-production .rd-search-card-v65,
body.rd-v74-production .rd-address-card-v65,
body.rd-v74-production .rd-promo-card-v65,
body.rd-v74-production .rd-home-shortcuts-v65 button,
body.rd-v74-production .rd-recent-strip-v65{
  width:100% !important;
  margin:0 !important;
  border-radius:22px !important;
  background:rgba(255,255,255,.86) !important;
  border:1px solid rgba(226,232,240,.88) !important;
  box-shadow:0 10px 26px rgba(15,23,42,.06) !important;
}
body.rd-v74-production .rd-search-card-v65{
  grid-template-columns:auto minmax(0,1fr) !important;
  padding:10px !important;
}
body.rd-v74-production .rd-search-card-v65 .rd-search-toggle{
  min-height:46px !important;
  border-radius:16px !important;
  background:#fff0e6 !important;
}
body.rd-v74-production .rd-search-card-v65 .rd-input{
  background:#fff !important;
  border:1px solid #dbe5f0 !important;
  min-height:48px !important;
  border-radius:16px !important;
}
body.rd-v74-production .rd-address-card-v65{
  grid-template-columns:44px minmax(0,1fr) auto !important;
  padding:12px !important;
}
body.rd-v74-production .rd-address-card-v65 .rd-address-icon{
  background:#fff3e8 !important;
  color:#ff5a00 !important;
}
body.rd-v74-production .rd-section{
  width:100% !important;
  padding:18px 0 !important;
  margin:0 !important;
}
body.rd-v74-production .rd-section-head{
  width:100% !important;
}
body.rd-v74-production .rd-carta-head{
  align-items:flex-start !important;
  gap:12px !important;
  margin-bottom:14px !important;
}
body.rd-v74-production .rd-carta-head h2{
  margin:0 !important;
  font-size:24px !important;
  line-height:1.08 !important;
  letter-spacing:-.035em !important;
  color:#0f172a !important;
}
body.rd-v74-production .rd-carta-head .rd-muted{
  margin-top:6px !important;
  color:#667085 !important;
  font-size:14px !important;
  line-height:1.32 !important;
}
body.rd-v74-production .rd-carta-head b{
  flex:0 0 64px !important;
  min-width:64px !important;
  min-height:64px !important;
  font-size:14px !important;
}
body.rd-v74-production .rd-carta-section .rd-product-grid.rd-product-grid-v59{
  display:grid !important;
  grid-template-columns:1fr !important;
  gap:12px !important;
  width:100% !important;
  max-width:none !important;
}
body.rd-v74-production .rd-carta-section .rd-product-grid.rd-product-grid-v59 > article.rd-product.rd-product-v59{
  display:grid !important;
  grid-template-columns:96px minmax(0,1fr) !important;
  width:100% !important;
  max-width:none !important;
  min-height:150px !important;
  height:auto !important;
  margin:0 !important;
  border-radius:24px !important;
  border:1px solid #dbe5f0 !important;
  background:#fff !important;
  box-shadow:0 10px 24px rgba(15,23,42,.055) !important;
  overflow:hidden !important;
}
body.rd-v74-production .rd-carta-section .rd-product-grid.rd-product-grid-v59 > article.rd-product.rd-product-v59 .rd-product-img{
  width:96px !important;
  min-width:96px !important;
  height:100% !important;
  min-height:150px !important;
  background:#edf3fa !important;
  border-right:1px solid #eef3f8 !important;
}
body.rd-v74-production .rd-carta-section .rd-product-grid.rd-product-grid-v59 > article.rd-product.rd-product-v59 .rd-product-img img{
  width:100% !important;
  height:100% !important;
  object-fit:cover !important;
}
body.rd-v74-production .rd-carta-section .rd-product-grid.rd-product-grid-v59 > article.rd-product.rd-product-v59 .rd-product-body{
  min-width:0 !important;
  padding:12px !important;
  display:flex !important;
  flex-direction:column !important;
  gap:7px !important;
  background:#fff !important;
}
body.rd-v74-production .rd-carta-section .rd-product-grid.rd-product-grid-v59 > article.rd-product.rd-product-v59 .rd-product-body h3{
  font-size:17px !important;
  line-height:1.14 !important;
  margin:0 !important;
  color:#102443 !important;
  font-weight:1000 !important;
}
body.rd-v74-production .rd-carta-section .rd-product-grid.rd-product-grid-v59 > article.rd-product.rd-product-v59 .rd-product-body p{
  font-size:12.7px !important;
  line-height:1.36 !important;
  color:#5f6f86 !important;
  margin:0 !important;
  -webkit-line-clamp:3 !important;
}
body.rd-v74-production .rd-product-meta-row{
  gap:7px !important;
  margin:0 !important;
}
body.rd-v74-production .rd-product-meta-row span,
body.rd-v74-production .rd-chip-addons{
  min-height:28px !important;
  padding:6px 10px !important;
  font-size:11.5px !important;
  border-radius:999px !important;
}
body.rd-v74-production .rd-product-foot{
  margin-top:auto !important;
  display:flex !important;
  align-items:flex-end !important;
  justify-content:space-between !important;
  gap:10px !important;
}
body.rd-v74-production .rd-price{
  font-size:17px !important;
  color:#0f1b46 !important;
}
body.rd-v74-production .rd-product-foot .rd-stepper{
  min-width:132px !important;
  padding:4px !important;
}
body.rd-v74-production .rd-product-foot .rd-stepper button{
  width:38px !important;
  height:38px !important;
}
body.rd-v74-production .rd-product-foot .rd-stepper b{
  font-size:15px !important;
}
body.rd-v74-production .rd-bottom-menu-v65{
  height:62px !important;
  width:calc(100% - 20px) !important;
  max-width:560px !important;
  grid-template-columns:1fr 1fr 70px 1fr 1fr !important;
  background:rgba(15,23,42,.96) !important;
  border:1px solid rgba(255,255,255,.08) !important;
  border-radius:24px !important;
  box-shadow:0 18px 48px rgba(15,23,42,.24) !important;
}
body.rd-v74-production .rd-cart-mochi{
  width:68px !important;
  height:68px !important;
  margin-top:-18px !important;
  border-radius:22px !important;
  border:5px solid rgba(255,255,255,.92) !important;
  background:linear-gradient(135deg,#ff7a00,#ff4d00) !important;
  box-shadow:0 16px 34px rgba(255,91,0,.32) !important;
  display:grid !important;
  place-items:center !important;
}
body.rd-v74-production .rd-cart-mochi img,
body.rd-v74-production .rd-cart-mochi .rd-cart-logo-v74{
  display:block !important;
  width:48px !important;
  height:48px !important;
  object-fit:contain !important;
  border-radius:14px !important;
  filter:drop-shadow(0 8px 12px rgba(0,0,0,.22)) !important;
}
body.rd-v74-production .rd-cart-mochi b{
  display:grid !important;
  place-items:center !important;
}
body.rd-v74-production .rd-cart-mochi small{
  bottom:-13px !important;
  font-size:9px !important;
}
body.rd-v74-production .rd-profile-sheet .rd-profile-tabs,
body.rd-v74-production .rd-profile-v70 .rd-profile-tabs{
  display:flex !important;
  gap:10px !important;
  overflow-x:auto !important;
  white-space:nowrap !important;
  padding:14px 16px !important;
  margin:0 !important;
  border-radius:0 !important;
}
body.rd-v74-production .rd-profile-sheet .rd-profile-tabs button,
body.rd-v74-production .rd-profile-v70 .rd-profile-tabs button{
  flex:0 0 auto !important;
  min-width:118px !important;
  padding:12px 14px !important;
  text-align:center !important;
}
body.rd-v74-production .rd-profile-sheet,
body.rd-v74-production .rd-profile-v70{
  width:100vw !important;
  max-width:100vw !important;
}
@media(max-width:420px){
  body.rd-v74-production .rd-app-header-v65 .rd-fixed-logo{
    display:none !important;
  }
  body.rd-v74-production .rd-carta-section .rd-product-grid.rd-product-grid-v59 > article.rd-product.rd-product-v59{
    grid-template-columns:90px minmax(0,1fr) !important;
  }
  body.rd-v74-production .rd-carta-section .rd-product-grid.rd-product-grid-v59 > article.rd-product.rd-product-v59 .rd-product-img{
    width:90px !important;
    min-width:90px !important;
  }
  body.rd-v74-production .rd-product-foot{
    flex-wrap:wrap !important;
  }
  body.rd-v74-production .rd-price{
    width:100% !important;
  }
  body.rd-v74-production .rd-product-foot .rd-stepper{
    margin-left:auto !important;
  }
}


/* V74.1 final home simplification */
body.rd-v74-native .rd-search-card-v65{display:block!important;grid-template-columns:1fr!important;padding:10px!important;}
body.rd-v74-native .rd-search-card-v65 .rd-search-toggle{display:none!important;}
body.rd-v74-native .rd-search-card-v65 .rd-search-inner{display:grid!important;grid-template-columns:1fr!important;gap:0!important;}
body.rd-v74-native .rd-search-card-v65 .rd-search-inner .rd-btn{display:none!important;}
body.rd-v74-native .rd-address-card-v65{display:none!important;}
body.rd-v74-native .rd-promo-card-v65{border-radius:24px!important;margin-top:2px!important;}
body.rd-v74-native .rd-nearby-v65{padding-top:14px!important;}

/* === V74 definitive mobile layout: fixed transparent topbar, full-width cards, native profile === */
body.rd-v74-production{
  --rd-v74-ink:#0f172a;
  --rd-v74-muted:#667085;
  --rd-v74-line:#dde7f2;
  --rd-v74-card:#ffffff;
  --rd-v74-orange:#ff5a00;
  --rd-v74-blue:#0f4aa8;
  background:linear-gradient(180deg,#fff7ed 0%,#ffffff 34%,#f4f7fb 100%)!important;
  color:var(--rd-v74-ink)!important;
}
body.rd-v74-production .rd-app{max-width:none!important;width:100%!important;margin:0!important;background:transparent!important;box-shadow:none!important;}
body.rd-v74-production .rd-native-main{width:min(560px,100vw)!important;max-width:100vw!important;margin:0 auto!important;padding:calc(92px + env(safe-area-inset-top)) 10px calc(96px + var(--safe-bottom))!important;}
body.rd-v74-production .rd-app-header-v65{position:fixed!important;top:0!important;left:50%!important;right:auto!important;transform:translateX(-50%)!important;width:min(560px,100vw)!important;display:grid!important;grid-template-columns:minmax(0,1fr) auto!important;align-items:center!important;gap:12px!important;padding:calc(10px + env(safe-area-inset-top)) 12px 12px!important;background:linear-gradient(180deg,rgba(255,247,237,.97) 0%,rgba(255,247,237,.82) 68%,rgba(255,247,237,.08) 100%)!important;border:0!important;box-shadow:none!important;backdrop-filter:blur(16px)!important;-webkit-backdrop-filter:blur(16px)!important;z-index:100!important;}
body.rd-v74-production .rd-app-header-v65 .rd-fixed-logo{display:none!important;}
body.rd-v74-production .rd-header-address{height:54px!important;min-width:0!important;display:grid!important;grid-template-columns:minmax(0,1fr) 34px!important;grid-template-rows:auto auto!important;column-gap:8px!important;align-items:center!important;padding:7px 11px!important;border:1px solid rgba(255,90,0,.10)!important;border-radius:18px!important;background:rgba(255,255,255,.64)!important;box-shadow:0 10px 26px rgba(15,23,42,.05)!important;text-align:left!important;}
body.rd-v74-production .rd-header-address span{grid-column:1!important;font-size:10px!important;text-transform:uppercase!important;letter-spacing:.07em!important;color:var(--rd-v74-orange)!important;font-weight:1000!important;line-height:1!important;}
body.rd-v74-production .rd-header-address b{grid-column:1!important;font-size:15px!important;line-height:1.05!important;color:#101827!important;font-weight:1000!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important;max-width:none!important;}
body.rd-v74-production .rd-header-address small{grid-column:1 / -1!important;font-size:11px!important;line-height:1.1!important;color:#667085!important;font-weight:850!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important;max-width:none!important;}
body.rd-v74-production .rd-address-edit{grid-column:2!important;grid-row:1 / span 2!important;align-self:center!important;justify-self:center!important;width:28px!important;height:28px!important;border-radius:50%!important;display:grid!important;place-items:center!important;background:#fff7ed!important;color:#9a3412!important;font-style:normal!important;font-weight:1000!important;border:1px solid rgba(245,158,11,.22)!important;}
body.rd-v74-production .rd-header-actions{display:flex!important;align-items:center!important;gap:9px!important;}
body.rd-v74-production .rd-header-actions .rd-icon-btn{width:48px!important;height:48px!important;border-radius:50%!important;background:rgba(255,255,255,.86)!important;border:1px solid rgba(226,232,240,.95)!important;box-shadow:0 10px 24px rgba(15,23,42,.08)!important;color:#0f172a!important;font-size:20px!important;}
body.rd-v74-production .rd-app-home-v65{gap:14px!important;padding:0 0 8px!important;}
body.rd-v74-production .rd-home-brand{display:none!important;}
body.rd-v74-production .rd-search-card-v65{display:grid!important;grid-template-columns:1fr!important;width:100%!important;margin:0!important;padding:10px!important;border-radius:24px!important;background:rgba(255,255,255,.86)!important;border:1px solid var(--rd-v74-line)!important;box-shadow:0 14px 30px rgba(15,23,42,.06)!important;}
body.rd-v74-production .rd-search-card-v65.collapsed{display:grid!important;width:100%!important;max-width:none!important;position:relative!important;top:auto!important;}
body.rd-v74-production .rd-search-card-v65 .rd-search-toggle{display:none!important;}
body.rd-v74-production .rd-search-card-v65 .rd-search-inner{display:grid!important;grid-template-columns:1fr!important;gap:0!important;width:100%!important;}
body.rd-v74-production .rd-search-card-v65 .rd-search-inner .rd-btn{display:none!important;}
body.rd-v74-production .rd-search-card-v65 .rd-input{height:58px!important;min-height:58px!important;border-radius:20px!important;border:1px solid #dde7f2!important;background:#fff!important;font-size:16px!important;font-weight:900!important;color:#0f172a!important;padding:0 18px!important;}
body.rd-v74-production .rd-address-card-v65{margin:0!important;border:1px solid rgba(221,231,242,.82)!important;background:rgba(255,255,255,.66)!important;border-radius:24px!important;box-shadow:0 14px 30px rgba(15,23,42,.05)!important;backdrop-filter:blur(12px)!important;-webkit-backdrop-filter:blur(12px)!important;}
body.rd-v74-production .rd-category-cards-v65{display:flex!important;gap:10px!important;overflow-x:auto!important;padding:4px 0 12px!important;scroll-snap-type:x proximity!important;}
body.rd-v74-production .rd-category-cards-v65 button{flex:0 0 112px!important;height:96px!important;border-radius:22px!important;scroll-snap-align:start!important;}
body.rd-v74-production .rd-section{padding:18px 0!important;}
body.rd-v74-production .rd-carta-head{display:flex!important;align-items:flex-start!important;gap:10px!important;padding:0 2px!important;margin-bottom:12px!important;}
body.rd-v74-production .rd-carta-head h2{font-size:23px!important;line-height:1.07!important;letter-spacing:-.03em!important;color:#0f172a!important;margin:0!important;}
body.rd-v74-production .rd-carta-head .rd-muted{font-size:13px!important;line-height:1.35!important;color:var(--rd-v74-muted)!important;}
body.rd-v74-production .rd-carta-head b{flex:0 0 66px!important;width:66px!important;height:66px!important;min-width:66px!important;min-height:66px!important;border-radius:50%!important;background:rgba(255,255,255,.84)!important;border:1px solid var(--rd-v74-line)!important;color:#475467!important;font-size:14px!important;line-height:1.05!important;text-align:center!important;display:grid!important;place-items:center!important;padding:6px!important;}
body.rd-v74-production .rd-product-grid,body.rd-v74-production .rd-product-grid-v59{display:flex!important;flex-direction:column!important;gap:12px!important;width:100%!important;align-items:stretch!important;}
body.rd-v74-production article.rd-product,body.rd-v74-production article.rd-product-v59{display:flex!important;flex-direction:row!important;align-items:stretch!important;width:100%!important;min-height:148px!important;height:auto!important;background:#fff!important;border:1px solid var(--rd-v74-line)!important;border-radius:24px!important;box-shadow:0 12px 26px rgba(15,23,42,.055)!important;overflow:hidden!important;color:#0f172a!important;padding:0!important;gap:0!important;}
body.rd-v74-production article.rd-product .rd-product-img,body.rd-v74-production article.rd-product-v59 .rd-product-img{position:relative!important;flex:0 0 94px!important;width:94px!important;min-width:94px!important;min-height:148px!important;height:auto!important;background:#eef4fb!important;border-right:1px solid #edf2f7!important;}
body.rd-v74-production article.rd-product .rd-product-img img,body.rd-v74-production article.rd-product-v59 .rd-product-img img{width:100%!important;height:100%!important;object-fit:cover!important;}
body.rd-v74-production .rd-product-placeholder{width:100%!important;height:100%!important;min-height:148px!important;padding:10px 6px!important;display:grid!important;place-items:center!important;text-align:center!important;}
body.rd-v74-production .rd-product-placeholder img{width:46px!important;height:46px!important;border-radius:14px!important;}
body.rd-v74-production .rd-product-placeholder span{font-size:11px!important;line-height:1.1!important;font-weight:900!important;color:#475467!important;}
body.rd-v74-production .rd-photo-pill{position:absolute!important;left:8px!important;right:auto!important;bottom:8px!important;top:auto!important;padding:7px 11px!important;min-height:30px!important;border-radius:999px!important;background:rgba(15,23,42,.9)!important;color:#fff!important;font-size:12px!important;line-height:1!important;font-weight:1000!important;box-shadow:0 8px 20px rgba(15,23,42,.16)!important;}
body.rd-v74-production .rd-out{top:8px!important;right:8px!important;background:#fff1f2!important;color:#b42318!important;border:1px solid rgba(180,35,24,.14)!important;font-size:11px!important;}
body.rd-v74-production article.rd-product .rd-product-body,body.rd-v74-production article.rd-product-v59 .rd-product-body{flex:1 1 auto!important;min-width:0!important;padding:12px 12px 13px!important;background:#fff!important;display:flex!important;flex-direction:column!important;gap:7px!important;}
body.rd-v74-production article.rd-product h3,body.rd-v74-production article.rd-product-v59 h3{margin:0!important;color:#102443!important;font-size:17px!important;line-height:1.12!important;font-weight:1000!important;letter-spacing:-.02em!important;}
body.rd-v74-production article.rd-product p,body.rd-v74-production article.rd-product-v59 p{margin:0!important;color:#5f6f86!important;font-size:12.5px!important;line-height:1.38!important;font-weight:750!important;display:-webkit-box!important;-webkit-line-clamp:3!important;-webkit-box-orient:vertical!important;overflow:hidden!important;max-height:none!important;min-height:0!important;}
body.rd-v74-production .rd-product-meta-row{display:flex!important;align-items:center!important;gap:7px!important;flex-wrap:wrap!important;margin:0!important;}
body.rd-v74-production .rd-product-meta-row span{display:inline-flex!important;align-items:center!important;gap:6px!important;min-height:28px!important;padding:6px 10px!important;border-radius:999px!important;font-size:11.5px!important;font-weight:900!important;line-height:1!important;border:1px solid transparent!important;max-width:100%!important;}
body.rd-v74-production .rd-chip-local{background:#eef2ff!important;color:#0f1b46!important;border-color:rgba(79,70,229,.12)!important;}
body.rd-v74-production .rd-chip-normal{background:#dff7e7!important;color:#15803d!important;border-color:rgba(21,128,61,.12)!important;}
body.rd-v74-production .rd-chip-stock.is-in{background:#ebf2ff!important;color:#0f4aa8!important;border-color:rgba(15,74,168,.10)!important;}
body.rd-v74-production .rd-chip-stock.is-out{background:#fff1f2!important;color:#b42318!important;border-color:rgba(180,35,24,.12)!important;}
body.rd-v74-production .rd-chip-addons{display:inline-flex!important;align-items:center!important;gap:6px!important;min-height:28px!important;padding:6px 10px!important;border-radius:999px!important;background:#fff7ed!important;color:#b45309!important;border:1px solid rgba(245,158,11,.26)!important;font-size:11.5px!important;font-weight:900!important;cursor:pointer!important;}
body.rd-v74-production .rd-chip-addons i{font-style:normal!important;line-height:1!important;}
body.rd-v74-production .rd-product-foot{margin-top:auto!important;display:flex!important;align-items:flex-end!important;justify-content:space-between!important;gap:8px!important;}
body.rd-v74-production .rd-price{font-size:17px!important;line-height:1.1!important;color:#0f1b46!important;font-weight:1000!important;white-space:nowrap!important;}
body.rd-v74-production .rd-stepper{display:flex!important;align-items:center!important;justify-content:space-between!important;gap:0!important;min-width:132px!important;padding:4px!important;border-radius:999px!important;background:#eef3fa!important;border:1px solid #dae4ef!important;box-shadow:none!important;}
body.rd-v74-production .rd-stepper button{width:38px!important;height:38px!important;border-radius:50%!important;border:0!important;background:#fff!important;color:#102443!important;font-size:21px!important;font-weight:1000!important;box-shadow:none!important;}
body.rd-v74-production .rd-stepper b{min-width:24px!important;text-align:center!important;font-size:15px!important;color:#102443!important;font-weight:1000!important;}
body.rd-v74-production .rd-stepper .rd-step-gear{display:inline-block!important;font-size:17px!important;line-height:1!important;}
body.rd-v74-production .rd-bottom-menu{height:66px!important;width:min(520px,calc(100vw - 24px))!important;grid-template-columns:1fr 1fr 74px 1fr 1fr!important;border-radius:24px!important;background:rgba(15,23,42,.96)!important;border:1px solid rgba(255,255,255,.08)!important;box-shadow:0 18px 46px rgba(15,23,42,.28)!important;}
body.rd-v74-production .rd-bottom-menu button span{font-size:10px!important;color:#cbd5e1!important;}
body.rd-v74-production .rd-cart-mochi{width:74px!important;height:74px!important;margin-top:-22px!important;border-radius:22px!important;background:linear-gradient(135deg,#ff7a00,#ff4d00)!important;border:6px solid #1c2333!important;box-shadow:0 18px 42px rgba(255,106,0,.34)!important;}
body.rd-v74-production .rd-cart-mochi img{position:relative!important;z-index:2!important;display:block!important;width:54px!important;height:54px!important;object-fit:contain!important;border-radius:16px!important;filter:drop-shadow(0 8px 14px rgba(0,0,0,.24))!important;}
body.rd-v74-production .rd-cart-fallback{position:absolute!important;inset:12px!important;display:grid!important;place-items:center!important;border-radius:16px!important;background:rgba(255,255,255,.10)!important;color:#fff!important;font-size:26px!important;font-weight:1000!important;z-index:1!important;}
body.rd-v74-production .rd-cart-mochi b{z-index:3!important;}
body.rd-v74-production .rd-cart-mochi small{z-index:3!important;}
body.rd-v74-production .rd-sheet.rd-profile-sheet,body.rd-v74-production .rd-profile-sheet.rd-profile-v70,body.rd-v74-production .rd-sheet.rd-profile-v70{position:fixed!important;inset:0!important;width:100vw!important;max-width:100vw!important;height:100dvh!important;max-height:100dvh!important;margin:0!important;border-radius:0!important;border:0!important;padding:0!important;background:#fff!important;display:flex!important;flex-direction:column!important;overflow:hidden!important;z-index:121!important;}
body.rd-v74-production .rd-profile-sheet .rd-modal-head,body.rd-v74-production .rd-profile-v70 .rd-modal-head{padding:20px 18px 14px!important;margin:0!important;border-bottom:1px solid #edf2f7!important;background:#fff!important;position:sticky!important;top:0!important;z-index:5!important;}
body.rd-v74-production .rd-profile-sheet .rd-modal-head h2,body.rd-v74-production .rd-profile-v70 .rd-modal-head h2{margin:0!important;color:#102443!important;font-size:22px!important;line-height:1.1!important;}
body.rd-v74-production .rd-profile-sheet .rd-profile-tabs,body.rd-v74-production .rd-profile-v70 .rd-profile-tabs{display:flex!important;flex-wrap:nowrap!important;gap:8px!important;overflow-x:auto!important;white-space:nowrap!important;padding:12px 18px 14px!important;margin:0!important;border-radius:0!important;background:#fff!important;border-bottom:1px solid #edf2f7!important;position:sticky!important;top:80px!important;z-index:4!important;scrollbar-width:none!important;}
body.rd-v74-production .rd-profile-sheet .rd-profile-tabs::-webkit-scrollbar,body.rd-v74-production .rd-profile-v70 .rd-profile-tabs::-webkit-scrollbar{display:none!important;}
body.rd-v74-production .rd-profile-sheet .rd-profile-tabs button,body.rd-v74-production .rd-profile-v70 .rd-profile-tabs button{flex:0 0 auto!important;min-width:112px!important;padding:12px 16px!important;border-radius:999px!important;background:#0f1b46!important;color:#dbeafe!important;font-size:14px!important;font-weight:900!important;text-align:center!important;}
body.rd-v74-production .rd-profile-sheet .rd-profile-tabs button.active,body.rd-v74-production .rd-profile-v70 .rd-profile-tabs button.active{background:#fff!important;color:#102443!important;border:1px solid #dbe4f0!important;box-shadow:0 8px 18px rgba(15,23,42,.08)!important;}
body.rd-v74-production .rd-profile-sheet > .rd-profile-data,body.rd-v74-production .rd-profile-sheet > .rd-form-grid,body.rd-v74-production .rd-profile-sheet > div:not(.rd-modal-head):not(.rd-profile-tabs),body.rd-v74-production .rd-profile-v70 > .rd-profile-data,body.rd-v74-production .rd-profile-v70 > .rd-form-grid,body.rd-v74-production .rd-profile-v70 > div:not(.rd-modal-head):not(.rd-profile-tabs){flex:1 1 auto!important;overflow:auto!important;padding:16px 18px 24px!important;}
body.rd-v74-production .rd-profile-sheet .rd-form-grid,body.rd-v74-production .rd-profile-v70 .rd-form-grid{display:grid!important;grid-template-columns:1fr!important;gap:14px!important;}
body.rd-v74-production .rd-profile-sheet .rd-avatar-row,body.rd-v74-production .rd-profile-v70 .rd-avatar-row{display:grid!important;grid-template-columns:72px minmax(0,1fr)!important;align-items:center!important;gap:14px!important;padding:18px!important;border:1px solid #e5edf6!important;border-radius:24px!important;background:#fbfcfe!important;margin-bottom:16px!important;}
body.rd-v74-production .rd-profile-sheet .rd-upload.small,body.rd-v74-production .rd-profile-v70 .rd-upload.small{display:inline-flex!important;align-items:center!important;justify-content:center!important;width:max-content!important;max-width:100%!important;min-height:42px!important;padding:0 18px!important;border-radius:16px!important;background:#fff7ed!important;border:1px solid rgba(245,158,11,.24)!important;color:#9a3412!important;font-weight:900!important;}
body.rd-v74-production .rd-profile-sheet .rd-upload.small input,body.rd-v74-production .rd-profile-v70 .rd-upload.small input{display:none!important;}
body.rd-v74-production .rd-profile-sheet .rd-muted.full,body.rd-v74-production .rd-profile-v70 .rd-muted.full{display:flex!important;align-items:center!important;justify-content:space-between!important;gap:10px!important;flex-wrap:wrap!important;padding:14px 16px!important;border-radius:18px!important;background:#f8fafc!important;border:1px solid #e5edf6!important;color:#475467!important;font-weight:900!important;}
body.rd-v74-production .rd-profile-sheet .rd-btn-primary.full,body.rd-v74-production .rd-profile-v70 .rd-btn-primary.full{min-height:56px!important;border-radius:18px!important;background:linear-gradient(135deg,#ff7a00,#ff4d00)!important;color:#fff!important;box-shadow:0 16px 32px rgba(255,106,0,.22)!important;}
body.rd-v74-production .rd-sheet-backdrop{padding:0!important;}
@media(max-width:420px){body.rd-v74-production .rd-native-main{padding-left:8px!important;padding-right:8px!important;}body.rd-v74-production .rd-header-address b{font-size:14px!important;}body.rd-v74-production .rd-header-address small{font-size:10.5px!important;}body.rd-v74-production .rd-header-actions .rd-icon-btn{width:44px!important;height:44px!important;}body.rd-v74-production article.rd-product,body.rd-v74-production article.rd-product-v59{min-height:142px!important;}body.rd-v74-production article.rd-product .rd-product-img,body.rd-v74-production article.rd-product-v59 .rd-product-img{flex-basis:88px!important;width:88px!important;min-width:88px!important;min-height:142px!important;}body.rd-v74-production article.rd-product h3,body.rd-v74-production article.rd-product-v59 h3{font-size:16px!important;}body.rd-v74-production article.rd-product p,body.rd-v74-production article.rd-product-v59 p{font-size:12px!important;}body.rd-v74-production .rd-product-foot{flex-wrap:wrap!important;}body.rd-v74-production .rd-price{width:100%!important;}body.rd-v74-production .rd-stepper{margin-left:auto!important;min-width:126px!important;}}


/* === V74 definitivo UI mobile: header nativo, cards ancho completo, carrito con icono, perfil usable === */
body.rd-v74-production{
  --rd-v74-bg:#f3f7fb;
  --rd-v74-card:#ffffff;
  --rd-v74-line:#dce6f2;
  --rd-v74-ink:#102443;
  --rd-v74-muted:#64748b;
  --rd-v74-orange:#ff5a00;
  --rd-v74-green:#15803d;
  --rd-v74-blue:#0f4aa8;
  background:#eef4fb!important;
  color:var(--rd-v74-ink)!important;
}
body.rd-v74-production .rd-app{
  width:100%!important;
  max-width:none!important;
  margin:0!important;
  background:#eef4fb!important;
  box-shadow:none!important;
  padding-bottom:calc(86px + var(--safe-bottom))!important;
}
body.rd-v74-production .rd-native-main{
  width:100%!important;
  max-width:none!important;
  margin:0!important;
  padding:calc(84px + env(safe-area-inset-top)) 10px calc(100px + var(--safe-bottom))!important;
}
body.rd-v74-production .rd-header-v74,
body.rd-v74-production .rd-app-header-v65{
  position:fixed!important;
  left:0!important;
  right:0!important;
  top:0!important;
  width:100%!important;
  max-width:none!important;
  transform:none!important;
  display:grid!important;
  grid-template-columns:minmax(0,1fr) auto!important;
  gap:10px!important;
  align-items:center!important;
  padding:calc(8px + env(safe-area-inset-top)) 12px 10px!important;
  background:linear-gradient(180deg,rgba(255,247,237,.86),rgba(255,247,237,.62) 70%,rgba(255,247,237,0))!important;
  border:0!important;
  box-shadow:none!important;
  backdrop-filter:blur(16px)!important;
  -webkit-backdrop-filter:blur(16px)!important;
  z-index:100!important;
}
body.rd-v74-production .rd-header-address-v74,
body.rd-v74-production .rd-header-address{
  position:relative!important;
  display:grid!important;
  grid-template-columns:minmax(0,1fr) 34px!important;
  gap:2px 8px!important;
  align-items:center!important;
  min-height:58px!important;
  width:100%!important;
  min-width:0!important;
  padding:8px 10px 8px 12px!important;
  text-align:left!important;
  border:1px solid rgba(255,255,255,.58)!important;
  border-radius:22px!important;
  background:rgba(255,255,255,.42)!important;
  color:var(--rd-v74-ink)!important;
  box-shadow:0 10px 28px rgba(15,23,42,.05)!important;
  overflow:hidden!important;
}
body.rd-v74-production .rd-header-address span{
  grid-column:1/2!important;
  font-size:10px!important;
  font-weight:1000!important;
  letter-spacing:.06em!important;
  color:var(--rd-v74-orange)!important;
  text-transform:uppercase!important;
  line-height:1!important;
}
body.rd-v74-production .rd-header-address b{
  grid-column:1/2!important;
  min-width:0!important;
  max-width:none!important;
  font-size:15px!important;
  line-height:1.1!important;
  color:#111827!important;
  white-space:nowrap!important;
  overflow:hidden!important;
  text-overflow:ellipsis!important;
}
body.rd-v74-production .rd-header-address small{
  grid-column:1/2!important;
  min-width:0!important;
  max-width:none!important;
  font-size:12px!important;
  line-height:1.1!important;
  color:#667085!important;
  font-weight:850!important;
  white-space:nowrap!important;
  overflow:hidden!important;
  text-overflow:ellipsis!important;
}
body.rd-v74-production .rd-header-address .rd-address-edit,
body.rd-v74-production .rd-header-address i{
  grid-column:2/3!important;
  grid-row:1/4!important;
  width:34px!important;
  height:34px!important;
  border-radius:999px!important;
  display:grid!important;
  place-items:center!important;
  font-style:normal!important;
  background:rgba(255,255,255,.78)!important;
  border:1px solid rgba(226,232,240,.9)!important;
  color:#0f1b46!important;
  font-weight:1000!important;
  box-shadow:0 6px 14px rgba(15,23,42,.07)!important;
}
body.rd-v74-production .rd-header-actions{
  display:flex!important;
  align-items:center!important;
  gap:8px!important;
}
body.rd-v74-production .rd-header-actions .rd-icon-btn{
  width:50px!important;
  height:50px!important;
  border-radius:50%!important;
  background:rgba(255,255,255,.82)!important;
  border:1px solid rgba(226,232,240,.92)!important;
  color:#102443!important;
  font-size:21px!important;
  box-shadow:0 10px 24px rgba(15,23,42,.08)!important;
}
body.rd-v74-production .rd-app-home-v74,
body.rd-v74-production .rd-app-home-v65{
  display:grid!important;
  gap:12px!important;
  padding:4px 0 10px!important;
  background:transparent!important;
  border-radius:0!important;
}
body.rd-v74-production .rd-home-brand,
body.rd-v74-production .rd-address-card-v65{
  display:none!important;
}
body.rd-v74-production .rd-home-search-v74{
  display:grid!important;
  gap:10px!important;
  width:100%!important;
}
body.rd-v74-production .rd-search-card-v65,
body.rd-v74-production .rd-search-card{
  position:relative!important;
  top:auto!important;
  width:100%!important;
  margin:0!important;
  padding:8px!important;
  border-radius:24px!important;
  border:1px solid rgba(220,230,242,.95)!important;
  background:rgba(255,255,255,.78)!important;
  backdrop-filter:blur(14px)!important;
  box-shadow:0 12px 30px rgba(15,23,42,.06)!important;
  display:grid!important;
  grid-template-columns:auto minmax(0,1fr)!important;
  gap:8px!important;
}
body.rd-v74-production .rd-search-card-v65 .rd-search-toggle{
  min-height:48px!important;
  padding:0 14px!important;
  border-radius:18px!important;
  background:#fff1e7!important;
  color:#ff5a00!important;
  font-weight:1000!important;
}
body.rd-v74-production .rd-search-card-v65 .rd-search-inner{
  display:grid!important;
  grid-template-columns:minmax(0,1fr)!important;
  gap:0!important;
}
body.rd-v74-production .rd-search-card-v65 .rd-search-inner .rd-btn{
  display:none!important;
}
body.rd-v74-production .rd-search-card-v65 .rd-input{
  min-height:48px!important;
  border-radius:18px!important;
  border:1px solid #dce6f2!important;
  background:#fff!important;
  color:#111827!important;
  font-size:15px!important;
  padding:0 16px!important;
  box-shadow:none!important;
}
body.rd-v74-production .rd-address-inline-v74{
  display:grid!important;
  grid-template-columns:minmax(0,1fr) auto!important;
  gap:3px 10px!important;
  align-items:center!important;
  width:100%!important;
  border:1px solid rgba(220,230,242,.95)!important;
  border-radius:24px!important;
  background:rgba(255,255,255,.72)!important;
  backdrop-filter:blur(14px)!important;
  box-shadow:0 12px 30px rgba(15,23,42,.05)!important;
  padding:14px 16px!important;
  color:#102443!important;
  text-align:left!important;
}
body.rd-v74-production .rd-address-inline-v74 span{
  grid-column:1/2!important;
  color:#ff5a00!important;
  font-size:11px!important;
  font-weight:1000!important;
  text-transform:uppercase!important;
  letter-spacing:.05em!important;
}
body.rd-v74-production .rd-address-inline-v74 b{
  grid-column:1/2!important;
  color:#102443!important;
  font-size:14px!important;
  line-height:1.24!important;
  font-weight:900!important;
  display:-webkit-box!important;
  -webkit-line-clamp:2!important;
  -webkit-box-orient:vertical!important;
  overflow:hidden!important;
}
body.rd-v74-production .rd-address-inline-v74 i{
  grid-column:2/3!important;
  grid-row:1/3!important;
  font-style:normal!important;
  color:#ff5a00!important;
  font-weight:1000!important;
  border-radius:999px!important;
  background:#fff7ed!important;
  padding:9px 12px!important;
}
body.rd-v74-production .rd-category-cards-v65{
  display:flex!important;
  gap:10px!important;
  overflow-x:auto!important;
  -webkit-overflow-scrolling:touch!important;
  padding:0 0 8px!important;
  scroll-snap-type:x proximity!important;
}
body.rd-v74-production .rd-category-cards-v65 button{
  flex:0 0 112px!important;
  min-height:86px!important;
  border-radius:22px!important;
  background:#fff!important;
  border:1px solid #dce6f2!important;
  box-shadow:0 10px 24px rgba(15,23,42,.05)!important;
}
body.rd-v74-production .rd-section{
  width:100%!important;
  padding:16px 0!important;
}
body.rd-v74-production .rd-carta-head{
  width:100%!important;
  display:flex!important;
  align-items:flex-start!important;
  justify-content:space-between!important;
  gap:12px!important;
  margin:0 0 12px!important;
  padding:0 2px!important;
}
body.rd-v74-production .rd-carta-head h2{
  margin:0!important;
  font-size:22px!important;
  line-height:1.08!important;
  letter-spacing:-.03em!important;
  color:#102443!important;
}
body.rd-v74-production .rd-carta-head .rd-muted{
  margin-top:8px!important;
  color:#667085!important;
  font-size:13.5px!important;
  line-height:1.35!important;
  font-weight:800!important;
}
body.rd-v74-production .rd-carta-head b{
  flex:0 0 64px!important;
  min-width:64px!important;
  min-height:64px!important;
  display:grid!important;
  place-items:center!important;
  padding:6px!important;
  border-radius:50%!important;
  background:rgba(255,255,255,.86)!important;
  border:1px solid #dce6f2!important;
  color:#334155!important;
  font-size:13px!important;
  line-height:1.05!important;
  text-align:center!important;
}
body.rd-v74-production .rd-carta-section .rd-product-grid,
body.rd-v74-production .rd-carta-section .rd-product-grid-v59{
  display:flex!important;
  flex-direction:column!important;
  gap:12px!important;
  width:100%!important;
  max-width:none!important;
  padding:0!important;
  margin:0!important;
}
body.rd-v74-production .rd-carta-section article.rd-product,
body.rd-v74-production .rd-carta-section article.rd-product-v59,
body.rd-v74-production article.rd-product.rd-product-v59{
  display:flex!important;
  flex-direction:row!important;
  align-items:stretch!important;
  gap:0!important;
  width:100%!important;
  max-width:none!important;
  min-height:142px!important;
  height:auto!important;
  background:#fff!important;
  border:1px solid #dce6f2!important;
  border-radius:24px!important;
  box-shadow:0 10px 24px rgba(15,23,42,.055)!important;
  overflow:hidden!important;
  padding:0!important;
  color:#102443!important;
}
body.rd-v74-production .rd-carta-section article.rd-product .rd-product-img,
body.rd-v74-production .rd-carta-section article.rd-product-v59 .rd-product-img,
body.rd-v74-production article.rd-product.rd-product-v59 .rd-product-img{
  flex:0 0 94px!important;
  width:94px!important;
  min-width:94px!important;
  height:auto!important;
  min-height:142px!important;
  aspect-ratio:auto!important;
  background:#eef4fb!important;
  border-right:1px solid #eef3f8!important;
  position:relative!important;
  overflow:hidden!important;
}
body.rd-v74-production article.rd-product .rd-product-img img,
body.rd-v74-production article.rd-product-v59 .rd-product-img img{
  width:100%!important;
  height:100%!important;
  object-fit:cover!important;
}
body.rd-v74-production article.rd-product .rd-product-placeholder{
  min-height:142px!important;
  height:100%!important;
  padding:10px 8px!important;
}
body.rd-v74-production article.rd-product .rd-photo-pill{
  position:absolute!important;
  left:8px!important;
  bottom:8px!important;
  right:auto!important;
  top:auto!important;
  min-height:30px!important;
  padding:7px 11px!important;
  border-radius:999px!important;
  background:rgba(9,25,64,.90)!important;
  color:#fff!important;
  font-size:12px!important;
  font-weight:1000!important;
  box-shadow:0 7px 16px rgba(9,25,64,.16)!important;
}
body.rd-v74-production article.rd-product .rd-out{
  top:8px!important;
  right:8px!important;
  padding:6px 9px!important;
  border-radius:999px!important;
  background:#fff1f2!important;
  color:#b42318!important;
  border:1px solid rgba(180,35,24,.14)!important;
  font-size:11px!important;
}
body.rd-v74-production article.rd-product .rd-product-body,
body.rd-v74-production article.rd-product-v59 .rd-product-body{
  flex:1 1 auto!important;
  min-width:0!important;
  padding:12px!important;
  background:#fff!important;
  display:flex!important;
  flex-direction:column!important;
  justify-content:flex-start!important;
  align-items:stretch!important;
  gap:7px!important;
}
body.rd-v74-production article.rd-product .rd-product-body h3,
body.rd-v74-production article.rd-product-v59 .rd-product-body h3{
  margin:0!important;
  color:#102443!important;
  font-size:17px!important;
  line-height:1.13!important;
  font-weight:1000!important;
  letter-spacing:-.02em!important;
}
body.rd-v74-production article.rd-product .rd-product-body p,
body.rd-v74-production article.rd-product-v59 .rd-product-body p{
  margin:0!important;
  color:#5f6f86!important;
  font-size:12.7px!important;
  line-height:1.38!important;
  font-weight:750!important;
  min-height:0!important;
  max-height:none!important;
  display:-webkit-box!important;
  -webkit-line-clamp:3!important;
  -webkit-box-orient:vertical!important;
  overflow:hidden!important;
}
body.rd-v74-production .rd-product-meta-row{
  display:flex!important;
  flex-wrap:wrap!important;
  align-items:center!important;
  gap:7px!important;
  margin:0!important;
}
body.rd-v74-production .rd-product-meta-row span,
body.rd-v74-production .rd-chip-addons{
  display:inline-flex!important;
  align-items:center!important;
  gap:5px!important;
  min-height:28px!important;
  max-width:100%!important;
  padding:6px 10px!important;
  border-radius:999px!important;
  font-size:11.5px!important;
  font-weight:900!important;
  line-height:1!important;
  border:1px solid transparent!important;
}
body.rd-v74-production .rd-chip-local{background:#eef2ff!important;color:#0f1b46!important;border-color:rgba(79,70,229,.10)!important;}
body.rd-v74-production .rd-chip-normal{background:#dff7e7!important;color:#15803d!important;border-color:rgba(21,128,61,.12)!important;}
body.rd-v74-production .rd-chip-stock.is-in{background:#ebf2ff!important;color:#0f4aa8!important;border-color:rgba(15,74,168,.10)!important;}
body.rd-v74-production .rd-chip-stock.is-out{background:#fff1f2!important;color:#b42318!important;border-color:rgba(180,35,24,.12)!important;}
body.rd-v74-production .rd-chip-addons{background:#fff7ed!important;color:#b45309!important;border-color:rgba(245,158,11,.26)!important;cursor:pointer!important;}
body.rd-v74-production .rd-chip-addons i{font-style:normal!important;}
body.rd-v74-production .rd-product-foot{
  margin-top:auto!important;
  display:flex!important;
  align-items:center!important;
  justify-content:space-between!important;
  gap:10px!important;
}
body.rd-v74-production .rd-price{
  color:#0f1b46!important;
  font-size:17px!important;
  line-height:1.1!important;
  font-weight:1000!important;
  white-space:nowrap!important;
}
body.rd-v74-production .rd-product-foot .rd-stepper,
body.rd-v74-production .rd-stepper{
  display:flex!important;
  align-items:center!important;
  justify-content:space-between!important;
  gap:0!important;
  min-width:132px!important;
  padding:4px!important;
  border-radius:999px!important;
  background:#eef3fa!important;
  border:1px solid #dae4ef!important;
  box-shadow:none!important;
}
body.rd-v74-production .rd-stepper button,
body.rd-v74-production .rd-product-foot .rd-stepper button{
  width:38px!important;
  height:38px!important;
  border-radius:50%!important;
  border:0!important;
  background:#fff!important;
  color:#102443!important;
  font-size:21px!important;
  font-weight:1000!important;
  box-shadow:none!important;
}
body.rd-v74-production .rd-stepper b{
  min-width:22px!important;
  text-align:center!important;
  color:#102443!important;
  font-size:15px!important;
  font-weight:1000!important;
}
body.rd-v74-production .rd-stepper .rd-step-gear{font-size:17px!important;line-height:1!important;}
body.rd-v74-production .rd-bottom-menu{
  height:64px!important;
  width:calc(100% - 22px)!important;
  max-width:540px!important;
  bottom:calc(10px + var(--safe-bottom))!important;
  border-radius:24px!important;
  grid-template-columns:1fr 1fr 74px 1fr 1fr!important;
  background:rgba(16,24,40,.96)!important;
  border:1px solid rgba(255,255,255,.08)!important;
  box-shadow:0 18px 52px rgba(15,23,42,.24)!important;
}
body.rd-v74-production .rd-bottom-menu button,
body.rd-v74-production .rd-bottom-menu button span{color:#94a3b8!important;}
body.rd-v74-production .rd-cart-mochi,
body.rd-v74-production .rd-cart-mochi-v74{
  width:72px!important;
  height:72px!important;
  margin-top:-18px!important;
  border-radius:24px!important;
  background:linear-gradient(135deg,#ff7a00,#ff4d00)!important;
  border:6px solid #1c2333!important;
  box-shadow:0 18px 42px rgba(255,106,0,.34)!important;
  display:grid!important;
  place-items:center!important;
  padding:0!important;
  overflow:visible!important;
}
body.rd-v74-production .rd-cart-mochi img,
body.rd-v74-production .rd-cart-mochi-v74 img{
  width:52px!important;
  height:52px!important;
  object-fit:cover!important;
  border-radius:16px!important;
  display:block!important;
}
body.rd-v74-production .rd-cart-mochi b{
  top:-10px!important;
  right:-8px!important;
  z-index:4!important;
}
body.rd-v74-production .rd-cart-mochi small{
  bottom:-18px!important;
  z-index:4!important;
}
/* Perfil fullscreen limpio y nativo */
body.rd-v74-production .rd-sheet.rd-profile-sheet,
body.rd-v74-production .rd-profile-sheet.rd-profile-v70,
body.rd-v74-production .rd-sheet.rd-profile-v70{
  position:fixed!important;
  inset:0!important;
  width:100vw!important;
  max-width:100vw!important;
  height:100dvh!important;
  max-height:100dvh!important;
  margin:0!important;
  border-radius:0!important;
  border:0!important;
  padding:0!important;
  background:#fff!important;
  display:flex!important;
  flex-direction:column!important;
  overflow:hidden!important;
  z-index:130!important;
}
body.rd-v74-production .rd-profile-sheet .rd-modal-head{
  padding:20px 18px 14px!important;
  margin:0!important;
  border-bottom:1px solid #edf2f7!important;
  background:#fff!important;
  flex:0 0 auto!important;
}
body.rd-v74-production .rd-profile-sheet .rd-modal-head h2{margin:0!important;font-size:22px!important;color:#102443!important;}
body.rd-v74-production .rd-profile-sheet .rd-icon-btn{width:48px!important;height:48px!important;background:#f4f7fb!important;color:#102443!important;}
body.rd-v74-production .rd-profile-tabs{
  display:flex!important;
  flex-wrap:nowrap!important;
  gap:10px!important;
  overflow-x:auto!important;
  overflow-y:hidden!important;
  -webkit-overflow-scrolling:touch!important;
  white-space:nowrap!important;
  padding:14px 18px!important;
  margin:0!important;
  border-radius:0!important;
  background:#fff!important;
  border-bottom:1px solid #edf2f7!important;
  flex:0 0 auto!important;
}
body.rd-v74-production .rd-profile-tabs::-webkit-scrollbar{display:none!important;}
body.rd-v74-production .rd-profile-tabs button{
  flex:0 0 auto!important;
  min-width:118px!important;
  padding:12px 16px!important;
  border-radius:999px!important;
  background:#0f1b46!important;
  color:#dbeafe!important;
  font-size:14px!important;
  font-weight:900!important;
  text-align:center!important;
}
body.rd-v74-production .rd-profile-tabs button.active{background:#fff!important;color:#102443!important;border:1px solid #dbe4f0!important;box-shadow:0 8px 18px rgba(15,23,42,.08)!important;}
body.rd-v74-production .rd-profile-sheet > div:not(.rd-modal-head):not(.rd-profile-tabs){flex:1 1 auto!important;overflow:auto!important;padding:18px!important;}
body.rd-v74-production .rd-profile-data .rd-form-grid,
body.rd-v74-production .rd-profile-sheet .rd-form-grid{display:grid!important;grid-template-columns:1fr!important;gap:14px!important;}
body.rd-v74-production .rd-profile-sheet .rd-avatar-row{
  display:grid!important;
  grid-template-columns:72px minmax(0,1fr)!important;
  align-items:center!important;
  gap:14px!important;
  padding:18px!important;
  border:1px solid #e5edf6!important;
  border-radius:24px!important;
  background:#fbfcfe!important;
  margin-bottom:16px!important;
}
body.rd-v74-production .rd-profile-sheet .rd-avatar-row img,
body.rd-v74-production .rd-profile-sheet .rd-avatar-fallback{width:72px!important;height:72px!important;border-radius:24px!important;}
body.rd-v74-production .rd-profile-sheet .rd-upload.small{
  width:max-content!important;
  max-width:100%!important;
  min-height:42px!important;
  padding:0 18px!important;
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  border-radius:16px!important;
  background:#fff7ed!important;
  border:1px solid rgba(245,158,11,.24)!important;
  color:#9a3412!important;
  font-weight:900!important;
}
body.rd-v74-production .rd-profile-sheet .rd-upload.small input{display:none!important;}
body.rd-v74-production .rd-profile-sheet .rd-muted.full{
  padding:14px 16px!important;
  border-radius:18px!important;
  background:#f8fafc!important;
  border:1px solid #e5edf6!important;
  color:#475467!important;
  font-weight:900!important;
}
body.rd-v74-production .rd-profile-sheet .rd-btn-primary.full{min-height:56px!important;border-radius:18px!important;background:linear-gradient(135deg,#ff7a00,#ff4d00)!important;color:#fff!important;}
body.rd-v74-production .rd-profile-sheet .rd-btn-danger.full{min-height:54px!important;border-radius:18px!important;}
@media(max-width:420px){
  body.rd-v74-production .rd-native-main{padding-left:8px!important;padding-right:8px!important;}
  body.rd-v74-production .rd-carta-section article.rd-product .rd-product-img{flex-basis:88px!important;width:88px!important;min-width:88px!important;}
  body.rd-v74-production .rd-product-foot{flex-wrap:wrap!important;align-items:center!important;}
  body.rd-v74-production .rd-price{width:100%!important;}
  body.rd-v74-production .rd-stepper{margin-left:auto!important;}
}

/* === V74 definitive production UI: native header, full width cards, app icon cart === */
body.rd-v74-production{
  background:#f4f8fc!important;
  color:#102443!important;
}
body.rd-v74-production .rd-app{
  max-width:none!important;
  width:100%!important;
  margin:0!important;
  background:linear-gradient(180deg,#fffaf3 0%,#f6f9fc 26%,#eef4fb 100%)!important;
  box-shadow:none!important;
  padding-bottom:calc(94px + var(--safe-bottom))!important;
}
body.rd-v74-production .rd-native-main{
  width:100%!important;
  max-width:none!important;
  margin:0!important;
  padding:calc(96px + env(safe-area-inset-top)) 14px calc(98px + var(--safe-bottom))!important;
}
body.rd-v74-production .rd-native-main.rd-native-main-gated{
  padding-top:18px!important;
}
body.rd-v74-production .rd-app-header-v65{
  position:fixed!important;
  top:0!important;
  left:0!important;
  right:0!important;
  transform:none!important;
  width:100%!important;
  max-width:none!important;
  display:grid!important;
  grid-template-columns:minmax(0,1fr) auto auto!important;
  align-items:center!important;
  gap:10px!important;
  padding:calc(8px + env(safe-area-inset-top)) 14px 10px!important;
  background:linear-gradient(180deg,rgba(255,250,244,.96) 0%,rgba(255,250,244,.84) 68%,rgba(255,250,244,.04) 100%)!important;
  border:0!important;
  box-shadow:none!important;
  backdrop-filter:blur(16px)!important;
  -webkit-backdrop-filter:blur(16px)!important;
  z-index:110!important;
  pointer-events:auto!important;
}
body.rd-v74-production .rd-header-address{
  position:relative!important;
  min-width:0!important;
  width:100%!important;
  padding:9px 42px 9px 0!important;
  border:0!important;
  border-radius:0!important;
  background:transparent!important;
  box-shadow:none!important;
  text-align:left!important;
  display:grid!important;
  gap:2px!important;
  color:#102443!important;
}
body.rd-v74-production .rd-header-address span{
  display:block!important;
  color:#ff5a00!important;
  font-size:11px!important;
  line-height:1!important;
  letter-spacing:.07em!important;
  text-transform:uppercase!important;
  font-weight:1000!important;
}
body.rd-v74-production .rd-header-address b{
  display:block!important;
  max-width:100%!important;
  color:#0f172a!important;
  font-size:17px!important;
  line-height:1.05!important;
  white-space:nowrap!important;
  overflow:hidden!important;
  text-overflow:ellipsis!important;
  font-weight:1000!important;
}
body.rd-v74-production .rd-header-address small{
  display:block!important;
  max-width:100%!important;
  color:#64748b!important;
  font-size:12px!important;
  line-height:1.1!important;
  white-space:nowrap!important;
  overflow:hidden!important;
  text-overflow:ellipsis!important;
  font-weight:850!important;
}
body.rd-v74-production .rd-address-edit{
  position:absolute!important;
  right:8px!important;
  top:50%!important;
  transform:translateY(-50%)!important;
  width:30px!important;
  height:30px!important;
  border-radius:50%!important;
  display:grid!important;
  place-items:center!important;
  background:rgba(255,255,255,.78)!important;
  border:1px solid rgba(203,213,225,.7)!important;
  color:#ff5a00!important;
  font-style:normal!important;
  font-weight:1000!important;
  box-shadow:0 8px 18px rgba(15,23,42,.08)!important;
}
body.rd-v74-production .rd-app-header-v65 .rd-fixed-logo{
  height:38px!important;
  width:96px!important;
  max-width:96px!important;
  object-fit:contain!important;
  filter:none!important;
}
body.rd-v74-production .rd-header-actions{
  display:flex!important;
  align-items:center!important;
  gap:8px!important;
}
body.rd-v74-production .rd-header-actions .rd-icon-btn{
  width:46px!important;
  height:46px!important;
  border-radius:50%!important;
  background:rgba(255,255,255,.88)!important;
  border:1px solid rgba(210,220,234,.82)!important;
  color:#102443!important;
  box-shadow:0 10px 24px rgba(15,23,42,.09)!important;
}
body.rd-v74-production .rd-app-home-v65{
  display:grid!important;
  gap:14px!important;
  padding:0!important;
  background:transparent!important;
  border-radius:0!important;
}
body.rd-v74-production .rd-home-brand{
  display:none!important;
}
body.rd-v74-production .rd-search-card-v65{
  width:100%!important;
  margin:0!important;
  padding:8px!important;
  border-radius:24px!important;
  border:1px solid #dbe5f0!important;
  background:rgba(255,255,255,.92)!important;
  box-shadow:0 12px 28px rgba(15,23,42,.07)!important;
  display:grid!important;
  grid-template-columns:auto minmax(0,1fr)!important;
  gap:8px!important;
}
body.rd-v74-production .rd-search-card-v65 .rd-search-toggle{
  min-height:48px!important;
  min-width:88px!important;
  border-radius:18px!important;
  background:#fff1e7!important;
  color:#ff5a00!important;
  border:0!important;
  font-size:14px!important;
  font-weight:1000!important;
}
body.rd-v74-production .rd-search-card-v65 .rd-search-inner{
  min-width:0!important;
  display:grid!important;
  grid-template-columns:minmax(0,1fr) auto!important;
  gap:8px!important;
}
body.rd-v74-production .rd-search-card-v65 .rd-input{
  min-height:48px!important;
  border-radius:18px!important;
  border:1px solid #dbe5f0!important;
  background:#fff!important;
  color:#102443!important;
  box-shadow:none!important;
}
body.rd-v74-production .rd-address-card-v65{
  width:100%!important;
  margin:0!important;
  padding:14px!important;
  border-radius:24px!important;
  border:1px solid rgba(220,230,242,.78)!important;
  background:rgba(255,255,255,.70)!important;
  backdrop-filter:blur(14px)!important;
  -webkit-backdrop-filter:blur(14px)!important;
  box-shadow:0 12px 28px rgba(15,23,42,.05)!important;
}
body.rd-v74-production .rd-category-cards-v65{
  width:100%!important;
  display:flex!important;
  overflow-x:auto!important;
  gap:10px!important;
  padding:0 0 8px!important;
  scroll-snap-type:x proximity!important;
}
body.rd-v74-production .rd-category-cards-v65 button{
  flex:0 0 104px!important;
  min-height:94px!important;
  border-radius:22px!important;
  background:#fff!important;
  border:1px solid #dbe5f0!important;
  box-shadow:0 10px 24px rgba(15,23,42,.06)!important;
}
body.rd-v74-production .rd-section{
  width:100%!important;
  padding:18px 0!important;
}
body.rd-v74-production .rd-section-head{
  width:100%!important;
}
body.rd-v74-production .rd-carta-head{
  align-items:flex-start!important;
  gap:12px!important;
  margin-bottom:12px!important;
}
body.rd-v74-production .rd-carta-head h2{
  font-size:23px!important;
  line-height:1.08!important;
  letter-spacing:-.03em!important;
  color:#102443!important;
}
body.rd-v74-production .rd-carta-head .rd-muted{
  font-size:13px!important;
  line-height:1.35!important;
  color:#64748b!important;
}
body.rd-v74-production .rd-carta-head b{
  flex:0 0 66px!important;
  min-width:66px!important;
  min-height:66px!important;
  border-radius:50%!important;
  padding:7px!important;
  background:rgba(255,255,255,.76)!important;
  border:1px solid #dbe5f0!important;
  color:#334155!important;
  font-size:14px!important;
  line-height:1.05!important;
  text-align:center!important;
  display:grid!important;
  place-items:center!important;
}
body.rd-v74-production .rd-carta-section .rd-product-grid.rd-product-grid-v59{
  width:100%!important;
  display:grid!important;
  grid-template-columns:1fr!important;
  gap:12px!important;
}
body.rd-v74-production .rd-carta-section .rd-product-grid.rd-product-grid-v59 > article.rd-product.rd-product-v59{
  width:100%!important;
  display:flex!important;
  flex-direction:row!important;
  align-items:stretch!important;
  gap:0!important;
  min-height:150px!important;
  height:auto!important;
  background:#fff!important;
  border:1px solid #dbe5f0!important;
  border-radius:24px!important;
  box-shadow:0 10px 24px rgba(15,23,42,.055)!important;
  overflow:hidden!important;
  padding:0!important;
}
body.rd-v74-production .rd-carta-section .rd-product-grid.rd-product-grid-v59 > article.rd-product.rd-product-v59 .rd-product-img{
  flex:0 0 94px!important;
  width:94px!important;
  min-width:94px!important;
  height:auto!important;
  min-height:150px!important;
  border-right:1px solid #edf2f7!important;
  background:#eef4fb!important;
  position:relative!important;
}
body.rd-v74-production .rd-carta-section .rd-product-grid.rd-product-grid-v59 > article.rd-product.rd-product-v59 .rd-product-img img{
  width:100%!important;
  height:100%!important;
  object-fit:cover!important;
}
body.rd-v74-production .rd-photo-pill{
  position:absolute!important;
  left:8px!important;
  bottom:8px!important;
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  min-height:30px!important;
  padding:7px 10px!important;
  border-radius:999px!important;
  background:rgba(9,25,64,.88)!important;
  color:#fff!important;
  font-size:12px!important;
  font-weight:1000!important;
}
body.rd-v74-production .rd-product-body{
  flex:1 1 auto!important;
  min-width:0!important;
  padding:12px 12px 13px!important;
  display:flex!important;
  flex-direction:column!important;
  gap:7px!important;
  background:#fff!important;
}
body.rd-v74-production .rd-product-body h3{
  margin:0!important;
  color:#102443!important;
  font-size:17px!important;
  line-height:1.14!important;
  font-weight:1000!important;
}
body.rd-v74-production .rd-product-body p{
  margin:0!important;
  color:#5f6f86!important;
  font-size:12.5px!important;
  line-height:1.38!important;
  font-weight:720!important;
  display:-webkit-box!important;
  -webkit-line-clamp:3!important;
  -webkit-box-orient:vertical!important;
  overflow:hidden!important;
}
body.rd-v74-production .rd-product-meta-row{
  display:flex!important;
  flex-wrap:wrap!important;
  align-items:center!important;
  gap:7px!important;
  margin:0!important;
}
body.rd-v74-production .rd-product-meta-row span{
  display:inline-flex!important;
  align-items:center!important;
  gap:5px!important;
  min-height:28px!important;
  padding:6px 10px!important;
  border-radius:999px!important;
  font-size:11.5px!important;
  line-height:1!important;
  font-weight:900!important;
  max-width:100%!important;
}
body.rd-v74-production .rd-chip-local{background:#eef2ff!important;color:#0f1b46!important;border:1px solid rgba(79,70,229,.12)!important}
body.rd-v74-production .rd-chip-normal{background:#dcfce7!important;color:#15803d!important;border:1px solid rgba(21,128,61,.12)!important}
body.rd-v74-production .rd-chip-stock.is-in{background:#ebf2ff!important;color:#0f4aa8!important;border:1px solid rgba(15,74,168,.10)!important}
body.rd-v74-production .rd-chip-stock.is-out{background:#fff1f2!important;color:#b42318!important;border:1px solid rgba(180,35,24,.12)!important}
body.rd-v74-production .rd-chip-addons{background:#fff7ed!important;color:#b45309!important;border:1px solid rgba(245,158,11,.26)!important;cursor:pointer!important}
body.rd-v74-production .rd-product-foot{
  margin-top:auto!important;
  display:flex!important;
  align-items:flex-end!important;
  justify-content:space-between!important;
  gap:10px!important;
}
body.rd-v74-production .rd-price{
  color:#0f1b46!important;
  font-size:18px!important;
  line-height:1.1!important;
  font-weight:1000!important;
  white-space:nowrap!important;
}
body.rd-v74-production .rd-product-foot .rd-stepper,
body.rd-v74-production .rd-stepper{
  min-width:132px!important;
  padding:4px!important;
  gap:0!important;
  display:flex!important;
  align-items:center!important;
  justify-content:space-between!important;
  background:#eef3fa!important;
  border:1px solid #dbe5f0!important;
  border-radius:999px!important;
  box-shadow:none!important;
}
body.rd-v74-production .rd-product-foot .rd-stepper button,
body.rd-v74-production .rd-stepper button{
  width:38px!important;
  height:38px!important;
  border-radius:50%!important;
  border:0!important;
  background:#fff!important;
  color:#102443!important;
  font-size:21px!important;
  font-weight:1000!important;
  box-shadow:none!important;
}
body.rd-v74-production .rd-product-foot .rd-stepper b,
body.rd-v74-production .rd-stepper b{
  min-width:22px!important;
  text-align:center!important;
  color:#102443!important;
  font-size:15px!important;
  font-weight:1000!important;
}
body.rd-v74-production .rd-bottom-menu{
  width:calc(100% - 28px)!important;
  max-width:520px!important;
  height:64px!important;
  grid-template-columns:1fr 1fr 76px 1fr 1fr!important;
  border-radius:24px!important;
  background:rgba(15,23,42,.96)!important;
  border:1px solid rgba(255,255,255,.08)!important;
  box-shadow:0 18px 48px rgba(15,23,42,.24)!important;
}
body.rd-v74-production .rd-bottom-menu button,
body.rd-v74-production .rd-bottom-menu button span{color:#cbd5e1!important}
body.rd-v74-production .rd-cart-mochi{
  width:68px!important;
  height:68px!important;
  margin-top:-18px!important;
  border-radius:22px!important;
  border:6px solid #1c2333!important;
  background:linear-gradient(135deg,#ff7a00,#ff4d00)!important;
  overflow:visible!important;
}
body.rd-v74-production .rd-cart-mochi:after{display:none!important}
body.rd-v74-production .rd-cart-mochi .rd-cart-app-icon{
  position:relative!important;
  z-index:3!important;
  width:52px!important;
  height:52px!important;
  object-fit:cover!important;
  border-radius:17px!important;
  filter:drop-shadow(0 8px 14px rgba(0,0,0,.28))!important;
}
body.rd-v74-production .rd-cart-mochi b{z-index:4!important}
body.rd-v74-production .rd-cart-mochi small{z-index:4!important}
body.rd-v74-production .rd-sheet.rd-profile-sheet,
body.rd-v74-production .rd-profile-v70{
  position:fixed!important;
  inset:0!important;
  width:100vw!important;
  max-width:none!important;
  height:100dvh!important;
  max-height:none!important;
  margin:0!important;
  border-radius:0!important;
  padding:0!important;
  background:#fff!important;
  overflow:hidden!important;
  display:flex!important;
  flex-direction:column!important;
}
body.rd-v74-production .rd-profile-v70 .rd-modal-head{
  flex:0 0 auto!important;
  padding:18px 18px 12px!important;
  margin:0!important;
  border-bottom:1px solid #edf2f7!important;
  background:#fff!important;
}
body.rd-v74-production .rd-profile-v70 .rd-profile-tabs{
  flex:0 0 auto!important;
  display:flex!important;
  flex-wrap:nowrap!important;
  overflow-x:auto!important;
  gap:10px!important;
  padding:12px 18px!important;
  margin:0!important;
  border-radius:0!important;
  background:#fff!important;
  border-bottom:1px solid #edf2f7!important;
  -webkit-overflow-scrolling:touch!important;
}
body.rd-v74-production .rd-profile-v70 .rd-profile-tabs::-webkit-scrollbar{display:none!important}
body.rd-v74-production .rd-profile-v70 .rd-profile-tabs button{
  flex:0 0 auto!important;
  min-width:116px!important;
  padding:12px 16px!important;
  border-radius:999px!important;
  background:#0f1b46!important;
  color:#dbeafe!important;
  font-size:14px!important;
  font-weight:900!important;
}
body.rd-v74-production .rd-profile-v70 .rd-profile-tabs button.active{
  background:#fff!important;
  color:#102443!important;
  border:1px solid #dbe5f0!important;
  box-shadow:0 8px 18px rgba(15,23,42,.08)!important;
}
body.rd-v74-production .rd-profile-v70 > div:not(.rd-modal-head):not(.rd-profile-tabs){
  flex:1 1 auto!important;
  overflow:auto!important;
  padding:16px 18px 28px!important;
}
body.rd-v74-production .rd-profile-v70 .rd-form-grid{grid-template-columns:1fr!important;gap:14px!important}
body.rd-v74-production .rd-profile-v70 .rd-avatar-row{
  display:grid!important;
  grid-template-columns:72px minmax(0,1fr)!important;
  gap:14px!important;
  align-items:center!important;
  padding:18px!important;
  border:1px solid #dbe5f0!important;
  border-radius:24px!important;
  background:#fbfcfe!important;
  margin-bottom:16px!important;
}
body.rd-v74-production .rd-profile-v70 .rd-upload.small input{display:none!important}
@media(max-width:420px){
  body.rd-v74-production .rd-native-main{padding-left:10px!important;padding-right:10px!important}
  body.rd-v74-production .rd-carta-section .rd-product-grid.rd-product-grid-v59 > article.rd-product.rd-product-v59 .rd-product-img{flex-basis:88px!important;width:88px!important;min-width:88px!important}
  body.rd-v74-production .rd-product-foot{flex-wrap:wrap!important;align-items:center!important}
  body.rd-v74-production .rd-price{width:100%!important}
  body.rd-v74-production .rd-product-foot .rd-stepper{margin-left:auto!important}
}


/* V75 production polish: destacados, cuenta, flyers y Plus */
body.rd-v75-production .rd-highlight-row .rd-mini-product,
body.rd-v74-production .rd-highlight-row .rd-mini-product{
  min-width:280px!important;
  background:#fff!important;
  border:1px solid #dbe5f0!important;
  box-shadow:0 14px 28px rgba(15,23,42,.08)!important;
  grid-template-columns:72px minmax(0,1fr) 48px!important;
  gap:12px!important;
  padding:12px!important;
}
body.rd-v75-production .rd-highlight-row .rd-mini-product img,
body.rd-v74-production .rd-highlight-row .rd-mini-product img{
  width:72px!important;height:72px!important;border-radius:18px!important;object-fit:cover!important;
}
body.rd-v75-production .rd-highlight-row .rd-mini-product div,
body.rd-v74-production .rd-highlight-row .rd-mini-product div{min-width:0!important;}
body.rd-v75-production .rd-highlight-row .rd-mini-product b,
body.rd-v74-production .rd-highlight-row .rd-mini-product b{
  display:-webkit-box!important;
  -webkit-line-clamp:2!important;
  -webkit-box-orient:vertical!important;
  overflow:hidden!important;
  color:#102443!important;
  font-size:15px!important;
  line-height:1.18!important;
  font-weight:900!important;
}
body.rd-v75-production .rd-highlight-row .rd-mini-product span,
body.rd-v74-production .rd-highlight-row .rd-mini-product span{
  display:block!important;
  margin-top:6px!important;
  color:#0b9d57!important;
  font-size:14px!important;
  font-weight:1000!important;
}
body.rd-v75-production .rd-mini-addon-badge,
body.rd-v74-production .rd-mini-addon-badge{
  display:inline-flex!important;align-items:center!important;gap:6px!important;margin-top:8px!important;padding:6px 10px!important;border-radius:999px!important;background:#fff7ed!important;border:1px solid rgba(245,158,11,.32)!important;color:#b45309!important;font-size:11px!important;font-weight:900!important;
}
body.rd-v75-production .rd-mini-addon-badge i,
body.rd-v74-production .rd-mini-addon-badge i{font-style:normal!important;}
body.rd-v75-production .rd-highlight-row .rd-mini-product button,
body.rd-v74-production .rd-highlight-row .rd-mini-product button{
  width:48px!important;height:48px!important;border-radius:18px!important;border:0!important;background:linear-gradient(135deg,#ff7a00,#ff4d00)!important;color:#fff!important;box-shadow:0 12px 24px rgba(255,106,0,.20)!important;font-size:22px!important;font-weight:1000!important;
}
body.rd-v75-production .rd-plus-card-v75,
body.rd-v74-production .rd-plus-card-v75{
  margin-top:14px!important;display:flex!important;align-items:center!important;justify-content:space-between!important;gap:14px!important;padding:18px!important;border-radius:26px!important;background:linear-gradient(135deg,#111827 0%,#1f2f61 58%,#ff5a00 100%)!important;color:#fff!important;box-shadow:0 22px 46px rgba(17,24,39,.18)!important;
}
body.rd-v75-production .rd-plus-card-v75 .rd-plus-copy,
body.rd-v74-production .rd-plus-card-v75 .rd-plus-copy{display:grid!important;gap:6px!important;min-width:0!important;}
body.rd-v75-production .rd-plus-card-v75 small,
body.rd-v74-production .rd-plus-card-v75 small{color:rgba(255,255,255,.72)!important;font-weight:800!important;text-transform:uppercase!important;letter-spacing:.04em!important;}
body.rd-v75-production .rd-plus-card-v75 b,
body.rd-v74-production .rd-plus-card-v75 b{font-size:20px!important;line-height:1.05!important;color:#fff!important;}
body.rd-v75-production .rd-plus-card-v75 span,
body.rd-v74-production .rd-plus-card-v75 span{color:rgba(255,255,255,.84)!important;font-weight:700!important;line-height:1.35!important;}
body.rd-v75-production .rd-home-banners-v75,
body.rd-v74-production .rd-home-banners-v75{display:grid!important;gap:12px!important;margin-top:14px!important;}
body.rd-v75-production .rd-home-banner-v75,
body.rd-v74-production .rd-home-banner-v75{display:flex!important;align-items:center!important;justify-content:space-between!important;gap:14px!important;padding:16px 18px!important;border-radius:24px!important;background:#fff!important;border:1px solid #e5edf6!important;box-shadow:0 14px 28px rgba(15,23,42,.06)!important;}
body.rd-v75-production .rd-home-banner-copy,
body.rd-v74-production .rd-home-banner-copy{display:grid!important;gap:4px!important;min-width:0!important;}
body.rd-v75-production .rd-home-banner-copy small,
body.rd-v74-production .rd-home-banner-copy small{color:#ff5a00!important;font-weight:900!important;text-transform:uppercase!important;letter-spacing:.04em!important;}
body.rd-v75-production .rd-home-banner-copy b,
body.rd-v74-production .rd-home-banner-copy b{color:#102443!important;font-size:16px!important;line-height:1.2!important;}
body.rd-v75-production .rd-flyer-backdrop-v75,
body.rd-v74-production .rd-flyer-backdrop-v75{z-index:140!important;background:rgba(8,12,22,.62)!important;backdrop-filter:blur(14px)!important;-webkit-backdrop-filter:blur(14px)!important;}
body.rd-v75-production .rd-flyer-card-v75,
body.rd-v74-production .rd-flyer-card-v75{position:relative!important;width:min(420px,calc(100vw - 26px))!important;max-height:calc(100dvh - 26px)!important;overflow:auto!important;border-radius:34px!important;background:#0b0f1a!important;color:#fff!important;box-shadow:0 30px 80px rgba(0,0,0,.38)!important;}
body.rd-v75-production .rd-flyer-media,
body.rd-v74-production .rd-flyer-media{min-height:290px!important;background-size:cover!important;background-position:center!important;padding:22px!important;display:flex!important;align-items:flex-start!important;}
body.rd-v75-production .rd-flyer-badge,
body.rd-v74-production .rd-flyer-badge{display:inline-flex!important;padding:8px 14px!important;border-radius:999px!important;background:rgba(255,255,255,.16)!important;color:#fff!important;font-weight:900!important;backdrop-filter:blur(10px)!important;}
body.rd-v75-production .rd-flyer-body,
body.rd-v74-production .rd-flyer-body{padding:22px 20px 24px!important;display:grid!important;gap:12px!important;}
body.rd-v75-production .rd-flyer-body small,
body.rd-v74-production .rd-flyer-body small{color:#fbbf24!important;font-weight:900!important;text-transform:uppercase!important;letter-spacing:.05em!important;}
body.rd-v75-production .rd-flyer-body h2,
body.rd-v74-production .rd-flyer-body h2{margin:0!important;font-size:34px!important;line-height:1.02!important;color:#fff!important;}
body.rd-v75-production .rd-flyer-body p,
body.rd-v74-production .rd-flyer-body p{margin:0!important;color:rgba(255,255,255,.82)!important;font-size:16px!important;line-height:1.45!important;}
body.rd-v75-production .rd-flyer-close,
body.rd-v74-production .rd-flyer-close{position:absolute!important;top:16px!important;right:16px!important;width:46px!important;height:46px!important;border-radius:50%!important;border:0!important;background:rgba(255,255,255,.12)!important;color:#fff!important;font-size:30px!important;line-height:1!important;z-index:2!important;backdrop-filter:blur(10px)!important;}
body.rd-v75-production .rd-profile-summary-v75,
body.rd-v74-production .rd-profile-summary-v75{display:grid!important;grid-template-columns:64px minmax(0,1fr) auto!important;align-items:center!important;gap:14px!important;padding:16px 18px 12px!important;border-bottom:1px solid #edf2f7!important;background:linear-gradient(180deg,#fff,#fbfcff)!important;}
body.rd-v75-production .rd-profile-summary-avatar,
body.rd-v74-production .rd-profile-summary-avatar{width:64px!important;height:64px!important;display:grid!important;place-items:center!important;}
body.rd-v75-production .rd-profile-summary-avatar img,
body.rd-v74-production .rd-profile-summary-avatar img,
body.rd-v75-production .rd-profile-summary-avatar .rd-avatar-fallback,
body.rd-v74-production .rd-profile-summary-avatar .rd-avatar-fallback{width:64px!important;height:64px!important;border-radius:22px!important;object-fit:cover!important;}
body.rd-v75-production .rd-profile-summary-copy,
body.rd-v74-production .rd-profile-summary-copy{display:grid!important;gap:4px!important;min-width:0!important;}
body.rd-v75-production .rd-profile-summary-copy b,
body.rd-v74-production .rd-profile-summary-copy b{color:#102443!important;font-size:18px!important;line-height:1.08!important;overflow:hidden!important;text-overflow:ellipsis!important;white-space:nowrap!important;}
body.rd-v75-production .rd-profile-summary-copy small,
body.rd-v74-production .rd-profile-summary-copy small{color:#667085!important;font-weight:800!important;overflow:hidden!important;text-overflow:ellipsis!important;white-space:nowrap!important;}
body.rd-v75-production .rd-profile-summary-copy span,
body.rd-v74-production .rd-profile-summary-copy span{color:#ff5a00!important;font-weight:900!important;font-size:13px!important;}
body.rd-v75-production .rd-profile-tabs,
body.rd-v74-production .rd-profile-tabs{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:10px!important;padding:14px 16px!important;white-space:normal!important;overflow:visible!important;top:148px!important;}
body.rd-v75-production .rd-profile-tabs button,
body.rd-v74-production .rd-profile-tabs button{min-width:0!important;width:100%!important;padding:13px 10px!important;border-radius:18px!important;text-align:center!important;font-size:14px!important;line-height:1.15!important;}
body.rd-v75-production .rd-profile-sheet > div:not(.rd-modal-head):not(.rd-profile-summary-v75):not(.rd-profile-tabs),
body.rd-v74-production .rd-profile-sheet > div:not(.rd-modal-head):not(.rd-profile-summary-v75):not(.rd-profile-tabs){flex:1 1 auto!important;overflow:auto!important;padding:18px!important;}
@media (min-width:560px){
  body.rd-v75-production .rd-profile-tabs,
  body.rd-v74-production .rd-profile-tabs{grid-template-columns:repeat(4,minmax(0,1fr))!important;top:146px!important;}
}
@media (max-width:520px){
  body.rd-v75-production .rd-plus-card-v75,
  body.rd-v74-production .rd-plus-card-v75,
  body.rd-v75-production .rd-home-banner-v75,
  body.rd-v74-production .rd-home-banner-v75{flex-direction:column!important;align-items:flex-start!important;}
  body.rd-v75-production .rd-flyer-body h2,
  body.rd-v74-production .rd-flyer-body h2{font-size:28px!important;}
  body.rd-v75-production .rd-profile-summary-v75,
  body.rd-v74-production .rd-profile-summary-v75{grid-template-columns:58px minmax(0,1fr)!important;}
  body.rd-v75-production .rd-profile-summary-v75 .rd-btn,
  body.rd-v74-production .rd-profile-summary-v75 .rd-btn{grid-column:1 / -1!important;width:100%!important;}
}

/* V76 */
body.rd-v76-production .rd-admin-shell{grid-template-columns:264px minmax(0,1fr)!important;background:#f3f6fb!important;color:#142033!important}
body.rd-v76-production .rd-admin-nav{background:#111827!important;color:#eef2ff!important;border-right:0!important;box-shadow:8px 0 30px rgba(15,23,42,.08)!important}
body.rd-v76-production .rd-admin-nav button{color:#cbd5e1!important;border-radius:12px!important;padding:12px 14px!important}
body.rd-v76-production .rd-admin-nav button.active,body.rd-v76-production .rd-admin-nav button:hover{background:#fff!important;color:#111827!important}
body.rd-v76-production .rd-admin-main{padding:24px 28px!important;max-width:none!important}
body.rd-v76-production .rd-admin-topbar-v76{position:sticky;top:0;z-index:20;background:rgba(243,246,251,.92)!important;backdrop-filter:blur(14px);padding:10px 0 18px!important;margin-bottom:12px!important}
body.rd-v76-production .rd-admin-topbar h1{font-size:30px!important;color:#101828!important;letter-spacing:0!important}
body.rd-v76-production .rd-admin-topbar p{color:#667085!important}
body.rd-v76-production .rd-topbar-tools-v76{display:flex;align-items:center;gap:10px;min-width:min(560px,50vw)}
body.rd-v76-production .rd-topbar-tools-v76 .rd-input{min-height:44px;border-radius:12px;background:#fff;color:#101828}
body.rd-v76-production .rd-kpis-v76{grid-template-columns:repeat(8,minmax(0,1fr))!important;margin:0 0 18px!important}
body.rd-v76-production .rd-kpis-v76 .rd-kpi{background:#fff!important;border:1px solid #e5edf6!important;border-radius:14px!important;padding:14px!important;box-shadow:0 8px 20px rgba(15,23,42,.04)!important}
body.rd-v76-production .rd-kpi span{font-size:12px!important;color:#667085!important}
body.rd-v76-production .rd-kpi b{font-size:22px!important;color:#101828!important}
body.rd-v76-production .rd-panel{background:#fff!important;color:#101828!important;border:1px solid #e5edf6!important;border-radius:16px!important;box-shadow:0 12px 28px rgba(15,23,42,.05)!important}
body.rd-v76-production .rd-filterbar{grid-template-columns:170px minmax(240px,1fr) 220px 160px 160px!important}
body.rd-v76-production .rd-input,body.rd-v76-production .rd-select,body.rd-v76-production .rd-textarea{border-radius:12px!important;background:#fff!important;color:#101828!important;border-color:#d8e2ee!important;min-height:46px!important}
body.rd-v76-production .rd-kanban-v76{display:grid;grid-template-columns:repeat(9,minmax(150px,1fr));gap:10px;overflow:auto;padding:4px 0 16px;margin-bottom:12px}
body.rd-v76-production .rd-kanban-v76 section{background:#f8fafc;border:1px solid #e5edf6;border-radius:14px;padding:10px;min-height:120px}
body.rd-v76-production .rd-kanban-v76 header{display:flex;justify-content:space-between;gap:8px;color:#344054;font-size:12px;margin-bottom:8px}
body.rd-v76-production .rd-kanban-v76 header span{background:#eaf1fb;border-radius:999px;padding:2px 8px;font-weight:900}
body.rd-v76-production .rd-kanban-v76 article{background:#fff;border:1px solid #edf2f7;border-radius:10px;padding:8px;margin-top:6px;display:grid;gap:2px}
body.rd-v76-production .rd-kanban-v76 article b{font-size:12px;color:#101828}
body.rd-v76-production .rd-kanban-v76 article small{font-size:11px;color:#667085}
body.rd-v76-production .rd-orders-grid{grid-template-columns:repeat(3,minmax(0,1fr))!important}
body.rd-v76-production .rd-order-card{border-radius:14px!important;background:#fff!important;border-color:#e5edf6!important;color:#101828!important}
body.rd-v76-production .rd-order-head span{background:#eef6ff!important;color:#175cd3!important;border-radius:999px!important}
body.rd-v76-production .rd-actions-wrap .rd-btn{border-radius:10px!important;min-height:38px!important}
body.rd-v76-production .rd-merchant-studio .rd-merchant-editor{display:grid;grid-template-columns:360px minmax(0,1fr);gap:18px}
body.rd-v76-production .rd-marketing-admin .rd-admin-two{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}
body.rd-v76-production .rd-product-config-sheet{background:#fff!important;color:#101828!important;border-radius:26px 26px 0 0!important;padding:0 0 96px!important;max-height:94dvh!important;overflow:auto!important}
body.rd-v76-production .rd-product-config-sheet .rd-modal-head{position:sticky;top:0;z-index:3;background:#fff;padding:16px 18px;border-bottom:1px solid #edf2f7}
body.rd-v76-production .rd-config-hero{display:grid;grid-template-columns:112px minmax(0,1fr);gap:14px;padding:16px 18px;background:#fff}
body.rd-v76-production .rd-config-hero img{width:112px;height:112px;border-radius:18px;object-fit:cover;background:#eef4fb}
body.rd-v76-production .rd-config-hero b{display:block;color:#079455;font-size:22px}
body.rd-v76-production .rd-config-hero span{display:block;color:#667085;line-height:1.35;max-height:none!important}
body.rd-v76-production .rd-config-group{padding:14px 18px;border-top:1px solid #edf2f7;background:#fff}
body.rd-v76-production .rd-config-option{background:#fff!important;color:#101828!important;border:1px solid #d8e2ee!important;border-radius:16px!important;min-height:58px!important}
body.rd-v76-production .rd-config-option.active{border-color:#12b76a!important;background:#ecfdf3!important}
body.rd-v76-production .rd-config-footer{position:sticky!important;bottom:0!important;background:#fff!important;border-top:1px solid #edf2f7!important;padding:14px 18px calc(14px + env(safe-area-inset-bottom))!important;display:grid!important;grid-template-columns:132px minmax(0,1fr)!important;gap:12px!important}
body.rd-v76-production .rd-config-footer .rd-btn{min-width:0!important;width:100%!important;border-radius:16px!important;white-space:normal!important}
body.rd-v76-production .rd-profile-v70{background:#f8fafc!important}
body.rd-v76-production .rd-profile-tabs button{background:#fff!important;color:#344054!important;border:1px solid #e5edf6!important}
body.rd-v76-production .rd-profile-tabs button.active{background:#111827!important;color:#fff!important}
body.rd-v76-production .rd-rider-hero-v76{display:flex;justify-content:space-between;align-items:center;gap:16px;background:#fff;border:1px solid #e5edf6;border-radius:20px;padding:18px;margin-bottom:16px;box-shadow:0 12px 28px rgba(15,23,42,.05)}
body.rd-v76-production .rd-rider-hero-v76 div{display:grid;gap:5px}
body.rd-v76-production .rd-rider-hero-v76 small{color:#667085;font-weight:900}
body.rd-v76-production .rd-rider-hero-v76 b{font-size:24px;color:#101828}
body.rd-v76-production .rd-rider-hero-v76 span{color:#667085;font-weight:800}
@media(max-width:1180px){body.rd-v76-production .rd-kpis-v76{grid-template-columns:repeat(4,1fr)!important}body.rd-v76-production .rd-orders-grid{grid-template-columns:repeat(2,1fr)!important}}
@media(max-width:760px){body.rd-v76-production .rd-admin-shell{display:block!important;background:#f3f6fb!important}body.rd-v76-production .rd-admin-nav{position:fixed!important;left:0!important;right:0!important;bottom:0!important;top:auto!important;transform:none!important;width:100%!important;height:auto!important;display:flex!important;overflow:auto!important;border-radius:18px 18px 0 0!important;z-index:80!important;padding:8px!important}body.rd-v76-production .rd-admin-main{padding:14px 12px 96px!important}body.rd-v76-production .rd-admin-topbar-v76{position:relative!important;display:grid!important;gap:12px!important}body.rd-v76-production .rd-topbar-tools-v76{min-width:0;width:100%;display:grid;grid-template-columns:1fr auto}body.rd-v76-production .rd-kpis-v76{grid-template-columns:repeat(2,1fr)!important}body.rd-v76-production .rd-filterbar{grid-template-columns:1fr!important}body.rd-v76-production .rd-orders-grid{grid-template-columns:1fr!important}body.rd-v76-production .rd-merchant-studio .rd-merchant-editor{grid-template-columns:1fr!important}body.rd-v76-production .rd-marketing-admin .rd-admin-two{grid-template-columns:1fr!important}body.rd-v76-production .rd-rider-hero-v76{display:grid!important}body.rd-v76-production .rd-rider-hero-v76 .rd-btn{width:100%;min-height:56px}.rd-rider-mode .rd-admin-nav{display:none!important}.rd-rider-mode .rd-admin-main{padding:12px 12px 24px!important}.rd-rider-mode .rd-panel{border-radius:22px!important}.rd-rider-mode .rd-actions-wrap .rd-btn{width:100%;min-height:56px;font-size:16px}.rd-rider-mode .rd-order-card{border-radius:22px!important}.rd-rider-mode .rd-order-head b{font-size:24px!important}}
