/* Elementor product price — presentation shared with the native product page. */
.elementor-widget-gk-product-price .gk-product-price-ui {
    width: 100%;
    min-width: 0;
}

.elementor-widget-gk-product-price .gk-product-price-ui__head {
    margin-bottom: 1px;
}

.elementor-widget-gk-product-price .price.gk-price-presentation__elementor-value {
    display: flex;
    align-items: baseline;
    justify-content: flex-end;
    flex-wrap: wrap;
    gap: 3px 9px;
    margin: 0;
    padding: 0;
    color: var(--gk-text, #20242b);
    background: transparent;
    font-size: clamp(24px, 2.15vw, 30px);
    font-weight: 900;
    line-height: 1.45;
    letter-spacing: -.45px;
    direction: rtl;
    text-align: left;
    font-variant-numeric: tabular-nums;
}

.elementor-widget-gk-product-price .price del {
    order: 2;
    flex-basis: 100%;
    text-align: left;
}

.elementor-widget-gk-product-price .price ins,
.elementor-widget-gk-product-price .price > .amount,
.elementor-widget-gk-product-price .price > .woocommerce-Price-amount {
    order: 1;
    color: var(--gk-text, #20242b);
    background: transparent;
    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-text, #20242b);
}

.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 {
    margin-top: 3px;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
}

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