.panel-product-catalogue .description h2 span {
    font-size: 24px;
}

.panel-product-catalogue .compatibility-wrapper {
    font-size: 18px;
}

.panel-product-catalogue .btn-gold-round {
    position: relative;
    color: #151515;
    font-size: 15px;
    font-weight: 600;
    line-height: 0.8;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 16px;
    padding-right: 36px;
    display: inline-block;
    margin-top: 15px;
    background-color: var(--gold);
    border-radius: 15px;
}

.panel-product-catalogue .btn-gold-round span {
    position: absolute;
    top: 0px;
    right: -10px;
    border-radius: 50%;
    width: 33px;
    height: 33px;
    background-color: #000000;
}

.panel-product-catalogue .btn-gold-round span:before {
    content: '';
    position: absolute;
    background-image: url(images/arrow.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    width: 10px;
    height: 15px;
    top: 9px;
    left: 12px;
}

.panel-product-catalogue .nav-tabs {
    border-bottom: 2px solid var(--gold);
}

.panel-product-catalogue li.nav-item {
    margin-bottom: -3px;
}

.panel-product-catalogue a.nav-link.active {
    border-bottom: 4px solid #282828 !important;
    color: var(--gold) !important;
}

.panel-product-catalogue a.nav-link {
    background-color: transparent !important;
    border: 0;
    font-size: 20.44px;
    color: #000000;
    font-weight: 600;
    height: 100%;
    padding: 0 20px 10px;
}

.panel-product-catalogue .product_lists .image {
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.panel-product-catalogue .product_lists .image:after {
    content: "";
    display: block;
    padding-bottom: 100%;
}

.panel-product-catalogue .product_lists .image img {
    position: absolute;
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}