*{margin:0;padding:0;box-sizing:border-box}body{font-family:Arial,sans-serif;line-height:1.6;color:#333;background-color:#fdebd0}.container{max-width:1200px;margin:0 auto;padding:0 20px}html{scroll-behavior:smooth}#inicio,#sobre-mi,#productos,#contacto{scroll-margin-top:83px}.footer{background:linear-gradient(135deg,#333,#555);color:#fff;padding:3rem 0 1rem}.footer-content{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;margin-bottom:2rem}.footer-section h3,.footer-section h4{color:#ffb3d1;margin-bottom:1rem}.footer-section p{color:#ccc;margin-bottom:.5rem}.social-links{display:flex;gap:1rem}.social-links a{color:#ffb3d1;text-decoration:none;transition:color .3s ease}.social-links a:hover{color:#ff3677}.footer-bottom{border-top:1px solid #555;padding-top:1rem;text-align:center;color:#ccc}.header{background:linear-gradient(135deg,#fdebd0,#fff5e6);box-shadow:0 2px 10px #ff36771a;position:sticky;top:0;z-index:100;transition:background .3s ease}.header .container{display:flex;justify-content:space-between;align-items:center;padding:1rem 20px;max-width:1200px;margin:0 auto}.logo h1{color:#ff3677;font-size:2rem;font-weight:700}.logo a{text-decoration:none;color:inherit}.nav{display:flex;gap:2rem;transition:all .3s ease-in-out}.nav a{text-decoration:none;color:#333;font-weight:500;transition:color .3s ease}.nav a:hover{color:#ff3677}.nav a.active{color:#ff3677;font-weight:700;border-bottom:2px solid #ff3677}.menu-toggle{display:none;font-size:2rem;background:none;border:none;cursor:pointer;color:#ff3677}@media (max-width: 768px){.menu-toggle{display:block}.nav{position:absolute;top:100%;left:0;width:100%;background:#fff;flex-direction:column;align-items:center;max-height:0;overflow:hidden;gap:1.5rem;padding:0;transition:max-height .4s ease;box-shadow:0 8px 16px #0000001a}.nav.open{max-height:300px;padding:1rem 0}}.whatsapp-floating-button{position:fixed;bottom:16px;right:16px;background-color:#25d366;color:#fff;border-radius:50%;width:70px;height:70px;display:flex;justify-content:center;align-items:center;box-shadow:0 4px 12px #0000004d;z-index:1000;transition:transform .2s ease-in-out}.whatsapp-floating-button:hover{transform:scale(1.1)}@media screen and (min-width: 768px){.whatsapp-floating-button{width:72px;height:72px}.whatsapp-floating-button svg{width:36px;height:36px}}.hero{background:linear-gradient(135deg,#fdebd0,#fff0e1,#ffb3d1);padding:4rem 0;min-height:70vh;display:flex;align-items:center}.hero-content{max-width:1200px;margin:0 auto;padding:0 20px;display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:center}.hero-text h1{font-size:3.5rem;color:#ff3677;margin-bottom:1rem;line-height:1.2}.hero-text p{font-size:1.2rem;color:#666;margin-bottom:2rem;line-height:1.6}.cta-button{background:linear-gradient(45deg,#ff3677,#ff6b9d);color:#fff;border:none;padding:1rem 2rem;font-size:1.1rem;border-radius:50px;cursor:pointer;transition:transform .3s ease,box-shadow .3s ease;font-weight:600;text-decoration:none}.cta-button:hover{transform:translateY(-2px);box-shadow:0 10px 25px #ff36774d}.hero-image{text-align:center}.hero-image img{aspect-ratio:1 / 1;max-height:70vh;max-width:70vh;width:auto;height:auto;border-radius:20px;object-fit:cover;box-shadow:0 20px 40px #ff367733;transition:transform .3s ease}.hero-image img:hover{transform:scale(1.05)}@media (max-width: 768px){.hero{padding:3rem 1.5rem;min-height:auto}.hero-content{display:flex;flex-direction:column;text-align:center;gap:2rem}.hero-image{order:-1}.hero-text h1{font-size:2.5rem}.hero-text p{font-size:1rem}.cta-button{font-size:1rem;padding:.9rem 1.8rem}.hero-image img{max-width:90%}}.about{padding:5rem 0;background:linear-gradient(135deg,#fff5e6,#fdebd0)}.about-content{display:grid;grid-template-columns:1fr 2fr;gap:3rem;align-items:center}.about-image img{width:100%;max-width:400px;border-radius:15px;box-shadow:0 15px 35px #ff367726;transition:transform .3s ease}.about-image img:hover{transform:scale(1.05)}.about-text h2{font-size:2.5rem;color:#ff3677;margin-bottom:1.5rem}.about-text p{font-size:1.1rem;color:#555;margin-bottom:1.5rem;line-height:1.7}@media (max-width: 768px){.about-content{grid-template-columns:1fr;text-align:center;gap:2rem}.about-image img{max-width:90%;margin:0 auto}.about-text h2{font-size:2rem}.about-text p{font-size:1rem;margin-bottom:1.2rem}}.product-card{background:#fff;border-radius:15px;overflow:hidden;box-shadow:0 10px 30px #ff36771a;transition:transform .3s ease,box-shadow .3s ease;display:flex;flex-direction:column}.product-card:hover{transform:translateY(-5px);box-shadow:0 20px 40px #ff367733}.product-image{position:relative;overflow:hidden;height:250px}.product-image img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.product-card:hover .product-image img{transform:scale(1.1)}.product-overlay{position:absolute;top:0;left:0;right:0;bottom:0;background:#ffb347cc;display:flex;align-items:center;justify-content:center;opacity:0;transition:opacity .3s ease}.product-card:hover .product-overlay{opacity:1}.view-button{background:#fff;color:#ff3677;border:none;padding:.75rem 1.5rem;border-radius:25px;cursor:pointer;font-weight:600;transition:transform .2s ease}.view-button:hover{transform:scale(1.05)}.product-info{padding:1.5rem;flex-grow:1;display:flex;flex-direction:column;justify-content:space-between}.product-category{background:#ffb3d1;color:#ff3677;padding:.25rem .75rem;border-radius:15px;font-size:.8rem;font-weight:600;text-transform:uppercase;display:inline-block}.product-info h3{color:#333;margin:1rem 0 .5rem;font-size:1.3rem}.product-info p{color:#666;font-size:.9rem;margin-bottom:1rem}.product-price{font-size:1.5rem;font-weight:700;color:#ff3677}.products{padding:5rem 1rem;background:linear-gradient(135deg,#fdebd0,#ffb3d1)}.products-container{max-width:1200px;margin:0 auto}.products h2{text-align:center;font-size:2.5rem;color:#ff3677;margin-bottom:3rem}.category-filters{display:flex;justify-content:center;flex-wrap:wrap;gap:1rem;margin-bottom:3rem}.category-filters button{background:#fff;border:2px solid #ff3677;color:#ff3677;padding:.5rem 1.5rem;border-radius:25px;cursor:pointer;font-weight:500;transition:all .3s ease}.category-filters button:hover,.category-filters button.active{background:#ffb347cc;color:#000;transform:translateY(-2px);box-shadow:0 5px 15px #ff36774d}.products-grid{display:grid;gap:2rem;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));padding:0 1rem}.info-cuadros{background-color:#fff3e0;border-left:5px solid #ff3677;padding:1.5rem;margin:2rem auto;max-width:800px;font-size:1.1rem;line-height:1.6;color:#333;border-radius:12px;box-shadow:0 2px 8px #0000001a}.no-products{text-align:center;font-size:1.2rem;padding:2rem;color:#666;background:#fff9;border-radius:12px;grid-column:1 / -1}.loading-spinner-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#fffc;display:flex;justify-content:center;align-items:center;z-index:9999}.loading-spinner-container{text-align:center;color:#333}.spinner-icon{font-size:4rem;animation:spin 2s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.loading-spinner-container p{margin-top:1rem;font-size:1.2rem;font-weight:700;color:#555}.modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#000000e6;z-index:9999;display:flex;align-items:center;justify-content:center}.modal-image{max-width:90%;max-height:90%;border-radius:8px;box-shadow:0 0 20px #ffffff1a}.modal-close{position:absolute;top:20px;right:30px;background:none;border:none;color:#fff;cursor:pointer}.modal-arrow{position:absolute;background:none;border:none;color:#fff;cursor:pointer;padding:1rem}.modal-arrow.left{left:30px}.modal-arrow.right{right:30px}.gallery{display:grid;grid-template-columns:2fr 1fr;gap:1rem;margin-top:2rem}.gallery-left{position:relative;cursor:pointer}.main-image{width:100%;height:500px;object-fit:cover;border-radius:12px;box-shadow:0 5px 15px #0000001a}.image-count{position:absolute;bottom:10px;left:10px;background:#0009;color:#fff;font-size:.85rem;padding:4px 8px;border-radius:8px;display:flex;align-items:center;gap:6px}.gallery-right{display:flex;flex-direction:column;gap:1rem}.secondary-image{width:100%;height:240px;object-fit:cover;border-radius:12px;cursor:pointer;box-shadow:0 3px 10px #0000000d}@media (max-width: 768px){.gallery{display:block}.gallery-right{display:none}.main-image{height:280px}}.product-details{padding-top:2rem;padding-bottom:4rem;background:#fff0f5}.product-details-container{max-width:1000px;margin:0 auto;padding:0 1rem}.product-loading{margin-top:8rem;text-align:center;font-size:1.2rem;color:#777}.product-details-header h1{font-size:2.5rem;color:#ff3677;margin-bottom:.5rem}.product-details-category{font-size:.95rem;font-weight:600;color:#ff7aa3;text-transform:uppercase}.product-details-description{background:#fff;margin-top:2rem;padding:2rem;border-radius:20px;box-shadow:0 10px 30px #ff36771a;border:1px solid #ffb3d1}.product-details-description h2{color:#ff3677;font-size:1.5rem;margin-bottom:1rem}.product-details-description p{color:#444;line-height:1.6}.product-details-price{font-size:1.8rem;color:#ff3677;font-weight:700;margin-top:1.5rem}.product-details-description p{white-space:pre-line}.share-button{display:flex;align-items:center;gap:8px;background:#ff3677;color:#fff;border:none;padding:12px 24px;border-radius:25px;font-weight:600;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 15px #ff36774d;font-size:1rem;margin-top:1rem}.share-button:hover{background:#e6306b;transform:translateY(-2px);box-shadow:0 6px 20px #ff367766}.share-button:disabled{background:#ccc;cursor:not-allowed;transform:none;opacity:.7}.share-card-hidden{position:absolute;left:-9999px;top:-9999px;width:450px;height:700px;background:#fff0f5;padding:20px;border-radius:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;box-sizing:border-box;overflow:hidden}.share-card-content{height:100%;display:flex;flex-direction:column;justify-content:flex-start;gap:18px}.share-card-header{flex-shrink:0;height:75px;display:flex;flex-direction:column;justify-content:center}.share-card-header h1{font-size:24px;color:#ff3677;margin:0 0 8px;font-weight:700;line-height:1.2;word-wrap:break-word;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical}.share-card-category{font-size:12px;font-weight:600;color:#ff7aa3;text-transform:uppercase;letter-spacing:1px}.share-card-images{height:280px;display:flex;gap:10px;flex-shrink:0}.share-card-main-image{flex:0 0 65%;background:#fff;border-radius:12px;overflow:hidden;box-shadow:0 4px 12px #ff36771a;border:2px solid #ffb3d1}.share-card-main-image img{width:100%;height:100%;object-fit:cover;display:block}.share-card-secondary-images{flex:0 0 32%;display:flex;flex-direction:column;gap:8px}.share-card-secondary-images img{width:100%;height:calc(50% - 4px);object-fit:cover;border-radius:8px;box-shadow:0 2px 8px #ff36771a;border:1px solid #ffb3d1;display:block}.share-card-info{background:#fff;padding:18px;border-radius:12px;box-shadow:0 4px 12px #ff36771a;border:1px solid #ffb3d1;flex:1;min-height:160px;max-height:220px;display:flex;flex-direction:column;justify-content:space-between}.share-card-info h3{color:#ff3677;font-size:16px;margin:0 0 8px;font-weight:700}.share-card-info p{color:#444;font-size:13px;line-height:1.5;margin:0 0 15px;word-wrap:break-word;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:5;line-clamp:5;-webkit-box-orient:vertical;flex:1}.share-card-price{font-size:18px;color:#ff3677;font-weight:700}.share-card-footer{text-align:center;padding:12px 0;border-top:2px solid #ffb3d1;flex-shrink:0;height:40px;display:flex;align-items:center;justify-content:center;background:#fff0f5e6;margin-top:auto}.share-card-footer span{color:#ff3677;font-weight:700;font-size:16px;text-shadow:0 1px 2px rgba(255,255,255,.8)}.share-modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#000c;display:flex;align-items:center;justify-content:center;z-index:1000;padding:20px}.share-modal{background:#fff;border-radius:16px;padding:24px;max-width:90vw;max-height:90vh;overflow:auto;width:100%;max-width:500px}.share-modal-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px}.share-modal-header h3{color:#ff3677;margin:0;font-size:1.3rem}.share-close-button{background:none;border:none;cursor:pointer;color:#666;padding:8px;border-radius:50%;transition:all .3s ease;display:flex;align-items:center;justify-content:center}.share-close-button:hover{color:#ff3677;background:#f0f0f0}.share-modal-content{text-align:center;margin-bottom:20px}.generated-image{max-width:100%;height:auto;border-radius:8px;box-shadow:0 4px 12px #0000001a}.share-modal-actions{display:flex;gap:12px;justify-content:center;flex-wrap:wrap}.share-action-button{display:flex;align-items:center;gap:8px;padding:12px 20px;border:none;border-radius:8px;cursor:pointer;font-weight:600;transition:all .3s ease;font-size:.95rem}.share-action-button.download{background:#ff3677;color:#fff}.share-action-button.download:hover{background:#e6306b;transform:translateY(-1px)}.share-action-button.copy{background:#f0f0f0;color:#ff3677;border:2px solid #ff3677}.share-action-button.copy:hover{background:#ff3677;color:#fff;transform:translateY(-1px)}@media (max-width: 768px){.share-modal{padding:16px;margin:10px}.share-modal-actions{flex-direction:column}.share-action-button{width:100%;justify-content:center}}.notification-toast{position:fixed;top:20px;right:20px;z-index:9999;padding:16px 24px;border-radius:12px;box-shadow:0 8px 32px #0003;transform:translate(100%);transition:transform .3s ease-in-out;animation:slideIn .3s ease-out forwards;max-width:300px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.notification-toast.success{background:linear-gradient(135deg,#10b981,#059669);color:#fff;border:1px solid rgba(255,255,255,.2)}.notification-toast.error{background:linear-gradient(135deg,#ef4444,#dc2626);color:#fff;border:1px solid rgba(255,255,255,.2)}.notification-content{display:flex;align-items:center;font-weight:500;font-size:14px}@keyframes slideIn{0%{transform:translate(100%);opacity:0}to{transform:translate(0);opacity:1}}.share-card-main-image video,.share-card-secondary-images video{width:100%;height:100%;object-fit:cover;display:block;border-radius:inherit}.share-card-main-image video{border-radius:12px;box-shadow:0 4px 12px #ff36771a;border:2px solid #ffb3d1}.share-card-secondary-images video{border-radius:8px;box-shadow:0 2px 8px #ff36771a;border:1px solid #ffb3d1}.productos-wrapper{margin-top:-4rem}.notfound{display:flex;align-items:start;justify-content:center;min-height:80vh;background:linear-gradient(135deg,#fff0e1,#ffe1e1);text-align:center;padding:4rem 1rem 2rem}.notfound-content{max-width:600px;padding:2rem;background:#fff;border-radius:2rem;box-shadow:0 10px 30px #0000001a;display:flex;flex-direction:column;align-items:center}.notfound h1{font-size:6rem;color:#ff3677;margin-bottom:1rem}.notfound p{font-size:1.2rem;margin:.5rem 0;color:#444}.notfound-image{width:150px;margin:1.5rem 0 1rem}.home-link{background-color:#ff3677;color:#fff;padding:.75rem 1.5rem;border-radius:25px;text-decoration:none;font-weight:600;transition:background-color .3s;margin-top:.5rem}.home-link:hover{background-color:#ff8c94}
