/* Add custom CSS styles below */ 
/* Add custom CSS styles below */ 
/* Add custom CSS styles below */ 
/* General start */
:root {
  --main-color: #5D2E8C;
  --second-color:#fff;
  --ss-color:#5D2E8C;
  --third-color:#5D2E8C;
  --text-color: #fff;
  --back-color: #fff;
  --black-color: #5D2E8C;
  --card-color:#A680BF;
  --ff-color: #5D2E8C;
}

/* General End */

/* Body */
body {
  background:#D9CDE7
!important;
  background-repeat: no-repeat;
  background-size: cover !important;
  background-position: center;
  width: 100%;
  height: 100%;
  background-attachment: fixed;
  margin: 0;
  padding: 0;
}

/* Top page */

header.store-header:before {
  content: "";
  background: url(https://i.postimg.cc/NFhz323n/3x.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: #7B51A6;
  background-position: center;
  margin-bottom: 16px;
  z-index: 9999999999999999;
}

@keyframes scrollBrands {
  0% {
    background-position-x: 0;
  }

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

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

@media (max-width: 767px) {
  header.store-header:before {
    background-size: 180%;
    height: 39px;
    background-position: center;
    margin-bottom: -2px;
  }
}
.s-menu-topnav-list {
	display: none;
}
@media (max-width: 700px) {
  .s-search-input {
    width: 100% !important;
  }
}
.s-contacts-header {
	display: none;
}
.s-search-input {
  background-color: transparent !important;
  box-shadow: 0 2px 5px var(--back-color);
  border: 2px solid var(--third-color) !important;
  width: 100% !important;
  border-radius: 5px !important;
}

/* NavBar start */

#mainnav,
.bg-inherit {
  background-color: transparent;
  border-radius: 0px 0px 0px 0px;
  border-top: 2px solid var(--main-color) !important;
  border-bottom: 2px solid var(--third-color) !important;
  box-shadow: 0 2px 10px var(--back-color) !important;
}

.bg-inherit .container {
  backdrop-filter: blur(3px);
  border-bottom: 1px solid var(--card-color) !important;
  border-radius: 0px 0px 0px 0px;
}

.hydrated {
  color: var(--black-color);
}

.main-menu {
  color: var(--black-color);
  background-color: transparent !important;
}
#mainnav .navbar-brand {
  animation-name: logo;
  animation-duration: 5s;
  animation-iteration-count: infinite;

}

@keyframes logo {
  0% {
  }

  40% {
    transform: rotate(2deg);
  }
  80% {
    transform: rotate(-2deg);
  }

  100% {
  }
}

.mm-spn.mm-spn--navbar:where([dir="rtl"], [dir="rtl"] *):after {
  context: "";
  font-size: 0rem;
  color: transparent;
  background-image: url(https://cdn.salla.sa/cdn-cgi/image/fit=scale-down,width=400,height=400,onerror=redirect,format=auto/jZEzOg/oeablb2RjSlncYiu0zBQlVngDFaJFLNMk7ahJdal.png);
  background-size: 30%;
  background-repeat: no-repeat;
  scale: 0.7;
  line-height: 1;
  background-position: center;
  padding: 0.3rem !important;
  margin: 0;
  height: 120px !important;
  transform: translateY(-25px) !important;
}
ol,
ul,
menu {
  transform: translateY(40px);
  border-top: 2px solid var(--main-color) !important;
}

@media (min-width: 1024px) {
  ol,
  ul,
  menu {
    transform: translateY(0px);
    border-top: none !important;
  }
}

.main-menu::after {
  font-size: 0rem;
  color: transparent;
  background-image: url(https://cdn.salla.sa/cdn-cgi/image/fit=scale-down,width=400,height=400,onerror=redirect,format=auto/jZEzOg/oeablb2RjSlncYiu0zBQlVngDFaJFLNMk7ahJdal.png);
  background-size: 45%;
  background-repeat: no-repeat;
  scale: 1;
  line-height: 2;
  background-position: center;
  margin-bottom: 50px;
  margin-top: 20px;
  height: 180px !important;
  animation-name: foot;
  animation-duration: 5s;
  animation-iteration-count: infinite;
}

.header-btn__icon {
	border: 2px solid var(--third-color);
	color: #fff !important;
	border-radius: 20%;
	background: var(--main-color);
}

.main-menu li:hover {
  color: var(--third-color);
  transition: 0.3s;
}
.main-menu li a span {
  color: var(--black-color) !important;
}
.main-menu li a span:hover {
  color: var(--third-color) !important;
  scale: 1.05;
  transition: 0.2s;
}

.mobile-menu {
  color: var(--black-color) !important;
  background-color: transparent !important;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.sicon-user-circle:hover::before {
  color: var(--third-color);
}
.s-cart-summary-total {
  color: var(--third-color) !important;
  font-weight: bold;
}
.sicon-menu {
  color: var(--third-color) !important;
}
.sicon-menu:hover {
  color: var(--third-color) !important;
  rotate: 360deg;
  transition: 0.2s;
}
.header-btn__icon {
  border: none;
  color: var(--third-color);
  border: 2px solid var(--main-color);
  font-weight: bold;
}
.header-btn__icon:hover {
  color: var(--third-color) !important;
  transition: 0.4s;
  scale: 1.03;
}
.header-btn:hover {
  border: none;
  color: var(--third-color);
  transition: 0.3s;
  scale: 1.04;
}

.s-cart-summary-total {
  color: var(--third-color);
}
#mobile-menu {
  background: var(--third-color);
}
@media only screen and (max-width: 1024px) {
  .mm-spn.mm-spn--light {
    color: var(--second-color);
    background: var(--main-color);
  }
  .btn--close:hover {
    rotate: 360deg;
    scale: 1.1;
    transition: 0.3s;
  }
}
/* NavBar End */

/*Ù‚Ù€Ù€Ù€Ø§Ø¦Ù…Ù€Ù€Ø© Ø¹Ù†Ù€Ù€Ù€Ø§ØµÙ€Ù€Ù€Ù€Ø±*/

.square-photos {
  width: 48%;
  height: 180px;
  transition-duration: 0.5s;
  transition-property: scale;
  background: transparent;
}

.square-photos:hover {
  scale: 1.07;
  transition: 0.4s;
}

.grid-flow-row {
  width: 100%;
  display: flex;
  justify-content: center;
}

@media (min-width: 1024px) {
  .square-photos {
    width: 48%;
    height: 250px;
    transition-duration: 0.5s;
    transition-property: scale;
    background: transparent;
  }
}

/* Banners */
.s-block--fixed-banner img {
  background: none;
  border-radius: 0px 0px 0px 0px;
  width: 100% !important;
  height: auto;
  display: block;
  scale: 1.06;
}
section:nth-of-type(1) {
  .container a {
    width: 100% !important;
    height: auto;
    display: block;
    scale: 1.06;
  }
}

/* Title */
.s-slider-block__title-right h2 {
  font-size: 0.9rem;
  text-shadow: 1px 3px 3px var(--back-color) !important;
  color: var(--black-color);
}
.s-breadcrumb-wrapper {
  transform: translateY(0px);
  border: none !important;
}
.font-bold {
  color: var(--black-color);
  padding: 10px;
  border-right: 5px solid var(--third-color) !important;
  border-bottom: 2px solid var(--third-color) !important;
  border-radius: 0 10px 10px 0;
}

.s-slider-block__title-right {
  display: flex;
  justify-content: center !important;
  align-items: center !important;
  background: linear-gradient(
    90deg,
    transparent,
    transparent,
    transparent,
    transparent,
    var(--ff-color)
  ) !important;
  padding: 10px;
  border-radius: 0px 0px 0px 0px;
  width: auto;
  text-align: center !important;
  border-right: 5px solid var(--third-color) !important;
  border-radius: 5px;
}

.s-slider-block__display-all {
  border-left: 5px solid var(--third-color) !important;
  color: var(--black-color);
  background: linear-gradient(
    90deg,
    var(--ff-color),
    transparent,
    transparent,
    transparent
  ) !important;
  padding: 10px;
  border-radius: 5px;
}
/* Card */

.swiper-wrapper {
  padding: 10px;
}
.s-product-card-entry {
  background: transparent;
  height: 400px;
  color: var(--black-color);
  text-align: center !important;
  border-radius: 15px 15px 15px 15px;
  border: 2px solid var(--third-color);
  box-shadow: 0px 2px 5px var(--back-color);
}

.s-product-card-content-sub {
  display: grid;
  justify-content: center !important;
  align-items: center !important;
}

.s-product-card-content {
  text-align: center;
  display: grid;
}
.s-product-card-content .s-product-card-content-main {
  order: 2 !important;
}
.s-product-card-content .s-product-card-content-sub {
  order: 3 !important;
}
.s-product-card-content .s-product-card-price {
  order: 4 !important;
}
.s-product-card-content .s-product-card-content-footer {
  order: 5 !important;
}

.s-product-card-entry .s-product-card-image {
  border-radius: 15px 15px 0px 0px;
  scale: 1;
  width: 100%;
}

.s-product-card-vertical .s-product-card-wishlist-btn button {
  border: none !important;
  position: absolute;
  top: -8px;
  left: -8px;
  width: 2.5rem;
  height: 2.5rem;
  background: var(--third-color) !important;
  padding: 5px;
  color: var(--main-color) !important;
  border-radius: 15px 0 15px 0 !important;
  cursor: pointer;
}
.sicon-heart::before {
	content: "\eca1";
	color: #fff !important;
}
.s-product-card-content-title a {
  color: var(--third-color);
}
.s-product-card-content-title a:hover {
  color: var(--black-color);
}

.s-product-card-entry:hover {
  background: transparent;
  box-shadow: 0px 2px 15px var(--back-color);
  transition: 0.5s;
  scale: 0.99;
  border: 2px solid var(--main-color);
  border-radius: 15px 15px 15px 15px;
  .s-product-card-image {
    border-radius: 0px 20px 0px 0px;
    scale: 0.99;
    transition: 0.5s;
    border: 1px solid var(--text-color);
    box-shadow: 0px 2px 4px var(--ss-color);
  }
}
.s-button-element {
  background: var(--third-color);
  border-radius: 15px 10px 15px 10px;
  border: 2px solid var(--main-color);
  color: var(--text-color);
  width: auto;
  box-shadow: 0px 2px 5px var(--card-color);
}

.s-button-element .sicon-shopping-bag {
	color: #fff;
	font-weight: bold;
}
.s-button-element:hover {
  background: var(--main-color);
  border: 2px solid var(--third-color);
  color: var(--text-color);
  transition: 0.5s;
  scale: 1.01;
  box-shadow: 0px 2px 5px var(--ff-color);
  .sicon-shopping-bag {
    color: var(--third-color);
    font-weight: bold;
  }
}

/* Footer */
.footer-is-light .store-footer .store-footer__inner {
  border-image: linear-gradient(
      to right,
      var(--third-color) 0%,
      var(--main-color) 100%
    )
    1;
  border-width: 4px;
  --tw-bg-opacity: 1;
  background: transparent !important;
  color: var(--third-color);
  border-radius: 0px;
  font-weight: 500;
  text-align: center;
  animation-name: shadow;
  animation-duration: 5s;
  animation-iteration-count: infinite;
  scale: 0.93;
  box-shadow: 0 2px 15px var(--back-color) !important;
}

@keyframes shadow {
  0% {
  }

  50% {
    border-bottom: 7px solid var(--text-color);
  }

  100% {
  }
}
/*
.footer-is-light .store-footer .store-footer__inner::before {
  content: "";
  position: absolute;
  top: -2px;
  left: -2px;
  right: -2px;
  bottom: -2px;
  z-index: -1;
  background: linear-gradient(
    45deg,
    var(--card-color),
    var(--back-color),
    var(--card-color)
  );
  background-size: 300% 300%;
  border-radius: inherit;
  animation: gradientBorder 5s infinite;
}

@keyframes gradientBorder {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
*/
.store-footer h3 {
  text-align: center !important;
  padding: 1rem;
  border-radius: 50px;

  color: var(--black-color);
  font-size: 1.4rem;
}

.store-footer h3:hover {
  color: var(--black-color);
  opacity: 1;
  cursor: pointer;
  transition: 0.5s;
}

a.flex.items-center.m-0 {
  display: flex;
  flex-direction: column;
}
.copyright-text a {
  color: var(--black-color) !important;
}
.s-payments-list {
  background: var(--card-color);
  padding: 10px;
  border-radius: 80px 80px 80px 80px;
}

.s-payments-list .s-payments-list-item img {
  box-shadow: 0 2px 6px var(--text-color) !important;
}
.store-footer a h3:nth-child(1) {
  font-size: 0rem;
  color: transparent;
  background-image: url(https://cdn.salla.sa/cdn-cgi/image/fit=scale-down,width=400,height=400,onerror=redirect,format=auto/jZEzOg/oeablb2RjSlncYiu0zBQlVngDFaJFLNMk7ahJdal.png);
  background-size: 90%;
  background-repeat: no-repeat;
  scale: 4;
  line-height: 3;
  background-position: center;
  margin-bottom: 50px;
  margin-top: 10px;
  animation-name: foot;
  animation-duration: 5s;
  animation-iteration-count: infinite;
}
salla-apps-icons,
salla-apps-icons h3 {
  display: none;
}

@keyframes foot {
  0% {
    transform: scale(1.2);
  }
  5% {
    transform: scale(1);
  }
  10% {
    transform: scale(1.2);
  }

  50% {
    transform: scale(1);
  }
  55% {
    transform: scale(1.2);
  }
  60% {
    transform: scale(1);
  }
  65% {
    transform: scale(1.2);
  }
  95% {
    transform: scale(1);
  }
}
@media (min-width: 1024px) {
  .rtl\:lg\:pr-20:where([dir="rtl"], [dir="rtl"] *) {
    padding-right: 5rem;
    background: var(--card-color);
    background-repeat: no-repeat;
    background-size: contain;
    scale: 0.7;
    line-height: 0;
    margin-bottom: 0;
    margin-top: 0;
  }
}
.footer-list {
  color: var(--black-color);
}
.store-footer__inner .max-w-sm {
  color: var(--third-color);
}
.s-contacts-list {
  align-items: center !important;
}

.store-footer a {
  color: var(--third-color);
}
.store-footer a:hover {
  color: var(--black-color);
  opacity: 1;
  transform: scale(1.03);
  transition: 0.4s;
}

.footer-is-light .store-footer {
  --tw-bg-opacity: 1;
  --tw-text-opacity: 1;
  color: var(--black-color);
  background: transparent;
  border-radius: 200px 200px 0 0;
}

.s-social-list {
  display: flex;
  gap: 0.625rem;
  justify-content: center;
}

.lg\:col-span-2.rtl\:lg\:pl-20.ltr\:lg\:pr-20 {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.s-menu-footer-list {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.s-contacts-list.s-contacts-list-vertical {
  display: flex;
  align-items: center;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
}

span.unicode {
  display: none;
}

.footer-is-light .store-footer .contact-social {
  border: none;
}

.text-center::before {
  content: " برمجة وتطوير ADFAZ";
  font-size: 16px;
  font-weight: 700;
  background: linear-gradient(
    90deg,
    var(--third-color),
    var(--back-color),
    var(--third-color)
  );
  -webkit-background-clip: text;
  color: transparent;
  padding: 8px 0 !important;
  display: inline-block;
  animation: colorChange 3s infinite;
  background-size: 200% 200%;
  text-shadow: none;
  border-radius: 5px;
}

@keyframes colorChange {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}

#scrollToTop {
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 40px;
  height: 40px;
  background-color: var(--main-color);
  color: #000;
  border: none;
  border-radius: 50%;
  text-align: center;
  line-height: 40px;
  font-size: 30px;
  cursor: pointer;
  display: none;
  z-index: 1000;
  box-shadow: 0 4px 6px rgba(0, Â 0, Â 0, Â 0.2);
}

section {
  opacity: 0;
  transform: translateY(50px); /* Slide up effect */
  transition: opacity 1s ease-in-out, transform 1s ease-in-out;
}

section.visible {
  opacity: 1;
  transform: translateY(0);
}