@font-face {
  font-family: "Cormorant Garamond";
  font-style: normal;
  font-weight: 500 600;
  font-display: swap;
  src: url("fonts/cormorant-garamond-latin-ext.woff2") format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
  font-family: "Cormorant Garamond";
  font-style: normal;
  font-weight: 500 600;
  font-display: swap;
  src: url("fonts/cormorant-garamond-latin.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

:root {
  --kans-surface: #fbfaf8;
  --kans-surface-hover: #f1e5df;
  --kans-ink: #242629;
  --kans-accent: #d73616;
  --kans-plum: #5f465f;
  --kans-logo-tint: rgba(95, 70, 95, 0.14);
  --kans-muted: #6d6a68;
  --kans-line: rgba(36, 38, 41, 0.14);
}

body {
  background-color: var(--kans-surface);
  color: var(--kans-ink);
  transition: background-color 420ms ease, color 240ms ease;
}

html:not(.boxed-layout) body > .global-wrapper::after {
  content: "";
  position: fixed;
  inset: 0;
  z-index: 99999;
  pointer-events: none;
  background-color: var(--kans-logo-tint);
  opacity: 0;
  transition: opacity 360ms ease;
}

html.kans-logo-hover:not(.boxed-layout) body > .global-wrapper::after {
  opacity: 1;
}

#logo > a,
.desktop-logo-wrapper #logo > a,
.mobile-logo-wrapper #logo > a {
  transition: opacity 240ms ease, transform 240ms ease;
}

@media (hover: hover) and (pointer: fine) {
  #logo > a:hover {
    transform: translateY(-1px);
  }
}

.header-search .search-categories .dropdown-menu,
.search-dropdown-default .search-categories .dropdown-menu {
  left: 0 !important;
  right: auto !important;
  margin-left: 0 !important;
  transform: none !important;
}

.kans-delivery-notice {
  margin: 12px 0 18px;
  padding: 12px 16px;
  border-left: 3px solid var(--kans-accent);
  background: rgba(215, 54, 22, 0.06);
  color: var(--kans-ink);
  font-size: 14px;
  line-height: 1.5;
}

.kans-contact-whatsapp {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 0 0 24px;
  padding: 10px 16px;
  border: 1px solid var(--kans-line);
  color: var(--kans-ink);
  font-weight: 600;
  transition: border-color 200ms ease, color 200ms ease, transform 200ms ease;
}

.kans-contact-whatsapp:hover,
.kans-contact-whatsapp:focus-visible {
  border-color: var(--kans-accent);
  color: var(--kans-accent);
  transform: translateY(-1px);
}

.notification-title,
.notification-text {
  letter-spacing: 0;
}

button:focus-visible,
a:focus-visible,
input:focus-visible,
textarea:focus-visible,
select:focus-visible {
  outline: 2px solid var(--kans-accent);
  outline-offset: 3px;
}

@media (prefers-reduced-motion: reduce) {
  body,
  #logo > a,
  .kans-contact-whatsapp,
  html:not(.boxed-layout) body > .global-wrapper::after {
    transition: none;
  }
}

.module-notification .notification-close {
  width: auto;
  min-width: 64px;
  height: 32px;
  padding: 0 12px;
  border-radius: 4px;
  white-space: nowrap;
}

h1,
h2,
h3,
.title,
.page-title {
  font-family: "Cormorant Garamond", Georgia, serif;
  letter-spacing: 0 !important;
}

body,
button,
input,
select,
textarea {
  letter-spacing: 0 !important;
}

.kans-section-inner {
  width: min(100% - 40px, 1320px);
  margin-inline: auto;
}

.kans-section-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 28px;
}

.kans-section-heading h2,
.kans-faq h2 {
  margin: 0;
  color: var(--kans-ink);
  font-size: 52px;
  line-height: 1.05;
}

.kans-section-heading a {
  color: var(--kans-plum);
  font-weight: 600;
}

.kans-instagram,
.kans-faq {
  padding: 68px 0 78px;
}

.kans-home-video-journal {
  width: 100%;
  margin-inline: 0;
  padding: 68px 0 78px;
  background: #ede7e8;
}

.kans-home-video-journal > .grid-cols-wrapper {
  width: min(100% - 40px, 1320px);
  margin-inline: auto;
}

.kans-home-video-journal .grid-items {
  gap: 28px;
}

.kans-home-video-journal .module-title h3 {
  margin: 0;
  color: var(--kans-ink);
  font-size: 52px;
  line-height: 1.05;
}

.kans-home-video-journal .module-slider video {
  width: 100%;
  aspect-ratio: 16 / 9;
  background: #17181a;
  object-fit: cover;
}

.kans-story-journal {
  width: 100%;
  margin-inline: 0;
  padding: 80px 0 86px;
  border-top: 1px solid rgba(36, 38, 41, 0.08);
  border-bottom: 1px solid rgba(36, 38, 41, 0.08);
  background: #f5f3f2;
}

.kans-story-journal > .grid-cols-wrapper {
  width: min(100% - 40px, 1120px);
  margin-inline: auto;
}

.kans-story-journal .module-text {
  max-width: 900px;
  margin-inline: auto;
  text-align: left;
}

.kans-story-journal .module-title {
  margin-bottom: 24px;
  text-align: center;
}

.kans-story-journal .module-title h3 {
  color: var(--kans-ink) !important;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 52px;
  font-weight: 600;
  line-height: 1.05;
}

.kans-story-journal .module-body {
  color: #4f4c49;
  font-size: 17px;
  line-height: 1.75;
}

.kans-story-journal .module-body p {
  margin: 0;
}

.kans-story-journal .module-body p + p {
  margin-top: 18px;
}

.kans-story-journal .module-body p:first-child {
  color: var(--kans-plum);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 28px;
  font-weight: 600;
  line-height: 1.25;
  text-align: center;
}

.kans-story-journal .module-body p:last-child {
  color: #66733b;
  font-weight: 600;
  text-align: center;
}

.kans-story-journal .module-body h4 {
  margin: 34px 0 14px;
  color: var(--kans-ink);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 30px;
  font-weight: 600;
  line-height: 1.2;
  text-align: center;
}

.kans-story-journal .module-body ul {
  max-width: 760px;
  margin: 0 auto 24px;
  padding-left: 22px;
}

.kans-story-journal .module-body li + li {
  margin-top: 10px;
}

.kans-instagram {
  background: #f6f3ef;
}

.kans-instagram-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 10px;
}

.kans-instagram-item {
  display: block;
  aspect-ratio: 1;
  overflow: hidden;
  background: #e7e2df;
}

.kans-instagram-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 260ms ease, opacity 260ms ease;
}

.kans-instagram-item:hover img,
.kans-instagram-item:focus-visible img {
  transform: scale(1.025);
  opacity: 0.92;
}

.kans-faq {
  background: var(--kans-surface);
}

.kans-faq h2 {
  max-width: 420px;
  margin-bottom: 28px;
  color: var(--kans-plum);
}

.kans-faq-list {
  border-top: 1px solid var(--kans-line);
}

.kans-faq-item {
  border-bottom: 1px solid var(--kans-line);
}

.kans-faq-item summary {
  position: relative;
  padding: 22px 48px 22px 0;
  color: var(--kans-ink);
  font-size: 17px;
  font-weight: 600;
  cursor: pointer;
  list-style: none;
}

.kans-faq-item summary::-webkit-details-marker {
  display: none;
}

.kans-faq-item summary::after {
  content: "+";
  position: absolute;
  top: 18px;
  right: 4px;
  color: var(--kans-accent);
  font-size: 24px;
  font-weight: 400;
}

.kans-faq-item[open] summary::after {
  content: "−";
}

.kans-faq-answer {
  max-width: 760px;
  padding: 0 48px 22px 0;
  color: var(--kans-muted);
  font-size: 15px;
  line-height: 1.7;
}

.kans-faq-answer p {
  margin: 0;
}

.kans-contact-page {
  padding-bottom: 72px;
}

.kans-contact-channels {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0 32px;
  margin: 12px 0 52px;
  border-top: 1px solid var(--kans-line);
}

.kans-contact-channel {
  display: flex;
  align-items: center;
  gap: 16px;
  min-width: 0;
  padding: 20px 0;
  border-bottom: 1px solid var(--kans-line);
  color: var(--kans-ink);
}

.kans-contact-channel i {
  width: 22px;
  color: var(--kans-accent);
  font-size: 20px;
  text-align: center;
}

.kans-contact-channel span {
  min-width: 0;
  overflow-wrap: anywhere;
}

.kans-contact-channel strong {
  display: block;
  margin-bottom: 3px;
  color: var(--kans-plum);
  font-size: 13px;
}

.kans-contact-form {
  max-width: 880px;
}

.kans-contact-form legend {
  color: var(--kans-ink);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 32px;
  letter-spacing: 0;
}

.kans-low-stock {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 4px 0 18px;
  padding: 9px 0;
  border-bottom: 1px solid rgba(215, 54, 22, 0.28);
  color: #9f2e1a;
  font-size: 13px;
  font-weight: 600;
}

.kans-gift-wrap {
  margin: 20px 0 0;
  padding: 22px 0;
  border-top: 1px solid var(--kans-line);
  border-bottom: 1px solid var(--kans-line);
}

.kans-gift-toggle {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--kans-ink);
  cursor: pointer;
}

.kans-gift-toggle input {
  width: 18px;
  height: 18px;
  margin: 0;
}

.kans-gift-toggle span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 16px;
  font-weight: 600;
}

.kans-gift-toggle i {
  color: var(--kans-accent);
}

.kans-gift-message {
  max-width: 620px;
  margin-top: 16px;
}

.kans-gift-message label,
.kans-gift-message small,
.kans-gift-status {
  display: block;
}

.kans-gift-message label {
  margin-bottom: 7px;
  color: var(--kans-plum);
  font-weight: 600;
}

.kans-gift-message small,
.kans-gift-status {
  margin-top: 6px;
  color: var(--kans-muted);
  font-size: 12px;
}

.product-option-radio input[title="Mavi"] + .option-wrapper .option-value::before,
.product-option-radio input[title="Yeşil"] + .option-wrapper .option-value::before,
.product-option-radio input[title="Mor"] + .option-wrapper .option-value::before,
.product-option-radio input[title="Kırmızı"] + .option-wrapper .option-value::before,
.product-option-radio input[title="Sarı"] + .option-wrapper .option-value::before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-right: 7px;
  border: 1px solid rgba(36, 38, 41, 0.22);
  border-radius: 50%;
  vertical-align: -3px;
}

.product-option-radio input[title="Mavi"] + .option-wrapper .option-value::before {
  background: #3d718b;
}

.product-option-radio input[title="Yeşil"] + .option-wrapper .option-value::before {
  background: #36745f;
}

.product-option-radio input[title="Mor"] + .option-wrapper .option-value::before {
  background: #704c72;
}

.product-option-radio input[title="Kırmızı"] + .option-wrapper .option-value::before {
  background: #a53b43;
}

.product-option-radio input[title="Sarı"] + .option-wrapper .option-value::before {
  background: #d4a017;
}

.kans-honeypot {
  position: absolute !important;
  left: -10000px !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
}

footer {
  border-top: 1px solid #ecebea;
  background: #ffffff;
  color: #4f4c49;
}

footer a {
  transition: color 200ms ease, border-color 200ms ease, background-color 200ms ease, transform 200ms ease;
}

footer > .grid-rows > .grid-row-4 {
  padding: 58px 0 68px;
  background: #ffffff;
}

footer > .grid-rows > .grid-row-4 > .grid-cols-wrapper,
footer > .grid-rows > .grid-row-5 > .grid-cols-wrapper,
footer > .grid-rows > .grid-row-6 > .grid-cols-wrapper {
  width: min(100% - 48px, 1320px);
  max-width: 1320px !important;
  margin-inline: auto;
}

footer > .grid-rows > .grid-row-4 .grid-cols {
  display: grid !important;
  grid-template-columns: minmax(210px, 1fr) minmax(360px, 1.8fr) minmax(300px, 1.2fr);
  align-items: flex-start;
  gap: 42px;
}

footer > .grid-rows > .grid-row-4 .grid-col {
  min-width: 0;
}

footer > .grid-rows > .grid-row-4 .grid-col-1 .module-image img {
  display: block;
  width: 190px;
  max-width: 100%;
  height: 72px;
  object-fit: contain;
  object-position: left center;
}

footer > .grid-rows > .grid-row-4 .grid-col-1 .icons-menu {
  margin-top: 24px;
}

footer > .grid-rows > .grid-row-4 .grid-col-1 .icons-menu ul {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 0;
  padding: 0;
}

footer > .grid-rows > .grid-row-4 .grid-col-1 .icons-menu li {
  margin: 0;
}

footer > .grid-rows > .grid-row-4 .grid-col-1 .icons-menu a,
footer > .grid-rows > .grid-row-4 .grid-col-1 .icons-menu a:not([href]) {
  display: inline-flex !important;
  width: 38px;
  height: 38px;
  align-items: center;
  justify-content: center;
  border: 1px solid #dedddc;
  border-radius: 50%;
  color: #5b5957;
}

footer > .grid-rows > .grid-row-4 .grid-col-1 .icons-menu a[href]:hover,
footer > .grid-rows > .grid-row-4 .grid-col-1 .icons-menu a[href]:focus-visible {
  border-color: #242426;
  background: #242426;
  color: #ffffff;
  transform: translateY(-1px);
}

footer > .grid-rows > .grid-row-4 .grid-col-2 .links-menu .module-body {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-template-rows: repeat(5, auto);
  grid-auto-flow: column;
  gap: 14px 34px;
  margin: 0;
  padding: 8px 0 0;
}

footer > .grid-rows > .grid-row-4 .grid-col-2 .links-menu li {
  min-width: 0;
  margin: 0;
  list-style: none;
}

footer > .grid-rows > .grid-row-4 .grid-col-2 .links-menu a {
  color: #575451;
  font-size: 13px;
  line-height: 1.35;
}

footer > .grid-rows > .grid-row-4 .grid-col-2 .links-menu a:hover,
footer > .grid-rows > .grid-row-4 .grid-col-2 .links-menu a:focus-visible {
  color: #242426;
  text-decoration: underline;
  text-underline-offset: 3px;
}

footer > .grid-rows > .grid-row-4 .grid-col-3 .module-newsletter {
  min-width: 0;
  padding-top: 5px;
}

footer > .grid-rows > .grid-row-4 .grid-col-3 .module-newsletter .module-title {
  margin: 0 0 18px;
  color: #2c2b2a;
  font-family: inherit;
  font-size: 17px;
  font-weight: 600;
  line-height: 1.25;
}

footer > .grid-rows > .grid-row-4 .grid-col-3 .newsletter-text {
  margin-bottom: 18px;
  color: #6c6966;
  font-size: 13px;
  line-height: 1.55;
}

footer > .grid-rows > .grid-row-4 .grid-col-3 .newsletter-form .input-group {
  min-height: 44px;
  overflow: hidden;
  border: 1px solid #d9d7d5;
  border-radius: 3px;
  background: #f7f7f6;
}

footer > .grid-rows > .grid-row-4 .grid-col-3 .newsletter-form .form-control {
  height: 44px;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

footer > .grid-rows > .grid-row-4 .grid-col-3 .newsletter-form .btn-primary {
  width: 46px;
  height: 44px;
  min-width: 46px;
  border: 0;
  border-radius: 0;
  background: #242426;
  color: #ffffff;
}

footer > .grid-rows > .grid-row-4 .grid-col-3 .newsletter-form .checkbox label {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin-top: 14px;
  padding-left: 0;
  color: #6c6966;
  font-size: 11px;
  font-weight: 400;
  line-height: 1.45;
}

footer > .grid-rows > .grid-row-4 .grid-col-3 .newsletter-form .checkbox input {
  position: static;
  width: 15px;
  height: 15px;
  flex: 0 0 15px;
  margin: 1px 0 0;
  accent-color: #242426;
}

footer > .grid-rows > .grid-row-5,
footer > .grid-rows > .grid-row-6 {
  background: #f7f7f6;
}

footer > .grid-rows > .grid-row-5 {
  padding: 20px 0 0;
  border-top: 1px solid #ecebea;
}

footer > .grid-rows > .grid-row-5 .grid-cols {
  min-height: 48px;
  align-items: center;
}

footer > .grid-rows > .grid-row-5 .info-block-img,
footer > .grid-rows > .grid-row-5 .info-block-button {
  display: none !important;
}

footer > .grid-rows > .grid-row-5 .info-block-text {
  color: #706d6a;
  font-size: 11px;
  line-height: 1.4;
}

.kans-footer-payments {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  gap: 7px;
}

.kans-footer-payments > .fa {
  font-size: 31px;
  line-height: 1;
}

.kans-footer-payments .fa-cc-visa {
  color: #1a1f71;
}

.kans-footer-payments .fa-cc-mastercard {
  color: #d33a2c;
}

.kans-footer-payments .fa-cc-amex {
  color: #2d77bb;
}

.kans-payment-security,
.kans-payment-3d {
  display: inline-flex;
  min-height: 28px;
  align-items: center;
  justify-content: center;
  gap: 4px;
  padding: 3px 7px;
  border: 1px solid #c9c7c4;
  border-radius: 3px;
  background: #ffffff;
  color: #4d8a25;
  font-size: 10px;
  font-weight: 700;
  line-height: 1;
}

.kans-payment-3d {
  color: #5f5b58;
}

footer > .grid-rows > .grid-row-6 {
  padding: 2px 0 14px;
}

.kans-footer-signature {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  color: #706d6a;
  font-size: 10px;
  line-height: 1.4;
  text-align: center;
}

.kans-footer-signature > a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.kans-footer-signature img {
  display: block;
  width: 92px;
  height: 46px;
  object-fit: contain;
}

.kans-footer-signature span a {
  color: #1c2c41;
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 2px;
}

[class*="-menu-container"] .mobile-wrapper-header > span::after {
  content: "Menü" !important;
}

.mobile-cart-content-container .mobile-wrapper-header > span::after {
  content: "Sepetiniz" !important;
}

footer a[href^="javascript:"] {
  cursor: default;
  pointer-events: none;
}

.breadcrumb .fa-home::after {
  content: "Ana Sayfa" !important;
}

@media (max-width: 1100px) {
  footer > .grid-rows > .grid-row-4 .grid-cols {
    display: grid !important;
    grid-template-columns: 1fr 1fr;
    gap: 38px 44px;
  }

  footer > .grid-rows > .grid-row-4 .grid-col-1 {
    grid-column: 1 / -1;
  }
}

@media (max-width: 900px) {
  .kans-instagram-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 600px) {
  .module-slider-729 .slider-wrapper,
  .module-slider-729 .slider-wrapper > .swiper-container,
  .module-slider-729 .slider-wrapper > .swiper-container > .swiper-wrapper,
  .module-slider-729 .slider-wrapper > .swiper-container > .swiper-wrapper > .swiper-slide,
  .module-slider-729 .slide-content {
    height: auto !important;
    min-height: 0 !important;
    aspect-ratio: 3840 / 1191;
  }

  .module-slider-729 .slide-content > img {
    width: 100% !important;
    height: 100% !important;
    object-fit: contain !important;
  }

  .kans-section-inner,
  footer > .grid-rows > .grid-row-4 > .grid-cols-wrapper,
  footer > .grid-rows > .grid-row-5 > .grid-cols-wrapper,
  footer > .grid-rows > .grid-row-6 > .grid-cols-wrapper {
    width: min(100% - 28px, 1320px);
  }

  footer > .grid-rows > .grid-row-4 {
    padding: 42px 0 48px;
  }

  footer > .grid-rows > .grid-row-4 .grid-cols {
    grid-template-columns: 1fr;
    gap: 34px 22px;
  }

  footer > .grid-rows > .grid-row-4 .grid-col-1,
  footer > .grid-rows > .grid-row-4 .grid-col-2,
  footer > .grid-rows > .grid-row-4 .grid-col-3 {
    grid-column: 1;
  }

  footer > .grid-rows > .grid-row-4 .grid-col-1 > .grid-items {
    display: flex;
    align-items: center;
    flex-direction: row;
    justify-content: space-between;
    gap: 24px;
  }

  footer > .grid-rows > .grid-row-4 .grid-col-1 .module-image img {
    width: 156px;
    height: 62px;
  }

  footer > .grid-rows > .grid-row-4 .grid-col-1 .icons-menu {
    flex: 0 0 auto;
    margin-top: 0 !important;
  }

  footer > .grid-rows > .grid-row-4 .grid-col-1 .icons-menu a,
  footer > .grid-rows > .grid-row-4 .grid-col-1 .icons-menu a:not([href]) {
    width: 34px;
    height: 34px;
    font-size: 14px;
  }

  footer > .grid-rows > .grid-row-4 .grid-col-3 .module-newsletter {
    padding-top: 0;
  }

  footer > .grid-rows > .grid-row-5 .grid-cols {
    display: grid !important;
    grid-template-columns: 1fr;
    gap: 14px;
    text-align: center;
  }

  .kans-footer-payments {
    justify-content: center;
  }

  .kans-instagram,
  .kans-faq {
    padding: 48px 0 56px;
  }

  .kans-section-heading h2,
  .kans-faq h2 {
    font-size: 36px;
  }

  .kans-home-video-journal {
    padding: 48px 0 56px;
  }

  .kans-home-video-journal .module-title h3 {
    font-size: 36px;
  }

  .kans-story-journal {
    padding: 50px 0 56px;
  }

  .kans-story-journal > .grid-cols-wrapper {
    width: min(100% - 28px, 1120px);
  }

  .kans-story-journal .module-title h3 {
    font-size: 38px;
  }

  .kans-story-journal .module-body {
    font-size: 15px;
    line-height: 1.7;
  }

  .kans-story-journal .module-body p:first-child {
    font-size: 24px;
  }

  .kans-story-journal .module-body h4 {
    font-size: 26px;
  }

  .kans-section-heading {
    align-items: start;
    flex-direction: column;
    gap: 10px;
  }

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

  .kans-contact-channels {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 430px) {
  footer > .grid-rows > .grid-row-4 .grid-col-1 > .grid-items {
    align-items: flex-start;
    flex-direction: column;
    gap: 16px;
  }

  footer > .grid-rows > .grid-row-4 .grid-col-2 .links-menu a {
    font-size: 12px;
  }
}

/* Journal's generated mobile table hint is not language-aware. */
.table-responsive.table-scroll::before {
  content: 'Kaydır →' !important;
}

/* Responsive storefront stabilization. */
.module-slider-729 .slider-wrapper,
.module-slider-729 .slider-wrapper > .swiper-container,
.module-slider-729 .slider-wrapper > .swiper-container > .swiper-wrapper,
.module-slider-729 .slider-wrapper > .swiper-container > .swiper-wrapper > .swiper-slide,
.module-slider-729 .slide-content {
  height: auto !important;
  min-height: 0 !important;
  max-height: min(70vh, 720px) !important;
  aspect-ratio: 16 / 9 !important;
}

.module-slider-729 .slider-wrapper > .swiper-container {
  width: 100% !important;
  max-width: none !important;
}

.module-slider-729 .slider-wrapper > .swiper-container,
.module-slider-729 .slide-content {
  overflow: hidden;
}

.module-slider-729 .slide-content > img {
  width: 100% !important;
  height: 100% !important;
  object-fit: contain !important;
}

.module-slider-729 .slide-content > video {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
}

.notification-wrapper-bottom:has(.module-notification-137) {
  padding: 12px;
  padding-bottom: calc(12px + env(safe-area-inset-bottom, 0px));
  pointer-events: none;
}

.notification-wrapper-bottom:not(:has(.notification)) {
  display: none !important;
}

.notification-wrapper-bottom > .notification {
  pointer-events: auto;
}

.notification-wrapper-bottom .module-notification-137 {
  width: min(760px, 100%) !important;
  margin: 0 !important;
  padding: 14px 16px !important;
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 12px;
  align-items: center;
  border-radius: 6px;
  pointer-events: auto;
}

.notification-wrapper-bottom .module-notification-137 .notification-content {
  min-width: 0;
}

.notification-wrapper-bottom .module-notification-137 .notification-title {
  margin-bottom: 4px;
  font-size: 16px;
  line-height: 1.25;
}

.notification-wrapper-bottom .module-notification-137 .notification-text {
  font-size: 13px;
  line-height: 1.45;
}

.notification-wrapper-bottom .module-notification-137 .notification-close {
  min-width: 72px;
  min-height: 44px;
  margin: 0 !important;
}

body:has(.notification-wrapper-bottom .module-notification-137) .global-wrapper {
  padding-bottom: 0;
}

.btn-wishlist.kans-wishlist-active,
.btn-wishlist.kans-wishlist-active::before,
.btn-wishlist.kans-wishlist-active .btn-text {
  color: #cf2233 !important;
}

.btn-wishlist.kans-wishlist-active {
  border-color: currentColor !important;
}

@media (max-width: 1023px) {
  .module-grid-903 > .grid-row > .grid-cols-wrapper > .grid-cols {
    width: 100% !important;
    margin: 0 !important;
    padding: 0 0 12px;
    display: flex !important;
    flex-wrap: nowrap !important;
    gap: 12px;
    overflow-x: auto;
    overscroll-behavior-inline: contain;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
  }

  .module-grid-903 > .grid-row > .grid-cols-wrapper > .grid-cols::-webkit-scrollbar {
    display: none;
  }

  .module-grid-903 > .grid-row > .grid-cols-wrapper > .grid-cols > .grid-col {
    width: auto !important;
    min-width: 0 !important;
    max-width: none !important;
    flex: 0 0 clamp(260px, 72vw, 360px) !important;
    scroll-snap-align: center;
  }
}

@media (max-width: 1023px) {
  .mobile-header .menu-trigger,
  .mobile-header .cart-heading,
  .mobile-header .search-categories-button,
  .mobile-header .search-input,
  .mobile-header .search-button {
    min-height: 44px !important;
  }

  .mobile-header .search-categories {
    height: 44px !important;
    min-height: 44px !important;
    align-self: center;
  }

  .mobile-header .search-input,
  .mobile-header .search-button {
    height: 44px !important;
  }

  .mobile-header .search-button {
    width: 44px !important;
    min-width: 44px !important;
  }

  .products-filter .view-btn,
  .products-filter .compare-btn,
  .products-filter select.form-control {
    min-width: 44px;
    min-height: 44px;
  }

  .products-filter .view-btn,
  .products-filter .compare-btn {
    width: 44px;
    height: 44px;
  }

  .main-products .product-thumb .button-group {
    min-height: 44px;
    justify-content: space-between;
  }

  .main-products .product-thumb .button-group .btn {
    min-width: 44px !important;
    min-height: 44px !important;
    align-items: center;
    justify-content: center;
  }

  .main-products .product-thumb .j3-pis-arrow {
    width: 44px !important;
    min-width: 44px !important;
    height: 44px !important;
    min-height: 44px !important;
    align-items: center;
    justify-content: center;
  }

  body[class*="route-account-"] .form-control {
    min-height: 44px;
  }

  footer > .grid-rows > .grid-row-4 .grid-col-1 .icons-menu a,
  footer > .grid-rows > .grid-row-4 .grid-col-1 .icons-menu a:not([href]),
  footer .newsletter-form .btn-primary {
    min-width: 44px;
    min-height: 44px;
  }
}

@media (max-width: 600px) {
  .route-product-category .main-products.auto-grid[data-product-count="1"] {
    grid-template-columns: minmax(0, 1fr) !important;
  }

  .notification-wrapper-bottom:has(.module-notification-137) {
    padding: 8px;
    padding-bottom: calc(8px + env(safe-area-inset-bottom, 0px));
  }

  .notification-wrapper-bottom .module-notification-137 {
    padding: 12px !important;
    gap: 10px;
  }

  .notification-wrapper-bottom .module-notification-137 .notification-title {
    font-size: 14px;
  }

  .notification-wrapper-bottom .module-notification-137 .notification-text {
    font-size: 12px;
  }

  body:has(.notification-wrapper-bottom .module-notification-137) .global-wrapper {
    padding-bottom: 0;
  }
}
