/** Shopify CDN: Minification failed

Line 243:22 Expected ":"

**/
/* ============================================
   CUSTOMER ACCOUNT CSS - v6
   Shopify Dawn Theme | Mobile-first, matches design refs
   ============================================ */

:root {
  --acc-radius: 1.2rem;
  --acc-radius-sm: 0.9rem;
  --acc-radius-xs: 0.6rem;
  --acc-shadow-sm: 0 1px 3px rgba(0,0,0,0.06);
  --acc-shadow-md: 0 4px 16px rgba(0,0,0,0.08);
  --acc-shadow-lg: 0 12px 40px rgba(0,0,0,0.10);
  --acc-transition: 0.2s ease;
  --acc-border-color: #e2e8f0;
  --acc-border: 1px solid var(--acc-border-color);
  --acc-mint: #10b981;
  --acc-mint-bg: #f0fdf4;
  --acc-mint-border: #d1fae5;
  --acc-dark: #0f172a;
  --acc-grey: #475569;
  --acc-grey-light: #64748b;
  --acc-red: #ef4444;
  --acc-surface: #ffffff;
  --acc-page-bg: #f8fafc;
}

/* ============================================
   BASE / LOGIN / RESET (unchanged behaviors)
   ============================================ */
.customer:not(.account):not(.order):not(.addresses) {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  text-align: center;
}
.customer > h1, .customer__title { margin-top: 0; }
.customer form { margin-top: 4rem; }
.customer .field { margin: 2rem 0 0 0; }
.customer .field:first-of-type { margin-top: 0; }
.login a { display: block; margin: 0 auto; width: fit-content; }
.login a[href='#recover'] { margin-left: 0; margin-right: 0; }
.login .field + a { margin-top: 1rem; }
.login p { margin: 1.5rem 0; }
#recover, #recover + div { display: none; }
#recover:target { display: block; }
#recover:target + div { display: block; }
#recover:target ~ #login, #recover:target ~ #login + div { display: none; }

/* ============================================
   PAGE WRAP + GRID
   ============================================ */
.acc-page {
  background: var(--acc-page-bg);
}
.acc-page__inner {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 clamp(1.2rem, 0.8rem + 1.5vw, 3.2rem);
  display: grid;
  grid-template-columns: 1fr;
  gap: clamp(1.2rem, 1rem + 0.6vw, 1.6rem);
}
@media screen and (min-width: 990px) {
  .acc-page__inner {
    grid-template-columns: 280px 1fr;
    align-items: start;
    gap: 2rem;
  }
}
@media screen and (min-width: 480px) and (max-width: 989px) {
  .acc-hub__grid { grid-template-columns: repeat(3, 1fr); }
}
@media screen and (max-width: 359px) {
  .acc-hub__grid { grid-template-columns: repeat(3, 1fr); gap: 0.5rem; }
  .acc-hub__card { padding: 1rem 0.5rem; font-size: 0.78rem; }
}

/* ============================================
   DESKTOP SIDEBAR (hidden on mobile)
   ============================================ */
.acc-sidebar {
  display: none;
}
@media screen and (min-width: 990px) {
  .acc-sidebar {
    display: block;
    background: var(--acc-surface);
    border: var(--acc-border);
    border-radius: var(--acc-radius);
    box-shadow: var(--acc-shadow-sm);
    padding: 1.6rem;
    position: sticky;
    top: 2rem;
  }
}
.acc-sidebar__header {
  display: flex;
  align-items: center;
  gap: 1.2rem;
  padding-bottom: 1.6rem;
  margin-bottom: 1.2rem;
  border-bottom: var(--acc-border);
}
.acc-avatar {
  width: 52px;
  height: 52px;
  min-width: 52px;
  border-radius: 50%;
  background: #f3f4f6;
  border: 2px solid var(--acc-mint-border);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--acc-mint);
}
.acc-avatar svg { width: 26px; height: 26px; }
.acc-sidebar__name { font-weight: 700; font-size: 1.15rem; color: var(--acc-dark); line-height: 1.3; }
.acc-sidebar__phone { color: var(--acc-grey-light); font-size: 0.9rem; margin-top: 0.2rem; }

.acc-nav { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 1.2rem; }
.acc-nav__link {
  background: #fff;
  display: flex; align-items: center; gap: 0.9rem;
  padding: 0.7rem 0.9rem; border-radius: 0.8rem;
  color: var(--acc-grey); text-decoration: none;
  font-size: 0.95rem; font-weight: 500;
  background: none; border: none; width: 100%; text-align: left; cursor: pointer;
  transition: background var(--acc-transition), color var(--acc-transition);
  font-family: inherit;
}
.btn-primary_custom{
      background: #fff !important;
    color: #000 !important;
    justify-content: flex-start !important;
    padding: 0px 10px !important;
}
.btn-primary_custom:hover{
  box-shadow: none !important;
}
/* .acc-nav__link:hover { background: var(--acc-page-bg); } */
.acc-nav__link svg { width: 20px; height: 20px; min-width: 20px; stroke: var(--acc-grey); flex-shrink: 0; }
.acc-nav__link.is-active { background: var(--acc-mint-bg) !important; color: var(--acc-mint) !important; font-weight: 600 !important; justify-content: flex-start !important;}
.acc-nav__link.is-active:hover:after{
  box-shadow: none !important;
}
.acc-nav__link.is-active:hover{
  box-shadow: none !important;
}
.acc-nav__link.is-active svg { stroke: var(--acc-mint); }
.acc-nav__link.is-danger { color: var(--acc-red); }
.acc-nav__link.is-danger svg { stroke: var(--acc-red); }
.acc-hub__edit{
    border: 0.5px solid #0000001A !important;
    border-radius: 100px !important;
    gap: 10px !important;
    opacity: 1 !important;
    padding: 4px 6px !important;
    background: #fff !important;
    color: #000 !important;
    min-width: calc(7.6rem + var(--buttons-border-width) * 2) !important;
    min-height: calc(3.6rem + var(--buttons-border-width) * 2) !important;
}
.address-card__action{
    background: transparent !important;
    color: #000 !important;
    min-width: calc(7.6rem + var(--buttons-border-width) * 2) !important;
    min-height: calc(3.6rem + var(--buttons-border-width) * 2) !important;
    padding: 0px !important;
}
.dt-form-layout{
  margin-top: 1rem !important;
}
/* ============================================
   MOBILE HUB (hidden on desktop)
   ============================================ */
.acc-hub { display: block; }
@media screen and (min-width: 990px) { .acc-hub { display: none; } }

@media screen and (max-width: 749px) {
  .acc-hub__row{
    overflow-x: auto;
    overflow-y: hidden;
    -ms-overflow-style: none;  
    scrollbar-width: none;
  }
  .acc-hub__grid{
    overflow: scroll;
  }
  .acc-page__inner {
    width: 100% !important;
    padding: 0 clamp(1.2rem, 0.8rem + 1.5vw, 3.2rem);
    display: block;
  }
  .acc-hub__grid::-webkit-scrollbar{
    display: none;
  }
}
.acc-hub__header {
  background: var(--acc-surface);
  border: var(--acc-border);
  border-radius: var(--acc-radius);
  box-shadow: var(--acc-shadow-sm);
  padding: 1.4rem 1.6rem;
  display: flex;
  align-items: center;
  gap: 1.2rem;
  margin-bottom: 1.2rem;
}
.acc-hub__info { flex: 1; min-width: 0; }
.acc-hub__name { font-weight: 700; font-size: 1.1rem; color: var(--acc-dark); }
.acc-hub__phone { color: var(--acc-grey-light); font-size: 0.9rem; margin-top: 0.15rem; }
.acc-hub__edit {
  display: inline-flex; align-items: center; gap: 0.35rem;
  border: var(--acc-border); border-radius: 999px;
  padding: 0.4rem 0.9rem; font-size: 0.85rem; font-weight: 600;
  color: var(--acc-mint); background: none; cursor: pointer; flex-shrink: 0;
}
.acc-hub__edit svg { width: 14px; height: 14px; stroke: var(--acc-mint); }

.acc-hub__grid button{
    align-items: start;
    color: #000;
    text-align: start;
    padding: 10px;
}
.acc-hub__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.8rem;
  margin-bottom: 0.8rem;
}
.acc-hub__card {
  background: url(/cdn/shop/files/Vector_174.png) !important;
  background-size: cover !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  color: #fff;
  padding: 12px 24px;
  border-radius: 8px;a
  cursor: pointer;
  text-align: start !important;
  background: var(--acc-surface);
  border: var(--acc-border);
  border-radius: var(--acc-radius);
  box-shadow: var(--acc-shadow-sm);
  padding: 1.4rem 0.8rem;
  display: flex; flex-direction: column; align-items: center; gap: 0.6rem;
  text-decoration: none; color: var(--acc-dark);
  font-size: 0.85rem; font-weight: 600; text-align: center;
  border: 0.5px solid #0000001A !important ;
}
.acc-hub__card svg { width: 22px; height: 22px; stroke: var(--acc-dark); }
/* .acc-hub__card.is-active { background: var(--acc-mint-bg); border-color: var(--acc-mint-border); color: var(--acc-mint); }
.acc-hub__card.is-active svg { stroke: var(--acc-mint); }
.acc-hub__row{
    background: #fff !important;
    color: red !important;
    justify-content: start !important;
} */
.acc-hub__row {
  /* background: var(--acc-surface); */
  border: var(--acc-border);
  border-radius: var(--acc-radius);
  box-shadow: var(--acc-shadow-sm);
  padding: 1.1rem 1.4rem;
  display: flex; align-items: center; gap: 0.9rem;
  text-decoration: none; color: var(--acc-dark);
  font-size: 0.95rem; font-weight: 500;
  margin-bottom: 0.8rem;
  background: none; border: var(--acc-border); width: 100%; cursor: pointer; font-family: inherit;
}
.acc-hub__row svg { width: 20px; height: 20px; stroke: var(--acc-grey); flex-shrink: 0; }
.acc-hub__row--danger { color: var(--acc-red); }
.acc-hub__row--danger svg { stroke: var(--acc-red); }
.acc-hub__row--danger{
    background: transparent !important;
    color: red !important;
    justify-content: start !important;
    padding: 10px !important;
    border: 0.5px solid #0000001A !important;
}
/* ============================================
   MAIN CONTENT PANELS
   ============================================ */
.acc-panel { min-width: 0; }
.acc-panel[hidden] { display: none !important; }

/* On mobile, hub shows by default; panel content hidden until selected */
@media screen and (max-width: 989px) {
  .acc-panel { display: none; }
  .acc-panel.is-active-mobile { display: block; }
  .acc-hub.is-hidden-mobile { display: none; }
}

.acc-back-link {
  display: none;
  align-items: center; gap: 0.4rem;
  color: var(--acc-grey); text-decoration: none;
  font-size: 0.9rem; font-weight: 500;
  margin-bottom: 1rem;
  background: none; border: none; cursor: pointer; padding: 0; font-family: inherit;
}
.acc-back-link svg { width: 16px; height: 16px; stroke: var(--acc-grey); }
@media screen and (max-width: 989px) {
  .acc-back-link { display: inline-flex; }
}

.acc-panel__title { font-size: clamp(1.5rem, 1.1rem + 1.5vw, 2.2rem); font-weight: 700; color: var(--acc-dark); margin: 0 0 1.6rem; line-height: 1.15; }

/* ============================================
   ORDERS TOOLBAR
   ============================================ */
.orders-toolbar { display: flex; flex-direction: column; gap: 1rem; margin-bottom: 1.6rem; }
@media screen and (min-width: 990px) { .orders-toolbar { flex-direction: row; justify-content: space-between; align-items: center; } }
.orders-search-wrap { position: relative; width: 100%; }
@media screen and (min-width: 990px) { .orders-search-wrap { max-width: 280px; } }
.orders-search-input {
  width: 100%; box-sizing: border-box;
  padding: 0.75rem 1rem 0.75rem 2.6rem;
  border: var(--acc-border); border-radius: 1.2rem;
  font-size: 0.95rem; color: var(--acc-dark); background: var(--acc-surface);
}
.orders-search-input:focus { outline: none; border-color: var(--acc-mint); }
.orders-search-icon { position: absolute; left: 0.9rem; top: 50%; transform: translateY(-50%); width: 18px; height: 18px; stroke: #94a3b8; pointer-events: none; }
.orders-filter-tabs { display: flex; gap: 0.5rem; flex-wrap: wrap; }
.orders-filter-tab {
  padding: 0.55rem 1.1rem; border-radius: 999px; border: var(--acc-border);
  background: var(--acc-surface); color: var(--acc-grey);
  font-size: 0.9rem; font-weight: 500; cursor: pointer; white-space: nowrap;
}
.orders-filter-tab.is-active { background: #f1f5f9; border-color: #cbd5e1; color: var(--acc-dark); }

/* ============================================
   ORDERS: mobile cards
   ============================================ */
.acc-orders-cards { display: flex; flex-direction: column; gap: 1.2rem; }
@media screen and (min-width: 990px) { .acc-orders-cards { display: none; } }

.order-card { background: var(--acc-surface); border: var(--acc-border); border-radius: var(--acc-radius); box-shadow: var(--acc-shadow-sm); overflow: hidden; }
.order-card__row { display: grid; grid-template-columns: minmax(90px, 120px) 1fr; border-bottom: 1px solid #f1f5f9; }
.order-card__row:last-child { border-bottom: none; }
.order-card__label { background: #f1f5f9; color: var(--acc-grey); font-size: 0.9rem; font-weight: 500; padding: 0.9rem 1rem; display: flex; align-items: center; }
.order-card__value { padding: 0.9rem 1rem; color: var(--acc-dark); font-size: 0.95rem; display: flex; align-items: center; gap: 0.6rem; }
.order-card__value a { color: var(--acc-dark); font-weight: 700; text-decoration: underline; }

/* ============================================
   ORDERS: desktop table
   ============================================ */
.order-table-wrap { display: none; }
@media screen and (min-width: 990px) {
  .order-table-wrap {
    display: block; background: var(--acc-surface); border: var(--acc-border);
    border-radius: var(--acc-radius); box-shadow: var(--acc-shadow-sm); overflow: hidden;
  }
}
.order-table { width: 100%; border-collapse: collapse; }
.order-table thead th {
  background: #f1f5f9; text-align: left; padding: 1rem 1.2rem;
  font-size: 0.85rem; font-weight: 600; color: var(--acc-grey); white-space: nowrap;
}
.order-table tbody td { padding: 1rem 1.2rem; font-size: 0.9rem; color: var(--acc-dark); border-top: 1px solid #f1f5f9; white-space: nowrap; }
.order-table tbody a.order-id-link { color: var(--acc-dark); font-weight: 700; text-decoration: underline; }
.order-table tbody td.align-right { text-align: right; }

/* ============================================
   PILLS / BADGES
   ============================================ */
.pill { display: inline-flex; align-items: center; padding: 0.3rem 0.9rem; border-radius: 999px; font-size: 0.85rem; font-weight: 600; white-space: nowrap; }
.pill--paid { background: #dcfce7; color: #16a34a; }
.pill--pending { background: #fef9c3; color: #ca8a04; }
.pill--voided { background: #fee2e2; color: #dc2626; }
.pill--refunded { background: #fee2e2; color: #dc2626; }
.pill--fulfilled { background: #d1fae5; color: #059669; }
.pill--partial { background: #ede9fe; color: #7c3aed; }
.pill--unfulfilled { background: #f3f4f6; color: #64748b; }

.acc-invoice-link {
  color: var(--acc-mint); text-decoration: underline; font-weight: 500; font-size: 0.9rem;
  background: none; border: none; cursor: pointer; padding: 0; font-family: inherit;
}

/* ============================================
   EMPTY STATES
   ============================================ */
.acc-empty { text-align: center; padding: 3.2rem 1.5rem; background: var(--acc-surface); border: var(--acc-border); border-radius: var(--acc-radius); color: var(--acc-grey-light); }
.acc-empty p { margin: 0 0 1.2rem; font-size: 1rem; }
.acc-empty__icon { width: 44px; height: 44px; margin: 0 auto 1rem; color: #cbd5e1; }

/* ============================================
   PAGINATION
   ============================================ */
.acc-pagination { display: flex; justify-content: flex-end; align-items: center; gap: 0.9rem; padding: 1.2rem; font-size: 0.9rem; color: var(--acc-grey); }
.acc-pagination__arrow {
  width: 30px; height: 30px; display: flex; align-items: center; justify-content: center;
  border-radius: 0.6rem; color: var(--acc-grey); text-decoration: none;
}
.acc-pagination__arrow svg { width: 16px; height: 16px; }
.acc-pagination__arrow.is-current { background: #f1f5f9; color: var(--acc-dark); }
.acc-pagination__arrow.is-disabled { opacity: 0.35; pointer-events: none; }

/* ============================================
   ADDRESSES
   ============================================ */
.addr-header { display: flex; align-items: center; justify-content: space-between; gap: 1rem; margin-bottom: 1.6rem; flex-wrap: wrap; }
.addr-header__title { font-size: clamp(1.5rem, 1.1rem + 1.5vw, 2.2rem); font-weight: 700; color: var(--acc-dark); margin: 0; line-height: 1.15; }
.addr-add-btn, .acc-back-link {
  display: inline-flex; align-items: center; gap: 0.5rem;
  padding: 0.65rem 1.2rem; border-radius: 0.9rem;
  border: 1.5px solid var(--acc-mint); background: transparent; color: var(--acc-mint);
  font-weight: 600; font-size: 0.9rem; text-decoration: none; cursor: pointer; white-space: nowrap;
    border-radius: 100px !important;
    border-width: 0.5px !important;
    gap: 10px !important;
    opacity: 1 !important;
    padding-top: 4px !important;
    padding-right: 6px !important;
    padding-bottom: 4px !important;
    padding-left: 6px !important;
    background: #fff !important;
    color: #000 !important;
    min-width: calc(8rem + var(--buttons-border-width) * 2) !important;
    min-height: calc(4rem + var(--buttons-border-width) * 2) !important;
}
.addr-add-btn:hover { background: var(--acc-mint-bg); }
.addr-add-btn svg { width: 16px; height: 16px; stroke: var(--acc-mint); pointer-events: none; }
.acc-hub__card svg,
.acc-hub__row svg,
.acc-nav__link svg,
.address-card__action svg { pointer-events: none; }

.addr-list { display: grid; grid-template-columns: 1fr; gap: 1.2rem; }
@media screen and (min-width: 990px) { .addr-list { grid-template-columns: repeat(auto-fill, minmax(320px, 1fr)); } }

.address-card { background: var(--acc-surface); border: var(--acc-border); border-radius: var(--acc-radius); box-shadow: var(--acc-shadow-sm); padding: 0.6rem; display: flex; flex-direction: column; }
.address-card__top { display: flex; align-items: center; justify-content: space-between; }
.address-card__label { font-weight: 700; text-transform: uppercase; color: #1e293b; font-size: 1.4rem; letter-spacing: 0.02em; }
.address-card__badge { display: inline-flex; align-items: center; gap: 0.35rem;     background: #00a790;
    color: #fff;
    font-size: 1.4rem;
    font-weight: 600;
    padding: 0.6rem 0.8rem;
    border-radius: 8px; }
.address-card__badge svg { width: 14px; height: 14px; stroke: var(--acc-mint); }
.address-card__name { font-weight: 700; color: #1e293b; font-size: 1.4rem; margin-bottom: 0.4rem; }
.address-card__line { color: var(--acc-grey); font-size: 1.2rem; line-height: 1.5; }
.address-card__phone { font-weight: 700; font-size: 1.2rem; color: #1e293b; margin-top: 0.8rem; }
.address-card__footer { display: flex; justify-content: flex-end; gap: 1.6rem; padding-top: 0.6rem; border-top: var(--acc-border); }
.address-card__action { display: inline-flex; align-items: center; gap: 0.4rem; background: none; border: none; font-size: 0.9rem; font-weight: 500; cursor: pointer; text-decoration: none; padding: 0; font-family: inherit; }
.address-card__action svg { width: 16px; height: 16px; }
.address-card__action--edit { color: var(--acc-grey); }
.address-card__action--edit svg { stroke: var(--acc-grey); }
.address-card__action--delete { color: var(--acc-red); }
.address-card__action--delete svg { stroke: var(--acc-red); }

/* ============================================
   MODALS (Invoice / Profile / Address form)
   ============================================ */
.acc-modal-overlay {
  position: fixed; inset: 0; z-index: 9999; background: rgba(0,0,0,0.45);
  display: flex; align-items: flex-end; justify-content: center;
  opacity: 0; pointer-events: none; transition: opacity 0.22s ease;
}
@media screen and (min-width: 600px) { .acc-modal-overlay { align-items: center; padding: 1.6rem; } }
.acc-modal-overlay.is-open { opacity: 1; pointer-events: all; }

.acc-modal {
  background: var(--acc-surface); border-radius: var(--acc-radius) var(--acc-radius) 0 0;
  box-shadow: var(--acc-shadow-lg); width: 100%; max-width: 100%; max-height: 92vh; overflow-y: auto;
  transform: translateY(100%); transition: transform 0.3s cubic-bezier(0.34,1.2,0.64,1), opacity 0.22s ease; opacity: 0;
}
@media screen and (min-width: 600px) {
  .acc-modal { max-width: 62rem; border-radius: var(--acc-radius); transform: translateY(1.5rem) scale(0.98); max-height: 90vh; }
}
.acc-modal-overlay.is-open .acc-modal { transform: translateY(0) scale(1); opacity: 1; }
.acc-modal::before {
  content: ''; display: block; width: 3.6rem; height: 0.4rem;
  background: rgba(15,23,42,0.15); border-radius: 10rem; margin: 1rem auto 0;
}
@media screen and (min-width: 600px) { .acc-modal::before { display: none; } }

.acc-modal__header {
  padding: 1.6rem 1.8rem 1.4rem; border-bottom: var(--acc-border);
  display: flex; align-items: center; justify-content: space-between; gap: 1rem;
  position: sticky; top: 0; background: var(--acc-surface); z-index: 1;
}
.acc-modal__title { font-size: 1.6rem; margin: 0; color: var(--acc-dark); font-weight: 700; }
.acc-modal__close {
  width: 34px; height: 34px; border-radius: var(--acc-radius-xs); border: var(--acc-border);
  background: none; cursor: pointer; display: flex; align-items: center; justify-content: center;
  color: var(--acc-grey); flex-shrink: 0;
}
.acc-modal__close svg { width: 16px; height: 16px; }
.acc-modal__body { padding: 1.6rem; }
@media screen and (min-width: 750px) { .acc-modal__body { padding: 2.2rem; } }

/* Profile / address form fields */
.pf-grid { display: grid; grid-template-columns: 1fr; gap: 1.2rem; }
@media screen and (min-width: 500px) { .pf-grid { grid-template-columns: 1fr 1fr; gap: 1.2rem 1.6rem; } }
.pf-grid .full-width { grid-column: 1; }
@media screen and (min-width: 500px) { .pf-grid .full-width { grid-column: span 2; } }
.pf-field { display: flex; flex-direction: column; gap: 0.5rem; }
.pf-field label { font-size: 0.9rem; font-weight: 600; color: var(--acc-grey); }
.pf-field input, .pf-field select, .pf-field textarea {
  padding: 0.85rem 1rem; border: var(--acc-border); border-radius: var(--acc-radius-sm);
  font-size: 0.95rem; color: var(--acc-dark); background: var(--acc-page-bg);
  outline: none; width: 100%; box-sizing: border-box; font-family: inherit;
}
.pf-field input:focus, .pf-field select:focus, .pf-field textarea:focus {
  border-color: var(--acc-mint); background: var(--acc-surface); box-shadow: 0 0 0 3px rgba(16,185,129,0.1);
}
.pf-field textarea { resize: vertical; min-height: 7rem; }
.pf-actions { display: flex; gap: 0.8rem; justify-content: flex-end; margin-top: 2rem; padding-top: 1.4rem; border-top: var(--acc-border); flex-wrap: wrap; }
.btn-primary, .btn-secondary {
  display: inline-flex; align-items: center; justify-content: center; gap: 0.5rem;
  padding: 0.85rem 1.8rem; border-radius: var(--acc-radius-sm); font-size: 0.95rem; font-weight: 600;
  cursor: pointer; min-height: 44px; border: none; font-family: inherit;
}
.btn-primary { background: var(--acc-mint); color: #ffffff; }
.btn-primary:hover { opacity: 0.9; }
.btn-secondary { background: transparent; color: var(--acc-dark); border: var(--acc-border); }
.btn-secondary:hover { background: var(--acc-page-bg); }

/* Invoice */
.invoice { font-size: 0.95rem; color: var(--acc-dark); }
.invoice__head { display: flex; flex-direction: column; gap: 1.2rem; margin-bottom: 1.6rem; }
@media screen and (min-width: 500px) { .invoice__head { flex-direction: row; justify-content: space-between; flex-wrap: wrap; } }
.invoice__shop-address { font-size: 0.85rem; color: var(--acc-grey-light); line-height: 1.6; }
.invoice__number { font-size: 1.1rem; font-weight: 700; margin-bottom: 0.3rem; }
.invoice__dates { font-size: 0.85rem; color: var(--acc-grey-light); line-height: 1.7; }
.invoice__divider { border: none; border-top: var(--acc-border); margin: 1.4rem 0; }
.invoice__addresses { display: grid; grid-template-columns: 1fr; gap: 1.2rem; margin-bottom: 1.6rem; }
@media screen and (min-width: 480px) { .invoice__addresses { grid-template-columns: 1fr 1fr; gap: 1.6rem; } }
.invoice__addr-label { font-size: 0.75rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.06em; color: var(--acc-grey-light); margin-bottom: 0.4rem; }
.invoice__addr-lines { font-size: 0.9rem; color: var(--acc-grey); line-height: 1.6; }
.invoice__table-wrap { overflow-x: auto; margin-bottom: 1.6rem; }
.invoice__table { width: 100%; border-collapse: collapse; font-size: 0.9rem; min-width: 26rem; }
.invoice__table th { background: #f1f5f9; font-size: 0.75rem; text-transform: uppercase; letter-spacing: 0.05em; color: var(--acc-grey-light); padding: 0.8rem; text-align: left; }
.invoice__table td { padding: 0.8rem; border-top: 1px solid #f1f5f9; vertical-align: top; }
.invoice__table td:last-child { text-align: right; font-weight: 600; }
.invoice__totals { margin-left: auto; width: 100%; max-width: 24rem; }
.invoice__totals-row { display: flex; justify-content: space-between; padding: 0.4rem 0; font-size: 0.9rem; }
.invoice__totals-row.is-total { border-top: 2px solid var(--acc-border-color); margin-top: 0.6rem; padding-top: 0.9rem; font-size: 1.1rem; font-weight: 700; }
.invoice__print-btn {
  display: inline-flex; align-items: center; gap: 0.5rem; padding: 0.85rem 1.8rem;
  background: var(--acc-mint); color: #fff; border: none; border-radius: var(--acc-radius-sm);
  font-size: 0.95rem; font-weight: 600; cursor: pointer; margin-top: 1.6rem; width: 100%; justify-content: center; font-family: inherit;
}
@media screen and (min-width: 500px) { .invoice__print-btn { width: auto; } }

@media print {
  .acc-modal-overlay { position: static; background: none; padding: 0; display: block; opacity: 1; }
  .acc-modal { box-shadow: none; max-height: none; transform: none; opacity: 1; }
  .acc-modal__close, .invoice__print-btn { display: none !important; }
}
