.header{position:relative;height:100vh;display:flex;align-items:center;justify-content:center;padding:2rem;text-align:center;z-index:1}.overlay{max-width:600px;width:100%;padding:2rem;z-index:2;opacity:0;animation:fadeInOverlay .6s ease-out forwards;font-family:Cormorant Garamond,serif}.logo-img{width:200px;margin:0 auto 20px;display:block}.titulo{font-size:3rem;font-weight:700;color:#fff;text-shadow:1px 1px 3px rgba(0,0,0,.6);margin-bottom:10px}.descripcion{font-size:1.4rem;font-weight:500;color:#fff;text-shadow:1px 1px 2px rgba(0,0,0,.5);line-height:1.6;margin:0 auto 2rem}.social-icons{display:flex;justify-content:center;gap:20px;margin-top:2rem;opacity:0;animation:fadeInIcons .8s ease-out 1s forwards}.social-icons img{width:90px;height:90px;transition:transform .3s ease,filter .3s ease;filter:saturate(1.8) contrast(1.4) brightness(1.5)}.social-icons img:hover{transform:scale(1.1);filter:saturate(2.5) contrast(1.8) brightness(1.5)}.btn-carta{background-color:#fbeee0;border:2px solid #422800;border-radius:30px;box-shadow:#422800 4px 4px;color:#422800;cursor:pointer;display:inline-block;font-weight:700;font-size:22px;padding:0 25px;line-height:50px;text-decoration:none;-webkit-user-select:none;user-select:none;font-family:Cormorant Garamond,serif;transition:all .3s ease;opacity:0;transform:translateY(20px);animation:fadeInBtn 1s ease-out .8s forwards}@keyframes fadeInOverlay{to{opacity:1}}@keyframes fadeInIcons{to{opacity:1}}@keyframes fadeInBtn{to{opacity:1;transform:translateY(0)}}@media (max-width: 768px){.logo-img{width:200px}.titulo{font-size:3rem}.descripcion{font-size:1.6rem}.social-icons img{width:80px;height:80px}}.footer{background:transparent;color:#fff;padding:2rem 1rem;text-align:center;font-family:Cormorant Garamond,serif;font-size:1.9rem;line-height:1.8}.footer-top{display:flex;flex-wrap:wrap;justify-content:space-around;margin-bottom:2rem}.footer-col{flex:1 1 250px;margin:1rem}.footer p,.footer a{font-family:Cormorant Garamond,serif;font-weight:500;font-size:1.6rem;color:#eee}.footer h4{font-family:Cormorant Garamond,serif;font-size:2rem;font-weight:500;margin-bottom:.5rem;color:#fff}.footer-logo{max-width:150px;height:auto;margin:0 auto 1rem}.footer-copy{font-size:1rem;margin-top:1rem;color:#ddd}.footer-socials a{font-size:1.4rem;font-weight:500;color:#ddd;transition:color .3s ease}.footer-socials a:hover{color:#fff}.footer-link{color:#ddd;text-decoration:underline;transition:color .3s}.footer-link:hover{color:#fff}.map-container{margin-top:.5rem;width:100%;max-width:320px;height:180px;border-radius:10px;overflow:hidden;box-shadow:0 0 5px #0000004d}.map-container iframe{width:100%;height:100%;border:none}.footer-col .map-container{margin:0 auto}.carousel-container{overflow:hidden;width:100%;max-width:600px;margin:0 auto;display:flex;justify-content:center;align-items:center;flex-direction:column;padding:2rem 1rem;box-sizing:border-box}.carousel-inner{max-width:90%;width:100%;display:flex;justify-content:center;align-items:center}.carousel-track{display:flex;transition:transform .5s ease-in-out;width:100%;touch-action:pan-y}.carousel-slide{min-width:100%;display:flex;justify-content:center;align-items:center}.carousel-slide img{width:100%;height:auto;max-height:80vh;object-fit:contain;border-radius:12px}.carousel-indicators{display:flex;justify-content:center;margin-top:10px;gap:8px}.indicator-dot{width:10px;height:10px;background-color:#ccc;border-radius:50%;border:none;cursor:pointer;transition:background-color .3s ease}.indicator-dot.active{background-color:#000}@media (max-width: 768px){.carousel-container{background-position:center center;background-size:contain;padding:1rem}.carousel-inner{max-width:100%;padding:1rem}}.carousel-image-wrapper{position:relative;width:100%;max-width:400px;margin:0 auto;overflow:hidden}.carousel-image{display:block;width:100%;height:auto}.carousel-caption{position:absolute;bottom:0;left:50%;transform:translate(-50%);background-color:#00000080;color:#fff;padding:.5rem 1rem;width:90%;text-align:center;font-weight:700;border-radius:.5rem;opacity:0;transition:opacity .3s ease-in-out}.carousel-image-wrapper:hover .carousel-caption{opacity:1}.carousel-image-wrapper:focus-within .carousel-caption{opacity:1}.app-background{min-height:100vh;width:100%;background-image:url(/assets/bg-koi-side-desktop.webp);background-size:cover;background-position:center;background-attachment:fixed;background-repeat:no-repeat}@media (max-width: 768px){.app-background{background-image:url(/assets/bg-koi-side-mobile.webp);background-size:cover;background-position:center}}.app-background:before{content:"";position:fixed;top:0;right:0;bottom:0;left:0;background-color:#00000040;z-index:-1;pointer-events:none}.section-header,.section-carousel,.section-footer{position:relative;z-index:1;padding:4rem 1rem;display:flex;flex-direction:column;align-items:center}section{width:100%;padding:4rem 1rem;box-sizing:border-box}html{scroll-behavior:smooth}.header-menu{background-color:#fff;padding:20px;border-bottom:1px solid #eee;max-width:1200px;margin:0 auto;display:flex;justify-content:space-between;align-items:center;gap:1rem}.header-left,.header-center,.header-right{flex:1;display:flex;align-items:center;justify-content:center;text-align:center}.header-left{justify-content:flex-start;font-size:.9em}.header-left i{margin-right:5px}.header-center{flex-direction:column;gap:5px}.header-center img{width:180px;height:auto;max-height:180px;border-radius:50%;object-fit:contain}.header-center h1{font-size:1.8em;margin:0;color:#e8491d}.header-right{flex-direction:column;align-items:flex-end;justify-content:center;font-size:.9em;text-align:right}.header-right p{color:#000;margin:0}.social-icons{display:flex;gap:15px;align-items:center;margin-top:5px}.social-icons a{color:#000;transition:color .3s ease;font-size:1.2em}.social-icons a:hover{color:#e8491d}@media (max-width: 768px){.header-menu{flex-direction:column;gap:20px;text-align:center}.header-left,.header-center,.header-right{justify-content:center;align-items:center}.header-right{align-items:center}.header-center img{width:180px;max-height:180px}}.products-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:1rem;padding:2rem}.header-link{color:inherit;text-decoration:none}.header-link:hover{text-decoration:underline}.header-title-link{text-decoration:none;color:inherit}.header-title-link:hover{text-decoration:underline}.header-wrapper{background-color:#fff;width:100%}.search-section{padding:20px 0;background-color:#fff}.search-bar{display:flex;align-items:center;background-color:#f0f0f0;border-radius:25px;padding:10px 15px}.search-bar i{margin-right:10px;color:#777}.search-bar input{border:none;background:transparent;outline:none;flex-grow:1;font-size:1em}.categories-section{padding:10px 0 20px;background-color:#fff;border-bottom:1px solid #eee;overflow-x:auto;white-space:nowrap}.category-pills-container{display:flex;gap:15px}.category-pill{display:inline-flex;flex-direction:column;align-items:center;text-align:center;cursor:pointer;padding:10px;min-width:80px;transition:transform .2s}.category-pill:hover{transform:scale(1.05)}.icon-wrapper{background-color:#ffe5e0;border-radius:50%;width:50px;height:50px;display:flex;justify-content:center;align-items:center;margin-bottom:8px;color:#e8491d;font-size:1.5em}.category-pill span{font-size:.8em;color:#555;word-break:break-word}.category-pill.active .icon-wrapper{background-color:#e8491d;color:#fff}.product-card{display:flex;justify-content:space-between;background:linear-gradient(135deg,#fff4e6,#ffe0e0);border-left:6px solid #e74c3c;border-radius:12px;padding:1.2rem;box-shadow:0 4px 12px #0000000d;transition:transform .2s ease;gap:1rem}.product-card:hover{transform:scale(1.01)}.product-card .info h3{font-size:1.1rem;color:#2c3e50;margin-bottom:.4rem}.product-card .description{font-size:.85rem;color:#555}.product-card .price{font-size:1rem;color:#c0392b;font-weight:600}.image-container img{width:100px;height:80px;object-fit:cover;border-radius:10px}.description p{margin:.25rem 0}@media (max-width: 768px){.product-grid{grid-template-columns:1fr}}.category-title{margin:1rem 0 .5rem;border-bottom:1px solid #ccc;padding-bottom:.5rem;font-size:1rem}.products-row{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}@media (max-width: 768px){.products-row{grid-template-columns:1fr}}.search-bar-sticky{position:sticky;top:0;background-color:#fff;z-index:1000;padding:1rem 0}.category-tabs-sticky{position:sticky;top:5rem;background-color:#fff;z-index:999;padding:1rem 0;min-height:70px;box-shadow:0 2px 4px #0000000d}.category-group{scroll-margin-top:180px}@media print{body{-webkit-print-color-adjust:exact;zoom:.8;background:#fff!important;color:#000!important}.product-grid{display:block}.category-group{page-break-inside:avoid;break-inside:avoid;margin-bottom:2rem}.products-row{display:flex;flex-wrap:wrap;gap:.8rem}.product-card img{width:80px;height:60px}.product-card{width:23%;margin-bottom:1rem;page-break-inside:avoid;break-inside:avoid;font-size:.8rem;padding:.8rem}.product-card .price{font-size:.8rem}.category-group{break-before:auto;margin-bottom:1.5rem}.product-card .description{font-size:.7rem}.boton-descargar,.search-bar-sticky,.category-tabs-sticky,.admin-controls{display:none!important}header,.header-menu{display:none!important}.app-background{background:#fff!important}}
