.woocommerce-page .hp-header .hp-menu a {
  color: rgba(255,255,255,0.92);
}
.woocommerce-page .wc-block-components-button {
  background: var(--color-gold);
  color: rgba(255,255,255,0.92);
}
.sunu-shop {
  background: #f6f1e7;
  padding: 70px 0 84px;
}

.sunu-shop__inner {
  width: var(--container);
  margin: 0 auto;
}

.sunu-shop__header {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 28px;
  margin-bottom: 34px;
}

.sunu-shop__eyebrow,
.sunu-product-detail__meta,
.sunu-product-card__meta {
  margin: 0 0 8px;
  color: var(--color-gold);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.sunu-shop__title,
.sunu-product-detail__title,
.sunu-product-content h2,
.sunu-related-products h2 {
  margin: 0;
  font-family: 'Oxygen', "Times New Roman", serif;
  font-weight: 900;
  line-height: 1.05;
  color: #2a2622;
}

.sunu-shop__title {
  font-size: clamp(34px, 4vw, 56px);
}

.sunu-shop__tools {
  display: flex;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
  justify-content: flex-end;
  color: rgba(42, 38, 34, .72);
  font-size: 14px;
  font-weight: 700;
}

.sunu-shop__tools .woocommerce-result-count {
  margin: 0;
}

.sunu-shop__tools .woocommerce-ordering {
  margin: 0;
}

.sunu-shop select,
.sunu-shop input[type="number"],
.sunu-shop input[type="text"] {
  min-height: 44px;
  border: 1px solid rgba(42, 38, 34, .16);
  border-radius: 2px;
  background: #fff;
  color: #2a2622;
  padding: 0 12px;
  font: inherit;
}

.sunu-shop__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 34px;
}

.sunu-product-card {
  background: #fff;
  border-radius: 2px;
  overflow: hidden;
  box-shadow: 0 0 15px rgba(0, 0, 0, .10);
  transition: transform .25s ease, box-shadow .25s ease;
}

.sunu-product-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 0 18px rgba(0, 0, 0, .14);
}

.sunu-product-card__image {
  display: block;
  background: #efe7d7;
  aspect-ratio: 1 / .82;
  overflow: hidden;
}

.sunu-product-card__image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .35s ease;
}

.sunu-product-card:hover .sunu-product-card__image img {
  transform: scale(1.035);
}

.sunu-product-card__body {
  padding: 22px 24px 24px;
  color: #000;
}

.sunu-product-card__body a:not(.button):not(.sunu-product-card__details),
.sunu-product-card__meta,
.sunu-product-card__excerpt,
.sunu-product-card__price,
.sunu-product-card__price del,
.sunu-product-card__price ins,
.sunu-product-card__price .amount {
  color: #000;
}

.sunu-product-card__meta a {
  color: #000;
  text-decoration: none;
}

.sunu-product-card__title {
  margin: 0 0 10px;
  font-family: 'Oxygen', "Times New Roman", serif;
  font-weight: 900;
  font-size: 28px;
  line-height: 1.08;
}

.sunu-product-card__title a {
  color: #000;
  text-decoration: none;
}

.sunu-product-card__excerpt {
  margin: 0 0 16px;
  color: #000;
  font-size: 15px;
  line-height: 1.55;
}

.sunu-product-card__price,
.sunu-product-detail__price {
  color: var(--color-gold);
  font-weight: 900;
}

.sunu-product-card__price {
  margin: 0 0 18px;
  color: #000;
  font-size: 20px;
}

.sunu-product-card__price del,
.sunu-product-detail__price del {
  font-weight: 700;
}

.sunu-product-card__price ins,
.sunu-product-detail__price ins {
  text-decoration: none;
}

.sunu-product-card .amount,
.sunu-product-card__price .amount {
  color: #000;
}

.sunu-product-card__actions {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}

.sunu-product-card__details,
.sunu-product-card .button,
.sunu-product-detail .button,
.sunu-product-detail button.single_add_to_cart_button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 22px;
  border: 0;
  border-radius: 999px;
  background: var(--color-gold);
  color: #fff;
  font-weight: 900;
  line-height: 1;
  text-decoration: none;
  box-shadow: 0 16px 32px rgba(0, 0, 0, .12);
  transition: transform .2s ease, box-shadow .2s ease, filter .2s ease;
}

.sunu-product-card__details,
.sunu-product-card__details:visited,
.sunu-product-card .button,
.sunu-product-card .button:visited {
  color: #fff;
  font-weight: 400 !important;
}
 .woocommerce-page .site-footer a {
  color: #fff;
  font-weight: 400;
} 
.woocommerce-page .site-footer__menu a::before {
  color: var(--color-gold);
  font-weight: 400;
} 
.sunu-product-card__details:hover,
.sunu-product-card .button:hover,
.sunu-product-detail .button:hover,
.sunu-product-detail button.single_add_to_cart_button:hover {
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 22px 40px rgba(0, 0, 0, .16);
  filter: brightness(1.03);
}

.sunu-shop__pagination {
  margin-top: 42px;
}

.sunu-shop__pagination .page-numbers {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.sunu-shop__pagination .page-numbers a,
.sunu-shop__pagination .page-numbers span {
  display: grid;
  place-items: center;
  min-width: 40px;
  height: 40px;
  border-radius: 999px;
  background: #fff;
  color: #2a2622;
  text-decoration: none;
  font-weight: 900;
}

.sunu-shop__pagination .page-numbers .current {
  background: var(--color-gold);
  color: #fff;
}

.sunu-shop__empty {
  background: #fff;
  padding: 32px;
  border-radius: 2px;
  box-shadow: 0 0 15px rgba(0, 0, 0, .08);
}

.sunu-product-detail__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.04fr) minmax(340px, .96fr);
  gap: 44px;
  align-items: start;
}

.sunu-product-detail__media,
.sunu-product-detail__summary,
.sunu-product-content,
.sunu-related-products {
  background: #fff;
  border-radius: 2px;
  box-shadow: 0 0 15px rgba(0, 0, 0, .10);
}

.sunu-product-detail__media {
  padding: 18px;
}

.sunu-product-detail__main-image {
  background: #efe7d7;
  overflow: hidden;
}

.sunu-product-detail__main-image img {
  display: block;
  width: 100%;
  height: auto;
}

.sunu-product-detail__thumbs {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 10px;
  margin-top: 12px;
}

.sunu-product-detail__thumbs a {
  display: block;
  background: #efe7d7;
  overflow: hidden;
}

.sunu-product-detail__thumbs img {
  display: block;
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
}

.sunu-product-detail__summary {
  padding: 34px;
}

.sunu-product-detail__title {
  font-size: clamp(36px, 4.5vw, 58px);
  margin-bottom: 18px;
}

.sunu-product-detail__price {
  margin-bottom: 20px;
  font-size: 28px;
}

.sunu-product-detail__excerpt {
  color: rgba(42, 38, 34, .76);
  font-size: 17px;
  line-height: 1.65;
}

.sunu-product-detail__purchase {
  margin: 26px 0 24px;
}

.sunu-product-detail form.cart {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
  margin: 0;
}

.sunu-product-detail .quantity input.qty {
  width: 82px;
  text-align: center;
}

.sunu-product-detail__facts {
  display: grid;
  gap: 12px;
  padding-top: 22px;
  border-top: 1px solid rgba(42, 38, 34, .12);
}

.sunu-product-detail__facts div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  color: rgba(42, 38, 34, .68);
}

.sunu-product-detail__facts span {
  font-weight: 800;
}

.sunu-product-detail__facts strong,
.sunu-product-detail__stock {
  color: #2a2622;
  text-align: right;
}

.sunu-product-detail__facts .stock {
  margin: 0;
}

.sunu-product-content,
.sunu-related-products {
  margin-top: 42px;
  padding: 34px;
}

.sunu-product-content h2,
.sunu-related-products h2 {
  margin-bottom: 18px;
  font-size: clamp(28px, 3vw, 42px);
}

.sunu-product-content__body {
  color: rgba(42, 38, 34, .78);
  font-size: 17px;
  line-height: 1.7;
}

.sunu-product-content__body > *:first-child {
  margin-top: 0;
}

.sunu-product-content__body > *:last-child {
  margin-bottom: 0;
}

.sunu-shop__grid--related {
  grid-template-columns: repeat(3, 1fr);
}

.woocommerce-error,
.woocommerce-info,
.woocommerce-message {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  width: 80%;
  margin: 0 auto 28px;
  padding: 18px 20px 18px 56px;
  border: 0;
  border-left: 5px solid var(--color-gold);
  border-radius: 2px;
  background: #fff;
  color: #000;
  font-weight: 400;
  line-height: 1.45;
  text-align: center;
  box-shadow: 0 0 15px rgba(0, 0, 0, .10);
}

.woocommerce-error::before,
.woocommerce-info::before,
.woocommerce-message::before {
  content: "";
  position: absolute;
  left: 20px;
  top: 50%;
  width: 18px;
  height: 18px;
  border-radius: 999px;
  background: var(--color-gold);
  transform: translateY(-50%);
}

.woocommerce-message::after {
  content: "";
  position: absolute;
  left: 26px;
  top: 50%;
  width: 6px;
  height: 10px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: translateY(-58%) rotate(45deg);
}

.woocommerce-error {
  border-left-color: var(--color-gold);
}

.woocommerce-error a,
.woocommerce-info a,
.woocommerce-message a {
  color: #000;
  font-weight: 900;
}

.woocommerce-error .button,
.woocommerce-info .button,
.woocommerce-message .button,
.woocommerce-error a.wc-forward,
.woocommerce-info a.wc-forward,
.woocommerce-message a.wc-forward {
  order: 2;
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0 20px;
  border-radius: 999px;
  background: var(--color-gold);
  color: #fff;
  font-weight: 900;
  line-height: 1;
  text-decoration: none;
  box-shadow: 0 14px 28px rgba(0, 0, 0, .12);
}

.woocommerce-error .button:hover,
.woocommerce-info .button:hover,
.woocommerce-message .button:hover,
.woocommerce-error a.wc-forward:hover,
.woocommerce-info a.wc-forward:hover,
.woocommerce-message a.wc-forward:hover {
  color: #fff;
  filter: brightness(1.04);
}

body.woocommerce-cart .site-main,
body.woocommerce-checkout .site-main,
body.woocommerce-account .site-main {
  background: #f6f1e7;
  padding: 70px 0 84px;
}

body.woocommerce-cart .entry-header,
body.woocommerce-checkout .entry-header,
body.woocommerce-account .entry-header {
  display: none;
}

body.woocommerce-cart .entry-content,
body.woocommerce-checkout .entry-content,
body.woocommerce-account .entry-content {
  width: var(--container);
  margin: 0 auto;
}

.woocommerce-page h2,
.woocommerce-page h3,
.woocommerce-page .cart_totals h2,
.woocommerce-page #order_review_heading,
.woocommerce-page .woocommerce-order-details__title,
.woocommerce-page .woocommerce-column__title,
.woocommerce-page .woocommerce-Address-title h3 {
  margin: 0 0 18px;
  font-family: 'Oxygen', "Times New Roman", serif;
  font-weight: 900;
  line-height: 1.08;
  color: #2a2622;
}

.woocommerce-page h2,
.woocommerce-page .cart_totals h2,
.woocommerce-page #order_review_heading {
  font-size: clamp(28px, 3vw, 42px);
}

.woocommerce-page a {
  color: var(--color-gold);
  font-weight: 800;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

.woocommerce-page .cart_totals,
.woocommerce-page #customer_details,
.woocommerce-page #order_review,
.woocommerce-page .woocommerce-order,
.woocommerce-page .woocommerce-MyAccount-content,
.woocommerce-page .woocommerce-MyAccount-navigation,
.woocommerce-page .woocommerce-address-fields,
.woocommerce-page .woocommerce-EditAccountForm,
.woocommerce-page .woocommerce-form-login,
.woocommerce-page .woocommerce-form-register,
.woocommerce-page .woocommerce-form-coupon,
.woocommerce-page .woocommerce-form-track-order {
  background: #fff;
  border-radius: 2px;
  box-shadow: 0 0 15px rgba(0, 0, 0, .10);
}

.woocommerce-page table.shop_table,
.woocommerce-page table.woocommerce-orders-table,
.woocommerce-page table.woocommerce-table {
  width: 100%;
  border-collapse: collapse;
  overflow: hidden;
  border: 0;
  border-radius: 2px;
  background: #fff;
  box-shadow: 0 0 15px rgba(0, 0, 0, .10);
}

.woocommerce-page table.shop_table th,
.woocommerce-page table.shop_table td,
.woocommerce-page table.woocommerce-orders-table th,
.woocommerce-page table.woocommerce-orders-table td,
.woocommerce-page table.woocommerce-table th,
.woocommerce-page table.woocommerce-table td {
  border: 0;
  border-bottom: 1px solid rgba(42, 38, 34, .10);
  padding: 18px;
  color: rgba(42, 38, 34, .78);
  vertical-align: middle;
}

.woocommerce-page table.shop_table th,
.woocommerce-page table.woocommerce-orders-table th,
.woocommerce-page table.woocommerce-table th {
  color: #2a2622;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.woocommerce-page table.shop_table tr:last-child td,
.woocommerce-page table.woocommerce-orders-table tr:last-child td,
.woocommerce-page table.woocommerce-table tr:last-child td {
  border-bottom: 0;
}

.woocommerce-page table.shop_table img {
  width: 84px;
  height: 84px;
  border-radius: 2px;
  object-fit: cover;
  background: #efe7d7;
}

.woocommerce-page .product-name a {
  color: #2a2622;
  font-family: 'Oxygen', "Times New Roman", serif;
  font-size: 20px;
  font-weight: 900;
  text-decoration: none;
}

.woocommerce-page .amount {
  color: #2a2622;
  font-weight: 900;
}

.single_add_to_cart_button button.alt {
  background: var(--color-gold);
}
.woocommerce-page .coupon,
.woocommerce-page .cart_totals,
.woocommerce-page #customer_details,
.woocommerce-page #order_review,
.woocommerce-page .woocommerce-order,
.woocommerce-page .woocommerce-MyAccount-content,
.woocommerce-page .woocommerce-MyAccount-navigation,
.woocommerce-page .woocommerce-address-fields,
.woocommerce-page .woocommerce-EditAccountForm,
.woocommerce-page .woocommerce-form-login,
.woocommerce-page .woocommerce-form-register,
.woocommerce-page .woocommerce-form-coupon,
.woocommerce-page .woocommerce-form-track-order {
  padding: 28px;
}

.woocommerce-page .coupon {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
  margin-top: 18px;
}

.woocommerce-page .coupon label {
  width: 100%;
  color: #2a2622;
  font-weight: 900;
}

.woocommerce-page label,
.woocommerce-page legend {
  display: block;
  margin-bottom: 7px;
  color: #2a2622;
  font-weight: 900;
}

.woocommerce-page .form-row {
  margin: 0 0 18px;
}

.woocommerce-page .sunu-account-dog-fields {
  margin: 28px 0;
  padding: 24px;
  border: 1px solid rgba(196, 170, 79, .34);
  border-radius: 2px;
  background: #fbf7ee;
}

.woocommerce-page .sunu-account-dog-fields legend {
  width: 100%;
  margin: 0 0 18px;
  padding: 0;
  color: #000;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 24px;
  font-weight: 900;
  line-height: 1.1;
}

.woocommerce-page input.input-text,
.woocommerce-page textarea,
.woocommerce-page select,
.woocommerce-page .select2-container .select2-selection--single {
  width: 100%;
  min-height: 46px;
  border: 1px solid rgba(42, 38, 34, .16);
  border-radius: 2px;
  background: #fff;
  color: #2a2622;
  padding: 0 13px;
  font: inherit;
}

.woocommerce-page textarea {
  min-height: 130px;
  padding: 12px 13px;
}

.woocommerce-page .select2-container .select2-selection--single {
  display: flex;
  align-items: center;
}

.woocommerce-page .select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #2a2622;
  padding: 0;
}

.woocommerce-page .select2-container--default .select2-selection--single .select2-selection__arrow {
  min-height: 46px;
}

.woocommerce-page input.input-text:focus,
.woocommerce-page textarea:focus,
.woocommerce-page select:focus,
.woocommerce-page .select2-container--focus .select2-selection--single {
  outline: 0;
  border-color: var(--color-gold);
  box-shadow: 0 0 0 3px var(--color-gold-light);
}

.woocommerce-page button.button,
.woocommerce-page a.button,
.woocommerce-page input.button,
.woocommerce-page #respond input#submit,
.woocommerce-page .woocommerce-button,
.woocommerce-page .checkout-button,
.woocommerce-page #place_order {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 24px;
  border: 0;
  border-radius: 999px;
  background: var(--color-gold) !important;
  color: #fff;
  font-weight: 400;
  line-height: 1;
  text-decoration: none;
  box-shadow: 0 16px 32px rgba(0, 0, 0, .12);
  transition: transform .2s ease, box-shadow .2s ease, filter .2s ease;
}

.woocommerce-page button.button:hover,
.woocommerce-page a.button:hover,
.woocommerce-page input.button:hover,
.woocommerce-page #respond input#submit:hover,
.woocommerce-page .woocommerce-button:hover,
.woocommerce-page .checkout-button:hover,
.woocommerce-page #place_order:hover {
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 22px 40px rgba(0, 0, 0, .16);
  filter: brightness(1.03);
}

.sunu-shop > .button,
.sunu-shop__inner > .button,
.woocommerce-page .entry-content > .button,
.woocommerce-page .entry-content > p > .button,
.woocommerce-page .return-to-shop .button {
  background: var(--color-gold);
}

.woocommerce-page button.button:disabled,
.woocommerce-page button.button:disabled[disabled] {
  background: rgba(42, 38, 34, .28);
  color: #fff;
  cursor: not-allowed;
  box-shadow: none;
}

.woocommerce-page .cart-collaterals {
  margin-top: 34px;
}

.woocommerce-page .cart-collaterals .cart_totals {
  float: none;
  width: min(520px, 100%);
  margin-left: auto;
}

.woocommerce-page .cart_totals table {
  margin: 0 0 20px;
  box-shadow: none;
}

.woocommerce-page .wc-proceed-to-checkout {
  padding: 0;
}

.woocommerce-page .checkout-button {
  width: 100%;
}

.woocommerce-page .woocommerce-checkout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(340px, 440px);
  gap: 34px;
  align-items: start;
}

.woocommerce-page #customer_details,
.woocommerce-page #order_review {
  min-width: 0;
}

.woocommerce-page #customer_details .col-1,
.woocommerce-page #customer_details .col-2 {
  float: none;
  width: 100%;
}

.woocommerce-page #customer_details .col-2 {
  margin-top: 28px;
}

.woocommerce-page #order_review_heading {
  grid-column: 2;
  margin-bottom: -16px;
}

.woocommerce-page #order_review {
  grid-column: 2;
}

.woocommerce-page #payment {
  border-radius: 2px;
  background: #f6f1e7;
}

.woocommerce-page #payment ul.payment_methods {
  border-bottom: 1px solid rgba(42, 38, 34, .12);
  padding: 18px;
}

.woocommerce-page #payment div.payment_box {
  background: #fff;
  color: rgba(42, 38, 34, .76);
}

.woocommerce-page #payment div.form-row {
  padding: 18px;
}

.woocommerce-page .woocommerce-MyAccount-navigation {
  float: left;
  width: 280px;
  background: #fbf7ee;
  border: 1px solid rgba(196, 170, 79, .34);
  box-shadow: none;
}

.woocommerce-page .woocommerce-MyAccount-navigation ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 8px;
}

.woocommerce-page .woocommerce-MyAccount-navigation a {
  display: flex;
  align-items: center;
  min-height: 42px;
  padding: 0 14px;
  border-radius: 999px;
  color: #2a2622;
  text-decoration: none;
}

.woocommerce-page .woocommerce-MyAccount-navigation .is-active a,
.woocommerce-page .woocommerce-MyAccount-navigation a:hover {
  background: var(--color-gold);
  color: #fff;
}

.woocommerce-page .woocommerce-MyAccount-content {
  float: right;
  width: calc(100% - 314px);
  padding: 0;
  background: transparent;
  box-shadow: none;
  color: #000;
  line-height: 1.65;
}

.woocommerce-account .woocommerce-MyAccount-content > p,
.woocommerce-account .woocommerce-MyAccount-content > form,
.woocommerce-account .woocommerce-MyAccount-content > .woocommerce-info,
.woocommerce-account .woocommerce-MyAccount-content > .woocommerce-message,
.woocommerce-account .woocommerce-MyAccount-content > .woocommerce-error,
.woocommerce-account .woocommerce-MyAccount-content > .woocommerce-order-details,
.woocommerce-account .woocommerce-MyAccount-content > .woocommerce-customer-details,
.woocommerce-account .woocommerce-MyAccount-content > .sunu-account-training {
  margin: 0 0 24px;
  padding: 26px;
  background: #fbf7ee;
  border: 1px solid rgba(196, 170, 79, .34);
  border-radius: 2px;
  color: #000;
}

.woocommerce-account .woocommerce-MyAccount-content > p:last-child,
.woocommerce-account .woocommerce-MyAccount-content > form:last-child,
.woocommerce-account .woocommerce-MyAccount-content > .woocommerce-info:last-child,
.woocommerce-account .woocommerce-MyAccount-content > .woocommerce-message:last-child,
.woocommerce-account .woocommerce-MyAccount-content > .woocommerce-error:last-child,
.woocommerce-account .woocommerce-MyAccount-content > .woocommerce-order-details:last-child,
.woocommerce-account .woocommerce-MyAccount-content > .woocommerce-customer-details:last-child,
.woocommerce-account .woocommerce-MyAccount-content > .sunu-account-training:last-child {
  margin-bottom: 0;
}

.woocommerce-account .woocommerce-MyAccount-content p {
  color: #000;
}

.woocommerce-account .woocommerce-MyAccount-content table.shop_table,
.woocommerce-account .woocommerce-MyAccount-content table.woocommerce-orders-table,
.woocommerce-account .woocommerce-MyAccount-content table.woocommerce-table {
  background: #fbf7ee;
  box-shadow: none;
  border: 1px solid rgba(196, 170, 79, .24);
}

.woocommerce-account .woocommerce-MyAccount-content .woocommerce-info,
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-message,
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-error {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  background: #fbf7ee;
  box-shadow: none;
}

.woocommerce-account .woocommerce-MyAccount-content .woocommerce-EditAccountForm {
  background: #fbf7ee;
  border: 1px solid rgba(196, 170, 79, .34);
  box-shadow: none;
}

.woocommerce-page .sunu-account-training .sb-account,
.woocommerce-page .sunu-account-training .sb-app {
  margin: 0;
}

.woocommerce-page .sunu-account-training .sb-account {
  box-shadow: none;
  border: 0;
  padding: 0;
  background: transparent;
}

.sunu-account-dashboard {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.sunu-account-dashboard__option {
  display: grid;
  grid-template-columns: 48px 1fr;
  align-items: center;
  gap: 16px;
  min-height: 130px;
  padding: 24px;
  border: 1px solid rgba(196, 170, 79, .34);
  border-radius: 4px;
  background: #fbf7ee;
  color: #2a2622;
  text-decoration: none;
  box-shadow: 0 10px 24px rgba(42, 38, 34, .08);
}

.sunu-account-dashboard__option:hover {
  border-color: var(--color-gold);
  transform: translateY(-1px);
}

.sunu-account-dashboard__icon {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--color-gold);
  color: #fff;
  font-weight: 900;
}

.sunu-account-dashboard__option strong,
.sunu-account-dashboard__option small {
  display: block;
}

.sunu-account-dashboard__option strong {
  margin-bottom: 6px;
  font-size: 22px;
  line-height: 1.15;
}

.sunu-account-dashboard__option small {
  color: rgba(42, 38, 34, .72);
  font-size: 14px;
  line-height: 1.45;
}

.sunu-account-dog-fields {
  margin: 26px 0;
  padding: 20px;
  border: 1px solid rgba(196, 170, 79, .34);
  border-radius: 4px;
}

.sunu-account-dog-fields legend {
  padding: 0 8px;
  font-weight: 900;
}

.sunu-dog-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) auto;
  align-items: end;
  gap: 14px;
  padding: 14px 0;
  border-bottom: 1px solid rgba(42, 38, 34, .1);
}

.sunu-dog-row:last-child {
  border-bottom: 0;
}

.sunu-dog-row .form-row {
  float: none;
  width: auto;
  margin: 0;
}

.sunu-dog-add {
  margin-top: 14px;
}

.woocommerce-page .woocommerce-Addresses,
.woocommerce-page .woocommerce-Addresses.col2-set,
.woocommerce-page .u-columns.woocommerce-Addresses {
  display: flex;
  align-items: stretch;
  gap: 24px;
  clear: both;
  margin: 0;
}

.woocommerce-page .woocommerce-Addresses .woocommerce-Address,
.woocommerce-page .woocommerce-Addresses .u-column1,
.woocommerce-page .woocommerce-Addresses .u-column2,
.woocommerce-page .woocommerce-Addresses .col-1,
.woocommerce-page .woocommerce-Addresses .col-2 {
  float: none;
  flex: 1 1 0;
  width: auto;
  max-width: none;
  margin: 0;
}

.woocommerce-page .woocommerce-Address {
  float: none;
  width: auto;
  min-width: 0;
  min-height: 220px;
  padding: 26px;
  background: #fbf7ee;
  border: 1px solid rgba(196, 170, 79, .34);
  border-radius: 2px;
  box-shadow: none;
}

.woocommerce-page .woocommerce-Address-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 18px;
  padding-bottom: 16px;
  border-bottom: 1px solid rgba(42, 38, 34, .12);
}

.woocommerce-page .woocommerce-Address-title h2,
.woocommerce-page .woocommerce-Address-title h3 {
  margin: 0;
  color: #000;
  font-size: 24px;
}

.woocommerce-page .woocommerce-Address-title .edit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  padding: 0 18px;
  border-radius: 999px;
  background: var(--color-gold);
  color: #fff;
  font-weight: 900;
  line-height: 1;
  text-decoration: none;
  white-space: nowrap;
}

.woocommerce-page .woocommerce-Address address {
  margin: 0;
  color: #000;
  font-style: normal;
  line-height: 1.7;
}

.woocommerce-page .woocommerce-order-overview {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
  list-style: none;
  margin: 0 0 24px;
  padding: 0;
}

.woocommerce-page .woocommerce-order-overview li {
  padding: 16px;
  border: 0;
  border-radius: 2px;
  background: #fff;
  color: rgba(42, 38, 34, .72);
  box-shadow: 0 0 15px rgba(0, 0, 0, .08);
}

.woocommerce-page .woocommerce-order-overview strong {
  display: block;
  margin-top: 6px;
  color: #2a2622;
}

@media (max-width: 980px) {
  .sunu-shop {
    padding: 54px 0 64px;
  }

  .sunu-shop__header {
    align-items: flex-start;
    flex-direction: column;
  }

  .sunu-shop__tools {
    justify-content: flex-start;
  }

  .sunu-shop__grid,
  .sunu-shop__grid--related {
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
  }

  .sunu-product-detail__grid {
    grid-template-columns: 1fr;
  }

  body.woocommerce-cart .site-main,
  body.woocommerce-checkout .site-main,
  body.woocommerce-account .site-main {
    padding: 54px 0 64px;
  }

  .woocommerce-page .woocommerce-checkout {
    grid-template-columns: 1fr;
  }

  .woocommerce-page #order_review_heading,
  .woocommerce-page #order_review {
    grid-column: auto;
  }

  .woocommerce-page .woocommerce-MyAccount-navigation,
  .woocommerce-page .woocommerce-MyAccount-content {
    float: none;
    width: 100%;
  }

  .woocommerce-page .woocommerce-MyAccount-navigation {
    margin-bottom: 24px;
  }

  .woocommerce-page .woocommerce-order-overview {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 640px) {
  .sunu-shop__grid,
  .sunu-shop__grid--related {
    grid-template-columns: 1fr;
  }

  .sunu-product-card__title {
    font-size: 26px;
  }

  .sunu-product-detail__summary,
  .sunu-product-content,
  .sunu-related-products {
    padding: 24px;
  }

  .sunu-product-detail__thumbs {
    grid-template-columns: repeat(4, 1fr);
  }

  .woocommerce-error,
  .woocommerce-info,
  .woocommerce-message {
    align-items: flex-start;
    flex-direction: column;
    width: 100%;
    padding: 18px 18px 18px 52px;
    text-align: left;
  }

  .woocommerce-error .button,
  .woocommerce-info .button,
  .woocommerce-message .button,
  .woocommerce-error a.wc-forward,
  .woocommerce-info a.wc-forward,
  .woocommerce-message a.wc-forward {
    width: 100%;
  }

  .woocommerce-page table.shop_table th,
  .woocommerce-page table.shop_table td,
  .woocommerce-page table.woocommerce-orders-table th,
  .woocommerce-page table.woocommerce-orders-table td,
  .woocommerce-page table.woocommerce-table th,
  .woocommerce-page table.woocommerce-table td {
    padding: 14px 12px;
  }

  .woocommerce-page .coupon,
  .woocommerce-page .cart_totals,
  .woocommerce-page #customer_details,
  .woocommerce-page #order_review,
  .woocommerce-page .woocommerce-order,
  .woocommerce-page .woocommerce-MyAccount-content,
  .woocommerce-page .woocommerce-MyAccount-navigation,
  .woocommerce-page .woocommerce-address-fields,
  .woocommerce-page .woocommerce-EditAccountForm,
  .woocommerce-page .woocommerce-form-login,
  .woocommerce-page .woocommerce-form-register,
  .woocommerce-page .woocommerce-form-coupon,
  .woocommerce-page .woocommerce-form-track-order {
    padding: 22px;
  }

  .woocommerce-page .woocommerce-MyAccount-content {
    padding: 0;
  }

  .woocommerce-page .coupon .input-text,
  .woocommerce-page .coupon .button {
    width: 100%;
  }

  .woocommerce-page .woocommerce-Addresses,
  .woocommerce-page .woocommerce-order-overview {
    grid-template-columns: 1fr;
  }

  .sunu-account-dashboard,
  .sunu-dog-row {
    grid-template-columns: 1fr;
  }

  .woocommerce-page .woocommerce-Addresses,
  .woocommerce-page .woocommerce-Addresses.col2-set,
  .woocommerce-page .u-columns.woocommerce-Addresses {
    flex-direction: column;
  }

  .woocommerce-page .woocommerce-Address {
    min-height: 0;
  }
}
