@charset "UTF-8";
body {
  margin: 0px;
  background-color: #f0eded !important;
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
  padding: 0px;
  margin: 0px;
}

a:hover,
button:hover {
  transition: 0.5s ease-in-out;
}

.entry-content {
  margin: 0 !important;
}

.entry-header {
  display: none;
}

.primary-color {
  color: #D1736D !important;
}

.site a:focus:not(.wp-block-button__link):not(.wp-block-file__button) {
  background: transparent;
}
.site a:focus:not(.wp-block-button__link):not(.wp-block-file__button) img {
  outline: none !important;
}

*:focus,
*:focus-visible {
  outline: none !important;
}

/* ---------------------------------------------------------------------------
   Glokey site header — centered logo, left nav, right actions.
   Interactions are pure CSS: mobile menu via checkbox hack. No JavaScript.
   --------------------------------------------------------------------------- */
.glokey-header {
  position: absolute;
  top: 0;
  z-index: 999;
  width: 100%;
  background-color: transparent !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  transition: background-color 0.25s ease-in-out;
  box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.1);
}
.glokey-header::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  backdrop-filter: blur(1px);
  pointer-events: none;
}
.glokey-header.is-sticky {
  position: fixed;
  background-color: #fff !important;
}
.glokey-header.is-sticky .glokey-header__toggle,
.glokey-header.is-sticky .glokey-header__icon,
.glokey-header.is-sticky .glokey-header__cart-icon,
.glokey-header.is-sticky .glokey-header__cart,
.glokey-header.is-sticky .glokey-header__nav a {
  color: #000 !important;
}
.glokey-header.is-sticky .glokey-header__logo img,
.glokey-header.is-sticky .glokey-header__logo .custom-logo {
  filter: none;
}
.glokey-header.is-sticky .glokey-header__inner {
  padding: 20px 0;
}
@media screen and (max-width: 1170px) {
  .glokey-header.is-sticky .glokey-header__inner {
    padding: 20px 24px;
  }
}
@media screen and (max-width: 768px) {
  .glokey-header.is-sticky .glokey-header__inner {
    padding: 20px 24px;
  }
}
.glokey-header__inner {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 24px;
  max-width: 1280px;
  min-height: 95px;
  margin: 0 auto;
  padding: 40px 0px 20px;
}
@media screen and (max-width: 1170px) {
  .glokey-header__inner {
    padding: 18px 10px;
  }
}
@media screen and (max-width: 768px) {
  .glokey-header__inner {
    min-height: 72px;
    padding: 24px 34px 14px;
  }
}
.glokey-header__nav--primary {
  grid-column: 1;
  grid-row: 1;
}
.glokey-header__logo {
  grid-column: 2;
  grid-row: 1;
}
.glokey-header__actions {
  grid-column: 3;
  grid-row: 1;
}
.glokey-header__nav ul.menu {
  display: flex;
  align-items: center;
  gap: 40px;
  margin: 0;
  padding: 0;
  list-style: none;
}
@media screen and (max-width: 1170px) {
  .glokey-header__nav ul.menu {
    gap: 28px;
  }
}
.glokey-header__nav li {
  margin: 0;
  padding: 0;
}
.glokey-header__nav a {
  font-family: "Manrope", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 28.8px;
  letter-spacing: -0.36px;
  text-transform: uppercase;
  color: #fff !important;
  text-decoration: none;
  white-space: nowrap;
  transition: color 0.25s ease-in-out;
}
.glokey-header__nav a:hover, .glokey-header__nav a:focus {
  color: #D1736D !important;
}
.glokey-header__nav--primary ul.menu {
  justify-content: flex-start;
}
.glokey-header__nav--secondary ul.menu {
  justify-content: flex-end;
}
.glokey-header__logo {
  display: flex;
  align-items: center;
  justify-content: center;
}
.glokey-header__logo .custom-logo-link {
  display: inline-flex;
}
.glokey-header__logo img,
.glokey-header__logo .custom-logo {
  display: block;
  width: auto;
  max-height: 64px;
  filter: brightness(0) invert(1);
}
@media screen and (max-width: 768px) {
  .glokey-header__logo img,
  .glokey-header__logo .custom-logo {
    max-height: 48px;
  }
}
.glokey-header .glokey-logo {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  line-height: 1;
  text-decoration: none;
  color: #D1736D !important;
}
.glokey-header .glokey-logo__glo {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 44px;
  font-weight: 400;
  letter-spacing: -1px;
}
.glokey-header .glokey-logo__glo sup {
  font-size: 0.4em;
  top: -1.1em;
  margin-left: 1px;
}
@media screen and (max-width: 768px) {
  .glokey-header .glokey-logo__glo {
    font-size: 34px;
  }
}
.glokey-header .glokey-logo__key {
  margin-top: 2px;
  font-family: "Manrope", sans-serif;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 4px;
  text-transform: lowercase;
  color: rgba(209, 115, 109, 0.75);
}
.glokey-header__actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 32px;
}
@media screen and (max-width: 1170px) {
  .glokey-header__actions {
    gap: 22px;
  }
}
.glokey-header__cart {
  font-family: "Manrope", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 28.8px;
  letter-spacing: -0.36px;
  text-transform: uppercase;
  color: #fff !important;
  text-decoration: none;
  white-space: nowrap;
  cursor: pointer;
  user-select: none;
  transition: color 0.25s ease-in-out;
  margin-bottom: 0px;
}
.glokey-header__cart:hover, .glokey-header__cart:focus {
  color: #D1736D !important;
}
.glokey-header__cart-text {
  display: inline;
}
.glokey-header__cart-icon {
  position: relative;
  display: none;
  align-items: center;
  color: #fff !important;
}
.glokey-header__cart-icon svg {
  display: block;
}
.glokey-header__cart-badge {
  position: absolute;
  top: -8px;
  right: -10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 18px;
  height: 18px;
  padding: 0 4px;
  border-radius: 9px;
  background: #D1736D !important;
  color: #fff;
  font-size: 10px;
  font-weight: 700;
  line-height: 1;
}
.glokey-header__cart-badge.is-empty {
  display: none;
}
.glokey-header__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  border: 0;
  background: none;
  color: #fff !important;
  cursor: pointer;
  transition: color 0.25s ease-in-out;
}
.glokey-header__icon svg {
  display: block;
}
.glokey-header__icon:hover, .glokey-header__icon:focus {
  color: #D1736D !important;
}
.glokey-header__toggle-input {
  display: none !important;
}
.glokey-header__toggle {
  display: none !important;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  margin-bottom: 0;
  margin-left: -11px;
  padding: 0 !important;
  color: #fff !important;
  cursor: pointer;
}
.glokey-header__toggle svg {
  display: block;
}
@media screen and (max-width: 768px) {
  .glokey-header__toggle {
    display: flex !important;
    order: -1;
  }
  .glokey-header__nav--primary, .glokey-header__nav--secondary {
    display: none;
  }
  .glokey-header__cart-text {
    display: none;
  }
  .glokey-header__cart-icon {
    display: inline-flex;
  }
  .glokey-header__actions {
    gap: 18px;
  }
  .glokey-header__cart {
    order: 2;
    align-items: center;
    display: flex;
  }
  .glokey-header__account {
    order: 3;
  }
}

/* ---------------------------------------------------------------------------
   Full-screen mobile menu. Toggled by #glokey-menu-toggle (pure CSS); only
   reachable on mobile where the hamburger is visible.
   --------------------------------------------------------------------------- */
.glokey-mobile-menu {
  position: fixed;
  inset: 0;
  z-index: 1001;
  display: none;
  visibility: hidden;
  pointer-events: none;
  color: #fff !important;
  font-family: "Manrope", sans-serif;
  transition: visibility 0s linear 0.3s;
}
@media screen and (max-width: 768px) {
  .glokey-mobile-menu {
    display: block;
  }
}
.glokey-mobile-menu__overlay {
  position: absolute;
  inset: 0;
  margin: 0;
  background: rgba(0, 0, 0, 0.4);
  opacity: 0;
  transition: opacity 0.3s ease;
  cursor: pointer;
}
.glokey-mobile-menu__panel {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 100%;
  height: 100%;
  background-color: #0d0909;
  background-image: url("../images/hamburger-menu-bg.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  box-shadow: 6px 0 24px rgba(0, 0, 0, 0.12);
  transform: translateX(-100%);
  transition: transform 0.3s ease;
}
.glokey-mobile-menu__inner {
  display: flex;
  flex: 1;
  flex-direction: column;
  justify-content: space-between;
  gap: 40px;
  padding: 24px;
  min-height: 0;
  overflow-y: auto;
}
.glokey-mobile-menu__close {
  position: absolute;
  top: 20px;
  right: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  margin: 0;
  color: #fff;
  cursor: pointer;
}
.glokey-mobile-menu {
  /* Numbered nav list */
}
.glokey-mobile-menu__list {
  display: flex;
  flex-direction: column;
  gap: 36px;
  margin-top: 64px;
}
.glokey-mobile-menu__item {
  display: flex;
  align-items: center;
  gap: 16px;
  text-decoration: none;
  color: rgba(255, 255, 255, 0.55);
  transition: color 0.25s ease;
}
.glokey-mobile-menu__item:hover, .glokey-mobile-menu__item:focus, .glokey-mobile-menu__item.is-current {
  color: #fff;
}
.glokey-mobile-menu__item:hover .glokey-mobile-menu__arrow, .glokey-mobile-menu__item:focus .glokey-mobile-menu__arrow, .glokey-mobile-menu__item.is-current .glokey-mobile-menu__arrow {
  opacity: 1;
  transform: translateX(0);
}
.glokey-mobile-menu__num {
  width: 24px;
  flex-shrink: 0;
  font-size: 12px;
  font-weight: 600;
  color: #d5a198;
}
.glokey-mobile-menu__label {
  flex: 1;
  min-width: 0;
  font-size: 32px;
  font-weight: 300;
  line-height: 1.1;
  color: rgba(255, 255, 255, 0.55) !important;
}
.glokey-mobile-menu__arrow {
  display: inline-flex;
  flex-shrink: 0;
  color: #fff !important;
  opacity: 0;
  transform: translateX(-6px);
  transition: opacity 0.25s ease, transform 0.25s ease;
}
.glokey-mobile-menu {
  /* Footer group */
}
.glokey-mobile-menu__footer {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.glokey-mobile-menu__divider {
  display: block;
  width: 100%;
  height: 1px;
  background: rgba(255, 255, 255, 0.15);
}
.glokey-mobile-menu__promo {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 12px 16px;
  border-radius: 12px;
  background: rgba(213, 161, 152, 0.12);
  text-decoration: none;
  color: inherit;
}
.glokey-mobile-menu__promo-text {
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.glokey-mobile-menu__promo-title {
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  color: #d5a198;
}
.glokey-mobile-menu__promo-sub {
  font-size: 11px;
  color: rgba(255, 255, 255, 0.5);
}
.glokey-mobile-menu__promo-chevron {
  flex-shrink: 0;
  color: #d5a198;
}
.glokey-mobile-menu__meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  color: rgba(255, 255, 255, 0.5);
}
.glokey-mobile-menu__socials {
  display: flex;
  gap: 16px;
}
.glokey-mobile-menu__socials a {
  font-size: 12px;
  font-weight: 500;
  color: inherit;
  text-decoration: none;
}
.glokey-mobile-menu__socials a:hover {
  color: #fff;
}
.glokey-mobile-menu__socials a:focus, .glokey-mobile-menu__socials a:focus-visible {
  background: transparent;
  outline: 0px;
}
.glokey-mobile-menu__copy {
  font-size: 10px;
  white-space: nowrap;
}

/* Open state */
#glokey-menu-toggle:checked ~ .glokey-mobile-menu {
  visibility: visible;
  pointer-events: auto;
  transition-delay: 0s;
}
#glokey-menu-toggle:checked ~ .glokey-mobile-menu .glokey-mobile-menu__overlay {
  opacity: 1;
}
#glokey-menu-toggle:checked ~ .glokey-mobile-menu .glokey-mobile-menu__panel {
  transform: translateX(0);
}

/* Lock page scroll while the menu is open (progressive enhancement). */
html:has(#glokey-menu-toggle:checked) {
  overflow: hidden;
}

/* ---------------------------------------------------------------------------
   Cart drawer (WooCommerce side panel). Open/close is pure CSS via the hidden
   #glokey-cart-toggle checkbox.
   --------------------------------------------------------------------------- */
.glokey-cart-drawer__toggle {
  display: none !important;
}

.glokey-cart-drawer {
  position: fixed;
  inset: 0;
  z-index: 1000;
  visibility: hidden;
  pointer-events: none;
  font-family: "Manrope", sans-serif;
}
.glokey-cart-drawer__overlay {
  position: absolute;
  inset: 0;
  margin: 0;
  background: rgba(0, 0, 0, 0.4);
  opacity: 0;
  transition: opacity 0.3s ease;
  cursor: pointer;
}
.glokey-cart-drawer__panel {
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  flex-direction: column;
  width: 480px;
  max-width: 100%;
  height: 100%;
  background: #fff;
  box-shadow: -6px 0 24px rgba(0, 0, 0, 0.12);
  transform: translateX(100%);
  transition: transform 0.3s ease;
}
.glokey-cart-drawer {
  /* Header — title + close on the first row, free-shipping notice (when the
     store offers it) spanning a second row underneath. */
}
.glokey-cart-drawer__head {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  row-gap: 16px;
  flex-shrink: 0;
  box-sizing: border-box;
  min-height: 72px;
  padding: 16px 24px;
  border-bottom: 1px solid #e9e9e9 !important;
}
.glokey-cart-drawer__head .glokey-cart-shipping {
  grid-column: 1/-1;
  margin-bottom: 0;
}
@media screen and (max-width: 690px) {
  .glokey-cart-drawer__head {
    padding: 17px 30px;
  }
}
.glokey-cart-drawer__title {
  font-size: 15px;
  font-weight: 700;
  letter-spacing: -0.3px;
  text-transform: uppercase;
  color: #1b1b1b;
}
.glokey-cart-drawer__close {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  margin: 0;
  color: #1b1b1b;
  cursor: pointer;
}
.glokey-cart-drawer {
  /* Content wrapper (the refresh fragment) */
}
.glokey-cart-drawer__content {
  display: flex;
  flex: 1;
  flex-direction: column;
  min-height: 0;
}
.glokey-cart-drawer__scroll {
  flex: 1;
  min-height: 0;
  overflow-y: auto;
  padding: 25px 30px 30px;
}
.glokey-cart-drawer.is-busy .glokey-cart-drawer__panel {
  pointer-events: none;
}
.glokey-cart-drawer.is-busy .glokey-cart-drawer__content {
  opacity: 0.6;
}

/* Open state */
.glokey-cart-drawer__toggle:checked ~ .glokey-cart-drawer {
  visibility: visible;
  pointer-events: auto;
}
.glokey-cart-drawer__toggle:checked ~ .glokey-cart-drawer .glokey-cart-drawer__overlay {
  opacity: 1;
}
.glokey-cart-drawer__toggle:checked ~ .glokey-cart-drawer .glokey-cart-drawer__panel {
  transform: translateX(0);
}

/* Lock page scroll while the drawer is open (progressive enhancement). */
html:has(.glokey-cart-drawer__toggle:checked) {
  overflow: hidden;
}

/* ------------------------------- Empty state ------------------------------ */
.glokey-cart-empty {
  display: flex;
  flex: 1;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 24px;
  padding: 40px 30px;
  text-align: center;
}
.glokey-cart-empty__icon {
  color: #1b1b1b;
}
.glokey-cart-empty__text {
  margin: 0;
  font-size: 17px;
  letter-spacing: -0.34px;
  color: #000;
}
.glokey-cart-empty__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 48px;
  padding: 0 31px;
  border-radius: 3px;
  background: #D1736D !important;
  color: #fff !important;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: -0.28px;
  text-transform: uppercase;
  text-decoration: none;
  transition: opacity 0.2s ease;
}
.glokey-cart-empty__btn:hover {
  opacity: 0.9;
}

/* ------------------------------ Free shipping ----------------------------- */
.glokey-cart-shipping {
  margin-bottom: 20px;
}
.glokey-cart-shipping__msg {
  margin: 0 0 10px;
  font-size: 14px;
  letter-spacing: -0.28px;
  text-align: center;
  color: #000;
}
.glokey-cart-shipping__bar {
  display: block;
  height: 4px;
  background: #e9e9e9 !important;
  overflow: hidden;
}
.glokey-cart-shipping__fill {
  display: block;
  height: 100%;
  background: #000;
  transition: width 0.4s ease;
}
.glokey-cart-shipping--banner {
  padding: 12px 20px;
  border: 1px solid #e9e9e9 !important;
  background: #f7f7f7 !important;
  border-radius: 6px;
}
.glokey-cart-shipping--banner .glokey-cart-shipping__msg {
  margin: 0;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -0.12px;
}

/* -------------------------------- Line items ------------------------------ */
.glokey-cart-items {
  margin: 0;
  padding: 0;
  list-style: none;
}

.glokey-cart-item {
  display: flex;
  gap: 15px;
  padding: 5px 0 20px;
}
.glokey-cart-item__media {
  flex-shrink: 0;
  width: 90px;
  height: 90px;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
}
.glokey-cart-item__media img {
  display: block;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
}
.glokey-cart-item__info {
  display: flex;
  flex-direction: column;
  gap: 3px;
  flex: 1;
  min-width: 0;
}
.glokey-cart-item__title {
  font-size: 16.5px;
  letter-spacing: -0.33px;
  color: #000;
  text-decoration: none;
}
.glokey-cart-item__title:hover {
  color: #D1736D !important;
}
.glokey-cart-item__price {
  font-size: 15px;
  letter-spacing: -0.3px;
  color: #000;
}
.glokey-cart-item__meta {
  font-size: 11px;
  letter-spacing: -0.22px;
  text-transform: uppercase;
  opacity: 0.8;
}
.glokey-cart-item__meta p,
.glokey-cart-item__meta dl,
.glokey-cart-item__meta dd,
.glokey-cart-item__meta dt {
  margin: 0;
  font-size: inherit;
}
.glokey-cart-item__actions {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-top: 8px;
}
.glokey-cart-item__qty {
  display: inline-flex;
  align-items: center;
  border: 1px solid #dedede !important;
  border-radius: 3px;
}
.glokey-cart-item__remove {
  display: inline-flex;
  color: #e93636;
  transition: opacity 0.2s ease;
}
.glokey-cart-item__remove:hover {
  opacity: 0.7;
}

.glokey-qty__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 25px;
  height: 34px;
  padding: 0;
  border: 0;
  background: transparent !important;
  color: #000 !important;
  cursor: pointer;
}
.glokey-qty__num {
  min-width: 25px;
  font-size: 14px;
  font-weight: 700;
  text-align: center;
  letter-spacing: -0.28px;
}

.glokey-cart-drawer__remove-all {
  padding: 0;
  border: 0;
  margin-bottom: 20px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.4);
  background: transparent !important;
  font-family: inherit;
  font-size: 13px;
  font-weight: 600;
  line-height: normal;
  letter-spacing: normal;
  color: #000 !important;
  cursor: pointer;
  border-radius: 0px;
  text-transform: inherit;
}

/* --------------------------- Recommendations ------------------------------ */
.glokey-cart-recs {
  padding-top: 24px;
  border-top: 1px solid #e9e9e9 !important;
}
.glokey-cart-recs__title {
  margin: 0 0 14px;
  font-size: 12px;
  font-weight: 700;
  line-height: normal;
  font-style: normal;
  letter-spacing: 0.24px;
  text-transform: uppercase;
  font-family: "Manrope", sans-serif;
  color: #000;
}
.glokey-cart-recs .glokey-recs__grid {
  gap: 10px;
}
.glokey-cart-recs .glokey-recs__card {
  flex: 0 0 181.5px;
}
.glokey-cart-recs .glokey-recs__media {
  width: 181.5px;
  height: 217px;
  margin-bottom: 12px;
  background: transparent;
  border-radius: 8px;
}
.glokey-cart-recs .glokey-recs__media img {
  width: 100% !important;
  height: 100% !important;
  max-width: none !important;
  max-height: none !important;
  object-fit: cover;
}
.glokey-cart-recs .glokey-recs__cat {
  margin-bottom: 4px;
  font-size: 10px;
  font-style: normal;
  line-height: normal;
  letter-spacing: -0.2px;
  color: #666 !important;
  text-transform: uppercase;
}
.glokey-cart-recs .glokey-recs__name {
  margin-bottom: 4px;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 16.8px;
  letter-spacing: -0.28px;
  color: #1a1a1a !important;
}
.glokey-cart-recs .glokey-recs__price {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.28px;
  font-family: "inter", sans-serif !important;
  color: #1a1a1a !important;
}
.glokey-cart-recs .glokey-recs__arrow-icon {
  width: 12px;
  height: 12px;
  display: block;
}

/* -------------------------------- Footer ---------------------------------- */
.glokey-cart-drawer__footer {
  flex-shrink: 0;
  border-top: 1px solid #e9e9e9 !important;
  background: #fff;
}

.glokey-cart-foot__row {
  border-bottom: 1px solid #e9e9e9 !important;
}
.glokey-cart-foot__row summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px 30px;
  font-size: 14px;
  letter-spacing: -0.28px;
  color: #000;
  cursor: pointer;
  list-style: none;
}
.glokey-cart-foot__row summary::-webkit-details-marker {
  display: none;
}
.glokey-cart-foot__plus {
  width: 12px;
  height: 12px;
  flex-shrink: 0;
  background: url("/wp-content/uploads/2026/07/plus.png") no-repeat center;
  background-size: 12px 12px;
  transition: transform 0.2s ease;
}
.glokey-cart-foot__panel {
  padding: 0 30px 16px;
  box-sizing: border-box;
}
.glokey-cart-foot__panel textarea {
  border-radius: 4px;
  border: 1px solid #DEDEDE;
  font-family: inherit;
  font-size: 14px;
  letter-spacing: -0.28px;
  color: #000;
  width: 100% !important;
  min-height: 80px;
  padding: 10px 12px;
}
.glokey-cart-foot__taxes {
  margin: 0;
  padding: 16px 30px 0;
  font-size: 12px;
  letter-spacing: -0.24px;
  color: #000;
}
.glokey-cart-foot__checkout {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  height: 48px;
  margin: 12px 30px 0;
  border-radius: 61px;
  background: #000;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: -0.28px;
  text-transform: uppercase;
  text-decoration: none;
  transition: opacity 0.2s ease;
}
.glokey-cart-foot__checkout:hover {
  opacity: 0.88;
}
.glokey-cart-foot__checkout .woocommerce-Price-amount {
  color: #fff;
}
.glokey-cart-foot__view {
  display: block;
  width: max-content;
  margin: 15px auto;
  font-size: 12px;
  letter-spacing: -0.24px;
  text-transform: uppercase;
  color: #000;
  border-bottom: 1px solid rgba(0, 0, 0, 0.4);
  text-decoration: none;
}

.glokey-cart-coupons {
  margin: 0 0 10px;
  padding: 0;
  list-style: none;
}
.glokey-cart-coupons li {
  display: inline-block;
  margin: 0 6px 6px 0;
  padding: 4px 10px;
  font-size: 12px;
  letter-spacing: 0.4px;
  background: #f0f0f0;
  border-radius: 3px;
}

.glokey-coupon {
  display: flex;
  gap: 8px;
}
.glokey-coupon__input {
  flex: 1;
  min-width: 0;
  height: 40px;
  padding: 0 12px !important;
  border: 1px solid #dedede !important;
  border-radius: 3px !important;
  font-family: inherit;
  font-size: 14px;
}
.glokey-coupon__btn {
  height: 40px;
  padding: 0 18px;
  border: 0;
  border-radius: 3px;
  background: #D1736D !important;
  color: #fff !important;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  cursor: pointer;
  background-color: none !important;
}

.glokey-cat-products-wrap {
  position: relative;
}
.glokey-cat-products-wrap::before, .glokey-cat-products-wrap::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 2;
  width: 20px;
  border-radius: 20px;
  pointer-events: none;
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
}
.glokey-cat-products-wrap::before {
  left: 0;
  mask-image: linear-gradient(to right, #000 0%, transparent 100%);
  -webkit-mask-image: linear-gradient(to right, #000 0%, transparent 100%);
}
.glokey-cat-products-wrap::after {
  right: 0;
  mask-image: linear-gradient(to left, #000 0%, transparent 100%);
  -webkit-mask-image: linear-gradient(to left, #000 0%, transparent 100%);
}
@media screen and (max-width: 768px) {
  .glokey-cat-products-wrap::before, .glokey-cat-products-wrap::after {
    width: 40px;
  }
}
@media screen and (max-width: 690px) {
  .glokey-cat-products-wrap::before {
    display: none;
  }
}

.glokey-cat-products__arrow {
  position: absolute;
  top: 47%;
  transform: translateY(-50%);
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  padding: 0;
  border: 1px solid #E9E9E9;
  border-radius: 50%;
  background: #fff !important;
  cursor: pointer;
  transition: opacity 0.2s ease, box-shadow 0.2s ease;
}
.glokey-cat-products__arrow img {
  display: block;
  width: 12px;
  height: 12px;
}
.glokey-cat-products__arrow--prev {
  left: 13px;
}
.glokey-cat-products__arrow--next {
  right: 13px;
}
.glokey-cat-products__arrow:hover, .glokey-cat-products__arrow:focus-visible {
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.12);
}
.glokey-cat-products__arrow:disabled {
  opacity: 0;
  pointer-events: none;
}

.glokey-cat-products {
  display: flex;
  gap: 16px;
  overflow-x: auto;
  cursor: grab;
  -webkit-overflow-scrolling: touch;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.glokey-cat-products::-webkit-scrollbar {
  display: none;
}
.glokey-cat-products.is-grabbing {
  cursor: grabbing;
  user-select: none;
  scroll-snap-type: none;
}

.glokey-cat-card {
  position: relative;
  flex: 0 0 340px;
  width: 340px;
  height: 410px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 16px;
  padding: 20px;
  background-color: #F4F4F4;
  border-radius: 20px;
  overflow: hidden;
  scroll-snap-align: start;
}
.glokey-cat-card__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  display: block;
  margin: 0;
  line-height: 0;
}
.glokey-cat-card__bg img {
  display: block;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
  object-position: center 80%;
}
.glokey-cat-card__cat {
  position: relative;
  z-index: 1;
  margin: 0;
  font-family: "Bagel Fat One", cursive;
  font-size: 25px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-align: left;
  color: #E49F9A !important;
  text-transform: uppercase;
  max-width: max-content;
}
.glokey-cat-card__body {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  gap: 16px;
  width: 100%;
}
.glokey-cat-card__meta {
  display: flex;
  flex-direction: column;
  gap: 2px;
  width: 100%;
}
.glokey-cat-card__rating {
  display: flex;
  align-items: center;
  gap: 4px;
  min-height: 19px;
}
.glokey-cat-card__row {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 8px;
  width: 100%;
}
.glokey-cat-card__name {
  font-family: "Manrope", sans-serif;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: -0.28px;
  text-transform: uppercase;
  color: #4E4E4E !important;
  text-decoration: none;
}
.glokey-cat-card__price {
  font-family: "Manrope", sans-serif;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: -0.28px;
  white-space: nowrap;
  color: #4E4E4E !important;
}
.glokey-cat-card__price del {
  opacity: 0.5;
  margin-right: 4px;
}
.glokey-cat-card__sub {
  margin: 0;
  font-family: "Manrope", sans-serif;
  font-size: 12px;
  letter-spacing: -0.24px;
  text-transform: uppercase;
  color: #4E4E4E !important;
}
.glokey-cat-card__btn {
  display: flex;
  align-items: center;
  width: 100%;
  padding: 8px 30px !important;
  border: 1px solid #4E4E4E !important;
  border-radius: 68px;
  background: transparent !important;
  color: #4E4E4E !important;
  font-family: "Manrope", sans-serif;
  font-size: 14px;
  font-weight: 700;
  font-style: normal;
  letter-spacing: -0.28px;
  line-height: normal;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none !important;
  cursor: pointer;
  transition: opacity 0.2s ease;
}
.glokey-cat-card__btn:hover, .glokey-cat-card__btn:focus {
  text-decoration: none !important;
  opacity: 0.9;
  color: #fff;
}
.glokey-cat-card__btn.loading {
  opacity: 0.7;
  pointer-events: none;
}
.glokey-cat-card .added_to_cart {
  display: none !important;
}

.glokey-plist {
  --glokey-cols: 4;
  --glokey-track: var(--glokey-cols);
  --glokey-col-gap: 20px;
  --glokey-row-gap: 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: var(--glokey-row-gap) var(--glokey-col-gap);
}
.glokey-plist > * {
  flex: 0 0 auto;
  width: calc((100% - (var(--glokey-track) - 1) * var(--glokey-col-gap)) / var(--glokey-track));
}
@media screen and (max-width: 1170px) {
  .glokey-plist {
    --glokey-track: 3;
  }
}
@media screen and (max-width: 768px) {
  .glokey-plist {
    --glokey-track: 2;
    --glokey-col-gap: 12px;
    --glokey-row-gap: 16px;
  }
}

.glokey-pcard {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  aspect-ratio: 5/6;
  padding: 20px;
  background-color: #F4F4F4;
  border-radius: 20px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .glokey-pcard {
    aspect-ratio: 10/17;
    padding: 12px 16px 8px 16px;
  }
}
.glokey-pcard__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  display: block;
  margin: 0;
  line-height: 0;
}
.glokey-pcard__bg img {
  display: block;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
  object-position: center;
}
.glokey-pcard__badge {
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 2;
  padding: 4px 8px;
  border-radius: 4px;
  background: #D1736D !important;
  color: #fff;
  font-family: "Manrope", sans-serif;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: -0.2px;
  line-height: normal;
  text-transform: uppercase;
}
.glokey-pcard__meta {
  z-index: 1;
  display: flex;
  flex-direction: column;
  gap: 2px;
  width: 100%;
}
.glokey-pcard__cat {
  font-family: "Manrope", sans-serif;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: -0.24px;
  text-transform: uppercase;
  color: #4E4E4E !important;
}
@media screen and (max-width: 768px) {
  .glokey-pcard__cat {
    position: absolute;
    top: 12px;
    left: 16px;
    font-family: "Bagel Fat One";
    font-size: 16px;
  }
}
.glokey-pcard__row {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 8px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .glokey-pcard__row {
    gap: 0;
    flex-direction: column;
  }
}
.glokey-pcard__name {
  font-family: "Manrope", sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -0.28px;
  text-transform: uppercase;
  color: #4E4E4E !important;
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  .glokey-pcard__name {
    font-size: 12px;
  }
}
.glokey-pcard__price {
  font-family: "Manrope", sans-serif;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: -0.28px;
  white-space: nowrap;
  color: #4E4E4E !important;
}
.glokey-pcard__price del {
  opacity: 0.5;
  margin-right: 4px;
}

.glokey-stars {
  position: relative;
  display: inline-block;
  font-size: 13px;
  line-height: 1;
  letter-spacing: 2px;
  white-space: nowrap;
}
.glokey-stars::before {
  content: "★★★★★";
  color: rgba(78, 78, 78, 0.1882352941);
}
.glokey-stars__fill {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  overflow: hidden;
  white-space: nowrap;
}
.glokey-stars__fill::before {
  content: "★★★★★";
  color: #4E4E4E !important;
}

.woocommerce-page #masthead {
  background: #fff !important;
  box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.1);
}
.woocommerce-page #masthead .glokey-header__inner {
  padding: 20px 24px;
}
.woocommerce-page #masthead .glokey-header__inner nav a {
  color: #000 !important;
}
.woocommerce-page #masthead .glokey-header__icon,
.woocommerce-page #masthead .glokey-header__cart-text {
  color: #000 !important;
}
.woocommerce-page #masthead .custom-logo {
  filter: unset;
}
.woocommerce-page #masthead .glokey-header__toggle,
.woocommerce-page #masthead .glokey-header__cart-icon {
  color: #000 !important;
}
.woocommerce-page .content-area {
  max-width: 100% !important;
  margin: 0 auto;
  padding: 124px 0px 0px;
}
@media screen and (max-width: 768px) {
  .woocommerce-page .content-area {
    padding: 110px 0px 0px;
  }
}
.woocommerce-page .content-area .site-main {
  margin: 0px;
}
.woocommerce-page .content-area .woocommerce-breadcrumb {
  max-width: 1280px;
  margin: 0 auto 20px;
}
.woocommerce-page .content-area .woocommerce-breadcrumb a:hover {
  color: #D1736D !important;
}
@media screen and (max-width: 1024px) {
  .woocommerce-page .content-area .woocommerce-breadcrumb {
    padding: 0 20px;
  }
}
@media screen and (max-width: 768px) {
  .woocommerce-page .content-area .woocommerce-breadcrumb {
    display: none;
  }
}

.single-product div.product {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  column-gap: 60px;
  row-gap: 0;
  max-width: 1280px;
  margin: 0 auto;
}
@media screen and (max-width: 1024px) {
  .single-product div.product {
    column-gap: 30px;
    padding: 0 20px;
  }
}
@media screen and (max-width: 768px) {
  .single-product div.product {
    flex-direction: column;
    column-gap: 0;
  }
}
.single-product div.product .woocommerce-product-gallery {
  min-width: 0;
  margin: 0px;
  float: none;
  max-width: 100% !important;
  width: 47% !important;
}
@media screen and (max-width: 768px) {
  .single-product div.product .woocommerce-product-gallery {
    width: 100% !important;
    margin-bottom: 30px;
  }
}
.single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__wrapper a {
  height: 600px;
  cursor: pointer;
}
.single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__wrapper a img {
  height: 100% !important;
  object-fit: none;
}
.single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__wrapper img {
  cursor: zoom-in;
}
.single-product div.product .summary,
.single-product div.product .entry-summary {
  max-width: 100%;
  float: none;
}
@media screen and (max-width: 1170px) {
  .single-product div.product .summary,
  .single-product div.product .entry-summary {
    flex-basis: 420px;
    width: 420px;
  }
}
@media screen and (max-width: 768px) {
  .single-product div.product .summary,
  .single-product div.product .entry-summary {
    flex: 1 1 auto;
    width: 100%;
    max-width: 100%;
    margin-bottom: 0px;
  }
}
.single-product div.product .woocommerce-tabs,
.single-product div.product .related.products,
.single-product div.product .up-sells.products {
  flex: 0 0 100%;
  width: 100%;
  float: none;
  clear: both;
}

.glokey-pdp {
  font-family: "Manrope", sans-serif;
  color: #000 !important;
}
.glokey-pdp *,
.glokey-pdp *::before,
.glokey-pdp *::after {
  box-sizing: border-box;
}
.glokey-pdp__inner {
  position: sticky;
  top: 20px;
  display: flex;
  flex-direction: column;
}
.glokey-pdp__eyebrow {
  margin: 0;
  font-size: 11px;
  line-height: 1.44;
  letter-spacing: -0.22px;
  text-transform: uppercase;
  color: #000 !important;
  opacity: 0.6;
}
.glokey-pdp__title {
  margin: 10px 0 0;
  font-size: 28px;
  font-weight: 400;
  line-height: 34px;
  letter-spacing: -0.56px;
  text-transform: capitalize;
  color: #000 !important;
  font-family: "Manrope", sans-serif;
}
.glokey-pdp__price {
  margin-top: 3px;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.44;
  letter-spacing: -0.4px;
  color: #000 !important;
}
.glokey-pdp__price del {
  opacity: 0.5;
  margin-right: 6px;
}
.glokey-pdp__price ins {
  text-decoration: none;
}
.glokey-pdp {
  /* Stock status (dynamic; red when out of stock). */
}
.glokey-pdp__stock {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 20px 0;
}
.glokey-pdp__stock-dot {
  position: relative;
  flex: 0 0 auto;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #3a8437;
  box-shadow: 0 0 0 4px rgba(58, 132, 55, 0.25);
}
.glokey-pdp__stock-text {
  font-size: 13px;
  line-height: 1;
  letter-spacing: -0.26px;
  color: #3a8437;
}
.glokey-pdp__stock.is-out .glokey-pdp__stock-dot {
  background: #c0392b;
  box-shadow: 0 0 0 4px rgba(192, 57, 43, 0.22);
}
.glokey-pdp__stock.is-out .glokey-pdp__stock-text {
  color: #c0392b;
}
.glokey-pdp__desc {
  font-size: 15px;
  line-height: 21.6px;
  letter-spacing: -0.3px;
  color: #000 !important;
}
.glokey-pdp__desc p {
  margin: 0 0 10px;
}
.glokey-pdp__desc p:last-child {
  margin-bottom: 0;
}
.glokey-pdp {
  /* Contents — same type as the description; the "Contents" label is 600. */
}
.glokey-pdp__contents {
  margin: 10px 0 0;
  font-size: 15px;
  line-height: 21.6px;
  letter-spacing: -0.3px;
  color: #000 !important;
}
.glokey-pdp__contents-label {
  font-weight: 600;
}
.glokey-pdp__contents-body p {
  margin: 0 0 10px;
}
.glokey-pdp__contents-body p:last-child {
  margin-bottom: 0;
}
.glokey-pdp__contents-body ul,
.glokey-pdp__contents-body ol {
  margin: 0;
  padding-left: 18px;
}
.glokey-pdp {
  /* Features row — bold words separated by sparkles. */
}
.glokey-pdp__features {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 6px 8px;
  margin: 10px 0 0;
  font-size: 15px;
  line-height: 21.6px;
  letter-spacing: -0.3px;
}
.glokey-pdp__sparkle {
  flex: 0 0 auto;
  color: #D1736D !important;
}
.glokey-pdp__feature {
  font-weight: 700;
}
.glokey-pdp {
  /* Size label. */
}
.glokey-pdp__size {
  display: flex;
  align-items: center;
  gap: 4px;
  margin: 28px 0 0;
  font-size: 13px;
  line-height: 18.72px;
  letter-spacing: -0.26px;
}
.glokey-pdp__size-label {
  font-weight: 700;
  text-transform: uppercase;
}
.glokey-pdp {
  /* -------- Buy form -------- */
}
.glokey-pdp__form {
  margin-top: 38px;
}
.glokey-pdp__buy-row {
  display: flex;
  align-items: stretch;
  gap: 10px;
}
.glokey-pdp__qty {
  display: inline-flex;
  align-items: center;
  flex: 0 0 auto;
  height: 48px;
  padding: 0 8px;
  border: 1px solid #000 !important;
  border-radius: 99px;
}
.glokey-pdp__qty-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 26px;
  height: 46px;
  padding: 0;
  border: 0;
  background: none;
  color: rgba(0, 0, 0, 0.4) !important;
  cursor: pointer;
}
.glokey-pdp__qty-btn:hover {
  color: #D1736D !important;
}
.glokey-pdp__qty-input {
  width: 28px;
  height: 46px;
  border: 0 !important;
  background: none;
  font-family: "Manrope", sans-serif;
  font-size: 14px;
  font-weight: 700;
  text-align: center;
  letter-spacing: -0.28px;
  color: #000 !important;
  -moz-appearance: textfield;
  appearance: textfield;
}
.glokey-pdp__qty-input::-webkit-outer-spin-button, .glokey-pdp__qty-input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.glokey-pdp__qty-input:focus {
  outline: none;
}
.glokey-pdp__add.add_to_cart_button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  flex: 1 1 auto;
  height: 48px;
  padding: 8px 24px;
  border: 1px solid #000 !important;
  border-radius: 92px;
  background: transparent !important;
  color: #000 !important;
  font-family: "Manrope", sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: -0.28px;
  text-transform: uppercase;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  transition: background 0.2s ease, color 0.2s ease;
}
.glokey-pdp__add.add_to_cart_button:hover, .glokey-pdp__add.add_to_cart_button:focus {
  background: #000 !important;
  color: #fff !important;
  text-decoration: none !important;
}
.glokey-pdp__add.add_to_cart_button.is-disabled {
  opacity: 0.5;
  pointer-events: none;
}
.glokey-pdp__add.add_to_cart_button {
  /* Hide Woo's post-add "View cart" link — the drawer handles it. */
}
.glokey-pdp__add.add_to_cart_button + .added_to_cart,
.glokey-pdp__add.add_to_cart_button .added_to_cart {
  display: none !important;
}
.glokey-pdp__add-icon {
  flex: 0 0 auto;
}
.glokey-pdp__buynow {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 48px;
  margin-top: 10px;
  padding: 8px 30px;
  border: 1px solid #D1736D !important;
  border-radius: 99px;
  background-color: #D1736D !important;
  color: #fff !important;
  font-family: "Manrope", sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: -0.28px;
  text-transform: uppercase;
  cursor: pointer;
  transition: opacity 0.2s ease;
}
.glokey-pdp__buynow:hover, .glokey-pdp__buynow:focus {
  opacity: 0.9;
  color: #fff !important;
}
.glokey-pdp__buynow.is-disabled, .glokey-pdp__buynow:disabled {
  opacity: 0.5;
  pointer-events: none;
}
.glokey-pdp__buynow.is-loading {
  opacity: 0.7;
  pointer-events: none;
}
.glokey-pdp {
  /* -------- Accordion -------- */
}
.glokey-pdp__accordion {
  margin-top: 25px;
}
.glokey-pdp__acc-item {
  border-bottom: 1px solid #bfbfbf;
}
.glokey-pdp__acc-item:first-child {
  border-top: 1px solid #bfbfbf;
}
.glokey-pdp__acc-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 18px 4px;
  list-style: none;
  cursor: pointer;
}
.glokey-pdp__acc-head::-webkit-details-marker {
  display: none;
}
.glokey-pdp__acc-title {
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: -0.32px;
  color: #000 !important;
}
.glokey-pdp {
  /* +/- toggle drawn with pseudo-elements. */
}
.glokey-pdp__acc-icon {
  position: relative;
  flex: 0 0 auto;
  width: 12px;
  height: 12px;
}
.glokey-pdp__acc-icon::before, .glokey-pdp__acc-icon::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 12px;
  height: 1px;
  background: #000 !important;
  transform: translate(-50%, -50%);
  transition: opacity 0.2s ease, transform 0.2s ease;
}
.glokey-pdp__acc-icon::after {
  transform: translate(-50%, -50%) rotate(90deg);
}
.glokey-pdp__acc-item[open] .glokey-pdp__acc-icon::after {
  opacity: 0;
}
.glokey-pdp__acc-body {
  padding: 0 4px 20px;
  font-size: 15px;
  line-height: 21.6px;
  letter-spacing: -0.3px;
  color: #000 !important;
}
.glokey-pdp__acc-body p {
  margin: 0 0 10px;
}
.glokey-pdp__acc-body p:last-child {
  margin-bottom: 0;
}
.glokey-pdp {
  /* -------- Shipping link + social share -------- */
}
.glokey-pdp__aside {
  margin-top: 25px;
}
.glokey-pdp__ship {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 15px;
  line-height: 17px;
  letter-spacing: -0.3px;
  color: #000 !important;
  text-decoration: none;
}
.glokey-pdp__ship span {
  border-bottom: 1px solid rgba(30, 78, 28, 0.4);
  padding-bottom: 2px;
}
.glokey-pdp__ship:hover {
  color: #D1736D !important;
}
.glokey-pdp__share {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-top: 20px;
}
.glokey-pdp__share-btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  padding: 0;
  border: 0;
  background: none;
  color: #000 !important;
  cursor: pointer;
  transition: color 0.2s ease;
}
.glokey-pdp__share-btn:hover {
  color: #D1736D !important;
}
.glokey-pdp__share-tip {
  position: absolute;
  bottom: calc(100% + 8px);
  left: 50%;
  transform: translateX(-50%);
  padding: 3px 6px;
  border-radius: 2px;
  background: #000 !important;
  color: #fff !important;
  font-size: 12px;
  line-height: 15px;
  letter-spacing: -0.24px;
  white-space: nowrap;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.2s ease;
}
.glokey-pdp__share-copy.is-copied .glokey-pdp__share-tip {
  opacity: 1;
}

.glokey-pdp .glokey-pdp__buynow {
  padding: 8px 30px;
  border: 1px solid #D1736D !important;
  border-radius: 99px;
  background: #D1736D !important;
  color: #fff !important;
  font-family: "Manrope", sans-serif;
}
.glokey-pdp .glokey-pdp__buynow:hover, .glokey-pdp .glokey-pdp__buynow:focus {
  background: #D1736D !important;
  color: #fff !important;
}
.glokey-pdp .glokey-pdp__add {
  padding: 8px 24px;
  border: 1px solid #000 !important;
  border-radius: 92px;
  background: transparent !important;
  color: #000 !important;
  font-family: "Manrope", sans-serif;
}
.glokey-pdp .glokey-pdp__add:hover, .glokey-pdp .glokey-pdp__add:focus {
  background: #000 !important;
  color: #fff !important;
}
.glokey-pdp .glokey-pdp__add.is-disabled {
  background: transparent !important;
  color: #000 !important;
}
.glokey-pdp .glokey-pdp__qty {
  border: 1px solid #000 !important;
  border-radius: 99px;
  background: transparent !important;
}
.glokey-pdp .glokey-pdp__qty-btn {
  border: 0;
  background: transparent !important;
  color: #000 !important;
}
.glokey-pdp .glokey-pdp__qty-input {
  padding: 0;
  background: transparent !important;
  color: #000 !important;
  font-family: "Manrope", sans-serif;
}
.glokey-pdp .glokey-pdp__share-btn {
  border: 0;
  background: transparent !important;
  color: #000 !important;
}
.glokey-pdp .glokey-pdp__share-btn:hover {
  color: #D1736D !important;
}

/* The FAQ section is styled by the Glokey FAQs plugin (.gk-faqs), since it
   renders on product pages and Elementor pages alike. */
.glokey-recs {
  padding: 90px 0 100px !important;
  border-top: 1px solid #E9E9E9;
}
@media screen and (max-width: 1024px) {
  .glokey-recs {
    padding: 64px 20px !important;
  }
}
@media screen and (max-width: 768px) {
  .glokey-recs {
    border-top: 0px;
    padding: 100px 20px 64px !important;
  }
}
.glokey-recs {
  /* Centered, capped-width wrapper around the heading + grid. */
}
.glokey-recs__container {
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
}
.glokey-recs__head {
  margin-bottom: 30px;
}
.glokey-recs__title {
  margin: 0;
  font-family: "Nunito", sans-serif;
  font-size: 34px;
  font-weight: 500;
  line-height: 42px;
  letter-spacing: -0.68px;
  color: #000 !important;
}
@media screen and (max-width: 768px) {
  .glokey-recs__title {
    font-size: 28px;
    line-height: 1.2;
  }
}
.glokey-recs__sub {
  margin: 6px 0 0;
  font-family: "Manrope", sans-serif;
  font-size: 17px;
  line-height: 24.48px;
  letter-spacing: -0.34px;
  color: #696969;
}
.glokey-recs {
  /* Positioning context for the optional prev/next arrows. */
}
.glokey-recs__viewport {
  position: relative;
}
.glokey-recs {
  /* Prev/next arrows — only rendered when the template is passed arrows. */
}
.glokey-recs__arrow {
  position: absolute;
  top: 39%;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  padding: 0;
  border: 1px solid #bfbfbf;
  background: #fff !important;
  color: #000 !important;
  cursor: pointer;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50% !important;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%) !important;
  -webkit-transition: opacity 0.2s ease;
  -moz-transition: opacity 0.2s ease;
  -o-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}
.glokey-recs__arrow:hover {
  color: #D1736D !important;
}
.glokey-recs__arrow[disabled] {
  opacity: 0.35;
  cursor: default;
}
.glokey-recs__arrow--prev {
  left: -16px;
}
.glokey-recs__arrow--next {
  right: -17px;
}
@media screen and (max-width: 768px) {
  .glokey-recs__arrow {
    display: none;
  }
}
.glokey-recs__grid {
  display: flex;
  gap: 30px;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  /* No visible scrollbar. */
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.glokey-recs__grid::-webkit-scrollbar {
  display: none;
}
.glokey-recs__grid.is-grabbing {
  cursor: grabbing;
  user-select: none;
  /* Snapping fights a pointer drag — the track would keep yanking back
     to the nearest card while the cursor is still down. */
  scroll-snap-type: none;
}
@media screen and (max-width: 999px) {
  .glokey-recs__grid {
    gap: 20px;
  }
}
@media screen and (max-width: 768px) {
  .glokey-recs__grid {
    gap: 16px;
    overflow-x: auto;
    overflow-y: hidden;
    cursor: grab;
    scroll-snap-type: x mandatory;
  }
}
.glokey-recs__card {
  display: flex;
  flex-direction: column;
  flex: 0 0 calc((100% - 90px) / 4);
  /* ~4 cards visible (3 gaps of 30px) */
  scroll-snap-align: start;
}
@media screen and (max-width: 1170px) {
  .glokey-recs__card {
    flex-basis: calc((100% - 60px) / 3);
  }
}
@media screen and (max-width: 768px) {
  .glokey-recs__card {
    flex-basis: calc((100% - 16px) / 2);
  }
}
@media screen and (max-width: 690px) {
  .glokey-recs__card {
    flex-basis: 70%;
  }
}
.glokey-recs__media {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  background: #fff !important;
  overflow: hidden;
}
.glokey-recs__media img {
  display: block;
  width: auto;
  max-width: 100% !important;
  max-height: 100% !important;
  object-fit: contain;
}
.glokey-recs__meta {
  display: flex;
  flex-direction: column;
}
.glokey-recs__cat {
  margin-bottom: 8px;
  font-family: "Manrope", sans-serif;
  font-size: 11px;
  letter-spacing: -0.22px;
  text-transform: uppercase;
  color: #D1736D !important;
}
.glokey-recs__name {
  margin-bottom: 5px;
  font-family: "Manrope", sans-serif;
  font-size: 16.5px;
  line-height: 19.8px;
  letter-spacing: -0.33px;
  color: #000 !important;
  text-decoration: none;
}
.glokey-recs__name:hover {
  color: #D1736D !important;
}
.glokey-recs__price {
  font-family: "Manrope", sans-serif;
  font-size: 15px;
  line-height: 15px;
  letter-spacing: -0.3px;
  color: #000 !important;
}
.glokey-recs__price del {
  opacity: 0.5;
  margin-right: 4px;
}
.glokey-recs__price ins {
  text-decoration: none;
}

.glokey-cart {
  padding: 28px 0 64px;
  font-family: "Manrope", sans-serif;
  color: #000 !important;
}
.glokey-cart__container {
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
}
.glokey-cart.is-busy .glokey-cart__inner {
  opacity: 0.6;
  pointer-events: none;
}
.glokey-cart__head {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 26px;
}
.glokey-cart__title {
  margin: 0;
  font-family: "Manrope", sans-serif;
  font-size: 22px;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: -0.44px;
  text-transform: uppercase;
  color: #000 !important;
}
@media screen and (max-width: 768px) {
  .glokey-cart__title {
    font-size: 18px;
  }
}
.glokey-cart__continue {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  white-space: nowrap;
  font-family: "Manrope", sans-serif;
  font-size: 15px;
  font-weight: 600;
  line-height: normal;
  color: #111 !important;
  text-decoration: underline !important;
}
.glokey-cart__continue::before {
  content: "";
  width: 6px;
  height: 6px;
  border-left: 1.5px solid currentColor;
  border-bottom: 1.5px solid currentColor;
  transform: rotate(45deg);
}
.glokey-cart__continue:hover, .glokey-cart__continue:focus {
  color: #D1736D !important;
}
@media screen and (max-width: 576px) {
  .glokey-cart__continue {
    font-size: 13px;
  }
}
.glokey-cart__layout {
  display: Flex;
  align-items: start;
  column-gap: 80px;
}
@media screen and (max-width: 999px) {
  .glokey-cart__layout {
    flex-direction: column;
    align-items: stretch;
    row-gap: 32px;
  }
}
@media screen and (max-width: 690px) {
  .glokey-cart__layout {
    row-gap: 24px;
  }
}
.glokey-cart__main {
  max-width: 800px;
  width: 100%;
}
.glokey-cart {
  /* The stock WooCommerce update button is only there for the no-JS path. */
}
.glokey-cart__actions {
  margin: 0;
}
.glokey-cart__update {
  margin-top: 18px;
  padding: 12px 24px;
  border: 1px solid #000 !important;
  background: transparent !important;
  font-family: inherit;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: -0.26px;
  text-transform: uppercase;
  color: #000 !important;
  cursor: pointer;
  -webkit-border-radius: 61px;
  -moz-border-radius: 61px;
  -ms-border-radius: 61px;
  border-radius: 61px !important;
}
.glokey-cart {
  /* ------------------------------ Remove all ---------------------------- */
}
.glokey-cart__remove-all-form {
  margin: 22px 0 0;
}
.glokey-cart__remove-all {
  padding: 0;
  border: 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.4);
  background: transparent !important;
  font-family: inherit;
  font-size: 13px;
  font-weight: 600;
  line-height: normal;
  color: #757575 !important;
  cursor: pointer;
  border-radius: 0;
  text-transform: inherit;
}
.glokey-cart__remove-all:hover {
  color: #000 !important;
}
.glokey-cart {
  /* ------------------------------- Notices ------------------------------ */
}
.glokey-cart .woocommerce-message,
.glokey-cart .woocommerce-error,
.glokey-cart .woocommerce-info {
  margin: 0 0 24px;
  padding: 14px 18px;
  border: 0;
  border-left: 3px solid #D1736D !important;
  background: #f6f6f6 !important;
  font-size: 14px;
  letter-spacing: -0.28px;
  color: #000 !important;
  list-style: none;
}
.glokey-cart .woocommerce-message::before,
.glokey-cart .woocommerce-error::before,
.glokey-cart .woocommerce-info::before {
  display: none;
}
.glokey-cart .woocommerce-message .button,
.glokey-cart .woocommerce-error .button,
.glokey-cart .woocommerce-info .button {
  display: none;
}
.glokey-cart {
  /* ----------------------------- Empty state ---------------------------- */
}
.glokey-cart__inner--empty {
  padding: 40px 0 80px;
}
.glokey-cart__inner--empty .glokey-cart-empty {
  gap: 20px;
}

/* The free-shipping banner (.glokey-cart-shipping--banner) is a shared cart
   component and lives with its base block in _cart-drawer.scss. */
/* -------------------------------- Cart lines ------------------------------ */
.glokey-cart-lines {
  margin: 0;
  padding: 0;
}

.glokey-cart-line {
  display: grid;
  grid-template-columns: 92px minmax(0, 1fr) auto minmax(80px, auto) 20px;
  grid-template-areas: "media info qty price remove";
  align-items: center;
  column-gap: 20px;
  padding: 24px 0;
  border-bottom: 1px solid #bfbfbf !important;
}
@media screen and (max-width: 999px) {
  .glokey-cart-line {
    column-gap: 14px;
  }
}
@media screen and (max-width: 690px) {
  .glokey-cart-line {
    grid-template-columns: 70px minmax(0, 1fr) 70px;
    /* Figma stacks the line as title + price on the first row and the
       stepper + bin on the second — the reverse of the desktop order. */
    grid-template-areas: "media info price" "media qty  remove";
    align-items: start;
    row-gap: 14px;
    padding: 18px 0;
  }
}
.glokey-cart-line__media {
  grid-area: media;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 92px;
  height: 110px;
  box-sizing: border-box;
  overflow: hidden;
}
.glokey-cart-line__media a {
  display: block;
  max-width: 100% !important;
  width: 100% !important;
  height: 100% !important;
}
.glokey-cart-line__media img {
  display: block;
  width: 100% !important;
  height: 100% !important;
  object-fit: contain;
}
@media screen and (max-width: 690px) {
  .glokey-cart-line__media {
    width: 70px;
    height: 86px;
  }
}
.glokey-cart-line__info {
  grid-area: info;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 6px;
  min-width: 0;
}
.glokey-cart-line__title {
  color: #000 !important;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -0.32px;
  text-align: left;
}
.glokey-cart-line__title:hover {
  color: #D1736D !important;
}
.glokey-cart-line__size, .glokey-cart-line__meta {
  color: #757575 !important;
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -0.13px;
  text-transform: uppercase;
}
.glokey-cart-line__size p,
.glokey-cart-line__size dl,
.glokey-cart-line__size dd,
.glokey-cart-line__size dt, .glokey-cart-line__meta p,
.glokey-cart-line__meta dl,
.glokey-cart-line__meta dd,
.glokey-cart-line__meta dt {
  margin: 0;
  font-size: inherit;
}
.glokey-cart-line__quick {
  margin-top: 2px;
  font-size: 11px;
  letter-spacing: -0.22px;
  text-transform: uppercase;
  color: #000 !important;
  text-decoration: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.6);
  font-weight: 700;
}
.glokey-cart-line__quick:hover {
  color: #D1736D !important;
  border-bottom-color: currentColor;
}
.glokey-cart-line__qty {
  grid-area: qty;
}
.glokey-cart-line__price {
  grid-area: price;
  font-size: 15px;
  letter-spacing: -0.3px;
  text-align: right;
  color: #000 !important;
  font-weight: 700;
}
.glokey-cart-line__price del {
  margin-right: 4px;
  opacity: 0.5;
}
.glokey-cart-line__price ins {
  text-decoration: none;
}
.glokey-cart-line__price {
  /* Top row, level with the title. */
}
@media screen and (max-width: 690px) {
  .glokey-cart-line__price {
    text-align: right;
    align-self: start;
  }
}
.glokey-cart-line__remove {
  grid-area: remove;
  display: flex;
  justify-content: flex-end;
  /* Second row, so it centres against the stepper beside it. */
}
@media screen and (max-width: 690px) {
  .glokey-cart-line__remove {
    align-self: center;
  }
}
.glokey-cart-line__remove a {
  color: #dc3232 !important;
  background: transparent !important;
}
.glokey-cart-line__remove a:hover {
  color: #dc3232 !important;
  opacity: 0.7;
}
.glokey-cart-line__remove-link {
  display: inline-flex;
  color: #dc3232 !important;
  text-decoration: none;
}
.glokey-cart-line__remove-link:hover {
  opacity: 0.7;
  background: transparent !important;
}
.glokey-cart-line .backorder_notification {
  margin: 0;
  font-size: 11px;
  letter-spacing: -0.22px;
  color: #757575 !important;
}

/* Quantity stepper — wraps WooCommerce's own quantity input so stock limits,
   step values and the no-JS "Update cart" fallback all keep working. */
.glokey-cart-line__qty {
  display: inline-flex;
  max-width: 77px;
  align-items: center;
  height: 32px;
  border: 1px solid #bfbfbf !important;
  border-radius: 3px;
}
.glokey-cart-line__qty .quantity {
  margin: 0;
  float: none;
}
.glokey-cart-line__qty .quantity label,
.glokey-cart-line__qty .screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
}
.glokey-cart-line__qty input.qty {
  width: 34px !important;
  height: 30px;
  margin: 0 0 4px 0;
  padding: 0;
  border: 0;
  background: transparent !important;
  box-shadow: none;
  font-family: inherit;
  font-size: 14px;
  font-weight: 700;
  line-height: 30px;
  letter-spacing: -0.28px;
  color: #000 !important;
}
.glokey-cart-line__qty input.qty::-webkit-outer-spin-button, .glokey-cart-line__qty input.qty::-webkit-inner-spin-button {
  margin: 0;
  -webkit-appearance: none;
}
.glokey-cart-line__qty .glokey-qty__btn {
  height: 30px;
}
.glokey-cart-line__qty {
  /* Sold-individually products render the quantity without steppers. */
}
.glokey-cart-line__qty.glokey-qty--fixed input.qty {
  width: 44px;
}

/* ------------------------------ Order summary ----------------------------- */
.glokey-cart__aside {
  max-width: 400px;
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .glokey-cart__aside {
    max-width: 290px;
  }
}
@media screen and (max-width: 768px) {
  .glokey-cart__aside {
    max-width: 100%;
  }
}
.glokey-cart__aside .glokey-cart-summary {
  float: none !important;
  width: 100% !important;
  border-radius: 12px;
  padding: 24px;
  border: 1px solid #bfbfbf !important;
  background: #f6f6f6 !important;
}
@media screen and (max-width: 576px) {
  .glokey-cart__aside .glokey-cart-summary {
    padding: 20px;
  }
}
.glokey-cart__aside .glokey-cart-summary__title {
  margin-bottom: 24px !important;
  font-family: "Manrope", sans-serif;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.26px;
  text-transform: uppercase;
  color: #000 !important;
}
@media screen and (max-width: 690px) {
  .glokey-cart__aside .glokey-cart-summary__title {
    margin-bottom: 20px !important;
  }
}
.glokey-cart__aside .glokey-cart-summary__table {
  width: 100% !important;
  margin: 0;
  border: 0;
  border-collapse: collapse;
  font-size: 14px;
  letter-spacing: -0.28px;
}
.glokey-cart__aside .glokey-cart-summary__table tr {
  border: 0;
}
.glokey-cart__aside .glokey-cart-summary__table th,
.glokey-cart__aside .glokey-cart-summary__table td {
  padding: 0 0 12px 0;
  border: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
  vertical-align: top;
  color: #525252;
}
.glokey-cart__aside .glokey-cart-summary__table th {
  text-align: left;
}
.glokey-cart__aside .glokey-cart-summary__table td {
  text-align: right;
  color: #000 !important;
}
.glokey-cart__aside .glokey-cart-summary__table tr.order-total th,
.glokey-cart__aside .glokey-cart-summary__table tr.order-total td {
  padding: 12px 0 0;
  border-top: 1px solid #eaeaea !important;
  font-size: 16px;
  font-weight: 700;
  color: #000 !important;
}
.glokey-cart__aside .glokey-cart-summary__table ul#shipping_method,
.glokey-cart__aside .glokey-cart-summary__table .woocommerce-shipping-methods {
  margin: 0;
  padding: 0;
  list-style: none;
}
.glokey-cart__aside .glokey-cart-summary__table ul#shipping_method li,
.glokey-cart__aside .glokey-cart-summary__table .woocommerce-shipping-methods li {
  margin: 0 0 4px;
}
.glokey-cart__aside .glokey-cart-summary__table ul#shipping_method li:last-child,
.glokey-cart__aside .glokey-cart-summary__table .woocommerce-shipping-methods li:last-child {
  margin-bottom: 0;
}
.glokey-cart__aside .glokey-cart-summary__table ul#shipping_method label,
.glokey-cart__aside .glokey-cart-summary__table .woocommerce-shipping-methods label {
  font-size: 14px;
}
.glokey-cart__aside .glokey-cart-summary__table .woocommerce-shipping-destination,
.glokey-cart__aside .glokey-cart-summary__table .shipping-calculator-button {
  display: block;
  margin-top: 4px;
  font-size: 12px;
  letter-spacing: -0.24px;
  color: #757575 !important;
}
.glokey-cart__aside .glokey-cart-summary__table .woocommerce-remove-coupon {
  margin-left: 6px;
  font-size: 11px;
  text-transform: uppercase;
  color: #757575 !important;
}
.glokey-cart__aside .glokey-cart-summary__row {
  border-bottom: 1px solid #bfbfbf !important;
}
.glokey-cart__aside .glokey-cart-summary__row:first-of-type {
  border-top: 1px solid #bfbfbf !important;
  margin-top: 24px;
}
@media screen and (max-width: 690px) {
  .glokey-cart__aside .glokey-cart-summary__row:first-of-type {
    margin-top: 20px;
  }
}
.glokey-cart__aside .glokey-cart-summary__row summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 0;
  color: #000;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  cursor: pointer;
}
.glokey-cart__aside .glokey-cart-summary__row summary::-webkit-details-marker {
  display: none;
}
.glokey-cart__aside .glokey-cart-summary__panel {
  padding: 0 0 16px;
}
.glokey-cart__aside .glokey-cart-summary__panel textarea {
  width: 100% !important;
  min-height: 80px;
  padding: 10px 12px;
  box-sizing: border-box;
  border: 1px solid #dedede;
  font-family: inherit;
  font-size: 14px;
  letter-spacing: -0.28px;
  color: #000 !important;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px !important;
}
.glokey-cart__aside .glokey-cart-summary__taxes {
  margin: 24px 0 0;
  color: #757575 !important;
  text-align: center;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
@media screen and (max-width: 690px) {
  .glokey-cart__aside .glokey-cart-summary__taxes {
    margin: 20px 0 0;
  }
}
.glokey-cart__aside .glokey-cart-summary .wc-proceed-to-checkout {
  margin: 24px 0 0;
  padding: 0;
}
@media screen and (max-width: 690px) {
  .glokey-cart__aside .glokey-cart-summary .wc-proceed-to-checkout {
    margin: 20px 0 0;
  }
}
.glokey-cart__aside .glokey-cart-summary__checkout {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  height: 52px;
  background: #000 !important;
  color: #fff !important;
  font-size: 14px;
  font-weight: 700;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.42px;
  text-transform: uppercase;
  text-decoration: none;
  border-radius: 26px;
}
.glokey-cart__aside .glokey-cart-summary__checkout::after {
  display: none;
}
.glokey-cart__aside .glokey-cart-summary__checkout:hover {
  opacity: 0.88;
  color: #fff !important;
}
.glokey-cart__aside .glokey-cart-summary__checkout .woocommerce-Price-amount {
  color: #fff !important;
}
.glokey-cart__aside .glokey-cart-summary__pay {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 16px;
}
.glokey-cart__aside .glokey-cart-summary__pay img {
  display: block;
  width: auto;
  max-width: 46px;
  max-height: 22px;
  margin: 0;
  object-fit: contain;
}

.glokey-recs--cart {
  margin-top: 56px;
  padding: 56px 0 0 !important;
}
@media screen and (max-width: 690px) {
  .glokey-recs--cart {
    border-top: none;
    margin-top: 0;
    padding: 40px 0 0 !important;
  }
}
.glokey-recs--cart .glokey-recs__head {
  margin-bottom: 24px;
}
@media screen and (max-width: 690px) {
  .glokey-recs--cart .glokey-recs__head {
    margin-bottom: 16px;
  }
}
.glokey-recs--cart .glokey-recs__title {
  color: #000 !important;
  font-family: "Manrope", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.32px;
  text-transform: uppercase;
}
@media screen and (max-width: 768px) {
  .glokey-recs--cart .glokey-recs__title {
    font-size: 13px;
  }
}

.elementor-widget-cew_hero_banner {
  padding: 20px;
}
@media screen and (max-width: 690px) {
  .elementor-widget-cew_hero_banner {
    padding: 10px;
  }
}

.clinically_proven_wrapper {
  padding: 8px 10px 0px;
}
.clinically_proven_wrapper .e-con-inner {
  gap: 20px;
}

.real-result-wrapper {
  padding: 16px 10px 6px;
}
.real-result-wrapper .e-con-inner {
  gap: 18px;
}

.marquee-wrapper {
  padding: 16px 0 10px;
}

.produst-wrapper {
  padding: 16px 10px 10px;
}

.key-advantage-wrapper {
  background-color: #FFF5F5 !important;
  padding: 12px 10px 20px;
}
.key-advantage-wrapper .key-advantage-col .elementor-widget-heading {
  text-align: center;
}
.key-advantage-wrapper .key-advantage-col .elementor-widget-heading span {
  border-radius: 25px;
  background: #FFF5F5;
  padding: 4px 5px;
  color: #D1736D !important;
  font-family: "Manrope", sans-serif;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.4px;
}
@media screen and (max-width: 576px) {
  .key-advantage-wrapper .key-advantage-col .elementor-widget-heading span {
    font-size: 11px;
  }
}
.key-advantage-wrapper .key-advantage-col .elementor-widget-heading h2 {
  color: #D1736D !important;
  font-family: "Manrope", sans-serif;
  font-size: 20px;
  font-weight: 800;
  line-height: 130%;
  letter-spacing: 0.22px;
  text-transform: uppercase;
}
@media screen and (max-width: 576px) {
  .key-advantage-wrapper .key-advantage-col .elementor-widget-heading h2 {
    font-size: 11px;
  }
}
.key-advantage-wrapper .key-advantage-col img {
  width: 75% !important;
}
@media screen and (max-width: 576px) {
  .key-advantage-wrapper .key-advantage-col img {
    width: 100% !important;
  }
}

.shop-wrapper {
  padding: 42px 16px;
}

.every-glo-needs-wrapper {
  margin-bottom: 32px;
}
@media screen and (max-width: 690px) {
  .every-glo-needs-wrapper {
    margin-bottom: 20px;
  }
}
.every-glo-needs-wrapper .elementor-widget-cew_hero_banner .cew-content {
  display: flex;
  align-items: center;
  padding: 0;
}
.every-glo-needs-wrapper .elementor-widget-cew_hero_banner .cew-content .cew-description {
  max-width: 634px;
  width: 100%;
}
.every-glo-needs-wrapper .elementor-widget-cew_hero_banner .cew-content .cew-buttons {
  justify-content: center;
}
.every-glo-needs-wrapper .elementor-widget-cew_hero_banner .cew-content .cew-buttons .cew-btn {
  flex: none;
  padding: 12.17px 30px 12.92;
}

footer .glokey-wrap {
  background: #FFF5F5;
  padding: 32px 0px;
}
footer .glokey-wrap .e-con-full {
  text-align: center;
}
footer .exclusive-offers-cta {
  background: #E39E99 !important;
  padding: 30px 10px;
}
footer .exclusive-offers-cta .cew-si-left {
  gap: 12px;
}
footer .exclusive-offers-cta .cew-si-left .cew-si-label {
  color: #FFF;
  font-size: 10px;
  letter-spacing: 1.4px;
  font-weight: 400;
}
footer .exclusive-offers-cta .cew-si-left .cew-si-heading {
  color: #FFF;
  font-size: 28px;
  font-weight: 500;
  line-height: 40px;
  letter-spacing: -0.56px;
}
footer .exclusive-offers-cta .cew-si-description {
  color: rgba(255, 255, 255, 0.6);
  font-family: "Manrope";
  font-size: 16px;
  font-weight: 400;
  text-align: center;
}
@media screen and (max-width: 690px) {
  footer .exclusive-offers-cta .cew-si-description {
    text-align: left;
  }
}
footer .exclusive-offers-cta form .cta-form p {
  position: relative;
  width: 100%;
  max-width: 400px;
}
footer .exclusive-offers-cta form .cta-form p input[type=email] {
  border-radius: 999px;
  background: #FFF;
  box-shadow: 0 0 0 0 #FFF inset, 0 0 0 1px rgba(255, 255, 255, 0.24) inset;
  padding: 16px 16px;
  font-family: "Manrope", sans-serif;
  color: #6B6675;
  font-size: 16px;
  letter-spacing: -0.8px;
  border: none;
}
footer .exclusive-offers-cta form .cta-form p input.cta-btn {
  border-radius: 994px;
  background: #000 !important;
  padding: 14px 30px;
  color: #FFF;
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  line-height: 14px;
  letter-spacing: -0.7px;
  position: absolute;
  top: 8px;
  right: 8px;
  text-transform: Capitalize;
  font-family: "Manrope", sans-serif;
}
footer .exclusive-offers-cta form .cta-form p .wpcf7-spinner {
  position: absolute;
  top: 17px;
  right: 25px;
}
footer .exclusive-offers-cta form .cta-form p .wpcf7-not-valid-tip {
  color: #fff;
  font-size: 14px;
  margin-top: 10px;
}
footer .exclusive-offers-cta form.sent .wpcf7-response-output {
  background: #46b450;
}
footer .exclusive-offers-cta form .wpcf7-response-output {
  margin: 15px 0 !important;
  color: #fff;
  font-size: 14px;
  width: 100%;
  max-width: 420px;
  border-radius: 4px;
}
footer .footer-wrapper {
  margin: 0 !important;
  padding: 55px 25px;
  background: #FFF5F5 !important;
}
footer .footer-wrapper .web-footer .e-con-inner {
  gap: 40px;
}
footer .footer-wrapper .web-footer .e-con-inner .e-con-full {
  padding: 0;
  gap: 20px;
}
footer .footer-wrapper .web-footer .e-con-inner .e-con-full .elementor-widget-heading h4.elementor-heading-title {
  color: #000 !important;
  font-family: "Manrope", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 14px;
  letter-spacing: -0.28px;
}
footer .footer-wrapper .web-footer .e-con-inner .e-con-full .elementor-widget-navigation-menu .hfe-nav-menu ul.hfe-nav-menu li.menu-item a.hfe-menu-item {
  padding: 0 0 10px;
  color: #000 !important;
  font-family: "Manrope", sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: -0.3px;
}
@media screen and (max-width: 690px) {
  footer .footer-wrapper {
    padding: 14px 10px 40px;
  }
  footer .footer-wrapper .e-con-inner .elementor-widget-n-accordion .e-n-accordion .e-n-accordion-item .e-n-accordion-item-title {
    padding: 25px 0;
    border: none;
    border-bottom: 1px solid #000 !important;
  }
  footer .footer-wrapper .e-con-inner .elementor-widget-n-accordion .e-n-accordion .e-n-accordion-item .e-n-accordion-item-title .e-n-accordion-item-title-header .e-n-accordion-item-title-text {
    color: #000 !important;
    text-align: center;
    font-family: "Manrope", sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px;
    letter-spacing: -0.4px;
  }
  footer .footer-wrapper .e-con-inner .elementor-widget-n-accordion .e-n-accordion .e-n-accordion-item .e-n-accordion-item-title .e-n-accordion-item-title-icon svg {
    width: 19px;
    height: 19px;
  }
  footer .footer-wrapper .e-con-inner .elementor-widget-n-accordion .e-n-accordion .e-n-accordion-item .elementor-widget-navigation-menu .hfe-nav-menu ul.hfe-nav-menu li.menu-item a.hfe-menu-item {
    padding: 14px 0;
    color: #000 !important;
    font-family: "Manrope", sans-serif;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: -0.3px;
    border-bottom: 1px solid #000 !important;
  }
  footer .footer-wrapper .e-con-inner .elementor-widget-n-accordion .e-n-accordion .e-n-accordion-item .elementor-widget-navigation-menu .hfe-nav-menu ul.hfe-nav-menu .last-li-menu a.hfe-menu-item {
    border-bottom: none !important;
  }
}
footer .footer-wrapper .copyright-wrapper .e-con-inner {
  gap: 40px;
}
footer .footer-wrapper .copyright-wrapper .e-con-inner .e-con-full {
  padding: 0;
  gap: 5px;
}
footer .footer-wrapper .copyright-wrapper .e-con-inner .e-con-full .elementor-widget-image img {
  width: 38px !important;
  height: 24px !important;
  vertical-align: baseline;
}
footer .footer-wrapper .copyright-wrapper .e-con-inner .e-con-full .elementor-widget-heading p.elementor-heading-title {
  color: #000 !important;
  font-family: "Manrope", sans-serif;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 18.72px;
  letter-spacing: -0.26px;
  opacity: 0.7px;
}

.top-contact-container {
  padding: 20px;
}
@media screen and (max-width: 690px) {
  .top-contact-container {
    padding: 10px;
  }
}
.top-contact-container .hero-banner {
  padding: 215px 40px 40px 40px;
  border-radius: 24px;
}
@media screen and (max-width: 1170px) {
  .top-contact-container .hero-banner {
    padding: 215px 20px 40px;
  }
}
@media screen and (max-width: 690px) {
  .top-contact-container .hero-banner {
    padding: 135px 20px 60px;
    border-radius: 8px;
  }
}
.top-contact-container .hero-banner .elementor-widget-cew_custom_heading .cew-si-inner {
  gap: 16px;
}
.top-contact-container .hero-banner .elementor-widget-cew_custom_heading .cew-si-inner .cew-si-left .cew-si-label {
  color: #FF9292 !important;
  font-family: "Manrope", sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  line-height: 21.6px;
  letter-spacing: -0.3px;
  text-transform: uppercase;
}
@media screen and (max-width: 690px) {
  .top-contact-container .hero-banner .elementor-widget-cew_custom_heading .cew-si-inner .cew-si-left .cew-si-label {
    font-size: 13px;
    letter-spacing: 0.52px;
  }
}
.top-contact-container .hero-banner .elementor-widget-cew_custom_heading .cew-si-inner .cew-si-left .cew-si-heading {
  color: #fff !important;
  font-family: Manrope;
  font-size: 84px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -1.68px;
}
@media screen and (max-width: 690px) {
  .top-contact-container .hero-banner .elementor-widget-cew_custom_heading .cew-si-inner .cew-si-left .cew-si-heading {
    font-size: 48px;
    letter-spacing: -0.96px;
  }
}
.top-contact-container .hero-banner .elementor-widget-cew_custom_heading .cew-si-inner .cew-si-right .cew-si-description {
  max-width: 640px;
  color: #fff !important;
  font-family: "Manrope", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: -0.4px;
}
@media screen and (max-width: 690px) {
  .top-contact-container .hero-banner .elementor-widget-cew_custom_heading .cew-si-inner .cew-si-right .cew-si-description {
    font-size: 16px;
    line-height: 24px;
    letter-spacing: -0.16px;
  }
}

.contact-form-wrapper {
  padding: 90px 40px;
}
@media screen and (max-width: 1024px) {
  .contact-form-wrapper {
    padding: 90px 20px;
  }
}
@media screen and (max-width: 690px) {
  .contact-form-wrapper {
    padding: 38px 20px 50px;
  }
}
.contact-form-wrapper .e-con-inner {
  gap: 80px;
}
@media screen and (max-width: 690px) {
  .contact-form-wrapper .e-con-inner {
    gap: 0;
  }
}
.contact-form-wrapper .e-con-inner .e-con-full {
  padding: 0;
  gap: 32px;
}
.contact-form-wrapper .e-con-inner .e-con-full .elementor-widget-heading h2.elementor-heading-title {
  color: #1B1B1B !important;
  font-family: "Manrope", sans-serif;
  font-size: 36px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.72px;
}
@media screen and (max-width: 690px) {
  .contact-form-wrapper .e-con-inner .e-con-full .elementor-widget-heading h2.elementor-heading-title {
    font-size: 28px;
    font-weight: 700;
    letter-spacing: -0.56px;
  }
}
.contact-form-wrapper .e-con-inner .e-con-full .contact-form__details {
  margin-bottom: 24px;
}
@media screen and (max-width: 690px) {
  .contact-form-wrapper .e-con-inner .e-con-full .contact-form__details {
    margin-bottom: 20px;
  }
}
.contact-form-wrapper .e-con-inner .e-con-full .contact-form__label {
  margin-bottom: 8px;
  color: #1B1B1B !important;
  font-family: "Manrope", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -0.28px;
  text-transform: uppercase;
}
.contact-form-wrapper .e-con-inner .e-con-full .contact-form__title {
  font-size: 32px;
  font-weight: 500;
  margin: 0 0 24px;
  color: #111;
}
.contact-form-wrapper .e-con-inner .e-con-full .contact-form__row {
  display: flex;
  flex-direction: row;
  gap: 16px;
}
@media screen and (max-width: 690px) {
  .contact-form-wrapper .e-con-inner .e-con-full .contact-form__row {
    flex-direction: column;
    gap: 0;
  }
}
.contact-form-wrapper .e-con-inner .e-con-full .contact-form input[type=text],
.contact-form-wrapper .e-con-inner .e-con-full .contact-form input[type=email],
.contact-form-wrapper .e-con-inner .e-con-full .contact-form textarea,
.contact-form-wrapper .e-con-inner .e-con-full .contact-form select {
  width: 100%;
  font-size: 15px;
  font-weight: 400;
  text-transform: none;
  letter-spacing: normal;
  color: #333;
  border-radius: 8px;
  height: 48px;
  padding: 0 16px;
  border: 1px solid #E9E9E9;
  background: #fff !important;
  box-sizing: border-box;
  margin: 0;
}
.contact-form-wrapper .e-con-inner .e-con-full .contact-form input[type=text]::placeholder,
.contact-form-wrapper .e-con-inner .e-con-full .contact-form input[type=email]::placeholder,
.contact-form-wrapper .e-con-inner .e-con-full .contact-form textarea::placeholder,
.contact-form-wrapper .e-con-inner .e-con-full .contact-form select::placeholder {
  color: #999;
}
.contact-form-wrapper .e-con-inner .e-con-full .contact-form input[type=text]:focus,
.contact-form-wrapper .e-con-inner .e-con-full .contact-form input[type=email]:focus,
.contact-form-wrapper .e-con-inner .e-con-full .contact-form textarea:focus,
.contact-form-wrapper .e-con-inner .e-con-full .contact-form select:focus {
  outline: none;
  border-color: #D1736D !important;
}
.contact-form-wrapper .e-con-inner .e-con-full .contact-form input:-webkit-autofill,
.contact-form-wrapper .e-con-inner .e-con-full .contact-form input:-webkit-autofill:hover,
.contact-form-wrapper .e-con-inner .e-con-full .contact-form input:-webkit-autofill:focus,
.contact-form-wrapper .e-con-inner .e-con-full .contact-form input:-webkit-autofill:active,
.contact-form-wrapper .e-con-inner .e-con-full .contact-form textarea:-webkit-autofill,
.contact-form-wrapper .e-con-inner .e-con-full .contact-form select:-webkit-autofill {
  -webkit-text-fill-color: #333;
  -webkit-box-shadow: 0 0 0 1000px #fff inset;
  box-shadow: 0 0 0 1000px #fff inset;
  caret-color: #333;
  transition: background-color 9999s ease-in-out 0s;
}
.contact-form-wrapper .e-con-inner .e-con-full .contact-form textarea {
  min-height: 140px;
  padding: 16px;
  resize: vertical;
  margin-bottom: 20px;
}
.contact-form-wrapper .e-con-inner .e-con-full .contact-form select.wpcf7-select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: #fff url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%23333' stroke-width='1.5' fill='none' fill-rule='evenodd'/%3E%3C/svg%3E") no-repeat right 16px center !important;
  padding-right: 40px;
}
.contact-form-wrapper .e-con-inner .e-con-full .contact-form select.wpcf7-select.is-open {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8'%3E%3Cpath d='M1 7l5-5 5 5' stroke='%23333' stroke-width='1.5' fill='none' fill-rule='evenodd'/%3E%3C/svg%3E") !important;
}
.contact-form-wrapper .e-con-inner .e-con-full .contact-form input.cta-btn,
.contact-form-wrapper .e-con-inner .e-con-full .contact-form .wpcf7-submit {
  width: 100%;
  background: #D1736D !important;
  color: #fff !important;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  border: none;
  border-radius: 999px;
  padding: 18px 24px;
  cursor: pointer;
}
.contact-form-wrapper .e-con-inner .e-con-full .contact-form .wpcf7-spinner {
  position: absolute;
  bottom: 40px;
  right: 45%;
}
@media screen and (max-width: 690px) {
  .contact-form-wrapper .e-con-inner .e-con-full .contact-form .wpcf7-spinner {
    bottom: 35px;
    right: 40%;
  }
}
.contact-form-wrapper .e-con-inner .e-con-full .contact-form .wpcf7-not-valid-tip {
  color: #dc3232 !important;
  font-size: 14px;
  margin-top: 10px;
}
.contact-form-wrapper .e-con-inner .e-con-full form.wpcf7-form.sent .wpcf7-response-output {
  background: #46b450;
  color: #fff !important;
}
.contact-form-wrapper .e-con-inner .e-con-full form.wpcf7-form .wpcf7-response-output {
  margin: 15px 0 !important;
  padding: 2.8px 14px;
  font-size: 14px;
}
@media screen and (max-width: 690px) {
  .contact-form-wrapper .e-con-inner .e-con-full .contact-details {
    margin-top: 40px;
  }
}
.contact-form-wrapper .e-con-inner .e-con-full .contact-details__item {
  padding: 24px 0;
  border-bottom: 1px solid #E9E9E9 !important;
}
.contact-form-wrapper .e-con-inner .e-con-full .contact-details__item:last-child {
  border-bottom: none;
}
@media screen and (max-width: 690px) {
  .contact-form-wrapper .e-con-inner .e-con-full .contact-details__item {
    padding: 0;
    border-bottom: none !important;
    margin-bottom: 32px;
  }
  .contact-form-wrapper .e-con-inner .e-con-full .contact-details__item:last-child {
    margin-bottom: 0;
  }
}
.contact-form-wrapper .e-con-inner .e-con-full .contact-details__label {
  color: #1B1B1B !important;
  font-family: "Manrope", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -0.28px;
  text-transform: uppercase;
  margin-bottom: 8px;
}
@media screen and (max-width: 690px) {
  .contact-form-wrapper .e-con-inner .e-con-full .contact-details__label {
    font-size: 12px;
    letter-spacing: 0.48px;
  }
}
.contact-form-wrapper .e-con-inner .e-con-full .contact-details__value {
  color: #1B1B1B !important;
  font-family: "Manrope", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.contact-form-wrapper .e-con-inner .e-con-full .contact-details__email {
  color: #D1736D !important;
  font-family: "Manrope", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: auto;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}
.contact-form-wrapper .e-con-inner .e-con-full .contact-details__email:hover {
  opacity: 0.8;
}
@media screen and (max-width: 690px) {
  .contact-form-wrapper .e-con-inner .e-con-full .contact-details__email {
    font-weight: 600;
  }
}
.contact-form-wrapper .e-con-inner .e-con-full .contact-details__socials {
  display: flex;
  flex-direction: column;
  gap: 8px;
  width: max-content;
}
@media screen and (max-width: 690px) {
  .contact-form-wrapper .e-con-inner .e-con-full .contact-details__socials {
    flex-direction: row;
    gap: 20px;
  }
}
.contact-form-wrapper .e-con-inner .e-con-full .contact-details__socials a {
  color: #1B1B1B !important;
  font-family: "Manrope", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.contact-form-wrapper .e-con-inner .e-con-full .contact-details__socials a:hover {
  text-decoration: underline;
}

.top-about-container {
  padding: 20px;
}
@media screen and (max-width: 690px) {
  .top-about-container {
    padding: 10px;
  }
}
.top-about-container .about-hero-banner {
  padding: 130px 20px 46px;
  border-radius: 24px;
}
@media screen and (max-width: 690px) {
  .top-about-container .about-hero-banner {
    height: 70dvh;
    border-radius: 8px;
  }
}
.top-about-container .about-hero-banner .elementor-widget-cew_custom_heading .cew-si-inner {
  gap: 24px;
}
@media screen and (max-width: 690px) {
  .top-about-container .about-hero-banner .elementor-widget-cew_custom_heading .cew-si-inner {
    gap: 20px;
  }
}
.top-about-container .about-hero-banner .elementor-widget-cew_custom_heading .cew-si-inner .cew-si-left {
  gap: 24px;
}
@media screen and (max-width: 690px) {
  .top-about-container .about-hero-banner .elementor-widget-cew_custom_heading .cew-si-inner .cew-si-left {
    gap: 20px;
  }
}
.top-about-container .about-hero-banner .elementor-widget-cew_custom_heading .cew-si-inner .cew-si-left .cew-si-label {
  color: #FF9292 !important;
  font-family: "Manrope", sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -0.3px;
  text-transform: uppercase;
}
@media screen and (max-width: 690px) {
  .top-about-container .about-hero-banner .elementor-widget-cew_custom_heading .cew-si-inner .cew-si-left .cew-si-label {
    font-size: 13px;
    letter-spacing: 0.26px;
  }
}
.top-about-container .about-hero-banner .elementor-widget-cew_custom_heading .cew-si-inner .cew-si-left .cew-si-heading {
  max-width: 760px;
  color: #fff !important;
  font-family: "Manrope", sans-serif;
  font-size: 74px;
  font-style: normal;
  font-weight: 400;
  line-height: 110%;
  letter-spacing: -1.48px;
}
@media screen and (max-width: 690px) {
  .top-about-container .about-hero-banner .elementor-widget-cew_custom_heading .cew-si-inner .cew-si-left .cew-si-heading {
    font-size: 36px;
    font-weight: 700;
    line-height: 44px;
    letter-spacing: -0.72px;
  }
}
.top-about-container .about-hero-banner .elementor-widget-cew_custom_heading .cew-si-inner .cew-si-right .cew-si-description {
  max-width: 760px;
  color: #fff !important;
  font-family: "Manrope", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: -0.4px;
}
@media screen and (max-width: 690px) {
  .top-about-container .about-hero-banner .elementor-widget-cew_custom_heading .cew-si-inner .cew-si-right .cew-si-description {
    color: rgba(255, 255, 255, 0.8) !important;
    font-size: 16px;
    line-height: 24px;
  }
}

.our-story-wrapper {
  padding: 70px 40px;
}
@media screen and (max-width: 1024px) {
  .our-story-wrapper {
    padding: 70px 20px;
  }
}
@media screen and (max-width: 690px) {
  .our-story-wrapper {
    padding: 46px 20px;
  }
}
.our-story-wrapper .e-con-inner {
  gap: 32px;
}
.our-story-wrapper .e-con-inner .e-con-full {
  gap: 32px;
}
@media screen and (max-width: 690px) {
  .our-story-wrapper .e-con-inner .e-con-full {
    gap: 16px;
  }
}
.our-story-wrapper .e-con-inner .e-con-full .elementor-widget-heading h2.elementor-heading-title {
  color: #D1736D !important;
  font-family: "Manrope", sans-serif;
  font-size: 48px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -1.92px;
}
@media screen and (max-width: 690px) {
  .our-story-wrapper .e-con-inner .e-con-full .elementor-widget-heading h2.elementor-heading-title {
    font-size: 28px;
    font-weight: 700;
    line-height: 36px;
    letter-spacing: -0.84px;
  }
}
.our-story-wrapper .e-con-inner .e-con-full .elementor-widget-text-editor p {
  color: #1B1B1B !important;
  font-family: "Manrope", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 28.8px;
  margin-bottom: 20px;
}
@media screen and (max-width: 690px) {
  .our-story-wrapper .e-con-inner .e-con-full .elementor-widget-text-editor p {
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 16px;
  }
}
.our-story-wrapper .e-con-inner .e-con-full .elementor-widget-text-editor p:last-child {
  margin-bottom: 0;
}
.our-story-wrapper .e-con-inner .image-wrapper {
  position: relative;
  min-height: 640px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  border-radius: 12px;
  overflow: hidden;
}
@media screen and (max-width: 690px) {
  .our-story-wrapper .e-con-inner .image-wrapper {
    min-height: 280px;
  }
}
.our-story-wrapper .e-con-inner .image-wrapper .year-label {
  position: absolute;
  left: 32px;
  bottom: 32px;
  padding: 12px 20px;
  background: #fff !important;
  border-radius: 2px;
  box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 690px) {
  .our-story-wrapper .e-con-inner .image-wrapper .year-label {
    padding: 8px 16px;
    left: 16px;
    bottom: 16px;
  }
}
.our-story-wrapper .e-con-inner .image-wrapper .year-label p.elementor-heading-title {
  color: #D1736D !important;
  font-family: "Manrope", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -0.28px;
  text-transform: uppercase;
}
@media screen and (max-width: 690px) {
  .our-story-wrapper .e-con-inner .image-wrapper .year-label p.elementor-heading-title {
    font-size: 11px;
    letter-spacing: 0.44px;
  }
}

.what-we-stand-wrapper {
  padding: 70px 40px;
  background: #D1736D !important;
}
@media screen and (max-width: 1024px) {
  .what-we-stand-wrapper {
    padding: 70px 20px;
  }
}
@media screen and (max-width: 690px) {
  .what-we-stand-wrapper {
    padding: 46px 20px;
  }
}
.what-we-stand-wrapper .e-con-inner {
  gap: 56px;
}
@media screen and (max-width: 690px) {
  .what-we-stand-wrapper .e-con-inner {
    gap: 32px;
  }
}
@media screen and (max-width: 690px) {
  .what-we-stand-wrapper .e-con-inner .cew-si-inner .cew-si-left {
    align-items: center;
    gap: 8px;
  }
}
.what-we-stand-wrapper .e-con-inner .cew-si-inner .cew-si-left .cew-si-label {
  color: #FFCDCD !important;
  font-family: "Manrope", sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -0.3px;
  text-transform: uppercase;
}
@media screen and (max-width: 690px) {
  .what-we-stand-wrapper .e-con-inner .cew-si-inner .cew-si-left .cew-si-label {
    font-size: 13px;
    letter-spacing: 0.26px;
  }
}
@media screen and (max-width: 690px) {
  .what-we-stand-wrapper .e-con-inner .cew-si-inner .cew-si-left .cew-si-heading-wrap {
    width: auto;
  }
}
.what-we-stand-wrapper .e-con-inner .cew-si-inner .cew-si-left .cew-si-heading-wrap .cew-si-heading {
  color: #fff !important;
  font-family: "Manrope", sans-serif;
  font-size: 48px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
@media screen and (max-width: 690px) {
  .what-we-stand-wrapper .e-con-inner .cew-si-inner .cew-si-left .cew-si-heading-wrap .cew-si-heading {
    font-size: 28px;
    font-weight: 700;
    line-height: 36px;
    letter-spacing: -0.84px;
  }
}
.what-we-stand-wrapper .e-con-inner .e-con-full {
  padding: 0;
  gap: 32px;
}
@media screen and (max-width: 690px) {
  .what-we-stand-wrapper .e-con-inner .e-con-full {
    gap: 16px;
  }
}
.what-we-stand-wrapper .e-con-inner .e-con-full .card-container {
  padding: 40px;
  gap: 16px;
  border-radius: 12px;
  background: #fff !important;
}
@media screen and (max-width: 690px) {
  .what-we-stand-wrapper .e-con-inner .e-con-full .card-container {
    padding: 24px;
  }
}
.what-we-stand-wrapper .e-con-inner .e-con-full .card-container .elementor-widget-text-editor h2 {
  color: #D1736D !important;
  font-family: "Manrope", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 16px;
}
@media screen and (max-width: 690px) {
  .what-we-stand-wrapper .e-con-inner .e-con-full .card-container .elementor-widget-text-editor h2 {
    font-size: 22px;
    line-height: 28px;
    margin-bottom: 12px;
  }
}
.what-we-stand-wrapper .e-con-inner .e-con-full .card-container .elementor-widget-text-editor p {
  color: rgba(27, 27, 27, 0.6) !important;
  font-family: "Manrope", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 27px;
}
@media screen and (max-width: 690px) {
  .what-we-stand-wrapper .e-con-inner .e-con-full .card-container .elementor-widget-text-editor p {
    color: rgba(27, 27, 27, 0.6) !important;
    font-size: 14px;
    line-height: 22px;
  }
}

.our-process-wrapper {
  padding: 110px 40px;
}
@media screen and (max-width: 1024px) {
  .our-process-wrapper {
    padding: 110px 20px;
  }
}
@media screen and (max-width: 690px) {
  .our-process-wrapper {
    padding: 46px 20px;
  }
}
.our-process-wrapper .e-con-inner {
  gap: 80px;
}
@media screen and (max-width: 690px) {
  .our-process-wrapper .e-con-inner {
    gap: 40px;
  }
}
.our-process-wrapper .e-con-inner .cew-si-inner {
  gap: 24px;
}
@media screen and (max-width: 690px) {
  .our-process-wrapper .e-con-inner .cew-si-inner {
    gap: 12px;
  }
}
.our-process-wrapper .e-con-inner .cew-si-inner .cew-si-left {
  gap: 24px;
}
@media screen and (max-width: 690px) {
  .our-process-wrapper .e-con-inner .cew-si-inner .cew-si-left {
    gap: 12px;
  }
}
.our-process-wrapper .e-con-inner .cew-si-inner .cew-si-left .cew-si-label {
  color: #D1736D !important;
  font-family: "Manrope", sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -0.3px;
  text-transform: uppercase;
}
@media screen and (max-width: 690px) {
  .our-process-wrapper .e-con-inner .cew-si-inner .cew-si-left .cew-si-label {
    font-size: 13px;
    letter-spacing: 0.26px;
  }
}
.our-process-wrapper .e-con-inner .cew-si-inner .cew-si-left .cew-si-heading {
  color: #1B1B1B !important;
  font-family: "Manrope", sans-serif;
  font-size: 48px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
@media screen and (max-width: 690px) {
  .our-process-wrapper .e-con-inner .cew-si-inner .cew-si-left .cew-si-heading {
    font-size: 28px;
    font-weight: 700;
    line-height: 36px;
    letter-spacing: -0.84px;
  }
}
.our-process-wrapper .e-con-inner .cew-si-inner .cew-si-right .cew-si-description {
  color: rgba(27, 27, 27, 0.6) !important;
  font-family: "Manrope", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 27px;
}
@media screen and (max-width: 690px) {
  .our-process-wrapper .e-con-inner .cew-si-inner .cew-si-right .cew-si-description {
    font-size: 14px;
    line-height: 22px;
  }
}
.our-process-wrapper .e-con-inner .our-process-inner {
  padding: 0;
  gap: 32px;
}
.our-process-wrapper .e-con-inner .our-process-inner .e-con-full {
  padding: 0;
  gap: 24px;
}
@media screen and (max-width: 690px) {
  .our-process-wrapper .e-con-inner .our-process-inner .e-con-full {
    gap: 16px;
  }
}
.our-process-wrapper .e-con-inner .our-process-inner .e-con-full h2.elementor-heading-title {
  color: #D1736D !important;
  font-family: "Manrope", sans-serif;
  font-size: 80px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  opacity: 0.6;
}
@media screen and (max-width: 690px) {
  .our-process-wrapper .e-con-inner .our-process-inner .e-con-full h2.elementor-heading-title {
    font-size: 60px;
    font-weight: 300;
    opacity: 0.5;
  }
}
.our-process-wrapper .e-con-inner .our-process-inner .e-con-full .elementor-widget-text-editor h4 {
  color: #1B1B1B !important;
  font-family: "Manrope", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 8px;
}
@media screen and (max-width: 690px) {
  .our-process-wrapper .e-con-inner .our-process-inner .e-con-full .elementor-widget-text-editor h4 {
    font-size: 22px;
    line-height: 28px;
  }
}
.our-process-wrapper .e-con-inner .our-process-inner .e-con-full .elementor-widget-text-editor p {
  color: rgba(27, 27, 27, 0.6) !important;
  font-family: "Manrope", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}
@media screen and (max-width: 690px) {
  .our-process-wrapper .e-con-inner .our-process-inner .e-con-full .elementor-widget-text-editor p {
    color: rgba(27, 27, 27, 0.6);
    font-size: 14px;
    line-height: 22px;
  }
}

.research-wrapper {
  padding: 60px 40px;
  background: #D1736D !important;
}
@media screen and (max-width: 1024px) {
  .research-wrapper {
    padding: 60px 20px;
  }
}
@media screen and (max-width: 690px) {
  .research-wrapper {
    padding: 46px 20px;
  }
}
.research-wrapper .e-con-inner {
  gap: 64px;
}
@media screen and (max-width: 690px) {
  .research-wrapper .e-con-inner {
    gap: 32px;
  }
}
.research-wrapper .e-con-inner .cew-si-inner {
  gap: 20px;
}
@media screen and (max-width: 690px) {
  .research-wrapper .e-con-inner .cew-si-inner {
    gap: 12px;
  }
}
.research-wrapper .e-con-inner .cew-si-inner .cew-si-left {
  gap: 20px;
}
@media screen and (max-width: 690px) {
  .research-wrapper .e-con-inner .cew-si-inner .cew-si-left {
    gap: 12px;
  }
}
.research-wrapper .e-con-inner .cew-si-inner .cew-si-left .cew-si-label {
  color: #fff !important;
  font-family: "Manrope", sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -0.3px;
  text-transform: uppercase;
}
@media screen and (max-width: 690px) {
  .research-wrapper .e-con-inner .cew-si-inner .cew-si-left .cew-si-label {
    font-size: 13px;
    letter-spacing: 0.26px;
  }
}
.research-wrapper .e-con-inner .cew-si-inner .cew-si-left .cew-si-heading {
  color: #fff !important;
  font-family: "Manrope", sans-serif;
  font-size: 48px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
@media screen and (max-width: 690px) {
  .research-wrapper .e-con-inner .cew-si-inner .cew-si-left .cew-si-heading {
    font-size: 28px;
    font-weight: 700;
    line-height: 36px;
    letter-spacing: -0.84px;
  }
}
.research-wrapper .e-con-inner .cew-si-inner .cew-si-right .cew-si-description {
  max-width: 760px;
  color: #fff !important;
  font-family: "Manrope", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 27px;
}
@media screen and (max-width: 690px) {
  .research-wrapper .e-con-inner .cew-si-inner .cew-si-right .cew-si-description {
    font-size: 14px;
    line-height: 22px;
    opacity: 0.9;
  }
}
.research-wrapper .e-con-inner .research-inner {
  padding: 0;
}
.research-wrapper .e-con-inner .research-inner .e-con-full {
  padding: 32px 0;
  gap: 48px;
  border-top: 1px solid #E9E9E9;
}
@media screen and (max-width: 690px) {
  .research-wrapper .e-con-inner .research-inner .e-con-full {
    padding: 24px 0;
    gap: 12px;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  .research-wrapper .e-con-inner .research-inner .e-con-full:first-child {
    border-top: none;
  }
}
.research-wrapper .e-con-inner .research-inner .e-con-full .elementor-widget-heading {
  flex: 0 0 432px;
  max-width: 432px;
}
.research-wrapper .e-con-inner .research-inner .e-con-full .elementor-widget-heading h2.elementor-heading-title {
  color: #fff !important;
  font-family: "Manrope", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
@media screen and (max-width: 690px) {
  .research-wrapper .e-con-inner .research-inner .e-con-full .elementor-widget-heading {
    max-width: 100%;
  }
  .research-wrapper .e-con-inner .research-inner .e-con-full .elementor-widget-heading h2.elemetor-heading-title {
    font-size: 18px;
  }
}
.research-wrapper .e-con-inner .research-inner .e-con-full .elementor-widget-text-editor p {
  flex: 1;
  text-align: start;
  color: #fff !important;
  font-family: "Manrope", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 25.6px;
}
@media screen and (max-width: 690px) {
  .research-wrapper .e-con-inner .research-inner .e-con-full .elementor-widget-text-editor p {
    font-size: 14px;
    line-height: 22px;
    opacity: 0.9;
  }
}

.closing-cta-wrapper {
  padding: 110px 40px;
}
@media screen and (max-width: 1024px) {
  .closing-cta-wrapper {
    padding: 110px 20px;
  }
}
@media screen and (max-width: 690px) {
  .closing-cta-wrapper {
    padding: 46px 20px;
  }
}
.closing-cta-wrapper .e-con-inner {
  gap: 32px;
}
@media screen and (max-width: 690px) {
  .closing-cta-wrapper .e-con-inner {
    gap: 24px;
  }
}
.closing-cta-wrapper .e-con-inner .cew-si-inner {
  gap: 32px;
}
@media screen and (max-width: 690px) {
  .closing-cta-wrapper .e-con-inner .cew-si-inner {
    gap: 24px;
  }
}
.closing-cta-wrapper .e-con-inner .cew-si-inner .cew-si-left .cew-si-heading {
  max-width: 760px;
  color: #000 !important;
  text-align: center;
  font-family: "Manrope", sans-serif;
  font-size: 64px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
@media screen and (max-width: 690px) {
  .closing-cta-wrapper .e-con-inner .cew-si-inner .cew-si-left .cew-si-heading {
    max-width: 350px;
    color: #1B1B1B !important;
    font-size: 28px;
    font-weight: 700;
    line-height: 36px;
    letter-spacing: -0.84px;
  }
}
.closing-cta-wrapper .e-con-inner .cew-si-inner .cew-si-right .cew-si-description {
  max-width: 760px;
  color: rgba(27, 27, 27, 0.6) !important;
  text-align: center;
  font-family: "Manrope", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
}
@media screen and (max-width: 690px) {
  .closing-cta-wrapper .e-con-inner .cew-si-inner .cew-si-right .cew-si-description {
    max-width: 350px;
    font-size: 14px;
    line-height: 22px;
  }
}
.closing-cta-wrapper .e-con-inner .elementor-widget-button {
  text-align: center;
}
.closing-cta-wrapper .e-con-inner .elementor-widget-button .elementor-button {
  padding: 12.17px 30px 12.92px 30px;
  align-items: center;
  background: #D1736D !important;
  color: #fff !important;
  font-family: "Manrope", sans-serif;
  font-style: normal;
  letter-spacing: -0.28px;
  text-transform: uppercase;
  border-radius: 96px;
}
.closing-cta-wrapper .e-con-inner .elementor-widget-button .elementor-button:hover {
  background: #fff !important;
  color: #D1736D !important;
}
@media screen and (max-width: 690px) {
  .closing-cta-wrapper .e-con-inner .elementor-widget-button .elementor-button {
    padding: 14px 28px;
  }
}

.top-privacy-container {
  padding: 20px;
}
@media screen and (max-width: 690px) {
  .top-privacy-container {
    padding: 10px;
  }
}
.top-privacy-container .privacy-hero-banner {
  padding: 234px 40px 80px 40px;
  border-radius: 24px;
}
@media screen and (max-width: 690px) {
  .top-privacy-container .privacy-hero-banner {
    padding: 164px 20px 60px;
    border-radius: 8px;
  }
}
.top-privacy-container .privacy-hero-banner .e-con-inner {
  text-align: center;
}
.top-privacy-container .privacy-hero-banner .e-con-inner .elementor-widget-heading h1.elementor-heading-title {
  color: #fff !important;
  font-size: 48px;
  font-family: "Manrope", sans-serif;
  font-style: normal;
}
@media screen and (max-width: 690px) {
  .top-privacy-container .privacy-hero-banner .e-con-inner .elementor-widget-heading h1.elementor-heading-title {
    font-size: 36px;
    line-height: 44px;
    letter-spacing: -0.72px;
  }
}

.privacy-wrapper {
  padding: 110px 20px;
}
@media screen and (max-width: 690px) {
  .privacy-wrapper {
    padding: 50px 20px;
  }
}
.privacy-wrapper .e-con-inner .elementor-widget-text-editor hr {
  border: none;
  padding: 20px 0;
}
.privacy-wrapper .e-con-inner .elementor-widget-text-editor h2 {
  color: #D1736D !important;
  font-family: "Manrope", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  letter-spacing: -0.3px;
  margin-bottom: 10px;
}
.privacy-wrapper .e-con-inner .elementor-widget-text-editor p {
  color: #1B1B1B !important;
  font-family: "Manrope", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28.8px;
}
.privacy-wrapper .e-con-inner .elementor-widget-text-editor ul li {
  color: #1B1B1B !important;
  font-family: "Manrope", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 28.8px;
}
.privacy-wrapper .e-con-inner .elementor-widget-text-editor a:hover {
  color: #D1736D !important;
}

.main-content-wrapper {
  padding: 60px 40px 120px;
}
@media screen and (max-width: 690px) {
  .main-content-wrapper {
    padding: 32px 24px 0;
  }
}
.main-content-wrapper .e-con-inner {
  gap: 0;
  padding: 0;
}
.main-content-wrapper .e-con-inner .shipping-wrapper {
  padding: 0 0 48px 0;
  gap: 20px;
}
@media screen and (max-width: 690px) {
  .main-content-wrapper .e-con-inner .shipping-wrapper {
    padding: 0 0 32px 0;
    gap: 16px;
  }
}
.main-content-wrapper .e-con-inner .shipping-wrapper .elementor-widget-text-editor h2 {
  color: #111 !important;
  font-family: "Manrope", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.32px;
  text-transform: uppercase;
  margin-bottom: 20px;
}
@media screen and (max-width: 690px) {
  .main-content-wrapper .e-con-inner .shipping-wrapper .elementor-widget-text-editor h2 {
    color: #000 !important;
    font-weight: 400;
    margin-bottom: 16px;
  }
}
.main-content-wrapper .e-con-inner .shipping-wrapper .elementor-widget-text-editor p {
  color: #757575 !important;
  font-family: "Manrope", sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
@media screen and (max-width: 690px) {
  .main-content-wrapper .e-con-inner .shipping-wrapper .elementor-widget-text-editor p {
    font-size: 14px;
  }
}
.main-content-wrapper .e-con-inner .shipping-wrapper .shipping-table-wrapper {
  border: 1px solid #bfbfbf !important;
  border-radius: 8px;
  padding: 0;
  gap: 0;
}
.main-content-wrapper .e-con-inner .shipping-wrapper .shipping-table-wrapper .header-row-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  background: #FFF5F5;
  border-radius: 8px 8px 0 0;
  padding: 14px 16px;
  gap: 0;
}
.main-content-wrapper .e-con-inner .shipping-wrapper .shipping-table-wrapper .header-row-wrapper .elementor-widget-heading {
  flex: 1 0 0;
}
.main-content-wrapper .e-con-inner .shipping-wrapper .shipping-table-wrapper .header-row-wrapper .elementor-widget-heading h2.elementor-heading-title {
  color: #757575 !important;
  font-family: "Manrope", sans-serif;
  font-size: 13px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.13px;
  text-transform: uppercase;
}
.main-content-wrapper .e-con-inner .shipping-wrapper .shipping-table-wrapper .shipping-row {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 0;
  padding: 16px;
  background: #fff !important;
  border-bottom: 1px solid #bfbfbf !important;
}
.main-content-wrapper .e-con-inner .shipping-wrapper .shipping-table-wrapper .shipping-row:last-child {
  border-radius: 8px;
  border-bottom: none !important;
}
@media screen and (max-width: 690px) {
  .main-content-wrapper .e-con-inner .shipping-wrapper .shipping-table-wrapper .shipping-row:last-child {
    border-radius: 12px;
    border-bottom: 1px solid #bfbfbf !important;
  }
}
.main-content-wrapper .e-con-inner .shipping-wrapper .shipping-table-wrapper .shipping-row .elementor-heading-title {
  color: #111 !important;
  font-family: "Manrope", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.main-content-wrapper .e-con-inner .shipping-wrapper .shipping-table-wrapper .shipping-row .elementor-widget-text-editor p {
  color: #757575 !important;
  font-family: "Manrope", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.main-content-wrapper .e-con-inner .shipping-wrapper .shipping-table-wrapper .shipping-row .elementor-widget-text-editor .pricing {
  color: #D1736D !important;
  font-weight: 700;
}
@media screen and (max-width: 690px) {
  .main-content-wrapper .e-con-inner .shipping-wrapper .shipping-table-wrapper {
    border: none !important;
  }
  .main-content-wrapper .e-con-inner .shipping-wrapper .shipping-table-wrapper .header-row-wrapper {
    display: none;
  }
  .main-content-wrapper .e-con-inner .shipping-wrapper .shipping-table-wrapper .shipping-row {
    display: block;
    border: 1px solid #bfbfbf !important;
    border-radius: 12px;
    padding: 16px;
    margin-bottom: 12px;
  }
  .main-content-wrapper .e-con-inner .shipping-wrapper .shipping-table-wrapper .shipping-row:last-child {
    margin-bottom: 0;
  }
  .main-content-wrapper .e-con-inner .shipping-wrapper .shipping-table-wrapper .shipping-row > .elementor-widget-heading,
  .main-content-wrapper .e-con-inner .shipping-wrapper .shipping-table-wrapper .shipping-row > .elementor-widget-text-editor {
    padding: 0;
  }
  .main-content-wrapper .e-con-inner .shipping-wrapper .shipping-table-wrapper .shipping-row .elementor-widget-heading {
    width: 100%;
    margin-bottom: 4px;
  }
  .main-content-wrapper .e-con-inner .shipping-wrapper .shipping-table-wrapper .shipping-row .elementor-widget-heading h3.elementor-heading-title {
    color: #000 !important;
    font-size: 15px;
    font-weight: 700;
  }
  .main-content-wrapper .e-con-inner .shipping-wrapper .shipping-table-wrapper .shipping-row .elementor-widget-text-editor {
    width: 100%;
    margin-bottom: 4px;
  }
  .main-content-wrapper .e-con-inner .shipping-wrapper .shipping-table-wrapper .shipping-row .elementor-widget-text-editor:last-child {
    margin-bottom: 0;
  }
  .main-content-wrapper .e-con-inner .shipping-wrapper .shipping-table-wrapper .shipping-row .elementor-widget-text-editor p {
    font-size: 13 px;
  }
}
.main-content-wrapper .e-con-inner .shipping-note.elementor-widget-text-editor p {
  color: #757575 !important;
  font-family: "Manrope", sans-serif;
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: 18px;
}
@media screen and (max-width: 690px) {
  .main-content-wrapper .e-con-inner .shipping-note.elementor-widget-text-editor p {
    font-size: 12px;
    line-height: 18px;
  }
}
.main-content-wrapper .returns-wrapper {
  padding: 48px 0;
  border-top: 1px solid #bfbfbf !important;
}
@media screen and (max-width: 690px) {
  .main-content-wrapper .returns-wrapper {
    padding: 32px 0;
  }
}
.main-content-wrapper .returns-wrapper .elementor-widget-text-editor h2 {
  color: #111 !important;
  font-family: "Manrope", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.32px;
  text-transform: uppercase;
  margin-bottom: 20px;
}
@media screen and (max-width: 690px) {
  .main-content-wrapper .returns-wrapper .elementor-widget-text-editor h2 {
    color: #000 !important;
    font-weight: 400;
    margin-bottom: 16px;
  }
}
.main-content-wrapper .returns-wrapper .elementor-widget-text-editor p {
  color: #757575 !important;
  font-family: "Manrope", sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: 22px;
  margin-bottom: 20px;
}
@media screen and (max-width: 690px) {
  .main-content-wrapper .returns-wrapper .elementor-widget-text-editor p {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 16px;
  }
}
.main-content-wrapper .returns-wrapper .elementor-widget-text-editor p:first-of-type {
  font-weight: 700;
}
.main-content-wrapper .returns-wrapper .elementor-widget-text-editor p:last-child {
  margin-bottom: 0;
}
.main-content-wrapper .how-to-returns-wrapper {
  padding: 48px 0;
  border-top: 1px solid #bfbfbf !important;
  gap: 30px;
  align-items: center;
}
@media screen and (max-width: 690px) {
  .main-content-wrapper .how-to-returns-wrapper {
    padding: 32px 0;
    gap: 20px;
    align-items: start;
  }
}
.main-content-wrapper .how-to-returns-wrapper .elementor-widget-heading h2.elementor-heading-title {
  color: #111 !important;
  font-family: "Manrope", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.32px;
  text-transform: uppercase;
}
@media screen and (max-width: 690px) {
  .main-content-wrapper .how-to-returns-wrapper .elementor-widget-heading h2.elementor-heading-title {
    color: #000 !important;
    font-weight: 400;
  }
}
.main-content-wrapper .how-to-returns-wrapper .e-con-full {
  padding: 0;
  gap: 32px;
  flex-direction: row;
}
@media screen and (max-width: 690px) {
  .main-content-wrapper .how-to-returns-wrapper .e-con-full {
    gap: 16px;
    flex-direction: column;
  }
}
.main-content-wrapper .how-to-returns-wrapper .e-con-full .elementor-widget-image-box {
  flex: 1 0 0;
}
.main-content-wrapper .how-to-returns-wrapper .e-con-full .elementor-widget-image-box .elementor-image-box-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}
@media screen and (max-width: 690px) {
  .main-content-wrapper .how-to-returns-wrapper .e-con-full .elementor-widget-image-box .elementor-image-box-wrapper {
    flex-direction: row;
  }
}
.main-content-wrapper .how-to-returns-wrapper .e-con-full .elementor-widget-image-box .elementor-image-box-wrapper .elementor-image-box-img {
  display: flex;
  width: 40px;
  height: 40px;
  justify-content: center;
  align-items: center;
  border-radius: 20px;
  background: #111 !important;
}
@media screen and (max-width: 690px) {
  .main-content-wrapper .how-to-returns-wrapper .e-con-full .elementor-widget-image-box .elementor-image-box-wrapper .elementor-image-box-img {
    background: #000 !important;
    width: 28px;
    height: 28px;
    border-radius: 14px;
  }
}
.main-content-wrapper .how-to-returns-wrapper .e-con-full .elementor-widget-image-box .elementor-image-box-wrapper .elementor-image-box-img img {
  max-width: 6px !important;
  height: 13px !important;
}
.main-content-wrapper .how-to-returns-wrapper .e-con-full .elementor-widget-image-box .elementor-image-box-wrapper .elementor-image-box-content {
  flex: 1;
  min-width: 0;
}
.main-content-wrapper .how-to-returns-wrapper .e-con-full .elementor-widget-image-box .elementor-image-box-wrapper .elementor-image-box-content .elementor-image-box-description {
  color: #111 !important;
  font-family: "Manrope", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  text-align: center;
}
@media screen and (max-width: 690px) {
  .main-content-wrapper .how-to-returns-wrapper .e-con-full .elementor-widget-image-box .elementor-image-box-wrapper .elementor-image-box-content .elementor-image-box-description {
    color: #000 !important;
    font-size: 13px;
    line-height: 18px;
    text-align: left;
  }
}
.main-content-wrapper .questions-wrapper {
  padding: 60px 0;
  border-top: 1px solid #bfbfbf !important;
  align-items: center;
}
@media screen and (max-width: 690px) {
  .main-content-wrapper .questions-wrapper {
    padding: 32px 0;
  }
}
.main-content-wrapper .questions-wrapper .elementor-widget-heading h2.elementor-heading-title {
  color: #111 !important;
  text-align: center;
  font-family: "Manrope", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.main-content-wrapper .questions-wrapper .elementor-widget-heading h2.elementor-heading-title a {
  color: #D1736D;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: auto;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}
@media screen and (max-width: 690px) {
  .main-content-wrapper .questions-wrapper .elementor-widget-heading h2.elementor-heading-title {
    color: #000 !important;
    font-size: 14px;
    font-weight: 500;
    line-height: 24px;
  }
  .main-content-wrapper .questions-wrapper .elementor-widget-heading h2.elementor-heading-title a {
    display: block;
    font-size: 14px;
    font-weight: 700;
    line-height: 24px;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: auto;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
  }
}
.main-content-wrapper .faq-wrapper {
  padding: 0;
  border-top: 1px solid #bfbfbf !important;
  gap: 0;
}
.main-content-wrapper .faq-wrapper .elementor-shortcode .gk-faqs {
  padding: 48px 0 40px !important;
}
@media screen and (max-width: 690px) {
  .main-content-wrapper .faq-wrapper .elementor-shortcode .gk-faqs {
    margin: 0;
    padding: 64px 0 !important;
  }
}

.wc-block-checkout {
  font-family: "Manrope", sans-serif;
  max-width: 1280px;
  margin: 0 auto !important;
  padding: 0 10px 70px;
}
@media screen and (max-width: 690px) {
  .wc-block-checkout {
    padding: 40px 10px 70px;
  }
}
.wc-block-checkout .wc-block-components-title {
  font-weight: 600;
  text-transform: capitalize;
  font-family: "Manrope", sans-serif;
}
@media screen and (max-width: 690px) {
  .wc-block-checkout .wc-block-components-title {
    font-size: 22px !important;
  }
}
.wc-block-checkout .wc-block-components-checkout-step__description {
  font-size: 15px;
  margin-bottom: 24px;
  font-family: "Manrope", sans-serif;
}
.wc-block-checkout .wc-block-components-notice-banner {
  border-radius: 8px;
  padding: 20px 24px !important;
  font-size: 14px;
  line-height: 1.6;
}
.wc-block-checkout .wc-block-components-notice-banner > svg {
  display: none;
}
.wc-block-checkout .wc-block-components-notice-banner.is-error {
  border: 1px solid #dc3232;
  background: #fff !important;
  color: #dc3232;
}
.wc-block-checkout .glokey-checkout__go-to-cart {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  white-space: nowrap;
  font-family: "Manrope", sans-serif;
  font-size: 15px;
  font-weight: 600;
  line-height: normal;
  color: #111 !important;
  text-decoration: underline !important;
}
.wc-block-checkout .glokey-checkout__go-to-cart::before {
  content: "";
  width: 6px;
  height: 6px;
  border-left: 1.5px solid currentColor;
  border-bottom: 1.5px solid currentColor;
  transform: rotate(45deg);
}
.wc-block-checkout .glokey-checkout__go-to-cart:hover, .wc-block-checkout .glokey-checkout__go-to-cart:focus {
  color: #D1736D !important;
}
.wc-block-checkout .glokey-checkout__go-to-cart--inline {
  display: flex;
  justify-content: flex-end;
  position: absolute;
  left: 13px;
  top: 0;
}
.wc-block-checkout__sidebar {
  padding: 24px;
  border: 1px solid #e9e9e9;
  border-radius: 12px;
  background: #fafafa;
  top: 157px !important;
  margin-top: 34px;
}
@media screen and (max-width: 690px) {
  .wc-block-checkout__sidebar {
    display: none;
  }
}
.wc-block-checkout__sidebar .glokey-checkout__go-to-cart {
  position: absolute;
  top: -35px;
  right: 0;
}
.wc-block-checkout__sidebar .wc-block-components-checkout-order-summary__title {
  margin-top: 0px !important;
}
@media screen and (max-width: 690px) {
  .wc-block-checkout__sidebar .wc-block-components-checkout-order-summary__title {
    border: 0px !important;
    padding: 0px !important;
  }
}
.wc-block-checkout__sidebar .wc-block-components-checkout-order-summary__title .wc-block-components-checkout-order-summary__title-text {
  font-weight: 600;
  text-transform: capitalize;
}
.wc-block-checkout__sidebar .wp-block-woocommerce-checkout-order-summary-block {
  border: none;
}
@media screen and (max-width: 690px) {
  .wc-block-checkout__sidebar .wp-block-woocommerce-checkout-order-summary-block {
    display: none;
  }
}
.wc-block-checkout__sidebar .wc-block-components-checkout-order-summary__title-text {
  margin: 0 !important;
}
@media screen and (max-width: 690px) {
  .wc-block-checkout__sidebar .wc-block-components-checkout-order-summary__content.is-open {
    border-bottom: 0px !important;
  }
}
.wc-block-checkout__sidebar .is-large {
  padding: 0 !important;
}
.wc-block-checkout__sidebar .wc-block-components-title {
  margin: 0 0 24px;
  font-family: "Manrope", sans-serif;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.26px;
  text-transform: uppercase;
  color: #000 !important;
}
@media screen and (max-width: 690px) {
  .wc-block-checkout__sidebar .wc-block-components-title {
    margin-bottom: 20px;
  }
}
.wc-block-checkout__sidebar .wc-block-components-totals-wrapper {
  padding: 14px 0 !important;
  border-top: 1px solid #eaeaea;
}
.wc-block-checkout__sidebar .wc-block-components-totals-wrapper:first-child {
  padding-top: 0;
  border-top: 0;
}
.wc-block-checkout__sidebar .wc-block-components-totals-wrapper:last-child {
  padding-bottom: 0;
}
.wc-block-checkout__sidebar .wc-block-components-totals-wrapper::after {
  display: none;
}
.wc-block-checkout__sidebar .wp-block-woocommerce-checkout-order-summary-totals-block {
  padding-bottom: 0;
}
.wc-block-checkout__sidebar .wp-block-woocommerce-checkout-order-summary-totals-block .wc-block-components-totals-wrapper {
  padding-bottom: 0px !important;
}
.wc-block-checkout__sidebar .wp-block-woocommerce-checkout-order-summary-totals-block .wc-block-components-totals-wrapper:last-child {
  padding-bottom: 16px !important;
}
.wc-block-checkout__sidebar .wc-block-components-totals-item {
  padding: 0 !important;
  font-size: 14px;
  letter-spacing: -0.28px;
}
.wc-block-checkout__sidebar .wc-block-components-totals-item__label {
  color: #525252;
  font-weight: 400;
}
.wc-block-checkout__sidebar .wc-block-components-totals-item__value {
  color: #000 !important;
  font-weight: 400;
}
.wc-block-checkout__sidebar .wc-block-components-totals-item__description {
  color: #757575;
  font-size: 12px;
}
.wc-block-checkout__sidebar .wc-block-components-totals-footer-item .wc-block-components-totals-item__label,
.wc-block-checkout__sidebar .wc-block-components-totals-footer-item .wc-block-components-totals-item__value {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.4;
  color: #000 !important;
}
.wc-block-checkout__sidebar .wc-block-components-order-summary-item__quantity {
  background: #D1736D !important;
  color: #fff !important;
  height: 20px;
  width: 20px;
  font-size: 10px;
  font-weight: 600;
}
.wc-block-checkout__sidebar .wc-block-components-order-summary-item__description .wc-block-components-product-name {
  font-size: 14px;
  font-weight: 700;
  letter-spacing: -0.28px;
  color: #000 !important;
}
.wc-block-checkout__sidebar .wc-block-components-order-summary-item__description .price {
  padding-top: 0px;
}
.wc-block-checkout__sidebar .wc-block-components-order-summary-item__description p {
  font-size: 12px;
  margin-top: 0px !important;
}
.wc-block-checkout__sidebar .wc-block-components-order-summary-item.glokey-summary-item--linked {
  cursor: pointer;
}
.wc-block-checkout__sidebar .wc-block-components-order-summary-item.glokey-summary-item--linked:hover .wc-block-components-product-name,
.wc-block-checkout__sidebar .wc-block-components-order-summary-item.glokey-summary-item--linked:hover .wc-block-components-order-summary-item__image img {
  color: #D1736D !important;
  border-color: #D1736D !important;
}
.wc-block-checkout__sidebar .wc-block-components-order-summary-item.glokey-summary-item--linked:hover .wc-block-components-product-name {
  text-decoration: underline;
}
.wc-block-checkout__sidebar .wc-block-components-order-summary-item__total-price {
  font-size: 14px;
  font-weight: 700;
  color: #000 !important;
}
.wc-block-checkout__sidebar .wc-block-components-order-summary-item .wc-block-components-product-metadata {
  color: #757575;
  font-size: 12px;
}
.wc-block-checkout__sidebar .wc-block-components-order-summary-item__image {
  width: 70px !important;
}
.wc-block-checkout__sidebar .wc-block-components-order-summary-item__image img {
  border: 1px solid #ededed;
  border-radius: 4px;
  background: #fff !important;
  max-width: 70px !important;
  width: 70px !important;
}
.wc-block-checkout__sidebar .wc-block-components-panel {
  padding: 0 !important;
}
.wc-block-checkout__sidebar .wc-block-components-panel__button {
  font-size: 14px;
  font-weight: 400;
  color: #000 !important;
}
.wc-block-checkout__sidebar .wc-block-components-panel .wc-block-components-totals-coupon__input {
  margin-top: 0 !important;
  padding: 0;
}
.wc-block-checkout__sidebar .wc-block-components-panel .wc-block-components-totals-coupon__form {
  align-items: flex-end;
  gap: 12px;
}
.wc-block-checkout__sidebar .wc-block-components-panel .wc-block-components-totals-coupon__button {
  height: 48px;
  margin: 0;
  padding: 0 24px;
  border: 0;
  border-radius: 8px;
  background: #000 !important;
  border: 1px solid #000 !important;
  color: #fff !important;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  cursor: pointer;
  transition: opacity 0.15s ease;
}
.wc-block-checkout__sidebar .wc-block-components-panel .wc-block-components-totals-coupon__button:hover {
  opacity: 0.8;
}
.wc-block-checkout__sidebar .wp-block-woocommerce-checkout-order-summary-fee-block {
  display: none;
}
.wc-block-checkout__sidebar .wc-block-components-totals-discount.glokey-discount--single .wc-block-components-totals-item__description {
  width: auto;
  margin: 0;
  font-size: 11px;
  line-height: inherit;
}
.wc-block-checkout__sidebar .wc-block-components-totals-discount.glokey-discount--single .wc-block-components-totals-discount__coupon-list,
.wc-block-checkout__sidebar .wc-block-components-totals-discount.glokey-discount--single .wc-block-components-totals-discount__coupon-list-item {
  display: inline;
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
  list-style: none;
}
.wc-block-checkout__sidebar .wc-block-components-totals-discount.glokey-discount--single .wc-block-components-chip__text {
  display: none;
}
.wc-block-checkout__sidebar .wc-block-components-totals-discount.glokey-discount--single .wc-block-components-chip__remove {
  width: auto;
  height: auto;
  margin: 0;
  padding: 0;
  background: transparent;
  font-size: 11px;
  line-height: inherit;
  text-transform: uppercase;
  color: #757575;
  cursor: pointer;
}
.wc-block-checkout__sidebar .wc-block-components-totals-discount.glokey-discount--single .wc-block-components-chip__remove svg {
  display: none;
}
.wc-block-checkout__sidebar .wc-block-components-totals-discount.glokey-discount--single .wc-block-components-chip__remove::after {
  content: attr(data-glokey-remove);
}
.wc-block-checkout__sidebar .wc-block-components-totals-discount.glokey-discount--single .wc-block-components-chip__remove:hover, .wc-block-checkout__sidebar .wc-block-components-totals-discount.glokey-discount--single .wc-block-components-chip__remove:focus {
  background: transparent;
  color: #000 !important;
}
.wc-block-checkout__sidebar .wc-block-components-totals-discount:not(.glokey-discount--single) .wc-block-components-totals-discount__coupon-list {
  margin: 6px 0 0;
  padding: 0;
  list-style: none;
}
.wc-block-checkout__sidebar .wc-block-components-totals-discount:not(.glokey-discount--single) .wc-block-components-totals-discount__coupon-list-item {
  display: inline-flex;
  align-items: center;
  margin: 0 6px 6px 0;
  padding: 4px 10px;
  font-size: 12px;
  letter-spacing: 0.4px;
  color: #000 !important;
  background: #f0f0f0;
  border-radius: 3px;
}
.wc-block-checkout .wc-blocks-components-select .wc-blocks-components-select__select,
.wc-block-checkout .wc-blocks-components-select .wc-block-components-select__select,
.wc-block-checkout .wc-block-components-select .wc-blocks-components-select__select,
.wc-block-checkout .wc-block-components-select .wc-block-components-select__select, .wc-block-checkout .wc-block-components-text-input input[type=text],
.wc-block-checkout .wc-block-components-text-input input[type=email],
.wc-block-checkout .wc-block-components-text-input input[type=tel],
.wc-block-checkout .wc-block-components-text-input input[type=url],
.wc-block-checkout .wc-block-components-text-input input[type=number],
.wc-block-checkout .wc-block-components-text-input input[type=password] {
  box-sizing: border-box;
  width: 100% !important;
  font-size: 15px !important;
  font-weight: 400;
  text-transform: none;
  letter-spacing: normal;
  color: #333;
  border-radius: 8px;
  height: 48px !important;
  border: 1px solid #E9E9E9 !important;
  background: #fff !important;
  box-sizing: border-box;
  margin: 0;
  padding: 5px 16px !important;
  order: 2;
  display: block;
}
.wc-block-checkout .wc-blocks-components-select .wc-blocks-components-select__select::placeholder,
.wc-block-checkout .wc-blocks-components-select .wc-block-components-select__select::placeholder,
.wc-block-checkout .wc-block-components-select .wc-blocks-components-select__select::placeholder,
.wc-block-checkout .wc-block-components-select .wc-block-components-select__select::placeholder, .wc-block-checkout .wc-block-components-text-input input[type=text]::placeholder,
.wc-block-checkout .wc-block-components-text-input input[type=email]::placeholder,
.wc-block-checkout .wc-block-components-text-input input[type=tel]::placeholder,
.wc-block-checkout .wc-block-components-text-input input[type=url]::placeholder,
.wc-block-checkout .wc-block-components-text-input input[type=number]::placeholder,
.wc-block-checkout .wc-block-components-text-input input[type=password]::placeholder {
  color: #999;
}
.wc-block-checkout .wc-blocks-components-select .wc-blocks-components-select__select:focus,
.wc-block-checkout .wc-blocks-components-select .wc-block-components-select__select:focus,
.wc-block-checkout .wc-block-components-select .wc-blocks-components-select__select:focus,
.wc-block-checkout .wc-block-components-select .wc-block-components-select__select:focus, .wc-block-checkout .wc-block-components-text-input input[type=text]:focus,
.wc-block-checkout .wc-block-components-text-input input[type=email]:focus,
.wc-block-checkout .wc-block-components-text-input input[type=tel]:focus,
.wc-block-checkout .wc-block-components-text-input input[type=url]:focus,
.wc-block-checkout .wc-block-components-text-input input[type=number]:focus,
.wc-block-checkout .wc-block-components-text-input input[type=password]:focus {
  outline: none;
  border: 1px solid #D1736D !important;
  box-shadow: none;
  color: #333;
}
.wc-block-checkout .wc-blocks-components-select .wc-blocks-components-select__label,
.wc-block-checkout .wc-blocks-components-select .wc-block-components-select__label,
.wc-block-checkout .wc-block-components-select .wc-blocks-components-select__label,
.wc-block-checkout .wc-block-components-select .wc-block-components-select__label, .wc-block-checkout .wc-block-components-text-input label {
  position: relative !important;
  top: 0 !important;
  left: 0 !important;
  max-width: 100%;
  margin: 0 0 8px 0 !important;
  transform: none !important;
  font-family: "Manrope", sans-serif;
  font-size: 14px !important;
  font-weight: 700 !important;
  line-height: normal;
  letter-spacing: -0.28px !important;
  text-transform: uppercase !important;
  color: #1B1B1B !important;
  cursor: pointer;
  order: 1;
  display: block;
}
.wc-block-checkout .wc-block-components-text-input {
  position: relative;
  margin-top: 0px !important;
  padding-top: 0px;
  line-height: normal;
  white-space: normal;
  display: flex;
  flex-direction: column;
}
.wc-block-checkout .wc-block-components-text-input.is-active label,
.wc-block-checkout .wc-block-components-text-input input:-webkit-autofill + label {
  top: 0 !important;
  left: 0;
}
.wc-block-checkout .wc-block-components-text-input.is-active input,
.wc-block-checkout .wc-block-components-text-input input:-webkit-autofill {
  padding: 0 16px;
}
.wc-block-checkout .wc-block-components-text-input.has-error input, .wc-block-checkout .wc-block-components-text-input.has-error input:active, .wc-block-checkout .wc-block-components-text-input.has-error input:focus, .wc-block-checkout .wc-block-components-text-input.has-error input:hover {
  border-color: #dc3232;
  box-shadow: none;
}
.wc-block-checkout .wc-block-components-text-input .wc-block-components-validation-error {
  order: 3;
  margin-bottom: 0px !important;
}
.wc-block-checkout .wc-blocks-components-select .wc-blocks-components-select__container,
.wc-block-checkout .wc-blocks-components-select .wc-block-components-select__container,
.wc-block-checkout .wc-block-components-select .wc-blocks-components-select__container,
.wc-block-checkout .wc-block-components-select .wc-block-components-select__container {
  line-height: normal;
  background: transparent !important;
  border-radius: 8px;
  height: auto;
  margin-top: 0px;
}
.wc-block-checkout .wc-blocks-components-select .wc-blocks-components-select__label,
.wc-block-checkout .wc-blocks-components-select .wc-block-components-select__label,
.wc-block-checkout .wc-block-components-select .wc-blocks-components-select__label,
.wc-block-checkout .wc-block-components-select .wc-block-components-select__label {
  top: -30px !important;
}
.wc-block-checkout .wc-blocks-components-select .wc-blocks-components-select__select,
.wc-block-checkout .wc-blocks-components-select .wc-block-components-select__select,
.wc-block-checkout .wc-block-components-select .wc-blocks-components-select__select,
.wc-block-checkout .wc-block-components-select .wc-block-components-select__select {
  appearance: none;
  padding-right: 40px;
}
.wc-block-checkout .wc-blocks-components-select .wc-blocks-components-select__select:focus,
.wc-block-checkout .wc-blocks-components-select .wc-block-components-select__select:focus,
.wc-block-checkout .wc-block-components-select .wc-blocks-components-select__select:focus,
.wc-block-checkout .wc-block-components-select .wc-block-components-select__select:focus {
  padding: 0 40px 0 16px;
  border-width: 1px;
}
.wc-block-checkout .wc-blocks-components-select .wc-blocks-components-select__expand,
.wc-block-checkout .wc-blocks-components-select .wc-block-components-select__expand,
.wc-block-checkout .wc-block-components-select .wc-blocks-components-select__expand,
.wc-block-checkout .wc-block-components-select .wc-block-components-select__expand {
  right: 12px;
  top: 49px;
  fill: #333;
}
.wc-block-checkout .wc-block-components-address-form-wrapper .wc-block-components-address-form div {
  margin-bottom: 20px;
  margin-top: 0px;
}
@media screen and (max-width: 690px) {
  .wc-block-checkout .wc-block-components-address-form-wrapper .wc-block-components-address-form div {
    flex: unset !important;
    width: 100%;
  }
  .wc-block-checkout .wc-block-components-address-form-wrapper .wc-block-components-address-form div:last-child {
    margin-bottom: 0px;
  }
}
.wc-block-checkout .wc-block-components-address-form-wrapper .wc-block-components-address-form div .wc-blocks-components-select,
.wc-block-checkout .wc-block-components-address-form-wrapper .wc-block-components-address-form div .wc-blocks-components-select__container {
  margin-bottom: 0px;
}
.wc-block-checkout .wc-block-components-address-form-wrapper .wc-block-components-address-form .wc-block-components-address-form__address_2-toggle {
  margin-top: 0px;
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 20px;
  text-decoration: underline;
  color: #D1736D !important;
}
.wc-block-checkout .wc-block-components-address-form-wrapper .wc-block-components-address-form .wc-block-components-address-form__address_2-toggle:hover {
  font-weight: 700;
}
.wc-block-checkout .wc-block-components-address-form-wrapper .wc-block-components-address-form .wc-block-components-country-input .wc-blocks-components-select,
.wc-block-checkout .wc-block-components-address-form-wrapper .wc-block-components-address-form .wc-block-components-country-input .wc-blocks-components-select__container {
  position: relative;
  margin: 0px !important;
  padding-top: 0px;
}
.wc-block-checkout .wc-block-checkout .wc-blocks-components-select .wc-blocks-components-select__label {
  top: 0px !important;
}
.wc-block-checkout .wc-block-components-form .wc-block-components-checkout-step {
  margin: 0 0 30px;
}
.wc-block-checkout .wc-block-components-form .wc-block-components-checkout-step .wc-block-checkout__guest-checkout-notice {
  margin-top: 15px;
}
.wc-block-checkout .wc-block-checkout__add-note .wc-block-components-checkbox, .wc-block-checkout .wc-block-components-checkbox.wc-block-checkout__use-address-for-billing,
.wc-block-checkout .wc-block-components-checkbox.wc-block-components-payment-methods__save-card-info {
  display: flex;
  align-items: center;
  cursor: pointer;
  -webkit-user-select: none;
  user-select: none;
}
.wc-block-checkout .wc-block-checkout__add-note .wc-block-components-checkbox .wc-block-components-checkbox__label, .wc-block-checkout .wc-block-components-checkbox.wc-block-checkout__use-address-for-billing .wc-block-components-checkbox__label,
.wc-block-checkout .wc-block-components-checkbox.wc-block-components-payment-methods__save-card-info .wc-block-components-checkbox__label {
  font-family: "Manrope", sans-serif;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: -0.28px;
  color: #1B1B1B !important;
  cursor: pointer;
}
.wc-block-checkout .wc-block-checkout__add-note .wc-block-components-checkbox .wc-block-components-checkbox__input[type=checkbox], .wc-block-checkout .wc-block-components-checkbox.wc-block-checkout__use-address-for-billing .wc-block-components-checkbox__input[type=checkbox],
.wc-block-checkout .wc-block-components-checkbox.wc-block-components-payment-methods__save-card-info .wc-block-components-checkbox__input[type=checkbox] {
  width: 18px;
  height: 18px;
  min-width: 18px;
  min-height: 18px;
  border-radius: 4px;
  border: 1px solid #E9E9E9;
  background: #fff !important;
  cursor: pointer;
  margin-top: 2px;
}
.wc-block-checkout .wc-block-checkout__add-note .wc-block-components-checkbox .wc-block-components-checkbox__input[type=checkbox]:checked, .wc-block-checkout .wc-block-components-checkbox.wc-block-checkout__use-address-for-billing .wc-block-components-checkbox__input[type=checkbox]:checked,
.wc-block-checkout .wc-block-components-checkbox.wc-block-components-payment-methods__save-card-info .wc-block-components-checkbox__input[type=checkbox]:checked {
  background: #D1736D !important;
  border-color: #D1736D !important;
}
.wc-block-checkout .wc-block-checkout__add-note .wc-block-components-checkbox .wc-block-components-checkbox__input[type=checkbox]:focus, .wc-block-checkout .wc-block-components-checkbox.wc-block-checkout__use-address-for-billing .wc-block-components-checkbox__input[type=checkbox]:focus,
.wc-block-checkout .wc-block-components-checkbox.wc-block-components-payment-methods__save-card-info .wc-block-components-checkbox__input[type=checkbox]:focus, .wc-block-checkout .wc-block-checkout__add-note .wc-block-components-checkbox .wc-block-components-checkbox__input[type=checkbox]:focus-visible, .wc-block-checkout .wc-block-components-checkbox.wc-block-checkout__use-address-for-billing .wc-block-components-checkbox__input[type=checkbox]:focus-visible,
.wc-block-checkout .wc-block-components-checkbox.wc-block-components-payment-methods__save-card-info .wc-block-components-checkbox__input[type=checkbox]:focus-visible {
  outline: none;
  box-shadow: none;
}
.wc-block-checkout .wc-block-checkout__add-note .wc-block-components-checkbox .wc-block-components-checkbox__input[type=checkbox]:after, .wc-block-checkout .wc-block-components-checkbox.wc-block-checkout__use-address-for-billing .wc-block-components-checkbox__input[type=checkbox]:after,
.wc-block-checkout .wc-block-components-checkbox.wc-block-components-payment-methods__save-card-info .wc-block-components-checkbox__input[type=checkbox]:after {
  left: 7px;
  top: 2px;
  width: 5px;
  height: 10px;
  border: 2px solid #fff !important;
  border-top: 0 !important;
  border-left: 0 !important;
  transform: rotate(45deg);
}
.wc-block-checkout .wc-block-checkout__add-note .wc-block-components-checkbox .wc-block-components-checkbox__mark, .wc-block-checkout .wc-block-components-checkbox.wc-block-checkout__use-address-for-billing .wc-block-components-checkbox__mark,
.wc-block-checkout .wc-block-components-checkbox.wc-block-components-payment-methods__save-card-info .wc-block-components-checkbox__mark {
  fill: #fff !important;
}
.wc-block-checkout .wc-block-checkout__add-note .wc-block-components-textarea {
  box-sizing: border-box;
  width: 100% !important;
  min-height: 120px;
  margin: 0;
  padding: 14px 16px;
  font-family: "Manrope", sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.5;
  color: #333;
  border-radius: 8px;
  border: 1px solid #E9E9E9;
  background: #fff !important;
  resize: vertical;
}
.wc-block-checkout .wc-block-checkout__add-note .wc-block-components-textarea::placeholder {
  color: #999;
}
.wc-block-checkout .wc-block-checkout__add-note .wc-block-components-textarea:focus {
  outline: none;
  border-color: #D1736D !important;
  box-shadow: none;
}
.wc-block-checkout__sidebar .glokey-note--in-summary,
.wc-block-checkout .glokey-note--in-summary {
  margin: 0;
  padding: 16px 0;
  border-top: 1px solid #eaeaea;
}
.wc-block-checkout__sidebar .glokey-note--in-summary .wc-block-components-checkbox,
.wc-block-checkout .glokey-note--in-summary .wc-block-components-checkbox {
  width: 100%;
}
.wc-block-checkout__sidebar .glokey-note--in-summary .wc-block-components-checkbox label,
.wc-block-checkout .glokey-note--in-summary .wc-block-components-checkbox label {
  position: relative;
  display: block;
  width: 100%;
  padding-right: 32px;
  box-sizing: border-box;
  cursor: pointer;
}
.wc-block-checkout__sidebar .glokey-note--in-summary .wc-block-components-checkbox__input[type=checkbox],
.wc-block-checkout .glokey-note--in-summary .wc-block-components-checkbox__input[type=checkbox] {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  min-width: 0 !important;
  min-height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  opacity: 0;
  overflow: hidden;
  clip: rect(0 0 0 0);
  pointer-events: none;
}
.wc-block-checkout__sidebar .glokey-note--in-summary .wc-block-components-checkbox__mark,
.wc-block-checkout .glokey-note--in-summary .wc-block-components-checkbox__mark {
  display: none;
}
.wc-block-checkout__sidebar .glokey-note--in-summary .wc-block-components-checkbox .wc-block-components-checkbox__label,
.wc-block-checkout .glokey-note--in-summary .wc-block-components-checkbox .wc-block-components-checkbox__label {
  margin: 0;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: normal;
  text-transform: none;
  color: #000 !important;
}
.wc-block-checkout__sidebar .glokey-note--in-summary .wc-block-components-checkbox label::after,
.wc-block-checkout .glokey-note--in-summary .wc-block-components-checkbox label::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 24px;
  height: 24px;
  background: center/24px 24px no-repeat;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath fill='%23000000' d='M17.5 11.6L12 16l-5.5-4.4.9-1.2L12 14l4.6-3.6.9 1.2z'/%3E%3C/svg%3E");
}
.wc-block-checkout__sidebar .glokey-note--in-summary .wc-block-components-checkbox label:has(.wc-block-components-checkbox__input:checked)::after,
.wc-block-checkout .glokey-note--in-summary .wc-block-components-checkbox label:has(.wc-block-components-checkbox__input:checked)::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath fill='%23000000' d='M12 8l5.5 4.4-.9 1.2L12 10l-4.6 3.6-.9-1.2z'/%3E%3C/svg%3E");
}
.wc-block-checkout .wc-block-checkout__terms.wc-block-checkout__terms--with-separator {
  font-size: 16px;
  padding-top: 30px;
}
.wc-block-checkout .wc-block-checkout__actions_row .wc-block-components-checkout-return-to-cart-button {
  font-size: 15px;
  font-weight: 600;
}
.wc-block-checkout .wc-block-checkout__actions_row .wc-block-components-checkout-place-order-button {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  height: 52px;
  background: #000 !important;
  color: #fff !important;
  font-size: 14px;
  font-weight: 700;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.42px;
  text-transform: uppercase;
  text-decoration: none;
  border-radius: 26px;
  transition: 0.5s ease-in-out;
}
.wc-block-checkout .wc-block-checkout__actions_row .wc-block-components-checkout-place-order-button:hover {
  opacity: 0.88;
}
@media screen and (max-width: 690px) {
  .wc-block-checkout .is-small .wc-block-components-form .wc-block-components-checkout-step {
    padding-top: 30px;
  }
}
.wc-block-checkout .checkout-order-summary-block-fill-wrapper .wc-block-components-checkout-step__heading {
  margin-bottom: 20px;
}
.wc-block-checkout .checkout-order-summary-block-fill-wrapper .wc-block-components-order-summary-item__quantity {
  background: #D1736D !important;
  color: #fff !important;
  height: 20px;
  width: 20px;
  font-size: 10px;
  font-weight: 600;
}
.wc-block-checkout .checkout-order-summary-block-fill-wrapper .wc-block-components-order-summary-item__image {
  width: 65px;
}
.wc-block-checkout .checkout-order-summary-block-fill-wrapper .wc-block-components-order-summary-item__image img {
  max-width: 65px;
  width: 65px;
}
.wc-block-checkout .checkout-order-summary-block-fill-wrapper .wc-block-components-order-summary-item__description .wc-block-components-product-name {
  font-size: 14px;
  font-weight: 700;
  letter-spacing: -0.28px;
  color: #000 !important;
}
.wc-block-checkout .checkout-order-summary-block-fill-wrapper .wc-block-components-order-summary-item__description .price {
  padding-top: 0px;
}
.wc-block-checkout .checkout-order-summary-block-fill-wrapper .wc-block-components-order-summary-item__description p {
  font-size: 12px;
  margin-top: 0px !important;
}
.wc-block-checkout .checkout-order-summary-block-fill-wrapper .wc-block-components-panel {
  padding: 0 16px !important;
}
.wc-block-checkout .checkout-order-summary-block-fill-wrapper .wc-block-components-panel__button {
  font-size: 14px;
  font-weight: 400;
  color: #000 !important;
}
.wc-block-checkout .checkout-order-summary-block-fill-wrapper .wc-block-components-panel .wc-block-components-totals-coupon__input {
  margin-top: 0 !important;
  padding: 0;
}
.wc-block-checkout .checkout-order-summary-block-fill-wrapper .wc-block-components-panel .wc-block-components-totals-coupon__form {
  align-items: flex-end;
  gap: 12px;
}
.wc-block-checkout .checkout-order-summary-block-fill-wrapper .wc-block-components-panel .wc-block-components-totals-coupon__button {
  height: 48px;
  margin: 0;
  padding: 0 24px;
  border: 0;
  border-radius: 8px;
  background: #000 !important;
  border: 1px solid #000 !important;
  color: #fff !important;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  cursor: pointer;
  transition: opacity 0.15s ease;
}
.wc-block-checkout .checkout-order-summary-block-fill-wrapper .wc-block-components-panel .wc-block-components-totals-coupon__button:hover {
  opacity: 0.8;
}
.wc-block-checkout .checkout-order-summary-block-fill-wrapper .wp-block-woocommerce-checkout-order-summary-fee-block {
  display: none;
}
.wc-block-checkout .checkout-order-summary-block-fill-wrapper .wc-block-components-totals-discount.glokey-discount--single .wc-block-components-totals-item__description {
  width: auto;
  margin: 0;
  font-size: 11px;
  line-height: inherit;
}
.wc-block-checkout .checkout-order-summary-block-fill-wrapper .wc-block-components-totals-discount.glokey-discount--single .wc-block-components-totals-discount__coupon-list,
.wc-block-checkout .checkout-order-summary-block-fill-wrapper .wc-block-components-totals-discount.glokey-discount--single .wc-block-components-totals-discount__coupon-list-item {
  display: inline;
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
  list-style: none;
}
.wc-block-checkout .checkout-order-summary-block-fill-wrapper .wc-block-components-totals-discount.glokey-discount--single .wc-block-components-chip__text {
  display: none;
}
.wc-block-checkout .checkout-order-summary-block-fill-wrapper .wc-block-components-totals-discount.glokey-discount--single .wc-block-components-chip__remove {
  width: auto;
  height: auto;
  margin: 0;
  padding: 0;
  background: transparent;
  font-size: 11px;
  line-height: inherit;
  text-transform: uppercase;
  color: #757575;
  cursor: pointer;
}
.wc-block-checkout .checkout-order-summary-block-fill-wrapper .wc-block-components-totals-discount.glokey-discount--single .wc-block-components-chip__remove svg {
  display: none;
}
.wc-block-checkout .checkout-order-summary-block-fill-wrapper .wc-block-components-totals-discount.glokey-discount--single .wc-block-components-chip__remove::after {
  content: attr(data-glokey-remove);
}
.wc-block-checkout .checkout-order-summary-block-fill-wrapper .wc-block-components-totals-discount.glokey-discount--single .wc-block-components-chip__remove:hover, .wc-block-checkout .checkout-order-summary-block-fill-wrapper .wc-block-components-totals-discount.glokey-discount--single .wc-block-components-chip__remove:focus {
  background: transparent;
  color: #000 !important;
}
.wc-block-checkout .checkout-order-summary-block-fill-wrapper .wc-block-components-totals-discount:not(.glokey-discount--single) .wc-block-components-totals-discount__coupon-list {
  margin: 6px 0 0;
  padding: 0;
  list-style: none;
}
.wc-block-checkout .checkout-order-summary-block-fill-wrapper .wc-block-components-totals-discount:not(.glokey-discount--single) .wc-block-components-totals-discount__coupon-list-item {
  display: inline-flex;
  align-items: center;
  margin: 0 6px 6px 0;
  padding: 4px 10px;
  font-size: 12px;
  letter-spacing: 0.4px;
  color: #000 !important;
  background: #f0f0f0;
  border-radius: 3px;
}
.wc-block-checkout .checkout-order-summary-block-fill-wrapper .wc-block-components-totals-wrapper .wc-block-components-totals-item__label, .wc-block-checkout .checkout-order-summary-block-fill-wrapper .wc-block-components-totals-wrapper .wc-block-components-totals-item__value {
  font-size: 14px;
}
.wc-block-checkout .wc-block-components-address-card {
  background: #fff !important;
  border: none;
}
.wc-block-checkout .wc-block-checkout__payment-method .wc-block-components-radio-control--highlight-checked:after {
  border-color: #bfbfbf;
}
.wc-block-checkout .wc-block-checkout__payment-method .wc-block-components-radio-control--highlight-checked .wc-block-components-radio-control-accordion-option--checked-option-highlighted,
.wc-block-checkout .wc-block-checkout__payment-method .wc-block-components-radio-control--highlight-checked label.wc-block-components-radio-control__option--checked-option-highlighted {
  box-shadow: inset 0 0 0 1.5px #bfbfbf;
}
.wc-block-checkout .wc-block-checkout__payment-method .wc-block-components-radio-control--highlight-checked .wc-block-components-radio-control-accordion-option:after,
.wc-block-checkout .wc-block-checkout__payment-method .wc-block-components-radio-control--highlight-checked .wc-block-components-radio-control__option:after {
  background: #bfbfbf;
}

.wp-block-woocommerce-checkout-order-summary-discount-block:empty {
  display: none;
}

.wp-block-woocommerce-checkout-order-summary-discount-block:not(:has(.wc-block-components-totals-discount)) {
  display: none;
}

.glokey-checkout-coupons {
  margin: 0 0 10px;
  padding: 0;
  list-style: none;
}
.glokey-checkout-coupons li {
  display: inline-flex;
  align-items: center;
  margin: 0 6px 6px 0;
  padding: 4px 10px;
  font-size: 12px;
  letter-spacing: 0.4px;
  color: #000 !important;
  background: #f0f0f0;
  border-radius: 3px;
}

.wc-block-components-skeleton__element[data-glokey-total] {
  width: auto !important;
  height: auto !important;
  min-width: 0 !important;
  padding-bottom: 0 !important;
  background: none;
  overflow: visible;
  color: #000 !important;
  opacity: 0.4;
}
.wc-block-components-skeleton__element[data-glokey-total]::before {
  content: attr(data-glokey-total);
}
.wc-block-components-skeleton__element[data-glokey-total]::after {
  display: none;
}

.wc-block-components-totals-footer-item .wc-block-components-skeleton__element[data-glokey-total] {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.4;
}

/* ----------------------------------------------------------------------------
 * Logged-out My Account: strip the site chrome so the auth flow is full-screen
 * (design node 1185:6). Only applies while the `glokey-auth` body class is set
 * — i.e. account page + logged out — so the logged-in account area is untouched.
 * ------------------------------------------------------------------------- */
body.glokey-auth {
  background: #fff !important;
}
body.glokey-auth .glokey-header,
body.glokey-auth footer,
body.glokey-auth .glokey-cart-drawer,
body.glokey-auth .glokey-mobile-menu,
body.glokey-auth .glokey-header__toggle-input {
  display: none !important;
}
body.glokey-auth #content,
body.glokey-auth .site-content,
body.glokey-auth #primary,
body.glokey-auth #main,
body.glokey-auth .entry-content,
body.glokey-auth .woocommerce,
body.glokey-auth .woocommerce-account .woocommerce {
  margin: 0 !important;
  padding: 0 !important;
  max-width: none !important;
  width: auto !important;
}
body.glokey-auth .entry-header,
body.glokey-auth .page-title,
body.glokey-auth .woocommerce-breadcrumb,
body.glokey-auth .woocommerce-notices-wrapper:empty {
  display: none !important;
}

/* ----------------------------------------------------------------------------
 * Auth card.
 * ------------------------------------------------------------------------- */
.glokey-auth-wrap {
  width: 100%;
  min-height: 100vh;
  background: #f0eded !important;
  font-family: "DM Sans", Manrope, sans-serif;
  display: flex;
  justify-content: center;
  align-items: center;
}

.glokey-auth-card {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  gap: 20px;
  max-width: 430px;
  width: 100% !important;
  margin: 0 auto;
  background-color: #fff !important;
  padding: 30px;
  border-radius: 24px;
  box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.1) !important;
  -webkit-box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 690px) {
  .glokey-auth-card {
    background-color: transparent !important;
    box-shadow: none !important;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    border-radius: 0px;
    padding: 24px;
  }
}
.glokey-auth-card.glokey-shake {
  animation: glokey-auth-shake 0.4s ease;
}

.glokey-auth-logo {
  flex: 0 0 auto;
  padding: 24px 0 12px;
  text-align: center;
}
@media screen and (max-width: 690px) {
  .glokey-auth-logo {
    padding-top: 0px;
  }
}
.glokey-auth-logo img {
  width: auto;
  height: 50px;
}

.glokey-auth-alert,
.glokey-auth-message {
  flex: 0 0 auto;
  margin: 8px 0 0;
  padding: 12px 16px;
  border-radius: 8px;
  font-size: 13px;
  line-height: 1.5;
  text-align: center;
}
.glokey-auth-alert.is-error, .glokey-auth-alert.glokey-auth-alert,
.glokey-auth-message.is-error,
.glokey-auth-message.glokey-auth-alert {
  color: #b3261e;
  background: #fdecea;
}

.glokey-auth-message:not(.is-error) {
  color: #1b7f4b;
  background: #e8f6ee;
}

/* ----- steps ----- */
.glokey-auth-step {
  display: none;
  flex: 1 1 auto;
  flex-direction: column;
  justify-content: center;
  gap: 24px;
}
.glokey-auth-step.is-active {
  display: flex;
}

.glokey-auth-intro {
  display: flex;
  flex-direction: column;
  gap: 8px;
  text-align: center;
}
.glokey-auth-intro h1 {
  margin: 0;
  font-family: "Manrope", sans-serif;
  font-weight: 500;
  font-size: 24px;
  line-height: 1.15;
  letter-spacing: -0.24px;
  text-transform: capitalize;
  color: #000 !important;
}
.glokey-auth-intro p {
  margin: 0;
  font-family: "Manrope", sans-serif;
  font-size: 13px;
  line-height: 18px;
  color: #757575;
}

/* ----- form fields ----- */
.glokey-auth-form {
  display: flex;
  flex-direction: column;
  gap: 24px;
  margin: 0;
}

.glokey-auth-field {
  display: flex;
  align-items: center;
  box-sizing: border-box;
  height: 48px;
  padding: 0 16px;
  background: #fff !important;
  border: 1px solid #DEDEDE !important;
  border-radius: 4px;
}
.glokey-auth-field input {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
  font-family: "DM Sans", Manrope, sans-serif;
  font-size: 14px;
  color: #111;
}
.glokey-auth-field input::placeholder {
  color: #6b6675;
  opacity: 1;
}
.glokey-auth-field input:focus {
  outline: none;
  box-shadow: none;
}
.glokey-auth-field:focus-within {
  border-color: #000 !important;
}

.glokey-auth-card input:-webkit-autofill,
.glokey-auth-card input:-webkit-autofill:hover,
.glokey-auth-card input:-webkit-autofill:focus,
.glokey-auth-card input:-webkit-autofill:active {
  -webkit-text-fill-color: #111;
  -webkit-box-shadow: 0 0 0 1000px #fff inset;
  box-shadow: 0 0 0 1000px #fff inset;
  caret-color: #111;
  font-family: "DM Sans", Manrope, sans-serif;
  transition: background-color 9999s ease-in-out 0s;
}

/* phone row */
.glokey-auth-phone {
  display: flex;
  gap: 8px;
}

.glokey-auth-field--phone {
  flex: 1 1 0;
  min-width: 0;
}

.glokey-auth-country {
  position: relative;
  display: flex;
  align-items: center;
  box-sizing: border-box;
  height: 48px;
  border: 1px solid #DEDEDE !important;
  border-radius: 4px;
  background: #fff !important;
}
.glokey-auth-country select {
  appearance: none;
  height: 100%;
  margin: 0;
  padding: 0 26px 0 14px;
  border: 0;
  background: transparent;
  font-family: "DM Sans", Manrope, sans-serif;
  font-size: 14px;
  color: #000 !important;
  cursor: pointer;
}
.glokey-auth-country select:focus {
  outline: none;
}
.glokey-auth-country .glokey-auth-chevron {
  position: absolute;
  right: 10px;
  pointer-events: none;
  color: #000 !important;
}
.glokey-auth-country:focus-within {
  border-color: #000 !important;
}

/* ----- pill button ----- */
.glokey-auth-pill {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  width: 100%;
  height: 48px;
  padding: 0;
  border: 0;
  border-radius: 24px;
  background: #000 !important;
  color: #fff !important;
  font-family: "Manrope", sans-serif;
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 0.42px;
  text-transform: uppercase;
  cursor: pointer;
  transition: opacity 0.15s ease;
}
.glokey-auth-pill:hover {
  opacity: 0.88;
}
.glokey-auth-pill.is-busy {
  cursor: default;
  opacity: 0.85;
}
.glokey-auth-pill.is-busy .glokey-auth-pill__label {
  visibility: hidden;
}
.glokey-auth-pill.is-busy::after {
  content: "";
  position: absolute;
  width: 18px;
  height: 18px;
  border: 2px solid rgba(255, 255, 255, 0.4);
  border-top-color: #fff;
  border-radius: 50%;
  animation: glokey-auth-spin 0.6s linear infinite;
}

/* ----- OR divider ----- */
.glokey-auth-or {
  display: flex;
  align-items: center;
  gap: 16px;
  color: #757575;
  font-family: "Manrope", sans-serif;
  font-weight: 600;
  font-size: 12px;
}
.glokey-auth-or::before, .glokey-auth-or::after {
  content: "";
  flex: 1 1 0;
  height: 1px;
  background: #DEDEDE !important;
}

/* ----- switch + terms + resend links ----- */
.glokey-auth-switch,
.glokey-auth-resend {
  padding: 0;
  border: 0;
  background: none;
  font-family: "Manrope", sans-serif;
  font-weight: 600;
  font-size: 13px;
  text-align: center;
  text-decoration: underline;
  cursor: pointer;
  background-color: transparent !important;
  color: #757575 !important;
}

.glokey-auth-switch {
  color: #000 !important;
}

.glokey-auth-resend {
  color: #757575;
}
.glokey-auth-resend.is-waiting {
  text-decoration: none;
  cursor: default;
}

.glokey-auth-terms {
  margin: 0;
  font-family: "Manrope", sans-serif;
  font-size: 11px;
  line-height: 15px;
  color: #757575;
  text-align: center;
}
.glokey-auth-terms a {
  color: #000 !important;
  text-decoration: underline;
}

.glokey-auth-signup {
  margin: 0;
  font-family: "Manrope", sans-serif;
  font-size: 15px;
  color: #3a4553;
  text-align: center;
}
.glokey-auth-signup__link {
  margin-left: 6px;
  padding: 0;
  border: 0;
  background: none;
  font: inherit;
  font-weight: 700;
  color: #D1736D !important;
  letter-spacing: 0.3px;
  text-transform: uppercase;
  text-decoration: underline;
  cursor: pointer;
  background-color: transparent !important;
}
.glokey-auth-signup__link:hover {
  opacity: 0.85;
}

/* ----- code boxes ----- */
.glokey-auth-code {
  display: flex;
  justify-content: space-between;
  gap: 10px;
}

.glokey-auth-code__box {
  flex: 1 1 44px;
  box-sizing: border-box;
  width: 48px;
  max-width: 48px;
  height: 56px;
  padding: 0;
  border: 1px solid #DEDEDE !important;
  border-radius: 6px !important;
  background: #fff !important;
  font-family: "Manrope", sans-serif;
  font-weight: 500;
  font-size: 20px;
  color: #111;
  text-align: center;
  caret-color: #000 !important;
  margin: 0px !important;
  padding: 5px !important;
}
@media screen and (max-width: 400px) {
  .glokey-auth-code__box {
    flex: 1 1 38px;
    box-sizing: border-box;
    width: 38px;
  }
}
.glokey-auth-code__box:focus {
  outline: none;
  border-color: #000 !important;
}

@keyframes glokey-auth-spin {
  to {
    transform: rotate(360deg);
  }
}
@keyframes glokey-auth-shake {
  0%, 100% {
    transform: translateX(0);
  }
  20%, 60% {
    transform: translateX(-6px);
  }
  40%, 80% {
    transform: translateX(6px);
  }
}
/* ============================================================================
 * The "Order details" table, shared.
 *
 * woocommerce/order/order-details.php renders the same markup in two places:
 * the thank-you page (_order-received.scss, under `.glokey-thankyou`) and My
 * Account → Orders → View order (_account.scss, under `.woocommerce-view-order`).
 * The styling lived only in the first, so the second showed the table unstyled.
 * It lives here now so the two can't drift apart.
 *
 * Mixin rather than a plain class because the two contexts need different
 * selector depth: on the account page WooCommerce's own Twenty Twenty-One
 * compatibility sheet zeroes the borders with
 * `.woocommerce-view-order .woocommerce-MyAccount-content table td` (0,0,2,2),
 * so the rules have to be nested a level deeper there to outrank it.
 * ========================================================================== */
.woocommerce-account:not(.glokey-auth) .entry-header,
.woocommerce-account:not(.glokey-auth) .page-title,
.woocommerce-account:not(.glokey-auth) .woocommerce-breadcrumb {
  display: none;
}
.woocommerce-account:not(.glokey-auth) .woocommerce {
  padding: 0 !important;
}

.glokey-account {
  box-sizing: border-box;
  width: 100%;
  max-width: 1280px;
  min-height: 1020px;
  margin: 0 auto;
  background: #fff !important;
  font-family: "Manrope", sans-serif;
  color: #333333;
  border-radius: 15px;
  box-shadow: 0px 0px 6px 4px rgba(0, 0, 0, 0.03) !important;
  -webkit-box-shadow: 0px 0px 6px 4px rgba(0, 0, 0, 0.03);
  -moz-box-shadow: 0px 0px 6px 4px rgba(0, 0, 0, 0.03);
  -ms-box-shadow: 0px 0px 6px 4px rgba(0, 0, 0, 0.03);
}
.glokey-account *,
.glokey-account *::before,
.glokey-account *::after {
  box-sizing: border-box;
}
.glokey-account, .glokey-account * {
  font-family: "Manrope", sans-serif !important;
}
@media screen and (max-width: 690px) {
  .glokey-account {
    padding: 0;
  }
}
.glokey-account .glokey-account__panel {
  display: grid;
  grid-template-columns: 264px 1fr;
  align-items: stretch;
  width: 100%;
  background: #fff !important;
  border-radius: 12px;
  overflow: hidden;
}
@media screen and (max-width: 690px) {
  .glokey-account .glokey-account__panel {
    display: block;
    max-width: none;
    border: 0;
    border-radius: 0;
  }
}
.glokey-account .glokey-account__sidebar {
  padding: 40px 0 40px 24px;
  border-right: 1px solid #e9e9e9;
}
@media screen and (max-width: 690px) {
  .glokey-account .glokey-account__sidebar {
    padding: 0;
    border-right: 0;
  }
}
.glokey-account .glokey-account__header {
  margin-bottom: 28px;
}
@media screen and (max-width: 690px) {
  .glokey-account .glokey-account__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 0;
    padding: 32px 16px 24px;
  }
}
.glokey-account .glokey-account__greeting {
  margin: 0;
  font-family: "Manrope", sans-serif;
  font-weight: 500;
  font-size: 26px;
  line-height: 1.2;
  color: #000 !important;
}
.glokey-account .glokey-account__email {
  margin: 4px 0 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.4;
  color: #757575 !important;
  word-break: break-word;
}
.glokey-account .glokey-account-nav {
  margin-bottom: 0;
}
@media screen and (max-width: 690px) {
  .glokey-account .glokey-account-nav {
    border-bottom: 1px solid #e9e9e9;
  }
}
.glokey-account .glokey-account-nav ul,
.glokey-account .glokey-account-nav .glokey-account-nav__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
@media screen and (max-width: 690px) {
  .glokey-account .glokey-account-nav ul,
  .glokey-account .glokey-account-nav .glokey-account-nav__list {
    flex-direction: row;
    gap: 20px;
    padding: 0 16px;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
  }
  .glokey-account .glokey-account-nav ul::-webkit-scrollbar,
  .glokey-account .glokey-account-nav .glokey-account-nav__list::-webkit-scrollbar {
    display: none;
  }
}
.glokey-account .glokey-account-nav__item {
  margin: 0 !important;
  padding: 0 !important;
  flex: 0 0 auto;
}
.glokey-account .glokey-account-nav .glokey-account-nav__link,
.glokey-account .glokey-account-nav ul li .glokey-account-nav__link {
  position: relative;
  display: block;
  padding: 12px 0 12px 12px;
  font-size: 14px !important;
  font-weight: 500;
  white-space: nowrap;
  color: #757575 !important;
  text-decoration: none !important;
  transition: color 0.15s ease;
}
.glokey-account .glokey-account-nav .glokey-account-nav__link:hover, .glokey-account .glokey-account-nav .glokey-account-nav__link:focus,
.glokey-account .glokey-account-nav ul li .glokey-account-nav__link:hover,
.glokey-account .glokey-account-nav ul li .glokey-account-nav__link:focus {
  color: #000 !important;
}
@media screen and (max-width: 690px) {
  .glokey-account .glokey-account-nav .glokey-account-nav__link,
  .glokey-account .glokey-account-nav ul li .glokey-account-nav__link {
    padding: 0 0 12px;
  }
}
.glokey-account .glokey-account-nav__item.is-active > .glokey-account-nav__link,
.glokey-account .woocommerce-MyAccount-navigation-link--active > .glokey-account-nav__link,
.glokey-account .glokey-account-nav__link[aria-current=page] {
  color: #000 !important;
  font-weight: 700;
}
.glokey-account .glokey-account-nav__item.is-active > .glokey-account-nav__link::after,
.glokey-account .woocommerce-MyAccount-navigation-link--active > .glokey-account-nav__link::after,
.glokey-account .glokey-account-nav__link[aria-current=page]::after {
  content: "";
  position: absolute;
  left: 0;
  top: 15px;
  bottom: 8px;
  width: 3px;
  height: 16px;
  background: #111 !important;
}
@media screen and (max-width: 690px) {
  .glokey-account .glokey-account-nav__item.is-active > .glokey-account-nav__link::after,
  .glokey-account .woocommerce-MyAccount-navigation-link--active > .glokey-account-nav__link::after,
  .glokey-account .glokey-account-nav__link[aria-current=page]::after {
    left: 0;
    right: 0;
    top: auto;
    bottom: -1px;
    width: auto;
    height: 2px;
  }
}
.glokey-account .glokey-account__content {
  padding: 40px 40px 48px;
  max-width: 100%;
  width: 100%;
}
@media screen and (max-width: 690px) {
  .glokey-account .glokey-account__content {
    padding: 24px 16px 40px;
  }
}
.glokey-account .glokey-account__content > .woocommerce-notices-wrapper:empty {
  display: none;
}
.glokey-account .glokey-panel__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 24px;
}
.glokey-account .glokey-panel__title {
  margin: 0 0 24px;
  color: #111 !important;
  font-family: "Manrope", sans-serif;
  font-size: 14px;
  font-weight: 800;
  font-style: normal;
  line-height: normal;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}
.glokey-account .glokey-panel__head .glokey-panel__title {
  margin-bottom: 0;
}
.glokey-account .glokey-panel__action {
  display: flex;
  padding: 10px 16px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  border-radius: 8px;
  border: 1px dashed #BFBFBF;
  background: #FFF;
  color: #757575;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.glokey-account .glokey-panel__action-plus {
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.glokey-account .glokey-account__logout-icon {
  display: block;
}
.glokey-account .glokey-btn-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 32px;
  border: 0;
  border-radius: 999px;
  background: #000 !important;
  color: #fff !important;
  font-family: "Manrope", sans-serif;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.26px;
  text-transform: uppercase;
  text-decoration: none;
  cursor: pointer;
  transition: opacity 0.15s ease;
}
.glokey-account .glokey-btn-pill:hover {
  opacity: 0.88;
  color: #fff !important;
}
.glokey-account .glokey-orders {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.glokey-account .glokey-order-card {
  display: flex;
  flex-direction: column;
  gap: 16px;
  border: 1px solid #e9e9e9;
  border-radius: 8px;
  padding: 16px;
}
.glokey-account .glokey-order-card__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}
.glokey-account .glokey-order-card__meta {
  display: flex;
  align-items: baseline;
  gap: 8px;
  flex-wrap: wrap;
}
.glokey-account .glokey-order-card__number {
  font-size: 16px;
  font-weight: 700;
  font-style: normal;
  line-height: normal;
  color: #111 !important;
  text-decoration: none;
}
.glokey-account .glokey-order-card__number:hover {
  color: #000 !important;
  text-decoration: underline;
}
.glokey-account .glokey-order-card__date {
  font-size: 14px;
  font-weight: 400;
  color: #757575 !important;
  line-height: normal;
  font-style: normal;
}
.glokey-account .glokey-order-card__status {
  flex: 0 0 auto;
  padding: 4px 10px;
  border-radius: 12px;
  font-size: 11px;
  font-weight: 700;
  line-height: 1.4;
  white-space: nowrap;
}
.glokey-account .glokey-order-card__status--filled {
  background: #000 !important;
  color: #fff !important;
}
.glokey-account .glokey-order-card__status--outline {
  border: 1px solid #000 !important;
  color: #000 !important;
}
.glokey-account .glokey-order-card__thumbs {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.glokey-account .glokey-order-card__thumb {
  display: block;
  width: 48px;
  height: 48px;
  border-radius: 4px;
  overflow: hidden;
}
.glokey-account .glokey-order-card__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.glokey-account .glokey-order-card__total {
  margin: 0 !important;
  font-size: 14px !important;
  font-weight: 700;
  color: #111 !important;
}
.glokey-account .glokey-order-card__actions {
  display: flex;
  align-items: center;
  gap: 16px;
  padding-top: 12px;
}
.glokey-account .glokey-order-card__action {
  font-size: 13px;
  font-weight: 600;
  color: #111 !important;
  line-height: normal;
  font-style: normal;
  text-decoration: underline !important;
}
.glokey-account .glokey-order-card__action:hover {
  color: #000 !important;
  opacity: 0.75;
}
.glokey-account .glokey-orders__more {
  margin-top: 16px;
  text-align: center;
}
.glokey-account .glokey-orders__more-link {
  font-size: 13px;
  font-weight: 600;
  color: #757575 !important;
  font-style: normal;
  line-height: normal;
  text-decoration: underline !important;
}
.glokey-account .glokey-orders__more-link:hover {
  color: #000 !important;
}
.glokey-account .glokey-orders-empty {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 40px 16px;
}
.glokey-account .glokey-orders-empty__icon {
  color: #000 !important;
  margin-bottom: 20px;
}
.glokey-account .glokey-orders-empty__title {
  margin: 0 0 8px;
  font-size: 18px;
  font-weight: 700;
  color: #000 !important;
}
.glokey-account .glokey-orders-empty__text {
  margin: 0 0 24px;
  font-size: 14px;
  color: #757575 !important;
}
.glokey-account .glokey-orders-empty .glokey-btn-pill {
  width: 100%;
  max-width: 340px;
}
.glokey-account .glokey-addresses {
  display: flex;
  flex-direction: row;
  gap: 16px;
}
@media screen and (max-width: 690px) {
  .glokey-account .glokey-addresses {
    flex-direction: column;
  }
}
.glokey-account .glokey-address-card {
  position: relative;
  display: flex;
  flex-direction: column;
  max-width: 340px;
  width: 100%;
  border: 1px solid #e9e9e9;
  border-radius: 8px;
  padding: 20px;
  transition: border-color 0.15s ease;
}
.glokey-account .glokey-address-card:hover {
  border-color: #cfcfcf;
}
@media screen and (max-width: 690px) {
  .glokey-account .glokey-address-card {
    max-width: 100%;
    width: 100%;
  }
}
.glokey-account .glokey-address-card--default {
  border-color: #333333;
}
.glokey-account .glokey-address-card--default:hover {
  border-color: #000 !important;
}
.glokey-account .glokey-address-card__badge {
  align-self: flex-start;
  color: #757575;
  font-size: 11px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  letter-spacing: 1px;
  margin-bottom: 8px;
  text-transform: uppercase;
}
.glokey-account .glokey-address-card__body {
  color: #111 !important;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.7;
}
.glokey-account .glokey-address-card__body address {
  display: block;
  font-style: normal;
  margin: 0;
}
.glokey-account .glokey-address-card__name {
  display: block;
  color: #111 !important;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
}
.glokey-account .glokey-address-card__phone {
  display: block;
  margin-top: 2px;
}
.glokey-account .glokey-address-card__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: auto;
  padding-top: 16px;
}
.glokey-account .glokey-address-card__action {
  color: #111 !important;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-decoration-line: underline !important;
  text-underline-offset: auto;
}
.glokey-account .glokey-address-card__action--delete:hover {
  color: #d93333;
}
.glokey-account .glokey-address-card--add {
  display: none;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 140px;
  border: 1px dashed #cfcfcf;
  color: #757575 !important;
  text-decoration: none;
  text-align: center;
  transition: border-color 0.15s ease, color 0.15s ease;
}
.glokey-account .glokey-address-card--add:hover {
  border-color: #000 !important;
  color: #000 !important;
}
.glokey-account .glokey-address-card__plus {
  font-size: 24px;
  line-height: 1;
}
.glokey-account .glokey-address-card__add-label {
  font-size: 14px;
  font-weight: 500;
}
@media screen and (max-width: 690px) {
  .glokey-account .glokey-addresses__add-link {
    display: none;
  }
  .glokey-account .glokey-address-card--add {
    display: flex;
  }
}
.glokey-account .glokey-account-form {
  max-width: 480px;
  width: 100%;
}
.glokey-account .glokey-field-row--two {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
@media screen and (max-width: 690px) {
  .glokey-account .glokey-field-row--two {
    grid-template-columns: 1fr;
    gap: 0;
  }
}
.glokey-account .glokey-field {
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 0 !important;
  margin: 0 0 10px !important;
  width: 100% !important;
}
.glokey-account .glokey-field__input {
  order: 2;
  display: block !important;
  width: 100% !important;
  height: 48px !important;
  margin: 0 !important;
  padding: 5px 16px !important;
  border: 1px solid #e9e9e9 !important;
  border-radius: 8px !important;
  background: #fff !important;
  font-family: "Manrope", sans-serif !important;
  font-size: 15px !important;
  font-weight: 400 !important;
  letter-spacing: normal !important;
  text-transform: none !important;
  color: #333333 !important;
  line-height: normal !important;
  outline: none;
  box-shadow: none;
  transition: border-color 0.15s ease;
}
.glokey-account .glokey-field__input::placeholder {
  color: #999;
}
.glokey-account .glokey-field__input:focus {
  border-color: #D1736D !important;
}
.glokey-account .glokey-field__label {
  order: 1;
  display: block;
  max-width: 100%;
  margin: 0 0 8px;
  font-family: "Manrope", sans-serif !important;
  font-size: 14px !important;
  justify-content: flex-start !important;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -0.28px;
  text-transform: uppercase;
  color: #1B1B1B !important;
  cursor: pointer;
}
.glokey-account .glokey-account-form__submit {
  margin: 16px 0 0;
  padding: 16px 0;
  border-bottom: 1px solid #e6e6e6;
}
.glokey-account .glokey-address-form__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  margin-bottom: 20px;
}
@media screen and (max-width: 690px) {
  .glokey-account .glokey-address-form__grid {
    grid-template-columns: 1fr;
  }
}
.glokey-account .glokey-address-form__grid .glokey-field {
  margin: 0 !important;
}
.glokey-account .glokey-field--full {
  grid-column: 1/-1;
}
@media screen and (max-width: 690px) {
  .glokey-account .glokey-field--half {
    grid-column: 1/-1;
  }
}
.glokey-account .glokey-field__select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  padding: 5px 40px 5px 16px !important;
  background: #fff url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8' fill='none'%3E%3Cpath d='M1 1.5L6 6.5L11 1.5' stroke='%23333333' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") no-repeat right 16px center !important;
  text-overflow: ellipsis;
  cursor: pointer;
}
.glokey-account .glokey-field__select:has(option[value=""]:checked) {
  color: #999 !important;
}
.glokey-account .glokey-field__select option {
  padding: 8px 12px;
  font-size: 15px;
  color: #333333;
  background: #fff;
}
.glokey-account .glokey-field--hidden {
  display: none;
}
.glokey-account .glokey-address-form__default {
  display: flex;
  align-items: center;
  justify-content: flex-start !important;
  gap: 10px;
  margin: 0 0 20px;
  font-size: 14px !important;
  color: #333333;
  cursor: pointer;
}
.glokey-account .glokey-address-form__default input[type=checkbox] {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  position: relative;
  flex: 0 0 auto;
  width: 18px;
  height: 18px;
  margin: 0;
  padding: 0;
  border: 1.5px solid #c9c9c9;
  border-radius: 4px;
  background: #ffffff;
  cursor: pointer;
  transition: background 0.15s ease, border-color 0.15s ease;
}
.glokey-account .glokey-address-form__default input[type=checkbox]::after {
  content: "";
  position: absolute;
  top: 2px;
  left: 6px;
  width: 5px;
  height: 9px;
  border: solid #ffffff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
  opacity: 0;
}
.glokey-account .glokey-address-form__default input[type=checkbox]:checked {
  background: #000 !important;
  border-color: #000 !important;
}
.glokey-account .glokey-address-form__default input[type=checkbox]:checked::after {
  opacity: 1;
}
.glokey-account .glokey-address-form__default input[type=checkbox]:focus, .glokey-account .glokey-address-form__default input[type=checkbox]:focus-visible {
  outline: 2px solid #000 !important;
  outline-offset: 2px;
}
.glokey-account .glokey-address-form__actions {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 14px;
  padding-bottom: 16px;
  border-bottom: 1px solid #e6e6e6;
}
.glokey-account .glokey-address-form__actions .glokey-btn-pill--block {
  max-width: 340px;
}
.glokey-account .glokey-address-form__cancel {
  font-size: 14px;
  font-weight: 500;
  color: #757575 !important;
  text-decoration: none;
}
.glokey-account .glokey-address-form__cancel:hover {
  color: #000 !important;
  text-decoration: underline;
}
.glokey-account .woocommerce-message,
.glokey-account .woocommerce-error,
.glokey-account .woocommerce-info {
  display: flex;
  flex-direction: row;
  margin: 0 0 20px;
  padding: 12px 16px;
  border-radius: 8px;
  border: 1px solid #e9e9e9;
  list-style: none;
  font-size: 14px;
  color: #000 !important;
}
@media screen and (max-width: 690px) {
  .glokey-account .woocommerce-message,
  .glokey-account .woocommerce-error,
  .glokey-account .woocommerce-info {
    flex-direction: column;
    gap: 10px;
    text-align: center;
  }
}
.glokey-account .woocommerce-message .wc-forward,
.glokey-account .woocommerce-error .wc-forward,
.glokey-account .woocommerce-info .wc-forward {
  background-color: #000 !important;
  text-transform: capitalize;
}
.glokey-account .woocommerce-error {
  border-color: rgba(217, 51, 51, 0.4);
}

/* ---- View order ---------------------------------------------------------
 *
 * Renders woocommerce/order/order-details.php — the same template as the
 * thank-you page, so the same `glokey-thankyou__*` classes arrive here. Only
 * the thank-you page styled them, which left this table with no table styling
 * at all: full-width rows, no rules, no column alignment.
 *
 * Everything below is nested one level deeper than it looks like it needs to
 * be. WooCommerce ships a Twenty Twenty-One compatibility sheet that strips
 * this table with `.woocommerce-view-order .woocommerce-MyAccount-content
 * table td` — two classes and two elements — so a two-class selector here
 * would lose. Going through `.glokey-account__content` outranks it.
 * ------------------------------------------------------------------------- */
.woocommerce-view-order .glokey-account__content p {
  font-size: 16px;
  margin-bottom: 0px !important;
}
.woocommerce-view-order .glokey-account__content .woocommerce-order-details__title {
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0.28px;
  text-transform: uppercase;
  color: #000 !important;
}
.woocommerce-view-order .glokey-account__content .glokey-thankyou__section {
  margin-top: 32px;
  padding: 0;
}
.woocommerce-view-order .glokey-account__content .glokey-thankyou__section:first-child {
  margin-top: 0;
}
.woocommerce-view-order .glokey-account__content .glokey-thankyou__heading {
  margin: 0 0 16px;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0.28px;
  text-transform: uppercase;
  color: #000 !important;
}
.woocommerce-view-order .glokey-account__content .glokey-thankyou__table {
  width: 100%;
  border-collapse: collapse;
  background: #fff !important;
  border: 1px solid #e9e9e9;
  border-radius: 8px;
  overflow: hidden;
}
.woocommerce-view-order .glokey-account__content .glokey-thankyou__table tr {
  height: auto;
}
.woocommerce-view-order .glokey-account__content .glokey-thankyou__table th,
.woocommerce-view-order .glokey-account__content .glokey-thankyou__table td {
  padding: 14px 18px;
  border-bottom: 1px solid #e9e9e9;
  text-align: left;
  vertical-align: top;
}
@media screen and (max-width: 690px) {
  .woocommerce-view-order .glokey-account__content .glokey-thankyou__table th,
  .woocommerce-view-order .glokey-account__content .glokey-thankyou__table td {
    padding: 12px 14px;
  }
}
.woocommerce-view-order .glokey-account__content .glokey-thankyou__table thead {
  border-bottom: 1px solid #e9e9e9;
}
.woocommerce-view-order .glokey-account__content .glokey-thankyou__table thead th {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.woocommerce-view-order .glokey-account__content .glokey-thankyou__table tbody td,
.woocommerce-view-order .glokey-account__content .glokey-thankyou__table tfoot th,
.woocommerce-view-order .glokey-account__content .glokey-thankyou__table tfoot td {
  font-size: 15px;
  font-weight: 400;
  color: #1B1B1B !important;
}
.woocommerce-view-order .glokey-account__content .glokey-thankyou__table {
  /* Column 1 keeps the bulk of the width. Every tfoot value cell carries
   * `.glokey-thankyou__col-total`, including the shipping row — "$13.58
   * (ex. tax) via MyPost Business Parcel Post (up to 5kg)". Held on one line
   * that string set the column's min-width past 370px, which crushed the
   * product name into three lines in the narrow account panel. */
}
.woocommerce-view-order .glokey-account__content .glokey-thankyou__table thead th:first-child,
.woocommerce-view-order .glokey-account__content .glokey-thankyou__table tbody td:first-child,
.woocommerce-view-order .glokey-account__content .glokey-thankyou__table tfoot th {
  width: 62%;
}
.woocommerce-view-order .glokey-account__content .glokey-thankyou__table .glokey-thankyou__col-total {
  text-align: right;
}
.woocommerce-view-order .glokey-account__content .glokey-thankyou__table .glokey-thankyou__col-total .woocommerce-Price-amount,
.woocommerce-view-order .glokey-account__content .glokey-thankyou__table .glokey-thankyou__col-total bdi {
  white-space: nowrap;
}
.woocommerce-view-order .glokey-account__content .glokey-thankyou__table .glokey-thankyou__total-row th,
.woocommerce-view-order .glokey-account__content .glokey-thankyou__table .glokey-thankyou__total-row td {
  font-weight: 700;
  font-size: 16px;
}
.woocommerce-view-order .glokey-account__content .glokey-thankyou__table small,
.woocommerce-view-order .glokey-account__content .glokey-thankyou__table .tax_label {
  color: #8a8a8a;
  font-size: 12px;
  font-weight: 400;
}
.woocommerce-view-order .glokey-account__content .glokey-thankyou__table .product-quantity {
  color: #8a8a8a;
  font-weight: 500;
}
.woocommerce-view-order .glokey-account__content .glokey-thankyou__table tr:last-child th,
.woocommerce-view-order .glokey-account__content .glokey-thankyou__table tr:last-child td {
  border-bottom: none;
}
.woocommerce-view-order .glokey-account__content .glokey-thankyou__table a {
  color: #1B1B1B !important;
  text-decoration: none;
}
.woocommerce-view-order .glokey-account__content .glokey-thankyou__table a:hover {
  color: #D1736D !important;
}
.woocommerce-view-order .glokey-account__content .glokey-thankyou__table thead th {
  background: #d8d8d8;
  font-weight: 700 !important;
  text-transform: capitalize;
}
.woocommerce-view-order .glokey-account__content .glokey-thankyou__table tbody {
  border-bottom: 1px solid rgb(212, 212, 212);
}
.woocommerce-view-order .glokey-account__content .glokey-thankyou__table td,
.woocommerce-view-order .glokey-account__content .glokey-thankyou__table th {
  font-size: 14px !important;
}
.woocommerce-view-order .glokey-account__content .glokey-thankyou__table th {
  font-weight: 500 !important;
  background-color: #f0f0f0;
}
.woocommerce-view-order .glokey-account__content .glokey-thankyou__table td {
  background-color: #f9f9f9 !important;
}
.woocommerce-view-order .glokey-account__content .glokey-thankyou__addresses {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  margin-top: 8px;
}
.woocommerce-view-order .glokey-account__content .glokey-thankyou__addresses::before, .woocommerce-view-order .glokey-account__content .glokey-thankyou__addresses::after {
  content: none !important;
}
@media screen and (max-width: 690px) {
  .woocommerce-view-order .glokey-account__content .glokey-thankyou__addresses {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}
.woocommerce-view-order .glokey-account__content .glokey-thankyou__addresses .woocommerce-column {
  width: 100%;
  border: 1px solid #e9e9e9;
  border-radius: 8px;
  padding: 20px;
  transition: border-color 0.15s ease;
}
.woocommerce-view-order .glokey-account__content .glokey-thankyou__address {
  font-style: normal;
  font-size: 15px;
  line-height: 1.8;
  color: #444444;
}
.woocommerce-view-order .glokey-account__content .glokey-thankyou__address p {
  margin: 0;
  font-size: 15px;
}
.woocommerce-view-order .glokey-account__content .glokey-thankyou__address .woocommerce-customer-details--email {
  word-break: break-word;
}
.woocommerce-view-order .glokey-account__content .order-again {
  margin-top: 20px;
}

/* ============================================================================
 * The "Order details" table, shared.
 *
 * woocommerce/order/order-details.php renders the same markup in two places:
 * the thank-you page (_order-received.scss, under `.glokey-thankyou`) and My
 * Account → Orders → View order (_account.scss, under `.woocommerce-view-order`).
 * The styling lived only in the first, so the second showed the table unstyled.
 * It lives here now so the two can't drift apart.
 *
 * Mixin rather than a plain class because the two contexts need different
 * selector depth: on the account page WooCommerce's own Twenty Twenty-One
 * compatibility sheet zeroes the borders with
 * `.woocommerce-view-order .woocommerce-MyAccount-content table td` (0,0,2,2),
 * so the rules have to be nested a level deeper there to outrank it.
 * ========================================================================== */
.glokey-thankyou {
  box-sizing: border-box;
  max-width: 1280px;
  margin: 0 auto;
  padding: 50px 24px 80px;
  font-family: "Manrope", sans-serif;
  color: #1B1B1B !important;
}
@media screen and (max-width: 690px) {
  .glokey-thankyou {
    padding: 40px 20px 64px;
  }
}
.glokey-thankyou *,
.glokey-thankyou *::before,
.glokey-thankyou *::after {
  box-sizing: border-box;
}
.glokey-thankyou .glokey-thankyou__tick {
  width: 64px;
  height: 64px;
  margin: 0 auto 22px;
  border: 2px solid #3aa55d;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.glokey-thankyou .glokey-thankyou__tick svg {
  width: 30px;
  height: 30px;
  fill: none;
  stroke: #3aa55d;
  stroke-width: 2.4;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.glokey-thankyou .glokey-thankyou__title {
  margin: 0;
  text-align: center;
  font-size: 44px;
  font-weight: 600;
  letter-spacing: 0.5px;
  color: #1B1B1B !important;
}
@media screen and (max-width: 690px) {
  .glokey-thankyou .glokey-thankyou__title {
    font-size: 34px;
  }
}
.glokey-thankyou .glokey-thankyou__subtitle {
  margin: 6px 0 0;
  text-align: center;
  font-size: 20px;
  font-weight: 400;
  color: #555;
}
@media screen and (max-width: 690px) {
  .glokey-thankyou .glokey-thankyou__subtitle {
    font-size: 18px;
  }
}
.glokey-thankyou .glokey-thankyou__summary {
  margin-top: 34px;
  background: #fff !important;
  border: 1px solid #ececec;
  border-radius: 14px;
  overflow: hidden;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
}
@media screen and (max-width: 690px) {
  .glokey-thankyou .glokey-thankyou__summary {
    grid-template-columns: 1fr;
  }
}
.glokey-thankyou .glokey-thankyou__cell {
  padding: 20px 24px;
  border-right: 1px solid #ececec;
}
.glokey-thankyou .glokey-thankyou__cell:last-child {
  border-right: none;
}
@media screen and (max-width: 690px) {
  .glokey-thankyou .glokey-thankyou__cell {
    padding: 20px 22px;
    border-right: none;
    border-bottom: 1px solid #ececec;
  }
  .glokey-thankyou .glokey-thankyou__cell:last-child {
    border-bottom: none;
  }
}
.glokey-thankyou .glokey-thankyou__label {
  margin-bottom: 6px;
  font-size: 11px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  font-weight: 500;
}
.glokey-thankyou .glokey-thankyou__value {
  color: #8a8a8a;
  font-size: 16px;
  font-weight: 400;
}
.glokey-thankyou .glokey-thankyou__value .woocommerce-Price-amount,
.glokey-thankyou .glokey-thankyou__value bdi {
  white-space: nowrap;
}
.glokey-thankyou .glokey-thankyou__section {
  margin-top: 24px;
  padding: 0;
}
.glokey-thankyou .glokey-thankyou__heading {
  margin: 0 0 16px;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #1B1B1B !important;
}
.glokey-thankyou .glokey-thankyou__table {
  width: 100%;
  border-collapse: collapse;
  background: #fff !important;
  border: 1px solid #ececec;
  border-radius: 14px;
  overflow: hidden;
}
.glokey-thankyou .glokey-thankyou__table tr {
  height: auto;
}
.glokey-thankyou .glokey-thankyou__table th,
.glokey-thankyou .glokey-thankyou__table td {
  padding: 16px 24px;
  border-bottom: 1px solid #ececec;
  text-align: left;
  vertical-align: top;
}
@media screen and (max-width: 690px) {
  .glokey-thankyou .glokey-thankyou__table th,
  .glokey-thankyou .glokey-thankyou__table td {
    padding: 14px 18px;
  }
}
.glokey-thankyou .glokey-thankyou__table thead {
  border-bottom: 1px solid #ececec;
}
.glokey-thankyou .glokey-thankyou__table thead th {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.glokey-thankyou .glokey-thankyou__table tbody td,
.glokey-thankyou .glokey-thankyou__table tfoot th,
.glokey-thankyou .glokey-thankyou__table tfoot td {
  font-size: 15px;
  font-weight: 400;
  color: #1B1B1B !important;
}
.glokey-thankyou .glokey-thankyou__table {
  /* Column 1 keeps the bulk of the width. Every tfoot value cell carries
   * `.glokey-thankyou__col-total`, including the shipping row — "$13.58
   * (ex. tax) via MyPost Business Parcel Post (up to 5kg)". Held on one line
   * that string set the column's min-width past 370px, which crushed the
   * product name into three lines in the narrow account panel. */
}
.glokey-thankyou .glokey-thankyou__table thead th:first-child,
.glokey-thankyou .glokey-thankyou__table tbody td:first-child,
.glokey-thankyou .glokey-thankyou__table tfoot th {
  width: 62%;
}
.glokey-thankyou .glokey-thankyou__table .glokey-thankyou__col-total {
  text-align: right;
}
.glokey-thankyou .glokey-thankyou__table .glokey-thankyou__col-total .woocommerce-Price-amount,
.glokey-thankyou .glokey-thankyou__table .glokey-thankyou__col-total bdi {
  white-space: nowrap;
}
.glokey-thankyou .glokey-thankyou__table .glokey-thankyou__total-row th,
.glokey-thankyou .glokey-thankyou__table .glokey-thankyou__total-row td {
  font-weight: 700;
  font-size: 16px;
}
.glokey-thankyou .glokey-thankyou__table small,
.glokey-thankyou .glokey-thankyou__table .tax_label {
  color: #8a8a8a;
  font-size: 12px;
  font-weight: 400;
}
.glokey-thankyou .glokey-thankyou__table .product-quantity {
  color: #8a8a8a;
  font-weight: 500;
}
.glokey-thankyou .glokey-thankyou__table tr:last-child th,
.glokey-thankyou .glokey-thankyou__table tr:last-child td {
  border-bottom: none;
}
.glokey-thankyou .glokey-thankyou__table a {
  color: #1B1B1B !important;
  text-decoration: none;
}
.glokey-thankyou .glokey-thankyou__table a:hover {
  color: #D1736D !important;
}
.glokey-thankyou .glokey-thankyou__section .woocommerce-info {
  margin: 18px 0 0;
  padding: 18px 22px;
  background: #f6f6f6;
  border: none;
  border-top: 3px solid #6fa8c9;
  border-radius: 6px;
  font-size: 14px;
  line-height: 1.6;
  color: #444444;
  list-style: none;
}
.glokey-thankyou .glokey-thankyou__section .woocommerce-info::before {
  content: none;
}
.glokey-thankyou .glokey-thankyou__section .woocommerce-info a {
  color: #2e61c7;
}
.glokey-thankyou .glokey-thankyou__address {
  font-style: normal;
  font-size: 15px;
  line-height: 1.9;
  color: #444444;
}
.glokey-thankyou .glokey-thankyou__address p {
  margin: 0;
}
.glokey-thankyou .glokey-thankyou__address .woocommerce-customer-details--email {
  word-break: break-word;
}
.glokey-thankyou .glokey-thankyou__addresses {
  display: grid;
  grid-template-columns: 1fr 1fr;
  padding-top: 10px;
}
.glokey-thankyou .glokey-thankyou__addresses::before {
  content: none !important;
}
.glokey-thankyou .glokey-thankyou__addresses::after {
  content: none !important;
}
@media screen and (max-width: 690px) {
  .glokey-thankyou .glokey-thankyou__addresses {
    grid-template-columns: 1fr;
    gap: 28px;
  }
}
.glokey-thankyou .glokey-thankyou__cta {
  margin-top: 32px;
  text-align: center;
}
@media screen and (max-width: 690px) {
  .glokey-thankyou .glokey-thankyou__cta {
    margin-top: 44px;
  }
}
.glokey-thankyou .glokey-thankyou__btn {
  display: inline-block;
  padding: 15px 44px;
  background: #000 !important;
  color: #fff;
  text-decoration: none;
  border-radius: 40px;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  transition: opacity 0.15s ease;
}
.glokey-thankyou .glokey-thankyou__btn:hover, .glokey-thankyou .glokey-thankyou__btn:focus {
  background: #000 !important;
  color: #fff;
  opacity: 0.85;
}

/* ============================================================================
 * Suburb select (assets/js/suburb-postcode.js).
 *
 * On My Account the Suburb field is a real <select> rendered server-side and
 * already carries .glokey-field__select, so it needs nothing here. On checkout
 * the field is a React text input that can't be replaced, so the script adds a
 * <select> beside it; these rules hide the input and give the stand-in the same
 * look as the State select above it.
 * ========================================================================== */
.wc-block-components-address-form__city:has(.glokey-suburb-select) input {
  display: none !important;
}

.glokey-suburb-select {
  order: 2;
  box-sizing: border-box;
  display: block;
  width: 100% !important;
  height: 48px !important;
  margin: 0 !important;
  padding: 5px 40px 5px 16px !important;
  border: 1px solid #e9e9e9 !important;
  border-radius: 8px !important;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: #fff url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8' fill='none'%3E%3Cpath d='M1 1.5L6 6.5L11 1.5' stroke='%23333333' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") no-repeat right 16px center !important;
  font-family: "Manrope", sans-serif !important;
  font-size: 15px !important;
  font-weight: 400 !important;
  letter-spacing: normal !important;
  text-transform: none !important;
  line-height: normal !important;
  color: #333 !important;
  outline: none;
  box-shadow: none;
  cursor: pointer;
  transition: border-color 0.15s ease;
}
.glokey-suburb-select:focus {
  border-color: #D1736D !important;
}
.glokey-suburb-select:has(option[value=""]:checked), .glokey-suburb-select:disabled {
  color: #999 !important;
}
.glokey-suburb-select:disabled {
  cursor: default;
}
.glokey-suburb-select option {
  padding: 8px 12px;
  font-size: 15px;
  color: #333;
  background: #fff;
}

.wc-block-components-text-input.has-error .glokey-suburb-select {
  border-color: #dc3232 !important;
}

/* ============================================================================
 * "Change address" on checkout — button + address picker.
 *
 * Converted from the Figma "desktop-modal-container" frame (node 1527:6). The
 * design's accent #D1736D is the theme's own $primary, so it's used as such;
 * the greys below are local to this component. The design is set in Inter —
 * the site runs on Manrope, which wins.
 *
 * Twenty Twenty-One styles bare elements harder than one class can answer, and
 * the picker is plain markup on <body>, so it takes the full force of it:
 *
 *   input[type=radio]                                     → 25×25, position:relative
 *   button:not(:hover):not(:active):not(.has-background)  → filled dark pill
 *
 * The radio is settled with a second class (0,0,2,0 beats 0,0,1,1). The button
 * rule carries three :not()s — (0,0,6,1) — which no reasonable class chain
 * outranks, so the picker's own colours are marked important, the same way the
 * rest of this theme does it ($white / $black / $primary in _variables.scss all
 * carry !important for exactly this reason).
 * ========================================================================== */
/* ---- The button under Edit ---------------------------------------------- */
.wc-block-components-address-card {
  flex-wrap: wrap;
}

.glokey-change-address {
  flex-basis: 100%;
  margin: 4px 0 0;
  padding: 0;
  border: 0;
  background: none;
  font-family: "Manrope", sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.4;
  text-align: right;
  color: #000 !important;
  cursor: pointer;
  background-color: transparent !important;
  text-transform: capitalize;
}
.glokey-change-address:hover, .glokey-change-address:focus-visible {
  text-decoration: underline;
}

/* ---- Picker ------------------------------------------------------------- */
html.glokey-address-picker-open {
  overflow: hidden;
}

.glokey-address-picker {
  position: fixed;
  inset: 0;
  z-index: 1000001;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  background: rgba(0, 0, 0, 0.45);
  font-family: "Manrope", sans-serif;
}
.glokey-address-picker[hidden] {
  display: none;
}

.glokey-address-picker__panel {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 560px;
  max-height: calc(100vh - 40px);
  padding: 32px;
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 20px 20px rgba(0, 0, 0, 0.15);
}

/* ---- Mobile: a sheet rising from the bottom edge -------------------------
 *
 * From the Figma "modal-change-shipping-address-mobile" frame (node 1527:52).
 * The panel goes full-bleed against the bottom of the screen, its own padding
 * moves out to the sections so the drag handle and the list rules can run the
 * full width, and the footer stacks with the primary action on top.
 * ------------------------------------------------------------------------- */
@media screen and (max-width: 690px) {
  .glokey-address-picker {
    align-items: flex-end;
    padding: 0;
  }
  .glokey-address-picker__panel {
    max-width: none;
    max-height: min(690px, 92vh);
    padding: 0;
    border-radius: 20px 20px 0 0;
    transform: translateY(100%);
    transition: transform 0.28s ease-out;
  }
  .glokey-address-picker.is-open .glokey-address-picker__panel {
    transform: translateY(0);
  }
}
@media screen and (max-width: 690px) and (prefers-reduced-motion: reduce) {
  .glokey-address-picker__panel {
    transform: none;
    transition: none;
  }
}
@media screen and (max-width: 690px) {
  .glokey-address-picker__grip {
    display: flex;
    justify-content: center;
    flex: none;
    padding-top: 12px;
  }
  .glokey-address-picker__grip-bar {
    width: 40px;
    height: 4px;
    border-radius: 2px;
    background: #d9d9d9;
  }
  .glokey-address-picker__header {
    padding: 16px 20px;
  }
  .glokey-address-picker__title {
    font-size: 17px;
  }
  .glokey-address-picker__list {
    flex: 1 1 auto;
    min-height: 0;
    max-height: none;
    padding: 0 20px;
  }
  .glokey-address-picker__summary {
    font-size: 13px;
  }
  .glokey-address-picker__body {
    gap: 6px;
  }
  .glokey-address-picker__add {
    margin: 16px 20px;
  }
  .glokey-address-picker__footer {
    flex-direction: column-reverse;
    align-items: stretch;
    gap: 0;
    margin-top: 0;
    padding: 16px 20px calc(34px + env(safe-area-inset-bottom, 0px));
  }
  .glokey-address-picker__submit {
    height: 48px;
    padding: 12px 24px;
  }
  .glokey-address-picker__cancel {
    padding: 12px 16px 0;
  }
}
.glokey-address-picker__grip {
  display: none;
}

.glokey-address-picker__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex: none;
  padding-bottom: 24px;
}

.glokey-address-picker__title {
  margin: 0;
  font-size: 20px;
  font-weight: 600;
  line-height: normal;
  letter-spacing: normal;
  color: #1f2430 !important;
}
@media screen and (max-width: 690px) {
  .glokey-address-picker__title {
    font-size: 17px;
  }
}

.glokey-address-picker__close {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: none;
  width: 20px;
  height: 20px;
  min-height: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent !important;
  color: #1f2430 !important;
  cursor: pointer;
}
.glokey-address-picker__close svg {
  display: block;
}

.glokey-address-picker__list {
  display: flex;
  flex-direction: column;
  gap: 8px;
  max-height: 360px;
  overflow-y: auto;
  overscroll-behavior: contain;
}

.glokey-address-picker__row {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  padding: 16px 0;
  border-bottom: 1px solid #f0f0f0;
  cursor: pointer;
}
.glokey-address-picker__row:has(.glokey-address-picker__radio:checked) {
  padding: 16px 12px;
  border-bottom-color: transparent;
  border-left: 3px solid #D1736D !important;
  border-radius: 8px;
  background: #fdf1ed;
}

.glokey-address-picker__row .glokey-address-picker__radio {
  position: absolute;
  width: 16px;
  height: 16px;
  min-height: 0;
  margin: 0;
  padding: 0;
  opacity: 0;
  pointer-events: none;
}

.glokey-address-picker__mark {
  flex: none;
  display: block;
  width: 16px;
  height: 16px;
  margin-top: 2px;
  border: 2px solid #d9d9d9;
  border-radius: 50%;
  color: #D1736D !important;
}
.glokey-address-picker__mark svg {
  display: block;
  margin: -2px 0 0 -2px;
  opacity: 0;
}

.glokey-address-picker__radio:checked + .glokey-address-picker__mark {
  border-color: transparent;
}
.glokey-address-picker__radio:checked + .glokey-address-picker__mark svg {
  opacity: 1;
}

.glokey-address-picker__radio:focus-visible + .glokey-address-picker__mark {
  outline: 2px solid #D1736D !important;
  outline-offset: 2px;
}

.glokey-address-picker__body {
  display: flex;
  flex: 1 0 0;
  flex-direction: column;
  gap: 4px;
  min-width: 0;
}

.glokey-address-picker__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.glokey-address-picker__name {
  overflow: hidden;
  font-size: 14px;
  font-weight: 600;
  line-height: normal;
  color: #1f2430 !important;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.glokey-address-picker__actions {
  display: flex;
  flex: none;
  align-items: center;
  gap: 12px;
}

.glokey-address-picker__action {
  min-height: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent !important;
  font-family: inherit;
  font-size: 13px;
  font-weight: 500;
  line-height: normal;
  text-transform: none;
  text-decoration: none;
  cursor: pointer;
}
.glokey-address-picker__action--edit {
  color: #D1736D !important;
}
.glokey-address-picker__action--delete {
  color: #9b9b9b !important;
}
.glokey-address-picker__action:hover, .glokey-address-picker__action:focus-visible {
  text-decoration: underline;
}

.glokey-address-picker__summary {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
  color: #6b6b6b;
}

.glokey-address-picker__empty {
  margin: 0;
  padding: 24px 0;
  font-size: 14px;
  color: #6b6b6b;
  text-align: center;
}

.glokey-address-picker__add {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-top: 8px;
  padding: 14px;
  border: 1px dashed #d9d9d9;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 500;
  line-height: normal;
  color: #D1736D !important;
  text-decoration: none;
}
.glokey-address-picker__add:hover, .glokey-address-picker__add:focus-visible {
  border-color: #D1736D !important;
}

.glokey-address-picker__add-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: none;
  width: 16px;
  height: 16px;
}
.glokey-address-picker__add-icon svg {
  display: block;
}

.glokey-address-picker__footer {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 12px;
  margin-top: 16px;
  padding-top: 16px;
  border-top: 1px solid #f0f0f0;
}

.glokey-address-picker__cancel {
  min-height: 0;
  padding: 12px 16px;
  border: 0;
  border-radius: 0;
  background: transparent !important;
  font-family: inherit;
  font-size: 14px;
  font-weight: 500;
  line-height: normal;
  text-transform: none;
  color: #6b6b6b !important;
  cursor: pointer;
}
.glokey-address-picker__cancel:hover, .glokey-address-picker__cancel:focus-visible {
  text-decoration: underline;
}

.glokey-address-picker__submit {
  min-height: 0;
  padding: 12px 24px;
  border: 0;
  border-radius: 8px;
  background: #D1736D !important;
  font-family: inherit;
  font-size: 14px;
  font-weight: 500;
  line-height: normal;
  text-transform: none;
  color: #fff !important;
  cursor: pointer;
}
.glokey-address-picker__submit:disabled {
  opacity: 0.5;
  cursor: default;
}

a.btn,
.elementor-button {
  padding: 16px;
  border-radius: 58px;
  border: 1px solid #D1736D !important;
  background: #D1736D !important;
  color: #fff !important;
  font-size: 14px;
  font-weight: 700;
  line-height: normal;
}
a.btn:hover,
.elementor-button:hover {
  color: #D1736D !important;
  background-color: #fff !important;
}

@font-face {
  font-family: "Instrument Sans";
  src: url("/wp-content/themes/twentytwentyone-child/fonts/InstrumentSans/InstrumentSans-Italic.woff2") format("woff2"), url("/wp-content/themes/twentytwentyone-child/fonts/InstrumentSans/InstrumentSans-Italic.woff") format("woff");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Instrument Sans";
  src: url("/wp-content/themes/twentytwentyone-child/fonts/InstrumentSans/InstrumentSans-Medium.woff2") format("woff2"), url("/wp-content/themes/twentytwentyone-child/fonts/InstrumentSans/InstrumentSans-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Instrument Sans";
  src: url("/wp-content/themes/twentytwentyone-child/fonts/InstrumentSans/InstrumentSans-Bold.woff2") format("woff2"), url("/wp-content/themes/twentytwentyone-child/fonts/InstrumentSans/InstrumentSans-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Instrument Sans";
  src: url("/wp-content/themes/twentytwentyone-child/fonts/InstrumentSans/InstrumentSans-Regular.woff2") format("woff2"), url("/wp-content/themes/twentytwentyone-child/fonts/InstrumentSans/InstrumentSans-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Instrument Sans";
  src: url("/wp-content/themes/twentytwentyone-child/fonts/InstrumentSans/InstrumentSans-SemiBold.woff2") format("woff2"), url("/wp-content/themes/twentytwentyone-child/fonts/InstrumentSans/InstrumentSans-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "DM Sans";
  src: url("/wp-content/themes/twentytwentyone-child/fonts/DMSans/DMSans-Bold.woff2") format("woff2"), url("/wp-content/themes/twentytwentyone-child/fonts/DMSans/DMSans-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "DM Sans";
  src: url("/wp-content/themes/twentytwentyone-child/fonts/DMSans/DMSans-Black.woff2") format("woff2"), url("/wp-content/themes/twentytwentyone-child/fonts/DMSans/DMSans-Black.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "DM Sans";
  src: url("/wp-content/themes/twentytwentyone-child/fonts/DMSans/DMSans-ExtraBold.woff2") format("woff2"), url("/wp-content/themes/twentytwentyone-child/fonts/DMSans/DMSans-ExtraBold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "DM Sans";
  src: url("/wp-content/themes/twentytwentyone-child/fonts/DMSans/DMSans-Italic.woff2") format("woff2"), url("/wp-content/themes/twentytwentyone-child/fonts/DMSans/DMSans-Italic.woff") format("woff");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "DM Sans";
  src: url("/wp-content/themes/twentytwentyone-child/fonts/DMSans/DMSans-Medium.woff2") format("woff2"), url("/wp-content/themes/twentytwentyone-child/fonts/DMSans/DMSans-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "DM Sans";
  src: url("/wp-content/themes/twentytwentyone-child/fonts/DMSans/DMSans-Light.woff2") format("woff2"), url("/wp-content/themes/twentytwentyone-child/fonts/DMSans/DMSans-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "DM Sans";
  src: url("/wp-content/themes/twentytwentyone-child/fonts/DMSans/DMSans-Regular.woff2") format("woff2"), url("/wp-content/themes/twentytwentyone-child/fonts/DMSans/DMSans-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "DM Sans";
  src: url("/wp-content/themes/twentytwentyone-child/fonts/DMSans/DMSans-SemiBold.woff2") format("woff2"), url("/wp-content/themes/twentytwentyone-child/fonts/DMSans/DMSans-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "DM Sans";
  src: url("/wp-content/themes/twentytwentyone-child/fonts/DMSans/DMSans-Thin.woff2") format("woff2"), url("/wp-content/themes/twentytwentyone-child/fonts/DMSans/DMSans-Thin.woff") format("woff");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}