/* GesaÅŸ â€” Bootstrap temiz sÃ¼rÃ¼m (orijinal tasarÄ±m tokenâ€™larÄ±) */
@import url("https://fonts.googleapis.com/css2?family=Asap+Condensed:ital,wght@0,400;0,600;0,700;0,800;0,900;1,700&display=swap");

:root {
  /* Sabit ust menu: icerik ve anchor hizasi (nav yuksekligi) */
  --gesas-header-offset: 84px;
  --gesas-nav-clear: 84px;
  --c-cream: #fcfaf8;
  --c-ink: #231f20;
  --c-orange: #f2311f;
  --c-orange-hi: #d84343;
  --c-gold: #c6a26d;
  --c-berry: #b71c1c;
  --c-purple: #f2311f;
  --c-teal: #3bb3e3;
  --c-sand: #f6efe2;
  --c-deep: #18151b;
  --c-social-bg: #f2311f;
  --c-bulten: #f2311f;
  --f-head: "Asap Condensed", Arial Narrow, Arial, sans-serif;
  --f-body: "Asap Condensed", Arial Narrow, Arial, sans-serif;
  --gesas-body-line-height: 1.45;
  --ease-spring: cubic-bezier(0.2, 1, 0.2, 1);
  --r-sm: 8px;
  --r-md: 12px;
  --r-lg: 16px;
  --r-xl: 24px;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: var(--gesas-header-offset);
}

html,
body.gesas-site {
  margin: 0;
  padding: 0;
}

.gesas-site *,
.gesas-site *::before,
.gesas-site *::after {
  box-sizing: border-box;
  position: relative;
}

.default-block-padding {
  padding-left: 1rem;
  padding-right: 1rem;
}

@media (min-width: 992px) {
  .default-block-padding {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}

body.gesas-site {
  font-family: var(--f-body);
  font-weight: 700;
  background: #fbfaf8;
  color: var(--c-ink);
  /* Bootstrap body line-height (1.5) üstte boş satır kutusu bırakır */
  line-height: 0;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
}

body.gesas-site > main,
body.gesas-site > footer,
body.gesas-site > .products-dropdown-panel,
body.gesas-site > .gesas-search-panel {
  line-height: var(--gesas-body-line-height);
}

body.gesas-site > header.gesas-nav-wrap {
  line-height: 0;
}

.gesas-nav-wrap .gesas-nav-inner {
  line-height: normal;
}

body.gesas-site.gesas-page--home main,
body.gesas-site.gesas-page--about main,
body.gesas-site.gesas-page--product main,
body.gesas-site.gesas-page--product-detail main {
  padding-top: 0;
}

body.gesas-site.gesas-page--about {
  --gesas-header-offset: 0px;
}

body.gesas-site.gesas-page--product,
body.gesas-site.gesas-page--product-detail {
  --gesas-header-offset: 0px;
}

/* Ic sayfalar: tek kaynak — sabit menu boslugu */
body.gesas-site main {
  padding-top: var(--gesas-header-offset);
}

/* Ürün detay: kırmızı header + responsive düzen */
.gesas-product-header {
  background: var(--c-orange);
  color: #fff;
  padding-top: clamp(5.5rem, 12vw, 6.5rem);
  padding-bottom: clamp(1.75rem, 4.6vw, 3.5rem);
  position: relative;
  z-index: 2;
  overflow: visible;
  border-bottom: 0;
  border-bottom-left-radius: clamp(22px, 4vw, 44px);
  border-bottom-right-radius: clamp(22px, 4vw, 44px);
}

.gesas-product-header__container {
  position: relative;
}

.gesas-product-header__back {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  margin-top: 0.35rem;
  margin-bottom: clamp(1rem, 2.5vw, 1.35rem);
  font-size: 0.85rem;
  color: #fff !important;
  opacity: 0.92;
  position: relative;
  z-index: 2;
}

.gesas-product-header__back:hover {
  color: #fff !important;
  opacity: 1;
  text-decoration: underline;
}

.gesas-product-header__grid {
  --bs-gutter-x: 1.5rem;
}

.gesas-product-header__copy {
  min-width: 0;
}

.gesas-product-header__eyebrow {
  font-family: var(--f-head);
  font-weight: 900;
  font-size: 0.78rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.85);
  margin: 0;
}

.gesas-product-header__title {
  color: #fff;
  font-weight: 900;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  line-height: 1.08;
  font-size: clamp(1.85rem, 5.4vw, 3.6rem);
}

.gesas-product-header__lead {
  color: rgba(255, 255, 255, 0.92);
  font-weight: 800;
  line-height: 1.55;
  max-width: 56ch;
  font-size: clamp(0.95rem, 2.2vw, 1.05rem);
  overflow-wrap: anywhere;
  word-break: break-word;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

.gesas-product-header__media {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  max-width: min(100%, 520px);
  min-height: clamp(220px, 52vw, 320px);
  margin: 0 auto;
  pointer-events: none;
  overflow: hidden;
  background: transparent;
}

.gesas-product-header__media--no-splash {
  min-height: 0;
}

.gesas-product-header__media img {
  height: auto;
  display: block;
  max-width: 100%;
}

.gesas-product-header__splash {
  position: absolute;
  left: 50%;
  bottom: 20%;
  transform: translateX(-50%);
  width: min(220%, 980px);
  max-width: none;
  height: auto;
  z-index: 0;
  opacity: 1;
  pointer-events: none;
  object-fit: contain;
}

.gesas-product-header__product-img {
  position: relative;
  z-index: 1;
  width: auto;
  height: auto;
  max-width: min(78vw, 280px);
  max-height: clamp(220px, 52vw, 300px);
  margin: 0 auto;
  object-fit: contain;
  object-position: center bottom;
  filter: drop-shadow(0 14px 28px rgba(0, 0, 0, 0.18));
  scale: var(--gesas-product-img-scale, 1);
  transform-origin: center bottom;
  transition: opacity 0.28s ease, transform 0.28s ease, scale 0.2s ease;
  /* Lift yoksa 0; varsa breakpoint'lerde ölçeklenir — diğer ürünler etkilenmez */
  top: calc(var(--gesas-product-img-top-base, 0) * 0.38 * 1px);
}

.gesas-product-header__product-img.is-fading {
  opacity: 0;
  transform: scale(0.97);
}

.gesas-product-header__product-img.is-in {
  opacity: 1;
  transform: scale(1);
}

.gesas-varyasyon {
  display: grid;
  gap: 1.1rem;
}

.gesas-varyasyon__group {
  display: grid;
  gap: 0.55rem;
}

.gesas-varyasyon__label {
  margin: 0;
  font-size: 0.84rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  color: rgba(35, 31, 32, 0.72);
}

.gesas-varyasyon__options {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem 0.8rem;
  align-items: flex-start;
}

.gesas-varyasyon__opt {
  position: relative;
  width: 86px;
  border: 0;
  padding: 0;
  background: transparent;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  color: inherit;
  display: inline-block;
  flex: 0 0 auto;
  vertical-align: top;
}

a.gesas-varyasyon__opt:hover,
a.gesas-varyasyon__opt:focus {
  text-decoration: none;
  color: inherit;
}

span.gesas-varyasyon__opt {
  cursor: default;
}

.gesas-varyasyon__opt-media {
  position: relative;
  display: block;
  width: 76px;
  height: 76px;
  margin: 0 auto;
  border-radius: 50%;
  border: 2px solid rgba(35, 31, 32, 0.12);
  background: #fff;
  overflow: hidden;
  isolation: isolate;
  flex-shrink: 0;
  box-sizing: border-box;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

/* Daireyi doldurur ama taşmaz; img_scale hafif etki eder */
.gesas-varyasyon__opt-media img {
  position: absolute;
  inset: 0;
  margin: auto;
  display: block;
  width: auto;
  height: auto;
  max-width: min(88%, calc(78% * var(--gesas-var-thumb-scale, 1)));
  max-height: min(88%, calc(78% * var(--gesas-var-thumb-scale, 1)));
  object-fit: contain;
  object-position: center;
  scale: 1;
  transform: none;
  pointer-events: none;
}

.gesas-varyasyon__opt-name {
  display: block;
  margin-top: 0.4rem;
  font-size: 0.76rem;
  font-weight: 700;
  line-height: 1.25;
  color: rgba(35, 31, 32, 0.78);
  word-break: break-word;
}

.gesas-varyasyon__check {
  position: absolute;
  right: 2px;
  top: 56px;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: #c8102e;
  color: #fff;
  font-size: 0.65rem;
  font-weight: 800;
  display: none;
  place-items: center;
  line-height: 1;
  z-index: 1;
}

.gesas-varyasyon__opt.is-active .gesas-varyasyon__opt-media {
  border-color: #c8102e;
  box-shadow: 0 0 0 3px rgba(200, 16, 46, 0.12);
}

.gesas-varyasyon__opt.is-active .gesas-varyasyon__check {
  display: grid;
}

.gesas-varyasyon__opt.is-unavailable {
  opacity: 0.4;
  pointer-events: none;
  cursor: not-allowed;
}

.gesas-varyasyon__opt.is-unavailable .gesas-varyasyon__check {
  display: none;
}

.gesas-varyasyon__opt.is-unavailable.is-active .gesas-varyasyon__opt-media {
  border-color: rgba(35, 31, 32, 0.12);
  box-shadow: none;
}

.gesas-varyasyon__price {
  display: flex;
  align-items: baseline;
  gap: 0.65rem;
  flex-wrap: wrap;
}

.gesas-varyasyon__price-main {
  font-size: clamp(1.35rem, 2.4vw, 1.85rem);
  font-weight: 900;
  color: #231f20;
  letter-spacing: -0.02em;
}

.gesas-varyasyon__price-note {
  font-size: 0.85rem;
  font-weight: 700;
  color: rgba(35, 31, 32, 0.55);
}

.gesas-product-detail {
  max-width: 100%;
  overflow-x: clip;
}

.gesas-product-header-content {
  padding-top: clamp(0.5rem, 1.8vw, 1.1rem);
  padding-bottom: clamp(1rem, 2.8vw, 1.75rem);
  background: #fff;
  position: relative;
  z-index: 0;
}

.gesas-product-header-content .row > [class*="col-"] {
  min-width: 0;
}

.gesas-product-header__under-inner {
  padding: clamp(0.35rem, 1.5vw, 1rem) 0 clamp(0.5rem, 1.5vw, 0.75rem);
  min-width: 0;
  max-width: 100%;
}

/* Uzun açıklama: yalnızca beyaz alan, taşmayı ve tabloyu bozmayı engelle */
.gesas-product-desc {
  max-width: 100%;
  min-width: 0;
  overflow-wrap: anywhere;
  word-break: break-word;
  overflow-x: hidden;
  white-space: normal;
}

.gesas-product-desc p,
.gesas-product-desc li,
.gesas-product-desc span,
.gesas-product-desc a,
.gesas-product-desc strong,
.gesas-product-desc em {
  overflow-wrap: anywhere;
  word-break: break-word;
  max-width: 100%;
}

.gesas-product-desc img {
  max-width: 100%;
  height: auto;
}

.gesas-product-desc table {
  max-width: 100%;
  display: block;
  overflow-x: auto;
}

.gesas-product-actions .btn {
  min-height: 46px;
}

.gesas-product-related {
  background: #f8f5f1;
}

.gesas-product-related__title {
  font-family: var(--f-head);
  font-weight: 900;
  font-size: clamp(1.25rem, 3vw, 1.6rem);
  letter-spacing: 0.02em;
  text-transform: uppercase;
  line-height: 1.1;
  color: var(--c-ink);
  margin: 0;
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .gesas-product-header {
    padding-bottom: clamp(2rem, 4vw, 2.75rem);
  }

  .gesas-product-header__media {
    min-height: clamp(300px, 46vw, 380px);
    margin-bottom: 0;
  }

  .gesas-product-header__product-img {
    max-width: min(44vw, 280px);
    max-height: clamp(240px, 40vw, 320px);
    top: calc(var(--gesas-product-img-top-base, 0) * 0.5 * 1px);
  }

  .gesas-product-header__splash {
    width: min(220%, 860px);
    bottom: 20%;
    transform: translateX(-50%);
  }
}

@media (min-width: 992px) {
  .gesas-product-header {
    padding-top: clamp(6.85rem, 9vw, 8rem);
    padding-bottom: clamp(1.25rem, 2vw, 1.75rem);
    overflow: visible;
  }

  .gesas-product-header__grid {
    align-items: flex-end !important;
  }

  .gesas-product-header__copy {
    display: block;
    padding-bottom: 0;
  }

  .gesas-product-header__grid > .col-lg-5 {
    position: relative;
    align-self: stretch;
    min-height: clamp(240px, 26vw, 320px);
  }

  .gesas-product-header__media,
  .gesas-product-header__media--no-splash {
    position: absolute;
    right: 0;
    bottom: clamp(-220px, -16vw, -185px);
    left: auto;
    width: min(100%, 520px);
    max-width: 520px;
    height: auto;
    min-height: 0;
    max-height: none;
    margin: 0 0 0 auto;
    padding-top: 0;
    justify-content: flex-end;
    align-items: flex-end;
    overflow: visible;
    background: transparent;
    z-index: 3;
  }

  .gesas-product-header__product-img {
    max-width: min(100%, 300px);
    max-height: 340px;
    width: auto;
    height: auto;
    /* Laptop değerleri (-70/-110) taban: asla daha zayıf olmaz; geniş ekranda hafif artar */
    top: clamp(
      calc(var(--gesas-product-img-top-base, 0) * 1.27 * 1px),
      calc(var(--gesas-product-img-top-base, 0) * 100vw / 1440),
      calc(var(--gesas-product-img-top-base, 0) * 1px)
    );
    transform: none;
    filter: drop-shadow(0 8px 16px rgba(0, 0, 0, 0.1));
  }

  .gesas-product-header__splash {
    width: min(380%, 1680px);
    left: 50%;
    bottom: 46%;
    max-height: none;
    transform: translateX(-50%) scale(1.22);
    filter: contrast(1.28) saturate(1.24) brightness(1.1);
    opacity: 1;
  }

  .gesas-product-header__title {
    line-height: 0.98;
  }

  .gesas-product-header-content {
    padding-top: clamp(0.75rem, 1.4vw, 1.15rem);
  }

  .gesas-product-detail {
    overflow-x: visible;
  }
}

@media (max-width: 991.98px) {
  .gesas-product-header {
    overflow: hidden;
  }

  .gesas-product-header__container {
    overflow: hidden;
  }

  .gesas-product-header__grid {
    margin-left: 0;
    margin-right: 0;
  }

  .gesas-product-header__grid > [class*="col-"] {
    padding-left: 0;
    padding-right: 0;
    max-width: 100%;
  }

  .gesas-product-header__media {
    width: 100%;
    max-width: 100%;
    min-height: clamp(250px, 68vw, 340px);
    margin-bottom: 0;
    overflow: hidden;
  }

  .gesas-product-header__product-img {
    max-width: min(62vw, 260px);
    max-height: clamp(220px, 58vw, 300px);
    top: calc(var(--gesas-product-img-top-base, 0) * 0.45 * 1px);
    transform: translateY(18px);
  }

  .gesas-product-header__splash {
    width: min(220%, 720px);
    left: 50%;
    bottom: 20%;
    transform: translateX(-50%);
  }
}

@media (max-width: 767.98px) {
  .gesas-product-header {
    padding-bottom: clamp(1.25rem, 4vw, 2rem);
  }

  .gesas-product-header__copy {
    text-align: left;
  }

  .gesas-product-header-content {
    padding-top: clamp(1rem, 3vw, 1.5rem);
  }
}

@media (max-width: 575.98px) {
  .gesas-product-header {
    padding-top: 5.35rem;
    padding-bottom: 1rem;
  }

  .gesas-product-header__media {
    min-height: clamp(240px, 66vw, 310px);
  }

  .gesas-product-header__product-img {
    max-width: min(58vw, 230px);
    max-height: clamp(200px, 55vw, 280px);
    top: calc(var(--gesas-product-img-top-base, 0) * 0.38 * 1px);
    transform: translateY(24px);
  }

  .gesas-product-header__splash {
    width: min(215%, 620px);
    bottom: 18%;
  }

  .gesas-product-header__under-inner {
    padding-left: 0;
    padding-right: 0;
  }

  .gesas-product-actions {
    flex-direction: column;
    width: 100%;
  }

  .gesas-product-actions .btn {
    width: 100%;
    justify-content: center;
  }

  .gesas-nutri__head,
  .gesas-nutri__row {
    grid-template-columns: 1.15fr 0.75fr 0.55fr;
    gap: 6px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 0.72rem;
  }

  .gesas-nutri--no-dv .gesas-nutri__head,
  .gesas-nutri--no-dv .gesas-nutri__row {
    grid-template-columns: 1.4fr 1fr;
  }

  .gesas-acc-btn {
    font-size: 0.82rem;
    padding: 0.85rem 0.95rem;
    letter-spacing: 0.05em;
  }

  .gesas-product-promo__stage {
    min-height: 380px;
  }

  .gesas-product-promo__product img {
    width: min(58vw, 220px);
  }

  .gesas-product-promo__bubble {
    transform: scale(0.82);
  }

  .gesas-product-promo__bubble--left-sub,
  .gesas-product-promo__bubble--right-sub {
    display: none;
  }
}

.gesas-product-accordion {
  background: #fff;
  /* Ürün görseli taşmasına karşı tabloyu aşağı al (padding = arada krem boşluk oluşmaz) */
  padding-top: clamp(3.5rem, 7vw, 5.5rem) !important;
  margin-top: 0;
}

@media (max-width: 575.98px) {
  .gesas-product-accordion {
    padding-top: 2.25rem !important;
    padding-bottom: 2.25rem !important;
  }

  .gesas-product-related {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }
}

/* ÃœrÃ¼n detay alt promo sahnesi */
.gesas-product-promo {
  margin-top: clamp(1rem, 2.5vw, 2rem);
}

.gesas-product-promo__stage {
  position: relative;
  min-height: clamp(340px, 48vw, 520px);
  overflow: hidden;
  isolation: isolate;
  /* border-radius: clamp(18px, 2.8vw, 30px); */
}

.gesas-product-promo__choco,
.gesas-product-promo__red {
  position: absolute;
  left: 0;
  right: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.gesas-product-promo__choco {
  top: 0;
  bottom: 18%;
  z-index: 0;
  background-image: url("../img/cikolata-bg.jpeg");
  border-radius: 60px;
  background-color: #6d321a;
}

.gesas-product-promo__red {
  top: 49%;
  bottom: 0;
  z-index: 1;
  background: linear-gradient(180deg, #b80e18 0%, #8f0610 100%);
  border-radius: 60px 60px 0px 0px;
}

.gesas-product-promo__inner {
  position: relative;
  z-index: 2;
  min-height: inherit;
  max-width: 1140px;
  margin: 0 auto;
}

.gesas-product-promo__product {
  position: absolute;
  left: 50%;
  bottom: 6%;
  transform: translateX(-50%);
}

.gesas-product-promo__product img {
  width: 383px;
  height: auto;
  /* filter: drop-shadow(0 18px 34px rgba(0, 0, 0, 0.35)); */
}

.gesas-product-promo__bubble {
  position: absolute;
  border: 1.6px solid rgba(255, 255, 255, 0.45);
  border-radius: 999px;
  color: #fff;
  text-align: center;
  backdrop-filter: blur(2px);
  -webkit-backdrop-filter: blur(2px);
}

.gesas-product-promo__bubble p {
  margin: 0;
  font-family: var(--f-head);
  font-weight: 800;
  line-height: 1.1;
}

.gesas-product-promo__bubble--left,
.gesas-product-promo__bubble--right {
  width: 178px;
  height: 77px;
  display: grid;
  place-items: center;
  top: 58%;
}

.gesas-product-promo__bubble--left {
  left: 22%;
}

.gesas-product-promo__bubble--right {
  right: 21%;
}

.gesas-product-promo__bubble--left-sub,
.gesas-product-promo__bubble--right-sub {
  width: 190px;
  min-height: 81px;
  padding: 0.7rem 0.8rem;
  top: 76%;
}

.gesas-product-promo__bubble--left-sub {
  left: clamp(11%, 18vw, 24%);
}

.gesas-product-promo__bubble--right-sub {
  right: 23%;
}

@media (max-width: 991.98px) {
  .gesas-product-promo__stage {
    min-height: 420px;
  }
  .gesas-product-promo__choco {
    bottom: 26%;
  }
  .gesas-product-promo__red {
    top: 60%;
  }
  .gesas-product-promo__bubble--left,
  .gesas-product-promo__bubble--right {
    top: 54%;
  }
  .gesas-product-promo__bubble--left-sub,
  .gesas-product-promo__bubble--right-sub {
    top: 72%;
  }
}

@media (max-width: 767.98px) {
  .gesas-product-promo__inner {
    max-width: 94vw;
  }
  .gesas-product-promo__product {
    bottom: 9%;
  }
  .gesas-product-promo__bubble {
    transform: scale(0.9);
  }
  .gesas-product-promo__bubble--left {
    left: 4%;
  }
  .gesas-product-promo__bubble--left-sub {
    left: 2%;
  }
  .gesas-product-promo__bubble--right {
    right: 4%;
  }
  .gesas-product-promo__bubble--right-sub {
    right: 2%;
  }
}

body.gesas-site.gesas-page--news {
  --gesas-header-offset: 72px;
}

.gesas-news-hero {
  padding-top: clamp(1.5rem, 4vw, 2.75rem);
  padding-bottom: clamp(2.25rem, 5.6vw, 4.25rem);
  background: none;
}

.gesas-news-hero__inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 360px);
  gap: 18px;
  align-items: end;
  padding: 18px;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(35, 31, 32, 0.08);
  box-shadow: 0 18px 42px rgba(35, 31, 32, 0.08);
}

.gesas-news-hero__eyebrow {
  font-family: var(--f-head);
  font-weight: 900;
  font-size: 0.78rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  opacity: 0.75;
  color: var(--c-ink);
}

.gesas-news-hero__title {
  font-size: clamp(2rem, 4.8vw, 3.25rem);
  line-height: 0.95;
}

.gesas-news-hero__lead {
  font-weight: 700;
  color: rgba(35, 31, 32, 0.72);
  line-height: 1.55;
  max-width: 62ch;
}

.gesas-news-hero__search .form-control {
  border-radius: 999px;
  padding: 12px 16px;
  font-weight: 800;
  border: 1px solid rgba(35, 31, 32, 0.12);
  background: rgba(255, 255, 255, 0.92);
}

.gesas-news-card-lg {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 14px 14px 18px;
  border-radius: 26px;
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(35, 31, 32, 0.08);
  /* box-shadow: 0 18px 42px rgba(35, 31, 32, 0.08); */
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.gesas-news-card-lg:hover {
  transform: translateY(-3px);
  box-shadow: 0 26px 64px rgba(35, 31, 32, 0.12);
  border-color: rgba(225, 26, 33, 0.22);
}

.gesas-news-card-lg__link {
  height: 100%;
}

.gesas-news-card-lg__img {
  flex-shrink: 0;
  aspect-ratio: 16 / 9;
  border-radius: 18px;
  overflow: hidden;
  margin-bottom: 14px;
}

.gesas-news-card-lg__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.gesas-news-card-lg__body {
  display: flex;
  flex-direction: column;
  flex: 1;
  gap: 0.55rem;
  min-width: 0;
  padding: 0 4px;
}

.gesas-news-card-lg__body .gesas-date {
  margin: 0;
  font-size: 0.85rem;
  font-weight: 700;
  line-height: 1.4;
  opacity: 0.85;
}

.gesas-news-card-lg__title {
  margin: 0;
  font-family: var(--f-head);
  font-weight: 900;
  font-size: clamp(1.1rem, 2.1vw, 1.35rem);
  text-transform: uppercase;
  letter-spacing: 0.03em;
  line-height: 1.25;
  color: var(--c-ink);
}

.gesas-news-card-lg__excerpt {
  margin: 0;
  font-weight: 600;
  font-size: 0.95rem;
  line-height: 1.5;
  color: rgba(35, 31, 32, 0.72);
}

.gesas-news-card-lg__read {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: auto;
  padding-top: 0.35rem;
  font-size: 0.9rem;
}

.gesas-news-range {
  font-size: 0.92em;
}

.gesas-news-pagination-bar {
  margin-top: 2.5rem;
  margin-bottom: 0.5rem;
  padding: 1.25rem 1rem 1.1rem;
  background: #fff;
  border: 1px solid rgba(35, 31, 32, 0.12);
  border-radius: 18px;
  box-shadow: 0 12px 32px rgba(35, 31, 32, 0.08);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.85rem;
  line-height: 1.4;
}

.gesas-news-pagination-summary {
  font-size: 0.95rem;
  font-weight: 700;
  color: rgba(35, 31, 32, 0.72);
  letter-spacing: 0.02em;
}

.gesas-news-pagination {
  width: 100%;
}

.gesas-news-pagination .pagination {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
  justify-content: center;
  list-style: none;
  padding: 0;
  margin: 0;
}

.gesas-news-pagination .page-item {
  display: flex;
  list-style: none;
}

.gesas-news-pagination .page-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 2.65rem;
  min-height: 2.65rem;
  text-align: center;
  border-radius: 999px;
  border: 1px solid rgba(35, 31, 32, 0.14);
  color: #231f20;
  font-weight: 700;
  font-size: 0.92rem;
  line-height: 1.2;
  padding: 0.5rem 0.9rem;
  background: #fff;
  box-shadow: none;
  text-decoration: none;
}

.gesas-news-pagination .page-link:hover {
  background: #f8f5f1;
  border-color: rgba(35, 31, 32, 0.24);
  color: #231f20;
}

.gesas-news-pagination .page-item.active .page-link {
  background: #231f20;
  border-color: #231f20;
  color: #fff;
}

.gesas-news-pagination .page-item.disabled .page-link {
  background: #fafafa;
  color: rgba(35, 31, 32, 0.35);
  pointer-events: none;
}

.gesas-news-card-lg .gesas-news-mini__img {
  aspect-ratio: 16 / 9;
}

.gesas-news-card-lg .gesas-news-mini__body {
  padding: 16px 16px 18px;
}

.gesas-news-related {
  background: #f8f5f1;
}

.gesas-news-related-viewport {
  overflow: hidden;
  cursor: grab;
  user-select: none;
}

.gesas-news-related-viewport:active {
  cursor: grabbing;
}

.gesas-news-related-track {
  display: flex;
  transition: transform 0.45s var(--ease-spring);
  will-change: transform;
}

.gesas-news-related .gesas-news-slide {
  flex: 0 0 100%;
  width: 100%;
  max-width: 100%;
  padding: 0 10px;
  box-sizing: border-box;
}

@media (min-width: 768px) {
  .gesas-news-related .gesas-news-slide {
    flex: 0 0 50%;
    width: 50%;
    max-width: 50%;
    padding: 0 12px;
  }
}

.gesas-news-related .gesas-news-card-lg {
  height: 100%;
}

.gesas-news-related-controls {
  margin-top: 18px;
}

@media (max-width: 767.98px) {
  .gesas-news-hero__inner {
    grid-template-columns: 1fr;
  }
}

.gesas-products-page-hero {
  padding-top: clamp(1rem, 2.5vw, 1.75rem);
  padding-bottom: clamp(1.25rem, 3.5vw, 2rem);
}

.gesas-products-page__eyebrow {
  font-family: var(--f-head);
  font-weight: 800;
  font-size: 0.8rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--c-ink);
  opacity: 0.75;
}

.gesas-products-filters {
  display: grid;
  gap: 14px;
  margin-top: 14px;
  margin-bottom: 18px;
}

@media (min-width: 992px) {
  .gesas-products-filters {
    grid-template-columns: 1fr 1fr;
    align-items: start;
  }
}

.gesas-filter-group {
  background: rgba(255, 255, 255, 0.75);
  border: 1px solid rgba(35, 31, 32, 0.06);
  border-radius: 18px;
  padding: 14px 14px;
  box-shadow: 0 12px 32px rgba(35, 31, 32, 0.06);
}

.gesas-filter-title {
  font-family: var(--f-head);
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-size: 0.72rem;
  opacity: 0.75;
  margin: 0 0 10px;
}

.gesas-filter-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.gesas-filter-pill {
  border: 0;
  border-radius: 999px;
  padding: 0.45rem 0.85rem;
  background: rgba(35, 31, 32, 0.08);
  color: var(--c-ink);
  font-weight: 900;
  font-size: 0.82rem;
  transition: transform 0.18s ease, background 0.18s ease, color 0.18s ease;
}

.gesas-filter-pill:hover {
  transform: translateY(-1px);
}

.gesas-filter-pill.is-active {
  background: #b71c1c;
  color: #fff;
}

.gesas-products-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

@media (max-width: 991px) {
  .gesas-products-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 575.98px) {
  .gesas-products-grid {
    grid-template-columns: 1fr;
  }
}

.gesas-product-tile {
  display: flex;
  flex-direction: column;
  border-radius: 20px;
  overflow: hidden;
  background: #fff;
  border: 1px solid rgba(35, 31, 32, 0.08);
  box-shadow: 0 16px 44px rgba(35, 31, 32, 0.08);
  transition: transform 0.25s var(--ease-spring), box-shadow 0.25s ease;
  text-decoration: none;
  color: inherit;
}

.gesas-product-tile:hover {
  transform: translateY(-4px);
  box-shadow: 0 22px 56px rgba(35, 31, 32, 0.12);
}

.gesas-product-tile__img {
  aspect-ratio: 4 / 3;
  background: rgba(35, 31, 32, 0.04);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 18px;
  overflow: hidden;
}

.gesas-product-tile__img img {
  display: block;
  width: auto;
  height: auto;
  max-width: 86%;
  max-height: clamp(108px, 58%, 156px);
  object-fit: contain;
  object-position: center;
  scale: var(--gesas-product-img-scale, 1);
  transform-origin: center;
  transition: scale 0.2s ease;
}

.gesas-product-tile__body {
  padding: 14px 14px 16px;
}

.gesas-product-tile__brand {
  margin: 0 0 6px;
  font-weight: 900;
  letter-spacing: 0.12em;
  opacity: 0.75;
  font-size: 0.78rem;
}

.gesas-product-tile__title {
  font-family: var(--f-head);
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  margin: 0 0 10px;
  font-size: 1.2rem;
  line-height: 1.05;
}

.gesas-product-tile__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

.gesas-product-tile__tags span {
  display: inline-flex;
  align-items: center;
  padding: 0.28rem 0.6rem;
  border-radius: 999px;
  background: rgba(35, 31, 32, 0.08);
  font-weight: 800;
  font-size: 0.74rem;
}

.gesas-product-hero {
  padding-top: clamp(2.5rem, 6vw, 4rem);
  padding-bottom: clamp(2.5rem, 6vw, 4rem);
}

.gesas-product-hero__eyebrow {
  font-family: var(--f-head);
  font-weight: 800;
  font-size: 0.8rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--c-ink);
  opacity: 0.75;
}

.gesas-product-hero__img {
  background: rgba(255, 255, 255, 0.65);
  border: 1px solid rgba(35, 31, 32, 0.06);
}

.gesas-pill {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  padding: 0.35rem 0.75rem;
  border-radius: 999px;
  background: #231f20;
  color: #fff;
  font-size: 0.78rem;
  font-weight: 800;
}

/* ÃœrÃ¼n detay teknik bilgi tablosu */
.gesas-spec-table-wrap {
  border-radius: 14px;
  overflow: hidden;
  border: 1px solid rgba(35, 31, 32, 0.08);
  background: rgba(255, 255, 255, 0.92);
  max-width: 100%;
  min-width: 0;
}

.gesas-spec-table {
  margin-bottom: 0;
}

.gesas-spec-table thead th {
  background: #f4f4f4;
  color: var(--c-ink);
  font-weight: 900;
  font-size: 1.05rem;
  padding: 0.85rem 0.9rem;
  border-color: rgba(35, 31, 32, 0.08);
}

.gesas-spec-table tbody th,
.gesas-spec-table tbody td {
  padding: 0.8rem 0.9rem;
  font-size: 0.97rem;
  border-color: rgba(35, 31, 32, 0.08);
  vertical-align: middle;
}

.gesas-spec-table tbody th {
  font-weight: 800;
  white-space: nowrap;
  background: #fafafa;
}

.gesas-spec-table tbody tr:nth-child(even) td {
  background: #fcfcfc;
}

.gesas-spec-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.1rem;
  height: 1.1rem;
  margin-right: 0.4rem;
  vertical-align: -0.12em;
  color: var(--c-orange);
  flex-shrink: 0;
}

.gesas-spec-icon__svg {
  display: block;
  width: 100%;
  height: 100%;
}

@media (max-width: 768px) {
  .gesas-spec-table thead th,
  .gesas-spec-table tbody th,
  .gesas-spec-table tbody td {
    font-size: 0.88rem;
    padding: 0.62rem 0.58rem;
  }
}

.gesas-acc-item {
  border: 0;
  background: transparent;
  margin-bottom: 12px;
}

.gesas-acc-btn {
  border-radius: 14px !important;
  background: rgba(35, 31, 32, 0.07) !important;
  color: var(--c-ink) !important;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 0.95rem 1.1rem;
  box-shadow: none !important;
}

.gesas-acc-btn:not(.collapsed) {
  background: rgba(183, 28, 28, 0.18) !important;
}

.gesas-acc-body {
  background: rgba(255, 255, 255, 0.75);
  border: 1px solid rgba(35, 31, 32, 0.06);
  border-radius: 16px;
  margin-top: 10px;
  padding: 16px 16px;
}

.gesas-nutri {
  background: #fff;
  border-radius: 18px;
  border: 1px solid rgba(35, 31, 32, 0.08);
  overflow: hidden;
}

.gesas-nutri__head {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr 0.6fr;
  gap: 10px;
  padding: 12px 14px;
  background: rgba(35, 31, 32, 0.08);
  font-weight: 900;
  font-size: 0.78rem;
}

.gesas-nutri__row {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr 0.6fr;
  gap: 10px;
  padding: 10px 14px;
  border-top: 1px solid rgba(35, 31, 32, 0.08);
  font-weight: 800;
  color: rgba(35, 31, 32, 0.9);
}

.gesas-nutri--no-dv .gesas-nutri__head,
.gesas-nutri--no-dv .gesas-nutri__row {
  grid-template-columns: 1.4fr 1fr;
}

.gesas-nutri__row.is-sub {
  font-weight: 700;
  color: rgba(35, 31, 32, 0.75);
}

.gesas-nutri__row.is-sub > span:first-child {
  padding-left: 12px;
}

.gesas-nutri__badge {
  padding: 16px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.75);
  border: 1px solid rgba(35, 31, 32, 0.06);
  display: grid;
  gap: 12px;
  align-content: start;
}

.gesas-nutri__seal {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: #231f20;
  color: #fff;
  display: grid;
  place-items: center;
  font-weight: 900;
  letter-spacing: 0.12em;
}
.gesas-about-hero {
  padding-top: clamp(2.5rem, 6vw, 4rem);
  padding-bottom: clamp(2.5rem, 6vw, 4rem);
}

.gesas-corp-hero {
  --gesas-hero-overlap: clamp(2.75rem, 5.2vw, 4.25rem);
  padding-top: calc(var(--gesas-nav-clear, 84px) + clamp(2.5rem, 5vw, 4rem));
  padding-bottom: calc(clamp(2.25rem, 5.6vw, 4.25rem) + var(--gesas-hero-overlap));
  background: #e11a21;
  color: #fff;
  position: relative;
  overflow: hidden;
  border-bottom-left-radius: 28px;
  border-bottom-right-radius: 28px;
}

.gesas-corp-hero::before {
  content: none;
}

.gesas-corp-hero > .container {
  position: relative;
  z-index: 1;
}

.gesas-corp-hero__eyebrow {
  font-family: var(--f-head);
  font-weight: 900;
  font-size: 0.78rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  opacity: 0.9;
  color: rgba(255, 255, 255, 0.92);
}

.gesas-corp-hero__title {
  font-size: clamp(2.2rem, 6.2vw, 4.4rem);
  line-height: 0.92;
  color: #fff;
}

.gesas-corp-hero__lead {
  max-width: 64ch;
  margin: 0 auto;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.86);
  line-height: 1.55;
}

.gesas-corp-hero__video-wrap {
  display: grid;
  place-items: center;
  margin-bottom: calc(-1 * var(--gesas-hero-overlap));
}

.gesas-corp-hero__video {
  width: min(980px, 100%);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 26px;
  overflow: hidden;
  background: rgba(0, 0, 0, 0.24);
  box-shadow: 0 18px 46px rgba(0, 0, 0, 0.25);
  position: relative;
  padding: 0;
  cursor: pointer;
  display: block;
}

.gesas-corp-hero__video img {
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  display: block;
  filter: saturate(1.02) contrast(1.02);
  transform: scale(1.001);
}

.gesas-corp-hero__play {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 74px;
  height: 74px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.96);
  color: #b71c1c;
  display: grid;
  place-items: center;
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.26);
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.gesas-corp-hero__video:hover .gesas-corp-hero__play {
  transform: translate(-50%, -50%) scale(1.03);
  box-shadow: 0 22px 50px rgba(0, 0, 0, 0.32);
}

.gesas-corp-hero__video:focus-visible {
  outline: none;
  box-shadow: 0 0 0 5px rgba(255, 255, 255, 0.28), 0 18px 46px rgba(0, 0, 0, 0.25);
}

.gesas-video-modal {
  background: rgba(15, 12, 12, 0.98);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 20px;
}

.gesas-video-modal__frame {
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: #000;
}

.gesas-video-modal iframe {
  width: 100%;
  height: 100%;
  border: 0;
}

.gesas-search-panel {
  position: fixed;
  z-index: 10001;
  background: linear-gradient(180deg, #ffffff 0%, #fcfaf8 100%);
  border: 1px solid rgba(35, 31, 32, 0.08);
  border-radius: 24px;
  box-shadow: 0 24px 64px rgba(0, 0, 0, 0.16), 0 0 0 1px rgba(255, 255, 255, 0.65) inset;
  padding: 18px 20px 14px;
  opacity: 0;
  transform: translateY(-10px) scale(0.985);
  pointer-events: none;
  transition: opacity 0.22s ease, transform 0.22s var(--ease-spring);
  max-height: min(78vh, 560px);
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

.gesas-search-panel.is-open {
  opacity: 1;
  transform: translateY(0) scale(1);
  pointer-events: auto;
}

.gesas-search-panel__head {
  display: flex;
  align-items: center;
  gap: 12px;
  padding-bottom: 2px;
}

.gesas-search-panel__close {
  flex-shrink: 0;
  width: 42px;
  height: 42px;
  border: 0;
  border-radius: 14px;
  background: rgba(35, 31, 32, 0.06);
  color: #231f20;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background 0.16s ease, transform 0.16s ease, color 0.16s ease;
}

.gesas-search-panel__close:hover {
  background: #e21a21;
  color: #fcfaf8;
  transform: scale(1.04);
}

.gesas-search-form {
  flex: 1;
  min-width: 0;
}

.gesas-search-form__field {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 0.45rem 1.1rem;
  border: 1.5px solid rgba(35, 31, 32, 0.1);
  border-radius: 999px;
  background: #ffffff;
  box-shadow: 0 8px 24px rgba(35, 31, 32, 0.05);
  transition: border-color 0.18s ease, box-shadow 0.18s ease;
}

.gesas-search-form__field:focus-within {
  border-color: rgba(35, 31, 32, 0.16);
  box-shadow: 0 10px 28px rgba(35, 31, 32, 0.07);
}

.gesas-search-form__icon {
  flex-shrink: 0;
  color: rgba(35, 31, 32, 0.45);
  opacity: 1;
  pointer-events: none;
}

.gesas-search-form__field:focus-within .gesas-search-form__icon {
  color: #e21a21;
}

.gesas-search-form__input {
  border: 0;
  background: transparent;
  box-shadow: none !important;
  padding: 0.9rem 0;
  font-size: 1.08rem;
  font-weight: 700;
  color: #231f20;
  -webkit-appearance: none;
  appearance: none;
}

.gesas-search-form__input:focus {
  outline: none;
  border: 0;
  box-shadow: none !important;
}

.gesas-search-form__input::-webkit-search-cancel-button,
.gesas-search-form__input::-webkit-search-decoration,
.gesas-search-form__input::-webkit-search-results-button {
  -webkit-appearance: none;
  appearance: none;
  display: none;
}

.gesas-search-form__input::placeholder {
  color: rgba(35, 31, 32, 0.42);
  font-weight: 600;
}

.gesas-search-results {
  margin-top: 0.85rem;
  flex: 1 1 auto;
  min-height: 0;
  overflow: auto;
  padding-right: 2px;
}

.gesas-search-results__summary {
  margin: 0 0 0.65rem;
  padding: 0 0.25rem;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(35, 31, 32, 0.48);
}

.gesas-search-results__hint {
  margin: 0;
  padding: 1.5rem 0.5rem;
  color: rgba(35, 31, 32, 0.55);
  font-weight: 600;
  text-align: center;
  font-size: 0.95rem;
}

.gesas-search-results__list {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.gesas-search-results__link {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 12px 14px;
  color: #231f20;
  border-radius: 18px;
  border: 1px solid rgba(35, 31, 32, 0.08);
  background: #ffffff;
  box-shadow: 0 10px 28px rgba(35, 31, 32, 0.05);
  transition: transform 0.2s var(--ease-spring), box-shadow 0.2s ease, border-color 0.2s ease, background 0.2s ease;
}

.gesas-search-results__link:hover {
  transform: translateY(-2px);
  border-color: rgba(226, 26, 33, 0.22);
  background: #fff;
  box-shadow: 0 16px 36px rgba(226, 26, 33, 0.1);
  color: #231f20;
}

.gesas-search-results__link--urun {
  padding: 14px 16px;
  gap: 18px;
}

.gesas-search-results__thumb {
  flex-shrink: 0;
  display: grid;
  place-items: center;
  overflow: hidden;
  background: #f6f2ec;
}

.gesas-search-results__thumb--urun {
  width: 108px;
  height: 108px;
  border-radius: 18px;
  padding: 12px;
  border: 1px solid rgba(35, 31, 32, 0.06);
}

.gesas-search-results__thumb--haber {
  width: 76px;
  height: 76px;
  border-radius: 14px;
}

.gesas-search-results__thumb--empty {
  color: rgba(35, 31, 32, 0.28);
}

.gesas-search-results__thumb img {
  width: 100%;
  height: 100%;
  display: block;
}

.gesas-search-results__thumb--urun img {
  object-fit: contain;
}

.gesas-search-results__thumb--haber img {
  object-fit: cover;
}

.gesas-search-results__meta {
  display: flex;
  flex-direction: column;
  gap: 0.28rem;
  min-width: 0;
  flex: 1;
}

.gesas-search-results__type {
  display: inline-flex;
  align-self: flex-start;
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #e21a21;
  background: rgba(226, 26, 33, 0.08);
  padding: 0.22rem 0.55rem;
  border-radius: 999px;
}

.gesas-search-results__title {
  font-family: var(--f-head);
  font-weight: 900;
  line-height: 1.15;
  font-size: 1rem;
}

.gesas-search-results__item--urun .gesas-search-results__title {
  font-size: 1.18rem;
  letter-spacing: 0.01em;
}

.gesas-search-results__excerpt {
  font-size: 0.9rem;
  color: rgba(35, 31, 32, 0.62);
  line-height: 1.45;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.gesas-search-results__item--urun .gesas-search-results__excerpt {
  font-size: 0.92rem;
}

.gesas-search-results__arrow {
  flex-shrink: 0;
  width: 34px;
  height: 34px;
  border-radius: 10px;
  background: rgba(35, 31, 32, 0.06);
  color: #231f20;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: background 0.18s ease, color 0.18s ease, transform 0.18s ease;
}

.gesas-search-results__link:hover .gesas-search-results__arrow {
  background: #e21a21;
  color: #fcfaf8;
  transform: translateX(2px);
}

@media (max-width: 575.98px) {
  .gesas-search-panel {
    padding: 14px 14px 12px;
    border-radius: 20px;
    max-height: min(82vh, 520px);
  }

  .gesas-search-results__link--urun {
    padding: 12px;
    gap: 12px;
  }

  .gesas-search-results__thumb--urun {
    width: 88px;
    height: 88px;
    padding: 8px;
    border-radius: 14px;
  }

  .gesas-search-results__item--urun .gesas-search-results__title {
    font-size: 1.05rem;
  }

  .gesas-search-results__arrow {
    display: none;
  }
}

@media (max-width: 767.98px) {
  .gesas-corp-hero {
    border-bottom-left-radius: 22px;
    border-bottom-right-radius: 22px;
  }

  .gesas-corp-hero__play {
    width: 62px;
    height: 62px;
  }
}

.gesas-section-eyebrow {
  font-family: var(--f-head);
  font-weight: 900;
  font-size: 0.78rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  opacity: 0.75;
  color: var(--c-ink);
}

.gesas-brands {
  background: transparent;
}

.gesas-brands__chips {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: flex-start;
}

.gesas-chip {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 14px;
  border-radius: 999px;
  background: rgba(183, 28, 28, 0.08);
  border: 1px solid rgba(183, 28, 28, 0.14);
  color: rgba(183, 28, 28, 0.92);
  font-weight: 900;
  letter-spacing: 0.02em;
  font-size: 0.9rem;
}

.gesas-brand-card {
  background: rgba(255, 255, 255, 0.8);
  border: 1px solid rgba(35, 31, 32, 0.08);
  border-radius: 22px;
  padding: 18px 18px 16px;
  box-shadow: 0 18px 42px rgba(35, 31, 32, 0.08);
  display: grid;
  gap: 10px;
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.gesas-brand-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 24px 56px rgba(35, 31, 32, 0.12);
  border-color: rgba(183, 28, 28, 0.18);
}

.gesas-brand-card__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.gesas-brand-card--no-logo .gesas-brand-card__top {
  justify-content: flex-end;
}

.gesas-brand-card--no-logo .gesas-brand-card__logo {
  display: none;
}

.gesas-brand-card__logo {
  width: 128px;
  height: 46px;
  display: grid;
  place-items: center;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.85);
  border: 1px solid rgba(35, 31, 32, 0.06);
}

.gesas-brand-card__logo img {
  max-width: 110px;
  height: auto;
  display: block;
}

.gesas-brand-card__badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(183, 28, 28, 0.92);
  color: #fff;
  font-weight: 900;
  font-size: 0.8rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.gesas-brand-card__title {
  margin: 2px 0 0;
  font-weight: 900;
  font-size: 1.45rem;
  line-height: 1.05;
  color: var(--c-ink);
}

.gesas-brand-card__text {
  margin: 0;
  color: rgba(35, 31, 32, 0.72);
  font-weight: 700;
  line-height: 1.5;
}

.gesas-brand-card__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 6px;
}

.gesas-brand-card__meta span {
  font-weight: 900;
  font-size: 0.82rem;
  padding: 8px 10px;
  border-radius: 999px;
  background: rgba(35, 31, 32, 0.05);
  border: 1px solid rgba(35, 31, 32, 0.06);
  color: rgba(35, 31, 32, 0.78);
}

.gesas-news-mini {
  background: linear-gradient(180deg, rgba(183, 28, 28, 0.06) 0%, transparent 70%);
}

.gesas-mini-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-weight: 900;
  color: rgba(183, 28, 28, 0.92);
  text-decoration: none;
}

.gesas-mini-link:hover {
  text-decoration: underline;
}

.gesas-news-mini__card {
  border-radius: 22px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.85);
  border: 1px solid rgba(35, 31, 32, 0.08);
  box-shadow: 0 18px 42px rgba(35, 31, 32, 0.08);
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.gesas-news-mini__card:hover {
  transform: translateY(-3px);
  box-shadow: 0 24px 56px rgba(35, 31, 32, 0.12);
  border-color: rgba(183, 28, 28, 0.18);
}

.gesas-news-mini__img {
  position: relative;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  background: rgba(35, 31, 32, 0.06);
}

.gesas-news-mini__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  filter: saturate(1.02) contrast(1.02);
}

.gesas-news-mini__body {
  padding: 14px 14px 16px;
}

.gesas-news-mini__date {
  margin: 0 0 6px;
  font-weight: 900;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  font-size: 0.72rem;
  opacity: 0.7;
  color: var(--c-ink);
}

.gesas-news-mini__title {
  margin: 0 0 8px;
  font-weight: 900;
  font-size: 1.05rem;
  line-height: 1.15;
  color: var(--c-ink);
}

.gesas-news-mini__text {
  margin: 0;
  color: rgba(35, 31, 32, 0.72);
  font-weight: 700;
  line-height: 1.5;
  font-size: 0.92rem;
}

.gesas-about-hero__eyebrow {
  font-family: var(--f-head);
  font-weight: 800;
  font-size: 0.8rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--c-ink);
  opacity: 0.75;
}

.gesas-about-card {
  background: rgba(255, 255, 255, 0.75);
  border: 1px solid rgba(35, 31, 32, 0.06);
  box-shadow: 0 10px 28px rgba(35, 31, 32, 0.06);
}

.gesas-about-card__kicker {
  font-family: var(--f-head);
  font-weight: 800;
  font-size: 0.72rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  opacity: 0.7;
  margin: 0;
}

.gesas-timeline {
  position: relative;
  margin: 0 auto;
  max-width: 860px;
  padding-left: 1.25rem;
}

.gesas-timeline::before {
  content: "";
  position: absolute;
  left: 6px;
  top: 0;
  bottom: 0;
  width: 2px;
  background: rgba(35, 31, 32, 0.12);
}

.gesas-timeline__item {
  position: relative;
  display: grid;
  grid-template-columns: 18px 1fr;
  gap: 14px;
  padding: 14px 0;
}

.gesas-timeline__dot {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #b71c1c;
  box-shadow: 0 0 0 6px rgba(183, 28, 28, 0.12);
  margin-top: 10px;
}

.gesas-timeline__card {
  background: #fff;
  border-radius: 18px;
  padding: 16px 18px;
  box-shadow: 0 14px 36px rgba(35, 31, 32, 0.08);
  border: 1px solid rgba(35, 31, 32, 0.06);
}

.gesas-timeline__year {
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  margin: 0 0 6px;
  opacity: 0.75;
  font-size: 0.78rem;
}

.gesas-timeline__title {
  font-size: 1.25rem;
  line-height: 1;
  margin: 0 0 10px;
}

.gesas-timeline__text {
  margin: 0;
  font-weight: 700;
  color: rgba(35, 31, 32, 0.78);
  line-height: 1.45;
  font-size: 0.95rem;
}

/* â€”â€” HakkÄ±mÄ±zda: Yatay tarihÃ§e (Ã¶rnek stile yakÄ±n) â€”â€” */
.gesas-about-split {
  background: transparent;
}

body.gesas-site.gesas-page--about .gesas-about-split {
  padding-top: calc(3rem + var(--gesas-hero-overlap, 0px));
}

.gesas-history {
  position: relative;
  /* max-width: 1320px; */
  margin: 0 auto;
}

.gesas-history__rail {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  align-items: center;
  gap: 0;
  margin: 0 auto 16px;
  max-width: 980px;
  position: relative;
}

.gesas-history__rail::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  height: 2px;
  background: rgba(35, 31, 32, 0.22);
  transform: translateY(-50%);
}

.gesas-history__rail span {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #231f20;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.gesas-history-viewport {
  overflow: hidden;
  cursor: grab;
  user-select: none;
}

.gesas-history-viewport:active {
  cursor: grabbing;
}

.gesas-history-track {
  display: flex;
  transition: transform 0.45s var(--ease-spring);
  will-change: transform;
  margin-bottom: 41px;
}

.gesas-history .gesas-recipe-slide {
  flex: 0 0 clamp(240px, 24vw, 310px);
  min-width: clamp(240px, 24vw, 310px);
  max-width: clamp(240px, 24vw, 310px);
  padding: 0 14px;
  box-sizing: border-box;
}

@media (max-width: 1199px) {
  .gesas-history .gesas-recipe-slide {
    flex: 0 0 clamp(220px, 44vw, 300px);
    min-width: clamp(220px, 44vw, 300px);
    max-width: clamp(220px, 44vw, 300px);
    padding: 0 12px;
  }
}

@media (max-width: 767px) {
  .gesas-history .gesas-recipe-slide {
    flex: 0 0 100%;
    min-width: 100%;
    max-width: 100%;
    padding: 0 10px;
  }
  .gesas-history__rail {
    max-width: 520px;
  }
}

.gesas-history-card {
  border-radius: 20px;
  padding: 16px 18px 18px;
  min-height: 230px;
  border: 1px solid rgba(35, 31, 32, 0.06);
  box-shadow: 0 14px 36px rgba(35, 31, 32, 0.08);
  background: rgba(255, 255, 255, 0.85);
}

.gesas-history .gesas-recipe-slide.is-active .gesas-history-card {
  border-color: rgba(183, 28, 28, 0.45);
  box-shadow: 0 18px 46px rgba(183, 28, 28, 0.16), 0 14px 36px rgba(35, 31, 32, 0.08);
}

.gesas-history-card__icon {
  width: 34px;
  height: 34px;
  border-radius: 10px;
  display: grid;
  place-items: center;
  background: rgba(183, 28, 28, 0.14);
  color: #b71c1c;
  font-weight: 900;
  margin-bottom: 10px;
}

.gesas-history-card__year {
  font-weight: 900;
  letter-spacing: 0.08em;
  margin: 0 0 6px;
}

.gesas-history-card__title {
  font-family: var(--f-head);
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  margin: 0 0 10px;
  font-size: 1.25rem;
  line-height: 1;
}

.gesas-history-card__text {
  margin: 0;
  font-weight: 700;
  color: rgba(35, 31, 32, 0.78);
  line-height: 1.45;
  font-size: 0.95rem;
}

.gesas-history-card--pink { background: rgba(255, 255, 255, 0.9); }
.gesas-history-card--sand { background: rgba(255, 255, 255, 0.9); }
.gesas-history-card--peach { background: rgba(255, 255, 255, 0.9); }
.gesas-history-card--sky { background: rgba(255, 255, 255, 0.9); }
.gesas-history-card--lilac { background: rgba(255, 255, 255, 0.9); }

.gesas-history-controls {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin-top: 14px;
}

.gesas-history-arrow {
  width: 42px;
  height: 42px;
  border-radius: 999px;
  border: 0;
  background: #231f20;
  color: #fff;
  font-weight: 900;
  line-height: 1;
}

.gesas-history-dots {
  display: flex;
  gap: 8px;
  align-items: center;
}

.gesas-history-controls .gesas-dot {
  width: 7px;
  height: 7px;
  border-radius: 999px;
  border: 0;
  background: rgba(35, 31, 32, 0.28);
  padding: 0;
  transition: transform 0.18s ease, background 0.18s ease, width 0.18s ease;
}

.gesas-history-controls .gesas-dot.is-selected {
  width: 22px;
  background: #b71c1c;
  transform: translateY(-0.5px);
}

.gesas-history-controls .gesas-dot:focus-visible {
  outline: 2px solid var(--c-orange);
  outline-offset: 3px;
}

.gesas-site p,
.gesas-site span,
.gesas-site li,
.gesas-site a,
.gesas-site label,
.gesas-site input,
.gesas-site button {
  font-family: var(--f-body);
}

::selection {
  background: inherit;
  color: inherit;
}

.gesas-site :focus-visible {
  outline: 2px solid var(--c-orange);
  outline-offset: 3px;
}

h1, h2, h3, h4, h5, h6,
.gesas-heading {
  font-family: var(--f-head);
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: -0.02em;
  line-height: 0.85;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

/* â€”â€” Ãœst bar (sol menÃ¼ Â· orta logo Â· saÄŸ CTA, hap ÅŸekil) â€”â€” */
.gesas-nav-wrap {
  position: fixed;
  top: 10px;
  left: 0;
  right: 0;
  z-index: 1100;
  padding: max(0px, env(safe-area-inset-top, 0px)) 16px 12px;
  background: transparent;
  pointer-events: none;
}

.gesas-nav-wrap .gesas-nav-shell {
  pointer-events: auto;
}

.gesas-nav-shell {
  max-width: 1320px;
  margin: 0 auto;
}

.gesas-nav-inner {
  background: #ffffff;
  border-radius: 999px;
  padding: 10px 22px 10px 26px;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.18);
}

.gesas-nav-grid {
  display: grid;
  grid-template-columns: 44px minmax(0, 1fr) 48px;
  grid-template-rows: auto auto;
  align-items: center;
  gap: 0 10px;
  width: 100%;
}

.gesas-nav-spacer {
  grid-column: 1;
  grid-row: 1;
}

.gesas-nav-logo {
  grid-column: 2;
  grid-row: 1;
  justify-self: center;
  display: flex;
  align-items: center;
  line-height: 0;
}

.gesas-nav-logo img {
  width: auto;
  height: auto;
  max-height: 52px;
  max-width: min(160px, 38vw);
  object-fit: contain;
}

.gesas-nav-burger {
  grid-column: 3;
  grid-row: 1;
  justify-self: end;
  width: 44px;
  height: 44px;
  padding: 0;
  border: 1px solid rgba(252, 250, 248, 0.35);
  border-radius: 12px;
  background: transparent;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 5px;
  cursor: pointer;
}

.gesas-nav-burger span {
  display: block;
  width: 20px;
  height: 2px;
  background: #f2311f;
  border-radius: 1px;
}

.gesas-nav-left {
  grid-column: 1 / -1;
  grid-row: 2;
}

@media (max-width: 991.98px) {
  .gesas-nav-left.collapse.show {
    display: flex !important;
    flex-direction: column;
    align-items: stretch;
    margin-top: 12px;
    padding-top: 12px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
  }
}

.gesas-nav-menu {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 0.15rem;
  padding: 0.75rem 0 1rem;
}

.gesas-nav-link {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  color: #231f20 !important;
  font-weight: 700;
  font-size: 0.95rem;
  letter-spacing: 0.01em;
  text-transform: none;
  text-decoration: none;
  padding: 0.55rem 0.65rem;
  border-radius: 10px;
  transition: background 0.18s ease, opacity 0.18s ease;
}

.gesas-nav-link:hover {
  background: rgba(255, 255, 255, 0.06);
  color: #3f3f3f !important;
}

.gesas-nav-chevron {
  flex-shrink: 0;
  opacity: 0.85;
  margin-top: 1px;
}

.gesas-nav-search {
  flex-shrink: 0;
  opacity: 0.9;
}

.gesas-nav-link--search:hover,
.gesas-nav-link--search.is-active {
  background: rgba(35, 31, 32, 0.06);
  color: #231f20 !important;
}

.gesas-nav-mobile-cta {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 10px;
  flex-wrap: nowrap;
  padding-bottom: 0.5rem;
}
.gesas-nav-mobile-cta .gesas-navMobileContactCta {
  flex: 1 1 auto;
  min-width: 0;
}
.gesas-lang-flags--mobile {
  flex-shrink: 0;
}

.gesas-nav-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 11px 18px;
  border-radius: 999px;
  font-weight: 800;
  font-size: 0.9rem;
  letter-spacing: 0.02em;
  text-decoration: none;
  transition: transform 0.18s var(--ease-spring), box-shadow 0.18s ease, background 0.18s ease,
    border-color 0.18s ease;
}

.gesas-nav-cta:hover {
  transform: translateY(-1px);
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.2);
}

.gesas-nav-cta--primary {
  background: #fcfaf8 !important;
  color: #231f20 !important;
  border: none;
}

.gesas-nav-cta--primary .gesas-nav-cta-chip {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  border-radius: 8px;
  background: #e21a21;
  color: #fcfaf8;
}

.gesas-nav-cta--ghost {
  background: #e21a21 !important;
  color: #fcfaf8 !important;
  border: 1.5px solid rgba(252, 250, 248, 0.88);
}

/* Ürünler filtre butonları */
.gesas-products-filters {
  padding-top: 8px;
}
.gesas-filter-btn {
  display: inline-flex;
  align-items: center;
  padding: 7px 18px;
  border-radius: 50px;
  border: 1.5px solid rgba(35,31,32,0.15);
  background: #fff;
  font-size: .85rem;
  font-weight: 600;
  color: #231f20;
  cursor: pointer;
  transition: background .18s, border-color .18s, color .18s;
  white-space: nowrap;
}
.gesas-filter-btn:hover {
  background: rgba(35,31,32,0.06);
  border-color: rgba(35,31,32,0.35);
}
.gesas-filter-btn.is-active {
  background: #231f20;
  border-color: #231f20;
  color: #fff;
}

/* Dil Switcher — bayrak */
.gesas-lang-flags {
  display: flex;
  align-items: center;
  gap: 3px;
  background: rgba(35,31,32,0.06);
  border-radius: 50px;
  padding: 4px 5px;
}
.gesas-flag-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  font-size: 0;
  line-height: 0;
  text-decoration: none;
  transition: transform 0.15s, box-shadow 0.15s, background 0.15s;
  background: transparent;
  overflow: hidden;
}
.gesas-flag-btn__img {
  width: 24px;
  height: 24px;
  object-fit: cover;
  border-radius: 50%;
  display: block;
  pointer-events: none;
}
.gesas-flag-btn:hover {
  transform: scale(1.12);
  background: rgba(35,31,32,0.08);
}
.gesas-flag-btn--active {
  box-shadow: 0 0 0 2.5px #e21a21;
  pointer-events: none;
}

.gesas-nav-cta--ghost .gesas-nav-cta-chip {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  border-radius: 8px;
  border: 1px solid rgba(252, 250, 248, 0.75);
  color: #fcfaf8;
  background: transparent;
}

@media (min-width: 992px) {
  .gesas-nav-inner {
    padding: 12px 32px 12px 36px;
  }

  .gesas-nav-grid {
    grid-template-columns: 1fr auto 1fr;
    grid-template-rows: auto;
    gap: 8px 20px;
  }

  .gesas-nav-spacer,
  .gesas-nav-burger {
    display: none !important;
  }

  .gesas-nav-left {
    grid-column: 1;
    grid-row: 1;
    justify-self: start;
    display: flex !important;
    flex-direction: row;
    align-items: center;
    flex-wrap: wrap;
    padding: 0;
    margin-top: 0 !important;
    border-top: 0 !important;
  }

  .gesas-nav-logo {
    grid-column: 2;
    grid-row: 1;
    justify-self: center;
  }

  .gesas-nav-right {
    grid-column: 3;
    grid-row: 1;
    justify-self: end;
    display: flex !important;
    flex-direction: row;
    align-items: center;
    gap: 12px;
    flex-wrap: wrap;
  }

  .gesas-nav-menu {
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.1rem 0.15rem;
    padding: 0;
  }

  .gesas-nav-link {
    padding: 0.45rem 0.65rem;
    white-space: nowrap;
  }
}

@media (max-width: 991px) {
  :root {
    --gesas-header-offset: 88px;
    --gesas-nav-clear: 88px;
  }

  .gesas-nav-inner {
    border-radius: 22px;
    padding: 10px 14px;
  }
}

/* â€”â€” Hero (anasayfa: yalnÄ±zca tam geniÅŸlik kaydÄ±rmalÄ± gÃ¶rsel) â€”â€” */
.gesas-hero--image-slider {
  position: relative;
  z-index: 0;
  isolation: isolate;
  padding: 0;
  margin: 0;
  overflow: hidden;
  width: 100%;
}

.gesas-hero--image-slider .gesas-hero__inner--flush {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 100%;
  padding: 0;
}

.gesas-hero__stage--cover {
  position: relative;
  width: 100%;
  height: 100vh;
  height: 100dvh;
  min-height: 100svh;
  max-height: none;
  background: #1a1512;
}

@media (max-width: 768px) {
  .gesas-hero--image-slider .gesas-hero__stage--cover {
    height: 100vh;
    height: 100dvh;
    min-height: 100svh;
    max-height: none;
  }

  .gesas-hero--image-slider .gesas-hero__stage--cover .gesas-hero__main-img {
    object-fit: cover;
    object-position: center center;
  }
}

.gesas-hero__stage--cover .gesas-hero__slide {
  position: absolute;
  inset: 0;
  margin: 0;
  display: block;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.65s ease;
  z-index: 0;
}

.gesas-hero__stage--cover .gesas-hero__slide.is-active {
  opacity: 1;
  z-index: 1;
  pointer-events: auto;
}

.gesas-hero__stage--cover picture {
  display: block;
  width: 100%;
  height: 100%;
}

.gesas-hero__stage--cover .gesas-hero__main-img {
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
  object-position: center;
  display: block;
}

/* Hero oklar + noktalar (gÃ¶rsel Ã¼zeri) */
.gesas-hero--image-slider .gesas-hero-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 48px;
  height: 48px;
  border: 1.5px solid rgba(255, 255, 255, 0.55);
  border-radius: 50%;
  background: rgba(24, 21, 27, 0.45);
  color: #fff;
  font-size: 28px;
  line-height: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 12;
  backdrop-filter: blur(6px);
  transition: background 0.2s ease, border-color 0.2s ease;
}

.gesas-hero--image-slider .gesas-hero-arrow:hover {
  background: rgba(24, 21, 27, 0.72);
  border-color: rgba(255, 255, 255, 0.85);
}

.gesas-hero--image-slider .gesas-hero-arrow--prev {
  left: max(12px, env(safe-area-inset-left, 0px));
}

.gesas-hero--image-slider .gesas-hero-arrow--next {
  right: max(12px, env(safe-area-inset-right, 0px));
}

.gesas-hero--image-slider .gesas-hero__dots {
  position: absolute;
  left: 50%;
  bottom: max(58px, env(safe-area-inset-bottom, 0px));
  transform: translateX(-50%);
  z-index: 12;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
  margin: 0;
  padding: 10px 16px;
  border-radius: 999px;
  background: rgba(0, 0, 0, 0.42);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.25);
  backdrop-filter: blur(8px);
}

/* Slayt konumu: yuvarlak noktalar (aktif dolu / diÄŸerleri Ã§erÃ§eveli) */
.gesas-hero--image-slider .gesas-hero__dots button {
  width: 11px;
  height: 11px;
  border-radius: 50%;
  border: 2px solid rgba(255, 255, 255, 0.75);
  padding: 0;
  background: transparent;
  cursor: pointer;
  flex-shrink: 0;
  transition: background 0.2s ease, transform 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}

.gesas-hero--image-slider .gesas-hero__dots button.is-selected {
  background: #fff;
  border-color: #fff;
  transform: scale(1.2);
  /* box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.35); */
}

@media (max-width: 768px) {
  .gesas-hero--image-slider .gesas-hero-arrow {
    width: 40px;
    height: 40px;
    font-size: 22px;
  }
  .gesas-hero--image-slider .gesas-hero-arrow--prev {
    left: max(8px, env(safe-area-inset-left, 0px));
  }
  .gesas-hero--image-slider .gesas-hero-arrow--next {
    right: max(8px, env(safe-area-inset-right, 0px));
  }
  .gesas-hero--image-slider .gesas-hero__dots {
    bottom: max(10px, env(safe-area-inset-bottom, 0px));
    gap: 10px;
    padding: 8px 14px;
  }
  .gesas-hero--image-slider .gesas-hero__dots button {
    width: 9px;
    height: 9px;
    border-width: 1.5px;
  }
}

.gesas-btn {
  border-radius: var(--r-md) !important;
  font-weight: 800 !important;
  letter-spacing: 0.01em;
  transition: transform 0.18s var(--ease-spring), box-shadow 0.18s var(--ease-spring),
    background-color 0.18s ease, color 0.18s ease, border-color 0.18s ease;
}

.gesas-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
}

.gesas-btn-fill-light {
  background-color: var(--c-cream) !important;
  color: var(--c-ink) !important;
  border: none !important;
}

.gesas-btn-outline-light {
  background: transparent !important;
  color: var(--c-cream) !important;
  border: 2px solid var(--c-cream) !important;
}

.gesas-btn-fill-cream {
  background: var(--c-cream) !important;
  color: var(--c-ink) !important;
  border: none !important;
  border-radius: var(--r-md) !important;
}

/* index2: Ã¶zel Ã¼st hero */
.gesas-site--alt-hero .gesas-nav-wrap {
  display: none;
}

.gesas-alt-embed-main {
  margin: 0;
  padding: 0;
}

.gesas-alt-embed-frame {
  width: 100%;
  display: block;
  border: 0;
  min-height: 2600px;
  background: #fff;
}

.gesas-alt-main {
  /* background: #f3f3f3; */
}

.gesas-alt-showcase {
  position: relative;
  margin-top: 48px;
  /* z-index: 3; */
}

.gesas-alt-cards {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.gesas-alt-cards--home-groups {
  grid-template-columns: 1fr;
}

.gesas-alt-cards--home-groups .gesas-alt-card--home-group {
  min-height: clamp(220px, 28vw, 320px);
  overflow: hidden;
  background: #cb161d;
}

.gesas-alt-cards--home-groups .gesas-alt-card--home-group::before {
  left: 0;
  right: auto;
  width: 42%;
  border-radius: 24px 0 0 24px;
}

.gesas-alt-cards--home-groups .gesas-alt-card--home-group .gesas-alt-card__bg {
  right: 0;
  left: auto;
  width: 58%;
  object-position: right center;
}

.gesas-alt-cards--home-groups .gesas-alt-card--home-group .gesas-alt-card__content {
  left: clamp(14px, 2.2vw, 28px);
  right: auto;
  text-align: left;
  z-index: 2;
}

.gesas-alt-cards--home-groups .gesas-alt-card__eyebrow {
  font-size: 0.82rem;
}

.gesas-alt-cards--home-groups .gesas-alt-card__title {
  font-size: clamp(1.7rem, 3.2vw, 2.5rem);
}

.gesas-alt-cards--home-groups .gesas-alt-card__btn {
  height: 36px;
  font-size: 0.8rem;
  padding: 0 12px;
}

.gesas-alt-cards--inner-groups {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.gesas-alt-cards--inner-groups .gesas-alt-card--home-group {
  min-height: clamp(220px, 28vw, 320px);
  overflow: hidden;
}

.gesas-alt-cards--inner-groups .gesas-alt-card--home-group::before {
  left: 0;
  right: 0;
  top: auto;
  bottom: 0;
  width: 100%;
  height: 40%;
  border-radius: 0 0 24px 24px;
}

.gesas-alt-cards--inner-groups .gesas-alt-card--home-group .gesas-alt-card__bg {
  left: 0;
  right: 0;
  width: 100%;
}

.gesas-alt-cards--inner-groups .gesas-alt-card--home-group .gesas-alt-card__content {
  left: clamp(14px, 2.2vw, 24px);
  right: clamp(14px, 2.2vw, 24px);
  top: auto;
  bottom: clamp(14px, 2vw, 20px);
  transform: none;
  text-align: left;
  z-index: 2;
}

.gesas-alt-cards--inner-groups .gesas-alt-card__eyebrow {
  font-size: 0.82rem;
}

.gesas-alt-cards--inner-groups .gesas-alt-card__title {
  font-size: clamp(1.6rem, 2.6vw, 2.2rem);
}

.gesas-alt-cards--inner-groups .gesas-alt-card__btn {
  height: 36px;
  font-size: 0.8rem;
  padding: 0 12px;
}

@media (hover: hover) and (pointer: fine) {
  .gesas-alt-cards--home-groups .gesas-alt-card--home-group::before {
    width: 0;
    transition: width 0.32s ease;
  }

  .gesas-alt-cards--home-groups .gesas-alt-card--home-group .gesas-alt-card__bg {
    width: 100%;
    transition: width 0.32s ease;
  }

  .gesas-alt-cards--home-groups .gesas-alt-card--home-group .gesas-alt-card__content {
    opacity: 0;
    transform: translateY(-50%) translateX(-12px);
    pointer-events: none;
    transition: opacity 0.24s ease, transform 0.32s ease;
  }

  .gesas-alt-cards--home-groups .gesas-alt-card--home-group:hover::before,
  .gesas-alt-cards--home-groups .gesas-alt-card--home-group:focus-within::before {
    width: 38%;
  }

  .gesas-alt-cards--home-groups .gesas-alt-card--home-group:hover .gesas-alt-card__bg,
  .gesas-alt-cards--home-groups .gesas-alt-card--home-group:focus-within .gesas-alt-card__bg {
    width: 62%;
  }

  .gesas-alt-cards--home-groups .gesas-alt-card--home-group:hover .gesas-alt-card__content,
  .gesas-alt-cards--home-groups .gesas-alt-card--home-group:focus-within .gesas-alt-card__content {
    opacity: 1;
    transform: translateY(-50%) translateX(0);
    pointer-events: auto;
  }

  .gesas-alt-cards--inner-groups .gesas-alt-card--home-group::before {
    height: 0;
    transition: height 0.32s ease;
  }

  .gesas-alt-cards--inner-groups .gesas-alt-card--home-group .gesas-alt-card__content {
    opacity: 0;
    transform: translateY(12px);
    pointer-events: none;
    transition: opacity 0.24s ease, transform 0.32s ease;
  }

  .gesas-alt-cards--inner-groups .gesas-alt-card--home-group:hover::before,
  .gesas-alt-cards--inner-groups .gesas-alt-card--home-group:focus-within::before {
    height: 42%;
  }

  .gesas-alt-cards--inner-groups .gesas-alt-card--home-group:hover .gesas-alt-card__content,
  .gesas-alt-cards--inner-groups .gesas-alt-card--home-group:focus-within .gesas-alt-card__content {
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
  }
}

@media (max-width: 991.98px) {
  .gesas-alt-cards--inner-groups {
    grid-template-columns: 1fr;
  }
}

.gesas-alt-card {
  position: relative;
  border-radius: 24px;
  overflow: hidden;
  min-height: 210px;
  background: #d81f26;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.14);
  transition: transform 280ms ease, box-shadow 280ms ease;
}

.gesas-alt-card::before {
  content: "";
  position: absolute;
  /* z-index: 1; */
  top: 0;
  bottom: 0;
  width: 55%;
  background: #cb161d;
}

.gesas-alt-card--xl::before {
  left: 0;
  border-radius: 24px 0 0 24px;
}

.gesas-alt-card--top-right::before,
.gesas-alt-card--sm::before {
  right: 0;
  border-radius: 0 24px 24px 0;
}

.gesas-alt-card--xl {
  grid-column: span 2;
  min-height: 360px;
}

.gesas-alt-card--top-right {
  min-height: 360px;
}

.gesas-alt-card__bg {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 46%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  z-index: 0;
  transition: transform 420ms ease;
}

.gesas-alt-card--xl .gesas-alt-card__bg {
  right: 0;
}

.gesas-alt-card--top-right .gesas-alt-card__bg,
.gesas-alt-card--sm .gesas-alt-card__bg {
  left: 0;
}

.gesas-alt-card__content {
  position: absolute;
  /* z-index: 3; */
  left: clamp(14px, 2.2vw, 28px);
  top: 50%;
  transform: translateY(-50%);
  color: #fff;
  transition: transform 280ms ease;
}

.gesas-alt-card--top-right .gesas-alt-card__content,
.gesas-alt-card--sm .gesas-alt-card__content {
  left: auto;
  right: clamp(14px, 2.2vw, 24px);
  text-align: left;
}

.gesas-alt-card__eyebrow {
  margin: 0 0 6px;
  font-size: 0.9rem;
  font-weight: 700;
  opacity: 0.95;
}

.gesas-alt-card__title {
  margin: 0 0 12px;
  font-size: clamp(1.9rem, 4vw, 3rem);
  line-height: 0.95;
  color: #fff;
}

.gesas-alt-card--sm .gesas-alt-card__title,
.gesas-alt-card--top-right .gesas-alt-card__title {
  font-size: clamp(1.45rem, 3vw, 2.1rem);
}

.gesas-alt-card__btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  height: 40px;
  padding: 0 14px;
  border-radius: 999px;
  border: 1.5px solid rgba(255, 255, 255, 0.9);
  color: #fff;
  text-decoration: none;
  font-weight: 800;
  font-size: 0.86rem;
  transition: transform 220ms ease, background-color 220ms ease, color 220ms ease;
}

.gesas-alt-card__product {
  position: absolute;
  /* z-index: 2; */
  right: clamp(12px, 2vw, 32px);
  bottom: clamp(-8px, 3.3vw, 0);
  width: clamp(140px, 17vw, 340px);
  height: auto;
  filter: drop-shadow(0 14px 20px rgba(0, 0, 0, 0.28));
  transition: transform 320ms ease;
}

.gesas-alt-card__product--xl {
  width: clamp(260px, 35vw, 377px);
  right: 13pc;
}

.gesas-alt-card--top-right .gesas-alt-card__product,
.gesas-alt-card--sm .gesas-alt-card__product {
  right: auto;
  left: clamp(-14px, 0vw, 5px);
}

/* index2 vitrin: her Ã¼rÃ¼n gÃ¶rselini ayrÄ± yÃ¶netmek iÃ§in */
.gesas-alt-card__product--p1 {
  width: clamp(260px, 35vw, 377px);
  right: 13pc;
  left: auto;
  bottom: clamp(-8px, 3.3vw, 0);
}

.gesas-alt-card__product--p2 {
  width: clamp(128px, 17vw, 380px);
  left: -92px !important;
  right: auto;
  bottom: clamp(-8px, 3.3vw, 0);
}

.gesas-alt-card__product--p3 {
  width: 227px;
  left: 29px !important;
  top: -5px;
  right: auto;
  bottom: clamp(-8px, 3.3vw, 0);
}

.gesas-alt-card__product--p4 {
  width: 231px !important;
  left: 55px !important;
  top: -8px;
  right: auto;
  bottom: clamp(-8px, 3.3vw, 0);
}

.gesas-alt-card__product--p5 {
  width: clamp(140px, 17vw, 340px);
  left: clamp(-14px, 0vw, 5px);
  right: auto;
  bottom: clamp(-8px, 3.3vw, 0);
}

.gesas-alt-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 26px 46px rgba(0, 0, 0, 0.2);
}

.gesas-alt-card:hover .gesas-alt-card__bg {
  transform: scale(1.06);
}

.gesas-alt-card:hover .gesas-alt-card__content {
  transform: translateY(-50%) translateX(3px);
}

.gesas-alt-card:hover .gesas-alt-card__product {
  transform: translateY(-5px) scale(1.03);
}

.gesas-alt-card:hover .gesas-alt-card__btn {
  transform: translateX(2px);
  background-color: rgba(255, 255, 255, 0.12);
}

@media (max-width: 991.98px) {
  .gesas-alt-cards {
    grid-template-columns: 1fr 1fr;
  }
  .gesas-alt-card--xl {
    grid-column: 1 / -1;
    min-height: 300px;
  }
  .gesas-alt-card--top-right {
    min-height: 300px;
  }
}

@media (max-width: 767.98px) {
  .gesas-alt-cards {
    grid-template-columns: 1fr;
    gap: 12px;
  }
  .gesas-alt-card {
    min-height: 220px;
  }
  .gesas-alt-card--xl,
  .gesas-alt-card--top-right {
    min-height: 260px;
  }
  .gesas-alt-card::before {
    width: 48%;
  }
  .gesas-alt-card__bg {
    width: 52%;
  }
  .gesas-alt-card__product {
    bottom: 0;
    max-width: 58%;
  }
  .gesas-alt-card__product--p1 {
    right: 2%;
    width: 56%;
    left: auto;
  }
  .gesas-alt-card__product--p2,
  .gesas-alt-card__product--p3,
  .gesas-alt-card__product--p4,
  .gesas-alt-card__product--p5 {
    left: -2% !important;
    width: 52% !important;
    top: auto !important;
  }
  .gesas-alt-card__content {
    left: 14px;
  }
  .gesas-alt-card--top-right .gesas-alt-card__content,
  .gesas-alt-card--sm .gesas-alt-card__content {
    right: 14px;
  }

  /* Anasayfa kategori kartları: mobilde tek parça görsel + altta gradient */
  .gesas-alt-cards--home-groups .gesas-alt-card--home-group {
    min-height: clamp(220px, 58vw, 320px);
    background: #cb161d;
  }

  .gesas-alt-cards--home-groups .gesas-alt-card--home-group::before {
    left: 0;
    right: 0;
    top: auto;
    bottom: 0;
    width: 100%;
    height: 68%;
    border-radius: 0 0 24px 24px;
    background: linear-gradient(
      180deg,
      rgba(203, 22, 29, 0) 0%,
      rgba(203, 22, 29, 0.55) 42%,
      rgba(203, 22, 29, 0.94) 100%
    );
  }

  .gesas-alt-cards--home-groups .gesas-alt-card--home-group .gesas-alt-card__bg {
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
  }

  .gesas-alt-cards--home-groups .gesas-alt-card--home-group .gesas-alt-card__content {
    left: clamp(14px, 4vw, 20px);
    right: clamp(14px, 4vw, 20px);
    top: auto;
    bottom: clamp(14px, 3.5vw, 20px);
    transform: none;
    text-align: left;
    z-index: 2;
  }

  .gesas-alt-cards--home-groups .gesas-alt-card__title {
    font-size: clamp(1.5rem, 7.2vw, 2.1rem);
    line-height: 0.98;
    margin-bottom: 10px;
  }
}

.gesas-alt-hero {
  position: relative;
  overflow: hidden;
  background: url("../img/slider-2-bg.png") center bottom / cover no-repeat;
  color: #fff;
  min-height: 720px;
  padding: 4.2rem 1rem 0;
  /* width: max-content; */
}

.gesas-alt-hero::after {
  content: none;
}

.gesas-alt-hero__shell {
  max-width: 1240px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

.gesas-alt-hero__top {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 1rem;
}

.gesas-alt-hero__logo img {
  width: clamp(95px, 12vw, 140px);
  height: auto;
}

.gesas-alt-hero__nav {
  text-align: right;
  font-weight: 500;
}

.gesas-alt-hero__burger {
  display: none;
  width: 42px;
  height: 42px;
  border: 0;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.16);
  padding: 0;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 4px;
}

.gesas-alt-hero__burger span {
  display: block;
  width: 18px;
  height: 2px;
  background: #fff;
  border-radius: 2px;
}

.gesas-alt-hero__menu-wrap {
  display: block;
}

/* Desktop/tablet: Bootstrap `collapse` menÃ¼yÃ¼ gizlemesin */
@media (min-width: 576px) {
  .gesas-alt-hero__menu-wrap.collapse:not(.show) {
    display: block;
    height: auto;
    min-height: 0;
    overflow: visible;
    visibility: visible;
    opacity: 1;
    pointer-events: auto;
    transform: none;
  }
}

.gesas-alt-hero__contact {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 132px;
  height: 38px;
  border-radius: 999px;
  background: #ffd229;
  color: #231f20;
  text-decoration: none;
  font-weight: 600;
  font-size: 0.82rem;
  letter-spacing: 0.2px;
  margin-top: 4px;
  margin-bottom: 0.55rem;
}

.gesas-alt-hero__menu-contact {
  display: none;
}

.gesas-alt-hero__menu {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0.22rem;
}

.gesas-alt-hero__menu a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 132px;
  height: 38px;
  padding: 0 14px;
  border-radius: 999px;
  background: #fff;
  color: #231f20;
  text-decoration: none;
  font-weight: 600;
  font-size: 0.82rem;
  line-height: 1;
  letter-spacing: 0.25px;
  opacity: 1;
  transition: transform 180ms ease, background-color 180ms ease;
}

.gesas-alt-hero__menu a:hover {
  transform: translateY(-1px);
  background-color: #f4f4f4;
}

.gesas-alt-hero__content {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 1rem;
  margin-top: 1.2rem;
}

.gesas-alt-hero__left h1 {
  margin: 0 0 1rem;
  font-family: var(--f-head);
  font-weight: 900;
  font-size: clamp(2rem, 4.5vw, 4rem);
  line-height: 0.93;
}

.gesas-alt-hero__cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 132px;
  height: 40px;
  border-radius: 999px;
  background: #ffd229;
  color: #231f20;
  text-decoration: none;
  font-weight: 900;
  font-size: 0.9rem;
}

.gesas-alt-hero__right p {
  margin: 0;
  font-size: 0.95rem;
  font-weight: 500;
  text-align: right;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.92);
}

.gesas-alt-hero__stage {
  position: relative;
  min-height: 571px;
  margin-top: 0.8rem;
}

.gesas-alt-hero__plate {
  position: absolute;
  left: 50%;
  top: -466px;
  transform: translateX(-50%);
  width: min(62vw, 620px);
  height: auto;
  animation: gesasPlateSpin 26s linear infinite;
  filter: drop-shadow(0 20px 26px rgba(0, 0, 0, 0.25));
}

.gesas-alt-hero__orbiter {
  position: absolute;
  left: -25vw;
  top: 144px;
  width: 490px;
  height: auto;
  animation: gesasProductRun 21s linear infinite;
  animation-timing-function: linear;
  z-index: 5;
}

.gesas-alt-hero__orbiter--a {
  animation-delay: 0s;
}

.gesas-alt-hero__orbiter--b {
  animation-delay: -7s;
}

.gesas-alt-hero__orbiter--c {
  animation-delay: -14s;
}

@keyframes gesasPlateSpin {
  from {
    transform: translateX(-50%) rotate(0deg);
  }
  to {
    transform: translateX(-50%) rotate(-360deg);
  }
}

@keyframes gesasProductRun {
  0% {
    transform: translateX(-400px) translateY(-312px);
  }
  10% {
    /* transform: translateX(10vw) translateY(-125px); */
  }
  20% {
    /* transform: translateX(20vw) translateY(-85px); */
  }
  30% {
    /* transform: translateX(30vw) translateY(-45px); */
  }
  40% {
    transform: translateX(40vw) translateY(-15px);
  }
  50% {
    transform: translateX(50vw) translateY(0px);
  }
  60% {
    transform: translateX(60vw) translateY(-18px);
  }
  70% {
    /* transform: translateX(70vw) translateY(-139px); */
  }
  80% {
    /* transform: translateX(80vw) translateY(-173px); */
  }
  90% {
    /* transform: translateX(90vw) translateY(-302px); */
  }
  100% {
    transform: translateX(100vw) translateY(-316px);
  }
}

@keyframes gesasProductRunMobile {
  0% {
    transform: translateX(-400px) translateY(-312px);
  }
  100% {
    transform: translateX(100vw) translateY(-312px);
  }
}

@media (max-width: 991.98px) {
  .gesas-alt-hero {
    min-height: 640px;
    padding-top: 0.9rem;
  }
  .gesas-alt-hero__content {
    flex-direction: column;
    gap: 0.85rem;
  }
  .gesas-alt-hero__right p {
    text-align: left;
  }
  .gesas-alt-hero__stage {
    min-height: 440px;
  }
  .gesas-alt-hero::after {
    content: none;
  }
}

@media (max-width: 575.98px) {
  .gesas-alt-hero {
    min-height: 620px;
    padding-top: 0.75rem;
  }
  .gesas-alt-hero__top {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 0.5rem;
  }
  .gesas-alt-hero__logo {
    order: 1;
  }
  .gesas-alt-hero__nav {
    order: 2;
  }
  .gesas-alt-hero__nav {
    width: auto;
    text-align: left;
    position: relative;
    z-index: 3000;
  }
  .gesas-alt-hero__burger {
    display: inline-flex;
  }
  .gesas-alt-hero__menu-wrap {
    display: flex;
    flex-direction: column;
    position: fixed;
    right: 0;
    top: 0;
    width: min(92vw, 360px);
    height: 100vh;
    padding: calc(10px + env(safe-area-inset-top, 0px)) 12px 14px;
    border-radius: 0;
    background: #d81f26;
    z-index: 99999;
    box-shadow: -14px 0 30px rgba(0, 0, 0, 0.35);
    transform: translateX(104%);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: transform 0.2s ease, opacity 0.2s ease, visibility 0.2s ease;
  }
  .gesas-alt-hero__menu-wrap::before {
    content: "";
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.45);
    z-index: -1;
  }
  .gesas-alt-hero__menu-head {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-bottom: 0.35rem;
    padding-inline: 2px;
  }
  .gesas-alt-hero__menu-logo img {
    width: 92px;
    height: auto;
    display: block;
  }
  .gesas-alt-hero__menu-close {
    width: 34px;
    height: 34px;
    border: 0;
    border-radius: 8px;
    background: #fff;
    color: #d81f26;
    font-size: 1.45rem;
    line-height: 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0;
  }
  .gesas-alt-hero__menu-wrap:not(.show) {
    display: flex;
  }
  .gesas-alt-hero__menu-wrap.show {
    transform: translateX(0);
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    height: 100vh !important;
    min-height: 100vh !important;
    overflow-y: auto;
  }
  .gesas-alt-hero__menu-wrap.collapse,
  .gesas-alt-hero__menu-wrap.collapsing {
    transition: transform 0.2s ease, opacity 0.2s ease, visibility 0.2s ease !important;
  }
  .gesas-alt-hero__menu-wrap.collapse.show {
    display: flex !important;
    height: 100vh !important;
    min-height: 100vh !important;
    overflow-y: auto;
  }
  .gesas-alt-hero__menu-wrap.collapse:not(.show) {
    height: 0 !important;
    min-height: 0 !important;
    overflow: hidden;
  }
  .gesas-alt-hero__menu-wrap.collapsing {
    height: 100vh !important;
    min-height: 100vh !important;
  }
  .gesas-alt-hero__menu {
    align-items: stretch;
    gap: 0.42rem;
  }
  .gesas-alt-hero__menu li {
    width: auto;
    display: block;
  }
  .gesas-alt-hero__contact {
    min-width: 100%;
    height: 40px;
    margin-top: 0.55rem;
    margin-bottom: 0;
  }
  .gesas-alt-hero__menu-contact {
    display: block;
    margin-top: 0.65rem;
    padding: 9px 4px 6px;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    color: #fff;
  }
  .gesas-alt-hero__menu-contact-title {
    margin: 0.45rem 0 0.35rem;
    color: #ffd229;
    font-size: 0.9rem;
    font-weight: 800;
  }
  .gesas-alt-hero__menu-contact p {
    margin: 0 0 0.28rem;
    font-size: 0.82rem;
    line-height: 1.4;
    color: rgba(255, 255, 255, 0.95);
    word-break: break-word;
  }
  .gesas-alt-hero__menu-contact-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.45rem;
    margin: 0.45rem 0 0.7rem;
  }
  .gesas-alt-hero__menu-contact-actions a {
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
    gap: 0.35rem;
    height: 34px;
    padding: 0 12px;
    border-radius: 999px;
    text-decoration: none;
    font-size: 0.75rem;
    font-weight: 800;
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.24);
    background: rgba(255, 255, 255, 0.14);
    /* box-shadow: 0 6px 14px rgba(0, 0, 0, 0.16); */
    letter-spacing: 0.01em;
    transition: transform 0.16s ease, background-color 0.16s ease, box-shadow 0.16s ease;
  }
  .gesas-alt-hero__menu-contact-actions a::before {
    content: "";
    width: 18px;
    height: 18px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.22);
    flex-shrink: 0;
    font-size: 0.68rem;
    line-height: 1;
    color: #fff;
    text-align: center;
  }
  .gesas-alt-hero__menu-contact-actions a[href^="https://maps"]::before {
    content: "ðŸ“";
  }
  .gesas-alt-hero__menu-contact-actions a[href^="mailto:"]::before {
    content: "âœ‰";
  }
  .gesas-alt-hero__menu-contact-actions a[href^="tel:"]::before {
    content: "â˜Ž";
  }
  .gesas-alt-hero__menu-contact-actions a:hover {
    background: rgba(255, 255, 255, 0.22);
    box-shadow: 0 8px 18px rgba(0, 0, 0, 0.2);
    transform: translateY(-1px);
  }
  .gesas-alt-hero__menu a {
    font-size: 0.82rem;
    min-width: 100%;
    height: 42px;
    line-height: 1;
    letter-spacing: 0.2px;
  }
  .gesas-alt-hero__stage {
    min-height: 330px;
    margin-top: 0.2rem;
  }
  .gesas-alt-hero::after {
    content: none;
  }
  .gesas-alt-hero__plate {
    width: min(61vw, 390px);
    top: -472px;
  }
  .gesas-alt-hero__orbiter {
    width: clamp(120px, 56vw, 170px);
    top: 339px;
    animation-duration: 18s;
    animation-name: gesasProductRunMobile;
  }
  .gesas-alt-hero__orbiter--a {
    animation-delay: 0s;
  }
  .gesas-alt-hero__orbiter--b {
    animation-delay: -6s;
  }
  .gesas-alt-hero__orbiter--c {
    animation-delay: -12s;
  }
  .gesas-alt-hero__content {
    margin-top: 18.55rem;
    gap: 0.7rem;
  }
  .gesas-alt-hero__left,
  .gesas-alt-hero__right {
    width: 100%;
    text-align: center;
  }
  .gesas-alt-hero__left h1 {
    font-size: clamp(1.6rem, 8.5vw, 2.2rem);
    margin-bottom: 0.65rem;
  }
  .gesas-alt-hero__right p {
    font-size: 0.86rem;
    line-height: 1.4;
    text-align: center;
  }
  .gesas-alt-showcase {
    padding-left: 0.6rem !important;
    padding-right: 0.6rem !important;
  }
}

/* Orijinal sitede hero baÅŸlÄ±ÄŸÄ± gizli */
.gesas-hero__title {
  display: none !important;
}

.gesas-wide-wrap {
  max-width: 1728px;
  margin-left: auto;
  margin-right: auto;
}

/* â€”â€” ÃœrÃ¼n vitrinÃ¼ (koyu zemin + krem kart + kÄ±rmÄ±zÄ± ÅŸerit) â€”â€” */
.gesas-products-section {
  padding-top: 2rem;
  padding-bottom: 2.5rem;
  position: relative;
  z-index: 1;
}

/* Hero ile bitiÅŸik: fazla boÅŸluk yok, hafif Ã¼st bindirme; header (z-index 1100) Ã¼stte kalÄ±r */
.gesas-products-section--after-hero {
  margin-top: -1.75rem;
  padding-top: 0;
  padding-bottom: 2rem;
}

.gesas-products {
  position: relative;
  z-index: 1;
  background: var(--c-sand);
  border-radius: clamp(20px, 4vw, 40px);
  padding: 0;
  overflow: hidden;
  box-shadow: 0 24px 48px rgba(0, 0, 0, 0.18);
}

.gesas-products__ticker {
  background: var(--c-purple);
  color: #fff;
  overflow: hidden;
  padding: 0.65rem 0;
}

@keyframes gesasProductsTicker {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-33.333%);
  }
}

.gesas-products__ticker-track {
  display: flex;
  gap: 3.5rem;
  width: max-content;
  font-weight: 900;
  font-size: clamp(0.7rem, 1.5vw, 0.85rem);
  letter-spacing: 0.06em;
  text-transform: uppercase;
  animation: gesasProductsTicker 22s linear infinite;
}

.gesas-products__ticker-track span {
  white-space: nowrap;
}

.gesas-products__body {
  padding: 1.75rem clamp(1rem, 3vw, 2.25rem) 2rem;
}

.gesas-product-cats {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 0.35rem 0.75rem;
  margin-bottom: 1.5rem;
}

.gesas-product-cat {
  border: none;
  background: transparent;
  color: var(--c-ink);
  font-family: var(--f-head);
  font-weight: 800;
  font-size: clamp(0.95rem, 2vw, 1.05rem);
  padding: 0.45rem 1.1rem;
  border-radius: 999px;
  cursor: pointer;
  transition: background-color 0.2s ease, color 0.2s ease, transform 0.18s var(--ease-spring);
}

.gesas-product-cat:hover {
  transform: translateY(-1px);
}

.gesas-product-cat.is-active {
  background: var(--c-ink);
  color: #fff;
}

.gesas-product-card {
  border-radius: var(--r-lg);
  overflow: visible;
  transition: transform 0.35s var(--ease-spring);
  height: 100%;
  background: transparent;
  text-align: center;
}

.gesas-product-card:hover {
  transform: translateY(-4px);
}

.gesas-product-card__img {
  border-radius: var(--r-md);
  overflow: hidden;
  aspect-ratio: 840 / 587;
  background: transparent;
  filter: drop-shadow(0 12px 24px rgba(35, 31, 32, 0.12));
}

.gesas-product-card__img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.gesas-product-card__brand {
  font-family: var(--f-head);
  font-weight: 900;
  font-size: clamp(1.1rem, 2.2vw, 1.35rem);
  letter-spacing: 0.04em;
  margin: 0.85rem 0 0.4rem;
  color: var(--c-ink);
}

.gesas-product-controls {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0.5rem 0.75rem;
  margin: 1.25rem auto 0;
  max-width: min(100%, 520px);
  background: var(--c-ink);
  border-radius: 999px;
  padding: 0.55rem 0.65rem 0.55rem 0.85rem;
}

.gesas-product-controls__arrow {
  flex-shrink: 0;
  width: 2.25rem;
  height: 2.25rem;
  border: 0;
  border-radius: 50%;
  background: transparent;
  color: #fff;
  font-size: 1.35rem;
  line-height: 1;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: background-color 0.2s ease, color 0.2s ease;
}

.gesas-product-controls__arrow:hover {
  background: rgba(255, 255, 255, 0.12);
}

.gesas-product-controls__dots {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  flex: 1 1 auto;
  min-width: 0;
  padding: 0 0.25rem;
}

.gesas-product-controls .gesas-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  border: 0;
  padding: 0;
  background: rgba(255, 255, 255, 0.35);
  cursor: pointer;
  transition: background-color 0.2s ease, transform 0.2s ease;
}

.gesas-product-controls .gesas-dot.is-selected {
  background: #fff;
  transform: scale(1.15);
}

.gesas-product-controls__all {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  padding: 0.4rem 0.65rem 0.4rem 0.85rem;
  margin-left: 0.15rem;
  background: #fff;
  color: var(--c-ink) !important;
  font-weight: 800;
  font-size: 0.8rem;
  text-decoration: none !important;
  border-radius: 999px;
  transition: transform 0.18s var(--ease-spring), box-shadow 0.2s ease;
}

.gesas-product-controls__all:hover {
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.12);
  color: var(--c-ink) !important;
}

.gesas-product-controls__all-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.35rem;
  height: 1.35rem;
  border-radius: 50%;
  border: 1.5px solid var(--c-ink);
  font-size: 0.65rem;
  line-height: 1;
}

.gesas-product-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 1.5rem;
}

.gesas-product-nav .gesas-dot {
  width: 28px;
  height: 8px;
  border-radius: 8px;
  border: 0;
  background: rgba(35, 31, 32, 0.22);
  cursor: pointer;
}

.gesas-product-nav .gesas-dot.is-selected {
  background: var(--c-ink);
  opacity: 1;
}

.gesas-recipe-nav .gesas-dot {
  background: rgba(35, 31, 32, 0.22);
}

.gesas-recipe-nav .gesas-dot.is-selected {
  background: var(--c-ink);
  opacity: 1;
}

/* â€”â€” Ã–ne Ã§Ä±kan metin â€”â€” */
.gesas-features {
  padding: 3rem 0;
}

.gesas-features h2.gesas-heading {
  font-size: clamp(2rem, 6vw, 7rem);
  margin-bottom: 0.25em;
  cursor: default;
  transition: color 0.25s ease;
}

.gesas-features h2.gesas-heading:hover,
.gesas-features h2.gesas-heading.is-active {
  color: var(--c-orange) !important;
}

/* Beyaz vitrin: ortada slogan, yanlarda eÄŸik Ã¼rÃ¼n */
.gesas-features--statement {
  background: transparent;
  padding: clamp(3.5rem, 10vw, 7rem) 0;
  overflow: hidden;
}

.gesas-features__shell {
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 clamp(0.75rem, 3vw, 2rem);
}

.gesas-features__layout {
  position: relative;
  min-height: clamp(260px, 48vh, 520px);
  display: flex;
  align-items: center;
  justify-content: center;
}

.gesas-features__center {
  position: relative;
  z-index: 2;
  text-align: center;
  padding: 1rem 0;
  max-width: min(100%, 22rem);
}

@media (min-width: 768px) {
  .gesas-features__center {
    max-width: min(100%, 36rem);
  }
}

.gesas-features__brand {
  font-family: var(--f-head);
  font-weight: 900;
  font-size: clamp(1.65rem, 4.2vw, 2.85rem);
  letter-spacing: 0.12em;
  color: var(--c-orange);
  margin: 0 0 0.85rem;
  text-transform: uppercase;
}

.gesas-features__slogan-line {
  font-family: var(--f-head);
  font-weight: 900;
  font-size: clamp(1.35rem, 5.2vw, 4.25rem);
  line-height: 1.06;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: var(--c-ink);
  margin: 0;
  cursor: default;
}

.gesas-features__float {
  position: absolute;
  top: 50%;
  z-index: 1;
  width: clamp(100px, 24vw, 280px);
  pointer-events: none;
  user-select: none;
}

.gesas-features__float img {
  width: 100%;
  height: auto;
  display: block;
}

.gesas-features__float--left {
  left: clamp(-0.5rem, 2vw, 2rem);
  transform: translateY(-50%) rotate(-26deg);
}

.gesas-features__float--right {
  right: clamp(-0.5rem, 2vw, 2rem);
  transform: translateY(-50%) rotate(24deg);
}

@media (max-width: 575.98px) {
  .gesas-features__float {
    width: clamp(72px, 26vw, 120px);
    opacity: 0.92;
  }
  .gesas-features__float--left {
    left: 0;
    transform: translateY(-42%) rotate(-18deg);
  }
  .gesas-features__float--right {
    right: 0;
    transform: translateY(-42%) rotate(16deg);
  }
  .gesas-features__layout {
    min-height: clamp(220px, 42vh, 380px);
  }
}

/* â€”â€” HakkÄ±mÄ±zda â€”â€” */
.gesas-about__heading {
  font-size: clamp(2rem, 4vw, 3.25rem);
}

.gesas-about__visual {
  position: relative;
}

.gesas-about__sticker {
  position: absolute;
  bottom: 8%;
  right: 4%;
  width: min(28%, 140px);
  z-index: 2;
}

.gesas-about__visual .position-relative {
  border-radius: var(--r-xl);
  overflow: hidden;
}

.gesas-about__visual .position-relative > img:first-of-type {
  border-radius: var(--r-xl);
}

/* â€”â€” Tarif kartlarÄ± â€”â€” */
.gesas-recipes .gesas-recipe-card {
  border-radius: var(--r-lg);
  overflow: hidden;
  height: 100%;
  color: var(--c-ink);
}

.gesas-recipe-card__img {
  aspect-ratio: 3 / 4;
  overflow: hidden;
}

.gesas-recipe-card__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: var(--r-md);
}

/* â€”â€” Sosyal ÅŸerit (tam stiller: .gesas-social-strip--showcase) â€”â€” */

/* â€”â€” Footer (orijinal: beyaz panel + koyu links) â€”â€” */
.gesas-footer {
  background: transparent;
  color: var(--c-cream);
  padding: 0;
}

.gesas-footer__newsletter-wrap {
  background: var(--c-cream);
}

.gesas-footer__panel {
  border-radius: var(--r-xl) !important;
  box-shadow: 0 32px 80px rgba(0, 0, 0, 0.12) !important;
  background: #ffffff !important;
  color: var(--c-ink);
}

.gesas-footer__slogan {
  font-size: clamp(1.5rem, 3vw, 2.25rem);
  color: var(--c-ink);
}

.gesas-footer__links-block {
  background: var(--c-deep) !important;
  color: var(--c-cream) !important;
}

.gesas-footer__links-block a {
  color: var(--c-cream);
  font-size: 0.95rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  transition: color 0.18s ease;
}

.gesas-footer__links-block a:hover {
  color: var(--c-gold) !important;
  opacity: 1;
}

.gesas-footer__subhead {
  color: var(--c-bulten) !important;
  letter-spacing: 0.05em;
}

.gesas-footer__subtext {
  color: rgba(252, 250, 248, 0.88);
  font-weight: 600;
}

.gesas-footer__form input {
  border-radius: 0;
  border: none;
  border-bottom: 1px solid rgba(252, 250, 248, 0.35);
  background: transparent;
  color: var(--c-cream) !important;
  padding: 10px 4px 12px;
  margin-bottom: 12px;
  width: 100%;
  max-width: 320px;
  font-weight: 700;
}

.gesas-footer__form input::placeholder {
  color: rgba(252, 250, 248, 0.5) !important;
}

.gesas-footer__copy {
  color: rgba(252, 250, 248, 0.45);
}

.gesas-footer-hash {
  width: max-content;
  margin: 0 auto;
  animation: gesasMarquee 28s linear infinite;
}

.gesas-footer-hash span {
  color: var(--c-gold) !important;
}

/* â€”â€” ÃœrÃ¼n dropdown paneli â€”â€” */
.products-dropdown-trigger {
  cursor: pointer;
}

.products-dropdown-panel {
  position: fixed;
  z-index: 9999;
  background: var(--c-cream);
  /* border: 6px solid #f6efe2; */
  border-radius: var(--r-xl);
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.22);
  padding: 62px 28px;
  opacity: 0;
  transform: translateY(-10px);
  pointer-events: none;
  transition: opacity 0.22s ease, transform 0.22s var(--ease-spring);
}

.products-dropdown-panel.is-open {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}

.products-dropdown-grid {
  display: grid;
  grid-template-columns: minmax(520px, 1.6fr) minmax(190px, 240px);
  gap: 28px;
}

.products-dropdown-col h4,
.products-dropdown-featured h4 {
  margin: 0 0 14px;
  font-size: 1rem;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.products-dropdown-col ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.products-dropdown-col li {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 9px 10px;
  border-radius: var(--r-md);
  font-size: 1.1rem;
  font-weight: 800;
  transition: background 0.18s ease;
  cursor: default;
}

@media (max-width: 1024px) {
  .products-dropdown-col li {
    font-size: 1.25rem;
  }
}

.products-dropdown-col li:hover {
  background: var(--c-sand);
}

.products-dropdown-col .chip-icon {
  width: 42px;
  height: 42px;
  border-radius: var(--r-md);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--c-sand);
  font-size: 20px;
}

.products-dropdown-subgrid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}

.products-dropdown-subcol {
  background: rgba(35, 31, 32, 0.04);
  border: 1px solid rgba(35, 31, 32, 0.08);
  border-radius: 14px;
  padding: 10px;
}

.products-dropdown-group-link {
  display: inline-flex;
  font-weight: 900;
  font-size: 1rem;
  margin-bottom: 8px;
}

.products-dropdown-link--sub {
  font-size: 0.95rem;
  font-weight: 800;
  padding: 7px 8px;
}

.products-dropdown-link--sub .chip-icon {
  display: none;
}

.products-dropdown-featured .featured-card {
  background: #d01d23;
  border-radius: var(--r-lg);
  padding: 22px;
  color: var(--c-cream);
  height: 100%;
  display: flex;
  flex-direction: column;
}

.products-dropdown-featured {
  justify-self: end;
  width: 100%;
  max-width: 240px;
}

.products-dropdown-featured .featured-card h5 {
  margin: 0 0 10px;
  font-size: 2.6rem;
  line-height: 0.88;
  letter-spacing: -0.03em;
  flex: 1;
  color: var(--c-cream);
}

.products-dropdown-featured .featured-card h5 span {
  display: block;
}

@media (max-width: 1024px) {
  .products-dropdown-featured .featured-card h5 {
    font-size: 2rem;
  }
}

.products-dropdown-featured .featured-card p {
  margin: 0 0 18px;
  font-size: 0.95rem;
  line-height: 1.3;
  color: rgba(252, 250, 248, 0.85);
  font-weight: 600;
}

.products-dropdown-featured .featured-btn {
  border: 0;
  border-radius: var(--r-md);
  background: var(--c-cream);
  color: var(--c-ink);
  padding: 11px 16px;
  font-size: 0.9rem;
  font-weight: 800;
  cursor: pointer;
  align-self: flex-start;
  transition: transform 0.18s var(--ease-spring), box-shadow 0.18s ease;
}

.products-dropdown-featured .featured-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.15);
}

@media (max-width: 1024px) {
  .products-dropdown-grid {
    grid-template-columns: 1fr;
  }

  .products-dropdown-subgrid {
    grid-template-columns: 1fr;
  }
}

/* ÃœrÃ¼n track (yatay kaydÄ±rma) */
.gesas-products-viewport {
  overflow: hidden;
}

.gesas-products-viewport,
.gesas-recipes-viewport {
  cursor: grab;
  user-select: none;
}

.gesas-products-viewport:active,
.gesas-recipes-viewport:active {
  cursor: grabbing;
}

.gesas-products-track {
  display: flex;
  transition: transform 0.45s var(--ease-spring);
}

.gesas-products-track .gesas-product-slide {
  flex: 0 0 25%;
  width: 25%;
  max-width: 25%;
  padding: 0 10px;
  box-sizing: border-box;
}

@media (max-width: 1199px) {
  .gesas-products-track .gesas-product-slide {
    flex: 0 0 50%;
    width: 50%;
    max-width: 50%;
  }
}

@media (max-width: 767px) {
  .gesas-products-track .gesas-product-slide {
    flex: 0 0 100%;
    width: 100%;
    max-width: 100%;
  }
}

/* Tarif track */
.gesas-recipes-viewport {
  overflow: hidden;
}

.gesas-recipes-track {
  display: flex;
  transition: transform 0.45s var(--ease-spring);
}

.gesas-recipes-track .gesas-recipe-slide {
  flex: 0 0 228px;
  min-width: 228px;
  max-width: 228px;
  padding: 0 14px;
  box-sizing: border-box;
}

@media (max-width: 1199px) {
  .gesas-recipes-track .gesas-recipe-slide {
    flex: 0 0 200px;
    min-width: 200px;
    max-width: 200px;
    padding: 0 12px;
  }
}

@media (max-width: 767px) {
  .gesas-recipes-track .gesas-recipe-slide {
    flex: 0 0 100%;
    min-width: 100%;
    max-width: 100%;
    padding: 0 10px;
  }
}

/* â€”â€” TatlÄ± tarifler vitrinÃ¼ (referans dÃ¼zeni) â€”â€” */
.gesas-recipes--showcase {
  background: transparent;
  background-color: transparent !important;
}

.gesas-recipes__shell {
  max-width: 1320px;
  margin: 0 auto;
}

.gesas-recipes--showcase .gesas-recipes__shell {
  max-width: none;
  width: 100%;
  margin: 0;
}

.gesas-recipes--showcase .gesas-recipes-viewport {
  margin: 0;
}

.gesas-recipes__header {
  margin-bottom: clamp(1.75rem, 4vw, 2.75rem);
}

.gesas-recipes__eyebrow {
  font-family: var(--f-head);
  font-weight: 800;
  font-size: 0.8rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--c-ink);
  margin: 0 0 0.35rem;
  opacity: 0.85;
}

.gesas-recipes__title {
  font-size: clamp(2rem, 5vw, 3.75rem);
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  color: var(--c-ink);
  margin: 0 0 1rem;
  line-height: 1.05;
}

.gesas-recipes__more {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.55rem 1.15rem 0.55rem 1.25rem;
  background: var(--c-ink);
  color: #fff !important;
  font-weight: 800;
  font-size: 0.85rem;
  text-decoration: none !important;
  border-radius: 999px;
  transition: transform 0.18s var(--ease-spring), box-shadow 0.2s ease;
}

.gesas-recipes__more:hover {
  color: #fff !important;
  transform: translateY(-2px);
  box-shadow: 0 8px 22px rgba(0, 0, 0, 0.18);
}

.gesas-recipes__more-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 50%;
  background: #fff;
  color: var(--c-ink);
}

.gesas-recipes--showcase .gesas-recipes-track .gesas-recipe-slide {
  flex: 0 0 clamp(242px, 22vw, 286px);
  min-width: clamp(242px, 22vw, 286px);
  max-width: clamp(242px, 22vw, 286px);
  padding: 59px 14px;
}

@media (max-width: 1199px) {
  .gesas-recipes--showcase .gesas-recipes-track .gesas-recipe-slide {
    flex: 0 0 clamp(220px, 42vw, 260px);
    min-width: clamp(220px, 42vw, 260px);
    max-width: clamp(220px, 42vw, 260px);
    padding: 0 12px;
  }
}

@media (max-width: 767px) {
  .gesas-recipes--showcase .gesas-recipes-track .gesas-recipe-slide {
    padding: 0 10px;
  }
}

/* TatlÄ± tarifler: kesintisiz yatay marquee (sonsuz dÃ¶ngÃ¼) */
@keyframes gesasRecipesMarquee {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

.gesas-recipes-track__marquee-group {
  display: flex;
  flex-shrink: 0;
  align-items: stretch;
}

.gesas-recipes-track--marquee {
  width: max-content;
  transition: none !important;
  animation: gesasRecipesMarquee 48s linear infinite;
}

.gesas-recipes--showcase .gesas-recipes-viewport:hover .gesas-recipes-track--marquee {
  animation-play-state: paused;
}

.gesas-recipes--showcase .gesas-recipe-nav {
  display: none;
}

@media (prefers-reduced-motion: reduce) {
  .gesas-recipes-track--marquee {
    animation: none;
    transform: none;
  }

  .gesas-recipes--showcase .gesas-recipes-viewport {
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
  }
}

.gesas-recipe-card2 {
  border-radius: clamp(14px, 2.5vw, 22px);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  height: 100%;
  min-height: 420px;
  background: #fff;
  box-shadow: 0 14px 36px rgba(35, 31, 32, 0.1);
  transition: transform 0.35s var(--ease-spring), box-shadow 0.3s ease;
}

.gesas-recipe-card2-link:hover .gesas-recipe-card2 {
  transform: translateY(-5px);
  box-shadow: 0 22px 48px rgba(35, 31, 32, 0.14);
}

.gesas-recipe-card2__media {
  position: relative;
  flex: 0 0 46%;
  min-height: 168px;
  max-height: 52%;
  overflow: hidden;
  background: #ddd;
}

.gesas-recipe-card2__media img {
  width: 100%;
  height: 100%;
  min-height: 180px;
  object-fit: cover;
  display: block;
}

.gesas-recipe-card2__time {
  position: absolute;
  top: 10px;
  right: 10px;
  padding: 5px 12px;
  border-radius: 999px;
  font-size: 0.72rem;
  font-weight: 800;
  color: var(--c-ink);
  background: rgba(255, 255, 255, 0.88);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.06);
}

.gesas-recipe-card2__body {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 0.85rem 0.95rem 1rem;
  min-height: 0;
}

.gesas-recipe-card2__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 6px 12px;
  margin-bottom: 0.45rem;
}

.gesas-recipe-card2__tag {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  font-size: 0.68rem;
  font-weight: 800;
  color: var(--c-ink);
  opacity: 0.95;
}

.gesas-recipe-card2__tag-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--c-ink);
  opacity: 0.55;
}

.gesas-recipe-card2__title {
  font-family: var(--f-head);
  font-size: clamp(0.78rem, 1.35vw, 0.98rem);
  font-weight: 900;
  line-height: 1.28;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: var(--c-ink);
  margin: 0 0 0.65rem;
  flex: 1 1 auto;
}

.gesas-recipe-card2__cta {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  margin-top: auto;
  padding: 0.45rem 0.65rem 0.45rem 0.85rem;
  background: #fff;
  color: var(--c-ink) !important;
  font-weight: 800;
  font-size: 0.75rem;
  border-radius: 999px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.06);
}

.gesas-recipe-card2__cta-ico {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.35rem;
  height: 1.35rem;
  border-radius: 50%;
  border: 2px solid var(--c-ink);
  color: var(--c-ink);
}

/* â€”â€” TatlÄ± Tarifler (kÄ±rmÄ±zÄ± kart Â· beyaz yazÄ±) â€”â€” */
.gesas-recipes--showcase .gesas-recipe-card2__body {
  background: #e21a21 !important;
  color: #fff;
}

.gesas-recipes--showcase .gesas-recipe-card2__tag {
  color: #fff !important;
  opacity: 1 !important;
}

.gesas-recipes--showcase .gesas-recipe-card2__tag-dot {
  background: #fff !important;
  opacity: 0.85 !important;
}

.gesas-recipes--showcase .gesas-recipe-card2__title {
  color: #fff !important;
}

.gesas-recipes--showcase .gesas-recipe-card2__cta {
  color: var(--c-ink) !important;
}

.gesas-recipe-nav--showcase {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.65rem;
  margin: 1.75rem auto 0;
  max-width: 320px;
  padding: 0.5rem 0.85rem;
  background: var(--c-ink);
  border-radius: 999px;
}

.gesas-recipe-nav--showcase .gesas-recipe-nav__dots {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  flex: 1;
}

.gesas-recipe-nav__btn {
  flex-shrink: 0;
  width: 36px;
  height: 36px;
  padding: 0;
  border: none;
  border-radius: 8px;
  background: #0d0d0d;
  color: #fff;
  font-size: 1.15rem;
  line-height: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background 0.2s ease, transform 0.15s ease;
}

.gesas-recipe-nav__btn:hover {
  background: #222;
  transform: scale(1.03);
}

.gesas-recipe-nav--showcase .gesas-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  border: 0;
  padding: 0;
  background: rgba(255, 255, 255, 0.35);
  cursor: pointer;
  transition: background 0.2s ease, transform 0.2s ease;
}

.gesas-recipe-nav--showcase .gesas-dot.is-selected {
  background: #fff;
  transform: scale(1.12);
}

@media (max-width: 767px) {
  .gesas-recipe-card2 {
    min-height: 400px;
  }
}

/* â€”â€” Tarif kartÄ± iÃ§i (eski yapÄ± â€” artÄ±k kullanÄ±lmÄ±yor) â€”â€” */
.gesas-recipe-inner {
  border-radius: var(--r-lg);
  padding: 1rem 1rem 1.25rem;
  height: 100%;
  min-height: 380px;
  display: flex;
  flex-direction: column;
  transition: transform 0.35s var(--ease-spring);
}

.gesas-recipes a:hover .gesas-recipe-inner {
  transform: translateY(-4px) scale(1.01);
}

.gesas-recipe-inner--dark {
  color: var(--c-ink);
}

.gesas-recipe-inner .gesas-cook-time {
  display: inline-block;
  font-size: 0.85rem;
  font-weight: 800;
  margin: 0.35rem 0 0;
  background: rgba(252, 250, 248, 0.92);
  backdrop-filter: blur(6px);
  border-radius: var(--r-sm);
  padding: 6px 12px;
}

.gesas-recipe-inner h5 {
  font-size: clamp(1.4rem, 2.5vw, 2rem);
  margin: 0.75rem 0;
}

.gesas-recipe-inner .gesas-tag {
  font-size: 0.8rem;
  font-weight: 800;
  display: flex;
  align-items: center;
  gap: 6px;
  margin-bottom: 0.35rem;
}

/* â€”â€” Haberler vitrinÃ¼ + yatay akordeon â€”â€” */

/* â€”â€” GesaÅŸ DÃ¼nyasÄ±: tÃ¼m kartlar tek kÄ±rmÄ±zÄ± â€”â€” */
.gesas-news--showcase .gesas-news-hacc__item {
  background: #e21a21 !important;
}

/* Haberler (kÄ±rmÄ±zÄ± tonlu): aktif kart metinleri beyaz olsun, gÃ¶rsel alanÄ± yok varsayalÄ±m */
.gesas-news--showcase .gesas-news-hacc__spine {
  color: #fff !important;
}

.gesas-news--showcase .gesas-news-hacc__spine-text {
  color: #fff !important;
}

.gesas-news--showcase .gesas-news-card__headline,
.gesas-news--showcase .gesas-news-card__excerpt,
.gesas-news--showcase .gesas-date {
  color: #fff !important;
  opacity: 1 !important;
}

.gesas-news--showcase .gesas-news-card__read {
  color: var(--c-ink) !important;
}

.gesas-news--showcase .gesas-news-card__img {
  display: block !important;
}

@media (max-width: 767.98px) {
  .gesas-news--showcase .gesas-news-card--hacc {
    flex-direction: column;
  }
}

.gesas-news__shell {
  max-width: 1120px;
  margin: 0 auto;
}

.gesas-news__header {
  margin-bottom: clamp(1.75rem, 4vw, 2.5rem);
}

.gesas-news__eyebrow {
  font-family: var(--f-head);
  font-weight: 800;
  font-size: 0.8rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--c-ink);
  margin: 0 0 0.35rem;
  opacity: 0.8;
}

.gesas-news__title {
  font-size: clamp(2rem, 5vw, 3.5rem);
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  color: var(--c-ink);
  margin: 0 0 1rem;
  line-height: 1.05;
}

.gesas-news__more {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.55rem 1.15rem 0.55rem 1.25rem;
  background: var(--c-ink);
  color: #fff !important;
  font-weight: 800;
  font-size: 0.85rem;
  text-decoration: none !important;
  border-radius: 999px;
  transition: transform 0.18s var(--ease-spring), box-shadow 0.2s ease;
}

.gesas-news__more:hover {
  color: #fff !important;
  transform: translateY(-2px);
  box-shadow: 0 8px 22px rgba(0, 0, 0, 0.18);
}

.gesas-news__more-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 50%;
  background: #fff;
  color: var(--c-ink);
}

.gesas-news-hacc {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 10px;
  align-items: stretch;
  min-height: clamp(340px, 50vh, 520px);
}

.gesas-news-hacc__item {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  border-radius: 22px;
  overflow: hidden;
  background: var(--accent);
  box-shadow: 0 14px 42px rgba(35, 31, 32, 0.1);
  flex: 0 0 56px;
  min-width: 56px;
  min-height: 340px;
  transition: flex-grow 0.55s cubic-bezier(0.2, 1, 0.2, 1), flex-basis 0.55s cubic-bezier(0.2, 1, 0.2, 1),
    min-width 0.55s cubic-bezier(0.2, 1, 0.2, 1), box-shadow 0.3s ease;
}

.gesas-news-hacc__item.is-active {
  flex: 1 1 0%;
  min-width: 0;
}

.gesas-news-hacc__spine {
  flex: 0 0 52px;
  width: 52px;
  border: none;
  margin: 0;
  background: transparent;
  color: var(--c-ink);
  cursor: pointer;
  padding: 12px 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: inherit;
}

.gesas-news-hacc__spine:focus-visible {
  outline: 2px solid var(--c-orange);
  outline-offset: 2px;
  z-index: 2;
}

.gesas-news-hacc__spine-text {
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  font-weight: 900;
  font-size: 0.68rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  line-height: 1.25;
  white-space: nowrap;
}

.gesas-news-hacc__panel {
  display: none;
  flex: 1 1 auto;
  min-width: 0;
  overflow: hidden;
}

.gesas-news-hacc__item.is-active .gesas-news-hacc__panel {
  display: flex;
  flex-direction: column;
}

.gesas-news-hacc__panel-inner {
  flex: 1;
  display: flex;
  align-items: stretch;
  min-height: 100%;
  padding: clamp(12px, 2vw, 18px) clamp(12px, 2.5vw, 22px) clamp(12px, 2vw, 18px) 6px;
}

.gesas-news-card--hacc {
  flex: 1;
  width: 100%;
  background: transparent;
  border-radius: 0;
}

.gesas-news-card--hacc .gesas-news-card__img {
  border-radius: clamp(12px, 2vw, 18px);
  aspect-ratio: 1 / 1;
}

.gesas-news-card--hacc .gesas-news-card__img img {
  min-height: 0;
  height: 100%;
  object-fit: cover;
}

.gesas-news-card__headline {
  font-size: clamp(1.05rem, 2vw, 1.55rem);
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  line-height: 1.2;
  margin: 0 0 0.65rem;
  color: var(--c-ink);
}

.gesas-news-card__excerpt {
  font-weight: 600;
  line-height: 1.45;
  margin: 0 0 1rem;
  font-size: 0.92rem;
  color: var(--c-ink);
  opacity: 0.92;
}

.gesas-news-card__read {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  padding: 0.48rem 0.85rem 0.48rem 1rem;
  background: #fff;
  color: var(--c-ink) !important;
  font-weight: 800;
  font-size: 0.78rem;
  border-radius: 999px;
  text-decoration: none !important;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
  transition: transform 0.18s ease, box-shadow 0.2s ease;
}

.gesas-news-card__read:hover {
  color: var(--c-ink) !important;
  transform: translateY(-1px);
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}

.gesas-news-card__read-ico {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.35rem;
  height: 1.35rem;
  border-radius: 50%;
  border: 2px solid var(--c-ink);
  color: var(--c-ink);
}

@media (max-width: 767.98px) {
  .gesas-news-hacc {
    flex-direction: column;
    min-height: 0;
    gap: 8px;
  }

  .gesas-news-hacc__item {
    flex: none !important;
    width: 100%;
    min-width: 0;
    min-height: 0;
    flex-direction: column;
    border-radius: 18px;
  }

  .gesas-news-hacc__item:not(.is-active) {
    flex: 0 0 auto;
  }

  .gesas-news-hacc__spine {
    width: 100%;
    flex: 0 0 auto;
    min-height: 50px;
    padding: 14px 16px;
    justify-content: flex-start;
  }

  .gesas-news-hacc__spine-text {
    writing-mode: horizontal-tb;
    transform: none;
    font-size: 0.78rem;
    letter-spacing: 0.1em;
  }

  .gesas-news-hacc__item.is-active .gesas-news-hacc__panel {
    display: block;
  }

  .gesas-news-hacc__panel-inner {
    padding: 4px 14px 16px;
  }

  .gesas-news-card--hacc {
    flex-direction: column;
  }
}

/* â€”â€” Haberler (eski Bootstrap accordion â€” kullanÄ±lmÄ±yor) â€”â€” */
.gesas-news .accordion-button {
  font-weight: 800;
  text-transform: none;
  font-size: 1rem;
  border-radius: var(--r-lg) !important;
  box-shadow: none !important;
}

.gesas-news .accordion-button:focus {
  box-shadow: none !important;
  border-color: transparent;
}

.gesas-news .accordion-button:hover {
  filter: brightness(0.94);
}

.gesas-news .accordion-item {
  border: 0;
  margin-bottom: 10px;
  background: transparent;
}

.gesas-news .accordion-body {
  padding: 0;
  border-radius: 0 0 var(--r-md) var(--r-md);
}

.gesas-news-card {
  display: flex;
  flex-direction: column;
  gap: 0;
}

@media (min-width: 768px) {
  .gesas-news-card {
    flex-direction: row;
    align-items: stretch;
    min-height: 280px;
  }
  .gesas-news-card__img {
    flex: 0 0 42%;
    max-width: 42%;
  }
  .gesas-news-card__body {
    flex: 1;
    padding: 1.5rem 1.75rem;
  }
}

.gesas-news-card__img {
  overflow: hidden;
  border-radius: var(--r-lg);
}

.gesas-news-card__img img {
  width: 100%;
  height: 100%;
  min-height: 200px;
  object-fit: cover;
  border-radius: var(--r-lg);
  transition: transform 0.4s var(--ease-spring);
}

.gesas-news-card:hover .gesas-news-card__img img {
  transform: scale(1.03);
}

.gesas-news-card__body .gesas-date {
  font-size: 0.85rem;
  font-weight: 700;
  opacity: 0.85;
  margin-bottom: 0.5rem;
}

.gesas-news-card__body h4 {
  font-size: 1.35rem;
  margin-bottom: 0.75rem;
}

.gesas-news-card__body p {
  font-weight: 600;
  line-height: 1.45;
  margin-bottom: 1rem;
}

/* â€”â€” Sosyal ÅŸerit (referans: parlak kÄ±rmÄ±zÄ± Â· baÅŸlÄ±k Â· platform butonlarÄ± Â· marquee) â€”â€” */
.gesas-social-strip--showcase {
  background: #ff0000 !important;
  color: #fff !important;
  overflow: hidden;
  padding: clamp(2.25rem, 6vw, 3.5rem) 0 clamp(1.75rem, 4vw, 2.5rem);
}

.gesas-social-strip__head {
  text-align: center;
  max-width: 920px;
  margin: 0 auto clamp(1.75rem, 4vw, 2.5rem);
}

.gesas-social-strip__eyebrow {
  font-family: var(--f-head);
  font-weight: 800;
  font-size: 0.78rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #fff !important;
  margin: 0 0 0.65rem;
  opacity: 0.98;
}

.gesas-social-strip__title {
  font-size: clamp(1.35rem, 4.2vw, 2.65rem);
  font-weight: 900;
  line-height: 1.12;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  font-variant-ligatures: none;
  color: #fff !important;
  margin: 0 auto 1.35rem;
  max-width: 22ch;
}

@media (min-width: 768px) {
  .gesas-social-strip__title {
    max-width: 30ch;
  }
}

.gesas-social-strip__actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.65rem 0.75rem;
}

.gesas-social-platform {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  min-width: min(100%, 200px);
  padding: 0.55rem 0.65rem 0.55rem 0.85rem;
  background: #231f20 !important;
  color: #fff !important;
  font-weight: 800;
  font-size: 0.82rem;
  text-decoration: none !important;
  border-radius: 14px;
  border: none;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.2);
  transition: transform 0.18s var(--ease-spring), box-shadow 0.2s ease, background 0.2s ease;
}

.gesas-social-platform:hover {
  color: #fff !important;
  background: #1a1a1a !important;
  transform: translateY(-2px);
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.25);
}

.gesas-social-platform__left {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
}

.gesas-social-platform__icon {
  display: flex;
  color: #fff;
  opacity: 0.95;
}

.gesas-social-platform__chip {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.65rem;
  height: 1.65rem;
  flex-shrink: 0;
  border-radius: 50%;
  background: #fff;
  color: #231f20;
}

@media (max-width: 767.98px) {
  .gesas-social-strip__actions {
    flex-wrap: nowrap;
    justify-content: center;
    gap: 0.7rem;
    max-width: none;
  }

  .gesas-social-platform {
    min-width: 0;
    width: 3.35rem;
    height: 3.35rem;
    padding: 0;
    justify-content: center;
    border-radius: 12px;
    flex: 0 0 auto;
  }

  .gesas-social-platform__left {
    gap: 0;
    justify-content: center;
  }

  .gesas-social-platform__label,
  .gesas-social-platform__chip {
    display: none !important;
  }

  .gesas-social-platform__icon svg {
    width: 22px;
    height: 22px;
  }
}

.gesas-social-marquee {
  width: 100%;
  margin-top: 0.25rem;
  /* padding: 0 clamp(8px, 2vw, 20px); */
}

.gesas-social-row {
  --social-cut: clamp(38px, 7vw, 96px);
  display: flex;
  gap: 12px;
  width: max-content;
  padding: 4px 0 35px;
  animation: gesasMarquee 48s linear infinite;
}

.gesas-social-row:hover {
  animation-play-state: paused;
}

@keyframes gesasMarquee {
  0% {
    transform: translateX(calc(-1 * var(--social-cut)));
  }
  100% {
    transform: translateX(calc(-50% - var(--social-cut)));
  }
}

.gesas-social-card {
  flex: 0 0 clamp(200px, 28vw, 268px);
  width: clamp(200px, 28vw, 268px);
  border-radius: 20px;
  overflow: hidden;
  position: relative;
  background: rgba(0, 0, 0, 0.15);
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.2);
  transition: transform 0.3s var(--ease-spring);
}

.gesas-social-card:hover {
  transform: translateY(-3px);
}

.gesas-social-card__badge {
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 5px 10px 5px 8px;
  border-radius: 999px;
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: capitalize;
  color: #fff;
  background: rgba(0, 0, 0, 0.55);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  pointer-events: none;
}

.gesas-social-card__badge-ico {
  display: flex;
  color: #fff;
  opacity: 0.95;
}

.gesas-social-card img {
  display: block;
  aspect-ratio: 4 / 5;
  width: 100%;
  height: auto;
  object-fit: cover;
  border-radius: 20px;
  transition: transform 0.45s var(--ease-spring);
}

.gesas-social-card:hover img {
  transform: scale(1.03);
}

/* â€”â€” ÃœrÃ¼n kartÄ± etiketler â€”â€” */
.gesas-product-slide .gesas-tag-list li {
  font-size: 0.68rem;
  font-weight: 700;
  color: var(--c-ink);
  display: inline-flex;
  align-items: center;
  gap: 0.2rem;
}

.gesas-product-slide .gesas-tag-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 4px 10px;
  font-weight: 800;
  justify-content: center;
}

.gesas-tag-check {
  display: inline-block;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: #f7931e;
  flex-shrink: 0;
  position: relative;
  vertical-align: middle;
}

.gesas-tag-check::after {
  content: "";
  position: absolute;
  left: 3px;
  top: 4px;
  width: 5px;
  height: 3px;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(-45deg);
}

/* â€”â€” Footer showcase (referans dÃ¼zen) â€”â€” */
.gesas-footer--showcase {
  background: linear-gradient(to bottom, #ff0000 0 30%, #201d24 30% 100%);
  color: #fff;
  padding: 0 0 2.5rem;
}

.gesas-footer--showcase .gesas-footer__top {
  position: relative;
  padding-top: 1.4rem;
}

.gesas-footer__headline-card {
  max-width: 560px;
  margin: 0 auto;
  background: #f4f4f4;
  border-radius: 10px;
  padding: clamp(1.4rem, 3vw, 2rem) 1.2rem;
  text-align: center;
  position: relative;
  z-index: 2;
}

.gesas-footer__headline {
  color: #19171c;
  font-size: clamp(2rem, 5.8vw, 3.6rem);
  line-height: 0.95;
  text-transform: uppercase;
  letter-spacing: 0.01em;
  margin: 0;
}

.gesas-footer--showcase .gesas-footer__bottom {
  margin-top: -8px;
}

.gesas-footer__wrap {
  position: relative;
  max-width: 1060px;
  margin: 0 auto;
  background: #201d24;
  /* border-radius: 64px; */
  padding: clamp(2rem, 4vw, 2.8rem) clamp(1.1rem, 3vw, 2.4rem) clamp(1.6rem, 3.5vw, 2.2rem);
  /* box-shadow: 0 24px 60px rgba(0, 0, 0, 0.32); */
}

.gesas-footer__badge {
  position: absolute;
  top: -63px;
  right: 2%;
  width: 130px;
  height: 130px;
  object-fit: contain;
  display: block;
  filter: drop-shadow(0 10px 20px rgba(0, 0, 0, 0.2));
}

.gesas-footer__brand {
  display: flex;
  justify-content: center;
  margin-bottom: 1rem;
}

.gesas-footer__brand img {
  filter: none;
}

.gesas-footer__grid {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.15fr) minmax(0, 1.65fr);
  gap: 1.25rem 2rem;
  align-items: start;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  padding-left: clamp(1.25rem, 5vw, 3.5rem);
  padding-right: clamp(0.5rem, 2vw, 1.25rem);
  box-sizing: border-box;
}

.gesas-footer__col a,
.gesas-footer__col p,
.gesas-footer__col span {
  color: rgba(255, 255, 255, 0.92);
}

.gesas-footer__col--links {
  display: flex;
  flex-direction: column;
  gap: 0.45rem;
}

.gesas-footer__col--links a {
  text-decoration: none;
  text-transform: uppercase;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.03em;
}

.gesas-footer__section-title {
  color: #ff2c3a !important;
  text-transform: uppercase;
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.06em;
  margin-bottom: 0.45rem;
}

.gesas-footer__note {
  font-size: 0.73rem;
  margin-bottom: 0.55rem;
}

.gesas-footer--showcase .gesas-footer__form {
  max-width: 100%;
}

.gesas-footer--showcase .gesas-footer__form input[type="text"],
.gesas-footer--showcase .gesas-footer__form input[type="email"] {
  width: 100%;
  border: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.34);
  background: transparent;
  color: #fff;
  padding: 8px 0 9px;
  font-size: 0.78rem;
  margin-bottom: 8px;
}

.gesas-footer__check {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  margin-top: 6px;
  font-size: 0.6rem;
}

.gesas-footer__check input {
  margin-top: 2px;
}

.gesas-footer__socials {
  display: flex;
  gap: 10px;
  margin-top: 10px;
}

.gesas-footer__socials a {
  color: rgba(255, 255, 255, 0.9);
  text-decoration: none;
  font-size: 0.85rem;
}

.gesas-footer__col--contact p {
  margin: 0 0 0.25rem;
  font-size: 0.72rem;
  line-height: 1.3;
}

@media (max-width: 991px) {
  .gesas-footer__grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 640px) {
  .gesas-footer__wrap {
    border-radius: 28px;
  }
  .gesas-footer__grid {
    grid-template-columns: 1fr;
  }
  .gesas-footer__badge {
    width: 74px;
    height: 74px;
    top: -30px;
  }
}

/* 404 sayfası — footer altta, içerik ortada */
body.gesas-site.gesas-page--error {
  min-height: 100dvh;
  display: flex;
  flex-direction: column;
}

body.gesas-site.gesas-page--error > main.gesas-page-404 {
  flex: 1 0 auto;
  display: flex;
  flex-direction: column;
  width: 100%;
}

body.gesas-site.gesas-page--error > footer.gesas-footer {
  flex-shrink: 0;
  margin-top: auto;
}

.gesas-page-404__hero {
  flex: 1 1 auto;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: clamp(4rem, 12vw, 7rem);
  padding-bottom: clamp(5rem, 16vw, 10rem);
}

.gesas-page-404__inner {
  max-width: 640px;
  padding-top: clamp(1rem, 3vw, 2rem);
  padding-bottom: clamp(1rem, 3vw, 2rem);
}

.gesas-page-404__title {
  font-size: clamp(2.25rem, 6vw, 4rem);
  line-height: 0.95;
  margin-bottom: 1.25rem !important;
}

.gesas-page-404__lead {
  max-width: 480px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 2rem !important;
}

/* Kataloglar */
.gesas-page--catalog .gesas-catalog-page {
  padding-bottom: clamp(2rem, 5vw, 4rem);
}

.gesas-catalog-grid {
  margin-top: clamp(1.5rem, 4vw, 2.5rem);
}

.gesas-catalog-card {
  display: flex;
  flex-direction: column;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 1rem;
  overflow: hidden;
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.06);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.gesas-catalog-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.1);
}

.gesas-catalog-card__cover {
  position: relative;
  aspect-ratio: 3 / 4;
  background: linear-gradient(145deg, #f5f5f5, #ebebeb);
  overflow: hidden;
}

.gesas-catalog-card__cover img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.gesas-catalog-card__cover-fallback {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  font-family: var(--f-head);
  font-weight: 800;
  font-size: 2.5rem;
  letter-spacing: 0.12em;
  color: var(--c-red, #c8102e);
  opacity: 0.35;
}

.gesas-catalog-card__year {
  position: absolute;
  top: 12px;
  right: 12px;
  padding: 0.35rem 0.65rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.92);
  font-family: var(--f-head);
  font-weight: 700;
  font-size: 0.75rem;
  letter-spacing: 0.06em;
}

.gesas-catalog-card__body {
  display: flex;
  flex-direction: column;
  flex: 1;
  padding: 1.25rem 1.25rem 1.35rem;
  gap: 0.65rem;
}

.gesas-catalog-card__title {
  font-size: clamp(1.15rem, 2.5vw, 1.35rem);
  line-height: 1.15;
  margin: 0;
}

.gesas-catalog-card__desc {
  margin: 0;
  font-size: 0.92rem;
  line-height: 1.55;
  color: rgba(0, 0, 0, 0.62);
  flex: 1;
}

.gesas-catalog-card__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-top: 0.35rem;
}

.gesas-catalog-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.55rem 1rem;
  border-radius: 999px;
  font-family: var(--f-head);
  font-weight: 700;
  font-size: 0.82rem;
  letter-spacing: 0.04em;
  text-decoration: none;
  transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.gesas-catalog-btn--view {
  background: var(--c-red, #c8102e);
  color: #fff;
  border: 1px solid var(--c-red, #c8102e);
}

.gesas-catalog-btn--view:hover {
  color: #fff;
  opacity: 0.92;
}

.gesas-catalog-btn--download {
  background: transparent;
  color: var(--c-ink, #1a1a1a);
  border: 1px solid rgba(0, 0, 0, 0.18);
}

.gesas-catalog-btn--download:hover {
  border-color: var(--c-red, #c8102e);
  color: var(--c-red, #c8102e);
}
