:root {
  --gs-bg: #0b0b0c;
  --gs-surface: rgba(255, 255, 255, 0.07);
  --gs-surface-2: rgba(255, 255, 255, 0.13);
  --gs-border: rgba(255, 255, 255, 0.16);
  --gs-border-strong: rgba(255, 255, 255, 0.30);
  --gs-text: #ffffff;
  --gs-muted: #dcdcd6;
  --gs-gold: #cba135;
  --gs-gold-hover: #d8b34e;
  --gs-dark-on-gold: #16161a;
  --gs-success: #a7c7a2;
  --gs-danger: #f0a3a3;
  --gs-radius: 12px;
  --gs-shadow: 0 24px 70px rgba(0, 9, 3, 0.34);
  --gs-font: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  --gs-title: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
}

body.woocommerce,
body.woocommerce-page {
  margin: 0;
  max-width: 100%;
  overflow-x: clip;
  background:
    radial-gradient(circle at 12% -8%, rgba(91, 108, 69, 0.16), transparent 28rem),
    var(--gs-bg);
  color: var(--gs-text);
  font-family: var(--gs-font);
  font-size: 16px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}

:is(body.woocommerce-shop, body.tax-product_cat, body.tax-product_tag) {
  position: relative;
  isolation: isolate;
  background: var(--gs-bg);
}

:is(body.woocommerce-shop, body.tax-product_cat, body.tax-product_tag)::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 560px;
  background:
    linear-gradient(90deg, rgba(11, 11, 12, 0.84) 0%, rgba(11, 11, 12, 0.42) 48%, rgba(11, 11, 12, 0.72) 100%),
    linear-gradient(180deg, rgba(11, 11, 12, 0.08) 0%, rgba(11, 11, 12, 0.12) 68%, var(--gs-bg) 100%),
    url("https://gentlemansiqq.cl/wp-content/uploads/2026/07/ChatGPT-Image-27-jul-2026-17_00_33-5.png") center 42% / cover no-repeat;
  pointer-events: none;
}

:is(body.woocommerce-shop, body.tax-product_cat, body.tax-product_tag) .gs-store-header,
:is(body.woocommerce-shop, body.tax-product_cat, body.tax-product_tag) main {
  position: relative;
  z-index: 1;
}

:is(body.woocommerce-shop, body.tax-product_cat, body.tax-product_tag) .gs-store-header {
  border-bottom: 0;
  background: rgba(0, 0, 0, 0.36);
}

:is(body.admin-bar.woocommerce-shop, body.admin-bar.tax-product_cat, body.admin-bar.tax-product_tag) .gs-store-header {
  top: 0;
}

:is(body.woocommerce-shop, body.tax-product_cat, body.tax-product_tag) #main,
:is(body.woocommerce-shop, body.tax-product_cat, body.tax-product_tag) main.site-main,
:is(body.woocommerce-shop, body.tax-product_cat, body.tax-product_tag) main#content {
  padding-top: 0 !important;
}

body.woocommerce-shop .woocommerce-breadcrumb {
  display: none !important;
}

:is(body.woocommerce-shop, body.tax-product_cat, body.tax-product_tag) .gs-shop-intro {
  min-height: 448px;
  box-sizing: border-box;
  margin-top: 0;
  padding: clamp(30px, 5vw, 64px) 0;
  border: 0;
  background: transparent;
  box-shadow: none;
}

:is(body.woocommerce-shop, body.tax-product_cat, body.tax-product_tag) .gs-shop-intro h1 {
  max-width: 790px;
  font-size: clamp(calc(2.08rem - 2px), calc(4.25vw - 2px), calc(4.08rem - 2px));
  line-height: 0.98;
}

:is(body.woocommerce-shop, body.tax-product_cat, body.tax-product_tag) .gs-shop-intro p:not(.gs-shop-intro__label) {
  max-width: 790px;
}

:is(body.woocommerce-shop, body.tax-product_cat, body.tax-product_tag) .gs-intro-cta {
  align-self: end;
  justify-self: end;
}

body.woocommerce-page {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

body.gs-floating-cart-open { overflow: hidden; }

body.admin-bar.woocommerce-page {
  min-height: calc(100vh - 32px);
}

body.woocommerce-page > main,
body.woocommerce-page > #page,
body.woocommerce-page > .site {
  flex: 1 0 auto;
}

.gs-store-footer {
  flex: 0 0 auto;
}

body.woocommerce a,
body.woocommerce-page a {
  color: inherit;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.22em;
}

body.woocommerce main,
body.woocommerce main *,
body.woocommerce-page main,
body.woocommerce-page main *,
.gs-store-header,
.gs-store-header *,
.gs-store-footer,
.gs-store-footer * {
  font-family: var(--gs-font) !important;
}

body.woocommerce h1,
body.woocommerce h2,
body.woocommerce h3,
body.woocommerce-page h1,
body.woocommerce-page h2,
body.woocommerce-page h3 {
  color: var(--gs-text);
  font-family: var(--gs-title);
  font-weight: 500;
  letter-spacing: -0.02em;
  line-height: 1.18;
}

.gs-store-header {
  position: sticky;
  top: 0;
  z-index: 40;
  width: 100%;
  max-width: 100vw;
  box-sizing: border-box;
  border-bottom: 1px solid var(--gs-border);
  background: rgba(13, 15, 14, 0.9);
  backdrop-filter: blur(18px) saturate(130%);
  -webkit-backdrop-filter: blur(18px) saturate(130%);
}

.admin-bar .gs-store-header { top: 32px; }

.gs-store-header__inner {
  width: min(100% - 40px, 1280px);
  min-height: 74px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  min-width: 0;
}

.gs-store-brand {
  display: inline-flex;
  align-items: center;
  width: 220px;
  flex: 0 0 auto;
}

.gs-store-brand img,
.gs-store-footer img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
}

.gs-store-nav {
  display: flex;
  align-items: center;
  gap: 30px;
  font-size: 0.84rem;
  font-weight: 650;
}

.gs-store-nav > a:not(.gs-cart-link) {
  color: var(--gs-muted);
  text-decoration: none;
  transition: color 180ms ease;
}

.gs-store-nav > a:not(.gs-cart-link):hover { color: var(--gs-text); }

.gs-cart-link {
  min-height: 42px;
  padding: 0 9px 0 18px;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  border: 1px solid rgba(216, 171, 50, 0.4);
  border-radius: 999px;
  color: var(--gs-text);
  text-decoration: none;
  transition: border-color 180ms ease, background 180ms ease, transform 180ms ease;
}

.gs-cart-link:hover {
  border-color: var(--gs-gold);
  background: rgba(216, 171, 50, 0.08);
}

.gs-cart-count {
  min-width: 25px;
  height: 25px;
  padding: 0 7px;
  display: inline-grid;
  place-items: center;
  border-radius: 999px;
  background: var(--gs-gold);
  color: var(--gs-dark-on-gold);
  font-size: 0.75rem;
  font-variant-numeric: tabular-nums;
}

/* Floating mini cart */
.gs-floating-cart {
  position: fixed;
  inset: 0;
  z-index: 90;
  pointer-events: none;
  font-family: var(--gs-font);
}

.gs-floating-cart__toggle {
  position: absolute;
  right: 24px;
  bottom: 24px;
  min-width: 218px;
  min-height: 62px;
  padding: 8px 9px 8px 10px;
  display: grid;
  grid-template-columns: 40px 1fr auto;
  align-items: center;
  gap: 10px;
  border: 1px solid rgba(203, 161, 53, 0.58);
  border-radius: 16px;
  background: rgba(17, 19, 17, 0.96);
  color: #fff;
  box-shadow: 0 20px 54px rgba(0, 0, 0, 0.46), inset 0 1px 0 rgba(255, 255, 255, 0.06);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  cursor: pointer;
  pointer-events: auto;
  transition: transform 180ms ease, border-color 180ms ease, background 180ms ease;
}

.gs-floating-cart__toggle:hover {
  border-color: var(--gs-gold);
  background: #171a17;
  transform: translateY(-2px);
}

.gs-floating-cart__toggle-icon {
  width: 40px;
  height: 40px;
  display: grid;
  place-items: center;
  border-radius: 11px;
  background: var(--gs-gold);
  color: var(--gs-dark-on-gold);
}

.gs-floating-cart__toggle-copy {
  min-width: 0;
  display: grid;
  text-align: left;
  line-height: 1.15;
}

.gs-floating-cart__toggle-copy small {
  color: rgba(255, 255, 255, 0.62);
  font-size: 10px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.09em;
}

.gs-floating-cart__summary-total {
  margin-top: 4px;
  color: #fff;
  font-size: 13px;
  font-weight: 650;
}

.gs-floating-cart__toggle .gs-cart-count {
  min-width: 28px;
  height: 28px;
  color: #11130f;
  font-weight: 700;
}

.gs-floating-cart__panel {
  position: absolute;
  right: 24px;
  bottom: 98px;
  width: min(400px, calc(100vw - 48px));
  max-height: min(660px, calc(100vh - 130px));
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 18px;
  background: #111311;
  color: #fff;
  box-shadow: 0 30px 90px rgba(0, 0, 0, 0.58), inset 0 1px 0 rgba(255, 255, 255, 0.04);
  opacity: 0;
  visibility: hidden;
  transform: translateY(14px) scale(0.98);
  transform-origin: right bottom;
  pointer-events: none;
  transition: opacity 180ms ease, transform 180ms ease, visibility 180ms ease;
}

.gs-floating-cart.is-open .gs-floating-cart__panel {
  opacity: 1;
  visibility: visible;
  transform: translateY(0) scale(1);
  pointer-events: auto;
}

.gs-floating-cart__backdrop {
  position: absolute;
  inset: 0;
  border: 0;
  background: rgba(0, 0, 0, 0.44);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 180ms ease, visibility 180ms ease;
}

.gs-floating-cart.is-open .gs-floating-cart__backdrop {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.gs-floating-cart__header {
  padding: 20px 20px 17px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 18px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.gs-floating-cart__eyebrow {
  display: block;
  margin-bottom: 3px;
  color: var(--gs-gold);
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

.gs-floating-cart__header h2 {
  margin: 0;
  color: #fff;
  font: 500 19px/1.25 var(--gs-title);
  letter-spacing: -0.02em;
}

.gs-floating-cart__close {
  width: 36px;
  height: 36px;
  flex: 0 0 auto;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.035);
  color: #fff;
  cursor: pointer;
}

.gs-floating-cart__close re-icon { transform: rotate(45deg); }

.gs-floating-cart__content {
  min-height: 0;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

.gs-floating-cart__items {
  flex: 1 1 auto;
  min-height: 0;
  padding: 4px 18px 0;
  overflow-y: auto;
  scrollbar-width: thin;
  scrollbar-color: rgba(203, 161, 53, 0.52) transparent;
}

.gs-floating-cart__items::-webkit-scrollbar { width: 6px; }
.gs-floating-cart__items::-webkit-scrollbar-track { background: transparent; }
.gs-floating-cart__items::-webkit-scrollbar-thumb { border-radius: 999px; background: rgba(203, 161, 53, 0.52); }

.gs-floating-cart__item {
  padding: 14px 0;
  display: grid;
  grid-template-columns: 62px minmax(0, 1fr) auto;
  gap: 12px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.085);
}

.gs-floating-cart__thumb {
  width: 62px;
  height: 62px;
  overflow: hidden;
  border-radius: 10px;
  background: #f3f3f0;
}

.gs-floating-cart__thumb img { width: 100%; height: 100%; display: block; object-fit: contain; }
.gs-floating-cart__item-copy { min-width: 0; align-self: center; }

.gs-floating-cart__item-title {
  display: -webkit-box;
  overflow: hidden;
  color: #fff !important;
  font-size: 12px;
  font-weight: 650;
  line-height: 1.35;
  text-decoration: none;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.gs-floating-cart__item-meta {
  display: block;
  margin-top: 6px;
  color: rgba(255, 255, 255, 0.62);
  font-size: 11px;
}

.gs-floating-cart__item-end {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: space-between;
  gap: 8px;
  color: var(--gs-gold);
  font-size: 11px;
  white-space: nowrap;
}

.gs-floating-cart__remove {
  width: 28px;
  height: 28px;
  display: grid;
  place-items: center;
  border-radius: 8px;
  color: rgba(255, 255, 255, 0.55) !important;
  text-decoration: none;
}

.gs-floating-cart__remove:hover { background: rgba(240, 163, 163, 0.1); color: var(--gs-danger) !important; }

.gs-floating-cart__totals {
  padding: 17px 18px;
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  color: rgba(255, 255, 255, 0.68);
  font-size: 12px;
  border-top: 1px solid rgba(255, 255, 255, 0.085);
}

.gs-floating-cart__totals strong { color: #fff; font-size: 18px; }

.gs-floating-cart__actions {
  padding: 0 18px 18px;
  display: grid;
  grid-template-columns: 0.9fr 1.25fr;
  gap: 9px;
}

.gs-floating-cart__actions a,
.gs-floating-cart__shop-link {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border-radius: 10px;
  font-size: 12px;
  font-weight: 650;
  text-decoration: none;
}

.gs-floating-cart__cart-link { border: 1px solid rgba(255, 255, 255, 0.16); color: #fff !important; }
.gs-floating-cart__checkout,
.gs-floating-cart__shop-link { border: 1px solid var(--gs-gold); background: var(--gs-gold); color: #11130f !important; }

.gs-floating-cart__empty { padding: 34px 24px 24px; display: grid; justify-items: center; text-align: center; }
.gs-floating-cart__empty-icon { width: 48px; height: 48px; margin-bottom: 14px; display: grid; place-items: center; border-radius: 14px; background: rgba(203, 161, 53, 0.11); color: var(--gs-gold); }
.gs-floating-cart__empty strong { font-size: 15px; }
.gs-floating-cart__empty p { max-width: 260px; margin: 6px 0 18px; color: rgba(255, 255, 255, 0.62); font-size: 12px; }
.gs-floating-cart__shop-link { width: 100%; }

.gs-floating-cart.is-updated .gs-floating-cart__toggle { animation: gs-floating-cart-pulse 650ms ease; }
@keyframes gs-floating-cart-pulse { 45% { transform: translateY(-3px) scale(1.025); border-color: var(--gs-gold); } }

body.woocommerce #main,
body.woocommerce-page main.site-main,
body.woocommerce-page main#content {
  width: min(100% - 40px, 1280px);
  margin: 0 auto;
  padding: 44px 0 96px;
}

.woocommerce-breadcrumb {
  margin: 0 0 28px !important;
  color: #918f88 !important;
  font-size: 0.76rem !important;
  font-weight: 600;
}

.woocommerce-breadcrumb a { color: var(--gs-muted) !important; }

.tax-product_cat .gs-shop-intro .woocommerce-breadcrumb,
.tax-product_tag .gs-shop-intro .woocommerce-breadcrumb {
  width: 100%;
  margin: 0 0 18px !important;
  color: rgba(255, 255, 255, 0.68) !important;
}

.tax-product_cat .gs-shop-intro .woocommerce-breadcrumb a,
.tax-product_tag .gs-shop-intro .woocommerce-breadcrumb a { color: var(--gs-text) !important; }

.woocommerce-products-header,
.woocommerce-products-header__title { display: none; }

.gs-shop-intro {
  min-height: 300px;
  margin: 0 0 28px;
  padding: clamp(30px, 5vw, 64px);
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: end;
  gap: 40px;
  overflow: hidden;
  border: 1px solid var(--gs-border);
  border-radius: var(--gs-radius);
  background:
    linear-gradient(90deg, rgba(12, 15, 13, 0.98) 0%, rgba(12, 15, 13, 0.86) 56%, rgba(12, 15, 13, 0.46) 100%),
    url("https://gentlemansiqq.cl/wp-content/uploads/2026/07/ChatGPT-Image-27-jul-2026-17_00_33-5.png") center 36% / cover no-repeat;
  box-shadow: var(--gs-shadow);
}

.gs-shop-intro__label {
  margin: 0 0 16px;
  color: var(--gs-gold);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.gs-shop-intro h1 {
  max-width: 670px;
  margin: 0 0 18px;
  font-size: clamp(2.45rem, 5vw, 4.8rem);
}

.gs-shop-intro p:not(.gs-shop-intro__label) {
  max-width: 640px;
  margin: 0;
  color: var(--gs-muted);
  font-size: clamp(0.98rem, 1.2vw, 1.1rem);
}

.gs-intro-cta,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.wc-block-components-button:not(.is-link) {
  min-height: 44px;
  padding: 0 12px !important;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--gs-gold) !important;
  border-radius: var(--gs-radius) !important;
  background: var(--gs-gold) !important;
  color: var(--gs-dark-on-gold) !important;
  font-family: var(--gs-font) !important;
  font-size: 13px !important;
  font-weight: 500 !important;
  line-height: 1 !important;
  text-decoration: none !important;
  white-space: nowrap;
  box-shadow: none !important;
  transition: background 200ms cubic-bezier(0.23, 1, 0.32, 1), border-color 200ms cubic-bezier(0.23, 1, 0.32, 1), transform 140ms ease !important;
}

.gs-intro-cta:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover,
.wc-block-components-button:not(.is-link):hover {
  border-color: var(--gs-gold-hover) !important;
  background: var(--gs-gold-hover) !important;
}

.gs-intro-cta:active,
.woocommerce a.button:active,
.woocommerce button.button:active,
.woocommerce input.button:active,
.wc-block-components-button:not(.is-link):active,
.gs-cart-link:active { transform: scale(0.98); }

.gs-has-icon {
  gap: 9px;
}

.gs-has-icon re-icon,
.gs-icon-only re-icon,
.gs-qty-step re-icon {
  flex: 0 0 auto;
  color: currentColor;
  pointer-events: none;
}

.gs-category-nav {
  margin: 0 0 40px;
  padding: 5px;
  display: flex;
  gap: 0;
  overflow-x: auto;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 12px;
  background: rgba(15, 16, 15, 0.88);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.025);
  scrollbar-width: none;
}

.gs-category-nav::-webkit-scrollbar { display: none; }

.gs-category-nav a {
  flex: 1 0 max-content;
  min-height: 42px;
  padding: 0 22px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  border: 0;
  border-radius: 8px;
  color: var(--gs-muted) !important;
  font-size: 0.78rem;
  font-weight: 500;
  letter-spacing: 0;
  text-decoration: none;
  transition: color 160ms ease, background 160ms ease, transform 160ms ease;
}

.gs-category-nav a:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 10px;
  right: 0;
  bottom: 10px;
  width: 1px;
  background: rgba(255, 255, 255, 0.09);
}

.gs-category-nav a:hover {
  background: rgba(255, 255, 255, 0.055);
  color: var(--gs-text) !important;
}

.gs-category-nav a.is-active {
  background: var(--gs-gold);
  color: #11130f !important;
  font-weight: 650;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.22);
}

.gs-category-nav a.is-active::after,
.gs-category-nav a:has(+ a.is-active)::after { opacity: 0; }

.gs-category-nav a:active { transform: scale(0.98); }

.woocommerce .woocommerce-result-count {
  margin: 12px 0 32px;
  color: var(--gs-muted);
  font-size: 0.78rem;
}

.woocommerce .woocommerce-ordering { margin: 0 0 28px; }

.woocommerce .woocommerce-ordering select,
.woocommerce select,
.woocommerce-page select {
  min-height: 44px;
  padding: 0 42px 0 14px;
  border: 1px solid var(--gs-border);
  border-radius: 10px;
  background: var(--gs-surface);
  color: var(--gs-text);
  font-family: var(--gs-font);
  font-size: 0.8rem;
}

.woocommerce ul.products {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 42px 18px;
}

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

.woocommerce ul.products li.product {
  width: auto !important;
  margin: 0 !important;
  float: none !important;
  display: flex;
  flex-direction: column;
  min-width: 0;
  position: relative;
}

.woocommerce ul.products li.product .woocommerce-LoopProduct-link {
  display: flex;
  flex: 1;
  flex-direction: column;
  text-decoration: none;
}

.woocommerce ul.products li.product img {
  width: 100% !important;
  aspect-ratio: 1;
  margin: 0 0 18px !important;
  border-radius: var(--gs-radius);
  background: #f0f0ec;
  object-fit: contain;
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.04);
  transition: transform 320ms cubic-bezier(0.16, 1, 0.3, 1), filter 320ms ease;
}

.woocommerce ul.products li.product:hover img {
  transform: translateY(-4px) scale(1.015);
  filter: brightness(1.035);
}

.woocommerce ul.products li.product .woocommerce-loop-product__title {
  min-height: 2.75em;
  margin: 0 0 8px;
  padding: 0 !important;
  color: var(--gs-text);
  font-size: 0.94rem !important;
  font-weight: 650;
  letter-spacing: -0.015em;
  line-height: 1.38;
}

.woocommerce ul.products li.product .price {
  margin: 0;
  color: var(--gs-gold) !important;
  font-size: 0.96rem !important;
  font-weight: 750 !important;
  font-variant-numeric: tabular-nums;
}

.gs-loop-meta {
  width: 100%;
  margin: auto 0 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.gs-loop-stock {
  flex: 0 0 auto;
  color: var(--gs-muted);
  font-size: 12px;
  font-weight: 500;
  line-height: 1.3;
  text-align: right;
  white-space: nowrap;
}

.woocommerce ul.products li.product .button {
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  min-height: 44px;
  margin: 0 !important;
  background: transparent !important;
  border-color: var(--gs-border-strong) !important;
  color: var(--gs-muted) !important;
  position: relative;
  overflow: hidden;
}

.woocommerce ul.products li.product .gs-product-category-badge {
  position: absolute;
  top: 12px;
  right: 12px;
  z-index: 3;
  max-width: calc(100% - 24px);
  padding: 7px 10px;
  overflow: hidden;
  border: 0;
  border-radius: 999px;
  background: var(--gs-gold);
  color: var(--gs-dark-on-gold);
  font-size: 9px;
  font-weight: 750;
  line-height: 1;
  letter-spacing: 0.045em;
  text-overflow: ellipsis;
  text-transform: uppercase;
  white-space: nowrap;
  box-shadow: none;
  pointer-events: none;
}

.woocommerce ul.products li.product .button:hover {
  background: var(--gs-surface-2) !important;
  border-color: var(--gs-text) !important;
  color: var(--gs-text) !important;
}

.woocommerce a.added_to_cart {
  display: none !important;
}

.woocommerce ul.products li.product .button.gs-add-loading,
.woocommerce ul.products li.product .button.gs-add-complete {
  gap: 9px;
  border-color: var(--gs-gold) !important;
  color: var(--gs-text) !important;
}

.woocommerce ul.products li.product .button.gs-add-complete {
  background: var(--gs-surface-2) !important;
}

.gs-add-label {
  position: relative;
  z-index: 2;
}

.gs-add-progress {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 3;
  width: 0;
  height: 4px;
  background: #86670f;
  transition: width 700ms cubic-bezier(0.23, 1, 0.32, 1);
}

.gs-add-loading .gs-add-progress.is-active {
  width: 42%;
}

.gs-add-complete .gs-add-progress {
  background: #86670f;
}

.gs-add-complete .gs-add-progress.is-active {
  width: 100%;
}

.woocommerce nav.woocommerce-pagination ul {
  margin: 54px auto 0 !important;
  padding: 6px !important;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  border: 1px solid var(--gs-border) !important;
  border-radius: var(--gs-radius);
  background: var(--gs-surface);
}

.woocommerce nav.woocommerce-pagination {
  display: flex;
  justify-content: center;
}

.woocommerce nav.woocommerce-pagination ul li { border: 0; }
.woocommerce nav.woocommerce-pagination ul li a,
.woocommerce nav.woocommerce-pagination ul li span {
  min-width: 40px;
  height: 40px;
  padding: 0 13px !important;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border: 0;
  border-radius: 8px;
  background: transparent;
  color: var(--gs-text);
  font-size: 13px;
  font-weight: 500;
  text-decoration: none;
}

.woocommerce nav.woocommerce-pagination ul li span.current {
  background: var(--gs-gold);
  color: var(--gs-dark-on-gold);
}

.woocommerce nav.woocommerce-pagination ul li a:hover {
  background: var(--gs-surface-2);
}

/* Product detail */
.single-product div.product {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(360px, 0.95fr);
  gap: clamp(40px, 7vw, 94px);
  align-items: stretch;
}

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

.single-product div.product .woocommerce-product-gallery,
.single-product div.product .summary {
  width: auto !important;
  float: none !important;
}

.single-product div.product .woocommerce-product-gallery {
  min-height: 100%;
  margin-bottom: 0 !important;
  display: flex;
}

.single-product div.product .woocommerce-product-gallery__wrapper {
  width: 100%;
  min-height: 100%;
  display: flex;
  overflow: hidden;
  border-radius: var(--gs-radius);
  background: #f0f0ec;
}

.single-product div.product .woocommerce-product-gallery__image:first-child,
.single-product div.product .woocommerce-product-gallery__image:first-child > a {
  width: 100%;
  min-height: 100%;
  display: block;
}

.single-product div.product .woocommerce-product-gallery__image:first-child {
  position: relative;
}

.single-product div.product .woocommerce-product-gallery__image:first-child > a > img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100% !important;
  background: #f0f0ec;
  object-fit: contain;
}

.single-product div.product .summary {
  margin-bottom: 0 !important;
  padding-top: 0;
}

.single-product .gs-product-breadcrumb {
  width: 100%;
  margin: 0 0 18px !important;
  padding: 0;
  overflow-x: auto;
  color: #918f88 !important;
  white-space: nowrap;
  scrollbar-width: none;
}

.single-product .gs-product-breadcrumb::-webkit-scrollbar { display: none; }

.single-product .product_title {
  margin: 0 0 20px;
  font-size: 40px;
  line-height: 1.12;
}

.single-product div.product p.price {
  margin: 0 0 24px;
  color: var(--gs-gold) !important;
  font-size: clamp(1.45rem, 2vw, 1.9rem) !important;
  font-weight: 750;
}

.single-product .woocommerce-product-details__short-description {
  max-width: 58ch;
  margin-bottom: 26px;
  color: var(--gs-muted);
  font-size: 1.04rem;
}

.single-product .gs-short-description--clamped {
  max-height: 3.2em;
  margin-bottom: 7px;
  overflow: hidden;
}

.single-product .gs-short-description--clamped > :first-child { margin-top: 0; }
.single-product .gs-short-description--clamped > :last-child { margin-bottom: 0; }

.single-product .gs-short-description--clamped.is-expanded {
  max-height: none;
  overflow: visible;
}

.single-product .gs-description-toggle {
  min-height: 32px;
  margin: 0 0 20px;
  padding: 0;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  border: 0;
  background: transparent;
  color: var(--gs-gold);
  font: 600 12px/1 var(--gs-font);
  cursor: pointer;
}

.single-product .gs-description-toggle:hover { color: #e0bd59; }

.single-product .gs-description-toggle:focus-visible {
  outline: 2px solid var(--gs-gold);
  outline-offset: 4px;
}

.single-product .stock {
  width: fit-content;
  margin: 0 0 18px;
  padding: 7px 11px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border-radius: 999px;
  background: rgba(4, 120, 87, 0.16);
  color: #b7dcc7 !important;
  font-size: 12px;
  font-weight: 600;
  line-height: 1;
}

.single-product .stock::before {
  content: "";
  width: 7px;
  height: 7px;
  flex: 0 0 auto;
  border-radius: 50%;
  background: #39a970;
  box-shadow: 0 0 0 3px rgba(57, 169, 112, 0.14);
  animation: gs-stock-pulse 1.8s ease-out infinite;
}

@keyframes gs-stock-pulse {
  0%, 100% { box-shadow: 0 0 0 3px rgba(57, 169, 112, 0.14); }
  50% { box-shadow: 0 0 0 7px rgba(57, 169, 112, 0); }
}

.single-product form.cart {
  display: grid !important;
  grid-template-columns: 148px minmax(0, 1fr);
  align-items: stretch;
  gap: 12px;
  margin: 0 0 24px !important;
}

.single-product form.cart .quantity,
.single-product form.cart .single_add_to_cart_button {
  float: none !important;
  width: 100% !important;
  margin: 0 !important;
}

.single-product form.cart .quantity {
  grid-column: 1;
}

.single-product form.cart .single_add_to_cart_button {
  grid-column: 2;
  position: relative;
  overflow: hidden !important;
  isolation: isolate;
}

.single-product .gs-product-quantity {
  min-height: 52px;
  display: grid !important;
  grid-template-columns: 42px minmax(0, 1fr) 42px;
  overflow: hidden;
  border: 1px solid var(--gs-border);
  border-radius: 10px;
  background: var(--gs-surface-2);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.025);
  transition: border-color 160ms ease, box-shadow 160ms ease, background 160ms ease;
}

.single-product .gs-product-quantity:focus-within {
  border-color: rgba(203, 161, 53, 0.78);
  background: rgba(255, 255, 255, 0.1);
  box-shadow: 0 0 0 3px rgba(203, 161, 53, 0.14);
}

.single-product .gs-product-quantity .qty {
  min-width: 0;
  min-height: 50px;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  color: var(--gs-text) !important;
  outline: 0 !important;
  box-shadow: none !important;
  transition: none !important;
  caret-color: var(--gs-gold);
  appearance: textfield;
  -moz-appearance: textfield;
}

.single-product .gs-product-quantity .qty:hover,
.single-product .gs-product-quantity .qty:focus,
.single-product .gs-product-quantity .qty:focus-visible,
.single-product .gs-product-quantity .qty:active {
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  color: var(--gs-text) !important;
  outline: 0 !important;
  box-shadow: none !important;
}

.single-product .gs-product-quantity .qty::selection {
  background: rgba(203, 161, 53, 0.45);
  color: #fff;
}

.single-product .gs-product-quantity .gs-qty-native {
  display: none !important;
}

.single-product .gs-qty-value {
  min-width: 0;
  min-height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-inline: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.035);
  color: var(--gs-text);
  font: 700 0.95rem/1 var(--gs-font);
  font-variant-numeric: tabular-nums;
  user-select: none;
}

.single-product .gs-product-quantity .qty::-webkit-inner-spin-button,
.single-product .gs-product-quantity .qty::-webkit-outer-spin-button {
  margin: 0;
  appearance: none;
}

.gs-qty-step {
  min-width: 42px;
  min-height: 50px;
  padding: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 0;
  background: transparent;
  color: var(--gs-muted);
  cursor: pointer;
  transition: color 160ms ease, background 160ms ease;
}

.gs-qty-step:hover {
  background: var(--gs-gold);
  color: var(--gs-dark-on-gold);
}

.gs-qty-step:focus-visible {
  position: relative;
  z-index: 1;
  outline: 2px solid var(--gs-gold);
  outline-offset: -2px;
}

.gs-icon-only {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
}

.woocommerce .quantity .qty {
  width: 100%;
  min-height: 48px;
  border: 1px solid var(--gs-border);
  border-radius: 10px;
  background: var(--gs-surface);
  color: var(--gs-text);
  font: 700 0.95rem var(--gs-font);
}

.single-product .product_meta {
  padding-top: 20px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  border-top: 1px solid var(--gs-border);
  color: var(--gs-text);
  font-size: 13px;
}

.single-product .product_meta > span {
  min-width: 0;
  min-height: 64px;
  padding: 11px 13px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  border-radius: var(--gs-radius);
  background: var(--gs-surface);
}

.single-product .product_meta .gs-meta-label {
  color: var(--gs-gold);
  font-size: 10px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.single-product .product_meta a,
.single-product .product_meta .sku {
  overflow: hidden;
  color: var(--gs-text) !important;
  font-weight: 500;
  text-overflow: ellipsis;
  text-decoration: none;
  white-space: nowrap;
}

.single-product .gs-product-confirmation {
  min-height: 52px;
  margin: 14px 0 20px !important;
  padding: 8px 10px 8px 14px !important;
  display: flex;
  align-items: center;
  gap: 10px;
  border-color: rgba(203, 161, 53, 0.34) !important;
  background: var(--gs-surface) !important;
  font-size: 13px;
}

.single-product .gs-product-confirmation::before {
  display: none !important;
}

.single-product .gs-product-confirmation > re-icon {
  flex: 0 0 auto;
  color: var(--gs-gold);
}

.single-product .gs-product-confirmation .button.wc-forward {
  min-height: 38px;
  margin: 0 0 0 auto !important;
  padding-inline: 12px !important;
  flex: 0 0 auto;
}

.single-product .woocommerce-tabs,
.single-product .related.products {
  grid-column: 1 / -1;
}

.woocommerce div.product .woocommerce-tabs ul.tabs {
  margin: 42px 0 0 !important;
  padding: 0 !important;
  display: flex;
  gap: 4px;
  overflow-x: auto;
}

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

.woocommerce div.product .woocommerce-tabs ul.tabs li {
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a {
  padding: 14px 18px !important;
  border-bottom: 2px solid transparent;
  color: var(--gs-muted) !important;
  font-size: 0.78rem;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active a {
  border-bottom-color: var(--gs-gold);
  color: var(--gs-text) !important;
}

.woocommerce div.product .woocommerce-tabs .panel {
  max-width: 820px;
  padding: 32px 0;
  color: var(--gs-muted);
}

.single-product .related.products { margin-top: 56px; }
.single-product .related.products ul.products {
  align-items: stretch;
}

.single-product .related.products li.product {
  height: 100%;
}

.single-product .related.products li.product .woocommerce-LoopProduct-link {
  min-height: 0;
}

.single-product .related.products li.product .button {
  margin-top: auto !important;
}

.single-product .related.products {
  position: relative;
}

.single-product .related.products ul.products {
  grid-template-columns: none !important;
  display: flex !important;
  gap: 18px;
  overflow-x: auto;
  overscroll-behavior-inline: contain;
  scroll-behavior: smooth;
  scroll-snap-type: inline mandatory;
  scrollbar-width: none;
}

.single-product .related.products ul.products::-webkit-scrollbar {
  display: none;
}

.single-product .related.products ul.products li.product {
  flex: 0 0 calc((100% - 54px) / 4);
  scroll-snap-align: start;
}

.gs-carousel-controls {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 4;
  display: flex;
  gap: 8px;
}

.gs-carousel-button {
  width: 44px;
  height: 44px;
  padding: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: var(--gs-radius);
  background: var(--gs-gold);
  color: var(--gs-dark-on-gold);
  cursor: pointer;
  transition: background 200ms cubic-bezier(0.23, 1, 0.32, 1), transform 140ms ease;
}

.gs-carousel-button:hover {
  background: var(--gs-gold-hover);
}

.gs-carousel-button:active {
  transform: scale(0.97);
}

.single-product .related.products > h2 {
  margin-bottom: 28px;
  font-size: clamp(1.7rem, 3vw, 2.7rem);
}

/* Notices */
.woocommerce-message,
.woocommerce-info,
.woocommerce-error,
.wc-block-components-notice-banner {
  margin: 0 0 24px !important;
  padding: 16px 18px !important;
  border: 1px solid var(--gs-border) !important;
  border-top: 1px solid var(--gs-border) !important;
  border-radius: 10px !important;
  background: var(--gs-surface) !important;
  color: var(--gs-text) !important;
}

.woocommerce-message::before,
.woocommerce-info::before { color: var(--gs-gold) !important; }

.woocommerce-error {
  padding: 0 !important;
  overflow: hidden;
  border-color: rgba(255, 180, 172, 0.38) !important;
  background: rgba(185, 28, 28, 0.16) !important;
}

.woocommerce-error::before {
  display: none !important;
}

.woocommerce-error li {
  min-height: 64px;
  padding: 10px 16px !important;
  display: flex;
  align-items: center;
  gap: 12px;
  color: var(--gs-text);
  font-size: 14px;
  line-height: 1.5;
  list-style: none;
}

.woocommerce-error li > re-icon {
  flex: 0 0 auto;
  color: #ffb4ac;
}

.woocommerce-error .button.wc-forward {
  flex: 0 0 auto;
  margin: 0 0 0 auto !important;
  gap: 8px;
  order: 2;
}

/* Cart and checkout blocks */
.woocommerce-cart main#content,
.woocommerce-checkout main#content { padding-top: 64px; }

.woocommerce-cart .page-content,
.woocommerce-checkout .page-content { color: var(--gs-text); }

.wc-block-components-sidebar-layout {
  gap: clamp(28px, 5vw, 70px) !important;
  align-items: start;
}

.woocommerce-cart .wc-block-components-sidebar-layout {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) minmax(340px, 400px);
  gap: clamp(28px, 3.5vw, 48px) !important;
  align-items: start;
}

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

.woocommerce-checkout .wc-block-checkout__main,
.woocommerce-checkout .wc-block-checkout__sidebar {
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
}

.woocommerce-checkout .wc-block-checkout__sidebar {
  position: sticky !important;
  top: 126px !important;
}

.woocommerce-cart .wc-block-cart__main,
.woocommerce-cart .wc-block-cart__sidebar {
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
}

.woocommerce-cart .wc-block-cart__sidebar {
  position: sticky;
  top: 126px;
}

.wc-block-components-main,
.wc-block-components-sidebar {
  color: var(--gs-text) !important;
}

.wc-block-cart-items,
.wc-block-cart-items th,
.wc-block-cart-items td { border-color: var(--gs-border) !important; }

.woocommerce-cart .wc-block-cart-items__row {
  background: rgba(255, 255, 255, 0.035);
  box-shadow: inset 0 0 0 1px var(--gs-border);
}

.woocommerce-cart .wc-block-cart-items__row td {
  padding-top: 20px !important;
  padding-bottom: 20px !important;
  vertical-align: middle !important;
}

.woocommerce-cart .wc-block-cart-items__row td:first-child {
  padding-left: 18px !important;
  border-radius: var(--gs-radius) 0 0 var(--gs-radius);
}

.woocommerce-cart .wc-block-cart-items__row td:last-child {
  padding-right: 18px !important;
  border-radius: 0 var(--gs-radius) var(--gs-radius) 0;
}

.wc-block-cart-items__header {
  color: var(--gs-muted);
  font-size: 0.7rem;
  letter-spacing: 0.08em;
}

.wc-block-cart-item__image img {
  border-radius: 10px;
  background: #f0f0ec;
}

.woocommerce-cart .wc-block-cart-item__image {
  width: 138px !important;
}

.woocommerce-cart .wc-block-cart-item__image img {
  width: 112px !important;
  height: 112px !important;
  object-fit: contain;
}

.wc-block-components-product-name {
  color: var(--gs-text) !important;
  font-size: 15px !important;
  font-weight: 600;
  line-height: 1.35;
  text-decoration: none !important;
}

.wc-block-components-order-summary-item__quantity {
  min-width: 22px !important;
  width: 22px !important;
  height: 22px !important;
  display: flex !important;
  align-items: center;
  justify-content: center;
  border: 0 !important;
  border-radius: 999px !important;
  background: var(--gs-gold) !important;
  color: var(--gs-dark-on-gold) !important;
  font-family: var(--gs-font) !important;
  font-size: 11px !important;
  font-weight: 600 !important;
  line-height: 1 !important;
  box-shadow: none !important;
}

.woocommerce-cart .wc-block-cart-item__prices {
  margin-top: 4px;
  color: var(--gs-gold);
  font-size: 13px;
  font-weight: 500;
}

.wc-block-components-product-metadata,
.wc-block-components-product-metadata__description,
.wc-block-cart-item__remove-link {
  color: var(--gs-muted) !important;
  font-size: 0.76rem !important;
}

.woocommerce-cart .wc-block-components-product-metadata__description {
  max-width: 62ch;
  margin-top: 12px;
  overflow: visible !important;
  color: var(--gs-muted) !important;
  font-size: 13px !important;
  line-height: 1.55;
}

.woocommerce-cart .wc-block-components-product-metadata__description::before {
  content: "Descripción";
  margin-bottom: 4px;
  display: block;
  color: var(--gs-gold);
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.woocommerce-cart .wc-block-components-product-metadata__description p {
  margin: 0 !important;
  overflow: visible !important;
  display: block !important;
  -webkit-line-clamp: unset !important;
}

.woocommerce-cart .wc-block-cart-item__quantity {
  margin-top: 14px !important;
  display: flex;
  align-items: center;
  gap: 10px;
}

.wc-block-cart-item__remove-link:hover { color: var(--gs-danger) !important; }

.wc-block-components-quantity-selector {
  border: 1px solid var(--gs-border) !important;
  border-radius: 9px !important;
  background: var(--gs-surface) !important;
}

.wc-block-components-quantity-selector input,
.wc-block-components-quantity-selector button { color: var(--gs-text) !important; }

.wc-block-components-sidebar {
  padding: 26px !important;
  border: 1px solid var(--gs-border);
  border-radius: var(--gs-radius);
  background: rgba(255, 255, 255, 0.025);
  box-shadow: var(--gs-shadow);
}

.wc-block-cart__totals-title,
.wc-block-components-checkout-step__heading,
.wc-block-components-title {
  color: var(--gs-text) !important;
}

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

.wc-block-components-totals-item__label,
.wc-block-components-totals-item__value,
.wc-block-formatted-money-amount { color: var(--gs-text) !important; }

.wc-block-components-panel__button,
.wc-block-components-checkout-step__description,
.wc-block-components-address-card__address-section { color: var(--gs-muted) !important; }

.wc-block-components-panel__button-icon,
.wc-block-components-checkbox .wc-block-components-checkbox__mark { fill: var(--gs-text) !important; }

.wc-block-components-text-input input,
.wc-block-components-combobox .wc-block-components-combobox-control input,
.wc-block-components-textarea,
.wc-blocks-components-select .wc-blocks-components-select__select,
.wc-block-components-country-input select,
.wc-block-components-state-input select {
  min-height: 54px !important;
  border: 1px solid rgba(232, 217, 175, 0.25) !important;
  border-radius: 10px !important;
  background: var(--gs-surface) !important;
  color: var(--gs-text) !important;
  font-family: var(--gs-font) !important;
}

.wc-block-components-text-input label,
.wc-block-components-combobox .wc-block-components-combobox-control label,
.wc-blocks-components-select .wc-blocks-components-select__label {
  color: var(--gs-muted) !important;
}

.wc-block-components-text-input input:focus,
.wc-block-components-combobox .wc-block-components-combobox-control input:focus,
.wc-block-components-textarea:focus,
.woocommerce input:focus,
.woocommerce select:focus,
.woocommerce button:focus-visible,
.woocommerce a:focus-visible {
  outline: 2px solid var(--gs-gold) !important;
  outline-offset: 3px;
}

.wc-block-checkout__actions_row .wc-block-components-checkout-place-order-button {
  width: 100%;
  min-height: 56px;
}

.wc-block-components-order-summary .wc-block-components-order-summary-item__image img {
  border-radius: 9px;
  background: #f0f0ec;
}

.wp-block-woocommerce-empty-cart-block,
.wc-block-cart__empty-cart__title {
  color: var(--gs-text) !important;
  text-align: left !important;
}

/* Footer */
.gs-store-footer {
  border-top: 1px solid var(--gs-border);
  background: #101210;
}

.gs-store-footer__inner {
  width: min(100% - 40px, 1280px);
  margin: 0 auto;
  padding: 58px 0 38px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 40px;
}

.gs-store-footer__inner > div:first-child { max-width: 330px; }
.gs-store-footer__inner img { width: 210px; }
.gs-store-footer p { margin: 15px 0 0; color: var(--gs-muted); font-size: 0.82rem; }

.gs-store-footer__links {
  display: grid;
  gap: 10px;
  text-align: right;
}

.gs-store-footer__links a {
  color: var(--gs-muted) !important;
  font-size: 0.8rem;
  text-decoration: none;
}

.gs-store-footer__links a:hover { color: var(--gs-text) !important; }

.gs-store-footer__legal {
  width: min(100% - 40px, 1280px);
  margin: 0 auto !important;
  padding: 18px 0 28px;
  border-top: 1px solid var(--gs-border);
  font-size: 0.72rem !important;
}

/* Privacy policy */
body.privacy-policy {
  margin: 0;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  overflow-x: clip;
  background:
    radial-gradient(circle at 82% 5%, rgba(203, 161, 53, 0.1), transparent 30rem),
    radial-gradient(circle at 12% 20%, rgba(73, 91, 63, 0.12), transparent 34rem),
    var(--gs-bg);
  color: var(--gs-text);
  font-family: var(--gs-font);
  -webkit-font-smoothing: antialiased;
}

body.privacy-policy .gs-store-header { flex: 0 0 auto; }
body.privacy-policy main { flex: 1 0 auto; width: 100%; max-width: none; margin: 0; padding: 0; }
body.privacy-policy .page-header,
body.privacy-policy .entry-title { display: none !important; }
body.privacy-policy .page-content,
body.privacy-policy .entry-content { margin: 0; padding: 0; }
body.privacy-policy .gs-store-footer { margin-top: 0; }

.gs-privacy-page,
.gs-privacy-page * { box-sizing: border-box; }

.gs-privacy-page {
  width: min(100% - 40px, 1280px);
  margin: 0 auto;
  padding: 54px 0 96px;
  font-family: var(--gs-font);
}

.gs-privacy-hero {
  min-height: 330px;
  padding: clamp(34px, 6vw, 76px);
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: end;
  gap: 48px;
  overflow: hidden;
  position: relative;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 20px;
  background:
    linear-gradient(110deg, rgba(8, 9, 8, 0.98) 0%, rgba(10, 12, 10, 0.86) 55%, rgba(18, 20, 17, 0.78) 100%),
    url("https://gentlemansiqq.cl/wp-content/uploads/2026/07/ChatGPT-Image-27-jul-2026-17_00_33-5.png") center 45% / cover no-repeat;
  box-shadow: 0 30px 90px rgba(0, 0, 0, 0.26);
}

.gs-privacy-hero::after {
  content: "";
  position: absolute;
  right: -120px;
  bottom: -180px;
  width: 460px;
  height: 460px;
  border: 1px solid rgba(203, 161, 53, 0.13);
  border-radius: 50%;
  box-shadow: 0 0 0 70px rgba(203, 161, 53, 0.025), 0 0 0 140px rgba(203, 161, 53, 0.018);
  pointer-events: none;
}

.gs-privacy-hero > * { position: relative; z-index: 1; }
.gs-privacy-kicker { display: block; margin-bottom: 18px; color: var(--gs-gold); font-size: 11px; font-weight: 700; letter-spacing: 0.11em; text-transform: uppercase; }

.gs-privacy-hero h1 {
  max-width: 800px;
  margin: 0;
  color: #fff;
  font: 500 clamp(3rem, 6vw, 5.6rem)/0.96 var(--gs-title);
  letter-spacing: -0.045em;
}

.gs-privacy-hero p { max-width: 760px; margin: 26px 0 0; color: rgba(255, 255, 255, 0.72); font-size: 16px; line-height: 1.75; }

.gs-privacy-updated {
  min-width: 222px;
  padding: 14px 16px;
  display: flex;
  align-items: center;
  gap: 12px;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.045);
  color: var(--gs-gold);
}

.gs-privacy-updated span { display: grid; line-height: 1.25; }
.gs-privacy-updated small { color: rgba(255, 255, 255, 0.55); font-size: 10px; text-transform: uppercase; letter-spacing: 0.06em; }
.gs-privacy-updated strong { margin-top: 4px; color: #fff; font-size: 12px; font-weight: 650; }

.gs-privacy-layout {
  padding-top: 46px;
  display: grid;
  grid-template-columns: 240px minmax(0, 1fr);
  align-items: start;
  gap: clamp(42px, 7vw, 92px);
}

.gs-privacy-index {
  position: sticky;
  top: 104px;
  padding: 20px;
  border: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.025);
}

.gs-privacy-index > span { display: block; margin-bottom: 14px; color: var(--gs-gold); font-size: 10px; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; }
.gs-privacy-index nav { display: grid; }

.gs-privacy-index a {
  padding: 9px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  color: rgba(255, 255, 255, 0.62) !important;
  font-size: 12px;
  line-height: 1.35;
  text-decoration: none;
  transition: color 160ms ease, padding-left 160ms ease;
}

.gs-privacy-index a:last-child { border-bottom: 0; }
.gs-privacy-index a:hover { padding-left: 5px; color: #fff !important; }
.gs-privacy-content { min-width: 0; }

.gs-privacy-section {
  position: relative;
  padding: 6px 0 42px 62px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.11);
  scroll-margin-top: 108px;
}

.gs-privacy-section + .gs-privacy-section { padding-top: 42px; }
.gs-privacy-number { position: absolute; top: 9px; left: 0; color: rgba(203, 161, 53, 0.78); font-size: 12px; font-weight: 700; letter-spacing: 0.08em; }
.gs-privacy-section + .gs-privacy-section .gs-privacy-number { top: 47px; }

.gs-privacy-section h2 {
  margin: 0 0 18px;
  color: #fff;
  font: 500 clamp(1.6rem, 3vw, 2.2rem)/1.15 var(--gs-title);
  letter-spacing: -0.025em;
}

.gs-privacy-section p,
.gs-privacy-section li { color: rgba(255, 255, 255, 0.7); font-size: 14px; line-height: 1.8; }
.gs-privacy-section p { margin: 0 0 14px; }
.gs-privacy-section p:last-child { margin-bottom: 0; }
.gs-privacy-section ul { margin: 16px 0 18px; padding: 0; display: grid; gap: 10px; list-style: none; }
.gs-privacy-section li { position: relative; padding-left: 22px; }
.gs-privacy-section li::before { content: ""; position: absolute; top: 0.72em; left: 0; width: 6px; height: 6px; border-radius: 50%; background: var(--gs-gold); }
.gs-privacy-section strong { color: rgba(255, 255, 255, 0.92); font-weight: 650; }

.gs-privacy-note {
  margin-top: 22px;
  padding: 16px 18px;
  display: flex;
  align-items: flex-start;
  gap: 12px;
  border-left: 2px solid var(--gs-gold);
  border-radius: 0 10px 10px 0;
  background: rgba(203, 161, 53, 0.075);
  color: var(--gs-gold);
}

.gs-privacy-note p { margin: 0; color: rgba(255, 255, 255, 0.72); font-size: 12px; line-height: 1.65; }
.gs-privacy-rights { margin-top: 22px; display: flex; flex-wrap: wrap; gap: 8px; }
.gs-privacy-rights span { padding: 7px 11px; border: 1px solid rgba(203, 161, 53, 0.28); border-radius: 999px; background: rgba(203, 161, 53, 0.06); color: #e3c66e; font-size: 11px; font-weight: 650; }

.gs-privacy-contact {
  margin-top: 48px;
  padding: 30px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: end;
  gap: 32px;
  border: 1px solid rgba(203, 161, 53, 0.32);
  border-radius: 16px;
  background: linear-gradient(135deg, rgba(203, 161, 53, 0.12), rgba(255, 255, 255, 0.025));
}

.gs-privacy-contact span:first-child { color: var(--gs-gold); font-size: 10px; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; }
.gs-privacy-contact h2 { margin: 6px 0 9px; color: #fff; font: 500 28px/1.2 var(--gs-title); }
.gs-privacy-contact p { max-width: 650px; margin: 0; color: rgba(255, 255, 255, 0.68); font-size: 13px; line-height: 1.7; }

.gs-privacy-contact > a {
  min-height: 46px;
  padding: 0 17px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  border-radius: 10px;
  background: var(--gs-gold);
  color: #11130f !important;
  font-size: 12px;
  font-weight: 650;
  text-decoration: none;
}

/* Shared booking-system controls */
.gs-store-nav a,
.gs-category-nav a,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.wc-block-components-button:not(.is-link) {
  font-family: var(--gs-font) !important;
  font-size: 13px !important;
  font-weight: 500 !important;
}

.woocommerce input:not([type="checkbox"]):not([type="radio"]),
.woocommerce select,
.woocommerce textarea,
.wc-block-components-text-input input,
.wc-block-components-combobox-control input {
  border: 1px solid var(--gs-border-strong) !important;
  border-radius: var(--gs-radius) !important;
  background: var(--gs-surface-2) !important;
  color: var(--gs-text) !important;
  font-family: var(--gs-font) !important;
  font-size: 15px !important;
  font-weight: 400 !important;
}

.woocommerce input::placeholder,
.woocommerce textarea::placeholder {
  color: var(--gs-muted) !important;
  opacity: 0.78;
}

@media (max-width: 1024px) {
  .woocommerce ul.products { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .single-product div.product { grid-template-columns: minmax(0, 1fr) minmax(320px, 0.9fr); gap: 42px; }
}

@media (max-width: 782px) {
  .admin-bar .gs-store-header,
  body.admin-bar.woocommerce-shop .gs-store-header { top: 0; }
  body.admin-bar.woocommerce-page { min-height: calc(100vh - 46px); }
}

@media (max-width: 767px) {
  .gs-store-header__inner {
    width: min(100% - 28px, 1280px);
    min-height: 66px;
    gap: 14px;
  }
  .gs-store-brand { width: 165px; }
  .gs-store-nav { min-width: 0; flex: 0 0 auto; gap: 8px; }
  .gs-store-nav > a:not(.gs-cart-link) { display: none; }
  .gs-cart-link { min-height: 38px; padding-left: 14px; }
  body.woocommerce #main,
  body.woocommerce-page main.site-main,
  body.woocommerce-page main#content { width: min(100% - 28px, 1280px); padding: 26px 0 64px; }
  .woocommerce-breadcrumb { margin-bottom: 20px !important; }
  .gs-shop-intro {
    min-height: 370px;
    padding: 28px 22px;
    grid-template-columns: 1fr;
    align-content: end;
    gap: 24px;
    background-position: 42% center;
  }
  :is(body.woocommerce-shop, body.tax-product_cat, body.tax-product_tag) .gs-shop-intro {
    min-height: 360px;
    padding-block: 28px;
  }
  .gs-shop-intro h1 { font-size: clamp(2.35rem, 12vw, 3.3rem); }
  .gs-intro-cta { width: 100%; }
  .woocommerce-error li { flex-wrap: wrap; padding: 14px !important; }
  .woocommerce-error .button.wc-forward { width: 100%; margin-left: 0 !important; }
  .gs-category-nav { margin-bottom: 30px; }
  .woocommerce .woocommerce-result-count,
  .woocommerce .woocommerce-ordering { float: none; }
  .woocommerce .woocommerce-ordering select { width: 100%; }
  .woocommerce ul.products { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 30px 12px; }
  .woocommerce ul.products li.product .woocommerce-loop-product__title { min-height: 3.95em; font-size: 0.86rem !important; }
  .woocommerce ul.products li.product .button { min-height: 44px; padding-inline: 10px !important; font-size: 13px !important; }
  .single-product div.product { display: block; }
  .single-product div.product .woocommerce-product-gallery,
  .single-product div.product .woocommerce-product-gallery__wrapper,
  .single-product div.product .woocommerce-product-gallery__image:first-child,
  .single-product div.product .woocommerce-product-gallery__image:first-child > a { min-height: 0; height: auto; display: block; }
  .single-product div.product .woocommerce-product-gallery__image:first-child > a > img { position: static; height: auto !important; aspect-ratio: 1; }
  .single-product div.product .summary { padding-top: 28px; }
  .single-product .product_title { font-size: 40px; }
  .single-product form.cart { grid-template-columns: 122px minmax(0, 1fr); }
  .single-product .product_meta { grid-template-columns: 1fr; }
  .single-product .related.products ul.products li.product { flex-basis: min(82%, 300px); }
  .gs-carousel-controls { position: static; justify-content: flex-end; margin: -12px 0 14px; }
  .woocommerce div.product .woocommerce-tabs ul.tabs { margin-top: 28px !important; }
  .wc-block-components-sidebar-layout { display: block !important; }
  .woocommerce-cart .wc-block-components-sidebar-layout { display: block !important; }
  .woocommerce-cart .wc-block-cart__sidebar { position: static; margin-top: 28px !important; }
  .woocommerce-checkout .wc-block-components-sidebar-layout { display: block !important; }
  .woocommerce-checkout .wc-block-checkout__sidebar { position: static !important; margin-top: 28px !important; }
  .wc-block-components-sidebar { margin-top: 28px !important; padding: 20px !important; }
  .wc-block-cart-items__row { grid-template-columns: 74px 1fr !important; }
  .woocommerce-cart .wc-block-cart-item__image { width: 74px !important; }
  .woocommerce-cart .wc-block-cart-item__image img { width: 64px !important; height: 64px !important; }
  .gs-store-footer__inner { width: min(100% - 28px, 1280px); flex-direction: column; }
  .gs-store-footer__links { text-align: left; }
  .gs-store-footer__legal { width: min(100% - 28px, 1280px); }
  .gs-floating-cart__toggle {
    right: 14px;
    bottom: 14px;
    min-width: 202px;
    min-height: 58px;
    border-radius: 15px;
  }
  .gs-floating-cart__toggle-icon { width: 38px; height: 38px; }
  .gs-floating-cart__panel {
    right: 14px;
    bottom: 84px;
    width: calc(100vw - 28px);
    max-height: calc(100dvh - 112px);
    border-radius: 16px;
  }
  .gs-floating-cart__header { padding: 17px 16px 14px; }
  .gs-floating-cart__items { padding-inline: 14px; }
  .gs-floating-cart__item { grid-template-columns: 56px minmax(0, 1fr) auto; gap: 10px; }
  .gs-floating-cart__thumb { width: 56px; height: 56px; }
  .gs-floating-cart__totals { padding-inline: 14px; }
  .gs-floating-cart__actions { padding-inline: 14px; grid-template-columns: 1fr; }
  .gs-privacy-page { width: min(100% - 28px, 1280px); padding: 28px 0 64px; }
  .gs-privacy-hero { min-height: 390px; padding: 28px 22px; grid-template-columns: 1fr; align-content: end; gap: 24px; border-radius: 16px; }
  .gs-privacy-hero h1 { font-size: clamp(2.7rem, 14vw, 4rem); }
  .gs-privacy-hero p { margin-top: 20px; font-size: 14px; line-height: 1.65; }
  .gs-privacy-updated { min-width: 0; width: 100%; }
  .gs-privacy-layout { padding-top: 28px; display: block; }
  .gs-privacy-index { position: static; margin-bottom: 30px; padding: 16px; }
  .gs-privacy-index nav { grid-template-columns: repeat(2, minmax(0, 1fr)); column-gap: 16px; }
  .gs-privacy-section { padding: 4px 0 34px 38px; }
  .gs-privacy-section + .gs-privacy-section { padding-top: 34px; }
  .gs-privacy-section + .gs-privacy-section .gs-privacy-number { top: 39px; }
  .gs-privacy-section h2 { font-size: 1.55rem; }
  .gs-privacy-section p,
  .gs-privacy-section li { font-size: 13px; line-height: 1.75; }
  .gs-privacy-contact { margin-top: 34px; padding: 24px 20px; grid-template-columns: 1fr; align-items: stretch; gap: 22px; }
  .gs-privacy-contact > a { width: 100%; }
}

@media (max-width: 360px) {
  .gs-store-header__inner { width: min(100% - 20px, 1280px); }
  .gs-store-brand { width: 138px; }
  .gs-cart-link { min-width: 64px; padding: 0 7px; justify-content: center; gap: 7px; }
  .gs-cart-link > span:first-of-type { display: none; }
}

@media (prefers-reduced-motion: reduce) {
  .single-product .stock::before { animation: none; }
}

@media (max-width: 410px) {
  .woocommerce ul.products { grid-template-columns: 1fr; }
  .woocommerce ul.products li.product .woocommerce-loop-product__title { min-height: 0; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    scroll-behavior: auto !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}

@media (prefers-reduced-transparency: reduce) {
  .gs-store-header {
    background: var(--gs-bg);
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
  }
}
