/*
Theme Name: Twenty Twenty-Four Child
Theme URI: https://amarashop.nl
Description: Child theme for Twenty Twenty-Four
Author: Don Hannema
Template: twentytwentyfour
Version: 1.0.0
*/

.amarashop-handmade-badge {
  display: inline-block;
  background: #ffb7a5; /* Peach */
  color: #3a2d4f;      /* Plum */
  font-size: 0.75rem;
  font-weight: 600;
  padding: 0.4rem 0.75rem;
  border-radius: 999px;
  margin-bottom: 0.5rem;
}

.woocommerce ul.products li.product .amarashop-handmade-badge {
  position: absolute;
  top: 12px;
  left: 12px;
  z-index: 2;
}

/* WooCommerce Product Collection - card */
li.wc-block-product {
  background: #fffaf7; /* warm white */
  border-radius: 22px;
  padding: 1.25rem 1rem 1.5rem;
  box-shadow: 0 8px 22px rgba(0, 0, 0, 0.08);
  position: relative;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}
li.wc-block-product:hover {
  transform: translateY(-6px);
  box-shadow: 0 14px 36px rgba(0, 0, 0, 0.12);
}
li.wc-block-product .wc-block-components-product-image img {
  border-radius: 16px;
}
li.wc-block-product .wp-block-post-title {
  margin-top: 0.75rem;
  margin-bottom: 0.25rem;
}

li.wc-block-product .wp-block-post-title a {
  color: #3a2d4f;
  font-weight: 600;
  text-decoration: none;
}
li.wc-block-product .wc-block-grid__product-price {
  color: #4b5563;
  font-weight: 500;
}
li.wc-block-product .wp-block-button__link {
  background-color: #c7b9ff;
  color: #ffffff;
  border-radius: 999px;
  padding: 0.6rem 1.4rem;
  font-size: 0.85rem;
  font-weight: 600;
}
li.wc-block-product .wp-block-button__link:hover {
  background-color: #b6a8ff;
}

/* PDP product image */
.single-product .woocommerce-product-gallery__image img {
  border-radius: 24px;
}
.single-product .summary {
  padding-left: 2rem;
}

@media (max-width: 768px) {
  .single-product .summary {
    padding-left: 0;
    padding-top: 1.5rem;
  }
}
.single-product .product_title {
  font-size: 1.75rem;
  font-weight: 600;
  color: #3a2d4f;
  margin-bottom: 0.25rem;
}

.single-product .price {
  font-size: 1.25rem;
  font-weight: 500;
  color: #4b5563;
  margin-bottom: 1rem;
}
.single-product .variations_form,
.single-product .cart {
  background: #fffaf7;
  padding: 1.25rem;
  border-radius: 20px;
  margin-top: 1.25rem;
}
.single-product .single_add_to_cart_button {
  background-color: #c7b9ff;
  border-radius: 999px;
  padding: 0.75rem 1.75rem;
  font-size: 1rem;
  font-weight: 600;
}
.single-product .single_add_to_cart_button:hover {
  background-color: #b6a8ff;
}
.amarashop-handmade-badge--pdp {
  position: relative;
  display: inline-block;
  margin-bottom: 0.75rem;
}


.amarashop-trust-note {
  margin-top: 0.75rem;
  font-size: 0.85rem;
  color: #4b5563;
}
.single-product .woocommerce-Tabs-panel {
  max-width: 720px;
}
