*{box-sizing:border-box}
html{scroll-behavior:smooth;overflow-y:scroll;scrollbar-gutter:stable;min-height:100%}
body{min-height:100vh;margin:0;font-family:"Roboto Condensed",system-ui,sans-serif;background:var(--color-bg);color:var(--color-text);display:flex;flex-direction:column}
main{flex:1}
a{color:inherit}
.site-container{max-width:1180px;margin:0 auto;padding:0 22px}
.site-header{position:sticky;top:0;z-index:20;background:rgba(255,255,255,.96);border-bottom:1px solid rgba(15,23,42,.08);backdrop-filter:blur(10px)}
.customer-greeting-bar{border-bottom:1px solid rgba(15,23,42,.08);background:var(--color-primary);color:#fff;font-size:15px;font-weight:800}
.customer-greeting-bar .site-container{min-height:34px;display:flex;align-items:center}
.shop-header{min-height:78px;display:grid;grid-template-columns:210px minmax(260px,1fr) auto;align-items:center;gap:18px}
.shop-header.delivery-simple-header{grid-template-columns:210px auto;justify-content:space-between}
.brand{display:flex;align-items:center;text-decoration:none}
.brand img{display:block;max-width:190px;max-height:54px;object-fit:contain}
.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}
.site-search{display:grid;grid-template-columns:1fr 46px;height:44px;border:1px solid rgba(15,23,42,.16);border-radius:8px;background:#fff;overflow:hidden}
.site-search input{width:100%;border:0;padding:0 14px;font:inherit;font-size:16px;outline:none;background:transparent;color:var(--color-text)}
.site-search button{border:0;background:var(--color-secondary);color:#fff;font-size:24px;cursor:pointer}
.shop-actions{display:flex;align-items:center;gap:8px}
.shop-actions a{height:44px;display:inline-flex;align-items:center;gap:7px;padding:0 10px;border-radius:8px;text-decoration:none;color:var(--color-primary);font-weight:700;white-space:nowrap}
.shop-actions a:hover{background:rgba(15,23,42,.06)}
.shop-actions .contact-action{background:var(--color-secondary);color:#fff}
.action-label{display:inline-block}
.cart-action{position:relative}
.cart-count{min-width:20px;height:20px;display:inline-flex;align-items:center;justify-content:center;border-radius:999px;background:var(--color-accent);color:#111827;font-size:12px;font-weight:900;padding:0 6px}
.cart-count[hidden]{display:none}
.delivery-closed-banner{background:#111827;color:#fff;border-bottom:1px solid rgba(255,255,255,.12)}
.delivery-closed-banner .site-container{min-height:42px;display:flex;align-items:center;justify-content:center;gap:10px;flex-wrap:wrap;text-align:center}
.delivery-closed-banner strong{display:inline-flex;align-items:center;border-radius:999px;background:#fee2e2;color:#991b1b;padding:4px 9px;font-size:12px;text-transform:uppercase;letter-spacing:.02em}
.delivery-closed-banner span{font-weight:800}
.delivery-closed-message{padding:16px;border:1px solid #fecaca;background:#fef2f2;color:#991b1b;border-radius:8px;font-weight:900;text-align:center}
.delivery-closed-inline{color:#991b1b;font-size:13px;font-weight:900}
.delivery-product-foot.closed{align-items:flex-start}
.action-icon{width:22px;height:22px;display:inline-flex;align-items:center;justify-content:center;border:0;border-radius:0;font-size:14px;line-height:1}
.shop-actions .account-action .action-icon,.shop-actions .support-action .action-icon,.shop-actions .cart-action .action-icon,.shop-actions .contact-action .action-icon{font-size:0}
.shop-actions .account-action .action-icon::before,.shop-actions .support-action .action-icon::before,.shop-actions .cart-action .action-icon::before,.shop-actions .contact-action .action-icon::before{font-size:13px;line-height:1}
.shop-actions .account-action .action-icon::before{content:"\1F464"}
.shop-actions .support-action .action-icon::before,.shop-actions .contact-action .action-icon::before{content:"\260E"}
.shop-actions .cart-action .action-icon::before{content:"\1F6D2"}
.category-bar{border-top:1px solid rgba(15,23,42,.08);background:var(--color-primary);color:#fff}
.category-scroll{display:flex;align-items:center;gap:4px;min-height:42px;overflow-x:auto;scrollbar-width:thin}
.category-link{display:inline-flex;align-items:center;min-height:34px;padding:0 13px;border-radius:6px;text-decoration:none;font-weight:700;white-space:nowrap;color:rgba(255,255,255,.86)}
.category-link:hover,.category-link.active{background:rgba(255,255,255,.12);color:#fff}
.delivery-profile-strip{background:#fff;border-top:1px solid rgba(15,23,42,.08);border-bottom:1px solid rgba(15,23,42,.08)}
.delivery-profile-strip-inner{min-height:44px;display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:10px}
.delivery-profile-status{min-width:0;color:var(--color-primary);font-size:15px;font-weight:900;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.delivery-profile-status::before{content:"";width:8px;height:8px;display:inline-block;margin-right:7px;border-radius:999px;background:var(--color-accent);vertical-align:1px}
.delivery-profile-button{min-height:32px;display:inline-flex;align-items:center;justify-content:center;border-radius:7px;background:var(--color-accent);color:#111827;text-decoration:none;font-size:13px;font-weight:900;padding:0 12px;white-space:nowrap}
.hero{padding:56px 0 34px;background:linear-gradient(180deg,#fff 0%,var(--color-bg) 100%)}
.hero-grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(300px,480px);gap:44px;align-items:center}
.layout-pill{display:inline-flex;background:rgba(37,99,235,.1);color:var(--color-secondary);padding:7px 10px;border-radius:999px;font-weight:700;margin-bottom:16px}
.hero h1{font-size:54px;line-height:1;margin:0 0 18px;color:var(--color-primary);letter-spacing:0}
.hero p{font-size:21px;line-height:1.45;max-width:620px;margin:0 0 26px;color:#475569}
.hero-actions{display:flex;gap:12px;flex-wrap:wrap}
.btn-main,.btn-ghost{display:inline-flex;align-items:center;justify-content:center;min-height:44px;padding:0 18px;border-radius:6px;text-decoration:none;font-weight:700}
.btn-main{background:var(--color-secondary);color:#fff}
.btn-ghost{border:1px solid rgba(15,23,42,.18);color:var(--color-primary);background:#fff}
.hero-media{background:#fff;border:1px solid rgba(15,23,42,.08);border-radius:8px;overflow:hidden;min-height:320px;display:flex;align-items:center;justify-content:center}
.hero-media img{width:100%;height:100%;max-height:420px;object-fit:cover}
.hero-media img[src$="logo.png"]{object-fit:contain;padding:44px}
.section{padding:42px 0}
.section-head{display:flex;align-items:end;justify-content:space-between;gap:24px;margin-bottom:18px}
.section-head h2{font-size:34px;margin:0;color:var(--color-primary)}
.section-head p{margin:0;color:#64748b;font-size:18px;max-width:520px}
.category-grid{display:grid;grid-template-columns:repeat(var(--category-cols),minmax(0,1fr));gap:16px}
.category-card{min-height:168px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:12px;padding:18px;border:1px solid rgba(15,23,42,.08);border-radius:8px;background:#fff;text-decoration:none;text-align:center;color:var(--color-primary);transition:transform .15s ease,box-shadow .15s ease,border-color .15s ease}
.category-card:hover{transform:translateY(-2px);border-color:rgba(37,99,235,.28);box-shadow:0 12px 30px rgba(15,23,42,.08)}
.category-thumb{width:82px;height:82px;display:flex;align-items:center;justify-content:center;border-radius:8px;background:#f8fafc;border:1px solid rgba(15,23,42,.08);overflow:hidden}
.category-thumb img{width:100%;height:100%;object-fit:contain;padding:8px}
.category-thumb span{font-size:34px;font-weight:800;color:var(--color-secondary)}
.category-card strong{font-size:18px;line-height:1.2}
.empty-category{grid-column:1/-1;padding:22px;text-align:center;background:#fff;border:1px solid rgba(15,23,42,.08);border-radius:8px;color:#64748b}
.site-pagination{display:flex;justify-content:center;gap:8px;flex-wrap:wrap;margin-top:22px}
.site-pagination a{min-width:38px;height:38px;display:inline-flex;align-items:center;justify-content:center;border-radius:6px;border:1px solid rgba(15,23,42,.14);background:#fff;text-decoration:none;font-weight:700;color:var(--color-primary)}
.site-pagination a.active,.site-pagination a:hover{background:var(--color-secondary);border-color:var(--color-secondary);color:#fff}
.feature-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}
.feature-card{background:#fff;border:1px solid rgba(15,23,42,.08);border-radius:8px;padding:22px}
.feature-card h3{margin:0 0 10px;font-size:22px;color:var(--color-primary)}
.feature-card p{margin:0;color:#64748b;font-size:17px}
.banner-list{display:grid;grid-template-columns:repeat(2,1fr);gap:16px}
.small-banner{display:grid;grid-template-columns:160px 1fr;gap:16px;background:#fff;border:1px solid rgba(15,23,42,.08);border-radius:8px;padding:12px;align-items:center}
.small-banner img{width:160px;aspect-ratio:16/10;object-fit:cover;border-radius:6px}
.small-banner h3{margin:0 0 6px;color:var(--color-primary)}
.small-banner p{margin:0;color:#64748b}
.account-section{min-height:56vh;padding:26px 0 48px}
.account-login-wrap{max-width:520px;margin:0 auto}
.account-register-page{max-width:920px;margin:0 auto}
.account-grid{display:grid;grid-template-columns:minmax(300px,420px) minmax(0,1fr);gap:18px;align-items:start}
.account-dashboard{max-width:1180px;margin:0 auto}
.account-card{max-width:520px;background:#fff;border:1px solid rgba(15,23,42,.08);border-radius:8px;padding:28px}
.account-card-wide,.account-card-register{max-width:none;width:100%}
.account-card-wide{min-height:560px}
.account-card h1{font-size:42px;line-height:1;margin:0 0 12px;color:var(--color-primary)}
.account-card p{font-size:18px;color:#64748b;margin:0 0 22px}
.account-form{display:grid;gap:14px}
.account-form label{display:block;font-weight:700;margin-bottom:6px;color:var(--color-primary)}
.account-form input{width:100%;height:44px;border:1px solid rgba(15,23,42,.16);border-radius:8px;padding:0 12px;font:inherit}
.account-form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}
.account-form-grid.cep-line{grid-template-columns:minmax(180px,1.1fr) 100px minmax(160px,1fr)}
.account-form-grid.address-line{grid-template-columns:minmax(220px,1.5fr) 90px minmax(150px,1fr) minmax(150px,1fr)}
.account-inline{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:8px}
.account-inline .btn-ghost{height:44px;border-radius:8px;border-color:rgba(15,23,42,.16);font:inherit;cursor:pointer}
.account-help{display:block;min-height:17px;margin-top:5px;color:#64748b}
.account-alert{border-radius:8px;padding:10px 12px;margin-bottom:12px;font-weight:800}
.account-alert.danger{background:#fef2f2;color:#b91c1c;border:1px solid #fecaca}
.account-alert.success{background:#f0fdf4;color:#166534;border:1px solid #bbf7d0}
.account-profile-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;margin-top:16px}
.account-profile-grid div,.account-address{background:#f8fafc;border:1px solid rgba(15,23,42,.08);border-radius:8px;padding:12px}
.account-profile-grid small,.account-address small{display:block;color:#64748b;font-size:13px;font-weight:800;margin-bottom:4px}
.account-profile-grid strong,.account-address strong{display:block;color:#111827;font-size:17px;word-break:break-word}
.account-address{margin-top:10px}
.account-tabs{margin-top:16px}
.account-tab-list{display:flex;gap:8px;flex-wrap:wrap;border-bottom:1px solid rgba(15,23,42,.1);margin-bottom:14px}
.account-tab-list a{min-height:40px;display:inline-flex;align-items:center;border-bottom:3px solid transparent;color:#64748b;font-weight:900;padding:0 12px;text-decoration:none}
.account-tab-list a.active{color:var(--color-secondary);border-bottom-color:var(--color-secondary)}
.account-tab-panel{display:none}
.account-tab-panel.active{display:block}
.account-orders{display:grid;gap:8px}
.account-order-item{display:grid;grid-template-columns:1fr 1.3fr 1fr 1fr;gap:10px;align-items:center;border:1px solid rgba(15,23,42,.08);border-radius:8px;background:#fff;padding:12px}
.account-order-item small{display:block;color:#64748b;font-size:12px;font-weight:900;text-transform:uppercase;margin-bottom:3px}
.account-order-item strong{display:block;color:#111827;font-size:16px}
.account-order-details{border:1px solid rgba(15,23,42,.08);border-top:0;border-radius:0 0 8px 8px;background:#f8fafc;margin:-8px 0 8px;padding:12px}
.account-order-details-head{display:flex;justify-content:space-between;gap:12px;margin-bottom:8px;color:#111827}
.account-order-items{display:grid;gap:4px}
.account-order-row{display:grid;grid-template-columns:80px minmax(0,1fr) 80px 110px 110px;gap:8px;align-items:center;background:#fff;border:1px solid rgba(15,23,42,.08);border-radius:6px;padding:8px;font-size:14px}
.account-order-row-head{background:#eef2f7;color:#475569;font-size:12px;font-weight:900;text-transform:uppercase}
.account-order-row strong{color:#111827}
.account-empty{border:1px dashed rgba(15,23,42,.18);border-radius:8px;background:#f8fafc;padding:16px;text-align:center;color:#64748b}
.account-empty.compact{padding:10px}
.account-empty strong{display:block;color:#111827;margin-bottom:4px}
.account-empty span{display:block}
.account-preview-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;margin-top:10px}
.account-preview-list div{background:#fff;border:1px dashed rgba(15,23,42,.16);border-radius:8px;padding:12px}
.account-preview-list small{display:block;color:#64748b;font-size:13px;font-weight:800;margin-bottom:4px}
.account-preview-list strong{display:block;color:#111827;font-size:17px;margin-bottom:3px}
.account-preview-list span{display:block;color:#64748b;font-size:14px;line-height:1.3}
.account-code-summary{background:#f8fafc;border:1px solid rgba(15,23,42,.08);border-radius:8px;padding:12px;margin-bottom:12px}
.account-code-summary small,.account-code-preview small{display:block;color:#64748b;font-size:13px;font-weight:800;margin-bottom:4px}
.account-code-summary strong{display:block;color:#111827;font-size:18px}
.account-code-summary span{display:block;color:#64748b;font-size:14px;margin-top:3px}
.account-code-preview{background:#f8fafc;border:1px dashed rgba(37,99,235,.28);border-radius:8px;padding:12px;margin-bottom:12px}
.account-code-preview pre{margin:0;white-space:pre-wrap;font:inherit;color:#334155;line-height:1.4}
.public-code-group{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:8px}
.account-form .public-code-digit{height:52px;padding:0;text-align:center;font-size:26px!important;font-weight:900}
.account-form .public-code-digit:focus{border-color:var(--color-secondary);box-shadow:0 0 0 3px rgba(37,99,235,.14);outline:none}
.account-resend-form{display:grid;margin-top:10px}
.account-resend-button{width:100%;font:inherit;cursor:pointer}
.account-resend-form + .account-register-link{margin-top:10px}
.account-actions{display:flex;gap:10px;flex-wrap:wrap;margin-top:16px}
.account-actions .btn-main,.account-actions .btn-ghost{min-width:150px}
.account-register-link{width:100%}
.site-footer{background:var(--color-primary);color:#fff;padding:34px 0;margin-top:28px}
.footer-grid{display:grid;grid-template-columns:1fr 1fr;gap:24px}
.footer-grid p{margin:6px 0;color:rgba(255,255,255,.78)}
.layout-delivery{padding-bottom:66px;overflow-x:hidden}
.layout-delivery .site-footer.delivery-cart-bar{position:fixed;left:0;right:0;bottom:0;z-index:50;margin:0;padding:8px 0;background:#fff;color:var(--color-primary);border-top:1px solid rgba(15,23,42,.12);box-shadow:0 -10px 28px rgba(15,23,42,.12)}
.delivery-cart-bar-inner{display:grid;grid-template-columns:1fr 1fr auto;align-items:center;gap:8px}
.delivery-cart-bar-total,.delivery-cart-bar-qty{min-height:42px;display:flex;align-items:center;justify-content:center;border:1px solid rgba(15,23,42,.1);border-radius:8px;background:#f8fafc;font-size:18px;font-weight:900;color:#111827;text-align:center}
.delivery-cart-bar-qty{font-size:16px;color:var(--color-primary)}
.delivery-cart-bar-qty span{margin-left:4px;color:#111827}
.delivery-cart-bar-link{min-height:42px;display:inline-flex;align-items:center;justify-content:center;gap:7px;border-radius:8px;background:var(--color-accent);color:#111827;text-decoration:none;font-weight:900;padding:0 14px;white-space:nowrap}
.delivery-cart-bar-icon::before{content:"\1F6D2";font-size:17px;line-height:1}
.layout-delivery .site-search button,.layout-delivery .btn-main{background:var(--color-accent);color:#111827!important}
.layout-delivery .shop-actions a{border:1px solid rgba(15,23,42,.1);background:#fff}
.layout-delivery .shop-actions .account-action{color:var(--color-primary)}
.layout-delivery .shop-actions .cart-action{background:var(--color-accent);border-color:var(--color-accent);color:#111827}
.layout-delivery .shop-actions .contact-action{background:var(--color-secondary);border-color:var(--color-secondary);color:#fff}
.layout-delivery .shop-actions .action-icon{font-size:0}
.layout-delivery .shop-actions .action-icon::before{font-size:13px;line-height:1}
.layout-delivery .shop-actions .account-action .action-icon::before{content:"\1F464"}
.layout-delivery .shop-actions .cart-action .action-icon::before{content:"\1F6D2"}
.layout-delivery .shop-actions .contact-action .action-icon::before{content:"\260E"}
.layout-virtual .layout-pill{background:rgba(245,158,11,.14);color:#b45309}
.layout-delivery .delivery-hero{display:none}
.delivery-profile-page{padding:24px 0 48px}
.delivery-profile-head{display:grid;gap:6px;margin-bottom:16px}
.delivery-profile-head span{display:inline-flex;width:max-content;max-width:100%;border-radius:999px;background:rgba(245,158,11,.18);color:#92400e;padding:6px 10px;font-weight:900}
.delivery-profile-head h1{margin:0;color:var(--color-primary);font-size:36px;line-height:1.05}
.delivery-profile-head p{margin:0;color:#64748b;font-size:17px}
.delivery-profile-grid{display:grid;grid-template-columns:1.25fr 1fr 1fr;gap:14px;align-items:start}
.delivery-profile-card{background:#fff;border:1px solid rgba(15,23,42,.08);border-radius:8px;padding:16px;box-shadow:0 12px 30px rgba(15,23,42,.05)}
.delivery-profile-card-head{display:grid;grid-template-columns:38px minmax(0,1fr);gap:10px;align-items:start;margin-bottom:13px}
.delivery-profile-card-head h2{margin:0 0 3px;color:var(--color-primary);font-size:20px;line-height:1.12}
.delivery-profile-card-head p{margin:0;color:#64748b;font-size:14px;line-height:1.3}
.delivery-profile-card-icon{width:38px;height:38px;display:flex;align-items:center;justify-content:center;border-radius:8px;background:var(--color-primary);color:#fff}
.delivery-profile-card-icon::before{content:"\23F0";font-size:18px;line-height:1}
.delivery-profile-card-icon.payment{background:var(--color-secondary)}
.delivery-profile-card-icon.payment::before{content:"\1F4B3"}
.delivery-profile-card-icon.address{background:var(--color-accent);color:#111827}
.delivery-profile-card-icon.address::before{content:"\2302"}
.delivery-profile-list{display:grid;gap:7px}
.delivery-profile-row{display:grid;grid-template-columns:minmax(112px,.9fr) minmax(0,1fr);gap:8px;align-items:center;border:1px solid rgba(15,23,42,.08);border-radius:7px;background:#f8fafc;padding:8px 9px}
.delivery-profile-row strong{color:#111827;font-size:14px}
.delivery-profile-row span{color:#475569;font-size:14px;text-align:right}
.delivery-payment-tags{display:flex;flex-wrap:wrap;gap:7px}
.delivery-payment-tags span{display:inline-flex;align-items:center;min-height:32px;border-radius:999px;background:#f8fafc;border:1px solid rgba(15,23,42,.08);color:#111827;font-weight:900;padding:0 10px}
.delivery-address-lines{display:grid;gap:7px;color:#334155;font-size:16px;line-height:1.35}
.delivery-address-lines span{display:block;border:1px solid rgba(15,23,42,.08);border-radius:7px;background:#f8fafc;padding:9px 10px}
.delivery-profile-empty{border:1px dashed rgba(15,23,42,.2);border-radius:8px;background:#f8fafc;color:#64748b;padding:14px;text-align:center;font-weight:800}
.delivery-profile-contact{width:100%;margin-top:12px}
.delivery-hero{padding:28px 0;background:linear-gradient(180deg,#fff 0%,var(--color-bg) 100%)}
.delivery-hero-inner{display:grid;grid-template-columns:minmax(0,1fr) 320px;gap:22px;align-items:stretch}
.delivery-eyebrow{display:inline-flex;border-radius:999px;background:rgba(245,158,11,.18);color:#92400e;padding:7px 10px;font-weight:800;margin-bottom:12px}
.delivery-hero h1{font-size:42px;line-height:1.05;margin:0 0 10px;color:var(--color-primary)}
.delivery-hero p{font-size:18px;line-height:1.4;margin:0;max-width:720px;color:#475569}
.delivery-status-row{display:flex;gap:8px;flex-wrap:wrap;margin-top:16px}
.delivery-status-row span{display:inline-flex;align-items:center;min-height:30px;border-radius:999px;background:#fff;border:1px solid rgba(15,23,42,.1);padding:0 10px;font-weight:800;color:#334155}
.delivery-hero-panel{background:#fff;border:1px solid rgba(15,23,42,.08);border-radius:8px;padding:16px;display:flex;flex-direction:column;gap:10px;justify-content:center;box-shadow:0 14px 30px rgba(15,23,42,.06)}
.delivery-hero-panel strong{font-size:20px;color:var(--color-primary)}
.delivery-hero-panel span{color:#64748b;line-height:1.35}
.delivery-hero-panel .btn-main{width:100%}
.delivery-menu-section{padding:28px 0 46px}
.delivery-menu-head{display:grid;grid-template-columns:minmax(0,1fr) 360px;gap:16px;align-items:end;margin-bottom:18px}
.delivery-menu-head h2{font-size:32px;margin:0 0 6px;color:var(--color-primary)}
.delivery-menu-head p{margin:0;color:#64748b;font-size:17px}
.delivery-filter{display:grid;grid-template-columns:1fr 92px;height:42px;border:1px solid rgba(15,23,42,.14);border-radius:8px;background:#fff;overflow:hidden}
.delivery-filter input{border:0;outline:none;padding:0 12px;font:inherit;color:var(--color-text)}
.delivery-filter button{border:0;background:var(--color-secondary);color:#fff;font-weight:800;cursor:pointer}
.delivery-product-grid{display:grid;gap:14px}
.delivery-product-grid.cols-1{grid-template-columns:1fr}
.delivery-product-grid.cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}
.delivery-product{display:grid;grid-template-columns:150px minmax(0,1fr);gap:12px;background:#fff;border:1px solid rgba(15,23,42,.08);border-radius:8px;padding:10px;min-height:172px}
.delivery-product[data-product-link]{cursor:pointer}
.delivery-product[data-product-link]:focus-visible{outline:3px solid var(--color-accent);outline-offset:2px}
.delivery-product-img{display:flex;align-items:center;justify-content:center;align-self:start;width:100%;aspect-ratio:1/1;border-radius:8px;background:#f8fafc;border:1px solid rgba(15,23,42,.08);overflow:hidden;min-height:0}
.delivery-product-img img{width:100%;height:100%;object-fit:cover}
.delivery-product-img img[src$="logo.png"]{object-fit:contain;padding:22px}
.delivery-product-body{display:flex;flex-direction:column;min-width:0}
.delivery-product-meta{display:flex;gap:6px;flex-wrap:wrap;margin-bottom:7px}
.delivery-product-meta span{font-size:11px;font-weight:800;text-transform:uppercase;background:#f1f5f9;color:#475569;border-radius:999px;padding:4px 7px}
.delivery-product h3{font-size:20px;line-height:1.15;margin:0 0 7px;color:var(--color-primary)}
.delivery-product p{font-size:15px;line-height:1.35;color:#64748b;margin:0 0 10px}
.delivery-product-foot{display:flex;justify-content:space-between;align-items:center;gap:10px;margin-top:auto;border-top:1px solid rgba(15,23,42,.08);padding-top:10px}
.delivery-product-foot strong{font-size:20px;color:#111827}
.delivery-product-foot a{display:inline-flex;align-items:center;justify-content:center;min-height:36px;border-radius:6px;background:var(--color-accent);color:#111827;text-decoration:none;font-weight:900;padding:0 12px;white-space:nowrap}
.delivery-empty{padding:20px;text-align:center;background:#fff;border:1px dashed #cbd5e1;border-radius:8px;color:#64748b}
.delivery-product-detail-section{padding:26px 0 48px;overflow-x:hidden}
.delivery-breadcrumb{display:flex;align-items:center;gap:8px;flex-wrap:wrap;margin:0 0 16px;color:#64748b;font-size:15px}
.delivery-breadcrumb a{color:var(--color-primary);text-decoration:none;font-weight:800}
.delivery-breadcrumb strong{color:#334155}
.delivery-product-detail{display:grid;grid-template-columns:minmax(280px,430px) minmax(0,1fr);gap:20px;align-items:start}
.delivery-detail-media{position:sticky;top:126px;background:#fff;border:1px solid rgba(15,23,42,.08);border-radius:8px;overflow:hidden;min-height:420px;display:flex;align-items:center;justify-content:center}
.delivery-detail-media img{width:100%;height:100%;min-height:420px;object-fit:cover}
.delivery-detail-media img[src$="logo.png"]{object-fit:contain;padding:42px}
.delivery-detail-image-side{display:none}
.delivery-gallery-track{position:relative;width:100%;height:100%;overflow:hidden;border-radius:8px;background:#fff}
.delivery-gallery-slide{position:absolute;inset:0;width:100%;height:100%;opacity:0;transition:opacity .22s ease;object-fit:cover}
.delivery-gallery-slide.active{opacity:1}
.delivery-detail-info{background:#fff;border:1px solid rgba(15,23,42,.08);border-radius:8px;padding:18px;display:grid;gap:16px}
.delivery-detail-title span{display:inline-flex;border-radius:999px;background:#f1f5f9;color:#475569;padding:4px 8px;font-size:12px;font-weight:900;margin-bottom:8px}
.delivery-detail-title h1{margin:0;color:var(--color-primary);font-size:34px;line-height:1.08}
.delivery-detail-description{margin:0;color:#475569;font-size:17px;line-height:1.45}
.delivery-detail-price{font-size:28px;color:#111827}
.delivery-extra-block{display:grid;gap:12px}
.delivery-extra-block>h2{font-size:20px;margin:0;color:var(--color-primary);border-top:1px solid rgba(15,23,42,.08);padding-top:14px}
.delivery-extra-group{border:1px solid rgba(15,23,42,.1);border-radius:8px;background:#fbfdff;padding:12px}
.delivery-extra-group.has-error{border-color:#ef4444;background:#fff7f7}
.delivery-extra-head{display:flex;justify-content:space-between;gap:10px;align-items:flex-start;margin-bottom:10px}
.delivery-extra-head h3{font-size:18px;margin:0 0 3px;color:#111827}
.delivery-extra-head p{margin:0;color:#64748b;font-size:14px}
.delivery-extra-meta-line{display:flex;align-items:center;gap:6px;flex-wrap:wrap}
.delivery-required-text{display:inline-flex;align-items:center;min-height:20px;border-radius:999px;background:#fef3c7;color:#92400e;padding:0 7px;font-size:12px;font-weight:900;white-space:nowrap}
.delivery-required-badge{display:none}
.delivery-extra-options{display:grid;gap:8px}
.delivery-extra-option{display:grid;grid-template-columns:auto minmax(0,1fr) auto;gap:10px;align-items:center;background:#fff;border:1px solid rgba(15,23,42,.1);border-radius:8px;padding:10px;cursor:pointer}
.delivery-extra-option:hover{border-color:rgba(37,99,235,.34)}
.delivery-extra-option input{width:18px;height:18px;margin:0;accent-color:var(--color-secondary)}
.delivery-extra-option-main{display:grid;gap:3px}
.delivery-extra-option-main strong{font-size:16px;color:#111827}
.delivery-extra-option-main small{font-size:13px;color:#64748b;line-height:1.3}
.delivery-extra-price{font-size:14px;font-weight:900;color:var(--color-primary);white-space:nowrap}
.delivery-extra-error{min-height:0;margin-top:7px;color:#dc2626;font-size:13px;font-weight:800}
.delivery-note-field{display:grid;gap:6px}
.delivery-note-field label{font-weight:900;color:var(--color-primary)}
.delivery-note-field textarea{width:100%;border:1px solid rgba(15,23,42,.14);border-radius:8px;padding:10px 12px;font:inherit;resize:vertical;min-height:86px}
.delivery-add-row-shell{display:block}
.delivery-add-row{display:grid;grid-template-columns:190px minmax(0,1fr);gap:12px;align-items:stretch;border-top:1px solid rgba(15,23,42,.08);padding-top:14px}
.delivery-qty-control{height:54px;display:grid;grid-template-columns:auto 38px 1fr 38px;gap:6px;align-items:center;border:1px solid rgba(15,23,42,.14);border-radius:8px;background:#fff;padding:0 8px}
.delivery-qty-control span{font-weight:900;color:var(--color-primary)}
.delivery-qty-control button{height:36px;border:0;border-radius:6px;background:#f1f5f9;color:#111827;font-size:20px;font-weight:900;cursor:pointer}
.delivery-qty-control input{width:100%;height:36px;border:0;text-align:center;font:inherit;font-weight:900;outline:none}
.delivery-add-button{height:54px;border:0;border-radius:8px;background:var(--color-accent);color:#111827;font:inherit;font-weight:900;cursor:pointer;display:flex;align-items:center;justify-content:space-between;gap:12px;padding:0 14px;text-align:left}
.delivery-add-button strong{display:flex;gap:6px;align-items:center;white-space:nowrap}
.delivery-add-label{white-space:nowrap}
.delivery-cart-section{padding:26px 0 48px}
.delivery-cart-layout{display:grid;grid-template-columns:minmax(0,1fr) 330px;gap:18px;align-items:start}
.delivery-checkout-layout{display:grid;grid-template-columns:minmax(0,1fr) 330px;gap:18px;align-items:start}
.delivery-cart-card,.delivery-cart-summary{background:#fff;border:1px solid rgba(15,23,42,.08);border-radius:8px}
.delivery-cart-card{padding:18px}
.delivery-cart-head{display:flex;align-items:flex-start;justify-content:space-between;gap:14px;margin-bottom:14px}
.delivery-cart-head h1{margin:0 0 4px;color:var(--color-primary);font-size:32px}
.delivery-cart-head p{margin:0;color:#64748b;font-size:16px}
.delivery-cart-continue{display:inline-flex;align-items:center;justify-content:center;min-height:38px;border:1px solid rgba(15,23,42,.14);border-radius:6px;padding:0 12px;text-decoration:none;font-weight:900;color:var(--color-primary);white-space:nowrap}
.delivery-cart-empty{padding:24px;text-align:center;border:1px dashed #cbd5e1;border-radius:8px;color:#64748b;background:#f8fafc}
.delivery-cart-items{display:grid;gap:10px}
.delivery-cart-item{display:grid;grid-template-columns:96px minmax(0,1fr) auto;gap:12px;align-items:start;border:1px solid rgba(15,23,42,.08);border-radius:8px;padding:10px;background:#fff}
.delivery-cart-item img{width:96px;height:96px;object-fit:cover;border-radius:8px;background:#f8fafc;border:1px solid rgba(15,23,42,.08)}
.delivery-cart-item-body{display:grid;gap:7px;min-width:0}
.delivery-cart-item-title{display:flex;gap:8px;align-items:flex-start}
.delivery-cart-item-title span{display:inline-flex;border-radius:999px;background:#f1f5f9;color:#475569;font-size:12px;font-weight:900;padding:4px 7px}
.delivery-cart-item-title h3{margin:0;color:#111827;font-size:18px;line-height:1.15}
.delivery-cart-item-body p{margin:0;color:#64748b}
.delivery-cart-extras{display:flex;gap:5px;flex-wrap:wrap}
.delivery-cart-extras span{font-size:12px;font-weight:800;color:#475569;background:#f8fafc;border:1px solid rgba(15,23,42,.08);border-radius:999px;padding:4px 7px}
.delivery-cart-note{font-size:13px}
.delivery-cart-item-actions{display:flex;gap:8px;align-items:center;justify-content:flex-end;flex-wrap:wrap}
.delivery-cart-qty-label{display:none}
.delivery-qty-control.small{height:38px;grid-template-columns:32px 38px 32px;width:112px;padding:0 4px}
.delivery-qty-control.small button,.delivery-qty-control.small input{height:30px}
.delivery-qty-control.small input{min-width:0;border-radius:6px;background:#fff;color:#111827;-webkit-text-fill-color:#111827}
.delivery-cart-remove{height:34px;border:1px solid rgba(220,38,38,.26);border-radius:6px;background:#fff;color:#b91c1c;font:inherit;font-weight:900;cursor:pointer;padding:0 10px}
.delivery-cart-item-total{font-size:18px;color:#111827;text-align:right;white-space:nowrap}
.delivery-cart-summary{position:sticky;top:126px;padding:16px;display:grid;gap:12px}
.delivery-cart-summary h2{margin:0;color:var(--color-primary);font-size:22px}
.delivery-summary-row{display:flex;align-items:center;justify-content:space-between;gap:10px;border-top:1px solid rgba(15,23,42,.08);padding-top:10px;color:#475569}
.delivery-summary-row strong{font-size:20px;color:#111827}
.delivery-cart-finish,.delivery-cart-clear{min-height:42px;border-radius:6px;font:inherit;font-weight:900;cursor:pointer}
.delivery-cart-finish{border:0;background:var(--color-accent);color:#111827}
.delivery-cart-clear{border:1px solid rgba(15,23,42,.14);background:#fff;color:var(--color-primary)}
.delivery-cart-finish:disabled,.delivery-cart-clear:disabled{opacity:.5;cursor:not-allowed}
.delivery-cart-summary-actions{display:grid;gap:8px}
.checkout-section{border-top:1px solid rgba(15,23,42,.08);margin-top:16px;padding-top:16px}
.checkout-section h2{margin:0 0 12px;color:var(--color-primary);font-size:22px}
.checkout-account-section{border-top:0;margin-top:12px;padding-top:0}
.checkout-account-box{display:flex;align-items:center;justify-content:space-between;gap:12px;border:1px solid rgba(15,23,42,.1);border-radius:8px;padding:14px;background:#f8fafc}
.checkout-account-box strong{display:block;color:#111827;font-size:17px}
.checkout-account-box span{display:block;color:#64748b;margin-top:3px;line-height:1.35}
.checkout-account-box.success{border-color:#bbf7d0;background:#f0fdf4}
.checkout-account-box.warning{border-color:#fed7aa;background:#fff7ed}
.checkout-account-box.attention{box-shadow:0 0 0 3px rgba(245,158,11,.22)}
.checkout-account-actions{display:flex;gap:8px;flex-wrap:wrap;justify-content:flex-end}
.checkout-account-actions .btn-main,.checkout-account-actions .btn-ghost,.checkout-account-box>.btn-ghost{min-width:120px;height:42px}
.checkout-coupon-box{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:8px;max-width:520px}
.checkout-coupon-box input{height:44px;border:1px solid rgba(15,23,42,.14);border-radius:8px;padding:0 12px;font:inherit;text-transform:uppercase}
.checkout-coupon-box .btn-ghost{height:44px;border-radius:8px;font:inherit;cursor:pointer}
.checkout-coupon-message{min-height:20px;margin-top:8px;font-weight:800;color:#64748b}
.checkout-coupon-message.success{color:#166534}
.checkout-coupon-message.danger{color:#b91c1c}
.checkout-payment-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}
.checkout-delivery-choice{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}
.checkout-delivery-address{margin-top:12px;border:1px solid rgba(15,23,42,.08);border-radius:8px;background:#f8fafc;padding:12px;overflow:hidden}
.checkout-address-source,.checkout-address-grid.checkout-address-source{display:none}
.checkout-address-summary{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:10px;align-items:center}
.checkout-address-summary-lines{display:grid;gap:3px;min-width:0;color:#475569;font-weight:800;line-height:1.25}
.checkout-address-summary-lines span{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.checkout-other-address{min-height:38px;border-radius:8px;font-weight:900;cursor:pointer;white-space:nowrap}
.checkout-shipping-line{margin-top:10px;border-top:1px solid rgba(15,23,42,.08);padding-top:10px}
.checkout-shipping-line>strong{display:block;color:var(--color-primary);font-size:14px}
.checkout-address-grid{display:grid;grid-template-columns:repeat(12,minmax(0,1fr));gap:10px}
.checkout-address-grid>div{min-width:0;grid-column:span 4}
.checkout-address-grid>.cep{grid-column:span 3}
.checkout-address-grid>.uf,.checkout-address-grid>.numero{grid-column:span 2}
.checkout-address-grid>.cidade,.checkout-address-grid>.endereco{grid-column:span 7}
.checkout-address-grid>.bairro{grid-column:span 3}
.checkout-address-grid>.complemento{grid-column:span 5}
.checkout-address-grid label{display:block;font-weight:900;color:var(--color-primary);margin-bottom:5px}
.checkout-address-grid input{width:100%;min-width:0;height:42px;border:1px solid rgba(15,23,42,.14);border-radius:8px;padding:0 10px;font:inherit;background:#fff}
.checkout-address-grid input[readonly]{background:#f8fafc;color:#475569}
.checkout-shipping-button{height:42px;margin-top:10px;border-radius:8px;font:inherit;cursor:pointer}
.checkout-payment-option input{position:absolute;opacity:0;pointer-events:none}
.checkout-payment-option.is-hidden{display:none}
.checkout-payment-option span{min-height:64px;display:flex;flex-direction:column;justify-content:center;border:1px solid rgba(15,23,42,.12);border-radius:8px;background:#fff;padding:10px;cursor:pointer}
.checkout-payment-option strong{color:#111827;font-size:16px}
.checkout-payment-option small{color:#64748b;text-transform:uppercase;font-size:11px;margin-top:3px}
.checkout-payment-option input:checked+span{border-color:var(--color-secondary);background:#eff6ff;box-shadow:0 0 0 1px var(--color-secondary) inset}
.checkout-change-box{margin-top:12px;display:grid;gap:6px;max-width:260px}
.checkout-change-box[hidden],.checkout-change-box.is-hidden{display:none!important}
.checkout-change-box label{font-weight:900;color:var(--color-primary)}
.checkout-change-box input{height:44px;border:1px solid rgba(15,23,42,.14);border-radius:8px;padding:0 12px;font:inherit}
.checkout-alert{border:1px solid #fde68a;background:#fffbeb;color:#92400e;border-radius:8px;padding:12px;font-weight:800}
.checkout-review-list{display:grid;gap:10px}
.checkout-review-item{display:grid;grid-template-columns:76px minmax(0,1fr) auto;gap:10px;align-items:start;border:1px solid rgba(15,23,42,.08);border-radius:8px;padding:10px}
.checkout-review-item img{width:76px;height:76px;object-fit:cover;border-radius:8px;background:#f8fafc;border:1px solid rgba(15,23,42,.08)}
.checkout-review-item strong{color:#111827}
.checkout-review-body{display:grid;gap:6px;min-width:0}
.checkout-review-total{font-size:18px}
.checkout-review-item small,.checkout-review-item p{display:block;color:#64748b;margin:4px 0 0}
.checkout-back-link{text-decoration:none;display:inline-flex;align-items:center;justify-content:center}
.checkout-payment-modal{position:fixed;inset:0;z-index:80;background:rgba(15,23,42,.62);display:flex;align-items:center;justify-content:center;padding:18px}
.checkout-payment-modal[hidden]{display:none!important}
.checkout-payment-dialog{width:min(760px,100%);max-height:calc(100vh - 36px);overflow:auto;background:#fff;border-radius:8px;box-shadow:0 24px 70px rgba(15,23,42,.24)}
.checkout-payment-head{display:flex;justify-content:space-between;align-items:flex-start;gap:12px;border-bottom:1px solid rgba(15,23,42,.08);padding:16px}
.checkout-payment-head h2{margin:0;color:var(--color-primary);font-size:24px}
.checkout-payment-head p{margin:4px 0 0;color:#64748b}
.checkout-payment-close{width:36px;height:36px;border:1px solid rgba(15,23,42,.12);border-radius:8px;background:#fff;font:inherit;font-weight:900;cursor:pointer}
.checkout-payment-body{display:grid;grid-template-columns:260px minmax(0,1fr);gap:16px;padding:16px}
.checkout-payment-qrcode{min-height:260px;border:1px solid rgba(15,23,42,.08);border-radius:8px;background:#f8fafc;display:flex;align-items:center;justify-content:center;padding:12px}
.checkout-payment-qrcode img{width:100%;height:auto;display:block}
.checkout-payment-info{display:grid;gap:8px;align-content:start}
.checkout-payment-info strong{font-size:26px;color:#111827}
.checkout-payment-info span{font-weight:800;color:#64748b}
.checkout-payment-info span.success{color:#166534}
.checkout-payment-info span.danger{color:#b91c1c}
.checkout-payment-info label{font-weight:900;color:var(--color-primary);margin-top:6px}
.checkout-payment-info textarea{width:100%;min-height:112px;border:1px solid rgba(15,23,42,.14);border-radius:8px;padding:10px;font:inherit;resize:vertical}
.checkout-payment-actions{display:flex;gap:8px;flex-wrap:wrap}
.checkout-payment-actions .btn-main,.checkout-payment-actions .btn-ghost{height:42px;border-radius:8px;padding:0 14px;display:inline-flex;align-items:center;justify-content:center;text-decoration:none;font-weight:900}
.checkout-address-dialog{width:min(720px,100%)}
.checkout-address-modal-body{padding:16px}
.checkout-address-modal-grid{grid-template-columns:minmax(0,1fr) 96px}
.checkout-address-modal-grid>.cep,.checkout-address-modal-grid>.bairro,.checkout-address-modal-grid>.complemento{grid-column:1/-1}
.checkout-address-modal-grid>.endereco,.checkout-address-modal-grid>.cidade{grid-column:span 1}
.checkout-address-modal-grid>.numero,.checkout-address-modal-grid>.uf{grid-column:span 1}
.checkout-address-modal-actions{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;margin-top:14px}
.checkout-address-modal-actions .btn-main,.checkout-address-modal-actions .btn-ghost{min-height:42px;border-radius:8px;font:inherit;font-weight:900;display:inline-flex;align-items:center;justify-content:center;text-decoration:none}
@media (max-width:780px){
  .shop-header{grid-template-columns:1fr;gap:10px;padding-top:12px;padding-bottom:12px}
  .brand img{max-width:170px}
  .shop-actions{width:100%;display:grid;grid-template-columns:repeat(3,1fr);gap:6px}
  .shop-actions a{justify-content:center;height:40px;padding:0 8px;font-size:14px}
  .shop-actions .action-icon{display:none}
  .category-scroll{padding-left:22px;padding-right:22px}
  .hero-grid,.feature-grid,.banner-list,.footer-grid{grid-template-columns:1fr}
  .category-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .category-card{min-height:142px;padding:14px}
  .category-thumb{width:68px;height:68px}
  .hero{padding-top:32px}
  .hero h1{font-size:38px}
  .hero-media{min-height:240px}
  .small-banner{grid-template-columns:1fr}
  .small-banner img{width:100%}
  .account-grid{grid-template-columns:1fr}
  .account-card{padding:22px}
  .account-card h1{font-size:34px}
  .account-form-grid,.account-form-grid.cep-line,.account-form-grid.address-line,.account-profile-grid,.account-order-item,.account-order-row{grid-template-columns:1fr}
  .account-order-row-head{display:none}
  .delivery-hero-inner,.delivery-menu-head,.delivery-product-grid.cols-2{grid-template-columns:1fr}
  .delivery-hero h1{font-size:34px}
  .delivery-filter{grid-template-columns:1fr 82px}
  .delivery-product-detail{grid-template-columns:1fr}
  .delivery-detail-media{position:relative;top:auto;min-height:280px}
  .delivery-detail-media img{min-height:280px}
  .delivery-detail-title h1{font-size:28px}
  .delivery-add-row{grid-template-columns:1fr}
  .delivery-cart-layout,.delivery-checkout-layout{grid-template-columns:1fr}
  .checkout-payment-grid,.checkout-delivery-choice,.checkout-address-grid{grid-template-columns:1fr}
  .checkout-address-grid>div,.checkout-address-grid>.cep,.checkout-address-grid>.uf,.checkout-address-grid>.numero,.checkout-address-grid>.cidade,.checkout-address-grid>.bairro,.checkout-address-grid>.endereco{grid-column:1/-1}
  .checkout-address-modal-grid{grid-template-columns:minmax(0,1fr) 82px}
  .checkout-address-modal-grid>.cep,.checkout-address-modal-grid>.bairro,.checkout-address-modal-grid>.complemento{grid-column:1/-1}
  .checkout-address-modal-grid>.endereco,.checkout-address-modal-grid>.cidade{grid-column:1}
  .checkout-address-modal-grid>.numero,.checkout-address-modal-grid>.uf{grid-column:2}
  .checkout-account-box{flex-direction:column;align-items:stretch}
  .checkout-account-actions{justify-content:flex-start}
  .checkout-coupon-box{grid-template-columns:1fr}
  .checkout-payment-body{grid-template-columns:1fr}
  .checkout-payment-qrcode{min-height:220px}
  .checkout-address-modal-body{padding:12px}
  .delivery-cart-summary{position:relative;top:auto}
  .delivery-cart-item{grid-template-columns:78px minmax(0,1fr)}
  .delivery-cart-item img{width:78px;height:78px}
  .delivery-cart-item-total{grid-column:2;text-align:left}
}
@media (max-width:460px){
  .category-grid{grid-template-columns:1fr}
  .delivery-product{grid-template-columns:104px minmax(0,1fr);min-height:132px}
  .delivery-product-img{min-height:104px}
  .delivery-product h3{font-size:17px}
  .delivery-product p{display:none}
  .delivery-product-foot{align-items:flex-start;flex-direction:column}
  .delivery-product-foot strong{font-size:18px}
  .delivery-product-foot a{width:100%}
  .delivery-extra-head,.delivery-add-button{align-items:flex-start;flex-direction:column}
  .delivery-extra-option{grid-template-columns:auto minmax(0,1fr);align-items:start}
  .delivery-extra-price{grid-column:2}
  .delivery-cart-head{flex-direction:column}
  .delivery-cart-continue{width:100%}
  .delivery-cart-item{grid-template-columns:1fr}
  .delivery-cart-item img{width:100%;height:170px}
  .delivery-cart-item-total{grid-column:auto}
}

@media (max-width:1100px){
  .layout-delivery .site-container{max-width:100%;padding-left:18px;padding-right:18px}
  .layout-delivery .shop-header.delivery-simple-header{grid-template-columns:minmax(150px,210px) minmax(0,1fr)}
  .layout-delivery .shop-actions{min-width:0;justify-content:flex-end}
  .layout-delivery .shop-actions a{min-width:0}
  .layout-delivery .delivery-menu-head{grid-template-columns:minmax(0,1fr) minmax(260px,340px)}
  .layout-delivery .delivery-cart-layout,.layout-delivery .delivery-checkout-layout{grid-template-columns:minmax(0,1fr) minmax(280px,320px)}
}

@media (max-width:900px){
  .layout-delivery .shop-header.delivery-simple-header{grid-template-columns:repeat(3,minmax(0,1fr));gap:5px;min-height:52px;padding-top:6px;padding-bottom:6px}
  .layout-delivery .brand{justify-content:center;min-width:0}
  .layout-delivery .brand img{max-width:min(100%,64px);max-height:34px}
  .layout-delivery .shop-actions{grid-column:2/-1;width:100%;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));align-items:stretch;gap:5px;min-width:0}
  .layout-delivery .shop-actions a{position:relative;width:100%;min-width:0;height:40px;justify-content:center;flex-direction:column;gap:1px;padding:3px 2px;font-size:10px;line-height:1.05;text-align:center;white-space:normal}
  .layout-delivery .shop-actions .action-icon{display:inline-flex;width:17px;height:17px;border-radius:0;font-size:0}
  .layout-delivery .shop-actions .action-label{display:block;max-width:100%;overflow:hidden;text-overflow:ellipsis}
  .layout-delivery .shop-actions .cart-count{position:absolute;right:7px;top:5px}
  .layout-delivery .customer-greeting-bar .site-container{justify-content:center;text-align:center;min-height:32px}
  .layout-delivery .category-bar{position:relative}
  .layout-delivery .category-scroll{min-height:46px;padding-left:18px;padding-right:18px;scroll-snap-type:x proximity}
  .layout-delivery .category-link{scroll-snap-align:start;min-height:36px}
  .layout-delivery .delivery-profile-grid{grid-template-columns:1fr}
  .layout-delivery .delivery-profile-head h1{font-size:30px}
  .layout-delivery .delivery-menu-section,.layout-delivery .delivery-product-detail-section,.layout-delivery .delivery-cart-section{padding-top:18px}
  .layout-delivery .delivery-menu-head{grid-template-columns:1fr;align-items:start;gap:12px}
  .layout-delivery .delivery-menu-head>div{display:grid;grid-template-columns:auto minmax(0,1fr);align-items:baseline;gap:7px;min-width:0}
  .layout-delivery .delivery-menu-head h2{font-size:22px;margin:0;white-space:nowrap}
  .layout-delivery .delivery-menu-head p{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
  .layout-delivery .delivery-filter{width:100%}
  .layout-delivery .delivery-product-grid.cols-2{grid-template-columns:1fr}
  .layout-delivery .delivery-product{grid-template-columns:132px minmax(0,1fr)}
  .layout-delivery .delivery-product-img{min-height:0}
  .layout-delivery .delivery-product-foot{gap:8px}
  .layout-delivery .delivery-product-detail{grid-template-columns:1fr}
  .layout-delivery .delivery-detail-media{position:relative;top:auto;min-height:0;aspect-ratio:1/1}
  .layout-delivery .delivery-detail-media img{min-height:0;max-height:none;aspect-ratio:1/1}
  .layout-delivery .delivery-cart-layout,.layout-delivery .delivery-checkout-layout{grid-template-columns:1fr}
  .layout-delivery .delivery-cart-summary{position:relative;top:auto;order:2}
}

@media (max-width:640px){
  .layout-delivery .site-container{padding-left:14px;padding-right:14px}
  .layout-delivery{padding-bottom:58px}
  .layout-delivery .site-footer.delivery-cart-bar{padding:6px 0}
  .layout-delivery .delivery-cart-bar-inner{grid-template-columns:1fr 1fr 1.15fr;gap:5px}
  .layout-delivery .delivery-cart-bar-total,.layout-delivery .delivery-cart-bar-qty,.layout-delivery .delivery-cart-bar-link{min-height:38px;border-radius:7px}
  .layout-delivery .delivery-cart-bar-total{font-size:14px}
  .layout-delivery .delivery-cart-bar-qty{font-size:12px}
  .layout-delivery .delivery-cart-bar-link{font-size:12px;padding:0 6px;gap:4px}
  .layout-delivery .shop-header.delivery-simple-header{grid-template-columns:repeat(3,minmax(0,1fr));gap:4px}
  .layout-delivery .brand img{max-width:min(100%,58px);max-height:32px}
  .layout-delivery .shop-actions{gap:4px}
  .layout-delivery .shop-actions a{height:38px;font-size:9px;padding:3px 1px}
  .layout-delivery .shop-actions .action-icon{width:16px;height:16px}
  .layout-delivery .cart-count{min-width:18px;height:18px;font-size:11px;padding:0 5px}
  .layout-delivery .delivery-profile-strip-inner{min-height:40px;gap:6px}
  .layout-delivery .delivery-profile-status{font-size:12px}
  .layout-delivery .delivery-profile-button{min-height:30px;font-size:11px;padding:0 8px}
  .layout-delivery .delivery-profile-page{padding-top:18px}
  .layout-delivery .delivery-profile-card{padding:13px}
  .layout-delivery .delivery-profile-card-head h2{font-size:18px}
  .layout-delivery .delivery-closed-banner .site-container{padding-top:7px;padding-bottom:7px;line-height:1.25}
  .layout-delivery .delivery-menu-head h2{font-size:18px}
  .layout-delivery .delivery-menu-head p{font-size:12px}
  .layout-delivery .delivery-cart-head h1{font-size:26px}
  .layout-delivery .delivery-cart-head p{font-size:15px}
  .layout-delivery .delivery-product{grid-template-columns:156px minmax(0,1fr);gap:0;padding:0;min-height:0;overflow:hidden}
  .layout-delivery .delivery-product-img{height:auto;min-height:0;border:0;border-radius:8px 0 0 8px}
  .layout-delivery .delivery-product-img img[src$="logo.png"]{padding:0}
  .layout-delivery .delivery-product-body{padding:9px;min-height:136px}
  .layout-delivery .delivery-product h3{display:-webkit-box;font-size:15px;line-height:1.1;margin-bottom:5px;overflow:hidden;-webkit-line-clamp:2;-webkit-box-orient:vertical}
  .layout-delivery .delivery-product-meta{margin-bottom:4px}
  .layout-delivery .delivery-product-meta span{font-size:9px;padding:2px 5px}
  .layout-delivery .delivery-product p{display:-webkit-box;font-size:12px;line-height:1.2;max-height:43px;margin-bottom:6px;overflow:hidden;-webkit-line-clamp:3;-webkit-box-orient:vertical}
  .layout-delivery .delivery-product-foot{gap:5px;padding-top:6px}
  .layout-delivery .delivery-product-foot{display:grid;grid-template-columns:auto minmax(0,1fr);align-items:center}
  .layout-delivery .delivery-product-foot.closed{align-items:center}
  .layout-delivery .delivery-product-foot strong{min-width:0;font-size:16px;white-space:nowrap}
  .layout-delivery .delivery-product-foot a,.layout-delivery .delivery-product-foot .delivery-closed-inline{justify-self:end;max-width:100%;min-width:0;min-height:30px;padding:0 8px;font-size:12px;white-space:nowrap}
  .layout-delivery .delivery-product-foot .delivery-closed-inline{display:inline-flex;align-items:center;justify-content:center;overflow:hidden;text-overflow:ellipsis}
  .layout-delivery .delivery-breadcrumb{font-size:14px;gap:6px}
  .layout-delivery .delivery-product-detail{gap:10px}
  .layout-delivery .delivery-detail-media{position:relative;display:block;width:min(100%,260px);justify-self:center;border:0;border-radius:0;background:transparent;overflow:visible;isolation:isolate}
  .layout-delivery .delivery-detail-media.has-slider{border-radius:0;overflow:visible;background:transparent;box-shadow:none;touch-action:pan-y;cursor:grab;user-select:none;-webkit-user-select:none}
  .layout-delivery .delivery-detail-media.has-slider:active{cursor:grabbing}
  .layout-delivery .delivery-detail-media.has-slider .delivery-gallery-track{aspect-ratio:1/1;overflow:visible;background:transparent}
  .layout-delivery .delivery-detail-media.has-slider img{min-height:0;max-height:none;aspect-ratio:1/1}
  .layout-delivery .delivery-detail-media.has-slider .delivery-gallery-slide{top:50%;left:50%;right:auto;bottom:auto;opacity:0;pointer-events:none;border:1px solid rgba(15,23,42,.08);border-radius:8px;background:#fff;box-shadow:0 3px 8px rgba(15,23,42,.06);transform:translate(-50%,-50%);filter:blur(2.5px);transition:opacity .2s ease,transform .2s ease,left .2s ease,right .2s ease,filter .2s ease}
  .layout-delivery .delivery-detail-media.has-slider img{-webkit-user-drag:none;user-select:none;-webkit-user-select:none}
  .layout-delivery .delivery-detail-media.has-slider .delivery-gallery-slide.active{z-index:3;left:50%;right:auto;width:100%;height:100%;opacity:1;pointer-events:auto;box-shadow:0 4px 10px rgba(15,23,42,.08);filter:none;transform:translate(-50%,-50%)}
  .layout-delivery .delivery-detail-media.has-slider .delivery-gallery-slide.prev{z-index:1;left:-34%;right:auto;width:74%;height:74%;opacity:.42;transform:translateY(-50%)}
  .layout-delivery .delivery-detail-media.has-slider .delivery-gallery-slide.next{z-index:1;left:auto;right:-34%;width:74%;height:74%;opacity:.42;transform:translateY(-50%)}
  .layout-delivery .delivery-detail-image-main{position:relative;z-index:2;display:block;width:100%;height:100%;aspect-ratio:1/1;border:1px solid rgba(15,23,42,.1);border-radius:8px;background:#fff;box-shadow:0 4px 10px rgba(15,23,42,.08);object-fit:cover}
  .layout-delivery .delivery-detail-image-side{position:absolute;top:50%;z-index:1;display:block;width:74%;height:74%;min-height:0;object-fit:cover;border:1px solid rgba(15,23,42,.08);border-radius:8px;box-shadow:0 3px 8px rgba(15,23,42,.06);filter:blur(2.5px);opacity:.42;pointer-events:none}
  .layout-delivery .delivery-detail-image-side-left{left:-34%;transform:translateY(-50%)}
  .layout-delivery .delivery-detail-image-side-right{right:-34%;transform:translateY(-50%)}
  .layout-delivery .delivery-detail-media img[src$="logo.png"]{padding:18px;background:#fff}
  .layout-delivery .delivery-detail-info{padding:12px;gap:11px}
  .layout-delivery .delivery-product-detail-section{padding-bottom:156px}
  .layout-delivery .delivery-detail-title{display:block}
  .layout-delivery .delivery-detail-title span{margin:0;padding:3px 6px;font-size:10px;line-height:1;white-space:nowrap}
  .layout-delivery .delivery-detail-title h1{font-size:18px;line-height:1.12;min-width:0}
  .layout-delivery .delivery-detail-description{font-size:13px;line-height:1.35}
  .layout-delivery .delivery-detail-price{font-size:22px;line-height:1}
  .layout-delivery .delivery-extra-block{gap:8px}
  .layout-delivery .delivery-extra-group{padding:10px;border-radius:7px}
  .layout-delivery .delivery-extra-head{display:grid;grid-template-columns:minmax(0,1fr);gap:8px}
  .layout-delivery .delivery-extra-head h3{font-size:15px;line-height:1.15}
  .layout-delivery .delivery-extra-head p{font-size:12px}
  .layout-delivery .delivery-extra-meta-line{gap:5px;flex-wrap:nowrap}
  .layout-delivery .delivery-required-text{min-height:18px;padding:0 6px;font-size:11px}
  .layout-delivery .delivery-extra-option{grid-template-columns:auto minmax(0,1fr) auto;align-items:start;padding:8px;gap:8px}
  .layout-delivery .delivery-extra-option-main{min-width:0}
  .layout-delivery .delivery-extra-option-main strong{font-size:14px;line-height:1.15}
  .layout-delivery .delivery-extra-option-main small{font-size:12px}
  .layout-delivery .delivery-extra-price{grid-column:auto;font-size:12px;line-height:1.15;white-space:nowrap}
  .layout-delivery .delivery-required-badge{justify-self:start}
  .layout-delivery .delivery-note-field label{font-size:14px}
  .layout-delivery .delivery-note-field textarea{min-height:72px;font-size:13px}
  .layout-delivery .delivery-add-row{grid-template-columns:minmax(104px,.75fr) minmax(0,1.25fr);gap:7px;padding-top:10px}
  .layout-delivery .delivery-add-row-shell.is-floating .delivery-add-row{position:fixed;left:max(10px,env(safe-area-inset-left));right:max(10px,env(safe-area-inset-right));bottom:calc(64px + env(safe-area-inset-bottom));z-index:90;max-width:calc(100vw - 20px);margin:0 auto;padding:8px;border:1px solid rgba(15,23,42,.12);border-radius:10px;background:#fff;box-shadow:0 12px 28px rgba(15,23,42,.18)}
  .layout-delivery .delivery-add-row-shell.is-floating .delivery-add-row{grid-template-columns:minmax(104px,.75fr) minmax(0,1.25fr)}
  .layout-delivery .delivery-qty-control{height:42px;grid-template-columns:auto 28px 30px 28px;gap:3px;padding:0 5px;border-radius:7px}
  .layout-delivery .delivery-qty-control span{font-size:12px}
  .layout-delivery .delivery-qty-control button{height:30px;border-radius:5px;font-size:17px}
  .layout-delivery .delivery-qty-control input{height:30px;font-size:13px}
  .layout-delivery .delivery-add-button{height:42px;min-height:42px;display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:6px;padding:0 8px;border-radius:7px;font-size:12px}
  .layout-delivery .delivery-add-button strong{display:block;font-size:12px;white-space:nowrap}
  .layout-delivery .delivery-add-row .delivery-add-button{align-items:center;flex-direction:initial}
  .layout-delivery .delivery-total-prefix{display:none}
  .layout-delivery .delivery-cart-card{padding:12px}
  .layout-delivery .delivery-cart-head{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:start;gap:8px;margin-bottom:10px}
  .layout-delivery .delivery-cart-head>div{display:grid;grid-template-columns:auto minmax(0,1fr);align-items:baseline;gap:6px;min-width:0}
  .layout-delivery .delivery-cart-head h1{margin:0;font-size:22px;line-height:1;white-space:nowrap}
  .layout-delivery .delivery-cart-head p{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:12px}
  .layout-delivery .checkout-head{grid-template-columns:minmax(0,1fr) auto}
  .layout-delivery .checkout-head>div{display:block}
  .layout-delivery .checkout-head p{margin-top:5px;font-size:12px;white-space:normal;overflow:visible;text-overflow:clip}
  .layout-delivery .delivery-cart-continue{width:auto;min-height:34px;padding:0 9px;font-size:12px}
  .layout-delivery .delivery-cart-item{grid-template-columns:104px minmax(0,1fr);gap:8px;padding:8px;border-radius:8px}
  .layout-delivery .delivery-cart-item img{width:104px;height:104px;align-self:stretch;aspect-ratio:1/1;border-radius:7px}
  .layout-delivery .delivery-cart-item-body{gap:5px}
  .layout-delivery .delivery-cart-item-title{display:block}
  .layout-delivery .delivery-cart-item-title h3{display:-webkit-box;margin:0;font-size:14px;line-height:1.1;overflow:hidden;-webkit-line-clamp:2;-webkit-box-orient:vertical}
  .layout-delivery .delivery-cart-extras{gap:4px}
  .layout-delivery .delivery-cart-extras{display:-webkit-box;max-height:44px;overflow:hidden;-webkit-line-clamp:3;-webkit-box-orient:vertical}
  .layout-delivery .delivery-cart-extras span{display:inline-block;max-width:100%;font-size:10px;line-height:1.15;border-radius:6px;padding:3px 5px;overflow:hidden;text-overflow:ellipsis;vertical-align:top;white-space:nowrap}
  .layout-delivery .delivery-cart-note{display:-webkit-box;font-size:11px;line-height:1.2;max-height:26px;overflow:hidden;-webkit-line-clamp:2;-webkit-box-orient:vertical}
  .layout-delivery .delivery-cart-item-actions{grid-column:1/-1;display:grid;grid-template-columns:auto 98px minmax(92px,1fr) auto;gap:5px;align-items:center;justify-content:stretch;width:100%;padding-top:2px}
  .layout-delivery .delivery-cart-qty-label{display:inline;font-size:12px;font-weight:900;color:var(--color-primary);white-space:nowrap}
  .layout-delivery .delivery-qty-control.small{width:98px;height:32px;grid-template-columns:26px 34px 26px;padding:0 3px;border-radius:6px}
  .layout-delivery .delivery-qty-control.small button,.layout-delivery .delivery-qty-control.small input{height:26px;font-size:13px}
  .layout-delivery .delivery-qty-control.small input{font-size:13px;background:#fff;color:#111827;-webkit-text-fill-color:#111827}
  .layout-delivery .delivery-cart-item-total{grid-column:auto;text-align:left;font-size:12px;white-space:nowrap;overflow:visible}
  .layout-delivery .delivery-cart-item-total::before{content:"Valor: ";font-weight:700;color:#64748b}
  .layout-delivery .delivery-cart-remove{height:32px;padding:0 7px;font-size:11px}
  .layout-delivery .delivery-cart-summary{padding:12px;gap:9px}
  .layout-delivery .delivery-cart-summary h2{font-size:20px}
  .layout-delivery .delivery-summary-row{display:grid;grid-template-columns:auto minmax(0,1fr);gap:6px;border-top:0;padding-top:0;font-size:14px}
  .layout-delivery .delivery-summary-row strong{font-size:16px;text-align:right}
  .layout-delivery .delivery-cart-summary-actions{grid-template-columns:repeat(2,minmax(0,1fr));gap:7px}
  .layout-delivery .delivery-cart-finish,.layout-delivery .delivery-cart-clear{min-height:40px;font-size:12px}
  .layout-delivery .checkout-payment-grid{grid-template-columns:1fr}
  .layout-delivery .checkout-delivery-choice{grid-template-columns:repeat(2,minmax(0,1fr));gap:7px}
  .layout-delivery .checkout-payment-option span{min-height:56px;padding:8px}
  .layout-delivery .checkout-payment-option strong{font-size:13px;line-height:1.1}
  .layout-delivery .checkout-payment-option small{font-size:9px;line-height:1.15}
  .layout-delivery .checkout-account-actions{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:7px}
  .layout-delivery .checkout-account-actions .btn-main,.layout-delivery .checkout-account-actions .btn-ghost,.layout-delivery .checkout-account-box>.btn-ghost{width:100%;min-width:0}
  .layout-delivery .checkout-coupon-box{grid-template-columns:minmax(0,1fr) auto;gap:7px}
  .layout-delivery .checkout-coupon-box input{min-width:0}
  .layout-delivery .checkout-coupon-box .btn-ghost{padding:0 10px}
  .layout-delivery .checkout-address-summary{grid-template-columns:1fr;gap:8px}
  .layout-delivery .checkout-address-summary-lines span{font-size:12px}
  .layout-delivery .checkout-other-address{width:100%;min-height:36px;font-size:12px}
  .layout-delivery .checkout-review-item{grid-template-columns:104px minmax(0,1fr);gap:8px;padding:8px;border-radius:8px}
  .layout-delivery .checkout-review-item img{width:104px;height:104px;align-self:stretch;aspect-ratio:1/1;border-radius:7px}
  .layout-delivery .checkout-review-body{gap:5px}
  .layout-delivery .checkout-review-body>strong:first-child{display:-webkit-box;font-size:14px;line-height:1.1;overflow:hidden;-webkit-line-clamp:2;-webkit-box-orient:vertical}
  .layout-delivery .checkout-review-total{font-size:13px;white-space:nowrap}
  .layout-delivery .checkout-summary-actions{grid-template-columns:repeat(2,minmax(0,1fr))}
  .layout-delivery .account-section{padding-top:18px}
  .layout-delivery .account-card{padding:18px}
  .layout-delivery .account-card h1{font-size:30px}
  .layout-delivery .account-tab-list{overflow-x:auto;flex-wrap:nowrap;scrollbar-width:thin}
  .layout-delivery .account-tab-list a{white-space:nowrap}
  .layout-delivery .account-order-row{font-size:13px}
}

@media (max-width:430px){
  .layout-delivery .delivery-cart-bar-inner{gap:4px}
  .layout-delivery .delivery-cart-bar-total{font-size:13px}
  .layout-delivery .delivery-cart-bar-qty{font-size:11px}
  .layout-delivery .delivery-cart-bar-link{font-size:11px}
  .layout-delivery .delivery-cart-bar-icon::before{font-size:14px}
  .layout-delivery .shop-header.delivery-simple-header{gap:3px}
  .layout-delivery .brand img{max-width:min(100%,52px);max-height:30px}
  .layout-delivery .shop-actions{gap:3px}
  .layout-delivery .shop-actions a{height:36px;min-width:0;padding:2px 1px;font-size:9px}
  .layout-delivery .shop-actions .action-icon{width:15px;height:15px}
  .layout-delivery .delivery-profile-strip-inner{grid-template-columns:minmax(0,1fr) auto}
  .layout-delivery .delivery-profile-status{font-size:11px}
  .layout-delivery .delivery-profile-status::before{width:6px;height:6px;margin-right:5px}
  .layout-delivery .delivery-profile-button{font-size:10px;padding:0 7px}
  .layout-delivery .delivery-profile-row{grid-template-columns:1fr;gap:2px}
  .layout-delivery .delivery-profile-row span{text-align:left}
  .layout-delivery .delivery-menu-head>div{gap:3px}
  .layout-delivery .delivery-menu-head h2{font-size:14px}
  .layout-delivery .delivery-menu-head p{font-size:9px}
  .layout-delivery .delivery-product{grid-template-columns:150px minmax(0,1fr)}
  .layout-delivery .delivery-product-img{min-height:0}
  .layout-delivery .delivery-product-body{padding:7px;min-height:0}
  .layout-delivery .delivery-product h3{display:-webkit-box;font-size:13px;line-height:1.06;max-height:28px;margin-bottom:3px;overflow:hidden;-webkit-line-clamp:2;-webkit-box-orient:vertical}
  .layout-delivery .delivery-product p{display:-webkit-box;font-size:10px;line-height:1.15;max-height:35px;margin-bottom:4px;overflow:hidden;-webkit-line-clamp:3;-webkit-box-orient:vertical}
  .layout-delivery .delivery-product-foot{display:grid;grid-template-columns:auto minmax(0,1fr);align-items:center;gap:4px;border-top:0;padding-top:2px}
  .layout-delivery .delivery-product-foot strong{font-size:14px;white-space:nowrap}
  .layout-delivery .delivery-product-foot a,.layout-delivery .delivery-product-foot .delivery-closed-inline{justify-self:end;width:auto;max-width:100%;min-height:26px;padding:0 6px;font-size:10px;white-space:nowrap}
  .layout-delivery .delivery-detail-media{width:min(100%,220px)}
  .layout-delivery .delivery-detail-media.has-slider .delivery-gallery-slide{filter:blur(2px)}
  .layout-delivery .delivery-detail-media.has-slider .delivery-gallery-slide.active{left:50%;right:auto;transform:translate(-50%,-50%)}
  .layout-delivery .delivery-detail-media.has-slider .delivery-gallery-slide.prev{left:-25%;right:auto;width:64%;height:64%;transform:translateY(-50%)}
  .layout-delivery .delivery-detail-media.has-slider .delivery-gallery-slide.next{left:auto;right:-25%;width:64%;height:64%;transform:translateY(-50%)}
  .layout-delivery .delivery-detail-image-side{width:64%;height:64%;filter:blur(2px);opacity:.4}
  .layout-delivery .delivery-detail-image-side-left{left:-25%}
  .layout-delivery .delivery-detail-image-side-right{right:-25%}
  .layout-delivery .delivery-detail-media,.layout-delivery .delivery-detail-media img{min-height:0}
  .layout-delivery .delivery-breadcrumb{font-size:12px;line-height:1.2;margin-bottom:10px}
  .layout-delivery .delivery-detail-info{padding:10px;gap:9px}
  .layout-delivery .delivery-detail-title{display:block}
  .layout-delivery .delivery-detail-title span{font-size:9px}
  .layout-delivery .delivery-detail-title h1{font-size:16px}
  .layout-delivery .delivery-detail-description{font-size:12px}
  .layout-delivery .delivery-detail-price{font-size:20px}
  .layout-delivery .delivery-extra-option{grid-template-columns:auto minmax(0,1fr) auto;align-items:start}
  .layout-delivery .delivery-extra-option-main strong,.layout-delivery .delivery-extra-option-main small{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
  .layout-delivery .delivery-extra-price{grid-column:auto;white-space:nowrap}
  .layout-delivery .delivery-add-row{grid-template-columns:minmax(98px,.8fr) minmax(0,1.2fr);gap:6px}
  .layout-delivery .delivery-qty-control{grid-template-columns:auto 24px 24px 24px;padding:0 4px}
  .layout-delivery .delivery-add-button{font-size:11px;padding:0 6px;min-width:0}
  .layout-delivery .delivery-add-button strong{font-size:11px;min-width:0}
  .layout-delivery .delivery-add-label{min-width:0;overflow:hidden;text-overflow:ellipsis}
  .layout-delivery .delivery-cart-head{grid-template-columns:1fr;gap:7px}
  .layout-delivery .delivery-cart-head>div{grid-template-columns:auto minmax(0,1fr)}
  .layout-delivery .delivery-cart-continue{width:100%}
  .layout-delivery .checkout-head{grid-template-columns:minmax(0,1fr) auto}
  .layout-delivery .checkout-head>div{display:block}
  .layout-delivery .checkout-head .delivery-cart-continue,.layout-delivery .checkout-head+.delivery-cart-continue{width:auto}
  .layout-delivery .checkout-head .delivery-cart-continue{min-height:32px;padding:0 8px;font-size:11px}
  .layout-delivery .delivery-cart-item{grid-template-columns:96px minmax(0,1fr)}
  .layout-delivery .delivery-cart-item img{width:96px;height:96px}
  .layout-delivery .delivery-cart-extras{max-height:34px;-webkit-line-clamp:2}
  .layout-delivery .delivery-cart-item-actions{grid-template-columns:auto 92px minmax(86px,1fr) auto}
  .layout-delivery .delivery-qty-control.small{width:92px;grid-template-columns:24px 32px 24px}
  .layout-delivery .delivery-cart-remove{width:auto}
  .layout-delivery .delivery-summary-row strong{font-size:18px}
  .layout-delivery .checkout-coupon-box{grid-template-columns:minmax(0,1fr) auto}
  .layout-delivery .checkout-coupon-box .btn-ghost{font-size:12px}
  .layout-delivery .checkout-delivery-choice{grid-template-columns:repeat(2,minmax(0,1fr))}
  .layout-delivery .checkout-review-item{grid-template-columns:96px minmax(0,1fr)}
  .layout-delivery .checkout-review-item img{width:96px;height:96px}
  .layout-delivery .public-code-group{gap:6px}
  .layout-delivery .account-form .public-code-digit{height:48px;font-size:22px!important}
}
