.woocommerce,
.woocommerce-page {
  color: var(--pg-text);
  font-family: var(--pg-font-body);
}

.woocommerce h1,
.woocommerce h2 {
  font-family: var(--pg-font-heading);
  font-weight: 400;
  text-transform: uppercase;
  line-height: .9;
}

.woocommerce h3,
.woocommerce .product_title,
.woocommerce-loop-product__title {
  font-family: var(--pg-font-condensed);
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .025em;
}

.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce #respond input#submit,
.woocommerce a.added_to_cart {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 14px 24px;
  border: 0;
  border-radius: 0;
  background: var(--pg-red);
  color: var(--pg-white);
  font-family: var(--pg-font-condensed);
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .04em;
  line-height: 1;
}

.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover,
.woocommerce #respond input#submit:hover,
.woocommerce a.added_to_cart:hover {
  background: var(--pg-red-dark);
  color: var(--pg-white);
}

.woocommerce .price {
  color: var(--pg-red);
  font-family: var(--pg-font-condensed);
  font-weight: 900;
}

.woocommerce div.product p.price,
.woocommerce div.product span.price {
  color: var(--pg-red);
}

.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea,
.woocommerce form .form-row select,
.select2-container--default .select2-selection--single {
  min-height: 48px;
  border: 2px solid rgba(33, 54, 44, .25);
  border-radius: 0;
  background: var(--pg-cream-light);
  color: var(--pg-text);
  font-family: var(--pg-font-body);
}

.woocommerce form .form-row input.input-text:focus,
.woocommerce form .form-row textarea:focus {
  border-color: var(--pg-green-900);
  outline: none;
}

.woocommerce-info,
.woocommerce-message,
.woocommerce-error {
  border-top-color: var(--pg-red);
  background: var(--pg-cream-light);
  color: var(--pg-text);
}

.woocommerce-info::before,
.woocommerce-message::before {
  color: var(--pg-core-green);
}

.woocommerce table.shop_table {
  border: 2px solid rgba(33, 54, 44, .18);
  border-radius: 0;
  background: var(--pg-cream-light);
}

.woocommerce table.shop_table th {
  font-family: var(--pg-font-condensed);
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .025em;
}

.woocommerce-MyAccount-navigation ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.woocommerce-MyAccount-navigation li a {
  display: block;
  padding: 12px 16px;
  background: var(--pg-green-900);
  color: var(--pg-cream-light);
  font-family: var(--pg-font-condensed);
  font-weight: 900;
  text-transform: uppercase;
  text-decoration: none;
}

.woocommerce-MyAccount-navigation li.is-active a,
.woocommerce-MyAccount-navigation li a:hover {
  background: var(--pg-red);
  color: var(--pg-white);
}


/* -------------------------------------------------------------------------
   Pomgarden account / my account - FIX
   ------------------------------------------------------------------------- */

.woocommerce-account .woocommerce {
  width: min(100% - 64px, 1180px);
  margin: 0 auto;
  display: grid !important;
  grid-template-columns: 330px minmax(0, 1fr);
  gap: 32px;
  align-items: start;
}

/* Woo default float reset */
.woocommerce-account .woocommerce-MyAccount-navigation,
.woocommerce-account .woocommerce-MyAccount-content {
  float: none !important;
  width: auto !important;
}

.woocommerce-account .woocommerce-MyAccount-navigation {
  grid-column: 1;
}

.woocommerce-account .woocommerce-MyAccount-content {
  grid-column: 2;
  max-width: 760px;
  font-size: clamp(15px, 0.95vw, 17px);
  line-height: 1.5;
  color: var(--pg-green-900, #17382f);
}

.woocommerce-account .woocommerce-MyAccount-navigation ul {
  margin: 0;
  padding: 0;
  list-style: none;
  background: var(--pg-green-900, #17382f);
}

.woocommerce-account .woocommerce-MyAccount-navigation li {
  margin: 0;
}

.woocommerce-account .woocommerce-MyAccount-navigation li a {
  display: block;
  padding: 16px 22px;
  font-size: clamp(15px, 1vw, 18px);
  line-height: 1.1;
  background: transparent;
  color: var(--pg-cream-light, #f0dfc0);
  font-family: var(--pg-font-condensed);
  font-weight: 900;
  text-transform: uppercase;
  text-decoration: none;
}

.woocommerce-account .woocommerce-MyAccount-navigation li.is-active a,
.woocommerce-account .woocommerce-MyAccount-navigation li a:hover {
  background: var(--pg-red, #c9162a);
  color: var(--pg-white, #fff);
}

.woocommerce-account .woocommerce-info,
.woocommerce-account .woocommerce-message,
.woocommerce-account .woocommerce-error {
  max-width: 760px;
  font-size: 16px;
  line-height: 1.45;
  padding: 18px 24px;
  margin: 0 0 28px;
  background: rgba(23, 56, 47, 0.08);
  border-top: 4px solid var(--pg-red, #c9162a);
  color: var(--pg-green-900, #17382f);
}

/* Header gránátalma csak főoldalon */
body:not(.home):not(.front-page) .pg-header-fruit {
  display: none !important;
}

/* Főoldalon desktopon látszódjon */
body.home .pg-header-fruit,
body.front-page .pg-header-fruit {
  display: block !important;
}

/* Mobilon / tableten sehol ne legyen */
@media (max-width: 1024px) {
  .pg-header-fruit {
    display: none !important;
  }
}

@media (max-width: 767px) {
  .woocommerce-account .woocommerce {
    width: min(100% - 32px, 1180px);
    display: block !important;
  }

  .woocommerce-account .woocommerce-MyAccount-navigation {
    margin-bottom: 28px;
  }
}

/* Account page title */
.woocommerce-account .page-header {
  width: min(100% - 64px, 1280px);
  margin: 10px auto 10px;
  background: linear-gradient(
    90deg,
    #17382f 0%,
    #1d4639 50%,
    #17382f 100%
  );
  border-radius: 18px;
  padding: 28px 28px;
}

.woocommerce-account .entry-title {
  max-width: 620px;
  margin: 0;
  font-family: var(--pg-font-heading);
  font-size: clamp(56px, 6vw, 105px);
  line-height: .75;
  font-weight: 400;
  text-transform: uppercase;
  color: var(--pg-green-900, #17382f);
}

@media (max-width: 767px) {
  .woocommerce-account .page-header {
    width: min(100% - 32px, 1180px);
    margin-bottom: 32px;
  }

  .woocommerce-account .entry-title {
    font-size: clamp(58px, 18vw, 92px);
  }
}


/* Account oldal cím egységesítés */
.woocommerce-account .page-header {
  width: min(100% - 64px, 1180px);
  margin: 0 auto 72px;
}

.woocommerce-account .entry-title {
  max-width: 720px;
  margin: 0;
  font-family: var(--pg-font-heading);
  font-size: clamp(64px, 7vw, 118px);
  line-height: .78;
  font-weight: 400;
  text-transform: uppercase;
  color: var(--pg-green-900, #17382f);
}

/* Woo contenten belüli nagy címek ne legyenek óriásiak */
.woocommerce-account .woocommerce-MyAccount-content > h1,
.woocommerce-account .woocommerce-MyAccount-content > h2,
.woocommerce-account .woocommerce-MyAccount-content > h3 {
  font-family: var(--pg-font-condensed);
  font-size: clamp(28px, 2.4vw, 44px);
  line-height: .95;
  margin: 0 0 24px;
  color: var(--pg-green-900, #17382f);
}

/* Account spacing + titles fix */
.woocommerce-account .page-header {
  width: min(100% - 64px, 1180px);
  margin: -18px auto 38px;
}

.woocommerce-account .entry-title {
  max-width: 560px;
  margin: 0;
  font-family: var(--pg-font-heading);
  font-size: clamp(58px, 6vw, 96px);
  line-height: .78;
  font-weight: 400;
  text-transform: uppercase;
  color: var(--pg-green-900, #17382f);
}

.woocommerce-account .woocommerce {
  margin-top: 0;
}

.woocommerce-account .woocommerce-MyAccount-content > h1,
.woocommerce-account .woocommerce-MyAccount-content > h2,
.woocommerce-account .woocommerce-MyAccount-content > h3,
.woocommerce-account .pomgarden-account-trees > h2 {
  font-family: var(--pg-font-heading);
  font-size: clamp(38px, 4vw, 68px);
  line-height: .8;
  margin: 0 0 28px;
  color: var(--pg-green-900, #17382f);
}

.woocommerce-account .pomgarden-tree-card h3 {
  font-family: var(--pg-font-condensed);
  font-size: clamp(36px, 3vw, 54px);
  line-height: .9;
  margin: 0 0 22px;
}

.woocommerce-account .pomgarden-tree-card {
  padding: 32px !important;
}

/* Fiókom címsáv */
.woocommerce-account .page-header {
  width: min(100% - 64px, 1280px);
  margin: 40px auto 60px;
  background: linear-gradient(
    90deg,
    #17382f 0%,
    #1d4639 50%,
    #17382f 100%
  );
  border-radius: 18px;
  padding: 28px 48px;
}

.woocommerce-account .entry-title {
  margin: 0;
  color: #efe0c3;
  font-size: clamp(48px, 5vw, 82px);
  line-height: .8;
  text-transform: uppercase;
}

/* -------------------------------------------------------------------------
   Pomgarden My Account / Saját fám
   ------------------------------------------------------------------------- */

.pomgarden-account-trees {
  --pg-core-green: var(--pg-green-900, #102f24);
  --pg-core-cream: var(--pg-cream, #ead9b8);
  --pg-core-cream-light: var(--pg-cream-light, #f4e5c8);
  --pg-core-red: var(--pg-red, #d9071f);
  --pg-core-sand: var(--pg-sand, #d6bea5);
  color: var(--pg-core-green);
}

.pomgarden-account-trees-head {
  margin-bottom: clamp(22px, 3vw, 42px);
}

.pomgarden-account-trees-head .pomgarden-account-eyebrow {
  margin: 0 0 8px;
  font-size: 13px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: .08em;
  text-transform: uppercase;
  opacity: .72;
}

.pomgarden-account-trees-head h2 {
  margin: 0 0 12px;
  color: var(--pg-core-green);
  font-family: var(--pg-font-heading, inherit);
  font-size: clamp(44px, 5vw, 76px);
  font-weight: 400;
  line-height: .95;
  letter-spacing: .015em;
  text-transform: uppercase;
}

.pomgarden-account-trees-head p {
  max-width: 680px;
  margin: 0;
  font-size: 17px;
  font-weight: 600;
  line-height: 1.42;
}

.pomgarden-tree-card-grid {
  display: grid;
  gap: 22px;
}

.pomgarden-tree-card,
.pomgarden-tree-empty {
  position: relative;
  overflow: hidden;
  padding: clamp(24px, 3vw, 42px);
  border: 1px solid rgba(16, 47, 36, .18);
  border-radius: 18px;
  background: rgba(255, 255, 255, .16);
  box-shadow: 0 14px 40px rgba(16, 47, 36, .06);
}

.pomgarden-tree-card-top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: clamp(22px, 2.6vw, 34px);
}

.pomgarden-tree-card-kicker {
  margin: 0 0 6px;
  font-size: 12px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: .08em;
  text-transform: uppercase;
  opacity: .72;
}

.pomgarden-tree-card h3 {
  margin: 0;
  color: var(--pg-core-green);
  font-family: var(--pg-font-menu, inherit);
  font-size: clamp(34px, 3.4vw, 56px);
  font-weight: 700;
  line-height: .95;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.pomgarden-tree-status {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 30px;
  padding: 0 13px;
  border-radius: 999px;
  background: var(--pg-core-green);
  color: var(--pg-core-cream-light);
  font-size: 12px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: .05em;
  text-transform: uppercase;
}

.pomgarden-tree-status--free {
  background: #237a3b;
}

.pomgarden-tree-status--active {
  background: var(--pg-core-red);
}

.pomgarden-tree-status--reserved {
  background: #8a6200;
}

.pomgarden-tree-status--harvested {
  background: #5a37a8;
}

.pomgarden-tree-status--delivered {
  background: #08705d;
}

.pomgarden-tree-status--cancelled_hold {
  background: #7d2222;
}

.pomgarden-tree-meta-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.pomgarden-tree-meta-item {
  padding: 15px 16px;
  border-radius: 12px;
  background: rgba(16, 47, 36, .06);
}

.pomgarden-tree-meta-item span {
  display: block;
  margin-bottom: 5px;
  font-size: 12px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: .06em;
  text-transform: uppercase;
  opacity: .66;
}

.pomgarden-tree-meta-item strong {
  display: block;
  font-size: 17px;
  font-weight: 800;
  line-height: 1.25;
}

.pomgarden-tree-note {
  margin-top: 18px;
  padding: 14px 16px;
  border-radius: 12px;
  background: rgba(217, 7, 31, .1);
  color: var(--pg-core-red);
  font-weight: 800;
  line-height: 1.3;
}

.pomgarden-tree-card-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 22px;
}

.pomgarden-tree-action {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 20px;
  border-radius: 8px;
  background: var(--pg-core-red);
  color: var(--pg-core-cream-light) !important;
  font-family: var(--pg-font-heading, inherit);
  font-size: 18px;
  line-height: 1;
  letter-spacing: .03em;
  text-decoration: none !important;
  text-transform: uppercase;
}

.pomgarden-tree-action--ghost {
  background: var(--pg-core-green);
}

/* -------------------------------------------------------------------------
   Pomgarden account login box shortcode
   [pomgarden_account_box]
   ------------------------------------------------------------------------- */

.pomgarden-account-box {
  padding: clamp(24px, 3vw, 38px);
  border-radius: 18px;
  background: var(--pg-green-900, #102f24);
  color: var(--pg-cream-light, #f4e5c8);
}

.pomgarden-account-box h3 {
  margin: 0 0 12px;
  color: inherit;
  font-family: var(--pg-font-heading, inherit);
  font-size: clamp(32px, 3.8vw, 54px);
  line-height: .95;
  text-transform: uppercase;
}

.pomgarden-account-box p {
  margin: 0 0 22px;
  max-width: 560px;
  font-weight: 600;
  line-height: 1.4;
}

.pomgarden-account-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
}

.pomgarden-account-button,
.pomgarden-account-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 20px;
  border-radius: 8px;
  text-decoration: none !important;
  font-weight: 800;
}

.pomgarden-account-button {
  background: var(--pg-red, #d9071f);
  color: var(--pg-cream-light, #f4e5c8) !important;
}

.pomgarden-account-link {
  color: var(--pg-cream-light, #f4e5c8) !important;
  background: rgba(255, 255, 255, .08);
}

/* Mobile */
@media (max-width: 767px) {
  .pomgarden-tree-card-top {
    flex-direction: column;
    align-items: flex-start;
  }

  .pomgarden-tree-meta-grid {
    grid-template-columns: 1fr;
  }

  .pomgarden-tree-card h3 {
    font-size: clamp(30px, 11vw, 44px);
  }

  .pomgarden-tree-action {
    width: 100%;
  }
}

/* -------------------------------------------------------------------------
   WooCommerce My Account page title hide
   ------------------------------------------------------------------------- */

.woocommerce-account .page-header,
.woocommerce-account header.page-header,
.woocommerce-account .entry-header,
.woocommerce-account .woocommerce-products-header {
  display: none !important;
}


/* -------------------------------------------------------------------------
   My Account / endpoint headings
   ------------------------------------------------------------------------- */

.woocommerce-account .woocommerce-MyAccount-content::before {
  display: block;
  margin: 0 0 clamp(22px, 3vw, 36px);
  color: var(--pg-green-900);
  font-family: var(--pg-font-heading);
  font-size: clamp(44px, 5vw, 74px);
  font-weight: 400;
  line-height: .92;
  letter-spacing: .015em;
  text-transform: uppercase;
}

.woocommerce-account.woocommerce-orders .woocommerce-MyAccount-content::before {
  content: "Rendeléseim";
}

.woocommerce-account.woocommerce-view-order .woocommerce-MyAccount-content::before {
  content: "Rendelés részletei";
}

.woocommerce-account.woocommerce-edit-address .woocommerce-MyAccount-content::before {
  content: "Címeim";
}

.woocommerce-account.woocommerce-edit-account .woocommerce-MyAccount-content::before {
  content: "Fiókadataim";
}

.woocommerce-account.woocommerce-payment-methods .woocommerce-MyAccount-content::before {
  content: "Fizetési módok";
}

.woocommerce-account.woocommerce-downloads .woocommerce-MyAccount-content::before {
  content: "Letöltések";
}

/* -------------------------------------------------------------------------
   My Account / Orders table
   ------------------------------------------------------------------------- */

.woocommerce-account .woocommerce-MyAccount-content .woocommerce-orders-table,
.woocommerce-account .woocommerce-MyAccount-content table.my_account_orders {
  width: 100%;
  border: 1px solid rgba(16, 52, 38, .16);
  border-radius: 18px;
  border-collapse: separate;
  border-spacing: 0;
  overflow: hidden;
  background: rgba(255, 255, 255, .12);
  table-layout: auto;
}

.woocommerce-account .woocommerce-MyAccount-content .woocommerce-orders-table thead th,
.woocommerce-account .woocommerce-MyAccount-content table.my_account_orders thead th {
  padding: 15px 18px;
  border-bottom: 1px solid rgba(16, 52, 38, .14);
  color: var(--pg-green-900);
  background: rgba(16, 52, 38, .05);
  font-family: var(--pg-font-body);
  font-size: 12px;
  font-weight: 900;
  line-height: 1;
  letter-spacing: .07em;
  text-align: left;
  text-transform: uppercase;
  white-space: nowrap;
}

.woocommerce-account .woocommerce-MyAccount-content .woocommerce-orders-table tbody td,
.woocommerce-account .woocommerce-MyAccount-content table.my_account_orders tbody td {
  padding: 22px 18px;
  border-top: 0;
  border-bottom: 1px solid rgba(16, 52, 38, .1);
  color: var(--pg-green-900);
  background: rgba(255, 255, 255, .06);
  font-family: var(--pg-font-body);
  font-size: 16px;
  font-weight: 700;
  line-height: 1.28;
  vertical-align: middle;
}

.woocommerce-account .woocommerce-MyAccount-content .woocommerce-orders-table tbody tr:last-child td,
.woocommerce-account .woocommerce-MyAccount-content table.my_account_orders tbody tr:last-child td {
  border-bottom: 0;
}

/* rendelés szám */
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-orders-table .woocommerce-orders-table__cell-order-number,
.woocommerce-account .woocommerce-MyAccount-content table.my_account_orders .order-number {
  width: 86px;
  white-space: nowrap;
}

/* dátum */
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-orders-table .woocommerce-orders-table__cell-order-date,
.woocommerce-account .woocommerce-MyAccount-content table.my_account_orders .order-date {
  width: 130px;
  white-space: nowrap;
}

/* státusz */
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-orders-table .woocommerce-orders-table__cell-order-status,
.woocommerce-account .woocommerce-MyAccount-content table.my_account_orders .order-status {
  width: 150px;
  font-weight: 900;
}

/* összeg: ne törjön bénán */
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-orders-table .woocommerce-orders-table__cell-order-total,
.woocommerce-account .woocommerce-MyAccount-content table.my_account_orders .order-total {
  min-width: 150px;
  white-space: nowrap;
}

/* a "1 termék" maradhat kisebb sorban */
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-orders-table .woocommerce-orders-table__cell-order-total .woocommerce-Price-amount,
.woocommerce-account .woocommerce-MyAccount-content table.my_account_orders .order-total .woocommerce-Price-amount {
  font-weight: 900;
}

.woocommerce-account .woocommerce-MyAccount-content .woocommerce-orders-table .woocommerce-orders-table__cell-order-total small,
.woocommerce-account .woocommerce-MyAccount-content table.my_account_orders .order-total small {
  display: block;
  margin-top: 4px;
  font-size: 12px;
  font-weight: 700;
  opacity: .72;
  white-space: nowrap;
}

/* műveletek */
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-orders-table .woocommerce-orders-table__cell-order-actions,
.woocommerce-account .woocommerce-MyAccount-content table.my_account_orders .order-actions {
  width: 150px;
  text-align: right;
  white-space: nowrap;
}

.woocommerce-account .woocommerce-MyAccount-content .woocommerce-orders-table .button,
.woocommerce-account .woocommerce-MyAccount-content table.my_account_orders .button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 22px;
  border: 0;
  border-radius: 8px;
  background: var(--pg-red);
  color: var(--pg-cream-light) !important;
  font-family: var(--pg-font-heading);
  font-size: 17px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: .03em;
  text-transform: uppercase;
  text-decoration: none !important;
  box-shadow: none;
}

.woocommerce-account .woocommerce-MyAccount-content .woocommerce-orders-table .button:hover,
.woocommerce-account .woocommerce-MyAccount-content table.my_account_orders .button:hover {
  background: #c70016;
  color: var(--pg-cream-light) !important;
}

/* ha csak 1 rendelés van, ne legyen túl vékony táblacsík */
.woocommerce-account .woocommerce-orders-table tbody tr {
  min-height: 86px;
}

/* -------------------------------------------------------------------------
   My Account / Orders mobile
   ------------------------------------------------------------------------- */

@media (max-width: 767px) {
  .woocommerce-account .woocommerce-MyAccount-content::before {
    font-size: clamp(38px, 12vw, 56px);
    margin-bottom: 22px;
  }

  .woocommerce-account .woocommerce-MyAccount-content .woocommerce-orders-table,
  .woocommerce-account .woocommerce-MyAccount-content table.my_account_orders {
    display: block;
    border-radius: 16px;
    overflow: hidden;
  }

  .woocommerce-account .woocommerce-MyAccount-content .woocommerce-orders-table thead,
  .woocommerce-account .woocommerce-MyAccount-content table.my_account_orders thead {
    display: none;
  }

  .woocommerce-account .woocommerce-MyAccount-content .woocommerce-orders-table tbody,
  .woocommerce-account .woocommerce-MyAccount-content table.my_account_orders tbody,
  .woocommerce-account .woocommerce-MyAccount-content .woocommerce-orders-table tr,
  .woocommerce-account .woocommerce-MyAccount-content table.my_account_orders tr {
    display: block;
  }

  .woocommerce-account .woocommerce-MyAccount-content .woocommerce-orders-table tr,
  .woocommerce-account .woocommerce-MyAccount-content table.my_account_orders tr {
    padding: 18px;
    background: rgba(255, 255, 255, .1);
  }

  .woocommerce-account .woocommerce-MyAccount-content .woocommerce-orders-table td,
  .woocommerce-account .woocommerce-MyAccount-content table.my_account_orders td {
    display: block;
    width: 100% !important;
    min-width: 0;
    padding: 0 0 15px;
    border: 0;
    background: transparent;
    font-size: 16px;
    text-align: left !important;
    white-space: normal;
  }

  .woocommerce-account .woocommerce-MyAccount-content .woocommerce-orders-table td:last-child,
  .woocommerce-account .woocommerce-MyAccount-content table.my_account_orders td:last-child {
    padding-bottom: 0;
  }

  .woocommerce-account .woocommerce-MyAccount-content .woocommerce-orders-table td::before,
  .woocommerce-account .woocommerce-MyAccount-content table.my_account_orders td::before {
    content: attr(data-title);
    display: block;
    margin-bottom: 5px;
    color: rgba(16, 52, 38, .66);
    font-size: 12px;
    font-weight: 900;
    line-height: 1;
    letter-spacing: .07em;
    text-transform: uppercase;
  }

  .woocommerce-account .woocommerce-MyAccount-content .woocommerce-orders-table .button,
  .woocommerce-account .woocommerce-MyAccount-content table.my_account_orders .button {
    width: 100%;
    min-height: 50px;
    font-size: 18px;
  }
}

/* -------------------------------------------------------------------------
   My Account / Subscription detail page
   ------------------------------------------------------------------------- */

/* felső endpoint headline */
.woocommerce-account.woocommerce-view-subscription .woocommerce-MyAccount-content::before {
  content: "Előfizetésem";
  display: block;
  margin: 0 0 clamp(24px, 3vw, 40px);
  color: var(--pg-green-900);
  font-family: var(--pg-font-heading);
  font-size: clamp(46px, 5vw, 76px);
  font-weight: 400;
  line-height: .9;
  letter-spacing: .015em;
  text-transform: uppercase;
}

/* subscription detail táblák */
.woocommerce-account.woocommerce-view-subscription .woocommerce-MyAccount-content table,
.woocommerce-account .shop_table.subscription_details,
.woocommerce-account .shop_table.order_details {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  overflow: hidden;
  border: 1px solid rgba(16, 52, 38, .16);
  border-radius: 18px;
  background: rgba(255, 255, 255, .10);
}

.woocommerce-account.woocommerce-view-subscription .woocommerce-MyAccount-content table th,
.woocommerce-account.woocommerce-view-subscription .woocommerce-MyAccount-content table td,
.woocommerce-account .shop_table.subscription_details th,
.woocommerce-account .shop_table.subscription_details td,
.woocommerce-account .shop_table.order_details th,
.woocommerce-account .shop_table.order_details td {
  padding: 15px 18px;
  border-color: rgba(16, 52, 38, .13);
  color: var(--pg-green-900);
  font-family: var(--pg-font-body);
  font-size: 15px;
  font-weight: 700;
  line-height: 1.3;
}

.woocommerce-account.woocommerce-view-subscription .woocommerce-MyAccount-content table th,
.woocommerce-account .shop_table.subscription_details th,
.woocommerce-account .shop_table.order_details th {
  font-weight: 900;
  letter-spacing: .03em;
}

/* action gombok: cancel / change payment / renew */
.woocommerce-account.woocommerce-view-subscription .woocommerce-MyAccount-content .button,
.woocommerce-account.woocommerce-view-subscription .woocommerce-MyAccount-content a.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 20px;
  border: 0;
  border-radius: 8px;
  background: var(--pg-red);
  color: var(--pg-cream-light) !important;
  font-family: var(--pg-font-heading);
  font-size: 15px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: .035em;
  text-transform: uppercase;
  text-decoration: none !important;
  box-shadow: none;
}

.woocommerce-account.woocommerce-view-subscription .woocommerce-MyAccount-content .button:hover,
.woocommerce-account.woocommerce-view-subscription .woocommerce-MyAccount-content a.button:hover {
  background: #c70016;
  color: var(--pg-cream-light) !important;
}

/* WooCommerce / Subscriptions automata alcímek */
.woocommerce-account.woocommerce-view-subscription .woocommerce-MyAccount-content h2,
.woocommerce-account.woocommerce-view-subscription .woocommerce-MyAccount-content h3,
.woocommerce-account .woocommerce-order-details__title,
.woocommerce-account .woocommerce-column__title,
.woocommerce-account h2.woocommerce-order-details__title {
  margin: clamp(30px, 3.6vw, 48px) 0 clamp(14px, 1.8vw, 22px);
  color: var(--pg-green-900);
  font-family: "Helvetica Now Condensed", var(--pg-font-display, sans-serif);
  font-size: clamp(24px, 2.5vw, 36px);
  font-weight: 900;
  line-height: .96;
  letter-spacing: .08em;
  text-transform: uppercase;
}

/* related orders túl nagy headline visszafogása */
.woocommerce-account.woocommerce-view-subscription .woocommerce-MyAccount-content h2:not(:first-child) {
  font-size: clamp(30px, 3.2vw, 48px);
}

/* related orders táblánál ne törjön csúnyán az összeg */
.woocommerce-account.woocommerce-view-subscription .woocommerce-orders-table__cell-order-total,
.woocommerce-account.woocommerce-view-subscription .order-total {
  white-space: nowrap;
  min-width: 150px;
}

/* számlázási cím box */
.woocommerce-account.woocommerce-view-subscription .woocommerce-customer-details address,
.woocommerce-account .woocommerce-column--billing-address address {
  padding: 20px 22px;
  border: 1px solid rgba(16, 52, 38, .16);
  border-radius: 16px;
  background: rgba(255, 255, 255, .10);
  color: var(--pg-green-900);
  font-family: var(--pg-font-body);
  font-size: 16px;
  font-weight: 700;
  line-height: 1.45;
}

/* -------------------------------------------------------------------------
   My Account / Subscription detail mobile
   ------------------------------------------------------------------------- */

@media (max-width: 767px) {
  .woocommerce-account.woocommerce-view-subscription .woocommerce-MyAccount-content::before {
    font-size: clamp(38px, 12vw, 56px);
    margin-bottom: 22px;
  }

  .woocommerce-account.woocommerce-view-subscription .woocommerce-MyAccount-content h2,
  .woocommerce-account.woocommerce-view-subscription .woocommerce-MyAccount-content h3,
  .woocommerce-account .woocommerce-order-details__title,
  .woocommerce-account .woocommerce-column__title {
    font-family: "Helvetica Now Condensed", var(--pg-font-display, sans-serif);
    font-size: clamp(22px, 6.5vw, 32px);
    font-weight: 900;
    line-height: .96;
    letter-spacing: .06em;
    text-transform: uppercase;
  }

  .woocommerce-account.woocommerce-view-subscription .woocommerce-MyAccount-content table th,
  .woocommerce-account.woocommerce-view-subscription .woocommerce-MyAccount-content table td,
  .woocommerce-account .shop_table.subscription_details th,
  .woocommerce-account .shop_table.subscription_details td,
  .woocommerce-account .shop_table.order_details th,
  .woocommerce-account .shop_table.order_details td {
    font-size: 14px;
    padding: 13px 14px;
  }

  .woocommerce-account.woocommerce-view-subscription .woocommerce-MyAccount-content .button,
  .woocommerce-account.woocommerce-view-subscription .woocommerce-MyAccount-content a.button {
    width: 100%;
    margin-bottom: 8px;
  }
}
/* -------------------------------------------------------------------------
   My Account / Addresses page
   ------------------------------------------------------------------------- */

.woocommerce-account.woocommerce-edit-address .woocommerce-MyAccount-content::before {
  content: "Címeim";
  display: block;
  margin: 0 0 clamp(18px, 2.4vw, 28px);
  color: var(--pg-green-900);
  font-family: var(--pg-font-heading);
  font-size: clamp(46px, 5vw, 76px);
  font-weight: 400;
  line-height: .9;
  letter-spacing: .015em;
  text-transform: uppercase;
}

.woocommerce-account.woocommerce-edit-address .woocommerce-MyAccount-content > p {
  max-width: 720px;
  margin: 0 0 clamp(24px, 3vw, 38px);
  color: var(--pg-green-900);
  font-family: var(--pg-font-body);
  font-size: 16px;
  font-weight: 700;
  line-height: 1.4;
}

/* Woo alap float/column rendszer nullázása */
.woocommerce-account.woocommerce-edit-address .woocommerce-Addresses {
  display: grid !important;
  grid-template-columns: 1fr !important;
  gap: clamp(18px, 2.4vw, 28px) !important;
  width: 100%;
  max-width: 720px;
  margin-top: clamp(24px, 3vw, 38px);
}

.woocommerce-account.woocommerce-edit-address .woocommerce-Addresses::before,
.woocommerce-account.woocommerce-edit-address .woocommerce-Addresses::after {
  display: none !important;
  content: none !important;
}

.woocommerce-account.woocommerce-edit-address .woocommerce-Address,
.woocommerce-account.woocommerce-edit-address .woocommerce-Address.col-1,
.woocommerce-account.woocommerce-edit-address .woocommerce-Address.col-2,
.woocommerce-account.woocommerce-edit-address .u-column1,
.woocommerce-account.woocommerce-edit-address .u-column2 {
  float: none !important;
  width: auto !important;
  max-width: none !important;
  margin: 0 !important;
  clear: none !important;
}

/* Címkártyák */
.woocommerce-account.woocommerce-edit-address .woocommerce-Address {
  position: relative;
  min-height: 260px;
  padding: clamp(24px, 2.8vw, 38px);
  border: 1px solid rgba(16, 52, 38, .16);
  border-radius: 18px;
  background: rgba(255, 255, 255, .10);
  box-sizing: border-box;
}

/* Kártya fejléc */
.woocommerce-account.woocommerce-edit-address .woocommerce-Address-title {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  margin: 0 0 24px;
}

.woocommerce-account.woocommerce-edit-address .woocommerce-Address-title h2 {
  max-width: 100%;
  margin: 0;
  color: var(--pg-green-900);
  font-family: "Helvetica Now Condensed", var(--pg-font-display, sans-serif);
  font-size: clamp(26px, 2.4vw, 36px);
  font-weight: 900;
  line-height: .96;
  letter-spacing: .08em;
  text-transform: uppercase;
}

/* Szerkesztés / hozzáadás gomb */
.woocommerce-account.woocommerce-edit-address .woocommerce-Address-title a.edit {
  position: static;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: auto;
  min-height: 42px;
  padding: 0 18px;
  border-radius: 8px;
  background: var(--pg-red);
  color: var(--pg-cream-light) !important;
  font-family: var(--pg-font-heading);
  font-size: 15px;
  line-height: 1;
  letter-spacing: .03em;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none !important;
  box-shadow: none;
  transition:
    transform .18s ease,
    background-color .18s ease;
}

.woocommerce-account.woocommerce-edit-address .woocommerce-Address-title a.edit:hover {
  transform: translateY(-1px);
  background: #c70016;
  color: var(--pg-cream-light) !important;
}

/* Cím szöveg */
.woocommerce-account.woocommerce-edit-address .woocommerce-Address address {
  margin: 0;
  color: var(--pg-green-900);
  font-family: var(--pg-font-body);
  font-size: 16px;
  font-weight: 700;
  font-style: normal;
  line-height: 1.55;
}

.woocommerce-account.woocommerce-edit-address .woocommerce-Address address em {
  color: rgba(16, 52, 38, .72);
  font-style: normal;
  font-weight: 700;
}

/* -------------------------------------------------------------------------
   My Account / Edit address form
   ------------------------------------------------------------------------- */

.woocommerce-account.woocommerce-edit-address form {
  max-width: 760px;
}

.woocommerce-account.woocommerce-edit-address form h2,
.woocommerce-account.woocommerce-edit-address form h3 {
  margin: 0 0 clamp(20px, 2.6vw, 32px);
  color: var(--pg-green-900);
  font-family: "Helvetica Now Condensed", var(--pg-font-display, sans-serif);
  font-size: clamp(26px, 2.6vw, 38px);
  font-weight: 900;
  line-height: .96;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.woocommerce-account.woocommerce-edit-address .woocommerce-address-fields {
  padding: clamp(24px, 2.8vw, 38px);
  border: 1px solid rgba(16, 52, 38, .16);
  border-radius: 18px;
  background: rgba(255, 255, 255, .10);
}

.woocommerce-account.woocommerce-edit-address .form-row {
  margin: 0 0 18px;
}

.woocommerce-account.woocommerce-edit-address .form-row label {
  display: block;
  margin: 0 0 7px;
  color: var(--pg-green-900);
  font-family: var(--pg-font-body);
  font-size: 13px;
  font-weight: 900;
  line-height: 1;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.woocommerce-account.woocommerce-edit-address .form-row input.input-text,
.woocommerce-account.woocommerce-edit-address .form-row textarea,
.woocommerce-account.woocommerce-edit-address .form-row select {
  width: 100%;
  min-height: 48px;
  padding: 0 14px;
  border: 1px solid rgba(16, 52, 38, .22);
  border-radius: 10px;
  background: rgba(255, 255, 255, .18);
  color: var(--pg-green-900);
  font-family: var(--pg-font-body);
  font-size: 16px;
  font-weight: 700;
  outline: none;
}

.woocommerce-account.woocommerce-edit-address .form-row textarea {
  min-height: 120px;
  padding-block: 12px;
}

.woocommerce-account.woocommerce-edit-address .form-row input.input-text:focus,
.woocommerce-account.woocommerce-edit-address .form-row textarea:focus,
.woocommerce-account.woocommerce-edit-address .form-row select:focus {
  border-color: var(--pg-green-900);
  background: rgba(255, 255, 255, .26);
}

.woocommerce-account.woocommerce-edit-address form .button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 0 26px;
  border: 0;
  border-radius: 8px;
  background: var(--pg-red);
  color: var(--pg-cream-light) !important;
  font-family: var(--pg-font-heading);
  font-size: 18px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: .03em;
  text-transform: uppercase;
  text-decoration: none !important;
  box-shadow: none;
}

.woocommerce-account.woocommerce-edit-address form .button:hover {
  background: #c70016;
  color: var(--pg-cream-light) !important;
}

/* Mobile */
@media (max-width: 767px) {
  .woocommerce-account.woocommerce-edit-address .woocommerce-MyAccount-content::before {
    font-size: clamp(38px, 12vw, 56px);
    margin-bottom: 18px;
  }

  .woocommerce-account.woocommerce-edit-address .woocommerce-MyAccount-content > p {
    font-size: 15px;
    margin-bottom: 24px;
  }

  .woocommerce-account.woocommerce-edit-address .woocommerce-Addresses {
    grid-template-columns: 1fr !important;
    gap: 18px !important;
  }

  .woocommerce-account.woocommerce-edit-address .woocommerce-Address {
    min-height: 0;
    padding: 24px;
  }

  .woocommerce-account.woocommerce-edit-address .woocommerce-Address-title {
    gap: 14px;
    margin-bottom: 20px;
  }

  .woocommerce-account.woocommerce-edit-address .woocommerce-Address-title h2 {
    font-size: clamp(22px, 6.5vw, 32px);
    letter-spacing: .06em;
  }

  .woocommerce-account.woocommerce-edit-address .woocommerce-Address-title a.edit {
    width: 100%;
    min-height: 46px;
  }

  .woocommerce-account.woocommerce-edit-address .woocommerce-address-fields {
    padding: 22px;
  }

  .woocommerce-account.woocommerce-edit-address form .button {
    width: 100%;
    min-height: 52px;
  }
}
/* -------------------------------------------------------------------------
   Lost password / reset password page layout
   ------------------------------------------------------------------------- */

body.woocommerce-lost-password main#content .page-content,
body.woocommerce-reset-password main#content .page-content {
  width: min(100% - 64px, 1180px) !important;
  max-width: 1180px !important;
  margin-inline: auto !important;
}

body.woocommerce-lost-password main#content .page-content > .woocommerce,
body.woocommerce-reset-password main#content .page-content > .woocommerce {
  display: block !important;
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;

  grid-template-columns: none !important;
  grid-template-rows: none !important;
  gap: 0 !important;
}

body.woocommerce-lost-password .woocommerce-ResetPassword,
body.woocommerce-reset-password .woocommerce-ResetPassword {
  width: min(100%, 760px) !important;
  max-width: 760px !important;
  margin: 0 !important;
  padding: 0 !important;
}

body.woocommerce-lost-password .woocommerce-ResetPassword p {
  max-width: none !important;
}

@media (max-width: 767px) {
  body.woocommerce-lost-password.woocommerce-account main#content .page-content > .woocommerce,
  body.woocommerce-lost-password.woocommerce-account .page-content > .woocommerce,
  body.woocommerce-lost-password.woocommerce-account .woocommerce {
    width: calc(100% - 40px) !important;
    max-width: none !important;
  }
}

/* -------------------------------------------------------------------------
   WooCommerce auth pages: no account grid
   ------------------------------------------------------------------------- */

body.woocommerce-lost-password .page-content > .woocommerce,
body.woocommerce-lost-password main#content .woocommerce,
body.woocommerce-reset-password .page-content > .woocommerce,
body.woocommerce-reset-password main#content .woocommerce {
  display: block !important;
  grid-template-columns: none !important;
  gap: 0 !important;

  width: min(100% - 64px, 760px) !important;
  max-width: 760px !important;
  margin: 0 auto !important;
  padding: 0 !important;
}

body.woocommerce-lost-password .woocommerce-ResetPassword,
body.woocommerce-reset-password .woocommerce-ResetPassword {
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
}

body.woocommerce-lost-password .woocommerce-ResetPassword p,
body.woocommerce-reset-password .woocommerce-ResetPassword p {
  max-width: none !important;
}

@media (max-width: 767px) {
  body.woocommerce-lost-password .page-content > .woocommerce,
  body.woocommerce-lost-password main#content .woocommerce,
  body.woocommerce-reset-password .page-content > .woocommerce,
  body.woocommerce-reset-password main#content .woocommerce {
    width: calc(100% - 40px) !important;
    max-width: none !important;
  }
}

/* -------------------------------------------------------------------------
   WooCommerce auth pages: align with site container
   ------------------------------------------------------------------------- */

body.woocommerce-lost-password .page-content,
body.woocommerce-reset-password .page-content {
  width: min(100% - 64px, 1180px);
  margin-inline: auto;
}

body.woocommerce-lost-password .page-content > .woocommerce,
body.woocommerce-lost-password main#content .woocommerce,
body.woocommerce-reset-password .page-content > .woocommerce,
body.woocommerce-reset-password main#content .woocommerce {
  display: block !important;
  grid-template-columns: none !important;
  gap: 0 !important;

  width: 100% !important;
  max-width: none !important;
  margin: 0 auto !important;
  padding: 0 !important;
}

body.woocommerce-lost-password .woocommerce-notices-wrapper,
body.woocommerce-reset-password .woocommerce-notices-wrapper {
  width: 100% !important;
  max-width: none !important;
  margin: 0 0 36px 0 !important;
  padding: 0 !important;
}

body.woocommerce-lost-password .woocommerce-notices-wrapper .woocommerce-error,
body.woocommerce-lost-password .woocommerce-notices-wrapper .woocommerce-message,
body.woocommerce-lost-password .woocommerce-notices-wrapper .woocommerce-info,
body.woocommerce-reset-password .woocommerce-notices-wrapper .woocommerce-error,
body.woocommerce-reset-password .woocommerce-notices-wrapper .woocommerce-message,
body.woocommerce-reset-password .woocommerce-notices-wrapper .woocommerce-info {
  width: 100% !important;
  max-width: none !important;
}

body.woocommerce-lost-password .woocommerce-ResetPassword,
body.woocommerce-reset-password .woocommerce-ResetPassword {
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

body.woocommerce-lost-password .woocommerce-ResetPassword p,
body.woocommerce-reset-password .woocommerce-ResetPassword p {
  max-width: none !important;
}

@media (max-width: 767px) {
  body.woocommerce-lost-password .page-content,
  body.woocommerce-reset-password .page-content {
    width: calc(100% - 40px);
  }

  body.woocommerce-lost-password .woocommerce-notices-wrapper,
  body.woocommerce-reset-password .woocommerce-notices-wrapper {
    margin-bottom: 24px !important;
  }

  body.woocommerce-lost-password .woocommerce-ResetPassword,
  body.woocommerce-reset-password .woocommerce-ResetPassword {
    width: 100% !important;
    max-width: none !important;
  }
}

/* -------------------------------------------------------------------------
   My Account mobile navigation: compact horizontal tabs
   ------------------------------------------------------------------------- */

@media (max-width: 767px) {
  .woocommerce-account .woocommerce {
    width: calc(100% - 40px) !important;
    display: block !important;
  }

  .woocommerce-account .woocommerce-MyAccount-navigation {
    margin: 0 0 28px !important;
    overflow: visible !important;
  }

  .woocommerce-account .woocommerce-MyAccount-navigation ul {
    display: flex !important;
    flex-wrap: nowrap !important;
    gap: 8px !important;
    overflow-x: auto !important;
    overflow-y: hidden !important;
    padding: 8px !important;
    margin: 0 !important;

    background: var(--pg-green-900, #17382f) !important;
    border-radius: 18px !important;

    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
  }

  .woocommerce-account .woocommerce-MyAccount-navigation ul::-webkit-scrollbar {
    display: none;
  }

  .woocommerce-account .woocommerce-MyAccount-navigation li {
    flex: 0 0 auto !important;
    margin: 0 !important;
  }

  .woocommerce-account .woocommerce-MyAccount-navigation li a {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    padding: 0 16px !important;

    background: rgba(244, 229, 200, .08) !important;
    color: var(--pg-cream-light, #f4e5c8) !important;
    border-radius: 999px !important;

    font-size: 15px !important;
    line-height: 1 !important;
    white-space: nowrap !important;
  }

  .woocommerce-account .woocommerce-MyAccount-navigation li.is-active a,
  .woocommerce-account .woocommerce-MyAccount-navigation li a:hover {
    background: var(--pg-red, #d7192f) !important;
    color: var(--pg-cream-light, #f4e5c8) !important;
  }

  .woocommerce-account .woocommerce-MyAccount-content {
    width: 100% !important;
    max-width: none !important;
  }
}