.container {
  max-width: 1700px;
}

.nav-v-item {
  transition: transform 0.3s ease;
}

.nav-v-item:hover {
  transform: translateX(-8px);
  background: rgb(225,242,227);
}

.fixed-nav {
  position: fixed!important;
  top: 200px!important;
  right: 0;
  z-index: 9999;
}

.custom-scroll-container {
  display: flex;
  flex-wrap: nowrap;
  overflow-x: auto;
  scroll-behavior: smooth;
  scrollbar-width: none;
  -ms-overflow-style: none;
  cursor: grab;
  user-select: none;
  will-change: scroll-position;
}

.custom-scroll-container::-webkit-scrollbar {
  display: none;
}

.custom-scroll-container.dragging {
  cursor: grabbing;
  scroll-behavior: auto;
}

.scroll-item {
  /*flex: 0 0 auto;*/
  /*width: 150px;*/
  /*height: 100px;*/
  margin-left: 10px;
  background-color: #f8f9fa;
  border: 1px solid #dee2e6;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.scroll-item:last-child {
  margin-left: 0;
}

.scroll-item img {
  /*width: 100%;*/
  /*height: 100%;*/
  object-fit: cover;
  border-radius: 8px;
  pointer-events: none;
}

.scroll-buttons {
  text-align: center;
  margin-top: 10px;
  /*display: none;*/
}

.scroll-buttons.visible {
  display: block;
}

.scroll-btn {
  background: none;
  border: none;
  padding: 10px;
  cursor: pointer;
  font-size: 24px;
  color: #0d6efd;
  transition: opacity 0.3s;
}

.scroll-btn:hover {
  opacity: 0.7;
}

a {
  text-decoration: none;
  color: var(--bs-gray-900);
}

a:hover {
  text-decoration: none;
  color: red;
}

/* تغییر تصویر هنگام هاور */

.image-wrapper {
  width: 100%;
  height: 70%;
  /*max-height: 225px;*/
  /*max-width: 225px;*/
  margin-bottom: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* استایل برای تصاویر */

.image-wrapper img {
  width: 100%;
  border-bottom: 1px solid rgba(205, 205, 205, 0.7);
}

.change-image {
  text-decoration: none;
  color: inherit;
  display: block;
  width: 100%;
  height: 100%;
}

/* استایل برای div داخلی */

.image-container {
  width: 100%;
  height: 100%;
  background: #ffffff;
}

.product-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.15);
}

.image-wrapper .image-primary, .image-wrapper .image-secondary {
  position: absolute;
  top: 0;
  left: 0;
  transition: opacity 0.4s ease-in-out;
  width: 100%;
  height: auto;
}

.image-wrapper {
  position: relative;
}

.image-wrapper .image-primary {
  opacity: 1;
  z-index: 2;
}

.image-wrapper .image-secondary {
  opacity: 0;
  z-index: 1;
}

/* افکت هنگام هاور */

.change-image:hover .image-wrapper .image-primary {
  opacity: 0;
}

.change-image:hover .image-wrapper .image-secondary {
  opacity: 1;
}

.cart-btn {
  display: flex;
  gap: 8px;
  opacity: 0;
  transform: translateY(-10px);
  transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out;
}

.scroll-item:hover .cart-btn {
  opacity: 1;
  transform: translateY(0);
}

.cart-btn button {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: rgba(83, 164, 92, 0.76);
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.cart-btn button:hover {
  background: rgba(83, 164, 92, 1);
}

.cart-btn svg {
  width: 16px;
  height: 16px;
  /*color: #fff;*/
}

.cart-btn button[title]:hover:after {
  content: attr(title);
  position: absolute;
  top: -30px;
  background: #333;
  color: #fff;
  padding: 5px 10px;
  border-radius: 5px;
  font-size: 12px;
  white-space: nowrap;
  z-index: 20;
}

.cart-btn:hover .cart-btn-color:hover ~ .cart-icon-btn {
  color: red!important;
}

a.no-hover:hover {
  text-decoration: none;
  color: inherit;
}

.city-list {
  max-height: 300px;
  overflow-y: auto;
}

.city-item:hover {
  background-color: #e5e7eb;
  cursor: pointer;
}

.no-select {
  user-select: none;
}

.top-left-modal .modal-dialog {
  position: fixed;
  top: 0;
  left: 0;
  margin: 0;
  max-width: none;
  height: 100vh!important;
}

/* حذف وسط‌چینی flex در مودال */

.top-left-modal .modal {
  display: block !important;
}

/* بک‌دراپ اختیاری */

.modal-backdrop.show {
  opacity: 0.5;
}

#card .modal-content {
  height: 100vh;
  /*min-width: 312px;*/
  border: none;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

@media (max-width: 992px) {
  #card .modal-content {
    height: 93vh;
    /*min-width: 312px;*/
    /*border: none;*/
    /*border-top-left-radius: 0;*/
    /*border-bottom-left-radius: 0;*/
  }
}

#card .modal-dialog {
  transform: translateX(-100%);
  transition: transform 0.3s ease-in-out;
}

#card.show .modal-dialog {
  transform: translateX(0);
}

.mega-menu {
  position: absolute;
  top: 100%;
  right: 0;
  width: 800px;
  height: 400px;
  background: #fff;
  border: 1px solid #ddd;
  display: none;
  z-index: 999;
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}

/* ستون سمت راست */

.mega-menu .categories {
  width: 250px;
  background: #f8f8f8;
  overflow-y: auto;
  float: right;
  height: 100%;
  border-left: 1px solid #ddd;
}

.mega-menu .categories li {
  padding: 10px;
  cursor: pointer;
  display: flex;
  align-items: center;
  transition: background 0.2s;
}

.mega-menu .categories li:hover {
  background: #eaeaea;
}

.mega-menu .categories img {
  width: 40px;
  height: 40px;
  margin-left: 10px;
  object-fit: cover;
  border-radius: 4px;
}

/* ستون سمت چپ */

.mega-menu .subcategories {
  margin-right: 250px;
  padding: 20px;
  max-width:550px;
  overflow-x: hidden;
}

.mega-menu .subcategories .subcat-group {
  display: none;
}

.mega-menu .subcategories .subcat-group.active {
  display: unset;
}

.mega-menu .subcategories a {
  display: inline-block;
  padding: 5px 10px;
  margin: 3px;
  background: #f3f3f3;
  color: #333;
  text-decoration: none;
  border-radius: 4px;
  transition: background 0.2s;
}

.mega-menu .subcategories a:hover {
  background: #ddd;
}

#megaMenuServices {
  position: absolute;
  top: 100%;
  right: 0;
  width: 800px;
  height: 400px;
  background: #fff;
  border: 1px solid #ddd;
  display: none;
  z-index: 999;
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}

.mega-menu-services .categories-services {
  width: 250px;
  background: #f8f8f8;
  overflow-y: auto;
  float: right;
  height: 100%;
  border-left: 1px solid #ddd;
}

.mega-menu-services .categories-services li {
  padding: 10px;
  cursor: pointer;
  display: flex;
  align-items: center;
  transition: background 0.2s;
}

.mega-menu-services .categories-services li:hover {
  background: #eaeaea;
}

.mega-menu-services .categories-services img {
  width: 40px;
  height: 40px;
  margin-left: 10px;
  object-fit: cover;
  border-radius: 4px;
}

/* ستون سمت چپ */

.mega-menu-services .subcategories-services {
  margin-right: 250px;
  padding: 20px;
}

.mega-menu-services .subcategories-services .subcat-group-services {
  display: none;
}

.mega-menu-services .subcategories-services .subcat-group-services.active {
  display: unset;
}

.mega-menu-services .subcategories-services a {
  display: inline-block;
  padding: 5px 10px;
  margin: 3px;
  background: #f3f3f3;
  color: #333;
  text-decoration: none;
  border-radius: 4px;
  transition: background 0.2s;
}

.mega-menu-services .subcategories-services a:hover {
  background: #ddd;
}

no-select {
  user-select: none;
}

a.no-hover:hover {
  text-decoration: none;
  color: inherit;
}

* {
  /*box-sizing: border-box;*/
  /*margin: 0;*/
  /*padding: 0;*/
}

.product-cardModel {
  width: 250px;
  min-width: 250px;
  height: 435px;
  background: #fff;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(0,0,0,0.1);
  position: relative;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  text-decoration: none;
  color: inherit;
  display: block;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -webkit-user-drag: none;
}

.product-cardModel * {
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -webkit-user-drag: none;
}

.product-cardModel:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 25px rgba(0,0,0,0.15);
}

.badgeModel {
  position: absolute;
  top: 5px;
  right: 12px;
  background: #d81b60;
  color: white;
  font-size: 12px;
  font-weight: 500;
  padding: 5px 10px;
  border-radius: 20px;
  z-index: 3;
  display: none;
}

.badgeModel.activeModel {
  display: inline-block;
}

.product-image-wrapperModel {
  position: relative;
  width: 100%;
  aspect-ratio: 1 / 1;
  overflow: hidden;
}

.product-image-wrapperModel img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: opacity 0.4s ease;
  top: 0;
  left: 0;
  -webkit-user-drag: none;
}

.product-image-wrapperModel img.secondModel {
  opacity: 0;
}

.product-cardModel:hover .product-image-wrapperModel img {
  opacity: 0;
}

.product-cardModel:hover .product-image-wrapperModel img.secondModel {
  opacity: 1;
}

.product-nameModel {
  padding: 12px 12px 8px;
  /*font-size: 16px;*/
  font-weight: 600;
  height: 50px;
  line-height: 1.4;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

@media (max-width: 991px) {
  .pricesModel {
    padding: 0 12px;
    margin-top: 8px;
  }
}

.price-regularModel {
  text-decoration: line-through;
  color: #757575;
  font-size: 13px;
  display: none;
}

.price-regularModel.activeModel {
  display: block;
}

.price-discountModel, .price-partnerModel {
  color: #d32f2f;
  font-weight: 600;
  font-size: 15px;
  display: none;
  margin-top: 4px;
  min-height: 25px;
}

.price-discountModel.activeModel, .price-partnerModel.activeModel {
  display: flex;
  align-items: center;
  gap: 6px;
}

.price-tagModel {
  background: #ff5722;
  color: white;
  font-size: 10px;
  font-weight: 500;
  padding: 3px 8px;
  border-radius: 12px;
}

@media (min-width: 992px) {
  .footerModel{
    padding-right: 0!important;
  }
}

.nav-profile .nav-link.active, .nav-pills .show > .nav-link {
  color: var(--bs-nav-pills-link-active-color)!important;
  background-color: var(--bs-nav-pills-link-active-bg);
}

.nav-profile {
  --bs-nav-pills-border-radius: var(--bs-border-radius);
  --bs-nav-pills-link-active-color: #fff!important;
  --bs-nav-pills-link-active-bg: #00a859;
}

.profile-order-show {
  justify-items: anchor-center!important;
  text-align-last: center;
}

.masonry {
  column-count: 3!important;
  column-gap: 10px;
  max-width: 550px;
  text-wrap-mode: wrap;
  font-size: 12px;
  word-break: break-word;
  overflow-wrap: break-word;

}


.us-hover{
  transition: transform 0.1s ease, font-weight 0.1s ease !important;
  cursor: pointer;
}
.us-hover:hover {
  transform: scale(1.02);
  font-weight: bold;
  color: rgb(0, 168, 89)!important;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
}

.us-hover-2{
  transition: transform 0.1s ease, font-weight 0.1s ease !important;
  cursor: pointer;
}
.us-hover-2:hover {
  transform: scale(1.02);
  font-weight: bold;
  color: rgb(0, 168, 89)!important;
}



.masonry-item {
  background: #f8f9fa;
  display: inline-block;
  margin: 0 0 15px;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  border-radius: 8px;
}

@media (max-width: 767.9px) {
  .col-side-class {
    margin-top: 20px;
    width: 100%!important;
    max-width: 768px!important;
    margin-bottom: 60px;
  }
}

@media (max-width: 768px) {
  .ticket-select-class {
    display: grid!important;
  }
}

@media (max-width: 992px) {
  .person-verify {
    display: none!important;
  }
}

@media (min-width: 840px) {
  .profile-person-info {
    display: none!important;
  }
}

@media (max-width: 840px) {
  .profile-side-person-info {
    display: none!important;
  }
}

.blink-icon {
  animation: blink 1s infinite;
}

@keyframes blink {
  0%, 50%, 100% { opacity: 1; }
  25%, 75% { opacity: 0; }
}

.footerModel {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 8px 12px;
}

.noteModel {
  font-size: 12px;
  color: #f5c518;
  display: none;
  display: flex;
  align-items: center;
  gap: 6px;
  flex-direction: row-reverse;
  justify-content: flex-end;
}

.noteModel.activeModel {
  display: flex;
}

.noteModel svg {
  width: 16px;
  height: 16px;
  fill: #f5c518;
}

.ratingModel {
  font-size: 12px;
  /*color: #388e3c;*/
  display: flex;
  align-items: center;
  gap: 4px;
  justify-content: flex-start;
}

.ratingModel svg {
  width: 16px;
  height: 16px;
  /*fill: #388e3c;*/
}

.actionsModel {
  position: absolute;
  top: 12px;
  left: 12px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  z-index: 3;
}

.actionsModel button {
  width: 34px;
  height: 34px;
  border: none;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.95);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 2px 8px rgba(0,0,0,0.1);
  opacity: 0;
  transform: translateY(-10px);
  transition: opacity 0.3s ease, transform 0.3s ease;
  pointer-events: auto;
}

.product-cardModel:hover .actionsModel button {
  pointer-events: auto;
}

.product-cardModel:hover .actionsModel button:nth-child(1) {
  transition-delay: 0.05s;
  opacity: 1;
  transform: translateY(0);
}

.product-cardModel:hover .actionsModel button:nth-child(2) {
  transition-delay: 0.1s;
  opacity: 1;
  transform: translateY(0);
}

.product-cardModel:hover .actionsModel button:nth-child(3) {
  transition-delay: 0.15s;
  opacity: 1;
  transform: translateY(0);
}

.product-cardModel:hover .actionsModel button:nth-child(4) {
  transition-delay: 0.2s;
  opacity: 1;
  transform: translateY(0);
}

.actionsModel button svg {
  width: 18px;
  height: 18px;
  fill: #424242;
}

@media (max-width: 600px) {
  body {
    /*padding: 15px;*/
  }
}

@media (max-width: 600px) {
  .product-cardModel {
    min-width: 250px;
    height: auto;
    border-radius: 14px;
  }
}

@media (max-width: 600px) {
  .product-nameModel {
    font-size: 14px;
    height: 46px;
    line-height: 1.35;
  }
}

@media (max-width: 600px) {
  .price-regularModel {
    font-size: 12px;
  }
}

@media (max-width: 600px) {
  .price-discountModel, .price-partnerModel {
    font-size: 14px;
  }
}

@media (max-width: 600px) {
  .price-tagModel {
    font-size: 9px;
    padding: 2px 6px;
  }
}

@media (max-width: 600px) {
  .noteModel {
    font-size: 11px;
    padding: 6px 12px;
  }
}

@media (max-width: 600px) {
  .noteModel svg {
    width: 14px;
    height: 14px;
  }
}

@media (max-width: 600px) {
  .ratingModel {
    font-size: 11px;
  }
}

@media (max-width: 600px) {
  .ratingModel svg {
    width: 14px;
    height: 14px;
  }
}

@media (max-width: 600px) {
  .badgeModel {
    font-size: 11px;
    padding: 4px 8px;
  }
}

@media (max-width: 600px) {
  .actionsModel button {
    width: 32px;
    height: 32px;
  }
}

@media (max-width: 600px) {
  .actionsModel button svg {
    width: 16px;
    height: 16px;
  }
}

.btn-c1:hover {
  color: var(--bs-btn-hover-color);
  background-color: #e3e3e3;
  border-color: rgba(0,0,0,0.1);
}

@media (max-width: 1300px) {
  #topper-div {
    /*display: none;*/
  }
}

@media (max-width: 766px) {
  #best-seller-banner {
    display: none;
  }
}

.social-links {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

.social-links a {
  flex: 1;
  display: flex;
  justify-content: center;
}

footer-link:hover {
  color: #12e100;
}

.top-right-modal .modal-dialog {
  position: fixed;
  top: 0;
  right: 0;
  margin: 0;
  max-width: none;
  height: 100vh!important;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}

#modal-filter .modal-content {
  height: 100vh;
  min-width: 312px;
  border: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

@media (min-width: 992px) {
  #modal-filter .modal-content {
    max-width: 312px;
  }
}

@media (max-width: 991px) {
  #modal-filter .modal-content {
    height: 94vh;
    border-radius: 0px;
    /*width: 100vh;*/
    min-width: 100vw;
  }
}

#modal-filter .modal-dialog {
  transform: translateX(100%);
  transition: transform 0.3s ease-in-out;
}

#modal-filter.show .modal-dialog {
  transform: translateX(0);
  z-index: 10000;
}

#modal-group .modal-content {
  height: 100vh;
  min-width: 312px;
  border: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
@media (max-width: 992px) {
#modal-group .modal-content {
  height: 100%!important;
}
}

.group-list-scroll, .sub-group-list {
  height: 95%;
}

.text-outline {
  color: black;
  text-shadow: -1px -1px 0 white, 1px -1px 0 white, -1px 1px 0 white, 1px 1px 0 white;
}



@media (max-width: 992px) {
.group-list-scroll, .sub-group-list {
  height: 85%!important;
}
}

.sub-group-beta-list:hover{
  transition: transform 0.3s ease-in-out;
  font-weight: bold;
  color: #0f5132!important;
}

#modal-group .modal-dialog {
  transform: translateX(100%);
  transition: transform 0.3s ease-in-out;
}

#modal-group.show .modal-dialog {
  transform: translateX(0);
  z-index: 10000;
}

@media (max-width: 590px) {
  .shop-product {
    max-width: 100%!important;
    width: 100%!important;
  }
}

.gold-btn:hover a {
  background: #f5c518 !important;
  color: #000000;
}

.upload-label {
  background: #f8f9fa;
  border: 2px dashed #ccc;
  padding: 15px;
  text-align: center;
  cursor: pointer;
  border-radius: 10px;
  transition: all 0.3s ease;
}

.upload-label:hover {
  border-color: #f5c518;
  background: #fffbea;
}

.actionsProduct {
  position: absolute;
  top: 12px;
  left: 12px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  z-index: 3;
  color: var(--bs-dark);
}

.product-col {
  position: relative;
  padding-top: 10px;
  padding-bottom: 10px;
  max-width: 450px;
  min-width: 16.6%;

  box-shadow: 0 4px 6px rgba(0,0,0,0.1);
}

.modal-grp-item:hover{
  transition:  0.5s ease;
  background: rgba(83,164,92,0.48);;
}

.scroll-inner {
  direction: ltr;   /* محتوای داخلی مثل حالت نرمال */
}

.modal-grp-item.active {
    background-color: #f1f1f1; /* طوسی روشن */
}

.product-col:hover{
  transition:  0.5s ease;
}

.product-card-oldPrice-size{
  height: 25px!important;

}
.product-card-oldPrice{
  margin-top: 3px;
  font-size: 12px;
}

@media (min-width: 992px) and (max-width: 1200px) {
  .product-nameModel, .product-card-oldPrice, .price-discountModel {
    font-size: 11px;
  }
}

.btn-p1:hover {
  /*color: var(--bs-btn-hover-color);*/
  background-color: #e3e3e3;
  border-color: rgba(0,0,0,0.1);
}

.actionsProduct button {
  width: 34px;
  height: 34px;
  border: none;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.95);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 2px 8px rgba(0,0,0,0.1);
  opacity: 0;
  transform: translateY(-10px);
  transition: opacity 0.3s ease, transform 0.3s ease;
  pointer-events: auto;
}

@media (min-width: 992px) {
  .product-col:hover .actionsProduct button {
    pointer-events: auto;
  }
}

@media (min-width: 992px) {
  .product-col:hover .actionsProduct button:nth-child(1) {
    transition-delay: 0.1s;
    opacity: 1;
    transform: translateY(0);
  }
}

@media (min-width: 992px) {
  .product-col:hover .actionsProduct button:nth-child(2) {
    transition-delay: 0.1s;
    opacity: 1;
    transform: translateY(0);
  }
}

@media (min-width: 992px) {
  .product-col:hover .actionsProduct button:nth-child(3) {
    transition-delay: 0.15s;
    opacity: 1;
    transform: translateY(0);
  }
}

@media (min-width: 992px) {
  .product-col:hover .actionsProduct button:nth-child(4) {
    transition-delay: 0.2s;
    opacity: 1;
    transform: translateY(0);
  }
}

.actionsProduct button svg {
  min-width: 18px;
  height: 18px;
  fill: #424242;
}

@media (max-width: 600px) {
  .actionsProduct button {
    width: 32px;
    height: 32px;
  }
}

@media (max-width: 600px) {
  .actionsProduct button svg {
    width: 16px;
    height: 16px;
  }
}

@media (max-width: 991px) {
  .product-card-image {
    width: 30%;
  }
}

@media (max-width: 991px) {
  .product-col {
    min-width: 100%!important;
  }
}

@media (max-width: 1200px) and (min-width: 992px) {
  .col {
    /*min-width: 33%!important;*/
  }
}

@media (max-width: 991px) {
  .btn-p1 {
    opacity: 1!important;
  }
}

@media (max-width: 991px) {
  .product-card-tag {
    display: none;
  }
}

@media (max-width: 991px) {
  .product-col-link {
    display: flex!important;
  }
}

.footerModel {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 8px 12px;
}

@media (max-width: 991px) {
  .product-card-text {
    padding-left: 40px;
    margin-top: 10px;
  }
}

@media (max-width: 991px) {
  .product-card-icon {
    max-width: 15px;
    max-width: 15px;
  }
}

@media (max-width: 991px) {
  .product-card-oldPrice {
    font-size: 14px;
  }
}
.product-cart-show-div{
  min-height: 180px;
  max-height: 180px;
}

.empty-price {
  content: " ";       /* خالی */
  display: inline-block;
  height: 1.5em;
}

.product-card-image {
  position: relative;
  /*width: 100%;*/
  aspect-ratio: 1 / 1;
  overflow: hidden;
  justify-content: center;
}

.product-card-image img {
  position: absolute;
  /*width: 100%;*/
  /*height: 100%;*/
  object-fit: cover;
  transition: opacity 0.4s ease;
  /*top: 0;*/
  /*left: 0;*/
  -webkit-user-drag: none;
}

.product-card-image img.secondModel {
  opacity: 0;
}

.product-col-link:hover .product-card-image img {
  opacity: 0;
}

.product-col-link-show:hover .product-card-image img {
  opacity: 0;
}

.product-col-link:hover .product-card-image img.secondModel {
  opacity: 1;
}

.product-col-link-show:hover .product-card-image img.secondModel {
  opacity: 1;
}

@media (max-width: 992px) {
  .actionsProduct {
    top: 40px;
  }
}

@media (max-width: 415px) {
  #shop-btn-grop {
    display: none;
  }
}

@media (max-width: 445px) {
  #currency-header-btn, #lang-header-btn {
    display: none;
  }
}

@media (max-width: 1368px) {
  .nav-icon {
    width: 16px!important;
    height: 16px!important;
  }
}

@media (max-width: 1368px) {
  #navcol-1 {
    font-size: 14px;
  }
}

@media (max-width: 1368px) {
  #currency-header-btn, #lang-header-btn, #city-btn {
    font-size: 14px;
  }
}

@media (max-width: 993px) {
  #toper-btn-div {
    display: none!important;
  }
}

@media (max-width: 450px) {
  .tooper-search {
    display: none;
  }
}

@media (max-width: 450px) {
  .topper-col {
    justify-content: center;
  }
}

@media (max-width: 380px) {
  .price-discountModel.activeModel {
    /*display: grid;*/

  }
}

.product-show-name {
  display: -webkit-box;
  -webkit-line-clamp: 2; /* محدود کردن به ۲ خط */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 1.2em;   /* ارتفاع هر خط */
  min-height: calc(1.2em * 2); /* حداقل ارتفاع = ۲ خط */
  font-weight: bold;
  /*width: 180px;*/
  word-wrap: break-word;
  white-space: normal;
  font-size: 13px!important;
  max-width: 100%;
  /*font-weight: bold;*/
  /*width: 100%;*/
  /*overflow: hidden;*/
  /*word-wrap: break-word;*/
  /*white-space: normal;*/
}


@media (max-width: 992px) {
  #side-menu {
    display: none!important;
  }
}

@media (max-width: 992px) {
  .footer-col {
    width: 100%;
  }
}

@media (min-width: 993px) {
  .footer-hr-mobile {
    display: none;
  }
}

@media (min-width: 992px) {
  .product-card-tag-mobile {
    display: none;
  }
}

@media (max-width: 992px) {
  .product-nameModel {
    padding: 0px!important;
  }
}

@media (max-width: 992px) {
  .product-nameModel {
    max-height: 39px;
  }
}

.footer-menu-mobile-link {
  display: grid!important;
}

@media (max-width: 992px) {
  footer {
    margin-bottom: 50px;
  }
}

@media (max-width: 992px) {
  .footer-menu-mobile {
    display: flex!important;
  }
}

@media (max-width: 450px) {
  .topper-search-mobile {
    min-width: 100%;
    display: flex!important;
  }
}

@media (min-width: 1200px) {
  .product-details-col1 {
    width: 35%;
  }
}

@media (max-width: 1200px) {
  .product-details-col1 {
    width: 100%;
  }
}

.product-details-gallery-link {
  padding: 5px;
}

.color-box {
  width: 40px;
  height: 40px;
  min-width: 40px;
  max-height: 40px;
}

@media (max-width: 767px) {
  #product-buy-cart {
    display: none;
  }
}

@media (max-width: 767px) {
  #product-details {
    width: 100%!important;
  }
}

@media (max-width: 767px) {
  #mobile-product-buy-cart {
    display: block!important;
  }
}

@media (max-width: 767px) {
  #product-idea-box1 {
    width: 100%!important;
  }
}

@media (max-width: 450px) {
  #nav-collapse {
    display: none;
  }
}

@media (max-width: 991px) {
  #footer-news-reg-head, #footer-news-reg-input, #footer-news-reg-btn {
    font-size: 14px!important;
  }
}

.form-check-input:checked {
  background-color: #6ca15f!important;
}

/* کل اسکرول‌بار */

::-webkit-scrollbar {
  width: 2px;
  height: 2px;
}

/* پس‌زمینه‌ی اسکرول */

::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 8px;
}

/* خود دستگیره اسکرول */

::-webkit-scrollbar-thumb {
  background: rgba(136,136,136,0.5);
  border-radius: 8px;
}

/* حالت hover روی دستگیره */

::-webkit-scrollbar-thumb:hover {
  background: #555;
}

.remove-wish-icon:hover {
  color: red;
}

.wishList-add-cart-btn:hover {
  background: rgb(83,164,92)!important;
}

.radio-cards {
  display: grid;
  grid-template-columns: repeat(auto-fit,minmax(120px,1fr));
  gap: .75rem;
  margin: 1rem 0;
}

.radio-card {
  border: 1px solid #ddd;
  border-radius: 12px;
  padding: .9rem 1rem;
  cursor: pointer;
  user-select: none;
  transition: box-shadow .2s, border-color .2s, background .2s;
  outline: none;
}

.radio-card:hover {
  border-color: #999;
}

.radio-card:focus {
  box-shadow: 0 0 0 3px rgba(0, 123, 255, .25);
}

.radio-card.is-selected {
  border-color: #0d6efd;
  background: #eef5ff;
  box-shadow: 0 0 0 2px rgba(13,110,253,.15) inset;
  font-weight: 600;
}

@media (max-width: 1399px) {
  .shop-cart-line {
    display: none;
  }
}

@media (max-width: 993px) {
  #shop-info-pay-card Span, button {
    font-size: 12px!important;
  }
}

@media (max-width: 1080px) {
  .factory-card-div1 {
    display: grid!important;
    gap: 10px;
  }
}

@media (max-width: 480px) {
  .factory-card-div4 {
    padding: 0!important;
  }
}

.rainbow-border {
  position: relative;
  padding: 20px;
  border-radius: 12px;
  background: #fff;
  z-index: 1;
  overflow: hidden;
}

.rainbow-border::before {
  content: "";
  position: absolute;
  inset: 0;
  padding: 3px;
  border-radius: 12px;
  background: linear-gradient( 90deg, red, orange, yellow, green, cyan, blue, violet, #e719eb, #eb1997, #e71111, #eb2619, #eb5819, #eb8a19, #ffff00, #008000, var(--bs-blue), red );
  background-size: 300% 100%;
  background-position: 0% 50%;
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  animation: rainbowFlow 10s linear infinite;
}

@keyframes rainbowFlow {
  0% {
    background-position: 0% 50%;
  }
  100% {
    background-position: 100% 50%;
  }
}

.favtory-card-btn:hover {
  background: rgb(85,168,101)!important;
  color: #ffffff!important;
}

.factory-card {
  position: relative;
  background: #ffffff;
  border-radius: 16px;
  padding: 20px;
  box-shadow: 0 4px 15px rgba(0,0,0,0.1);
  transition: all 0.5s ease;
  overflow: hidden;
}

.factory-card::before {
  content: "";
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: linear-gradient( 135deg, #ff9a9e, #fad0c4, #a1c4fd, #c2e9fb, #d4fc79, #96e6a1 );
  background-size: 600% 600%;
  opacity: 0;
  transition: opacity 0.5s ease;
  z-index: 0;
}

.factory-card:hover::before {
  opacity: 0.3;
  animation: rainbowBackground 10s ease infinite;
}

.factory-card:hover {
  transform: scale(1.03);
  box-shadow: 0 10px 25px rgba(0,0,0,0.2);
}

.factory-card * {
  position: relative;
  z-index: 1;
}

@keyframes rainbowBackground {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}

@media (max-width: 570px) {
  .factory-card-info {
    display: grid;
  }
}

@media (max-width: 1080px) {
  .col-3-1080-max {
    /*margin-bottom: 10px;*/
    min-width: 50%!important;
    max-width: 50%!important;
  }
}

@media (max-width: 700px) {
  .col-3-1080-max {
    /*margin-bottom: 10px;*/
    min-width: 100%!important;
    max-width: 100%!important;
  }
}

.vendors-card {
  position: relative;
  background: #ffffff;
  border-radius: 16px;
  padding: 24px;
  box-shadow: 0 4px 15px rgba(0,0,0,0.1);
  transition: all 0.5s ease;
  overflow: hidden;
}

.vendors-card::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: linear-gradient( 135deg, #ff9a9e, #fad0c4, #a1c4fd, #c2e9fb, #d4fc79, #96e6a1 );
  background-size: 400% 400%;
  opacity: 0;
  transition: opacity 0.6s ease;
  z-index: 0;
}

.vendors-card:hover::before {
  opacity: 0.6;
  animation: vendorsGlow 12s ease infinite;
}

.vendors-card:hover {
  transform: translateY(-6px) scale(1.02);
  box-shadow: 0 12px 30px rgba(0,0,0,0.2), 0 0 25px rgba(255, 200, 200, 0.4);
}

.vendors-card * {
  position: relative;
  z-index: 1;
}

@keyframes vendorsGlow {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}

.pagination {
  display: flex;
  justify-content: center;
  /*gap: 12px;*/
  /*margin: 30px 0;*/
  /*flex-wrap: wrap;*/
}

.page-num-class {
  position: relative;
  /*max-width: 30px;*/
  /*height: 42px;*/
  border-radius: 12px;
  font-size: 16px;
  font-weight: bold;
  color: #333;
  background: #fff;
  border: none;
  cursor: pointer;
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
  overflow: hidden;
  transition: all 0.3s ease;
}

/* بکگراند متحرک دائم */

.page-num-class::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  /*background: linear-gradient( 135deg, #53a45c, #7aa453, #53a49d, #a45384, #a45c53, #a4539b );*/
  background: rgba(0,0,0,0.12);
  background-size: 400% 400%;
  animation: pageNumGradient 12s ease infinite;
  z-index: 0;
  opacity: 0.4;
  transition: opacity 0.3s ease;
}

.page-num-class span, .page-num-class p, .page-num-class strong {
  position: relative;
  z-index: 1;
}

/* حالت hover */

.page-num-class:hover {
  transform: scale(1.08);
  box-shadow: 0 8px 20px rgba(0,0,0,0.15);
}

.page-num-class:hover::before {
  opacity: 0.7;
}

/* حالت active */

.page-num-class.active {
  color: #ffffff;
  background: rgba(0,0,0,0.4)!important;
  transform: scale(1.15);
  box-shadow: 0 6px 20px rgba(0,0,0,0.25), 0 0 25px rgba(255, 200, 200, 0.6);
}

.page-num-class.active::before {
  opacity: 1;
}

@keyframes pageNumGradient {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}

.row-color {
  padding: 16px 20px;
  border-radius: 12px;
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  background: linear-gradient( 135deg, #ff9a9e, #fad0c4, #a1c4fd, #c2e9fb, #d4fc79, #96e6a1 );
  background-size: 500% 500%;
  animation: rowColorFlow 10s ease infinite;
  transition: transform 0.3s ease;
}

@keyframes rowColorFlow {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}

.row-color:hover {
  transform: scale(1.02);
}

@media (min-width: 768px) {
  .contact-info {
    display: flex;
    position: absolute;
    right: 430px;
    top: 350px;
    aspect-ratio: 1/1;
  }
}

@media (max-width: 767px) {
  .col-message-form {
    justify-items: anchor-center!important;
  }
}

@media (max-width: 768px) {
  #shop-banner-info {
    font-size: 12px;
  }
}

@media (max-width: 768px) {
  .shop-banner-info-head {
    font-size: 12px!important;
  }
}

@media (max-width: 1080px) {
  .img-index-banner {
    height: 80%!important;
  }
}

.img-index-banner:hover {
  transform: scale(1.2);
}

@media (max-width: 767px) {
  .index-banner-col {
    height: 50%!important;
  }
}

@media (max-width: 767px) {
  .img-index-banner {
    height: 100%!important;
  }
}

@media (max-width: 767px) {
  .index-banner-info {
    padding: 0px!important;
    margin: 0px!important;
    font-size: 12px;
    text-align: center;
  }
}

@media (max-width: 767px) {
  .index-banner-head, .index-banner-link {
    /*font-size: 16px!important;*/
  }
}

.product-details-img-btn:hover {
  background: #00a859!important;
  color: #ffffff!important;
}

.footer-submenu {
  position: fixed;
  bottom: 60px;
  right: 0;
  left: 0;
  background: #fff;
  box-shadow: 0 -2px 8px rgba(0,0,0,0.1);
  border-top: 1px solid #eee;
  display: none;
  flex-direction: column;
  z-index: 1100;
}

.footer-submenu a {
  padding: 12px;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  border-bottom: 1px solid #f1f1f1;
  color: #333;
  text-decoration: none;
}

.footer-submenu a:hover {
  background: #f9f9f9;
}

body, img, a, div {
  -webkit-user-drag: none;
  user-select: none;
}

.scroll-tag-div {
  display: flex;
}

.scroll-buttons {
  flex: 1;
  white-space: nowrap!important;
}

.no-context {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

@media (max-width: 1399px) {
  #index-wide-banner-img-2 {
    display: none!important;
  }
}

@media (max-width: 768px) {
  #index-wide-banner-div-1 {
    font-size: 12px!important;
    display: grid!important;
  }
}

@media (max-width: 768px) {
  #index-wide-banner-heading {
    font-size: 20px;
  }
}

@media (max-width: 530px) {
  #index-wide-banner-btn {
    display: none!important;
  }
}

@media (min-width: 768px) {
  #index-wide-banner-heading {
    font-weight: 400!important;
    margin-right: 20px;
  }
}

#side-menu:hover {
  opacity: 100%!important;
}

@media (max-width: 991px) {
  .department-list-mode {
    display: grid;
    gap: 10px;
    justify-items: center;
  }
}

@media (min-width: 992px) {
  .department-list-btn {
    margin-right: 20px;
    font-weight: 100!important;
    position: absolute;
    left: 10px;
  }
}

.department-list-btn:hover {
  background: var(--bs-info)!important;
  color: #ffffff!important;
}

.department-list-mode:hover {
  background: linear-gradient(135deg, #f0f4ff, #e2e6ff);
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  font-weight: bold;
  color: #2c3e50;
}

.department-list-mode {
  transition: all 0.3s ease;
  cursor: pointer;
}

.vendorha-tooper-div-color {
  /*padding: 16px 20px;*/
  /*border-radius: 12px;*/
  font-size: 16px;
  font-weight: 500;
  color: #333;
  background: linear-gradient( 135deg, #fee8e8, #e4f6ff, #e0f7fa, #e8f5e9, #fffde7, #fce4ec );
  background-size: 500% 500%;
  animation: vendorhaColorFlow 12s ease infinite;
  transition: transform 0.3s ease;
}

/* انیمیشن ملایم حرکت رنگ */

@keyframes vendorhaColorFlow {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}

.pd-product-main-slider {
  width: 100%;
  height: 300px;
  /*border: 2px solid #ddd;*/
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
}

.pd-product-main-slider img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  transition: opacity 0.4s ease;
  position: absolute;
  opacity: 0;
}

.pd-product-main-slider img.pd-active {
  opacity: 1;
  position: relative;
}

product-details-gallery {
  display: flex;
  overflow-x: auto;
  margin-top: 10px;
  gap: 8px;
}

product-details-gallery::-webkit-scrollbar {
  display: none;
}

product-details-gallery img {
  width: 70px;
  height: 70px;
  object-fit: cover;
  cursor: pointer;
  border: 2px solid transparent;
  border-radius: 4px;
  transition: border 0.3s;
}

.pd-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(0,0,0,0.5);
  color: #fff;
  border: none;
  padding: 8px 12px;
  cursor: pointer;
  font-size: 18px;
  border-radius: 4px;
  z-index: 10;
}

.pd-arrow.pd-left {
  left: 10px;
}

.pd-arrow.pd-right {
  right: 10px;
}

.pd-main-image {
  width: 100%;
  aspect-ratio: 1/1;
  background-size: cover;
  background-position: center;
  transition: background-image 0.5s ease-in-out, opacity 0.5s ease-in-out;
}

.pd-main-image {
  cursor: grab;
}

.pd-main-image:active, .product-details-gallery:active {
  cursor: grabbing;
}

.product-details-gallery {
  cursor: pointer;
}

.gallary-item {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.gallary-item:hover {
  transform: scale(1.05);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3);
  border-radius: 12px;
}

@media (max-width: 992px) {
  .action-show-mobile {
    display: none;
  }
}

.btn-product-show-mobile {
  flex: 1!important;
}


@media (min-width: 993px) {
  .product-show-div-btn {
    display: none!important;
  }
}


.scroll-row {
  display: flex;
  overflow-x: auto;
  gap: 10px;
  padding: 10px;
  /*scroll-behavior: smooth;*/
  -webkit-overflow-scrolling: touch;
  /*border: 1px solid #ccc;*/
  /*border-radius: 8px;*/
  cursor: grab;
}

.scroll-row::-webkit-scrollbar {
  height: 8px;
}

.scroll-row::-webkit-scrollbar-thumb {
  background: #888;
  border-radius: 4px;
}

.scroll-row::-webkit-scrollbar-thumb:hover {
  background: #555;
}

.item {
  max-width: 180px;
  flex: 0 0 auto;
  padding: 12px 0px;
  /*background: linear-gradient(135deg, #4facfe, #00f2fe);*/
  color: white;
  font-weight: bold;
  border-radius: 12px;
  text-decoration: none;
  cursor: pointer;
  user-select: none;
  transition: all 0.3s ease;
  box-shadow: 0 4px 8px rgba(0,0,0,0.15);
}

.item:hover {
  /*background: linear-gradient(135deg, #43e97b, #38f9d7);*/
  transform: translateY(-4px) scale(1.03);
  box-shadow: 0 8px 16px rgba(0,0,0,0.25);
}

.item:hover .action-show-mobile button {
  pointer-events: auto;
}

.item:hover .action-show-mobile button:nth-child(1) {
  transition-delay: 0.05s;
  opacity: 1;
  transform: translateY(0);
}

.item:hover .action-show-mobile button:nth-child(2) {
  transition-delay: 0.1s;
  opacity: 1;
  transform: translateY(0);
}

.item:hover .action-show-mobile button:nth-child(3) {
  transition-delay: 0.15s;
  opacity: 1;
  transform: translateY(0);
}

.item:hover .action-show-mobile button:nth-child(4) {
  transition-delay: 0.2s;
  opacity: 1;
  transform: translateY(0);
}

.item {
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  pointer-events: auto;
}

.item img {
  user-drag: none;
  -webkit-user-drag: none;
  -khtml-user-drag: none;
  -moz-user-drag: none;
  -o-user-drag: none;
  pointer-events: none;
  width: 95% !important;
}

.item img {
  pointer-events: none;
}

.scroll-row {
  overflow-x: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.scroll-row::-webkit-scrollbar {
  display: none;
}

@media (max-width: 576px) {
  .item {
    max-width: 200px;
    font-size: 12px;
    flex: 0 0 auto;
    padding: 12px 0px;
    /*background: linear-gradient(135deg, #4facfe, #00f2fe);*/
    color: white;
    font-weight: bold;
    border-radius: 12px;
    text-decoration: none;
    cursor: pointer;
    user-select: none;
    transition: all 0.3s ease;
    box-shadow: 0 4px 8px rgba(0,0,0,0.15);
  }
}

@media (max-width: 576px) {
  .product-card-oldPrice {
    font-size: 12px;
  }
}

.product-show-offer-span {
  font-size: 10px!important;

}

.price-tagModel {
  min-height: 21px!important;
  margin-bottom: 4px;
}

@media (max-width: 992px) {
  #product-details-buy-footer {
    display: flex!important;
  }
}

@media (min-width: 993px) {
  #best-seller-banner {
    height: 308.5px;
  }
}

.modal-video-content {
  background: rgba(0,0,0,0);
  border: none;
}
.btn-custom-hover {
  position: relative;
  display: inline-block;
  padding: 12px 24px;
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  background: linear-gradient(135deg, #4facfe, #00f2fe);
  border: none;
  border-radius: 12px;
  cursor: pointer;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.btn-custom-hover::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.3);
  transform: skewX(-20deg);
  opacity: 0; /* 👈 پنهان کردن افکت در حالت عادی */
}

.btn-custom-hover:hover::before {
  opacity: 1; /* 👈 فقط هنگام هاور دیده بشه */
  animation: shine 0.7s forwards;
}

.btn-custom-hover:hover {
  transform: translateY(-4px) scale(1.05);
  box-shadow: 0 8px 20px rgba(0, 242, 254, 0.4);
}

@keyframes shine {
  100% {
    left: 200%;
  }
}

@media (max-width: 992px) {
  .col-bannerCol1 {
    min-width: 100%;
  }
}

@media (max-width: 992px) {
  .col-banner1 {
    min-width: 100%;
  }
}

.banner-scaleUp {
  overflow: hidden; /* جلوگیری از بیرون زدن تصویر هنگام زوم */
  display: inline-block;
  border-radius: 12px; /* گوشه‌های گرد اختیاری */
}

.banner-scaleUp img {
  display: block;
  width: 100%;
  height: auto;
  transform: scale(1);
  border-radius: 10px;
  transition: transform 2s ease; /* انیمیشن نرم */
}

/* افکت هاور فقط زوم */
.banner-scaleUp:hover img {
  transform: scale(1.02);
}

.btn-hover-class1{
  --btn-radius: 10px;
  --btn-padding: 10px 18px;
  --text-color: #0f1724;       /* رنگ متن عادی */
  --hover-bg: #e0f2f1;         /* رنگ سبک هاور */
  --hover-text-color: #1b5e20; /* متن روی هاور */
  --duration: 200ms;

  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: var(--btn-padding);
  border: none;
  background: transparent;     /* حالت نرمال بدون بک‌گراند */
  color: var(--text-color);
  font-weight: 600;
  border-radius: var(--btn-radius);
  cursor: pointer;
  overflow: hidden;
  transition: background var(--duration) ease, transform var(--duration) ease, color var(--duration) ease, box-shadow var(--duration) ease;
}

/* حالت هاور ساده و شیک */
.btn-hover-class1:hover,
.btn-hover-class1:focus-visible{
  background: var(--hover-bg);          /* پس‌زمینه سبک */
  color: var(--hover-text-color);       /* متن قابل خواندن */
  transform: translateY(-2px);          /* حس بالا آمدن دکمه */
  box-shadow: 0 4px 8px rgba(0,0,0,0.1); /* سایه ظریف */
}

/* فُوکوس برای کیبورد */
.btn-hover-class1:focus-visible{
  outline: 2px solid rgba(24, 128, 96, 0.3);
  outline-offset: 2px;
}

/* حالت غیرفعال */
.btn-hover-class1:disabled{
  opacity: 0.5;
  cursor: not-allowed;
}
