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

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

.panel-product-archive .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-archive .compatibility-wrapper {
    font-size: 18px;
    color: #000000;
}

.panel-product-archive .compatibility-wrapper i {
    font-weight: 500;
}

.panel-product-archive img.desc-img {
    border-radius: 12px;
}

.panel-product-archive .btn-gold-round.btn-blck span:before {
    background-image: url(images/arrow-blck.png);
}

.panel-product-archive .btn-gold-round.btn-blck {
    color: #ffffff;
    background-color: #000000;
}

.panel-product-archive .btn-gold-round.btn-blck span {
    background-color: var(--gold);
}

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

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

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