.product-gallery__container{max-width:1360px;margin:0 auto;padding:0 1.5rem}.product-gallery__header{text-align:center;margin-bottom:3rem}.product-gallery__title{margin:0;color:rgb(var(--color-foreground))}.product-gallery__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}@media screen and (max-width:749px){.product-gallery__grid{grid-template-columns:1fr}}.product-gallery__card{display:flex;flex-direction:column;height:100%}.product-gallery__image-wrapper{position:relative;overflow:hidden;border-radius:var(--media-radius);background-color:rgba(var(--color-foreground),.05)}.product-gallery__image{display:block;width:100%;height:auto;object-fit:cover;aspect-ratio:441 / 562}.product-gallery__image-front{position:relative}.product-gallery__image-back{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;opacity:0;pointer-events:none}.product-gallery__image-wrapper--has-hover .product-gallery__image-front{transition:opacity .4s ease}.product-gallery__image-wrapper--has-hover .product-gallery__image-back{transition:opacity .4s ease;pointer-events:auto}@media(hover:hover)and (pointer:fine){.product-gallery__image-wrapper--has-hover:hover .product-gallery__image-back{opacity:1}.product-gallery__image-wrapper--has-hover:hover .product-gallery__image-front{opacity:0}}.product-gallery__spice-level{position:absolute;bottom:30px;left:50%;transform:translate(-50%);display:flex;flex-direction:column;align-items:center;gap:6px;z-index:2}.product-gallery__spice-label{font-size:16px;font-weight:600;text-transform:uppercase;font-family:POPPINS;letter-spacing:1px;color:rgb(var(--color-foreground));line-height:1}.product-gallery__spice-image{display:block;height:auto;object-fit:contain}.product-gallery__content{display:flex;flex-direction:column;text-align:center}.product-gallery__item-title{text-transform:uppercase;line-height:100%;margin:0;color:rgb(var(--color-foreground))}.product-gallery__description{line-height:100%;color:rgba(var(--color-foreground));margin:0}.product-gallery__button{display:flex;justify-content:center;align-items:center;width:100%;height:44px;padding:0 24px;font-family:var(--font-body-family);font-size:14px;font-weight:500;text-transform:uppercase;letter-spacing:.1rem;text-decoration:none;border:none;cursor:pointer;transition:transform .2s ease;margin-top:auto}.product-gallery__button:hover{transform:translateY(-2px)}.product-gallery__button:focus-visible{outline:2px solid currentColor;outline-offset:2px}.product-gallery__button[aria-disabled=true]{opacity:.5;cursor:not-allowed;pointer-events:none}@media screen and (max-width:749px){.product-gallery__container{padding:0 1rem}.product-gallery__header{margin-bottom:2rem}.product-gallery__spice-level{bottom:8px;gap:4px}.product-gallery__spice-label{font-size:9px}.product-gallery__button{height:42px;font-size:13px;padding:0 20px}}
/*# sourceMappingURL=/cdn/shop/t/2/assets/section-product-gallery.css.map */
