/*
 Theme Name: Kadence GKVale Child
 Template: kadence
 Version: 1.0.0
 Description: Kadence child theme styled for a photo print shop.
 Author: ChatGPT
*/

:root{
  --brand-1:#0b0b0b;
  --brand-2:#ffffff;
  --brand-3:#f4f6f8;
  --accent-1:#0ea5e9;
  --accent-2:#fb923c;
}

.kadence-sticky-header.item-is-fixed{box-shadow:0 6px 16px rgba(0,0,0,.06);}

button, .button, .wp-element-button, .woocommerce a.button, .woocommerce button.button{
  border-radius:9999px; padding:.75rem 1.25rem;
}

.woocommerce ul.products li.product .woocommerce-LoopProduct-link{
  border:1px solid #e5e7eb; border-radius:16px; overflow:hidden; background:#fff
}
.single-product .product .summary .price{font-size:1.5rem; font-weight:700;}
.single-product .product .product_title{font-weight:800;}

a.start-order-btn{
  display:inline-block; margin-top:.75rem; text-decoration:none;
  background:var(--accent-1); color:#fff; padding:.9rem 1.25rem; border-radius:12px;
}
a.start-order-btn:hover{filter:brightness(.95);}

.trust-row{display:flex;gap:12px;align-items:center;margin-top:12px;font-size:.9rem;color:#111}
.trust-row .badge{background:#f8fafc;border:1px solid #e5e7eb;border-radius:10px;padding:.4rem .6rem}