.topcar-product-detail .topcar-intro-title {
    margin-top: 2em;
    margin-bottom: 2em;
}

.topcar-product-detail .box-title .box-title-icon {
    background-color: oklch(82% .17 87);
    color: #000;
    height: 30px;
    width: 30px;
}

.box-title  {
    display: flex;
    align-items: center;
    gap: 10px;
}

.box-title .box-title-icon {
    position: relative;
}

 .box-title .box-title-icon svg {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
 }

.topcar-product-detail-box {
    padding: 2em;
    border: 1px solid #eaeaea;
    background-color: oklch(98.519% 0.01904 90.541);
    position: relative;
}

.topcar-product-detail-box-inner {
    background-color: #fff;
    padding: .5em;
}

.topcar-installment-zoom {
    position: absolute;
    bottom: 3em;
    right: 3em;
    background-color: #000;
    color:  oklch(82% .17 87);
    padding: 5px 7.5px;
}

.topcar-installment-zoom:hover {
    transition: 500ms;
    background-color:  oklch(82% .17 87);
    color: #000;
}

.topcar-installment-zoom .flex {
    gap: 10px;
    align-items: center;
}