/* Add custom CSS styles below */ 
/* Global */
body {
  background-color: #e5e9c5 !important;
}

.banner--fixed img {
  background-color: transparent;
}
/* End of Global */


/* Header */
@media(min-width: 1024px) {
  .navbar-brand img {
    max-height: 4rem;
  }
}

.top-navbar {
  background-color: #019E8F;
  color: #fff;
}

.top-navbar .s-search-input::placeholder {
    color: #fff;
}

.s-search-icon svg {
    fill: #fff;
}

#mainnav {
  background-color: #016B61;
  color: #fff;
  align-content: center;
}

@media only screen and (min-width: 1024px) {
    .main-menu li.root-level>a {
        color: #fff;
    }
}

@media only screen and (min-width: 1024px) {
    .main-menu li>a {
        color: #000;
    }
}

@media only screen and (min-width: 1024px) {
    .main-menu li.root-level>a:hover {
        color: #fff;
    }
}

@media only screen and (min-width: 1024px) {
    .main-menu .has-children:hover>a {
        color: #fff;
    }
}

.header-btn__icon.sicon-user-circle, .header-btn__icon.icon.sicon-shopping-bag, .s-cart-summary-total, .mburger .sicon-menu.text-primary {
  color: #fff;
}

.s-user-menu-login-btn svg {
  fill: #fff;
}

.header-btn__icon {
  border-color: #fff;
}

.s-user-menu-trigger {
  background-color: transparennt;
}

/* End of Header */


/* Main Banner */
:nth-child(1 of section.s-block.s-block--fixed-banner.wide-placeholder) {
  margin-top: 2rem;
}
/* End of Main Banner */


/* Store Features */
:nth-child(1 of section.s-block.s-block--banners.container) .md\:grid-cols-3 .banner-entry {
    background-color: transparent;
}

@media (min-width: 768px) {
    :nth-child(1 of section.s-block.s-block--banners.container) .md\:grid-cols-3 {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }
}

@media (max-width: 768px) {
    :nth-child(1 of section.s-block.s-block--banners.container) .md\:grid-cols-3 {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 768px) {
  :nth-child(1 of section.s-block.s-block--banners.container) .md\:grid-cols-3 .banner-entry {
    height: 105px;
  }
}

@media (min-width: 768px) {
  :nth-child(1 of section.s-block.s-block--banners.container) .md\:grid-cols-3 .banner-entry {
    height: 200px;
  }
}

.lazy__bg {
      background-size: contain;
    background-repeat: no-repeat;
}
/* End of Store Features */


/* Categories */
.slide--cat-entry h2 {
  display: none;
}

.s-slider-controls-outer .s-slider-block__title-nav {
    display: none;
}

section.s-block.s-block--categories .container .s-slider-wrapper .swiper.s-slider-container .swiper-wrapper .swiper-slide > a {
  background-color: transparent;
  border-width: 0;
  height: 100%;
}

section.s-block.s-block--categories .container .s-slider-wrapper .swiper.s-slider-container .swiper-wrapper {
  justify-content: space-between;
}

section.s-block.s-block--categories .container .s-slider-wrapper .swiper.s-slider-container .swiper-wrapper .swiper-slide > a > img {
  width: 100%;
  height: 100%;
  transition: .3s;
}

section.s-block.s-block--categories .rounded-full {
  border-radius: 0;
}

@media(min-width: 1024px) {
  section.s-block.s-block--categories .container .s-slider-wrapper .swiper.s-slider-container.swiper-initialized.swiper-horizontal .s-slider-swiper-wrapper .swiper-slide {
    width: 400px;
  }
}

@media(max-width: 1024px) {
  section.s-block.s-block--categories .container .s-slider-wrapper .swiper.s-slider-container.swiper-initialized.swiper-horizontal .s-slider-swiper-wrapper .swiper-slide {
    width: 220px;
  }
}


section.s-block.s-block--categories {
  margin-top: 0;
  margin-bottom: 0 !important;
}

section.s-block.s-block--categories .container .s-slider-wrapper .swiper.s-slider-container .swiper-wrapper .swiper-slide > a > img:hover {
  transform : translateY(10px);
  transform : scale(1.1);
}

@media(max-width: 768px) {
  section.s-block.s-block--categories {
    margin-top: 2rem;
  }
}
/* End of Categories */


/* Products Section */
.s-slider-nav-arrow {
    height: 1.5rem;
    width: 1.5rem;
    background-color: #fff;
}

.s-product-card-content-title {
  text-align: center;
  overflow: hidden;
   display: -webkit-box;
   -webkit-line-clamp: 1; /* number of lines to show */
           line-clamp: 1; 
   -webkit-box-orient: vertical;
}

.s-product-card-content-sub {
    justify-content: center;
    margin-bottom: .5rem;
}

.s-product-card-fit-height.s-product-card-vertical .s-product-card-image {
  background-color: #fff;
}

.s-product-card-content {
  background-color: #70B2B2;
  border-radius: 0 0 .75rem .75rem;
}

.s-product-card-content-title a, .s-product-card-price, .s-product-card-sale-price h4 {
  color: #FFFFFFDE !important;
}

.s-button-wide {
    background: linear-gradient(90deg, #016B61 0%, #019E8F 50%, #02B8A6 75%, #02D1BD 100%);
    color: #fff;
    border: unset;
}

.s-product-card-image {
    /* padding: 1rem; */
    background-color: transparent;
}

.s-product-card-image img {
  transition: .5s;
  aspect-ratio: 1 / 1;
}

.s-product-card-image:hover img {
  transform : scale(1.1);
}

.s-product-card-horizontal .s-product-card-content {
    border-radius: .75rem;
}
/* End of Products Section */


/* Footer */
.footer-is-light .store-footer {
  background-color: #016B61;
}

footer > div.store-footer__inner {
  background-color: transparent !important;
  color: #FFFFFFDE;
}

.s-social-list.hydrated {
  place-content: center;
}

.store-footer__inner .container.grid>div:nth-of-type(1) h3 {
    display: none;
}

footer > div.store-footer__inner > div > div.lg\:col-span-2.rtl\:lg\:pl-20.ltr\:lg\:pr-20 > a::after {
    content: "";
    display: block;
    width: 90px;
    height: 90px;
    background-image: url(https://cdn.files.salla.network/theme/1723239889/ea0eec66-facf-4b0c-8bbe-0d9172e6a052.webp);
    background-size: cover;
}

@media (min-width: 992px) {
    footer.store-footer .container.grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        justify-items: center;
    }
}

.store-footer__inner .container.grid>div p {
    margin: 10px auto;
}

footer.store-footer * {
    text-align: center;
}

@media (min-width: 1024px) {
    .store-footer__inner {
        padding-bottom: 1rem;
    }
}

.store-footer__inner .container.grid>div:nth-of-type(1) {
    padding-left: 0;
    grid-column: span 1 / span 2;
    justify-items: center;
}

footer > div.store-footer__inner > div > div.lg\:col-span-2.rtl\:lg\:pl-20.ltr\:lg\:pr-20 > a {
  justify-content: center;
}

footer > div.store-footer__inner > div > div:nth-child(3) {
  justify-items: center;
}

.s-contacts-list-vertical {
  justify-self: center;
}

.copyright-text p {
  color: #fff;
}

.copyright-text a:hover {
  color: #fff;
}
/* End of Footer */



.custom-installment-box{
    width:100%;
    text-align:center;
}

.discount-text{
    background: linear-gradient(
        90deg,
        rgba(197,229,232,0) 0%,
        rgba(197,229,232,1) 20%,
        rgba(197,229,232,1) 80%,
        rgba(197,229,232,0) 100%
    );
    color: #000;
    font-size: 14px;
    font-weight: 400;
    padding: 5px;
    border-radius: 6px;
    margin-bottom: 14px;
    line-height: 1.4;
}

.payment-logos{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 12px;
    flex-wrap: wrap;
    margin-bottom: 16px;
}

.payment-logos img{
    height: 30px;
    width: auto;
    object-fit: contain;
    border-radius: 10px;
}