
/* Extras Laravel storefront */
.store-flash { margin: 12px 5%; padding: 12px 16px; border-radius: 8px; font-size: 0.875rem; font-weight: 500; }
.store-flash.ok { background: #eef7f0; color: #1f6b3a; border: 1px solid #d5ebd9; }
.store-flash.err { background: #fdf1f1; color: #8f2d2d; border: 1px solid #f0d4d4; }
.product-placeholder {
  width: 100%; height: 100%;
  display: flex; align-items: center; justify-content: center;
  background: linear-gradient(135deg, #f5f5f3, #ebebeb);
  color: #aaa; font-weight: 700; font-size: 0.85rem;
}
.checkout-form .field { margin-bottom: 12px; }
.checkout-form label { display:block; font-size:0.78rem; font-weight:600; margin-bottom:6px; }
.checkout-form .input, .checkout-form input, .checkout-form textarea, .checkout-form select {
  width:100%; height:44px; padding:0 14px; border:1.5px solid var(--gray-light);
  border-radius: var(--radius-md); font-family: var(--font-sans); font-size:0.875rem;
  outline:none; background:#fafafa;
}
.checkout-form textarea { height:auto; padding:12px 14px; }
.checkout-form .input:focus, .checkout-form input:focus, .checkout-form textarea:focus {
  border-color: var(--orange); background:#fff;
}
.catbar-btn { text-decoration: none; }
a.catbar-btn { display:flex; }
.pagination-wrap { padding: 0 5% 48px; }
