@charset "UTF-8";
:root {
  --border-radius-active: 8px;
  --theme-color-Subtitle: linear-gradient(to right, #0d1e5f, #8424df);
  --theme-color-Subtitle-active: linear-gradient(
    to right,
    #818cf8,
    #22d3ee,
    #a855f7
  );
  --theme-backgrand-color: #fff9f5;
  --theme-backgrand-color-section: #e3ddd4;
  --text-muted: #6c757d;
  --theme-color-100: #1e3a8a;
  --theme-color-200: #3b82f6;
  --light-gray-color: #f0f0f1;
  --border-color: #e0e0e2;
  --theme-hover-color: #112864;
  --text-color: #797878;
  --white-color: #ffffff;
  --white-color-200: #efeeee;
  --white-color-300: #d5d5d5;
  --dark-color: #000000;
}

.success-message {
  text-align: center;
  max-width: 500px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.success-message__icon {
  max-width: 75px;
}

.success-message__title {
  color: #3dc480;
  transform: translateY(25px);
  opacity: 0;
  transition: all 200ms ease;
}
.active .success-message__title {
  transform: translateY(0);
  opacity: 1;
}

.success-message__content {
  color: #b8babb;
  transform: translateY(25px);
  opacity: 0;
  transition: all 200ms ease;
  transition-delay: 50ms;
}
.active .success-message__content {
  transform: translateY(0);
  opacity: 1;
}

.icon-checkmark circle {
  fill: #3dc480;
  transform-origin: 50% 50%;
  transform: scale(0);
  transition: transform 200ms cubic-bezier(0.22, 0.96, 0.38, 0.98);
}
.icon-checkmark path {
  transition: stroke-dashoffset 350ms ease;
  transition-delay: 100ms;
}
.active .icon-checkmark circle {
  transform: scale(1);
}

.divider-vertical {
  height: 30px;
  background-color: var(--border-color);
  width: 1px;
}

.fs-7 {
  font-size: 14px;
}

.fs-8 {
  font-size: 12px;
}

.theme-color {
  color: var(--theme-color);
}

.resize-no {
  resize: none;
}

@font-face {
  font-family: "IRANYekan";
  src: url("../fonts/eot/iranyekanwebregular(fanum).eot"),
    url("../fonts/ttf/iranyekanwebregular(fanum).ttf"),
    url("../fonts/woff/iranyekanwebregular(fanum).woff"),
    url("../fonts/woff2/iranyekanwebregular(fanum).woff2");
  font-weight: normal;
  font-style: normal;
}
body {
  user-select: none; /* برای اکثر مرورگرها */
  -webkit-user-select: none; /* برای Safari */
  -moz-user-select: none; /* برای Firefox */
  -ms-user-select: none; /* برای IE/Edge */
}

* {
  font-family: "IRANYekan";
  margin: 0;
  padding: 0;
}

ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

a {
  text-decoration: none;
}
a:hover {
  cursor: pointer;
}

.form-control:focus {
  box-shadow: none;
  border-color: var(--theme-color);
}

.btn:focus {
  box-shadow: none;
}

.hover-style:hover {
  color: var(--theme-hover-color);
  cursor: pointer;
}

* {
  scrollbar-color: var(--theme-color-100) #f0f0f0; /* دسته قرمز، پس‌زمینه خاکستری */
  scrollbar-width: thin;
}

/* Chrome, Edge, and Safari */
*::-webkit-scrollbar {
  width: 16px;
}

*::-webkit-scrollbar-track {
  background: #ffffff;
}

*::-webkit-scrollbar-thumb {
  background-color: #8f54a0;
  border-radius: 10px;
  border: 3px solid #ffffff;
}

.theme-color {
  color: var(--theme-color-100);
}

.border-radius {
  border-radius: var(--border-radius-active);
}

.radius-none {
  border-radius: 0;
}

.swiper-pagination-bullet-active {
  background: var(--theme-color-100);
  width: 30px;
  border-radius: 8px;
  transition: 0.4s;
}

.border-t {
  border-top: 1px solid var(--white-color-2);
}

.border-l {
  border-left: 1px solid var(--border-color);
}

.border-b {
  border-bottom: 1px solid var(--border-color);
}

.border-r {
  border-bottom: 1px solid var(--border-color);
}

.mt-section {
  margin-top: 100px;
}

.mt-sm {
  margin-top: 50px;
}

.mt-lg {
  margin-top: 100px;
}

.mt-xl {
  margin-top: 150px;
}

.mt-xxl {
  margin-top: 200px;
}

.button-style {
  font-weight: bold;
  background-color: var(--theme-color-100);
  color: white;
  border: none;
  padding: 10px;
  border-radius: var(--border-radius-active);
  font-size: 14px;
  cursor: pointer;
  transition: background 0.3s;
}
.button-style:hover {
  background-color: var(--theme-hover-color);
}

.button-style-white {
  font-weight: bold;
  background-color: var(--white-color-200);
  color: var(--dark-color);
  border: none;
  padding: 10px;
  border-radius: var(--border-radius-active);
  font-size: 14px;
  cursor: pointer;
  transition: background 0.3s;
  opacity: 100%;
}
.button-style-white:hover {
  opacity: 80%;
  background-color: var(--white-color-300);
}

.text-theme {
  color: var(--theme-color-100);
}

.text-hover:hover {
  color: var(--theme-color-200);
}

.background-none {
  background: blue;
}

.bg-theme {
  background-color: var(--theme-color-100);
}

.background-section-Bottom {
  padding-bottom: 150px;
  background-color: var(--theme-color-100);
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 426px) {
  .background-section-Bottom {
    padding-right: 20px;
    padding-top: 100px;
    padding-bottom: 50px;
  }
}
.background-section-Bottom::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 200%;
  height: 120px;
  background: url("data:image/svg+xml,%3Csvg viewBox='0 0 1440 320' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%23ffffff' fill-opacity='1' d='M0,160 C360,80 1080,240 1440,160 L1440,320 L0,320 Z'/%3E%3C/svg%3E")
    repeat-x;
  background-size: contain;
  animation: waveMove 15s linear infinite reverse;
  z-index: 1;
}
@keyframes waveMove {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-30%);
  }
}
@media screen and (max-width: 426px) {
  @keyframes waveMove {
    0% {
      transform: translateX(0);
    }
    0% {
      transform: translateX(0);
    }
  }
}

.background-section-top {
  padding-top: 100px;
  background-color: var(--theme-color-100);
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 426px) {
  .background-section-top {
    padding-right: 20px;
    padding-top: 100px;
  }
}
.background-section-top::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 200%;
  height: 120px;
  background: url("data:image/svg+xml,%3Csvg viewBox='0 0 1440 320' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%23ffffff' fill-opacity='1' d='M0,160 C360,80 1080,240 1440,160 L1440,0 L0,0 Z'/%3E%3C/svg%3E")
    repeat-x;
  background-size: contain;
  animation: waveMove 15s linear infinite;
  z-index: 1;
}
@keyframes waveMove {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-30%);
  }
}
@media screen and (max-width: 426px) {
  @keyframes waveMove {
    0% {
      transform: translateX(0);
    }
    0% {
      transform: translateX(0);
    }
  }
}

.active-menu {
  color: var(--theme-color-100);
  font-weight: bold;
}

.theme-btn {
  background: var(--theme-color);
  border-radius: 8px;
  color: var(--white-color);
  padding: 8px 14px;
  font-weight: bold;
}
.theme-btn:hover {
  color: var(--white-color);
}

.scroll-to-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background: var(--theme-color-100);
  color: white;
  border: none;
  border-radius: 50px;
  padding: 12px 18px;
  display: flex;
  align-items: center;
  gap: 8px;
  font-weight: bold;
  cursor: pointer;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  opacity: 0;
  visibility: hidden;
  transform: translateY(20px);
  transition: opacity 0.3s ease, transform 0.3s ease;
  z-index: 1000;
}
@media screen and (max-width: 426px) {
  .scroll-to-top {
    padding: 10px;
    bottom: 55px;
  }
}

.scroll-to-top.show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.scroll-to-top svg {
  width: 20px;
  height: 20px;
  stroke: white;
}

a.link-style {
  font-weight: bold;
  text-decoration: none;
  color: var(--dark-color);
}
a.link-style:hover {
  color: var(--theme-color-100);
}

.link-style {
  font-weight: bold;
  text-decoration: none;
  color: var(--dark-color);
}
.link-style:hover {
  color: var(--theme-color-100);
}

.post-body .product-box-details span {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  height: 39px;
}

.reading-box .reading-box-details h2 {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  height: 39px;
}

.section-5 .slider-wrapper .slider-title-mobile {
  position: relative;
  display: none;
}
.section-5 .slider-wrapper .slider-title-mobile .slider-nav-wrapper {
  position: absolute;
  right: 5px;
}
.section-5
  .slider-wrapper
  .slider-title-mobile
  .slider-nav-wrapper
  .custom-swiper-prev1,
.section-5
  .slider-wrapper
  .slider-title-mobile
  .slider-nav-wrapper
  .custom-swiper-next1 {
  background: none;
  border: none;
  color: var(--theme-color-100);
}
.section-5
  .slider-wrapper
  .slider-title-mobile
  .slider-nav-wrapper
  .custom-swiper-prev2,
.section-5
  .slider-wrapper
  .slider-title-mobile
  .slider-nav-wrapper
  .custom-swiper-next2 {
  background: none;
  border: none;
  color: var(--theme-color-100) 2;
}
.section-5
  .slider-wrapper
  .slider-title-mobile
  .slider-nav-wrapper
  .custom-swiper-prev3,
.section-5
  .slider-wrapper
  .slider-title-mobile
  .slider-nav-wrapper
  .custom-swiper-next3 {
  background: none;
  border: none;
  color: var(--theme-color-100);
}
@media screen and (max-width: 426px) {
  .section-5 .slider-wrapper .slider-title-mobile .slider-nav-wrapper {
    right: 30px;
  }
}
@media screen and (max-width: 376px) {
  .section-5 .slider-wrapper .slider-title-mobile .slider-nav-wrapper {
    right: 25px;
  }
}
@media screen and (max-width: 321px) {
  .section-5 .slider-wrapper .slider-title-mobile .slider-nav-wrapper {
    right: 23px;
  }
}
@media screen and (max-width: 769px) {
  .section-5 .slider-wrapper .slider-title-mobile {
    display: flex;
    right: 0;
  }
}
.section-5 .slider-wrapper .section-right-sm strong {
  color: var(--theme-color-100);
}
@media screen and (max-width: 321px) {
  .section-5 .slider-wrapper .section-right-sm strong {
    font-size: 0.9rem;
  }
}
.section-5 .slider-wrapper .section-right-sm a {
  font-size: 0.7rem;
}
@media screen and (max-width: 321px) {
  .section-5 .slider-wrapper .section-right-sm a {
    font-size: 0.6rem;
  }
}
.section-5 .slider-wrapper .row-slider {
  border: 1px solid var(--border-color);
  border-radius: var(--border-radius-active);
  padding: 20px 1px;
}
@media screen and (max-width: 769px) {
  .section-5 .slider-wrapper .row-slider {
    border: none;
  }
}
.section-5 .slider-wrapper .row-slider .right-section {
  margin-top: 180px;
}
.section-5 .slider-wrapper .row-slider .right-section strong {
  font-size: 1.5rem;
  display: block;
  color: var(--theme-color-100);
}
.section-5 .slider-wrapper .row-slider .right-section .custom-swiper-prev1,
.section-5 .slider-wrapper .row-slider .right-section .custom-swiper-next1 {
  background: none;
  border: none;
  color: var(--theme-color-100);
}
.section-5 .slider-wrapper .row-slider .right-section .custom-swiper-prev2,
.section-5 .slider-wrapper .row-slider .right-section .custom-swiper-next2 {
  background: none;
  border: none;
  color: var(--theme-color-100) 2;
}
.section-5 .slider-wrapper .row-slider .right-section .custom-swiper-prev3,
.section-5 .slider-wrapper .row-slider .right-section .custom-swiper-next3 {
  background: none;
  border: none;
  color: var(--theme-color-100);
}
.section-5 .slider-wrapper .row-slider .swiper-wrapper {
  padding: 1px 1px;
}
@media screen and (max-width: 426px) {
  .section-5 .slider-wrapper .row-slider .swiper-wrapper .swiper-slide {
    margin-top: 1px;
  }
}
.section-5
  .slider-wrapper
  .row-slider
  .swiper-wrapper
  .swiper-slide
  .slider-card-glass {
  width: 250px;
  height: 420px;
  background: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-radius: var(--border-radius-active);
  box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 0px 1.5px;
  border-left: 1px solid #ddd;
  display: flex;
  flex-direction: column;
  transition: all 0.3s ease;
  direction: rtl;
  position: relative;
}
@media screen and (max-width: 1025px) {
  .section-5
    .slider-wrapper
    .row-slider
    .swiper-wrapper
    .swiper-slide
    .slider-card-glass {
    width: 215px;
    height: 390px;
  }
}
@media screen and (max-width: 769px) {
  .section-5
    .slider-wrapper
    .row-slider
    .swiper-wrapper
    .swiper-slide
    .slider-card-glass {
    width: 335px;
    height: 450px;
  }
}
@media screen and (max-width: 426px) {
  .section-5
    .slider-wrapper
    .row-slider
    .swiper-wrapper
    .swiper-slide
    .slider-card-glass {
    margin-right: 30px;
  }
}
@media screen and (max-width: 376px) {
  .section-5
    .slider-wrapper
    .row-slider
    .swiper-wrapper
    .swiper-slide
    .slider-card-glass {
    width: 300px;
    margin-right: 25px;
    height: 440px;
  }
}
@media screen and (max-width: 321px) {
  .section-5
    .slider-wrapper
    .row-slider
    .swiper-wrapper
    .swiper-slide
    .slider-card-glass {
    width: 250px;
    height: 400px;
    margin-right: 23px;
  }
}
.section-5
  .slider-wrapper
  .row-slider
  .swiper-wrapper
  .swiper-slide
  .slider-card-glass
  .card-img-top {
  width: 100%;
  height: 200px;
  object-fit: cover;
  display: block;
  padding: 15px;
}
@media screen and (max-width: 1025px) {
  .section-5
    .slider-wrapper
    .row-slider
    .swiper-wrapper
    .swiper-slide
    .slider-card-glass
    .card-img-top {
    height: 170px;
  }
}
@media screen and (max-width: 769px) {
  .section-5
    .slider-wrapper
    .row-slider
    .swiper-wrapper
    .swiper-slide
    .slider-card-glass
    .card-img-top {
    height: 230px;
  }
}
@media screen and (max-width: 321px) {
  .section-5
    .slider-wrapper
    .row-slider
    .swiper-wrapper
    .swiper-slide
    .slider-card-glass
    .card-img-top {
    height: 200px;
  }
}
.section-5
  .slider-wrapper
  .row-slider
  .swiper-wrapper
  .swiper-slide
  .slider-card-glass
  .card-body {
  padding: 1rem;
  text-align: right;
}
.section-5
  .slider-wrapper
  .row-slider
  .swiper-wrapper
  .swiper-slide
  .slider-card-glass
  .card-body
  .card-title {
  font-size: 1rem;
  font-weight: bold;
  margin-bottom: 0.75rem;
  color: #1c1c1c;
}
@media screen and (max-width: 376px) {
  .section-5
    .slider-wrapper
    .row-slider
    .swiper-wrapper
    .swiper-slide
    .slider-card-glass
    .card-body
    .card-title {
    font-size: 0.9rem;
  }
}
@media screen and (max-width: 321px) {
  .section-5
    .slider-wrapper
    .row-slider
    .swiper-wrapper
    .swiper-slide
    .slider-card-glass
    .card-body
    .card-title {
    font-size: 0.8rem;
  }
}
.section-5
  .slider-wrapper
  .row-slider
  .swiper-wrapper
  .swiper-slide
  .slider-card-glass
  .card-body
  .card-desc {
  font-size: 0.9rem;
  color: #444;
  line-height: 1.5;
  margin-bottom: 1rem;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media screen and (max-width: 376px) {
  .section-5
    .slider-wrapper
    .row-slider
    .swiper-wrapper
    .swiper-slide
    .slider-card-glass
    .card-body
    .card-desc {
    font-size: 0.8rem;
  }
}
@media screen and (max-width: 321px) {
  .section-5
    .slider-wrapper
    .row-slider
    .swiper-wrapper
    .swiper-slide
    .slider-card-glass
    .card-body
    .card-desc {
    font-size: 0.7rem;
  }
}
.section-5
  .slider-wrapper
  .row-slider
  .swiper-wrapper
  .swiper-slide
  .slider-card-glass
  .card-body
  .price-box {
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.section-5
  .slider-wrapper
  .row-slider
  .swiper-wrapper
  .swiper-slide
  .slider-card-glass
  .card-body
  .price-box
  .old-price {
  text-decoration: line-through;
  font-size: 0.85rem;
  color: #999;
}
.section-5
  .slider-wrapper
  .row-slider
  .swiper-wrapper
  .swiper-slide
  .slider-card-glass
  .card-body
  .price-box
  .new-price {
  font-size: 1.1rem;
  color: #001f5c;
  font-weight: bold;
}
.section-5
  .slider-wrapper
  .row-slider
  .swiper-wrapper
  .swiper-slide.last-visible
  .slider-card-glass {
  border-left: none;
}

@keyframes floatPulse {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-4px);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes softShake {
  0% {
    transform: rotate(0deg);
  }
  20% {
    transform: rotate(-3deg);
  }
  40% {
    transform: rotate(3deg);
  }
  60% {
    transform: rotate(-2deg);
  }
  80% {
    transform: rotate(2deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
.box-fixed22 {
  z-index: 30;
  width: 150px;
  margin: 0 auto;
  padding: 50px;
  position: fixed;
  left: -20px;
  bottom: 30px;
}
@media screen and (max-width: 321px) {
  .box-fixed22 {
    left: -35px;
  }
}
@media screen and (max-width: 376px) {
  .box-fixed22 {
    left: -30px;
  }
}
.box-fixed22 details {
  position: relative;
  width: 100%;
}
.box-fixed22 details summary {
  cursor: pointer;
  position: relative;
  background-color: var(--theme-color, #007bff);
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  height: 60px;
  width: 60px;
  border: none;
  animation: softPulse 0.3s infinite;
  transition: transform 1s ease;
}
.box-fixed22 details summary:hover,
.box-fixed22 details summary:focus,
.box-fixed22 details summary:active {
  animation: floatPulse 2s ease-in-out infinite;
}
.box-fixed22 details summary::marker {
  content: "";
}
.box-fixed22 details summary svg {
  position: absolute;
  color: var(--white-color-2, white);
  width: 40px;
  height: 40px;
}
.box-fixed22 details[open] .icon-open {
  display: none;
}
.box-fixed22 details[open] .icon-close {
  display: block;
}
.box-fixed22 details[open] .box-item {
  opacity: 1;
  transform: translateY(calc(-70px * var(--i)));
  pointer-events: auto;
}
.box-fixed22 .box-item {
  position: absolute;
  left: -8px;
  bottom: 70px;
  height: 60px;
  width: 60px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transform: translateY(20px);
  pointer-events: none;
  transition: all 2s ease;
  transition-delay: calc(0.05s * var(--i));
}
.box-fixed22 .box-item img,
.box-fixed22 .box-item img.img-t {
  filter: grayscale(80%);
  transition: filter 0.4s ease;
  width: 50px;
  height: 50px;
}
@media screen and (max-width: 426px) {
  .box-fixed22 .box-item img,
  .box-fixed22 .box-item img.img-t {
    width: 40px;
    height: 40px;
  }
}
.box-fixed22 .box-item img:hover,
.box-fixed22 .box-item img.img-t:hover {
  cursor: pointer;
  filter: grayscale(0%);
}
.box-fixed22 .box-item img.img-t {
  width: 57px;
  height: 57px;
}
@media screen and (max-width: 426px) {
  .box-fixed22 .box-item img.img-t {
    width: 44px;
    height: 44px;
  }
}

.icon-close {
  display: none;
}

@keyframes softPulse {
  0% {
    box-shadow: 0 0 0 0 rgba(var(--theme-color, #007bff), 0.4);
  }
  70% {
    box-shadow: 0 0 0 12px rgba(var(--theme-color, #007bff), 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(var(--theme-color, #007bff), 0);
  }
}
.section-subtitle-theme {
  margin-bottom: 40px;
}
@media screen and (max-width: 426px) {
  .section-subtitle-theme {
    margin-bottom: 10px;
  }
}
.section-subtitle-theme .subtitle-text {
  font-size: 24px;
  font-weight: 700;
  color: var(--theme-color-100);
  text-align: center;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-bottom: 1px solid var(--border-color);
  padding-bottom: 8px;
  gap: 10px;
}
@media screen and (max-width: 426px) {
  .section-subtitle-theme .subtitle-text {
    font-size: 19px;
    gap: 5px;
  }
}
@media screen and (max-width: 376px) {
  .section-subtitle-theme .subtitle-text {
    font-size: 19px;
  }
}
@media screen and (max-width: 321px) {
  .section-subtitle-theme .subtitle-text {
    font-size: 12px;
  }
}
.section-subtitle-theme .subtitle-icon svg {
  width: 28px;
  height: 28px;
  color: var(--theme-color-100);
}

.section-subtitle-white {
  margin-bottom: 40px;
}
@media screen and (max-width: 426px) {
  .section-subtitle-white {
    margin-bottom: 10px;
  }
}
.section-subtitle-white .subtitle-text {
  font-size: 24px;
  font-weight: 700;
  color: var(--white-color);
  text-align: center;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-bottom: 1px solid var(--border-color);
  padding-bottom: 8px;
  gap: 10px;
}
@media screen and (max-width: 426px) {
  .section-subtitle-white .subtitle-text {
    font-size: 19px;
    gap: 5px;
  }
}
@media screen and (max-width: 376px) {
  .section-subtitle-white .subtitle-text {
    font-size: 19px;
  }
}
@media screen and (max-width: 321px) {
  .section-subtitle-white .subtitle-text {
    font-size: 14px;
  }
}
.section-subtitle-white .subtitle-icon svg {
  width: 28px;
  height: 28px;
  color: var(--white-color);
}

.counterup {
  width: 100%;
  cursor: pointer;
  transition: 100s;
  padding: 70px 20px;
  box-sizing: border-box;
  color: var(--theme-color);
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.06);
  animation: softShadowFade 1.2s ease forwards;
}
@keyframes softShadowFade {
  from {
    opacity: 0;
    transform: translateY(20px);
    box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  }
  to {
    opacity: 1;
    transform: translateY(0);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  }
}
.counterup:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 36px rgba(120, 87, 255, 0.25);
}
.counterup p {
  font-size: 1.1rem;
  line-height: 1.8;
  font-weight: 500;
}
.counterup h2 {
  font-size: 55px;
}
@media screen and (max-width: 374px) {
  .counterup h2 {
    font-size: 35px;
  }
}
.counterup h3 {
  font-size: 23px;
  text-transform: capitalize;
}
@media screen and (max-width: 374px) {
  .counterup h3 {
    font-size: 20px;
  }
}

.bloco,
.bloco-index {
  position: relative;
  display: flex;
}
.bloco.bloco,
.bloco-index.bloco {
  justify-content: center;
  align-items: center;
}
.bloco.bloco-index,
.bloco-index.bloco-index {
  justify-content: start;
  align-items: start;
}

.text-blur-container-sequential {
  text-align: left;
  padding: 50px;
}

.text-blur-container-sequential-index {
  text-align: right;
  padding: 50px 0;
}

.animated-heading-sequential {
  font-family: "Inter", sans-serif;
  font-size: 3rem;
  font-weight: 600;
  line-height: 1.2;
  color: var(--theme-color);
}
@media screen and (max-width: 1200px) {
  .animated-heading-sequential {
    font-size: 2.5rem;
  }
}
@media screen and (max-width: 1056px) {
  .animated-heading-sequential {
    font-size: 2rem;
  }
}
@media screen and (max-width: 500px) {
  .animated-heading-sequential {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 410px) {
  .animated-heading-sequential {
    font-size: 1rem;
  }
}
@media screen and (max-width: 327px) {
  .animated-heading-sequential {
    font-size: 0.8rem;
  }
}

.texto-animado {
  display: inline-block;
  margin-bottom: 0em;
  opacity: 0;
  filter: blur(6px);
  transform: translateY(10px);
  visibility: hidden;
  transition: opacity 0.8s ease-out, filter 0.8s ease-out,
    transform 0.8s ease-out, visibility 0s 0.8s;
}
.texto-animado.visible {
  opacity: 1;
  filter: blur(0px);
  transform: translateY(0px);
  visibility: visible;
  transition-delay: 0s;
}
.texto-animado.highlight {
  font-family: "Playfair Display", serif;
  font-weight: 800;
}

.scroll-to-top-icon {
  z-index: 100;
  position: fixed;
  bottom: 80px;
  right: 10px;
  background-color: #6f42c1;
  color: white;
  padding: 12px;
  border-radius: 50%;
  cursor: pointer;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
  animation: softPulse 2.5s infinite;
  transition: transform 0.3s ease;
}
.scroll-to-top-icon svg {
  width: 35px;
  height: 35px;
}
.scroll-to-top-icon:hover {
  transform: scale(1.1);
}

@keyframes softPulse {
  0% {
    box-shadow: 0 0 0 0 rgba(111, 66, 193, 0.4);
  }
  70% {
    box-shadow: 0 0 0 12px rgba(111, 66, 193, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(111, 66, 193, 0);
  }
}
.container .row .Comments-header,
.container .comment-row .Comments-header {
  padding: 10px;
  background: var(--white-color-2);
}
.container .row .Comments-header span.right,
.container .comment-row .Comments-header span.right {
  color: var(--theme-color);
  font-weight: bold;
}
.container .row .Comments-header button.left,
.container .comment-row .Comments-header button.left {
  border: none;
  color: var(--white-color);
  background: var(--theme-color);
  opacity: 100%;
  padding: 10px 5px;
  border-radius: 10px;
}
.container .row .Comments-header button.left img.loader,
.container .comment-row .Comments-header button.left img.loader {
  max-width: 20px;
  display: none;
}
.container .row .Comments-header button.left:focus .loader,
.container .comment-row .Comments-header button.left:focus .loader {
  display: block;
}
.container .row .Comments-header button.left:focus .Comments-wrapper,
.container .comment-row .Comments-header button.left:focus .Comments-wrapper {
  display: block;
}
.container .row .Comments-header button.left:hover,
.container .comment-row .Comments-header button.left:hover {
  opacity: 90%;
  cursor: pointer;
}
.container .row .Comments-wrapper,
.container .comment-row .Comments-wrapper {
  height: 100%;
  position: relative;
  background: var(--white-color-2);
  padding: 10px;
}
.container .row .Comments-wrapper span.comment-title-top,
.container .comment-row .Comments-wrapper span.comment-title-top {
  color: var(--theme-color);
  font-weight: bold;
}
@media screen and (max-width: 576px) {
  .container .row .Comments-wrapper,
  .container .comment-row .Comments-wrapper {
    background: none;
  }
}
.container .row .Comments-wrapper button.active-text-editor,
.container .comment-row .Comments-wrapper button.active-text-editor {
  position: absolute;
  left: 13px;
  top: 40px;
  border: none;
  color: var(--white-color);
  background: var(--theme-color);
  opacity: 100%;
  padding: 10px 5px;
  border-radius: 10px;
}
.container .row .Comments-wrapper button.active-text-editor img.loader,
.container .comment-row .Comments-wrapper button.active-text-editor img.loader {
  max-width: 20px;
  display: none;
}
.container .row .Comments-wrapper button.active-text-editor:focus .loader,
.container
  .comment-row
  .Comments-wrapper
  button.active-text-editor:focus
  .loader {
  display: block;
}
.container .row .Comments-wrapper button.active-text-editor:hover,
.container .comment-row .Comments-wrapper button.active-text-editor:hover {
  opacity: 90%;
  cursor: pointer;
}
.container .row .Comments-wrapper button.active-text-editor:focus,
.container .comment-row .Comments-wrapper button.active-text-editor:focus {
  border: none;
}
.container .row .Comments-wrapper .Comments-employer,
.container .comment-row .Comments-wrapper .Comments-employer {
  background: var(--white-color);
  border-radius: 10px;
}
.container .row .Comments-wrapper .Comments-employer .Comments-user,
.container .comment-row .Comments-wrapper .Comments-employer .Comments-user {
  height: 100%;
  background: var(--white-color);
}
.container
  .row
  .Comments-wrapper
  .Comments-employer
  .Comments-user
  .header-Comments-user,
.container
  .comment-row
  .Comments-wrapper
  .Comments-employer
  .Comments-user
  .header-Comments-user {
  padding: 10px;
  margin-top: 20px;
}
.container
  .row
  .Comments-wrapper
  .Comments-employer
  .Comments-user
  .header-Comments-user
  .right,
.container
  .comment-row
  .Comments-wrapper
  .Comments-employer
  .Comments-user
  .header-Comments-user
  .right {
  position: relative;
}
.container
  .row
  .Comments-wrapper
  .Comments-employer
  .Comments-user
  .header-Comments-user
  .right
  img,
.container
  .comment-row
  .Comments-wrapper
  .Comments-employer
  .Comments-user
  .header-Comments-user
  .right
  img {
  max-width: 50px;
  border-radius: 50%;
}
.container
  .row
  .Comments-wrapper
  .Comments-employer
  .Comments-user
  .header-Comments-user
  .right
  span.name-user,
.container
  .comment-row
  .Comments-wrapper
  .Comments-employer
  .Comments-user
  .header-Comments-user
  .right
  span.name-user {
  color: var(--dark-color);
  font-weight: bold;
  font-size: 13px;
  margin-right: 10px;
  margin-top: 5px;
}
.container
  .row
  .Comments-wrapper
  .Comments-employer
  .Comments-user
  .header-Comments-user
  .right
  span.data-Comments,
.container
  .comment-row
  .Comments-wrapper
  .Comments-employer
  .Comments-user
  .header-Comments-user
  .right
  span.data-Comments {
  color: var(--text-color);
  position: absolute;
  left: 0;
  top: 25px;
}
.container
  .row
  .Comments-wrapper
  .Comments-employer
  .Comments-user
  .header-Comments-user
  .left
  span,
.container
  .comment-row
  .Comments-wrapper
  .Comments-employer
  .Comments-user
  .header-Comments-user
  .left
  span {
  color: var(--theme-color);
  font-weight: bold;
}
.container
  .row
  .Comments-wrapper
  .Comments-employer
  .Comments-user
  .header-Comments-user
  .left
  span:hover,
.container
  .comment-row
  .Comments-wrapper
  .Comments-employer
  .Comments-user
  .header-Comments-user
  .left
  span:hover {
  cursor: pointer;
}
.container
  .row
  .Comments-wrapper
  .Comments-employer
  .Comments-user
  .main-Comments-user,
.container
  .comment-row
  .Comments-wrapper
  .Comments-employer
  .Comments-user
  .main-Comments-user {
  padding: 1px 120px;
}
@media screen and (max-width: 768px) {
  .container
    .row
    .Comments-wrapper
    .Comments-employer
    .Comments-user
    .main-Comments-user,
  .container
    .comment-row
    .Comments-wrapper
    .Comments-employer
    .Comments-user
    .main-Comments-user {
    padding: 1px 20px;
  }
}
.container
  .row
  .Comments-wrapper
  .Comments-employer
  .Comments-user
  .main-Comments-user
  p,
.container
  .comment-row
  .Comments-wrapper
  .Comments-employer
  .Comments-user
  .main-Comments-user
  p {
  color: var(--text-color);
}
.container .row .Comments-wrapper .Comments-employer .answer-employer,
.container .comment-row .Comments-wrapper .Comments-employer .answer-employer {
  background: var(--theme-color);
  border-radius: 1px 100px 1px 100px;
  padding: 10px 40px;
}
.container
  .row
  .Comments-wrapper
  .Comments-employer
  .answer-employer
  .footer-Comments-user,
.container
  .comment-row
  .Comments-wrapper
  .Comments-employer
  .answer-employer
  .footer-Comments-user {
  margin-bottom: 100px;
  height: 100%;
  background: var(--white-color-2);
  padding: 10px;
  margin-top: 100px;
}
.container
  .row
  .Comments-wrapper
  .Comments-employer
  .answer-employer
  .footer-Comments-user
  .header-Comments-employer
  .right,
.container
  .comment-row
  .Comments-wrapper
  .Comments-employer
  .answer-employer
  .footer-Comments-user
  .header-Comments-employer
  .right {
  position: relative;
}
.container
  .row
  .Comments-wrapper
  .Comments-employer
  .answer-employer
  .footer-Comments-user
  .header-Comments-employer
  .right
  img,
.container
  .comment-row
  .Comments-wrapper
  .Comments-employer
  .answer-employer
  .footer-Comments-user
  .header-Comments-employer
  .right
  img {
  max-width: 50px;
  border-radius: 50%;
}
.container
  .row
  .Comments-wrapper
  .Comments-employer
  .answer-employer
  .footer-Comments-user
  .header-Comments-employer
  .right
  span.name-user,
.container
  .comment-row
  .Comments-wrapper
  .Comments-employer
  .answer-employer
  .footer-Comments-user
  .header-Comments-employer
  .right
  span.name-user {
  color: var(--dark-color);
  font-weight: bold;
  font-size: 13px;
  margin-right: 10px;
  margin-top: 5px;
}
.container
  .row
  .Comments-wrapper
  .Comments-employer
  .answer-employer
  .footer-Comments-user
  .header-Comments-employer
  .right
  span.data-Comments,
.container
  .comment-row
  .Comments-wrapper
  .Comments-employer
  .answer-employer
  .footer-Comments-user
  .header-Comments-employer
  .right
  span.data-Comments {
  color: var(--text-color);
  position: absolute;
  left: 0;
  top: 25px;
}
.container
  .row
  .Comments-wrapper
  .Comments-employer
  .answer-employer
  .footer-Comments-user
  .header-Comments-employer
  .left
  span,
.container
  .comment-row
  .Comments-wrapper
  .Comments-employer
  .answer-employer
  .footer-Comments-user
  .header-Comments-employer
  .left
  span {
  color: var(--theme-color);
  font-weight: bold;
}
.container
  .row
  .Comments-wrapper
  .Comments-employer
  .answer-employer
  .footer-Comments-user
  .main-Comments-user
  p,
.container
  .comment-row
  .Comments-wrapper
  .Comments-employer
  .answer-employer
  .footer-Comments-user
  .main-Comments-user
  p {
  color: var(--text-color);
}

.comment-section {
  direction: rtl;
  max-width: 100%;
  padding: 2rem 1rem;
}
.comment-section .comment-form {
  background: none;
  box-shadow: none;
  margin-top: 2rem;
  padding: 1.5rem;
  border: 1px solid #e4d4f7;
  border-radius: 12px;
}
.comment-section .comment-form .form-title {
  font-size: 1.4rem;
  color: #6b21a8;
  margin-bottom: 1rem;
  text-align: right;
}
.comment-section .comment-form .editor-toolbar {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-bottom: 0.8rem;
}
.comment-section .comment-form .editor-toolbar button {
  background-color: #ede9fe;
  border: none;
  color: #6b21a8;
  font-weight: bold;
  padding: 0.4rem 0.7rem;
  border-radius: 6px;
  cursor: pointer;
  transition: all 0.2s ease;
}
.comment-section .comment-form .editor-toolbar button:hover {
  background-color: #d8b4fe;
  transform: scale(1.05);
}
.comment-section .comment-form .editor-content {
  background-color: #fff;
  border: 1px solid #d1d5db;
  min-height: 150px;
  padding: 1rem;
  border-radius: 8px;
  outline: none;
  font-size: 1rem;
  color: #333;
  line-height: 1.8;
  transition: border 0.3s ease;
}
.comment-section .comment-form .editor-content:focus {
  border-color: #9333ea;
}
.comment-section .comment-form .editor-content::before {
  content: attr(placeholder);
  color: #aaa;
}
.comment-section .comment-form .submit-comment {
  margin-top: 1rem;
  background-color: var(--theme-color);
  color: var(--white-color);
  border: none;
  padding: 0.6rem 1.2rem;
  border-radius: 8px;
  font-weight: bold;
  cursor: pointer;
  transition: background 0.3s ease, transform 0.2s ease;
}
.comment-section .comment-form .submit-comment:hover {
  background-color: #7e22ce;
  transform: scale(1.03);
}
.comment-section .comment-form .editor-wrapper {
  position: relative;
}
.comment-section .comment-form .editor-wrapper .editor-content {
  background-color: #fff;
  border: 1px solid #d1d5db;
  min-height: 150px;
  padding: 1rem;
  border-radius: 8px;
  outline: none;
  font-size: 1rem;
  color: #333;
  line-height: 1.8;
  transition: border 0.3s ease;
}
.comment-section .comment-form .editor-wrapper .editor-placeholder {
  position: absolute;
  top: 1rem;
  right: 1rem;
  color: #aaa;
  pointer-events: none;
  transition: opacity 0.2s ease;
}
.comment-section
  .comment-form
  .editor-wrapper
  .editor-content:focus
  + .editor-placeholder,
.comment-section
  .comment-form
  .editor-wrapper
  .editor-content:not(:empty)
  + .editor-placeholder {
  opacity: 0;
}
.comment-section .comment-title {
  text-align: center;
  color: #6b21a8;
  font-size: 1.8rem;
  margin-bottom: 2rem;
}
.comment-section .comment-box {
  margin-top: 50px;
  border-radius: 10px;
  box-shadow: 0 0 12px rgba(110, 38, 180, 0.1);
  padding: 1.5rem;
  margin-bottom: 1.5rem;
  background: #fff;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.comment-section .comment-box:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 20px rgba(110, 38, 180, 0.15);
}
.comment-section .comment-box.user-comment {
  border-right: 4px solid #9333ea;
}
.comment-section .comment-box.employer-reply {
  border-right: 4px solid #a855f7;
  background: #faf5ff;
}
.comment-section .comment-box .comment-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1rem;
}
.comment-section .comment-box .comment-header .user-info {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}
.comment-section .comment-box .comment-header .user-info .user-avatar {
  width: 48px;
  height: 48px;
  border-radius: 50%;
}
.comment-section .comment-box .comment-header .user-info .user-details {
  display: flex;
  flex-direction: column;
}
.comment-section
  .comment-box
  .comment-header
  .user-info
  .user-details
  .user-name {
  font-weight: 700;
  color: #4c1d95;
}
@media screen and (max-width: 376px) {
  .comment-section
    .comment-box
    .comment-header
    .user-info
    .user-details
    .user-name {
    font-size: 0.7rem;
    line-height: 1.5;
  }
}
@media screen and (max-width: 321px) {
  .comment-section
    .comment-box
    .comment-header
    .user-info
    .user-details
    .user-name {
    font-size: 0.6rem;
    line-height: 1.5;
  }
}
.comment-section
  .comment-box
  .comment-header
  .user-info
  .user-details
  .comment-date {
  font-size: 0.875rem;
  color: #888;
}
@media screen and (max-width: 321px) {
  .comment-section
    .comment-box
    .comment-header
    .user-info
    .user-details
    .comment-date {
    font-size: 0.8rem;
    line-height: 1.5;
  }
}
.comment-section .comment-box .comment-header .reply-button {
  font-size: 0.875rem;
  color: #9333ea;
  cursor: pointer;
  position: relative;
  padding: 0.4rem 0.8rem;
  border-radius: 6px;
  transition: all 0.3s ease;
}
@media screen and (max-width: 321px) {
  .comment-section .comment-box .comment-header .reply-button {
    padding: 0;
    bottom: 30px;
  }
}
.comment-section .comment-box .comment-header .reply-button::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0%;
  height: 2px;
  background-color: #9333ea;
  transition: width 0.3s ease;
}
.comment-section .comment-box .comment-header .reply-button:hover {
  background-color: #f3e8ff;
  color: #7e22ce;
}
.comment-section .comment-box .comment-header .reply-button:hover::after {
  width: 100%;
}
.comment-section .comment-box .comment-body p {
  font-size: 1rem;
  color: #444;
  line-height: 1.8;
  margin: 0;
}
@media screen and (max-width: 321px) {
  .comment-section .comment-box .comment-body p {
    font-size: 0.8rem;
    line-height: 1.5;
  }
}
@media (min-width: 768px) {
  .comment-section .comment-box {
    width: 100%;
  }
}
@media (min-width: 1024px) {
  .comment-section .comment-box {
    width: 100%;
  }
}

.circle-progress {
  position: relative;
  width: 200px;
  height: 200px;
  border-radius: 50%;
  margin-bottom: 30px; /* Space For the counter */
}

.circle-progress .gradient,
.circle-progress img,
.circle-progress .track,
.circle-progress .indicator {
  position: absolute;
  top: 60px;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
}

.circle-progress .gradient {
  opacity: 0;
  width: 130px;
  height: 130px;
  background-image: conic-gradient(
    from 0deg,
    #bf32ee,
    #f626e5,
    #4a07f3,
    #a813d9,
    #29b40f
  );
  transition: opacity 3s ease;
  z-index: 1;
  pointer-events: none; /* Allow pointer events to go through */
}

.circle-progress img {
  display: block;
  width: 90%;
  height: 90%;
  border: 0.5rem solid var(--white-color);
  background-color: var(--white-color);
  z-index: 2;
}

.counter {
  position: absolute;
  left: 50%;
  bottom: 35px; /* Space according to margin in Parent */
  transform: translateX(-50%);
}

.span {
  position: absolute;
  bottom: 20px;
  right: 50px;
  font-size: 12px;
}

.battery-loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: var(--white-color);
  color: var(--theme-color-100);
  font-family: "Vazirmatn", sans-serif;
  font-size: 18px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  z-index: 9999;
  opacity: 1;
  transition: opacity 0.5s ease;
}

.battery-loader.fade-out {
  opacity: 0;
}

.battery {
  position: relative;
  width: 160px;
  height: 70px;
  border: 4px solid var(--theme-color-100);
  border-radius: 12px;
  background-color: #002060; /* رنگ پایه وقتی خالیه */
  overflow: hidden;
  user-select: none;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-weight: bold;
  font-size: 28px;
}

.battery-span {
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  position: absolute;
  left: -20px;
  bottom: 15px;
  width: 20px;
  height: 40px;
  background-color: var(--theme-color-100);
}

.battery::after {
  content: "";
  position: absolute;
  top: 22px; /* تقریبا وسط ارتفاع */
  right: -18px; /* بیرون از کادر اصلی */
  width: 18px;
  height: 26px;
  background: var(--theme-color-100);
  border-radius: 4px;
  box-shadow: 0 0 6px var(--theme-color-100);
}

/* لایه شارژ داخل باتری */
.charge {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  background: white;
  animation: charging 1.5s infinite;
  z-index: 1;
  border-radius: 8px 0 0 8px;
}

/* متن لوگو که بالای شارژ باشه */
.battery-logo {
  position: relative;
  z-index: 2;
  pointer-events: none;
  user-select: none;
}

@keyframes charging {
  0% {
    width: 0%;
  }
  50% {
    width: 100%;
  }
  100% {
    width: 0%;
  }
}
.loading-text {
  margin-top: 10px;
  animation: gentleMove 3s ease-in-out infinite alternate;
  display: inline-block;
}

.dots::after {
  content: "";
  display: inline-block;
  animation: dots 1.2s infinite steps(4);
  width: 1em;
  text-align: right;
  color: var(--theme-color-100);
}

@keyframes dots {
  0% {
    content: "";
  }
  25% {
    content: ".";
  }
  50% {
    content: "..";
  }
  75% {
    content: "...";
  }
  100% {
    content: "";
  }
}
@keyframes gentleMove {
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(5px);
  }
  100% {
    transform: translateX(0);
  }
}
body {
  padding-top: 150px;
}
@media screen and (max-width: 426px) {
  body {
    padding-top: 120px;
  }
}

.main-header {
  width: 100%;
  position: fixed; /* هدر را در موقعیت ثابت قرار می‌دهد */
  top: 0; /* آن را به بالای صفحه می‌چسباند */
  width: 100%; /* عرض کامل صفحه را می‌گیرد */
  z-index: 1030; /* مطمئن می‌شود که هدر روی سایر عناصر قرار گیرد (بالاتر از بوت‌استرپ navbar-fixed-top) */
  background-color: var(--white-color); /* یا رنگ پس‌زمینه دلخواه شما */
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1); /* یک سایه ملایم برای جلوه بصری */
  transition: all 0.3s ease-in-out; /* انیمیشن نرم برای تغییرات احتمالی */
}
.main-header .top-bar img {
  height: 56px;
  object-fit: cover;
}
.main-header .main-navbar {
  z-index: 12;
  position: relative;
}
@media screen and (max-width: 769px) {
  .main-header .main-navbar {
    padding-top: 1px;
  }
}
.main-header .main-navbar.sticky {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: #fff; /* پس زمینه سفید */
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); /* سایه ملایم */
  z-index: 9999;
  transition: box-shadow 0.3s ease, background 0.3s ease;
  /* برای smooth شدن تغییرات */
  padding-top: 1px; /* در صورت نیاز می‌تونی کم یا زیاد کنی */
  padding-bottom: 10px;
}
.main-header .main-navbar .top-navbar .top-navbar-right .logo {
  margin-top: 12px;
  width: 180px;
}
@media screen and (max-width: 769px) {
  .main-header .main-navbar .top-navbar .top-navbar-right .logo {
    width: 120px;
  }
}
.main-header .main-navbar .top-navbar .top-navbar-right .search-form {
  position: relative;
  width: 100%;
  max-width: 300px;
}
.main-header .main-navbar .top-navbar .top-navbar-right .search-form input {
  border-radius: var(--border-radius-active);
  border: 1px solid var(--border-color);
  padding-right: 2.5rem;
  direction: rtl;
}
.main-header
  .main-navbar
  .top-navbar
  .top-navbar-right
  .search-form
  input:hover {
  border: 1px solid var(--theme-color-100);
}
@media screen and (max-width: 769px) {
  .main-header .main-navbar .top-navbar .top-navbar-right .search-form input {
    margin-left: 100px;
    width: 300px;
  }
}
.main-header
  .main-navbar
  .top-navbar
  .top-navbar-right
  .search-form
  .search-icon-inside {
  position: absolute;
  top: 50%;
  right: 0.75rem;
  transform: translateY(-50%);
  pointer-events: none;
  color: #888;
}
.main-header .main-navbar .top-navbar .top-navbar-left .login {
  border: 1px solid var(--border-color);
  border-radius: 8px;
  font-size: 14px;
  color: var(--high-text-color);
  font-weight: bold;
}
.main-header .main-navbar .top-navbar .top-navbar-left .cart {
  z-index: 1000000;
  position: relative;
}
.main-header .main-navbar .top-navbar .top-navbar-left .cart .increase.initial {
  color: var(--theme-color-100) !important;
  font-weight: bold;
  margin-right: 10px;
}
.main-header .main-navbar .top-navbar .top-navbar-left .cart .product-counter {
  border: 1px solid var(--border-color);
  display: flex;
  border-radius: var(--border-radius-active);
  align-items: center;
  justify-content: center;
  width: fit-content;
  padding: 4px 8px;
}
.main-header
  .main-navbar
  .top-navbar
  .top-navbar-left
  .cart
  .product-counter
  button {
  color: var(--text-muted);
  background: none;
  border: none;
  font-size: 1.2em;
  padding: 4px 8px;
  cursor: pointer;
}
.main-header
  .main-navbar
  .top-navbar
  .top-navbar-left
  .cart
  .product-counter
  .count {
  min-width: 24px;
  text-align: center;
  font-size: 1.1em;
}
.main-header
  .main-navbar
  .top-navbar
  .top-navbar-left
  .cart
  .product-counter
  .delete-icon {
  color: var(--theme-color-100);
  cursor: pointer;
  transition: transform 0.3s ease;
  max-width: 18px;
  margin-left: 5px;
}
.main-header
  .main-navbar
  .top-navbar
  .top-navbar-left
  .cart
  .product-counter
  .delete-icon:hover {
  transform: scale(1.2);
}
.main-header .main-navbar .top-navbar .top-navbar-left .cart:hover .cart-items {
  display: block;
}
.main-header .main-navbar .top-navbar .top-navbar-left .cart:hover .cart-btn {
  color: var(--theme-color-100);
}
.main-header .main-navbar .top-navbar .top-navbar-left .cart .cart-btn {
  color: var(--dark-color);
  position: relative;
  padding: 3px 6px;
  border-radius: 8px;
}
.main-header
  .main-navbar
  .top-navbar
  .top-navbar-left
  .cart
  .cart-btn
  .cart-items-count {
  background: var(--theme-color-100);
  padding: 0 4px;
  color: var(--white-color);
  position: absolute;
  right: -8px;
  bottom: -6px;
  border-radius: 10px;
  font-size: 12px;
}
.main-header .main-navbar .top-navbar .top-navbar-left .cart .cart-items {
  display: none;
  position: absolute;
  top: 120%;
  left: 0;
  width: 350px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.14), 0 4px 8px rgba(0, 0, 0, 0.3);
  padding: 10px;
  border-radius: 8px;
  background: var(--white-color);
}
.main-header
  .main-navbar
  .top-navbar
  .top-navbar-left
  .cart
  .cart-items
  .cart-items-header
  a {
  color: var(--theme-color-100);
  font-weight: bold;
  font-size: 14px;
}
.main-header
  .main-navbar
  .top-navbar
  .top-navbar-left
  .cart
  .cart-items
  .cart-items-header
  span {
  font-weight: bold;
  color: var(--theme-color-100);
}
.main-header
  .main-navbar
  .top-navbar
  .top-navbar-left
  .cart
  .cart-items
  .cart-items-body {
  height: 350px;
  overflow-y: auto;
  scrollbar-color: var(--theme-color-100) #f0f0f0; /* دسته قرمز، پس‌زمینه خاکستری */
  scrollbar-width: thin;
}
.main-header
  .main-navbar
  .top-navbar
  .top-navbar-left
  .cart
  .cart-items
  .cart-items-body
  .cart-item {
  border-bottom: 1px solid var(--border-color);
  padding-bottom: 8px;
}
.main-header
  .main-navbar
  .top-navbar
  .top-navbar-left
  .cart
  .cart-items
  .cart-items-body
  .cart-item:last-child {
  border: 0;
}
.main-header
  .main-navbar
  .top-navbar
  .top-navbar-left
  .cart
  .cart-items
  .cart-items-body
  .cart-item
  .cart-item-right
  img {
  width: 130px;
}
.main-header
  .main-navbar
  .top-navbar
  .top-navbar-left
  .cart
  .cart-items
  .cart-items-body
  .cart-item
  .cart-item-right
  .cart-operations {
  border-radius: 8px;
}
.main-header
  .main-navbar
  .top-navbar
  .top-navbar-left
  .cart
  .cart-items
  .cart-items-body
  .cart-item
  .cart-item-left
  .cart-item-color
  div {
  width: 20px;
  height: 20px;
  border-radius: 50%;
}
.main-header
  .main-navbar
  .top-navbar
  .top-navbar-left
  .cart
  .cart-items
  .cart-items-body
  .cart-item
  .cart-item-left
  .cart-item-price
  del {
  color: var(--theme-color-100);
}
.main-header
  .main-navbar
  .top-navbar
  .top-navbar-left
  .cart
  .cart-items
  .cart-items-body
  .cart-item
  .cart-item-left
  .cart-item-price
  span {
  color: var(--dark-color);
  font-weight: bold;
}
.main-header
  .main-navbar
  .top-navbar
  .top-navbar-left
  .cart
  .cart-items
  .cart-items-footer {
  border-top: 1px solid var(--border-color);
}
.main-header
  .main-navbar
  .top-navbar
  .top-navbar-left
  .cart
  .cart-items
  .cart-items-footer
  span:last-child {
  color: var(--theme-color-100);
}
.main-header .main-navbar .bottom-navbar {
  margin-top: 10px;
  padding: 10px;
  border-bottom: 1px solid var(--border-color);
}
.main-header
  .main-navbar
  .bottom-navbar
  .bottom-navbar-right
  .bottom-navbar-items
  .bottom-navbar-item {
  margin-left: 15px;
  color: var(--high-text-color);
  position: relative;
}
.main-header
  .main-navbar
  .bottom-navbar
  .bottom-navbar-right
  .bottom-navbar-items
  .bottom-navbar-item:hover
  .mega-menu {
  display: flex;
}
.main-header
  .main-navbar
  .bottom-navbar
  .bottom-navbar-right
  .bottom-navbar-items
  .bottom-navbar-item
  a {
  color: var(--text-color);
  font-weight: 300;
  font-size: 0.9rem;
}
@media screen and (max-width: 769px) {
  .main-header
    .main-navbar
    .bottom-navbar
    .bottom-navbar-right
    .bottom-navbar-items
    .bottom-navbar-item
    a {
    font-size: 0.9em;
  }
}
.main-header
  .main-navbar
  .bottom-navbar
  .bottom-navbar-right
  .bottom-navbar-items
  .bottom-navbar-item
  svg {
  padding: 1px;
  width: 15px;
  height: 15px;
}
.main-header
  .main-navbar
  .bottom-navbar
  .bottom-navbar-right
  .bottom-navbar-items
  .bottom-navbar-item
  svg.active {
  fill: var(--theme-color-100);
  width: 15px;
  height: 15px;
}
@media screen and (max-width: 769px) {
  .main-header .main-navbar .bottom-navbar .bottom-navbar-left {
    width: 25%;
  }
}
@keyframes heartbeat {
  0% {
    transform: scale(1);
  }
  14% {
    transform: scale(1);
  }
  28% {
    transform: scale(1);
  }
  42% {
    transform: scale(1.05);
  }
  70% {
    transform: scale(1);
  }
  100% {
    transform: scale(1);
  }
}
.main-header .main-navbar .bottom-navbar .bottom-navbar-left .button-Call {
  z-index: 1;
  background: var(--theme-color-100);
  border: none;
  padding: 10px 20px;
  margin-right: 0px;
  border-radius: var(--border-radius-active);
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  transition: background-color 0.3s ease;
  animation: heartbeat 2.5s ease-in-out infinite;
}
.main-header
  .main-navbar
  .bottom-navbar
  .bottom-navbar-left
  .button-Call:hover {
  background: var(--theme-hover-color);
  transform: scale(1.05);
  animation: none;
}
.main-header .main-navbar .bottom-navbar .bottom-navbar-left .button-Call a {
  color: white;
  text-decoration: none;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
}
.main-header .main-navbar .bottom-navbar .bottom-navbar-left .button-Call svg {
  margin-right: 10px;
  fill: white;
  width: 20px;
  height: 20px;
  transition: transform 0.3s ease;
}
.button-Call:hover
  .main-header
  .main-navbar
  .bottom-navbar
  .bottom-navbar-left
  .button-Call
  svg {
  transform: rotate(15deg) translateX(2px);
}

.main-header .main-navbar-mobile {
  display: none;
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  background: var(--white-color);
  padding: 10px;
  z-index: 100;
  box-shadow: none;
  transition: all 0.3s ease;
}
@media screen and (max-width: 321px) {
  .main-header .main-navbar-mobile {
    padding: 10px;
  }
}
.main-header .main-navbar-mobile a.btn-cart {
  position: absolute;
  left: 10px;
  top: 10px;
  border: 1px solid var(--border-color);
  border-radius: var(--border-radius-active);
}
.main-header .main-navbar-mobile a.login {
  border: 1px solid var(--border-color);
  border-radius: var(--border-radius-active);
  position: absolute;
  right: 10px;
  top: 10px;
}
.text-btn-login {
  display: inline;
}
.main-header .main-navbar-mobile a.login svg {
  margin-left: 5px;
}
.main-header .main-navbar-mobile .logo img {
  width: 100px;
  height: 80px;
}

@media screen and (max-width: 426px) {
  .text-btn-login {
    display: none;
  }
  .main-header .main-navbar-mobile .logo {
    position: absolute;
    left: 160px;
    top: -10px;
  }
}
@media screen and (max-width: 376px) {
  .main-header .main-navbar-mobile .logo {
    position: absolute;
    left: 140px;
    top: -10px;
  }
}
@media screen and (max-width: 321px) {
  .main-header .main-navbar-mobile .logo {
    position: absolute;
    left: 110px;
    top: -10px;
  }
}
@media screen and (max-width: 311px) {
  .main-header .main-navbar-mobile .logo {
    position: absolute;
    left: 100px;
    top: -10px;
  }
}
.main-header .main-navbar-mobile.fixed {
  position: fixed;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}
.main-header .main-navbar-mobile .button-Call {
  position: absolute;
  left: 0;
  top: 50px;
  background: var(--theme-color-100);
  border: none;
  padding: 10px 20px;
  border-radius: var(--border-radius-active);
  cursor: pointer;
  transition: background-color 0.3s ease;
  animation: heartbeat 2.5s ease-in-out infinite;
}
@media screen and (max-width: 376px) {
  .main-header .main-navbar-mobile .button-Call {
    font-size: 12px;
    top: 55px;
    padding: 7px 13px;

  }
}
.main-header .main-navbar-mobile .button-Call:hover {
  background: var(--theme-hover-color);
  transform: scale(1.05);
  animation: none;
}
.main-header .main-navbar-mobile .button-Call a {
  color: white;
  text-decoration: none;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
}
.main-header .main-navbar-mobile .button-Call svg {
  margin-right: 10px;
  fill: white;
  width: 20px;
  height: 20px;
  transition: transform 0.3s ease;
}
.button-Call:hover .main-header .main-navbar-mobile .button-Call svg {
  transform: rotate(15deg) translateX(2px);
}
@media screen and (max-width: 321px) {
  .main-header .main-navbar-mobile .button-Call svg {
    width: 15px;
    height: 15px;
    margin-right: 10px;
  }
}
@media screen and (max-width: 321px) {
  .main-header .main-navbar-mobile .button-Call {
    width: 100px;
    font-size: 10px;
    padding: 10px;
  }
}
.main-header .main-navbar-mobile .search-form {
  padding-top: 60px;
  position: relative;
  width: 100%;
  max-width: 300px;
}
@media screen and (max-width: 321px) {
  .main-header .main-navbar-mobile .search-form {
    width: 200px;
  }
}
.main-header .main-navbar-mobile .search-form input {
  width: 200px;
  border-radius: var(--border-radius-active);
  border: 1px solid var(--border-color);
  padding-right: 2.5rem;
  direction: rtl;
}
.main-header .main-navbar-mobile .search-form input:hover {
  border: 1px solid var(--theme-color-100);
}
@media screen and (max-width: 376px) {
  .main-header .main-navbar-mobile .search-form input {
    width: 200px;
  }
}
@media screen and (max-width: 321px) {
  .main-header .main-navbar-mobile .search-form input {
    width: 170px;
  }
}
.main-header .main-navbar-mobile .search-form .search-icon-inside {
  position: absolute;
  top: 80%;
  right: 0.75rem;
  transform: translateY(-50%);
  pointer-events: none;
  color: #888;
}

footer {
  margin-top: 100px;
  padding: 2rem 1.5rem;
  text-align: center;
  position: relative;
  overflow: hidden;
}
footer .border-top-theme {
  border-top: 1px solid var(--border-color);
}
footer span.number {
  color: var(--white-color-300);
}
footer span.address {
  color: var(--white-color-300);
}
footer > .container-xxl {
  position: relative;
  z-index: 1;
}

footer .logo {
  text-align: center;
  margin-bottom: 1rem;
}
footer .logo svg {
  fill: #6800ca;
}
footer .Specifications,
footer .title {
  color: var(--dark-color);
  font-weight: bold;
}
footer .Specifications {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 1rem;
}
footer .Specifications svg {
  color: var(--theme-color);
}
footer .title {
  color: var(--white-color);
  font-size: 1.1rem;
  margin-bottom: 0.5rem;
}
@media screen and (max-width: 321px) {
  footer .title {
    font-size: 0.9rem;
  }
}
footer p,
footer li a {
  color: var(--white-color-300);
  font-size: 0.95rem;
}
@media screen and (max-width: 376px) {
  footer p,
  footer li a {
    font-size: 0.7rem;
  }
}
footer li {
  margin-top: 0.25rem;
}
footer li a {
  transition: all 0.3s;
}
footer li a:hover {
  color: var(--white-color-200);
}
footer .icon-top {
  text-align: center;
}
footer .icon-top a {
  margin: 0 5px;
}
footer .icon-top a img {
  max-width: 30px;
}
footer .namad {
  text-align: center;
}
footer .namad img {
  max-width: 100px;
  padding: 5px;
  margin: 10px;
}
footer .footer-text {
  text-align: center;
  margin-top: 30px;
}
footer .footer-text p {
  font-size: 0.9rem;
}
footer .footer-text p a {
  color: var(--white-color);
  font-weight: bold;
  text-decoration: none;
}
footer .footer-text p a:hover {
  text-decoration: underline;
}
@media screen and (max-width: 767px) {
  footer .footer-text,
  footer .logo,
  footer .Specifications,
  footer .icon,
  footer .namad {
    text-align: center;
  }
}
@media screen and (min-width: 768px) {
  footer .logo,
  footer .footer-text {
    text-align: right;
  }
  footer .icon,
  footer .namad {
    text-align: left;
  }
}

.mobile-menu {
  display: none;
  position: fixed;
  bottom: 0;
  right: 0;
  width: 100%;
  background: var(--white-color);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.14), 0 0px 8px rgba(0, 0, 0, 0.3);
  padding: 8px 30px;
  z-index: 99;
}

@media screen and (max-width: 426px) {
  .mobile-menu {
    padding: 10px 10px;
  }
}

.mobile-menu ul li.active a {
  color: var(--theme-color-100);
}
.mobile-menu ul li a {
  font-size: 10px;
  color: var(--text-color);
}
@media screen and (max-width: 376px) {
  .mobile-menu ul li a {
    font-size: 8px;
  }
}
@media screen and (max-width: 321px) {
  .mobile-menu ul li a {
    font-size: 7px;
  }
}

.success-message {
  text-align: center;
  max-width: 500px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.success-message__icon {
  max-width: 75px;
}

.success-message__title {
  color: #3dc480;
  transform: translateY(25px);
  opacity: 0;
  transition: all 200ms ease;
}
.active .success-message__title {
  transform: translateY(0);
  opacity: 1;
}

.success-message__content {
  color: #b8babb;
  transform: translateY(25px);
  opacity: 0;
  transition: all 200ms ease;
  transition-delay: 50ms;
}
.active .success-message__content {
  transform: translateY(0);
  opacity: 1;
}

.icon-checkmark circle {
  fill: #3dc480;
  transform-origin: 50% 50%;
  transform: scale(0);
  transition: transform 200ms cubic-bezier(0.22, 0.96, 0.38, 0.98);
}
.icon-checkmark path {
  transition: stroke-dashoffset 350ms ease;
  transition-delay: 100ms;
}
.active .icon-checkmark circle {
  transform: scale(1);
}

.login-card {
  margin-top: -300px;
  /* Main card container */
  background: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 20px;
  padding: 2.5rem 1.5rem;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.05);
  text-align: center;
  /* Responsive adjustments for small screens */
}
@media screen and (max-width: 769px) {
  .login-card {
    margin-top: -300px;
  }
}
.login-card .brand {
  /* Brand section (logo and heading) */
}
.login-card .brand img {
  max-width: 140px;
}
.login-card .brand h1 {
  color: var(--theme-color);
  font-weight: 700;
  font-size: 1.5rem;
  margin-top: 1rem;
}
.login-card .brand p {
  color: #777;
  font-size: 0.95rem;
  margin-top: 0.5rem;
}
.login-card .code-input-wrapper {
  direction: ltr;
  margin-top: 2rem;
  padding: 10px;
}
.login-card .code-input-wrapper .code-input {
  text-align: center;
  font-size: 1.5rem;
  height: 58px;
  border: 1px solid #dcdcdc;
  border-radius: 12px;
  background-color: #fafafa;
  transition: all 0.3s ease;
}
.login-card .code-input-wrapper .code-input:focus {
  outline: none;
  box-shadow: 0 0 0 4px rgba(0, 72, 255, 0.1);
  background-color: #fff;
}
@media screen and (max-width: 321px) {
  .login-card .code-input-wrapper .code-input {
    height: 40px;
    width: 25px;
    font-size: 1rem;
  }
}
@media screen and (max-width: 321px) {
  .login-card .code-input-wrapper .col-2 {
    flex: 0 0 15%;
    max-width: 15%;
    padding-left: 2px;
    padding-right: 2px;
  }
}
.login-card input.text-input {
  /* Regular text input */
  text-align: end;
  font-size: 1rem;
  height: 58px;
  border: 1px solid #dcdcdc;
  border-radius: 12px;
  background-color: #fafafa;
  padding: 0 1rem;
  transition: all 0.3s ease;
}
.login-card input.text-input:focus {
  outline: none;
  box-shadow: 0 0 0 4px rgba(0, 72, 255, 0.1);
  background-color: #fff;
}
.login-card #resend {
  /* Resend code link */
  color: var(--theme-color-100);
  margin-right: 10px;
  font-weight: 600;
  font-size: 0.9rem;
  cursor: pointer;
  transition: 0.3s;
}
.login-card #resend:hover {
  text-decoration: underline;
}
@media (max-width: 321px) {
  .login-card .code-input-wrapper .col-2 {
    flex: 0 0 14%;
    max-width: 14%;
    padding-left: 2px;
    padding-right: 2px;
  }
  .login-card .code-input {
    font-size: 18px;
    padding: 8px 0;
  }
}

.main-battery-guide .hero-section {
  position: relative;
  overflow: hidden;
  width: 100%;
  min-height: 650px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
}
@media screen and (max-width: 426px) {
  .main-battery-guide .hero-section {
    height: 600px;
  }
}
.main-battery-guide .hero-section .bg-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  object-fit: cover;
  filter: brightness(0.6);
}
.main-battery-guide .hero-section .hero-overlay {
  background-color: rgba(0, 0, 0, 0.15);
  position: absolute;
  inset: 0;
  z-index: 1;
}
.main-battery-guide .hero-section .hero-content {
  background: rgba(255, 255, 255, 0.2);
  border-radius: var(--border-radius-active);
  position: absolute;
  top: 200px;
  z-index: 2;
  max-width: 100%;
  padding: 20px;
  text-align: center;
}
@media screen and (max-width: 321px) {
  .main-battery-guide .hero-section .hero-content {
    max-width: 300px;
  }
}
@media screen and (max-width: 1025px) {
  .main-battery-guide .hero-section .hero-content h1 {
    font-size: 2rem;
  }
}
@media screen and (max-width: 769px) {
  .main-battery-guide .hero-section .hero-content h1 {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}
@media screen and (max-width: 426px) {
  .main-battery-guide .hero-section .hero-content h1 {
    font-size: 1rem;
    line-height: 2rem;
  }
}
@media screen and (max-width: 376px) {
  .main-battery-guide .hero-section .hero-content h1 {
    font-size: 1rem;
    line-height: 2rem;
  }
}
@media screen and (max-width: 321px) {
  .main-battery-guide .hero-section .hero-content h1 {
    font-size: 1rem;
  }
}
@media screen and (max-width: 376px) {
  .main-battery-guide .hero-section .hero-content p {
    font-size: 0.9rem;
  }
}
@media screen and (max-width: 321px) {
  .main-battery-guide .hero-section .hero-content p {
    font-size: 0.7rem;
  }
}
.main-battery-guide .hero-section .search-box {
  position: relative;
}
.main-battery-guide .hero-section .search-box .search-loader {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  display: none;
}
.main-battery-guide .hero-section .search-box .suggestions {
  color: var(--white-color);
  background: rgba(0, 0, 0, 0.53);
  text-align: right;
  border-radius: 8px;
  margin-top: 5px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}
.main-battery-guide .hero-section .search-box .suggestions div {
  padding: 8px 12px;
  cursor: pointer;
}
.main-battery-guide .hero-section .search-box .suggestions div:hover {
  color: var(--dark-color);
  background-color: #f1f1f1;
}
.main-battery-guide .hero-section .product-stats-section {
  box-shadow: none;
  position: absolute;
  bottom: 0;
}
.main-battery-guide .hero-section .product-stats-section .item-stat {
  width: 200px;
  box-shadow: none;
  border-left: 1px solid var(--border-color);
}
.main-battery-guide .hero-section .product-stats-section .item-stat:last-child {
  border-left: none;
}
@media screen and (max-width: 426px) {
  .main-battery-guide .hero-section .product-stats-section .item-stat {
    border-left: none;
  }
}
@media screen and (max-width: 769px) {
  .main-battery-guide .hero-section .product-stats-section .item-stat {
    width: 25%;
  }
}
@media screen and (max-width: 426px) {
  .main-battery-guide .hero-section .product-stats-section .item-stat {
    width: 50%;
  }
}
.main-battery-guide
  .hero-section
  .product-stats-section
  .item-stat
  p.stat-label {
  font-size: 0.6rem;
}
@media screen and (max-width: 769px) {
  .main-battery-guide
    .hero-section
    .product-stats-section
    .item-stat
    p.stat-label {
    font-size: 0.6rem;
  }
}
@media screen and (max-width: 321px) {
  .main-battery-guide
    .hero-section
    .product-stats-section
    .item-stat
    p.stat-label {
    font-size: 0.8rem;
  }
}
.main-battery-guide .hero-section .stats-section {
  z-index: 2;
  position: relative;
}
.main-battery-guide .hero-section .stats-section .stat-box {
  background: rgba(255, 255, 255, 0.1);
  padding: 20px;
  border-radius: 12px;
  backdrop-filter: blur(6px);
  border: 1px solid rgba(255, 255, 255, 0.2);
  transition: transform 0.3s ease;
}
.main-battery-guide .hero-section .stats-section .stat-box:hover {
  transform: translateY(-5px);
}
.main-battery-guide .hero-section .stats-section .stat-box h2 {
  font-size: 2.5rem;
  font-weight: bold;
  margin-bottom: 5px;
  color: #fff;
}
.main-battery-guide .hero-section .stats-section .stat-box p {
  margin: 0;
  font-size: 1rem;
  color: #eee;
}
.main-battery-guide .hero-section .radio-group label {
  margin: 0 5px;
  font-weight: bold;
}
@media (max-width: 768px) {
  .main-battery-guide .hero-section .radio-group {
    width: 100%;
  }
}

.fsRadio-group {
  font-size: 13px;
}
@media screen and (max-width: 321px) {
  .fsRadio-group {
    font-size: 10px;
  }
}

/* ظرف رادیوها */

/* اندازه دکمه‌ها روی موبایل */

@media screen and (max-width: 376px) {
  .main-battery-guide .stats-section .section-subtitle-theme h2 {
    font-size: 1rem;
  }
}
@media screen and (max-width: 321px) {
  .main-battery-guide .stats-section .section-subtitle-theme h2 {
    font-size: 0.9rem;
  }
}
.main-battery-guide .stats-section .product-stats-section .item-stat {
  border-left: 1px solid var(--border-color);
}
.main-battery-guide
  .stats-section
  .product-stats-section
  .item-stat:last-child {
  border-left: none;
}
@media screen and (max-width: 426px) {
  .main-battery-guide .stats-section .product-stats-section .item-stat {
    border: none;
  }
}
@media screen and (max-width: 426px) {
  .main-battery-guide
    .stats-section
    .product-stats-section
    .item-stat
    .stat-box
    h3.stat-number {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 375px) {
  .main-battery-guide
    .stats-section
    .product-stats-section
    .item-stat
    .stat-box
    h3.stat-number {
    font-size: 1.2rem;
  }
}
.main-battery-guide
  .stats-section
  .product-stats-section
  .item-stat
  .stat-box
  p {
  color: var(--text-muted);
}
@media screen and (max-width: 426px) {
  .main-battery-guide
    .stats-section
    .product-stats-section
    .item-stat
    .stat-box
    p {
    font-size: 0.7rem;
  }
}
@media screen and (max-width: 375px) {
  .main-battery-guide
    .stats-section
    .product-stats-section
    .item-stat
    .stat-box
    p {
    font-size: 0.7rem;
  }
}
.main-battery-guide .product-details .blog-card {
  margin: 50px auto 0;
  overflow: hidden;
  border-radius: 15px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  background-color: #fff;
  width: 100%;
}
@media (min-width: 992px) {
  .main-battery-guide .product-details .blog-card {
    max-width: 1500px;
  }
}
.main-battery-guide .product-details .blog-card img {
  width: 100%;
  height: 400px;
  display: block;
  object-fit: cover;
}
.main-battery-guide .product-details .blog-card .blog-content {
  padding: 20px;
}
@media screen and (max-width: 426px) {
  .main-battery-guide
    .product-details
    .blog-card
    .blog-content
    h3.subtitle-blog {
    font-size: 1rem;
  }
}
@media screen and (max-width: 321px) {
  .main-battery-guide
    .product-details
    .blog-card
    .blog-content
    h3.subtitle-blog {
    font-size: 0.8rem;
  }
}
@media screen and (max-width: 426px) {
  .main-battery-guide .product-details .blog-card .blog-content h3.blog-title {
    font-size: 0.9rem;
  }
}
@media screen and (max-width: 321px) {
  .main-battery-guide .product-details .blog-card .blog-content h3.blog-title {
    font-size: 0.7rem;
  }
}
.main-battery-guide .product-details .blog-card .blog-content small {
  color: #6c757d;
}
.main-battery-guide .product-details .blog-card .blog-content .blog-title {
  font-size: 1.25rem;
  font-weight: bold;
  margin-top: 10px;
  color: #212529;
}
.main-battery-guide .product-details .blog-card .blog-content .blog-desc {
  font-size: 0.95rem;
  color: var(--text-muted);
  margin-bottom: 15px;
  line-height: 2rem;
}
@media screen and (max-width: 426px) {
  .main-battery-guide .product-details .blog-card .blog-content .blog-desc {
    font-size: 0.75rem;
    line-height: 1.8rem;
  }
}
@media screen and (max-width: 321px) {
  .main-battery-guide .product-details .blog-card .blog-content .blog-desc {
    font-size: 0.6rem;
    line-height: 1.8rem;
  }
}

.main-checkout .item-right .header-right {
  border: 1px solid var(--border-color);
  padding: 10px;
  border-radius: var(--border-radius-active);
}
.main-checkout .item-right .product-box-cart {
  border-bottom: 1px solid var(--border-color);
}
.main-checkout .item-right .product-box-cart .increase.initial {
  color: var(--theme-color-100) !important;
  font-weight: bold;
  margin-right: 10px;
}
.main-checkout .item-right .product-box-cart:last-child {
  border-bottom: none;
}
.main-checkout .item-right .cart-text {
  width: 25%;
}
@media screen and (max-width: 769px) {
  .main-checkout .item-right .cart-text {
    width: 20%;
  }
}
@media screen and (max-width: 426px) {
  .main-checkout .item-right .cart-text {
    width: 100%;
  }
}
@media screen and (max-width: 426px) {
  .main-checkout .item-right .change-address-btn {
    width: 100%;
  }
}
@media screen and (max-width: 426px) {
  .main-checkout .item-right .address-text {
    font-size: 0.7rem;
  }
}
.main-checkout .item-right ul {
  line-height: 1.5rem;
}
.main-checkout .item-right ul li {
  font-size: 0.8rem;
  color: var(--text-muted);
}
@media screen and (max-width: 1024px) {
  .main-checkout .item-right ul li {
    font-size: 0.6rem;
  }
}
@media screen and (max-width: 426px) {
  .main-checkout .item-right ul li {
    font-size: 0.8rem;
    line-height: 1.5rem;
  }
}
@media screen and (max-width: 321px) {
  .main-checkout .item-right ul li {
    font-size: 0.65rem;
  }
}
.main-checkout .item-right ul li a {
  color: var(--text-muted);
}
.main-checkout .item-right ul li a:hover {
  color: var(--theme-color-100);
}
.main-checkout .item-right .cart-title-right {
  font-size: 1.5rem;
  font-weight: bold;
  color: var(--theme-color-100);
  width: 100%;
  padding: 10px;
  border-radius: var(--border-radius-active);
  border: 1px solid var(--border-color);
}
.main-checkout .item-right .box-right {
  background-color: #fff;
  border: 1px solid var(--border-color);
  border-radius: var(--border-radius-active);
  padding: 1.5rem;
  margin-bottom: 1rem;
}
.main-checkout .item-right .box-right .border-b-cart {
  border-bottom: 1px solid var(--border-color);
}
.main-checkout .item-right .box-right .border-b-cart:last-child {
  border-bottom: none;
}
.main-checkout .item-right .product-img {
  width: 100%;
  height: 150px;
  object-fit: cover;
  border-radius: 0.5rem;
}
@media screen and (max-width: 1025px), screen and (max-width: 426px) {
  .main-checkout .item-right .product-img {
    height: 100px;
  }
}
.main-checkout .item-right .product-title {
  font-size: 1.1rem;
  font-weight: bold;
}
.main-checkout .item-right .teacher-name {
  font-size: 0.9rem;
  color: gray;
}
.main-checkout .item-right .cart-price {
  width: 35%;
}
@media screen and (max-width: 1025px) {
  .main-checkout .item-right .cart-price {
    width: 30%;
    font-size: 0.8rem;
  }
}
@media screen and (max-width: 769px) {
  .main-checkout .item-right .cart-price {
    width: 38%;
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 426px) {
  .main-checkout .item-right .cart-price {
    width: 100%;
    font-size: 1.5rem;
  }
}
.main-checkout .item-right .price {
  font-weight: bold;
  text-align: left;
}
.main-checkout .item-right .old-price {
  text-decoration: line-through;
  color: gray;
  font-size: 0.9rem;
}
@media screen and (max-width: 1025px) {
  .main-checkout .item-right .old-price {
    font-size: 0.6rem;
  }
}
@media screen and (max-width: 769px) {
  .main-checkout .item-right .old-price {
    font-size: 1rem;
  }
}
.main-checkout .item-right .product-counter {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--border-color);
  width: fit-content;
  padding: 4px 8px;
  border-radius: 4px;
}
.main-checkout .item-right .product-counter button {
  color: var(--text-muted);
  background: none;
  border: none;
  font-size: 1.2em;
  padding: 4px 8px;
  cursor: pointer;
}
.main-checkout .item-right .product-counter .count {
  min-width: 24px;
  text-align: center;
  font-size: 1.1em;
}
.main-checkout .item-right .product-counter .delete-icon {
  color: var(--theme-color-100);
  cursor: pointer;
  font-size: 0.5rem;
  transition: transform 0.3s ease;
}
.main-checkout .item-right .product-counter .delete-icon:hover {
  transform: scale(1.2);
}
.main-checkout .item-right .modal-backdrop {
  display: none;
  position: fixed;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 9999999999;
  justify-content: center;
  align-items: center;
  padding: 1rem;
}
.main-checkout .item-right .modal-backdrop.active {
  display: flex;
}
.main-checkout .item-right #addressModal {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 999999;
  background-color: rgba(0, 0, 0, 0.5);
  justify-content: center;
  align-items: center;
  /* حالت اولیه قبل از active شدن */
  opacity: 0;
  transform: scale(0.95);
  transition: opacity 0.3s ease, transform 0.3s ease;
}
.main-checkout .item-right #addressModal.active {
  display: flex;
  opacity: 1;
  transform: scale(1);
}
.main-checkout .item-right .modal-content-custom {
  background: #fff;
  width: 100%;
  max-width: 500px;
  border-radius: 12px;
  padding: 20px;
  max-height: 90vh;
  overflow-y: auto;
}
.main-checkout .item-right .modal-header-custom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1rem;
}
.main-checkout .item-right .modal-header-custom .modal-title {
  font-weight: bold;
  font-size: 1.2rem;
  color: var(--theme-color-100);
}
.main-checkout .item-right .modal-header-custom .close-icon {
  cursor: pointer;
  font-size: 1.5rem;
  color: #999;
}
.main-checkout .item-right .success-box {
  background: #fff;
  border-radius: var(--border-radius-active);
  padding: 20px;
  max-width: 300px;
  width: 100%;
  position: relative;
  text-align: center;
}
.main-checkout .item-right .success-box .close-icon {
  position: absolute;
  top: 10px;
  left: 10px;
  font-size: 1.4rem;
  cursor: pointer;
}
@media (max-width: 576px) {
  .main-checkout .item-right .d-flex.flex-wrap .flex-fill {
    width: 100% !important;
  }
  .main-checkout .item-right .form-control {
    margin-bottom: 12px;
  }
}
.main-checkout .item-left {
  padding: 0;
  border: 0;
}
@media screen and (max-width: 426px) {
  .main-checkout .item-left {
    padding: 0 10px;
  }
}
.main-checkout .item-left .cart-title-left {
  font-size: 1.5rem;
  font-weight: bold;
  color: var(--theme-color-100);
  width: 100%;
  padding: 10px;
  border-radius: var(--border-radius-active);
  border: 1px solid var(--border-color);
}
.main-checkout .item-left .cart-box-left {
  background-color: var(--theme-color-100);
  border-radius: var(--border-radius-active);
  padding: 1.5rem;
  margin-bottom: 1rem;
}
.main-checkout .item-left .checkout-btn {
  font-weight: bold;
  border-radius: var(--border-radius-active);
  display: inline-block;
  text-align: center;
  width: 100%;
  margin-top: 1rem;
  text-decoration: none;
  background-color: var(--white-color-200);
  color: var(--dark-color);
  padding: 10px;
}
.main-checkout .item-left .checkout-btn:hover {
  text-decoration: none;
  opacity: 80%;
  background-color: var(--white-color-300);
  color: var(--dark-color);
}
.main-checkout .item-left .summary-line {
  display: flex;
  justify-content: space-between;
  margin-bottom: 0.5rem;
}
.main-checkout .item-left .summary-line span {
  color: var(--white-color);
}
.main-checkout .item-left .total-line {
  font-size: 1rem;
  border-top: 1px solid #dee2e6;
  margin: 1rem 0;
  padding-top: 0.5rem;
}
@media screen and (max-width: 769px) {
  .main-checkout .item-left .total-line {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 426px) {
  .main-checkout .item-left .total-line {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 376px) {
  .main-checkout .item-left .total-line {
    font-size: 1.1rem;
  }
}
@media screen and (max-width: 321px) {
  .main-checkout .item-left .total-line {
    font-size: 1rem;
  }
}

@media (max-width: 767.98px) {
  .responsive-cart {
    flex-direction: column !important;
    align-items: center !important;
    text-align: center;
  }
  .cart-img-wrap {
    margin-bottom: 1rem;
  }
  .cart-text {
    margin-bottom: 0.5rem;
  }
  .cart-price {
    margin-bottom: 0.5rem;
  }
  .cart-delete {
    width: 100%;
    display: flex;
    justify-content: flex-end;
  }
}
.card-payment {
  margin-top: 100px;
}
@media screen and (max-width: 426px) {
  .card-payment {
    margin-top: 50px;
  }
}
.card-payment .Payment-success {
  box-shadow: 0 6px 20px rgba(255, 255, 255, 0.15);
  border: 1px solid var(--border-color);
  border-radius: var(--border-radius-active);
  width: 600px;
  padding: 20px;
  margin: auto;
  background-size: 400% 400%;
  animation: bgMove 10s ease infinite;
  animation: floatBox 6s ease-in-out infinite;
}
@media screen and (max-width: 426px) {
  .card-payment .Payment-success {
    width: 100%;
  }
}
.card-payment .Payment-success h2 {
  color: #155724;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 376px) {
  .card-payment .Payment-success h2 {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 321px) {
  .card-payment .Payment-success h2 {
    font-size: 1rem;
  }
}
.card-payment .Payment-success svg.status {
  width: 100px;
  height: 100px;
  display: block;
  margin: 0 auto 10px auto;
  border-radius: 50%;
  background: #d7fde1;
  color: #155724;
  animation: pulse1 2s infinite ease-in-out;
}
@keyframes bgMove {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
@keyframes pulse1 {
  0% {
    transform: scale(1);
    box-shadow: 0 0 0 0 rgba(21, 87, 36, 0.4);
  }
  70% {
    transform: scale(1.05);
    box-shadow: 0 0 0 10px rgba(21, 87, 36, 0);
  }
  100% {
    transform: scale(1);
    box-shadow: 0 0 0 0 rgba(21, 87, 36, 0);
  }
}
@keyframes floatBox {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-6px);
  }
  100% {
    transform: translateY(0px);
  }
}
.card-payment .Payment-error {
  box-shadow: 0 6px 20px rgba(255, 255, 255, 0.15);
  border: 1px solid var(--border-color);
  border-radius: var(--border-radius-active);
  width: 600px;
  padding: 20px;
  margin: auto;
  background-size: 400% 400%;
  animation: bgMove 10s ease infinite;
  animation: floatBox 6s ease-in-out infinite;
}
@media screen and (max-width: 426px) {
  .card-payment .Payment-error {
    width: 100%;
  }
}
.card-payment .Payment-error h2 {
  color: #a4282a;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 376px) {
  .card-payment .Payment-error h2 {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 321px) {
  .card-payment .Payment-error h2 {
    font-size: 1rem;
  }
}
.card-payment .Payment-error svg.status {
  width: 100px;
  height: 100px;
  display: block;
  margin: 0 auto 10px auto;
  border-radius: 50%;
  background: #fdecea;
  color: #a4282a;
  animation: pulse 2s infinite ease-in-out;
}
@keyframes bgMove {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
@keyframes pulse {
  0% {
    transform: scale(1);
    box-shadow: 0 0 0 0 rgba(87, 21, 21, 0.4);
  }
  70% {
    transform: scale(1.05);
    box-shadow: 0 0 0 10px rgba(21, 87, 36, 0);
  }
  100% {
    transform: scale(1);
    box-shadow: 0 0 0 0 rgba(21, 87, 36, 0);
  }
}
@keyframes floatBox {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-6px);
  }
  100% {
    transform: translateY(0px);
  }
}

@media screen and (max-width: 376px) {
  .main-product-single .product-details {
    margin-top: 50px;
  }
}
.main-product-single .product-details .product-title {
  text-align: right;
}
@media screen and (max-width: 769px) {
  .main-product-single .product-details .product-title {
    text-align: center;
  }
}
.main-product-single .product-details .description-title {
  font-size: 1rem;
}
@media screen and (max-width: 1025px) {
  .main-product-single .product-details .description-title {
    font-size: 10px;
  }
}
.main-product-single .product-details ul {
  line-height: 1.6rem;
  padding-right: 0.5rem;
  list-style: none;
  direction: rtl;
}
@media screen and (max-width: 1025px) {
  .main-product-single .product-details ul {
    padding-right: 0;
    line-height: 1.3rem;
  }
}
.main-product-single .product-details ul li {
  position: relative;
  padding-right: 1.5rem;
  margin-bottom: 0.75rem;
  font-weight: 500;
  color: var(--text-muted);
  font-size: 0.9rem;
}
.main-product-single .product-details ul li::before {
  content: "★";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  color: var(--text-muted);
  font-weight: bold;
  font-size: 1.2rem;
  transition: color 0.3s;
}
.main-product-single .product-details ul li:hover::before {
  color: var(--theme-color-100);
}
@media screen and (max-width: 1024px) {
  .main-product-single .product-details ul li {
    font-size: 0.7rem;
  }
}
@media screen and (max-width: 769px) {
  .main-product-single .product-details ul li {
    font-size: 0.7rem;
  }
}
@media screen and (max-width: 426px) {
  .main-product-single .product-details ul li {
    font-size: 0.8rem;
  }
}
@media screen and (max-width: 321px) {
  .main-product-single .product-details ul li {
    font-size: 0.65rem;
  }
}
.main-product-single .breadcrumb {
  display: flex;
  align-items: center;
  padding: 0.75rem 0;
  font-size: 0.875rem;
  color: #6b7280;
}
.main-product-single .breadcrumb a {
  color: #6b7280;
  text-decoration: none;
}
.main-product-single .breadcrumb a:hover {
  color: #4b5563;
}
.main-product-single .breadcrumb a i {
  color: var(--theme-color-100);
}
.main-product-single .breadcrumb .breadcrumb-separator {
  margin: 0 0.25rem;
}
.main-product-single .breadcrumb .current-page {
  font-weight: 500;
  color: var(--theme-color-100);
}
.main-product-single .product-layout {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  margin-top: 1rem;
  margin-bottom: 2rem;
}
.main-product-single .product-images {
  position: relative;
}
.main-product-single .product-images .main-image {
  width: 100%;
  height: 300px;
  aspect-ratio: 1;
  overflow: hidden;
  border-radius: 0.375rem;
  margin-bottom: 1rem;
}
@media screen and (max-width: 769px) {
  .main-product-single .product-images .main-image {
    height: 300px;
  }
}
@media screen and (max-width: 376px) {
  .main-product-single .product-images .main-image {
    padding: 1px 10px;
  }
}
.main-product-single .product-images .main-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
@media screen and (max-width: 376px) {
  .main-product-single .product-images .main-image img {
    width: 90%;
    height: 200px;
    padding-right: 30px;
  }
}
.main-product-single .product-images .image-thumbnails {
  display: flex;
  gap: 0.5rem;
  overflow-x: auto;
  padding-bottom: 0.5rem;
}
@media screen and (max-width: 376px) {
  .main-product-single .product-images .image-thumbnails {
    right: 20px;
    top: 250px;
    position: absolute;
  }
}
@media screen and (max-width: 321px) {
  .main-product-single .product-images .image-thumbnails {
    right: 0px;
    top: 250px;
    position: absolute;
  }
}
.main-product-single .product-images .image-thumbnails .thumbnail-btn {
  width: 6rem;
  height: 6rem;
  border: 2px solid transparent;
  border-radius: 0.25rem;
  overflow: hidden;
  cursor: pointer;
  flex-shrink: 0;
}
.main-product-single .product-images .image-thumbnails .thumbnail-btn.active {
  border-color: #1e40af;
}
.main-product-single .product-images .image-thumbnails .thumbnail-btn img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.main-product-single .product-images .image-controls {
  text-align: center;
}
.main-product-single .product-images .image-controls button {
  background: none;
  border: 1px solid var(--border-color);
}
.main-product-single .product-images .image-controls button svg {
  width: 20px;
  height: 20px;
  color: var(--theme-color-100);
}
@media screen and (max-width: 376px) {
  .main-product-single .product-images .image-controls {
    position: absolute;
    top: 60%;
  }
}
.main-product-single .product-images .image-nav-btn {
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  padding: 8px 16px;
  border-radius: 8px;
  cursor: pointer;
  font-weight: bold;
  color: #333;
  transition: background 0.2s ease;
}
.main-product-single .product-images .image-nav-btn:hover {
  background-color: #ddd;
}
.main-product-single .product-description {
  color: #4b5563;
  margin-bottom: 1rem;
}
.main-product-single .tabs {
  margin-top: 3rem;
}
.main-product-single .tabs .Features {
  text-align: right;
}
@media screen and (max-width: 426px) {
  .main-product-single .tabs .Features {
    text-align: center;
  }
}
.main-product-single .tabs .Features ul {
  line-height: 1.6rem;
  padding-right: 0.5rem;
  list-style: none;
  direction: rtl;
}
@media screen and (max-width: 1025px) {
  .main-product-single .tabs .Features ul {
    padding-right: 0;
    line-height: 1.3rem;
  }
}
.main-product-single .tabs .Features ul li {
  position: relative;
  padding-right: 1.5rem;
  margin-bottom: 0.75rem;
  font-weight: 500;
  color: var(--text-muted);
  font-size: 0.9rem;
}
.main-product-single .tabs .Features ul li::before {
  content: "★";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  color: var(--text-muted);
  font-weight: bold;
  font-size: 1.2rem;
  transition: color 0.3s;
}
.main-product-single .tabs .Features ul li:hover::before {
  color: var(--theme-color-100);
}
@media screen and (max-width: 1024px) {
  .main-product-single .tabs .Features ul li {
    font-size: 0.7rem;
  }
}
@media screen and (max-width: 426px) {
  .main-product-single .tabs .Features ul li {
    font-size: 1rem;
  }
  .main-product-single .tabs .Features ul li::before {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    color: var(--text-muted);
    font-weight: bold;
    font-size: 1.2rem;
    transition: color 0.3s;
  }
}
@media screen and (max-width: 426px) {
  .main-product-single .tabs .Features ul li {
    font-size: 0.8rem;
  }
}
@media screen and (max-width: 321px) {
  .main-product-single .tabs .Features ul li {
    font-size: 0.65rem;
  }
}
.main-product-single .tabs .tab-buttons {
  display: flex;
  border-bottom: 1px solid var(--border-color);
}
.main-product-single .tabs .tab-buttons .tab-btn {
  padding: 0.75rem 1rem;
  font-size: 0.875rem;
  font-weight: 500;
  color: #6b7280;
  background: none;
  border: none;
  border-bottom: 2px solid transparent;
  cursor: pointer;
}
.main-product-single .tabs .tab-buttons .tab-btn.active {
  color: var(--theme-color-100);
  border-bottom-color: var(--theme-color-100);
}
.main-product-single .tabs .tab-content {
  padding: 1rem 0;
}
.main-product-single .tabs .tab-content .tab-pane {
  display: none;
}
.main-product-single .tabs .tab-content .tab-pane.active {
  display: block;
}
.main-product-single .tabs .tab-content .tab-pane p {
  color: var(--text-muted);
  line-height: 2rem;
}
@media screen and (max-width: 769px) {
  .main-product-single .tabs .tab-content .tab-pane p {
    font-size: 0.8rem;
  }
}
@media screen and (max-width: 321px) {
  .main-product-single .tabs .tab-content .tab-pane p {
    font-size: 0.65rem;
  }
}
.main-product-single .tabs .tab-content .tab-pane ul {
  line-height: 2rem;
}
.main-product-single .tabs .tab-content .tab-pane ul li {
  color: var(--text-muted);
}
@media screen and (max-width: 769px) {
  .main-product-single .tabs .tab-content .tab-pane ul li {
    font-size: 0.8rem;
  }
}
@media screen and (max-width: 321px) {
  .main-product-single .tabs .tab-content .tab-pane ul li {
    font-size: 0.65rem;
  }
}
.main-product-single .tabs .tab-content .tab-pane h3 {
  font-weight: bold;
  color: var(--theme-color-100);
  padding-bottom: 1rem;
}
.main-product-single
  .tabs
  .tab-content
  .tab-pane
  .product-sliders
  .slider-wrapper
  .slider-title-mobile {
  position: relative;
  display: none;
}
.main-product-single
  .tabs
  .tab-content
  .tab-pane
  .product-sliders
  .slider-wrapper
  .slider-title-mobile
  .slider-nav-wrapper {
  position: absolute;
  right: 5px;
}
.main-product-single
  .tabs
  .tab-content
  .tab-pane
  .product-sliders
  .slider-wrapper
  .slider-title-mobile
  .slider-nav-wrapper
  .custom-swiper-prev1,
.main-product-single
  .tabs
  .tab-content
  .tab-pane
  .product-sliders
  .slider-wrapper
  .slider-title-mobile
  .slider-nav-wrapper
  .custom-swiper-next1 {
  background: none;
  border: none;
  color: var(--theme-color-100);
}
.main-product-single
  .tabs
  .tab-content
  .tab-pane
  .product-sliders
  .slider-wrapper
  .slider-title-mobile
  .slider-nav-wrapper
  .custom-swiper-prev2,
.main-product-single
  .tabs
  .tab-content
  .tab-pane
  .product-sliders
  .slider-wrapper
  .slider-title-mobile
  .slider-nav-wrapper
  .custom-swiper-next2 {
  background: none;
  border: none;
  color: var(--theme-color-100) 2;
}
.main-product-single
  .tabs
  .tab-content
  .tab-pane
  .product-sliders
  .slider-wrapper
  .slider-title-mobile
  .slider-nav-wrapper
  .custom-swiper-prev3,
.main-product-single
  .tabs
  .tab-content
  .tab-pane
  .product-sliders
  .slider-wrapper
  .slider-title-mobile
  .slider-nav-wrapper
  .custom-swiper-next3 {
  background: none;
  border: none;
  color: var(--theme-color-100);
}
@media screen and (max-width: 426px) {
  .main-product-single
    .tabs
    .tab-content
    .tab-pane
    .product-sliders
    .slider-wrapper
    .slider-title-mobile
    .slider-nav-wrapper {
    right: 30px;
  }
}
@media screen and (max-width: 376px) {
  .main-product-single
    .tabs
    .tab-content
    .tab-pane
    .product-sliders
    .slider-wrapper
    .slider-title-mobile
    .slider-nav-wrapper {
    right: 25px;
  }
}
@media screen and (max-width: 321px) {
  .main-product-single
    .tabs
    .tab-content
    .tab-pane
    .product-sliders
    .slider-wrapper
    .slider-title-mobile
    .slider-nav-wrapper {
    right: 23px;
  }
}
@media screen and (max-width: 769px) {
  .main-product-single
    .tabs
    .tab-content
    .tab-pane
    .product-sliders
    .slider-wrapper
    .slider-title-mobile {
    display: flex;
    right: 0;
  }
}
.main-product-single
  .tabs
  .tab-content
  .tab-pane
  .product-sliders
  .slider-wrapper
  .section-right-sm
  strong {
  color: var(--theme-color-100);
}
@media screen and (max-width: 321px) {
  .main-product-single
    .tabs
    .tab-content
    .tab-pane
    .product-sliders
    .slider-wrapper
    .section-right-sm
    strong {
    font-size: 0.9rem;
  }
}
.main-product-single
  .tabs
  .tab-content
  .tab-pane
  .product-sliders
  .slider-wrapper
  .section-right-sm
  a {
  font-size: 0.7rem;
}
@media screen and (max-width: 321px) {
  .main-product-single
    .tabs
    .tab-content
    .tab-pane
    .product-sliders
    .slider-wrapper
    .section-right-sm
    a {
    font-size: 0.6rem;
  }
}
.main-product-single
  .tabs
  .tab-content
  .tab-pane
  .product-sliders
  .slider-wrapper
  .row-slider {
  border: 1px solid var(--border-color);
  border-radius: var(--border-radius-active);
  padding: 20px 1px;
}
@media screen and (max-width: 769px) {
  .main-product-single
    .tabs
    .tab-content
    .tab-pane
    .product-sliders
    .slider-wrapper
    .row-slider {
    border: none;
  }
}
.main-product-single
  .tabs
  .tab-content
  .tab-pane
  .product-sliders
  .slider-wrapper
  .row-slider
  .right-section {
  margin-top: 180px;
}
.main-product-single
  .tabs
  .tab-content
  .tab-pane
  .product-sliders
  .slider-wrapper
  .row-slider
  .right-section
  strong {
  font-size: 1.5rem;
  display: block;
  color: var(--theme-color-100);
}
.main-product-single
  .tabs
  .tab-content
  .tab-pane
  .product-sliders
  .slider-wrapper
  .row-slider
  .right-section
  .custom-swiper-prev1,
.main-product-single
  .tabs
  .tab-content
  .tab-pane
  .product-sliders
  .slider-wrapper
  .row-slider
  .right-section
  .custom-swiper-next1 {
  background: none;
  border: none;
  color: var(--theme-color-100);
}
.main-product-single
  .tabs
  .tab-content
  .tab-pane
  .product-sliders
  .slider-wrapper
  .row-slider
  .right-section
  .custom-swiper-prev2,
.main-product-single
  .tabs
  .tab-content
  .tab-pane
  .product-sliders
  .slider-wrapper
  .row-slider
  .right-section
  .custom-swiper-next2 {
  background: none;
  border: none;
  color: var(--theme-color-100) 2;
}
.main-product-single
  .tabs
  .tab-content
  .tab-pane
  .product-sliders
  .slider-wrapper
  .row-slider
  .right-section
  .custom-swiper-prev3,
.main-product-single
  .tabs
  .tab-content
  .tab-pane
  .product-sliders
  .slider-wrapper
  .row-slider
  .right-section
  .custom-swiper-next3 {
  background: none;
  border: none;
  color: var(--theme-color-100);
}
.main-product-single
  .tabs
  .tab-content
  .tab-pane
  .product-sliders
  .slider-wrapper
  .row-slider
  .swiper-wrapper {
  padding: 1px 1px;
}
@media screen and (max-width: 426px) {
  .main-product-single
    .tabs
    .tab-content
    .tab-pane
    .product-sliders
    .slider-wrapper
    .row-slider
    .swiper-wrapper
    .swiper-slide {
    margin-top: 1px;
  }
}
.main-product-single
  .tabs
  .tab-content
  .tab-pane
  .product-sliders
  .slider-wrapper
  .row-slider
  .swiper-wrapper
  .swiper-slide
  .slider-card-glass {
  width: 250px;
  height: 430px;
  background: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-radius: var(--border-radius-active);
  box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 0px 1.5px;
  border-left: 1px solid #ddd;
  display: flex;
  flex-direction: column;
  transition: all 0.3s ease;
  direction: rtl;
}
@media screen and (max-width: 1025px) {
  .main-product-single
    .tabs
    .tab-content
    .tab-pane
    .product-sliders
    .slider-wrapper
    .row-slider
    .swiper-wrapper
    .swiper-slide
    .slider-card-glass {
    width: 215px;
    height: 390px;
  }
}
@media screen and (max-width: 769px) {
  .main-product-single
    .tabs
    .tab-content
    .tab-pane
    .product-sliders
    .slider-wrapper
    .row-slider
    .swiper-wrapper
    .swiper-slide
    .slider-card-glass {
    width: 335px;
    height: 450px;
  }
}
@media screen and (max-width: 426px) {
  .main-product-single
    .tabs
    .tab-content
    .tab-pane
    .product-sliders
    .slider-wrapper
    .row-slider
    .swiper-wrapper
    .swiper-slide
    .slider-card-glass {
    margin-right: 25px;
    height: 460px;
  }
}
@media screen and (max-width: 376px) {
  .main-product-single
    .tabs
    .tab-content
    .tab-pane
    .product-sliders
    .slider-wrapper
    .row-slider
    .swiper-wrapper
    .swiper-slide
    .slider-card-glass {
    width: 300px;
    margin-right: 15px;
    height: 460px;
  }
}
@media screen and (max-width: 321px) {
  .main-product-single
    .tabs
    .tab-content
    .tab-pane
    .product-sliders
    .slider-wrapper
    .row-slider
    .swiper-wrapper
    .swiper-slide
    .slider-card-glass {
    width: 250px;
    height: 420px;
    margin-right: 10px;
  }
}
.main-product-single
  .tabs
  .tab-content
  .tab-pane
  .product-sliders
  .slider-wrapper
  .row-slider
  .swiper-wrapper
  .swiper-slide
  .slider-card-glass
  .card-img-top {
  width: 100%;
  height: 200px;
  object-fit: cover;
  display: block;
  padding: 15px;
}
@media screen and (max-width: 1025px) {
  .main-product-single
    .tabs
    .tab-content
    .tab-pane
    .product-sliders
    .slider-wrapper
    .row-slider
    .swiper-wrapper
    .swiper-slide
    .slider-card-glass
    .card-img-top {
    height: 170px;
  }
}
@media screen and (max-width: 769px) {
  .main-product-single
    .tabs
    .tab-content
    .tab-pane
    .product-sliders
    .slider-wrapper
    .row-slider
    .swiper-wrapper
    .swiper-slide
    .slider-card-glass
    .card-img-top {
    height: 230px;
  }
}
@media screen and (max-width: 321px) {
  .main-product-single
    .tabs
    .tab-content
    .tab-pane
    .product-sliders
    .slider-wrapper
    .row-slider
    .swiper-wrapper
    .swiper-slide
    .slider-card-glass
    .card-img-top {
    height: 200px;
  }
}
.main-product-single
  .tabs
  .tab-content
  .tab-pane
  .product-sliders
  .slider-wrapper
  .row-slider
  .swiper-wrapper
  .swiper-slide
  .slider-card-glass
  .card-body {
  padding: 1rem;
  text-align: right;
}
.main-product-single
  .tabs
  .tab-content
  .tab-pane
  .product-sliders
  .slider-wrapper
  .row-slider
  .swiper-wrapper
  .swiper-slide
  .slider-card-glass
  .card-body
  .card-title {
  font-size: 1rem;
  font-weight: bold;
  margin-bottom: 0.75rem;
  color: #1c1c1c;
}
@media screen and (max-width: 376px) {
  .main-product-single
    .tabs
    .tab-content
    .tab-pane
    .product-sliders
    .slider-wrapper
    .row-slider
    .swiper-wrapper
    .swiper-slide
    .slider-card-glass
    .card-body
    .card-title {
    font-size: 0.9rem;
  }
}
@media screen and (max-width: 321px) {
  .main-product-single
    .tabs
    .tab-content
    .tab-pane
    .product-sliders
    .slider-wrapper
    .row-slider
    .swiper-wrapper
    .swiper-slide
    .slider-card-glass
    .card-body
    .card-title {
    font-size: 0.8rem;
  }
}
.main-product-single
  .tabs
  .tab-content
  .tab-pane
  .product-sliders
  .slider-wrapper
  .row-slider
  .swiper-wrapper
  .swiper-slide
  .slider-card-glass
  .card-body
  .card-desc {
  font-size: 0.9rem;
  color: var(--text-muted);
  line-height: 1.5;
  margin-bottom: 1rem;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media screen and (max-width: 376px) {
  .main-product-single
    .tabs
    .tab-content
    .tab-pane
    .product-sliders
    .slider-wrapper
    .row-slider
    .swiper-wrapper
    .swiper-slide
    .slider-card-glass
    .card-body
    .card-desc {
    font-size: 0.8rem;
  }
}
@media screen and (max-width: 321px) {
  .main-product-single
    .tabs
    .tab-content
    .tab-pane
    .product-sliders
    .slider-wrapper
    .row-slider
    .swiper-wrapper
    .swiper-slide
    .slider-card-glass
    .card-body
    .card-desc {
    font-size: 0.7rem;
  }
}
.main-product-single
  .tabs
  .tab-content
  .tab-pane
  .product-sliders
  .slider-wrapper
  .row-slider
  .swiper-wrapper
  .swiper-slide
  .slider-card-glass
  .card-body
  .price-box {
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.main-product-single
  .tabs
  .tab-content
  .tab-pane
  .product-sliders
  .slider-wrapper
  .row-slider
  .swiper-wrapper
  .swiper-slide
  .slider-card-glass
  .card-body
  .price-box
  .old-price {
  text-decoration: line-through;
  font-size: 0.85rem;
  color: #999;
}
.main-product-single
  .tabs
  .tab-content
  .tab-pane
  .product-sliders
  .slider-wrapper
  .row-slider
  .swiper-wrapper
  .swiper-slide
  .slider-card-glass
  .card-body
  .price-box
  .new-price {
  font-size: 1.1rem;
  color: #001f5c;
  font-weight: bold;
}
.main-product-single
  .tabs
  .tab-content
  .tab-pane
  .product-sliders
  .slider-wrapper
  .row-slider
  .swiper-wrapper
  .swiper-slide.last-visible
  .slider-card-glass {
  border-left: none;
}
.main-product-single .tabs .detail-slider .slider-wrapper .slider-title-mobile {
  position: relative;
  display: none;
}
.main-product-single
  .tabs
  .detail-slider
  .slider-wrapper
  .slider-title-mobile
  .slider-nav-wrapper {
  position: absolute;
  right: 5px;
}
.main-product-single
  .tabs
  .detail-slider
  .slider-wrapper
  .slider-title-mobile
  .slider-nav-wrapper
  .custom-swiper-prev22,
.main-product-single
  .tabs
  .detail-slider
  .slider-wrapper
  .slider-title-mobile
  .slider-nav-wrapper
  .custom-swiper-next22 {
  background: none;
  border: none;
  color: var(--theme-color-100);
}
.main-product-single
  .tabs
  .detail-slider
  .slider-wrapper
  .slider-title-mobile
  .slider-nav-wrapper
  .custom-swiper-prev22,
.main-product-single
  .tabs
  .detail-slider
  .slider-wrapper
  .slider-title-mobile
  .slider-nav-wrapper
  .custom-swiper-next22 {
  background: none;
  border: none;
  color: var(--theme-color-100);
}
.main-product-single
  .tabs
  .detail-slider
  .slider-wrapper
  .slider-title-mobile
  .slider-nav-wrapper
  .custom-swiper-prev22,
.main-product-single
  .tabs
  .detail-slider
  .slider-wrapper
  .slider-title-mobile
  .slider-nav-wrapper
  .custom-swiper-next22 {
  background: none;
  border: none;
  color: var(--theme-color-100);
}
@media screen and (max-width: 426px) {
  .main-product-single
    .tabs
    .detail-slider
    .slider-wrapper
    .slider-title-mobile
    .slider-nav-wrapper {
    right: 30px;
  }
}
@media screen and (max-width: 376px) {
  .main-product-single
    .tabs
    .detail-slider
    .slider-wrapper
    .slider-title-mobile
    .slider-nav-wrapper {
    right: 25px;
  }
}
@media screen and (max-width: 321px) {
  .main-product-single
    .tabs
    .detail-slider
    .slider-wrapper
    .slider-title-mobile
    .slider-nav-wrapper {
    right: 23px;
  }
}
@media screen and (max-width: 769px) {
  .main-product-single
    .tabs
    .detail-slider
    .slider-wrapper
    .slider-title-mobile {
    display: flex;
    right: 0;
  }
}
.main-product-single
  .tabs
  .detail-slider
  .slider-wrapper
  .section-right-sm
  strong {
  color: var(--theme-color-100);
}
@media screen and (max-width: 321px) {
  .main-product-single
    .tabs
    .detail-slider
    .slider-wrapper
    .section-right-sm
    strong {
    font-size: 0.9rem;
  }
}
.main-product-single .tabs .detail-slider .slider-wrapper .section-right-sm a {
  font-size: 0.7rem;
}
@media screen and (max-width: 321px) {
  .main-product-single
    .tabs
    .detail-slider
    .slider-wrapper
    .section-right-sm
    a {
    font-size: 0.6rem;
  }
}
.main-product-single
  .tabs
  .detail-slider
  .slider-wrapper
  .row-slider
  .slider-nav-wrapper-desktop {
  margin-right: -120px;
}
@media screen and (max-width: 1025px) {
  .main-product-single
    .tabs
    .detail-slider
    .slider-wrapper
    .row-slider
    .slider-nav-wrapper-desktop {
    margin-right: -70px;
  }
}
@media screen and (max-width: 769px) {
  .main-product-single .tabs .detail-slider .slider-wrapper .row-slider {
    border: none;
  }
}
.main-product-single
  .tabs
  .detail-slider
  .slider-wrapper
  .row-slider
  .right-section {
  margin-top: 0;
}
.main-product-single
  .tabs
  .detail-slider
  .slider-wrapper
  .row-slider
  .right-section
  strong {
  font-size: 1.5rem;
  display: block;
  color: var(--theme-color-100);
}
.main-product-single
  .tabs
  .detail-slider
  .slider-wrapper
  .row-slider
  .right-section
  .custom-swiper-prev22,
.main-product-single
  .tabs
  .detail-slider
  .slider-wrapper
  .row-slider
  .right-section
  .custom-swiper-next22 {
  background: none;
  border: none;
  color: var(--theme-color-100);
}
.main-product-single
  .tabs
  .detail-slider
  .slider-wrapper
  .row-slider
  .right-section
  .custom-swiper-prev22,
.main-product-single
  .tabs
  .detail-slider
  .slider-wrapper
  .row-slider
  .right-section
  .custom-swiper-next22 {
  background: none;
  border: none;
  color: var(--theme-color-100) 2;
}
.main-product-single
  .tabs
  .detail-slider
  .slider-wrapper
  .row-slider
  .right-section
  .custom-swiper-prev32,
.main-product-single
  .tabs
  .detail-slider
  .slider-wrapper
  .row-slider
  .right-section
  .custom-swiper-next2 {
  background: none;
  border: none;
  color: var(--theme-color-100);
}
@media screen and (max-width: 1025px) {
  .main-product-single
    .tabs
    .detail-slider
    .slider-wrapper
    .row-slider
    .swiper-wrapper
    .swiper-slide {
    margin-right: 2px;
  }
}
@media screen and (max-width: 426px) {
  .main-product-single
    .tabs
    .detail-slider
    .slider-wrapper
    .row-slider
    .swiper-wrapper
    .swiper-slide {
    margin-top: 1px;
  }
}
.main-product-single
  .tabs
  .detail-slider
  .slider-wrapper
  .row-slider
  .swiper-wrapper
  .swiper-slide
  .slider-card-glass {
  width: 250px;
  height: 440px;
  background: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-radius: var(--border-radius-active);
  box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 0px 1.5px;
  border-left: 1px solid #ddd;
  display: flex;
  flex-direction: column;
  transition: all 0.3s ease;
  direction: rtl;
}
@media screen and (max-width: 1025px) {
  .main-product-single
    .tabs
    .detail-slider
    .slider-wrapper
    .row-slider
    .swiper-wrapper
    .swiper-slide
    .slider-card-glass {
    width: 215px;
    height: 410px;
  }
}
@media screen and (max-width: 769px) {
  .main-product-single
    .tabs
    .detail-slider
    .slider-wrapper
    .row-slider
    .swiper-wrapper
    .swiper-slide
    .slider-card-glass {
    width: 335px;
    height: 470px;
  }
}
@media screen and (max-width: 426px) {
  .main-product-single
    .tabs
    .detail-slider
    .slider-wrapper
    .row-slider
    .swiper-wrapper
    .swiper-slide
    .slider-card-glass {
    margin-right: 30px;
  }
}
@media screen and (max-width: 376px) {
  .main-product-single
    .tabs
    .detail-slider
    .slider-wrapper
    .row-slider
    .swiper-wrapper
    .swiper-slide
    .slider-card-glass {
    width: 300px;
    margin-right: 25px;
    height: 460px;
  }
}
@media screen and (max-width: 321px) {
  .main-product-single
    .tabs
    .detail-slider
    .slider-wrapper
    .row-slider
    .swiper-wrapper
    .swiper-slide
    .slider-card-glass {
    width: 250px;
    height: 420px;
    margin-right: 23px;
  }
}
.main-product-single
  .tabs
  .detail-slider
  .slider-wrapper
  .row-slider
  .swiper-wrapper
  .swiper-slide
  .slider-card-glass
  .card-img-top {
  width: 100%;
  height: 200px;
  object-fit: cover;
  display: block;
  padding: 15px;
}
@media screen and (max-width: 1025px) {
  .main-product-single
    .tabs
    .detail-slider
    .slider-wrapper
    .row-slider
    .swiper-wrapper
    .swiper-slide
    .slider-card-glass
    .card-img-top {
    height: 170px;
  }
}
@media screen and (max-width: 769px) {
  .main-product-single
    .tabs
    .detail-slider
    .slider-wrapper
    .row-slider
    .swiper-wrapper
    .swiper-slide
    .slider-card-glass
    .card-img-top {
    height: 230px;
  }
}
@media screen and (max-width: 321px) {
  .main-product-single
    .tabs
    .detail-slider
    .slider-wrapper
    .row-slider
    .swiper-wrapper
    .swiper-slide
    .slider-card-glass
    .card-img-top {
    height: 200px;
  }
}
.main-product-single
  .tabs
  .detail-slider
  .slider-wrapper
  .row-slider
  .swiper-wrapper
  .swiper-slide
  .slider-card-glass
  .card-body {
  padding: 1rem;
  text-align: right;
}
.main-product-single
  .tabs
  .detail-slider
  .slider-wrapper
  .row-slider
  .swiper-wrapper
  .swiper-slide
  .slider-card-glass
  .card-body
  .card-title {
  font-size: 1rem;
  font-weight: bold;
  margin-bottom: 0.75rem;
  color: #1c1c1c;
}
@media screen and (max-width: 376px) {
  .main-product-single
    .tabs
    .detail-slider
    .slider-wrapper
    .row-slider
    .swiper-wrapper
    .swiper-slide
    .slider-card-glass
    .card-body
    .card-title {
    font-size: 0.9rem;
  }
}
@media screen and (max-width: 321px) {
  .main-product-single
    .tabs
    .detail-slider
    .slider-wrapper
    .row-slider
    .swiper-wrapper
    .swiper-slide
    .slider-card-glass
    .card-body
    .card-title {
    font-size: 0.8rem;
  }
}
.main-product-single
  .tabs
  .detail-slider
  .slider-wrapper
  .row-slider
  .swiper-wrapper
  .swiper-slide
  .slider-card-glass
  .card-body
  .card-desc {
  font-size: 0.9rem;
  color: var(--text-muted);
  line-height: 1.5;
  margin-bottom: 1rem;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media screen and (max-width: 376px) {
  .main-product-single
    .tabs
    .detail-slider
    .slider-wrapper
    .row-slider
    .swiper-wrapper
    .swiper-slide
    .slider-card-glass
    .card-body
    .card-desc {
    font-size: 0.8rem;
  }
}
@media screen and (max-width: 321px) {
  .main-product-single
    .tabs
    .detail-slider
    .slider-wrapper
    .row-slider
    .swiper-wrapper
    .swiper-slide
    .slider-card-glass
    .card-body
    .card-desc {
    font-size: 0.7rem;
  }
}
.main-product-single
  .tabs
  .detail-slider
  .slider-wrapper
  .row-slider
  .swiper-wrapper
  .swiper-slide
  .slider-card-glass
  .card-body
  .price-box {
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.main-product-single
  .tabs
  .detail-slider
  .slider-wrapper
  .row-slider
  .swiper-wrapper
  .swiper-slide
  .slider-card-glass
  .card-body
  .price-box
  .old-price {
  text-decoration: line-through;
  font-size: 0.85rem;
  color: #999;
}
.main-product-single
  .tabs
  .detail-slider
  .slider-wrapper
  .row-slider
  .swiper-wrapper
  .swiper-slide
  .slider-card-glass
  .card-body
  .price-box
  .new-price {
  font-size: 1.1rem;
  color: #001f5c;
  font-weight: bold;
}
.main-product-single
  .tabs
  .detail-slider
  .slider-wrapper
  .row-slider
  .swiper-wrapper
  .swiper-slide.last-visible
  .slider-card-glass {
  border-left: none;
}
.main-product-single .reviewer-stars i {
  font-size: 0.875rem;
}
.main-product-single .review-action i {
  margin-right: 0.25rem;
}
@media (min-width: 768px) {
  .main-product-single .products-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}
.main-product-single .cart-item-details h4 {
  font-weight: 500;
}
.main-product-single .item-left {
  border: 1px solid var(--border-color);
  border-radius: var(--border-radius-active);
  height: 350px;
  padding: 20px 20px;
  width: 100%;
}
@media screen and (max-width: 769px) {
  .main-product-single .item-left {
    width: 100%;
  }
}
.main-product-single .item-left .header-card ul {
  line-height: 2rem;
}
.main-product-single .item-left .header-card ul li {
  font-size: 0.8rem;
  color: var(--text-muted);
}
@media screen and (max-width: 1024px) {
  .main-product-single .item-left .header-card ul li {
    font-size: 0.6rem;
  }
}
@media screen and (max-width: 769px) {
  .main-product-single .item-left .header-card ul li {
    font-size: 0.9rem;
  }
}
@media screen and (max-width: 426px) {
  .main-product-single .item-left .header-card ul li {
    font-size: 0.8rem;
    line-height: 2rem;
  }
}
@media screen and (max-width: 321px) {
  .main-product-single .item-left .header-card ul li {
    font-size: 0.65rem;
  }
}
.main-product-single .item-left .header-card ul li a {
  color: var(--text-muted);
}
.main-product-single .item-left .header-card ul li a:hover {
  color: var(--theme-color-100);
}

@media screen and (max-width: 426px) {
  .main-product .product-overview {
    padding: 1px 20px;
  }
}
.main-product .product-overview .cart-item,
.main-product .product-overview .cart-item-active {
  background: rgba(255, 255, 255, 0.79);
  border: 1px solid var(--border-color);
  border-radius: var(--border-radius-active);
  padding: 30px 20px;
  margin-bottom: 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  margin-right: 20px;
  transition: all 0.4s ease;
  cursor: pointer;
}
@media screen and (max-width: 1025px) {
  .main-product .product-overview .cart-item,
  .main-product .product-overview .cart-item-active {
    height: 370px;
  }
}
@media screen and (max-width: 992px) {
  .main-product .product-overview .cart-item,
  .main-product .product-overview .cart-item-active {
    height: 400px;
  }
}
@media screen and (max-width: 426px) {
  .main-product .product-overview .cart-item,
  .main-product .product-overview .cart-item-active {
    height: 250px;
    width: 300px;
    margin-right: 0;
  }
}
.main-product .product-overview .cart-item i,
.main-product .product-overview .cart-item-active i {
  font-size: 50px;
  margin-bottom: 15px;
  color: var(--theme-color-100);
  transition: color 0.3s ease;
}
.main-product .product-overview .cart-item h3,
.main-product .product-overview .cart-item-active h3 {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 15px;
  color: var(--dark-color);
  transition: color 0.3s ease;
}
@media screen and (max-width: 426px) {
  .main-product .product-overview .cart-item h3,
  .main-product .product-overview .cart-item-active h3 {
    font-size: 17px;
  }
}
@media screen and (max-width: 321px) {
  .main-product .product-overview .cart-item h3,
  .main-product .product-overview .cart-item-active h3 {
    font-size: 14px;
  }
}
.main-product .product-overview .cart-item .description,
.main-product .product-overview .cart-item-active .description {
  font-size: 16px;
  color: #555;
  line-height: 1.9;
  flex-grow: 1;
  overflow: hidden;
  margin-bottom: 20px;
  text-align: center;
  transition: color 0.3s ease;
}
@media screen and (max-width: 426px) {
  .main-product .product-overview .cart-item .description,
  .main-product .product-overview .cart-item-active .description {
    font-size: 13px;
  }
}
@media screen and (max-width: 321px) {
  .main-product .product-overview .cart-item .description,
  .main-product .product-overview .cart-item-active .description {
    font-size: 11px;
  }
}
.main-product .product-overview .cart-item a.buy-btn,
.main-product .product-overview .cart-item-active a.buy-btn {
  font-weight: bold;
  color: var(--theme-color-100);
  transition: color 0.3s ease;
}
.main-product .product-overview .cart-item a.buy-btn:hover,
.main-product .product-overview .cart-item-active a.buy-btn:hover {
  color: var(--theme-hover-color);
}
.main-product .product-overview .cart-item-active {
  background: var(--theme-color-100);
  transform: scale(1.03);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.15);
}
.main-product .product-overview .cart-item-active i {
  color: var(--white-color);
}
.main-product .product-overview .cart-item-active h3 {
  color: white;
}
.main-product .product-overview .cart-item-active .description {
  color: var(--white-color-200);
}
.main-product .product-overview .cart-item-active a.buy-btn {
  color: var(--white-color);
}
.main-product .product-overview .cart-item-active a.buy-btn:hover {
  color: var(--white-color);
}
.main-product .product-sliders .slider-wrapper .slider-title-mobile {
  position: relative;
  display: none;
}
.main-product
  .product-sliders
  .slider-wrapper
  .slider-title-mobile
  .slider-nav-wrapper {
  position: absolute;
  right: 5px;
}
.main-product
  .product-sliders
  .slider-wrapper
  .slider-title-mobile
  .slider-nav-wrapper
  .custom-swiper-prev1,
.main-product
  .product-sliders
  .slider-wrapper
  .slider-title-mobile
  .slider-nav-wrapper
  .custom-swiper-next1 {
  background: none;
  border: none;
  color: var(--theme-color-100);
}
.main-product
  .product-sliders
  .slider-wrapper
  .slider-title-mobile
  .slider-nav-wrapper
  .custom-swiper-prev2,
.main-product
  .product-sliders
  .slider-wrapper
  .slider-title-mobile
  .slider-nav-wrapper
  .custom-swiper-next2 {
  background: none;
  border: none;
  color: var(--theme-color-100) 2;
}
.main-product
  .product-sliders
  .slider-wrapper
  .slider-title-mobile
  .slider-nav-wrapper
  .custom-swiper-prev3,
.main-product
  .product-sliders
  .slider-wrapper
  .slider-title-mobile
  .slider-nav-wrapper
  .custom-swiper-next3 {
  background: none;
  border: none;
  color: var(--theme-color-100);
}
@media screen and (max-width: 426px) {
  .main-product
    .product-sliders
    .slider-wrapper
    .slider-title-mobile
    .slider-nav-wrapper {
    right: 30px;
  }
}
@media screen and (max-width: 376px) {
  .main-product
    .product-sliders
    .slider-wrapper
    .slider-title-mobile
    .slider-nav-wrapper {
    right: 25px;
  }
}
@media screen and (max-width: 321px) {
  .main-product
    .product-sliders
    .slider-wrapper
    .slider-title-mobile
    .slider-nav-wrapper {
    right: 23px;
  }
}
@media screen and (max-width: 769px) {
  .main-product .product-sliders .slider-wrapper .slider-title-mobile {
    display: flex;
    right: 0;
  }
}
.main-product .product-sliders .slider-wrapper .section-right-sm h2 {
  font-weight: bold;
  color: var(--theme-color-100);
}
.main-product .product-sliders .slider-wrapper .section-right-sm a {
  font-size: 0.7rem;
}
@media screen and (max-width: 321px) {
  .main-product .product-sliders .slider-wrapper .section-right-sm a {
    font-size: 0.6rem;
  }
}
.main-product .product-sliders .slider-wrapper .row-slider {
  border: 1px solid var(--border-color);
  border-radius: var(--border-radius-active);
  padding: 20px 1px;
}
@media screen and (max-width: 769px) {
  .main-product .product-sliders .slider-wrapper .row-slider {
    border: none;
  }
}
.main-product .product-sliders .slider-wrapper .row-slider .right-section {
  margin-top: 180px;
}
.main-product
  .product-sliders
  .slider-wrapper
  .row-slider
  .right-section
  strong {
  font-size: 1.5rem;
  display: block;
  color: var(--theme-color-100);
}
.main-product
  .product-sliders
  .slider-wrapper
  .row-slider
  .right-section
  .custom-swiper-prev1,
.main-product
  .product-sliders
  .slider-wrapper
  .row-slider
  .right-section
  .custom-swiper-next1 {
  background: none;
  border: none;
  color: var(--theme-color-100);
}
.main-product
  .product-sliders
  .slider-wrapper
  .row-slider
  .right-section
  .custom-swiper-prev2,
.main-product
  .product-sliders
  .slider-wrapper
  .row-slider
  .right-section
  .custom-swiper-next2 {
  background: none;
  border: none;
  color: var(--theme-color-100) 2;
}
.main-product
  .product-sliders
  .slider-wrapper
  .row-slider
  .right-section
  .custom-swiper-prev3,
.main-product
  .product-sliders
  .slider-wrapper
  .row-slider
  .right-section
  .custom-swiper-next3 {
  background: none;
  border: none;
  color: var(--theme-color-100);
}
.main-product .product-sliders .slider-wrapper .row-slider .swiper-wrapper {
  padding: 1px 1px;
}
@media screen and (max-width: 426px) {
  .main-product
    .product-sliders
    .slider-wrapper
    .row-slider
    .swiper-wrapper
    .swiper-slide {
    margin-top: 1px;
  }
}
.main-product
  .product-sliders
  .slider-wrapper
  .row-slider
  .swiper-wrapper
  .swiper-slide
  .slider-card-glass {
  width: 250px;
  height: 420px;
  background: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-radius: var(--border-radius-active);
  box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 0px 1.5px;
  border-left: 1px solid #ddd;
  display: flex;
  flex-direction: column;
  transition: all 0.3s ease;
  direction: rtl;
}
@media screen and (max-width: 1025px) {
  .main-product
    .product-sliders
    .slider-wrapper
    .row-slider
    .swiper-wrapper
    .swiper-slide
    .slider-card-glass {
    width: 215px;
    height: 390px;
  }
}
@media screen and (max-width: 769px) {
  .main-product
    .product-sliders
    .slider-wrapper
    .row-slider
    .swiper-wrapper
    .swiper-slide
    .slider-card-glass {
    width: 335px;
    height: 450px;
  }
}
@media screen and (max-width: 426px) {
  .main-product
    .product-sliders
    .slider-wrapper
    .row-slider
    .swiper-wrapper
    .swiper-slide
    .slider-card-glass {
    margin-right: 30px;
  }
}
@media screen and (max-width: 376px) {
  .main-product
    .product-sliders
    .slider-wrapper
    .row-slider
    .swiper-wrapper
    .swiper-slide
    .slider-card-glass {
    width: 300px;
    margin-right: 25px;
    height: 440px;
  }
}
@media screen and (max-width: 321px) {
  .main-product
    .product-sliders
    .slider-wrapper
    .row-slider
    .swiper-wrapper
    .swiper-slide
    .slider-card-glass {
    width: 250px;
    height: 400px;
    margin-right: 23px;
  }
}
.main-product
  .product-sliders
  .slider-wrapper
  .row-slider
  .swiper-wrapper
  .swiper-slide
  .slider-card-glass
  .card-img-top {
  width: 100%;
  height: 200px;
  object-fit: cover;
  display: block;
  padding: 15px;
}
@media screen and (max-width: 1025px) {
  .main-product
    .product-sliders
    .slider-wrapper
    .row-slider
    .swiper-wrapper
    .swiper-slide
    .slider-card-glass
    .card-img-top {
    height: 170px;
  }
}
@media screen and (max-width: 769px) {
  .main-product
    .product-sliders
    .slider-wrapper
    .row-slider
    .swiper-wrapper
    .swiper-slide
    .slider-card-glass
    .card-img-top {
    height: 230px;
  }
}
@media screen and (max-width: 321px) {
  .main-product
    .product-sliders
    .slider-wrapper
    .row-slider
    .swiper-wrapper
    .swiper-slide
    .slider-card-glass
    .card-img-top {
    height: 200px;
  }
}
.main-product
  .product-sliders
  .slider-wrapper
  .row-slider
  .swiper-wrapper
  .swiper-slide
  .slider-card-glass
  .card-body {
  padding: 1rem;
  text-align: right;
}
.main-product
  .product-sliders
  .slider-wrapper
  .row-slider
  .swiper-wrapper
  .swiper-slide
  .slider-card-glass
  .card-body
  .card-title {
  font-size: 1rem;
  font-weight: bold;
  margin-bottom: 0.75rem;
  color: #1c1c1c;
}
@media screen and (max-width: 376px) {
  .main-product
    .product-sliders
    .slider-wrapper
    .row-slider
    .swiper-wrapper
    .swiper-slide
    .slider-card-glass
    .card-body
    .card-title {
    font-size: 0.9rem;
  }
}
@media screen and (max-width: 321px) {
  .main-product
    .product-sliders
    .slider-wrapper
    .row-slider
    .swiper-wrapper
    .swiper-slide
    .slider-card-glass
    .card-body
    .card-title {
    font-size: 0.8rem;
  }
}
.main-product
  .product-sliders
  .slider-wrapper
  .row-slider
  .swiper-wrapper
  .swiper-slide
  .slider-card-glass
  .card-body
  .card-desc {
  font-size: 0.9rem;
  color: var(--text-muted);
  line-height: 1.5;
  margin-bottom: 1rem;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media screen and (max-width: 376px) {
  .main-product
    .product-sliders
    .slider-wrapper
    .row-slider
    .swiper-wrapper
    .swiper-slide
    .slider-card-glass
    .card-body
    .card-desc {
    font-size: 0.8rem;
  }
}
@media screen and (max-width: 321px) {
  .main-product
    .product-sliders
    .slider-wrapper
    .row-slider
    .swiper-wrapper
    .swiper-slide
    .slider-card-glass
    .card-body
    .card-desc {
    font-size: 0.7rem;
  }
}
.main-product
  .product-sliders
  .slider-wrapper
  .row-slider
  .swiper-wrapper
  .swiper-slide
  .slider-card-glass
  .card-body
  .price-box {
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.main-product
  .product-sliders
  .slider-wrapper
  .row-slider
  .swiper-wrapper
  .swiper-slide
  .slider-card-glass
  .card-body
  .price-box
  .old-price {
  text-decoration: line-through;
  font-size: 0.85rem;
  color: #999;
}
.main-product
  .product-sliders
  .slider-wrapper
  .row-slider
  .swiper-wrapper
  .swiper-slide
  .slider-card-glass
  .card-body
  .price-box
  .new-price {
  font-size: 1.1rem;
  color: #001f5c;
  font-weight: bold;
}
.main-product
  .product-sliders
  .slider-wrapper
  .row-slider
  .swiper-wrapper
  .swiper-slide.last-visible
  .slider-card-glass {
  border-left: none;
}

@media screen and (max-width: 426px) {
  .main-index .product-overview {
    padding: 1px 20px;
  }
  .main-cart {
    margin-left: 20px;
  }
}
@media screen and (max-width: 376px) {
  .main-cart {
    margin-left: 9px;
  }
}
@media screen and (max-width: 321px) {
  .main-cart {
    margin-left: 0px;
  }
}

/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */

.main-index .product-overview .cart-item,
.main-index .product-overview .cart-item-active {
  background: rgba(255, 255, 255, 0.79);
  border: 1px solid var(--border-color);
  border-radius: var(--border-radius-active);
  padding: 30px 20px;
  margin-bottom: 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  height: 200px;
  margin-right: 10px;
  width: 300px;
  transition: all 0.4s ease;
  cursor: pointer;
}
@media screen and (max-width: 1025px) {
  .main-index .product-overview .cart-item,
  .main-index .product-overview .cart-item-active {
    height: 150px;
    width: 200px;
  }
}
@media screen and (max-width: 992px) {
  .main-index .product-overview .cart-item,
  .main-index .product-overview .cart-item-active {
    height: 150px;
    width: 150px;
  }
}

@media screen and (max-width: 767px) {
  .main-index .product-overview .cart-item,
  .main-index .product-overview .cart-item-active {
    width: 45%;
    margin-right: 20px;
  }
}
@media screen and (max-width: 576px) {
  .main-index .product-overview .cart-item,
  .main-index .product-overview .cart-item-active {
    margin-right: 10px;
    width: 40%;
  }
}
@media screen and (max-width: 321px) {
  .main-index .product-overview .cart-item,
  .main-index .product-overview .cart-item-active {
    height: 130px;
    width: 130px;
  }
}

@media screen and (max-width: 316px) {
  .main-index .product-overview .cart-item,
  .main-index .product-overview .cart-item-active {
    padding: 10px 5px;

    height: 100px;
    width: 100px;
  }
}

.main-index .product-overview .cart-item i,
.main-index .product-overview .cart-item-active i {
  font-size: 50px;
  margin-bottom: 15px;
  color: var(--theme-color-100);
  transition: color 0.3s ease;
}
.main-index .product-overview .cart-item h3,
.main-index .product-overview .cart-item-active h3 {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 15px;
  color: var(--dark-color);
  transition: color 0.3s ease;
}
@media screen and (max-width: 1025px) {
  .main-index .product-overview .cart-item h3,
  .main-index .product-overview .cart-item-active h3 {
    font-size: 17px;
  }
}
@media screen and (max-width: 992px) {
  .main-index .product-overview .cart-item h3,
  .main-index .product-overview .cart-item-active h3 {
    font-size: 12px;
  }
  .main-index .product-overview .cart-item .buy-btn,
  .main-index .product-overview .cart-item-active .buy-btn {
    font-size: 13px;
  }
}

@media screen and (max-width: 767px) {
  .main-index .product-overview .cart-item h3,
  .main-index .product-overview .cart-item-active h3 {
    font-size: 13px;
  }
}

@media screen and (max-width: 321px) {
  .main-index .product-overview .cart-item h3,
  .main-index .product-overview .cart-item-active h3 {
    font-size: 10px;
  }
  .main-index .product-overview .cart-item .buy-btn,
  .main-index .product-overview .cart-item-active .buy-btn {
    font-size: 11px;
  }
}
@media screen and (max-width: 316px) {
  .main-index .product-overview .cart-item h3,
  .main-index .product-overview .cart-item-active h3 {
    font-size: 10px;
  }
  .main-index .product-overview .cart-item .buy-btn,
  .main-index .product-overview .cart-item-active .buy-btn {
    font-size: 10px;
  }
}
.main-index .product-overview .cart-item .description,
.main-index .product-overview .cart-item-active .description {
  font-size: 16px;
  color: #555;
  line-height: 1.9;
  flex-grow: 1;
  overflow: hidden;
  margin-bottom: 20px;
  text-align: center;
  transition: color 0.3s ease;
}
@media screen and (max-width: 426px) {
  .main-index .product-overview .cart-item .description,
  .main-index .product-overview .cart-item-active .description {
    font-size: 13px;
  }
}
@media screen and (max-width: 321px) {
  .main-index .product-overview .cart-item .description,
  .main-index .product-overview .cart-item-active .description {
    font-size: 11px;
  }
}
.main-index .product-overview .cart-item a.buy-btn,
.main-index .product-overview .cart-item-active a.buy-btn {
  font-weight: bold;
  color: var(--theme-color-100);
  transition: color 0.3s ease;
}
.main-index .product-overview .cart-item a.buy-btn:hover,
.main-index .product-overview .cart-item-active a.buy-btn:hover {
  color: var(--theme-hover-color);
}
.main-index .product-overview .cart-item-active {
  background: var(--theme-color-100);
  transform: scale(1.03);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.15);
}
.main-index .product-overview .cart-item-active i {
  color: var(--white-color);
}
.main-index .product-overview .cart-item-active h3 {
  color: white;
}
.main-index .product-overview .cart-item-active .description {
  color: var(--white-color-200);
}
.main-index .product-overview .cart-item-active a.buy-btn {
  color: var(--white-color);
}
.main-index .product-overview .cart-item-active a.buy-btn:hover {
  color: var(--white-color);
}
.main-index .brand-overview {
  margin-top: 20px;
}
@media screen and (max-width: 426px) {
  .main-index .brand-overview {
    padding-bottom: 200px;
  }
}
@media screen and (max-width: 321px) {
  .main-index .brand-overview {
    padding-bottom: 100px;
    padding-right: 20px;
    padding-left: 20px;
  }
}
.main-index .brand-overview .cart-item,
.main-index .brand-overview .cart-item-active {
  transition: 1s;
  background: white;
  border-radius: var(--border-radius-active);
  padding: 10px 20px;
  margin-bottom: 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  width: 400px;
  margin-right: 20px;
  cursor: pointer;
}

@media screen and (max-width: 1025px) {
  .main-index .brand-overview .cart-item,
  .main-index .brand-overview .cart-item-active {
    height: 370px;
    width: 300px;
  }
}
@media screen and (max-width: 992px) {
  .main-index .brand-overview .cart-item,
  .main-index .brand-overview .cart-item-active {
    width: 150px;
    height: 150px;
  }
  .main-index .brand-overview .cart-item p,
  .main-index .brand-overview .cart-item-active p {
    display: none;
  }
  .main-index .brand-overview .cart-item .brand-img,
  .main-index .brand-overview .cart-item-active .brand-img {
    width: 100%;
    height: 100%;
  }
}
@media screen and (max-width: 577px) {
  .main-index .brand-overview .cart-item,
  .main-index .brand-overview .cart-item-active {
    width: 100px;
    height: 100px;
    margin-left: 15px;
  }
  .main-index .brand-overview .cart-item p,
  .main-index .brand-overview .cart-item-active p {
    display: none;
  }
  .main-index .brand-overview .cart-item .brand-img,
  .main-index .brand-overview .cart-item-active .brand-img {
    width: 100%;
    height: 100%;
  }

  .brand-overview {
    padding-left: 100px;
    height: 250px;
    padding: 0;
  }
}
@media screen and (max-width: 387px) {
  .main-index .brand-overview .cart-item,
  .main-index .brand-overview .cart-item-active {
    width: 90px;
    height: 90px;
    margin-left: 13px;
  }
  .main-index .brand-overview .cart-item p,
  .main-index .brand-overview .cart-item-active p {
    display: none;
  }
  .main-index .brand-overview .cart-item .brand-img,
  .main-index .brand-overview .cart-item-active .brand-img {
    width: 100%;
    height: 100%;
  }

  .brand-overview {
    padding-left: 100px;
    height: 250px;
    padding: 0;
  }
}
@media screen and (max-width: 350px) {
  .main-index .brand-overview .cart-item,
  .main-index .brand-overview .cart-item-active {
    padding: 5px;
    width: 70px;
    height: 70px;
    margin-left: 10px;
  }
  .main-index .brand-overview .cart-item p,
  .main-index .brand-overview .cart-item-active p {
    display: none;
  }
  .main-index .brand-overview .cart-item .brand-img,
  .main-index .brand-overview .cart-item-active .brand-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center; /* اختیاری برای مرکز کردن تصویر */
  }

  .brand-overview {
    padding-left: 100px;
    height: 250px;
    padding: 0;
  }
}
@media screen and (max-width: 316px) {
  .main-index .brand-overview .cart-item,
  .main-index .brand-overview .cart-item-active {
    padding: 5px;
    width: 60px;
    height: 60px;
    margin-left: 10px;
  }
  .main-index .brand-overview .cart-item p,
  .main-index .brand-overview .cart-item-active p {
    display: none;
  }
  .main-index .brand-overview .cart-item .brand-img,
  .main-index .brand-overview .cart-item-active .brand-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center; /* اختیاری برای مرکز کردن تصویر */
  }

  .brand-overview {
    padding-left: 100px;
    height: 250px;
    padding: 0;
  }
}

.main-index .brand-overview .cart-item i,
.main-index .brand-overview .cart-item-active i {
  font-size: 50px;
  margin-bottom: 15px;
  color: var(--theme-color-100);
  transition: color 0.3s ease;
}
.main-index .brand-overview .cart-item p,
.main-index .brand-overview .cart-item-active p {
  color: white;
}
.main-index .brand-overview .cart-item h3,
.main-index .brand-overview .cart-item-active h3 {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 15px;
  color: var(--white-color);
  transition: color 0.3s ease;
}
@media screen and (max-width: 426px) {
  .main-index .brand-overview .cart-item h3,
  .main-index .brand-overview .cart-item-active h3 {
    font-size: 17px;
  }
}
@media screen and (max-width: 321px) {
  .main-index .brand-overview .cart-item h3,
  .main-index .brand-overview .cart-item-active h3 {
    font-size: 14px;
  }
}
.main-index .brand-overview .cart-item .description,
.main-index .brand-overview .cart-item-active .description {
  font-size: 16px;
  color: white;
  line-height: 1.9;
  flex-grow: 1;
  overflow: hidden;
  margin-bottom: 20px;
  text-align: center;
  transition: color 0.3s ease;
}
@media screen and (max-width: 426px) {
  .main-index .brand-overview .cart-item .description,
  .main-index .brand-overview .cart-item-active .description {
    font-size: 13px;
  }
}
@media screen and (max-width: 321px) {
  .main-index .brand-overview .cart-item .description,
  .main-index .brand-overview .cart-item-active .description {
    font-size: 11px;
  }
}
.main-index .brand-overview .cart-item a.buy-btn,
.main-index .brand-overview .cart-item-active a.buy-btn {
  font-weight: bold;
  color: var(--theme-color-100);
  transition: color 0.3s ease;
}
.main-index .brand-overview .cart-item a.buy-btn:hover,
.main-index .brand-overview .cart-item-active a.buy-btn:hover {
  color: var(--theme-hover-color);
}
.main-index .brand-overview .cart-item-active {
  transform: scale(1.03);
  box-shadow: rgba(63, 63, 255, 0.25) 0px 60px 60px -12px inset,
    rgba(12, 91, 222, 0.3) 0px 18px 36px -18px inset;
  animation: pulseInsetShadow 2.8s ease-in-out infinite;
}
@keyframes pulseInsetShadow {
  0%,
  100% {
    box-shadow: rgba(63, 63, 255, 0.25) 0px 60px 60px -12px inset,
      rgba(12, 91, 222, 0.3) 0px 18px 36px -18px inset;
  }
  50% {
    box-shadow: rgba(63, 63, 255, 0.4) 0px 65px 70px -10px inset,
      rgba(12, 91, 222, 0.5) 0px 20px 40px -16px inset;
  }
}
.main-index .brand-overview .cart-item-active i {
  color: var(--white-color);
}
.main-index .brand-overview .cart-item-active p {
  color: white;
}
.main-index .brand-overview .cart-item-active h3 {
  color: white;
}
.main-index .brand-overview .cart-item-active .description {
  color: var(--white-color);
}
.main-index .brand-overview .cart-item-active a.buy-btn {
  color: var(--white-color);
}
.main-index .brand-overview .cart-item-active a.buy-btn:hover {
  color: var(--white-color);
}
.main-index .advantages-section {
  direction: rtl;
  padding-bottom: 3rem;
  /* انیمیشن بالا و پایین رفتن روی دسکتاپ */
  /* غیرفعال کردن انیمیشن روی موبایل و تبلت */
  /* انیمیشن شناور بالا و پایین */
}
.main-index .advantages-section .card,
.main-index .advantages-section .card-theme {
  border: 1px solid var(--border-color);
  border-radius: var(--border-radius-active);
  height: 300px;
  text-align: center;
  padding: 1.5rem;
  transition: transform 0.3s ease-in-out;
}

.main-index .advantages-section .card:hover,
.main-index .advantages-section .card-theme:hover {
  cursor: pointer;
}
.main-index .advantages-section .card .icon svg,
.main-index .advantages-section .card-theme .icon svg {
  width: 80px;
  height: 80px;
  stroke-width: 1.5;
}
.main-index .advantages-section .card .title,
.main-index .advantages-section .card-theme .title {
  font-weight: bold;
  margin-bottom: 0.75rem;
  font-size: 1.25rem;
}
.main-index .advantages-section .card p,
.main-index .advantages-section .card-theme p {
  line-height: 1.8rem;
  font-size: 0.95rem;
}
.main-index .advantages-section .card .icon,
.main-index .advantages-section .card-theme .icon {
  color: var(--theme-color-100);
}
.main-index .advantages-section .card-theme {
  background: var(--theme-color-100);
}
.main-index .advantages-section .card-theme .icon {
  color: var(--white-color);
}
.main-index .advantages-section .card-theme .title {
  color: var(--white-color);
}
.main-index .advantages-section .card-theme p {
  color: var(--white-color-300);
}
.main-index .advantages-section .card-theme:hover {
  cursor: pointer;
}

@media screen and (max-width: 1025px) {
  .main-index .advantages-section .card,
  .main-index .advantages-section .card-theme {
    height: 250px;
  }
  .main-index .advantages-section .card .icon svg,
  .main-index .advantages-section .card-theme .icon svg {
    width: 60px;
    height: 60px;
    stroke-width: 1.5;
  }

  .main-index .advantages-section .card .title,
  .main-index .advantages-section .card-theme .title {
    font-size: 0.9rem;
  }

  .main-index .advantages-section .card p,
  .main-index .advantages-section .card-theme p {
    line-height: 1.8rem;
    font-size: 0.8rem;
  }
}
@media screen and (max-width: 426px) {
  .main-index .advantages-section .card,
  .main-index .advantages-section .card-theme {
    height: 150px;
  }
  .main-index .advantages-section .card .icon svg,
  .main-index .advantages-section .card-theme .icon svg {
    width: 50px;
    height: 50px;
    stroke-width: 1.5;
  }

  .main-index .advantages-section .card .title,
  .main-index .advantages-section .card-theme .title {
    font-size: 0.7rem;
  }

  .main-index .advantages-section .card p,
  .main-index .advantages-section .card-theme p {
    display: none;
  }
}
@media screen and (max-width: 376px) {
  .main-index .advantages-section .card,
  .main-index .advantages-section .card-theme {
    height: 120px;
  }
  .main-index .advantages-section .card .icon svg,
  .main-index .advantages-section .card-theme .icon svg {
    width: 40px;
    height: 40px;
    stroke-width: 1.5;
  }

  .main-index .advantages-section .card .title,
  .main-index .advantages-section .card-theme .title {
    font-size: 0.5rem;
  }

  .main-index .advantages-section .card p,
  .main-index .advantages-section .card-theme p {
    display: none;
  }
}
@media screen and (max-width: 327px) {
  .main-index .advantages-section .card,
  .main-index .advantages-section .card-theme {
    padding-left: 0;
    padding-right: 0;
    padding-top: 20px;
    height: 100px;
  }
  .main-index .advantages-section .card .icon svg,
  .main-index .advantages-section .card-theme .icon svg {
    width: 30px;
    height: 30px;
    stroke-width: 1.5;
  }

  .main-index .advantages-section .card .title,
  .main-index .advantages-section .card-theme .title {
    font-size: 0.6rem;
  }

  .main-index .advantages-section .card p,
  .main-index .advantages-section .card-theme p {
    display: none;
  }
}

@keyframes floatUpDown {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-15px);
  }
}
.main-index .purchase-process .section-start {
  width: 800px;
}
@media screen and (max-width: 426px) {
  .main-index .purchase-process .section-start {
    width: 100%;
  }
}
.main-index .purchase-process .process-section {
  position: relative;
}
@media screen and (max-width: 426px) {
  .main-index .purchase-process .process-section {
    padding-left: 15px;
  }
}
.main-index .purchase-process .timeline-line {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 4px;
  background: var(--white-color);
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}
@media screen and (max-width: 426px) {
  .main-index .purchase-process .timeline-line {
    left: 51.5%;
  }
}
@media screen and (max-width: 321px) {
  .main-index .purchase-process .timeline-line {
    left: 52%;
  }
}
.main-index .purchase-process .step-circle {
  width: 36px;
  height: 36px;

  border-radius: 50%;
  display: flex;
  margin-right: 35px;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  font-size: 16px;
  z-index: 2;
  position: relative;
  transition: background 0.3s ease;
}
.main-index .purchase-process .step-circle:hover {
  cursor: pointer;
}
.main-index .purchase-process .step-circle.active {
  background: var(--white-color);
  color: var(--theme-color-100);
}
@media screen and (max-width: 1025px) {
  .main-index .purchase-process .step-circle {
    margin-right: 35px;
  }
}
@media screen and (max-width: 769px) {
  .main-index .purchase-process .step-circle {
    margin-right: 28px;
  }
}

.main-index .purchase-process .step-content {
  padding: 15px 20px;
  background: white;
  border-radius: 10px;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.05);
  position: relative;
  z-index: 30;
}
.main-index .purchase-process .step-content:hover {
  cursor: pointer;
}
.main-index .purchase-process .step-content img {
  width: 80px;
  height: 80px;
  margin-bottom: 1rem;
}
.main-index .purchase-process .step-content .subtitle {
  font-size: 1.5rem;
  color: var(--dark-color);
  margin-bottom: 0.5rem;
}
.main-index .purchase-process .step-content p {
  line-height: 1.5rem;
}
@media (max-width: 767.98px) {
  .main-index .purchase-process .step-content .step-number-in-box {
    position: absolute;
    top: -18px;
    right: 50%;
    transform: translateX(50%);
    background: var(--white-color);
    color: var(--theme-color-100);
    width: 36px;
    height: 36px;
    border-radius: 50%;
    font-size: 16px;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
  }
}
@media (max-width: 767.98px) {
  .main-index .purchase-process .step-content {
    margin: 0 auto;
    padding-top: 50px;
    max-width: 90%;
  }
}
.main-index .purchase-process .step-content-theme {
  padding: 15px 20px;
  background: var(--theme-color-100);
  border-radius: 10px;
  position: relative;
  z-index: 30;
}
.main-index .purchase-process .step-content-theme img {
  width: 80px;
  height: 80px;
  margin-bottom: 1rem;
}
.main-index .purchase-process .step-content-theme .subtitle {
  font-size: 1.5rem;
  color: var(--white-color);
  margin-bottom: 0.5rem;
}
.main-index .purchase-process .step-content-theme p {
  line-height: 1.5rem;
  color: var(--white-color-200);
}
@media (max-width: 767.98px) {
  .main-index .purchase-process .step-content-theme .step-number-in-box {
    position: absolute;
    top: -18px;
    right: 50%;
    transform: translateX(50%);
    background: var(--white-color);
    color: var(--theme-color-100);
    width: 36px;
    height: 36px;
    border-radius: 50%;
    font-size: 16px;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
  }
}
@media (max-width: 767.98px) {
  .main-index .purchase-process .step-content-theme {
    margin: 0 auto;
    padding-top: 50px;
    max-width: 90%;
  }
}
.main-index .purchase-process .step-wrapper {
  position: relative;
  margin: 30px 0;
}
@media (max-width: 767.98px) {
  .main-index .purchase-process .step-wrapper {
    justify-content: center !important;
    text-align: center;
  }
}
.main-index .product-sliders .slider-wrapper .slider-title-mobile {
  position: relative;
  display: none;
}
.main-index
  .product-sliders
  .slider-wrapper
  .slider-title-mobile
  .slider-nav-wrapper {
  position: absolute;
  right: 5px;
}
.main-index
  .product-sliders
  .slider-wrapper
  .slider-title-mobile
  .slider-nav-wrapper
  .custom-swiper-prev1,
.main-index
  .product-sliders
  .slider-wrapper
  .slider-title-mobile
  .slider-nav-wrapper
  .custom-swiper-next1 {
  background: none;
  border: none;
  color: var(--theme-color-100);
}
.main-index
  .product-sliders
  .slider-wrapper
  .slider-title-mobile
  .slider-nav-wrapper
  .custom-swiper-prev2,
.main-index
  .product-sliders
  .slider-wrapper
  .slider-title-mobile
  .slider-nav-wrapper
  .custom-swiper-next2 {
  background: none;
  border: none;
  color: var(--theme-color-100) 2;
}
.main-index
  .product-sliders
  .slider-wrapper
  .slider-title-mobile
  .slider-nav-wrapper
  .custom-swiper-prev3,
.main-index
  .product-sliders
  .slider-wrapper
  .slider-title-mobile
  .slider-nav-wrapper
  .custom-swiper-next3 {
  background: none;
  border: none;
  color: var(--theme-color-100);
}
@media screen and (max-width: 426px) {
  .main-index
    .product-sliders
    .slider-wrapper
    .slider-title-mobile
    .slider-nav-wrapper {
    right: 30px;
  }
}
@media screen and (max-width: 376px) {
  .main-index
    .product-sliders
    .slider-wrapper
    .slider-title-mobile
    .slider-nav-wrapper {
    right: 25px;
  }
}
@media screen and (max-width: 321px) {
  .main-index
    .product-sliders
    .slider-wrapper
    .slider-title-mobile
    .slider-nav-wrapper {
    right: 23px;
  }
}
@media screen and (max-width: 769px) {
  .main-index .product-sliders .slider-wrapper .slider-title-mobile {
    display: flex;
    right: 0;
  }
}
.main-index .product-sliders .slider-wrapper .section-right-sm strong {
  color: var(--theme-color-100);
}
@media screen and (max-width: 321px) {
  .main-index .product-sliders .slider-wrapper .section-right-sm strong {
    font-size: 0.9rem;
  }
}
.main-index .product-sliders .slider-wrapper .section-right-sm a {
  font-size: 0.7rem;
}
@media screen and (max-width: 321px) {
  .main-index .product-sliders .slider-wrapper .section-right-sm a {
    font-size: 0.6rem;
  }
}
.main-index .product-sliders .slider-wrapper .row-slider {
  border: 1px solid var(--border-color);
  border-radius: var(--border-radius-active);
  padding: 20px 1px;
}
@media screen and (max-width: 769px) {
  .main-index .product-sliders .slider-wrapper .row-slider {
    border: none;
  }
}
.main-index .product-sliders .slider-wrapper .row-slider .right-section {
  margin-top: 180px;
}
.main-index .product-sliders .slider-wrapper .row-slider .right-section strong {
  font-size: 1.5rem;
  display: block;
  color: var(--theme-color-100);
}
.main-index
  .product-sliders
  .slider-wrapper
  .row-slider
  .right-section
  .custom-swiper-prev1,
.main-index
  .product-sliders
  .slider-wrapper
  .row-slider
  .right-section
  .custom-swiper-next1 {
  background: none;
  border: none;
  color: var(--theme-color-100);
}
.main-index
  .product-sliders
  .slider-wrapper
  .row-slider
  .right-section
  .custom-swiper-prev2,
.main-index
  .product-sliders
  .slider-wrapper
  .row-slider
  .right-section
  .custom-swiper-next2 {
  background: none;
  border: none;
  color: var(--theme-color-100) 2;
}
.main-index
  .product-sliders
  .slider-wrapper
  .row-slider
  .right-section
  .custom-swiper-prev3,
.main-index
  .product-sliders
  .slider-wrapper
  .row-slider
  .right-section
  .custom-swiper-next3 {
  background: none;
  border: none;
  color: var(--theme-color-100);
}
.main-index .product-sliders .slider-wrapper .row-slider .swiper-wrapper {
  padding: 1px 1px;
}
@media screen and (max-width: 426px) {
  .main-index
    .product-sliders
    .slider-wrapper
    .row-slider
    .swiper-wrapper
    .swiper-slide {
    margin-top: 1px;
  }
}
.main-index
  .product-sliders
  .slider-wrapper
  .row-slider
  .swiper-wrapper
  .swiper-slide
  .slider-card-glass {
  width: 250px;
  height: 420px;
  background: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-radius: var(--border-radius-active);
  box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 0px 1.5px;
  border-left: 1px solid #ddd;
  display: flex;
  flex-direction: column;
  transition: all 0.3s ease;
  direction: rtl;
}
@media screen and (max-width: 1025px) {
  .main-index
    .product-sliders
    .slider-wrapper
    .row-slider
    .swiper-wrapper
    .swiper-slide
    .slider-card-glass {
    width: 215px;
    height: 390px;
  }
}
@media screen and (max-width: 769px) {
  .main-index
    .product-sliders
    .slider-wrapper
    .row-slider
    .swiper-wrapper
    .swiper-slide
    .slider-card-glass {
    width: 335px;
    height: 450px;
  }
}
@media screen and (max-width: 426px) {
  .main-index
    .product-sliders
    .slider-wrapper
    .row-slider
    .swiper-wrapper
    .swiper-slide
    .slider-card-glass {
    margin-right: 30px;
  }
}
@media screen and (max-width: 376px) {
  .main-index
    .product-sliders
    .slider-wrapper
    .row-slider
    .swiper-wrapper
    .swiper-slide
    .slider-card-glass {
    width: 300px;
    margin-right: 25px;
    height: 440px;
  }
}
@media screen and (max-width: 321px) {
  .main-index
    .product-sliders
    .slider-wrapper
    .row-slider
    .swiper-wrapper
    .swiper-slide
    .slider-card-glass {
    width: 250px;
    height: 400px;
    margin-right: 23px;
  }
}
.main-index
  .product-sliders
  .slider-wrapper
  .row-slider
  .swiper-wrapper
  .swiper-slide
  .slider-card-glass
  .card-img-top {
  width: 100%;
  height: 200px;
  object-fit: cover;
  display: block;
  padding: 15px;
}
@media screen and (max-width: 1025px) {
  .main-index
    .product-sliders
    .slider-wrapper
    .row-slider
    .swiper-wrapper
    .swiper-slide
    .slider-card-glass
    .card-img-top {
    height: 170px;
  }
}
@media screen and (max-width: 769px) {
  .main-index
    .product-sliders
    .slider-wrapper
    .row-slider
    .swiper-wrapper
    .swiper-slide
    .slider-card-glass
    .card-img-top {
    height: 230px;
  }
}
@media screen and (max-width: 321px) {
  .main-index
    .product-sliders
    .slider-wrapper
    .row-slider
    .swiper-wrapper
    .swiper-slide
    .slider-card-glass
    .card-img-top {
    height: 200px;
  }
}
.main-index
  .product-sliders
  .slider-wrapper
  .row-slider
  .swiper-wrapper
  .swiper-slide
  .slider-card-glass
  .card-body {
  padding: 1rem;
  text-align: right;
}
.main-index
  .product-sliders
  .slider-wrapper
  .row-slider
  .swiper-wrapper
  .swiper-slide
  .slider-card-glass
  .card-body
  .card-title {
  font-size: 1rem;
  font-weight: bold;
  margin-bottom: 0.75rem;
  color: #1c1c1c;
}
@media screen and (max-width: 376px) {
  .main-index
    .product-sliders
    .slider-wrapper
    .row-slider
    .swiper-wrapper
    .swiper-slide
    .slider-card-glass
    .card-body
    .card-title {
    font-size: 0.9rem;
  }
}
@media screen and (max-width: 321px) {
  .main-index
    .product-sliders
    .slider-wrapper
    .row-slider
    .swiper-wrapper
    .swiper-slide
    .slider-card-glass
    .card-body
    .card-title {
    font-size: 0.8rem;
  }
}
.main-index
  .product-sliders
  .slider-wrapper
  .row-slider
  .swiper-wrapper
  .swiper-slide
  .slider-card-glass
  .card-body
  .card-desc {
  font-size: 0.9rem;
  color: var(--text-muted);
  line-height: 1.5;
  margin-bottom: 1rem;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media screen and (max-width: 376px) {
  .main-index
    .product-sliders
    .slider-wrapper
    .row-slider
    .swiper-wrapper
    .swiper-slide
    .slider-card-glass
    .card-body
    .card-desc {
    font-size: 0.8rem;
  }
}
@media screen and (max-width: 321px) {
  .main-index
    .product-sliders
    .slider-wrapper
    .row-slider
    .swiper-wrapper
    .swiper-slide
    .slider-card-glass
    .card-body
    .card-desc {
    font-size: 0.7rem;
  }
}
.main-index
  .product-sliders
  .slider-wrapper
  .row-slider
  .swiper-wrapper
  .swiper-slide
  .slider-card-glass
  .card-body
  .price-box {
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.main-index
  .product-sliders
  .slider-wrapper
  .row-slider
  .swiper-wrapper
  .swiper-slide
  .slider-card-glass
  .card-body
  .price-box
  .old-price {
  text-decoration: line-through;
  font-size: 0.85rem;
  color: #999;
}
.main-index
  .product-sliders
  .slider-wrapper
  .row-slider
  .swiper-wrapper
  .swiper-slide
  .slider-card-glass
  .card-body
  .price-box
  .new-price {
  font-size: 1.1rem;
  color: #001f5c;
  font-weight: bold;
}
.main-index
  .product-sliders
  .slider-wrapper
  .row-slider
  .swiper-wrapper
  .swiper-slide.last-visible
  .slider-card-glass {
  border-left: none;
}

.main-dashboard {
  height: 500px; /* Only applies to desktop initially */
  overflow: hidden; /* Only applies to desktop initially */
  margin-top: 0px;
  border-left: 1px solid var(--border-color);
  border-right: 1px solid var(--border-color);
  border-bottom: 1px solid var(--border-color);
  border-bottom-right-radius: var(--border-radius-active);
  border-bottom-left-radius: var(--border-radius-active);
}
@media screen and (max-width: 769px) {
  .main-dashboard {
    height: auto; /* Overrides fixed height for tablets and smaller */
    overflow: visible; /* Overrides hidden overflow for tablets and smaller */
    margin-top: 0;
    border-left: none;
    border-right: none;
    border-radius: 0;
  }
}
@media screen and (max-width: 426px) {
  .main-dashboard {
    margin-top: 0;
    border: none;
    /* Height and overflow are already handled by the 769px media query,
       but you can explicitly set them here again if you wish, though not necessary. */
  }
}
.main-dashboard .item-right {
  border-left: 1px solid var(--border-color);
}
@media screen and (max-width: 769px) {
  .main-dashboard .item-right {
    border-left: none;
    box-shadow: rgba(0, 0, 0, 0.45) 0px 25px 20px -20px;
  }
}
.main-dashboard .item-right .card-right {
  border-radius: var(--border-radius-active);
}
.main-dashboard .item-right .card-right ul li.active {
  font-size: 1rem;
}
.main-dashboard .item-right .card-right ul li.active span {
  color: var(--theme-color-100);
  font-weight: bold;
}
.main-dashboard .item-right .card-right ul li {
  font-size: 0.8rem;
  color: var(--text-muted);
}
.main-dashboard .item-right .card-right .position-relative img {
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
  border-radius: 12px;
}
.main-dashboard .item-right .card-right .position-relative label {
  color: var(--white-color);
  background-color: var(--theme-color-100);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.main-dashboard .item-right .card-right .position-relative label:hover {
  transform: translateY(-5px);
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.25);
}
.main-dashboard .item-left {
  /* These styles apply by default to desktop screens */
  height: 550px;
  padding-bottom: 10px;
  overflow-y: scroll;
  /* Media Query for tablets and smaller screens (max-width: 769px) */
}
@media screen and (max-width: 769px) {
  .main-dashboard .item-left {
    height: auto; /* Remove fixed height */
    padding-bottom: 0; /* Remove padding if not needed for scroll area */
    overflow-y: visible; /* Remove scrollbar, content will flow naturally */
  }
}
.main-dashboard .item-left .main-left {
  margin-bottom: 50px;
}
.main-dashboard .item-left .main-left .section-1 .stats-item {
  border-left: #000000;
}
.main-dashboard .item-left .main-left .section-1 .stats-item:last-child {
  border: none;
}
.main-dashboard .item-left .main-left .section-1 .stats-item .stat-2 {
  width: 100%;
  height: 150px;
  text-align: center;
  flex: 1 1 200px;
}
@media screen and (max-width: 769px) {
  .main-dashboard .item-left .main-left .section-1 .stats-item .stat-2 {
    height: 180px;
    background: var(--theme-color-100);
    text-align: center;
    flex: 1 1 200px;
    border-bottom-left-radius: 16px;
    border-bottom-right-radius: 16px;
  }
}
@media screen and (max-width: 426px) {
  .main-dashboard .item-left .main-left .section-1 .stats-item .stat-2 {
    width: 100%;
    height: 160px;
  }
}
@media screen and (max-width: 321px) {
  .main-dashboard .item-left .main-left .section-1 .stats-item .stat-2 {
    height: 140px;
  }
}
.main-dashboard .item-left .main-left .section-1 .stats-item .stat-2 svg {
  color: var(--theme-color-100);
  margin-bottom: 1rem;
}
@media screen and (max-width: 769px) {
  .main-dashboard .item-left .main-left .section-1 .stats-item .stat-2 svg {
    color: var(--white-color);
  }
}
.main-dashboard .item-left .main-left .section-1 .stats-item .stat-2 .number {
  font-size: 2rem;
  font-weight: bold;
  color: #222;
}
@media screen and (max-width: 769px) {
  .main-dashboard .item-left .main-left .section-1 .stats-item .stat-2 .number {
    color: var(--white-color);
  }
}
@media screen and (max-width: 376px) {
  .main-dashboard .item-left .main-left .section-1 .stats-item .stat-2 .number {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 321px) {
  .main-dashboard .item-left .main-left .section-1 .stats-item .stat-2 .number {
    font-size: 1.5rem;
  }
}
.main-dashboard .item-left .main-left .section-1 .stats-item .stat-2 .label {
  margin-top: 0.5rem;
  color: #666;
}
@media screen and (max-width: 769px) {
  .main-dashboard .item-left .main-left .section-1 .stats-item .stat-2 .label {
    color: var(--white-color-200);
  }
}
@media screen and (max-width: 376px) {
  .main-dashboard .item-left .main-left .section-1 .stats-item .stat-2 .label {
    font-size: 0.8rem;
  }
}
@media screen and (max-width: 321px) {
  .main-dashboard .item-left .main-left .section-1 .stats-item .stat-2 .label {
    font-size: 0.6rem;
  }
}
.main-dashboard
  .item-left
  .main-left
  .section-1
  .stats-item
  .stat-2
  .border-l-card {
  border-left: 1px solid var(--border-color);
}
@media screen and (max-width: 769px) {
  .main-dashboard
    .item-left
    .main-left
    .section-1
    .stats-item
    .stat-2
    .border-l-card {
    border-left: none;
  }
}
.main-dashboard .item-left .main-left .section-1 .stats-item .stat-3 {
  width: 100%;
  height: 150px;
  text-align: center;
  flex: 1 1 200px;
}
@media screen and (max-width: 426px) {
  .main-dashboard .item-left .main-left .section-1 .stats-item .stat-3 {
    margin-top: 20px;
    width: 100%;
    height: 160px;
  }
}
.main-dashboard .item-left .main-left .section-1 .stats-item .stat-3 svg {
  color: var(--theme-color-100);
  margin-bottom: 1rem;
}
.main-dashboard .item-left .main-left .section-1 .stats-item .stat-3 .number {
  font-size: 2rem;
  font-weight: bold;
  color: #222;
}
@media screen and (max-width: 376px) {
  .main-dashboard .item-left .main-left .section-1 .stats-item .stat-3 .number {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 321px) {
  .main-dashboard .item-left .main-left .section-1 .stats-item .stat-3 .number {
    font-size: 1.5rem;
  }
}
.main-dashboard .item-left .main-left .section-1 .stats-item .stat-3 .label {
  margin-top: 0.5rem;
  color: #666;
}
@media screen and (max-width: 376px) {
  .main-dashboard .item-left .main-left .section-1 .stats-item .stat-3 .label {
    font-size: 0.8rem;
  }
}
@media screen and (max-width: 321px) {
  .main-dashboard .item-left .main-left .section-1 .stats-item .stat-3 .label {
    font-size: 0.6rem;
  }
}
.main-dashboard
  .item-left
  .main-left
  .section-1
  .stats-item
  .stat-3
  .border-l-card {
  border-left: 1px solid var(--border-color);
}
@media screen and (max-width: 769px) {
  .main-dashboard
    .item-left
    .main-left
    .section-1
    .stats-item
    .stat-3
    .border-l-card {
    border-left: none;
  }
}
.main-dashboard .item-left .main-left .section-1 .stats-item .stat-4 {
  width: 100%;
  height: 180px;
  background: var(--theme-color-100);
  text-align: center;
  flex: 1 1 200px;
  border-bottom-left-radius: 16px;
  border-bottom-right-radius: 16px;
}
@media screen and (max-width: 769px) {
  .main-dashboard .item-left .main-left .section-1 .stats-item .stat-4 {
    height: 150px;
    background: none;
    border-radius: 0;
  }
}
@media screen and (max-width: 426px) {
  .main-dashboard .item-left .main-left .section-1 .stats-item .stat-4 {
    margin-top: 20px;
    width: 100%;
    height: 160px;
  }
}
.main-dashboard .item-left .main-left .section-1 .stats-item .stat-4 svg {
  color: var(--white-color);
  margin-bottom: 1rem;
}
@media screen and (max-width: 769px) {
  .main-dashboard .item-left .main-left .section-1 .stats-item .stat-4 svg {
    color: var(--theme-color-100);
  }
}
.main-dashboard .item-left .main-left .section-1 .stats-item .stat-4 .number {
  font-size: 2rem;
  font-weight: bold;
  color: white;
}
@media screen and (max-width: 769px) {
  .main-dashboard .item-left .main-left .section-1 .stats-item .stat-4 .number {
    color: var(--dark-color);
  }
}
@media screen and (max-width: 376px) {
  .main-dashboard .item-left .main-left .section-1 .stats-item .stat-4 .number {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 321px) {
  .main-dashboard .item-left .main-left .section-1 .stats-item .stat-4 .number {
    font-size: 1.5rem;
  }
}
.main-dashboard .item-left .main-left .section-1 .stats-item .stat-4 .label {
  margin-top: 0.5rem;
  color: var(--white-color-200);
}
@media screen and (max-width: 769px) {
  .main-dashboard .item-left .main-left .section-1 .stats-item .stat-4 .label {
    color: var(--text-muted);
  }
}
@media screen and (max-width: 376px) {
  .main-dashboard .item-left .main-left .section-1 .stats-item .stat-4 .label {
    font-size: 0.8rem;
  }
}
@media screen and (max-width: 321px) {
  .main-dashboard .item-left .main-left .section-1 .stats-item .stat-4 .label {
    font-size: 0.6rem;
  }
}
.main-dashboard .item-left .main-left .section-1 .stats-item .stat-1 {
  width: 100%;
  height: 180px;
  background: var(--theme-color-100);
  text-align: center;
  flex: 1 1 200px;
  border-bottom-left-radius: 16px;
  border-bottom-right-radius: 16px;
}
@media screen and (max-width: 426px) {
  .main-dashboard .item-left .main-left .section-1 .stats-item .stat-1 {
    width: 100%;
    height: 160px;
  }
}
@media screen and (max-width: 321px) {
  .main-dashboard .item-left .main-left .section-1 .stats-item .stat-1 {
    height: 140px;
  }
}
.main-dashboard .item-left .main-left .section-1 .stats-item .stat-1 svg {
  color: var(--white-color);
  margin-bottom: 1rem;
}
.main-dashboard .item-left .main-left .section-1 .stats-item .stat-1 .number {
  font-size: 2rem;
  font-weight: bold;
  color: white;
}
@media screen and (max-width: 376px) {
  .main-dashboard .item-left .main-left .section-1 .stats-item .stat-1 .number {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 321px) {
  .main-dashboard .item-left .main-left .section-1 .stats-item .stat-1 .number {
    font-size: 1.5rem;
  }
}
.main-dashboard .item-left .main-left .section-1 .stats-item .stat-1 .label {
  margin-top: 0.5rem;
  color: var(--white-color-200);
}
@media screen and (max-width: 376px) {
  .main-dashboard .item-left .main-left .section-1 .stats-item .stat-1 .label {
    font-size: 0.8rem;
  }
}
@media screen and (max-width: 321px) {
  .main-dashboard .item-left .main-left .section-1 .stats-item .stat-1 .label {
    font-size: 0.6rem;
  }
}
.main-dashboard .item-left .main-left .section-4 .custom-table-wrapper {
  border-radius: var(--border-radius-active);
  border: 1px solid var(--border-color);
  background-color: var(--white-color);
  overflow: hidden;
}
.main-dashboard
  .item-left
  .main-left
  .section-4
  .custom-table-wrapper
  .main-section {
  padding: 20px;
}
.main-dashboard
  .item-left
  .main-left
  .section-4
  .custom-table-wrapper
  .main-section
  .custom-table
  thead {
  background-color: var(--theme-color-100);
  color: var(--white-color);
}
.main-dashboard
  .item-left
  .main-left
  .section-4
  .custom-table-wrapper
  .main-section
  .custom-table
  th,
.main-dashboard
  .item-left
  .main-left
  .section-4
  .custom-table-wrapper
  .main-section
  .custom-table
  td {
  vertical-align: middle;
  white-space: nowrap; /* جلوگیری از شکستن خط محتوا در سلول */
}
@media screen and (max-width: 321px) {
  .main-dashboard
    .item-left
    .main-left
    .section-4
    .custom-table-wrapper
    .main-section
    .custom-table
    th,
  .main-dashboard
    .item-left
    .main-left
    .section-4
    .custom-table-wrapper
    .main-section
    .custom-table
    td {
    font-size: 11px;
  }
}
.main-dashboard
  .item-left
  .main-left
  .section-4
  .custom-table-wrapper
  .main-section
  .custom-table
  a.view-td {
  position: relative;
  padding: 3px 5px;
  background-color: var(--theme-color-100);
  color: white;
  border: none;
  border-radius: 12px;
  font-size: 16px;
  cursor: pointer;
  overflow: hidden;
  z-index: 0; /* برای اطمینان از قرار گرفتن overlay روی دکمه */
  transition: color 0.3s ease; /* انیمیشن برای تغییر رنگ متن */
}
.main-dashboard
  .item-left
  .main-left
  .section-4
  .custom-table-wrapper
  .main-section
  .custom-table
  a.view-td:hover {
  color: var(--white-color);
  background: var(--theme-hover-color);
}
.main-dashboard
  .item-left
  .main-left
  .section-4
  .custom-table-wrapper
  .main-section
  .custom-table
  button.Details-td {
  background-color: var(--theme-color-100);
  color: var(--white-color);
}
@media screen and (max-width: 321px) {
  .main-dashboard
    .item-left
    .main-left
    .section-4
    .custom-table-wrapper
    .main-section
    .custom-table
    button.Details-td {
    font-size: 11px;
  }
}
.main-dashboard
  .item-left
  .main-left
  .section-4
  .custom-table-wrapper
  .main-section
  .custom-table
  button.Details-td:focus {
  background: var(--theme-hover-color);
}
.main-dashboard
  .item-left
  .main-left
  .section-4
  .custom-table-wrapper
  .main-section
  .details-row {
  display: none;
  background-color: var(
    --white-color
  ); /* می‌تونه رنگ پس‌زمینه متفاوتی داشته باشه */
  text-align: left; /* معمولا برای جزئیات چپ‌چین بهتره */
  padding: 10px;
}
.main-dashboard .item-left .main-left .section-4 .swiper-container-wrapper {
  position: relative;
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  /* کانتینر دکمه‌های بالا */
  /* استایل‌های خود دکمه‌های Swiper */
  /* استایل‌های خود اسلایدر */
  /* دکمه‌های غیرفعال Swiper که کاملاً مخفی میشن */
}
.main-dashboard
  .item-left
  .main-left
  .section-4
  .swiper-container-wrapper
  .swiper-navigation-top {
  position: absolute;
  top: 0px;
  right: 0px;
  display: flex;
  gap: 10px;
  z-index: 10;
}
.main-dashboard
  .item-left
  .main-left
  .section-4
  .swiper-container-wrapper
  .swiper-button-next33,
.main-dashboard
  .item-left
  .main-left
  .section-4
  .swiper-container-wrapper
  .swiper-button-prev33 {
  margin-right: 20px;
  position: static;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background-color 0.3s ease;
}
.main-dashboard
  .item-left
  .main-left
  .section-4
  .swiper-container-wrapper
  .swiper-button-next33::after,
.main-dashboard
  .item-left
  .main-left
  .section-4
  .swiper-container-wrapper
  .swiper-button-prev33::after {
  font-size: 20px;
}
.main-dashboard
  .item-left
  .main-left
  .section-4
  .swiper-container-wrapper
  .swiper {
  width: 100%;
  height: 440px;
  padding-top: 50px;
}
@media screen and (max-width: 1025px) {
  .main-dashboard
    .item-left
    .main-left
    .section-4
    .swiper-container-wrapper
    .swiper {
    height: 420px;
  }
}
@media screen and (max-width: 769px) {
  .main-dashboard
    .item-left
    .main-left
    .section-4
    .swiper-container-wrapper
    .swiper {
    height: 470px;
  }
}
@media screen and (max-width: 346px) {
  .main-dashboard
    .item-left
    .main-left
    .section-4
    .swiper-container-wrapper
    .swiper {
    height: 450px;
  }
}
@media screen and (max-width: 321px) {
  .main-dashboard
    .item-left
    .main-left
    .section-4
    .swiper-container-wrapper
    .swiper {
    height: 420px;
  }
}
.main-dashboard
  .item-left
  .main-left
  .section-4
  .swiper-container-wrapper
  .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  font-weight: bold;
}
.main-dashboard
  .item-left
  .main-left
  .section-4
  .swiper-container-wrapper
  .swiper-slide
  .slider-card-glass {
  width: 250px;
  height: 380px;
  background: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-radius: var(--border-radius-active);
  box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 0px 1.5px;
  border-left: 1px solid #ddd;
  display: flex;
  flex-direction: column;
  transition: all 0.3s ease;
  direction: rtl;
}
@media screen and (max-width: 1025px) {
  .main-dashboard
    .item-left
    .main-left
    .section-4
    .swiper-container-wrapper
    .swiper-slide
    .slider-card-glass {
    width: 215px;
    height: 350px;
  }
}
@media screen and (max-width: 769px) {
  .main-dashboard
    .item-left
    .main-left
    .section-4
    .swiper-container-wrapper
    .swiper-slide
    .slider-card-glass {
    width: 335px;
    height: 410px;
  }
}
@media screen and (max-width: 376px) {
  .main-dashboard
    .item-left
    .main-left
    .section-4
    .swiper-container-wrapper
    .swiper-slide
    .slider-card-glass {
    width: 300px;
    height: 400px;
  }
}
@media screen and (max-width: 321px) {
  .main-dashboard
    .item-left
    .main-left
    .section-4
    .swiper-container-wrapper
    .swiper-slide
    .slider-card-glass {
    width: 250px;
    height: 360px;
  }
}
.main-dashboard
  .item-left
  .main-left
  .section-4
  .swiper-container-wrapper
  .swiper-slide
  .slider-card-glass
  .card-img-top {
  width: 100%;
  height: 200px;
  object-fit: cover;
  display: block;
  padding: 15px;
}
@media screen and (max-width: 1025px) {
  .main-dashboard
    .item-left
    .main-left
    .section-4
    .swiper-container-wrapper
    .swiper-slide
    .slider-card-glass
    .card-img-top {
    height: 170px;
  }
}
@media screen and (max-width: 769px) {
  .main-dashboard
    .item-left
    .main-left
    .section-4
    .swiper-container-wrapper
    .swiper-slide
    .slider-card-glass
    .card-img-top {
    height: 230px;
  }
}
@media screen and (max-width: 321px) {
  .main-dashboard
    .item-left
    .main-left
    .section-4
    .swiper-container-wrapper
    .swiper-slide
    .slider-card-glass
    .card-img-top {
    height: 200px;
  }
}
.main-dashboard
  .item-left
  .main-left
  .section-4
  .swiper-container-wrapper
  .swiper-slide
  .slider-card-glass
  .card-body {
  padding: 1rem;
  text-align: right;
}
.main-dashboard
  .item-left
  .main-left
  .section-4
  .swiper-container-wrapper
  .swiper-slide
  .slider-card-glass
  .card-body
  .card-title {
  font-size: 1rem;
  font-weight: bold;
  margin-bottom: 0.75rem;
  color: #1c1c1c;
}
@media screen and (max-width: 376px) {
  .main-dashboard
    .item-left
    .main-left
    .section-4
    .swiper-container-wrapper
    .swiper-slide
    .slider-card-glass
    .card-body
    .card-title {
    font-size: 0.9rem;
  }
}
@media screen and (max-width: 321px) {
  .main-dashboard
    .item-left
    .main-left
    .section-4
    .swiper-container-wrapper
    .swiper-slide
    .slider-card-glass
    .card-body
    .card-title {
    font-size: 0.8rem;
  }
}
.main-dashboard
  .item-left
  .main-left
  .section-4
  .swiper-container-wrapper
  .swiper-slide
  .slider-card-glass
  .card-body
  .card-desc {
  font-size: 0.9rem;
  color: var(--text-muted);
  line-height: 1.5;
  margin-bottom: 1rem;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media screen and (max-width: 376px) {
  .main-dashboard
    .item-left
    .main-left
    .section-4
    .swiper-container-wrapper
    .swiper-slide
    .slider-card-glass
    .card-body
    .card-desc {
    font-size: 0.8rem;
  }
}
@media screen and (max-width: 321px) {
  .main-dashboard
    .item-left
    .main-left
    .section-4
    .swiper-container-wrapper
    .swiper-slide
    .slider-card-glass
    .card-body
    .card-desc {
    font-size: 0.7rem;
  }
}
.main-dashboard
  .item-left
  .main-left
  .section-4
  .swiper-container-wrapper
  .swiper-slide
  .slider-card-glass
  .card-body
  .price-box {
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.main-dashboard
  .item-left
  .main-left
  .section-4
  .swiper-container-wrapper
  .swiper-slide
  .slider-card-glass
  .card-body
  .price-box
  .old-price {
  text-decoration: line-through;
  font-size: 0.85rem;
  color: #999;
}
.main-dashboard
  .item-left
  .main-left
  .section-4
  .swiper-container-wrapper
  .swiper-slide
  .slider-card-glass
  .card-body
  .price-box
  .new-price {
  font-size: 1.1rem;
  color: #001f5c;
  font-weight: bold;
}
.main-dashboard
  .item-left
  .main-left
  .section-4
  .swiper-container-wrapper
  .swiper-button-disabled {
  display: none !important;
}
.main-dashboard .item-left .main-left .section-5 {
  border: 1px solid var(--border-color);
  border-radius: var(--border-radius-active);
  padding: 10px;
}
@media screen and (max-width: 376px) {
  .main-dashboard .item-left .main-left .section-5 .address-text {
    font-size: 0.8rem;
  }
}
.main-dashboard .item-left .main-left .section-5 .status-answered {
  padding: 5px;
  border-radius: var(--border-radius-active);
  background-color: #c8e6c9;
  color: #2e7d32;
}
@media screen and (max-width: 426px) {
  .main-dashboard .item-left .main-left .section-5 .status-answered {
    padding: 3px;
    margin-top: 20px;
  }
}
.main-dashboard .item-left .main-left .section-5 .modal-backdrop,
.main-dashboard .item-left .main-left .section-5 #addressModal,
.main-dashboard .item-left .main-left .section-5 #successModal {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 999999;
  background-color: rgba(0, 0, 0, 0.5);
  justify-content: center;
  align-items: center;
  padding: 1rem;
  opacity: 0;
  transform: scale(0.95);
  transition: opacity 0.3s ease, transform 0.3s ease;
}
.main-dashboard .item-left .main-left .section-5 .modal-backdrop.active,
.main-dashboard .item-left .main-left .section-5 #addressModal.active,
.main-dashboard .item-left .main-left .section-5 #successModal.active {
  display: flex;
  opacity: 1;
  transform: scale(1);
}
.main-dashboard .item-left .main-left .section-5 .modal-content-custom {
  background: #fff;
  width: 100%;
  max-width: 500px;
  border-radius: 12px;
  padding: 20px;
  max-height: 90vh;
  overflow-y: auto;
}
.main-dashboard .item-left .main-left .section-5 .modal-header-custom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1rem;
}
.main-dashboard
  .item-left
  .main-left
  .section-5
  .modal-header-custom
  .modal-title {
  font-weight: bold;
  font-size: 1.2rem;
  color: var(--theme-color-100);
}
.main-dashboard
  .item-left
  .main-left
  .section-5
  .modal-header-custom
  .close-icon {
  cursor: pointer;
  font-size: 1.5rem;
  color: #999;
}
.main-dashboard .item-left .main-left .section-5 .success-box {
  background: #fff;
  border-radius: var(--border-radius-active);
  padding: 20px;
  max-width: 300px;
  width: 100%;
  position: relative;
  text-align: center;
}
.main-dashboard .item-left .main-left .section-5 .success-box .close-icon {
  position: absolute;
  top: 10px;
  left: 10px;
  font-size: 1.4rem;
  cursor: pointer;
}
.main-dashboard .item-left .main-left .search-box {
  width: 100%;
  max-width: 300px; /* حداکثر عرض برای کادر جستجو */
  border-radius: var(--border-radius-active);
  padding-right: 15px; /* برای rtl */
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease-in-out;
  border: 1px solid var(--border-color);
}
.main-dashboard .item-left .main-left .search-box:focus {
  border: 1px solid var(--theme-color-100); /* حذف border در فوکوس */
  box-shadow: none; /* حذف shadow در فوکوس */
}
.main-dashboard .item-left .main-left tbody {
  box-shadow: rgba(17, 17, 26, 0.1) 0px 1px 0px; /* سایه خط‌دار زیر هر ردیف */
}
.main-dashboard .item-left .main-left .toggle-details .toggle-icon {
  margin-left: 5px;
  font-weight: bold;
}

.main-orders {
  height: 500px; /* Only applies to desktop initially */
  overflow: hidden; /* Only applies to desktop initially */
  margin-top: 0px;
  border-left: 1px solid var(--border-color);
  border-right: 1px solid var(--border-color);
  border-bottom: 1px solid var(--border-color);
  border-bottom-right-radius: var(--border-radius-active);
  border-bottom-left-radius: var(--border-radius-active);
}
@media screen and (max-width: 769px) {
  .main-orders {
    height: auto; /* Overrides fixed height for tablets and smaller */
    overflow: visible; /* Overrides hidden overflow for tablets and smaller */
    margin-top: 0;
    border-left: none;
    border-right: none;
    border-radius: 0;
  }
}
@media screen and (max-width: 426px) {
  .main-orders {
    margin-top: 0;
    border: none;
    /* Height and overflow are already handled by the 769px media query,
       but you can explicitly set them here again if you wish, though not necessary. */
  }
}
.main-orders .item-right {
  border-left: 1px solid var(--border-color);
}
@media screen and (max-width: 769px) {
  .main-orders .item-right {
    border-left: none;
    box-shadow: rgba(0, 0, 0, 0.45) 0px 25px 20px -20px;
  }
}
.main-orders .item-right .card-right {
  border-radius: var(--border-radius-active);
}
.main-orders .item-right .card-right ul li.active {
  font-size: 1rem;
}
.main-orders .item-right .card-right ul li.active span {
  color: var(--theme-color-100);
  font-weight: bold;
}
.main-orders .item-right .card-right ul li {
  font-size: 0.8rem;
  color: var(--text-muted);
}
.main-orders .item-right .card-right .position-relative img {
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
  border-radius: 12px;
}
.main-orders .item-right .card-right .position-relative label {
  color: var(--white-color);
  background-color: var(--theme-color-100);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.main-orders .item-right .card-right .position-relative label:hover {
  transform: translateY(-5px);
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.25);
}
.main-orders .item-left {
  /* These styles apply by default to desktop screens */
  height: 550px;
  padding-bottom: 10px;
  overflow-y: scroll;
  /* Media Query for tablets and smaller screens (max-width: 769px) */
}
@media screen and (max-width: 769px) {
  .main-orders .item-left {
    height: auto; /* Remove fixed height */
    padding-bottom: 0; /* Remove padding if not needed for scroll area */
    overflow-y: visible; /* Remove scrollbar, content will flow naturally */
  }
}
.main-orders .item-left .section-1 .custom-table-wrapper {
  border-radius: var(--border-radius-active);
  overflow: hidden;
}
.main-orders .item-left .section-1 .custom-table-wrapper .main-section {
  padding: 20px;
}
.main-orders
  .item-left
  .section-1
  .custom-table-wrapper
  .main-section
  .custom-table
  thead {
  background-color: var(--theme-color-100);
  color: var(--white-color);
}
.main-orders
  .item-left
  .section-1
  .custom-table-wrapper
  .main-section
  .custom-table
  th,
.main-orders
  .item-left
  .section-1
  .custom-table-wrapper
  .main-section
  .custom-table
  td {
  vertical-align: middle;
  white-space: nowrap; /* جلوگیری از شکستن خط محتوا در سلول */
}
@media screen and (max-width: 321px) {
  .main-orders
    .item-left
    .section-1
    .custom-table-wrapper
    .main-section
    .custom-table
    th,
  .main-orders
    .item-left
    .section-1
    .custom-table-wrapper
    .main-section
    .custom-table
    td {
    font-size: 11px;
  }
}
.main-orders
  .item-left
  .section-1
  .custom-table-wrapper
  .main-section
  .custom-table
  a.view-td {
  position: relative;
  padding: 3px 5px;
  background-color: var(--theme-color-100);
  color: white;
  border: none;
  border-radius: 12px;
  font-size: 16px;
  cursor: pointer;
  overflow: hidden;
  z-index: 0; /* برای اطمینان از قرار گرفتن overlay روی دکمه */
  transition: color 0.3s ease; /* انیمیشن برای تغییر رنگ متن */
}
.main-orders
  .item-left
  .section-1
  .custom-table-wrapper
  .main-section
  .custom-table
  a.view-td:hover {
  color: var(--white-color);
  background: var(--theme-hover-color);
}
.main-orders
  .item-left
  .section-1
  .custom-table-wrapper
  .main-section
  .custom-table
  button.Details-td {
  background-color: var(--theme-color-100);
  color: var(--white-color);
}
@media screen and (max-width: 321px) {
  .main-orders
    .item-left
    .section-1
    .custom-table-wrapper
    .main-section
    .custom-table
    button.Details-td {
    font-size: 11px;
  }
}
.main-orders
  .item-left
  .section-1
  .custom-table-wrapper
  .main-section
  .custom-table
  button.Details-td:focus {
  background: var(--theme-hover-color);
}
.main-orders
  .item-left
  .section-1
  .custom-table-wrapper
  .main-section
  .details-row {
  display: none;
  background-color: var(
    --white-color
  ); /* می‌تونه رنگ پس‌زمینه متفاوتی داشته باشه */
  text-align: left; /* معمولا برای جزئیات چپ‌چین بهتره */
  padding: 10px;
}
.main-orders .item-left .section-1 .swiper-container-wrapper {
  position: relative;
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  /* کانتینر دکمه‌های بالا */
  /* استایل‌های خود دکمه‌های Swiper */
  /* استایل‌های خود اسلایدر */
  /* دکمه‌های غیرفعال Swiper که کاملاً مخفی میشن */
}
.main-orders
  .item-left
  .section-1
  .swiper-container-wrapper
  .swiper-navigation-top {
  position: absolute;
  top: 0px;
  right: 0px;
  display: flex;
  gap: 10px;
  z-index: 10;
}
.main-orders
  .item-left
  .section-1
  .swiper-container-wrapper
  .swiper-button-next33,
.main-orders
  .item-left
  .section-1
  .swiper-container-wrapper
  .swiper-button-prev33 {
  margin-right: 20px;
  position: static;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background-color 0.3s ease;
}
.main-orders
  .item-left
  .section-1
  .swiper-container-wrapper
  .swiper-button-next33::after,
.main-orders
  .item-left
  .section-1
  .swiper-container-wrapper
  .swiper-button-prev33::after {
  font-size: 20px;
}
.main-orders .item-left .section-1 .swiper-container-wrapper .swiper {
  width: 100%;
  height: 440px;
  padding-top: 50px;
}
@media screen and (max-width: 1025px) {
  .main-orders .item-left .section-1 .swiper-container-wrapper .swiper {
    height: 420px;
  }
}
@media screen and (max-width: 769px) {
  .main-orders .item-left .section-1 .swiper-container-wrapper .swiper {
    height: 470px;
  }
}
@media screen and (max-width: 346px) {
  .main-orders .item-left .section-1 .swiper-container-wrapper .swiper {
    height: 450px;
  }
}
@media screen and (max-width: 321px) {
  .main-orders .item-left .section-1 .swiper-container-wrapper .swiper {
    height: 420px;
  }
}
.main-orders .item-left .section-1 .swiper-container-wrapper .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  font-weight: bold;
}
.main-orders
  .item-left
  .section-1
  .swiper-container-wrapper
  .swiper-slide
  .slider-card-glass {
  width: 250px;
  height: 380px;
  background: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-radius: var(--border-radius-active);
  box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 0px 1.5px;
  border-left: 1px solid #ddd;
  display: flex;
  flex-direction: column;
  transition: all 0.3s ease;
  direction: rtl;
}
@media screen and (max-width: 1025px) {
  .main-orders
    .item-left
    .section-1
    .swiper-container-wrapper
    .swiper-slide
    .slider-card-glass {
    width: 215px;
    height: 350px;
  }
}
@media screen and (max-width: 769px) {
  .main-orders
    .item-left
    .section-1
    .swiper-container-wrapper
    .swiper-slide
    .slider-card-glass {
    width: 335px;
    height: 410px;
  }
}
@media screen and (max-width: 376px) {
  .main-orders
    .item-left
    .section-1
    .swiper-container-wrapper
    .swiper-slide
    .slider-card-glass {
    width: 300px;
    height: 400px;
  }
}
@media screen and (max-width: 321px) {
  .main-orders
    .item-left
    .section-1
    .swiper-container-wrapper
    .swiper-slide
    .slider-card-glass {
    width: 250px;
    height: 360px;
  }
}
.main-orders
  .item-left
  .section-1
  .swiper-container-wrapper
  .swiper-slide
  .slider-card-glass
  .card-img-top {
  width: 100%;
  height: 200px;
  object-fit: cover;
  display: block;
  padding: 15px;
}
@media screen and (max-width: 1025px) {
  .main-orders
    .item-left
    .section-1
    .swiper-container-wrapper
    .swiper-slide
    .slider-card-glass
    .card-img-top {
    height: 170px;
  }
}
@media screen and (max-width: 769px) {
  .main-orders
    .item-left
    .section-1
    .swiper-container-wrapper
    .swiper-slide
    .slider-card-glass
    .card-img-top {
    height: 230px;
  }
}
@media screen and (max-width: 321px) {
  .main-orders
    .item-left
    .section-1
    .swiper-container-wrapper
    .swiper-slide
    .slider-card-glass
    .card-img-top {
    height: 200px;
  }
}
.main-orders
  .item-left
  .section-1
  .swiper-container-wrapper
  .swiper-slide
  .slider-card-glass
  .card-body {
  padding: 1rem;
  text-align: right;
}
.main-orders
  .item-left
  .section-1
  .swiper-container-wrapper
  .swiper-slide
  .slider-card-glass
  .card-body
  .card-title {
  font-size: 1rem;
  font-weight: bold;
  margin-bottom: 0.75rem;
  color: #1c1c1c;
}
@media screen and (max-width: 376px) {
  .main-orders
    .item-left
    .section-1
    .swiper-container-wrapper
    .swiper-slide
    .slider-card-glass
    .card-body
    .card-title {
    font-size: 0.9rem;
  }
}
@media screen and (max-width: 321px) {
  .main-orders
    .item-left
    .section-1
    .swiper-container-wrapper
    .swiper-slide
    .slider-card-glass
    .card-body
    .card-title {
    font-size: 0.8rem;
  }
}
.main-orders
  .item-left
  .section-1
  .swiper-container-wrapper
  .swiper-slide
  .slider-card-glass
  .card-body
  .card-desc {
  font-size: 0.9rem;
  color: var(--text-muted);
  line-height: 1.5;
  margin-bottom: 1rem;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media screen and (max-width: 376px) {
  .main-orders
    .item-left
    .section-1
    .swiper-container-wrapper
    .swiper-slide
    .slider-card-glass
    .card-body
    .card-desc {
    font-size: 0.8rem;
  }
}
@media screen and (max-width: 321px) {
  .main-orders
    .item-left
    .section-1
    .swiper-container-wrapper
    .swiper-slide
    .slider-card-glass
    .card-body
    .card-desc {
    font-size: 0.7rem;
  }
}
.main-orders
  .item-left
  .section-1
  .swiper-container-wrapper
  .swiper-slide
  .slider-card-glass
  .card-body
  .price-box {
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.main-orders
  .item-left
  .section-1
  .swiper-container-wrapper
  .swiper-slide
  .slider-card-glass
  .card-body
  .price-box
  .old-price {
  text-decoration: line-through;
  font-size: 0.85rem;
  color: #999;
}
.main-orders
  .item-left
  .section-1
  .swiper-container-wrapper
  .swiper-slide
  .slider-card-glass
  .card-body
  .price-box
  .new-price {
  font-size: 1.1rem;
  color: #001f5c;
  font-weight: bold;
}
.main-orders
  .item-left
  .section-1
  .swiper-container-wrapper
  .swiper-button-disabled {
  display: none !important;
}
.main-orders .item-left .section-1 .search-box {
  width: 100%;
  max-width: 300px; /* حداکثر عرض برای کادر جستجو */
  border-radius: var(--border-radius-active);
  padding-right: 15px; /* برای rtl */
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease-in-out;
  border: 1px solid var(--border-color);
}
.main-orders .item-left .section-1 .search-box:focus {
  border: 1px solid var(--theme-color-100); /* حذف border در فوکوس */
  box-shadow: none; /* حذف shadow در فوکوس */
}
.main-orders .item-left .section-1 tbody {
  box-shadow: rgba(17, 17, 26, 0.1) 0px 1px 0px; /* سایه خط‌دار زیر هر ردیف */
}
.main-orders .item-left .section-1 .toggle-details .toggle-icon {
  margin-left: 5px;
  font-weight: bold;
}

.main-manage {
  height: 500px; /* Only applies to desktop initially */
  overflow: hidden; /* Only applies to desktop initially */
  margin-top: 0px;
  border-left: 1px solid var(--border-color);
  border-right: 1px solid var(--border-color);
  border-bottom: 1px solid var(--border-color);
  border-bottom-right-radius: var(--border-radius-active);
  border-bottom-left-radius: var(--border-radius-active);
}
@media screen and (max-width: 769px) {
  .main-manage {
    height: auto; /* Overrides fixed height for tablets and smaller */
    overflow: visible; /* Overrides hidden overflow for tablets and smaller */
    margin-top: 0;
    border-left: none;
    border-right: none;
    border-radius: 0;
  }
}
@media screen and (max-width: 426px) {
  .main-manage {
    margin-top: 0;
    border: none;
    /* Height and overflow are already handled by the 769px media query,
       but you can explicitly set them here again if you wish, though not necessary. */
  }
}
.main-manage .item-right {
  border-left: 1px solid var(--border-color);
}
@media screen and (max-width: 769px) {
  .main-manage .item-right {
    border-left: none;
    box-shadow: rgba(0, 0, 0, 0.45) 0px 25px 20px -20px;
  }
}
.main-manage .item-right .card-right {
  border-radius: var(--border-radius-active);
}
.main-manage .item-right .card-right ul li.active {
  font-size: 1rem;
}
.main-manage .item-right .card-right ul li.active span {
  color: var(--theme-color-100);
  font-weight: bold;
}
.main-manage .item-right .card-right ul li {
  font-size: 0.8rem;
  color: var(--text-muted);
}
.main-manage .item-right .card-right .position-relative img {
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
  border-radius: 12px;
}
.main-manage .item-right .card-right .position-relative label {
  color: var(--white-color);
  background-color: var(--theme-color-100);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.main-manage .item-right .card-right .position-relative label:hover {
  transform: translateY(-5px);
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.25);
}
.main-manage .item-left .profile-info-section {
  padding: 10px;
  border-radius: 0.5rem;
  direction: rtl;
}
.main-manage .item-left .profile-info-section .profile-form .form-label {
  display: block;
  margin-bottom: 0.5rem;
  font-weight: 600;
  color: #666;
}
.main-manage .item-left .profile-info-section .profile-form .form-control {
  border-radius: var(--border-radius-active);
  border: 1px solid var(--border-color);
  padding: 0.75rem 1rem;
  transition: all 0.3s ease-in-out;
  background-color: #f8f9fa;
}
.main-manage
  .item-left
  .profile-info-section
  .profile-form
  .form-control:focus {
  border-color: var(--theme-hover-color);
  background-color: #fff;
}
@media (max-width: 426px) {
  .main-manage .item-left .profile-info-section .profile-form .custom-col-426 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

.main-user-product {
  height: 500px; /* Only applies to desktop initially */
  overflow: hidden; /* Only applies to desktop initially */
  margin-top: 0px;
  border-left: 1px solid var(--border-color);
  border-right: 1px solid var(--border-color);
  border-bottom: 1px solid var(--border-color);
  border-bottom-right-radius: var(--border-radius-active);
  border-bottom-left-radius: var(--border-radius-active);
}
@media screen and (max-width: 769px) {
  .main-user-product {
    height: auto; /* Overrides fixed height for tablets and smaller */
    overflow: visible; /* Overrides hidden overflow for tablets and smaller */
    margin-top: 0;
    border-left: none;
    border-right: none;
    border-radius: 0;
  }
}
@media screen and (max-width: 426px) {
  .main-user-product {
    margin-top: 0;
    border: none;
    /* Height and overflow are already handled by the 769px media query,
       but you can explicitly set them here again if you wish, though not necessary. */
  }
}
.main-user-product .item-right {
  border-left: 1px solid var(--border-color);
}
@media screen and (max-width: 769px) {
  .main-user-product .item-right {
    border-left: none;
    box-shadow: rgba(0, 0, 0, 0.45) 0px 25px 20px -20px;
  }
}
.main-user-product .item-right .card-right {
  border-radius: var(--border-radius-active);
}
.main-user-product .item-right .card-right ul li.active {
  font-size: 1rem;
}
.main-user-product .item-right .card-right ul li.active span {
  color: var(--theme-color-100);
  font-weight: bold;
}
.main-user-product .item-right .card-right ul li {
  font-size: 0.8rem;
  color: var(--text-muted);
}
.main-user-product .item-right .card-right .position-relative img {
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
  border-radius: 12px;
}
.main-user-product .item-right .card-right .position-relative label {
  color: var(--white-color);
  background-color: var(--theme-color-100);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.main-user-product .item-right .card-right .position-relative label:hover {
  transform: translateY(-5px);
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.25);
}
.main-user-product .item-left {
  /* These styles apply by default to desktop screens */
  height: 550px;
  padding-bottom: 10px;
  overflow-y: scroll;
  /* Media Query for tablets and smaller screens (max-width: 769px) */
}
@media screen and (max-width: 769px) {
  .main-user-product .item-left {
    height: auto; /* Remove fixed height */
    padding-bottom: 0; /* Remove padding if not needed for scroll area */
    overflow-y: visible; /* Remove scrollbar, content will flow naturally */
  }
}
.main-user-product .item-left .main-left .section-1 .swiper-container-wrapper {
  position: relative;
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  /* کانتینر دکمه‌های بالا */
  /* استایل‌های خود دکمه‌های Swiper */
  /* استایل‌های خود اسلایدر */
  /* دکمه‌های غیرفعال Swiper که کاملاً مخفی میشن */
}
.main-user-product
  .item-left
  .main-left
  .section-1
  .swiper-container-wrapper
  .swiper-navigation-top {
  position: absolute;
  top: 0px;
  right: 0px;
  display: flex;
  gap: 10px;
  z-index: 10;
}
.main-user-product
  .item-left
  .main-left
  .section-1
  .swiper-container-wrapper
  .swiper-button-next33,
.main-user-product
  .item-left
  .main-left
  .section-1
  .swiper-container-wrapper
  .swiper-button-prev33 {
  margin-right: 20px;
  position: static;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background-color 0.3s ease;
}
.main-user-product
  .item-left
  .main-left
  .section-1
  .swiper-container-wrapper
  .swiper-button-next33::after,
.main-user-product
  .item-left
  .main-left
  .section-1
  .swiper-container-wrapper
  .swiper-button-prev33::after {
  font-size: 20px;
}
.main-user-product
  .item-left
  .main-left
  .section-1
  .swiper-container-wrapper
  .swiper {
  width: 100%;
  height: 440px;
  padding-top: 50px;
}
@media screen and (max-width: 1025px) {
  .main-user-product
    .item-left
    .main-left
    .section-1
    .swiper-container-wrapper
    .swiper {
    height: 420px;
  }
}
@media screen and (max-width: 769px) {
  .main-user-product
    .item-left
    .main-left
    .section-1
    .swiper-container-wrapper
    .swiper {
    height: 470px;
  }
}
@media screen and (max-width: 346px) {
  .main-user-product
    .item-left
    .main-left
    .section-1
    .swiper-container-wrapper
    .swiper {
    height: 450px;
  }
}
@media screen and (max-width: 321px) {
  .main-user-product
    .item-left
    .main-left
    .section-1
    .swiper-container-wrapper
    .swiper {
    height: 420px;
  }
}
.main-user-product
  .item-left
  .main-left
  .section-1
  .swiper-container-wrapper
  .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  font-weight: bold;
}
.main-user-product
  .item-left
  .main-left
  .section-1
  .swiper-container-wrapper
  .swiper-slide
  .slider-card-glass {
  width: 250px;
  height: 380px;
  background: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-radius: var(--border-radius-active);
  box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 0px 1.5px;
  border-left: 1px solid #ddd;
  display: flex;
  flex-direction: column;
  transition: all 0.3s ease;
  direction: rtl;
}
@media screen and (max-width: 1025px) {
  .main-user-product
    .item-left
    .main-left
    .section-1
    .swiper-container-wrapper
    .swiper-slide
    .slider-card-glass {
    width: 215px;
    height: 350px;
  }
}
@media screen and (max-width: 769px) {
  .main-user-product
    .item-left
    .main-left
    .section-1
    .swiper-container-wrapper
    .swiper-slide
    .slider-card-glass {
    width: 335px;
    height: 410px;
  }
}
@media screen and (max-width: 376px) {
  .main-user-product
    .item-left
    .main-left
    .section-1
    .swiper-container-wrapper
    .swiper-slide
    .slider-card-glass {
    width: 300px;
    height: 400px;
  }
}
@media screen and (max-width: 321px) {
  .main-user-product
    .item-left
    .main-left
    .section-1
    .swiper-container-wrapper
    .swiper-slide
    .slider-card-glass {
    width: 250px;
    height: 360px;
  }
}
.main-user-product
  .item-left
  .main-left
  .section-1
  .swiper-container-wrapper
  .swiper-slide
  .slider-card-glass
  .card-img-top {
  width: 100%;
  height: 200px;
  object-fit: cover;
  display: block;
  padding: 15px;
}
@media screen and (max-width: 1025px) {
  .main-user-product
    .item-left
    .main-left
    .section-1
    .swiper-container-wrapper
    .swiper-slide
    .slider-card-glass
    .card-img-top {
    height: 170px;
  }
}
@media screen and (max-width: 769px) {
  .main-user-product
    .item-left
    .main-left
    .section-1
    .swiper-container-wrapper
    .swiper-slide
    .slider-card-glass
    .card-img-top {
    height: 230px;
  }
}
@media screen and (max-width: 321px) {
  .main-user-product
    .item-left
    .main-left
    .section-1
    .swiper-container-wrapper
    .swiper-slide
    .slider-card-glass
    .card-img-top {
    height: 200px;
  }
}
.main-user-product
  .item-left
  .main-left
  .section-1
  .swiper-container-wrapper
  .swiper-slide
  .slider-card-glass
  .card-body {
  padding: 1rem;
  text-align: right;
}
.main-user-product
  .item-left
  .main-left
  .section-1
  .swiper-container-wrapper
  .swiper-slide
  .slider-card-glass
  .card-body
  .card-title {
  font-size: 1rem;
  font-weight: bold;
  margin-bottom: 0.75rem;
  color: #1c1c1c;
}
@media screen and (max-width: 376px) {
  .main-user-product
    .item-left
    .main-left
    .section-1
    .swiper-container-wrapper
    .swiper-slide
    .slider-card-glass
    .card-body
    .card-title {
    font-size: 0.9rem;
  }
}
@media screen and (max-width: 321px) {
  .main-user-product
    .item-left
    .main-left
    .section-1
    .swiper-container-wrapper
    .swiper-slide
    .slider-card-glass
    .card-body
    .card-title {
    font-size: 0.8rem;
  }
}
.main-user-product
  .item-left
  .main-left
  .section-1
  .swiper-container-wrapper
  .swiper-slide
  .slider-card-glass
  .card-body
  .card-desc {
  font-size: 0.9rem;
  color: var(--text-muted);
  line-height: 1.5;
  margin-bottom: 1rem;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media screen and (max-width: 376px) {
  .main-user-product
    .item-left
    .main-left
    .section-1
    .swiper-container-wrapper
    .swiper-slide
    .slider-card-glass
    .card-body
    .card-desc {
    font-size: 0.8rem;
  }
}
@media screen and (max-width: 321px) {
  .main-user-product
    .item-left
    .main-left
    .section-1
    .swiper-container-wrapper
    .swiper-slide
    .slider-card-glass
    .card-body
    .card-desc {
    font-size: 0.7rem;
  }
}
.main-user-product
  .item-left
  .main-left
  .section-1
  .swiper-container-wrapper
  .swiper-slide
  .slider-card-glass
  .card-body
  .price-box {
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.main-user-product
  .item-left
  .main-left
  .section-1
  .swiper-container-wrapper
  .swiper-slide
  .slider-card-glass
  .card-body
  .price-box
  .old-price {
  text-decoration: line-through;
  font-size: 0.85rem;
  color: #999;
}
.main-user-product
  .item-left
  .main-left
  .section-1
  .swiper-container-wrapper
  .swiper-slide
  .slider-card-glass
  .card-body
  .price-box
  .new-price {
  font-size: 1.1rem;
  color: #001f5c;
  font-weight: bold;
}
.main-user-product
  .item-left
  .main-left
  .section-1
  .swiper-container-wrapper
  .swiper-button-disabled {
  display: none !important;
}

.main-Questions {
  height: 500px; /* Only applies to desktop initially */
  overflow: hidden; /* Only applies to desktop initially */
  margin-top: 0px;
  border-left: 1px solid var(--border-color);
  border-right: 1px solid var(--border-color);
  border-bottom: 1px solid var(--border-color);
  border-bottom-right-radius: var(--border-radius-active);
  border-bottom-left-radius: var(--border-radius-active);
}
@media screen and (max-width: 769px) {
  .main-Questions {
    height: auto; /* Overrides fixed height for tablets and smaller */
    overflow: visible; /* Overrides hidden overflow for tablets and smaller */
    margin-top: 0;
    border-left: none;
    border-right: none;
    border-radius: 0;
  }
}
@media screen and (max-width: 426px) {
  .main-Questions {
    margin-top: 0;
    border: none;
    /* Height and overflow are already handled by the 769px media query,
       but you can explicitly set them here again if you wish, though not necessary. */
  }
}
.main-Questions .item-right {
  border-left: 1px solid var(--border-color);
}
@media screen and (max-width: 769px) {
  .main-Questions .item-right {
    border-left: none;
    box-shadow: rgba(0, 0, 0, 0.45) 0px 25px 20px -20px;
  }
}
.main-Questions .item-right .card-right {
  border-radius: var(--border-radius-active);
}
.main-Questions .item-right .card-right ul li.active {
  font-size: 1rem;
}
.main-Questions .item-right .card-right ul li.active span {
  color: var(--theme-color-100);
  font-weight: bold;
}
.main-Questions .item-right .card-right ul li {
  font-size: 0.8rem;
  color: var(--text-muted);
}
.main-Questions .item-right .card-right .position-relative img {
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
  border-radius: 12px;
}
.main-Questions .item-right .card-right .position-relative label {
  color: var(--white-color);
  background-color: var(--theme-color-100);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.main-Questions .item-right .card-right .position-relative label:hover {
  transform: translateY(-5px);
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.25);
}
.main-Questions .item-left {
  /* These styles apply by default to desktop screens */
  height: 550px;
  padding-bottom: 10px;
  overflow-y: scroll;
  /* Media Query for tablets and smaller screens (max-width: 769px) */
}
@media screen and (max-width: 769px) {
  .main-Questions .item-left {
    height: auto; /* Remove fixed height */
    padding-bottom: 0; /* Remove padding if not needed for scroll area */
    overflow-y: visible; /* Remove scrollbar, content will flow naturally */
  }
}
.main-Questions .item-left .main-left .section-1 .section-title {
  font-size: 1.8rem;
  font-weight: bold;
  color: #333;
  margin-bottom: 2rem;
  text-align: right; /* برای راست‌چین کردن عنوان */
  padding-right: 15px; /* برای هماهنگی با padding ستون‌ها */
}
.main-Questions .item-left .main-left .section-1 .faq-section {
  background-color: #ffffff;
  border-radius: var(--border-radius-active);
  box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 0px 1.5px;
  padding: 20px;
  direction: rtl; /* برای راست‌چین کردن محتوا */
}
@media screen and (max-width: 321px) {
  .main-Questions .item-left .main-left .section-1 .faq-section {
    padding: 10px;
  }
}
.main-Questions
  .item-left
  .main-left
  .section-1
  .faq-section
  .faq-section-title {
  font-size: 1.4rem;
  font-weight: 600;
  color: var(--theme-color-100);
  margin-bottom: 1.5rem;
  display: flex;
  align-items: center;
  gap: 10px; /* فاصله بین آیکون و متن */
}
@media screen and (max-width: 376px) {
  .main-Questions
    .item-left
    .main-left
    .section-1
    .faq-section
    .faq-section-title {
    font-size: 1.2rem;
  }
}
.main-Questions
  .item-left
  .main-left
  .section-1
  .faq-section
  .faq-section-title
  svg {
  color: var(--primary-color); /* رنگ آیکون */
  width: 28px;
  height: 28px;
}
@media screen and (max-width: 376px) {
  .main-Questions
    .item-left
    .main-left
    .section-1
    .faq-section
    .faq-section-title
    svg {
    width: 20px;
    height: 20px;
  }
}
.main-Questions .item-left .main-left .section-1 .faq-section .faq-item {
  border-bottom: 1px dashed #eee;
  padding: 20px;
  margin-bottom: 20px;
}
.main-Questions
  .item-left
  .main-left
  .section-1
  .faq-section
  .faq-item:last-child {
  border-bottom: none; /* خط زیرین آخرین آیتم رو حذف میکنه */
}
.main-Questions
  .item-left
  .main-left
  .section-1
  .faq-section
  .faq-item
  .question-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 8px;
  flex-wrap: wrap; /* برای شکستن خط در صفحات کوچک */
  gap: 5px; /* فاصله در حالت wrap */
}
.main-Questions
  .item-left
  .main-left
  .section-1
  .faq-section
  .faq-item
  .question-text {
  font-size: 1rem;
  font-weight: bold;
  color: var(--dark-color);
  margin: 0;
  flex-grow: 1; /* برای اینکه متن سوال فضای موجود رو پر کنه */
}
@media screen and (max-width: 426px) {
  .main-Questions
    .item-left
    .main-left
    .section-1
    .faq-section
    .faq-item
    .question-text {
    font-size: 0.8rem;
  }
}
@media screen and (max-width: 321px) {
  .main-Questions
    .item-left
    .main-left
    .section-1
    .faq-section
    .faq-item
    .question-text {
    font-size: 0.7rem;
  }
}
.main-Questions
  .item-left
  .main-left
  .section-1
  .faq-section
  .faq-item
  .question-date {
  font-size: 0.85rem;
  color: var(--text-muted);
  white-space: nowrap; /* جلوگیری از شکستن تاریخ */
}
@media screen and (max-width: 426px) {
  .main-Questions
    .item-left
    .main-left
    .section-1
    .faq-section
    .faq-item
    .question-date {
    font-size: 0.75rem;
    display: block;
  }
}
@media screen and (max-width: 321px) {
  .main-Questions
    .item-left
    .main-left
    .section-1
    .faq-section
    .faq-item
    .question-date {
    font-size: 0.6rem;
  }
}
.main-Questions
  .item-left
  .main-left
  .section-1
  .faq-section
  .faq-item
  .status-badge {
  display: inline-block;
  padding: 4px 10px;
  border-radius: 20px;
  font-size: 0.75rem;
  font-weight: 600;
  margin-top: 8px;
}
.main-Questions
  .item-left
  .main-left
  .section-1
  .faq-section
  .faq-item
  .status-unanswered {
  background-color: #ffe0b2; /* نارنجی روشن */
  color: #e65100; /* نارنجی تیره */
}
.main-Questions
  .item-left
  .main-left
  .section-1
  .faq-section
  .faq-item
  .status-answered {
  background-color: #c8e6c9; /* سبز روشن */
  color: #2e7d32; /* سبز تیره */
}
.main-Questions
  .item-left
  .main-left
  .section-1
  .faq-section
  .faq-item
  .answer-preview {
  font-size: 0.9rem;
  color: var(--text-muted);
  margin-top: 10px;
  padding-right: 15px; /* کمی فاصله برای متن پاسخ */
}
@media screen and (max-width: 426px) {
  .main-Questions
    .item-left
    .main-left
    .section-1
    .faq-section
    .faq-item
    .answer-preview {
    font-size: 0.7rem;
    line-height: 1.4rem;
  }
}
@media screen and (max-width: 321px) {
  .main-Questions
    .item-left
    .main-left
    .section-1
    .faq-section
    .faq-item
    .answer-preview {
    font-size: 0.6rem;
    line-height: 1.4rem;
    padding-right: 10px; /* کمی فاصله برای متن پاسخ */
  }
}
.main-Questions
  .item-left
  .main-left
  .section-1
  .faq-section
  .faq-item
  .answer-preview
  a {
  color: var(--primary-color);
  text-decoration: none;
}
.main-Questions
  .item-left
  .main-left
  .section-1
  .faq-section
  .faq-item
  .answer-preview
  a:hover {
  text-decoration: underline;
}
.main-Questions .item-left .main-left .section-1 .faq-section .faq-item .btn {
  margin-top: 10px;
  font-size: 0.9rem;
}

.main-address {
  height: 500px; /* Only applies to desktop initially */
  overflow: hidden; /* Only applies to desktop initially */
  margin-top: 0px;
  border-left: 1px solid var(--border-color);
  border-right: 1px solid var(--border-color);
  border-bottom: 1px solid var(--border-color);
  border-bottom-right-radius: var(--border-radius-active);
  border-bottom-left-radius: var(--border-radius-active);
}
@media screen and (max-width: 769px) {
  .main-address {
    height: auto; /* Overrides fixed height for tablets and smaller */
    overflow: visible; /* Overrides hidden overflow for tablets and smaller */
    margin-top: 0;
    border-left: none;
    border-right: none;
    border-radius: 0;
  }
}
@media screen and (max-width: 426px) {
  .main-address {
    margin-top: 0;
    border: none;
    /* Height and overflow are already handled by the 769px media query,
       but you can explicitly set them here again if you wish, though not necessary. */
  }
}
.main-address .item-right {
  border-left: 1px solid var(--border-color);
}
@media screen and (max-width: 769px) {
  .main-address .item-right {
    border-left: none;
    box-shadow: rgba(0, 0, 0, 0.45) 0px 25px 20px -20px;
  }
}
.main-address .item-right .card-right {
  border-radius: var(--border-radius-active);
}
.main-address .item-right .card-right ul li.active {
  font-size: 1rem;
}
.main-address .item-right .card-right ul li.active span {
  color: var(--theme-color-100);
  font-weight: bold;
}
.main-address .item-right .card-right ul li {
  font-size: 0.8rem;
  color: var(--text-muted);
}
.main-address .item-right .card-right .position-relative img {
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
  border-radius: 12px;
}
.main-address .item-right .card-right .position-relative label {
  color: var(--white-color);
  background-color: var(--theme-color-100);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.main-address .item-right .card-right .position-relative label:hover {
  transform: translateY(-5px);
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.25);
}
.main-address .item-left {
  /* These styles apply by default to desktop screens */
  height: 550px;
  padding-bottom: 10px;
  overflow-y: scroll;
  /* Media Query for tablets and smaller screens (max-width: 769px) */
}
@media screen and (max-width: 769px) {
  .main-address .item-left {
    height: auto; /* Remove fixed height */
    padding-bottom: 0; /* Remove padding if not needed for scroll area */
    overflow-y: visible; /* Remove scrollbar, content will flow naturally */
  }
}
.main-address .item-left .main-left .section-1 .main-section {
  border: 1px solid var(--border-color);
  border-radius: var(--border-radius-active);
  padding: 10px;
}
.main-address .item-left .main-left .section-1 .modal-backdrop {
  display: none;
  position: fixed;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 9999999999;
  justify-content: center;
  align-items: center;
  padding: 1rem;
}
.main-address .item-left .main-left .section-1 .modal-backdrop.active {
  display: flex;
}
.main-address .item-left .main-left .section-1 .modal-content-custom {
  background: #fff;
  width: 100%;
  max-width: 500px;
  border-radius: 12px;
  padding: 20px;
  max-height: 90vh;
  overflow-y: auto;
}
.main-address .item-left .main-left .section-1 #addressModal,
.main-address .item-left .main-left .section-1 #successModal {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 999999;
  background-color: rgba(0, 0, 0, 0.5);
  justify-content: center;
  align-items: center;
  padding: 1rem;
  opacity: 0;
  transform: scale(0.95);
  transition: opacity 0.3s ease, transform 0.3s ease;
}
.main-address .item-left .main-left .section-1 #addressModal.active,
.main-address .item-left .main-left .section-1 #successModal.active {
  display: flex;
  opacity: 1;
  transform: scale(1);
}
.main-address .item-left .main-left .section-1 .modal-header-custom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1rem;
}
.main-address
  .item-left
  .main-left
  .section-1
  .modal-header-custom
  .modal-title {
  font-weight: bold;
  font-size: 1.2rem;
  color: var(--theme-color-100);
}
.main-address
  .item-left
  .main-left
  .section-1
  .modal-header-custom
  .close-icon {
  cursor: pointer;
  font-size: 1.5rem;
  color: #999;
}
.main-address .item-left .main-left .section-1 .success-box {
  background: #fff;
  border-radius: var(--border-radius-active);
  padding: 20px;
  max-width: 300px;
  width: 100%;
  position: relative;
  text-align: center;
}
.main-address .item-left .main-left .section-1 .success-box .close-icon {
  position: absolute;
  top: 10px;
  left: 10px;
  font-size: 1.4rem;
  cursor: pointer;
}
.main-address .item-left .main-left .section-2 {
  border: 1px solid var(--border-color);
  border-radius: var(--border-radius-active);
  padding: 10px;
}
@media screen and (max-width: 376px) {
  .main-address .item-left .main-left .section-2 .address-text {
    font-size: 0.8rem;
  }
}
.main-address .item-left .main-left .section-2 .status-answered {
  padding: 5px;
  border-radius: var(--border-radius-active);
  background-color: #c8e6c9; /* سبز روشن */
  color: #2e7d32; /* سبز تیره */
}
@media screen and (max-width: 426px) {
  .main-address .item-left .main-left .section-2 .status-answered {
    padding: 3px;
    margin-top: 20px;
  }
}
.main-address .item-left .main-left .section-2 #addressModal2,
.main-address .item-left .main-left .section-2 #successModal2 {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 999999;
  background-color: rgba(0, 0, 0, 0.5);
  justify-content: center;
  align-items: center;
  padding: 1rem;
  opacity: 0;
  transform: scale(0.95);
  transition: opacity 0.3s ease, transform 0.3s ease;
}
.main-address .item-left .main-left .section-2 #addressModal2.active,
.main-address .item-left .main-left .section-2 #successModal2.active {
  display: flex;
  opacity: 1;
  transform: scale(1);
}
.main-address .item-left .main-left .section-2 .modal-content-custom {
  background: #fff;
  width: 100%;
  max-width: 500px;
  border-radius: 12px;
  padding: 20px;
  max-height: 90vh;
  overflow-y: auto;
}
.main-address .item-left .main-left .section-2 .modal-header-custom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1rem;
}
.main-address
  .item-left
  .main-left
  .section-2
  .modal-header-custom
  .modal-title {
  font-weight: bold;
  font-size: 1.2rem;
  color: var(--theme-color-100);
}
.main-address
  .item-left
  .main-left
  .section-2
  .modal-header-custom
  .close-icon {
  cursor: pointer;
  font-size: 1.5rem;
  color: #999;
}
.main-address .item-left .main-left .section-2 .success-box {
  background: #fff;
  border-radius: var(--border-radius-active);
  padding: 20px;
  max-width: 300px;
  width: 100%;
  position: relative;
  text-align: center;
}
.main-address .item-left .main-left .section-2 .success-box .close-icon {
  position: absolute;
  top: 10px;
  left: 10px;
  font-size: 1.4rem;
  cursor: pointer;
}

.main-search .filter-header .const-product {
  background: var(--theme-color-100);
  color: var(--white-color);
  font-size: 12px;
  padding: 2px 5px;
  border-radius: var(--border-radius-active);
}
@media screen and (max-width: 426px) {
  .main-search .filter-header .const-product {
    font-size: 10px;
  }
}
.main-search .filter-header h2 {
  text-align: right;
  font-size: 1.8rem;
  color: #222;
  font-weight: 700;
}
@media screen and (max-width: 426px) {
  .main-search .filter-header h2 {
    font-size: 1rem;
  }
}
.main-search .filter-header .breadcrumb {
  --bs-breadcrumb-divider: "›";
  font-size: 0.9rem;
}
.main-search .filter-header .breadcrumb a {
  color: #6c757d;
  transition: none;
}
.main-search .filter-header .breadcrumb a:hover {
  color: var(--theme-color-100);
}
.main-search .filter-header .breadcrumb .breadcrumb-item.active {
  color: var(--theme-color-100);
  font-weight: 600;
}
.main-search .filter-header .breadcrumb .breadcrumb-item svg {
  font-size: 1rem;
  color: var(--theme-color-100);
}
.main-search .search .search-filters {
  border: 1px solid var(--border-color);
  border-radius: var(--border-radius-active);
}
.main-search .search .search-filters .accordion .accordion-button:focus {
  background-color: transparent;
}
.main-search
  .search
  .search-filters
  .accordion
  .accordion-item
  .input-group
  span {
  background: none;
}
.main-search
  .search
  .search-filters
  .accordion
  .accordion-item
  .input-group
  span:hover {
  cursor: pointer;
}
.main-search
  .search
  .search-filters
  .accordion
  .accordion-item
  .input-group
  span
  i {
  color: var(--text-muted);
}
.main-search
  .search
  .search-filters
  .accordion
  .accordion-item
  .input-group
  input:focus {
  border: 1px solid var(--border-color);
}
@media screen and (max-width: 1025px) {
  .main-search
    .search
    .search-filters
    .accordion
    .accordion-item
    .input-group
    input {
    font-size: 10px;
  }
}
.main-search .search .search-filters .accordion .accordion-item ul {
  height: 100%;
}
.main-search .search .search-filters .accordion .accordion-item ul li {
  margin: 10px;
  border-bottom: 1px solid var(--border-color);
  padding-bottom: 12px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 1025px) {
  .main-search .search .search-filters .accordion .accordion-item ul li {
    font-size: 12px;
  }
}
.main-search .search .search-filters .accordion .accordion-item ul li a {
  color: var(--dark-color);
  display: block;
}
.main-search
  .search
  .search-filters
  .accordion
  .accordion-item
  ul
  li:last-child {
  border-bottom: none;
}
.main-search
  .search
  .search-filters
  .accordion
  .accordion-item
  .price-range
  input {
  border-top: 0;
  border-right: 0;
  border-left: 0;
}
@media screen and (max-width: 1025px) {
  .main-search
    .search
    .search-filters
    .accordion
    .accordion-item
    .price-range
    input {
    width: 150px;
  }
}
.main-search .search .left-filter-header {
  border: 1px solid var(--border-color);
  border-radius: var(--border-radius-active);
  padding: 5px 10px;
}
.main-search .search .left-filter-header a.active {
  border-bottom: 2px solid var(--theme-color-100);
  border-radius: 3px;
}
.main-search .search .product-item {
  margin-bottom: 20px;
}
.main-search .search .product-item .filter-card-glass {
  width: 223px;
  height: 420px;
  background: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-radius: var(--border-radius-active);
  box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 0px 1.5px;
  border-left: 1px solid #ddd;
  display: flex;
  flex-direction: column;
  transition: all 0.3s ease;
  direction: rtl;
}
@media screen and (max-width: 1025px) {
  .main-search .search .product-item .filter-card-glass {
    width: 215px;
    height: 390px;
  }
}
@media screen and (max-width: 769px) {
  .main-search .search .product-item .filter-card-glass {
    width: 335px;
    height: 450px;
  }
}
@media screen and (max-width: 376px) {
  .main-search .search .product-item .filter-card-glass {
    width: 300px;
    height: 420px;
  }
}
@media screen and (max-width: 321px) {
  .main-search .search .product-item .filter-card-glass {
    width: 250px;
    height: 430px;
  }
}
.main-search .search .product-item .filter-card-glass .card-img-top {
  width: 100%;
  height: 200px;
  object-fit: cover;
  display: block;
  padding: 15px;
}
@media screen and (max-width: 1025px) {
  .main-search .search .product-item .filter-card-glass .card-img-top {
    height: 170px;
  }
}
@media screen and (max-width: 769px) {
  .main-search .search .product-item .filter-card-glass .card-img-top {
    height: 230px;
  }
}
.main-search .search .product-item .filter-card-glass .card-body {
  padding: 1rem;
  text-align: right;
}
.main-search .search .product-item .filter-card-glass .card-body .card-title {
  font-size: 1rem;
  font-weight: bold;
  margin-bottom: 0.75rem;
  color: #1c1c1c;
}
@media screen and (max-width: 376px) {
  .main-search .search .product-item .filter-card-glass .card-body .card-title {
    font-size: 0.9rem;
  }
}
@media screen and (max-width: 321px) {
  .main-search .search .product-item .filter-card-glass .card-body .card-title {
    font-size: 0.8rem;
  }
}
.main-search .search .product-item .filter-card-glass .card-body .card-desc {
  font-size: 0.9rem;
  color: var(--text-muted);
  line-height: 1.5;
  margin-bottom: 1rem;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media screen and (max-width: 376px) {
  .main-search .search .product-item .filter-card-glass .card-body .card-desc {
    font-size: 0.8rem;
  }
}
@media screen and (max-width: 321px) {
  .main-search .search .product-item .filter-card-glass .card-body .card-desc {
    font-size: 0.7rem;
  }
}
.main-search .search .product-item .filter-card-glass .card-body .price-box {
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.main-search
  .search
  .product-item
  .filter-card-glass
  .card-body
  .price-box
  .old-price {
  text-decoration: line-through;
  font-size: 0.85rem;
  color: #999;
}
.main-search
  .search
  .product-item
  .filter-card-glass
  .card-body
  .price-box
  .new-price {
  font-size: 1.1rem;
  color: #001f5c;
  font-weight: bold;
}
.main-search .search .footer-filter .button-style {
  padding: 10px 20px;
  font-size: 16px;
  background-color: var(--theme-color-100);
  color: white;
  border: none;
  border-radius: var(--border-radius-active);
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 8px;
  transition: background-color 0.3s;
}
.main-search .search .footer-filter .button-style:hover {
  background-color: var(--theme-hover-color);
}
.main-search .search .footer-filter .button-style .icon {
  display: inline-block;
  animation: bounce 1.5s infinite;
}
.main-search .search .footer-filter .button-style .loading-circle {
  width: 16px;
  height: 16px;
  border: 2px solid white;
  border-top: 2px solid transparent;
  border-radius: 50%;
  animation: spin 1s linear infinite;
}
@keyframes bounce {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(5px);
  }
}
@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
@media screen and (max-width: 991px) {
  .main-search .search .product-ordering .count-of-comments {
    display: none;
  }
}

.container .section {
  margin-top: 50px;
}
.container .section .text-purple {
  color: #6f42c1;
}
.container .section .btn-purple {
  background-color: #6f42c1;
  color: #fff;
  padding: 10px 24px;
  border: none;
  border-radius: 8px;
  transition: 0.3s;
}
.container .section .btn-purple:hover {
  background-color: #5a32a3;
}
.container .section .section-1 {
  border-radius: 20px;
  padding: 0px;
  margin-bottom: 40px;
  transition: 0.3s ease;
}
@media (max-width: 768px) {
  .container .section .section-1 {
    padding: 2px 16px;
  }
}
.container .section .section-1 .right {
  position: relative;
}
.container .section .section-1 .right h2 {
  font-size: 1.5rem;
  color: #6f42c1;
}
@media screen and (max-width: 489px) {
  .container .section .section-1 .right h2 {
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 448px) {
  .container .section .section-1 .right h2 {
    font-size: 1.1rem;
  }
}
@media screen and (max-width: 376px) {
  .container .section .section-1 .right h2 {
    font-size: 0.9rem;
  }
}
.container .section .section-1 .right .price {
  position: absolute;
  left: 50px;
  bottom: 0;
  color: #6f42c1;
}
@media screen and (max-width: 376px) {
  .container .section .section-1 .right .price {
    font-size: 0.8rem;
  }
}
@media screen and (max-width: 1200px) {
  .container .section .section-1 .right .price {
    bottom: -50px;
    left: 30px;
  }
}
.container .section .section-1 .right button {
  position: absolute;
  bottom: 0;
  right: 20px;
}
@media screen and (max-width: 1200px) {
  .container .section .section-1 .right button {
    bottom: -50px;
  }
}
@media screen and (max-width: 376px) {
  .container .section .section-1 .right button {
    font-size: 0.6rem;
  }
}
.container .section .section-1 .left {
  padding: 0;
}
.container .section .section-1 .left video {
  border-radius: 12px;
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.06);
}
@media screen and (max-width: 1200px) {
  .container .section .section-1 .left video {
    margin-top: 100px;
  }
}
.container .section .section-3 .box-Accordion,
.container .section .section-4 .box-Accordion {
  border-radius: 10px;
  padding: 1rem;
  font-family: "IRANSans", sans-serif;
  color: #333;
  overflow: hidden;
}
.container .section .section-3 .accordion-item,
.container .section .section-4 .accordion-item {
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 1rem;
}
.container .section .section-3 .accordion-button,
.container .section .section-4 .accordion-button {
  background-color: #fff;
  color: var(--dark-color);
  font-weight: 600;
  font-size: 1.1rem;
  border-radius: 10px;
  transition: background-color 0.3s ease;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
}
.container .section .section-3 .accordion-button:hover,
.container .section .section-4 .accordion-button:hover {
  background-color: #f3e8ff;
}
.container .section .section-3 .accordion-button::after,
.container .section .section-4 .accordion-button::after {
  filter: hue-rotate(260deg);
}
.container .section .section-3 .accordion-button:not(.collapsed),
.container .section .section-4 .accordion-button:not(.collapsed) {
  background-color: #ede7f6;
  color: var(--theme-color);
}
.container .section .section-3 .accordion-collapse,
.container .section .section-4 .accordion-collapse {
  overflow: hidden;
  border-radius: 10px;
}
.container .section .section-3 .accordion-body,
.container .section .section-4 .accordion-body {
  background-color: #fafafa;
  margin: 0.5rem 0;
  padding: 1rem 1.25rem;
  border-radius: 10px;
  box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.05);
  animation: fadeIn 0.4s ease;
  display: flex;
  justify-content: space-between;
  align-items: center;
  overflow: hidden;
}
.container .section .section-3 .accordion-body .title,
.container .section .section-4 .accordion-body .title {
  font-weight: 500;
  color: #333;
}
.container .section .section-3 .accordion-body .time,
.container .section .section-4 .accordion-body .time {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  color: #7e57c2;
  font-size: 0.9rem;
}
@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(-5px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.container .section .detail-item {
  display: flex;
  align-items: center;
  border: 1px solid #d6bbfb;
  border-radius: 12px;
  padding: 16px;
  transition: 0.3s ease;
  box-shadow: 0 8px 20px rgba(111, 66, 193, 0.08);
}
.container .section .detail-item:hover {
  box-shadow: 0 12px 24px rgba(111, 66, 193, 0.15);
}
.container .section .detail-item svg {
  font-size: 24px;
  color: #6f42c1;
  margin-left: 16px;
}
.container .section .detail-item .detail-text h6 {
  font-weight: bold;
  color: var(--dark-color);
  margin-bottom: 4px;
}
.container .section .detail-item .detail-text p {
  margin: 0;
  color: var(--text-color);
}

.container .section {
  margin-top: 50px;
}
.container .section .text-purple {
  color: #6f42c1;
}
.container .section .btn-purple {
  background-color: #6f42c1;
  color: #fff;
  padding: 10px 24px;
  border: none;
  border-radius: 8px;
  transition: 0.3s;
}
.container .section .btn-purple:hover {
  background-color: #5a32a3;
}
.container .section .section-1 {
  border-radius: 20px;
  padding: 0px;
  margin-bottom: 40px;
  transition: 0.3s ease;
}
@media (max-width: 768px) {
  .container .section .section-1 {
    padding: 2px 16px;
  }
}
.container .section .section-1 .right {
  position: relative;
}
.container .section .section-1 .right h2 {
  font-size: 1.5rem;
  color: #6f42c1;
}
@media screen and (max-width: 489px) {
  .container .section .section-1 .right h2 {
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 448px) {
  .container .section .section-1 .right h2 {
    font-size: 1.1rem;
  }
}
@media screen and (max-width: 376px) {
  .container .section .section-1 .right h2 {
    font-size: 0.9rem;
  }
}
.container .section .section-1 .right .price {
  position: absolute;
  left: 50px;
  bottom: 0;
  color: #6f42c1;
}
@media screen and (max-width: 376px) {
  .container .section .section-1 .right .price {
    font-size: 0.8rem;
  }
}
@media screen and (max-width: 1200px) {
  .container .section .section-1 .right .price {
    bottom: -50px;
    left: 30px;
  }
}
.container .section .section-1 .right button {
  position: absolute;
  bottom: 0;
  right: 20px;
}
@media screen and (max-width: 1200px) {
  .container .section .section-1 .right button {
    bottom: -50px;
  }
}
@media screen and (max-width: 376px) {
  .container .section .section-1 .right button {
    font-size: 0.6rem;
  }
}
.container .section .section-1 .left {
  padding: 0;
}
.container .section .section-1 .left video {
  border-radius: 12px;
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.06);
}
@media screen and (max-width: 1200px) {
  .container .section .section-1 .left video {
    margin-top: 100px;
  }
}
.container .section .section-3 .box-Accordion,
.container .section .section-4 .box-Accordion {
  border-radius: 10px;
  padding: 1rem;
  font-family: "IRANSans", sans-serif;
  color: #333;
  overflow: hidden;
}
.container .section .section-3 .accordion-item,
.container .section .section-4 .accordion-item {
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 1rem;
}
.container .section .section-3 .accordion-button,
.container .section .section-4 .accordion-button {
  background-color: #fff;
  color: var(--dark-color);
  font-weight: 600;
  font-size: 1.1rem;
  border-radius: 10px;
  transition: background-color 0.3s ease;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
}
.container .section .section-3 .accordion-button:hover,
.container .section .section-4 .accordion-button:hover {
  background-color: #f3e8ff;
}
.container .section .section-3 .accordion-button::after,
.container .section .section-4 .accordion-button::after {
  filter: hue-rotate(260deg);
}
.container .section .section-3 .accordion-button:not(.collapsed),
.container .section .section-4 .accordion-button:not(.collapsed) {
  background-color: #ede7f6;
  color: var(--theme-color);
}
.container .section .section-3 .accordion-collapse,
.container .section .section-4 .accordion-collapse {
  overflow: hidden;
  border-radius: 10px;
}
.container .section .section-3 .accordion-body,
.container .section .section-4 .accordion-body {
  background-color: #fafafa;
  margin: 0.5rem 0;
  padding: 1rem 1.25rem;
  border-radius: 10px;
  box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.05);
  animation: fadeIn 0.4s ease;
  display: flex;
  justify-content: space-between;
  align-items: center;
  overflow: hidden;
}
.container .section .section-3 .accordion-body .title,
.container .section .section-4 .accordion-body .title {
  font-weight: 500;
  color: #333;
}
.container .section .section-3 .accordion-body .time,
.container .section .section-4 .accordion-body .time {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  color: #7e57c2;
  font-size: 0.9rem;
}
@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(-5px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.container .section .detail-item {
  display: flex;
  align-items: center;
  border: 1px solid #d6bbfb;
  border-radius: 12px;
  padding: 16px;
  transition: 0.3s ease;
  box-shadow: 0 8px 20px rgba(111, 66, 193, 0.08);
}
.container .section .detail-item:hover {
  box-shadow: 0 12px 24px rgba(111, 66, 193, 0.15);
}
.container .section .detail-item svg {
  font-size: 24px;
  color: #6f42c1;
  margin-left: 16px;
}
.container .section .detail-item .detail-text h6 {
  font-weight: bold;
  color: var(--dark-color);
  margin-bottom: 4px;
}
.container .section .detail-item .detail-text p {
  margin: 0;
  color: var(--text-color);
}

.faq-container {
  direction: rtl;
  font-family: "IranSans", sans-serif;
}
.faq-container .faq-item {
  border: 1px solid var(--border-color);
  border-radius: var(--border-radius-active);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
  margin-bottom: 1rem;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
}
.faq-container .faq-item:hover {
  transform: translateY(-3px);
}
.faq-container .faq-item .faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1.25rem 1.5rem;
  cursor: pointer;
  font-size: 1.15rem;
  font-weight: 600;
  color: #495057;
  transition: all 0.3s ease-in-out;
  background: none;
  border-bottom: 1px solid #e9ecef;
}
@media screen and (max-width: 1026px) {
  .faq-container .faq-item .faq-question {
    font-size: 0.9rem;
  }
}
.faq-container .faq-item .faq-question[aria-expanded="true"] {
  color: var(--theme-color-100);
  background-color: rgba(237, 236, 236, 0.7);
  border-bottom-color: var(--border-color);
}
.faq-container .faq-item .faq-question .question-text {
  flex-grow: 1;
  padding-left: 1rem;
}
@media (max-width: 480px) {
  .faq-container .faq-item .faq-question .question-text {
    font-size: 0.8rem;
  }
}
@media (max-width: 376px) {
  .faq-container .faq-item .faq-question .question-text {
    line-height: 1.3rem;
    font-size: 0.7rem;
  }
}
@media (max-width: 321px) {
  .faq-container .faq-item .faq-question .question-text {
    font-size: 0.6rem;
  }
}
.faq-container .faq-item .faq-question .faq-icon {
  font-size: 1.5rem;
  color: var(--theme-color-100);
  transition: transform 0.3s ease, color 0.3s ease;
}
@media (max-width: 480px) {
  .faq-container .faq-item .faq-question .faq-icon {
    font-size: 1.3rem;
  }
}
@media (max-width: 321px) {
  .faq-container .faq-item .faq-question .faq-icon {
    font-size: 1.2rem;
  }
}
.faq-question[aria-expanded="true"]
  .faq-container
  .faq-item
  .faq-question
  .faq-icon {
  transform: rotate(180deg);
  color: #ffffff !important;
}
.faq-container .faq-item .faq-answer {
  padding: 0 1.5rem;
  background-color: #fff;
  color: var(--text-muted);
  font-size: 1rem;
  line-height: 1.7;
  border-top: none;
  opacity: 0;
  transform: translateY(-10px);
  transition: height 0.3s ease-in-out, opacity 0.3s ease-out,
    transform 0.3s ease-out;
}
.faq-container .faq-item .faq-answer p {
  margin-top: 1rem;
  margin-bottom: 1rem;
  text-align: justify;
}
@media (max-width: 480px) {
  .faq-container .faq-item .faq-answer p {
    font-size: 0.7rem;
  }
}
@media (max-width: 376px) {
  .faq-container .faq-item .faq-answer p {
    line-height: 1.3rem;
    font-size: 0.6rem;
  }
}
@media (max-width: 321px) {
  .faq-container .faq-item .faq-answer p {
    font-size: 0.5rem;
  }
}
.faq-container .faq-item .faq-answer.collapsing {
  opacity: 0.5;
  transform: translateY(0);
}
.faq-container .faq-item .faq-answer.collapse:not(.show) {
  display: none;
  opacity: 0;
  transform: translateY(-10px);
}
.faq-container .faq-item .faq-answer.collapse.show {
  display: block;
  opacity: 1;
  transform: translateY(0);
}

.container .Breadcrumb .session-box {
  border-radius: 16px;
  padding: 20px;
  transition: all 0.3s ease;
}
.container .Breadcrumb .custom-breadcrumb {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
  font-size: 0.95rem;
}
.container .Breadcrumb .custom-breadcrumb a {
  color: #6c757d;
  text-decoration: none;
  display: flex;
  align-items: center;
}
.container .Breadcrumb .custom-breadcrumb .active {
  color: var(--theme-color);
  font-weight: 600;
}
.container .Breadcrumb .breadcrumb-separator {
  color: #bbb;
  font-size: 1rem;
}
.container .Breadcrumb .next-part {
  color: #7c3aed;
  font-weight: 600;
  font-size: 1rem;
  display: flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
  transition: transform 0.2s ease;
}
.container .Breadcrumb .next-part svg {
  font-size: 1.3rem;
  transition: transform 0.3s ease;
}
.container .Breadcrumb .next-part:hover svg {
  transform: translateX(-4px);
}
.container .section-video video {
  max-width: 100%;
  margin-top: 50px;
  border-radius: 10px;
}
.container .box-right .box-Accordion-sm {
  display: none;
}
@media screen and (max-width: 992px) {
  .container .box-right .box-Accordion-sm {
    display: block;
  }
}
.container .box-right .lesson-box {
  border: 1px solid var(--white-color-2);
  border-radius: 16px;
  padding: 24px;
  margin-top: 75px;
  transition: box-shadow 0.3s ease;
}
.container .box-right .lesson-box .lesson-header {
  text-align: end;
}
.container .box-right .lesson-box .lesson-header small {
  color: var(--text-color);
  font-size: 0.95rem;
}
.container .box-right .lesson-box .lesson-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 24px;
  gap: 12px;
}
.container .box-right .lesson-box .lesson-footer a {
  display: flex;
  align-items: center;
  gap: 6px;
  color: var(--text-color);
  font-weight: 500;
  cursor: pointer;
  transition: color 0.2s ease;
}
.container .box-right .lesson-box .lesson-footer a:hover {
  color: var(--theme-color);
}
.container .box-right .comment-form {
  margin-top: 2rem;
  padding: 1.5rem;
  border: 1px solid var(--white-color-2);
  border-radius: 12px;
}
.container .box-right .comment-form .form-title {
  font-size: 1.4rem;
  color: var(--theme-color);
  margin-bottom: 1rem;
  text-align: right;
}
.container .box-right .comment-form .editor-toolbar {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-bottom: 0.8rem;
}
.container .box-right .comment-form .editor-toolbar button {
  background-color: #ede9fe;
  border: none;
  color: var(--theme-color);
  font-weight: bold;
  padding: 0.4rem 0.7rem;
  border-radius: 6px;
  cursor: pointer;
  transition: all 0.2s ease;
}
.container .box-right .comment-form .editor-toolbar button:hover {
  background-color: #d8b4fe;
  transform: scale(1.05);
}
.container .box-right .comment-form .editor-content {
  background-color: #fff;
  border: 1px solid #d1d5db;
  min-height: 150px;
  padding: 1rem;
  border-radius: 8px;
  outline: none;
  font-size: 1rem;
  color: #333;
  line-height: 1.8;
  transition: border 0.3s ease;
}
.container .box-right .comment-form .editor-content:focus {
  border-color: #9333ea;
}
.container .box-right .comment-form .editor-content::before {
  content: attr(placeholder);
  color: #aaa;
}
.container .box-right .comment-form .editor-wrapper {
  position: relative;
}
.container .box-right .comment-form .editor-wrapper .editor-content {
  background-color: #fff;
  border: 1px solid #d1d5db;
  min-height: 150px;
  padding: 1rem;
  border-radius: 8px;
  outline: none;
  font-size: 1rem;
  color: #333;
  line-height: 1.8;
  transition: border 0.3s ease;
}
.container .box-right .comment-form .editor-wrapper .editor-placeholder {
  position: absolute;
  top: 1rem;
  right: 1rem;
  color: #aaa;
  pointer-events: none;
  transition: opacity 0.2s ease;
}
.container
  .box-right
  .comment-form
  .editor-wrapper
  .editor-content:focus
  + .editor-placeholder,
.container
  .box-right
  .comment-form
  .editor-wrapper
  .editor-content:not(:empty)
  + .editor-placeholder {
  opacity: 0;
}
.container .box-right .box-Accordion {
  display: block;
}
@media screen and (max-width: 992px) {
  .container .box-right .box-Accordion {
    display: none;
  }
}
.container .box-right .box-Accordion .accordion {
  border: 1px solid var(--white-color-2);
  border-radius: 10px;
}
.container .section .title-d span {
  color: var(--theme-color);
  font-weight: bold;
  font-size: 1.9rem;
}
.container .section .navbar {
  background: none;
}
.container .section .navbar .box-wrapper {
  margin-bottom: 20px;
  position: relative;
}
.container .section .navbar .box-wrapper svg {
  margin-top: 20px;
  color: var(--theme-color);
}
.container .section .navbar .box-wrapper p {
  color: var(--theme-color);
  font-weight: bold;
  bottom: 5px;
  right: 65px;
  position: absolute;
}
.container .section .navbar .box-wrapper span {
  color: var(--dark-color);
  font-weight: bold;
  bottom: -2px;
  right: 65px;
  position: absolute;
}

.main-about .section-intro .hero-section {
  position: relative;
  overflow: hidden;
  width: 100%;
  min-height: 350px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
}
@media screen and (max-width: 426px) {
  .main-about .section-intro .hero-section {
    height: 300px;
  }
}
.main-about .section-intro .hero-section .bg-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  object-fit: cover;
  filter: brightness(0.6);
}
.main-about .section-intro .hero-section .hero-overlay {
  background-color: rgba(0, 0, 0, 0.15);
  position: absolute;
  inset: 0;
  z-index: 1;
}
.main-about .section-intro .hero-section .hero-content {
  background: rgba(255, 255, 255, 0.2);
  border-radius: var(--border-radius-active);
  position: absolute;
  top: auto;
  z-index: 2;
  max-width: 100%;
  padding: 20px;
  text-align: center;
}
@media screen and (max-width: 426px) {
  .main-about .section-intro .hero-section .hero-content {
    max-width: 350px;
  }
}
@media screen and (max-width: 321px) {
  .main-about .section-intro .hero-section .hero-content {
    max-width: 300px;
  }
}
@media screen and (max-width: 1025px) {
  .main-about .section-intro .hero-section .hero-content h1 {
    font-size: 2rem;
  }
}
@media screen and (max-width: 769px) {
  .main-about .section-intro .hero-section .hero-content h1 {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 426px) {
  .main-about .section-intro .hero-section .hero-content h1 {
    font-size: 0.8rem;
  }
}
@media screen and (max-width: 376px) {
  .main-about .section-intro .hero-section .hero-content h1 {
    font-size: 0.8rem;
  }
}
@media screen and (max-width: 321px) {
  .main-about .section-intro .hero-section .hero-content h1 {
    font-size: 0.7rem;
  }
}
@media screen and (max-width: 426px) {
  .main-about .section-intro .hero-section .hero-content p {
    font-size: 0.8rem;
  }
}
@media screen and (max-width: 376px) {
  .main-about .section-intro .hero-section .hero-content p {
    font-size: 0.9rem;
  }
}
@media screen and (max-width: 321px) {
  .main-about .section-intro .hero-section .hero-content p {
    font-size: 0.6rem;
  }
}
.main-about .section-intro .hero-section .search-box {
  position: relative;
}
.main-about .section-intro .hero-section .search-box .search-loader {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  display: none;
}
.main-about .section-intro .hero-section .search-box .suggestions {
  color: var(--white-color);
  background: rgba(0, 0, 0, 0.53);
  text-align: right;
  border-radius: 8px;
  margin-top: 5px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}
.main-about .section-intro .hero-section .search-box .suggestions div {
  padding: 8px 12px;
  cursor: pointer;
}
.main-about .section-intro .hero-section .search-box .suggestions div:hover {
  color: var(--dark-color);
  background-color: #f1f1f1;
}
.main-about .section-intro .hero-section .product-stats-section {
  box-shadow: none;
  position: absolute;
  bottom: 0;
}
.main-about .section-intro .hero-section .product-stats-section .item-stat {
  width: 200px;
  box-shadow: none;
  border-left: 1px solid var(--border-color);
}
.main-about
  .section-intro
  .hero-section
  .product-stats-section
  .item-stat:last-child {
  border-left: none;
}
@media screen and (max-width: 426px) {
  .main-about .section-intro .hero-section .product-stats-section .item-stat {
    border-left: none;
  }
}
@media screen and (max-width: 769px) {
  .main-about .section-intro .hero-section .product-stats-section .item-stat {
    width: 25%;
  }
}
@media screen and (max-width: 426px) {
  .main-about .section-intro .hero-section .product-stats-section .item-stat {
    width: 50%;
  }
}
.main-about
  .section-intro
  .hero-section
  .product-stats-section
  .item-stat
  p.stat-label {
  font-size: 0.6rem;
}
@media screen and (max-width: 769px) {
  .main-about
    .section-intro
    .hero-section
    .product-stats-section
    .item-stat
    p.stat-label {
    font-size: 0.6rem;
  }
}
@media screen and (max-width: 321px) {
  .main-about
    .section-intro
    .hero-section
    .product-stats-section
    .item-stat
    p.stat-label {
    font-size: 0.8rem;
  }
}
.main-about .section-intro .hero-section .stats-section {
  z-index: 2;
  position: relative;
}
.main-about .section-intro .hero-section .stats-section .stat-box {
  background: rgba(255, 255, 255, 0.1);
  padding: 20px;
  border-radius: 12px;
  backdrop-filter: blur(6px);
  border: 1px solid rgba(255, 255, 255, 0.2);
  transition: transform 0.3s ease;
}
.main-about .section-intro .hero-section .stats-section .stat-box:hover {
  transform: translateY(-5px);
}
.main-about .section-intro .hero-section .stats-section .stat-box h2 {
  font-size: 2.5rem;
  font-weight: bold;
  margin-bottom: 5px;
  color: #fff;
}
.main-about .section-intro .hero-section .stats-section .stat-box p {
  margin: 0;
  font-size: 1rem;
  color: #eee;
}
@media screen and (max-width: 376px) {
  .main-about .stats-section .section-subtitle-theme h2 {
    font-size: 1rem;
  }
}
@media screen and (max-width: 321px) {
  .main-about .stats-section .section-subtitle-theme h2 {
    font-size: 0.9rem;
  }
}
.main-about .stats-section .product-stats-section .item-stat {
  border-left: 1px solid var(--border-color);
}
.main-about .stats-section .product-stats-section .item-stat:last-child {
  border-left: none;
}
@media screen and (max-width: 426px) {
  .main-about .stats-section .product-stats-section .item-stat {
    border: none;
  }
}
@media screen and (max-width: 426px) {
  .main-about
    .stats-section
    .product-stats-section
    .item-stat
    .stat-box
    h3.stat-number {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 375px) {
  .main-about
    .stats-section
    .product-stats-section
    .item-stat
    .stat-box
    h3.stat-number {
    font-size: 1.2rem;
  }
}
.main-about .stats-section .product-stats-section .item-stat .stat-box p {
  color: var(--text-muted);
}
@media screen and (max-width: 426px) {
  .main-about .stats-section .product-stats-section .item-stat .stat-box p {
    font-size: 0.7rem;
  }
}
@media screen and (max-width: 375px) {
  .main-about .stats-section .product-stats-section .item-stat .stat-box p {
    font-size: 0.7rem;
  }
}
@media screen and (max-width: 376px) {
  .main-about .about-store .section-subtitle-theme h2 {
    font-size: 1rem;
  }
}
@media screen and (max-width: 321px) {
  .main-about .about-store .section-subtitle-theme h2 {
    font-size: 0.9rem;
  }
}
@media screen and (max-width: 426px) {
  .main-about .about-store .main-section {
    padding: 20px;
    background-image: url("/assets/media/img/main/img3.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }
}
.main-about .about-store .main-section .item-right {
  margin-top: 25px;
}
@media screen and (max-width: 426px) {
  .main-about .about-store .main-section .item-right {
    margin-top: 0;
    padding: 10px;
  }
}
@media screen and (max-width: 426px) {
  .main-about .about-store .main-section .item-right h4 {
    font-size: 1rem;
  }
}
@media screen and (max-width: 376px) {
  .main-about .about-store .main-section .item-right h4 {
    font-size: 0.8rem;
  }
}
@media screen and (max-width: 321px) {
  .main-about .about-store .main-section .item-right h4 {
    font-size: 0.7rem;
  }
}
.main-about .about-store .main-section .item-right p {
  line-height: 2.5rem;
}
@media screen and (max-width: 426px) {
  .main-about .about-store .main-section .item-right p {
    font-size: 0.8rem;
    line-height: 2rem;
  }
}
@media screen and (max-width: 376px) {
  .main-about .about-store .main-section .item-right p {
    font-size: 0.7rem;
  }
}
@media screen and (max-width: 321px) {
  .main-about .about-store .main-section .item-right p {
    font-size: 0.6rem;
  }
}
@media screen and (max-width: 426px) {
  .main-about .about-store .main-section .item-right {
    border-radius: var(--border-radius-active);
    background: rgba(255, 255, 255, 0.86);
  }
}
.main-about .about-store .main-section .item-left img {
  max-width: 100%;
  border-radius: var(--border-radius-active);
}
@media screen and (max-width: 426px) {
  .main-about .about-store .main-section .item-left img {
    display: none;
  }
}
@media screen and (max-width: 376px) {
  .main-about .advantages-section .section-subtitle-theme h2 {
    font-size: 1rem;
  }
}
@media screen and (max-width: 321px) {
  .main-about .advantages-section .section-subtitle-theme h2 {
    font-size: 0.9rem;
  }
}
.main-about .advantages-section .main-section {
  direction: rtl;
  /* انیمیشن بالا و پایین رفتن روی دسکتاپ */
  /* غیرفعال کردن انیمیشن روی موبایل و تبلت */
  /* انیمیشن شناور بالا و پایین */
}
.main-about .advantages-section .main-section .card,
.main-about .advantages-section .main-section .card-theme {
  border-radius: var(--border-radius-active);
  height: 300px;
  text-align: center;
  padding: 1.5rem;
  border: none;
  transition: transform 0.3s ease-in-out;
}
.main-about .advantages-section .main-section .card:hover,
.main-about .advantages-section .main-section .card-theme:hover {
  cursor: pointer;
}
.main-about .advantages-section .main-section .card .icon svg,
.main-about .advantages-section .main-section .card-theme .icon svg {
  width: 80px;
  height: 80px;
  stroke-width: 1.5;
}
.main-about .advantages-section .main-section .card h5,
.main-about .advantages-section .main-section .card-theme h5 {
  font-weight: bold;
  margin-bottom: 0.75rem;
  font-size: 1.25rem;
}
.main-about .advantages-section .main-section .card p,
.main-about .advantages-section .main-section .card-theme p {
  line-height: 1.8rem;
  font-size: 0.95rem;
}
.main-about .advantages-section .main-section .card .icon,
.main-about .advantages-section .main-section .card-theme .icon {
  color: var(--theme-color-100);
}
@keyframes floatUpDown {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-20px);
  }
}
.main-about .advantages-section .main-section .card-theme {
  background: var(--theme-color-100);
}
.main-about .advantages-section .main-section .card-theme .icon {
  color: var(--white-color);
}
.main-about .advantages-section .main-section .card-theme h5 {
  color: var(--white-color);
}
.main-about .advantages-section .main-section .card-theme p {
  color: var(--white-color-300);
}
.main-about .advantages-section .main-section .card-theme:hover {
  cursor: pointer;
}
@keyframes floatUpDown {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
}
@media screen and (min-width: 1025px) {
  .main-about .advantages-section .main-section {
    /* توقف انیمیشن روی هاور */
  }
  .main-about .advantages-section .main-section .card,
  .main-about .advantages-section .main-section .card-theme {
    animation: floatUpDown 4s ease-in-out infinite;
  }
}
@media screen and (max-width: 1024px) {
  .main-about .advantages-section .main-section .card,
  .main-about .advantages-section .main-section .card-theme {
    animation: none !important;
    transform: none !important;
    height: 250px;
    padding: 0.5rem;
  }
  .main-about .advantages-section .main-section .card .icon svg,
  .main-about .advantages-section .main-section .card-theme .icon svg {
    width: 60px;
    height: 60px;
  }
  .main-about .advantages-section .main-section .card h5,
  .main-about .advantages-section .main-section .card-theme h5 {
    font-size: 1rem;
  }
  .main-about .advantages-section .main-section .card p,
  .main-about .advantages-section .main-section .card-theme p {
    font-size: 0.8rem;
  }
}

.main-content .section-intro .hero-section {
  position: relative;
  overflow: hidden;
  width: 100%;
  min-height: 350px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
}
@media screen and (max-width: 426px) {
  .main-content .section-intro .hero-section {
    height: 300px;
  }
}
.main-content .section-intro .hero-section .bg-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  object-fit: cover;
  filter: brightness(0.6);
}
.main-content .section-intro .hero-section .hero-overlay {
  background-color: rgba(0, 0, 0, 0.15);
  position: absolute;
  inset: 0;
  z-index: 1;
}
.main-content .section-intro .hero-section .hero-content {
  background: rgba(255, 255, 255, 0.2);
  border-radius: var(--border-radius-active);
  position: absolute;
  top: auto;
  z-index: 2;
  max-width: 100%;
  padding: 20px;
  text-align: center;
}
@media screen and (max-width: 426px) {
  .main-content .section-intro .hero-section .hero-content {
    max-width: 350px;
  }
}
@media screen and (max-width: 321px) {
  .main-content .section-intro .hero-section .hero-content {
    max-width: 300px;
  }
}
@media screen and (max-width: 1025px) {
  .main-content .section-intro .hero-section .hero-content h1 {
    font-size: 2rem;
  }
}
@media screen and (max-width: 769px) {
  .main-content .section-intro .hero-section .hero-content h1 {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}
@media screen and (max-width: 426px) {
  .main-content .section-intro .hero-section .hero-content h1 {
    font-size: 1rem;
    line-height: 2rem;
  }
}
@media screen and (max-width: 376px) {
  .main-content .section-intro .hero-section .hero-content h1 {
    font-size: 1rem;
    line-height: 2rem;
  }
}
@media screen and (max-width: 321px) {
  .main-content .section-intro .hero-section .hero-content h1 {
    font-size: 1rem;
  }
}
@media screen and (max-width: 376px) {
  .main-content .section-intro .hero-section .hero-content p {
    font-size: 0.9rem;
  }
}
@media screen and (max-width: 321px) {
  .main-content .section-intro .hero-section .hero-content p {
    font-size: 0.7rem;
  }
}
.main-content .section-intro .hero-section .search-box {
  position: relative;
}
.main-content .section-intro .hero-section .search-box .search-loader {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  display: none;
}
.main-content .section-intro .hero-section .search-box .suggestions {
  color: var(--white-color);
  background: rgba(0, 0, 0, 0.53);
  text-align: right;
  border-radius: 8px;
  margin-top: 5px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}
.main-content .section-intro .hero-section .search-box .suggestions div {
  padding: 8px 12px;
  cursor: pointer;
}
.main-content .section-intro .hero-section .search-box .suggestions div:hover {
  color: var(--dark-color);
  background-color: #f1f1f1;
}
.main-content .section-intro .hero-section .product-stats-section {
  box-shadow: none;
  position: absolute;
  bottom: 0;
}
.main-content .section-intro .hero-section .product-stats-section .item-stat {
  width: 200px;
  box-shadow: none;
  border-left: 1px solid var(--border-color);
}
.main-content
  .section-intro
  .hero-section
  .product-stats-section
  .item-stat:last-child {
  border-left: none;
}
@media screen and (max-width: 426px) {
  .main-content .section-intro .hero-section .product-stats-section .item-stat {
    border-left: none;
  }
}
@media screen and (max-width: 769px) {
  .main-content .section-intro .hero-section .product-stats-section .item-stat {
    width: 25%;
  }
}
@media screen and (max-width: 426px) {
  .main-content .section-intro .hero-section .product-stats-section .item-stat {
    width: 50%;
  }
}
.main-content
  .section-intro
  .hero-section
  .product-stats-section
  .item-stat
  p.stat-label {
  font-size: 0.6rem;
}
@media screen and (max-width: 769px) {
  .main-content
    .section-intro
    .hero-section
    .product-stats-section
    .item-stat
    p.stat-label {
    font-size: 0.6rem;
  }
}
@media screen and (max-width: 321px) {
  .main-content
    .section-intro
    .hero-section
    .product-stats-section
    .item-stat
    p.stat-label {
    font-size: 0.8rem;
  }
}
.main-content .section-intro .hero-section .stats-section {
  z-index: 2;
  position: relative;
}
.main-content .section-intro .hero-section .stats-section .stat-box {
  background: rgba(255, 255, 255, 0.1);
  padding: 20px;
  border-radius: 12px;
  backdrop-filter: blur(6px);
  border: 1px solid rgba(255, 255, 255, 0.2);
  transition: transform 0.3s ease;
}
.main-content .section-intro .hero-section .stats-section .stat-box:hover {
  transform: translateY(-5px);
}
.main-content .section-intro .hero-section .stats-section .stat-box h2 {
  font-size: 2.5rem;
  font-weight: bold;
  margin-bottom: 5px;
  color: #fff;
}
.main-content .section-intro .hero-section .stats-section .stat-box p {
  margin: 0;
  font-size: 1rem;
  color: #eee;
}
@media screen and (max-width: 426px) {
  .main-content .contact-section {
    padding: 1px 20px;
  }
}
.main-content .contact-section .form-section {
  border-radius: var(--border-radius-active);
  border: 1px solid var(--border-color);
  padding: 20px;
}
.main-content .contact-section .form-section .contact-form input:focus,
.main-content .contact-section .form-section .contact-form textarea:focus {
  border: 1px solid var(--theme-color-100);
}
.main-content .contact-section .iframe-section iframe {
  border-radius: var(--border-radius-active);
}
.main-content .store-communication .main-section {
  direction: rtl;
  /* انیمیشن بالا و پایین رفتن روی دسکتاپ */
  /* غیرفعال کردن انیمیشن روی موبایل و تبلت */
  /* انیمیشن شناور بالا و پایین */
}
.main-content .store-communication .main-section img.img-logo {
  max-width: 40px;
}
.main-content .store-communication .main-section .card,
.main-content .store-communication .main-section .card-theme {
  border-radius: var(--border-radius-active);
  height: 300px;
  text-align: center;
  padding: 1.5rem;
  border: none;
  transition: transform 0.3s ease-in-out;
}
.main-content .store-communication .main-section .card:hover,
.main-content .store-communication .main-section .card-theme:hover {
  cursor: pointer;
}
.main-content .store-communication .main-section .card .icon svg,
.main-content .store-communication .main-section .card-theme .icon svg {
  width: 80px;
  height: 80px;
  stroke-width: 1.5;
}
.main-content .store-communication .main-section .card h5,
.main-content .store-communication .main-section .card-theme h5 {
  font-weight: bold;
  margin-bottom: 0.75rem;
  font-size: 1.25rem;
}
.main-content .store-communication .main-section .card p,
.main-content .store-communication .main-section .card-theme p {
  line-height: 1.8rem;
  font-size: 0.95rem;
}
.main-content .store-communication .main-section .card .icon,
.main-content .store-communication .main-section .card-theme .icon {
  color: var(--theme-color-100);
}
@keyframes floatUpDown {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-20px);
  }
}
.main-content .store-communication .main-section .card-theme {
  background: var(--theme-color-100);
}
.main-content .store-communication .main-section .card-theme .icon {
  color: var(--white-color);
}
.main-content .store-communication .main-section .card-theme h5 {
  color: var(--white-color);
}
.main-content .store-communication .main-section .card-theme p {
  color: var(--white-color-300);
}
.main-content .store-communication .main-section .card-theme:hover {
  cursor: pointer;
}
@keyframes floatUpDown {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
}
@media screen and (min-width: 1025px) {
  .main-content .store-communication .main-section {
    /* توقف انیمیشن روی هاور */
  }
  .main-content .store-communication .main-section .card,
  .main-content .store-communication .main-section .card-theme {
    animation: floatUpDown 4s ease-in-out infinite;
  }
}
@media screen and (max-width: 1024px) {
  .main-content .store-communication .main-section .card,
  .main-content .store-communication .main-section .card-theme {
    animation: none !important;
    transform: none !important;
    height: 250px;
    padding: 0.5rem;
  }
  .main-content .store-communication .main-section .card .icon svg,
  .main-content .store-communication .main-section .card-theme .icon svg {
    width: 60px;
    height: 60px;
  }
  .main-content .store-communication .main-section .card h5,
  .main-content .store-communication .main-section .card-theme h5 {
    font-size: 1rem;
  }
  .main-content .store-communication .main-section .card p,
  .main-content .store-communication .main-section .card-theme p {
    font-size: 0.8rem;
  }
}

.main-cart .item-right .cart-text {
  width: 25%;
}
@media screen and (max-width: 769px) {
  .main-cart .item-right .cart-text {
    width: 20%;
  }
}
@media screen and (max-width: 426px) {
  .main-cart .item-right .cart-text {
    width: 100%;
  }
}
.main-cart .item-right ul {
  line-height: 1.5rem;
}
.main-cart .item-right ul li {
  font-size: 0.8rem;
  color: var(--text-muted);
}
@media screen and (max-width: 1024px) {
  .main-cart .item-right ul li {
    font-size: 0.6rem;
  }
}
@media screen and (max-width: 426px) {
  .main-cart .item-right ul li {
    font-size: 0.8rem;
    line-height: 1.5rem;
  }
}
@media screen and (max-width: 321px) {
  .main-cart .item-right ul li {
    font-size: 0.65rem;
  }
}
.main-cart .item-right ul li a {
  color: var(--text-muted);
}
.main-cart .item-right ul li a:hover {
  color: var(--theme-color-100);
}
.main-cart .item-right .product-box-cart {
  border-bottom: 1px solid var(--border-color);
}
.main-cart .item-right .product-box-cart:last-child {
  border-bottom: none;
}
.main-cart .item-right .cart-title-right {
  font-size: 1.5rem;
  font-weight: bold;
  color: var(--theme-color-100);
  width: 100%;
  padding: 10px;
  border-radius: var(--border-radius-active);
  border: 1px solid var(--border-color);
}
.main-cart .item-right .cart-box-right {
  background-color: #fff;
  border: 1px solid var(--border-color);
  border-radius: var(--border-radius-active);
  padding: 1.5rem;
  margin-bottom: 1rem;
}
.main-cart .item-right .cart-box-right .increase.initial {
  color: var(--theme-color-100) !important;
  font-weight: bold;
  margin-right: 10px;
}
.main-cart .item-right .product-img {
  width: 100%;
  height: 150px;
  object-fit: cover;
  border-radius: 0.5rem;
}
@media screen and (max-width: 1025px) {
  .main-cart .item-right .product-img {
    height: 100px;
  }
}
@media screen and (max-width: 426px) {
  .main-cart .item-right .product-img {
    height: 100px;
  }
}
.main-cart .item-right .product-title {
  font-size: 1.1rem;
  font-weight: bold;
}
.main-cart .item-right .teacher-name {
  font-size: 0.9rem;
  color: gray;
}
.main-cart .item-right .cart-price {
  width: 35%;
}
@media screen and (max-width: 1025px) {
  .main-cart .item-right .cart-price {
    width: 30%;
    font-size: 0.8rem;
  }
}
@media screen and (max-width: 769px) {
  .main-cart .item-right .cart-price {
    width: 38%;
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 426px) {
  .main-cart .item-right .cart-price {
    width: 100%;
    font-size: 1.5rem;
  }
}
.main-cart .item-right .price {
  font-weight: bold;
  text-align: left;
}
.main-cart .item-right .old-price {
  text-decoration: line-through;
  color: gray;
  font-size: 0.9rem;
}
@media screen and (max-width: 1025px) {
  .main-cart .item-right .old-price {
    font-size: 0.6rem;
  }
}
@media screen and (max-width: 769px) {
  .main-cart .item-right .old-price {
    font-size: 1rem;
  }
}
.main-cart .item-right .product-counter {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--border-color);
  width: fit-content;
  padding: 4px 8px;
  border-radius: 4px;
}
.main-cart .item-right .product-counter button {
  color: var(--text-muted);
  background: none;
  border: none;
  font-size: 1.2em;
  padding: 4px 8px;
  cursor: pointer;
}
.main-cart .item-right .product-counter .count {
  min-width: 24px;
  text-align: center;
  font-size: 1.1em;
}
.main-cart .item-right .product-counter .delete-icon {
  color: var(--theme-color-100);
  cursor: pointer;
  transition: transform 0.3s ease;
  font-size: 0.5rem;
}
.main-cart .item-right .product-counter .delete-icon:hover {
  transform: scale(1.2);
}
.main-cart .item-left {
  padding: 0;
  border: 0;
}
@media screen and (max-width: 426px) {
  .main-cart .item-left {
    padding: 0 10px;
  }
}
.main-cart .item-left .cart-title-left {
  font-size: 1.5rem;
  font-weight: bold;
  color: var(--theme-color-100);
  width: 100%;
  padding: 10px;
  border-radius: var(--border-radius-active);
  border: 1px solid var(--border-color);
}
.main-cart .item-left .cart-box-left {
  background-color: var(--theme-color-100);
  border-radius: var(--border-radius-active);
  padding: 1.5rem;
  margin-bottom: 1rem;
}
.main-cart .item-left .checkout-btn {
  font-weight: bold;
  border-radius: var(--border-radius-active);
  display: inline-block;
  text-align: center;
  width: 100%;
  margin-top: 1rem;
  text-decoration: none;
  background-color: var(--white-color-200);
  color: var(--dark-color);
  padding: 10px;
}
.main-cart .item-left .checkout-btn:hover {
  text-decoration: none;
  opacity: 80%;
  background-color: var(--white-color-300);
  color: var(--dark-color);
}
.main-cart .item-left .summary-line {
  display: flex;
  justify-content: space-between;
  margin-bottom: 0.5rem;
}
.main-cart .item-left .summary-line span {
  color: var(--white-color);
}
.main-cart .item-left .total-line {
  font-size: 1rem;
  border-top: 1px solid #dee2e6;
  margin: 1rem 0;
  padding-top: 0.5rem;
}
@media screen and (max-width: 769px) {
  .main-cart .item-left .total-line {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 426px) {
  .main-cart .item-left .total-line {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 376px) {
  .main-cart .item-left .total-line {
    font-size: 1.1rem;
  }
}
@media screen and (max-width: 321px) {
  .main-cart .item-left .total-line {
    font-size: 1rem;
  }
}

@media (max-width: 767.98px) {
  .responsive-cart {
    flex-direction: column !important;
    align-items: center !important;
    text-align: center;
  }
  .cart-img-wrap {
    margin-bottom: 1rem;
  }
  .cart-text {
    margin-bottom: 0.5rem;
  }
  .cart-price {
    margin-bottom: 0.5rem;
  }
  .cart-delete {
    width: 100%;
    display: flex;
    justify-content: flex-end;
  }
}
.portfolio {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1rem;
  min-width: 320px;
}
.portfolio h2 {
  flex-basis: 100%;
  text-align: center;
  margin: 50px auto 30px;
  text-transform: uppercase;
  font-size: 20px;
  letter-spacing: 2px;
  color: #111;
}
.portfolio .card {
  position: relative;
  width: 25%;
  border: none;
  overflow: hidden;
}
.portfolio .card .image {
  position: relative;
  height: 100%;
  z-index: 1;
  overflow: hidden;
  border-radius: 8px;
  filter: grayscale(100%);
  transition: filter 0.3s ease;
}
.portfolio .card .image:hover {
  filter: grayscale(0%);
}
.portfolio .card .image img {
  width: 100%;
  height: 100%;
  display: block;
  border-radius: 8px;
  transition: all 0.5s ease;
  transform: scale(2);
}
.portfolio .card .image:hover img {
  transform: scale(1);
}
.portfolio .card .image .label {
  position: absolute;
  top: 8px;
  right: 8px;
  background-color: #7b2cbf;
  color: white;
  padding: 4px 10px;
  font-size: 12px;
  border-radius: 5px;
  cursor: pointer;
  transition: background 0.3s ease;
}
.portfolio .card .image .label:hover {
  background-color: #5a189a;
}
.portfolio .card .content span:first-child {
  text-transform: uppercase;
  margin-bottom: 10px;
  font-weight: 700;
  letter-spacing: 1px;
  text-align: center;
  color: #111;
  font-size: 16px;
}
.portfolio .card .content span:last-child {
  font-size: 14px;
  color: #7b2cbf;
  text-align: center;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .portfolio .card {
    width: 50%;
  }
  .portfolio .card .image {
    filter: grayscale(0%);
  }
  .portfolio .card img {
    transform: scale(1);
  }
  .portfolio .card .content {
    bottom: 0;
  }
}
@media screen and (max-width: 480px) {
  .portfolio .card {
    width: 100%;
  }
}

.modal {
  display: none;
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  justify-content: center;
  align-items: center;
}
.modal .modal-content {
  position: relative;
  background: white;
  padding: 1rem;
  border-radius: 10px;
  width: 100%;
  max-width: 600px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
  animation: fadeIn 0.3s ease-in-out;
}
.modal-title-address {
  color: var(--theme-color-100);
  font-weight: bold;
}

@media screen and (max-width: 426px) {
  .modal-title-address {
    font-size: 20px;
    color: var(--theme-color-100);
    font-weight: bold;
  }
}
@media screen and (max-width: 321px) {
  .modal-title-address {
    font-size: 15px;
    color: var(--theme-color-100);
    font-weight: bold;
  }
}
.modal .close {
  position: absolute;
  top: 30px;
  right: 30px;
  width: 32px;
  height: 32px;
  cursor: pointer;
  z-index: 10000;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.2s ease, background-color 0.3s ease;
  border-radius: 50%;
  background-color: #7b2cbf;
}
.modal .close:hover {
  background-color: #eee;
  transform: scale(1.1);
}
.modal .close svg path {
  stroke: #333;
  transition: stroke 0.3s ease;
}
.modal .close:hover svg path {
  stroke: #7b2cbf;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: scale(0.95);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
.main-dashboard {
  height: 500px; /* Only applies to desktop initially */
  overflow: hidden; /* Only applies to desktop initially */
  margin-top: 0px;
  border-left: 1px solid var(--border-color);
  border-right: 1px solid var(--border-color);
  border-bottom: 1px solid var(--border-color);
  border-bottom-right-radius: var(--border-radius-active);
  border-bottom-left-radius: var(--border-radius-active);
}
@media screen and (max-width: 769px) {
  .main-dashboard {
    height: auto; /* Overrides fixed height for tablets and smaller */
    overflow: visible; /* Overrides hidden overflow for tablets and smaller */
    margin-top: 0;
    border-left: none;
    border-right: none;
    border-radius: 0;
  }
}
@media screen and (max-width: 426px) {
  .main-dashboard {
    margin-top: 0;
    border: none;
    /* Height and overflow are already handled by the 769px media query,
       but you can explicitly set them here again if you wish, though not necessary. */
  }
}
.main-dashboard .item-right {
  border-left: 1px solid var(--border-color);
}
@media screen and (max-width: 769px) {
  .main-dashboard .item-right {
    border-left: none;
    box-shadow: rgba(0, 0, 0, 0.45) 0px 25px 20px -20px;
  }
}
.main-dashboard .item-right .card-right {
  border-radius: var(--border-radius-active);
}
.main-dashboard .item-right .card-right ul li.active {
  font-size: 1rem;
}
.main-dashboard .item-right .card-right ul li.active span {
  color: var(--theme-color-100);
  font-weight: bold;
}
.main-dashboard .item-right .card-right ul li {
  font-size: 0.8rem;
  color: var(--text-muted);
}
.main-dashboard .item-right .card-right .position-relative img {
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
  border-radius: 12px;
}
.main-dashboard .item-right .card-right .position-relative label {
  color: var(--white-color);
  background-color: var(--theme-color-100);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.main-dashboard .item-right .card-right .position-relative label:hover {
  transform: translateY(-5px);
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.25);
}
.main-dashboard .item-left {
  /* These styles apply by default to desktop screens */
  height: 550px;
  padding-bottom: 10px;
  overflow-y: scroll;
  /* Media Query for tablets and smaller screens (max-width: 769px) */
}
@media screen and (max-width: 769px) {
  .main-dashboard .item-left {
    height: auto; /* Remove fixed height */
    padding-bottom: 0; /* Remove padding if not needed for scroll area */
    overflow-y: visible; /* Remove scrollbar, content will flow naturally */
  }
}
.main-dashboard .item-left .main-left {
  margin-bottom: 50px;
}
.main-dashboard .item-left .main-left .section-1 .stats-item {
  border-left: #000000;
}
.main-dashboard .item-left .main-left .section-1 .stats-item:last-child {
  border: none;
}
.main-dashboard .item-left .main-left .section-1 .stats-item .stat-2 {
  width: 100%;
  height: 150px;
  text-align: center;
  flex: 1 1 200px;
}
@media screen and (max-width: 769px) {
  .main-dashboard .item-left .main-left .section-1 .stats-item .stat-2 {
    height: 180px;
    background: var(--theme-color-100);
    text-align: center;
    flex: 1 1 200px;
    border-bottom-left-radius: 16px;
    border-bottom-right-radius: 16px;
  }
}
@media screen and (max-width: 426px) {
  .main-dashboard .item-left .main-left .section-1 .stats-item .stat-2 {
    width: 100%;
    height: 160px;
  }
}
@media screen and (max-width: 321px) {
  .main-dashboard .item-left .main-left .section-1 .stats-item .stat-2 {
    height: 140px;
  }
}
.main-dashboard .item-left .main-left .section-1 .stats-item .stat-2 svg {
  color: var(--theme-color-100);
  margin-bottom: 1rem;
}
@media screen and (max-width: 769px) {
  .main-dashboard .item-left .main-left .section-1 .stats-item .stat-2 svg {
    color: var(--white-color);
  }
}
.main-dashboard .item-left .main-left .section-1 .stats-item .stat-2 .number {
  font-size: 2rem;
  font-weight: bold;
  color: #222;
}
@media screen and (max-width: 769px) {
  .main-dashboard .item-left .main-left .section-1 .stats-item .stat-2 .number {
    color: var(--white-color);
  }
}
@media screen and (max-width: 376px) {
  .main-dashboard .item-left .main-left .section-1 .stats-item .stat-2 .number {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 321px) {
  .main-dashboard .item-left .main-left .section-1 .stats-item .stat-2 .number {
    font-size: 1.5rem;
  }
}
.main-dashboard .item-left .main-left .section-1 .stats-item .stat-2 .label {
  margin-top: 0.5rem;
  color: #666;
}
@media screen and (max-width: 769px) {
  .main-dashboard .item-left .main-left .section-1 .stats-item .stat-2 .label {
    color: var(--white-color-200);
  }
}
@media screen and (max-width: 376px) {
  .main-dashboard .item-left .main-left .section-1 .stats-item .stat-2 .label {
    font-size: 0.8rem;
  }
}
@media screen and (max-width: 321px) {
  .main-dashboard .item-left .main-left .section-1 .stats-item .stat-2 .label {
    font-size: 0.6rem;
  }
}
.main-dashboard
  .item-left
  .main-left
  .section-1
  .stats-item
  .stat-2
  .border-l-card {
  border-left: 1px solid var(--border-color);
}
@media screen and (max-width: 769px) {
  .main-dashboard
    .item-left
    .main-left
    .section-1
    .stats-item
    .stat-2
    .border-l-card {
    border-left: none;
  }
}
.main-dashboard .item-left .main-left .section-1 .stats-item .stat-3 {
  width: 100%;
  height: 150px;
  text-align: center;
  flex: 1 1 200px;
}
@media screen and (max-width: 426px) {
  .main-dashboard .item-left .main-left .section-1 .stats-item .stat-3 {
    margin-top: 20px;
    width: 100%;
    height: 160px;
  }
}
.main-dashboard .item-left .main-left .section-1 .stats-item .stat-3 svg {
  color: var(--theme-color-100);
  margin-bottom: 1rem;
}
.main-dashboard .item-left .main-left .section-1 .stats-item .stat-3 .number {
  font-size: 2rem;
  font-weight: bold;
  color: #222;
}
@media screen and (max-width: 376px) {
  .main-dashboard .item-left .main-left .section-1 .stats-item .stat-3 .number {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 321px) {
  .main-dashboard .item-left .main-left .section-1 .stats-item .stat-3 .number {
    font-size: 1.5rem;
  }
}
.main-dashboard .item-left .main-left .section-1 .stats-item .stat-3 .label {
  margin-top: 0.5rem;
  color: #666;
}
@media screen and (max-width: 376px) {
  .main-dashboard .item-left .main-left .section-1 .stats-item .stat-3 .label {
    font-size: 0.8rem;
  }
}
@media screen and (max-width: 321px) {
  .main-dashboard .item-left .main-left .section-1 .stats-item .stat-3 .label {
    font-size: 0.6rem;
  }
}
.main-dashboard
  .item-left
  .main-left
  .section-1
  .stats-item
  .stat-3
  .border-l-card {
  border-left: 1px solid var(--border-color);
}
@media screen and (max-width: 769px) {
  .main-dashboard
    .item-left
    .main-left
    .section-1
    .stats-item
    .stat-3
    .border-l-card {
    border-left: none;
  }
}
.main-dashboard .item-left .main-left .section-1 .stats-item .stat-4 {
  width: 100%;
  height: 180px;
  background: var(--theme-color-100);
  text-align: center;
  flex: 1 1 200px;
  border-bottom-left-radius: 16px;
  border-bottom-right-radius: 16px;
}
@media screen and (max-width: 769px) {
  .main-dashboard .item-left .main-left .section-1 .stats-item .stat-4 {
    height: 150px;
    background: none;
    border-radius: 0;
  }
}
@media screen and (max-width: 426px) {
  .main-dashboard .item-left .main-left .section-1 .stats-item .stat-4 {
    margin-top: 20px;
    width: 100%;
    height: 160px;
  }
}
.main-dashboard .item-left .main-left .section-1 .stats-item .stat-4 svg {
  color: var(--white-color);
  margin-bottom: 1rem;
}
@media screen and (max-width: 769px) {
  .main-dashboard .item-left .main-left .section-1 .stats-item .stat-4 svg {
    color: var(--theme-color-100);
  }
}
.main-dashboard .item-left .main-left .section-1 .stats-item .stat-4 .number {
  font-size: 2rem;
  font-weight: bold;
  color: white;
}
@media screen and (max-width: 769px) {
  .main-dashboard .item-left .main-left .section-1 .stats-item .stat-4 .number {
    color: var(--dark-color);
  }
}
@media screen and (max-width: 376px) {
  .main-dashboard .item-left .main-left .section-1 .stats-item .stat-4 .number {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 321px) {
  .main-dashboard .item-left .main-left .section-1 .stats-item .stat-4 .number {
    font-size: 1.5rem;
  }
}
.main-dashboard .item-left .main-left .section-1 .stats-item .stat-4 .label {
  margin-top: 0.5rem;
  color: var(--white-color-200);
}
@media screen and (max-width: 769px) {
  .main-dashboard .item-left .main-left .section-1 .stats-item .stat-4 .label {
    color: var(--text-muted);
  }
}
@media screen and (max-width: 376px) {
  .main-dashboard .item-left .main-left .section-1 .stats-item .stat-4 .label {
    font-size: 0.8rem;
  }
}
@media screen and (max-width: 321px) {
  .main-dashboard .item-left .main-left .section-1 .stats-item .stat-4 .label {
    font-size: 0.6rem;
  }
}
.main-dashboard .item-left .main-left .section-1 .stats-item .stat-1 {
  width: 100%;
  height: 180px;
  background: var(--theme-color-100);
  text-align: center;
  flex: 1 1 200px;
  border-bottom-left-radius: 16px;
  border-bottom-right-radius: 16px;
}
@media screen and (max-width: 426px) {
  .main-dashboard .item-left .main-left .section-1 .stats-item .stat-1 {
    width: 100%;
    height: 160px;
  }
}
@media screen and (max-width: 321px) {
  .main-dashboard .item-left .main-left .section-1 .stats-item .stat-1 {
    height: 140px;
  }
}
.main-dashboard .item-left .main-left .section-1 .stats-item .stat-1 svg {
  color: var(--white-color);
  margin-bottom: 1rem;
}
.main-dashboard .item-left .main-left .section-1 .stats-item .stat-1 .number {
  font-size: 2rem;
  font-weight: bold;
  color: white;
}
@media screen and (max-width: 376px) {
  .main-dashboard .item-left .main-left .section-1 .stats-item .stat-1 .number {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 321px) {
  .main-dashboard .item-left .main-left .section-1 .stats-item .stat-1 .number {
    font-size: 1.5rem;
  }
}
.main-dashboard .item-left .main-left .section-1 .stats-item .stat-1 .label {
  margin-top: 0.5rem;
  color: var(--white-color-200);
}
@media screen and (max-width: 376px) {
  .main-dashboard .item-left .main-left .section-1 .stats-item .stat-1 .label {
    font-size: 0.8rem;
  }
}
@media screen and (max-width: 321px) {
  .main-dashboard .item-left .main-left .section-1 .stats-item .stat-1 .label {
    font-size: 0.6rem;
  }
}
.main-dashboard .item-left .main-left .section-4 .custom-table-wrapper {
  border-radius: var(--border-radius-active);
  border: 1px solid var(--border-color);
  background-color: var(--white-color);
  overflow: hidden;
}
.main-dashboard
  .item-left
  .main-left
  .section-4
  .custom-table-wrapper
  .main-section {
  padding: 20px;
}
.main-dashboard
  .item-left
  .main-left
  .section-4
  .custom-table-wrapper
  .main-section
  .custom-table
  thead {
  background-color: var(--theme-color-100);
  color: var(--white-color);
}
.main-dashboard
  .item-left
  .main-left
  .section-4
  .custom-table-wrapper
  .main-section
  .custom-table
  th,
.main-dashboard
  .item-left
  .main-left
  .section-4
  .custom-table-wrapper
  .main-section
  .custom-table
  td {
  vertical-align: middle;
  white-space: nowrap; /* جلوگیری از شکستن خط محتوا در سلول */
}
@media screen and (max-width: 321px) {
  .main-dashboard
    .item-left
    .main-left
    .section-4
    .custom-table-wrapper
    .main-section
    .custom-table
    th,
  .main-dashboard
    .item-left
    .main-left
    .section-4
    .custom-table-wrapper
    .main-section
    .custom-table
    td {
    font-size: 11px;
  }
}
.main-dashboard
  .item-left
  .main-left
  .section-4
  .custom-table-wrapper
  .main-section
  .custom-table
  a.view-td {
  position: relative;
  padding: 3px 5px;
  background-color: var(--theme-color-100);
  color: white;
  border: none;
  border-radius: 12px;
  font-size: 16px;
  cursor: pointer;
  overflow: hidden;
  z-index: 0; /* برای اطمینان از قرار گرفتن overlay روی دکمه */
  transition: color 0.3s ease; /* انیمیشن برای تغییر رنگ متن */
}
.main-dashboard
  .item-left
  .main-left
  .section-4
  .custom-table-wrapper
  .main-section
  .custom-table
  a.view-td:hover {
  color: var(--white-color);
  background: var(--theme-hover-color);
}
.main-dashboard
  .item-left
  .main-left
  .section-4
  .custom-table-wrapper
  .main-section
  .custom-table
  button.Details-td {
  background-color: var(--theme-color-100);
  color: var(--white-color);
}
@media screen and (max-width: 321px) {
  .main-dashboard
    .item-left
    .main-left
    .section-4
    .custom-table-wrapper
    .main-section
    .custom-table
    button.Details-td {
    font-size: 11px;
  }
}
.main-dashboard
  .item-left
  .main-left
  .section-4
  .custom-table-wrapper
  .main-section
  .custom-table
  button.Details-td:focus {
  background: var(--theme-hover-color);
}
.main-dashboard
  .item-left
  .main-left
  .section-4
  .custom-table-wrapper
  .main-section
  .details-row {
  display: none;
  background-color: var(
    --white-color
  ); /* می‌تونه رنگ پس‌زمینه متفاوتی داشته باشه */
  text-align: left; /* معمولا برای جزئیات چپ‌چین بهتره */
  padding: 10px;
}
.main-dashboard .item-left .main-left .section-4 .swiper-container-wrapper {
  position: relative;
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  /* کانتینر دکمه‌های بالا */
  /* استایل‌های خود دکمه‌های Swiper */
  /* استایل‌های خود اسلایدر */
  /* دکمه‌های غیرفعال Swiper که کاملاً مخفی میشن */
}
.main-dashboard
  .item-left
  .main-left
  .section-4
  .swiper-container-wrapper
  .swiper-navigation-top {
  position: absolute;
  top: 0px;
  right: 0px;
  display: flex;
  gap: 10px;
  z-index: 10;
}
.main-dashboard
  .item-left
  .main-left
  .section-4
  .swiper-container-wrapper
  .swiper-button-next33,
.main-dashboard
  .item-left
  .main-left
  .section-4
  .swiper-container-wrapper
  .swiper-button-prev33 {
  margin-right: 20px;
  position: static;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background-color 0.3s ease;
}
.main-dashboard
  .item-left
  .main-left
  .section-4
  .swiper-container-wrapper
  .swiper-button-next33::after,
.main-dashboard
  .item-left
  .main-left
  .section-4
  .swiper-container-wrapper
  .swiper-button-prev33::after {
  font-size: 20px;
}
.main-dashboard
  .item-left
  .main-left
  .section-4
  .swiper-container-wrapper
  .swiper {
  width: 100%;
  height: 440px;
  padding-top: 50px;
}
@media screen and (max-width: 1025px) {
  .main-dashboard
    .item-left
    .main-left
    .section-4
    .swiper-container-wrapper
    .swiper {
    height: 420px;
  }
}
@media screen and (max-width: 769px) {
  .main-dashboard
    .item-left
    .main-left
    .section-4
    .swiper-container-wrapper
    .swiper {
    height: 470px;
  }
}
@media screen and (max-width: 346px) {
  .main-dashboard
    .item-left
    .main-left
    .section-4
    .swiper-container-wrapper
    .swiper {
    height: 450px;
  }
}
@media screen and (max-width: 321px) {
  .main-dashboard
    .item-left
    .main-left
    .section-4
    .swiper-container-wrapper
    .swiper {
    height: 420px;
  }
}
.main-dashboard
  .item-left
  .main-left
  .section-4
  .swiper-container-wrapper
  .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  font-weight: bold;
}
.main-dashboard
  .item-left
  .main-left
  .section-4
  .swiper-container-wrapper
  .swiper-slide
  .slider-card-glass {
  width: 250px;
  height: 380px;
  background: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-radius: var(--border-radius-active);
  box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 0px 1.5px;
  border-left: 1px solid #ddd;
  display: flex;
  flex-direction: column;
  transition: all 0.3s ease;
  direction: rtl;
}
@media screen and (max-width: 1025px) {
  .main-dashboard
    .item-left
    .main-left
    .section-4
    .swiper-container-wrapper
    .swiper-slide
    .slider-card-glass {
    width: 215px;
    height: 350px;
  }
}
@media screen and (max-width: 769px) {
  .main-dashboard
    .item-left
    .main-left
    .section-4
    .swiper-container-wrapper
    .swiper-slide
    .slider-card-glass {
    width: 335px;
    height: 410px;
  }
}
@media screen and (max-width: 376px) {
  .main-dashboard
    .item-left
    .main-left
    .section-4
    .swiper-container-wrapper
    .swiper-slide
    .slider-card-glass {
    width: 300px;
    height: 400px;
  }
}
@media screen and (max-width: 321px) {
  .main-dashboard
    .item-left
    .main-left
    .section-4
    .swiper-container-wrapper
    .swiper-slide
    .slider-card-glass {
    width: 250px;
    height: 360px;
  }
}
.main-dashboard
  .item-left
  .main-left
  .section-4
  .swiper-container-wrapper
  .swiper-slide
  .slider-card-glass
  .card-img-top {
  width: 100%;
  height: 200px;
  object-fit: cover;
  display: block;
  padding: 15px;
}
@media screen and (max-width: 1025px) {
  .main-dashboard
    .item-left
    .main-left
    .section-4
    .swiper-container-wrapper
    .swiper-slide
    .slider-card-glass
    .card-img-top {
    height: 170px;
  }
}
@media screen and (max-width: 769px) {
  .main-dashboard
    .item-left
    .main-left
    .section-4
    .swiper-container-wrapper
    .swiper-slide
    .slider-card-glass
    .card-img-top {
    height: 230px;
  }
}
@media screen and (max-width: 321px) {
  .main-dashboard
    .item-left
    .main-left
    .section-4
    .swiper-container-wrapper
    .swiper-slide
    .slider-card-glass
    .card-img-top {
    height: 200px;
  }
}
.main-dashboard
  .item-left
  .main-left
  .section-4
  .swiper-container-wrapper
  .swiper-slide
  .slider-card-glass
  .card-body {
  padding: 1rem;
  text-align: right;
}
.main-dashboard
  .item-left
  .main-left
  .section-4
  .swiper-container-wrapper
  .swiper-slide
  .slider-card-glass
  .card-body
  .card-title {
  font-size: 1rem;
  font-weight: bold;
  margin-bottom: 0.75rem;
  color: #1c1c1c;
}
@media screen and (max-width: 376px) {
  .main-dashboard
    .item-left
    .main-left
    .section-4
    .swiper-container-wrapper
    .swiper-slide
    .slider-card-glass
    .card-body
    .card-title {
    font-size: 0.9rem;
  }
}
@media screen and (max-width: 321px) {
  .main-dashboard
    .item-left
    .main-left
    .section-4
    .swiper-container-wrapper
    .swiper-slide
    .slider-card-glass
    .card-body
    .card-title {
    font-size: 0.8rem;
  }
}
.main-dashboard
  .item-left
  .main-left
  .section-4
  .swiper-container-wrapper
  .swiper-slide
  .slider-card-glass
  .card-body
  .card-desc {
  font-size: 0.9rem;
  color: var(--text-muted);
  line-height: 1.5;
  margin-bottom: 1rem;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media screen and (max-width: 376px) {
  .main-dashboard
    .item-left
    .main-left
    .section-4
    .swiper-container-wrapper
    .swiper-slide
    .slider-card-glass
    .card-body
    .card-desc {
    font-size: 0.8rem;
  }
}
@media screen and (max-width: 321px) {
  .main-dashboard
    .item-left
    .main-left
    .section-4
    .swiper-container-wrapper
    .swiper-slide
    .slider-card-glass
    .card-body
    .card-desc {
    font-size: 0.7rem;
  }
}
.main-dashboard
  .item-left
  .main-left
  .section-4
  .swiper-container-wrapper
  .swiper-slide
  .slider-card-glass
  .card-body
  .price-box {
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.main-dashboard
  .item-left
  .main-left
  .section-4
  .swiper-container-wrapper
  .swiper-slide
  .slider-card-glass
  .card-body
  .price-box
  .old-price {
  text-decoration: line-through;
  font-size: 0.85rem;
  color: #999;
}
.main-dashboard
  .item-left
  .main-left
  .section-4
  .swiper-container-wrapper
  .swiper-slide
  .slider-card-glass
  .card-body
  .price-box
  .new-price {
  font-size: 1.1rem;
  color: #001f5c;
  font-weight: bold;
}
.main-dashboard
  .item-left
  .main-left
  .section-4
  .swiper-container-wrapper
  .swiper-button-disabled {
  display: none !important;
}
.main-dashboard .item-left .main-left .section-5 {
  border: 1px solid var(--border-color);
  border-radius: var(--border-radius-active);
  padding: 10px;
}
@media screen and (max-width: 376px) {
  .main-dashboard .item-left .main-left .section-5 .address-text {
    font-size: 0.8rem;
  }
}
.main-dashboard .item-left .main-left .section-5 .status-answered {
  padding: 5px;
  border-radius: var(--border-radius-active);
  background-color: #c8e6c9;
  color: #2e7d32;
}
@media screen and (max-width: 426px) {
  .main-dashboard .item-left .main-left .section-5 .status-answered {
    padding: 3px;
    margin-top: 20px;
  }
}
.main-dashboard .item-left .main-left .section-5 .modal-backdrop,
.main-dashboard .item-left .main-left .section-5 #addressModal,
.main-dashboard .item-left .main-left .section-5 #successModal {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 999999;
  background-color: rgba(0, 0, 0, 0.5);
  justify-content: center;
  align-items: center;
  padding: 1rem;
  opacity: 0;
  transform: scale(0.95);
  transition: opacity 0.3s ease, transform 0.3s ease;
}
.main-dashboard .item-left .main-left .section-5 .modal-backdrop.active,
.main-dashboard .item-left .main-left .section-5 #addressModal.active,
.main-dashboard .item-left .main-left .section-5 #successModal.active {
  display: flex;
  opacity: 1;
  transform: scale(1);
}
.main-dashboard .item-left .main-left .section-5 .modal-content-custom {
  background: #fff;
  width: 100%;
  max-width: 500px;
  border-radius: 12px;
  padding: 20px;
  max-height: 90vh;
  overflow-y: auto;
}
.main-dashboard .item-left .main-left .section-5 .modal-header-custom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1rem;
}
.main-dashboard
  .item-left
  .main-left
  .section-5
  .modal-header-custom
  .modal-title {
  font-weight: bold;
  font-size: 1.2rem;
  color: var(--theme-color-100);
}
.main-dashboard
  .item-left
  .main-left
  .section-5
  .modal-header-custom
  .close-icon {
  cursor: pointer;
  font-size: 1.5rem;
  color: #999;
}
.main-dashboard .item-left .main-left .section-5 .success-box {
  background: #fff;
  border-radius: var(--border-radius-active);
  padding: 20px;
  max-width: 300px;
  width: 100%;
  position: relative;
  text-align: center;
}
.main-dashboard .item-left .main-left .section-5 .success-box .close-icon {
  position: absolute;
  top: 10px;
  left: 10px;
  font-size: 1.4rem;
  cursor: pointer;
}
.main-dashboard .item-left .main-left .search-box {
  width: 100%;
  max-width: 300px; /* حداکثر عرض برای کادر جستجو */
  border-radius: var(--border-radius-active);
  padding-right: 15px; /* برای rtl */
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease-in-out;
  border: 1px solid var(--border-color);
}
.main-dashboard .item-left .main-left .search-box:focus {
  border: 1px solid var(--theme-color-100); /* حذف border در فوکوس */
  box-shadow: none; /* حذف shadow در فوکوس */
}
.main-dashboard .item-left .main-left tbody {
  box-shadow: rgba(17, 17, 26, 0.1) 0px 1px 0px; /* سایه خط‌دار زیر هر ردیف */
}
.main-dashboard .item-left .main-left .toggle-details .toggle-icon {
  margin-left: 5px;
  font-weight: bold;
}

.main-orders {
  height: 500px; /* Only applies to desktop initially */
  overflow: hidden; /* Only applies to desktop initially */
  margin-top: 0px;
  border-left: 1px solid var(--border-color);
  border-right: 1px solid var(--border-color);
  border-bottom: 1px solid var(--border-color);
  border-bottom-right-radius: var(--border-radius-active);
  border-bottom-left-radius: var(--border-radius-active);
}
@media screen and (max-width: 769px) {
  .main-orders {
    height: auto; /* Overrides fixed height for tablets and smaller */
    overflow: visible; /* Overrides hidden overflow for tablets and smaller */
    margin-top: 0;
    border-left: none;
    border-right: none;
    border-radius: 0;
  }
}
@media screen and (max-width: 426px) {
  .main-orders {
    margin-top: 0;
    border: none;
    /* Height and overflow are already handled by the 769px media query,
       but you can explicitly set them here again if you wish, though not necessary. */
  }
}
.main-orders .item-right {
  border-left: 1px solid var(--border-color);
}
@media screen and (max-width: 769px) {
  .main-orders .item-right {
    border-left: none;
    box-shadow: rgba(0, 0, 0, 0.45) 0px 25px 20px -20px;
  }
}
.main-orders .item-right .card-right {
  border-radius: var(--border-radius-active);
}
.main-orders .item-right .card-right ul li.active {
  font-size: 1rem;
}
.main-orders .item-right .card-right ul li.active span {
  color: var(--theme-color-100);
  font-weight: bold;
}
.main-orders .item-right .card-right ul li {
  font-size: 0.8rem;
  color: var(--text-muted);
}
.main-orders .item-right .card-right .position-relative img {
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
  border-radius: 12px;
}
.main-orders .item-right .card-right .position-relative label {
  color: var(--white-color);
  background-color: var(--theme-color-100);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.main-orders .item-right .card-right .position-relative label:hover {
  transform: translateY(-5px);
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.25);
}
.main-orders .item-left {
  /* These styles apply by default to desktop screens */
  height: 550px;
  padding-bottom: 10px;
  overflow-y: scroll;
  /* Media Query for tablets and smaller screens (max-width: 769px) */
}
@media screen and (max-width: 769px) {
  .main-orders .item-left {
    height: auto; /* Remove fixed height */
    padding-bottom: 0; /* Remove padding if not needed for scroll area */
    overflow-y: visible; /* Remove scrollbar, content will flow naturally */
  }
}
.main-orders .item-left .section-1 .custom-table-wrapper {
  border-radius: var(--border-radius-active);
  overflow: hidden;
}
.main-orders .item-left .section-1 .custom-table-wrapper .main-section {
  padding: 20px;
}
.main-orders
  .item-left
  .section-1
  .custom-table-wrapper
  .main-section
  .custom-table
  thead {
  background-color: var(--theme-color-100);
  color: var(--white-color);
}
.main-orders
  .item-left
  .section-1
  .custom-table-wrapper
  .main-section
  .custom-table
  th,
.main-orders
  .item-left
  .section-1
  .custom-table-wrapper
  .main-section
  .custom-table
  td {
  vertical-align: middle;
  white-space: nowrap; /* جلوگیری از شکستن خط محتوا در سلول */
}
@media screen and (max-width: 321px) {
  .main-orders
    .item-left
    .section-1
    .custom-table-wrapper
    .main-section
    .custom-table
    th,
  .main-orders
    .item-left
    .section-1
    .custom-table-wrapper
    .main-section
    .custom-table
    td {
    font-size: 11px;
  }
}
.main-orders
  .item-left
  .section-1
  .custom-table-wrapper
  .main-section
  .custom-table
  a.view-td {
  position: relative;
  padding: 3px 5px;
  background-color: var(--theme-color-100);
  color: white;
  border: none;
  border-radius: 12px;
  font-size: 16px;
  cursor: pointer;
  overflow: hidden;
  z-index: 0; /* برای اطمینان از قرار گرفتن overlay روی دکمه */
  transition: color 0.3s ease; /* انیمیشن برای تغییر رنگ متن */
}
.main-orders
  .item-left
  .section-1
  .custom-table-wrapper
  .main-section
  .custom-table
  a.view-td:hover {
  color: var(--white-color);
  background: var(--theme-hover-color);
}
.main-orders
  .item-left
  .section-1
  .custom-table-wrapper
  .main-section
  .custom-table
  button.Details-td {
  background-color: var(--theme-color-100);
  color: var(--white-color);
}
@media screen and (max-width: 321px) {
  .main-orders
    .item-left
    .section-1
    .custom-table-wrapper
    .main-section
    .custom-table
    button.Details-td {
    font-size: 11px;
  }
}
.main-orders
  .item-left
  .section-1
  .custom-table-wrapper
  .main-section
  .custom-table
  button.Details-td:focus {
  background: var(--theme-hover-color);
}
.main-orders
  .item-left
  .section-1
  .custom-table-wrapper
  .main-section
  .details-row {
  display: none;
  background-color: var(
    --white-color
  ); /* می‌تونه رنگ پس‌زمینه متفاوتی داشته باشه */
  text-align: left; /* معمولا برای جزئیات چپ‌چین بهتره */
  padding: 10px;
}
.main-orders .item-left .section-1 .swiper-container-wrapper {
  position: relative;
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  /* کانتینر دکمه‌های بالا */
  /* استایل‌های خود دکمه‌های Swiper */
  /* استایل‌های خود اسلایدر */
  /* دکمه‌های غیرفعال Swiper که کاملاً مخفی میشن */
}
.main-orders
  .item-left
  .section-1
  .swiper-container-wrapper
  .swiper-navigation-top {
  position: absolute;
  top: 0px;
  right: 0px;
  display: flex;
  gap: 10px;
  z-index: 10;
}
.main-orders
  .item-left
  .section-1
  .swiper-container-wrapper
  .swiper-button-next33,
.main-orders
  .item-left
  .section-1
  .swiper-container-wrapper
  .swiper-button-prev33 {
  margin-right: 20px;
  position: static;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background-color 0.3s ease;
}
.main-orders
  .item-left
  .section-1
  .swiper-container-wrapper
  .swiper-button-next33::after,
.main-orders
  .item-left
  .section-1
  .swiper-container-wrapper
  .swiper-button-prev33::after {
  font-size: 20px;
}
.main-orders .item-left .section-1 .swiper-container-wrapper .swiper {
  width: 100%;
  height: 440px;
  padding-top: 50px;
}
@media screen and (max-width: 1025px) {
  .main-orders .item-left .section-1 .swiper-container-wrapper .swiper {
    height: 420px;
  }
}
@media screen and (max-width: 769px) {
  .main-orders .item-left .section-1 .swiper-container-wrapper .swiper {
    height: 470px;
  }
}
@media screen and (max-width: 346px) {
  .main-orders .item-left .section-1 .swiper-container-wrapper .swiper {
    height: 450px;
  }
}
@media screen and (max-width: 321px) {
  .main-orders .item-left .section-1 .swiper-container-wrapper .swiper {
    height: 420px;
  }
}
.main-orders .item-left .section-1 .swiper-container-wrapper .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  font-weight: bold;
}
.main-orders
  .item-left
  .section-1
  .swiper-container-wrapper
  .swiper-slide
  .slider-card-glass {
  width: 250px;
  height: 380px;
  background: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-radius: var(--border-radius-active);
  box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 0px 1.5px;
  border-left: 1px solid #ddd;
  display: flex;
  flex-direction: column;
  transition: all 0.3s ease;
  direction: rtl;
}
@media screen and (max-width: 1025px) {
  .main-orders
    .item-left
    .section-1
    .swiper-container-wrapper
    .swiper-slide
    .slider-card-glass {
    width: 215px;
    height: 350px;
  }
}
@media screen and (max-width: 769px) {
  .main-orders
    .item-left
    .section-1
    .swiper-container-wrapper
    .swiper-slide
    .slider-card-glass {
    width: 335px;
    height: 410px;
  }
}
@media screen and (max-width: 376px) {
  .main-orders
    .item-left
    .section-1
    .swiper-container-wrapper
    .swiper-slide
    .slider-card-glass {
    width: 300px;
    height: 400px;
  }
}
@media screen and (max-width: 321px) {
  .main-orders
    .item-left
    .section-1
    .swiper-container-wrapper
    .swiper-slide
    .slider-card-glass {
    width: 250px;
    height: 360px;
  }
}
.main-orders
  .item-left
  .section-1
  .swiper-container-wrapper
  .swiper-slide
  .slider-card-glass
  .card-img-top {
  width: 100%;
  height: 200px;
  object-fit: cover;
  display: block;
  padding: 15px;
}
@media screen and (max-width: 1025px) {
  .main-orders
    .item-left
    .section-1
    .swiper-container-wrapper
    .swiper-slide
    .slider-card-glass
    .card-img-top {
    height: 170px;
  }
}
@media screen and (max-width: 769px) {
  .main-orders
    .item-left
    .section-1
    .swiper-container-wrapper
    .swiper-slide
    .slider-card-glass
    .card-img-top {
    height: 230px;
  }
}
@media screen and (max-width: 321px) {
  .main-orders
    .item-left
    .section-1
    .swiper-container-wrapper
    .swiper-slide
    .slider-card-glass
    .card-img-top {
    height: 200px;
  }
}
.main-orders
  .item-left
  .section-1
  .swiper-container-wrapper
  .swiper-slide
  .slider-card-glass
  .card-body {
  padding: 1rem;
  text-align: right;
}
.main-orders
  .item-left
  .section-1
  .swiper-container-wrapper
  .swiper-slide
  .slider-card-glass
  .card-body
  .card-title {
  font-size: 1rem;
  font-weight: bold;
  margin-bottom: 0.75rem;
  color: #1c1c1c;
}
@media screen and (max-width: 376px) {
  .main-orders
    .item-left
    .section-1
    .swiper-container-wrapper
    .swiper-slide
    .slider-card-glass
    .card-body
    .card-title {
    font-size: 0.9rem;
  }
}
@media screen and (max-width: 321px) {
  .main-orders
    .item-left
    .section-1
    .swiper-container-wrapper
    .swiper-slide
    .slider-card-glass
    .card-body
    .card-title {
    font-size: 0.8rem;
  }
}
.main-orders
  .item-left
  .section-1
  .swiper-container-wrapper
  .swiper-slide
  .slider-card-glass
  .card-body
  .card-desc {
  font-size: 0.9rem;
  color: var(--text-muted);
  line-height: 1.5;
  margin-bottom: 1rem;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media screen and (max-width: 376px) {
  .main-orders
    .item-left
    .section-1
    .swiper-container-wrapper
    .swiper-slide
    .slider-card-glass
    .card-body
    .card-desc {
    font-size: 0.8rem;
  }
}
@media screen and (max-width: 321px) {
  .main-orders
    .item-left
    .section-1
    .swiper-container-wrapper
    .swiper-slide
    .slider-card-glass
    .card-body
    .card-desc {
    font-size: 0.7rem;
  }
}
.main-orders
  .item-left
  .section-1
  .swiper-container-wrapper
  .swiper-slide
  .slider-card-glass
  .card-body
  .price-box {
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.main-orders
  .item-left
  .section-1
  .swiper-container-wrapper
  .swiper-slide
  .slider-card-glass
  .card-body
  .price-box
  .old-price {
  text-decoration: line-through;
  font-size: 0.85rem;
  color: #999;
}
.main-orders
  .item-left
  .section-1
  .swiper-container-wrapper
  .swiper-slide
  .slider-card-glass
  .card-body
  .price-box
  .new-price {
  font-size: 1.1rem;
  color: #001f5c;
  font-weight: bold;
}
.main-orders
  .item-left
  .section-1
  .swiper-container-wrapper
  .swiper-button-disabled {
  display: none !important;
}
.main-orders .item-left .section-1 .search-box {
  width: 100%;
  max-width: 300px; /* حداکثر عرض برای کادر جستجو */
  border-radius: var(--border-radius-active);
  padding-right: 15px; /* برای rtl */
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease-in-out;
  border: 1px solid var(--border-color);
}
.main-orders .item-left .section-1 .search-box:focus {
  border: 1px solid var(--theme-color-100); /* حذف border در فوکوس */
  box-shadow: none; /* حذف shadow در فوکوس */
}
.main-orders .item-left .section-1 tbody {
  box-shadow: rgba(17, 17, 26, 0.1) 0px 1px 0px; /* سایه خط‌دار زیر هر ردیف */
}
.main-orders .item-left .section-1 .toggle-details .toggle-icon {
  margin-left: 5px;
  font-weight: bold;
}

.main-manage {
  height: 500px; /* Only applies to desktop initially */
  overflow: hidden; /* Only applies to desktop initially */
  margin-top: 0px;
  border-left: 1px solid var(--border-color);
  border-right: 1px solid var(--border-color);
  border-bottom: 1px solid var(--border-color);
  border-bottom-right-radius: var(--border-radius-active);
  border-bottom-left-radius: var(--border-radius-active);
}
@media screen and (max-width: 769px) {
  .main-manage {
    height: auto; /* Overrides fixed height for tablets and smaller */
    overflow: visible; /* Overrides hidden overflow for tablets and smaller */
    margin-top: 0;
    border-left: none;
    border-right: none;
    border-radius: 0;
  }
}
@media screen and (max-width: 426px) {
  .main-manage {
    margin-top: 0;
    border: none;
    /* Height and overflow are already handled by the 769px media query,
       but you can explicitly set them here again if you wish, though not necessary. */
  }
}
.main-manage .item-right {
  border-left: 1px solid var(--border-color);
}
@media screen and (max-width: 769px) {
  .main-manage .item-right {
    border-left: none;
    box-shadow: rgba(0, 0, 0, 0.45) 0px 25px 20px -20px;
  }
}
.main-manage .item-right .card-right {
  border-radius: var(--border-radius-active);
}
.main-manage .item-right .card-right ul li.active {
  font-size: 1rem;
}
.main-manage .item-right .card-right ul li.active span {
  color: var(--theme-color-100);
  font-weight: bold;
}
.main-manage .item-right .card-right ul li {
  font-size: 0.8rem;
  color: var(--text-muted);
}
.main-manage .item-right .card-right .position-relative img {
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
  border-radius: 12px;
}
.main-manage .item-right .card-right .position-relative label {
  color: var(--white-color);
  background-color: var(--theme-color-100);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.main-manage .item-right .card-right .position-relative label:hover {
  transform: translateY(-5px);
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.25);
}
.main-manage .item-left .profile-info-section {
  padding: 10px;
  border-radius: 0.5rem;
  direction: rtl;
}
.main-manage .item-left .profile-info-section .profile-form .form-label {
  display: block;
  margin-bottom: 0.5rem;
  font-weight: 600;
  color: #666;
}
.main-manage .item-left .profile-info-section .profile-form .form-control {
  border-radius: var(--border-radius-active);
  border: 1px solid var(--border-color);
  padding: 0.75rem 1rem;
  transition: all 0.3s ease-in-out;
  background-color: #f8f9fa;
}
.main-manage
  .item-left
  .profile-info-section
  .profile-form
  .form-control:focus {
  border-color: var(--theme-hover-color);
  background-color: #fff;
}
@media (max-width: 426px) {
  .main-manage .item-left .profile-info-section .profile-form .custom-col-426 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

.main-user-product {
  height: 500px; /* Only applies to desktop initially */
  overflow: hidden; /* Only applies to desktop initially */
  margin-top: 0px;
  border-left: 1px solid var(--border-color);
  border-right: 1px solid var(--border-color);
  border-bottom: 1px solid var(--border-color);
  border-bottom-right-radius: var(--border-radius-active);
  border-bottom-left-radius: var(--border-radius-active);
}
@media screen and (max-width: 769px) {
  .main-user-product {
    height: auto; /* Overrides fixed height for tablets and smaller */
    overflow: visible; /* Overrides hidden overflow for tablets and smaller */
    margin-top: 0;
    border-left: none;
    border-right: none;
    border-radius: 0;
  }
}
@media screen and (max-width: 426px) {
  .main-user-product {
    margin-top: 0;
    border: none;
    /* Height and overflow are already handled by the 769px media query,
       but you can explicitly set them here again if you wish, though not necessary. */
  }
}
.main-user-product .item-right {
  border-left: 1px solid var(--border-color);
}
@media screen and (max-width: 769px) {
  .main-user-product .item-right {
    border-left: none;
    box-shadow: rgba(0, 0, 0, 0.45) 0px 25px 20px -20px;
  }
}
.main-user-product .item-right .card-right {
  border-radius: var(--border-radius-active);
}
.main-user-product .item-right .card-right ul li.active {
  font-size: 1rem;
}
.main-user-product .item-right .card-right ul li.active span {
  color: var(--theme-color-100);
  font-weight: bold;
}
.main-user-product .item-right .card-right ul li {
  font-size: 0.8rem;
  color: var(--text-muted);
}
.main-user-product .item-right .card-right .position-relative img {
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
  border-radius: 12px;
}
.main-user-product .item-right .card-right .position-relative label {
  color: var(--white-color);
  background-color: var(--theme-color-100);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.main-user-product .item-right .card-right .position-relative label:hover {
  transform: translateY(-5px);
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.25);
}
.main-user-product .item-left {
  /* These styles apply by default to desktop screens */
  height: 550px;
  padding-bottom: 10px;
  overflow-y: scroll;
  /* Media Query for tablets and smaller screens (max-width: 769px) */
}
@media screen and (max-width: 769px) {
  .main-user-product .item-left {
    height: auto; /* Remove fixed height */
    padding-bottom: 0; /* Remove padding if not needed for scroll area */
    overflow-y: visible; /* Remove scrollbar, content will flow naturally */
  }
}
.main-user-product .item-left .main-left .section-1 .swiper-container-wrapper {
  position: relative;
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  /* کانتینر دکمه‌های بالا */
  /* استایل‌های خود دکمه‌های Swiper */
  /* استایل‌های خود اسلایدر */
  /* دکمه‌های غیرفعال Swiper که کاملاً مخفی میشن */
}
.main-user-product
  .item-left
  .main-left
  .section-1
  .swiper-container-wrapper
  .swiper-navigation-top {
  position: absolute;
  top: 0px;
  right: 0px;
  display: flex;
  gap: 10px;
  z-index: 10;
}
.main-user-product
  .item-left
  .main-left
  .section-1
  .swiper-container-wrapper
  .swiper-button-next33,
.main-user-product
  .item-left
  .main-left
  .section-1
  .swiper-container-wrapper
  .swiper-button-prev33 {
  margin-right: 20px;
  position: static;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background-color 0.3s ease;
}
.main-user-product
  .item-left
  .main-left
  .section-1
  .swiper-container-wrapper
  .swiper-button-next33::after,
.main-user-product
  .item-left
  .main-left
  .section-1
  .swiper-container-wrapper
  .swiper-button-prev33::after {
  font-size: 20px;
}
.main-user-product
  .item-left
  .main-left
  .section-1
  .swiper-container-wrapper
  .swiper {
  width: 100%;
  height: 440px;
  padding-top: 50px;
}
@media screen and (max-width: 1025px) {
  .main-user-product
    .item-left
    .main-left
    .section-1
    .swiper-container-wrapper
    .swiper {
    height: 420px;
  }
}
@media screen and (max-width: 769px) {
  .main-user-product
    .item-left
    .main-left
    .section-1
    .swiper-container-wrapper
    .swiper {
    height: 470px;
  }
}
@media screen and (max-width: 346px) {
  .main-user-product
    .item-left
    .main-left
    .section-1
    .swiper-container-wrapper
    .swiper {
    height: 450px;
  }
}
@media screen and (max-width: 321px) {
  .main-user-product
    .item-left
    .main-left
    .section-1
    .swiper-container-wrapper
    .swiper {
    height: 420px;
  }
}
.main-user-product
  .item-left
  .main-left
  .section-1
  .swiper-container-wrapper
  .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  font-weight: bold;
}
.main-user-product
  .item-left
  .main-left
  .section-1
  .swiper-container-wrapper
  .swiper-slide
  .slider-card-glass {
  width: 250px;
  height: 380px;
  background: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-radius: var(--border-radius-active);
  box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 0px 1.5px;
  border-left: 1px solid #ddd;
  display: flex;
  flex-direction: column;
  transition: all 0.3s ease;
  direction: rtl;
}
@media screen and (max-width: 1025px) {
  .main-user-product
    .item-left
    .main-left
    .section-1
    .swiper-container-wrapper
    .swiper-slide
    .slider-card-glass {
    width: 215px;
    height: 350px;
  }
}
@media screen and (max-width: 769px) {
  .main-user-product
    .item-left
    .main-left
    .section-1
    .swiper-container-wrapper
    .swiper-slide
    .slider-card-glass {
    width: 335px;
    height: 410px;
  }
}
@media screen and (max-width: 376px) {
  .main-user-product
    .item-left
    .main-left
    .section-1
    .swiper-container-wrapper
    .swiper-slide
    .slider-card-glass {
    width: 300px;
    height: 400px;
  }
}
@media screen and (max-width: 321px) {
  .main-user-product
    .item-left
    .main-left
    .section-1
    .swiper-container-wrapper
    .swiper-slide
    .slider-card-glass {
    width: 250px;
    height: 360px;
  }
}
.main-user-product
  .item-left
  .main-left
  .section-1
  .swiper-container-wrapper
  .swiper-slide
  .slider-card-glass
  .card-img-top {
  width: 100%;
  height: 200px;
  object-fit: cover;
  display: block;
  padding: 15px;
}
@media screen and (max-width: 1025px) {
  .main-user-product
    .item-left
    .main-left
    .section-1
    .swiper-container-wrapper
    .swiper-slide
    .slider-card-glass
    .card-img-top {
    height: 170px;
  }
}
@media screen and (max-width: 769px) {
  .main-user-product
    .item-left
    .main-left
    .section-1
    .swiper-container-wrapper
    .swiper-slide
    .slider-card-glass
    .card-img-top {
    height: 230px;
  }
}
@media screen and (max-width: 321px) {
  .main-user-product
    .item-left
    .main-left
    .section-1
    .swiper-container-wrapper
    .swiper-slide
    .slider-card-glass
    .card-img-top {
    height: 200px;
  }
}
.main-user-product
  .item-left
  .main-left
  .section-1
  .swiper-container-wrapper
  .swiper-slide
  .slider-card-glass
  .card-body {
  padding: 1rem;
  text-align: right;
}
.main-user-product
  .item-left
  .main-left
  .section-1
  .swiper-container-wrapper
  .swiper-slide
  .slider-card-glass
  .card-body
  .card-title {
  font-size: 1rem;
  font-weight: bold;
  margin-bottom: 0.75rem;
  color: #1c1c1c;
}
@media screen and (max-width: 376px) {
  .main-user-product
    .item-left
    .main-left
    .section-1
    .swiper-container-wrapper
    .swiper-slide
    .slider-card-glass
    .card-body
    .card-title {
    font-size: 0.9rem;
  }
}
@media screen and (max-width: 321px) {
  .main-user-product
    .item-left
    .main-left
    .section-1
    .swiper-container-wrapper
    .swiper-slide
    .slider-card-glass
    .card-body
    .card-title {
    font-size: 0.8rem;
  }
}
.main-user-product
  .item-left
  .main-left
  .section-1
  .swiper-container-wrapper
  .swiper-slide
  .slider-card-glass
  .card-body
  .card-desc {
  font-size: 0.9rem;
  color: var(--text-muted);
  line-height: 1.5;
  margin-bottom: 1rem;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media screen and (max-width: 376px) {
  .main-user-product
    .item-left
    .main-left
    .section-1
    .swiper-container-wrapper
    .swiper-slide
    .slider-card-glass
    .card-body
    .card-desc {
    font-size: 0.8rem;
  }
}
@media screen and (max-width: 321px) {
  .main-user-product
    .item-left
    .main-left
    .section-1
    .swiper-container-wrapper
    .swiper-slide
    .slider-card-glass
    .card-body
    .card-desc {
    font-size: 0.7rem;
  }
}
.main-user-product
  .item-left
  .main-left
  .section-1
  .swiper-container-wrapper
  .swiper-slide
  .slider-card-glass
  .card-body
  .price-box {
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.main-user-product
  .item-left
  .main-left
  .section-1
  .swiper-container-wrapper
  .swiper-slide
  .slider-card-glass
  .card-body
  .price-box
  .old-price {
  text-decoration: line-through;
  font-size: 0.85rem;
  color: #999;
}
.main-user-product
  .item-left
  .main-left
  .section-1
  .swiper-container-wrapper
  .swiper-slide
  .slider-card-glass
  .card-body
  .price-box
  .new-price {
  font-size: 1.1rem;
  color: #001f5c;
  font-weight: bold;
}
.main-user-product
  .item-left
  .main-left
  .section-1
  .swiper-container-wrapper
  .swiper-button-disabled {
  display: none !important;
}

.main-Questions {
  height: 500px; /* Only applies to desktop initially */
  overflow: hidden; /* Only applies to desktop initially */
  margin-top: 0px;
  border-left: 1px solid var(--border-color);
  border-right: 1px solid var(--border-color);
  border-bottom: 1px solid var(--border-color);
  border-bottom-right-radius: var(--border-radius-active);
  border-bottom-left-radius: var(--border-radius-active);
}
@media screen and (max-width: 769px) {
  .main-Questions {
    height: auto; /* Overrides fixed height for tablets and smaller */
    overflow: visible; /* Overrides hidden overflow for tablets and smaller */
    margin-top: 0;
    border-left: none;
    border-right: none;
    border-radius: 0;
  }
}
@media screen and (max-width: 426px) {
  .main-Questions {
    margin-top: 0;
    border: none;
    /* Height and overflow are already handled by the 769px media query,
       but you can explicitly set them here again if you wish, though not necessary. */
  }
}
.main-Questions .item-right {
  border-left: 1px solid var(--border-color);
}
@media screen and (max-width: 769px) {
  .main-Questions .item-right {
    border-left: none;
    box-shadow: rgba(0, 0, 0, 0.45) 0px 25px 20px -20px;
  }
}
.main-Questions .item-right .card-right {
  border-radius: var(--border-radius-active);
}
.main-Questions .item-right .card-right ul li.active {
  font-size: 1rem;
}
.main-Questions .item-right .card-right ul li.active span {
  color: var(--theme-color-100);
  font-weight: bold;
}
.main-Questions .item-right .card-right ul li {
  font-size: 0.8rem;
  color: var(--text-muted);
}
.main-Questions .item-right .card-right .position-relative img {
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
  border-radius: 12px;
}
.main-Questions .item-right .card-right .position-relative label {
  color: var(--white-color);
  background-color: var(--theme-color-100);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.main-Questions .item-right .card-right .position-relative label:hover {
  transform: translateY(-5px);
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.25);
}
.main-Questions .item-left {
  /* These styles apply by default to desktop screens */
  height: 550px;
  padding-bottom: 10px;
  overflow-y: scroll;
  /* Media Query for tablets and smaller screens (max-width: 769px) */
}
@media screen and (max-width: 769px) {
  .main-Questions .item-left {
    height: auto; /* Remove fixed height */
    padding-bottom: 0; /* Remove padding if not needed for scroll area */
    overflow-y: visible; /* Remove scrollbar, content will flow naturally */
  }
}
.main-Questions .item-left .main-left .section-1 .section-title {
  font-size: 1.8rem;
  font-weight: bold;
  color: #333;
  margin-bottom: 2rem;
  text-align: right; /* برای راست‌چین کردن عنوان */
  padding-right: 15px; /* برای هماهنگی با padding ستون‌ها */
}
.main-Questions .item-left .main-left .section-1 .faq-section {
  background-color: #ffffff;
  border-radius: var(--border-radius-active);
  box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 0px 1.5px;
  padding: 20px;
  direction: rtl; /* برای راست‌چین کردن محتوا */
}
@media screen and (max-width: 321px) {
  .main-Questions .item-left .main-left .section-1 .faq-section {
    padding: 10px;
  }
}
.main-Questions
  .item-left
  .main-left
  .section-1
  .faq-section
  .faq-section-title {
  font-size: 1.4rem;
  font-weight: 600;
  color: var(--theme-color-100);
  margin-bottom: 1.5rem;
  display: flex;
  align-items: center;
  gap: 10px; /* فاصله بین آیکون و متن */
}
@media screen and (max-width: 376px) {
  .main-Questions
    .item-left
    .main-left
    .section-1
    .faq-section
    .faq-section-title {
    font-size: 1.2rem;
  }
}
.main-Questions
  .item-left
  .main-left
  .section-1
  .faq-section
  .faq-section-title
  svg {
  color: var(--primary-color); /* رنگ آیکون */
  width: 28px;
  height: 28px;
}
@media screen and (max-width: 376px) {
  .main-Questions
    .item-left
    .main-left
    .section-1
    .faq-section
    .faq-section-title
    svg {
    width: 20px;
    height: 20px;
  }
}
.main-Questions .item-left .main-left .section-1 .faq-section .faq-item {
  border-bottom: 1px dashed #eee;
  padding: 20px;
  margin-bottom: 20px;
}
.main-Questions
  .item-left
  .main-left
  .section-1
  .faq-section
  .faq-item:last-child {
  border-bottom: none; /* خط زیرین آخرین آیتم رو حذف میکنه */
}
.main-Questions
  .item-left
  .main-left
  .section-1
  .faq-section
  .faq-item
  .question-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 8px;
  flex-wrap: wrap; /* برای شکستن خط در صفحات کوچک */
  gap: 5px; /* فاصله در حالت wrap */
}
.main-Questions
  .item-left
  .main-left
  .section-1
  .faq-section
  .faq-item
  .question-text {
  font-size: 1rem;
  font-weight: bold;
  color: var(--dark-color);
  margin: 0;
  flex-grow: 1; /* برای اینکه متن سوال فضای موجود رو پر کنه */
}
@media screen and (max-width: 426px) {
  .main-Questions
    .item-left
    .main-left
    .section-1
    .faq-section
    .faq-item
    .question-text {
    font-size: 0.8rem;
  }
}
@media screen and (max-width: 321px) {
  .main-Questions
    .item-left
    .main-left
    .section-1
    .faq-section
    .faq-item
    .question-text {
    font-size: 0.7rem;
  }
}
.main-Questions
  .item-left
  .main-left
  .section-1
  .faq-section
  .faq-item
  .question-date {
  font-size: 0.85rem;
  color: var(--text-muted);
  white-space: nowrap; /* جلوگیری از شکستن تاریخ */
}
@media screen and (max-width: 426px) {
  .main-Questions
    .item-left
    .main-left
    .section-1
    .faq-section
    .faq-item
    .question-date {
    font-size: 0.75rem;
    display: block;
  }
}
@media screen and (max-width: 321px) {
  .main-Questions
    .item-left
    .main-left
    .section-1
    .faq-section
    .faq-item
    .question-date {
    font-size: 0.6rem;
  }
}
.main-Questions
  .item-left
  .main-left
  .section-1
  .faq-section
  .faq-item
  .status-badge {
  display: inline-block;
  padding: 4px 10px;
  border-radius: 20px;
  font-size: 0.75rem;
  font-weight: 600;
  margin-top: 8px;
}
.main-Questions
  .item-left
  .main-left
  .section-1
  .faq-section
  .faq-item
  .status-unanswered {
  background-color: #ffe0b2; /* نارنجی روشن */
  color: #e65100; /* نارنجی تیره */
}
.main-Questions
  .item-left
  .main-left
  .section-1
  .faq-section
  .faq-item
  .status-answered {
  background-color: #c8e6c9; /* سبز روشن */
  color: #2e7d32; /* سبز تیره */
}
.main-Questions
  .item-left
  .main-left
  .section-1
  .faq-section
  .faq-item
  .answer-preview {
  font-size: 0.9rem;
  color: var(--text-muted);
  margin-top: 10px;
  padding-right: 15px; /* کمی فاصله برای متن پاسخ */
}
@media screen and (max-width: 426px) {
  .main-Questions
    .item-left
    .main-left
    .section-1
    .faq-section
    .faq-item
    .answer-preview {
    font-size: 0.7rem;
    line-height: 1.4rem;
  }
}
@media screen and (max-width: 321px) {
  .main-Questions
    .item-left
    .main-left
    .section-1
    .faq-section
    .faq-item
    .answer-preview {
    font-size: 0.6rem;
    line-height: 1.4rem;
    padding-right: 10px; /* کمی فاصله برای متن پاسخ */
  }
}
.main-Questions
  .item-left
  .main-left
  .section-1
  .faq-section
  .faq-item
  .answer-preview
  a {
  color: var(--primary-color);
  text-decoration: none;
}
.main-Questions
  .item-left
  .main-left
  .section-1
  .faq-section
  .faq-item
  .answer-preview
  a:hover {
  text-decoration: underline;
}
.main-Questions .item-left .main-left .section-1 .faq-section .faq-item .btn {
  margin-top: 10px;
  font-size: 0.9rem;
}

.main-address {
  height: 500px; /* Only applies to desktop initially */
  overflow: hidden; /* Only applies to desktop initially */
  margin-top: 0px;
  border-left: 1px solid var(--border-color);
  border-right: 1px solid var(--border-color);
  border-bottom: 1px solid var(--border-color);
  border-bottom-right-radius: var(--border-radius-active);
  border-bottom-left-radius: var(--border-radius-active);
}
@media screen and (max-width: 769px) {
  .main-address {
    height: auto; /* Overrides fixed height for tablets and smaller */
    overflow: visible; /* Overrides hidden overflow for tablets and smaller */
    margin-top: 0;
    border-left: none;
    border-right: none;
    border-radius: 0;
  }
}
@media screen and (max-width: 426px) {
  .main-address {
    margin-top: 0;
    border: none;
    /* Height and overflow are already handled by the 769px media query,
       but you can explicitly set them here again if you wish, though not necessary. */
  }
}
.main-address .item-right {
  border-left: 1px solid var(--border-color);
}
@media screen and (max-width: 769px) {
  .main-address .item-right {
    border-left: none;
    box-shadow: rgba(0, 0, 0, 0.45) 0px 25px 20px -20px;
  }
}
.main-address .item-right .card-right {
  border-radius: var(--border-radius-active);
}
.main-address .item-right .card-right ul li.active {
  font-size: 1rem;
}
.main-address .item-right .card-right ul li.active span {
  color: var(--theme-color-100);
  font-weight: bold;
}
.main-address .item-right .card-right ul li {
  font-size: 0.8rem;
  color: var(--text-muted);
}
.main-address .item-right .card-right .position-relative img {
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
  border-radius: 12px;
}
.main-address .item-right .card-right .position-relative label {
  color: var(--white-color);
  background-color: var(--theme-color-100);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.main-address .item-right .card-right .position-relative label:hover {
  transform: translateY(-5px);
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.25);
}
.main-address .item-left {
  /* These styles apply by default to desktop screens */
  height: 550px;
  padding-bottom: 10px;
  overflow-y: scroll;
  /* Media Query for tablets and smaller screens (max-width: 769px) */
}
@media screen and (max-width: 769px) {
  .main-address .item-left {
    height: auto; /* Remove fixed height */
    padding-bottom: 0; /* Remove padding if not needed for scroll area */
    overflow-y: visible; /* Remove scrollbar, content will flow naturally */
  }
}
.main-address .item-left .main-left .section-1 .main-section {
  border: 1px solid var(--border-color);
  border-radius: var(--border-radius-active);
  padding: 10px;
}
.main-address .item-left .main-left .section-1 .modal-backdrop {
  display: none;
  position: fixed;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 9999999999;
  justify-content: center;
  align-items: center;
  padding: 1rem;
}
.main-address .item-left .main-left .section-1 .modal-backdrop.active {
  display: flex;
}
.main-address .item-left .main-left .section-1 .modal-content-custom {
  background: #fff;
  width: 100%;
  max-width: 500px;
  border-radius: 12px;
  padding: 20px;
  max-height: 90vh;
  overflow-y: auto;
}
.main-address .item-left .main-left .section-1 #addressModal,
.main-address .item-left .main-left .section-1 #successModal {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 999999;
  background-color: rgba(0, 0, 0, 0.5);
  justify-content: center;
  align-items: center;
  padding: 1rem;
  opacity: 0;
  transform: scale(0.95);
  transition: opacity 0.3s ease, transform 0.3s ease;
}
.main-address .item-left .main-left .section-1 #addressModal.active,
.main-address .item-left .main-left .section-1 #successModal.active {
  display: flex;
  opacity: 1;
  transform: scale(1);
}
.main-address .item-left .main-left .section-1 .modal-header-custom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1rem;
}
.main-address
  .item-left
  .main-left
  .section-1
  .modal-header-custom
  .modal-title {
  font-weight: bold;
  font-size: 1.2rem;
  color: var(--theme-color-100);
}
.main-address
  .item-left
  .main-left
  .section-1
  .modal-header-custom
  .close-icon {
  cursor: pointer;
  font-size: 1.5rem;
  color: #999;
}
.main-address .item-left .main-left .section-1 .success-box {
  background: #fff;
  border-radius: var(--border-radius-active);
  padding: 20px;
  max-width: 300px;
  width: 100%;
  position: relative;
  text-align: center;
}
.main-address .item-left .main-left .section-1 .success-box .close-icon {
  position: absolute;
  top: 10px;
  left: 10px;
  font-size: 1.4rem;
  cursor: pointer;
}
.main-address .item-left .main-left .section-2 {
  border: 1px solid var(--border-color);
  border-radius: var(--border-radius-active);
  padding: 10px;
}
@media screen and (max-width: 376px) {
  .main-address .item-left .main-left .section-2 .address-text {
    font-size: 0.8rem;
  }
}
.main-address .item-left .main-left .section-2 .status-answered {
  padding: 5px;
  border-radius: var(--border-radius-active);
  background-color: #c8e6c9; /* سبز روشن */
  color: #2e7d32; /* سبز تیره */
}
@media screen and (max-width: 426px) {
  .main-address .item-left .main-left .section-2 .status-answered {
    padding: 3px;
    margin-top: 20px;
  }
}
.main-address .item-left .main-left .section-2 #addressModal2,
.main-address .item-left .main-left .section-2 #successModal2 {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 999999;
  background-color: rgba(0, 0, 0, 0.5);
  justify-content: center;
  align-items: center;
  padding: 1rem;
  opacity: 0;
  transform: scale(0.95);
  transition: opacity 0.3s ease, transform 0.3s ease;
}
.main-address .item-left .main-left .section-2 #addressModal2.active,
.main-address .item-left .main-left .section-2 #successModal2.active {
  display: flex;
  opacity: 1;
  transform: scale(1);
}
.main-address .item-left .main-left .section-2 .modal-content-custom {
  background: #fff;
  width: 100%;
  max-width: 500px;
  border-radius: 12px;
  padding: 20px;
  max-height: 90vh;
  overflow-y: auto;
}
.main-address .item-left .main-left .section-2 .modal-header-custom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1rem;
}
.main-address
  .item-left
  .main-left
  .section-2
  .modal-header-custom
  .modal-title {
  font-weight: bold;
  font-size: 1.2rem;
  color: var(--theme-color-100);
}
.main-address
  .item-left
  .main-left
  .section-2
  .modal-header-custom
  .close-icon {
  cursor: pointer;
  font-size: 1.5rem;
  color: #999;
}
.main-address .item-left .main-left .section-2 .success-box {
  background: #fff;
  border-radius: var(--border-radius-active);
  padding: 20px;
  max-width: 300px;
  width: 100%;
  position: relative;
  text-align: center;
}
.main-address .item-left .main-left .section-2 .success-box .close-icon {
  position: absolute;
  top: 10px;
  left: 10px;
  font-size: 1.4rem;
  cursor: pointer;
}

@media screen and (max-width: 426px) {
  .time-accordion-body,
  .title-accordion-body {
    font-size: 10px !important;
    padding: 5px 0px;
  }
  .button-period {
    font-size: 10px !important;
    padding: 10px 0px;
  }
  .item-right-search {
    display: block !important;
  }
  .box-Search-filter {
    display: none;
  }
  .box-Search {
    display: block;
  }
  .main-navbar {
    display: none;
  }
  .main-navbar-mobile {
    display: block !important;
  }
  .mobile-menu {
    display: block !important;
  }
  .right-item-product-reading-slider2 {
    display: none;
  }
  .right-item-product-reading-slider {
    display: none;
  }
  .slider-wrapper .slider-title-mobile {
    display: flex;
    color: var(--high-text-color);
  }
  .slider-wrapper .slider-title-mobile a {
    color: var(--theme-color);
  }
  .slider-wrapper:first-child .slider-title-mobile-active {
    display: flex;
    color: var(--white-color);
  }
  .Promotional-product-filter,
  .item-right-search-filter,
  .item-right-filter,
  .top-navbar-filter {
    display: none;
  }
  .main-content-mobile-blog,
  .main-header-mobile-blog {
    display: block;
  }
  .main-header-blog,
  .main-content-blog {
    display: none;
  }
  .header-slider {
    padding: 10px;
    border-radius: 10px;
  }
  .swiper-button-prev,
  .swiper-button-next {
    display: none;
  }
  .item-left-top-section {
    display: none;
  }
  .img-form-main {
    display: none;
  }
  .navbar-filter {
    display: none;
  }
}
@media screen and (max-width: 515px) {
  .box-form {
    width: 400px;
    height: 300px;
  }
}
@media screen and (max-width: 575px) {
  .section-1-left,
  .section-1-right {
    border-radius: 0px;
    box-shadow: none;
  }
  .section-1-left .title-accordion-body,
  .section-1-left .time-accordion-body,
  .section-1-right .title-accordion-body,
  .section-1-right .time-accordion-body {
    font-size: 15px;
    padding: 0;
  }
  .section-1-left .Details-Questions,
  .section-1-right .Details-Questions {
    display: none;
  }
}
@media screen and (max-width: 1200px) {
  .item-right-filter {
    display: none;
  }
  .video-section {
    margin-top: 30px;
  }
  .section-1-left {
    font-size: 12px;
  }
  .button-period {
    font-size: 13px;
  }
}
@media screen and (max-width: 420px) {
  .box-form {
    width: 350px;
    height: 300px;
  }
}
@media screen and (max-width: 350px) {
  .box-form {
    width: 300px;
    height: 300px;
  }
  .left {
    right: 130px;
  }
}
@media screen and (max-width: 750px) {
  .accordion-body {
    font-size: 13px;
  }
  .section-2 {
    font-size: 15px;
  }
}
@media screen and (max-width: 767px) {
  .product-item {
    display: flex;
    justify-content: center;
  }
  .comment-row {
    margin-top: 60px;
  }
  .Details-Questions {
    right: 300px;
    margin-top: 300px;
  }
  .section-1-left {
    margin-left: 100px !important;
  }
}
@media screen and (max-width: 1600px) {
  .Comments-box section.comment-module {
    width: 60%;
  }
}
@media screen and (max-width: 1400px) {
  .Comments-box section.comment-module {
    width: 70%;
  }
  .Comments-box section.comment-module ul li .comment .comment-img {
    width: 10%;
  }
  .Comments-box section.comment-module ul li .comment .comment-content {
    width: 90%;
  }
}
@media screen and (max-width: 1024px) {
  .Comments-box section.comment-module {
    width: 80%;
  }
}
@media screen and (max-width: 992px) {
  .button-period {
    font-size: 13px;
  }
  .title-accordion-body,
  .time-accordion-body {
    font-size: 13px;
    padding: 0;
  }
}
@media screen and (max-width: 768px) {
  .Comments-box section.comment-module {
    width: 96%;
    padding: 75px 10px;
  }
  .Comments-box section.comment-module ul li .comment {
    column-gap: 12px;
  }
  .Comments-box section.comment-module ul li .comment .comment-img {
    width: 15%;
  }
  .Comments-box section.comment-module ul li .comment .comment-img img {
    width: 40px;
    height: 40px;
  }
  .Comments-box section.comment-module ul li .comment .comment-content {
    width: 85%;
  }
  .Comments-box
    section.comment-module
    ul
    li
    .comment
    .comment-content
    .comment-details {
    flex-direction: column;
    align-items: flex-start;
  }
  .Comments-box
    section.comment-module
    ul
    li
    .comment
    .comment-content
    .comment-data {
    column-gap: 12px;
  }
  .Comments-box section.comment-module ul li::before {
    top: 50px;
    right: -10px;
    transform: translateX(-30px);
    height: calc(100% - 60px);
  }
  .Comments-box section.comment-module ul li ul {
    margin-top: 25px;
    margin-right: 50px;
    width: calc(100% - 50px);
  }
}

/*# sourceMappingURL=style.css.map */
/* ظرف اصلی که محتوا وسط صفحه قرار می‌گیره */
.no-data-container {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 40vh; /* قبلاً 60vh بود */
  padding: 20px;
  text-align: center;
  flex-direction: column;
}

/* بخش تصویر و متن */
.no-data-content {
  display: flex;
  flex-direction: column;
  align-items: center;
}

/* تصویر */
.no-data-img {
  max-width: 100px; /* سایز حداکثر */
  width: 100%;
  height: auto;
  margin-bottom: 20px;
  color: var(--theme-color-100);
}

/* متن زیر تصویر */
.no-data-text {
  font-size: 1.3rem;
  font-weight: bold;
  color: #555;
}
/* تبلت */
@media (max-width: 1024px) {
  .no-data-img {
    max-width: 90px;
  }
}

/* موبایل */
@media (max-width: 768px) {
  .no-data-img {
    max-width: 70px;
  }
}

/* دکمه اصلی */
.lc-btn-add {
  height: 52px;
  padding: 0 22px;
  border-radius: 14px;
  font-weight: 700;
  background: #3b82f6;
  color: #fff;
  border: none;
  box-shadow: 0 4px 14px rgba(59, 130, 246, 0.35);
  transition: 0.2s ease;
}

.lc-btn-add:hover {
  opacity: 0.9;
}

.lc-btn-add:active {
  transform: scale(0.97);
}

/* اورلی */
.lc-overlay {
  position: fixed;
  inset: 0;
  backdrop-filter: blur(6px);
  background: rgba(0, 0, 0, 0.25);
  opacity: 0;
  pointer-events: none;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.25s ease;
  z-index: 9999;
}

.lc-overlay.show {
  opacity: 1;
  pointer-events: auto;
}

/* کارت مدال */
.lc-modal {
  width: min(94%, 820px);
  background: #ffffff;
  border-radius: 14px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
  border: 1px solid #e5e7eb;
  transform: translateY(20px) scale(0.98);
  opacity: 0;
  transition: 0.3s ease;
}

.lc-overlay.show .lc-modal {
  transform: translateY(0) scale(1);
  opacity: 1;
}

/* header */
.lc-header {
  padding: 16px 20px;
  border-bottom: 1px solid #e5e7eb;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

.lc-close {
  font-size: 20px;
  background: transparent;
  border: none;
  color: #555;
  cursor: pointer;
  padding: 6px 10px;
  border-radius: 8px;
}

.lc-close:hover {
  background: #eee;
}

/* body */
.lc-body {
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 14px;
}

/* product row */
.lc-row {
  display: flex;
  gap: 16px;
  align-items: center;
  padding: 14px;
  border-radius: 12px;
  border: 1px solid #e5e7eb;
  background: #fafafa;
}

.lc-img-box {
  flex: 0 0 130px;
  height: 100px;
  border-radius: 10px;
  overflow: hidden;
  background: #ddd;
}

.lc-img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.lc-info {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.lc-title {
  font-size: 16px;
  font-weight: 700;
}

.lc-sub {
  font-size: 13px;
  color: #666;
}

.lc-price-wrap {
  display: flex;
  flex-direction: column;
  gap: 5px;
  text-align: left;
}

.lc-old {
  text-decoration: line-through;
  font-size: 13px;
  color: #999;
}

.lc-new {
  font-size: 19px;
  font-weight: 800;
  color: #3b82f6;
}

.lc-nodis {
  font-weight: 700;
  font-size: 17px;
}

.lc-badge {
  background: #3b82f6;
  color: #fff;
  font-size: 12px;
  padding: 3px 8px;
  border-radius: 6px;
  width: max-content;
}

/* footer */
.lc-footer {
  border-top: 1px solid #e5e7eb;
  padding: 14px;
  display: flex;
  gap: 12px;
  justify-content: flex-end;
}

.lc-btn-out {
  border: 1px solid #3b82f6;
  background: #fff;
  padding: 8px 16px;
  color: #3b82f6;
  border-radius: 14px;
  font-weight: 600;
}

/* mobile */
@media (max-width: 520px) {
  .lc-row {
    flex-direction: row;
    align-items: flex-start;
    gap: 16px;
    text-align: center;
  }

  .lc-img-box {
    flex: 0 0 90px;
    height: 90px;
  }

  .lc-row > div[style*="display:flex"] {
    display: flex !important;
    flex-direction: column !important;
    align-items: flex-start !important;
    justify-content: flex-start !important;
    gap: 8px !important;
    flex: 1 !important;
  }

  .lc-info {
    width: 100% !important;
    align-self: flex-start !important;
  }

  .lc-title {
    align-self: flex-start !important;
    width: 100%;
  }

  .lc-sub {
    align-self: center !important;
    width: 100%;
    text-align: center;
  }

  .lc-price-wrap {
    align-self: center !important;
    text-align: center;
    flex-direction: column;
    gap: 5px;
  }
}

.step-circle,
.step-number-in-box {
  transition: background-color 0.6s ease, transform 0.6s ease;
}

.step-circle.active,
.step-number-in-box.active {
  background-color: hsl(239, 51%, 32%) !important; /* سبز */
  color: #fff !important;
  transform: scale(1.15);
}

/* 404 */
.main-404 {
  height: 100%;
  margin: 0;
  overflow: hidden;
}

.error-container {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 20px;
}

.error-code {
  color: #1e3a8a;
  font-size: 12vw;
  font-weight: bold;
  color: var();
  position: relative;
  animation: float 3s ease-in-out infinite, pulse 2s ease-in-out infinite;
}

@keyframes float {
  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-20px);
  }
}

@keyframes pulse {
  0%,
  100% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.1);
  }
}

.error-text {
  font-size: 1.5rem;
  margin-bottom: 20px;
  color: #555;
  animation: fadeInText 2s ease forwards;
  opacity: 0;
}

@keyframes fadeInText {
  to {
    opacity: 1;
  }
}

.btn-shop {
  font-size: 1rem;
  padding: 0.75rem 1.5rem;
  animation: fadeInText 3s ease forwards;
  opacity: 0;
}

@media (max-width: 576px) {
  .error-code {
    font-size: 20vw;
  }

  .error-text {
    font-size: 1.2rem;
  }

  .btn-shop {
    padding: 0.6rem 1.2rem;
  }
}