/* Add custom CSS styles below */ 
:root{
--color-primary:#45305c;
--color-secondary:#aad7d4;
}

/* الأزرار */
.btn--primary,
.s-button-primary,
salla-button button{
background:#45305c !important;
border-color:#45305c !important;
color:#fff !important;
}

/* Hover */
.btn--primary:hover{
background:#5a4175 !important;
}

/* العناوين */
h1,h2,h3{
color:#45305c;
}

/* اللمسات */
.badge,
.price_is_on_sale,
.section-title span{
color:#aad7d4 !important;
}@media (max-width: 768px) {

  body {
    padding-bottom: 75px;
  }

  .mobile-bottom-nav {
    position: fixed;
    bottom: 0;
    right: 0;
    left: 0;
    height: 68px;
    background: #ffffff;
    z-index: 99999;
    display: flex;
    justify-content: space-around;
    align-items: center;
    box-shadow: 0 -4px 14px rgba(0,0,0,0.10);
    border-top: 1px solid #eee;
  }

  .mobile-bottom-nav a {
    flex: 1;
    text-align: center;
    color: #45305c;
    font-size: 13px;
    font-weight: 700;
    text-decoration: none;
    line-height: 1.3;
  }

  .mobile-bottom-nav a span {
    display: block;
    font-size: 24px;
    margin-bottom: 3px;
  }
}

@media (min-width: 769px) {
  .mobile-bottom-nav {
    display: none !important;
  }
}