.gpsProduct-banner .content-wrp {
    padding: 30px 0;
}

.product-detail-nav {
    color: #607ca2;
}
.quantitymain{margin-bottom:0px;}
.product-detail-nav.nav .nav-item a{
    color:#607ca2;
}

.fms-banner-product {
    padding-top: 84px;
}

.product-gallery-top {
    padding-top: 1px;
}

.product-title {
    font-size: 30px;
}

.vehicle-icons .badge {
    align-items: center;
    gap: 5px;
    padding: 6px 10px;
    font-size: 14px;
    border-radius: 5px;
    font-weight: bold;
    background-color: #dfdfdf !important;
}

.connectivity-icons .badge {
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 6px 10px;
    font-size: 14px;
    font-weight: 500;
    border-radius: 5px;
    font-weight: bold;
    background-color: #dfdfdf !important;
}

.product-gallery {
    position: relative;
}

.gallery-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(0, 0, 0, 0.5);
    border: none;
    color: white;
    font-size: 24px;
    padding: 8px 12px;
    border-radius: 50%;
    cursor: pointer;
    display: none;
}

.gallery-nav:hover {
    background: #1b437a
}

.prev-btn {
    left: 10px;
}

.next-btn {
    right: 10px;
}

.product-gallery:hover .gallery-nav {
    display: block;
}

.thumbnail-gallery img {
    width: 100%;
    height: auto;
    background: white;
    padding: 5px !important;
    object-fit: cover;    
    cursor: pointer;
    border-radius: 6px;
    transition: transform 0.2s ease, border 0.2s ease;
}

.thumbnail-gallery img.active {
    border: 2px solid #007bff !important;
    transform: scale(1.05);
}

.product-main-image {
    width: 100%;
    height: 450px;         
    display: flex;
    align-items: center;
    justify-content: center;
    background: #e7e7e7 ;
    border-radius: 8px;
    overflow: hidden;
}

#main-product-image {
    width: 100%;
    height: 100%;
    object-fit: contain;  
}

