.reserve-your-product {
    padding-top: var(--padding-top-desktop);
    padding-bottom: var(--padding-bottom-desktop);
}

.reserve-product_grid {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.reserve-product_content {
    width: calc(50% - 20px * 1/2);
    padding-left: 5.3%;
}

.reserve-product_media {
    width: calc(50% - 20px * 1/2);
}

.reserve-product_media-empty {
    padding-top: 77%;
    position: relative;
}

.reserve-product_media-box {
    padding-top: var(--image-ratio);
    position: relative;
}

.reserve-product_media-empty svg,
.reserve-product_media-box img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.reserve-product_content-box {
    width: 100%;
    max-width: 770px;
}

.reserve-product_content-box span.reserve-step {
    border-radius: 2px;
    border: 1px solid #FF1E00;
    font-size: 12px;
    line-height: 1.25;
    color: #FF1E00;
    display: block;
    padding: 4px 12px;
    max-width: fit-content;
    font-family: 'GT America Bold';
}

.reserve-product_content-box h3.heading {
    font-size: 30px;
    line-height: 1.267;
    color: #000000;
}

.reserve-product_content-box span.reserve-step+h3.heading,
.reserve-product_content-box span.reserve-step+.text {
    margin-top: 22px;
}

.reserve-product_content-box h3.heading+.text {
    margin-top: 12px;
}

.reserve-product_content-box .text {
    font-size: 20px;
    line-height: 1.25;
    color: #000000;
    font-family: 'GT America-Regular';
}

.reserve-product-info {
    margin-top: 24px;
}

.reserve-product-info .contact__fields {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
}

.reserve-product-info .contact__fields .field {
    width: calc(50% - 24px * 1/2);
    margin-bottom: 22px;
    flex-direction: column;
    gap: 12px;
}

.reserve-product-info .contact__fields .field:after,
.reserve-product-info .contact__button button.button:after,
.reserve-product-info .contact__button button.button:before {
    content: none;
}

.reserve-product-info .contact__fields .field__input {
    background: #F4F4F4;
    border-radius: 4px;
    padding: 10px 15px;
    height: 60px;
    font-size: 16px;
    line-height: 1.25;
    color: #000000;
    font-family: 'GT America-Regular';
}

.reserve-product-info .contact__fields .field__input.error {
    border: 1px solid #FF1E00;
}

.reserve-product-info .contact__fields .field__label {
    position: unset;
    font-size: 18px;
    line-height: 1.25;
    color: #7D7D7D;
    text-align: left;
    display: block;
    width: 100%;
    transform: unset;
    font-family: 'GT America-Regular';
}

.reserve-product-info .contact__fields .field__label span {
    color: #FF1E00;
}

.reserve-product-info .field__custom-data {
    margin: 2px 0 24px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.field__custom-data h5 {
    font-size: 20px;
    line-height: 1.25;
    color: #000000;
}

.field__custom-data .para {
    font-size: 18px;
    line-height: 1.3;
    color: #000000;
    margin-top: 12px;
}

.field__custom-data .para p {
    margin: 0;
}

.field__custom-data .para strong {
    font-family: 'GT America Bold';
    color: #FF1E00;
    display: block;
    margin-top: 10px;
}

.field__custom-data .icon-wrap {
    display: grid;
    grid-template-columns: 26px 1fr;
    gap: 13px;
}

.field__custom-data .icon-wrap p {
    margin: 0;
    font-size: 18px;
    line-height: 1.25;
    color: #000000;
}

.field__custom-data .icon-wrap .svg-wrapper {
    width: 26px;
    height: 26px;
}

.field__custom-data .icon-wrap .svg-wrapper svg {
    width: 23px;
    height: 23px;
}

.custom-data-body {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.field__custom-data .icon-wrap.checklist-filed p {
    font-size: 16px;
    color: #7D7D7D;
}

.field__custom-data .icon-wrap.checklist-filed a {
    display: block;
    font-size: 16px;
    color: #7D7D7D;
}

.field__custom-data .icon-wrap.checklist-filed a {
    display: inline-flex;
    font-size: 16px;
    color: #7D7D7D;
    text-decoration: underline;
}

.field__custom-data .icon-wrap .svg-wrapper input {
    margin: 0;
    width: 26px;
    height: 26px;
    background: #FFFFFF;
    border-radius: 2px 2px 2px 2px;
    border: 1px solid #707070;
    appearance: none;
    position: relative;
}

.field__custom-data .icon-wrap .svg-wrapper input.error {
    border-color: #FF1E00;
}

.field__custom-data .icon-wrap .svg-wrapper input:checked:after {
    content: '';
    position: absolute;
    top: 62%;
    bottom: 0;
    left: 65%;
    right: 0;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    background-image: url('https://img.myshopline.com/image/store/1724049484189/check-box-svgrepo-com.svg?w=64&h=64');
    background-repeat: no-repeat;
    background-size: 70% 70%;
}

.reserve-product-info .contact__button button.button {
    max-width: 371px;
    height: 41px;
    background: #FF1E00;
    border-radius: 2px 2px 2px 2px;
    width: 100%;
    font-size: 16px;
    line-height: 1.25;
    color: #FFFFFF;
    font-family: 'GT America Bold';
}

.customer-login-popup {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 99;
    width: 100%;
    height: 100dvh;
    display: none;
}

.customer-login-popup.popup-open {
    display: block;
}

.customer-popup-empty {
    position: fixed;
    background: rgba(0, 0, 0, 0.3);
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 100;
    width: 100%;
    height: 100dvh;
}

.customer-popup-body {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    max-width: 1068px;
    height: 80dvh;
    background: #fff;
    z-index: 101;
}

@media(max-width:1440px) {
    .reserve-product_content {
        width: calc(50% - 20px * 1/2);
        padding-left: 30px;
    }
}

@media(max-width:959px) {
    .reserve-product_grid {
        flex-direction: column-reverse;
    }

    .reserve-product_content {
        width: 100%;
        padding: 0 10px;
    }

    .reserve-product_media {
        width: 100%;
    }

    .reserve-product_content-box {
        width: 100%;
        max-width: 770px;
        margin: 0 auto;
    }
}

@media(max-width:749px) {
    .reserve-your-product {
        padding-top: var(--padding-top-mobile);
        padding-bottom: var(--padding-bottom-mobile);
    }

    .reserve-product_content-box span.reserve-step+h3.heading,
    .reserve-product_content-box span.reserve-step+.text,
    .reserve-product_content-box h3.heading+.text,
    .reserve-product-info {
        margin-top: 16px;
    }

    .reserve-product_content-box h3.heading {
        font-size: 22px;
        line-height: 1.273;
    }

    .reserve-product-info .contact__fields {
        gap: 16px;
        margin-bottom: 16px;
    }

    .reserve-product-info .contact__fields .field {
        width: 100%;
        margin: 0;
    }

    .reserve-product-info .contact__fields .field__label,
    .field__custom-data h5,
    .reserve-product_content-box .text,
    .field__custom-data .icon-wrap p,
    .field__custom-data .icon-wrap.checklist-filed p {
        font-size: 16px;
    }

    .reserve-product-info .contact__fields .field__input {
        height: 40px;
        padding: 10px;
        font-size: 13px;
    }

    .reserve-product-info .field__custom-data {
        border-top: 1px solid #E6E6E6;
        margin: 0 0 16px 0;
        padding-top: 16px;
        gap: 16px;
    }

    .field__custom-data .para {
        font-size: 14px;
    }

    .custom-data-body {
        gap: 16px;
    }

    .field__custom-data .icon-wrap {
        grid-template-columns: 20px 1fr;
        gap: 6px;
    }

    .field__custom-data .icon-wrap .svg-wrapper {
        width: 20px;
        height: 20px;
    }

    .field__custom-data .icon-wrap .svg-wrapper svg {
        width: 18px;
        height: 18px;
    }

    .field__custom-data .icon-wrap .svg-wrapper input {
        width: 20px;
        height: 20px;
    }

    .field__custom-data .icon-wrap.checklist-filed a {
        display: inline;
        font-size: 14px;
    }
}

@media(max-width:420px) {
    .reserve-product-info .contact__button button.button {
        max-width: 420px;
    }
}