.grid {
grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
}
@media (min-width: 768px) {
.grid {
grid-template-columns: repeat(6, minmax(0, 1fr)) !important;
}

}
.lazy__bg {
background-size: contain;
background-repeat: no-repeat;}
.s-button-primary-outline {
 background: linear-gradient(0deg, rgba(135,18,249,1) 0%, rgba(62,15,160,1) 89%);
 color:white;
  animation: moveShadow 3s infinite alternate; 
}

@keyframes moveShadow {
  0% {
    box-shadow: 5px 5px 10px #fda61f;
  }
  50% {
    box-shadow: -5px -5px 10px #fda61f;
  }
  100% {
    box-shadow: 5px 5px 10px #fda61f;
  }
}
.navbar-brand img {
  max-height: 4rem;
  content: url("https://i.ibb.co/sJw0X2n4/koin-min.gif");
  scale: 1.4;
}

.banner-entry {
background-color: transparent;
}
.sm\:gap-8 {
gap: 1vh;
}
@media (max-width: 1024px) {
  salla-slider.photos-slider .swiper:where([dir="rtl"], [dir="rtl"] *) {
    padding-right: 0;
  }
}

salla-slider.photos-slider .swiper:where([dir="rtl"], [dir="rtl"] *) {
  padding-left: 0;
}

salla-slider.photos-slider .swiper {
  padding-bottom: 0;
}


.store-footer h3 {
background: linear-gradient(0deg, rgba(135,18,249,1) 0%, rgba(62,15,160,1) 89%);
color: white;
animation: moveShadow 3s infinite alternate;
}

@media (min-width: 768px) {
.md\:grid-cols-3 {
grid-template-columns: repeat(6, minmax(0, 1fr));
!important}
}

.grid-col-1 {
grid-template-columns: 1fr !important;
}

.store-footer h3 {
width: 100%;
padding-right: 3vh;
border-radius: 50px 0px 0 0;
padding-top: 8px;
padding-bottom: 8px;
}


@keyframes gradientAnimation {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
.s-product-card-content-title a {
background: linear-gradient(150deg, rgba(62,15,160,1) 0%, rgba(253,166,31,1) 48%, rgba(62,15,160,1) 89%);
background-size: 400% 400%;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
animation: gradientAnimation 2s ease infinite;
text-align: center;
}

.unicode {
  background: linear-gradient(150deg, rgba(62,15,160,1) 0%, rgba(253,166,31,1) 48%, rgba(62,15,160,1) 89%);
  background-size: 400% 400%;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: gradientAnimation 2s ease infinite;
}
div.lg\:col-span-2 > p:nth-child(3) {
background: linear-gradient(150deg, rgba(62,15,160,1) 0%, rgba(253,166,31,1) 48%, rgba(62,15,160,1) 89%);
background-size: 400% 400%;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
animation: gradientAnimation 2s ease infinite;
}


.s-contacts-icon {
  background: linear-gradient(0deg, rgba(135,18,249,1) 0%, rgba(62,15,160,1) 89%);
}

.s-contacts-icon svg {

  fill: #fda61f;
}

.s-social-link a {
  background: linear-gradient(0deg, rgba(135,18,249,1) 0%, rgba(62,15,160,1) 89%);
}

.s-social-link a svg {
  fill: #fda61f;
}

.s-product-card-price {
text-align: center;
width: 100%;
}




.s-reviews-header {
width: 22ch;
white-space: nowrap;
overflow: hidden;
border-right: 0.15em solid orange;
animation: typing 3s steps(22, end) infinite, blink-caret .75s step-end infinite;
}

div.lg\:col-span-2 > p:nth-child(3) {
width: 22ch;
white-space: nowrap;
overflow: hidden;
border-right: 0.15em solid orange;
animation: typing 3s steps(22, end) infinite, blink-caret .75s step-end infinite;
}




@keyframes typing {
  from { width: 0 }
  to { width: 22ch }
}

@keyframes blink-caret {
  from, to { border-color: transparent }
  50% { border-color: orange; }
}

::before, ::after {
--tw-content: '';
}

body::before {
  content: '';
  width: 100%;
  height: 100%;
  border: 2px solid var(--primary-color) !important;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.1)), url("https://i.ibb.co/sJw0X2n4/koin-min.gif");
    background-position-x: 0%;
    background-position-y: 0%;
    background-repeat: repeat;
    background-size: auto;
  position: fixed;
  z-index: 9999999999999 !important;
  transform: scale(0);
  background-size: 100% !important;
  background-repeat: no-repeat;
  background-position: center !important;
  animation-name: splash;
  animation-duration: 3s;
  backdrop-filter: blur(10px);
}

@keyframes splash {
0% {
transform: scale(1);
}
20% {
transform: scale(1);
}
80% {
transform: scale(1);
}
100% {
transform: scale(0);
opacity:50;
}
}

.header-btn__icon {
  color: orange;
  background: linear-gradient(0deg, rgba(135,18,249,1) 0%, rgba(62,15,160,1) 89%);
  border-radius: 50%;
}

.s-reviews-testimonial {

box-shadow: 0 0 20px #ff9900;
border:solid 1px grey;
}
.swiper-slide {
padding: 13px;
}


.s-reviews-testimonial {

  border: double 2px #ff9900;
}

.s-social-list {
  margin-top: 2rem;
}

.grid-col-1 > div:nth-child(2) {
display: none;
}