:root{--ch-red:#d52222;--ch-dark:#171717;--ch-muted:#6f6f6f;--ch-bg:#f7f7f7;--ch-line:#e8e8e8;--ch-radius:18px}.chwo-app{font-family:inherit;color:var(--ch-dark);max-width:1240px;margin:0 auto;padding:18px 16px 110px}.chwo-app *{box-sizing:border-box}.chwo-app__hero{display:flex;justify-content:space-between;gap:24px;align-items:center;padding:30px;border-radius:24px;background:linear-gradient(135deg,#fff5ed,#fff);border:1px solid #f0e4da;margin-bottom:22px}.chwo-eyebrow{font-weight:800;color:var(--ch-red);text-transform:uppercase;font-size:12px;letter-spacing:.09em}.chwo-app__hero h1{font-size:clamp(30px,5vw,52px);line-height:1.05;margin:7px 0}.chwo-app__hero p{margin:0;color:var(--ch-muted);font-size:17px}.chwo-cart-trigger{display:flex;align-items:center;gap:9px;border:0;background:#fff;border-radius:16px;padding:12px 16px;box-shadow:0 8px 24px rgba(0,0,0,.08);cursor:pointer;white-space:nowrap}.chwo-cart-trigger strong{background:var(--ch-red);color:#fff;border-radius:99px;min-width:24px;padding:2px 6px}.chwo-cart-trigger em{font-style:normal;font-weight:800}.chwo-categories{position:sticky;top:0;z-index:20;display:flex;gap:8px;overflow:auto;padding:12px 2px;background:rgba(255,255,255,.95);backdrop-filter:blur(10px);scrollbar-width:none}.chwo-categories::-webkit-scrollbar{display:none}.chwo-categories a{flex:0 0 auto;text-decoration:none!important;color:#444!important;background:#f2f2f2;border-radius:99px;padding:10px 16px;font-weight:700}.chwo-categories a.is-active,.chwo-categories a:hover{background:var(--ch-dark);color:#fff!important}.chwo-category-section{scroll-margin-top:75px;margin:35px 0 48px}.chwo-section-title h2{font-size:30px;margin:0 0 6px}.chwo-section-title p{color:var(--ch-muted);margin:0 0 15px}.chwo-product-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px}.chwo-product-card{overflow:hidden;border:1px solid var(--ch-line);border-radius:var(--ch-radius);background:#fff;transition:.2s;box-shadow:0 5px 16px rgba(0,0,0,.035)}.chwo-product-card:hover{transform:translateY(-3px);box-shadow:0 12px 30px rgba(0,0,0,.08)}.chwo-product-card.is-highlighted{box-shadow:0 0 0 4px rgba(213,34,34,.25)}.chwo-product-card__image{position:relative;aspect-ratio:4/3;background:#fafafa}.chwo-product-card__image img{width:100%;height:100%;object-fit:cover}.chwo-badge{position:absolute;left:12px;top:12px;background:#fff;color:var(--ch-red);font-weight:800;padding:7px 10px;border-radius:99px;font-size:12px}.chwo-product-card__body{padding:16px}.chwo-product-card h3{font-size:20px;margin:0 0 6px}.chwo-product-card p{color:var(--ch-muted);font-size:14px;line-height:1.45;margin:0 0 16px;min-height:40px}.chwo-product-card__foot{display:flex;justify-content:space-between;align-items:center;gap:12px}.chwo-product-card__foot>strong{font-size:16px}.chwo-product-card .price{color:inherit!important}.chwo-add-button{border:0!important;border-radius:11px!important;background:var(--ch-red)!important;color:#fff!important;padding:10px 15px!important;text-decoration:none!important;font-weight:800!important;cursor:pointer;line-height:1.2!important}.chwo-mobile-bar{display:none}.chwo-overlay{position:fixed;inset:0;background:rgba(0,0,0,.45);z-index:99990;opacity:0;pointer-events:none;transition:.2s}.chwo-overlay.is-open{opacity:1;pointer-events:auto}.chwo-drawer{position:fixed;right:0;top:0;bottom:0;width:min(480px,100%);background:#fff;z-index:99991;transform:translateX(105%);transition:.28s;display:flex;flex-direction:column;box-shadow:-15px 0 50px rgba(0,0,0,.18)}.chwo-drawer.is-open{transform:none}.chwo-drawer__head{display:flex;justify-content:space-between;align-items:center;padding:19px 21px;border-bottom:1px solid var(--ch-line)}.chwo-drawer__head span{display:block;font-size:22px;font-weight:900}.chwo-drawer__head strong{font-size:13px;color:var(--ch-muted)}.chwo-drawer__head button,.chwo-modal__close{border:0;background:#eee;width:38px;height:38px;border-radius:50%;font-size:28px;cursor:pointer}.chwo-cart-items{overflow:auto;min-height:80px;padding:8px 20px;flex:1 1 auto}.chwo-empty{text-align:center;color:var(--ch-muted);padding:36px 15px}.chwo-cart-item{display:grid;grid-template-columns:72px 1fr;gap:12px;padding:14px 0;border-bottom:1px solid var(--ch-line)}.chwo-cart-item img{width:72px;height:72px;object-fit:cover;border-radius:12px}.chwo-cart-item strong,.chwo-cart-item small,.chwo-cart-item span{display:block}.chwo-cart-item small{color:var(--ch-muted);margin-top:2px}.chwo-cart-item span{font-weight:800;margin-top:5px}.chwo-qty{display:flex;align-items:center;gap:9px;margin-top:8px}.chwo-qty button{border:1px solid #ddd;background:#fff;border-radius:8px;min-width:29px;height:29px;cursor:pointer}.chwo-qty .chwo-remove{border:0;color:var(--ch-red);width:auto;margin-left:5px}.chwo-cart-summary{display:flex;justify-content:space-between;padding:15px 21px;border-top:1px solid var(--ch-line);font-size:20px}.chwo-cart-summary strong{font-size:24px}.chwo-order-form{padding:4px 21px 22px;max-height:52vh;overflow:auto}.chwo-order-form h3{margin:8px 0 12px}.chwo-order-form label>span,.chwo-order-form legend{font-weight:750;display:block;margin:10px 0 6px}.chwo-order-form input[type=text],.chwo-order-form select{width:100%;border:1px solid #d8d8d8;border-radius:11px;padding:12px 13px;font-size:16px;background:#fff}.chwo-choice{display:grid;grid-template-columns:repeat(3,1fr);gap:7px}.chwo-choice input{position:absolute;opacity:0}.chwo-choice span{display:block!important;border:1px solid #ddd;border-radius:10px;padding:10px 5px!important;text-align:center;font-size:13px;cursor:pointer;margin:0!important}.chwo-choice input:checked+span{border-color:var(--ch-red);background:#fff2f2;color:var(--ch-red)}.chwo-order-form fieldset{border:0;padding:0;margin:0}.chwo-whatsapp-submit{width:100%;margin-top:15px;border:0;border-radius:13px;background:#1fa855;color:#fff;padding:14px;cursor:pointer}.chwo-whatsapp-submit span,.chwo-whatsapp-submit small{display:block}.chwo-whatsapp-submit span{font-size:17px;font-weight:900}.chwo-whatsapp-submit small{opacity:.9;margin-top:3px}.chwo-form-message{min-height:20px;text-align:center;color:var(--ch-red);font-size:13px}.chwo-modal{position:fixed;inset:0;z-index:99995;background:rgba(0,0,0,.5);display:grid;place-items:center;padding:16px;opacity:0;pointer-events:none;transition:.2s}.chwo-modal.is-open{opacity:1;pointer-events:auto}.chwo-modal__dialog{position:relative;background:#fff;border-radius:20px;padding:25px;width:min(520px,100%);max-height:90vh;overflow:auto}.chwo-modal__close{position:absolute;right:12px;top:12px}.chwo-option-modal h2{margin:0 45px 8px 0}.chwo-option-modal p{color:var(--ch-muted)}.chwo-option-modal label span{display:block;font-weight:800;margin:13px 0 6px}.chwo-option-modal select{width:100%;padding:12px;border:1px solid #ddd;border-radius:11px;font-size:15px}.chwo-half-price{padding:15px;background:#f7f7f7;border-radius:11px;margin-top:15px}.chwo-modal-actions{text-align:right;margin-top:18px}.chwo-toast{position:fixed;left:50%;bottom:90px;transform:translate(-50%,20px);z-index:100000;background:#171717;color:#fff;border-radius:99px;padding:11px 18px;font-weight:700;opacity:0;transition:.2s}.chwo-toast.show{opacity:1;transform:translate(-50%,0)}.chwo-lock{overflow:hidden}
@media(max-width:900px){.chwo-product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:620px){.chwo-app{padding:8px 10px 95px}.chwo-app__hero{padding:20px 17px;border-radius:18px}.chwo-app__hero h1{font-size:32px}.chwo-app__hero p{font-size:14px}.chwo-cart-trigger{display:none}.chwo-categories{margin:0;padding:12px 4px;display:flex;flex-wrap:wrap;justify-content:center;align-items:center;overflow:visible;gap:8px}.chwo-categories a{flex:0 1 auto;padding:9px 13px;font-size:14px;text-align:center;white-space:nowrap}.chwo-category-section{margin:25px 0 36px}.chwo-section-title h2{font-size:25px}.chwo-product-grid{grid-template-columns:1fr;gap:13px}.chwo-product-card{display:grid;grid-template-columns:120px 1fr}.chwo-product-card__image{aspect-ratio:1/1}.chwo-product-card__body{padding:12px}.chwo-product-card h3{font-size:17px}.chwo-product-card p{font-size:12px;min-height:0;margin-bottom:10px}.chwo-product-card__foot{align-items:flex-end}.chwo-product-card__foot>strong{font-size:14px}.chwo-add-button{padding:9px 11px!important;font-size:13px!important}.chwo-mobile-bar{position:fixed;left:10px;right:10px;bottom:10px;z-index:99980;background:#171717;color:#fff;border-radius:15px;padding:11px 13px;display:grid;grid-template-columns:1fr auto auto;align-items:center;gap:10px;box-shadow:0 10px 30px rgba(0,0,0,.3);cursor:pointer}.chwo-mobile-bar span{font-weight:700}.chwo-mobile-bar button{border:0;background:var(--ch-red);color:#fff;border-radius:10px;padding:9px 12px;font-weight:800}.chwo-order-form{max-height:48vh}.chwo-choice{grid-template-columns:1fr}.chwo-drawer__head{padding-top:calc(15px + env(safe-area-inset-top))}}
.chwo-payment-layout{display:grid;grid-template-columns:minmax(0,1fr) 155px;gap:12px;align-items:end;margin-top:4px}.chwo-payment-select{min-width:0}.chwo-qr-card{border:1px solid #e1e1e1;border-radius:13px;background:#fafafa;padding:8px;text-align:center}.chwo-qr-card[hidden]{display:none!important}.chwo-qr-open{display:block;width:100%;border:0;background:#fff;border-radius:9px;padding:5px;cursor:zoom-in}.chwo-qr-open img{display:block;width:100%;aspect-ratio:1;object-fit:contain}.chwo-qr-card strong,.chwo-qr-card small{display:block}.chwo-qr-card strong{font-size:13px;margin-top:6px}.chwo-qr-card small{font-size:10px;color:var(--ch-muted);line-height:1.25;margin-top:2px}.chwo-qr-modal{position:fixed;inset:0;z-index:100010;background:rgba(0,0,0,.72);display:grid;place-items:center;padding:18px;opacity:0;pointer-events:none;transition:.2s}.chwo-qr-modal.is-open{opacity:1;pointer-events:auto}.chwo-qr-modal__dialog{position:relative;width:min(430px,100%);background:#fff;border-radius:22px;padding:24px;text-align:center;box-shadow:0 20px 70px rgba(0,0,0,.35)}.chwo-qr-modal__dialog h3{margin:0 35px 14px;font-size:25px}.chwo-qr-modal__dialog img{display:block;width:min(330px,100%);aspect-ratio:1;object-fit:contain;margin:auto;border:1px solid #eee;border-radius:14px;padding:8px;background:#fff}.chwo-qr-modal__dialog p{margin:14px 0 0;color:var(--ch-muted);font-size:14px}.chwo-qr-modal__close{position:absolute;right:12px;top:12px;border:0;background:#eee;width:38px;height:38px;border-radius:50%;font-size:27px;cursor:pointer}
@media(max-width:620px){.chwo-payment-layout{grid-template-columns:1fr}.chwo-qr-card{display:grid;grid-template-columns:105px 1fr;align-items:center;text-align:left;gap:10px}.chwo-qr-card strong{font-size:15px;margin-top:0}.chwo-qr-card small{font-size:12px}.chwo-qr-modal__dialog{padding:20px 16px}.chwo-qr-modal__dialog h3{font-size:22px}}
/* v2.1.1: acceso rápido del pedido en escritorio */
.chwo-mobile-bar{position:fixed;right:22px;bottom:22px;left:auto;z-index:99980;background:#171717;color:#fff;border-radius:17px;padding:12px 14px;display:grid;grid-template-columns:auto auto auto;align-items:center;gap:14px;box-shadow:0 12px 34px rgba(0,0,0,.30);cursor:pointer;opacity:0;visibility:hidden;transform:translateY(16px);pointer-events:none;transition:opacity .2s,transform .2s,visibility .2s;max-width:calc(100vw - 44px)}
.chwo-mobile-bar.is-visible{opacity:1;visibility:visible;transform:none;pointer-events:auto}
.chwo-mobile-bar span{font-weight:800;white-space:nowrap}.chwo-mobile-bar button{border:0;background:var(--ch-red);color:#fff;border-radius:11px;padding:11px 15px;font-weight:900;cursor:pointer;white-space:nowrap}
@media(max-width:620px){.chwo-mobile-bar{left:10px;right:10px;bottom:10px;grid-template-columns:1fr auto auto;max-width:none;padding:11px 13px;border-radius:15px}.chwo-mobile-bar button{padding:9px 12px}}

.chwo-category-section.chwo-category-hidden{display:none!important}
/* v2.2.0: productos por encargo */
.chwo-badge--preorder{background:#fff5dd;color:#8a5a00}
.chwo-preorder-modal{text-align:center;padding-top:4px}.chwo-preorder-icon{display:grid;place-items:center;width:62px;height:62px;margin:0 auto 12px;border-radius:50%;background:#fff3db;font-size:30px}.chwo-preorder-modal h2{margin:0 0 10px}.chwo-preorder-modal p{margin:8px 0;color:var(--ch-muted);line-height:1.55}.chwo-preorder-message{color:var(--ch-text)!important;font-weight:750;background:#fff8ea;border:1px solid #f0dfba;border-radius:12px;padding:12px}.chwo-preorder-actions{display:flex;justify-content:center;gap:10px}.chwo-preorder-cancel{border:1px solid #ddd;background:#fff;color:var(--ch-text);border-radius:11px;padding:10px 15px;font-weight:800;cursor:pointer}
@media(max-width:620px){.chwo-preorder-actions{flex-direction:column-reverse}.chwo-preorder-actions button{width:100%}}

/* v2.3.0: cabecera móvil con banner y logo centrado */
.chwo-mobile-brand{display:none}
@media(max-width:620px){
  .chwo-app{padding:0 0 95px}
  .chwo-app__hero{display:block;margin:0;padding:0;border:0;border-radius:0;background:transparent}
  .chwo-app__hero-copy{display:none}
  .chwo-mobile-brand{display:block;width:100%;overflow:hidden;background:#fff}
  .chwo-mobile-brand__banner{height:154px;background:linear-gradient(135deg,#1c1717 0%,#6b1010 60%,#d52222 100%);overflow:hidden}
  .chwo-mobile-brand__banner img{display:block;width:100%;height:100%;object-fit:cover}
  .chwo-mobile-brand__identity{position:relative;z-index:1;display:flex;flex-direction:column;align-items:center;margin:-49px auto 0;text-align:center}
  .chwo-mobile-brand__logo{display:grid;place-items:center;width:98px;height:98px;overflow:hidden;border:5px solid #fff;border-radius:50%;background:#fff;box-shadow:0 7px 18px rgba(0,0,0,.18)}
  .chwo-mobile-brand__logo img{display:block;width:100%;height:100%;object-fit:contain}
  .chwo-mobile-brand__logo span{color:var(--ch-red);font-size:27px;font-weight:950;letter-spacing:-.08em}
  .chwo-mobile-brand__identity>div:last-child{margin-top:8px}
  .chwo-mobile-brand__identity strong,.chwo-mobile-brand__identity span{display:block}
  .chwo-mobile-brand__identity strong{font-size:20px;line-height:1.1;font-weight:900}
  .chwo-mobile-brand__identity span{margin-top:3px;color:var(--ch-muted);font-size:13px;font-weight:650}
  .chwo-categories{position:relative;top:auto;margin:15px 10px 0;padding:10px 4px;background:transparent;backdrop-filter:none}
  .chwo-catalog{padding:0 10px}
  .chwo-category-section{margin:22px 0 36px}
}
