:root {
  --primary_color_01: #082135;
  --primary_color_02: #ef730d;
  --secondary_color: #f3f4f6;
  --logo: url("https://cdn.salla.sa/cdn-cgi/image/fit=scale-down,width=400,height=400,onerror=redirect,format=auto/qQoBlO/tmlAglmiMwxzpQhFA39cbLfd5t1jbfI6w42oGrmh.png");
  --Logo_icon: url("https://i.ibb.co/Dfjd8Z70/Logo-Icon.png");
}

body#app {
  max-width: 1920px;
  margin: auto;
  background: #fff;
}

/*============= Top ===============*/

/*=== Header ===*/
header.store-header {
  z-index: 9;
}

header.store-header .top-navbar,
header.store-header div#mainnav {
  background: transparent;
}

header.store-header div#mainnav.fixed-header .inner.bg-inherit {
  background: radial-gradient(
    circle,
    var(--primary_color_01) 79%,
    var(--primary_color_02) 113%
  );
  border-bottom: 3px solid #000;
}

header.store-header div#mainnav nav#mobile-menu a.offers-link {
  font-size: 20px;
  color: #be480c;
  font-weight: bold;
}

header.store-header .navbar-brand img {
  background: radial-gradient(circle, #fff -45%, transparent 220%);
  box-shadow: 0 0 9px -3px #fff;
  border-radius: 5px;
}

header.store-header
  .items-stretch
  > div:has(> salla-cart-summary)
  :is(button, salla-cart-summary)
  * {
  color: #fff !important;
}
header.store-header
  .items-stretch
  > div:has(> salla-cart-summary)
  .s-user-menu-trigger {
  background: transparent;
}

header.store-header
  div#mainnav
  nav#mobile-menu
  > ul.main-menu
  > li
  > a:not(.offers-link),
header.store-header .top-navbar .s-search-input::placeholder,
header.store-header .items-stretch .mburger i {
  color: #fff;
}
body#app:not(.index) header.store-header {
  background: linear-gradient(0deg, #02172b -5%, #082135 75%);
}

@media (max-width: 650px) {
  header.store-header {
    background: linear-gradient(0deg, #02172b -5%, #082135 75%);
  }
}
/*=== mobile menu ===*/
.mm-ocd .mm-ocd__content {
  background: transparent;
}

#app > div.mm-ocd .mm-ocd__content > nav#mobile-menu {
  background: linear-gradient(145deg, #ef730d9c -5%, #082135 75%);
  backdrop-filter: blur(15px);
  color: #fff;
  border-left: 3px solid #000;
}
#app > div.mm-ocd .mm-ocd__content > nav#mobile-menu * {
  background: transparent;
}

#app > div.mm-ocd .mm-ocd__content > nav#mobile-menu a[href*="offer"] {
  font-size: 20px;
}

/*=== First Banner ===*/
section.s-block--fixed-banner:nth-of-type(1) {
  margin-top: -135px;
}
section.s-block--fixed-banner > div {
  max-width: 100%;
  padding: 0px;
}

@media (max-width: 650px) {
  section.s-block--fixed-banner:nth-of-type(1) {
    margin-top: -5px;
  }
}

/*=== product slider ===*/
section:has(> salla-products-slider)
  .s-slider-block__title
  > div:has(h2)::after {
  content: "";
  display: block;
  width: 60%;
  height: 2px;
  margin-top: 5px;
  background: var(--color-primary);
}

#app :is(salla-products-slider, salla-products-list) .s-product-card-entry {
  background: var(--secondary_color);
}

section:has(> salla-products-slider)
  .s-products-slider-card
  .s-product-card-content
  .s-product-card-content-footer
  button:hover {
  background: var(--color-primary);
}

/*=== footer ===*/
footer.store-footer {
  background: linear-gradient(
    145deg,
    var(--primary_color_02) 18%,
    var(--primary_color_01) 90%
  );
  border-top: 3px solid #000;
}

footer.store-footer .store-footer__inner {
  background: transparent !important;
}
footer.store-footer .store-footer__inner salla-apps-icons {
  display: flex;
  align-items: center;
  gap: 16px;
  position: relative;
}

footer.store-footer .store-footer__inner salla-apps-icons::after,
footer.store-footer .store-footer__inner salla-apps-icons::before {
  content: "";
  position: absolute;
  display: block;
  width: 240px;
  height: 104px;
  border-radius: 5px;
  top: 40%;
  left: 0;
}

footer.store-footer .store-footer__inner salla-apps-icons::after {
  z-index: 0;
  pointer-events: none;
  box-shadow: 0 0 9px -3px #fff;
  background: radial-gradient(circle, #fff -45%, transparent 220%);
}

footer.store-footer .store-footer__inner salla-apps-icons::before {
  z-index: 1;
  background: var(--logo) center / cover no-repeat;
}

footer.store-footer .store-footer__inner ~ div:has(salla-payments) span p {
  color: #fff;
}
/*=========== responsive design ===============*/
@media (max-width: 1024px) {
  footer.store-footer .store-footer__inner > div {
    display: flex;
  }
  footer.store-footer .store-footer__inner salla-apps-icons::after,
  footer.store-footer .store-footer__inner salla-apps-icons::before {
    left: 46pc;
    top: 15pc;
    width: 200px;
    height: 80px;
  }
}
@media (max-width: 950px) {
  footer.store-footer .store-footer__inner salla-apps-icons::after,
  footer.store-footer .store-footer__inner salla-apps-icons::before {
    left: 35pc;
    top: 17pc;
    width: 165px;
    height: 65px;
  }
}
@media (max-width: 768px) {
  footer.store-footer .store-footer__inner salla-apps-icons {
    padding-top: 30px;
  }
  footer.store-footer .store-footer__inner salla-apps-icons::after,
  footer.store-footer .store-footer__inner salla-apps-icons::before {
    inset: auto;
    width: 167px;
    height: 65px;
    left: 0;
    right: 0;
    margin: auto;
    top: -2pc;
    transform: translate(50%, 15px);
  }

  footer.store-footer .store-footer__inner > div {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  footer.store-footer .store-footer__inner > div * {
    text-align: center;
    margin-inline: auto;
  }
}

/*======================= Pages ====================*/

/*=== product page ===*/
.s-block--testimonials.container .s-reviews-testimonial {
  background: var(--secondary_color);
}
salla-comment-item.s-comments-item.hydrated.animated {
  background: #fff;
  padding: 10px;
  border-radius: 10px;
}

body#app.product-single .main-content {
  background: var(--secondary_color);
  padding: 10px;
  border-radius: 10px;
  margin-bottom: 20px;
}

/*=== single page ===*/
body#app.page-single .content.content--single-page {
  background: var(--secondary_color);
  border-radius: 10px;
}

/*=== cart ===*/
body#app.cart section.cart-item {
  background: var(--secondary_color);
}