:root{--or-red:#a51420;--or-dark:#211612;--or-yellow:#f4bd32;--or-cream:#fff8ea;--or-paper:#f7f2e7;--or-green:#316447}.orlandito-app{font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;color:var(--or-dark);background:#fff;max-width:1180px;margin:0 auto;min-height:100vh;position:relative;overflow:hidden;box-shadow:0 20px 70px rgba(43,23,15,.12)}.orlandito-app *{box-sizing:border-box}.or-header{height:78px;padding:0 5%;display:flex;align-items:center;justify-content:space-between;background:#fff;position:relative;z-index:4}.or-brand{display:flex;align-items:center;gap:12px}.or-brand>span:last-child{display:flex;flex-direction:column;line-height:1.05}.or-brand strong{font-family:Georgia,serif;font-size:23px}.or-brand small{font-size:10px;text-transform:uppercase;letter-spacing:1.8px;color:#765d52;margin-top:4px}.or-logo{width:48px;height:48px;border-radius:50%;background:var(--or-red);border:4px solid var(--or-yellow);color:white;display:grid;place-items:center;font-family:Georgia,serif;font-weight:900}.or-cart-button{border:0;background:var(--or-dark);color:white;border-radius:22px;padding:10px 14px;font-weight:800;cursor:pointer}.or-cart-button span{display:inline-grid;place-items:center;margin-left:5px;background:var(--or-yellow);color:var(--or-dark);border-radius:50%;min-width:22px;height:22px}.or-location{margin:0 5% 16px;padding:13px 16px;background:var(--cream);border:1px solid #f2ddad;border-radius:15px;display:flex;align-items:center;gap:12px}.or-location>span{font-size:22px}.or-location div{display:flex;flex-direction:column;flex:1}.or-location small{color:#806b60;font-size:11px}.or-location strong{font-size:13px}.or-location button{border:0;background:none;color:var(--or-red);font-weight:800;cursor:pointer}.or-hero{min-height:335px;padding:50px 7%;background:radial-gradient(circle at 72% 44%,#d94931 0,#aa1823 39%,#7a111b 100%);display:flex;align-items:center;position:relative;overflow:hidden;color:white}.or-hero:before{content:"";position:absolute;inset:0;background-image:linear-gradient(115deg,transparent 49%,rgba(255,255,255,.06) 50%,transparent 51%);background-size:36px 36px}.or-hero>div:first-child{position:relative;z-index:2}.or-kicker{background:var(--yellow);color:var(--dark);font-size:11px;font-weight:900;letter-spacing:1.5px;text-transform:uppercase;padding:7px 10px;border-radius:4px}.or-hero h2{font-family:Georgia,serif;font-size:clamp(34px,5vw,58px);line-height:.98;margin:18px 0 12px}.or-hero p{opacity:.85}.or-hero button{margin-top:12px;border:0;background:var(--yellow);padding:13px 22px;border-radius:7px;font-weight:900;cursor:pointer}.or-hero-art{margin-left:auto;width:36%;min-width:240px;aspect-ratio:1;display:grid;place-items:center;position:relative}.or-hero-art:before{content:"";position:absolute;width:90%;height:90%;background:#f4bd32;border-radius:50%;box-shadow:0 25px 80px rgba(37,4,5,.45)}.or-hero-art span{position:relative;font-size:150px;filter:drop-shadow(0 18px 15px rgba(56,14,5,.25));transform:rotate(-7deg)}.or-hero-art i{position:absolute;top:9%;right:1%;font-style:normal;font-size:45px}.or-categories{padding:25px 5% 10px;display:flex;gap:9px;overflow-x:auto;scrollbar-width:none}.or-categories button{white-space:nowrap;border:1px solid #e4d9cf;background:#fff;padding:10px 16px;border-radius:999px;font-weight:750;color:#6c564c;cursor:pointer}.or-categories button.active{background:var(--or-dark);color:white;border-color:var(--or-dark)}.or-menu{padding:22px 5% 35px}.or-section-title{display:flex;align-items:end;justify-content:space-between;margin-bottom:22px}.or-section-title span{font-size:11px;text-transform:uppercase;letter-spacing:1.5px;font-weight:900;color:var(--or-red)}.or-section-title h2{font-family:Georgia,serif;font-size:34px;margin:3px 0 0}.or-section-title small{color:#8a7469}.or-products{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.or-product{border:1px solid #eee5de;border-radius:18px;background:#fff;overflow:hidden;display:flex;flex-direction:column;transition:.2s;position:relative}.or-product:hover{transform:translateY(-4px);box-shadow:0 16px 35px rgba(42,21,13,.1)}.or-product-visual{height:160px;background:linear-gradient(135deg,#f6ead4,#fff9ed);display:grid;place-items:center;position:relative}.or-product-visual img{width:100%;height:100%;object-fit:cover}.or-product-visual>span{font-size:80px;filter:drop-shadow(0 10px 9px rgba(78,41,13,.18))}.or-badge{position:absolute!important;left:12px;top:12px;font-style:normal;background:var(--yellow);font-size:10px!important;font-weight:900;text-transform:uppercase;padding:6px 8px;border-radius:6px}.or-product-body{padding:16px;display:flex;flex-direction:column;flex:1}.or-product-body small{font-size:10px;text-transform:uppercase;letter-spacing:1px;color:var(--or-red);font-weight:900}.or-product-body h3{font-family:Georgia,serif;font-size:20px;margin:5px 0}.or-product-body p{font-size:12px;color:#725e53;line-height:1.45;margin:0 0 16px}.or-product-footer{display:flex;align-items:center;justify-content:space-between;margin-top:auto}.or-product-footer strong{font-size:19px}.or-product-footer button{border:0;background:var(--or-red);color:white;width:38px;height:38px;border-radius:50%;font-size:23px;cursor:pointer}.or-promo{margin:10px 5% 110px;padding:28px 45px;border-radius:22px;background:var(--dark);color:white;display:flex;align-items:center;justify-content:space-between;overflow:hidden}.or-promo span:first-child{color:var(--yellow);font-size:10px;letter-spacing:1.5px;font-weight:900}.or-promo h3{font-family:Georgia,serif;font-size:30px;line-height:1;margin:8px 0}.or-promo p{opacity:.7;font-size:13px}.or-promo-emoji{font-size:110px;filter:drop-shadow(0 15px 15px #000)}.or-mobile-cart{display:none;position:fixed;z-index:10;bottom:15px;left:50%;transform:translateX(-50%);width:min(90%,620px);background:var(--red);color:white;padding:13px 18px;border-radius:13px;align-items:center;justify-content:space-between;box-shadow:0 10px 30px rgba(91,8,15,.4);cursor:pointer}.or-mobile-cart>span{display:flex;flex-direction:column}.or-mobile-cart small{opacity:.75}.or-overlay{position:fixed;inset:0;background:rgba(24,13,10,.55);backdrop-filter:blur(3px);opacity:0;pointer-events:none;z-index:30;transition:.25s}.or-overlay.open{opacity:1;pointer-events:auto}.or-modal{position:fixed;z-index:31;left:50%;top:50%;transform:translate(-50%,-45%) scale(.96);width:min(92%,620px);max-height:90vh;overflow:auto;background:#fff;border-radius:24px;opacity:0;pointer-events:none;transition:.25s}.or-modal.open{opacity:1;pointer-events:auto;transform:translate(-50%,-50%) scale(1)}.or-close{border:0;background:#f3ede8;width:38px;height:38px;border-radius:50%;font-size:25px;cursor:pointer}.or-modal>.or-close{position:absolute;right:15px;top:15px;z-index:2}.or-modal-visual{height:180px;background:linear-gradient(135deg,#f4bd32,#fce7aa);display:grid;place-items:center;font-size:100px}.or-modal-body{padding:25px}.or-modal-body>small,.or-checkout-head>span{color:var(--or-red);text-transform:uppercase;font-weight:900;letter-spacing:1.2px;font-size:10px}.or-modal-body h2{font-family:Georgia,serif;font-size:30px;margin:5px 0}.or-modal-body>p{color:#786359;margin-top:0}.or-option-title{display:flex;justify-content:space-between;align-items:center;margin-top:22px}.or-option-title h3{font-size:15px;margin:0}.or-option-title small{color:#8d786e}.or-choices{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin-top:10px}.or-choice input{position:absolute;opacity:0}.or-choice span{display:block;border:1px solid #e2d8d0;border-radius:10px;padding:11px;font-size:12px;cursor:pointer}.or-choice input:checked+span{border-color:var(--or-red);background:#fff3f3;color:var(--or-red);font-weight:800}.or-note{width:100%;border:1px solid #e2d8d0;border-radius:10px;padding:12px;min-height:68px;resize:vertical}.or-add{width:100%;margin-top:20px;border:0;background:var(--or-red);color:white;border-radius:12px;padding:15px;font-weight:900;display:flex;justify-content:space-between;cursor:pointer}.or-cart{position:fixed;z-index:31;right:0;top:0;height:100%;width:min(92%,420px);background:white;transform:translateX(102%);transition:.3s;display:flex;flex-direction:column;box-shadow:-20px 0 60px rgba(26,12,7,.2)}.or-cart.open{transform:none}.or-cart header{padding:24px;display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid #eee}.or-cart header small{color:var(--or-red);text-transform:uppercase;font-weight:900}.or-cart header h2{font-family:Georgia,serif;margin:3px 0}.or-cart-items{padding:15px 24px;overflow:auto;flex:1}.or-empty{text-align:center;padding:55px 10px;color:#887268}.or-empty span{display:block;font-size:65px}.or-cart-item{display:grid;grid-template-columns:48px 1fr auto;gap:11px;padding:14px 0;border-bottom:1px solid #eee}.or-cart-item>span{height:48px;border-radius:10px;background:var(--cream);display:grid;place-items:center;font-size:28px}.or-cart-item h4{margin:0;font-size:14px}.or-cart-item p{font-size:11px;color:#846f65;margin:4px 0}.or-remove{border:0;background:none;color:var(--red);font-size:11px;cursor:pointer}.or-cart-summary{padding:20px 24px;border-top:1px solid #eee;background:#fffcf8}.or-cart-summary p{display:flex;justify-content:space-between;margin:8px 0;font-size:13px}.or-cart-summary .or-total{font-size:19px;padding-top:10px;border-top:1px dashed #d9cbc2}.or-checkout{width:100%;border:0;background:var(--or-red);color:white;border-radius:11px;padding:15px;font-weight:900;cursor:pointer;margin-top:10px}.or-cart-summary>small{display:block;text-align:center;color:#8f7b71;margin-top:10px}.or-checkout-panel{position:fixed;z-index:32;left:50%;top:50%;transform:translate(-50%,-45%) scale(.97);width:min(92%,580px);max-height:92vh;overflow:auto;background:white;border-radius:22px;padding:28px;opacity:0;pointer-events:none;transition:.25s}.or-checkout-panel.open{opacity:1;pointer-events:auto;transform:translate(-50%,-50%) scale(1)}.or-checkout-panel>.or-close{float:right}.or-checkout-head h2{font-family:Georgia,serif;font-size:32px;margin:4px 0}.or-checkout-head p{color:#766158}.or-checkout-panel>label{display:block;font-size:12px;font-weight:800;margin:12px 0}.or-checkout-panel input[type=text],.or-checkout-panel input[type=tel],.or-checkout-panel textarea{display:block;width:100%;padding:12px;border:1px solid #ded3cb;border-radius:9px;margin-top:5px;font:inherit}.or-checkout-panel textarea{min-height:65px}.or-checkout-panel h3{font-size:15px;margin-top:20px}.or-payments{display:grid;grid-template-columns:1fr 1fr;gap:9px}.or-payments label{border:1px solid #e1d6ce;border-radius:10px;padding:11px;display:grid;grid-template-columns:25px 1fr;cursor:pointer;position:relative}.or-payments input{position:absolute;right:9px;top:9px}.or-payments label>span{grid-row:1/3;font-size:19px}.or-payments b{font-size:12px}.or-payments small{font-size:10px;color:#8e7a70}.or-demo-note{text-align:center;color:#8c786e;font-size:10px}.or-toast{position:fixed;z-index:60;left:50%;bottom:25px;transform:translate(-50%,30px);background:var(--green);color:white;border-radius:10px;padding:12px 18px;font-weight:800;opacity:0;pointer-events:none;transition:.2s}.or-toast.show{opacity:1;transform:translate(-50%,0)}@media(max-width:760px){.or-header{height:68px}.or-logo{width:42px;height:42px}.or-brand strong{font-size:19px}.or-hero{min-height:300px;padding:35px 6%}.or-hero-art{position:absolute;right:-68px;opacity:.5}.or-hero-art span{font-size:120px}.or-hero>div:first-child{max-width:85%}.or-products{grid-template-columns:1fr 1fr;gap:11px}.or-product-visual{height:120px}.or-product-visual>span{font-size:60px}.or-product-body{padding:12px}.or-product-body h3{font-size:17px}.or-product-body p{display:none}.or-mobile-cart{display:flex}.or-promo{padding:24px;margin-bottom:105px}.or-promo-emoji{font-size:70px}}@media(max-width:430px){.or-location{margin-left:3%;margin-right:3%}.or-hero h2{font-size:36px}.or-products{grid-template-columns:1fr}.or-product{display:grid;grid-template-columns:125px 1fr}.or-product-visual{height:100%}.or-product-visual>span{font-size:56px}.or-categories,.or-menu{padding-left:4%;padding-right:4%}.or-choices{grid-template-columns:1fr}.or-payments{grid-template-columns:1fr 1fr}}
:root{--red:#a51420;--dark:#211612;--yellow:#f4bd32}
