
/* ========== ریسپانسیو ========== */

/* لپ‌تاپ و تبلت متوسط */
@media (max-width: 1200px) {
  .product-page {
    grid-template-columns: 1fr 1fr;
  }

  .product-purchase {
    width: 100%;
    height: auto;
    margin-top: 20px;
  }

  .product-info {
    flex-wrap: wrap;
    gap: 10px;
  }

  .comments-sendbtn {
    grid-template-columns: 1fr;
  }
}
/* موبایل و تبلت */
@media (max-width: 992px) {

  /* دکمه همبرگری فعال بشه */
  .menu-togglee {
    display: block !important;
    font-size: 21px;
    cursor: pointer;
    user-select: none;
    position: fixed;
    /*برایانیمیشنراحت*/top: 20px;
    right: 2px;
    z-index: 1100;
    transition: right 0.3s ease;
    padding: 5px 10px;
    border-radius: 5px;
    
}
  .menu-togglee.move-right {
    right: 270px; /* کنار منو (عرض منو 260px + فاصله 10px) */
}
  /* هدر بالا جمع‌تر */
  .header-head {
    flex-wrap: nowrap;
    justify-content: center;
    
  }

  .search-wrapper {
    width: 200px;
  }

  /* مخفی کردن منوی اصلی */
  .category-menu > ul {
    position: fixed;
    top: 0;
    right: -280px; /* مخفی بیرون صفحه */
    height: 100vh;
    width: 260px;
    background: #fff;
    flex-direction: column;
    gap: 0;
    padding: 60px 0 20px;
    box-shadow: -2px 0 8px rgba(0,0,0,0.15);
    transition: right 0.3s ease;
    z-index: 1000;
  }

  /* وقتی منو اکتیو شد */
  .category-menu > ul.active {
    right: 0;
  }

  /* آیتم‌ها در موبایل */
  .category-item {
    width: 80%;
    padding: 25px 25px;
    border-bottom: 1px solid #eee;
  }

  /* زیرمنوها (آکاردئونی) */
  .category-item .subcategory {
    position: static;
    border: none;
    box-shadow: none;
    display: none;
    padding: 0;
    margin-top: 15px;
    background: #f9f9f9;
  }

  .category-item.active .subcategory {
    display: block;
  }

  .subcategory li {
    padding: 10px 30px;
    border-bottom: 1px solid #ddd;
  }

.search-wrapper {
  display: none;
}
.search-toggle{
  display: block !important;
  font-size: 16px;
  background: none;
  border: none;
  cursor: pointer;
  color: #333
}
.search-wrapper { display: none; }
  
.search-overlay {
  display: none;
  position: fixed;
  top: 0; left: 0;
  width: 100%; height: 100%;
  background: #fff;
  z-index: 2000;
  padding: 20px;
  box-sizing: border-box;
}

/* نمایش وقتی فعال شد */
.search-overlay.active { display: block; }

/* دکمه ضربدر بالای صفحه */
.closeSearch {
  font-size: 25px;
  border: none;
  background: none;
  cursor: pointer;
  position: absolute;
  top: 15px;
  left: 20px;
  z-index: 2100;
}

/* wrapper برای input و دکمه */
.search-input-wrapper {
  position: relative;
  width: 100%;
  max-width: 400px;
  margin: 80px auto 0; /* فاصله از بالا */
  
}

/* input جستجو */
.search-input-wrapper .search-input {
  width: 100%;
  padding: 10px 45px 10px 15px; /* padding-right برای دکمه */
  font-size: 18px;
  box-sizing: border-box;
}

/* دکمه داخل input */
.search-input-wrapper .btn-search {
  position: absolute;
  top: 50%;
  right: 340px;
  transform: translateY(-50%);
  border: none;
  background: none;
  font-size: 20px;
  cursor: pointer;
  color: #333;
}
.logo{
  margin-right: 37px;
}
.fa-heart img{
  width: 20px;
  height: 20px;
}
.fa-shopping-cart img{
  width: 20px;
  height: 20px;
}
.fa-user img{
  width: 20px;
  height: 20px;
}
.bottom-nav {
  display: flex;
  justify-content: space-around;
  align-items: center;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #fff;
  border-top: 1px solid #ddd;
  padding: 8px 0;
  z-index: 1000;
}

.bottom-nav a {
  text-align: center;
  flex: 1;
  color: #333;
  font-size: 14px;
  text-decoration: none;
}

.bottom-nav i {
  font-size: 20px;
  display: block;
  margin-bottom: 4px;
}

.bottom-nav span {
  font-size: 12px;
}
.cart-text{
  display: none;
}
.Favorites_list_text{
  display: none;
}
.divider1{
  display: none;
}
.auth-buttons {
  display: none ; /* !important مطمئن می‌کنه که سایر قوانین نادیده گرفته بشه */
}
.email-field {
  flex-direction: column;
  align-items: flex-start;
  padding: 15px;
}

.email-title-div {
  margin: 0 0 15px 0;
}

.email-input {
  margin: 0;
  width: 100%;
}

.input-email {
  width: 100%;
  max-width: 100%;
  margin-bottom: 10px;
}

.btn-email {
  width: 100%;
  max-width: 150px;
}

.footer-page {
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  padding: 30px 20px;
}

.contact-links {
  gap: 15px;
}

.page-link {
  margin-top: 30px;
}

.social-icons {
  margin-top: 20px;
  gap: 10px;
}

.licenses {
  margin-right: 0;
  justify-content: flex-start;
}

.social-title, .license-title {
  font-size: 1rem;
}

.abutus-paragraph {
  font-size: 15px;
  line-height: 22px;
}
.slider {
  max-width: 90%;
  margin: 15px auto;
}

.products-grid {
  flex-wrap: wrap;
  justify-content: center;
  gap: 15px;
}

.product-card {
  width: 45%;
  height: auto;
}

.product-card img {
  width: 70%;
}

.beners {
  flex-direction: column;
  gap: 15px;
}

.title-newest {
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
}

.title-newest a {
  font-size: 18px;
}

.products-section h2 {
  font-size: 22px;
  text-align: center;
}
.products-section {
  padding: 20px 10px;
}

.products-grid {
  flex-wrap: wrap;
  justify-content: center;
  gap: 15px;
}

.product-card {
  width: 45%;
  margin-bottom: 20px;
  height: auto; /* ارتفاع اتوماتیک برای جلوگیری از قاطی شدن */
}

/* بنرها */
.beners {
  flex-direction: column;
  gap: 15px;
}

.bener-img {
  width: 100%;
  height: auto;
  display: block;
}
.cart2{
  margin-bottom: 100px;
}
.slider-products {
  position: relative;
  display: flex;
  align-items: center;
  gap: 10px;
  overflow: hidden;
}

.products-wrapper {
  display: flex;
  gap: 10px;
  overflow-x: auto;
  scroll-behavior: smooth;
}

.products-wrapper::-webkit-scrollbar {
  display: none; /* مخفی کردن اسکرول بار */
}

.product-card {
  flex: 0 0 220px; /* عرض ثابت کارت */
  background: #fff;
  border-radius: 10px;
  padding: 10px;
  text-align: center;
}

.prev-btn,
.next-btn {
  background: rgba(0,0,0,0.5);
  color: #fff;
  border: none;
  padding: 10px;
  font-size: 20px;
  cursor: pointer;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
}

.prev-btn { left: 0; display: block;}
.next-btn { right: 0; display: block;}
.prev-amazing, .next-amazing{
  display: block;
}
/* ======================= */
/* 📱 ریسپانسیو سبد خرید  */
/* ======================= */
.cart-content {
  flex-direction: column;
  gap: 15px;
}

.cart-items,
.cart-summary {
  width: 100%;
}

.cart-summary {
  padding: 12px;
  box-shadow: none;
}

.cart-summary h3 {
  font-size: 16px;
  margin-bottom: 8px;
}

.summary-row {
  font-size: 13px;
  margin-bottom: 6px;
}

.label {
  font-size: 14px;
}

.summary-row .value {
  font-size: 13px;
}

.checkout-btn {
  font-size: 14px;
  padding: 8px;
}

.empty-cart img {
  width: 130px;
  height: auto;
}

.empty-cart p {
  font-size: 13px;
}

.cartBtn a {
  font-size: 13px;
  padding: 6px 10px;
}
/* ----------- ریسپانسیو صفحه تسویه حساب ----------- */
.checkout-container {
  flex-direction: column; /* فرم و خلاصه سفارش زیر هم */
  gap: 15px;
  padding: 15px;
}

.checkout-form,
.cart-summary {
  flex: 1 1 100%;
  width: 100%;
  padding: 15px;
  box-sizing: border-box; /* جلوگیری از خروج از صفحه */
}

.row {
  flex-direction: column;
  gap: 12px;
}

.form-group input,
.form-group select,
.form-group textarea {
  width: 100%;
}
.header-left-LIST , .header-left-cart{
  display: none;
}
.header-user-logged img{
  margin-right: 100px;
}
.profile-menu{
  margin-right: 90px;
}
}
/* موبایل */
@media (max-width: 768px) {
  .product-page {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .product-images img {
    max-width: 100%;
  }

  .product-purchase {
    width: 90%;
    margin: 20px auto;
    height: auto;
  }

  .product-info {
    flex-direction: column;
    text-align: center;
  }

  .info-item {
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
  }

  .tab-buttons {
    flex-direction: column;
    text-align: center;
  }

  .specs-list li {
    grid-template-columns: 1fr 1fr;
    gap: 20px;
  }
  
/* ========== ریسپانسیو ========== */

/* لپ‌تاپ و تبلت متوسط */
@media (max-width: 1200px) {
  .product-page {
    grid-template-columns: 1fr 1fr;
  }

  .product-purchase {
    width: 100%;
    height: auto;
    margin-top: 20px;
  }

  .product-info {
    flex-wrap: wrap;
    gap: 10px;
  }

  .comments-sendbtn {
    grid-template-columns: 1fr;
  }
}
/* موبایل و تبلت */
@media (max-width: 992px) {

  /* دکمه همبرگری فعال بشه */
  .menu-togglee {
    display: block !important;
    font-size: 21px;
    cursor: pointer;
    user-select: none;
    position: fixed;
    /*برایانیمیشنراحت*/top: 20px;
    right: 2px;
    z-index: 1100;
    transition: right 0.3s ease;
    padding: 5px 10px;
    border-radius: 5px;
    
}
  .menu-togglee.move-right {
    right: 270px; /* کنار منو (عرض منو 260px + فاصله 10px) */
}
  /* هدر بالا جمع‌تر */
  .header-head {
    flex-wrap: nowrap;
    justify-content: center;
    
  }

  .search-wrapper {
    width: 200px;
  }

  /* مخفی کردن منوی اصلی */
  .category-menu > ul {
    position: fixed;
    top: 0;
    right: -280px; /* مخفی بیرون صفحه */
    height: 100vh;
    width: 260px;
    background: #fff;
    flex-direction: column;
    gap: 0;
    padding: 60px 0 20px;
    box-shadow: -2px 0 8px rgba(0,0,0,0.15);
    transition: right 0.3s ease;
    z-index: 1000;
  }

  /* وقتی منو اکتیو شد */
  .category-menu > ul.active {
    right: 0;
  }

  /* آیتم‌ها در موبایل */
  .category-item {
    width: 80%;
    padding: 25px 25px;
    border-bottom: 1px solid #eee;
  }

  /* زیرمنوها (آکاردئونی) */
  .category-item .subcategory {
    position: static;
    border: none;
    box-shadow: none;
    display: none;
    padding: 0;
    margin-top: 15px;
    background: #f9f9f9;
  }

  .category-item.active .subcategory {
    display: block;
  }

  .subcategory li {
    padding: 10px 30px;
    border-bottom: 1px solid #ddd;
  }

.search-wrapper {
  display: none;
}
.search-toggle{
  display: block !important;
  font-size: 16px;
  background: none;
  border: none;
  cursor: pointer;
  color: #333
}
.search-wrapper { display: none; }
  
.search-overlay {
  display: none;
  position: fixed;
  top: 0; left: 0;
  width: 100%; height: 100%;
  background: #fff;
  z-index: 2000;
  padding: 20px;
  box-sizing: border-box;
}

/* نمایش وقتی فعال شد */
.search-overlay.active { display: block; }

/* دکمه ضربدر بالای صفحه */
.closeSearch {
  font-size: 25px;
  border: none;
  background: none;
  cursor: pointer;
  position: absolute;
  top: 15px;
  left: 20px;
  z-index: 2100;
}

/* wrapper برای input و دکمه */
.search-input-wrapper {
  position: relative;
  width: 100%;
  max-width: 400px;
  margin: 80px auto 0; /* فاصله از بالا */
  
}

/* input جستجو */
.search-input-wrapper .search-input {
  width: 100%;
  padding: 10px 45px 10px 15px; /* padding-right برای دکمه */
  font-size: 18px;
  box-sizing: border-box;
}

/* دکمه داخل input */
.search-input-wrapper .btn-search {
  position: absolute;
  top: 50%;
  right: 340px;
  transform: translateY(-50%);
  border: none;
  background: none;
  font-size: 20px;
  cursor: pointer;
  color: #333;
}
.logo{
  margin-right: 37px;
}
.fa-heart img{
  width: 20px;
  height: 20px;
}
.fa-shopping-cart img{
  width: 20px;
  height: 20px;
}
.fa-user img{
  width: 20px;
  height: 20px;
}
.bottom-nav {
  display: flex;
  justify-content: space-around;
  align-items: center;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #fff;
  border-top: 1px solid #ddd;
  padding: 8px 0;
  z-index: 1000;
}

.bottom-nav a {
  text-align: center;
  flex: 1;
  color: #333;
  font-size: 14px;
  text-decoration: none;
}

.bottom-nav i {
  font-size: 20px;
  display: block;
  margin-bottom: 4px;
}

.bottom-nav span {
  font-size: 12px;
}
.cart-text{
  display: none;
}
.Favorites_list_text{
  display: none;
}
.divider1{
  display: none;
}
.auth-buttons {
  display: none ; /* !important مطمئن می‌کنه که سایر قوانین نادیده گرفته بشه */
}
.email-field {
  flex-direction: column;
  align-items: flex-start;
  padding: 15px;
}

.email-title-div {
  margin: 0 0 15px 0;
}

.email-input {
  margin: 0;
  width: 100%;
}

.input-email {
  width: 100%;
  max-width: 100%;
  margin-bottom: 10px;
}

.btn-email {
  width: 100%;
  max-width: 150px;
}

.footer-page {
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  padding: 30px 20px;
}

.contact-links {
  gap: 15px;
}

.page-link {
  margin-top: 30px;
}

.social-icons {
  margin-top: 20px;
  gap: 10px;
}

.licenses {
  margin-right: 0;
  justify-content: flex-start;
}

.social-title, .license-title {
  font-size: 1rem;
}

.abutus-paragraph {
  font-size: 15px;
  line-height: 22px;
}
.slider {
  max-width: 90%;
  margin: 15px auto;
}

.products-grid {
  flex-wrap: wrap;
  justify-content: center;
  gap: 15px;
}

.product-card {
  width: 45%;
  height: auto;
}

.product-card img {
  width: 70%;
}

.beners {
  flex-direction: column;
  gap: 15px;
}

.title-newest {
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
}

.title-newest a {
  font-size: 18px;
}

.products-section h2 {
  font-size: 22px;
  text-align: center;
}
.products-section {
  padding: 20px 10px;
}

.products-grid {
  flex-wrap: wrap;
  justify-content: center;
  gap: 15px;
}

.product-card {
  width: 45%;
  margin-bottom: 20px;
  height: auto; /* ارتفاع اتوماتیک برای جلوگیری از قاطی شدن */
}

/* بنرها */
.beners {
  flex-direction: column;
  gap: 15px;
}

.bener-img {
  width: 100%;
  height: auto;
  display: block;
}
.cart2{
  margin-bottom: 100px;
}
.slider-products {
  position: relative;
  display: flex;
  align-items: center;
  gap: 10px;
  overflow: hidden;
}

.products-wrapper {
  display: flex;
  gap: 10px;
  overflow-x: auto;
  scroll-behavior: smooth;
}

.products-wrapper::-webkit-scrollbar {
  display: none; /* مخفی کردن اسکرول بار */
}

.product-card {
  flex: 0 0 220px; /* عرض ثابت کارت */
  background: #fff;
  border-radius: 10px;
  padding: 10px;
  text-align: center;
}

.prev-btn,
.next-btn {
  background: rgba(0,0,0,0.5);
  color: #fff;
  border: none;
  padding: 10px;
  font-size: 20px;
  cursor: pointer;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
}

.prev-btn { left: 0; display: block;}
.next-btn { right: 0; display: block;}
.prev-amazing, .next-amazing{
  display: block;
}
/* ======================= */
/* 📱 ریسپانسیو سبد خرید  */
/* ======================= */
.cart-content {
  flex-direction: column;
  gap: 15px;
}

.cart-items,
.cart-summary {
  width: 100%;
}

.cart-summary {
  padding: 12px;
  box-shadow: none;
}

.cart-summary h3 {
  font-size: 16px;
  margin-bottom: 8px;
}

.summary-row {
  font-size: 13px;
  margin-bottom: 6px;
}

.label {
  font-size: 14px;
}

.summary-row .value {
  font-size: 13px;
}

.checkout-btn {
  font-size: 14px;
  padding: 8px;
}

.empty-cart img {
  width: 130px;
  height: auto;
}

.empty-cart p {
  font-size: 13px;
}

.cartBtn a {
  font-size: 13px;
  padding: 6px 10px;
}
/* ----------- ریسپانسیو صفحه تسویه حساب ----------- */
.checkout-container {
  flex-direction: column; /* فرم و خلاصه سفارش زیر هم */
  gap: 15px;
  padding: 15px;
}

.checkout-form,
.cart-summary {
  flex: 1 1 100%;
  width: 100%;
  padding: 15px;
  box-sizing: border-box; /* جلوگیری از خروج از صفحه */
}

.row {
  flex-direction: column;
  gap: 12px;
}

.form-group input,
.form-group select,
.form-group textarea {
  width: 100%;
}
.header-left-LIST , .header-left-cart{
  display: none;
}
.header-user-logged img{
  margin-right: 100px;
}
.profile-menu{
  margin-right: 90px;
}
}
/* موبایل */
@media (max-width: 768px) {
  .product-page {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .product-images img {
    max-width: 100%;
  }

  .product-purchase {
    width: 90%;
    margin: 20px auto;
    height: auto;
  }

  .product-info {
    flex-direction: column;
    text-align: center;
  }

  .info-item {
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
  }

  .tab-buttons {
    flex-direction: column;
    text-align: center;
  }

  .specs-list li {
    grid-template-columns: 1fr 1fr;
    gap: 20px;
  }
   .menu-togglee {
       top: 10px;
       /* کمتر شدن فاصله از بالا */
   }
}

/* موبایل کوچک */
@media (max-width: 730px) {

   .footer-page {
    grid-template-columns: 1fr; /* هر ستون زیر هم */
    gap: 20px;
    padding: 20px 15px;
  } 

  .email-title-div {
    text-align: center;
    margin: 0 0 10px 0;
  }

  .email-input {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .input-email {
    width: 90%;
    margin-bottom: 10px;
  }

  .btn-email {
    width: 90%;
  }

  .contactus-div,
  .website-page,
  .Licenses-social,
  .logo-abutus {
    text-align: center;
    margin: auto;
  }

  .contact-links {
    flex-direction: column;
    gap: 10px;
  }

  .social-icons {
    justify-content: center;
    margin-top: 10px;
  }

  .licenses {
    justify-content: center;
  }

  .abutus-paragraph {
    font-size: 14px;
    line-height: 20px;
  }

  .social-title,
  .license-title {
    font-size: 0.95rem;
  }
  .slider {
    max-width: 100%;
  }

  .slide img {
    width: 100%;
    border-radius: 0;
  }

  .prev, .next {
    font-size: 24px;
    padding: 8px;
  }

  .dots {
    bottom: 5px;
  }

  .products-grid {
    flex-direction: column;
    align-items: center;
  }

  .product-card {
    width: 90%;
    height: auto;
    margin-bottom: 15px;
  }

  .product-card img {
    width: 50%;
  }

  .btn-add {
    width: 90%;
    margin: 10px auto;
    display: block;
  }

  .beners {
    flex-direction: column;
    
    
  }

  .bener-img {
    width: 100%;
    height: auto;
  }

  .title-newest {
    flex-direction: column;
    align-items: center;
    gap: 10px;
    text-align: center;
  }

  .title-newest a {
    font-size: 16px;
  }

  .products-section h2 {
    font-size: 20px;
  }
 .products-category-title{
  text-align: center;
  margin-top: 50px;
 }
}
/* موبایل کوچک (گوشی‌های کمتر از 576px) */
@media (max-width: 576px) {

  .cart-container {
    padding: 10px;
  }

  .title-cart {
    font-size: 18px;
    text-align: center;
  }

  .cart-summary,
  .cart-items,
  .cart-container,
  .cart-content {
    padding: 10px;
    width: 100%;          /* پر کردن صفحه */
    max-width: 93%;      /* جلوگیری از بیرون زدن */
    margin: 0 ;
  }

  .summary-row {
    font-size: 10px;
  }

  .checkout-btn {
    font-size: 13px;
    padding: 7px;
  }

  .empty-cart img {
    width: 110px;
  }

  .cartBtn a {
    font-size: 12px;
    padding: 5px 8px;
  }
  /* ----------- ریسپانسیو صفحه تسویه حساب ----------- */
  .checkout-container {
    padding: 10px;
    gap: 10px;
  }

  .checkout-form,
  .cart-summary {
    padding: 12px;
  }

  .form-group label {
    font-size: 14px;
  }

  .form-group input,
  .form-group select,
  .form-group textarea {
    font-size: 14px;
    padding: 8px 10px;
  }

  .checkout-btn {
    font-size: 14px;
    padding: 10px;
  }

  .summary-row .label,
  .summary-row .value {
    font-size: 14px;
  
}
}
@media (max-width: 480px) {
  .product-page {
    padding: 10px;
    margin: 20px auto;
  }

  .product-details h1 {
    font-size: 18px;
  }
  .price {
    font-size: 18px;
  }

  .quantity-wrapper input {
    width: 100px;
  }

  .product-purchase {
    padding: 15px;
  }

  .tab-buttons .tab-btn {
    font-size: 16px;
    padding: 8px;
  }

  .modal-content {
    width: 95%;
    padding: 15px;
  }

  .specs-list li {
    grid-template-columns: 1fr;
    text-align: right;
  }
}
@media (max-width: 420px){
  .search-input-wrapper .btn-search{
    right: 300px;
  }
}
@media (max-width: 383px){
  .search-input-wrapper .btn-search{
    right: 270px;
  }
}
@media (max-width: 358px){
  .search-input-wrapper .btn-search{
    right: 240px;
  }
}

}

/* موبایل کوچک */
@media (max-width: 730px) {

   .footer-page {
    grid-template-columns: 1fr; /* هر ستون زیر هم */
    gap: 20px;
    padding: 20px 15px;
  } 

  .email-title-div {
    text-align: center;
    margin: 0 0 10px 0;
  }

  .email-input {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .input-email {
    width: 90%;
    margin-bottom: 10px;
  }

  .btn-email {
    width: 90%;
  }

  .contactus-div,
  .website-page,
  .Licenses-social,
  .logo-abutus {
    text-align: center;
    margin: auto;
  }

  .contact-links {
    flex-direction: column;
    gap: 10px;
  }

  .social-icons {
    justify-content: center;
    margin-top: 10px;
  }

  .licenses {
    justify-content: center;
  }

  .abutus-paragraph {
    font-size: 14px;
    line-height: 20px;
  }

  .social-title,
  .license-title {
    font-size: 0.95rem;
  }
  .slider {
    max-width: 100%;
  }

  .slide img {
    width: 100%;
    border-radius: 0;
  }

  .prev, .next {
    font-size: 24px;
    padding: 8px;
  }

  .dots {
    bottom: 5px;
  }

  .products-grid {
    flex-direction: column;
    align-items: center;
  }

  .product-card {
    width: 90%;
    height: auto;
    margin-bottom: 15px;
  }

  .product-card img {
    width: 50%;
  }

  .btn-add {
    width: 90%;
    margin: 10px auto;
    display: block;
  }

  .beners {
    flex-direction: column;
    
    
  }

  .bener-img {
    width: 100%;
    height: auto;
  }

  .title-newest {
    flex-direction: column;
    align-items: center;
    gap: 10px;
    text-align: center;
  }

  .title-newest a {
    font-size: 16px;
  }

  .products-section h2 {
    font-size: 20px;
  }
 .products-category-title{
  text-align: center;
  margin-top: 50px;
 }
}
/* موبایل کوچک (گوشی‌های کمتر از 576px) */
@media (max-width: 576px) {

  .cart-container {
    padding: 10px;
  }

  .title-cart {
    font-size: 18px;
    text-align: center;
  }

  .cart-summary,
  .cart-items,
  .cart-container,
  .cart-content {
    padding: 10px;
    width: 100%;          /* پر کردن صفحه */
    max-width: 93%;      /* جلوگیری از بیرون زدن */
    margin: 0 ;
  }

  .summary-row {
    font-size: 10px;
  }

  .checkout-btn {
    font-size: 13px;
    padding: 7px;
  }

  .empty-cart img {
    width: 110px;
  }

  .cartBtn a {
    font-size: 12px;
    padding: 5px 8px;
  }
  /* ----------- ریسپانسیو صفحه تسویه حساب ----------- */
  .checkout-container {
    padding: 10px;
    gap: 10px;
  }

  .checkout-form,
  .cart-summary {
    padding: 12px;
  }

  .form-group label {
    font-size: 14px;
  }

  .form-group input,
  .form-group select,
  .form-group textarea {
    font-size: 14px;
    padding: 8px 10px;
  }

  .checkout-btn {
    font-size: 14px;
    padding: 10px;
  }

  .summary-row .label,
  .summary-row .value {
    font-size: 14px;
  
}
}
@media (max-width: 480px) {
  .product-page {
    padding: 10px;
    margin: 20px auto;
  }

  .product-details h1 {
    font-size: 18px;
  }
  .price {
    font-size: 18px;
  }

  .quantity-wrapper input {
    width: 100px;
  }

  .product-purchase {
    padding: 15px;
  }

  .tab-buttons .tab-btn {
    font-size: 16px;
    padding: 8px;
  }

  .modal-content {
    width: 95%;
    padding: 15px;
  }

  .specs-list li {
    grid-template-columns: 1fr;
    text-align: right;
  }
}
@media (max-width: 420px){
  .search-input-wrapper .btn-search{
    right: 300px;
  }
}
@media (max-width: 383px){
  .search-input-wrapper .btn-search{
    right: 270px;
  }
}
@media (max-width: 358px){
  .search-input-wrapper .btn-search{
    right: 240px;
  }
}
