 .swiper{width:100%}
 .swiper-slide{transition:all .3s ease;opacity:.85;border:1px solid transparent}
 .swiper-slide-visible{opacity:.95;border-color:#e5e7eb}
 .swiper-slide-active{opacity:1;border-width:0px;border-radius:.375rem;transform:scale(1.02)}
 .product-swiper .swiper-slide{display:flex;align-items:center;justify-content:center;background:#fff}
 .product-swiper img{width:auto;max-height:420px}
 @media(min-width:768px){.product-swiper img{max-height:480px}}
 @media(min-width:992px){.product-swiper img{max-height:520px}}
 .thumbs-swiper .swiper-slide{width:auto;margin-right:8px}
 .thumbs-swiper .swiper-slide>div{aspect-ratio:1/1;position:relative;cursor:pointer;border:1px solid #e5e7eb;border-radius:.375rem;overflow:hidden}
 .thumbs-swiper .swiper-slide>div img{width:100%;height:100%;object-fit:cover}
 .thumbs-swiper .swiper-slide-thumb-active>div{border-color:var(--color-theme);border-width:2px}
 #buy_now_btn:hover::before,#add_to_cart_btn:hover::before{width:0!important}
         .custom-prev-button:hover{transform:translate(-1rem,-50%)!important}
        .custom-next-button:hover{transform:translate(1rem,-50%)!important}
p.new {
    display: inline-block;
    background: var(--color-theme);
    color: #fff;
    padding: 0 10px;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    border-right: 15px solid #fff;
    line-height: 0;
    margin-bottom: 10px;
}
