
.main-home-top-slider {
    height: 185px;
}

@media (min-width: 1024px) {
    .main-home-top-slider {
        height: 300px;
    }
}

@media (min-width: 1281px) {
    .main-home-top-slider {
        height: 400px;
    }
}

.category-icon {
    width: 72px !important;
    height: 72px !important;
    line-height: 0;
}

.main-home-top-slider-item {
    height: 268px;
}

.widget-main-category {
    width: 28%;
}

@media (min-width: 1024px) {
    .main-home-top-slider-item {
        height: 300px;
    }

    .widget-main-category {
        width: 16.6666666667%;
    }
}

@media (min-width: 1281px) {
    .main-home-top-slider-item {
        height: 400px;
    }
}

.main-home-top-slider-image {
    left: 50%;
    /*max-width: 1920px;*/
    top: 0;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.main-home-top-slider-image img {
    height: 100%;
}

.styles_Banner--a__tCKhr {
    aspect-ratio: 100 / 75;
}

.card-banner-4-1 {
    width: calc(50% - 8px);
    margin-right: 0;
    margin-top: 0;
}

.card-banner-4-2 {
    width: calc(50% - 8px);
    margin-right: 16px;
    margin-top: 0;
}

.card-banner-4-3 {
    width: calc(50% - 8px);
    margin-right: 0;
    margin-top: 16px;
}

.card-banner-4-4 {
    width: calc(50% - 8px);
    margin-right: 16px;
    margin-top: 16px;
}

@media (min-width: 992px) {
    .category-icon {
        width: 100px !important;
        height: 100px !important;
    }

    .card-banner-4-1 {
        width: calc(25% - 12px);
        margin-right: 0;
        margin-top: 0;
    }

    .card-banner-4-2 {
        width: calc(25% - 12px);
        margin-right: 16px;
        margin-top: 0;
    }

    .card-banner-4-3 {
        width: calc(25% - 12px);
        margin-right: 16px;
        margin-top: 0;
    }

    .card-banner-4-4 {
        width: calc(25% - 12px);
        margin-right: 16px;
        margin-top: 0;
    }
}

.bs-product-item-list:not(:last-child) .bs-product-item:before {
    background-color: #f0f0f1;
    bottom: -10px;
    content: "";
    display: block;
    height: 1px;
    left: 0;
    position: absolute;
    width: 100%;
}

.brand-image img {
    width: 110px;
}

@media (max-width: 768px) {
    .brand-image img {
        width: 70px;
    }
}

.br-list-horizontal-0 + .br-list-horizontal-0 {
    border-right: 1px solid var(--bs-gray-200);
}

.swiper-container {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
}

/* General settings for all devices */
.swiper-container {
    width: 100%;
    margin: 0 auto;
}

/* Mobile-specific settings */
@media (max-width: 768px) {
    .swiper-container {
        max-width: 100%; /* Fills the entire width on mobile */
    }

    .swiper-slide {
        width: 90%; /* Adjusts slide width for mobile */
        max-width: 900px; /* Sets maximum width for each slide on mobile */
    }

    .offer-product-slide {
        width: 40% !important;
    }
}

@media (min-width: 1024px) {
    .w-lg-82px {
        width: 82px !important;
    }
}

@media (min-width: 1024px) {
    .w-lg-35 {
        width: 140px;
    }
}

.w-75px {
    width: 75px;
}

.swiper-button-next,
.swiper-button-prev {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: white;
    border-radius: 50%;
    padding: 10px;
    z-index: 10;
}

.swiper-button-next {
    left: 50px;
}

.swiper-button-prev {
    right: auto !important;
    left: 40px !important;
}

.swiper-button-next:after,
.swiper-button-prev:after {
    font-size: 10px;
    font-weight: bold;
    color: black;
}

.slider-controls div {
    width: 21px;
    height: 21px;
    line-height: 21px;
    margin: 0;
}

.scrolling-text-container {
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    direction: rtl;
    position: relative;
}

.scrolling-text {
    display: inline-block;
    font-size: 1em;
    transform: translateX(0);
    will-change: transform;
    transition: none;
}

.start-scroll {
    animation: scroll-right 10s linear forwards;
}

@keyframes scroll-right {
    0% {
        transform: translateX(0%);
    }
    100% {
        transform: translateX(100%);
    }
}

@media (min-width: 768px) {
    .scrolling-text-container {
        overflow: visible;
    }

    .scrolling-text {
        animation: none !important;
        transform: none !important;
    }
}

@media (min-width: 992px) {
    .home-section {
        padding-top: 1.2rem !important;
    }
}