.category-product-card{z-index:999999;display:flex;flex-direction:column;width:100%;gap:15px;margin:0;padding:15px;cursor:pointer;align-items:start;justify-content:space-evenly;transition:all .3s ease;background-color:#f9f9f9;border-radius:6px;position:relative;box-shadow:0 1px 3px 0 #0000001A;text-decoration:none}@media only screen and (max-width:480px){.category-product-card{margin:0 10px}}.show-on-mobile{display:none}.category-product-card:hover{transform:scale(1.02)}.category-product-image{display:flex;width:100%;align-items:center;justify-content:center}.category-product-image img{width:100%;height:100%;object-fit:fill;display:block}.category-containt-section{display:flex;flex-direction:column;gap:0;width:100%}.best-seller-rating-and-review{display:flex;align-items:center;justify-content:start;gap:5px}.best-seller-rating-and-review span{display:flex;align-items:center;justify-content:start;gap:2px}.best-seller-rating-and-review p{font-size:10px;line-height:15px;font-weight:300;color:var(--text-primary)}.category-product-rating-and-name{display:flex;flex-direction:column;width:100%;gap:10px}.category-product-rating-section{display:flex;align-items:center;justify-content:start;gap:5px}.category-product-rating-stars{display:flex}.category-product-rating-stars img{width:auto;height:14px;object-fit:contain}.category-product-rating-stars p{color:#50BED3}.category-product-rating-section p{font-size:12px;line-height:18px;font-weight:300}.category-product-name{display:flex;width:100%}.category-product-name h3{font-size:16px;line-height:20px;font-weight:500;margin-bottom:10px;color:var(--text-primary);display:-webkit-box!important;-webkit-line-clamp:2!important;-webkit-box-orient:vertical!important;overflow:hidden!important;text-overflow:ellipsis!important}.category-product-price-and-heart{display:flex;align-items:center;width:100%;justify-content:space-between}.category-product-price{display:flex;align-items:center;gap:5px}.category-product-price del{font-size:15px;line-height:30px;font-weight:500;color:var(--text-gray);opacity:.6}.category-product-price p{font-size:15px;line-height:20px;font-weight:500;color:var(--text-red)}.category-product-price-and-heart img{width:auto;height:22px;object-fit:contain}@media only screen and (max-width:480px){.show-on-mobile{display:flex;width:20px;height:20px;object-fit:contain;position:absolute;right:20px;top:10px}.hide-on-mobile{display:none}.category-product-rating-section p{font-size:10px;line-height:15px;font-weight:300}.category-product-name h3{font-size:15px;line-height:18px;font-weight:600;margin-bottom:10px}.category-product-price del{font-size:12px;line-height:14px;font-weight:600}.category-product-price p{font-size:15px;line-height:18px;font-weight:600;color:var(--text-red)}}.bestSellerCardShimmer{z-index:999999;display:flex;flex-direction:column;gap:15px;padding:15px;cursor:pointer;transition:all .3s ease;background-color:#fff;border-radius:6px;position:relative;overflow:hidden;box-shadow:0 1px 3px 0 #0000001A}.bestSellerCardImgShimmer{height:140px;width:100%;background-color:#f0f0f0}.best-seller-main-cover-shimmer{height:100%;width:100%;background-color:#f0f0f0}.bestSellerCardNameShimmer{width:100%}.bestSellerCardNameShimmer,.bestSellerCardPriceShimmer{height:20px;border-radius:10px;background-color:#f0f0f0}.bestSellerCardPriceShimmer{width:50%}.best-seller-main-cover-shimmer:before,.bestSellerCardImgShimmer:before{content:"";position:absolute;top:0;left:0;height:100%;width:150%;background:linear-gradient(90deg,rgba(240,240,240,0),rgba(255,255,255,.5) 50%,rgba(240,240,240,0));animation:shimmer 1.5s infinite}.best-seller-mobile-card-shimmer{height:220px;width:100%;background-color:#f0f0f0;border-radius:10px;position:relative;overflow:hidden}.best-seller-mobile-card-shimmer:before{content:"";position:absolute;top:0;left:0;height:100%;width:150%;background:linear-gradient(90deg,rgba(240,240,240,0),rgba(255,255,255,.5) 50%,rgba(240,240,240,0));animation:shimmer 1.5s infinite}.mobile-best-seller-cart-shimmer-container{position:absolute;bottom:0;right:0;width:50px;height:50px;border-top:3px solid #ffffff;border-left:3px solid #ffffff;border-radius:1.25rem 0 0 0;padding:.3125rem .3125rem 0;display:flex;align-items:center;justify-content:center;background-color:#FFFFFF}.mobile-best-seller-cart-shimmer-container:after{position:absolute;top:-1.31rem;right:0;content:"";width:1.125rem;height:1.125rem;background-color:transparent;border-bottom-right-radius:.625rem;box-shadow:.375rem .375rem #FFFFFF}.mobile-best-seller-cart-shimmer-container:before{width:2.125rem;height:2.125rem;bottom:0;left:-2.31rem;background-color:transparent;position:absolute;content:"";border-bottom-right-radius:.645rem;box-shadow:.375rem .375rem #FFFFFF}@keyframes shimmer{0%{transform:translateX(-50%)}to{transform:translateX(100%)}}