.gallery-page{background-color:#005750;min-height:100vh}.gallery-header{text-align:center;margin-bottom:3rem;padding:2rem 0}.gallery-title{color:#fff;margin-bottom:1rem;font-size:2.5rem;font-weight:700}.gallery-subtitle{color:#fff;font-size:1.2rem;max-width:600px;margin:0 auto}.gallery-section{padding:2rem 0;background-color:#005750}.gallery-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:2rem;padding:0 1rem}.gallery-item{position:relative;border-radius:12px;overflow:hidden;background:#fff;box-shadow:0 4px 20px #0000001a;transition:all .3s ease;cursor:pointer}.gallery-item:hover{transform:translateY(-5px);box-shadow:0 8px 30px #00000026}.gallery-image-container{position:relative;width:100%;aspect-ratio:1;overflow:hidden}.gallery-image{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.gallery-item:hover .gallery-image{transform:scale(1.05)}.gallery-overlay{position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(180deg,transparent 0%,rgba(0,0,0,.7) 100%);display:flex;flex-direction:column;justify-content:flex-end;padding:1.5rem;opacity:0;transition:opacity .3s ease}.gallery-item:hover .gallery-overlay{opacity:1}.gallery-info{color:#fff;margin-bottom:1rem}.gallery-product-title{font-size:1.2rem;font-weight:700;margin:0 0 .5rem;color:#fff}.gallery-product-price{font-size:1rem;margin:0 0 .5rem;color:#ffcb04;font-weight:600}.gallery-product-date{font-size:.85rem;margin:0;color:#fffc;font-weight:400}.gallery-link{position:absolute;top:1rem;right:1rem;width:40px;height:40px;background:#ffffffe6;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#005750;text-decoration:none;transition:all .3s ease}.gallery-link:hover{background:#005750;color:#fff;transform:scale(1.1)}.gallery-empty{display:flex;justify-content:center;align-items:center;min-height:400px;text-align:center}.gallery-empty-content{max-width:400px}.gallery-empty-icon{color:#fff;margin-bottom:1rem}.gallery-empty h3{color:#fff;margin-bottom:.5rem}.gallery-empty p{color:#fff}@media (max-width: 768px){.gallery-title{font-size:2rem}.gallery-subtitle{font-size:1rem}.gallery-grid{grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:1.5rem;padding:0 .5rem}.gallery-item{border-radius:8px}.gallery-overlay{padding:1rem}.gallery-product-title{font-size:1rem}.gallery-product-price{font-size:.9rem}.gallery-product-date{font-size:.8rem}.gallery-link{width:35px;height:35px;top:.5rem;right:.5rem}}@media (max-width: 480px){.gallery-grid{grid-template-columns:1fr;gap:1rem}}
/*# sourceMappingURL=/cdn/shop/t/2/assets/gallery.css.map */
