.elementor-1467 .elementor-element.elementor-element-17724760{--display:flex;}/* Start custom CSS *//* SUDM Luxury Black Gold - Clean Single Product */

body.single-product {
  background: #050505;
  color: #f4efe3;
}

.single-product div.product {
  background: transparent !important;
  padding: 40px 20px;
}

/* Titel */
.single-product .product_title {
  color: #d4af37;
  font-size: 44px;
  font-weight: 800;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  text-shadow: 0 0 22px rgba(212, 175, 55, 0.22);
}

/* Prijs */
.single-product .price,
.single-product .price span {
  color: #f0c75e !important;
  font-size: 28px;
  font-weight: 700;
}

/* Afbeelding clean */
.single-product .woocommerce-product-gallery {
  background: transparent !important;
  padding: 0 !important;
  box-shadow: none !important;
  border: none !important;
}

.single-product .woocommerce-product-gallery img {
  border-radius: 18px;
  box-shadow: 0 25px 60px rgba(0, 0, 0, 0.55);
}

/* Korte omschrijving */
.single-product .woocommerce-product-details__short-description {
  color: #cfc7b6;
  font-size: 17px;
  line-height: 1.8;
  max-width: 620px;
}

/* Aantal */
.single-product .quantity input {
  background: #0b0b0b;
  color: #d4af37;
  border: 1px solid rgba(212, 175, 55, 0.35);
  border-radius: 50px;
  padding: 12px 16px;
}

/* Add to cart */
.single-product .single_add_to_cart_button {
  background: linear-gradient(135deg, #d4af37, #f7dc7a, #b8860b) !important;
  color: #050505 !important;
  border: none !important;
  border-radius: 999px !important;
  padding: 17px 42px !important;
  font-weight: 900 !important;
  text-transform: uppercase;
  letter-spacing: 1.2px;
  box-shadow: 0 0 28px rgba(212, 175, 55, 0.28);
  transition: all 0.25s ease;
}

.single-product .single_add_to_cart_button:hover {
  transform: translateY(-2px);
  box-shadow: 0 0 42px rgba(212, 175, 55, 0.45);
  filter: brightness(1.08);
}

/* Meta subtiel */
.single-product .product_meta {
  color: rgba(244, 239, 227, 0.55);
  border: none !important;
  margin-top: 25px;
  font-size: 14px;
}

.single-product .product_meta a {
  color: #d4af37;
  text-decoration: none;
}

/* Tabs cleaner */
.single-product .woocommerce-tabs ul.tabs {
  border: none !important;
  margin-top: 45px;
}

.single-product .woocommerce-tabs ul.tabs li {
  background: transparent !important;
  border: none !important;
  margin-right: 20px !important;
}

.single-product .woocommerce-tabs ul.tabs li a {
  color: rgba(244, 239, 227, 0.6) !important;
  font-weight: 700;
  letter-spacing: 0.5px;
}

.single-product .woocommerce-tabs ul.tabs li.active a,
.single-product .woocommerce-tabs ul.tabs li a:hover {
  color: #d4af37 !important;
}

/* Tab content */
.single-product .woocommerce-Tabs-panel {
  background: transparent !important;
  color: #cfc7b6;
  line-height: 1.8;
  border: none !important;
  padding-top: 20px;
}

/* Formulieren */
.single-product input,
.single-product textarea,
.single-product select {
  background: #0b0b0b;
  color: #f4efe3;
  border: 1px solid rgba(212, 175, 55, 0.25);
  border-radius: 12px;
  padding: 12px;
}

.single-product input:focus,
.single-product textarea:focus {
  outline: none;
  border-color: #d4af37;
}

/* Related products clean */
.single-product .related.products h2 {
  color: #d4af37;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.single-product .related.products .product {
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
}

.single-product .related.products .product img {
  border-radius: 14px;
  transition: 0.25s ease;
}

.single-product .related.products .product:hover img {
  transform: scale(1.03);
}

/* Verwijder WooCommerce rare lijnen */
.single-product .woocommerce-tabs ul.tabs::before,
.single-product .woocommerce-tabs ul.tabs li::before,
.single-product .woocommerce-tabs ul.tabs li::after {
  display: none !important;
}

/* Mobile */
@media (max-width: 768px) {
  .single-product div.product {
    padding: 25px 14px;
  }

  .single-product .product_title {
    font-size: 30px;
  }

  .single-product .single_add_to_cart_button {
    width: 100%;
  }
}
/* Variatie dropdowns (maat/kleur) */

.single-product select {
  background: #0b0b0b !important;
  color: #f4efe3 !important;
  border: 1px solid rgba(212, 175, 55, 0.3) !important;
  border-radius: 14px !important;
  padding: 14px 18px !important;
  min-height: 52px;
  font-weight: 600;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  
  /* gouden pijltje */
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' fill='%23d4af37' viewBox='0 0 16 16'%3e%3cpath d='M1.5 5.5l6 6 6-6' stroke='%23d4af37' stroke-width='2' fill='none' stroke-linecap='round'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 16px center;
  background-size: 16px;
}

/* Hover */
.single-product select:hover {
  border-color: #d4af37 !important;
}

/* Focus */
.single-product select:focus {
  outline: none !important;
  border-color: #d4af37 !important;
  box-shadow: 0 0 18px rgba(212, 175, 55, 0.18);
}

/* Dropdown opties */
.single-product select option {
  background: #0b0b0b;
  color: #f4efe3;
}

/* Reset button */
.single-product .reset_variations {
  color: #d4af37 !important;
  text-decoration: none;
  margin-left: 10px;
  font-size: 14px;
}

.single-product .reset_variations:hover {
  color: #f0c75e !important;
}/* End custom CSS */