/* ============================================
   NSID PRODUCT REGISTRATION PAGE LAYOUT
   ============================================ */

.nsid-product-layout {
    display: grid;
    grid-template-columns: 1.15fr 1.15fr;
    gap: 20px;
    align-items: start;
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px 0;
}

/* ============================================
   LEFT COLUMN
   ============================================ */

.nsid-left-col {
    display: grid;
    grid-template-columns: 200px 1fr;
    column-gap: 10px;
    row-gap: 0;
}

/* Image */
.nsid-left-col .woocommerce-product-gallery {
    grid-column: 1;
    grid-row: 1 / span 2;
    max-width: 200px;
    float: none !important;
    margin: 5px 0 !important;
    padding-right: 0;
    vertical-align: middle;
    width: 100% !important;
}

.nsid-left-col .woocommerce-product-gallery img {
    border-radius: 6px;
    border: 1px solid #e5e5e7 !important;
    height: 150px !important;
    width: auto;
    padding: 10px;
}

/* Title */
.nsid-left-col .product_title.entry-title {
    grid-column: 2;
    grid-row: 1;
    font-size: 22px !important;
    font-weight: 800 !important;
    line-height: 1.15 !important;
    color: #111 !important;
    margin: 0 !important;
    padding-top: 10px !important;
    align-self: start;
}

/* Price */
.nsid-left-col .price {
    grid-column: 2;
    grid-row: 2;
    clear: none !important;
    font-size: 24px !important;
    font-weight: 700 !important;
    color: #111 !important;
    margin: 8px 0 0 0 !important;
    align-self: start;
}

.nsid-left-col .price del {
    color: #999;
    font-weight: 400;
}

.nsid-left-col .price ins {
    text-decoration: none;
}

/* Short description card — spans full width below image/title/price */
.nsid-left-col .woocommerce-product-details__short-description {
    grid-column: 1 / -1;
    grid-row: 3;
    background: #f7f7f8;
    border-radius: 8px;
    padding: 28px 32px;
    margin-top: 10px;
}

.nsid-left-col .woocommerce-product-details__short-description p {
    font-size: 14px;
    color: #333;
    line-height: 1.6;
    margin-bottom: 12px;
}

.nsid-left-col .woocommerce-product-details__short-description p:last-child {
    margin-bottom: 0;
}

.nsid-left-col .woocommerce-product-details__short-description strong {
    color: #111;
}

.nsid-left-col .woocommerce-product-details__short-description ul {
    list-style: disc;
    padding-left: 20px;
    margin: 12px 0 20px;
}

.nsid-left-col .woocommerce-product-details__short-description li {
    margin-bottom: 10px;
    font-size: 14px;
    color: #333;
    line-height: 1.5;
}

.nsid-left-col .woocommerce-product-details__short-description a {
    color: #00882A;
    font-weight: 600;
    text-decoration: none;
}

.nsid-left-col .woocommerce-product-details__short-description a:hover {
    text-decoration: underline;
}

.nsid-left-col .woocommerce-product-details__short-description ol {
    padding-left: 20px;
    margin: 8px 0 16px;
}

.nsid-left-col .woocommerce-product-details__short-description ol li {
    margin-bottom: 8px;
}

.nsid-left-col .short-desc-section-title {
    color: #2e7d32;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.03em;
    margin: 24px 0 12px;
}

.nsid-left-col .short-desc-section-title:first-child {
    margin-top: 0;
}

.nsid-left-col .short-desc-divider {
    border: none;
    border-top: 1px solid #ddd;
    margin: 20px 0;
}

.nsid-left-col .short-desc-warning {
    color: #c0392b;
    font-weight: 600;
    font-size: 13px;
}


/* ============================================
   RIGHT COLUMN
   ============================================ */

.nsid-right-col form.variations_form.cart,
.nsid-right-col .summary.entry-summary {
    background: transparent;
}

.nsid-right-col {
    background: #ffffff;
    border: 1px solid #e5e5e7;
    border-radius: 8px;
    padding: 32px 36px;
    float: none !important;
    width: 100% !important;
        margin-top: 170px;
}

.nsid-right-col .registration-form-title {
    font-size: 22px;
    font-weight: 800;
    color: #111;
    margin-bottom: 4px;
}

.nsid-right-col .registration-form-subtitle {
    font-size: 13px;
    color: #6b7280;
    margin-bottom: 24px;
}

.nsid-right-col .registration-form-subtitle .required-mark {
    color: #e02b2b;
}

.nsid-right-col .form-section-title {
    color: #6b7280;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.04em;
    margin-bottom: 16px;
    padding-top: 20px;
    border-top: 1px solid #eee;
}

.nsid-right-col .form-section-title:first-of-type {
    border-top: none;
    padding-top: 0;
}

.nsid-right-col label {
    font-weight: 600;
    font-size: 14px;
    color: #111;
    margin-bottom: 6px;
    display: block;
}

.nsid-right-col label .required,
.nsid-right-col abbr.required {
    color: #e02b2b;
    text-decoration: none;
}

.nsid-right-col p,
.nsid-right-col .form-row,
.nsid-right-col .form-field {
    margin-bottom: 18px;
}

.nsid-right-col select,
.nsid-right-col input[type="text"],
.nsid-right-col input[type="email"],
.nsid-right-col input[type="tel"],
.nsid-right-col input[type="number"],
.nsid-right-col input[type="date"] {
    width: 100%;
    padding: 0px 14px !important;
    border: 1px solid #d1d5db;
    border-radius: 6px;
    font-size: 14px;
    background-color: #fff;
    appearance: none;
    box-sizing: border-box;
}

.nsid-right-col select:focus,
.nsid-right-col input:focus {
    outline: none;
    border-color: #6c63ff;
    box-shadow: 0 0 0 3px rgba(108, 99, 255, 0.1);
}

.nsid-right-col .field-helper-text {
    font-size: 12px;
    color: #6b7280;
    margin-top: -12px;
    margin-bottom: 18px;
}

.nsid-right-col .form-row-group {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

.nsid-right-col .field-with-button {
    display: flex;
    gap: 10px;
    align-items: flex-start;
}

.nsid-right-col .field-with-button select {
    flex: 1;
}

.nsid-right-col .field-with-button button {
    white-space: nowrap;
    padding: 12px 18px;
    border: 1px solid #d1d5db;
    border-radius: 6px;
    background: #fff;
    font-weight: 700;
    font-size: 12px;
    text-transform: uppercase;
    cursor: pointer;
}

.nsid-right-col .field-with-button button:hover {
    background: #f3f4f6;
}

.nsid-right-col .phone-group {
    display: flex;
    gap: 10px;
}

.nsid-right-col .phone-group input {
    text-align: center;
}

.nsid-right-col .single_add_to_cart_button {
    width: 100%;
    background: #6c63ff;
    color: #fff;
    border: none;
    border-radius: 6px;
    padding: 14px 20px;
    font-size: 15px;
    font-weight: 700;
    cursor: pointer;
    margin-top: 8px;
}

.nsid-right-col .single_add_to_cart_button:hover {
    background: #5a52e0;
}

.nsid-right-col .quantity {
    margin-bottom: 14px;
}

.nsid-right-col .quantity input.qty {
    width: 100%;
    padding: 12px 14px;
    border: 1px solid #d1d5db;
    border-radius: 6px;
}

.nsid-right-col button.single_add_to_cart_button {
    background: #00882A !important;
}

/* ============================================
   MOBILE
   ============================================ */

@media (max-width: 900px) {
    .nsid-product-layout {
        display: block;
        padding: 20px 16px;
    }

    .nsid-left-col {
        display: block;
    }

    .nsid-left-col .woocommerce-product-gallery {
        float: none;
        margin-right: 0;
        margin-bottom: 16px;
    }

    .nsid-right-col {
        margin-top: 32px;
    }

    .nsid-right-col .summary.entry-summary {
        padding: 24px 20px;
    }

    .nsid-right-col .form-row-group,
    .nsid-right-col .phone-group {
        grid-template-columns: 1fr;
        display: block;
    }

    .nsid-right-col .phone-group input {
        margin-bottom: 10px;
    }

    #shop .product > .woocommerce-product-gallery {
        margin: 0 !important;
    }

    .nsid-left-col .woocommerce-product-details__short-description {
        padding: 5px 5px;
    }

    .nsid-right-col {
        padding: 15px 15px;
    }

    .woocommerce div.product .summary .row.clearfix .col-md-12 {
        padding-bottom: 150px;
    }

    .login-form-right-section {
        padding: 10px;
    }
    .nsid-right-col {
        margin-top: 20px;
    }
    .nsid-left-col .woocommerce-product-gallery img {
        height: auto !important;
        width: 100% !important;
     }
}

.woocommerce div.product .summary {
    width: 100% !important;
}

.cpcff-woocommerce-wrapper .captcha,
.cpcff-woocommerce-wrapper .pbSubmit {
    display: none;
}

nav.woocommerce-breadcrumb {
    display: none;
}

.woocommerce div.product .summary .row .col-md-12 {
    padding-bottom: 35px;
}

.cp_cff_clean #fbuilder .captcha, 
.cp_cff_clean #fbuilder .fields:not(.section_breaks) {
    padding: 0 !important;
    background: transparent !important;
}

.waitlist {
    color: #fff !important;
    font-weight: 700 !important;
 }