.elementor-15 .elementor-element.elementor-element-43f9a996{--display:flex;}.elementor-15 .elementor-element.elementor-element-6386077{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-15 .elementor-element.elementor-element-7a6d64d{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--gap:0px 0px;--row-gap:0px;--column-gap:0px;}.elementor-15 .elementor-element.elementor-element-f4ba135{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--justify-content:center;}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), vazir;font-weight:var( --e-global-typography-text-font-weight );}.elementor-15 .elementor-element.elementor-element-ba63af9.elementor-element{--align-self:center;--flex-grow:0;--flex-shrink:0;}.elementor-15 .elementor-element.elementor-element-ba63af9{text-align:center;font-family:"Vazirmatn", vazir;font-size:23px;font-weight:700;}.elementor-15 .elementor-element.elementor-element-36a1277{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-widget-image .widget-image-caption{font-family:var( --e-global-typography-text-font-family ), vazir;font-weight:var( --e-global-typography-text-font-weight );}.elementor-15 .elementor-element.elementor-element-61174d3 img{width:23%;}@media(max-width:1024px){.elementor-15 .elementor-element.elementor-element-ba63af9{width:var( --container-widget-width, 490.115px );max-width:490.115px;--container-widget-width:490.115px;--container-widget-flex-grow:0;}}@media(min-width:768px){.elementor-15 .elementor-element.elementor-element-f4ba135{--width:50%;}.elementor-15 .elementor-element.elementor-element-36a1277{--width:50%;}}/* Start custom CSS for shortcode, class: .elementor-element-fe25cab *//* ------------------- نسخه دسکتاپ (همون قبلی) ------------------- */

/* جعبه Progress */
.asal-progress-box {
  background: #fff;
  border: 1px solid #eee;
  border-radius: 15px;
  padding: 20px;
  margin-bottom: 25px;
  box-shadow: 0 4px 15px rgba(0,0,0,0.05);
  text-align: center;
}

/* Progress bar */
.asal-progress {
  width: 100%;
  background: #f6f6f6;
  border-radius: 30px;
  height: 14px;
  margin: 15px 0;
  overflow: hidden;
}

.asal-progress-bar {
  height: 100%;
  border-radius: 30px;
  background: linear-gradient(135deg, #ffb300, #ff8000);
  transition: width 0.4s ease;
  width: 0;
}

.asal-progress-bar.full {
  width: 100% !important;
}

/* متن Progress */
.asal-progress-text {
  font-size: 16px;
  color: #444;
  margin-top: 10px;
}

.asal-progress-text strong {
  color: #ff8000;
  font-weight: bold;
}

.asal-progress-text.success {
  color: #28a745;
  font-weight: bold;
}

/* استایل جدول سبد خرید */
.woocommerce-cart table.cart {
  border-collapse: separate;
  border-spacing: 0 15px;
}

.woocommerce-cart table.cart td {
  background: #fff;
  border: none;
  padding: 20px;
  border-radius: 18px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.05);
  vertical-align: middle;
}

/* عکس محصولات داخل جدول سبد خرید */
.woocommerce-cart table.cart td.product-thumbnail {
  width: 180px;
}

.woocommerce-cart table.cart img {
  width: 100% !important;
  height: auto;
  border-radius: 18px;
  object-fit: cover;
  box-shadow: 0 2px 8px rgba(0,0,0,0.05);
}

/* دکمه حذف محصول */
.woocommerce a.remove {
  display: flex !important;
  justify-content: center;
  align-items: center;
  width: 28px !important;
  height: 28px !important;
  line-height: 1 !important;
  border-radius: 50%;
  background: #ffefdb !important;
  color: #ff8000 !important;
  font-size: 25px !important;
  font-weight: bold;
  transition: all 0.3s ease;
}

.woocommerce a.remove:hover {
  background: #ff8000 !important;
  color: #fff !important;
}

/* دکمه‌ها */
.woocommerce button.button, 
.woocommerce a.button {
  background: linear-gradient(135deg, #ffb300, #ff8000);
  color: #fff !important;
  padding: 12px 25px;
  border-radius: 50px;
  font-size: 16px;
  font-weight: bold;
  transition: all .3s ease;
}

.woocommerce button.button:hover, 
.woocommerce a.button:hover {
  background: linear-gradient(135deg, #ff8000, #ffb300);
  transform: translateY(-2px);
  box-shadow: 0 6px 15px rgba(0,0,0,0.15);
}

/* ------------------- نسخه موبایل (ریسپانسیو) ------------------- */
@media (max-width: 768px) {
  .asal-progress-box {
    padding: 12px;
    margin-bottom: 15px;
  }

  .asal-progress {
    height: 10px;
  }

  .asal-progress-text {
    font-size: 12px;
    margin-top: 6px;
  }

  .woocommerce-cart table.cart td {
    padding: 12px;
    border-radius: 12px;
  }

  .woocommerce-cart table.cart td.product-thumbnail {
    width: 90px;
  }

  .woocommerce-cart table.cart img {
    border-radius: 12px;
  }

  .woocommerce-cart table.cart {
    font-size: 13px;
  }

  .woocommerce button.button, 
  .woocommerce a.button {
    font-size: 14px;
    padding: 10px 18px;
    border-radius: 40px;
  }
}

@media (max-width: 480px) {
  .asal-progress-text {
    font-size: 14px;
  }

  .woocommerce-cart table.cart td {
    padding: 8px;
    font-size: 12px;
  }

  .woocommerce-cart table.cart td.product-thumbnail {
    width: 70px;
  }

  .woocommerce a.remove {
    width: 24px !important;
    height: 24px !important;
    font-size: 20px !important;
  }

  .woocommerce button.button, 
  .woocommerce a.button {
    width: 100%;
    text-align: center;
    padding: 12px;
    font-size: 13px;
  }
}
/* پنهان کردن بخش "شاید علاقه‌مند باشید" در سبد خرید */
.woocommerce-cart .cross-sells,
.woocommerce-cart .cross-sells h2,
.woocommerce-cart .cart-collaterals .cross-sells {
  display: none !important;
  visibility: hidden !important;
  height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
}/* End custom CSS */
/* Start custom CSS for shortcode, class: .elementor-element-704042f */.asal-related {
  margin-top: 50px;
  background: #fff;
  padding: 25px;
  border-radius: 18px;
  box-shadow: 0 6px 20px rgba(0,0,0,0.06);
}

.asal-related h2 {
  margin-bottom: 25px;
  font-size: 20px;
  color: #ff8000;
  border-bottom: 2px solid #ffb30033;
  padding-bottom: 8px;
}

.asal-related-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 25px;
}

.asal-related-item {
  background: #fafafa;
  padding: 18px;
  border-radius: 15px;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  transition: all 0.3s ease;
}

.asal-related-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0,0,0,0.1);
}

.asal-related-item img {
  width: 100%;
  height: 180px;
  object-fit: cover;
  border-radius: 15px;
  margin-bottom: 10px;
}

.asal-related-item h3 {
  font-size: 15px;
  color: #444;
  margin: 5px 0;
  min-height: 35px;
}

.asal-related-item .price {
  display: block;
  color: #ff8000;
  font-weight: bold;
  margin: 5px 0;
}

.asal-related-item .button {
  margin-top: auto;
  background: linear-gradient(135deg, #ffb300, #ff8000);
  color: #fff !important;
  padding: 8px 20px;
  border-radius: 30px;
  font-size: 14px;
  transition: all 0.3s ease;
}

.asal-related-item .button:hover {
  background: linear-gradient(135deg, #ff8000, #ffb300);
  transform: translateY(-2px);
}/* End custom CSS */