/* === Tlačítka: hover efekty === */
.quantity .increase:hover,
.quantity .decrease:hover {
    color: #ffffff !important;
}

/* === Barva textu tlačítek Do košíku a Konverze === */
.btn.btn-cart,
.btn.btn-conversion,
a.btn.btn-cart,
a.btn.btn-conversion {
    color: #ffffff !important;
}

/* === Krokovač košíku - barva teček === */
ol.cart-header li.active a:before,
ol.cart-header li.active strong:before,
ol.cart-header li.completed a:before,
ol.cart-header li.completed strong:before {
    color: #ffffff !important;
}

/* === Výchozí tlačítka === */
.btn.btn-default,
a.btn.btn-default {
    color: #ffffff !important;
}

/* === Blok pro přidání do košíku – barva pozadí === */
.p-to-cart-block {
    background-color: #DCD7C9 !important;
}

/* === Cookies lišty === */
.siteCookies--bottom.siteCookies--scrolled,
.siteCookies__form {
    background-color: #2C3930 !important;
}

/* === Responzivní layout benefitů na mobilu === */
@media screen and (max-width: 768px) {
    .benefitBanner.position--benefitHomepage {
        display: flex;
        flex-wrap: wrap;
        gap: 16px;
        justify-content: center;
    }

    .benefitBanner.position--benefitHomepage .benefitBanner__item {
        flex: 0 1 calc(50% - 8px);
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .benefitBanner__picture {
        margin-bottom: 8px;
    }

    .benefitBanner__img {
        max-width: 100%;
        height: auto;
    }

    .benefitBanner__title {
        font-size: 14px;
        font-weight: 600;
    }
}

/* === Skrytí produktových kódů a hodnocení === */
.product .p-code,
.product .ratings-wrapper {
    display: none !important;
}

/* === Posun content wrapperu na stránce detailu produktu === */
body.type-detail #content-wrapper {
    margin-top: 50px !important;
}