/* Phase 20.5.11.3 — Empty Anchor Cleanup, Store Tabs Buttons & Vendor Orders Tab Links Fix */
[data-store-tabs] > button,
.store-tabs[data-store-tabs] > button,
.storefront-tabs[data-store-tabs] > button{
  appearance:none;
  -webkit-appearance:none;
  border:0;
  cursor:pointer;
  font-family:inherit;
  text-decoration:none;
  background:transparent;
  color:inherit;
}
.storefront-control-section .storefront-tabs[data-store-tabs] > button,
.storefront-tabs[data-store-tabs] > button,
.store-tabs[data-store-tabs] > button{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:6px;
  min-height:42px;
  padding:0 16px;
  border-radius:999px;
  font-weight:900;
  white-space:nowrap;
  transition:.18s ease;
}
.storefront-control-section .storefront-tabs[data-store-tabs] > button:empty,
.storefront-tabs[data-store-tabs] > button:empty,
.store-tabs[data-store-tabs] > button:empty{display:none!important}
.storefront-control-section .storefront-tabs[data-store-tabs] > button.active,
.storefront-control-section .storefront-tabs[data-store-tabs] > button[aria-current="page"],
.storefront-tabs[data-store-tabs] > button.active,
.storefront-tabs[data-store-tabs] > button[aria-current="page"],
.store-tabs[data-store-tabs] > button.active,
.store-tabs[data-store-tabs] > button[aria-current="page"]{
  background:linear-gradient(135deg,var(--store-accent,#2563eb),var(--store-accent-2,#7c3aed));
  color:#fff!important;
  -webkit-text-fill-color:#fff!important;
  box-shadow:0 14px 32px rgba(37,99,235,.16);
}
.storefront-control-section .storefront-tabs[data-store-tabs] > button:hover,
.storefront-tabs[data-store-tabs] > button:hover,
.store-tabs[data-store-tabs] > button:hover{transform:translateY(-1px)}
.storefront-control-section .storefront-tabs[data-store-tabs] > button:focus-visible,
.storefront-tabs[data-store-tabs] > button:focus-visible,
.store-tabs[data-store-tabs] > button:focus-visible{
  outline:3px solid rgba(37,99,235,.22);
  outline-offset:2px;
}
.vendor-order-tabs-final a[href],
.legal-tabs-v123 a[href],
.ops-tabs a[href]{cursor:pointer}
@media(max-width:700px){
  .storefront-control-section .storefront-tabs[data-store-tabs] > button,
  .storefront-tabs[data-store-tabs] > button,
  .store-tabs[data-store-tabs] > button{min-width:96px;height:44px;font-size:13px;padding:0 14px}
}
