.single-product div.product.product {
    width: min(100% - 36px, 1240px);
    max-width: 1240px;
    margin: 72px auto 0 !important;
}

.single-product .site-main .drah-container > div.product.product {
    width: 100%;
    margin-top: 0 !important;
}

.single-product .product_meta {
    display: none !important;
}

.single-product .drah-product-custom-fields {
    grid-column: 1 / -1;
    direction: rtl;
    margin: 0 0 8px;
    padding: 18px;
    background: #f9f3e8;
    border: 1px solid rgba(61, 12, 17, .1);
    text-align: right;
}

.single-product .drah-product-custom-head {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 14px;
}

.single-product .drah-product-custom-head strong {
    color: #3d0c11;
    font: 900 1rem 'Cairo', sans-serif;
}

.single-product .drah-product-custom-head span {
    color: #6b4a4e;
    font: 600 .82rem 'Cairo', sans-serif;
}

.single-product .drah-product-custom-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
}

.single-product .drah-product-custom-field {
    display: grid;
    gap: 7px;
    margin: 0 0 12px;
    color: #4a2a2e;
    font: 800 .86rem 'Cairo', sans-serif;
}

.single-product .drah-product-custom-field input,
.single-product .drah-product-custom-field select,
.single-product .drah-product-custom-field textarea {
    width: 100%;
    min-height: 48px;
    border: 1px solid rgba(61, 12, 17, .16);
    border-radius: 0;
    background: #fff;
    color: #1c0a0d;
    padding: 10px 12px;
    box-shadow: none;
}

.single-product .drah-product-custom-field textarea {
    resize: vertical;
    line-height: 1.7;
}

.single-product .drah-product-inquiry {
    grid-column: 1 / -1;
    min-height: 52px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(61, 12, 17, .18);
    background: #fff;
    color: #3d0c11;
    font: 900 .95rem 'Cairo', sans-serif;
    text-align: center;
    transition: .2s ease;
}

.single-product .drah-product-inquiry:hover {
    border-color: #25d366;
    background: #25d366;
    color: #fff;
    transform: translateY(-2px);
}

.single-product .drah-product-custom-field input:focus,
.single-product .drah-product-custom-field select:focus,
.single-product .drah-product-custom-field textarea:focus {
    outline: 2px solid rgba(201, 168, 76, .42);
    border-color: #c9a84c;
}

@media (max-width: 980px) {
    .single-product div.product.product {
        width: min(100% - 24px, 1240px);
    }

    .single-product .site-main .drah-container > div.product.product {
        margin-top: 0 !important;
    }

    .single-product .drah-product-custom-fields {
        padding: 14px;
        margin: 0 0 6px;
    }

    .single-product .drah-product-custom-grid {
        grid-template-columns: 1fr;
    }

    .single-product .drah-product-custom-head {
        display: grid;
        gap: 4px;
    }

    .single-product .drah-product-custom-head strong {
        font-size: .92rem;
    }

    .single-product .drah-product-custom-head span {
        font-size: .78rem;
    }

    .single-product .drah-product-custom-field {
        margin-bottom: 10px;
    }

    .single-product .drah-product-custom-field input,
    .single-product .drah-product-custom-field select,
    .single-product .drah-product-custom-field textarea {
        min-height: 44px;
        padding: 8px 10px;
        font-size: .9rem;
    }

    .single-product .drah-product-inquiry {
        min-height: 46px;
        font-size: .88rem;
    }
}
