/* Add custom CSS styles below */ 
.topnav-is-dark .top-navbar {
  background-color: #2A0E45 !important;
}

/* Titles */
@media(min-width: 768px) {
  .home-block-title {
    justify-items: start;
  }
}

.circle-links__title, .square-links__title, .s-slider-block__title h2, .product-tabs__title, .offer-countdown-title {
  font-size: 26px;
  background-size: 100% 100% !important;
  padding: 0 5px;
}

.circle-links__title, .product-tabs__title {
  background: url(https://i.ibb.co/qMcpwGXv/Scratch.png) no-repeat center;
}

.square-links__title {
  background: url(https://i.ibb.co/dwr66H8r/Scratch-1.png) no-repeat center;
}

.s-slider-block__title h2 {
  background: url(https://i.ibb.co/LqVMPh7/Scratch.png) no-repeat center;
}

.offer-countdown-title {
  background: url(https://i.ibb.co/5hmFB3vV/Scratch-2.png) no-repeat center;
}

.circle-links__description, .square-links__subtitle, .home-product-tabs-subtitle {
  font-size: 14px;
  line-height: 0.5rem;
}

.home-block-line {
  display: none;
}

@media(max-width: 768px) {
  .circle-links__description, .square-links__subtitle, .home-product-tabs-subtitle {
    display: none;
  }
}

.s-block--best-offers .s-slider-block__title-right, salla-products-slider .s-slider-block__title-right {
  border-bottom: unset;
  padding-bottom: 0;
}

.s-block--best-offers .s-slider-block__title, salla-products-slider .s-slider-block__title {
    border-bottom: unset;
}

.s-slider-nav-arrow svg {
    fill: #fff;
}

.s-block--best-offers .s-slider-block__title-left .s-slider-block__title-nav .s-slider-nav-arrow, salla-products-slider .s-slider-block__title-left .s-slider-block__title-nav .s-slider-nav-arrow {
    border: 1px solid #EEEEEE;
}

.s-slider-nav-arrow {
  background-color: #7B2CBF;
}
/********/

@media (min-width: 1024px) {
    :nth-child(2 of section.s-block--square-links) salla-slider .slide--one-fourth, :nth-child(3 of section.s-block--square-links) salla-slider .slide--one-fourth {
        width: 20%;
    }
}

:nth-child(2 of section.s-block--square-links) salla-slider .slide--one-fourth img, :nth-child(3 of section.s-block--square-links) salla-slider .slide--one-fourth img {
    object-fit: contain;
}

/* Products Section */
.product-card__title {
  text-align: start;
  overflow: hidden;
   display: -webkit-box;
   -webkit-line-clamp: 2; /* number of lines to show */
           line-clamp: 2; 
   -webkit-box-orient: vertical;
}

.product-card__price .total-price {
  color: #974BDD;
}

.product-card__price {
  justify-content: start;
}

.product-card__promotion {
  border-radius: 9px;
  background-color: #621823 !important;
}
/********/

/* Counter Section with Products */
.custom-products-inside-countdown {
    margin-top: 35px;
}

.custom-products-inside-countdown
.s-block--custom-products {
    width: 100%;
    margin: 0 !important;
    padding: 0 !important;
}

.custom-products-inside-countdown
.s-products-slider-wrapper {
    width: 100%;
}
/*******/

/* ===== INSTALLMENT BOX ===== */

.custom-installment-box {
    width: 100%;

    margin-top: 8px;
    margin-bottom: 9px;

    direction: rtl;
}


/* ===== TITLE ===== */

.custom-installment-title {
    width: 100%;
    margin-bottom: 6px;
    color: #777;
    font-size: 10px;
    font-weight: 400;
    line-height: 1.4;
    text-align: right;
}


/* ===== METHODS CONTAINER ===== */

.custom-installment-methods {
    position: relative;
    display: flex;
    width: 100%;
    height: 38px;
    background: #fff;
    border: 1px solid #e7e7e7;
    border-radius: 8px;
    overflow: hidden;
    direction: ltr;
}


/* ===== EACH METHOD ===== */

.custom-installment-method {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    padding: 5px 12px;
    box-sizing: border-box;
    background: #fff;
}


/* ===== LOGOS ===== */

.custom-installment-method img {
    display: block;
    width: auto;
    height: auto;
    max-width: 65px;
    max-height: 23px;
    object-fit: contain;
    object-position: center;
    user-select: none;
    pointer-events: none;
}


/* ===== DIVIDER ===== */

.custom-installment-divider {
    width: 1px;
    height: 22px;
    align-self: center;
    background: #e7e7e7;
    flex: 0 0 1px;
}


/* ===== DESKTOP ===== */

@media (min-width: 768px) {

    .custom-installment-box {
        margin-top: 8px;
        margin-bottom: 10px;
    }

    .custom-installment-title {
        font-size: 10px;
        margin-bottom: 6px;
    }

    .custom-installment-methods {
        height: 39px;
        border-radius: 8px;
    }

    .custom-installment-method img {
        max-width: 68px;
        max-height: 23px;
    }
}


/* ===== MOBILE ===== */

@media (max-width: 767px) {

    .custom-installment-box {
        margin-top: 7px;
        margin-bottom: 8px;
    }

    .custom-installment-title {
        font-size: 9px;
        margin-bottom: 5px;
    }

    .custom-installment-methods {
        height: 36px;
        border-radius: 7px;
    }

    .custom-installment-method {
        padding: 4px 8px;
    }

    .custom-installment-method img {
        max-width: 58px;
        max-height: 21px;
    }

    .custom-installment-divider {
        height: 20px;
    }
}
/********/

/* Store Features */
.s-block--enhanced-features__item {
  border: unset;
}

.s-block--enhanced-features__item .feature-icon {
  display: none;
}
/*********/

/* Categories Banner */
: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: 72px;
  }
}

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

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

.footer-is-custom .store-footer .footer-rights p {
  color: #8A8A8A;
}