
/* Enterprise 3.0 — temas da loja pública */
body.store-body{--theme-card-radius:18px;--theme-button-radius:13px;--theme-font:Inter,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;font-family:var(--theme-font)!important;background:var(--store-bg)!important}
body.font-poppins{--theme-font:Poppins,Inter,sans-serif}body.font-montserrat{--theme-font:Montserrat,Inter,sans-serif}body.font-serif{--theme-font:Georgia,"Times New Roman",serif}
body.cards-soft{--theme-card-radius:12px}body.cards-square{--theme-card-radius:4px}body.cards-glass{--theme-card-radius:20px}
body.buttons-pill{--theme-button-radius:999px}body.buttons-square{--theme-button-radius:4px}
body.store-body .product-card,body.store-body .store-product-card,body.store-body .premium-product-card{border-radius:var(--theme-card-radius)!important}
body.store-body .btn,body.store-body button,body.store-body .product-add,body.store-body .store-add-btn{border-radius:var(--theme-button-radius)}
body.cards-glass .product-card,body.cards-glass .store-product-card{background:rgba(255,255,255,.82)!important;backdrop-filter:blur(13px);border-color:rgba(255,255,255,.7)!important}
body.anim-none *,body.anim-none *:before,body.anim-none *:after{transition:none!important;animation:none!important}
body.anim-dynamic .product-card:hover,body.anim-dynamic .store-product-card:hover{transform:translateY(-7px) scale(1.015)!important}
body.theme-pizzaria{--store-primary:#EA580C;--store-bg:#FFF7ED}body.theme-hamburgueria{--store-primary:#F59E0B;--store-bg:#FFF7ED}body.theme-sushi{--store-primary:#E11D48;--store-bg:#FFF1F2}body.theme-restaurante{--store-primary:#B8860B;--store-bg:#F7F5EF}body.theme-cafeteria{--store-primary:#A16207;--store-bg:#FAF7F2}body.theme-sorveteria{--store-primary:#EC4899;--store-bg:#FFF7FD}body.theme-confeitaria{--store-primary:#F472B6;--store-bg:#FFF1F7}body.theme-padaria{--store-primary:#D97706;--store-bg:#FFFBEB}body.theme-churrascaria{--store-primary:#DC2626;--store-bg:#FAFAF9}body.theme-acai{--store-primary:#A21CAF;--store-bg:#FFF1F8}
body.theme-pizzaria .store-cover:after,body.theme-hamburgueria .store-cover:after,body.theme-churrascaria .store-cover:after{background:linear-gradient(90deg,rgba(55,10,5,.22),transparent 50%,rgba(55,10,5,.18))}
body.theme-sushi .store-profile-card,body.theme-cafeteria .store-profile-card,body.theme-restaurante .store-profile-card{box-shadow:0 20px 55px rgba(15,23,42,.14)}
