.sticky-header {
    position: sticky;
    top: 0;
    z-index: 1030;
    background-color: white;
}
.product-card {
    border: 1px solid #eee;
    transition: box-shadow .3s;
}
.product-card:hover {
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
}
.slick-prev, .slick-next {
    background-color: #000;
    border-radius: 50%;
}
/* public/assets/css/shop.css ফাইলে যোগ করুন */

.product-gallery-main {
    position: relative; /* জুম ইফেক্টের জন্য জরুরি */
    border: 1px solid #eee;
    border-radius: .375rem; /* 5px */
}

.product-gallery-thumbs {
    height: auto;
    padding: 5px 0;
}

.product-gallery-thumbs .swiper-slide {
    width: 25%;
    height: 100%;
    opacity: 0.6;
    cursor: pointer;
    transition: opacity 0.3s ease;
}

.product-gallery-thumbs .swiper-slide-thumb-active {
    opacity: 1;
    border-color: var(--bs-primary); /* Bootstrap primary color */
}

/* Swiper নেভিগেশন বাটনগুলোকে আরও সুন্দর করা */
.product-gallery-main .swiper-button-next,
.product-gallery-main .swiper-button-prev {
    color: var(--bs-primary);
    background-color: rgba(255, 255, 255, 0.7);
    border-radius: 50%;
    width: 40px;
    height: 40px;
}
.product-gallery-main .swiper-button-next:after,
.product-gallery-main .swiper-button-prev:after {
    font-size: 18px;
    font-weight: bold;
}
.product-image-container {
    position: relative; /* জুমের জন্য জরুরি */
    overflow: hidden; /* জুম করা অংশ যেন বাইরে না যায় */
}

.product-thumbnails .thumb-image {
    width: 80px;
    height: 80px;
    object-fit: cover;
    cursor: pointer;
    border: 2px solid transparent;
    transition: border-color 0.3s ease;
}

.product-thumbnails .thumb-image.active {
    border-color: var(--bs-primary);
}

/* Drift Zoom এর জন্য স্টাইল */
.drift-bounding-box {
    background-color: rgba(255, 255, 255, 0.3);
    border: 1px solid rgba(0, 0, 0, 0.5);
}
.product-title-large {
    font-size: 1.75rem; /* 28px */
    font-weight: 600;
}

.product-image-container {
    position: relative;
    overflow: hidden;
}

.product-thumbnails .thumb-image {
    width: 70px;
    height: 70px;
    object-fit: cover;
    cursor: pointer;
    border: 2px solid #ddd;
    border-radius: 5px;
    transition: border-color 0.3s ease;
}

.product-thumbnails .thumb-image.active {
    border-color: #ffc107; /* Warning color */
}

.price-block .badge {
    vertical-align: middle;
}

.quantity-change-btn {
    width: 32px;
}

/* Drift Zoom এর জন্য স্টাইল */
.drift-bounding-box {
    background-color: rgba(255, 255, 255, 0.4);
    border: 2px solid #fff;
    box-shadow: 0 0 10px rgba(0,0,0,0.3);
}
/* রিফান্ড এবং শেয়ার সেকশনের জন্য স্টাইল */
.product-meta .meta-label {
    width: 120px;
    font-weight: 500;
    color: #555;
}

.product-meta .meta-value {
    font-weight: 600;
}

.social-share-icons a.social-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    border-radius: 5px;
    color: #fff;
    text-decoration: none;
    margin-right: 5px;
    transition: transform 0.2s ease;
}
.social-share-icons a.social-icon:hover {
    transform: translateY(-2px);
}

.social-icon.email { background-color: #6c757d; }
.social-icon.twitter { background-color: #1DA1F2; }
.social-icon.facebook { background-color: #1877F2; }
.social-icon.linkedin { background-color: #0A66C2; }
.social-icon.whatsapp { background-color: #25D366; }
/* নতুন হেডার এবং নেভিগেশন বারের জন্য স্টাইল */
.header-middle .search-form .form-control {
    border-right: 0;
}
.header-middle .search-form .btn {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.header-middle .header-icon {
    color: #333;
    text-decoration: none;
}
.header-middle .header-icon:hover {
    color: var(--bs-primary);
}

.main-navbar {
    background-color: #f8f9fa; /* হালকা ধূসর */
}
.main-navbar .category-dropdown .nav-link {
    font-weight: 500;
}
.main-navbar .category-dropdown .dropdown-menu {
    width: 250px;
    border-radius: 0;
}
.main-navbar .nav-link {
    padding: 1rem;
    font-weight: 500;
}
.main-navbar .cart-button {
    background-color: var(--bs-warning);
    border: none;
    color: #000;
    padding: 0.75rem 1.25rem;
}
/* হোমপেজ সেকশন টাইটেল */
.section-title {
    font-weight: 700;
    border-bottom: 2px solid var(--bs-primary);
    padding-bottom: 10px;
    margin-bottom: 20px;
    display: inline-block;
}

/* ফিচার্ড ক্যাটাগরি কার্ড */
.featured-category-card {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.featured-category-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 0.5rem 1rem rgba(0,0,0,.15);
}
.featured-category-card img {
    width: 60px;
    height: 60px;
    object-fit: contain;
    margin: 0 auto;
}

/* প্রমো ব্যানার */
.promo-banner {
    transition: opacity 0.3s ease;
}
.promo-banner:hover {
    opacity: 0.85;
}

/* প্রোডাক্ট কার্ডে হোভার ইফেক্ট */
.product-card-overlay {
    position: absolute;
    bottom: -100%; /* প্রাথমিকভাবে নিচে লুকানো থাকবে */
    left: 0;
    right: 0;
    background-color: rgba(255, 255, 255, 0.95);
    padding: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    transition: bottom 0.3s ease-in-out;
}
.product-card:hover .product-card-overlay {
    bottom: 0; /* হোভার করলে উপরে উঠে আসবে */
}