/* Small Featured Product Card */
.small-featured-product-card {
  display: block;
  color: inherit;
  text-decoration: none;
}
.small-featured-product-card .image {
  width: 100%;
  overflow: hidden;
  background-color: #f0f0f0;
  margin-bottom: 12px;
}
.small-featured-product-card .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: all 0.3s ease-in;
}
.small-featured-product-card:hover .image img {
  transform: scale(1.3);
}
.small-featured-product-card .title {
  margin: 0 0 4px;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.3;
  color: var(--sue-text-color);
}
.small-featured-product-card .category {
  margin: 0;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: rgba(115, 126, 157, 1);
}
/* Small Featured Product Card */
/* Featured Product Card */
.featured-product-card {
  display: block;
  position: relative;
  color: rgba(0, 0, 0, 1) !important;
}
.featured-product-card .image-wrapper {
  position: relative;
  overflow: hidden;
  margin-bottom: 20px;
}
.featured-product-card .colors-swatches {
  background: rgba(255, 255, 255, 0.9);
  position: absolute;
  width: 100%;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 17px 20px;
  gap: 20px;
  transition: all 0.3s ease-in;
  transform: translateY(100%);
}
.featured-product-card.has-quick-cart .colors-swatches {
  opacity: 0;
}
.featured-product-card .badges {
  position: absolute;
  bottom: 20px;
  display: grid;
  left: 20px;
  gap: 5px;
  transition: all 0.3s ease-in;
}
.featured-product-card .colors-swatches span.swatch {
  width: 22px;
  height: 22px;
  display: inline-block;
  border-radius: 4px;
}
.featured-product-card .image {
  aspect-ratio: 4/4;
  display: flex;
}
.featured-product-card .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s ease-in;
}
.featured-product-card:hover .image img {
  transform: scale(1.2);
}
.featured-product-card:hover .colors-swatches {
  transform: translateY(0%);
}
.featured-product-card .badges .badge {
  display: inline-block;
  padding: 3px 10px 4px;
  border-radius: 4px;
  background-color: rgba(0, 0, 0, 1);
  font-size: 15px;
  line-height: 1;
  font-weight: 700;
  color: #fff;
}
.featured-product-card .badges .badge.badge-sale {
  background-color: rgba(255, 0, 0, 1);
}
.featured-product-card:hover .badges {
  opacity: 0;
}
.featured-product-card .row {
  display: flex;
  gap: 10px;
}
.featured-product-card .left {
  flex: 1;
}
.featured-product-card .price {
  width: 77px;
  font-size: 18px;
  line-height: 1.6;
  font-weight: 700;
  text-align: right;
  display: none;
}
.featured-product-card .price:has(*) {
  display: block;
}
.featured-product-card .title {
  font-size: 18px;
  margin: 0 0 14px;
}
.featured-product-card .category {
  color: rgba(115, 126, 157, 1);
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  margin: 0;
  font-weight: 500;
  line-height: 1.4;
}
.featured-product-card .description {
  font-size: 16px;
  line-height: 150%;
  margin-top: 10px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.featured-product-card .price > span {
  display: block;
}
.featured-product-card .price .price-original {
  font-size: 16px;
  font-weight: 500;
  color: rgba(115, 126, 157, 1);
  position: relative;
  display: inline;
}
.featured-product-card .price .price-original::after {
  content: '';
  width: 100%;
  position: absolute;
  height: 1px;
  background-color: rgba(255, 0, 0, 1);
  left: 0;
  bottom: 8px;
  transform: rotate(-12deg);
}
/* Featured Product Card */
.sue-shop-page {
  padding: 130px 0;
  overflow: hidden;
}
/* Breadcrumb */
.sue-breadcrumb {
  margin-bottom: 28px;
  font-size: 16px;
  color: rgba(0, 0, 0, 1);
  font-weight: 500;
}
.sue-breadcrumb a {
  color: rgba(0, 0, 0, 1);
  border-bottom: 1px solid rgba(0, 0, 0, 1);
  padding-bottom: 3px;
}
.sue-breadcrumb a:hover {
  color: var(--secondary-color, rgba(117, 68, 154, 1));
}
.sue-breadcrumb-sep {
  margin: 0 8px;
}
.sue-breadcrumb-current {
  color: rgba(0, 0, 0, 1);
}
.sue-shop-hero {
  margin-bottom: 20px;
}
.sue-shop-hero .wrap {
  display: flex;
  align-items: flex-end;
  font-size: 16px;
  font-weight: 500;
  color: rgba(0, 0, 0, 1);
  flex-wrap: wrap;
  gap: 15px;
  margin-bottom: 20px;
}
.sue-shop-hero .wrap .sue-shop-back {
  color: rgba(0, 0, 0, 1);
  line-height: 1.4;
  margin-bottom: 12px;
}
.sue-shop-hero .wrap .sue-shop-back span {
  border-bottom: 1px solid;
  display: inline-block;
  margin-right: 10px;
  line-height: 1;
  padding-bottom: 3px;
}
.sue-shop-hero .sue-shop-title {
  margin: 0;
  font-size: 67px;
  line-height: 1.2;
  margin-top: -10px;
}
.sue-shop-hero .sue-shop-result-count {
  font-size: 24px;
  font-weight: 700;
}
.sue-shop-hero .sue-shop-description {
  width: 100%;
  max-width: 840px;
  color: rgba(115, 126, 157, 1);
  font-size: 15px;
  line-height: 1.5;
}
.sue-shop-categories {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 20px;
}
.sue-shop-categories-track {
  display: flex;
  gap: 20px;
  overflow-x: auto;
  scroll-behavior: smooth;
  padding-bottom: 4px;
  scrollbar-width: none;
  cursor: grab;
  -webkit-overflow-scrolling: touch;
  touch-action: pan-x;
  width: 100%;
  max-width: 1193px;
}
.sue-shop-categories-track::-webkit-scrollbar {
  display: none;
}
.sue-shop-categories-track.is-dragging {
  cursor: grabbing;
  scroll-behavior: auto;
  user-select: none;
}
.sue-shop-categories-track.is-dragging .sue-shop-cat-pill {
  pointer-events: none;
}
.sue-shop-cat-pill {
  border: 2px solid rgba(240, 242, 246, 1);
  border-radius: 30px;
  line-height: 1;
  min-height: 33px;
  display: inline-flex;
  align-items: center;
  padding: 2px 10px 4px;
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  transition: all 0.3s ease-in;
  white-space: nowrap;
  flex: 0 0 auto;
  background-color: #fff;
}
.sue-shop-cat-pill:hover,
.sue-shop-cat-pill.is-active {
  background-color: rgba(0, 0, 0, 1);
  color: #fff;
  border-color: rgba(0, 0, 0, 1);
}
.sue-shop-categories-next {
  flex: 0 0 auto;
  width: 46px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  background-color: transparent;
  padding: 0;
  border: none;
}
button.sue-shop-filters-toggle {
  border: 2px solid rgba(0, 0, 0, 1);
  line-height: 1;
  background-color: #fff;
  border-radius: 38px;
  padding: 9px 20px;
  display: flex;
  align-items: center;
  font-size: 22px;
  color: rgba(0, 0, 0, 1);
  cursor: pointer;
  transition: all 0.3s ease-in;
}
button.sue-shop-filters-toggle svg {
  margin-left: 10px;
}
button.sue-shop-filters-toggle .when-open {
  display: none;
}
.sue-shop-filters-toggle-label {
  display: inline-block;
  padding-right: 5px;
}
.sue-shop-filters-count {
  display: inline-block;
  padding-left: 5px;
}
.sue-shop-header {
  margin-bottom: 30px;
}
button.sue-shop-filters-toggle:hover {
  background-color: rgba(0, 0, 0, 1);
  color: #fff;
}
button.sue-shop-filters-toggle[aria-expanded='true'] .when-open {
  display: block;
}
button.sue-shop-filters-toggle[aria-expanded='true'] .when-closed {
  display: none;
}
.sue-shop-layout {
  transition: all 0.3s ease-in;
  overflow: hidden;
  position: relative;
}
aside.sue-shop-filters {
  transform: translateX(-100%);
  transition: all 0.3s ease-in;
  position: absolute;
  left: 0;
  top: 0;
  width: 354px;
}
.is-filters-open aside.sue-shop-filters {
  transform: translateX(0%);
}
is-filters-open .sue-shop-layout {
  grid-template-columns: minmax(354px, 0) minmax(0, 1fr);
}
.is-filters-open .sue-shop-layout {
  padding-left: 384px;
}
.sue-shop-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
.is-filters-open .sue-shop-grid {
  grid-template-columns: repeat(3, 1fr);
}
.sue-filter-clear {
  border: 0;
  background: none;
  padding: 8px 0px 3px;
  font-size: 16px;
  font-weight: 500;
  cursor: pointer;
  color: rgba(0, 0, 0, 1);
  border-bottom: 1px solid rgba(0, 0, 0, 1);
  border-radius: 0;
  margin-left: 10px;
}
.sue-filter-group {
  padding: 20px 0;
  border-bottom: 1px solid var(--sue-border-color);
}
.sue-filter-group:first-of-type {
  padding-top: 0;
}
.sue-filter-group h4 {
  font-size: 18px;
  font-weight: 700;
  margin: 0 0 16px;
}
.sue-filter-options {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.sue-radio,
.sue-checkbox {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 15px;
  cursor: pointer;
}
.sue-radio input[type='radio'],
.sue-checkbox input[type='checkbox'] {
  width: 18px;
  height: 18px;
  accent-color: var(--sue-text-color);
  cursor: pointer;
  margin: 0;
}
.sue-filter-swatches {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px 30px;
  width: 100%;
  max-width: 270px;
}
.sue-swatch-option {
  position: relative;
  display: flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
  font-size: 16px;
  font-weight: 500;
}
.sue-swatch-option input {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
}
.sue-swatch-option .swatch {
  width: 24px;
  height: 24px;
  border-radius: 6px;
  border: 1px solid var(--sue-border-color);
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.sue-swatch-option .swatch-check {
  opacity: 0;
  transition: opacity 0.15s ease;
}
.sue-swatch-option input:checked + .swatch .swatch-check {
  opacity: 1;
}
.sue-filter-size-grid {
  gap: 14px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  width: 100%;
  max-width: 278px;
}
.sue-size-option {
  position: relative;
  display: flex;
}
.sue-size-option input {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
}
.sue-size-option span {
  min-width: 59px;
  text-align: center;
  padding: 6px 2px;
  border-radius: 6px;
  font-size: 16px;
  font-weight: 500;
  cursor: pointer;
  border: 2px solid rgba(240, 242, 246, 1);
}
.sue-size-option input:checked + span {
  background: rgba(0, 0, 0, 1);
  color: #fff;
  border-color: rgba(0, 0, 0, 1);
}
.sue-size-option input:focus-visible + span {
  outline: 2px solid var(--sue-accent-color);
  outline-offset: 2px;
}
.sue-shop-active-filters {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-bottom: 20px;
}
span.sue-filter-chip {
  border: 1px solid rgba(0, 0, 0, 1);
  border-radius: 38px;
  background-color: #fff;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 6px 14px 8px;
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
}
button.sue-chip-remove {
  padding: 0;
  border: none;
  background-color: transparent;
  cursor: pointer;
}
.sue-shop-pagination {
  justify-content: center;
  gap: 24px;
  margin-top: 50px;
}
.sue-page-label {
  font-size: 16px;
  font-weight: 400;
  text-transform: uppercase;
  color: rgba(0, 0, 0, 1);
}
body .custom-navigation.sue-shop-pagination button .center-to-left {
  background-color: rgba(0, 0, 0, 1);
}
body .custom-navigation.sue-shop-pagination button {
  background-color: rgba(0, 0, 0, 1) !important;
}
body .custom-navigation.sue-shop-pagination button .center-to-left path {
  fill: #fff;
}
body .custom-navigation.sue-shop-pagination button .left-to-center {
  background-color: #fff;
  border-color: #1c1c1c;
}
#loader-wrapper .loader::before {
  display: none;
}
section.generic-text-block .sue-shop-page,
section.shop-module-filters-inner-categories .sue-shop-page {
  padding: 0;
}
/* Upsells ("Clients Also Loved…") */
.sue-upsells-section {
  margin: 140px 0;
}
.sue-upsells-header {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 50px;
}
.sue-upsells-title {
  margin: 0 0 8px;
}
.sue-upsells-subtitle {
  margin: 0;
  font-size: 27px;
  line-height: 1;
}
.sue-upsells-track.owl-carousel .owl-stage {
  padding-left: 0 !important;
}
body .custom-navigation.sue-upsells-navigation button .center-to-left {
  background-color: rgba(0, 0, 0, 1);
}
body .custom-navigation.sue-upsells-navigation button {
  background-color: rgba(0, 0, 0, 1) !important;
}
body .custom-navigation.sue-upsells-navigation button .center-to-left path {
  fill: #fff;
}
body .custom-navigation.sue-upsells-navigation button .left-to-center {
  background-color: #fff;
  border-color: #1c1c1c;
}
.sue-upsells-footer {
  margin-top: 30px;
}
.sue-upsells-footer .animated-button {
  background-color: rgba(0, 0, 0, 1);
}
.sue-upsells-footer .animated-button .left-to-center {
  background-color: rgba(0, 0, 0, 1);
}
.sue-upsells-footer .animated-button .center-to-left {
  border-color: rgba(0, 0, 0, 1);
}
.wide-version.featured-product-card .image {
  height: 368px;
  width: 100%;
  background-color: #eceef0;
}
.wide-version.featured-product-card .image img {
  object-fit: contain;
}
.wide-version.featured-product-card .description {
  width: 50%;
  max-width: 554px;
  text-align: right;
  margin-top: 0;
  margin-left: 10px;
}
.clients-also-loved-featured {
  display: grid;
  gap: 60px;
}
.wide-version.featured-product-card .price {
  width: 100%;
  text-align: left;
  margin-top: 10px;
}
.wide-version.featured-product-card .price:has(*) {
  display: flex;
  align-items: flex-end;
  gap: 10px;
}

.products-grid-view {
  display: grid;
  gap: 60px 40px;
}
.products-grid-view.four-column {
  grid-template-columns: repeat(4, 1fr);
}
.products-grid-view.three-column {
  grid-template-columns: repeat(3, 1fr);
}
.products-grid-view.two-column {
  grid-template-columns: repeat(2, 1fr);
}

.woocommerce-checkout ul.woocommerce-error {
  gap: 0;
  padding: 16px 20px 16px 40px;
  color: #1c1c1c;
}
.woocommerce-checkout ul.woocommerce-error::before {
  left: 9px;
  top: 16px;
}
.woocommerce-checkout ul.woocommerce-error li::before {
  display: none;
}
.woocommerce-checkout ul.woocommerce-error li a {
  color: #1c1c1c;
}

@media screen and (max-width: 1399px) {
  aside.sue-shop-filters {
    width: 300px;
  }
  .is-filters-open .sue-shop-layout {
    padding-left: 320px;
  }
  .products-grid-view {
    gap: 50px 20px;
  }
}
@media screen and (max-width: 1279px) {
  .sue-shop-page {
    padding: 60px 0;
  }
  .sue-shop-hero .sue-shop-title {
    font-size: 55px;
  }
  .sue-shop-hero .sue-shop-result-count {
    font-size: 20px;
  }
  .sue-shop-cat-pill {
    font-size: 16px;
  }
  .sue-shop-categories-track {
    gap: 14px;
  }
  button.sue-shop-filters-toggle {
    font-size: 20px;
  }
  .sue-shop-grid {
    grid-template-columns: repeat(3, 1fr);
  }
  .is-filters-open .sue-shop-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  section.sue-upsells-section {
    margin: 60px 0;
  }
  .sue-upsells-subtitle {
    font-size: 20px;
  }
  .products-grid-view.four-column {
    grid-template-columns: repeat(3, 1fr);
  }
  .products-grid-view {
    gap: 50px 30px;
  }
}
@media screen and (max-width: 1023px) {
  .sue-shop-hero .sue-shop-title {
    font-size: 31px;
  }
  .sue-shop-hero .wrap .sue-shop-back {
    margin-bottom: 0;
  }
  .sue-shop-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .is-filters-open .sue-shop-grid {
    grid-template-columns: repeat(1, 1fr);
  }
  .products-grid-view.four-column {
    grid-template-columns: repeat(2, 1fr);
  }
  .products-grid-view.three-column {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 767px) {
  .sue-shop-page {
    padding: 44px 0;
  }
  aside.sue-shop-filters {
    position: fixed;
    top: 0;
    left: 0;
    background-color: #fff;
    width: 100%;
    z-index: 999999;
    transform: translateY(-100%);
    height: 100%;
  }
  .is-filters-open aside.sue-shop-filters {
    transform: translateY(0%);
  }
  .sue-shop-filters-header {
    display: flex !important;
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 1);
    width: 100%;
    padding: 10px 10px 10px 20px;
    font-size: 21px;
    font-weight: 700;
    color: #fff;
    align-items: center;
    justify-content: space-between;
    z-index: 2;
  }
  button.sue-close-mobile-filter {
    background-color: transparent;
    border: none;
    padding: 10px;
  }
  .sue-shop-filters-panel {
    height: 100%;
    overflow: auto;
    padding: 90px 20px 30px;
  }
  .is-filters-open .sue-shop-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .is-filters-open .sue-shop-layout {
    padding: 0;
  }
  button.sue-shop-filters-toggle {
    width: 100%;
    justify-content: center;
    font-size: 18px;
    padding: 10px 20px;
  }
  .sue-shop-hero .sue-shop-title {
    font-size: 26px;
  }
  .sue-shop-hero .wrap {
    gap: 10px;
  }
  .sue-shop-hero .wrap .sue-shop-back span {
    margin-right: 6px;
  }
  .sue-shop-hero .sue-shop-result-count {
    font-size: 15px;
    font-weight: 500;
  }
  .sue-shop-filters-view-btn-mobile {
    display: block !important;
    position: fixed;
    bottom: 0;
    width: 100%;
    background-color: #ffff;
    padding: 20px;
  }
  .sue-shop-filters-view-btn-mobile button {
    background-color: rgba(0, 0, 0, 1);
    width: 100%;
    text-align: center;
    border-radius: 36px;
    font-size: 22px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 400;
    padding: 14px 0;
  }
  .sue-shop-layout {
    min-height: auto !important;
  }
  section.sue-upsells-section {
    margin: 44px 0;
  }
  .sue-upsells-subtitle {
    font-size: 17px;
  }
  .sue-upsells-header {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 599px) {
  .sue-shop-grid,
  .is-filters-open .sue-shop-grid {
    grid-template-columns: repeat(1, 1fr);
    gap: 30px;
  }
  section.sue-upsells-section .container {
    padding-right: 0;
  }
  .sue-upsells-navigation.custom-navigation {
    display: none;
  }
  .wide-version.featured-product-card .description {
    display: none;
  }
  .wide-version.featured-product-card .image img {
    object-fit: cover;
  }
  .wide-version.featured-product-card .image {
    height: auto;
    width: auto;
  }
  .products-grid-view.four-column,
  .products-grid-view.three-column,
  .products-grid-view.two-column {
    grid-template-columns: repeat(1, 1fr);
  }
}
/* My Account: Login */
body.woocommerce-account:not(.logged-in) .woocommerce {
  max-width: 460px;
  margin: 0 auto;
  font-size: 18px;
  line-height: 1.6;
}
body.woocommerce-account:not(.logged-in) .woocommerce > h2 {
  display: none;
}
body.woocommerce-account .sue-account-heading {
  text-align: center;
  margin-bottom: 40px;
}
body.woocommerce-account .sue-account-heading h2 {
  font-size: 42px;
  font-weight: 700;
  margin: 0 0 12px;
}
body.woocommerce-account .woocommerce-form-login .woocommerce-form-row,
body.woocommerce-account .woocommerce-ResetPassword .woocommerce-form-row {
  margin: 0 0 20px;
}
body.woocommerce-account form.woocommerce-form.login,
body.woocommerce-account form.woocommerce-ResetPassword.lost_reset_password {
  margin: 0;
  border-radius: 16px;
  border: 1px solid #000;
  padding: 20px;
}
body.woocommerce-account
  form.woocommerce-ResetPassword.lost_reset_password
  .woocommerce-form-row {
  width: 100%;
}
body.woocommerce-account .woocommerce-form-login label,
body.woocommerce-account .woocommerce-ResetPassword label {
  display: block;
  position: static;
  top: auto;
  left: auto;
  pointer-events: auto;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 8px;
  line-height: 1.4;
}
body.woocommerce-account .woocommerce-form-login .woocommerce-Input,
body.woocommerce-account .woocommerce-ResetPassword .woocommerce-Input {
  background-color: rgba(240, 242, 246, 1);
  width: 100%;
  height: 58px;
  border: none;
  border-radius: 10px;
  outline: none;
  padding: 10px 20px 10px;
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  font-weight: 500;
  box-shadow: none;
  transition: background-color 0.2s ease-in;
}
body.woocommerce-account .woocommerce-form-login .woocommerce-Input:focus,
body.woocommerce-account .woocommerce-ResetPassword .woocommerce-Input:focus {
  outline: none;
  background-color: rgba(235, 238, 245, 1);
}
body.woocommerce-account .sue-login-meta-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin: 4px 0 28px;
}
body.woocommerce-account .woocommerce-form-login__rememberme {
  display: flex !important;
  align-items: center;
  gap: 8px;
  font-size: 16px;
  font-weight: 500;
  margin: 0;
  cursor: pointer;
}
.sue-login-meta-row::before,
.sue-login-meta-row::after {
  display: none !important;
}
body.woocommerce-account .sue-forgot-password {
  font-size: 15px;
  font-weight: 500;
  color: #1c1c1c;
}
body.woocommerce-account .sue-forgot-password:hover {
  color: var(--anchor-color, #1b4ea0);
}
body.woocommerce-account .sue-login-submit-row {
  margin: 0;
}
body.woocommerce-account .woocommerce-form-login__submit,
body.woocommerce-account .woocommerce-ResetPassword .woocommerce-Button {
  width: 100%;
  min-height: 54px;
  border: none !important;
  border-radius: 999px !important;
  background-color: rgba(0, 0, 0, 1) !important;
  color: #fff !important;
  font-size: 22px !important;
  font-weight: 400 !important;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  text-align: center;
  cursor: pointer !important;
  transition: opacity 0.2s ease;
}
body.woocommerce-account .woocommerce-form-login__submit:hover,
body.woocommerce-account .woocommerce-ResetPassword .woocommerce-Button:hover {
  background-color: rgba(0, 0, 0, 0.85) !important;
}
body.woocommerce-account
  form.woocommerce-EditAccountForm
  input.woocommerce-Input {
  background-color: rgba(240, 242, 246, 1) !important;
  width: 100%;
  height: 58px;
  border: none;
  border-radius: 10px;
  outline: none;
  padding: 24px 20px 10px;
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  font-weight: 500;
  box-shadow: none;
}
body.woocommerce-account form.woocommerce-EditAccountForm {
  font-size: 18px;
}
body.woocommerce-account form.woocommerce-EditAccountForm label {
  line-height: 1;
}
body.woocommerce-account
  form.woocommerce-EditAccountForm
  .woocommerce-form-row {
  margin-bottom: 20px;
}
body.woocommerce-account form.woocommerce-EditAccountForm legend {
  background-color: #fff;
  padding: 0 10px;
}
body.woocommerce-account.logged-in section.generic-text-block {
  margin: 0;
  background-color: #fff;
}
body.woocommerce-account form.woocommerce-EditAccountForm fieldset {
  padding: 10px 20px 30px;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul {
  gap: 10px;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li {
  padding: 0;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li::before {
  display: none;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li a {
  background-color: rgba(0, 0, 0, 1);
  color: #fff;
  font-size: 16px;
  line-height: 1;
  display: inline-block;
  width: 100%;
  max-width: 230px;
  padding: 12px 20px;
  border-radius: 6px;
  border: none;
  outline: none;
  cursor: pointer;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li.is-active a,
.woocommerce-account .woocommerce-MyAccount-navigation ul li:hover a {
  background-color: var(--secondary-color);
}
body.woocommerce-account .woocommerce-MyAccount-navigation {
  width: 230px;
  position: sticky;
  top: calc(var(--header-height) + 50px);
  float: left;
}
body.woocommerce-account .woocommerce-MyAccount-content {
  width: calc(100% - 300px);
  font-size: 18px;
  line-height: 1.5;
  float: right;
}
body.woocommerce-account .woocommerce table.my_account_orders td,
body.woocommerce-account .woocommerce table.my_account_orders th {
  padding: 4px 20px;
}
body.woocommerce-account .woocommerce-pagination .woocommerce-button {
  min-width: 200px;
  min-height: 54px;
  border: none !important;
  border-radius: 999px !important;
  background-color: rgba(0, 0, 0, 1) !important;
  color: #fff !important;
  font-size: 22px !important;
  font-weight: 400 !important;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  text-align: center;
  cursor: pointer !important;
  transition: opacity 0.2s ease;
  display: inline-flex !important;
  align-items: center;
  padding: 0 20px !important;
  justify-content: center;
}
body.woocommerce-account .woocommerce-pagination .woocommerce-button:hover,
body.woocommerce-account .woocommerce table.my_account_orders .button:hover {
  background-color: rgba(0, 0, 0, 0.85) !important;
}
body.woocommerce-account .woocommerce table.my_account_orders .button {
  min-width: auto;
  min-height: 36px;
  border: none !important;
  border-radius: 999px !important;
  background-color: rgba(0, 0, 0, 1) !important;
  color: #fff !important;
  font-size: 16px !important;
  font-weight: 400 !important;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  text-align: center;
  cursor: pointer !important;
  transition: opacity 0.2s ease;
  display: inline-flex !important;
  align-items: center;
  padding: 0 20px !important;
  justify-content: center;
  margin-top: 0;
}
body.woocommerce-account .woocommerce table.shop_table td,
body.woocommerce-account .woocommerce table.shop_table th {
  padding: 9px 20px;
  font-size: 18px;
}
body.woocommerce-account .woocommerce table.shop_table td ul.wc-item-meta {
  gap: 10px;
  margin-top: 10px;
}
body.woocommerce-account .woocommerce table.shop_table td ul.wc-item-meta li {
  padding-left: 10px;
}
body.woocommerce-account
  .woocommerce
  table.shop_table
  td
  ul.wc-item-meta
  li::before {
  display: none;
}
h2.woocommerce-order-details__title {
  margin-top: -15px;
}
body.woocommerce-account section.woocommerce-customer-details address {
  padding: 20px !important;
}
body.woocommerce-account
  .woocommerce-MyAccount-navigation
  .woocommerce-MyAccount-navigation-link--my-registrations {
  display: none;
}
body.woocommerce-account .woocommerce-Addresses {
  display: grid;
  gap: 50px;
}
body.woocommerce-account
  .woocommerce-Addresses
  header.woocommerce-Address-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 30px;
  gap: 20px;
  flex-wrap: wrap;
}
body.woocommerce-account
  .woocommerce-Addresses
  header.woocommerce-Address-title::before,
body.woocommerce-account
  .woocommerce-Addresses
  header.woocommerce-Address-title::after {
  display: none !important;
}
body.woocommerce-account
  .woocommerce-Addresses
  header.woocommerce-Address-title
  h2 {
  margin: 0;
}
body.woocommerce-account .woocommerce-Addresses::before,
body.woocommerce-account .woocommerce-Addresses::after {
  display: none !important;
}
body.woocommerce-account .woocommerce-MyAccount-content .button {
  min-width: 270px;
  min-height: 54px;
  border: none !important;
  border-radius: 999px !important;
  background-color: rgba(0, 0, 0, 1);
  color: #fff !important;
  font-size: 22px !important;
  font-weight: 400 !important;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  text-align: center;
  cursor: pointer !important;
  transition: opacity 0.2s ease;
  margin-top: 30px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
body.woocommerce-account .woocommerce-MyAccount-content .button:hover {
  background-color: rgba(0, 0, 0, 0.85);
}
body.woocommerce-account #add_payment_method #payment ul.payment_methods {
  padding: 20px;
  gap: 0;
}
body.woocommerce-account #add_payment_method #payment ul.payment_methods li {
  padding: 0;
}
body.woocommerce-account
  #add_payment_method
  #payment
  ul.payment_methods
  li::before {
  display: none !important;
}
body.woocommerce-account
  #add_payment_method
  #payment
  ul.payment_methods
  li
  label {
  padding-left: 25px;
  padding-bottom: 10px;
}
body.woocommerce-account
  #add_payment_method
  #payment
  ul.payment_methods
  li
  > input {
  position: absolute;
}
body.woocommerce-account .woocommerce #payment #place_order,
.woocommerce-page #payment #place_order {
  margin-top: 0;
}
body.woocommerce-account
  .woocommerce-MyAccount-content
  .payment-method-actions
  .button {
  min-width: auto;
  font-size: 16px !important;
  min-height: 36px;
  margin: 0;
}
body.woocommerce-account
  .woocommerce-address-fields
  .woocommerce-input-wrapper
  input,
body.woocommerce-account
  .woocommerce-address-fields
  .woocommerce-input-wrapper
  .select2-selection.select2-selection--single {
  background-color: rgba(240, 242, 246, 1) !important;
  width: 100%;
  height: 58px;
  border-radius: 10px;
  outline: none;
  padding: 24px 20px 10px;
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  font-weight: 500;
  box-shadow: none;
  border: none !important;
}
body.woocommerce-account .woocommerce-address-fields .form-row {
  margin-bottom: 20px;
}
body.woocommerce-account .woocommerce-address-fields .form-row label {
  line-height: 1;
}
body.woocommerce-account .woocommerce-MyAccount-content h2 {
  font-size: 42px;
}
@media screen and (max-width: 1279px) {
  body.woocommerce-account .woocommerce-MyAccount-content {
    width: calc(100% - 260px);
    font-size: 16px;
  }
  body.woocommerce-account .woocommerce table.shop_table td,
  body.woocommerce-account .woocommerce table.shop_table th {
    font-size: 16px;
    padding: 9px 12px;
  }
  body.woocommerce-account .woocommerce table.my_account_orders .button {
    min-height: 32px;
    font-size: 14px !important;
    padding: 0 14px !important;
  }
  body.woocommerce-account .woocommerce-MyAccount-content .button {
    font-size: 20px !important;
    min-width: 220px;
    min-height: 48px;
    margin-top: 20px;
  }
}
@media screen and (max-width: 767px) {
  body.woocommerce-account .sue-account-heading h2 {
    font-size: 32px;
    margin-bottom: 5px;
  }
  body.woocommerce-account .woocommerce-form-login .woocommerce-Input,
  body.woocommerce-account .woocommerce-ResetPassword .woocommerce-Input {
    height: 48px;
  }
  body.woocommerce-account:not(.logged-in) .woocommerce {
    font-size: 16px;
    line-height: 1.5;
  }
  body.woocommerce-account .woocommerce-form-login__submit,
  body.woocommerce-account .woocommerce-ResetPassword .woocommerce-Button {
    min-height: 48px;
    font-size: 18px !important;
  }
  body.woocommerce-account .woocommerce-MyAccount-navigation,
  body.woocommerce-account .woocommerce-MyAccount-content {
    float: none;
    width: 100%;
  }
  body.woocommerce-account .woocommerce-MyAccount-navigation {
    position: initial;
    margin-bottom: 40px;
  }
  body.woocommerce-account .woocommerce-MyAccount-content h2 {
    font-size: 32px;
  }
  .woocommerce-account .woocommerce-MyAccount-navigation ul li a {
    width: 100%;
    max-width: 100%;
  }
  body.woocommerce-account .woocommerce-MyAccount-content .button {
    font-size: 18px !important;
  }
}
