*{margin:0;padding:0;box-sizing:border-box}body{font-family:Arial,sans-serif;line-height:1.6}.container{width:100%;max-width:1200px;margin:0 auto;padding:0 20px;box-sizing:border-box}header{background:#fff;box-shadow:0 2px 5px #0000001a;padding:1rem 0}header .container{display:flex;justify-content:space-between;align-items:center}.logo img{max-height:50px}nav ul{display:flex;list-style:none}nav ul li a{padding:.5rem 1rem;text-decoration:none;color:#333}nav ul li a.active{color:#000;font-weight:700}.nav-container{background:#333;padding:20px;width:100%;position:fixed;top:0;left:0;z-index:1000;box-shadow:0 4px 6px #0000004d;border-bottom:2px solid #444}.main-nav{max-width:1200px;margin:0 auto;width:100%}.main-nav ul{display:flex;justify-content:center;align-items:center;list-style:none;gap:2rem;margin:0;padding:0}.main-nav ul li a{display:inline-block;padding:12px 24px;text-decoration:none;color:#fff;font-size:1.2rem;font-weight:700;background:#444;border-radius:6px;transition:all .3s ease;position:relative;overflow:hidden}.main-nav ul li a:after{content:"";position:absolute;bottom:0;left:0;width:100%;height:2px;background-color:#fff;transform:translate(-100%);transition:transform .3s ease}.main-nav ul li a:hover:after{transform:translate(0)}.main-nav ul li a.active:after{transform:translate(0)}.main-nav ul li a:hover{background:#666;transform:translateY(-2px)}.main-nav ul li a.active{background:#555;box-shadow:0 2px 4px #0003}body{padding-top:90px}@media (max-width: 768px){.main-nav ul{gap:1rem;flex-wrap:wrap;justify-content:center}.main-nav ul li a{padding:10px 20px;font-size:1.1rem}}@media (max-width: 480px){.nav-container{padding:15px 10px}.main-nav ul{gap:.5rem}.main-nav ul li a{padding:8px 16px;font-size:.9rem}body{padding-top:70px}}.nav-container{transition:background-color .3s ease}.nav-container.scrolled{background:#333333f2;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}.hero{background:#f5f5f5;padding:4rem 0;text-align:center}.hero-logo{margin-bottom:2rem;display:flex;justify-content:center}.hero-logo img{max-width:800px;height:auto}.hero h1{font-size:2.5rem;margin-bottom:1rem}@media (max-width: 768px){.hero-logo img{max-width:500px}}@media (max-width: 480px){.hero-logo img{max-width:350px}}.products{padding:2rem 0;width:100%;overflow:hidden}.products h1{text-align:center;margin-bottom:3rem}.product-category{margin-bottom:4rem}.product-category h2{margin-bottom:2rem}.product-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem;padding:0 1rem;box-sizing:border-box}.product-item{width:100%;display:flex;flex-direction:column;align-items:center;background:#fff;border-radius:8px;padding:1rem;box-shadow:0 2px 5px #0000001a;box-sizing:border-box}.product-item:hover{transform:translateY(-5px);box-shadow:0 5px 15px #0003}.product-image{width:100%;aspect-ratio:1;overflow:hidden}.product-image img{width:100%;height:100%;object-fit:contain}.product-card.deal{position:relative;margin:0 1rem;min-width:250px}.discount-badge{position:absolute;top:10px;right:10px;background:#f44;color:#fff;padding:.5rem;border-radius:4px}.price{display:flex;gap:1rem;align-items:center}.original-price{text-decoration:line-through;color:#666}.discounted-price{color:#f44;font-weight:700}.featured-products{padding:4rem 0;background:#f9f9f9;overflow:hidden}.carousel{width:100%;position:relative;padding:0 40px;box-sizing:border-box;overflow:hidden}.carousel-container{width:100%;overflow:hidden}.carousel-slide{display:flex;gap:1rem;transition:transform .3s ease}.carousel-slide .product-card{flex:0 0 100%;max-width:100%;box-sizing:border-box}.carousel-slide .product-card{flex:0 0 calc(33.333% - 1.33rem);max-width:calc(33.333% - 1.33rem);background:#fff;border-radius:8px;padding:1.5rem;box-shadow:0 2px 5px #0000001a;transition:all .3s ease;border:1px solid #e0e0e0;display:flex;flex-direction:column;align-items:center;text-align:center;position:relative;z-index:1}.carousel-slide .product-card:hover{transform:translateY(-5px);box-shadow:0 5px 15px #0003}.carousel-slide .product-card .product-image{width:100%;aspect-ratio:1;height:auto;background:#f5f5f5;border-radius:4px;margin-bottom:1rem;border:1px solid #eee;object-fit:cover;z-index:1}.carousel-slide .product-card h4{font-size:1.2rem;margin:.5rem 0;color:#333}.carousel-slide .product-card p{color:#666;font-size:.9rem;margin-bottom:.5rem}.carousel-slide .product-card .price{font-size:1.25rem;font-weight:700;color:#2c3e50;margin-top:auto;padding-top:1rem}.carousel-button{position:absolute;top:50%;transform:translateY(-50%);background:#fff;border:1px solid #ddd;border-radius:50%;width:40px;height:40px;display:flex;align-items:center;justify-content:center;cursor:pointer;z-index:10;font-size:20px;color:#333;box-shadow:0 2px 5px #0000001a}.carousel-button:hover{background:#f5f5f5}.carousel-button.prev{left:10px}.carousel-button.next{right:10px}@media (max-width: 768px){.carousel{padding:0 30px;position:relative}.carousel-container{max-width:100%;overflow:hidden;margin-left:10px}.carousel-slide{display:flex;gap:0;transition:transform .3s ease;margin-left:-10px}.carousel-slide .product-card{flex:0 0 calc(100% - 20px);max-width:calc(100% - 20px);padding:1.5rem;margin:0 10px;box-sizing:border-box}.carousel-button.prev{left:5px;z-index:2}.carousel-button.next{right:0;z-index:2}}@media (max-width: 480px){.carousel-slide .product-card{padding:1.2rem;min-height:400px;display:flex;flex-direction:column}.carousel-slide .product-card .product-image{width:100%;aspect-ratio:1;margin-bottom:1rem}.carousel-slide .product-card h4{font-size:1.3rem;margin:.5rem 0}.carousel-slide .product-card p{font-size:1rem;margin-bottom:.5rem}.carousel-slide .product-card .price{font-size:1.4rem;margin-top:auto}}.dark-theme .carousel-slide .product-card{background:var(--dark-surface);border-color:var(--dark-border);box-shadow:0 2px 5px #0003}.dark-theme .carousel-slide .product-card:hover{box-shadow:0 5px 15px #ffffff1a}.dark-theme .carousel-slide .product-card .product-image{background:var(--dark-bg);border-color:var(--dark-border)}.dark-theme .carousel-slide .product-card h4{color:var(--dark-text)}.dark-theme .carousel-slide .product-card p{color:var(--dark-text-secondary)}.dark-theme .carousel-slide .product-card .price{color:var(--dark-primary)}@media (max-width: 768px){.carousel-slide .product-card{flex:0 0 calc(50% - 1rem);max-width:calc(50% - 1rem);padding:1rem;aspect-ratio:1}.carousel{padding:0 30px}.carousel-slide{gap:1rem}}@media (max-width: 480px){.carousel-slide .product-card{flex:0 0 calc(50% - .5rem);max-width:calc(50% - .5rem);padding:.8rem;aspect-ratio:1}.carousel{padding:0 20px}.carousel-slide{gap:.5rem}}.product-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;margin:2rem 0}.product-grid .product-item{background:#fff;border-radius:8px;padding:1.5rem;box-shadow:0 2px 5px #0000001a;transition:all .3s ease;border:1px solid #e0e0e0;display:flex;flex-direction:column;align-items:center;text-align:center}.product-grid .product-image{width:100%;height:400px;background:#f5f5f5;border-radius:4px;margin-bottom:1rem;border:1px solid #eee;overflow:hidden;display:flex;align-items:center;justify-content:center}.product-grid .product-image img{width:100%;height:100%;object-fit:contain;padding:.5rem}@media (max-width: 768px){.product-grid{grid-template-columns:repeat(2,1fr);gap:1rem}.product-grid .product-item{padding:.8rem;aspect-ratio:1;width:100%}.product-grid .product-image{height:250px}.product-grid .product-title{font-size:1rem;margin:.3rem 0}.product-grid .product-brand{font-size:.8rem}.product-grid .product-price{font-size:1.1rem;margin-top:.5rem}}@media (max-width: 480px){.product-grid{gap:.5rem}.product-grid .product-item{padding:.6rem}.product-grid .product-image{height:200px}.product-grid .product-title{font-size:.9rem}.product-grid .product-price{font-size:1rem}}.product-grid .product-image.iso-whey-image img{width:70%;height:70%;margin:auto}@media (max-width: 768px){.product-grid .product-image.iso-whey-image img{width:75%;height:75%}}.dark-theme .product-item{background:var(--dark-surface);border-color:var(--dark-border);box-shadow:0 2px 5px #0003}.dark-theme .product-item:hover{box-shadow:0 5px 15px #ffffff1a}.dark-theme .product-item .product-image{background:var(--dark-bg);border-color:var(--dark-border)}.dark-theme .product-item .product-brand{color:var(--dark-text-secondary)}.dark-theme .product-item .product-title{color:var(--dark-text)}.dark-theme .product-item .product-price{color:var(--dark-primary)}@media (max-width: 768px){.product-grid{grid-template-columns:repeat(2,1fr);gap:1rem}.product-item{padding:1rem}}@media (max-width: 480px){.product-grid{grid-template-columns:repeat(2,1fr);gap:.5rem}.product-item{padding:.8rem}}.product-grid-container{margin-bottom:6rem;padding-bottom:2rem}footer{background:#333;color:#fff;padding:3rem 0 1.5rem;margin-top:auto;width:100%;position:relative}.footer-content{display:grid;grid-template-columns:1fr 2fr;gap:3rem;margin-bottom:2rem}.footer-logo{display:flex;align-items:center}.footer-logo img{max-height:80px}.footer-sections{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem}.footer-nav h3,.footer-contact h3{color:#fff;font-size:1.2rem;margin-bottom:1.2rem;font-weight:600}.footer-nav ul{list-style:none;padding:0}.footer-nav ul li{margin-bottom:.8rem}.footer-nav ul li a{color:#fff;text-decoration:none;transition:color .3s ease}.footer-nav ul li a:hover{color:#ddd}.footer-contact p{margin-bottom:.8rem;display:flex;align-items:center}.footer-contact i{margin-right:10px;width:16px}.whatsapp-link{color:#fff;text-decoration:none;transition:color .3s ease;display:inline-flex;align-items:center}.whatsapp-link:hover{color:#25d366}.footer-bottom{text-align:center;padding-top:2rem;border-top:1px solid rgba(255,255,255,.1)}@media (max-width: 768px){.footer-content{grid-template-columns:1fr;gap:2rem}.footer-logo{justify-content:center}.footer-sections{grid-template-columns:1fr;text-align:center}.footer-contact p{justify-content:center}}.category-label{display:inline-block;padding:4px 8px;background:#eee;border-radius:4px;font-size:.8rem;margin-bottom:8px}.about{padding:4rem 0}.about h1{text-align:center;margin-bottom:3rem}.about-content{display:grid;gap:2rem}.about-content div{background:#fff;padding:2rem;border-radius:8px;box-shadow:0 2px 5px #0000001a}.contact{padding:4rem 0}.contact h1{text-align:center;margin-bottom:3rem;font-size:2.5rem;color:#333}.contact-content{display:grid;grid-template-columns:2fr 1fr;gap:4rem;max-width:1200px;margin:0 auto}.contact-form{background:#fff;padding:2rem;border-radius:8px;box-shadow:0 2px 10px #0000001a}.form-group{margin-bottom:1.5rem}.form-group label{display:block;margin-bottom:.5rem;font-weight:600;color:#333}.form-group input,.form-group textarea{width:100%;padding:.8rem;border:1px solid #ddd;border-radius:4px;font-size:1rem;transition:border-color .3s ease}.form-group input:focus,.form-group textarea:focus{outline:none;border-color:#666}.form-group textarea{height:150px;resize:vertical}button[type=submit]{background:#333;color:#fff;padding:1rem 2rem;border:none;border-radius:4px;cursor:pointer;font-size:1rem;font-weight:600;transition:background-color .3s ease;width:100%}button[type=submit]:hover{background:#444}.contact-info{background:#fff;padding:2rem;border-radius:8px;box-shadow:0 2px 10px #0000001a}.contact-info h2{color:#333;margin-bottom:1.5rem;font-size:1.8rem}.contact-info p{margin-bottom:1rem;display:flex;align-items:center;color:#666;font-size:1.1rem}.contact-info i{margin-right:1rem;color:#333;width:20px}.contact-info .whatsapp-link{color:#666;text-decoration:none;display:flex;align-items:center;transition:color .3s ease}.contact-info .whatsapp-link:hover,.contact-info .whatsapp-link i{color:#25d366}.dark-theme .contact h1{color:var(--dark-text)}.dark-theme .contact-form,.dark-theme .contact-info{background:var(--dark-surface);box-shadow:0 2px 10px #0003}.dark-theme .form-group label{color:var(--dark-text)}.dark-theme .form-group input,.dark-theme .form-group textarea{background:var(--dark-bg);border-color:var(--dark-border);color:var(--dark-text)}.dark-theme .contact-info h2{color:var(--dark-text)}.dark-theme .contact-info p,.dark-theme .contact-info .whatsapp-link{color:var(--dark-text-secondary)}.dark-theme .contact-info i{color:var(--dark-text)}@media (max-width: 768px){.contact-content{grid-template-columns:1fr;gap:2rem;padding:0 1rem}.contact h1{font-size:2rem;margin-bottom:2rem}.contact-info h2{font-size:1.5rem}.form-group input,.form-group textarea{padding:.6rem}button[type=submit]{padding:.8rem 1.5rem}}@media (max-width: 480px){.contact{padding:2rem 0}.contact-form,.contact-info{padding:1.5rem}}.filter-section{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:1rem;align-items:center;padding:1.5rem;background:var(--dark-surface);border-radius:8px;margin-bottom:2rem}.filter-group{display:flex;align-items:center;gap:.5rem}.filter-group label{font-weight:700;color:#333}.filter-group select{padding:.5rem;border:1px solid #ddd;border-radius:4px;background:#fff;cursor:pointer}.filter-group select:focus{outline:none;border-color:#666}.search-group{flex-grow:1;min-width:200px}.search-container{position:relative;width:100%}.search-container input{width:100%;padding:.5rem 2.5rem .5rem .5rem;border:1px solid #ddd;border-radius:4px;font-size:1rem}.search-container .search-icon{position:absolute;right:10px;top:50%;transform:translateY(-50%);color:#666}.dark-theme .search-container input{background:var(--dark-bg);border-color:var(--dark-border);color:var(--dark-text)}.dark-theme .search-container .search-icon{color:var(--dark-text)}.dark-theme .search-container input::placeholder{color:#888}.dark-theme .filter-section{background:var(--dark-surface)}.dark-theme .filter-group label{color:var(--dark-text)}.dark-theme .filter-group select{background:var(--dark-bg);border-color:var(--dark-border);color:var(--dark-text)}@media (max-width: 1024px){.filter-section{grid-template-columns:1fr 1fr}}@media (max-width: 768px){.filter-section{grid-template-columns:1fr}.search-group{order:-1}}.transition-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#333;z-index:9999;opacity:0;pointer-events:none;transition:opacity .5s ease}.transition-overlay.active{opacity:1;pointer-events:all}.products-page .nav-container{display:flex;justify-content:space-between;align-items:center;padding:10px 20px}.products-page .nav-container .logo{flex-shrink:0;margin-right:20px}.products-page .nav-container .logo img{height:40px;width:auto;vertical-align:middle}.products-page .main-nav{flex-grow:1;display:flex;justify-content:center}@media (max-width: 768px){.products-page .nav-container{flex-direction:row;align-items:center;padding:10px}.products-page .nav-container .logo img{height:30px}}@media (max-width: 480px){.products-page .nav-container .logo img{height:25px}}@media (max-width: 768px){.carousel{padding:0 45px}.carousel-container{max-width:100%;overflow:hidden}.carousel-slide{display:flex;gap:0;transition:transform .3s ease}.carousel-slide .product-card{flex:0 0 100%;max-width:100%;width:100%;padding:1.5rem;margin:0;box-sizing:border-box}.carousel-slide .product-card h4{font-size:1.4rem;margin:1rem 0}.carousel-slide .product-card p{font-size:1.1rem;margin-bottom:1rem}.carousel-slide .product-card .price{font-size:1.5rem}.carousel-button.prev{left:5px}.carousel-button.next{right:0;z-index:2}}@media (max-width: 480px){.carousel{padding:0 40px}.carousel-slide .product-card{padding:1.2rem}.carousel-slide .product-card h4{font-size:1.3rem}.carousel-slide .product-card p{font-size:1rem}.carousel-slide .product-card .price{font-size:1.4rem}}.product-image.iso-whey-image img{width:60%;height:60%;margin:auto}@media (max-width: 768px){.product-image.iso-whey-image img{width:85%;height:85%}}.no-horizontal-scroll{max-width:100vw;overflow-x:hidden}@media (max-width: 480px){.nav-container{padding:10px}.main-nav ul{gap:.5rem}.main-nav ul li a{padding:8px 12px;font-size:.9rem}.hero{padding:2rem 0}.hero-logo img{max-width:80%;height:auto}.hero h1{font-size:1.8rem;margin-bottom:.5rem}.product-grid{grid-template-columns:1fr;gap:1rem;padding:0 1rem}.product-item{width:100%;margin-bottom:1rem;padding:1rem}.product-image{height:auto;aspect-ratio:1}.carousel{padding:0 15px}.carousel-slide .product-card{flex:0 0 100%;padding:1rem}.container{padding:0 15px}.section{margin-bottom:2rem}}@media (max-width: 480px){.product-grid-container{margin-bottom:4rem}.product-grid{margin-bottom:2rem}footer{margin-top:2rem}}:root{--dark-bg: #121212;--dark-surface: #1e1e1e;--dark-primary: #ffffff;--dark-secondary: #e0e0e0;--dark-text: #ffffff;--dark-text-secondary: rgba(255, 255, 255, .7);--dark-border: rgba(255, 255, 255, .1);--dark-accent: rgba(255, 255, 255, .1)}.dark-theme{background-color:var(--dark-bg);color:var(--dark-text)}.dark-theme header{background:var(--dark-surface);box-shadow:0 2px 5px #0003}.dark-theme nav ul li a{color:var(--dark-text-secondary)}.dark-theme nav ul li a.active{color:var(--dark-primary)}.dark-theme .hero{background:var(--dark-surface)}.dark-theme .nav-container{background:var(--dark-surface);border-color:var(--dark-border)}.dark-theme .main-nav ul li a{background:var(--dark-bg);color:var(--dark-text)}.dark-theme .main-nav ul li a:hover,.dark-theme .main-nav ul li a.active{background:var(--dark-primary);color:var(--dark-bg)}.dark-theme .product-card{background:var(--dark-surface);border:1px solid var(--dark-border);box-shadow:0 2px 5px #0003}.dark-theme .product-card:hover{transform:translateY(-5px);box-shadow:0 5px 15px #ffffff1a}.dark-theme .product-image{background:var(--dark-bg)}.dark-theme .product-brand{color:var(--dark-text-secondary)}.dark-theme .product-title{color:var(--dark-text)}.dark-theme .product-price{color:var(--dark-primary)}.dark-theme .category-label{background:var(--dark-accent);color:var(--dark-text)}.dark-theme .featured-products{background:var(--dark-surface)}.dark-theme .discount-badge{background:var(--dark-primary);color:var(--dark-bg)}.dark-theme .original-price{color:var(--dark-text-secondary)}.dark-theme .discounted-price{color:var(--dark-primary)}.dark-theme .about-content div{background:var(--dark-surface);box-shadow:0 2px 5px #0003}.dark-theme .form-group input,.dark-theme .form-group textarea{background:var(--dark-surface);border-color:var(--dark-border);color:var(--dark-text)}.dark-theme button[type=submit]{background:var(--dark-primary);color:var(--dark-bg)}.dark-theme button[type=submit]:hover{background:var(--dark-secondary)}
