.main_slider_section {
    max-width: 1336px;
    width: 100%;
    margin: 32px auto 40px;
}
.main_slider_section .swiper-slide img{
    width: 100%;
}
.main_slider_section .swiper {
    position: relative;
}
.main_slider_section .swiper:before {
    content: '';
    display: block;
    width: 63px;
    height: 99%;
    background: linear-gradient(450deg, #FFFFFF 15.08%, rgba(255, 255, 255, 0) 134.13%);
    opacity: 0.8;
    border-top-left-radius: 32px;
    border-bottom-left-radius: 32px;
    position: absolute;
    right: -4px;
    z-index: 11;
}
.main_slider_section .swiper:after {
    content: '';
    display: block;
    width: 63px;
    height: 99%;
    background: linear-gradient(450deg, #FFFFFF 15.08%, rgba(255, 255, 255, 0) 134.13%);
    opacity: 0.8;
    border-top-left-radius: 32px;
    border-bottom-left-radius: 32px;
    transform: rotate(-180deg);
    position: absolute;
    left: -4px;
    z-index: 11;
    top: 0;
}
.swiper-button-next, .swiper-button-prev  {
    width: 40px;
    height: 96px;
    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: 5.8%;
}
.main_slider_section .swiper-button-prev {
    left: 5.8%;
}
.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: 116px;
}
.top_categories_slider .swiper-button-prev, .best_sale_slider .swiper-button-prev, .sales_section .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{
    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 {
    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: 46%;
}
.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;
}