body,
html,
head,
body > section {
  overflow-x: hidden !important;
}
html,
section,
section *,
footer,
header * {
  transition: 0.3s all linear !important;
}

*,
:root {
   scrollbar-color: #c9ab77 #fff;
   scrollbar-width: thin;
}

::-webkit-scrollbar {
   width: 12px;
   height: 12px;
}

::-webkit-scrollbar-track {
   background-color: #fff;
}

::-webkit-scrollbar-thumb {
   padding-top: 350px !important;
   height: 15px;
   background-color: #c9ab77;
   border: 1px solid transparent;
   border-radius: 5px;
   background-clip: padding-box;
}

::-webkit-scrollbar-thumb:hover {
   background: rgba(216, 180, 106, .77);
   border: 1.2px solid transparent;
   border-radius: 5px;
   background-clip: padding-box;
}


/* logo animation */
a.navbar-brand img {
  display: inline-block !important;
  vertical-align: middle !important;
  -webkit-transform: perspective(1px) translateZ(0) !important;
  transform: perspective(1px) translateZ(0) !important;
  box-shadow: 0 0 1px rgba(0, 0, 0, 0) !important;
  -webkit-transition-duration: 0.5s !important;
  transition-duration: 0.5s !important;
}

a.navbar-brand:hover img,
a.navbar-brand:focus img,
a.navbar-brand:active img {
  -webkit-transform: scale(1.2) !important;
  transform: scale(1.2) !important;
  -webkit-transition-timing-function: cubic-bezier(
    0.47,
    2.02,
    0.31,
    -0.36
  ) !important;
  transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36) !important;
}

/* Nav bar */
ul.main-menu #offers a span {
  color: #f55157 !important;
  text-shadow: none;
}
ul.main-menu li {
  color: #1a1a1a;
  text-shadow: 1px 1px 1px #e4c38d;
  font-size: 18px !important;
}

@media screen and (min-width: 1024px) {
  ul.main-menu li span {
    font-size: 17px !important;
  }
  ul.main-menu li a {
    transition: 0.2s all ease !important;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    position: relative;
    overflow: hidden;
  }
  ul.main-menu li a::before {
    content: "";
    position: absolute;
    z-index: -1;
    left: 100%;
    right: 0;
    bottom: 2px;
    background: #1a1a1a;
    box-shadow: 1px 1px 1px #e4c38d;
    height: 3px;
    -webkit-transition-property: left;
    transition-property: left;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
  }
  .main-menu > li:nth-of-type(2) > a::before {
    background: #f55157 !important;
  }
  ul.main-menu li a:hover:before,
  ul.main-menu li a:focus:before,
  ul.main-menu li a:active:before {
    left: 0;
  }
}

.top-navbar .s-search-input {
  box-shadow: 1px 1px 3px #ddd, -1px -1px 3px #ddd, -1px 1px 3px #ddd,
    1px -1px 3px #ddd !important;
  border-radius: 3px !important;
}
/* First Slider */
section.s-block.s-block--photos-slider .swiper-slide img {
  border-radius: 3px 35px;
  border-bottom: 15px solid #c9ab77;
}
@media screen and (max-width: 1023px) {
  section.s-block.s-block--photos-slider:first-of-type {
    display: none;
  }

  section.s-block.s-block--photos-slider.repeated-block {
    display: block;
  }
}


 /* الدرع الذهبي  */
/*
@media screen and (max-width: 1023px) {
 
  ul.main-menu > li > * > span,
  ul.main-menu > li:nth-of-type(5),
  ul.main-menu > li:nth-of-type(13) {
    padding-right: 35px;
    padding-bottom: 8px;
    position: relative;
  }

  ul.main-menu > li > * > span::after,
  ul.main-menu > li:nth-of-type(5) > span::after,
  ul.main-menu > li:nth-of-type(13) > span::after {
    content: "";
    position: absolute;
    top: -19.2px;
    right: -33px;
    width: 0;
    height: 0;
    border-style: solid;
    border-color: #c9ab77 transparent transparent transparent;
    border-width: 70px 50px 0 50px;
  
    transform: scale(0.2);
  }

  ul.main-menu > li:nth-of-type(5) > span::after,
  ul.main-menu > li:nth-of-type(13) > span::after {
    content: "";
    position: absolute;
    top: -2.2px;
    right: -50px !important;
  }
  ul.main-menu > li > * > span::before,
  ul.main-menu > li:nth-of-type(5) > span::before,
  ul.main-menu > li:nth-of-type(13) > span::before {
    content: "";
    position: absolute;
    top: -26px;
    right: -33px;
    border-style: solid;
    border-color: transparent transparent #c9ab77 transparent;
    border-width: 0 25px 25px 25px;
    height: 0;
    width: 50px;
    box-sizing: content-box;
    margin: 20px 0 50px 0;
    transform: scale(0.2);
  }
  ul.main-menu > li:nth-of-type(5) > span::before,
  ul.main-menu > li:nth-of-type(13) > span::before {
    content: "";
    position: absolute;
    top: -9.2px;
    right: -50px !important;
  }

}

*/
@media screen and (min-width: 1024px) {
  section.s-block.s-block--photos-slider:first-of-type {
    display: block;
  }

  section.s-block.s-block--photos-slider.repeated-block {
    display: none;
  }
}

/* Sections */
section.s-block.s-block--banners.container > div {
  /* border: 2px solid green; */
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

section.s-block.s-block--banners.container > div a {
  width: 47%;
  min-height: calc(170px + 12.5px);
  border-radius: 3px 35px !important;
  border-bottom: 12.5px solid #c9ab77;
  transition: 0.3s all linear;
}

section.s-block.s-block--banners.container > div a:hover {
  transform: scale(0.95) !important;
}
@media screen and (min-width: 525px) {
  section.s-block.s-block--banners.container > div a {
    min-height: calc(245px + 12.5px);
  }
}
@media screen and (min-width: 768px) {
  section.s-block.s-block--banners.container > div a {
    min-height: calc(320px + 12.5px);
  }
}

@media screen and (min-width: 1024px) {
  section.s-block.s-block--banners.container > div a {
    width: 22.5%;
    min-height: calc(220px + 12.5px);
  }
}
@media screen and (min-width: 1200px) {
  section.s-block.s-block--banners.container > div a {
    width: 22.5%;
    min-height: calc(270px + 12.5px);
  }
}

/* ----- */
@media screen and (max-width: 767px) {
  section.s-block.s-block--banners.container > div a div {
    background-size: 100% 100%;
  }
}
/* ----- */
/* المنتجات */
.s-products-slider-card {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}
.s-product-card-entry {
  border-radius: 3px 35px;
  overflow: hidden;
  box-shadow: 1px 1px 3px #ddd, -1px -1px 3px #ddd, -1px 1px 3px #ddd,
    1px -1px 3px #ddd !important;
  transition: 0.3s all linear;
}
.s-product-card-entry:hover {
  transform: scale(0.95);
}
.s-product-card-content-title a {
  font-size: 0.95rem !important;
  font-weight: bold !important;
  color: #1a1a1a;
  text-shadow: 1px 1px 1px #e4c38d;
}
.s-product-card-vertical .s-product-card-image {
  border-radius: 0px !important;
}
.s-product-card-content .s-button-primary-outline {
  border: 0px;
  border-radius: 5px 20px;
  border-bottom: 6.5px solid #c9ab77;
  color: black !important;
  background: linear-gradient(to right bottom, #dfcfa9, #ece3d4, #dfcfa9);
  padding-top: 10px;
  text-shadow: 1px 1px 1px #e4c38d;
}
/* مزايا المتجر */
.s-block--features__item {
  background: white !important;
  box-shadow: 1px 1px 3px #ddd, -1px -1px 3px #ddd, -1px 1px 3px #ddd,
    1px -1px 3px #ddd !important;
}
.s-block--features__item .feature-icon {
  border-radius: 5px 20px;
  border-bottom: 6.5px solid #c9ab77;
  color: black !important;
  background: linear-gradient(to right bottom, #dfcfa9, #ece3d4, #dfcfa9);
  transform: scale(1.2);
}
.s-block--features__item .feature-icon i {
  color: #1a1a1a !important;
  text-shadow: 1px 1px 1px #e4c38d;
}
.s-block--features__item h2 {
  color: #1a1a1a;
  text-shadow: 1px 1px 1px #c9ab77;
}

/* Footer */
footer.store-footer h3 {
  border: 0;
  width: 100%;
  border-radius: 3px 20px 3px 20px !important;
  margin-bottom: 30px !important;
  width: 100%;
  border-bottom: 9px solid #c9ab77;
  color: #1a1a1a !important;
  background: linear-gradient(to right bottom, #dfcfa9, #ece3d4, #dfcfa9);
  padding: 5px 0;
  text-align: center;
}
/* footer - first section - about us */
footer.store-footer .lg\:col-span-2.rtl\:lg\:pl-20.ltr\:lg\:pr-20 {
  text-align: center;
}
.s-social-list {
  display: flex !important;
  gap: 1.225rem !important;
  justify-content: center !important;
}
/* footer - second section - important links */
footer.store-footer .s-menu-footer-list a {
  position: relative;
  display: block;
  padding-bottom: 8px;
  width: fit-content;
}
footer.store-footer .s-menu-footer-list a::before {
  content: "";
  position: absolute;

  z-index: -1;
  left: 100%;
  right: 0;
  bottom: 2px;
  background: #1a1a1a;
  height: 1px;
  -webkit-transition-property: left;
  transition-property: left;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
footer.store-footer .s-menu-footer-list a:hover::before,
footer.store-footer .s-menu-footer-list a:focus::before,
footer.store-footer .s-menu-footer-list a:active::before {
  left: 0;
}
/* footer - third section -application */
.s-social-link a,
.s-contacts-icon {
    border-width: 0px !important;
    border-radius: 3px 10px;
    color: #1a1a1a;
    text-shadow: 1px 1px 1px #e4c38d;
    border-bottom: 3.5px solid #c9ab77 !important;
    background: linear-gradient(to right bottom, #dfcfa9, #ece3d4, #dfcfa9);
    transition: .3s all linear;
}
.s-social-link a:hover,
.s-contacts-icon:hover{
    transform: scale(1.25);
}
/* footer - fourth section -application */
footer.store-footer .s-apps-icons-list {
  display: flex;
  justify-content: center;
}
@media screen and (min-width: 1024px) {
  footer .container.grid.grid-col-1.lg\:grid-cols-6.gap-8.lg\:gap-6 {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
  }
  footer .container.grid.grid-col-1.lg\:grid-cols-6.gap-8.lg\:gap-6 > * {
    width: 23%;
    padding-right: 0px !important;
    padding-left: 0px !important;
  }
}