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

.tnh-product-no-gallery.woocommerce #content div.product div.summary,
.tnh-product-no-gallery.woocommerce div.product div.summary,
.tnh-product-no-gallery.woocommerce-page #content div.product div.summary,
.tnh-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);
}

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

.tnh-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;
}

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

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

.tnh-product-no-gallery .tnh-hosting-fields {
    display: grid;
    gap: 1rem;
    max-width: 42rem;
    margin: 0 0 1.5rem;
    padding: 1.25rem;
    border: 1px solid #b9d5c7;
    border-radius: 14px;
    background: #ffffff;
    box-shadow: 0 10px 24px rgba(23, 107, 74, .08);
}

.tnh-product-no-gallery .tnh-hosting-fields legend {
    padding: 0 .35rem;
    color: #0f4d35;
    font-size: 1.1rem;
    font-weight: 800;
}

.tnh-product-no-gallery .tnh-hosting-fields .form-row {
    margin: 0;
}

.tnh-product-no-gallery .tnh-hosting-fields label {
    color: #12211b;
    font-weight: 700;
}

.tnh-product-no-gallery .tnh-hosting-fields input,
.tnh-product-no-gallery .tnh-hosting-fields select {
    min-height: 48px;
    margin-top: .35rem;
    border: 1px solid #aeb9b2;
    border-radius: 8px;
    background: #ffffff;
    color: #12211b;
}

.tnh-product-no-gallery .tnh-hosting-fields input:focus,
.tnh-product-no-gallery .tnh-hosting-fields select:focus {
    border-color: #176b4a;
    outline: 0;
    box-shadow: 0 0 0 3px rgba(23, 107, 74, .16);
}

.tnh-product-no-gallery .tnh-hosting-fields small {
    display: block;
    margin-top: .45rem;
    color: #5d6b64;
    line-height: 1.5;
}

.tnh-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);
}

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

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