/** Shopify CDN: Minification failed

Line 563:17 The "-" operator only works if there is whitespace on both sides

**/
h1.header__heading span.h2,
.header__heading-link .h2 {
  font-family: 'HelveticaNeueBlack' !important;
  text-transform: lowercase !important;
  font-weight: bold !important;
  color: black !important;
  font-style: italic !important;
  letter-spacing: -1px !important;
}

ul.list-menu .header__menu-item > span {
  font-size: 1.32rem;
  color: #000;
  font-family: HELVETICANEUE;
  font-weight: 600;
  text-transform: uppercase;
}
ul.list-menu .header__menu-item > a > span {
  font-size: 1.32rem;
  color: #000;
  font-family: HELVETICANEUE;
  font-weight: 600;
  text-transform: uppercase;
}
ul.list-menu .header__menu-item > a:hover {
  text-decoration: none;
}
div.header__icons {
  display: flex;
  grid-area: icons;
  justify-self: end;
  justify-content: flex-end;
  width: 30%;
}
ul.alt_About .container-second-megamenu {
  display: none;
}
.header--middle-left {
  display: flex !important;
  justify-content: space-between;
  border-bottom: 1px solid #8080806b;
}

header-drawer {
  justify-self: start;
  margin-left: -1.2rem;
}

button.menu-drawer__close-button.link.link--text.focus-inset {
  display: flex;
  justify-content: flex-start;
  margin-top: 0px;
}
.doubly-wrapper.mobile {
  display: block;
  left: 52px;
}

.menu-drawer-container {
  display: flex;
}

.list-menu {
  list-style: none;
  padding: 0;
  margin: 0;
}

.list-menu--inline {
  display: inline-flex;
  flex-wrap: wrap;
}

summary.list-menu__item {
  padding-right: 1rem;
}

.list-menu__item {
  display: flex;
  align-items: center;
  line-height: 1.3;
}

.list-menu__item--link {
  text-decoration: none;
  padding-bottom: 1rem;
  padding-top: 1rem;
  line-height: 1.8;
}

.link--text:hover {
  text-decoration: unset;
}

.container-second-megamenu p.text-left {
  color: #5a5959;
  text-decoration: none;
  font-family: 'HelveticaNeue';
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  padding-left: 4px;
  padding-top: 5px;
}
.container-second-megamenu a:hover {
  text-decoration: none;
}

img.header-icon {
  width: 2rem;
}

img.header-icon.cart-icon {
  width: 2.7rem;
  margin-top: 9px;
  margin-right: 1px;
}
img.header-icon.arrow-icon {
  height: 14px;
  width: 14px;
}
.menu-drawer img.header-icon {
  width: 17px;
}
#cart-icon-bubble {
  width: 3.4rem;
  text-align: center;
}
a.header__icon.header__icon--account.link.link--text.focus-inset.small-hide {
  width: 3.4rem;
}
.cart-count-bubble {
  color: #000;
  background: unset;
  font-size: 1.5rem;
  left: 0;
  top: 1rem;
  font-family: HelveticaNeue;
  font-weight: 700;
  width: 100%;
}
svg.icon.icon-cart {
  display: none;
}
details-modal.header__search,
a.header__icon {
  margin-right: 8px;
}

.doubly-nice-select .current,
.doubly-nice-select .list .option {
  color: #101010;
  font-size: 1.3rem;
  font-family: 'HelveticaNeue' !important;
  font-weight: 700;
}

.js details[open].menu-opening > .menu-drawer,
.no-js details[open] > .menu-drawer,
details[open].menu-opening > .menu-drawer__submenu {
  transform: translateX(0);
  visibility: visible;
  width: 100%;
}

nav.menu-drawer__navigation {
  padding: 0px;
}
button.menu-drawer__close-button.link.link--text.focus-inset {
  display: flex;
  justify-content: flex-start;
}

button.menu-drawer__close-button.link.link--text.focus-inset span.name {
  display: flex;
  width: 86%;
  justify-content: space-around;
  color: blue;
}
a.menu-drawer__menu-item.list-menu__item.link.link--text.focus-inset {
  display: flex;
}

li.double-row a {
  width: 50%;
}
li.double-row a:last-child {
  width: 50%;
  border-left: solid 1px black;
}
li.double-row {
  display: flex;
}
a.menu-drawer__menu-item.list-menu__item.link.link--text.focus-inset {
  display: flex;
  justify-content: space-between;
}
li.search-row {
  margin-top: -2px;
  padding-bottom: -4px;
  border-bottom: 1px black solid;
}

label.field__label {
  font-family: 'HelveticaNeue';
  text-transform: uppercase;
  font-weight: 800;
  font-size: 15px;
  left: 7px;
  color: #121247;
}

.mega-menu {
  position: absolute;
  background-color: #f0f0f0;
  border-top: solid 1px;
}
.header__menu-item:hover {
  color: #071bc0 !important;
  text-decoration: none;
}
.header__menu-item:hover span {
  color: #071bc0 !important;
  text-decoration: none;
}
ul.list-menu.list-menu--inline.top-ul {
  margin-top: 4px;
}
.header__icon,
.header__icon--cart .icon {
  height: 3.4rem;
  width: 3.4rem;
}
a.header__icon.header__icon--account.link.link--text.focus-inset.small-hide {
  width: 3rem;
}

img.header-icon.cart-icon {
  width: 2.7rem;
  margin-top: 0.4rem;
  margin-right: 1px;
}

@media (min-width: 320px) {
  .header__icon--account {
    display: none !important;
  }

  .doubly-wrapper {
    position: absolute;
    right: 28%;
  }
  .doubly-wrapper,
  .details-modal.header__search {
    display: none;
  }
  .header__icons.site-header__cart {
    width: unset;
  }
  .site-header__cart .header__search {
    display: none;
  }
  #cart-icon-bubble {
    margin-right: -17px;
  }
  /* smartphones, iPhone, portrait 480x320 phones */
}

.menu-drawer summary.menu-drawer__menu-item,
.menu-drawer__close-button,
a.menu-drawer__menu-item.list-menu__item.link.link--text.focus-inset {
  padding: 2vw;
  text-transform: uppercase;
  font-family: HelveticaNeue;
  font-size: 1.4rem;
  border-bottom: solid 1px #000;
  font-weight: 700;
  line-height: 24px;
  padding-right: 0px;
  background: white;
}
a.menu-drawer__menu-item.view-all.link.link--text.list-menu__item.focus-inset {
  color: #1518ff;
}

summary.menu-drawer__menu-item.list-menu__item.link.link--text.focus-inset {
  margin-right: 20px;
  background-position-x: 99% !important;
}

.doubly-wrapper span.flags {
  display: none !important;
}
/*
summary.menu-drawer__menu-item.list-menu__item.link.link--text.focus-inset {
    display: flex!important;
    justify-content: space-between!important;
    flex-wrap: nowrap!important;
    flex-direction: row!important;
  width:20%;
  //color:red;
}
*/

/*
summary.menu-drawer__menu-item.list-menu__item.link.link--text.focus-inset {
    display: grid;
  
    width: 100%!important;
}

summary.menu-drawer__menu-item.list-menu__item.link.link--text.focus-inset>span {
    display: inline-grid;
  
  grid-row-start: 1;
  grid-row-end: 1;
}
*/

.doubly-wrapper {
  right: unset;
  top: 0px;
  position: relative;
}
img.header-icon.arrow-icon {
  height: 16px;
  margin-right: 3px;
  width: 15px;
}
.doubly-wrapper.mobile {
  display: block !important;
  top: -11px !important;
  left: 0px;
  width: 65px;
}
@media (max-width: 440px) {
  .cart-count-bubble {
    left: -1px;
    top: 10px;
  }
  img.header-icon.cart-icon {
    width: 2.7rem;
    margin-top: 5px;
    margin-right: 3px;
  }
  #cart-icon-bubble {
    margin-right: -14px;
  }
}

@media (min-width: 641px) {
  .header__icons.site-header__cart {
    width: 15%;
  }
  /* portrait tablets, portrait iPad, landscape e-readers, landscape 800x480 or 854x480 phones */
  .list-menu__item--link {
    padding-bottom: 0.5rem;
    padding-top: 0.5rem;
  }
  #cart-icon-bubble {
    margin-right: -1px;
  }
}

@media (min-width: 973px) {
  .details-modal.header__search,
  .doubly-wrapper {
    display: block;
  }
  header-drawer {
    display: none;
  }
  .header__icon--account {
    display: flex !important;
  }
}
@media (min-width: 1025px) {
  #cart-icon-bubble {
    margin-right: 5px;
  }

  /* big landscape tablets, laptops, and desktops */
}

@media (min-width: 1281px) {
  /* hi-res laptops and desktops */

  .header__icons.site-header__cart {
    width: 30%;
  }
}
@media (min-width: 1701px) {
  /* hi-res laptops and desktops */

  .header__icons.site-header__cart {
    width: 24%;
  }
}
@media only screen and (max-width: 1200px) and (min-width: 1030px) {
  h1.header__heading .h2,
  .header__heading-link .h2 {
  }
}

@media screen and (max-width: 1029px) {
  .doubly-wrapper {
    position: absolute;
    margin-top: -10px;
    top: 50%;
    right: 135px;
  }

  .header__heading span.h2,
  .header__heading-link .h2 {
  }
  h1.header__heading span.h2,
  .header__heading-link .h2 {
    font-family: 'HelveticaNeueBold' !important;
  }
}

.hide-mega-box {
  display: none;
}
.doubly-nice-select {
  border: none;
  background: none !important;
}
.doubly-wrapper.mobile {
  left: 56px;
  display: block !important;
  top: -11px !important;
  width: 65px;
}
.show-megamenu-container {
  display: block !important;
}
.megamenu-container {
  position: absolute;
  width: 100%;
}
.megamenu-container-sub {
  padding: 0 15px;
  background: white;
  top: 40px;
}

.mega > summary {
  list-style: none;
}
.mega > summary::-webkit-details-marker {
  display: none;
}

.header__inline-menu .mega {
  position: inherit;
}

.header__inline-menu .mega > summary {
  pointer-events: auto;
  cursor: pointer;
}

.header__inline-menu,
.header__inline-menu * {
  cursor: pointer !important;
}

/* Açılış: sadece JS'in eklediği sınıfla tetiklenir (reflow sonrası) */
details.mega.is-open > .mega__panel {
  opacity: 1;
  pointer-events: auto;
  visibility: visible;
  z-index: 30;
  transition:
    opacity 400ms ease,
    visibility 0s;
}

/* mega__col: kapalıyken gizli + yukarıda */
.mega__col,
.mega__promos,
.mega__grid {
  opacity: 0;
  transform: translateY(-12px);
  transition:
    opacity 350ms ease,
    transform 350ms ease;
}

/* mega__col: açılınca belir + aşağı kay */
details.mega.is-open .mega__col,
details.mega.is-open .mega__promos,
details.mega.is-open .mega__grid {
  opacity: 1;
  transform: translateY(0);
}

/* Sıralı gecikme (stagger) — her kolon biraz sonra */
details.mega.is-open .mega__col:nth-child(1) {
  transition-delay: 80ms;
}
details.mega.is-open .mega__col:nth-child(2) {
  transition-delay: 140ms;
}
details.mega.is-open .mega__col:nth-child(3) {
  transition-delay: 200ms;
}
details.mega.is-open .mega__col:nth-child(4) {
  transition-delay: 260ms;
}
details.mega.is-open .mega__col:nth-child(5) {
  transition-delay: 320ms;
}
details.mega.is-open .mega__col:nth-child(6) {
  transition-delay: 380ms;
}
details.mega.is-open .mega__promos {
  transition-delay: 250ms;
}
details.mega.is-open .mega__grid {
  transition-delay: 120ms;
}

/* Kapanışta gecikme olmasın, hızlıca kaybolsun */
details.mega.is-closing .mega__col,
details.mega.is-closing .mega__promos,
details.mega.is-closing .mega__grid {
  opacity: 0;
  transform: translateY(-8px);
  transition-delay: 0ms;
  transition-duration: 250ms;
}

/* Kapanış animasyonu: is-closing eklenince fade-out oynar, open hâlâ duruyor */
details.mega.is-closing > .mega__panel {
  opacity: 0 !important;
  pointer-events: none;
  visibility: hidden;
  z-index: 30;
  transition:
    opacity 400ms ease,
    visibility 0s linear 400ms;
}

/* Tarayıcı UA stylesheet'i details kapalıyken içeriği display:none yapar.
               Bu ilk açılışta transition'ı kırar. !important ile her zaman render et,
               görünürlüğü sadece opacity/visibility ile kontrol et. */
details.mega > .mega__panel {
  display: block !important;
}

.mega__panel {
  position: absolute;
  display: block;
  visibility: hidden;
  left: 0px;
  top: calc(100% -50px);
  width: 100%;
  background: #fff;
  opacity: 0;
  pointer-events: none;
  z-index: -1;
  border-top: 1px solid rgba(0, 0, 0, 0.06);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.06);
  /* opacity/transform animasyonlanır; visibility kapanışta gecikmeli gizlenir */
  transition:
    opacity 400ms ease,
    visibility 0s linear 400ms;
  will-change: opacity;
  background: #fff;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  box-shadow: none;
}

.mega__complex-layout {
  max-width: 1400px;
  margin: 0 auto;
  padding: 40px 32px;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 48px;
  align-items: start;
}

.mega__columns {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
  gap: 40px;
}

.mega__col-heading {
  display: block;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin-bottom: 14px;
  color: #111;

  font-family: 'HelveticaNeue';
}

.mega__col-links {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.mega__link {
  font-size: 13px;
  color: #444;
  text-decoration: none;
  transition: color 0.2s ease;
  font-family: 'HelveticaNeue';
}

.mega__link:hover {
  color: #000;
  text-decoration: none;
}

.mega__link.is-bold,
.menu-drawer__menu-item.is-bold {
  font-weight: 700;
  font-family: 'HelveticaNeueBoldPure' !important;
}
a.menu-drawer__menu-item.is-red,
.mega__link.is-red {
  color: #e02020;
}

.mega__link .badge-new,
.menu-drawer__menu-item .badge-new,
.list-menu__item .badge-new {
  margin-left: 1px;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.06em;
  color: #d30000;
  position: relative;
  top: -8px;
  font-family: 'HelveticaNeueBoldPure';
}

.mega__promos {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 18px;
}

.mega-promo {
  display: block;
  text-decoration: none;
}

.mega-promo img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 2px;
  transition: transform 0.35s ease;
}

.mega-promo span {
  display: block;
  margin-top: 10px;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #111;
  text-align: left;
  font-family: 'HelveticaNeueCondensedBold';
}

.mega__panel--simple .mega__grid {
  width: 100%;
  margin: 0 0;
  padding: 26px 48px 20px;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 10px;
}

a.mega-card img {
  width: 100%;
  aspect-ratio: 219 / 270;
  height: auto;
  object-fit: cover;
  object-position: center;
  display: block;
}

.mega-card {
  display: block;
  text-decoration: none;
}

.mega-card img {
  width: 100%;
  height: auto;
  display: block;
  transition: transform 0.35s ease;
}

.mega-card span {
  display: block;
  margin-top: 10px;
  font-size: 12px;
  text-align: left;
  color: #111;
  letter-spacing: 0.04em;
  font-weight: 600;
  font-family: 'HelveticaNeueCondensedBold';
}

.mega-card:hover img,
a.mega-promo:hover img {
  transform: scale(1.06);
}
a.mega-card:hover,
.mega-promo:hover {
  text-decoration: none;
}
/* Mega menü içindeki promo alanında "drag / pan" hissini azalt */
.mega__promos,
.mega-promo,
.mega-promo img {
  -webkit-user-drag: none; /* Safari/Chrome: image drag kapatır */
  user-select: none; /* metin/öğe seçimini kapat */
  -webkit-user-select: none;
}

/* Browser'ın swipe/pan davranışını kısıtla (özellikle yatay kayma hissi) */
.mega__promos,
.mega-promo {
  touch-action: manipulation; /* tıkla, çift tıkla vb. kalsın; pan/zoomu azaltır */
}

/* Bazı tarayıcılarda img elementinin "tıklanamaz" gibi davranmasını engellemek için */
.mega-promo img {
  pointer-events: none; /* tıklama anchor’a gider (img event kapalı) */
}
.drawer-mega-sections {
  display: flex;
  gap: 5px;
  padding: 6px 0;
  flex-direction: column;
}

.drawer-mega-section {
  padding: 2px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

.drawer-mega-section:last-child {
  border-bottom: 0;
}

/* Accordion wrapper */
.drawer-mega-accordion {
  border: none;
}

.drawer-mega-accordion > summary {
  list-style: none;
}

.drawer-mega-accordion > summary::-webkit-details-marker,
.drawer-mega-accordion > summary::marker {
  display: none;
}

.drawer-mega-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  font-size: 15px;
  margin: 0;
  color: black;
  padding: 6px 10px;
  font-family: 'HelveticaNeueBold';
  cursor: pointer;
  user-select: none;
  text-decoration: none;
}

.drawer-mega-heading--link {
  cursor: pointer;
}

.drawer-mega-heading__title {
  flex-shrink: 0;
}

.drawer-mega-heading__left {
  display: flex;
  align-items: center;
  gap: 6px;
}

.drawer-mega-heading__icons {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-shrink: 0;
}

.drawer-mega-heading__view-all {
  font-size: 11px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: #666;
  text-decoration: underline;
  text-underline-offset: 2px;
  white-space: nowrap;
  font-family: 'HelveticaNeue', 'Helvetica Neue', Arial, sans-serif;
}

.drawer-mega-heading__view-all:hover {
  color: #000;
}

.drawer-mega-heading__arrow {
  display: flex;
  align-items: center;
  transition: transform 0.3s ease;
}
.list-menu__item > span {
  padding-top: 1px;
}
.drawer-mega-accordion[open]
  > .drawer-mega-heading
  .drawer-mega-heading__arrow {
  transform: rotate(180deg);
}
summary.menu-drawer__menu-item.list-menu__item.link > a {
  color: black;
}
summary.menu-drawer__menu-item.list-menu__item.link > a:hover {
  text-decoration: none;
}

.drawer-mega-links {
  list-style: none;
  margin: 0;
  padding: 0px 0 0;
  display: grid;
  gap: 6px;
  animation: drawerMegaSlideDown 0.3s ease;
}

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

/* Drawer mega promos (mobile) */
.drawer-mega-promos {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  padding: 20px 10px 10px;
}

.drawer-mega-promo {
  display: flex;
  flex-direction: column;
  text-decoration: none;
  color: inherit;
  overflow: hidden;
}

.drawer-mega-promo img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  aspect-ratio: 3 / 4;
}

.drawer-mega-promo span {
  display: block;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  text-align: center;
  padding: 8px 4px 4px;
  font-family: 'HelveticaNeueBoldPure';
}

a.drawer-mega-promo:hover {
  color: black;
  text-decoration: none;
}

.drawer-mega-promos:empty {
  display: none;
}
@media (min-width: 990px) {
  .mega__complex-layout {
    max-width: 100%;
    margin: 0;
    padding: 28px 32px 34px;
    display: flex;
    gap: 36px;
    align-items: start;
  }

  .mega__columns {
    display: flex;
  }

  .mega__col-heading {
    font-size: 12px;
    line-height: 1.2;
    font-weight: 800;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: #111;
    margin: 0 0 14px;
    text-decoration: none;
    font-family: 'HelveticaNeueBoldPure';
  }

  .mega__link {
    font-size: 12px;
    line-height: 1.25;
    font-weight: 500;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: #111;
    text-decoration: none;
    opacity: 0.92;
  }

  .mega__link:hover {
    opacity: 1;
  }

  .mega__link.is-bold {
    font-weight: 800;
  }
  .mega__link.is-red {
    color: #d30000;
    opacity: 1;
  }

  .mega__promos {
    display: flex;
    gap: 18px;
    align-content: start;
  }

  .mega-promo {
    display: block;
    text-decoration: none;
    color: inherit;
  }

  .mega-promo img {
    border-radius: 0;
    transform: none;
    transition: transform 0.25s ease;
    width: auto;
    aspect-ratio: 219 / 270;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
    max-height: 281px;
  }

  .mega__col {
    margin-right: 40px;
  }

  .mega-promo span {
    display: block;
    margin-top: 10px;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #111;
    text-align: left;
  }
}

@media (max-width: 1200px) {
  .mega__columns {
    grid-template-columns: repeat(3, 1fr);
  }

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

  .mega__promos {
    grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
  }
}

span.current.notranslate {
  margin-right: 0px !important;
}

.mobile-sub-nav-outer-container {
  display: none;
  position: relative;
  width: 100%;
  background-color: rgb(var(--color-background));
  border-bottom: 1px solid rgba(var(--color-foreground), 0.08);
}
.mobile-sub-nav-wrapper {
  position: relative;
  width: 100%;
  overflow-x: auto;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
  padding: 10px 15px;
  -ms-overflow-style: none;
  scrollbar-width: none;
  display: flex;
  justify-content: center;
}

@media screen and (max-width: 749px) {
  .header--middle-left {
    border-bottom: none;
  }
  .mobile-sub-nav-outer-container {
    display: block;
  }
  .mobile-sub-nav-outer-container {
    -webkit-mask-image: none;
    mask-image: none;
  }
  .mobile-sub-nav-wrapper {
    justify-content: flex-start !important;
    -webkit-mask-image: linear-gradient(to right, black 80%, transparent 100%);
    mask-image: linear-gradient(to right, black 80%, transparent 100%);
  }
}

.mobile-sub-nav-wrapper::-webkit-scrollbar {
  display: none;
}
@supports (
    -webkit-mask-image: linear-gradient(to right, black 80%, transparent 100%)
  )
  or (mask-image: linear-gradient(to right, black 80%, transparent 100%)) {
  .mobile-sub-nav-outer-container::after {
    display: none;
  }
}

.mobile-sub-nav-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: inline-flex;
  gap: 20px;
  padding-right: 30px;
}

.mobile-sub-nav-item a {
  text-decoration: none;
  color: rgb(98 98 98);
  font-size: 1.3rem;
  font-weight: 500;
  font-family: 'Helvetica', 'Helvetica Neue', Arial, sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  opacity: 1;
}

.mobile-sub-nav-item a:hover {
  opacity: 1;
  color: rgb(var(--color-foreground));
}
