/* Add custom CSS styles below */ 

/* Global */
body {
    background-color: #FFFFFF !important;
}

@media (min-width: 1024px) {
  .top-navbar {
    background-color: #3E1971;
    color: beige;
  }
}

.top-navbar .s-search-input {
  background-color: #F2EDFF;
}

.s-block.s-block--fixed-banner.wide-placeholder .container {
  padding-right: 0 ;
  padding-left: 0 ;
}

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

    
/*Navbar*/
.main-nav-container.shadow-default.bg-white{
  background-color: #F2EDFF !important;
}

@media (min-width: 480px) {
  .navbar-brand img {
    max-width: 180px;
  }
}

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

.text-primary {
  color: #8565AC;
}

.header-btn__icon {
  color: #8565AC;
  border-color: #8565AC;
}

.navbar-brand img {
  max-height: 4rem;
}

.s-cart-summary-total {
  color: #8565AC;
}


/*End of navbar*/


/* Main Slider */
section.s-block.s-block--photos-slider {
  margin-top: 0;}
 
section.s-block.s-block--photos-slider .home-slider .swiper.s-slider-container {
  padding-left: 0 !important;
  padding-bottom: 0 !important;
  padding-right: 0;
}

section.s-block.s-block--photos-slider .home-slider .swiper.s-slider-container .swiper-wrapper .swiper-slide {
  margin-left: 0;
  margin-right: 0;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  border-radius: 0;
}
  
section.s-block.s-block--photos-slider .home-slider .swiper.s-slider-container .swiper-wrapper {
  padding-top: 0;
  padding-bottom: 0;
}
  
section.s-block.s-block--photos-slider .home-slider .swiper.s-slider-container .swiper-wrapper .swiper-slide a img {
  border-radius: 0;
}
  
salla-slider.photos-slider .swiper-pagination-bullets.swiper-pagination-horizontal {
  display: none;
}
/* End of Main Slider */

/*Categories*/

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

.s-slider-block__title {
  justify-content: center;
}
  
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 .swiper-slide > a > h2 { 
  display:none;
}
  
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;
}
  
.rounded-full {
  border-radius: 0;
}
  
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);
}
/*End of Categories*/

 
  
/* Tabs Products */
.s-block--tabs-produtcs .tab-trigger.is-active button {
  color: #fff;
}
  
section.s-block--tabs-produtcs {
  background-color: #fff;
  padding: 0;
}
  
@media (min-width: 640px) {
    .sm\:py-16 {
        padding-top: 0;
        padding-bottom: 0;
    }
}
/* End of Tabs Products */


/* Products Section */

.s-slider-block__title-left {
  display: none !important;
}

.s-slider-block__title {
    justify-content: center !important;
    display: flex;
    align-items: center !important;
}

@media (max-width: 687px) {
  .s-slider-block__title-right h2 {
    color:#7D5CA7 !important;
  }
}

h2 {
  color: #7D5CA7 !important; 
}

.s-slider-block__title h2:where([dir=rtl],[dir=rtl] *), .s-slider-block__title-right:where([dir=rtl],[dir=rtl] *) {
  padding-left: 0;   
}

.s-slider-block__title h2 {
  text-align:center;
}

.s-slider-block__title h2:after {
  content: '';
  position: absolute;
  top: 22px;
  left: 50%;
  transform: translateX(-50%);
  width: 220px;
  height: 17px;
  background: url(https://i.ibb.co/jTmgqCt/Isolation-Mode.png) no-repeat center;
  background-size: contain;
}

.s-product-card-fit-height.s-product-card-vertical .s-product-card-image {
  background-color: #fff;
}
  
.s-products-list-vertical-cards {
    padding: .3rem !important;
}

.s-product-card-vertical {
  padding: 0.1rem;
  overflow: hidden;
  box-shadow: 0px 0px 6px -1px #7D5CA7;
}

@media(max-width: 768px) {
  .s-products-slider-card.swiper-slide {
    width: 180px;
  }


.swiper-wrapper.s-slider-swiper-wrapper {
  padding-top: .4rem;
  padding-bottom: .4rem;
}

.s-product-card-content {
  border-radius: 0;
}

.s-product-card-content-title {
  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-title a {
  color:#1B1B1B;
}

.s-product-card-content-sub {
  justify-content: flex-start;
}
  
.s-button-wide {
  background: linear-gradient(90deg, #411D74, #8060A8);
  color: #fff;
  border-radius: 10px !important;
}
  
.s-product-card-vertical img {
  transition: .5s;
}
  
.s-product-card-image img.loaded {
  aspect-ratio: 4/4 !important ;
}

.s-product-card-vertical:hover img {
  opacity : .9;
  transform : translateY(10px);
  transform : scale(1.1);
}
/*
.s-product-card-content-footer{
 width: 85% !important;
}
custom-salla-product-card{
  position: relative !important;
}
.s-product-card-image , 
.s-product-card-image img.loaded{
  position: unset;
}

.s-product-card-vertical .s-product-card-wishlist-btn{
  top: auto;
  bottom: 1.4rem;
  left: 0.8rem;
  z-index: 9999;
  pointer-events: none;
  cursor: pointer;
}

@media(max-width:768px){
.s-product-card-vertical .s-product-card-wishlist-btn {
    bottom: 0.9rem;
    left: 0.5rem;
  }
}

@media(max-width:768px){
.s-product-card-content-footer {
    width: 75% !important;
  }
}

@media(max-width:768px){
  .s-product-card-content {
    padding: .75rem .1rem;
  }
}

.s-product-card-vertical .s-product-card-wishlist-btn button{
  position:unset;
  pointer-events: auto;
  appearance: none;
  border:1px solid #1c1666!important;
  color:#fff;
  background: linear-gradient(90deg, #411D74, #8060A8);
  opacity: 1 !important;
  border-radius: 9px !important;
}

.s-product-card-vertical .s-product-card-wishlist-btn {
  opacity: 1;
}
*/
/* End of Products Section */


/* Features */
.s-block__title-left {
  display: none !important;
}
  
.s-block__title {
  align-items: center;
  justify-content: center;
}

.s-block__title .right-side:where([dir="rtl"], [dir="rtl"] *) {
  padding-left: 0;
}

.s-block__title h2 {
 color:#7D5CA7 ;
}

.s-block__title h2:after {
  content: '';
  position: absolute;
  top: 22px;
  left: 50%;
  transform: translateX(-50%);
  width: 220px;
  height: 17px;
  background: url(https://i.ibb.co/jTmgqCt/Isolation-Mode.png) no-repeat center;
  background-size: contain;
}

:nth-child(1 of section.s-block.s-block--banners.container) .one-row .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(3, 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(3, minmax(0, 1fr));
        gap: 0rem;
    }
}

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

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

.lazy__bg {
    background-size: contain;
    background-repeat: no-repeat;
}
/* End Features */
   
     
/*Customer reviews*/
.s-reviews-header-wrapper {
  justify-content: center !important;
  align-items: center !important ;
}

.s-reviews-header {
  color:#7D5CA7;
  margin-left: 0;
  margin-right: 0;
  text-align: center !important;
}

.s-reviews-testimonial {
  background-color: #EBE9EF !important;
  border-radius: 10px !important;
  margin-top: 7px;
}

.s-reviews-header:after{
  content: '';
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  width: 220px;
  height: 20px;
  background: url(https://i.ibb.co/jTmgqCt/Isolation-Mode.png) no-repeat center;
  background-size: contain;
  display:block;
}

.s-reviews-container .swiper-slide-next .s-reviews-testimonial {
  align-items: center;
  justify-content: center;
}

.s-reviews-testimonial__text { 
   color: #0A002A; 
   display: flex;
   flex-direction: column; 
   align-items: center; 
}

.s-reviews-testimonial__name_wrapper { 
  align-self: center !important; 
  margin-bottom: 0.5rem; 
  text-align: left;
}

.s-reviews-testimonial__text p {
  color: #0A002A;
}

.s-reviews-testimonial__text p {
  margin-bottom: 0.5rem;
  margin-top: 1.5rem;
  line-height: 1.5rem;
}

.s-rating-stars-wrapper { 
  display: inline-flex; 
  color: gold; 
  align-self: center !important;
  margin-top: 0.5rem; 
}

.s-reviews-testimonial__info h2 {
   color: #0A002A !important;
}
/* End of Customer reviews*/



/* Footer */
.footer-is-light .store-footer {
    background-image: url(https://i.ibb.co/k95FLK1/Frame-1000002362-1.png);
    background-size: cover;
    background-color: transparent;
    color: #fff;
    padding-top: 5rem;
}

@media (max-width: 992px) {
  padding-top: 6rem;
}
  
  
footer > div.store-footer__inner {
  background-color: transparent !important;
}

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

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

.s-social-list.hydrated {
  margin-top: 30px;
}
  
@media (min-width: 640px) {
  .store-footer {
      margin-top: 2rem;
  }
}
  
.store-footer__inner .container.grid>div:nth-of-type(1) {
  padding-left: 0;
  grid-column: span 1 / span 2;
}

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;
}
  
.text-sm.copyright-text {
  color: #fff;
}
/* End of Footer */