.swiper.vp-swiper {
    width: 100%;
    padding-bottom: 48px !important;
    border: 0 !important;
}

.swiper.vp-swiper .swiper-pagination {
    bottom: 0;
}

.swiper.vp-swiper .swiper-pagination-bullet-active {
    background: var(--color-primary);

}

.vp-swiper:hover .vp-swiper-prev,
.vp-swiper:hover .vp-swiper-next {
    opacity: 1;
}

.vp-swiper-prev,
.vp-swiper-next {
    text-decoration: none;
    transition: opacity .3s ease-out;
    position: absolute;
    top: calc(50% - 140px);
    z-index: 10;
    width: 50px;
    height: 50px;
    margin-top: -25px;
    background: none;
    cursor: pointer;
}

.vp-swiper-prev::before,
.vp-swiper-next::before {
    display: block;
    background-color: rgba(0, 0, 0, .25);
    border-radius: 50%;
    font-size: 26px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    text-shadow: none;

    font-family: shoptet;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.vp-swiper-prev {
    left: 10px;
}

.vp-swiper-next {
    right: 10px;
}

.vp-swiper-prev::before {
    content: "\e90f";
}

.vp-swiper-next::before {
    content: "\e910";
}

.vp-swiper-prev:hover,
.vp-swiper-next:hover {
    text-decoration: none;
}

.product .flag {
    padding: 4px 8px;
    font-size: 11px;
    line-height: 13px;
    font-weight: 300;
    text-align: left;
    margin: 0 0 2px;
}

/* Discount */
.flags-extra .flag-discount {
    display: none !important;
}

.vp-card-discount {
    margin: 0 0 6px;
    line-height: 1.2;
    font-size: 13px;
    font-weight: 700;
    color: #d34343;
}

.vp-card-discount .vp-card-old {
    margin-right: 8px;
    font-weight: 500;
    color: #777;
    text-decoration: line-through;
}

.vp-card-discount .vp-card-save {
    display: inline-block;
    padding: 2px 6px;
    border-radius: 999px;
    background: rgba(209, 0, 0, 0.08);
}

.p-final-price-wrapper .price-save {
    color: #d34343;
}

.vp-alt-products-under-tabs {
    margin-top: 24px;
}

#productsAlternative {
    display: none;
}

.vp-alt-products-under-tabs .related-sm-screen-hide {
    display: block;
}


/* Hide social buttons */

.social-buttons-wrapper {
    display: none;
}

.delivery-time,
.delivery-time-label {
    font-weight: bold;
}

.latest-contribution-wrapper {
    display: none;
}

/* Menu */

#navigation {
    border-bottom: 4px solid #7d6828;
}

.navigation-in ul {
    background: #fff;
}

.navigation-in>ul>li>a {
    background: #fff;
    color: #222;
    border-top: 1px solid transparent;
}

.navigation-in>ul>li>a:hover {
    border-top: 1px solid #7d6828;
}

.navigation-in>ul>li {
    border: none;
}

/* Benefits */
.benefitBanner__link {
    color: #4d4d4d;
}

.benefitBanner__link:hover {
    color: #4d4d4d;
    /* opacity: 1; */
}

/* Heureka */
#vp-heureka-widget .vp-heureka-widget-content {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 32px;
    padding: 16px;
    border-radius: 16px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    border: 1px solid #4D4D4D;
}

#vp-heureka-widget .vp-heureka-widget-reviews {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

#vp-heureka-widget .vp-heureka-widget-reviews p {
    font-size: 36px;
    line-height: 1;
    margin-bottom: 0;
    font-weight: 600;
}

#vp-heureka-widget .vp-heureka-widget-stars {
    display: flex;
    gap: 4px;
}

/* Sidebar */
.sidebar .pageElement__heading {
    display: none;
}

.sidebar .box-categories {
    padding-top: 0;
}

.sidebar-inner {
    padding-top: 10px;
}

.sidebar.sidebar-left {
    background: #fff;
}

.sidebar.sidebar-left .categories .topic>a {
    background: #7d6828;
    color: #fff;
}

.sidebar #categories .categories {
    padding-bottom: 2px;
}

#categories .categories li.active>a:hover,
#categories a:hover {
    background: #7d6828;
    color: #fff;
}

#categories .expandable>.topic>a>span,
#categories .expandable>a>span {
    color: #fff;
}

#categories .expandable>.topic>a:hover>span,
#categories .expandable>a:hover>span {
    color: #fff;
}

.categories a {
    padding-top: 12px;
    padding-bottom: 12px;
    font-size: 14px;
}

.categories ul a {
    padding-top: 5px;
    padding-bottom: 5px;
}

#categories .expandable>.topic>a>span,
#categories .expandable>a>span {
    top: 12px;
    color: #7d6828;
}

#categories ul .expandable .cat-trigger {
    top: 6px;
}

.sidebar.sidebar-left .categories .topic>a .cat-trigger {
    color: #fff !important;

}

#header .cart-count {
    color: #000;
}

.cart-header .step {
    background: #f2f2f2;
    border-right: 1px solid #fff;
}

ol.cart-header li.active strong {
    color: #444;
}

.cart-header .step.active {
    background: #7d6828;
}

ol.cart-header li.active strong {
    color: #fff;
}


/* Media queries */
@media screen and (min-width: 768px) {
    #navigation {
        height: 36px;
    }
}

@media screen and (min-width: 992px) {

    .vp-swiper-prev,
    .vp-swiper-next {
        opacity: 0;
    }

    .multiple-columns-body .position--benefitHomepage .benefitBanner__item {
        flex: 1 1 25%;
    }

    #vp-heureka-widget {
        margin: 0 20px;
    }

    .sidebar {
        width: 265px;
    }
}

@media screen and (min-width: 1200px) {
    .banners-row {
        margin-right: 0;
    }
}

@media screen and (max-width: 767px) {
    #header .site-name a img {
        max-height: 50px;
    }

    .navigation-in .menu-level-1 {
        border-top: 5px solid #7d6828;
    }
}

/* Banner grid */

.homepage-box {
    background: none;
    border: none;
}

.welcome>div {
    width: 100%;
    max-width: 100%;
}

.homepage-box .banner-grid {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    box-sizing: border-box;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
}

.homepage-box .banner-card {
    display: block;
    overflow: hidden;
}

.homepage-box .banner-card img {
    display: block;
    width: 100%;
    aspect-ratio: 1200 / 800;
    object-fit: cover;
}

#categories .expandable>.topic>a>span:before,
#categories .expandable>a>span:before {
    content: "\e911";
}

#categories .expandable.expanded>.topic>a>span:before,
#categories .expandable.expanded>a>span:before {
    content: "\e90e";
}

#categories .expandable>.topic>a>span,
#categories .expandable>a>span {
    left: auto !important;
    right: 10px !important;
}

.categories .topic>a {
    padding-left: 12px;
}

@media screen and (max-width: 767px) {
    .homepage-box .banner-grid {
        padding: 24px 0 0 0;
        grid-template-columns: 1fr;
        gap: 16px;
    }
}