.pdp-swiper-main {
    --swiper-pagination-color: #1a1a1a;
}

.pdp-swiper-main .swiper-slide {
    background: #f8f9fa;
    border-radius: 0.5rem;
    overflow: hidden;
    height: 460px;
}

.pdp-swiper-main .swiper-zoom-container {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.pdp-swiper-main img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    cursor: zoom-in;
}

.pdp-swiper-main .swiper-pagination {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 14px;
    z-index: 5;
}

.pdp-swiper-main .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background: rgba(255, 255, 255, 0.9);
    border: 1px solid #1a1a1a;
    opacity: 0.7;
}

.pdp-swiper-main .swiper-pagination-bullet-active {
    background: #1a1a1a;
    opacity: 1;
}

.pdp-swiper-thumbs .swiper-slide {
    opacity: 0.5;
    cursor: pointer;
    border: 1px solid #dee2e6;
    border-radius: 0.5rem;
    overflow: hidden;
}

.pdp-swiper-thumbs .swiper-slide-thumb-active {
    opacity: 1;
    border-color: #1a1a1a;
}

.pdp-swiper-thumbs img {
    width: 100%;
    height: 80px;
    object-fit: cover;
}

.avto-product-detail-tabs .nav-link {
    color: #495057;
    font-weight: 600;
}

.avto-product-detail-tabs .nav-link.active {
    color: #1a1a1a;
}

.avto-product-tab-content {
    border: 1px solid #dee2e6;
    border-top: 0;
    border-radius: 0 0 0.5rem 0.5rem;
    background: #fff;
    padding: 0 1rem 1rem;
}

.avto-characteristics-table th {
    width: 32%;
}

@media (max-width: 991.98px) {
    .pdp-swiper-main .swiper-slide {
        height: 380px;
    }
}

@media (max-width: 575.98px) {
    .pdp-swiper-main .swiper-slide {
        height: 300px;
    }
}
