:root{--orange:#ff6b00;--ink:#142033;--muted:#667085;--line:#e7eaf0;--bg:#f6f8fb;--white:#fff;--green:#14804a;--red:#b42318}*{box-sizing:border-box}body{margin:0;font-family:Inter,Segoe UI,Arial,sans-serif;background:var(--bg);color:var(--ink)}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}.container{max-width:1240px;margin:auto;padding:28px 20px 60px}.topbar{height:76px;background:#fff;border-bottom:1px solid var(--line);display:flex;align-items:center;justify-content:space-between;padding:0 max(20px,calc((100vw - 1240px)/2));position:sticky;top:0;z-index:30}.brand{display:flex;align-items:center;gap:10px}.brand>span{width:42px;height:42px;border-radius:12px;display:grid;place-items:center;background:linear-gradient(135deg,#ff7b16,#ff4d00);color:#fff;font-weight:900}.brand div{display:flex;flex-direction:column}.brand small,.muted,small{color:var(--muted)}nav{display:flex;align-items:center;gap:18px;font-weight:600}.nav-cta,.btn{border:0;background:var(--orange);color:#fff;padding:11px 16px;border-radius:10px;font-weight:800;cursor:pointer}.btn.secondary{background:#fff;color:var(--ink);border:1px solid var(--line)}.btn.full,.full{width:100%}.hero{border-radius:26px;background:linear-gradient(135deg,#182236,#0f1725);color:#fff;padding:48px;display:grid;grid-template-columns:1.2fr 1fr;gap:40px;align-items:center;overflow:hidden}.hero h1{font-size:44px;line-height:1.05;margin:8px 0 14px}.hero p{color:#d2d8e2;font-size:18px}.eyebrow,.section-title span{color:#ff9b52;font-size:12px;font-weight:900;letter-spacing:1.4px}.search-box{background:#fff;padding:16px;border-radius:16px;display:grid;grid-template-columns:1fr 150px auto;gap:8px}.search-box input,.search-box select,input,select,textarea{border:1px solid #d8dee8;border-radius:9px;padding:11px 12px;font:inherit;background:#fff}.search-box button{background:var(--orange);color:#fff;border:0;border-radius:9px;font-weight:800}.banner-row{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:18px;margin:24px 0}.banner-row img{width:100%;height:180px;object-fit:cover;border-radius:18px}.layout-with-sidebar,.store-layout,.checkout-layout{display:grid;grid-template-columns:minmax(0,1fr) 300px;gap:26px;margin-top:30px}.section-title{display:flex;align-items:end;justify-content:space-between;margin:18px 0}.section-title h2{margin:4px 0}.store-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.store-card,.product-card,.panel,.metric,.auth-card{background:#fff;border:1px solid var(--line);border-radius:16px;box-shadow:0 8px 28px #1420330a}.store-card{padding:10px;position:relative}.store-card.featured{outline:2px solid #ffbd87}.store-cover{height:150px;background:#e9edf3 center/cover;border-radius:12px;position:relative}.badge{position:absolute;top:10px;left:10px;background:#ff6b00;color:#fff;padding:6px 9px;border-radius:999px;font-size:12px;font-weight:800}.badge.inline{position:static;display:inline-block}.store-body{display:flex;gap:12px;padding:14px 6px}.store-logo{width:48px;height:48px;border-radius:12px;border:1px solid var(--line);overflow:hidden;flex:none}.store-logo img{width:100%;height:100%;object-fit:cover}.store-body h3{margin:0 0 4px}.store-body p{margin:0 0 5px;color:var(--muted)}.side-banner{display:block;margin-bottom:18px}.side-banner img{width:100%;border-radius:16px}.aside-placeholder{padding:24px;background:#fff;border:1px dashed #bac3d0;border-radius:16px;display:flex;flex-direction:column;gap:8px}.product-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:18px}.product-grid.compact{grid-template-columns:repeat(3,1fr)}.product-card{overflow:hidden;display:grid;grid-template-columns:150px 1fr}.product-card>img{width:100%;height:100%;min-height:180px;object-fit:cover;background:#edf0f5}.product-card>div{padding:18px}.product-card h3{margin:5px 0}.product-card p{color:var(--muted);font-size:14px;min-height:42px}.product-bottom{display:flex;align-items:center;justify-content:space-between;gap:10px}.product-bottom strong{font-size:20px}.product-bottom form{display:flex;gap:6px}.product-bottom input{width:58px}.store-hero{border-radius:24px;overflow:hidden;background:#111827;color:#fff;position:relative}.store-hero-bg{position:absolute;inset:0;background:center/cover;opacity:.25}.store-hero-content{position:relative;padding:50px;display:flex;gap:24px;align-items:center}.store-hero-content>img{width:110px;height:110px;border-radius:22px;object-fit:cover;border:4px solid #fff}.store-hero h1{font-size:40px;margin:5px 0}.chips{display:flex;gap:8px;flex-wrap:wrap}.chips b{background:#ffffff1d;padding:7px 10px;border-radius:8px;font-size:13px}.category-bar{display:flex;gap:8px;overflow:auto;padding:18px 0}.category-bar button,.category-bar a{border:1px solid var(--line);background:#fff;padding:10px 15px;border-radius:999px;white-space:nowrap;cursor:pointer}.category-bar .active{background:var(--orange);border-color:var(--orange);color:#fff}.category-bar.small{padding:0 0 18px}.sticky{position:sticky;top:98px;height:max-content}.total-line{display:flex;justify-content:space-between;gap:16px;padding:8px 0}.total-line.big{font-size:18px}.cart-line{display:grid;grid-template-columns:64px 1fr 70px 100px;align-items:center;gap:14px;border-bottom:1px solid var(--line);padding:13px 0}.cart-line img{width:64px;height:64px;object-fit:cover;border-radius:9px}.cart-line div{display:flex;flex-direction:column}.panel{padding:22px;margin-bottom:18px}.page-head{margin:20px 0 28px}.page-head h1{font-size:36px;margin:8px 0}.form-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:16px}.form-grid label{display:flex;flex-direction:column;gap:7px;font-weight:700}.form-grid small{font-weight:400}.form-grid textarea{min-height:100px}.form-grid .full,.form-grid hr{grid-column:1/-1}.payment-option,.payment-config{display:grid!important;grid-template-columns:auto 1fr;gap:12px;padding:12px;border:1px solid var(--line);border-radius:10px}.payment-option span{display:flex;flex-direction:column}.payment-config{grid-template-columns:180px 1fr 2fr!important;align-items:center}.alert{padding:13px 16px;border-radius:10px;margin:12px 0}.alert.error{background:#fee4e2;color:#912018}.alert.success{background:#dcfae6;color:#075e3b}.flash-wrap{max-width:1240px;margin:auto}.empty{background:#fff;border:1px dashed #b8c1cf;border-radius:16px;padding:40px;text-align:center;margin:30px 0}.status{display:inline-block;padding:5px 8px;border-radius:999px;background:#eef2f6;font-size:12px;font-weight:800}.status-completed{background:#dcfae6;color:#087443}.status-cancelled{background:#fee4e2;color:#b42318}.status-pending{background:#fff2cc;color:#7a4c00}.status-accepted,.status-preparing,.status-out_for_delivery{background:#e0efff;color:#175cd3}.timeline>div{display:flex;gap:12px;padding:10px 0}.timeline i{width:12px;height:12px;background:var(--orange);border-radius:50%;margin-top:5px}.timeline span{display:flex;flex-direction:column}.auth-card{max-width:460px;margin:50px auto;padding:28px}.auth-card form,.auth-card label{display:flex;flex-direction:column;gap:9px}.auth-card form{gap:15px}.table-wrap{overflow:auto}table{width:100%;border-collapse:collapse;min-width:760px}th,td{text-align:left;padding:13px;border-bottom:1px solid var(--line);vertical-align:middle}th{font-size:12px;text-transform:uppercase;color:var(--muted)}td small{display:block;margin-top:4px}.thumb{width:48px;height:48px;object-fit:cover;border-radius:8px;display:inline-block;vertical-align:middle;margin-right:8px}.actions{white-space:nowrap}.actions form{display:inline}.actions button,td button{border:0;background:#eef2f6;padding:7px 9px;border-radius:7px;cursor:pointer}.inline-form{display:flex;gap:6px}.inline-form input{min-width:100px}.filter-row,.section-actions{display:flex;align-items:end;gap:12px}.filter-row label{display:flex;flex-direction:column;gap:6px}.metric-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;margin-bottom:20px}.metric{padding:20px;display:flex;flex-direction:column}.metric>b{font-size:30px;margin:6px 0}.panel-body{display:grid;grid-template-columns:250px 1fr;min-height:100vh}.panel-nav{background:#111827;color:#e5e7eb;padding:20px;display:flex;flex-direction:column;gap:5px;position:sticky;top:0;height:100vh}.panel-nav>a:not(.brand){padding:11px 12px;border-radius:8px}.panel-nav>a:not(.brand):hover{background:#ffffff13}.nav-spacer{flex:1}.panel-main{padding:28px;min-width:0}.panel-top{display:flex;justify-content:space-between;align-items:center;margin-bottom:24px}.panel-top h1{margin:3px 0}.user-pill{background:#fff;border:1px solid var(--line);padding:10px 14px;border-radius:999px}footer{background:#111827;color:#fff;padding:35px max(20px,calc((100vw - 1240px)/2));display:flex;justify-content:space-between}footer div{display:flex;flex-direction:column;gap:5px}footer span{color:#aab3c2}
@media(max-width:1000px){.store-grid{grid-template-columns:repeat(2,1fr)}.layout-with-sidebar,.store-layout{grid-template-columns:1fr}.layout-with-sidebar>aside{display:grid;grid-template-columns:repeat(2,1fr)}.cart-summary{position:static}.product-grid.compact{grid-template-columns:repeat(2,1fr)}.panel-body{grid-template-columns:1fr}.panel-nav{position:static;height:auto;flex-direction:row;overflow:auto}.panel-nav .brand,.nav-spacer{display:none}.metric-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:720px){.topbar{height:auto;padding:12px 16px;align-items:flex-start}.topbar nav{gap:10px;flex-wrap:wrap;justify-content:flex-end;font-size:13px}.brand div{display:none}.container{padding:18px 14px 45px}.hero{grid-template-columns:1fr;padding:28px}.hero h1{font-size:34px}.search-box{grid-template-columns:1fr}.store-grid,.product-grid,.product-grid.compact{grid-template-columns:1fr}.product-card{grid-template-columns:120px 1fr}.layout-with-sidebar>aside{grid-template-columns:1fr}.checkout-layout{grid-template-columns:1fr}.form-grid{grid-template-columns:1fr}.form-grid .full,.form-grid hr{grid-column:auto}.store-hero-content{padding:28px;align-items:flex-start}.store-hero-content>img{width:78px;height:78px}.store-hero h1{font-size:30px}.cart-line{grid-template-columns:55px 1fr 65px}.cart-line>b{grid-column:2/-1;text-align:right}.metric-grid{grid-template-columns:1fr}.panel-main{padding:16px}.payment-config{grid-template-columns:1fr!important}.filter-row{align-items:stretch;flex-direction:column}footer{flex-direction:column;gap:15px}}
/* 44food v2 */
:root{--orange:#f97316;--brand-green:#16a34a}.brand-logo img{width:176px;height:54px;object-fit:contain;object-position:left center}.panel-brand img{filter:drop-shadow(0 2px 5px #0002);background:#fff;border-radius:10px;padding:4px}.notice{padding:14px 16px;background:#effaf2;border:1px solid #b8e6c3;border-radius:12px;margin:14px 0;color:#166534}.alert.info{background:#e8f1ff;color:#175cd3}.price-stack{display:flex;flex-direction:column}.price-old{text-decoration:line-through;color:#8a94a4;font-size:13px}.price-promo{font-size:21px;color:#14804a}.product-image-link{position:relative;display:block;min-height:180px}.product-image-link>img{width:100%;height:100%;min-height:180px;object-fit:cover}.unavailable{opacity:.65}.unavailable-label{position:absolute;inset:auto 8px 8px;background:#111827dd;color:#fff;padding:6px 9px;border-radius:999px;font-size:12px}.add-quick{width:43px;height:43px;border-radius:50%;font-size:25px;padding:0}.store-main-banner{min-height:260px;margin:24px 0;border-radius:24px;background:center/cover;display:flex;align-items:center;padding:38px;overflow:hidden;position:relative;color:#fff}.store-main-banner:before{content:"";position:absolute;inset:0;background:linear-gradient(90deg,#101828d9,#10182822)}.store-main-banner>div{position:relative;max-width:520px}.store-main-banner h2{font-size:34px;margin:0 0 8px}.horizontal-products{display:flex;gap:15px;overflow-x:auto;padding:5px 2px 18px;scroll-snap-type:x mandatory}.mini-product{min-width:190px;max-width:190px;background:#fff;border:1px solid var(--line);border-radius:15px;padding:10px;scroll-snap-align:start}.mini-product img{width:100%;height:135px;object-fit:cover;border-radius:10px}.mini-product h3{font-size:15px;margin:9px 0}.store-footer-links{display:flex;gap:16px;flex-wrap:wrap;padding:25px 0;border-top:1px solid var(--line)}.checkout-progress{display:grid;grid-template-columns:repeat(4,1fr);gap:8px;margin:10px 0 24px}.checkout-progress span,.checkout-progress a{padding:11px;text-align:center;background:#fff;border:1px solid var(--line);border-radius:10px;font-size:13px;font-weight:800}.checkout-progress .active{background:#16a34a;color:#fff;border-color:#16a34a}.checkout-progress .done{background:#dcfae6;color:#087443}.step-title span{font-size:12px;font-weight:900;color:#f97316;letter-spacing:1.2px}.step-title h1{margin:5px 0 8px}.fulfillment-options{display:grid;grid-template-columns:repeat(2,1fr);gap:12px}.choice-card{display:flex!important;flex-direction:row!important;align-items:flex-start;border:1px solid var(--line);padding:16px;border-radius:13px}.choice-card span{display:flex;flex-direction:column;gap:4px}.delivery-fields{padding:15px;background:#f8fafc;border-radius:13px}.payment-list{display:grid;gap:10px;margin:18px 0}.quantity-control{display:grid!important;grid-template-columns:30px 46px 30px;align-items:center}.quantity-control button{border:0;background:#eef2f6;height:34px;border-radius:7px}.quantity-control input{width:46px;padding:7px;text-align:center}.image-manager{border:1px solid var(--line);border-radius:15px;padding:18px;background:#fafbfc}.image-add-button{width:50px;height:50px;border:2px dashed #16a34a;color:#16a34a;background:#fff;border-radius:14px;font-size:30px;cursor:pointer}.image-preview-grid{display:grid;grid-template-columns:repeat(5,minmax(120px,1fr));gap:12px}.image-preview{border:1px solid var(--line);border-radius:12px;padding:8px;background:#fff}.image-preview img{width:100%;height:120px;object-fit:cover;border-radius:8px}.image-preview label{font-size:12px;margin-top:7px}.danger-check{color:#b42318}.remove-new-image{width:100%;margin-top:6px;border:0;background:#fee4e2;color:#b42318;padding:7px;border-radius:7px}.product-image-input{position:absolute;left:-9999px}.relation-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:8px}.relation-option{border:1px solid var(--line);padding:10px;border-radius:9px}.product-detail{display:grid;grid-template-columns:1.05fr .95fr;gap:30px;margin:20px 0 40px}.gallery-main{background:#fff;border:1px solid var(--line);border-radius:20px;padding:12px}.gallery-main img{width:100%;height:480px;object-fit:contain}.gallery-thumbs{display:flex;gap:8px;overflow:auto;margin-top:10px}.gallery-thumbs button{border:1px solid var(--line);background:#fff;padding:4px;border-radius:9px}.gallery-thumbs img{width:72px;height:72px;object-fit:cover}.product-info{background:#fff;border:1px solid var(--line);border-radius:20px;padding:28px}.product-info h1{font-size:36px;margin:8px 0}.detail-price{display:flex;gap:10px;align-items:end;margin:15px 0}.detail-price .price-promo,.detail-price strong{font-size:30px}.add-detail{display:flex;align-items:end;gap:12px}.add-detail label{display:flex;flex-direction:column;gap:6px}.share-actions{display:flex;gap:8px;flex-wrap:wrap;margin-top:20px}.share-actions button,.share-actions a{border:1px solid var(--line);background:#fff;padding:9px 12px;border-radius:9px}.breadcrumbs{display:flex;gap:8px;color:#667085}.confirmation-hero{background:#fff;border:1px solid var(--line);border-radius:22px;padding:30px;text-align:center;margin:20px 0}.confirmation-hero.approved{border-color:#86d99b;background:#f1fff4}.success-icon{width:70px;height:70px;margin:auto;border-radius:50%;display:grid;place-items:center;background:#16a34a;color:#fff;font-size:38px}.confirmation-actions{display:flex;justify-content:center;gap:8px;flex-wrap:wrap}.pix-panel{text-align:center}.pix-qr{width:260px;margin:15px auto}.pix-panel textarea{width:100%;min-height:110px}.order-admin-grid{display:grid;grid-template-columns:minmax(0,1fr) 330px;gap:20px}.order-item-admin{display:flex;justify-content:space-between;padding:12px 0;border-bottom:1px solid var(--line)}.order-item-admin span{display:flex;flex-direction:column}.settings-checks{display:grid;grid-template-columns:repeat(2,1fr);gap:10px}.upload-preview{width:130px;height:90px;object-fit:contain;border:1px solid var(--line);border-radius:9px;margin-top:8px}.upload-preview.wide{width:260px}.institutional-content{line-height:1.75;white-space:normal}.text-danger{color:#b42318}.status-new{background:#fff2cc;color:#7a4c00}.status-awaiting_payment{background:#fff2cc;color:#7a4c00}.status-payment_approved{background:#dcfae6;color:#087443}.status-confirmed,.status-preparing,.status-out_for_delivery{background:#e0efff;color:#175cd3}
@media(max-width:900px){.product-detail,.order-admin-grid{grid-template-columns:1fr}.image-preview-grid{grid-template-columns:repeat(3,1fr)}.relation-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:720px){.brand-logo img{width:122px;height:40px}.topbar nav a:nth-child(1){display:none}.checkout-progress{gap:4px}.checkout-progress span,.checkout-progress a{font-size:10px;padding:8px 4px}.fulfillment-options,.settings-checks{grid-template-columns:1fr}.image-preview-grid{grid-template-columns:repeat(2,1fr)}.relation-grid{grid-template-columns:1fr}.gallery-main img{height:320px}.product-info{padding:20px}.product-info h1{font-size:29px}.add-detail{align-items:stretch;flex-direction:column}.store-main-banner{min-height:210px;padding:24px}.store-main-banner h2{font-size:28px}}

/* 44food v3 — identidade geral, cartões e responsividade */
body{background:var(--bg)}
.topbar{height:var(--header-height-desktop);min-height:var(--header-height-desktop);background:var(--header-bg);color:var(--header-text);padding-top:8px;padding-bottom:8px}
.brand-logo{height:100%;min-width:0}.brand-logo img{width:var(--logo-width-desktop);height:100%;max-height:calc(var(--header-height-desktop) - 16px);object-fit:contain;object-position:left center}
.nav-cta,.btn,.search-box button,.category-bar .active{background:var(--orange)}
.btn{display:inline-flex;align-items:center;justify-content:center;min-height:44px;line-height:1.2;text-align:center;white-space:normal;gap:7px}
footer{background:var(--footer-bg)}
.site-footer-links{display:flex;flex-direction:row;flex-wrap:wrap;gap:8px 16px;margin-top:14px}.site-footer-links a{color:#fff;text-decoration:underline;text-underline-offset:3px}
.panel-brand{height:auto;min-height:64px;display:flex!important;padding:4px 2px 12px}.panel-brand img{width:100%;max-width:205px;height:62px;max-height:none;object-fit:contain;background:#fff;border-radius:10px;padding:5px}
.marketplace-products{grid-template-columns:repeat(2,minmax(0,1fr))}.marketplace-product-card{min-width:0;min-height:232px}.marketplace-product-card>div{min-width:0;display:flex;flex-direction:column}.marketplace-product-card h3{font-size:20px;line-height:1.25}.marketplace-product-card p{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden;margin:8px 0 12px;min-height:38px}.marketplace-product-card .product-bottom{margin-top:auto}.marketplace-product-card .product-image-link{min-height:232px}.marketplace-product-card .product-image-link>img{min-height:232px}
.product-card>div{min-width:0}.product-card h3 a{overflow-wrap:anywhere}.product-card small{display:block;margin-bottom:5px}.product-card .badge.inline{display:inline-flex;width:max-content;margin-bottom:5px}.add-quick{display:inline-flex;flex:0 0 43px}
.product-store-card{display:grid;grid-template-columns:82px minmax(220px,1fr) minmax(210px,auto) auto;gap:18px;align-items:center;background:#fff;border:1px solid var(--line);border-left:6px solid var(--store-primary,var(--brand-green));border-radius:18px;padding:16px 18px;margin:18px 0 24px;box-shadow:0 8px 28px #1420330a}.product-store-card>img{width:82px;height:82px;border-radius:16px;object-fit:cover;border:1px solid var(--line)}.product-store-main{min-width:0}.product-store-main h2{margin:3px 0 5px;font-size:24px}.product-store-main p{margin:0;color:var(--muted);display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden}.product-store-facts{display:flex;flex-direction:column;gap:6px;font-size:13px;color:var(--muted)}.product-store-facts span{background:#f7f8fa;border-radius:8px;padding:7px 9px}.product-store-link{background:var(--store-secondary,var(--orange));white-space:nowrap}.store-contact-box{margin-top:22px;padding:14px 16px;border-radius:12px;background:#f7f8fa;border:1px solid var(--line)}.store-contact-box p{margin:5px 0}
.checkout-layout>aside.panel{height:max-content}.checkout-actions{display:grid;grid-template-columns:1fr;gap:10px;margin-top:14px}.checkout-actions .btn{width:100%;margin:0;min-width:0;padding:12px 10px}.cart-line>div:nth-child(2){min-width:0}.cart-line strong{overflow-wrap:anywhere}
@media(max-width:1000px){.product-store-card{grid-template-columns:72px 1fr auto}.product-store-card>img{width:72px;height:72px}.product-store-facts{grid-column:2/3}.product-store-link{grid-column:3;grid-row:1/3}.marketplace-products{grid-template-columns:1fr}}
@media(max-width:720px){.topbar{height:auto;min-height:var(--header-height-mobile);padding:8px 14px;align-items:center;gap:10px}.brand-logo{height:var(--header-height-mobile);flex:0 0 auto}.brand-logo img{width:var(--logo-width-mobile);height:100%;max-height:calc(var(--header-height-mobile) - 8px)}.topbar nav{max-width:55%;justify-content:flex-end}.marketplace-product-card,.product-card{grid-template-columns:118px minmax(0,1fr);min-height:190px}.marketplace-product-card .product-image-link,.marketplace-product-card .product-image-link>img{min-height:190px}.marketplace-product-card>div,.product-card>div{padding:14px}.marketplace-product-card h3,.product-card h3{font-size:18px}.product-card p{font-size:13px;min-height:0}.product-store-card{grid-template-columns:62px 1fr;padding:14px;gap:12px}.product-store-card>img{width:62px;height:62px}.product-store-facts{grid-column:1/-1;display:grid;grid-template-columns:repeat(2,minmax(0,1fr))}.product-store-link{grid-column:1/-1;grid-row:auto;width:100%}.cart-line{grid-template-columns:54px minmax(0,1fr);gap:10px}.cart-line .quantity-control{grid-column:2}.cart-line>b{grid-column:2;text-align:left}.checkout-actions{grid-template-columns:1fr}.panel-brand{display:none!important}}
@media(max-width:480px){.topbar{align-items:flex-start;flex-direction:column}.brand-logo{width:100%;height:var(--header-height-mobile)}.brand-logo img{margin:auto}.topbar nav{max-width:none;width:100%;justify-content:center}.marketplace-product-card,.product-card{grid-template-columns:105px minmax(0,1fr)}.product-store-facts{grid-template-columns:1fr}.price-promo{font-size:19px}.add-quick{width:40px;height:40px;flex-basis:40px}}
.sticky{top:calc(var(--header-height-desktop,96px) + 18px)}
@media(max-width:720px){.sticky{position:static}}
.panel-nav{overflow-y:auto;overflow-x:hidden}

/* 44food v4 · busca no header e carrosseis da página geral */
.topbar.has-marketplace-search{min-height:var(--header-height-desktop);height:auto;display:grid;grid-template-columns:auto minmax(340px,580px) auto;gap:20px;padding-top:10px;padding-bottom:10px;align-items:center}
.topbar.has-marketplace-search .brand-logo{min-width:min(var(--logo-width-desktop),260px)}
.topbar.has-marketplace-search nav{justify-content:flex-end;gap:12px;font-size:14px;white-space:nowrap}
.header-search{width:100%;display:grid;grid-template-columns:minmax(180px,1fr) 150px auto;gap:8px;background:#fff;padding:14px;border:1px solid var(--line);border-radius:16px;box-shadow:0 10px 28px #1018281a}
.header-search input,.header-search select{width:100%;min-width:0;height:46px;border:1px solid #d8dee8;border-radius:10px;padding:10px 12px;background:#fff;color:#142033}
.header-search button{height:46px;border:0;border-radius:10px;padding:0 15px;background:var(--orange);color:#fff;font-weight:900;cursor:pointer}
.home-featured-section,.home-category-section{margin:4px 0 28px}
.home-carousel-title{align-items:center;margin-top:0}
.home-carousel-title h1{font-size:32px;margin:5px 0 0}
.home-intro{border-radius:24px;padding:34px;background:linear-gradient(135deg,#172033,#111827);color:#fff;margin-bottom:24px}
.home-intro h1{font-size:38px;margin:8px 0}.home-intro p{color:#d4dae4;margin-bottom:0}
.carousel-shell{position:relative;min-width:0}
.carousel-track{display:flex;gap:16px;overflow-x:auto;overscroll-behavior-inline:contain;scroll-snap-type:x mandatory;scroll-behavior:smooth;padding:5px 2px 14px;scrollbar-width:none}
.carousel-track::-webkit-scrollbar{display:none}
.carousel-arrow{position:absolute;top:50%;z-index:5;transform:translateY(-50%);width:42px;height:42px;border-radius:50%;border:1px solid var(--line);background:#fff;color:var(--ink);box-shadow:0 8px 25px #10182824;font-size:28px;line-height:1;display:grid;place-items:center;cursor:pointer}
.carousel-arrow.prev{left:-17px}.carousel-arrow.next{right:-17px}.carousel-arrow:disabled{opacity:.25;cursor:default}
.featured-product-carousel{padding-top:8px}
.carousel-product-card{flex:0 0 430px;scroll-snap-align:start;grid-template-columns:155px minmax(0,1fr);min-height:224px}
.carousel-product-card .product-image-link,.carousel-product-card .product-image-link>img{height:100%;min-height:224px;width:100%;object-fit:cover}
.carousel-product-card>div{padding:18px;display:flex;flex-direction:column;min-width:0}
.carousel-product-card h3{font-size:21px;line-height:1.2;margin:7px 0}
.carousel-product-card p{min-height:38px;margin:5px 0 12px;-webkit-line-clamp:2}
.carousel-product-card .product-bottom{margin-top:auto}
.product-meta-line{display:flex;align-items:center;gap:7px;flex-wrap:wrap}
.product-meta-line small{margin:0}
.category-carousel{gap:14px;padding-top:8px}
.home-category-card{flex:0 0 142px;min-height:166px;scroll-snap-align:start;background:#fff;border:1px solid var(--line);border-radius:20px;padding:14px 12px;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;gap:8px;box-shadow:0 8px 25px #1420330a;transition:transform .18s ease,border-color .18s ease,box-shadow .18s ease}
.home-category-card:hover{transform:translateY(-3px);border-color:var(--orange);box-shadow:0 14px 30px #14203318}
.home-category-card.active{border:2px solid var(--orange);background:color-mix(in srgb,var(--orange) 8%,#fff)}
.category-icon,.category-icon-fallback{width:78px;height:78px;border-radius:20px;display:grid;place-items:center;overflow:hidden;background:#f5f7fa;border:1px solid var(--line)}
.category-icon img{width:100%;height:100%;object-fit:contain;padding:7px}
.category-icon-fallback{background:linear-gradient(135deg,var(--brand-green),var(--orange));color:#fff;font-size:31px;font-weight:900}
.home-category-card strong{font-size:15px;line-height:1.15}.home-category-card small{font-size:12px}
.category-icon-admin{width:110px!important;height:110px!important;object-fit:contain!important;border-radius:18px!important;background:#f7f8fa;margin-top:8px}
.category-table-icon{width:52px;height:52px;object-fit:contain;background:#f7f8fa;padding:4px}
.category-mini-fallback{display:grid;place-items:center;width:48px;height:48px;border-radius:12px;background:linear-gradient(135deg,var(--brand-green),var(--orange));color:#fff;font-weight:900;font-size:20px}
@media(max-width:1120px){
 .topbar.has-marketplace-search{grid-template-columns:auto 1fr;flex-wrap:wrap}
 .topbar.has-marketplace-search .header-search{grid-column:1/-1;grid-row:2}
 .topbar.has-marketplace-search nav{grid-column:2;grid-row:1}
}
@media(max-width:720px){
 .topbar.has-marketplace-search{display:grid;grid-template-columns:1fr;gap:8px;padding:8px 14px}
 .topbar.has-marketplace-search .brand-logo{grid-column:1;grid-row:1;width:100%;min-width:0;height:var(--header-height-mobile)}
 .topbar.has-marketplace-search nav{grid-column:1;grid-row:2;max-width:none;width:100%;justify-content:center;overflow-x:auto;padding-bottom:2px}
 .topbar.has-marketplace-search .header-search{grid-column:1;grid-row:3;grid-template-columns:minmax(0,1fr) auto;padding:10px}
 .header-search input{grid-column:1/-1}.header-search select{min-width:0}.header-search button{padding:0 18px}
 .home-carousel-title,.home-category-section .section-title{align-items:flex-start;flex-direction:column;gap:6px}
 .home-carousel-title h1{font-size:27px}.home-carousel-title small,.home-category-section .section-title small{display:block}
 .carousel-arrow{width:36px;height:36px;font-size:24px}.carousel-arrow.prev{left:-6px}.carousel-arrow.next{right:-6px}
 .carousel-product-card{flex-basis:340px;grid-template-columns:125px minmax(0,1fr);min-height:205px}
 .carousel-product-card .product-image-link,.carousel-product-card .product-image-link>img{min-height:205px}
 .carousel-product-card>div{padding:14px}.carousel-product-card h3{font-size:18px}
 .home-category-card{flex-basis:122px;min-height:150px}.category-icon,.category-icon-fallback{width:68px;height:68px}
}
@media(max-width:480px){
 .topbar.has-marketplace-search .header-search{grid-template-columns:1fr}
 .header-search input,.header-search select,.header-search button{grid-column:1;width:100%}
 .carousel-product-card{flex-basis:305px;grid-template-columns:112px minmax(0,1fr)}
 .carousel-product-card p{display:none}.carousel-product-card h3{font-size:17px}
 .carousel-arrow{display:none}
}
/* Ajuste final: no computador a busca ocupa uma segunda faixa do próprio cabeçalho. */
.topbar.has-marketplace-search{grid-template-columns:auto minmax(0,1fr)}
.topbar.has-marketplace-search .brand-logo{grid-column:1;grid-row:1}
.topbar.has-marketplace-search nav{grid-column:2;grid-row:1}
.topbar.has-marketplace-search .header-search{grid-column:1/-1;grid-row:2;max-width:760px;justify-self:center}
@media(max-width:720px){.topbar.has-marketplace-search .brand-logo{grid-column:1;grid-row:1}.topbar.has-marketplace-search nav{grid-column:1;grid-row:2}.topbar.has-marketplace-search .header-search{grid-column:1;grid-row:3;max-width:none}}

/* 44food v4.3 · impressão de pedidos */
.order-page-actions{justify-content:space-between;margin:0 0 16px;flex-wrap:wrap}.print-btn{background:#16a34a}.order-list-actions{display:flex;align-items:center;gap:7px}.compact-btn{padding:10px 12px}.print-settings-note{grid-column:1/-1}.section-actions.order-page-actions .btn{display:inline-flex;align-items:center;justify-content:center}
@media(max-width:720px){.order-page-actions{align-items:stretch;flex-direction:column}.order-page-actions .btn{width:100%}.order-list-actions{min-width:140px}}

.store-operation-card{position:relative;overflow:hidden;gap:4px}.store-operation-card:before{content:"";position:absolute;inset:0 0 auto;height:5px;background:#16a34a}.store-operation-card.store-is-closed:before{background:#dc2626}.store-operation-head{display:flex;align-items:center;justify-content:space-between;gap:12px}.store-operation-badge{font-size:12px;font-weight:900;padding:6px 10px;border-radius:999px;background:#dcfae6;color:#087443}.store-is-closed .store-operation-badge{background:#fee4e2;color:#b42318}.store-operation-card>b{font-size:28px}.store-toggle-form{margin-top:12px}.store-toggle-btn{width:100%;border:0;border-radius:12px;padding:13px 16px;color:#fff;font:inherit;font-weight:900;cursor:pointer;transition:.15s transform,.15s filter}.store-toggle-btn:hover{filter:brightness(.96);transform:translateY(-1px)}.store-toggle-btn.close-store{background:#dc2626}.store-toggle-btn.open-store{background:#16a34a}.store-toggle-note{margin-top:5px}.store-closed-notice{display:flex;align-items:center;gap:12px;flex-wrap:wrap;margin:18px 0;padding:15px 18px;border-radius:14px;background:#fff1f0;border:1px solid #fda29b;color:#912018}.store-closed-notice b{font-size:17px}.store-closed-notice span{color:#7a271a}.closed-product-label{display:inline-flex;padding:8px 11px;border-radius:9px;background:#eef2f6;color:#475467;font-size:12px;font-weight:900}.store-closed-cart{display:flex;flex-direction:column;gap:4px;padding:13px;border-radius:10px;background:#fff1f0;border:1px solid #fda29b;color:#912018;margin-bottom:10px}

/* 44food v4.5 — cadastro empresarial e aceite de termos */
.partner-registration h2{margin:8px 0 0;padding-top:12px;border-top:1px solid var(--line);font-size:19px}.partner-registration h2:first-of-type{border-top:0;padding-top:0}.terms-consent{background:#f2fff5;border:1px solid #b7e4c1;border-radius:14px;padding:16px}.terms-consent .check{display:flex!important;flex-direction:row!important;gap:10px;align-items:flex-start;margin:0}.terms-consent input{width:auto;margin-top:4px}.terms-consent p{margin:8px 0 0 28px;color:#667085;font-size:13px}.registration-success{text-align:center}.partner-terms{white-space:pre-wrap;line-height:1.72}.evidence-card code{font-size:11px;overflow-wrap:anywhere}.info-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}.info-grid>div{background:#f8fafc;border:1px solid var(--line);border-radius:12px;padding:12px;display:flex;flex-direction:column;gap:4px}.action-row{display:grid;grid-template-columns:1fr auto auto;gap:10px;align-items:end}.action-row textarea{width:100%}.btn.danger{background:#d92d20;color:#fff}.status-pending{background:#fff2cc;color:#7a4c00}.status-active{background:#dcfae6;color:#087443}.status-suspended{background:#fee4e2;color:#b42318}.registration-metrics{grid-template-columns:repeat(4,1fr)}
@media(max-width:900px){.info-grid,.registration-metrics{grid-template-columns:repeat(2,1fr)}.action-row{grid-template-columns:1fr}.action-row .btn{width:100%}}
@media(max-width:600px){.info-grid,.registration-metrics{grid-template-columns:1fr}}

.store-legal-identification{display:flex;gap:12px;flex-wrap:wrap;align-items:center;background:#fff;border:1px solid var(--line);border-radius:12px;padding:12px 16px;margin:12px 0;color:#475467}.store-legal-identification b{color:#101828}.store-legal-identification span{font-size:13px}

/* 44food v4.6 — central de suporte do lojista */
html{scroll-behavior:smooth}
.support-hero{display:grid;grid-template-columns:minmax(0,1fr) minmax(330px,.9fr);gap:26px;align-items:center;overflow:hidden;background:linear-gradient(135deg,#fff,#f4fff6);border-color:#cfead5;padding:30px}.support-hero-copy{padding:10px}.support-hero-copy h2{font-size:36px;line-height:1.1;margin:7px 0 14px}.support-hero-copy p{font-size:17px;color:var(--muted);max-width:680px;line-height:1.65}.support-hero>img{width:100%;max-height:340px;object-fit:contain}.support-kicker{font-size:12px;font-weight:900;letter-spacing:1.35px;color:var(--orange)}.support-hero-actions,.support-button-row{display:flex;gap:10px;flex-wrap:wrap;margin-top:20px}.support-layout{display:grid;grid-template-columns:240px minmax(0,1fr);gap:20px;align-items:start}.support-index{position:sticky;top:20px;padding:14px;display:flex;flex-direction:column;gap:3px}.support-index>strong{padding:10px 11px;color:var(--ink)}.support-index a{display:flex;align-items:center;gap:9px;padding:9px 10px;border-radius:10px;color:#475467;font-size:14px;font-weight:750}.support-index a:hover{background:#f0fff4;color:#087443}.support-index a span{width:25px;height:25px;display:grid;place-items:center;border-radius:8px;background:linear-gradient(135deg,var(--green),var(--orange));color:#fff;font-size:11px;font-weight:900}.support-content{min-width:0}.support-section{scroll-margin-top:20px;padding:26px}.support-heading{display:flex;align-items:center;gap:14px;margin-bottom:18px}.support-heading small{font-weight:900;color:var(--orange);letter-spacing:1px}.support-heading h2{margin:3px 0 0;font-size:28px}.support-number{width:48px;height:48px;border-radius:15px;background:linear-gradient(135deg,var(--green),var(--orange));color:#fff;display:grid;place-items:center;font-weight:900;font-size:20px;flex:none}.support-number-check{background:var(--green)}.support-print{width:100%;border-radius:18px;border:1px solid var(--line);background:#f8fafc;margin:3px 0 20px}.support-two-columns{display:grid;grid-template-columns:1fr 1fr;gap:14px}.support-two-columns>div{padding:17px;border:1px solid var(--line);border-radius:14px;background:#f8fafc}.support-two-columns h3{margin:0 0 7px}.support-two-columns p{margin:0;line-height:1.6;color:#475467}.support-green{color:#087443}.support-red{color:#b42318}.support-plus{display:inline-grid;place-items:center;width:25px;height:25px;border-radius:50%;background:var(--orange);color:#fff;font-weight:900}.support-tip,.support-alert{border-radius:13px;padding:14px 16px;line-height:1.55;margin:16px 0}.support-tip{background:#fff8eb;border:1px solid #fedf89;color:#7a4c00}.support-alert-green{background:#ecfdf3;border:1px solid #abefc6;color:#067647}.support-alert-orange{background:#fff4ed;border:1px solid #ffd6ae;color:#9c2a10}.support-alert-blue{background:#eff8ff;border:1px solid #b2ddff;color:#175cd3}.support-direct-link{display:inline-flex;margin-top:9px;color:var(--orange);font-weight:900}.support-direct-link:hover{text-decoration:underline}.support-steps-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;margin:18px 0}.support-step-card{display:flex;flex-direction:column;gap:6px;padding:17px;border-radius:14px;border:1px solid var(--line);background:#fff;transition:.16s transform,.16s border-color,.16s box-shadow}.support-step-card:hover{transform:translateY(-2px);border-color:#86d49a;box-shadow:0 12px 25px #14203312}.support-step-card b{color:var(--green)}.support-step-card span{color:var(--muted);line-height:1.45;font-size:14px}.support-checklist{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:9px;padding:16px;border-radius:14px;background:#f8fafc;border:1px dashed #aeb8c7}.support-checklist label{display:flex;align-items:center;gap:9px;font-weight:700;color:#475467}.support-checklist input{width:18px;height:18px;accent-color:var(--green)}.support-ordered-steps{display:flex;flex-direction:column;gap:10px;padding-left:25px;line-height:1.58}.support-ordered-steps li::marker{color:var(--orange);font-weight:900}.support-flow{display:flex;gap:7px;align-items:center;overflow:auto;padding:14px 4px;margin-bottom:16px}.support-flow span{white-space:nowrap;padding:9px 11px;border-radius:999px;background:#eef2f6;color:#344054;font-size:12px;font-weight:800}.support-flow i{color:var(--orange);font-style:normal;font-weight:900}.support-bullets{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;padding:0;list-style:none}.support-bullets li{padding:14px;border-radius:12px;background:#f8fafc;border:1px solid var(--line)}.support-accordion{display:flex;flex-direction:column;gap:8px}.support-accordion details{border:1px solid var(--line);border-radius:12px;background:#fff;overflow:hidden}.support-accordion summary{cursor:pointer;padding:14px 16px;font-weight:900;color:#344054;background:#f8fafc}.support-accordion details p{padding:0 16px 15px;margin:0;line-height:1.6;color:var(--muted)}.support-practices{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.support-practices>div{display:flex;flex-direction:column;gap:6px;padding:16px;border-radius:14px;background:#f8fafc;border:1px solid var(--line)}.support-practices b{color:var(--green)}.support-practices span{color:var(--muted);line-height:1.5}.support-final-card{display:flex;align-items:center;justify-content:space-between;gap:18px;margin-top:18px;padding:18px;border-radius:15px;background:linear-gradient(135deg,#102019,#183325);color:#fff}.support-final-card div{display:flex;flex-direction:column;gap:5px}.support-final-card span{color:#cde8d4}.support-final-card .btn{white-space:nowrap}
@media(max-width:1050px){.support-layout{grid-template-columns:1fr}.support-index{position:static;display:grid;grid-template-columns:repeat(3,minmax(0,1fr))}.support-index>strong{grid-column:1/-1}.support-hero{grid-template-columns:1fr}.support-hero>img{max-height:300px}}
@media(max-width:720px){.support-hero{padding:18px}.support-hero-copy h2{font-size:29px}.support-hero>img{max-height:230px}.support-index{grid-template-columns:repeat(2,minmax(0,1fr));padding:10px}.support-index a{font-size:13px}.support-section{padding:18px}.support-heading{align-items:flex-start}.support-heading h2{font-size:23px}.support-number{width:42px;height:42px;border-radius:12px}.support-two-columns,.support-steps-grid,.support-checklist,.support-bullets,.support-practices{grid-template-columns:1fr}.support-print{border-radius:12px}.support-final-card{align-items:stretch;flex-direction:column}.support-final-card .btn{width:100%;text-align:center}}
@media(max-width:440px){.support-index{grid-template-columns:1fr}.support-hero-actions,.support-button-row{flex-direction:column}.support-hero-actions .btn,.support-button-row .btn{width:100%;text-align:center}.support-section{padding:15px}.support-heading h2{font-size:21px}}

/* 44food v4.7 - resultados de categorias e busca em produtos */
.marketplace-results-page{padding-top:8px}.marketplace-results-title{align-items:center;margin-top:8px;margin-bottom:24px}.marketplace-results-title h1{margin:5px 0 7px}.marketplace-results-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.marketplace-result-card{min-height:235px}.marketplace-result-card .result-store-name{font-weight:800;color:var(--green);margin-bottom:5px}.marketplace-result-card .product-bottom .btn{white-space:nowrap;text-align:center;padding:10px 13px;font-size:13px}.marketplace-result-card .product-image-link,.marketplace-result-card .product-image-link img{height:100%;min-height:235px;width:100%;object-fit:cover}
@media(max-width:860px){.marketplace-results-grid{grid-template-columns:1fr}}
@media(max-width:560px){.marketplace-results-title{align-items:stretch;flex-direction:column;gap:14px}.marketplace-results-title .btn{width:100%;text-align:center}.marketplace-result-card .product-bottom{align-items:flex-start;flex-direction:column}.marketplace-result-card .product-bottom .btn{width:100%}}

/* 44food v4.8 — adicionais de produtos */
.addon-manager{border:1px solid var(--line);border-radius:15px;padding:18px;background:#fffaf5}.addon-add-button{border:0;border-radius:12px;background:var(--orange);color:#fff;padding:12px 16px;font-weight:900;cursor:pointer}.addon-rows{display:flex;flex-direction:column;gap:10px;margin-top:15px}.addon-row{display:grid;grid-template-columns:minmax(220px,2fr) minmax(110px,.7fr) 90px 120px auto;gap:10px;align-items:end;padding:12px;border:1px solid #fed7aa;border-radius:12px;background:#fff}.remove-addon{height:42px;border:0;border-radius:9px;background:#fee4e2;color:#b42318;font-weight:800;cursor:pointer}.product-buy-form{display:flex;flex-direction:column;gap:15px}.product-addons-box{border:2px solid var(--orange);border-radius:16px;overflow:hidden;background:#fff8f0}.product-addons-box summary{list-style:none;cursor:pointer;display:flex;align-items:center;justify-content:space-between;gap:12px;padding:16px;background:linear-gradient(90deg,#fff7ed,#f0fdf4)}.product-addons-box summary::-webkit-details-marker{display:none}.product-addons-box summary span{display:flex;flex-direction:column;gap:3px}.product-addons-box summary strong{font-size:18px;color:#9a3412}.product-addons-box summary small{color:#667085}.addon-summary-count{background:var(--orange);color:#fff;border-radius:999px;padding:7px 10px;font-size:12px;white-space:nowrap}.product-addons-list{display:grid;gap:9px;padding:14px}.product-addon-option{display:flex!important;flex-direction:row!important;align-items:center;gap:11px;padding:12px;border:1px solid var(--line);border-radius:11px;background:#fff;cursor:pointer}.product-addon-option:has(input:checked){border-color:var(--green);background:#effcf3;box-shadow:0 0 0 2px #16a34a22}.product-addon-option input{width:20px;height:20px;accent-color:var(--green)}.product-addon-option span{display:flex;justify-content:space-between;align-items:center;gap:14px;width:100%}.product-addon-option small{color:var(--green);font-weight:900}.product-add-button{min-width:250px}.cart-addons,.order-addon-list,.checkout-addon-summary,.cart-addon-summary{display:flex;flex-direction:column;gap:2px;margin-top:4px;color:#9a3412;font-size:12px;font-weight:700}.order-addon-list{padding:5px 0}.addons-quick{text-decoration:none;display:grid;place-items:center}.cart-summary .cart-addon-summary{font-size:10px;color:#667085}.total-line span{min-width:0}.total-line span small{white-space:normal}
@media(max-width:850px){.addon-row{grid-template-columns:1fr 1fr}.addon-row .remove-addon{grid-column:1/-1}.product-add-button{min-width:0}}
@media(max-width:560px){.addon-row{grid-template-columns:1fr}.product-addons-box summary{align-items:flex-start}.addon-summary-count{font-size:10px}.add-detail{align-items:stretch;flex-direction:column}.product-add-button{width:100%}}

/* 44food v4.9 — quantidade dos adicionais */
.product-addon-option{justify-content:space-between}
.product-addon-option.selected{border-color:var(--green);background:#effcf3;box-shadow:0 0 0 2px #16a34a22}
.addon-option-info{display:flex;flex-direction:column;gap:3px;min-width:0}
.addon-option-info small{color:var(--green);font-weight:900}
.addon-quantity-control{display:grid;grid-template-columns:40px 54px 40px;align-items:center;border:1px solid #d0d5dd;border-radius:12px;overflow:hidden;background:#fff;flex:0 0 auto}
.addon-quantity-control button{height:42px;border:0;background:#f2f4f7;font-size:22px;font-weight:900;cursor:pointer;color:#101828}
.addon-quantity-control button:hover{background:#e7f8ec;color:var(--green)}
.addon-quantity-control input{width:54px;height:42px;border:0!important;text-align:center;font-size:17px;font-weight:900;padding:0!important;appearance:textfield}
.addon-quantity-control input::-webkit-inner-spin-button,.addon-quantity-control input::-webkit-outer-spin-button{appearance:none;margin:0}
@media(max-width:560px){.product-addon-option{align-items:stretch;gap:10px}.addon-quantity-control{grid-template-columns:44px 1fr 44px;width:100%}.addon-quantity-control input{width:100%}}

/* 44food v5.0 — Marketing, cupons e ofertas-relâmpago */
.marketing-hero{background:linear-gradient(115deg,var(--green),#0d7d38);color:#fff;border-radius:22px;padding:28px;margin-bottom:18px}.marketing-hero span{font-size:12px;font-weight:900;letter-spacing:1.2px}.marketing-hero h2{font-size:30px;margin:7px 0}.marketing-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px}.marketing-card{border-top:5px solid var(--orange)}.marketing-card.flash-card{border-top-color:var(--green)}.marketing-title>div{display:flex;gap:12px;align-items:center}.marketing-icon{width:48px;height:48px;border-radius:14px;background:#fff3e8;display:grid;place-items:center;font-size:25px}.coupon-admin-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.coupon-admin-ticket{position:relative;display:grid;grid-template-columns:1fr auto;gap:12px;align-items:center;padding:18px 18px 18px 25px;background:linear-gradient(90deg,#fff7ed,#fff);border:2px dashed var(--orange);border-radius:16px;overflow:hidden}.coupon-admin-ticket:before{content:"";position:absolute;left:-10px;top:50%;width:20px;height:20px;border-radius:50%;background:var(--bg)}.coupon-admin-ticket>div{display:flex;flex-direction:column}.coupon-admin-ticket strong{font-size:22px;color:#9a3412}.coupon-admin-ticket>b{font-size:22px;color:var(--green)}.coupon-admin-ticket form{grid-column:1/-1;display:flex;gap:8px}.coupon-admin-ticket.disabled{opacity:.55}.cart-coupon-box{border:1px dashed var(--orange);background:#fff8f1;border-radius:15px;padding:14px;margin:14px 0}.coupon-label{display:flex;align-items:center;gap:10px}.coupon-label>span{font-size:25px}.coupon-label div{display:flex;flex-direction:column}.coupon-form{display:grid;grid-template-columns:1fr auto;gap:8px;margin-top:12px}.coupon-form input{height:43px;border:1px solid #d0d5dd;border-radius:10px;padding:0 12px;font-weight:900;text-transform:uppercase}.coupon-form button,.coupon-remove{border:0;border-radius:10px;background:var(--orange);color:#fff;font-weight:900;padding:0 16px}.coupon-remove{height:38px;margin-top:8px}.coupon-applied{display:flex;justify-content:space-between;align-items:center;margin-top:12px;color:var(--green)}.discount-line{color:var(--green)}.flash-home-section{margin:0 0 30px;background:#fff;border-radius:22px;border:1px solid var(--line);padding:20px;box-shadow:var(--shadow)}.flash-home-header{display:flex;justify-content:space-between;align-items:center;gap:15px;margin-bottom:14px}.flash-home-header span{color:#ff4d21;font-weight:950;font-style:italic;font-size:18px}.flash-home-header h2{margin:4px 0}.flash-master-clock{background:#101828;color:#fff;border-radius:10px;padding:9px 13px;font-weight:800}.flash-carousel{gap:13px}.flash-product-card{min-width:210px;width:210px;border:1px solid #fed7aa;border-radius:15px;background:#fff;overflow:hidden}.flash-product-card>a{display:block;text-decoration:none;color:inherit;padding:10px}.flash-image{height:145px;position:relative}.flash-image img{width:100%;height:100%;object-fit:cover;border-radius:10px}.flash-discount{position:absolute;right:5px;top:5px;background:#ff4d21;color:#fff;border-radius:8px;padding:5px 8px;font-weight:900}.flash-product-card h3{font-size:15px;margin:7px 0}.flash-prices{display:flex;gap:8px;align-items:center}.flash-prices del{color:#98a2b3}.flash-prices strong{color:#ff4d21;font-size:20px}.flash-countdown{margin-top:9px;background:#101828;color:#fff;border-radius:8px;text-align:center;padding:7px;font-weight:900;letter-spacing:.5px}.flash-price-badge{display:block;width:max-content;background:#ff4d21;color:#fff;border-radius:999px;padding:3px 7px;font-size:10px;font-weight:900;margin-bottom:3px}
@media(max-width:850px){.marketing-grid,.coupon-admin-grid{grid-template-columns:1fr}.flash-home-header{align-items:flex-start;flex-direction:column}}


/* 44food v5.2 — navegação pública e rodapé */
.topbar{gap:20px}.topbar .public-nav{display:flex;align-items:center;justify-content:flex-end;gap:7px;margin-left:auto;flex-wrap:wrap}
.public-nav-link{display:flex;align-items:center;justify-content:center;gap:7px;min-height:42px;padding:9px 13px;border-radius:12px;color:var(--header-text);font-size:14px;font-weight:800;text-decoration:none;transition:.18s ease;border:1px solid transparent;white-space:nowrap}
.public-nav-link:hover{background:#f8fafc;border-color:#e4e7ec;transform:translateY(-1px)}
.public-nav-link.nav-account,.public-nav-link.nav-customer{background:var(--brand-green);color:#fff;box-shadow:0 7px 18px rgba(22,163,74,.17)}
.public-nav-link.nav-account:hover,.public-nav-link.nav-customer:hover{filter:brightness(.95);border-color:transparent}
.public-nav-link.nav-cart{background:#fff7ed;color:#c2410c;border-color:#fed7aa}
.public-nav-link.nav-cart span{display:grid;place-items:center;min-width:23px;height:23px;padding:0 6px;border-radius:999px;background:var(--orange);color:#fff;font-size:12px}
.public-nav-link.nav-logout{color:#667085}.public-nav-link.nav-logout:hover{color:#b42318;background:#fff1f0;border-color:#fecdca}
.site-footer{display:block;padding:40px max(20px,calc((100vw - 1240px)/2)) 20px;background:var(--footer-bg);color:#fff}
.footer-main{display:grid;grid-template-columns:minmax(240px,1.5fr) repeat(3,minmax(150px,1fr));gap:32px;align-items:start}
.footer-brand,.footer-column{display:flex;flex-direction:column;align-items:flex-start;gap:9px}.footer-brand strong{font-size:22px}.footer-brand span{max-width:420px;line-height:1.55;color:#cbd5e1}
.footer-column b{margin-bottom:3px;color:#fff}.footer-column a{color:#cbd5e1;text-decoration:none;font-size:14px}.footer-column a:hover{color:#fff;text-decoration:underline}
.footer-bottom{display:flex;justify-content:space-between;gap:20px;margin-top:30px;padding-top:18px;border-top:1px solid rgba(255,255,255,.12);color:#94a3b8}
@media(max-width:1050px){.topbar{flex-wrap:wrap;height:auto!important;min-height:var(--header-height-desktop)}.topbar .public-nav{width:100%;justify-content:flex-start;margin-left:0}.footer-main{grid-template-columns:repeat(2,1fr)}}
@media(max-width:720px){.topbar{align-items:center}.topbar .public-nav{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:7px}.public-nav-link{padding:8px 7px;font-size:12px;min-width:0}.public-nav-link.nav-logout{grid-column:auto}.footer-main{grid-template-columns:1fr;gap:24px}.footer-bottom{flex-direction:column}.site-footer{padding-top:32px}}
@media(max-width:430px){.topbar .public-nav{grid-template-columns:repeat(2,minmax(0,1fr))}}


/* 44food v5.2.1 — correção definitiva do rodapé desktop */
.footer-v521 .footer-main{display:grid!important;grid-template-columns:minmax(260px,1.45fr) repeat(3,minmax(170px,1fr))!important}
@media(max-width:1000px){.footer-v521 .footer-main{grid-template-columns:repeat(2,minmax(0,1fr))!important}}
@media(max-width:760px){.footer-v521 .footer-main{display:flex!important;flex-direction:column!important}}


/* 44food v5.10.1 — cardápio mobile proporcional */
.mobile-store-brand{display:none}
.store-category-title{display:flex;align-items:end;justify-content:space-between;gap:16px;margin:26px 0 12px}
.store-category-title h2{margin:0;font-size:28px}
.store-category-title span{color:#667085;font-size:13px;font-weight:800}
.store-category-section{scroll-margin-top:126px}
.store-category-tabs{position:sticky;top:0;z-index:30;background:var(--bg);border-bottom:1px solid var(--line);margin-left:calc(50% - 50vw);margin-right:calc(50% - 50vw);padding-left:max(16px,calc((100vw - 1240px)/2));padding-right:max(16px,calc((100vw - 1240px)/2));scrollbar-width:none}
.store-category-tabs::-webkit-scrollbar{display:none}

@media(max-width:760px){
 body.storefront-page{padding-bottom:72px}
 body.storefront-page .container{width:100%;padding:0 14px}

 .storefront-topbar{
  min-height:58px!important;
  height:58px!important;
  padding:6px 12px!important;
  display:grid!important;
  grid-template-columns:minmax(0,1fr) auto!important;
  gap:8px!important;
  position:sticky;
  top:0;
  z-index:60;
  border-bottom:1px solid #e5e7eb;
 }
 .storefront-topbar .brand-logo{display:none!important}
 .mobile-store-brand{
  display:flex;
  min-width:0;
  align-items:center;
  gap:9px;
  color:var(--header-text);
  text-decoration:none;
  font-weight:900;
 }
 .mobile-store-brand img{
  width:42px;
  height:42px;
  border-radius:11px;
  object-fit:cover;
  border:1px solid #e5e7eb;
  background:#fff;
 }
 .mobile-store-brand span{
  display:block;
  overflow:hidden;
  text-overflow:ellipsis;
  white-space:nowrap;
  font-size:15px;
 }
 .storefront-topbar .public-nav{
  display:flex!important;
  gap:6px!important;
  align-items:center;
  min-width:0;
 }
 .storefront-topbar .public-nav-link{
  min-height:38px!important;
  height:38px!important;
  padding:0 10px!important;
  border-radius:10px!important;
  font-size:0!important;
  min-width:42px!important;
 }
 .storefront-topbar .public-nav-link:before{font-size:18px}
 .storefront-topbar .public-nav-link[href*="meus-pedidos"]:before,
 .storefront-topbar .public-nav-link[href*="cliente-acesso"]:first-child:before{content:"🧾"}
 .storefront-topbar .nav-cart:before{content:"🛒"}
 .storefront-topbar .nav-customer:before,.storefront-topbar .nav-account:before{content:"👤"}
 .storefront-topbar .nav-logout:before{content:"↪"}
 .storefront-topbar .nav-cart span{font-size:11px!important;min-width:18px;height:18px;padding:0 5px}

 .breadcrumbs{display:none}

 .store-hero{
  margin:10px 0 8px;
  border-radius:18px;
  min-height:0;
 }
 .store-hero-bg{opacity:.24}
 .store-hero-content{
  padding:18px 16px!important;
  gap:12px!important;
  align-items:center!important;
 }
 .store-hero-content>img{
  width:72px!important;
  height:72px!important;
  border-radius:16px!important;
  border-width:3px!important;
 }
 .store-hero h1{font-size:23px!important;line-height:1.12;margin:2px 0 4px!important}
 .store-hero-content p{font-size:13px;line-height:1.35;margin:0 0 8px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}
 .store-hero-content span{font-size:11px}
 .chips{gap:5px!important}
 .chips b{padding:5px 7px!important;font-size:10px!important}
 .store-legal-identification{font-size:11px;padding:10px 12px;gap:5px}
 .store-main-banner{min-height:150px;border-radius:16px}
 .store-main-banner>div{padding:20px}
 .store-main-banner h2{font-size:24px}

 .store-featured{margin-top:18px}
 .store-featured .section-title h2{font-size:24px}
 .store-featured .horizontal-products{gap:12px}
 .store-featured .mini-product{flex:0 0 148px}
 .store-featured .mini-product img{height:128px}

 .store-category-tabs{
  top:58px;
  margin-top:10px;
  padding:8px 14px!important;
  background:#fff;
  box-shadow:0 8px 18px rgba(16,24,40,.08);
 }
 .store-category-tabs button{
  padding:9px 13px!important;
  border:0!important;
  border-radius:0!important;
  background:transparent!important;
  color:#344054!important;
  font-size:14px!important;
  font-weight:850;
  border-bottom:3px solid transparent!important;
 }
 .store-category-tabs button.active{
  color:var(--orange)!important;
  border-bottom-color:var(--orange)!important;
 }
 .store-category-section{scroll-margin-top:116px}
 .store-category-title{margin:24px 2px 10px;align-items:center}
 .store-category-title h2{font-size:24px}
 .store-category-title span{font-size:11px}

 .store-menu-layout{display:block!important}
 .store-menu-layout>.cart-summary{display:none!important}
 .store-product-list{
  display:flex!important;
  flex-direction:column!important;
  gap:0!important;
  border-top:1px solid #eaecf0;
 }
 .store-product-list .product-card{
  display:grid!important;
  grid-template-columns:minmax(0,1fr) 104px!important;
  grid-template-areas:"content image"!important;
  gap:14px!important;
  min-height:132px!important;
  padding:15px 0!important;
  border:0!important;
  border-bottom:1px solid #eaecf0!important;
  border-radius:0!important;
  box-shadow:none!important;
  background:transparent!important;
 }
 .store-product-list .product-card .product-image-link{
  grid-area:image;
  width:104px!important;
  height:104px!important;
  min-height:104px!important;
  border-radius:12px!important;
  overflow:hidden;
  align-self:start;
 }
 .store-product-list .product-card .product-image-link img{
  width:104px!important;
  height:104px!important;
  min-height:104px!important;
  object-fit:cover;
 }
 .store-product-list .product-card-content{
  grid-area:content;
  padding:0!important;
  display:flex!important;
  flex-direction:column!important;
  min-width:0;
 }
 .store-product-list .product-card small{display:none}
 .store-product-list .product-card .badge.inline{font-size:9px;padding:4px 6px;margin-bottom:5px}
 .store-product-list .product-card h3{font-size:17px!important;line-height:1.22;margin:0 0 5px!important}
 .store-product-list .product-card p{
  font-size:13px!important;
  line-height:1.35!important;
  margin:0 0 8px!important;
  display:-webkit-box!important;
  -webkit-line-clamp:2!important;
  -webkit-box-orient:vertical!important;
  overflow:hidden!important;
  min-height:35px;
  color:#667085;
 }
 .store-product-list .product-bottom{margin-top:auto!important;align-items:center!important}
 .store-product-list .price-stack{font-size:17px}
 .store-product-list .add-quick{width:36px!important;height:36px!important;min-height:36px!important;flex-basis:36px!important;border-radius:50%!important;font-size:22px!important;padding:0!important}

 .product-store-card{
  grid-template-columns:58px minmax(0,1fr)!important;
  gap:11px!important;
  padding:11px!important;
  margin:10px 0 14px!important;
  border-radius:14px!important;
 }
 .product-store-card>img{width:58px!important;height:58px!important;border-radius:13px!important}
 .product-store-main small,.product-store-main p,.product-store-facts,.product-store-link{display:none!important}
 .product-store-main h2{font-size:17px!important;margin:0!important}
 .product-detail{display:block!important}
 .product-gallery{margin-bottom:14px}
 .gallery-main{border-radius:16px!important}
 .gallery-main img{max-height:320px!important}
 .product-info>small{font-size:11px}
 .product-info h1{font-size:30px!important;line-height:1.08!important;margin:7px 0 10px!important}
 .detail-price{font-size:26px!important}
 .product-info>p{font-size:14px;line-height:1.5}

 .product-addons-box{border-radius:16px!important;margin-top:16px!important}
 .product-addons-box summary{padding:13px!important;align-items:center!important}
 .product-addons-box summary strong{font-size:16px!important}
 .product-addons-box summary small{font-size:12px!important}
 .addon-summary-count{font-size:10px!important;padding:6px 8px!important}
 .product-addons-list{padding:9px!important;gap:8px!important}
 .product-addon-option{
  display:flex!important;
  flex-direction:row!important;
  align-items:center!important;
  justify-content:space-between!important;
  gap:8px!important;
  min-height:62px!important;
  padding:9px 10px!important;
 }
 .addon-option-info{
  flex:1 1 auto!important;
  min-width:0!important;
  overflow:hidden;
 }
 .addon-option-info b{
  display:block;
  font-size:14px!important;
  line-height:1.2!important;
  white-space:normal!important;
  overflow-wrap:anywhere;
 }
 .addon-option-info small{font-size:12px!important}
 .addon-quantity-control{
  flex:0 0 110px!important;
  width:110px!important;
  grid-template-columns:34px 42px 34px!important;
  border-radius:10px!important;
 }
 .addon-quantity-control button{
  width:34px!important;
  height:38px!important;
  min-width:34px!important;
  padding:0!important;
  font-size:20px!important;
 }
 .addon-quantity-control .addon-quantity-value{
  width:42px!important;
  height:38px!important;
  font-size:15px!important;
  display:grid!important;
  place-items:center!important;
 }
 .addon-quantity-control input{width:0!important;height:0!important;position:absolute!important;opacity:0!important}

 .product-action-block{grid-template-columns:118px minmax(0,1fr)!important;gap:9px!important}
 .detail-qty-control{grid-template-columns:36px 42px 36px!important;width:114px!important;height:44px!important}
 .detail-qty-control button{width:36px!important;height:44px!important}
 .detail-qty-value{width:42px!important;height:44px!important}
 .product-add-button{height:44px!important;font-size:14px!important;padding:0 10px!important}
 .product-share-actions{grid-template-columns:1fr!important}
}

@media(max-width:390px){
 .storefront-topbar .public-nav-link{padding:0 8px!important;min-width:38px!important}
 .mobile-store-brand img{width:38px;height:38px}
 .mobile-store-brand span{font-size:13px}
 .store-product-list .product-card{grid-template-columns:minmax(0,1fr) 92px!important}
 .store-product-list .product-card .product-image-link,
 .store-product-list .product-card .product-image-link img{width:92px!important;height:92px!important;min-height:92px!important}
 .addon-quantity-control{flex-basis:102px!important;width:102px!important;grid-template-columns:32px 38px 32px!important}
 .addon-quantity-control button{width:32px!important;min-width:32px!important}
 .addon-quantity-control .addon-quantity-value{width:38px!important}
 .product-info h1{font-size:27px!important}
}


/* 44food v5.10.2 — carrinho automático e busca mobile */
.cart-line{
 transition:opacity .16s ease,transform .16s ease,background .16s ease;
}
.cart-line.is-removing{
 opacity:.42;
 transform:translateX(-8px);
 pointer-events:none;
}
.cart-update-form.is-updating{
 position:relative;
}
.cart-update-form.is-updating:after{
 content:"Atualizando carrinho...";
 position:fixed;
 left:50%;
 bottom:22px;
 z-index:90;
 transform:translateX(-50%);
 padding:11px 16px;
 border-radius:999px;
 background:#172033;
 color:#fff;
 font-size:13px;
 font-weight:900;
 box-shadow:0 12px 35px rgba(16,24,40,.25);
}
.cart-quantity-control button.is-remove{
 background:#fee2e2!important;
 color:#b42318!important;
 font-size:16px!important;
}
.cart-quantity-control button.is-remove:hover{
 background:#fecaca!important;
 filter:none!important;
}

@media(max-width:760px){
 html,body{
  max-width:100%;
  overflow-x:hidden;
 }

 /* Cabeçalho e busca da página geral */
 .topbar.has-marketplace-search{
  width:100%!important;
  max-width:100%!important;
  min-height:auto!important;
  height:auto!important;
  display:grid!important;
  grid-template-columns:minmax(0,1fr) auto!important;
  gap:8px!important;
  padding:9px 12px 12px!important;
  overflow:visible!important;
 }
 .topbar.has-marketplace-search .brand-logo{
  grid-column:1;
  grid-row:1;
  min-width:0!important;
  width:auto!important;
  justify-self:start;
 }
 .topbar.has-marketplace-search .brand-logo img{
  width:min(var(--logo-width-mobile),145px)!important;
  max-width:145px!important;
  height:auto!important;
 }
 .topbar.has-marketplace-search .public-nav{
  grid-column:2;
  grid-row:1;
  min-width:0!important;
  max-width:100%!important;
  justify-self:end;
  display:flex!important;
  gap:5px!important;
  overflow:hidden;
 }
 .topbar.has-marketplace-search .public-nav-link{
  min-width:38px!important;
  min-height:38px!important;
  height:38px!important;
  padding:0 8px!important;
  font-size:0!important;
  border-radius:10px!important;
 }
 .topbar.has-marketplace-search .public-nav-link:before{
  font-size:17px;
 }
 .topbar.has-marketplace-search .public-nav-link[href*="index.php"]:before{content:"⌂"}
 .topbar.has-marketplace-search .public-nav-link[href*="cliente-acesso"]:before,
 .topbar.has-marketplace-search .public-nav-link[href*="meus-pedidos"]:before{content:"🧾"}
 .topbar.has-marketplace-search .nav-account:before,
 .topbar.has-marketplace-search .nav-customer:before{content:"👤"}
 .topbar.has-marketplace-search .nav-cart:before{content:"🛒"}
 .topbar.has-marketplace-search .nav-logout:before{content:"↪"}
 .topbar.has-marketplace-search .nav-cart span{
  display:grid!important;
  place-items:center;
  position:absolute;
  transform:translate(12px,-11px);
  min-width:17px!important;
  height:17px!important;
  padding:0 4px!important;
  font-size:10px!important;
 }
 .topbar.has-marketplace-search .header-search{
  grid-column:1 / -1;
  grid-row:2;
  width:100%!important;
  max-width:100%!important;
  min-width:0!important;
  display:grid!important;
  grid-template-columns:minmax(0,1fr) 104px!important;
  gap:7px!important;
  padding:8px!important;
  margin:0!important;
  border-radius:13px!important;
  box-sizing:border-box!important;
  overflow:hidden;
 }
 .topbar.has-marketplace-search .header-search input{
  grid-column:1 / -1;
  width:100%!important;
  max-width:100%!important;
  min-width:0!important;
  box-sizing:border-box!important;
 }
 .topbar.has-marketplace-search .header-search select{
  grid-column:1;
  width:100%!important;
  min-width:0!important;
  box-sizing:border-box!important;
 }
 .topbar.has-marketplace-search .header-search button{
  grid-column:2;
  width:100%!important;
  min-width:0!important;
  padding:0 9px!important;
 }
 .topbar.has-marketplace-search .header-search input,
 .topbar.has-marketplace-search .header-search select,
 .topbar.has-marketplace-search .header-search button{
  height:42px!important;
 }

 /* Carrinho */
 .checkout-progress{
  overflow-x:auto;
  white-space:nowrap;
  gap:5px;
  padding-bottom:5px;
  scrollbar-width:none;
 }
 .checkout-progress::-webkit-scrollbar{display:none}
 .checkout-progress span{
  flex:0 0 auto;
  font-size:11px;
  padding:8px 9px;
 }
 .checkout-layout{
  grid-template-columns:1fr!important;
  gap:14px!important;
 }
 .checkout-layout main,
 .checkout-layout aside{
  min-width:0!important;
 }
 .checkout-layout .panel{
  padding:14px!important;
  border-radius:16px!important;
 }
 .cart-line{
  grid-template-columns:58px minmax(0,1fr) auto!important;
  grid-template-areas:
   "image info price"
   "image qty qty"!important;
  column-gap:10px!important;
  row-gap:7px!important;
  padding:13px 0!important;
  align-items:start!important;
 }
 .cart-line>img{
  grid-area:image;
  width:58px!important;
  height:58px!important;
  border-radius:10px;
 }
 .cart-line>div:not(.cart-quantity-control){
  grid-area:info;
  min-width:0;
 }
 .cart-line>div:not(.cart-quantity-control)>strong{
  display:block;
  font-size:14px;
  line-height:1.25;
 }
 .cart-line .cart-addons{
  font-size:11px;
  line-height:1.35;
 }
 .cart-line .cart-quantity-control{
  grid-area:qty!important;
  justify-self:start!important;
  margin-top:0!important;
  width:122px!important;
  min-width:122px!important;
  height:38px!important;
  grid-template-columns:38px 46px 38px!important;
 }
 .cart-line .cart-quantity-control button{
  width:38px!important;
  min-width:38px!important;
  height:38px!important;
 }
 .cart-line .cart-quantity-value{
  width:46px!important;
  height:38px!important;
  font-size:15px!important;
 }
 .cart-line .cart-line-price{
  grid-area:price!important;
  justify-self:end!important;
  align-self:start!important;
  margin:0!important;
  min-width:0!important;
  font-size:14px!important;
  text-align:right!important;
 }
 .cart-update-button{
  display:none!important;
 }
 .checkout-layout aside.panel{
  position:static!important;
 }
 .coupon-form{
  grid-template-columns:minmax(0,1fr) auto!important;
 }
 .coupon-form input{
  min-width:0!important;
  width:100%!important;
 }
}

@media(max-width:390px){
 .topbar.has-marketplace-search{
  padding-left:9px!important;
  padding-right:9px!important;
 }
 .topbar.has-marketplace-search .brand-logo img{
  max-width:125px!important;
 }
 .topbar.has-marketplace-search .public-nav-link{
  min-width:34px!important;
  width:34px!important;
  padding:0!important;
 }
 .topbar.has-marketplace-search .header-search{
  grid-template-columns:minmax(0,1fr) 90px!important;
 }
 .cart-line{
  grid-template-columns:52px minmax(0,1fr) auto!important;
 }
 .cart-line>img{
  width:52px!important;
  height:52px!important;
 }
}


/* 44food v5.10.3 — topo mobile único em todas as páginas públicas */
@media(max-width:760px){
 body:not(.panel-body) .topbar:not(.storefront-topbar){
  width:100%!important;
  max-width:100%!important;
  min-height:58px!important;
  height:auto!important;
  display:grid!important;
  grid-template-columns:minmax(0,1fr) auto!important;
  align-items:center!important;
  gap:8px!important;
  padding:7px 12px!important;
  position:sticky!important;
  top:0!important;
  z-index:60!important;
  border-bottom:1px solid #e5e7eb!important;
  overflow:visible!important;
 }

 body:not(.panel-body) .topbar:not(.storefront-topbar) .brand-logo{
  grid-column:1;
  grid-row:1;
  width:auto!important;
  min-width:0!important;
  justify-self:start;
 }
 body:not(.panel-body) .topbar:not(.storefront-topbar) .brand-logo img{
  width:min(var(--logo-width-mobile),138px)!important;
  max-width:138px!important;
  height:auto!important;
  max-height:42px!important;
  object-fit:contain;
 }

 body:not(.panel-body) .topbar:not(.storefront-topbar) .public-nav{
  grid-column:2;
  grid-row:1;
  display:flex!important;
  width:auto!important;
  max-width:100%!important;
  min-width:0!important;
  margin:0!important;
  justify-content:flex-end!important;
  align-items:center!important;
  gap:5px!important;
  flex-wrap:nowrap!important;
 }

 body:not(.panel-body) .topbar:not(.storefront-topbar) .public-nav-link{
  position:relative;
  width:38px!important;
  min-width:38px!important;
  max-width:38px!important;
  height:38px!important;
  min-height:38px!important;
  padding:0!important;
  border-radius:10px!important;
  font-size:0!important;
  overflow:visible!important;
 }

 body:not(.panel-body) .topbar:not(.storefront-topbar) .public-nav-link:before{
  display:block;
  font-size:18px;
  line-height:1;
 }

 body:not(.panel-body) .topbar:not(.storefront-topbar) .nav-home:before{content:"⌂"}
 body:not(.panel-body) .topbar:not(.storefront-topbar) .nav-orders:before{content:"🧾"}
 body:not(.panel-body) .topbar:not(.storefront-topbar) .nav-customer:before,
 body:not(.panel-body) .topbar:not(.storefront-topbar) .nav-account:before{content:"👤"}
 body:not(.panel-body) .topbar:not(.storefront-topbar) .nav-cart:before{content:"🛒"}
 body:not(.panel-body) .topbar:not(.storefront-topbar) .nav-logout:before{content:"↪"}

 body:not(.panel-body) .topbar:not(.storefront-topbar) .nav-cart span{
  display:grid!important;
  place-items:center!important;
  position:absolute!important;
  top:-5px!important;
  right:-5px!important;
  transform:none!important;
  min-width:17px!important;
  width:auto!important;
  height:17px!important;
  padding:0 4px!important;
  font-size:10px!important;
  line-height:1!important;
  border:2px solid #fff;
 }

 /* A busca permanece como segunda linha somente nas páginas que a possuem */
 body:not(.panel-body) .topbar.has-marketplace-search:not(.storefront-topbar){
  grid-template-rows:auto auto!important;
  padding-bottom:10px!important;
 }
 body:not(.panel-body) .topbar.has-marketplace-search:not(.storefront-topbar) .header-search{
  grid-column:1 / -1!important;
  grid-row:2!important;
  width:100%!important;
  max-width:100%!important;
  min-width:0!important;
  margin:0!important;
  box-sizing:border-box!important;
 }

 /* Remove regras antigas baseadas no endereço do link */
 .storefront-topbar .public-nav-link[href*="cliente-acesso"]:first-child:before{
  content:unset!important;
 }
 .storefront-topbar .nav-orders:before{content:"🧾"!important}
 .storefront-topbar .nav-customer:before,
 .storefront-topbar .nav-account:before{content:"👤"!important}
 .storefront-topbar .nav-home:before{content:"⌂"!important}
}

@media(max-width:430px){
 body:not(.panel-body) .topbar:not(.storefront-topbar){
  padding-left:9px!important;
  padding-right:9px!important;
 }
 body:not(.panel-body) .topbar:not(.storefront-topbar) .brand-logo img{
  max-width:118px!important;
 }
 body:not(.panel-body) .topbar:not(.storefront-topbar) .public-nav{
  gap:3px!important;
 }
 body:not(.panel-body) .topbar:not(.storefront-topbar) .public-nav-link{
  width:34px!important;
  min-width:34px!important;
  max-width:34px!important;
  height:36px!important;
  min-height:36px!important;
 }
 body:not(.panel-body) .topbar:not(.storefront-topbar) .public-nav-link:before{
  font-size:16px;
 }
}

/* Em telas muito estreitas, oculta o atalho inicial antes de esconder funções úteis */
@media(max-width:355px){
 body:not(.panel-body) .topbar:not(.storefront-topbar) .nav-home{
  display:none!important;
 }
}


/* 44food v5.10.3.1 — remove identificação duplicada da loja no produto mobile */
@media(max-width:760px){
 body.storefront-page .product-store-card{
  display:none!important;
 }
 body.storefront-page .product-detail{
  margin-top:12px!important;
 }
}



/* 44food v5.10.4 — resultados compactos, observações e compartilhamento nativo */
.product-observation-field{display:flex;flex-direction:column;gap:7px;margin:16px 0}
.product-observation-field>span{font-size:14px;font-weight:900;color:#344054}
.product-observation-field textarea{width:100%;min-height:82px;resize:vertical;border:1px solid #d0d5dd;border-radius:13px;padding:11px 13px;font:inherit;line-height:1.45;background:#fff}
.product-observation-field textarea:focus{outline:2px solid color-mix(in srgb,var(--orange) 30%,transparent);border-color:var(--orange)}
.product-observation-field small{font-size:11px;color:#667085}
.product-native-share{display:flex;justify-content:flex-end;margin-top:14px}
.native-share-button{display:grid;place-items:center;width:44px;height:44px;border-radius:50%;border:1px solid #d0d5dd;background:#fff;color:#101828;font-size:24px;font-weight:900;cursor:pointer;box-shadow:0 2px 8px rgba(16,24,40,.08)}
.native-share-button:hover{border-color:var(--orange);color:var(--orange)}
.cart-item-observation,.order-item-observation{display:block;margin-top:6px;padding:7px 9px;border-radius:8px;background:#fff7ed;color:#7c2d12;font-size:12px;line-height:1.4}
.cart-observation-summary{display:block;color:#7c2d12;margin-top:3px}
.item-observation{margin-top:4px;padding:4px;border:1px dashed #111;font-size:11px;line-height:1.3}

@media(max-width:760px){
 .marketplace-results-page{padding-top:4px}
 .marketplace-results-title{margin-bottom:10px!important}
 .marketplace-results-title h1{font-size:23px!important;line-height:1.15}
 .marketplace-results-title .btn{padding:8px 10px!important;font-size:12px!important}
 .marketplace-results-grid{
  display:flex!important;
  flex-direction:column!important;
  gap:0!important;
  border-top:1px solid #eaecf0;
 }
 .marketplace-result-card{
  display:grid!important;
  grid-template-columns:78px minmax(0,1fr)!important;
  gap:10px!important;
  min-height:98px!important;
  padding:10px 0!important;
  border:0!important;
  border-bottom:1px solid #eaecf0!important;
  border-radius:0!important;
  box-shadow:none!important;
  background:transparent!important;
 }
 .marketplace-result-card .result-product-image{
  width:78px!important;
  height:78px!important;
  min-height:78px!important;
  border-radius:10px!important;
  overflow:hidden;
 }
 .marketplace-result-card .result-product-image img{
  width:78px!important;
  height:78px!important;
  min-height:78px!important;
  object-fit:cover;
 }
 .marketplace-result-card .result-product-content{min-width:0!important;padding:0!important}
 .marketplace-result-card .result-store-name{display:block;font-size:10px!important;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;margin-bottom:2px}
 .marketplace-result-card h3{font-size:14px!important;line-height:1.18!important;margin:0 0 2px!important}
 .marketplace-result-card .result-category-name{display:none!important}
 .marketplace-result-card p{
  margin:0 0 5px!important;
  font-size:11px!important;
  line-height:1.25!important;
  display:-webkit-box!important;
  -webkit-line-clamp:1!important;
  -webkit-box-orient:vertical!important;
  overflow:hidden!important;
 }
 .marketplace-result-card .result-product-bottom{
  display:flex!important;
  align-items:center!important;
  justify-content:space-between!important;
  gap:8px!important;
  margin-top:2px!important;
 }
 .marketplace-result-card .result-price-stack{
  display:flex!important;
  flex-direction:row!important;
  align-items:baseline!important;
  flex-wrap:wrap!important;
  gap:5px!important;
  min-width:0;
 }
 .marketplace-result-card .result-price-stack del,
 .marketplace-result-card .result-price-stack small{font-size:10px!important;margin:0!important}
 .marketplace-result-card .result-price-stack strong{font-size:15px!important;white-space:nowrap}
 .marketplace-result-card .result-product-button{
  width:auto!important;
  min-width:48px!important;
  height:29px!important;
  min-height:29px!important;
  padding:0 9px!important;
  border-radius:9px!important;
  font-size:11px!important;
  line-height:29px!important;
  flex:0 0 auto;
 }
 .product-observation-field textarea{min-height:72px;font-size:14px}
 .product-native-share{position:absolute;right:14px;top:5px;margin:0}
 .product-info{position:relative}
 .native-share-button{width:40px;height:40px;font-size:21px}
}

@media(max-width:380px){
 .marketplace-result-card{grid-template-columns:70px minmax(0,1fr)!important}
 .marketplace-result-card .result-product-image,
 .marketplace-result-card .result-product-image img{width:70px!important;height:70px!important;min-height:70px!important}
}


/* 44food v5.10.4.1 — ajustes mobile do produto e topo */
.product-title-row{
 display:flex;
 align-items:flex-start;
 justify-content:space-between;
 gap:10px;
 margin-bottom:4px;
}
.product-title-row h1{
 margin:0!important;
 flex:1 1 auto;
 min-width:0;
}
.product-native-share{
 display:flex;
 align-items:flex-start;
 justify-content:flex-end;
 flex:0 0 auto;
 margin:0;
}
.native-share-button{
 display:grid;
 place-items:center;
 width:38px;
 height:38px;
 padding:0;
 border:none;
 background:transparent;
 color:var(--orange);
 box-shadow:none;
 cursor:pointer;
}
.native-share-button svg{
 width:28px;
 height:28px;
 stroke:currentColor;
 fill:none;
 stroke-width:2.25;
 stroke-linecap:round;
 stroke-linejoin:round;
}
.product-observation-field{
 display:flex;
 flex-direction:column;
 gap:8px;
 width:100%;
}
.product-observation-field textarea{
 display:block;
 width:100%!important;
 min-width:0;
 box-sizing:border-box;
}
.product-observation-field small{display:none!important;}

body:not(.panel-body) .topbar .nav-home{display:inline-flex!important;}
body:not(.panel-body) .topbar .nav-account,
body:not(.panel-body) .topbar .nav-customer{
 background:transparent!important;
 border-color:transparent!important;
 box-shadow:none!important;
 color:var(--orange)!important;
}
body:not(.panel-body) .topbar .nav-account:hover,
body:not(.panel-body) .topbar .nav-customer:hover{
 background:#fff7ed!important;
 border-color:#fed7aa!important;
}
body:not(.panel-body) .topbar .nav-account:before,
body:not(.panel-body) .topbar .nav-customer:before{
 content:"";
 display:block;
 width:18px;
 height:18px;
 background-repeat:no-repeat;
 background-position:center;
 background-size:contain;
 background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23f97316' stroke-width='2.15' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M20 21a8 8 0 0 0-16 0'/%3E%3Ccircle cx='12' cy='7' r='4'/%3E%3C/svg%3E");
 font-size:0!important;
 line-height:0!important;
}

@media(max-width:760px){
 .product-title-row{gap:8px;}
 .product-title-row h1{font-size:2rem!important;line-height:1.1!important;}
 .product-native-share{align-self:flex-start;margin-top:2px;}
 .native-share-button{width:34px;height:34px;}
 .native-share-button svg{width:24px;height:24px;}
 .product-observation-field{width:100%!important;margin-top:14px!important;}
 .product-observation-field textarea{
  min-height:76px!important;
  font-size:14px!important;
  border-radius:14px!important;
 }
 .product-action-block{
  grid-template-columns:1fr!important;
  gap:10px!important;
  align-items:stretch!important;
 }
 .detail-quantity-card,.product-add-button{width:100%!important;}
 .detail-qty-control{
  width:100%!important;
  justify-content:space-between!important;
 }
 .detail-qty-control button{min-width:42px!important;width:42px!important;height:42px!important;}
 .detail-qty-value{min-width:44px!important;}
 .marketplace-result-card{
  grid-template-columns:72px minmax(0,1fr)!important;
  gap:9px!important;
  min-height:88px!important;
  padding:9px 0!important;
 }
 .marketplace-result-card .result-product-image,
 .marketplace-result-card .result-product-image img{
  width:72px!important;height:72px!important;min-height:72px!important;border-radius:9px!important;
 }
 .marketplace-result-card .result-store-name{font-size:9px!important;margin-bottom:1px!important;}
 .marketplace-result-card h3{font-size:13px!important;margin:0 0 2px!important;}
 .marketplace-result-card p{font-size:10px!important;margin:0 0 4px!important;}
 .marketplace-result-card .result-product-button{
  min-width:44px!important;height:27px!important;padding:0 8px!important;line-height:27px!important;font-size:10px!important;
 }
 .marketplace-result-card .result-price-stack{gap:4px!important;}
 .marketplace-result-card .result-price-stack del,
 .marketplace-result-card .result-price-stack small{font-size:9px!important;}
 .marketplace-result-card .result-price-stack strong{font-size:14px!important;}
}

@media(max-width:420px){
 .topbar.storefront-topbar .public-nav{gap:6px!important;}
 .topbar.storefront-topbar .public-nav-link{padding:8px 10px!important;font-size:12px!important;}
 .topbar.storefront-topbar .nav-home{display:inline-flex!important;}
}


/* 44food v5.10.4.2 — topo da loja somente com ícones */
@media(max-width:760px){
 .storefront-topbar{
  display:grid!important;
  grid-template-columns:auto minmax(0,1fr)!important;
  align-items:center!important;
  min-height:54px!important;
  height:54px!important;
  padding:5px 9px!important;
  gap:7px!important;
 }

 .storefront-topbar .brand-logo{
  display:flex!important;
  grid-column:1!important;
  grid-row:1!important;
  width:auto!important;
  min-width:0!important;
  height:42px!important;
  align-items:center!important;
  justify-content:flex-start!important;
  margin:0!important;
 }

 .storefront-topbar .brand-logo img{
  display:block!important;
  width:76px!important;
  max-width:76px!important;
  height:auto!important;
  max-height:34px!important;
  object-fit:contain!important;
 }

 .storefront-topbar .mobile-store-brand{
  display:none!important;
 }

 .storefront-topbar .public-nav{
  grid-column:2!important;
  grid-row:1!important;
  display:flex!important;
  align-items:center!important;
  justify-content:flex-end!important;
  flex-wrap:nowrap!important;
  gap:4px!important;
  min-width:0!important;
  width:100%!important;
  margin:0!important;
 }

 .storefront-topbar .public-nav-link{
  position:relative!important;
  display:grid!important;
  place-items:center!important;
  width:36px!important;
  min-width:36px!important;
  max-width:36px!important;
  height:36px!important;
  min-height:36px!important;
  padding:0!important;
  margin:0!important;
  border-radius:9px!important;
  font-size:0!important;
  line-height:0!important;
  overflow:visible!important;
 }

 .storefront-topbar .public-nav-link:before{
  display:block!important;
  font-size:17px!important;
  line-height:1!important;
 }

 .storefront-topbar .nav-home:before{content:"⌂"!important}
 .storefront-topbar .nav-orders:before{content:"🧾"!important}
 .storefront-topbar .nav-cart:before{content:"🛒"!important}
 .storefront-topbar .nav-logout:before{content:"↪"!important}

 .storefront-topbar .nav-account,
 .storefront-topbar .nav-customer{
  background:transparent!important;
  border-color:transparent!important;
  box-shadow:none!important;
  color:var(--orange)!important;
 }

 .storefront-topbar .nav-account:before,
 .storefront-topbar .nav-customer:before{
  content:""!important;
  width:18px!important;
  height:18px!important;
  background-repeat:no-repeat!important;
  background-position:center!important;
  background-size:contain!important;
  background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23f97316' stroke-width='2.15' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M20 21a8 8 0 0 0-16 0'/%3E%3Ccircle cx='12' cy='7' r='4'/%3E%3C/svg%3E")!important;
 }

 .storefront-topbar .nav-cart span{
  position:absolute!important;
  top:-4px!important;
  right:-4px!important;
  display:grid!important;
  place-items:center!important;
  min-width:16px!important;
  width:auto!important;
  height:16px!important;
  padding:0 4px!important;
  border-radius:999px!important;
  border:2px solid #fff!important;
  font-size:9px!important;
  line-height:1!important;
 }

 .storefront-topbar + .flash-wrap{
  margin-top:0!important;
 }
}

@media(max-width:390px){
 .storefront-topbar{
  padding-left:7px!important;
  padding-right:7px!important;
 }

 .storefront-topbar .brand-logo img{
  width:66px!important;
  max-width:66px!important;
 }

 .storefront-topbar .public-nav{
  gap:2px!important;
 }

 .storefront-topbar .public-nav-link{
  width:33px!important;
  min-width:33px!important;
  max-width:33px!important;
  height:34px!important;
  min-height:34px!important;
 }
}


/* 44food v5.10.4.3 — força somente ícones também no produto único */
@media(max-width:760px){
 body.storefront-page header.storefront-topbar nav.public-nav a.public-nav-link{
  position:relative!important;
  display:grid!important;
  place-items:center!important;
  width:36px!important;
  min-width:36px!important;
  max-width:36px!important;
  height:36px!important;
  min-height:36px!important;
  padding:0!important;
  margin:0!important;
  font-size:0!important;
  line-height:0!important;
  text-indent:-9999px!important;
  white-space:nowrap!important;
  overflow:visible!important;
 }

 body.storefront-page header.storefront-topbar nav.public-nav a.public-nav-link:before{
  display:block!important;
  text-indent:0!important;
  font-size:17px!important;
  line-height:1!important;
  color:#344054!important;
 }

 body.storefront-page header.storefront-topbar nav.public-nav a.nav-home:before{
  content:"⌂"!important;
 }

 body.storefront-page header.storefront-topbar nav.public-nav a.nav-orders:before{
  content:"🧾"!important;
 }

 body.storefront-page header.storefront-topbar nav.public-nav a.nav-cart:before{
  content:"🛒"!important;
 }

 body.storefront-page header.storefront-topbar nav.public-nav a.nav-logout:before{
  content:"↪"!important;
 }

 body.storefront-page header.storefront-topbar nav.public-nav a.nav-account:before,
 body.storefront-page header.storefront-topbar nav.public-nav a.nav-customer:before{
  content:""!important;
  display:block!important;
  width:18px!important;
  height:18px!important;
  background-repeat:no-repeat!important;
  background-position:center!important;
  background-size:contain!important;
  background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23f97316' stroke-width='2.15' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M20 21a8 8 0 0 0-16 0'/%3E%3Ccircle cx='12' cy='7' r='4'/%3E%3C/svg%3E")!important;
 }

 body.storefront-page header.storefront-topbar nav.public-nav a.nav-cart span{
  text-indent:0!important;
  font-size:9px!important;
  line-height:1!important;
  color:#fff!important;
 }
}


/* 44food v5.10.4.4 — somente ícones em todas as páginas da loja */
@media(max-width:760px){
 header.storefront-topbar nav.public-nav a.public-nav-link{
  position:relative!important;
  display:grid!important;
  place-items:center!important;
  width:36px!important;
  min-width:36px!important;
  max-width:36px!important;
  height:36px!important;
  min-height:36px!important;
  padding:0!important;
  margin:0!important;
  font-size:0!important;
  line-height:0!important;
  text-indent:-9999px!important;
  white-space:nowrap!important;
  overflow:visible!important;
 }

 header.storefront-topbar nav.public-nav a.public-nav-link:before{
  display:block!important;
  text-indent:0!important;
  font-size:17px!important;
  line-height:1!important;
 }

 header.storefront-topbar nav.public-nav a.nav-home:before{content:"⌂"!important}
 header.storefront-topbar nav.public-nav a.nav-orders:before{content:"🧾"!important}
 header.storefront-topbar nav.public-nav a.nav-cart:before{content:"🛒"!important}
 header.storefront-topbar nav.public-nav a.nav-logout:before{content:"↪"!important}

 header.storefront-topbar nav.public-nav a.nav-account:before,
 header.storefront-topbar nav.public-nav a.nav-customer:before{
  content:""!important;
  display:block!important;
  width:18px!important;
  height:18px!important;
  background-repeat:no-repeat!important;
  background-position:center!important;
  background-size:contain!important;
  background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23f97316' stroke-width='2.15' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M20 21a8 8 0 0 0-16 0'/%3E%3Ccircle cx='12' cy='7' r='4'/%3E%3C/svg%3E")!important;
 }

 header.storefront-topbar nav.public-nav a.nav-cart span{
  text-indent:0!important;
  font-size:9px!important;
  line-height:1!important;
  color:#fff!important;
 }
}



/* 44food v5.11.0 — home compacta, busca agrupada e avaliações */
.compact-home-categories .section-title h2,
.compact-section-title h2{font-size:24px;line-height:1.15}
.compact-home-categories .home-category-card{min-width:118px;padding:12px 9px;gap:5px}
.compact-home-categories .category-icon,
.compact-home-categories .category-icon-fallback{width:46px;height:46px;font-size:20px}
.compact-home-categories .home-category-card strong{font-size:13px}
.compact-home-categories .home-category-card small{font-size:10px}

.store-logo-carousel{display:flex;gap:12px;overflow:auto;scroll-snap-type:x mandatory;padding:4px 2px 12px}
.home-store-logo-card{flex:0 0 138px;scroll-snap-align:start;display:flex;flex-direction:column;align-items:center;gap:8px;text-align:center;text-decoration:none;color:#101828;background:#fff;border:1px solid var(--line);border-radius:16px;padding:13px 9px}
.home-store-logo-card img{width:76px;height:76px;border-radius:50%;object-fit:cover;border:1px solid var(--line);background:#fff}
.home-store-logo-card strong{font-size:13px;line-height:1.2}
.home-store-logo-card small{font-size:10px;color:#667085}
.home-store-logo-card.rated{border-color:#fed7aa;background:#fffaf5}
.home-stores-section,.best-rated-stores-section{margin:24px 0}

.search-subfilters{display:flex;gap:7px;overflow:auto;padding:3px 0 12px;scrollbar-width:none}
.search-subfilters a{white-space:nowrap;text-decoration:none;border:1px solid #d0d5dd;border-radius:999px;padding:7px 10px;font-size:11px;font-weight:800;color:#344054;background:#fff}
.search-subfilters a.active{background:var(--orange);border-color:var(--orange);color:#fff}
.grouped-store-results{display:flex;flex-direction:column;gap:14px}
.search-store-group{background:#fff;border:1px solid var(--line);border-radius:16px;padding:12px}
.search-store-heading{display:grid;grid-template-columns:46px minmax(0,1fr) auto;align-items:center;gap:9px;text-decoration:none;color:#101828;margin-bottom:10px}
.search-store-heading img{width:46px;height:46px;border-radius:12px;object-fit:cover;border:1px solid var(--line)}
.search-store-heading span{min-width:0}
.search-store-heading strong{display:block;font-size:14px}
.search-store-heading small{display:block;font-size:10px;color:#667085;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.search-store-heading>b{font-size:10px;color:var(--orange)}
.search-product-carousel{display:flex;gap:9px;overflow:auto;scroll-snap-type:x mandatory;padding:2px 1px 7px}
.search-product-card{flex:0 0 142px;scroll-snap-align:start;border:1px solid var(--line);border-radius:12px;overflow:hidden;background:#fff}
.search-product-card>a{display:block;text-decoration:none;color:#101828}
.search-product-card img{display:block;width:100%;height:105px;object-fit:cover}
.search-product-card strong{display:block;padding:7px 8px 2px;font-size:12px;line-height:1.2;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.search-product-prices{display:flex;align-items:baseline;gap:4px;flex-wrap:wrap;padding:2px 8px 8px}
.search-product-prices del,.search-product-prices small{font-size:9px}
.search-product-prices strong{padding:0;font-size:13px;color:#101828}

.review-page{max-width:640px;margin:30px auto}
.review-store-head{display:flex;align-items:center;gap:14px;margin-bottom:20px}
.review-store-head img{width:64px;height:64px;border-radius:15px;object-fit:cover}
.review-store-head h1{margin:3px 0;font-size:25px}
.review-form{display:flex;flex-direction:column;gap:18px}
.review-form textarea{width:100%;border:1px solid #d0d5dd;border-radius:12px;padding:12px;font:inherit}
.star-rating{display:flex;flex-direction:row-reverse;justify-content:flex-end;border:0;padding:0}
.star-rating legend{font-weight:900;margin-bottom:8px}
.star-rating input{position:absolute;opacity:0}
.star-rating label{font-size:38px;color:#d0d5dd;cursor:pointer}
.star-rating input:checked~label,.star-rating label:hover,.star-rating label:hover~label{color:#f59e0b}
.review-success{text-align:center;padding:30px}
.review-success>span{font-size:58px;color:#f59e0b}

@media(max-width:760px){
 .compact-home-categories{margin-top:14px}
 .compact-home-categories .section-title{margin-bottom:8px}
 .compact-home-categories .section-title h2,
 .compact-section-title h2{font-size:18px!important}
 .compact-home-categories .section-title span,
 .compact-section-title span{font-size:9px!important}
 .compact-home-categories .section-title small,
 .compact-section-title small{display:none}
 .compact-home-categories .home-category-card{min-width:92px!important;padding:9px 6px!important}
 .compact-home-categories .category-icon,
 .compact-home-categories .category-icon-fallback{width:38px!important;height:38px!important;font-size:16px!important}
 .compact-home-categories .home-category-card strong{font-size:11px!important}
 .compact-home-categories .home-category-card small{font-size:8px!important}
 .home-store-logo-card{flex-basis:102px;padding:9px 6px;border-radius:13px}
 .home-store-logo-card img{width:55px;height:55px}
 .home-store-logo-card strong{font-size:10px}
 .home-store-logo-card small{font-size:8px}
 .home-stores-section,.best-rated-stores-section{margin:17px 0}
 .search-store-group{padding:9px;border-radius:13px}
 .search-store-heading{grid-template-columns:40px minmax(0,1fr) auto;margin-bottom:8px}
 .search-store-heading img{width:40px;height:40px}
 .search-store-heading strong{font-size:12px}
 .search-store-heading small{font-size:9px}
 .search-product-card{flex-basis:122px}
 .search-product-card img{height:88px}
 .search-product-card strong{font-size:10px;padding:6px 6px 2px}
 .search-product-prices{padding:2px 6px 7px}
 .search-product-prices strong{font-size:12px}
 .search-subfilters a{font-size:9px;padding:6px 8px}
 .review-page{margin:14px 10px}
 .review-store-head h1{font-size:20px}
}


/* 44food v5.11.1 — corrige final da rolagem e rodapé no cardápio mobile */
@media(max-width:760px){
 html,
 body.storefront-page{
  height:auto!important;
  min-height:100%!important;
  max-height:none!important;
  overflow-y:auto!important;
 }

 body.storefront-page{
  padding-bottom:0!important;
 }

 body.storefront-page .container{
  min-height:0!important;
  height:auto!important;
  max-height:none!important;
  overflow:visible!important;
  padding-bottom:34px!important;
 }

 body.storefront-page .store-layout,
 body.storefront-page .store-menu-layout,
 body.storefront-page .store-menu-main{
  display:block!important;
  width:100%!important;
  min-height:0!important;
  height:auto!important;
  max-height:none!important;
  overflow:visible!important;
  position:relative!important;
 }

 body.storefront-page .store-category-section{
  min-height:0!important;
  height:auto!important;
  max-height:none!important;
  overflow:visible!important;
 }

 body.storefront-page .store-category-section:last-child{
  padding-bottom:30px!important;
  margin-bottom:0!important;
 }

 body.storefront-page .store-product-list{
  min-height:0!important;
  height:auto!important;
  max-height:none!important;
  overflow:visible!important;
 }

 body.storefront-page .store-product-list .product-card:last-child{
  margin-bottom:0!important;
 }

 body.storefront-page footer.site-footer,
 body.storefront-page .footer-v521{
  display:block!important;
  visibility:visible!important;
  opacity:1!important;
  position:relative!important;
  clear:both!important;
  width:100%!important;
  height:auto!important;
  min-height:1px!important;
  max-height:none!important;
  overflow:visible!important;
  margin-top:0!important;
  z-index:1!important;
 }

 body.storefront-page footer.site-footer::before{
  content:"";
  display:block;
  height:1px;
  clear:both;
 }
}

/* Espaço extra para a barra do navegador de celulares */
@supports(padding:max(0px)){
 @media(max-width:760px){
  body.storefront-page footer.site-footer{
   padding-bottom:max(28px,env(safe-area-inset-bottom))!important;
  }
 }
}

/* 44food — card profissional iFood Entrega v1 */
.ifood-delivery-card{position:relative;overflow:hidden;border:1px solid #e6eaf0!important;border-top:4px solid #ea1d2c!important;border-radius:20px!important;background:linear-gradient(180deg,#fff 0%,#fcfcfd 100%);box-shadow:0 12px 30px rgba(16,24,40,.08)!important;padding:0!important}
.ifood-delivery-card:before{content:"";position:absolute;right:-58px;top:-58px;width:145px;height:145px;border-radius:50%;background:rgba(234,29,44,.055);pointer-events:none}
.ifood-card-header{display:flex;align-items:center;justify-content:space-between;gap:14px;padding:18px 18px 16px;border-bottom:1px solid #eef1f5}
.ifood-card-brand{display:flex;align-items:center;gap:12px;min-width:0}
.ifood-card-brand h3{margin:2px 0 0;font-size:19px;color:#172033}
.ifood-card-eyebrow{display:block;color:#7b8494;font-size:10px;font-weight:900;letter-spacing:.9px}
.ifood-card-icon{display:grid;place-items:center;flex:0 0 44px;width:44px;height:44px;border-radius:14px;background:linear-gradient(145deg,#ff3344,#d90f20);color:#fff;font-size:16px;font-weight:950;box-shadow:0 8px 18px rgba(234,29,44,.23)}
.ifood-status-badge{display:inline-flex;align-items:center;gap:7px;max-width:48%;padding:7px 10px;border:1px solid #dfe4ea;border-radius:999px;background:#f7f8fa;color:#475467;font-size:11px;font-weight:900;line-height:1.15;text-align:center}
.ifood-status-badge i{display:block;flex:0 0 8px;width:8px;height:8px;border-radius:50%;background:#98a2b3;box-shadow:0 0 0 4px rgba(152,162,179,.13)}
.ifood-status-badge.is-success{border-color:#b7e4c7;background:#ecfdf3;color:#087443}.ifood-status-badge.is-success i{background:#12a05c;box-shadow:0 0 0 4px rgba(18,160,92,.13)}
.ifood-status-badge.is-warning{border-color:#f4d58d;background:#fffaeb;color:#9a6700}.ifood-status-badge.is-warning i{background:#f5a524;box-shadow:0 0 0 4px rgba(245,165,36,.15)}
.ifood-status-badge.is-danger{border-color:#fecaca;background:#fff1f2;color:#b42318}.ifood-status-badge.is-danger i{background:#e11d48;box-shadow:0 0 0 4px rgba(225,29,72,.13)}
.ifood-delivery-summary{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;padding:16px 18px}
.ifood-summary-item{min-width:0;padding:12px 13px;border:1px solid #e8ecf1;border-radius:14px;background:#fff}
.ifood-summary-item span{display:block;margin-bottom:5px;color:#7b8494;font-size:10px;font-weight:900;letter-spacing:.45px;text-transform:uppercase}
.ifood-summary-item strong{display:block;color:#172033;font-size:14px;line-height:1.35}
.ifood-summary-id{grid-column:1/-1}.ifood-summary-id strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:12px;color:#344054}
.ifood-empty-state{display:flex;align-items:center;gap:12px;margin:16px 18px;padding:14px;border:1px dashed #d7dde5;border-radius:14px;background:#f8fafc}.ifood-empty-state>span{font-size:28px}.ifood-empty-state div{display:flex;flex-direction:column;gap:2px}.ifood-empty-state small{color:#667085;line-height:1.4}
.ifood-action-section{padding:0 18px 18px}.ifood-request-section{padding-top:0}
.ifood-section-heading{display:flex;align-items:center;gap:10px;margin:3px 0 12px}.ifood-section-number{display:grid;place-items:center;width:28px;height:28px;border-radius:10px;background:#fff1f2;color:#d7192d;font-weight:950}.ifood-section-heading div{display:flex;flex-direction:column}.ifood-section-heading strong{color:#172033}.ifood-section-heading small{margin-top:2px;color:#7b8494}
.ifood-quote-form{gap:10px!important}.ifood-quote-form label{font-size:12px;font-weight:800;color:#344054}.ifood-quote-form input,.ifood-cancel-form select,.ifood-cancel-form textarea{border:1px solid #d7dde5!important;border-radius:12px!important;background:#fff!important}.ifood-quote-form input:focus,.ifood-cancel-form select:focus,.ifood-cancel-form textarea:focus{border-color:#ff7a00!important;box-shadow:0 0 0 4px rgba(255,122,0,.11)!important;outline:0}
.ifood-main-actions{display:grid;gap:10px;padding:0 18px 18px}.ifood-main-actions form{margin:0}.ifood-btn{display:flex!important;align-items:center!important;justify-content:center!important;min-height:46px!important;border-radius:13px!important;font-weight:900!important;text-decoration:none!important;transition:transform .18s ease,box-shadow .18s ease,filter .18s ease!important}.ifood-btn:hover{transform:translateY(-1px)}
.ifood-btn-primary{border:0!important;background:linear-gradient(135deg,#ff7a00,#ff5f00)!important;color:#fff!important;box-shadow:0 9px 20px rgba(255,105,0,.24)!important}.ifood-btn-primary:hover{filter:brightness(1.03)}
.ifood-btn-secondary{border:1px solid #d7dde5!important;background:#fff!important;color:#27364b!important;box-shadow:0 5px 12px rgba(16,24,40,.05)!important}.ifood-btn-secondary:hover{background:#f8fafc!important}
.ifood-cancel-box{margin:0 18px 18px;border:1px solid #fed7da;border-radius:15px;background:#fff7f7;overflow:hidden}.ifood-cancel-box summary{display:flex;align-items:center;justify-content:space-between;gap:10px;padding:13px 14px;cursor:pointer;list-style:none}.ifood-cancel-box summary::-webkit-details-marker{display:none}.ifood-cancel-box summary span{display:flex;flex-direction:column;color:#b42318}.ifood-cancel-box summary small{margin-top:2px;color:#98636a;font-weight:500}.ifood-cancel-box summary i{font-style:normal;font-size:18px;transition:transform .18s ease}.ifood-cancel-box[open] summary i{transform:rotate(180deg)}
.ifood-cancel-form{padding:0 14px 14px;border-top:1px solid #fee2e2}.ifood-cancel-form label{font-size:12px;font-weight:850;color:#6f2630}.ifood-cancel-form textarea{width:100%;min-height:82px;padding:11px 12px;resize:vertical}.ifood-btn-danger{border:1px solid #e11d48!important;background:#fff!important;color:#be123c!important}.ifood-btn-danger:hover{background:#e11d48!important;color:#fff!important;box-shadow:0 8px 18px rgba(225,29,72,.18)!important}
@media(max-width:720px){.ifood-card-header{align-items:flex-start;flex-direction:column}.ifood-status-badge{max-width:100%}.ifood-delivery-summary{grid-template-columns:1fr}.ifood-summary-id{grid-column:auto}.ifood-summary-id strong{white-space:normal;overflow-wrap:anywhere}.ifood-delivery-card{border-radius:17px!important}.ifood-card-header,.ifood-delivery-summary{padding-left:14px;padding-right:14px}.ifood-action-section,.ifood-main-actions{padding-left:14px;padding-right:14px}.ifood-cancel-box{margin-left:14px;margin-right:14px}}

/* 44food CHECKOUT_IFOOD_ONLY_V1
   Checkout iFood e resumo antes do pagamento.
   Desenvolvedor: Premium Seller Sistemas */
.checkout-ifood-address,.checkout-final-summary,.checkout-payment-card{border:1px solid #e7eaf0;border-radius:22px;box-shadow:0 12px 34px rgba(16,24,40,.08)}
.checkout-step-heading p,.checkout-final-title p,.checkout-payment-heading p{margin:5px 0 0;color:#667085}
.checkout-ifood-options .choice-card{position:relative;display:flex;align-items:center;gap:11px;padding:15px;border:1px solid #dfe4eb;border-radius:16px;background:#fff;transition:.2s ease}
.checkout-ifood-options .choice-card:hover{border-color:#ff7a1a;box-shadow:0 7px 20px rgba(255,122,26,.12)}
.checkout-ifood-options .choice-card:has(input:checked){border-color:#ff7a1a;background:#fff8f1;box-shadow:0 0 0 3px rgba(255,122,26,.10)}
.checkout-ifood-options .choice-icon{display:grid;place-items:center;flex:0 0 43px;width:43px;height:43px;border-radius:13px;background:#fff0e3;font-size:22px}
.checkout-ifood-options .choice-card small{display:block;margin-top:3px;color:#667085}
.ifood-quote-notice{display:flex;align-items:center;gap:12px;padding:13px 15px;border:1px solid #ffd7b5;border-radius:15px;background:linear-gradient(135deg,#fff9f4,#fff3e8)}
.ifood-quote-notice>span{font-size:25px}.ifood-quote-notice div{display:flex;flex-direction:column}.ifood-quote-notice small{margin-top:3px;color:#7a4a21}
.checkout-next-btn{min-height:50px;font-weight:900}
.checkout-final-flow{display:grid;grid-template-columns:minmax(0,1.12fr) minmax(360px,.88fr);gap:20px;align-items:start}
.checkout-final-title{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;margin-bottom:15px;padding-bottom:15px;border-bottom:1px solid #eef1f5}
.checkout-final-title>div>span{font-size:11px;font-weight:950;letter-spacing:1.1px;color:#f97316}.checkout-final-title h1{margin:4px 0 0}
.checkout-secure-badge{white-space:nowrap;padding:7px 10px;border:1px solid #b7ebc9;border-radius:999px;background:#ecfdf3;color:#067647;font-size:11px;font-weight:900}
.checkout-summary-store{margin-bottom:10px;font-size:13px;font-weight:900;color:#344054}
.checkout-summary-items{display:flex;flex-direction:column;gap:8px;padding-bottom:13px;border-bottom:1px dashed #d7dce3}
.checkout-summary-item{display:flex;align-items:flex-start;justify-content:space-between;gap:14px;font-size:13px}.checkout-summary-item>span{min-width:0}.checkout-summary-item small{display:block;margin-top:2px;color:#667085;font-size:11px}.checkout-summary-item strong{white-space:nowrap}
.checkout-summary-totals{display:flex;flex-direction:column;gap:9px;padding-top:13px}.checkout-summary-totals>div{display:flex;align-items:center;justify-content:space-between;gap:14px;font-size:13px}
.checkout-freight-row,.checkout-address-row{padding:12px;border:1px solid #e7eaf0;border-radius:15px;background:#f8fafc}.checkout-freight-row>span,.checkout-address-row>span{display:flex;align-items:center;gap:9px;min-width:0}.checkout-freight-row i{display:grid;place-items:center;width:36px;height:36px;border-radius:11px;background:#fff0e3;font-style:normal;font-size:19px}.checkout-freight-row span span,.checkout-address-row span span{display:flex;flex-direction:column;min-width:0}.checkout-freight-row small,.checkout-address-row small{margin-top:2px;color:#667085;font-size:10.5px;line-height:1.3}.checkout-address-row a{font-size:11px;font-weight:900;color:#e85d04}
.checkout-grand-total{margin-top:3px;padding:14px 15px!important;border-radius:15px;background:linear-gradient(135deg,#16263b,#243c58);color:#fff}.checkout-grand-total span{font-weight:800}.checkout-grand-total b{font-size:22px}
.checkout-payment-heading{display:flex;align-items:center;gap:11px;margin-bottom:14px;padding-bottom:14px;border-bottom:1px solid #eef1f5}.checkout-payment-heading>span{display:grid;place-items:center;width:43px;height:43px;border-radius:13px;background:#eef6ff;font-size:22px}.checkout-payment-heading h2{margin:0}.checkout-payment-heading p{font-size:12px}
.checkout-payment-list{display:flex;flex-direction:column;gap:9px}.checkout-payment-option{position:relative;display:flex!important;align-items:center;gap:10px;padding:13px!important;border:1px solid #dfe4eb!important;border-radius:15px!important;background:#fff!important;cursor:pointer;transition:.18s ease}.checkout-payment-option:hover{border-color:#ff7a1a!important}.checkout-payment-option:has(input:checked){border-color:#ff7a1a!important;background:#fff8f1!important;box-shadow:0 0 0 3px rgba(255,122,26,.10)}
.checkout-payment-option input{position:absolute;opacity:0;pointer-events:none}.payment-radio-dot{flex:0 0 18px;width:18px;height:18px;border:2px solid #b8c0cc;border-radius:50%;background:#fff;box-shadow:inset 0 0 0 4px #fff}.checkout-payment-option:has(input:checked) .payment-radio-dot{border-color:#ff7a1a;background:#ff7a1a}.checkout-payment-option b{font-size:13px}.checkout-payment-option small{display:block;margin-top:2px;color:#667085;font-size:10.5px;line-height:1.3}
.checkout-notes-label{display:block;margin-top:14px;font-size:12px;font-weight:850}.checkout-notes-label textarea{margin-top:6px;min-height:72px}.checkout-confirm-btn{min-height:52px;margin-top:14px;font-size:15px;font-weight:950;box-shadow:0 9px 22px rgba(255,122,26,.24)}.checkout-payment-security{display:block;margin-top:10px;text-align:center;color:#667085;font-size:10.5px;line-height:1.35}
@media(max-width:900px){.checkout-final-flow{grid-template-columns:1fr}.checkout-final-summary{order:1}.checkout-payment-card{order:2}}
@media(max-width:600px){
 .checkout-progress{gap:3px!important;padding:5px!important}.checkout-progress>*{font-size:9px!important;padding:7px 4px!important;white-space:nowrap}
 .checkout-ifood-address,.checkout-final-summary,.checkout-payment-card{padding:12px!important;border-radius:16px}
 .checkout-step-heading h1,.checkout-final-title h1{font-size:19px}.checkout-step-heading p,.checkout-final-title p{font-size:10.5px;line-height:1.35}
 .checkout-ifood-options{gap:7px!important}.checkout-ifood-options .choice-card{padding:10px;gap:8px;border-radius:13px}.checkout-ifood-options .choice-icon{width:35px;height:35px;flex-basis:35px;font-size:18px}.checkout-ifood-options .choice-card b{font-size:11.5px}.checkout-ifood-options .choice-card small{font-size:9.5px}
 .checkout-ifood-address .form-grid{gap:8px!important}.checkout-ifood-address label{font-size:10.5px}.checkout-ifood-address input,.checkout-ifood-address select{min-height:39px!important;height:39px!important;padding:7px 9px!important;font-size:11px!important}
 .ifood-quote-notice{padding:9px 10px;gap:8px}.ifood-quote-notice>span{font-size:19px}.ifood-quote-notice b{font-size:10.5px}.ifood-quote-notice small{font-size:9px}
 .checkout-final-title{gap:8px;margin-bottom:10px;padding-bottom:10px}.checkout-secure-badge{padding:5px 7px;font-size:8.5px}.checkout-summary-store{font-size:10.5px}.checkout-summary-items{gap:6px;padding-bottom:9px}.checkout-summary-item{font-size:10.5px;gap:8px}.checkout-summary-item small{font-size:8.8px}.checkout-summary-totals{gap:6px;padding-top:9px}.checkout-summary-totals>div{font-size:10.5px;gap:8px}
 .checkout-freight-row,.checkout-address-row{padding:8px;border-radius:12px}.checkout-freight-row i{width:31px;height:31px;font-size:16px}.checkout-freight-row small,.checkout-address-row small{font-size:8.7px}.checkout-address-row a{font-size:9px}.checkout-grand-total{padding:10px 11px!important}.checkout-grand-total b{font-size:17px}
 .checkout-payment-heading{gap:8px;margin-bottom:10px;padding-bottom:10px}.checkout-payment-heading>span{width:35px;height:35px;font-size:18px}.checkout-payment-heading h2{font-size:16px}.checkout-payment-heading p{font-size:9.5px}
 .checkout-payment-list{gap:6px}.checkout-payment-option{padding:9px!important;gap:8px;border-radius:12px!important}.payment-radio-dot{width:15px;height:15px;flex-basis:15px}.checkout-payment-option b{font-size:10.5px}.checkout-payment-option small{font-size:8.7px}.checkout-notes-label{font-size:10px}.checkout-notes-label textarea{min-height:58px;font-size:10px}.checkout-confirm-btn{min-height:45px;font-size:12px;margin-top:10px}.checkout-payment-security{font-size:8.7px}
}
/* CHECKOUT_DELIVERY_PUBLIC_NAME_V1
 * Entrega neutra no checkout com identificação discreta do parceiro.
 * Desenvolvedor: Premium Seller Sistemas
 */
.ifood-quote-notice em{
    display:block;
    margin-top:5px;
    color:#667085;
    font-size:11px;
    line-height:1.35;
    font-style:normal;
    font-weight:700;
}
.checkout-logistics-note{
    display:flex;
    align-items:flex-start;
    gap:7px;
    margin:8px 0 2px;
    padding:9px 11px;
    border:1px solid #e4e7ec;
    border-radius:11px;
    background:#f8fafc;
    color:#475467;
}
.checkout-logistics-note>span{
    flex:0 0 auto;
    display:grid;
    place-items:center;
    width:18px;
    height:18px;
    border-radius:50%;
    background:#dcfce7;
    color:#15803d;
    font-size:11px;
    font-weight:950;
}
.checkout-logistics-note small{
    font-size:11px;
    line-height:1.35;
    font-weight:700;
}
@media(max-width:520px){
    .ifood-quote-notice em,
    .checkout-logistics-note small{font-size:9.5px}
    .checkout-logistics-note{padding:7px 8px;gap:6px;border-radius:9px}
    .checkout-logistics-note>span{width:16px;height:16px;font-size:9px}
}

/* 44FOOD rastreamento interno - Desenvolvedor: Premium Seller Sistemas */
.tracking44-shell{display:flex;flex-direction:column;gap:18px;padding:18px 0 34px}
.tracking44-heading{display:flex;align-items:center;justify-content:space-between;gap:18px;padding:24px;border-radius:22px;background:linear-gradient(135deg,var(--brand-green,#16a34a),#0f8a45);color:#fff;box-shadow:0 18px 44px rgba(22,163,74,.18)}
.tracking44-heading h1{margin:5px 0 5px;color:#fff;font-size:clamp(25px,4vw,40px)}
.tracking44-heading p{margin:0;color:rgba(255,255,255,.85)}
.tracking44-kicker{font-size:12px;font-weight:900;letter-spacing:.08em;text-transform:uppercase;color:#dcfce7}
.tracking44-heading .btn.secondary{background:#fff;color:#166534;border-color:#fff;white-space:nowrap}
.tracking44-summary{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:1px;border:1px solid #e5e7eb;border-radius:18px;overflow:hidden;background:#e5e7eb;box-shadow:0 12px 30px rgba(15,23,42,.06)}
.tracking44-summary>div{display:flex;flex-direction:column;gap:5px;padding:15px 16px;background:#fff;min-width:0}
.tracking44-summary small,.tracking44-map-head small{font-size:11px;text-transform:uppercase;letter-spacing:.06em;color:#64748b;font-weight:800}
.tracking44-summary strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:#172033}
.tracking44-progress{display:grid;grid-template-columns:repeat(5,1fr);gap:8px;padding:14px;border:1px solid #e5e7eb;border-radius:18px;background:#fff}
.tracking44-step{position:relative;display:flex;align-items:center;gap:9px;color:#94a3b8;font-weight:800;font-size:13px;min-width:0}
.tracking44-step:not(:last-child):after{content:"";position:absolute;left:31px;right:-8px;top:14px;height:3px;background:#e2e8f0;z-index:0}
.tracking44-step i{position:relative;z-index:1;display:grid;place-items:center;width:29px;height:29px;flex:0 0 29px;border-radius:50%;background:#e2e8f0;color:#64748b;font-style:normal;font-size:12px}
.tracking44-step span{position:relative;z-index:1;background:#fff;padding-right:5px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.tracking44-step.active{color:#166534}.tracking44-step.active i{background:var(--brand-green,#16a34a);color:#fff}.tracking44-step.active:not(:last-child):after{background:#86efac}
.tracking44-grid{display:grid;grid-template-columns:minmax(0,1.7fr) minmax(270px,.72fr);gap:18px;align-items:start}
.tracking44-map-card{overflow:hidden;border:1px solid #e5e7eb;border-radius:22px;background:#fff;box-shadow:0 14px 34px rgba(15,23,42,.07)}
.tracking44-map-head,.tracking44-map-actions{display:flex;align-items:center;justify-content:space-between;gap:15px;padding:15px 18px}
.tracking44-map-head strong{display:block;margin-top:3px;color:#172033}.tracking44-map-head>span{font-size:12px;color:#64748b}
.tracking44-map{height:520px;background:#eef2f6;border-top:1px solid #e5e7eb;border-bottom:1px solid #e5e7eb}
.tracking44-map iframe{display:block;width:100%;height:100%;border:0}
.tracking44-map-wait{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:9px;height:100%;padding:30px;text-align:center;color:#475569;background:radial-gradient(circle at center,#fff,#eef2f6)}
.tracking44-map-wait b{max-width:540px;color:#172033;font-size:18px}.tracking44-map-wait span{max-width:580px;font-size:14px;line-height:1.55}
.tracking44-map-actions>span{color:#475569;font-weight:700}
.tracking44-side{display:flex;flex-direction:column;gap:14px}.tracking44-side details.panel{padding:0;overflow:hidden}.tracking44-side summary{cursor:pointer;padding:16px 18px;font-weight:900;color:#172033}.tracking44-side details>p,.tracking44-details{padding:0 18px 18px;margin:0}
.tracking44-details>div{display:flex;justify-content:space-between;gap:14px;padding:7px 0}.tracking44-details .big{font-size:17px}.tracking44-details hr{border:0;border-top:1px solid #e5e7eb;margin:8px 0}
@media(max-width:900px){.tracking44-summary{grid-template-columns:repeat(2,minmax(0,1fr))}.tracking44-summary>div:last-child{grid-column:1/-1}.tracking44-grid{grid-template-columns:1fr}.tracking44-map{height:460px}}
@media(max-width:640px){.tracking44-shell{padding-top:8px}.tracking44-heading{align-items:flex-start;flex-direction:column;padding:20px}.tracking44-heading .btn{width:100%}.tracking44-summary{grid-template-columns:1fr 1fr}.tracking44-summary>div{padding:13px}.tracking44-progress{display:flex;overflow-x:auto;padding:12px}.tracking44-step{min-width:145px}.tracking44-step:not(:last-child):after{right:-12px}.tracking44-map{height:62vh;min-height:390px;max-height:560px}.tracking44-map-head,.tracking44-map-actions{align-items:flex-start;flex-direction:column}.tracking44-map-actions .btn{width:100%}}


/* ================================================================
   44FOOD_GLOBAL_PRODUCT_SHOWCASES_V17
   Padronização global das vitrines de produtos
   Desenvolvedor: Premium Seller Sistemas
   ================================================================ */

:root{
  --product-showcase-bg:#ffffff;
  --product-showcase-soft:#fbfcfe;
  --product-showcase-border:#edf0f4;
  --product-showcase-radius:13px;
}

/* ---------------------------------------------------------------
   1. REGRA BASE PARA IMAGENS DE PRODUTO EM CARDS
   A imagem original nunca é deformada ou cortada.
   --------------------------------------------------------------- */
.product-card .product-image-link{
  overflow:hidden;
  background:var(--product-showcase-bg);
}

.product-card .product-image-link > img{
  object-fit:contain !important;
  object-position:center center !important;
  background:var(--product-showcase-bg) !important;
  padding:10px !important;
  transition:transform .22s ease;
}

/* Imagens antigas que eventualmente estejam diretamente no card. */
.product-card > img{
  object-fit:contain !important;
  object-position:center center !important;
  background:var(--product-showcase-bg) !important;
  padding:10px !important;
}

/* ---------------------------------------------------------------
   2. HOME - PRODUTOS EM DESTAQUE
   --------------------------------------------------------------- */
.home-featured-section .carousel-product-card{
  overflow:hidden;
  align-items:stretch;
  transition:transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}

.home-featured-section .carousel-product-card:hover{
  transform:translateY(-2px);
  box-shadow:0 12px 30px rgba(16,24,40,.10);
  border-color:#e5e7eb;
}

.home-featured-section .carousel-product-card .product-image-link{
  display:flex !important;
  align-items:center !important;
  justify-content:center !important;
  min-height:224px !important;
  height:100% !important;
  padding:14px !important;
  background:linear-gradient(180deg,#fffdfb 0%,#fff 100%) !important;
  border-right:1px solid var(--product-showcase-border);
}

.home-featured-section .carousel-product-card .product-image-link > img{
  width:100% !important;
  height:100% !important;
  min-height:0 !important;
  max-width:138px !important;
  max-height:174px !important;
  padding:0 !important;
}

/* ---------------------------------------------------------------
   3. HOME - OFERTAS-RELÂMPAGO
   Mesmo padrão visual das demais vitrines.
   --------------------------------------------------------------- */
.flash-product-card{
  transition:transform .18s ease, box-shadow .18s ease;
}

.flash-product-card:hover{
  transform:translateY(-2px);
  box-shadow:0 10px 24px rgba(16,24,40,.09);
}

.flash-image{
  height:145px !important;
  display:flex !important;
  align-items:center !important;
  justify-content:center !important;
  overflow:hidden;
  border-radius:10px;
  background:linear-gradient(180deg,#fffdfb 0%,#fff 100%);
  border:1px solid var(--product-showcase-border);
  padding:8px;
}

.flash-image img{
  width:100% !important;
  height:100% !important;
  max-width:170px;
  max-height:129px;
  object-fit:contain !important;
  object-position:center center !important;
  padding:0 !important;
  background:transparent !important;
  border-radius:8px !important;
  transition:transform .22s ease;
}

/* ---------------------------------------------------------------
   4. DESTAQUES DA LOJA + PRODUTOS RELACIONADOS
   .mini-product é usado nas duas vitrines.
   --------------------------------------------------------------- */
.horizontal-products .mini-product{
  display:flex;
  flex-direction:column;
  overflow:hidden;
  transition:transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}

.horizontal-products .mini-product:hover{
  transform:translateY(-2px);
  border-color:#e3e7ed;
  box-shadow:0 9px 22px rgba(16,24,40,.08);
}

.horizontal-products .mini-product > a{
  display:flex;
  flex-direction:column;
  flex:1;
}

.horizontal-products .mini-product img{
  width:100% !important;
  height:135px !important;
  object-fit:contain !important;
  object-position:center center !important;
  padding:9px !important;
  background:linear-gradient(180deg,#fffdfb 0%,#fff 100%) !important;
  border:1px solid var(--product-showcase-border);
  border-radius:10px !important;
  transition:transform .22s ease;
}

.store-featured .mini-product img{
  height:128px !important;
}

/* ---------------------------------------------------------------
   5. CARDÁPIO / VITRINE INTERNA DA LOJA
   Mantém o layout compacto, mas padroniza a foto.
   --------------------------------------------------------------- */
.store-product-list .product-card .product-image-link{
  display:flex !important;
  align-items:center !important;
  justify-content:center !important;
  background:var(--product-showcase-soft) !important;
  border:1px solid var(--product-showcase-border);
  border-radius:12px !important;
}

.store-product-list .product-card .product-image-link img{
  width:100% !important;
  height:100% !important;
  min-height:0 !important;
  object-fit:contain !important;
  object-position:center center !important;
  padding:8px !important;
  background:#fff !important;
}

/* ---------------------------------------------------------------
   6. BUSCA AGRUPADA POR LOJA NA HOME
   --------------------------------------------------------------- */
.search-product-card{
  transition:transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}

.search-product-card:hover{
  transform:translateY(-2px);
  border-color:#e3e7ed;
  box-shadow:0 8px 20px rgba(16,24,40,.08);
}

.search-product-card img{
  display:block;
  width:100% !important;
  height:105px !important;
  object-fit:contain !important;
  object-position:center center !important;
  padding:8px !important;
  background:linear-gradient(180deg,#fffdfb 0%,#fff 100%) !important;
  border-bottom:1px solid var(--product-showcase-border);
}

/* ---------------------------------------------------------------
   7. RESULTADOS EM FORMATO DE CARD
   Algumas versões do 44FOOD usam result-product-image.
   --------------------------------------------------------------- */
.marketplace-result-card .result-product-image{
  display:flex !important;
  align-items:center !important;
  justify-content:center !important;
  overflow:hidden;
  background:var(--product-showcase-soft) !important;
  border:1px solid var(--product-showcase-border);
}

.marketplace-result-card .result-product-image img{
  width:100% !important;
  height:100% !important;
  min-height:0 !important;
  object-fit:contain !important;
  object-position:center center !important;
  padding:7px !important;
  background:#fff !important;
}

/* ---------------------------------------------------------------
   8. ZOOM SUAVE SOMENTE EM VITRINES
   --------------------------------------------------------------- */
.product-card:hover .product-image-link > img,
.flash-product-card:hover .flash-image img,
.horizontal-products .mini-product:hover img,
.search-product-card:hover img,
.marketplace-result-card:hover .result-product-image img{
  transform:scale(1.035);
}

/* ---------------------------------------------------------------
   9. CONSISTÊNCIA DE TÍTULOS / CARDS
   Evita que nomes longos desmontem as vitrines.
   --------------------------------------------------------------- */
.home-featured-section .carousel-product-card h3,
.flash-product-card h3,
.horizontal-products .mini-product h3,
.search-product-card strong{
  overflow:hidden;
  display:-webkit-box;
  -webkit-box-orient:vertical;
  -webkit-line-clamp:2;
}

.home-featured-section .carousel-product-card h3{
  min-height:50px;
}

.flash-product-card h3{
  min-height:36px;
  line-height:1.2;
}

.horizontal-products .mini-product h3{
  min-height:36px;
  line-height:1.2;
}

/* ---------------------------------------------------------------
   10. MOBILE
   Mantém vitrines compactas sem estourar a imagem.
   --------------------------------------------------------------- */
@media(max-width:720px){
  .home-featured-section .carousel-product-card .product-image-link{
    min-height:205px !important;
    padding:12px !important;
  }

  .home-featured-section .carousel-product-card .product-image-link > img{
    max-width:112px !important;
    max-height:148px !important;
  }

  .store-product-list .product-card .product-image-link img{
    padding:7px !important;
  }

  .search-product-card img{
    height:88px !important;
    padding:7px !important;
  }

  .marketplace-result-card .result-product-image img{
    padding:6px !important;
  }

  /* Evita movimento excessivo em telas touch. */
  .home-featured-section .carousel-product-card:hover,
  .flash-product-card:hover,
  .horizontal-products .mini-product:hover,
  .search-product-card:hover{
    transform:none;
  }
}

@media(max-width:480px){
  .home-featured-section .carousel-product-card .product-image-link{
    min-height:180px !important;
    padding:10px !important;
  }

  .home-featured-section .carousel-product-card .product-image-link > img{
    max-width:96px !important;
    max-height:130px !important;
  }
}

/* Acessibilidade: respeita usuários que desativam animações. */
@media(prefers-reduced-motion:reduce){
  .product-card .product-image-link > img,
  .flash-image img,
  .horizontal-products .mini-product img,
  .search-product-card img,
  .marketplace-result-card .result-product-image img,
  .home-featured-section .carousel-product-card,
  .flash-product-card,
  .horizontal-products .mini-product,
  .search-product-card{
    transition:none !important;
  }

  .product-card:hover .product-image-link > img,
  .flash-product-card:hover .flash-image img,
  .horizontal-products .mini-product:hover img,
  .search-product-card:hover img,
  .marketplace-result-card:hover .result-product-image img{
    transform:none !important;
  }
}

/* ================================================================
   FIM 44FOOD_GLOBAL_PRODUCT_SHOWCASES_V17
   ================================================================ */


/* ================================================================
   44FOOD_SHOWCASE_IMAGE_STANDARD_V18
   Padronização forte das imagens das vitrines
   Desenvolvedor: Premium Seller Sistemas
   ================================================================ */

/* ---------------------------------------------------------------
   PRODUTOS EM DESTAQUE - HOME
   --------------------------------------------------------------- */

.home-featured-section .carousel-product-card{
  overflow:hidden !important;
}

.home-featured-section .carousel-product-card .product-image-link{
  width:155px !important;
  min-width:155px !important;
  height:224px !important;
  min-height:224px !important;
  display:flex !important;
  align-items:center !important;
  justify-content:center !important;
  box-sizing:border-box !important;
  padding:14px !important;
  overflow:hidden !important;
  background:#fff !important;
}

.home-featured-section .carousel-product-card .product-image-link > img{
  display:block !important;
  width:auto !important;
  height:auto !important;
  min-width:0 !important;
  min-height:0 !important;
  max-width:118px !important;
  max-height:158px !important;
  object-fit:contain !important;
  object-position:center center !important;
  padding:0 !important;
  margin:auto !important;
  background:transparent !important;
}

/* ---------------------------------------------------------------
   OFERTA-RELÂMPAGO
   --------------------------------------------------------------- */

.flash-home-section .flash-image{
  height:145px !important;
  display:flex !important;
  align-items:center !important;
  justify-content:center !important;
  box-sizing:border-box !important;
  padding:10px !important;
  overflow:hidden !important;
  background:#fff !important;
}

.flash-home-section .flash-image > img{
  display:block !important;
  width:auto !important;
  height:auto !important;
  min-width:0 !important;
  min-height:0 !important;
  max-width:118px !important;
  max-height:125px !important;
  object-fit:contain !important;
  object-position:center center !important;
  padding:0 !important;
  margin:auto !important;
  background:transparent !important;
}

/* ---------------------------------------------------------------
   PRODUTOS EM DESTAQUE / RELACIONADOS DENTRO DA LOJA
   --------------------------------------------------------------- */

.horizontal-products .mini-product img{
  display:block !important;
  width:auto !important;
  height:auto !important;
  min-width:0 !important;
  min-height:0 !important;
  max-width:125px !important;
  max-height:115px !important;
  object-fit:contain !important;
  object-position:center center !important;
  padding:0 !important;
  margin:10px auto !important;
  background:transparent !important;
}

/* cria uma área branca padronizada sem alterar o HTML */
.horizontal-products .mini-product > a{
  position:relative;
}

.horizontal-products .mini-product{
  background:#fff !important;
}

/* ---------------------------------------------------------------
   VITRINE / CARDÁPIO DA LOJA
   --------------------------------------------------------------- */

.store-product-list .product-card .product-image-link{
  width:118px !important;
  min-width:118px !important;
  height:118px !important;
  min-height:118px !important;
  display:flex !important;
  align-items:center !important;
  justify-content:center !important;
  padding:9px !important;
  box-sizing:border-box !important;
  overflow:hidden !important;
  background:#fff !important;
}

.store-product-list .product-card .product-image-link > img{
  display:block !important;
  width:auto !important;
  height:auto !important;
  min-width:0 !important;
  min-height:0 !important;
  max-width:96px !important;
  max-height:96px !important;
  object-fit:contain !important;
  object-position:center center !important;
  padding:0 !important;
  margin:auto !important;
  background:transparent !important;
}

/* ---------------------------------------------------------------
   RESULTADOS DE BUSCA - HOME
   --------------------------------------------------------------- */

.search-product-card img{
  display:block !important;
  width:auto !important;
  height:auto !important;
  min-width:0 !important;
  min-height:0 !important;
  max-width:100px !important;
  max-height:88px !important;
  object-fit:contain !important;
  object-position:center center !important;
  padding:0 !important;
  margin:8px auto !important;
  background:transparent !important;
}

/* ---------------------------------------------------------------
   RESULTADOS EM CARDS HORIZONTAIS
   --------------------------------------------------------------- */

.marketplace-result-card .product-image-link,
.marketplace-result-card .result-product-image{
  display:flex !important;
  align-items:center !important;
  justify-content:center !important;
  overflow:hidden !important;
  background:#fff !important;
  padding:10px !important;
  box-sizing:border-box !important;
}

.marketplace-result-card .product-image-link > img,
.marketplace-result-card .result-product-image > img{
  display:block !important;
  width:auto !important;
  height:auto !important;
  min-width:0 !important;
  min-height:0 !important;
  max-width:125px !important;
  max-height:165px !important;
  object-fit:contain !important;
  object-position:center center !important;
  padding:0 !important;
  margin:auto !important;
  background:transparent !important;
}

/* ---------------------------------------------------------------
   MOBILE
   --------------------------------------------------------------- */

@media(max-width:720px){

  .home-featured-section .carousel-product-card .product-image-link{
    width:125px !important;
    min-width:125px !important;
    height:205px !important;
    min-height:205px !important;
    padding:10px !important;
  }

  .home-featured-section .carousel-product-card .product-image-link > img{
    max-width:92px !important;
    max-height:132px !important;
  }

  .store-product-list .product-card .product-image-link{
    width:98px !important;
    min-width:98px !important;
    height:98px !important;
    min-height:98px !important;
    padding:7px !important;
  }

  .store-product-list .product-card .product-image-link > img{
    max-width:82px !important;
    max-height:82px !important;
  }
}

@media(max-width:480px){

  .home-featured-section .carousel-product-card .product-image-link{
    width:112px !important;
    min-width:112px !important;
    height:190px !important;
    min-height:190px !important;
  }

  .home-featured-section .carousel-product-card .product-image-link > img{
    max-width:82px !important;
    max-height:118px !important;
  }
}

/* ================================================================
   FIM 44FOOD_SHOWCASE_IMAGE_STANDARD_V18
   ================================================================ */


/* ================================================================
   44FOOD_CATEGORY_STICKY_V19
   Menu de categorias fixo e rolagem estável no cardápio
   Desenvolvedor: Premium Seller Sistemas
   ================================================================ */

.store-category-tabs{
  position:sticky !important;
  top:var(--store-category-sticky-top,0px) !important;
  z-index:55 !important;

  display:flex !important;
  flex-wrap:nowrap !important;
  align-items:center !important;

  overflow-x:auto !important;
  overflow-y:hidden !important;
  overscroll-behavior-x:contain;
  -webkit-overflow-scrolling:touch;

  scrollbar-width:none !important;

  background:rgba(255,255,255,.98) !important;
  backdrop-filter:blur(12px);
  -webkit-backdrop-filter:blur(12px);

  border-bottom:1px solid #eaecf0 !important;
  box-shadow:0 7px 18px rgba(16,24,40,.08) !important;

  /*
   * Não usamos scroll-behavior no container.
   * O JavaScript controla apenas o eixo horizontal quando necessário.
   */
  scroll-behavior:auto;
}

.store-category-tabs::-webkit-scrollbar{
  display:none !important;
}

.store-category-tabs .category-filter{
  flex:0 0 auto !important;
  white-space:nowrap !important;
}

/*
 * O JS calcula a posição exata ao clicar.
 * Este scroll-margin continua útil para links/âncoras externos.
 */
.store-category-section{
  scroll-margin-top:calc(
    var(--store-category-sticky-top,0px) + 72px
  ) !important;
}

@media(max-width:760px){
  .store-category-tabs{
    margin-top:8px !important;
    padding:7px 12px !important;
  }

  .store-category-tabs .category-filter{
    padding:9px 13px !important;
    border:0 !important;
    border-radius:0 !important;
    background:transparent !important;
    color:#344054 !important;
    font-size:14px !important;
    font-weight:850 !important;
    border-bottom:3px solid transparent !important;
  }

  .store-category-tabs .category-filter.active{
    color:var(--orange) !important;
    border-bottom-color:var(--orange) !important;
  }

  /*
   * Evita que o navegador tente manter a posição de elementos internos
   * do menu horizontal durante mudanças automáticas da aba ativa.
   */
  .store-category-tabs .category-filter{
    overflow-anchor:none;
  }

  .store-category-section{
    overflow-anchor:auto;
  }
}

/* ================================================================
   FIM 44FOOD_CATEGORY_STICKY_V19
   ================================================================ */


/* ================================================================
   44FOOD_MOBILE_CATEGORY_PIN_V20
   Menu de categorias realmente fixo no mobile
   Desenvolvedor: Premium Seller Sistemas
   ================================================================ */

@media(max-width:760px){

  /*
   * No mobile não dependemos mais de position:sticky para este menu.
   * Alguns navegadores têm comportamento inconsistente quando existem
   * ancestrais com overflow e vários elementos sticky na mesma página.
   */
  body.storefront-page .store-category-tabs{
    position:relative !important;
    top:auto !important;
    left:auto !important;
    right:auto !important;
    width:auto !important;

    z-index:55 !important;

    margin-left:calc(50% - 50vw) !important;
    margin-right:calc(50% - 50vw) !important;

    background:rgba(255,255,255,.985) !important;
  }

  /*
   * Quando chega logo abaixo do cabeçalho da loja, o JS fixa o menu
   * diretamente no viewport.
   */
  body.storefront-page .store-category-tabs.is-mobile-pinned-v20{
    position:fixed !important;

    top:var(--storefront-fixed-header-height-v20,54px) !important;
    left:0 !important;
    right:0 !important;

    width:100% !important;
    max-width:none !important;

    margin:0 !important;
    padding-left:12px !important;
    padding-right:12px !important;

    z-index:59 !important;

    background:rgba(255,255,255,.985) !important;
    box-shadow:0 8px 22px rgba(16,24,40,.11) !important;

    transform:none !important;
  }

  /*
   * O espaço reservado evita que o conteúdo dê um salto quando o menu
   * sai do fluxo normal e passa a ser fixed.
   */
  .store-category-pin-placeholder-v20{
    display:block;
    width:100%;
    height:0;
    margin:0;
    padding:0;
    border:0;
    pointer-events:none;
  }

  .store-category-pin-placeholder-v20.is-active{
    height:var(--store-category-height-v20,52px);
  }
}

/* Desktop permanece exatamente com o comportamento já existente. */
@media(min-width:761px){
  .store-category-pin-placeholder-v20{
    display:none !important;
  }
}

/* ================================================================
   FIM 44FOOD_MOBILE_CATEGORY_PIN_V20
   ================================================================ */


/* ================================================================
   44FOOD_DISPLAY_NAME_HELP_STYLE_V22_1
   Ajuda visual do campo Nome de exibição
   Desenvolvedor: Premium Seller Sistemas
   ================================================================ */

.display-name-help-card{
  display:grid;
  grid-template-columns:minmax(190px,.72fr) minmax(300px,1.28fr);
  gap:18px;
  align-items:center;

  margin-top:-2px;
  padding:16px;

  border:1px solid #fed7aa;
  border-radius:16px;

  background:linear-gradient(135deg,#fffaf5 0%,#ffffff 72%);
}

.display-name-help-copy{
  display:flex;
  flex-direction:column;
  gap:7px;
}

.display-name-help-copy b{
  color:#c2410c;
  font-size:15px;
}

.display-name-help-copy span{
  color:#667085;
  font-size:13px;
  line-height:1.5;
}

.display-name-help-card img{
  width:100%;
  max-width:520px;
  height:auto;
  display:block;
  margin-left:auto;
  border-radius:12px;
}

@media(max-width:760px){
  .display-name-help-card{
    grid-template-columns:1fr;
    gap:12px;
    padding:13px;
  }

  .display-name-help-card img{
    max-width:none;
    margin:0;
  }
}

/* ================================================================
   FIM 44FOOD_DISPLAY_NAME_HELP_STYLE_V22_1
   ================================================================ */

/* 44FOOD_DISPLAY_NAME_V22_3
   Desenvolvedor: Premium Seller Sistemas */
.display-name-example-v22-3{
  grid-column:1/-1;
  width:100%;
  box-sizing:border-box;
  display:grid;
  grid-template-columns:minmax(180px,.75fr) minmax(280px,1.25fr);
  gap:14px;
  align-items:center;
  margin:0 0 14px;
  padding:14px;
  border:1px solid #fed7aa;
  border-radius:14px;
  background:#fffaf5;
}
.display-name-example-copy-v22-3{
  display:flex;
  flex-direction:column;
  gap:5px;
}
.display-name-example-copy-v22-3 b{
  color:#c2410c;
  font-size:14px;
}
.display-name-example-copy-v22-3 span{
  color:#667085;
  font-size:12px;
  line-height:1.45;
}
.display-name-example-v22-3 img{
  display:block;
  width:100%;
  max-width:360px;
  height:auto;
  margin-left:auto;
  border-radius:10px;
}
@media(max-width:760px){
  .display-name-example-v22-3{
    grid-template-columns:1fr;
    padding:12px;
  }
  .display-name-example-v22-3 img{
    max-width:none;
    margin:0;
  }
}
/* fim 44FOOD_DISPLAY_NAME_V22_3 */


/* ================================================================
   44FOOD_PIZZA_ORDER_STYLE_V23_2
   Destaque operacional das escolhas da pizza no pedido do lojista
   Desenvolvedor: Premium Seller Sistemas
   ================================================================ */

.order-items-readable-v232{display:flex;flex-direction:column;gap:10px}
.order-item-admin-v232{
  display:grid!important;
  grid-template-columns:minmax(0,1fr) auto;
  gap:14px;
  align-items:start;
  padding:14px!important;
  border:1px solid #eaecf0!important;
  border-radius:14px;
  background:#fff;
}
.order-item-main-v232{min-width:0;display:flex;flex-direction:column;gap:8px}
.order-item-title-v232{font-size:16px;line-height:1.3;color:#172033}
.order-item-total-v232{font-size:15px;white-space:nowrap;color:#172033}
.order-item-unit-v232{color:#667085;font-size:12px}

.pizza-order-alert-v232{
  overflow:hidden;
  border:2px solid #f97316;
  border-radius:13px;
  background:#fff7ed;
  box-shadow:0 3px 10px rgba(249,115,22,.08);
}
.pizza-order-alert-head-v232{
  display:flex;
  align-items:center;
  gap:10px;
  padding:10px 12px;
  background:linear-gradient(90deg,#ffedd5,#fff7ed);
  border-bottom:1px solid #fed7aa;
}
.pizza-order-icon-v232{font-size:25px;line-height:1}
.pizza-order-alert-head-v232>div{display:flex;flex-direction:column;gap:2px;min-width:0}
.pizza-order-alert-head-v232 small{
  color:#c2410c;
  font-size:10px;
  font-weight:950;
  letter-spacing:.45px;
}
.pizza-order-alert-head-v232 strong{font-size:14px;color:#7c2d12;line-height:1.25}
.pizza-order-flavors-v232{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;padding:10px 12px 12px}
.pizza-order-flavor-v232{
  display:flex;
  flex-direction:column;
  gap:3px;
  padding:9px 10px;
  border:1px solid #fed7aa;
  border-radius:10px;
  background:#fff;
}
.pizza-order-flavor-v232 span{display:block!important;color:#9a3412;font-size:10px;font-weight:900;text-transform:uppercase}
.pizza-order-flavor-v232 b{font-size:15px;color:#172033;line-height:1.2}
.pizza-order-extra-v232{
  margin:0 12px 12px;
  padding:9px 10px;
  border-radius:9px;
  background:#fff;
  border-left:4px solid #dc2626;
  color:#7f1d1d;
  font-size:12px;
  line-height:1.4;
}
.order-item-note-v232{
  display:flex;
  flex-direction:column;
  gap:4px;
  padding:9px 10px;
  border-radius:10px;
  background:#fff7ed;
  border:1px solid #fed7aa;
  color:#7c2d12;
  font-size:12px;
  line-height:1.4;
}
.order-addon-list-v232{display:flex;flex-direction:column;gap:3px;padding:8px 10px;border-radius:9px;background:#f8fafc;font-size:12px}
.order-addon-list-v232>b{color:#475467;font-size:10px;text-transform:uppercase;letter-spacing:.4px}
.order-addon-list-v232>span{display:block!important;color:#9a3412;font-weight:750}

@media(max-width:760px){
  .order-item-admin-v232{grid-template-columns:1fr;padding:12px!important}
  .order-item-total-v232{justify-self:start}
  .pizza-order-flavors-v232{grid-template-columns:1fr}
  .pizza-order-alert-head-v232{align-items:flex-start}
  .pizza-order-flavor-v232 b{font-size:16px}
}

/* ================================================================
   FIM 44FOOD_PIZZA_ORDER_STYLE_V23_2
   ================================================================ */
