.section-gallery__item{position:relative;border-radius:var(--bs-border-radius,.375rem);background:var(--bs-light,#f8f9fa);overflow:hidden}.section-gallery__item img,.section-gallery__item video{width:100%;height:100%;object-fit:cover}.gallery-masonry{column-count:var(--cols,3);column-gap:1rem}.gallery-masonry__item{position:relative;break-inside:avoid;margin-bottom:1rem;cursor:pointer;border-radius:var(--bs-border-radius,.375rem);overflow:hidden;background:var(--bs-light,#f8f9fa)}.gallery-masonry__item img,.gallery-masonry__item video{width:100%;height:auto;display:block;border-radius:var(--bs-border-radius,.375rem)}.section-gallery__overlay{position:absolute;inset:0;background:rgb(0 0 0 / .4);display:flex;align-items:center;justify-content:center;opacity:0;transition:opacity 0.3s ease;color:#fff;font-size:1.5rem;z-index:2;border-radius:var(--bs-border-radius,.375rem)}.section-gallery__item:hover .section-gallery__overlay,.gallery-masonry__item:hover .section-gallery__overlay{opacity:1}.product-card-gallery__main{aspect-ratio:4/3;background:var(--bs-light,#f8f9fa);cursor:pointer;position:relative;border-radius:var(--bs-border-radius,.375rem);overflow:hidden}.product-card-gallery__main img{width:100%;height:100%;object-fit:cover;transition:transform 0.3s ease}.product-card-gallery__main:hover img{transform:scale(1.02)}.product-card-gallery__zoom{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:50px;height:50px;background:rgb(0 0 0 / .6);border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;font-size:1.25rem;opacity:0;transition:opacity 0.2s ease}.product-card-gallery__main:hover .product-card-gallery__zoom{opacity:1}.product-card-gallery__thumb{width:80px;height:80px;flex-shrink:0;border:2px solid #fff0;border-radius:var(--bs-border-radius,.375rem);overflow:hidden;transition:border-color 0.2s ease;cursor:pointer}.product-card-gallery__thumb.active,.product-card-gallery__thumb:hover{border-color:var(--bs-primary,#0d6efd)}.product-card-gallery__thumb img{width:100%;height:100%;object-fit:cover}.gallery-lightbox{position:fixed;inset:0;z-index:9999;background:rgb(0 0 0 / .95);display:flex;align-items:center;justify-content:center}.gallery-lightbox__close{position:absolute;top:1rem;right:1rem;width:3rem;height:3rem;border:none;background:rgb(255 255 255 / .1);color:#fff;font-size:1.5rem;border-radius:50%;cursor:pointer;transition:background 0.2s;display:flex;align-items:center;justify-content:center;z-index:10}.gallery-lightbox__close:hover{background:rgb(255 255 255 / .2)}.gallery-lightbox__nav{position:absolute;top:50%;transform:translateY(-50%);width:3rem;height:3rem;border:none;background:rgb(255 255 255 / .1);color:#fff;font-size:1.5rem;border-radius:50%;cursor:pointer;transition:background 0.2s;display:flex;align-items:center;justify-content:center;z-index:10}.gallery-lightbox__nav:hover{background:rgb(255 255 255 / .2)}.gallery-lightbox__nav--prev{left:1rem}.gallery-lightbox__nav--next{right:1rem}.gallery-lightbox__content{max-width:90vw;max-height:90vh;display:flex;flex-direction:column;align-items:center}.gallery-lightbox__image,.gallery-lightbox__video{max-width:100%;max-height:85vh;object-fit:contain}.gallery-lightbox__counter{color:rgb(255 255 255 / .7);margin-top:1rem;font-size:.875rem}.transition{transition-property:all}.ease-out{transition-timing-function:ease-out}.ease-in{transition-timing-function:ease-in}.duration-200{transition-duration:200ms}.duration-150{transition-duration:150ms}.opacity-0{opacity:0}.opacity-100{opacity:1}@media (max-width:768px){.gallery-lightbox__nav{width:2.5rem;height:2.5rem;font-size:1.25rem}.gallery-lightbox__close{width:2.5rem;height:2.5rem;font-size:1.25rem}.product-card-gallery__thumb{width:60px;height:60px}.gallery-masonry{column-count:2}}@media (max-width:480px){.gallery-masonry{column-count:1}}.section-images__item{position:relative}.section-images__item img{width:100%;aspect-ratio:4/3;object-fit:cover;border-radius:.5rem}.section-images__media{border-radius:.5rem;overflow:hidden}.section-images__media[data-image-hover="zoom"] img{transition:transform 0.25s ease}.section-images__media[data-image-hover="zoom"]:hover img{transform:scale(1.03)}.section-images-expanding{display:flex;gap:1rem;height:var(--ie-height,500px)}.section-images-expanding__item{flex:1 1 0%;position:relative;overflow:hidden;border-radius:var(--bs-border-radius-lg,.5rem);transition:flex .5s ease;min-width:0;display:block;text-decoration:none}@media (pointer:fine){.section-images-expanding__item:hover,.section-images-expanding__item:focus-visible{flex:2.5 1 0}}.section-images-expanding__item img{width:100%;height:100%;object-fit:cover;display:block}.section-images-expanding__overlay{position:absolute;inset:auto 0 0 0;padding:1.25rem;background:linear-gradient(to top,rgb(0 0 0 / .65),transparent);color:#fff}.section-images-expanding__title{font-weight:600;font-size:1.15rem;display:block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.section-images-expanding__description{margin:.25rem 0 0;font-size:.9rem;opacity:0;max-height:0;overflow:hidden;transition:opacity .35s ease .15s,max-height .35s ease}@media (pointer:fine){.section-images-expanding__item:hover .section-images-expanding__description,.section-images-expanding__item:focus-visible .section-images-expanding__description{opacity:1;max-height:8rem}}@media (max-width:767.98px){.section-images-expanding{flex-direction:column;height:auto}.section-images-expanding__item{flex:none;height:200px}.section-images-expanding__description{opacity:1;max-height:8rem}}@media (prefers-reduced-motion:reduce){.section-images-expanding__item{transition:none}.section-images-expanding__description{transition:none}}@media (min-width:992px){.row.section-images--cols-1>*{width:100%}.row.section-images--cols-2>*{width:50%}.row.section-images--cols-3>*{width:33.3333%}.row.section-images--cols-4>*{width:25%}.row.section-images--cols-5>*{width:20%}.row.section-images--cols-6>*{width:16.6666%}}@media (max-width:767.98px){.row.section-images--cols-m-1>*{width:100%}.row.section-images--cols-m-2>*{width:50%}}