.woocommerce-cart,
.woocommerce-checkout,
.woocommerce-account {
  color: #183300;
  font-family: var(--body-font);
  background:
    radial-gradient(circle at top center, rgba(217, 238, 245, 0.85), rgba(255, 255, 255, 0.96) 55%, #ffffff 100%);
}

.woocommerce-cart #primary,
.woocommerce-checkout #primary,
.woocommerce-account #primary {
  padding: 0 0 clamp(80px, 8vw, 120px);
}

.woocommerce-page-hero {
  position: relative;
  isolation: isolate;
  min-height: clamp(360px, 40vw, 629px);
  overflow: hidden;
  color: #fff;
  background: #07190e;
}

.woocommerce-page-hero-background,
.woocommerce-page-hero-shade {
  position: absolute;
  inset: 0;
}

.woocommerce-page-hero-background {
  z-index: -3;
  background: url("../assets/hero-contact.jpg") center center / cover no-repeat;
  transform: scale(1.025);
}

.woocommerce-page-hero-shade {
  z-index: -2;
  background:
    radial-gradient(circle at 50% 50%, rgba(10, 28, 16, 0.06), rgba(0, 10, 4, 0.56) 92%),
    linear-gradient(90deg, rgba(0, 12, 5, 0.46), rgba(4, 23, 12, 0.05) 50%, rgba(0, 12, 5, 0.46));
}

.woocommerce-page-hero-foliage {
  position: absolute;
  z-index: 2;
  pointer-events: none;
}

.woocommerce-page-hero-foliage img {
  display: block;
  width: 100%;
  height: auto;
}

.woocommerce-page-hero-foliage-left-top {
  top: 0;
  left: 0;
  width: clamp(220px, 20vw, 390px);
}

.woocommerce-page-hero-foliage-right-top {
  top: 0;
  right: 0;
  width: clamp(190px, 21vw, 350px);
}

.woocommerce-page-hero-foliage-left-bottom {
  bottom: 0;
  left: 0;
  width: clamp(190px, 21vw, 350px);
}

.woocommerce-page-hero-foliage-right-bottom {
  right: 0;
  bottom: 0;
  width: clamp(230px, 22vw, 420px);
}

.woocommerce-page-hero-title-wrap {
  position: relative;
  z-index: 8;
  width: min(92%, 960px);
  margin-inline: auto;
  padding: 200px 0px;
  text-align: center;
}

.woocommerce-page-title-parrot {
    position: absolute;
    z-index: 2;
    top: clamp(114px, 6vw, 133px);
    left: 44%;
    width: clamp(118px, 13vw, 220px);
    max-width: none;
    height: auto;
    transform: translateX(calc(-50% - clamp(84px, 6vw, 137px)));
    pointer-events: none;
}

.woocommerce-page-hero-title-wrap h1 {
  margin: 0;
  color: #9bdf35;
  background: linear-gradient(180deg, #f4f5ef 0%, #e9eee2 36%, #a9e74b 70%, #62bd04 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  filter: drop-shadow(2px 4px 2px rgba(0, 12, 5, 0.38));
  font-family: var(--heading-font);
  font-size: clamp(4rem, 6.8vw, 8.2rem);
  font-weight: 400;
  line-height: 0.9;
  letter-spacing: -0.018em;
  text-transform: uppercase;
}

.woocommerce-page-hero-title-wrap p {
  width: min(100%, 680px);
  margin: 16px auto 0;
  color: rgba(245, 250, 239, 0.85);
  font-size: clamp(0.95rem, 1.05vw, 1.12rem);
  line-height: 1.6;
}

.woocommerce-system-content {
  padding: clamp(44px, 5vw, 82px) 0 clamp(80px, 8vw, 120px);
}

.woocommerce-system-content .container {
  width: min(calc(100% - clamp(28px, 5vw, 80px)), 1480px);
}

.woocommerce-cart .woocommerce,
.woocommerce-checkout .woocommerce,
.woocommerce-account .woocommerce {
  width: min(calc(100% - clamp(28px, 5vw, 80px)), 1480px);
  margin-inline: auto;
}

.woocommerce-cart h1,
.woocommerce-checkout h1,
.woocommerce-account h1,
.woocommerce-cart h2,
.woocommerce-checkout h2,
.woocommerce-account h2,
.woocommerce-cart h3,
.woocommerce-checkout h3,
.woocommerce-account h3 {
  margin-top: 0;
  font-family: var(--heading-font);
  color: #397c00;
  line-height: 0.92;
  text-transform: uppercase;
  font-weight:500;
}

.woocommerce-cart .woocommerce-notices-wrapper,
.woocommerce-checkout .woocommerce-notices-wrapper,
.woocommerce-account .woocommerce-notices-wrapper {
  margin-bottom: 20px;
}

.woocommerce-message,
.woocommerce-info,
.woocommerce-error,
.woocommerce-noreviews,
p.no-comments {
  border: 1px solid rgba(88, 146, 12, 0.18);
  border-left-width: 4px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 16px 36px rgba(22, 59, 22, 0.08);
}

.woocommerce-cart .woocommerce a,
.woocommerce-checkout .woocommerce a,
.woocommerce-account .woocommerce a {
  color: #3c7f07;
}

.woocommerce-cart .woocommerce a:hover,
.woocommerce-checkout .woocommerce a:hover,
.woocommerce-account .woocommerce a:hover,
.woocommerce-cart .woocommerce a:focus-visible,
.woocommerce-checkout .woocommerce a:focus-visible,
.woocommerce-account .woocommerce a:focus-visible {
  color: #58920c;
}

.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce #respond input#submit,
.woocommerce button[name="update_cart"],
.woocommerce a.checkout-button,
.woocommerce .return-to-shop a {
  min-height: 44px;
  padding: 0.8rem 1.3rem;
  border: 0;
  border-radius: 999px;
  background: #58920c;
  color: #fff;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 0.72rem;
  text-transform: uppercase;
  transition: background-color 180ms ease, transform 180ms ease, color 180ms ease;
}

.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover,
.woocommerce #respond input#submit:hover,
.woocommerce button[name="update_cart"]:hover,
.woocommerce a.checkout-button:hover,
.woocommerce .return-to-shop a:hover,
.woocommerce a.button:focus-visible,
.woocommerce button.button:focus-visible,
.woocommerce input.button:focus-visible,
.woocommerce #respond input#submit:focus-visible,
.woocommerce button[name="update_cart"]:focus-visible,
.woocommerce a.checkout-button:focus-visible,
.woocommerce .return-to-shop a:focus-visible {
  background: #73b719;
  color: #fff;
  transform: translateY(-1px);
}

.woocommerce table.shop_table {
  overflow: hidden;
  border: 1px solid rgba(120, 180, 222, 0.8);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 20px 42px rgba(31, 70, 92, 0.08);
}

.woocommerce table.shop_table th,
.woocommerce table.shop_table td {
  padding: 16px 18px;
  border-color: rgba(120, 180, 222, 0.18);
  color: #183300;
  font-family: var(--body-font);
}

.woocommerce table.shop_table th {
  background: rgba(226, 239, 245, 0.85);
  font-weight: 600;
  color: #397c00;
}

.woocommerce-cart .woocommerce-cart-form,
.woocommerce-cart .cart-collaterals,
.woocommerce-checkout form.checkout,
.woocommerce-account .woocommerce-MyAccount-navigation,
.woocommerce-account .woocommerce-MyAccount-content {
  border-radius: 26px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 22px 48px rgba(31, 70, 92, 0.08);
}

.woocommerce-cart .shop_table,
.woocommerce-checkout .shop_table {
  color: #183300;
}

.woocommerce-cart .shop_table thead th,
.woocommerce-checkout .shop_table thead th {
  background: rgba(226, 239, 245, 0.9);
}

.woocommerce-cart .shop_table tbody td,
.woocommerce-checkout .shop_table tbody td,
.woocommerce-cart .shop_table tfoot th,
.woocommerce-checkout .shop_table tfoot th,
.woocommerce-cart .shop_table tfoot td,
.woocommerce-checkout .shop_table tfoot td {
  color: #183300;
}

.woocommerce-cart .woocommerce-cart-form,
.woocommerce-checkout form.checkout {
  padding: clamp(18px, 2vw, 30px);
}

.woocommerce-cart .cart-collaterals {
  padding: clamp(18px, 2vw, 30px);
}

.woocommerce-checkout .woocommerce-checkout-review-order {
  border: 1px solid rgba(120, 180, 222, 0.8);
  border-radius: 26px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 22px 48px rgba(31, 70, 92, 0.08);
}

.woocommerce .quantity .qty,
.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea,
.woocommerce form .form-row select,
.woocommerce-account .woocommerce-MyAccount-content input[type="text"],
.woocommerce-account .woocommerce-MyAccount-content input[type="email"],
.woocommerce-account .woocommerce-MyAccount-content input[type="password"] {
  min-height: 48px;
  padding: 0.75rem 1rem;
  color: #183300;
  border: 1px solid rgba(120, 180, 222, 0.8);
  border-radius: 999px;
  background: #f8fcfd;
  box-shadow: none;
  font: inherit;
}

.woocommerce form .form-row textarea {
  min-height: 150px;
  border-radius: 24px;
}

.woocommerce form .form-row label {
  margin-bottom: 8px;
  color: #40513a;
  font-size: 0.92rem;
}

.woocommerce form .form-row .select2-selection,
.woocommerce form .form-row .select2-container--default .select2-selection--single {
  min-height: 48px;
  border-color: rgba(120, 180, 222, 0.8);
  border-radius: 999px;
  background: #f8fcfd;
}

.woocommerce .woocommerce-form-login,
.woocommerce .woocommerce-form-register,
.woocommerce .col2-set,
.woocommerce .woocommerce-billing-fields,
.woocommerce .woocommerce-shipping-fields,
.woocommerce .woocommerce-additional-fields {
  border-radius: 26px;
}

.woocommerce-account .woocommerce-MyAccount-navigation {
  overflow: hidden;
  margin-bottom: 24px;
  padding: 24px;
}

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

.woocommerce-account .woocommerce-MyAccount-navigation li + li {
  margin-top: 10px;
}

.woocommerce-account .woocommerce-MyAccount-navigation a {
  display: block;
  padding: 12px 16px;
  border-radius: 16px;
  color: #183300;
}

.woocommerce-account .woocommerce-MyAccount-navigation .is-active a,
.woocommerce-account .woocommerce-MyAccount-navigation a:hover,
.woocommerce-account .woocommerce-MyAccount-navigation a:focus-visible {
  color: #fff;
  background: #58920c;
}

.woocommerce-account .woocommerce-MyAccount-content {
  padding: clamp(20px, 2vw, 32px);
}

body.logged-in.woocommerce-account .woocommerce {
  display: grid;
  grid-template-columns: minmax(230px, 290px) minmax(0, 1fr);
  align-items: start;
  gap: clamp(22px, 3vw, 42px);
  color: #183300;
  font-family: var(--body-font);
}

body.logged-in.woocommerce-account .woocommerce::before,
body.logged-in.woocommerce-account .woocommerce::after {
  display: none;
}

body.logged-in.woocommerce-account .woocommerce-MyAccount-navigation,
body.logged-in.woocommerce-account .woocommerce-MyAccount-content {
  float: none;
  width: auto;
  min-width: 0;
}

body.logged-in.woocommerce-account .woocommerce-MyAccount-navigation {
  position: sticky;
  top: 120px;
  border: 1px solid rgba(120, 180, 222, 0.45);
}

.woocommerce-account .woocommerce-MyAccount-navigation a {
  font-family: var(--body-font);
  font-weight: 500;
  text-decoration: none;
  transition: color 180ms ease, background-color 180ms ease, transform 180ms ease;
}

.woocommerce-account .woocommerce-MyAccount-navigation a:hover,
.woocommerce-account .woocommerce-MyAccount-navigation a:focus-visible {
  transform: translateX(3px);
}

.woocommerce-account .woocommerce-MyAccount-content {
  position: relative;
  min-height: 260px;
  border: 1px solid rgba(120, 180, 222, 0.45);
  color: #183300;
  font-family: var(--body-font);
  transition: opacity 180ms ease;
}

.woocommerce-account .woocommerce-MyAccount-content p,
.woocommerce-account .woocommerce-MyAccount-content li,
.woocommerce-account .woocommerce-MyAccount-content address,
.woocommerce-account .woocommerce-MyAccount-content td {
  color: #183300;
  font-family: var(--body-font);
  line-height: 1.6;
}

.woocommerce-account .woocommerce-MyAccount-content strong,
.woocommerce-account .woocommerce-MyAccount-content th {
  color: #284f08;
}

.woocommerce-account .woocommerce-MyAccount-content .woocommerce-Address-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.woocommerce-account .woocommerce-MyAccount-content .woocommerce-Address-title h2 {
  margin-bottom: 18px;
  font-size: clamp(1.8rem, 3vw, 3rem);
}

.woocommerce-account .woocommerce-MyAccount-content .edit {
  display: inline-flex;
  min-height: 40px;
  align-items: center;
  padding: 0.65rem 1.1rem;
  border-radius: 999px;
  color: #fff;
  background: #58920c;
  font-size: 0.72rem;
  text-transform: uppercase;
}

.woocommerce-account .woocommerce-MyAccount-content .edit:hover,
.woocommerce-account .woocommerce-MyAccount-content .edit:focus-visible {
  color: #fff;
  background: #73b719;
}

.woocommerce-account .woocommerce-MyAccount-content a.button,
.woocommerce-account .woocommerce-MyAccount-content a.woocommerce-button,
.woocommerce-account .woocommerce-MyAccount-content button.button,
.woocommerce-account .woocommerce-MyAccount-content input.button,
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-Button,
.woocommerce-account .woocommerce-MyAccount-content .subscrpt_action_buttons a {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  padding: 0.8rem clamp(1.25rem, 2vw, 2rem);
  border: 1px solid #58920c;
  border-radius: 999px;
  outline: 0;
  background: #58920c;
  box-shadow: none;
  color: #fff;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: clamp(0.7rem, 0.75vw, 0.82rem);
  font-weight: 700;
  line-height: 1.1;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  white-space: nowrap;
  transition: color 180ms ease, background-color 180ms ease, border-color 180ms ease, transform 180ms ease;
}

.woocommerce-account .woocommerce-MyAccount-content a.button:hover,
.woocommerce-account .woocommerce-MyAccount-content a.button:focus-visible,
.woocommerce-account .woocommerce-MyAccount-content a.woocommerce-button:hover,
.woocommerce-account .woocommerce-MyAccount-content a.woocommerce-button:focus-visible,
.woocommerce-account .woocommerce-MyAccount-content button.button:hover,
.woocommerce-account .woocommerce-MyAccount-content button.button:focus-visible,
.woocommerce-account .woocommerce-MyAccount-content input.button:hover,
.woocommerce-account .woocommerce-MyAccount-content input.button:focus-visible,
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-Button:hover,
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-Button:focus-visible,
.woocommerce-account .woocommerce-MyAccount-content .subscrpt_action_buttons a:hover,
.woocommerce-account .woocommerce-MyAccount-content .subscrpt_action_buttons a:focus-visible {
  border-color: #73b719;
  background: #73b719;
  color: #fff;
  transform: translateY(-1px);
}

.woocommerce-account .woocommerce-MyAccount-content button.button:disabled,
.woocommerce-account .woocommerce-MyAccount-content input.button:disabled,
.woocommerce-account .woocommerce-MyAccount-content .button.disabled {
  cursor: not-allowed;
  opacity: 0.55;
  transform: none;
}

.woocommerce-account .woocommerce-MyAccount-content .subscrpt_action_buttons {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
}

.woocommerce-account .woocommerce-MyAccount-content .subscription_details td:first-child {
  width: clamp(160px, 28%, 320px);
  font-weight: 500;
}

.woocommerce-account .woocommerce-MyAccount-content .my_account_subscrpt .subscrpt-action,
.woocommerce-account .woocommerce-MyAccount-content .my_account_subscrpt td[data-title="Actions"] {
  text-align: right;
}

.woocommerce-account .woocommerce-MyAccount-content.is-ajax-loading {
  opacity: 0.48;
  pointer-events: none;
}

.woocommerce-account .woocommerce-MyAccount-content.is-ajax-loading::after {
  content: "";
  position: absolute;
  z-index: 5;
  top: 38px;
  left: 50%;
  width: 34px;
  height: 34px;
  border: 3px solid rgba(88, 146, 12, 0.22);
  border-top-color: #58920c;
  border-radius: 50%;
  animation: amazon-water-account-spin 700ms linear infinite;
}

.woocommerce-account .woocommerce-MyAccount-navigation.is-ajax-loading {
  pointer-events: none;
}

@keyframes amazon-water-account-spin {
  to {
    transform: rotate(360deg);
  }
}

.woocommerce-cart .coupon input,
.woocommerce-cart .coupon button,
.woocommerce-checkout .coupon input,
.woocommerce-checkout .coupon button {
  border-radius: 999px;
}

.woocommerce-page .woocommerce-ordering select,
.woocommerce-page .woocommerce-result-count {
  font: inherit;
}
.woocommerce-cart .wp-block-product-new .add_to_cart_button {
    background-color: #58920C;
}
a.wc-block-cart__submit-button, button.wc-block-components-checkout-place-order-button {
    background: #58920C !important;
}
.woocommerce-cart a.footer-logo {
    margin-bottom: 50px;
}

.woocommerce-cart h2 {
    margin: clamp(28px, 3vw, 42px) 0 clamp(18px, 2vw, 28px);
    color: #fff;
    font-size: clamp(1.2rem, 1.8vw, 1.7rem);
    font-weight: 400;
    font-family: var(--body-font);
    text-transform: inherit;
}
.woocommerce-cart h3 {
    color: #fff;
    text-transform: inherit;
}
.woocommerce-cart .wp-block-woocommerce-cart h2 {
    color: #397c00;
}

.woocommerce-cart .woocommerce-system-content .wp-block-woocommerce-cart,
.woocommerce-cart .woocommerce-system-content .wc-block-cart,
.woocommerce-cart .woocommerce-system-content .wc-block-cart__main,
.woocommerce-cart .woocommerce-system-content .wc-block-cart__sidebar {
  color: #183300;
  font-family: var(--body-font);
}

.woocommerce-cart .woocommerce-system-content h2,
.woocommerce-cart .woocommerce-system-content h3,
.woocommerce-cart .wc-block-cart-items__header span,
.woocommerce-cart .wc-block-components-totals-item__label,
.woocommerce-cart .wc-block-components-totals-item__value,
.woocommerce-cart .wc-block-components-totals-footer-item,
.woocommerce-cart .wc-block-components-totals-footer-item-tax-value,
.woocommerce-cart .wc-block-formatted-money-amount,
.woocommerce-cart .wc-block-components-product-price,
.woocommerce-cart .wc-block-cart-item__total {
  color: #183300;
}

.woocommerce-cart .wc-block-components-product-name,
.woocommerce-cart .woocommerce .wc-block-components-product-name {
  color: #183300;
  font-family: var(--body-font);
  font-weight: 500;
  text-decoration: none;
}

.woocommerce-cart .wc-block-components-product-name:hover,
.woocommerce-cart .wc-block-components-product-name:focus-visible {
  color: #58920c;
}

.woocommerce-cart .wc-block-components-product-metadata,
.woocommerce-cart .wc-block-components-product-details,
.woocommerce-cart .wc-block-components-product-details__name,
.woocommerce-cart .wc-block-components-product-details__value,
.woocommerce-cart .wc-block-components-totals-item__description {
  color: #40513a;
  font-family: var(--body-font);
}

.woocommerce-cart .wc-block-components-quantity-selector,
.woocommerce-cart .wc-block-components-quantity-selector__input,
.woocommerce-cart .wc-block-components-quantity-selector__button {
  color: #183300;
  font-family: var(--body-font);
}

.woocommerce-cart .wc-block-cart-item__remove-link {
  color: #284f08;
}

.woocommerce-cart .wc-block-cart-item__remove-link svg {
  fill: currentColor;
}

.woocommerce-cart .wc-block-components-panel__button,
.woocommerce-cart .wc-block-components-panel__button[aria-expanded],
.woocommerce-cart .wc-block-components-totals-coupon,
.woocommerce-cart .wc-block-components-totals-coupon-link {
  color: #183300;
  font-family: var(--body-font);
}

.woocommerce-cart .wc-block-cart__submit-button,
.woocommerce-cart .wc-block-cart__submit-button .wc-block-components-button__text {
  color: #fff;
}

.woocommerce-cart .wc-block-cart-items .wc-block-cart-item__image,
.woocommerce-cart .wc-block-cart-item__image,
.woocommerce-cart .wc-block-components-product-image {
  width: 74px;
  min-width: 74px;
  max-width: 74px;
  height: 140px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.woocommerce-cart .wc-block-cart-items .wc-block-cart-item__image img,
.woocommerce-cart .wc-block-cart-item__image img,
.woocommerce-cart .wc-block-components-product-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center center;
  display: block;
}
.woocommerce-cart img.woocommerce-page-title-parrot {
    left: 50%;
}

@media (max-width: 900px) {
  .woocommerce-cart #primary,
  .woocommerce-checkout #primary,
  .woocommerce-account #primary {
    padding-top: 0;
  }

  .woocommerce-cart .woocommerce,
  .woocommerce-checkout .woocommerce,
  .woocommerce-account .woocommerce {
    width: min(calc(100% - 28px), 1480px);
  }

  .woocommerce-cart .woocommerce-cart-form,
  .woocommerce-cart .cart-collaterals,
  .woocommerce-checkout form.checkout,
  .woocommerce-account .woocommerce-MyAccount-navigation,
  .woocommerce-account .woocommerce-MyAccount-content {
    border-radius: 22px;
  }
}

@media (max-width: 640px) {
  .woocommerce-cart #primary,
  .woocommerce-checkout #primary,
  .woocommerce-account #primary {
    padding-bottom: 72px;
  }

  .woocommerce-page-hero {
    min-height: 430px;
  }

  .woocommerce-page-hero-title-wrap {
    width: min(94%, 540px);
    padding: 132px 0 96px;
  }

  .woocommerce-page-title-parrot {
    top: 56px;
    left: 50%;
    width: 104px;
    transform: translateX(calc(-50% - 92px));
  }

  .woocommerce-page-hero-title-wrap h1 {
    font-size: clamp(3.25rem, 15vw, 5rem);
    white-space: normal;
  }

  .woocommerce-page-hero-title-wrap p {
    width: 100%;
    margin-top: 12px;
    font-size: 0.9rem;
  }

  .woocommerce-system-content {
    padding: 34px 0 72px;
  }

  .woocommerce a.button,
  .woocommerce button.button,
  .woocommerce input.button,
  .woocommerce #respond input#submit,
  .woocommerce button[name="update_cart"],
  .woocommerce a.checkout-button,
  .woocommerce .return-to-shop a {
    width: 100%;
  }

  .woocommerce-account .woocommerce-MyAccount-navigation {
    padding: 18px;
  }

  .woocommerce-account .woocommerce-MyAccount-content .subscrpt_action_buttons a,
  .woocommerce-account .woocommerce-MyAccount-content .my_account_subscrpt td[data-title="Actions"] a,
  .woocommerce-account .woocommerce-MyAccount-content .woocommerce-Pagination a {
    width: 100%;
    white-space: normal;
  }

  .woocommerce-account .woocommerce-MyAccount-content .subscription_details td:first-child {
    width: auto;
  }

  body.logged-in.woocommerce-account .woocommerce {
    grid-template-columns: 1fr;
  }

  body.logged-in.woocommerce-account .woocommerce-MyAccount-navigation {
    position: static;
  }
}
