.product-card-wrapper .product-img-wrapper .swiper-pagination-horizontal{width:fit-content;right:auto;background:#f3f4f8;border-radius:16px;line-height:1;left:50%;transform:translateX(-50%);padding:0 5px;opacity:0;visibility:hidden;transition:all .5s ease}.product-card-wrapper .product-img-wrapper .swiper-pagination-bullet{background-color:#b6b6b9;width:5px;height:5px;opacity:1;margin:3px}.product-card-wrapper .product-img-wrapper .swiper-pagination-bullet-active{background-color:#212121;width:15px;height:5px;border-radius:4px;transition:all .3s ease}.product-card-wrapper .product-img-wrapper .product-img{padding:15px 0}.product-card-wrapper .product-img-wrapper .product-img-backdrop{position:absolute;inset:0;background-color:#404553;opacity:.035;pointer-events:none}.product-card-wrapper .product-img-wrapper:hover .product-btn{transition:all .3s ease}.product-card-wrapper .product-img-wrapper:hover .product-btn.product-button-next{right:0}.product-card-wrapper .product-img-wrapper:hover .product-btn.product-button-prev{left:0}.product-card-wrapper .product-img-wrapper:hover .swiper-pagination-horizontal{opacity:1;visibility:visible;transition:all .5s ease}.product-card-wrapper .product-btn{width:20px;height:32px;position:absolute;top:50%;transform:translateY(-50%);display:flex;justify-content:center;align-items:center;cursor:pointer;background-color:rgba(0,0,0,.5);z-index:10;transition:left .3s ease,right .3s ease}.product-card-wrapper .product-button-next{right:-30px;border-top-left-radius:4px;border-bottom-left-radius:4px}.product-card-wrapper .product-button-prev{left:-30px;border-top-right-radius:4px;border-bottom-right-radius:4px}.product-card-wrapper .product-details{flex:1 1;display:flex;flex-direction:column;gap:6px;padding:8px}.product-card-wrapper .product-title{font-size:14px;color:#404553;font-weight:600;line-height:1.2;display:-webkit-box;-webkit-line-clamp:3;line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}.product-card-wrapper .rating-wrapper{width:fit-content;position:relative;display:flex;align-items:center;gap:2px;border-radius:4px;background:#f5f6f9;padding:4px;height:22px}.product-card-wrapper .rating-wrapper .rating-text{display:flex;align-items:center;justify-content:center;color:#212121;height:100%;font-weight:700;font-size:13px;line-height:14px;letter-spacing:0;text-shadow:2px 2px 4px #fff}.product-card-wrapper .rating-wrapper .rating-star-container{display:flex;justify-content:center;align-items:center;gap:6px}.product-card-wrapper .rating-wrapper .rating-count{display:flex;gap:2px;justify-content:center;align-items:center;color:#9ba0b1;font-size:13px;font-weight:400;white-space:nowrap;text-shadow:2px 2px 4px var #fff}.product-card-wrapper .delivery-text{display:-webkit-box;-webkit-line-clamp:1;line-clamp:1;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;transition:all .5s ease}@keyframes slidePause{0%,20%{transform:translateY(0)}30%,50%{transform:translateY(-100%)}60%,to{transform:translateY(0)}}.product-card-wrapper .animate-slide-pause{display:flex;flex-direction:column;animation:slidePause 4s ease-in-out infinite}