.br-section {
    padding: 0 !important;
}

.model-unic-badge {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    z-index: 100 !important;
    background: linear-gradient(to bottom, black, transparent),
    linear-gradient(to right, black, transparent),
    red !important;
    border-radius: 0px 0px 11px 0px !important;
    padding: 8px 12px !important;
    display: flex !important;
    align-items: center !important;
    gap: 0 !important;
    box-shadow: 0 4px 12px rgba(255, 107, 107, 0.4) !important;
    animation: pulseGlow 2s ease-in-out infinite !important;
    flex-direction: column;
}

@keyframes pulseGlow {
    0%, 100% {
        box-shadow: 0 4px 12px rgba(255, 107, 107, 0.4);
    }
    50% {
        box-shadow: 0 6px 20px rgba(255, 107, 107, 0.6);
    }
}

.model-unic-badge-img {
    width: 50px !important;
    height: 50px !important;
    object-fit: contain !important;
    display: block !important;
    margin-bottom: 5px !important;
}

.model-unic-badge-text {
    color: white !important;
    font-size: 13px !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    letter-spacing: 0.5px !important;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2) !important;
    display: block !important;
}

.woocommerce ul.products li.product a img {
    border-radius: 10px 10px 0 0;
}
.woo-ajax-filter-wrapper {
    position: relative;
    width: 100%;
}

.banner-tabs {
    display: flex;
    gap: 30px;
    margin-bottom: 30px;
    margin-top: 30px;
}

.filter-top-banners {
    background: transparent;
    padding: 30px 20px;
    margin-bottom: 0;
    border-radius: 8px;
}

.banner-tab {
    background: transparent;
    border: none;
    color: #999;
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
    padding: 0;
    cursor: pointer;
    position: relative;
    transition: color 0.3s ease;
    letter-spacing: 0.5px;
}

.banner-tab:hover {
    color: #000;
}

.banner-tab.active {
    color: #000;
}

.banner-tab-content {
    display: none;
    opacity: 0;
    transition: opacity 0.4s ease-in-out;
}

.banner-tab-content.active {
    display: block;
    animation: fadeIn 0.4s ease-in-out forwards;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.banner-category-section {
    margin-bottom: 30px;
}

.banner-category-section:last-child {
    margin-bottom: 0;
}

.banner-category-title {
    color: #000;
    font-size: 24px;
    font-weight: bold;
    margin: 0 0 20px 0;
    text-transform: uppercase;
}

.banners-wrapper {
    position: relative;
    max-width: 100%;
    overflow: visible;
}

.banners-slider {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 15px;
    transition: transform 0.3s ease;
}

.banners-slider.scrollable {
    display: flex;
    overflow-x: hidden;
    scroll-behavior: smooth;
}

.banners-slider.scrollable .banner-slide {
    flex: 0 0 calc(16.666% - 12.5px);
    min-width: calc(16.666% - 12.5px);
}

.banner-slide {
    background: #000;
    border-radius: 12px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    position: relative;
    min-width: 0;
    width: 100%;
    height: auto;
    max-width: 100%;
    padding: 0;
}

.banner-slide .banner-link {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
    text-decoration: none;
}

.banner-slide .banner-image-wrapper {
    width: 100%;
    height: 250px;
    position: relative;
    overflow: hidden;
    border-radius: 12px 12px 0 0;
}

.banner-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
}

.banner-slide .banner-text {
    color: #000;
    font-size: 18px;
    font-weight: 600;
    text-align: center;
    background: #fff;
    padding: 10px;
    width: 100%;
    word-wrap: break-word;
    border-radius: 0 0 12px 12px;
}

.banner-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(0,0,0,0.7);
    color: #fff;
    border: none;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    font-size: 24px;
    cursor: pointer;
    z-index: 10;
    transition: background 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
}

.banner-nav:hover {
    background: rgba(0,0,0,0.9);
}

.banner-prev {
    left: -15px;
}

.banner-next {
    right: -15px;
}

.mobile-filter-button {
    display: none !important;
}

.mobile-close-filter-button {
    display: none !important;
}

.filter-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.7);
    z-index: 1000;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.filter-overlay.active {
    display: block;
    opacity: 1;
}

.filters-container {
    background: #fff;
    padding: 20px;
    margin-bottom: 30px;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}

.filters-header {
    display: none;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
    padding-bottom: 15px;
    border-bottom: 2px solid #eee;
}

.filters-header h3 {
    margin: 0;
    font-size: 24px;
    color: #000;
}

.close-filters {
    display: none;
    background: transparent;
    border: none;
    font-size: 28px;
    cursor: pointer;
    color: #666;
    padding: 0;
    width: 30px;
    height: 30px;
    line-height: 1;
}

.close-filters:hover {
    color: #000;
}

.filters-content {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 30px;
}

.filter-group {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.filter-group h4 {
    margin: 0 0 10px 0;
    font-size: 16px;
    font-weight: bold;
    color: #000;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.filter-checkbox {
    display: flex;
    align-items: center;
    gap: 10px;
    cursor: pointer;
    padding: 8px 0;
    transition: all 0.2s ease;
}

.filter-checkbox:hover {
    color: #ff6b35;
}

.filter-checkbox input[type="checkbox"] {
    width: 18px;
    height: 18px;
    cursor: pointer;
    accent-color: #000;
}

.filter-checkbox span {
    font-size: 14px;
    color: #333;
}

.price-slider-wrapper {
    padding: 10px 0;
}

#price-slider {
    margin: 20px 0;
}

.ui-slider {
    background: #ddd;
    border: none;
    height: 6px;
    border-radius: 3px;
}

.ui-slider-range {
    background: #000;
}

.ui-slider-handle {
    width: 18px;
    height: 18px;
    background: #000;
    border: 3px solid #fff;
    border-radius: 50%;
    cursor: pointer;
    outline: none;
    box-shadow: 0 2px 5px rgba(0,0,0,0.2);
    top: -6px;
}

.ui-slider-handle:hover {
    transform: scale(1.1);
}

.price-values {
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    color: #000;
    margin-top: 10px;
}

.filters-footer {
    display: none;
    justify-content: space-between;
    gap: 15px;
    margin-top: 30px;
    padding-top: 20px;
    border-top: 2px solid #eee;
}

.clear-filters,
.apply-filters {
    flex: 1;
    padding: 15px 30px;
    font-size: 16px;
    font-weight: bold;
    border-radius: 50px;
    cursor: pointer;
    transition: all 0.3s ease;
    border: 2px solid #000;
}

.clear-filters {
    background: #fff;
    color: #000;
}

.clear-filters:hover {
    background: #f5f5f5;
}

.apply-filters {
    background: #000;
    color: #fff;
}

.apply-filters:hover {
    background: #333;
    transform: scale(1.02);
}

.products-container {
    position: relative;
    min-height: 300px;
}

.filter-loading {
    display: none;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 100;
}

.filter-loading.active {
    display: block;
}

.spinner {
    width: 50px;
    height: 50px;
    border: 4px solid #f3f3f3;
    border-top: 4px solid #000;
    border-radius: 50%;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.no-products {
    text-align: center;
    padding: 60px 20px;
    background: #f9f9f9;
    border-radius: 8px;
}

.no-products p {
    font-size: 18px;
    color: #666;
    margin: 0;
}

.inline-banner-item {
    display: none !important;
}

.desktop-promo-banner-item {
    display: none !important;
}

.fullwidth-banner-item {
    display: none !important;
}

.fullwidth-mobile {
    display: none !important;
}

.fullwidth-desktop {
    display: none !important;
}

@media (min-width: 769px) {
    #sticky-banners-container {
        top: 107px !important;
    }
    .woo-ajax-filter-wrapper .products-container .woocommerce ul.products,
    .woo-ajax-filter-wrapper .products-container .ascendoor-shortcode-products ul.products {
        display: grid !important;
        grid-template-columns: repeat(4, 1fr) !important;
        gap: 15px !important;
    }

    .woo-ajax-filter-wrapper .products-container ul.products::before,
    .woo-ajax-filter-wrapper .products-container ul.products::after {
        display: none !important;
    }

    .woo-ajax-filter-wrapper .products-container ul.products li.product,
    .woo-ajax-filter-wrapper .products-container ul.products li {
        width: 100% !important;
        max-width: 100% !important;
        flex: none !important;
        margin: 0 !important;
    }

    .desktop-promo-banner-item {
        display: block !important;
        list-style: none !important;
        margin: 0 !important;
    }

    .desktop-promo-banner-link {
        display: block;
        text-decoration: none;
        height: 100%;
    }

    .desktop-promo-banner-content {
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        border-radius: 12px;
        overflow: hidden;
        display: flex;
        align-items: center;
        justify-content: center;
        box-shadow: 0 2px 8px rgba(0,0,0,0.1);
        min-height: 300px;
        height: 100%;
        position: relative;
    }

    .desktop-promo-banner-content.desktop-promo-banner-video {
        background: #000;
    }

    .desktop-promo-banner-content video {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: 70% center;
    }

    .desktop-promo-banner-text-overlay {
        color: #fff;
        text-align: left;
        padding: 30px;
        width: 100%;
        z-index: 10;
        text-shadow: 2px 2px 4px rgba(0,0,0,0.8);
        position: relative;
    }

    .desktop-promo-banner-text-overlay h1,
    .desktop-promo-banner-text-overlay h2,
    .desktop-promo-banner-text-overlay h3,
    .desktop-promo-banner-text-overlay h4,
    .desktop-promo-banner-text-overlay h5,
    .desktop-promo-banner-text-overlay h6 {
        margin: 0 0 15px 0;
        color: #fff;
    }

    .desktop-promo-banner-text-overlay p {
        margin: 0 0 15px 0;
        color: #fff;
    }

    .desktop-promo-banner-text-overlay strong {
        font-weight: bold;
    }

    .fullwidth-banner-item {
        display: block !important;
        grid-column: 1 / -1;
        width: 100%;
        list-style: none !important;
        margin: 0 !important;
        padding: 0;
    }

    .fullwidth-desktop {
        display: block !important;
    }

    .fullwidth-mobile {
        display: none !important;
    }

    .fullwidth-banner-content {
        width: 100%;
        border-radius: 12px;
        overflow: hidden;
        background: #000;
    }
}

@media (max-width: 768px) {
    .inline-banner-item {
        display: block !important;
        width: 100%;
        grid-column: 1 / -1;
        margin: -40px 0 20px 0;
        list-style: none;
        background: transparent !important;
    }

    .inline-banner-link {
        display: block;
        text-decoration: none;
    }

    .inline-banner-content {
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        border-radius: 12px;
        overflow: hidden;
        display: flex;
        align-items: center;
        justify-content: center;
        box-shadow: 0 2px 8px rgba(0,0,0,0.1);
        min-height: 250px;
        position: relative;
    }

    .inline-banner-text-overlay {
        color: #fff;
        text-align: left;
        padding: 20px;
        width: 100%;
        z-index: 10;
        position: relative;
        text-shadow: 2px 2px 4px rgba(0,0,0,0.8);
    }

    .inline-banner-text-overlay h1,
    .inline-banner-text-overlay h2,
    .inline-banner-text-overlay h3,
    .inline-banner-text-overlay h4,
    .inline-banner-text-overlay h5,
    .inline-banner-text-overlay h6 {
        margin: 0 0 10px 0;
        color: #fff;
    }

    .inline-banner-text-overlay p {
        margin: 0 0 10px 0;
        color: #fff;
    }

    .inline-banner-text-overlay strong {
        font-weight: bold;
    }

    .inline-banner-content.inline-banner-video {
        background: #000;
    }

    .inline-banner-content video {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
        z-index: 1;
    }

    .fullwidth-banner-item {
        display: block !important;
        width: 100%;
        grid-column: 1 / -1;
        margin: -40px 0 20px !important;
        list-style: none !important;
        background: transparent !important;
        padding: 0;
    }

    .fullwidth-mobile {
        display: block !important;
    }

    .fullwidth-banner-content {
        width: 100%;
        border-radius: 12px;
        overflow: hidden;
        background: #000;
    }
}

#sticky-banners-container {
    position: fixed;
    top: 87px;
    left: 0;
    right: 0;
    width: 100%;
    background: #fff;
    z-index: 999;
    padding: 15px 20px;
    border-bottom: 2px solid #eee;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}

#sticky-banners-container .banners-slider {
    padding-top: 5px;
    display: flex;
    gap: 15px;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    -ms-overflow-style: none;
    justify-content: center;
}

#sticky-banners-container .banners-slider::-webkit-scrollbar {
    display: none;
}

#sticky-banners-container .banner-slide-sticky {
    flex: 0 0 auto;
}

#sticky-banners-container .banner-link-sticky {
    display: block;
    padding: 10px 20px;
    background: #f5f5f5;
    border-radius: 25px;
    text-decoration: none;
    white-space: nowrap;
    transition: all 0.3s ease;
}

#sticky-banners-container .banner-link-sticky:hover {
    background: #000;
    transform: translateY(-2px);
}

#sticky-banners-container .banner-link-sticky span {
    font-size: 18px;
    font-weight: 600;
    color: #333;
}

#sticky-banners-container .banner-link-sticky:hover span {
    color: #fff;
}

@media (max-width: 768px) {
    #sticky-banners-container {
        padding: 20px 15px 0;
    }

    #sticky-banners-container .banners-slider {
        gap: 10px;
        justify-content: flex-start;
    }

    #sticky-banners-container .banner-link-sticky {
        padding: 8px 16px;
    }

    #sticky-banners-container .banner-link-sticky span {
        font-size: 14px;
    }

    .filter-top-banners {
        margin-top: 1rem;
        margin-bottom: 1rem;
        padding: 0 15px;
        overflow: visible;
    }

    .banner-tabs {
        gap: 25px;
        margin-bottom: 20px;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;
        -ms-overflow-style: none;
        position: sticky;
        top: 0;
        background: #fff;
        z-index: 100;
        padding: 10px 0;
        margin-top: 0;
    }

    .banner-tabs::-webkit-scrollbar {
        display: none;
    }

    .banner-tab {
        font-size: 18px;
        padding: 0;
        white-space: nowrap;
    }

    .banner-category-section {
        margin-bottom: 30px;
        padding: 0;
    }

    .banner-category-title {
        font-size: 20px;
        margin-bottom: 15px;
    }

    .banners-wrapper {
        width: 100%;
        overflow: visible;
        padding: 0;
    }

    .banners-slider {
        display: flex;
        gap: 10px;
        overflow-x: scroll;
        overflow-y: visible;
        scroll-behavior: smooth;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;
        -ms-overflow-style: none;
        padding-bottom: 10px;
        margin-right: -15px;
    }

    .banners-slider::-webkit-scrollbar {
        display: none;
    }

    .banners-slider.scrollable {
        display: flex;
        gap: 10px;
    }

    .banner-slide {
        flex: 0 0 calc((100% - 20px) / 2.5);
        min-width: calc((100% - 20px) / 2.5);
        width: calc((100% - 20px) / 2.5);
        max-width: calc((100% - 20px) / 2.5);
        height: auto;
    }

    .banners-slider.scrollable .banner-slide {
        flex: 0 0 calc((100% - 20px) / 2.5);
        min-width: calc((100% - 20px) / 2.5);
    }

    .banner-slide .banner-image-wrapper {
        height: 160px;
    }

    .banner-slide .banner-text {
        font-size: 20px;
        padding: 8px;
    }

    .banner-nav {
        display: none;
    }

    .model-unic-badge {
        top: 0 !important;
        left: 0 !important;
        padding: 6px 10px !important;
    }

    .model-unic-badge-img {
        width: 70px !important;
        height: 70px !important;
        margin-bottom: 5px !important;
    }

    .model-unic-badge-text {
        font-size: 15px !important;
    }

    .banner-tab {
        font-size: 18px;
        padding: 0;
        white-space: nowrap;
    }

    .banner-category-section {
        margin-bottom: 30px;
        padding: 0;
    }

    .banner-category-title {
        font-size: 20px;
        margin-bottom: 15px;
    }

    .banners-wrapper {
        width: 100%;
        overflow: visible;
        padding: 0;
    }

    .banners-slider {
        display: flex;
        gap: 10px;
        overflow-x: scroll;
        overflow-y: visible;
        scroll-behavior: smooth;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;
        -ms-overflow-style: none;
        padding-bottom: 10px;
        margin-right: -15px;
    }

    .banners-slider::-webkit-scrollbar {
        display: none;
    }

    .banners-slider.scrollable {
        display: flex;
        gap: 10px;
    }

    .banner-slide {
        flex: 0 0 calc((100% - 20px) / 2.5);
        min-width: calc((100% - 20px) / 2.5);
        width: calc((100% - 20px) / 2.5);
        max-width: calc((100% - 20px) / 2.5);
        height: auto;
    }

    .banners-slider.scrollable .banner-slide {
        flex: 0 0 calc((100% - 20px) / 2.5);
        min-width: calc((100% - 20px) / 2.5);
    }

    .banner-slide .banner-image-wrapper {
        height: 160px;
    }

    .banner-slide .banner-text {
        font-size: 20px;
        padding: 8px;
    }

    .banner-nav {
        display: none;
    }

    .filters-container {
        position: fixed;
        top: 0;
        right: -100%;
        width: 85%;
        max-width: 400px;
        height: 100%;
        background: #fff;
        z-index: 1001;
        overflow-y: auto;
        transition: right 0.3s ease;
        padding: 0;
        margin: 0;
        border-radius: 0;
        box-shadow: -5px 0 15px rgba(0,0,0,0.3);
    }

    .filters-container.active {
        right: 0;
    }

    .filters-header {
        display: flex;
        position: sticky;
        top: 0;
        background: #fff;
        z-index: 10;
        padding: 20px;
        margin: 0;
    }

    .close-filters {
        display: block;
    }

    .filters-content {
        grid-template-columns: 1fr;
        padding: 20px;
    }

    .filters-footer {
        display: flex;
        position: sticky;
        bottom: 0;
        background: #fff;
        padding: 20px;
        margin: 0;
    }
}

@media (max-width: 480px) {
    .filters-container {
        width: 90%;
    }

    .mobile-filter-button,
    .mobile-close-filter-button {
        padding: 12px 20px !important;
        font-size: 14px !important;
        bottom: 15px !important;
        right: 15px !important;
    }
}