/* Add custom CSS styles below */
:root {
  --first-color: #9a6045;
  --second-color: #c49372;
  --third-color: #f9f5ec;
  --white-color: #fff;
}
html,
body {
  overflow-x: hidden;
}
/* Body */
body:after {
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  position: fixed;
  z-index: 999999;
  background: url(https://c.top4top.io/p_3360rqxvw1.png);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  left: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  animation-name: fade-in;
  animation-duration: 1.5s;
  transform: scale(0);
  border: none;
}

@keyframes fade-in {
  0% {
    opacity: 1;
    transform: scale(1);
  }

  75% {
    opacity: 1;
    transform: scale(1);
  }

  100% {
    opacity: 0;
    transform: scale(0.1);
  }
}

body {
  font-family: cairo;
}
body {
  background-image: url("https://f.top4top.io/p_33613h60s1.png"); /* مسار الصورة */
  background-position: center center;
  background-repeat: repeat;
  background-size: cover;
  background-position: center center;

  margin: 0;
  padding: 0;
  width: 100%;
}

.top-navbar .s-search-input {
  box-shadow: rgba(14, 30, 37, 0.12) 0px 2px 4px 0px,
    rgba(14, 30, 37, 0.32) 0px 2px 16px 0px;
}
.bg-inherit {
  background-color: var(--third-color);
}
.navbar-brand {
  animation: pulse-animation 1.5s infinite;
}

@keyframes pulse-animation {
  0%,
  100% {
    transform: scale(1);
    opacity: 1;
  }
  50% {
    transform: scale(1.1);
    opacity: 0.8;
  }
}
.text-primary {
  color: var(--first-color);
}
[class^="sicon-"] {
  color: var(--first-color);
}

.header-btn__icon {
  color: var(--first-color);
}
.s-cart-summary-total {
  color: var(--first-color);
}
#mobile-menu {
  color: var(--first-color);
  background-color: var(--third-color);
}
nav[data-mm-spn-title="القائمة الرئيسية"]::after {
  color: #000000;
}

.banner--fixed img {
  animation: appear linear;
  animation-timeline: view();
  animation-range: entry 20% cover 40%;
  background-color: transparent;
}
@keyframes appear {
  from {
    opacity: 0.5;
    scale: 0.5;
  }
  to {
    opacity: 1;
    scale: 1;
  }
}
.banner-entry {
  background-color: transparent;
}
/* card---------------------- */
.s-slider-block__title h2:where([dir="rtl"], [dir="rtl"] *) {
  display: none;
}


.s-product-card-fit-height.s-product-card-vertical .s-product-card-image {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.s-product-card-content {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  background-color: var(--third-color);
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
  padding: 0.75rem 0.75rem;
  justify-content: center;
  align-items: center;
}
.s-product-card-content-sub {
  justify-content: center;
  margin-bottom: 1.25rem;
  display: flex;
  width: 100%;
  align-items: center;
}



.s-button-primary-outline {
  color: var(--white-color);
  background-color: var(--second-color);
}

.s-button-primary-outline:hover {
  background-color: var(--first-color);
  color: var(--third-color);
}

.s-product-card-content-title a {
  color: var(--first-color);
}

.s-product-card-price {
  color: var(--first-color);
}
.s-product-card-vertical .s-product-card-wishlist-btn button {
  --tw-bg-opacity: 1 !important;
  background-color: var(--third-color) !important;
}

/* General start */

.store-footer {
  background: transparent !important;
  padding: 30px;
  font-size: 14px;
  text-align: center;
}
.store-footer__inner .flex {
  justify-content: center;
}
.store-footer__inner .max-w-sm {
  margin: auto;
}

.footer-is-light .store-footer .store-footer__inner {
  border-radius: 16px;
  background-color: var(--second-color);
  box-shadow: 0 2px 15px var(--second-color) !important; /* Using direct hex color code */
  color: var(--third-color);
}
.store-footer h3 {
  background: var(--white-color);
  font-size: 20px !important;
  font-weight: 700;
  border-radius: 9rem 0rem 8rem 2rem;
  color: var(--first-color);
}
.store-footer h3:hover {
  color: #000000;
  opacity: 1;
  coursor: pointer;
}
.store-footer__inner {
  text-align: center;
}
.s-contacts-list-vertical {
  justify-content: center;
  text-align: center;
}
.bg-white {
  background-color: var(--white-color) !important;
}
.main-nav-container {
  min-height: 0;
}

/*-----------------------------------*/
.footer-is-light .store-footer .store-footer__inner:before {
  content: "";
  display: block;
  height: 90px;
  width: 90px;
  background-image: url(https://c.top4top.io/p_3360ikapy1.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  margin-bottom: 1rem;
}

.footer-is-light .store-footer .store-footer__inner {
  padding: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.s-contacts-list {
  display: flex;
  gap: 1rem;
  align-items: center;
}

section:nth-child(5) img,
section:nth-child(5) img {
  transform: translatey(0px);
  animation: float 6s ease-in-out infinite;
}
@keyframes float {
  0% {
    transform: translatey(0px);
  }
  50% {
    transform: translatey(-20px);
  }
  100% {
    transform: translatey(0px);
  }
}

header.store-header:before {
  content: "";
  background: url(https://i.ibb.co/Ny8tNMt/image.png); /*https://i.postimg.cc/bJLB2PdZ/image.png*/

  background-repeat-y: no-repeat;
  background-position-x: 0;
  animation: scrollBrands 2000s linear alternate both infinite;
  background-size: contain;
  height: 50px;
  display: block;
  background-color: var(--first-color);
  background-position: center;

  z-index: 9999999999999999;
  color: black;
}
@media (max-width: 767px) {
  header.store-header::before {
    background-size: 180%;
    height: 39px;
    background-position: center;
  }
}
@keyframes scrollBrands {
  0% {
    background-position-x: 0;
  }

  50% {
    background-position-x: 35000px;
  }

  100% {
    background-position-x: 0;
  }
}

header .s-contacts {
  display: none;
}