html.ora-lock { overflow: hidden !important; }
body.orlandito-store-page { margin: 0 !important; padding: 0 !important; background: #f8f6f2 !important; overflow-x: hidden; }
body.orlandito-store-page > :not(#orlandito-app):not(script):not(link):not(style) { max-width: none; }

#orlandito-app,
#orlandito-app * { box-sizing: border-box; }
#orlandito-app { --ora-ink:#14110f; --ora-muted:#6f6862; --ora-line:#e8e1da; --ora-soft:#f8f6f2; --ora-card:#fff; --ora-deep:#100e0d; width:100%; min-height:100vh; color:var(--ora-ink); background:var(--ora-soft); font-family:Manrope,Inter,"Segoe UI",Arial,sans-serif; font-size:15px; line-height:1.55; -webkit-font-smoothing:antialiased; text-rendering:optimizeLegibility; isolation:isolate; }
#orlandito-app button,
#orlandito-app input,
#orlandito-app select,
#orlandito-app textarea { margin:0; border-radius:0; font:inherit; letter-spacing:normal; text-transform:none; box-shadow:none; outline:none; appearance:none; -webkit-appearance:none; }
#orlandito-app button { min-width:0; min-height:0; padding:0; border:0; background:none; color:inherit; cursor:pointer; }
#orlandito-app button:disabled { cursor:not-allowed; opacity:.5; }
#orlandito-app img { display:block; max-width:100%; border:0; }
#orlandito-app a { color:inherit; text-decoration:none; }
#orlandito-app h1,#orlandito-app h2,#orlandito-app h3,#orlandito-app p { margin:0; padding:0; }
#orlandito-app svg { display:block; flex:none; }
#orlandito-app ::selection { color:#fff; background:var(--ora-primary); }
#orlandito-app :focus-visible { outline:3px solid color-mix(in srgb,var(--ora-accent) 70%,white); outline-offset:3px; }
.ora-shell { width:min(100% - 40px,1260px); margin:0 auto; }
.ora-skip { position:fixed; left:20px; top:-80px; z-index:10001; padding:12px 18px; border-radius:10px; color:#fff !important; background:#111; font-weight:800; transition:top .2s; }
.ora-skip:focus { top:16px; }
.ora-boot { display:grid; place-items:center; min-height:100vh; gap:14px; color:#6d6560; }
.ora-boot__mark { display:grid; place-items:center; width:66px; height:66px; border-radius:50%; color:#fff; background:var(--ora-primary); font-family:'Playfair Display',serif; font-size:22px; box-shadow:0 12px 32px rgba(176,16,34,.24); }
.ora-noscript { max-width:600px; margin:50px auto; padding:20px; border:1px solid #f1c76e; border-radius:12px; background:#fff8df; text-align:center; }
.ora-load-error { display:flex; flex-direction:column; align-items:center; justify-content:center; min-height:100vh; padding:30px; color:#5b5049; background:#f8f6f2; text-align:center; }
.ora-load-error strong { color:#171310; font-size:20px; }
.ora-load-error span { margin-top:6px; font-size:12px; }
.ora-load-error button { height:43px !important; margin-top:18px !important; padding:0 18px !important; border-radius:10px !important; color:#fff !important; background:var(--ora-primary) !important; font-size:11px !important; font-weight:800 !important; }
.ora-app-skeleton { min-height:100vh; overflow:hidden; background:#f8f6f2; }
.ora-app-skeleton * { box-sizing:border-box; }
.ora-skeleton-label { position:absolute; z-index:3; top:50%; left:50%; display:flex; flex-direction:column; align-items:center; gap:4px; padding:15px 19px; border:1px solid rgba(255,255,255,.22); border-radius:15px; color:#fff; background:rgba(20,15,12,.72); box-shadow:0 18px 50px rgba(12,8,6,.2); text-align:center; transform:translate(-50%,-50%); backdrop-filter:blur(12px); }
.ora-skeleton-label span { display:grid; place-items:center; width:50px; height:50px; margin-bottom:6px; border-radius:50%; color:#17110b; background:var(--ora-accent); font-family:Georgia,serif; font-weight:800; }
.ora-skeleton-label strong { font-size:12px; }
.ora-skeleton-label small { color:rgba(255,255,255,.68); font-size:8px; }
.ora-skeleton-top { height:34px; background:#151210; }
.ora-skeleton-header { display:flex; align-items:center; gap:24px; height:78px; padding:0 max(20px,calc((100vw - 1260px)/2)); border-bottom:1px solid #ebe5df; background:#fff; }
.ora-skeleton-header span { width:210px; height:50px; margin-right:auto; border-radius:12px; background:linear-gradient(90deg,#eee8e3 20%,#f7f3f0 48%,#eee8e3 76%); background-size:240% 100%; animation:ora-shimmer 1.25s linear infinite; }
.ora-skeleton-header i { width:70px; height:12px; border-radius:7px; background:#ece6e1; }
.ora-skeleton-header i:last-child { width:110px; height:42px; border-radius:11px; background:#b01022; opacity:.82; }
.ora-skeleton-hero { position:relative; display:flex; align-items:center; min-height:590px; padding:70px max(20px,calc((100vw - 1260px)/2)); background:linear-gradient(90deg,rgba(11,7,5,.96),rgba(11,7,5,.46)),url('../images/hero-spread.webp') center/cover; }
.ora-skeleton-hero > div { width:min(600px,80vw); }
.ora-skeleton-hero small,.ora-skeleton-hero strong,.ora-skeleton-hero p,.ora-skeleton-hero button { display:block; border:0; background:rgba(255,255,255,.15); animation:ora-skeleton-pulse 1.2s ease-in-out infinite alternate; }
.ora-skeleton-hero small { width:220px; height:11px; border-radius:6px; background:rgba(244,185,43,.6); }
.ora-skeleton-hero strong { width:100%; height:56px; margin-top:17px; border-radius:10px; }
.ora-skeleton-hero strong + strong { width:72%; margin-top:8px; }
.ora-skeleton-hero p { width:78%; height:16px; margin-top:25px; border-radius:8px; }
.ora-skeleton-hero button { width:155px; height:49px; margin-top:30px; border-radius:12px; background:rgba(244,185,43,.75); }
.ora-skeleton-menu { display:grid; grid-template-columns:repeat(4,1fr); gap:20px; width:min(100% - 40px,1260px); margin:-34px auto 0; padding:18px; border-radius:17px; background:#fff; box-shadow:0 18px 50px rgba(33,23,17,.13); }
.ora-skeleton-menu span { height:52px; border-radius:11px; background:linear-gradient(90deg,#eee8e3 20%,#f8f5f2 48%,#eee8e3 76%); background-size:240% 100%; animation:ora-shimmer 1.25s linear infinite; }
@keyframes ora-shimmer { to { background-position:-240% 0; } }
@keyframes ora-skeleton-pulse { to { opacity:.56; } }
.ora-eyebrow { display:block; color:var(--ora-primary); font-size:11px; line-height:1.2; font-weight:800; letter-spacing:.14em; text-transform:uppercase; }
.ora-eyebrow--light { color:var(--ora-accent); }
.ora-eyebrow--gold { color:var(--ora-accent); }
.ora-icon-button { display:grid !important; place-items:center !important; width:42px !important; height:42px !important; padding:0 !important; border:1px solid var(--ora-line) !important; border-radius:50% !important; background:#fff !important; transition:transform .18s,border-color .18s,background .18s !important; }
.ora-icon-button:hover { border-color:#cabeb5 !important; background:#faf8f6 !important; transform:rotate(3deg); }
.ora-button { display:inline-flex !important; align-items:center !important; justify-content:center !important; gap:10px !important; min-height:50px !important; padding:0 22px !important; border:1px solid transparent !important; border-radius:12px !important; font-size:14px !important; font-weight:800 !important; line-height:1 !important; transition:transform .18s,box-shadow .18s,background .18s !important; }
.ora-button:hover { transform:translateY(-2px); }
.ora-button--gold { color:#16110a !important; background:var(--ora-accent) !important; box-shadow:0 10px 28px color-mix(in srgb,var(--ora-accent) 24%,transparent) !important; }
.ora-button--primary { color:#fff !important; background:var(--ora-primary) !important; box-shadow:0 10px 28px color-mix(in srgb,var(--ora-primary) 22%,transparent) !important; }
.ora-button--glass { color:#fff !important; border-color:rgba(255,255,255,.3) !important; background:rgba(255,255,255,.09) !important; backdrop-filter:blur(10px); }
.ora-button--whatsapp { color:#fff !important; background:#168c51 !important; }

.ora-announcement { position:relative; z-index:42; min-height:34px; color:#fff; background:#151210; font-size:11px; font-weight:700; }
.ora-announcement .ora-shell { display:flex; align-items:center; justify-content:space-between; min-height:34px; }
.ora-announcement span { display:flex; align-items:center; gap:8px; }
.ora-announcement i { width:6px; height:6px; border-radius:50%; background:#4bd36a; box-shadow:0 0 0 4px rgba(75,211,106,.09); }
.ora-header { position:sticky; z-index:40; top:0; border-bottom:1px solid rgba(25,20,18,.08); background:rgba(255,255,255,.94); box-shadow:0 7px 30px rgba(28,20,16,.05); backdrop-filter:blur(16px); }
.ora-header__inner { display:flex; align-items:center; justify-content:space-between; min-height:78px; gap:28px; }
.ora-brand { display:inline-flex; align-items:center; gap:11px; min-width:210px; }
.ora-brand > img,.ora-brand__fallback { width:54px; height:54px; object-fit:contain; border-radius:50%; }
.ora-brand__fallback { display:grid; place-items:center; color:#fff; background:var(--ora-primary); font-family:'Playfair Display',serif; font-weight:800; }
.ora-brand > span:last-child { display:flex; flex-direction:column; line-height:1.1; }
.ora-brand strong { font-family:'Playfair Display',Georgia,serif; font-size:22px; }
.ora-brand small { margin-top:4px; color:#8d8178; font-size:8px; font-weight:800; letter-spacing:.17em; text-transform:uppercase; }
.ora-nav { display:flex; align-items:center; justify-content:center; gap:30px; margin-left:auto; }
.ora-nav a { position:relative; padding:28px 0 26px; font-size:13px; font-weight:700; }
.ora-nav a::after { position:absolute; right:50%; bottom:20px; left:50%; height:2px; content:''; background:var(--ora-primary); transition:left .18s,right .18s; }
.ora-nav a:hover::after { right:0; left:0; }
.ora-header__actions { display:flex; align-items:center; gap:10px; }
.ora-phone { display:flex; align-items:center; gap:8px; font-size:12px; font-weight:800; }
.ora-phone svg { color:var(--ora-primary); }
.ora-cart-trigger { position:relative; display:flex !important; align-items:center !important; gap:8px !important; height:44px !important; padding:0 17px !important; border-radius:11px !important; color:#fff !important; background:var(--ora-primary) !important; font-size:12px !important; font-weight:800 !important; }
.ora-cart-trigger b { position:absolute; top:-7px; right:-7px; display:grid; place-items:center; min-width:22px; height:22px; padding:0 5px; border:2px solid #fff; border-radius:50%; color:#16110a; background:var(--ora-accent); font-size:10px; }
.ora-menu-trigger { display:none !important; place-items:center !important; width:42px !important; height:42px !important; border:1px solid var(--ora-line) !important; border-radius:11px !important; }

.ora-hero { position:relative; display:flex; min-height:600px; overflow:hidden; color:#fff; background:#171210; }
.ora-hero__media,.ora-hero__shade { position:absolute; inset:0; }
.ora-hero__media { background-position:center; background-size:cover; transform:scale(1.01); }
.ora-hero__shade { background:linear-gradient(90deg,rgba(12,8,6,.97) 0%,rgba(12,8,6,.89) 36%,rgba(12,8,6,.28) 68%,rgba(12,8,6,.08) 100%),linear-gradient(0deg,rgba(8,4,2,.35),transparent 45%); }
.ora-hero__content { position:relative; z-index:2; display:flex; flex-direction:column; justify-content:center; align-items:flex-start; padding:82px 0 94px; }
.ora-hero h1 { max-width:680px; margin-top:17px !important; font-family:'Playfair Display',Georgia,serif; font-size:clamp(45px,5.3vw,76px); line-height:1.02; letter-spacing:-.035em; text-wrap:balance; }
.ora-hero p { max-width:590px; margin-top:22px !important; color:rgba(255,255,255,.76); font-size:17px; line-height:1.7; }
.ora-hero__buttons { display:flex; gap:12px; margin-top:30px; }
.ora-hero__trust { display:flex; align-items:center; gap:0; margin-top:46px; color:rgba(255,255,255,.86); }
.ora-hero__trust span { display:flex; align-items:center; gap:10px; padding:0 24px; border-right:1px solid rgba(255,255,255,.18); font-size:11px; }
.ora-hero__trust span:first-child { padding-left:0; }
.ora-hero__trust span:last-child { border:0; }
.ora-hero__trust svg { color:var(--ora-accent); }

.ora-fulfillment { position:relative; z-index:5; margin-top:-42px; }
.ora-fulfillment__inner { display:flex; align-items:center; justify-content:space-between; min-height:84px; padding:12px 18px; border:1px solid rgba(36,24,17,.08); border-radius:17px; background:#fff; box-shadow:0 18px 50px rgba(33,23,17,.13); }
.ora-fulfillment__mode { display:flex; gap:7px; }
.ora-fulfillment__mode button { display:flex !important; align-items:center !important; gap:10px !important; min-width:180px !important; height:58px !important; padding:0 17px !important; border:1px solid transparent !important; border-radius:12px !important; text-align:left !important; transition:background .18s,border .18s !important; }
.ora-fulfillment__mode button.is-active { border-color:#eadfda !important; background:#f8f4f2 !important; color:var(--ora-primary) !important; }
.ora-fulfillment__mode button > span,.ora-fulfillment__status span { display:flex; flex-direction:column; }
.ora-fulfillment__mode b,.ora-fulfillment__status b { color:var(--ora-ink); font-size:12px; }
.ora-fulfillment__mode small,.ora-fulfillment__status small { color:#8b8179; font-size:10px; }
.ora-fulfillment__status { display:flex; align-items:center; gap:13px; min-width:230px; padding-left:24px; border-left:1px solid var(--ora-line); }
.ora-fulfillment__status > svg { color:var(--ora-primary); }
.ora-paused { margin-top:62px; }
.ora-paused .ora-shell { display:flex; align-items:center; gap:12px; min-height:58px; padding:12px 16px; border:1px solid #edcc88; border-radius:13px; color:#6c4d18; background:#fff6df; }
.ora-paused span { display:flex; flex-direction:column; }
.ora-paused b { font-size:11px; }
.ora-paused small { font-size:9px; }

.ora-menu { padding:96px 0 108px; }
.ora-menu__top { display:flex; align-items:flex-end; justify-content:space-between; gap:30px; }
.ora-menu__top h2,.ora-values h2 { margin-top:8px !important; font-family:'Playfair Display',Georgia,serif; font-size:clamp(34px,4vw,48px); line-height:1.12; letter-spacing:-.025em; }
.ora-menu__top p { margin-top:8px !important; color:var(--ora-muted); }
.ora-search { display:flex; align-items:center; width:min(100%,310px); height:46px; padding:0 15px; border:1px solid var(--ora-line); border-radius:12px; background:#fff; box-shadow:0 5px 18px rgba(31,20,14,.035); }
.ora-search svg { color:#998f88; }
.ora-search input { width:100% !important; height:44px !important; padding:0 0 0 10px !important; border:0 !important; background:transparent !important; color:var(--ora-ink) !important; font-size:12px !important; }
.ora-categories { display:flex; gap:9px; margin:32px 0 30px; padding-bottom:3px; overflow:auto; scrollbar-width:none; }
.ora-categories::-webkit-scrollbar { display:none; }
.ora-categories button { display:inline-flex !important; align-items:center !important; gap:8px !important; height:42px !important; padding:0 18px !important; border:1px solid var(--ora-line) !important; border-radius:999px !important; background:#fff !important; font-size:11px !important; font-weight:800 !important; white-space:nowrap; transition:.18s !important; }
.ora-categories button:hover { border-color:#cdbfb5 !important; transform:translateY(-1px); }
.ora-categories button.is-active { color:#fff !important; border-color:var(--ora-ink) !important; background:var(--ora-ink) !important; box-shadow:0 8px 22px rgba(20,17,15,.18) !important; }
.ora-products { display:grid; grid-template-columns:repeat(4,minmax(0,1fr)); gap:22px; }
.ora-product { overflow:hidden; border:1px solid var(--ora-line); border-radius:17px; background:var(--ora-card); box-shadow:0 6px 22px rgba(35,24,17,.045); transition:transform .22s,box-shadow .22s,border-color .22s; }
.ora-product:hover { border-color:#d9cdc5; box-shadow:0 18px 45px rgba(35,24,17,.11); transform:translateY(-5px); }
.ora-product__image { position:relative; display:block !important; width:100% !important; height:230px !important; overflow:hidden; background:#e8e0db !important; }
.ora-product__image img { width:100%; height:100%; object-fit:cover; transition:transform .4s; }
.ora-product:hover .ora-product__image img { transform:scale(1.045); }
.ora-product__badge,.ora-product__soldout { position:absolute; top:13px; left:13px; padding:6px 9px; border-radius:6px; color:#15100b; background:var(--ora-accent); font-size:8px; font-weight:800; letter-spacing:.07em; text-transform:uppercase; box-shadow:0 4px 12px rgba(0,0,0,.12); }
.ora-product__soldout { color:#fff; background:#4d4946; }
.ora-product__body { padding:17px 18px 18px; }
.ora-product__body > small { color:var(--ora-primary); font-size:8px; font-weight:800; letter-spacing:.12em; text-transform:uppercase; }
.ora-product__body h3 { margin-top:5px !important; font-family:'Playfair Display',Georgia,serif; font-size:21px; line-height:1.2; }
.ora-product__body p { height:40px; margin-top:6px !important; overflow:hidden; color:var(--ora-muted); font-size:11px; line-height:1.65; }
.ora-product__body footer { display:flex; align-items:flex-end; justify-content:space-between; margin-top:15px; }
.ora-price { display:flex; flex-direction:column; }
.ora-price del { color:#978e88; font-size:10px; }
.ora-price strong { font-size:18px; }
.ora-product__body footer button { display:grid !important; place-items:center !important; width:38px !important; height:38px !important; border-radius:10px !important; color:#fff !important; background:var(--ora-primary) !important; transition:transform .18s !important; }
.ora-product__body footer button:hover { transform:scale(1.08); }
.ora-product.is-unavailable { opacity:.65; }
.ora-empty-results { display:grid; justify-items:center; padding:70px 20px; border:1px dashed #d7cbc3; border-radius:18px; color:var(--ora-muted); background:#fff; text-align:center; }
.ora-empty-results h3 { margin-top:13px !important; color:var(--ora-ink); font-size:20px; }
.ora-empty-results button { margin-top:16px !important; color:var(--ora-primary) !important; font-weight:800 !important; }

/* Espacio de trabajo del menú: navegación tipo app y catálogo independiente. */
.ora-menu__workspace { display:grid; grid-template-columns:235px minmax(0,1fr); gap:26px; align-items:start; }
.ora-menu__sidebar { position:sticky; top:104px; overflow:hidden; border-radius:18px; color:#fff; background:#171411; box-shadow:0 16px 45px rgba(28,19,14,.13); }
.ora-menu__sidebar-title { padding:25px 22px 20px; border-bottom:1px solid rgba(255,255,255,.1); }
.ora-menu__sidebar-title .ora-eyebrow { color:var(--ora-accent); }
.ora-menu__sidebar-title h2 { margin-top:7px !important; color:#fff; font-family:'Playfair Display',Georgia,serif; font-size:23px; line-height:1.15; }
.ora-menu__sidebar .ora-categories { display:flex; flex-direction:column; gap:5px; margin:0; padding:12px; overflow:visible; }
.ora-menu__sidebar .ora-categories button { display:grid !important; grid-template-columns:31px 1fr 16px !important; align-items:center !important; gap:9px !important; width:100% !important; height:48px !important; padding:0 10px !important; border:0 !important; border-radius:10px !important; color:rgba(255,255,255,.68) !important; background:transparent !important; box-shadow:none !important; font-size:10px !important; text-align:left !important; transform:none; }
.ora-menu__sidebar .ora-categories button > i { display:grid; place-items:center; width:31px; height:31px; border-radius:8px; color:#b6aaa1; background:rgba(255,255,255,.07); }
.ora-menu__sidebar .ora-categories button > span { overflow:hidden; text-overflow:ellipsis; white-space:nowrap; }
.ora-menu__sidebar .ora-categories button > svg { opacity:.45; }
.ora-menu__sidebar .ora-categories button:hover { color:#fff !important; background:rgba(255,255,255,.06) !important; }
.ora-menu__sidebar .ora-categories button.is-active { color:#fff !important; background:var(--ora-primary) !important; box-shadow:0 8px 22px rgba(176,16,34,.24) !important; }
.ora-menu__sidebar .ora-categories button.is-active > i { color:#17110d; background:var(--ora-accent); }
.ora-menu__sidebar .ora-categories button.is-active > svg { opacity:1; }
.ora-menu-help { display:flex; gap:10px; margin:4px 12px 13px; padding:15px 13px; border:1px solid rgba(255,255,255,.11); border-radius:12px; background:rgba(255,255,255,.055); }
.ora-menu-help > i { display:grid; place-items:center; flex:none; width:34px; height:34px; border-radius:9px; color:#19130d; background:var(--ora-accent); }
.ora-menu-help > div { min-width:0; }
.ora-menu-help b { font-size:9px; }
.ora-menu-help p { margin-top:3px !important; color:rgba(255,255,255,.55); font-size:7px; line-height:1.5; }
.ora-menu-help a { display:flex; align-items:center; gap:4px; margin-top:8px; color:var(--ora-accent) !important; font-size:7px; font-weight:800; }
.ora-menu__catalog { min-width:0; padding:27px; border:1px solid var(--ora-line); border-radius:18px; background:#fff; box-shadow:0 8px 32px rgba(35,24,17,.045); }
.ora-menu__catalog .ora-menu__top { align-items:center; padding-bottom:22px; border-bottom:1px solid var(--ora-line); }
.ora-menu__catalog .ora-menu__top h2 { font-size:36px; }
.ora-menu__catalog .ora-products { grid-template-columns:repeat(3,minmax(0,1fr)); gap:15px; margin-top:22px; }
.ora-menu__catalog .ora-product { box-shadow:none; }
.ora-menu__catalog .ora-product__image { height:190px !important; }

.ora-promos { padding:0 0 105px; }
.ora-promos__panel { display:grid; grid-template-columns:.9fr 1.55fr; overflow:hidden; border-radius:22px; color:#fff; background:linear-gradient(135deg,#80101d,var(--ora-primary) 55%,#d0172d); box-shadow:0 22px 60px rgba(123,10,27,.2); }
.ora-promos__copy { padding:46px; }
.ora-promos__copy h2 { max-width:430px; margin-top:9px !important; font-family:'Playfair Display',Georgia,serif; font-size:38px; line-height:1.1; }
.ora-promos__copy p { max-width:400px; margin:13px 0 23px !important; color:rgba(255,255,255,.74); font-size:12px; }
.ora-promos__items { display:grid; grid-template-columns:repeat(3,1fr); min-height:310px; }
.ora-promos__items button { position:relative; overflow:hidden; border-left:1px solid rgba(255,255,255,.14) !important; text-align:left !important; }
.ora-promos__items img { width:100%; height:100%; object-fit:cover; }
.ora-promos__items button::after { position:absolute; inset:30% 0 0; content:''; background:linear-gradient(transparent,rgba(8,4,3,.88)); }
.ora-promos__items button > span { position:absolute; z-index:2; right:18px; bottom:18px; left:18px; display:flex; flex-direction:column; }
.ora-promos__items small { color:var(--ora-accent); font-size:8px; font-weight:800; text-transform:uppercase; }
.ora-promos__items b { margin-top:4px; color:#fff; font-family:'Playfair Display',serif; font-size:19px; }
.ora-promos__items strong { margin-top:5px; color:#fff; font-size:14px; }

.ora-values { padding:100px 0; background:#fff; }
.ora-values__heading { text-align:center; }
.ora-values__grid { display:grid; grid-template-columns:repeat(4,1fr); margin-top:50px; }
.ora-values__grid article { padding:16px 35px; border-right:1px solid var(--ora-line); text-align:center; }
.ora-values__grid article:last-child { border:0; }
.ora-values__grid i { display:grid; place-items:center; width:58px; height:58px; margin:0 auto 17px; border-radius:50%; color:#17120d; background:var(--ora-accent); box-shadow:0 8px 23px rgba(244,185,43,.22); }
.ora-values__grid h3 { font-size:14px; }
.ora-values__grid p { margin-top:7px !important; color:var(--ora-muted); font-size:11px; line-height:1.65; }

.ora-footer { color:rgba(255,255,255,.76); background:#100e0d; }
.ora-footer__grid { display:grid; grid-template-columns:1.5fr .7fr .9fr 1fr; gap:50px; padding-top:65px; padding-bottom:55px; }
.ora-footer .ora-brand { color:#fff; }
.ora-footer .ora-brand small { color:rgba(255,255,255,.5); }
.ora-footer__grid > div > p { margin-top:14px !important; font-size:11px; line-height:1.7; }
.ora-footer h3 { margin-bottom:16px !important; color:#fff; font-size:11px; letter-spacing:.12em; text-transform:uppercase; }
.ora-footer__grid > div > a { display:flex; align-items:center; gap:8px; margin:8px 0; font-size:11px; }
.ora-footer__grid > div > strong { display:block; margin-top:9px; color:var(--ora-accent); font-size:10px; }
.ora-footer__bottom { grid-column:1/-1; padding-top:24px; border-top:1px solid rgba(255,255,255,.1); font-size:10px; text-align:center; }

.ora-floating-cart { position:fixed !important; z-index:35 !important; right:26px !important; bottom:24px !important; display:flex !important; align-items:center !important; gap:16px !important; min-width:275px !important; height:58px !important; padding:0 19px !important; border-radius:15px !important; color:#fff !important; background:var(--ora-primary) !important; box-shadow:0 17px 45px rgba(112,8,24,.34) !important; animation:ora-rise .28s ease both; }
.ora-floating-cart > span { display:grid; grid-template-columns:24px 1fr; align-items:center; margin-right:auto; text-align:left; }
.ora-floating-cart > span b { grid-row:1/3; display:grid; place-items:center; width:24px; height:24px; border-radius:7px; color:#17110b; background:var(--ora-accent); font-size:10px; }
.ora-floating-cart small { padding-left:8px; color:#fff; font-size:11px; font-weight:700; }
.ora-floating-cart > strong { padding-left:14px; border-left:1px solid rgba(255,255,255,.25); font-size:13px; }

.ora-modal-layer { position:fixed; z-index:1000; inset:0; display:grid; place-items:center; width:100%; max-width:100vw; overflow-x:hidden; padding:24px; background:rgba(17,12,9,.64); backdrop-filter:blur(8px); animation:ora-fade .2s ease both; }
.ora-product-modal { position:relative; display:grid; grid-template-columns:minmax(300px,.85fr) minmax(0,1.15fr); width:min(100%,980px); height:min(88dvh,820px); max-height:calc(100dvh - 48px); overflow:hidden; border:1px solid rgba(255,255,255,.7); border-radius:24px; background:#fff; box-shadow:0 30px 100px rgba(10,6,4,.32); animation:ora-pop .25s ease both; }
.ora-modal-close { position:absolute; z-index:4; top:16px; right:16px; }
.ora-product-modal__visual { position:relative; min-width:0; min-height:0; background:#dcd2ca; }
.ora-product-modal__visual img { width:100%; height:100%; object-fit:cover; }
.ora-product-modal__visual::after { position:absolute; inset:55% 0 0; content:''; background:linear-gradient(transparent,rgba(13,8,5,.45)); }
.ora-product-modal__visual > span { position:absolute; z-index:2; bottom:22px; left:22px; padding:7px 11px; border-radius:7px; color:#17100a; background:var(--ora-accent); font-size:9px; font-weight:800; letter-spacing:.08em; text-transform:uppercase; }
.ora-product-modal__content { min-width:0; min-height:0; overflow-x:hidden; overflow-y:auto; padding:38px 38px 0; scrollbar-width:thin; scrollbar-color:var(--ora-primary) #eee7e2; overscroll-behavior:contain; }
.ora-product-modal__content::-webkit-scrollbar { width:9px; }
.ora-product-modal__content::-webkit-scrollbar-track { background:#eee7e2; }
.ora-product-modal__content::-webkit-scrollbar-thumb { border:2px solid #eee7e2; border-radius:9px; background:var(--ora-primary); }
.ora-product-modal__title { display:flex; justify-content:space-between; gap:20px; padding-right:38px; }
.ora-product-modal__title small { color:var(--ora-primary); font-size:9px; font-weight:800; letter-spacing:.1em; text-transform:uppercase; }
.ora-product-modal__title h2 { margin-top:5px !important; font-family:'Playfair Display',serif; font-size:32px; line-height:1.15; }
.ora-product-modal__title p { max-width:500px; margin-top:7px !important; color:var(--ora-muted); font-size:12px; }
.ora-product-modal__title > strong { padding-top:22px; white-space:nowrap; font-size:20px; }
.ora-options { margin:25px 0 0 !important; padding:0 !important; border:0 !important; }
.ora-options legend { display:flex; justify-content:space-between; width:100%; margin-bottom:11px; padding:0; }
.ora-options legend span { font-size:12px; font-weight:800; }
.ora-options legend b { color:var(--ora-primary); font-size:10px; }
.ora-option-grid { display:grid; grid-template-columns:1fr 1fr; gap:8px; }
.ora-option-grid label,.ora-extra-list label { cursor:pointer; }
.ora-option-grid label input,.ora-extra-list label input { position:absolute; opacity:0; pointer-events:none; }
.ora-option-grid label > span { display:flex; align-items:center; gap:9px; min-height:42px; padding:8px 11px; border:1px solid var(--ora-line); border-radius:10px; color:#4d4743; font-size:10px; font-weight:700; transition:.16s; }
.ora-option-grid label > span i { display:grid; place-items:center; width:18px; height:18px; border:1px solid #d5cbc4; border-radius:5px; color:#fff; }
.ora-option-grid label.is-selected > span { border-color:color-mix(in srgb,var(--ora-primary) 55%,#ddd); background:#fff8f8; color:var(--ora-primary); }
.ora-option-grid label.is-selected > span i { border-color:var(--ora-primary); background:var(--ora-primary); }
.ora-extra-list { display:flex; flex-direction:column; gap:7px; }
.ora-extra-list label { display:flex; align-items:center; min-height:50px; padding:8px 11px; border:1px solid var(--ora-line); border-radius:10px; transition:.16s; }
.ora-extra-list label.is-selected { border-color:color-mix(in srgb,var(--ora-primary) 55%,#ddd); background:#fff8f8; }
.ora-extra-list label > span { display:flex; flex-direction:column; margin-right:auto; }
.ora-extra-list label b { font-size:11px; }
.ora-extra-list label small { color:var(--ora-primary); font-size:9px; }
.ora-extra-list label > i { display:grid; place-items:center; width:25px; height:25px; border-radius:7px; color:#fff; background:var(--ora-primary); }
.ora-entry-list { display:grid; grid-template-columns:1fr 1fr; gap:8px; }
.ora-entry-list label { display:grid; grid-template-columns:44px minmax(0,1fr) 25px; align-items:center; gap:10px; min-height:58px; padding:7px; border:1px solid var(--ora-line); border-radius:11px; cursor:pointer; transition:.16s; }
.ora-entry-list label.is-selected { border-color:color-mix(in srgb,var(--ora-primary) 55%,#ddd); background:#fff8f8; }
.ora-entry-list input { position:absolute; opacity:0; pointer-events:none; }
.ora-entry-list img { width:44px; height:44px; border-radius:9px; object-fit:cover; }
.ora-entry-list span { display:flex; flex-direction:column; min-width:0; }
.ora-entry-list b { overflow:hidden; font-size:10px; text-overflow:ellipsis; white-space:nowrap; }
.ora-entry-list small { color:#258047; font-size:8px; font-weight:700; }
.ora-entry-list i { display:grid; place-items:center; width:25px; height:25px; border-radius:7px; color:#fff; background:var(--ora-primary); }
.ora-note { display:block; margin-top:22px; color:var(--ora-ink); font-size:11px; font-weight:800; }
.ora-note span small { color:#988f88; font-weight:500; }
.ora-note textarea { width:100% !important; min-height:64px !important; margin-top:7px !important; padding:11px 13px !important; resize:vertical; border:1px solid var(--ora-line) !important; border-radius:10px !important; background:#fff !important; color:var(--ora-ink) !important; font-size:11px !important; }
.ora-product-modal__footer { position:sticky; z-index:3; bottom:0; display:flex; align-items:center; gap:12px; margin:27px -38px 0; padding:16px 38px; border-top:1px solid var(--ora-line); background:rgba(255,255,255,.98); box-shadow:0 -12px 30px rgba(27,18,13,.06); backdrop-filter:blur(12px); }
.ora-stepper { display:grid; grid-template-columns:38px 38px 38px; align-items:center; height:46px; overflow:hidden; border:1px solid var(--ora-line); border-radius:11px; background:#fff; }
.ora-stepper button { display:grid !important; place-items:center !important; width:38px !important; height:44px !important; color:var(--ora-primary) !important; }
.ora-stepper b { text-align:center; font-size:11px; }
.ora-add-button { flex:1; justify-content:space-between !important; }
.ora-add-button strong { padding-left:14px; border-left:1px solid rgba(255,255,255,.25); }

.ora-modal-layer--drawer { justify-items:end; padding:0; }
.ora-cart { display:flex; flex-direction:column; width:min(100%,500px); height:100%; overflow:hidden; background:#fff; box-shadow:-20px 0 70px rgba(17,10,7,.22); animation:ora-drawer .27s ease both; }
.ora-cart__header { display:flex; align-items:flex-start; justify-content:space-between; flex:none; min-height:105px; padding:23px 24px 18px; border-bottom:1px solid var(--ora-line); }
.ora-cart__header h2 { margin-top:4px !important; font-family:'Playfair Display',serif; font-size:30px; line-height:1.05; }
.ora-cart__header p { margin-top:4px !important; color:var(--ora-muted); font-size:10px; }
.ora-cart__fulfillment { display:grid; grid-template-columns:1fr 1fr; gap:5px; flex:none; margin:15px 23px 0; padding:4px; border-radius:11px; background:#f3efec; }
.ora-cart__fulfillment button { display:flex !important; align-items:center !important; justify-content:center !important; gap:8px !important; height:39px !important; padding:0 10px !important; border-radius:8px !important; color:#756c66 !important; font-size:10px !important; font-weight:800 !important; }
.ora-cart__fulfillment button.is-active { color:var(--ora-primary) !important; background:#fff !important; box-shadow:0 4px 13px rgba(32,22,16,.09) !important; }
.ora-free-delivery { flex:none; margin:12px 23px 0; padding:11px 13px; border:1px solid #eedfc3; border-radius:10px; background:#fff9ec; }
.ora-free-delivery > div { display:flex; align-items:center; gap:8px; color:#67533a; font-size:10px; font-weight:700; }
.ora-free-delivery > div svg { color:#b47b12; }
.ora-free-delivery > i { display:block; height:4px; margin-top:9px; overflow:hidden; border-radius:4px; background:#eadfc9; }
.ora-free-delivery > i span { display:block; height:100%; border-radius:4px; background:var(--ora-accent); transition:width .35s; }
.ora-pickup-notice { display:flex; align-items:center; gap:10px; flex:none; margin:12px 23px 0; padding:11px 13px; border:1px solid #dbe9dc; border-radius:10px; color:#246b31; background:#f2faf3; }
.ora-pickup-notice > span { display:flex; flex-direction:column; }
.ora-pickup-notice b { font-size:10px; }
.ora-pickup-notice small { color:#67816b; font-size:9px; }
.ora-cart__scroll { flex:1; min-height:0; padding:15px 23px; overflow-y:auto; overscroll-behavior:contain; }
.ora-cart__items { display:flex; flex-direction:column; gap:11px; }
.ora-cart-item { display:grid; grid-template-columns:70px 1fr auto; gap:12px; min-height:82px; padding-bottom:12px; border-bottom:1px solid var(--ora-line); }
.ora-cart-item > img { width:70px; height:70px; border-radius:12px; object-fit:cover; }
.ora-cart-item__copy { min-width:0; }
.ora-cart-item__copy h3 { font-size:12px; line-height:1.3; }
.ora-cart-item__copy small { display:block; margin-top:3px; overflow:hidden; color:#8a817b; font-size:8px; line-height:1.35; text-overflow:ellipsis; white-space:nowrap; }
.ora-cart-item__copy strong { display:block; margin-top:7px; font-size:12px; }
.ora-cart-item__actions { display:flex; flex-direction:column; align-items:flex-end; justify-content:space-between; }
.ora-stepper--small { grid-template-columns:27px 25px 27px; height:29px; border-radius:8px; }
.ora-stepper--small button { width:27px !important; height:27px !important; padding:0 !important; }
.ora-stepper--small b { font-size:9px; }
.ora-remove { display:grid !important; place-items:center !important; width:29px !important; height:29px !important; padding:0 !important; border-radius:7px !important; color:#aa8085 !important; background:#fff5f6 !important; }
.ora-upsells { margin-top:18px; padding:15px; border-radius:14px; background:#f7f4f1; }
.ora-upsells__title { display:flex; align-items:center; justify-content:space-between; margin-bottom:10px; }
.ora-upsells__title > div { display:flex; flex-direction:column; }
.ora-upsells__title span { font-size:11px; font-weight:800; }
.ora-upsells__title small { color:#8c827b; font-size:8px; }
.ora-upsells__title > svg { color:var(--ora-primary); }
.ora-upsells__rail { display:flex; gap:8px; overflow-x:auto; padding:0 0 9px; scrollbar-width:thin; scrollbar-color:var(--ora-primary) #ded6d0; scroll-snap-type:x proximity; overscroll-behavior-inline:contain; }
.ora-upsells__rail::-webkit-scrollbar { display:block; height:6px; }
.ora-upsells__rail::-webkit-scrollbar-track { border-radius:8px; background:#ded6d0; }
.ora-upsells__rail::-webkit-scrollbar-thumb { border-radius:8px; background:var(--ora-primary); }
.ora-upsells__rail button { display:grid !important; grid-template-columns:40px minmax(92px,1fr) 24px; align-items:center !important; gap:8px !important; flex:0 0 auto; min-width:190px !important; min-height:54px !important; padding:6px 8px !important; border:1px solid var(--ora-line) !important; border-radius:10px !important; background:#fff !important; text-align:left !important; scroll-snap-align:start; }
.ora-upsells__rail img { width:40px; height:40px; border-radius:8px; object-fit:cover; }
.ora-upsells__rail span { display:flex; flex-direction:column; }
.ora-upsells__rail b { font-size:9px; }
.ora-upsells__rail small { color:var(--ora-primary); font-size:8px; font-weight:700; }
.ora-upsells__rail i { display:grid; place-items:center; width:24px; height:24px; border-radius:7px; color:#fff; background:var(--ora-primary); }
.ora-cart__summary { flex:none; padding:13px 23px 12px; border-top:1px solid var(--ora-line); background:rgba(255,255,255,.98); box-shadow:0 -12px 32px rgba(27,18,13,.04); }
.ora-coupon { margin-bottom:9px; }
.ora-coupon summary { display:flex; align-items:center; gap:8px; min-height:34px; list-style:none; color:#716761; font-size:10px; font-weight:700; cursor:pointer; }
.ora-coupon summary::-webkit-details-marker { display:none; }
.ora-coupon summary span { margin-right:auto; }
.ora-coupon form { display:grid; grid-template-columns:1fr 75px; gap:7px; margin-bottom:10px; }
.ora-coupon input { width:100% !important; height:38px !important; padding:0 11px !important; border:1px solid var(--ora-line) !important; border-radius:8px !important; background:#fff !important; color:var(--ora-ink) !important; font-size:10px !important; }
.ora-coupon form button { height:38px !important; padding:0 10px !important; border-radius:8px !important; color:var(--ora-primary) !important; background:#fff0f2 !important; font-size:9px !important; font-weight:800 !important; }
.ora-totals { display:flex; flex-direction:column; gap:4px; }
.ora-totals p { display:flex; align-items:center; justify-content:space-between; color:#6f6761; font-size:9px; }
.ora-totals p b { color:var(--ora-ink); font-size:9px; }
.ora-totals .is-discount,.ora-totals .is-discount b { color:#1b7c43; }
.ora-totals .ora-total { margin-top:4px !important; padding-top:7px !important; border-top:1px dashed var(--ora-line); color:var(--ora-ink); font-size:15px; font-weight:800; }
.ora-totals .ora-total strong { font-size:19px; }
.ora-checkout-button { justify-content:flex-start !important; width:100% !important; margin-top:10px !important; }
.ora-checkout-button strong { margin-left:auto; padding-left:14px; border-left:1px solid rgba(255,255,255,.22); }
.ora-secure { display:flex; align-items:center; justify-content:center; gap:5px; margin-top:7px; color:#9a918b; font-size:7px; }
.ora-cart-empty { display:flex; flex:1; flex-direction:column; align-items:center; justify-content:center; padding:40px; text-align:center; }
.ora-cart-empty > i { display:grid; place-items:center; width:74px; height:74px; border-radius:24px; color:var(--ora-primary); background:#fff1f3; transform:rotate(-4deg); }
.ora-cart-empty h3 { margin-top:18px !important; font-family:'Playfair Display',serif; font-size:23px; }
.ora-cart-empty p { max-width:280px; margin:7px 0 20px !important; color:var(--ora-muted); font-size:11px; }

.ora-modal-layer--checkout { overflow-y:auto; padding:28px; }
.ora-checkout { width:min(100%,1080px); max-height:calc(100vh - 56px); overflow:auto; border-radius:24px; background:#fff; box-shadow:0 30px 100px rgba(10,6,4,.32); animation:ora-pop .25s ease both; }
.ora-checkout__header { display:flex; align-items:flex-start; justify-content:space-between; padding:25px 30px 17px; }
.ora-checkout__header h2 { margin-top:4px !important; font-family:'Playfair Display',serif; font-size:30px; line-height:1.1; }
.ora-checkout__progress { display:grid; grid-template-columns:auto 1fr auto; align-items:center; padding:0 30px 18px; border-bottom:1px solid var(--ora-line); }
.ora-checkout__progress span { display:flex; align-items:center; gap:8px; color:#968c85; font-size:9px; font-weight:800; }
.ora-checkout__progress span.is-active { color:var(--ora-primary); }
.ora-checkout__progress span b { display:grid; place-items:center; width:24px; height:24px; border:1px solid #d9cec7; border-radius:50%; font-size:9px; }
.ora-checkout__progress span.is-active b { color:#fff; border-color:var(--ora-primary); background:var(--ora-primary); }
.ora-checkout__progress > i { height:1px; margin:0 15px; background:var(--ora-line); }
.ora-checkout__body { padding:28px 30px; background:#fbfaf9; }
.ora-checkout__columns { display:grid; grid-template-columns:1fr 1fr; gap:25px; }
.ora-checkout__columns > section,.ora-payment-layout > section,.ora-order-review { padding:22px; border:1px solid var(--ora-line); border-radius:16px; background:#fff; }
.ora-checkout__section-title { display:flex; align-items:center; gap:11px; margin-bottom:18px; }
.ora-checkout__section-title > i { display:grid; place-items:center; width:39px; height:39px; border-radius:11px; color:var(--ora-primary); background:#fff1f3; }
.ora-checkout__section-title h3 { font-size:13px; }
.ora-checkout__section-title p { color:#8a817b; font-size:9px; }
.ora-form-grid { display:grid; grid-template-columns:1fr 1fr; gap:12px; }
.ora-form-grid label,.ora-change,.ora-pay-instructions label { display:flex; flex-direction:column; gap:5px; color:#4f4945; font-size:9px; font-weight:800; }
.ora-form-grid label.is-wide { grid-column:1/-1; }
.ora-form-grid label span small,.ora-change span small { color:#9b928c; font-weight:500; }
.ora-form-grid input,.ora-form-grid select,.ora-change input,.ora-pay-instructions input { width:100% !important; height:43px !important; padding:0 12px !important; border:1px solid var(--ora-line) !important; border-radius:9px !important; color:var(--ora-ink) !important; background:#fff !important; font-size:10px !important; }
.ora-form-grid select { padding-right:34px !important; background-image:linear-gradient(45deg,transparent 50%,#746a63 50%),linear-gradient(135deg,#746a63 50%,transparent 50%) !important; background-position:calc(100% - 16px) 18px,calc(100% - 12px) 18px !important; background-size:4px 4px,4px 4px !important; background-repeat:no-repeat !important; }
.ora-checkout-mode { display:grid; grid-template-columns:1fr 1fr; gap:8px; margin-bottom:15px; }
.ora-checkout-mode button { display:flex !important; align-items:center !important; gap:9px !important; min-height:58px !important; padding:9px 12px !important; border:1px solid var(--ora-line) !important; border-radius:10px !important; text-align:left !important; }
.ora-checkout-mode button.is-active { color:var(--ora-primary) !important; border-color:color-mix(in srgb,var(--ora-primary) 45%,#ddd) !important; background:#fff7f8 !important; }
.ora-checkout-mode span { display:flex; flex-direction:column; }
.ora-checkout-mode b { color:var(--ora-ink); font-size:10px; }
.ora-checkout-mode small { color:#8a817b; font-size:8px; }
.ora-store-address { display:flex; align-items:center; gap:11px; min-height:62px; padding:12px; border:1px solid #dce9dc; border-radius:10px; color:#277037; background:#f4faf4; }
.ora-store-address span { display:flex; flex-direction:column; }
.ora-store-address b { font-size:10px; }
.ora-store-address small { font-size:8px; }
.ora-payment-layout { display:grid; grid-template-columns:1.15fr .85fr; gap:25px; }
.ora-payments { display:grid; grid-template-columns:1fr 1fr; gap:9px; }
.ora-payment { display:grid !important; grid-template-columns:38px 1fr 20px !important; align-items:center !important; gap:10px !important; min-height:65px !important; padding:9px 11px !important; border:1px solid var(--ora-line) !important; border-radius:11px !important; text-align:left !important; }
.ora-payment.is-active { border-color:color-mix(in srgb,var(--ora-primary) 55%,#ddd) !important; background:#fff7f8 !important; box-shadow:0 0 0 2px color-mix(in srgb,var(--ora-primary) 8%,transparent) !important; }
.ora-payment > i:first-child { display:grid; place-items:center; width:38px; height:38px; border-radius:10px; color:var(--ora-primary); background:#fff1f3; }
.ora-payment > span { display:flex; flex-direction:column; }
.ora-payment b { font-size:10px; }
.ora-payment small { overflow:hidden; color:#8a817b; font-size:7px; text-overflow:ellipsis; white-space:nowrap; }
.ora-payment em { display:grid; place-items:center; width:18px; height:18px; border:1px solid #dbd1ca; border-radius:50%; color:#fff; }
.ora-payment.is-active em { border-color:var(--ora-primary); background:var(--ora-primary); }
.ora-pay-instructions { display:flex; gap:16px; margin-top:14px; padding:14px; border:1px solid #eadfcb; border-radius:11px; background:#fff9ee; }
.ora-pay-instructions > img { width:105px; height:105px; padding:5px; border-radius:8px; background:#fff; object-fit:contain; }
.ora-pay-instructions > div { flex:1; min-width:0; color:#6d5b41; font-size:9px; }
.ora-pay-instructions > div > span { display:block; margin-bottom:5px; font-size:10px; }
.ora-pay-instructions p { margin:2px 0 !important; }
.ora-pay-instructions label { margin-top:9px; }
.ora-change { margin-top:13px; }
.ora-proof-upload { position:relative; display:flex; align-items:center; gap:10px; margin-top:13px; padding:12px; overflow:hidden; border:1px dashed #d7c9c0; border-radius:11px; background:#faf8f6; cursor:pointer; }
.ora-proof-upload > span { display:grid; grid-template-columns:25px 1fr; align-items:center; min-width:0; margin-right:auto; }
.ora-proof-upload > span svg { grid-row:1/3; color:var(--ora-primary); }
.ora-proof-upload b { font-size:9px; }
.ora-proof-upload small { color:#8a817b; font-size:7px; font-weight:500; }
.ora-proof-upload input { position:absolute; width:1px; height:1px; opacity:0; }
.ora-proof-upload > em { max-width:135px; overflow:hidden; padding:7px 9px; border-radius:8px; color:var(--ora-primary); background:#fff0f2; font-size:8px; font-style:normal; font-weight:800; text-overflow:ellipsis; white-space:nowrap; }
.ora-order-review h3 { margin-bottom:13px !important; font-size:13px; }
.ora-order-review__items { display:flex; flex-direction:column; gap:10px; max-height:188px; margin-bottom:15px; overflow:auto; }
.ora-order-review__items article { display:grid; grid-template-columns:46px 1fr auto; align-items:center; gap:9px; }
.ora-order-review__items img { width:46px; height:46px; border-radius:9px; object-fit:cover; }
.ora-order-review__items span { display:flex; flex-direction:column; min-width:0; }
.ora-order-review__items b { font-size:9px; }
.ora-order-review__items small { overflow:hidden; color:#958b84; font-size:7px; text-overflow:ellipsis; white-space:nowrap; }
.ora-order-review__items strong { font-size:9px; }
.ora-review-destination { display:flex; align-items:center; gap:9px; margin-top:14px; padding:10px; border-radius:9px; color:#4e4742; background:#f5f2ef; }
.ora-review-destination span { display:flex; flex-direction:column; }
.ora-review-destination b { font-size:9px; }
.ora-review-destination small { max-width:240px; overflow:hidden; color:#8b827c; font-size:7px; text-overflow:ellipsis; white-space:nowrap; }
.ora-checkout__footer { display:flex; align-items:center; justify-content:flex-end; gap:10px; padding:15px 30px; border-top:1px solid var(--ora-line); }
.ora-checkout__footer .ora-button { min-width:245px; justify-content:space-between !important; }
.ora-checkout__footer .ora-button strong { margin-left:auto; padding-left:14px; border-left:1px solid rgba(255,255,255,.25); }
.ora-back { height:48px !important; padding:0 18px !important; color:#6f6660 !important; font-size:10px !important; font-weight:800 !important; }
.ora-spinner { width:19px; height:19px; border:2px solid rgba(255,255,255,.4); border-top-color:#fff; border-radius:50%; animation:ora-spin .7s linear infinite; }
.ora-success { width:min(100%,490px); padding:46px; border-radius:24px; background:#fff; box-shadow:0 30px 100px rgba(10,6,4,.32); text-align:center; animation:ora-pop .25s ease both; }
.ora-success > i { display:grid; place-items:center; width:82px; height:82px; margin:0 auto 20px; border-radius:50%; color:#fff; background:#1c9b56; box-shadow:0 12px 30px rgba(28,155,86,.22); }
.ora-success h2 { margin-top:8px !important; font-family:'Playfair Display',serif; font-size:34px; }
.ora-success > p { margin-top:10px !important; color:var(--ora-muted); font-size:11px; line-height:1.7; }
.ora-success__total { display:flex; align-items:center; justify-content:space-between; margin:22px 0; padding:14px; border-radius:11px; background:#f5f2ef; }
.ora-success__total span { font-size:10px; }
.ora-success__total strong { font-size:19px; }
.ora-success .ora-button { width:100%; }
.ora-success__close { margin-top:16px !important; color:#766d67 !important; font-size:10px !important; font-weight:800 !important; }
.ora-toast { position:fixed; z-index:2000; right:24px; bottom:94px; display:flex; align-items:center; gap:9px; max-width:360px; min-height:46px; padding:11px 15px; border:1px solid rgba(255,255,255,.1); border-radius:12px; color:#fff; background:#171311; box-shadow:0 15px 40px rgba(10,7,5,.25); font-size:10px; font-weight:700; animation:ora-rise .2s ease both; }
.ora-toast svg { color:var(--ora-accent); }

.ora-checkout,.ora-checkout__body,.ora-checkout__columns,.ora-payment-layout,.ora-payment-layout > section,.ora-order-review { min-width:0; }

@keyframes ora-fade { from { opacity:0 } to { opacity:1 } }
@keyframes ora-pop { from { opacity:0; transform:translateY(12px) scale(.985) } to { opacity:1; transform:none } }
@keyframes ora-drawer { from { transform:translateX(100%) } to { transform:none } }
@keyframes ora-rise { from { opacity:0; transform:translateY(12px) } to { opacity:1; transform:none } }
@keyframes ora-spin { to { transform:rotate(360deg) } }

@media (max-width:1100px) {
	.ora-nav { gap:18px; }
	.ora-phone span { display:none; }
	.ora-products { grid-template-columns:repeat(3,minmax(0,1fr)); }
	.ora-menu__workspace { grid-template-columns:205px minmax(0,1fr); gap:18px; }
	.ora-menu__catalog { padding:22px; }
	.ora-menu__catalog .ora-products { grid-template-columns:repeat(2,minmax(0,1fr)); }
	.ora-promos__panel { grid-template-columns:1fr; }
	.ora-promos__items { min-height:280px; }
}

@media (max-width:820px) {
	.ora-shell { width:min(100% - 28px,1260px); }
	.ora-announcement .ora-shell span:last-child { display:none; }
	.ora-announcement .ora-shell { justify-content:center; }
	.ora-header__inner { min-height:67px; gap:10px; }
	.ora-brand { min-width:0; margin-right:auto; }
	.ora-brand > img,.ora-brand__fallback { width:45px; height:45px; }
	.ora-brand strong { font-size:18px; }
	.ora-brand small { font-size:7px; }
	.ora-nav { position:absolute; top:100%; right:14px; left:14px; display:none; flex-direction:column; align-items:stretch; gap:0; padding:9px; border:1px solid var(--ora-line); border-radius:14px; background:#fff; box-shadow:0 16px 45px rgba(27,18,13,.17); }
	.ora-nav.is-open { display:flex; }
	.ora-nav a { padding:12px 13px; border-radius:8px; }
	.ora-nav a:hover { color:var(--ora-primary); background:#fff5f6; }
	.ora-nav a::after { display:none; }
	.ora-phone { display:none; }
	.ora-cart-trigger { width:44px !important; padding:0 !important; justify-content:center !important; }
	.ora-cart-trigger > span { display:none; }
	.ora-menu-trigger { display:grid !important; }
	.ora-hero { min-height:560px; }
	.ora-hero__shade { background:linear-gradient(90deg,rgba(12,8,6,.94),rgba(12,8,6,.57)),linear-gradient(0deg,rgba(8,4,2,.4),transparent); }
	.ora-hero__content { padding:72px 0 92px; }
	.ora-hero h1 { max-width:610px; font-size:52px; }
	.ora-hero__trust { gap:18px; }
	.ora-hero__trust span { padding:0; border:0; }
	.ora-hero__trust span b { display:none; }
	.ora-fulfillment__inner { align-items:stretch; flex-direction:column; }
	.ora-fulfillment__mode { display:grid; grid-template-columns:1fr 1fr; }
	.ora-fulfillment__mode button { min-width:0 !important; }
	.ora-fulfillment__status { min-width:0; padding:10px 5px 2px; border-top:1px solid var(--ora-line); border-left:0; }
	.ora-menu { padding:75px 0 85px; }
	.ora-menu__workspace { width:100%; min-width:0; grid-template-columns:minmax(0,1fr); }
	.ora-menu__sidebar,.ora-menu__catalog { width:100%; min-width:0; }
	.ora-menu__sidebar { position:relative; top:auto; overflow:hidden; border-radius:15px; }
	.ora-menu__sidebar-title { padding:18px 18px 12px; }
	.ora-menu__sidebar-title h2 { font-size:21px; }
	.ora-menu__sidebar .ora-categories { max-width:100%; flex-direction:row; gap:7px; padding:9px 12px 13px; overflow-x:auto; }
	.ora-menu__sidebar .ora-categories button { display:flex !important; flex:0 0 auto; width:auto !important; height:41px !important; padding:0 13px !important; color:rgba(255,255,255,.72) !important; white-space:nowrap; }
	.ora-menu__sidebar .ora-categories button > i,.ora-menu__sidebar .ora-categories button > svg { display:none; }
	.ora-menu-help { display:none; }
	.ora-menu__catalog { padding:20px; }
	.ora-menu__top { align-items:flex-start; flex-direction:column; }
	.ora-search { width:100%; }
	.ora-products { grid-template-columns:repeat(2,minmax(0,1fr)); }
	.ora-promos__items { grid-template-columns:repeat(3,1fr); }
	.ora-values__grid { grid-template-columns:1fr 1fr; gap:25px 0; }
	.ora-values__grid article:nth-child(2) { border:0; }
	.ora-footer__grid { grid-template-columns:1fr 1fr; }
	.ora-product-modal { grid-template-columns:1fr; grid-template-rows:minmax(220px,34vh) minmax(0,1fr); max-width:650px; overflow:hidden; }
	.ora-product-modal__visual { min-height:0; max-height:none; }
	.ora-product-modal__content { overflow-x:hidden; overflow-y:auto; }
	.ora-checkout__columns,.ora-payment-layout { grid-template-columns:1fr; }
}

@media (max-width:560px) {
	.ora-skeleton-top { height:30px; }
	.ora-skeleton-header { height:63px; padding:0 12px; }
	.ora-skeleton-header span { width:46px; height:46px; border-radius:50%; }
	.ora-skeleton-header i { display:none; }
	.ora-skeleton-header i:last-child { display:block; width:88px; height:42px; }
	.ora-skeleton-hero { align-items:flex-end; min-height:590px; padding:80px 16px 95px; background-position:62% center; }
	.ora-skeleton-hero strong { height:42px; }
	.ora-skeleton-menu { grid-template-columns:1fr 1fr; gap:8px; width:calc(100% - 22px); padding:9px; }
	.ora-skeleton-menu span { height:54px; }
	.ora-shell { width:min(100% - 22px,1260px); }
	.ora-announcement { min-height:30px; }
	.ora-announcement .ora-shell { min-height:30px; font-size:9px; }
	.ora-header__inner { min-height:63px; }
	.ora-brand > span:last-child { display:none; }
	.ora-brand > img,.ora-brand__fallback { width:43px; height:43px; }
	.ora-hero { min-height:590px; }
	.ora-hero__media { background-position:62% center; }
	.ora-hero__shade { background:linear-gradient(0deg,rgba(10,6,4,.97) 5%,rgba(10,6,4,.82) 58%,rgba(10,6,4,.24) 100%); }
	.ora-hero__content { justify-content:flex-end; padding:80px 0 90px; }
	.ora-hero h1 { font-size:42px; }
	.ora-hero p { margin-top:16px !important; font-size:14px; line-height:1.6; }
	.ora-hero__buttons { width:100%; margin-top:23px; }
	.ora-hero__buttons .ora-button { flex:1; min-height:48px !important; padding:0 12px !important; font-size:11px !important; }
	.ora-hero__trust { margin-top:28px; }
	.ora-fulfillment { margin-top:-48px; }
	.ora-fulfillment__inner { min-height:0; padding:9px; border-radius:15px; }
	.ora-fulfillment__mode button { height:55px !important; padding:0 10px !important; }
	.ora-fulfillment__mode small { font-size:8px; }
	.ora-menu { padding:67px 0 74px; }
	.ora-menu__workspace { gap:11px; }
	.ora-menu__sidebar-title { padding:15px 14px 10px; }
	.ora-menu__sidebar-title h2 { font-size:19px; }
	.ora-menu__sidebar .ora-categories { flex-direction:column; padding:8px 10px 11px; overflow:visible; }
	.ora-menu__sidebar .ora-categories button { display:grid !important; grid-template-columns:1fr 16px !important; width:100% !important; justify-content:stretch; text-align:left !important; }
	.ora-menu__sidebar .ora-categories button > span { min-width:0; }
	.ora-menu__sidebar .ora-categories button > svg { display:block; margin-left:auto; }
	.ora-menu__catalog { padding:15px 10px 12px; border-radius:15px; }
	.ora-menu__catalog .ora-menu__top { padding:3px 3px 17px; }
	.ora-menu__catalog .ora-menu__top h2 { font-size:31px; }
	.ora-menu__catalog .ora-products { gap:9px; margin-top:13px; }
	.ora-menu__catalog .ora-product__image { height:145px !important; }
	.ora-menu__top h2,.ora-values h2 { font-size:34px; }
	.ora-menu__top p { font-size:11px; }
	.ora-categories { margin:23px -11px 22px; padding:0 11px 3px; }
	.ora-products { grid-template-columns:1fr 1fr; gap:10px; }
	.ora-product { border-radius:13px; }
	.ora-product__image { height:155px !important; }
	.ora-product__badge { top:8px; left:8px; max-width:calc(100% - 16px); padding:5px 7px; overflow:hidden; font-size:6px; text-overflow:ellipsis; white-space:nowrap; }
	.ora-product__body { padding:11px 11px 12px; }
	.ora-product__body h3 { font-size:16px; }
	.ora-product__body p { height:32px; font-size:8px; line-height:1.55; }
	.ora-product__body footer { margin-top:10px; }
	.ora-price strong { font-size:14px; }
	.ora-product__body footer button { width:33px !important; height:33px !important; }
	.ora-promos { padding-bottom:70px; }
	.ora-promos__panel { border-radius:17px; }
	.ora-promos__copy { padding:30px 24px; }
	.ora-promos__copy h2 { font-size:31px; }
	.ora-promos__items { grid-template-columns:1fr; min-height:0; }
	.ora-promos__items button { height:180px !important; border-top:1px solid rgba(255,255,255,.14) !important; border-left:0 !important; }
	.ora-values { padding:70px 0; }
	.ora-values__grid { gap:22px 0; margin-top:35px; }
	.ora-values__grid article { padding:10px 15px; }
	.ora-values__grid i { width:50px; height:50px; }
	.ora-values__grid p { font-size:9px; }
	.ora-footer__grid { grid-template-columns:1fr 1fr; gap:35px 20px; padding-top:50px; }
	.ora-footer__grid > div:first-child { grid-column:1/-1; }
	.ora-floating-cart { right:12px !important; bottom:12px !important; left:12px !important; width:auto !important; min-width:0 !important; }
	.ora-modal-layer { align-items:end; padding:0; }
	.ora-product-modal { display:grid; grid-template-rows:minmax(170px,28dvh) minmax(0,1fr); width:100%; height:calc(100dvh - 8px); max-height:calc(100dvh - 8px); border-radius:22px 22px 0 0; animation:ora-sheet .25s ease both; }
	.ora-product-modal__visual { min-height:0; height:auto; }
	.ora-product-modal__content { min-height:0; padding:22px 18px 0; overflow-y:auto; }
	.ora-product-modal__title { padding-right:0; }
	.ora-product-modal__title h2 { font-size:27px; }
	.ora-product-modal__title > strong { font-size:16px; }
	.ora-option-grid { grid-template-columns:1fr 1fr; gap:6px; }
	.ora-option-grid label > span { min-height:39px; padding:6px 8px; font-size:8px; }
	.ora-product-modal__footer { bottom:0; margin:23px -18px 0; padding:12px 18px calc(12px + env(safe-area-inset-bottom)); }
	.ora-stepper { grid-template-columns:34px 30px 34px; }
	.ora-stepper button { width:34px !important; }
	.ora-add-button { min-height:48px !important; padding:0 14px !important; font-size:10px !important; }
	.ora-cart { width:100%; }
	.ora-cart-item { grid-template-columns:58px minmax(0,1fr) auto; gap:9px; }
	.ora-cart-item > img { width:58px; height:58px; }
	.ora-cart__header { min-height:91px; padding:18px 17px 14px; }
	.ora-cart__header h2 { font-size:27px; }
	.ora-cart__fulfillment,.ora-free-delivery,.ora-pickup-notice { margin-right:16px; margin-left:16px; }
	.ora-cart__scroll { padding:13px 16px; }
	.ora-cart__summary { padding:11px 16px calc(10px + env(safe-area-inset-bottom)); }
	.ora-checkout-button { min-height:50px !important; }
	.ora-modal-layer--checkout { align-items:end; padding:0; }
	.ora-checkout { width:100%; max-height:95vh; border-radius:22px 22px 0 0; animation:ora-sheet .25s ease both; }
	.ora-checkout { max-width:100vw; overflow-x:hidden; }
	.ora-checkout__header { padding:20px 17px 14px; }
	.ora-checkout__header h2 { font-size:27px; }
	.ora-checkout__progress { padding:0 17px 15px; }
	.ora-checkout__progress span { font-size:7px; }
	.ora-checkout__body { padding:16px; }
	.ora-checkout__columns { gap:12px; }
	.ora-checkout__columns > section,.ora-payment-layout > section,.ora-order-review { padding:16px; }
	.ora-form-grid { grid-template-columns:1fr; }
	.ora-form-grid label.is-wide { grid-column:auto; }
	.ora-payments { grid-template-columns:1fr; }
	.ora-pay-instructions { flex-direction:column; }
	.ora-pay-instructions > img { width:130px; height:130px; margin:auto; }
	.ora-entry-list { grid-template-columns:1fr; }
	.ora-proof-upload { align-items:stretch; flex-direction:column; }
	.ora-proof-upload > em { max-width:100%; text-align:center; }
	.ora-checkout__footer { position:sticky; bottom:0; padding:11px 16px calc(11px + env(safe-area-inset-bottom)); background:#fff; }
	.ora-checkout__footer .ora-button { flex:1; min-width:0; padding:0 14px !important; font-size:10px !important; }
	.ora-success { width:100%; padding:38px 24px calc(28px + env(safe-area-inset-bottom)); border-radius:22px 22px 0 0; animation:ora-sheet .25s ease both; }
	.ora-toast { right:12px; bottom:82px; left:12px; max-width:none; }
}

@keyframes ora-sheet { from { opacity:0; transform:translateY(100%) } to { opacity:1; transform:none } }
@media (prefers-reduced-motion:reduce) { #orlandito-app *,#orlandito-app *::before,#orlandito-app *::after { scroll-behavior:auto !important; animation-duration:.01ms !important; transition-duration:.01ms !important; } }
