/*#menu_buttons2 .menu_button_wrapper .banner_item img {*/
/*    filter: brightness(80%);*/
/*}*/

/*#menu_buttons2 .menu_button_wrapper .banner_item div {*/
/*    bottom: auto;*/
/*    text-align: center;*/
/*    color: #fff;*/
/*    text-shadow: 0px 0px 13px #565656;*/
/*}*/

/*#menu_buttons2 .menu_button_wrapper .banner_item div p {*/
/*    text-align: center;*/
/*    margin-bottom: 5px;*/
/*    font-size: 3rem;*/
/*}*/

#menu_buttons2 .menu_button_wrapper .banner_item div span {
    text-decoration: none;
}

#menu_buttons2 .menu_button_wrapper .banner_item div {
    bottom: 10%;
    text-decoration: none;
    border-radius: 5px;
    text-align: center;
    color: #222;
    padding: 10px 20px;
    background-color: #f6f6f6;
}

.navbar-nav>.nav-item[data-id='1452']>.nav-link {
    color: #74ac85;
    font-weight: 700;
}

.navbar-nav>.nav-item[data-id='1453']>.nav-link {
    font-weight: 700;
}

.navbar-nav>.nav-item[data-id='1713']>.nav-link {
    font-weight: 700;
    text-transform: uppercase;
}

#footer_links ul:last-child > li > ul li a {
    justify-content: center;
}

.home-main-button-banner__container {
    position: relative;
}

.home-main-button-banner__container img,
.home-main-button-banner__container picture {
    width: 100%;
}

.swiper-pagination-bullet {
    border: 1px solid #ffffff;
}

.home-main-button-banner__content-wrapper {
    display: flex;
    flex-direction: column;
    position: absolute;
    bottom: 30%;
    left: 25%;
    transform: translateX(-50%);
    justify-content: center;
    padding: 60px;
    background-color: #ffffffed;
    border-radius: 20px;
}

.home-main-button-banner__btn {
    display: flex;
    justify-content: center;
    color: #ffffff;
    font-weight: 700;
    width: 100%;
    background-color: #d9000c;
    padding: 10px 15px;
    text-decoration: none;
    border-radius: 20px;
}

.category-card {
    align-items: center;
    text-align: center;
    display: flex;
    flex-direction: column;
    box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.15);
    padding: 5px;
    margin-bottom: 15px;
    border-radius: 15px;
}

.category-card__image {
    margin-bottom: 15px;
}

.category-card__image img {
    padding: 5px;
    border-radius: 10px;
    width: 100%;
}

.category-card__header {
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 15px;
}

.category-card__btn {
    background-color: #222222;
    width: 90%;
    max-width: 240px;
    padding: 10px;
    margin-bottom: 15px;
    border-radius: 5px;
    text-decoration: none;
    color: #ffffff;
    font-size: 14px;
    font-weight: 600;
}

.category-card__btn:hover {
    background-color: #ffffff;
    color: #222222;
}

.category-card__btn a {
    text-decoration: none;
    color: #ffffff;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    font-size: 14px;
    font-weight: 600;
}

.trends-section {
    display: flex;
    flex-direction: column;
}

.trends-section__header {
    font-size: 22px;
    font-weight: 700;
    margin-top: 20px;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.trends-section__description {
    color: #555555;
    font-weight: 400;
    font-size: 16px;
    margin-bottom: 17px;
}

.trends-section__btn {
    background-color: #222222;
    color: #ffffff;
    font-weight: 700;
    text-decoration: none;
    border-radius: 5px;
    text-align: center;
    padding: 10px 20px;
    font-size: 14px;
    width: 90%;
}

.trends-section__btn:hover {
    color: #222222;
    background-color: #ffffff;
}

.trends-section__image img,
.trends-section__image video{
    height: 100%;
    width: 100%;
    object-fit: cover;
}

/* .trends-section__image video {
    max-width: 100%;
    height: auto;
    object-fit: contain;
} */

@media screen and (max-width: 768px) {
    .home-main-button-banner__btn {
        display: none !important;
    }

    .home-main-button-banner__container img,
    .home-main-button-banner__container picture {
        border-radius: 20px;
        opacity: 50%;
    }

    .home-main-button-banner__content-wrapper {
        left: 0;
        transform: translateX(0);
        width: 100%;
        text-align: center;
        padding: 0;
        background-color: unset;
    }

    .hero-button-mobile {
        display: flex;
        justify-content: center;
        color: #ffffff;
        font-weight: 700;
        width: 100%;
        background-color: #d9000c;
        padding: 10px 15px;
        text-decoration: none;
        border-radius: 20px;
    }

    .trends-section {
        width: 100%;
    }
}

@media screen and (min-width: 768px) {
    .trends-section__btn {
        max-width: 200px;
    }
}

.bestseller, .label.--bestseller {
    background: #cfb88e;
}

.label_icons>* {
    opacity: 1;
}

div.return_type.choose_return_type:first-child {
    display: none;
}

#order_exchange {
    display: none !important;
}

.distinguished, .label.--distinguished {
    color: #ffffff;
    background: #A92216;
}

.benefit_zone.--top .item span {
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
}

.freeShipping {
    background-color: #e8f5e9;
    box-shadow: -15px 0px 0 0 #e8f5e9, 15px 0px 0 0 #e8f5e9;
    height: 40px;
}

@media screen and (min-width: 768px) {
    .freeShipping {
        justify-content: center;
    }
}