/* صفحه محصول */
.single-product .product {
  max-width: 1100px;
  margin: 0 auto;
}

.single-product .product_title {
  font-size: 1.75rem;
  font-weight: 800;
  color: #0f172a;
  margin-bottom: 0.75rem;
}

.single-product .summary .price {
  font-size: 1.5rem;
  font-weight: 700;
  color: #14532d;
  margin-bottom: 1rem;
}

.single-product .summary .price del {
  color: #94a3b8;
  font-size: 1rem;
  margin-left: 0.5rem;
}

.single-product form.cart {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
  margin-top: 1rem;
}

.single-product form.cart .quantity .qty {
  width: 72px;
  height: 44px;
  border: 2px solid #cbd5e1;
  border-radius: 10px;
  text-align: center;
  font-size: 1rem;
}

.single-product .single_add_to_cart_button {
  background: linear-gradient(135deg, #1d4ed8, #2563eb) !important;
  color: #fff !important;
  border: 0 !important;
  border-radius: 12px !important;
  padding: 12px 28px !important;
  font-size: 1rem !important;
  font-weight: 700 !important;
  box-shadow: 0 8px 20px rgba(37, 99, 235, 0.25);
  transition: transform 0.15s ease, box-shadow 0.15s ease;
}

.single-product .single_add_to_cart_button:hover {
  transform: translateY(-1px);
  box-shadow: 0 10px 24px rgba(37, 99, 235, 0.35);
}

.single-product .woocommerce-product-gallery {
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 8px 24px rgba(15, 23, 42, 0.08);
}

/* سبد و پرداخت */
.woocommerce-cart .woocommerce,
.woocommerce-checkout .woocommerce {
  max-width: 980px;
  margin: 0 auto;
}

.woocommerce-checkout #customer_details,
.woocommerce-checkout #order_review {
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 16px;
  padding: 20px;
  box-shadow: 0 4px 16px rgba(15, 23, 42, 0.05);
}

.woocommerce-checkout #place_order,
.woocommerce-cart .checkout-button {
  background: linear-gradient(135deg, #15803d, #16a34a) !important;
  border-radius: 12px !important;
  font-weight: 700 !important;
  padding: 14px 24px !important;
  width: 100%;
  max-width: 320px;
}

.woocommerce table.shop_table {
  border-radius: 12px;
  overflow: hidden;
}

.woocommerce table.shop_table th,
.woocommerce table.shop_table td {
  padding: 12px 14px;
}
