@charset "UTF-8";.store-header{margin-bottom:1.75rem;background-color:var(--palette-white, #ffffff);padding:1.5rem;border-radius:10px;box-shadow:0 4px 6px #0000000d}.store-breadcrumb{margin:0 0 .35rem;color:color-mix(in srgb,var(--palette-black, #374151) 55%,var(--palette-white, #fff));font-size:.85rem}.store-title{margin:0;font-size:3rem;line-height:1.05;color:var(--palette-primary, #6e7136);font-weight:700}.store-toolbar{margin-top:0;display:flex;align-items:center;justify-content:space-between;gap:1rem}.store-results{margin:0;color:color-mix(in srgb,var(--palette-black, #374151) 78%,var(--palette-white, #fff));font-size:.95rem}.store-sort-wrapper{display:flex;align-items:center;gap:.5rem}.store-sort-wrapper label{color:color-mix(in srgb,var(--palette-black, #374151) 60%,var(--palette-white, #fff));font-size:.9rem}.store-sort-select{min-width:170px;border:1px solid color-mix(in srgb,var(--palette-black, #000) 12%,var(--palette-white, #fff));background:var(--palette-white, #fff);color:color-mix(in srgb,var(--palette-black, #374151) 85%,var(--palette-white, #fff));font-size:.9rem;padding:.45rem .75rem;border-radius:3px}.store-sort-select:focus{outline:none;border-color:var(--palette-accent, #de9031);box-shadow:0 0 0 2px color-mix(in srgb,var(--palette-accent, #de9031) 22%,transparent)}@media (max-width: 900px){.store-title{font-size:2.2rem}.store-toolbar{flex-direction:column;align-items:flex-start;width:100%}.store-sort-wrapper{width:100%;flex-wrap:wrap}.store-sort-select{width:100%;min-width:0;max-width:100%}}@media (max-width: 640px){.store-header{padding:1rem .85rem;margin-bottom:1.25rem;border-radius:8px}.store-breadcrumb{font-size:.8rem}.store-title{font-size:clamp(1.45rem,7vw,2rem);line-height:1.1}.store-results{font-size:.85rem;line-height:1.35;word-break:break-word}.store-sort-wrapper label{font-size:.85rem}}.store-hero-slider{position:relative;margin-bottom:2rem;background:var(--palette-white, #ffffff);border-radius:0;overflow:hidden;border:none}.store-hero-slider__inner{display:grid;grid-template-columns:minmax(0,1.45fr) minmax(0,.85fr);gap:2rem;align-items:center;padding:2.5rem 2rem 2.5rem 1.5rem;min-height:340px}.store-hero-slider__visual{display:flex;align-items:center;justify-content:center;padding:0;min-height:200px;background:#fff;border:none;border-radius:0;box-shadow:none}.store-hero-slider__img{max-width:100%;width:100%;max-height:340px;-o-object-fit:contain;object-fit:contain;vertical-align:middle}.store-hero-slider:not(.store-hero-slider--banner) .store-hero-slider__visual{display:flex;align-items:center;justify-content:center;align-self:stretch;box-sizing:border-box;padding:clamp(.65rem,2vw,1.25rem);min-height:260px;max-height:min(460px,58vw);aspect-ratio:16/10;overflow:hidden}.store-hero-slider:not(.store-hero-slider--banner) .store-hero-slider__img{align-self:center;flex-shrink:1;display:block;box-sizing:border-box;width:auto;height:auto;max-width:100%;max-height:100%;-o-object-fit:contain;object-fit:contain;-o-object-position:center;object-position:center}.store-hero-slider__content{position:relative;padding:.75rem 1rem .75rem 0;z-index:1}.store-hero-slider__eyebrow{margin:0 0 .85rem;font-family:Georgia,Times New Roman,serif;font-size:1.05rem;color:color-mix(in srgb,var(--palette-black, #374151) 88%,var(--palette-white, #fff));font-weight:500;line-height:1.35}.store-hero-slider__title{margin:0 0 1.15rem;font-family:Georgia,Times New Roman,serif;font-size:clamp(1.75rem,4vw,2.65rem);line-height:1.15;font-weight:700;color:var(--palette-black, #374151);max-width:22ch}.store-hero-slider__body{margin:0 0 1.65rem;font-size:.95rem;line-height:1.65;color:color-mix(in srgb,var(--palette-black, #374151) 62%,var(--palette-white, #fff));max-width:36rem}.store-hero-slider__body p{margin:0 0 .85rem}.store-hero-slider__body p:last-child{margin-bottom:0}.store-hero-slider__cta{display:inline-flex;align-items:center;gap:.5rem;padding:.75rem 1.35rem;background:var(--palette-accent, #de9031);color:var(--palette-white, #ffffff);text-decoration:none;font-weight:600;font-size:.82rem;letter-spacing:.04em;text-transform:uppercase;border-radius:4px;transition:filter .2s ease,transform .2s ease}.store-hero-slider__cta:hover{filter:brightness(.92);transform:translateY(-1px)}.store-hero-slider__cta-icon{display:flex;align-items:center}.store-hero-slider__controls{display:flex;justify-content:center;gap:.45rem;padding:0 1rem 1rem}.store-hero-slider__dot{width:8px;height:8px;border-radius:50%;border:none;padding:0;background:color-mix(in srgb,var(--palette-black, #000) 22%,var(--palette-white, #fff));cursor:pointer;transition:background .2s,transform .2s}.store-hero-slider__dot.is-active{background:var(--palette-primary, #6e7136);transform:scale(1.15)}.store-hero-slider__arrow{position:absolute;top:50%;transform:translateY(-50%);width:44px;height:44px;margin:0;padding:0;border:none;border-radius:0;background:transparent;cursor:pointer;color:var(--palette-black, #374151);display:flex;align-items:center;justify-content:center;transition:opacity .2s ease,color .2s ease}.store-hero-slider__arrow:hover{opacity:.75;color:var(--palette-black, #374151)}.store-hero-slider__arrow-icon{display:flex;align-items:center;justify-content:center;line-height:0}.store-hero-slider__arrow-icon svg{display:block}.store-hero-slider__arrow--prev{left:.35rem}.store-hero-slider__arrow--next{right:.35rem}.store-hero-slider--banner .store-hero-slider__inner{grid-template-columns:1fr;gap:0;padding:0;min-height:0}.store-hero-slider--banner .store-hero-slider__visual{padding:0;width:100%;min-height:0;background:transparent;border-radius:0}.store-hero-slider--banner .store-hero-slider__img{width:100%;max-height:520px;height:auto;-o-object-fit:cover;object-fit:cover;filter:none;display:block}@media (max-width: 900px){.store-hero-slider{margin-bottom:1.5rem}.store-hero-slider__inner{grid-template-columns:1fr;padding:1.5rem 1rem;min-height:0}.store-hero-slider__visual{order:-1}.store-hero-slider--banner .store-hero-slider__visual{order:0}.store-hero-slider__title{max-width:none}.store-hero-slider__arrow--prev{left:.25rem}.store-hero-slider__arrow--next{right:.25rem}}@media (max-width: 640px){.store-hero-slider{margin-bottom:1.25rem;border-radius:0}.store-hero-slider__inner{padding:1.15rem .75rem 1.35rem;gap:1rem}.store-hero-slider__visual{min-height:clamp(140px,42vw,220px)}.store-hero-slider--banner .store-hero-slider__visual{min-height:clamp(160px,48vw,320px)}.store-hero-slider:not(.store-hero-slider--banner) .store-hero-slider__visual{max-height:min(300px,62vw);min-height:180px}.store-hero-slider--banner .store-hero-slider__img{max-height:220px}.store-hero-slider__eyebrow{font-size:.95rem}.store-hero-slider__body{font-size:.88rem;line-height:1.55}.store-hero-slider__cta{width:100%;max-width:100%;justify-content:center;padding:.65rem 1rem;font-size:.78rem}.store-hero-slider__arrow{width:44px;height:44px}.store-hero-slider__controls{padding:0 .5rem .75rem}}.store-balcon{position:relative;margin:0;padding:2.75rem 0 0;text-align:center;background:#fff;color:var(--palette-black, #1a1a1a)}.store-balcon__header{display:flex;flex-direction:column;align-items:center;gap:.45rem;margin:0 0 5.25rem;background:#fff;padding:0 .5rem}.store-balcon__title{margin:0;padding:0 .75rem;box-sizing:border-box;font-family:Georgia,Times New Roman,serif;font-size:clamp(1.75rem,4vw,2.65rem);font-weight:700;letter-spacing:normal;line-height:1.15;color:var(--palette-black, #374151);background:transparent;text-transform:none;max-width:min(40ch,95vw)}.store-balcon__grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:1.5rem 1.25rem;text-align:center;background:#fff}.store-balcon__footer{display:flex;flex-direction:column;align-items:center;margin-top:2.25rem;margin-bottom:0;padding:1rem 0 1.25rem;background:#fff}.store-balcon__footer-leaf{display:block;width:140px;height:auto;-o-object-fit:contain;object-fit:contain;opacity:.95}@media (max-width: 1024px){.store-balcon__grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:1.25rem 1rem}}@media (max-width: 640px){.store-balcon{padding:1.75rem 0 0}.store-balcon__header{margin-bottom:4.5rem}.store-balcon__grid{grid-template-columns:1fr;width:100%;max-width:min(100%,400px);margin:0 auto;row-gap:2rem;-moz-column-gap:0;column-gap:0;gap:2rem 0}.store-balcon__footer-leaf{width:112px}}#main-content:has(.store-container){flex:0 1 auto;background-color:#fff}.store-page{width:100%;background:#fff}.store-destacados{width:100%;background:#fff;box-sizing:border-box}.store-destacados__inner{max-width:1360px;margin:0 auto;padding:0 clamp(.75rem,4vw,1.5rem);box-sizing:border-box}.store-page>.store-destacados:first-child{padding-top:130px}@media (max-width: 900px){.store-page>.store-destacados:first-child{padding-top:100px}}@media (max-width: 640px){.store-page>.store-destacados:first-child{padding-top:88px}}.store-destacados--hero .store-destacados__inner{padding-bottom:0}.store-destacados--balcon{padding-top:.5rem;padding-bottom:0}.store-destacados--hero+.store-destacados--balcon{padding-top:5rem}.store-destacados--balcon+.store-layout{padding-top:4rem;margin-top:.75rem}@media (max-width: 640px){.store-destacados--balcon+.store-layout{padding-top:2.75rem;margin-top:.5rem}}#tienda-catalogo{scroll-margin-top:130px}@media (max-width: 900px){#tienda-catalogo{scroll-margin-top:100px}}@media (max-width: 640px){#tienda-catalogo{scroll-margin-top:88px}}.store-layout{display:flex;gap:2rem;max-width:1360px;margin:0 auto;padding:1.5rem 1.5rem 2.5rem;align-items:flex-start;overflow-x:clip;box-sizing:border-box}@media (max-width: 900px){.store-layout{flex-direction:column;gap:1.25rem;padding-left:clamp(.75rem,4vw,1.5rem);padding-right:clamp(.75rem,4vw,1.5rem)}}@media (max-width: 640px){.store-layout{padding-bottom:1.5rem}}.store-page>.store-layout:first-child{padding:130px 1.5rem 2.5rem}@media (max-width: 900px){.store-page>.store-layout:first-child{padding:100px clamp(.75rem,4vw,1.5rem) 1.5rem}}@media (max-width: 640px){.store-page>.store-layout:first-child{padding:88px clamp(.75rem,4vw,1.5rem) 1.5rem}}.store-sidebar{flex-shrink:0;width:250px;background:transparent;border-radius:0;border:none;padding:.25rem 0;position:sticky;top:100px}@media (max-width: 900px){.store-sidebar{display:none}}.store-sidebar-section{margin-bottom:1.5rem}.store-sidebar-section:last-of-type{margin-bottom:0}.store-sidebar-title{font-size:2rem;font-weight:700;color:var(--palette-primary, #6e7136);margin:0 0 .75rem;padding-bottom:0;border-bottom:none;font-family:Georgia,Times New Roman,serif}.store-sidebar-nav{display:flex;flex-direction:column;gap:.1rem;padding:0;margin:0;list-style:none}.store-sidebar .store-sidebar-nav a.store-sidebar-link{margin-left:0!important;margin-right:0!important}.store-sidebar-link{display:block;padding:.2rem 0;border-radius:5px;color:var(--palette-primary, #6e7136);text-decoration:none;font-size:1.05rem;line-height:1.3;transition:background .2s,color .2s}.store-sidebar-link:hover{color:var(--palette-secondary, #5a5d2c)}.store-sidebar-link.active{background:transparent;color:var(--palette-secondary, #5a5d2c);font-weight:500}.store-sidebar-search{display:flex;gap:.35rem;align-items:center}.store-sidebar-search input{flex:1;border:1px solid color-mix(in srgb,var(--palette-black, #000) 14%,var(--palette-white, #fff));background:var(--palette-white, #ffffff);border-radius:2px;padding:.5rem .55rem;font-size:.86rem;color:color-mix(in srgb,var(--palette-black, #374151) 62%,var(--palette-white, #fff))}.store-sidebar-search input:focus{outline:none;border-color:var(--palette-accent, #de9031)}.store-sidebar-search button{width:32px;height:32px;border:none;border-radius:4px;background:var(--palette-accent, #de9031);color:var(--palette-white, #ffffff);font-weight:700;cursor:pointer;transition:filter .2s ease}.store-sidebar-search button:hover{filter:brightness(.92)}.store-sidebar-widgets{margin-top:1rem;padding-top:1rem;border-top:1px solid rgba(0,0,0,.08)}.store-main{flex:1;min-width:0;border-left:1px solid color-mix(in srgb,var(--palette-black, #000) 8%,var(--palette-white, #fff));padding-left:2rem}.store-main-search{display:none;margin-bottom:1rem}@media (max-width: 900px){.store-main-search{display:block}}.store-main-search__label{display:block;font-size:.8rem;font-weight:600;color:color-mix(in srgb,var(--palette-black, #374151) 72%,var(--palette-white, #fff));margin-bottom:.35rem}.store-main-search__row{display:flex;gap:.35rem;align-items:center}.store-main-search__row input{flex:1;min-width:0;border:1px solid color-mix(in srgb,var(--palette-black, #000) 14%,var(--palette-white, #fff));background:var(--palette-white, #ffffff);border-radius:4px;padding:.55rem .65rem;font-size:.95rem;color:color-mix(in srgb,var(--palette-black, #374151) 85%,var(--palette-white, #fff))}.store-main-search__row input:focus{outline:none;border-color:var(--palette-accent, #de9031)}@media (max-width: 900px){.store-main{border-left:none;padding-left:0;width:100%}}.store-container{padding-bottom:2rem}.store-container .product-grid{grid-template-columns:repeat(3,1fr);gap:1.25rem;margin-bottom:1.5rem}.store-container .product-grid .product-card .product-image-container{background:#fff;border:1px solid rgba(0,0,0,.06);outline:none;transition:all .3s ease-in-out}.store-container .product-grid .product-card .product-image-container .product-image{-o-object-fit:cover;object-fit:cover;padding:0;background:#fff;transition:all .3s ease-in-out;border:none;outline:none}.store-container .product-grid .product-card .product-image-container .product-image:hover{transform:translate(-50%,-50%) scale(1.05);border:none;outline:none}.store-container .product-grid .product-card .product-image-container:hover{outline:none}.store-container .product-grid .product-card .product-info h3{min-height:2.8em;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;word-break:break-word;line-height:1.3}.store-container .product-grid .product-card .product-info .description{min-height:2.8em;line-height:1.3;font-size:.75rem;color:#666;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;word-break:break-word;hyphens:auto;margin:0 0 .15rem}.store-container .product-grid .product-card .product-info .product-details{margin:.1rem 0 0}.store-container .product-grid .product-card .product-info .product-info{padding-bottom:1.6rem}.store-container .product-grid .product-card .product-info .product-footer{margin-top:.45rem;margin-bottom:.35rem}@media (max-width: 900px){.store-container .product-grid{grid-template-columns:repeat(2,1fr);gap:1rem}.store-container .product-grid .product-card .product-image-container .product-image{padding:0;-o-object-fit:cover;object-fit:cover}.store-container .product-grid .product-card .product-info{padding:.5rem}.store-container .product-grid .product-card .product-info h3{font-size:.875rem;min-height:2.6em;line-height:1.3}.store-container .product-grid .product-card .product-info .description{font-size:.75rem;min-height:2.4em;line-height:1.3}}@media (max-width: 640px){.store-container{padding-bottom:1.25rem}.store-container .product-grid{grid-template-columns:1fr;gap:1.25rem;max-width:min(100%,440px);margin:0 auto;padding-left:0;padding-right:0;width:100%}.store-container .product-grid .product-card{max-width:none;width:100%;margin:0}.store-container .product-grid .product-card .product-image-container{padding-bottom:100%}.store-container .product-grid .product-card .product-image-container .product-image{padding:0;-o-object-fit:cover;object-fit:cover;-o-object-position:center center;object-position:center center;transform:translate(-50%,-50%)}.store-container .product-grid .product-card .product-info{padding:0 .25rem .5rem;align-items:center;text-align:center}.store-container .product-grid .product-card .product-info .product-details,.store-container .product-grid .product-card .product-info .price-section{justify-content:center;align-items:center;width:100%}.store-container .product-grid .product-card .product-info h3,.store-container .product-grid .product-card .product-info .product-title{font-size:1.05rem;min-height:auto;-webkit-line-clamp:3;line-height:1.25}.store-container .product-grid .product-card .product-info .description{font-size:.875rem;min-height:auto;-webkit-line-clamp:3}.store-container .paginacion{margin:1.25rem auto;gap:.5rem;padding:0 .25rem}.store-container .paginas{gap:.35rem;justify-content:center}.store-container .pagina-btn,.store-container .navegacion-btn{padding:.45rem .6rem;font-size:.8rem}.store-container .no-productos{padding:0 .5rem}}.store-container .product-card .product-image{opacity:1;animation:none}@keyframes fadeInImage{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}.store-container .product-grid .product-card:hover .product-image-container .product-image{transform:translate(-50%,-50%) scale(1.05)}.store-container .loading-spinner{border-left-color:var(--palette-accent, #de9031)}.store-container .pagina-btn.activa{background-color:var(--palette-primary, #6e7136);border-color:var(--palette-primary, #6e7136);color:var(--palette-white, #ffffff)}.store-container .no-productos .reset-btn{padding:.5rem 1rem;border-radius:6px;border:none;cursor:pointer;font-weight:600;background:var(--palette-accent, #de9031);color:var(--palette-white, #ffffff);transition:filter .2s ease}.store-container .no-productos .reset-btn:hover{filter:brightness(.92)}
