.product-carousel{position:relative;width:100%;overflow:hidden}.product-carousel__nav{position:absolute;top:50%;transform:translateY(-50%);z-index:10;width:48px;height:48px;border-radius:50%;background-color:#fff;border:1px solid rgba(0,0,0,.1);display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s ease}.product-carousel__nav:hover{background-color:rgba(0,0,0,.05)}.product-carousel__nav--prev{left:10px}.product-carousel__nav--next{right:10px}.product-carousel__nav-icon{width:24px;height:24px}.product-carousel__sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border-width:0}.product-carousel__swiper{overflow:visible;padding:20px 0}.product-carousel__slide{width:320px;max-width:400px;transition:transform .3s ease;height:600px!important}@media(min-width:768px){.product-carousel__slide{width:350px}}@media(min-width:1024px){.product-carousel__slide{width:380px}}.product-card{height:100%;display:flex;flex-direction:column;transition:transform .3s ease,box-shadow .3s ease}.product-card__image-container{position:relative;width:100%;overflow:hidden;height:350px;padding:28px 80px 16px;border-radius:29px;background:#f4f4f4}.product-card__image{-o-object-fit:contain;object-fit:contain;transition:transform .5s ease}.product-card:hover .product-card__image{transform:scale(1.05)}.product-card__content{padding:20px;flex-grow:1;display:flex;flex-direction:column;gap:16px}.product-card__header{display:flex;justify-content:space-between;align-items:center;gap:20px}.product-card__buttons{display:flex;gap:20px;width:100%}.product-card__buttons>.btn{flex-grow:1}