.cmp-bestsellers-revamp{padding:40px;padding-top:0;display:flex;flex-direction:column;gap:25px;font-family:Archivo,sans-serif;max-width:1440px;margin:0 auto}
@media screen and (max-width:767px){.cmp-bestsellers-revamp{padding:20px;gap:16px}
}
.cmp-bestsellers-revamp__title{font-size:28px;font-weight:500;color:#202129;margin:0;font-family:Archivo,sans-serif;font-family:"Playfair Display",serif !important;@media screen and (max-width:767px){font-size:24px}
}
.cmp-bestsellers-revamp__grid{display:grid;grid-template-columns:repeat(4,1fr);gap:40px 20px}
@media screen and (max-width:991px){.cmp-bestsellers-revamp__grid{grid-template-columns:repeat(3,1fr);gap:14px}
}
@media screen and (max-width:767px){.cmp-bestsellers-revamp__grid{grid-template-columns:repeat(2,1fr);gap:36px 10px}
}
@media screen and (max-width:400px){.cmp-bestsellers-revamp__grid{gap:36px 8px}
}
.cmp-bestsellers-revamp__card{display:flex;flex-direction:column;background:#fff;overflow:hidden;transition:box-shadow .2s ease;gap:10px;@media screen and (max-width:767px){gap:10px}
}
.cmp-bestsellers-revamp__card-link{text-decoration:none;color:inherit;display:block;touch-action:manipulation}
.cmp-bestsellers-revamp__card-image{position:relative;width:100%;aspect-ratio:1.09 / 1;overflow:hidden;background:#f5f5f5;border-radius:16px;@media screen and (max-width:767px){aspect-ratio:160 / 180;border-radius:6px}
}
.cmp-bestsellers-revamp__card-img{width:100%;height:100%;object-fit:cover;display:block}
.cmp-bestsellers-revamp__card-img--hover{position:absolute;top:0;left:0;opacity:0;transition:opacity .4s ease}
@media(hover:hover){.cmp-bestsellers-revamp__card:hover .cmp-bestsellers-revamp__card-img--hover{opacity:1}
}
@media(max-width:1024px){.cmp-bestsellers-revamp__card-img--hover{display:none}
}
.cmp-bestsellers-revamp__card--no-hover .cmp-bestsellers-revamp__card-img:not(.cmp-bestsellers-revamp__card-img--hover){-webkit-transition:-webkit-transform .4s ease;-o-transition:transform .4s ease;transition:transform .4s ease}
@media(hover:hover) and (min-width:1025px){.cmp-bestsellers-revamp__card--no-hover:hover .cmp-bestsellers-revamp__card-img:not(.cmp-bestsellers-revamp__card-img--hover){-webkit-transform:scale(1.1);-ms-transform:scale(1.1);transform:scale(1.1)}
}
.cmp-bestsellers-revamp__card-wishlist{position:absolute;top:0;right:12px;display:flex;align-items:center;justify-content:center;background:transparent;border:0;border-radius:50%;cursor:pointer;z-index:2;transition:background .2s ease;padding:0;color:#333642;@media screen and (max-width:650px){right:0}
}
.cmp-bestsellers-revamp__card-wishlist-icon{width:24px;height:24px;object-fit:contain;transition:transform .2s ease}
.cmp-bestsellers-revamp__card-wishlist[data-wishlist-status="added"] .cmp-bestsellers-revamp__card-wishlist-icon{transform:scale(1.05)}
@media screen and (max-width:767px){.cmp-bestsellers-revamp__card-wishlist-icon{width:20px;height:20px}
}
.cmp-bestsellers-revamp__card-info-container{display:flex;justify-content:space-between;align-items:flex-start;@media screen and (max-width:767px){flex-direction:column;gap:6px}
}
.cmp-bestsellers-revamp__card-info{position:relative;display:flex;flex:1;flex-direction:column;gap:8px;width:100%;@media screen and (max-width:767px){gap:8px}
}
.cmp-bestsellers-revamp__card-title-link{text-decoration:none;color:inherit}
.cmp-bestsellers-revamp__card-title{font-size:14px;font-weight:300;color:#232426;line-height:1.4;width:85%;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;@media screen and (max-width:767px){font-size:13px;width:80%}
@media screen and (max-width:400px){font-size:11px}
}
.cmp-bestsellers-revamp__card-price{display:flex;align-items:center;flex-wrap:wrap;gap:6px;margin:0}
.cmp-bestsellers-revamp__card-price-current{font-size:14px;font-weight:500;color:#202129;@media screen and (max-width:767px){font-size:12px}
@media screen and (max-width:400px){font-size:11px}
}
.cmp-bestsellers-revamp__card-price-mrp{font-size:12px;color:#9DA1B0;font-weight:400;text-decoration:line-through;@media screen and (max-width:400px){font-size:11px}
}
.cmp-bestsellers-revamp__card-discount{font-size:12px;font-weight:500;color:#000;white-space:nowrap;@media screen and (max-width:400px){font-size:11px}
}
.cmp-bestsellers-revamp__load-more{display:flex;justify-content:center;padding:20px 0}
.cmp-bestsellers-revamp__load-more-btn{padding:14px 48px;border:1px solid #e6e7eb;border-radius:30px;background:#fff;color:#202129;font-size:14px;font-weight:500;cursor:pointer;transition:all .2s ease;font-family:Archivo,sans-serif;display:flex;align-items:center;gap:5px}