/* Add custom CSS styles below */
.product-card__promotion {
    position: absolute;
    top: 0rem;
    left: 0rem;
    z-index: 1;
    max-width: 100%;
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    padding-top: 0.375rem;
    padding-bottom: 0.375rem;
    font-size: 0.65rem;
    line-height: 1rem;
    font-weight: 700;
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
}

.text-store-text-primary {
    color: var(--store-text-primary);
}

:root {
    --font-main: 'Cairo';
    --color-primary: #739798;
    --bg-primary: #ffffff;
    --bg-secondary: #ffffff;
    --header-bg: #ffffff;
    --header-text-color: #739798;
    --store-text-primary: #739798;
    --store-text-secondary: #739798;
    --product-bg: #ffffff;
    --color-primary-dark: #4d7172;
    --color-primary-light: #99bdbe;
    --color-primary-reverse: #001819;
    --product-image-height: 17rem;
    --product-border-color: #eeeeee;
    --product-enhanced-btn-bg: #567288;
    --product-enhanced-btn-color: #ffffff;
    --countdown-bg: #f3f4f6;
    --countdown-color: #111827;
    --countdown-border-color: #f3f4f6;
    --bottom-nav-bg: #ffffff;
    --bottom-nav-text-color: #111827;
    --wa-btn-bg: #22c55e;
    --wa-btn-text-color: #ffffff;
    --products-per-row: 4;
    --footer-bg: #f3f4f6;
    --footer-text-color: #567288;
    --bottom-footer-bg: #F9FAFB;
}

.product-card__normal-cart__btn .s-button-text ,span.rtl\:mr-auto.ltr\:ml-auto.enhanced-label {
    font-size: 0;
}

.product-card__normal-cart__btn .s-button-text:before ,span.rtl\:mr-auto.ltr\:ml-auto.enhanced-label:before {
    font-size: 15px;
    font-size: 0.875rem;
    content: 'إقتناء';
}

.promotion-title,.product-card__promotion {
    background-color: var(--store-text-primary) !important;
}

a {
    color: var(--store-text-primary) !important;
}

.footer-is-custom .store-footer {
    background-color: var(--footer-bg);
    color: var(--footer-text-color);
}

.product-more-info .tab-content .tab-pane.show * {
    color: var(--footer-text-color) !important;
  }