/* Глобальные стили для шрифтов и letter-spacing */
* {
    letter-spacing: 0 !important;
}

body {
    font-family: 'Montserrat', sans-serif !important;
    letter-spacing: 0 !important;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Bebas Neue', sans-serif !important;
    letter-spacing: 0 !important;
}

/* Переопределяем стили motopodbor.com */
.auction__item-title,
.bds-card__heading,
.jba-card__heading,
.arai-card__heading,
.aucnet-card__heading {
    font-family: 'Bebas Neue', sans-serif !important;
    letter-spacing: 0 !important;
}

/* Все текстовые элементы используют Montserrat */
p, span, div, a, button, input, select, textarea, label {
    font-family: 'Montserrat', sans-serif !important;
    letter-spacing: 0 !important;
}

/* Дополнительные стили для корректного отображения карточек */

.auction-content {
    display: grid !important;
    grid-template-columns: repeat(3, 1fr) !important;
    gap: 20px !important;
    width: 100% !important;
}

.auction__item {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
}

.auction__item-link {
    display: flex !important;
    flex-direction: column !important;
    height: 100% !important;
    text-decoration: none !important;
    color: inherit !important;
    background: #fff !important;
    border: 1px solid #e0e0e0 !important;
    border-radius: 8px !important;
    overflow: hidden !important;
    transition: all 0.3s ease !important;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) !important;
}

.auction__item-link:hover {
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15) !important;
    transform: translateY(-2px) !important;
}

.auction__item-img {
    width: 100% !important;
    height: 220px !important;
    overflow: hidden !important;
    background: #f5f5f5 !important;
    position: relative !important;
    border: none !important;
    border-radius: 0 !important;
    border-bottom: 1px solid #e0e0e0 !important;
}

.auction__item-img img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    display: block !important;
}

.auction__item-img-placeholder {
    width: 100% !important;
    height: 100% !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    background: #f5f5f5 !important;
    color: #999 !important;
    font-size: 14px !important;
    font-weight: 500 !important;
}

.auction__item-info {
    padding: 16px !important;
    flex: 1 !important;
    display: flex !important;
    flex-direction: column !important;
    background: #fff !important;
    font-family: 'Montserrat', sans-serif !important;
}

.auction__item-title {
    font-family: "Montserrat", sans-serif !important;
    font-size: 18px !important;
    font-weight: 700 !important;
    margin: 0 !important;
    padding: 0 !important;
    color: #1a1a1a !important;
    line-height: 1.3 !important;
    letter-spacing: -0.3px !important;
    white-space: nowrap !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    overflow: hidden !important;
    width: 100% !important;
    text-transform: uppercase !important;
}

.auction__item-details {
    font-family: 'Montserrat', sans-serif !important;
    font-size: 14px !important;
    color: #666 !important;
    margin-bottom: 0 !important;
    line-height: 1.6 !important;
    display: flex !important;
    justify-content: space-between !important;
    align-items: flex-start !important;
    gap: 10px !important;
}

.auction__item-details span {
    display: block !important;
    margin-bottom: 6px !important;
}

.auction__item-details span:last-child {
    margin-bottom: 0 !important;
}

.auction__item-price {
    font-family: 'Montserrat', sans-serif !important;
    font-size: 20px !important;
    font-weight: 700 !important;
    color: #d32f2f !important;
    text-align: right !important;
}

.auction__item-stars {
    display: flex !important;
    gap: 3px !important;
    align-items: center !important;
    line-height: 0 !important;
    margin: 0 !important;
    margin-top: 2px !important;
    margin-bottom: 12px !important;
    padding: 0 !important;
}

.auction__item-stars svg {
    display: inline-block !important;
    flex-shrink: 0 !important;
    width: 18px !important;
    height: 18px !important;
    vertical-align: middle !important;
}

.auction__item-stars span {
    font-size: 12px !important;
    color: #666 !important;
    margin-right: 6px !important;
}

/* Стили для стрелок навигации Swiper на краях основного слайдера */
/* Круглые стрелки с эффектами при наведении и нажатии, как на jmmoto.ru */
/* Важно: специфичность выше чем у Swiper по умолчанию */
.bds-card__foto .bds-swiper .swiper-button-next-main,
.bds-card__foto .bds-swiper .swiper-button-prev-main,
.jba-card__foto .jba-swiper .swiper-button-next-main,
.jba-card__foto .jba-swiper .swiper-button-prev-main,
.arai-card__foto .arai-swiper .swiper-button-next-main,
.arai-card__foto .arai-swiper .swiper-button-prev-main,
.aucnet-card__foto .aucnet-swiper .swiper-button-next-main,
.aucnet-card__foto .aucnet-swiper .swiper-button-prev-main,
.bds-swiper .swiper-button-next-main,
.bds-swiper .swiper-button-prev-main,
.jba-swiper .swiper-button-next-main,
.jba-swiper .swiper-button-prev-main,
.arai-swiper .swiper-button-next-main,
.arai-swiper .swiper-button-prev-main,
.aucnet-swiper .swiper-button-next-main,
.aucnet-swiper .swiper-button-prev-main,
.swiper-button-next-main,
.swiper-button-prev-main {
    position: absolute !important;
    top: calc(50% - 97px) !important;
    transform: none !important;
    z-index: 100 !important;
    width: 44px !important;
    height: 44px !important;
    background: rgba(255, 255, 255, 0.9) !important;
    color: #333 !important;
    border-radius: 50% !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    cursor: pointer !important;
    font-size: 20px !important;
    font-weight: normal !important;
    line-height: 1 !important;
    transition: all 0.2s ease !important;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15) !important;
    border: 1px solid rgba(0, 0, 0, 0.1) !important;
    user-select: none !important;
    margin: 0 !important;
    padding: 0 !important;
}

.bds-card__foto .bds-swiper .swiper-button-next-main:hover,
.bds-card__foto .bds-swiper .swiper-button-prev-main:hover,
.jba-card__foto .jba-swiper .swiper-button-next-main:hover,
.jba-card__foto .jba-swiper .swiper-button-prev-main:hover,
.arai-card__foto .arai-swiper .swiper-button-next-main:hover,
.arai-card__foto .arai-swiper .swiper-button-prev-main:hover,
.aucnet-card__foto .aucnet-swiper .swiper-button-next-main:hover,
.aucnet-card__foto .aucnet-swiper .swiper-button-prev-main:hover,
.bds-swiper .swiper-button-next-main:hover,
.bds-swiper .swiper-button-prev-main:hover,
.jba-swiper .swiper-button-next-main:hover,
.jba-swiper .swiper-button-prev-main:hover,
.arai-swiper .swiper-button-next-main:hover,
.arai-swiper .swiper-button-prev-main:hover,
.aucnet-swiper .swiper-button-next-main:hover,
.aucnet-swiper .swiper-button-prev-main:hover,
.swiper-button-next-main:hover,
.swiper-button-prev-main:hover {
    background: rgba(255, 255, 255, 1) !important;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.25) !important;
    transform: scale(1.1) !important;
}

.bds-card__foto .bds-swiper .swiper-button-next-main:active,
.bds-card__foto .bds-swiper .swiper-button-prev-main:active,
.jba-card__foto .jba-swiper .swiper-button-next-main:active,
.jba-card__foto .jba-swiper .swiper-button-prev-main:active,
.arai-card__foto .arai-swiper .swiper-button-next-main:active,
.arai-card__foto .arai-swiper .swiper-button-prev-main:active,
.aucnet-card__foto .aucnet-swiper .swiper-button-next-main:active,
.aucnet-card__foto .aucnet-swiper .swiper-button-prev-main:active,
.bds-swiper .swiper-button-next-main:active,
.bds-swiper .swiper-button-prev-main:active,
.jba-swiper .swiper-button-next-main:active,
.jba-swiper .swiper-button-prev-main:active,
.arai-swiper .swiper-button-next-main:active,
.arai-swiper .swiper-button-prev-main:active,
.aucnet-swiper .swiper-button-next-main:active,
.aucnet-swiper .swiper-button-prev-main:active,
.swiper-button-next-main:active,
.swiper-button-prev-main:active {
    transform: scale(0.95) !important;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2) !important;
}

.bds-card__foto .bds-swiper .swiper-button-next-main,
.jba-card__foto .jba-swiper .swiper-button-next-main,
.arai-card__foto .arai-swiper .swiper-button-next-main,
.aucnet-card__foto .aucnet-swiper .swiper-button-next-main,
.bds-swiper .swiper-button-next-main,
.jba-swiper .swiper-button-next-main,
.arai-swiper .swiper-button-next-main,
.aucnet-swiper .swiper-button-next-main,
.swiper-button-next-main {
    right: 10px !important;
    left: auto !important;
}

.bds-card__foto .bds-swiper .swiper-button-prev-main,
.jba-card__foto .jba-swiper .swiper-button-prev-main,
.arai-card__foto .arai-swiper .swiper-button-prev-main,
.aucnet-card__foto .aucnet-swiper .swiper-button-prev-main,
.bds-swiper .swiper-button-prev-main,
.jba-swiper .swiper-button-prev-main,
.arai-swiper .swiper-button-prev-main,
.aucnet-swiper .swiper-button-prev-main,
.swiper-button-prev-main {
    left: 10px !important;
    right: auto !important;
}

/* Стили для карусели фотографий на карточках */
.auction__item-photos-wrapper {
    position: relative !important;
    width: 100% !important;
    height: 100% !important;
    display: flex !important;
    transition: transform 0.3s ease !important;
    will-change: transform !important;
}

.auction__item-photo-slide {
    min-width: 100% !important;
    width: 100% !important;
    height: 100% !important;
    flex-shrink: 0 !important;
    flex-grow: 0 !important;
    position: relative !important;
}

.auction__item-photo-next,
.auction__item-photo-prev {
    position: absolute !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    z-index: 10 !important;
    width: 36px !important;
    height: 36px !important;
    background: rgba(255, 255, 255, 0.95) !important;
    color: #333 !important;
    border-radius: 50% !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    cursor: pointer !important;
    transition: all 0.2s ease !important;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2) !important;
    border: 1px solid rgba(0, 0, 0, 0.1) !important;
    opacity: 0 !important;
    pointer-events: none !important;
}

.auction__item-photo-next {
    right: 8px !important;
}

.auction__item-photo-prev {
    left: 8px !important;
}

.auction__item-img:hover .auction__item-photo-next,
.auction__item-img:hover .auction__item-photo-prev {
    opacity: 1 !important;
    pointer-events: auto !important;
}

.auction__item-photo-next:hover,
.auction__item-photo-prev:hover {
    background: rgba(255, 255, 255, 1) !important;
    transform: translateY(-50%) scale(1.1) !important;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.3) !important;
}

/* Улучшенные стили для карточек */
.auction__item {
    transition: all 0.3s ease !important;
}

.auction__item:hover {
    transform: translateY(-2px) !important;
}


/* Адаптивность */
@media (max-width: 768px) {
    .auction-content {
        grid-template-columns: repeat(2, 1fr) !important;
        gap: 15px !important;
    }
    
    .auction__item-img {
        height: 200px !important;
    }
    
    .auction__item-info {
        padding: 12px !important;
    }
    
    .auction__item-title {
        font-size: 15px !important;
        min-height: 42px !important;
    }
    
    .auction__item-price {
        font-size: 18px !important;
    }
    
    .swiper-button-next-main,
    .swiper-button-prev-main {
        width: 32px !important;
        height: 32px !important;
        font-size: 20px !important;
    }
}

/* Заголовок с количеством мотоциклов */
h2.auction__heading.heading2,
h2.heading2.auction__heading,
.auction__heading.heading2,
.auction__heading,
.auction__heading *,
.auction__heading #countLots,
.auction__heading #countLotsWord,
#countLots,
#countLotsWord {
    font-size: 19px !important;
    line-height: 1.2 !important;
}

/* ========== КОМПАКТНЫЙ ФИЛЬТР ========== */

/* Скрываем старый заголовок */
.filter__heading {
    display: none !important;
}

/* Основная строка фильтров */
.filter__container .filter__main-row,
.filter__main-row {
    display: flex !important;
    flex-direction: row !important;
    gap: 10px !important;
    align-items: center !important;
    padding: 10px 0 !important;
    flex-wrap: nowrap !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
}

.filter__main-row .filter__item,
.filter__item {
    flex: 1 1 0 !important;
    min-width: 120px !important;
    max-width: none !important;
    width: auto !important;
}


.filter__main-row .filter__item--double,
.filter__item--double {
    display: flex !important;
    flex-direction: row !important;
    gap: 5px !important;
    flex: 1.2 1 0 !important;
    min-width: 150px !important;
    max-width: none !important;
    width: auto !important;
}

.filter__main-row .filter__select,
.filter__main-row .filter__select--small,
.filter__item .filter__select,
.filter__item .filter__select--small,
.filter__item--double .filter__select,
.filter__item--double .filter__select--small,
.filter__select,
.filter__select--small {
    width: 100% !important;
    height: 40px !important;
    padding: 0 35px 0 10px !important;
    border: 1px solid #ddd !important;
    border-radius: 4px !important;
    font-size: 14px !important;
    background: #fff !important;
    cursor: pointer !important;
    box-sizing: border-box !important;
    margin-bottom: 0 !important;
    /* Убираем стандартную стрелку браузера */
    appearance: none !important;
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    /* Добавляем кастомную стрелку */
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%23333' d='M6 9L1 4h10z'/%3E%3C/svg%3E") !important;
    background-repeat: no-repeat !important;
    background-position: right 10px center !important;
    background-size: 12px !important;
}

.filter__select:focus,
.filter__select--small:focus {
    outline: none !important;
    border-color: #d32f2f !important;
}

/* Стили для Select2 стрелки (треугольничек) */
.select2-container .select2-selection--single .select2-selection__arrow {
    height: 40px !important;
    right: 10px !important;
    width: 20px !important;
}

.select2-container .select2-selection--single .select2-selection__arrow b {
    border-color: #333 transparent transparent transparent !important;
    border-style: solid !important;
    border-width: 6px 5px 0 5px !important;
    height: 0 !important;
    left: 50% !important;
    margin-left: -5px !important;
    margin-top: -3px !important;
    position: absolute !important;
    top: 50% !important;
    width: 0 !important;
}

.filter__btn-search {
    height: 40px !important;
    padding: 0 25px !important;
    background: #d32f2f !important;
    color: #fff !important;
    border: none !important;
    border-radius: 4px !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    cursor: pointer !important;
    white-space: nowrap !important;
    flex-shrink: 0 !important;
    transition: background 0.2s !important;
}

.filter__btn-search:hover {
    background: #b71c1c !important;
}

/* Кнопка "Ещё фильтры" - всегда видна, никаких рамок, по центру, выше на 30px */
.filter__toggle {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 6px !important;
    padding: 5px 0 !important;
    margin: -70px auto 10px auto !important;
    background: transparent !important;
    border: none !important;
    border-radius: 0 !important;
    color: #666 !important;
    font-size: 13px !important;
    font-weight: 400 !important;
    cursor: pointer !important;
    transition: margin-top 0.3s ease !important;
    position: relative !important;
    width: auto !important;
    height: auto !important;
    outline: none !important;
    box-shadow: none !important;
    line-height: 1 !important;
    visibility: visible !important;
    opacity: 1 !important;
}

.filter__toggle:hover,
.filter__toggle:focus,
.filter__toggle:active {
    background: transparent !important;
    border: none !important;
    outline: none !important;
    box-shadow: none !important;
}

.filter__toggle::after {
    content: '' !important;
    display: inline-block !important;
    width: 0 !important;
    height: 0 !important;
    border-left: 5px solid transparent !important;
    border-right: 5px solid transparent !important;
    border-top: 6px solid #666 !important;
    margin-left: 8px !important;
    transition: transform 0.2s ease !important;
}

.filter__toggle:hover {
    color: #666 !important;
    background: none !important;
    border: none !important;
}

.filter__toggle:hover::after {
    border-top-color: #666 !important;
}

.filter__toggle:focus,
.filter__toggle:active {
    outline: none !important;
    border: none !important;
    background: none !important;
    box-shadow: none !important;
}

.filter__toggle.active::after {
    transform: rotate(180deg) !important;
}

.filter__toggle.active {
    margin-top: 8px !important;
}

/* Скрытая панель дополнительных фильтров - полностью невидима пока не открыта */
.filter__advanced {
    min-height: 60px !important;
    height: auto !important;
    padding: 10px 0 !important;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    background: #fff !important;
    border: none !important;
    border-radius: 0 !important;
    position: relative !important;
    overflow: visible !important;
    transition: opacity 0.3s ease !important;
    opacity: 0 !important;
    pointer-events: none !important;
}

.filter__advanced.open {
    opacity: 1 !important;
    pointer-events: auto !important;
    overflow: visible !important;
}

.filter__adv-row {
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: nowrap !important;
    gap: 10px !important;
    align-items: flex-end !important;
    padding: 0 !important;
    width: 100% !important;
    overflow: visible !important;
}

.filter__adv-item {
    display: flex !important;
    flex-direction: column !important;
    gap: 4px !important;
    min-width: 0 !important;
    flex: 1 1 0 !important;
}

.filter__adv-item label {
    font-size: 11px !important;
    color: #666 !important;
    font-weight: 500 !important;
    margin-bottom: 0 !important;
    white-space: nowrap !important;
}

.filter__adv-item .filter__input,
.filter__adv-item input[type="number"],
.filter__adv-item input[type="text"],
.filter__adv-item select {
    height: 40px !important;
    padding: 0 35px 0 10px !important;
    border: 1px solid #ddd !important;
    border-radius: 4px !important;
    font-size: 13px !important;
    width: 100% !important;
    box-sizing: border-box !important;
    /* Убираем стандартную стрелку браузера */
    appearance: none !important;
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    /* Добавляем кастомную стрелку */
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%23333' d='M6 9L1 4h10z'/%3E%3C/svg%3E") !important;
    background-repeat: no-repeat !important;
    background-position: right 10px center !important;
    background-size: 12px !important;
}

.filter__adv-item--double-select {
    position: relative !important;
    flex: 1.2 1 0 !important;
}

.filter__adv-item--double-select > div {
    display: flex !important;
    gap: 5px !important;
    align-items: center !important;
    width: 100% !important;
}

.filter__adv-item--double-select .filter__select--small {
    flex: 1 1 0 !important;
    min-width: 60px !important;
    height: 40px !important;
}


.filter__adv-item--checkboxes {
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: nowrap !important;
    gap: 12px !important;
    align-items: center !important;
    min-width: 0 !important;
    flex: 1.5 1 0 !important;
    overflow: visible !important;
}

.filter__adv-item--checkboxes label {
    display: flex !important;
    align-items: center !important;
    gap: 6px !important;
    font-size: 12px !important;
    cursor: pointer !important;
    color: #333 !important;
    font-weight: normal !important;
    margin-bottom: 0 !important;
    white-space: nowrap !important;
    flex-shrink: 0 !important;
}

/* Стили для кастомных чекбоксов */
.filter__adv-item--checkboxes .custom-checkbox {
    position: relative !important;
    width: 18px !important;
    height: 18px !important;
    margin: 0 !important;
    cursor: pointer !important;
    appearance: none !important;
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    border: 2px solid #ddd !important;
    border-radius: 3px !important;
    background: #fff !important;
    transition: all 0.2s ease !important;
    flex-shrink: 0 !important;
}

.filter__adv-item--checkboxes .custom-checkbox:checked {
    background: #d32f2f !important;
    border-color: #d32f2f !important;
}

.filter__adv-item--checkboxes .custom-checkbox:checked::after {
    content: '✓' !important;
    position: absolute !important;
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%) !important;
    color: #fff !important;
    font-size: 12px !important;
    font-weight: bold !important;
    line-height: 1 !important;
}

.filter__adv-item--checkboxes .custom-checkbox:hover {
    border-color: #d32f2f !important;
}

.filter__btn-reset {
    height: 40px !important;
    padding: 0 10px !important;
    background: #f5f5f5 !important;
    border: 1px solid #ddd !important;
    border-radius: 4px !important;
    font-size: 13px !important;
    font-weight: 500 !important;
    cursor: pointer !important;
    transition: all 0.2s ease !important;
    flex: 1 1 0 !important;
    min-width: 0 !important;
    box-sizing: border-box !important;
}

.filter__btn-reset:hover {
    background: #e9e9e9 !important;
    border-color: #bbb !important;
}

/* Адаптив */
@media (max-width: 992px) {
    .filter__main-row {
        flex-wrap: wrap !important;
    }
    
    .filter__item,
    .filter__item--double {
        flex: 1 1 45% !important;
    }
    
    .filter__btn-search {
        flex: 1 1 100% !important;
    }
}

/* Фикс для header - всегда видимый */
.header {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    z-index: 10000 !important;
    display: flex !important;
    visibility: visible !important;
    opacity: 1 !important;
}

/* Отступ для main контента */
main {
    margin-top: 40px !important;
}

/* Фикс для карусели - ограничение размеров */
.bds-card__foto {
    max-width: 660px !important;
    width: 100%;
    overflow: hidden;
    position: relative;
}

.bds-swiper {
    width: 100% !important;
    max-width: 660px !important;
    height: auto !important;
    overflow: hidden !important;
    position: relative;
}

/* Стрелки основной карусели - белые круги с уголками */
.main-prev,
.main-next {
    position: absolute !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    z-index: 100 !important;
    width: 44px !important;
    height: 44px !important;
    background: rgba(255, 255, 255, 0.9) !important;
    color: #333 !important;
    border-radius: 50% !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    cursor: pointer !important;
    transition: all 0.2s ease !important;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15) !important;
    border: 1px solid rgba(0, 0, 0, 0.1) !important;
    user-select: none !important;
}

.main-prev {
    left: 10px !important;
}

.main-next {
    right: 10px !important;
}

/* Уголки внутри стрелок (прямой угол) */
.main-prev::after {
    content: '' !important;
    display: block !important;
    width: 8px !important;
    height: 8px !important;
    border-left: 2px solid #333 !important;
    border-bottom: 2px solid #333 !important;
    transform: rotate(45deg) !important;
    margin-left: 3px !important;
}

.main-next::after {
    content: '' !important;
    display: block !important;
    width: 8px !important;
    height: 8px !important;
    border-right: 2px solid #333 !important;
    border-top: 2px solid #333 !important;
    transform: rotate(45deg) !important;
    margin-right: 3px !important;
}

.main-prev:hover,
.main-next:hover {
    background: #fff !important;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.25) !important;
}

/* Убираем серый цвет для disabled - стрелки всегда активны */
.main-prev.swiper-button-disabled,
.main-next.swiper-button-disabled,
.swiper-button-disabled.main-prev,
.swiper-button-disabled.main-next {
    opacity: 1 !important;
    cursor: pointer !important;
    pointer-events: auto !important;
    background: rgba(255, 255, 255, 0.9) !important;
    color: #333 !important;
}

.main-prev.swiper-button-disabled::after,
.main-next.swiper-button-disabled::after {
    border-color: #333 !important;
}

.bds-swiper .swiper-wrapper {
    width: 100% !important;
    max-width: 660px !important;
    height: auto !important;
}

.bds-swiper .swiper-slide {
    width: 100% !important;
    max-width: 660px !important;
    height: auto !important;
    display: flex;
    align-items: center;
    justify-content: center;
}

.bds-swiper .swiper-slide img,
.bds-swiper .swiper-slide .bds__img {
    width: 100% !important;
    max-width: 660px !important;
    height: auto !important;
    object-fit: contain;
    display: block;
}

.bds-swiper-mini {
    width: 100% !important;
    max-width: 660px !important;
    overflow: hidden !important;
    margin-top: 10px;
}

.bds-swiper-mini .swiper-wrapper {
    width: 100% !important;
    max-width: 660px !important;
}

.bds-swiper-mini .swiper-slide {
    width: auto !important;
    height: 80px !important;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.bds-swiper-mini .swiper-slide img {
    width: auto !important;
    height: 100% !important;
    max-width: 120px !important;
    object-fit: contain;
}

