
/* Kethron Full Site Visibility Upgrade v20 */
:root{
 --k-orange:#f97316;
 --k-dark:#111827;
 --k-border:#e5e7eb;
}

/* Global readability
   IMPORTANT: do not force text colours globally with !important.
   Dark heroes, CTA panels and the footer define their own intentional colours. */
body{color:var(--k-dark);}

/* All CTA buttons */
.btn,.button,.theme-btn,.cart-btn,.add-to-cart,
button[type="submit"]{
 border-radius:12px!important;
 font-weight:700!important;
 transition:.25s ease!important;
}

/* Primary action buttons */
.add-to-cart,.cart-btn,.checkout-btn,
button.pay-online,.pay-online,
.proceed-checkout{
 background:var(--k-orange)!important;
 color:#fff!important;
 border:none!important;
 box-shadow:0 8px 20px rgba(249,115,22,.25)!important;
}

.add-to-cart:hover,.cart-btn:hover,.checkout-btn:hover,
button.pay-online:hover,.pay-online:hover{
 transform:translateY(-2px);
 opacity:.95;
}

/* Product card cart icon */
.product-card .cart-icon,
.product-item .cart-icon,
.product-action a{
 background:#f97316!important;
 color:#fff!important;
 width:44px!important;
 height:44px!important;
 display:flex!important;
 align-items:center!important;
 justify-content:center!important;
 border-radius:50%!important;
}

/* Cart table */
.cart-table th{
 color:#111827!important;
 font-size:16px!important;
 font-weight:700!important;
}
.cart-table td{
 color:#374151!important;
 font-size:15px!important;
 vertical-align:middle!important;
}

/* Delete button */
.delete-btn,.remove-btn,.cart-remove,
a.remove{
 background:#fee2e2!important;
 color:#dc2626!important;
 width:42px!important;
 height:42px!important;
 display:inline-flex!important;
 align-items:center!important;
 justify-content:center!important;
 border-radius:10px!important;
 border:none!important;
}
.delete-btn:hover,.remove-btn:hover,.cart-remove:hover{
 background:#dc2626!important;
 color:#fff!important;
}

/* Address cards */
.address-card,.billing-address,.checkout-address{
 font-size:15px!important;
 line-height:1.7!important;
 color:#1f2937!important;
}
.address-card h4,.billing-address h4{
 font-size:20px!important;
 color:#111827!important;
}

/* Search */
.search-box input,.header-search input{
 color:#111827!important;
 font-size:16px!important;
}
.search-box button,.header-search button{
 cursor:pointer!important;
}

/* Mobile */
@media(max-width:768px){
 .add-to-cart,.checkout-btn,.pay-online,.proceed-checkout{
  min-height:48px!important;
  width:100%!important;
 }
 .cart-table{
  font-size:14px!important;
 }
}
