/* === Wrapper Utama === */
.single-product .site-main {
  max-width: 1200px;
  margin: 0 auto;
  padding: 40px 10px;
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
}

/* === Gambar Produk === */
.woocommerce div.product div.images {
  flex: 1 1 45%;
}

.woocommerce div.product div.images img {
  width: 100%;
  border-radius: 10px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.1);
}

/* === Detail Produk === */
.woocommerce div.product .summary {
  flex: 1 1 50%;
  padding: 20px;
  border: 1px solid #eaeaea;
  border-radius: 8px;
  background-color: #fff;
}

/* Judul */
.woocommerce div.product .product_title {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 10px;
}

/* Harga */
.woocommerce div.product p.price {
  font-size: 24px;
  color: #e63946;
  font-weight: bold;
}

/* Tombol beli */
.woocommerce div.product .single_add_to_cart_button {
  background-color: #1d3557;
  color: #fff;
  padding: 14px 30px;
  font-size: 16px;
  border-radius: 6px;
  border: none;
  transition: 0.3s ease;
}

.woocommerce div.product .single_add_to_cart_button:hover {
  background-color: #457b9d;
}

/* Deskripsi Singkat */
.woocommerce div.product .woocommerce-product-details__short-description {
  margin-bottom: 20px;
  font-size: 15px;
  color: #444;
}


/* Layout Umum */
.custom-product-page {
  max-width: 960px;
  margin: auto;
  padding: 20px;
  font-family: 'Inter', sans-serif;
  color: #1a1a1a;
}

/* Hero Gambar */
.product-hero .product-image img {
  width: 100%;
  border-radius: 12px;
  box-shadow: 0 2px 12px rgba(0,0,0,0.1);
  margin-bottom: 30px;
}

/* Info Produk */
.product-info {
  text-align: center;
  margin-bottom: 40px;
}

.product-title {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 10px;
}

.product-meta {
  margin-bottom: 20px;
}

.badge-sale {
  display: inline-block;
  background: #e63946;
  color: white;
  padding: 4px 12px;
  font-size: 13px;
  border-radius: 20px;
  margin-bottom: 10px;
}

.product-price {
  font-size: 24px;
  color: #1d3557;
  font-weight: 600;
}

/* Tombol Add to Cart */
.product-cart form.cart {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
}

.product-cart button {
  background-color: #457b9d;
  color: #fff;
  padding: 12px 24px;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  transition: background 0.3s ease;
}

.product-cart button:hover {
  background-color: #1d3557;
}

/* Deskripsi Singkat */
.product-short-description {
  max-width: 600px;
  margin: 20px auto 0;
  font-size: 16px;
  line-height: 1.6;
  color: #333;
}

/* Deskripsi Lengkap */
.product-details {
  margin-top: 60px;
}

.product-details h2 {
  font-size: 22px;
  margin-bottom: 20px;
}

.product-full-description {
  font-size: 16px;
  line-height: 1.7;
  color: #444;
}

/* Produk Terkait */
.related-products {
  margin-top: 80px;
}

.related-products h2 {
  font-size: 22px;
  margin-bottom: 30px;
}

/* Responsive */
@media (max-width: 768px) {
  .product-cart form.cart {
    flex-direction: column;
  }

  .product-title {
    font-size: 22px;
  }

  .product-price {
    font-size: 20px;
  }

  .custom-product-page {
    padding: 10px;
  }
}

/* Container */
.msp-container {
  max-width: 1140px;
  margin: auto;
  padding: 24px;
}

/* Hero Section */
.msp-hero {
  background: #f9f9f9;
  padding: 40px 0;
}
.msp-hero-content {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  align-items: center;
}
.msp-text {
  flex: 1 1 400px;
}
.msp-image img {
  max-width: 100%;
  border-radius: 12px;
  box-shadow: 0 5px 20px rgba(0,0,0,0.08);
}
.msp-badge {
  display: inline-block;
  background: #007acc;
  color: white;
  padding: 6px 12px;
  border-radius: 50px;
  font-size: 13px;
  margin-bottom: 12px;
}
.msp-title {
  font-size: 34px;
  margin: 0 0 10px;
}
.msp-short-desc {
  font-size: 16px;
  color: #555;
  margin-bottom: 20px;
}
.msp-price {
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 20px;
}
.msp-cart {
  margin-bottom: 20px;
}

/* Features */
.msp-features {
  background: #ffffff;
  padding: 60px 0;
  text-align: center;
}
.msp-feature-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 20px;
  margin-top: 30px;
}
.msp-feature-item {
  background: #f0f4f8;
  padding: 20px;
  border-radius: 10px;
  font-size: 16px;
}

/* Deskripsi */
.msp-description {
  background: #fafafa;
  padding: 60px 0;
}
.msp-description h2 {
  text-align: center;
  margin-bottom: 30px;
}
.msp-content {
  max-width: 760px;
  margin: auto;
  font-size: 16px;
  line-height: 1.7;
  color: #333;
}

/* Reviews */
.msp-reviews {
  background: #fff;
  padding: 60px 0;
}
.msp-reviews h2 {
  text-align: center;
  margin-bottom: 40px;
}

/* Related Products */
.msp-related {
  background: #f9f9f9;
  padding: 60px 0;
}
.msp-related h2 {
  text-align: center;
  margin-bottom: 40px;
}

/* Responsive */
@media (max-width: 768px) {
  .msp-hero-content {
    flex-direction: column;
    text-align: center;
  }
}

