.navbar{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:1000;background:#fffffff2;width:100%;position:fixed;top:0;box-shadow:0 2px 10px #0000001a}.nav-content{justify-content:space-between;align-items:center;max-width:1200px;margin:0 auto;padding:1rem 2rem;display:flex}.nav-brand{align-items:center;gap:.5rem;display:flex}.brand-icon{font-size:1.8rem}.nav-brand h1{color:#2c3e50;font-size:1.5rem;font-weight:700}.nav-links{align-items:center;gap:2rem;display:flex}.nav-link{color:#2c3e50;font-weight:500;text-decoration:none;transition:color .3s;position:relative}.nav-link:after{content:"";background-color:#2c3e50;width:0;height:2px;transition:width .3s;position:absolute;bottom:-4px;left:0}.nav-link:hover:after{width:100%}.cart-button{cursor:pointer;background:0 0;border:none;padding:.5rem;font-size:1.5rem;position:relative}.cart-badge{color:#fff;background:#e74c3c;border-radius:50%;padding:.2rem .5rem;font-size:.8rem;font-weight:700;position:absolute;top:0;right:0}.hero{background:linear-gradient(135deg,#f6f9fc 0%,#f1f4f8 100%);align-items:center;min-height:100vh;padding:6rem 2rem 4rem;display:flex}.hero-content{grid-template-columns:1fr 1fr;align-items:center;gap:4rem;max-width:1200px;margin:0 auto;display:grid}.hero-text h1{color:#2c3e50;margin-bottom:1.5rem;font-size:4rem;line-height:1.2}.hero-text p{color:#666;margin-bottom:2rem;font-size:1.2rem;line-height:1.6}.hero-buttons{gap:1rem;margin-bottom:3rem;display:flex}.primary-btn,.secondary-btn{cursor:pointer;border-radius:50px;padding:1rem 2rem;font-size:1.1rem;font-weight:600;transition:transform .3s,box-shadow .3s}.primary-btn{color:#fff;background:#2c3e50;border:none}.secondary-btn{color:#2c3e50;background:#fff;border:2px solid #2c3e50}.primary-btn:hover,.secondary-btn:hover{transform:translateY(-2px);box-shadow:0 5px 15px #0000001a}.hero-features{grid-template-columns:repeat(3,1fr);gap:2rem;margin-top:2rem;display:grid}.feature{text-align:center}.feature span{margin-bottom:.5rem;font-size:2rem;display:block}.feature p{color:#666;margin:0;font-size:1rem}.hero-image{background:url(tu-imagen-hero.jpg) 50%/cover;border-radius:20px;width:100%;height:100%;min-height:400px;box-shadow:0 20px 40px #0000001a}@media (max-width:768px){.hero-content{text-align:center;grid-template-columns:1fr}.hero-text h1{font-size:3rem}.hero-buttons{justify-content:center}.hero-image{display:none}}.products-section{background:#fff;padding:4rem 2rem}.products-header{text-align:center;margin-bottom:3rem}.products-header h2{color:#2c3e50;margin-bottom:1rem;font-size:2.5rem}.products-header p{color:#666;font-size:1.1rem}.product-grid{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:2rem;max-width:1200px;margin:0 auto;display:grid}.product-card{background:#fff;border-radius:16px;transition:transform .3s,box-shadow .3s;overflow:hidden;box-shadow:0 10px 20px #0000000d}.product-card:hover{transform:translateY(-5px);box-shadow:0 15px 30px #0000001a}.product-image-container{aspect-ratio:1;position:relative;overflow:hidden}.product-image-container img{object-fit:cover;width:100%;height:100%;transition:transform .3s}.product-card:hover .product-image-container img{transform:scale(1.05)}.product-category{color:#fff;background:#000000b3;border-radius:20px;padding:.5rem 1rem;font-size:.9rem;position:absolute;top:1rem;right:1rem}.product-info{padding:1.5rem}.product-info h3{color:#2c3e50;margin-bottom:.5rem;font-size:1.2rem}.product-rating{align-items:center;gap:.5rem;margin:.5rem 0;display:flex}.stars{color:gold;letter-spacing:2px}.rating-number{color:#666;font-size:.9rem}.product-price{color:#2c3e50;margin:.5rem 0;font-size:1.5rem;font-weight:700}.stock-info{color:#666;margin-bottom:1rem;font-size:.9rem}.add-to-cart-btn{color:#fff;cursor:pointer;background:#2c3e50;border:none;border-radius:8px;width:100%;padding:.8rem;font-weight:600;transition:background .3s}.add-to-cart-btn:hover{background:#34495e}@media (max-width:768px){.products-section{padding:2rem 1rem}.product-grid{gap:1rem}.products-header h2{font-size:2rem}}.cart{z-index:999;background-color:#fffdf7;border:2px solid #f8d210;border-radius:12px;width:300px;max-height:70vh;padding:20px;position:fixed;top:70px;right:20px;overflow-y:auto;box-shadow:0 4px 12px #00000040}.cart h2{color:#333;margin-bottom:15px;font-size:1.2rem}.cart-item{justify-content:space-between;align-items:center;margin-bottom:12px;display:flex}.cart-item img{object-fit:cover;border-radius:8px;width:50px;height:50px}.remove-btn{color:#ff4b4b;cursor:pointer;background:0 0;border:none;font-size:1.2rem;transition:transform .2s}.remove-btn:hover{transform:scale(1.2)}.checkout-btn{color:#f8d210;cursor:pointer;background-color:#111;border:none;border-radius:8px;width:100%;padding:10px 15px;font-weight:600;transition:all .3s}.checkout-btn:hover{color:#111;background-color:#f8d210}.footer{color:#fff;background:linear-gradient(90deg,#2c5282,#2b6cb0);padding:4rem 0 2rem}.footer-content{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:3rem;max-width:1200px;margin:0 auto;padding:0 2rem;display:grid}.footer-section{flex-direction:column;gap:1rem;display:flex}.footer-section h3{margin-bottom:1rem;font-size:1.5rem;position:relative}.footer-section h3:after{content:"";background:#fff;width:50px;height:2px;position:absolute;bottom:-5px;left:0}.footer-section ul{margin:0;padding:0;list-style:none}.footer-section li{margin-bottom:.8rem}.footer-section a{color:#e2e8f0;text-decoration:none;transition:color .2s}.footer-section a:hover{color:#fff}.social-links{gap:1rem;display:flex}.social-links a{background:#ffffff1a;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;transition:background .2s;display:flex}.social-links a:hover{background:#fff3}.footer-bottom{text-align:center;border-top:1px solid #ffffff1a;margin-top:3rem;padding-top:2rem}@media (max-width:768px){.footer-content{grid-template-columns:1fr;gap:2rem}.footer{padding:3rem 0 1rem}}.offers-section{background:linear-gradient(135deg,#f5f7fa 0%,#fff 100%);padding:4rem 2rem}.offers-header{text-align:center;margin-bottom:3rem}.offers-header h2{color:#2c3e50;margin-bottom:1rem;font-size:2.5rem}.offers-header p{color:#666;font-size:1.1rem}.offers-grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem;max-width:1200px;margin:0 auto;display:grid}.offer-card{text-align:center;border-radius:16px;padding:2rem;transition:transform .3s,box-shadow .3s;position:relative;overflow:hidden;box-shadow:0 10px 20px #0000000d}.offer-card:hover{transform:translateY(-5px);box-shadow:0 15px 30px #0000001a}.offer-card h3{color:#2c3e50;margin-bottom:1rem;font-size:1.5rem}.discount-badge{color:#fff;background:#ff4757;border-radius:25px;margin:1rem 0;padding:.5rem 1rem;font-weight:700;animation:2s infinite pulse;display:inline-block}.offer-description{color:#444;margin:1rem 0;line-height:1.6}.coupon-btn{color:#fff;cursor:pointer;background:#2c3e50;border:none;border-radius:25px;padding:.8rem 1.5rem;font-weight:600;transition:background .3s}.coupon-btn:hover{background:#34495e}@keyframes pulse{0%{transform:scale(1)}50%{transform:scale(1.05)}to{transform:scale(1)}}@media (max-width:768px){.offers-section{padding:2rem 1rem}.offers-header h2{font-size:2rem}.offers-grid{gap:1rem}}html,body,#root{height:100%;margin:0;padding:0}body{flex-direction:column;min-height:100vh;display:flex}#root,.App{flex-direction:column;flex:1;display:flex}footer{margin-top:auto}*{box-sizing:border-box;margin:0;padding:0}html,body,#root{background-color:#f8f8f8;width:100%;height:100%;font-family:Poppins,sans-serif}.app{flex-direction:column;align-items:center;width:100%;min-height:100vh;display:flex}
