.carsoft-product-options {
    margin: 18px 0;
    padding: 16px;
    border: 1px solid rgba(0, 0, 0, .12);
    border-radius: 6px;
    background: rgba(0, 0, 0, .018);
}
.carsoft-product-options .carsoft-option + .carsoft-option {
    margin-top: 16px;
}
.carsoft-product-options label:not(.carsoft-checkbox-label) {
    display: block;
    margin: 0 0 6px;
    font-weight: 600;
    line-height: 1.4;
}
.carsoft-product-options input[type="text"],
.carsoft-product-options select {
    width: 100%;
    max-width: 460px;
}
.carsoft-product-options small {
    display: block;
    margin-top: 6px;
    opacity: .72;
    line-height: 1.45;
}
.carsoft-product-options .carsoft-checkbox-label {
    display: grid !important;
    grid-template-columns: 18px minmax(0, 1fr) auto;
    align-items: center !important;
    column-gap: 9px;
    width: 100%;
    margin: 0 !important;
    padding: 0 !important;
    line-height: 1.4 !important;
    cursor: pointer;
    text-align: left;
}
.carsoft-product-options .carsoft-checkbox-label input[type="checkbox"] {
    position: static !important;
    inset: auto !important;
    float: none !important;
    display: block !important;
    width: 16px !important;
    min-width: 16px !important;
    height: 16px !important;
    margin: 0 !important;
    padding: 0 !important;
    opacity: 1 !important;
    visibility: visible !important;
    transform: none !important;
    vertical-align: middle !important;
}
.carsoft-product-options .carsoft-checkbox-text,
.carsoft-product-options .carsoft-checkbox-label > span {
    display: block;
    margin: 0 !important;
    padding: 0 !important;
    line-height: 1.4 !important;
    text-decoration: none !important;
}
.carsoft-product-options .carsoft-option-price {
    font-weight: 600;
    white-space: nowrap;
}
.carsoft-options-price-summary {
    margin-top: 16px;
    padding-top: 12px;
    border-top: 1px solid rgba(0, 0, 0, .1);
}
.carsoft-options-price-summary span,
.carsoft-options-price-summary strong {
    display: block;
}
.carsoft-options-price-summary strong {
    margin-top: 3px;
    font-size: 1.08em;
}
.carsoft-product-options .carsoft-checkbox-label input[type="checkbox"] {
    -webkit-appearance: checkbox !important;
    appearance: auto !important;
}
.carsoft-product-options .carsoft-checkbox-label > span::before,
.carsoft-product-options .carsoft-checkbox-label > span::after {
    content: none !important;
    display: none !important;
}


/*
 * Digi Theme sticky Add to Cart compatibility.
 * Digi clones the full Simple product form into the 105px fixed bar. Keep
 * CarSoft fields in the original form only, so the native compact bar remains.
 */
.nasa-add-to-cart-fixed .carsoft-product-options {
    display: none !important;
}
.nasa-add-to-cart-fixed.carsoft-fixed-bar-compatible,
.nasa-add-to-cart-fixed.carsoft-fixed-bar-compatible .nasa-wrap-content-inner,
.nasa-add-to-cart-fixed.carsoft-fixed-bar-compatible .nasa-wrap-content {
    overflow: hidden;
}

.carsoft-product-options input[type="file"] {
    display: block;
    width: 100%;
    max-width: 460px;
    min-height: 44px;
    padding: 8px 10px;
    border: 1px solid rgba(0, 0, 0, .22);
    border-radius: 4px;
    background: #fff;
    line-height: 1.4;
}
.carsoft-product-options input[type="file"]::file-selector-button {
    margin-right: 10px;
    padding: 7px 10px;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 3px;
    background: rgba(0, 0, 0, .04);
    cursor: pointer;
}
