header .search-bar,
header form.d-flex {
    width: 100% !important;
    margin-left: 0 !important;
}

body {
    padding: 0;
}

/* Fix logo alignment */
header .col-md-2 img {
    max-height: 40px;

}

/* Fix margin issues on smaller screens */



body {
    padding: none;
}

.amazon-header {
    font-family: "Amazon Ember", Arial, sans-serif;
}

.amazon-header .btn-warning {
    background-color: #febd69 !important;
    border: 1px solid yellow;
}

.amazon-header .btn-warning:hover {
    background-color: #f3a847 !important;
    border: 1px solid #f3a847;
}

.amazon-header:hover {}

.amazon-header .form-select,
.amazon-header .form-control {
    border: none !important;
}

.amazon-header input:focus,
.amazon-header select:focus {
    box-shadow: none !important;
}

.navbar-nav .nav-link:hover {
    color: #febd69 !important;
}

.badge {
    font-size: 12px;
}

.seller {
    padding: 10px;
    background-color: var(--primary-color) !important;
    color: white;
    text-decoration: none;
    border-radius: 4px;
}

.seller a {
    color: white;
}

/* Location Selector Styles */


.location:hover {
    border: 1px solid #f3a847;


}

.location-text {
    line-height: 1.2;
}

.location {
    margin-left: 20px;
}

.logo {
    width: 150px;
}

.logo:hover {
    border: 1px solid white;

}


.nav-item:hover {
    border: 1px solid #f3a847;
    /* padding:0; */

}

.login {
    display: none;
}

.carta {
    display: none;
}

.comparea {
    display: none;
}

.favouritea {
    display: none;
}

.sign {
    display: none;
}

.favouritee {
    display: none;
}

.search-bar {
    display: none;
}

.navbarb {
    display: none;
}

.nav-item a {
    text-decoration: none;
}

.nav-link {
    text-decoration: none;
    list-style: none;
}

.amazon-style-footer {
    background-color: #232f3e;
    color: #fff;
    font-family: Arial, sans-serif;
}

.back-to-top-footer {
    background-color: #37475a;
    padding: 15px 0;
    text-align: center;
}

.back-to-top-link a {
    color: #fff;
    text-decoration: none;
    font-size: 13px;
}

.back-to-top-link a:hover {
    text-decoration: underline;
}

.main-footer-content {
    padding: 40px 0;
}

.footer-columns {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    /* margin-bottom: 40px; */
}

.footer-column {
    flex: 1;
    min-width: 200px;
    margin-bottom: 20px;
    padding: 0 15px;
}

.footer-column-heading h4 {
    color: #fff;
    font-size: 16px;
    margin-bottom: 15px;
    font-weight: bold;
}

.footer-column ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-column ul li {
    margin-bottom: 10px;
}

.footer-column ul li a {
    color: #ddd;
    text-decoration: none;
    font-size: 14px;
}

.footer-column ul li a:hover {
    text-decoration: underline;
}

.footer-brand-section {
    text-align: center;
    padding-top: 30px;
    border-top: 1px solid #3a4553;
}

.footer-logo-footer img {
    max-height: 40px;
    margin-bottom: 15px;
}

.footer-text p {
    color: #ddd;
    font-size: 12px;
    max-width: 600px;
    margin: 0 auto;
    line-height: 1.5;
}

.footer-bottom-section {
    background-color: #131a22;
    padding: 30px 0;
}

.footer-bottom-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.useful-links ul {
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0;
    flex-wrap: wrap;
}

.useful-links ul li {
    margin-right: 20px;
    margin-bottom: 10px;
}

.useful-links ul li a {
    color: #ddd;
    text-decoration: none;
    font-size: 12px;
}

.useful-links ul li a:hover {
    text-decoration: underline;
}

.useful-links ul li.copyright-text {
    color: #999;
    font-size: 12px;
}

.country-selector {
    display: flex;
    align-items: center;
}

.country-selector-inner {
    display: flex;
    align-items: center;
    background-color: #131a22;
    border: 1px solid #848688;
    padding: 5px 10px;
    border-radius: 3px;
    cursor: pointer;
}

.country-flag {
    margin-right: 8px;
    font-size: 16px;
}

.country-name {
    color: #ddd;
    font-size: 12px;
}

/* Responsive styles */
@media (max-width: 768px) {
    .footer-columns {
        flex-direction: column;
    }

    .footer-column {
        width: 100%;
        margin-bottom: 30px;
    }

    .footer-bottom-content {
        flex-direction: column;
        align-items: flex-start;
    }

    .country-selector {
        margin-top: 20px;
    }
}


/* Responsive adjustments */
@media (max-width: 768px) {
    .login {
        display: flex;
    }

    .cart {
        display: none;
        margin-left: 30px;
    }

    .logout {
        display: none;
    }

    .carta {
        display: flex;
    }

    .cart {
        display: none;

    }

    .favourite {
        display: none;
    }

    .compare {
        display: none;
    }

    .lang {
        display: none;
    }

    .location {
        display: none;
    }

    .sign {
        display: flex;
    }

    .favouritee {
        display: flex;
    }

    .auth_model {
        display: none;
    }

    .bar {
        display: none;
    }


    .navbara {
        display: none;
    }

    .navbarb {
        display: flex;

    }

    .navbar {}

    .seller {}
}


.sidebar {
    position: fixed;
    top: 0;
    left: -320px;
    width: 300px;
    height: 100%;
    background: white;
    box-shadow: 2px 0 10px rgba(0, 0, 0, 0.1);
    transition: left 0.3s ease-in-out;
    z-index: 9999;
    overflow-y: auto;
}

.sidebar.open {
    left: 0;
}

.sidebar-header {
    background-color: var(--secondary-color);
    padding: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #eee;
}

.sidebar-header h5 {
    color: white;
    margin: 0;
    font-weight: bold;
}

.close-btn {
    background: none;
    border: none;
    color: white;
    font-size: 24px;
    cursor: pointer;
    padding: 0;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.close-btn:hover {
    opacity: 0.8;
}

.sidebar-content {
    padding: 0;
}

.sidebar-menu {
    list-style: none;
    padding: 0;
    margin: 0;
}

.sidebar-menu li {
    border-bottom: 1px solid #f0f0f0;
}

.sidebar-menu li:last-child {
    border-bottom: none;
}

.sidebar-menu a {
    display: block;
    padding: 15px 20px;
    color: #333;
    text-decoration: none;
    transition: background-color 0.2s;
    font-size: 16px;
}

.sidebar-menu a:hover {
    background-color: #f8f9fa;
    color: #007bff;
}

.sidebar-contact {
    padding: 20px;
    background-color: #f8f9fa;
}

.contact-item {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.contact-item:last-child {
    margin-bottom: 0;
}

.contact-item i {
    width: 20px;
    margin-right: 10px;
    color: #666;
}

.contact-item a {
    color: #333;
    text-decoration: none;
    padding: 0;
    background: none;
}

.contact-item a:hover {
    color: #007bff;
    background: none;
}

/* Overlay Styles */
.sidebar-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 9998;
    display: none;
}

.sidebar-overlay.show {
    display: block;
}

/* Responsive */
@media (max-width: 768px) {
    .sidebar {
        width: 280px;
    }
}



.scroll-nav {
    overflow-x: auto;
    white-space: nowrap;
    scrollbar-width: thin;
    /* Firefox */
}

/* Webkit Browsers */
.scroll-nav::-webkit-scrollbar {
    height: 6px;
}

.scroll-nav::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 10px;
}

.navbar-nav>li {
    padding-right: 15px;
}

.toggle-btn {
    display: none;
}


@media (max-width: 768px) {
    .user-menu {
        position: absolute;
        right: 40px;
        top: 13px;
        z-index: 9999;
    }

    .user-menua {
        position: absolute;
        right: 0px;
        top: 7px;
        z-index: 9999;
    }

    .toggle-btn {
        left: 20px;
        top: -10px;
        display: flex;
    }

    .side {
        display: none;
    }

}

.res-footer {
    display: none;


}


@media (max-width: 768px) {

    .simple {
        display: none;
    }

    .footer-column ul li a {
        font-weight: bold;
    }

    .res-footer {
        display: flex;
    }

    .country-selector {
        display: none;
    }





}






/* Amazon.ae Style Overrides - Only styling changes, no structure changes */
.amazon-style-section {
    background: white !important;
    border-radius: 4px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);

}

.amazon-section-header {
    background: linear-gradient(to bottom, #f7f7f7, #fff);
    /* padding: 15px 20px; */
    margin: 0 !important;
}

.amazon-section-title {
    font-size: 20px !important;
    font-weight: 700 !important;
    color: #0F1111 !important;
    font-family: Arial, sans-serif !important;
    margin-bottom: 5px !important;
}

.amazon-section-subtitle {
    color: #565959 !important;
    font-size: 14px !important;
    font-family: Arial, sans-serif !important;
}

.amazon-view-all {
    color: #007185 !important;
    text-decoration: none !important;
    font-size: 13px !important;
    font-weight: 500 !important;
    font-family: Arial, sans-serif !important;
}

.amazon-view-all:hover {
    color: #C7511F !important;
    text-decoration: underline !important;
}

.amazon-hr {
    border-color: #e7e7e7 !important;
    margin: 15px 0 !important;
}

.amazon-product-swiper {
    padding: 0 50px !important;
    position: relative !important;
}

.amazon-swiper-wrapper {
    padding: 10px 0 !important;
}

.amazon-swiper-slide {
    padding: 10px !important;
}

.amazon-product-card {
    background: white !important;
    border: 1px solid #e7e7e7 !important;
    border-radius: 8px !important;

    transition: all 0.3s ease !important;
    position: relative !important;
    height: 100% !important;
}

.amazon-product-card:hover {
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1) !important;
    transform: translateY(-2px) !important;
}

.amazon-wishlist-container {
    position: absolute !important;
    top: 10px !important;
    right: 10px !important;
    z-index: 10 !important;
}

.amazon-wishlist-btn {
    background: rgba(255, 255, 255, 0.95) !important;
    border: 1px solid #D5D9D9 !important;
    border-radius: 4px !important;
    width: 32px !important;
    height: 32px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    transition: all 0.2s ease !important;
}

.amazon-wishlist-btn:hover {
    background: #fff !important;
    border-color: #ff6b6b !important;
}

.amazon-wishlist-btn.active i {
    color: #CC0C39 !important;
}

.amazon-product-image {
    position: relative !important;
    margin-bottom: px !important;
}

.amazon-image-container {
    text-align: center !important;
    height: 180px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}

.amazon-product-img {
    max-height: 160px !important;
    max-width: 100% !important;
    object-fit: contain !important;
}

.amazon-product-actions {
    position: absolute !important;
    bottom: 10px !important;

    right: 0 !important;
    display: flex !important;
    justify-content: center !important;
    gap: 10px !important;
    opacity: 0 !important;
    transition: opacity 0.3s ease !important;
}

.amazon-product-card:hover .amazon-product-actions {
    opacity: 1 !important;
}

.amazon-action-btn {
    background: rgba(255, 255, 255, 0.95) !important;
    border: 1px solid #D5D9D9 !important;
    border-radius: 4px !important;
    width: 32px !important;
    height: 32px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    transition: all 0.2s ease !important;
}

.amazon-action-btn:hover {
    background: #fff !important;
    border-color: #007185 !important;
}

.amazon-action-icon {
    color: #0F1111 !important;
    font-size: 14px !important;
}

.amazon-sale-badge {
    position: absolute !important;
    top: 10px !important;
    left: 10px !important;
    background: #CC0C39 !important;
    color: white !important;
    padding: 3px 8px !important;
    border-radius: 3px !important;
    font-size: 12px !important;
    font-weight: 600 !important;
    z-index: 5 !important;
}

.amazon-rating-container {
    text-align: center !important;
    margin-bottom: 10px !important;
}

.amazon-rating {
    border: none !important;
    background: transparent !important;
}

.amazon-product-content {
    text-align: center !important;
    padding: 0 5px !important;
}

.amazon-product-title {
    margin-bottom: 8px !important;
    line-height: 1.3 !important;
}

.amazon-product-link {
    color: #0F1111 !important;
    text-decoration: none !important;
    font-size: 20px !important;
    /* line-height: 1.4 !important; */
    display: -webkit-box !important;
    -webkit-line-clamp: 2 !important;
    -webkit-box-orient: vertical !important;
    overflow: hidden !important;
    /* height: 40px !important; */
    font-family: Arial, sans-serif !important;
}

.amazon-product-link:hover {
    color: #C7511F !important;
}

.amazon-price-container {
    /* margin: 10px 0 !important; */
}

.amazon-current-price {
    color: #0F1111 !important;
    font-weight: 700 !important;
    font-size: 18px !important;
    font-family: Arial, sans-serif !important;
}

.amazon-original-price {
    color: rgba(219, 51, 64, 1) !important;
    font-size: 14px !important;
    text-decoration: line-through !important;
}

.amazon-add-to-cart-btn {
    background: #dd7000 !important;
    border: 1px solid #dd7000 !important;
    border-radius: 20px !important;
    padding: 8px 16px !important;
    font-size: 13px !important;
    font-weight: 500 !important;
    /* color: #0F1111 !important; */
    text-decoration: none !important;
    display: inline-block !important;
    transition: all 0.2s ease !important;
    width: 100% !important;
    font-family: Arial, sans-serif !important;
}

.amazon-add-to-cart-btn:hover {
    background: #ff8400 !important;
    border-color: #ff8400 !important;
    /* color: #0F1111 !important; */
    text-decoration: none !important;
}

.amazon-cart-icon {
    margin-right: 5px !important;
}

.amazon-swiper-pagination {
    bottom: 10px !important;
}

.amazon-swiper-pagination .swiper-pagination-bullet {
    background: #ccc !important;
    opacity: 0.7 !important;
}

.amazon-swiper-pagination .swiper-pagination-bullet-active {
    background: #007185 !important;
    opacity: 1 !important;
}

.amazon-swiper-next,
.amazon-swiper-prev {
    background: white !important;
    border: 1px solid #D5D9D9 !important;
    border-radius: 50% !important;
    width: 40px !important;
    height: 40px !important;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1) !important;
    transition: all 0.2s ease !important;
}

.amazon-swiper-next:hover,
.amazon-swiper-prev:hover {
    background: #f7f7f7 !important;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15) !important;
}

.amazon-swiper-next:after,
.amazon-swiper-prev:after {
    color: #0F1111 !important;
    font-size: 16px !important;
    font-weight: bold !important;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .amazon-product-swiper {
        padding: 0 40px !important;
    }

    .amazon-image-container {
        height: 150px !important;
    }

    .amazon-product-img {
        max-height: 130px !important;
    }
}

@media (max-width: 576px) {
    .amazon-product-swiper {
        padding: 0 !important;
    }

    .amazon-section-header {}
}





/* Increase slide width so images cover more space */
.amazon-swiper-slide {
    width: 260px !important;
    /* Increase slide width */
}

/* Make product card fill more space */
.amazon-product-card {
    width: 100%;
    padding: 10px;

}

/* Make image container larger */
.amazon-image-container {
    width: 100%;
    height: 260px !important;
    /* Increased height */
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

/* Increase actual image size */
.amazon-product-img {
    width: 100% !important;
    height: 100% !important;
    object-fit: contain !important;
    /* No cropping */
}

/* Make swiper full width with no side gaps */
.product-image-swiper,
.amazon-product-swiper,
.amazon-swiper-wrapper {
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
}

/* Remove extra card white spaces */
.amazon-product-card {
    margin: 0 !important;
}



.amazon-style-section {
    padding: 20px;
    background: #fff;
}

/* Title Section */
.amazon-section-title {
    font-size: 22px;
    font-weight: 700;
    color: #111;
}

.amazon-product-content {
    margin-top: 10px;
}

.amazon-section-subtitle {
    font-size: 14px;
    color: #555;
}

.amazon-view-all {
    font-size: 14px;
    color: #007185;
    font-weight: 600;
}

/* Product Slide Width Like Amazon */
.amazon-swiper-slide {
    width: 240px !important;
}

/* Product Card */
.amazon-product-card {
    height: 380px;
    /* increased from 320px */
    padding: 12px;
    border-radius: 10px;
    transition: 0.2s ease;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.amazon-product-card:hover {
    border-color: #c7c7c7;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

/* Wishlist */
.amazon-wishlist-container {
    position: absolute;
    right: 10px;
    top: 10px;
}

.amazon-wishlist-btn {
    font-size: 20px;
    background: none;
}

/* Image Area */
.amazon-image-container {
    height: 240px !important;
    /* taller image area */
    display: flex;
    align-items: center;
    justify-content: center;
}


/* Increase actual product image size */
.amazon-product-img {
    max-height: 230px !important;
    width: auto !important;
    object-fit: contain !important;
}

/* Quick Actions (hidden like Amazon) */
.amazon-product-actions {
    position: absolute;
    right: 5px;
    top: 40%;
    opacity: 0;
    visibility: hidden;
    transition: 0.2s ease;
}

.amazon-product-card:hover .amazon-product-actions {
    opacity: 1;
    visibility: visible;
}

.amazon-action-btn {
    background: #fff;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}

.amazon-action-icon {
    font-size: 14px;
    line-height: 32px;
    color: #111;
}

/* Title */
.amazon-product-title {
    font-size: 15px;
    font-weight: 600;
    /* height: 40px; */
    overflow: hidden;
}

.amazon-product-link {
    color: #0F1111;
}

/* Rating */
.amazon-rating-container {
    margin-top: 5px;
    margin-bottom: 0;
}

/* Price */
.amazon-current-price {
    font-size: 20px;
    font-weight: 700;
    color: #B12704;
}

.amazon-original-price {
    color: rgba(219, 51, 64, 1);
    font-size: 14px;
}

/* Add to Cart Button */
.amazon-add-to-cart-btn {
    display: block;
    width: 100%;
    background: #dd7000;
    border-radius: 8px;

    text-align: center;
    font-weight: 600;
    font-size: 14px;
    color: #111;
    padding: 10px 0;
    font-size: 15px;
}

.amazon-add-to-cart-btn:hover {
    background: #ff8400;
}

.amazon-cart-icon {
    font-size: 16px;
}

/* Pagination Dots Like Amazon */
.amazon-swiper-pagination .swiper-pagination-bullet {
    background: #111 !important;
}

.amazon-swiper-next,
.amazon-swiper-prev {
    color: #111 !important;
}


.amazon-search-container {
    display: flex;
    width: 100%;
}

/* Search Bar */
.amazon-search-form {
    height: 40px;
    border-radius: 8px;
    overflow: hidden;
    display: flex;
    background: white;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    border: 2px solid transparent;
    transition: 0.3s ease;
}

.amazon-search-form:focus-within {
    border-color: #ff9900;
    box-shadow: 0 2px 8px rgba(255, 153, 0, 0.3);
}

/* Dropdown */
.amazon-search-dropdown {
    width: 70px;
    background: #f3f3f3 !important;
    border: none !important;
    border-right: 1px solid #ddd !important;
    height: 100%;
    font-size: 13px;
    padding: 0 8px;
    cursor: pointer;
    appearance: none;
    background-image: url("data:image/svg+xml;charset=US-ASCII,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'><path fill='%23666' d='M2 0L0 2h4zm0 5L0 3h4z'/></svg>");
    background-repeat: no-repeat;
    background-position: right 8px center;
    background-size: 12px;
    padding-right: 25px;
}

/* Input */
.amazon-search-input {
    border: none !important;
    padding-left: 12px;
    height: 100%;
    font-size: 15px;
}

.amazon-search-input:focus {
    outline: none !important;
}

/* Button */
.amazon-search-button {
    width: 45px;
    border-radius: 0;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.amazon-search-icon {
    font-size: 18px;
}

/* Mobile Responsive */
@media (max-width: 768px) {
    .amazon-search-form {
        height: 44px;
    }

    .amazon-search-dropdown {
        width: 80px;
        font-size: 14px;
    }

    .amazon-search-input {
        font-size: 16px;
    }

    .amazon-search-button {
        width: 50px;
    }

    .amazon-search-icon {
        font-size: 20px;
    }
}


.amazon-slider-section {
    padding: 0;
    margin: 0;
    position: relative;
}

.amazon-slider-container {
    max-width: 1400px;
    margin: 0 auto;
    position: relative;
}

.amazon-hero-swiper {
    height: 260px;
    border-radius: 8px;
    overflow: hidden;
    position: relative;
}

.amazon-slide {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.amazon-slider-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
}

/* Pagination bullets */
.amazon-pagination {
    bottom: 20 px !important;
    z-index: 10;
}

.amazon-pagination .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background: rgba(255, 255, 255, 0.7);
    opacity: 0.7;
    margin: 0 6px;
    border-radius: 50%;
    transition: all 0.3s ease;
}

.amazon-pagination .swiper-pagination-bullet-active {
    background: #ffffff;
    opacity: 1;
    transform: scale(1.2);
}

/* Navigation buttons */
.amazon-next-btn,
.amazon-prev-btn {
    background: rgba(255, 255, 255, 0.9);
    border: 1px solid #D5D9D9;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
    z-index: 10;
    transition: all 0.3s ease;
}

.amazon-next-btn:hover,
.amazon-prev-btn:hover {
    transform: translateY(-50%) scale(1.05);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}

.amazon-next-btn:after,
.amazon-prev-btn:after {
    font-size: 18px;
    color: #0F1111;
    font-weight: bold;
}

.amazon-next-btn {
    right: 10px;
}

.amazon-prev-btn {
    left: 10px;
}

/* Static slider image */
.static-slider img {
    width: 100%;
    max-width: 400px;

    /* object-fit: contain; */
    /* border-radius: 8px; */
    overflow: hidden;

}

.static-slider {
    overflow: hidden;
    height: 260px;
}

/* Mobile responsive */
@media (max-width: 768px) {
    .amazon-hero-swiper {
        height: 250px;
    }

    .amazon-next-btn,
    .amazon-prev-btn {
        width: 35px;
        height: 35px;
    }

    .amazon-next-btn:after,
    .amazon-prev-btn:after {
        font-size: 14px;
    }

    .amazon-paginat ion {
        bottom: 10px !important;
    }

    .amazon-pagination .swiper-pagination-bullet {
        width: 8px;
        height: 8px;
        margin: 0 4px;
    }

    .static-slider {
        display: none;
    }
}

@media (max-width: 576px) {
    .amazon-hero-swiper {
        height: 200px;
    }

}


.main-category-row {
    background-color: #f5f5f5;
    padding: 15px 0px;
    /* box-shadow: -2px 6px 12px 0px #5b5b5b; */
}

.main-cat {
    color: #fe162c;
    /* padding: 5px; */
    margin-bottom: 20px;
    

}

.main-cat h4 {
    font-size: 30px;
    font-weight: bold;

}

.main-cat-container {
    background-color: #f5f5f5;
}

.cat-image {
    height: 100% !important;
    width: auto !important;
    object-fit: cover;
    min-width: 100%;
}

.m-category-image-container {
    height: 120px;
    box-shadow: 2px 2px 4px 1px #00000099;
    border-radius: 5px;
    overflow: hidden;
    margin-bottom: 5px;
}

.sub-class {
    height: 165px;
}

.style_4_img {
    height: 120px;
    object-fit: cover;
}
.main-cat-name h3{
    font-weight: bold ;
    margin-bottom: 20px;
    font-size:19px;
}


.m-category-image-container-slider{
      height: 220px;
    /* box-shadow: 2px 2px 4px 1px #00000099; */
    /* border-radius: 5px; */
    /* overflow: hidden; */
    margin-bottom: 5px;
}


.product-slider-wrapper {
    position: relative;
    overflow: hidden;
    padding: 0 40px;
}

.slider-row {
    display: flex;
    transition: transform 0.3s ease;
    flex-wrap: nowrap;
    overflow-x: auto;
    scroll-behavior: smooth;
    gap: 15px; /* Add spacing between items */
}

.slider-item {
    flex: 0 0 auto;
    width: 19%; /* Desktop: 5 items per view */
}

.slider-prev,
.slider-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(255,255,255,0.8);
    border: 1px solid #ddd;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 10;
    transition: all 0.3s;
}

.slider-prev:hover,
.slider-next:hover {
    background: #f8f9fa;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
}

.slider-prev {
    left: 0;
}

.slider-next {
    right: 0;
}

/* Hide scrollbar */
.slider-row::-webkit-scrollbar {
    display: none;
}

.slider-row {
    -ms-overflow-style: none;
    scrollbar-width: none;
}

/* Responsive breakpoints */
@media (max-width: 992px) {
    .slider-item {
        width: 24%; /* Tablet: 4 items per view */
    }
}

@media (max-width: 768px) {
    .slider-item {
        width: 32%; /* Small tablet: 3 items per view */
    }
}

@media (max-width: 576px) {
    .slider-item {
        width: 48%; /* Mobile: 2 items per view */
    }
}

@media (max-width: 400px) {
    .slider-item {
        width: 48%; /* Small mobile: same 2 items per view */
    }
}

/* Ensure images maintain quality on all screens */
.cat-image {
    max-width: 100%;
    height: auto;
    object-fit: contain;
}