/* Add custom CSS styles below */ 

.text-store-text-primary.tracking-tight {
  text-transform: uppercase;
  background-image: linear-gradient(
    -225deg,
    #7d007d 0%,
    #000249 29%,
    #ff2fff 67%,
    #0008e5 100%
  );
  background-size: auto auto;
  background-clip: border-box;
  background-size: 200% auto;
  color: #fff;
  background-clip: text;
  text-fill-color: transparent;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: textclip 4s linear infinite;
  display: inline-block;
  font-weight: 800;
}
@keyframes textclip {
  to {
    background-position: 200% center;
  }
}
.s-block--best-offers .swiper-wrapper {
  justify-content: center;
}
custom .store-footer .store-footer__inner{
background: white;
    color: #a402a3;
}


.footer-is-custom .store-footer .footer-bottom,
.footer-is-custom .store-footer .store-footer__inner {
  background-color: white;
  color: #7d007d;
}
.footer-is-custom .store-footer .footer-rights p {
  color: #7d007d;
}
.s-block--about#about-1 .text-store-text-primary::after {
  content: url(https://i.ibb.co/8Wg0kZL/gold-logo.webp);
  display: block;
  object-fit: contain;
  margin: 2rem auto 0
}
.s-block--about
.text-store-text-primary {
    font-size: 1.1rem;
    font-wight:500;
    }
    .s-block--about .btn{
    border-radius:10px !important
    }
     footer > div.footer-bottom > div > div > div.py-2\.5.lg\:py-0 > ul > li:nth-child(2) > a,
  footer > div.footer-bottom > div > div > div.py-2\.5.lg\:py-0 > ul > li:nth-child(3) > a
{
    pointer-events: none;           
    cursor: default; 
    text-decoration: none;  
  }
  #about-8 > div > div > div.w-full.md\:w-7\/12 > a,
  #about-6 > div > div > div.w-full.md\:w-7\/12 > a{
      color: white;
    font-size: 1em;
  }