.header-cart-link{border:0;padding:6px;color:inherit;background:transparent;cursor:pointer;font:inherit}.detail-delivery{display:flex;align-items:center;gap:12px}.detail-delivery>span{display:flex;flex-direction:column;gap:2px}.detail-delivery strong{font-size:13px}.detail-quantity{margin-top:18px;display:flex;align-items:center;gap:12px;color:var(--muted);font-size:13px}.detail-quantity>div{height:38px;border:1px solid var(--line);border-radius:9px;display:flex;align-items:center}.detail-quantity button{width:36px;height:100%;border:0;background:transparent;cursor:pointer}.detail-quantity svg{width:15px}.detail-quantity strong{min-width:30px;text-align:center;color:var(--deep)}.detail-quantity small{font-size:11px}.detail-purchase-actions{margin-top:18px;display:grid;grid-template-columns:1fr 1fr;gap:10px}.detail-purchase-actions button{min-height:50px;border:1px solid var(--platform-primary);border-radius:10px;font-weight:500;cursor:pointer}.buy-now-button{color:#fff;background:var(--platform-primary)}.add-to-cart-button{display:flex;align-items:center;justify-content:center;gap:8px}.add-to-cart-button,.detail-purchase-actions button:hover{color:var(--platform-primary);background:#fff}.detail-purchase-actions button:disabled{opacity:.55;cursor:not-allowed}.cart-drawer-layer{position:fixed;inset:0;z-index:1000;display:flex;justify-content:flex-end;background:#17102070;animation:purchaseFade .18s ease}.cart-drawer{width:min(486px,100%);height:100%;display:flex;flex-direction:column;background:#fff;box-shadow:-18px 0 45px #25143820;animation:drawerIn .25s ease}.cart-drawer-handle{display:none}.cart-drawer>header{min-height:76px;padding:18px 24px;border-bottom:1px solid var(--line);display:flex;justify-content:space-between;align-items:center}.cart-drawer>header>div{display:flex;align-items:center;gap:10px}.cart-drawer>header svg{width:21px;color:var(--platform-primary)}.cart-drawer h2,.cart-drawer h3{margin:0}.cart-drawer h2{font-size:20px;font-weight:600}.cart-drawer header small{color:var(--muted);font-size:11px}.cart-drawer>header button{border:0;background:transparent;cursor:pointer}.cart-drawer>header button svg{color:var(--deep)}.cart-drawer-success{margin:16px 20px 0;padding:11px 14px;border-radius:9px;display:flex;gap:8px;align-items:center;color:#087f3f;background:#e8faef;font-size:12px}.cart-drawer-success svg{width:17px}.cart-drawer-content{flex:1;padding:16px 20px;overflow:auto}.cart-drawer-content>section{padding-bottom:16px}.cart-drawer-content>section>h3{padding:8px 0 12px;display:flex;align-items:center;gap:6px;font-size:13px;font-weight:600}.cart-drawer-content>section>h3 svg{width:15px;color:#159957}.cart-drawer .cart-line-item.is-compact{min-height:104px;padding:12px 0;grid-template-columns:76px minmax(0,1fr) auto;border-top:1px solid var(--line);border-radius:0;box-shadow:none}.cart-line-item.is-compact .cart-item-image{width:76px;height:76px}.cart-line-item.is-compact .cart-item-copy h3{font-size:12px}.cart-line-item.is-compact .cart-stock{display:none}.cart-line-item.is-compact .cart-item-total strong{font-size:12px}.cart-drawer>footer{padding:18px 20px 22px;border-top:1px solid var(--line);background:#fff;box-shadow:0 -8px 24px #2514380a}.cart-drawer>footer>div{display:flex;justify-content:space-between;font-size:14px}.cart-drawer>footer>div strong{font-size:19px}.cart-drawer>footer>small{display:block;margin:4px 0 14px;color:var(--muted);font-size:10px}.cart-drawer>footer>a{min-height:46px;margin-top:8px;border:1px solid var(--platform-primary);border-radius:10px;display:flex;align-items:center;justify-content:center;color:#fff;background:var(--platform-primary);font-size:13px;font-weight:500}.cart-drawer>footer>a.cart-drawer-full{color:var(--platform-primary);background:#fff}.cart-drawer>footer>button{width:100%;margin-top:10px;border:0;color:var(--muted);background:transparent;font-size:12px;cursor:pointer}.cart-drawer-empty{min-height:380px;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center}.cart-drawer-empty>svg{width:46px;height:46px;color:var(--platform-primary)}.cart-drawer-empty p{color:var(--muted)}.cart-shell{width:min(1200px,calc(100% - 64px))}.cart-heading{margin:8px 0 24px;display:flex;justify-content:space-between;align-items:end}.cart-heading h1{margin:0 0 5px;font-size:30px;font-weight:600}.cart-heading p{margin:0;color:var(--muted);font-size:13px}.cart-heading>a{color:var(--platform-primary);font-size:12px}.cart-layout{grid-template-columns:minmax(0,1fr) 340px;gap:24px}.cart-store-list{display:flex;flex-direction:column;gap:18px}.cart-store-card{border:1px solid var(--line);border-radius:14px;overflow:hidden;background:#fff}.cart-store-heading{min-height:72px;padding:14px 20px;border-bottom:1px solid var(--line)}.cart-store-heading h2{display:flex;gap:6px;align-items:center;font-size:14px;font-weight:600}.cart-store-heading h2 svg{width:15px;color:#159957}.cart-line-item{min-height:142px;padding:18px 20px;display:grid;grid-template-columns:104px minmax(0,1fr) auto;gap:16px;border-bottom:1px solid var(--line)}.cart-item-image{width:104px;height:104px;position:relative;border-radius:10px;overflow:hidden;background:#f7f6f9}.cart-item-image img{object-fit:contain}.cart-item-copy{display:flex;flex-direction:column;align-items:flex-start}.cart-item-copy h3{margin:2px 0 5px;font-size:14px;font-weight:500}.cart-item-copy p{margin:0 0 5px;color:var(--muted);font-size:11px}.cart-stock{color:#159957;font-size:10px}.cart-quantity{height:32px;margin-top:auto;border:1px solid var(--line);border-radius:8px;display:flex;align-items:center}.cart-quantity button{width:30px;height:100%;border:0;background:transparent;cursor:pointer}.cart-quantity svg{width:13px}.cart-quantity>span{min-width:28px;text-align:center;font-size:11px}.cart-item-total{display:flex;flex-direction:column;align-items:flex-end}.cart-item-total strong{font-size:14px}.cart-item-total button{margin-top:auto;border:0;display:flex;align-items:center;gap:5px;color:#b32735;background:transparent;font-size:10px;cursor:pointer}.cart-item-total svg{width:14px}.cart-delivery-note{margin:0;padding:11px 20px;border:0;border-top:0;border-radius:0;background:#f5f1fc;font-size:10px}.cart-summary{border-radius:14px;position:sticky;top:92px}.cart-summary h2{font-size:18px;font-weight:600}.cart-summary dl>div{font-size:12px}.cart-summary .cart-total{font-size:15px}.cart-calculate{color:var(--muted);font-size:10px}.cart-trust-list{margin-top:18px;padding-top:16px;border-top:1px solid var(--line);display:grid;grid-template-columns:repeat(3,1fr);gap:6px}.cart-trust-list span{display:flex;flex-direction:column;align-items:center;gap:5px;color:var(--muted);font-size:8px;text-align:center}.cart-trust-list svg{width:18px;color:var(--platform-primary)}.checkout-page{background:#f8f7fb}.checkout-shell{width:min(1180px,calc(100% - 64px))}.checkout-stepper{grid-template-columns:repeat(4,1fr)}.checkout-mobile-summary-toggle{display:none}.purchase-checkout-form.checkout-form{grid-template-columns:minmax(0,1fr) 360px;gap:24px}.checkout-login-notice{padding:15px 18px;border:1px solid #d9cbed;border-radius:12px;display:flex;align-items:center;gap:12px;background:#f7f2fd}.checkout-login-notice svg{color:var(--platform-primary)}.checkout-login-notice div{margin-right:auto;display:flex;flex-direction:column;font-size:12px}.checkout-login-notice a{padding:9px 18px;border-radius:9px;color:#fff;background:var(--platform-primary);font-size:12px}.checkout-card{padding:0;overflow:hidden;border-radius:14px}.checkout-card>header{min-height:64px;padding:0 22px;border-bottom:1px solid var(--line);display:flex;align-items:center;justify-content:space-between}.checkout-card>header>div{display:flex;align-items:center;gap:10px}.checkout-card>header>div>span{width:25px;height:25px;border-radius:50%;display:grid;place-items:center;color:#fff;background:var(--platform-primary);font-size:11px}.checkout-card>header h1,.checkout-card>header h2{margin:0;font-size:16px;font-weight:600}.checkout-card>header button{border:0;color:var(--platform-primary);background:transparent;font-size:11px;cursor:pointer}.checkout-address-list{padding:16px 20px;display:grid;gap:10px}.checkout-address-list>label{min-height:94px;padding:15px;border:1px solid var(--line);border-radius:11px;display:grid;grid-template-columns:auto 36px minmax(0,1fr) 20px;gap:10px;align-items:start;cursor:pointer}.checkout-address-list>label.selected{border-color:var(--platform-primary);background:#f8f4ff;box-shadow:0 0 0 1px var(--platform-primary)}.checkout-address-list input{margin-top:8px}.checkout-address-list>label>span{width:36px;height:36px;border-radius:50%;display:grid;place-items:center;color:var(--platform-primary);background:#eee7f8}.checkout-address-list svg{width:17px}.checkout-address-list>label>svg{opacity:0;color:var(--platform-primary)}.checkout-address-list>label.selected>svg{opacity:1}.checkout-address-list strong{display:flex;gap:7px;font-size:12px}.checkout-address-list strong small{padding:2px 7px;border-radius:8px;color:var(--platform-primary);background:#ece4f8;font-size:8px}.checkout-address-list p{margin:4px 0;color:var(--muted);font-size:10px}.checkout-address-list em{font-style:normal;font-size:9px}.checkout-address-empty{width:calc(100% - 40px);min-height:84px;margin:18px 20px;padding:16px;border:1px dashed #bca9da;border-radius:11px;display:flex;align-items:center;gap:12px;color:var(--platform-primary);background:#faf8fd;cursor:pointer}.checkout-address-empty span{display:flex;flex-direction:column;align-items:flex-start}.checkout-address-empty small{color:var(--muted)}.checkout-store-delivery{padding:16px 20px}.checkout-store-delivery+*{border-top:1px solid var(--line)}.checkout-store-delivery h3{margin:0 0 12px;display:flex;align-items:center;gap:7px;font-size:12px;font-weight:600}.checkout-store-delivery h3 svg{width:17px;color:var(--platform-primary)}.checkout-store-delivery>div{display:grid;grid-template-columns:1fr 1fr;gap:10px}.checkout-payment-options label,.checkout-store-delivery label{min-height:86px;padding:14px;border:1px solid var(--line);border-radius:11px;display:flex;align-items:center;gap:10px;cursor:pointer}.checkout-payment-options label.selected,.checkout-store-delivery label.selected{border-color:var(--platform-primary);background:#f8f4ff;box-shadow:0 0 0 1px var(--platform-primary)}.checkout-payment-options label>svg,.checkout-store-delivery label>svg{width:21px;color:var(--platform-primary)}.checkout-payment-options label>span,.checkout-store-delivery label>span{display:flex;flex-direction:column;gap:3px}.checkout-payment-options label strong,.checkout-store-delivery label strong{font-size:11px}.checkout-payment-options label small,.checkout-store-delivery label small{color:var(--muted);font-size:9px}.checkout-store-delivery label b{margin-left:auto;font-size:11px}.checkout-payment-options input,.checkout-store-delivery input{accent-color:var(--platform-primary)}.checkout-payment-options{padding:16px 20px;display:grid;grid-template-columns:1fr 1fr;gap:10px}.checkout-payment-options label>svg:last-child{margin-left:auto;opacity:0}.checkout-payment-options label.selected>svg:last-child{opacity:1}.checkout-notes>label{padding:16px 20px 4px;display:flex;flex-direction:column;gap:7px;font-size:11px}.checkout-notes textarea{min-height:90px;padding:12px;border:1px solid var(--line);border-radius:10px;resize:vertical}.checkout-notes>small{display:block;padding:0 20px 14px;text-align:right;color:var(--muted)}.checkout-order-summary{border-radius:14px;top:92px}.checkout-summary-products>section{padding:12px 0;border-bottom:1px solid var(--line)}.checkout-summary-products h3{margin:0 0 9px;display:flex;gap:7px;align-items:center;font-size:11px}.checkout-summary-products h3 svg{width:15px}.checkout-summary-products article{padding:7px 0}.checkout-order-summary>p{display:flex;gap:6px;align-items:center}.checkout-order-summary>p svg{width:15px;color:var(--platform-primary)}.checkout-modal-layer{position:fixed;inset:0;z-index:1200;padding:24px;display:grid;place-items:center;background:#17102080;animation:purchaseFade .18s ease}.checkout-address-modal{width:min(680px,100%);max-height:calc(100vh - 48px);border-radius:18px;overflow:auto;background:#fff;box-shadow:0 24px 80px #1f123640}.checkout-address-modal>header{padding:20px 24px;border-bottom:1px solid var(--line);display:flex;justify-content:space-between}.checkout-address-modal>header>div{display:flex;gap:12px}.checkout-address-modal>header>div>span{width:40px;height:40px;border-radius:50%;display:grid;place-items:center;color:var(--platform-primary);background:#eee7f8}.checkout-address-modal h2{margin:0;font-size:19px;font-weight:600}.checkout-address-modal p{margin:4px 0 0;color:var(--muted);font-size:11px}.checkout-address-modal>header button{border:0;background:transparent;cursor:pointer}.checkout-address-fields{padding:20px 24px;display:flex;flex-direction:column;gap:13px}.checkout-address-fields label{display:flex;flex-direction:column;gap:6px;font-size:11px}.checkout-address-fields input{height:43px;padding:0 12px;border:1px solid var(--line);border-radius:9px;outline:none}.checkout-address-fields input:focus{border-color:var(--platform-primary)}.address-two{display:grid;grid-template-columns:2fr 1fr;gap:12px}.address-cep>div{display:flex;gap:8px}.address-cep input{flex:1}.address-cep button{padding:0 15px;border:1px solid var(--platform-primary);border-radius:9px;display:flex;align-items:center;gap:5px;color:var(--platform-primary);background:#fff}.address-cep svg{width:15px}.checkout-address-fields fieldset{margin:0;padding:0;border:0}.checkout-address-fields legend{margin-bottom:7px;font-size:11px}.address-label-options{display:flex;gap:8px}.address-label-options label{min-height:38px;padding:0 15px;border:1px solid var(--line);border-radius:9px;flex-direction:row;align-items:center;cursor:pointer}.address-label-options label.selected{border-color:var(--platform-primary);color:var(--platform-primary);background:#f8f4ff}.address-label-options input{width:14px;height:14px}.checkout-address-fields label.address-default{flex-direction:row;align-items:center}.address-default input{width:16px;height:16px}.checkout-address-message{padding:10px;border-radius:8px;background:#f4f0fb}.checkout-address-modal>footer{padding:16px 24px;border-top:1px solid var(--line);display:flex;justify-content:flex-end;gap:10px}.checkout-address-modal>footer button{min-height:42px;padding:0 20px;border:1px solid var(--platform-primary);border-radius:9px;color:var(--platform-primary);background:#fff}.checkout-address-modal>footer button:last-child{color:#fff;background:var(--platform-primary)}.payment-result-hero{display:flex;flex-direction:column;align-items:center;text-align:center}.payment-result-hero>span{width:74px;height:74px;border-radius:50%;display:grid;place-items:center;color:#178b50;background:#dff8e9}.payment-result-hero.is-pending>span{color:var(--platform-primary);background:#eee7f8}.payment-result-hero svg{width:40px;height:40px}.payment-result-hero>p{margin:17px 0 6px;color:#178b50;font-size:10px;letter-spacing:.08em}.payment-result-hero.is-pending>p{color:var(--platform-primary)}.payment-result-hero h1{margin:0 0 8px;font-size:30px;font-weight:600}.payment-result-hero small{color:var(--muted)}.payment-pix-card{width:min(820px,100%);margin:30px auto;padding:28px;border:1px solid var(--line);border-radius:15px;display:grid;grid-template-columns:230px 1fr;gap:28px;background:#fff}.payment-pix-qr{min-height:220px;border:1px dashed #bca9da;border-radius:12px;display:grid;place-items:center;color:var(--platform-primary)}.payment-pix-qr>svg{width:100px;height:100px}.payment-pix-card h2{margin:0;font-size:20px;font-weight:600}.payment-pix-card ol{padding:0;list-style:none}.payment-pix-card li{margin:8px 0;display:flex;gap:8px;align-items:center;font-size:11px}.payment-pix-card li span{width:20px;height:20px;border-radius:50%;display:grid;place-items:center;color:var(--platform-primary);background:#eee7f8}.payment-pix-card label>span{display:block;margin-bottom:6px;font-size:10px}.payment-pix-card label>div{display:flex}.payment-pix-card input{min-width:0;flex:1;height:42px;padding:0 10px;border:1px solid var(--line);border-radius:8px 0 0 8px}.payment-pix-card button{border:0;padding:0 14px;display:flex;align-items:center;gap:5px;color:#fff;background:var(--platform-primary);border-radius:0 8px 8px 0}.payment-pix-card button svg{width:14px}.payment-pix-card p{display:flex;align-items:center;gap:6px;color:var(--muted);font-size:10px}.payment-pix-card p svg{width:15px}.payment-result-layout{margin-top:34px;display:grid;grid-template-columns:minmax(0,1fr) 340px;gap:22px}.payment-orders>h2{margin:0 0 14px;font-size:19px;font-weight:600}.payment-orders>article,.payment-total-card{margin-bottom:14px;border:1px solid var(--line);border-radius:14px;background:#fff}.payment-orders article>header{padding:15px 18px;border-bottom:1px solid var(--line);display:flex;align-items:center;gap:10px}.payment-orders header>span{width:42px;height:42px;position:relative;border-radius:50%;overflow:hidden;background:#f4f0fb}.payment-orders header div{margin-right:auto}.payment-orders h3{margin:0;font-size:12px}.payment-orders header small{color:var(--muted);font-size:9px}.payment-orders header>b{padding:5px 8px;border-radius:12px;color:#178b50;background:#e4f8eb;font-size:8px}.payment-orders article>div>div{padding:12px 18px;display:grid;grid-template-columns:54px 1fr auto;gap:10px;align-items:center}.payment-orders article>div>div>span{width:54px;height:54px;position:relative;border-radius:8px;overflow:hidden}.payment-orders article p{display:flex;flex-direction:column;margin:0}.payment-orders article p strong{font-size:11px}.payment-orders article p small{color:var(--muted);font-size:9px}.payment-orders article>footer{padding:12px 18px;border-top:1px solid var(--line);display:flex;justify-content:space-between;font-size:11px}.payment-orders article>footer span{display:flex;gap:6px}.payment-orders article>footer svg{width:14px;color:var(--platform-primary)}.payment-total-card{padding:22px;position:sticky;top:24px}.payment-total-card h2{margin:0 0 16px;font-size:18px;font-weight:600}.payment-total-card dl{margin:0}.payment-total-card dl>div{padding:7px 0;display:flex;justify-content:space-between;font-size:11px}.payment-total-card dl>div:last-child{margin-top:7px;padding-top:14px;border-top:1px solid var(--line);font-size:15px;font-weight:600}.payment-total-card>a{min-height:44px;margin-top:9px;border:1px solid var(--platform-primary);border-radius:9px;display:flex;justify-content:center;align-items:center;gap:6px;color:#fff;background:var(--platform-primary);font-size:11px}.payment-total-card>a+a{color:var(--platform-primary);background:#fff}.payment-total-card>a svg{width:15px}.payment-total-card p{display:flex;gap:7px;color:var(--muted);font-size:9px}.payment-total-card p svg{width:15px;color:var(--platform-primary)}.payment-result-help{margin-top:20px;padding:17px;border-radius:12px;display:flex;gap:10px;align-items:center;background:#f3eef9}.payment-result-help>svg{color:var(--platform-primary)}.payment-result-help span{margin-right:auto;display:flex;flex-direction:column;font-size:10px}.payment-result-help a{color:var(--platform-primary);font-size:11px}.orders-real-list{display:flex;flex-direction:column;gap:14px}.orders-real-list .orders-card{padding:0;overflow:hidden}.orders-card>header{padding:15px 20px;border-bottom:1px solid var(--line);display:flex;align-items:center;gap:10px}.orders-card>header>span{width:44px;height:44px;position:relative;border-radius:50%;overflow:hidden;background:#f4f0fb}.orders-card>header>div{margin-right:auto}.orders-card>header h2{margin:0;font-size:13px;font-weight:600}.orders-card>header p{margin:3px 0 0;color:var(--muted);font-size:9px}.orders-card>header>b{padding:5px 9px;border-radius:12px;color:#9a6400;background:#fff0c9;font-size:8px}.orders-card>header>b[data-status=delivered]{color:#147c48;background:#ddf6e7}.orders-card>header>b[data-status=cancelled],.orders-card>header>b[data-status=refused]{color:#a12634;background:#fde3e5}.orders-product-preview{padding:16px 20px;display:flex;align-items:center}.orders-product-preview>span{width:60px;height:60px;margin-right:7px;position:relative;border-radius:8px;overflow:hidden;background:#f7f6f9}.orders-product-preview img{object-fit:contain}.orders-product-preview p{margin:0 auto 0 8px;display:flex;flex-direction:column}.orders-product-preview p strong{font-size:11px}.orders-product-preview p small{color:var(--muted);font-size:9px}.orders-card>footer{padding:12px 20px;border-top:1px solid var(--line);display:flex;justify-content:flex-end;gap:8px}.orders-card>footer a{min-height:34px;padding:0 14px;border:1px solid var(--platform-primary);border-radius:8px;display:flex;align-items:center;color:var(--platform-primary);font-size:10px}.orders-card>footer a:first-child{color:#fff;background:var(--platform-primary)}.orders-tabs button{display:flex;gap:7px;align-items:center}.orders-tabs button small{min-width:18px;padding:2px 5px;border-radius:8px;background:#eee9f4;font-size:8px}.customer-order-detail>nav{margin-bottom:15px;display:flex;gap:10px;color:var(--muted);font-size:10px}.customer-order-detail>nav a{color:var(--platform-primary)}.customer-order-status{min-height:136px;padding:24px 28px;border-radius:14px;display:flex;align-items:center;color:#fff;background:var(--platform-primary)}.customer-order-status>div{margin-right:auto}.customer-order-status small{opacity:.75;font-size:8px}.customer-order-status h1{margin:7px 0;font-size:25px;font-weight:600}.customer-order-status p{margin:0;opacity:.85;font-size:11px}.customer-order-status>svg{width:54px;height:54px;opacity:.3}.customer-order-status.status-delivered{background:#168f53}.customer-order-status.status-cancelled,.customer-order-status.status-refused{background:#b52b3b}.customer-order-timeline{margin-top:16px;padding:20px;border:1px solid var(--line);border-radius:14px;background:#fff}.customer-order-timeline h2{margin:0 0 20px;font-size:16px;font-weight:600}.customer-order-timeline ol{margin:0;padding:0;display:grid;grid-template-columns:repeat(6,1fr);list-style:none}.customer-order-timeline li{position:relative;display:flex;flex-direction:column;align-items:center;text-align:center}.customer-order-timeline li:not(:last-child):after{content:"";position:absolute;top:13px;left:calc(50% + 14px);width:calc(100% - 28px);height:2px;background:#ded9e5}.customer-order-timeline li.done:not(:last-child):after{background:var(--platform-primary)}.customer-order-timeline li>span{width:28px;height:28px;z-index:1;border:2px solid #d6d0de;border-radius:50%;display:grid;place-items:center;color:#9991a3;background:#fff;font-size:9px}.customer-order-timeline li.active>span,.customer-order-timeline li.done>span{border-color:var(--platform-primary);color:#fff;background:var(--platform-primary)}.customer-order-timeline li.active>span{box-shadow:0 0 0 4px #eae2f5}.customer-order-timeline li svg{width:13px}.customer-order-timeline li div{margin-top:8px;display:flex;flex-direction:column}.customer-order-timeline strong{font-size:9px}.customer-order-timeline small{color:var(--muted);font-size:7px}.customer-order-timeline em{margin-top:5px;color:var(--platform-primary);font-size:7px;font-style:normal}.customer-order-grid{margin-top:16px;display:grid;grid-template-columns:minmax(0,1fr) 280px;gap:16px}.customer-order-main{display:flex;flex-direction:column;gap:16px}.customer-order-delivery,.customer-order-items,.customer-order-payment,.customer-order-store{border:1px solid var(--line);border-radius:14px;background:#fff}.customer-order-store{padding:17px;display:flex;align-items:center;gap:10px}.customer-order-store>span{width:48px;height:48px;position:relative;border-radius:50%;overflow:hidden;background:#f3eef9}.customer-order-store>div{margin-right:auto}.customer-order-store h2{margin:0;font-size:13px}.customer-order-store small{color:var(--muted);font-size:9px}.customer-order-store button{min-height:38px;border:1px solid var(--platform-primary);border-radius:9px;display:flex;align-items:center;gap:6px;color:var(--platform-primary);background:#fff;font-size:10px}.customer-order-store button svg{width:15px}.customer-order-delivery h2,.customer-order-items h2,.customer-order-payment h2{margin:0;padding:15px 18px;border-bottom:1px solid var(--line);font-size:14px;font-weight:600}.customer-order-items article{min-height:100px;padding:15px 18px;border-bottom:1px solid var(--line);display:grid;grid-template-columns:72px 1fr auto;gap:12px;align-items:center}.customer-order-items article:last-child{border:0}.customer-order-items article>span{width:72px;height:72px;position:relative;border-radius:8px;overflow:hidden}.customer-order-items img{object-fit:contain}.customer-order-items article div{display:flex;flex-direction:column;gap:4px}.customer-order-items a{font-size:11px}.customer-order-items small{color:var(--muted);font-size:9px}.customer-order-actions{display:grid;grid-template-columns:1fr 1fr;gap:10px}.customer-order-actions button{min-height:58px;border:1px solid var(--line);border-radius:11px;display:flex;align-items:center;justify-content:center;gap:7px;background:#fff;font-size:10px}.customer-order-actions svg{width:17px;color:var(--platform-primary)}.customer-order-grid>aside{display:flex;flex-direction:column;gap:16px}.customer-order-delivery h2{display:flex;gap:7px;align-items:center}.customer-order-delivery h2 svg{width:17px;color:var(--platform-primary)}.customer-order-delivery>p,.customer-order-delivery>small,.customer-order-delivery>strong{margin:14px 18px;display:block}.customer-order-delivery>small{margin-bottom:0;color:var(--muted);font-size:8px}.customer-order-delivery>p{font-size:10px;line-height:1.5}.customer-order-delivery>strong{display:flex;gap:5px;color:var(--platform-primary);font-size:9px}.customer-order-delivery>strong svg{width:14px}.customer-order-payment dl{margin:0;padding:12px 18px}.customer-order-payment dl>div{padding:6px 0;display:flex;justify-content:space-between;font-size:10px}.customer-order-payment dl>div:last-child{margin-top:5px;padding-top:12px;border-top:1px solid var(--line);font-size:14px;font-weight:600}.customer-order-payment dd{margin:0}.customer-order-payment p{margin:0;padding:12px 18px;border-top:1px solid var(--line);display:flex;align-items:center;gap:5px;font-size:9px}.customer-order-payment p svg{width:14px;color:var(--platform-primary)}.order-interaction-layer{position:fixed;inset:0;z-index:1300;display:flex;justify-content:flex-end;background:#17102080}.order-interaction{width:min(470px,100%);height:100%;display:flex;flex-direction:column;background:#fff;animation:drawerIn .25s ease}.order-interaction-handle{display:none}.order-interaction>header{min-height:72px;padding:14px 18px;border-bottom:1px solid var(--line);display:flex;align-items:center;gap:10px}.order-interaction>header>div{flex:1}.order-interaction h2{margin:0;font-size:17px;font-weight:600}.order-interaction header p{margin:3px 0 0;color:var(--muted);font-size:9px}.order-interaction header button{border:0;background:transparent;cursor:pointer}.order-interaction header button:first-child{display:none}.order-interaction header svg{width:19px}.order-chat-status{margin:14px 18px 0;padding:12px;border-radius:9px;display:flex;justify-content:space-between;color:var(--platform-primary);background:#f3eef9;font-size:10px}.order-chat-messages{flex:1;padding:18px;overflow:auto;display:flex;flex-direction:column;gap:12px}.order-chat-messages .system{align-self:center;color:var(--muted);font-size:8px}.customer-message,.seller-message{max-width:80%;display:flex;flex-direction:column;gap:4px}.seller-message strong{font-size:9px}.customer-message>span,.seller-message span{padding:10px 12px;border-radius:12px;background:#f3f0f5;font-size:10px;line-height:1.4}.customer-message{align-self:flex-end;align-items:flex-end}.customer-message>span{color:#fff;background:var(--platform-primary)}.customer-message small{display:flex;gap:3px;color:var(--muted);font-size:7px}.customer-message svg{width:10px}.chat-quick-replies{padding:0 14px 10px;display:flex;gap:6px;overflow:auto}.chat-quick-replies button{white-space:nowrap;padding:6px 9px;border:1px solid var(--platform-primary);border-radius:14px;color:var(--platform-primary);background:#fff;font-size:8px}.order-chat-composer{padding:12px 15px;border-top:1px solid var(--line);display:flex;gap:8px}.order-chat-composer input{height:42px;padding:0 13px;border:1px solid var(--line);border-radius:20px;flex:1}.order-chat-composer button{width:42px;border:0;border-radius:50%;color:#fff;background:var(--platform-primary)}.order-chat-composer svg{width:17px}.order-help-content,.order-review-content{padding:18px;overflow:auto}.order-help-summary{padding:14px;border-radius:10px;display:flex;gap:10px;align-items:center;background:#f3eef9}.order-help-summary svg{color:var(--platform-primary)}.order-help-summary span{display:flex;flex-direction:column;font-size:10px}.order-help-content h3{margin:20px 0 10px;font-size:14px}.order-help-options{display:flex;flex-direction:column}.order-help-options button{min-height:48px;padding:0 12px;border:0;border-bottom:1px solid var(--line);display:flex;justify-content:space-between;align-items:center;background:#fff;text-align:left;font-size:10px}.order-help-options button.selected{color:var(--platform-primary);background:#faf7fd}.order-help-content label,.order-review-content label{margin-top:16px;display:flex;flex-direction:column;gap:6px;font-size:10px}.order-help-content textarea,.order-review-content textarea{min-height:90px;padding:10px;border:1px solid var(--line);border-radius:9px;resize:vertical}.order-help-submit,.review-submit{width:100%;min-height:44px;margin-top:16px;border:1px solid var(--platform-primary);border-radius:9px;color:#fff;background:var(--platform-primary)}.review-progress{display:flex;gap:5px}.review-progress span{height:3px;flex:1;border-radius:3px;background:#e5e0ea}.review-progress span.active{background:var(--platform-primary)}.review-store{padding:28px 0 18px;display:flex;flex-direction:column;align-items:center;text-align:center}.review-store>span{width:52px;height:52px;border-radius:50%;display:grid;place-items:center;color:var(--platform-primary);background:#f3eef9}.review-store strong{margin-top:12px;font-size:16px}.review-store small{margin-top:4px;color:var(--muted)}.review-stars{display:flex;justify-content:center;gap:8px}.review-stars button{border:0;padding:2px;color:#d8d2df;background:transparent}.review-stars button.active{color:#ffb21c;fill:#ffb21c}.review-stars svg{width:34px;height:34px}.order-review-content>p{text-align:center;color:var(--muted);font-size:9px}.review-tags{display:flex;flex-wrap:wrap;justify-content:center;gap:7px}.review-tags button{padding:7px 10px;border:1px solid var(--line);border-radius:15px;color:var(--muted);background:#fff;font-size:8px}.review-tags button.selected{border-color:var(--platform-primary);color:var(--platform-primary);background:#f6f1fb}.order-interaction-message{margin:10px 18px;padding:10px;border-radius:8px;color:#176f45;background:#e5f7ec;font-size:9px}@keyframes purchaseFade{0%{opacity:0}to{opacity:1}}@keyframes drawerIn{0%{transform:translateX(30px);opacity:.5}to{transform:none;opacity:1}}@media (max-width:700px){.detail-purchase-actions{grid-template-columns:1fr}.detail-purchase-actions button{min-height:48px}.cart-drawer-layer{align-items:flex-end}.cart-drawer{width:100%;height:min(88vh,760px);border-radius:20px 20px 0 0;animation:sheetIn .25s ease}.cart-drawer-handle,.order-interaction-handle{width:42px;height:4px;margin:8px auto 0;border-radius:4px;display:block;background:#d4ceda}.cart-drawer>header{min-height:60px;padding:10px 16px}.cart-drawer-content{padding:10px 16px}.cart-drawer>footer{padding:14px 16px calc(16px + env(safe-area-inset-bottom))}.cart-shell{width:100%;padding:20px 16px 90px}.cart-breadcrumb{display:none}.cart-heading{margin:0 0 18px}.cart-heading h1{font-size:23px}.cart-heading>a{display:none}.cart-layout{display:flex;flex-direction:column}.cart-store-card{border-radius:12px}.cart-store-heading{padding:12px}.cart-line-item{min-height:128px;padding:14px 12px;grid-template-columns:82px minmax(0,1fr)}.cart-item-image{width:82px;height:82px}.cart-item-total{grid-column:2;margin-top:-24px;flex-direction:row;justify-content:space-between;align-items:end}.cart-item-total button span{display:none}.cart-summary{position:static}.cart-trust-list,.checkout-header-desktop{display:none}.checkout-shell{width:100%;padding:0 0 100px}.checkout-stepper{margin:0;padding:14px 16px;background:#fff}.checkout-stepper li b{font-size:8px}.checkout-mobile-summary-toggle{width:100%;height:54px;padding:0 16px;border:0;border-bottom:1px solid var(--line);display:grid;grid-template-columns:1fr auto auto;gap:8px;align-items:center;background:#fff;text-align:left;font-size:10px}.checkout-mobile-summary-toggle strong{color:var(--platform-primary);font-size:14px}.checkout-mobile-summary-toggle svg{width:16px}.purchase-checkout-form.checkout-form{display:block}.checkout-main-column{padding:14px 12px;gap:12px}.checkout-card{border-radius:12px}.checkout-card>header{min-height:56px;padding:0 15px}.checkout-address-list{padding:12px}.checkout-address-list>label{grid-template-columns:auto 30px minmax(0,1fr) 18px;padding:12px 9px}.checkout-store-delivery{padding:12px}.checkout-payment-options,.checkout-store-delivery>div{grid-template-columns:1fr}.checkout-payment-options label,.checkout-store-delivery label{min-height:70px}.checkout-payment-options{padding:12px}.checkout-order-summary{display:none;position:static;margin:0 12px 14px}.checkout-order-summary.is-open{display:block}.checkout-order-summary>button{position:fixed;z-index:50;left:12px;right:12px;bottom:12px;width:calc(100% - 24px);box-shadow:0 8px 30px #2d17482f}.checkout-footer{display:none}.checkout-modal-layer{padding:0;align-items:end}.checkout-address-modal{max-height:94vh;border-radius:20px 20px 0 0}.checkout-address-fields,.checkout-address-modal>footer,.checkout-address-modal>header{padding-left:16px;padding-right:16px}.address-two{grid-template-columns:1fr}.checkout-address-modal>footer{position:sticky;bottom:0;background:#fff}.order-confirmation-shell{padding:28px 14px 70px}.payment-result-hero h1{font-size:23px}.payment-pix-card{padding:18px;grid-template-columns:1fr}.payment-pix-qr{min-height:190px}.payment-result-layout{display:flex;flex-direction:column}.payment-total-card{width:100%;position:static}.payment-result-help{align-items:flex-start}.payment-result-help a{display:none}.orders-heading{padding:16px 0}.orders-heading>div:first-child{display:none}.orders-filters{width:100%}.orders-filters label{flex:1}.orders-desktop-tabs{display:flex;margin-bottom:14px}.orders-real-list .orders-card{border-radius:12px}.orders-card>header{padding:12px}.orders-card>header>b{max-width:110px;text-align:center}.orders-product-preview{padding:12px}.orders-product-preview>span{width:48px;height:48px}.customer-order-page .profile-dashboard-header,.customer-order-page .profile-sidebar,.orders-product-preview>span:nth-child(n+3){display:none}.customer-order-page .profile-dashboard-shell{width:100%;display:block}.customer-order-page .profile-dashboard-content{width:100%;padding:0 14px 70px}.customer-order-detail>nav{height:54px;margin:0 -14px 14px;padding:0 14px;align-items:center;border-bottom:1px solid var(--line)}.customer-order-status{min-height:110px;padding:18px}.customer-order-status h1{font-size:20px}.customer-order-timeline{padding:16px}.customer-order-timeline ol{display:flex;flex-direction:column}.customer-order-timeline li{min-height:55px;display:grid;grid-template-columns:28px 1fr auto;gap:10px;text-align:left}.customer-order-timeline li:not(:last-child):after{top:27px;left:13px;width:2px;height:28px}.customer-order-timeline li div{margin:2px 0 0}.customer-order-timeline strong{font-size:11px}.customer-order-timeline small{font-size:8px}.customer-order-grid{display:flex;flex-direction:column}.customer-order-store{display:grid;grid-template-columns:46px 1fr}.customer-order-store button{grid-column:1/3;justify-content:center}.customer-order-items article{grid-template-columns:58px 1fr}.customer-order-items article>span{width:58px;height:58px}.customer-order-items article>strong{grid-column:2}.customer-order-actions{grid-template-columns:1fr}.order-interaction-layer{align-items:flex-end}.order-interaction{width:100%;height:min(92vh,780px);border-radius:20px 20px 0 0;animation:sheetIn .25s ease}.order-interaction>header{min-height:60px}.order-interaction header button:first-child{display:block}.order-interaction header button:last-child{display:none}}@keyframes sheetIn{0%{transform:translateY(30px);opacity:.5}to{transform:none;opacity:1}}