.best-sell-section{position:relative;margin-bottom:3rem}.best-sell-section .best-sell-header{display:flex;align-items:center;margin-bottom:1.5rem}.best-sell-section .best-sell-header .section-title{color:#0056b3;font-weight:600;position:relative;margin-right:1rem}.best-sell-section .best-sell-header .section-title:after{content:"";position:absolute;bottom:-8px;left:0;width:70%;height:3px;background:linear-gradient(90deg,#0056b3 0%,rgba(0,86,179,.3) 100%);border-radius:3px}.best-sell-section .best-sell-header .best-sell-badge{background:#0056b3;color:#fff;font-size:.8rem;font-weight:600;padding:.25rem .75rem;border-radius:20px;display:inline-flex;align-items:center;box-shadow:0 4px 8px #0056b333}.best-sell-section .best-sell-header .best-sell-badge i{margin-right:.3rem;font-size:.9rem}.best-sell-section .best-sell-header .view-all{margin-left:auto;color:#0056b3;font-weight:500;font-size:.9rem;text-decoration:none;display:inline-flex;align-items:center;transition:all .2s ease}.best-sell-section .best-sell-header .view-all:hover{color:#003d7a;transform:translate(3px)}.best-sell-section .best-sell-header .view-all i{margin-left:.3rem;transition:all .2s ease}.best-sell-section .best-sell-header .view-all:hover i{transform:translate(2px)}.best-sell-section .best-sell-container{position:relative;border-radius:8px;overflow:hidden}.best-sell-section .best-sell-container:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;z-index:-1}.best-sell-products{padding:.5rem}.best-sell-products .best-sell-product-card{position:relative;background:white;border-radius:10px;overflow:hidden;box-shadow:0 5px 15px #0000000d;transition:all .3s ease;height:100%;display:flex;flex-direction:column;border:1px solid #eaeaea;max-width:100%}.best-sell-products .best-sell-product-card:hover{transform:translateY(-5px);box-shadow:0 10px 25px #0000001a}.best-sell-products .best-sell-product-card:hover .image-overlay{opacity:1}.best-sell-products .best-sell-product-card:hover .product-image{transform:scale(1.05)}.best-sell-products .best-sell-product-card .ranking-badge{position:absolute;top:10px;left:10px;width:32px;height:32px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;color:#fff;z-index:10;box-shadow:0 3px 6px #0000001a}.best-sell-products .best-sell-product-card .ranking-badge.ranking-badge-1{background:linear-gradient(135deg,#ffd700 0%,#ffb700 100%);color:#5a4500}.best-sell-products .best-sell-product-card .ranking-badge.ranking-badge-2{background:linear-gradient(135deg,#c0c0c0 0%,#a0a0a0 100%);color:#333}.best-sell-products .best-sell-product-card .ranking-badge.ranking-badge-3{background:linear-gradient(135deg,#cd7f32 0%,#a05a2c 100%);color:#fff}.best-sell-products .best-sell-product-card .ranking-badge .rank-number{font-size:1rem}.best-sell-products .best-sell-product-card .product-badges{position:absolute;top:10px;right:10px;display:flex;flex-direction:column;gap:5px;z-index:5}.best-sell-products .best-sell-product-card .product-badges .badge-item{width:28px;height:28px;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;font-size:.8rem;box-shadow:0 2px 4px #0000001a;transition:transform .2s ease}.best-sell-products .best-sell-product-card .product-badges .badge-item:hover{transform:scale(1.1)}.best-sell-products .best-sell-product-card .product-badges .badge-item.gift-badge{background:#e91e63}.best-sell-products .best-sell-product-card .product-badges .badge-item.featured-badge{background:#ff9800}.best-sell-products .best-sell-product-card .product-badges .badge-item.discount-badge{background:#4caf50}.best-sell-products .best-sell-product-card .product-image-wrapper{position:relative;overflow:hidden;padding-top:100%}.best-sell-products .best-sell-product-card .product-image-wrapper .product-link{display:block;height:100%;width:100%}.best-sell-products .best-sell-product-card .product-image-wrapper .product-image{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.best-sell-products .best-sell-product-card .product-image-wrapper .image-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:rgba(0,86,179,.2);display:flex;align-items:center;justify-content:center;opacity:0;transition:opacity .3s ease;z-index:2}.best-sell-products .best-sell-product-card .product-image-wrapper .image-overlay .overlay-content{text-align:center;transform:translateY(10px);transition:transform .3s ease}.best-sell-products .best-sell-product-card .product-image-wrapper .image-overlay .overlay-content .view-details-text{color:#fff;font-weight:600;background:rgba(0,0,0,.5);padding:5px 15px;border-radius:20px;font-size:.9rem}.best-sell-products .best-sell-product-card .product-image-wrapper:hover .overlay-content{transform:translateY(0)}.best-sell-products .best-sell-product-card .product-image-wrapper .quick-actions{position:absolute;bottom:10px;left:0;width:100%;display:flex;justify-content:center;gap:10px;opacity:0;transform:translateY(10px);transition:all .3s ease;z-index:5}.best-sell-products .best-sell-product-card .product-image-wrapper .quick-actions .action-btn{width:35px;height:35px;border-radius:50%;background:white;display:flex;align-items:center;justify-content:center;color:#0056b3;box-shadow:0 2px 5px #0000001a;transition:all .2s ease;border:none;cursor:pointer;text-decoration:none}.best-sell-products .best-sell-product-card .product-image-wrapper .quick-actions .action-btn:hover{background:#0056b3;color:#fff;transform:translateY(-3px)}.best-sell-products .best-sell-product-card .product-image-wrapper:hover .quick-actions{opacity:1;transform:translateY(0)}.best-sell-products .best-sell-product-card .product-info{padding:1rem;flex-grow:1;display:flex;flex-direction:column}.best-sell-products .best-sell-product-card .product-info .category-name{font-size:.8rem;color:#666;margin-bottom:.3rem}.best-sell-products .best-sell-product-card .product-info .product-title{font-size:1rem;font-weight:600;margin-bottom:.5rem;line-height:1.3;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.best-sell-products .best-sell-product-card .product-info .product-title a{color:#333;transition:color .2s ease}.best-sell-products .best-sell-product-card .product-info .product-title a:hover{color:#0056b3}.best-sell-products .best-sell-product-card .product-info .rating-wrapper{margin-bottom:.5rem}.best-sell-products .best-sell-product-card .product-info .rating-wrapper .stars{display:flex;align-items:center}.best-sell-products .best-sell-product-card .product-info .rating-wrapper .stars i{color:#ffc107;font-size:.9rem;margin-right:2px}.best-sell-products .best-sell-product-card .product-info .rating-wrapper .stars .review-count{margin-left:5px;font-size:.8rem;color:#666}.best-sell-products .best-sell-product-card .cart-action{padding:0 1rem 1rem}.best-sell-products .best-sell-product-card .cart-action button{width:100%;border-radius:5px;padding:.5rem;font-weight:600;transition:all .2s ease;display:flex;align-items:center;justify-content:center;gap:5px}.best-sell-products .best-sell-product-card .cart-action button i{font-size:1rem}.best-sell-products .best-sell-product-card .cart-action button:hover{transform:translateY(-2px);box-shadow:0 5px 10px #0000001a}
