/* Product price widget */
.elementor-widget-gk-product-price .gk-product-price-ui {
    display: grid;
    gap: 8px;
    width: 100%;
    direction: rtl;
}

.elementor-widget-gk-product-price .gk-product-price-ui__head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    color: var(--gk-neutral-600, #64748b);
    font-size: 12px;
    font-weight: 700;
}

.elementor-widget-gk-product-price .gk-product-price-ui__discount {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 28px;
    padding: 4px 10px;
    border-radius: 999px;
    color: #fff;
    background: var(--gk-primary, #e11d48);
    font-size: 11px;
    font-weight: 900;
    white-space: nowrap;
}

.elementor-widget-gk-product-price .price {
    display: flex;
    align-items: flex-end;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 8px 12px;
    margin: 0;
    padding: 0;
    color: var(--gk-text, #111827);
    background: none;
    font-size: clamp(22px, 2vw, 28px);
    font-weight: 900;
    line-height: 1.45;
    direction: rtl;
}

.elementor-widget-gk-product-price .price del {
    order: 1;
    color: var(--gk-neutral-500, #64748b);
    font-size: .58em;
    font-weight: 600;
    line-height: 1.7;
    text-decoration-color: var(--gk-primary, #e11d48);
    text-decoration-thickness: 1.5px;
    opacity: .82;
}

.elementor-widget-gk-product-price .price ins,
.elementor-widget-gk-product-price .price > .amount {
    order: 2;
    color: var(--gk-text, #111827);
    background: none;
    text-decoration: none;
}

.elementor-widget-gk-product-price .gk-product-price-ui.is-on-sale .price ins,
.elementor-widget-gk-product-price .gk-product-price-ui.is-on-sale .price ins .amount {
    color: var(--gk-primary, #e11d48);
}

.elementor-widget-gk-product-price .price .amount {
    color: inherit;
    font-size: inherit;
    font-weight: inherit;
}

.elementor-widget-gk-product-price .gk-product-price-ui__saving {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    padding: 8px 10px;
    border-radius: 10px;
    color: #166534;
    background: #f0fdf4;
    font-size: 11px;
}

.elementor-widget-gk-product-price .price.is-loading,
.elementor-widget-gk-product-price .price.is-updating {
    opacity: .5;
    transition: opacity .2s ease;
}

.elementor-widget-gk-product-price [hidden] {
    display: none !important;
}
