.gazes-checkout .woocommerce form .form-row,
.gazes-checkout .woocommerce-checkout .form-row {
  margin: 0;
  padding: 0;
  float: none;
  width: 100%;
}

.gazes-checkout .form-row label {
  display: block;
  margin-bottom: 0.5rem;
  font-size: 0.875rem;
  font-weight: 500;
  color: rgb(55 65 81);
}

.gazes-checkout .form-row .required {
  color: rgb(239 68 68);
  text-decoration: none;
}

.gazes-checkout input.input-text,
.gazes-checkout select,
.gazes-checkout textarea {
  width: 100%;
  border: 1px solid rgb(229 231 235);
  border-radius: 0.75rem;
  padding: 0.75rem 1rem;
  background: #fff;
  line-height: 1.5;
}

.gazes-checkout input.input-text:focus,
.gazes-checkout select:focus,
.gazes-checkout textarea:focus {
  outline: none;
  border-color: rgb(34 197 94);
}

.gazes-checkout .select2-container .select2-selection--single {
  height: 50px;
  border: 1px solid rgb(229 231 235);
  border-radius: 0.75rem;
}

.gazes-checkout .select2-container {
  width: 100% !important;
}

.gazes-checkout .select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 50px;
  padding-left: 1rem;
  padding-right: 2rem;
  color: rgb(31 41 55);
}

.gazes-checkout .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 50px;
}

.gazes-checkout .woocommerce-checkout-payment ul.payment_methods {
  border: 0;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 0.75rem;
}

.gazes-checkout .woocommerce-checkout-payment ul.payment_methods li {
  list-style: none;
  border: 1px solid rgb(229 231 235);
  border-radius: 0.75rem;
  padding: 0.875rem 1rem;
  background: #fff;
  cursor: pointer;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.gazes-checkout .woocommerce-checkout-payment ul.payment_methods li:hover {
  border-color: rgb(34 197 94);
}

.gazes-checkout .woocommerce-checkout-payment ul.payment_methods li:has(> input[type="radio"]:checked) {
  border-color: rgb(34 197 94);
  box-shadow: 0 0 0 3px rgba(34, 197, 94, 0.14);
}

.gazes-checkout .woocommerce-checkout-payment ul.payment_methods li.is-active {
  border-color: rgb(34 197 94);
  box-shadow: 0 0 0 3px rgba(34, 197, 94, 0.14);
}

.gazes-checkout .woocommerce-checkout-payment ul.payment_methods li.wc_payment_method > label {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  margin: 0;
  font-weight: 600;
  color: rgb(31 41 55);
  vertical-align: middle;
  cursor: pointer;
}

.gazes-checkout .woocommerce-checkout-payment ul.payment_methods li input[type="radio"] {
  accent-color: rgb(34 197 94);
  width: 1rem;
  height: 1rem;
  margin: 0 0.5rem 0 0;
  vertical-align: middle;
  cursor: pointer;
}

.gazes-checkout .woocommerce-checkout-payment div.payment_box {
  margin-top: 0.75rem;
  border-radius: 0.75rem;
  background: rgb(249 250 251);
  padding: 0.75rem 0.875rem;
}

.gazes-checkout .woocommerce-checkout-review-order-table {
  margin: 0 0 1rem;
  border: 0;
}

.gazes-checkout .woocommerce-checkout-review-order-table th,
.gazes-checkout .woocommerce-checkout-review-order-table td {
  border-color: rgb(243 244 246);
  padding: 0.75rem 0;
}

.gazes-checkout .woocommerce-checkout-review-order-table thead th {
  font-size: 0.875rem;
  color: rgb(107 114 128);
}

.gazes-checkout .woocommerce-checkout-review-order-table tfoot tr:last-child th,
.gazes-checkout .woocommerce-checkout-review-order-table tfoot tr:last-child td {
  font-size: 1.125rem;
  font-weight: 800;
}

.gazes-checkout #place_order {
  width: 100%;
  border: 0;
  border-radius: 1rem;
  padding: 1rem 1.25rem;
  font-size: 1rem;
  font-weight: 700;
  background: rgb(34 197 94);
  color: #fff;
  box-shadow: 0 10px 20px rgba(34, 197, 94, 0.22);
}

.gazes-checkout #place_order:hover {
  background: rgb(22 163 74);
  transform: translateY(-1px);
}

.gazes-checkout .checkout-section--delivery .form-row {
  margin-bottom: 0.875rem;
}

.gazes-checkout .checkout-section--delivery .form-row:last-child {
  margin-bottom: 0;
}

.gazes-checkout .checkout-section--delivery .woocommerce-input-wrapper {
  display: block;
}

.gazes-checkout .checkout-section--delivery .select2-container {
  margin-bottom: 0.875rem;
}

.gazes-checkout .checkout-section--delivery .select2-container:last-child {
  margin-bottom: 0;
}

.gazes-checkout .gazes-technical-fields,
.gazes-checkout .gazes-technical-fields .form-row,
.gazes-checkout .gazes-technical-fields .woocommerce-input-wrapper {
  display: none !important;
}

.gazes-checkout .woocommerce-privacy-policy-text,
.gazes-checkout .place-order .woocommerce-terms-and-conditions-wrapper {
  font-size: 0.75rem;
  color: rgb(107 114 128);
  margin-top: 0.875rem;
  margin-bottom: 0.875rem;
  line-height: 1.5;
}

.gazes-checkout .woocommerce-error,
.gazes-checkout .woocommerce-info,
.gazes-checkout .woocommerce-message {
  border-radius: 1rem;
  border-top: 0;
  margin-bottom: 1.25rem;
}

.woocommerce .woocommerce-notices-wrapper .woocommerce-message,
.woocommerce .woocommerce-notices-wrapper .woocommerce-info,
.woocommerce .woocommerce-notices-wrapper .woocommerce-error {
  border: 1px solid rgb(229 231 235);
  border-top: 1px solid rgb(229 231 235);
  border-radius: 1rem;
  background: #fff;
  color: rgb(31 41 55);
  box-shadow: 0 10px 24px rgba(17, 24, 39, 0.08);
  padding: 0.875rem 1rem 0.875rem 2.75rem;
  margin: 6rem 0 -60px;
}

.woocommerce .woocommerce-notices-wrapper {
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.woocommerce .woocommerce-notices-wrapper .woocommerce-message::before,
.woocommerce .woocommerce-notices-wrapper .woocommerce-info::before,
.woocommerce .woocommerce-notices-wrapper .woocommerce-error::before {
  top: 0.95rem;
  left: 1rem;
}

.woocommerce .woocommerce-notices-wrapper .woocommerce-message {
  border-color: rgba(34, 197, 94, 0.35);
  background: rgb(240 253 244);
}

.woocommerce .woocommerce-notices-wrapper .woocommerce-message::before {
  color: rgb(22 163 74);
}

.woocommerce .woocommerce-notices-wrapper .woocommerce-info {
  border-color: rgba(59, 130, 246, 0.35);
  background: rgb(239 246 255);
}

.woocommerce .woocommerce-notices-wrapper .woocommerce-info::before {
  color: rgb(37 99 235);
}

.woocommerce .woocommerce-notices-wrapper .woocommerce-error {
  border-color: rgba(239, 68, 68, 0.35);
  background: rgb(254 242 242);
}

.woocommerce .woocommerce-notices-wrapper .woocommerce-error::before {
  color: rgb(220 38 38);
}

.woocommerce .woocommerce-notices-wrapper .woocommerce-message .button,
.woocommerce .woocommerce-notices-wrapper .woocommerce-info .button {
  float: right;
  border: 1px solid rgb(34 197 94);
  background: #fff;
  color: rgb(22 163 74);
  border-radius: 0.625rem;
  min-height: 2rem;
  line-height: 1.2;
  padding: 0.375rem 0.625rem;
  font-weight: 700;
  margin-left: 0.75rem;
}

.woocommerce .woocommerce-notices-wrapper .woocommerce-message .button:hover,
.woocommerce .woocommerce-notices-wrapper .woocommerce-info .button:hover {
  background: rgb(34 197 94);
  color: #fff;
}

.woocommerce .woocommerce-notices-wrapper .woocommerce-message .restore-item,
.woocommerce .woocommerce-notices-wrapper .woocommerce-info .restore-item {
  float: right;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgb(34 197 94);
  background: #fff;
  color: rgb(22 163 74);
  border-radius: 0.625rem;
  min-height: 2rem;
  line-height: 1.2;
  padding: 0.375rem 0.625rem;
  font-weight: 700;
  margin-left: 0.75rem;
}

.woocommerce .woocommerce-notices-wrapper .woocommerce-message .restore-item:hover,
.woocommerce .woocommerce-notices-wrapper .woocommerce-info .restore-item:hover {
  background: rgb(34 197 94);
  color: #fff;
}

.gazes-checkout .checkout-product-line {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.gazes-checkout .checkout-product-thumb {
  width: 3rem;
  min-width: 3rem;
  height: 3rem;
  border-radius: 0.75rem;
  overflow: hidden;
  background: rgb(249 250 251);
}

.gazes-checkout .checkout-product-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.gazes-checkout .checkout-product-main {
  flex: 1;
  min-width: 0;
}

.gazes-checkout .checkout-product-title {
  font-weight: 700;
  color: rgb(31 41 55);
}

.gazes-checkout .checkout-product-title > * {
  display: inline;
}

.gazes-checkout .checkout-product-meta {
  margin-top: 0.125rem;
  font-size: 0.875rem;
  color: rgb(107 114 128);
}

.gazes-checkout .checkout-remove-item {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.75rem;
  height: 1.75rem;
  border-radius: 9999px;
  color: rgb(156 163 175);
  background: rgb(243 244 246);
  transition: all 0.2s ease;
}

.gazes-checkout .checkout-remove-item:hover {
  color: rgb(239 68 68);
  background: rgb(254 242 242);
}

.gazes-checkout .checkout-product-total-line {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  white-space: nowrap;
  justify-content: flex-end;
  width: 100%;
}

.gazes-checkout .checkout-product-total-value {
  font-weight: 700;
  white-space: nowrap;
}

.gazes-checkout .woocommerce-checkout-review-order-table td.product-total {
  white-space: nowrap;
  text-align: right;
  width: 1%;
}

@media (max-width: 1023px) {
  .gazes-checkout {
    padding-top: 6.5rem;
    padding-bottom: 2.5rem;
  }

  .gazes-checkout .sticky {
    position: static;
  }
}

@media (max-width: 767px) {
  .gazes-checkout .px-6 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .gazes-checkout .rounded-3xl {
    border-radius: 1rem;
  }

  .gazes-checkout .shadow-lg {
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
  }

  .gazes-checkout .p-6 {
    padding: 1rem;
  }

  .gazes-checkout .woocommerce-checkout-review-order-table {
    table-layout: fixed;
  }

  .gazes-checkout .woocommerce-checkout-review-order-table thead th {
    font-size: 0.75rem;
  }

  .gazes-checkout .woocommerce-checkout-review-order-table th,
  .gazes-checkout .woocommerce-checkout-review-order-table td {
    padding: 0.625rem 0;
  }

  .gazes-checkout .checkout-product-thumb {
    width: 2.5rem;
    min-width: 2.5rem;
    height: 2.5rem;
    border-radius: 0.625rem;
  }

  .gazes-checkout .checkout-product-title {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }

  .gazes-checkout .checkout-product-meta {
    font-size: 0.75rem;
  }

  .gazes-checkout .woocommerce-checkout-review-order-table td.product-total {
    min-width: 96px;
  }

  .gazes-checkout .checkout-product-total-line {
    gap: 0.375rem;
  }

  .gazes-checkout .checkout-remove-item {
    width: 1.5rem;
    height: 1.5rem;
  }

  .gazes-checkout .checkout-section--delivery .form-row,
  .gazes-checkout .checkout-section--delivery .select2-container {
    margin-bottom: 0.75rem;
  }

  .gazes-checkout input.input-text,
  .gazes-checkout select,
  .gazes-checkout textarea {
    font-size: 16px;
  }

  .gazes-checkout .select2-container .select2-selection--single {
    height: 46px;
  }

  .gazes-checkout .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 46px;
  }

  .gazes-checkout .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 46px;
  }
}

.gazes-thankyou {
  padding-top: 7rem;
}

.gazes-thankyou-wrap {
  max-width: 900px;
  margin: 0 auto;
}

.gazes-thankyou-head {
  text-align: center;
}

.gazes-thankyou-icon {
  width: 4rem;
  height: 4rem;
  border-radius: 9999px;
  margin: 0 auto 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
  color: #fff;
  background: linear-gradient(135deg, rgb(34 197 94), rgb(22 163 74));
}

.gazes-thankyou-head--failed .gazes-thankyou-icon {
  background: linear-gradient(135deg, rgb(239 68 68), rgb(220 38 38));
}

.gazes-thankyou-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.75rem;
  margin-bottom: 1.25rem;
}

.gazes-thankyou-item {
  border: 1px solid rgb(229 231 235);
  border-radius: 0.875rem;
  padding: 0.875rem 1rem;
  background: rgb(249 250 251);
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}

.gazes-thankyou-label {
  font-size: 0.75rem;
  color: rgb(107 114 128);
}

.gazes-thankyou-value {
  font-size: 1rem;
  font-weight: 700;
  color: rgb(31 41 55);
}

.gazes-thankyou-actions {
  margin-top: 1.25rem;
  display: flex;
  gap: 0.75rem;
  justify-content: center;
  flex-wrap: wrap;
}

.gazes-thankyou-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.375rem;
  min-height: 2.875rem;
  padding: 0.625rem 1rem;
  border-radius: 0.875rem;
  font-weight: 700;
  transition: all 0.2s ease;
}

.gazes-thankyou-btn--primary {
  background: rgb(34 197 94);
  color: #fff;
}

.gazes-thankyou-btn--primary:hover {
  background: rgb(22 163 74);
}

.gazes-thankyou-btn--ghost {
  border: 1px solid rgb(209 213 219);
  background: #fff;
  color: rgb(31 41 55);
}

.gazes-thankyou-btn--ghost:hover {
  border-color: rgb(34 197 94);
  color: rgb(22 163 74);
}

.gazes-thankyou .woocommerce-order-overview,
.gazes-thankyou .woocommerce-order-details,
.gazes-thankyou .woocommerce-customer-details {
  margin-top: 1.25rem;
  border: 1px solid rgb(229 231 235);
  border-radius: 1rem;
  padding: 1rem;
  background: #fff;
}

.gazes-thankyou .woocommerce-order-details__title,
.gazes-thankyou .woocommerce-column__title {
  font-size: 1.125rem;
  font-weight: 800;
  color: rgb(31 41 55);
  margin-bottom: 0.75rem;
}

.gazes-thankyou .shop_table {
  border: 0;
}

.gazes-thankyou .shop_table th,
.gazes-thankyou .shop_table td {
  border-color: rgb(243 244 246);
}

@media (max-width: 767px) {
  .gazes-thankyou {
    padding-top: 6.5rem;
    padding-bottom: 2.5rem;
  }

  .gazes-thankyou .px-6 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .gazes-thankyou-wrap {
    border-radius: 1rem;
    padding: 1rem;
  }

  .gazes-thankyou-grid {
    grid-template-columns: 1fr;
  }

  .gazes-thankyou-btn {
    width: 100%;
  }

  .woocommerce .woocommerce-notices-wrapper {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

/* Cart page */
.woocommerce-cart .woocommerce {
  max-width: 1400px;
  margin: 7rem auto 3rem;
  padding: 0 1.5rem;
}

.gazes-cart-page {
  background:
    radial-gradient(circle at top right, rgba(34, 197, 94, 0.08), transparent 28rem),
    radial-gradient(circle at left center, rgba(14, 165, 233, 0.07), transparent 24rem),
    linear-gradient(180deg, rgb(248 250 252) 0%, rgb(255 255 255) 100%);
}

.gazes-cart-screen {
  background:
    radial-gradient(circle at top right, rgba(34, 197, 94, 0.08), transparent 28rem),
    radial-gradient(circle at left center, rgba(14, 165, 233, 0.07), transparent 24rem),
    linear-gradient(180deg, rgb(248 250 252) 0%, rgb(255 255 255) 100%);
}

.gazes-cart-content > .entry-content,
.gazes-cart-content > .wp-block-post-content {
  width: 100%;
}

.woocommerce-cart .gazes-cart-content .woocommerce-breadcrumb,
.woocommerce-cart .gazes-cart-content .wp-block-woocommerce-breadcrumbs {
  display: none;
}

.gazes-cart-content--empty {
  padding-top: 0.5rem;
}

.gazes-cart-page__breadcrumbs {
  flex-wrap: wrap;
}

.gazes-cart-page__hero {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 1.5rem;
  padding: 2rem;
  border-radius: 2rem;
  background: linear-gradient(135deg, rgb(15 23 42) 0%, rgb(30 41 59) 100%);
  color: #fff;
  box-shadow: 0 20px 50px rgba(15, 23, 42, 0.16);
}

.gazes-cart-page__eyebrow {
  margin: 0 0 0.75rem;
  font-size: 0.8125rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.68);
}

.gazes-cart-page__title {
  margin: 0 0 0.75rem;
  font-size: clamp(2rem, 4vw, 3.25rem);
  line-height: 1.05;
  font-weight: 800;
}

.gazes-cart-page__text {
  max-width: 42rem;
  margin: 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: 1.0625rem;
  line-height: 1.7;
}

.gazes-cart-page__ghost-link {
  display: inline-flex;
  align-items: center;
  gap: 0.625rem;
  min-height: 3.25rem;
  padding: 0.875rem 1.25rem;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 9999px;
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
  font-weight: 700;
  white-space: nowrap;
}

.gazes-cart-page__ghost-link:hover {
  background: rgba(255, 255, 255, 0.14);
  color: #fff;
}

.gazes-cart-page__layout {
  display: grid;
  grid-template-columns: minmax(0, 1.7fr) minmax(20rem, 0.9fr);
  gap: 1.5rem;
  align-items: start;
}

.gazes-cart-panel {
  background: #fff;
  border-radius: 2rem;
  box-shadow: 0 16px 40px rgba(15, 23, 42, 0.08);
}

.gazes-cart-panel--items {
  padding: 1.5rem;
}

.gazes-cart-panel--summary {
  position: sticky;
  top: 7rem;
  padding: 1.5rem;
}

.gazes-cart-panel__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 1.5rem;
}

.gazes-cart-panel__eyebrow {
  margin: 0 0 0.375rem;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgb(107 114 128);
}

.gazes-cart-panel__title {
  margin: 0;
  font-size: 1.75rem;
  line-height: 1.15;
  font-weight: 800;
  color: rgb(17 24 39);
}

.gazes-cart-panel__count {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 2.75rem;
  height: 2.75rem;
  padding: 0 0.875rem;
  border-radius: 9999px;
  background: rgb(240 253 244);
  color: rgb(22 163 74);
  font-size: 1rem;
  font-weight: 800;
}

.gazes-cart-items {
  display: grid;
  gap: 1rem;
}

.gazes-cart-item {
  display: grid;
  grid-template-columns: 8rem minmax(0, 1fr);
  gap: 1.25rem;
  padding: 1rem;
  border: 1px solid rgb(243 244 246);
  border-radius: 1.5rem;
  background: linear-gradient(180deg, rgb(255 255 255) 0%, rgb(249 250 251) 100%);
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.gazes-cart-item:hover {
  border-color: rgba(34, 197, 94, 0.3);
  box-shadow: 0 12px 28px rgba(17, 24, 39, 0.06);
}

.gazes-cart-item__media {
  border-radius: 1.25rem;
  background: rgb(249 250 251);
  overflow: hidden;
}

.gazes-cart-item__image-link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  min-height: 8rem;
  padding: 0.75rem;
}

.gazes-cart-item__image-link img {
  width: auto;
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.gazes-cart-item__main {
  min-width: 0;
}

.gazes-cart-item__top {
  display: flex;
  gap: 1rem;
  justify-content: space-between;
}

.gazes-cart-item__info {
  min-width: 0;
}

.gazes-cart-item__title {
  margin: 0 0 0.5rem;
  font-size: 1.25rem;
  line-height: 1.35;
  font-weight: 800;
  color: rgb(17 24 39);
}

.gazes-cart-item__title a {
  color: inherit;
}

.gazes-cart-item dl.variation {
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 0.25rem 0.5rem;
  color: rgb(107 114 128);
  font-size: 0.875rem;
}

.gazes-cart-item dl.variation dt,
.gazes-cart-item dl.variation dd {
  margin: 0;
}

.gazes-cart-item__note {
  margin: 0.75rem 0 0;
  color: rgb(217 119 6);
  font-size: 0.875rem;
  font-weight: 600;
}

.gazes-cart-item__remove {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 9999px;
  background: rgb(243 244 246);
  color: rgb(107 114 128);
}

.gazes-cart-item__remove:hover {
  background: rgb(254 242 242);
  color: rgb(220 38 38);
}

.gazes-cart-item__bottom {
  margin-top: 1rem;
}

.gazes-cart-item__meta {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
  align-items: end;
}

.gazes-cart-item__meta-block {
  min-width: 0;
}

.gazes-cart-item__meta-label {
  display: block;
  margin-bottom: 0.375rem;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgb(107 114 128);
}

.gazes-cart-item__meta-value {
  display: block;
  color: rgb(17 24 39);
  font-size: 1.0625rem;
  font-weight: 700;
}

.gazes-cart-item__meta-value--accent {
  font-size: 1.25rem;
  font-weight: 800;
}

.gazes-cart-item__quantity .quantity {
  display: inline-flex;
}

.gazes-cart-item__quantity .qty {
  min-width: 5.5rem;
  text-align: center;
}

.gazes-cart-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  align-items: center;
  justify-content: space-between;
  margin-top: 1.5rem;
  padding-top: 1.5rem;
  border-top: 1px solid rgb(243 244 246);
}

.gazes-cart-coupon {
  display: flex;
  flex: 1 1 28rem;
  gap: 0.75rem;
}

.gazes-cart-coupon .input-text {
  flex: 1 1 auto;
  min-width: 0;
}

.woocommerce-cart .woocommerce-cart-form,
.woocommerce-cart .cart-collaterals .cart_totals {
  background: #fff;
  border-radius: 1.5rem;
  box-shadow: 0 10px 30px rgba(17, 24, 39, 0.08);
}

.woocommerce-cart .cart-empty.woocommerce-info {
  display: none;
}

.woocommerce-cart .wc-block-cart__empty-cart__title,
.woocommerce-cart .wc-block-cart__empty-cart__description,
.woocommerce-cart .wc-block-cart__empty-cart__description-with-button,
.woocommerce-cart .wc-block-cart__empty-cart__description-with-button .wc-block-components-button {
  display: none;
}

.woocommerce-cart .gazes-cart-empty-state {
  position: relative;
  overflow: hidden;
  margin-bottom: 2rem;
  border-radius: 2rem;
  background: linear-gradient(135deg, rgb(15 23 42) 0%, rgb(30 41 59) 100%);
  padding: 3rem 1.5rem;
  text-align: center;
  color: #fff;
  box-shadow: 0 20px 50px rgba(15, 23, 42, 0.18);
}

.woocommerce-cart .gazes-cart-empty-state__orb {
  position: absolute;
  border-radius: 9999px;
  filter: blur(70px);
  opacity: 0.45;
  pointer-events: none;
}

.woocommerce-cart .gazes-cart-empty-state__orb--primary {
  top: -4rem;
  right: -2rem;
  width: 14rem;
  height: 14rem;
  background: rgba(34, 197, 94, 0.45);
}

.woocommerce-cart .gazes-cart-empty-state__orb--accent {
  left: -3rem;
  bottom: -5rem;
  width: 16rem;
  height: 16rem;
  background: rgba(14, 165, 233, 0.3);
}

.woocommerce-cart .gazes-cart-empty-state__icon {
  position: relative;
  z-index: 1;
  width: 5rem;
  height: 5rem;
  margin: 0 auto 1.5rem;
  border-radius: 1.5rem;
  background: rgba(255, 255, 255, 0.12);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.08);
}

.woocommerce-cart .gazes-cart-empty-state__eyebrow {
  position: relative;
  z-index: 1;
  margin: 0 0 0.75rem;
  font-size: 0.875rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.72);
}

.woocommerce-cart .gazes-cart-empty-state__title {
  position: relative;
  z-index: 1;
  max-width: 50rem;
  margin: 0 auto 1rem;
  font-size: clamp(2rem, 4vw, 3.5rem);
  line-height: 1.05;
  font-weight: 800;
}

.woocommerce-cart .gazes-cart-empty-state__text {
  position: relative;
  z-index: 1;
  max-width: 42rem;
  margin: 0 auto;
  color: rgba(255, 255, 255, 0.78);
  font-size: 1.0625rem;
  line-height: 1.75;
}

.woocommerce-cart .gazes-cart-empty-state__actions {
  position: relative;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1rem;
  margin-top: 2rem;
}

.woocommerce-cart .gazes-cart-empty-state__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.625rem;
  min-height: 3.5rem;
  padding: 0.875rem 1.5rem;
  border-radius: 9999px;
  font-weight: 700;
  transition: transform 0.2s ease, background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.woocommerce-cart .gazes-cart-empty-state__button:hover {
  transform: translateY(-2px);
}

.woocommerce-cart .gazes-cart-empty-state__button--primary {
  background: rgb(34 197 94);
  color: #fff;
  box-shadow: 0 16px 30px rgba(34, 197, 94, 0.22);
}

.woocommerce-cart .gazes-cart-empty-state__button--primary:hover {
  background: rgb(22 163 74);
  color: #fff;
}

.woocommerce-cart .gazes-cart-empty-state__button--ghost {
  border: 1px solid rgba(255, 255, 255, 0.18);
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
}

.woocommerce-cart .gazes-cart-empty-state__button--ghost:hover {
  border-color: rgba(255, 255, 255, 0.3);
  background: rgba(255, 255, 255, 0.14);
  color: #fff;
}

.woocommerce-cart .gazes-cart-empty-products {
  max-width: 1400px;
  margin: 0 auto;
}

.gazes-cart-content--empty .gazes-cart-empty-products > .wp-block-heading,
.gazes-cart-content--empty .gazes-cart-empty-products > h2,
.gazes-cart-content--empty .gazes-cart-empty-products > h3,
.gazes-cart-content--empty .gazes-cart-empty-products .wc-block-featured-category__title,
.gazes-cart-content--empty .gazes-cart-empty-products .wc-block-featured-product__title {
  margin: 0 0 1.5rem;
  text-align: center;
  font-size: clamp(1.75rem, 3vw, 2.5rem);
  line-height: 1.15;
  font-weight: 800;
  color: rgb(17 24 39);
}

.gazes-cart-content--empty .gazes-cart-empty-products .wc-block-grid__products,
.gazes-cart-content--empty .gazes-cart-empty-products ul.products,
.gazes-cart-content--empty .gazes-cart-empty-products .wc-block-product-template {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1.5rem;
  padding: 0;
  margin: 0;
  list-style: none;
}

.gazes-cart-content--empty .gazes-cart-empty-products .wc-block-grid__product,
.gazes-cart-content--empty .gazes-cart-empty-products .product,
.gazes-cart-content--empty .gazes-cart-empty-products .wc-block-product {
  list-style: none;
  margin: 0;
  padding: 0;
}

.gazes-cart-content--empty .gazes-cart-empty-products .wc-block-grid__product-link,
.gazes-cart-content--empty .gazes-cart-empty-products .woocommerce-LoopProduct-link {
  color: inherit;
  text-decoration: none;
}

.gazes-cart-content--empty .gazes-cart-empty-products .wc-block-grid__product,
.gazes-cart-content--empty .gazes-cart-empty-products .product,
.gazes-cart-content--empty .gazes-cart-empty-products .wc-block-product {
  display: flex;
  flex-direction: column;
  background: #fff;
  border: 2px solid rgb(243 244 246);
  border-radius: 1.5rem;
  overflow: hidden;
  box-shadow: 0 8px 24px rgba(17, 24, 39, 0.06);
  transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.gazes-cart-content--empty .gazes-cart-empty-products .wc-block-grid__product:hover,
.gazes-cart-content--empty .gazes-cart-empty-products .product:hover,
.gazes-cart-content--empty .gazes-cart-empty-products .wc-block-product:hover {
  border-color: rgb(34 197 94);
  box-shadow: 0 16px 36px rgba(17, 24, 39, 0.1);
  transform: translateY(-2px);
}

.gazes-cart-content--empty .gazes-cart-empty-products .wc-block-grid__product-image,
.gazes-cart-content--empty .gazes-cart-empty-products .attachment-woocommerce_thumbnail,
.gazes-cart-content--empty .gazes-cart-empty-products .wc-block-components-product-image,
.gazes-cart-content--empty .gazes-cart-empty-products .wc-block-grid__product-link img:first-child {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  aspect-ratio: 1 / 1;
  max-height: 15rem;
  padding: 1rem;
  background: rgb(249 250 251);
  box-sizing: border-box;
}

.gazes-cart-content--empty .gazes-cart-empty-products .wc-block-grid__product-image img,
.gazes-cart-content--empty .gazes-cart-empty-products .attachment-woocommerce_thumbnail,
.gazes-cart-content--empty .gazes-cart-empty-products .wc-block-components-product-image img {
  width: auto;
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.gazes-cart-content--empty .gazes-cart-empty-products .wc-block-grid__product-title,
.gazes-cart-content--empty .gazes-cart-empty-products .woocommerce-loop-product__title,
.gazes-cart-content--empty .gazes-cart-empty-products .wc-block-components-product-name {
  min-height: 3.5rem;
  margin: 0;
  padding: 1.25rem 1.25rem 0;
  font-size: 1.125rem;
  line-height: 1.45;
  font-weight: 700;
  color: rgb(17 24 39);
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.gazes-cart-content--empty .gazes-cart-empty-products .price,
.gazes-cart-content--empty .gazes-cart-empty-products .wc-block-grid__product-price,
.gazes-cart-content--empty .gazes-cart-empty-products .wc-block-components-product-price {
  display: block;
  padding: 0.75rem 1.25rem 0;
  color: rgb(17 24 39);
  font-size: 1.5rem;
  font-weight: 800;
}

.gazes-cart-content--empty .gazes-cart-empty-products .price del,
.gazes-cart-content--empty .gazes-cart-empty-products .wc-block-grid__product-price del,
.gazes-cart-content--empty .gazes-cart-empty-products .wc-block-components-product-price del {
  margin-right: 0.375rem;
  color: rgb(156 163 175);
  font-size: 0.875rem;
  font-weight: 500;
}

.gazes-cart-content--empty .gazes-cart-empty-products .price ins,
.gazes-cart-content--empty .gazes-cart-empty-products .wc-block-grid__product-price ins,
.gazes-cart-content--empty .gazes-cart-empty-products .wc-block-components-product-price ins {
  text-decoration: none;
}

.gazes-cart-content--empty .gazes-cart-empty-products .add_to_cart_button,
.gazes-cart-content--empty .gazes-cart-empty-products .added_to_cart,
.gazes-cart-content--empty .gazes-cart-empty-products .wp-block-button__link,
.gazes-cart-content--empty .gazes-cart-empty-products .wc-block-components-product-button__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  min-height: 3rem;
  margin: 1rem 1.25rem 1.25rem;
  padding: 0.75rem 1rem;
  border: 0;
  border-radius: 0.875rem;
  background: rgb(34 197 94);
  color: #fff;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  transition: background 0.2s ease, transform 0.2s ease;
}

.gazes-cart-content--empty .gazes-cart-empty-products .add_to_cart_button:hover,
.gazes-cart-content--empty .gazes-cart-empty-products .added_to_cart:hover,
.gazes-cart-content--empty .gazes-cart-empty-products .wp-block-button__link:hover,
.gazes-cart-content--empty .gazes-cart-empty-products .wc-block-components-product-button__button:hover {
  background: rgb(22 163 74);
  color: #fff;
  transform: translateY(-1px);
}

.gazes-cart-content--empty .gazes-cart-empty-products .wc-block-grid__product-add-to-cart,
.gazes-cart-content--empty .gazes-cart-empty-products .wp-block-buttons,
.gazes-cart-content--empty .gazes-cart-empty-products .wc-block-components-product-button {
  margin-top: auto;
}

.woocommerce-cart .return-to-shop {
  margin-top: 0.875rem;
}

.woocommerce-cart .gazes-cart-content--empty .return-to-shop,
.woocommerce-cart .gazes-cart-content--empty .wc-block-cart__submit-container,
.woocommerce-cart .gazes-cart-content--empty .wc-block-cart__empty-cart__order-summary-footer {
  display: none;
}

.woocommerce-cart .cart-empty + .return-to-shop {
  display: none;
}

.woocommerce-cart .return-to-shop .button {
  border: 0;
  border-radius: 0.875rem;
  min-height: 2.75rem;
  padding: 0.625rem 1rem;
  background: rgb(34 197 94);
  color: #fff;
  font-weight: 700;
}

.woocommerce-cart .return-to-shop .button:hover {
  background: rgb(22 163 74);
}

.woocommerce-cart table.shop_table {
  border: 0;
  border-radius: 1.5rem;
  overflow: hidden;
  margin: 0;
}

.woocommerce-cart table.shop_table thead th {
  background: rgb(249 250 251);
  color: rgb(75 85 99);
  font-size: 0.8125rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  border-bottom: 1px solid rgb(243 244 246);
}

.woocommerce-cart table.shop_table th,
.woocommerce-cart table.shop_table td {
  border-color: rgb(243 244 246);
  padding: 1rem 0.875rem;
}

.woocommerce-cart td.product-name a {
  color: rgb(31 41 55);
  font-weight: 700;
}

.woocommerce-cart td.product-thumbnail img {
  width: 72px;
  border-radius: 0.75rem;
  background: rgb(249 250 251);
}

.woocommerce-cart a.remove {
  width: 1.75rem;
  height: 1.75rem;
  border-radius: 9999px;
  line-height: 1.7rem;
  color: rgb(107 114 128) !important;
  background: rgb(243 244 246);
}

.woocommerce-cart a.remove:hover {
  background: rgb(254 242 242) !important;
  color: rgb(220 38 38) !important;
}

.woocommerce-cart .quantity .qty {
  border: 1px solid rgb(229 231 235);
  border-radius: 0.75rem;
  padding: 0.5rem 0.625rem;
  min-height: 2.5rem;
}

.woocommerce-cart .coupon .input-text {
  border: 1px solid rgb(229 231 235) !important;
  border-radius: 0.75rem !important;
  min-height: 2.75rem;
  padding: 0.5rem 0.875rem !important;
}

.woocommerce-cart .actions .button,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button,
.woocommerce-cart .cart_totals .button {
  border: 0;
  border-radius: 0.875rem;
  min-height: 2.75rem;
  padding: 0.625rem 1rem;
  font-weight: 700;
  transition: all 0.2s ease;
}

.woocommerce-cart .actions .button:not(.checkout-button) {
  background: rgb(17 24 39);
  color: #fff;
}

.woocommerce-cart .actions .button:not(.checkout-button):hover {
  background: rgb(31 41 55);
}

.woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
  background: rgb(34 197 94);
  color: #fff;
}

.woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover {
  background: rgb(22 163 74);
}

.woocommerce-cart .cart-collaterals .cart_totals {
  padding: 1.25rem 1.25rem 1rem;
}

.woocommerce-cart .gazes-cart-panel--summary .cart-collaterals,
.woocommerce-cart .gazes-cart-panel--summary .cart_totals,
.woocommerce-cart .gazes-cart-panel--summary .shop_table {
  width: 100%;
}

.woocommerce-cart .gazes-cart-panel--summary .cart_totals {
  box-shadow: none;
  border-radius: 0;
  padding: 0;
}

.woocommerce-cart .gazes-cart-panel--summary .cart_totals h2 {
  display: none;
}

.woocommerce-cart .gazes-cart-panel--summary .shop_table {
  margin-bottom: 1.25rem;
}

.woocommerce-cart .gazes-cart-panel--summary .wc-proceed-to-checkout {
  margin-bottom: 0;
  padding-bottom: 0;
}

.woocommerce-cart .wp-block-woocommerce-cart,
.woocommerce-cart .wc-block-cart {
  width: 100%;
  max-width: 100%;
  margin: 0;
  padding: 0;
}

.woocommerce-cart .wc-block-cart {
  display: grid;
  grid-template-columns: minmax(0, 1.7fr) minmax(20rem, 0.9fr);
  gap: 1.5rem;
  align-items: start;
}

.gazes-cart-content .wc-block-cart-items,
.gazes-cart-content .wc-block-components-sidebar {
  background: #fff;
  border-radius: 2rem;
  box-shadow: 0 16px 40px rgba(15, 23, 42, 0.08);
  padding: 1.5rem;
}

.gazes-cart-content .wc-block-cart-items {
  border: 0;
}

.gazes-cart-content .wc-block-cart-items__header,
.gazes-cart-content .wc-block-cart-items thead,
.gazes-cart-content .wc-block-components-sidebar-layout .wc-block-components-sidebar .wc-block-components-title {
  border-color: rgb(243 244 246);
}

.gazes-cart-content .wc-block-cart-item {
  border-color: rgb(243 244 246);
  padding: 1rem 0;
}

.gazes-cart-content .wc-block-cart-item__wrap {
  display: grid;
  grid-template-columns: 8rem minmax(0, 1fr);
  gap: 1.25rem;
  align-items: start;
}

.gazes-cart-content .wc-block-cart-item__image a,
.gazes-cart-content .wc-block-cart-item__image {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 8rem;
  padding: 0.75rem;
  border-radius: 1.25rem;
  background: rgb(249 250 251);
}

.gazes-cart-content .wc-block-cart-item__image img {
  width: auto;
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.gazes-cart-content .wc-block-components-product-name {
  color: rgb(17 24 39);
  font-size: 1.25rem;
  line-height: 1.35;
  font-weight: 800;
}

.gazes-cart-content .wc-block-cart-item__prices,
.gazes-cart-content .wc-block-components-product-price {
  color: rgb(17 24 39);
  font-weight: 800;
}

.gazes-cart-content .wc-block-cart-item__prices {
  margin-top: 0.5rem;
}

.gazes-cart-content .wc-block-cart-item__totals {
  color: rgb(17 24 39);
  font-size: 1.125rem;
  font-weight: 800;
}

.gazes-cart-content .wc-block-components-quantity-selector {
  border-radius: 0.875rem;
  overflow: hidden;
}

.gazes-cart-content .wc-block-cart-item .wc-block-components-product-metadata,
.gazes-cart-content .wc-block-cart-item .wc-block-components-product-badge {
  margin-top: 0.5rem;
}

.gazes-cart-content .wc-block-cart .wc-block-components-totals-wrapper,
.gazes-cart-content .wc-block-cart .wc-block-components-totals-coupon,
.gazes-cart-content .wc-block-cart .wc-block-components-totals-item {
  border-color: rgb(243 244 246);
}

.gazes-cart-content .wc-block-cart .wc-block-components-button,
.gazes-cart-content .wc-block-cart .wc-block-cart__submit-button {
  border-radius: 1rem;
  min-height: 3.25rem;
  font-weight: 700;
}

.gazes-cart-content .wc-block-cart .wc-block-cart__submit-button {
  background: rgb(34 197 94);
  color: #fff;
}

.gazes-cart-content .wc-block-cart .wc-block-cart__submit-button:hover {
  background: rgb(22 163 74);
  color: #fff;
}

.woocommerce-cart .cart-collaterals .cart_totals h2 {
  font-size: 1.25rem;
  font-weight: 800;
  margin-bottom: 0.75rem;
}

.woocommerce-cart .cart-collaterals .shop_table th,
.woocommerce-cart .cart-collaterals .shop_table td {
  padding: 0.75rem 0;
}

.woocommerce-cart .cart-collaterals .order-total th,
.woocommerce-cart .cart-collaterals .order-total td {
  font-size: 1.125rem;
  font-weight: 800;
}

@media (max-width: 767px) {
  .gazes-cart-page__hero {
    padding: 1.5rem;
    border-radius: 1.5rem;
  }

  .gazes-cart-page__layout {
    grid-template-columns: 1fr;
  }

  .woocommerce-cart .wp-block-woocommerce-cart,
  .woocommerce-cart .wc-block-cart {
    margin-top: 6.25rem;
    padding: 0 1rem;
  }

  .woocommerce-cart .wc-block-cart {
    grid-template-columns: 1fr;
  }

  .woocommerce-cart .wc-block-cart-items,
  .woocommerce-cart .wc-block-components-sidebar {
    padding: 1rem;
    border-radius: 1.25rem;
  }

  .woocommerce-cart .wc-block-cart-item__wrap {
    grid-template-columns: 1fr;
  }

  .gazes-cart-panel--items,
  .gazes-cart-panel--summary {
    padding: 1rem;
    border-radius: 1.25rem;
  }

  .gazes-cart-panel--summary {
    position: static;
  }

  .gazes-cart-item {
    grid-template-columns: 1fr;
    gap: 1rem;
  }

  .gazes-cart-item__media {
    max-width: 10rem;
  }

  .gazes-cart-item__top {
    align-items: flex-start;
  }

  .gazes-cart-item__meta {
    grid-template-columns: 1fr;
    gap: 0.75rem;
  }

  .gazes-cart-actions,
  .gazes-cart-coupon {
    flex-direction: column;
    align-items: stretch;
  }

  .woocommerce-cart .woocommerce {
    margin-top: 6.25rem;
    padding: 0 1rem;
  }

  .woocommerce-cart .gazes-cart-empty-state {
    padding: 2.25rem 1.25rem;
    border-radius: 1.5rem;
  }

  .woocommerce-cart .gazes-cart-empty-state__icon {
    width: 4.25rem;
    height: 4.25rem;
    border-radius: 1.25rem;
    font-size: 1.75rem;
  }

  .woocommerce-cart .gazes-cart-empty-state__text {
    font-size: 1rem;
    line-height: 1.65;
  }

  .woocommerce-cart .gazes-cart-empty-state__actions {
    flex-direction: column;
  }

  .woocommerce-cart .gazes-cart-empty-state__button {
    width: 100%;
  }

  .gazes-cart-content--empty .gazes-cart-empty-products .wc-block-grid__products,
  .gazes-cart-content--empty .gazes-cart-empty-products ul.products,
  .gazes-cart-content--empty .gazes-cart-empty-products .wc-block-product-template {
    grid-template-columns: 1fr;
    gap: 1rem;
  }

  .woocommerce-cart .woocommerce-cart-form,
  .woocommerce-cart .cart-collaterals .cart_totals {
    border-radius: 1rem;
  }

  .woocommerce-cart table.shop_table th,
  .woocommerce-cart table.shop_table td {
    padding: 0.75rem 0.625rem;
  }

  .woocommerce-cart td.product-thumbnail img {
    width: 56px;
  }

  .woocommerce-cart .actions .button,
  .woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
    width: 100%;
  }
}

/* My account & auth */
.gazes-auth,
.gazes-account {
  padding-top: 7rem;
}

.gazes-auth-grid {
  max-width: 1100px;
  margin: 0 auto;
  display: grid;
  gap: 1rem;
}

.gazes-auth-grid.has-register {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.gazes-auth-card .woocommerce-form-row {
  margin-bottom: 0.875rem;
}

.gazes-auth-switch {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.5rem;
  background: rgb(249 250 251);
  padding: 0.375rem;
  border-radius: 0.875rem;
}

.gazes-auth-switch-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2.5rem;
  border-radius: 0.625rem;
  font-weight: 700;
  color: rgb(75 85 99);
}

.gazes-auth-switch-btn.is-active {
  background: #fff;
  color: rgb(22 163 74);
  box-shadow: 0 2px 8px rgba(17, 24, 39, 0.08);
}

.gazes-auth-card input.input-text {
  width: 100%;
  border: 1px solid rgb(229 231 235);
  border-radius: 0.75rem;
  padding: 0.75rem 1rem;
}

.gazes-auth-card .button,
.gazes-account-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 0.875rem;
  min-height: 2.75rem;
  padding: 0.625rem 1rem;
  font-weight: 700;
}

.gazes-auth-card .button,
.gazes-account-btn--primary {
  background: rgb(34 197 94);
  color: #fff;
}

.gazes-auth-card .button:hover,
.gazes-account-btn--primary:hover {
  background: rgb(22 163 74);
}

.gazes-auth-card .woocommerce-form-login__submit,
.gazes-auth-card .woocommerce-form-register__submit,
.gazes-auth-card .woocommerce-Button.button {
  width: 100%;
  box-shadow: 0 10px 20px rgba(34, 197, 94, 0.2);
}

.gazes-auth-card .woocommerce-form-login__submit {
  background: rgb(17 24 39);
  color: #fff;
  box-shadow: none;
}

.gazes-auth-card .woocommerce-form-login__submit:hover {
  background: rgb(31 41 55);
}

.gazes-auth-card .woocommerce-form-register__submit {
  background: rgb(34 197 94);
  color: #fff;
}

.gazes-auth-card .woocommerce-form-register__submit:hover {
  background: rgb(22 163 74);
}

.gazes-auth-card .woocommerce-form-login__submit:hover,
.gazes-auth-card .woocommerce-form-register__submit:hover,
.gazes-auth-card .woocommerce-Button.button:hover {
  transform: translateY(-1px);
}

.gazes-account-layout {
  display: grid;
  grid-template-columns: 280px minmax(0, 1fr);
  gap: 1rem;
}

.gazes-account-nav ul {
  display: grid;
  gap: 0.5rem;
}

.woocommerce-account .woocommerce-MyAccount-navigation {
  float: none !important;
  width: 100% !important;
}

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

.gazes-account-nav,
.gazes-account-nav ul,
.gazes-account-nav li {
  width: 100%;
}

.gazes-account-nav a {
  display: block;
  width: 100%;
  padding: 0.625rem 0.875rem;
  border-radius: 0.75rem;
  font-weight: 600;
  color: rgb(55 65 81);
  background: rgb(249 250 251);
}

.gazes-account-nav .is-active a,
.gazes-account-nav a:hover {
  background: rgb(220 252 231);
  color: rgb(22 163 74);
}

.gazes-account-nav .gazes-account-nav-logout a {
  background: rgb(17 24 39);
  color: #fff;
}

.gazes-account-nav .gazes-account-nav-logout a:hover {
  background: rgb(239 68 68);
  color: #fff;
}

.gazes-account-content .woocommerce-MyAccount-content > p:first-child {
  margin-bottom: 1rem;
}

.gazes-account-content .woocommerce-EditAccountForm .form-row,
.gazes-account-content .woocommerce-address-fields .form-row,
.gazes-account-content .woocommerce-form-row,
.gazes-account-content .woocommerce-form__label {
  margin-bottom: 0.875rem;
}

.gazes-account-content input.input-text,
.gazes-account-content input[type="text"],
.gazes-account-content input[type="email"],
.gazes-account-content input[type="password"],
.gazes-account-content input[type="tel"],
.gazes-account-content select,
.gazes-account-content textarea {
  width: 100%;
  border: 1px solid rgb(229 231 235) !important;
  border-radius: 0.75rem !important;
  padding: 0.75rem 1rem;
  min-height: 2.75rem;
  background: #fff;
  color: rgb(31 41 55);
}

.gazes-account-content input:focus,
.gazes-account-content select:focus,
.gazes-account-content textarea:focus {
  outline: none;
  border-color: rgb(34 197 94) !important;
  box-shadow: 0 0 0 3px rgba(34, 197, 94, 0.12);
}

.gazes-account-content button.button,
.gazes-account-content a.button,
.gazes-account-content .woocommerce-Button,
.gazes-account-content .woocommerce-button {
  border: 0;
  border-radius: 0.875rem;
  min-height: 2.75rem;
  padding: 0.625rem 1rem;
  font-weight: 700;
}

.gazes-account-orders-list {
  display: grid;
  gap: 0.875rem;
}

.gazes-account-order-item {
  border: 1px solid rgb(229 231 235);
  border-radius: 1rem;
  padding: 1rem;
  background: rgb(249 250 251);
}

.gazes-account-order-head {
  display: flex;
  justify-content: space-between;
  gap: 0.875rem;
  margin-bottom: 0.625rem;
}

.gazes-account-order-number {
  font-size: 1.0625rem;
  font-weight: 800;
  color: rgb(31 41 55);
}

.gazes-account-order-date {
  font-size: 0.8125rem;
  color: rgb(107 114 128);
}

.gazes-account-order-status {
  display: inline-flex;
  align-items: center;
  padding: 0.25rem 0.625rem;
  border-radius: 9999px;
  background: rgb(220 252 231);
  color: rgb(22 163 74);
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
}

.gazes-account-order-meta {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.5rem;
  margin-bottom: 0.875rem;
  color: rgb(75 85 99);
  font-size: 0.875rem;
}

.gazes-account-order-meta strong {
  margin-left: 0.25rem;
  color: rgb(17 24 39);
}

.gazes-account-order-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.gazes-account-btn--ghost {
  border: 1px solid rgb(209 213 219);
  background: #fff;
  color: rgb(31 41 55);
}

.gazes-account-btn--ghost:hover {
  border-color: rgb(34 197 94);
  color: rgb(22 163 74);
}

.gazes-account-empty {
  border: 1px dashed rgb(209 213 219);
  border-radius: 1rem;
  padding: 1.25rem;
  text-align: center;
}

.gazes-account-empty i {
  font-size: 2rem;
  color: rgb(156 163 175);
  display: block;
  margin-bottom: 0.5rem;
}

@media (max-width: 1023px) {
  .gazes-account-layout {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 767px) {
  .gazes-auth,
  .gazes-account {
    padding-top: 6.5rem;
    padding-bottom: 2.5rem;
  }

  .gazes-auth .px-6,
  .gazes-account .px-6 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .gazes-auth-grid.has-register {
    grid-template-columns: 1fr;
  }

  .gazes-account-order-head,
  .gazes-account-order-meta {
    grid-template-columns: 1fr;
    display: grid;
  }

  .gazes-auth-card .button,
  .gazes-account-btn {
    width: 100%;
  }
}
