.h1-two {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  margin-top: 30px;
  margin-bottom: -40px;
  font-size: 26px !important;
}

#title-h1 {
  color: #6C3F98;
  margin-right: 10px;
}

.text2 {
  max-width: 98.5%;
  margin: 40px auto;
  border-radius: 20px;
  background-color: #ECECEC;
  font-size: 26px;
  text-align: justify;
  padding: 30px 40px 60px;
  line-height: 2;
  position: relative;
  font-family: 'dana-small', sans-serif;
}

.tex2 {
  overflow: hidden;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -moz-line-clamp: 3;
  -ms-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -ms-box-orient: vertical;
  box-orient: vertical;
  position: relative;
  opacity: 60%;
}

.tex2::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 3em;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(236, 236, 236, 0)), to(#ECECEC));
  background: -moz-linear-gradient(top, rgba(236, 236, 236, 0), #ECECEC);
  background: -o-linear-gradient(top, rgba(236, 236, 236, 0), #ECECEC);
  background: linear-gradient(to bottom, rgba(236, 236, 236, 0), #ECECEC);
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.tex2.expanded {
  -webkit-line-clamp: unset;
  -moz-line-clamp: unset;
  -ms-line-clamp: unset;
  line-clamp: unset;
  display: block;
}

.tex2.expanded::after {
  opacity: 0;
  pointer-events: none;
}

.toggle-btn {
  margin-top: 20px;
  background-color: #6C3F98;
  color: white;
  border: none;
  border-radius: 8px;
  padding: 10px 20px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-size: 15px;
  font-family: 'dana';
}

.toggle-btn:hover {
  background-color: #532d77;
}

.main-swiper-img {
  border-radius: 35px;
  width: 100%;
}

.highlights {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  margin: 50px auto;
  gap: 120px;
}

.highlights img {
  width: 100%;
  height: 150px;
}

.highlight-item {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  color: #6c3f98;
  font-size: 14px;
  text-align: center;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: relative;
}

.highlight-circle {
  width: 100px;
  height: 100px;
  border: 2px solid #6c3f98;
  border-radius: 50%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  margin-bottom: 8px;
  -webkit-transition: background 0.3s ease;
  -moz-transition: background 0.3s ease;
  -o-transition: background 0.3s ease;
  transition: background 0.3s ease;
  background-color: #fff;
}

.highlight-circle img {
  width: 80px;
  height: 80px;
  -o-object-fit: contain;
  object-fit: contain;
  background: transparent;
  border-radius: 50%;
}

.highlight-item h2 {
  margin-top: 8px;
  color: var(--gray-700);
  font-size: 22px;
  font-weight: normal;
}

.under-slider {
  margin: var(--space-6) auto;
  position: relative;
}

.under-slider img,
.brand-box img {
  width: 100%;
  height: auto;
  border-radius: 12px;
  display: block;
}

.brands {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin: 26px auto 40px;
  gap: 24px;
}

.brand-box {
  position: relative;
  cursor: pointer;
  -webkit-flex-basis: 135px;
  -moz-flex-basis: 135px;
  -ms-flex-preferred-size: 135px;
  flex-basis: 135px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  border-radius: 10px;
  -webkit-box-shadow: 0 2px 4px rgba(0,0,0,0.2);
  -moz-box-shadow: 0 2px 4px rgba(0,0,0,0.2);
  box-shadow: 0 2px 4px rgba(0,0,0,0.2);
}

.brand-box:hover {
  -webkit-transform: translateY(-5px) scale(1.05);
  -moz-transform: translateY(-5px) scale(1.05);
  -ms-transform: translateY(-5px) scale(1.05);
  -o-transform: translateY(-5px) scale(1.05);
  transform: translateY(-5px) scale(1.05);
  z-index: 2;
  -webkit-filter: none;
  -moz-filter: none;
  -ms-filter: none;
  filter: none;
}

.brand-box img {
  max-width: 100%;
}

.bgr-product {
  background: var(--primary);
  padding: 20px 20px 20px 0;
  margin-bottom: 40px;
}

.product-box {
  position: relative;
  background: var(--white);
  border-radius: 20px;
  padding: var(--space-4);
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.06);
  -moz-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.06);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.06);
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: stretch;
  -moz-box-pack: stretch;
  -ms-flex-pack: stretch;
  -webkit-justify-content: stretch;
  justify-content: stretch;
}

.product-box img {
  width: 100%;
  height: 160px;
  -o-object-fit: contain;
  object-fit: contain;
  border-radius: 20px;
  border: 1px solid var(--gray-300);
  margin-bottom: var(--space-2);
  -webkit-box-shadow: 1px 1px 1px var(--gray-300);
  -moz-box-shadow: 1px 1px 1px var(--gray-300);
  box-shadow: 1px 1px 1px var(--gray-300);
}

.product-box h3 {
  font-size: 14px;
  text-align: center;
  height:44px;
  margin-bottom: var(--space-3);
  overflow: hidden; 
  text-overflow: ellipsis; 
  display: -webkit-box;
  display: -moz-box;
  display: box;
  
  -webkit-line-clamp: 2;
  -moz-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  box-orient: vertical;
  max-width: 100%;
  direction: rtl;
  text-align: right;
  line-height: 1.5em;
  margin: 5px 0;
  /* font-size: 15px; */
  padding: 0 5px;
}
.product-box h4 {
  font-size: 12px;
  color: var(--gray-500);
  text-align: center;
  margin-bottom: var(--space-3);
  font-weight: normal;
  overflow: hidden; 
  text-overflow: ellipsis; 
  display: -webkit-box;
  display: -moz-box;
  display: box;
  -webkit-line-clamp: 2;
  -moz-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  box-orient: vertical;
    max-width: 100%;
  direction: rtl;
  text-align: right;
  line-height: 1.5em;
  margin: 5px 0;
  /* font-size: 15px; */
  padding: 0 5px;
  height: 36px;
}
.product-box-off {
  font-size: 14px;
  position: relative;
  display: inline-block;
  color: var(--gray-500);
  text-align: center;
  margin-bottom: var(--space-3);
  padding: 0 32px;
}

.product-box-off::before {
  width: 60%;
  content: "";
  position: absolute;
  top: 50%;
  left: -10px;
  right: 50px;
  height: 1px;
  background-color: rgb(224, 63, 63);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.span-price {
  display: block;
  text-align: center;
  margin: var(--space-3) auto 0;
  padding: var(--space-2);
  background: var(--primary);
  color: white;
  border-radius: 0 5px;
  font-weight: bold;
  width: 80%;
  cursor: pointer;
  z-index: 4;
  border: solid 1px transparent;
}
.product-box:hover .span-price{
  background: var(--white);
  color: var(--primary);
  border: solid 1px var(--primary);
}

#takhfif {
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  color: #ffffff;
  text-align: center;
  font-size: 36px;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.product-box-title {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  width: 207px;
  height: 100px;
  background-color: var(--darken-primary);
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
  margin: 0 auto 20px;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  border-radius: 30px;
  font-size: 22px;
}

.kargar {
  margin-top:40px;
  margin-bottom: 40px;
  position: relative;
}

.kargar img {
  max-width: 100%;
  width: 100%;
}

.kargar-mobile {
  display: none;
  position: relative;
}

.banners {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  padding: 40px var(--space-5);
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  gap: 20px;
}

.item {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1 1 22%;
  -webkit-flex: 1 1 22%;
  flex: 1 1 22%;
  height: 100%;
  overflow: hidden;
  border-radius: 16px;
}

.item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
  border-radius: 20px;
}

.icon-svg {
  width: 97px;
  height: 97px;
  background-color: var(--gray-100);
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  border-radius: 10px;
  margin: 0 auto var(--space-6);
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

#my-svg {
  -o-object-fit: contain;
  object-fit: contain;
  height: auto;
}

#about1 {
  font-size: 25px;
  color: var(--gray-500);
  text-align: justify;
}

.parent-p {
  margin-bottom: var(--space-6);
}

.boi img {
  width: 100%;
  height: 100%;
  border-radius: 20px;
}

.features {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: space-around;
  -moz-box-pack: space-around;
  -ms-flex-pack: space-around;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  margin-top:40px;
  margin-bottom:17px;
}

.features-box {
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  text-align: center;
  position: relative;
}

.features-box-img {
  width: 140px;
  height: 140px;
  background-color: #ececec;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  border-radius: 10px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  padding: var(--space-3);
}

.features-box .features {
  color: var(--primary);
  font-size: 22px;
  font-weight: 600;
  margin-top: var(--space-3);
}

.about-footer {
  border-radius: var(--space-6);
  background-color: #ececec;
  font-size: 24px;
  text-align: center;
  padding: var(--space-5) var(--space-6);
  color: var(--gray-500);
  font-family: "dana-small", sans-serif;
}

.about-title {
  display: none;
}

/* @media (max-width: 2560px) {
  .product-box img {
    height: 100%;
  }
}

@media (max-width: 1441px) {
  .product-box img {
    height: 160px;
  }
} */

@media (max-width: 768px) {
  .banners {
    padding-top:20px;
    padding-bottom:29px;
    gap:12px;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  
  .banners .item {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1 1 47%;
    -webkit-flex: 1 1 47%;
    flex: 1 1 47%;
  }
  
  .icon-svg {
    width:41px;
    height:41px;
    margin-top: 30px;
    margin-bottom: 13px;
    padding: 6px;
  }
  
  #about1 {
    font-size: 12px;
  }
  
  .highlight-item h2 {
    font-size: 13px;
    text-wrap: nowrap;
    font-weight: normal;
  }
  
  .highlight-circle {
    width: 53px;
    height: 53px;
  }
  
  .highlight-circle img {
    max-width: 100%;
    max-height:100%;
    width: 40px;
    height: 40px;
  }
  
  .about-footer {
    font-size: 12px;
    margin-bottom: 20px;
  }
  
  .about-title {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    font-size: 20px;
    color: var(--gray-700);
    margin-bottom: 12px;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    gap: 4px;
  }
  
  .features {
    margin-top: 20px;
    margin-bottom:20px;
  }
  
  .features-box {
    margin-bottom:0;
  }
  
  .features-box-img {
    width: 60px;
    height:60px;
    border-radius: 20px;
    padding: 13px;
  }
  
  .features-box .features {
    font-size: 13px;
  }
  
  .under-slider {
    margin-top:20px;
    margin-bottom: 20px;
  }
  
  .brands {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom:20px;
    gap: 10px;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  
  .brand-box {
    position: relative;
    cursor: pointer;
    -webkit-flex-basis: 116px;
    -moz-flex-basis: 116px;
    -ms-flex-preferred-size: 116px;
    flex-basis: 116px;
    height: 114px;
  }
  
  .brand-box img {
    margin-bottom:0;
  }
  
  .bgr-product {
    padding-top:13px;
    padding-bottom: 13px;
    margin-bottom:0;
  }
  
  .kargar {
    margin-top:20px;
    margin-bottom: 15px;
  }
  
  .product-box-title {
    background-color: transparent;
    height: auto;
    font-size: 18px;
    margin: 13px auto;
  }
  
  .span-price {
    font-size: 14px;
  }
  
  .product-box h4 {
    font-size: 12px;
    font-weight: normal;

  }
}

@media (max-width: 640px) {

  .mob-nav {
    display: block;
  }
  
  .highlights {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    margin: 20px auto;
    gap: 120px;
  }
  
  .footer {
    display: none;
  }
  
  .h1-two {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    margin-top: 30px;
    margin-bottom: -40px;
    font-size: 22px !important;
  }
  
  .tex2 {
    font-size: 16px;
  }
  
  .kargar-mobile img {
    max-width: 100%;
    display: block;
  }
  
  .kargar-mobile {
    display: inherit !important;
    margin-top:20px;
    margin-bottom: 20px;
  }
  
  .kargar {
    display: none;
  }
  
  .main-swiper-img {
    border-radius: 15px;
  }
  
  .span-price {
    font-size: 12px;
    display: block;
    text-align: center;
    margin: 5px auto 0;
    padding: 5px;
    background: var(--primary);
    color: white;
    border-radius: 6px;
    font-weight: 500;
    width: 85%;
  }
  
  .brand-box {
    -webkit-flex-basis: 108px;
    -moz-flex-basis: 108px;
    -ms-flex-preferred-size: 108px;
    flex-basis: 108px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    border-radius: 10px;
    -webkit-box-shadow: 0 2px 4px rgba(0,0,0,0.2);
    -moz-box-shadow: 0 2px 4px rgba(0,0,0,0.2);
    box-shadow: 0 2px 4px rgba(0,0,0,0.2);
  }
  
  .product-box img {
    width: 100%;
    height: auto;
    -o-object-fit: contain;
    object-fit: contain;
    border-radius: 20px;
    border: 1px solid var(--gray-300);
    margin-bottom: var(--space-2);
    -webkit-box-shadow: 1px 1px 1px var(--gray-300);
    -moz-box-shadow: 1px 1px 1px var(--gray-300);
    box-shadow: 1px 1px 1px var(--gray-300);
  }
  
  .product-box h3 {
    font-size: 12px;
    text-align: center;
    height:auto;
    margin-bottom: var(--space-1);
    height: 39px;

  }
  
  .product-box h4 {
    font-size: 10px;
    color: var(--gray-500);
    text-align: center;
    margin-bottom: 0px;
    font-weight: normal;
    height: 28px;
  }
  
  .bgr-product {
    padding-top:11px;
    padding-bottom: 11px;
    padding-right: 11px;
    margin-bottom:0;
  }
  
  .product-box {
    background: var(--white);
    border-radius: 20px;
    padding: 13px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.06);
    -moz-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.06);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.06);
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: stretch;
    -moz-box-pack: stretch;
    -ms-flex-pack: stretch;
    -webkit-justify-content: stretch;
    justify-content: stretch;
  }
  
  #takhfif {
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    color: #ffffff;
    text-align: center;
    font-size: 20px;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    font-weight: bold;
  }
  
  .banners .item {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1 1 47%;
    -webkit-flex: 1 1 47%;
    flex: 1 1 47%;
  }
  
  .product-box-off {
    font-size: 10px;
    position: relative;
    display: inline-block;
    color: var(--gray-500);
    text-align: center;
    margin-bottom: var(--space-1);
    padding: 0 10px;
  }
  
  .product-box-off::before {
    width: 90%;
    content: "";
    position: absolute;
    top: 50%;
    /* left: -10px; */
    right: 5px;
    height: 1px;
    background-color: rgb(224, 63, 63);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  
  .loading-box {
    max-width: 160px;
    width: 60%;
    padding: 30px 20px;
    border-radius: 15px;
  }
  
  .loading-box img {
    width: 60px;
    margin-bottom: 15px;
  }
  
  .dot {
    width: 10px;
    height: 10px;
  }
  
  .dots {
    gap: 6px;
  }
}

@media (max-width: 400px) {
  .span-price {
    font-size: 10.5px;
  }
}
@media (max-width: 370px) {
  .brand-box {
    width: 91px;
    height: 93px;
    -webkit-flex-basis: 91px;
    -moz-flex-basis: 91px;
    -ms-flex-preferred-size: 91px;
    flex-basis: 91px;
  }
  
  .product-box h4 {
    font-size: 8px;
    font-weight: normal;
    height: 26px;
  }
  
  .span-price {
    font-size: 9px;
  }
}