.image-slider{overflow:hidden;display:grid;grid-template-columns:auto 6fr auto;grid-gap:.75rem;gap:.75rem;align-items:center;justify-content:space-between;max-width:100%;height:270px;margin-top:.75rem!important}.image-slider .slider-control-btn{height:100%}:is(.image-slider .slider-control-btn):first-child>svg{transform:rotate(90deg)}:is(.image-slider .slider-control-btn):last-child>svg{transform:rotate(-90deg)}:is(.image-slider .slider-control-btn)>svg{width:40px;height:40px;padding-top:3px;border-radius:50%;color:var(--button-text);background-color:var(--button-background)}:is(:is(.image-slider .slider-control-btn)>svg):hover{background-color:var(--button-hover-background)}.image-slider>div{overflow:hidden;height:-moz-fit-content;height:fit-content}.image-slider swiper-container{height:-moz-fit-content;height:fit-content;max-height:300px}:is(.image-slider swiper-container) button{width:100%;height:100%}.image-slider .slider-image{aspect-ratio:1/1;width:100%;height:100%;-o-object-fit:contain;object-fit:contain}