:root {
    --v5-primary: #107ef5;
    --v5-primary-high-contrast: #fff;
    --v5-background-high-constrast: #fff;
    --v5-background-low-contrast: #eff2f5;
    --v5-front-high-constrast: #282d36;
    --v5-front-low-contrast: #aab5bf;
    --v5-warning: #f48111;
    --v5-warning-vivid: #ff5631;
    --border-radius: 10px;
    --border-radius-rounded: 50px;
    --header-overlap: 10px;
    --header-scroll-breakpoint: 10px;
}

.v5-row {
    display: flex;
    flex-wrap: wrap;
}

.v5-product-type:hover {
    background-color: color-mix(in srgb, var(--v5-background-high-constrast) 100%, transparent);
    box-shadow: rgba(0, 18, 66, 0.08) 0px 10px 32px -8px;
}

.v5-product-type {
    text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    position: relative;
    cursor: pointer;
    border-radius: 10px;
    transition: all 0.3s ease 0s;
    user-select: none;
    background-color: color-mix(
            in srgb,
            var(--v5-background-high-constrast) 0%,
            transparent
    );
    box-sizing: border-box;
    margin-top: var(--bs-gutter-y);
    flex: 0 0 auto;
    width: 130px;
    height: 100px;

}

.v5-product-type .product__icon {
    border-radius: 0.5rem;
    aspect-ratio: 2 / 1.1;
    outline: 0 solid var(--v5-primary);
    margin: 15px 35px 8px 35px;
}


.v5-product-type.selected .product__icon {
    position: relative;
    outline: var(--v5-primary) 5px solid;
}

.v5-product-type.selected .product__icon::after {
    position: absolute;
    right: -10px;
    bottom: -10px;
    display: block;
    width: 24px;
    height: 24px;
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj48Y2lyY2xlIGZpbGw9IiMxMDdFRjUiIGN4PSIxMiIgY3k9IjEyIiByPSIxMiIvPjxwYXRoIHN0cm9rZT0iI0ZGRiIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiIGQ9Im02IDEyIDUgNCA3LTgiLz48L2c+PC9zdmc+) center center;
    content: "";
}


.v5-product-type .center-child {

    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--v5-background-high-constrast);
}

.v5-product-type .product__img {
    width: 100%;
    overflow: hidden;
    border-radius: 0.5rem;
    aspect-ratio: 2 / 1.1;
    margin: 0;
}

.v5-product-type .product__img img {
    margin: 0 !important;
}

.v5-product-type .product__name {
    text-align: center !important;
    font-size: 13px;
    font-weight: 500;
}

.payment_method_v5pay > label > img {
    height: 18px !important;
}
