:root{--red:#ef2938;--green:#23b45a;--text:#151827;--muted:#6c7283;--line:#e7e8ec;--gold:#f5a400;--shadow:0 10px 30px rgba(20,24,39,.08)}
.bottom-bar.cart-bottom{display:flex;align-items:center;justify-content:space-between;gap:16px}.bottom-bar.cart-bottom .red-btn{margin-left:auto}

.cart-bottom{display:flex;align-items:center;justify-content:space-between;gap:16px}.cart-bottom .red-btn{margin-left:auto}


/* product detail visual */
.product-page{background:#fff;min-height:100vh;padding-bottom:110px}.product-top{position:sticky;top:0;z-index:8;background:#fff}.product-top .back{font-size:34px;line-height:1}.product-hero{width:100%;height:250px;object-fit:cover;display:block}.product-info{padding:22px 20px 12px}.product-info h1{font-size:25px;line-height:1.2;margin:0 0 12px}.product-info .section-desc{font-size:18px;line-height:1.55;margin-bottom:18px}.product-price-line{display:flex;align-items:center;gap:10px}.product-price-line .price{font-size:26px}.product-price-line .old{font-size:18px}.product-options{padding:0 20px}.option-head{background:#f2f2f3;margin:22px -2px 0;padding:18px 24px;display:flex;align-items:center;justify-content:space-between}.option-head h2{font-size:23px;margin:0 0 8px}.option-head p{color:var(--muted);font-size:18px;margin:0}.option-head>span{background:#fde9eb;color:var(--red);border-radius:14px;padding:7px 14px;font-weight:900}.product-page .radio-row.option-row{grid-template-columns:1fr auto;gap:18px;padding:22px 24px;border-bottom:1px solid #f0f1f4}.product-page .radio-row.option-row .radio{display:none}.option-row strong{font-size:21px;font-weight:650}.option-row small{display:block;color:var(--muted);font-size:18px;margin-top:8px}.option-plus{color:var(--red);font-size:34px;line-height:1}.option-row.active .option-plus{font-weight:300;transform:rotate(45deg)}.product-note{padding:26px 20px 120px}.product-note h2{font-size:19px;margin:0 0 14px}.product-note textarea{height:118px;border-radius:16px;background:#f7f7f8;color:#4a4a4a;resize:none}.product-note div{text-align:right;color:var(--muted);margin-top:8px}.product-bottom{background:#fff;padding:16px 22px;box-shadow:0 -10px 28px rgba(20,24,39,.08)}.product-bottom .bar-row{gap:24px}.product-bottom .qty{min-width:120px;justify-content:space-around;color:var(--red)}.product-bottom .qty strong{color:var(--text);font-size:24px}.product-add-btn{flex:1;border-radius:14px;display:flex;align-items:center;justify-content:space-between;box-shadow:0 8px 18px rgba(239,63,69,.22);padding:18px 26px}

*{box-sizing:border-box}body{margin:0;background:#f3f4f6;color:var(--text);font-family:Inter,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif}button,input,textarea{font:inherit}button{border:0;background:none;color:inherit;cursor:pointer}img{display:block;max-width:100%}#app{width:100%;max-width:520px;margin:0 auto;background:#fff;min-height:100vh;box-shadow:0 0 35px rgba(0,0,0,.09)}
.shell{padding-bottom:120px}.hero{height:190px;background:url("tempero-banner.jpg") center/cover no-repeat;position:relative;overflow:hidden}.store-card{width:calc(100% - 28px);margin:-34px auto 22px;background:#fff;border-radius:28px;padding:62px 22px 24px;box-shadow:var(--shadow);text-align:center;position:relative}.logo{position:absolute;left:50%;top:-46px;transform:translateX(-50%);width:92px;height:92px;padding:8px;border-radius:50%;background:#fff;box-shadow:0 12px 32px rgba(0,0,0,.16)}.logo img{border-radius:50%}.store-card h1{margin:0 0 8px;font-size:31px}.subline,.total-muted{color:var(--muted)}.store-row{display:flex;align-items:center;justify-content:center;gap:8px;border-top:1px solid var(--line);border-bottom:1px solid var(--line);padding:14px 0;margin:18px 0 12px}.star,.rating-gold{color:var(--gold);font-weight:800}.super{background:var(--red);color:#fff;width:24px;height:24px;border-radius:50%;display:inline-flex;align-items:center;justify-content:center}.chev{margin-left:auto;font-size:28px}.delivery b,.green{color:var(--green)}.store-card .store-row{justify-content:flex-start}.store-card .delivery,.store-card> .total-muted{text-align:left}
.promo{width:calc(100% - 28px);margin:0 auto 18px;display:flex;gap:14px;background:#fff;border-radius:16px;box-shadow:var(--shadow);padding:18px}.promo-icon{width:50px;height:50px;color:var(--red)}.promo small{display:block;color:var(--red);font-weight:900}.promo strong{display:block}.promo p{margin:2px 0 0;color:var(--muted)}
.category-wrap{position:sticky;top:0;z-index:5;background:#fff;box-shadow:0 10px 25px rgba(20,24,39,.06)}.tabs{display:flex;justify-content:center;gap:28px;overflow:auto}.tab{padding:18px 0;color:var(--muted);text-decoration:none;font-size:19px}.tab.active{color:var(--red);border-bottom:3px solid var(--red)}
.section{padding:22px 18px}.section h2{margin:0 0 8px}.section-desc{color:var(--muted);margin-top:0}.product{width:100%;display:grid;grid-template-columns:1fr 112px;gap:14px;text-align:left;padding:18px 0;border-bottom:1px solid var(--line)}.product h3{margin:0 0 8px;font-size:19px}.product p{margin:0 0 12px;color:var(--muted)}.thumb{width:112px;height:96px;border-radius:14px;object-fit:cover;background:#f3f4f6}.thumb.contain{object-fit:contain}.price{font-weight:900;font-size:20px}.old{text-decoration:line-through;color:#a2a7b2;margin-left:8px}.discount{background:#e6f7ee;color:var(--green);border-radius:7px;padding:4px 8px;margin-left:8px;font-weight:800}.bottom-bar{position:fixed;left:50%;bottom:0;transform:translateX(-50%);width:min(100%,520px);background:#fff;box-shadow:0 -10px 30px rgba(0,0,0,.08);padding:16px 20px}.bar-row{display:flex;justify-content:space-between;align-items:center}.red-btn{background:var(--red);color:#fff;border-radius:14px;padding:16px 22px;font-weight:900;font-size:20px}
.top-page{height:64px;display:grid;grid-template-columns:1fr auto 1fr;align-items:center;padding:0 18px}.back{color:var(--red);font-weight:900}.page-title{font-weight:900;font-size:22px}.cart-page,.checkout-page,.reviews-page{padding:18px 20px 120px}.cart-item{display:grid;grid-template-columns:70px 1fr auto;gap:14px;align-items:center;padding:16px 0}.cart-item img{width:70px;height:70px;border-radius:14px;object-fit:cover}.qty{display:flex;gap:16px;align-items:center;color:var(--red);font-size:24px}.summary,.form-card,.pix-order-card{background:#fff;border-radius:18px;padding:20px;box-shadow:var(--shadow);margin:18px 0}.line-row,.total-line{display:flex;justify-content:space-between;margin:12px 0}.total-line{font-weight:900;font-size:22px}.field{margin:12px 0}.field label{display:block;color:var(--muted);font-weight:800;margin-bottom:8px}input,textarea{width:100%;border:1px solid #d9dbe1;border-radius:13px;padding:15px;font-size:17px}.field-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px}.radio-row,.pay-option{width:100%;display:grid;grid-template-columns:auto 1fr auto;gap:12px;align-items:center;padding:16px 0;border-bottom:1px solid var(--line);text-align:left}.radio{width:24px;height:24px;border:2px solid #c7cad2;border-radius:50%}.radio.active{border:7px solid var(--red)}
.pix-page{background:#fff;min-height:100vh;padding-bottom:120px}.pix-header{height:78px;display:grid;grid-template-columns:1fr auto 1fr;align-items:center;border-bottom:1px solid var(--line);padding:0 22px}.pix-header strong{font-size:24px}.pix-header button{justify-self:end;color:#e3504e;font-weight:800;font-size:20px}.pix-content{padding:34px 22px}.pix-hero-img{width:330px;margin:0 auto 28px}.pix-content h1{text-align:center;font-size:30px}.pix-content p{text-align:center;color:#777d8d;font-size:20px;line-height:1.4}.pix-code-box{border:2px dashed #d7dbe2;border-radius:18px;padding:20px 24px;display:flex;align-items:center;gap:14px}.pix-code-text{font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-weight:700;flex:1;word-break:break-all}.pix-copy-btn-inside{color:#7a808c;padding:8px}.pix-copy-btn-inside svg{width:32px;height:32px}.pix-timer{font-size:46px;font-weight:900;text-align:left}.pix-progress{height:6px;background:#f0f1f4;border-radius:999px;overflow:hidden}.pix-progress span{display:block;height:100%;background:#e3504e}.pix-store{display:flex;gap:14px;align-items:center}.pix-store img{width:62px;height:62px;border-radius:14px}.pix-store div{display:flex;flex-direction:column;gap:2px}.pix-store span{display:block;color:#777d8d}.pix-total{display:flex;justify-content:space-between;font-size:22px;margin-top:18px}.pix-order-card button{width:100%;display:flex;justify-content:space-between;font-size:20px;font-weight:900}.pix-item{display:grid;grid-template-columns:54px 1fr auto;gap:12px;align-items:center;border-bottom:1px solid #eef0f3;padding:12px 0}.pix-item img{width:54px;height:54px;border-radius:12px;object-fit:cover}.pix-summary-lines{display:grid;gap:8px;color:#777d8d;font-size:14px;padding:14px 0}.pix-summary-lines div,.pix-items-total{display:flex;justify-content:space-between}.pix-footer{position:fixed;left:50%;bottom:0;transform:translateX(-50%);width:min(100%,520px);background:#fff;padding:18px 22px;box-shadow:0 -12px 28px rgba(20,24,39,.08)}.pix-footer .red-btn{width:100%}
.site-footer{background:#f1f1f2;padding:28px 22px;color:#777}.site-footer h3{color:#111}.footer-bottom{border-top:1px solid #ddd;margin-top:22px;padding-top:20px}.footer-bottom img{width:54px}

/* cart/checkout visual pass */
.cart-top,.checkout-top{background:#fff}.clear-btn{justify-self:end;color:var(--red);font-size:15px}.cart-page{padding:0 20px 130px}.cart-store{background:#f2f2f3;display:flex;align-items:center;gap:14px;padding:16px;margin:0 -4px 18px}.cart-store img{width:52px;height:52px;border-radius:13px}.cart-store strong{display:block}.cart-store button,.add-more{color:var(--red);font-weight:700}.cart-title{font-size:18px;margin:18px 0 6px}.cart-item{grid-template-columns:72px 1fr 124px;border-bottom:1px solid #eceef2;padding:16px 0}.cart-item img{width:72px;height:72px}.cart-item strong{font-size:16px}.cart-item b{display:block;margin-top:8px}.qty-box{display:flex;align-items:center;justify-content:space-around;border:1px solid #e2e5ea;border-radius:13px;height:40px;color:var(--red)}.qty-box strong{color:var(--text)}.add-more{display:block;margin:34px auto;text-align:center}.suggestions{background:#f2f2f3;margin:0 -4px 24px;padding:18px}.suggestions h3{margin:0 0 14px}.suggestion-row{display:flex;gap:14px;overflow-x:auto}.suggest-card{position:relative;min-width:132px}.suggest-card img{width:132px;height:104px;border-radius:14px;object-fit:cover}.suggest-card button{position:absolute;right:8px;top:78px;background:#fff;color:var(--red);width:38px;height:38px;border-radius:50%;box-shadow:0 3px 10px rgba(0,0,0,.12);font-size:28px}.suggest-card strong{display:block;margin-top:10px}.suggest-card span{color:var(--muted);font-size:13px}.summary{box-shadow:none;border-radius:0;padding:18px 0}.summary-title{display:flex;align-items:center;gap:14px;margin-bottom:22px}.lock{width:44px;height:44px;border-radius:50%;background:#f3f3f5;display:grid;place-items:center}.lock svg{width:24px;height:24px}.summary-heading{margin:0 0 16px;font-size:17px}.line-row{color:var(--muted);font-size:15px}.total-line{border-top:1px solid #e5e7eb;padding-top:16px}.total-line .red{color:#ef3f45}.cart-blank{height:440px;background:#f2f2f3;margin:22px -4px 0}.bottom-bar{display:block}.bottom-bar .red-btn{min-width:136px}.checkout-page{background:#f0f0f1;padding:0 18px 130px}.checkout-bg{padding:28px 0}.checkout-bg>h1{text-align:center;margin:0 0 24px;font-size:28px}.form-card{box-shadow:0 2px 12px rgba(20,24,39,.06);border-radius:20px;padding:24px;margin:18px 0}.form-card h2{display:flex;align-items:center;gap:12px;margin:0 0 22px;font-size:22px}.section-icon{width:24px;height:24px;flex:none}.section-icon.red{color:var(--red)}.section-icon.gray{color:#777}.field{margin:16px 0}.field label{font-size:14px;color:var(--muted);text-transform:uppercase}.field input{height:58px;border-radius:16px;background:#fff;color:#444}.checkline{display:flex;align-items:center;gap:8px;color:var(--muted);margin-top:-4px}.checkmark{display:inline-grid;place-items:center;background:#e9ebef;color:#fff;width:24px;height:24px;border-radius:6px}.checkline.active .checkmark{background:var(--red)}.delivery-card .radio-row{grid-template-columns:32px 1fr auto;padding:20px 0}.radio-row div span{display:block;color:var(--red);margin-top:4px}.pay-box{border:1px solid #e3e6eb;border-radius:18px;overflow:hidden}.pay-option{grid-template-columns:58px 1fr auto;padding:18px;border-bottom:0}.pay-icon{width:44px;height:44px;border-radius:14px;background:#f1f2f5;display:grid;place-items:center;color:#687081}.pay-icon.pix{background:#e4f5ee;color:#52b8ad}.pay-icon.pix svg{width:28px;height:28px}.chosen{width:28px;height:28px;border:2px solid #d1d5db;border-radius:50%;display:grid;place-items:center;color:#fff}.chosen.active{background:#29b85a;border-color:#29b85a}.checkout-bottom{background:#fff;padding:18px}.checkout-bottom .red-btn{width:100%;border-radius:18px}

/* latest visual fixes */
.hero img{width:100%;height:100%;object-fit:cover}
.store-card .store-row{justify-content:flex-start;text-align:left}.store-card .delivery,.store-card> .total-muted{text-align:left}
.tab.active{color:var(--red);border-bottom:3px solid var(--red)}
.product-top{grid-template-columns:56px 1fr 56px}.product-top .back{justify-self:start}.product-top .page-title{justify-self:center}
.product-add-btn{gap:20px}.product-add-btn span:last-child{margin-left:18px;white-space:nowrap}
.summary-store{display:flex;align-items:center;gap:12px;margin:8px 0 18px}.summary-store img{width:44px;height:44px;border-radius:12px}.summary-store strong{display:block}.summary-store span{display:block;color:var(--muted);font-size:14px}
.pay-icon.pix{background:#e4f5ee;color:#52b8ad}.pay-icon.pix svg,.pay-icon.pix img{width:30px;height:30px;object-fit:contain}
.fly-product{position:fixed;z-index:9999;border-radius:14px;object-fit:cover;box-shadow:0 18px 34px rgba(20,24,39,.25);pointer-events:none;will-change:transform,opacity}
.bottom-bar,.pix-footer{z-index:10000}
a[href*="whos.amung.us"],a[href*="waust.at"],img[src*="whos.amung.us"],img[src*="waust.at"],iframe[src*="whos.amung.us"],iframe[src*="waust.at"]{z-index:0!important;pointer-events:none!important}
.product-bottom{padding:14px 18px}
.product-bottom .bar-row{gap:18px}
.product-bottom .qty{min-width:106px}
.product-bottom .qty strong{font-size:22px}
.product-bottom .product-add-btn{flex:0 1 72%;min-height:52px;border-radius:13px;padding:14px 20px;font-size:18px;gap:16px}
.product-bottom .product-add-btn span:last-child{margin-left:14px}
