:root {
  --gc-cyan: #42b9bc;
  --gc-purple: #8d3b8f;
  --gc-magenta: #c0006f;
  --gc-orange: #ee8a24;
  --gc-red: #d8272f;
  --gc-burgundy: #8a0051;
  --gc-ink: #151922;
  --gc-ink-2: #242a36;
  --gc-muted: #667085;
  --gc-line: #e4e7ec;
  --gc-soft: #f5f7fb;
  --gc-white: #fff;
  --gc-green: #19a463;
  --wrap: 1560px;
  --shadow: 0 18px 48px rgba(21, 25, 34, .10);
}

* {
  box-sizing: border-box;
}

html {
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
  background:
    linear-gradient(180deg, #f3f5f8 0, #eef2f6 100%);
  color: var(--gc-ink);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 15px;
  line-height: 1.55;
}

a {
  color: var(--gc-burgundy);
  text-decoration: none;
}

a:hover {
  color: var(--gc-red);
  text-decoration: underline;
}

img,
svg {
  max-width: 100%;
}

svg {
  width: 18px;
  height: 18px;
  fill: currentColor;
  flex: 0 0 auto;
}

.wrap {
  width: min(var(--wrap), calc(100% - 24px));
  margin: 0 auto;
}

.site-header {
  position: relative;
  z-index: 10;
  background: var(--gc-white);
  border-bottom: 1px solid rgba(21, 25, 34, .08);
  box-shadow: 0 10px 26px rgba(21, 25, 34, .06);
}

.topbar {
  background:
    linear-gradient(90deg, var(--gc-ink) 0%, #262332 52%, #37162d 100%);
  color: var(--gc-white);
  font-size: 13px;
}

.topbar__inner {
  min-height: 42px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 20px;
}

.topbar__inner > *,
.topbar a {
  display: inline-flex;
  align-items: center;
  gap: 7px;
}

.topbar a {
  color: var(--gc-white);
  font-weight: 700;
}

.topbar__note {
  margin-right: auto;
  color: #dce8ee;
}

.brand-row {
  min-height: 124px;
  display: grid;
  grid-template-columns: auto minmax(260px, 1fr) auto;
  align-items: center;
  gap: 26px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 16px;
  color: var(--gc-ink);
  min-width: 0;
}

.brand:hover {
  text-decoration: none;
}

.brand__logo {
  width: 248px;
  max-height: 92px;
  object-fit: contain;
}

.brand .custom-logo {
  max-width: 248px;
  max-height: 92px;
  object-fit: contain;
}

.brand__mark {
  display: grid;
  place-items: center;
  width: 64px;
  height: 64px;
  color: var(--gc-white);
  font-weight: 800;
  border-radius: 16px;
  font-size: 24px;
  background:
    radial-gradient(circle at 25% 25%, var(--gc-orange), transparent 36%),
    linear-gradient(135deg, var(--gc-purple), var(--gc-cyan));
  box-shadow: 0 12px 28px rgba(66, 185, 188, .28);
}

.brand__text strong,
.brand__text small {
  display: block;
}

.brand__text strong {
  max-width: 470px;
  font-size: 22px;
  line-height: 1.18;
  letter-spacing: 0;
}

.brand__text small {
  margin-top: 5px;
  color: var(--gc-muted);
}

.header-actions {
  display: flex;
  align-items: center;
  gap: 10px;
}

.header-highlight {
  justify-self: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  max-width: 600px;
}

.header-highlight span {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  min-height: 52px;
  padding: 10px 15px 10px 10px;
  border-radius: 14px;
  color: var(--gc-ink);
  font-size: 13px;
  font-weight: 900;
  background:
    linear-gradient(#fff, #fff) padding-box,
    linear-gradient(90deg, var(--gc-cyan), var(--gc-magenta), var(--gc-orange)) border-box;
  border: 1px solid transparent;
  box-shadow: 0 8px 18px rgba(21, 25, 34, .06);
}

.header-highlight svg {
  width: 34px;
  height: 34px;
  padding: 8px;
  border-radius: 11px;
  fill: #027fa6;
  background: linear-gradient(135deg, #e9fbff, #fff);
  border: 1px solid rgba(0, 185, 242, .24);
  box-shadow: 0 10px 20px rgba(0, 185, 242, .18);
}

.header-highlight span:nth-child(2) svg {
  fill: var(--gc-magenta);
  background: linear-gradient(135deg, #fff0fa, #fff);
  border-color: rgba(225, 0, 136, .24);
  box-shadow: 0 10px 20px rgba(225, 0, 136, .18);
}

.header-highlight span:nth-child(3) svg {
  fill: var(--gc-orange);
  background: linear-gradient(135deg, #fff7e8, #fff);
  border-color: rgba(238, 138, 36, .28);
  box-shadow: 0 10px 20px rgba(238, 138, 36, .2);
}

.header-action {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 42px;
  padding: 10px 14px;
  border: 1px solid var(--gc-line);
  border-radius: 8px;
  color: var(--gc-ink);
  font-weight: 800;
  background: #fff;
}

.header-action:hover {
  text-decoration: none;
  border-color: var(--gc-cyan);
  color: var(--gc-purple);
}

.header-cart {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 52px;
  padding: 7px 13px 7px 8px;
  border-radius: 8px;
  color: var(--gc-ink);
  background:
    linear-gradient(#fff, #fff) padding-box,
    linear-gradient(135deg, var(--gc-cyan), var(--gc-magenta), var(--gc-orange)) border-box;
  border: 1px solid transparent;
  box-shadow: 0 10px 24px rgba(138, 0, 81, .1);
  text-decoration: none;
  transition: transform .18s ease, box-shadow .18s ease;
}

.header-cart:hover {
  color: var(--gc-purple);
  text-decoration: none;
  transform: translateY(-1px);
  box-shadow: 0 14px 28px rgba(138, 0, 81, .16);
}

.header-cart__icon {
  position: relative;
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  border-radius: 8px;
  color: #fff;
  background: linear-gradient(135deg, var(--gc-magenta), var(--gc-orange));
}

.header-cart__icon svg {
  width: 20px;
  height: 20px;
}

.header-cart__count {
  position: absolute;
  top: -7px;
  right: -7px;
  display: grid;
  place-items: center;
  min-width: 20px;
  height: 20px;
  padding: 0 5px;
  border: 2px solid #fff;
  border-radius: 10px;
  color: #fff;
  background: var(--gc-purple);
  font-size: 10px;
  line-height: 1;
  font-weight: 900;
}

.header-cart__text {
  display: grid;
  gap: 1px;
  min-width: 92px;
}

.header-cart__text strong,
.header-cart__text small {
  display: block;
  white-space: nowrap;
}

.header-cart__text strong {
  font-size: 14px;
  line-height: 1.15;
}

.header-cart__text small {
  color: var(--gc-muted);
  font-size: 10px;
  line-height: 1.15;
}

.header-account {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.header-account__link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 46px;
  padding: 10px 14px;
  border-radius: 12px;
  border: 1px solid rgba(138, 0, 81, .16);
  color: var(--gc-ink);
  background: #fff;
  font-weight: 900;
  line-height: 1;
  white-space: nowrap;
  box-shadow: 0 12px 24px rgba(21, 25, 34, .08);
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease, background .2s ease;
}

.header-account__link svg {
  width: 18px;
  height: 18px;
  color: var(--gc-burgundy);
}

.header-account__link:hover {
  color: var(--gc-burgundy);
  border-color: rgba(238, 138, 36, .42);
  text-decoration: none;
  transform: translateY(-1px);
  box-shadow: 0 16px 30px rgba(21, 25, 34, .12);
}

.header-account__link--register,
.header-account__link--account {
  color: #fff;
  border-color: transparent;
  background: linear-gradient(135deg, var(--gc-purple), var(--gc-magenta) 56%, var(--gc-orange));
  box-shadow: 0 16px 28px rgba(192, 0, 111, .22);
}

.header-account__link--register svg,
.header-account__link--account svg {
  color: #fff;
}

.header-account__link--register:hover,
.header-account__link--account:hover {
  color: #fff;
  border-color: transparent;
  filter: saturate(1.08);
}

.header-action--primary {
  border-color: transparent;
  background: linear-gradient(135deg, var(--gc-green), #0b7f4a);
  color: #fff;
  box-shadow: 0 12px 24px rgba(25, 164, 99, .2);
}

.header-action--primary:hover {
  color: #fff;
  filter: brightness(.96);
}

.mobile-whatsapp {
  display: none;
}

.menu-toggle {
  display: none;
  border: 1px solid var(--gc-line);
  background: var(--gc-white);
  color: var(--gc-ink);
  padding: 10px 13px;
  border-radius: 8px;
  font-weight: 800;
}

.primary-nav {
  position: relative;
  z-index: 80;
  background:
    linear-gradient(90deg, var(--gc-burgundy), var(--gc-red) 55%, var(--gc-orange));
  box-shadow: 0 12px 26px rgba(21, 25, 34, .12);
}

.primary-nav.is-sticky {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  animation: stickyDrop .16s ease both;
}

.admin-bar .primary-nav.is-sticky {
  top: 32px;
}

@keyframes stickyDrop {
  from {
    transform: translateY(-8px);
    opacity: .92;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}

.primary-nav .wrap {
  position: relative;
  display: flex;
  align-items: stretch;
  gap: 0;
  flex-wrap: wrap;
}

.primary-nav .menu {
  list-style: none;
  padding: 0;
  margin: 0;
  display: contents;
}

.primary-nav .menu > li {
  display: flex;
}

.primary-nav .menu > li:nth-child(1) {
  order: 1;
}

.primary-nav .menu > li:nth-child(2) {
  order: 2;
}

.primary-nav .menu > li:nth-child(n+3) {
  order: 4;
}

.primary-nav__whatsapp {
  order: 5;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 40px;
  margin: 11px 0 11px auto;
  padding: 8px 14px;
  border-radius: 8px;
  color: #fff;
  background: linear-gradient(135deg, var(--gc-green), #0b7f4a);
  font-weight: 900;
  box-shadow: 0 12px 22px rgba(25, 164, 99, .24);
}

.primary-nav__whatsapp:hover {
  color: #fff;
  text-decoration: none;
  filter: brightness(.96);
}

.primary-nav__whatsapp svg {
  display: block;
  width: 18px;
  height: 18px;
  fill: currentColor;
}

.primary-nav .menu > li > a,
.products-mega__trigger {
  position: relative;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 14px 17px;
  color: var(--gc-white);
  font-weight: 800;
  font-size: 14px;
}

.primary-nav svg,
.products-mega__trigger svg {
  display: block;
  fill: currentColor;
}

.primary-menu__icon {
  display: grid;
  place-items: center;
  flex: 0 0 26px;
  width: 26px;
  height: 26px;
  border-radius: 8px;
  color: #fff;
  background: rgba(255, 255, 255, .18);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .22);
}

.primary-menu__icon svg {
  width: 15px;
  height: 15px;
}

.primary-nav .menu > li > a::after,
.products-mega__trigger::after {
  content: "";
  position: absolute;
  left: 17px;
  right: 17px;
  bottom: 7px;
  height: 2px;
  background: rgba(255, 255, 255, .78);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform .18s ease;
}

.primary-nav .menu > li > a:hover,
.products-mega:hover .products-mega__trigger,
.products-mega:focus-within .products-mega__trigger {
  background:
    linear-gradient(135deg, rgba(255, 255, 255, .18), rgba(255, 122, 24, .18)),
    rgba(255, 255, 255, .08);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .22), 0 10px 24px rgba(21, 25, 34, .12);
  text-decoration: none;
}

.products-mega:hover .products-mega__trigger,
.products-mega:focus-within .products-mega__trigger {
  color: #fff;
}

.products-mega:hover .products-mega__trigger svg,
.products-mega:focus-within .products-mega__trigger svg {
  fill: #fff;
}

.primary-nav .menu > li > a:hover::after,
.products-mega:hover .products-mega__trigger::after,
.products-mega:focus-within .products-mega__trigger::after {
  transform: scaleX(1);
}

.products-mega {
  position: static;
  order: 3;
  display: flex;
  align-items: stretch;
}

.products-mega__trigger {
  height: 100%;
}

.products-mega__indicator {
  position: relative;
  flex: 0 0 18px;
  width: 18px;
  height: 18px;
  margin-left: 2px;
  border-radius: 6px;
  background: rgba(255, 255, 255, .18);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .2);
}

.products-mega__indicator::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 48%;
  width: 7px;
  height: 7px;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: translate(-50%, -62%) rotate(45deg);
}

.products-mega__trigger svg {
  width: 15px;
  height: 15px;
  fill: currentColor;
}

.products-mega__panel {
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  z-index: 30;
  display: block;
  columns: 5 185px;
  column-gap: 10px;
  column-rule: 1px solid rgba(21, 25, 34, .08);
  padding: 12px 14px;
  border-radius: 0 0 12px 12px;
  background: #fff;
  border: 1px solid rgba(21, 25, 34, .1);
  border-top: 4px solid var(--gc-cyan);
  box-shadow: 0 24px 46px rgba(21, 25, 34, .18);
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: opacity .18s ease, transform .18s ease, visibility .18s ease;
}

.products-mega:hover .products-mega__panel,
.products-mega:focus-within .products-mega__panel {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.products-mega__column {
  min-width: 0;
  display: contents;
}

.products-mega__column ul {
  display: contents;
  list-style: none;
  padding: 0;
  margin: 0;
}

.products-mega__column li {
  break-inside: avoid;
  margin: 0 0 3px;
}

.products-mega__column a {
  display: grid;
  grid-template-columns: 28px minmax(0, 1fr);
  align-items: center;
  gap: 7px;
  min-height: 34px;
  padding: 5px 6px;
  border-radius: 8px;
  color: var(--gc-burgundy);
  font-weight: 800;
  font-size: 12px;
  line-height: 1.2;
  background: transparent;
  border: 1px solid transparent;
}

.products-mega__column a:hover {
  color: var(--gc-orange);
  background: #fff;
  text-decoration: none;
  box-shadow: 0 10px 20px rgba(21, 25, 34, .08);
}

.products-mega__icon {
  display: grid;
  place-items: center;
  width: 28px;
  height: 28px;
  border-radius: 8px;
  color: var(--gc-orange);
  background: rgba(238, 138, 36, .14);
  box-shadow: inset 0 0 0 1px rgba(238, 138, 36, .28);
}

.products-mega__icon svg {
  display: block;
  width: 16px;
  height: 16px;
  fill: currentColor;
}

.site-main {
  padding: 18px 0 34px;
}

.layout {
  display: grid;
  grid-template-columns: 272px minmax(0, 1fr);
  gap: 18px;
  align-items: start;
}

.site-sidebar,
.content-panel,
.sidebar-card,
.post-card,
.entry {
  min-width: 0;
}

.sidebar-card {
  position: relative;
  background: rgba(255, 255, 255, .96);
  border: 1px solid rgba(21, 25, 34, .08);
  border-radius: 10px;
  margin-bottom: 16px;
  overflow: hidden;
  box-shadow: 0 12px 30px rgba(21, 25, 34, .07);
}

.sidebar-card h2,
.widget-title {
  margin: 0;
  padding: 14px 16px;
  color: #fff;
  font-size: 15px;
  background:
    linear-gradient(135deg, var(--gc-ink), var(--gc-purple));
}

.sidebar-card--cta {
  padding: 14px;
  background:
    linear-gradient(145deg, #fff 0%, #f0fbfb 100%);
}

.whatsapp-button,
.hero-button,
.read-more {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 40px;
  padding: 10px 15px;
  background: linear-gradient(135deg, var(--gc-green), #0a7e49);
  color: var(--gc-white);
  border-radius: 8px;
  font-weight: 800;
  border: 0;
}

.whatsapp-button {
  width: 100%;
  box-shadow: 0 12px 24px rgba(25, 164, 99, .18);
}

.whatsapp-button:hover,
.hero-button:hover,
.read-more:hover {
  color: var(--gc-white);
  filter: brightness(.95);
  text-decoration: none;
}

.side-menu,
.sidebar-card ul {
  list-style: none;
  margin: 0;
  padding: 9px;
}

.side-menu li,
.sidebar-card li {
  border-bottom: 1px solid #eef0f3;
}

.side-menu li:last-child,
.sidebar-card li:last-child {
  border-bottom: 0;
}

.side-menu a,
.sidebar-card li a {
  position: relative;
  display: flex;
  align-items: center;
  gap: 9px;
  padding: 8px 9px;
  color: var(--gc-burgundy);
  font-weight: 800;
  font-size: 13px;
  line-height: 1.2;
  border-radius: 7px;
}

.side-menu a::before,
.sidebar-card li a::before {
  content: none;
}

.side-menu a:not(:has(.side-menu__icon))::before,
.sidebar-card li a:not(:has(.side-menu__icon))::before {
  content: "";
  display: grid;
  place-items: center;
  flex: 0 0 24px;
  width: 24px;
  height: 24px;
  border-radius: 7px;
  background: rgba(238, 138, 36, .14);
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%23ee8a24' d='M7 3h10v5H7V3zm-2 7h14a3 3 0 0 1 3 3v5h-4v3H6v-3H2v-5a3 3 0 0 1 3-3zm3 7v2h8v-5H8v3zm11-3a1 1 0 1 0 0-2 1 1 0 0 0 0 2z'/%3E%3C/svg%3E");
  background-position: center;
  background-size: 13px 13px;
  background-repeat: no-repeat;
  box-shadow: none;
}

.side-menu a::after,
.sidebar-card li a::after {
  content: none;
}

.side-menu__icon {
  display: grid;
  place-items: center;
  flex: 0 0 24px;
  width: 24px;
  height: 24px;
  border-radius: 7px;
  color: var(--gc-orange);
  background: rgba(238, 138, 36, .14);
  box-shadow: inset 0 0 0 1px rgba(238, 138, 36, .28);
}

.side-menu__icon svg {
  display: block;
  width: 13px;
  height: 13px;
  fill: currentColor;
}

.side-menu__text {
  display: block;
  min-width: 0;
}

.side-menu a:hover,
.sidebar-card li a:hover {
  background: linear-gradient(90deg, rgba(66, 185, 188, .11), rgba(238, 138, 36, .08));
  color: var(--gc-orange);
  text-decoration: none;
}

.sidebar-card--blog {
  overflow: hidden;
  background:
    radial-gradient(circle at 88% 0, rgba(238, 138, 36, .18), transparent 32%),
    radial-gradient(circle at 0 18%, rgba(141, 59, 143, .16), transparent 34%),
    #fff;
}

.sidebar-card--blog h2 {
  display: flex;
  align-items: center;
  gap: 9px;
  background: linear-gradient(135deg, var(--gc-burgundy), var(--gc-purple));
}

.sidebar-card--blog h2 svg {
  display: block;
  width: 18px;
  height: 18px;
  fill: currentColor;
}

.sidebar-blog {
  display: grid;
  gap: 8px;
  list-style: none;
  margin: 0;
  padding: 10px;
}

.sidebar-blog li {
  border: 0;
}

.sidebar-blog a {
  position: relative;
  display: flex;
  align-items: center;
  gap: 10px;
  min-height: 48px;
  padding: 9px;
  border-radius: 9px;
  color: var(--gc-burgundy);
  background: rgba(255, 255, 255, .78);
  border: 1px solid rgba(141, 59, 143, .12);
  box-shadow: 0 10px 22px rgba(21, 25, 34, .05);
}

.sidebar-blog a::before,
.sidebar-blog a::after {
  content: none !important;
}

.sidebar-blog a:hover {
  color: var(--gc-orange);
  background: #fff;
  border-color: rgba(238, 138, 36, .28);
  text-decoration: none;
  transform: translateY(-1px);
  box-shadow: 0 14px 26px rgba(238, 138, 36, .13);
}

.sidebar-blog__icon {
  display: grid;
  place-items: center;
  flex: 0 0 30px;
  width: 30px;
  height: 30px;
  border-radius: 9px;
  color: var(--gc-orange);
  background: rgba(238, 138, 36, .14);
  box-shadow: inset 0 0 0 1px rgba(238, 138, 36, .28);
}

.sidebar-blog__icon svg {
  display: block;
  width: 16px;
  height: 16px;
  fill: currentColor;
}

.sidebar-blog__body {
  display: grid;
  gap: 3px;
  min-width: 0;
}

.sidebar-blog__title {
  font-size: 13px;
  font-weight: 900;
  line-height: 1.2;
}

.sidebar-blog__meta {
  color: var(--gc-muted);
  font-size: 11px;
  font-weight: 800;
}

.sidebar-card--quote {
  background:
    radial-gradient(circle at 100% 0, rgba(238, 138, 36, .2), transparent 36%),
    linear-gradient(145deg, #fff, #fff8f1);
}

.sidebar-card--quote h2 {
  display: flex;
  align-items: center;
  gap: 9px;
  background: linear-gradient(135deg, var(--gc-orange), var(--gc-burgundy));
}

.sidebar-card--quote h2 svg {
  display: block;
  width: 18px;
  height: 18px;
  fill: currentColor;
}

.quick-quote-form {
  display: grid;
  gap: 10px;
  padding: 12px;
}

.quick-quote-form label {
  display: grid;
  gap: 5px;
  margin: 0;
}

.quick-quote-form label span {
  color: var(--gc-burgundy);
  font-size: 12px;
  font-weight: 900;
}

.quick-quote-form input,
.quick-quote-form textarea {
  width: 100%;
  border: 1px solid rgba(141, 59, 143, .16);
  border-radius: 8px;
  padding: 10px 11px;
  color: var(--gc-ink);
  background: rgba(255, 255, 255, .9);
  font: inherit;
  font-size: 13px;
  outline: none;
  transition: border-color .18s ease, box-shadow .18s ease;
}

.quick-quote-form textarea {
  resize: vertical;
  min-height: 82px;
}

.quick-quote-form input:focus,
.quick-quote-form textarea:focus {
  border-color: rgba(238, 138, 36, .72);
  box-shadow: 0 0 0 3px rgba(238, 138, 36, .14);
}

.quick-quote-form button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 42px;
  border: 0;
  border-radius: 8px;
  color: #fff;
  background: linear-gradient(135deg, var(--gc-green), #0b7f4a);
  font-weight: 900;
  cursor: pointer;
  box-shadow: 0 14px 24px rgba(25, 164, 99, .2);
}

.quick-quote-form button:hover {
  filter: brightness(.96);
}

.quick-quote-form button svg {
  display: block;
  width: 18px;
  height: 18px;
  fill: currentColor;
}

.scroll-top {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 90;
  display: grid;
  place-items: center;
  width: 46px;
  height: 46px;
  border: 0;
  border-radius: 999px;
  color: #fff;
  background: linear-gradient(135deg, var(--gc-orange), var(--gc-burgundy));
  box-shadow: 0 18px 34px rgba(138, 0, 81, .24);
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: opacity .18s ease, transform .18s ease, visibility .18s ease;
}

.scroll-top.is-visible {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.scroll-top svg {
  display: block;
  width: 20px;
  height: 20px;
  fill: currentColor;
}

.content-panel {
  position: relative;
  background: rgba(255, 255, 255, .98);
  border: 1px solid rgba(21, 25, 34, .08);
  border-radius: 10px;
  padding: 28px;
  overflow: hidden;
  box-shadow: 0 12px 34px rgba(21, 25, 34, .08);
}

.content-panel::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 4px;
  background: linear-gradient(90deg, var(--gc-cyan), var(--gc-purple), var(--gc-orange), var(--gc-red));
}

body.home .content-panel::before,
body.front-page .content-panel::before {
  display: none;
}

.entry-header h1,
.archive-header h1 {
  margin: 0 0 16px;
  color: var(--gc-ink);
  font-size: 30px;
  line-height: 1.18;
  letter-spacing: 0;
}

.entry-header h1::after,
.archive-header h1::after {
  content: "";
  display: block;
  width: 76px;
  height: 4px;
  margin-top: 11px;
  border-radius: 99px;
  background: linear-gradient(90deg, var(--gc-cyan), var(--gc-orange));
}

.entry-meta {
  display: flex;
  gap: 12px;
  color: var(--gc-muted);
  font-size: 13px;
  margin-bottom: 16px;
}

.entry-content {
  overflow-wrap: anywhere;
}

.entry-content h1,
.entry-content h2,
.entry-content h3 {
  color: var(--gc-burgundy);
  line-height: 1.25;
  letter-spacing: 0;
}

.entry-content table {
  width: 100% !important;
  max-width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  margin: 16px 0;
  border: 1px solid #d0d5dd;
  border-radius: 8px;
  overflow: hidden;
}

.entry-content th,
.entry-content td {
  border-right: 1px solid #d0d5dd;
  border-bottom: 1px solid #d0d5dd;
  padding: 9px;
  vertical-align: middle;
}

.entry-content tr:last-child td {
  border-bottom: 0;
}

.entry-content th:last-child,
.entry-content td:last-child {
  border-right: 0;
}

.entry-content th {
  background: linear-gradient(135deg, var(--gc-ink), var(--gc-burgundy));
  color: var(--gc-white);
}

.entry-content iframe,
.entry-content object,
.entry-content embed {
  max-width: 100%;
}

.entry-content span[style*="background:#fff"][style*="border:1px solid #8a0051"] {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  min-height: 24px;
  color: var(--gc-burgundy) !important;
  background: #fff7fb !important;
  border: 1px solid rgba(138, 0, 81, .32) !important;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .7);
}

.contact-page {
  display: grid;
  gap: 22px;
}

.contact-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 24px;
  padding: 30px;
  border: 1px solid rgba(238, 138, 36, .26);
  border-radius: 12px;
  background:
    radial-gradient(circle at 86% 18%, rgba(238, 138, 36, .18), transparent 28%),
    radial-gradient(circle at 8% 18%, rgba(66, 185, 188, .16), transparent 28%),
    linear-gradient(135deg, #fff, #fff7fb);
  box-shadow: var(--shadow);
}

.contact-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 12px;
  color: var(--gc-burgundy);
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .02em;
}

.contact-hero h2 {
  margin: 0 0 10px;
  max-width: 760px;
  color: var(--gc-ink);
  font-size: clamp(28px, 3vw, 46px);
  line-height: 1.1;
}

.contact-hero p {
  margin: 0;
  max-width: 820px;
  color: #48566a;
  font-size: 17px;
}

.contact-actions {
  display: grid;
  gap: 12px;
  min-width: 260px;
}

.contact-action {
  display: flex;
  align-items: center;
  gap: 12px;
  min-height: 68px;
  padding: 14px 16px;
  border-radius: 12px;
  color: var(--gc-ink);
  border: 1px solid rgba(238, 138, 36, .34);
  background: rgba(255, 255, 255, .86);
  box-shadow: 0 14px 28px rgba(21, 25, 34, .08);
}

.contact-action:hover {
  color: var(--gc-burgundy);
  text-decoration: none;
  transform: translateY(-1px);
}

.contact-action svg {
  width: 24px;
  height: 24px;
  color: var(--gc-orange);
}

.contact-action--whatsapp svg {
  color: var(--gc-green);
}

.contact-action strong,
.contact-action small {
  display: block;
}

.contact-action strong {
  font-size: 18px;
}

.contact-action small {
  color: #667085;
  font-weight: 700;
}

.contact-phones {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.contact-phone-card {
  position: relative;
  display: flex;
  align-items: center;
  gap: 14px;
  min-height: 92px;
  padding: 18px;
  overflow: hidden;
  border-radius: 14px;
  color: #fff;
  background:
    radial-gradient(circle at 90% 10%, rgba(255, 255, 255, .24), transparent 28%),
    linear-gradient(135deg, var(--gc-ink), var(--gc-burgundy) 58%, var(--gc-orange));
  box-shadow: 0 18px 38px rgba(21, 25, 34, .16);
}

.contact-phone-card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 5px;
  background: linear-gradient(90deg, var(--gc-cyan), var(--gc-magenta), #ffd400, var(--gc-orange));
}

.contact-phone-card:hover {
  color: #fff;
  text-decoration: none;
  transform: translateY(-2px);
}

.contact-phone-card svg {
  position: relative;
  z-index: 1;
  width: 28px;
  height: 28px;
  padding: 8px;
  box-sizing: content-box;
  border-radius: 13px;
  color: #fff;
  background: rgba(255, 255, 255, .16);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .2);
}

.contact-phone-card span {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 2px;
}

.contact-phone-card strong {
  color: #fff;
  font-size: clamp(20px, 1.7vw, 28px);
  line-height: 1.05;
  letter-spacing: 0;
}

.contact-phone-card small {
  color: rgba(255, 255, 255, .82);
  font-weight: 800;
}

.contact-locations {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.contact-location-card {
  overflow: hidden;
  border: 1px solid rgba(141, 59, 143, .16);
  border-radius: 12px;
  background: #fff;
  box-shadow: var(--shadow);
}

.contact-location-card__body {
  display: grid;
  grid-template-columns: 58px minmax(0, 1fr);
  gap: 16px;
  padding: 24px;
  border-top: 5px solid transparent;
  border-image: linear-gradient(90deg, var(--gc-cyan), var(--gc-magenta), var(--gc-orange)) 1;
}

.contact-location-card__icon {
  display: grid;
  place-items: center;
  width: 58px;
  height: 58px;
  border-radius: 16px;
  color: #fff;
  background: linear-gradient(135deg, var(--gc-orange), var(--gc-magenta));
  box-shadow: 0 16px 30px rgba(192, 0, 111, .18);
}

.contact-location-card__icon svg {
  width: 26px;
  height: 26px;
}

.contact-location-card__label {
  display: block;
  margin-bottom: 6px;
  color: var(--gc-cyan);
  font-weight: 900;
  text-transform: uppercase;
  font-size: 12px;
}

.contact-location-card h3 {
  margin: 0 0 8px;
  color: var(--gc-burgundy);
  font-size: 24px;
}

.contact-location-card p {
  margin: 0 0 16px;
  color: #344054;
  font-size: 16px;
  line-height: 1.6;
}

.contact-direction {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 10px 16px;
  border-radius: 10px;
  color: #fff;
  font-weight: 900;
  background: linear-gradient(135deg, var(--gc-orange), var(--gc-magenta));
  box-shadow: 0 14px 30px rgba(192, 0, 111, .18);
}

.contact-direction:hover {
  color: #fff;
  text-decoration: none;
  transform: translateY(-1px);
}

.contact-map {
  padding: 0 18px 18px;
}

.contact-map iframe {
  display: block;
  width: 100%;
  height: 360px;
  border: 0;
  border-radius: 10px;
  background: var(--gc-soft);
}

.payment-page {
  display: grid;
  gap: 22px;
}

.payment-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 24px;
  padding: 30px;
  border: 1px solid rgba(238, 138, 36, .26);
  border-radius: 12px;
  background:
    radial-gradient(circle at 86% 18%, rgba(238, 138, 36, .18), transparent 28%),
    radial-gradient(circle at 8% 18%, rgba(66, 185, 188, .16), transparent 28%),
    linear-gradient(135deg, #fff, #fff7fb);
  box-shadow: var(--shadow);
}

.payment-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 12px;
  color: var(--gc-burgundy);
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .02em;
}

.payment-hero h2 {
  margin: 0 0 10px;
  max-width: 780px;
  color: var(--gc-ink);
  font-size: clamp(28px, 3vw, 46px);
  line-height: 1.1;
}

.payment-hero p {
  margin: 0;
  max-width: 800px;
  color: #48566a;
  font-size: 17px;
}

.payment-whatsapp {
  display: flex;
  align-items: center;
  gap: 12px;
  min-width: 250px;
  min-height: 70px;
  padding: 14px 18px;
  border-radius: 14px;
  color: #fff;
  background: linear-gradient(135deg, var(--gc-green), #0d8f51);
  box-shadow: 0 18px 36px rgba(25, 164, 99, .22);
}

.payment-whatsapp:hover {
  color: #fff;
  text-decoration: none;
  transform: translateY(-1px);
}

.payment-whatsapp svg {
  width: 28px;
  height: 28px;
}

.payment-whatsapp strong,
.payment-whatsapp small {
  display: block;
}

.payment-whatsapp strong {
  font-size: 18px;
}

.payment-whatsapp small {
  color: rgba(255, 255, 255, .82);
  font-weight: 800;
}

.payment-bank-card {
  overflow: hidden;
  border: 1px solid rgba(141, 59, 143, .16);
  border-radius: 14px;
  background: #fff;
  box-shadow: var(--shadow);
}

.payment-bank-card__head {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 24px;
  color: #fff;
  background:
    linear-gradient(90deg, var(--gc-cyan), var(--gc-magenta), #ffd400, var(--gc-orange)) 0 0 / 100% 5px no-repeat,
    linear-gradient(135deg, var(--gc-ink), var(--gc-burgundy) 68%, var(--gc-orange));
}

.payment-bank-card__icon {
  display: grid;
  place-items: center;
  width: 62px;
  height: 62px;
  border-radius: 18px;
  color: #fff;
  background: rgba(255, 255, 255, .16);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .22);
}

.payment-bank-card__icon svg {
  width: 30px;
  height: 30px;
}

.payment-bank-card__head span {
  display: block;
  color: rgba(255, 255, 255, .78);
  font-weight: 900;
}

.payment-bank-card__head h3 {
  margin: 2px 0 0;
  color: #fff;
  font-size: clamp(26px, 2.6vw, 40px);
  line-height: 1.1;
}

.payment-iban {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 12px 18px;
  align-items: center;
  margin: 24px;
  padding: 22px;
  border: 1px solid rgba(238, 138, 36, .26);
  border-radius: 14px;
  background: linear-gradient(135deg, #fff8ef, #fff);
}

.payment-iban span {
  grid-column: 1 / -1;
  color: var(--gc-burgundy);
  font-weight: 900;
  text-transform: uppercase;
}

.payment-iban strong {
  color: var(--gc-ink);
  font-size: clamp(23px, 2.5vw, 38px);
  line-height: 1.15;
  letter-spacing: 0;
  word-break: break-word;
}

.payment-iban button {
  min-height: 48px;
  padding: 12px 18px;
  border: 0;
  border-radius: 11px;
  color: #fff;
  font-weight: 900;
  cursor: pointer;
  background: linear-gradient(135deg, var(--gc-orange), var(--gc-magenta));
  box-shadow: 0 16px 32px rgba(192, 0, 111, .18);
}

.payment-iban button:hover {
  transform: translateY(-1px);
}

.payment-details {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  padding: 0 24px 24px;
}

.payment-details div,
.payment-notes article {
  padding: 18px;
  border: 1px solid rgba(141, 59, 143, .14);
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 12px 26px rgba(21, 25, 34, .06);
}

.payment-details span,
.payment-details strong,
.payment-details small {
  display: block;
}

.payment-details span {
  color: #667085;
  font-weight: 900;
}

.payment-details strong {
  margin-top: 3px;
  color: var(--gc-burgundy);
  font-size: 22px;
}

.payment-details small {
  margin-top: 3px;
  color: #667085;
  font-weight: 700;
}

.payment-notes {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.payment-notes article {
  display: grid;
  gap: 8px;
}

.payment-notes svg {
  width: 26px;
  height: 26px;
  color: var(--gc-orange);
}

.payment-notes strong {
  color: var(--gc-burgundy);
  font-size: 18px;
}

.payment-notes span {
  color: #48566a;
}

.about-page {
  display: grid;
  gap: 22px;
}

.about-hero {
  position: relative;
  overflow: hidden;
  padding: 34px;
  border: 1px solid rgba(238, 138, 36, .26);
  border-radius: 14px;
  background:
    linear-gradient(90deg, var(--gc-cyan), var(--gc-magenta), #ffd400, var(--gc-orange)) 0 0 / 100% 6px no-repeat,
    radial-gradient(circle at 88% 12%, rgba(238, 138, 36, .18), transparent 28%),
    radial-gradient(circle at 8% 22%, rgba(66, 185, 188, .15), transparent 30%),
    linear-gradient(135deg, #fff, #fff7fb);
  box-shadow: var(--shadow);
}

.about-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 14px;
  color: var(--gc-burgundy);
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .02em;
}

.about-hero h2 {
  margin: 0 0 14px;
  max-width: 980px;
  color: var(--gc-ink);
  font-size: clamp(30px, 3.4vw, 52px);
  line-height: 1.08;
}

.about-hero p {
  margin: 0;
  max-width: 1050px;
  color: #48566a;
  font-size: 18px;
  line-height: 1.7;
}

.about-principles {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.about-principles article,
.about-mission-grid article {
  padding: 20px;
  border: 1px solid rgba(141, 59, 143, .14);
  border-radius: 13px;
  background: #fff;
  box-shadow: 0 14px 30px rgba(21, 25, 34, .07);
}

.about-principles svg {
  width: 30px;
  height: 30px;
  padding: 9px;
  box-sizing: content-box;
  border-radius: 13px;
  color: #fff;
  background: linear-gradient(135deg, var(--gc-orange), var(--gc-magenta));
  box-shadow: 0 14px 28px rgba(192, 0, 111, .18);
}

.about-principles strong {
  display: block;
  margin: 14px 0 7px;
  color: var(--gc-burgundy);
  font-size: 20px;
}

.about-principles span {
  color: #48566a;
}

.about-story {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 260px;
  gap: 24px;
  align-items: stretch;
  overflow: hidden;
  border-radius: 14px;
  color: #fff;
  background:
    radial-gradient(circle at 90% 20%, rgba(255, 255, 255, .18), transparent 28%),
    linear-gradient(135deg, var(--gc-ink), var(--gc-burgundy) 62%, var(--gc-orange));
  box-shadow: var(--shadow);
}

.about-story__content {
  padding: 30px;
}

.about-story h3 {
  margin: 0 0 12px;
  color: #fff;
  font-size: 34px;
}

.about-story p {
  margin: 0 0 14px;
  color: rgba(255, 255, 255, .86);
  font-size: 17px;
  line-height: 1.7;
}

.about-story__mark {
  display: grid;
  place-items: center;
  align-content: center;
  gap: 2px;
  min-height: 260px;
  background:
    linear-gradient(90deg, var(--gc-cyan), var(--gc-magenta), #ffd400, var(--gc-orange)) 0 0 / 100% 6px no-repeat,
    rgba(255, 255, 255, .08);
}

.about-story__mark span {
  color: #fff;
  font-size: 82px;
  font-weight: 900;
  line-height: 1;
}

.about-story__mark small {
  color: rgba(255, 255, 255, .74);
  font-size: 20px;
  font-weight: 900;
}

.about-mission-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.about-mission-grid article > span {
  display: grid;
  place-items: center;
  width: 54px;
  height: 54px;
  border-radius: 15px;
  color: #fff;
  background: linear-gradient(135deg, var(--gc-cyan), var(--gc-purple));
  box-shadow: 0 14px 28px rgba(66, 185, 188, .18);
}

.about-mission-grid article > span svg {
  width: 26px;
  height: 26px;
}

.about-mission-grid h3 {
  margin: 16px 0 9px;
  color: var(--gc-burgundy);
  font-size: 26px;
}

.about-mission-grid p,
.about-signature p {
  margin: 0;
  color: #48566a;
  font-size: 16px;
  line-height: 1.7;
}

.about-signature {
  padding: 24px;
  border: 1px solid rgba(238, 138, 36, .22);
  border-radius: 13px;
  background: linear-gradient(135deg, #fff, #fff8ef);
  box-shadow: var(--shadow);
}

.about-signature strong,
.about-signature span {
  display: block;
}

.about-signature__people {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  margin-top: 18px;
}

.about-signature__people div {
  padding: 16px;
  border: 1px solid rgba(141, 59, 143, .14);
  border-radius: 12px;
  background: #fff;
}

.about-signature strong {
  color: var(--gc-burgundy);
  font-size: 22px;
}

.about-signature span {
  color: #667085;
  font-weight: 900;
}

.references-page {
  display: grid;
  gap: 22px;
}

.references-hero {
  padding: 34px;
  border: 1px solid rgba(238, 138, 36, .26);
  border-radius: 14px;
  background:
    linear-gradient(90deg, var(--gc-cyan), var(--gc-magenta), #ffd400, var(--gc-orange)) 0 0 / 100% 6px no-repeat,
    radial-gradient(circle at 88% 12%, rgba(238, 138, 36, .18), transparent 28%),
    radial-gradient(circle at 8% 22%, rgba(66, 185, 188, .15), transparent 30%),
    linear-gradient(135deg, #fff, #fff7fb);
  box-shadow: var(--shadow);
}

.references-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 14px;
  color: var(--gc-burgundy);
  font-weight: 900;
  text-transform: uppercase;
}

.references-hero h2 {
  margin: 0 0 12px;
  max-width: 980px;
  color: var(--gc-ink);
  font-size: clamp(30px, 3.2vw, 50px);
  line-height: 1.08;
}

.references-hero p {
  margin: 0;
  max-width: 860px;
  color: #48566a;
  font-size: 18px;
}

.references-stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.references-stats article {
  padding: 20px;
  border-radius: 13px;
  color: #fff;
  background:
    radial-gradient(circle at 90% 10%, rgba(255, 255, 255, .2), transparent 30%),
    linear-gradient(135deg, var(--gc-ink), var(--gc-burgundy) 62%, var(--gc-orange));
  box-shadow: 0 16px 34px rgba(21, 25, 34, .12);
}

.references-stats strong,
.references-stats span {
  display: block;
}

.references-stats strong {
  font-size: clamp(28px, 3vw, 42px);
  line-height: 1;
}

.references-stats span {
  margin-top: 8px;
  color: rgba(255, 255, 255, .82);
  font-weight: 900;
}

.references-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
  gap: 14px;
}

.reference-logo {
  display: grid;
  place-items: center;
  min-height: 150px;
  margin: 0;
  padding: 16px;
  border: 1px solid rgba(141, 59, 143, .12);
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 12px 26px rgba(21, 25, 34, .06);
  transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}

.reference-logo:hover {
  transform: translateY(-2px);
  border-color: rgba(238, 138, 36, .34);
  box-shadow: 0 16px 30px rgba(238, 138, 36, .13);
}

.reference-logo img {
  display: block;
  width: 100%;
  max-width: 132px;
  max-height: 112px;
  object-fit: contain;
}

.wc-product-landing {
  margin: 12px 0 18px;
  padding: 14px;
  border: 1px solid rgba(21, 25, 34, .1);
  border-radius: 10px;
  background:
    linear-gradient(135deg, rgba(0, 185, 242, .08), rgba(225, 0, 136, .04) 44%, rgba(255, 122, 24, .08)),
    #fff;
}

.wc-product-landing__head {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  margin-bottom: 12px;
  border-bottom: 1px solid rgba(21, 25, 34, .08);
  padding-bottom: 11px;
}

.wc-product-landing__head h2 {
  margin: 0;
  color: var(--gc-ink);
  font-size: 22px;
  line-height: 1.2;
  letter-spacing: 0;
}

.wc-product-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.wc-product-card {
  display: flex;
  flex-direction: column;
  min-height: 380px;
  overflow: hidden;
  border: 1px solid rgba(21, 25, 34, .1);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 10px 26px rgba(21, 25, 34, .08);
  transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}

.wc-product-card:hover {
  transform: translateY(-2px);
  border-color: rgba(255, 122, 24, .34);
  box-shadow: 0 18px 34px rgba(21, 25, 34, .14);
}

.wc-product-card__image {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  flex: 0 0 auto;
  aspect-ratio: 1 / 1;
  height: auto;
  min-height: 0;
  overflow: hidden;
  background: #fff;
  color: var(--gc-orange);
  text-decoration: none;
}

.wc-product-card__image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}

.wc-product-card__image svg {
  width: 46px;
  height: 46px;
  fill: currentColor;
}

.wc-product-card__body {
  display: flex;
  flex-direction: column;
  gap: 7px;
  padding: 11px;
  background: #fff;
  position: relative;
  z-index: 2;
}

.wc-product-card h3 {
  margin: 0;
  color: var(--gc-burgundy);
  font-size: 16px;
  line-height: 1.25;
  letter-spacing: 0;
}

.wc-product-card h3 a {
  color: inherit;
  text-decoration: none;
}

.wc-product-card p {
  margin: 0;
  color: #4b5563;
  font-size: 12.5px;
  line-height: 1.4;
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.wc-product-card__attribute {
  display: inline-flex;
  align-items: center;
  align-self: flex-start;
  gap: 7px;
  min-height: 28px;
  padding: 5px 8px;
  border-radius: 8px;
  color: var(--gc-burgundy);
  background: linear-gradient(135deg, #fff7fb, #fff);
  border: 1px solid rgba(255, 122, 24, .24);
  font-size: 12px;
  font-weight: 800;
  line-height: 1.2;
}

.wc-product-card__attribute span {
  color: #6b7280;
  font-weight: 800;
}

.wc-product-card__attribute strong {
  color: var(--gc-burgundy);
  font-weight: 900;
}

.wc-product-card__meta {
  margin-top: auto;
}

.wc-product-card__price {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  min-height: 36px;
  flex: 0 0 auto;
  padding: 8px 12px;
  border-radius: 8px;
  color: #fff;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, .18), rgba(255, 255, 255, 0) 42%),
    linear-gradient(135deg, var(--gc-purple), var(--gc-magenta) 48%, var(--gc-orange));
  border: 1px solid rgba(255, 122, 24, .28);
  font-size: 12.5px;
  font-weight: 900;
  white-space: nowrap;
  text-decoration: none;
  box-shadow: 0 14px 24px rgba(138, 0, 81, .2);
  transition: transform .18s ease, box-shadow .18s ease, background .18s ease, color .18s ease;
}

.wc-product-card__price:hover {
  color: #fff;
  box-shadow: 0 18px 30px rgba(138, 0, 81, .28);
  transform: translateY(-1px);
}

.wc-product-card__price-value {
  display: inline-flex;
  align-items: center;
}

.wc-product-card__price-value .amount {
  display: inline-flex;
  align-items: baseline;
}

.wc-product-card__price-value .woocommerce-Price-currencySymbol {
  order: 2;
  margin-left: 3px;
  font-size: 0;
}

.wc-product-card__price-value .woocommerce-Price-currencySymbol::after {
  content: "TL";
  font-size: 12.5px;
}

.wc-product-card__vat {
  padding-left: 7px;
  border-left: 1px solid rgba(255, 255, 255, .45);
  font-size: 10px;
  line-height: 1;
  font-weight: 900;
  letter-spacing: 0;
}

.wc-product-card__price svg {
  width: 16px;
  height: 16px;
  fill: currentColor;
  flex: 0 0 auto;
}

.wc-product-card__price--whatsapp {
  color: #fff;
  background: linear-gradient(135deg, #25d366, #0b8f52);
  border-color: rgba(11, 143, 82, .24);
  box-shadow: 0 14px 24px rgba(11, 143, 82, .24);
}

.wc-product-card__price--whatsapp:hover {
  color: #fff;
  background: linear-gradient(135deg, #37df76, #087a45);
  box-shadow: 0 18px 30px rgba(11, 143, 82, .3);
  transform: translateY(-2px);
}

.wc-product-card__actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 6px;
  margin-top: auto;
}

.wc-product-card__actions .gct-design-mini-choice {
  flex: 1 1 100%;
}

.wc-product-card__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  min-height: 36px;
  padding: 8px 10px;
  border: 1px solid transparent;
  border-radius: 8px;
  color: #fff;
  font-size: 12.5px;
  white-space: nowrap;
  background: linear-gradient(135deg, var(--gc-orange), var(--gc-burgundy));
  font-weight: 900;
  text-decoration: none;
  box-shadow: 0 12px 22px rgba(138, 0, 81, .16);
  transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease, background .18s ease, color .18s ease;
  cursor: pointer;
}

.wc-product-card__button--icon {
  width: 38px;
  min-width: 38px;
  padding: 0;
}

.wc-product-card__button:hover {
  color: #fff;
  background: linear-gradient(135deg, #f78a22, #d91d4c 52%, #8a0051);
  border-color: rgba(255, 255, 255, .24);
  box-shadow: 0 16px 28px rgba(138, 0, 81, .22);
  transform: translateY(-1px);
}

.wc-product-card__button svg {
  width: 16px;
  height: 16px;
  fill: currentColor;
  flex: 0 0 auto;
}

.wc-product-card__button--ghost {
  color: var(--gc-burgundy);
  background: #fff;
  border-color: rgba(138, 0, 81, .22);
  box-shadow: none;
}

.wc-product-card__button--ghost:hover {
  color: var(--gc-burgundy);
  background: #fff7fb;
  border-color: rgba(255, 122, 24, .42);
  box-shadow: 0 10px 20px rgba(255, 122, 24, .12);
}

.wc-product-card__button--cart {
  flex: 0 0 auto;
  color: var(--gc-burgundy);
  background: linear-gradient(135deg, #fff, #fff7ed);
  border-color: rgba(255, 122, 24, .35);
  box-shadow: 0 12px 22px rgba(255, 122, 24, .14);
}

.wc-product-card__button--cart:hover {
  color: #fff;
  background: linear-gradient(135deg, var(--gc-orange), #d8272f);
  border-color: rgba(255, 122, 24, .18);
  box-shadow: 0 16px 28px rgba(255, 122, 24, .24);
  transform: translateY(-1px);
}

.woocommerce-account .layout {
  grid-template-columns: minmax(0, 1fr);
}

.woocommerce-account .site-sidebar {
  display: none;
}

.woocommerce-account .content-panel {
  padding: 22px;
}

.woocommerce-account .entry-header {
  margin-bottom: 14px;
}

.woocommerce-account .entry-content > .woocommerce {
  margin-top: 10px;
}

.gct-account-auth {
  display: grid;
  grid-template-columns: minmax(280px, .78fr) minmax(0, 1.22fr);
  gap: 18px;
  align-items: stretch;
}

.gct-account-auth__brand,
.gct-account-form,
.gct-account-dashboard__hero,
.gct-account-dashboard__quick a,
.gct-account-dashboard__content,
.gct-account-nav {
  border: 1px solid rgba(255, 122, 24, .22);
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 18px 42px rgba(21, 25, 34, .08);
}

.gct-account-auth__brand {
  position: relative;
  overflow: hidden;
  min-height: 520px;
  padding: 34px;
  color: #fff;
  background:
    radial-gradient(circle at 18% 18%, rgba(66, 185, 188, .72), transparent 28%),
    radial-gradient(circle at 88% 20%, rgba(238, 138, 36, .72), transparent 26%),
    linear-gradient(135deg, #151922 0%, #2a1830 52%, #8a0051 100%);
}

.gct-account-auth__brand::before {
  content: "";
  position: absolute;
  right: -120px;
  bottom: -130px;
  width: 320px;
  height: 320px;
  border: 34px solid rgba(255, 255, 255, .12);
  border-radius: 50%;
}

.gct-account-auth__eyebrow,
.gct-account-dashboard__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 18px;
  padding: 8px 12px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .04em;
  text-transform: uppercase;
}

.gct-account-auth__eyebrow {
  color: #fff;
  background: rgba(255, 255, 255, .14);
  border: 1px solid rgba(255, 255, 255, .22);
}

.gct-account-auth__brand h2 {
  position: relative;
  max-width: 560px;
  margin: 0 0 14px;
  color: #fff;
  font-size: clamp(30px, 4vw, 52px);
  line-height: 1.05;
  letter-spacing: 0;
  text-shadow: 0 10px 28px rgba(0, 0, 0, .34);
}

.gct-account-auth__brand p {
  position: relative;
  max-width: 520px;
  margin: 0;
  color: rgba(255, 255, 255, .9);
  font-size: 16px;
  text-shadow: 0 8px 22px rgba(0, 0, 0, .26);
}

.gct-account-auth__features {
  position: relative;
  display: grid;
  gap: 12px;
  margin-top: 34px;
}

.gct-account-auth__features span {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  width: fit-content;
  padding: 12px 14px;
  border: 1px solid rgba(255, 255, 255, .18);
  border-radius: 14px;
  background: rgba(255, 255, 255, .12);
  font-weight: 900;
}

.gct-account-auth__features svg {
  color: #ffb15d;
}

.gct-account-auth__forms {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  min-width: 0;
}

.gct-account-auth__forms--single {
  grid-template-columns: minmax(0, 1fr);
}

.gct-account-auth__forms-default {
  display: block;
  min-width: 0;
}

.gct-account-auth__forms-default--single {
  display: block;
  padding: 24px;
  border: 1px solid rgba(255, 122, 24, .22);
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 18px 42px rgba(21, 25, 34, .08);
}

.gct-account-auth__forms-default--single > h2 {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 16px;
  color: var(--gc-ink);
  font-size: 28px;
  line-height: 1.15;
}

.gct-account-auth__forms-default--single > h2::before {
  content: "";
  display: inline-block;
  width: 48px;
  height: 48px;
  border-radius: 14px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, .32), transparent),
    linear-gradient(135deg, var(--gc-cyan), var(--gc-purple));
  box-shadow: 0 16px 26px rgba(66, 185, 188, .22);
}

.gct-account-auth__forms-default--single > form {
  max-width: 560px;
}

.gct-account-auth__forms-default #customer_login {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  width: 100%;
  min-width: 0;
  max-width: 980px;
  margin: 0 auto;
}

.gct-account-auth__forms-default #customer_login::before,
.gct-account-auth__forms-default #customer_login::after {
  display: none;
}

.gct-account-auth__forms-default .u-column1,
.gct-account-auth__forms-default .u-column2 {
  float: none;
  width: 100% !important;
  max-width: none;
  min-width: 0;
  padding: 24px;
  border: 1px solid rgba(255, 122, 24, .22);
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 18px 42px rgba(21, 25, 34, .08);
}

.gct-account-auth__forms-default h2 {
  margin: 0 0 16px;
  color: var(--gc-ink);
  font-size: 24px;
  line-height: 1.15;
  word-break: normal;
  overflow-wrap: normal;
}

.gct-account-auth__forms-default h2::before {
  display: none;
}

.gct-account-auth__forms-default .u-column2 h2::before {
  display: none;
}

.gct-account-auth__forms-default form {
  position: relative;
}

.gct-account-form-title-icon {
  position: absolute;
  top: -62px;
  right: 0;
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  border-radius: 15px;
  color: #fff;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, .26), transparent),
    linear-gradient(135deg, var(--gc-cyan), var(--gc-purple));
  box-shadow: 0 16px 26px rgba(66, 185, 188, .22);
}

.gct-account-form-title-icon--register {
  background:
    linear-gradient(135deg, rgba(255, 255, 255, .26), transparent),
    linear-gradient(135deg, var(--gc-orange), var(--gc-magenta));
  box-shadow: 0 16px 26px rgba(192, 0, 111, .2);
}

.gct-account-form-title-icon svg {
  width: 22px;
  height: 22px;
}

.gct-account-form {
  padding: 24px;
}

.gct-account-form__head {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  margin-bottom: 18px;
}

.gct-account-form__head > span {
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  color: #fff;
  border-radius: 14px;
  background: linear-gradient(135deg, var(--gc-cyan), var(--gc-purple));
  box-shadow: 0 16px 26px rgba(66, 185, 188, .22);
}

.gct-account-form--register .gct-account-form__head > span {
  background: linear-gradient(135deg, var(--gc-orange), var(--gc-magenta));
  box-shadow: 0 16px 26px rgba(192, 0, 111, .18);
}

.gct-account-form h2 {
  margin: 0 0 4px;
  color: var(--gc-ink);
  font-size: 24px;
  line-height: 1.15;
}

.gct-account-form p {
  margin: 0;
}

.gct-account-form__head p,
.gct-account-form__note {
  color: var(--gc-muted);
  font-size: 13px;
  line-height: 1.45;
}

.gct-account-form form {
  display: grid;
  gap: 13px;
}

.gct-account-auth__forms-default form {
  display: grid;
  gap: 13px;
  margin: 0;
  border: 0;
  min-width: 0;
}

.gct-account-form .form-row {
  margin: 0;
  padding: 0;
}

.gct-account-auth__forms-default .form-row {
  margin: 0;
  padding: 0;
}

.gct-account-form label {
  display: block;
  margin-bottom: 6px;
  color: var(--gc-ink-2);
  font-size: 13px;
  font-weight: 900;
}

.gct-account-auth__forms-default label {
  display: block;
  margin-bottom: 6px;
  color: var(--gc-ink-2);
  font-size: 13px;
  font-weight: 900;
}

.gct-account-form input.input-text,
.gct-account-form input[type="text"],
.gct-account-form input[type="email"],
.gct-account-form input[type="tel"],
.gct-account-form input[type="password"] {
  width: 100%;
  min-height: 48px;
  padding: 12px 14px;
  border: 1px solid rgba(138, 0, 81, .16);
  border-radius: 12px;
  background: #fff;
  color: var(--gc-ink);
  font: inherit;
  font-weight: 700;
  outline: none;
  transition: border-color .2s ease, box-shadow .2s ease;
}

.gct-account-auth__forms-default input.input-text,
.gct-account-auth__forms-default input[type="text"],
.gct-account-auth__forms-default input[type="email"],
.gct-account-auth__forms-default input[type="tel"],
.gct-account-auth__forms-default input[type="password"] {
  width: 100%;
  min-height: 48px;
  padding: 12px 14px;
  border: 1px solid rgba(138, 0, 81, .16);
  border-radius: 12px;
  background: #fff;
  color: var(--gc-ink);
  font: inherit;
  font-weight: 700;
  outline: none;
}

.gct-account-form input:focus {
  border-color: rgba(238, 138, 36, .7);
  box-shadow: 0 0 0 4px rgba(238, 138, 36, .12);
}

.gct-account-auth__forms-default input:focus {
  border-color: rgba(238, 138, 36, .7);
  box-shadow: 0 0 0 4px rgba(238, 138, 36, .12);
}

.gct-account-form__submit {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  flex-wrap: wrap;
}

.gct-account-form .woocommerce-form-login__rememberme {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 0;
  color: var(--gc-muted);
}

.gct-account-form .woocommerce-form-login__rememberme input {
  width: 18px;
  height: 18px;
}

.gct-account-button,
.woocommerce-account .button.gct-account-button,
.gct-account-auth__forms-default .button,
.woocommerce-account .woocommerce-MyAccount-content .button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 12px 20px;
  border: 0;
  border-radius: 12px;
  color: #fff;
  background: linear-gradient(135deg, var(--gc-orange), var(--gc-red) 48%, var(--gc-burgundy));
  box-shadow: 0 16px 28px rgba(192, 0, 111, .24);
  font-weight: 900;
  cursor: pointer;
}

.gct-account-button:hover,
.woocommerce-account .button.gct-account-button:hover,
.gct-account-auth__forms-default .button:hover,
.woocommerce-account .woocommerce-MyAccount-content .button:hover {
  color: #fff;
  text-decoration: none;
  filter: saturate(1.08);
  transform: translateY(-1px);
}

.gct-account-form .lost_password a,
.gct-account-auth__forms-default .lost_password a {
  font-weight: 900;
}

.gct-account-dashboard {
  display: grid;
  gap: 18px;
}

.gct-account-dashboard__hero {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 26px;
  background:
    radial-gradient(circle at 78% 18%, rgba(238, 138, 36, .15), transparent 28%),
    linear-gradient(135deg, #fff, #fff7fb);
}

.gct-account-dashboard__eyebrow {
  color: var(--gc-burgundy);
  background: #fff2f8;
  border: 1px solid rgba(192, 0, 111, .14);
}

.gct-account-dashboard__hero h2 {
  margin: 0 0 6px;
  color: var(--gc-ink);
  font-size: clamp(28px, 3.3vw, 42px);
  line-height: 1.08;
}

.gct-account-dashboard__hero p {
  max-width: 740px;
  margin: 0;
  color: var(--gc-muted);
  font-weight: 700;
}

.gct-account-dashboard__support {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  min-height: 48px;
  padding: 12px 18px;
  border-radius: 12px;
  color: #fff;
  background: linear-gradient(135deg, #25d366, #0b8f52);
  font-weight: 900;
  white-space: nowrap;
  box-shadow: 0 16px 28px rgba(25, 164, 99, .22);
}

.gct-account-dashboard__support:hover {
  color: #fff;
  text-decoration: none;
}

.gct-account-dashboard__quick {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

.gct-account-dashboard__quick a {
  display: grid;
  gap: 4px;
  padding: 16px;
  color: var(--gc-ink);
  transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease;
}

.gct-account-dashboard__quick a:hover {
  border-color: rgba(192, 0, 111, .28);
  color: var(--gc-ink);
  text-decoration: none;
  transform: translateY(-2px);
  box-shadow: 0 18px 38px rgba(21, 25, 34, .12);
}

.gct-account-dashboard__quick svg {
  width: 28px;
  height: 28px;
  padding: 6px;
  color: var(--gc-orange);
  border-radius: 10px;
  background: #fff3e5;
}

.gct-account-dashboard__quick strong {
  color: var(--gc-burgundy);
  font-size: 16px;
}

.gct-account-dashboard__quick span {
  color: var(--gc-muted);
  font-size: 12px;
  font-weight: 700;
}

.gct-account-dashboard__body {
  display: grid;
  grid-template-columns: 280px minmax(0, 1fr);
  gap: 16px;
  align-items: start;
}

.gct-account-nav {
  overflow: hidden;
  padding: 8px;
}

.gct-account-dashboard .woocommerce-MyAccount-navigation {
  float: none;
  width: auto;
}

.gct-account-nav ul,
.gct-account-dashboard .woocommerce-MyAccount-navigation ul {
  display: grid;
  gap: 6px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.gct-account-nav a,
.gct-account-dashboard .woocommerce-MyAccount-navigation a {
  display: flex;
  align-items: center;
  gap: 10px;
  min-height: 46px;
  padding: 10px 12px;
  border-radius: 12px;
  color: var(--gc-ink);
  font-weight: 900;
}

.gct-account-nav a:hover,
.gct-account-nav .is-active a,
.gct-account-dashboard .woocommerce-MyAccount-navigation a:hover,
.gct-account-dashboard .woocommerce-MyAccount-navigation .is-active a {
  color: #fff;
  text-decoration: none;
  background: linear-gradient(135deg, var(--gc-purple), var(--gc-magenta));
}

.gct-account-nav__icon {
  display: grid;
  place-items: center;
  width: 28px;
  height: 28px;
  color: var(--gc-orange);
  border: 1px solid rgba(238, 138, 36, .3);
  border-radius: 9px;
  background: #fff7ed;
}

.gct-account-nav a:hover .gct-account-nav__icon,
.gct-account-nav .is-active .gct-account-nav__icon {
  color: #fff;
  border-color: rgba(255, 255, 255, .3);
  background: rgba(255, 255, 255, .16);
}

.gct-account-dashboard__content {
  min-height: 320px;
  padding: 22px;
}

.gct-account-dashboard .woocommerce-MyAccount-content {
  float: none;
  width: auto;
  min-height: 320px;
  padding: 22px;
  border: 1px solid rgba(255, 122, 24, .22);
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 18px 42px rgba(21, 25, 34, .08);
}

.gct-account-dashboard__content p:first-child {
  margin-top: 0;
}

.woocommerce-account table.shop_table {
  border: 1px solid rgba(21, 25, 34, .1);
  border-radius: 14px;
  overflow: hidden;
  background: #fff;
}

.woocommerce-account table.shop_table th {
  color: #fff;
  background: linear-gradient(135deg, var(--gc-ink), var(--gc-burgundy));
}

.woocommerce-account table.shop_table td,
.woocommerce-account table.shop_table th {
  padding: 12px 14px;
}

.woocommerce-account .woocommerce-Address,
.woocommerce-account .woocommerce-address-fields,
.woocommerce-account .woocommerce-EditAccountForm {
  padding: 16px;
  border: 1px solid rgba(138, 0, 81, .12);
  border-radius: 14px;
  background: #fff;
}

.woocommerce-account fieldset {
  margin-top: 18px;
  border: 1px solid rgba(138, 0, 81, .14);
  border-radius: 14px;
}

.woocommerce-account .woocommerce-message,
.woocommerce-account .woocommerce-info,
.woocommerce-account .woocommerce-error {
  border-radius: 14px;
}

.wc-product-info {
  margin-top: 18px;
  overflow: hidden;
  border: 1px solid rgba(138, 0, 81, .14);
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 12px 28px rgba(21, 25, 34, .08);
}

.wc-product-info__head {
  display: flex;
  flex-wrap: wrap;
  align-items: end;
  justify-content: space-between;
  gap: 10px;
  padding: 15px 16px 12px;
  background:
    radial-gradient(circle at 100% 0, rgba(255, 122, 24, .16), transparent 34%),
    linear-gradient(135deg, rgba(0, 185, 242, .08), rgba(138, 0, 81, .06));
  border-bottom: 1px solid rgba(21, 25, 34, .08);
}

.wc-product-info__head h2 {
  margin: 0;
  color: var(--gc-ink);
  font-size: 21px;
  line-height: 1.22;
  letter-spacing: 0;
}

.wc-product-info__table-wrap {
  overflow-x: auto;
}

.wc-product-info__table {
  width: 100%;
  min-width: 680px;
  border-collapse: collapse;
  background: #fff;
}

.wc-product-info__table th,
.wc-product-info__table td {
  padding: 12px 14px;
  border-bottom: 1px solid rgba(21, 25, 34, .1);
  color: var(--gc-ink);
  font-size: 14px;
  text-align: left;
  vertical-align: middle;
}

.wc-product-info__table th {
  color: #fff;
  background: linear-gradient(135deg, #271226, var(--gc-burgundy));
  font-weight: 900;
}

.wc-product-info__table tbody tr:nth-child(even) {
  background: #fff9fc;
}

.wc-product-info__table tbody tr:hover {
  background: #fff4e9;
}

.wc-product-info__status {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 30px;
  padding: 5px 10px;
  border-radius: 999px;
  color: var(--gc-burgundy);
  background: rgba(255, 122, 24, .12);
  border: 1px solid rgba(255, 122, 24, .28);
  font-size: 12px;
  font-weight: 900;
  white-space: nowrap;
}

.product-detail-panel {
  overflow: visible;
}

.single-product .site-main > .product-detail-layout {
  margin-top: 24px;
}

.single-product .product-detail-panel .woocommerce-breadcrumb {
  margin: 0 0 12px;
  color: #6b7280;
  font-size: 13px;
  font-weight: 700;
}

.single-product .product-detail-panel .woocommerce-breadcrumb a {
  color: var(--gc-burgundy);
  text-decoration: none;
}

.single-product div.product {
  display: grid;
  grid-template-columns: minmax(440px, 1.08fr) minmax(360px, .92fr);
  align-items: start;
  gap: 26px;
  padding: 24px;
  border: 1px solid rgba(138, 0, 81, .12);
  border-radius: 10px;
  background:
    radial-gradient(circle at 100% 0, rgba(255, 122, 24, .12), transparent 32%),
    linear-gradient(135deg, rgba(0, 185, 242, .08), rgba(138, 0, 81, .05) 52%, rgba(255, 122, 24, .07));
  box-shadow: 0 16px 34px rgba(21, 25, 34, .08);
}

.single-product.woocommerce div.product div.images,
.single-product div.product .woocommerce-product-gallery {
  float: none !important;
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  opacity: 1;
}

.single-product.woocommerce div.product div.images .woocommerce-product-gallery__wrapper,
.single-product div.product .woocommerce-product-gallery__wrapper {
  width: 100%;
  margin: 0;
}

.single-product.woocommerce div.product div.images .woocommerce-product-gallery__image,
.single-product div.product .woocommerce-product-gallery__image {
  display: flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: 1 / 1;
  width: 100%;
  min-height: 520px;
  overflow: hidden;
  border: 1px solid rgba(21, 25, 34, .08);
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 18px 34px rgba(21, 25, 34, .12);
}

.single-product div.product .woocommerce-product-gallery__image a,
.single-product div.product .woocommerce-product-gallery__image img {
  display: block;
  width: 100%;
  height: 100%;
}

.single-product div.product .woocommerce-product-gallery__image a {
  cursor: zoom-in;
}

.single-product div.product .woocommerce-product-gallery__image img {
  object-fit: contain;
  object-position: center;
}

.single-product div.product .summary {
  float: none;
  display: flex;
  flex-direction: column;
  gap: 13px;
  width: 100% !important;
  margin: 0;
  padding: 22px;
  border: 1px solid rgba(21, 25, 34, .08);
  border-radius: 12px;
  background: rgba(255, 255, 255, .9);
  box-shadow: 0 14px 28px rgba(21, 25, 34, .07);
}

.single-product div.product .summary .product_title {
  order: 2;
  margin: 0;
  color: var(--gc-ink);
  font-size: 34px;
  line-height: 1.12;
  letter-spacing: 0;
}

.single-product .product-detail-kicker {
  order: 1;
}

.product-detail__price-label {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 7px 10px;
  border: 1px solid rgba(138, 0, 81, .14);
  border-radius: 8px;
  background: #fff;
  color: var(--gc-burgundy);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0;
  box-shadow: 0 8px 18px rgba(21, 25, 34, .06);
}

.product-detail__price-row {
  order: 4;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
}

.single-product div.product .summary .price {
  display: inline-flex;
  align-items: center;
  align-self: flex-start;
  min-height: 44px;
  margin: 0;
  padding: 10px 14px;
  border-radius: 8px;
  color: #fff;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, .18), rgba(255, 255, 255, 0) 42%),
    linear-gradient(135deg, var(--gc-purple), var(--gc-magenta) 48%, var(--gc-orange));
  border: 1px solid rgba(255, 122, 24, .28);
  box-shadow: 0 14px 24px rgba(138, 0, 81, .2);
  font-size: 18px;
  font-weight: 900;
  line-height: 1;
}

.single-product div.product .summary .price:empty {
  display: none;
}

.single-product div.product .summary .price .amount,
.single-product div.product .summary .price bdi {
  color: inherit;
  font-weight: 900;
}

.single-product div.product .summary .woocommerce-product-details__short-description {
  order: 3;
  margin: 0;
  color: #374151;
  font-size: 15px;
  line-height: 1.65;
}

.single-product div.product .summary .woocommerce-product-details__short-description p {
  margin: 0;
}

.single-product div.product .summary .product-detail__attrs {
  order: 6;
}

.single-product div.product .summary form.cart {
  order: 7;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 9px;
  margin: 0;
  padding: 12px;
  border: 1px solid rgba(255, 122, 24, .16);
  border-radius: 10px;
  background: linear-gradient(135deg, rgba(255, 247, 237, .9), rgba(255, 255, 255, .95));
}

.single-product div.product .summary form.cart::before,
.single-product div.product .summary form.cart::after {
  display: none;
}

.single-product div.product .summary .quantity {
  display: none;
}

.single-product div.product .summary .qty {
  width: 70px;
  min-height: 42px;
  border: 1px solid rgba(138, 0, 81, .18);
  border-radius: 8px;
  color: var(--gc-ink);
  font-weight: 900;
  text-align: center;
}

.product-detail__package-note {
  display: grid;
  gap: 3px;
  width: 100%;
  padding: 10px 12px;
  border: 1px solid rgba(255, 122, 24, .24);
  border-radius: 8px;
  background: linear-gradient(135deg, #fff7ed, #fff);
}

.product-detail__package-note strong {
  color: var(--gc-burgundy);
  font-size: 14px;
  font-weight: 900;
}

.product-detail__package-note span {
  color: #4b5563;
  font-size: 13px;
  font-weight: 800;
}

.product-detail__design-choice {
  display: grid;
  gap: 8px;
  width: 100%;
}

.product-detail__design-choice-head {
  display: grid;
  gap: 3px;
}

.product-detail__design-choice-head strong {
  color: var(--gc-ink);
  font-size: 14px;
  font-weight: 900;
}

.product-detail__design-choice-head span {
  color: #6b7280;
  font-size: 12.5px;
  font-weight: 800;
  line-height: 1.35;
}

.product-detail__design-choice label {
  display: grid;
  grid-template-columns: 22px minmax(0, 1fr);
  align-items: center;
  gap: 9px;
  margin: 0;
  padding: 10px 11px;
  border: 1px solid rgba(138, 0, 81, .12);
  border-radius: 8px;
  background: #fff;
  cursor: pointer;
  transition: border-color .18s ease, box-shadow .18s ease, background .18s ease;
}

.product-detail__design-choice label:has(input:checked) {
  border-color: rgba(255, 122, 24, .42);
  background: linear-gradient(135deg, #fff7ed, #fff);
  box-shadow: 0 10px 20px rgba(255, 122, 24, .12);
}

.product-detail__design-choice input {
  width: 18px;
  height: 18px;
  accent-color: var(--gc-orange);
}

.product-detail__design-choice label span {
  display: grid;
  gap: 2px;
  min-width: 0;
}

.product-detail__design-choice label strong {
  color: var(--gc-burgundy);
  font-size: 13.5px;
  font-weight: 900;
  line-height: 1.25;
}

.product-detail__design-choice label small {
  color: #4b5563;
  font-size: 12px;
  font-weight: 800;
  line-height: 1.35;
  white-space: normal;
}

.product-detail__ready-upload,
.product-detail__design-contact {
  display: grid;
  gap: 10px;
  padding: 13px;
  border: 1px solid rgba(255, 122, 24, .24);
  border-radius: 8px;
  background: linear-gradient(135deg, #fff7ed, #fff);
}

.product-detail__ready-upload[hidden],
.product-detail__design-contact[hidden] {
  display: none;
}

.product-detail__ready-upload-text {
  display: grid;
  gap: 4px;
}

.product-detail__ready-upload-text strong,
.product-detail__design-contact strong {
  color: var(--gc-burgundy);
  font-size: 14px;
  font-weight: 900;
  line-height: 1.2;
}

.product-detail__ready-upload-text small,
.product-detail__design-contact span {
  color: #4b5563;
  font-size: 12.5px;
  font-weight: 800;
  line-height: 1.45;
}

.product-detail__ready-upload input[type="file"] {
  width: 100%;
  min-height: 44px;
  padding: 10px 12px;
  border: 1px dashed rgba(138, 0, 81, .28);
  border-radius: 8px;
  background: #fff;
  color: var(--gc-ink);
  font-size: 13px;
  font-weight: 800;
}

.product-detail__design-contact a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  justify-self: start;
  min-height: 36px;
  padding: 8px 11px;
  border-radius: 8px;
  color: #fff;
  background: linear-gradient(135deg, #25d366, #0b8f52);
  font-size: 13px;
  font-weight: 900;
  text-decoration: none;
  box-shadow: 0 10px 18px rgba(11, 143, 82, .18);
}

.product-detail__design-contact a:hover {
  color: #fff;
}

.product-detail__design-contact svg {
  width: 16px;
  height: 16px;
  fill: currentColor;
}

.single-product div.product .summary .single_add_to_cart_button {
  width: 100%;
  min-height: 42px;
  padding: 10px 15px;
  border: 1px solid rgba(255, 122, 24, .28);
  border-radius: 8px;
  color: #fff;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, .18), rgba(255, 255, 255, 0) 42%),
    linear-gradient(135deg, var(--gc-orange), #d8272f 52%, var(--gc-burgundy));
  box-shadow: 0 16px 30px rgba(216, 39, 47, .24);
  font-size: 14px;
  font-weight: 900;
  cursor: pointer;
}

.single-product div.product .summary .single_add_to_cart_button:hover {
  color: #fff;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, .22), rgba(255, 255, 255, 0) 42%),
    linear-gradient(135deg, #ff8f24, var(--gc-magenta) 52%, var(--gc-burgundy));
  box-shadow: 0 20px 36px rgba(216, 39, 47, .3);
  transform: translateY(-1px);
}

.single-product div.product .summary .product-detail__whatsapp {
  order: 8;
  align-self: flex-start;
}

.single-product div.product .summary .product-detail__trust {
  order: 9;
}

.single-product div.product .woocommerce-tabs {
  grid-column: 1 / -1;
  margin-top: 0;
  padding: 18px;
  border: 1px solid rgba(21, 25, 34, .08);
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 12px 28px rgba(21, 25, 34, .06);
}

.single-product div.product .woocommerce-tabs ul.tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0 0 14px;
  padding: 0;
}

.single-product div.product .woocommerce-tabs ul.tabs::before {
  display: none;
}

.single-product div.product .woocommerce-tabs ul.tabs li {
  margin: 0;
  padding: 0;
  border: 1px solid rgba(138, 0, 81, .14);
  border-radius: 8px;
  background: #fff7fb;
}

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

.single-product div.product .woocommerce-tabs ul.tabs li a {
  padding: 9px 12px;
  color: var(--gc-burgundy);
  font-size: 13px;
  font-weight: 900;
}

.single-product div.product .woocommerce-tabs ul.tabs li.active {
  background: linear-gradient(135deg, var(--gc-purple), var(--gc-magenta));
}

.single-product div.product .woocommerce-tabs ul.tabs li.active a {
  color: #fff;
}

.single-product div.product .woocommerce-tabs .panel {
  margin: 0;
}

.single-product div.product .woocommerce-tabs .panel h2 {
  margin: 0 0 12px;
  color: var(--gc-ink);
  font-size: 22px;
  line-height: 1.2;
}

.gct-product-tags {
  display: grid;
  gap: 10px;
  margin-top: 24px;
  padding-top: 18px;
  border-top: 1px solid rgba(138, 0, 81, .12);
}

.gct-product-tags__title {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--gc-burgundy);
  font-size: 14px;
  font-weight: 900;
}

.gct-product-tags__title svg {
  width: 18px;
  height: 18px;
  fill: var(--gc-orange);
}

.gct-product-tags__list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.gct-product-tags__list a {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 7px 12px;
  border: 1px solid rgba(255, 122, 24, .28);
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(255, 122, 24, .1), rgba(138, 0, 81, .06));
  color: var(--gc-burgundy);
  font-size: 13px;
  font-weight: 850;
  line-height: 1;
  text-decoration: none;
}

.gct-product-tags__list a:hover {
  border-color: rgba(138, 0, 81, .28);
  background: linear-gradient(135deg, var(--gc-orange), var(--gc-magenta));
  color: #fff;
  transform: translateY(-1px);
}

.product-detail-breadcrumb {
  margin: 0 0 12px;
  color: #6b7280;
  font-size: 13px;
  font-weight: 700;
}

.product-detail-breadcrumb a {
  color: var(--gc-burgundy);
  text-decoration: none;
}

.product-detail__hero {
  display: grid;
  grid-template-columns: minmax(320px, .95fr) minmax(360px, 1.05fr);
  gap: 22px;
  padding: 18px;
  border: 1px solid rgba(138, 0, 81, .12);
  border-radius: 10px;
  background:
    radial-gradient(circle at 100% 0, rgba(255, 122, 24, .12), transparent 32%),
    linear-gradient(135deg, rgba(0, 185, 242, .08), rgba(138, 0, 81, .05) 52%, rgba(255, 122, 24, .07));
  box-shadow: 0 16px 34px rgba(21, 25, 34, .08);
}

.product-detail__media {
  min-width: 0;
}

.product-detail__image {
  display: flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: 1 / 1;
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(21, 25, 34, .08);
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 16px 28px rgba(21, 25, 34, .1);
}

.product-detail__image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}

.product-detail__image svg {
  width: 72px;
  height: 72px;
  fill: var(--gc-orange);
}

.product-detail__summary {
  display: flex;
  flex-direction: column;
  min-width: 0;
  gap: 14px;
  padding: 4px 2px;
}

.product-detail__summary h1 {
  margin: 0;
  color: var(--gc-ink);
  font-size: 34px;
  line-height: 1.12;
  letter-spacing: 0;
}

.product-detail__short {
  color: #374151;
  font-size: 15px;
  line-height: 1.65;
}

.product-detail__short p {
  margin: 0;
}

.product-detail__attrs {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.product-detail__attrs span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 34px;
  padding: 7px 10px;
  border: 1px solid rgba(255, 122, 24, .26);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 8px 18px rgba(21, 25, 34, .06);
}

.product-detail__attrs small {
  color: #6b7280;
  font-size: 12px;
  font-weight: 900;
}

.product-detail__attrs strong {
  color: var(--gc-burgundy);
  font-size: 13px;
  font-weight: 900;
}

.product-detail__buybox {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 9px;
  padding: 13px;
  border: 1px solid rgba(21, 25, 34, .08);
  border-radius: 10px;
  background: rgba(255, 255, 255, .86);
}

.product-detail__price,
.product-detail__quote,
.product-detail__whatsapp {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 42px;
  padding: 10px 14px;
  border-radius: 8px;
  font-size: 15px;
  font-weight: 900;
  line-height: 1;
  text-decoration: none;
  white-space: nowrap;
}

.product-detail__price,
.product-detail__quote {
  color: #fff;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, .18), rgba(255, 255, 255, 0) 42%),
    linear-gradient(135deg, var(--gc-purple), var(--gc-magenta) 48%, var(--gc-orange));
  border: 1px solid rgba(255, 122, 24, .28);
  box-shadow: 0 14px 24px rgba(138, 0, 81, .2);
}

.product-detail__price del {
  opacity: .7;
}

.product-detail__price ins {
  color: inherit;
  text-decoration: none;
}

.product-detail__quote svg,
.product-detail__whatsapp svg {
  width: 18px;
  height: 18px;
  fill: currentColor;
}

.product-detail__whatsapp {
  color: #fff;
  background: linear-gradient(135deg, #25d366, #0b8f52);
  border: 1px solid rgba(11, 143, 82, .24);
  box-shadow: 0 14px 24px rgba(11, 143, 82, .22);
}

.product-detail__quote:hover,
.product-detail__whatsapp:hover {
  color: #fff;
  transform: translateY(-1px);
  text-decoration: none;
}

.product-detail__cart {
  display: flex;
  align-items: center;
}

.product-detail__cart form.cart {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  margin: 0;
}

.product-detail__cart .quantity {
  margin: 0;
}

.product-detail__cart .qty {
  width: 70px;
  min-height: 42px;
  border: 1px solid rgba(138, 0, 81, .18);
  border-radius: 8px;
  color: var(--gc-ink);
  font-weight: 900;
  text-align: center;
}

.product-detail__cart .single_add_to_cart_button {
  min-height: 42px;
  padding: 10px 15px;
  border: 1px solid rgba(255, 122, 24, .18);
  border-radius: 8px;
  color: var(--gc-burgundy);
  background: linear-gradient(135deg, #fff, #fff7ed);
  box-shadow: 0 12px 22px rgba(255, 122, 24, .14);
  font-size: 14px;
  font-weight: 900;
  cursor: pointer;
}

.product-detail__cart .single_add_to_cart_button:hover {
  color: #fff;
  background: linear-gradient(135deg, var(--gc-orange), #d8272f);
}

.product-detail__trust {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
}

.product-detail__trust span {
  display: flex;
  align-items: center;
  gap: 7px;
  min-height: 40px;
  padding: 8px 9px;
  border-radius: 8px;
  color: var(--gc-ink);
  background: #fff;
  border: 1px solid rgba(21, 25, 34, .08);
  font-size: 12px;
  font-weight: 900;
}

.product-detail__trust svg {
  width: 17px;
  height: 17px;
  fill: var(--gc-orange);
  flex: 0 0 auto;
}

.product-detail__content-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 310px;
  gap: 18px;
  margin-top: 18px;
}

.product-detail__content,
.product-detail__side {
  border: 1px solid rgba(21, 25, 34, .08);
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 12px 28px rgba(21, 25, 34, .06);
}

.product-detail__content {
  padding: 18px;
}

.product-detail__content h2,
.product-detail__side h2 {
  margin: 0 0 12px;
  color: var(--gc-ink);
  font-size: 22px;
  line-height: 1.2;
}

.product-detail__side {
  align-self: start;
  padding: 16px;
}

.product-detail__side dl {
  display: grid;
  gap: 8px;
  margin: 0;
}

.product-detail__side dl div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 10px 0;
  border-bottom: 1px solid rgba(21, 25, 34, .08);
}

.product-detail__side dl div:last-child {
  border-bottom: 0;
}

.product-detail__side dt {
  color: #6b7280;
  font-size: 13px;
  font-weight: 900;
}

.product-detail__side dd {
  margin: 0;
  color: var(--gc-burgundy);
  font-size: 13px;
  font-weight: 900;
  text-align: right;
}

.single-product .related.products {
  grid-column: 1 / -1;
  clear: both;
  width: 100%;
  max-width: none;
  margin-top: 28px;
  padding: 20px;
  border: 1px solid rgba(255, 122, 24, .16);
  border-radius: 10px;
  background:
    linear-gradient(135deg, rgba(0, 185, 242, .06), rgba(225, 0, 136, .035) 48%, rgba(255, 122, 24, .08)),
    #fff;
  box-shadow: 0 16px 36px rgba(21, 25, 34, .08);
}

.single-product .related.products > h2 {
  margin: 0 0 16px;
  color: var(--gc-ink);
  font-size: 24px;
  line-height: 1.2;
  letter-spacing: 0;
}

.single-product .related.products ul.products {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
  clear: none;
  width: 100%;
  margin: 0;
  padding: 0;
}

.single-product .related.products ul.products::before,
.single-product .related.products ul.products::after {
  display: none;
}

.single-product .related.products ul.products li.product {
  float: none;
  display: flex;
  flex-direction: column;
  width: auto;
  min-height: 100%;
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(21, 25, 34, .1);
  border-radius: 9px;
  background: #fff;
  box-shadow: 0 12px 26px rgba(21, 25, 34, .08);
  transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}

.single-product .related.products ul.products li.product:hover {
  transform: translateY(-2px);
  border-color: rgba(255, 122, 24, .34);
  box-shadow: 0 18px 34px rgba(21, 25, 34, .14);
}

.single-product .related.products ul.products li.product > a.woocommerce-LoopProduct-link {
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
  color: inherit;
  text-decoration: none;
}

.single-product .related.products ul.products li.product img {
  display: block;
  width: 100%;
  aspect-ratio: 1 / 1;
  height: auto;
  margin: 0;
  object-fit: cover;
  object-position: center;
  background: #f8fafc;
}

.single-product .related.products ul.products li.product .woocommerce-loop-product__title {
  margin: 0;
  padding: 14px 14px 6px;
  color: var(--gc-burgundy);
  font-size: 16px;
  font-weight: 900;
  line-height: 1.3;
  letter-spacing: 0;
}

.single-product .related.products ul.products li.product .price {
  display: inline-flex;
  align-items: center;
  align-self: flex-start;
  justify-content: center;
  min-height: 38px;
  margin: 8px 14px 0;
  padding: 8px 12px;
  border-radius: 9px;
  color: #fff;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, .18), rgba(255, 255, 255, 0) 42%),
    linear-gradient(135deg, var(--gc-purple), var(--gc-magenta) 48%, var(--gc-orange));
  border: 1px solid rgba(255, 122, 24, .28);
  box-shadow: 0 14px 24px rgba(138, 0, 81, .18);
  font-size: 13px;
  font-weight: 900;
  line-height: 1.15;
  text-decoration: none;
}

.single-product .related.products ul.products li.product .price .amount,
.single-product .related.products ul.products li.product .price bdi {
  color: inherit;
  font-weight: 900;
}

.single-product .related.products ul.products li.product .button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  margin: 12px 14px 14px;
  padding: 9px 13px;
  border: 1px solid rgba(255, 122, 24, .24);
  border-radius: 9px;
  color: #fff;
  background: linear-gradient(135deg, var(--gc-orange), #d8272f 54%, var(--gc-burgundy));
  box-shadow: 0 14px 24px rgba(138, 0, 81, .18);
  font-size: 13px;
  font-weight: 900;
  line-height: 1.15;
  text-align: center;
  text-decoration: none;
  white-space: normal;
  transition: transform .18s ease, box-shadow .18s ease, background .18s ease, color .18s ease;
}

.single-product .related.products ul.products li.product .button:hover {
  color: #fff;
  transform: translateY(-1px);
  box-shadow: 0 18px 30px rgba(138, 0, 81, .26);
}

.single-product .related.products ul.products li.product .button.product_type_simple,
.single-product .related.products ul.products li.product .button.add_to_cart_button {
  color: var(--gc-burgundy);
  background: linear-gradient(135deg, #fff, #fff7ed);
  border-color: rgba(255, 122, 24, .38);
  box-shadow: 0 12px 22px rgba(255, 122, 24, .14);
}

.single-product .related.products ul.products li.product .button.product_type_simple:hover,
.single-product .related.products ul.products li.product .button.add_to_cart_button:hover {
  color: #fff;
  background: linear-gradient(135deg, var(--gc-orange), #d8272f);
  box-shadow: 0 16px 28px rgba(255, 122, 24, .24);
}

@media (max-width: 1180px) {
  .single-product .related.products ul.products {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 760px) {
  .woocommerce-account .content-panel {
    padding: 14px;
  }

  .gct-account-auth__forms,
  .gct-account-dashboard__quick,
  .gct-account-nav ul {
    grid-template-columns: 1fr;
  }

  .gct-account-auth__brand,
  .gct-account-form,
  .gct-account-dashboard__hero,
  .gct-account-dashboard__content {
    padding: 18px;
    border-radius: 14px;
  }

  .gct-account-form__head {
    gap: 10px;
  }

  .gct-account-form__head > span {
    width: 42px;
    height: 42px;
  }

  .gct-account-form__submit {
    align-items: stretch;
    flex-direction: column;
  }

  .gct-account-button,
  .woocommerce-account .button.gct-account-button,
  .gct-account-auth__forms-default .button,
  .gct-account-dashboard__support {
    width: 100%;
  }

  .single-product .related.products {
    padding: 14px;
  }

  .single-product .related.products ul.products {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
  }

  .single-product .related.products ul.products li.product .woocommerce-loop-product__title {
    padding: 11px 10px 5px;
    font-size: 14px;
  }

  .single-product .related.products ul.products li.product .price,
  .single-product .related.products ul.products li.product .button {
    margin-left: 10px;
    margin-right: 10px;
    font-size: 12px;
  }
}

@media (max-width: 460px) {
  .single-product .related.products ul.products {
    grid-template-columns: 1fr;
  }
}

.home-hero {
  position: relative;
  min-height: 354px;
  color: var(--gc-white);
  border-radius: 10px;
  margin-bottom: 18px;
  overflow: hidden;
  background:
    linear-gradient(90deg, var(--gc-cyan), var(--gc-purple), var(--gc-orange), var(--gc-red));
  box-shadow: 0 18px 42px rgba(21, 25, 34, .16);
}

.home-hero::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  z-index: 4;
  height: 7px;
  background:
    linear-gradient(90deg, #00b9f2 0 24%, #e10088 24% 49%, #ffd400 49% 74%, #101010 74% 100%);
  pointer-events: none;
}

.home-hero::after {
  content: "";
  position: absolute;
  z-index: 2;
  right: -80px;
  bottom: -120px;
  width: 360px;
  height: 360px;
  border-radius: 50%;
  border: 42px solid rgba(66, 185, 188, .22);
  pointer-events: none;
}

.home-hero > div:not(.hero-slide),
.hero-slide__content {
  position: relative;
  z-index: 1;
  max-width: 860px;
}

.hero-slider {
  isolation: isolate;
}

.hero-slide {
  position: absolute;
  inset: 0;
  z-index: 0;
  max-width: none;
  display: flex;
  align-items: center;
  padding: 34px;
  opacity: 0;
  pointer-events: none;
  transform: scale(1.015);
  transition: opacity .65s ease, transform 1.1s ease;
  background:
    radial-gradient(circle at 84% 18%, var(--slide-pop, rgba(66, 185, 188, .24)), transparent 28%),
    linear-gradient(105deg, rgba(21, 25, 34, .94) 0%, rgba(37, 31, 50, .84) 48%, rgba(21, 25, 34, .28) 100%),
    var(--hero-image) center/cover;
}

.hero-slide__content {
  width: min(58%, 760px);
}

.home-hero--banner {
  height: auto;
  min-height: 0;
  aspect-ratio: 1672 / 941;
  padding: 5px 0 0;
  background:
    linear-gradient(90deg, #00b9f2 0 24%, #e10088 24% 49%, #ffd400 49% 74%, #101010 74% 100%) 0 0 / 100% 5px no-repeat,
    #fff;
}

.home-hero--banner::before,
.home-hero--banner .hero-slide::before,
.home-hero--banner .hero-slide::after {
  display: none;
}

.home-hero--banner::before {
  display: none;
}

.home-hero--banner::after {
  display: none;
}

.home-hero--banner {
  box-shadow: none;
}

.home-hero--banner .hero-slide__image {
  border-radius: 8px;
}

.home-hero--banner .hero-slide {
  display: block;
  inset: 5px 0 0;
  padding: 0;
  background: none;
  transform: none;
}

.hero-slide__link,
.hero-slide__picture {
  display: block;
  width: 100%;
  height: 100%;
}

.hero-slide__link {
  color: inherit;
  text-decoration: none;
}

.hero-slide__image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  background: #fff;
}

.home-hero--banner .hero-slider__controls {
  display: none;
}

.home-hero--banner .hero-slider__arrow {
  z-index: 7;
  width: 38px;
  height: 38px;
  background: rgba(255, 255, 255, .78);
  border-color: rgba(255, 255, 255, .62);
  color: var(--gc-purple);
  box-shadow: 0 10px 22px rgba(21, 25, 34, .16);
}

.home-hero--banner .hero-slider__arrow:hover {
  background: linear-gradient(135deg, var(--gc-orange), var(--gc-magenta));
  color: #fff;
}

.hero-showcase {
  position: absolute;
  right: 132px;
  top: 50%;
  z-index: 3;
  width: 390px;
  height: 260px;
  transform: translateY(-50%);
  pointer-events: none;
}

.hero-photo {
  position: absolute;
  display: block;
  object-fit: cover;
  border: 6px solid rgba(255, 255, 255, .94);
  border-radius: 18px;
  box-shadow: 0 24px 54px rgba(0, 0, 0, .32);
  background: #fff;
}

.hero-photo--main {
  left: 16px;
  top: 12px;
  width: 260px;
  height: 210px;
  transform: rotate(-5deg);
}

.hero-photo--card {
  right: 6px;
  top: 54px;
  width: 188px;
  height: 142px;
  transform: rotate(7deg);
}

.hero-photo--tag {
  right: 82px;
  bottom: 6px;
  width: 174px;
  height: 108px;
  transform: rotate(-8deg);
}

.hero-showcase--packaging .hero-photo--main {
  width: 254px;
  height: 226px;
}

.hero-showcase--packaging .hero-photo--card {
  top: 36px;
  height: 150px;
}

.print-sheet {
  position: absolute;
  border-radius: 16px;
  color: var(--gc-ink);
  background: rgba(255, 255, 255, .94);
  border: 1px solid rgba(255, 255, 255, .7);
  box-shadow: 0 22px 48px rgba(0, 0, 0, .24);
  overflow: hidden;
}

.print-sheet::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 11px;
  background: linear-gradient(90deg, #00b9f2 0 25%, #e10088 25% 50%, #ffd400 50% 75%, #111 75% 100%);
}

.print-sheet span,
.print-sheet strong,
.print-sheet em {
  position: relative;
  z-index: 1;
}

.print-sheet em {
  display: grid;
  place-items: center;
  width: 54px;
  height: 54px;
  margin-bottom: 12px;
  border-radius: 16px;
  color: #fff;
  background:
    radial-gradient(circle at 25% 20%, rgba(255, 255, 255, .34), transparent 30%),
    linear-gradient(135deg, var(--gc-cyan), #327aef);
  box-shadow: 0 16px 28px rgba(0, 185, 242, .26);
  font-style: normal;
}

.print-sheet em svg {
  width: 30px;
  height: 30px;
  fill: currentColor;
}

.print-sheet--card em {
  background:
    radial-gradient(circle at 25% 20%, rgba(255, 255, 255, .34), transparent 30%),
    linear-gradient(135deg, var(--gc-magenta), #8d3b8f);
  box-shadow: 0 16px 28px rgba(225, 0, 136, .26);
}

.print-sheet--tag em {
  background:
    radial-gradient(circle at 25% 20%, rgba(255, 255, 255, .34), transparent 30%),
    linear-gradient(135deg, var(--gc-orange), var(--gc-red));
  box-shadow: 0 16px 28px rgba(238, 138, 36, .28);
}

.print-sheet--main {
  left: 54px;
  top: 10px;
  width: 214px;
  height: 232px;
  padding: 32px 22px;
  transform: rotate(-5deg);
}

.print-sheet--main::after {
  content: "";
  position: absolute;
  left: 22px;
  right: 22px;
  bottom: 22px;
  height: 92px;
  border-radius: 12px;
  background:
    linear-gradient(90deg, rgba(0, 185, 242, .95), rgba(225, 0, 136, .9), rgba(255, 212, 0, .95)),
    linear-gradient(#fff, #fff);
}

.print-sheet--main span {
  display: block;
  color: var(--gc-muted);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: .08em;
}

.print-sheet--main strong {
  display: block;
  margin-top: 8px;
  font-size: 34px;
  line-height: 1;
}

.print-sheet--card {
  right: 22px;
  top: 42px;
  width: 168px;
  height: 126px;
  padding: 24px 18px 18px;
  transform: rotate(8deg);
}

.print-sheet--card span,
.print-sheet--tag span {
  display: block;
  font-weight: 900;
}

.print-sheet--tag {
  right: 60px;
  bottom: 10px;
  width: 138px;
  height: 112px;
  padding: 20px 16px 16px;
  transform: rotate(-7deg);
  color: #fff;
  background: linear-gradient(135deg, var(--gc-magenta), var(--gc-orange));
}

.hero-showcase--catalog .print-sheet--catalog,
.hero-showcase--quote .print-sheet--quote-card,
.hero-showcase--packaging .print-sheet--box {
  left: 36px;
  top: 10px;
  width: 226px;
  height: 236px;
  padding: 34px 22px 20px;
  transform: rotate(-5deg);
}

.hero-showcase--catalog .print-sheet--catalog::after {
  content: "";
  position: absolute;
  left: 72px;
  top: 42px;
  width: 118px;
  height: 166px;
  border-radius: 8px;
  background:
    linear-gradient(90deg, rgba(21, 25, 34, .08) 0 2px, transparent 2px 100%),
    linear-gradient(135deg, rgba(0, 185, 242, .86), rgba(225, 0, 136, .78) 52%, rgba(255, 212, 0, .82));
  box-shadow:
    -18px 10px 0 rgba(255, 255, 255, .78),
    -34px 20px 0 rgba(255, 255, 255, .5);
}

.hero-showcase--catalog .print-sheet--brochure,
.hero-showcase--quote .print-sheet--sample-stack,
.hero-showcase--packaging .print-sheet--bag {
  right: 20px;
  top: 48px;
  width: 192px;
  height: 142px;
  padding: 32px 18px 16px;
  transform: rotate(8deg);
  color: var(--gc-ink);
  background: rgba(255, 255, 255, .94);
}

.hero-showcase--catalog .print-sheet--brochure::after {
  content: "";
  position: absolute;
  inset: 42px 18px 18px;
  border-radius: 8px;
  background:
    linear-gradient(90deg, transparent 49%, rgba(21, 25, 34, .12) 50%, transparent 51%),
    linear-gradient(135deg, rgba(255, 255, 255, .7), rgba(66, 185, 188, .25)),
    linear-gradient(90deg, var(--gc-cyan), var(--gc-magenta), var(--gc-orange));
}

.hero-showcase--catalog .print-sheet--business-card,
.hero-showcase--quote .print-sheet--price-tag,
.hero-showcase--packaging .print-sheet--promo {
  right: 74px;
  bottom: 16px;
  width: 180px;
  height: 100px;
  padding: 28px 16px 12px;
  transform: rotate(-7deg);
  color: var(--gc-ink);
  background: rgba(255, 255, 255, .95);
}

.hero-showcase--quote .print-sheet--quote-card::after {
  content: "";
  position: absolute;
  left: 22px;
  right: 22px;
  bottom: 22px;
  height: 86px;
  border-radius: 12px;
  background:
    linear-gradient(#fff, #fff) padding-box,
    linear-gradient(90deg, var(--gc-orange), var(--gc-burgundy)) border-box;
  border: 2px solid transparent;
  box-shadow:
    inset 0 -18px 0 rgba(238, 138, 36, .12),
    inset 0 -44px 0 rgba(141, 59, 143, .08);
}

.hero-showcase--quote .print-sheet--sample-stack::after {
  content: "";
  position: absolute;
  inset: 48px 20px 18px;
  border-radius: 8px;
  background:
    repeating-linear-gradient(0deg, rgba(21, 25, 34, .12) 0 2px, transparent 2px 14px),
    linear-gradient(135deg, rgba(0, 185, 242, .28), rgba(238, 138, 36, .22));
  box-shadow: -12px 10px 0 rgba(255, 255, 255, .58);
}

.hero-showcase--packaging .print-sheet--box::after {
  content: "";
  position: absolute;
  left: 68px;
  top: 70px;
  width: 112px;
  height: 102px;
  border-radius: 12px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, .34), transparent 42%),
    linear-gradient(135deg, var(--gc-cyan), var(--gc-magenta) 48%, var(--gc-orange));
  clip-path: polygon(16% 0, 100% 0, 84% 100%, 0 100%);
  box-shadow: -24px 18px 0 rgba(238, 138, 36, .32);
}

.hero-showcase--packaging .print-sheet--bag::after {
  content: "";
  position: absolute;
  left: 46px;
  bottom: 20px;
  width: 92px;
  height: 78px;
  border-radius: 8px 8px 12px 12px;
  background: linear-gradient(135deg, var(--gc-cyan), var(--gc-orange));
  box-shadow: inset 0 18px 0 rgba(255, 255, 255, .22);
}

.hero-showcase--packaging .print-sheet--bag::before {
  height: 11px;
  background:
    radial-gradient(ellipse at 50% 38px, transparent 0 30px, #111 31px 34px, transparent 35px),
    linear-gradient(90deg, #00b9f2 0 25%, #e10088 25% 50%, #ffd400 50% 75%, #111 75% 100%);
}

.hero-showcase--packaging .print-sheet--promo::after,
.hero-showcase--catalog .print-sheet--business-card::after,
.hero-showcase--quote .print-sheet--price-tag::after {
  content: "";
  position: absolute;
  right: 18px;
  bottom: 16px;
  width: 72px;
  height: 18px;
  border-radius: 99px;
  background: linear-gradient(90deg, var(--gc-cyan), var(--gc-magenta), var(--gc-orange));
}

.ink-fan {
  position: absolute;
  left: 0;
  bottom: 2px;
  width: 178px;
  height: 104px;
}

.ink-fan i {
  position: absolute;
  left: 22px;
  bottom: 8px;
  width: 136px;
  height: 42px;
  border-radius: 999px;
  transform-origin: 16px 50%;
  box-shadow: 0 12px 24px rgba(0, 0, 0, .18);
}

.ink-fan i:nth-child(1) {
  background: #00b9f2;
  transform: rotate(-25deg);
}

.ink-fan i:nth-child(2) {
  background: #e10088;
  transform: rotate(-5deg);
}

.ink-fan i:nth-child(3) {
  background: #ffd400;
  transform: rotate(15deg);
}

.ink-fan i:nth-child(4) {
  background: #111;
  transform: rotate(35deg);
}

.hero-slide::before {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 118px;
  background:
    linear-gradient(90deg, rgba(0, 185, 242, .32), rgba(225, 0, 136, .28), rgba(255, 212, 0, .25), rgba(238, 138, 36, .24));
  opacity: .85;
  pointer-events: none;
}

.hero-slide::after {
  content: "";
  position: absolute;
  right: 74px;
  top: 58px;
  width: 148px;
  height: 148px;
  border-radius: 50%;
  background:
    conic-gradient(from 18deg, #00b9f2, #e10088, #ffd400, #101010, #00b9f2);
  opacity: .22;
  filter: saturate(1.15);
  pointer-events: none;
}

.hero-slide--cyan {
  --slide-pop: rgba(66, 185, 188, .36);
}

.hero-slide--orange {
  --slide-pop: rgba(238, 138, 36, .36);
}

.hero-slide--purple {
  --slide-pop: rgba(141, 59, 143, .36);
}

.hero-slide.is-active {
  z-index: 1;
  opacity: 1;
  pointer-events: auto;
  transform: scale(1);
}

.hero-slider__controls {
  position: absolute;
  left: 34px;
  bottom: 24px;
  z-index: 4;
  display: flex;
  align-items: center;
  gap: 9px;
  padding: 8px;
  border-radius: 999px;
  background: rgba(21, 25, 34, .34);
  backdrop-filter: blur(8px);
}

.hero-slider__dot {
  width: 34px;
  height: 8px;
  padding: 0;
  border: 1px solid rgba(255, 255, 255, .18);
  border-radius: 999px;
  background: rgba(255, 255, 255, .38);
  cursor: pointer;
  transition: width .2s ease, background .2s ease;
}

.hero-slider__dot.is-active {
  width: 54px;
  background: linear-gradient(90deg, var(--gc-cyan), var(--gc-orange));
}

.hero-slider__arrow {
  position: absolute;
  top: 50%;
  z-index: 4;
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, .26);
  border-radius: 999px;
  color: #fff;
  background:
    linear-gradient(135deg, rgba(66, 185, 188, .42), rgba(141, 59, 143, .38), rgba(238, 138, 36, .34));
  box-shadow: 0 10px 26px rgba(21, 25, 34, .22);
  font-size: 34px;
  line-height: 1;
  cursor: pointer;
  transform: translateY(-50%);
  transition: background .18s ease, border-color .18s ease;
}

.hero-slider__arrow:hover {
  background: linear-gradient(135deg, var(--gc-cyan), var(--gc-purple), var(--gc-orange));
  border-color: rgba(255, 255, 255, .52);
}

.hero-slider__arrow--prev {
  left: 18px;
}

.hero-slider__arrow--next {
  right: 18px;
}

.hero-kicker {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 14px;
  padding: 7px 10px;
  border: 1px solid rgba(255, 255, 255, .32);
  border-radius: 999px;
  color: #e7fbfb;
  background:
    linear-gradient(90deg, rgba(66, 185, 188, .28), rgba(141, 59, 143, .24), rgba(238, 138, 36, .22));
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .08);
  font-weight: 800;
  font-size: 13px;
}

.home-hero h1 {
  margin: 0 0 12px;
  font-size: 40px;
  line-height: 1.1;
  letter-spacing: 0;
}

.home-hero p {
  max-width: 650px;
  font-size: 18px;
  color: rgba(255, 255, 255, .88);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 18px;
}

.hero-button {
  background: linear-gradient(135deg, var(--gc-orange), var(--gc-red) 58%, var(--gc-burgundy));
  box-shadow: 0 16px 30px rgba(216, 39, 47, .28);
}

.hero-button--ghost {
  background:
    linear-gradient(135deg, rgba(66, 185, 188, .24), rgba(141, 59, 143, .22));
  border: 1px solid rgba(255, 255, 255, .34);
  box-shadow: none;
}

.hero-metrics {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 18px;
}

.hero-metrics span {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 8px 10px;
  border-radius: 8px;
  background: rgba(255, 255, 255, .14);
  border: 1px solid rgba(255, 255, 255, .12);
  color: rgba(255, 255, 255, .9);
  font-weight: 700;
}

.hero-metrics svg {
  width: 26px;
  height: 26px;
  padding: 5px;
  border-radius: 8px;
  fill: #027fa6;
  background: #e9fbff;
}

.hero-metrics span:nth-child(1) svg {
  fill: var(--gc-magenta);
  background: #fff0fa;
}

.hero-metrics span:nth-child(2) svg {
  fill: #027fa6;
  background: #e9fbff;
}

.hero-metrics span:nth-child(3) svg {
  fill: var(--gc-orange);
  background: #fff7e8;
}

.service-strip {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  margin-bottom: 18px;
}

.service-strip article {
  min-height: 124px;
  padding: 16px;
  border: 1px solid var(--gc-line);
  border-radius: 10px;
  background: linear-gradient(180deg, #fff, #f9fbfd);
}

.service-strip svg {
  width: 28px;
  height: 28px;
  color: var(--gc-cyan);
  margin-bottom: 10px;
}

.service-strip strong,
.service-strip span {
  display: block;
}

.service-strip strong {
  font-size: 16px;
  color: var(--gc-ink);
}

.service-strip span {
  margin-top: 4px;
  color: var(--gc-muted);
  font-size: 13px;
}

.quick-links {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-bottom: 24px;
}

.quick-link {
  position: relative;
  display: grid;
  gap: 9px;
  align-content: start;
  border: 1px solid rgba(21, 25, 34, .08);
  border-radius: 10px;
  padding: 12px;
  color: var(--gc-ink);
  font-weight: 800;
  background: #fff;
  overflow: hidden;
  box-shadow: 0 8px 22px rgba(21, 25, 34, .06);
}

.quick-link::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 4px;
  background: linear-gradient(90deg, var(--gc-cyan), var(--gc-purple), var(--gc-orange));
}

.quick-link img {
  width: 100%;
  min-height: 74px;
  object-fit: contain;
}

.quick-link:hover {
  text-decoration: none;
  transform: translateY(-1px);
  border-color: rgba(66, 185, 188, .65);
}

.home-hero--press {
  min-height: 430px;
}

.home-hero--press h1 {
  max-width: 900px;
}

.home-trust {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin: 0 0 22px;
}

.home-trust article {
  position: relative;
  min-height: 112px;
  padding: 18px;
  border: 1px solid rgba(21, 25, 34, .08);
  border-radius: 10px;
  background:
    linear-gradient(180deg, #fff, #f8fbfc);
  box-shadow: 0 10px 24px rgba(21, 25, 34, .05);
  overflow: hidden;
}

.home-trust article::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 4px;
  background: linear-gradient(90deg, var(--gc-cyan), var(--gc-orange));
}

.home-trust strong,
.home-trust span {
  display: block;
}

.home-trust strong {
  font-size: 17px;
  color: var(--gc-ink);
}

.home-trust span {
  margin-top: 7px;
  color: var(--gc-muted);
  font-size: 14px;
}

.home-section {
  margin: 0 0 22px;
}

.home-section--split {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(240px, .75fr);
  gap: 18px;
  align-items: stretch;
  padding: 24px;
  border-radius: 12px;
  background:
    linear-gradient(135deg, #f7fbfc 0%, #fff 54%, #fff8f2 100%);
  border: 1px solid rgba(21, 25, 34, .08);
}

.product-slider {
  grid-template-columns: minmax(280px, .8fr) minmax(0, 1.2fr);
  overflow: hidden;
}

.product-slider__intro {
  display: grid;
  align-content: center;
}

.section-kicker {
  display: inline-flex;
  align-items: center;
  margin-bottom: 8px;
  color: var(--gc-burgundy);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

.home-section h2,
.process-head h2,
.home-cta h2 {
  margin: 0;
  color: var(--gc-ink);
  font-size: 28px;
  line-height: 1.18;
  letter-spacing: 0;
}

.home-section p {
  margin: 12px 0 0;
  color: #3f4653;
}

.press-card {
  display: grid;
  align-content: center;
  gap: 10px;
  padding: 20px;
  color: #fff;
  border-radius: 10px;
  background:
    linear-gradient(135deg, var(--gc-ink), var(--gc-purple) 58%, var(--gc-burgundy));
  box-shadow: 0 18px 38px rgba(36, 42, 54, .18);
}

.press-card svg {
  width: 34px;
  height: 34px;
  color: var(--gc-cyan);
}

.press-card strong {
  font-size: 20px;
  line-height: 1.25;
}

.press-card p {
  margin: 0;
  color: rgba(255, 255, 255, .78);
}

.product-slider__stage {
  position: relative;
  isolation: isolate;
  min-height: 252px;
  border-radius: 12px;
  overflow: hidden;
  background:
    linear-gradient(135deg, var(--gc-ink), #242137 52%, #36142e);
  box-shadow: 0 18px 38px rgba(36, 42, 54, .16);
}

.product-slider__stage::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  z-index: 3;
  height: 6px;
  background: linear-gradient(90deg, #00b9f2, #e10088, #ffd400, #111);
}

.product-slide {
  position: absolute;
  inset: 0;
  z-index: 1;
  display: grid;
  align-content: center;
  gap: 10px;
  padding: 24px 360px 48px 24px;
  color: #fff;
  opacity: 0;
  transform: translateX(18px);
  pointer-events: none;
  transition: opacity .45s ease, transform .55s ease;
}

.product-slide::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 78% 48%, rgba(255, 255, 255, .22), transparent 24%),
    linear-gradient(135deg, rgba(66, 185, 188, .28), rgba(141, 59, 143, .22), rgba(238, 138, 36, .18));
  pointer-events: none;
}

.product-slide::after {
  content: none;
}

.product-slider__stage::after {
  content: "";
  position: absolute;
  right: 10px;
  top: 10px;
  bottom: 10px;
  width: 332px;
  z-index: 0;
  border-radius: 20px;
  background:
    linear-gradient(90deg, rgba(0, 185, 242, .28), rgba(225, 0, 136, .2), rgba(255, 212, 0, .18));
  pointer-events: none;
}

.product-slide.is-active {
  opacity: 1;
  transform: translateX(0);
  pointer-events: auto;
}

.product-slide > * {
  position: relative;
  z-index: 1;
}

.product-mockup {
  position: absolute;
  right: 22px;
  top: 22px;
  bottom: 22px;
  z-index: 2;
  width: 310px;
  margin: 0;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 18px 36px rgba(0, 0, 0, .28);
  transform: rotate(-1deg);
  border: 1px solid rgba(255, 255, 255, .28);
  background: #fff;
}

.product-mockup img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.product-slide svg {
  width: 34px;
  height: 34px;
  color: var(--gc-cyan);
}

.product-slide strong {
  max-width: 520px;
  font-size: 26px;
  line-height: 1.16;
}

.product-slide p {
  max-width: 540px;
  margin: 0;
  color: rgba(255, 255, 255, .78);
}

.product-slide a {
  width: max-content;
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 9px 13px;
  border-radius: 8px;
  color: #fff;
  font-weight: 900;
  background: linear-gradient(135deg, var(--gc-orange), var(--gc-red));
}

.product-slide a:hover {
  color: #fff;
  text-decoration: none;
  filter: brightness(.96);
}

.product-slider__controls {
  position: absolute;
  left: 24px;
  bottom: 18px;
  z-index: 4;
  display: flex;
  gap: 8px;
}

.product-slider__dot {
  width: 28px;
  height: 7px;
  padding: 0;
  border: 0;
  border-radius: 999px;
  background: rgba(255, 255, 255, .38);
  cursor: pointer;
}

.product-slider__dot.is-active {
  width: 46px;
  background: linear-gradient(90deg, var(--gc-cyan), var(--gc-orange));
}

.capability-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  margin: 0 0 22px;
}

.capability-grid article {
  min-height: 178px;
  padding: 18px;
  border-radius: 10px;
  border: 1px solid var(--gc-line);
  background: #fff;
  box-shadow: 0 10px 26px rgba(21, 25, 34, .05);
}

.capability-grid svg {
  width: 30px;
  height: 30px;
  color: var(--gc-cyan);
  margin-bottom: 12px;
}

.capability-grid strong,
.capability-grid span {
  display: block;
}

.capability-grid strong {
  color: var(--gc-ink);
  font-size: 16px;
  line-height: 1.25;
}

.capability-grid span {
  margin-top: 8px;
  color: var(--gc-muted);
  font-size: 13px;
}

.process-band {
  position: relative;
  display: grid;
  grid-template-columns: minmax(220px, .8fr) minmax(0, 1.2fr);
  gap: 20px;
  align-items: center;
  margin: 0 0 22px;
  padding: 30px;
  border-radius: 12px;
  color: #fff;
  background:
    radial-gradient(circle at 15% 15%, rgba(0, 185, 242, .22), transparent 26%),
    radial-gradient(circle at 90% 20%, rgba(238, 138, 36, .2), transparent 28%),
    linear-gradient(135deg, var(--gc-ink) 0%, #25243a 56%, #32142a 100%);
  overflow: hidden;
}

.process-band::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, .05) 1px, transparent 1px),
    linear-gradient(rgba(255, 255, 255, .05) 1px, transparent 1px);
  background-size: 34px 34px;
  mask-image: linear-gradient(90deg, rgba(0, 0, 0, .72), transparent);
  pointer-events: none;
}

.process-head,
.process-steps {
  position: relative;
  z-index: 1;
}

.process-head h2 {
  color: #fff;
}

.process-band .section-kicker {
  color: var(--gc-cyan);
}

.process-steps {
  counter-reset: step;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  list-style: none;
  padding: 0;
  margin: 0;
}

.process-steps li {
  position: relative;
  min-height: 102px;
  padding: 18px 18px 18px 82px;
  border-radius: 12px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, .14), rgba(255, 255, 255, .07));
  border: 1px solid rgba(255, 255, 255, .16);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .12);
  overflow: hidden;
}

.process-steps li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 4px;
  background: var(--gc-cyan);
}

.process-steps li:nth-child(2)::before {
  background: var(--gc-magenta);
}

.process-steps li:nth-child(3)::before {
  background: var(--gc-orange);
}

.process-steps li:nth-child(4)::before {
  background: var(--gc-red);
}

.process-icon {
  position: absolute;
  left: 18px;
  top: 18px;
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  border-radius: 12px;
  color: #fff;
  background: linear-gradient(135deg, var(--gc-cyan), #327aef);
  box-shadow: 0 12px 24px rgba(0, 185, 242, .22);
}

.process-steps li:nth-child(2) .process-icon {
  background: linear-gradient(135deg, var(--gc-magenta), #8d3b8f);
  box-shadow: 0 12px 24px rgba(225, 0, 136, .22);
}

.process-steps li:nth-child(3) .process-icon {
  background: linear-gradient(135deg, var(--gc-orange), #ec3f2e);
  box-shadow: 0 12px 24px rgba(238, 138, 36, .22);
}

.process-steps li:nth-child(4) .process-icon {
  background: linear-gradient(135deg, #48c5b8, var(--gc-red));
  box-shadow: 0 12px 24px rgba(227, 33, 47, .22);
}

.process-icon svg {
  width: 24px;
  height: 24px;
  fill: currentColor;
}

.process-steps strong,
.process-steps li > span:not(.process-icon) {
  display: block;
}

.process-steps strong {
  display: flex;
  align-items: center;
  gap: 9px;
  color: #fff;
  font-size: 17px;
}

.process-steps small {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 34px;
  height: 22px;
  border-radius: 999px;
  color: rgba(255, 255, 255, .78);
  font-size: 11px;
  line-height: 1;
  background: rgba(255, 255, 255, .12);
}

.process-steps li > span:not(.process-icon) {
  margin-top: 6px;
  color: rgba(255, 255, 255, .78);
  font-size: 13px;
}

.home-cta {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 18px;
  align-items: center;
  margin: 0 0 24px;
  padding: 24px;
  border: 1px solid rgba(238, 138, 36, .24);
  border-radius: 12px;
  background:
    linear-gradient(135deg, #fff 0%, #fff8f2 50%, #f4fbfc 100%);
}

.seo-panel {
  position: relative;
  margin: 0 0 22px;
  padding: 26px;
  border-radius: 12px;
  border: 1px solid rgba(21, 25, 34, .08);
  background:
    linear-gradient(180deg, #fff 0%, #fbfdfe 100%);
  box-shadow: 0 12px 32px rgba(21, 25, 34, .06);
  overflow: hidden;
}

.seo-panel::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 5px;
  background: linear-gradient(90deg, var(--gc-cyan), var(--gc-purple), var(--gc-orange), var(--gc-red));
}

.seo-panel__intro {
  max-width: 1080px;
}

.seo-panel h2 {
  margin: 0 0 12px;
  color: var(--gc-ink);
  font-size: 29px;
  line-height: 1.18;
  letter-spacing: 0;
}

.seo-panel p {
  margin: 0 0 12px;
  color: #414856;
}

.seo-longform {
  color: #414856;
}

.seo-longform h3 {
  margin: 22px 0 9px;
}

.seo-longform p {
  max-width: 1180px;
}

.seo-service-list {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 8px;
  margin: 18px 0 22px;
  padding: 0;
  list-style: none;
}

.seo-service-list li {
  position: relative;
  min-height: 42px;
  display: flex;
  align-items: center;
  padding: 9px 10px 9px 28px;
  border-radius: 8px;
  background: #f8fbfc;
  border: 1px solid #e6e9ef;
  color: var(--gc-ink);
  font-weight: 800;
  font-size: 13px;
}

.seo-service-list li::before {
  content: "";
  position: absolute;
  left: 11px;
  width: 8px;
  height: 8px;
  border-radius: 3px;
  background: linear-gradient(135deg, var(--gc-cyan), var(--gc-purple));
}

.seo-panel__body {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-top: 18px;
}

.seo-panel__body article {
  min-height: 194px;
  padding: 17px;
  border-radius: 10px;
  border: 1px solid #e6e9ef;
  background:
    linear-gradient(180deg, #fff, #f8fbfc);
}

.seo-panel h3 {
  margin: 0 0 9px;
  color: var(--gc-burgundy);
  font-size: 18px;
  line-height: 1.25;
}

.seo-keywords {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 18px;
  padding-top: 16px;
  border-top: 1px solid #e6e9ef;
}

.seo-keywords span {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 6px 10px;
  border-radius: 999px;
  color: var(--gc-ink);
  font-weight: 800;
  font-size: 12px;
  background: #fff7fb;
  border: 1px solid rgba(138, 0, 81, .14);
}

.post-list {
  display: grid;
  gap: 14px;
}

.post-card {
  display: grid;
  grid-template-columns: 190px minmax(0, 1fr);
  gap: 16px;
  border: 1px solid var(--gc-line);
  border-radius: 10px;
  padding: 14px;
  background: #fff;
  box-shadow: 0 8px 22px rgba(21, 25, 34, .05);
}

.post-card__image img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border-radius: 8px;
}

.post-card h2 {
  margin: 0 0 8px;
  font-size: 21px;
  line-height: 1.25;
}

.post-card p {
  margin: 0 0 12px;
  color: #3d4451;
}

.featured-image img {
  border-radius: 10px;
}

.tag-list a {
  display: inline-block;
  margin: 3px;
  padding: 4px 8px;
  background: var(--gc-soft);
  border-radius: 999px;
  font-size: 13px;
}

.comments-area {
  margin-top: 28px;
  padding-top: 22px;
  border-top: 1px solid var(--gc-line);
}

.comment-list {
  padding-left: 22px;
}

.comment-respond input[type="text"],
.comment-respond input[type="email"],
.comment-respond input[type="url"],
.comment-respond textarea,
.search-form input[type="search"] {
  width: 100%;
  max-width: 620px;
  border: 1px solid var(--gc-line);
  border-radius: 8px;
  padding: 10px;
  font: inherit;
}

.comment-respond input[type="submit"],
.search-form input[type="submit"] {
  border: 0;
  border-radius: 8px;
  background: var(--gc-burgundy);
  color: #fff;
  padding: 10px 14px;
  font-weight: 800;
  cursor: pointer;
}

.site-footer {
  background:
    linear-gradient(135deg, var(--gc-ink) 0%, #211b2c 62%, #2d1024 100%);
  color: var(--gc-white);
  padding: 30px 0;
}

.footer-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(180px, .8fr) minmax(0, 1fr);
  align-items: start;
  gap: 20px;
}

.site-footer p {
  color: rgba(255, 255, 255, .72);
}

.site-footer a {
  color: var(--gc-white);
  margin-right: 14px;
}

.footer-contact a {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 0 0 8px;
}

.fiyat-aliniz {
  white-space: normal;
}

@media (max-width: 980px) {
  .gct-account-auth,
  .gct-account-dashboard__body {
    grid-template-columns: 1fr;
  }

  .gct-account-auth__forms-default #customer_login {
    grid-template-columns: 1fr;
  }

  .gct-account-auth__brand {
    min-height: auto;
    padding: 26px;
  }

  .gct-account-auth__forms,
  .gct-account-dashboard__quick {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .gct-account-dashboard__hero {
    align-items: flex-start;
    flex-direction: column;
  }

  .gct-account-nav ul {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .admin-bar .primary-nav.is-sticky {
    top: 46px;
  }

  .home-hero {
    min-height: 390px;
  }

  .hero-slide {
    padding: 30px 26px 70px;
  }

  .hero-slide__content {
    width: 100%;
    max-width: 760px;
  }

  .hero-showcase {
    display: none;
  }

  .home-hero h1 {
    font-size: 34px;
  }

  .home-hero p {
    font-size: 16px;
  }

  .topbar__inner {
    justify-content: center;
    flex-wrap: wrap;
    padding: 8px 0;
  }

  .topbar__note {
    margin-right: 0;
  }

  .brand-row {
    grid-template-columns: 1fr auto;
    min-height: auto;
    gap: 10px;
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .header-actions {
    display: flex;
    align-items: center;
    gap: 6px;
    justify-self: end;
    grid-column: 1 / -1;
    justify-content: center;
    width: 100%;
    padding-top: 8px;
    border-top: 1px solid rgba(21, 25, 34, .08);
  }

  .header-action--quote {
    display: none;
  }

  .header-cart {
    width: 46px;
    min-height: 46px;
    padding: 4px;
    gap: 0;
    border-radius: 12px;
  }

  .header-cart__icon {
    width: 34px;
    height: 34px;
    border-radius: 10px;
  }

  .header-cart__text {
    display: none;
  }

  .header-account {
    gap: 5px;
  }

  .header-account__link {
    width: 44px;
    min-width: 44px;
    height: 44px;
    min-height: 44px;
    padding: 0;
    border-radius: 12px;
  }

  .header-account__link svg {
    width: 19px;
    height: 19px;
  }

  .header-account__link span,
  .header-account__link--register span,
  .header-account__link--login span,
  .header-account__link--account span {
    display: none;
  }

  .header-highlight {
    display: none;
  }

  .menu-toggle {
    justify-self: end;
  }

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

  .product-detail__hero,
  .product-detail__content-grid,
  .single-product div.product {
    grid-template-columns: 1fr;
  }

  .single-product.woocommerce div.product div.images .woocommerce-product-gallery__image,
  .single-product div.product .woocommerce-product-gallery__image {
    min-height: auto;
  }

  .product-detail__summary h1,
  .single-product div.product .summary .product_title {
    font-size: 30px;
  }

  .menu-toggle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 46px;
    padding: 11px 16px;
    font-size: 15px;
    line-height: 1;
  }

  .mobile-whatsapp {
    display: inline-grid;
    place-items: center;
    position: fixed;
    right: 16px;
    bottom: 86px;
    z-index: 1200;
    width: 52px;
    height: 52px;
    border-radius: 16px;
    color: #fff;
    background: linear-gradient(135deg, #21c063, #0b8f52);
    box-shadow: 0 16px 30px rgba(18, 140, 82, .32);
  }

  .mobile-whatsapp:hover {
    color: #fff;
    text-decoration: none;
    filter: brightness(.96);
  }

  .mobile-whatsapp svg {
    display: block;
    width: 27px;
    height: 27px;
    fill: currentColor;
  }

  .primary-nav {
    display: none;
  }

  .primary-nav.is-open {
    display: block;
    max-height: calc(100vh - 92px);
    overflow-y: auto;
    overscroll-behavior: contain;
  }

  .primary-nav .wrap {
    display: flex;
    flex-direction: column;
  }

  .primary-nav .menu {
    display: contents;
  }

  .primary-nav .menu > li {
    display: block;
  }

  .primary-nav .menu > li:nth-child(1) {
    order: 1;
  }

  .primary-nav .menu > li:nth-child(2) {
    order: 2;
  }

  .primary-nav .menu > li:nth-child(3) {
    order: 4;
  }

  .primary-nav .menu > li:nth-child(4) {
    order: 5;
  }

  .primary-nav .menu > li:nth-child(5) {
    order: 6;
  }

  .primary-nav .menu > li:nth-child(6) {
    order: 7;
  }

  .products-mega {
    display: block;
    width: 100%;
    order: 3;
  }

  .primary-nav__whatsapp {
    display: flex;
    width: calc(100% - 24px);
    margin: 12px;
    order: 8;
  }

  .products-mega__trigger {
    border-bottom: 1px solid rgba(255, 255, 255, .12);
    width: 100%;
  }

  .products-mega__indicator {
    margin-left: auto;
    width: 24px;
    height: 24px;
    border-radius: 8px;
  }

  .products-mega__indicator::before,
  .products-mega__indicator::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    width: 11px;
    height: 2px;
    border: 0;
    border-radius: 99px;
    background: currentColor;
    transform: translate(-50%, -50%);
  }

  .products-mega__indicator::after {
    transform: translate(-50%, -50%) rotate(90deg);
  }

  .products-mega.is-open .products-mega__indicator::after {
    opacity: 0;
  }

  .products-mega__panel {
    position: static;
    display: none;
    columns: 1;
    column-count: 1;
    column-width: auto;
    column-gap: 0;
    column-rule: 0;
    width: 100%;
    box-sizing: border-box;
    border-radius: 0;
    box-shadow: none;
    opacity: 1;
    visibility: visible;
    transform: none;
    max-height: 58vh;
    overflow-y: auto;
    overflow-x: hidden;
    padding: 8px 14px 12px;
  }

  .products-mega.is-open .products-mega__panel {
    display: block;
  }

  .products-mega__column {
    display: block;
    padding: 10px 0;
    border-right: 0;
    border-bottom: 1px solid rgba(21, 25, 34, .08);
  }

  .products-mega__column ul {
    display: block;
  }

  .products-mega__column li {
    display: block;
    margin-bottom: 5px;
  }

  .products-mega__column:last-child {
    border-bottom: 0;
  }

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

  .site-sidebar {
    display: flex;
    flex-direction: column;
    order: 2;
  }

  .site-sidebar > .sidebar-card:not(.sidebar-card--blog):not(.sidebar-card--quote) {
    display: none;
  }

  .sidebar-card--quote {
    order: 1;
  }

  .sidebar-card--blog {
    order: 2;
  }

  .content-panel {
    order: 1;
  }

  .service-strip,
  .quick-links,
  .home-trust,
  .capability-grid,
  .seo-panel__body,
  .seo-service-list,
  .process-steps {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .home-section--split,
  .process-band,
  .home-cta {
    grid-template-columns: 1fr;
  }

  .product-slide {
    padding-right: 300px;
  }
}

@media (max-width: 680px) {
  .wrap {
    width: min(100% - 20px, var(--wrap));
  }

  .brand-row {
    min-height: auto;
    gap: 7px;
  }

  .products-mega__panel {
    columns: 1;
    column-count: 1;
    column-width: auto;
    overflow-x: hidden;
    padding: 12px;
  }

  .brand {
    gap: 10px;
  }

  .brand__logo {
    width: 165px;
    max-height: 78px;
  }

  .brand .custom-logo {
    max-width: 165px;
    max-height: 78px;
  }

  .header-cart,
  .header-account__link {
    width: 42px;
    min-width: 42px;
    height: 42px;
    min-height: 42px;
  }

  .header-cart__icon {
    width: 30px;
    height: 30px;
  }

  .header-account__link svg {
    width: 17px;
    height: 17px;
  }

  .content-panel {
    padding: 15px;
  }

  .entry-header h1,
  .archive-header h1 {
    font-size: 24px;
  }

  .home-hero {
    min-height: 380px;
    border-radius: 9px;
    margin-bottom: 14px;
  }

  .home-hero--banner {
    min-height: 0;
    height: auto;
    aspect-ratio: 1 / 1;
    border-radius: 12px;
  }

  .hero-slide {
    align-items: flex-start;
    padding: 24px 16px 66px;
    opacity: 0 !important;
    visibility: hidden;
    transform: none;
    transition: none;
    background:
      radial-gradient(circle at 92% 8%, var(--slide-pop, rgba(66, 185, 188, .28)), transparent 34%),
      linear-gradient(150deg, rgba(21, 25, 34, .96) 0%, rgba(38, 31, 50, .9) 58%, rgba(141, 59, 143, .42) 100%),
      var(--hero-image) center/cover;
  }

  .home-hero--banner .hero-slide {
    display: block;
    inset: 5px 0 0;
    padding: 0;
    background: none;
  }

  .hero-slide.is-active {
    opacity: 1 !important;
    visibility: visible;
  }

  .hero-slide__content {
    width: 100%;
    max-width: none;
    padding: 14px;
    border-radius: 14px;
    background: rgba(21, 25, 34, .18);
    backdrop-filter: blur(2px);
  }

  .home-hero--banner .hero-slide__content {
    display: none;
  }

  .home-hero--banner .hero-slide__image {
    object-fit: cover;
  }

  .hero-showcase {
    display: none;
  }

  .hero-kicker {
    max-width: 100%;
    white-space: normal;
    font-size: 11px;
    line-height: 1.25;
    padding: 8px 10px;
  }

  .hero-actions {
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 14px;
  }

  .hero-actions .hero-button {
    min-height: 40px;
    padding: 9px 12px;
    font-size: 13px;
  }

  .hero-metrics {
    display: none;
  }

  .hero-slider__controls {
    left: 18px;
    bottom: 20px;
    padding: 6px;
  }

  .home-hero--banner .hero-slider__controls {
    display: none;
  }

  .hero-slider__arrow {
    display: none;
  }

  .hero-slider__arrow--prev {
    left: 10px;
  }

  .hero-slider__arrow--next {
    right: 10px;
  }

  .home-hero h1 {
    max-width: 100%;
    margin-top: 14px;
    margin-bottom: 10px;
    font-size: 22px;
    line-height: 1.22;
    text-shadow: 0 3px 10px rgba(0, 0, 0, .34);
  }

  .home-hero p {
    max-width: 100%;
    font-size: 13.5px;
    line-height: 1.5;
    text-shadow: 0 2px 8px rgba(0, 0, 0, .28);
  }

  .service-strip,
  .quick-links,
  .home-trust,
  .capability-grid,
  .contact-hero,
  .contact-locations,
  .references-stats,
  .about-signature__people,
  .wc-product-grid,
  .seo-panel__body,
  .seo-service-list,
  .process-steps,
  .post-card,
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .wc-product-card {
    min-height: 320px;
  }

  .wc-product-card__image {
    width: 100%;
    flex-basis: auto;
    height: auto;
    min-height: 0;
  }

  .product-detail__hero {
    padding: 12px;
    gap: 14px;
  }

  .single-product div.product {
    padding: 12px;
    gap: 14px;
  }

  .single-product div.product .summary {
    padding: 14px;
  }

  .product-detail__summary h1 {
    font-size: 25px;
  }

  .product-detail__buybox,
  .product-detail__cart form.cart,
  .single-product div.product .summary form.cart {
    align-items: stretch;
    flex-direction: column;
  }

  .product-detail__price,
  .product-detail__quote,
  .product-detail__whatsapp,
  .product-detail__cart .single_add_to_cart_button,
  .product-detail__cart .qty,
  .single-product div.product .summary .price,
  .single-product div.product .summary .product-detail__whatsapp,
  .single-product div.product .summary .single_add_to_cart_button,
  .single-product div.product .summary .qty {
    width: 100%;
  }

  .product-detail__trust,
  .single-product div.product .summary .product-detail__trust {
    grid-template-columns: 1fr;
  }

  .product-detail__content,
  .product-detail__side {
    padding: 14px;
  }

  .seo-panel {
    padding: 20px;
  }

  .seo-panel h2 {
    font-size: 24px;
  }

  .product-slider__stage {
    min-height: 390px;
  }

  .product-slide {
    padding: 22px 22px 176px;
    align-content: start;
  }

  .product-mockup {
    left: 18px;
    right: 18px;
    top: auto;
    bottom: 56px;
    width: auto;
    height: 104px;
    transform: rotate(-2deg);
  }

  .product-slider__stage::after {
    left: 10px;
    right: 10px;
    top: auto;
    bottom: 44px;
    width: auto;
    height: 128px;
  }

  .product-slide strong {
    font-size: 22px;
  }

  .entry-content table {
    display: block;
    overflow-x: auto;
    white-space: nowrap;
  }

  .contact-hero {
    padding: 20px;
  }

  .payment-hero {
    grid-template-columns: 1fr;
    padding: 20px;
  }

  .payment-whatsapp {
    min-width: 0;
  }

  .payment-iban {
    grid-template-columns: 1fr;
    margin: 16px;
    padding: 16px;
  }

  .payment-iban button {
    width: 100%;
  }

  .payment-details,
  .payment-notes,
  .about-principles,
  .about-story,
  .about-mission-grid {
    grid-template-columns: 1fr;
  }

  .about-hero,
  .about-story__content {
    padding: 22px;
  }

  .about-story__mark {
    min-height: 150px;
  }

  .payment-details {
    padding: 0 16px 16px;
  }

  .contact-actions {
    min-width: 0;
  }

  .contact-phones {
    grid-template-columns: 1fr;
  }

  .contact-location-card__body {
    grid-template-columns: 46px minmax(0, 1fr);
    gap: 12px;
    padding: 18px;
  }

  .contact-location-card__icon {
    width: 46px;
    height: 46px;
    border-radius: 13px;
  }

  .contact-map {
    padding: 0 12px 12px;
  }

  .contact-map iframe {
    height: 280px;
  }
}

.gct2026-shipping-label {
  display: block;
  color: #9a005d;
  font-weight: 800;
}

.gct2026-shipping-note {
  display: block;
  margin-top: 4px;
  color: #5b6472;
  font-size: 13px;
  line-height: 1.45;
}

.gct2026-collect-shipping-info {
  display: grid;
  gap: 5px;
  margin: 14px 0;
  padding: 14px 16px;
  border: 1px solid rgba(247, 127, 25, 0.32);
  border-radius: 8px;
  background: linear-gradient(135deg, rgba(0, 184, 226, 0.08), rgba(247, 127, 25, 0.1));
  color: #111827;
}

.gct2026-collect-shipping-info strong {
  color: #9a005d;
  font-size: 16px;
}

.gct2026-collect-shipping-info span {
  color: #4b5563;
  line-height: 1.5;
}

.gct2026-collect-shipping-thanks {
  padding: 18px;
  border: 1px solid rgba(247, 127, 25, 0.32);
  border-radius: 8px;
  background: #fffaf5;
}

.wp-block-woocommerce-cart-order-summary-shipping-block .wc-block-components-totals-item__value,
.wp-block-woocommerce-checkout-order-summary-shipping-block .wc-block-components-totals-item__value {
  color: transparent;
  font-size: 0;
}

.wp-block-woocommerce-cart-order-summary-shipping-block .wc-block-components-totals-item__value::after,
.wp-block-woocommerce-checkout-order-summary-shipping-block .wc-block-components-totals-item__value::after {
  content: "Teslimatta ödenecek";
  display: inline-block;
  color: #9a005d;
  font-size: 14px;
  font-weight: 800;
  text-align: right;
}

.wp-block-woocommerce-cart-order-summary-shipping-block .wc-block-components-totals-item__label,
.wp-block-woocommerce-checkout-order-summary-shipping-block .wc-block-components-totals-item__label {
  color: #9a005d;
  font-weight: 800;
}

.wp-block-woocommerce-cart-order-summary-shipping-block .wc-block-components-totals-item__label::after,
.wp-block-woocommerce-checkout-order-summary-shipping-block .wc-block-components-totals-item__label::after {
  content: "Kargo ücreti teslimatta alıcı tarafından ödenir. Anlaşmalı kargolarımız üzerinden indirimli şekilde gönderilmektedir.";
  display: block;
  max-width: 260px;
  margin-top: 4px;
  color: #5b6472;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.4;
}

.wc-block-checkout__shipping-option .wc-block-components-radio-control__secondary-label,
.wc-block-checkout__shipping-option .wc-block-checkout__shipping-option--free {
  color: transparent;
  font-size: 0;
}

.wc-block-checkout__shipping-option .wc-block-components-radio-control__secondary-label::after,
.wc-block-checkout__shipping-option .wc-block-checkout__shipping-option--free::after {
  content: "Teslimatta ödenecek";
  color: #9a005d;
  font-size: 14px;
  font-weight: 800;
}

.wc-block-checkout__shipping-option .wc-block-components-radio-control__label::after {
  content: "Anlaşmalı kargolarımız üzerinden indirimli şekilde gönderilmektedir.";
  display: block;
  margin-top: 3px;
  color: #5b6472;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.35;
}

.price-list-page { display: grid; gap: 22px; }
.price-list-hero { display: grid; grid-template-columns: minmax(0, 1fr) 320px; gap: 22px; align-items: stretch; padding: 28px; border: 1px solid rgba(247, 127, 25, 0.24); border-radius: 8px; background: radial-gradient(circle at 95% 12%, rgba(247, 127, 25, 0.16), transparent 28%), linear-gradient(135deg, rgba(0, 184, 226, 0.1), rgba(255, 255, 255, 0.92) 48%, rgba(164, 0, 97, 0.08)); }
.price-list-hero h2 { max-width: 760px; margin: 8px 0 12px; color: #061324; font-size: clamp(28px, 3vw, 42px); line-height: 1.08; }
.price-list-hero p { max-width: 760px; margin: 0; color: #445063; font-size: 16px; line-height: 1.65; }
.price-list-hero__meta { display: grid; gap: 10px; align-content: center; padding: 18px; border: 1px solid rgba(164, 0, 97, 0.18); border-radius: 8px; background: rgba(255, 255, 255, 0.82); box-shadow: 0 18px 40px rgba(17, 24, 39, 0.08); }
.price-list-hero__meta span { display: flex; align-items: center; gap: 10px; color: #9a005d; font-weight: 850; }
.price-list-hero__meta svg { width: 18px; height: 18px; fill: #f77f19; }
.price-list-hero__meta small { margin-top: 4px; color: #647084; font-weight: 700; line-height: 1.45; }
.price-list-admin-note { display: flex; flex-wrap: wrap; gap: 10px 14px; align-items: center; padding: 15px 16px; border: 1px dashed rgba(0, 184, 226, 0.45); border-radius: 8px; background: rgba(0, 184, 226, 0.08); color: #3f4a5c; }
.price-list-admin-note strong { color: #9a005d; }
.price-list-admin-note span { flex: 1 1 420px; line-height: 1.5; }
.price-list-admin-note a, .price-list-empty a { display: inline-flex; align-items: center; gap: 8px; padding: 11px 15px; border-radius: 8px; background: linear-gradient(135deg, #00a5c8, #9a005d); color: #fff; font-weight: 850; text-decoration: none; }
.price-list-nav { display: flex; flex-wrap: wrap; gap: 8px; }
.price-list-nav a { display: inline-flex; padding: 9px 12px; border: 1px solid rgba(247, 127, 25, 0.28); border-radius: 8px; background: #fff; color: #9a005d; font-size: 13px; font-weight: 850; text-decoration: none; box-shadow: 0 10px 22px rgba(17, 24, 39, 0.05); }
.price-list-groups { display: grid; gap: 20px; }
.price-list-group { overflow: hidden; border: 1px solid rgba(247, 127, 25, 0.26); border-radius: 8px; background: #fff; box-shadow: 0 16px 42px rgba(17, 24, 39, 0.07); }
.price-list-group::before { content: ""; display: block; height: 4px; background: linear-gradient(90deg, #00b8e6 0 25%, #e5007e 25% 50%, #ffd400 50% 75%, #111827 75% 100%); }
.price-list-group__head { display: flex; justify-content: space-between; gap: 16px; align-items: center; padding: 18px 20px; border-bottom: 1px solid rgba(17, 24, 39, 0.08); background: linear-gradient(135deg, rgba(0, 184, 226, 0.06), rgba(247, 127, 25, 0.05)); }
.price-list-group__head h2 { margin: 5px 0 0; color: #061324; font-size: 25px; }
.price-list-group__head a { flex: 0 0 auto; padding: 10px 13px; border: 1px solid rgba(164, 0, 97, 0.18); border-radius: 8px; color: #9a005d; font-weight: 850; text-decoration: none; }
.price-list-table-wrap { overflow-x: auto; }
.price-list-table { width: 100%; min-width: 860px; border-collapse: separate; border-spacing: 0; }
.price-list-table th, .price-list-table td { padding: 14px 16px; border-bottom: 1px solid rgba(17, 24, 39, 0.08); text-align: left; vertical-align: middle; }
.price-list-table th { background: #fff8f3; color: #9a005d; font-size: 13px; font-weight: 900; text-transform: uppercase; }
.price-list-table tr:last-child td { border-bottom: 0; }
.price-list-product { display: grid; gap: 4px; color: inherit; text-decoration: none; }
.price-list-product strong { color: #9a005d; font-size: 16px; line-height: 1.35; }
.price-list-product span { color: #647084; font-size: 13px; line-height: 1.45; }
.price-list-table code { padding: 6px 8px; border-radius: 7px; background: rgba(0, 184, 226, 0.08); color: #006b83; font-family: inherit; font-weight: 850; }
.price-list-attrs { display: flex; flex-wrap: wrap; gap: 6px; }
.price-list-attrs span { display: inline-flex; gap: 5px; align-items: center; padding: 7px 9px; border: 1px solid rgba(247, 127, 25, 0.28); border-radius: 8px; background: #fff; color: #9a005d; font-size: 13px; font-weight: 800; }
.price-list-attrs b { color: #647084; font-weight: 850; }
.price-list-price, .price-list-quote { display: inline-flex; align-items: center; min-height: 42px; padding: 10px 13px; border-radius: 8px; color: #fff; font-size: 15px; font-weight: 900; white-space: nowrap; box-shadow: 0 12px 24px rgba(164, 0, 97, 0.18); }
.price-list-price { background: linear-gradient(135deg, #c21888, #f77f19); }
.price-list-quote { background: linear-gradient(135deg, #00a86b, #00b8e6); }
.price-list-muted { color: #7a8595; font-weight: 700; }
.price-list-actions { display: flex; flex-wrap: wrap; gap: 8px; align-items: center; }
.price-list-actions a, .price-list-actions button { display: inline-flex; align-items: center; justify-content: center; gap: 7px; min-height: 40px; padding: 10px 12px; border-radius: 8px; font: inherit; font-size: 14px; font-weight: 900; text-decoration: none; white-space: nowrap; cursor: pointer; }
.price-list-actions svg { width: 16px; height: 16px; fill: currentColor; }
.price-list-actions__detail { background: linear-gradient(135deg, #f77f19, #9a005d); color: #fff; }
.price-list-actions__cart { border: 1px solid rgba(164, 0, 97, 0.2); background: #fff7fb; color: #9a005d; }
.price-list-actions__wa { background: #16b863; color: #fff; }
.gct-design-mini-choice {
  flex: 1 1 100%;
  display: grid;
  gap: 9px;
  margin-top: 8px;
  padding: 12px;
  border: 1px solid rgba(247, 127, 25, 0.32);
  border-radius: 8px;
  background: linear-gradient(135deg, #fff, #fff8f3);
  box-shadow: 0 14px 30px rgba(17, 24, 39, 0.08);
}
.gct-design-mini-choice[hidden] { display: none; }
.gct-design-mini-choice strong { color: #9a005d; font-size: 14px; font-weight: 900; }
.gct-design-mini-choice small { color: #647084; font-size: 12px; font-weight: 700; line-height: 1.35; }
.gct-design-mini-choice__buttons { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 8px; }
.gct-design-mini-choice__buttons a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  min-height: 38px;
  padding: 9px 10px;
  border: 1px solid rgba(164, 0, 97, 0.16);
  border-radius: 8px;
  background: #fff;
  color: #9a005d;
  font-size: 13px;
  font-weight: 900;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
  white-space: normal;
}
.gct-design-mini-choice__buttons a:hover { background: linear-gradient(135deg, #f77f19, #9a005d); color: #fff; }
.gct-design-mini-choice__buttons svg { width: 15px; height: 15px; fill: currentColor; flex: 0 0 auto; }
.price-list-empty { padding: 26px; border: 1px solid rgba(247, 127, 25, 0.26); border-radius: 8px; background: #fff; }
.price-list-empty h2 { margin: 0 0 8px; color: #061324; }
.price-list-empty p { margin: 0 0 16px; color: #526073; }
@media (max-width: 980px) { .price-list-hero { grid-template-columns: 1fr; padding: 22px; } .price-list-group__head { align-items: flex-start; flex-direction: column; } }
@media (max-width: 640px) { .gct-design-mini-choice__buttons { grid-template-columns: 1fr; } .price-list-hero h2 { font-size: 26px; } .price-list-table { min-width: 760px; } .price-list-table th, .price-list-table td { padding: 12px; } .price-list-price, .price-list-quote { font-size: 14px; } }
