:root {
  --main-color: #09b6ff;
}
body {
  background-color: #f9fafb !important;
}
/*****header****/
.navbar-brand img {
    width: 100px;
    height: 100px;
    max-height: 100px;
}

.top-navbar {
  background-color: white !important;
  color: var(--main-color) !important;
}
.s-search-input {
  border: 1px solid #dddd !important;
}
.s-cart-summary-count {
  background-color: var(--main-color);
}
.main-menu.mm-spn--open {
  color: var(--main-color);
}
/*****header****/
/*****banner****/
.banner--fixed img {
  background-color: transparent;
}
.swiper.s-slider-container.swiper-initialized.swiper-horizontal.swiper-pointer-events.swiper-rtl.swiper-backface-hidden {
  padding: 0;
}

section.s-block.s-block--photos-slider {
  margin: 0;
}

salla-slider.photos-slider .swiper-slide {
  padding: 0;
  width: 100% !important;
  margin: 0;
  border-radius: 0;
}
.w-full.object-contain.rounded-md {
  border-radius: 0 !important;
}
section.s-block.s-block--fixed-banner.wide-placeholder {
  margin: 0;
  margin-bottom: 20px !important;
}
section.s-block.s-block--fixed-banner.wide-placeholder .container {
  margin: 0;
  padding: 0;
  max-width: 100% !important;
  margin-bottom: 20px !important;
}
.banner--fixed img {
  border-radius: 0;
}
section.s-block.s-block--fixed-banner.wide-placeholder:nth-of-type(6)
  .container {
  margin-top: 44px;
}
section.s-block.s-block--fixed-banner.wide-placeholder:nth-of-type(7)
  .container,
section.s-block.s-block--fixed-banner.wide-placeholder:nth-of-type(9)
  .container {
  width: 80%;
  margin: 44px auto;
}
.swiper.s-slider-container.swiper-initialized.swiper-horizontal.swiper-rtl.swiper-backface-hidden {
  padding: 0;
}
/*****banner****/
/******sections*****/
.two-row .banner-entry:first-child {
  grid-row: span 1 / span 1;
}
.grid.md\:grid-cols-3.two-row.grid-flow-row.gap-3.sm\:gap-8 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
a.banner-entry.square-photos .lazy__bg {
  background-size: cover !important;
  background-repeat: no-repeat;
}
a.banner-entry.square-photos {
  height: 258px;
  padding: 0;
  border-radius: 16px !important;
  background-color: transparent;
  transition: all 0.5s ease !important;
}
@media (max-width: 767px) {
  .md\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  a.banner-entry.square-photos {
    max-height: 100px !important;
  }
}
@media (min-width: 768px) {
  .md\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  a.banner-entry.square-photos {
    max-height: 300px !important;
  }
}
@media only screen and (min-width: 992px) {
  a.banner-entry.square-photos {
    max-height: 507px !important;
  }
}

a.banner-entry.square-photos::before {
  content: "";
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: linear-gradient(0deg, transparent, transparent 30%, #2563eb);
  transform: rotate(-45deg);
  transition: all 0.5s ease !important;
  opacity: 0;
  z-index: 99;
}

a.banner-entry.square-photos:hover {
  transform: scale(1.05);
  box-shadow: 0 0 20px #2563eb;
}

a.banner-entry.square-photos:hover::before {
  opacity: 1;
  transform: rotate(-45deg) translateY(100%);
}

/******sections*****/
/******product*****/
.s-slider-block__title-right,
.s-block__title {
  margin: 10px auto;
  padding: 0;
}

.s-slider-block__title h2:where([dir="rtl"], [dir="rtl"] *) {
  padding: 0;
  margin-right: 130px;
  position: relative;
  font-size: 28px !important;
  text-align: center !important;
}
@media (max-width: 600px) {
  .s-slider-block__title h2:where([dir="rtl"], [dir="rtl"] *) {
    font-size: 20px !important;
  }
}
/*
.s-slider-block__title {
  position: relative;
}*/
.s-slider-block__title h2:where([dir="rtl"], [dir="rtl"] *):before,
.s-slider-block__title h2:where([dir="rtl"], [dir="rtl"] *):after {
  content: "";
  position: absolute;
  top: 50.6%;
  left: 120.4%;
  width: 100%;
  height: 2px;
  background-color: #000;
  z-index: -1;
}
.s-slider-block__title h2:where([dir="rtl"], [dir="rtl"] *):after {
  left: -120%;
}
@media (max-width: 600px) {
  .s-slider-block__title h2:where([dir="rtl"], [dir="rtl"] *) {
    margin-right: 30px;
  }
}
.s-block__title h2:where([dir="rtl"], [dir="rtl"] *) {
  margin-right: 550px;
  margin-bottom: 30px;
  font-size: 22px !important;
}
@media (max-width: 600px) {
  .s-block__title h2:where([dir="rtl"], [dir="rtl"] *) {
    margin-right: 120px;
  }
}
.s-slider-block__title-left {
  padding: 2px;
}

.s-slider-block__display-all {
  color: var(--main-color) !important;
}
.s-slider-block__display-all a {
  color: var(--main-color) !important;
}
.s-button-primary-outline {
  background-color: #7c7c7c;
}
.s-button-primary-outline {
  background-color: #7c7c7c;
}

.s-product-card-vertical {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px, rgba(0, 0, 0, 0.07) 0px 2px 2px,
    rgba(0, 0, 0, 0.07) 0px 4px 4px, rgba(0, 0, 0, 0.07) 0px 8px 8px,
    rgba(0, 0, 0, 0.07) 0px 16px 16px;
  border-radius: 0 0 12% 12%;
}
@media (max-width: 600px) {
  .s-product-card-vertical {
    border-radius: 0 0 6% 6%;
    width: 200px;
  }
  .s-products-slider-card {
    max-width: 200px;
  }
}
.s-products-slider-card.swiper-slide {
  margin-bottom: 20px;
  margin-top: 20px;
}
a.s-slider-block__display-all {
  color: black;
}

/*glow effect */
.s-product-card-entry {
  position: relative;
  overflow: hidden;
  transition: all 0.3s ease;
}

.s-product-card-entry:hover {
  transform: scale(1.05);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
  background-color: #f7f7f7;
}

.s-product-card-entry:hover .s-product-card-image {
  transform: scale(1.1);
  transition: transform 0.3s ease;
}

.s-product-card-content-footer button {
  background-color: var(--main-color);
  color: white;
  transition: background-color 0.3s ease, transform 0.3s ease,
    box-shadow 0.3s ease;
  transform: translateY(10px);
}

.s-product-card-entry:hover .s-product-card-content-footer button {
  transform: scale(1.1) translateY(0);
  box-shadow: 0 0 10px #2563ebba, 0 0 20px #2563eb;
}
/*glow effect */

.s-slider-block__display-all {
  background: transparent;
  z-index: 9999;
  margin-top: 62px;
}
/******product*****/
/**********footer********/

@media (max-width: 600px) {
  .lg\:col-span-2.rtl\:lg\:pl-20.ltr\:lg\:pr-20 a.flex.items-center.m-0 {
    margin: auto;
  }
}
footer.store-footer {
  background: white !important;
}

.store-footer__inner {
  background: #bcdae7 !important;
  position: relative;
  color: #0b1756;
  padding-top: 10rem;
}
span.text-sm.copyright-text p.text-gray-400.mb-2\.5.md\:mb-0 {
  display: none;
}
.lg\:grid-cols-6 {
  margin-top: 30px;
}
@media (min-width: 1024px) {
  .lg\:grid-cols-6 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    margin-top: 50px;
  }
}

.lg\:grid-cols-6:before {
  content: "";
  background-image: url(https://i.ibb.co/vnm6Rcg/image.png);
  display: block;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  width: 200px;
  height: 200px;

  top: 5%;
  left: 50%;
  transform: translate(-50%, 0%);
}
.lg\:grid-cols-6:after {
  content: "";
  background-color: white;
  display: block;
  background-size: contain;
  position: absolute;
  width: 100%;
  height: 1px;

  top: 30%;
  left: 50%;
  transform: translate(-50%, 0%);
}
@media (max-width: 600px) {
  .lg\:grid-cols-6:before {
    width: 150px;
    height: 150px;
  }
  .lg\:grid-cols-6:after {
    top: 15%;
  }
}
.s-social-list {
  margin-top: 10px;
}
@media (max-width: 600px) {
  .s-social-list.hydrated {
    justify-content: center;
  }
}
/**********footer********/