   /* صفحه به صورت کلی راست به چپ */
   .wrapper-wide,
   .product-details,
   .description-product,
   .detail-group {
       direction: rtl;
       text-align: right;
   }

   header {
       background-color: #353535;
   }

   .wrapper-wide {
       position: relative;
       margin-top: 6rem;
   }

   @media (min-width: 768px) {
       .wrapper-wide {
           margin-top: 9.5rem;
       }
   }



   .banner-area {
       display: none;
   }

   /* کارت اصلی */
   .card {
       margin-bottom: 1.5rem;
       border: 1px solid #e3e3e3;
       border-radius: 8px;
       box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
       overflow: hidden;
   }

   .card-header {
       background-color: #f7f7f7;
       padding: 1rem;
       font-weight: bold;
       font-size: 1.1rem;
   }

   .card-body {
       padding: 1rem 1.5rem;
   }

   /* استایل محصول */
   .section-title h1 {
       font-size: calc(19px + 0.3vw);
       margin-bottom: 1rem;
   }

   .product-title {
       font-size: 1.5rem;
       margin-bottom: 1rem;
       font-weight: 700;
   }

   .price {
       font-size: 1.2rem;
       font-weight: 700;
       color: #ff5722;
       /* رنگ دلخواه برای قیمت ویژه */
   }

   .price-old {
       text-decoration: line-through;
       color: #999;
       margin-bottom: 0.5rem;
   }

   .instock {
       color: green;
       font-weight: bold;
   }

   .instock-red {
       color: red;
       font-weight: bold;
   }

   /* Flickity سفارشی */
   .carousel-main {
       width: 100%;
       margin-bottom: 15px;
   }

   .carousel-main .carousel-cell {
       width: 100%;
       margin-right: 0px;
       outline: none;
   }

   .carousel-main .carousel-cell img {
       display: block;
       max-width: 100%;
       height: auto;
       margin: 0 auto;
   }

   .carousel-nav {
       width: 100%;
       margin-top: 10px;
   }

   .carousel-nav .carousel-cell {
       width: 80px;
       margin-right: 5px;
       cursor: pointer;
       outline: none;
   }

   .carousel-nav .carousel-cell.is-nav-selected img {
       border: 2px solid #007bff;
   }

   .carousel-nav .carousel-cell img {
       display: block;
       max-width: 100%;
       height: auto;
       border: 2px solid transparent;
       object-fit: cover;
   }

   /* سایر استایل‌ها */
   .short_desc,
   .long_desc {
       margin-bottom: 1rem;
   }

   .detail-group {
       margin-bottom: 1.5rem;
   }

   .detail-group h4 {
       font-size: 1.2rem;
       margin-bottom: 0.5rem;
   }

   .detail-group table {
       width: 100%;
       font-size: 0.95rem;
   }
