:root{--primary: #EA580C;--primary-dark: #C2410C;--secondary: #FFF7ED;--text-dark: #1F2937;--text-light: #6B7280;--white: #FFFFFF;--accent: #F97316;--danger: #EF4444;--success: #10B981;--font-sans: "Inter", system-ui, -apple-system, sans-serif;--shadow-sm: 0 1px 2px 0 rgba(0, 0, 0, .05);--shadow: 0 1px 3px 0 rgba(0, 0, 0, .1), 0 1px 2px 0 rgba(0, 0, 0, .06);--shadow-md: 0 4px 6px -1px rgba(0, 0, 0, .1), 0 2px 4px -1px rgba(0, 0, 0, .06);--shadow-lg: 0 10px 15px -3px rgba(0, 0, 0, .1), 0 4px 6px -2px rgba(0, 0, 0, .05)}*{margin:0;padding:0;box-sizing:border-box}body{font-family:var(--font-sans);color:var(--text-dark);background-color:var(--white);line-height:1.5}a{text-decoration:none;color:inherit}button{font-family:inherit}.container{max-width:1200px;margin:0 auto;padding:0 1rem}.btn{display:inline-flex;align-items:center;justify-content:center;padding:.75rem 1.5rem;border-radius:.375rem;font-weight:500;cursor:pointer;transition:all .2s;border:none}.btn-primary{background-color:var(--primary);color:var(--white)}.btn-primary:hover{background-color:var(--primary-dark)}.btn-outline{border:1px solid #E5E7EB;background-color:transparent;color:var(--text-dark)}.btn-outline:hover{background-color:var(--secondary)}.section-title{font-size:1.875rem;font-weight:700;color:var(--text-dark);margin-bottom:2rem}.card{background:var(--white);border:1px solid #E5E7EB;border-radius:.5rem;overflow:hidden;transition:box-shadow .2s}.card:hover{box-shadow:var(--shadow-md)}.badge{display:inline-block;padding:.25rem .75rem;border-radius:9999px;font-size:.75rem;font-weight:600}.grid-products{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:2rem}input,select{width:100%;padding:.75rem;border:1px solid #D1D5DB;border-radius:.375rem;outline:none;transition:border-color .2s}input:focus,select:focus{border-color:var(--primary);box-shadow:0 0 0 2px #2563eb1a}@media(max-width:768px){.container{padding:0 1rem}.hidden-mobile{display:none!important}.visible-mobile{display:block!important}.flex-col-mobile{flex-direction:column!important}.grid-1-mobile{grid-template-columns:1fr!important}.grid-2-mobile{display:grid!important;grid-template-columns:repeat(2,1fr)!important;gap:1rem!important}.section-title{font-size:1.25rem;margin-bottom:1rem!important}.shop-container{flex-direction:column!important;padding:0!important;max-width:100%!important;margin:0!important}.grid-products{grid-template-columns:1fr!important;gap:1rem!important;padding:0!important}.product-card{flex-direction:row!important;align-items:center;max-height:200px}.product-card-image-wrapper{width:140px!important;flex-shrink:0}.product-card-content{padding:10px!important;justify-content:center}.product-card-content h3{font-size:.85rem!important;margin-bottom:4px!important;height:auto!important}.product-card-actions{flex-direction:row!important;gap:5px!important}.product-card-actions button{padding:6px!important;font-size:.75rem!important}.grid-product-detail{grid-template-columns:1fr!important;gap:2rem!important}.product-gallery{flex-direction:column-reverse!important;height:auto!important}.product-gallery>div:first-child{flex-direction:row!important;width:100%!important;height:auto!important;overflow-x:auto!important;overflow-y:hidden!important;padding-bottom:10px}.product-gallery-main{height:300px!important}.trust-badges{grid-template-columns:1fr!important}body{padding-bottom:70px}}.hero-section{height:320px;display:flex;align-items:center;justify-content:center;text-align:center;padding:0 1rem}.hero-content{display:flex;flex-direction:column;align-items:center;gap:1rem}.hero-title{font-size:2.2rem;font-weight:700;text-shadow:0 2px 4px rgba(0,0,0,.3);line-height:1.1}.hero-subtitle{font-size:1rem;max-width:600px}.badge-new{background:#fff3;border:1px solid rgba(255,255,255,.4);padding:.2rem .6rem;border-radius:4px;font-size:.75rem;font-weight:700;letter-spacing:1px;text-transform:uppercase;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.hero-btn{padding:.6rem 1.5rem;font-size:.95rem}.features-section{background:#f8f9fa;padding:1.5rem 0;border-bottom:1px solid #eee}.features-container{display:flex;justify-content:space-evenly;flex-wrap:wrap;gap:1rem;text-align:center}.feature-item{display:flex;flex-direction:row;align-items:center;gap:.5rem;max-width:250px;text-align:left}.feature-icon-wrapper{width:40px;height:40px;background:#ebf5ff;border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0}.feature-icon{font-size:1.2rem;color:var(--primary)}.feature-text h3{font-size:1.1rem;font-weight:700;margin-bottom:.25rem;color:var(--text-dark)}.feature-text p{font-size:.9rem;color:var(--text-light)}@media(min-width:769px){.visible-mobile{display:none!important}}@media(max-width:768px){.hero-section{height:auto;min-height:250px;text-align:left;align-items:flex-start;padding:4rem 1rem;background-position:center left!important}.hero-content{align-items:flex-start;text-align:left;gap:1rem}.hero-title{font-size:2.2rem}.hero-subtitle{font-size:1rem;margin-bottom:1rem}.badge-new{align-self:flex-start!important;margin-bottom:.5rem}.features-section{padding:2rem 0}.features-container{flex-direction:column;align-items:flex-start;gap:2rem;padding:0 1rem}.feature-item{flex-direction:row;align-items:center;gap:1rem;max-width:100%;text-align:left}.feature-icon-wrapper{margin-bottom:0;flex-shrink:0}.feature-text{flex:1}.shop-sidebar{position:fixed!important;top:0;left:0;bottom:0;width:280px!important;height:100vh!important;overflow-y:auto;background:#fff;z-index:1000;box-shadow:2px 0 10px #0000001a;transform:translate(-100%);transition:transform .3s ease-in-out}.shop-sidebar.show{transform:translate(0)}.shop-sidebar.show:before{content:"";position:fixed;top:0;left:280px;right:-100vw;bottom:0;background:#00000080;z-index:-1}}@media(min-width:769px){.shop-sidebar{position:sticky!important;top:20px!important;transform:none!important;box-shadow:none!important;z-index:10!important}.shop-sidebar.show:before{display:none}}.shop-container{max-width:98%!important;padding:0 2rem}.mobile-bottom-nav{position:fixed;bottom:0;left:0;right:0;height:65px;background:#fff;display:flex!important;justify-content:space-around;align-items:center;border-top:1px solid #f0f0f0;box-shadow:0 -2px 10px #0000000d;z-index:1000;padding:0 5px}@media(min-width:769px){.mobile-bottom-nav{display:none!important}}.mobile-nav-item{display:flex;flex-direction:column;align-items:center;justify-content:center;color:#64748b;text-decoration:none;font-size:.7rem;font-weight:500;gap:4px;transition:color .2s;flex:1}.mobile-nav-item.active{color:var(--primary)}.mobile-nav-item .material-symbols-outlined{font-size:1.5rem}.whatsapp-float{position:fixed;bottom:85px;right:20px;width:50px;height:50px;background-color:#25d366;color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:30px;box-shadow:0 4px 10px #0003;z-index:999;transition:transform .2s}.whatsapp-float:hover{transform:scale(1.1)}@media(min-width:769px){.whatsapp-float{bottom:30px}}.horizontal-scroll{display:flex;overflow-x:auto;gap:1rem;padding:1rem 0;-ms-overflow-style:none;scrollbar-width:none}.horizontal-scroll::-webkit-scrollbar{display:none}.category-circle-item{flex:0 0 auto;width:80px;text-align:center}.category-circle-img{width:65px;height:65px;border-radius:50%;object-fit:cover;border:1px solid #eee;padding:2px;background:#fff}.category-circle-name{font-size:.75rem;margin-top:.5rem;font-weight:500;color:#444;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.mobile-filter-tabs{display:flex;border-top:1px solid #f0f0f0;border-bottom:1px solid #f0f0f0;background:#fff;margin:0 -1rem 1rem}.filter-tab-item{flex:1;display:flex;align-items:center;justify-content:center;padding:.75rem;font-size:.85rem;color:#666;border-right:1px solid #f0f0f0;gap:4px}.filter-tab-item:last-child{border-right:none}.filter-tab-item .material-symbols-outlined{font-size:1.1rem}@media(max-width:768px){.card-mobile-tight{padding:.5rem!important}.card-img-mobile{height:150px!important}}.mobile-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:#00000080;z-index:1001;display:flex;align-items:flex-end}.mobile-menu-bottom{width:100%;background:#fff;border-radius:20px 20px 0 0;padding-bottom:env(safe-area-inset-bottom);animation:slideUp .3s ease-out}@keyframes slideUp{0%{transform:translateY(100%)}to{transform:translateY(0)}}.menu-header{padding:1.2rem;font-weight:700;font-size:1.1rem;border-bottom:1px solid #f0f0f0;text-align:center}.menu-options{padding:.5rem 0}.menu-option-item{padding:1rem 1.5rem;display:flex;align-items:center;justify-content:space-between;font-size:1rem;border-bottom:1px dashed #f5f5f5}.menu-option-item:last-child{border-bottom:none}.menu-option-item.active{color:var(--primary);font-weight:600;background:#fdf2f2}.desktop-filter-bar{display:flex;align-items:center;justify-content:space-between;padding:1rem 0;margin-bottom:1.55rem;border-bottom:1px solid #eee}.filter-group{display:flex;gap:1rem;align-items:center}.filter-pill{padding:.5rem 1.2rem;border-radius:50px;border:1px solid #ddd;background:#fff;font-size:.9rem;cursor:pointer;transition:all .2s}.filter-pill:hover{border-color:var(--primary);color:var(--primary)}.filter-pill.active{background:var(--primary);border-color:var(--primary);color:#fff}.sort-select-wrapper{display:flex;align-items:center;gap:.5rem}.sort-select{padding:.5rem;border:1px solid #ddd;border-radius:8px;background:#fff;font-size:.9rem;cursor:pointer;outline:none;width:auto!important}
