body.home .shb-media .shb-slide {
    opacity: 0 !important;
    visibility: hidden !important;
    pointer-events: none !important;
    transition: none !important;
}

body.home .shb-media .shb-slide.is-active {
    opacity: 1 !important;
    visibility: visible !important;
    pointer-events: auto !important;
    z-index: 1 !important;
}

.sharpi-filter-content[hidden] {
    display: none !important;
}

.sharpi-filter-content:not([hidden]) {
    display: block !important;
    visibility: visible !important;
    max-height: none !important;
    opacity: 1 !important;
    overflow: visible !important;
    margin-top: 20px !important;
    padding: 30px 20px !important;
}

button.sharpi-filter-btn {
    border: 0;
}

.sharpi-search-submit {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    margin: 14px auto 0;
    padding: 0 28px;
    border: 0;
    border-radius: 999px;
    background: #f7941d;
    color: #111;
    font: inherit;
    font-weight: 700;
    cursor: pointer;
}

.sharpi-search-submit:focus-visible,
button.sharpi-filter-btn:focus-visible,
.sharpi-coupon-toggle:focus-visible,
#cfw-expand-cart:focus-visible,
.sharpi-mobile-buybar__button:focus-visible {
    outline: 3px solid #f7941d;
    outline-offset: 3px;
}

body.woocommerce-cart .sharpi-coupon-toggle {
    display: inline-flex !important;
    visibility: visible !important;
    width: auto !important;
    height: auto !important;
    min-height: 44px !important;
    opacity: 1 !important;
    overflow: visible !important;
    position: static !important;
    margin: 0 0 12px !important;
    padding: 8px 0 !important;
}

body.woocommerce-cart .coupon.sharpi-coupon-collapsed {
    display: none !important;
}

body.woocommerce-cart .coupon:not(.sharpi-coupon-collapsed) {
    display: flex !important;
    min-height: 44px !important;
}

body.woocommerce-checkout .sharpi-progress-bar {
    display: none !important;
}

#cfw-expand-cart[role="button"] {
    cursor: pointer;
}

.sharpi-mobile-buybar {
    display: none;
}

.top-bar .top-bar-item,
.top-bar .top-bar-item span {
    color: #111827 !important;
    font-weight: 600 !important;
}

.woocommerce-breadcrumb > span:last-child,
.sharpi-breadcrumb > span:last-child {
    color: #7c3f00 !important;
}

@media (max-width: 782px) {
    html body.single-product nav.woocommerce-breadcrumb.sharpi-breadcrumb {
        display: flex !important;
        align-items: center !important;
        flex-wrap: nowrap !important;
        gap: 0 !important;
        max-width: calc(100% - 16px) !important;
        margin: 4px 8px 10px !important;
        padding: 6px 10px !important;
        overflow-x: auto !important;
        overflow-y: hidden !important;
        border-radius: 8px !important;
        box-shadow: none !important;
        white-space: nowrap !important;
        font-size: 11px !important;
        line-height: 1.2 !important;
        scrollbar-width: none;
    }

    html body.single-product nav.woocommerce-breadcrumb.sharpi-breadcrumb::-webkit-scrollbar {
        display: none;
    }

    html body.single-product nav.woocommerce-breadcrumb.sharpi-breadcrumb::before {
        width: 13px !important;
        height: 13px !important;
        margin-right: 4px !important;
    }

    html body.single-product nav.woocommerce-breadcrumb.sharpi-breadcrumb a {
        padding: 1px 2px !important;
    }

    html body.single-product nav.woocommerce-breadcrumb.sharpi-breadcrumb .breadcrumb-sep {
        margin: 0 3px !important;
        font-size: 13px !important;
    }

    html body.single-product nav.woocommerce-breadcrumb.sharpi-breadcrumb > span:nth-last-child(2),
    html body.single-product nav.woocommerce-breadcrumb.sharpi-breadcrumb > span:last-child {
        display: none !important;
    }
}

.star-rating,
.star-rating span {
    color: #9a5700 !important;
}

.stock.in-stock,
.sharpi-stock-badge.in-stock {
    color: #047857 !important;
    font-weight: 600 !important;
}

.product_meta,
.product_meta strong,
.product_meta .sku,
.product_meta .ean {
    color: #475569 !important;
}

.footer-newsletter button,
.newsletter-form button {
    color: #111827 !important;
}

.site-footer .brand-logo span,
.site-footer .footer-brands span {
    color: #b8b8b8 !important;
}

@media (max-width: 782px) {
    body > #sharpi-header-switchers.is-floating {
        position: absolute !important;
        top: 0 !important;
        right: 0 !important;
        left: auto !important;
        width: 0 !important;
        height: 0 !important;
        min-height: 0 !important;
        margin: 0 !important;
        padding: 0 !important;
        overflow: visible !important;
    }

    body.single-product div.product > .woocommerce-product-gallery {
        min-height: calc(100vw + 41px) !important;
    }

    body.single-product {
        padding-bottom: 82px;
    }

    .sharpi-mobile-buybar {
        position: fixed;
        z-index: 99990;
        right: 0;
        bottom: 0;
        left: 0;
        display: flex;
        align-items: center;
        gap: 12px;
        min-height: 70px;
        padding: 10px 14px max(10px, env(safe-area-inset-bottom));
        border-top: 1px solid rgba(0, 0, 0, 0.12);
        background: rgba(255, 255, 255, 0.98);
        box-shadow: 0 -8px 24px rgba(0, 0, 0, 0.14);
        transform: translateY(110%);
        transition: transform 180ms ease;
    }

    .sharpi-mobile-buybar.is-visible {
        transform: translateY(0);
    }

    .sharpi-mobile-buybar__price {
        flex: 0 0 auto;
        color: #111;
        font-weight: 800;
        white-space: nowrap;
    }

    .sharpi-mobile-buybar__button {
        flex: 1 1 auto;
        min-height: 48px;
        border: 0;
        border-radius: 999px;
        background: #f7941d;
        color: #111;
        font: inherit;
        font-weight: 800;
    }

    body.woocommerce-checkout #listeo-chatbot,
    body.woocommerce-checkout .listeo-chatbot,
    body.woocommerce-checkout [class*="floating-chat"] {
        display: none !important;
    }
}

@media (prefers-reduced-motion: reduce) {
    .sharpi-mobile-buybar {
        transition: none;
    }
}
