/** Shopify CDN: Minification failed

Line 875:0 Comments in CSS use "/* ... */" instead of "//"
Line 1677:2 Comments in CSS use "/* ... */" instead of "//"
Line 2455:0 Comments in CSS use "/* ... */" instead of "//"
Line 2690:0 Unexpected "<"
Line 7140:0 Unexpected "<"
Line 7155:0 Unexpected "="
Line 7509:1 Unexpected ">"

**/
/* Document

======================================================================= */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  height: -webkit-fill-available;
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
  min-height: 100vh;
  /* mobile viewport bug fix */
  min-height: -webkit-fill-available;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
  max-width: 100%;
  height: auto;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input {
  /* 1 */
  overflow: visible;
  color: black;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

details[open]>summary:after {
  content: '';
  display: none !important;
}

details summary::-webkit-details-marker {
  display: none;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden],
.hidden {
  display: none;
}

/* -------------------------------------------------------------------------- */
/*                                VISUAL HIDDEN                               */
/* -------------------------------------------------------------------------- */

.visually-hidden {
  position: absolute !important;
  overflow: hidden;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
  clip: rect(0 0 0 0);
  word-wrap: normal !important;
}

.visually-hidden--inline {
  margin: 0;
  height: 1em;
}

* {
  box-sizing: border-box
}

html {
  box-sizing: border-box;
  font-size: calc(var(--font-body-scale) * 62.5%);
  height: 100%;
  overflow-x: hidden;
}

body {
  min-height: 100%;
  margin: 0;
  font-size: var(--font-sm-size);
  line-height: var(--font-sm-line-height);
  font-family: var(--font-body-family);
  font-weight: 400;
  overflow-x: hidden;
}

body.js-show-ajax-cart {
  position: fixed;
  width: 100%;
}

html.overflow-hidden,
body.overflow-hidden {
  overflow: hidden;
  height: 100%;
  position: relative;
  touch-action: none;
}

@media screen and (min-width: 750px) {
  body {
    font-size: var(--font-xs-size);
    line-height: var(--font-xs-line-height);
  }
}

div:empty {
  display: none;
}

/* -------------------------------------------------------------------------- */
/*                                HEADING SIZES                               */
/* -------------------------------------------------------------------------- */
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-weight: 400;
}

h1,
.text-h1 {
  font-size: var(--font-h1-size);
  line-height: var(--font-h1-line-height);
}

h2,
.text-h2 {
  font-size: var(--font-h2-size);
  line-height: var(--font-h2-line-height);
}

h3,
.text-h3 {
  font-size: var(--font-h3-size);
  line-height: var(--font-h3-line-height);
}

h4,
.text-h4 {
  font-size: var(--font-h4-size);
  line-height: var(--font-h4-line-height);
}

h5,
.text-h5 {
  font-size: var(--font-h5-size);
  line-height: var(--font-h5-line-height);
}

h6,
.text-h6 {
  font-size: var(--font-h6-size);
  line-height: var(--font-h6-line-height);
}

.text-xxs {
  font-size: var(--font-xxs-size);
  line-height: var(--font-xxs-line-height);
}

.text-xs {
  font-size: var(--font-xs-size);
  line-height: var(--font-xs-line-height);
}

.text-sm {
  font-size: var(--font-sm-size);
  line-height: var(--font-sm-line-height);
}

.text-md {
  font-size: var(--font-md-size);
  line-height: var(--font-md-line-height);
}

.text-lg {
  font-size: var(--font-lg-size);
  line-height: var(--font-lg-line-height);
}

/* -------------------------------------------------------------------------- */
/*                                   BUTTONS                                  */
/* -------------------------------------------------------------------------- */

.button {
  cursor: pointer;
  text-decoration: none;
  background: black;
  color: white;
  padding: 12px 24px;
  border-radius: 32px;
  white-space: nowrap;
  line-height: var(--font-sm-line-height);
  transition: all ease .2s;
  display: inline-flex;
  align-items: center;
  gap: .8rem;
  font-size: var(--font-sm-size);
  justify-content: center;
  border: 0;
  min-height: 44px;
  font-weight: normal;
}

.button svg {
  width: 16px;
  height: 16px;
}

.button:hover {
  opacity: .9;
}

.button--outline {
  background: transparent;
  border: 1px solid black;
  color: black;
}

.button--outline:hover {
  border-color: var(--color-bulue-button);
  color: var(--color-bulue-button);
}

.button--green {
  background: var(--color-green-unique);
  color: black;
}

.button--dark-green {
  background-color: var(--color-dark-green-unique) !important;
  color: white;
}

.button--full {
  width: 100%;
}

/* -------------------------------------------------------------------------- */
/*                                   LAYOUT                                   */
/* -------------------------------------------------------------------------- */

body.no-scroll {
  position: fixed;
  overflow: hidden;
  width: 100%;
}

.container {
  max-width: 1600px;
  margin: 0 auto;
  width: 100%;
  padding: 0 3.2rem;
}

.container--fluid {
  width: 100%;
}

@media screen and (max-width:1024px) {
  .container {
    padding: 0 1rem 0 0.6rem !important;
  }
}


/* -------------------------------------------------------------------------- */
/*                               ANIMATED CLASS                               */
/* -------------------------------------------------------------------------- */

.animated-placeholder {
  background-color: var(--color-cool-gray-light);
  position: relative;
}

.animated-placeholder:before {
  content: "";
  position: absolute;
  left: -80%;
  height: 100%;
  width: 80%;
  background-image: linear-gradient(to left, rgba(251, 251, 251, .05), rgba(251, 251, 251, .3), rgba(251, 251, 251, .6), rgba(251, 251, 251, .3), rgba(251, 251, 251, .05));
  background-image: -webkit-linear-gradient(to left, rgba(251, 251, 251, .05), rgba(251, 251, 251, .3), rgba(251, 251, 251, .6), rgba(251, 251, 251, .3), rgba(251, 251, 251, .05));
  animation: loading 1s infinite;
  z-index: 0;
  top: 0;
}

@keyframes loading {
  0% {
    left: -80%;
  }

  100% {
    left: 100%;
  }
}


/* -------------------------------------------------------------------------- */
/*                               SECTION HEADER                               */
/* -------------------------------------------------------------------------- */

.section-header {
  display: flex;
  justify-content: space-between;
  gap: 1.6rem;
  align-items: center;
  padding: 2.4rem 3.2rem;
}

.section-header__arrow {
  flex-shrink: 0;
}

.section-header__title {
  display: flex;
  gap: 1.6rem;
  align-items: center;
}

.section-header__title h2 {
  font-size: var(--font-h1-size);
  line-height: var(--font-h1-line-height);
}

.section-header__title svg {
  width: 3.2rem;
  height: 3.2rem;
}


.section-header__btn {
  align-items: center;
  gap: .8rem;
  padding: 1.1rem 2.4rem;
  white-space: nowrap;
  line-height: 1;
  transition: all ease .2s;
  border: 1px solid var(--color-black);
  border-radius: 4.4rem;
  font-size: var(--font-sm-size);
  line-height: var(--font-sm-line-height);
  color: var(--color-black);
  text-decoration: none;
}

.section-header__btn--desktop {
  display: flex;
}

.section-header__btn--mobile {
  display: none;
}

.section-header__btn svg {
  width: 1.6rem;
  height: 1.6rem;
}

@media(max-width:767px) {
  .section-header {
    padding: 2.4rem 1.2rem;
  }

  .section-header__title h2 {
    font-size: 3.2rem;
    line-height: 3.6rem;
  }

  .section-header__btn {
    justify-content: center;
    width: 4.4rem;
    height: 4.4rem;
    border-radius: 100%;
    padding: 0;
  }

  .section-header__btn svg {
    width: 2.4rem;
    height: 2.4rem;
  }

  .section-header__btn--desktop {
    display: none;
  }

  .section-header__btn--mobile {
    display: flex;
  }
}



/* -------------------------------------------------------------------------- */
/*                                    PRICE                                   */
/* -------------------------------------------------------------------------- */

.price__container {
  display: flex;
  gap: 1.2rem;
  font-size: var(--font-xs-size);
  font-weight: 500;
}

@media screen and (max-width:767px) {
  .price__container {
    font-size: var(--font-xxs-size);
  }
}

.price__sale {
  display: flex;
  column-gap: 1.2rem;
  flex-wrap: wrap;
}

.price-item--compare-price {
  color: var(--color-gray);
  text-decoration: line-through;
}

.price__basket-sale {
  /*background: var(--color-green-tint);
  color: var(--color-green-shade);
  display: inline-flex;
  font-weight: 500;
  margin-top: 8px;
  font-size: var(--font-xs-size);*/
  font-weight: 500;
  font-size: var(--font-xs-size);
  display: inline-block;
  border-radius: 1.5rem;
  --tw-bg-opacity: 1;
  padding-left: 32px;
  padding-right: 32px;
  padding-top: 6px;
  padding-bottom: 6px;
  text-align: center;
  line-height: var(--font-h6-line-height);
  color: var(--color-white);
  background-color: var(--color-dark-green-unique);
  text-transform: uppercase;
}

.price__basket-sale.drawer-cart {
  display: flex;
  overflow: hidden;
  position: relative;
}

.price__basket-sale .drawer-cart_text {
  position: relative;
  white-space: nowrap;
  will-change: transform;
  animation: marquee-drawer-cart-badge-slider 15s linear infinite;
}

@keyframes marquee-drawer-cart-badge-slider {
  from {
    transform: translateX(100%);
  }
  to {
    transform: translateX(-100%);
  }
}

@media screen and (max-width: 767px) {
  .price__basket-sale {
    padding-left: 16px;
    padding-right: 16px;
  }
}

/* -------------------------------------------------------------------------- */
/*                                  BORDERBOX                                 */
/* -------------------------------------------------------------------------- */
.borderbox {
  position: relative;
  overflow: hidden;
}

.borderbox:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  box-shadow: inset 0px 0px 0px 1px black;
}

/* -------------------------------------------------------------------------- */
/*                                  HEADER                                 */
/* -------------------------------------------------------------------------- */

:root {
  --header-height: 0px; /* JS bunu sayfada güncelleyecek */
}

.header-spacer {
  height: var(--header-height);
  width: 100%;
  display: block !important;
}

.header {
  width: 100%;
  background: white;
  /* transition: all ease .3s; 
  min-height: 90px;*/
  display: flex;
  align-items: center;
}

.header--sticky {
//position: sticky;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
  background: white;
  border-bottom: 1px solid var(--color-black);
  height: 66px;
}

/*.template-index .header--sticky{
  position: fixed;
  background-color: white !important;
  border-bottom: 1px solid var(--color-black);
}*/

.header--sticky.header--scrolled{
  position: fixed;
}


@media screen and (min-width:1024px) {
  .header--sticky:has(.header__nav ul li:hover) {
    background-color: white;
  }

  /*.template-index .header--sticky:has(.header__nav ul li:hover) .header__logo--light {
    display: none;
  }*/

  .template-index .header--sticky:has(.header__nav ul li:hover) .header__logo--dark {
    display: block;
  }

  .header--sticky:has(.header__nav ul li:hover) .header__language,
  .header--sticky:has(.header__nav ul li:hover) .header__language button,
  .header--sticky:has(.header__nav ul li:hover) .header__nav>ul>li>a {
    color: var(--color-black);
  }

  .header--sticky:has(.header__nav ul li:hover) .header-search-mini {
    border-color: var(--color-cool-gray-light);
    color: var(--color-cool-gray-light);
  }

  .header--sticky:has(.header__nav ul li:hover) .header-search-mini::placeholder {
    color: var(--color-cool-gray-light);
  }

  .header--sticky:has(.header__nav ul li:hover) .header__search-btn {
    color: var(--color-gray);
  }


  .header--sticky:has(.header__nav ul li:hover) .header__icons a,
  .header--sticky:has(.header__nav ul li:hover) .header__icons button {
    color: var(--color-black) !important;
  }

}

@media screen and (max-width:767px) {
  .header {
    min-height: 70px;
  }
}



.header--scrolled {
  background-color: white !important;
  border-bottom: 1px solid var(--color-black);
  border-top: 1px solid var(--color-black);
}

.header--scrolled.header--sticky {
  top: 0 !important;
}

.header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 3.2rem;
}

/*@media (min-width: 1201px) and (max-width: 1450px) {
  .header__inner{
    justify-content: flex-end;
  }
}*/

.header__logo {
  display: flex;
  align-items: center;
  gap: 1.6rem;
}

.header__logo>a {
  font-size: var(--font-h3-size);
  line-height: var(--font-h3-line-height);
  text-decoration: none;
}

.header__logo a {
  color: var(--color-white);
}

.header--scrolled .header__logo a,
.header:not(.header--sticky) .header__logo a {
  color: var(--color-black);
}

.header__language .header__language-content {
  color: var(--color-white);
  cursor: pointer;
}

body:not(.template-index) .header--sticky .header__language .header__language-content,
.header--scrolled .header__language .header__language-content {
  color: var(--color-black);
}


.header__language-content {
  padding: 1.2rem;
  display: inline-flex;
  align-items: center;
  gap: .8rem;
  position: relative;
  background-color: transparent;
  border: 0;
  cursor: pointer;
  border-radius: .8rem;
}

.header__language-content span {
  font-size: var(--font-xs-size);
  line-height: var(--font-xs-line-height);
  text-transform: uppercase;
}

.header__language-content svg {
  width: 1.6rem;
  height: 1.6rem;
}

.header__language:hover .header__language-content {
  background-color: var(--color-white);
  color: var(--color-black);

}

.header__language-list-iso-code {
  display: none;
  position: absolute;
  border-radius: 8px;
  overflow: hidden;
  padding-top: 4px;
  z-index: 999;
}

.header__language-list {
  border: 1px solid var(--color-black);
  border-radius: 8px;
  overflow: hidden;
  display: block !important;
}

.header__language-li {
  width: 100%;
}

.header__language-item {
  width: 100%;
  padding: 1.2rem 1.6rem;
  background-color: var(--color-white);
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: var(--color-black) !important;

}

.header__language-item span {
  display: flex;
  align-items: center;
  gap: 8px;
}

.header__language-item:hover {
  background-color: var(--color-cool-gray-lighter);
}

.header__language-item--active {
  pointer-events: none;
  background-color: var(--color-background);
  cursor: default;
  display: flex !important;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
}

.header__language-item--active .header__language-check svg {
  width: 1.6rem;
  height: 1.6rem;
}

.header__language:hover .header__language-list-iso-code {
  display: block;
}


.header__logo img {
  /*max-width: 178px;*/
  max-width: 200px;
  display: flex;
  align-items: center;
  object-fit: scale-down;
  /*object-position: center;
  object-fit: scale-down;*/
}
/*.template-index .header:not(.header--sticky) .header__logo--light,
.template-index .header.header--sticky .header__logo--dark,
.template-index .header.header--scrolled .header__logo--light {
  display: none;
}*/

.header__logo-rs-wwf-logo{
  display: flex;
  flex-direction: row;
  align-items: center;
  position: relative;
  height: 66px;
  padding: 0;
  margin: 0;
}

.header__logo-rs-logo{
  height: inherit;
  display: flex;
  align-items: center;
  padding-right: 3.2rem;
  border-right-width: 1px;
  border-right-color: black;
  border-right-style: solid;
}

.header__logo-wwf-logo{
  position: relative;
  height: inherit;
  display: flex;
  align-items: center;
  top: 0;
  left: 0;
  padding: 0 3.2rem;
  border-right-width: 1px;
  border-right-color: black;
  border-right-style: solid;
}

.header__logo-rs-wwf-logo a{
  line-height: 0;
}

@media (max-width: 767px) {
  .mobile-header__logo .header__logo-rs-logo{
    padding-right: 1.6rem;
    height: 70px;
  }
  .mobile-header__logo .header__logo-wwf-logo{
    padding: 0 1.6rem;
    height: 70px;
  }
  .mobile-navigation__logo-lang .header__logo-rs-wwf-logo{
    margin: -1.2rem 1.2rem;
    height: 70px;
  }
  .mobile-navigation__logo-lang .header__logo-rs-logo{
    padding-right: 1.6rem;
  }
  .mobile-navigation__logo-lang .header__logo-wwf-logo{
    padding: 0 1.6rem;
  }
  .mobile-navigation__header .header__logo-rs-wwf-logo a{
    padding: 0;
  }
}

/*.header__logo-wwf-logo::before{
  content: "";
  position: absolute;
  left: 80%;
  transform: translateX(-50%);
  height: -webkit-fill-available;
  width: 1px;
  background-color: black;
  top: 0;
}*/


.template-index .header.header--scrolled .header__logo--dark {
  display: block;
}


.header__nav-list {
  display: flex;
  align-items: center;
  gap: 6.4rem;
}

@media(max-width:1490px) {
  .header__nav-list {
    gap: 2.4rem;
  }
}

.header__nav>ul>li {
  /*padding: 3.4rem 1.6rem;*/
  padding: 2.1rem 1.6rem;
  display: inline-flex;
  align-items: center;
  transition: all ease .3s;
  background-position: center -30px;
}

/* .header__nav>ul>li:first-child {
  padding-left: 0;
} */

.header__nav>ul>li:last-child {
  padding-right: 0;
  background-position: 20px 0 !important;
}

.header__nav>ul>li:hover {
  background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAAICAYAAAD0g6+qAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAABWSURBVHgBpZFdCQAgDAa/CEYwgpGMYhQbGcEIRtApE0T8ZQf3tO1eBgCOzEJro2EFEYsJQ6aPQOKbJZqMD5HIu0dusadIR5FhEQk8+8YPEQ8hDsN7dxSPkke9taHdvQAAAABJRU5ErkJggg==') no-repeat top center;

}

.header__nav>ul>li:hover .header__dropdown {
  pointer-events: all;
  opacity: 1;
  visibility: visible;
  transform: translateY(0)
}

.header__nav>ul>li>a {
  font-size: var(--font-md-size);
  line-height: var(--font-md-line-height);
  color: var(--color-black);
  text-decoration: none;
  height: 100%;
  display: inline-block;
  white-space: nowrap;
}

/*.template-index .header--sticky .header__nav>ul>li>a,
.template-index .header--sticky .header__icons a,
.template-index .header--sticky .header__icons button {
  color: var(--color-white);
}*/

.header--scrolled .header__nav>ul>li>a,
.header--scrolled .header__icons a,
.header--scrolled .header__icons button {
  color: var(--color-black) !important;
}

.header ul:not(.predictive-search__results-list) {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: flex-start;
}


.header ul a {
  text-decoration: none;
  color: var(--color-black);
}


.header__nav-list svg {
  display: block;
}

.header__icons ul:not(.predictive-search__results-list) {
  gap: .4rem;
}

.header__icons li:not(.predictive-search__list-item) {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 4.4rem;
  height: 4.4rem;
  border-radius: 4.4rem;
  cursor: pointer;
}

.header__icons li a,
.header__icons li button{
  line-height: 10px;
}


/*.template-index .header--sticky .header__icons li:hover {
  background-color: var(--color-black);
}*/


.header--sticky.header--scrolled .header__icons li:hover,
.header--sticky .header__icons li:hover,
.header-search-icon:hover {
  background-color: var(--color-cool-gray-lighter);
}


.header__dropdown {
  position: absolute;
  background: white;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: all ease .2s;
  transform: translateY(5px);
}

.header__dropdown--full {
  width: 100%;
  /*top: 91px;*/
  top: 65px;
  left: 0;
  border-top: 1px solid black;
}

.header__dropdown:empty {
  display: none;
}

.header__dropdown--full::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, .8);
  pointer-events: none;
}


.header__dropdown-container {
  background-color: #FFFFFF;
  border-bottom: 1px solid black;
  position: relative;
  z-index: 999;
  background-color: #FFFFFF;
}

.header__dropdown-inner {
  display: flex;
  width: 100%;
  min-height: 360px;
  gap: 3.2rem;
  align-items: stretch;
  background-color: #FFFFFF;
  position: relative;
  z-index: 99;
  margin: 0 auto;
  width: 100%;
  padding: 0 3.2rem;
}



.header__dropdown-banners {
  display: flex;
  width: 100%;
  overflow-x: auto;
  flex-direction: row-reverse;
}

.header__dropdown-banners::-webkit-scrollbar {
  display: none;
}

.header__dropdown-banner {
  width: 100%;
  position: relative;
  display: inline-flex;
  padding-right: 1px;
  max-width: 350px;
  aspect-ratio: auto 1000 / 1250;
  flex-shrink: 0;
}

.no-header-content .header__dropdown-banner{
  max-width: none;
  aspect-ratio: unset;
  flex-shrink: unset;
}

.no-header-content .scroll-blur{
  display: none !important;
}

.header__dropdown-banner:last-child {
  padding-right: 0;
}

.header__dropdown-banner:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 50%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
  pointer-events: none;
}

.header__dropdown-banner a {
  color: white;
  display: inline-flex;
  min-height: 400px;
  position: relative;
  height: 100%;
  width: 100%;
}

.header__dropdown-banner div {
  position: absolute;
  bottom: 1.6rem;
  left: 1.6rem;
  display: flex;
  align-items: center;
  font-size: var(--font-sm-size);
  gap: 1.2rem;
  color: white;
  z-index: 2;
}

.header__dropdown-banner img {
  display: block;
  object-fit: cover;
  position: absolute;
  width: 100%;
  height: 100%;
}

.header__dropdown-banner div svg {
  width: 16px;
  height: 16px;
}

.header__dropdown-content {
  min-width: 300px;
  display: flex;
  gap: 6.4rem;
  flex-direction: row;
  flex-shrink: 0;
  padding-left: 3.2rem;
  padding-right: 3.2rem;
}

@media(max-width:1400px) {
  .header__dropdown-content {
    gap: 3.2rem;
  }
}

.header__dropdown-content:empty {
  display: none;
}

.header__dropdown-menu {
  max-width: 160px;
  padding: 3.2rem 0;
}

.header__dropdown-menu h6 {
  font-size: var(--font-xs-size);
  margin-bottom: 1.6rem;
  font-weight: 500;
}

.header__dropdown-menu ul {
  flex-direction: column;
  gap: 0;
  justify-content: flex-start;
  align-items: flex-start;
  gap: .8rem !important;
}

body:not(.template-index) .header__logo--dark {
  display: block;
}

body:not(.template-index) .header__logo--light {
  display: none;
}

body:not(.template-index) .header {
  border-bottom: 1px solid black;
}

.header__dropdown-text {
  width: 300px;
  padding: 3.2rem 0;
}

.header__dropdown-text+.header__dropdown-menu {
  border-left: 1px solid black;
  padding-left: 3.2rem;
  width: calc(120px + 3.2rem);
}

.header__dropdown-text>div {
  display: flex;
  align-items: center;
  gap: 1.2rem;
}

.header__dropdown-text h3 {
  font-weight: 400;
}

.header__dropdown-text p {
  margin-top: 1.2rem;
  color: var(--color-gray);
}

.header__dropdown-submenus {
  width: 300px;
  flex-shrink: 0;
  border-right: 1px solid black;
  padding: 3.2rem 0 3.2rem 3.2rem;
}

.header__dropdown-submenus ul {
  flex-direction: column;
  gap: 1.6rem;
  justify-content: flex-start;
  align-items: flex-start;
}

.header__dropdown-submenus ul li {
  width: 100%;
}

.header__dropdown-submenus ul li a {
  display: inline-flex;
  flex-direction: row;
  gap: 1.2rem;
  align-items: center;
  position: relative;
  width: 100%;
}

.header__dropdown-submenus ul li a img {
  min-width: 32px;
  object-fit: cover;
}

.header__dropdown-submenus ul li.active a:after {
  content: "";
  position: absolute;
  right: 0;
  width: 0;
  height: 0;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-right: 8px solid black
}

.header__dropdown-groups {
  width: 100%;
}

.header__dropdown-group {
  display: none;
  gap: 3.2rem;
  width: 100%;
  height: 100%;
}

.header__dropdown-group.active {
  display: flex;
}

.header__dropdown-group .header__dropdown-menus {
  display: flex;
  flex-shrink: 0;
  gap: 6.4rem;
}

.js-ajax-cart-open button,
.js-ajax-cart-open {
  background-color: transparent;
  border: 0;
  padding: 0;
  cursor: pointer;
  display: inline-block;
  position: relative;
  line-height: 0;
}

.js-go-cart-counter{
  position: absolute;
  width: 15px;
  height: 15px;
  background: #000;
  color: #fff;
  font-size: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  bottom: 10px;
  right: 5px;
}

@media(max-width:1200px) {
  .js-go-cart-counter{
    bottom: 0px;
    right: -2px;
  }
}

.header__search {
  background: transparent;
}

.header__search form {
  position: relative;
  display: flex;
}


.header__nav {
  display: flex;
  align-items: center;
  gap: 3.2rem;
}

.header-search-icon button{
  text-decoration: none;
  display: inline-flex;
  padding: 1rem;
  background-color: transparent;
  border: 0;
  cursor: pointer;
}

.header-search-mini {
  height: 44px;
  border: 1px solid white;
  border-radius: 32px;
  background-color: transparent !important;
  color: white;
  width: 200px;
  line-height: 1;
  padding: 0px 16px 0 48px;
  cursor: pointer;
}

.header-search-mini:focus {
  cursor: text;
  outline: none;
}



.header-search-mini::placeholder {
  color: white;
}

.header__search-btn {
  background-color: transparent;
  border: 0;
  color: white;
  position: absolute;
  left: 16px;
  padding: 0;
  top: 12px;
}

.header__search-btn svg {
  width: 20px;
  height: 20px;
}

.search-form-container {
  position: absolute;
  height: 4.4rem;
  width: 100%;
  //pointer-events: none;
  display: none;

}

.search-form-container.active {
  display: block;
}


.search-form-container__content {
  max-width: 55%;
  margin-left: 25%;
}


.header-search-box {
  width: 100%;
  background-color: #F1F1F1;
  height: 4.4rem;
  border-radius: 4.4rem;
  padding: 0 12px;
}

.header-search-box__form {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: .8rem;
  width: 100%;
  height: 4.4rem;
  position: relative;
}


.header-search-box__form span {
  width: 2rem;
  height: 2rem;
  color: var(--color-gray);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.header-search-box__form span svg {
  width: 1.6rem;
  height: 1.6rem;
}

.header-search-box__form input {
  width: 100%;
  background-color: transparent;
  border: 0;
  font-size: var(--font-xs-size);
  line-height: var(--font-xs-line-height);
  color: var(--color-black);
  pointer-events: all;
}

.header-search-box__form input::placeholder {
  color: var(--color-gray) !important;
}

.header-search-box__form input:focus {
  outline: none;
}

.header-search-box__form button {
  width: 3.2rem;
  height: 3.2rem;
  background-color: transparent;
  border: 0;
  color: var(--color-black);
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  display: flex;
  cursor: pointer;
  position: absolute;
  right: 0;
  left: auto;
  top: auto;
}

.header-search-box__form button svg {
  width: 1.7rem;
  height: 1.7rem;
}

.header-search-box__close {
  left: auto;
  right: 0;
  pointer-events: all;
}

.header-search-box:focus-within .header-search-box__form span {
  color: var(--color-bulue-button);
}

.header-search-box__form input {
  padding-left: 0;
}

.header-search-box__submit {
  position: absolute;
  right: 0;
  width: 0 !important;
  height: 0;
  opacity: 0;
}

/* Document

======================================================================= */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
  max-width: 100%;
  height: auto;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input {
  /* 1 */
  overflow: visible;
  color: black;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

details[open]>summary:after {
  content: '';
  display: none !important;
}

details summary::-webkit-details-marker {
  display: none;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden],
.hidden {
  display: none;
}

/* -------------------------------------------------------------------------- */
/*                                VISUAL HIDDEN                               */
/* -------------------------------------------------------------------------- */

.visually-hidden {
  position: absolute !important;
  overflow: hidden;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
  clip: rect(0 0 0 0);
  word-wrap: normal !important;
}

.visually-hidden--inline {
  margin: 0;
  height: 1em;
}

* {
  box-sizing: border-box
}

html {
  box-sizing: border-box;
  font-size: calc(var(--font-body-scale) * 62.5%);
  height: 100%;
  overflow-x: hidden;
}

body {
  min-height: 100%;
  margin: 0;
  font-size: var(--font-sm-size);
  line-height: var(--font-sm-line-height);
  font-family: var(--font-body-family);
  font-weight: 400;
  overflow-x: hidden;
}

body.js-show-ajax-cart {
  /* position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden; */
}

html.overflow-hidden,
body.overflow-hidden {
  overflow: hidden;
  height: 100%;
  position: relative;
  touch-action: none;
}

@media screen and (min-width: 750px) {
  body {
    font-size: var(--font-xs-size);
    line-height: var(--font-xs-line-height);
  }
}

div:empty {
  display: none;
}

/* -------------------------------------------------------------------------- */
/*                                HEADING SIZES                               */
/* -------------------------------------------------------------------------- */
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-weight: 400;
}

h1,
.text-h1 {
  font-size: var(--font-h1-size);
  line-height: var(--font-h1-line-height);
}

h2,
.text-h2 {
  font-size: var(--font-h2-size);
  line-height: var(--font-h2-line-height);
}

h3,
.text-h3 {
  font-size: var(--font-h3-size);
  line-height: var(--font-h3-line-height);
}

h4,
.text-h4 {
  font-size: var(--font-h4-size);
  line-height: var(--font-h4-line-height);
}

h5,
.text-h5 {
  font-size: var(--font-h5-size);
  line-height: var(--font-h5-line-height);
}

h6,
.text-h6 {
  font-size: var(--font-h6-size);
  line-height: var(--font-h6-line-height);
}

.text-xxs {
  font-size: var(--font-xxs-size);
  line-height: var(--font-xxs-line-height);
}

.text-xs {
  font-size: var(--font-xs-size);
  line-height: var(--font-xs-line-height);
}

.text-sm {
  font-size: var(--font-sm-size);
  line-height: var(--font-sm-line-height);
}

.text-md {
  font-size: var(--font-md-size);
  line-height: var(--font-md-line-height);
}

.text-lg {
  font-size: var(--font-lg-size);
  line-height: var(--font-lg-line-height);
}

/* -------------------------------------------------------------------------- */
/*                                   BUTTONS                                  */
/* -------------------------------------------------------------------------- */

.button {
  cursor: pointer;
  text-decoration: none;
  background: black;
  color: white;
  padding: 12px 24px;
  border-radius: 32px;
  white-space: nowrap;
  line-height: var(--font-sm-line-height);
  transition: all ease .2s;
  display: inline-flex;
  align-items: center;
  gap: .8rem;
  font-size: var(--font-sm-size);
  justify-content: center;
  border: 0;
  min-height: 44px;
}

.button svg {
  width: 16px;
  height: 16px;
}

.button:hover {
  opacity: .9;
}

.button--outline {
  background: transparent;
  border: 1px solid black;
  color: black;
}

.button--outline:hover {
  border-color: var(--color-bulue-button);
  color: var(--color-bulue-button);
}

.button--green {
  background: var(--color-green-unique);
  color: black;
}

.button--dark-green {
  background-color: var(--color-dark-green-unique) !important;
  color: white;
}

.button--full {
  width: 100%;
}

/* -------------------------------------------------------------------------- */
/*                                   LAYOUT                                   */
/* -------------------------------------------------------------------------- */

body.no-scroll {
  position: fixed;
  overflow: hidden;
  width: 100%;
}

.container {
  max-width: 1600px;
  margin: 0 auto;
  width: 100%;
  padding: 0 3.2rem;
}

.container--fluid {
  width: 100%;
}

@media screen and (max-width:1024px) {
  .container {
    padding: 0 1.2rem !important;
  }
}


/* -------------------------------------------------------------------------- */
/*                               ANIMATED CLASS                               */
/* -------------------------------------------------------------------------- */

.animated-placeholder {
  background-color: var(--color-cool-gray-light);
  position: relative;
}

.animated-placeholder:before {
  content: "";
  position: absolute;
  left: -80%;
  height: 100%;
  width: 80%;
  background-image: linear-gradient(to left, rgba(251, 251, 251, .05), rgba(251, 251, 251, .3), rgba(251, 251, 251, .6), rgba(251, 251, 251, .3), rgba(251, 251, 251, .05));
  background-image: -webkit-linear-gradient(to left, rgba(251, 251, 251, .05), rgba(251, 251, 251, .3), rgba(251, 251, 251, .6), rgba(251, 251, 251, .3), rgba(251, 251, 251, .05));
  animation: loading 1s infinite;
  z-index: 0;
  top: 0;
}

@keyframes loading {
  0% {
    left: -80%;
  }

  100% {
    left: 100%;
  }
}


/* -------------------------------------------------------------------------- */
/*                                  HEADER                                 */
/* -------------------------------------------------------------------------- */

:root {
  --header-height: 0px; /* JS bunu sayfada güncelleyecek */
}

.header-spacer {
  height: var(--header-height);
  width: 100%;
  display: block !important;
}

.header {
  width: 100%;
  background: white;
  /* transition: all ease .3s;
  min-height: 90px;*/
  display: flex;
  align-items: center;
}

.header--sticky {
//position: sticky;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  background: white;
  height: 66px;
}

/*.template-index .header--sticky{
  position: fixed;
  background: transparent;
  background-color: white !important;
  border-bottom: 1px solid var(--color-black);
}*/

.template-collection .header--sticky.header--scrolled{
  position: fixed;
}


@media screen and (min-width:1024px) {
  .header--sticky:has(.header__nav ul li:hover) {
    background-color: white;
  }

  .template-index .header--sticky:has(.header__nav ul li:hover) .header__logo--light {
    display: none;
  }

  .template-index .header--sticky:has(.header__nav ul li:hover) .header__logo--dark {
    display: block;
  }

  .header--sticky:has(.header__nav ul li:hover) .header__language,
  .header--sticky:has(.header__nav ul li:hover) .header__language button,
  .header--sticky:has(.header__nav ul li:hover) .header__nav>ul>li>a {
    color: var(--color-black);
  }

  .header--sticky:has(.header__nav ul li:hover) .header-search-mini {
    border-color: var(--color-cool-gray-light);
    color: var(--color-cool-gray-light);
  }

  .header--sticky:has(.header__nav ul li:hover) .header-search-mini::placeholder {
    color: var(--color-cool-gray-light);
  }

  .header--sticky:has(.header__nav ul li:hover) .header__search-btn {
    color: var(--color-gray);
  }


  .header--sticky:has(.header__nav ul li:hover) .header__icons a,
  .header--sticky:has(.header__nav ul li:hover) .header__icons button {
    color: var(--color-black) !important;
  }

}

@media screen and (max-width:767px) {
  .header {
    min-height: 70px;
  }
}



.header--scrolled {
  background-color: white !important;
  border-bottom: 1px solid var(--color-black);
  border-top: 1px solid var(--color-black);
}

.header--scrolled .mobile-header__search{
  margin-top: -1px;
  height: 68px;
}

.header--scrolled.header--sticky {
  top: 0 !important;
}

.header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 3.2rem;
}

/*@media (min-width: 1201px) and (max-width: 1450px) {
  .header__inner{
    justify-content: flex-end;
  }
}*/

.header__logo {
  display: flex;
  align-items: center;
  gap: 1.6rem;
}

.header__logo>a {
  font-size: var(--font-h3-size);
  line-height: var(--font-h3-line-height);
  text-decoration: none;
}

/*.template-index .header__logo a {
  color: var(--color-white);
}*/

.header--scrolled .header__logo a,
.header:not(.header--sticky) .header__logo a {
  color: var(--color-black);
}

.header__language .header__language-content {
  color: var(--color-white);
  cursor: pointer;
}

body:not(.template-index) .header--sticky .header__language .header__language-content,
.header--scrolled .header__language .header__language-content {
  color: var(--color-black);
}


.header__language-content {
  padding: 1.2rem;
  display: inline-flex;
  align-items: center;
  gap: .8rem;
  position: relative;
  background-color: transparent;
  border: 0;
  cursor: pointer;
  border-radius: .8rem;
}

.header__language-content span {
  font-size: var(--font-xs-size);
  line-height: var(--font-xs-line-height);
  text-transform: uppercase;
}

.header__language-content svg {
  width: 1.6rem;
  height: 1.6rem;
}

.header__language:hover .header__language-content {
  background-color: var(--color-white);
  color: var(--color-black);

}

.header__language-list-iso-code {
  display: none;
  position: absolute;
  border-radius: 8px;
  overflow: hidden;
  padding-top: 4px;
  z-index: 999;
}

.header__language-list {
  border: 1px solid var(--color-black);
  border-radius: 8px;
  overflow: hidden;
  display: block !important;
}

.header__language-li {
  width: 100%;
}

.header__language-item {
  width: 100%;
  padding: 1.2rem 1.6rem;
  background-color: var(--color-white);
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: var(--color-black) !important;

}

.header__language-item span {
  display: flex;
  align-items: center;
  gap: 8px;
}

.header__language-item:hover {
  background-color: var(--color-cool-gray-lighter);
}

.header__language-item--active {
  pointer-events: none;
  background-color: var(--color-background);
  cursor: default;
  display: flex !important;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
}

.header__language-item--active .header__language-check svg {
  width: 1.6rem;
  height: 1.6rem;
}

.header__language:hover .header__language-list-iso-code {
  display: block;
}


.header__logo img {
  /*max-width: 178px;*/
  max-width: 200px;
  display: flex;
  align-items: center;
  /*object-position: center;
  object-fit: scale-down;*/
}

.header-pov .header__logo img {
  max-width: 275px;
  object-fit: contain;
}

.template-index .header:not(.header--sticky) .header__logo--light,
<<<<<<< HEAD
.template-index .header.header--sticky .header__logo--dark,
=======
/*.template-index .header.header--sticky .header__logo--dark,*/
>>>>>>> 8cff391 (Back In Stock popup modülleri geliştirildi)
.template-index .header.header--scrolled .header__logo--light {
  display: none;
}


.template-index .header.header--scrolled .header__logo--dark {
  display: block;
}


.header__nav-list {
  display: flex;
  align-items: center;
  gap: 6.4rem;
}

@media(max-width:1490px) {
  .header__nav-list {
    gap: 2.4rem;
  }
}

.header__nav>ul>li {
  /*padding: 3.4rem 1.6rem;*/
  padding: 2.1rem 1.6rem;
  display: inline-flex;
  align-items: center;
  transition: all ease .3s;
  background-position: center -30px;
}

/* .header__nav>ul>li:first-child {
  padding-left: 0;
} */

.header__nav>ul>li:last-child {
  padding-right: 0;
}

.header__nav>ul>li:hover {
  background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAAICAYAAAD0g6+qAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAABWSURBVHgBpZFdCQAgDAa/CEYwgpGMYhQbGcEIRtApE0T8ZQf3tO1eBgCOzEJro2EFEYsJQ6aPQOKbJZqMD5HIu0dusadIR5FhEQk8+8YPEQ8hDsN7dxSPkke9taHdvQAAAABJRU5ErkJggg==') no-repeat top center;

}

.header__nav>ul>li:hover .header__dropdown {
  pointer-events: all;
  opacity: 1;
  visibility: visible;
  transform: translateY(0)
}

.header__nav>ul>li>a {
  font-size: var(--font-md-size);
  line-height: var(--font-md-line-height);
  color: var(--color-black);
  text-decoration: none;
  height: 100%;
  display: inline-block;
  white-space: nowrap;
}

/*.template-index .header--sticky .header__nav>ul>li>a,
.template-index .header--sticky .header__icons a,
.template-index .header--sticky .header__icons button {
  color: var(--color-white);
}*/

.header--scrolled .header__nav>ul>li>a,
.header--scrolled .header__icons a,
.header--scrolled .header__icons button {
  color: var(--color-black) !important;
}

.header ul:not(.predictive-search__results-list) {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: flex-start;
}


.header ul a {
  text-decoration: none;
  color: var(--color-black);
}


.header__nav-list svg {
  display: block;
}

.header__icons ul:not(.predictive-search__results-list)  {
  gap: .4rem;
}

.header__icons li:not(.predictive-search__list-item) {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 4.4rem;
  height: 4.4rem;
  border-radius: 4.4rem;
  cursor: pointer;
}


.header--sticky .header__icons li:hover {
  background-color: var(--color-black);
  color: white !important;
}


.header--sticky.header--scrolled .header__icons li:hover,
.header--sticky .header__icons li:hover {
  background-color: var(--color-cool-gray-lighter);
}


.header__dropdown {
  position: absolute;
  background: white;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: all ease .2s;
  transform: translateY(5px);
}

.header__dropdown--full {
  width: 100%;
  /*top: 91px;*/
  top: 65px;
  left: 0;
  border-top: 1px solid black;
}

.header__dropdown--full::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, .8);
  pointer-events: none;
}


.header__dropdown-container {
  background-color: #FFFFFF;
  border-bottom: 1px solid black;
  position: relative;
  z-index: 999;
  background-color: #FFFFFF;
}

.header__dropdown-inner {
  display: flex;
  width: 100%;
  min-height: 360px;
  gap: 3.2rem;
  align-items: stretch;
  background-color: #FFFFFF;
  position: relative;
  z-index: 99;
  margin: 0 auto;
  padding: 0 3.2rem;
}



.header__dropdown-banners {
  display: flex;
  width: 100%;
  overflow-x: auto;
  flex-direction: row-reverse;
}

.header__dropdown-banner {
  width: 100%;
  position: relative;
  display: inline-flex;
  padding-right: 1px;
  max-width: 350px;
  aspect-ratio: auto 1000 / 1250;
  flex-shrink: 0;
}

.header__dropdown-banner:last-child {
  padding-right: 0;
}

.header__dropdown-banner:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 50%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
  pointer-events: none;
}

.header__dropdown-banner a {
  color: white;
  display: inline-flex;
  min-height: 400px;
  position: relative;
  height: 100%;
  width: 100%;
}

.header__dropdown-banner div {
  position: absolute;
  bottom: 1.6rem;
  left: 1.6rem;
  display: flex;
  align-items: center;
  font-size: var(--font-sm-size);
  gap: 1.2rem;
  color: white;
  z-index: 2;
}

.header__dropdown-banner img {
  display: block;
  object-fit: cover;
  position: absolute;
  width: 100%;
  height: 100%;
}

.header__dropdown-banner div svg {
  width: 16px;
  height: 16px;
}

.header__dropdown-content {
  min-width: 300px;
  display: flex;
  gap: 6.4rem;
  flex-direction: row;
  flex-shrink: 0;
  padding-left: 3.2rem;
  padding-right: 3.2rem;
}

@media(max-width:1400px) {
  .header__dropdown-content {
    gap: 3.2rem;
  }
}

@media(min-width:1601px) {
  .header__dropdown-content {
    padding-left: 0;
    padding-right: 0;
  }
}


.header__dropdown-content:empty {
  display: none;
}

.header__dropdown-menu {
  max-width: 160px;
  padding: 3.2rem 0;
}

.header__dropdown-menu h6 {
  font-size: var(--font-xs-size);
  margin-bottom: 1.6rem;
  font-weight: 500;
}

.header__dropdown-menu ul {
  flex-direction: column;
  gap: 0;
  justify-content: flex-start;
  align-items: flex-start;
  gap: .8rem !important;
}

body:not(.template-index) .header__logo--dark {
  display: block;
}

body:not(.template-index) .header__logo--light {
  display: none;
}

body:not(.template-index) .header {
  border-bottom: 1px solid black;
}

.header__dropdown-text {
  width: 300px;
  padding: 3.2rem 0;
}

.header__dropdown-text+.header__dropdown-menu {
  border-left: 1px solid black;
  padding-left: 3.2rem;
  width: calc(120px + 3.2rem);
}

.header__dropdown-text>div {
  display: flex;
  align-items: center;
  gap: 1.2rem;
}

.header__dropdown-text img {
  width: 2.4rem;
  object-fit: cover;
}

.header__dropdown-text h3 {
  font-weight: 400;
}

.header__dropdown-text p {
  margin-top: 1.2rem;
  color: var(--color-gray);
}

.header__dropdown-submenus {
  width: 300px;
  flex-shrink: 0;
  border-right: 1px solid black;
  padding: 3.2rem 0 3.2rem 3.2rem;
}

.header__dropdown-submenus ul {
  flex-direction: column;
  gap: 1.6rem;
  justify-content: flex-start;
  align-items: flex-start;
}

.header__dropdown-submenus ul li {
  width: 100%;
}

.header__dropdown-submenus ul li a {
  display: inline-flex;
  flex-direction: row;
  gap: 1.2rem;
  align-items: center;
  position: relative;
  width: 100%;
}

.header__dropdown-submenus ul li a img {
  min-width: 32px;
  object-fit: cover;
}

.header__dropdown-submenus ul li.active a:after {
  content: "";
  position: absolute;
  right: 0;
  width: 0;
  height: 0;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-right: 8px solid black
}

.header__dropdown-groups {
  width: 100%;
}

.header__dropdown-group {
  display: none;
  gap: 3.2rem;
  width: 100%;
  height: 100%;
}

.header__dropdown-group.active {
  display: flex;
}

.header__dropdown-group .header__dropdown-menus {
  display: flex;
  flex-shrink: 0;
  gap: 6.4rem;
}

.js-ajax-cart-open button,
.js-ajax-cart-open {
  background-color: transparent;
  border: 0;
  padding: 0;
  cursor: pointer;
  display: inline-block;
  position: relative;
  line-height: 0;
}

.header__search {
  background: transparent;
}

.header__nav {
  display: flex;
  align-items: center;
  gap: 3.2rem;
}

.header-search-mini {
  height: 44px;
  border: 1px solid white;
  border-radius: 32px;
  background-color: transparent !important;
  color: white;
  width: 200px;
  line-height: 1;
  padding: 0px 16px 0 48px;
  cursor: pointer;
}

.header-search-mini:focus {
  cursor: text;
  outline: none;
}



.header-search-mini::placeholder {
  color: white;
}

.header__search-btn {
  background-color: transparent;
  border: 0;
  color: white;
  position: absolute;
  left: 16px;
  padding: 0;
  top: 12px;
}

.header__search-btn svg {
  width: 20px;
  height: 20px;
}


.header .header-search-mini,
.header--scrolled .header-search-mini {
  border-color: var(--color-cool-gray-light);
  color: var(--color-cool-gray-light);
  transition: all 300ms ease-in;
}


.header .header-search-mini:hover,
.header--scrolled .header-search-mini:hover {
  border-color: var(--color-gray);
  color: var(--color-gray);
}



.header--scrolled .header-search-mini::placeholder,
.header--scrolled .header__search-btn,
.header .header-search-mini::placeholder,
.header .header__search-btn {
  color: var(--color-gray);
  ;
}

.header.search-open {
  background-color: var(--color-white);
}

.header.search-open .header__logo--light {
  display: none !important;
}

.header.search-open .header__logo--dark {
  display: block !important;
}


.header.search-open .header__language .header__language-content {
  color: var(--color-black);
}

.header.search-open .header__icons li:hover {
  background-color: var(--color-cool-gray-lighter);
}

.header.search-open .header__icons a {
  color: var(--color-black);
}

.header.search-open .header__icons button {
  color: var(--color-black) !important;
}

.header.search-open .header__nav>ul>li {
  pointer-events: none;
}

.header.search-open .header__nav-list{
  display: none;
}

@media(max-width:1600px) {
  .header__dropdown-inner.container {
    padding-right: 0;
    padding-left: 0
  }
}


/* Header PoV */


.header-pov {
  position: absolute;
  width: 100%;
  background-color: transparent !important;
  top: 48px;
  left: 0;
  width: 100%;
  z-index: 999;
  border-bottom: 0 !important;
  color: var(--color-white);
}

.header-pov.no-announcement {
  top: 0;
}

.header-pov .header__logo {
  gap: 2.4rem;
}

.header-pov .header__language .header__language-content {
  color: var(--color-white);
}

.header-pov__content {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.header-pov__logo--light {
  display: block;
}

.header-pov__logo--dark {
  display: none;
}

.header-pov__store {
  display: flex;
  align-items: center;
  gap: .8rem;
  padding: 1.2rem 2.4rem;
  max-height: 4.4rem;
  border-radius: 4.4rem;
  border: 1px solid currentColor;
  font-size: var(--font-sm-size);
  line-height: var(--font-sm-line-height);
  color: currentColor;
  text-decoration: none;
}

.header-pov__store.hidden {
  display: none;
}

.header-pov__store svg {
  width: 1.6rem;
  height: 1.6rem;
  pointer-events: none;
}

.header-pov__store:hover {
  color: var(--color-green-unique);
}


.header-pov--hover .header-pov__store:hover {
  color: var(--color-bulue-button);
}

.header-pov__search-box {
  width: 100%;
  background-color: var(--color-white);
  height: 4.4rem;
  border-radius: 4.4rem;
  border: 1px solid var(--color-gray);
  padding: 0 12px;
  display: none;
  margin-left: 2.4rem;
  margin-right: 2.4rem;
}

.header-pov__search-box.active {
  display: flex;
}

.header-pov__search-form {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: .8rem;
  width: 100%;
  height: 4.4rem;
}

.header-pov__search-form span {
  width: 2rem;
  height: 2rem;
  color: var(--color-gray);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.header-pov__search-form span svg {
  width: 1.6rem;
  height: 1.6rem;
}

.header-pov__search-form input {
  width: 100%;
  background-color: transparent;
  border: 0;
  font-size: var(--font-xs-size);
  line-height: var(--font-xs-line-height);
  color: var(--color-black);
}

.header-pov__search-form input:placeholder {
  color: var(--color-gray);
}

.header-pov__search-form input:focus {
  outline: none;
}

.header-pov__search-form .header-pov__search-close {
  width: 3.2rem;
  height: 3.2rem;
  background-color: transparent;
  border: 0;
  color: var(--color-black);
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  cursor: pointer;
}

.header-pov__search-form .header-pov__search-close svg {
  width: 1.7rem;
  height: 1.7rem;
  pointer-events: none;
}


.header-pov__search-submit {
  opacity: 0;
  width: 0 !important;
  height: 0 !important;
  display: none;
}

.header-pov__search-box:focus-within {
  border-color: var(--color-bulue-button);
}

.header-pov__search-form input:focus+.header-pov__search-close {
  color: var(--color-black) !important;
}

.header-pov__search-box:focus-within .header-pov__search-form span {
  color: var(--color-bulue-button);
}

.header-pov__search {
  min-height: 9rem;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-left: 1.6rem;
}

.header-pov__search-btn {
  width: 4.4rem;
  height: 4.4rem;
  border-radius: 4.4rem;
  background-color: transparent;
  border: 0;
  padding: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  color: currentColor;
}

.header-pov__search-btn svg {
  pointer-events: none;
}

.header-pov__search.hidden {
  display: none;
}

.header-pov__search-btn:hover {
  background-color: var(--color-black);
}

.header-pov--hover .header-pov__search-btn:hover {
  background-color: var(--color-cool-gray-lighter);
}

.header-pov__nav-item {
  display: inline-flex;
  align-items: center;
  transition: all ease .3s;
  color: currentColor;
  cursor: pointer;
  min-height: 90px;
  ;
}

.header-pov__nav-item span {
  width: 4.4rem;
  height: 4.4rem;
  border-radius: 4.4rem;
  color: currentColor;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
}

.header-pov__nav-item span svg {
  pointer-events: none;
}

.header-pov__nav-content {
  position: absolute;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: all ease .2s;
  transform: translateY(5px);
  width: 100%;
  height: 100vh;
  top: 91px;
  left: 0;
  background-color: rgba(0, 0, 0, .8);
  border-top: 1px solid black;
}

.header-pov__nav-container {
  display: flex;
  flex-wrap: wrap;
  gap: 1px;
  background: #fff;
  border-bottom: 1px solid var(--color-white);
  cursor: auto;
}

.header-pov__menu {
  width: calc(100% / 3 - 1px);
  position: relative;
}

.header-pov__menu::before {
  content: '';
  position: absolute;
  height: 50%;
  width: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
  z-index: 1;
  bottom: 0;
  left: 0;
}

.header-pov__menu-img {
  position: relative;
  pointer-events: none;
}

.header-pov__menu-img::before {
  content: '';
  display: block;
  padding-bottom: 42vh;
}

.header-pov__menu-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
  pointer-events: none;
}

.header-pov__menu-info {
  position: absolute;
  z-index: 1;
  display: flex;
  align-items: center;
  gap: .8rem;
  bottom: 1.6rem;
  left: 1.6rem;
  right: 1.6rem;
  pointer-events: none;
}

.header-pov__menu-round {
  display: block !important;
  width: 1.2rem;
  height: 1.2rem;
  border-radius: 1.2rem;
  border: 1px solid var(--color-black);
  flex-shrink: 0;
}

.header-pov__menu-title {
  font-size: var(--font-sm-size);
  line-height: var(--font-sm-line-height);
  color: var(--color-white);
  margin: 0;
}

.header-pov__nav-item:hover .header-pov__nav-content,
.header-pov--hover .header-pov__nav-content {
  pointer-events: all;
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.header-pov__nav-item:hover span {
  background-color: var(--color-cool-gray-lighter);
}


.header-pov:has(.header-pov__nav-item:hover),
.header-pov.header-pov--hover,
.header-pov.search-active {
  background-color: var(--color-white) !important;
  color: var(--color-black) !important;
}

.header-pov:has(.header-pov__nav-item:hover) .header__language-content,
.header-pov.header-pov--hover .header__language-content,
.search-active .header__language-content,
.header__language:hover .header__language-content {
  color: var(--color-black) !important;
}


.header-pov:has(.header-pov__nav-item:hover) .header-pov__logo--light,
.header-pov.header-pov--hover .header-pov__logo--light,
.header-pov.search-active .header-pov__logo--light {
  display: none;
}

.header-pov:has(.header-pov__nav-item:hover) .header-pov__logo--dark,
.header-pov.header-pov--hover .header-pov__logo--dark,
.header-pov.search-active .header-pov__logo--dark {
  display: block;
}

@media(max-width:767px) {
  .header-pov__menu {
    display: inline-flex;
    width: calc(100% / 2 - .5px);
  }

  .header-pov__menu-container {
    display: block;
    width: 100%;
    height: 100%;
  }

  .header-pov__menu-img:before {
    padding-bottom: 21vh;
  }
}

/* -------------------------------------------------------------------------- */
/*                                MOBILE HEADER                               */
/* -------------------------------------------------------------------------- */

.mobile-navigation-wrapper {
  width: 100%;
  display: none;
}

.mobile-header {
  display: none;
  width: 100%;
  position: relative;
}

.mobile-header .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1.2rem;
}

.mobile-header__logo {
  display: flex;
  align-items: center;
  gap: .8rem;
}

.mobile-header__logo img {
  display: block;
  width: 178px;
}

.mobile-header__hamburger {
  display: flex;
  background-color: transparent;
  border: 0;
}

.mobile-header__links {
  opacity: 1;
  transition: all 300ms ease-in;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  gap: 1rem;
}

.open-search .mobile-header__links {
  transform: translateX(150%);
  opacity: 0;
}

.mobile-header__links a {
  color: white;
  text-decoration: none;
  display: inline-flex;
}

.mobile-search-btn {
  color: var(--color-white);
  text-decoration: none;
  display: inline-flex;
  background-color: transparent;
  border: 0;
}

.mobile-header__search {
  position: absolute;
  width: 95%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  left: 12px;
  right: 12px;
  opacity: 0;
  overflow: hidden;
  pointer-events: none;
  transition: all 300ms ease-in;
  top: 0;
  bottom: 0;
  background-color: var(--color-white);
  height: 69px;
  margin-top: -2px;
}

.open-search .mobile-header__search {
  opacity: 1;
  pointer-events: all;
}

.mobile-header__search__form {
  display: flex;
  align-items: center;
  padding: 1.2rem 1.6rem;
  background-color: var(--color-background);
  border-radius: 4.8rem;
  color: var(--color-gray);
  width: calc(100% - 44px);
  opacity: 0;
  transition: all 300ms ease-in;
}

.open-search .mobile-header__search__form {
  opacity: 1;
  transition-delay: 200ms;
}

.mobile-header__search__input {
  background-color: transparent;
  border: 0;
  color: currentColor;
  margin-left: 8px;
  font-size: var(--font-xs-size);
}

.mobile-header__search__input:focus {
  outline: none;
}

.mobile-header__search-close {
  width: 4.4rem;
  height: 4.4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: transparent;
  border: 0;
  color: var(--color-white);
  margin-right: 30px;
  transition: all 300ms ease-in;
}

.mobile-header__search-close svg {
  flex-shrink: 0;
}

.open-search .mobile-header__search-close {
  margin-right: 0;
}

.template-index .header--scrolled .mobile-header__search-close,
.header .mobile-header__search-close {
  color: var(--color-black)
}


.mobile-header__links path,
.header--sticky.header--scrolled .mobile-header__links path,
.mobile-header__hamburger path,
.header--sticky.header--scrolled .mobile-header__hamburger path,
body:not(.template-index) .mobile-header__hamburger path,
body:not(.template-index) .mobile-header__links path {
  fill: black;
}

.header--sticky .mobile-header__hamburger path,
.header--sticky .mobile-header__links path {
  fill: black;
}

.mobile-navigation {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  background-color: white;
  z-index: 9999;
  transform: translateX(-100%);
  transition: all ease .3s;
  opacity: 0;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

.mobile-navigation-wrapper.opened .mobile-navigation {
  transform: translateX(0);
  opacity: 1;
}

.mobile-navigation__header {
  padding: 1.2rem 0;
  border-bottom: 1px solid black;
  border-top: 1px solid black;
}

.mobile-navigation__logo-lang {
  display: flex;
  align-items: center;
  gap: 8px;
}

.mobile-navigation__header.no-border {
  border-bottom: 0;
}

.mobile-navigation__header a {
  padding: 1.2rem;
  display: inline-block;
}

.mobile-navigation__header .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.mobile-navigation__header img {
  display: block;
  width: 178px;
}

.mobile-navigation__header button {
  background-color: transparent;
  border: 0;
  padding: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 4.4rem;
  height: 4.4rem;
}

.mobile-navigation__header button svg {
  pointer-events: none;
}

.mobile-navigation__header button.mobile-navigation__back,
.mobile-navigation.opened .mobile-navigation__logo-lang {
  display: none;
}

.mobile-navigation.opened .mobile-navigation__header button.mobile-navigation__back {
  display: block;
}

.mobile-navigation.opened .mobile-navigation__header {
  /* border-bottom: 0; */
  padding-bottom: .4rem;
}

.mobile-navigation__submenu-description {
  border-bottom: 1px solid black;
  margin-bottom: 2.8rem
}

.mobile-navigation__submenu.opened {
  padding-bottom: 1.6rem;
}

.mobile-navigation .header__dropdown-banners {
  margin-top: 2.8rem;
}

.mobile-navigation__back svg,
.mobile-navigation__close svg {
  color: var(--color-black);
}

.mobile-navigation__body {
  padding-top: 1.6rem;
  display: flex;
  flex-direction: column;
  flex: 1;
  overflow: auto;
  height: 100%;
  justify-content: space-between;
}


.mobile-navigation__account-link {
  display: flex;
  align-items: center;
  gap: .8rem;
  padding: 1rem;
  width: 100%;
  border: 1px solid black;
  border-radius: 3.2rem;
  color: black;
  text-decoration: none;
  justify-content: center;
  margin: 1.6rem 0;
}

.mobile-navigation__links {
  position: relative;
  transition: all ease .3s;
}

.mobile-navigation.opened .mobile-navigation__links {
  transform: translateX(-100%);
}

.mobile-navigation.opened .mobile-navigation__account-link {
  display: none;
}

.mobile-navigation__links ul {
  display: flex;
  flex-direction: column;
  gap: 0rem;
  align-items: flex-start;
}

.mobile-navigation__links ul li {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
  padding: .6rem 2.4rem;
  font-size: 2rem;
}

.mobile-navigation__body.menu-open .mobile-navigation__links ul li{
  padding: 0 2.4rem;
}

.mobile-navigation__links>ul>li>a,
.mobile-navigation__links .mobile-navigation__submenu-header>a,
.mobile-navigation__links .mobile-navigation__submenu-header>button {
  font-size: 2rem;
  display: flex;
  justify-content: space-between;
  padding: 1.2rem 2.4rem;
}

.mobile-navigation__links .mobile-navigation__submenu-header>button {
  width: 100%;
  background-color: transparent;
  border: 0;
}

.mobile-navigation__customer-link a {
  padding: 1.6rem 2.4rem !important;
}

.mobile-navigation__customer-link > a {
  padding: 0 !important;
  width: 100%;
}

.mobile-navigation__links .mobile-menu-link-icon svg {
  width: 1.6rem;
  height: 1.6rem;
  display: none;
}

.mobile-navigation__links li.has-dropdown .mobile-menu-link-icon svg {
  display: block;
}

.mobile-menu-icon {
  display: flex;
  align-items: center;
  gap: 1.6rem;
}

.mobile-navigation__submenus {
  top: 0;
  left: 0;
  width: 100%;
  position: absolute;
  transition: all ease .3s;
  transform: translateX(100%);
  opacity: 0;
  pointer-events: none;
  overflow: hidden;
  height: 0;
}

.mobile-navigation__deepmenu {
  height: 0;
  overflow: hidden;
  transition: all ease .3s;
  opacity: 0;
}

.mobile-navigation__submenu-header svg {
  transition: all ease .3s;
}

.mobile-navigation__submenu.opened .mobile-navigation__submenu-header svg {
  transform: rotate(180deg)
}


.mobile-navigation__submenu-header.has-dropdown a svg {
  display: block;
}

.mobile-navigation__submenu-header.no-dropdown a svg {
  display: none !important;
}


.mobile-navigation__submenu.opened .mobile-navigation__deepmenu {
  height: auto;
  opacity: 1;
}

.mobile-navigation__submenus.opened {
  height: auto;
  opacity: 1;
  pointer-events: all;
}

.mobile-navigation__deepmenu a {
  font-size: var(--font-md-size);
  padding: .6rem 2.4rem;
  display: inline-block;
}


.mobile-navigation__submenus .header__dropdown-banners {
  flex-direction: column;
}

.mobile-navigation__submenus p {
  padding: 0 2.4rem 1.2rem 2.4rem;
  color: var(--color-gray);
  margin: 0;
}

.mobile-navigation__submenus .text-h1 {
  padding: 1.2rem 2.4rem;
  line-height: 1;
  color: black;
  padding-top: 0;
}

.mobile-navigation__account {
  margin-top: auto;
  padding: 2.4rem;
}

.mobile-navigation__account-title {
  margin-bottom: 1.6rem;
}

.mobile-navigation__account-login-register {
  display: flex;
  align-items: center;
  gap: .8rem;
}

.mobile-navigation__account-btn {
  width: calc(50% - 4px);
}

.menu-open .mobile-navigation__footer {
  display: none;
}

.mobile-navigation__texture {
  width: 100%;
  height: auto;
  margin-bottom: 32px;
  position: absolute;
  z-index: -1;
  bottom: 130px;
  pointer-events: none;
}

.mobile-navigation__customer-link>a {
  align-items: center;
}

.mobile-navigation__customer-link>a>span {
  display: flex;
  flex-direction: column;
}

.mobile-navigation__customer-link>a>span>span {
  font-size: 2.4rem;
  line-height: 1;
}

.mobile-navigation__customer-link>a>span small {
  color: var(--color-gray);
  font-size: var(--font-xs-size);
  line-height: var(--font-xs-line-height);
  margin-top: .4rem;
}

.mobile-navigation__customer-link .mobile-navigation__submenu-header a span svg {
  width: 24px;
  height: 24px;
  margin-bottom: 4px;
}

.mobile-navigation__customer-link .mobile-navigation__submenu-header a span {
  display: inline-flex;
  align-items: center;
  gap: 1.6rem;
}

.mobile-navigation__customer-title {
  display: flex;
  flex-direction: column;
  /* border-top: 1px solid black; */
  padding: 2.4rem;
}

.mobile-navigation__customer-title span {
  font-size: 2.4rem;
}

.mobile-navigation__customer-title small {
  font-size: var(--font-xs-size);
  line-height: var(--font-xs-line-height);
  color: var(--color-gray);
}

@media screen and (max-width:1200px) {
  .header__inner {
    display: none;
  }

  .mobile-header {
    display: block;
  }

  .mobile-navigation-wrapper {
    display: block;
  }
  .header__dropdown-banner{
    max-width: 100%;
  }
}

/* Mobile Navigation Language */

@media(max-width:1023px) {
  .header__language .header__language-content {
    color: var(--color-black);
  }

  .header__language-content {
    width: 6.3rem !important;
    height: 3.2rem !important;
  }

  .header__language:hover .header__language-content {
    background-color: var(--color-background) !important;
  }

  .header__language-content svg {
    width: 1.2rem;
    height: 1.2rem;
  }
}


/* PoV Mobile Menu */

.header-pov-mobile {
  padding: 2.4rem 0;
}

.header-pov-mobile__container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.header-pov-mobile__logo {
  max-width: 25rem;
}

.header-pov-mobile__logo a {
  display: flex;
}

.header-pov-mobile__menu-btn {
  width: 4.4rem;
  height: 4.4rem;
  color: var(--color-white);
  background-color: transparent;
  border: 0;
}

.header-pov-mobile__btn svg {
  width: 2.4rem;
  height: 2.4rem;
}


.header-pov-mobile-nav {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: white;
  z-index: 998;
  transform: translateX(100%);
  transition: all ease .3s;
  opacity: 0;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

.mobile-navigation-wrapper.opened .header-pov-mobile-nav {
  transform: translateX(0);
  opacity: 1;
}


.header-pov-mobile-nav__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 2.4rem 1.2rem;
}

.header-pov-mobile-nav__header-close {
  width: 4.4rem;
  height: 4.4rem;
  background-color: transparent;
  border: 0;
}

.header-pov-mobile-nav__header-close svg {
  width: 2.4rem;
  height: 2.4rem;
}

.header-pov-mobile-nav__nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 1px;
}

.header-pov-mobile-nav__menu-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  padding: 2.4rem;
}

.header-pov-mobile-nav__content {
  overflow-y: auto;
  height: calc(100% - 90px);
  display: flex;
  flex-direction: column;
  position: absolute;
  width: 100%;
}

.header-pov-mobile__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: .8rem;
  width: calc(50% - 8px);
  height: 4.4rem;
  border-radius: 4.4rem;
  border: 1px solid var(--color-black);
  background-color: transparent;
  color: var(--color-black);
  text-decoration: none;
  font-size: var(--font-sm-size);
  line-height: var(--font-sm-line-height);
}

.header-pov-mobile__btn svg {
  width: 1.6rem;
  height: 1.6rem;
}

.header-pov-mobile__search {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: white;
  z-index: 999;
  transform: translateX(100%);
  transition: all ease .3s;
  opacity: 0;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

.header-pov-mobile__search.opened {
  transform: translateX(0);
  opacity: 1;
}

.header-pov-mobile__search-header {
  padding: 1.2rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.2rem;
  width:100%;
}

.header-pov-mobile__search-back {
  width: 4.4rem;
  height: 4.4rem;
  background-color: transparent;
  border: 0;
}

.header-pov-mobile__search-box {
  padding: 1.2rem 1.2rem 1.2rem 1.6rem;
  width: calc(100% - 8.8rem);
  height: 4.4rem;
  border-radius: 4.4rem;
  background-color: #F1F1F1;
  border: 1px solid;
  transition: all 300ms ease-in;
  display:flex;
}

.header-pov-mobile__search-box:hover {
  border: 1px solid var(--color-gray);
}

.header-pov-mobile__search-form {
  display: flex;
  align-items: center;
  gap: .8rem;
  width: 100%;
}

.header-pov-mobile__search-form span {
  width: 2rem;
  height: 2rem;
  color: #888B8D;
}

.header-pov-mobile__search-form span svg {
  width: 2rem;
  height: 2rem;
}

.header-pov-mobile__search-form input {
  background-color: transparent;
  border: 0;
  font-size: var(--font-xs-size);
  line-height: var(--font-xs-line-height);
}

.header-pov-mobile__search-form input:focus {
  outline: none;
}

.header-pov-mobile__search-form input::placeholder {
  color: #888B8D;
}

.header-pov-mobile__search-close {
  width: 4.4rem;
  height: 4.4rem;
  background-color: transparent;
  border: 0;
}

.header-pov-mobile__search-nav {
  padding: 2.4rem;
}

.header-pov-mobile__search-nav h4 {
  font-size: 2.8rem;
  line-height: 3.4rem;
  color: var(--color-black);
  margin-bottom: 2.4rem;
}

.header-pov-mobile__search-nav ul {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.header-pov-mobile__search-nav ul li {
  width: 100%;
  padding: 1.2rem 0;
}

.header-pov-mobile__search-nav ul li a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: var(--font-h5-size);
  line-height: var(--font-h5-line-height);
  color: var(--color-black);
}

.header-pov-mobile__search-nav ul li a svg {
  width: 1.6rem;
  height: 1.6rem;
}

.mobile-menu-link__pages span {
  pointer-events: none;
}


.mobile-menu-link--single .mobile-menu-link-icon svg {
  display: block !important;
}

/* -------------------------------------------------------------------------- */
/*                                  NEWSLETTER                                 */
/* -------------------------------------------------------------------------- */

.newsletter {
  width: 100%;
  display: flex;
  align-items: stretch;
}

.newsletter__form {
  padding: 6.4rem;
}

.newsletter__form-content {
  width: 100%;
  max-width: 67.2rem;
  display: flex;
  flex-direction: column;
}

.newsletter__title {
  font-size: var(--font-h3-size);
  line-height: var(--font-h3-line-height);
  color: var(--color-white);
  margin-bottom: 3.2rem;
}

.footer--light .newsletter__title {
  color: var(--color-black);
}

.newsletter__field {
  width: 100%;
  padding: 0 0 0 16px;
  border-radius: 3.2rem;
  background-color: #2C2C2C;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1.6rem;
  border: 1px solid #2C2C2C;
  transition: all ease .3s;
}

.footer--light .newsletter__field {
  background-color: #EEEEEE;
  border: 1px solid #EEEEEE;
}

.newsletter__field-icon {
  position: absolute;
  left: 1.6rem;
  width: 2rem;
  height: 2rem;
}

.newsletter__field-icon svg {
  width: 2rem;
  height: 2rem;
  color: #888B8D;
}

.newsletter__field-input {
  width: 100%;
  background-color: transparent;
  color: var(--color-white);
  font-size: var(--font-xs-size);
  line-height: var(--font-xs-line-height);
  margin-left: 2.8rem;
  border: 0;
}



.footer--light .newsletter__field-input {
  color: var(--color-black);
}

.newsletter__field:hover,
.newsletter__field:focus-within {
  border: 1px solid #777A7C;
}

.newsletter__field-input::placeholder {
  color: #888B8D;
}

.newsletter__field-input:focus-visible {
  outline: none;
}

.newsletter__field-btn {
  border: 0;
  background-color: #fff;
  display: flex;
  align-items: center;
  gap: 8px;
  color: #000;
  cursor: pointer;
}

.footer--light .newsletter__field-btn {
  background-color: var(--color-black);
  color: var(--color-white);
}

.newsletter__field-btn svg {
  width: 1.6rem;
  height: 1.6rem;
}

.newsletter__field-btn span {
  font-size: var(--font-sm-size);
  line-height: var(--font-sm-line-height);
}

.newsletter__info {
  font-size: var(--font-xxxs-size);
  line-height: var(--font-xxxs-line-height);
  color: #53565A;
  margin: 0;
}

.footer--light .newsletter__info {
  color: var(--color-gray);
}

.newsletter__success {
  display: flex;
  align-items: center;
  gap: .8rem;
  margin-bottom: 1.6rem;
  color: var(--color-green-unique);
}

.newsletter__error {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 16px;
  color: var(--color-pale-pink);
}

.newsletter__success-title {
  font-size: var(--font-md-size);
  line-height: var(--font-md-line-height);
}

.newsletter__success:focus-visible,
.newsletter__success-title:focus-visible {
  outline: none;
}

@media(max-width:1023px) {

  .newsletter__form,
  .newsletter__icon {
    padding: 3.2rem;
  }
}

@media(max-width:767px) {
  .newsletter__title {
    font-size: var(--font-h4-size);
    line-height: var(--font-h4-line-height);
  }

  .newsletter__info {
    font-size: var(--font-xxs-size);
    line-height: var(--font-xxs-line-height);
  }

  .newsletter__form {
    width: 100%;
  }

  .newsletter__field {
    margin-bottom: 0;
  }

  .newsletter__info {
    margin-top: 2.4rem;
  }
}


/* -------------------------------------------------------------------------- */
/*                                  FOOTER                                 */
/* -------------------------------------------------------------------------- */

.footer {
  background-color: var(--color-black);
  color: var(--color-white);
  border-top: 1px solid var(--color-white);
}

.footer--light {
  background-color: var(--color-white);
  color: var(--color-black);
}

.footer__top {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  border-bottom: 1px solid currentColor;
}

.footer__left {
  width: calc(40% + 2px);
  border-right: 1px solid currentColor;
}

.footer__right {
  width: 60%;
}

.footer__content {
  width: 100%;
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  padding: 6.4rem;
}



.footer__navigation {
  width: 90%;
  gap: 6.4rem;
}

.footer__navigation--desktop {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
}

.footer__navigation--mobile {
  display: none;
}

.footer__navigation-title {
  font-size: var(--font-xs-size);
  line-height: var(--font-xs-line-height);
  font-weight: 500;
  margin-bottom: 2.4rem;
  color: currentColor;
  text-transform: uppercase;
}

.footer__navigation-title--icon {
  display: flex;
  align-items: center;
  gap: .8rem;
}

.footer__navigation-title .icon {
  width: 1.6rem;
  height: 1.6rem;
  display: inline-block;
}

.footer__navigation-title .icon svg {
  width: 1.6rem;
  height: 1.6rem;
}

.footer__navigation-item {
  width: 20%;
}

.footer__navigation-item ul {
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
}

.footer__navigation-item ul li {
  list-style: none;
}

.footer__navigation-item ul li a {
  color: currentColor;
  font-size: var(--font-xs-size);
  line-height: var(--font-xs-line-height);
  text-decoration: none;
}


.footer__icon {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 6.4rem;
}

.footer__icon img {
  max-width: 100px;
}

.footer__social {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 6.4rem;
  border-top: 1px solid currentColor;
}

.footer__social-title {
  font-size: var(--font-xs-size);
  line-height: var(--font-xs-line-height);
  color: currentColor;
  flex-shrink: 0;
}

.footer__social-title svg {
  width: 1.6rem;
  height: 1.6rem;
}

.footer__social ul {
  display: flex;
  align-items: center;
  gap: 3.2rem;
  margin: 0;
  padding: 0;
  width: auto;
  overflow-x: auto;
  padding: 0 3.2rem;
}

.footer__social ul::-webkit-scrollbar {
  display: none;
}

.footer__social ul li {
  list-style: none;
}

.footer__social ul li a {
  color: currentColor;
  font-size: var(--font-xs-size);
  line-height: var(--font-xs-line-height);
  text-decoration: none;
}


.footer__bottom {
  padding: 6.4rem;
}

.footer__icon--img-desktop {
  display: block;
}

.footer__icon--img-mobile {
  display: none;
}

@media(max-width:1023px) {

  .footer__content,
  .footer__social {
    padding: 3.2rem;
  }
}


@media(min-width:768px) and (max-width:1023px) {
  .footer__navigation-item {
    width: 33%;
  }

  .footer__social {
    padding: 3.2rem;
    flex-direction: column;
    align-items: flex-start;
    gap: 1.6rem;
  }

  .footer__social ul {
    padding-left: 0;
    justify-content: flex-start;
    width: 100%;
    overflow-x: auto;
  }
}

@media(max-width:767px) {
  .footer__top {
    flex-direction: column;
  }

  .footer__left {
    width: 100%;
    border-right: 0;
    border-bottom: 1px solid var(--color-white);
  }


  .footer__social {
    padding: 3.2rem;
    flex-direction: column;
    align-items: flex-start;
    gap: 1.6rem;
  }

  .footer__social ul {
    padding-left: 0;
    justify-content: flex-start;
  }

  .footer__right {
    width: 100%;
  }

  .footer__content {
    width: 100%;
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    flex-direction: column;
    padding: 3.2rem;
  }

  .footer__navigation--desktop {
    display: none;
  }

  .footer__navigation--mobile {
    display: flex;
    flex-direction: column;
    width: 100%;
    gap: 0;
  }

  .footer__navigation-item {
    width: 100%;
  }

  .footer__navigation-title {
    margin-bottom: 0;
  }

  .footer__navigation-title--icon {
    justify-content: space-between;
  }

  .footer__navigation-item ul {
    max-height: 0;
    transition: max-height 0.35s ease-out;
    overflow: hidden;
    margin: 1.2rem 0;
  }

  .footer__navigation-item ul.show {
    max-height: 50rem;
    transition: max-height 0.35s ease-in;
  }

  .footer__icon {
    width: 100%;
    flex-direction: row;
    gap: 8px;
    margin-top: 4.4rem;
  }

  .footer__icon img {
    object-fit: contain;
  }

  .footer__icon--img-desktop {
    display: none;
  }

  .footer__icon--img-mobile {
    display: block;
    max-width: 15rem;
  }

  .footer__bottom {
    padding: 3.2rem;
    padding-bottom: 6.6rem;
  }

  .footer__icon-certified {
    max-width: 31px;
  }
}

.footer__navigation-title .icon {
  transition: all ease 0.3s;
}

.navigation-dropdown.active .icon {
  transform: rotate(180deg);
}

/* Cart Drawer */

.cart-drawer {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1005;
  transform: translateX(100%);
  transition: transform ease-in .5s;
  background-color: transparent;
}

.js-show-ajax-cart .cart-drawer {
  transform: translateX(0);
  background-color: rgba(0, 0, 0, .8);
  transition: bacground-color 400ms ease-in;
}

.cart-drawer__modal {
  width: 528px;
  height: 100%;
  background-color: var(--color-white);
  margin-left: auto;
  transform: translateX(100%);
  transition: all ease .3s;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.cart-drawer__discount {
  color: var(--color-gray);
  margin-top: 0;
}

.js-show-ajax-cart .cart-drawer__modal {
  transform: translateX(0);
}

.cart-drawer__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 2.4rem 3.2rem;
  border-bottom: 1px solid var(--color-black);
}

.cart-drawer__heading {
  display: flex;
  align-items: flex-end;
  height: 44px;
}

@media screen and (max-width:767px) {
  .cart-drawer__heading {
    align-items: center;
  }
}

@media screen and (max-width:1200px) {
  .cart-drawer__header {
    padding: 2.25rem 3.2rem;
  }
}

.cart-drawer__header .icon-loading {
  position: absolute;
  right: 70px;
}

.cart-drawer__heading .icon {
  margin-right: 1.6rem;
}

.cart-drawer__heading .icon svg {
  width: 3.2rem;
  height: 3.2rem;
}

.cart-drawer__title {
  color: var(--color-black);
}

.cart-drawer__count {
  color: var(--color-gray);
  margin-left: 1.6rem;
}


.cart-drawer__close {
  background-color: transparent;
  border: 0;
  cursor: pointer;
  color: var(--color-black);
}

.cart-drawer__close svg {
  pointer-events: none;
}


.cart-drawer__content {
  padding: 16px 0;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: auto;
  overflow-x: hidden;
  padding-bottom: 30px;
}

.cart-drawer__products {
  padding: 0 3.2rem;
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
}

.cart-drawer__content--spaced {
  padding-top: 3rem;
}


.cart-drawer-item {
  display: flex;
  align-items: stretch;
  gap: 2.4rem;
}

.cart-drawer-item--gift {
  order: 99999;
}

.cart-drawer-item__img {
  width: 25%;
  flex-shrink: 0;
}

.cart-drawer-item__img img {
  width: 100%;
  object-fit: cover;
  object-position: center;
}

.cart-drawer-item__info {
  width: calc(75% - 24px);
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
  flex-shrink: 0;
  justify-content: center;
}

.cart-drawer-item__info p {
  margin: 0
}

.cart-drawer-item__heading {}

.cart-drawer-item__vendor {
  font-size: var(--font-xs-size);
  line-height: var(--font-xs-line-height);
  color: var(--color-gray);
}

.cart-drawer-item__name {
  font-size: var(--font-sm-size);
  line-height: var(--font-sm-line-height);
  color: var(--color-black);
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.cart-drawer-item__variant {
  font-size: var(--font-xs-size);
  line-height: var(--font-xs-line-height);
  color: var(--color-gray);
  margin: 0;
}

.cart-drawer-item__price {
  display: flex;
  align-items: center;
  gap: .8rem;
  margin: 0;
}

.cart-drawer-item__price .price {
  font-size: var(--font-xs-size);
  line-height: var(--font-xs-line-height);
}


.cart-drawer-item__price .price.price--orijinal {
  color: var(--color-gray);
  text-decoration: line-through;
}


.cart-drawer-item__price .price.price--sale {
  color: var(--color-black);
}

.cart-drawer-item__action {
  display: flex;
  align-items: flex-start;
  gap: .8rem;
}


.cart-drawer-item__quantity {
  display: flex;
  align-items: center;
  border: 1px solid var(--color-black);
  padding: 1rem 1.6rem;
  min-height: 3.2rem;
}


.cart-drawer-item__quantity-btn {}

.cart-drawer-item__quantity-input {}

.icon-loading {
  animation: spinner 0.8s linear infinite;
  width: 24px;
  height: 24px;
  display: none;
}

.cart-drawer-item__delete {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 3.2rem;
  height: 3.2rem;
  border-radius: 100%;
  border: 1px solid black;
  color: black;
}

.cart-drawer-item__delete svg {
  width: 16px;
  height: 16px;
}


.cart-drawer-item__delete:hover {
  color: var(--color-bulue-button);
  border-color: var(--color-bulue-button);
}

.cart-drawer__footer {
  position: relative;
  padding: 3.2rem;
}

@media screen and (max-width:767px) {
  .cart-drawer__footer {
    padding: 1.6rem 2.4rem;
  }
}

.cart-drawer__footer:before {
  content: "";
  position: absolute;
  left: 0;
  top: -100px;
  width: 100%;
  height: 100px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .8) 100%);
  pointer-events: none;
}

.cart-drawer__go-shopping svg {
  transform: rotate(-180deg)
}

.cart-drawer__summary {
  font-size: var(--font-md-size);
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
}

.cart-drawer__summary>div {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.cart-drawer__summary>div.cart__discount {
  color: var(--color-green-shade)
}

.cart-drawer__buy-btn {
  background-color: var(--color-green-unique);
  margin-top: 1.6rem;
  cursor: pointer;
}

.cart-drawer__cart-btn {
  margin-top: 1.2rem;
}

.cart-drawer__buy-btn svg {
  width: 1.6rem;
  height: 1.6rem;
  display: block;
}

.cart-drawer .cart-drawer__progress,
.cart-drawer .marquee-container {
  padding-top: 1.6rem;
  padding-right: 3.2rem;
  padding-left: 3.2rem;
}

@keyframes spinner {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.cart-drawer__empty {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1.6rem;
  padding: 3.2rem;
  text-align: center;
  color: var(--color-gray);
}

.cart-drawer__empty p {
  margin: 0;
}

.cart-drawer__empty svg {
  width: 8rem;
  height: 8rem;
}

.cart-drawer__suggested-wrapper {
  margin-top: 3.2rem;
  padding-left: 3.2rem;
}

@media screen and (max-width:767px) {
  .cart-drawer__suggested-wrapper {
    padding-left: 2.4rem;
  }
}

.cart-drawer__suggested-wrapper--empty {
  padding-left: 0;
  padding-bottom: 3.2rem;
  margin-right: -3.2rem;
}

.cart-drawer__suggested {
  display: flex;
  margin-top: 2.4rem;
}

.cart-drawer__suggested-scroll {
  /* overflow-x: auto; */
}

.cart-drawer__suggested .product-card {
  width: 200px;
  flex-shrink: 0;
  border-bottom: 1px solid black;
  margin-right: -1px;
  position: relative;
}

.cart-drawer__suggested .product-card__link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.cart-drawer__suggested .product-card__image img {
  width: 200px;
  height: 300px;
  object-fit: cover;
  object-position: center;
}

.cart-drawer__suggested .product-card__body {
  padding: 16px;
}

.cart-drawer__suggested .product-card__title {
  height: 44px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.cart-drawer__gift-text {
  color: var(--color-green-shade);
}

.js-drawer-close * {
  pointer-events: none;
}

@media screen and (max-width:767px) {}

@media(max-width:767px) {
  .cart-drawer__modal {
    width: 100%;
  }

  .cart-drawer__header {
    padding: 1.2rem;

  }

  .cart-drawer__suggested-wrapper--empty {
    display: none;
  }


  .cart-drawer__go-shopping svg {
    transform: rotate(0)
  }

}

.cart-progress[data-active-stage='1'] .cart-progress__gift:nth-child(1) .cart-progress__gift-box,
.cart-progress[data-active-stage='1'] .cart-progress__gift:nth-child(1) .cart-progress__gift-icon,
.cart-progress[data-active-stage='2'] .cart-progress__gift:nth-child(1) .cart-progress__gift-box,
.cart-progress[data-active-stage='2'] .cart-progress__gift:nth-child(1) .cart-progress__gift-icon,
.cart-progress[data-active-stage='2'] .cart-progress__gift:nth-child(2) .cart-progress__gift-box,
.cart-progress[data-active-stage='2'] .cart-progress__gift:nth-child(2) .cart-progress__gift-icon,
.cart-progress[data-active-stage='3'] .cart-progress__gift:nth-child(1) .cart-progress__gift-box,
.cart-progress[data-active-stage='3'] .cart-progress__gift:nth-child(1) .cart-progress__gift-icon,
.cart-progress[data-active-stage='3'] .cart-progress__gift:nth-child(2) .cart-progress__gift-box,
.cart-progress[data-active-stage='3'] .cart-progress__gift:nth-child(2) .cart-progress__gift-icon,
.cart-progress[data-active-stage='3'] .cart-progress__gift:nth-child(3) .cart-progress__gift-box,
.cart-progress[data-active-stage='3'] .cart-progress__gift:nth-child(3) .cart-progress__gift-icon,
.cart-progress[data-active-stage='4'] .cart-progress__gift:nth-child(1) .cart-progress__gift-box,
.cart-progress[data-active-stage='4'] .cart-progress__gift:nth-child(1) .cart-progress__gift-icon,
.cart-progress[data-active-stage='4'] .cart-progress__gift:nth-child(2) .cart-progress__gift-box,
.cart-progress[data-active-stage='4'] .cart-progress__gift:nth-child(2) .cart-progress__gift-icon,
.cart-progress[data-active-stage='4'] .cart-progress__gift:nth-child(3) .cart-progress__gift-box,
.cart-progress[data-active-stage='4'] .cart-progress__gift:nth-child(3) .cart-progress__gift-icon,
.cart-progress[data-active-stage='4'] .cart-progress__gift:nth-child(4) .cart-progress__gift-box,
.cart-progress[data-active-stage='4'] .cart-progress__gift:nth-child(4) .cart-progress__gift-icon {
  border-color: black !important;
}

.cart-progress__gift-img img {
  filter: grayscale(100%);
}

.cart-progress[data-active-stage='1'] .cart-progress__gift:nth-child(1) .cart-progress__gift-box .cart-progress__gift-img img,
.cart-progress[data-active-stage='2'] .cart-progress__gift:nth-child(1) .cart-progress__gift-box .cart-progress__gift-img img,
.cart-progress[data-active-stage='2'] .cart-progress__gift:nth-child(2) .cart-progress__gift-box .cart-progress__gift-img img,
.cart-progress[data-active-stage='3'] .cart-progress__gift:nth-child(1) .cart-progress__gift-box .cart-progress__gift-img img,
.cart-progress[data-active-stage='3'] .cart-progress__gift:nth-child(2) .cart-progress__gift-box .cart-progress__gift-img img,
.cart-progress[data-active-stage='3'] .cart-progress__gift:nth-child(3) .cart-progress__gift-box .cart-progress__gift-img img,
.cart-progress[data-active-stage='4'] .cart-progress__gift:nth-child(1) .cart-progress__gift-box .cart-progress__gift-img img,
.cart-progress[data-active-stage='4'] .cart-progress__gift:nth-child(2) .cart-progress__gift-box .cart-progress__gift-img img,
.cart-progress[data-active-stage='4'] .cart-progress__gift:nth-child(3) .cart-progress__gift-box .cart-progress__gift-img img,
.cart-progress[data-active-stage='4'] .cart-progress__gift:nth-child(4) .cart-progress__gift-box .cart-progress__gift-img img {
  filter: grayscale(0);
}

/* Make the "Add to cart" button look visually disabled while loading */
ajax-cart-product-form[processing] [type="submit"] {
  opacity: .7;
  cursor: not-allowed;
  pointer-events: none;
}

ajax-cart-product-form[processing] .icon-loading {
  display: inline-block;
}

ajax-cart-product-form[processing] .add-to-cart-btn__text {
  display: none;
}

[data-ajax-cart-errors] {
  color: var(--color-pink);
  margin-top: 0.8rem;
}

.quantity {
  display: flex;
  border: 1px solid black;
  border-radius: 3.6rem;
  padding: 0 1.6rem;
  align-items: center;
  height: 3.2rem;
}

.quantity a {
  color: black;
  text-decoration: none;
  display: inline-flex;
}

.quantity svg {
  width: 1.2rem;
  height: 1.2rem;
}

.quantity input {
  padding: 0;
  border: 0;
  text-align: center;
  text-align: center;
  padding-left: 14px;
  appearance: none;
  width: 40px;
}



/* -------------------------------------------------------------------------- */
/*                                CART PROGRESS                               */
/* -------------------------------------------------------------------------- */

.cart-progress {
  position: relative;
}

.cart-progress__bar {
  height: 8px;
  width: 100%;
  background-color: var(--color-cool-gray-lighter);
  border-radius: 32px;
  position: absolute;
  top: 44px;
}

.marquee-container{
  width: 100%;
  overflow: hidden;
  position: relative;
  height: 50px;
  display: flex;
  align-items: center;
}

.marquee-container-text{
  position: relative;
  white-space: nowrap;
  will-change: transform;
  animation: marquee-cart-slider 15s linear infinite;
  display: block !important;
}

@keyframes marquee-cart-slider {
  from {
    transform: translateX(150%);
  }
  to {
    transform: translateX(-100%);
  }
}

.cart-progress__bar-inner {
  height: 100%;
  border-radius: 4px;
  width: 25%;
  background-color: var(--color-green-unique);
  /* transition: all ease .3s; */
  position: absolute;
  top: 0;
  left: 0;
  display: block !important;
}

.cart-progress__gifts {
  display: flex;
  justify-content: space-around;
  position: relative;
}

.cart-progress__gift {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 12px;
  text-align: center;
}

.cart-progress__gift-box {
  width: 80px;
  height: 80px;
  border-radius: 100%;
  border: 1px solid var(--color-cool-gray-light);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background: white;
  position: relative;
}

.cart-progress__gift-img {
  width: 60px;
  display: inline-flex;
  align-items: center;
  height: 60px;
  border-radius: 100%;
  overflow: hidden;
}

.cart-progress__gift-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.cart-progress__gift-icon {
  position: absolute;
  right: -5px;
  top: -5px;
  background-color: white;
  border-radius: 100%;
  width: 28px;
  height: 28px;
  border: 1px solid var(--color-cool-gray-light);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
}

.cart-progress__gift-icon svg,
.cart-progress__gift-icon img {
  width: 16px;
  height: 16px;
}

.cart-progress__gift.active .cart-progress__gift-box,
.cart-progress__gift.active .cart-progress__gift-icon {
  border-color: black;
}

.cart-progress__tooltip,
.tooltip,
.tooltip-top {
  padding: 9px 12px;
  background: black;
  border-radius: 12px;
  color: white;
  font-size: 14px;
  line-height: 1;
  position: absolute;
  bottom: 0;
  pointer-events: none;
  opacity: 0;
  transform: translateY(5px);
  transition: all ease .3s;
  height: 50px;
  display: flex;
  align-items: center;
}

.cart-progress__tooltip:before,
.tooltip:before,
.tooltip-top::after {
  content: "";
  width: 14px;
  height: 14px;
  background-color: black;
  border-radius: 2px;
  position: absolute;
  top: 1px;
  transform: rotate(45deg) translateX(-10px);
  left: 50%;
}

.template-index .tooltip-top::after,
.cart-drawer__modal .tooltip-top::after,
.template-product .tooltip-top::after {
  content: "";
  width: 14px;
  height: 14px;
  background-color: black;
  border-radius: 2px;
  position: absolute;
  transform: rotate(45deg) translate(-10px);
  left: 50%;
  top: 49px;
}

.product-card .tooltip {
  /*bottom: auto !important;*/
  top: -62px;
}

.product-card .tooltip:before {
  top: 50px;
  bottom: auto;
}

@media(max-width:1200px) {

  .template-index .tooltip-top::after,
  .cart-drawer__modal .tooltip-top::after,
  .template-product .tooltip-top::after {
    /* top: 1px;
    transform: rotate(45deg) translateX(-10px);
    left: 50%; */
  }
}

.cart-progress__gift:hover .cart-progress__tooltip {
  opacity: 1;
  transform: translateY(0);
}

.js-ajax-cart-processing .icon-loading {
  display: block;
}

.js-ajax-cart-processing .cart-drawer__content,
.js-ajax-cart-processing .cart-drawer__footer {
  opacity: .5;
  pointer-events: none;
}

.cart-progress__gift-text strong {
  color: var(--color-dark-green-unique);
}

@media screen and (max-width:767px) {
  .cart-progress__bar {
    top: 3.2rem;
  }

  .cart-progress__gift-box {
    width: 64px;
    height: 64px;
  }

  .cart-progress__gift-text {
    font-size: var(--font-xxxs-size);
    line-height: var(--font-xxxs-line-height);
  }

  .cart-progress__gift-icon {
    width: 22px;
    height: 22px;
  }

  .cart-progress__gift-icon img {
    width: 12px;
    height: 12px;
  }

  .cart .cart__title {
    padding: 24px 0;
  }

  .quantity input {
    padding: 0;
  }

  .cart-drawer__progress {
    padding: 1.6rem 2.4rem 0 2.4rem;
  }

  .cart-drawer__content {
    padding-top: 1.6rem;
    padding-bottom: 2.4rem;
  }

  .cart-drawer__products {
    padding: 0 2.4rem;
  }

  .cart .cart__fav-btn {
    display: none;
  }

  .cart .cart-drawer__progress {
    padding: 1.6rem 1.2rem;
  }

  .cart .cart__items {
    padding: 2.4rem 1.2rem 1.6rem 1.2rem;
  }

  .cart .cart__item {
    align-items: flex-start;
  }

  .cart-progress__gift-box,
  .cart-progress__gift-icon {
    border: 1px solid var(--color-black);
  }
}

/* -------------------------------------------------------------------------- */
/*                                SMOOTH SCROLL                               */
/* -------------------------------------------------------------------------- */

.smooth-scroll {
  position: relative;
  width: 100%;
  overflow-x: scroll;
  overflow-y: hidden;
  white-space: nowrap;
  transition: all 0.2s;
  user-select: none;
  cursor: pointer;
  display: flex
}


/* -------------------------------------------------------------------------- */
/*                                 PAGINATION                                 */
/* -------------------------------------------------------------------------- */
#pagination {
  text-align: center;
}

#pagination a {
  display: none;
  color: black;
  margin: 32px 0;
}

#pagination .icon-loading {
  width: 48px;
  height: 48px;
}

#pagination .icon-loading svg {
  width: 48px;
  height: 48px;
}

#pagination.loading .icon-loading,
#pagination.loading a {
  display: inline-block;
}

/* Account Form */
.form-account {
  display: flex;
  flex-wrap: wrap;
  gap: 1.6rem;
}

.form-account__content {
  display: flex;
  flex-wrap: wrap;
  gap: 1.6rem;
}

.login-register-modal__form .form-account__content--login {
  height: 474px;
  overflow: hidden;
  transition: all 200ms ease-in;
  display: block !important;
  width: 100%;
}

.login-register-modal__form .form-account__content--login .form-account__field:first-child {
  margin-bottom: 1.6rem;
}


.login-register-modal__form .form-account__content--register {
  height: 108px;
  overflow: hidden;
  transition: all 200ms ease-in;
}

.login-register-modal__form.show .form-account__content--login {
  height: 108px;
}

.login-register-modal__form.show .form-account__content--register {
  height: 474px;
}

.form-account__field {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: .8rem;
  padding: 1.2rem 1.6rem;
  border: 1px solid var(--color-cool-gray-light);
  border-radius: .8rem;
  width: 100%;
  color: var(--color-gray);
}

.form-account__field.error {
  border-color: var(--color-pink);
}

.form-account__field--percent {
  width: calc(50% - .8rem);
}

.form-account__icon {
  display: inline-flex;
  color: currentColor;
  display: inline-flex;
}

.form-account__icon svg {
  width: 2rem;
  height: 2rem;
}

.form-account__input {
  width: 100%;
  border: 0;
  font-size: var(--font-xs-size);
}

.form-account__input:focus {
  outline: none;
}



.form-account__field:focus-within {
  color: var(--color-black);
  border-color: var(--color-black);
}

.form-account__field-btn {
  font-size: var(--font-xs-size);
  line-height: 1.8rem;
  color: var(--color-black);
  cursor: pointer;
  white-space: nowrap;
}

.form-account__message {
  width: 100%;
  color: var(--color-pink);
}

.form-account__message ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.form-account__message ul li {
  text-align: center;
  color: currentColor;
  font-size: var(--font-xs-size);
  line-height: var(--font-xs-line-height);
}

.form-account__message li a {
  color: var(--color-pink);
}

.form-account__target-heading {
  display: flex;
  align-items: center;
  gap: .8rem;
}

.form-account__target-heading .icon {
  color: var(--color-black);
}

.form-account__target-heading .title {
  font-size: var(--font-xs-size);
  line-height: var(--font-xs-line-height);
  color: var(--color-black);
}

.form-account__target-form {
  display: flex;
  align-items: center;
  gap: .8rem;
}


.form-account__target-radio {
  display: flex;
  align-items: flex-end;
  gap: 1rem;
}

.form-account__radio {
  appearance: none;
  width: 2rem;
  height: 2rem;
  border: 1px solid var(--color-black);
  border-radius: .4rem;
  flex-shrink: 0;
}

.form-account__radio:checked {
  border-color: var(--color-green-unique);
  background-color: var(--color-green-unique);
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAiIGhlaWdodD0iNyIgdmlld0JveD0iMCAwIDEwIDciIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik05Ljc2NTI4IDAuNjQwNTIxTDMuNzY1MjggNi42NDA1MkMzLjczMDQ1IDYuNjc1MzkgMy42ODkwOSA2LjcwMzA1IDMuNjQzNTcgNi43MjE5MkMzLjU5ODA0IDYuNzQwNzkgMy41NDkyNSA2Ljc1MDUgMy40OTk5NiA2Ljc1MDVDMy40NTA2OCA2Ljc1MDUgMy40MDE4OSA2Ljc0MDc5IDMuMzU2MzYgNi43MjE5MkMzLjMxMDg0IDYuNzAzMDUgMy4yNjk0OCA2LjY3NTM5IDMuMjM0NjUgNi42NDA1MkwwLjYwOTY1MiA0LjAxNTUyQzAuNTM5Mjg3IDMuOTQ1MTYgMC40OTk3NTYgMy44NDk3MiAwLjQ5OTc1NiAzLjc1MDIxQzAuNDk5NzU2IDMuNjUwNyAwLjUzOTI4NyAzLjU1NTI2IDAuNjA5NjUyIDMuNDg0OUMwLjY4MDAxNyAzLjQxNDUzIDAuNzc1NDUzIDMuMzc1IDAuODc0OTY0IDMuMzc1QzAuOTc0NDc2IDMuMzc1IDEuMDY5OTEgMy40MTQ1MyAxLjE0MDI4IDMuNDg0OUwzLjQ5OTk2IDUuODQ1MDVMOS4yMzQ2NSAwLjEwOTg5NkM5LjMwNTAyIDAuMDM5NTMwNiA5LjQwMDQ1IC03LjQxNDE4ZS0xMCA5LjQ5OTk2IDBDOS41OTk0OCA3LjQxNDE5ZS0xMCA5LjY5NDkxIDAuMDM5NTMwNiA5Ljc2NTI4IDAuMTA5ODk2QzkuODM1NjQgMC4xODAyNjEgOS44NzUxNyAwLjI3NTY5NyA5Ljg3NTE3IDAuMzc1MjA5QzkuODc1MTcgMC40NzQ3MiA5LjgzNTY0IDAuNTcwMTU2IDkuNzY1MjggMC42NDA1MjFaIiBmaWxsPSJibGFjayIvPgo8L3N2Zz4K");
  background-repeat: no-repeat;
  background-position: center center;
}

.form-account__radio-label {
  display: flex;
  align-items: center;
  gap: .8rem;
}

.form-account__radio-label--start {
  align-items: flex-start;
}

.form-account__label {
  font-size: var(--font-xs-size);
  line-height: var(--font-xs-line-height);
  color: var(--color-black);
}

.form-account__label a {
  color: currentColor;
}


.register-policy-error-message.hidden {
  display: none;
}

.form-account.hidden {
  display: none !important;
}

@media(max-width:767px) {
  .form-account__btn {
    margin-top: 1.6rem;
  }

  .form-account__field--target {
    align-items: flex-start;
    flex-direction: column;
  }

  .form-account__target-form {
    padding-left: 2.8rem;
  }

  .login-register-modal__form .form-account__content--register,
  .login-register-modal__form.show .form-account__content--login {
    overflow: auto;
    height: auto !important;
  }
}

/* Login Register Page*/

.login-register-page {
  margin: 6.4rem 0;
}

.login-register-page__heading {
  margin-bottom: 2.4rem;
  text-align: center;
}

.login-register-page__content {
  margin-left: auto;
  margin-right: auto;
  max-width: 500px;
}


.login-register-page__guest {
  margin-top: 2.4rem;
  padding-top: 2.4rem;
  border-top: 1px solid var(--color-cool-gray-light);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 1.6rem;
}

.login-register-page__register {
  display: block;
  color: var(--color-black);
  text-align: center;
  margin-top: 1.6rem;
}

#recover,
#recover+#recovery-form {
  display: none;
}

#recover:target {
  display: block;
}

#recover:target+#recovery-form {
  display: flex !important;
}

#recover:target~#login,
#recover:target~#login+form {
  display: none;
}

#recover:focus-visible {
  outline: none;
}



/* Login Register Modal */

.login-register-modal {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 999;
  background-color: rgba(0, 0, 0, .8);
  display: none;
  align-items: center;
  justify-content: center;
}

.login-register-modal.show {
  display: flex;
}

.login-register-modal__box {
  width: 55rem;
  padding: 4.8rem;
  background-color: var(--color-white);
  position: relative;
}

.login-register-modal__close {
  position: absolute;
  top: 1.6rem;
  right: 1.6rem;
  background: transparent;
  border: 0;
  cursor: pointer;
}

.login-register-modal__close svg {
  color: var(--color-black);
}

.login-register-modal__header {
  display: flex;
  align-items: center;
  gap: 2.4rem;
  margin-bottom: 3.2rem;
}

.login-register-modal__btn {
  font-size: var(--font-h3-size);
  line-height: var(--font-h3-line-height);
  color: var(--color-cool-gray-light);
  background-color: transparent;
  border: 0;
  cursor: pointer;
  padding: 0;
  margin: 0;
}

.login-register-modal__close {
  padding: 0;
}


.login-register-modal__btn.active {
  color: var(--color-black);
}

.login-register-modal__form {
  height: 0;
  overflow: hidden;

}

.login-register-modal__form.show {
  height: auto;
  overflow: auto;
}

.login-register-modal__bg {
  opacity: 0;
  pointer-events: none;
}

@media(max-width:767px) {
  .login-register-modal {
    display: block !important;
    transform: translateY(100%);
    transition: transform 300ms ease-in;
    background-color: transparent;
  }

  .login-register-modal.show {
    transform: translateY(0);

  }

  .login-register-modal.show .login-register-modal__bg {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 1;
    background-color: rgba(0, 0, 0, .8);
    transition: background-color 200ms ease-in;
    transition-delay: 300ms;
  }

  .login-register-modal__close {
    position: relative;
    top: 0;
    right: 0;
    margin-left: auto;
  }

  .login-register-modal__close--desktop {
    display: none;
  }

  .login-register-modal__header {
    position: sticky;
    top: 0;
    background-color: var(--color-white);
    padding-top: 2.4rem;
  }

  .login-register-modal__box {
    position: absolute;
    width: 100%;
    bottom: -100%;
    border-top-left-radius: 2.4rem;
    border-top-right-radius: 2.4rem;
    padding: 0 2.4rem 2.4rem 2.4rem;
    transition: all 300ms ease-in;
    transition-delay: 300ms;
    max-height: 85%;
    overflow-y: auto;
  }

  .login-register-modal__box.animate {
    bottom: 0;
    transition: all 300ms ease-in;
    transition-delay: 300ms;
  }

  .login-register-modal__btn {
    font-size: var(--font-h4-size);
    line-height: var(--font-h4-line-height);
  }
}


/* Badges */

.badges {
  display: flex;
  flex-direction: column;
  gap: .8rem;
}

.badge {
  display: flex;
  align-items: center;
  gap: .8rem;
  font-size: var(--font-xxs-size);
  /*line-height: var(--font-xxs-line-height);*/
  line-height: 1;
}

.badge svg {
  width: 1.6rem;
  height: 1.6rem;
}

.badge--pink {
  color: #F3667F;
}

.badge--light-pink {
  color: #FEA19A;
}

.badge--green {
  color: #759423;
}

.badge--blue {
  color: #49A0F7;
}

.badge--purple {
  color: #9B8BB5;
}

.badge--dark-green {
  color: #387F97;
}

.badge--dark-pink {
  color: #CC64D1;
}


@media(max-width:767px) {
  .badges {
    gap: .4rem;
  }

  .badge {
    gap: .4rem;
    font-size: var(--font-xxxs-size);
    line-height: var(--font-xxxs-line-height);
  }

  .badge svg {
    width: 1.2rem;
    height: 1.2rem;
  }
}


/* -------------------------------------------------------------------------- */
/*                               PRODUCT COLORS                               */
/* -------------------------------------------------------------------------- */

.product-colors {
  display: flex;
}

.product-colors a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 40px;
  height: 40px;
}

.product-colors__icon {
  width: 20px;
  height: 20px;
  border-radius: 100%;
  border: 2px solid white;
}

.product-colors .p-color:hover .product-colors__tooltip {
  opacity: 1;
  transform: translateY(0);
}

.product-colors .p-color-top:hover .product-colors__tooltip {
  opacity: 1;
  transform: translateY(0);
}

.product-colors__tooltip {
  position: absolute;
  bottom: -50px;
  font-style: normal;
}

.product-colors.product-colors__small {
  gap: 8px;
}

.product-colors.product-colors__small a {
  width: 16px;
  height: 16px;
}

.product-colors.product-colors__small .product-colors__icon {
  width: 16px;
  height: 16px;
}

.product-colors.product-colors__small .product-colors__tooltip {
  bottom: 26px;
}

.product-colors.product-colors__small .product-colors__tooltip.tooltip-down {
  bottom: -60px;
}

@media(min-width:1200px) {

  .template-index .product-colors.product-colors__small .product-colors__tooltip.tooltip-top,
  .cart-drawer__modal .product-colors.product-colors__small .product-colors__tooltip,
  .template-product .product-colors.product-colors__small .product-colors__tooltip.tooltip-top {
    bottom: 30px;
  }

}

.product-colors__icon--white {
  background-color: white;
  border-color: var(--color-cool-gray-light) !important;
}

.product-colors a.active .product-colors__icon--white {
  box-shadow: 0 0 0 2px var(--color-cool-gray-light) !important;
}


/* -------------------------------------------------------------------------- */
/*                               MONOGRAM SMALL                               */
/* -------------------------------------------------------------------------- */
.monogram-small {
  display: block;
  width: 100%;
}

.monogram-small svg {
  display: block;
  width: 100%;
  height: auto;
}

.monogram-small__mobile {
  display: none;
}

@media screen and (max-width:767px) {
  .monogram-small__desktop {
    display: none;
  }

  .monogram-small__mobile {
    display: block;
  }
}


/* -------------------------------------------------------------------------- */
/*                               MARQUEE ELEMENT                              */
/* -------------------------------------------------------------------------- */

marquee-element {
  width: 100%;
}

marquee-element>div {
  display: flex;
  align-items: center;
  gap: 1.6rem;
  white-space: nowrap;
  animation: marquee-element 30s linear infinite;
}


@keyframes marquee-element {
  0% {
    transform: translatex(0);
  }

  100% {
    transform: translatex(-80%);
  }
}



/* -------------------------------------------------------------------------- */
/*                               PRODUCT CARD STYLE                              */
/* -------------------------------------------------------------------------- */



.product-card {
  width: calc(100% + 1px);
  min-height: calc(100% + 1px);
  position: relative;
}

.product-card:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  box-shadow: inset 0px 0px 0px 1px black;
}

.product-card__image img {
  display: block;
  aspect-ratio: 160/233;
  object-fit: cover;
}

.product-card--second .product-card__image-first {
  display: block;
}

.product-card--second .product-card__image-second {
  display: none;
}

.product-card--second:hover .product-card__image-first {
  display: none;
}

.product-card--second:hover .product-card__image-second {
  display: block;
}

@media screen and (max-width:767px) {
  .product-card--second:hover .product-card__image-first {
    display: block !important;
  }

  .product-card--second:hover .product-card__image-second {
    display: none !important;
  }
}

.product-card__badges {
  position: absolute;
  top: 1.6rem;
  left: 1.6rem;
  z-index: 1;
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
  max-height: 100px;
  overflow: hidden;
}

.product-card__icon-badge {
  position: absolute;
  top: 2.4rem;
  left: auto;
  right: 2.4rem;
  z-index: 1;
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
}


.product-card__icon-badge svg {
  width: 62px;
  height: 20px;
}


.product-card__body {
  padding: 2.4rem;
}

.product-card__brand {
  color: var(--color-gray);
  font-size: var(--font-xs-size);
  display: block;
}

@media screen and (max-width:767px) {
  .product-card__brand {
    font-size: var(--font-xxs-size);
  }
}

.product-card__title {
  font-size: var(--font-sm-size);
  line-clamp: 2;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.product-card__price {
  margin-top: 1.6rem;
}

.product-card__link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}

.product-card__image {
  position: relative;
}


.card-quick-card {
  display: flex;
  position: absolute;
  bottom: 10px;
  width: 90%;
  background-color: white;
  justify-content: center;
  left: 5%;
  border-radius: 1.6rem;
  transition: all ease .3s;
  transform: translateY(10px);
  opacity: 0;
  pointer-events: none;
  z-index: 3;
  flex-wrap: wrap;
}

.product-card:hover .card-quick-card {
  transform: translateY(0);
  opacity: 1;
  pointer-events: all;
}

.card-quick-card button {
  border: 0;
  background-color: transparent;
  padding: 0.8rem;
  transition: all ease .3s;
  cursor: pointer;
  font-size: var(--font-xxs-size);
}

.card-quick-card button:hover {
  opacity: 0.7
}


.card-quick-card button.no-available {
  text-decoration: line-through;
  color: var(--color-gray);
  pointer-events: none;
}

.card-quick-card button.no-available:hover {
  opacity: 1;
  cursor: not-allowed;
}

.product-card .product-colors {
  position: relative;
  z-index: 3;
  margin-top: 1.6rem;
}


@media screen and (max-width:767px) {
  .card-quick-card {
    display: none !important;
  }

  .product-card__title {
    line-clamp: 3;
    -webkit-line-clamp: 3;
    font-size: var(--font-xs-size);
  }

  .product-card__body {
    padding: 1.6rem;
  }
}

/* Acordion Item Style */

.acordion {
  padding: 1.6rem 0;
  border-bottom: 1px solid var(--color-black);
  display: block;

}

.acordion__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
}

.acordion__title {
  font-size: var(--font-h5-size);
  line-height: var(--font-h5-line-height);
  color: var(--color-black);
  margin: 0;
  pointer-events: none;
}

.acordion__icon {
  transition: all 300ms ease-in;
  pointer-events: none;
}

.acordion__icon svg {
  width: 1.6rem;
  height: 1.6rem;

}

.acordion.show .acordion__icon {
  transform: rotate(180deg);
}

.acordion__content {
  padding-top: 1.6rem;
  padding-bottom: 1.6rem;
  display: none;
}

.acordion.show .acordion__content {
  display: block;
}

.acordion__content--flex {
  gap: 6.4rem;
}

.acordion.show .acordion__content--flex {
  display: flex;
}



.acordion__content p {
  font-size: var(--font-md-size);
  line-height: var(--font-md-line-height);
  color: var(--color-black);
}

.acordion__text {
  width: calc(100% - 160px);
}

.acordion__text p {
  margin-bottom: 0;
}

.acordion__text p+p {
  margin-top: 8px;
}

.acordion__img {
  width: 160px;
}

@media(max-width:767px) {
  .acordion__title {
    font-size: var(--font-h6-size);
    line-height: var(--font-h6-line-height);
    color: var(--color-black);
    margin: 0;
    pointer-events: none;
  }
}



/* -------------------------------------------------------------------------- */
/*                                    TOAST                                   */
/* -------------------------------------------------------------------------- */

.toast {
  position: fixed;
  bottom: 1.6rem;
  right: 1.6rem;
  background-color: #FEA19A;
  padding: 0.4rem 0.8rem;
  font-size: var(--font-xxs-size);
  pointer-events: none;
  z-index: 9;
  max-width: calc(100% - 3.2rem);
}


/* -------------------------------------------------------------------------- */
/*                                  MAIN PAGE                                 */
/* -------------------------------------------------------------------------- */


.main-page {
  margin-top: var(--mp--mt-d);
  margin-bottom: var(--mp--mb-d);
  padding: var(--mp--py-d) var(--mp--px-d);
}

.main-page-component {
  margin-top: var(--cpc--mt-d);
  margin-bottom: var(--cpc--mb-d);
  padding: var(--cpc--py-d) var(--cpc--px-d);
}

.main-page__container,
.main-page-component__container {
  display: flex;
  align-items: flex-start;
  gap: 2.4rem;
}

.main-page__title,
.main-page-component__title {
  width: 30%;
}


.main-page__content,
.main-page-component__content {
  width: 70%;
  color: var(--color-black);
}

.main-page__content *,
.main-page-component__content * {
  color: currentColor;
}

.main-page__content p {
  font-size: var(--font-lg-size);
  line-height: var(--font-lg-line-height);
}

.main-page-component__content * {
  line-height: 1.5;
}



@media(max-width:767px) {
  .main-page {
    margin-top: var(--mp--mt-m);
    margin-bottom: var(--mp--mb-m);
    padding: var(--mp--py-m) var(--mp--px-m);
  }

  .main-page-component {
    margin-top: var(--cpc--mt-m);
    margin-bottom: var(--cpc--mb-m);
    padding: var(--cpc--py-m) var(--cpc--px-m);
  }


  .main-page__container,
  .main-page-component__container {
    flex-direction: column;
    gap: 3.2rem;
  }

  .main-page__title,
  .main-page-component__title {
    width: 100%;
  }

  .main-page__title h1,
  .main-page-component__title h1 {
    font-size: var(--font-h3-size);
    line-height: var(--font-h3-line-height);
  }

  .main-page__content,
  .main-page-component__content {
    width: 100%;
  }

  .main-page__content p,
  .main-page-component__content p {
    font-size: var(--font-xs-size);
    line-height: var(--font-xs-line-height);

  }
}


/* -------------------------------------------------------------------------- */
/*                               MIN HEIGHT FIX                               */
/* -------------------------------------------------------------------------- */

.min-safe-h-screen {
  /* equivalent to 100dvh in major browsers */
  min-height: calc(100vh - env(safe-area-inset-bottom, 0) - env(safe-area-inset-top, 0));
}

@supports (-webkit-touch-callout: none) {
  .min-safe-h-screen {
    /* for ios safari 15, safe-area-inset-bottom is 0, so a special fix apply here */
    min-height: -webkit-fill-available;
  }
}


.template-404 .mobile-search-btn,
.template-404 .header__search {
  display: none;
}

/* -------------------------------------------------------------------------- */
/*                          DRAWER CART - GİFT BOX                            */
/* -------------------------------------------------------------------------- */

.drawer-cart-modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 50;
  display: none;
  height: 100%;
  width: 100%;
  align-items: center;
  justify-content: center;
  overflow: auto;
}

.drawer-cart-modal--show {
  height: 100vh;
  display: grid;
}

.drawer-cart-modal__cover {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

.modal--giftBoxAndNote .drawer-cart-modal__inner {
  max-width: 53rem;
  max-height: 100%;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

.drawer-cart-modal__inner {
  position: relative;
  width: 100%;
  max-width: 36rem;
  border-radius: .75rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding: 32px;
  height: 100vh;
}

.drawer-cart-modal__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: column;
  background-color: #FFFFFF;
  height: 10vh;
}

.modal--giftBoxAndNote .drawer-cart-modal__body {
  max-width: 53rem;
  width: 100%;
  height: 62vh;
  overflow-x: hidden;
  overflow-y: auto;
}

.modal--giftBoxAndNote.no-footer .drawer-cart-modal__body {
  height: 100vh;
  max-width: 100%;
}

.modal--giftBoxAndNote.no-footer .drawer-cart-modal__body .one-product{
  grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
}

.modal--giftBoxAndNote.no-footer .drawer-cart-modal__body .one-product .product-card{
  width: calc(100%);
  padding-top: 25px;
}

.modal--giftBoxAndNote.no-footer .drawer-cart-modal__body .one-product .product-card .product-card__image{
  max-height: 270px;
  border: 0;
  height: 100%;
  margin: 0 auto;
}

.modal--giftBoxAndNote .price__container{
  justify-content: center;
}

.drawer-cart-modal__body {
  margin-left: auto;
  margin-right: auto;
  width: 80%;
  max-width: 32rem;
  text-align: center;
}

.drawer-cart-modal__header__marquee-container {
  width: 100%;
  overflow: hidden;
  position: relative;
  height: 50px;
  display: flex;
  align-items: center;
}

.drawer-cart-modal__header__marquee-container-text {
  position: relative;
  white-space: nowrap;
  will-change: transform;
  animation: gift-marquee 10s linear infinite;
  display: block !important;
}

.giftNoteContainer {
  position: relative;
}

.giftNoteContainer .content {
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 11;
}

.blur-background {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  filter: blur(8px);
  z-index: 10;
}

.text-on-blur {
  position: absolute;
  bottom: 50%;
  left: 0%;
  /*transform: translateY(-200%);*/
  z-index: 13;
  color: #000;
  font-size: 14px;
  text-align: center;
}

.gift-footer-text{
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
  display: flex;
  margin-top: 16px;
}

@keyframes gift-marquee{
  0% {
    transform: translate(100%);
  }
  100% {
      transform: translate(-100%);
  }
}

.pointer-events-none{
  pointer-events: none;
}

.gift-card__text{
  padding: 16px;
  --tw-border-opacity: 1;
  border-color: rgb(230 232 230 / var(--tw-border-opacity));
  border-width: 1px;
  border-radius: .375rem;
  width: 100%;
  /*margin-top: 16px;*/
  margin-bottom: 16px;
  resize: none;
}

.drawer-cart-modal__close{
  background-color: transparent;
  border: 0;
  cursor: pointer;
  color: var(--color-black);
}

.gift-product-card__size {
  display: inline-block;
}

.button--green_light {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(204 255 1 / var(--tw-bg-opacity)) !important;
  --tw-text-opacity: 1 !important;
  color: rgb(4 4 4 / var(--tw-text-opacity)) !important;
}

.button--black {
  --tw-bg-opacity: 1;
  background-color: rgb(4 4 4 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.gift-box-add-to-basket-button {
  position: relative;
  border-radius: 1.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(4 4 4 / var(--tw-bg-opacity));
  padding: 12px 32px;
  text-align: center;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  transition-property: all;
  transition-timing-function: cubic-bezier(.4,0,.2,1);
  transition-duration: .15s;
  border-width: 0;
}

.gift-product-card{
  padding-bottom: 25px;
}

.modal--giftBoxAndNote #giftBoxes{
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.drawer-cart-modal__footer{
  background-color: #FFFFFF;
  width: calc(100% + 1px);
  height: 28vh;
}

.drawer-cart-modal__header__icons{
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row-reverse;
  width: 100%;
}

.drawer-cart-modal__body img{
  width:60%;
}

.drawer-cart-modal__body .product-card__image{
  display: flex;
  justify-content: center;
}

.modal--giftBoxAndNote card-quick-add button{
  cursor: pointer;
}

.modal--giftBoxAndNote .product-card__body{
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
}

.modal--giftBoxAndNote .product-card__price{
  margin-top: 0;
}

.modal--giftBoxAndNote .product-card__description ul:empty{
  display: none;
}

.scroll-blur {
  content: '';
  position: absolute;
  width: 96px;
  height: 100%;
  background: rgb(255, 255, 255);
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .5), rgba(255, 255, 255, 1) 100%);
  right: 0;
  top: 0;
  display: block !important;
}

@media screen and (max-width:767px) {
  .scroll-blur {
    display: none !important;
  }
}

.product-form__buttons{
  position: relative;
}

.form{
  position: relative;
}

.product-card__image video{
  height: 100%;
}

<<<<<<< HEAD
localization-form{
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  border: 0;
  padding: 0;
  white-space: nowrap;
  clip-path: inset(100%);
  clip: rect(0 0 0 0);
  overflow: hidden;
  outline: 0;
  outline-offset: 0;
}
=======
.toast-message {
  background: #333;
  color: white;
  padding: 10px 16px;
  margin: 5px 0;
  border-radius: 4px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
  font-size: 14px;
  opacity: 0;
  transform: translateY(10px);
  transition: opacity 0.4s ease, transform 0.4s ease;
}

.toast-message.show {
  opacity: 1;
  transform: translateY(0);
}

.toast-message.hide {
  opacity: 0;
  transform: translateY(-10px);
}

.badge--big-offer{
  font-weight: 500;
}

@media screen and (max-width: 767px) {
  .vip-restriction-box {
    margin: 60px 10px !important;
  }
}
.vip-restriction-box {
  max-width: 500px;
  margin: 60px auto;
  padding: 30px;
  border: 1px solid #ddd;
  border-radius: 12px;
  background-color: #fff4f4;
  text-align: center;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  box-shadow: 0 4px 12px rgba(0,0,0,0.06);
}

.vip-restriction-box .icon {
  font-size: 48px;
  color: #e63946;
  margin-bottom: 16px;
}

.vip-restriction-box h2 {
  font-size: 20px;
  margin-bottom: 12px;
  color: #333;
}

.vip-restriction-box p {
  font-size: 16px;
  color: #555;
  margin-bottom: 0;
}

.vip-restriction-box .lock-icon {
  width: 48px;
  height: 48px;
  margin: 0 auto 16px;
  fill: #e63946;
}

/* -------------------------------------------------------------------------- */
/*                         BACK IN STOCK POPUP STYLES                         */
/* -------------------------------------------------------------------------- */

/* Overlay */
.bis-popup-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2rem;
  animation: bisOverlayFadeIn 0.2s ease;
}

.bis-popup-overlay.hidden {
  display: none;
}

@keyframes bisOverlayFadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

/* Popup Container */
.bis-popup {
  background: #fff;
  border-radius: 0.8rem;
  max-width: 50rem;
  width: 100%;
  max-height: 90vh;
  overflow-y: auto;
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.2);
  animation: bisPopupScaleIn 0.3s ease;
}

@keyframes bisPopupScaleIn {
  from {
    transform: scale(0.9);
    opacity: 0;
  }
  to {
    transform: scale(1);
    opacity: 1;
  }
}

/* Header */
.bis-popup__header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: var(--bis-popup-padding, 2.4rem);
  border-bottom: 1px solid #e5e5e5;
  gap: 1.6rem;
}

.bis-popup__title {
  font-size: var(--bis-title-font-size, var(--font-h5-size));
  line-height: var(--font-h5-line-height);
  font-weight: 500;
  margin: 0;
  flex: 1;
  color: var(--bis-title-color, #000);
}

.bis-popup__close {
  background: none;
  border: none;
  cursor: pointer;
  padding: 0.4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.4rem;
  transition: background-color 0.2s ease;
  flex-shrink: 0;
}

.bis-popup__close svg {
  width: 2.4rem;
  height: 2.4rem;
}

.bis-popup__close:hover {
  background-color: #f5f5f5;
}

/* Body */
.bis-popup__body {
  padding: var(--bis-popup-padding, 2.4rem);
}

.bis-popup__description {
  font-size: var(--bis-description-font-size, var(--font-sm-size));
  line-height: var(--font-sm-line-height);
  color: var(--bis-description-color, #666);
  margin: 0 0 2.4rem 0;
}

/* Form */
.bis-popup__form {
  display: flex;
  flex-direction: column;
  gap: var(--bis-field-spacing, 1.6rem);
}

.bis-popup__field {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
}

.bis-popup__label {
  font-size: var(--bis-label-font-size, var(--font-sm-size));
  line-height: var(--font-sm-line-height);
  font-weight: 500;
  color: var(--bis-label-color, #222);
}

.bis-popup__dropdown,
.bis-popup__input {
  padding: 1.2rem 1.6rem;
  border: 1px solid #ddd;
  border-radius: 0.4rem;
  font-size: var(--font-sm-size);
  line-height: var(--font-sm-line-height);
  transition: border-color 0.2s ease;
  background: #fff;
  color: #222;
}

.bis-popup__dropdown:focus,
.bis-popup__input:focus {
  outline: none;
  border-color: #000;
}

.bis-popup__dropdown {
  cursor: pointer;
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath fill='%23222' d='M1.41 0L6 4.58 10.59 0 12 1.42l-6 6-6-6z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 1.6rem center;
  padding-right: 4rem;
}

/* Checkbox */
.bis-popup__checkbox-wrapper {
  display: flex;
  align-items: flex-start;
  gap: 1.2rem;
}

.bis-popup__checkbox {
  width: 2rem;
  height: 2rem;
  margin-top: 0.2rem;
  flex-shrink: 0;
  cursor: pointer;
}

.bis-popup__checkbox-label {
  font-size: var(--font-sm-size);
  line-height: var(--font-sm-line-height);
  color: #666;
  cursor: pointer;
  user-select: none;
}

/* Button */
.bis-popup__button {
  background: var(--bis-button-bg-color, #000);
  color: var(--bis-button-text-color, #fff);
  border: none;
  border-radius: 3.2rem;
  padding: 1.4rem 2.4rem;
  font-size: var(--font-sm-size);
  line-height: var(--font-sm-line-height);
  font-weight: 500;
  cursor: pointer;
  transition: background-color 0.2s ease, opacity 0.2s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.8rem;
  min-height: 4.8rem;
}

.bis-popup__button:hover:not(:disabled) {
  background-color: var(--bis-button-hover-bg-color, #333);
}

.bis-popup__button:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}

.bis-popup__button-loading {
  display: inline-flex;
  align-items: center;
}

.bis-popup__button-loading svg {
  width: 2rem;
  height: 2rem;
  animation: spin 1s linear infinite;
}

@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

/* Message */
.bis-popup__message {
  padding: 1.2rem 1.6rem;
  border-radius: 0.4rem;
  font-size: var(--font-sm-size);
  line-height: var(--font-sm-line-height);
  margin-top: 0.8rem;
}

.bis-popup__message.success {
  background-color: #d3efcd;
  color: #1B9500;
  border: 1px solid #1B9500;
}

.bis-popup__message.error {
  background-color: #fcd6d7;
  color: #C72E2F;
  border: 1px solid #C72E2F;
}

/* Mobile Responsive */
@media screen and (max-width: 600px) {
  .bis-popup-overlay {
    padding: 1.6rem;
  }

  .bis-popup__header,
  .bis-popup__body {
    padding: 1.6rem;
  }

  .bis-popup__title {
    font-size: var(--font-h6-size);
    line-height: var(--font-h6-line-height);
  }

  .bis-popup__close svg {
    width: 2rem;
    height: 2rem;
  }
}

/* Countdown Text */
.bis-popup__countdown-text {
  font-size: var(--font-xs-size);
  line-height: var(--font-xs-line-height);
  color: #666;
  text-align: center;
  margin-top: 1.2rem;
  font-variant-numeric: tabular-nums;
}

.bis-popup__countdown-text.hidden {
  display: none;
}

>>>>>>> 8cff391 (Back In Stock popup modülleri geliştirildi)
