/* Add custom CSS styles below */ 
.normal-price
{
    font-size: 24px !important;
    color: #ef4444 !important;
    margin-bottom: 35px;
}

.s-button-text {
    color: #ffffff !important;
}
.product-entry .add-to-cart-conatiner button.product-popup-trigger {
    display: none;
}
.card-below-full-btn .add-to-cart-conatiner salla-button.btn--wishlist button {
    display: none;
}
/* استيراد خط Cairo من Google Fonts */
@import url('https://fonts.googleapis.com/css2?family=Cairo:wght@300;400;600;700&display=swap');

/* تطبيق الخط على كل عناصر الصفحة */
body, h1, h2, h3, h4, h5, h6, p, span, a, div, input, button {
    font-family: 'Cairo', sans-serif !important;
}



/* النص جنب أيقونة السلة */
.cart-inline-info {
    font-size: 13px;
    font-weight: 600;
    margin-right: 6px;
    color: #444;
    white-space: nowrap;
    display: inline-block;
    vertical-align: middle;
}

/* التولتيب */
.cart-tooltip {
    position: absolute;
    top: 36px;
    right: 0;
    background: #ffffff;
    padding: 8px 12px;
    border-radius: 10px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.15);
    font-size: 13px;
    font-weight: 600;
    color: #7b3ff8;
    display: none;
    z-index: 9999;
}

.cart-tooltip a {
    color: #7b3ff8;
    text-decoration: none;
}
.whitespace-nowrap {
    white-space: nowrap;
    color: red;
  font-size: 18px;
}
.leading-10 {
    line-height: 1.5rem;
    font-size: 16px;
}

.before-price {
    color: black;
}
.regular-price
 {
    color: black;
}
 


/* maximiza price size */
.sale-price 
{
  font-size: 26px;
}

/* remove top margin in page mobile view */
  .container--product-single {
    margin-top: 0 !important;

}




/* Meta-data styling */

/* hide add to wishlist */
.product-metadata__item-mini {
  display: none; 
}


.product-single .product-details__item {
  padding-bottom: 0;
  border-bottom-width: 0;
}




.s-product-availability-footer .modal-cancel-btn .s-button-element > span {
  color: #9f6afa !important;
}