.gloveman-home-active #mastillhead,
.gloveman-home-active #header,
.gloveman-home-active #headerimg,
.gloveman-home-active #headerimg h1,
.gloveman-home-active #headerimg .description,
.gloveman-home-active #page > hr,
.gloveman-home-active .ast-primary-header-bar,
.gloveman-home-active .ast-header-break-point,
.gloveman-home-active .ast-mobile-header-wrap,
.gloveman-home-active .site-header,
.gloveman-home-active .site-branding,
.gloveman-home-active .custom-logo-link,
.gloveman-home-active .wp-block-site-title,
.gloveman-home-active .wp-block-site-logo,
.gloveman-home-active .wp-block-group:has(.wp-block-site-title),
.gloveman-home-active .wp-block-template-part,
.gloveman-home-active .wp-block-template-part > header,
.gloveman-home-active .wp-site-blocks > .wp-block-group:first-child,
.gloveman-home-active .wp-site-blocks > .wp-block-group:first-child .wp-block-site-title,
.gloveman-home-active .wp-site-blocks > .wp-block-group:first-child .wp-block-group,
.gloveman-home-active header .wp-block-site-title,
.gloveman-home-active header .wp-block-group,
.gloveman-home-active .site-footer,
.gloveman-home-active .entry-header,
.gloveman-home-active header.wp-block-template-part,
.gloveman-home-active footer.wp-block-template-part,
.gloveman-home-active .wp-site-blocks > header,
.gloveman-home-active .wp-site-blocks > footer {
  display: none !important;
}

.gloveman-home-active .wp-site-blocks {
  padding-top: 0 !important;
  margin-top: 0 !important;
}

.gloveman-home-active body,
.gloveman-home-active .site,
.gloveman-home-active .site-content,
.gloveman-home-active #page,
.gloveman-home-active .wp-site-blocks,
.gloveman-home-active .wp-site-blocks > main {
  margin-top: 0 !important;
  padding-top: 0 !important;
}

.gloveman-home-active #primary {
  width: 100%;
  margin: 0;
  padding: 0;
}

.gloveman-home-active .entry-content,
.gloveman-home-active .ast-article-single,
.gloveman-home-active .site-content .ast-container {
  margin: 0;
  padding: 0;
  max-width: none;
}

.gm-homepage {
  font-family: Arial, Helvetica, sans-serif;
  color: #222;
  background: #ebebeb;
}

.gm-wrap {
  width: min(1180px, calc(100% - 36px));
  max-width: 1180px;
  margin: 0 auto;
}

.gm-topline {
  background: #2f66a6;
  color: #fff;
  font-size: 14px;
}

.gm-topline .gm-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  min-height: 46px;
}

.gm-auth-area {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.gm-login-btn {
  background: #f4c51d;
  color: #0b2a5c;
  text-decoration: none;
  font-weight: 700;
  padding: 9px 16px;
  border-radius: 6px;
  text-transform: uppercase;
  font-size: 13px;
  line-height: 1;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.35);
}

.gm-user-name {
  color: #ffffff;
  font-size: 13px;
  font-weight: 700;
}

.gm-phone {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: #fff;
  text-decoration: none;
  font-weight: 700;
  font-size: 13px;
}

.gm-phone-icon {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: linear-gradient(180deg, #33c36b, #17994a);
  border: 1px solid rgba(255, 255, 255, 0.35);
  box-shadow: 0 2px 5px rgba(8, 54, 26, 0.35);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  line-height: 1;
}

.gm-header {
  background: #ececef;
   border-bottom: 1px solid #e1e4ea;
}

.gm-header .gm-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 14px;
  min-height: 108px;
  padding-top: 0;
  padding-bottom: 0;
}

.gm-logo {
  margin: 0;
  padding: 0;
  line-height: 0;
}

.gm-logo img,
.gm-logo .gm-logo-svg {
  display: block;
  width: min(360px, 100%);
  max-height: 92px;
  height: auto;
  margin: 0;
}

.gm-logo-main {
  display: block;
  letter-spacing: 1px;
  color: #2f69af;
  font-size: clamp(30px, 4.2vw, 44px);
  font-weight: 800;
  line-height: 1;
}

.gm-logo-sub {
  display: block;
  color: #8e9ab0;
  font-size: 12px;
  letter-spacing: 3px;
  margin-top: 5px;
}

.gm-search {
  display: flex;
  width: min(420px, 100%);
  height: 38px;
  border: 1px solid #cfcfcf;
  background: #fff;
  overflow: hidden;
}

.gm-search input {
  flex: 1;
  border: 0;
  height: 100%;
  padding: 0 22px;
  background: #fff;
  font-size: 14px;
  color: #333;
}

.gm-search input::placeholder {
  color: #a1a1a1;
}

.gm-search button {
  border: 0;
  width: 42px;
  background: #e6a10b;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.gm-search .gm-search-icon {
  width: 16px;
  height: 16px;
  display: block;
  object-fit: contain;
}

.gm-main-nav {
  background: linear-gradient(#f6c64f, #df9710);
  border-top: 1px solid #d58f0f;
  border-bottom: 1px solid #d58f0f;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.35);
}

.gm-main-nav ul {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  list-style: none;
  margin: 0;
  padding: 0;
}

.gm-main-nav a {
  display: block;
  text-align: center;
  padding: 14px 10px;
  color: #1f1f1f;
  text-decoration: none;
  border-left: 1px solid rgba(169, 110, 11, 0.42);
  border-right: 1px solid rgba(255, 255, 255, 0.2);
  font-size: 14px;
  font-weight: 600;
  transition: background-color 0.18s ease, color 0.18s ease, box-shadow 0.18s ease;
}

.gm-main-nav li:first-child a {
  border-left: 0;
}

.gm-main-nav li:last-child a {
  border-right: 0;
}

.gm-main-nav a:hover {
  background: linear-gradient(#ffdb77, #efb12a);
  color: #122947;
  box-shadow: inset 0 -3px 0 #1f4f87;
}

.gm-main-nav .current-menu-item > a,
.gm-main-nav .current_page_item > a,
.gm-main-nav .current-menu-ancestor > a {
  background: linear-gradient(#ffd56a, #e8a821);
  color: #102640;
  box-shadow: inset 0 -3px 0 #1f4f87;
}

.gm-hero {
  background:
    radial-gradient(1200px 420px at 0% 50%, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0)),
    linear-gradient(180deg, #0d5e99, #0b4f84);
  padding: 24px 0 30px;
}

.gm-categories-page .gm-categories {
  padding: 28px 0 34px;
}

.gm-catalog-layout {
  display: grid;
  grid-template-columns: 300px 1fr;
  gap: 20px;
  align-items: start;
}

.gm-catalog-main {
  min-width: 0;
}

.gm-sidepanel {
  background: #f5f5f5;
}

.gm-side-head {
  background: #2e3440;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.4px;
  padding: 16px 14px 14px;
  border-radius: 6px 6px 0 0;
}

.gm-side-menu {
  border: 1px solid #d4a34c;
  border-top: 0;
  background: #f3bc4b;
}

.gm-side-suggested {
  padding: 10px 14px;
  font-size: 18px;
  color: #614a16;
  background: linear-gradient(#f2be49, #e3a31d);
  border-top: 1px solid #eec578;
  border-bottom: 1px solid #d89c23;
}

.gm-side-item {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 10px;
  text-align: left;
  text-decoration: none;
  background: linear-gradient(#f2be49, #e3a31d);
  color: #222;
  border: 0;
  border-top: 1px solid #eec578;
  border-bottom: 1px solid #d89c23;
  padding: 14px 14px;
  cursor: pointer;
  font-family: inherit;
  font-size: 18px;
}

.gm-side-item:hover,
.gm-side-item.is-active {
  background: linear-gradient(#f6ca63, #ebb341);
}

.gm-side-name {
  font-weight: 600;
}

.gm-side-arrow {
  margin-left: auto;
  min-width: 18px;
  text-align: center;
  color: #7a5f17;
  font-size: 16px;
  line-height: 1;
}

.gm-side-sublist {
  display: none;
  background: #f6f6f6;
  border-bottom: 1px solid #d6d6d6;
}

.gm-side-sublist.is-open {
  display: block;
}

.gm-side-sub {
  display: block;
  text-decoration: none;
  color: #0b74cb;
  font-size: 16px;
  padding: 10px 14px 10px 28px;
  border-top: 1px solid #e2e2e2;
  background: #f7f7f7;
}

.gm-side-sub:hover,
.gm-side-sub.is-active {
  background: #ffffff;
  color: #005fae;
  font-weight: 700;
}

.gm-categories-meta {
  margin: 8px 0 20px;
  font-size: 16px;
  color: #2b2b2b;
}

.gm-cat-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0 0 16px;
}

.gm-cat-tab {
  text-decoration: none;
  color: #1f1f1f;
  border: 1px solid #d3d3d3;
  background: #f3f3f3;
  padding: 6px 10px;
  font-size: 13px;
}

.gm-cat-tab.is-active {
  background: linear-gradient(#f6c64f, #df9710);
  border-color: #d58f0f;
  color: #1f1f1f;
  font-weight: 700;
}

.gm-category-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.gm-category-card {
  display: block;
  text-decoration: none;
  color: #1f1f1f;
  background: #f7f7f7;
  border: 1px solid #d6d6d6;
  padding: 12px;
  border-radius: 14px;
  box-shadow: 0 3px 10px rgba(16, 29, 49, 0.06);
  transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.gm-category-card:hover {
  border-color: #de9914;
  box-shadow: 0 10px 20px rgba(16, 29, 49, 0.12);
  transform: translateY(-2px);
}

.gm-category-image {
  width: 100%;
  aspect-ratio: 1 / 1;
  background: #e1e1e1;
  overflow: hidden;
  border-radius: 10px;
}

.gm-category-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.gm-category-card h2 {
  margin: 14px 0 4px;
  font-size: clamp(26px, 2.1vw, 38px);
  line-height: 1.15;
  color: #0c6fbe;
  text-transform: uppercase;
  font-weight: 800;
  letter-spacing: 0.6px;
  font-family: "Oswald", "Arial Narrow", "Trebuchet MS", Arial, sans-serif;
  text-wrap: balance;
  overflow-wrap: anywhere;
}

.gm-category-card span {
  font-size: 14px;
  color: #4f4f4f;
}

.gm-listing-main {
  padding: 20px 0 28px;
}

.gm-listing-wrap {
  display: grid;
  grid-template-columns: 250px 1fr;
  gap: 18px;
}

.gm-left-head {
  background: #2e3238;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  padding: 10px 12px;
  border-radius: 4px 4px 0 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 1.2;
}

.gm-left-menu {
  border: 1px solid #ddd;
  border-top: 0;
  background: #f4f4f4;
}

.gm-left-item {
  position: relative;
  display: block;
  text-decoration: none;
  color: #222;
  background: linear-gradient(#f6c64f, #df9710);
  border-top: 1px solid #de9f30;
  padding: 8px 30px 8px 10px;
  font-size: 14px;
  width: 100%;
  text-align: left;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
  cursor: pointer;
  font-family: inherit;
  line-height: 1.25;
  box-sizing: border-box;
  min-height: 36px;
  border-radius: 0;
  appearance: none;
  -webkit-appearance: none;
}

.gm-left-item.is-active {
  font-weight: 700;
}

.gm-left-item .gm-arrow {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  border: 0;
  background: transparent;
  box-shadow: none;
  height: auto;
  width: auto;
  border-radius: 0;
  cursor: inherit;
  transform: none;
  color: #8d6b11;
  min-width: 10px;
  display: block;
  text-align: center;
  font-size: 13px;
  line-height: 1;
}

.gm-left-item span:last-child {
  display: block;
  padding-right: 4px;
}

.gm-left-item:hover {
  background: linear-gradient(#f9d374, #e7ab30);
}

.gm-suggested {
  color: #4f4f4f;
}

.gm-suggested .drop_down_img {
  width: 100%;
  height: 36px;
  border: 1px solid #cb9529;
  background: #fff8ea;
  color: #2c2c2c;
  font-size: 14px;
  padding: 6px 8px;
}

.gm-suggested-toggle {
  width: 100%;
}

.gm-suggested-panel {
  display: block;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.35s ease;
}

.gm-suggested-panel.is-open {
  max-height: 320px;
}

.gm-left-sublist {
  background: #f2f2f2;
  display: block;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.35s ease;
}

.gm-left-sublist.is-open {
  max-height: 420px;
}

.gm-left-sub {
  display: block;
  text-decoration: none;
  color: #0b74cb;
  font-size: 13px;
  padding: 7px 10px 7px 28px;
  border-top: 1px solid #ddd;
}

.gm-left-sub:hover {
  background: #fff;
}

.gm-left-sub.is-active {
  font-weight: 700;
}

.gm-left-extras {
  margin-top: 14px;
  display: grid;
  gap: 14px;
}

.gm-left-testimonial {
  border: 1px solid #c8cfd9;
  background: #f8f9fb;
}

.gm-left-testimonial-head {
  display: grid;
  grid-template-columns: 28px 1fr 28px;
  align-items: center;
  background: #1f87d0;
  color: #fff;
  font-weight: 700;
  letter-spacing: 0.4px;
  font-size: 13px;
  min-height: 34px;
}

.gm-left-t-arrow {
  border: 0;
  background: #1b6ea9;
  color: #fff;
  font-size: 16px;
  cursor: pointer;
  height: 100%;
}

.gm-left-testimonial-head span {
  text-align: center;
}

.gm-left-testimonial-body {
  position: relative;
  min-height: 130px;
  padding: 12px 10px 10px;
}

.gm-left-t-item {
  display: none;
}

.gm-left-t-item.is-active {
  display: block;
}

.gm-left-t-item p {
  margin: 0 0 10px;
  color: #7a7f88;
  font-size: 14px;
  line-height: 1.35;
  text-align: center;
}

.gm-left-t-item a {
  color: #f08f00;
  text-decoration: none;
  font-size: 13px;
  font-weight: 700;
  display: block;
  text-align: center;
}

.gm-left-helpbox {
  border: 1px solid #c8cfd9;
  background: #fff;
  padding: 12px 10px 14px;
  text-align: center;
}

.gm-left-helpbox h4 {
  margin: 2px 0 10px;
  color: #055eaa;
  font-size: 17px;
  line-height: 1.25;
  font-weight: 700;
  text-transform: uppercase;
}

.gm-left-helpbox img {
  width: 130px;
  max-width: 100%;
  height: auto;
  margin: 0 auto 10px;
  display: block;
}

.gm-left-helpbox a {
  display: inline-block;
  min-width: 120px;
  padding: 8px 14px;
  border: 1px solid #dca21f;
  border-radius: 3px;
  background: linear-gradient(#f7cf50, #e8ac14);
  color: #161d2d;
  font-weight: 700;
  font-size: 13px;
  text-decoration: none;
}

.gm-samples-btn {
  display: inline-block;
  text-decoration: none;
  color: #fff;
  background: linear-gradient(#4eb8de, #3190bc);
  border-radius: 4px;
  padding: 8px 14px;
  font-size: 13px;
  margin-bottom: 10px;
}

.gm-search-title {
  margin-bottom: 10px;
  font-size: 15px;
  color: #2f2f2f;
}

.gm-products-table {
  border: 1px solid #eba742;
  background: #fff;
}

.gm-products-head {
  display: grid;
  grid-template-columns: 1fr 140px 120px;
  background: linear-gradient(#f6c64f, #df9710);
  color: #0476cb;
  font-weight: 700;
  font-size: 22px;
  padding: 8px 10px;
}

.gm-products-head > div:nth-child(2),
.gm-products-head > div:nth-child(3) {
  text-align: center;
}

.gm-product-row {
  display: grid;
  grid-template-columns: 1fr 140px 120px;
  border-top: 1px solid #ebc68a;
}

.gm-pr-main {
  display: grid;
  grid-template-columns: 100px 1fr;
  gap: 10px;
  padding: 8px;
}

.gm-pr-image {
  width: 100px;
  height: 100px;
  background: #e2e2e2;
}

.gm-pr-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.gm-pr-name {
  color: #0a79cf;
  text-decoration: none;
  font-size: 18px;
  display: inline-block;
  margin-bottom: 4px;
}

.gm-pr-label {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 4px;
}

.gm-pr-select {
  width: 100%;
  max-width: 360px;
  padding: 6px;
  border: 1px solid #bcbcbc;
  font-size: 16px;
}

.gm-pr-variation-group {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 8px;
  align-items: end;
}

.gm-pr-variation-item {
  min-width: 0;
}

.gm-pr-variation-title {
  display: block;
  font-size: 13px;
  font-weight: 700;
  color: #1f2a3a;
  margin: 0 0 4px;
}

.gm-pr-variation-group .gm-pr-select {
  max-width: none;
}

.gm-pr-special {
  margin-top: 6px;
  color: #8b1302;
  font-size: 15px;
}

.gm-pr-price,
.gm-pr-action {
  text-align: center;
  padding-top: 10px;
  font-size: 18px;
}

.gm-pr-buy {
  text-decoration: none;
  color: #fff;
  background: linear-gradient(#1d86f6, #0459c1);
  border-radius: 5px;
  padding: 8px 14px;
  display: inline-block;
  font-size: 15px;
}

.gm-single-extra-actions {
  display: grid;
  gap: 8px;
  margin-top: 12px;
  max-width: 220px;
}

.gm-single-secondary-btn {
  display: inline-block;
  text-decoration: none;
  text-align: center;
  color: #fff;
  background: linear-gradient(#2f9ad3, #0f6bab);
  border-radius: 4px;
  padding: 8px 12px;
  font-size: 16px;
  font-weight: 600;
}

.gm-single-secondary-btn:hover {
  background: linear-gradient(#3aa8e0, #1178bc);
}

.gm-write-review-wrap {
  margin: 12px 0 16px;
}

.gm-write-review-btn {
  min-width: 160px;
}

.gm-my-list-actions {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.gm-my-list-icon {
  text-decoration: none;
  width: 26px;
  height: 26px;
  border-radius: 3px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
}

.gm-my-list-remove {
  background: #d52828;
  color: #fff;
}

.gm-my-list-table .gm-pr-buy {
  min-width: 74px;
  text-align: center;
  padding: 6px 10px;
}

.gm-products-foot {
  margin-top: 8px;
  background: #eaa42c;
  color: #3f3f3f;
  display: flex;
  justify-content: space-between;
  font-size: 12px;
  padding: 5px 8px;
}

.gm-products-empty {
  padding: 14px 10px;
  font-size: 14px;
  color: #5a5a5a;
}

.gm-pagination {
  margin-top: 10px;
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  align-items: center;
}

.gm-pagination a,
.gm-pagination span {
  display: inline-block;
  min-width: 34px;
  text-align: center;
  text-decoration: none;
  padding: 6px 10px;
  font-size: 13px;
  border: 1px solid #d7a142;
  background: #fff;
  color: #2d2d2d;
  line-height: 1.2;
}

.gm-pagination .current {
  background: linear-gradient(#f6c64f, #df9710);
  color: #1f1f1f;
  font-weight: 700;
}

.gm-toast-host {
  position: fixed;
  right: 18px;
  top: 18px;
  z-index: 100000;
  display: grid;
  gap: 8px;
  pointer-events: none;
}

.gm-toast {
  min-width: 260px;
  max-width: min(420px, calc(100vw - 36px));
  color: #fff;
  border-radius: 6px;
  box-shadow: 0 12px 26px rgba(0, 0, 0, 0.22);
  padding: 10px 12px;
  font-size: 14px;
  line-height: 1.35;
  opacity: 0;
  transform: translateY(-8px);
  transition: opacity 220ms ease, transform 220ms ease;
}

.gm-toast.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.gm-toast.is-success {
  background: linear-gradient(180deg, #1f9a45, #167b36);
}

.gm-toast.is-error {
  background: linear-gradient(180deg, #c73c3c, #9f2424);
}

/* ===== Global Style Polish ===== */
:root {
  --gm-text: #20242b;
  --gm-muted: #5b6676;
  --gm-border: #d9dee7;
  --gm-surface: #f5f6f8;
  --gm-surface-2: #ffffff;
  --gm-blue: #0d6fca;
  --gm-blue-dark: #0a58a1;
  --gm-orange-top: #f6c64f;
  --gm-orange-bottom: #df9710;
  --gm-radius-sm: 6px;
  --gm-radius: 10px;
  --gm-shadow: 0 8px 20px rgba(17, 34, 58, 0.1);
}

.gm-homepage {
  color: var(--gm-text);
  background: linear-gradient(180deg, #f0f1f4 0%, #eceef1 100%);
  font-family: "Segoe UI", Tahoma, Arial, sans-serif;
}

.gm-wrap {
  width: min(1180px, calc(100% - 36px));
}

.gm-header {
 
  border-bottom: 1px solid #e1e4ea;
}

.gm-topline .gm-wrap {
  min-height: 46px;
}

.gm-login-btn {
  border-radius: var(--gm-radius-sm);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.45);
}

.gm-main-nav {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.35);
}

.gm-main-nav a {
  font-weight: 600;
  letter-spacing: 0.1px;
}

.gm-listing-main,
.gm-categories-page .gm-categories,
.gm-account-main,
.gm-about-page-main,
.gm-contact-page-main {
  padding-top: 26px;
}

.gm-left-head,
.gm-side-head {
  border-radius: var(--gm-radius) var(--gm-radius) 0 0;
  letter-spacing: 0.4px;
}

.gm-left-menu,
.gm-side-menu {
  border-color: #d7dce5;
  box-shadow: var(--gm-shadow);
}

.gm-left-item,
.gm-side-item {
  transition: background-color 150ms ease, transform 120ms ease;
}

.gm-left-item:hover,
.gm-side-item:hover {
  transform: translateY(-1px);
}

.gm-products-table {
  border-color: #e2a244;
  border-radius: var(--gm-radius);
  overflow: hidden;
  box-shadow: var(--gm-shadow);
}

.gm-products-head {
  font-size: 20px;
  padding: 10px 12px;
}

.gm-product-row {
  background: #f4f4f4;
}

.gm-product-row:nth-child(even) {
  background: #f0f0f0;
}

.gm-pr-main {
  gap: 14px;
  padding: 12px 10px;
}

.gm-pr-image {
  border-radius: var(--gm-radius-sm);
  overflow: hidden;
  border: 1px solid #d7dce5;
  background: #e7eaef;
}

.gm-pr-name {
  font-size: 38px;
  font-size: clamp(22px, 1.7vw, 36px);
  line-height: 1.2;
  margin-bottom: 6px;
}

.gm-pr-label {
  font-size: 15px;
  margin-bottom: 5px;
}

.gm-pr-select,
.gm-pr-single-package {
  border-radius: var(--gm-radius-sm);
  border-color: #b8c0ce;
  background: #fff;
}

.gm-pr-single-package {
  background: #f1f3f7;
}

.gm-pr-special {
  font-size: 14px;
  color: #8e1a0e;
}

.gm-pr-price,
.gm-pr-action {
  font-size: 36px;
  font-size: clamp(18px, 1.35vw, 26px);
  font-weight: 600;
  color: #1f2a3a;
}

.gm-pr-buy {
  border: 0;
  cursor: pointer;
  font-weight: 700;
  border-radius: 8px;
  padding: 9px 17px;
  box-shadow: 0 3px 10px rgba(8, 72, 152, 0.26);
  transition: transform 120ms ease, box-shadow 120ms ease;
}

.gm-pr-buy:hover {
  transform: translateY(-1px);
  box-shadow: 0 6px 14px rgba(8, 72, 152, 0.32);
}

.gm-products-foot {
  border-radius: var(--gm-radius-sm);
  margin-top: 10px;
  padding: 7px 10px;
}

.gm-pagination a,
.gm-pagination span {
  border-radius: var(--gm-radius-sm);
}

.gm-category-card {
  border-radius: var(--gm-radius);
  box-shadow: var(--gm-shadow);
  border-color: var(--gm-border);
  transition: transform 130ms ease, box-shadow 130ms ease, border-color 130ms ease;
}

.gm-category-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 26px rgba(17, 34, 58, 0.14);
}

.gm-category-image {
  border-radius: var(--gm-radius-sm);
}

.gm-about-product-card {
  border-radius: var(--gm-radius);
}

.gm-account-box,
.gm-contact-form input,
.gm-contact-form textarea,
.gm-account-form {
  border-radius: var(--gm-radius);
}

.gm-footer {
  margin-top: 20px;
}

.gm-col {
  border-radius: var(--gm-radius);
}

@media (max-width: 1000px) {
  .gm-pr-variation-group {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .gm-products-head {
    font-size: 18px;
  }

  .gm-pr-name {
    font-size: clamp(20px, 5vw, 28px);
  }
}

@media (max-width: 680px) {
  .gm-wrap {
    width: calc(100% - 24px);
  }

  .gm-topline .gm-wrap {
    min-height: 0;
  }

  .gm-header {
    
  }

  .gm-pr-main {
    grid-template-columns: 88px 1fr;
    gap: 10px;
    padding: 10px;
  }

  .gm-pr-image {
    width: 88px;
    height: 88px;
  }

  .gm-pr-name {
    font-size: 24px;
  }

  .gm-pr-price,
  .gm-pr-action {
    font-size: 20px;
  }

  .gm-products-foot {
    flex-direction: column;
    gap: 4px;
    align-items: flex-start;
  }
}

@media (max-width: 1000px) {
  .gm-catalog-layout {
    grid-template-columns: 1fr;
  }

  .gm-category-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .gm-listing-wrap {
    grid-template-columns: 1fr;
  }

  .gm-products-head,
  .gm-product-row {
    grid-template-columns: 1fr;
  }

  .gm-pr-price,
  .gm-pr-action {
    text-align: left;
    padding: 0 10px 10px;
  }

  .gm-products-head > div:nth-child(2),
  .gm-products-head > div:nth-child(3) {
    text-align: left;
  }
}

.gm-hero-box {
  position: relative;
  min-height: 400px;
  border: 1px solid rgba(255, 255, 255, 0.55);
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 26px 44px rgba(9, 34, 58, 0.38), inset 0 1px 0 rgba(255, 255, 255, 0.35);
}

.gm-hero-box::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(10, 32, 52, 0.14) 0%, rgba(10, 32, 52, 0.45) 100%);
  z-index: 2;
  pointer-events: none;
}

.gm-hero-box::after {
  content: "";
  position: absolute;
  left: -12%;
  right: -12%;
  top: -42%;
  height: 62%;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.34), rgba(255, 255, 255, 0));
  transform: rotate(-2.5deg);
  z-index: 2;
  pointer-events: none;
}

.gm-hero-slides {
  position: relative;
  min-height: 400px;
}

.gm-hero-slide {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ffffff;
  opacity: 0;
  transition: opacity 700ms ease-in-out;
}

.gm-hero-slide.is-active {
  opacity: 1;
  z-index: 1;
}

.gm-hero-slide img {
  display: block;
  width: 100%;
  height: 100%;
  border: 8px solid #ffffff;
  border-radius: 15px;
  box-sizing: border-box;
  background: #ffffff;
  object-fit: contain;
  object-position: center;
  transform: none;
  transition: none;
  filter: none;
}

.gm-hero-slide.is-active img {
  transform: none;
}

.gm-hero-controls {
  position: absolute;
  left: 16px;
  right: 16px;
  bottom: 18px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  z-index: 4;
}

.gm-hero-nav {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.64);
  background: rgba(14, 40, 65, 0.38);
  backdrop-filter: blur(5px);
  color: #ffffff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  line-height: 1;
  cursor: pointer;
  box-shadow: 0 8px 16px rgba(6, 18, 32, 0.32);
  transition: transform 180ms ease, background-color 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.gm-hero-nav:hover {
  transform: translateY(-2px);
  background: rgba(14, 40, 65, 0.62);
  border-color: rgba(255, 255, 255, 0.86);
  box-shadow: 0 12px 18px rgba(6, 18, 32, 0.4);
}

.gm-hero-progress {
  position: absolute;
  left: 18px;
  right: 18px;
  bottom: 10px;
  height: 4px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.25);
  overflow: hidden;
  z-index: 4;
}

.gm-hero-progress span {
  display: block;
  width: 0;
  height: 100%;
  background: linear-gradient(90deg, #ffcd3a, #f19a00);
  transition: width 0s;
}

.gm-hero-dots {
  display: flex;
  gap: 8px;
  justify-content: center;
  align-items: center;
  flex: 1;
  max-width: max-content;
  margin: 0 auto;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(14, 40, 65, 0.34);
  border: 1px solid rgba(255, 255, 255, 0.42);
  backdrop-filter: blur(5px);
}

.gm-hero-dots button {
  width: 11px;
  height: 11px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.6);
  background: rgba(255, 255, 255, 0.35);
  padding: 0;
  cursor: pointer;
  transition: width 180ms ease, transform 180ms ease, background-color 180ms ease;
}

.gm-hero-dots button.is-active {
  background: #ffc82f;
  width: 28px;
  transform: none;
}

.gm-section {
  padding: 28px 0;
}

.gm-about-page-main {
  padding: 22px 0 34px;
}

.gm-contact-page-main {
  padding: 22px 0 34px;
}

.gm-privacy-main {
  padding: 24px 0 40px;
}

.gm-privacy-box {
  width: min(1260px, 100%);
  margin: 0 auto;
  border: 1px solid #e2a520;
  border-radius: 10px;
  background: #f7f8fb;
  padding: 24px 28px 28px;
  box-shadow: 0 8px 20px rgba(17, 34, 58, 0.08);
}

.gm-privacy-box h1 {
  margin: 0 0 14px;
  color: #2f69af;
  text-transform: uppercase;
  font-size: 42px;
  line-height: 1.1;
  letter-spacing: 0.3px;
}

.gm-privacy-box h2 {
  margin: 24px 0 10px;
  color: #143155;
  font-size: 28px;
  line-height: 1.2;
}

.gm-privacy-box p {
  margin: 0 0 14px;
  color: #20242b;
  font-size: 19px;
  line-height: 1.6;
}

.gm-footer-bottom a {
  color: inherit;
  text-decoration: none;
}

.gm-footer-bottom a:hover {
  text-decoration: underline;
}

.gm-account-main {
  min-height: 420px;
  padding: 28px 0 44px;
}

.gm-account-box {
  width: min(960px, 100%);
  margin: 0 auto;
  border: 1px solid #e2a520;
  border-radius: 10px;
  padding: 22px 20px 18px;
  background: #f2f3f6;
}

.gm-account-box h1 {
  margin: 0 0 12px;
  color: #2f69af;
  text-transform: uppercase;
  font-size: 36px;
  line-height: 1.2;
  letter-spacing: 0.2px;
}

.gm-account-form label {
  display: block;
  margin-bottom: 5px;
  font-size: 16px;
  color: #2a2a2a;
}

.gm-account-form input[type=\"text\"],
.gm-account-form input[type=\"password\"] {
  width: 100%;
  height: 48px;
  border: 1px solid #c5cad3;
  border-radius: 6px;
  background: linear-gradient(#fefefe, #f4f5f8);
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15);
  font-size: 15px;
  padding: 8px 12px;
  margin-bottom: 12px;
}

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

.gm-account-form {
  border: 1px solid #d6dae2;
  border-radius: 8px;
  background: #fff;
  padding: 14px;
}

.gm-account-form-wide {
  width: 100%;
}

.gm-wc-account .woocommerce {
  width: 100%;
}

.gm-wc-account .woocommerce::after {
  content: "";
  display: table;
  clear: both;
}

.gm-account-form h2 {
  margin: 0 0 12px;
  font-size: 22px;
  color: #2f69af;
  text-transform: uppercase;
  line-height: 1.2;
}

.gm-account-alert {
  margin: 0 0 12px;
  padding: 10px 12px;
  border-radius: 6px;
  font-size: 14px;
}

.gm-account-alert-error {
  background: #ffe7e7;
  border: 1px solid #e7a8a8;
  color: #8b1f1f;
}

.gm-account-alert-success {
  background: #e8f8e9;
  border: 1px solid #aad9ad;
  color: #1f6f2a;
}

.gm-account-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-top: 4px;
}

.gm-account-remember {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 16px;
  margin: 0;
}

.gm-account-remember input {
  width: 18px;
  height: 18px;
}

.gm-account-row button {
  border: 1px solid #d6a325;
  border-radius: 6px;
  padding: 8px 16px;
  background: linear-gradient(#f8d453, #e5b11a);
  color: #17335b;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  cursor: pointer;
}

.gm-account-row button span {
  margin-left: 6px;
  font-size: 14px;
}

.gm-account-links {
  margin-top: 14px;
  display: inline-flex;
  border-radius: 4px;
  overflow: hidden;
}

.gm-account-links a {
  background: #214f83;
  color: #fff;
  text-decoration: none;
  font-size: 16px;
  font-weight: 700;
  padding: 8px 16px;
  border-right: 1px solid #133867;
}

.gm-account-links a:last-child {
  border-right: 0;
}

.gm-about-layout {
  display: grid;
  grid-template-columns: 250px 1fr;
  gap: 20px;
  align-items: start;
}

.gm-about-sidebar {
  display: grid;
  gap: 12px;
}

.gm-side-title {
  background: #2d3540;
  color: #fff;
  text-transform: uppercase;
  font-size: 32px;
  line-height: 1;
  font-weight: 700;
  padding: 14px 12px;
}

.gm-side-menu {
  margin: 0;
  padding: 0;
  list-style: none;
}

.gm-side-menu li + li {
  margin-top: 3px;
}

.gm-side-menu a {
  display: block;
  text-decoration: none;
  color: #3e3e3e;
  background: linear-gradient(#f6c44d, #e89f18);
  border: 1px solid #d89519;
  padding: 8px 12px;
  font-size: 14px;
}

.gm-side-testimonial {
  border: 1px solid #d1d6de;
  background: #f3f5f8;
}

.gm-side-testimonial-head {
  background: #3772b8;
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
  text-align: center;
  padding: 10px;
  font-size: 18px;
}

.gm-side-testimonial p {
  margin: 0;
  padding: 12px;
  color: #6f7785;
  line-height: 1.45;
}

.gm-side-testimonial a {
  display: block;
  text-align: center;
  text-decoration: none;
  color: #ef8f0b;
  text-transform: uppercase;
  font-weight: 700;
  padding: 0 0 12px;
}

.gm-side-help {
  border: 1px solid #d1d6de;
  background: #f3f5f8;
  padding: 14px;
  text-align: center;
}

.gm-side-help h4 {
  margin: 0 0 10px;
  color: #2f69af;
  text-transform: uppercase;
  line-height: 1.3;
  font-size: 18px;
}

.gm-side-help-icon {
  height: 120px;
  margin: 0 auto 8px;
  border-radius: 8px;
  background: radial-gradient(circle at 50% 25%, #fdfdfd, #d6d8de);
}

.gm-side-help a {
  display: inline-block;
  text-decoration: none;
  background: linear-gradient(#f5c84e, #e4a61c);
  border: 1px solid #d9a328;
  color: #1e2f4e;
  text-transform: uppercase;
  font-weight: 700;
  padding: 8px 16px;
  border-radius: 3px;
}

.gm-about-content {
  background: transparent;
}

.gm-contact-content {
  background: transparent;
}

.gm-contact-grid {
  display: grid;
  grid-template-columns: 1fr 300px;
  gap: 24px;
  align-items: start;
}

.gm-contact-form-wrap h2 {
  margin: 0 0 8px;
  font-size: 20px;
  text-transform: uppercase;
  color: #2f69af;
  line-height: 1.3;
}

.gm-contact-form {
  max-width: 740px;
}

.gm-contact-form label {
  display: block;
  color: #525d6d;
  font-size: 14px;
  margin: 12px 0 6px;
  font-weight: 600;
}

.gm-contact-form input,
.gm-contact-form textarea {
  width: 100%;
  border: 1px solid #cfd6e1;
  border-radius: 6px;
  padding: 10px 12px;
  font-size: 14px;
  background: #f8f9fb;
  color: #2c2c2c;
}

.gm-contact-form textarea {
  resize: vertical;
  min-height: 160px;
}

.gm-contact-form button {
  margin-top: 16px;
  border: 1px solid #d6a325;
  border-radius: 4px;
  padding: 10px 24px;
  background: linear-gradient(#f8d453, #e6b01a);
  color: #13223f;
  font-weight: 700;
  font-size: 14px;
  text-transform: uppercase;
  cursor: pointer;
}

.gm-contact-form button span {
  margin-left: 8px;
}

.gm-form-success,
.gm-form-error {
  margin: 0 0 12px;
  padding: 10px 12px;
  border-radius: 4px;
  font-size: 14px;
}

.gm-form-success {
  color: #126b2d;
  background: #ddf3e3;
  border: 1px solid #93d0a1;
}

.gm-form-error {
  color: #9f1d1d;
  background: #fde6e6;
  border: 1px solid #e8aaaa;
}

.gm-contact-details {
  font-size: 15px;
  color: #4e5867;
  padding-top: 8px;
}

.gm-contact-details h3 {
  margin: 0 0 6px;
  color: #de3d3d;
  font-size: 20px;
  text-transform: capitalize;
}

.gm-contact-details p {
  margin: 0 0 8px;
  line-height: 1.45;
}

.gm-about-title {
  margin: 0 0 12px;
  font-size: 36px;
  color: #fff;
  background: #3f82cf;
  display: inline-block;
  padding: 8px 18px;
  border-radius: 0 16px 0 0;
}

.gm-about-top {
  display: grid;
  grid-template-columns: 1fr 300px;
  gap: 24px;
}

.gm-about-copy p {
  color: #5f6774;
  font-size: 18px;
  line-height: 1.55;
  margin: 0 0 18px;
}

.gm-about-copy ul {
  margin: 0;
  padding-left: 24px;
}

.gm-about-copy li {
  margin-bottom: 6px;
}

.gm-about-copy a {
  color: #397bc1;
  text-decoration: none;
}

.gm-about-photo-stack {
  min-height: 320px;
  display: flex;
  align-items: flex-start;
  justify-content: center;
}

.gm-about-photo-stack img {
  max-width: 100%;
  height: auto;
  border: 10px solid #fff;
  box-shadow: 0 10px 20px rgba(33, 47, 68, 0.2);
  transform: rotate(-5deg);
}

.gm-featured-head {
  margin-top: 16px;
}

.gm-about-featured-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.gm-about-product-card {
  text-align: center;
  background: #ffffff;
  border: 1px solid #d8dfeb;
  border-radius: 10px;
  padding: 14px 14px 16px;
  box-shadow: 0 8px 18px rgba(23, 40, 66, 0.08);
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.gm-about-product-card h3 {
  margin: 0;
  color: #3f82cf;
  text-transform: uppercase;
  font-size: 17px;
  line-height: 1.25;
  min-height: 48px;
  font-weight: 700;
}

.gm-about-product-image {
  display: block;
  border: 1px solid #d3dbe8;
  border-radius: 8px;
  background: #f6f8fb;
  padding: 10px;
  min-height: 180px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.gm-about-product-image img {
  width: 100%;
  max-width: 170px;
  max-height: 170px;
  aspect-ratio: 1 / 1;
  object-fit: contain;
}

.gm-about-product-price {
  margin: 0;
  font-size: 31px;
  font-weight: 700;
  color: #0f1114;
  line-height: 1.1;
}

.gm-about-shop-btn {
  display: inline-block;
  text-decoration: none;
  background: linear-gradient(#f6d04e, #e5b11a);
  border: 1px solid #d5a522;
  color: #131f35;
  text-transform: uppercase;
  font-weight: 700;
  padding: 9px 24px;
  border-radius: 4px;
  margin-top: auto;
}

.gm-title {
  margin: 0 0 18px;
  font-size: 30px;
  color: #ffffff;
  background: #3f82cf;
  display: inline-block;
  padding: 8px 22px;
  border-radius: 0 16px 0 0;
}

.gm-featured .gm-title,
.gm-ordering .gm-title,
.gm-about .gm-title {
  color: #fff;
}

.gm-product-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.gm-product-card {
  background: #f8f8f8;
  border: 1px solid #cccccc;
  padding: 16px 12px 14px;
  position: relative;
  text-align: center;
}

.gm-product-card img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  max-height: 150px;
  margin-bottom: 10px;
}

.gm-product-image {
  display: block;
}

.gm-product-image img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  max-height: 150px;
  margin-bottom: 10px;
}

.gm-product-card h3 {
  margin: 0 0 12px;
  font-size: 15px;
  min-height: 38px;
  color: #1d1d1d;
}

.gm-price {
  position: absolute;
  top: 10px;
  right: 10px;
  background: #e0e0e0;
  color: #333;
  font-size: 13px;
  font-weight: 700;
  padding: 6px 10px;
}

.gm-price del {
  opacity: 0.75;
}

.gm-price ins {
  text-decoration: none;
}

.gm-actions {
  display: flex;
  justify-content: center;
  gap: 0;
}

.gm-actions a {
  text-decoration: none;
  font-size: 13px;
  padding: 7px 14px;
  background: #2c6db5;
  color: #fff;
  text-transform: capitalize;
}

.gm-actions .gm-order-btn {
  background: #eca712;
  color: #192642;
  font-weight: 700;
}

.gm-order-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.gm-order-card {
  background: linear-gradient(#3173bf, #2a5f9f);
  color: #fff;
  border: 1px solid #2b61a1;
  overflow: hidden;
}

.gm-order-icon {
  background: linear-gradient(180deg, #f4f4f4, #ececec);
  min-height: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 12px;
}

.gm-order-icon img {
  max-width: 100%;
  max-height: 128px;
  width: auto;
  height: auto;
  object-fit: contain;
  display: block;
}

.gm-order-card h3 {
  background: linear-gradient(#f5be4a, #db9315);
  margin: 0;
  color: #1e2f4e;
  font-size: 20px;
  text-align: center;
  padding: 10px;
}

.gm-order-card p {
  font-size: 14px;
  line-height: 1.5;
  margin: 0;
  padding: 16px;
  min-height: 132px;
}

.gm-order-card a {
  display: inline-block;
  margin: 0 16px 16px;
  background: #f5cf2d;
  color: #1f3150;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 800;
  font-size: 13px;
  padding: 8px 18px;
  border-radius: 4px;
}

.gm-sms-strip {
  margin-top: 18px;
  display: grid;
  grid-template-columns: 180px 1fr 170px;
  align-items: center;
  background: linear-gradient(90deg, #2f72ba, #2a62a3);
  color: #fff;
}

.gm-sms-label {
  background: linear-gradient(#f5c352, #da9518);
  color: #1f3150;
  text-align: center;
  font-size: 24px;
  font-weight: 800;
  padding: 22px 14px;
}

.gm-sms-strip p {
  margin: 0;
  font-size: 14px;
  padding: 0 18px;
}

.gm-sms-strip a {
  justify-self: end;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #f5cf2d;
  color: #1f3150;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 800;
  white-space: nowrap;
  line-height: 1;
  padding: 10px 18px;
  margin-right: 12px;
  border-radius: 4px;
}

.gm-about-box {
  border: 1px solid #d6d6d6;
  background: #f6f6f6;
  padding: 18px;
  display: grid;
  grid-template-columns: 180px 1fr;
  gap: 16px;
  align-items: start;
}

.gm-about-box img {
  width: 100%;
  height: 160px;
  object-fit: cover;
}

.gm-about-box p {
  font-size: 14px;
  line-height: 1.6;
  margin: 0 0 12px;
}

.gm-about-box a {
  text-decoration: none;
  color: #2d69ae;
  font-weight: 700;
}

.gm-partners {
  padding-bottom: 22px;
}

.gm-brand-carousel {
  --gm-visible: 6;
  --gm-gap: 10px;
  display: grid;
  grid-template-columns: 54px 1fr 54px;
  gap: 10px;
  align-items: center;
  background: linear-gradient(180deg, #ffffff, #f4f6f9);
  border: 1px solid #d9dee7;
  border-radius: 14px;
  padding: 8px;
  box-shadow: 0 10px 26px rgba(21, 44, 78, 0.12);
}

.gm-brand-carousel .gm-arrow {
  border: 0;
  background: linear-gradient(#ffd95b, #efb92b);
  color: #1f3150;
  font-size: 34px;
  height: 76px;
  border-radius: 10px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.7), 0 5px 14px rgba(31, 49, 80, 0.18);
  cursor: pointer;
  transition: transform 150ms ease, box-shadow 150ms ease;
}

.gm-brand-carousel .gm-arrow:hover {
  transform: translateY(-1px);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.7), 0 8px 16px rgba(31, 49, 80, 0.24);
}

.gm-brand-viewport {
  overflow: hidden;
  border-radius: 10px;
  background: #fff;
  border: 1px solid #e6ebf1;
}

.gm-brand-list {
  display: flex;
  gap: var(--gm-gap);
  padding: 6px;
  transition: transform 380ms cubic-bezier(0.22, 0.61, 0.36, 1);
  will-change: transform;
}

.gm-brand-item {
  flex: 0 0 calc((100% - (var(--gm-gap) * (var(--gm-visible) - 1))) / var(--gm-visible));
  background: linear-gradient(180deg, #ffffff, #f5f7fb);
  border: 1px solid #e1e1e1;
  min-height: 82px;
  display: grid;
  place-items: center;
  padding: 8px;
  border-radius: 10px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.9);
}

.gm-brand-item img {
  max-width: 100%;
  max-height: 60px;
  width: auto;
  height: auto;
  object-fit: contain;
  display: block;
}

.gm-footer {
  background:
    radial-gradient(900px 280px at 8% 0%, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0)),
    linear-gradient(#1f5d9f, #1b4a7c);
  color: #fff;
  border-top: 4px solid #e4a617;
}

.gm-footer-top {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 22px;
  padding: 28px 0;
}

.gm-col {
  background: rgba(12, 36, 63, 0.26);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 10px;
  padding: 16px;
  backdrop-filter: blur(2px);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.18);
}

.gm-col h3 {
  margin: 0 0 10px;
  font-size: 24px;
  color: #bcd9ff;
  text-transform: capitalize;
}

.gm-quote-mark {
  margin: 0;
  font-size: 42px;
  color: #d8e8ff;
  line-height: 0.8;
}

.gm-col p,
.gm-col li {
  font-size: 14px;
  line-height: 1.6;
}

.gm-col ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.gm-col a {
  color: #ffe285;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 13px;
}

.gm-testimonial-slider {
  display: grid;
  grid-template-columns: 32px 1fr 32px;
  align-items: center;
  gap: 8px;
  margin-bottom: 8px;
}

.gm-testimonial-track {
  min-height: 132px;
  position: relative;
}

.gm-testimonial-item {
  display: none;
}

.gm-testimonial-item.is-active {
  display: block;
}

.gm-testimonial-name {
  margin: 0 0 2px;
  font-size: 16px;
  font-weight: 700;
  color: #ffffff;
}

.gm-testimonial-arrow {
  border: 1px solid rgba(255, 255, 255, 0.35);
  background: rgba(255, 255, 255, 0.08);
  color: #d9e8ff;
  width: 32px;
  height: 32px;
  border-radius: 16px;
  cursor: pointer;
  line-height: 1;
  font-size: 16px;
  padding: 0;
}

.gm-testimonial-arrow:hover {
  background: rgba(255, 255, 255, 0.2);
}

.gm-col input:not([type="checkbox"]):not([type="radio"]) {
  width: 100%;
  margin-bottom: 10px;
  border: 1px solid rgba(11, 35, 59, 0.35);
  border-radius: 6px;
  padding: 10px 12px;
  background: linear-gradient(#ffffff, #f2f4f7);
  color: #17335b;
  font-size: 14px;
}

.gm-remember {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 8px;
}

.gm-remember label {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  color: #d7e6ff;
}

.gm-remember input[type="checkbox"] {
  width: 16px;
  height: 16px;
  margin: 0;
  flex: 0 0 auto;
}

.gm-remember button {
  border: 1px solid #d6a325;
  background: linear-gradient(#f8d453, #e5b11a);
  color: #17335b;
  text-transform: uppercase;
  font-weight: 800;
  padding: 8px 15px;
  border-radius: 6px;
  cursor: pointer;
}

.gm-footer-auth-links {
  margin-top: 10px;
  display: inline-flex;
  border-radius: 4px;
  overflow: hidden;
}

.gm-footer-auth-links a {
  background: #214f83;
  color: #fff;
  text-decoration: none;
  font-size: 12px;
  font-weight: 700;
  padding: 8px 12px;
  border-right: 1px solid #163d6a;
}

.gm-footer-auth-links a:last-child {
  border-right: 0;
}

.gm-footer-bottom {
  background: linear-gradient(#e7b548, #dbab45);
  color: #1f3150;
  font-size: 13px;
  padding: 14px 0;
}

.gm-footer-bottom .gm-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
}

.gm-footer-bottom p {
  margin: 0;
}

/* Hide default theme footer credit when plugin shell is active */
.gloveman-home-active .site-info,
.gloveman-home-active .wp-block-site-title,
.gloveman-home-active .powered-by-wordpress,
.gloveman-home-active .wp-block-template-part .site-info {
  display: none !important;
}

/* Policy pages: use same left sidebar + right content layout as catalogue */
.gm-policy-layout {
  align-items: flex-start;
}

.gm-policy-content {
  flex: 1 1 auto;
  min-width: 0;
}

/* Blog */
.gm-blog-main {
  padding: 14px 0 28px;
}

.gm-blog-wrap {
  display: grid;
  grid-template-columns: 1fr 300px;
  gap: 18px;
  align-items: start;
}

.gm-blog-post {
  background: #ebedf0;
  border: 1px solid #d7dce5;
  padding: 0 0 10px;
  margin-bottom: 14px;
}

.gm-blog-post-title {
  margin: 0;
  padding: 7px 10px;
  font-size: 33px;
  line-height: 1.1;
  background: #1e8de0;
}

.gm-blog-post-title a {
  color: #fff;
  text-decoration: none;
}

.gm-blog-post-single .gm-blog-post-title {
  font-size: 34px;
}

.gm-blog-reply {
  padding: 8px 10px 0;
  font-size: 12px;
}

.gm-blog-reply a {
  color: #556e85;
  text-decoration: none;
}

.gm-blog-post-meta,
.gm-blog-post-excerpt,
.gm-blog-post-content {
  padding: 8px 12px 0;
  color: #333;
  line-height: 1.6;
  font-size: 15px;
}

.gm-blog-thumb {
  display: block;
  padding: 10px 12px 0;
}

.gm-blog-thumb img {
  max-width: 280px;
  height: auto;
}

.gm-blog-post-nav {
  border-top: 1px solid #cfd5dd;
  margin: 12px 12px 0;
  padding-top: 10px;
  font-size: 13px;
}

.gm-blog-post-nav a {
  color: #2e78b8;
  text-decoration: none;
}

.gm-blog-right {
  display: grid;
  gap: 14px;
}

.gm-blog-widget {
  background: #f4f5f7;
  border: 1px solid #d7dce5;
}

.gm-blog-widget h3 {
  margin: 0;
  padding: 8px 12px;
  font-size: 16px;
  color: #fff;
  background: #1e8de0;
  text-align: center;
}

.gm-blog-widget ul {
  margin: 0;
  padding: 8px 12px 10px;
  list-style: none;
}

.gm-blog-widget ul li {
  margin: 0 0 6px;
}

.gm-blog-widget a {
  color: #005a9c;
  text-decoration: none;
}

.gm-blog-pagination ul {
  margin: 6px 0 0;
  padding: 0;
  list-style: none;
  display: flex;
  gap: 6px;
}

.gm-blog-pagination li a,
.gm-blog-pagination li span {
  display: inline-block;
  min-width: 30px;
  text-align: center;
  padding: 6px 8px;
  border-radius: 4px;
  background: #f0ad1b;
  color: #0f315e;
  font-weight: 700;
  text-decoration: none;
}

.gm-blog-pagination li .current {
  background: #1e8de0;
  color: #fff;
}

.gm-comments-wrap {
  background: #ebedf0;
  border: 1px solid #d7dce5;
  padding: 10px 12px 14px;
}

.gm-comments-wrap h2,
.gm-comments-wrap h3,
.gm-comments-wrap .comments-title {
  margin: 0 0 10px;
  color: #2b3f55;
  font-size: 28px;
  line-height: 1.2;
  font-weight: 700;
}

.gm-comments-wrap .comment-form label {
  display: block;
  margin: 0 0 4px;
  font-size: 12px;
  line-height: 1.3;
  color: #3a4f65;
  font-weight: 400;
}

.gm-comments-wrap .comment-notes,
.gm-comments-wrap .logged-in-as,
.gm-comments-wrap .must-log-in {
  margin: 0 0 10px;
  color: #6b7785;
  font-size: 12px;
  line-height: 1.4;
}

.gm-comments-wrap .comment-form-author,
.gm-comments-wrap .comment-form-email,
.gm-comments-wrap .comment-form-url,
.gm-comments-wrap .comment-form-comment {
  margin: 0 0 10px;
}

.gm-comments-wrap .comment-form input[type="text"],
.gm-comments-wrap .comment-form input[type="email"],
.gm-comments-wrap .comment-form input[type="url"],
.gm-comments-wrap .comment-form textarea {
  width: 100%;
  max-width: 290px;
  border: 1px solid #b8c0ca;
  padding: 6px 7px;
  min-height: 32px;
  background: #fff;
  border-radius: 0;
  box-shadow: none;
  font-size: 13px;
  color: #253646;
}

.gm-comments-wrap .comment-form textarea {
  max-width: 100%;
  min-height: 140px;
  resize: vertical;
}

.gm-comments-wrap .comment-form-cookies-consent {
  margin: 0 0 10px;
  display: flex;
  align-items: center;
  gap: 6px;
}

.gm-comments-wrap .comment-form-cookies-consent label {
  margin: 0;
}

.gm-comments-wrap .form-submit {
  margin: 4px 0 0;
}

.gm-comments-wrap .form-submit input[type="submit"],
.gm-comments-wrap .comment-form input[type="submit"] {
  border: 1px solid #c4c9cf;
  padding: 4px 10px;
  background: #eceff2;
  color: #5c6773;
  font-weight: 400;
  border-radius: 0;
  font-size: 11px;
  line-height: 1.2;
  text-transform: none;
}

.gm-comments-wrap .form-submit input[type="submit"]:hover,
.gm-comments-wrap .comment-form input[type="submit"]:hover {
  background: #e0e5ea;
  color: #3d4753;
}

@media (max-width: 1024px) {
  .gm-main-nav ul,
  .gm-product-grid,
  .gm-order-grid,
  .gm-footer-top {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .gm-sms-strip {
    grid-template-columns: 1fr;
    gap: 12px;
    padding: 12px;
  }

  .gm-sms-label {
    padding: 16px;
  }

  .gm-sms-strip p {
    padding: 0;
  }

  .gm-footer-bottom .gm-wrap {
    flex-direction: column;
    text-align: center;
  }

  .gm-col {
    padding: 14px;
  }

  .gm-about-layout {
    grid-template-columns: 1fr;
  }

  .gm-about-top {
    grid-template-columns: 1fr;
  }

  .gm-contact-grid {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .gm-contact-details {
    padding-top: 0;
  }

  .gm-about-featured-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .gm-account-box h1 {
    font-size: 26px;
  }

  .gm-account-form label,
  .gm-account-links a,
  .gm-account-remember,
  .gm-account-row button {
    font-size: 16px;
  }

  .gm-account-form input[type=\"text\"],
  .gm-account-form input[type=\"password\"] {
    height: 44px;
    font-size: 15px;
  }
}

@media (max-width: 680px) {
  .gm-header .gm-wrap,
  .gm-topline .gm-wrap {
    flex-direction: column;
    align-items: stretch;
    gap: 10px;
    padding: 10px 0;
  }

  .gm-auth-area {
    justify-content: flex-end;
  }

  .gm-main-nav ul,
  .gm-product-grid,
  .gm-order-grid,
  .gm-footer-top,
  .gm-about-box {
    grid-template-columns: 1fr;
  }

  .gm-main-nav a {
    border: 0;
    border-top: 1px solid rgba(169, 110, 11, 0.38);
  }

  .gm-main-nav li:first-child a {
    border-top: 0;
  }

  .gm-hero-box,
  .gm-hero-slides {
    min-height: 400px;
  }

  .gm-hero-controls {
    left: 10px;
    right: 10px;
    bottom: 10px;
    gap: 10px;
  }

  .gm-hero-nav {
    width: 38px;
    height: 38px;
    font-size: 24px;
  }

  .gm-hero-progress {
    left: 10px;
    right: 10px;
  }

  .gm-title {
    font-size: 24px;
  }

  .gm-about-box img {
    height: 200px;
  }

  .gm-brand-carousel {
    grid-template-columns: 40px 1fr 40px;
    gap: 6px;
    padding: 6px;
  }

  .gm-brand-carousel .gm-arrow {
    height: 58px;
    border-radius: 8px;
  }

  .gm-brand-item {
    min-height: 72px;
  }

  .gm-about-featured-grid {
    grid-template-columns: 1fr;
  }

  .gm-account-main {
    padding: 20px 0 30px;
    min-height: 0;
  }

  .gm-privacy-box {
    padding: 16px 14px 18px;
  }

  .gm-privacy-box h1 {
    font-size: 30px;
  }

  .gm-privacy-box h2 {
    font-size: 22px;
  }

  .gm-privacy-box p {
    font-size: 17px;
  }

  .gm-account-box {
    padding: 18px 14px;
  }

  .gm-account-grid {
    grid-template-columns: 1fr;
  }

  .gm-account-box h1 {
    font-size: 22px;
  }

  .gm-account-form label {
    font-size: 18px;
  }

  .gm-account-form input[type=\"text\"],
  .gm-account-form input[type=\"password\"] {
    height: 46px;
    font-size: 18px;
    margin-bottom: 10px;
  }

  .gm-account-row {
    flex-direction: column;
    align-items: flex-start;
  }

  .gm-account-remember {
    font-size: 18px;
  }

  .gm-account-row button {
    width: 100%;
    font-size: 18px;
  }

  .gm-account-links {
    width: 100%;
    display: grid;
  }

  .gm-account-links a {
    font-size: 16px;
    text-align: center;
    border-right: 0;
    border-top: 1px solid #133867;
  }

  .gm-account-links a:first-child {
    border-top: 0;
  }

  .gm-footer-auth-links {
    width: 100%;
    display: grid;
  }

  .gm-footer-auth-links a {
    text-align: center;
    border-right: 0;
    border-top: 1px solid #163d6a;
  }

  .gm-footer-auth-links a:first-child {
    border-top: 0;
  }

  .gm-contact-form-wrap h2 {
    font-size: 26px;
  }

  .gm-contact-form label {
    font-size: 19px;
  }

  .gm-contact-details {
    font-size: 21px;
  }

  .gm-contact-details h3 {
    font-size: 25px;
  }

  .gm-contact-form button {
    font-size: 22px;
    width: 100%;
  }
}
.gm-pr-single-package {
  width: 100%;
  max-width: 360px;
  padding: 7px 8px;
  border: 1px solid #bcbcbc;
  font-size: 16px;
  background: #efefef;
  color: #444;
  line-height: 1.35;
  box-sizing: border-box;
}

/* Global modern layout refresh (keeps existing color palette). */
.gm-homepage {
  --gm-blue: #2e64a2;
  --gm-blue-dark: #1f4f87;
  --gm-yellow: #e3a31d;
  --gm-yellow-light: #f6c64f;
  --gm-bg: #ebebeb;
  --gm-card: #f7f7f7;
  --gm-text: #1f1f1f;
  --gm-muted: #666;
  --gm-border: #d6d6d6;
}

.gm-homepage * {
  box-sizing: border-box;
}

.gm-homepage .gm-global-main,
.gm-homepage .site-main {
  width: calc(100% - 28px);
  max-width: none;
  margin: 0 auto;
  padding: 26px 0 34px;
}

.gm-homepage .woocommerce {
  color: var(--gm-text);
}

.gm-homepage .woocommerce h1,
.gm-homepage .woocommerce h2,
.gm-homepage .woocommerce h3,
.gm-homepage .woocommerce h4 {
  color: #10233d;
  line-height: 1.2;
}

.gm-homepage .woocommerce-breadcrumb {
  font-size: 14px;
  color: var(--gm-muted);
  margin-bottom: 14px;
}

.gm-homepage .woocommerce-message,
.gm-homepage .woocommerce-info,
.gm-homepage .woocommerce-error {
  border-radius: 8px;
  border-width: 1px;
  margin: 0 0 14px;
}

.gm-homepage .woocommerce-message {
  border-color: #9ec9a2;
  background: #edf8ef;
}

.gm-homepage .woocommerce-info {
  border-color: #b9d6ed;
  background: #eef6fd;
}

.gm-homepage .woocommerce-error {
  border-color: #e2b4b4;
  background: #fff3f3;
}

.gm-homepage .woocommerce ul.products,
.gm-homepage .woocommerce-page ul.products {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
  gap: 16px;
}

.gm-homepage .woocommerce ul.products li.product,
.gm-homepage .woocommerce-page ul.products li.product {
  width: 100%;
  margin: 0;
  padding: 12px;
  border: 1px solid var(--gm-border);
  background: var(--gm-card);
  display: flex;
  flex-direction: column;
  height: 100%;
}

.gm-homepage .woocommerce ul.products li.product a img,
.gm-homepage .woocommerce-page ul.products li.product a img {
  width: 100%;
  height: 170px;
  object-fit: contain;
  background: #f2f2f2;
}

.gm-homepage .woocommerce ul.products li.product .woocommerce-loop-product__title,
.gm-homepage .woocommerce-page ul.products li.product .woocommerce-loop-product__title {
  min-height: 48px;
}

.gm-homepage .woocommerce ul.products li.product .button,
.gm-homepage .woocommerce-page ul.products li.product .button {
  margin-top: auto;
}

.gm-homepage .woocommerce div.product {
  padding: 14px;
  border: 1px solid var(--gm-border);
  background: var(--gm-card);
}

.gm-homepage .woocommerce div.product .product_title {
  font-size: clamp(28px, 3vw, 56px);
  color: #142945;
  letter-spacing: 0.2px;
}

.gm-homepage .woocommerce div.product p.price,
.gm-homepage .woocommerce div.product span.price {
  color: #1c334f;
  font-weight: 600;
}

.gm-homepage .woocommerce table.shop_table {
  border: 1px solid var(--gm-border);
  border-radius: 0;
  overflow: hidden;
  background: #fff;
}

.gm-homepage .woocommerce table.shop_table th {
  background: linear-gradient(var(--gm-yellow-light), var(--gm-yellow));
  color: #143155;
  font-weight: 700;
}

.gm-homepage .woocommerce table.shop_table td,
.gm-homepage .woocommerce table.shop_table th {
  padding: 12px 10px;
}

.gm-homepage .woocommerce form .form-row input.input-text,
.gm-homepage .woocommerce form .form-row textarea,
.gm-homepage .woocommerce form .form-row select,
.gm-homepage .woocommerce-page input[type="text"],
.gm-homepage .woocommerce-page input[type="email"],
.gm-homepage .woocommerce-page input[type="password"],
.gm-homepage .woocommerce-page input[type="search"],
.gm-homepage .woocommerce-page input[type="tel"],
.gm-homepage .woocommerce-page input[type="number"],
.gm-homepage .woocommerce-page select,
.gm-homepage .woocommerce-page textarea {
  border: 1px solid #bfc7d1;
  border-radius: 4px;
  min-height: 42px;
  background: #fff;
  color: #1d2c3f;
  padding: 8px 12px;
}

.gm-homepage .woocommerce-page .select2-container .select2-selection--single {
  height: 42px;
  border-color: #bfc7d1;
  border-radius: 4px;
}

.gm-homepage .woocommerce-page .select2-container .select2-selection--single .select2-selection__rendered {
  line-height: 40px;
}

.gm-homepage .woocommerce-page .select2-container .select2-selection--single .select2-selection__arrow {
  height: 40px;
}

.gm-homepage .woocommerce a.button,
.gm-homepage .woocommerce button.button,
.gm-homepage .woocommerce input.button,
.gm-homepage .woocommerce #respond input#submit,
.gm-homepage .woocommerce-page a.button,
.gm-homepage .woocommerce-page button.button,
.gm-homepage .woocommerce-page input.button {
  background: linear-gradient(#1f8cf0, #0750b9);
  color: #fff;
  border: 0;
  border-radius: 6px;
  min-height: 42px;
  padding: 8px 18px;
  font-size: 16px;
  font-weight: 700;
  text-transform: none;
}

.gm-homepage .woocommerce a.button:hover,
.gm-homepage .woocommerce button.button:hover,
.gm-homepage .woocommerce input.button:hover,
.gm-homepage .woocommerce-page a.button:hover,
.gm-homepage .woocommerce-page button.button:hover,
.gm-homepage .woocommerce-page input.button:hover {
  background: linear-gradient(#2997ff, #0a5dcc);
  color: #fff;
}

.gm-homepage .woocommerce .button.alt,
.gm-homepage .woocommerce-page .button.alt {
  background: linear-gradient(#f6c64f, #df9710);
  color: #1f2f49;
}

.gm-homepage .woocommerce .button.alt:hover,
.gm-homepage .woocommerce-page .button.alt:hover {
  background: linear-gradient(#ffd66f, #e8a821);
  color: #1f2f49;
}

body.woocommerce-cart .gm-homepage .gm-global-main,
body.woocommerce-checkout .gm-homepage .gm-global-main {
  width: min(1180px, calc(100% - 28px));
  padding: 30px 0 44px;
}

body.woocommerce-cart .gm-homepage .woocommerce,
body.woocommerce-checkout .gm-homepage .woocommerce {
  --gm-wc-navy: #102744;
  --gm-wc-blue: #0e63b6;
  --gm-wc-line: #d9e2ec;
  --gm-wc-soft: #f5f8fb;
  background: linear-gradient(180deg, #ffffff 0%, #f4f7fb 100%);
  border: 1px solid var(--gm-wc-line);
  box-shadow: 0 18px 48px rgba(16, 39, 68, 0.1);
  padding: clamp(18px, 3vw, 34px);
}

body.woocommerce-cart .gm-homepage .entry-title,
body.woocommerce-checkout .gm-homepage .entry-title,
body.woocommerce-cart .gm-homepage .woocommerce > h1,
body.woocommerce-checkout .gm-homepage .woocommerce > h1 {
  margin: 0 0 22px;
  color: var(--gm-wc-navy);
  font-size: clamp(30px, 4vw, 48px);
  line-height: 1.05;
  letter-spacing: -0.03em;
}

body.woocommerce-cart .gm-homepage .woocommerce table.shop_table,
body.woocommerce-checkout .gm-homepage .woocommerce table.shop_table {
  border-collapse: separate;
  border-spacing: 0;
  border: 1px solid var(--gm-wc-line);
  border-radius: 14px;
  box-shadow: 0 12px 30px rgba(16, 39, 68, 0.06);
}

body.woocommerce-cart .gm-homepage .woocommerce table.shop_table th,
body.woocommerce-checkout .gm-homepage .woocommerce table.shop_table th {
  background: #102744;
  color: #fff;
  font-size: 13px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

body.woocommerce-cart .gm-homepage .woocommerce table.shop_table td,
body.woocommerce-checkout .gm-homepage .woocommerce table.shop_table td,
body.woocommerce-cart .gm-homepage .woocommerce table.shop_table th,
body.woocommerce-checkout .gm-homepage .woocommerce table.shop_table th {
  border-color: #e6edf4;
  padding: 16px 14px;
  vertical-align: middle;
}

body.woocommerce-cart .gm-homepage .woocommerce-cart-form,
body.woocommerce-checkout .gm-homepage form.checkout {
  margin: 0;
}

body.woocommerce-cart .gm-homepage .cart-collaterals .cart_totals,
body.woocommerce-checkout .gm-homepage #order_review {
  background: #fff;
  border: 1px solid var(--gm-wc-line);
  border-radius: 16px;
  box-shadow: 0 16px 34px rgba(16, 39, 68, 0.09);
  padding: 22px;
}

body.woocommerce-cart .gm-homepage .cart-collaterals .cart_totals h2,
body.woocommerce-checkout .gm-homepage #order_review_heading {
  margin: 0 0 16px;
  color: var(--gm-wc-navy);
  font-size: 24px;
}

body.woocommerce-cart .gm-homepage .woocommerce-cart-form .product-name a,
body.woocommerce-checkout .gm-homepage .woocommerce-checkout-review-order-table .product-name {
  color: #122b49;
  font-weight: 700;
}

body.woocommerce-cart .gm-homepage .woocommerce-cart-form .product-thumbnail img {
  width: 72px;
  border: 1px solid #e1e8f0;
  border-radius: 10px;
  background: #fff;
  padding: 6px;
}

body.woocommerce-cart .gm-homepage .woocommerce .quantity .qty,
body.woocommerce-checkout .gm-homepage .woocommerce .quantity .qty {
  width: 82px;
  height: 42px;
  border-radius: 10px;
  text-align: center;
}

body.woocommerce-cart .gm-homepage .woocommerce .actions {
  background: var(--gm-wc-soft);
}

body.woocommerce-cart .gm-homepage .woocommerce .coupon {
  display: flex;
  gap: 10px;
  align-items: center;
}

body.woocommerce-cart .gm-homepage .woocommerce .coupon .input-text {
  width: min(260px, 100%) !important;
  min-height: 44px;
  border-radius: 10px;
}

body.woocommerce-cart .gm-homepage .wc-proceed-to-checkout .checkout-button,
body.woocommerce-checkout .gm-homepage #place_order {
  width: 100%;
  min-height: 54px;
  border-radius: 12px;
  background: linear-gradient(135deg, #f7c344 0%, #e69516 100%);
  color: #12233a;
  box-shadow: 0 14px 26px rgba(230, 149, 22, 0.24);
  font-size: 18px;
}

body.woocommerce-checkout .gm-homepage form.checkout {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(340px, 0.85fr);
  gap: 24px;
  align-items: start;
}

body.woocommerce-checkout .gm-homepage #customer_details {
  background: #fff;
  border: 1px solid var(--gm-wc-line);
  border-radius: 16px;
  box-shadow: 0 16px 34px rgba(16, 39, 68, 0.07);
  padding: 22px;
}

body.woocommerce-checkout .gm-homepage #customer_details .col-1,
body.woocommerce-checkout .gm-homepage #customer_details .col-2 {
  float: none;
  width: 100%;
}

body.woocommerce-checkout .gm-homepage #customer_details .col-2 {
  margin-top: 22px;
}

body.woocommerce-checkout .gm-homepage .woocommerce-billing-fields h3,
body.woocommerce-checkout .gm-homepage .woocommerce-shipping-fields h3,
body.woocommerce-checkout .gm-homepage .woocommerce-additional-fields h3 {
  margin: 0 0 18px;
  color: var(--gm-wc-navy);
  font-size: 24px;
}

body.woocommerce-checkout .gm-homepage .woocommerce form .form-row {
  margin: 0 0 16px;
}

body.woocommerce-checkout .gm-homepage .woocommerce form .form-row label {
  margin-bottom: 7px;
  color: #314862;
  font-weight: 700;
}

body.woocommerce-checkout .gm-homepage .woocommerce form .form-row input.input-text,
body.woocommerce-checkout .gm-homepage .woocommerce form .form-row textarea,
body.woocommerce-checkout .gm-homepage .woocommerce form .form-row select,
body.woocommerce-checkout .gm-homepage .select2-container .select2-selection--single {
  min-height: 48px;
  border-radius: 10px;
  border-color: #cbd6e2;
  background: #fbfdff;
}

body.woocommerce-checkout .gm-homepage .select2-container .select2-selection--single .select2-selection__rendered {
  line-height: 46px;
}

body.woocommerce-checkout .gm-homepage .select2-container .select2-selection--single .select2-selection__arrow {
  height: 46px;
}

body.woocommerce-checkout .gm-homepage #order_review_heading,
body.woocommerce-checkout .gm-homepage #order_review {
  grid-column: 2;
}

body.woocommerce-checkout .gm-homepage #order_review_heading {
  align-self: end;
}

body.woocommerce-checkout .gm-homepage #order_review {
  position: sticky;
  top: 18px;
}

body.woocommerce-checkout .gm-homepage .woocommerce-checkout-review-order-table {
  box-shadow: none;
}

body.woocommerce-checkout .gm-homepage .woocommerce-checkout-review-order-table th,
body.woocommerce-checkout .gm-homepage .woocommerce-checkout-review-order-table td {
  background: #fff;
  color: #253b55;
}

body.woocommerce-checkout .gm-homepage ul#shipping_method {
  margin: 0;
  padding: 0;
}

body.woocommerce-checkout .gm-homepage ul#shipping_method li {
  display: flex;
  gap: 8px;
  align-items: center;
  margin: 0 0 8px;
}

body.woocommerce-checkout .gm-homepage .woocommerce-checkout-payment {
  border-radius: 14px;
  background: var(--gm-wc-soft);
}

@media (max-width: 900px) {
  body.woocommerce-checkout .gm-homepage form.checkout {
    display: block;
  }

  body.woocommerce-checkout .gm-homepage #order_review {
    position: static;
  }

  body.woocommerce-cart .gm-homepage .woocommerce .coupon {
    display: grid;
  }

  body.woocommerce-cart .gm-homepage .woocommerce .coupon .input-text,
  body.woocommerce-cart .gm-homepage .woocommerce .coupon .button {
    width: 100% !important;
  }
}

.gm-product-detail-page .gm-product-detail-main {
  padding: 24px 0 40px;
}

.gm-product-detail-page .gm-product-detail-shell {
  background: linear-gradient(180deg, #fdfefe 0%, #f4f6f9 100%);
  border: 1px solid #d5dde7;
  box-shadow: 0 18px 44px rgba(19, 40, 67, 0.08);
  padding: 18px;
}

.gm-product-detail-page .woocommerce-breadcrumb {
  margin-bottom: 18px;
  padding: 10px 14px;
  background: #fff;
  border: 1px solid #dfe5ed;
  color: #5f6f82;
}

.gm-product-detail-page .woocommerce div.product {
  padding: 0;
  border: 0;
  background: transparent;
}

.gm-product-detail-page .woocommerce div.product::before,
.gm-product-detail-page .woocommerce div.product::after {
  content: "";
  display: table;
}

.gm-product-detail-page .woocommerce div.product::after {
  clear: both;
}

.gm-product-detail-page .woocommerce div.product div.images,
.gm-product-detail-page .woocommerce-page div.product div.images {
  float: left;
  width: 44%;
  margin: 0;
  padding: 18px;
  background: #fff;
  border: 1px solid #dbe2ea;
  box-shadow: 0 12px 30px rgba(23, 43, 77, 0.06);
}

.gm-product-detail-page .woocommerce div.product div.images .woocommerce-product-gallery__image,
.gm-product-detail-page .woocommerce div.product div.images .woocommerce-product-gallery__wrapper {
  background: #fff;
}

.gm-product-detail-page .woocommerce div.product div.images img {
  width: 100%;
  height: auto;
  object-fit: contain;
  background: #fff;
}

.gm-product-detail-page .woocommerce div.product div.summary,
.gm-product-detail-page .woocommerce-page div.product div.summary {
  float: right;
  width: 52%;
  margin: 0;
  padding: 22px 24px;
  background: #fff;
  border: 1px solid #dbe2ea;
  box-shadow: 0 12px 30px rgba(23, 43, 77, 0.06);
}

.gm-product-detail-page .woocommerce div.product .product_title {
  margin: 0 0 14px;
  font-size: clamp(30px, 3vw, 44px);
  line-height: 1.08;
}

.gm-product-detail-page .woocommerce div.product .woocommerce-product-rating {
  margin-bottom: 14px;
}

.gm-product-detail-page .woocommerce div.product p.price,
.gm-product-detail-page .woocommerce div.product span.price {
  margin: 0 0 18px;
  font-size: clamp(26px, 2.4vw, 36px);
  font-weight: 800;
  color: #0f4b82;
}

.gm-product-detail-page .woocommerce div.product .price del {
  color: #7f8b98;
  opacity: 0.9;
  font-size: 0.72em;
}

.gm-product-detail-page .woocommerce div.product .price ins {
  text-decoration: none;
}

.gm-product-detail-page .woocommerce-product-details__short-description {
  margin-bottom: 18px;
  color: #32465e;
  font-size: 15px;
  line-height: 1.7;
}

.gm-product-detail-page .woocommerce div.product form.cart {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  gap: 12px;
  margin: 18px 0 14px;
  padding: 16px;
  background: #f6f9fc;
  border: 1px solid #dde5ef;
}

.gm-product-detail-page .woocommerce div.product form.cart table.variations {
  margin: 0;
}

.gm-product-detail-page .woocommerce div.product form.cart .quantity {
  margin: 0;
}

.gm-product-detail-page .woocommerce div.product form.cart .single_add_to_cart_button {
  min-width: 190px;
  min-height: 46px;
  box-shadow: 0 10px 22px rgba(223, 151, 16, 0.28);
}

.gm-product-detail-page .woocommerce div.product .product_meta {
  margin-top: 14px;
  padding-top: 14px;
  border-top: 1px solid #e0e6ee;
  color: #536579;
  font-size: 14px;
}

.gm-product-detail-page .woocommerce div.product .product_meta > span {
  display: block;
  margin-bottom: 8px;
}

.gm-product-detail-page .gm-single-extra-actions {
  max-width: none;
  grid-template-columns: repeat(2, minmax(160px, 1fr));
  gap: 10px;
  margin-top: 16px;
}

.gm-product-detail-page .gm-single-secondary-btn,
.gm-product-detail-page .gm-write-review-btn {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.gm-product-detail-page .gm-write-review-wrap {
  margin: 18px 0 0;
}

.gm-product-detail-page .woocommerce div.product .woocommerce-tabs,
.gm-product-detail-page .related.products,
.gm-product-detail-page .upsells.products {
  clear: both;
  margin-top: 24px;
  padding: 22px;
  background: #fff;
  border: 1px solid #dbe2ea;
  box-shadow: 0 10px 26px rgba(23, 43, 77, 0.05);
}

.gm-product-detail-page .woocommerce div.product .woocommerce-tabs ul.tabs {
  margin: 0 0 18px;
  padding: 0;
  border-bottom: 1px solid #dfe6ee;
}

.gm-product-detail-page .woocommerce div.product .woocommerce-tabs ul.tabs::before {
  display: none;
}

.gm-product-detail-page .woocommerce div.product .woocommerce-tabs ul.tabs li {
  border: 0;
  background: transparent;
  margin: 0 8px 0 0;
  padding: 0;
}

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

.gm-product-detail-page .woocommerce div.product .woocommerce-tabs ul.tabs li a {
  display: block;
  padding: 12px 16px;
  border-radius: 8px 8px 0 0;
  color: #4a5d75;
  font-weight: 700;
}

.gm-product-detail-page .woocommerce div.product .woocommerce-tabs ul.tabs li.active a {
  background: #edf4fd;
  color: #123e74;
}

.gm-product-detail-page .woocommerce #reviews #comments ol.commentlist li .comment-text {
  border: 1px solid #dbe2ea;
  background: #fbfcfe;
}

.gm-product-detail-page .woocommerce div.product .related.products > h2,
.gm-product-detail-page .woocommerce div.product .upsells.products > h2 {
  margin: 0 0 16px;
}

.gm-product-detail-page .woocommerce .related.products ul.products,
.gm-product-detail-page .woocommerce .upsells.products ul.products {
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
}

.gm-homepage .woocommerce .quantity .qty {
  min-height: 42px;
  width: 70px;
  border: 1px solid #bfc7d1;
  border-radius: 4px;
}

.gm-homepage .woocommerce nav.woocommerce-pagination ul {
  border: 0;
  margin-top: 12px;
}

.gm-homepage .woocommerce nav.woocommerce-pagination ul li {
  border: 0;
  margin-right: 6px;
}

.gm-homepage .woocommerce nav.woocommerce-pagination ul li a,
.gm-homepage .woocommerce nav.woocommerce-pagination ul li span {
  border: 1px solid #c5d2e4;
  background: #fff;
  color: #1f4f87;
  border-radius: 4px;
  min-width: 36px;
  height: 36px;
  line-height: 34px;
}

.gm-homepage .woocommerce nav.woocommerce-pagination ul li span.current {
  background: #1f4f87;
  border-color: #1f4f87;
  color: #fff;
}

.gm-homepage .woocommerce-account .woocommerce-MyAccount-navigation,
.gm-homepage .woocommerce-account .woocommerce-MyAccount-content,
.gm-homepage .woocommerce-cart .cart-collaterals,
.gm-homepage .woocommerce-checkout #customer_details,
.gm-homepage .woocommerce-checkout #order_review {
  background: #fff;
  border: 1px solid var(--gm-border);
  padding: 14px;
}

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

.gm-homepage .woocommerce-account .woocommerce-MyAccount-navigation ul li a {
  display: block;
  padding: 10px 12px;
  border-bottom: 1px solid #e5e5e5;
  color: #1f4f87;
  text-decoration: none;
}

.gm-homepage .woocommerce-account .woocommerce-MyAccount-navigation ul li.is-active a {
  background: #edf4fd;
  font-weight: 700;
}

.gm-homepage .woocommerce-checkout .col2-set,
.gm-homepage .woocommerce-account .u-columns {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}

.gm-homepage .woocommerce-checkout-review-order-table th,
.gm-homepage .woocommerce-checkout-review-order-table td {
  border-bottom: 1px solid #ececec;
}

.gm-homepage .woocommerce form.checkout_coupon,
.gm-homepage .woocommerce form.login,
.gm-homepage .woocommerce form.register {
  border: 1px solid var(--gm-border);
  border-radius: 0;
  background: #fff;
}

.gm-homepage .gm-main-nav .menu-item.current-menu-item > a,
.gm-homepage .gm-main-nav .menu-item.current_page_item > a,
.gm-homepage .gm-main-nav .current-menu-ancestor > a {
  background: rgba(255, 255, 255, 0.18);
  font-weight: 700;
}

.gm-homepage .gm-main-nav a:focus,
.gm-homepage .gm-search input:focus,
.gm-homepage .gm-search button:focus,
.gm-homepage .woocommerce a.button:focus,
.gm-homepage .woocommerce button.button:focus,
.gm-homepage .woocommerce input.button:focus {
  outline: 2px solid #1f4f87;
  outline-offset: 2px;
}

@media (max-width: 1024px) {
  .gm-product-detail-page .gm-product-detail-shell {
    padding: 14px;
  }

  .gm-product-detail-page .woocommerce div.product div.images,
  .gm-product-detail-page .woocommerce-page div.product div.images,
  .gm-product-detail-page .woocommerce div.product div.summary,
  .gm-product-detail-page .woocommerce-page div.product div.summary {
    float: none;
    width: 100%;
  }

  .gm-product-detail-page .woocommerce div.product div.images {
    margin-bottom: 16px;
  }

  .gm-product-detail-page .gm-single-extra-actions {
    grid-template-columns: 1fr;
  }

  .gm-homepage .gm-global-main,
  .gm-homepage .site-main {
    width: calc(100% - 20px);
    padding: 20px 0 28px;
  }
}

@media (max-width: 768px) {
  .gm-homepage .woocommerce-checkout .col2-set,
  .gm-homepage .woocommerce-account .u-columns {
    grid-template-columns: 1fr;
  }

  .gm-homepage .woocommerce div.product .product_title {
    font-size: clamp(26px, 8vw, 42px);
  }

  .gm-homepage .woocommerce ul.products,
  .gm-homepage .woocommerce-page ul.products {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 560px) {
  .gm-product-detail-page .gm-product-detail-main {
    padding: 16px 0 28px;
  }

  .gm-product-detail-page .gm-product-detail-shell {
    padding: 10px;
  }

  .gm-product-detail-page .woocommerce-breadcrumb,
  .gm-product-detail-page .woocommerce div.product div.images,
  .gm-product-detail-page .woocommerce div.product div.summary,
  .gm-product-detail-page .woocommerce div.product .woocommerce-tabs,
  .gm-product-detail-page .related.products,
  .gm-product-detail-page .upsells.products {
    padding: 14px;
  }

  .gm-product-detail-page .woocommerce div.product .product_title {
    font-size: 30px;
  }

  .gm-product-detail-page .woocommerce div.product form.cart {
    padding: 12px;
  }

  .gm-product-detail-page .woocommerce div.product form.cart .single_add_to_cart_button,
  .gm-product-detail-page .woocommerce div.product form.cart .quantity .qty {
    width: 100%;
  }

  .gm-homepage .woocommerce ul.products,
  .gm-homepage .woocommerce-page ul.products {
    grid-template-columns: 1fr;
  }

  .gm-homepage .woocommerce table.shop_table th,
  .gm-homepage .woocommerce table.shop_table td {
    padding: 10px 8px;
    font-size: 14px;
  }
}

/* Professional My Account styling (presentation only, no logic changes). */
.gm-homepage.woocommerce-account .woocommerce,
.gm-homepage .woocommerce-account .woocommerce {
  display: grid !important;
  grid-template-columns: 280px minmax(0, 1fr) !important;
  gap: 24px !important;
  align-items: start;
  width: 100% !important;
  max-width: 100% !important;
}

.gm-homepage .woocommerce-account .woocommerce-MyAccount-navigation,
.gm-homepage .woocommerce-account .woocommerce-MyAccount-content {
  float: none !important;
  width: 100% !important;
  max-width: 100% !important;
}

.gm-homepage.woocommerce-account .gm-global-main,
.gm-homepage .woocommerce-account .gm-global-main,
.gm-homepage.woocommerce-account .site-main,
.gm-homepage .woocommerce-account .site-main,
.gm-homepage .woocommerce-account .woocommerce {
  width: 100% !important;
  max-width: 100% !important;
}

.gm-homepage .woocommerce-account .woocommerce-MyAccount-navigation {
  position: sticky;
  top: 14px;
}

.gm-homepage .woocommerce-account .woocommerce-MyAccount-navigation {
  background: linear-gradient(180deg, #2e64a2 0%, #1e4e86 100%);
  border: 1px solid #1a3f69;
  border-radius: 10px;
  overflow: hidden;
  padding: 0;
  box-shadow: 0 10px 26px rgba(18, 48, 84, 0.22);
}

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

.gm-homepage .woocommerce-account .woocommerce-MyAccount-navigation ul li {
  margin: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.gm-homepage .woocommerce-account .woocommerce-MyAccount-navigation ul li:last-child {
  border-bottom: 0;
}

.gm-homepage .woocommerce-account .woocommerce-MyAccount-navigation ul li a {
  display: block;
  padding: 13px 16px;
  color: #eef5ff;
  text-decoration: none;
  font-size: 15px;
  font-weight: 600;
  transition: background-color 0.15s ease, color 0.15s ease, padding-left 0.15s ease;
}

.gm-homepage .woocommerce-account .woocommerce-MyAccount-navigation ul li a:hover {
  background: rgba(255, 255, 255, 0.12);
  color: #ffffff;
  padding-left: 20px;
}

.gm-homepage .woocommerce-account .woocommerce-MyAccount-navigation ul li.is-active a {
  background: linear-gradient(#f6c64f, #df9710);
  color: #112844;
  font-weight: 800;
  box-shadow: inset 4px 0 0 #0f3561;
}

.gm-homepage .woocommerce-account .woocommerce-MyAccount-content {
  background: #fff;
  border: 1px solid #d4dce8;
  border-radius: 10px;
  padding: 24px;
  box-shadow: 0 10px 26px rgba(20, 49, 85, 0.08);
  min-height: 360px;
  width: 100%;
  max-width: 100%;
}

.gm-homepage .woocommerce-account .woocommerce-MyAccount-content .woocommerce-message,
.gm-homepage .woocommerce-account .woocommerce-MyAccount-content .woocommerce-info {
  border-radius: 8px;
}

.gm-homepage .woocommerce-account .woocommerce-MyAccount-content .woocommerce-Addresses {
  gap: 16px;
}

.gm-homepage .woocommerce-account .woocommerce-MyAccount-content .woocommerce-Address {
  background: #f9fbff;
  border: 1px solid #dbe6f5;
  border-radius: 8px;
  padding: 14px;
}

.gm-homepage .woocommerce-account .woocommerce-MyAccount-content > :first-child {
  margin-top: 0;
}

.gm-homepage .woocommerce-account .woocommerce-MyAccount-content .woocommerce-notices-wrapper {
  margin-bottom: 14px;
}

.gm-homepage .woocommerce-account .woocommerce-MyAccount-content h2,
.gm-homepage .woocommerce-account .woocommerce-MyAccount-content h3 {
  margin-top: 0;
  color: #143155;
}

.gm-homepage .woocommerce-account .woocommerce-MyAccount-content p {
  color: #2e3f55;
  line-height: 1.55;
}

.gm-homepage .woocommerce-account .woocommerce-MyAccount-content .button,
.gm-homepage .woocommerce-account .woocommerce-MyAccount-content .woocommerce-Button {
  border-radius: 6px;
}

.gm-homepage .woocommerce-account .addresses .title .edit {
  background: #edf4fd;
  color: #1f4f87;
  text-decoration: none;
  font-size: 12px;
  font-weight: 700;
  padding: 5px 10px;
  border-radius: 4px;
}

.gm-homepage .woocommerce-account .addresses .title h3 {
  margin-bottom: 10px;
}

.gm-homepage .woocommerce-account .woocommerce-EditAccountForm fieldset {
  border: 1px solid #e3e8f0;
  border-radius: 8px;
  padding: 14px;
}

.gm-homepage .woocommerce-account .woocommerce-EditAccountForm legend {
  font-weight: 700;
  color: #143155;
  padding: 0 6px;
}

.gm-homepage .woocommerce-account table.shop_table thead th {
  background: linear-gradient(#f6c64f, #df9710);
  color: #133252;
}

.gm-homepage .woocommerce-account table.shop_table tbody td,
.gm-homepage .woocommerce-account table.shop_table tbody th {
  background: #fff;
}

.gm-homepage .woocommerce-account .woocommerce-pagination .button,
.gm-homepage .woocommerce-account .woocommerce-pagination a {
  border-radius: 4px;
}

@media (max-width: 980px) {
  .gm-homepage.woocommerce-account .woocommerce,
  .gm-homepage .woocommerce-account .woocommerce {
    grid-template-columns: 1fr !important;
    gap: 14px !important;
  }

  .gm-homepage .woocommerce-account .woocommerce-MyAccount-navigation {
    position: static;
  }
}

/* Hard override for Woo account pages (prevents theme/Woo conflicts). */
body.woocommerce-account .woocommerce {
  display: grid !important;
  grid-template-columns: 280px minmax(0, 1fr) !important;
  gap: 24px !important;
  width: 100% !important;
  max-width: 100% !important;
  align-items: start !important;
}

body.woocommerce-account .woocommerce-MyAccount-navigation {
  float: none !important;
  width: 280px !important;
  max-width: 280px !important;
  min-width: 280px !important;
  margin: 0 !important;
  background: linear-gradient(180deg, #2e64a2 0%, #1e4e86 100%) !important;
  border: 1px solid #1a3f69 !important;
  border-radius: 10px !important;
  overflow: hidden !important;
  grid-column: 1 !important;
}

body.woocommerce-account .woocommerce-MyAccount-navigation ul {
  margin: 0 !important;
  padding: 0 !important;
  list-style: none !important;
  display: block !important;
  height: auto !important;
}

body.woocommerce-account .woocommerce-MyAccount-navigation ul li {
  margin: 0 !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12) !important;
  min-height: 0 !important;
  height: auto !important;
  display: block !important;
  flex: none !important;
}

body.woocommerce-account .woocommerce-MyAccount-navigation ul li a {
  display: flex !important;
  align-items: center !important;
  justify-content: flex-start !important;
  width: 100% !important;
  min-height: 54px !important;
  height: 54px !important;
  padding: 0 16px !important;
  color: #eef5ff !important;
  text-decoration: none !important;
  font-size: 15px !important;
  font-weight: 700 !important;
  line-height: 1.2 !important;
  box-sizing: border-box !important;
}

body.woocommerce-account .woocommerce-MyAccount-navigation ul li a:hover {
  background: rgba(255, 255, 255, 0.12) !important;
  color: #ffffff !important;
}

body.woocommerce-account .woocommerce-MyAccount-navigation ul li.is-active a {
  background: linear-gradient(#ffd86e, #e9ab22) !important;
  color: #0d2745 !important;
  font-weight: 800 !important;
  box-shadow: inset 4px 0 0 #0f3561 !important;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.18) !important;
}

body.woocommerce-account .woocommerce-MyAccount-content {
  float: none !important;
  width: auto !important;
  max-width: none !important;
  min-width: 0 !important;
  margin: 0 !important;
  background: #fff !important;
  border: 1px solid #d4dce8 !important;
  border-radius: 10px !important;
  padding: 24px !important;
  box-shadow: 0 10px 26px rgba(20, 49, 85, 0.08) !important;
  grid-column: 2 !important;
}

@media (max-width: 980px) {
  body.woocommerce-account .woocommerce {
    grid-template-columns: 1fr !important;
    gap: 14px !important;
  }

  body.woocommerce-account .woocommerce-MyAccount-navigation {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    grid-column: 1 !important;
  }

  body.woocommerce-account .woocommerce-MyAccount-content {
    grid-column: 1 !important;
  }
}

/* Final hard override: prevent stretched My Account nav rows across theme/plugin conflicts. */
body.woocommerce-account .woocommerce-MyAccount-navigation ul,
body.woocommerce-account .woocommerce nav.woocommerce-MyAccount-navigation ul {
  display: block !important;
  margin: 0 !important;
  padding: 0 !important;
  list-style: none !important;
}

body.woocommerce-account .woocommerce-MyAccount-navigation ul li,
body.woocommerce-account .woocommerce nav.woocommerce-MyAccount-navigation ul li {
  display: block !important;
  margin: 0 !important;
  padding: 0 !important;
  min-height: 0 !important;
  height: auto !important;
  line-height: normal !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12) !important;
  background: transparent !important;
}

body.woocommerce-account .woocommerce-MyAccount-navigation ul li a,
body.woocommerce-account .woocommerce nav.woocommerce-MyAccount-navigation ul li a {
  display: flex !important;
  align-items: center !important;
  justify-content: flex-start !important;
  width: 100% !important;
  height: 56px !important;
  min-height: 56px !important;
  max-height: 56px !important;
  margin: 0 !important;
  padding: 0 18px !important;
  line-height: 1 !important;
  font-size: 16px !important;
  font-weight: 700 !important;
  color: #eef5ff !important;
  text-decoration: none !important;
  box-sizing: border-box !important;
}

body.woocommerce-account .woocommerce-MyAccount-navigation ul li a:hover,
body.woocommerce-account .woocommerce nav.woocommerce-MyAccount-navigation ul li a:hover {
  background: rgba(255, 255, 255, 0.12) !important;
  color: #ffffff !important;
}

body.woocommerce-account .woocommerce-MyAccount-navigation ul li.is-active a,
body.woocommerce-account .woocommerce nav.woocommerce-MyAccount-navigation ul li.is-active a {
  background: linear-gradient(#ffd86e, #e9ab22) !important;
  color: #0d2745 !important;
  font-weight: 800 !important;
  box-shadow: inset 4px 0 0 #0f3561 !important;
}

/* Polished login/register screen (logged-out My Account). */
.gm-account-page-template .gm-account-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}

.gm-account-page-template .gm-account-form {
  background: linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
  border: 1px solid #d7dfea;
  border-radius: 12px;
  padding: 22px 20px 18px;
  box-shadow: 0 8px 18px rgba(17, 39, 68, 0.08);
}

.gm-account-page-template .gm-account-form h2 {
  margin: 0 0 16px;
  color: #1f5ea8;
  font-size: 34px;
  line-height: 1.1;
  letter-spacing: 0.2px;
}

.gm-account-page-template .gm-account-form label {
  margin: 0 0 6px;
  color: #163355;
  font-weight: 600;
  font-size: 18px;
}

.gm-account-page-template .gm-account-form input[type="text"],
.gm-account-page-template .gm-account-form input[type="password"],
.gm-account-page-template .gm-account-form input[type="email"],
.gm-account-page-template .gm-account-form input[type="tel"] {
  width: 100%;
  height: 52px;
  border: 1px solid #c4cedd;
  border-radius: 8px;
  background: #fff;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.08);
  padding: 12px 14px;
  font-size: 18px;
  color: #12263f;
  margin: 0 0 14px;
  transition: border-color 130ms ease, box-shadow 130ms ease;
}

.gm-account-page-template .gm-account-form input[type="text"]:focus,
.gm-account-page-template .gm-account-form input[type="password"]:focus,
.gm-account-page-template .gm-account-form input[type="email"]:focus,
.gm-account-page-template .gm-account-form input[type="tel"]:focus {
  border-color: #2a6bb5;
  box-shadow: 0 0 0 3px rgba(42, 107, 181, 0.18);
  outline: none;
}

.gm-account-page-template .gm-account-row {
  margin-top: 8px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.gm-account-page-template .gm-account-remember {
  font-size: 18px;
  color: #20334d;
}

.gm-account-page-template .gm-account-row button {
  min-width: 180px;
  height: 48px;
  border: 1px solid #d29a11;
  border-radius: 9px;
  background: linear-gradient(#ffd44e, #e8ae18);
  color: #072d5c;
  font-size: 24px;
  font-weight: 800;
  letter-spacing: 0.2px;
  box-shadow: 0 6px 14px rgba(17, 34, 58, 0.16);
}

.gm-account-page-template .gm-account-row button:hover {
  background: linear-gradient(#ffd95d, #efb923);
  transform: translateY(-1px);
}

.gm-account-page-template .gm-account-links a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 18px;
  border-radius: 8px;
  border: 1px solid #1e4f88;
  background: linear-gradient(#2f6fb5, #1d4f88);
  color: #fff;
  text-decoration: none;
  font-weight: 700;
  font-size: 20px;
}

.gm-account-page-template .gm-account-links a:hover {
  background: linear-gradient(#3879c0, #255c9a);
}

@media (max-width: 980px) {
  .gm-account-page-template .gm-account-grid {
    grid-template-columns: 1fr;
  }

  .gm-account-page-template .gm-account-form h2 {
    font-size: 28px;
  }

  .gm-account-page-template .gm-account-row {
    flex-direction: column;
    align-items: stretch;
  }

  .gm-account-page-template .gm-account-row button {
    width: 100%;
    min-width: 0;
  }
}

/* Wider, professional My Account panel (page-specific only). */
body.woocommerce-account .gm-wrap {
  width: min(1520px, calc(100% - 40px)) !important;
}

body.woocommerce-account .gm-account-main {
  padding-top: 18px !important;
  padding-bottom: 34px !important;
}

body.woocommerce-account .gm-account-box {
  width: 100% !important;
  max-width: none !important;
  margin: 0 auto !important;
  padding: 24px 24px 20px !important;
  border-radius: 12px !important;
  box-shadow: 0 10px 24px rgba(17, 40, 71, 0.08) !important;
}

body.woocommerce-account .woocommerce {
  grid-template-columns: 340px minmax(0, 1fr) !important;
  gap: 28px !important;
}

body.woocommerce-account .woocommerce-MyAccount-navigation {
  width: 340px !important;
  max-width: 340px !important;
  min-width: 340px !important;
}

body.woocommerce-account .woocommerce-MyAccount-content {
  padding: 30px !important;
  border-radius: 12px !important;
}

body.woocommerce-account .woocommerce-MyAccount-content h2,
body.woocommerce-account .woocommerce-MyAccount-content h3 {
  letter-spacing: 0.2px !important;
  margin-top: 0 !important;
}

@media (max-width: 1240px) {
  body.woocommerce-account .gm-wrap {
    width: calc(100% - 24px) !important;
  }

  body.woocommerce-account .woocommerce {
    grid-template-columns: 300px minmax(0, 1fr) !important;
    gap: 20px !important;
  }

  body.woocommerce-account .woocommerce-MyAccount-navigation {
    width: 300px !important;
    max-width: 300px !important;
    min-width: 300px !important;
  }
}

/* ===== Layout Fixes (About + Header/Nav) ===== */
.gm-about-layout--no-sidebar {
  grid-template-columns: 1fr;
}

.gm-about-layout--no-sidebar .gm-about-content {
  grid-column: 1 / -1;
  min-width: 0;
}

.gm-about-layout--no-sidebar .gm-about-top {
  grid-template-columns: minmax(0, 1fr) minmax(260px, 360px);
}

.gm-main-nav ul {
  display: flex;
  flex-wrap: wrap;
}

.gm-main-nav li {
  flex: 1 1 170px;
  min-width: 170px;
}

.gm-main-nav a {
  white-space: normal;
  overflow: visible;
  text-overflow: clip;
}

.gm-nav-toggle {
  display: none;
}

.gm-topline .gm-wrap {
  gap: 10px;
  padding-left: 8px;
  padding-right: 8px;
  flex-wrap: wrap;
}

.gm-auth-area {
  margin-left: auto;
  max-width: 100%;
}

.gm-login-btn {
  white-space: nowrap;
}

/* Keep desktop nav in a single row. */
@media (min-width: 1025px) {
  .gm-main-nav ul {
    display: flex !important;
    flex-wrap: nowrap !important;
  }

  .gm-main-nav li {
    flex: 1 1 0 !important;
    min-width: 0 !important;
  }

  .gm-main-nav a {
    white-space: nowrap !important;
    font-size: 14px;
    padding-left: 8px;
    padding-right: 8px;
  }
}

@media (max-width: 1024px) {
  .gm-about-layout--no-sidebar .gm-about-top {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 768px) {
  .gm-main-nav .gm-wrap {
    padding: 0;
  }

  .gm-nav-toggle {
    display: block;
    width: 48px;
    height: 42px;
    margin: 8px;
    border: 1px solid #d79a1d;
    border-radius: 6px;
    background: linear-gradient(#f7cf59, #e3a521);
    color: #152742;
    font-weight: 700;
    font-size: 26px;
    line-height: 1;
    padding: 0;
    text-align: center;
    cursor: pointer;
  }

  .gm-main-nav ul {
    display: none !important;
  }

  .gm-main-nav.is-open ul {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

/* Registration form fields. */
body.woocommerce-account .woocommerce-form-register {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  column-gap: 32px;
  row-gap: 14px;
}

body.woocommerce-account .woocommerce-form-register .form-row,
body.woocommerce-account .woocommerce-form-register .woocommerce-form-row {
  float: none !important;
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
}

body.woocommerce-account .woocommerce-form-register .form-row-wide,
body.woocommerce-account .woocommerce-form-register .woocommerce-privacy-policy-text,
body.woocommerce-account .woocommerce-form-register > p:last-child {
  grid-column: 1 / -1;
}

body.woocommerce-account .woocommerce-form-register p:has(#reg_email),
body.woocommerce-account .woocommerce-form-register p:has(#reg_password) {
  grid-column: auto;
}

body.woocommerce-account .woocommerce-form-register label {
  display: block;
  margin: 0 0 5px;
  color: #111827;
  font-size: 16px;
  font-weight: 800;
  line-height: 1.2;
}

body.woocommerce-account .woocommerce-form-register .required {
  color: #ff0000;
  font-weight: 800;
  text-decoration: none;
}

body.woocommerce-account .woocommerce-form-register input.input-text {
  width: 100% !important;
  height: 44px;
  border: 1px solid #cfcfcf;
  border-radius: 5px;
  background: #fff;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.05);
  color: #1f2937;
  font-size: 18px;
  line-height: 1.2;
  padding: 8px 10px;
}

body.woocommerce-account .woocommerce-form-register input.input-text::placeholder {
  color: #8f97a2;
  opacity: 1;
}

body.woocommerce-account .woocommerce-form-register .gm-register-radio-row {
  display: flex;
  align-items: center;
  gap: 20px;
  min-height: 44px;
}

body.woocommerce-account .woocommerce-form-register .gm-register-radio-row label {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 0;
  color: #111827;
  font-size: 18px;
  font-weight: 400;
}

body.woocommerce-account .woocommerce-form-register .gm-register-radio-row input[type="radio"] {
  width: 21px;
  height: 21px;
  margin: 0;
}

body.woocommerce-account .woocommerce-form-register .woocommerce-Button {
  width: auto;
  min-width: 140px;
}

@media (max-width: 760px) {
  body.woocommerce-account .woocommerce-form-register {
    grid-template-columns: 1fr;
    column-gap: 0;
  }
}

/* Professional logged-out My Account login/register layout. */
body.woocommerce-account:not(.logged-in) .gm-global-main {
  background:
    radial-gradient(circle at 12% 10%, rgba(47, 111, 181, 0.11), transparent 34%),
    radial-gradient(circle at 88% 15%, rgba(235, 174, 24, 0.14), transparent 30%),
    linear-gradient(180deg, #f7f9fc 0%, #eef3f8 100%);
  padding: 58px 0 70px;
}

body.woocommerce-account:not(.logged-in) .wp-site-blocks {
  width: min(1240px, calc(100% - 48px));
  margin: 0 auto;
}

body.woocommerce-account:not(.logged-in) .wp-block-post-title {
  margin: 0 0 30px !important;
  color: #102a46;
  font-size: clamp(34px, 4vw, 52px);
  font-weight: 800;
  letter-spacing: -0.04em;
  text-align: center;
}

body.woocommerce-account:not(.logged-in) .wp-block-post-title::after {
  content: "";
  display: block;
  width: 96px;
  height: 4px;
  margin: 16px auto 0;
  border-radius: 999px;
  background: linear-gradient(90deg, #2564a6, #f3b521);
}

body.woocommerce-account:not(.logged-in) .entry-content,
body.woocommerce-account:not(.logged-in) .entry-content > .woocommerce,
body.woocommerce-account:not(.logged-in) .woocommerce {
  display: block !important;
  width: 100% !important;
  max-width: none !important;
}

body.woocommerce-account:not(.logged-in) .woocommerce .u-columns {
  display: grid !important;
  grid-template-columns: minmax(320px, 0.78fr) minmax(0, 1.45fr) !important;
  gap: 28px !important;
  align-items: start;
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
}

body.woocommerce-account:not(.logged-in) .woocommerce .u-column1,
body.woocommerce-account:not(.logged-in) .woocommerce .u-column2 {
  float: none !important;
  width: 100% !important;
  max-width: none !important;
  min-width: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
}

body.woocommerce-account:not(.logged-in) .woocommerce .u-column1,
body.woocommerce-account:not(.logged-in) .woocommerce .u-column2 {
  position: relative;
  overflow: hidden;
  border: 1px solid #d8e1ed;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 18px 42px rgba(18, 43, 72, 0.12);
}

body.woocommerce-account:not(.logged-in) .woocommerce .u-column1::before,
body.woocommerce-account:not(.logged-in) .woocommerce .u-column2::before {
  content: "";
  display: block;
  height: 7px;
  background: linear-gradient(90deg, #275f9e, #4d8ccd 58%, #f4b927);
}

body.woocommerce-account:not(.logged-in) .woocommerce .u-column1 h2,
body.woocommerce-account:not(.logged-in) .woocommerce .u-column2 h2 {
  margin: 0;
  padding: 24px 28px 0;
  color: #102b49;
  font-size: clamp(25px, 2.2vw, 34px);
  font-weight: 850;
  letter-spacing: -0.03em;
}

body.woocommerce-account:not(.logged-in) .woocommerce form.login,
body.woocommerce-account:not(.logged-in) .woocommerce form.register {
  margin: 0 !important;
  padding: 24px 28px 28px !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

body.woocommerce-account:not(.logged-in) .woocommerce form.login {
  display: grid;
  gap: 17px;
}

body.woocommerce-account:not(.logged-in) .woocommerce form.login .form-row,
body.woocommerce-account:not(.logged-in) .woocommerce form.register .form-row,
body.woocommerce-account:not(.logged-in) .woocommerce form.register .woocommerce-form-row {
  float: none !important;
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
}

body.woocommerce-account:not(.logged-in) .woocommerce form.login label,
body.woocommerce-account:not(.logged-in) .woocommerce form.register label {
  display: block;
  margin: 0 0 7px;
  color: #183756;
  font-size: 15px;
  font-weight: 800;
  line-height: 1.25;
}

body.woocommerce-account:not(.logged-in) .woocommerce form.login input.input-text,
body.woocommerce-account:not(.logged-in) .woocommerce form.register input.input-text {
  width: 100% !important;
  min-height: 48px;
  border: 1px solid #c9d4e2;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.9), inset 0 1px 2px rgba(15, 31, 50, 0.06);
  color: #102b49;
  font-size: 16px;
  line-height: 1.2;
  padding: 11px 13px;
  transition: border-color 140ms ease, box-shadow 140ms ease, transform 140ms ease;
}

body.woocommerce-account:not(.logged-in) .woocommerce form.login input.input-text:focus,
body.woocommerce-account:not(.logged-in) .woocommerce form.register input.input-text:focus {
  border-color: #2f6fb5;
  box-shadow: 0 0 0 4px rgba(47, 111, 181, 0.16), inset 0 1px 2px rgba(15, 31, 50, 0.06);
  outline: none;
}

body.woocommerce-account:not(.logged-in) .woocommerce form.login input.input-text::placeholder,
body.woocommerce-account:not(.logged-in) .woocommerce form.register input.input-text::placeholder {
  color: #8b96a4;
}

body.woocommerce-account:not(.logged-in) .woocommerce form.login .form-row:has(.woocommerce-form-login__rememberme) {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
}

body.woocommerce-account:not(.logged-in) .woocommerce-form-login__rememberme {
  display: inline-flex !important;
  align-items: center;
  gap: 8px;
  margin: 0 !important;
  color: #334a63;
  font-weight: 650 !important;
}

body.woocommerce-account:not(.logged-in) .woocommerce-form-login__rememberme input {
  width: 17px;
  height: 17px;
  margin: 0;
}

body.woocommerce-account:not(.logged-in) .woocommerce button.button,
body.woocommerce-account:not(.logged-in) .woocommerce .woocommerce-button,
body.woocommerce-account:not(.logged-in) .woocommerce .woocommerce-Button {
  min-height: 48px;
  border: 0 !important;
  border-radius: 10px !important;
  background: linear-gradient(135deg, #1e5d9f 0%, #2f7cc7 100%) !important;
  color: #fff !important;
  font-size: 16px;
  font-weight: 850;
  letter-spacing: 0.01em;
  padding: 12px 22px !important;
  box-shadow: 0 10px 20px rgba(31, 93, 159, 0.28);
  text-transform: none;
  transition: transform 140ms ease, box-shadow 140ms ease, filter 140ms ease;
}

body.woocommerce-account:not(.logged-in) .woocommerce button.button:hover,
body.woocommerce-account:not(.logged-in) .woocommerce .woocommerce-button:hover,
body.woocommerce-account:not(.logged-in) .woocommerce .woocommerce-Button:hover {
  filter: brightness(1.04);
  transform: translateY(-1px);
  box-shadow: 0 14px 26px rgba(31, 93, 159, 0.32);
}

body.woocommerce-account:not(.logged-in) .woocommerce .lost_password {
  margin: -4px 0 0 !important;
}

body.woocommerce-account:not(.logged-in) .woocommerce .lost_password a {
  color: #1f5d9f;
  font-size: 14px;
  font-weight: 750;
  text-decoration: none;
}

body.woocommerce-account:not(.logged-in) .woocommerce .lost_password a:hover {
  color: #143d69;
  text-decoration: underline;
}

body.woocommerce-account:not(.logged-in) .woocommerce-form-register {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  column-gap: 18px;
  row-gap: 16px;
}

body.woocommerce-account:not(.logged-in) .woocommerce-form-register .woocommerce-privacy-policy-text,
body.woocommerce-account:not(.logged-in) .woocommerce-form-register > p:last-child {
  grid-column: 1 / -1;
}

body.woocommerce-account:not(.logged-in) .woocommerce-form-register p:has(#reg_email),
body.woocommerce-account:not(.logged-in) .woocommerce-form-register p:has(#reg_password) {
  grid-column: auto;
}

body.woocommerce-account:not(.logged-in) .woocommerce-form-register .required {
  color: #d50b0b;
  text-decoration: none;
}

body.woocommerce-account:not(.logged-in) .woocommerce-form-register .gm-register-radio-row {
  display: flex;
  align-items: center;
  gap: 22px;
  min-height: 48px;
}

body.woocommerce-account:not(.logged-in) .woocommerce-form-register .gm-register-radio-row label {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 0;
  color: #1f2937;
  font-size: 16px;
  font-weight: 650;
}

body.woocommerce-account:not(.logged-in) .woocommerce-form-register .gm-register-radio-row input[type="radio"] {
  width: 18px;
  height: 18px;
  margin: 0;
  accent-color: #2f6fb5;
}

body.woocommerce-account:not(.logged-in) .woocommerce-notices-wrapper,
body.woocommerce-account:not(.logged-in) .woocommerce-error,
body.woocommerce-account:not(.logged-in) .woocommerce-message,
body.woocommerce-account:not(.logged-in) .woocommerce-info {
  grid-column: 1 / -1;
  border-radius: 12px;
}

@media (max-width: 1100px) {
  body.woocommerce-account:not(.logged-in) .woocommerce .u-columns {
    grid-template-columns: 1fr !important;
  }
}

@media (max-width: 680px) {
  body.woocommerce-account:not(.logged-in) .wp-site-blocks {
    width: calc(100% - 24px);
  }

  body.woocommerce-account:not(.logged-in) .woocommerce-form-register {
    grid-template-columns: 1fr;
  }

  body.woocommerce-account:not(.logged-in) .woocommerce .u-column1 h2,
  body.woocommerce-account:not(.logged-in) .woocommerce .u-column2 h2,
  body.woocommerce-account:not(.logged-in) .woocommerce form.login,
  body.woocommerce-account:not(.logged-in) .woocommerce form.register {
    padding-left: 18px !important;
    padding-right: 18px !important;
  }
}

/* Final alignment pass: keep login and register in one clean desktop row. */
body.woocommerce-account:not(.logged-in) .gm-global-main {
  padding-top: 48px !important;
}

body.woocommerce-account:not(.logged-in) .wp-site-blocks,
body.woocommerce-account:not(.logged-in) .entry-content,
body.woocommerce-account:not(.logged-in) .wp-block-post-content,
body.woocommerce-account:not(.logged-in) .entry-content > .woocommerce,
body.woocommerce-account:not(.logged-in) .wp-block-post-content > .woocommerce {
  width: min(1180px, calc(100vw - 48px)) !important;
  max-width: min(1180px, calc(100vw - 48px)) !important;
  margin-left: auto !important;
  margin-right: auto !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  box-sizing: border-box !important;
}

body.woocommerce-account:not(.logged-in) .woocommerce .u-columns#customer_login,
body.woocommerce-account:not(.logged-in) .woocommerce .u-columns.col2-set {
  display: grid !important;
  grid-template-columns: minmax(360px, 430px) minmax(620px, 1fr) !important;
  gap: 30px !important;
  align-items: start !important;
  justify-content: center !important;
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 auto !important;
  clear: both !important;
}

body.woocommerce-account:not(.logged-in) .woocommerce .u-column1.col-1,
body.woocommerce-account:not(.logged-in) .woocommerce .u-column2.col-2 {
  float: none !important;
  display: block !important;
  width: 100% !important;
  max-width: none !important;
  min-width: 0 !important;
  grid-column: auto !important;
}

body.woocommerce-account:not(.logged-in) .woocommerce .u-column1.col-1 {
  grid-column: 1 !important;
}

body.woocommerce-account:not(.logged-in) .woocommerce .u-column2.col-2 {
  grid-column: 2 !important;
}

body.woocommerce-account:not(.logged-in) .woocommerce .u-column1 h2,
body.woocommerce-account:not(.logged-in) .woocommerce .u-column2 h2 {
  padding: 22px 24px 0 !important;
}

body.woocommerce-account:not(.logged-in) .woocommerce form.login,
body.woocommerce-account:not(.logged-in) .woocommerce form.register {
  padding: 20px 24px 26px !important;
}

body.woocommerce-account:not(.logged-in) .woocommerce form.login {
  min-height: 430px;
}

body.woocommerce-account:not(.logged-in) .woocommerce form.login .form-row:has(.woocommerce-form-login__rememberme) {
  margin-top: 4px !important;
}

body.woocommerce-account:not(.logged-in) .woocommerce form.login .woocommerce-form-login__submit {
  margin-left: auto !important;
}

body.woocommerce-account:not(.logged-in) .woocommerce-form-register {
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  column-gap: 18px !important;
  row-gap: 15px !important;
}

body.woocommerce-account:not(.logged-in) .woocommerce-form-register .form-row,
body.woocommerce-account:not(.logged-in) .woocommerce-form-register .woocommerce-form-row {
  min-width: 0 !important;
}

body.woocommerce-account:not(.logged-in) .woocommerce form.register input.input-text,
body.woocommerce-account:not(.logged-in) .woocommerce form.login input.input-text {
  height: 46px !important;
  min-height: 46px !important;
}

body.woocommerce-account:not(.logged-in) .woocommerce-form-register .woocommerce-privacy-policy-text {
  margin: 4px 0 0 !important;
  color: #334a63;
  font-size: 14px;
  line-height: 1.55;
}

body.woocommerce-account:not(.logged-in) .woocommerce-form-register > p:last-child {
  margin-top: 2px !important;
}

@media (max-width: 1120px) {
  body.woocommerce-account:not(.logged-in) .woocommerce .u-columns#customer_login,
  body.woocommerce-account:not(.logged-in) .woocommerce .u-columns.col2-set {
    grid-template-columns: 1fr !important;
    max-width: 720px !important;
  }

  body.woocommerce-account:not(.logged-in) .woocommerce .u-column1.col-1,
  body.woocommerce-account:not(.logged-in) .woocommerce .u-column2.col-2 {
    grid-column: 1 !important;
  }

  body.woocommerce-account:not(.logged-in) .woocommerce form.login {
    min-height: 0;
  }
}

@media (max-width: 680px) {
  body.woocommerce-account:not(.logged-in) .wp-site-blocks,
  body.woocommerce-account:not(.logged-in) .entry-content,
  body.woocommerce-account:not(.logged-in) .wp-block-post-content,
  body.woocommerce-account:not(.logged-in) .entry-content > .woocommerce,
  body.woocommerce-account:not(.logged-in) .wp-block-post-content > .woocommerce {
    width: calc(100vw - 24px) !important;
    max-width: calc(100vw - 24px) !important;
  }

  body.woocommerce-account:not(.logged-in) .woocommerce-form-register {
    grid-template-columns: 1fr !important;
  }
}

/* Keep login/register strictly inside the content area. */
body.woocommerce-account:not(.logged-in) .wp-block-post-content,
body.woocommerce-account:not(.logged-in) .entry-content {
  overflow: hidden;
}

body.woocommerce-account:not(.logged-in) .woocommerce,
body.woocommerce-account:not(.logged-in) .woocommerce .u-columns,
body.woocommerce-account:not(.logged-in) .woocommerce .u-column1,
body.woocommerce-account:not(.logged-in) .woocommerce .u-column2 {
  position: static !important;
  transform: none !important;
  left: auto !important;
  right: auto !important;
  top: auto !important;
  margin-top: 0 !important;
}

/* Remove the privacy-policy helper text under registration form. */
body.woocommerce-account:not(.logged-in) .woocommerce-form-register .woocommerce-privacy-policy-text {
  display: none !important;
}

/* My Account logged-out alignment fix (login + register visible together). */
body.woocommerce-account:not(.logged-in) .gm-global-main {
  overflow-x: hidden;
}

body.woocommerce-account:not(.logged-in) .wp-site-blocks,
body.woocommerce-account:not(.logged-in) .entry-content,
body.woocommerce-account:not(.logged-in) .wp-block-post-content,
body.woocommerce-account:not(.logged-in) .entry-content > .woocommerce,
body.woocommerce-account:not(.logged-in) .wp-block-post-content > .woocommerce {
  width: min(1200px, calc(100% - 32px)) !important;
  max-width: min(1200px, calc(100% - 32px)) !important;
  margin-left: auto !important;
  margin-right: auto !important;
  box-sizing: border-box !important;
}

body.woocommerce-account:not(.logged-in) .woocommerce .u-columns#customer_login,
body.woocommerce-account:not(.logged-in) .woocommerce .u-columns.col2-set {
  grid-template-columns: minmax(320px, 0.9fr) minmax(320px, 1.1fr) !important;
  gap: 24px !important;
  align-items: stretch !important;
}

body.woocommerce-account:not(.logged-in) .woocommerce .u-column1.col-1,
body.woocommerce-account:not(.logged-in) .woocommerce .u-column2.col-2 {
  min-width: 0 !important;
}

body.woocommerce-account:not(.logged-in) .woocommerce form.login,
body.woocommerce-account:not(.logged-in) .woocommerce form.register {
  min-height: 100% !important;
}

@media (max-width: 1120px) {
  body.woocommerce-account:not(.logged-in) .woocommerce .u-columns#customer_login,
  body.woocommerce-account:not(.logged-in) .woocommerce .u-columns.col2-set {
    grid-template-columns: 1fr !important;
    gap: 18px !important;
  }
}

/* Final polish: logged-out login/register cards + fix clipped register submit button. */
body.woocommerce-account:not(.logged-in) .woocommerce .u-column1,
body.woocommerce-account:not(.logged-in) .woocommerce .u-column2 {
  overflow: visible !important;
}

body.woocommerce-account:not(.logged-in) .woocommerce .u-column1 h2,
body.woocommerce-account:not(.logged-in) .woocommerce .u-column2 h2 {
  font-size: clamp(36px, 3vw, 48px) !important;
  line-height: 1.08 !important;
}

body.woocommerce-account:not(.logged-in) .woocommerce form.login,
body.woocommerce-account:not(.logged-in) .woocommerce form.register {
  padding: 22px 24px 30px !important;
}

body.woocommerce-account:not(.logged-in) .woocommerce form.login input.input-text,
body.woocommerce-account:not(.logged-in) .woocommerce form.register input.input-text {
  border-radius: 11px !important;
  min-height: 50px !important;
  font-size: 16px !important;
}

body.woocommerce-account:not(.logged-in) .woocommerce form.login label,
body.woocommerce-account:not(.logged-in) .woocommerce form.register label {
  font-size: 15px !important;
}

body.woocommerce-account:not(.logged-in) .woocommerce form.login .form-row:has(.woocommerce-form-login__submit) {
  margin-top: 8px !important;
}

body.woocommerce-account:not(.logged-in) .woocommerce-form-register > p:last-child,
body.woocommerce-account:not(.logged-in) .woocommerce-form-register .form-row:last-child,
body.woocommerce-account:not(.logged-in) .woocommerce-form-register .woocommerce-form-row:last-child {
  grid-column: 1 / -1 !important;
  margin-top: 8px !important;
  padding-bottom: 2px !important;
  overflow: visible !important;
}

body.woocommerce-account:not(.logged-in) .woocommerce-form-register .woocommerce-Button,
body.woocommerce-account:not(.logged-in) .woocommerce-form-register button[type="submit"],
body.woocommerce-account:not(.logged-in) .woocommerce-form-register input[type="submit"] {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-width: 170px !important;
  min-height: 50px !important;
  padding: 10px 22px !important;
  line-height: 1.1 !important;
  border-radius: 11px !important;
}

@media (max-width: 1120px) {
  body.woocommerce-account:not(.logged-in) .woocommerce .u-column1 h2,
  body.woocommerce-account:not(.logged-in) .woocommerce .u-column2 h2 {
    font-size: clamp(30px, 7vw, 40px) !important;
  }
}

/* Account forms containment correction. */
body.woocommerce-account:not(.logged-in) .woocommerce .u-columns#customer_login,
body.woocommerce-account:not(.logged-in) .woocommerce .u-columns.col2-set {
  align-items: start !important;
}

body.woocommerce-account:not(.logged-in) .woocommerce .u-column1,
body.woocommerce-account:not(.logged-in) .woocommerce .u-column2 {
  height: auto !important;
  min-height: 0 !important;
  overflow: hidden !important;
  border-radius: 8px !important;
}

body.woocommerce-account:not(.logged-in) .woocommerce .u-column1 h2,
body.woocommerce-account:not(.logged-in) .woocommerce .u-column2 h2 {
  padding: 28px 28px 0 !important;
  font-size: 38px !important;
  letter-spacing: 0 !important;
}

body.woocommerce-account:not(.logged-in) .woocommerce form.login,
body.woocommerce-account:not(.logged-in) .woocommerce form.register {
  min-height: 0 !important;
  height: auto !important;
  padding: 20px 28px 32px !important;
}

body.woocommerce-account:not(.logged-in) .woocommerce form.login {
  display: flex !important;
  flex-direction: column !important;
  gap: 16px !important;
}

body.woocommerce-account:not(.logged-in) .woocommerce form.login .form-row {
  margin: 0 !important;
}

body.woocommerce-account:not(.logged-in) .woocommerce form.login .form-row:has(.woocommerce-form-login__rememberme) {
  margin-top: 8px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
}

body.woocommerce-account:not(.logged-in) .woocommerce form.login .lost_password {
  margin-top: 4px !important;
}

body.woocommerce-account:not(.logged-in) .woocommerce form.login input.input-text,
body.woocommerce-account:not(.logged-in) .woocommerce form.register input.input-text {
  height: 50px !important;
  min-height: 50px !important;
  border-radius: 8px !important;
}

body.woocommerce-account:not(.logged-in) .woocommerce-form-register {
  row-gap: 18px !important;
  padding-bottom: 36px !important;
}

body.woocommerce-account:not(.logged-in) .woocommerce-form-register > p:last-child,
body.woocommerce-account:not(.logged-in) .woocommerce-form-register .form-row:last-child,
body.woocommerce-account:not(.logged-in) .woocommerce-form-register .woocommerce-form-row:last-child {
  grid-column: 1 / -1 !important;
  margin: 4px 0 0 !important;
  padding: 0 !important;
}

body.woocommerce-account:not(.logged-in) .woocommerce-form-register .woocommerce-Button,
body.woocommerce-account:not(.logged-in) .woocommerce-form-register button[type="submit"],
body.woocommerce-account:not(.logged-in) .woocommerce-form-register input[type="submit"] {
  position: static !important;
  margin: 0 !important;
  transform: none !important;
}

/* Product detail page: keep WooCommerce native single-product layout. */
.gm-product-detail-page .gm-wc-native-product {
  background: transparent;
  border: 0;
  box-shadow: none;
  padding: 0;
}

.gm-product-detail-page .gm-wc-native-product .woocommerce {
  background: transparent;
}

.gm-product-detail-page .gm-wc-native-product .woocommerce div.product {
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

.gm-product-detail-page .gm-wc-native-product .woocommerce div.product div.images {
  float: left !important;
  width: 48% !important;
  margin: 0 4% 1em 0 !important;
  padding: 0 !important;
  border: 0 !important;
  box-shadow: none !important;
  background: transparent !important;
}

.gm-product-detail-page .gm-wc-native-product .woocommerce div.product div.summary {
  float: right !important;
  width: 48% !important;
  margin: 0 0 1em !important;
  padding: 0 !important;
  border: 0 !important;
  box-shadow: none !important;
  background: transparent !important;
}

.gm-product-detail-page .gm-wc-native-product .woocommerce div.product .product_title {
  font-size: 2em !important;
  line-height: 1.2 !important;
  margin: 0 0 0.5em !important;
  letter-spacing: normal !important;
}

.gm-product-detail-page .gm-wc-native-product .woocommerce div.product p.price,
.gm-product-detail-page .gm-wc-native-product .woocommerce div.product span.price {
  font-size: 1.25em !important;
  font-weight: 700 !important;
  margin-bottom: 1em !important;
}

.gm-product-detail-page .gm-wc-native-product .woocommerce div.product form.cart {
  display: block !important;
  margin-bottom: 1em !important;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
}

.gm-product-detail-page .gm-wc-native-product .woocommerce div.product .woocommerce-tabs,
.gm-product-detail-page .gm-wc-native-product .woocommerce div.product .related.products,
.gm-product-detail-page .gm-wc-native-product .woocommerce div.product .upsells.products {
  clear: both !important;
  margin-top: 2em !important;
  padding: 0 !important;
  border: 0 !important;
  box-shadow: none !important;
  background: transparent !important;
}

.gm-product-detail-page .gm-wc-native-product .gm-single-extra-actions,
.gm-product-detail-page .gm-wc-native-product .gm-write-review-wrap {
  display: none !important;
}

@media (max-width: 768px) {
  .gm-product-detail-page .gm-wc-native-product .woocommerce div.product div.images,
  .gm-product-detail-page .gm-wc-native-product .woocommerce div.product div.summary {
    float: none !important;
    width: 100% !important;
    margin-right: 0 !important;
  }
}

/* Final WooCommerce commerce pages polish: cart, checkout, thank-you. */
body.gloveman-home-active.woocommerce-cart,
body.gloveman-home-active.woocommerce-checkout,
body.gloveman-home-active.woocommerce-order-received {
  background: #eef2f6 !important;
}

body.gloveman-home-active.woocommerce-cart .gm-global-main,
body.gloveman-home-active.woocommerce-checkout .gm-global-main,
body.gloveman-home-active.woocommerce-order-received .gm-global-main,
body.gloveman-home-active.woocommerce-cart main,
body.gloveman-home-active.woocommerce-checkout main,
body.gloveman-home-active.woocommerce-order-received main {
  width: min(1200px, calc(100% - 32px)) !important;
  max-width: 1200px !important;
  margin: 0 auto !important;
  padding: 34px 0 48px !important;
}

body.gloveman-home-active.woocommerce-cart .woocommerce,
body.gloveman-home-active.woocommerce-checkout .woocommerce,
body.gloveman-home-active.woocommerce-order-received .woocommerce {
  color: #172333 !important;
  font-family: "Segoe UI", Tahoma, Arial, sans-serif !important;
  font-size: 16px !important;
  line-height: 1.55 !important;
}

body.gloveman-home-active.woocommerce-cart .entry-title,
body.gloveman-home-active.woocommerce-checkout .entry-title,
body.gloveman-home-active.woocommerce-order-received .entry-title,
body.gloveman-home-active.woocommerce-cart .woocommerce > h1,
body.gloveman-home-active.woocommerce-checkout .woocommerce > h1,
body.gloveman-home-active.woocommerce-order-received .woocommerce > h1 {
  margin: 0 0 24px !important;
  color: #102744 !important;
  font-size: clamp(32px, 4vw, 48px) !important;
  font-weight: 800 !important;
  line-height: 1.08 !important;
  letter-spacing: -0.02em !important;
}

body.gloveman-home-active.woocommerce-cart .woocommerce-notices-wrapper,
body.gloveman-home-active.woocommerce-checkout .woocommerce-notices-wrapper,
body.gloveman-home-active.woocommerce-order-received .woocommerce-notices-wrapper {
  margin-bottom: 18px !important;
}

body.gloveman-home-active.woocommerce-cart .woocommerce-message,
body.gloveman-home-active.woocommerce-cart .woocommerce-info,
body.gloveman-home-active.woocommerce-cart .woocommerce-error,
body.gloveman-home-active.woocommerce-checkout .woocommerce-message,
body.gloveman-home-active.woocommerce-checkout .woocommerce-info,
body.gloveman-home-active.woocommerce-checkout .woocommerce-error,
body.gloveman-home-active.woocommerce-order-received .woocommerce-message,
body.gloveman-home-active.woocommerce-order-received .woocommerce-info,
body.gloveman-home-active.woocommerce-order-received .woocommerce-error {
  border: 1px solid #d6e1ec !important;
  border-left: 5px solid #2e64a2 !important;
  border-radius: 12px !important;
  background: #ffffff !important;
  box-shadow: 0 10px 24px rgba(16, 39, 68, 0.08) !important;
  color: #23354a !important;
  font-size: 16px !important;
  padding: 14px 18px !important;
}

body.gloveman-home-active.woocommerce-cart table.shop_table,
body.gloveman-home-active.woocommerce-checkout table.shop_table,
body.gloveman-home-active.woocommerce-order-received table.shop_table {
  width: 100% !important;
  border: 1px solid #d9e3ee !important;
  border-collapse: separate !important;
  border-spacing: 0 !important;
  border-radius: 16px !important;
  overflow: hidden !important;
  background: #ffffff !important;
  box-shadow: 0 14px 34px rgba(16, 39, 68, 0.08) !important;
}

body.gloveman-home-active.woocommerce-cart table.shop_table th,
body.gloveman-home-active.woocommerce-checkout table.shop_table th,
body.gloveman-home-active.woocommerce-order-received table.shop_table th {
  background: #102744 !important;
  color: #ffffff !important;
  font-size: 14px !important;
  font-weight: 800 !important;
  letter-spacing: 0.04em !important;
  text-transform: uppercase !important;
}

body.gloveman-home-active.woocommerce-cart table.shop_table td,
body.gloveman-home-active.woocommerce-cart table.shop_table th,
body.gloveman-home-active.woocommerce-checkout table.shop_table td,
body.gloveman-home-active.woocommerce-checkout table.shop_table th,
body.gloveman-home-active.woocommerce-order-received table.shop_table td,
body.gloveman-home-active.woocommerce-order-received table.shop_table th {
  border-color: #e7edf4 !important;
  padding: 16px 14px !important;
  vertical-align: middle !important;
  font-size: 15px !important;
}

body.gloveman-home-active.woocommerce-cart .woocommerce-cart-form,
body.gloveman-home-active.woocommerce-checkout #customer_details,
body.gloveman-home-active.woocommerce-checkout #order_review,
body.gloveman-home-active.woocommerce-order-received .woocommerce-order {
  background: linear-gradient(180deg, #ffffff 0%, #f8fafc 100%) !important;
  border: 1px solid #d7e1ed !important;
  border-radius: 18px !important;
  box-shadow: 0 18px 42px rgba(16, 39, 68, 0.1) !important;
  padding: clamp(18px, 2.4vw, 28px) !important;
}

body.gloveman-home-active.woocommerce-cart .woocommerce-cart-form .product-name a,
body.gloveman-home-active.woocommerce-checkout .woocommerce-checkout-review-order-table .product-name,
body.gloveman-home-active.woocommerce-order-received .woocommerce-table__product-name a {
  color: #102744 !important;
  font-size: 17px !important;
  font-weight: 800 !important;
  text-decoration: none !important;
}

body.gloveman-home-active.woocommerce-cart .woocommerce-cart-form .product-thumbnail img {
  width: 76px !important;
  height: 76px !important;
  object-fit: contain !important;
  border: 1px solid #e0e8f1 !important;
  border-radius: 12px !important;
  background: #ffffff !important;
  padding: 6px !important;
}

body.gloveman-home-active.woocommerce-cart .product-remove a.remove {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 30px !important;
  height: 30px !important;
  border-radius: 50% !important;
  background: #fff2f2 !important;
  color: #b42323 !important;
  font-size: 22px !important;
  line-height: 1 !important;
}

body.gloveman-home-active.woocommerce-cart .cart-collaterals {
  margin-top: 24px !important;
}

body.gloveman-home-active.woocommerce-cart .cart-collaterals .cart_totals {
  float: right !important;
  width: min(430px, 100%) !important;
  border: 1px solid #d7e1ed !important;
  border-radius: 18px !important;
  background: #ffffff !important;
  box-shadow: 0 18px 42px rgba(16, 39, 68, 0.1) !important;
  padding: 24px !important;
}

body.gloveman-home-active.woocommerce-cart .cart-collaterals .cart_totals h2,
body.gloveman-home-active.woocommerce-checkout #order_review_heading,
body.gloveman-home-active.woocommerce-checkout .woocommerce-billing-fields h3,
body.gloveman-home-active.woocommerce-checkout .woocommerce-shipping-fields h3,
body.gloveman-home-active.woocommerce-checkout .woocommerce-additional-fields h3,
body.gloveman-home-active.woocommerce-order-received .woocommerce-order-details__title,
body.gloveman-home-active.woocommerce-order-received .woocommerce-column__title {
  margin: 0 0 18px !important;
  color: #102744 !important;
  font-size: clamp(23px, 2vw, 30px) !important;
  font-weight: 800 !important;
  line-height: 1.15 !important;
}

body.gloveman-home-active.woocommerce-cart .coupon {
  display: flex !important;
  gap: 10px !important;
  align-items: center !important;
}

body.gloveman-home-active.woocommerce-cart .coupon .input-text {
  width: min(260px, 100%) !important;
  min-height: 46px !important;
  border: 1px solid #c8d4e2 !important;
  border-radius: 10px !important;
  padding: 10px 12px !important;
  font-size: 15px !important;
}

body.gloveman-home-active.woocommerce-cart .quantity .qty,
body.gloveman-home-active.woocommerce-checkout .quantity .qty {
  width: 82px !important;
  min-height: 44px !important;
  border: 1px solid #c8d4e2 !important;
  border-radius: 10px !important;
  text-align: center !important;
  font-size: 16px !important;
}

body.gloveman-home-active.woocommerce-cart .woocommerce a.button,
body.gloveman-home-active.woocommerce-cart .woocommerce button.button,
body.gloveman-home-active.woocommerce-cart .woocommerce input.button,
body.gloveman-home-active.woocommerce-checkout .woocommerce a.button,
body.gloveman-home-active.woocommerce-checkout .woocommerce button.button,
body.gloveman-home-active.woocommerce-checkout .woocommerce input.button,
body.gloveman-home-active.woocommerce-order-received .woocommerce a.button,
body.gloveman-home-active.woocommerce-order-received .woocommerce button.button,
body.gloveman-home-active.woocommerce-order-received .woocommerce input.button {
  min-height: 46px !important;
  border: 0 !important;
  border-radius: 11px !important;
  background: linear-gradient(135deg, #1e5d9f 0%, #2f7cc7 100%) !important;
  color: #ffffff !important;
  font-size: 16px !important;
  font-weight: 800 !important;
  padding: 11px 20px !important;
  box-shadow: 0 10px 20px rgba(31, 93, 159, 0.24) !important;
  text-decoration: none !important;
}

body.gloveman-home-active.woocommerce-cart .wc-proceed-to-checkout .checkout-button,
body.gloveman-home-active.woocommerce-checkout #place_order {
  width: 100% !important;
  min-height: 56px !important;
  border-radius: 14px !important;
  background: linear-gradient(135deg, #f7c344 0%, #e69718 100%) !important;
  color: #102744 !important;
  font-size: 19px !important;
  font-weight: 900 !important;
  box-shadow: 0 14px 28px rgba(230, 151, 24, 0.28) !important;
}

body.gloveman-home-active.woocommerce-checkout form.checkout {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) minmax(360px, 430px) !important;
  gap: 26px !important;
  align-items: start !important;
}

body.gloveman-home-active.woocommerce-checkout #customer_details {
  grid-column: 1 !important;
}

body.gloveman-home-active.woocommerce-checkout #order_review_heading,
body.gloveman-home-active.woocommerce-checkout #order_review {
  grid-column: 2 !important;
}

body.gloveman-home-active.woocommerce-checkout #order_review {
  position: sticky !important;
  top: 18px !important;
}

body.gloveman-home-active.woocommerce-checkout #customer_details .col-1,
body.gloveman-home-active.woocommerce-checkout #customer_details .col-2 {
  float: none !important;
  width: 100% !important;
  max-width: 100% !important;
}

body.gloveman-home-active.woocommerce-checkout #customer_details .col-2 {
  margin-top: 24px !important;
}

body.gloveman-home-active.woocommerce-checkout form .form-row {
  margin: 0 0 16px !important;
  padding: 0 !important;
}

body.gloveman-home-active.woocommerce-checkout form .form-row label {
  display: block !important;
  margin: 0 0 7px !important;
  color: #263d58 !important;
  font-size: 15px !important;
  font-weight: 800 !important;
}

body.gloveman-home-active.woocommerce-checkout form .form-row input.input-text,
body.gloveman-home-active.woocommerce-checkout form .form-row textarea,
body.gloveman-home-active.woocommerce-checkout form .form-row select,
body.gloveman-home-active.woocommerce-checkout .select2-container .select2-selection--single {
  width: 100% !important;
  min-height: 48px !important;
  border: 1px solid #c8d4e2 !important;
  border-radius: 11px !important;
  background: #fbfdff !important;
  color: #102744 !important;
  font-size: 16px !important;
  padding: 10px 12px !important;
  box-shadow: inset 0 1px 2px rgba(15, 31, 50, 0.06) !important;
}

body.gloveman-home-active.woocommerce-checkout form .form-row textarea {
  min-height: 120px !important;
}

body.gloveman-home-active.woocommerce-checkout .select2-container .select2-selection--single .select2-selection__rendered {
  line-height: 46px !important;
  padding-left: 12px !important;
}

body.gloveman-home-active.woocommerce-checkout .select2-container .select2-selection--single .select2-selection__arrow {
  height: 46px !important;
}

body.gloveman-home-active.woocommerce-checkout ul#shipping_method {
  margin: 0 !important;
  padding: 0 !important;
  list-style: none !important;
}

body.gloveman-home-active.woocommerce-checkout ul#shipping_method li {
  display: flex !important;
  align-items: center !important;
  gap: 9px !important;
  margin: 0 0 10px !important;
  color: #23354a !important;
  font-size: 15px !important;
}

body.gloveman-home-active.woocommerce-checkout .woocommerce-checkout-payment {
  border-radius: 16px !important;
  background: #f3f7fb !important;
}

body.gloveman-home-active.woocommerce-order-received .woocommerce-order {
  max-width: 980px !important;
  margin: 0 auto !important;
}

body.gloveman-home-active.woocommerce-order-received .woocommerce-thankyou-order-received {
  margin: 0 0 22px !important;
  padding: 18px 20px !important;
  border: 1px solid #bad8c2 !important;
  border-left: 5px solid #23924b !important;
  border-radius: 14px !important;
  background: #eef9f1 !important;
  color: #174f2c !important;
  font-size: clamp(20px, 2.1vw, 28px) !important;
  font-weight: 800 !important;
  line-height: 1.25 !important;
}

body.gloveman-home-active.woocommerce-order-received ul.woocommerce-order-overview {
  display: grid !important;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)) !important;
  gap: 12px !important;
  margin: 0 0 24px !important;
  padding: 0 !important;
  padding-left: 0 !important;
  margin-left: 0 !important;
}

body.gloveman-home-active.woocommerce-order-received ul.woocommerce-order-overview li {
  margin: 0 !important;
  padding: 14px 16px !important;
  border: 1px solid #d8e3ee !important;
  border-radius: 12px !important;
  background: #f7fafc !important;
  color: #5d6d80 !important;
  font-size: 12px !important;
  font-weight: 800 !important;
  letter-spacing: 0.04em !important;
  text-transform: uppercase !important;
}

body.gloveman-home-active.woocommerce-order-received ul.woocommerce-order-overview li:first-child {
  margin-left: 0 !important;
}

body.gloveman-home-active.woocommerce-order-received ul.woocommerce-order-overview li strong {
  display: block !important;
  margin-top: 6px !important;
  color: #102744 !important;
  font-size: 17px !important;
  font-weight: 900 !important;
  letter-spacing: 0 !important;
  text-transform: none !important;
}

/* Remove email tile from thank-you overview row. */
body.gloveman-home-active.woocommerce-order-received ul.woocommerce-order-overview li.woocommerce-order-overview__email,
body.gloveman-home-active.woocommerce-order-received ul.woocommerce-order-overview li.email {
  display: none !important;
}

body.gloveman-home-active.woocommerce-order-received .woocommerce-order-details,
body.gloveman-home-active.woocommerce-order-received .woocommerce-customer-details {
  margin-top: 28px !important;
}

body.gloveman-home-active.woocommerce-order-received address {
  border: 1px solid #d8e3ee !important;
  border-radius: 14px !important;
  background: #f7fafc !important;
  color: #23354a !important;
  font-size: 15px !important;
  line-height: 1.65 !important;
  padding: 18px !important;
}

/* Thank-you page: wider container, clean details layout, two address cards in one row. */
body.gloveman-home-active.woocommerce-order-received .gm-global-main,
body.gloveman-home-active.woocommerce-order-received main {
  width: 95% !important;
  max-width: 95% !important;
}

body.gloveman-home-active.woocommerce-order-received .woocommerce-order {
  max-width: 100% !important;
  padding: clamp(20px, 2.2vw, 32px) !important;
}

body.gloveman-home-active.woocommerce-order-received .woocommerce-order-details__title,
body.gloveman-home-active.woocommerce-order-received .woocommerce-column__title {
  margin-bottom: 12px !important;
}

body.gloveman-home-active.woocommerce-order-received .woocommerce-customer-details .woocommerce-columns {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 18px !important;
}

body.gloveman-home-active.woocommerce-order-received .woocommerce-customer-details .woocommerce-column {
  width: 100% !important;
  float: none !important;
  margin: 0 !important;
}

body.gloveman-home-active.woocommerce-order-received table.shop_table tfoot th,
body.gloveman-home-active.woocommerce-order-received table.shop_table tfoot td {
  font-size: 15px !important;
  font-weight: 700 !important;
}

body.gloveman-home-active.woocommerce-order-received table.shop_table tfoot tr.order-total th,
body.gloveman-home-active.woocommerce-order-received table.shop_table tfoot tr.order-total td {
  font-size: 17px !important;
  font-weight: 800 !important;
}

@media (max-width: 900px) {
  body.gloveman-home-active.woocommerce-cart .gm-global-main,
  body.gloveman-home-active.woocommerce-checkout .gm-global-main,
  body.gloveman-home-active.woocommerce-order-received .gm-global-main {
    width: calc(100% - 22px) !important;
    padding: 22px 0 34px !important;
  }

  body.gloveman-home-active.woocommerce-checkout form.checkout {
    display: block !important;
  }

  body.gloveman-home-active.woocommerce-checkout #order_review_heading,
  body.gloveman-home-active.woocommerce-checkout #order_review {
    grid-column: auto !important;
  }

  body.gloveman-home-active.woocommerce-checkout #order_review {
    position: static !important;
    margin-top: 18px !important;
  }

  body.gloveman-home-active.woocommerce-cart .cart-collaterals .cart_totals {
    float: none !important;
    width: 100% !important;
  }

  body.gloveman-home-active.woocommerce-cart .coupon {
    display: grid !important;
  }

  body.gloveman-home-active.woocommerce-cart .coupon .input-text,
  body.gloveman-home-active.woocommerce-cart .coupon .button {
    width: 100% !important;
  }

  body.gloveman-home-active.woocommerce-order-received .woocommerce-customer-details .woocommerce-columns {
    grid-template-columns: 1fr !important;
  }
}

/* Final simple/full-width cart layout (small typography). */
body.gloveman-home-active.woocommerce-cart .gm-global-main,
body.gloveman-home-active.woocommerce-cart main,
body.gloveman-home-active.woocommerce-cart .site-main,
body.gloveman-home-active.woocommerce-cart .woocommerce {
  width: 100% !important;
  max-width: 100% !important;
}

body.gloveman-home-active.woocommerce-cart .gm-global-main {
  padding: 14px 12px 24px !important;
}

body.gloveman-home-active.woocommerce-cart .woocommerce {
  font-size: 12px !important;
  line-height: 1.35 !important;
}

body.gloveman-home-active.woocommerce-cart .entry-title,
body.gloveman-home-active.woocommerce-cart .woocommerce > h1 {
  font-size: 24px !important;
  margin: 0 0 10px !important;
  line-height: 1.15 !important;
}

body.gloveman-home-active.woocommerce-cart .woocommerce-cart-form {
  padding: 8px !important;
  border-radius: 8px !important;
}

body.gloveman-home-active.woocommerce-cart table.shop_table {
  border-radius: 8px !important;
  font-size: 12px !important;
}

body.gloveman-home-active.woocommerce-cart table.shop_table th,
body.gloveman-home-active.woocommerce-cart table.shop_table td {
  font-size: 12px !important;
  padding: 8px !important;
}

body.gloveman-home-active.woocommerce-cart .woocommerce-cart-form .product-name a {
  font-size: 12px !important;
}

body.gloveman-home-active.woocommerce-cart .woocommerce-cart-form .product-thumbnail img {
  width: 44px !important;
  height: 44px !important;
  padding: 3px !important;
}

body.gloveman-home-active.woocommerce-cart .quantity .qty {
  width: 52px !important;
  min-height: 30px !important;
  font-size: 12px !important;
}

body.gloveman-home-active.woocommerce-cart .coupon .input-text {
  min-height: 30px !important;
  font-size: 12px !important;
}

body.gloveman-home-active.woocommerce-cart .woocommerce a.button,
body.gloveman-home-active.woocommerce-cart .woocommerce button.button,
body.gloveman-home-active.woocommerce-cart .woocommerce input.button {
  min-height: 30px !important;
  font-size: 12px !important;
  padding: 5px 10px !important;
  border-radius: 6px !important;
}

/* Full-width row: totals left, place-order panel right. */
body.gloveman-home-active.woocommerce-cart .cart-collaterals {
  width: 100% !important;
  margin-top: 10px !important;
}

body.gloveman-home-active.woocommerce-cart .cart-collaterals .cart_totals {
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 !important;
  padding: 10px !important;
  border-radius: 8px !important;
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) 260px !important;
  gap: 10px !important;
  align-items: stretch !important;
}

body.gloveman-home-active.woocommerce-cart .cart-collaterals .cart_totals h2 {
  grid-column: 1 !important;
  font-size: 16px !important;
  margin: 0 !important;
}

body.gloveman-home-active.woocommerce-cart .cart-collaterals .cart_totals table.shop_table {
  grid-column: 1 !important;
  margin: 0 !important;
}

body.gloveman-home-active.woocommerce-cart .cart-collaterals .cart_totals .wc-proceed-to-checkout {
  grid-column: 2 !important;
  grid-row: 1 / span 2 !important;
  margin: 0 !important;
  padding: 8px !important;
  border-radius: 8px !important;
  min-height: 100% !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}

body.gloveman-home-active.woocommerce-cart .cart-collaterals .cart_totals .wc-proceed-to-checkout .checkout-button {
  width: 100% !important;
  min-height: 36px !important;
  font-size: 12px !important;
  border-radius: 6px !important;
  margin: 0 !important;
}

@media (max-width: 840px) {
  body.gloveman-home-active.woocommerce-cart .cart-collaterals .cart_totals {
    grid-template-columns: 1fr !important;
  }

  body.gloveman-home-active.woocommerce-cart .cart-collaterals .cart_totals h2,
  body.gloveman-home-active.woocommerce-cart .cart-collaterals .cart_totals table.shop_table,
  body.gloveman-home-active.woocommerce-cart .cart-collaterals .cart_totals .wc-proceed-to-checkout {
    grid-column: 1 !important;
    grid-row: auto !important;
  }
}

/* Cart final refinement: small notice, professional totals, inline attributes, no coupon. */
body.gloveman-home-active.woocommerce-cart .woocommerce-notices-wrapper {
  margin-bottom: 10px !important;
}

body.gloveman-home-active.woocommerce-cart .woocommerce-message,
body.gloveman-home-active.woocommerce-cart .woocommerce-info {
  font-size: 12px !important;
  line-height: 1.3 !important;
  padding: 8px 12px !important;
  border-radius: 8px !important;
}

body.gloveman-home-active.woocommerce-cart .woocommerce-message .button,
body.gloveman-home-active.woocommerce-cart .woocommerce-info .button {
  min-height: 28px !important;
  font-size: 12px !important;
  padding: 4px 10px !important;
}

body.gloveman-home-active.woocommerce-cart .woocommerce {
  font-size: 15px !important;
  line-height: 1.45 !important;
}

body.gloveman-home-active.woocommerce-cart .woocommerce-cart-form .product-name a {
  font-size: 15px !important;
  font-weight: 700 !important;
}

body.gloveman-home-active.woocommerce-cart .woocommerce-cart-form .product-name dl.variation {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 8px 14px !important;
  margin-top: 8px !important;
}

body.gloveman-home-active.woocommerce-cart .woocommerce-cart-form .product-name dl.variation dt,
body.gloveman-home-active.woocommerce-cart .woocommerce-cart-form .product-name dl.variation dd {
  float: none !important;
  margin: 0 !important;
  padding: 0 !important;
  font-size: 12px !important;
  line-height: 1.35 !important;
}

body.gloveman-home-active.woocommerce-cart .woocommerce-cart-form .product-name dl.variation dd {
  margin-right: 10px !important;
}

body.gloveman-home-active.woocommerce-cart .woocommerce-cart-form .product-name dl.variation dd p {
  margin: 0 !important;
}

body.gloveman-home-active.woocommerce-cart .woocommerce-cart-form .actions .coupon {
  display: none !important;
}

body.gloveman-home-active.woocommerce-cart .cart-collaterals .cart_totals {
  background: #ffffff !important;
  border: 1px solid #cfdbea !important;
  border-radius: 10px !important;
  box-shadow: 0 8px 20px rgba(16, 39, 68, 0.08) !important;
  padding: 14px !important;
}

body.gloveman-home-active.woocommerce-cart .cart-collaterals .cart_totals h2 {
  font-size: 22px !important;
  font-weight: 800 !important;
  margin-bottom: 10px !important;
}

body.gloveman-home-active.woocommerce-cart .cart-collaterals .cart_totals table.shop_table th,
body.gloveman-home-active.woocommerce-cart .cart-collaterals .cart_totals table.shop_table td {
  font-size: 15px !important;
  padding: 8px 10px !important;
}

body.gloveman-home-active.woocommerce-cart .cart-collaterals .cart_totals table.shop_table th {
  background: #102744 !important;
  color: #fff !important;
  font-weight: 800 !important;
  width: 36% !important;
  min-width: 220px !important;
  line-height: 1.2 !important;
}

body.gloveman-home-active.woocommerce-cart .cart-collaterals .cart_totals table.shop_table td {
  background: #ffffff !important;
  color: #1b2f46 !important;
  width: 64% !important;
  line-height: 1.25 !important;
}

body.gloveman-home-active.woocommerce-cart .cart-collaterals .cart_totals .woocommerce-shipping-destination,
body.gloveman-home-active.woocommerce-cart .cart-collaterals .cart_totals .woocommerce-shipping-calculator {
  font-size: 13px !important;
  color: #2c4057 !important;
  margin: 4px 0 0 !important;
}

body.gloveman-home-active.woocommerce-cart .cart-collaterals .cart_totals table.shop_table {
  table-layout: fixed !important;
}

body.gloveman-home-active.woocommerce-cart .cart-collaterals .cart_totals table.shop_table tr.shipping th,
body.gloveman-home-active.woocommerce-cart .cart-collaterals .cart_totals table.shop_table tr.shipping td {
  padding-top: 7px !important;
  padding-bottom: 7px !important;
}

body.gloveman-home-active.woocommerce-cart .cart-collaterals .cart_totals .wc-proceed-to-checkout .checkout-button {
  min-height: 42px !important;
  font-size: 15px !important;
  font-weight: 800 !important;
}

/* Cart totals as 4 columns (Subtotal, Shipping, GST, Total). */
body.gloveman-home-active.woocommerce-cart .cart-collaterals .cart_totals table.shop_table {
  display: block !important;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

body.gloveman-home-active.woocommerce-cart .cart-collaterals .cart_totals table.shop_table tbody {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: 8px !important;
}

body.gloveman-home-active.woocommerce-cart .cart-collaterals .cart_totals table.shop_table tr {
  display: flex !important;
  flex-direction: column !important;
  border: 1px solid #cfdaea !important;
  border-radius: 8px !important;
  overflow: hidden !important;
  min-height: 92px !important;
}

body.gloveman-home-active.woocommerce-cart .cart-collaterals .cart_totals table.shop_table th,
body.gloveman-home-active.woocommerce-cart .cart-collaterals .cart_totals table.shop_table td {
  display: block !important;
  width: 100% !important;
  min-width: 0 !important;
  margin: 0 !important;
}

body.gloveman-home-active.woocommerce-cart .cart-collaterals .cart_totals table.shop_table th {
  padding: 8px 10px !important;
  font-size: 13px !important;
  line-height: 1.2 !important;
}

body.gloveman-home-active.woocommerce-cart .cart-collaterals .cart_totals table.shop_table td {
  padding: 8px 10px !important;
  font-size: 14px !important;
  line-height: 1.25 !important;
  flex: 1 1 auto !important;
}

@media (max-width: 980px) {
  body.gloveman-home-active.woocommerce-cart .cart-collaterals .cart_totals table.shop_table tbody {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 560px) {
  body.gloveman-home-active.woocommerce-cart .cart-collaterals .cart_totals table.shop_table tbody {
    grid-template-columns: 1fr !important;
  }
}

/* Cart notice placement: move update/success notice below cart content. */
body.gloveman-home-active.woocommerce-cart .woocommerce {
  display: flex !important;
  flex-direction: column !important;
}

body.gloveman-home-active.woocommerce-cart .woocommerce-cart-form {
  order: 1 !important;
}

body.gloveman-home-active.woocommerce-cart .cart-collaterals {
  order: 2 !important;
}

body.gloveman-home-active.woocommerce-cart .woocommerce-notices-wrapper {
  order: 3 !important;
  margin-top: 12px !important;
  margin-bottom: 0 !important;
  padding-top: 0 !important;
}

/* Hide added-to-cart/update notice section on cart page. */
body.gloveman-home-active.woocommerce-cart .woocommerce-notices-wrapper,
body.gloveman-home-active.woocommerce-cart .woocommerce-message,
body.gloveman-home-active.woocommerce-cart .woocommerce-info {
  display: none !important;
}

/* Remove any empty notice container space above cart heading/table. */
body.gloveman-home-active.woocommerce-cart .woocommerce-notices-wrapper {
  display: none !important;
  margin: 0 !important;
  padding: 0 !important;
  min-height: 0 !important;
  height: 0 !important;
  border: 0 !important;
}

/* ===== Checkout Redesign (Woo-like, clean and professional) ===== */
body.gloveman-home-active.woocommerce-checkout .gm-global-main,
body.gloveman-home-active.woocommerce-checkout main {
  width: min(1180px, calc(100% - 28px)) !important;
  margin: 0 auto !important;
  padding: 20px 0 40px !important;
}

body.gloveman-home-active.woocommerce-checkout .woocommerce {
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  padding: 0 !important;
}

body.gloveman-home-active.woocommerce-checkout .woocommerce-notices-wrapper {
  margin: 0 0 14px !important;
  padding: 0 !important;
  min-height: 0 !important;
}

body.gloveman-home-active.woocommerce-checkout form.checkout {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 420px) !important;
  gap: 22px !important;
  align-items: start !important;
}

body.gloveman-home-active.woocommerce-checkout #customer_details,
body.gloveman-home-active.woocommerce-checkout #order_review {
  background: #fff !important;
  border: 1px solid #d9e3ee !important;
  border-radius: 12px !important;
  box-shadow: 0 8px 24px rgba(16, 39, 68, 0.08) !important;
  padding: 18px !important;
}

body.gloveman-home-active.woocommerce-checkout #order_review_heading {
  margin: 0 0 10px !important;
  font-size: 24px !important;
  font-weight: 800 !important;
  color: #102744 !important;
}

body.gloveman-home-active.woocommerce-checkout #customer_details .col-1,
body.gloveman-home-active.woocommerce-checkout #customer_details .col-2 {
  float: none !important;
  width: 100% !important;
  max-width: 100% !important;
}

body.gloveman-home-active.woocommerce-checkout #customer_details .col-2 {
  margin-top: 18px !important;
}

body.gloveman-home-active.woocommerce-checkout .woocommerce-billing-fields h3,
body.gloveman-home-active.woocommerce-checkout .woocommerce-shipping-fields h3,
body.gloveman-home-active.woocommerce-checkout .woocommerce-additional-fields h3 {
  margin: 0 0 14px !important;
  color: #102744 !important;
  font-size: 26px !important;
  font-weight: 800 !important;
}

body.gloveman-home-active.woocommerce-checkout form .form-row {
  margin: 0 0 12px !important;
  padding: 0 !important;
}

body.gloveman-home-active.woocommerce-checkout form .form-row label {
  margin: 0 0 6px !important;
  color: #23354a !important;
  font-size: 14px !important;
  font-weight: 700 !important;
}

body.gloveman-home-active.woocommerce-checkout form .form-row input.input-text,
body.gloveman-home-active.woocommerce-checkout form .form-row textarea,
body.gloveman-home-active.woocommerce-checkout form .form-row select,
body.gloveman-home-active.woocommerce-checkout .select2-container .select2-selection--single {
  min-height: 44px !important;
  border: 1px solid #c8d4e2 !important;
  border-radius: 8px !important;
  background: #fff !important;
  color: #102744 !important;
  font-size: 15px !important;
  padding: 8px 10px !important;
  box-shadow: none !important;
}

body.gloveman-home-active.woocommerce-checkout form .form-row textarea {
  min-height: 110px !important;
}

body.gloveman-home-active.woocommerce-checkout .select2-container .select2-selection--single .select2-selection__rendered {
  line-height: 42px !important;
}

body.gloveman-home-active.woocommerce-checkout .select2-container .select2-selection--single .select2-selection__arrow {
  height: 42px !important;
}

body.gloveman-home-active.woocommerce-checkout .woocommerce-checkout-review-order-table th,
body.gloveman-home-active.woocommerce-checkout .woocommerce-checkout-review-order-table td {
  font-size: 14px !important;
  padding: 10px 10px !important;
}

body.gloveman-home-active.woocommerce-checkout .woocommerce-checkout-payment {
  border-radius: 10px !important;
  background: #f7f9fc !important;
  border: 1px solid #dbe4ef !important;
}

body.gloveman-home-active.woocommerce-checkout #place_order {
  min-height: 48px !important;
  border-radius: 10px !important;
  font-size: 17px !important;
  font-weight: 800 !important;
}

@media (max-width: 900px) {
  body.gloveman-home-active.woocommerce-checkout form.checkout {
    grid-template-columns: 1fr !important;
    gap: 14px !important;
  }

  body.gloveman-home-active.woocommerce-checkout #order_review {
    position: static !important;
    top: auto !important;
  }
}

/* FINAL CHECKOUT COLUMN LOCK: keep billing + order in same top row. */
body.gloveman-home-active.woocommerce-checkout form.checkout {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 420px) !important;
  gap: 22px !important;
  align-items: start !important;
}

body.gloveman-home-active.woocommerce-checkout form.checkout > * {
  float: none !important;
  clear: none !important;
}

body.gloveman-home-active.woocommerce-checkout #customer_details {
  grid-column: 1 !important;
  grid-row: 2 !important;
  float: none !important;
  clear: none !important;
  width: 100% !important;
  margin: 0 !important;
  align-self: start !important;
}

body.gloveman-home-active.woocommerce-checkout #order_review_heading {
  grid-column: 1 / -1 !important;
  grid-row: 1 !important;
  float: none !important;
  clear: none !important;
  width: 100% !important;
  margin: 0 0 14px !important;
  align-self: start !important;
}

body.gloveman-home-active.woocommerce-checkout #order_review {
  grid-column: 2 !important;
  grid-row: 2 !important;
  float: none !important;
  clear: none !important;
  width: 100% !important;
  margin: 0 !important;
  align-self: start !important;
  position: sticky !important;
  top: 18px !important;
}

@media (max-width: 900px) {
  body.gloveman-home-active.woocommerce-checkout form.checkout {
    grid-template-columns: 1fr !important;
  }

  body.gloveman-home-active.woocommerce-checkout #customer_details,
  body.gloveman-home-active.woocommerce-checkout #order_review_heading,
  body.gloveman-home-active.woocommerce-checkout #order_review {
    grid-column: 1 !important;
    grid-row: auto !important;
    margin-top: 0 !important;
    position: static !important;
    top: auto !important;
  }
}

/* Checkout wrapper width: 90% full width (desktop/tablet). */
body.gloveman-home-active.woocommerce-checkout .gm-global-main,
body.gloveman-home-active.woocommerce-checkout main,
body.gloveman-home-active.woocommerce-checkout .site-main,
body.gloveman-home-active.woocommerce-checkout .woocommerce {
  width: 95% !important;
  max-width: 95% !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

@media (max-width: 900px) {
  body.gloveman-home-active.woocommerce-checkout .gm-global-main,
  body.gloveman-home-active.woocommerce-checkout main,
  body.gloveman-home-active.woocommerce-checkout .site-main,
  body.gloveman-home-active.woocommerce-checkout .woocommerce {
    width: calc(100% - 22px) !important;
    max-width: calc(100% - 22px) !important;
  }
}

/* Checkout "Your order" typography + inline variation details (professional compact style). */
body.gloveman-home-active.woocommerce-checkout #order_review_heading {
  font-size: 40px !important;
  line-height: 1.15 !important;
}

body.gloveman-home-active.woocommerce-checkout #order_review,
body.gloveman-home-active.woocommerce-checkout #order_review table.shop_table,
body.gloveman-home-active.woocommerce-checkout .woocommerce-checkout-review-order-table {
  font-size: 14px !important;
  line-height: 1.4 !important;
}

body.gloveman-home-active.woocommerce-checkout .woocommerce-checkout-review-order-table th,
body.gloveman-home-active.woocommerce-checkout .woocommerce-checkout-review-order-table td {
  font-size: 14px !important;
  padding: 9px 10px !important;
}

body.gloveman-home-active.woocommerce-checkout .woocommerce-checkout-review-order-table .product-name {
  font-size: 14px !important;
  font-weight: 700 !important;
  display: block !important;
  line-height: 1.35 !important;
}

body.gloveman-home-active.woocommerce-checkout .woocommerce-checkout-review-order-table .product-name .product-quantity {
  display: block !important;
  margin-top: 4px !important;
  font-weight: 700 !important;
  font-size: 13px !important;
}

body.gloveman-home-active.woocommerce-checkout .woocommerce-checkout-review-order-table .product-name dl.variation {
  display: grid !important;
  grid-template-columns: max-content 1fr max-content 1fr !important;
  column-gap: 10px !important;
  row-gap: 4px !important;
  align-items: baseline !important;
  margin: 8px 0 0 !important;
  white-space: normal !important;
}

body.gloveman-home-active.woocommerce-checkout .woocommerce-checkout-review-order-table .product-name dl.variation dt,
body.gloveman-home-active.woocommerce-checkout .woocommerce-checkout-review-order-table .product-name dl.variation dd,
body.gloveman-home-active.woocommerce-checkout .woocommerce-checkout-review-order-table .product-name dl.variation dd p {
  float: none !important;
  display: inline !important;
  margin: 0 !important;
  padding: 0 !important;
  font-size: 12px !important;
  line-height: 1.25 !important;
}

body.gloveman-home-active.woocommerce-checkout .woocommerce-checkout-review-order-table .product-name dl.variation dt {
  color: #23354a !important;
  font-weight: 700 !important;
}

body.gloveman-home-active.woocommerce-checkout .woocommerce-checkout-review-order-table .product-name dl.variation dd {
  color: #566579 !important;
  margin-right: 0 !important;
}

body.gloveman-home-active.woocommerce-checkout .woocommerce-checkout-review-order-table .product-name dl.variation dd::after {
  content: "" !important;
  margin: 0 !important;
}

body.gloveman-home-active.woocommerce-checkout .woocommerce-checkout-review-order-table .product-name dl.variation dd:last-child::after {
  content: "" !important;
  margin: 0 !important;
}
