/**
 * SportsHealing WooCommerce styles.
 *
 * Keep this file CSS-only and selector-based. Do not copy WooCommerce template
 * files just to change presentation, because template overrides need ongoing
 * maintenance after WooCommerce updates.
 */

/* Shared WooCommerce page rhythm */
.woocommerce-page .service-entry-content > .woocommerce,
.woocommerce-account .service-entry-content > .woocommerce {
  width: 100%;
}

.sportshealing-woocommerce-section {
  position: relative;
  overflow: hidden;
}

.sportshealing-woocommerce-content {
  width: 100%;
}

.woocommerce-page .woocommerce,
.woocommerce-account .woocommerce {
  color: var(--text-color);
}

.woocommerce-page .woocommerce a,
.woocommerce-account .woocommerce a {
  color: var(--primary-color);
  font-weight: 600;
}

.woocommerce-page .woocommerce a:hover,
.woocommerce-account .woocommerce a:hover {
  color: var(--black-color);
}

/* Notices */
.woocommerce-page .woocommerce-error,
.woocommerce-page .woocommerce-info,
.woocommerce-page .woocommerce-message,
.woocommerce-account .woocommerce-error,
.woocommerce-account .woocommerce-info,
.woocommerce-account .woocommerce-message {
  display: flex;
  align-items: center;
  gap: 16px;
  min-height: 68px;
  border: 1px solid var(--border-color-one);
  border-radius: var(--border-radius-one);
  background: var(--background-one);
  color: var(--black-color);
  line-height: 1.6;
  margin-bottom: 30px;
  padding: 16px 20px 16px 68px;
  box-shadow: 0 14px 40px rgba(22, 31, 50, 0.06);
}

.woocommerce-page .woocommerce-error::before,
.woocommerce-page .woocommerce-info::before,
.woocommerce-page .woocommerce-message::before,
.woocommerce-account .woocommerce-error::before,
.woocommerce-account .woocommerce-info::before,
.woocommerce-account .woocommerce-message::before {
  top: 50%;
  left: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border-radius: 100%;
  background-color: var(--primary-color);
  color: var(--white-color);
  line-height: 1;
  transform: translateY(-50%);
}

.woocommerce-page .woocommerce-error,
.woocommerce-account .woocommerce-error {
  border-color: rgba(170, 0, 0, 0.16);
  background-color: rgba(170, 0, 0, 0.06);
}

.woocommerce-page .woocommerce-error::before,
.woocommerce-account .woocommerce-error::before {
  background-color: #aa0000;
}

.woocommerce-page .woocommerce-info,
.woocommerce-account .woocommerce-info {
  border-color: rgba(3, 94, 88, 0.16);
}

.woocommerce-page .woocommerce-message,
.woocommerce-account .woocommerce-message {
  border-color: rgba(3, 94, 88, 0.18);
  background-color: var(--background-two);
}

.woocommerce-page .woocommerce-message .button,
.woocommerce-page .woocommerce-info .button,
.woocommerce-page .woocommerce-error .button,
.woocommerce-account .woocommerce-message .button,
.woocommerce-account .woocommerce-info .button,
.woocommerce-account .woocommerce-error .button {
  order: 2;
  flex: 0 0 auto;
  min-height: 42px;
  margin-left: auto;
  padding: 7px 16px;
  font-size: 14px;
  line-height: 1.8;
}

/* Login, register, lost password and edit account forms */
.woocommerce-account .woocommerce .u-columns {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 30px;
}

.woocommerce-account .woocommerce .u-columns::before,
.woocommerce-account .woocommerce .u-columns::after {
  display: none;
}

.woocommerce-account .woocommerce .u-column1,
.woocommerce-account .woocommerce .u-column2,
.woocommerce-account .woocommerce .col-1,
.woocommerce-account .woocommerce .col-2 {
  float: none;
  width: auto;
  max-width: none;
  padding: 0;
}

.woocommerce-account .woocommerce form.login,
.woocommerce-account .woocommerce form.register,
.woocommerce-account .woocommerce form.lost_reset_password,
.woocommerce-account .woocommerce form.woocommerce-EditAccountForm {
  /* max-width: 680px; */
  margin: 0 auto;
  padding: 30px;
  border: 0;
  border-radius: var(--border-radius-three);
  background-color: var(--background-one);
}

.woocommerce-account .woocommerce form.woocommerce-EditAccountForm {
  max-width: none;
  margin: 0;
}

.woocommerce-account .woocommerce .u-columns form.login,
.woocommerce-account .woocommerce .u-columns form.register {
  max-width: none;
  height: 100%;
}

.woocommerce-account .woocommerce h2,
.woocommerce-account .woocommerce h3,
.woocommerce-account .woocommerce legend {
  margin-bottom: 24px;
  color: var(--black-color);
  font-size: 32px;
  line-height: 1.4em;
  font-weight: 700;
}

.woocommerce-account .woocommerce form .form-row {
  margin: 0 0 25px;
  padding: 0;
}

.woocommerce-account .woocommerce form .form-row label {
  margin-bottom: 8px;
  color: var(--black-color);
  font-weight: 600;
  line-height: 1.4;
}

.woocommerce-account .woocommerce form .form-row .required {
  color: var(--primary-color);
}

.woocommerce-account .woocommerce fieldset {
  margin: 30px 0 0;
  padding: 0;
  border: 0;
}

.woocommerce-account .woocommerce input.input-text,
.woocommerce-account .woocommerce textarea,
.woocommerce-account .woocommerce select,
.woocommerce-page .woocommerce input.input-text,
.woocommerce-page .woocommerce textarea,
.woocommerce-page .woocommerce select {
  float: none;
  width: 100%;
  min-height: 52px;
  padding: 10px 15px;
  outline: none;
  background-color: var(--white-color);
  color: var(--black-color);
  border: 1px solid var(--border-color-two);
  border-radius: var(--border-radius-one);
  box-shadow: none;
}

.woocommerce-account .woocommerce textarea,
.woocommerce-page .woocommerce textarea {
  min-height: 140px;
  resize: vertical;
}

.woocommerce-account .woocommerce input.input-text:hover,
.woocommerce-account .woocommerce input.input-text:focus,
.woocommerce-account .woocommerce textarea:hover,
.woocommerce-account .woocommerce textarea:focus,
.woocommerce-account .woocommerce select:hover,
.woocommerce-account .woocommerce select:focus,
.woocommerce-page .woocommerce input.input-text:hover,
.woocommerce-page .woocommerce input.input-text:focus,
.woocommerce-page .woocommerce textarea:hover,
.woocommerce-page .woocommerce textarea:focus,
.woocommerce-page .woocommerce select:hover,
.woocommerce-page .woocommerce select:focus {
  background-color: var(--white-color);
  border-color: var(--primary-color);
  color: var(--black-color);
  box-shadow: none;
}

.woocommerce-account .woocommerce form .show-password-input {
  top: 17px;
  right: 15px;
  color: var(--black-color);
}

.woocommerce-account .woocommerce form .woocommerce-form-login__rememberme {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 4px 0 20px;
  color: var(--black-color);
  line-height: 1.4;
}

.woocommerce-account .woocommerce form input[type="checkbox"] {
  width: 20px;
  height: 20px;
  margin: 0;
  border: 1px solid var(--primary-color);
  border-radius: 5px;
  accent-color: var(--primary-color);
}

.woocommerce-account .woocommerce-LostPassword {
  margin: 18px 0 0;
  text-align: center;
}

/* Buttons */
.woocommerce-page .woocommerce button.button,
.woocommerce-page .woocommerce a.button,
.woocommerce-page .woocommerce input.button,
.woocommerce-account .woocommerce button.button,
.woocommerce-account .woocommerce a.button,
.woocommerce-account .woocommerce input.button {
  position: relative;
  min-height: 52px;
  padding: 10px 22px;
  border: 1px solid transparent;
  border-radius: var(--border-radius-one);
  background-color: var(--primary-color);
  color: var(--white-color);
  font-size: 16px;
  font-weight: 600;
  line-height: 2;
  text-transform: capitalize;
  transition: 500ms all ease;
}

.woocommerce-page .woocommerce button.button:hover,
.woocommerce-page .woocommerce a.button:hover,
.woocommerce-page .woocommerce input.button:hover,
.woocommerce-account .woocommerce button.button:hover,
.woocommerce-account .woocommerce a.button:hover,
.woocommerce-account .woocommerce input.button:hover {
  background-color: var(--black-color);
  color: var(--white-color);
}

/* Shop archive: product grid, result count and sorting */
.woocommerce-shop .woocommerce-result-count,
.woocommerce.tax-product_cat .woocommerce-result-count,
.woocommerce.tax-product_tag .woocommerce-result-count,
.woocommerce.post-type-archive-product .woocommerce-result-count {
  margin: 0 0 30px;
  color: var(--black-color);
  font-weight: 600;
}

.woocommerce-shop .woocommerce-ordering,
.woocommerce.tax-product_cat .woocommerce-ordering,
.woocommerce.tax-product_tag .woocommerce-ordering,
.woocommerce.post-type-archive-product .woocommerce-ordering {
  margin: 0 0 30px;
}

.woocommerce-shop .woocommerce-ordering select,
.woocommerce.tax-product_cat .woocommerce-ordering select,
.woocommerce.tax-product_tag .woocommerce-ordering select,
.woocommerce.post-type-archive-product .woocommerce-ordering select {
  min-width: 240px;
  height: 52px;
}

.woocommerce ul.products {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 30px;
  margin: 0;
  padding: 0;
}

.woocommerce ul.products::before,
.woocommerce ul.products::after {
  display: none;
}

.woocommerce ul.products li.product {
  position: relative;
  float: none;
  width: auto !important;
  margin: 0 !important;
  padding: 0 0 20px;
  overflow: hidden;
  border-radius: var(--border-radius-three);
  background-color: var(--white-color);
  text-align: center;
}

.woocommerce ul.products li.product::marker {
  content: "";
}

.woocommerce ul.products li.product a.woocommerce-LoopProduct-link {
  display: block;
  color: var(--black-color);
}

.woocommerce ul.products li.product a img {
  width: 100%;
  aspect-ratio: 1 / 1;
  margin: 0;
  object-fit: cover;
  background-color: var(--extra-color-four);
  border-radius: var(--border-radius-three);
  transition: var(--transition);
}

.woocommerce ul.products li.product:hover a img {
  transform: scale(1.06);
}

.woocommerce ul.products li.product .woocommerce-loop-product__title {
  margin: 0;
  padding: 20px 24px 12px;
  color: var(--black-color);
  font-size: 18px;
  line-height: 1.4em;
  text-transform: capitalize;
  transition: var(--transition);
}

.woocommerce ul.products li.product .woocommerce-loop-product__title:hover {
  color: var(--primary-color);
}

.woocommerce ul.products li.product .star-rating {
  margin: 0 auto 12px;
  color: var(--primary-color);
}

.woocommerce ul.products li.product .price {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin: 0 0 15px;
  color: var(--primary-color);
  font-size: 18px;
  font-weight: 600;
}

.woocommerce ul.products li.product .price del {
  color: var(--text-color);
  opacity: 1;
  font-size: 15px;
  font-weight: 400;
}

.woocommerce ul.products li.product .price ins {
  text-decoration: none;
}

.woocommerce span.onsale,
.woocommerce ul.products li.product .onsale {
  top: 16px;
  left: 16px;
  right: auto;
  min-width: 0;
  min-height: 0;
  padding: 5px 12px;
  border-radius: 100px;
  background-color: var(--primary-color);
  color: var(--white-color);
  line-height: 1.4;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  z-index: 2;
}

.woocommerce ul.products li.product .button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: calc(100% - 48px);
  margin: 0 24px;
  background-color: var(--primary-rgb-05);
  color: var(--black-color);
}

.woocommerce ul.products li.product .button:hover {
  background-color: var(--primary-color);
  color: var(--white-color);
}

.woocommerce nav.woocommerce-pagination {
  margin-top: 40px;
}

.woocommerce nav.woocommerce-pagination ul {
  display: flex;
  justify-content: center;
  gap: 8px;
  border: 0;
}

.woocommerce nav.woocommerce-pagination ul li {
  border: 0;
}

.woocommerce nav.woocommerce-pagination ul li a,
.woocommerce nav.woocommerce-pagination ul li span {
  min-width: 44px;
  min-height: 44px;
  border: 1px solid var(--border-color-one);
  border-radius: 100%;
  color: var(--black-color);
  display: flex;
  align-items: center;
  justify-content: center;
}

.woocommerce nav.woocommerce-pagination ul li a:hover,
.woocommerce nav.woocommerce-pagination ul li span.current {
  border-color: var(--primary-color);
  background-color: var(--primary-color);
  color: var(--white-color);
}

/* Single product: gallery, summary, tabs and related products */
.single-product div.product {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(340px, 0.85fr);
  gap: 50px;
  align-items: start;
}

.single-product div.product::before,
.single-product div.product::after {
  display: none;
}

.single-product .woocommerce-product-gallery,
.single-product div.product div.images {
  grid-column: 1;
  grid-row: 1;
  float: none;
  width: 100%;
  margin: 0;
  position: relative;
  top: auto;
}

.single-product div.product > .onsale {
  position: absolute;
  top: 16px;
  left: 16px;
  z-index: 3;
}

.single-product div.product div.images .woocommerce-product-gallery__wrapper {
  margin: 0;
}

.single-product div.product div.images .woocommerce-product-gallery__image {
  overflow: hidden;
  border-radius: var(--border-radius-three);
  background-color: var(--extra-color-four);
}

.single-product div.product div.images img {
  width: 100%;
  object-fit: cover;
}

.single-product div.product div.images .flex-control-thumbs {
  display: flex;
  gap: 16px;
  margin-top: 20px;
}

.single-product div.product div.images .flex-control-thumbs li {
  width: 95px;
  overflow: hidden;
  border: 1px solid transparent;
  border-radius: var(--border-radius-two);
  background-color: var(--extra-color-four);
}

.single-product div.product div.images .flex-control-thumbs li img {
  margin: 0;
  opacity: 1;
}

.single-product div.product div.images .flex-control-thumbs li img.flex-active,
.single-product div.product div.images .flex-control-thumbs li img:hover {
  border-color: var(--primary-color);
}

.single-product div.product div.summary {
  grid-column: 2;
  grid-row: 1;
  float: none;
  width: 100%;
  margin: 0;
  padding: 6px 0 0;
}

.single-product div.product .product_title {
  margin-bottom: 14px;
  color: var(--black-color);
  font-size: 28px;
  line-height: 1.4em;
  text-transform: capitalize;
}

.single-product div.product .woocommerce-product-rating {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
  padding-bottom: 25px;
  margin-bottom: 25px;
  border-bottom: 1px solid var(--border-color-one);
}

.single-product div.product .woocommerce-product-rating .star-rating {
  margin: 0;
  color: var(--primary-color);
}

.single-product div.product .price {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 25px;
  color: var(--black-color);
  font-size: 28px;
  line-height: 1.4em;
  font-weight: 700;
}

.single-product div.product .price del {
  color: var(--text-color);
  opacity: 1;
  font-size: 18px;
  font-weight: 400;
}

.single-product div.product .price ins {
  color: var(--black-color);
  text-decoration: none;
}

.single-product div.product .woocommerce-product-details__short-description {
  margin-bottom: 30px;
}

.single-product div.product .stock {
  color: var(--primary-color);
  font-weight: 700;
}

.single-product div.product form.cart {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 18px;
  margin: 0 0 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid var(--border-color-one);
}

.single-product div.product form.cart div.quantity {
  float: none;
  margin: 0;
}

.single-product div.product form.cart .qty,
.woocommerce .quantity .qty {
  width: 92px;
  height: 52px;
  border-radius: 10px;
  border: 1px solid var(--border-color-one);
  text-align: center;
}

.single-product div.product form.cart .single_add_to_cart_button.button,
.single-product div.product form.cart .single_add_to_cart_button.button.alt {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 190px;
  min-height: 52px;
  margin: 0;
  padding: 10px 24px !important;
  border: 1px solid transparent !important;
  border-radius: var(--border-radius-one) !important;
  background-color: var(--primary-color) !important;
  color: var(--white-color) !important;
  font-size: 16px;
  font-weight: 700;
  line-height: 2;
}

.single-product div.product form.cart .single_add_to_cart_button.button:hover,
.single-product div.product form.cart .single_add_to_cart_button.button.alt:hover {
  background-color: var(--black-color) !important;
  color: var(--white-color) !important;
}

.single-product div.product form.cart .variations {
  width: 100%;
  margin-bottom: 8px;
}

.single-product div.product form.cart .variations th,
.single-product div.product form.cart .variations td {
  display: block;
  padding: 0 0 12px;
  border: 0;
  text-align: left;
}

.single-product div.product form.cart .variations label {
  margin-bottom: 8px;
  color: var(--black-color);
  font-weight: 700;
}

.single-product div.product form.cart .variations select {
  max-width: 100%;
}

.single-product div.product form.cart .single_variation_wrap {
  width: 100%;
}

.single-product div.product .product_meta {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 25px;
  padding-top: 25px;
  border-top: 1px solid var(--border-color-one);
  color: var(--black-color);
  font-weight: 600;
}

.single-product div.product .product_meta span span,
.single-product div.product .product_meta a {
  color: var(--text-color);
  font-weight: 500;
}

.single-product div.product .woocommerce-tabs,
.single-product div.product .related,
.single-product div.product .upsells {
  grid-column: 1 / -1;
  clear: both;
  margin-top: 90px;
}

.single-product div.product .woocommerce-tabs ul.tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin: 0 0 30px;
  padding: 30px 0 25px;
  border-top: 1px solid var(--border-color-one);
  border-bottom: 1px solid var(--border-color-one);
}

.single-product div.product .woocommerce-tabs ul.tabs::before,
.single-product div.product .woocommerce-tabs ul.tabs li::before,
.single-product div.product .woocommerce-tabs ul.tabs li::after {
  display: none;
}

.single-product div.product .woocommerce-tabs ul.tabs li {
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 100px;
  background: transparent;
}

.single-product div.product .woocommerce-tabs ul.tabs li a {
  display: inline-flex;
  padding: 12px 25px;
  border: 1px solid var(--background-one);
  border-radius: 100px;
  background-color: var(--extra-color);
  color: var(--black-color);
  font-weight: 500;
}

.single-product div.product .woocommerce-tabs ul.tabs li.active a,
.single-product div.product .woocommerce-tabs ul.tabs li a:hover {
  background-color: var(--primary-color);
  color: var(--white-color);
}

.single-product div.product .woocommerce-tabs .panel {
  margin: 0;
  padding-top: 5px;
}

.single-product div.product .woocommerce-tabs .panel h2,
.single-product div.product .related > h2,
.single-product div.product .upsells > h2 {
  margin-bottom: 20px;
  color: var(--black-color);
  font-size: 32px;
  line-height: 1.4em;
}

.single-product #reviews #comments ol.commentlist {
  padding: 0;
}

.single-product #reviews #comments ol.commentlist li {
  margin-bottom: 24px;
}

.single-product #review_form_wrapper {
  padding: 30px;
  border: 1px solid var(--border-color-one);
  border-radius: var(--border-radius-three);
  background-color: var(--background-one);
}

/* Cart page */
.woocommerce-cart .woocommerce-cart-form {
  border: 1px solid var(--border-color-one);
  overflow: hidden;
  border-radius: var(--border-radius-three);
}

.woocommerce-cart table.cart {
  margin: 0;
  border: 0;
  text-align: center;
}

.woocommerce-cart table.cart th {
  padding: 20px 15px;
  color: var(--black-color);
  font-size: 18px;
  font-weight: 700;
}

.woocommerce-cart table.cart td {
  padding: 20px 15px;
  border-color: var(--border-color-one);
  vertical-align: middle;
}

.woocommerce-cart table.cart img {
  width: 100px;
  height: 100px;
  border-radius: var(--border-radius-two);
  background-color: var(--extra-color-four);
  object-fit: cover;
}

.woocommerce-cart table.cart .product-name a {
  color: var(--black-color);
  font-size: 18px;
  font-weight: 700;
}

.woocommerce-cart table.cart .product-name a:hover {
  color: var(--primary-color);
}

.woocommerce-cart table.cart .product-price,
.woocommerce-cart table.cart .product-subtotal {
  color: var(--black-color);
  font-weight: 700;
}

.woocommerce-cart table.cart a.remove {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 37px;
  height: 37px;
  border: 1px solid var(--primary-color);
  border-radius: 100%;
  color: var(--primary-color) !important;
  font-size: 20px;
  line-height: 1;
}

.woocommerce-cart table.cart a.remove:hover {
  background-color: var(--primary-color);
  color: var(--white-color) !important;
}

.woocommerce-cart table.cart td.actions {
  padding: 30px;
}

.woocommerce-cart table.cart td.actions .coupon {
  display: flex;
  gap: 12px;
  align-items: center;
}

.woocommerce-cart table.cart td.actions .coupon .input-text {
  width: min(320px, 100%);
  height: 52px;
  margin: 0;
}

.woocommerce-cart table.cart td.actions > .button {
  margin-left: 12px;
}

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

.woocommerce-cart .cart-collaterals::before,
.woocommerce-cart .cart-collaterals::after {
  display: none;
}

.woocommerce-cart .cart-collaterals .cart_totals {
  float: none;
  width: min(520px, 100%);
  margin-left: auto;
  padding: 30px;
  border: 1px solid var(--border-color-one);
  border-radius: var(--border-radius-three);
  background-color: var(--background-one);
}

.woocommerce-cart .cart_totals h2 {
  margin-bottom: 22px;
  color: var(--black-color);
  font-size: 32px;
  line-height: 1.4em;
}

.woocommerce-cart .cart_totals table {
  border: 0;
  margin-bottom: 24px;
}

.woocommerce-cart .cart_totals table th,
.woocommerce-cart .cart_totals table td {
  padding: 14px 0;
  border-color: var(--border-color-one);
  color: var(--black-color);
}

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

.woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
  width: 100%;
  margin: 0;
  text-align: center;
}

/* Cart block support */
.woocommerce-cart .wp-block-woocommerce-cart,
.woocommerce-cart .wc-block-cart {
  width: 100%;
}

.woocommerce-cart .wc-block-cart__main,
.woocommerce-cart .wc-block-cart__sidebar {
  margin-bottom: 30px;
}

.woocommerce-cart .wc-block-cart-items,
.woocommerce-cart .wc-block-cart__totals-title,
.woocommerce-cart .wc-block-components-totals-wrapper,
.woocommerce-cart .wc-block-components-sidebar-layout .wc-block-components-main,
.woocommerce-cart .wc-block-components-sidebar-layout .wc-block-components-sidebar {
  border-color: var(--border-color-one) !important;
}

.woocommerce-cart .wc-block-cart-items {
  border: 1px solid var(--border-color-one);
  border-radius: var(--border-radius-three);
  overflow: hidden;
}

.woocommerce-cart .wc-block-cart-items__header th {
  padding: 20px 15px !important;
  color: var(--black-color);
  font-size: 18px;
  font-weight: 700;
}

.woocommerce-cart .wc-block-cart-items__row {
  border-color: var(--border-color-one) !important;
}

.woocommerce-cart .wc-block-cart-item__image img {
  width: 100px;
  height: 100px;
  border-radius: var(--border-radius-two);
  background-color: var(--extra-color-four);
  object-fit: cover;
}

.woocommerce-cart .wc-block-cart-item__product,
.woocommerce-cart .wc-block-cart-item__total {
  padding-top: 20px !important;
  padding-bottom: 20px !important;
}

.woocommerce-cart .wc-block-cart-item__product a,
.woocommerce-cart .wc-block-cart-item__total-price-and-sale-badge-wrapper {
  color: var(--black-color);
  font-weight: 700;
}

.woocommerce-cart .wc-block-cart-item__remove-link {
  color: var(--primary-color) !important;
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.woocommerce-cart .wc-block-components-quantity-selector {
  min-height: 42px;
  border: 1px solid var(--border-color-one);
  border-radius: 10px;
}

.woocommerce-cart .wc-block-cart__sidebar {
  padding: 30px;
  border: 1px solid var(--border-color-one);
  border-radius: var(--border-radius-three);
  background-color: var(--background-one);
}

.woocommerce-cart .wc-block-cart__totals-title {
  color: var(--black-color);
  font-size: 32px;
  line-height: 1.4em;
  font-weight: 700;
  text-align: left;
}

.woocommerce-cart .wc-block-components-totals-item {
  color: var(--black-color);
}

.woocommerce-cart .wc-block-components-button,
.woocommerce-cart .wc-block-components-button:not(.is-link),
.woocommerce-cart .wc-block-cart__submit-button,
.woocommerce-cart .wc-block-cart__submit-button.contained,
.woocommerce-cart .wc-block-components-checkout-place-order-button {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  min-height: 52px !important;
  padding: 10px 22px !important;
  border: 1px solid transparent !important;
  border-radius: var(--border-radius-one) !important;
  background-color: var(--primary-color) !important;
  color: var(--white-color) !important;
  font-size: 16px !important;
  font-weight: 700 !important;
  line-height: 2 !important;
  text-decoration: none !important;
  text-transform: capitalize;
  transition: 500ms all ease;
}

.woocommerce-cart .wc-block-cart__submit-button,
.woocommerce-cart .wc-block-cart__submit-button.contained {
  width: 100%;
}

.woocommerce-cart .wc-block-components-button:hover,
.woocommerce-cart .wc-block-components-button:not(.is-link):hover,
.woocommerce-cart .wc-block-cart__submit-button:hover,
.woocommerce-cart .wc-block-cart__submit-button.contained:hover {
  background-color: var(--black-color) !important;
  color: var(--white-color) !important;
}

.woocommerce-cart .wc-block-components-button__text {
  color: inherit;
}

.woocommerce-cart .wc-block-components-panel__button,
.woocommerce-cart .wc-block-components-totals-coupon-link {
  color: var(--primary-color) !important;
  font-weight: 700;
}

.woocommerce-cart .wc-block-components-text-input input,
.woocommerce-cart .wc-block-components-text-input input[type="text"] {
  min-height: 52px;
  border: 1px solid var(--border-color-two);
  border-radius: var(--border-radius-one);
}

/* Checkout page */
.woocommerce-checkout form.checkout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(340px, 0.72fr);
  gap: 30px;
  align-items: start;
}

.woocommerce-checkout form.checkout::before,
.woocommerce-checkout form.checkout::after {
  display: none;
}

.woocommerce-checkout #customer_details::before,
.woocommerce-checkout #customer_details::after {
  display: none;
}

.woocommerce-checkout #customer_details {
  display: grid;
  grid-template-columns: 1fr;
  gap: 30px;
  min-width: 0;
}

.woocommerce-checkout #customer_details .col-1,
.woocommerce-checkout #customer_details .col-2 {
  float: none;
  width: auto;
  max-width: none;
  padding: 0;
}

.woocommerce-checkout .woocommerce-billing-fields,
.woocommerce-checkout .woocommerce-shipping-fields,
.woocommerce-checkout .woocommerce-additional-fields,
.woocommerce-checkout #order_review {
  padding: 30px;
  border: 1px solid var(--border-color-one);
  border-radius: var(--border-radius-three);
  background-color: var(--white-color);
  overflow: hidden;
}

.woocommerce-checkout .woocommerce-shipping-fields,
.woocommerce-checkout .woocommerce-additional-fields {
  margin-top: 0;
}

.woocommerce-checkout .woocommerce-billing-fields h3,
.woocommerce-checkout .woocommerce-shipping-fields h3,
.woocommerce-checkout .woocommerce-additional-fields h3,
.woocommerce-checkout #order_review_heading {
  margin-bottom: 24px;
  color: var(--black-color);
  font-size: 32px;
  line-height: 1.4em;
}

.woocommerce-checkout #order_review_heading {
  grid-column: 2;
  margin: 0 0 -6px;
}

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

.woocommerce-checkout .woocommerce-checkout-review-order-table {
  border: 0;
  margin: 0 0 24px;
}

.woocommerce-checkout .woocommerce-checkout-review-order-table th,
.woocommerce-checkout .woocommerce-checkout-review-order-table td {
  padding: 15px 0;
  border-color: var(--border-color-one);
  color: var(--black-color);
}

.woocommerce-checkout .woocommerce-checkout-review-order-table .product-name {
  color: var(--text-color);
}

.woocommerce-checkout #payment {
  border-radius: var(--border-radius-one);
  background-color: var(--background-one);
}

.woocommerce-checkout #payment ul.payment_methods {
  padding: 20px;
  border-color: var(--border-color-one);
}

.woocommerce-checkout #payment div.payment_box {
  border-radius: var(--border-radius-one);
  background-color: var(--white-color);
  color: var(--text-color);
}

.woocommerce-checkout #payment div.payment_box::before {
  border-bottom-color: var(--white-color);
}

.woocommerce-checkout #payment div.form-row {
  padding: 20px;
}

.woocommerce-checkout #payment #place_order {
  float: none;
  width: 100%;
}

/* Checkout block support */
.woocommerce-checkout .wp-block-woocommerce-checkout,
.woocommerce-checkout .wc-block-checkout {
  width: 100%;
}

.woocommerce-checkout .wc-block-components-sidebar-layout {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) minmax(340px, 0.72fr);
  gap: 30px;
  align-items: start;
}

.woocommerce-checkout .wc-block-components-sidebar-layout::before,
.woocommerce-checkout .wc-block-components-sidebar-layout::after {
  display: none;
}

.woocommerce-checkout .wc-block-components-sidebar-layout .wc-block-components-main,
.woocommerce-checkout .wc-block-components-sidebar-layout .wc-block-components-sidebar {
  float: none !important;
  width: auto !important;
  max-width: none !important;
  padding: 0 !important;
}

.woocommerce-checkout .wc-block-components-sidebar-layout .wc-block-components-main {
  display: grid;
  gap: 30px;
}

.woocommerce-checkout .wc-block-components-sidebar-layout .wc-block-components-sidebar {
  padding: 30px !important;
  border: 1px solid var(--border-color-one);
  border-radius: var(--border-radius-three);
  background-color: var(--background-one);
}

.woocommerce-checkout .wc-block-components-checkout-step,
.woocommerce-checkout .wp-block-woocommerce-checkout-express-payment-block,
.woocommerce-checkout .wp-block-woocommerce-checkout-contact-information-block,
.woocommerce-checkout .wp-block-woocommerce-checkout-shipping-address-block,
.woocommerce-checkout .wp-block-woocommerce-checkout-billing-address-block,
.woocommerce-checkout .wp-block-woocommerce-checkout-shipping-methods-block,
.woocommerce-checkout .wp-block-woocommerce-checkout-payment-block,
.woocommerce-checkout .wp-block-woocommerce-checkout-additional-information-block,
.woocommerce-checkout .wp-block-woocommerce-checkout-order-note-block,
.woocommerce-checkout .wp-block-woocommerce-checkout-terms-block,
.woocommerce-checkout .wp-block-woocommerce-checkout-actions-block {
  margin: 0 !important;
  padding: 30px !important;
  border: 1px solid var(--border-color-one) !important;
  border-radius: var(--border-radius-three);
  background-color: var(--white-color);
}

.woocommerce-checkout .wc-block-components-checkout-step__heading,
.woocommerce-checkout .wc-block-components-checkout-step__heading-container {
  margin: 0 0 20px !important;
}

.woocommerce-checkout .wc-block-components-title,
.woocommerce-checkout .wc-block-components-checkout-step__title,
.woocommerce-checkout .wc-block-components-sidebar-layout .wc-block-components-sidebar h2,
.woocommerce-checkout .wc-block-components-order-summary__button-text {
  color: var(--black-color);
  font-size: 24px;
  line-height: 1.4em;
  font-weight: 700;
}

.woocommerce-checkout .wc-block-components-checkout-step__description {
  margin: -8px 0 18px;
  color: var(--text-color);
}

.woocommerce-checkout .wc-block-components-text-input input,
.woocommerce-checkout .wc-block-components-text-input input[type="text"],
.woocommerce-checkout .wc-block-components-text-input input[type="email"],
.woocommerce-checkout .wc-block-components-text-input input[type="tel"],
.woocommerce-checkout .wc-block-components-combobox .wc-block-components-combobox-control input.components-combobox-control__input,
.woocommerce-checkout .wc-block-components-form .wc-block-components-text-input input,
.woocommerce-checkout .wc-block-components-form .wc-block-components-textarea,
.woocommerce-checkout .wc-block-components-form select {
  min-height: 52px !important;
  padding: 18px 15px 8px !important;
  border: 1px solid var(--border-color-two) !important;
  border-radius: var(--border-radius-one) !important;
  background-color: var(--white-color) !important;
  color: var(--black-color) !important;
  box-shadow: none !important;
}

.woocommerce-checkout .wc-block-components-form select,
.woocommerce-checkout .wc-block-components-form .wc-block-components-textarea {
  padding-top: 12px !important;
  padding-bottom: 12px !important;
}
.woocommerce-checkout .wc-block-components-form select {
    padding-top: 12px !important;
    padding-bottom: 0px !important;
}
.woocommerce-checkout .wc-block-components-text-input input:focus,
.woocommerce-checkout .wc-block-components-combobox .wc-block-components-combobox-control input.components-combobox-control__input:focus,
.woocommerce-checkout .wc-block-components-form .wc-block-components-textarea:focus,
.woocommerce-checkout .wc-block-components-form select:focus {
  border-color: var(--primary-color) !important;
  box-shadow: none !important;
}
.woocommerce-checkout .wc-blocks-components-select .wc-blocks-components-select__label{
  font-size: 10px;
}
.woocommerce-checkout .wc-block-components-text-input label,
.woocommerce-checkout .wc-block-components-combobox .wc-block-components-combobox-control label.components-base-control__label,
.woocommerce-checkout .wc-blocks-components-select .wc-blocks-components-select__label,
.woocommerce-checkout .wc-block-components-checkbox label,
.woocommerce-checkout .wc-block-components-radio-control__label {
  color: var(--black-color);
  font-weight: 600;
}

.woocommerce-checkout .wc-block-components-text-input label,
.woocommerce-checkout .wc-block-components-combobox .wc-block-components-combobox-control label.components-base-control__label,
.woocommerce-checkout .wc-blocks-components-select .wc-blocks-components-select__label {
  top: 15px;
  left: 15px;
  line-height: 1.2;
}

.woocommerce-checkout .wc-block-components-text-input.is-active label,
.woocommerce-checkout .wc-block-components-text-input.has-value label,
.woocommerce-checkout .wc-block-components-combobox.is-active .wc-block-components-combobox-control label.components-base-control__label,
.woocommerce-checkout .wc-block-components-combobox.has-value .wc-block-components-combobox-control label.components-base-control__label,
.woocommerce-checkout .wc-blocks-components-select .wc-blocks-components-select__label {
  top: 6px;
  font-size: 12px;
  line-height: 1.2;
}

.woocommerce-checkout .wc-block-components-radio-control,
.woocommerce-checkout .wc-block-components-radio-control__option,
.woocommerce-checkout .wc-block-components-checkbox,
.woocommerce-checkout .wc-block-components-shipping-rates-control,
.woocommerce-checkout .wc-block-components-payment-methods {
  border-color: var(--border-color-one) !important;
}

.woocommerce-checkout .wc-block-components-radio-control__option,
.woocommerce-checkout .wc-block-components-checkbox {
  padding: 16px !important;
}

.woocommerce-checkout .wc-block-checkout__add-note {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin: 0;
}

.woocommerce-checkout .wc-block-checkout__add-note .wc-block-components-checkbox {
  align-items: center;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  background-color: transparent;
}

.woocommerce-checkout .wc-block-checkout__add-note .wc-block-components-checkbox label,
.woocommerce-checkout .wp-block-woocommerce-checkout-order-note-block .wc-block-components-checkbox label {
  display: inline-flex !important;
  align-items: center !important;
  gap: 10px !important;
  margin: 0 !important;
  color: var(--black-color);
  font-weight: 700;
  line-height: 20px !important;
}

.woocommerce-checkout .wc-block-checkout__add-note .wc-block-components-checkbox__input,
.woocommerce-checkout .wp-block-woocommerce-checkout-order-note-block .wc-block-components-checkbox__input {
  flex: 0 0 20px;
  width: 20px !important;
  height: 20px !important;
  min-height: 0 !important;
  margin: 0 !important;
  border-color: var(--border-color-two) !important;
  border-radius: 4px !important;
  background-color: var(--white-color) !important;
  box-shadow: none !important;
  vertical-align: middle !important;
}

.woocommerce-checkout .wc-block-checkout__add-note .wc-block-components-checkbox__input:checked,
.woocommerce-checkout .wp-block-woocommerce-checkout-order-note-block .wc-block-components-checkbox__input:checked {
  border-color: var(--primary-color) !important;
  background-color: var(--white-color) !important;
}

.woocommerce-checkout .wc-block-checkout__add-note .wc-block-components-checkbox__mark,
.woocommerce-checkout .wp-block-woocommerce-checkout-order-note-block .wc-block-components-checkbox__mark {
  display: block !important;
  top: 2.5px !important;
  left: 7.5px !important;
  width: 15px !important;
  height: 15px !important;
  margin: 0 !important;
  fill: var(--primary-color) !important;
  transform: none !important;
}

.woocommerce-checkout .wc-block-checkout__add-note .wc-block-components-textarea {
  min-height: 130px !important;
  padding: 14px 15px !important;
  line-height: 1.6;
  resize: vertical;
}

.woocommerce-checkout .wp-block-woocommerce-checkout-order-summary-block {
  border: 0;
}

.woocommerce-checkout .wc-block-components-order-summary,
.woocommerce-checkout .wc-block-components-totals-wrapper,
.woocommerce-checkout .wc-block-components-order-summary-item {
  border-color: var(--border-color-one) !important;
}

.woocommerce-checkout .wc-block-components-order-summary-item__description,
.woocommerce-checkout .wc-block-components-order-summary-item__total-price,
.woocommerce-checkout .wc-block-components-totals-item {
  color: var(--black-color);
}

.woocommerce-checkout .wc-block-components-order-summary-item__image img {
  border-radius: var(--border-radius-one);
  background-color: var(--extra-color-four);
}

.woocommerce-checkout .wc-block-components-button,
.woocommerce-checkout .wc-block-components-button:not(.is-link),
.woocommerce-checkout .wc-block-components-checkout-place-order-button,
.woocommerce-checkout .wc-block-components-checkout-place-order-button.contained {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  min-height: 52px !important;
  padding: 10px 22px !important;
  border: 1px solid transparent !important;
  border-radius: var(--border-radius-one) !important;
  background-color: var(--primary-color) !important;
  color: var(--white-color) !important;
  font-size: 16px !important;
  font-weight: 700 !important;
  line-height: 2 !important;
  text-decoration: none !important;
  text-transform: capitalize;
  transition: 500ms all ease;
}

.woocommerce-checkout .wc-block-components-checkout-place-order-button,
.woocommerce-checkout .wc-block-components-checkout-place-order-button.contained {
  width: 100%;
}

.woocommerce-checkout .wc-block-components-button:hover,
.woocommerce-checkout .wc-block-components-button:not(.is-link):hover,
.woocommerce-checkout .wc-block-components-checkout-place-order-button:hover,
.woocommerce-checkout .wc-block-components-checkout-place-order-button.contained:hover {
  background-color: var(--black-color) !important;
  color: var(--white-color) !important;
}

.woocommerce-checkout .wc-block-components-button__text {
  color: inherit;
}

.woocommerce-checkout .wc-block-components-panel__button,
.woocommerce-checkout .wc-block-components-totals-coupon-link,
.woocommerce-checkout .wc-block-components-checkout-return-to-cart-button {
  color: var(--primary-color) !important;
  font-weight: 700;
}

/* My Account dashboard layout */
.woocommerce-account .woocommerce-MyAccount-navigation,
.woocommerce-account .woocommerce-MyAccount-content {
  float: none;
}

.woocommerce-account.logged-in .woocommerce {
  display: grid;
  grid-template-columns: minmax(220px, 280px) minmax(0, 1fr);
  gap: 30px;
  align-items: start;
}

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

.woocommerce-account .woocommerce-MyAccount-navigation {
  width: 100%;
  margin-bottom: 0;
  padding: 18px;
  border: 1px solid var(--border-color-one);
  border-radius: var(--border-radius-three);
  background-color: var(--background-one);
  position: sticky;
  top: 120px;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}

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

.woocommerce-account .woocommerce-MyAccount-navigation li::marker {
  content: "";
}

.woocommerce-account .woocommerce-MyAccount-navigation li a {
  display: flex;
  align-items: center;
  gap: 12px;
  min-height: 52px;
  padding: 12px 16px;
  border: 1px solid var(--border-color-one);
  border-radius: var(--border-radius-one);
  background-color: var(--white-color);
  color: var(--black-color);
  text-transform: capitalize;
}

.woocommerce-account .woocommerce-MyAccount-navigation li a::before {
  width: 20px;
  color: var(--primary-color);
  font-family: "Font Awesome 6 Free";
  font-size: 15px;
  font-weight: 900;
  text-align: center;
}

.woocommerce-account .woocommerce-MyAccount-navigation-link--dashboard a::before {
  content: "\f3fd";
}

.woocommerce-account .woocommerce-MyAccount-navigation-link--orders a::before {
  content: "\f291";
}

.woocommerce-account .woocommerce-MyAccount-navigation-link--downloads a::before {
  content: "\f019";
}

.woocommerce-account .woocommerce-MyAccount-navigation-link--edit-address a::before {
  content: "\f3c5";
}

.woocommerce-account .woocommerce-MyAccount-navigation-link--payment-methods a::before {
  content: "\f09d";
}

.woocommerce-account .woocommerce-MyAccount-navigation-link--edit-account a::before {
  content: "\f007";
}

.woocommerce-account .woocommerce-MyAccount-navigation-link--customer-logout a::before {
  content: "\f2f5";
}

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

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

.woocommerce-account .woocommerce-MyAccount-content {
  width: 100%;
  padding: 30px;
  border: 1px solid var(--border-color-one);
  border-radius: var(--border-radius-three);
  background-color: var(--white-color);
  box-shadow: 0 20px 60px rgba(22, 31, 50, 0.06);
}

.woocommerce-account .woocommerce-MyAccount-content > p:first-child {
  padding: 20px;
  border-radius: var(--border-radius-one);
  background-color: var(--background-one);
  color: var(--black-color);
}

.woocommerce-account .woocommerce-MyAccount-content > p:first-child strong {
  color: var(--primary-color);
}

.woocommerce-account .woocommerce-MyAccount-content > p:first-child a {
  white-space: nowrap;
}

.woocommerce-account .woocommerce-MyAccount-content p:last-child {
  margin-bottom: 0;
}

.woocommerce-account .woocommerce-MyAccount-content p a:not(.button) {
  text-decoration: underline;
  text-underline-offset: 4px;
}

/* Account tables and address panels */
.woocommerce-account .woocommerce table.shop_table {
  overflow: hidden;
  border: 1px solid var(--border-color-one);
  border-radius: var(--border-radius-one);
  border-collapse: separate;
  border-spacing: 0;
  margin: 0 0 24px;
  background-color: var(--white-color);
}

.woocommerce-account .woocommerce table.shop_table th,
.woocommerce-account .woocommerce table.shop_table td {
  border-color: var(--border-color-one);
  padding: 16px;
  color: var(--black-color);
  vertical-align: middle;
}

.woocommerce-account .woocommerce table.shop_table th {
  background-color: var(--background-one);
  font-weight: 700;
  text-transform: capitalize;
}

.woocommerce-account .woocommerce table.shop_table td {
  color: var(--text-color);
}

.woocommerce-account .woocommerce table.shop_table td a:not(.button) {
  color: var(--black-color);
}

.woocommerce-account .woocommerce table.shop_table .button {
  min-height: 42px;
  margin: 3px;
  padding: 7px 14px;
  font-size: 14px;
  line-height: 1.8;
}

.woocommerce-account .woocommerce-orders-table__cell-order-number a {
  font-weight: 700;
}

.woocommerce-account .woocommerce-orders-table__cell-order-status {
  font-weight: 700;
  color: var(--primary-color) !important;
}

.woocommerce-account .woocommerce-pagination {
  display: flex;
  justify-content: flex-end;
  gap: 10px;
  margin-top: 20px;
}

.woocommerce-account .woocommerce-pagination .button {
  margin: 0;
}

.woocommerce-account .woocommerce-order-details,
.woocommerce-account .woocommerce-customer-details {
  margin-top: 30px;
}

.woocommerce-account .woocommerce-order-details__title,
.woocommerce-account .woocommerce-column__title,
.woocommerce-account .woocommerce-order-downloads__title {
  margin-bottom: 18px;
  font-size: 24px;
}

/* Downloads and empty endpoint states */
.woocommerce-account .woocommerce-Downloads {
  display: grid;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.woocommerce-account .woocommerce-Downloads .woocommerce-Download {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 18px;
  border: 1px solid var(--border-color-one);
  border-radius: var(--border-radius-one);
  background-color: var(--background-one);
}

.woocommerce-account .woocommerce-Downloads .woocommerce-Download::before {
  content: "\f019";
  display: inline-flex;
  flex: 0 0 42px;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border-radius: 100%;
  background-color: var(--primary-color);
  color: var(--white-color);
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
}

.woocommerce-account .woocommerce-Downloads .woocommerce-Download a {
  margin-right: auto;
  color: var(--black-color);
}

.woocommerce-account .woocommerce-Count {
  color: var(--text-color);
  font-size: 14px;
}

.woocommerce-account .woocommerce-Addresses {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}

.woocommerce-account .woocommerce-Address {
  width: auto;
  float: none;
  padding: 24px;
  border: 1px solid var(--border-color-one);
  border-radius: var(--border-radius-one);
  background-color: var(--background-one);
}

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

.woocommerce-account .woocommerce-Address-title h2 {
  margin-bottom: 0;
  font-size: 24px;
}

.woocommerce-account .woocommerce-Address-title .edit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  padding: 7px 14px;
  border-radius: var(--border-radius-one);
  background-color: var(--primary-color);
  color: var(--white-color);
  text-decoration: none;
}

.woocommerce-account .woocommerce-Address-title .edit:hover {
  background-color: var(--black-color);
  color: var(--white-color);
}

.woocommerce-account .woocommerce-Address address {
  margin: 0;
  color: var(--text-color);
  line-height: 1.8;
}

/* Responsive account adjustments */
@media (max-width: 1199px) {
  .woocommerce ul.products {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .woocommerce ul.products li.product,
  .woocommerce ul.products li.product a img,
  .single-product div.product div.images .woocommerce-product-gallery__image,
  .woocommerce-cart .woocommerce-cart-form,
  .woocommerce-cart .cart-collaterals .cart_totals,
  .woocommerce-cart .wc-block-cart-items,
  .woocommerce-cart .wc-block-cart__sidebar,
  .woocommerce-checkout .woocommerce-billing-fields,
  .woocommerce-checkout .woocommerce-shipping-fields,
  .woocommerce-checkout .woocommerce-additional-fields,
  .woocommerce-checkout #order_review {
    border-radius: 20px;
  }

  .single-product div.product,
  .woocommerce-checkout form.checkout {
    grid-template-columns: 1fr;
  }

  .woocommerce-checkout .wc-block-components-sidebar-layout {
    grid-template-columns: 1fr;
  }

  .single-product .woocommerce-product-gallery,
  .single-product div.product div.images {
    grid-column: auto;
    grid-row: auto;
  }

  .single-product div.product div.summary {
    grid-column: auto;
    grid-row: auto;
  }

  .single-product div.product .woocommerce-tabs,
  .single-product div.product .related,
  .single-product div.product .upsells {
    margin-top: 50px;
  }

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

  .woocommerce-checkout #order_review_heading {
    margin: 10px 0 -6px;
  }

  .woocommerce-checkout .wc-block-components-sidebar-layout .wc-block-components-sidebar,
  .woocommerce-checkout .wc-block-components-checkout-step,
  .woocommerce-checkout .wp-block-woocommerce-checkout-express-payment-block,
  .woocommerce-checkout .wp-block-woocommerce-checkout-contact-information-block,
  .woocommerce-checkout .wp-block-woocommerce-checkout-shipping-address-block,
  .woocommerce-checkout .wp-block-woocommerce-checkout-billing-address-block,
  .woocommerce-checkout .wp-block-woocommerce-checkout-shipping-methods-block,
  .woocommerce-checkout .wp-block-woocommerce-checkout-payment-block,
  .woocommerce-checkout .wp-block-woocommerce-checkout-additional-information-block,
  .woocommerce-checkout .wp-block-woocommerce-checkout-order-note-block,
  .woocommerce-checkout .wp-block-woocommerce-checkout-terms-block,
  .woocommerce-checkout .wp-block-woocommerce-checkout-actions-block {
    border-radius: 20px;
    padding: 20px !important;
  }

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

  .woocommerce-account .woocommerce-MyAccount-navigation {
    position: static;
    border-radius: 20px;
  }

  .woocommerce-account .woocommerce-MyAccount-navigation ul {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  }

  .woocommerce-account .woocommerce form.login,
  .woocommerce-account .woocommerce form.register,
  .woocommerce-account .woocommerce form.lost_reset_password,
  .woocommerce-account .woocommerce form.woocommerce-EditAccountForm,
  .woocommerce-account .woocommerce-MyAccount-content {
    border-radius: 20px;
    padding: 20px;
  }
}

@media (max-width: 767px) {
  .woocommerce-page .woocommerce-error,
  .woocommerce-page .woocommerce-info,
  .woocommerce-page .woocommerce-message,
  .woocommerce-account .woocommerce-error,
  .woocommerce-account .woocommerce-info,
  .woocommerce-account .woocommerce-message {
    display: block;
    padding: 18px 18px 18px 64px;
  }

  .woocommerce-page .woocommerce-message .button,
  .woocommerce-page .woocommerce-info .button,
  .woocommerce-page .woocommerce-error .button,
  .woocommerce-account .woocommerce-message .button,
  .woocommerce-account .woocommerce-info .button,
  .woocommerce-account .woocommerce-error .button {
    display: flex;
    width: 100%;
    margin: 14px 0 0;
  }

  .woocommerce-shop .woocommerce-result-count,
  .woocommerce.tax-product_cat .woocommerce-result-count,
  .woocommerce.tax-product_tag .woocommerce-result-count,
  .woocommerce.post-type-archive-product .woocommerce-result-count,
  .woocommerce-shop .woocommerce-ordering,
  .woocommerce.tax-product_cat .woocommerce-ordering,
  .woocommerce.tax-product_tag .woocommerce-ordering,
  .woocommerce.post-type-archive-product .woocommerce-ordering {
    float: none;
    text-align: center;
  }

  .woocommerce-shop .woocommerce-ordering select,
  .woocommerce.tax-product_cat .woocommerce-ordering select,
  .woocommerce.tax-product_tag .woocommerce-ordering select,
  .woocommerce.post-type-archive-product .woocommerce-ordering select {
    width: 100%;
  }

  .woocommerce ul.products {
    grid-template-columns: 1fr;
  }

  .woocommerce ul.products li.product .woocommerce-loop-product__title {
    padding-right: 18px;
    padding-left: 18px;
  }

  .woocommerce ul.products li.product .button {
    width: calc(100% - 36px);
    margin-right: 18px;
    margin-left: 18px;
  }

  .single-product div.product .product_title,
  .single-product div.product .price {
    font-size: 22px;
  }

  .single-product div.product form.cart {
    align-items: stretch;
    flex-direction: column;
  }

  .single-product div.product form.cart .single_add_to_cart_button.button,
  .single-product div.product form.cart .single_add_to_cart_button.button.alt,
  .single-product div.product form.cart div.quantity,
  .single-product div.product form.cart .qty {
    width: 100%;
  }

  .single-product div.product div.images .flex-control-thumbs li {
    width: 78px;
  }

  .single-product div.product .woocommerce-tabs ul.tabs {
    flex-direction: column;
  }

  .single-product div.product .woocommerce-tabs ul.tabs li a {
    justify-content: center;
    width: 100%;
  }

  .single-product div.product .woocommerce-tabs .panel h2,
  .single-product div.product .related > h2,
  .single-product div.product .upsells > h2,
  .woocommerce-cart .cart_totals h2,
  .woocommerce-checkout .woocommerce-billing-fields h3,
  .woocommerce-checkout .woocommerce-shipping-fields h3,
  .woocommerce-checkout .woocommerce-additional-fields h3,
  .woocommerce-checkout #order_review_heading {
    font-size: 26px;
  }

  .woocommerce-cart .woocommerce-cart-form {
    border: 0;
    border-radius: 0;
  }

  .woocommerce-cart table.cart {
    text-align: left;
    border: 0;
  }

  .woocommerce-cart table.cart thead {
    display: none;
  }

  .woocommerce-cart table.cart tr.cart_item {
    display: block;
    margin-bottom: 20px;
    border: 1px solid var(--border-color-one);
    border-radius: var(--border-radius-one);
    background-color: var(--white-color);
    overflow: hidden;
  }

  .woocommerce-cart table.cart td {
    display: block;
    width: 100%;
    min-height: 58px;
    padding: 18px 18px 18px 38%;
    border: 0;
    border-bottom: 1px solid var(--border-color-one);
    position: relative;
    text-align: right;
  }

  .woocommerce-cart table.cart td::before {
    content: attr(data-title);
    position: absolute;
    top: 50%;
    left: 18px;
    max-width: 32%;
    color: var(--black-color);
    font-weight: 700;
    text-align: left;
    transform: translateY(-50%);
  }

  .woocommerce-cart table.cart td.product-remove,
  .woocommerce-cart table.cart td.product-thumbnail {
    padding-left: 18px;
    text-align: center;
  }

  .woocommerce-cart table.cart td.product-remove::before,
  .woocommerce-cart table.cart td.product-thumbnail::before,
  .woocommerce-cart table.cart td.actions::before {
    display: none;
  }

  .woocommerce-cart table.cart td.actions {
    padding: 20px 0 0;
    border: 0;
  }

  .woocommerce-cart table.cart td.actions .coupon {
    flex-direction: column;
    align-items: stretch;
    margin-bottom: 14px;
  }

  .woocommerce-cart table.cart td.actions .coupon .input-text,
  .woocommerce-cart table.cart td.actions .coupon .button,
  .woocommerce-cart table.cart td.actions > .button {
    width: 100%;
    margin: 0;
  }

  .woocommerce-cart .cart-collaterals .cart_totals,
  .woocommerce-cart .wc-block-cart__sidebar,
  .woocommerce-checkout .woocommerce-billing-fields,
  .woocommerce-checkout .woocommerce-shipping-fields,
  .woocommerce-checkout .woocommerce-additional-fields,
  .woocommerce-checkout #order_review,
  .single-product #review_form_wrapper {
    padding: 20px;
  }

  .woocommerce-checkout .wc-block-components-title,
  .woocommerce-checkout .wc-block-components-checkout-step__title,
  .woocommerce-checkout .wc-block-components-sidebar-layout .wc-block-components-sidebar h2,
  .woocommerce-checkout .wc-block-components-order-summary__button-text {
    font-size: 22px;
  }

  .woocommerce-cart .wc-block-cart-items {
    border: 0;
    border-radius: 0;
  }

  .woocommerce-cart .wc-block-cart-items__row {
    margin-bottom: 16px;
    border: 1px solid var(--border-color-one) !important;
    border-radius: var(--border-radius-one);
    background-color: var(--white-color);
    overflow: hidden;
  }

  .woocommerce-cart .wc-block-cart-item__image,
  .woocommerce-cart .wc-block-cart-item__product,
  .woocommerce-cart .wc-block-cart-item__total {
    padding: 16px !important;
  }

  .woocommerce-cart .wc-block-cart__totals-title {
    font-size: 26px;
  }

  .woocommerce-account .woocommerce h2,
  .woocommerce-account .woocommerce h3,
  .woocommerce-account .woocommerce legend {
    font-size: 26px;
  }

  .woocommerce-account .woocommerce-MyAccount-navigation ul,
  .woocommerce-account .woocommerce .u-columns,
  .woocommerce-account .woocommerce-Addresses {
    grid-template-columns: 1fr;
  }

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

  .woocommerce-account .woocommerce-MyAccount-navigation li a {
    min-height: 48px;
  }

  .woocommerce-account .woocommerce table.shop_table {
    border: 0;
    border-radius: 0;
  }

  .woocommerce-account .woocommerce table.shop_table_responsive tr {
    margin-bottom: 16px;
    border: 1px solid var(--border-color-one);
    border-radius: var(--border-radius-one);
    background-color: var(--white-color);
    overflow: hidden;
  }

  .woocommerce-account .woocommerce table.shop_table_responsive tr td {
    min-height: 48px;
    padding: 12px 14px;
    border-top: 1px solid var(--border-color-one);
  }

  .woocommerce-account .woocommerce table.shop_table_responsive tr td:first-child {
    border-top: 0;
  }

  .woocommerce-account .woocommerce table.shop_table_responsive tr td::before {
    color: var(--black-color);
    font-weight: 700;
  }

  .woocommerce-account .woocommerce-Downloads .woocommerce-Download {
    align-items: flex-start;
    flex-direction: column;
  }

  .woocommerce-account .woocommerce-Downloads .woocommerce-Download a {
    margin-right: 0;
  }
}
