/*
 * Velvet Bride Arabic storefront.
 * Public-facing typography and direction only; wp-admin is intentionally untouched.
 */

body.vbc-arabic-storefront,
body.vbc-arabic-storefront button,
body.vbc-arabic-storefront input,
body.vbc-arabic-storefront select,
body.vbc-arabic-storefront textarea,
body.vbc-arabic-storefront .elementor-widget,
body.vbc-arabic-storefront .woocommerce,
body.vbc-arabic-storefront .woocommerce-page {
    font-family: "Alexandria", "Tahoma", "Arial", sans-serif;
}

body.vbc-arabic-storefront {
    direction: rtl;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

body.vbc-arabic-storefront h1,
body.vbc-arabic-storefront h2,
body.vbc-arabic-storefront h3,
body.vbc-arabic-storefront h4,
body.vbc-arabic-storefront h5,
body.vbc-arabic-storefront h6 {
    font-family: "Alexandria", "Tahoma", "Arial", sans-serif;
    font-weight: 500;
    letter-spacing: 0;
}

body.vbc-arabic-storefront .woocommerce-breadcrumb,
body.vbc-arabic-storefront .woocommerce-result-count,
body.vbc-arabic-storefront .woocommerce-ordering,
body.vbc-arabic-storefront .product_meta,
body.vbc-arabic-storefront .woocommerce-tabs,
body.vbc-arabic-storefront .woocommerce-message,
body.vbc-arabic-storefront .woocommerce-info,
body.vbc-arabic-storefront .woocommerce-error {
    direction: rtl;
    text-align: right;
}

body.vbc-arabic-storefront .woocommerce div.product div.summary,
body.vbc-arabic-storefront .woocommerce-page div.product div.summary {
    direction: rtl;
    text-align: right;
}

body.vbc-arabic-storefront .woocommerce ul.products li.product,
body.vbc-arabic-storefront .woocommerce-page ul.products li.product {
    direction: rtl;
}

body.vbc-arabic-storefront .woocommerce nav.woocommerce-pagination ul {
    direction: ltr;
}

.vbc-dress-details {
    direction: rtl;
    margin: 28px 0 20px;
    padding: 26px;
    border: 1px solid rgba(17, 17, 17, 0.09);
    border-radius: 26px;
    background: #fff;
    text-align: right;
}

.vbc-dress-details h2 {
    margin: 0 0 20px;
    font-size: clamp(22px, 2vw, 30px);
    font-weight: 500;
    line-height: 1.45;
}

.vbc-dress-details__grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
    margin: 0;
}

.vbc-dress-details__item {
    min-width: 0;
    padding: 16px 18px;
    border-radius: 19px;
    background: #f8f7f6;
}

.vbc-dress-details__item dt {
    margin: 0 0 6px;
    font-size: 13px;
    font-weight: 600;
    line-height: 1.6;
    opacity: 0.68;
}

.vbc-dress-details__item dd {
    margin: 0;
    font-size: 15px;
    line-height: 1.9;
    overflow-wrap: anywhere;
}

.vbc-dress-details__description {
    margin-top: 20px;
    font-size: 15px;
    line-height: 2;
}

.vbc-dress-details__description > :last-child {
    margin-bottom: 0;
}

.vbc-whatsapp-wrap {
    direction: rtl;
    margin: 19px 0 8px;
    text-align: right;
}

.vbc-whatsapp-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 52px;
    padding: 13px 28px;
    border: 1px solid #111;
    border-radius: 999px;
    background: #111;
    color: #fff !important;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.4;
    text-align: center;
    text-decoration: none !important;
    transition: transform 180ms ease, background-color 180ms ease, color 180ms ease;
}

.vbc-whatsapp-button:hover,
.vbc-whatsapp-button:focus-visible {
    transform: translateY(-1px);
    background: #fff;
    color: #111 !important;
}

.vbc-whatsapp-button:focus-visible {
    outline: 2px solid #111;
    outline-offset: 3px;
}

@media (max-width: 640px) {
    .vbc-dress-details {
        padding: 20px;
        border-radius: 22px;
    }

    .vbc-dress-details__grid {
        grid-template-columns: 1fr;
    }

    .vbc-whatsapp-button {
        width: 100%;
    }
}
