:root{--bg:#f4f5f7;--panel:#ffffff;--panel-2:#f8f9fb;--text:#111111;--muted:#5f6673;--red:#d90429;--red-2:#ef233c;--green:#16a34a;--border:rgba(17,17,17,.08);--shadow:0 18px 48px rgba(15,23,42,.08)}*{box-sizing:border-box}html,body{overflow-x:hidden}body{margin:0;font-family:Inter,sans-serif;background:var(--bg);color:var(--text)}a{text-decoration:none;color:inherit}img{max-width:100%;display:block}main{min-height:70vh}.container{width:min(1180px,92%);margin:0 auto}.topbar{position:sticky;top:0;z-index:20;background:#000;border-bottom:1px solid rgba(255,255,255,.08)}.header-inner{display:grid;grid-template-columns:220px 180px 1fr auto;gap:16px;align-items:center;padding:14px 0}.logo{justify-self:start}.logo img{max-height:58px;width:auto}.nav,.header-actions{display:flex;gap:14px;align-items:center}.nav a,.header-actions a{color:#f8f9fa;font-size:.95rem}.header-actions a i,.nav .btn i{margin-right:8px}.searchbar input,input,select,textarea{width:100%;padding:13px 14px;background:#fff;border:1px solid var(--border);color:var(--text);border-radius:12px}.searchbar input{padding:11px 14px;background:#fff}.searchbar input::placeholder,input::placeholder,textarea::placeholder{color:#8a919e}.btn-nav{background:#111;color:#fff;border:1px solid rgba(255,255,255,.14);border-radius:12px}.btn-nav:hover{background:#1b1b1b;color:#fff}.category-menu{min-width:220px}.desktop-only{display:inline}.mobile-only{display:none}.section{padding:38px 0}.section-head{display:flex;justify-content:space-between;align-items:center;gap:12px;margin-bottom:20px}.section h1,.section h2,.section h3{margin:0 0 8px}.card{background:var(--panel);border:1px solid var(--border);border-radius:24px;padding:20px;box-shadow:var(--shadow)}.hero{padding:24px 0 10px}.hero-grid{display:grid;grid-template-columns:260px 1fr;gap:22px}.hero-categories{display:grid;gap:12px;align-content:start;background:#fff}.hero-categories a{color:var(--muted);display:flex;align-items:center;gap:8px}.hero-banner{background:linear-gradient(135deg,#fff,#f7f7f8);padding:0;overflow:hidden}.hero-banner-link{display:block;position:relative;min-height:380px}.hero-banner-image,.hero-banner-fallback{display:block;width:100%;height:380px;object-fit:cover}.hero-banner-fallback{background:radial-gradient(circle at center,#fca5a5 0,#ef233c 25%,#111 100%)}.hero-banner .carousel-item{height:380px}.hero-banner .carousel-control-prev,.hero-banner .carousel-control-next{width:56px}.hero-banner .carousel-control-prev-icon,.hero-banner .carousel-control-next-icon{width:44px;height:44px;border-radius:999px;background-color:rgba(0,0,0,.28);background-size:48%}.hero-banner .carousel-indicators{margin-bottom:18px}.hero-banner .carousel-indicators [data-bs-target]{width:34px;height:4px;border:0;border-radius:999px;margin:0 4px;background-color:rgba(255,255,255,.55)}.hero-banner .carousel-indicators .active{background-color:var(--red)}.tag{display:inline-block;padding:7px 12px;background:rgba(217,4,41,.08);border:1px solid rgba(217,4,41,.18);color:var(--red);border-radius:999px;font-size:.8rem;font-weight:700;margin-bottom:12px}.btn{display:inline-flex;justify-content:center;align-items:center;gap:8px;padding:12px 18px;border:none;border-radius:14px;background:linear-gradient(135deg,var(--red),var(--red-2));color:#fff!important;font-weight:700;cursor:pointer}.btn:hover{filter:brightness(.98)}.btn-secondary{background:#111;color:#fff!important}.btn-danger{background:#540f14}.btn-full{width:100%}.product-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.product-card{height:100%;display:flex;flex-direction:column}.product-card-content{display:flex;flex-direction:column;gap:8px;flex:1}.product-card-content .price-wrap{margin-top:auto}.product-card img{aspect-ratio:1/1;object-fit:cover;border-radius:18px;margin-bottom:14px;background:#f2f3f5}.product-card h3{font-size:1rem;margin:0 0 8px}.product-card p{color:var(--muted);font-size:.92rem;min-height:40px}.product-card .price-wrap{display:flex;gap:12px;align-items:center;margin:12px 0}.product-card .price-wrap strong{font-size:1.1rem;color:var(--text)}.product-card .price-wrap span{text-decoration:line-through;color:#8f949f}.product-card form{margin-top:auto}.product-card-button{min-height:56px}.product-card-button-label{display:inline}.categories-row .category-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.mini-card{padding:28px 16px;text-align:center;background:#fff;border:1px solid var(--border);border-radius:20px;display:grid;gap:10px;box-shadow:var(--shadow)}.mini-card i{font-size:1.3rem;color:var(--red)}.promo-wide{min-height:240px;display:flex;align-items:center;background:linear-gradient(135deg,#fff,#f6f7f9)}.filters,.inline-fields,.grid-2,.checkout-layout,.product-detail-grid,.stats-grid,.footer-grid{display:grid;gap:16px}.filters{grid-template-columns:2fr 1fr 1fr auto}.product-detail-grid{grid-template-columns:1.1fr .9fr}.product-main-image{border-radius:20px;aspect-ratio:1/1;object-fit:cover}.shipping-box{margin-top:20px}.nested-card{margin-top:16px;padding:16px}.checkout-layout{grid-template-columns:1fr 360px}.cart-item{display:grid;grid-template-columns:1fr auto auto;gap:16px;align-items:center}.order-summary form{margin-top:12px}.grid-2{grid-template-columns:1fr 1fr}.narrow{max-width:720px}.form-card{display:grid;gap:12px}.checkbox{display:flex;gap:8px;align-items:center;color:var(--muted)}.hint{color:var(--muted);font-size:.9rem}.center-text{text-align:center}.stats-grid{grid-template-columns:repeat(4,1fr)}.admin-links{display:flex;gap:12px;flex-wrap:wrap;margin-top:20px}.table-wrap{overflow:auto}table{width:100%;border-collapse:collapse}th,td{padding:12px;border-bottom:1px solid var(--border);text-align:left}th{background:#fafafa}.table-actions{display:flex;gap:12px;align-items:center;flex-wrap:wrap}.table-actions form{margin:0}.btn-link{background:none;border:none;padding:0;color:var(--red);font-weight:600;cursor:pointer}.btn-link-danger{color:#b91c1c}.admin-preview{border-radius:16px;max-height:220px;object-fit:cover}.order-line{display:grid;grid-template-columns:80px 1fr auto auto;gap:12px;padding:12px 0;border-bottom:1px solid var(--border)}.flashes{padding-top:14px}.flash{padding:14px 16px;border-radius:14px;margin-bottom:12px}.flash.success{background:rgba(15,220,106,.12);border:1px solid rgba(15,220,106,.35)}.flash.info{background:rgba(53,145,255,.12);border:1px solid rgba(53,145,255,.35)}.flash.warning{background:rgba(255,201,60,.12);border:1px solid rgba(255,201,60,.35)}.flash.danger{background:rgba(216,13,24,.12);border:1px solid rgba(255,43,43,.35)}.footer{margin-top:40px;padding:40px 0;background:#fff;border-top:1px solid var(--border)}.footer-grid{grid-template-columns:2fr 1fr 1fr}.footer-logo{max-height:64px;margin-bottom:14px}.footer h4{margin-top:0}.footer p,.footer a{color:var(--muted);display:block;margin:.35rem 0}.footer a i,.footer p i{margin-right:8px;color:var(--red)}.carousel-indicators [data-bs-target]{background-color:var(--red)}.carousel-control-next,.carousel-control-prev{width:8%}@media (max-width:980px){.header-inner{grid-template-columns:auto 1fr auto;gap:10px;padding:10px 0}.header-categories-nav{justify-content:flex-start}.header-categories-btn{min-width:auto;padding:10px 12px;border-radius:14px}.header-categories-btn.dropdown-toggle::after{display:none}.header-categories-btn i{margin-right:0;font-size:1.15rem}.logo{justify-self:center}.logo img{max-height:42px}.searchbar{display:none}.header-actions{justify-content:flex-end;gap:8px}.header-actions a{display:inline-flex;align-items:center;justify-content:center;min-width:42px;height:42px;padding:0 10px;border:1px solid rgba(255,255,255,.14);border-radius:14px;background:#111}.header-actions a i{margin-right:0;font-size:1.05rem}.desktop-only{display:none}.mobile-only{display:inline}.hero-grid,.checkout-layout,.product-detail-grid,.footer-grid,.stats-grid,.filters,.categories-row .category-grid{grid-template-columns:1fr}.hero{padding-top:18px}.hero-categories{display:none}.hero-banner-link{min-height:220px}.hero-banner-image,.hero-banner-fallback,.hero-banner .carousel-item{height:220px}.section{padding:30px 0}.section-head{margin-bottom:16px}.section-head h2{font-size:1.9rem}.product-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.product-card{padding:14px}.product-card h3{font-size:.95rem}.product-card p{font-size:.86rem;min-height:68px}.product-card .price-wrap{flex-direction:column;align-items:flex-start;gap:4px}.product-card-button{width:52px;min-width:52px;height:52px;min-height:52px;padding:0;border-radius:16px}.product-card-button i{margin:0;font-size:1.1rem}.product-card-button-label{display:none}.promo-wide{min-height:auto;padding:22px}}
.product-brand{display:inline-block;font-size:.78rem;font-weight:700;letter-spacing:.04em;color:var(--red);margin-bottom:6px;text-transform:uppercase}.product-meta-line{margin:.15rem 0 1rem;color:var(--muted)}.whatsapp-purchase-box{display:grid;gap:12px;margin-top:18px}.whatsapp-shipping-label{font-weight:700;color:var(--red);margin:0}.benefit-section{padding-top:0}.benefit-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;background:#efefef}.benefit-item{display:flex;gap:14px;align-items:flex-start}.benefit-item strong{display:block;font-size:1.05rem;margin-bottom:4px}.benefit-item p{margin:0;color:#2f3440}.benefit-icon{width:44px;height:44px;border-radius:14px;display:grid;place-items:center;background:rgba(217,4,41,.08);color:var(--red);font-size:1.2rem;flex-shrink:0}.admin-category-layout{grid-template-columns:360px 1fr}.category-block{padding:16px 0;border-bottom:1px solid var(--border)}.category-block:last-child{border-bottom:none}.category-header-row{display:flex;justify-content:space-between;gap:16px;align-items:flex-start;margin-bottom:12px}.brand-chip-list{display:flex;flex-wrap:wrap;gap:10px;margin-bottom:14px}.brand-chip{padding:8px 12px;border-radius:999px;background:var(--panel-2);border:1px solid var(--border);font-size:.88rem}.brand-inline-form{display:grid;grid-template-columns:minmax(0,1fr) auto auto;gap:12px;align-items:center;margin-bottom:14px}.brand-admin-list{display:grid;gap:10px}.brand-admin-item{display:grid;grid-template-columns:minmax(0,1fr) auto auto;gap:12px;align-items:center}@media (max-width:980px){.benefit-grid{grid-template-columns:1fr}.brand-inline-form,.brand-admin-item,.admin-category-layout{grid-template-columns:1fr}.category-header-row{flex-direction:column}}

.flavor-badge-editor,.flavor-badge-list{display:flex;flex-wrap:wrap;gap:12px;margin-top:12px}.flavor-badge{display:inline-flex;align-items:center;gap:8px;padding:10px 14px;border:1px solid rgba(217,4,41,.55);border-radius:10px;background:#fff;color:#272b35;font-weight:600}.flavor-badge-removable{cursor:pointer}.flavor-badge-removable span{font-size:1rem;line-height:1;color:var(--red)}.product-flavors{margin:14px 0 2px}.product-flavors-title{font-weight:700;margin:0 0 10px}.product-card-button,.product-card form{margin-top:16px}.product-card form{margin-top:16px}
