/* Add custom CSS styles below */ 
body {
    /* Forcing Western (English) numerals */
    -webkit-font-feature-settings: "lnum" 1, "tnum" 1; 
    font-feature-settings: "lnum" 1, "tnum" 1; 
    font-variant-numeric: lining-nums tabular-nums !important;
}

/*
  Parent: <salla-installment class="flex ...">
  Children: <div> and <div id="tabbyPromoWrapper">
*/
salla-installment.flex > * {
    flex-grow: 1 !important; 
    min-width: 0; 
}

@media (min-width: 1024px) { 
    salla-installment.lg\:flex-row {
        flex-direction: row !important;
    }
}

/*=======================*/
/*
  --- Styles for Restructured DL/DT/DD List ---
*/
.product__description article.article--main {
    max-width: 800px;
    margin: 0 auto;
    padding: 10px 0;
}

/* Style the main headings (المواصفات, المعلومات التقنية, إلخ) */
.product__description article--main h3 {
    font-size: 1.25rem;
    font-weight: 700;
    margin-top: 24px;
    margin-bottom: 8px;
    color: var(--black-color);
    border-bottom: 2px solid var(--border-color);
    padding-bottom: 5px;
}

/* Style the definition list container */
.product__description article--main dl {
    list-style: none;
    padding: 0;
    margin: 0;
}

/* Style the Definition Term (Key/Label - اسم الماركة) */
.product__description article--main dt {
    font-weight: 500;
    color: var(--black-color);
    flex-basis: 50%;
    text-align: start; /* المفتاح في بداية السطر */
}

/* Style the Definition Description (Value - جنرال سوبريم) */
.product__description article--main dd {
    font-weight: 600;
    color: var(--fo-color);
    flex-basis: 50%;
    text-align: end; /* القيمة في نهاية السطر */
    margin: 0; /* إزالة الهامش الافتراضي */
}

/* Create the list item row layout (Key | Value) */
.product__description article--main dt,
.product__description article--main dd {
    display: inline-block; /* لضمان عدم وجود فواصل أسطر بينهما */
    padding: 10px 0;
    border-bottom: 1px dashed var(--border-color);
}

/* Ensure DT and DD are on the same flex row */
.product__description article--main dl > div {
    display: flex;
    justify-content: space-between;
}
/*============ header =============== */
.s-contacts-header, .s-menu-topnav-list,.sicon-sar{
    color: #fbfcfc !important;
}

.top-navbar {
    background-color: #00333b !important;
    border-top: 0.5px solid #fbfcfc !important;
}

#mainnav{
  height: 100% !important;
}
.main-nav-container.fixed-pinned .inner {
    background-color: rgb(255 255 255 / 46%);
    
}
@media only screen and (min-width: 1024px) {
  .main-menu li > a {
        padding: 0.3rem !important;
        font-size: 0.475rem !important;
  }
  .main-menu {
    padding-bottom: 2rem !important;
    padding-top: 2rem !important;
  }
}

@media (max-width: 2000px) {
    .content-image {
        justify-content: center !important;
    }
}


/* Custom CSS to fix category wrapping on wide screens */

@media (min-width: 1280px) { 
    .cat {
        width: calc(33.333% - 16px) !important; 
        margin-bottom: 3.5rem !important;

    }
}


:root {
    /* Change the value of the variable here */
    --fo-color: #747474!important; /* Example: Sets the color to Red */
}

/*================*/
.brand-logo {
  font-size: 2rem;
      font-weight: bold;
}

.text-\[\#FFBD63\] {
  color: black !important;
      font-size: 1.3rem;

}

.total-price, .before-price{
  font-size: 2rem;
}