.btb {
    display: flex;
    flex-wrap: wrap;
    gap: 1.5em;
    justify-content: center;
    margin-inline: 1em;
}

.productDescriptionWrapper {
    display: flex;
    flex-direction: column;
    gap: 0.8em;
}

    .productDescriptionWrapper * {
        color: var(--surface-800);
    }

    .productDescriptionWrapper .productCode {
        font-weight: 600;
        font-size: 0.8em;
    }

    .productDescriptionWrapper .productDescription {
        font-weight: 800;
        font-size: 1.1em;
        line-height: 1.2em;
        margin-bottom: 1em;
    }

.productResultWrapper {
    text-decoration: none;
    margin-top: 1em;
    display: flex;
    flex-direction: column;
}

.product_one_quarter .info {
    display: flex;
    flex-direction: column;
    gap: 0.5em;
}

.product_one_quarter > div {
    display: flex;
    justify-content: center;
}

.itemlisting {
    box-shadow: rgba(99, 99, 99, 0.15) 0px 2px 4px 0px;
    padding: 1.7em;
    border-radius: 0.7em;
}
