.main_slider_section {
    max-width: 1336px;
    width: 100%;
    margin: 32px auto 40px;
    overflow: hidden;
}

.main_slider_section .swiper-slide img {
    width: 100%;
  border-radius: 32px;
  max-height: 398px;
  object-fit: cover;
}

.main_slider_section .swiper {
    position: relative;
  border-radius: 32px;
}

.main_slider_section .swiper-wrapper {
    max-height: 398px;
}


.swiper-button-next, .swiper-button-prev {
    width: 26px;
    height: 90px;
    background: #fff;
}

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

.main_slider_section .swiper-button-next {
    right: 0;
}

.main_slider_section .swiper-button-prev {
    left: 0;
}

.swiper-button-next {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}

.swiper-button-prev {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}

.top_categories {
    max-width: 1336px;
    width: 100%;
    margin: 0 auto 40px;
}

.top_categories h2, .best_sale h2, .sales_section h2 {
    margin-bottom: 32px;
    font-weight: bold;
    font-size: 28px;
    letter-spacing: 0.01em;
}

.top_categories_item .top_item_first {
    width: 206px;
    height: 336px;
    background: #dddddd;
    border-radius: 16px;
    margin-right: 20px;
    padding: 16px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.top_item_second > a {
    width: 206px;
    height: 158px;
    background: #dddddd;
    border-radius: 16px;
    padding: 16px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.top_item_second > a:nth-child(1) {
    margin-bottom: 20px;
}

.top_categories_item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.top_categories_item a:hover {
    background: #fff;
}

.top_categories_item .top_item_second img {
    max-height: 100px;
    max-width: 200px;
}

.top_categories_item .top_item_first img {
    max-height: 140px;
    max-width: 200px;
}

.top_categories_slider .swiper-button-prev,
.best_sale_slider .swiper-button-prev,
.sales_section .swiper-button-prev,
.brandSlider .swiper-button-prev {
    box-shadow: 8px 4px 8px rgba(0, 0, 0, 0.08);
    left: 0;
}

.top_categories_slider .swiper-button-next,
.best_sale_slider .swiper-button-next,
.sales_section .swiper-button-next,
.brandSlider .swiper-button-next {
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.16);
    right: 0;
}

.top_categories_slider .swiper-slide {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.top_categories_item h4 {
    font-weight: bold;
    font-size: 16px;
    letter-spacing: 0.01em;
    width: 100%;
}

.best_sale {
    width: 100%;
    max-width: 1336px;
    margin: 0 auto 20px;
}

.best_sale > div {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.best_main_img {
    margin-right: 20px;
}

.best_sale_slider {
    width: 75%;
}

.swiper-grid-column > .swiper-wrapper {
    flex-direction: inherit;
}

.best_sale_slider .swiper-slide,
.sales_section .swiper-slide,
.brandSlider .swiper-slide {
    margin-top: 0 !important;
}

.best_sale_slider .swiper-button-disabled {
    opacity: 0 !important;
}

.best_sale_slider .swiper-button-prev,
.best_sale_slider .swiper-button-next {
    top: 42%;
}

.sales_section .swiper-button-prev,
.sales_section .swiper-button-next {
    top: 48%;
}

.sales_section .swiper-button-prev,
.sales_section .swiper-button-next {
    top: 46%;
}

.best_main_img img {
    max-height: 738px;
}

.mini_banners {
    max-width: 1336px;
    width: 100%;
    margin: 0 auto 40px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.mini_banners a {
    display: block;
    width: 49%;
}

.mini_banners a img {
    width: 100%;
}

.sales_section {
    max-width: 1336px;
    width: 100%;
    margin: 0 auto 40px;
}

.sales_section .swiper {
    padding: 0 6px;
}

.main_slider_section .mob_img {
    display: none;
}

.main_slider_section .swiper-slide {
    width: 90%;
  border-radius: 32px;
}

.brandSlider {
    max-width: 1336px;
    width: 100%;
    margin: 32px auto 40px;
    overflow: hidden;
}

.brandSlider h2 {
    font-weight: 700;
    font-size: 28px;
    line-height: 32px;
    color: rgba(0, 0, 0, 1);
}

.brandSlider .swiper {
    margin-top: 30px;
}

.brandSlider .swiper {
    margin-top: 30px;
}

.brandSlider .swiper-slide {
    display: -ms-grid;
    display: grid;
    gap: 20px;
}
