.top-navbar {
    display: none;
}

.navbar-brand img{
  width:100px !Important;
  height: 80px !important;
  max-height: 5rem !Important
}

/* Carousel */

.s-block:nth-of-type(1) {
    margin-top: 0 !important;
}

.s-block--photos-slider .s-slider-block__title-nav {
    display: none !important;
}

.s-block--photos-slider * {
    margin: 0 !important;
    padding: 0 !important;
    border-radius: 0 !important;
}

.s-block--photos-slider .swiper-slide {
    margin-left: 0 !important;
    margin-right: 0 !important;
    width: 100% !important;
}

.marquee-wrapper:before,
.marquee-wrapper:after{
  display: none !Important
}
.marquee-wrapper {
    overflow: hidden;
    white-space: nowrap;
    background: #503727;
    padding: 12px 0;
    width: 100%;
    box-sizing: border-box;
    direction: ltr;
  }

  .marquee-track {
    display: inline-flex;
    animation: scroll 50s linear infinite;
  }

  .marquee-track span {
    display: inline-block;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    padding: 0 30px;
    direction: rtl;
  }

  @keyframes scroll {
    0% { transform: translateX(0%); }
    100% { transform: translateX(-16.6667%); }
  }
.s-social-link a svg {
    height: 1.2rem;
    width: 1.2rem;
}

.store-footer .s-social-link {
    background-color: #fff !important;
}

/*** Edits ***/
/* Submit Btn */
.cart #cart-submit button {
    background-color: #503727;
}
/* Font Size */
.s-product-card-sale-price span {
    font-size: 17px !important;
}
.s-product-card-vertical .s-product-card-price, .s-product-card-vertical .s-product-card-sale-price > h4 {
    font-size: 23px !important;
}
/* Transparent Product BG */
salla-slider.details-slider .swiper-slide {
    background-color: transparent;
}
/* Footer */
.store-footer {
    margin-top: 16px !important;
}
.store-footer div:has( > img[alt="rawaih"] ) {
    width: 65px;
}
.footer-is-light .store-footer .store-footer__inner {
    padding: 16px 0 0 0 !important;
}
.s-menu-footer-list a {
    line-height: 22px;
}
a[aria-label="instagram"] {
    background-color: #E1306C;
}
.store-footer salla-social svg, .store-footer salla-social svg path, .store-footer salla-social i, .store-footer salla-contacts svg, .store-footer salla-contacts svg path, .store-footer salla-contacts i, .store-footer .s-payment-icon, .store-footer [class*="sicon-"] {
    color: #fff !important;
    fill: #fff !important;
    stroke: #fff !important;
}
.store-footer li.s-social-link a {
    padding: 17px;
}
.store-footer li.s-social-link {
    margin-bottom: 12px;
}
a[aria-label="tiktok"] {
    background-color: #000;
}