:root{--store-primary:#ef3f2f;--store-bg:#f4f5f7;--store-text:#15171b;--store-muted:#71757d;--store-card:#fff;--store-radius:22px;--store-shadow:0 14px 40px rgba(20,24,36,.09)}
*{box-sizing:border-box}html{scroll-behavior:smooth}body.store-body{margin:0;background:var(--store-bg)!important;color:var(--store-text);font-family:Inter,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif}.store-hero{min-height:390px;background-position:center;background-size:cover;position:relative;display:flex;align-items:flex-end}.store-hero:before{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(8,10,15,.12),rgba(8,10,15,.9))}.store-hero:after{content:"";position:absolute;inset:auto 0 0;height:140px;background:linear-gradient(180deg,transparent,rgba(8,10,15,.22))}.store-hero__inner{position:relative;z-index:2;width:100%;display:flex;gap:26px;align-items:flex-end;padding:56px 15px 42px}.store-logo{width:156px;height:156px;border-radius:32px;object-fit:cover;background:#fff;border:5px solid rgba(255,255,255,.93);box-shadow:0 20px 55px rgba(0,0,0,.32)}.store-hero__content{flex:1;color:#fff}.store-hero h1{margin:0 0 8px;font-size:clamp(30px,5vw,52px);font-weight:900;letter-spacing:-1.7px;text-shadow:0 3px 20px rgba(0,0,0,.35)}.store-welcome{margin:0 0 17px;font-size:16px;opacity:.92}.store-meta{display:flex;flex-wrap:wrap;gap:10px}.store-chip{display:inline-flex;align-items:center;gap:8px;padding:10px 15px;border-radius:999px;background:rgba(255,255,255,.13);backdrop-filter:blur(12px);color:#fff;border:1px solid rgba(255,255,255,.2);font-weight:800}.store-chip--open{background:#16a34a}.store-chip--closed{background:#dc2626}.store-chip:hover{color:#fff;text-decoration:none;background:rgba(255,255,255,.24);transform:translateY(-1px)}
.store-nav{position:sticky;top:0;z-index:100;background:rgba(255,255,255,.94);backdrop-filter:blur(18px);border-bottom:1px solid rgba(222,225,230,.9);box-shadow:0 8px 28px rgba(30,34,45,.05)}.store-nav__inner{min-height:76px;display:flex;align-items:center;justify-content:space-between;gap:18px}.store-nav__brand{display:flex;align-items:center;gap:10px;font-size:18px;font-weight:900;color:var(--store-text)}.store-nav__brand:hover{color:var(--store-text);text-decoration:none}.store-nav__icon{width:38px;height:38px;border-radius:12px;display:grid;place-items:center;background:#17191d;color:#fff}.store-search{position:relative;display:flex;align-items:center;flex:1;max-width:560px;background:#f1f2f4;border:1px solid transparent;border-radius:15px;transition:.2s}.store-search:focus-within{background:#fff;border-color:rgba(0,0,0,.12);box-shadow:0 0 0 4px rgba(0,0,0,.04)}.store-search>i{position:absolute;left:16px;color:#858991}.store-search input{width:100%;height:48px;border:0;background:transparent;outline:0;padding:0 46px;color:#222;font-size:14px}.store-search__clear{position:absolute;right:8px;width:34px;height:34px;border:0;border-radius:10px;background:transparent;color:#8b8f96;cursor:pointer;display:none}.store-search.has-value .store-search__clear{display:grid;place-items:center}.store-search--mobile{display:none;max-width:none;margin-bottom:18px}.store-cart{display:flex;align-items:center;gap:11px;background:#17191d;color:#fff!important;padding:9px 14px;border-radius:15px;font-weight:850;min-width:158px}.store-cart:hover{text-decoration:none;color:#fff;transform:translateY(-1px)}.store-cart.is-empty{background:#eef0f3;color:#6d7178!important}.store-cart__icon{width:38px;height:38px;border-radius:11px;display:grid;place-items:center;background:rgba(255,255,255,.12);position:relative}.store-cart__icon b{position:absolute;right:-5px;top:-6px;min-width:19px;height:19px;padding:0 5px;display:grid;place-items:center;border-radius:999px;background:var(--store-primary);color:#fff;font-size:10px}.store-cart__text{display:flex;flex-direction:column;line-height:1.2}.store-cart__text small{font-size:10px;text-transform:uppercase;letter-spacing:.7px;opacity:.7}.store-cart__text strong{font-size:13px}
.store-shell{padding-top:26px;padding-bottom:60px}.store-alert{display:flex;align-items:center;gap:12px;padding:15px 17px;border-radius:16px;margin-bottom:18px;font-weight:750}.store-alert i{font-size:20px}.store-alert--success{background:#eaf8ef;color:#176c36;border:1px solid #ccebd7}.store-alert--warning{background:#fff6df;color:#8a5a00;border:1px solid #f1dfa7}.store-alert--danger{background:#fff0f0;color:#9b2727;border:1px solid #f0cccc}.store-quick-info{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;margin-bottom:26px}.quick-info-card{min-height:82px;border:1px solid #e6e8ec;background:#fff;border-radius:18px;padding:15px;display:flex;align-items:center;gap:12px;text-align:left;color:#25272c}.quick-info-card>i{width:42px;height:42px;border-radius:13px;display:grid;place-items:center;background:#f1f2f4;color:#17191d;font-size:18px}.quick-info-card div{display:flex;flex-direction:column}.quick-info-card small{font-size:11px;color:#848991;text-transform:uppercase;letter-spacing:.55px}.quick-info-card strong{font-size:13px;line-height:1.35}.quick-info-card--button{cursor:pointer;font-family:inherit}.quick-info-card--button:hover{border-color:#cfd2d8;transform:translateY(-1px)}.store-categories-wrap{margin-bottom:22px}.store-categories-title{display:flex;justify-content:space-between;align-items:end;margin-bottom:12px}.store-categories-title div{display:flex;flex-direction:column}.store-categories-title small{font-size:12px;color:var(--store-muted);text-transform:uppercase;letter-spacing:.7px}.store-categories-title strong{font-size:24px;line-height:1.15}.store-categories-title>span{font-size:12px;color:#8b8f96}.store-categories{display:flex;gap:10px;overflow-x:auto;padding:2px 2px 14px;scrollbar-width:none}.store-categories::-webkit-scrollbar{display:none}.category-pill{white-space:nowrap;display:inline-flex;align-items:center;gap:10px;padding:10px 14px 10px 10px;background:#fff;color:#34363a;border:1px solid #e6e8ec;border-radius:999px;font-weight:800;box-shadow:0 6px 18px rgba(0,0,0,.035);transition:.2s}.category-pill img{width:34px;height:34px;object-fit:cover;border-radius:50%}.category-pill small{min-width:23px;height:23px;padding:0 6px;border-radius:999px;background:#f0f1f3;display:grid;place-items:center;color:#6e7279}.category-pill:hover,.category-pill.is-active{color:#fff;text-decoration:none;background:#17191d;border-color:#17191d;transform:translateY(-2px)}.category-pill:hover small,.category-pill.is-active small{background:rgba(255,255,255,.14);color:#fff}.store-banner-wrap{position:relative;margin:6px 0 34px}.store-banner{display:block;width:100%;max-height:330px;object-fit:cover;border-radius:26px;box-shadow:var(--store-shadow)}.store-banner-badge{position:absolute;left:16px;top:16px;display:flex;align-items:center;gap:7px;padding:8px 12px;border-radius:999px;background:rgba(18,20,24,.82);backdrop-filter:blur(8px);color:#fff;font-size:12px;font-weight:800}.store-section{scroll-margin-top:95px;margin:0 0 38px}.store-section__header{display:flex;align-items:end;justify-content:space-between;margin-bottom:17px}.store-section__eyebrow{display:block;font-size:11px;color:#8c9097;text-transform:uppercase;letter-spacing:.85px;font-weight:800;margin-bottom:2px}.store-section h2{margin:0;font-size:28px;font-weight:900;letter-spacing:-.75px}.store-section__line{height:4px;width:46px;border-radius:5px;background:var(--store-primary);margin-top:9px}.store-section__top{font-size:12px;color:#7f838a;font-weight:700}.store-section__top:hover{color:#222;text-decoration:none}.product-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:17px}.product-card{display:grid;grid-template-columns:150px 1fr;background:#fff;border-radius:22px;overflow:hidden;box-shadow:0 9px 28px rgba(24,28,38,.065);border:1px solid #e9ebef;min-height:170px;transition:.22s;position:relative}.product-card:hover{transform:translateY(-4px);box-shadow:0 18px 38px rgba(24,28,38,.11);border-color:#dde0e5}.product-card__media{position:relative;overflow:hidden;background:#eee}.product-card__image{width:100%;height:100%;min-height:170px;object-fit:cover;transition:.35s}.product-card:hover .product-card__image{transform:scale(1.045)}.product-card__zoom{position:absolute;right:10px;bottom:10px;width:32px;height:32px;border-radius:11px;background:rgba(255,255,255,.9);display:grid;place-items:center;color:#17191d;box-shadow:0 5px 15px rgba(0,0,0,.12);opacity:0;transform:translateY(5px);transition:.2s}.product-card:hover .product-card__zoom{opacity:1;transform:none}.product-card__body{padding:18px;display:flex;flex-direction:column}.product-card__title{font-size:18px;font-weight:900;color:#202226;margin:0 0 7px;line-height:1.25}.product-card__desc{font-size:13px;line-height:1.5;color:var(--store-muted);margin:0 0 14px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.product-card__footer{margin-top:auto;display:flex;align-items:end;justify-content:space-between;gap:13px;position:relative;z-index:4}.product-price-wrap{display:flex;flex-direction:column}.product-price-wrap small{font-size:10px;text-transform:uppercase;letter-spacing:.55px;color:#999da4}.product-price{font-size:19px;font-weight:950;color:#111;white-space:nowrap}.product-action{position:relative;z-index:5;pointer-events:auto!important;touch-action:manipulation;-webkit-tap-highlight-color:transparent;border:2px solid #17191d!important;border-radius:13px;background:#17191d!important;color:#fff!important;padding:10px 14px;font-weight:900;cursor:pointer;display:inline-flex;align-items:center;gap:8px;box-shadow:0 7px 18px rgba(23,25,29,.16);transition:.2s}.product-action:hover,.product-action:focus{background:var(--store-primary)!important;border-color:var(--store-primary)!important;color:#fff!important;transform:translateY(-1px)}.product-action--closed{background:#d9dce1!important;border-color:#d9dce1!important;color:#777!important;box-shadow:none}.product-action:disabled{opacity:.7;cursor:wait}.search-empty{text-align:center;padding:70px 20px}.search-empty span{width:70px;height:70px;border-radius:22px;background:#fff;display:grid;place-items:center;margin:0 auto 16px;box-shadow:0 10px 30px rgba(0,0,0,.06);font-size:25px}.search-empty h3{margin:0 0 5px;font-size:22px}.search-empty p{margin:0;color:var(--store-muted)}.store-share{margin-top:12px;padding:22px;background:#fff;border-radius:20px;display:flex;align-items:center;gap:15px;border:1px solid #e8eaee}.store-share__icon{width:48px;height:48px;border-radius:15px;background:#17191d;color:#fff;display:grid;place-items:center;font-size:18px}.store-share>div:nth-child(2){flex:1}.store-share strong{font-size:15px}.store-share p{margin:2px 0 0;color:var(--store-muted);font-size:13px}.store-share .a2a_kit{display:flex;gap:8px}.store-footer{background:#16181d!important;color:#d7d9de;padding:30px 15px;text-align:center}.store-floating-cart{display:none;position:fixed;left:14px;right:14px;bottom:14px;z-index:150;background:#17191d;color:#fff!important;border-radius:17px;padding:13px 15px;box-shadow:0 18px 44px rgba(0,0,0,.28);font-weight:850;justify-content:space-between;align-items:center}.store-floating-cart:hover{text-decoration:none;color:#fff}.store-floating-cart span{display:flex;align-items:center;gap:8px}.store-floating-cart span b{width:24px;height:24px;border-radius:999px;background:var(--store-primary);display:grid;place-items:center;font-size:11px}.store-floating-cart span em{font-style:normal}.store-floating-cart strong{display:flex;align-items:center;gap:8px}.modal-content{border:0;border-radius:22px;overflow:hidden;box-shadow:0 24px 70px rgba(0,0,0,.23)}.modal-header{border-bottom:1px solid #eee;padding:17px 20px}.modal-header small{display:block;font-size:10px;text-transform:uppercase;letter-spacing:.7px;color:#8d9198}.modal-header h6{margin:1px 0 0;font-size:17px;font-weight:900}.modal-header .close{width:38px;height:38px;border-radius:12px;background:#f0f1f3;opacity:1;display:grid;place-items:center;padding:0;margin:-2px -2px -2px auto}.modal-body{padding:20px}.slim-footer{margin:0}.modal-backdrop{z-index:1040!important}.modal{z-index:1050!important}.modal.show{display:block;pointer-events:auto}.modal-dialog,.modal-content,.modal-header,.modal-body,.modal-footer{pointer-events:auto}#loja-modal-backdrop{z-index:1055!important}#visulUsuarioModal.loja-modal-open{display:block!important;z-index:1060!important;overflow-x:hidden;overflow-y:auto}#visulPedidoModal .modal-dialog{max-width:520px}#visulPedidoModal .close{position:relative;z-index:3;cursor:pointer;pointer-events:auto}body.modal-open{overflow:hidden}
@media(max-width:991px){.product-grid{grid-template-columns:1fr}.store-hero{min-height:350px}.store-hero__inner{align-items:center}.store-logo{width:130px;height:130px}.store-quick-info{grid-template-columns:repeat(2,minmax(0,1fr))}.store-search--desktop{max-width:420px}.product-card{grid-template-columns:140px 1fr}}
@media(max-width:720px){body.store-body{padding-bottom:82px}.store-hero{min-height:405px}.store-hero__inner{flex-direction:column;align-items:center;text-align:center;padding:48px 15px 30px}.store-logo{width:124px;height:124px;border-radius:26px}.store-meta{justify-content:center}.store-nav__inner{min-height:66px}.store-nav__brand{font-size:16px}.store-nav__brand .store-nav__icon{width:34px;height:34px}.store-nav .store-cart{display:none}.store-search--desktop{display:none}.store-search--mobile{display:flex}.store-shell{padding-top:17px}.store-quick-info{display:flex;overflow-x:auto;gap:10px;margin:0 -15px 23px;padding:0 15px 4px;scrollbar-width:none}.store-quick-info::-webkit-scrollbar{display:none}.quick-info-card{min-width:230px}.store-categories-title>span{display:none}.store-banner{border-radius:20px;min-height:150px}.store-banner-badge{left:12px;top:12px}.store-section h2{font-size:24px}.store-section__top{display:none}.product-card{grid-template-columns:116px 1fr;min-height:150px;border-radius:18px}.product-card__image{min-height:150px}.product-card__body{padding:14px}.product-card__title{font-size:16px}.product-card__desc{font-size:12px;margin-bottom:10px}.product-price{font-size:16px}.product-action{padding:8px 10px;font-size:12px}.product-action span{display:none}.product-card__zoom{display:none}.store-share{align-items:flex-start;flex-wrap:wrap}.store-share .a2a_kit{width:100%;padding-left:63px}.store-floating-cart.has-items{display:flex}}
@media(max-width:400px){.product-card{grid-template-columns:102px 1fr}.product-card__body{padding:12px}.product-card__title{font-size:15px}.product-card__desc{-webkit-line-clamp:2}.product-price-wrap small{display:none}.product-price{font-size:15px}.store-floating-cart span em{display:none}}


/* Premium 2026 — Parte 2: produto e complementos */
#visulUsuarioModal .modal-dialog{max-width:680px;margin:24px auto}#visulUsuarioModal .modal-content{border-radius:28px;overflow:hidden;background:#fff}#visulUsuarioModal .modal-header{position:absolute;right:12px;top:12px;z-index:5;border:0;padding:0;background:transparent}#visulUsuarioModal .modal-header .modal-title{display:none}#visulUsuarioModal .modal-header .close{background:rgba(255,255,255,.94);box-shadow:0 8px 22px rgba(0,0,0,.16);font-size:25px}#visulUsuarioModal .modal-body{padding:0;max-height:calc(100vh - 48px);overflow-y:auto;overscroll-behavior:contain}.premium-product__hero{height:310px;position:relative;background:#e9eaed;overflow:hidden}.premium-product__hero img{width:100%;height:100%;object-fit:cover}.premium-product__hero-gradient{position:absolute;inset:45% 0 0;background:linear-gradient(transparent,rgba(0,0,0,.48))}.premium-product__badge{position:absolute;left:20px;bottom:18px;padding:9px 13px;border-radius:999px;background:rgba(20,22,26,.78);backdrop-filter:blur(9px);color:#fff;font-size:12px;font-weight:850;display:flex;gap:7px;align-items:center}.premium-product__intro{padding:25px 26px 20px;border-bottom:1px solid #eceef1}.premium-product__eyebrow{font-size:10px;text-transform:uppercase;letter-spacing:.9px;color:#8a8e96;font-weight:850}.premium-product__intro h2{font-size:27px;line-height:1.2;letter-spacing:-.65px;margin:5px 0 8px;font-weight:950;color:#17191d}.premium-product__intro p{font-size:14px;color:#696e77;line-height:1.55;margin:0 0 15px}.premium-product__base-price{display:flex;align-items:baseline;gap:8px}.premium-product__base-price small{color:#8c9097;font-size:11px;text-transform:uppercase;letter-spacing:.5px}.premium-product__base-price strong{font-size:21px;color:#17191d}.premium-product__options{padding:0 26px}.option-group{padding:24px 0;border-bottom:1px solid #eceef1}.option-group__heading{display:flex;align-items:flex-start;justify-content:space-between;gap:15px;margin-bottom:5px}.option-group__heading small{display:block;color:#92969d;font-size:10px;text-transform:uppercase;letter-spacing:.7px;font-weight:800}.option-group__heading h3{font-size:18px;margin:2px 0 0;color:#202226;font-weight:900}.option-tag{white-space:nowrap;border-radius:999px;background:#f0f1f3;color:#686d75;padding:6px 9px;font-size:10px;font-weight:850;text-transform:uppercase;letter-spacing:.35px}.option-tag--required{background:#fff0ee;color:#d33b2e}.option-group__help{font-size:12px;color:#8a8e95;margin:0 0 13px}.option-limit-message{font-size:12px;color:#d32f2f;font-weight:750;min-height:2px;margin-bottom:2px}.option-list{display:flex;flex-direction:column;gap:9px}.option-item{margin:0!important;display:grid;grid-template-columns:24px 1fr auto;align-items:center;gap:11px;padding:13px 14px;border:1px solid #e3e5e9;border-radius:15px;cursor:pointer;transition:.18s;background:#fff}.option-item:hover{border-color:#cdd1d7;background:#fafafb}.option-item:has(input:checked){border-color:var(--store-primary);box-shadow:0 0 0 1px var(--store-primary);background:#fffafa}.option-item input{position:absolute;opacity:0;pointer-events:none}.option-item__control{width:21px;height:21px;border-radius:6px;border:2px solid #c4c8ce;display:grid;place-items:center}.option-item input[type=radio]+.option-item__control{border-radius:50%}.option-item input:checked+.option-item__control{background:var(--store-primary);border-color:var(--store-primary)}.option-item input:checked+.option-item__control:after{content:'✓';color:#fff;font-size:12px;font-weight:950}.option-item input[type=radio]:checked+.option-item__control:after{content:'';width:7px;height:7px;border-radius:50%;background:#fff}.option-item__text{min-width:0;display:flex;flex-direction:column}.option-item__text strong{font-size:14px;color:#292c31}.option-item__text small{font-size:11px;color:#8b8f96;line-height:1.35;margin-top:2px}.option-item>b{font-size:12px;color:#51555d;white-space:nowrap}.premium-note{width:100%;border:1px solid #dfe2e7;border-radius:15px;padding:13px 14px;font:inherit;font-size:14px;resize:vertical;outline:none}.premium-note:focus{border-color:var(--store-primary);box-shadow:0 0 0 3px rgba(239,63,47,.1)}.premium-note-counter{display:block;color:#9a9da3;text-align:right;margin-top:5px}.premium-product__footer{position:sticky;bottom:0;z-index:4;display:grid;grid-template-columns:124px 1fr;gap:12px;padding:15px 26px 18px;background:rgba(255,255,255,.96);backdrop-filter:blur(12px);border-top:1px solid #e8eaee;box-shadow:0 -10px 25px rgba(20,24,35,.05)}.premium-qty{height:53px;border:1px solid #dfe2e6;border-radius:16px;display:grid;grid-template-columns:38px 1fr 38px;align-items:center}.premium-qty__button{height:100%;border:0;background:transparent;color:#26292e;cursor:pointer}.premium-qty input{width:100%;border:0;text-align:center;font-weight:900;font-size:15px;outline:none;-moz-appearance:textfield}.premium-qty input::-webkit-inner-spin-button{display:none}.premium-add-button{height:53px;border:0;border-radius:16px;background:#17191d!important;color:#fff!important;padding:0 17px;display:flex;align-items:center;justify-content:space-between;gap:15px;font-weight:900;cursor:pointer;box-shadow:0 10px 25px rgba(23,25,29,.2)}.premium-add-button:hover{background:var(--store-primary)!important}.premium-add-button span{display:flex;align-items:center;gap:9px}.premium-add-button strong{font-size:14px}.premium-add-button:disabled{opacity:.68;cursor:wait}
@media(max-width:720px){#visulUsuarioModal .modal-dialog{margin:0;max-width:none;min-height:100%;display:flex;align-items:flex-end}#visulUsuarioModal .modal-content{width:100%;max-height:96vh;border-radius:25px 25px 0 0}#visulUsuarioModal .modal-body{max-height:96vh}.premium-product__hero{height:245px}.premium-product__intro{padding:21px 18px 17px}.premium-product__intro h2{font-size:23px}.premium-product__options{padding:0 18px}.option-group{padding:20px 0}.option-item{padding:12px 11px}.premium-product__footer{grid-template-columns:108px 1fr;padding:12px 14px calc(12px + env(safe-area-inset-bottom))}.premium-add-button{padding:0 13px}.premium-add-button span{font-size:13px}.premium-add-button strong{font-size:12px}}
@media(max-width:390px){.premium-product__footer{grid-template-columns:100px 1fr;gap:8px}.premium-add-button span i{display:none}.premium-product__hero{height:215px}.option-item{grid-template-columns:22px 1fr auto;gap:8px}.option-item>b{font-size:11px}}

/* Premium 2026 — Parte 3: checkout */
.checkout-premium{padding:28px 0 90px;background:#f6f7f9;min-height:70vh;color:#17191d}.checkout-topbar{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:20px;margin-bottom:24px}.checkout-topbar>div{text-align:center}.checkout-kicker{display:block;font-size:11px;letter-spacing:.14em;text-transform:uppercase;font-weight:800;color:#858a93}.checkout-topbar h1{margin:2px 0 0;font-size:30px;font-weight:900}.checkout-back,.checkout-secure{display:inline-flex;align-items:center;gap:9px;font-weight:800;color:#25282d}.checkout-back:hover{color:#000}.checkout-secure{justify-self:end;color:#68707c;font-size:13px}.checkout-layout{display:grid;grid-template-columns:minmax(0,1fr) 380px;gap:24px;align-items:start}.checkout-content{display:grid;gap:18px}.checkout-card,.checkout-summary__card{background:#fff;border:1px solid #e8e9ed;border-radius:22px;box-shadow:0 12px 35px rgba(20,24,32,.06)}.checkout-card{padding:24px}.checkout-card__head{display:flex;gap:14px;align-items:flex-start;margin-bottom:22px}.checkout-card__head h2{font-size:20px;margin:0 0 4px;font-weight:900}.checkout-card__head p{margin:0;color:#777d87}.checkout-step{flex:0 0 38px;height:38px;border-radius:12px;background:#17191d;color:#fff;display:grid;place-items:center;font-weight:900}.checkout-grid{display:grid;gap:16px}.checkout-grid--2{grid-template-columns:repeat(2,minmax(0,1fr))}.checkout-field{display:flex;flex-direction:column;gap:8px;margin:0}.checkout-field--full{grid-column:1/-1}.checkout-field>span{font-size:13px;font-weight:800;color:#33363c}.checkout-field b{color:#e63946}.checkout-field input,.checkout-field select{width:100%;height:50px;border:1px solid #dfe2e7;border-radius:13px;padding:0 14px;background:#fff;color:#17191d;font-size:15px;outline:none;transition:.2s}.checkout-field input:focus,.checkout-field select:focus{border-color:#17191d;box-shadow:0 0 0 3px rgba(23,25,29,.08)}.checkout-field small{color:#8a9099}.checkout-field.is-disabled{opacity:.45}.checkout-empty{display:flex;align-items:center;gap:14px;padding:18px;border-radius:15px;background:#f7f7f8;color:#747983}.checkout-empty i{font-size:25px}.checkout-empty strong,.checkout-empty span{display:block}.checkout-summary{position:sticky;top:90px}.checkout-summary__card{padding:22px}.checkout-summary__head{display:flex;justify-content:space-between;align-items:center;padding-bottom:18px;border-bottom:1px solid #eceef1}.checkout-summary__head span,.checkout-summary__head strong{display:block}.checkout-summary__head span{font-size:18px;font-weight:900}.checkout-summary__head strong{font-size:12px;color:#858a93;margin-top:3px}.checkout-summary__head i{font-size:22px}.checkout-time{display:flex;align-items:center;gap:12px;margin:18px 0;padding:14px;border-radius:14px;background:#f5f6f7}.checkout-time i{font-size:22px}.checkout-time span,.checkout-time strong{display:block}.checkout-time span{font-size:12px;color:#7c828c}.checkout-free{padding:12px 14px;border-radius:12px;background:#eaf8ef;color:#17813c;font-weight:800;font-size:13px}.checkout-totals{display:grid;gap:13px;margin:20px 0}.checkout-totals>div{display:flex;justify-content:space-between;gap:16px;color:#666c75}.checkout-totals strong{color:#292c31}.checkout-total{padding-top:16px;border-top:1px solid #e8eaed;font-size:20px!important;color:#17191d!important}.checkout-total strong{font-size:23px}.checkout-submit{width:100%;min-height:58px;border:0;border-radius:15px;background:#17191d!important;color:#fff!important;display:grid;grid-template-columns:1fr auto auto;align-items:center;gap:12px;padding:0 18px;font-weight:900;cursor:pointer;transition:.2s}.checkout-submit:hover{transform:translateY(-1px);box-shadow:0 12px 24px rgba(0,0,0,.16)}.checkout-submit:disabled{opacity:.45;cursor:not-allowed;transform:none}.checkout-submit span{text-align:left}.checkout-terms{text-align:center;color:#858a93;font-size:11px;margin:13px 0 0}.checkout-alert{display:flex;align-items:center;gap:12px;padding:15px 17px;border-radius:15px;margin-bottom:18px}.checkout-alert--warning{background:#fff4df;color:#8a5900}.checkout-alert i{font-size:22px}.checkout-alert strong,.checkout-alert span{display:block}.checkout-card--highlight{background:linear-gradient(135deg,#fff,#f4f7f9)}.pickup-time{font-size:30px;font-weight:900;padding:5px 0 5px 52px}
@media(max-width:991px){.checkout-layout{grid-template-columns:1fr}.checkout-summary{position:static}.checkout-topbar{grid-template-columns:auto 1fr}.checkout-topbar>div{text-align:left}.checkout-secure{display:none}.checkout-summary__card{margin-bottom:20px}}@media(max-width:600px){.checkout-premium{padding:16px 0 105px}.checkout-topbar h1{font-size:23px}.checkout-back span{display:none}.checkout-card{padding:18px;border-radius:18px}.checkout-grid--2{grid-template-columns:1fr}.checkout-card__head h2{font-size:18px}.checkout-summary__card{border-radius:18px}.checkout-submit{position:fixed;left:12px;right:12px;bottom:12px;width:calc(100% - 24px);z-index:1050;box-shadow:0 14px 40px rgba(0,0,0,.26)}.pickup-time{padding-left:0;font-size:26px}}


/* Premium 2026 - Parte 4: confirmação e acompanhamento */
.order-success-wrap,.tracking-wrap{max-width:1120px;margin:28px auto 110px;padding:0 16px}.order-success-card,.tracking-card{background:#fff;border:1px solid #e8e8ec;border-radius:28px;box-shadow:0 20px 60px rgba(18,24,40,.10);overflow:hidden}.order-success-hero{padding:38px 28px;text-align:center;background:linear-gradient(145deg,#f7fff9,#fff)}.success-icon{width:82px;height:82px;margin:0 auto 18px;border-radius:50%;display:grid;place-items:center;background:#e9f9ef;color:#159447;font-size:38px;box-shadow:0 10px 30px rgba(21,148,71,.16)}.order-success-hero h2{font-size:clamp(26px,4vw,40px);font-weight:900;color:#16181d;margin:0 0 8px}.order-success-hero p{color:#686d78;margin:0}.order-number{display:inline-flex;gap:8px;align-items:center;margin-top:18px;padding:11px 18px;border-radius:999px;background:#17191f;color:#fff;font-weight:800;letter-spacing:.3px}.order-success-grid{display:grid;grid-template-columns:1.3fr .7fr;gap:0}.order-success-section{padding:26px 28px;border-top:1px solid #ececf0}.order-success-section+ .order-success-section{border-left:1px solid #ececf0}.order-details-list{display:grid;gap:12px}.order-detail{display:flex;justify-content:space-between;gap:20px;color:#626773}.order-detail strong{color:#17191f;text-align:right}.order-actions{display:grid;gap:12px;margin-top:20px}.premium-action{border:0;border-radius:15px;padding:15px 18px;font-weight:850;text-align:center;text-decoration:none!important;display:flex;align-items:center;justify-content:center;gap:9px;cursor:pointer}.premium-action--primary{background:#17191f;color:#fff!important}.premium-action--whatsapp{background:#1fbf62;color:#fff!important}.premium-action--soft{background:#f1f2f5;color:#222!important}.tracking-head{padding:28px;border-bottom:1px solid #ececf0;display:flex;justify-content:space-between;align-items:center;gap:18px}.tracking-head h2{margin:0;font-size:26px;font-weight:900}.tracking-status-pill{padding:9px 14px;border-radius:999px;font-weight:800;background:#fff3d9;color:#9a6500}.tracking-body{padding:28px}.tracking-timeline{display:grid;grid-template-columns:repeat(4,1fr);position:relative;margin:16px 0 34px}.tracking-timeline:before{content:'';position:absolute;left:8%;right:8%;top:22px;height:4px;background:#e8e9ed}.tracking-step{position:relative;text-align:center;z-index:1;color:#979ba4}.tracking-step__icon{width:48px;height:48px;margin:0 auto 10px;border-radius:50%;display:grid;place-items:center;background:#eceef2;border:4px solid #fff;box-shadow:0 0 0 1px #e1e3e8;font-size:18px}.tracking-step.is-active,.tracking-step.is-done{color:#17191f;font-weight:800}.tracking-step.is-active .tracking-step__icon,.tracking-step.is-done .tracking-step__icon{background:var(--store-primary,#ef3f2f);color:#fff;box-shadow:0 0 0 1px var(--store-primary,#ef3f2f)}.tracking-step.is-done .tracking-step__icon{background:#1daf5c}.tracking-info-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px}.tracking-info-box{padding:18px;border-radius:18px;background:#f7f7f9}.tracking-info-box span{display:block;color:#7a7f89;font-size:13px;margin-bottom:5px}.tracking-info-box strong{font-size:16px;color:#191b20}.tracking-products{margin-top:22px;border-top:1px solid #ececf0;padding-top:22px}.tracking-product{display:flex;justify-content:space-between;gap:18px;padding:12px 0;border-bottom:1px dashed #e4e5e9}.tracking-product:last-child{border:0}.tracking-product small{display:block;color:#7c8088}.tracking-total{display:flex;justify-content:space-between;font-size:20px;font-weight:900;padding-top:17px}.tracking-refresh{font-size:13px;color:#858a94;margin-top:15px;text-align:center}.status-cancelled{background:#fff0f0!important;color:#c52828!important}.status-finished{background:#eaf9ef!important;color:#14783a!important}@media(max-width:760px){.order-success-grid,.tracking-info-grid{grid-template-columns:1fr}.order-success-section+ .order-success-section{border-left:0}.tracking-head{align-items:flex-start;flex-direction:column}.tracking-timeline{grid-template-columns:1fr;gap:10px;margin-left:8px}.tracking-timeline:before{left:23px;right:auto;top:24px;bottom:24px;width:4px;height:auto}.tracking-step{text-align:left;display:flex;align-items:center;gap:12px}.tracking-step__icon{margin:0;flex:0 0 48px}.order-success-wrap,.tracking-wrap{margin-top:16px}.order-success-section,.tracking-body,.tracking-head{padding:21px}}

.customer-orders-wrap{max-width:1180px;margin:0 auto;padding:34px 18px 80px}.customer-orders-hero{display:flex;align-items:center;gap:18px;background:linear-gradient(135deg,#101828,#344054);color:#fff;border-radius:24px;padding:28px;box-shadow:0 18px 45px rgba(16,24,40,.18)}.customer-orders-icon{width:58px;height:58px;border-radius:18px;background:#7f56d9;display:grid;place-items:center;font-size:23px}.customer-orders-hero small,.customer-list-head small{font-size:10px;letter-spacing:.14em;font-weight:900;color:#c4b5fd}.customer-orders-hero h1{margin:4px 0;font-size:30px}.customer-orders-hero p{margin:0;color:#d0d5dd}.customer-login-card,.customer-orders-list{background:#fff;border:1px solid #eaecf0;border-radius:22px;padding:24px;margin-top:18px;box-shadow:0 8px 26px rgba(16,24,40,.06)}.customer-phone-form label{display:block;font-weight:800;margin-bottom:8px}.customer-phone-form>div{display:flex;gap:10px}.customer-phone-form input{flex:1;height:50px;border:1px solid #d0d5dd;border-radius:12px;padding:0 15px;font-size:15px}.customer-phone-form button,.customer-list-head>a,.customer-order-card footer a,.customer-order-card footer button{border:0;border-radius:11px;background:#101828;color:#fff;padding:0 18px;height:46px;font-weight:800;display:inline-flex;align-items:center;justify-content:center;gap:8px;text-decoration:none;cursor:pointer}.customer-error{color:#b42318;font-weight:700}.customer-list-head{display:flex;align-items:center;justify-content:space-between;gap:15px}.customer-list-head h2{margin:4px 0 0}.customer-order-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;margin-top:20px}.customer-order-card{border:1px solid #eaecf0;border-radius:17px;padding:18px;background:#fcfcfd}.customer-order-card header{display:flex;justify-content:space-between;gap:10px}.customer-order-card header small,.customer-order-info small{display:block;color:#98a2b3;font-size:10px;text-transform:uppercase;font-weight:800}.customer-order-card header strong{font-size:18px}.customer-status{font-size:11px;font-weight:850;padding:7px 9px;border-radius:999px;background:#f2f4f7}.customer-status.status-3,.customer-status.status-4{background:#ecfdf3;color:#027a48}.customer-status.status-5{background:#eef4ff;color:#3538cd}.customer-status.status-6{background:#fef3f2;color:#b42318}.customer-order-info{display:grid;grid-template-columns:repeat(2,1fr);gap:12px;margin:18px 0}.customer-order-info span{border:1px solid #f2f4f7;border-radius:10px;padding:10px}.customer-order-info b{display:block;margin-top:4px}.customer-order-card footer{display:flex;gap:8px}.customer-order-card footer form{flex:1;margin:0}.customer-order-card footer a,.customer-order-card footer button{width:100%;height:40px;font-size:12px}.customer-order-card footer button{background:#7f56d9}.customer-empty{text-align:center;padding:50px 15px;color:#667085}.customer-empty i{font-size:36px;color:#cbd5e1}@media(max-width:700px){.customer-orders-hero{padding:22px}.customer-orders-hero h1{font-size:24px}.customer-phone-form>div{flex-direction:column}.customer-phone-form button{width:100%}.customer-order-grid{grid-template-columns:1fr}.customer-list-head{align-items:flex-start;flex-direction:column}.customer-list-head>a{width:100%}.customer-order-card footer{flex-direction:column}}
.customer-orders-shortcut{position:fixed;right:18px;bottom:88px;z-index:850;background:#fff;color:#101828;border:1px solid #eaecf0;border-radius:999px;padding:11px 15px;display:flex;gap:8px;align-items:center;text-decoration:none;font-weight:850;box-shadow:0 10px 28px rgba(16,24,40,.14)}@media(max-width:600px){.customer-orders-shortcut{right:12px;bottom:80px;padding:10px 12px}.customer-orders-shortcut span{display:none}}


/* Premium 2026 - identificação segura do entregador */
.premium-action--driver{background:#eef2ff;color:#3730a3!important}.premium-action--driver:hover{background:#e0e7ff}.driver-modal{position:fixed;inset:0;z-index:2500;display:none;align-items:center;justify-content:center;padding:18px}.driver-modal.is-open{display:flex}.driver-modal__backdrop{position:absolute;inset:0;border:0;background:rgba(11,18,32,.62);backdrop-filter:blur(8px)}.driver-card{position:relative;z-index:1;width:min(520px,100%);background:#fff;border-radius:28px;padding:26px;box-shadow:0 30px 90px rgba(15,23,42,.34);animation:driverIn .22s ease}.driver-card__close{position:absolute;right:16px;top:16px;width:38px;height:38px;border:0;border-radius:12px;background:#f2f4f7;cursor:pointer}.driver-card__verified{display:inline-flex;align-items:center;gap:7px;background:#ecfdf3;color:#027a48;border-radius:999px;padding:8px 11px;font-size:11px;font-weight:850;margin-bottom:20px}.driver-card__profile{display:flex;gap:16px;align-items:center}.driver-card__photo{width:88px;height:88px;border-radius:24px;overflow:hidden;background:#111827;color:#fff;display:grid;place-items:center;font-size:30px;flex:0 0 88px}.driver-card__photo img{width:100%;height:100%;object-fit:cover}.driver-card__profile small{font-size:10px;letter-spacing:.12em;color:#7c3aed;font-weight:900}.driver-card__profile h3{font-size:28px;margin:3px 0}.driver-card__profile p{margin:0;color:#667085}.driver-card__grid{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-top:22px}.driver-card__grid>div{padding:14px;border:1px solid #eaecf0;border-radius:15px;background:#fcfcfd}.driver-card__grid span{display:block;color:#667085;font-size:11px;margin-bottom:5px}.driver-card__grid strong{font-size:14px;color:#101828}.driver-card__actions{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-top:18px}.driver-card__actions a{height:48px;border-radius:14px;display:flex;align-items:center;justify-content:center;gap:8px;background:#111827;color:#fff;text-decoration:none;font-weight:850}.driver-card__actions a:last-child{background:#16a34a}.driver-card__privacy{font-size:11px;color:#667085;text-align:center;margin:17px 0 0}@keyframes driverIn{from{opacity:0;transform:translateY(14px) scale(.98)}to{opacity:1;transform:none}}@media(max-width:600px){.driver-modal{align-items:flex-end;padding:0}.driver-card{border-radius:26px 26px 0 0;padding:22px 18px calc(22px + env(safe-area-inset-bottom));max-height:92vh;overflow:auto}.driver-card__grid{grid-template-columns:1fr}.driver-card__photo{width:74px;height:74px;flex-basis:74px}.driver-card__profile h3{font-size:24px}}


/* Área segura do cliente */
.account-page{max-width:1180px;margin:0 auto;padding:28px 18px 70px}.account-hero{display:flex;justify-content:space-between;gap:20px;align-items:center;background:linear-gradient(135deg,#111827,#1f2937);color:#fff;padding:30px;border-radius:24px;margin-bottom:22px}.account-hero small,.account-orders-head small{font-weight:800;letter-spacing:.12em;opacity:.72}.account-hero h1{margin:5px 0 7px;font-size:clamp(1.6rem,4vw,2.5rem)}.account-hero p{margin:0;color:#d1d5db}.account-logout{color:#fff;border:1px solid rgba(255,255,255,.25);padding:11px 15px;border-radius:12px}.account-auth{max-width:760px;margin:auto;background:#fff;border:1px solid #e5e7eb;border-radius:22px;padding:22px;box-shadow:0 18px 50px rgba(15,23,42,.08)}.account-tabs{display:grid;grid-template-columns:1fr 1fr;background:#f3f4f6;padding:5px;border-radius:14px;margin-bottom:20px}.account-tabs button{border:0;background:transparent;padding:12px;border-radius:10px;font-weight:800}.account-tabs button.is-active{background:#fff;box-shadow:0 5px 15px rgba(0,0,0,.08)}.account-form{display:none}.account-form.is-active{display:block}.account-form label{display:block;margin-bottom:14px}.account-form label>span{display:block;font-size:.83rem;font-weight:800;margin-bottom:6px;color:#374151}.account-form input{width:100%;height:48px;border:1px solid #d1d5db;border-radius:12px;padding:0 14px;font-size:16px}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:0 14px}.password-wrap{position:relative}.password-wrap button{position:absolute;right:6px;top:6px;width:36px;height:36px;border:0;background:#f3f4f6;border-radius:9px}.account-submit{width:100%;border:0;border-radius:13px;background:#111827;color:#fff;padding:14px;font-weight:900;font-size:1rem}.account-alert{padding:13px 15px;border-radius:12px;margin-bottom:16px}.account-alert--error{background:#fff1f2;color:#be123c;border:1px solid #fecdd3}.account-privacy{text-align:center;color:#6b7280;font-size:.82rem}.account-summary{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;margin-bottom:22px}.account-summary>div{background:#fff;border:1px solid #e5e7eb;border-radius:18px;padding:18px}.account-summary span{display:block;color:#6b7280;font-size:.82rem}.account-summary strong{display:block;margin-top:6px;font-size:1.2rem}.account-orders{background:#fff;border:1px solid #e5e7eb;border-radius:22px;padding:22px}.account-orders-head{display:flex;justify-content:space-between;align-items:center;margin-bottom:18px}.account-orders-head h2{margin:3px 0}.account-orders-head>a{background:#111827;color:#fff;padding:11px 14px;border-radius:11px}.account-order-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:14px}.account-order-card{border:1px solid #e5e7eb;border-radius:17px;padding:16px}.account-order-card header,.account-order-card footer{display:flex;justify-content:space-between;gap:12px;align-items:center}.account-order-card header small{display:block;color:#6b7280}.account-order-card header strong{font-size:1.15rem}.account-order-meta{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin:16px 0;padding:13px;background:#f9fafb;border-radius:12px}.account-order-meta small{display:block;color:#6b7280}.account-order-card footer a,.account-order-card footer button{border:0;background:#f3f4f6;color:#111827;border-radius:10px;padding:9px 12px;font-weight:800}.checkout-account-note{grid-column:1/-1;background:#eff6ff;border:1px solid #bfdbfe;color:#1e40af;padding:11px 13px;border-radius:12px;font-size:.84rem}.tracking-account-cta{margin-top:18px;background:#f0fdf4;border:1px solid #bbf7d0;border-radius:15px;padding:15px;display:flex;justify-content:space-between;align-items:center;gap:12px}.tracking-account-cta a{background:#166534;color:#fff;padding:10px 13px;border-radius:10px;font-weight:800}
@media(max-width:760px){.account-hero{align-items:flex-start;flex-direction:column}.form-grid,.account-summary,.account-order-grid{grid-template-columns:1fr}.account-order-meta{grid-template-columns:1fr 1fr}.tracking-account-cta{align-items:flex-start;flex-direction:column}.account-orders{padding:15px}.account-order-card footer{align-items:stretch;flex-direction:column}.account-order-card footer form,.account-order-card footer button,.account-order-card footer a{width:100%;text-align:center}}


/* Área do Cliente Premium 2026 — perfil, pedidos e múltiplos endereços */
.customer-hub{max-width:1180px;margin:0 auto;padding:28px 18px 80px}.customer-hub-hero{position:relative;overflow:hidden;display:flex;align-items:center;justify-content:space-between;gap:24px;padding:30px;border-radius:28px;background:linear-gradient(135deg,#0f172a 0%,#1e293b 55%,#0f766e 150%);color:#fff;box-shadow:0 24px 65px rgba(15,23,42,.18);margin-bottom:18px}.customer-hub-hero:after{content:"";position:absolute;width:230px;height:230px;border-radius:50%;right:-70px;top:-100px;background:rgba(255,255,255,.08)}.customer-hub-brand{display:flex;align-items:center;gap:18px;position:relative;z-index:1}.customer-hub-icon{display:grid;place-items:center;width:62px;height:62px;border-radius:20px;background:rgba(255,255,255,.13);font-size:28px;backdrop-filter:blur(8px)}.customer-hub-hero small{font-size:.72rem;font-weight:900;letter-spacing:.16em;color:#99f6e4}.customer-hub-hero h1{margin:4px 0 5px;font-size:clamp(1.65rem,4vw,2.5rem)}.customer-hub-hero p{margin:0;color:#cbd5e1}.customer-hub-logout{position:relative;z-index:1;display:inline-flex;align-items:center;gap:8px;padding:11px 15px;border:1px solid rgba(255,255,255,.25);border-radius:13px;color:#fff;font-weight:800}.customer-hub-nav{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;background:#fff;border:1px solid #e2e8f0;border-radius:18px;padding:7px;margin-bottom:18px;box-shadow:0 10px 30px rgba(15,23,42,.05)}.customer-hub-nav a{position:relative;display:flex;justify-content:center;align-items:center;gap:9px;min-height:48px;border-radius:13px;color:#64748b;font-weight:800}.customer-hub-nav a.active{background:#0f172a;color:#fff}.customer-hub-nav b{display:grid;place-items:center;min-width:22px;height:22px;padding:0 6px;border-radius:99px;background:#14b8a6;color:#fff;font-size:.72rem}.customer-hub-alert{padding:14px 16px;border-radius:14px;margin-bottom:16px;font-weight:700}.customer-hub-alert.error{background:#fff1f2;border:1px solid #fecdd3;color:#be123c}.customer-hub-alert.success{background:#ecfdf5;border:1px solid #a7f3d0;color:#047857}.customer-auth-card{display:grid;grid-template-columns:.85fr 1.15fr;max-width:960px;margin:auto;background:#fff;border:1px solid #e2e8f0;border-radius:28px;overflow:hidden;box-shadow:0 24px 70px rgba(15,23,42,.1)}.customer-auth-side{background:linear-gradient(145deg,#0f172a,#134e4a);color:#fff;padding:40px}.customer-auth-side>i{font-size:38px;color:#5eead4}.customer-auth-side h2{font-size:2rem;margin:18px 0 8px}.customer-auth-side p{color:#cbd5e1;line-height:1.6}.customer-auth-side ul{padding:0;margin:25px 0 0;list-style:none}.customer-auth-side li{margin:12px 0}.customer-auth-side li i{color:#5eead4;margin-right:8px}.customer-auth-main{padding:30px}.customer-dashboard-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;margin-bottom:18px}.customer-dashboard-stats>div{display:grid;grid-template-columns:44px 1fr;grid-template-rows:auto auto;column-gap:12px;align-items:center;background:#fff;border:1px solid #e2e8f0;border-radius:18px;padding:16px}.customer-dashboard-stats i{grid-row:1/3;display:grid;place-items:center;width:44px;height:44px;border-radius:14px;background:#ecfeff;color:#0f766e}.customer-dashboard-stats span{font-size:.78rem;color:#64748b;font-weight:700}.customer-dashboard-stats strong{font-size:1.18rem;color:#0f172a}.customer-settings-grid{display:grid;grid-template-columns:1.2fr .8fr;gap:18px}.customer-panel,.customer-address-list,.customer-address-form-panel{background:#fff;border:1px solid #e2e8f0;border-radius:22px;padding:22px;box-shadow:0 12px 35px rgba(15,23,42,.05)}.customer-panel-head{display:flex;align-items:center;gap:13px;margin-bottom:20px}.customer-panel-head>i{display:grid;place-items:center;width:46px;height:46px;border-radius:15px;background:#ecfeff;color:#0f766e;font-size:19px}.customer-panel-head h2{font-size:1.22rem;margin:0 0 3px;color:#0f172a}.customer-panel-head p{margin:0;color:#64748b;font-size:.86rem}.customer-modern-form{display:grid;gap:14px}.customer-modern-form label>span{display:block;margin-bottom:6px;font-size:.82rem;font-weight:800;color:#334155}.customer-modern-form input,.customer-modern-form select{width:100%;height:49px;border:1px solid #cbd5e1;border-radius:13px;padding:0 14px;background:#fff;font-size:15px;outline:none;transition:.2s}.customer-modern-form input:focus,.customer-modern-form select:focus{border-color:#14b8a6;box-shadow:0 0 0 4px rgba(20,184,166,.1)}.customer-modern-form input:disabled{background:#f1f5f9;color:#64748b}.customer-modern-form small{display:block;margin-top:5px;color:#64748b}.customer-form-row{display:grid;grid-template-columns:1fr 1fr;gap:12px}.customer-primary-btn,.customer-secondary-btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;border:0;border-radius:13px;min-height:46px;padding:0 17px;font-weight:900;cursor:pointer}.customer-primary-btn{background:#0f172a;color:#fff}.customer-secondary-btn{background:#0f766e;color:#fff}.customer-address-layout{display:grid;grid-template-columns:1.4fr .6fr;gap:18px;align-items:start}.customer-address-form-panel{position:sticky;top:90px}.customer-address-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:13px}.customer-address-card{position:relative;border:1px solid #e2e8f0;border-radius:18px;padding:17px;background:#fff;transition:.2s}.customer-address-card:hover{transform:translateY(-2px);box-shadow:0 12px 28px rgba(15,23,42,.08)}.customer-address-card.principal{border-color:#5eead4;background:linear-gradient(180deg,#f0fdfa,#fff)}.customer-address-badge{display:inline-flex;align-items:center;gap:6px;padding:6px 9px;border-radius:999px;background:#f1f5f9;color:#475569;font-size:.7rem;font-weight:900;text-transform:uppercase}.customer-address-card.principal .customer-address-badge{background:#ccfbf1;color:#0f766e}.customer-address-card h3{margin:13px 0 5px;color:#0f172a}.customer-address-card p{margin:0 0 4px;font-weight:800;color:#334155}.customer-address-card>span{display:block;color:#64748b;font-size:.82rem;line-height:1.45}.customer-address-actions{display:flex;align-items:center;gap:7px;margin-top:15px;flex-wrap:wrap}.customer-address-actions form{margin:0}.customer-address-actions button{border:0;background:#f1f5f9;color:#334155;border-radius:9px;padding:8px 10px;font-weight:800;cursor:pointer}.customer-address-actions button.danger{color:#be123c;background:#fff1f2}.checkout-saved-addresses{grid-column:1/-1}.checkout-saved-addresses>span{display:block;font-size:.83rem;font-weight:900;color:#334155;margin-bottom:8px}.checkout-address-choice{display:grid;grid-template-columns:repeat(2,1fr);gap:9px}.checkout-address-option{position:relative;display:block!important;margin:0!important}.checkout-address-option input{position:absolute;opacity:0}.checkout-address-option div{height:100%;border:1px solid #e2e8f0;border-radius:14px;padding:12px;background:#fff;cursor:pointer}.checkout-address-option input:checked+div{border-color:#14b8a6;background:#f0fdfa;box-shadow:0 0 0 3px rgba(20,184,166,.1)}.checkout-address-option strong{display:block;color:#0f172a;margin-bottom:3px}.checkout-address-option small{display:block;color:#64748b}.checkout-save-address{grid-column:1/-1;display:flex!important;align-items:center;gap:9px;background:#f8fafc;border:1px solid #e2e8f0;padding:11px 13px;border-radius:12px}.checkout-save-address input{width:18px!important;height:18px!important}.checkout-save-address span{margin:0!important}.checkout-address-name{grid-column:1/-1}.checkout-address-name input{max-width:260px}
@media(max-width:900px){.customer-auth-card,.customer-settings-grid,.customer-address-layout{grid-template-columns:1fr}.customer-address-form-panel{position:static}.customer-address-grid{grid-template-columns:1fr 1fr}}
@media(max-width:680px){.customer-hub{padding:16px 10px 70px}.customer-hub-hero{padding:21px;border-radius:21px;align-items:flex-start}.customer-hub-brand{align-items:flex-start}.customer-hub-icon{width:48px;height:48px;border-radius:15px;font-size:21px}.customer-hub-hero p{font-size:.85rem}.customer-hub-logout{padding:9px 11px;font-size:.8rem}.customer-hub-nav{position:sticky;top:6px;z-index:20}.customer-hub-nav a{flex-direction:column;gap:3px;font-size:.7rem;min-height:55px}.customer-hub-nav i{font-size:17px}.customer-dashboard-stats{grid-template-columns:1fr}.customer-auth-side{display:none}.customer-auth-main{padding:20px}.customer-address-grid,.checkout-address-choice{grid-template-columns:1fr}.customer-form-row{grid-template-columns:1fr}.customer-panel,.customer-address-list,.customer-address-form-panel{padding:16px;border-radius:18px}.account-orders-head{align-items:flex-start;gap:10px}.account-orders-head .customer-primary-btn{font-size:.76rem;padding:0 11px}}


/* Topo da loja — capa ampla com cartão sobreposto (Premium 2026) */
.store-cover-shell{padding:20px 0 64px;background:#fff;position:relative}.store-cover{height:300px;border-radius:22px;background-size:cover;background-position:center;box-shadow:0 14px 38px rgba(15,23,42,.09);position:relative;overflow:hidden}.store-cover:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(0,0,0,.08),transparent 48%,rgba(0,0,0,.08))}.store-profile-card{position:relative;z-index:4;width:min(620px,calc(100% - 42px));min-height:126px;margin:-86px auto 0;background:#fff;border:1px solid #e5e7eb;border-radius:20px;box-shadow:0 18px 42px rgba(15,23,42,.13);display:flex;align-items:center;gap:18px;padding:18px 20px}.store-profile-logo{width:88px;height:88px;flex:0 0 88px;object-fit:cover;border-radius:50%;border:5px solid #fff;background:#fff;box-shadow:0 8px 24px rgba(15,23,42,.17)}.store-profile-main{min-width:0;flex:1}.store-profile-title-row{display:flex;align-items:flex-start;justify-content:space-between;gap:12px}.store-profile-title-row h1{font-size:22px;line-height:1.2;margin:0 0 7px;color:#171717;font-weight:900;letter-spacing:-.35px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.store-status{display:inline-flex;align-items:center;gap:7px;font-size:13px;font-weight:900}.store-status i{font-size:8px}.store-status--open{color:#16a34a}.store-status--closed{color:#dc2626}.store-profile-arrow{width:38px;height:38px;display:grid;place-items:center;border:0;background:transparent;color:var(--store-primary);font-size:27px;cursor:pointer;border-radius:11px;flex:0 0 auto}.store-profile-arrow:hover{background:#f3f4f6}.store-profile-badges{display:flex;flex-wrap:wrap;gap:8px;margin-top:13px}.store-profile-badges span,.store-profile-badges a{display:inline-flex;align-items:center;gap:6px;min-height:30px;padding:6px 10px;border-radius:999px;background:#f3f4f6;color:#50545b;font-size:11px;font-weight:850;text-decoration:none;white-space:nowrap}.store-profile-badges i{color:#666b73}.store-profile-badges a:hover{background:#e9eaed;color:#171717}.store-profile-badges span:first-child i{color:var(--store-primary)}
@media(max-width:991px){.store-cover-shell{padding-top:14px}.store-cover{height:260px;border-radius:20px}.store-profile-card{width:min(600px,calc(100% - 32px));margin-top:-76px}}
@media(max-width:600px){.store-cover-shell{padding:8px 0 52px}.store-cover-shell>.container{padding-left:10px;padding-right:10px}.store-cover{height:205px;border-radius:17px}.store-profile-card{width:calc(100% - 18px);min-height:112px;margin-top:-56px;padding:13px 13px;gap:12px;border-radius:17px}.store-profile-logo{width:68px;height:68px;flex-basis:68px;border-width:4px}.store-profile-title-row h1{font-size:17px;margin-bottom:5px}.store-status{font-size:11px}.store-profile-arrow{width:31px;height:31px;font-size:23px}.store-profile-badges{margin-top:9px;gap:6px;flex-wrap:nowrap;overflow-x:auto;padding-bottom:2px;scrollbar-width:none}.store-profile-badges::-webkit-scrollbar{display:none}.store-profile-badges span,.store-profile-badges a{font-size:10px;min-height:27px;padding:5px 8px}.store-profile-main{overflow:hidden}}
@media(max-width:360px){.store-cover{height:180px}.store-profile-card{margin-top:-48px}.store-profile-logo{width:60px;height:60px;flex-basis:60px}.store-profile-title-row h1{font-size:15px}}

/* Enterprise 3.0 — catálogo compacto em lista, inspirado no modelo enviado */
.store-section{margin-bottom:34px}
.product-grid{grid-template-columns:repeat(3,minmax(0,1fr));column-gap:34px;row-gap:20px}
.product-card{display:grid;grid-template-columns:120px minmax(0,1fr);min-height:120px;border:0;border-radius:12px;background:transparent;box-shadow:none;overflow:visible;align-items:stretch}
.product-card:hover{transform:none;box-shadow:none;border-color:transparent}
.product-card__media{height:120px;border-radius:10px;overflow:hidden;background:#ececec}
.product-card__image{width:100%;height:120px;min-height:120px;object-fit:cover;border-radius:10px}
.product-card:hover .product-card__image{transform:scale(1.025)}
.product-card__zoom{display:none!important}
.product-card__body{padding:2px 0 1px 10px;min-width:0}
.product-card__head{min-width:0}
.product-card__title{font-size:16px;line-height:1.25;margin:0 0 12px;font-weight:800;letter-spacing:-.15px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}
.product-card__desc{font-size:13px;line-height:1.42;color:#565a61;margin:0 0 10px;-webkit-line-clamp:2;min-height:37px}
.product-card__footer{align-items:center;gap:8px}
.product-price-wrap small{display:none}
.product-price{font-size:15px;font-weight:800}
.product-action{width:34px;height:34px;min-width:34px;padding:0;border-radius:50%;justify-content:center;box-shadow:none}
.product-action span{display:none!important}
.product-action i{font-size:13px}
.product-action--closed{width:auto;height:32px;border-radius:999px;padding:0 10px}
.product-action--closed span{display:inline!important;font-size:10px}

@media(max-width:1100px){
  .product-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:18px 26px}
}

@media(max-width:720px){
  .store-section{margin-bottom:28px}
  .store-section__header{margin-bottom:13px}
  .store-section h2{font-size:21px}
  .product-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px 10px}
  .product-card{display:flex;flex-direction:column;min-width:0;min-height:0;border-radius:14px;background:#fff;border:1px solid #eceef1;overflow:hidden;box-shadow:0 5px 16px rgba(15,23,42,.045)}
  .product-card__media{width:100%;height:auto;aspect-ratio:1.2/1;border-radius:0}
  .product-card__image{height:100%;min-height:0;border-radius:0}
  .product-card__body{padding:10px;flex:1}
  .product-card__title{font-size:13px;line-height:1.25;margin-bottom:6px;-webkit-line-clamp:2;min-height:32px}
  .product-card__desc{font-size:10.5px;line-height:1.35;margin-bottom:8px;-webkit-line-clamp:2;min-height:29px}
  .product-card__footer{margin-top:auto;align-items:center}
  .product-price{font-size:13px}
  .product-action{width:30px;height:30px;min-width:30px;border-radius:9px}
}

@media(max-width:380px){
  .product-grid{gap:10px 8px}
  .product-card__body{padding:8px}
  .product-card__title{font-size:12px;min-height:30px}
  .product-card__desc{font-size:10px;min-height:27px}
  .product-price{font-size:12px}
  .product-action{width:28px;height:28px;min-width:28px}
}

/* Banner promocional em largura total */
.store-banner-wrap{width:100vw;margin-left:calc(50% - 50vw);margin-right:calc(50% - 50vw);margin-top:8px;margin-bottom:38px;overflow:hidden}.store-banner{width:100%;max-height:520px;min-height:220px;border-radius:0;object-fit:cover;box-shadow:none}.store-banner-badge{left:max(18px,calc((100vw - 1140px)/2 + 18px))}@media(max-width:720px){.store-banner-wrap{margin-bottom:26px}.store-banner{min-height:170px;max-height:270px;border-radius:0}.store-banner-badge{left:12px}}

/* v1.5.0 — topo da loja em largura total e banner promocional no tamanho original */
.store-cover-shell{padding-top:0;background:#fff;overflow:hidden}
.store-cover-shell>.container{width:100%;max-width:none;padding-left:0;padding-right:0}
.store-cover{width:100%;height:340px;border-radius:0;box-shadow:none;background-position:center;background-size:cover}
.store-cover:after{background:linear-gradient(180deg,rgba(15,23,42,.06),rgba(15,23,42,.22))}
.store-profile-card{max-width:620px}

/* Restaura o banner promocional para dentro do conteúdo, como era antes */
.store-banner-wrap{position:relative;width:auto;margin:6px 0 34px;overflow:visible}
.store-banner{display:block;width:100%;max-height:330px;min-height:0;object-fit:cover;border-radius:26px;box-shadow:var(--store-shadow)}
.store-banner-badge{left:16px;top:16px}

@media(max-width:991px){
  .store-cover{height:285px;border-radius:0}
}
@media(max-width:720px){
  .store-cover-shell{padding-top:0}
  .store-cover{height:220px;border-radius:0}
  .store-banner-wrap{margin:6px 0 26px;overflow:visible}
  .store-banner{min-height:0;max-height:270px;border-radius:18px}
  .store-banner-badge{left:12px}
}
@media(max-width:360px){.store-cover{height:195px}}


/* v1.5.1 — categorias em sanfona */
.store-accordion{border:1px solid #e8ebef;border-radius:20px;background:#fff;overflow:hidden;margin-bottom:18px;box-shadow:0 8px 24px rgba(15,23,42,.045)}
.store-accordion .store-section__header{width:100%;margin:0;padding:20px 22px;border:0;background:#fff;display:flex;align-items:center;justify-content:space-between;gap:16px;text-align:left;cursor:pointer}
.store-accordion .store-section__header:hover{background:#fafbfc}
.store-accordion .store-section__header h2{margin:0}
.store-accordion__icon{width:38px;height:38px;flex:0 0 38px;border-radius:12px;background:#f3f4f6;color:#34373d;display:grid;place-items:center;transition:transform .22s ease,background .22s ease}
.store-accordion.is-open .store-accordion__icon{transform:rotate(180deg);background:var(--store-primary);color:#fff}
.store-accordion__content{display:none;padding:0 22px 24px}
.store-accordion.is-open .store-accordion__content{display:block;animation:storeAccordionIn .22s ease both}
@keyframes storeAccordionIn{from{opacity:0;transform:translateY(-6px)}to{opacity:1;transform:none}}
@media(max-width:720px){
 .store-accordion{border-radius:16px;margin-bottom:12px}
 .store-accordion .store-section__header{padding:15px 14px}
 .store-accordion__content{padding:0 10px 14px}
 .store-accordion__icon{width:34px;height:34px;flex-basis:34px;border-radius:10px}
}

/* v1.5.1 — modal do produto visível no topo em celulares */
@media(max-width:720px){
 #visulUsuarioModal.loja-modal-open{display:flex!important;align-items:flex-start!important;justify-content:center!important;overflow:hidden!important;padding:10px 0 0!important}
 #visulUsuarioModal .modal-dialog{width:100%;max-width:none;min-height:0;height:auto;margin:0!important;display:block!important;align-items:initial!important}
 #visulUsuarioModal .modal-content{width:100%;height:calc(100dvh - 10px);max-height:calc(100dvh - 10px);border-radius:22px 22px 0 0!important;display:flex;flex-direction:column}
 #visulUsuarioModal .modal-body{flex:1;min-height:0;max-height:none!important;overflow-y:auto!important;-webkit-overflow-scrolling:touch;padding-bottom:env(safe-area-inset-bottom)!important}
 #visulUsuarioModal .modal-header{position:fixed!important;right:10px!important;top:18px!important;z-index:11020!important}
 .premium-product__footer{bottom:0}
}

/* STORE INFO MODAL V5.2 */
.store-info-modal .modal-dialog{max-width:980px;margin:3vh auto}.store-info-modal .modal-content{border:0;border-radius:26px;overflow:hidden;box-shadow:0 28px 80px rgba(15,23,42,.28)}.store-info-head{display:flex;align-items:center;justify-content:space-between;padding:22px 26px;color:#fff;background:linear-gradient(135deg,var(--store-primary,#ef3f2f),#111827)}.store-info-brand{display:flex;align-items:center;gap:15px}.store-info-brand img{width:64px;height:64px;border-radius:18px;object-fit:cover;background:#fff;padding:4px;box-shadow:0 8px 24px rgba(0,0,0,.18)}.store-info-brand small,.store-info-card small,.store-map-copy small{font-size:10px;font-weight:900;letter-spacing:.15em;opacity:.75}.store-info-brand h3{margin:2px 0 5px;font-size:22px}.store-info-brand span{font-size:12px;font-weight:800}.store-info-brand .is-open i{color:#4ade80}.store-info-brand .is-closed i{color:#fda4af}.store-info-head .close{color:#fff;opacity:1;font-size:30px;text-shadow:none}.store-info-body{padding:24px;background:#f8fafc}.store-info-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.store-info-card{display:flex;gap:14px;padding:18px;background:#fff;border:1px solid #e5e7eb;border-radius:18px;box-shadow:0 8px 24px rgba(15,23,42,.05)}.store-info-icon{width:44px;height:44px;border-radius:14px;display:grid;place-items:center;flex:0 0 auto;background:color-mix(in srgb,var(--store-primary,#ef3f2f) 12%,white);color:var(--store-primary,#ef3f2f);font-size:18px}.store-info-card h4,.store-map-copy h4{margin:3px 0 10px;color:#111827;font-size:16px}.store-info-card p{margin:5px 0;color:#475569;font-size:13px}.payment-pills{display:flex;gap:7px;flex-wrap:wrap}.payment-pills span{padding:7px 9px;border-radius:999px;background:#ecfdf5;color:#047857;font-size:11px;font-weight:800}.payment-pills .is-muted{background:#f1f5f9;color:#94a3b8}.store-info-link,.store-info-whatsapp{display:inline-flex;align-items:center;gap:7px;border:0;border-radius:10px;padding:9px 12px;font-size:12px;font-weight:800;text-decoration:none}.store-info-link{background:#eef2ff;color:#4338ca}.store-info-whatsapp{background:#dcfce7;color:#15803d}.store-map-card{display:grid;grid-template-columns:280px 1fr;margin-top:14px;background:#fff;border:1px solid #e5e7eb;border-radius:20px;overflow:hidden;box-shadow:0 8px 24px rgba(15,23,42,.06)}.store-map-copy{padding:22px}.store-map-copy p{color:#64748b;font-size:13px;line-height:1.55}.store-map-copy a{font-size:12px;font-weight:900;color:var(--store-primary,#ef3f2f)}.store-map-frame{min-height:260px}.store-map-frame iframe{display:block;width:100%;height:100%;min-height:260px;border:0;filter:saturate(.85) contrast(1.03)}
@media(max-width:767px){.store-info-modal .modal-dialog{margin:10px;max-width:none}.store-info-modal .modal-content{border-radius:22px;max-height:calc(100vh - 20px);overflow:auto}.store-info-head{padding:18px}.store-info-brand img{width:54px;height:54px}.store-info-brand h3{font-size:18px}.store-info-body{padding:14px}.store-info-grid{grid-template-columns:1fr}.store-map-card{grid-template-columns:1fr}.store-map-frame,.store-map-frame iframe{min-height:230px}}

/* v5.2.1 - correção bairro e modal de informações */
.checkout-field-help{display:block;margin-top:7px;color:#7b8088;font-size:12px;line-height:1.35}.checkout-field select.is-invalid{border-color:#dc3545!important;box-shadow:0 0 0 3px rgba(220,53,69,.12)!important}.store-info-modal.show{display:block!important;overflow-x:hidden;overflow-y:auto}.store-info-modal .modal-dialog{margin:24px auto}.store-info-modal .modal-content{overflow:visible}.store-info-modal .store-info-body{max-height:calc(100vh - 120px);overflow-y:auto}@media(max-width:767px){.store-info-modal .modal-dialog{margin:10px}.store-info-modal .store-info-body{max-height:calc(100vh - 88px)}}

/* Checkout Enterprise 5.5 — pagamento recuperável no acompanhamento */
.payment-feedback{margin-bottom:18px;padding:14px 16px;border-radius:14px;font-weight:700}.payment-feedback--sucesso{background:#dcfce7;color:#166534}.payment-feedback--erro{background:#fee2e2;color:#991b1b}
.pix-pending-card{display:grid;grid-template-columns:auto minmax(0,1fr) auto;gap:18px;align-items:center;margin:0 0 24px;padding:22px;border:1px solid #bfe9d3;border-radius:22px;background:linear-gradient(135deg,#f0fff7,#fff);box-shadow:0 15px 40px rgba(20,184,110,.10)}.pix-pending-card__icon{width:64px;height:64px;border-radius:18px;display:grid;place-items:center;background:#14b86e;color:#fff;font-size:30px;box-shadow:0 10px 25px rgba(20,184,110,.25)}.pix-pending-card__copy small{font-weight:900;letter-spacing:.12em;color:#0c8d55}.pix-pending-card__copy h3{margin:5px 0 6px;color:#142033;font-size:22px}.pix-pending-card__copy p{margin:0 0 10px;color:#667085}.pix-pending-status{display:inline-flex;align-items:center;gap:7px;padding:7px 10px;border-radius:999px;background:#fff3cd;color:#825d00;font-weight:800;font-size:12px}.pix-pending-card__actions{display:grid;grid-template-columns:repeat(2,minmax(145px,1fr));gap:9px}.payment-action{min-height:44px;padding:10px 13px;border:0;border-radius:13px;display:flex;align-items:center;justify-content:center;gap:8px;text-decoration:none;font-weight:800;cursor:pointer;font-size:13px}.payment-action--primary{background:#14b86e;color:#fff}.payment-action--copy{background:#17233d;color:#fff}.payment-action--upload{background:#eafbf2;color:#087647}.payment-action--soft{background:#eef2f7;color:#26344c}
.payment-change-modal{position:fixed;inset:0;z-index:100020;display:none;align-items:center;justify-content:center;padding:18px}.payment-change-modal.is-open{display:flex}.payment-change-modal__backdrop{position:absolute;inset:0;border:0;background:rgba(6,12,25,.72);backdrop-filter:blur(7px)}.payment-change-card{position:relative;width:min(520px,100%);background:#fff;border-radius:24px;padding:26px;box-shadow:0 30px 90px rgba(0,0,0,.3)}.payment-change-card__close{position:absolute;right:16px;top:16px;width:40px;height:40px;border:0;border-radius:50%;background:#f1f4f8;color:#26344c}.payment-change-card>small{font-weight:900;letter-spacing:.12em;color:#14a465}.payment-change-card h3{font-size:25px;margin:7px 42px 5px 0;color:#152033}.payment-change-card>p{color:#687386}.payment-options-form{display:grid;gap:10px;margin-top:18px}.payment-option{margin:0;cursor:pointer}.payment-option input{position:absolute;opacity:0;pointer-events:none}.payment-option span{display:grid;grid-template-columns:42px 1fr;column-gap:12px;padding:14px;border:2px solid #e8edf3;border-radius:16px;transition:.2s}.payment-option span>i{grid-row:1/3;width:42px;height:42px;border-radius:12px;display:grid;place-items:center;background:#f0f4f8;font-size:19px;color:#26344c}.payment-option b{color:#172033}.payment-option small{color:#748094}.payment-option input:checked+span{border-color:#14b86e;background:#effcf5}.payment-option input:checked+span>i{background:#14b86e;color:#fff}.payment-change-submit{min-height:50px;margin-top:6px;border:0;border-radius:14px;background:#14b86e;color:#fff;font-weight:900}
@media(max-width:900px){.pix-pending-card{grid-template-columns:auto 1fr}.pix-pending-card__actions{grid-column:1/-1;grid-template-columns:repeat(2,1fr)}}
@media(max-width:600px){.tracking-wrap{margin-top:14px;padding:0 10px}.tracking-card{border-radius:20px}.tracking-body{padding:16px!important}.pix-pending-card{grid-template-columns:52px 1fr;padding:16px;gap:12px;border-radius:18px}.pix-pending-card__icon{width:52px;height:52px;font-size:24px}.pix-pending-card__copy h3{font-size:18px}.pix-pending-card__actions{grid-template-columns:1fr}.payment-action{width:100%}.payment-change-modal{align-items:flex-end;padding:0}.payment-change-card{border-radius:24px 24px 0 0;padding:22px;max-height:92vh;overflow:auto}}
