.ProductGallery-module__GuriqW__header{text-align:center;margin-top:-1rem;margin-bottom:3rem}.ProductGallery-module__GuriqW__title{font-family:var(--font-display),sans-serif;letter-spacing:.5px;color:var(--white);margin-bottom:.5rem;font-size:3rem;font-weight:700}.ProductGallery-module__GuriqW__subtitle{color:var(--secondary);font-size:1.2rem}.ProductGallery-module__GuriqW__filterContainer{flex-direction:column;align-items:center;gap:2rem;margin-bottom:3rem;display:flex}.ProductGallery-module__GuriqW__searchWrapper{width:100%;max-width:600px}.ProductGallery-module__GuriqW__categories{flex-wrap:wrap;justify-content:center;gap:10px;display:flex}.ProductGallery-module__GuriqW__catLink{border:1px solid var(--border-lighter);color:var(--secondary);cursor:pointer;background:0 0;border-radius:100px;padding:8px 16px;font-size:.9rem;text-decoration:none;transition:all .2s}.ProductGallery-module__GuriqW__catLink:hover{background:var(--bg-card-alt);color:var(--white)}.ProductGallery-module__GuriqW__activeLink{background:var(--primary)!important;color:var(--white)!important;border-color:var(--primary)!important}.ProductGallery-module__GuriqW__emptyState{text-align:center;color:var(--text-dim);padding:4rem}.ProductGallery-module__GuriqW__emptyStateText{margin-bottom:1rem;font-size:1.2rem}.ProductGallery-module__GuriqW__resetLink{color:var(--primary);margin-top:1rem;text-decoration:none;display:inline-block}.ProductGallery-module__GuriqW__searchContainer{width:100%;position:relative}.ProductGallery-module__GuriqW__searchHistory{background:var(--bg-card);border:1px solid var(--border-lighter);z-index:20;border-radius:0 0 8px 8px;position:absolute;top:100%;left:0;right:0}.ProductGallery-module__GuriqW__historyItem{border-bottom:1px solid var(--border-light);cursor:pointer;text-align:left;width:100%;color:var(--secondary);background:0 0;align-items:center;gap:.6rem;padding:.8rem 1rem;font-size:.9rem;transition:color .2s,background .2s;display:flex}.ProductGallery-module__GuriqW__historyItem:hover,.ProductGallery-module__GuriqW__historyItem:focus-visible{color:var(--white);background:var(--bg-card-alt);outline:none}.ProductGallery-module__GuriqW__galleryGrid{gap:1rem;width:100%;padding:1rem 0;display:grid;grid-template-columns:repeat(3,1fr)!important}.ProductGallery-module__GuriqW__galleryCard{background-color:var(--bg-card);border:1px solid var(--border-lighter);border-radius:6px;flex-direction:column;min-width:0;transition:border-color .3s;display:flex;position:relative;overflow:hidden}.ProductGallery-module__GuriqW__galleryCard:after{content:"";background:var(--primary);z-index:2;width:0%;height:2px;transition:width .35s;position:absolute;top:0;left:0}.ProductGallery-module__GuriqW__galleryCard:hover{border-color:var(--border-card)}.ProductGallery-module__GuriqW__galleryCard:hover:after{width:100%}.ProductGallery-module__GuriqW__cardOverlayLink{z-index:1;width:100%;height:100%;position:absolute;top:0;left:0}.ProductGallery-module__GuriqW__imageContainer{background:var(--bg-darkest);justify-content:center;align-items:center;width:100%;height:250px;padding:1.5rem;display:flex;position:relative;overflow:hidden}.ProductGallery-module__GuriqW__productImg{object-fit:contain;width:100%;height:100%;transition:transform .4s}.ProductGallery-module__GuriqW__galleryCard:hover .ProductGallery-module__GuriqW__productImg{transform:scale(1.04)}.ProductGallery-module__GuriqW__cardBody{background:var(--bg-card);flex-direction:column;flex-grow:1;padding:1.5rem;display:flex}.ProductGallery-module__GuriqW__badge{color:var(--primary);text-transform:uppercase;letter-spacing:.5px;align-items:center;gap:.4rem;width:fit-content;margin-bottom:.6rem;font-size:.75rem;font-weight:700;display:inline-flex}.ProductGallery-module__GuriqW__badge:before{content:"";background:var(--primary);width:14px;height:1px}.ProductGallery-module__GuriqW__prodTitle{font-family:var(--font-display),sans-serif;color:var(--white);text-transform:uppercase;letter-spacing:.2px;margin:0 0 .6rem;font-size:1.4rem;font-weight:700;line-height:1.15}.ProductGallery-module__GuriqW__prodPrice{font-family:var(--font-display),sans-serif;color:var(--primary);margin-bottom:1.1rem;font-size:1.9rem;font-weight:800;line-height:1;display:block}.ProductGallery-module__GuriqW__prodDesc{color:var(--secondary);border-top:1px solid var(--border-light);-webkit-line-clamp:3;line-clamp:3;text-overflow:ellipsis;-webkit-box-orient:vertical;margin-bottom:1.5rem;padding-top:.9rem;font-size:.9rem;line-height:1.5;display:-webkit-box;overflow:hidden}.ProductGallery-module__GuriqW__cardFooter{background:var(--bg-card);z-index:10;padding:0 1.5rem 1.5rem;position:relative}.ProductGallery-module__GuriqW__waButton{color:var(--whatsapp);border:1px solid var(--whatsapp);text-transform:uppercase;letter-spacing:.3px;background:0 0;border-radius:4px;justify-content:center;align-items:center;gap:8px;margin-top:auto;padding:11px;font-size:.85rem;font-weight:700;text-decoration:none;transition:background .25s,color .25s;display:flex}.ProductGallery-module__GuriqW__waButton:hover{background:var(--whatsapp);color:var(--white)}.ProductGallery-module__GuriqW__container{max-width:1400px;min-height:100vh;margin:0 auto;padding:8rem 1.5rem 2rem}.ProductGallery-module__GuriqW__loadingSection{justify-content:center;align-items:center;width:100%;min-height:40vh;display:flex}.ProductGallery-module__GuriqW__spinner{border:3px solid var(--border-lighter);border-top-color:var(--primary);border-radius:50%;width:40px;height:40px;animation:.8s linear infinite ProductGallery-module__GuriqW__spin}@keyframes ProductGallery-module__GuriqW__spin{to{transform:rotate(360deg)}}@media (max-width:1024px){.ProductGallery-module__GuriqW__galleryGrid{grid-template-columns:repeat(2,1fr)!important}}@media (max-width:444px){.ProductGallery-module__GuriqW__header{margin-top:-2rem;margin-bottom:0}.ProductGallery-module__GuriqW__title{font-size:1.5rem}.ProductGallery-module__GuriqW__subtitle{font-size:1rem}.ProductGallery-module__GuriqW__filterContainer{gap:2rem;margin-bottom:3rem}.ProductGallery-module__GuriqW__searchWrapper{width:100%}.ProductGallery-module__GuriqW__categories{gap:10px}.ProductGallery-module__GuriqW__galleryGrid{grid-template-columns:repeat(1,1fr)!important}.ProductGallery-module__GuriqW__cardBody{padding:1.5rem}.ProductGallery-module__GuriqW__prodTitle{font-size:1.25rem}.ProductGallery-module__GuriqW__prodPrice{font-size:1.5rem}}@media (max-width:380px){.ProductGallery-module__GuriqW__header{margin-top:-3rem;margin-bottom:0}.ProductGallery-module__GuriqW__title{font-size:1.3rem}.ProductGallery-module__GuriqW__categories{gap:5px;margin-bottom:-2rem}}
