* {
  /* scrollbar-width: thin;
  scrollbar-color: var(--BTN-PRIMARY-BG) var(--border); */

  &::-webkit-scrollbar {
    width: var(--scrollbar-width, 7px);
    height: var(--scrollbar-height, auto);
  }

  &::-webkit-scrollbar-thumb {
    background: var(--BTN-PRIMARY-BG);
    border-radius: var(--base-radius);
  }
  &::-webkit-scrollbar-track {
    background: var(--border);
    border-radius: var(--base-radius);
  }
}

/* -- REVIEWS -- */
.loox-rating {
  svg,
  span {
    color: var(--BTN-PRIMARY-BG);
  }
}

p,
.p,
.search .search-query,
.cart table th,
.cart table tbody td {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  margin: 0 0 0.5em;
}

/***
  -- GRID VARIABLES --
  The breakpoints previously used throughout the theme were as follows:

  --grid-medium: 750px;
  --grid-small: 480px;
  --grid-medium: 770px;
  --grid-large: 1025px;
  --grid-widescreen: 1400px;
  --grid-gutter: 30px;

  --xsmall: (max-width: calc(var(--grid-small) - 1px));
  --small: (max-width: calc(var(--grid-medium) - 1px));
  --medium: (min-width: var(--grid-medium)) and (max-width: calc(var(--grid-large) - 1px));
  --medium-down: (max-width: calc(var(--grid-large) - 1px));
  --medium-up: (min-width: var(--grid-medium));
  --large: (min-width: var(--grid-large)) and (max-width: calc(var(--grid-widescreen) - 1px));
  --large-down: (max-width: calc(var(--grid-widescreen) - 1px));
  --large-up: (min-width: var(--grid-large));
  --widescreen: (min-width: var(--grid-widescreen));
*/

:root {
  --trans: 0.5s ease-in-out;
  --small-radius: 22px;
  --base-radius: 42px;
  --large-radius: 100px;
  --theme-animation-1: cubic-bezier(0.215, 0.61, 0.355, 1);
  --box-shadow-1: 0 1px 3px rgba(var(--border), 0.04), 0 3px 6px rgba(var(--border), 0.04);
  --box-shadow-2: 0 2px 6px rgba(var(--border), 0.06), 0 3px 6px rgba(var(--border), 0.04);
  --box-shadow-3: 0 3px 14px rgba(var(--border), 0.06), 0 3px 6px rgba(var(--border), 0.04);
  --box-shadow-4: 0 4px 20px rgba(var(--border), 0.06), 0 3px 6px rgba(var(--border), 0.07);
  --box-shadow-5: 0 5px 30px rgba(var(--border), 0.06), 0 3px 6px rgba(var(--border), 0.07);
  --box-shadow-0: none;

  /* -- COLORS -- */
  --theme-color-black: #212121;
  --theme-color-black-light: #343a40;
  --theme-color-beige: #f1e9db;
  --theme-color-beige-dark: #e3d9ca;
  --theme-color-blue: #00516f;
  --theme-color-blue-dark: #002A3B;
  --theme-color-blue-buy: #0097ba;
  --theme-color-white: #fcfbf9;
  --theme-color-gray: #6c757d;
  --theme-color-green: #008a82;
}

.alert-success.quote {
  padding: 15px;
  background: var(--COLOR-SUCCESS-BG);
  color: var(--COLOR-SUCCESS);
  outline: none;
}

/*============================================================================
  #Magnific Popup CSS (used on password page)
==============================================================================*/
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
  filter: alpha(opacity=80);
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  display: flex;
  align-items: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 10045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.mfp-zoom,
.product__photo img[data-mfp-src] {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.mfp-preloader {
  color: #ccc;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 10044;
  &:after {
    content: '';
    display: inline-block;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    border: 0.25rem solid rgba(var(--theme-color-white), 0.2);
    border-top-color: var(--theme-color-white);
    animation: spin 1s infinite linear;
  }
}
.mfp-preloader a {
  color: #ccc;
}
.mfp-preloader a:hover {
  color: var(--theme-color-white);
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 10046;
  -webkit-box-shadow: none;
  box-shadow: none;
  line-height: 0;

  svg {
    width: var(--icon-size, 44px);
    height: var(--icon-size, 44px);
  }
}
button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.mfp-close {
  position: absolute;
  right: var(--inner);
  top: var(--inner);
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: var(--theme-color-white);
  font-family: Arial, Baskerville, monospace;
}
.mfp-close:hover {
  opacity: 1;
}
.mfp-close:focus-visible {
  outline: 1px solid var(--accent);
  outline-offset: 2px;
}

.mfp-close-btn-in .mfp-close {
  color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: var(--theme-color-white);
  background: transparent;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 30px;
  svg {
    pointer-events: none;
  }
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #ccc;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  filter: alpha(opacity=65);
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.mfp-arrow:active {
  margin-top: -54px;
}
.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
  filter: alpha(opacity=100);
}
.mfp-arrow:before,
.mfp-arrow:after,
.mfp-arrow .mfp-b,
.mfp-arrow .mfp-a {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}
.mfp-arrow:after,
.mfp-arrow .mfp-a {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}
.mfp-arrow:before,
.mfp-arrow .mfp-b {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

.mfp-arrow-left {
  left: 0;
}
.mfp-arrow-left:after,
.mfp-arrow-left .mfp-a {
  border-right: 17px solid var(--theme-color-white);
  margin-left: 31px;
}
.mfp-arrow-left:before,
.mfp-arrow-left .mfp-b {
  margin-left: 25px;
  border-right: 27px solid #3f3f3f;
}

.mfp-arrow-right {
  right: 0;
}
.mfp-arrow-right:after,
.mfp-arrow-right .mfp-a {
  border-left: 17px solid var(--theme-color-white);
  margin-left: 39px;
}
.mfp-arrow-right:before,
.mfp-arrow-right .mfp-b {
  border-left: 27px solid #3f3f3f;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}
.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}
.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}
.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}
.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}
.mfp-figure small {
  color: #bdbdbd;
  display: block;
  font-size: 12px;
  line-height: 14px;
}
.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #f3f3f3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }

  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }

  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }

  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}

.mfp-ie7 .mfp-img {
  padding: 0;
}
.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px;
}
.mfp-ie7 .mfp-container {
  padding: 0;
}
.mfp-ie7 .mfp-content {
  padding-top: 44px;
}
.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0;
}
button.mfp-close {
  opacity: 1;
  color: var(--theme-color-white);
}

/**
 * General modal styles
 */

.modal__overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: transparent;
  z-index: 9999;
  display: none;
}
.modal__wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.modal__outer {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  padding: 10px;
  background: rgba(0, 0, 0, 0.6);
  z-index: 901;

  span.close {
    display: block;
    width: 24px;
    height: 24px;
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 20;
    cursor: pointer;

    .icon {
      stroke: var(--text);
      width: 100%;
      height: 100%;
      pointer-events: none;
    }
  }

  span.close:hover {
    .icon {
      opacity: 0.5;
    }
  }

  a.more {
    text-decoration: none;
  }

  a.prev,
  a.next {
    display: block;
    width: 24px;
    height: 24px;
    position: absolute;
    top: 20px;
    z-index: 20;
    margin: 0;
    opacity: 1;

    .icon {
      stroke: #b1b1b1;
      width: 100%;
      height: 100%;
      pointer-events: none;
    }
  }

  a.prev {
    right: 100px;
    left: auto;

    &:hover {
      .icon {
        stroke: #d8d8d8;
      }
    }
  }

  a.next {
    right: 60px;

    &:hover {
      .icon {
        stroke: #d8d8d8;
      }
    }
  }
}

.modal--info {
  position: relative;
  background-color: var(--theme-color-white);
  color: var(--theme-color-black);
  width: 500px;
  padding: 40px;
  border-radius: var(--base-radius);

  .info-filter-modal__text {
    font-family: var(--FONT-STACK-BODY);

    h1,
    h2,
    h3,
    h4,
    h5,
    h6 {
      font-family: var(--FONT-STACK-BODY);
      font-weight: 400;
      margin: 0 0 1em 0;
    }

    p {
      font-weight: 300;
      font-size: 16px;
      line-height: 1.5em;
    }
    a {
      color: var(--text);
      text-decoration-line: underline;
      text-underline-offset: 2px;
    }
  }

  span.close .icon {
    width: 24px;
    height: 24px;
  }
}

/* -- PH MODAL -- */

.ph-modal {
  position: relative;
  padding: 0;
  width: auto;
  max-width: 90vw;
  width: 1200px;
  height: 70vh;
  margin: 20px auto;
  display: flex;
  border-radius: var(--base-radius);

  .ph-modal__image {
    flex-basis: 50%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    @media (max-width: 1024px) {
      display: none;
    }
  }
  .ph-modal__content {
    flex-basis: 50%;
    padding: 60px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    @media (max-width: 1024px) {
      flex-basis: 100%;
      padding: 30px 20px;
    }
  }
  .ph-modal__text {
    width: 100%;
    &,
    p {
      font-size: 14px;
      line-height: 1.2em;
    }
  }
  .ph-modal__select-wrap {
    padding-top: 10px;
    @media (max-width: 749px) {
      max-width: 80vw;
    }
  }
}

.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important;
}

.pharmacy-select__no-result-msg,
.pharmacy-select__nearby-msg {
  margin-bottom: 20px;
  display: none;
  &.show {
    display: block;
  }
}

.pharmacy-select__nearby-msg {
  margin-bottom: 90px;
  &,
  .alert-success.quote {
    background: var(--COLOR-SUCCESS);
  }
}

.pharmacy-select__nearby-msg__title {
  font-family: inherit;
  font-weight: 600;
  line-height: 1.1em;
  font-size: 18px;
  margin-bottom: 15px;
}

.pharmacy-select__nearby-msg__result {
  margin-bottom: 20px;
  padding-bottom: 15px;
  border-bottom: 1px solid var(--COLOR-SUCCESS);
  &:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
  }

  a.pharmacy-select__nearby-msg__btn {
    margin-top: 10px;
    background: var(--bg);
    text-decoration: none;
  }
}

.pharmacy-msg {
  margin-bottom: 20px;
}

.pharmacy-select__inner-wrap {
  position: relative;
}
.pharmacy-select__loader {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: rgba(var(--theme-color-white), 0.9);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  .loader-msg {
    width: 100%;
    font-size: 9px;
    line-height: 1em;
    text-align: center;
    color: var(--text);
  }
  .loader {
    margin: 0 auto;
  }
}

/* Select 2 */
.select2-container {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle;

  &.select2-container--open {
    z-index: 10101;
  }

  .select2-dropdown {
    background-color: var(--BTN-PRIMARY-BG);
    color: var(--BTN-PRIMARY-TEXT);
    border: 1px solid var(--BTN-PRIMARY-TEXT);
    border-radius: 20px;
    box-sizing: border-box;
    display: block;
    position: absolute;
    top: 10px;
    width: 100%;
    z-index: 1051;
    padding-top: 10px;
  }
}
.select2-container--default {
  .select2-results__group {
    color: inherit;
    font-weight: 600;
  }

  .pharmacy-select2 {
    outline: none;

    &.select2-selection--single {
      box-sizing: border-box;
      cursor: pointer;
      display: block;
      user-select: none;
      -webkit-user-select: none;

      background-color: var(--BTN-PRIMARY-BG);
      border: 1px solid var(--BTN-PRIMARY-TEXT);
      border-radius: 100px;
      height: 50px;
      padding: 6px 8px 6px 16px;

      .select2-search--dropdown {
        padding: 4px 10px;
        display: block;
        .select2-search__field {
          border-radius: 0;
        }
      }
      .select2-selection__rendered {
        color: var(--BTN-PRIMARY-TEXT);
        font-size: 13px;
        font-weight: bold;
        transition: inherit;
        max-width: calc(100% - 40px);
        display: block;
        line-height: 1.4;
        height: 100%;
        text-align: start;
        small {
          font-weight: normal;
          font-size: 0.8em;
        }
        &:before,
        &:after {
          content: '';
          display: block;
          position: absolute;
          top: 50%;
          right: 10px;
          width: 40px;
          height: 40px;
          z-index: 1;
          transform: translateY(-50%);
        }
        &:before {
          background-color: var(--BTN-PRIMARY-TEXT);
          border-radius: var(--base-radius);
        }
        &:after {
          background-color: var(--BTN-PRIMARY-BG);
          -webkit-mask: url('../icons/icon-arrow-down.svg') no-repeat center;
          mask: url('../icons/icon-arrow-down.svg') no-repeat center;
          color: inherit;
          transition: var(--trans);
        }

        .select2-selection__placeholder,
        > span {
          color: var(--BTN-PRIMARY-TEXT);
          height: 100%;
          display: inline-flex;
          flex-direction: column;
          justify-content: center;
        }
      }

      &[aria-expanded='true'] .select2-selection__rendered:after {
        transform: translateY(-50%) rotate(180deg);
      }

      .select2-selection__arrow {
        display: none;
      }
    }
  }

  .pharmacy-select2__dropdown {
    .select2-search--dropdown {
      padding: 4px 0;

      .select2-search__field {
        border-radius: var(--base-radius);
        font-size: 16px;
        padding: 4px 10px;
        width: calc(100% - 20px);
        box-sizing: border-box;
        display: block;
        margin: 0 auto;
        color: inherit;
      }
    }
    .select2-results {
      font-size: 11px;

      > .select2-results__options {
        max-height: 200px;
        overflow-y: auto;
        margin: 10px 0 0;
      }
    }
    .select2-results__option {
      padding: 4px 20px;
      position: relative;
      border-radius: var(--base-radius);
      cursor: pointer;
      transition: var(--trans);

      &[role='group'] {
        padding-left: 10px;
      }

      .select2-results__options {
        list-style: none;
        padding: 0;
        margin: 10px 0 0;
      }

      .select2-results__option {
        &:hover {
          background-color: var(--bg);
          color: var(--BTN-PRIMARY-BG);
        }
      }
      small {
        display: block;
        font-weight: normal;
        color: var(--text-secondary);
      }
    }
  }
}

.unifarco__hcheck {
  position: absolute;
  left: -9999px;
  top: -9999px;
  overflow: hidden;
  width: 1px;
  height: 1px;
}

/* FORM NEWSLETTER (in page) */

.form-nw__wrap {
  width: 50%;
  @media (max-width: 1024px) {
    width: 75%;
  }
  @media (max-width: 768px) {
    width: 100%;
  }
}

.form-nw__row {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 20px;

  &.justify-content-between {
    justify-content: space-between;
  }
}

.form-nw__col-input {
  flex-basis: 30%;
  @media (max-width: 768px) {
    flex-basis: 100%;
  }
  input {
    width: 100%;
  }
}

.form-nw__form-checkbox {
  margin-top: 8px;
  position: relative;
  label {
    font-size: 12px;
    line-height: 1.3em;
    padding-left: 20px;
    display: block;
  }
  input[type='checkbox'] {
    float: left;
    padding: 0 !important;
  }
}
.form-nw__form-privacy-wrap {
  /*padding-top: 20px;*/
}
.form-nw__btn-wrap {
  margin: 0 auto;

  .btn {
    border: none;
  }
}
.form-nw__form-privacy-text {
  overflow-y: scroll;
  border: 1px solid rgba(0, 0, 0, 0.2);
  padding: 5px;
  height: 100px;
  &,
  p {
    font-size: 11px;
    line-height: 1.3em;
    color: var(--theme-color-black);
  }
  a {
    &,
    &:active,
    &:focus,
    &:hover {
      color: var(--theme-color-black);
      text-decoration: underline;
    }
  }
}

/* -- HEADER -- */
.theme__header {
  --radius: 0 0 var(--base-radius) var(--base-radius);

  &::after {
    border-radius: var(--radius);
  }

  .header__mobile {
    grid-template-areas:
      'logo logo logo'
      'btn-left btn-right btn-right';
    grid-template-columns: 40px 1fr;
    padding: 14px;

    .header__mobile__left {
      grid-area: btn-left;
      gap: 10px;

      .header__mobile__hamburger {
        margin-left: 0;
        padding: 0;
      }
    }

    .header__logo {
      grid-area: logo;
      justify-content: space-between;
    }

    .header__mobile__right {
      grid-area: btn-right;
    }
  }

  .header__logo {
    --gap: 2rem;
    gap: var(--gap);
  }

  .header__desktop__lower {
    border-radius: var(--radius);

    .header__desktop__bar__c {
      width: 100%;

      .header__menu {
        width: 100%;
        justify-content: center;

        .menu__item {
          padding: 0 0.5rem;

          &[aria-expanded] {
            > * {
              cursor: pointer;
            }

            &:hover .header__dropdown {
              opacity: 0;
            }

            &.is-visible .header__dropdown {
              opacity: 1;
            }
          }

          &.parent .dropdown__family:not(:only-child) {
            padding-left: var(--outer);
            padding-right: var(--outer);
          }

          &.grandparent.kids-6,
          &.grandparent.kids-7,
          &.grandparent.kids-8,
          &.grandparent.kids-9,
          &.grandparent.kids-10,
          &.grandparent.kids-11,
          &.grandparent.kids-12,
          &.grandparent.kids-13,
          &.grandparent.kids-14,
          &.grandparent.kids-15,
          &.grandparent.kids-16,
          &.grandparent.kids-17,
          &.grandparent.kids-18,
          &.grandparent.kids-19,
          &.grandparent.kids-20 {
            .header__grandparent__links {
              display: flex;
              flex-direction: column;

              + .header__grandparent__links {
                display: grid;
                grid-auto-flow: column;
                grid-template-columns: repeat(3, minmax(0, 1fr));
                grid-template-rows: repeat(3, auto);
                row-gap: 10px;
                margin-right: var(--inner);
              }

              .dropdown__family--hg + .dropdown__family {
                grid-row: span 2;
              }
            }
          }

          &:nth-last-of-type(1) {
            border-left: 2px solid var(--COLOR-SUBMENU-LINK);
          }
        }

        .header__dropdown {
          margin: 20px auto 0;
          max-width: calc(100vw - var(--outer) * 2);
          left: var(--outer);
          padding: var(--inner) var(--outer);
          border-radius: 42px;
          width: 100%;

          .header__dropdown__wrapper {
            padding: 0;
          }

          .header__dropdown__close {
            --icon-size: 40px;
            position: absolute;
            top: var(--inner);
            right: var(--inner);
            padding: 0;
            z-index: 2;
          }

          .header__dropdown__inner {
            .navlink--title,
            div.navlink--child {
              font-weight: 500;
              font-size: var(--font-heading-small);
              text-transform: uppercase;
            }

            .navlink--child.navlink--title {
              font-size: calc(var(--font-heading-small) - 2px);
            }

            .menu__blocks {
              gap: 24px;
              /* padding: var(--outer); */

              .custom-colors {
                border-radius: var(--base-radius);
                /* padding: 36px 26px; */
              }

              .header__dropdown__image {
                border-radius: var(--base-radius);

                + .hero__title {
                  margin: 10px 0 0;
                  text-transform: none;
                }
              }
            }
          }

          .dropdown__family--hg {
            max-width: 30vw;
            .content-box {
              background-color: var(--BTN-SECONDARY-BG);
              color: var(--BTN-SECONDARY-TEXT);
              border-radius: var(--base-radius);
              padding: var(--inner) 28px;

              .navlink--child {
                color: inherit;
              }
            }

            .content {
              li + li {
                margin-top: 8px;
              }

              a {
                color: inherit;
              }
            }

            .buttons .btn {
              margin-top: 24px;
              display: flex;
              justify-content: space-between;
              max-width: 300px;
            }
          }
        }
      }
    }

    .navlink--toplevel {
      color: inherit;
      text-transform: uppercase;
      padding: 8px 15px;
      border-radius: 100px;
      height: fit-content;

      span:first-of-type::after {
        display: none;
      }
    }

    .is-visible .navlink--toplevel {
      background-color: var(--BTN-SECONDARY-BG);
      color: var(--BTN-SECONDARY-TEXT);

      &:after {
        transform: rotate(180deg) translate(0, 1px);
        background-color: var(--BTN-SECONDARY-TEXT);
      }
    }
  }

  .header__desktop__buttons {
    gap: 20px;

    .header__desktop__button {
      .navlink {
        padding: 0;
      }

      .is-expanded {
        width: clamp(450px, 90vh, 800px);
      }
    }
  }

  .header__mobile__button {
    height: fit-content;

    &:has(.is-expanded) {
      flex: 1;
    }

    .search-expander {
      padding: 5px 9px 5px 0;
    }
    .is-expanded {
      width: 100%;
    }
  }

  .header__desktop__button,
  .header__mobile__button {
    position: relative;
  }

  .search-expander__main {
    --size: 40px;
    position: relative;
    border: 1px solid var(--BTN-PRIMARY-BORDER);
    border-radius: var(--base-radius);
    height: var(--size);
    width: var(--size);
    transition: var(--trans);

    &.is-expanded {
      &:has(input:focus) {
        border-width: 2px;
      }

      .search-expander__search {
        visibility: visible;
        height: var(--size);
        width: 100%;
      }
    }

    .search-expander__search {
      visibility: hidden;
      height: 0;
      width: 40px;
      overflow: hidden;

      .input-holder {
        flex: none;
        width: 100%;
        height: var(--size);
        margin-top: -1px;
        padding-right: calc(var(--gutter) + 10px);

        @media (min-width: 1024px) {
          padding-right: var(--gutter);
        }

        input {
          outline: none;
        }
      }
    }

    button[type='reset'] {
      margin: 0;
      margin-right: 7px;
    }

    .trigger {
      position: absolute;
      top: 0;
      right: 0;
      width: var(--size);
      height: var(--size);
      padding: 0;
    }
  }
}

.mobile-slide-menu {
  .is-open {
    .drawer__close {
      visibility: visible;
    }

    .drawer__inner {
      animation: slideInUp 0.3s ease forwards;
    }
  }

  .is-closing .drawer__inner {
    animation: slideInUp 0.3s ease reverse forwards;
  }

  .drawer__close {
    position: fixed;
    top: calc(var(--header-height) - 38px);
    left: 14px;
    right: unset;
    padding: 0;
    width: 40px;
    height: 40px;
    background: var(--bg);
    color: inherit;
    visibility: hidden;
  }

  .drawer__body {
    padding: var(--outer);
  }

  .drawer__inner {
    --space: 30px;

    position: fixed;
    top: calc(var(--header-height) + var(--space));
    min-height: calc(80vh - calc(var(--header-height) + var(--space)));
    height: auto;
    max-height: calc(100vh - var(--header-height) - var(--space) - var(--outer));
    right: unset;
    border-radius: var(--base-radius);
  }

  .drawer__content {
    max-height: inherit;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
  }

  .collapse__menu {
    --mb: 10px;

    .collapse__menu {
      padding-left: var(--inner);

      .sublinks {
        padding-left: calc(var(--inner) * 2);
      }
    }

    .collapse__menu-link,
    .collapse__menu-item {
      display: block;
      margin: 0;
      position: relative;
      text-transform: uppercase;
      font-weight: var(--FONT-WEIGHT-SEMIBOLD);
    }

    .collapse__menu-link:not(:last-child) {
      margin: var(--outer) 0 calc(var(--outer) * 2);
    }

    .collapse__menu-item {
      .trigger {
        text-transform: inherit;
        width: 100%;
        text-align: start;
        padding: 0;
        font-weight: inherit;
        justify-content: start;
        min-height: unset;
        padding: 8px var(--inner);
        font-size: var(--font-heading-x-small);

        &::after {
          position: absolute;
          top: 8px;
          right: var(--inner);
          left: unset;
          transform: translate(0, 50%);
          background-color: var(--btn-text, var(--text));
        }
        &[aria-expanded='true'] {
          --btn-bg: var(--BTN-SECONDARY-BG);
          --btn-text: var(--BTN-SECONDARY-TEXT);
          --btn-text-hover: var(--BTN-SECONDARY-TEXT);

          &::after {
            transform: translate(0, -50%);
          }
        }
      }

      + &,
      + .collapse__menu-link {
        margin-top: var(--mb);
      }
    }

    .collapse__menu-link {
      padding: 8px var(--inner);
      font-size: var(--font-heading-x-small);
    }

    > .collapse__menu-item:nth-last-of-type(2):after {
      content: '';
      position: absolute;
      height: 1px;
      width: 100%;
      background-color: var(--border);
      bottom: calc(var(--mb) / -2);
    }
  }

  .sublinks {
    height: 0;
    overflow: hidden;
    visibility: hidden;
    transition: var(--trans);
    text-transform: none;
    font-weight: 400;

    &.is-open {
      height: auto;
      visibility: visible;
      margin: var(--outer) 0 var(--outer) 0;
    }

    > * + * {
      margin-top: var(--outer);
    }

    .sublinks__item--img,
    .sublinks__item--img--custom {
      border-radius: var(--base-radius);

      .content {
        margin-top: 13px;
      }
    }

    .sublinks__item--img {
      img {
        border-radius: calc(var(--base-radius) / 2);
        overflow: hidden;
      }
    }

    .sublinks__item--img--custom {
      padding: 22px;

      img {
        display: inline-block;
        object-fit: contain;
        width: auto;
        max-width: none;
      }
    }

    .sublinks__item--hg {
      margin-bottom: var(--outer);

      .title {
        font-weight: 500;
        font-size: 16px;
        text-transform: uppercase;
        margin-bottom: 8px;
      }
      .content-box {
        background-color: var(--BTN-SECONDARY-BG);
        color: var(--BTN-SECONDARY-TEXT);
        border-radius: var(--base-radius);
        padding: var(--base-radius);
        margin-bottom: var(--outer);

        .content {
          li + li {
            margin-top: 8px;
          }

          a {
            color: inherit;
          }
        }
      }

      .buttons {
        .btn {
          width: 100%;
          justify-content: space-between;

          + .btn {
            margin-top: var(--outer);
          }
        }
      }
    }
  }
}

/* -- MAIN CONTENT -- */
.main-content {
  margin-top: -42px;

  > :first-child .section-padding {
    padding-top: calc(var(--PT) + 42px);
  }
}

/* -- FOOTER -- */

footer {
  border-radius: var(--base-radius) var(--base-radius) 0 0;
}
.footer__logo__wrapper {
  justify-content: space-between;
  row-gap: 1rem;
}
.footer__block {
  @media (min-width: 750px) {
    padding: 0 26px;
  }

  &:not(.footer__block--menu) {
    @media (max-width: 769px) {
      padding-bottom: var(--outer);
      border-bottom: 1px solid var(--border);
    }
  }

  + .footer__block {
    padding-top: var(--outer);

    @media (min-width: 750px) {
      padding-top: 0;
      border-top: 0;
      border-left: 1px solid var(--border);
    }
  }
}

.footer__block--text .footer__block--text.custom-marker {
  ul {
    list-style: none;

    li {
      position: relative;
      padding-left: calc(1rem + 22px);

      + & {
        margin-top: 1rem;
      }

      &::before {
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        background-color: var(--text);
        -webkit-mask: var(--custom-marker) no-repeat center;
        mask: var(--custom-marker) no-repeat center;
        width: 22px;
        height: 22px;
      }
    }
  }
}

.footer__block--payments {
  .payments-list {
    margin-top: 1rem;
  }
  .payments-item {
    gap: 1rem;
    margin: 0;
    --icon-bg: var(--theme-color-white);

    + & {
      margin-top: inherit;
    }
  }
}

.footer__block--menu {
  position: relative;

  @media (max-width: 769px) {
    + :before {
      content: '';
      position: absolute;
      display: block;
      top: 0;
      left: calc(var(--column-gap) * -1);
      width: 1px;
      height: 90%;
      margin: var(--outer) 0;
      background-color: var(--border);
    }
  }
}

.ph-map__info__icon {
  width: 20px;
  height: 20px;
  background-color: var(--btn-text, var(--text));
  -webkit-mask: url('../icons/icon-info.svg') center no-repeat;
  mask: url('../icons/icon-info.svg') center no-repeat;
  margin-left: 10px;
  cursor: pointer;
}

.alertModal {
  position: relative;
  display: none;
  width: 50%;
  margin: 0 auto;
  padding: var(--inner);
  box-shadow: 0px 0px 3px 0px var(--theme-color-white);
  background: var(--theme-color-white);
  border-radius: var(--base-radius);

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

  &.active {
    display: block;
  }

  .alertMessage {
    width: calc(100% - 25px);

    a {
      font-weight: 700;
      text-decoration: underline;
      text-transform: uppercase;
    }
  }

  .mfp-close {
    --icon-size: 25px;
    padding: 0;
    right: var(--inner);
    top: var(--inner);
    transform: translate(0, -50%);
    margin: 0;
    line-height: 0;
  }
}
