/* Ganjeh Kala — shared product-price presentation (Native + Elementor). */
.gk-price-presentation {
    display: grid;
    gap: 5px;
    width: 100%;
    min-width: 0;
    direction: rtl;
}

.gk-price-presentation__head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    min-height: 24px;
}

.gk-price-presentation__label {
    color: var(--gk-neutral-500, #7c8490);
    font-size: 11px;
    font-weight: 600;
    line-height: 1.7;
}

.gk-price-presentation__discount {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 24px;
    padding: 2px 8px;
    border: 1px solid color-mix(in srgb, var(--gk-primary, #ed1944) 15%, transparent);
    border-radius: 999px;
    color: var(--gk-primary, #ed1944);
    background: color-mix(in srgb, var(--gk-primary, #ed1944) 7%, #fff);
    font-size: 10px;
    font-weight: 800;
    line-height: 1.5;
    white-space: nowrap;
}

.gk-price-presentation__value-row,
.gk-price-presentation__elementor-value {
    min-width: 0;
}

.gk-price-presentation__current,
.gk-price-presentation__elementor-value {
    color: var(--gk-text, #20242b);
    font-variant-numeric: tabular-nums;
}

.gk-price-presentation .woocommerce-Price-amount.amount {
    color: inherit;
    font: inherit;
    font-weight: inherit;
    letter-spacing: inherit;
}

.gk-price-presentation .woocommerce-Price-currencySymbol {
    display: inline-block;
    margin-inline-start: 4px;
    color: var(--gk-neutral-600, #5f6670);
    font-size: .48em;
    font-weight: 650;
    line-height: 1;
    vertical-align: .12em;
}

.gk-price-presentation__meta {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-wrap: wrap;
    gap: 6px 12px;
    min-height: 24px;
    direction: rtl;
}

.gk-price-presentation__regular {
    display: inline-flex;
    align-items: center;
    min-height: 22px;
    color: var(--gk-neutral-500, #7c8490);
    font-size: 12px;
    line-height: 1.65;
}

.gk-price-presentation__regular del,
.gk-price-presentation__elementor-value del {
    color: var(--gk-neutral-500, #7c8490);
    font-size: 13px;
    font-weight: 600;
    line-height: 1.6;
    text-decoration-color: currentColor;
    text-decoration-thickness: 1px;
    opacity: .92;
}

.gk-price-presentation__regular del .woocommerce-Price-currencySymbol,
.gk-price-presentation__elementor-value del .woocommerce-Price-currencySymbol {
    font-size: .78em;
}

.gk-price-presentation__saving {
    display: inline-flex;
    align-items: baseline;
    justify-content: flex-start;
    gap: 4px;
    min-height: 22px;
    color: #4c6a56;
    font-size: 12px;
    font-weight: 600;
    line-height: 1.65;
}

.gk-price-presentation__saving strong {
    color: #3f5f4a;
    font-size: 12px;
    font-weight: 750;
}

.gk-price-presentation__contact {
    color: var(--gk-neutral-700, #374151);
    font-size: 14px;
    font-weight: 700;
    line-height: 1.8;
}

.gk-price-presentation [hidden] {
    display: none !important;
}


/* 1.9.156 — WooCommerce price ranges include an accessibility-only sentence.
   Keep it available to assistive technology even if a third-party stylesheet
   overrides the global .screen-reader-text helper. */
.gk-price-presentation .screen-reader-text {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border: 0 !important;
}
