.tne-product-no-gallery.woocommerce div.product .woocommerce-product-gallery,
.tne-product-no-gallery.woocommerce div.product div.images {
    display: none !important;
}

.tne-product-no-gallery.woocommerce #content div.product div.summary,
.tne-product-no-gallery.woocommerce div.product div.summary,
.tne-product-no-gallery.woocommerce-page #content div.product div.summary,
.tne-product-no-gallery.woocommerce-page div.product div.summary {
    float: none !important;
    clear: both !important;
    width: min(100%, 52rem) !important;
    max-width: 52rem;
    margin: 0 0 3rem !important;
    padding: clamp(1.5rem, 3vw, 2.75rem);
    border: 1px solid #d5e2da;
    border-radius: 20px;
    background: linear-gradient(145deg, #ffffff 0%, #eff8f3 100%);
    box-shadow: 0 20px 48px rgba(15, 77, 53, .10);
}

.tne-product-no-gallery .tne-tier-picker,
.tne-product-no-gallery .tne-domain-field,
.tne-product-no-gallery .tne-domain-help {
    margin-right: 0 !important;
    margin-left: 0 !important;
}

.tne-product-no-gallery .summary .product_title {
    margin-bottom: .5rem;
    color: #0f4d35;
    font-size: clamp(2rem, 4vw, 3.1rem);
    font-weight: 850;
    letter-spacing: -.04em;
}

.tne-product-no-gallery .summary p.price {
    display: inline-flex;
    align-items: center;
    min-height: 2.5rem;
    margin: 0 0 1.35rem;
    padding: .45rem .8rem;
    border: 1px solid #b9d5c7;
    border-radius: 999px;
    background: #ffffff;
    color: #176b4a;
    font-weight: 800;
}

.tne-product-no-gallery .summary .woocommerce-product-details__short-description {
    max-width: 46rem;
    color: #34463e;
    font-size: 1.02rem;
    line-height: 1.65;
}

.tne-product-no-gallery .summary form.cart {
    margin: 1.75rem 0 0;
    padding-top: 1.5rem;
    border-top: 1px solid #c9ded2;
}

.tne-product-no-gallery .tne-tier-picker {
    max-width: 38rem;
    padding: 1.25rem;
    border-color: #b9d5c7;
    box-shadow: 0 10px 24px rgba(23, 107, 74, .08);
}

.single-product .tne-tier-picker {
    display: grid;
    gap: .75rem;
    width: 100%;
    max-width: 36rem;
    margin: 1.25rem 0;
    padding: 1rem;
    border: 1px solid #d5e2da;
    border-radius: 14px;
    background: linear-gradient(135deg, #eff8f3, #fff);
}

.single-product .tne-tier-picker legend {
    padding: 0 .35rem;
    color: #0f4d35;
    font-size: 1.05rem;
    font-weight: 800;
}

.single-product .tne-tier-picker__intro {
    margin: 0 0 .15rem;
    color: #5d6b64;
    font-size: .9rem;
}

.single-product .tne-tier-option {
    position: relative;
    display: block;
    cursor: pointer;
}

.single-product .tne-tier-option input {
    position: absolute;
    top: 1.2rem;
    left: 1rem;
}

.single-product .tne-tier-option__body {
    display: block;
    padding: 1rem 1rem 1rem 2.75rem;
    border: 2px solid #d5e2da;
    border-radius: 11px;
    background: #fff;
    color: #34463e;
    transition: border-color .15s ease, box-shadow .15s ease;
}

.single-product .tne-tier-option input:checked + .tne-tier-option__body {
    border-color: #176b4a;
    box-shadow: 0 0 0 3px rgba(23, 107, 74, .12);
}

.single-product .tne-tier-option__heading {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    margin-bottom: .3rem;
    color: #12211b;
}

.single-product .tne-tier-option__heading b {
    color: #176b4a;
}

.single-product .tne-tier-option__heading small {
    font-weight: 500;
}

.single-product .tne-domain-field {
    width: 100%;
    max-width: 32rem;
    margin: 1.5rem 0 .45rem;
}

.single-product .tne-domain-field label {
    margin-bottom: .4rem;
    color: #12211b;
    font-size: .95rem;
    font-weight: 700;
}

.single-product .tne-domain-field .woocommerce-input-wrapper {
    display: block;
}

.single-product .tne-domain-field input.input-text {
    width: 100%;
    min-height: 48px;
    padding: 10px 13px;
    border: 1px solid #aeb9b2;
    border-radius: 8px;
    background: #fff;
    color: #12211b;
    font-size: 1rem;
    line-height: 1.4;
}

.single-product .tne-domain-field input.input-text:focus {
    border-color: #176b4a;
    outline: 0;
    box-shadow: 0 0 0 3px rgba(23, 107, 74, .16);
}

.single-product .tne-domain-help {
    position: relative;
    display: block;
    width: 100%;
    max-width: 32rem;
    margin: 0 0 1.25rem;
    padding: .75rem .875rem .75rem 2.5rem;
    border-left: 3px solid #176b4a;
    border-radius: 7px;
    background: #eff8f3;
    color: #34463e;
    font-size: .86rem;
    line-height: 1.5;
}

.single-product .tne-domain-help::before {
    position: absolute;
    top: .78rem;
    left: .8rem;
    display: grid;
    width: 1.1rem;
    height: 1.1rem;
    place-items: center;
    border: 1px solid #176b4a;
    border-radius: 50%;
    color: #176b4a;
    content: "i";
    font-size: .7rem;
    font-weight: 800;
    line-height: 1;
}

.tne-product-no-gallery .summary .single_add_to_cart_button {
    min-width: 13rem;
    border-radius: 9px;
    background: #176b4a;
    box-shadow: 0 8px 18px rgba(23, 107, 74, .20);
}

.tne-product-no-gallery .summary .single_add_to_cart_button:hover,
.tne-product-no-gallery .summary .single_add_to_cart_button:focus-visible {
    background: #0f4d35;
}

@media (max-width: 680px) {
    .tne-product-no-gallery.woocommerce #content div.product div.summary,
    .tne-product-no-gallery.woocommerce div.product div.summary,
    .tne-product-no-gallery.woocommerce-page #content div.product div.summary,
    .tne-product-no-gallery.woocommerce-page div.product div.summary {
        padding: 1.25rem;
        border-radius: 14px;
    }

    .single-product .tne-tier-picker {
        max-width: 100%;
    }

    .single-product .tne-tier-option__heading {
        flex-direction: column;
        gap: .2rem;
    }

    .single-product .tne-domain-field,
    .single-product .tne-domain-help {
        max-width: 100%;
    }

    .single-product .tne-domain-help {
        padding: .7rem .75rem .7rem 2.3rem;
        font-size: .82rem;
    }

    .single-product .tne-domain-help::before {
        top: .74rem;
        left: .7rem;
    }
}
