/* line 1, ../sass/settings/colors.scss */
:root {
  --black: #222;
  --white: #fff;
  --offWhite: #FAFAFA;
  --bgGrayWhite: #FCFCFC;
  --gray: #7E7D7E;
  --darkGray: #333333;
  --uniqueGray: #FCF9F9;
  --lightGray: #F1F1F1;
  --lightPinkishGray: #FAF7F7;
  --mediumGray: #EAE9E9;
  --overlay: rgba(22, 22, 22, 0.3);
  --lightBlueGray: #EAF0F6;
  --lightSkyBlue: #E2EBF3;
  --lightBlueHeader: #EDF2F7;
  --mediumBlue: #4571b1;
  --darkBlue: #004EA0;
  --softBlue: #68B1FD;
  --labelBlue: #477FBA;
  --categoriesMenuLeftColor: #333333;
  --lightBorder: #E0E0E0;
  --mediumBorder: #C6C6C6;
  --darkBorder: #B3B3B3;
  --lightYellow: #FFF7D9;
  --darkYellow: #E4AC5E;
  --orange: #DC6529;
  --notificationRed: #D4291E;
  --campaignRed: #BB2F26;
  --brightGreen: #8BB739;
  --lightGreen: #A1CE4E;
  --darkGreen: #395D33;
  --softGreen: #D7E8B5;
  --myPagesTextWithBackgroundColor: #222222;
}

/* line 1, ../sass/settings/colors-brosarp.scss */
:root {
  --black: #222;
  --white: #fff;
  --offWhite: #FAFAFA;
  --bgGrayWhite: #FCFCFC;
  --gray: #7E7D7E;
  --darkGray: #333333;
  --uniqueGray: #FCF9F9;
  --lightGray: #F1F1F1;
  --lightPinkishGray: #FAF7F7;
  --mediumGray: #EAE9E9;
  --overlay: rgba(22, 22, 22, 0.3);
  --lightBlueGray: #EAF0F6;
  --lightSkyBlue: #E2EBF3;
  --lightBlueHeader: #EDF2F7;
  --mediumBlue: #4571b1;
  --darkBlue: #004EA0;
  --softBlue: #68B1FD;
  --labelBlue: #477FBA;
  --categoriesMenuLeftColor: #333333;
  --lightBorder: #E0E0E0;
  --mediumBorder: #C6C6C6;
  --darkBorder: #B3B3B3;
  --lightYellow: #FFF7D9;
  --darkYellow: #E4AC5E;
  --orange: #DC6529;
  --notificationRed: #D4291E;
  --campaignRed: #BB2F26;
  --brightGreen: #8BB739;
  --lightGreen: #A1CE4E;
  --darkGreen: #395D33;
  --softGreen: #D7E8B5;
  --myPagesTextWithBackgroundColor: #222222;
}

/* line 1, ../sass/settings/fonts-brosarp.scss */
:root {
  --font-family-primary: 'Cooper Black', Georgia, 'Times New Roman', serif;
  --font-family-secondary: 'Gotham', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

@font-face {
  font-family: 'Cooper Black';
  src: url("../fonts/cooper-black/COOPBL.ttf") format("truetype");
  font-style: normal;
  font-display: swap;
}
/* Light */
@font-face {
  font-family: 'Gotham';
  src: url("../fonts/Gotham/Gotham-Light.otf") format("opentype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gotham';
  src: url("../fonts/Gotham/Gotham-LightItalic.otf") format("opentype");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
/* Book (Regular) */
@font-face {
  font-family: 'Gotham';
  src: url("../fonts/Gotham/Gotham-Book.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gotham';
  src: url("../fonts/Gotham/Gotham-BookItalic.otf") format("opentype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
/* Medium */
@font-face {
  font-family: 'Gotham';
  src: url("../fonts/Gotham/Gotham-Medium.otf") format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gotham';
  src: url("../fonts/Gotham/Gotham-MediumItalic.otf") format("opentype");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
/* Bold */
@font-face {
  font-family: 'Gotham';
  src: url("../fonts/Gotham/Gotham-Bold.otf") format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gotham';
  src: url("../fonts/Gotham/Gotham-BoldItalic.otf") format("opentype");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
/* Black */
@font-face {
  font-family: 'Gotham';
  src: url("../fonts/Gotham/Gotham-Black.otf") format("opentype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gotham';
  src: url("../fonts/Gotham/Gotham-BlackItalic.otf") format("opentype");
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
/* line 1, ../sass/generic/grid-container.scss */
.layout-container {
  max-width: 1450px;
  margin: 0 auto;
}
@media (min-width: 768px) {
  /* line 1, ../sass/generic/grid-container.scss */
  .layout-container {
    width: 85vw;
  }
}
@media (max-width: 1023px) {
  /* line 1, ../sass/generic/grid-container.scss */
  .layout-container {
    padding: 0px 20px;
  }
}

/* line 14, ../sass/generic/grid-container.scss */
.grid-container {
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: repeat(12, [col-start] 1fr);
  grid-gap: 0px 30px;
}
@media (max-width: 1023px) {
  /* line 14, ../sass/generic/grid-container.scss */
  .grid-container {
    display: block;
  }
}
/* line 23, ../sass/generic/grid-container.scss */
.grid-container .half-width-container {
  grid-column: span 6;
  margin-bottom: 30px;
}
@media (max-width: 1024px) {
  /* line 23, ../sass/generic/grid-container.scss */
  .grid-container .half-width-container {
    margin-bottom: 20px;
  }
}

/* line 1, ../sass/generic/normalize.scss */
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* line 5, ../sass/generic/normalize.scss */
input,
textarea,
select,
button {
  font-family: inherit;
}

/* line 12, ../sass/generic/normalize.scss */
html, body {
  overflow-x: hidden;
  margin: 0 auto;
  font-family: var(--font-family-secondary), var(--font-family-primary), sans-serif;
  background-color: var(--bgGrayWhite);
}

/* line 19, ../sass/generic/normalize.scss */
.no-scroll {
  height: 100%;
}
/* line 22, ../sass/generic/normalize.scss */
.no-scroll body {
  height: 100%;
  overflow: hidden;
}

/* line 1, ../sass/generic/footer.scss */
.footer {
  background: var(--darkBlue);
  padding: 115px 0px 250px 0px;
}
@media (max-width: 1023px) {
  /* line 1, ../sass/generic/footer.scss */
  .footer {
    padding: 40px 0px 225px 0px;
  }
}
/* line 9, ../sass/generic/footer.scss */
.footer__left {
  grid-column: col-start 1 / span 3;
}
@media (max-width: 1023px) {
  /* line 9, ../sass/generic/footer.scss */
  .footer__left {
    text-align: center;
    margin-bottom: 35px;
  }
}
/* line 18, ../sass/generic/footer.scss */
.footer__center {
  grid-column: col-start 5 / span 6;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-gap: 30px;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
}
@media (max-width: 1023px) {
  /* line 18, ../sass/generic/footer.scss */
  .footer__center {
    grid-template-columns: repeat(1, minmax(0, 1fr));
    grid-gap: 0px;
  }
}
/* line 31, ../sass/generic/footer.scss */
.footer__right {
  grid-column: col-start 11 / span 2;
}
/* line 34, ../sass/generic/footer.scss */
.footer__right--image {
  width: calc(100% + 30px);
  margin-top: 25px;
  margin-left: -25px;
  text-align: center;
}
@media (max-width: 1023px) {
  /* line 34, ../sass/generic/footer.scss */
  .footer__right--image {
    margin-top: 75px;
  }
}
/* line 44, ../sass/generic/footer.scss */
.footer__right--image img {
  max-width: 225px;
}
/* line 50, ../sass/generic/footer.scss */
.footer__logo {
  max-width: 100%;
  height: auto;
}
@media (max-width: 1023px) {
  /* line 50, ../sass/generic/footer.scss */
  .footer__logo {
    padding: 0px 30px;
  }
}
/* line 59, ../sass/generic/footer.scss */
.footer__description {
  color: var(--white);
  font-family: var(--font-family-secondary);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: -0.32px;
  margin-top: 15px;
}
/* line 69, ../sass/generic/footer.scss */
.footer__description--mobile {
  margin: 25px 0px 50px;
}
@media (min-width: 1023px) {
  /* line 69, ../sass/generic/footer.scss */
  .footer__description--mobile {
    display: none;
  }
}
@media (max-width: 1023px) {
  /* line 77, ../sass/generic/footer.scss */
  .footer__description--desktop {
    display: none;
  }
}
/* line 84, ../sass/generic/footer.scss */
.footer__item {
  color: var(--white);
  font-family: var(--font-family-primary);
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -0.4px;
}
@media (max-width: 1023px) {
  /* line 84, ../sass/generic/footer.scss */
  .footer__item {
    font-size: 18px;
    font-weight: 400;
    color: var(--softBlue);
  }
}
@media (max-width: 1023px) {
  /* line 99, ../sass/generic/footer.scss */
  .footer__item.social-media, .footer__item.payments {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 50px;
    color: var(--white);
    font-weight: 700;
  }
}
@media (max-width: 1023px) {
  /* line 111, ../sass/generic/footer.scss */
  .footer__item.social-media {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
/* line 117, ../sass/generic/footer.scss */
.footer__item ul.footer__links {
  margin: 0px;
  padding: 0px;
  list-style: none;
}
@media (max-width: 767px) {
  /* line 117, ../sass/generic/footer.scss */
  .footer__item ul.footer__links {
    width: 100vw;
    overflow: hidden;
    max-height: 0;
    -webkit-transition: max-height 0.5s cubic-bezier(0, 1, 0, 1);
    -webkit-transition: max-height 0.75s cubic-bezier(0, 1, 0, 1);
    transition: max-height 0.75s cubic-bezier(0, 1, 0, 1);
    padding: 0px 20px 0px 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  /* line 117, ../sass/generic/footer.scss */
  .footer__item ul.footer__links {
    width: 85vw;
    margin: 0px auto;
    overflow: hidden;
    max-height: 0;
    -webkit-transition: max-height 0.5s cubic-bezier(0, 1, 0, 1);
    -webkit-transition: max-height 0.75s cubic-bezier(0, 1, 0, 1);
    transition: max-height 0.75s cubic-bezier(0, 1, 0, 1);
    padding: 0px 20px 0px 20px;
  }
}
/* line 141, ../sass/generic/footer.scss */
.footer__item ul.footer__links li {
  color: var(--white);
  font-family: var(--font-family-secondary);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 29px;
  letter-spacing: -0.32px;
}
/* line 152, ../sass/generic/footer.scss */
.footer__item ul.footer__links li a {
  text-decoration: none;
  color: var(--white);
  font-family: var(--font-family-secondary);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 29px;
  letter-spacing: -0.32px;
  -webkit-transition: color 0.25s ease;
  transition: color 0.25s ease;
  display: block;
}
@media (max-width: 1023px) {
  /* line 152, ../sass/generic/footer.scss */
  .footer__item ul.footer__links li a {
    line-height: 33px;
    color: var(--softBlue);
  }
}
/* line 169, ../sass/generic/footer.scss */
.footer__item ul.footer__links li a:hover {
  color: var(--softBlue);
}
/* line 173, ../sass/generic/footer.scss */
.footer__item ul.footer__links li a.underline {
  text-decoration: underline;
  text-underline-offset: 4px;
}
/* line 181, ../sass/generic/footer.scss */
.footer__item ul.footer__social {
  margin: 0px;
  padding: 0px;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px;
  margin-top: 25px;
}
@media (max-width: 1023px) {
  /* line 181, ../sass/generic/footer.scss */
  .footer__item ul.footer__social {
    margin-top: 35px;
    gap: 50px;
  }
}
/* line 196, ../sass/generic/footer.scss */
.footer__item ul.footer__social li:hover {
  opacity: 0.7;
}
/* line 200, ../sass/generic/footer.scss */
.footer__item ul.footer__social li a.facebook {
  display: block;
  width: 37px;
  height: 36px;
}
/* line 205, ../sass/generic/footer.scss */
.footer__item ul.footer__social li a.facebook svg {
  display: block;
  width: 37px;
  height: 36px;
}
/* line 212, ../sass/generic/footer.scss */
.footer__item ul.footer__social li a.youtube {
  display: block;
  width: 51px;
  height: 36px;
}
/* line 217, ../sass/generic/footer.scss */
.footer__item ul.footer__social li a.youtube svg {
  display: block;
  width: 51px;
  height: 36px;
}
/* line 224, ../sass/generic/footer.scss */
.footer__item ul.footer__social li a.instagram {
  display: block;
  width: 37px;
  height: 37px;
}
/* line 229, ../sass/generic/footer.scss */
.footer__item ul.footer__social li a.instagram svg {
  display: block;
  width: 37px;
  height: 37px;
}
/* line 238, ../sass/generic/footer.scss */
.footer__item ul.footer__payments {
  margin: 0px;
  padding: 0px;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px 15px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 25px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media (max-width: 1023px) {
  /* line 238, ../sass/generic/footer.scss */
  .footer__item ul.footer__payments {
    padding: 0px 30px;
  }
}
/* line 252, ../sass/generic/footer.scss */
.footer__item ul.footer__payments li {
  max-width: calc(50% - 7.5px);
}
/* line 256, ../sass/generic/footer.scss */
.footer__item ul.footer__payments li a img {
  max-width: 100%;
}
@media (max-width: 767px) {
  /* line 264, ../sass/generic/footer.scss */
  .footer__item--dropdown {
    width: 100vw;
    margin-left: -20px;
    border-bottom: 1px solid var(--softBlue);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  /* line 264, ../sass/generic/footer.scss */
  .footer__item--dropdown {
    width: 100vw;
    margin-left: calc(-7.5vw - 20px);
    border-bottom: 1px solid var(--softBlue);
  }
}
@media (max-width: 767px) {
  /* line 277, ../sass/generic/footer.scss */
  .footer__item--dropdown:first-child {
    border-top: 1px solid var(--softBlue);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  /* line 277, ../sass/generic/footer.scss */
  .footer__item--dropdown:first-child {
    border-top: 1px solid var(--softBlue);
  }
}
/* line 288, ../sass/generic/footer.scss */
.footer__item--dropdown.active .footer__links {
  max-height: 1000px;
  padding: 0px 20px 20px 20px;
  -webkit-transition: max-height 0.75s ease;
  transition: max-height 0.75s ease;
}
/* line 294, ../sass/generic/footer.scss */
.footer__item--dropdown.active .footer__chevron-icon {
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}
/* line 300, ../sass/generic/footer.scss */
.footer__title {
  margin-bottom: 10px;
}
@media (max-width: 1023px) {
  /* line 300, ../sass/generic/footer.scss */
  .footer__title {
    margin-bottom: 0px;
  }
}
@media (max-width: 767px) {
  /* line 308, ../sass/generic/footer.scss */
  .footer__title-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 25px 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  /* line 308, ../sass/generic/footer.scss */
  .footer__title-wrapper {
    width: 85vw;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 25px 20px;
  }
}
/* line 326, ../sass/generic/footer.scss */
.footer__chevron-icon {
  display: none;
}
@media (max-width: 1023px) {
  /* line 326, ../sass/generic/footer.scss */
  .footer__chevron-icon {
    display: block;
    width: 25px;
    height: 24px;
    margin-right: 10px;
    -webkit-transition: -webkit-transform 0.5s;
    transition: -webkit-transform 0.5s;
    transition: transform 0.5s;
    transition: transform 0.5s, -webkit-transform 0.5s;
  }
}

/* line 1, ../sass/elements/margins.scss */
.no-margin-top {
  margin-top: 0px !important;
}

/* line 5, ../sass/elements/margins.scss */
.no-margin-bottom {
  margin-bottom: 0px !important;
}

@media (max-width: 767px) {
  /* line 9, ../sass/elements/margins.scss */
  .no-margin-top-mobile {
    margin-top: 0px !important;
  }
}

@media (max-width: 767px) {
  /* line 15, ../sass/elements/margins.scss */
  .no-margin-bottom-mobile {
    margin-bottom: 0px !important;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
  /* line 21, ../sass/elements/margins.scss */
  .no-margin-top-tablet {
    margin-top: 0px !important;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
  /* line 27, ../sass/elements/margins.scss */
  .no-margin-bottom-tablet {
    margin-bottom: 0px !important;
  }
}

@media (min-width: 1024px) {
  /* line 33, ../sass/elements/margins.scss */
  .no-margin-top-desktop {
    margin-top: 0px !important;
  }
}

@media (min-width: 1024px) {
  /* line 39, ../sass/elements/margins.scss */
  .no-margin-bottom-desktop {
    margin-bottom: 0px !important;
  }
}

/* line 45, ../sass/elements/margins.scss */
.homepage-gap {
  margin-bottom: 20px;
}
@media (min-width: 1024px) {
  /* line 45, ../sass/elements/margins.scss */
  .homepage-gap {
    margin-bottom: 30px;
  }
}

/* line 53, ../sass/elements/margins.scss */
.margin-top-bottom-20 {
  margin-top: 20px;
  margin-bottom: 20px;
}

/* line 58, ../sass/elements/margins.scss */
.margin-top-30 {
  margin-top: 30px;
}

@media (max-width: 1023px) {
  /* line 62, ../sass/elements/margins.scss */
  .hide-on-mobile {
    display: none !important;
  }
}

/* line 1, ../sass/components/c-content-side.scss */
.c-content-side {
  grid-column: col-start 4 / span 9;
}
/* line 4, ../sass/components/c-content-side.scss */
.c-content-side .heading-one__content {
  color: var(--darkBlue);
  font-family: var(--font-family-primary);
  font-size: 61px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin: 0px;
  padding: 0px;
}
@media (max-width: 1024px) {
  /* line 4, ../sass/components/c-content-side.scss */
  .c-content-side .heading-one__content {
    font-size: 35px;
  }
}
/* line 19, ../sass/components/c-content-side.scss */
.c-content-side__paragraph {
  color: var(--black);
  font-size: 22px;
  font-style: normal;
  font-weight: 300;
  line-height: 33px;
  margin: 0px;
  margin-top: 5px;
}
@media (max-width: 1024px) {
  /* line 19, ../sass/components/c-content-side.scss */
  .c-content-side__paragraph {
    font-size: 18px;
    line-height: 26px;
  }
}
/* line 33, ../sass/components/c-content-side.scss */
.c-content-side__paragraph p {
  margin: 0px;
}

/* line 1, ../sass/components/c-employees.scss */
.c-employees {
  margin: 70px 0px;
}
@media (max-width: 767px) {
  /* line 1, ../sass/components/c-employees.scss */
  .c-employees {
    margin: 20px 0px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  /* line 1, ../sass/components/c-employees.scss */
  .c-employees {
    margin: 50px 0px;
  }
}
/* line 12, ../sass/components/c-employees.scss */
.c-employees__main-title {
  color: var(--black);
  font-family: var(--font-family-primary);
  font-size: 26px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 15px;
}
@media (max-width: 1023px) {
  /* line 12, ../sass/components/c-employees.scss */
  .c-employees__main-title {
    font-size: 21px;
    line-height: 23px;
    width: 100%;
  }
}
@media (max-width: 1023px) {
  /* line 27, ../sass/components/c-employees.scss */
  .c-employees__main-title.border-bottom {
    border-bottom: 1px solid var(--lightBorder);
    padding-bottom: 10px;
    margin-bottom: 20px;
  }
}
/* line 36, ../sass/components/c-employees.scss */
.c-employees__wrapper {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-gap: 30px;
}
@media (max-width: 767px) {
  /* line 36, ../sass/components/c-employees.scss */
  .c-employees__wrapper {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-gap: 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  /* line 36, ../sass/components/c-employees.scss */
  .c-employees__wrapper {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-gap: 30px;
  }
}
/* line 52, ../sass/components/c-employees.scss */
.c-employees__item {
  border: 1px solid var(--lightBorder);
  background: var(--white);
  padding: 20px 20px 45px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (max-width: 1023px) {
  /* line 52, ../sass/components/c-employees.scss */
  .c-employees__item {
    padding: 20px;
  }
}
/* line 65, ../sass/components/c-employees.scss */
.c-employees__item:hover .c-employees__image {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
/* line 71, ../sass/components/c-employees.scss */
.c-employees__image {
  border-radius: 50%;
  width: 100%;
  max-width: 180px;
  max-height: 180px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto;
  margin-bottom: 20px;
  -webkit-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out;
}
@media (max-width: 1023px) {
  /* line 71, ../sass/components/c-employees.scss */
  .c-employees__image {
    max-width: 115px;
    max-height: 115px;
    margin-bottom: 12px;
  }
}
/* line 89, ../sass/components/c-employees.scss */
.c-employees__image img {
  width: 100%;
  height: 100%;
  max-width: 180px;
  max-height: 180px;
  border-radius: 50%;
  margin-top: auto;
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 1023px) {
  /* line 89, ../sass/components/c-employees.scss */
  .c-employees__image img {
    max-width: 115px;
    max-height: 115px;
  }
}
/* line 106, ../sass/components/c-employees.scss */
.c-employees__title {
  color: var(--black);
  font-family: var(--font-family-primary);
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -0.88px;
}
@media (max-width: 1023px) {
  /* line 106, ../sass/components/c-employees.scss */
  .c-employees__title {
    font-size: 15px;
    margin-bottom: 5px;
  }
}
/* line 121, ../sass/components/c-employees.scss */
.c-employees__subtitle {
  color: var(--black);
  text-align: center;
  font-family: var(--font-family-secondary);
  font-size: 17px;
  font-style: normal;
  font-weight: 500;
  letter-spacing: -0.68px;
  opacity: 0.3;
}
@media (max-width: 1023px) {
  /* line 121, ../sass/components/c-employees.scss */
  .c-employees__subtitle {
    font-size: 13px;
    font-weight: 600;
    line-height: 20px;
    letter-spacing: -0.52px;
  }
}
/* line 139, ../sass/components/c-employees.scss */
.c-employees__description {
  opacity: 0.3;
  color: var(--black);
  font-family: var(--font-family-secondary);
  font-size: 17px;
  font-style: normal;
  font-weight: 300;
  line-height: 27px;
  letter-spacing: -0.68px;
  word-break: break-word;
}
@media (max-width: 1023px) {
  /* line 139, ../sass/components/c-employees.scss */
  .c-employees__description {
    font-size: 13px;
    line-height: 20px;
    letter-spacing: -0.52px;
  }
}
/* line 157, ../sass/components/c-employees.scss */
.c-employees__link {
  color: var(--gray);
  font-family: var(--font-family-secondary);
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -0.52px;
  margin-top: 12px;
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all .25s;
  transition: all .25s;
}
/* line 172, ../sass/components/c-employees.scss */
.c-employees__link:hover {
  color: var(--darkBlue);
}
@media (max-width: 1023px) {
  /* line 157, ../sass/components/c-employees.scss */
  .c-employees__link {
    margin-top: 8px;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: -0.56px;
  }
}
/* line 183, ../sass/components/c-employees.scss */
.c-employees__link.email {
  word-break: break-word;
}
/* line 186, ../sass/components/c-employees.scss */
.c-employees__link.email svg {
  display: none;
}
@media (min-width: 768px) {
  /* line 192, ../sass/components/c-employees.scss */
  .c-employees__link.email svg {
    margin-right: 5px;
    width: 14px;
    height: 16px;
    -webkit-transition: all .25s;
    transition: all .25s;
    display: inline;
  }
  /* line 202, ../sass/components/c-employees.scss */
  .c-employees__link.email:hover svg path {
    fill: var(--darkBlue);
  }
}
/* line 211, ../sass/components/c-employees.scss */
.c-employees__link.phone {
  word-break: break-word;
}
/* line 214, ../sass/components/c-employees.scss */
.c-employees__link.phone svg {
  display: none;
}
@media (min-width: 768px) {
  /* line 220, ../sass/components/c-employees.scss */
  .c-employees__link.phone svg {
    margin-right: 5px;
    width: 14px;
    height: 16px;
    -webkit-transition: all .25s;
    transition: all .25s;
    display: inline;
  }
  /* line 230, ../sass/components/c-employees.scss */
  .c-employees__link.phone:hover svg path {
    fill: var(--darkBlue);
  }
}
/* line 239, ../sass/components/c-employees.scss */
.c-employees__link.teams svg {
  display: none;
}
@media (min-width: 768px) {
  /* line 245, ../sass/components/c-employees.scss */
  .c-employees__link.teams svg {
    margin-right: 7px;
    width: 20px;
    height: 16px;
    -webkit-transition: all .25s;
    transition: all .25s;
    display: inline;
  }
  /* line 255, ../sass/components/c-employees.scss */
  .c-employees__link.teams:hover svg path {
    fill: var(--darkBlue);
  }
}

/* line 1, ../sass/components/c-sidebar-menu.scss */
.c-sidebar-menu {
  grid-column: col-start 1 / span 3;
  margin-top: 30px;
}
@media (max-width: 1023px) {
  /* line 1, ../sass/components/c-sidebar-menu.scss */
  .c-sidebar-menu {
    margin: 23px 0px;
  }
}
/* line 9, ../sass/components/c-sidebar-menu.scss */
.c-sidebar-menu__mobile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  padding: 15px 20px;
  background: var(--lightBlueGray);
  border: 1px solid var(--lightBorder);
}
@media (min-width: 1023px) {
  /* line 9, ../sass/components/c-sidebar-menu.scss */
  .c-sidebar-menu__mobile {
    display: none;
  }
}
/* line 22, ../sass/components/c-sidebar-menu.scss */
.c-sidebar-menu__mobile .menu-toggle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 22px;
  width: 22px;
}
/* line 29, ../sass/components/c-sidebar-menu.scss */
.c-sidebar-menu__mobile .menu-toggle .bar {
  height: 3px;
  width: 100%;
  background-color: var(--darkBlue);
  -webkit-transition: all 100ms ease-in-out;
  transition: all 100ms ease-in-out;
}
/* line 37, ../sass/components/c-sidebar-menu.scss */
.c-sidebar-menu__mobile .menu-title {
  color: var(--darkBlue);
  font-family: var(--font-family-secondary);
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
/* line 47, ../sass/components/c-sidebar-menu.scss */
.c-sidebar-menu__mobile.open + .c-sidebar-menu__wrapper {
  max-height: 1000px;
  -webkit-transition: max-height 0.5s ease-in-out;
  transition: max-height 0.5s ease-in-out;
}
/* line 54, ../sass/components/c-sidebar-menu.scss */
.c-sidebar-menu__mobile.open .menu-toggle .bar:nth-of-type(1) {
  -webkit-transition: all 100ms ease-in-out;
  transition: all 100ms ease-in-out;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transform-origin: top left;
          transform-origin: top left;
  width: 28px;
}
/* line 61, ../sass/components/c-sidebar-menu.scss */
.c-sidebar-menu__mobile.open .menu-toggle .bar:nth-of-type(2) {
  -webkit-transition: all 100ms ease-in-out;
  transition: all 100ms ease-in-out;
  -webkit-transform-origin: center;
          transform-origin: center;
  width: 0;
}
/* line 67, ../sass/components/c-sidebar-menu.scss */
.c-sidebar-menu__mobile.open .menu-toggle .bar:nth-of-type(3) {
  -webkit-transition: all 100ms ease-in-out;
  transition: all 100ms ease-in-out;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transform-origin: bottom left;
          transform-origin: bottom left;
  width: 28px;
}
@media (max-width: 1023px) {
  /* line 78, ../sass/components/c-sidebar-menu.scss */
  .c-sidebar-menu__wrapper {
    overflow: hidden;
    max-height: 0;
    -webkit-transition: max-height 0.5s cubic-bezier(0, 1, 0, 1);
    transition: max-height 0.5s cubic-bezier(0, 1, 0, 1);
  }
}
/* line 87, ../sass/components/c-sidebar-menu.scss */
.c-sidebar-menu__title {
  color: var(--black);
  font-family: var(--font-family-primary);
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 34px;
  padding-left: 20px;
  text-decoration: none;
  position: relative;
  display: block;
}
@media (max-width: 1023px) {
  /* line 87, ../sass/components/c-sidebar-menu.scss */
  .c-sidebar-menu__title {
    display: none;
  }
}
/* line 103, ../sass/components/c-sidebar-menu.scss */
.c-sidebar-menu__title svg {
  position: absolute;
  height: 13px;
  width: 14px;
  top: calc(50% - 7px);
  left: 0px;
}
@media (max-width: 1023px) {
  /* line 103, ../sass/components/c-sidebar-menu.scss */
  .c-sidebar-menu__title svg {
    display: none;
  }
}
/* line 116, ../sass/components/c-sidebar-menu.scss */
.c-sidebar-menu__list {
  margin: 0;
  list-style: none;
  padding: 0;
}
@media (min-width: 1024px) {
  /* line 116, ../sass/components/c-sidebar-menu.scss */
  .c-sidebar-menu__list {
    margin-bottom: 30px;
  }
}
/* line 126, ../sass/components/c-sidebar-menu.scss */
.c-sidebar-menu__item {
  border-bottom: 0.5px solid var(--lightBorder);
  color: var(--black);
  font-family: var(--font-family-secondary);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  -webkit-transition: all .25s;
  transition: all .25s;
  cursor: pointer;
}
@media (max-width: 1023px) {
  /* line 126, ../sass/components/c-sidebar-menu.scss */
  .c-sidebar-menu__item {
    border-left: 1px solid var(--lightBorder);
    border-right: 1px solid var(--lightBorder);
    border-bottom: 1px solid var(--lightBorder);
    color: var(--darkBlue);
    line-height: normal;
  }
}
/* line 147, ../sass/components/c-sidebar-menu.scss */
.c-sidebar-menu__item.active .c-sidebar-menu__container a {
  font-weight: 700;
}
/* line 154, ../sass/components/c-sidebar-menu.scss */
.c-sidebar-menu__item.open .c-sidebar-menu__inner {
  max-height: 1000px;
  -webkit-transition: max-height 0.5s ease-in-out;
  transition: max-height 0.5s ease-in-out;
}
/* line 160, ../sass/components/c-sidebar-menu.scss */
.c-sidebar-menu__item.open .chevron-arrow svg {
  -webkit-transform: scaleX(1) rotate(-180deg);
          transform: scaleX(1) rotate(-180deg);
}
/* line 166, ../sass/components/c-sidebar-menu.scss */
.c-sidebar-menu__item a {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  text-decoration: none;
  color: inherit;
  -webkit-transition: all .25s;
  transition: all .25s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 15px 0px;
}
@media (max-width: 1023px) {
  /* line 166, ../sass/components/c-sidebar-menu.scss */
  .c-sidebar-menu__item a {
    padding: 15px 20px;
  }
}
/* line 180, ../sass/components/c-sidebar-menu.scss */
.c-sidebar-menu__item .c-sidebar-menu__inner {
  margin: 0;
  list-style: none;
  padding: 0;
  overflow: hidden;
  max-height: 0;
  -webkit-transition: max-height 0.5s cubic-bezier(0, 1, 0, 1);
  transition: max-height 0.5s cubic-bezier(0, 1, 0, 1);
}
/* line 189, ../sass/components/c-sidebar-menu.scss */
.c-sidebar-menu__item .c-sidebar-menu__inner--container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
/* line 194, ../sass/components/c-sidebar-menu.scss */
.c-sidebar-menu__item .c-sidebar-menu__inner--container:hover {
  background: var(--lightBlueGray);
}
/* line 197, ../sass/components/c-sidebar-menu.scss */
.c-sidebar-menu__item .c-sidebar-menu__inner--container:hover a {
  text-decoration: underline;
  text-underline-offset: 4px;
}
/* line 204, ../sass/components/c-sidebar-menu.scss */
.c-sidebar-menu__item .c-sidebar-menu__inner--item {
  border-top: 0.5px solid rgba(0, 0, 0, 0.1);
}
@media (max-width: 1023px) {
  /* line 204, ../sass/components/c-sidebar-menu.scss */
  .c-sidebar-menu__item .c-sidebar-menu__inner--item {
    border-top: 1px solid var(--lightBorder);
  }
}
/* line 213, ../sass/components/c-sidebar-menu.scss */
.c-sidebar-menu__item .c-sidebar-menu__inner--item.active .c-sidebar-menu__inner--container a {
  font-weight: 700;
}
/* line 219, ../sass/components/c-sidebar-menu.scss */
.c-sidebar-menu__item .c-sidebar-menu__inner--item.active .c-sidebar-menu__inner a {
  font-weight: 400;
}
/* line 225, ../sass/components/c-sidebar-menu.scss */
.c-sidebar-menu__item .c-sidebar-menu__inner--item a {
  margin-left: 40px;
}
/* line 230, ../sass/components/c-sidebar-menu.scss */
.c-sidebar-menu__item .c-sidebar-menu__inner--item.open .c-sidebar-menu__inner {
  max-height: 1000px;
  -webkit-transition: max-height 0.5s ease-in-out;
  transition: max-height 0.5s ease-in-out;
}
/* line 236, ../sass/components/c-sidebar-menu.scss */
.c-sidebar-menu__item .c-sidebar-menu__inner--item.open .chevron-arrow svg {
  -webkit-transform: scaleX(1) rotate(-180deg);
          transform: scaleX(1) rotate(-180deg);
}
/* line 244, ../sass/components/c-sidebar-menu.scss */
.c-sidebar-menu__item .c-sidebar-menu__inner .chevron-arrow svg {
  -webkit-transform: scaleX(1) rotate(-90deg);
          transform: scaleX(1) rotate(-90deg);
}
/* line 248, ../sass/components/c-sidebar-menu.scss */
.c-sidebar-menu__item .c-sidebar-menu__inner .chevron-arrow__container {
  height: 42px;
}
/* line 253, ../sass/components/c-sidebar-menu.scss */
.c-sidebar-menu__item .c-sidebar-menu__inner .c-sidebar-menu__inner {
  margin: 0;
  list-style: none;
  padding: 0;
  overflow: hidden;
  max-height: 0;
  -webkit-transition: max-height 0.5s cubic-bezier(0, 1, 0, 1);
  transition: max-height 0.5s cubic-bezier(0, 1, 0, 1);
}
/* line 262, ../sass/components/c-sidebar-menu.scss */
.c-sidebar-menu__item .c-sidebar-menu__inner .c-sidebar-menu__inner a {
  margin-left: 60px;
}
/* line 268, ../sass/components/c-sidebar-menu.scss */
.c-sidebar-menu__item .c-sidebar-menu__inner .c-sidebar-menu__inner .chevron-arrow svg {
  -webkit-transform: scaleX(1) rotate(-90deg);
          transform: scaleX(1) rotate(-90deg);
}
/* line 272, ../sass/components/c-sidebar-menu.scss */
.c-sidebar-menu__item .c-sidebar-menu__inner .c-sidebar-menu__inner .chevron-arrow__container {
  height: 42px;
}
/* line 278, ../sass/components/c-sidebar-menu.scss */
.c-sidebar-menu__item .c-sidebar-menu__inner .c-sidebar-menu__inner .c-sidebar-menu__inner {
  margin: 0;
  list-style: none;
  padding: 0;
  overflow: hidden;
  max-height: 0;
  -webkit-transition: max-height 0.5s cubic-bezier(0, 1, 0, 1);
  transition: max-height 0.5s cubic-bezier(0, 1, 0, 1);
}
/* line 290, ../sass/components/c-sidebar-menu.scss */
.c-sidebar-menu__item .c-sidebar-menu__inner .c-sidebar-menu__inner .c-sidebar-menu__inner--item.open .c-sidebar-menu__inner {
  max-height: 1000px;
  -webkit-transition: max-height 0.5s ease-in-out;
  transition: max-height 0.5s ease-in-out;
}
/* line 296, ../sass/components/c-sidebar-menu.scss */
.c-sidebar-menu__item .c-sidebar-menu__inner .c-sidebar-menu__inner .c-sidebar-menu__inner--item.open .chevron-arrow svg {
  -webkit-transform: scaleX(1) rotate(-180deg);
          transform: scaleX(1) rotate(-180deg);
}
/* line 304, ../sass/components/c-sidebar-menu.scss */
.c-sidebar-menu__item .c-sidebar-menu__inner .c-sidebar-menu__inner .c-sidebar-menu__inner--item.active .c-sidebar-menu__inner--container a {
  font-weight: 700;
}
/* line 310, ../sass/components/c-sidebar-menu.scss */
.c-sidebar-menu__item .c-sidebar-menu__inner .c-sidebar-menu__inner .c-sidebar-menu__inner--item.active .c-sidebar-menu__inner a {
  font-weight: 400;
}
/* line 317, ../sass/components/c-sidebar-menu.scss */
.c-sidebar-menu__item .c-sidebar-menu__inner .c-sidebar-menu__inner .c-sidebar-menu__inner a {
  margin-left: 80px;
}
/* line 323, ../sass/components/c-sidebar-menu.scss */
.c-sidebar-menu__item .c-sidebar-menu__inner .c-sidebar-menu__inner .c-sidebar-menu__inner .chevron-arrow svg {
  -webkit-transform: scaleX(1) rotate(-90deg);
          transform: scaleX(1) rotate(-90deg);
}
/* line 327, ../sass/components/c-sidebar-menu.scss */
.c-sidebar-menu__item .c-sidebar-menu__inner .c-sidebar-menu__inner .c-sidebar-menu__inner .chevron-arrow__container {
  height: 42px;
}
/* line 332, ../sass/components/c-sidebar-menu.scss */
.c-sidebar-menu__item .c-sidebar-menu__inner .c-sidebar-menu__inner .c-sidebar-menu__inner .c-sidebar-menu__inner {
  margin: 0;
  list-style: none;
  padding: 0;
  overflow: hidden;
  max-height: 0;
  -webkit-transition: max-height 0.5s cubic-bezier(0, 1, 0, 1);
  transition: max-height 0.5s cubic-bezier(0, 1, 0, 1);
}
/* line 345, ../sass/components/c-sidebar-menu.scss */
.c-sidebar-menu__item .c-sidebar-menu__inner .c-sidebar-menu__inner .c-sidebar-menu__inner .c-sidebar-menu__inner--item.active .c-sidebar-menu__inner--container a {
  font-weight: 700;
}
/* line 351, ../sass/components/c-sidebar-menu.scss */
.c-sidebar-menu__item .c-sidebar-menu__inner .c-sidebar-menu__inner .c-sidebar-menu__inner .c-sidebar-menu__inner--item.active .c-sidebar-menu__inner a {
  font-weight: 400;
}
/* line 358, ../sass/components/c-sidebar-menu.scss */
.c-sidebar-menu__item .c-sidebar-menu__inner .c-sidebar-menu__inner .c-sidebar-menu__inner .c-sidebar-menu__inner--item.open .c-sidebar-menu__inner {
  max-height: 1000px;
  -webkit-transition: max-height 0.5s ease-in-out;
  transition: max-height 0.5s ease-in-out;
}
/* line 365, ../sass/components/c-sidebar-menu.scss */
.c-sidebar-menu__item .c-sidebar-menu__inner .c-sidebar-menu__inner .c-sidebar-menu__inner .c-sidebar-menu__inner--item.open .chevron-arrow svg {
  -webkit-transform: scaleX(1) rotate(180deg);
          transform: scaleX(1) rotate(180deg);
}
/* line 372, ../sass/components/c-sidebar-menu.scss */
.c-sidebar-menu__item .c-sidebar-menu__inner .c-sidebar-menu__inner .c-sidebar-menu__inner .c-sidebar-menu__inner--item .chevron-arrow svg {
  -webkit-transform: scaleX(1) rotate(-90deg);
          transform: scaleX(1) rotate(-90deg);
}
/* line 377, ../sass/components/c-sidebar-menu.scss */
.c-sidebar-menu__item .c-sidebar-menu__inner .c-sidebar-menu__inner .c-sidebar-menu__inner .c-sidebar-menu__inner--item .chevron-arrow__container {
  height: 42px;
}
/* line 383, ../sass/components/c-sidebar-menu.scss */
.c-sidebar-menu__item .c-sidebar-menu__inner .c-sidebar-menu__inner .c-sidebar-menu__inner .c-sidebar-menu__inner a {
  margin-left: 80px;
}
/* line 392, ../sass/components/c-sidebar-menu.scss */
.c-sidebar-menu__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
/* line 397, ../sass/components/c-sidebar-menu.scss */
.c-sidebar-menu__container:hover {
  background: var(--lightBlueGray);
}
/* line 400, ../sass/components/c-sidebar-menu.scss */
.c-sidebar-menu__container:hover a {
  text-decoration: underline;
  text-underline-offset: 4px;
}
/* line 406, ../sass/components/c-sidebar-menu.scss */
.c-sidebar-menu__container .img-wrapper {
  width: 48px;
  text-align: center;
}
/* line 412, ../sass/components/c-sidebar-menu.scss */
.c-sidebar-menu .chevron-arrow {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
/* line 419, ../sass/components/c-sidebar-menu.scss */
.c-sidebar-menu .chevron-arrow svg {
  -webkit-transform: scaleX(1) rotate(-90deg);
          transform: scaleX(1) rotate(-90deg);
  -webkit-transition: -webkit-transform 0.2s;
  transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s;
  width: 9px;
  height: 6px;
  height: 100%;
  display: block;
}
@media (max-width: 1023px) {
  /* line 427, ../sass/components/c-sidebar-menu.scss */
  .c-sidebar-menu .chevron-arrow svg path {
    fill: var(--darkBlue);
  }
}
/* line 434, ../sass/components/c-sidebar-menu.scss */
.c-sidebar-menu .chevron-arrow__container {
  width: 45px;
  height: 53px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 10px;
}

/* line 1, ../sass/components/c-department.scss */
.c-department {
  margin: 40px 0px;
}
@media (max-width: 1023px) {
  /* line 1, ../sass/components/c-department.scss */
  .c-department {
    margin: 20px 0px;
  }
}
/* line 8, ../sass/components/c-department.scss */
.c-department__wrapper {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  grid-gap: 0px;
}
@media (max-width: 767px) {
  /* line 8, ../sass/components/c-department.scss */
  .c-department__wrapper {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  /* line 8, ../sass/components/c-department.scss */
  .c-department__wrapper {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
/* line 22, ../sass/components/c-department.scss */
.c-department__item {
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border-bottom: 1px solid var(--lightBorder);
  border-right: 1px solid var(--lightBorder);
  background: var(--white);
}
@media (max-width: 767px) {
  /* line 22, ../sass/components/c-department.scss */
  .c-department__item {
    border-left: 1px solid var(--lightBorder);
    padding: 15px 10px 15px 20px;
  }
  /* line 34, ../sass/components/c-department.scss */
  .c-department__item:first-child {
    border-top: 1px solid var(--lightBorder);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  /* line 41, ../sass/components/c-department.scss */
  .c-department__item:nth-child(-n+2) {
    border-top: 1px solid var(--lightBorder);
  }
  /* line 45, ../sass/components/c-department.scss */
  .c-department__item:nth-child(2n+1) {
    border-left: 1px solid var(--lightBorder);
  }
}
@media (min-width: 1024px) {
  /* line 52, ../sass/components/c-department.scss */
  .c-department__item:nth-child(-n+4) {
    border-top: 1px solid var(--lightBorder);
  }
  /* line 56, ../sass/components/c-department.scss */
  .c-department__item:nth-child(4n+1) {
    border-left: 1px solid var(--lightBorder);
  }
}
/* line 62, ../sass/components/c-department.scss */
.c-department__title {
  color: var(--black);
  font-family: var(--font-family-primary);
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: -0.8px;
  text-align: center;
  word-break: break-word;
}
@media (max-width: 767px) {
  /* line 62, ../sass/components/c-department.scss */
  .c-department__title {
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    text-align: left;
  }
}
@media (max-width: 767px) {
  /* line 81, ../sass/components/c-department.scss */
  .c-department__info-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
/* line 88, ../sass/components/c-department.scss */
.c-department__link {
  color: var(--gray);
  font-family: var(--font-family-secondary);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.56px;
  margin-top: 12px;
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  word-break: break-word;
}
@media (max-width: 767px) {
  /* line 88, ../sass/components/c-department.scss */
  .c-department__link {
    margin-top: 7px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-left: 20px;
  }
  /* line 108, ../sass/components/c-department.scss */
  .c-department__link:first-child {
    margin-left: 0px;
  }
}
/* line 115, ../sass/components/c-department.scss */
.c-department__link.email svg {
  margin-right: 5px;
  min-width: 14px;
  min-height: 16px;
  max-width: 14px;
  max-height: 16px;
}
/* line 126, ../sass/components/c-department.scss */
.c-department__link.phone svg {
  margin-right: 5px;
  background-size: 14px 16px;
  min-width: 14px;
  min-height: 16px;
  max-width: 14px;
  max-height: 16px;
}

/* line 1, ../sass/components/contentWithoutMenu.scss */
.item-block {
  margin-bottom: 20px;
}
/* line 4, ../sass/components/contentWithoutMenu.scss */
.item-block img {
  width: 100%;
  border-radius: 3px;
}
/* line 9, ../sass/components/contentWithoutMenu.scss */
.item-block .description {
  text-align: start;
}
/* line 12, ../sass/components/contentWithoutMenu.scss */
.item-block .description .title {
  color: var(--darkGray);
  font-family: var(--font-family-primary);
  font-size: 25px;
  font-weight: 700;
  line-height: normal;
}
/* line 20, ../sass/components/contentWithoutMenu.scss */
.item-block .description .text {
  color: var(--darkGray);
  font-family: var(--font-family-secondary);
  font-size: 16px;
  font-weight: 400;
  line-height: 24.5px;
  margin: 0 0 15px 0;
}
/* line 29, ../sass/components/contentWithoutMenu.scss */
.item-block .description .price-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 20px;
}
@media (min-width: 1024px) {
  /* line 29, ../sass/components/contentWithoutMenu.scss */
  .item-block .description .price-container {
    background: rgba(217, 217, 217, 0.23);
    padding: 26px 33px 38px 38px;
  }
}
/* line 39, ../sass/components/contentWithoutMenu.scss */
.item-block .description .price-container .label {
  color: var(--black);
  font-size: 16.8px;
  font-weight: 400;
  line-height: normal;
}
/* line 46, ../sass/components/contentWithoutMenu.scss */
.item-block .description .price-container .new-price {
  color: var(--campaignRed);
  font-family: var(--font-family-secondary);
  font-size: 32.819px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
/* line 54, ../sass/components/contentWithoutMenu.scss */
.item-block .description .price-container .new-price .integer {
  font-size: 37.507px;
  font-weight: 700;
}
/* line 59, ../sass/components/contentWithoutMenu.scss */
.item-block .description .price-container .new-price .decimal {
  font-size: 18.753px;
  font-weight: 700;
  position: relative;
  top: -13px;
}
/* line 67, ../sass/components/contentWithoutMenu.scss */
.item-block .description .price-container .old-price {
  color: var(--black);
  font-size: 18.05px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
/* line 74, ../sass/components/contentWithoutMenu.scss */
.item-block .description .price-container .old-price .integer {
  font-size: 20.628px;
  font-weight: 700;
  position: relative;
}
/* line 79, ../sass/components/contentWithoutMenu.scss */
.item-block .description .price-container .old-price .integer.strikethrough::before {
  position: absolute;
  content: "";
  left: -1px;
  top: 50%;
  right: -2px;
  border-top: 2px solid;
  border-color: var(--black);
}
/* line 90, ../sass/components/contentWithoutMenu.scss */
.item-block .description .price-container .old-price .decimal {
  font-size: 10.314px;
  font-weight: 700;
  position: relative;
  top: -6px;
}
/* line 99, ../sass/components/contentWithoutMenu.scss */
.item-block .description .button {
  display: block;
  text-align: center;
  color: var(--darkBlue);
  border: 1px solid var(--darkBlue);
  border-radius: 3px;
  background: none;
  font-size: 17px;
  font-weight: 400;
  line-height: normal;
  width: 100%;
  padding: 14px 40px;
  text-decoration: none;
  cursor: pointer;
}
/* line 114, ../sass/components/contentWithoutMenu.scss */
.item-block .description .button:hover {
  background-color: var(--darkBlue);
  color: var(--white);
}
@media (max-width: 1024px) {
  /* line 121, ../sass/components/contentWithoutMenu.scss */
  .item-block .description .smaller {
    background: rgba(217, 217, 217, 0.23);
    padding: 20px 20px 32px 20px;
  }
}

/* line 133, ../sass/components/contentWithoutMenu.scss */
.title-block {
  color: var(--darkBlue);
  text-align: center;
  font-family: var(--font-family-primary);
  font-size: 52px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin: 70px auto 120px auto;
}
@media (min-width: 1024px) {
  /* line 133, ../sass/components/contentWithoutMenu.scss */
  .title-block {
    font-size: 72px;
    width: 80%;
    margin: 110px auto 110px auto;
  }
}

/* line 151, ../sass/components/contentWithoutMenu.scss */
.quote-block {
  background-color: var(--mediumGray);
  margin-bottom: 20px;
  padding: 50px 44px;
}
@media (min-width: 1024px) {
  /* line 151, ../sass/components/contentWithoutMenu.scss */
  .quote-block {
    padding: 130px 0 80px 0;
    margin-bottom: 30px;
    width: 100vw;
    position: relative;
    margin-left: -50vw;
    left: 50%;
  }
}
/* line 165, ../sass/components/contentWithoutMenu.scss */
.quote-block .quote-content {
  max-width: 1450px;
  margin: 0 auto;
}
@media (min-width: 1024px) {
  /* line 165, ../sass/components/contentWithoutMenu.scss */
  .quote-block .quote-content {
    max-width: 576px;
    margin: 0 auto;
  }
}
/* line 174, ../sass/components/contentWithoutMenu.scss */
.quote-block .quote-content .quote-text {
  color: var(--black);
  font-family: var(--font-family-primary);
  font-size: 27px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 38px;
  position: relative;
  text-align: center;
}
@media (min-width: 1024px) {
  /* line 174, ../sass/components/contentWithoutMenu.scss */
  .quote-block .quote-content .quote-text {
    font-size: 35px;
    margin-bottom: 38px;
  }
}
/* line 190, ../sass/components/contentWithoutMenu.scss */
.quote-block .quote-content .quote-text img {
  position: absolute;
  left: -77px;
  top: -50px;
}
@media (max-width: 1023px) {
  /* line 190, ../sass/components/contentWithoutMenu.scss */
  .quote-block .quote-content .quote-text img {
    display: none;
  }
}
/* line 201, ../sass/components/contentWithoutMenu.scss */
.quote-block .quote-content .quote-author {
  color: var(--black);
  text-align: center;
  font-family: var(--font-family-secondary);
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  width: 84vw;
  position: relative;
  margin-left: -43vw;
  left: 51%;
  text-align: end;
}
@media (min-width: 768px) {
  /* line 201, ../sass/components/contentWithoutMenu.scss */
  .quote-block .quote-content .quote-author {
    width: auto;
    margin-left: unset;
    left: unset;
  }
}
@media (min-width: 1024px) {
  /* line 201, ../sass/components/contentWithoutMenu.scss */
  .quote-block .quote-content .quote-author {
    font-size: 24px;
    margin-right: 45px;
  }
}

@media (min-width: 1024px) {
  /* line 230, ../sass/components/contentWithoutMenu.scss */
  .item-block {
    margin-bottom: 40px;
  }
  /* line 234, ../sass/components/contentWithoutMenu.scss */
  .item-block.image-left img {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  /* line 238, ../sass/components/contentWithoutMenu.scss */
  .item-block.image-left .description {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin-left: 90px;
  }
  /* line 245, ../sass/components/contentWithoutMenu.scss */
  .item-block.image-right img {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  /* line 249, ../sass/components/contentWithoutMenu.scss */
  .item-block.image-right .description {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-right: 100px;
  }
  /* line 255, ../sass/components/contentWithoutMenu.scss */
  .item-block img {
    grid-column: span 6;
    -ms-flex-item-align: center;
        align-self: center;
    max-height: 418px;
    max-width: 705px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  /* line 263, ../sass/components/contentWithoutMenu.scss */
  .item-block .description {
    grid-column: span 6;
    margin-top: 40px;
  }
  /* line 267, ../sass/components/contentWithoutMenu.scss */
  .item-block .description .title {
    font-size: 35px;
  }
  /* line 271, ../sass/components/contentWithoutMenu.scss */
  .item-block .description .text {
    font-size: 19px;
  }
  /* line 275, ../sass/components/contentWithoutMenu.scss */
  .item-block .description .smaller {
    max-width: 278px;
    width: auto;
    height: auto;
  }
  /* line 280, ../sass/components/contentWithoutMenu.scss */
  .item-block .description .smaller .price-container {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
  }
}
/* line 2, ../sass/components/contentWithMenu.scss */
.content-with-menu h1.title {
  margin-bottom: 5px;
}
@media (min-width: 767px) {
  /* line 2, ../sass/components/contentWithMenu.scss */
  .content-with-menu h1.title {
    text-align: start;
    margin-bottom: 20px;
  }
}

/* line 12, ../sass/components/contentWithMenu.scss */
h1.title {
  color: var(--darkBlue);
  font-family: var(--font-family-primary);
  font-size: 35px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-align: center;
  margin: 0 auto;
}
@media (min-width: 768px) {
  /* line 12, ../sass/components/contentWithMenu.scss */
  h1.title {
    font-size: 61px;
  }
}

/* line 1, ../sass/components/c-services.scss */
.c-services {
  margin: 60px 0px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-gap: 30px;
}
@media (max-width: 1023px) {
  /* line 1, ../sass/components/c-services.scss */
  .c-services {
    grid-template-columns: repeat(1, minmax(0, 1fr));
    grid-gap: 20px;
    margin: 20px 0px;
  }
}
/* line 13, ../sass/components/c-services.scss */
.c-services__item {
  height: 200px;
  border: 1px solid var(--lightBorder);
  background: var(--white);
  overflow: hidden;
  position: relative;
  z-index: 1;
}
@media (max-width: 1023px) {
  /* line 13, ../sass/components/c-services.scss */
  .c-services__item {
    padding: 15px;
    height: auto;
  }
}
@media (min-width: 1024px) {
  /* line 27, ../sass/components/c-services.scss */
  .c-services__item:hover {
    background: var(--darkBlue);
    color: var(--white);
    z-index: 2;
    overflow: inherit;
  }
  /* line 34, ../sass/components/c-services.scss */
  .c-services__item:hover .c-services__title {
    color: var(--white);
  }
  /* line 38, ../sass/components/c-services.scss */
  .c-services__item:hover a {
    height: auto;
    background: var(--darkBlue);
  }
  /* line 44, ../sass/components/c-services.scss */
  .c-services__item:hover svg path {
    stroke: var(--white);
  }
  /* line 49, ../sass/components/c-services.scss */
  .c-services__item:hover .c-services__description.long-text {
    display: block;
  }
  /* line 53, ../sass/components/c-services.scss */
  .c-services__item:hover .c-services__arrow-long {
    display: block;
  }
}
/* line 59, ../sass/components/c-services.scss */
.c-services__item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  text-decoration: none;
  height: 100%;
  padding: 30px 25px;
}
@media (max-width: 1023px) {
  /* line 59, ../sass/components/c-services.scss */
  .c-services__item a {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: inherit;
        -ms-flex-pack: inherit;
            justify-content: inherit;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0px;
  }
}
/* line 77, ../sass/components/c-services.scss */
.c-services__title {
  color: var(--darkBlue);
  text-align: center;
  font-family: var(--font-family-primary);
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-top: 15px;
}
@media (max-width: 1023px) {
  /* line 77, ../sass/components/c-services.scss */
  .c-services__title {
    font-size: 18px;
    margin-top: 0px;
    text-align: left;
  }
}
/* line 94, ../sass/components/c-services.scss */
.c-services__description {
  color: var(--white);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.16px;
  margin: 15px 0px;
  display: none;
  line-height: 22px;
}
/* line 105, ../sass/components/c-services.scss */
.c-services__description.short-text {
  display: none;
}
@media (max-width: 1023px) {
  /* line 105, ../sass/components/c-services.scss */
  .c-services__description.short-text {
    color: var(--black);
    margin: 0px;
    display: block;
  }
}
/* line 115, ../sass/components/c-services.scss */
.c-services__description p {
  margin: 0px;
}
/* line 122, ../sass/components/c-services.scss */
.c-services__svg {
  height: 96px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
/* line 129, ../sass/components/c-services.scss */
.c-services__svg svg {
  max-width: inherit;
  max-height: 96px;
}
@media (max-width: 1023px) {
  /* line 129, ../sass/components/c-services.scss */
  .c-services__svg svg {
    max-width: 65px;
    max-height: auto;
  }
}
@media (max-width: 1023px) {
  /* line 122, ../sass/components/c-services.scss */
  .c-services__svg {
    width: 65px;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media (max-width: 1023px) {
  /* line 148, ../sass/components/c-services.scss */
  .c-services__content-wrapper {
    margin-left: 15px;
  }
}
/* line 154, ../sass/components/c-services.scss */
.c-services__arrow-short {
  position: relative;
}
/* line 157, ../sass/components/c-services.scss */
.c-services__arrow-short svg {
  margin-left: 10px;
  width: 14px;
  height: 16px;
  display: inline-block;
  -webkit-transform: scaleX(1) rotate(180deg);
          transform: scaleX(1) rotate(180deg);
  position: absolute;
  top: calc(50% - 7px);
}
/* line 168, ../sass/components/c-services.scss */
.c-services__arrow-long {
  color: var(--white);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.28px;
  position: relative;
  text-align: right;
  margin-right: 25px;
  margin-top: 30px;
  display: none;
}
/* line 181, ../sass/components/c-services.scss */
.c-services__arrow-long svg {
  margin-left: 5px;
  height: 20px;
  display: inline-block;
  -webkit-transform: scaleX(1) rotate(180deg);
          transform: scaleX(1) rotate(180deg);
  position: absolute;
  top: calc(50% - 9px);
}

/* line 1, ../sass/components/c-brands-logo.scss */
.c-brands-logo {
  margin: 60px 0px;
}
/* line 4, ../sass/components/c-brands-logo.scss */
.c-brands-logo__title {
  color: var(--black);
  font-family: var(--font-family-primary);
  font-size: 35px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -1.4px;
  margin-bottom: 10px;
}
@media (max-width: 1023px) {
  /* line 4, ../sass/components/c-brands-logo.scss */
  .c-brands-logo__title {
    font-size: 21px;
    letter-spacing: -0.42px;
    margin-bottom: 30px;
  }
}
/* line 21, ../sass/components/c-brands-logo.scss */
.c-brands-logo__container {
  position: relative;
}
/* line 25, ../sass/components/c-brands-logo.scss */
.c-brands-logo__swiper {
  background-color: var(--white);
  border: 1px solid var(--lightBorder);
  overflow: hidden;
  padding: 30px !important;
  position: relative;
}
@media (max-width: 1023px) {
  /* line 25, ../sass/components/c-brands-logo.scss */
  .c-brands-logo__swiper {
    background-color: inherit;
    border: none;
    padding: 0px !important;
    overflow: visible !important;
  }
}
/* line 40, ../sass/components/c-brands-logo.scss */
.c-brands-logo__item {
  border: 1.135px solid var(--lightBorder);
  background-color: var(--white);
  padding: 10px;
  height: 109px !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 125px !important;
  -webkit-transition: opacity 0.25s;
  transition: opacity 0.25s;
  opacity: 0.3;
  border-radius: 2px;
}
/* line 53, ../sass/components/c-brands-logo.scss */
.c-brands-logo__item:hover {
  opacity: 1;
}
@media (max-width: 1023px) {
  /* line 40, ../sass/components/c-brands-logo.scss */
  .c-brands-logo__item {
    opacity: 1;
  }
}
/* line 61, ../sass/components/c-brands-logo.scss */
.c-brands-logo__item img {
  width: 100%;
  height: auto;
  -ms-flex-item-align: center;
      align-self: center;
  justify-self: center;
}
/* line 68, ../sass/components/c-brands-logo.scss */
.c-brands-logo__item a {
  height: 100%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
/* line 74, ../sass/components/c-brands-logo.scss */
.c-brands-logo__link {
  text-decoration: none;
  color: var(--darkBlue);
  text-align: center;
  font-family: var(--font-family-secondary);
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding: 10px 15px;
  min-width: 175px;
  border: 0.826px solid var(--darkBlue);
  border-radius: 2px;
  margin-top: 20px;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 20px auto;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
@media (max-width: 1023px) {
  /* line 74, ../sass/components/c-brands-logo.scss */
  .c-brands-logo__link {
    margin-top: 30px;
    font-weight: 500;
  }
}
/* line 98, ../sass/components/c-brands-logo.scss */
.c-brands-logo__link:hover {
  background-color: var(--darkBlue);
  color: var(--white);
}
/* line 104, ../sass/components/c-brands-logo.scss */
.c-brands-logo__button-left {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  height: 27px;
  width: 27px;
  left: -45px;
  position: absolute;
  top: calc(50% - 18.5px);
  border: none;
  z-index: 1;
  outline: none;
  cursor: pointer;
}
@media (max-width: 1023px) {
  /* line 104, ../sass/components/c-brands-logo.scss */
  .c-brands-logo__button-left {
    display: none;
  }
}
/* line 121, ../sass/components/c-brands-logo.scss */
.c-brands-logo__button-right {
  height: 27px;
  width: 27px;
  right: -45px;
  position: absolute;
  top: calc(50% - 18.5px);
  border: none;
  z-index: 1;
  outline: none;
  cursor: pointer;
}
@media (max-width: 1023px) {
  /* line 121, ../sass/components/c-brands-logo.scss */
  .c-brands-logo__button-right {
    display: none;
  }
}

/* line 1, ../sass/components/c-cta-imageblock.scss */
.large-cta-image {
  position: relative;
}

/* line 6, ../sass/components/c-cta-imageblock.scss */
.standard-cta-image {
  position: relative;
}
/* line 9, ../sass/components/c-cta-imageblock.scss */
.standard-cta-image img {
  max-height: 230px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 640px) {
  /* line 9, ../sass/components/c-cta-imageblock.scss */
  .standard-cta-image img {
    max-height: 115px;
  }
}

/* line 20, ../sass/components/c-cta-imageblock.scss */
.half-width-container img {
  width: 100%;
}
/* line 24, ../sass/components/c-cta-imageblock.scss */
.half-width-container .cta-button {
  position: absolute;
  display: block;
  text-align: center;
  color: var(--darkGray);
  font-family: var(--font-family-secondary);
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  border-radius: 5.14px;
  background: var(--mediumGray);
  width: auto;
  padding: 9px 30px 9px 9px;
  text-decoration: none;
}
/* line 25, ../sass/components/c-cta-imageblock.scss */
.half-width-container .cta-button.bottom-left {
  bottom: 31px;
  left: 31px;
}
/* line 30, ../sass/components/c-cta-imageblock.scss */
.half-width-container .cta-button.bottom-right {
  bottom: 31px;
  right: 31px;
}
/* line 35, ../sass/components/c-cta-imageblock.scss */
.half-width-container .cta-button.top-left {
  top: 31px;
  left: 31px;
}
/* line 40, ../sass/components/c-cta-imageblock.scss */
.half-width-container .cta-button.top-right {
  top: 31px;
  right: 31px;
}
/* line 60, ../sass/components/c-cta-imageblock.scss */
.half-width-container .cta-button:hover {
  background-color: var(--orange);
  color: var(--white);
}
/* line 65, ../sass/components/c-cta-imageblock.scss */
.half-width-container .cta-button:hover svg path {
  fill: var(--white);
}
/* line 71, ../sass/components/c-cta-imageblock.scss */
.half-width-container .cta-button svg {
  position: absolute;
  height: 13px;
  width: 14px;
  top: calc(50% - 7px);
  margin-left: 10px;
}
@media (max-width: 767px) {
  /* line 24, ../sass/components/c-cta-imageblock.scss */
  .half-width-container .cta-button {
    color: var(--darkBlue);
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    padding: 9px 35px 9px 9px;
  }
  /* line 87, ../sass/components/c-cta-imageblock.scss */
  .half-width-container .cta-button.bottom-left {
    bottom: 29px;
    left: 10px;
  }
  /* line 92, ../sass/components/c-cta-imageblock.scss */
  .half-width-container .cta-button.bottom-right {
    bottom: 29px;
    right: 10px;
  }
  /* line 97, ../sass/components/c-cta-imageblock.scss */
  .half-width-container .cta-button.top-left {
    top: 29px;
    left: 10px;
  }
  /* line 102, ../sass/components/c-cta-imageblock.scss */
  .half-width-container .cta-button.top-right {
    top: 29px;
    right: 10px;
  }
  /* line 107, ../sass/components/c-cta-imageblock.scss */
  .half-width-container .cta-button svg {
    height: 13px;
    width: 14px;
    top: calc(50% - 6px);
    margin-left: 10px;
  }
  /* line 113, ../sass/components/c-cta-imageblock.scss */
  .half-width-container .cta-button svg path {
    fill: var(--darkBlue);
  }
}

/* line 121, ../sass/components/c-cta-imageblock.scss */
.narrow-cta-block {
  position: relative;
  display: grid;
  grid-template-columns: auto auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  border-radius: 3px;
  border: 1px solid var(--lightBorder);
  background: var(--lightGray);
  padding: 20px;
  margin: 20px 0px;
}
@media (min-width: 1024px) {
  /* line 121, ../sass/components/c-cta-imageblock.scss */
  .narrow-cta-block {
    padding: 30px 70px 30px 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 40px 0px;
  }
}
/* line 139, ../sass/components/c-cta-imageblock.scss */
.narrow-cta-block svg {
  width: 59px;
  height: 51px;
}
/* line 144, ../sass/components/c-cta-imageblock.scss */
.narrow-cta-block .content {
  position: relative;
  color: var(--darkBlue);
  font-family: var(--font-family-primary);
  font-size: 19px;
  font-style: normal;
  font-weight: 500;
  line-height: 23px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-left: 10px;
}
@media (min-width: 1024px) {
  /* line 144, ../sass/components/c-cta-imageblock.scss */
  .narrow-cta-block .content {
    font-size: 30px;
    font-weight: 700;
    line-height: normal;
    margin-left: 20px;
  }
}
/* line 163, ../sass/components/c-cta-imageblock.scss */
.narrow-cta-block a.button {
  display: block;
  color: var(--white);
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  border-radius: 2px;
  background: var(--darkBlue);
  text-decoration: none;
  padding: 12px 44px 14px 44px;
}
@media (max-width: 1023px) {
  /* line 163, ../sass/components/c-cta-imageblock.scss */
  .narrow-cta-block a.button {
    grid-column: span 2;
    margin-top: 10px;
  }
}
/* line 181, ../sass/components/c-cta-imageblock.scss */
.narrow-cta-block a.button:hover {
  background-color: var(--orange);
}

/* line 2, ../sass/components/c-brand-feature-block.scss */
.brand-feature-block-page .c-text-block__container {
  font-size: 18px;
}
/* line 6, ../sass/components/c-brand-feature-block.scss */
.brand-feature-block-page .brand-feature-block {
  position: relative;
}
/* line 9, ../sass/components/c-brand-feature-block.scss */
.brand-feature-block-page .brand-feature-block.half-width-container {
  border-radius: 3px;
  border: 1px solid var(--mediumBorder);
  background-color: var(--white);
}
/* line 14, ../sass/components/c-brand-feature-block.scss */
.brand-feature-block-page .brand-feature-block.half-width-container:hover {
  border: 1px solid var(--darkBorder);
}
/* line 17, ../sass/components/c-brand-feature-block.scss */
.brand-feature-block-page .brand-feature-block.half-width-container:hover .cta-link {
  color: var(--darkBlue);
}
/* line 22, ../sass/components/c-brand-feature-block.scss */
.brand-feature-block-page .brand-feature-block.half-width-container:hover .cta-link .chevron-arrow svg path {
  fill: var(--darkBlue);
}
/* line 29, ../sass/components/c-brand-feature-block.scss */
.brand-feature-block-page .brand-feature-block.half-width-container:hover .image-container span img {
  -webkit-transform: scale(0.99);
          transform: scale(0.99);
}
/* line 35, ../sass/components/c-brand-feature-block.scss */
.brand-feature-block-page .brand-feature-block__element {
  display: block;
  text-decoration: none;
  padding: 15px;
  color: var(--black);
  cursor: pointer;
}
@media (min-width: 768px) {
  /* line 35, ../sass/components/c-brand-feature-block.scss */
  .brand-feature-block-page .brand-feature-block__element {
    padding: 30px 30px 55px 30px;
  }
}
/* line 46, ../sass/components/c-brand-feature-block.scss */
.brand-feature-block-page .brand-feature-block__element .cta-link {
  color: var(--black);
  font-family: var(--font-family-secondary);
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -0.3px;
  width: auto;
  height: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  right: 30px;
  bottom: 30px;
}
/* line 62, ../sass/components/c-brand-feature-block.scss */
.brand-feature-block-page .brand-feature-block__element .cta-link .chevron-arrow {
  -webkit-transform: scaleX(1) rotate(-90deg);
          transform: scaleX(1) rotate(-90deg);
  -webkit-transition: -webkit-transform 0.2s;
  transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s;
  width: 12px;
  height: 9px;
  margin-left: 3px;
  display: block;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
/* line 71, ../sass/components/c-brand-feature-block.scss */
.brand-feature-block-page .brand-feature-block__element .cta-link .chevron-arrow svg {
  display: block;
  margin-left: -1px;
}
/* line 78, ../sass/components/c-brand-feature-block.scss */
.brand-feature-block-page .brand-feature-block__element:visited {
  color: var(--black);
}
/* line 82, ../sass/components/c-brand-feature-block.scss */
.brand-feature-block-page .brand-feature-block__element:active {
  color: var(--black);
}
/* line 86, ../sass/components/c-brand-feature-block.scss */
.brand-feature-block-page .brand-feature-block__element .image-container {
  position: relative;
}
/* line 89, ../sass/components/c-brand-feature-block.scss */
.brand-feature-block-page .brand-feature-block__element .image-container img {
  max-height: 151px;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
@media (min-width: 768px) {
  /* line 89, ../sass/components/c-brand-feature-block.scss */
  .brand-feature-block-page .brand-feature-block__element .image-container img {
    max-height: 276px;
  }
}
/* line 99, ../sass/components/c-brand-feature-block.scss */
.brand-feature-block-page .brand-feature-block__element .image-container span {
  position: absolute;
  aspect-ratio: 1/1;
  height: calc(100% - 30px);
  right: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
/* line 110, ../sass/components/c-brand-feature-block.scss */
.brand-feature-block-page .brand-feature-block__element .image-container span img {
  -webkit-transition: -webkit-transform 1s;
  transition: -webkit-transform 1s;
  transition: transform 1s;
  transition: transform 1s, -webkit-transform 1s;
  -webkit-transform: scale(0.935);
          transform: scale(0.935);
}
@media (min-width: 768px) {
  /* line 99, ../sass/components/c-brand-feature-block.scss */
  .brand-feature-block-page .brand-feature-block__element .image-container span {
    right: 30px;
    height: calc(100% - 60px);
  }
}
/* line 122, ../sass/components/c-brand-feature-block.scss */
.brand-feature-block-page .brand-feature-block__element .title {
  color: var(--black);
  font-family: var(--font-family-primary);
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 173.5%;
  letter-spacing: -0.4px;
  margin-bottom: 0px;
  margin-top: 0px;
}
@media (min-width: 768px) {
  /* line 122, ../sass/components/c-brand-feature-block.scss */
  .brand-feature-block-page .brand-feature-block__element .title {
    margin-top: 10px;
  }
}
/* line 138, ../sass/components/c-brand-feature-block.scss */
.brand-feature-block-page .brand-feature-block__element .content {
  color: var(--black);
  font-family: var(--font-family-secondary);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.32px;
  margin-top: 0;
  margin-bottom: 36px;
}
/* line 149, ../sass/components/c-brand-feature-block.scss */
.brand-feature-block-page .brand-feature-block__element .content p {
  margin: 0;
}
@media (min-width: 768px) {
  /* line 138, ../sass/components/c-brand-feature-block.scss */
  .brand-feature-block-page .brand-feature-block__element .content {
    margin-bottom: unset;
  }
}
/* line 160, ../sass/components/c-brand-feature-block.scss */
.brand-feature-block-page .brand-list-page {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  grid-gap: 30px;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  /* line 160, ../sass/components/c-brand-feature-block.scss */
  .brand-feature-block-page .brand-list-page {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-gap: 20px;
    margin: 20px 0px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  /* line 160, ../sass/components/c-brand-feature-block.scss */
  .brand-feature-block-page .brand-list-page {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    grid-gap: 30px;
    margin: 50px 0px;
  }
}
/* line 179, ../sass/components/c-brand-feature-block.scss */
.brand-feature-block-page .brand-list-page .brand-card {
  display: block;
  border: 1px solid var(--lightBorder);
  padding: 20px;
  text-decoration: none;
  color: var(--black);
  font-family: var(--font-family-secondary);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 23px;
  letter-spacing: -0.64px;
  position: relative;
  cursor: pointer;
  background-color: #FFFFFF;
}
/* line 195, ../sass/components/c-brand-feature-block.scss */
.brand-feature-block-page .brand-list-page .brand-card:hover {
  border: 1px solid var(--darkBorder);
}
/* line 198, ../sass/components/c-brand-feature-block.scss */
.brand-feature-block-page .brand-list-page .brand-card:hover .chevron-arrow {
  opacity: 1;
}
/* line 202, ../sass/components/c-brand-feature-block.scss */
.brand-feature-block-page .brand-list-page .brand-card:hover .image-container img {
  -webkit-transform: scale(0.99);
          transform: scale(0.99);
}
/* line 207, ../sass/components/c-brand-feature-block.scss */
.brand-feature-block-page .brand-list-page .brand-card .chevron-arrow {
  -webkit-transform: scaleX(1) rotate(-90deg);
          transform: scaleX(1) rotate(-90deg);
  width: 100%;
  height: 100%;
  opacity: 0;
  display: block;
  -webkit-transition: 0.35s;
  transition: 0.35s;
}
/* line 215, ../sass/components/c-brand-feature-block.scss */
.brand-feature-block-page .brand-list-page .brand-card .chevron-arrow__container {
  width: 12px;
  height: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  right: 30px;
  bottom: 30px;
}
/* line 227, ../sass/components/c-brand-feature-block.scss */
.brand-feature-block-page .brand-list-page .brand-card:hover .chevron-arrow {
  opacity: 1;
}
@media (min-width: 1024px) {
  /* line 179, ../sass/components/c-brand-feature-block.scss */
  .brand-feature-block-page .brand-list-page .brand-card {
    padding: 32px;
    line-height: normal;
    letter-spacing: -0.32px;
  }
}
/* line 238, ../sass/components/c-brand-feature-block.scss */
.brand-feature-block-page .brand-list-page .brand-card .image-container {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: auto;
  aspect-ratio: 1 / 1;
}
/* line 246, ../sass/components/c-brand-feature-block.scss */
.brand-feature-block-page .brand-list-page .brand-card .image-container img {
  width: 100%;
  -webkit-transition: -webkit-transform .5s;
  transition: -webkit-transform .5s;
  transition: transform .5s;
  transition: transform .5s, -webkit-transform .5s;
  -webkit-transform: scale(0.945);
          transform: scale(0.945);
}
/* line 253, ../sass/components/c-brand-feature-block.scss */
.brand-feature-block-page .brand-list-page .brand-card .title {
  font-weight: 700;
  font-family: var(--font-family-primary);
  margin-bottom: 0;
}
/* line 259, ../sass/components/c-brand-feature-block.scss */
.brand-feature-block-page .brand-list-page .brand-card .description {
  margin-top: 0;
}
/* line 265, ../sass/components/c-brand-feature-block.scss */
.brand-feature-block-page .buttons-block {
  text-align: center;
  margin-bottom: 10px;
}
@media (min-width: 1024px) {
  /* line 265, ../sass/components/c-brand-feature-block.scss */
  .brand-feature-block-page .buttons-block {
    width: 60%;
    margin: 0 auto;
    margin-bottom: 25px;
  }
}
/* line 275, ../sass/components/c-brand-feature-block.scss */
.brand-feature-block-page .buttons-block button {
  border-radius: 3px;
  border: 1px solid var(--lightBorder);
  background-color: var(--white);
  padding: 10px 20px;
  margin-bottom: 10px;
  margin-right: 7px;
  cursor: pointer;
}
/* line 284, ../sass/components/c-brand-feature-block.scss */
.brand-feature-block-page .buttons-block button:hover {
  border: 1px solid var(--darkBorder);
}
@media (min-width: 768px) {
  /* line 275, ../sass/components/c-brand-feature-block.scss */
  .brand-feature-block-page .buttons-block button {
    margin-bottom: 10px;
    margin-right: 14px;
  }
}

/* line 1, ../sass/components/c-brand-details-page-template.scss */
.brand-detail-page {
  position: relative;
}
/* line 5, ../sass/components/c-brand-details-page-template.scss */
.brand-detail-page.no-background img.background-image {
  display: none;
}
/* line 9, ../sass/components/c-brand-details-page-template.scss */
.brand-detail-page.no-background .brand-detail-page__title-wrapper {
  position: relative;
  margin: 5px auto 20px auto;
  background: none;
}
@media (min-width: 1024px) {
  /* line 9, ../sass/components/c-brand-details-page-template.scss */
  .brand-detail-page.no-background .brand-detail-page__title-wrapper {
    left: unset;
    -webkit-transform: unset;
            transform: unset;
    bottom: unset;
  }
}
@media (min-width: 1024px) {
  /* line 21, ../sass/components/c-brand-details-page-template.scss */
  .brand-detail-page.no-background .brand-detail-page__logo {
    top: 28px;
  }
}
@media (max-width: 1024px) {
  /* line 30, ../sass/components/c-brand-details-page-template.scss */
  .brand-detail-page__background-wrapper img.background-image {
    display: none;
  }
}
@media (min-width: 1024px) {
  /* line 28, ../sass/components/c-brand-details-page-template.scss */
  .brand-detail-page__background-wrapper {
    display: block;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    left: 50%;
    margin: 0px 0px 40px -50vw;
    position: relative;
    width: 100vw;
  }
  /* line 44, ../sass/components/c-brand-details-page-template.scss */
  .brand-detail-page__background-wrapper img.background-image {
    width: 100%;
    max-height: 513px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
/* line 52, ../sass/components/c-brand-details-page-template.scss */
.brand-detail-page__logo {
  display: block;
  z-index: 9;
  position: relative;
  margin: 15px auto 10px auto;
  text-align: center;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  background-color: var(--white);
}
@media (min-width: 1024px) {
  /* line 52, ../sass/components/c-brand-details-page-template.scss */
  .brand-detail-page__logo {
    position: absolute;
    top: 50px;
    right: 40px;
    display: block;
    margin: unset;
  }
}
/* line 69, ../sass/components/c-brand-details-page-template.scss */
.brand-detail-page__logo img {
  max-height: 70px;
  padding: 6px 5px;
}
@media (min-width: 1024px) {
  /* line 69, ../sass/components/c-brand-details-page-template.scss */
  .brand-detail-page__logo img {
    max-height: 75px;
    padding: 6px 5px;
  }
}
/* line 80, ../sass/components/c-brand-details-page-template.scss */
.brand-detail-page__title-wrapper {
  position: relative;
  z-index: 1;
  margin: 0 auto;
}
@media (min-width: 1024px) {
  /* line 80, ../sass/components/c-brand-details-page-template.scss */
  .brand-detail-page__title-wrapper {
    max-width: 1090px;
    width: 85vw;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: 0;
    padding: 40px 50px;
  }
  /* line 95, ../sass/components/c-brand-details-page-template.scss */
  .brand-detail-page__title-wrapper::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: var(--white);
    opacity: 0.6;
    z-index: -1;
  }
}
/* line 108, ../sass/components/c-brand-details-page-template.scss */
.brand-detail-page__title-wrapper .title {
  color: var(--darkBlue);
  font-family: var(--font-family-primary);
  font-size: 35px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-align: center;
  margin: 0 0 5px 0;
}
@media (min-width: 1024px) {
  /* line 108, ../sass/components/c-brand-details-page-template.scss */
  .brand-detail-page__title-wrapper .title {
    font-size: 61px;
    margin: 0 0 25px 0;
  }
}
/* line 124, ../sass/components/c-brand-details-page-template.scss */
.brand-detail-page__title-wrapper .description {
  color: var(--black);
  text-align: center;
  font-family: var(--font-family-secondary);
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-align: center;
  margin: 0px auto 20px auto;
}
/* line 137, ../sass/components/c-brand-details-page-template.scss */
.brand-detail-page__links {
  margin-bottom: 20px;
}
@media (min-width: 768px) and (max-width: 1050px) {
  /* line 137, ../sass/components/c-brand-details-page-template.scss */
  .brand-detail-page__links {
    margin-bottom: 30px;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 30px;
  }
}
@media (min-width: 1050px) {
  /* line 137, ../sass/components/c-brand-details-page-template.scss */
  .brand-detail-page__links {
    margin-bottom: 30px;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 30px;
  }
}
/* line 154, ../sass/components/c-brand-details-page-template.scss */
.brand-detail-page__links__item {
  display: block;
  position: relative;
  padding: 20px;
  margin-bottom: 20px;
  border-radius: 3px;
  border: 1px solid var(--lightBorder);
  background: var(--white);
  text-decoration: none;
}
@media (min-width: 1024px) {
  /* line 154, ../sass/components/c-brand-details-page-template.scss */
  .brand-detail-page__links__item {
    margin-bottom: 0px;
  }
}
/* line 169, ../sass/components/c-brand-details-page-template.scss */
.brand-detail-page__links__item:hover .content .highlight {
  background-color: var(--darkBlue);
}
/* line 175, ../sass/components/c-brand-details-page-template.scss */
.brand-detail-page__links__item:hover .chevron-arrow svg path {
  fill: var(--darkBlue);
}
/* line 184, ../sass/components/c-brand-details-page-template.scss */
.brand-detail-page__links__item img {
  max-height: 178px;
  width: 100%;
}
/* line 189, ../sass/components/c-brand-details-page-template.scss */
.brand-detail-page__links__item .content {
  position: relative;
  text-decoration: none;
  color: var(--black);
  font-family: var(--font-family-primary);
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 116%;
  margin: 10px 0 20px 0;
}
@media (min-width: 1024px) {
  /* line 189, ../sass/components/c-brand-details-page-template.scss */
  .brand-detail-page__links__item .content {
    margin-bottom: 0;
  }
}
/* line 204, ../sass/components/c-brand-details-page-template.scss */
.brand-detail-page__links__item .content .highlight {
  color: var(--white);
  font-weight: 700;
  background-color: var(--orange);
  padding: 0 4px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
/* line 215, ../sass/components/c-brand-details-page-template.scss */
.brand-detail-page .chevron-arrow {
  -webkit-transform: scaleX(1) rotate(-90deg);
          transform: scaleX(1) rotate(-90deg);
  width: 12px;
  height: 9px;
  margin-left: 3px;
  display: block;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
  position: absolute;
  right: 30px;
  bottom: 30px;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}

/* line 1, ../sass/components/c-header.scss */
.header {
  background: var(--lightBlueHeader);
  z-index: 999;
}
/* line 5, ../sass/components/c-header.scss */
.header .small-header {
  display: none;
  background: var(--darkBlue);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 43px;
}
@media (min-width: 1024px) {
  /* line 5, ../sass/components/c-header.scss */
  .header .small-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
/* line 15, ../sass/components/c-header.scss */
.header .small-header .co-owner-info {
  color: var(--white);
  font-family: var(--font-family-secondary);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
/* line 25, ../sass/components/c-header.scss */
.header .small-header .co-owner-info .store-selector {
  display: none;
}
/* line 30, ../sass/components/c-header.scss */
.header .small-header .co-owner-info.multiple-locations .co-owner-name {
  margin-left: 15px;
  cursor: pointer;
}
/* line 34, ../sass/components/c-header.scss */
.header .small-header .co-owner-info.multiple-locations .co-owner-name__arrow {
  position: absolute;
  display: block;
  -webkit-transition: -webkit-transform 0.2s;
  transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s;
  width: 12px;
  height: 100%;
  left: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
/* line 44, ../sass/components/c-header.scss */
.header .small-header .co-owner-info.multiple-locations .co-owner-name__arrow svg {
  width: 12px;
  height: 12px;
  display: inline;
}
/* line 52, ../sass/components/c-header.scss */
.header .small-header .co-owner-info.multiple-locations .store-selector-container {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 10000;
  overflow: auto;
  background-color: rgba(22, 22, 22, 0.3);
}
/* line 60, ../sass/components/c-header.scss */
.header .small-header .co-owner-info.multiple-locations .store-selector-container.open {
  display: block;
}
/* line 63, ../sass/components/c-header.scss */
.header .small-header .co-owner-info.multiple-locations .store-selector-container.open .store-selector {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
/* line 69, ../sass/components/c-header.scss */
.header .small-header .co-owner-info.multiple-locations .store-selector-container .store-selector {
  display: none;
  background-color: var(--white);
  color: var(--black);
  stroke-width: 1px;
  stroke: var(--lightBorder);
  border-radius: 8px;
  position: relative;
  padding: 20px 20px 42px 42px;
  display: block;
  -webkit-animation: fadeIn 0.25s ease-in-out;
          animation: fadeIn 0.25s ease-in-out;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  max-height: 450px;
  margin: 0 auto;
  max-width: 825px;
}
@media (min-width: 1024px) {
  /* line 69, ../sass/components/c-header.scss */
  .header .small-header .co-owner-info.multiple-locations .store-selector-container .store-selector {
    max-width: 825px;
    max-height: 711px;
    margin: unset;
  }
}
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* line 105, ../sass/components/c-header.scss */
.header .small-header .co-owner-info.multiple-locations .store-selector-container .store-selector .google-map-container {
  background: var(--white);
  width: 100%;
  max-width: 375px;
}
@media (max-width: 1023px) {
  /* line 105, ../sass/components/c-header.scss */
  .header .small-header .co-owner-info.multiple-locations .store-selector-container .store-selector .google-map-container {
    display: none;
  }
}
/* line 114, ../sass/components/c-header.scss */
.header .small-header .co-owner-info.multiple-locations .store-selector-container .store-selector .google-map-container #google-map {
  width: 100%;
  min-height: 100%;
  border: 1px solid var(--lightBorder);
}
/* line 120, ../sass/components/c-header.scss */
.header .small-header .co-owner-info.multiple-locations .store-selector-container .store-selector .google-map-container #google-map svg path {
  fill: #222;
  opacity: 1;
}
/* line 124, ../sass/components/c-header.scss */
.header .small-header .co-owner-info.multiple-locations .store-selector-container .store-selector .google-map-container #google-map svg path:nth-child(3) {
  fill: var(--lightGray);
}
/* line 131, ../sass/components/c-header.scss */
.header .small-header .co-owner-info.multiple-locations .store-selector-container .store-selector .google-map-container .gmnoprint {
  display: none;
}
/* line 135, ../sass/components/c-header.scss */
.header .small-header .co-owner-info.multiple-locations .store-selector-container .store-selector .google-map-container .gm-style-cc {
  display: none;
}
/* line 139, ../sass/components/c-header.scss */
.header .small-header .co-owner-info.multiple-locations .store-selector-container .store-selector .google-map-container .gm-fullscreen-control {
  display: none;
}
/* line 143, ../sass/components/c-header.scss */
.header .small-header .co-owner-info.multiple-locations .store-selector-container .store-selector .google-map-container .gm-style-iw {
  display: none;
}
/* line 148, ../sass/components/c-header.scss */
.header .small-header .co-owner-info.multiple-locations .store-selector-container .store-selector .google-map-container .gm-style-iw-tc {
  display: none;
}
/* line 152, ../sass/components/c-header.scss */
.header .small-header .co-owner-info.multiple-locations .store-selector-container .store-selector .google-map-container .custom-infowindow {
  padding: 25px 20px;
}
/* line 155, ../sass/components/c-header.scss */
.header .small-header .co-owner-info.multiple-locations .store-selector-container .store-selector .google-map-container .custom-infowindow__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 3px;
}
/* line 161, ../sass/components/c-header.scss */
.header .small-header .co-owner-info.multiple-locations .store-selector-container .store-selector .google-map-container .custom-infowindow__img {
  width: 13px;
  height: 18px;
}
/* line 165, ../sass/components/c-header.scss */
.header .small-header .co-owner-info.multiple-locations .store-selector-container .store-selector .google-map-container .custom-infowindow__img img {
  width: 13px;
  height: 18px;
}
/* line 171, ../sass/components/c-header.scss */
.header .small-header .co-owner-info.multiple-locations .store-selector-container .store-selector .google-map-container .custom-infowindow__text {
  color: var(--darkGray);
  -webkit-font-feature-settings: 'clig' off, 'liga' off;
          font-feature-settings: 'clig' off, 'liga' off;
  font-family: var(--font-family-secondary);
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 23px;
}
/* line 181, ../sass/components/c-header.scss */
.header .small-header .co-owner-info.multiple-locations .store-selector-container .store-selector .google-map-container .custom-infowindow__address {
  color: var(--darkGray);
  -webkit-font-feature-settings: 'clig' off, 'liga' off;
          font-feature-settings: 'clig' off, 'liga' off;
  font-family: var(--font-family-secondary);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 23px;
}
/* line 193, ../sass/components/c-header.scss */
.header .small-header .co-owner-info.multiple-locations .store-selector-container .store-selector__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 25px;
  margin-top: 30px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  overflow: hidden;
}
/* line 202, ../sass/components/c-header.scss */
.header .small-header .co-owner-info.multiple-locations .store-selector-container .store-selector__list-wrapper {
  max-width: 375px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
/* line 209, ../sass/components/c-header.scss */
.header .small-header .co-owner-info.multiple-locations .store-selector-container .store-selector__list {
  overflow-y: scroll;
  width: 100%;
  /* Handle */
}
/* line 213, ../sass/components/c-header.scss */
.header .small-header .co-owner-info.multiple-locations .store-selector-container .store-selector__list::-webkit-scrollbar {
  width: 4px;
}
/* line 217, ../sass/components/c-header.scss */
.header .small-header .co-owner-info.multiple-locations .store-selector-container .store-selector__list::-webkit-scrollbar-thumb {
  background: var(--mediumGray);
  background-clip: padding-box;
}
/* line 223, ../sass/components/c-header.scss */
.header .small-header .co-owner-info.multiple-locations .store-selector-container .store-selector__title {
  color: var(--black);
  font-family: var(--font-family-primary);
  font-size: 25px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 15px;
}
/* line 233, ../sass/components/c-header.scss */
.header .small-header .co-owner-info.multiple-locations .store-selector-container .store-selector__description {
  color: var(--black);
  font-family: var(--font-family-secondary);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 21px;
}
/* line 243, ../sass/components/c-header.scss */
.header .small-header .co-owner-info.multiple-locations .store-selector-container .store-selector__container > .wrapper {
  margin-bottom: 0px;
}
/* line 248, ../sass/components/c-header.scss */
.header .small-header .co-owner-info.multiple-locations .store-selector-container .store-selector__container > .wrapper:first-child > .row:first-child {
  height: 100%;
  opacity: 1;
  overflow: visible;
}
/* line 256, ../sass/components/c-header.scss */
.header .small-header .co-owner-info.multiple-locations .store-selector-container .store-selector__container > .wrapper .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  gap: 5px;
  color: var(--gray);
  font-family: var(--font-family-secondary);
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 2px;
  height: 0px;
  opacity: 0;
  overflow: hidden;
}
/* line 272, ../sass/components/c-header.scss */
.header .small-header .co-owner-info.multiple-locations .store-selector-container .store-selector__container > .wrapper .row .text {
  color: var(--gray);
  font-family: var(--font-family-secondary);
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}
/* line 285, ../sass/components/c-header.scss */
.header .small-header .co-owner-info.multiple-locations .store-selector-container .store-selector__container > .wrapper .row .text.status:before {
  content: "";
  background: #16B813;
  width: 7px;
  height: 7px;
  margin: 5px 5px 0px 5px;
  min-width: 7px;
}
/* line 295, ../sass/components/c-header.scss */
.header .small-header .co-owner-info.multiple-locations .store-selector-container .store-selector__container > .wrapper .row .text.status.open:before {
  background: #16B813;
}
/* line 301, ../sass/components/c-header.scss */
.header .small-header .co-owner-info.multiple-locations .store-selector-container .store-selector__container > .wrapper .row .text.opening-hours {
  max-height: 20px;
  overflow: hidden;
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
  display: block;
  width: 100%;
}
/* line 308, ../sass/components/c-header.scss */
.header .small-header .co-owner-info.multiple-locations .store-selector-container .store-selector__container > .wrapper .row .text.opening-hours .button {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
/* line 314, ../sass/components/c-header.scss */
.header .small-header .co-owner-info.multiple-locations .store-selector-container .store-selector__container > .wrapper .row .text.opening-hours .button svg {
  width: 11px;
  height: 8px;
  right: -20px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(-90deg);
          transform: translateY(-50%) rotate(-90deg);
}
/* line 324, ../sass/components/c-header.scss */
.header .small-header .co-owner-info.multiple-locations .store-selector-container .store-selector__container > .wrapper .row .text.opening-hours.opened {
  max-height: 500px;
  height: auto;
}
/* line 330, ../sass/components/c-header.scss */
.header .small-header .co-owner-info.multiple-locations .store-selector-container .store-selector__container > .wrapper .row .text.opening-hours.opened .button svg {
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
/* line 337, ../sass/components/c-header.scss */
.header .small-header .co-owner-info.multiple-locations .store-selector-container .store-selector__container > .wrapper .row .text.opening-hours .opening-hours__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: var(--black);
  font-family: var(--font-family-secondary);
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
}
/* line 348, ../sass/components/c-header.scss */
.header .small-header .co-owner-info.multiple-locations .store-selector-container .store-selector__container > .wrapper .row .text.opening-hours .opening-hours__wrapper.text-color-red {
  color: var(--campaignRed);
}
/* line 354, ../sass/components/c-header.scss */
.header .small-header .co-owner-info.multiple-locations .store-selector-container .store-selector__container > .wrapper .row .text.stock-info {
  position: relative;
  padding-left: 25px;
}
/* line 359, ../sass/components/c-header.scss */
.header .small-header .co-owner-info.multiple-locations .store-selector-container .store-selector__container > .wrapper .row .text.stock-info.in-stock svg {
  width: 17px;
  height: 14px;
  left: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
/* line 367, ../sass/components/c-header.scss */
.header .small-header .co-owner-info.multiple-locations .store-selector-container .store-selector__container > .wrapper .row .text.stock-info.in-stock svg path {
  fill: var(--gray) !important;
}
/* line 373, ../sass/components/c-header.scss */
.header .small-header .co-owner-info.multiple-locations .store-selector-container .store-selector__container > .wrapper .row .text.stock-info.out-of-stock {
  color: var(--campaignRed);
}
/* line 376, ../sass/components/c-header.scss */
.header .small-header .co-owner-info.multiple-locations .store-selector-container .store-selector__container > .wrapper .row .text.stock-info.out-of-stock svg {
  width: 17px;
  height: 14px;
  left: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
/* line 384, ../sass/components/c-header.scss */
.header .small-header .co-owner-info.multiple-locations .store-selector-container .store-selector__container > .wrapper .row .text.stock-info.out-of-stock svg path {
  fill: var(--campaignRed) !important;
}
/* line 395, ../sass/components/c-header.scss */
.header .small-header .co-owner-info.multiple-locations .store-selector-container .store-selector__item {
  border-radius: 2px;
  border: 1px solid var(--lightBorder);
  border-bottom: none;
  background: var(--white);
  padding: 19px 22px;
  cursor: pointer;
}
/* line 403, ../sass/components/c-header.scss */
.header .small-header .co-owner-info.multiple-locations .store-selector-container .store-selector__item:last-child {
  border-bottom: 1px solid var(--lightBorder);
}
/* line 407, ../sass/components/c-header.scss */
.header .small-header .co-owner-info.multiple-locations .store-selector-container .store-selector__item.selected {
  border: 1px solid var(--darkBlue);
  background: var(--lightBlueGray);
}
/* line 412, ../sass/components/c-header.scss */
.header .small-header .co-owner-info.multiple-locations .store-selector-container .store-selector__item .store-selector__title {
  color: var(--black);
  font-family: var(--font-family-secondary);
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 4px;
}
/* line 423, ../sass/components/c-header.scss */
.header .small-header .co-owner-info.multiple-locations .store-selector-container .store-selector__select {
  color: var(--white);
  text-align: center;
  font-family: var(--font-family-primary);
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  border-radius: 2px;
  border: 1.692px solid var(--darkBlue);
  background: var(--darkBlue);
  width: 100%;
  height: 54px;
  cursor: pointer;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
/* line 439, ../sass/components/c-header.scss */
.header .small-header .co-owner-info.multiple-locations .store-selector-container .store-selector__select:disabled {
  opacity: 0.1;
  cursor: default;
}
/* line 445, ../sass/components/c-header.scss */
.header .small-header .co-owner-info.multiple-locations .store-selector-container .store-selector__close {
  position: absolute;
  right: 21px;
  top: 21px;
  border: none;
  background: var(--white);
  cursor: pointer;
}
/* line 454, ../sass/components/c-header.scss */
.header .small-header .co-owner-info.multiple-locations .store-selector-container .store-selector__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 768px) {
  /* line 454, ../sass/components/c-header.scss */
  .header .small-header .co-owner-info.multiple-locations .store-selector-container .store-selector__buttons {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 20px;
  }
}
/* line 465, ../sass/components/c-header.scss */
.header .small-header .co-owner-info.multiple-locations .store-selector-container .store-selector__buttons:has(.button:only-child) {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
/* line 469, ../sass/components/c-header.scss */
.header .small-header .co-owner-info.multiple-locations .store-selector-container .store-selector__buttons .button {
  text-align: center;
  font-family: var(--font-family-secondary);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding: 14px 28px;
  min-width: 220px;
  cursor: pointer;
}
/* line 480, ../sass/components/c-header.scss */
.header .small-header .co-owner-info.multiple-locations .store-selector-container .store-selector__buttons .button.primary-button {
  border: 1px solid var(--darkBlue);
  color: var(--white);
  background: var(--darkBlue);
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
/* line 486, ../sass/components/c-header.scss */
.header .small-header .co-owner-info.multiple-locations .store-selector-container .store-selector__buttons .button.primary-button:hover {
  border: 1px solid var(--orange);
  background: var(--orange);
}
/* line 491, ../sass/components/c-header.scss */
.header .small-header .co-owner-info.multiple-locations .store-selector-container .store-selector__buttons .button.primary-button:disabled {
  opacity: 0.3;
  cursor: default;
}
/* line 495, ../sass/components/c-header.scss */
.header .small-header .co-owner-info.multiple-locations .store-selector-container .store-selector__buttons .button.primary-button:disabled:hover {
  background: var(--darkBlue);
  border: 1px solid var(--darkBlue);
}
/* line 502, ../sass/components/c-header.scss */
.header .small-header .co-owner-info.multiple-locations .store-selector-container .store-selector__buttons .button.secondary-button {
  border: 1px solid var(--notificationRed);
  color: var(--notificationRed);
  background: var(--white);
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
/* line 508, ../sass/components/c-header.scss */
.header .small-header .co-owner-info.multiple-locations .store-selector-container .store-selector__buttons .button.secondary-button:hover {
  background: var(--notificationRed);
  color: var(--white);
}
/* line 519, ../sass/components/c-header.scss */
.header .small-header .co-owner-info .opening-hours {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
/* line 524, ../sass/components/c-header.scss */
.header .small-header .co-owner-info svg {
  display: none;
}
/* line 530, ../sass/components/c-header.scss */
.header .small-header .profile {
  display: none;
}
/* line 535, ../sass/components/c-header.scss */
.header .small-header .view-as {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
}
/* line 540, ../sass/components/c-header.scss */
.header .small-header .view-as button {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  background: none;
  border: none;
  color: rgba(255, 255, 255, 0.5);
  font-family: var(--font-family-secondary);
  font-size: 13px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  cursor: pointer;
  position: relative;
}
/* line 553, ../sass/components/c-header.scss */
.header .small-header .view-as button.active {
  border-radius: 1px;
  font-weight: 400;
  color: var(--white);
  background: rgba(237, 242, 248, 0.3);
}
/* line 561, ../sass/components/c-header.scss */
.header .small-header .view-as button:hover .tooltip {
  display: block;
}
/* line 566, ../sass/components/c-header.scss */
.header .small-header .view-as button .tooltip {
  background-color: var(--lightBlueGray);
  border: 1px solid var(--lightBorder);
  -webkit-filter: drop-shadow(0px 1px 2px rgba(0, 0, 0, 0.25));
          filter: drop-shadow(0px 1px 2px rgba(0, 0, 0, 0.25));
  display: none;
  position: absolute;
  left: 35%;
  top: 50px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  color: var(--black);
  font-family: var(--font-family-secondary);
  font-size: 15px;
  font-weight: 400;
  font-style: normal;
  line-height: 22px;
  padding: 20px 33px 33px;
  z-index: 1000;
  text-align: start;
}
/* line 585, ../sass/components/c-header.scss */
.header .small-header .view-as button .tooltip .title {
  font-weight: 700;
  position: relative;
  margin-bottom: 10px;
  padding-left: 30px;
}
/* line 591, ../sass/components/c-header.scss */
.header .small-header .view-as button .tooltip .title svg {
  position: absolute;
  display: block;
  -webkit-transition: -webkit-transform 0.2s;
  transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s;
  width: 22px;
  height: 22px;
  left: 0px;
}
/* line 601, ../sass/components/c-header.scss */
.header .small-header .view-as button .tooltip .text {
  width: 173px;
}
/* line 605, ../sass/components/c-header.scss */
.header .small-header .view-as button .tooltip::after {
  content: '';
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 15px solid var(--lightBlueGray);
  position: absolute;
  top: -14px;
  left: 50%;
}
/* line 619, ../sass/components/c-header.scss */
.header .small-header .view-as .logout {
  color: var(--darkBlue);
  background-color: var(--lightSkyBlue);
  font-family: var(--font-family-secondary);
  font-size: 13px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  border-radius: 1px;
  position: relative;
  padding-left: 24px;
}
/* line 631, ../sass/components/c-header.scss */
.header .small-header .view-as .logout svg {
  position: absolute;
  width: 10px;
  height: 11px;
  left: 7px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
/* line 643, ../sass/components/c-header.scss */
.header .main-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 5px 20px 15px;
}
@media (max-width: 350px) {
  /* line 643, ../sass/components/c-header.scss */
  .header .main-header {
    padding: 5px 10px 15px;
  }
}
@media (min-width: 1024px) {
  /* line 643, ../sass/components/c-header.scss */
  .header .main-header {
    height: 107px;
  }
}
/* line 655, ../sass/components/c-header.scss */
.header .main-header .logo-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 278px;
  max-height: 53px;
  margin: 7px 0px;
}
@media (min-width: 1024px) {
  /* line 655, ../sass/components/c-header.scss */
  .header .main-header .logo-container {
    margin-right: 30px;
    max-width: 349px;
    max-height: 64px;
    margin: 0px 30px 0px 0px;
  }
}
@media (max-width: 1023px) {
  /* line 669, ../sass/components/c-header.scss */
  .header .main-header .logo-container--multiple-img {
    -ms-flex-item-align: start;
        align-self: flex-start;
  }
}
/* line 675, ../sass/components/c-header.scss */
.header .main-header .logo-container__desktop-only {
  display: block;
}
@media (max-width: 1023px) {
  /* line 675, ../sass/components/c-header.scss */
  .header .main-header .logo-container__desktop-only {
    display: none;
  }
}
/* line 683, ../sass/components/c-header.scss */
.header .main-header .logo-container__mobile-only {
  display: none;
}
@media (max-width: 1023px) {
  /* line 683, ../sass/components/c-header.scss */
  .header .main-header .logo-container__mobile-only {
    display: block;
  }
}
/* line 691, ../sass/components/c-header.scss */
.header .main-header .logo-container img {
  width: auto;
  max-height: 64px;
  max-width: 100%;
}
@media (max-width: 1023px) {
  /* line 691, ../sass/components/c-header.scss */
  .header .main-header .logo-container img {
    max-height: 53px;
    height: auto;
    width: inherit;
  }
}
/* line 704, ../sass/components/c-header.scss */
.header .main-header .search-bar-container {
  position: relative;
  width: 100%;
}
@media (min-width: 768px) {
  /* line 704, ../sass/components/c-header.scss */
  .header .main-header .search-bar-container {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
/* line 712, ../sass/components/c-header.scss */
.header .main-header .search-bar-container input {
  border: 1px solid var(--mediumBorder);
  color: var(--gray);
  font-family: var(--font-family-secondary);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  width: 100%;
  height: 44px;
  padding-left: 20px;
  cursor: pointer;
}
/* line 725, ../sass/components/c-header.scss */
.header .main-header .search-bar-container input:focus {
  outline: none;
}
/* line 728, ../sass/components/c-header.scss */
.header .main-header .search-bar-container input:focus::-webkit-input-placeholder {
  color: transparent;
}
.header .main-header .search-bar-container input:focus:-ms-input-placeholder {
  color: transparent;
}
.header .main-header .search-bar-container input:focus::-ms-input-placeholder {
  color: transparent;
}
.header .main-header .search-bar-container input:focus::placeholder {
  color: transparent;
}
/* line 733, ../sass/components/c-header.scss */
.header .main-header .search-bar-container input::-webkit-input-placeholder {
  color: var(--gray);
}
.header .main-header .search-bar-container input:-ms-input-placeholder {
  color: var(--gray);
}
.header .main-header .search-bar-container input::-ms-input-placeholder {
  color: var(--gray);
}
.header .main-header .search-bar-container input::placeholder {
  color: var(--gray);
}
@media (min-width: 768px) {
  /* line 712, ../sass/components/c-header.scss */
  .header .main-header .search-bar-container input {
    font-size: 17px;
    height: 56px;
  }
}
@media (max-width: 400px) {
  /* line 712, ../sass/components/c-header.scss */
  .header .main-header .search-bar-container input {
    font-size: 13px;
  }
}
/* line 747, ../sass/components/c-header.scss */
.header .main-header .search-bar-container .close {
  display: none;
  width: 14px;
  height: 14px;
  position: absolute;
  right: 57px;
  top: calc(50% - 6.5px);
  cursor: pointer;
}
/* line 756, ../sass/components/c-header.scss */
.header .main-header .search-bar-container .close.visible {
  display: block;
}
/* line 760, ../sass/components/c-header.scss */
.header .main-header .search-bar-container .close svg {
  width: 14px;
  height: 14px;
  background-color: var(--notificationRed);
  border-radius: 50%;
  padding: 3px;
  cursor: pointer;
  display: block;
}
/* line 771, ../sass/components/c-header.scss */
.header .main-header .search-bar-container button {
  background: var(--darkBlue);
  border: 0;
  cursor: pointer;
  display: inline-block;
  height: 100%;
  top: 0px;
  position: absolute;
  right: 0px;
  width: 49px;
}
/* line 782, ../sass/components/c-header.scss */
.header .main-header .search-bar-container button svg {
  width: 20px;
  height: 20px;
}
/* line 788, ../sass/components/c-header.scss */
.header .main-header .search-bar-container .search-popup {
  top: 150px;
  width: 100vw;
  left: 0;
  z-index: 9999;
  background: var(--white);
  position: fixed;
  left: 0;
  -webkit-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  border-top: 1px solid var(--mediumBorder);
  display: none;
  opacity: 0;
  -webkit-transition: opacity 0.25s;
  transition: opacity 0.25s;
}
@media (max-width: 1023px) {
  /* line 788, ../sass/components/c-header.scss */
  .header .main-header .search-bar-container .search-popup {
    top: 0px;
    height: 100vh;
    overflow-y: scroll;
    padding-bottom: 50px;
    background: var(--bgGrayWhite);
  }
}
/* line 810, ../sass/components/c-header.scss */
.header .main-header .search-bar-container .search-popup .isLoading {
  margin-top: calc((100vh - 130px - 50px) / 2);
  text-align: center;
}
@media (min-width: 1023px) {
  /* line 810, ../sass/components/c-header.scss */
  .header .main-header .search-bar-container .search-popup .isLoading {
    margin: 50px 0;
  }
}
@media (max-width: 1023px) {
  /* line 818, ../sass/components/c-header.scss */
  .header .main-header .search-bar-container .search-popup .isLoading img {
    width: 50px;
  }
}
/* line 825, ../sass/components/c-header.scss */
.header .main-header .search-bar-container .search-popup.open {
  display: block;
  opacity: 1;
}
/* line 830, ../sass/components/c-header.scss */
.header .main-header .search-bar-container .search-popup__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px 20px 0px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 16px;
}
/* line 838, ../sass/components/c-header.scss */
.header .main-header .search-bar-container .search-popup__input {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
/* line 843, ../sass/components/c-header.scss */
.header .main-header .search-bar-container .search-popup__close {
  background: transparent !important;
  height: auto;
  position: relative;
  top: inherit;
  right: inherit;
  width: inherit;
  display: block;
  font-size: 16px;
  font-weight: 400;
}
@media (max-width: 1023px) {
  /* line 856, ../sass/components/c-header.scss */
  .header .main-header .search-bar-container .search-popup .layout-container {
    padding: 0px;
  }
}
@media (max-width: 1023px) {
  /* line 862, ../sass/components/c-header.scss */
  .header .main-header .search-bar-container .search-popup .layout-container.search-blogs .search-suggestions {
    border-bottom: none;
    margin-bottom: 0px;
    padding: 20px;
  }
}
@media (max-width: 1023px) {
  /* line 869, ../sass/components/c-header.scss */
  .header .main-header .search-bar-container .search-popup .layout-container.search-blogs .search-suggestions__item {
    color: var(--darkGray);
  }
}
@media (max-width: 1023px) {
  /* line 877, ../sass/components/c-header.scss */
  .header .main-header .search-bar-container .search-popup .layout-container.search-blogs .search-popup__wrapper {
    padding: 0px 20px;
  }
}
@media (max-width: 1023px) {
  /* line 882, ../sass/components/c-header.scss */
  .header .main-header .search-bar-container .search-popup .layout-container.search-blogs .search-popup__wrapper .search-header {
    padding: 10px 8px;
  }
}
/* line 888, ../sass/components/c-header.scss */
.header .main-header .search-bar-container .search-popup .layout-container.search-blogs .search-popup__wrapper .search-header:hover .search-header__title {
  color: var(--darkGray);
}
/* line 892, ../sass/components/c-header.scss */
.header .main-header .search-bar-container .search-popup .layout-container.search-blogs .search-popup__wrapper .search-header:hover svg {
  opacity: 1;
}
/* line 897, ../sass/components/c-header.scss */
.header .main-header .search-bar-container .search-popup .layout-container.search-blogs .search-popup__wrapper .search-header svg {
  opacity: 0;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
/* line 901, ../sass/components/c-header.scss */
.header .main-header .search-bar-container .search-popup .layout-container.search-blogs .search-popup__wrapper .search-header svg path {
  fill: var(--darkBlue);
}
@media (max-width: 1023px) {
  /* line 906, ../sass/components/c-header.scss */
  .header .main-header .search-bar-container .search-popup .layout-container.search-blogs .search-popup__wrapper .search-header__title {
    font-size: 18px;
    line-height: 32px;
  }
}
@media (max-width: 1023px) {
  /* line 915, ../sass/components/c-header.scss */
  .header .main-header .search-bar-container .search-popup .layout-container.search-blogs .search-popup__left-side {
    display: block;
    -webkit-box-ordinal-group: inherit;
        -ms-flex-order: inherit;
            order: inherit;
    margin-bottom: 12px;
    padding: 0px;
  }
}
@media (max-width: 1023px) {
  /* line 924, ../sass/components/c-header.scss */
  .header .main-header .search-bar-container .search-popup .layout-container.search-blogs .search-popup__left-side .category__item {
    margin-bottom: 12px;
    margin-left: 0px;
  }
}
@media (max-width: 1023px) {
  /* line 931, ../sass/components/c-header.scss */
  .header .main-header .search-bar-container .search-popup .layout-container.search-blogs .search-popup__left-side .category__title {
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 23px;
  }
}
@media (max-width: 1023px) {
  /* line 940, ../sass/components/c-header.scss */
  .header .main-header .search-bar-container .search-popup .layout-container.search-blogs .search-popup__left-side .category__description {
    display: block;
  }
}
@media (max-width: 1023px) {
  /* line 948, ../sass/components/c-header.scss */
  .header .main-header .search-bar-container .search-popup .layout-container.search-blogs .search-popup__right-side {
    padding: 0px;
  }
}
@media (max-width: 1023px) {
  /* line 954, ../sass/components/c-header.scss */
  .header .main-header .search-bar-container .search-popup .layout-container.search-blogs .search-popup__right-side .news__container {
    margin-top: 18px;
  }
}
@media (min-width: 1024px) {
  /* line 954, ../sass/components/c-header.scss */
  .header .main-header .search-bar-container .search-popup .layout-container.search-blogs .search-popup__right-side .news__container {
    margin-bottom: 100px;
  }
}
/* line 964, ../sass/components/c-header.scss */
.header .main-header .search-bar-container .search-popup .layout-container.search-blogs .search-popup__right-side .news__container.swiper .swiper-wrapper {
  gap: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
@media (max-width: 1023px) {
  /* line 964, ../sass/components/c-header.scss */
  .header .main-header .search-bar-container .search-popup .layout-container.search-blogs .search-popup__right-side .news__container.swiper .swiper-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
/* line 972, ../sass/components/c-header.scss */
.header .main-header .search-bar-container .search-popup .layout-container.search-blogs .search-popup__right-side .news__container.swiper .swiper-wrapper .swiper-slide {
  height: auto !important;
}
/* line 977, ../sass/components/c-header.scss */
.header .main-header .search-bar-container .search-popup .layout-container.search-blogs .search-popup__right-side .news__container.swiper .custom-carousel-control {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  bottom: 12px;
  width: 100%;
}
/* line 986, ../sass/components/c-header.scss */
.header .main-header .search-bar-container .search-popup .layout-container.search-blogs .search-popup__right-side .news__container.swiper .swiper-pagination-container {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: auto;
  position: relative;
}
/* line 992, ../sass/components/c-header.scss */
.header .main-header .search-bar-container .search-popup .layout-container.search-blogs .search-popup__right-side .news__container.swiper .swiper-pagination {
  bottom: 0px !important;
  width: auto !important;
  left: inherit !important;
  position: relative !important;
}
/* line 999, ../sass/components/c-header.scss */
.header .main-header .search-bar-container .search-popup .layout-container.search-blogs .search-popup__right-side .news__container.swiper .swiper-pagination .swiper-pagination-bullet {
  width: 9px;
  height: 9px;
  border-radius: 50px;
  opacity: 1;
  background-color: var(--white);
  border: 1px solid var(--darkBlue);
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
/* line 1009, ../sass/components/c-header.scss */
.header .main-header .search-bar-container .search-popup .layout-container.search-blogs .search-popup__right-side .news__container.swiper .swiper-pagination .swiper-pagination-bullet-active {
  width: 9px;
  height: 9px;
  background: var(--darkBlue);
}
/* line 1017, ../sass/components/c-header.scss */
.header .main-header .search-bar-container .search-popup .layout-container.search-blogs .search-popup__right-side .news__container.swiper .blogs__button-left {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  border: none;
  outline: none;
  cursor: pointer;
  bottom: 0;
  left: -25px;
}
/* line 1028, ../sass/components/c-header.scss */
.header .main-header .search-bar-container .search-popup .layout-container.search-blogs .search-popup__right-side .news__container.swiper .blogs__button-left svg path {
  fill: var(--darkBlue);
}
/* line 1034, ../sass/components/c-header.scss */
.header .main-header .search-bar-container .search-popup .layout-container.search-blogs .search-popup__right-side .news__container.swiper .blogs__button-right {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  border: none;
  outline: none;
  cursor: pointer;
  bottom: 0;
  right: -25px;
}
/* line 1045, ../sass/components/c-header.scss */
.header .main-header .search-bar-container .search-popup .layout-container.search-blogs .search-popup__right-side .news__container.swiper .blogs__button-right svg path {
  fill: var(--darkBlue);
}
@media (max-width: 1023px) {
  /* line 1055, ../sass/components/c-header.scss */
  .header .main-header .search-bar-container .search-popup .layout-container.search-blogs .search-popup__right-side .news__image img {
    max-height: 100px;
  }
}
@media (max-width: 1023px) {
  /* line 1062, ../sass/components/c-header.scss */
  .header .main-header .search-bar-container .search-popup .layout-container.search-blogs .search-popup__right-side .news__list {
    display: grid;
  }
}
@media (max-width: 1023px) {
  /* line 1068, ../sass/components/c-header.scss */
  .header .main-header .search-bar-container .search-popup .layout-container.search-blogs .search-popup__right-side .news__link {
    display: none;
  }
}
/* line 1074, ../sass/components/c-header.scss */
.header .main-header .search-bar-container .search-popup .layout-container.search-blogs .search-popup__right-side .news__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (max-width: 1023px) {
  /* line 1074, ../sass/components/c-header.scss */
  .header .main-header .search-bar-container .search-popup .layout-container.search-blogs .search-popup__right-side .news__item {
    border: none;
    padding: 0px;
    background: none;
  }
}
/* line 1085, ../sass/components/c-header.scss */
.header .main-header .search-bar-container .search-popup .layout-container.search-blogs .search-popup__right-side .news__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media (max-width: 1023px) {
  /* line 1090, ../sass/components/c-header.scss */
  .header .main-header .search-bar-container .search-popup .layout-container.search-blogs .search-popup__right-side .news__content .news-details {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 6px;
    -webkit-box-align: inherit;
        -ms-flex-align: inherit;
            align-items: inherit;
  }
}
@media (max-width: 1023px) {
  /* line 1097, ../sass/components/c-header.scss */
  .header .main-header .search-bar-container .search-popup .layout-container.search-blogs .search-popup__right-side .news__content .news-details .date {
    font-size: 11.883px;
    font-weight: 400;
  }
}
@media (max-width: 1023px) {
  /* line 1105, ../sass/components/c-header.scss */
  .header .main-header .search-bar-container .search-popup .layout-container.search-blogs .search-popup__right-side .news__content .text {
    padding-right: 0px;
  }
}
/* line 1110, ../sass/components/c-header.scss */
.header .main-header .search-bar-container .search-popup .layout-container.search-blogs .search-popup__right-side .news__content .text.bold {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media (max-width: 1023px) {
  /* line 1114, ../sass/components/c-header.scss */
  .header .main-header .search-bar-container .search-popup .layout-container.search-blogs .search-popup__right-side .news__content .text:not(.bold) {
    -webkit-line-clamp: 2;
  }
}
/* line 1127, ../sass/components/c-header.scss */
.header .main-header .search-bar-container .search-popup .search-suggestions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  color: var(--darkGray);
  font-family: var(--font-family-secondary);
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 32px;
  margin: 18px 0px;
}
@media (max-width: 1023px) {
  /* line 1127, ../sass/components/c-header.scss */
  .header .main-header .search-bar-container .search-popup .search-suggestions {
    padding: 0px 20px;
    gap: 3px;
    border-bottom: 1px solid var(--lightBorder);
    margin-bottom: 20px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 12px 0px;
  }
}
/* line 1148, ../sass/components/c-header.scss */
.header .main-header .search-bar-container .search-popup .search-suggestions__title {
  font-weight: 700;
}
/* line 1152, ../sass/components/c-header.scss */
.header .main-header .search-bar-container .search-popup .search-suggestions__item {
  text-decoration: none;
  color: inherit;
}
@media (max-width: 1023px) {
  /* line 1152, ../sass/components/c-header.scss */
  .header .main-header .search-bar-container .search-popup .search-suggestions__item {
    margin-right: 7px;
    color: var(--darkBlue);
  }
}
@media (max-width: 1023px) {
  /* line 1161, ../sass/components/c-header.scss */
  .header .main-header .search-bar-container .search-popup .search-suggestions__item:nth-child(n+4) {
    display: none;
  }
}
/* line 1167, ../sass/components/c-header.scss */
.header .main-header .search-bar-container .search-popup .search-suggestions__item:hover {
  text-decoration: underline;
  text-underline-offset: 4px;
}
/* line 1174, ../sass/components/c-header.scss */
.header .main-header .search-bar-container .search-popup__wrapper {
  display: grid;
  grid-template-columns: repeat(12, [col-start] 1fr);
  grid-gap: 0px 20px;
  margin-top: 18px;
}
@media (max-width: 1023px) {
  /* line 1174, ../sass/components/c-header.scss */
  .header .main-header .search-bar-container .search-popup__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 12px;
  }
}
/* line 1187, ../sass/components/c-header.scss */
.header .main-header .search-bar-container .search-popup__left-side {
  grid-column: col-start 1 / span 3;
  padding-bottom: 67px;
}
@media (max-width: 1023px) {
  /* line 1187, ../sass/components/c-header.scss */
  .header .main-header .search-bar-container .search-popup__left-side {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10px;
    padding: 0px 10px;
  }
}
@media (max-width: 1023px) {
  /* line 1200, ../sass/components/c-header.scss */
  .header .main-header .search-bar-container .search-popup__left-side .wrapper .search-header {
    padding: 10px;
  }
}
/* line 1208, ../sass/components/c-header.scss */
.header .main-header .search-bar-container .search-popup__right-side {
  grid-column: col-start 4 / span 9;
  padding-left: 16px;
  border-left: 1px solid var(--lightBorder);
}
@media (max-width: 1023px) {
  /* line 1208, ../sass/components/c-header.scss */
  .header .main-header .search-bar-container .search-popup__right-side {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    padding-left: 0px;
    border-left: none;
  }
}
/* line 1220, ../sass/components/c-header.scss */
.header .main-header .search-bar-container .search-popup__right-side .news__container {
  margin-top: 2px;
}
/* line 1224, ../sass/components/c-header.scss */
.header .main-header .search-bar-container .search-popup__right-side .news__list {
  grid-template-columns: 1fr 1fr;
}
/* line 1228, ../sass/components/c-header.scss */
.header .main-header .search-bar-container .search-popup__right-side .news__item {
  border-radius: 2px;
}
/* line 1233, ../sass/components/c-header.scss */
.header .main-header .search-bar-container .search-popup__right-side .news__item:hover .news-details .label {
  background-color: var(--darkBlue);
  color: var(--white);
}
/* line 1243, ../sass/components/c-header.scss */
.header .main-header .search-bar-container .search-popup__right-side .news__content .news-details .label {
  color: var(--black);
  background-color: var(--lightBlueGray);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  padding: 4px;
}
/* line 1251, ../sass/components/c-header.scss */
.header .main-header .search-bar-container .search-popup__right-side .news__content .text:not(.bold) {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
/* line 1262, ../sass/components/c-header.scss */
.header .main-header .search-bar-container .search-popup__full-width {
  grid-column: col-start 1 / span 12;
}
/* line 1266, ../sass/components/c-header.scss */
.header .main-header .search-bar-container .search-popup__empty {
  padding-bottom: 20px;
}
@media (max-width: 767px) {
  /* line 1266, ../sass/components/c-header.scss */
  .header .main-header .search-bar-container .search-popup__empty {
    padding: 0px 20px;
  }
}
/* line 1273, ../sass/components/c-header.scss */
.header .main-header .search-bar-container .search-popup__empty--title {
  color: var(--darkGray);
  font-family: var(--font-family-primary);
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 14px;
  margin-top: 20px;
}
/* line 1284, ../sass/components/c-header.scss */
.header .main-header .search-bar-container .search-popup__empty--description {
  color: var(--gray);
  font-family: var(--font-family-secondary);
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 82px;
}
/* line 1294, ../sass/components/c-header.scss */
.header .main-header .search-bar-container .search-popup__empty--wrapper {
  margin: 40px 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (max-width: 1023px) {
  /* line 1294, ../sass/components/c-header.scss */
  .header .main-header .search-bar-container .search-popup__empty--wrapper {
    display: none;
  }
}
/* line 1303, ../sass/components/c-header.scss */
.header .main-header .search-bar-container .search-popup__empty--wrapper .wrapper {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding: 0px 15px;
}
/* line 1307, ../sass/components/c-header.scss */
.header .main-header .search-bar-container .search-popup__empty--wrapper .wrapper:first-child {
  padding-left: 0px;
}
/* line 1311, ../sass/components/c-header.scss */
.header .main-header .search-bar-container .search-popup__empty--wrapper .wrapper:last-child {
  padding-right: 0px;
}
/* line 1315, ../sass/components/c-header.scss */
.header .main-header .search-bar-container .search-popup__empty--wrapper .wrapper:not(:last-child) {
  border-right: 1px solid var(--lightBorder);
}
/* line 1319, ../sass/components/c-header.scss */
.header .main-header .search-bar-container .search-popup__empty--wrapper .wrapper:nth-child(1):nth-last-child(2), .header .main-header .search-bar-container .search-popup__empty--wrapper .wrapper:nth-child(2):nth-last-child(1) {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
}
/* line 1324, ../sass/components/c-header.scss */
.header .main-header .search-bar-container .search-popup__empty--wrapper .wrapper:nth-child(1):nth-last-child(3), .header .main-header .search-bar-container .search-popup__empty--wrapper .wrapper:nth-child(2):nth-last-child(2) {
  -ms-flex-preferred-size: 25%;
      flex-basis: 25%;
}
/* line 1329, ../sass/components/c-header.scss */
.header .main-header .search-bar-container .search-popup__empty--wrapper .wrapper:nth-child(3):nth-last-child(1) {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
}
/* line 1333, ../sass/components/c-header.scss */
.header .main-header .search-bar-container .search-popup__empty--wrapper .wrapper:nth-child(1):nth-last-child(4), .header .main-header .search-bar-container .search-popup__empty--wrapper .wrapper:nth-child(2):nth-last-child(3), .header .main-header .search-bar-container .search-popup__empty--wrapper .wrapper:nth-child(3):nth-last-child(2), .header .main-header .search-bar-container .search-popup__empty--wrapper .wrapper:nth-child(4):nth-last-child(1) {
  -ms-flex-preferred-size: 25%;
      flex-basis: 25%;
}
/* line 1342, ../sass/components/c-header.scss */
.header .main-header .search-bar-container .search-popup__empty--text {
  color: var(--darkGray);
  font-family: var(--font-family-secondary);
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 23px;
  padding: 11px 2px;
}
@media (max-width: 1023px) {
  /* line 1352, ../sass/components/c-header.scss */
  .header .main-header .search-bar-container .search-popup__empty .c-category-carousel__item {
    height: 90px !important;
    padding: 5px;
  }
}
@media (max-width: 1023px) {
  /* line 1360, ../sass/components/c-header.scss */
  .header .main-header .search-bar-container .search-popup .wrapper {
    width: 100%;
  }
}
/* line 1365, ../sass/components/c-header.scss */
.header .main-header .search-bar-container .search-popup .wrapper .search-header {
  text-decoration: none;
  background-color: var(--lightSkyBlue);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  padding: 14px 12px;
  cursor: pointer;
}
@media (max-width: 1023px) {
  /* line 1365, ../sass/components/c-header.scss */
  .header .main-header .search-bar-container .search-popup .wrapper .search-header {
    padding: 14px 20px;
  }
}
/* line 1379, ../sass/components/c-header.scss */
.header .main-header .search-bar-container .search-popup .wrapper .search-header:hover .search-header__title {
  color: var(--darkBlue);
}
/* line 1383, ../sass/components/c-header.scss */
.header .main-header .search-bar-container .search-popup .wrapper .search-header:hover svg {
  opacity: 1;
}
/* line 1388, ../sass/components/c-header.scss */
.header .main-header .search-bar-container .search-popup .wrapper .search-header__title {
  color: var(--darkGray);
  font-family: var(--font-family-primary);
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 23px;
  -webkit-transition: color 0.25s ease-in-out;
  transition: color 0.25s ease-in-out;
  text-decoration: none;
}
/* line 1399, ../sass/components/c-header.scss */
.header .main-header .search-bar-container .search-popup .wrapper .search-header svg {
  opacity: 0;
  -webkit-transition: opacity 0.25s ease-in-out;
  transition: opacity 0.25s ease-in-out;
}
/* line 1407, ../sass/components/c-header.scss */
.header .main-header .search-bar-container .search-popup .wrapper .search-content .category__item {
  margin: 14px 29px;
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (max-width: 1023px) {
  /* line 1407, ../sass/components/c-header.scss */
  .header .main-header .search-bar-container .search-popup .wrapper .search-content .category__item {
    margin: 0px 10px;
  }
}
@media (max-width: 1023px) {
  /* line 1417, ../sass/components/c-header.scss */
  .header .main-header .search-bar-container .search-popup .wrapper .search-content .category__item:first-child {
    margin-top: 15px;
  }
}
/* line 1424, ../sass/components/c-header.scss */
.header .main-header .search-bar-container .search-popup .wrapper .search-content .category__title {
  color: var(--darkGray);
  font-family: var(--font-family-secondary);
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  line-height: 23px;
  -webkit-transition: color 0.25s ease-in-out;
  transition: color 0.25s ease-in-out;
}
@media (max-width: 1023px) {
  /* line 1424, ../sass/components/c-header.scss */
  .header .main-header .search-bar-container .search-popup .wrapper .search-content .category__title {
    font-weight: 400;
    line-height: 41px;
  }
}
/* line 1438, ../sass/components/c-header.scss */
.header .main-header .search-bar-container .search-popup .wrapper .search-content .category__title:hover {
  color: var(--darkBlue);
}
/* line 1443, ../sass/components/c-header.scss */
.header .main-header .search-bar-container .search-popup .wrapper .search-content .category__description {
  color: var(--darkGray);
  font-family: var(--font-family-secondary);
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 23px;
  display: -webkit-box;
  -webkit-line-clamp: 10;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (max-width: 1023px) {
  /* line 1443, ../sass/components/c-header.scss */
  .header .main-header .search-bar-container .search-popup .wrapper .search-content .category__description {
    display: none;
  }
}
/* line 1462, ../sass/components/c-header.scss */
.header .main-header .search-bar-container .search-popup .wrapper .search-content .trademarks {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-gap: 18px;
  margin: 22px 0px 10px;
}
@media (max-width: 1023px) {
  /* line 1462, ../sass/components/c-header.scss */
  .header .main-header .search-bar-container .search-popup .wrapper .search-content .trademarks {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-gap: 12px;
    margin: 16.7px 0px;
  }
}
/* line 1474, ../sass/components/c-header.scss */
.header .main-header .search-bar-container .search-popup .wrapper .search-content .trademarks__img {
  border: 1.135px solid var(--lightBorder);
  height: 87px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
}
@media (max-width: 1023px) {
  /* line 1474, ../sass/components/c-header.scss */
  .header .main-header .search-bar-container .search-popup .wrapper .search-content .trademarks__img {
    height: 66px;
  }
}
/* line 1486, ../sass/components/c-header.scss */
.header .main-header .search-bar-container .search-popup .wrapper .search-content .trademarks__img img {
  width: auto;
  height: auto;
  padding: 8px;
  -webkit-transition: -webkit-transform 0.25s;
  transition: -webkit-transform 0.25s;
  transition: transform 0.25s;
  transition: transform 0.25s, -webkit-transform 0.25s;
  max-height: 100%;
  max-width: 100%;
}
/* line 1494, ../sass/components/c-header.scss */
.header .main-header .search-bar-container .search-popup .wrapper .search-content .trademarks__img img:hover {
  -webkit-transform: scale(1.03);
          transform: scale(1.03);
}
/* line 1500, ../sass/components/c-header.scss */
.header .main-header .search-bar-container .search-popup .wrapper .search-content .trademarks__link {
  color: var(--darkBlue);
  font-family: var(--font-family-secondary);
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  line-height: 23px;
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: opacity 0.25s;
  transition: opacity 0.25s;
  opacity: 1;
}
/* line 1514, ../sass/components/c-header.scss */
.header .main-header .search-bar-container .search-popup .wrapper .search-content .trademarks__link:hover {
  opacity: 0.7;
}
/* line 1520, ../sass/components/c-header.scss */
.header .main-header .search-bar-container .search-popup .wrapper .search-content .products {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-gap: 30px;
  margin-top: 30px;
  margin-bottom: 30px;
}
@media (max-width: 1023px) {
  /* line 1520, ../sass/components/c-header.scss */
  .header .main-header .search-bar-container .search-popup .wrapper .search-content .products {
    grid-template-columns: repeat(1, minmax(0, 1fr));
    grid-gap: 0px;
    margin-top: 10px;
    margin-bottom: 0px;
    padding: 0px 20px;
  }
}
/* line 1535, ../sass/components/c-header.scss */
.header .main-header .search-bar-container .search-popup .wrapper .search-content .products__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-decoration: none;
  gap: 19px;
  min-width: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-negative: 1;
      flex-shrink: 1;
  max-width: 100%;
}
@media (max-width: 1023px) {
  /* line 1535, ../sass/components/c-header.scss */
  .header .main-header .search-bar-container .search-popup .wrapper .search-content .products__item {
    gap: 18px;
    border-bottom: 1px solid var(--lightBorder);
    padding: 8px 5px 8px 0px;
  }
}
@media (max-width: 1023px) {
  /* line 1550, ../sass/components/c-header.scss */
  .header .main-header .search-bar-container .search-popup .wrapper .search-content .products__item:nth-child(n+5) {
    display: none;
  }
}
/* line 1557, ../sass/components/c-header.scss */
.header .main-header .search-bar-container .search-popup .wrapper .search-content .products__wrapper {
  max-width: 100%;
  min-width: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
@media (max-width: 1023px) {
  /* line 1557, ../sass/components/c-header.scss */
  .header .main-header .search-bar-container .search-popup .wrapper .search-content .products__wrapper {
    margin-top: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 12px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
/* line 1573, ../sass/components/c-header.scss */
.header .main-header .search-bar-container .search-popup .wrapper .search-content .products__img {
  width: 68px;
  height: 67px;
  min-width: 68px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 1023px) {
  /* line 1573, ../sass/components/c-header.scss */
  .header .main-header .search-bar-container .search-popup .wrapper .search-content .products__img {
    width: 48px;
    height: 48px;
    min-width: 48px;
  }
}
/* line 1587, ../sass/components/c-header.scss */
.header .main-header .search-bar-container .search-popup .wrapper .search-content .products__img img {
  width: 100%;
  height: auto;
}
/* line 1593, ../sass/components/c-header.scss */
.header .main-header .search-bar-container .search-popup .wrapper .search-content .products__title {
  color: var(--darkGray);
  font-family: var(--font-family-secondary);
  font-size: 15px;
  font-weight: 600;
  line-height: 23px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  min-width: 0;
  max-width: 100%;
}
@media (max-width: 1023px) {
  /* line 1593, ../sass/components/c-header.scss */
  .header .main-header .search-bar-container .search-popup .wrapper .search-content .products__title {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    font-size: 14px;
  }
}
@media (max-width: 1023px) {
  /* line 1610, ../sass/components/c-header.scss */
  .header .main-header .search-bar-container .search-popup .wrapper .search-content .products__title--wrapper {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    min-width: 0;
    max-width: 100%;
  }
}
/* line 1621, ../sass/components/c-header.scss */
.header .main-header .search-bar-container .search-popup .wrapper .search-content .products__category {
  color: var(--darkGray);
  font-family: var(--font-family-secondary);
  font-size: 15px;
  font-weight: 400;
  line-height: 23px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  min-width: 0;
  max-width: 100%;
}
@media (max-width: 1023px) {
  /* line 1621, ../sass/components/c-header.scss */
  .header .main-header .search-bar-container .search-popup .wrapper .search-content .products__category {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    font-size: 14px;
  }
}
/* line 1639, ../sass/components/c-header.scss */
.header .main-header .search-bar-container .search-popup .wrapper .search-content .products__container {
  color: var(--darkGray);
  font-family: var(--font-family-secondary);
  font-size: 15px;
  font-weight: 700;
  line-height: 23px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
}
@media (max-width: 1023px) {
  /* line 1639, ../sass/components/c-header.scss */
  .header .main-header .search-bar-container .search-popup .wrapper .search-content .products__container {
    font-size: 14px;
  }
}
/* line 1653, ../sass/components/c-header.scss */
.header .main-header .search-bar-container .search-popup .wrapper .search-content .products__container .price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
/* line 1657, ../sass/components/c-header.scss */
.header .main-header .search-bar-container .search-popup .wrapper .search-content .products__container .price .decimal {
  font-size: 10px;
  font-weight: 700;
  -ms-flex-item-align: start;
      align-self: flex-start;
  margin-top: -2px;
  margin-left: 1px;
}
/* line 1666, ../sass/components/c-header.scss */
.header .main-header .search-bar-container .search-popup .wrapper .search-content .products__container > span.starting-price-text {
  font-weight: 400;
}
/* line 1671, ../sass/components/c-header.scss */
.header .main-header .search-bar-container .search-popup .wrapper .search-content .products__button {
  border-radius: 2px;
  border: 1.692px solid var(--lightBorder);
  background: var(--darkBlue);
  color: var(--white);
  text-align: center;
  font-family: var(--font-family-primary);
  font-size: 16px;
  font-weight: 500;
  padding: 11px;
  -webkit-transition: background-color 0.25s;
  transition: background-color 0.25s;
  text-decoration: none;
  grid-column: 3;
  margin-top: 10px;
  max-height: 45px;
}
@media (max-width: 1023px) {
  /* line 1671, ../sass/components/c-header.scss */
  .header .main-header .search-bar-container .search-popup .wrapper .search-content .products__button {
    margin: 15px 10px;
    grid-column: 1;
  }
}
/* line 1692, ../sass/components/c-header.scss */
.header .main-header .search-bar-container .search-popup .wrapper .search-content .products__button:hover {
  background-color: var(--orange);
}
/* line 1702, ../sass/components/c-header.scss */
.header .main-header .icons-container {
  display: none;
}
@media (min-width: 1024px) {
  /* line 1702, ../sass/components/c-header.scss */
  .header .main-header .icons-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 15px;
  }
}
/* line 1712, ../sass/components/c-header.scss */
.header .main-header .icons-container a {
  position: relative;
  text-decoration: none;
  width: auto;
  height: 54px;
  position: relative;
  -webkit-transition: background-color 0.5s ease, background-image 0.5s ease;
  transition: background-color 0.5s ease, background-image 0.5s ease;
  background-repeat: no-repeat;
  background-position: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-left: 1px solid #C6C6C6;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  padding-left: 15px;
  cursor: pointer;
}
/* line 1735, ../sass/components/c-header.scss */
.header .main-header .icons-container a:first-child {
  border-left: none;
}
/* line 1741, ../sass/components/c-header.scss */
.header .main-header .icons-container a.login-icon .before-login-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
}
/* line 1748, ../sass/components/c-header.scss */
.header .main-header .icons-container a.login-icon .before-login-icon svg {
  width: 35px;
  height: 25px;
  -webkit-transition: -webkit-transform .25s ease;
  transition: -webkit-transform .25s ease;
  transition: transform .25s ease;
  transition: transform .25s ease, -webkit-transform .25s ease;
  -webkit-transform-origin: center;
          transform-origin: center;
}
/* line 1756, ../sass/components/c-header.scss */
.header .main-header .icons-container a.login-icon .after-login-icon {
  display: none;
}
/* line 1759, ../sass/components/c-header.scss */
.header .main-header .icons-container a.login-icon .after-login-icon svg {
  width: 35px;
  height: 25px;
  -webkit-transition: -webkit-transform .25s ease;
  transition: -webkit-transform .25s ease;
  transition: transform .25s ease;
  transition: transform .25s ease, -webkit-transform .25s ease;
  -webkit-transform-origin: center;
          transform-origin: center;
}
/* line 1767, ../sass/components/c-header.scss */
.header .main-header .icons-container a.login-icon .login-text {
  color: #222;
  font-family: var(--font-family-primary);
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.3px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
/* line 1781, ../sass/components/c-header.scss */
.header .main-header .icons-container a.login-icon:hover .before-login-icon svg {
  -webkit-transform: scale(1.228571, 1.24);
          transform: scale(1.228571, 1.24);
}
/* line 1784, ../sass/components/c-header.scss */
.header .main-header .icons-container a.login-icon:hover .before-login-icon svg path {
  fill: var(--darkBlue);
}
/* line 1790, ../sass/components/c-header.scss */
.header .main-header .icons-container a.login-icon:hover .login-text {
  color: var(--darkBlue);
  text-decoration: underline;
}
/* line 1798, ../sass/components/c-header.scss */
.header .main-header .icons-container a.login-icon.logged-in .before-login-icon {
  display: none;
}
/* line 1802, ../sass/components/c-header.scss */
.header .main-header .icons-container a.login-icon.logged-in .after-login-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
}
/* line 1814, ../sass/components/c-header.scss */
.header .main-header .icons-container a.login-icon.logged-in:hover .after-login-icon svg {
  -webkit-transform: scale(1.228571, 1.24);
          transform: scale(1.228571, 1.24);
}
/* line 1817, ../sass/components/c-header.scss */
.header .main-header .icons-container a.login-icon.logged-in:hover .after-login-icon svg path {
  fill: var(--darkBlue);
}
/* line 1821, ../sass/components/c-header.scss */
.header .main-header .icons-container a.login-icon.logged-in:hover .after-login-icon svg rect {
  fill: var(--darkBlue);
}
/* line 1827, ../sass/components/c-header.scss */
.header .main-header .icons-container a.login-icon.logged-in:hover .login-text {
  color: var(--darkBlue);
  text-decoration: underline;
}
/* line 1837, ../sass/components/c-header.scss */
.header .main-header .icons-container a.wishlist-icon svg {
  width: 24px;
  height: 26px;
  -webkit-transition: -webkit-transform .25s ease;
  transition: -webkit-transform .25s ease;
  transition: transform .25s ease;
  transition: transform .25s ease, -webkit-transform .25s ease;
  -webkit-transform-origin: center;
          transform-origin: center;
}
/* line 1845, ../sass/components/c-header.scss */
.header .main-header .icons-container a.wishlist-icon:hover svg {
  -webkit-transform: scale(1.208333, 1.269231);
          transform: scale(1.208333, 1.269231);
}
/* line 1848, ../sass/components/c-header.scss */
.header .main-header .icons-container a.wishlist-icon:hover svg path {
  fill: var(--darkBlue);
}
/* line 1853, ../sass/components/c-header.scss */
.header .main-header .icons-container a.wishlist-icon:hover .wishlist-text {
  color: var(--darkBlue);
  text-decoration: underline;
}
/* line 1859, ../sass/components/c-header.scss */
.header .main-header .icons-container a.wishlist-icon .wishlist-text {
  color: #222;
  font-family: var(--font-family-primary);
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.3px;
  margin-top: 5px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
/* line 1873, ../sass/components/c-header.scss */
.header .main-header .icons-container a.cart-icon svg {
  width: 27px;
  height: 23px;
  -webkit-transition: -webkit-transform .25s ease;
  transition: -webkit-transform .25s ease;
  transition: transform .25s ease;
  transition: transform .25s ease, -webkit-transform .25s ease;
  -webkit-transform-origin: center;
          transform-origin: center;
}
/* line 1882, ../sass/components/c-header.scss */
.header .main-header .icons-container a.cart-icon:hover svg {
  -webkit-transform: scale(1.222222, 1.26087);
          transform: scale(1.222222, 1.26087);
}
/* line 1885, ../sass/components/c-header.scss */
.header .main-header .icons-container a.cart-icon:hover svg path {
  fill: var(--darkBlue);
}
/* line 1890, ../sass/components/c-header.scss */
.header .main-header .icons-container a.cart-icon:hover .cart-text {
  color: var(--darkBlue);
  text-decoration: underline;
}
/* line 1896, ../sass/components/c-header.scss */
.header .main-header .icons-container a.cart-icon .cart-text {
  color: #222;
  font-family: var(--font-family-primary);
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.3px;
  margin-top: 5px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
/* line 1909, ../sass/components/c-header.scss */
.header .main-header .icons-container a:first-child {
  margin-left: 10px;
}
/* line 1913, ../sass/components/c-header.scss */
.header .main-header .icons-container a img {
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
/* line 1922, ../sass/components/c-header.scss */
.header .main-header .icons-container a .count-container {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
/* line 1927, ../sass/components/c-header.scss */
.header .main-header .icons-container a .items-on-list {
  background-color: var(--campaignRed);
  color: var(--white);
  font-size: 9px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.36px;
  border-radius: 50%;
  position: absolute;
  right: -8px;
  top: -12px;
  width: 20px;
  height: 20px;
  -ms-flex-line-pack: center;
      align-content: center;
  text-align: center;
  display: none;
}
/* line 1945, ../sass/components/c-header.scss */
.header .main-header .icons-container a .items-on-list.hasNumber {
  display: block;
}
/* line 1953, ../sass/components/c-header.scss */
.header .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  max-width: 1450px;
  margin: 0 auto;
}
@media (min-width: 768px) {
  /* line 1953, ../sass/components/c-header.scss */
  .header .content {
    width: 85vw;
  }
}
@media (min-width: 1024px) {
  /* line 1953, ../sass/components/c-header.scss */
  .header .content {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
/* line 1971, ../sass/components/c-header.scss */
.header .content .selector-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
}
/* line 1976, ../sass/components/c-header.scss */
.header .content .selector-wrapper .workplace-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6px;
}
/* line 1981, ../sass/components/c-header.scss */
.header .content .selector-wrapper .workplace-header .open-workplace-popup {
  cursor: pointer;
}
/* line 1984, ../sass/components/c-header.scss */
.header .content .selector-wrapper .workplace-header .open-workplace-popup img {
  width: 12px;
}
/* line 1989, ../sass/components/c-header.scss */
.header .content .selector-wrapper .workplace-header .workplace-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
/* line 1995, ../sass/components/c-header.scss */
.header .content .selector-wrapper .workplace-header .workplace-logo svg path {
  fill: var(--white);
}
/* line 2001, ../sass/components/c-header.scss */
.header .content .selector-wrapper .workplace-header span.workplace-text {
  color: var(--white);
  font-family: var(--font-family-secondary);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
/* line 2009, ../sass/components/c-header.scss */
.header .content .selector-wrapper .workplace-header span.workplace-text .bold-text-700 {
  font-weight: 700;
}
/* line 2013, ../sass/components/c-header.scss */
.header .content .selector-wrapper .workplace-header span.workplace-text .bold-text-600 {
  font-weight: 600;
}
/* line 2021, ../sass/components/c-header.scss */
.header .workplace-selector-popup {
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  -webkit-animation: fadeIn 0.25s ease-in-out;
          animation: fadeIn 0.25s ease-in-out;
  position: absolute;
  background-color: var(--white);
  padding: 40px;
  border: 1px solid var(--mediumBorder);
  border-radius: 8px;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  min-width: 825px;
}
@media (max-width: 1024px) {
  /* line 2021, ../sass/components/c-header.scss */
  .header .workplace-selector-popup {
    width: calc(100% - 40px);
    max-width: 370px;
    padding: 30px;
    min-width: inherit;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* line 2052, ../sass/components/c-header.scss */
.header .workplace-selector-popup__wrapper {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 10000;
  overflow: auto;
  background-color: rgba(22, 22, 22, 0.3);
}
/* line 2060, ../sass/components/c-header.scss */
.header .workplace-selector-popup__wrapper.open {
  display: block;
}
/* line 2065, ../sass/components/c-header.scss */
.header .workplace-selector-popup__title {
  color: var(--black);
  font-family: var(--font-family-primary);
  font-size: 25px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 37px;
}
@media (max-width: 1024px) {
  /* line 2065, ../sass/components/c-header.scss */
  .header .workplace-selector-popup__title {
    font-size: 20px;
    font-family: var(--font-family-secondary);
    line-height: 23px;
    margin-bottom: 17px;
  }
}
/* line 2082, ../sass/components/c-header.scss */
.header .workplace-selector-popup__close {
  position: absolute;
  top: 30px;
  right: 30px;
  background: transparent;
  border: none;
  cursor: pointer;
}
@media (max-width: 1024px) {
  /* line 2082, ../sass/components/c-header.scss */
  .header .workplace-selector-popup__close {
    display: none;
  }
}
/* line 2095, ../sass/components/c-header.scss */
.header .workplace-selector-popup__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 25px;
}
/* line 2099, ../sass/components/c-header.scss */
.header .workplace-selector-popup__content .left-side {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 50%;
}
@media (max-width: 1024px) {
  /* line 2099, ../sass/components/c-header.scss */
  .header .workplace-selector-popup__content .left-side {
    display: none;
  }
}
/* line 2108, ../sass/components/c-header.scss */
.header .workplace-selector-popup__content .left-side__container:nth-child(2) {
  border-top: 1px solid var(--mediumBorder);
  padding-top: 30px;
}
/* line 2114, ../sass/components/c-header.scss */
.header .workplace-selector-popup__content .left-side__title {
  margin: 7px 0px 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
/* line 2120, ../sass/components/c-header.scss */
.header .workplace-selector-popup__content .left-side__title .img svg {
  margin-right: 13px;
}
/* line 2123, ../sass/components/c-header.scss */
.header .workplace-selector-popup__content .left-side__title .img svg path {
  fill: var(--black);
}
/* line 2129, ../sass/components/c-header.scss */
.header .workplace-selector-popup__content .left-side__title .text {
  color: var(--black);
  font-family: var(--font-family-secondary);
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
/* line 2139, ../sass/components/c-header.scss */
.header .workplace-selector-popup__content .left-side .workplace-item {
  border: 1px solid var(--mediumBorder);
  background: var(--lightBlueHeader);
  padding: 15px 22px;
}
/* line 2144, ../sass/components/c-header.scss */
.header .workplace-selector-popup__content .left-side .workplace-item.gray {
  opacity: 0.7;
  background: var(--lightGray);
}
/* line 2149, ../sass/components/c-header.scss */
.header .workplace-selector-popup__content .left-side .workplace-item__title {
  color: var(--black);
  font-family: var(--font-family-secondary);
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
/* line 2158, ../sass/components/c-header.scss */
.header .workplace-selector-popup__content .left-side .workplace-item__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 5px;
}
/* line 2163, ../sass/components/c-header.scss */
.header .workplace-selector-popup__content .left-side .workplace-item__info .info-item {
  color: var(--black);
  font-family: var(--font-family-secondary);
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 19px;
  letter-spacing: -0.24px;
}
/* line 2175, ../sass/components/c-header.scss */
.header .workplace-selector-popup__content .left-side .open-form-button {
  width: 100%;
  margin: 20px 0px;
  color: var(--darkBlue);
  text-align: center;
  font-family: var(--font-family-primary);
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  border: 1px solid var(--darkBlue);
  border-radius: 2px;
  background: var(--white);
  cursor: pointer;
  padding: 14px;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
  display: block;
}
/* line 2193, ../sass/components/c-header.scss */
.header .workplace-selector-popup__content .left-side .open-form-button:hover {
  background: var(--orange);
  color: var(--white);
  border: 1px solid var(--orange);
}
/* line 2201, ../sass/components/c-header.scss */
.header .workplace-selector-popup__content .right-side {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 50%;
}
@media (max-width: 1024px) {
  /* line 2201, ../sass/components/c-header.scss */
  .header .workplace-selector-popup__content .right-side {
    width: 100%;
  }
}
/* line 2209, ../sass/components/c-header.scss */
.header .workplace-selector-popup__content .right-side .workplace-input {
  border-radius: 2px;
  border: 1.692px solid var(--mediumBorder);
  background: var(--lightGray);
  color: var(--black);
  font-family: var(--font-family-secondary);
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding: 17px 35px 15px 16px;
  width: 100%;
}
/* line 2222, ../sass/components/c-header.scss */
.header .workplace-selector-popup__content .right-side .workplace-input::-webkit-input-placeholder {
  color: var(--gray);
  font-family: var(--font-family-secondary);
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.header .workplace-selector-popup__content .right-side .workplace-input:-ms-input-placeholder {
  color: var(--gray);
  font-family: var(--font-family-secondary);
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.header .workplace-selector-popup__content .right-side .workplace-input::-ms-input-placeholder {
  color: var(--gray);
  font-family: var(--font-family-secondary);
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.header .workplace-selector-popup__content .right-side .workplace-input::placeholder {
  color: var(--gray);
  font-family: var(--font-family-secondary);
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
/* line 2231, ../sass/components/c-header.scss */
.header .workplace-selector-popup__content .right-side .workplace-input:focus-visible {
  outline: none;
}
/* line 2235, ../sass/components/c-header.scss */
.header .workplace-selector-popup__content .right-side .workplace-input--wrapper {
  position: relative;
  width: 100%;
}
/* line 2240, ../sass/components/c-header.scss */
.header .workplace-selector-popup__content .right-side .workplace-input--wrapper.has-value .search-icon {
  display: none;
  opacity: 0;
  visibility: hidden;
}
/* line 2246, ../sass/components/c-header.scss */
.header .workplace-selector-popup__content .right-side .workplace-input--wrapper.has-value .close-icon {
  display: block;
  opacity: 1;
  visibility: visible;
}
/* line 2253, ../sass/components/c-header.scss */
.header .workplace-selector-popup__content .right-side .workplace-input--wrapper .close-icon {
  display: none;
  position: absolute;
  right: 18px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
  width: 15px;
  height: 16px;
  cursor: pointer;
  transition: all 0.25s;
}
/* line 2268, ../sass/components/c-header.scss */
.header .workplace-selector-popup__content .right-side .workplace-input--wrapper .search-icon {
  display: block;
  position: absolute;
  right: 18px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  opacity: 1;
  visibility: visible;
  height: 23px;
  width: 23px;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
  cursor: pointer;
}
/* line 2284, ../sass/components/c-header.scss */
.header .workplace-selector-popup__content .right-side .workplace-item {
  border: 1px solid var(--mediumBorder);
  background: var(--white);
  padding: 15px 50px 12px 22px;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
  position: relative;
  border-top: none;
  cursor: pointer;
}
@media (max-width: 1023px) {
  /* line 2284, ../sass/components/c-header.scss */
  .header .workplace-selector-popup__content .right-side .workplace-item {
    border-top: 1px solid var(--mediumBorder);
  }
}
/* line 2297, ../sass/components/c-header.scss */
.header .workplace-selector-popup__content .right-side .workplace-item.selected {
  border: 1px solid var(--darkBlue);
  background: var(--lightBlueGray);
}
/* line 2302, ../sass/components/c-header.scss */
.header .workplace-selector-popup__content .right-side .workplace-item--wrapper {
  overflow: hidden;
  overflow-y: scroll;
  scrollbar-width: none;
  height: 0px;
}
@media (max-width: 1023px) {
  /* line 2302, ../sass/components/c-header.scss */
  .header .workplace-selector-popup__content .right-side .workplace-item--wrapper {
    max-height: 300px;
    height: inherit;
  }
}
/* line 2314, ../sass/components/c-header.scss */
.header .workplace-selector-popup__content .right-side .workplace-item__title {
  color: var(--black);
  font-family: var(--font-family-secondary);
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
/* line 2323, ../sass/components/c-header.scss */
.header .workplace-selector-popup__content .right-side .workplace-item__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 5px;
}
@media (max-width: 1023px) {
  /* line 2323, ../sass/components/c-header.scss */
  .header .workplace-selector-popup__content .right-side .workplace-item__info {
    display: inline;
  }
}
/* line 2332, ../sass/components/c-header.scss */
.header .workplace-selector-popup__content .right-side .workplace-item__info .info-item {
  color: var(--black);
  font-family: var(--font-family-secondary);
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 19px;
  letter-spacing: -0.24px;
}
@media (max-width: 1023px) {
  /* line 2332, ../sass/components/c-header.scss */
  .header .workplace-selector-popup__content .right-side .workplace-item__info .info-item {
    font-size: 15px;
    line-height: normal;
  }
}
/* line 2348, ../sass/components/c-header.scss */
.header .workplace-selector-popup__content .right-side .workplace-item__new {
  color: #D4291E;
  font-family: var(--font-family-secondary);
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  position: absolute;
  top: 15px;
  right: 15px;
}
/* line 2362, ../sass/components/c-header.scss */
.header .workplace-selector-popup__content .checkbox__wrapper {
  margin: 0px 0px 20px 0px;
}
/* line 2365, ../sass/components/c-header.scss */
.header .workplace-selector-popup__content .checkbox__wrapper.mobile-only {
  display: none;
}
@media (max-width: 1023px) {
  /* line 2365, ../sass/components/c-header.scss */
  .header .workplace-selector-popup__content .checkbox__wrapper.mobile-only {
    display: block;
    margin: 15px 0px;
  }
}
/* line 2374, ../sass/components/c-header.scss */
.header .workplace-selector-popup__content .checkbox__wrapper.desktop-only {
  display: none;
}
@media (min-width: 1024px) {
  /* line 2374, ../sass/components/c-header.scss */
  .header .workplace-selector-popup__content .checkbox__wrapper.desktop-only {
    display: block;
    margin: 15px 0px;
  }
}
/* line 2383, ../sass/components/c-header.scss */
.header .workplace-selector-popup__content .checkbox__wrapper .custom-checkbox-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 100%;
  cursor: pointer;
}
/* line 2390, ../sass/components/c-header.scss */
.header .workplace-selector-popup__content .checkbox__wrapper .custom-checkbox {
  display: none;
}
/* line 2394, ../sass/components/c-header.scss */
.header .workplace-selector-popup__content .checkbox__wrapper .custom-checkbox-checkmark {
  display: inline-block;
  width: 20px;
  height: 20px;
  min-width: 20px;
  min-height: 20px;
  border: 1px solid var(--black);
  background-color: transparent;
  position: relative;
  margin-right: 12px;
  border-radius: 8.2%;
}
@media (max-width: 1023px) {
  /* line 2394, ../sass/components/c-header.scss */
  .header .workplace-selector-popup__content .checkbox__wrapper .custom-checkbox-checkmark {
    background: var(--white);
  }
}
/* line 2410, ../sass/components/c-header.scss */
.header .workplace-selector-popup__content .checkbox__wrapper .custom-checkbox-checkmark::after {
  content: '';
}
/* line 2415, ../sass/components/c-header.scss */
.header .workplace-selector-popup__content .checkbox__wrapper .custom-checkbox:checked + .custom-checkbox-checkmark::after {
  content: '';
  background: var(--darkGray);
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: calc(100% - 4px);
  height: calc(100% - 4px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 11.94%;
}
/* line 2432, ../sass/components/c-header.scss */
.header .workplace-selector-popup__content .checkbox__wrapper .checkbox-text {
  color: var(--black);
  font-family: var(--font-family-secondary);
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
/* line 2443, ../sass/components/c-header.scss */
.header .workplace-selector-popup__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 1024px) {
  /* line 2443, ../sass/components/c-header.scss */
  .header .workplace-selector-popup__buttons {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    margin-top: 13px;
  }
}
/* line 2456, ../sass/components/c-header.scss */
.header .workplace-selector-popup__buttons .button {
  text-align: center;
  font-family: var(--font-family-secondary);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding: 14px 28px;
  width: 100%;
  cursor: pointer;
  max-width: 220px;
}
@media (max-width: 1024px) {
  /* line 2456, ../sass/components/c-header.scss */
  .header .workplace-selector-popup__buttons .button {
    max-width: inherit;
  }
}
/* line 2472, ../sass/components/c-header.scss */
.header .workplace-selector-popup__buttons .button.primary-button {
  border: 1px solid var(--darkBlue);
  color: var(--white);
  background: var(--darkBlue);
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
  opacity: 1;
}
/* line 2479, ../sass/components/c-header.scss */
.header .workplace-selector-popup__buttons .button.primary-button:hover {
  border: 1px solid var(--orange);
  background: var(--orange);
}
/* line 2484, ../sass/components/c-header.scss */
.header .workplace-selector-popup__buttons .button.primary-button:disabled {
  opacity: 0.4;
  cursor: default;
}
/* line 2488, ../sass/components/c-header.scss */
.header .workplace-selector-popup__buttons .button.primary-button:disabled:hover {
  border: 1px solid var(--darkBlue);
  color: var(--white);
  background: var(--darkBlue);
}
/* line 2495, ../sass/components/c-header.scss */
.header .workplace-selector-popup__buttons .button.primary-button.open-workplace-form {
  display: none;
}
@media (max-width: 1024px) {
  /* line 2495, ../sass/components/c-header.scss */
  .header .workplace-selector-popup__buttons .button.primary-button.open-workplace-form {
    display: block;
  }
}
/* line 2504, ../sass/components/c-header.scss */
.header .workplace-selector-popup__buttons .button.secondary-button {
  border: 1px solid var(--notificationRed);
  color: var(--notificationRed);
  background: var(--white);
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
/* line 2510, ../sass/components/c-header.scss */
.header .workplace-selector-popup__buttons .button.secondary-button:hover {
  background: var(--notificationRed);
  color: var(--white);
}
/* line 2519, ../sass/components/c-header.scss */
.header .create-workplace__container {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 999;
  overflow: auto;
  background-color: rgba(22, 22, 22, 0.3);
}
/* line 2527, ../sass/components/c-header.scss */
.header .create-workplace__container.open {
  display: block;
}
/* line 2530, ../sass/components/c-header.scss */
.header .create-workplace__container.open .create-worplace__popup {
  display: block;
}
/* line 2535, ../sass/components/c-header.scss */
.header .create-workplace__container .workplace-form-container {
  height: 100%;
}
/* line 2539, ../sass/components/c-header.scss */
.header .create-workplace__container .create-workplace__popup {
  display: none;
  background-color: var(--white);
  color: var(--black);
  stroke-width: 1px;
  stroke: var(--lightBorder);
  border-radius: 8px;
  position: relative;
  padding: 36px 0;
  display: block;
  -webkit-animation: fadeIn 0.25s ease-in-out;
          animation: fadeIn 0.25s ease-in-out;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  margin: 0 auto;
}
/* line 2557, ../sass/components/c-header.scss */
.header .create-workplace__container .create-workplace__popup > * {
  padding: 0 30px;
}
@media (min-width: 1024px) {
  /* line 2539, ../sass/components/c-header.scss */
  .header .create-workplace__container .create-workplace__popup {
    max-width: 689px;
    max-height: 1000px;
    height: auto;
    margin: unset;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* line 2578, ../sass/components/c-header.scss */
.header .create-workplace__container .create-workplace__popup .title {
  border-bottom: 1px solid var(--lightBorder);
  padding-bottom: 15px;
  margin-bottom: 25px;
  color: var(--black);
  font-family: var(--font-family-primary);
  font-size: 25px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
/* line 2590, ../sass/components/c-header.scss */
.header .create-workplace__container .create-workplace__popup .edit-workplace-controls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: row;
      -ms-flex: row;
          flex: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
/* line 2595, ../sass/components/c-header.scss */
.header .create-workplace__container .create-workplace__popup .edit-workplace-controls .close {
  width: 100%;
  border: 1px solid var(--notificationRed);
  background: var(--white);
  color: var(--notificationRed);
  text-align: center;
  font-family: var(--font-family-secondary);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  cursor: pointer;
  width: 140px;
  height: 45px;
}
/* line 2610, ../sass/components/c-header.scss */
.header .create-workplace__container .create-workplace__popup .edit-workplace-controls .close:hover {
  color: var(--white);
  border: 1px solid var(--notificationRed);
  background: var(--notificationRed);
}
@media (min-width: 1024px) {
  /* line 2595, ../sass/components/c-header.scss */
  .header .create-workplace__container .create-workplace__popup .edit-workplace-controls .close {
    width: 220px;
  }
}
/* line 2621, ../sass/components/c-header.scss */
.header .create-workplace__container .create-workplace__popup .edit-workplace-controls .save {
  width: 100%;
  border: 1px solid var(--darkBlue);
  background: var(--darkBlue);
  color: var(--white);
  text-align: center;
  font-family: var(--font-family-secondary);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  cursor: pointer;
  width: 140px;
  height: 45px;
}
/* line 2636, ../sass/components/c-header.scss */
.header .create-workplace__container .create-workplace__popup .edit-workplace-controls .save:hover {
  background: var(--orange);
  border: 1px solid var(--orange);
}
@media (min-width: 1024px) {
  /* line 2621, ../sass/components/c-header.scss */
  .header .create-workplace__container .create-workplace__popup .edit-workplace-controls .save {
    width: 220px;
  }
}
/* line 2647, ../sass/components/c-header.scss */
.header .create-workplace__container .create-workplace__popup .close-icon {
  position: absolute;
  right: 15px;
  top: 30px;
  cursor: pointer;
  padding: 0;
}
/* line 2655, ../sass/components/c-header.scss */
.header .create-workplace__container .create-workplace__popup .input__container {
  margin-bottom: 30px;
}
/* line 2661, ../sass/components/c-header.scss */
.header .sticky-header-mobile {
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 999;
  border-top: 0.5px solid rgba(60, 60, 67, 0.36);
  background: var(--offWhite);
  -webkit-backdrop-filter: blur(9.99152565px);
          backdrop-filter: blur(9.99152565px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
/* line 2672, ../sass/components/c-header.scss */
.header .sticky-header-mobile .buttons-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
/* line 2677, ../sass/components/c-header.scss */
.header .sticky-header-mobile .buttons-container .button {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 6px 0px 4px;
  background: none;
  border: none;
  max-width: 70px;
  position: relative;
}
/* line 2690, ../sass/components/c-header.scss */
.header .sticky-header-mobile .buttons-container .button span {
  color: var(--darkBlue);
  text-align: center;
  font-size: 9.992px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -0.24px;
  margin-top: 3px;
}
/* line 2700, ../sass/components/c-header.scss */
.header .sticky-header-mobile .buttons-container .button span.user-fname {
  display: none;
}
/* line 2705, ../sass/components/c-header.scss */
.header .sticky-header-mobile .buttons-container .button img {
  height: auto;
}
/* line 2711, ../sass/components/c-header.scss */
.header .sticky-header-mobile .buttons-container .menu-opened {
  display: none;
}
/* line 2717, ../sass/components/c-header.scss */
.header .sticky-header-mobile .buttons-container .cart .items-on-list {
  display: none;
  background-color: var(--campaignRed);
  color: var(--white);
  font-size: 8px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.23px;
  border-radius: 50%;
  position: absolute;
  right: 15px;
  top: -3px;
  width: 18px;
  height: 18px;
  -ms-flex-line-pack: center;
      align-content: center;
  text-align: center;
}
/* line 2735, ../sass/components/c-header.scss */
.header .sticky-header-mobile .buttons-container .cart .items-on-list.hasNumber {
  display: block;
}
/* line 2742, ../sass/components/c-header.scss */
.header .sticky-header-mobile .homeIndicator {
  margin: 20px auto 8px;
}
@media (min-width: 1024px) {
  /* line 2661, ../sass/components/c-header.scss */
  .header .sticky-header-mobile {
    display: none;
  }
}
/* line 2751, ../sass/components/c-header.scss */
.header.sticky {
  width: 100%;
}
@media (min-width: 1024px) {
  /* line 2751, ../sass/components/c-header.scss */
  .header.sticky {
    position: fixed;
    top: 0;
  }
}
/* line 2760, ../sass/components/c-header.scss */
.header .header-navigation {
  background: var(--white);
  border-bottom: 1px solid rgba(198, 198, 198, 0.3);
}
@media (max-width: 1023px) {
  /* line 2760, ../sass/components/c-header.scss */
  .header .header-navigation {
    display: none;
  }
}
/* line 2768, ../sass/components/c-header.scss */
.header .header-navigation.active {
  background: var(--darkBlue);
}
/* line 2775, ../sass/components/c-header.scss */
.header .header-navigation.active .header-container .main-nav ul li a.nav-title-link {
  color: var(--white);
}
/* line 2780, ../sass/components/c-header.scss */
.header .header-navigation.active .header-container .main-nav ul li:hover .nav-inner {
  display: none;
  pointer-events: none;
}
/* line 2792, ../sass/components/c-header.scss */
.header .header-navigation.active .header-container .main-nav-item__img svg path {
  fill: var(--white);
}
/* line 2798, ../sass/components/c-header.scss */
.header .header-navigation.active .header-container .main-nav-item__text {
  color: var(--white);
}
/* line 2804, ../sass/components/c-header.scss */
.header .header-navigation.active .header-container .nav-hamburger .main-nav-categories {
  display: block;
  pointer-events: inherit;
}
/* line 2814, ../sass/components/c-header.scss */
.header .header-navigation .header-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  min-height: 51px;
}
/* line 2821, ../sass/components/c-header.scss */
.header .header-navigation .header-container .nav-hamburger {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
/* line 2825, ../sass/components/c-header.scss */
.header .header-navigation .header-container .nav-hamburger .hamburger-button {
  width: 28px;
  height: 30px;
  cursor: pointer;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  /* line 2825, ../sass/components/c-header.scss */
  .header .header-navigation .header-container .nav-hamburger .hamburger-button {
    width: 35px;
  }
}
/* line 2835, ../sass/components/c-header.scss */
.header .header-navigation .header-container .nav-hamburger .hamburger-button.active span {
  background-color: transparent;
}
/* line 2838, ../sass/components/c-header.scss */
.header .header-navigation .header-container .nav-hamburger .hamburger-button.active span:before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  height: 3px;
  background-color: var(--white);
}
/* line 2844, ../sass/components/c-header.scss */
.header .header-navigation .header-container .nav-hamburger .hamburger-button.active span:after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  top: 7px;
  height: 3px;
  background-color: var(--white);
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  /* line 2844, ../sass/components/c-header.scss */
  .header .header-navigation .header-container .nav-hamburger .hamburger-button.active span:after {
    top: 10px;
  }
}
/* line 2857, ../sass/components/c-header.scss */
.header .header-navigation .header-container .nav-hamburger .hamburger-button span {
  background-color: var(--darkBlue);
  display: block;
  height: 4px;
  position: relative;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  width: 28px;
  border-radius: 0px;
  top: 12px;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  /* line 2857, ../sass/components/c-header.scss */
  .header .header-navigation .header-container .nav-hamburger .hamburger-button span {
    width: 35px;
  }
}
/* line 2871, ../sass/components/c-header.scss */
.header .header-navigation .header-container .nav-hamburger .hamburger-button span:before {
  background: var(--darkBlue);
  content: "";
  display: block;
  height: 4px;
  position: absolute;
  top: -8px;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transform-origin: 13%;
          transform-origin: 13%;
  width: 28px;
  border-radius: 0px;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  /* line 2871, ../sass/components/c-header.scss */
  .header .header-navigation .header-container .nav-hamburger .hamburger-button span:before {
    width: 35px;
  }
}
/* line 2889, ../sass/components/c-header.scss */
.header .header-navigation .header-container .nav-hamburger .hamburger-button span:after {
  background: var(--darkBlue);
  content: "";
  display: block;
  height: 4px;
  position: absolute;
  top: 8px;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transform-origin: 13%;
          transform-origin: 13%;
  width: 28px;
  border-radius: 0px;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  /* line 2889, ../sass/components/c-header.scss */
  .header .header-navigation .header-container .nav-hamburger .hamburger-button span:after {
    width: 35px;
  }
}
/* line 2909, ../sass/components/c-header.scss */
.header .header-navigation .header-container .nav-hamburger .main-nav-categories {
  position: absolute;
  top: 100%;
  width: 100vw;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: var(--white);
  display: none;
  overflow: hidden;
  -webkit-transition: opacity 0.25s ease-in-out;
  transition: opacity 0.25s ease-in-out;
  height: -webkit-min-content;
  height: -moz-min-content;
  height: min-content;
  -webkit-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  cursor: default;
}
/* line 2928, ../sass/components/c-header.scss */
.header .header-navigation .header-container .nav-hamburger .main-nav-categories__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
/* line 2932, ../sass/components/c-header.scss */
.header .header-navigation .header-container .nav-hamburger .main-nav-categories .left-side {
  width: 20%;
  background: var(--lightBlueHeader);
  padding: 20px 28px 20px 20px;
}
/* line 2938, ../sass/components/c-header.scss */
.header .header-navigation .header-container .nav-hamburger .main-nav-categories .left-side .contact-information__wrapper {
  margin-bottom: 24px;
}
/* line 2942, ../sass/components/c-header.scss */
.header .header-navigation .header-container .nav-hamburger .main-nav-categories .left-side .contact-information__wrapper .opening-hours__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: var(--categoriesMenuLeftColor);
  font-family: var(--font-family-secondary);
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
}
/* line 2953, ../sass/components/c-header.scss */
.header .header-navigation .header-container .nav-hamburger .main-nav-categories .left-side .contact-information__wrapper .opening-hours__wrapper.text-color-red {
  color: var(--campaignRed);
}
/* line 2960, ../sass/components/c-header.scss */
.header .header-navigation .header-container .nav-hamburger .main-nav-categories .left-side .contact-information__main-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 7px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 8px;
  color: var(--categoriesMenuLeftColor);
  font-family: var(--font-family-secondary);
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
/* line 2973, ../sass/components/c-header.scss */
.header .header-navigation .header-container .nav-hamburger .main-nav-categories .left-side .contact-information__main-title svg path {
  fill: var(--categoriesMenuLeftColor);
}
/* line 2979, ../sass/components/c-header.scss */
.header .header-navigation .header-container .nav-hamburger .main-nav-categories .left-side .contact-information__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
}
/* line 2986, ../sass/components/c-header.scss */
.header .header-navigation .header-container .nav-hamburger .main-nav-categories .left-side .contact-information__item a {
  text-decoration: none;
  color: var(--categoriesMenuLeftColor);
}
/* line 2992, ../sass/components/c-header.scss */
.header .header-navigation .header-container .nav-hamburger .main-nav-categories .left-side .contact-information__title {
  color: var(--categoriesMenuLeftColor);
  font-family: var(--font-family-secondary);
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  line-height: 23px;
}
/* line 3001, ../sass/components/c-header.scss */
.header .header-navigation .header-container .nav-hamburger .main-nav-categories .left-side .contact-information__description {
  color: var(--categoriesMenuLeftColor);
  font-family: var(--font-family-secondary);
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 23px;
  text-decoration: none;
  max-width: 80%;
}
/* line 3014, ../sass/components/c-header.scss */
.header .header-navigation .header-container .nav-hamburger .main-nav-categories .right-side {
  width: 80%;
  padding: 20px;
}
/* line 3018, ../sass/components/c-header.scss */
.header .header-navigation .header-container .nav-hamburger .main-nav-categories .right-side .nav-inner-container {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 10px;
}
/* line 3024, ../sass/components/c-header.scss */
.header .header-navigation .header-container .nav-hamburger .main-nav-categories .right-side .nav-inner-container .nav-inner-column .nav-inner-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 15px;
}
/* line 3029, ../sass/components/c-header.scss */
.header .header-navigation .header-container .nav-hamburger .main-nav-categories .right-side .nav-inner-container .nav-inner-column .nav-inner-item .nav-inner-title {
  color: var(--black);
  font-family: var(--font-family-secondary);
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  line-height: 30px;
  text-decoration: none;
  -webkit-transition: color 0.25s ease-in-out;
  transition: color 0.25s ease-in-out;
}
/* line 3039, ../sass/components/c-header.scss */
.header .header-navigation .header-container .nav-hamburger .main-nav-categories .right-side .nav-inner-container .nav-inner-column .nav-inner-item .nav-inner-title h4 {
  margin: 0px;
}
/* line 3043, ../sass/components/c-header.scss */
.header .header-navigation .header-container .nav-hamburger .main-nav-categories .right-side .nav-inner-container .nav-inner-column .nav-inner-item .nav-inner-title:hover {
  color: #004ea0;
}
/* line 3048, ../sass/components/c-header.scss */
.header .header-navigation .header-container .nav-hamburger .main-nav-categories .right-side .nav-inner-container .nav-inner-column .nav-inner-item .nav-inner-link {
  color: var(--black);
  font-family: var(--font-family-secondary);
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  text-decoration: none;
  -webkit-transition: color 0.25s ease-in-out;
  transition: color 0.25s ease-in-out;
}
/* line 3058, ../sass/components/c-header.scss */
.header .header-navigation .header-container .nav-hamburger .main-nav-categories .right-side .nav-inner-container .nav-inner-column .nav-inner-item .nav-inner-link:hover {
  color: #004ea0;
}
/* line 3069, ../sass/components/c-header.scss */
.header .header-navigation .header-container .main-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-left: 66px;
}
/* line 3076, ../sass/components/c-header.scss */
.header .header-navigation .header-container .main-nav ul {
  margin: 0px;
  padding: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  width: 100%;
}
/* line 3083, ../sass/components/c-header.scss */
.header .header-navigation .header-container .main-nav ul li {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
/* line 3089, ../sass/components/c-header.scss */
.header .header-navigation .header-container .main-nav ul li.hovered .nav-inner {
  display: block;
  pointer-events: inherit;
}
/* line 3097, ../sass/components/c-header.scss */
.header .header-navigation .header-container .main-nav ul li.hovered a.nav-title-link::after {
  border-bottom: 4px solid var(--darkBlue);
  -webkit-transition: border 0.25s;
  transition: border 0.25s;
}
/* line 3104, ../sass/components/c-header.scss */
.header .header-navigation .header-container .main-nav ul li a.nav-title-link {
  text-decoration: none;
  color: var(--black);
  text-align: center;
  font-family: var(--font-family-primary);
  text-transform: uppercase;
  font-size: 17px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  position: relative;
  cursor: pointer;
  padding: 16px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  height: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
/* line 3121, ../sass/components/c-header.scss */
.header .header-navigation .header-container .main-nav ul li a.nav-title-link::after {
  content: "";
  border-bottom: 4px solid transparent;
  width: calc(100% - 10px);
  display: block;
  -webkit-transform: translate(-10px, -6px);
          transform: translate(-10px, -6px);
  position: absolute;
  -webkit-transition: border 0.25s;
  transition: border 0.25s;
  bottom: 0;
}
/* line 3133, ../sass/components/c-header.scss */
.header .header-navigation .header-container .main-nav ul li a.nav-title-link:hover::after {
  border-bottom: 4px solid var(--darkBlue);
  -webkit-transition: border 0.25s;
  transition: border 0.25s;
}
/* line 3140, ../sass/components/c-header.scss */
.header .header-navigation .header-container .main-nav ul li .nav-inner {
  position: absolute;
  top: 100%;
  width: 100vw;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-color: var(--white);
  display: none;
  overflow: hidden;
  -webkit-transition: opacity 0.25s ease-in-out;
  transition: opacity 0.25s ease-in-out;
  height: -webkit-min-content;
  height: -moz-min-content;
  height: min-content;
  -webkit-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  border-top: 1px solid rgba(198, 198, 198, 0.3);
}
/* line 3154, ../sass/components/c-header.scss */
.header .header-navigation .header-container .main-nav ul li .nav-inner .nav-inner-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 20px 0px 0px;
}
/* line 3161, ../sass/components/c-header.scss */
.header .header-navigation .header-container .main-nav ul li .nav-inner .nav-inner-maintitle {
  color: var(--black);
  font-family: var(--font-family-secondary);
  font-size: 17px;
  font-style: normal;
  font-weight: 700;
  line-height: 30px;
  text-decoration: none;
  display: block;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
/* line 3172, ../sass/components/c-header.scss */
.header .header-navigation .header-container .main-nav ul li .nav-inner .nav-inner-maintitle:hover {
  color: var(--darkBlue);
}
/* line 3177, ../sass/components/c-header.scss */
.header .header-navigation .header-container .main-nav ul li .nav-inner .close-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  cursor: pointer;
}
/* line 3183, ../sass/components/c-header.scss */
.header .header-navigation .header-container .main-nav ul li .nav-inner .close-wrapper .close-text {
  color: var(--black);
  font-family: var(--font-family-secondary);
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
}
/* line 3192, ../sass/components/c-header.scss */
.header .header-navigation .header-container .main-nav ul li .nav-inner .close-wrapper .close-btn-icon {
  width: 14px;
  height: 14px;
  margin-top: -2px;
}
/* line 3199, ../sass/components/c-header.scss */
.header .header-navigation .header-container .main-nav ul li .nav-inner .nav-inner-container {
  padding: 20px 0px 25px;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 10px;
}
/* line 3206, ../sass/components/c-header.scss */
.header .header-navigation .header-container .main-nav ul li .nav-inner .nav-inner-container .nav-inner-column .nav-inner-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 15px;
}
/* line 3211, ../sass/components/c-header.scss */
.header .header-navigation .header-container .main-nav ul li .nav-inner .nav-inner-container .nav-inner-column .nav-inner-item .nav-inner-title {
  color: var(--black);
  font-family: var(--font-family-secondary);
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  line-height: 30px;
  text-decoration: none;
  -webkit-transition: color 0.25s ease-in-out;
  transition: color 0.25s ease-in-out;
}
/* line 3221, ../sass/components/c-header.scss */
.header .header-navigation .header-container .main-nav ul li .nav-inner .nav-inner-container .nav-inner-column .nav-inner-item .nav-inner-title:hover {
  color: #004ea0;
}
/* line 3226, ../sass/components/c-header.scss */
.header .header-navigation .header-container .main-nav ul li .nav-inner .nav-inner-container .nav-inner-column .nav-inner-item .nav-inner-link {
  color: var(--black);
  font-family: var(--font-family-secondary);
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  text-decoration: none;
  -webkit-transition: color 0.25s ease-in-out;
  transition: color 0.25s ease-in-out;
}
/* line 3236, ../sass/components/c-header.scss */
.header .header-navigation .header-container .main-nav ul li .nav-inner .nav-inner-container .nav-inner-column .nav-inner-item .nav-inner-link:hover {
  color: #004ea0;
}
/* line 3248, ../sass/components/c-header.scss */
.header .header-navigation .header-container .main-nav-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 5px;
  text-decoration: none;
  font-family: var(--font-family-primary);
  text-transform: uppercase;
  font-size: 17px;
}
/* line 3258, ../sass/components/c-header.scss */
.header .header-navigation .header-container .main-nav-item__img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 16px;
  height: 16px;
}
/* line 3265, ../sass/components/c-header.scss */
.header .header-navigation .header-container .main-nav-item__img svg {
  max-height: 100%;
  max-width: 100%;
}
/* line 3271, ../sass/components/c-header.scss */
.header .header-navigation .header-container .main-nav-item__text {
  color: var(--black);
  font-family: var(--font-family-primary);
  text-transform: uppercase;
  font-size: 17px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-left: 5px;
}
@media (max-width: 1550px) {
  /* line 3271, ../sass/components/c-header.scss */
  .header .header-navigation .header-container .main-nav-item__text {
    display: none;
  }
}
/* line 3289, ../sass/components/c-header.scss */
.header .mobile-nav {
  display: none;
}
/* line 3293, ../sass/components/c-header.scss */
.header .mobile-nav-popup {
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  position: fixed;
  top: 0;
  left: 0;
}
@media (min-width: 1024px) {
  /* line 3293, ../sass/components/c-header.scss */
  .header .mobile-nav-popup {
    display: none;
  }
}
/* line 3306, ../sass/components/c-header.scss */
.header .mobile-nav-popup.active {
  -webkit-transform: translateX(0);
          transform: translateX(0);
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  position: fixed;
  width: 100%;
  background-color: var(--lightBlueHeader);
  overflow-y: scroll;
  z-index: 998;
  top: 0;
  height: calc(100% - 50px);
  padding: 26px 0px;
}
@media (min-width: 1024px) {
  /* line 3306, ../sass/components/c-header.scss */
  .header .mobile-nav-popup.active {
    display: none;
  }
}
/* line 3325, ../sass/components/c-header.scss */
.header .mobile-nav-popup .shop {
  border-radius: 6px;
  border: 1px solid var(--darkBorder);
  background: var(--bgGrayWhite);
  padding: 16px 21px 16px 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0px 20px 11px 20px;
}
/* line 3334, ../sass/components/c-header.scss */
.header .mobile-nav-popup .shop__img {
  width: 25px;
  height: 22px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
/* line 3342, ../sass/components/c-header.scss */
.header .mobile-nav-popup .shop__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 0px 12px;
  color: var(--black);
  font-family: var(--font-family-primary);
  font-size: 13px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
/* line 3355, ../sass/components/c-header.scss */
.header .mobile-nav-popup .shop__button {
  color: var(--darkBlue);
  font-family: var(--font-family-primary);
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
/* line 3365, ../sass/components/c-header.scss */
.header .mobile-nav-popup .mobile-workplace {
  border-radius: 6px;
  border: 1px solid var(--darkBorder);
  background: var(--bgGrayWhite);
  padding: 23px 21px 21px 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0px 20px 11px 20px;
}
/* line 3374, ../sass/components/c-header.scss */
.header .mobile-nav-popup .mobile-workplace__img {
  width: 25px;
  height: 22px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
/* line 3382, ../sass/components/c-header.scss */
.header .mobile-nav-popup .mobile-workplace__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 0px 12px;
  color: var(--darkBlue);
  font-family: var(--font-family-primary);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
/* line 3394, ../sass/components/c-header.scss */
.header .mobile-nav-popup .mobile-workplace__wrapper .title {
  font-weight: 700;
  margin-right: 5px;
}
/* line 3401, ../sass/components/c-header.scss */
.header .mobile-nav-popup .user-actions {
  margin: 0px 20px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  grid-gap: 11px;
  margin-top: 11px;
  position: relative;
}
/* line 3410, ../sass/components/c-header.scss */
.header .mobile-nav-popup .user-actions__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 6px;
  border: 1px solid var(--lightBorder);
  padding: 8px;
  background-color: var(--white);
  text-decoration: none;
  height: 100%;
}
/* line 3422, ../sass/components/c-header.scss */
.header .mobile-nav-popup .user-actions__item.logged-in {
  display: none;
}
/* line 3425, ../sass/components/c-header.scss */
.header .mobile-nav-popup .user-actions__item.logged-in .user-actions__title {
  white-space: nowrap;
  max-width: 82px;
  overflow: hidden;
  text-overflow: ellipsis;
}
/* line 3432, ../sass/components/c-header.scss */
.header .mobile-nav-popup .user-actions__item.logged-in .button-action {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
/* line 3440, ../sass/components/c-header.scss */
.header .mobile-nav-popup .user-actions__item span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
/* line 3445, ../sass/components/c-header.scss */
.header .mobile-nav-popup .user-actions__img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  width: 25px;
  height: 26px;
}
/* line 3452, ../sass/components/c-header.scss */
.header .mobile-nav-popup .user-actions__img svg {
  max-width: 100%;
  max-height: 100%;
}
/* line 3458, ../sass/components/c-header.scss */
.header .mobile-nav-popup .user-actions__title {
  font-family: var(--font-family-primary);
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  color: var(--black);
  text-align: center;
}
/* line 3470, ../sass/components/c-header.scss */
.header .mobile-nav-popup .profile__wrapper.mobile {
  display: none;
}
/* line 3475, ../sass/components/c-header.scss */
.header .mobile-nav-popup .mobile-nav {
  margin-top: 36px;
  display: block;
  position: relative;
}
/* line 3480, ../sass/components/c-header.scss */
.header .mobile-nav-popup .mobile-nav.small-margin {
  margin-top: 25px;
}
/* line 3484, ../sass/components/c-header.scss */
.header .mobile-nav-popup .mobile-nav__container {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
/* line 3490, ../sass/components/c-header.scss */
.header .mobile-nav-popup .mobile-nav__item {
  color: var(--black);
  font-family: var(--font-family-primary);
  opacity: 0.45;
  font-size: 17px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.479px;
  height: 65px;
  -ms-flex-line-pack: center;
      align-content: center;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
/* line 3506, ../sass/components/c-header.scss */
.header .mobile-nav-popup .mobile-nav__item.active {
  opacity: 1;
  background: var(--white);
  font-weight: 600;
  border-top: 1px solid var(--lightBorder);
  border-right: 1px solid var(--lightBorder);
  border-left: 1px solid var(--lightBorder);
}
/* line 3514, ../sass/components/c-header.scss */
.header .mobile-nav-popup .mobile-nav__item.active:first-child {
  border-top-right-radius: 6px;
}
/* line 3518, ../sass/components/c-header.scss */
.header .mobile-nav-popup .mobile-nav__item.active:nth-child(2) {
  border-top-right-radius: 6px;
  border-top-left-radius: 6px;
}
/* line 3523, ../sass/components/c-header.scss */
.header .mobile-nav-popup .mobile-nav__item.active:nth-child(3) {
  border-top-left-radius: 6px;
}
/* line 3528, ../sass/components/c-header.scss */
.header .mobile-nav-popup .mobile-nav__item.my-pages {
  display: none;
}
/* line 3533, ../sass/components/c-header.scss */
.header .mobile-nav-popup .mobile-nav__main-list {
  overflow: hidden;
  opacity: 0;
  height: 0px;
  position: relative;
}
/* line 3539, ../sass/components/c-header.scss */
.header .mobile-nav-popup .mobile-nav__main-list.active {
  overflow: visible;
  opacity: 1;
  height: 100%;
}
/* line 3546, ../sass/components/c-header.scss */
.header .mobile-nav-popup .mobile-nav__main-list .main-item__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: var(--white);
  padding-left: 15px;
  border-bottom: 0.749px solid var(--lightBorder);
}
/* line 3553, ../sass/components/c-header.scss */
.header .mobile-nav-popup .mobile-nav__main-list .main-item__wrapper:first-child {
  border-top: 0.749px solid var(--lightBorder);
}
/* line 3558, ../sass/components/c-header.scss */
.header .mobile-nav-popup .mobile-nav__main-list .main-item__wrapper.active .subnav__list {
  height: -webkit-min-content;
  height: -moz-min-content;
  height: min-content;
  opacity: 1;
  overflow: visible;
  -webkit-transform: translateX(-100vw);
          transform: translateX(-100vw);
  display: inline-block;
  min-height: 100%;
  width: 100vw;
  max-width: 100vw;
}
/* line 3568, ../sass/components/c-header.scss */
.header .mobile-nav-popup .mobile-nav__main-list .main-item__wrapper.active .subnav__list .subnav__list {
  overflow: hidden;
  height: 0px;
  opacity: 0;
  left: 100vw;
  -webkit-transform: translateX(0px);
          transform: translateX(0px);
  max-width: 0px;
}
/* line 3579, ../sass/components/c-header.scss */
.header .mobile-nav-popup .mobile-nav__main-list .main-item__wrapper .button-wrapper {
  width: 70px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 60px;
}
/* line 3587, ../sass/components/c-header.scss */
.header .mobile-nav-popup .mobile-nav__main-list .main-item__wrapper .button-wrapper.border-left {
  border-left: 0.749px solid var(--lightBorder);
}
/* line 3591, ../sass/components/c-header.scss */
.header .mobile-nav-popup .mobile-nav__main-list .main-item__wrapper .button-wrapper.border-right {
  border-right: 0.749px solid var(--lightBorder);
}
/* line 3595, ../sass/components/c-header.scss */
.header .mobile-nav-popup .mobile-nav__main-list .main-item__wrapper .button-wrapper .chevron-icon {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
/* line 3601, ../sass/components/c-header.scss */
.header .mobile-nav-popup .mobile-nav__main-list .main-item__wrapper .subnav__list {
  margin: 0px;
  padding: 0px;
  list-style: none;
  position: absolute;
  left: 100vw;
  top: 1px;
  right: 0px;
  z-index: 1;
  padding-bottom: 26px;
  overflow: hidden;
  height: 0px;
  opacity: 0;
  background: var(--lightBlueHeader);
  -webkit-transition: -webkit-transform 0.25s ease-in-out;
  transition: -webkit-transform 0.25s ease-in-out;
  transition: transform 0.25s ease-in-out;
  transition: transform 0.25s ease-in-out, -webkit-transform 0.25s ease-in-out;
  width: 0px;
  display: inline-block;
  min-height: -webkit-min-content;
  min-height: -moz-min-content;
  min-height: min-content;
}
/* line 3621, ../sass/components/c-header.scss */
.header .mobile-nav-popup .mobile-nav__main-list .main-item__wrapper .subnav__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: var(--white);
  padding-left: 15px;
  border-bottom: 0.749px solid var(--lightBorder);
}
/* line 3628, ../sass/components/c-header.scss */
.header .mobile-nav-popup .mobile-nav__main-list .main-item__wrapper .subnav__item:first-child {
  padding-left: 0px;
}
/* line 3633, ../sass/components/c-header.scss */
.header .mobile-nav-popup .mobile-nav__main-list .main-item__wrapper .subnav__item.active .subnav__list {
  height: -webkit-min-content;
  height: -moz-min-content;
  height: min-content;
  opacity: 1;
  overflow: visible;
  -webkit-transform: translateX(-100vw);
          transform: translateX(-100vw);
  width: 100vw;
  max-width: 100vw;
}
/* line 3644, ../sass/components/c-header.scss */
.header .mobile-nav-popup .mobile-nav__main-list .main-item__wrapper .subnav__main-title {
  color: var(--black);
  font-family: var(--font-family-primary);
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 18px 0px;
  text-decoration: none;
}
/* line 3656, ../sass/components/c-header.scss */
.header .mobile-nav-popup .mobile-nav__main-list .main-item__wrapper .subnav__img {
  width: 35px;
  height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 18px 0px;
  margin: 0px 10px 0px 0px;
}
/* line 3665, ../sass/components/c-header.scss */
.header .mobile-nav-popup .mobile-nav__main-list .main-item__wrapper .subnav__title {
  color: var(--black);
  font-family: var(--font-family-primary);
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.479px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 18px 0px;
  text-decoration: none;
}
/* line 3678, ../sass/components/c-header.scss */
.header .mobile-nav-popup .mobile-nav__main-list .main-item__wrapper .subnav__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
  margin-left: 21px;
}
/* line 3687, ../sass/components/c-header.scss */
.header .mobile-nav-popup .mobile-nav__main-list .main-item__img {
  width: 35px;
  height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 18px 0px;
  margin: 0px 10px 0px 7px;
}
/* line 3696, ../sass/components/c-header.scss */
.header .mobile-nav-popup .mobile-nav__main-list .main-item__title {
  color: var(--black);
  font-family: var(--font-family-primary);
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 18px 0px;
  text-decoration: none;
}
/* line 3712, ../sass/components/c-header.scss */
.header .authenticated-user__container {
  opacity: 0;
  visibility: hidden;
}
/* line 3719, ../sass/components/c-header.scss */
.header.logged-in .view-as {
  gap: 8px;
}
/* line 3723, ../sass/components/c-header.scss */
.header.logged-in .profile {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  position: relative;
  display: block;
}
/* line 3728, ../sass/components/c-header.scss */
.header.logged-in .profile__logged-in-as {
  color: var(--white);
  font-family: var(--font-family-secondary);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  position: relative;
}
/* line 3737, ../sass/components/c-header.scss */
.header.logged-in .profile__logged-in-as .open-popup {
  cursor: pointer;
}
/* line 3740, ../sass/components/c-header.scss */
.header.logged-in .profile__logged-in-as .open-popup img {
  width: 12px;
}
/* line 3745, ../sass/components/c-header.scss */
.header.logged-in .profile__logged-in-as .bold-text-700 {
  font-weight: 700;
}
/* line 3749, ../sass/components/c-header.scss */
.header.logged-in .profile__logged-in-as .bold-text-600 {
  font-weight: 600;
}
/* line 3753, ../sass/components/c-header.scss */
.header.logged-in .profile__logged-in-as .customer-type {
  border-radius: 1px;
  font-weight: 400;
  color: var(--white);
  background: rgba(237, 242, 248, 0.3);
  font-family: var(--font-family-secondary);
  font-size: 13px;
  font-style: normal;
  line-height: normal;
  cursor: pointer;
  position: relative;
  padding: 0 6px;
  margin-left: 3px;
}
/* line 3770, ../sass/components/c-header.scss */
.header.logged-in .user-actions__item.logged-in {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
/* line 3774, ../sass/components/c-header.scss */
.header.logged-in .user-actions__item.create-account {
  display: none;
}
/* line 3778, ../sass/components/c-header.scss */
.header.logged-in .mobile-nav__item.my-pages {
  display: block;
}
/* line 3784, ../sass/components/c-header.scss */
.header.logged-in .sticky-header-mobile .buttons-container .button.popup-opened {
  background-color: var(--white);
}
/* line 3788, ../sass/components/c-header.scss */
.header.logged-in .sticky-header-mobile .buttons-container .button .user-fname {
  display: block;
}
@media (min-width: 1024px) {
  /* line 3788, ../sass/components/c-header.scss */
  .header.logged-in .sticky-header-mobile .buttons-container .button .user-fname {
    display: none;
  }
}
@media (max-width: 1024px) {
  /* line 3796, ../sass/components/c-header.scss */
  .header.logged-in .sticky-header-mobile .buttons-container .button .login-text {
    display: none;
  }
}
/* line 3805, ../sass/components/c-header.scss */
.header.logged-in .authenticated-user__container {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
  position: fixed;
  inset: 0;
  z-index: 10000;
  bottom: 52px;
  overflow: auto;
  background-color: rgba(22, 22, 22, 0.5);
}
/* line 3816, ../sass/components/c-header.scss */
.header.logged-in .authenticated-user__container.open {
  opacity: 1;
  visibility: visible;
}
/* line 3820, ../sass/components/c-header.scss */
.header.logged-in .authenticated-user__container.open .authenticated-user__popup {
  max-height: 290px;
  height: auto;
  padding-top: 30px;
}
/* line 3828, ../sass/components/c-header.scss */
.header.logged-in .authenticated-user__popup {
  display: block;
  position: fixed;
  width: 100%;
  background-color: transparent;
  overflow-y: scroll;
  z-index: 999;
  bottom: 50px;
  padding-top: 0px;
  max-height: 0px;
  overflow: hidden;
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
}
/* line 3843, ../sass/components/c-header.scss */
.header.logged-in .authenticated-user__content {
  background-color: var(--white);
  position: relative;
}
/* line 3848, ../sass/components/c-header.scss */
.header.logged-in .authenticated-user__close {
  background-color: var(--white);
  position: absolute;
  right: 0;
  top: -30px;
  padding: 5px 20px;
  border-radius: 3px 3px 0 0;
}
/* line 3857, ../sass/components/c-header.scss */
.header.logged-in .authenticated-user__list {
  display: block;
  background-color: var(--white);
}
/* line 3862, ../sass/components/c-header.scss */
.header.logged-in .authenticated-user__item {
  position: relative;
  display: block;
  -ms-flex-line-pack: center;
      align-content: center;
  color: var(--black);
  font-family: var(--font-family-primary);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-decoration: none;
  border-bottom: 1px solid var(--lightBorder);
  height: 65px;
  padding-left: 70px;
}
/* line 3878, ../sass/components/c-header.scss */
.header.logged-in .authenticated-user__item.details .image {
  background-color: var(--darkBlue);
  color: var(--white);
  border-radius: 50%;
  position: absolute;
  text-align: center;
  -ms-flex-line-pack: center;
      align-content: center;
  height: 38px;
  width: 38px;
  left: 16px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
/* line 3894, ../sass/components/c-header.scss */
.header.logged-in .authenticated-user__item.logout svg {
  left: 17px;
}
/* line 3900, ../sass/components/c-header.scss */
.header.logged-in .authenticated-user__item.my-pages svg {
  left: 25px;
}
/* line 3905, ../sass/components/c-header.scss */
.header.logged-in .authenticated-user__item svg {
  position: absolute;
  left: 21px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
/* line 3912, ../sass/components/c-header.scss */
.header.logged-in .authenticated-user__item span {
  display: block;
}
/* line 3919, ../sass/components/c-header.scss */
.header .profile-popup {
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  -webkit-animation: fadeIn 0.25s ease-in-out;
          animation: fadeIn 0.25s ease-in-out;
  position: absolute;
  background-color: var(--white);
  padding: 24px 28px 28px;
  border: 1px solid var(--mediumBorder);
  border-radius: 8px;
  max-width: 640px;
}
@media (max-width: 1023px) {
  /* line 3919, ../sass/components/c-header.scss */
  .header .profile-popup {
    padding: 20px;
    max-height: calc(100vh - 100px);
    width: calc(100% - 40px);
    max-width: 450px;
    margin-bottom: 50px;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* line 3950, ../sass/components/c-header.scss */
.header .profile-popup__overlay {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 10000;
  overflow: auto;
  background-color: rgba(22, 22, 22, 0.3);
}
/* line 3958, ../sass/components/c-header.scss */
.header .profile-popup__overlay.opened {
  display: block;
}
/* line 3963, ../sass/components/c-header.scss */
.header .profile-popup__title {
  color: var(--black);
  font-family: var(--font-family-secondary);
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 23px;
  margin-bottom: 15px;
}
@media (max-width: 1023px) {
  /* line 3963, ../sass/components/c-header.scss */
  .header .profile-popup__title {
    margin-bottom: 28px;
  }
}
/* line 3979, ../sass/components/c-header.scss */
.header .profile-popup__content .profile__wrapper {
  display: block;
  border: 1px solid var(--mediumBorder);
  border-radius: 4px;
  overflow-y: scroll;
  background-color: var(--white);
  z-index: 9;
  max-height: 240px;
  overflow-y: scroll;
  /* Track */
  /* Handle */
}
/* line 3989, ../sass/components/c-header.scss */
.header .profile-popup__content .profile__wrapper::-webkit-scrollbar {
  width: 4px;
}
/* line 3993, ../sass/components/c-header.scss */
.header .profile-popup__content .profile__wrapper::-webkit-scrollbar-track {
  background: #EBE9E9;
}
/* line 3997, ../sass/components/c-header.scss */
.header .profile-popup__content .profile__wrapper::-webkit-scrollbar-thumb {
  background: #AFABAB;
  border: 4px solid #AFABAB;
  background-clip: padding-box;
}
@media (max-width: 1023px) {
  /* line 3979, ../sass/components/c-header.scss */
  .header .profile-popup__content .profile__wrapper {
    width: auto;
    position: relative;
  }
}
/* line 4010, ../sass/components/c-header.scss */
.header .profile-popup__content .profile__item {
  background-color: var(--bgGrayWhite);
  border-top: 1px solid var(--mediumBorder);
  padding: 18px 55px 10px 25px;
  position: relative;
  cursor: pointer;
}
/* line 4017, ../sass/components/c-header.scss */
.header .profile-popup__content .profile__item:first-child {
  border-radius: 6px 6px 0 0;
}
/* line 4021, ../sass/components/c-header.scss */
.header .profile-popup__content .profile__item:last-child {
  border-radius: 0 0 6px 6px;
}
@media (max-width: 1023px) {
  /* line 4010, ../sass/components/c-header.scss */
  .header .profile-popup__content .profile__item {
    padding: 15px 55px 15px 10px;
  }
}
/* line 4029, ../sass/components/c-header.scss */
.header .profile-popup__content .profile__item svg {
  position: absolute;
  width: 36px;
  height: 26px;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  opacity: 0;
  -webkit-transition: opacity 0.25s ease-in-out;
  transition: opacity 0.25s ease-in-out;
}
@media (max-width: 1023px) {
  /* line 4029, ../sass/components/c-header.scss */
  .header .profile-popup__content .profile__item svg {
    right: 15px;
  }
}
/* line 4045, ../sass/components/c-header.scss */
.header .profile-popup__content .profile__item.selected svg {
  opacity: 1;
}
/* line 4050, ../sass/components/c-header.scss */
.header .profile-popup__content .profile__item:first-child {
  border-top: none;
}
/* line 4054, ../sass/components/c-header.scss */
.header .profile-popup__content .profile__item--wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 5px;
}
/* line 4061, ../sass/components/c-header.scss */
.header .profile-popup__content .profile__item--container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
}
/* line 4067, ../sass/components/c-header.scss */
.header .profile-popup__content .profile__item--label {
  color: var(--white);
  leading-trim: both;
  text-edge: cap;
  font-family: var(--font-family-primary);
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: capitalize;
  padding: 2px 5px 1px 5px;
  background-color: var(--labelBlue);
  border-radius: 4px;
  width: 58px;
  text-align: center;
}
/* line 4084, ../sass/components/c-header.scss */
.header .profile-popup__content .profile__item--title {
  color: var(--black);
  font-family: var(--font-family-secondary);
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-align: left;
}
@media (max-width: 1023px) {
  /* line 4084, ../sass/components/c-header.scss */
  .header .profile-popup__content .profile__item--title {
    font-family: var(--font-family-primary);
  }
}
/* line 4098, ../sass/components/c-header.scss */
.header .profile-popup__content .profile__item--description {
  color: var(--gray);
  font-family: var(--font-family-secondary);
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
@media (max-width: 1023px) {
  /* line 4098, ../sass/components/c-header.scss */
  .header .profile-popup__content .profile__item--description {
    font-size: 14px;
  }
}
/* line 4114, ../sass/components/c-header.scss */
.header .profile-popup__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 15px;
}
/* line 4123, ../sass/components/c-header.scss */
.header .profile-popup__buttons .button {
  text-align: center;
  font-family: var(--font-family-secondary);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding: 14px 28px;
  width: 100%;
  max-width: 220px;
  cursor: pointer;
}
/* line 4135, ../sass/components/c-header.scss */
.header .profile-popup__buttons .button.primary-button {
  border: 1px solid var(--darkBlue);
  color: var(--white);
  background: var(--darkBlue);
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
  opacity: 1;
}
/* line 4142, ../sass/components/c-header.scss */
.header .profile-popup__buttons .button.primary-button:hover {
  border: 1px solid var(--orange);
  background: var(--orange);
}
/* line 4147, ../sass/components/c-header.scss */
.header .profile-popup__buttons .button.primary-button:disabled {
  opacity: 0.4;
  cursor: default;
}
/* line 4151, ../sass/components/c-header.scss */
.header .profile-popup__buttons .button.primary-button:disabled:hover {
  border: 1px solid var(--darkBlue);
  color: var(--white);
  background: var(--darkBlue);
}
/* line 4159, ../sass/components/c-header.scss */
.header .profile-popup__buttons .button.secondary-button {
  border: 1px solid var(--notificationRed);
  color: var(--notificationRed);
  background: var(--white);
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
/* line 4165, ../sass/components/c-header.scss */
.header .profile-popup__buttons .button.secondary-button:hover {
  background: var(--notificationRed);
  color: var(--white);
}
/* line 4173, ../sass/components/c-header.scss */
.header .profile-popup .close {
  position: absolute;
  top: 20px;
  right: 30px;
  padding: 4px;
  cursor: pointer;
}
@media (max-width: 355px) {
  /* line 4173, ../sass/components/c-header.scss */
  .header .profile-popup .close {
    display: none;
  }
}
@media (max-width: 768px) {
  /* line 4173, ../sass/components/c-header.scss */
  .header .profile-popup .close {
    right: 20px;
  }
}
/* line 4192, ../sass/components/c-header.scss */
.header .store-selector-container {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 10000;
  overflow: auto;
  background-color: rgba(22, 22, 22, 0.3);
}
/* line 4200, ../sass/components/c-header.scss */
.header .store-selector-container.open {
  display: block;
}
/* line 4203, ../sass/components/c-header.scss */
.header .store-selector-container.open .store-selector {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
/* line 4209, ../sass/components/c-header.scss */
.header .store-selector-container .store-selector {
  display: none;
  background-color: var(--white);
  color: var(--black);
  stroke-width: 1px;
  stroke: var(--lightBorder);
  border-radius: 8px;
  position: relative;
  display: block;
  -webkit-animation: fadeIn 0.25s ease-in-out;
          animation: fadeIn 0.25s ease-in-out;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  margin: unset;
  max-width: calc(100vw - 40px);
  padding: 20px;
}
@media (min-width: 1024px) {
  /* line 4209, ../sass/components/c-header.scss */
  .header .store-selector-container .store-selector {
    max-width: 825px;
    max-height: 711px;
    margin: unset;
    height: 100%;
    padding: 20px 20px 42px 42px;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* line 4245, ../sass/components/c-header.scss */
.header .store-selector-container .store-selector .google-map-container {
  background: var(--white);
  width: 100%;
  max-width: 375px;
}
@media (max-width: 1023px) {
  /* line 4245, ../sass/components/c-header.scss */
  .header .store-selector-container .store-selector .google-map-container {
    display: none;
  }
}
/* line 4254, ../sass/components/c-header.scss */
.header .store-selector-container .store-selector .google-map-container #google-map {
  width: 100%;
  min-height: 100%;
  border: 1px solid var(--lightBorder);
}
/* line 4260, ../sass/components/c-header.scss */
.header .store-selector-container .store-selector .google-map-container #google-map svg path {
  fill: #222;
  opacity: 1;
}
/* line 4264, ../sass/components/c-header.scss */
.header .store-selector-container .store-selector .google-map-container #google-map svg path:nth-child(3) {
  fill: var(--lightGray);
}
/* line 4271, ../sass/components/c-header.scss */
.header .store-selector-container .store-selector .google-map-container .gmnoprint {
  display: none;
}
/* line 4275, ../sass/components/c-header.scss */
.header .store-selector-container .store-selector .google-map-container .gm-style-cc {
  display: none;
}
/* line 4279, ../sass/components/c-header.scss */
.header .store-selector-container .store-selector .google-map-container .gm-fullscreen-control {
  display: none;
}
/* line 4283, ../sass/components/c-header.scss */
.header .store-selector-container .store-selector .google-map-container .gm-style-iw {
  display: none;
}
/* line 4288, ../sass/components/c-header.scss */
.header .store-selector-container .store-selector .google-map-container .gm-style-iw-tc {
  display: none;
}
/* line 4292, ../sass/components/c-header.scss */
.header .store-selector-container .store-selector .google-map-container .custom-infowindow {
  padding: 25px 20px;
}
/* line 4295, ../sass/components/c-header.scss */
.header .store-selector-container .store-selector .google-map-container .custom-infowindow__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 3px;
}
/* line 4301, ../sass/components/c-header.scss */
.header .store-selector-container .store-selector .google-map-container .custom-infowindow__img {
  width: 13px;
  height: 18px;
}
/* line 4305, ../sass/components/c-header.scss */
.header .store-selector-container .store-selector .google-map-container .custom-infowindow__img img {
  width: 13px;
  height: 18px;
}
/* line 4311, ../sass/components/c-header.scss */
.header .store-selector-container .store-selector .google-map-container .custom-infowindow__text {
  color: var(--darkGray);
  -webkit-font-feature-settings: 'clig' off, 'liga' off;
          font-feature-settings: 'clig' off, 'liga' off;
  font-family: var(--font-family-secondary);
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 23px;
}
/* line 4321, ../sass/components/c-header.scss */
.header .store-selector-container .store-selector .google-map-container .custom-infowindow__address {
  color: var(--darkGray);
  -webkit-font-feature-settings: 'clig' off, 'liga' off;
          font-feature-settings: 'clig' off, 'liga' off;
  font-family: var(--font-family-secondary);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 23px;
}
/* line 4333, ../sass/components/c-header.scss */
.header .store-selector-container .store-selector__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 25px;
  margin-top: 30px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  overflow: hidden;
}
/* line 4342, ../sass/components/c-header.scss */
.header .store-selector-container .store-selector__list-wrapper {
  max-width: 375px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media (max-width: 1023px) {
  /* line 4342, ../sass/components/c-header.scss */
  .header .store-selector-container .store-selector__list-wrapper {
    max-width: 100%;
  }
}
/* line 4353, ../sass/components/c-header.scss */
.header .store-selector-container .store-selector__list {
  overflow-y: scroll;
  width: 100%;
  /* Handle */
}
@media (max-width: 1023px) {
  /* line 4353, ../sass/components/c-header.scss */
  .header .store-selector-container .store-selector__list {
    height: 350px;
  }
}
/* line 4361, ../sass/components/c-header.scss */
.header .store-selector-container .store-selector__list::-webkit-scrollbar {
  width: 4px;
}
/* line 4365, ../sass/components/c-header.scss */
.header .store-selector-container .store-selector__list::-webkit-scrollbar-thumb {
  background: var(--mediumGray);
  background-clip: padding-box;
}
/* line 4371, ../sass/components/c-header.scss */
.header .store-selector-container .store-selector__title {
  color: var(--black);
  font-family: var(--font-family-primary);
  font-size: 25px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 15px;
}
/* line 4381, ../sass/components/c-header.scss */
.header .store-selector-container .store-selector__description {
  color: var(--black);
  font-family: var(--font-family-secondary);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 21px;
}
/* line 4391, ../sass/components/c-header.scss */
.header .store-selector-container .store-selector__container > .wrapper {
  margin-bottom: 0px;
}
/* line 4396, ../sass/components/c-header.scss */
.header .store-selector-container .store-selector__container > .wrapper:first-child > .row:first-child {
  height: 100%;
  opacity: 1;
  overflow: visible;
}
/* line 4404, ../sass/components/c-header.scss */
.header .store-selector-container .store-selector__container > .wrapper .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  gap: 5px;
  color: var(--gray);
  font-family: var(--font-family-secondary);
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 2px;
  height: 0px;
  opacity: 0;
  overflow: hidden;
}
/* line 4420, ../sass/components/c-header.scss */
.header .store-selector-container .store-selector__container > .wrapper .row .text {
  color: var(--gray);
  font-family: var(--font-family-secondary);
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}
/* line 4433, ../sass/components/c-header.scss */
.header .store-selector-container .store-selector__container > .wrapper .row .text.status:before {
  content: "";
  background: #16B813;
  width: 7px;
  height: 7px;
  margin: 5px 5px 0px 5px;
  min-width: 7px;
}
/* line 4443, ../sass/components/c-header.scss */
.header .store-selector-container .store-selector__container > .wrapper .row .text.status.open:before {
  background: #16B813;
}
/* line 4449, ../sass/components/c-header.scss */
.header .store-selector-container .store-selector__container > .wrapper .row .text.opening-hours {
  max-height: 20px;
  overflow: hidden;
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
  display: block;
  width: 100%;
}
/* line 4456, ../sass/components/c-header.scss */
.header .store-selector-container .store-selector__container > .wrapper .row .text.opening-hours .button {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
/* line 4462, ../sass/components/c-header.scss */
.header .store-selector-container .store-selector__container > .wrapper .row .text.opening-hours .button svg {
  width: 11px;
  height: 8px;
  right: -20px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(-90deg);
          transform: translateY(-50%) rotate(-90deg);
}
/* line 4472, ../sass/components/c-header.scss */
.header .store-selector-container .store-selector__container > .wrapper .row .text.opening-hours.opened {
  max-height: 500px;
  height: auto;
}
/* line 4478, ../sass/components/c-header.scss */
.header .store-selector-container .store-selector__container > .wrapper .row .text.opening-hours.opened .button svg {
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
/* line 4485, ../sass/components/c-header.scss */
.header .store-selector-container .store-selector__container > .wrapper .row .text.opening-hours .opening-hours__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: var(--black);
  font-family: var(--font-family-secondary);
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
}
/* line 4496, ../sass/components/c-header.scss */
.header .store-selector-container .store-selector__container > .wrapper .row .text.opening-hours .opening-hours__wrapper.text-color-red {
  color: var(--campaignRed);
}
/* line 4502, ../sass/components/c-header.scss */
.header .store-selector-container .store-selector__container > .wrapper .row .text.stock-info {
  position: relative;
  padding-left: 25px;
}
/* line 4507, ../sass/components/c-header.scss */
.header .store-selector-container .store-selector__container > .wrapper .row .text.stock-info.in-stock svg {
  width: 17px;
  height: 14px;
  left: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
/* line 4515, ../sass/components/c-header.scss */
.header .store-selector-container .store-selector__container > .wrapper .row .text.stock-info.in-stock svg path {
  fill: var(--gray) !important;
}
/* line 4521, ../sass/components/c-header.scss */
.header .store-selector-container .store-selector__container > .wrapper .row .text.stock-info.out-of-stock {
  color: var(--campaignRed);
}
/* line 4524, ../sass/components/c-header.scss */
.header .store-selector-container .store-selector__container > .wrapper .row .text.stock-info.out-of-stock svg {
  width: 17px;
  height: 14px;
  left: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
/* line 4532, ../sass/components/c-header.scss */
.header .store-selector-container .store-selector__container > .wrapper .row .text.stock-info.out-of-stock svg path {
  fill: var(--campaignRed) !important;
}
/* line 4543, ../sass/components/c-header.scss */
.header .store-selector-container .store-selector__item {
  border-radius: 2px;
  border: 1px solid var(--lightBorder);
  border-bottom: none;
  background: var(--white);
  padding: 19px 22px;
  cursor: pointer;
}
/* line 4551, ../sass/components/c-header.scss */
.header .store-selector-container .store-selector__item:last-child {
  border-bottom: 1px solid var(--lightBorder);
}
/* line 4555, ../sass/components/c-header.scss */
.header .store-selector-container .store-selector__item.selected {
  border: 1px solid var(--darkBlue);
  background: var(--lightBlueGray);
}
/* line 4560, ../sass/components/c-header.scss */
.header .store-selector-container .store-selector__item .store-selector__title {
  color: var(--black);
  font-family: var(--font-family-secondary);
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 4px;
}
/* line 4571, ../sass/components/c-header.scss */
.header .store-selector-container .store-selector__select {
  color: var(--white);
  text-align: center;
  font-family: var(--font-family-primary);
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  border-radius: 2px;
  border: 1.692px solid var(--darkBlue);
  background: var(--darkBlue);
  width: 100%;
  height: 54px;
  cursor: pointer;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
/* line 4587, ../sass/components/c-header.scss */
.header .store-selector-container .store-selector__select:disabled {
  opacity: 0.1;
  cursor: default;
}
/* line 4593, ../sass/components/c-header.scss */
.header .store-selector-container .store-selector__close {
  position: absolute;
  right: 21px;
  top: 21px;
  border: none;
  background: var(--white);
  cursor: pointer;
}
/* line 4602, ../sass/components/c-header.scss */
.header .store-selector-container .store-selector__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 768px) {
  /* line 4602, ../sass/components/c-header.scss */
  .header .store-selector-container .store-selector__buttons {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 20px;
  }
}
/* line 4613, ../sass/components/c-header.scss */
.header .store-selector-container .store-selector__buttons:has(.button:only-child) {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
/* line 4617, ../sass/components/c-header.scss */
.header .store-selector-container .store-selector__buttons .button {
  text-align: center;
  font-family: var(--font-family-secondary);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding: 14px 28px;
  min-width: 220px;
  cursor: pointer;
}
@media (max-width: 768px) {
  /* line 4617, ../sass/components/c-header.scss */
  .header .store-selector-container .store-selector__buttons .button {
    width: 100%;
  }
}
/* line 4632, ../sass/components/c-header.scss */
.header .store-selector-container .store-selector__buttons .button.primary-button {
  border: 1px solid var(--darkBlue);
  color: var(--white);
  background: var(--darkBlue);
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
/* line 4638, ../sass/components/c-header.scss */
.header .store-selector-container .store-selector__buttons .button.primary-button:hover {
  border: 1px solid var(--orange);
  background: var(--orange);
}
/* line 4643, ../sass/components/c-header.scss */
.header .store-selector-container .store-selector__buttons .button.primary-button:disabled {
  background-color: var(--lightBorder);
  border: 1px solid var(--lightBorder);
  cursor: default;
}
/* line 4650, ../sass/components/c-header.scss */
.header .store-selector-container .store-selector__buttons .button.secondary-button {
  border: 1px solid var(--notificationRed);
  color: var(--notificationRed);
  background: var(--white);
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
/* line 4656, ../sass/components/c-header.scss */
.header .store-selector-container .store-selector__buttons .button.secondary-button:hover {
  background: var(--notificationRed);
  color: var(--white);
}
@media (max-width: 1023px) {
  /* line 4667, ../sass/components/c-header.scss */
  .header .store-selector-container.one-location .store-selector__title {
    display: none;
  }
}
@media (max-width: 1023px) {
  /* line 4673, ../sass/components/c-header.scss */
  .header .store-selector-container.one-location .store-selector__description {
    display: none;
  }
}
@media (max-width: 1023px) {
  /* line 4680, ../sass/components/c-header.scss */
  .header .store-selector-container.one-location .store-selector__buttons .primary-button {
    display: none;
  }
}

/* line 1, ../sass/components/c-hero-banner.scss */
.c-hero-banner {
  position: relative;
  margin: 30px 0px;
}
@media (max-width: 1023px) {
  /* line 1, ../sass/components/c-hero-banner.scss */
  .c-hero-banner {
    margin: 20px 0px;
  }
}
/* line 9, ../sass/components/c-hero-banner.scss */
.c-hero-banner.double-content {
  margin: 0px;
}
@media (max-width: 1023px) {
  /* line 9, ../sass/components/c-hero-banner.scss */
  .c-hero-banner.double-content {
    margin: 0px;
  }
}
/* line 16, ../sass/components/c-hero-banner.scss */
.c-hero-banner.double-content .c-hero-banner__button-left {
  display: none;
}
/* line 20, ../sass/components/c-hero-banner.scss */
.c-hero-banner.double-content .c-hero-banner__button-right {
  display: none;
}
@media (max-width: 767px) {
  /* line 24, ../sass/components/c-hero-banner.scss */
  .c-hero-banner.double-content .swiper {
    width: 100%;
    margin-left: inherit;
    max-height: 400px;
  }
}
/* line 32, ../sass/components/c-hero-banner.scss */
.c-hero-banner.double-content .c-hero-banner__bg-images {
  height: auto;
}
/* line 36, ../sass/components/c-hero-banner.scss */
.c-hero-banner.double-content .swiper-pagination {
  bottom: -25px !important;
  display: block;
}
@media (max-width: 1023px) {
  /* line 36, ../sass/components/c-hero-banner.scss */
  .c-hero-banner.double-content .swiper-pagination {
    display: none;
  }
}
/* line 44, ../sass/components/c-hero-banner.scss */
.c-hero-banner.double-content .swiper-pagination .swiper-pagination-bullet {
  width: 11px;
  height: 11px;
  border-radius: 50px;
  opacity: 1;
  background: var(--white);
  border: 1px solid var(--mediumBorder);
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
/* line 54, ../sass/components/c-hero-banner.scss */
.c-hero-banner.double-content .swiper-pagination .swiper-pagination-bullet-active {
  width: 5px;
  height: 5px;
  background: var(--mediumBorder);
  margin-bottom: 2.5px !important;
}
/* line 63, ../sass/components/c-hero-banner.scss */
.c-hero-banner.full-width {
  width: 100vw;
  margin: 0px 0px 117px calc((min(1450px, 85vw) - 100vw) / 2);
}
@media (max-width: 767px) {
  /* line 63, ../sass/components/c-hero-banner.scss */
  .c-hero-banner.full-width {
    width: 100vw;
    margin-left: -20px;
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  /* line 63, ../sass/components/c-hero-banner.scss */
  .c-hero-banner.full-width {
    width: 100vw;
    margin-left: calc(-7.5vw - 20px);
    margin-bottom: 30px;
  }
}
/* line 79, ../sass/components/c-hero-banner.scss */
.c-hero-banner.full-width.margin-bottom-30 {
  margin-bottom: 30px;
}
/* line 84, ../sass/components/c-hero-banner.scss */
.c-hero-banner.full-width .layout-container.cta-banner {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 2;
}
@media (max-width: 1023px) {
  /* line 84, ../sass/components/c-hero-banner.scss */
  .c-hero-banner.full-width .layout-container.cta-banner {
    position: relative;
    left: 0;
    width: 100%;
    -webkit-transform: none;
            transform: none;
    top: 0;
  }
}
/* line 101, ../sass/components/c-hero-banner.scss */
.c-hero-banner.full-width .c-hero-banner__bg-images {
  height: 314px;
}
@media (max-width: 767px) {
  /* line 101, ../sass/components/c-hero-banner.scss */
  .c-hero-banner.full-width .c-hero-banner__bg-images {
    height: 400px;
  }
}
/* line 109, ../sass/components/c-hero-banner.scss */
.c-hero-banner.full-width .c-hero-banner__links {
  left: 0;
}
/* line 116, ../sass/components/c-hero-banner.scss */
.c-hero-banner.full-width .cta-banner--big {
  width: 80%;
  max-width: 1009px;
}
@media (max-width: 1023px) {
  /* line 116, ../sass/components/c-hero-banner.scss */
  .c-hero-banner.full-width .cta-banner--big {
    max-width: inherit;
    width: 100%;
  }
}
/* line 126, ../sass/components/c-hero-banner.scss */
.c-hero-banner.full-width .cta-banner--small {
  width: 80%;
  max-width: 685px;
}
@media (max-width: 1023px) {
  /* line 126, ../sass/components/c-hero-banner.scss */
  .c-hero-banner.full-width .cta-banner--small {
    max-width: inherit;
    width: 100%;
  }
}
/* line 136, ../sass/components/c-hero-banner.scss */
.c-hero-banner.full-width .cta-banner--center-left {
  top: 50px;
}
/* line 139, ../sass/components/c-hero-banner.scss */
.c-hero-banner.full-width .cta-banner--center-left .cta-banner__wrapper {
  margin: 0 auto 0 0;
}
/* line 144, ../sass/components/c-hero-banner.scss */
.c-hero-banner.full-width .cta-banner--center-center {
  top: 50px;
}
/* line 147, ../sass/components/c-hero-banner.scss */
.c-hero-banner.full-width .cta-banner--center-center .cta-banner__wrapper {
  margin: 0 auto;
}
/* line 152, ../sass/components/c-hero-banner.scss */
.c-hero-banner.full-width .cta-banner--center-right {
  top: 50px;
}
/* line 155, ../sass/components/c-hero-banner.scss */
.c-hero-banner.full-width .cta-banner--center-right .cta-banner__wrapper {
  margin: 0 0 0 auto;
}
/* line 160, ../sass/components/c-hero-banner.scss */
.c-hero-banner.full-width .cta-banner--bottom-left {
  top: 105px;
}
/* line 163, ../sass/components/c-hero-banner.scss */
.c-hero-banner.full-width .cta-banner--bottom-left .cta-banner__wrapper {
  margin: 0 auto 0 0;
}
/* line 168, ../sass/components/c-hero-banner.scss */
.c-hero-banner.full-width .cta-banner--bottom-center {
  top: 105px;
}
/* line 171, ../sass/components/c-hero-banner.scss */
.c-hero-banner.full-width .cta-banner--bottom-center .cta-banner__wrapper {
  margin: 0 auto;
}
/* line 176, ../sass/components/c-hero-banner.scss */
.c-hero-banner.full-width .cta-banner--bottom-right {
  top: 105px;
}
/* line 179, ../sass/components/c-hero-banner.scss */
.c-hero-banner.full-width .cta-banner--bottom-right .cta-banner__wrapper {
  margin: 0 0 0 auto;
}
/* line 184, ../sass/components/c-hero-banner.scss */
.c-hero-banner.full-width .cta-banner__wrapper {
  padding: 35px 45px;
  text-align: center;
}
/* line 189, ../sass/components/c-hero-banner.scss */
.c-hero-banner.full-width .cta-banner__title {
  text-align: center;
  font-family: var(--font-family-primary);
  font-size: 32.8px;
  font-style: normal;
  font-weight: 700;
  line-height: 35.2px;
  letter-spacing: -0.656px;
}
/* line 199, ../sass/components/c-hero-banner.scss */
.c-hero-banner.full-width .cta-banner__content {
  font-family: var(--font-family-secondary);
  font-size: 19px;
  font-style: normal;
  font-weight: 400;
  line-height: 24.5px;
  margin: 30px 0px 25px;
}
/* line 208, ../sass/components/c-hero-banner.scss */
.c-hero-banner.full-width .cta-banner__link {
  text-align: center;
  font-family: var(--font-family-primary);
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  padding: 15px 13px;
  border-radius: 2px;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  text-decoration: none;
  margin: 25px auto 0px auto;
}
/* line 225, ../sass/components/c-hero-banner.scss */
.c-hero-banner .swiper {
  max-height: 500px;
}
@media (max-width: 767px) {
  /* line 225, ../sass/components/c-hero-banner.scss */
  .c-hero-banner .swiper {
    width: 100vw;
    margin-left: -20px;
    max-height: 400px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  /* line 225, ../sass/components/c-hero-banner.scss */
  .c-hero-banner .swiper {
    width: 100vw;
    margin-left: calc(-7.5vw - 20px);
    max-height: 500px;
  }
}
/* line 241, ../sass/components/c-hero-banner.scss */
.c-hero-banner .swiper-pagination {
  display: none;
}
/* line 245, ../sass/components/c-hero-banner.scss */
.c-hero-banner__bg-images {
  height: 500px;
  width: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 767px) {
  /* line 245, ../sass/components/c-hero-banner.scss */
  .c-hero-banner__bg-images {
    height: 400px;
  }
}
/* line 256, ../sass/components/c-hero-banner.scss */
.c-hero-banner__links {
  margin: 0px;
  padding: 0px;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px 20px;
  position: absolute;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  bottom: 30px;
  left: 50px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
/* line 269, ../sass/components/c-hero-banner.scss */
.c-hero-banner__link {
  border: 1.843px solid var(--white);
  background: var(--darkGray);
  border-radius: 2px;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
  color: var(--white);
}
@media (max-width: 1023px) {
  /* line 269, ../sass/components/c-hero-banner.scss */
  .c-hero-banner__link {
    display: none;
  }
}
/* line 280, ../sass/components/c-hero-banner.scss */
.c-hero-banner__link:hover {
  background: var(--white);
  color: var(--darkBlue);
}
/* line 285, ../sass/components/c-hero-banner.scss */
.c-hero-banner__link a {
  color: inherit;
  font-family: var(--font-family-secondary);
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-decoration: none;
  display: block;
  padding: 11px 20px;
}
/* line 297, ../sass/components/c-hero-banner.scss */
.c-hero-banner__link--img {
  background: var(--white);
  height: 44px;
}
/* line 301, ../sass/components/c-hero-banner.scss */
.c-hero-banner__link--img a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 5px 18px;
}
/* line 307, ../sass/components/c-hero-banner.scss */
.c-hero-banner__link--img a img {
  max-height: 31px;
  display: block;
}
/* line 315, ../sass/components/c-hero-banner.scss */
.c-hero-banner__link-mobile {
  border-radius: 2px;
  background: var(--mediumGray);
  color: var(--darkBlue);
  font-family: var(--font-family-secondary);
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  padding: 9px 35px 9px 15px;
  position: absolute;
  left: 15px;
  bottom: 40px;
  text-decoration: none;
}
@media (min-width: 1024px) {
  /* line 315, ../sass/components/c-hero-banner.scss */
  .c-hero-banner__link-mobile {
    display: none;
  }
}
/* line 334, ../sass/components/c-hero-banner.scss */
.c-hero-banner__link-mobile svg {
  position: absolute;
  height: 13px;
  width: 14px;
  top: calc(50% - 6px);
  margin-left: 7px;
}
/* line 343, ../sass/components/c-hero-banner.scss */
.c-hero-banner__button-left {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  height: 23px;
  width: 13px;
  left: -45px;
  position: absolute;
  top: calc(50% - 18.5px);
  border: none;
  z-index: 1;
  outline: none;
  cursor: pointer;
  opacity: 0.6;
}
@media (max-width: 1023px) {
  /* line 343, ../sass/components/c-hero-banner.scss */
  .c-hero-banner__button-left {
    display: none;
  }
}
/* line 361, ../sass/components/c-hero-banner.scss */
.c-hero-banner__button-right {
  height: 23px;
  width: 13px;
  right: -45px;
  position: absolute;
  top: calc(50% - 18.5px);
  border: none;
  z-index: 1;
  outline: none;
  cursor: pointer;
  opacity: 0.6;
}
@media (max-width: 1023px) {
  /* line 361, ../sass/components/c-hero-banner.scss */
  .c-hero-banner__button-right {
    display: none;
  }
}
/* line 378, ../sass/components/c-hero-banner.scss */
.c-hero-banner__shoppable {
  padding: 0;
  margin: 0;
  list-style: none;
}
/* line 383, ../sass/components/c-hero-banner.scss */
.c-hero-banner__shoppable__on-mobile {
  display: none;
}
@media (max-width: 1023px) {
  /* line 383, ../sass/components/c-hero-banner.scss */
  .c-hero-banner__shoppable__on-mobile {
    display: block;
  }
}
/* line 391, ../sass/components/c-hero-banner.scss */
.c-hero-banner__shoppable__on-desktop {
  display: none;
}
@media (min-width: 1024px) {
  /* line 391, ../sass/components/c-hero-banner.scss */
  .c-hero-banner__shoppable__on-desktop {
    display: block;
  }
}
/* line 399, ../sass/components/c-hero-banner.scss */
.c-hero-banner__shoppable li {
  padding: 0px;
  margin: 0px;
  position: absolute;
}
/* line 406, ../sass/components/c-hero-banner.scss */
.c-hero-banner__dot {
  -webkit-transition: border-color 250ms ease-in-out, opacity 250ms ease-in-out, visibility 250ms ease-in-out;
  transition: border-color 250ms ease-in-out, opacity 250ms ease-in-out, visibility 250ms ease-in-out;
  -webkit-transform: translateX(-1rem) translateY(-1rem) scale(0.999);
          transform: translateX(-1rem) translateY(-1rem) scale(0.999);
  padding: 0;
  width: 34px;
  height: 34px;
  border: 2px solid rgba(53, 53, 53, 0);
  position: absolute;
  background: rgba(53, 53, 53, 0.3);
  border-radius: 50px;
  line-height: .5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
/* line 421, ../sass/components/c-hero-banner.scss */
.c-hero-banner__dot::before {
  content: "";
  position: absolute;
  top: -0.5rem;
  left: -0.5rem;
  right: -0.5rem;
  bottom: -0.5rem;
  display: block;
}
/* line 431, ../sass/components/c-hero-banner.scss */
.c-hero-banner__dot::after {
  content: "";
  -webkit-transition: -webkit-transform 250ms ease-in-out;
  transition: -webkit-transform 250ms ease-in-out;
  transition: transform 250ms ease-in-out;
  transition: transform 250ms ease-in-out, -webkit-transform 250ms ease-in-out;
  position: relative;
  display: block;
  background: var(--white);
  width: .75rem;
  height: .75rem;
  border-radius: 50px;
}
/* line 447, ../sass/components/c-hero-banner.scss */
.c-hero-banner__shoppable-area--active .c-hero-banner__dot {
  border: 2px solid rgba(183, 176, 171, 0.3);
}
/* line 450, ../sass/components/c-hero-banner.scss */
.c-hero-banner__shoppable-area--active .c-hero-banner__dot::after {
  -webkit-transform: scale(0.667);
          transform: scale(0.667);
}
/* line 455, ../sass/components/c-hero-banner.scss */
.c-hero-banner__shoppable-area--active .c-hero-banner__inner {
  opacity: 1;
  visibility: visible;
  z-index: 1;
}
/* line 463, ../sass/components/c-hero-banner.scss */
.c-hero-banner__inner {
  -webkit-transition: opacity 250ms ease-in-out, visibility 250ms ease-in-out;
  transition: opacity 250ms ease-in-out, visibility 250ms ease-in-out;
  -webkit-transform: translateX(64px) translateY(-68%) translateY(0);
          transform: translateX(64px) translateY(-68%) translateY(0);
  min-width: 225px;
  position: absolute;
  opacity: 0;
  visibility: hidden;
  background-color: var(--offWhite);
  padding: 15px 25px 30px 25px;
  display: block;
  text-decoration: none;
  border: 1px solid var(--mediumBorder);
  border-radius: 5px;
}
/* line 477, ../sass/components/c-hero-banner.scss */
.c-hero-banner__inner:after {
  content: '';
  position: absolute;
  border-style: solid;
  border-width: 0px 30px 30px 0;
  border-color: transparent var(--offWhite);
  display: block;
  width: 0;
  z-index: 1;
  margin-top: -16px;
  left: -29px;
  top: 75%;
}
/* line 491, ../sass/components/c-hero-banner.scss */
.c-hero-banner__inner:before {
  content: '';
  position: absolute;
  border-style: solid;
  border-width: 0px 30px 30px 0;
  border-color: transparent var(--mediumBorder);
  display: block;
  width: 0;
  z-index: 0;
  margin-top: -17px;
  left: -30px;
  top: 75%;
}
/* line 505, ../sass/components/c-hero-banner.scss */
.c-hero-banner__inner--top-right {
  -webkit-transform: translateX(64px) translateY(-68%) translateY(0);
          transform: translateX(64px) translateY(-68%) translateY(0);
}
@media (max-width: 1023px) {
  /* line 505, ../sass/components/c-hero-banner.scss */
  .c-hero-banner__inner--top-right {
    -webkit-transform: translateX(50px) translateY(-68%) translateY(0);
            transform: translateX(50px) translateY(-68%) translateY(0);
  }
}
/* line 512, ../sass/components/c-hero-banner.scss */
.c-hero-banner__inner--top-right:after {
  border-width: 0px 30px 30px 0;
  left: -29px;
}
/* line 517, ../sass/components/c-hero-banner.scss */
.c-hero-banner__inner--top-right:before {
  border-width: 0px 30px 30px 0;
  left: -30px;
}
/* line 523, ../sass/components/c-hero-banner.scss */
.c-hero-banner__inner--top-left {
  -webkit-transform: translateX(calc(-100% - 64px)) translateY(-68%) translateY(0);
          transform: translateX(calc(-100% - 64px)) translateY(-68%) translateY(0);
}
@media (max-width: 1023px) {
  /* line 523, ../sass/components/c-hero-banner.scss */
  .c-hero-banner__inner--top-left {
    -webkit-transform: translateX(calc(-100% - 50px)) translateY(-68%) translateY(0);
            transform: translateX(calc(-100% - 50px)) translateY(-68%) translateY(0);
  }
}
/* line 530, ../sass/components/c-hero-banner.scss */
.c-hero-banner__inner--top-left:after {
  border-width: 0px 0px 30px 30px;
  right: -29px;
  left: inherit;
}
/* line 536, ../sass/components/c-hero-banner.scss */
.c-hero-banner__inner--top-left:before {
  border-width: 0px 0px 30px 30px;
  right: -30px;
  left: inherit;
}
/* line 543, ../sass/components/c-hero-banner.scss */
.c-hero-banner__inner--bottom-right {
  -webkit-transform: translateX(64px) translateY(-17%) translateY(0);
          transform: translateX(64px) translateY(-17%) translateY(0);
}
@media (max-width: 1023px) {
  /* line 543, ../sass/components/c-hero-banner.scss */
  .c-hero-banner__inner--bottom-right {
    -webkit-transform: translateX(50px) translateY(-17%) translateY(0);
            transform: translateX(50px) translateY(-17%) translateY(0);
  }
}
/* line 550, ../sass/components/c-hero-banner.scss */
.c-hero-banner__inner--bottom-right:after {
  border-width: 0px 30px 30px 0;
  left: -29px;
  top: 25%;
}
/* line 556, ../sass/components/c-hero-banner.scss */
.c-hero-banner__inner--bottom-right:before {
  border-width: 0px 30px 30px 0;
  left: -30px;
  top: 25%;
}
/* line 563, ../sass/components/c-hero-banner.scss */
.c-hero-banner__inner--bottom-left {
  -webkit-transform: translateX(calc(-100% - 64px)) translateY(-17%) translateY(0);
          transform: translateX(calc(-100% - 64px)) translateY(-17%) translateY(0);
}
@media (max-width: 1023px) {
  /* line 563, ../sass/components/c-hero-banner.scss */
  .c-hero-banner__inner--bottom-left {
    -webkit-transform: translateX(calc(-100% - 50px)) translateY(-17%) translateY(0);
            transform: translateX(calc(-100% - 50px)) translateY(-17%) translateY(0);
  }
}
/* line 570, ../sass/components/c-hero-banner.scss */
.c-hero-banner__inner--bottom-left:after {
  border-width: 0px 0px 30px 30px;
  right: -29px;
  left: inherit;
  top: 25%;
}
/* line 577, ../sass/components/c-hero-banner.scss */
.c-hero-banner__inner--bottom-left:before {
  border-width: 0px 0px 30px 30px;
  right: -30px;
  left: inherit;
  top: 25%;
}
/* line 586, ../sass/components/c-hero-banner.scss */
.c-hero-banner__tooltip-wrapper {
  border-bottom: 1px solid var(--lightBorder);
  padding-bottom: 6px;
}
/* line 591, ../sass/components/c-hero-banner.scss */
.c-hero-banner__tooltip-title {
  color: var(--black);
  font-family: var(--font-family-primary);
  font-size: 17px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
/* line 600, ../sass/components/c-hero-banner.scss */
.c-hero-banner__tooltip-description {
  color: var(--black);
  font-family: var(--font-family-secondary);
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
/* line 609, ../sass/components/c-hero-banner.scss */
.c-hero-banner__price-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 15px 0px 10px;
  gap: 5px;
}
/* line 616, ../sass/components/c-hero-banner.scss */
.c-hero-banner__price-text {
  color: var(--black);
  font-family: var(--font-family-secondary);
  font-size: 11px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  -ms-flex-item-align: start;
      align-self: flex-start;
  margin-top: 5px;
}
/* line 627, ../sass/components/c-hero-banner.scss */
.c-hero-banner__price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
/* line 631, ../sass/components/c-hero-banner.scss */
.c-hero-banner__price-integer {
  color: var(--black);
  font-family: var(--font-family-primary);
  font-size: 21px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -0.42px;
}
/* line 641, ../sass/components/c-hero-banner.scss */
.c-hero-banner__price-decimal {
  color: var(--black);
  font-family: var(--font-family-primary);
  font-size: 11px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  -ms-flex-item-align: start;
      align-self: flex-start;
  margin-top: 3px;
  margin-left: 2px;
}
/* line 653, ../sass/components/c-hero-banner.scss */
.c-hero-banner__price-currency {
  color: var(--black);
  font-family: var(--font-family-secondary);
  font-size: 19px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
/* line 662, ../sass/components/c-hero-banner.scss */
.c-hero-banner__tooltip-arrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  position: relative;
}
/* line 667, ../sass/components/c-hero-banner.scss */
.c-hero-banner__tooltip-arrow::before {
  content: "";
  position: absolute;
  top: -0.5rem;
  left: -0.5rem;
  right: -0.5rem;
  bottom: -0.5rem;
  display: block;
}
/* line 677, ../sass/components/c-hero-banner.scss */
.c-hero-banner__tooltip-arrow::after {
  position: absolute;
  height: 13px;
  width: 14px;
}

/* line 1, ../sass/components/c-breadcrumb.scss */
.c-breadcrumb {
  padding: 9px 0px;
}
/* line 4, ../sass/components/c-breadcrumb.scss */
.c-breadcrumb ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
/* line 10, ../sass/components/c-breadcrumb.scss */
.c-breadcrumb ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: var(--gray);
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
/* line 20, ../sass/components/c-breadcrumb.scss */
.c-breadcrumb ul li a {
  outline: none;
  display: inline-block;
  text-decoration: none;
  color: var(--gray);
  padding-right: 4px;
}
/* line 26, ../sass/components/c-breadcrumb.scss */
.c-breadcrumb ul li a:active, .c-breadcrumb ul li a:visited {
  text-decoration: none;
  color: var(--gray);
}
/* line 32, ../sass/components/c-breadcrumb.scss */
.c-breadcrumb ul li span {
  width: 13px;
  height: 13px;
  padding-right: 4px;
}
/* line 36, ../sass/components/c-breadcrumb.scss */
.c-breadcrumb ul li span svg {
  width: 7px;
  height: 10px;
}
/* line 39, ../sass/components/c-breadcrumb.scss */
.c-breadcrumb ul li span svg path {
  fill: var(--gray);
}
/* line 47, ../sass/components/c-breadcrumb.scss */
.c-breadcrumb ul .home-icon {
  height: 15px;
}
/* line 49, ../sass/components/c-breadcrumb.scss */
.c-breadcrumb ul .home-icon svg {
  width: 16px;
  height: 15px;
}
/* line 52, ../sass/components/c-breadcrumb.scss */
.c-breadcrumb ul .home-icon svg path {
  fill: var(--gray);
}
/* line 56, ../sass/components/c-breadcrumb.scss */
.c-breadcrumb ul .home-icon span svg {
  width: 7px !important;
  height: 10px !important;
}

/* line 1, ../sass/components/c-product-details-page.scss */
.product-page {
  margin: 20px 0px;
}
@media (min-width: 1024px) {
  /* line 1, ../sass/components/c-product-details-page.scss */
  .product-page {
    margin: 8px 0 40px;
  }
}
/* line 8, ../sass/components/c-product-details-page.scss */
.product-page .product-details-wrapper {
  grid-column: 6 / span 7;
  position: relative;
}
@media (min-width: 1024px) {
  /* line 8, ../sass/components/c-product-details-page.scss */
  .product-page .product-details-wrapper {
    margin-left: -10px;
    max-height: 477px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
/* line 20, ../sass/components/c-product-details-page.scss */
.product-page .product-details-wrapper .price-details-tax {
  color: var(--black);
  font-family: var(--font-family-secondary);
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
@media (max-width: 1023px) {
  /* line 20, ../sass/components/c-product-details-page.scss */
  .product-page .product-details-wrapper .price-details-tax {
    font-size: 10px;
  }
}
@media (max-width: 1024px) {
  /* line 33, ../sass/components/c-product-details-page.scss */
  .product-page .product-details-wrapper .product-info {
    margin-bottom: 40px;
  }
}
/* line 40, ../sass/components/c-product-details-page.scss */
.product-page .product-details-wrapper .product-info .flex-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
/* line 47, ../sass/components/c-product-details-page.scss */
.product-page .product-details-wrapper .product-info__name {
  color: var(--black);
  font-family: var(--font-family-primary);
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin: 0;
}
@media (min-width: 1024px) {
  /* line 47, ../sass/components/c-product-details-page.scss */
  .product-page .product-details-wrapper .product-info__name {
    font-size: 28px;
  }
}
/* line 61, ../sass/components/c-product-details-page.scss */
.product-page .product-details-wrapper .product-info__number {
  color: var(--black);
  font-family: var(--font-family-secondary);
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  opacity: 0.5;
}
@media (min-width: 1024px) {
  /* line 61, ../sass/components/c-product-details-page.scss */
  .product-page .product-details-wrapper .product-info__number {
    font-size: 14px;
    font-weight: 300;
  }
}
/* line 76, ../sass/components/c-product-details-page.scss */
.product-page .product-details-wrapper .product-info__description {
  display: block;
  color: var(--black);
  font-family: var(--font-family-secondary);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: -0.32px;
  margin-top: 12px;
}
@media (max-width: 1024px) {
  /* line 76, ../sass/components/c-product-details-page.scss */
  .product-page .product-details-wrapper .product-info__description {
    display: none;
  }
}
@media (min-width: 1024px) {
  /* line 76, ../sass/components/c-product-details-page.scss */
  .product-page .product-details-wrapper .product-info__description {
    margin-bottom: 35px;
  }
}
/* line 95, ../sass/components/c-product-details-page.scss */
.product-page .product-details-wrapper .product-info__description span {
  text-decoration: underline;
  cursor: pointer;
}
/* line 101, ../sass/components/c-product-details-page.scss */
.product-page .product-details-wrapper .product-info__logo {
  display: block;
  max-width: 135px;
  position: relative;
}
@media (max-width: 1024px) {
  /* line 101, ../sass/components/c-product-details-page.scss */
  .product-page .product-details-wrapper .product-info__logo {
    display: none;
  }
}
/* line 110, ../sass/components/c-product-details-page.scss */
.product-page .product-details-wrapper .product-info__logo img {
  width: 100%;
  border: 0.826px solid var(--lightBorder);
  padding: 3px;
  max-height: 65px;
}
/* line 119, ../sass/components/c-product-details-page.scss */
.product-page .product-details-wrapper .purchase-info {
  position: relative;
  display: block;
}
/* line 123, ../sass/components/c-product-details-page.scss */
.product-page .product-details-wrapper .purchase-info .stock-selector-container {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 10000;
  overflow: auto;
  background-color: rgba(22, 22, 22, 0.3);
}
/* line 131, ../sass/components/c-product-details-page.scss */
.product-page .product-details-wrapper .purchase-info .stock-selector-container.open {
  display: block;
}
/* line 134, ../sass/components/c-product-details-page.scss */
.product-page .product-details-wrapper .purchase-info .stock-selector-container.open .store-selector {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-height: 85%;
}
/* line 141, ../sass/components/c-product-details-page.scss */
.product-page .product-details-wrapper .purchase-info .stock-selector-container .stores-stock-container {
  max-height: calc(100% - 58px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
/* line 147, ../sass/components/c-product-details-page.scss */
.product-page .product-details-wrapper .purchase-info .stock-selector-container .store-selector {
  display: none;
  background-color: var(--white);
  color: var(--black);
  stroke-width: 1px;
  stroke: var(--lightBorder);
  border-radius: 8px;
  position: relative;
  display: block;
  -webkit-animation: fadeIn 0.25s ease-in-out;
          animation: fadeIn 0.25s ease-in-out;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  margin: unset;
  max-width: calc(100vw - 40px);
  padding: 20px;
}
@media (min-width: 1024px) {
  /* line 147, ../sass/components/c-product-details-page.scss */
  .product-page .product-details-wrapper .purchase-info .stock-selector-container .store-selector {
    max-width: 825px;
    max-height: 711px;
    margin: unset;
    height: 100%;
    padding: 20px 20px 42px 42px;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* line 183, ../sass/components/c-product-details-page.scss */
.product-page .product-details-wrapper .purchase-info .stock-selector-container .store-selector .stock-selector-header {
  border-radius: 5px;
  background: #EDF2F8;
  padding: 8px 15px;
  margin-bottom: 15px;
}
/* line 189, ../sass/components/c-product-details-page.scss */
.product-page .product-details-wrapper .purchase-info .stock-selector-container .store-selector .stock-selector-header span {
  color: var(--black);
  font-family: var(--font-family-primary);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
}
/* line 197, ../sass/components/c-product-details-page.scss */
.product-page .product-details-wrapper .purchase-info .stock-selector-container .store-selector .stock-selector-header span.bold-text-700 {
  font-weight: 700;
}
@media (max-width: 1023px) {
  /* line 197, ../sass/components/c-product-details-page.scss */
  .product-page .product-details-wrapper .purchase-info .stock-selector-container .store-selector .stock-selector-header span.bold-text-700 {
    display: none;
  }
}
/* line 207, ../sass/components/c-product-details-page.scss */
.product-page .product-details-wrapper .purchase-info .stock-selector-container .store-selector .checkbox-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 5px;
}
/* line 213, ../sass/components/c-product-details-page.scss */
.product-page .product-details-wrapper .purchase-info .stock-selector-container .store-selector .checkbox-wrapper .checkbox__wrapper {
  margin: 8px 0px 30px 0px;
}
/* line 217, ../sass/components/c-product-details-page.scss */
.product-page .product-details-wrapper .purchase-info .stock-selector-container .store-selector .checkbox-wrapper .checkbox__wrapper .custom-checkbox-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 100%;
  cursor: pointer;
}
/* line 224, ../sass/components/c-product-details-page.scss */
.product-page .product-details-wrapper .purchase-info .stock-selector-container .store-selector .checkbox-wrapper .checkbox__wrapper .custom-checkbox {
  display: none;
}
/* line 228, ../sass/components/c-product-details-page.scss */
.product-page .product-details-wrapper .purchase-info .stock-selector-container .store-selector .checkbox-wrapper .checkbox__wrapper .custom-checkbox-checkmark {
  display: inline-block;
  width: 20px;
  height: 20px;
  min-width: 20px;
  min-height: 20px;
  border: 1px solid var(--darkGray);
  background-color: transparent;
  position: relative;
  margin-right: 6px;
  border-radius: 8.2%;
}
@media (max-width: 1023px) {
  /* line 228, ../sass/components/c-product-details-page.scss */
  .product-page .product-details-wrapper .purchase-info .stock-selector-container .store-selector .checkbox-wrapper .checkbox__wrapper .custom-checkbox-checkmark {
    background: var(--white);
  }
}
/* line 244, ../sass/components/c-product-details-page.scss */
.product-page .product-details-wrapper .purchase-info .stock-selector-container .store-selector .checkbox-wrapper .checkbox__wrapper .custom-checkbox-checkmark::after {
  content: '';
}
/* line 249, ../sass/components/c-product-details-page.scss */
.product-page .product-details-wrapper .purchase-info .stock-selector-container .store-selector .checkbox-wrapper .checkbox__wrapper .custom-checkbox:checked + .custom-checkbox-checkmark::after {
  content: '';
  background: var(--darkGray);
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: calc(100% - 4px);
  height: calc(100% - 4px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 11.94%;
}
/* line 266, ../sass/components/c-product-details-page.scss */
.product-page .product-details-wrapper .purchase-info .stock-selector-container .store-selector .checkbox-wrapper .checkbox__wrapper .checkbox-text {
  color: var(--black);
  font-family: var(--font-family-secondary);
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
/* line 277, ../sass/components/c-product-details-page.scss */
.product-page .product-details-wrapper .purchase-info .stock-selector-container .store-selector .empty-stock-list {
  border: 1px solid #004EA0;
  background: #EAF0F6;
  padding: 30px 15px;
  margin-top: 25px;
  display: none;
}
/* line 284, ../sass/components/c-product-details-page.scss */
.product-page .product-details-wrapper .purchase-info .stock-selector-container .store-selector .empty-stock-list.show {
  display: block;
}
@media (max-width: 1023px) {
  /* line 277, ../sass/components/c-product-details-page.scss */
  .product-page .product-details-wrapper .purchase-info .stock-selector-container .store-selector .empty-stock-list {
    padding: 20px 15px 35px;
  }
}
/* line 292, ../sass/components/c-product-details-page.scss */
.product-page .product-details-wrapper .purchase-info .stock-selector-container .store-selector .empty-stock-list .empty-title {
  color: var(--black);
  text-align: center;
  font-family: var(--font-family-secondary);
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  max-width: 250px;
  margin: 0 auto 15px;
}
/* line 304, ../sass/components/c-product-details-page.scss */
.product-page .product-details-wrapper .purchase-info .stock-selector-container .store-selector .empty-stock-list .empty-link {
  color: var(--darkBlue);
  text-align: center;
  font-family: var(--font-family-secondary);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  -webkit-text-decoration-style: solid;
          text-decoration-style: solid;
  text-decoration-skip-ink: none;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
  display: block;
}
/* line 322, ../sass/components/c-product-details-page.scss */
.product-page .product-details-wrapper .purchase-info .stock-selector-container .store-selector .google-map-container {
  background: var(--white);
  width: 100%;
  max-width: 375px;
}
@media (max-width: 1023px) {
  /* line 322, ../sass/components/c-product-details-page.scss */
  .product-page .product-details-wrapper .purchase-info .stock-selector-container .store-selector .google-map-container {
    display: none;
  }
}
/* line 331, ../sass/components/c-product-details-page.scss */
.product-page .product-details-wrapper .purchase-info .stock-selector-container .store-selector .google-map-container #google-map-stock {
  width: 100%;
  min-height: 100%;
  border: 1px solid var(--lightBorder);
}
/* line 337, ../sass/components/c-product-details-page.scss */
.product-page .product-details-wrapper .purchase-info .stock-selector-container .store-selector .google-map-container #google-map-stock svg path {
  fill: #222;
  opacity: 1;
}
/* line 341, ../sass/components/c-product-details-page.scss */
.product-page .product-details-wrapper .purchase-info .stock-selector-container .store-selector .google-map-container #google-map-stock svg path:nth-child(3) {
  fill: var(--lightGray);
}
/* line 348, ../sass/components/c-product-details-page.scss */
.product-page .product-details-wrapper .purchase-info .stock-selector-container .store-selector .google-map-container .gmnoprint {
  display: none;
}
/* line 352, ../sass/components/c-product-details-page.scss */
.product-page .product-details-wrapper .purchase-info .stock-selector-container .store-selector .google-map-container .gm-style-cc {
  display: none;
}
/* line 356, ../sass/components/c-product-details-page.scss */
.product-page .product-details-wrapper .purchase-info .stock-selector-container .store-selector .google-map-container .gm-fullscreen-control {
  display: none;
}
/* line 360, ../sass/components/c-product-details-page.scss */
.product-page .product-details-wrapper .purchase-info .stock-selector-container .store-selector .google-map-container .gm-style-iw {
  display: none;
}
/* line 365, ../sass/components/c-product-details-page.scss */
.product-page .product-details-wrapper .purchase-info .stock-selector-container .store-selector .google-map-container .gm-style-iw-tc {
  display: none;
}
/* line 369, ../sass/components/c-product-details-page.scss */
.product-page .product-details-wrapper .purchase-info .stock-selector-container .store-selector .google-map-container .custom-infowindow {
  padding: 25px 20px;
}
/* line 372, ../sass/components/c-product-details-page.scss */
.product-page .product-details-wrapper .purchase-info .stock-selector-container .store-selector .google-map-container .custom-infowindow__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 3px;
}
/* line 378, ../sass/components/c-product-details-page.scss */
.product-page .product-details-wrapper .purchase-info .stock-selector-container .store-selector .google-map-container .custom-infowindow__img {
  width: 13px;
  height: 18px;
}
/* line 382, ../sass/components/c-product-details-page.scss */
.product-page .product-details-wrapper .purchase-info .stock-selector-container .store-selector .google-map-container .custom-infowindow__img img {
  width: 13px;
  height: 18px;
}
/* line 388, ../sass/components/c-product-details-page.scss */
.product-page .product-details-wrapper .purchase-info .stock-selector-container .store-selector .google-map-container .custom-infowindow__text {
  color: var(--darkGray);
  -webkit-font-feature-settings: 'clig' off, 'liga' off;
          font-feature-settings: 'clig' off, 'liga' off;
  font-family: var(--font-family-secondary);
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 23px;
}
/* line 398, ../sass/components/c-product-details-page.scss */
.product-page .product-details-wrapper .purchase-info .stock-selector-container .store-selector .google-map-container .custom-infowindow__address {
  color: var(--darkGray);
  -webkit-font-feature-settings: 'clig' off, 'liga' off;
          font-feature-settings: 'clig' off, 'liga' off;
  font-family: var(--font-family-secondary);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 23px;
}
/* line 410, ../sass/components/c-product-details-page.scss */
.product-page .product-details-wrapper .purchase-info .stock-selector-container .store-selector__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 25px;
  margin-top: 30px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  overflow: hidden;
}
/* line 419, ../sass/components/c-product-details-page.scss */
.product-page .product-details-wrapper .purchase-info .stock-selector-container .store-selector__list-wrapper {
  max-width: 375px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (max-width: 1023px) {
  /* line 419, ../sass/components/c-product-details-page.scss */
  .product-page .product-details-wrapper .purchase-info .stock-selector-container .store-selector__list-wrapper {
    max-width: 100%;
  }
}
/* line 431, ../sass/components/c-product-details-page.scss */
.product-page .product-details-wrapper .purchase-info .stock-selector-container .store-selector__list {
  overflow-y: scroll;
  width: 100%;
  /* Handle */
}
@media (max-width: 1023px) {
  /* line 431, ../sass/components/c-product-details-page.scss */
  .product-page .product-details-wrapper .purchase-info .stock-selector-container .store-selector__list {
    height: 350px;
  }
}
/* line 439, ../sass/components/c-product-details-page.scss */
.product-page .product-details-wrapper .purchase-info .stock-selector-container .store-selector__list::-webkit-scrollbar {
  width: 4px;
}
/* line 443, ../sass/components/c-product-details-page.scss */
.product-page .product-details-wrapper .purchase-info .stock-selector-container .store-selector__list::-webkit-scrollbar-thumb {
  background: var(--mediumGray);
  background-clip: padding-box;
}
/* line 449, ../sass/components/c-product-details-page.scss */
.product-page .product-details-wrapper .purchase-info .stock-selector-container .store-selector__title {
  color: var(--black);
  font-family: var(--font-family-primary);
  font-size: 25px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
/* line 458, ../sass/components/c-product-details-page.scss */
.product-page .product-details-wrapper .purchase-info .stock-selector-container .store-selector__description {
  color: var(--black);
  font-family: var(--font-family-secondary);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 21px;
}
/* line 468, ../sass/components/c-product-details-page.scss */
.product-page .product-details-wrapper .purchase-info .stock-selector-container .store-selector__container > .wrapper {
  margin-bottom: 0px;
}
/* line 473, ../sass/components/c-product-details-page.scss */
.product-page .product-details-wrapper .purchase-info .stock-selector-container .store-selector__container > .wrapper:first-child > .row:first-child {
  height: 100%;
  opacity: 1;
  overflow: visible;
}
/* line 481, ../sass/components/c-product-details-page.scss */
.product-page .product-details-wrapper .purchase-info .stock-selector-container .store-selector__container > .wrapper .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  gap: 5px;
  color: var(--gray);
  font-family: var(--font-family-secondary);
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 2px;
  height: 0px;
  opacity: 0;
  overflow: hidden;
}
/* line 497, ../sass/components/c-product-details-page.scss */
.product-page .product-details-wrapper .purchase-info .stock-selector-container .store-selector__container > .wrapper .row .text {
  color: var(--gray);
  font-family: var(--font-family-secondary);
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}
/* line 510, ../sass/components/c-product-details-page.scss */
.product-page .product-details-wrapper .purchase-info .stock-selector-container .store-selector__container > .wrapper .row .text.status:before {
  content: "";
  background: #BB2F26;
  width: 9px;
  height: 9px;
  margin: 2px 5px 0px 0px;
  min-width: 9px;
  border-radius: 50px;
}
/* line 521, ../sass/components/c-product-details-page.scss */
.product-page .product-details-wrapper .purchase-info .stock-selector-container .store-selector__container > .wrapper .row .text.status.in-stock:before {
  background: #0C9809;
}
/* line 527, ../sass/components/c-product-details-page.scss */
.product-page .product-details-wrapper .purchase-info .stock-selector-container .store-selector__container > .wrapper .row .text.in-stock {
  color: #0C9809;
}
/* line 531, ../sass/components/c-product-details-page.scss */
.product-page .product-details-wrapper .purchase-info .stock-selector-container .store-selector__container > .wrapper .row .text.not-in-stock {
  color: #BB2F26;
}
/* line 535, ../sass/components/c-product-details-page.scss */
.product-page .product-details-wrapper .purchase-info .stock-selector-container .store-selector__container > .wrapper .row .text.opening-hours {
  max-height: 20px;
  overflow: hidden;
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
  display: block;
  width: 100%;
}
/* line 542, ../sass/components/c-product-details-page.scss */
.product-page .product-details-wrapper .purchase-info .stock-selector-container .store-selector__container > .wrapper .row .text.opening-hours .button {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
/* line 548, ../sass/components/c-product-details-page.scss */
.product-page .product-details-wrapper .purchase-info .stock-selector-container .store-selector__container > .wrapper .row .text.opening-hours .button svg {
  width: 11px;
  height: 8px;
  right: -20px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(-90deg);
          transform: translateY(-50%) rotate(-90deg);
}
/* line 558, ../sass/components/c-product-details-page.scss */
.product-page .product-details-wrapper .purchase-info .stock-selector-container .store-selector__container > .wrapper .row .text.opening-hours.opened {
  max-height: 500px;
  height: auto;
}
/* line 564, ../sass/components/c-product-details-page.scss */
.product-page .product-details-wrapper .purchase-info .stock-selector-container .store-selector__container > .wrapper .row .text.opening-hours.opened .button svg {
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
/* line 571, ../sass/components/c-product-details-page.scss */
.product-page .product-details-wrapper .purchase-info .stock-selector-container .store-selector__container > .wrapper .row .text.opening-hours .opening-hours__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: var(--black);
  font-family: var(--font-family-secondary);
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
}
/* line 582, ../sass/components/c-product-details-page.scss */
.product-page .product-details-wrapper .purchase-info .stock-selector-container .store-selector__container > .wrapper .row .text.opening-hours .opening-hours__wrapper.text-color-red {
  color: var(--campaignRed);
}
/* line 588, ../sass/components/c-product-details-page.scss */
.product-page .product-details-wrapper .purchase-info .stock-selector-container .store-selector__container > .wrapper .row .text.stock-info {
  position: relative;
  padding-left: 25px;
}
/* line 593, ../sass/components/c-product-details-page.scss */
.product-page .product-details-wrapper .purchase-info .stock-selector-container .store-selector__container > .wrapper .row .text.stock-info.in-stock svg {
  width: 17px;
  height: 14px;
  left: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
/* line 601, ../sass/components/c-product-details-page.scss */
.product-page .product-details-wrapper .purchase-info .stock-selector-container .store-selector__container > .wrapper .row .text.stock-info.in-stock svg path {
  fill: var(--gray) !important;
}
/* line 607, ../sass/components/c-product-details-page.scss */
.product-page .product-details-wrapper .purchase-info .stock-selector-container .store-selector__container > .wrapper .row .text.stock-info.out-of-stock {
  color: var(--campaignRed);
}
/* line 610, ../sass/components/c-product-details-page.scss */
.product-page .product-details-wrapper .purchase-info .stock-selector-container .store-selector__container > .wrapper .row .text.stock-info.out-of-stock svg {
  width: 17px;
  height: 14px;
  left: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
/* line 618, ../sass/components/c-product-details-page.scss */
.product-page .product-details-wrapper .purchase-info .stock-selector-container .store-selector__container > .wrapper .row .text.stock-info.out-of-stock svg path {
  fill: var(--campaignRed) !important;
}
/* line 629, ../sass/components/c-product-details-page.scss */
.product-page .product-details-wrapper .purchase-info .stock-selector-container .store-selector__item {
  border-radius: 2px;
  border: 1px solid var(--lightBorder);
  border-bottom: none;
  background: var(--white);
  padding: 19px 22px;
  cursor: pointer;
}
/* line 637, ../sass/components/c-product-details-page.scss */
.product-page .product-details-wrapper .purchase-info .stock-selector-container .store-selector__item:last-child {
  border-bottom: 1px solid var(--lightBorder);
}
/* line 641, ../sass/components/c-product-details-page.scss */
.product-page .product-details-wrapper .purchase-info .stock-selector-container .store-selector__item.selected {
  border: 1px solid var(--darkBlue);
  background: var(--lightBlueGray);
}
/* line 646, ../sass/components/c-product-details-page.scss */
.product-page .product-details-wrapper .purchase-info .stock-selector-container .store-selector__item .store-selector__title {
  color: var(--black);
  font-family: var(--font-family-secondary);
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 4px;
}
/* line 657, ../sass/components/c-product-details-page.scss */
.product-page .product-details-wrapper .purchase-info .stock-selector-container .store-selector__select {
  color: var(--white);
  text-align: center;
  font-family: var(--font-family-primary);
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  border-radius: 2px;
  border: 1.692px solid var(--darkBlue);
  background: var(--darkBlue);
  width: 100%;
  height: 54px;
  cursor: pointer;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
/* line 673, ../sass/components/c-product-details-page.scss */
.product-page .product-details-wrapper .purchase-info .stock-selector-container .store-selector__select:disabled {
  opacity: 0.1;
  cursor: default;
}
/* line 679, ../sass/components/c-product-details-page.scss */
.product-page .product-details-wrapper .purchase-info .stock-selector-container .store-selector__close {
  position: absolute;
  right: 21px;
  top: 21px;
  border: none;
  background: var(--white);
  cursor: pointer;
}
/* line 688, ../sass/components/c-product-details-page.scss */
.product-page .product-details-wrapper .purchase-info .stock-selector-container .store-selector__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 768px) {
  /* line 688, ../sass/components/c-product-details-page.scss */
  .product-page .product-details-wrapper .purchase-info .stock-selector-container .store-selector__buttons {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 20px;
  }
}
/* line 699, ../sass/components/c-product-details-page.scss */
.product-page .product-details-wrapper .purchase-info .stock-selector-container .store-selector__buttons:has(.button:only-child) {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
/* line 703, ../sass/components/c-product-details-page.scss */
.product-page .product-details-wrapper .purchase-info .stock-selector-container .store-selector__buttons .button {
  text-align: center;
  font-family: var(--font-family-secondary);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding: 14px 28px;
  min-width: 220px;
  cursor: pointer;
}
@media (max-width: 768px) {
  /* line 703, ../sass/components/c-product-details-page.scss */
  .product-page .product-details-wrapper .purchase-info .stock-selector-container .store-selector__buttons .button {
    width: 100%;
  }
}
/* line 718, ../sass/components/c-product-details-page.scss */
.product-page .product-details-wrapper .purchase-info .stock-selector-container .store-selector__buttons .button.primary-button {
  border: 1px solid var(--darkBlue);
  color: var(--darkBlue);
  background: var(--white);
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
/* line 724, ../sass/components/c-product-details-page.scss */
.product-page .product-details-wrapper .purchase-info .stock-selector-container .store-selector__buttons .button.primary-button:hover {
  border: 1px solid var(--orange);
  background: var(--orange);
  color: var(--white);
}
/* line 730, ../sass/components/c-product-details-page.scss */
.product-page .product-details-wrapper .purchase-info .stock-selector-container .store-selector__buttons .button.primary-button:disabled {
  border: 1px solid var(--darkBlue);
  color: var(--darkBlue);
  background: var(--white);
  opacity: 0.7;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
  cursor: default;
}
/* line 738, ../sass/components/c-product-details-page.scss */
.product-page .product-details-wrapper .purchase-info .stock-selector-container .store-selector__buttons .button.primary-button:disabled:hover {
  border: 1px solid var(--darkBlue);
  color: var(--darkBlue);
  background: var(--white);
  opacity: 0.7;
}
/* line 747, ../sass/components/c-product-details-page.scss */
.product-page .product-details-wrapper .purchase-info .stock-selector-container .store-selector__buttons .button.secondary-button {
  border: 1px solid var(--notificationRed);
  color: var(--notificationRed);
  background: var(--white);
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
/* line 753, ../sass/components/c-product-details-page.scss */
.product-page .product-details-wrapper .purchase-info .stock-selector-container .store-selector__buttons .button.secondary-button:hover {
  background: var(--notificationRed);
  color: var(--white);
}
@media (max-width: 1023px) {
  /* line 764, ../sass/components/c-product-details-page.scss */
  .product-page .product-details-wrapper .purchase-info .stock-selector-container.one-location .store-selector__title {
    display: none;
  }
}
@media (max-width: 1023px) {
  /* line 770, ../sass/components/c-product-details-page.scss */
  .product-page .product-details-wrapper .purchase-info .stock-selector-container.one-location .store-selector__description {
    display: none;
  }
}
@media (max-width: 1023px) {
  /* line 777, ../sass/components/c-product-details-page.scss */
  .product-page .product-details-wrapper .purchase-info .stock-selector-container.one-location .store-selector__buttons .primary-button {
    display: none;
  }
}
@media (min-width: 1024px) {
  /* line 788, ../sass/components/c-product-details-page.scss */
  .product-page .product-details-wrapper .purchase-info .flex-top-container.no-product-available {
    background: var(--white);
    border: 1px solid var(--lightBorder);
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 0px 30px 0px 30px;
  }
}
@media (min-width: 1024px) {
  /* line 796, ../sass/components/c-product-details-page.scss */
  .product-page .product-details-wrapper .purchase-info .flex-top-container.no-product-available .buttons-container {
    width: 269px;
  }
}
@media (min-width: 1024px) {
  /* line 801, ../sass/components/c-product-details-page.scss */
  .product-page .product-details-wrapper .purchase-info .flex-top-container.no-product-available .buttons-container .close-variants {
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
/* line 810, ../sass/components/c-product-details-page.scss */
.product-page .product-details-wrapper .purchase-info .flex-top-container.no-product-available .purchase-info__purchase-configuration {
  border: none;
  background: none;
}
@media (min-width: 1024px) {
  /* line 810, ../sass/components/c-product-details-page.scss */
  .product-page .product-details-wrapper .purchase-info .flex-top-container.no-product-available .purchase-info__purchase-configuration {
    -webkit-box-flex: inherit;
        -ms-flex: inherit;
            flex: inherit;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
@media (min-width: 1024px) {
  /* line 820, ../sass/components/c-product-details-page.scss */
  .product-page .product-details-wrapper .purchase-info .flex-top-container.no-product-available .purchase-info__quantity-configuration {
    margin-left: 0px;
  }
}
/* line 827, ../sass/components/c-product-details-page.scss */
.product-page .product-details-wrapper .purchase-info .flex-top-container.no-product-available .purchase-info__price-wrapper .comparison-text {
  display: none;
}
/* line 832, ../sass/components/c-product-details-page.scss */
.product-page .product-details-wrapper .purchase-info .flex-top-container.no-product-available .purchase-info__cta-button {
  display: none;
}
/* line 838, ../sass/components/c-product-details-page.scss */
.product-page .product-details-wrapper .purchase-info .flex-top-container.no-product-available .purchase-info__suggested-items-button.desktop-only {
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  position: relative;
  background: var(--white);
}
/* line 844, ../sass/components/c-product-details-page.scss */
.product-page .product-details-wrapper .purchase-info .flex-top-container.no-product-available .purchase-info__suggested-items-button.desktop-only:hover {
  background: var(--darkBlue);
}
@media (min-width: 1024px) {
  /* line 119, ../sass/components/c-product-details-page.scss */
  .product-page .product-details-wrapper .purchase-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
  }
  /* line 858, ../sass/components/c-product-details-page.scss */
  .product-page .product-details-wrapper .purchase-info .flex-top-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 120px;
  }
  /* line 862, ../sass/components/c-product-details-page.scss */
  .product-page .product-details-wrapper .purchase-info .flex-top-container .purchase-info__purchase-configuration {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  /* line 868, ../sass/components/c-product-details-page.scss */
  .product-page .product-details-wrapper .purchase-info .flex-top-container .buttons-container {
    width: 260px;
    max-width: 269px;
    margin-left: 20px;
  }
  /* line 873, ../sass/components/c-product-details-page.scss */
  .product-page .product-details-wrapper .purchase-info .flex-top-container .buttons-container .purchase-info__cta-button {
    margin-bottom: 20px;
  }
  /* line 876, ../sass/components/c-product-details-page.scss */
  .product-page .product-details-wrapper .purchase-info .flex-top-container .buttons-container .purchase-info__cta-button svg {
    margin-right: 7px;
  }
  /* line 879, ../sass/components/c-product-details-page.scss */
  .product-page .product-details-wrapper .purchase-info .flex-top-container .buttons-container .purchase-info__cta-button svg path {
    fill: var(--white);
  }
  /* line 887, ../sass/components/c-product-details-page.scss */
  .product-page .product-details-wrapper .purchase-info .flex-bottom-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  /* line 890, ../sass/components/c-product-details-page.scss */
  .product-page .product-details-wrapper .purchase-info .flex-bottom-container .purchase-info__availability {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  /* line 894, ../sass/components/c-product-details-page.scss */
  .product-page .product-details-wrapper .purchase-info .flex-bottom-container .purchase-info__eco-labels {
    width: 260px;
    max-width: 269px;
    margin-left: 20px;
  }
  /* line 899, ../sass/components/c-product-details-page.scss */
  .product-page .product-details-wrapper .purchase-info .flex-bottom-container .purchase-info__eco-labels img {
    width: 25px;
  }
}
/* line 906, ../sass/components/c-product-details-page.scss */
.product-page .product-details-wrapper .purchase-info__shopping-list-button {
  position: absolute;
  right: 0;
  top: -30px;
  color: var(--darkBlue);
  font-family: var(--font-family-secondary);
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  display: inline;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
@media (min-width: 1024px) {
  /* line 906, ../sass/components/c-product-details-page.scss */
  .product-page .product-details-wrapper .purchase-info__shopping-list-button {
    top: -30px;
    left: 0;
  }
}
/* line 925, ../sass/components/c-product-details-page.scss */
.product-page .product-details-wrapper .purchase-info__shopping-list-button > * {
  vertical-align: middle;
}
/* line 929, ../sass/components/c-product-details-page.scss */
.product-page .product-details-wrapper .purchase-info__shopping-list-button:visited, .product-page .product-details-wrapper .purchase-info__shopping-list-button:active {
  color: var(--darkBlue);
}
@media (max-width: 1024px) {
  /* line 935, ../sass/components/c-product-details-page.scss */
  .product-page .product-details-wrapper .purchase-info__purchase-configuration {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    margin-bottom: 15px;
  }
}
@media (min-width: 1024px) {
  /* line 935, ../sass/components/c-product-details-page.scss */
  .product-page .product-details-wrapper .purchase-info__purchase-configuration {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 15px;
    background: var(--white);
    border: 1px solid var(--lightBorder);
    border-radius: 2px;
  }
  /* line 952, ../sass/components/c-product-details-page.scss */
  .product-page .product-details-wrapper .purchase-info__purchase-configuration.out-of-stock .current-price {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
    gap: 10px;
  }
}
@media (max-width: 1024px) {
  /* line 960, ../sass/components/c-product-details-page.scss */
  .product-page .product-details-wrapper .purchase-info__purchase-configuration.campaign-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  /* line 965, ../sass/components/c-product-details-page.scss */
  .product-page .product-details-wrapper .purchase-info__purchase-configuration.campaign-block .purchase-info__price-wrapper {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin-bottom: 12px;
  }
  /* line 970, ../sass/components/c-product-details-page.scss */
  .product-page .product-details-wrapper .purchase-info__purchase-configuration.campaign-block .purchase-info__quantity-configuration {
    margin-bottom: 20px;
    display: block;
    -ms-flex-item-align: end;
        align-self: end;
    margin-bottom: 15px;
  }
}
@media (min-width: 1024px) {
  /* line 979, ../sass/components/c-product-details-page.scss */
  .product-page .product-details-wrapper .purchase-info__purchase-configuration.campaign-block .purchase-info__quantity-configuration {
    margin-left: 2%;
    max-width: 235px;
  }
}
@media (min-width: 1024px) {
  /* line 986, ../sass/components/c-product-details-page.scss */
  .product-page .product-details-wrapper .purchase-info__purchase-configuration.campaign-block .purchase-info__price-wrapper {
    -webkit-box-flex: 0;
        -ms-flex: 0 50%;
            flex: 0 50%;
  }
}
/* line 992, ../sass/components/c-product-details-page.scss */
.product-page .product-details-wrapper .purchase-info__purchase-configuration.campaign-block .campaign-price {
  position: relative;
  font-family: var(--font-family-primary);
  font-style: normal;
  line-height: normal;
  color: var(--black);
  font-size: 17px;
  font-weight: 400;
  display: block;
}
@media (min-width: 1024px) {
  /* line 992, ../sass/components/c-product-details-page.scss */
  .product-page .product-details-wrapper .purchase-info__purchase-configuration.campaign-block .campaign-price {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 5px;
  }
}
/* line 1008, ../sass/components/c-product-details-page.scss */
.product-page .product-details-wrapper .purchase-info__purchase-configuration.campaign-block .campaign-price .price-details-tax {
  display: none;
}
@media (max-width: 1023px) {
  /* line 1008, ../sass/components/c-product-details-page.scss */
  .product-page .product-details-wrapper .purchase-info__purchase-configuration.campaign-block .campaign-price .price-details-tax {
    display: block;
  }
}
/* line 1017, ../sass/components/c-product-details-page.scss */
.product-page .product-details-wrapper .purchase-info__purchase-configuration.campaign-block .campaign-price .new-price .integer {
  color: var(--notificationRed);
  font-weight: 700;
  font-size: 45px;
  letter-spacing: 1.35px;
  line-height: 42px;
}
@media (min-width: 1024px) {
  /* line 1017, ../sass/components/c-product-details-page.scss */
  .product-page .product-details-wrapper .purchase-info__purchase-configuration.campaign-block .campaign-price .new-price .integer {
    font-size: 52px;
    letter-spacing: 2.08px;
  }
}
/* line 1030, ../sass/components/c-product-details-page.scss */
.product-page .product-details-wrapper .purchase-info__purchase-configuration.campaign-block .campaign-price .new-price .decimal {
  color: var(--notificationRed);
  font-weight: 700;
  font-size: 20px;
  letter-spacing: -0.6px;
  position: relative;
  top: -10px;
  left: -1px;
}
@media (min-width: 1024px) {
  /* line 1030, ../sass/components/c-product-details-page.scss */
  .product-page .product-details-wrapper .purchase-info__purchase-configuration.campaign-block .campaign-price .new-price .decimal {
    font-size: 24px;
  }
}
/* line 1044, ../sass/components/c-product-details-page.scss */
.product-page .product-details-wrapper .purchase-info__purchase-configuration.campaign-block .campaign-price .new-price .price-details-tax {
  display: none;
}
@media (min-width: 1024px) {
  /* line 1044, ../sass/components/c-product-details-page.scss */
  .product-page .product-details-wrapper .purchase-info__purchase-configuration.campaign-block .campaign-price .new-price .price-details-tax {
    -ms-flex-item-align: end;
        align-self: flex-end;
    margin-left: 10px;
    display: block;
  }
}
/* line 1055, ../sass/components/c-product-details-page.scss */
.product-page .product-details-wrapper .purchase-info__purchase-configuration.campaign-block .campaign-price .original-price {
  display: block;
  font-family: var(--font-family-primary);
  color: var(--black);
  font-size: 12px;
  font-weight: 500;
  letter-spacing: -0.24px;
  position: relative;
  margin-right: 10px;
  text-decoration: line-through;
}
/* line 1097, ../sass/components/c-product-details-page.scss */
.product-page .product-details-wrapper .purchase-info__purchase-configuration.campaign-block .campaign-price .comparison-text {
  display: block;
  color: var(--black);
  font-size: 12px;
  font-weight: 500;
  letter-spacing: -0.24px;
}
/* line 1105, ../sass/components/c-product-details-page.scss */
.product-page .product-details-wrapper .purchase-info__purchase-configuration.campaign-block .campaign-price .discount {
  position: absolute;
  top: -33px;
  left: 5px;
  background: var(--notificationRed);
  color: var(--white);
  font-family: var(--font-family-secondary);
  font-size: 13.548px;
  font-weight: 800;
  letter-spacing: -0.271px;
  padding: 4px 6px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
@media (min-width: 1024px) {
  /* line 1105, ../sass/components/c-product-details-page.scss */
  .product-page .product-details-wrapper .purchase-info__purchase-configuration.campaign-block .campaign-price .discount {
    -webkit-transform: rotate(-3.465deg);
            transform: rotate(-3.465deg);
  }
}
/* line 1123, ../sass/components/c-product-details-page.scss */
.product-page .product-details-wrapper .purchase-info__purchase-configuration.campaign-block .campaign-price .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
}
@media (min-width: 1024px) {
  /* line 1133, ../sass/components/c-product-details-page.scss */
  .product-page .product-details-wrapper .purchase-info__purchase-configuration.standard-block .purchase-info__quantity-configuration {
    margin-left: 40px;
    margin-bottom: 0;
  }
}
/* line 1141, ../sass/components/c-product-details-page.scss */
.product-page .product-details-wrapper .purchase-info__purchase-configuration.standard-block .purchase-info__price-wrapper {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media (min-width: 1024px) {
  /* line 1141, ../sass/components/c-product-details-page.scss */
  .product-page .product-details-wrapper .purchase-info__purchase-configuration.standard-block .purchase-info__price-wrapper {
    -webkit-box-flex: 0;
        -ms-flex: 0 60%;
            flex: 0 60%;
  }
}
/* line 1149, ../sass/components/c-product-details-page.scss */
.product-page .product-details-wrapper .purchase-info__purchase-configuration.standard-block .current-price {
  color: var(--black);
  font-family: var(--font-family-primary);
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-align: start;
}
/* line 1158, ../sass/components/c-product-details-page.scss */
.product-page .product-details-wrapper .purchase-info__purchase-configuration.standard-block .current-price .price {
  color: var(--black);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  align-items: center;
}
@media (min-width: 1024px) {
  /* line 1158, ../sass/components/c-product-details-page.scss */
  .product-page .product-details-wrapper .purchase-info__purchase-configuration.standard-block .current-price .price {
    margin-bottom: 8px;
  }
}
/* line 1169, ../sass/components/c-product-details-page.scss */
.product-page .product-details-wrapper .purchase-info__purchase-configuration.standard-block .current-price .price .integer {
  font-size: 45px;
  font-weight: 700;
  line-height: 34px;
}
@media (min-width: 1024px) {
  /* line 1169, ../sass/components/c-product-details-page.scss */
  .product-page .product-details-wrapper .purchase-info__purchase-configuration.standard-block .current-price .price .integer {
    font-size: 60px;
    line-height: 42px;
  }
}
/* line 1180, ../sass/components/c-product-details-page.scss */
.product-page .product-details-wrapper .purchase-info__purchase-configuration.standard-block .current-price .price .decimal {
  font-size: 20px;
  font-weight: 700;
  position: relative;
  top: -10px;
  left: -1px;
  line-height: 16px;
}
@media (min-width: 1024px) {
  /* line 1180, ../sass/components/c-product-details-page.scss */
  .product-page .product-details-wrapper .purchase-info__purchase-configuration.standard-block .current-price .price .decimal {
    top: -13px;
    left: -1px;
    font-size: 24px;
    line-height: 20px;
  }
}
/* line 1277, ../sass/components/c-product-details-page.scss */
.product-page .product-details-wrapper .purchase-info__quantity-configuration {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: var(--black);
  font-family: var(--font-family-primary);
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.34px;
  background: var(--white);
}
@media (min-width: 1024px) {
  /* line 1277, ../sass/components/c-product-details-page.scss */
  .product-page .product-details-wrapper .purchase-info__quantity-configuration {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 8px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media (max-width: 1024px) {
  /* line 1297, ../sass/components/c-product-details-page.scss */
  .product-page .product-details-wrapper .purchase-info__quantity-configuration input,
  .product-page .product-details-wrapper .purchase-info__quantity-configuration .unit {
    display: none;
  }
}
/* line 1303, ../sass/components/c-product-details-page.scss */
.product-page .product-details-wrapper .purchase-info__quantity-configuration input {
  border: 1px solid var(--lightBorder);
  background: var(--white);
  color: var(--black);
  font-family: var(--font-family-secondary);
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  max-width: 52px;
  width: 52px;
  height: 40px;
  border: 0.81px solid var(--lightBorder);
  -ms-flex-line-pack: center;
      align-content: center;
  text-align: center;
}
/* line 1319, ../sass/components/c-product-details-page.scss */
.product-page .product-details-wrapper .purchase-info__quantity-configuration input:focus {
  outline: none;
}
/* line 1324, ../sass/components/c-product-details-page.scss */
.product-page .product-details-wrapper .purchase-info__quantity-configuration input::-webkit-outer-spin-button,
.product-page .product-details-wrapper .purchase-info__quantity-configuration input::-webkit-inner-spin-button {
  /* display: none; <- Crashes Chrome on hover */
  -webkit-appearance: none;
  margin: 0;
}
/* line 1331, ../sass/components/c-product-details-page.scss */
.product-page .product-details-wrapper .purchase-info__quantity-configuration input[type=number] {
  -webkit-appearance: textfield;
          appearance: textfield;
  -moz-appearance: textfield;
  /* Firefox */
}
/* line 1337, ../sass/components/c-product-details-page.scss */
.product-page .product-details-wrapper .purchase-info__quantity-configuration .counter-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
/* line 1341, ../sass/components/c-product-details-page.scss */
.product-page .product-details-wrapper .purchase-info__quantity-configuration .counter-wrapper .counter-value {
  width: 50px;
  height: 35px;
  color: var(--black);
  font-family: var(--font-family-secondary);
  font-size: 17px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  border-top: 0.81px solid var(--lightBorder);
  border-bottom: 0.81px solid var(--lightBorder);
  -ms-flex-line-pack: center;
      align-content: center;
  text-align: center;
}
@media (max-width: 1024px) {
  /* line 1341, ../sass/components/c-product-details-page.scss */
  .product-page .product-details-wrapper .purchase-info__quantity-configuration .counter-wrapper .counter-value {
    display: block;
  }
}
/* line 1360, ../sass/components/c-product-details-page.scss */
.product-page .product-details-wrapper .purchase-info__quantity-configuration .counter-wrapper button {
  border: none;
  width: 31px;
  height: 35px;
  color: var(--black);
  font-family: var(--font-family-secondary);
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  cursor: pointer;
  background-size: 11px 11px;
  border: 1px solid var(--lightBorder);
  background-color: var(--lightPinkishGray);
  border-radius: 1.075px;
  background-repeat: no-repeat;
  background-position: center center;
  font-family: none;
  -webkit-transition: background-color 0.5s ease;
  transition: background-color 0.5s ease;
}
/* line 1381, ../sass/components/c-product-details-page.scss */
.product-page .product-details-wrapper .purchase-info__quantity-configuration .counter-wrapper button:hover {
  background-color: var(--lightBorder);
}
/* line 1386, ../sass/components/c-product-details-page.scss */
.product-page .product-details-wrapper .purchase-info__quantity-configuration .counter-wrapper .unit {
  margin-left: 10px;
}
@media (min-width: 1024px) {
  /* line 1392, ../sass/components/c-product-details-page.scss */
  .product-page .product-details-wrapper .purchase-info__price-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-right: 10px;
  }
}
/* line 1399, ../sass/components/c-product-details-page.scss */
.product-page .product-details-wrapper .purchase-info__price-wrapper .currency {
  margin-left: 5px;
  position: relative;
  color: var(--black);
  font-family: var(--font-family-primary);
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  -ms-flex-item-align: end;
      align-self: flex-end;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
@media (max-width: 1024px) {
  /* line 1399, ../sass/components/c-product-details-page.scss */
  .product-page .product-details-wrapper .purchase-info__price-wrapper .currency {
    -ms-flex-item-align: start;
        align-self: flex-start;
  }
}
/* line 1417, ../sass/components/c-product-details-page.scss */
.product-page .product-details-wrapper .purchase-info__cta-button {
  color: var(--white);
  font-family: var(--font-family-secondary);
  font-size: 17px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  height: 50px;
  text-align: center;
  padding: 14px 0px;
  border-radius: 2px;
  background: var(--orange);
  border: var(--orange);
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 12px;
  cursor: pointer;
}
/* line 1437, ../sass/components/c-product-details-page.scss */
.product-page .product-details-wrapper .purchase-info__cta-button:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
/* line 1441, ../sass/components/c-product-details-page.scss */
.product-page .product-details-wrapper .purchase-info__cta-button:disabled:hover {
  background: var(--orange);
}
/* line 1446, ../sass/components/c-product-details-page.scss */
.product-page .product-details-wrapper .purchase-info__cta-button svg {
  margin-right: 7px;
}
/* line 1449, ../sass/components/c-product-details-page.scss */
.product-page .product-details-wrapper .purchase-info__cta-button svg path {
  fill: var(--white);
}
@media (min-width: 1024px) {
  /* line 1417, ../sass/components/c-product-details-page.scss */
  .product-page .product-details-wrapper .purchase-info__cta-button {
    margin-bottom: 20px;
  }
}
/* line 1458, ../sass/components/c-product-details-page.scss */
.product-page .product-details-wrapper .purchase-info__cta-button:hover {
  background: var(--darkBlue);
}
/* line 1461, ../sass/components/c-product-details-page.scss */
.product-page .product-details-wrapper .purchase-info__cta-button:hover .icon-btn .hover-text {
  display: block;
}
/* line 1467, ../sass/components/c-product-details-page.scss */
.product-page .product-details-wrapper .purchase-info__cta-button .icon-btn {
  position: relative;
}
/* line 1470, ../sass/components/c-product-details-page.scss */
.product-page .product-details-wrapper .purchase-info__cta-button .icon-btn img {
  margin-right: 5px;
  width: 31px;
  height: 21px;
}
/* line 1476, ../sass/components/c-product-details-page.scss */
.product-page .product-details-wrapper .purchase-info__cta-button .icon-btn .hover-text {
  display: none;
  position: absolute;
  top: 2px;
  right: 4px;
  color: var(--white);
  font-size: 9px;
}
/* line 1487, ../sass/components/c-product-details-page.scss */
.product-page .product-details-wrapper .purchase-info .buttons-container .close-variants {
  display: none;
  border: 0.826px solid var(--notificationRed);
  border-radius: 2px;
  color: var(--notificationRed);
  font-size: 17px;
  background: var(--white);
  text-decoration: none;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  height: 50px;
  padding: 14px 10px;
  width: 100%;
  cursor: pointer;
}
/* line 1503, ../sass/components/c-product-details-page.scss */
.product-page .product-details-wrapper .purchase-info .buttons-container .close-variants svg,
.product-page .product-details-wrapper .purchase-info .buttons-container .close-variants img {
  margin-right: 7px;
}
/* line 1509, ../sass/components/c-product-details-page.scss */
.product-page .product-details-wrapper .purchase-info__suggested-items-button {
  display: block;
  color: var(--darkBlue);
  font-family: var(--font-family-secondary);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-align: center;
  height: 50px;
  padding: 14px 10px;
  text-decoration: none;
  background: var(--offWhite);
  border-radius: 2px;
  border: 0.826px solid var(--darkBlue);
  margin-bottom: 20px;
  width: 100%;
  cursor: pointer;
}
@media (min-width: 1024px) {
  /* line 1509, ../sass/components/c-product-details-page.scss */
  .product-page .product-details-wrapper .purchase-info__suggested-items-button {
    margin-bottom: 0;
  }
  /* line 1531, ../sass/components/c-product-details-page.scss */
  .product-page .product-details-wrapper .purchase-info__suggested-items-button:hover {
    background: var(--darkBlue);
    color: var(--white);
  }
  /* line 1535, ../sass/components/c-product-details-page.scss */
  .product-page .product-details-wrapper .purchase-info__suggested-items-button:hover span.count-variants {
    background: var(--white);
    color: var(--darkBlue);
  }
}
/* line 1543, ../sass/components/c-product-details-page.scss */
.product-page .product-details-wrapper .purchase-info__suggested-items-button span.count-variants {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: var(--darkBlue);
  color: var(--white);
  margin-left: 2px;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
  line-height: 1;
  min-width: 1.5em;
  height: 1.5em;
  padding: 0 0.4em;
  border-radius: 9999px;
  font-size: 0.75rem;
}
@media (min-width: 1023px) {
  /* line 1559, ../sass/components/c-product-details-page.scss */
  .product-page .product-details-wrapper .purchase-info__suggested-items-button.mobile-only {
    display: none;
  }
}
@media (max-width: 1023px) {
  /* line 1565, ../sass/components/c-product-details-page.scss */
  .product-page .product-details-wrapper .purchase-info__suggested-items-button.desktop-only {
    display: none;
  }
}
/* line 1572, ../sass/components/c-product-details-page.scss */
.product-page .product-details-wrapper .purchase-info__availability {
  background-color: var(--offWhite);
  color: var(--black);
  font-family: var(--font-family-secondary);
  font-size: 13px;
  font-weight: 400;
  font-style: normal;
  line-height: 21px;
}
@media (min-width: 1024px) {
  /* line 1572, ../sass/components/c-product-details-page.scss */
  .product-page .product-details-wrapper .purchase-info__availability {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border: 0.826px solid var(--lightBorder);
  }
}
/* line 1586, ../sass/components/c-product-details-page.scss */
.product-page .product-details-wrapper .purchase-info__availability .title {
  font-weight: 700;
}
/* line 1592, ../sass/components/c-product-details-page.scss */
.product-page .product-details-wrapper .purchase-info__availability .link:hover {
  color: var(--mediumBlue);
}
/* line 1596, ../sass/components/c-product-details-page.scss */
.product-page .product-details-wrapper .purchase-info__availability .link:visited, .product-page .product-details-wrapper .purchase-info__availability .link:active {
  color: var(--black);
}
/* line 1600, ../sass/components/c-product-details-page.scss */
.product-page .product-details-wrapper .purchase-info__availability .link:visited:hover, .product-page .product-details-wrapper .purchase-info__availability .link:active:hover {
  color: var(--mediumBlue);
}
/* line 1607, ../sass/components/c-product-details-page.scss */
.product-page .product-details-wrapper .purchase-info__product-availability {
  background-color: var(--bgGrayWhite);
  padding: 20px 5px 20px 20px;
}
@media (min-width: 1024px) {
  /* line 1607, ../sass/components/c-product-details-page.scss */
  .product-page .product-details-wrapper .purchase-info__product-availability {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
  }
}
/* line 1618, ../sass/components/c-product-details-page.scss */
.product-page .product-details-wrapper .purchase-info__product-availability .info span {
  opacity: 0.8;
  color: var(--brightGreen);
}
/* line 1622, ../sass/components/c-product-details-page.scss */
.product-page .product-details-wrapper .purchase-info__product-availability .info span.red-status {
  color: var(--campaignRed);
}
/* line 1628, ../sass/components/c-product-details-page.scss */
.product-page .product-details-wrapper .purchase-info__product-availability .stock-trigger-el {
  text-decoration: underline;
  cursor: pointer;
}
/* line 1634, ../sass/components/c-product-details-page.scss */
.product-page .product-details-wrapper .purchase-info__shipping {
  background-color: var(--white);
  padding: 20px 5px 20px 20px;
  border-left: 0.826px solid var(--lightBorder);
}
@media (min-width: 1024px) {
  /* line 1634, ../sass/components/c-product-details-page.scss */
  .product-page .product-details-wrapper .purchase-info__shipping {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    background-color: var(--bgGrayWhite);
  }
}
/* line 1644, ../sass/components/c-product-details-page.scss */
.product-page .product-details-wrapper .purchase-info__shipping .delivery-availability {
  opacity: 0.8;
  color: var(--brightGreen);
}
/* line 1648, ../sass/components/c-product-details-page.scss */
.product-page .product-details-wrapper .purchase-info__shipping .delivery-availability.red-status {
  color: var(--campaignRed);
}
/* line 1654, ../sass/components/c-product-details-page.scss */
.product-page .product-details-wrapper .purchase-info__eco-labels {
  border-radius: 2px;
  border: 0.882px solid var(--lightBorder);
  padding: 20px 5px 20px 20px;
  background-color: #eefdf3;
}
@media (min-width: 1024px) {
  /* line 1654, ../sass/components/c-product-details-page.scss */
  .product-page .product-details-wrapper .purchase-info__eco-labels {
    background-color: var(--white);
  }
}
/* line 1664, ../sass/components/c-product-details-page.scss */
.product-page .product-details-wrapper .purchase-info__eco-labels img {
  width: 25px;
}
/* line 1668, ../sass/components/c-product-details-page.scss */
.product-page .product-details-wrapper .purchase-info__eco-labels .title {
  display: block;
  color: var(--black);
  font-family: var(--font-family-secondary);
  font-size: 13px;
  font-style: normal;
  font-weight: 600;
  line-height: 21px;
  margin-bottom: 5px;
  position: relative;
}
@media (max-width: 1024px) {
  /* line 1668, ../sass/components/c-product-details-page.scss */
  .product-page .product-details-wrapper .purchase-info__eco-labels .title {
    padding-left: 18px;
  }
  /* line 1682, ../sass/components/c-product-details-page.scss */
  .product-page .product-details-wrapper .purchase-info__eco-labels .title svg {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 11px;
    height: 11px;
    margin: auto;
  }
}

/* line 1698, ../sass/components/c-product-details-page.scss */
.suggested-products {
  display: none;
}
@media (max-width: 1024px) {
  /* line 1698, ../sass/components/c-product-details-page.scss */
  .suggested-products {
    display: none;
  }
}
@media (min-width: 1024px) and (max-width: 1105px) {
  /* line 1698, ../sass/components/c-product-details-page.scss */
  .suggested-products {
    margin-top: 80px;
  }
}
/* line 1709, ../sass/components/c-product-details-page.scss */
.suggested-products .article-list-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  height: 60px;
}
/* line 1715, ../sass/components/c-product-details-page.scss */
.suggested-products .article-list-header .dropdown {
  position: relative;
  display: inline-block;
  border-radius: 2px;
  border: 1px solid var(--mediumBorder);
  background: var(--white);
  color: var(--black);
  font-family: var(--font-family-secondary);
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-align: start;
  -ms-flex-line-pack: center;
      align-content: center;
  outline: none;
  width: 252px;
  height: 40px;
  cursor: pointer;
}
/* line 1735, ../sass/components/c-product-details-page.scss */
.suggested-products .article-list-header .dropdown.visible .title {
  font-weight: 600;
}
/* line 1738, ../sass/components/c-product-details-page.scss */
.suggested-products .article-list-header .dropdown.visible .title svg {
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}
/* line 1743, ../sass/components/c-product-details-page.scss */
.suggested-products .article-list-header .dropdown.visible .dropdown-content {
  display: block;
}
/* line 1748, ../sass/components/c-product-details-page.scss */
.suggested-products .article-list-header .dropdown .title {
  padding-left: 11px;
  font-weight: 500;
}
/* line 1752, ../sass/components/c-product-details-page.scss */
.suggested-products .article-list-header .dropdown .title svg {
  position: absolute;
  display: block;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transition: -webkit-transform 0.2s;
  transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s;
  width: 16px;
  height: 10px;
  top: calc(50% - 6px);
  right: 10px;
}
/* line 1764, ../sass/components/c-product-details-page.scss */
.suggested-products .article-list-header .dropdown .dropdown-content {
  -webkit-transition: all 3s linear;
  transition: all 3s linear;
  display: none;
  position: absolute;
  width: 252px;
  overflow: auto;
  top: 38px;
  right: -1px;
}
/* line 1773, ../sass/components/c-product-details-page.scss */
.suggested-products .article-list-header .dropdown .dropdown-content button {
  padding: 11px 0;
  display: block;
  color: var(--black);
  cursor: default;
  border: 1px solid var(--mediumBorder);
  border-bottom: none;
  border-radius: 2px;
  padding-left: 11px;
  background-color: var(--white);
  height: 40px;
  z-index: 9;
  position: relative;
  width: 100%;
  text-align: start;
}
/* line 1789, ../sass/components/c-product-details-page.scss */
.suggested-products .article-list-header .dropdown .dropdown-content button:last-child {
  border-bottom: 1px solid var(--mediumBorder);
}
/* line 1796, ../sass/components/c-product-details-page.scss */
.suggested-products .article-list-header .table-title {
  color: var(--black);
  font-family: var(--font-family-secondary);
  font-size: 21px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -0.42px;
  margin: 8px 0;
}
/* line 1808, ../sass/components/c-product-details-page.scss */
.suggested-products .tableWrap {
  max-height: 325px;
  height: auto;
  overflow-y: auto;
  overflow-x: hidden;
  /* width */
  /* Track */
  /* Handle */
}
@media (min-width: 1024px) and (max-width: 1400px) {
  /* line 1808, ../sass/components/c-product-details-page.scss */
  .suggested-products .tableWrap {
    overflow-x: auto;
  }
}
/* line 1818, ../sass/components/c-product-details-page.scss */
.suggested-products .tableWrap::-webkit-scrollbar {
  width: 3px;
}
/* line 1826, ../sass/components/c-product-details-page.scss */
.suggested-products .tableWrap::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background: var(--mediumBorder);
  background-clip: padding-box;
}
/* line 1832, ../sass/components/c-product-details-page.scss */
.suggested-products .tableWrap::-webkit-scrollbar:horizontal {
  width: 3px;
}
/* line 1836, ../sass/components/c-product-details-page.scss */
.suggested-products .tableWrap::-webkit-scrollbar-thumb:horizontal {
  border-radius: 5px;
  background: var(--mediumBorder);
  background-clip: padding-box;
}
/* line 1843, ../sass/components/c-product-details-page.scss */
.suggested-products .table-container {
  width: 100%;
  border: none;
  border-collapse: collapse;
}
/* line 1848, ../sass/components/c-product-details-page.scss */
.suggested-products .table-container thead {
  background-color: var(--darkBlue);
  height: 50px;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 8;
}
/* line 1855, ../sass/components/c-product-details-page.scss */
.suggested-products .table-container thead th {
  color: var(--white);
  font-family: var(--font-family-secondary);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 19px;
  letter-spacing: -0.26px;
  white-space: nowrap;
  max-width: 120px;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: start;
  padding-left: 15px;
}
/* line 1871, ../sass/components/c-product-details-page.scss */
.suggested-products .table-container thead th:first-of-type {
  padding-left: 20px;
}
@media (min-width: 1024px) and (max-width: 1100px) {
  /* line 1855, ../sass/components/c-product-details-page.scss */
  .suggested-products .table-container thead th {
    max-width: 40px;
  }
}
@media (min-width: 1100px) and (max-width: 1440px) {
  /* line 1855, ../sass/components/c-product-details-page.scss */
  .suggested-products .table-container thead th {
    max-width: 60px;
  }
}
/* line 1886, ../sass/components/c-product-details-page.scss */
.suggested-products .table-container tbody tr {
  outline: 0.5px solid var(--lightBorder);
  outline-offset: -1px;
  cursor: pointer;
  border-left: 1px solid var(--lightBorder);
  border-right: 1px solid var(--lightBorder);
}
/* line 1893, ../sass/components/c-product-details-page.scss */
.suggested-products .table-container tbody tr:last-child {
  border-bottom: 1px solid var(--lightBorder);
}
@supports (-moz-appearance: none) {
  /* line 1886, ../sass/components/c-product-details-page.scss */
  .suggested-products .table-container tbody tr {
    outline-offset: -0.5px;
  }
}
/* line 1901, ../sass/components/c-product-details-page.scss */
.suggested-products .table-container tbody tr:hover {
  background-color: var(--lightSkyBlue);
}
/* line 1905, ../sass/components/c-product-details-page.scss */
.suggested-products .table-container tbody tr.current {
  background-color: var(--mediumGray);
}
/* line 1908, ../sass/components/c-product-details-page.scss */
.suggested-products .table-container tbody tr.current:hover {
  background-color: var(--lightSkyBlue);
}
/* line 1912, ../sass/components/c-product-details-page.scss */
.suggested-products .table-container tbody tr.current .name:before {
  content: "";
  position: absolute;
  left: 0;
  top: 2px;
  height: 94%;
  border-left: 10px solid var(--darkBlue);
}
/* line 1922, ../sass/components/c-product-details-page.scss */
.suggested-products .table-container tbody tr td {
  color: var(--black);
  font-family: var(--font-family-secondary);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 21.369px;
  text-align: start;
  height: 55px;
  white-space: nowrap;
  padding: 0 15px;
  width: auto;
}
/* line 1935, ../sass/components/c-product-details-page.scss */
.suggested-products .table-container tbody tr td a {
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  width: 100%;
  padding: 0px 6px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
/* line 1944, ../sass/components/c-product-details-page.scss */
.suggested-products .table-container tbody tr td.name {
  text-align: start;
  position: relative;
  white-space: nowrap;
  max-width: 100%;
  width: 100%;
  max-width: 290px;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 0px;
}
/* line 1955, ../sass/components/c-product-details-page.scss */
.suggested-products .table-container tbody tr td.name span {
  display: block;
}
/* line 1959, ../sass/components/c-product-details-page.scss */
.suggested-products .table-container tbody tr td.name a {
  color: var(--black);
  padding: 0px 6px 0px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
/* line 1969, ../sass/components/c-product-details-page.scss */
.suggested-products .table-container tbody tr td.name a:visited, .suggested-products .table-container tbody tr td.name a:active {
  color: var(--black);
}
/* line 1988, ../sass/components/c-product-details-page.scss */
.suggested-products .table-container tbody tr td .article-id {
  color: var(--darkBlue);
  font-family: var(--font-family-secondary);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 21.369px;
  text-decoration: none;
}
/* line 1997, ../sass/components/c-product-details-page.scss */
.suggested-products .table-container tbody tr td .article-id a:visited,
.suggested-products .table-container tbody tr td .article-id a:active {
  color: var(--darkBlue);
}
/* line 2003, ../sass/components/c-product-details-page.scss */
.suggested-products .table-container tbody tr td.status {
  padding: 0 5px;
}
/* line 2007, ../sass/components/c-product-details-page.scss */
.suggested-products .table-container tbody tr td.grey-font {
  opacity: 0.6;
  white-space: nowrap;
  max-width: 170px;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 0px;
}
/* line 2014, ../sass/components/c-product-details-page.scss */
.suggested-products .table-container tbody tr td.grey-font a {
  color: var(--black);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  width: 100%;
  padding: 0px 6px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
/* line 2022, ../sass/components/c-product-details-page.scss */
.suggested-products .table-container tbody tr td.grey-font a:visited, .suggested-products .table-container tbody tr td.grey-font a:active {
  color: var(--black);
}
@media (min-width: 1024px) and (max-width: 1105px) {
  /* line 2007, ../sass/components/c-product-details-page.scss */
  .suggested-products .table-container tbody tr td.grey-font {
    max-width: 120px;
  }
}
@media (min-width: 1105px) and (max-width: 1500px) {
  /* line 2007, ../sass/components/c-product-details-page.scss */
  .suggested-products .table-container tbody tr td.grey-font {
    max-width: 130px;
  }
}
@media (min-width: 1500px) and (max-width: 1800px) {
  /* line 2007, ../sass/components/c-product-details-page.scss */
  .suggested-products .table-container tbody tr td.grey-font {
    max-width: 140px;
  }
}
/* line 2041, ../sass/components/c-product-details-page.scss */
.suggested-products .table-container tbody tr td.green-font {
  color: var(--darkGreen);
  font-weight: 600;
  padding: 0px;
}
/* line 2045, ../sass/components/c-product-details-page.scss */
.suggested-products .table-container tbody tr td.green-font a {
  color: var(--darkGreen);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  width: 100%;
  padding: 0px 6px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
/* line 2053, ../sass/components/c-product-details-page.scss */
.suggested-products .table-container tbody tr td.green-font a:visited, .suggested-products .table-container tbody tr td.green-font a:active {
  color: var(--darkGreen);
}
/* line 2060, ../sass/components/c-product-details-page.scss */
.suggested-products .table-container tbody tr td.red-status {
  color: var(--campaignRed);
  font-weight: 600;
  padding: 0px;
}
/* line 2065, ../sass/components/c-product-details-page.scss */
.suggested-products .table-container tbody tr td.red-status a {
  color: var(--campaignRed);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  width: 100%;
  padding: 0px 6px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
/* line 2073, ../sass/components/c-product-details-page.scss */
.suggested-products .table-container tbody tr td.red-status a:visited, .suggested-products .table-container tbody tr td.red-status a:active {
  color: var(--campaignRed);
}
/* line 2080, ../sass/components/c-product-details-page.scss */
.suggested-products .table-container tbody tr td.co2 {
  position: relative;
}
/* line 2083, ../sass/components/c-product-details-page.scss */
.suggested-products .table-container tbody tr td.co2 .c-image-block__details {
  position: relative;
  top: unset;
  right: unset;
}
/* line 2089, ../sass/components/c-product-details-page.scss */
.suggested-products .table-container tbody tr td.co2 .c-image-block__details:hover .text {
  display: block;
}
/* line 2094, ../sass/components/c-product-details-page.scss */
.suggested-products .table-container tbody tr td.co2 .c-image-block__details .text {
  display: none;
  color: var(--darkBlue);
  font-family: var(--font-family-secondary);
  font-size: 10px;
  font-style: normal;
  font-weight: 500;
  line-height: 19.232px;
  text-decoration: none;
  cursor: pointer;
  -webkit-filter: drop-shadow(0px 1px 2px rgba(0, 0, 0, 0.25));
  filter: drop-shadow(0px 1px 2px rgba(0, 0, 0, 0.25));
  border: 1px solid var(--lightBorder);
  background-color: var(--white);
  border-radius: 2px;
  position: absolute;
  top: -25px;
  right: 10px;
  padding: 2px 4px;
  z-index: 9;
}
@media (max-width: 1023px) {
  /* line 2094, ../sass/components/c-product-details-page.scss */
  .suggested-products .table-container tbody tr td.co2 .c-image-block__details .text {
    display: none;
  }
}
/* line 2120, ../sass/components/c-product-details-page.scss */
.suggested-products .table-container tbody tr td.co2 .c-image-block__details .c-image-block__details--text {
  min-width: 32px;
  height: 32px;
  font-size: 10.733px;
  letter-spacing: -0.215px;
}
/* line 2127, ../sass/components/c-product-details-page.scss */
.suggested-products .table-container tbody tr td.co2 .c-image-block__details .c-image-block__details--image {
  width: 32px;
  height: 32px;
  padding: 8px 4.5px;
}
/* line 2135, ../sass/components/c-product-details-page.scss */
.suggested-products .table-container tbody tr td .price {
  color: var(--black);
  font-family: var(--font-family-secondary);
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 21.369px;
  opacity: 0.7;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  width: auto;
}
/* line 2147, ../sass/components/c-product-details-page.scss */
.suggested-products .table-container tbody tr td .price .integer {
  position: relative;
}
/* line 2151, ../sass/components/c-product-details-page.scss */
.suggested-products .table-container tbody tr td .price .decimal {
  font-size: 6.96px;
  font-weight: 700;
  position: relative;
  top: -3px;
  margin-left: 0px;
  margin-right: 3px;
}
/* line 2161, ../sass/components/c-product-details-page.scss */
.suggested-products .table-container tbody tr td.quantity {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 280px;
}
/* line 2166, ../sass/components/c-product-details-page.scss */
.suggested-products .table-container tbody tr td.quantity .icons-wrapper {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -ms-flex-line-pack: center;
      align-content: center;
}
/* line 2173, ../sass/components/c-product-details-page.scss */
.suggested-products .table-container tbody tr td.quantity .icons-wrapper .icon {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  position: relative;
  width: 50px;
  text-align: center;
  border: none;
  background: none;
  cursor: pointer;
}
/* line 2182, ../sass/components/c-product-details-page.scss */
.suggested-products .table-container tbody tr td.quantity .icons-wrapper .icon > * {
  vertical-align: middle;
}
/* line 2186, ../sass/components/c-product-details-page.scss */
.suggested-products .table-container tbody tr td.quantity .icons-wrapper .icon:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
/* line 2191, ../sass/components/c-product-details-page.scss */
.suggested-products .table-container tbody tr td.quantity .icons-wrapper .icon:disabled:hover span {
  display: none !important;
}
/* line 2198, ../sass/components/c-product-details-page.scss */
.suggested-products .table-container tbody tr td.quantity .icons-wrapper .icon:hover .text {
  display: block;
}
/* line 2207, ../sass/components/c-product-details-page.scss */
.suggested-products .table-container tbody tr td.quantity .icons-wrapper .icon .text {
  display: none;
  color: var(--darkBlue);
  font-family: var(--font-family-secondary);
  font-size: 10px;
  font-style: normal;
  font-weight: 500;
  line-height: 19.232px;
  text-decoration: none;
  cursor: pointer;
  -webkit-filter: drop-shadow(0px 1px 2px rgba(0, 0, 0, 0.25));
          filter: drop-shadow(0px 1px 2px rgba(0, 0, 0, 0.25));
  border: 1px solid var(--lightBorder);
  background-color: var(--white);
  border-radius: 2px;
  position: absolute;
  top: -25px;
  right: 10px;
  padding: 2px 4px;
  z-index: 9;
}
/* line 2227, ../sass/components/c-product-details-page.scss */
.suggested-products .table-container tbody tr td.quantity .icons-wrapper .icon .text:after {
  content: '';
  width: 0;
  height: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 7px solid var(--white);
  position: absolute;
  bottom: -6px;
  right: 10px;
}
/* line 2240, ../sass/components/c-product-details-page.scss */
.suggested-products .table-container tbody tr td.quantity .icons-wrapper .icon .added {
  display: none;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  width: 100%;
  padding: 5px 4px;
  border: 1px solid var(--brightGreen);
  background: var(--brightGreen);
  color: var(--lightGray);
  text-align: center;
  font-family: var(--font-family-secondary);
  font-size: 11px;
  border-radius: 15px;
}
/* line 2256, ../sass/components/c-product-details-page.scss */
.suggested-products .table-container tbody tr td.quantity .icons-wrapper .icon .added svg {
  margin-bottom: -6px;
  margin-right: 4px;
  width: 20px;
}
/* line 2264, ../sass/components/c-product-details-page.scss */
.suggested-products .table-container tbody tr td.quantity .icons-wrapper .icon.added-label .added {
  display: inline;
}
/* line 2267, ../sass/components/c-product-details-page.scss */
.suggested-products .table-container tbody tr td.quantity .icons-wrapper .icon.added-label .added svg {
  display: inline;
}
/* line 2272, ../sass/components/c-product-details-page.scss */
.suggested-products .table-container tbody tr td.quantity .icons-wrapper .icon.added-label svg {
  display: none;
}
/* line 2276, ../sass/components/c-product-details-page.scss */
.suggested-products .table-container tbody tr td.quantity .icons-wrapper .icon.added-label .text {
  display: none;
}
/* line 2283, ../sass/components/c-product-details-page.scss */
.suggested-products .table-container tbody tr td.quantity .counter-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 5px;
}
/* line 2288, ../sass/components/c-product-details-page.scss */
.suggested-products .table-container tbody tr td.quantity .counter-wrapper .counter-value {
  width: 33px;
  height: 35px;
  color: var(--black);
  font-family: var(--font-family-secondary);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  border-top: 0.81px solid var(--lightBorder);
  border-bottom: 0.81px solid var(--lightBorder);
  background-color: var(--white);
  -ms-flex-line-pack: center;
      align-content: center;
  text-align: center;
}
/* line 2304, ../sass/components/c-product-details-page.scss */
.suggested-products .table-container tbody tr td.quantity .counter-wrapper button {
  border: none;
  width: 31px;
  height: 35px;
  color: var(--black);
  font-family: var(--font-family-secondary);
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  cursor: pointer;
  background-size: 11px 11px;
  border: 1px solid var(--lightBorder);
  background-color: var(--lightPinkishGray);
  border-radius: 1.075px;
  background-repeat: no-repeat;
  background-position: center center;
  font-family: none;
  -webkit-transition: background-color 0.5s ease;
  transition: background-color 0.5s ease;
}
/* line 2324, ../sass/components/c-product-details-page.scss */
.suggested-products .table-container tbody tr td.quantity .counter-wrapper button:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
/* line 2330, ../sass/components/c-product-details-page.scss */
.suggested-products .table-container tbody tr td.quantity .counter-wrapper button:hover {
  background-color: var(--lightBorder);
}

@media (max-width: 1024px) {
  /* line 2342, ../sass/components/c-product-details-page.scss */
  .variants-wrapper-mobile {
    display: none;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
  }
}
/* line 2349, ../sass/components/c-product-details-page.scss */
.variants-wrapper-mobile .isLoading {
  margin: 20px auto;
  text-align: center;
}
@media (min-width: 1023px) {
  /* line 2349, ../sass/components/c-product-details-page.scss */
  .variants-wrapper-mobile .isLoading {
    display: none;
  }
}
@media (max-width: 1023px) {
  /* line 2357, ../sass/components/c-product-details-page.scss */
  .variants-wrapper-mobile .isLoading img {
    width: 50px;
  }
}

/* line 2365, ../sass/components/c-product-details-page.scss */
.ajax-loading-spinner {
  position: relative;
  height: 100px;
  margin: 50px auto;
}

/* line 2371, ../sass/components/c-product-details-page.scss */
.ajax-loading-spinner .ajax-cog {
  position: absolute;
  background-image: url(../images/kundlofte_tillsammans.png);
  background-position: center;
  background-size: cover;
  -webkit-animation: fa-spin 3.5s infinite linear;
  animation: fa-spin 3.5s infinite linear;
  width: 100px;
  height: 100px;
  text-align: center;
  display: block;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

/* Keyframe for rotating animation */
@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
            transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    -webkit-transform: translate(-50%, -50%) rotate(360deg);
            transform: translate(-50%, -50%) rotate(360deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
            transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    -webkit-transform: translate(-50%, -50%) rotate(360deg);
            transform: translate(-50%, -50%) rotate(360deg);
  }
}
@media (min-width: 1024px) {
  /* line 2398, ../sass/components/c-product-details-page.scss */
  .variants-wrapper-desktop {
    display: none;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
  }
}
/* line 2405, ../sass/components/c-product-details-page.scss */
.variants-wrapper-desktop .isLoading {
  display: none;
}
@media (min-width: 1023px) {
  /* line 2405, ../sass/components/c-product-details-page.scss */
  .variants-wrapper-desktop .isLoading {
    margin: 50px 0;
    display: block;
    text-align: center;
  }
}

@media (min-width: 1024px) {
  /* line 2417, ../sass/components/c-product-details-page.scss */
  .variants-desktop {
    display: block;
  }

  /* line 2421, ../sass/components/c-product-details-page.scss */
  .variants-mobile {
    display: none;
  }
}
@media (max-width: 1023px) {
  /* line 2427, ../sass/components/c-product-details-page.scss */
  .variants-desktop {
    display: none;
  }

  /* line 2431, ../sass/components/c-product-details-page.scss */
  .variants-mobile {
    display: block;
  }
}
/* line 2436, ../sass/components/c-product-details-page.scss */
.suggested-products-mobile {
  margin-bottom: 20px;
  display: block;
}
@media (min-width: 1024px) {
  /* line 2436, ../sass/components/c-product-details-page.scss */
  .suggested-products-mobile {
    display: none;
  }
}
/* line 2444, ../sass/components/c-product-details-page.scss */
.suggested-products-mobile .dropdown-btn {
  color: var(--darkBlue);
  font-family: var(--font-family-secondary);
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 21.155px;
  margin-top: 6px;
}
/* line 2454, ../sass/components/c-product-details-page.scss */
.suggested-products-mobile .dropdown {
  position: absolute;
  display: none;
  border-radius: 2px;
  border: 1px solid var(--mediumBorder);
  background: var(--white);
  color: var(--black);
  font-family: var(--font-family-secondary);
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-align: start;
  -ms-flex-line-pack: center;
      align-content: center;
  outline: none;
  width: 252px;
  height: 40px;
}
/* line 2472, ../sass/components/c-product-details-page.scss */
.suggested-products-mobile .dropdown.visible {
  display: block;
}
/* line 2475, ../sass/components/c-product-details-page.scss */
.suggested-products-mobile .dropdown.visible .title {
  font-weight: 500;
}
/* line 2478, ../sass/components/c-product-details-page.scss */
.suggested-products-mobile .dropdown.visible .title svg {
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}
/* line 2483, ../sass/components/c-product-details-page.scss */
.suggested-products-mobile .dropdown.visible .dropdown-content {
  display: block;
}
/* line 2488, ../sass/components/c-product-details-page.scss */
.suggested-products-mobile .dropdown .title {
  padding-left: 11px;
  font-size: 15px;
}
/* line 2492, ../sass/components/c-product-details-page.scss */
.suggested-products-mobile .dropdown .title svg {
  position: absolute;
  display: block;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transition: -webkit-transform 0.2s;
  transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s;
  width: 16px;
  height: 10px;
  top: calc(50% - 6px);
  right: 10px;
}
/* line 2504, ../sass/components/c-product-details-page.scss */
.suggested-products-mobile .dropdown .dropdown-content {
  -webkit-transition: all 3s linear;
  transition: all 3s linear;
  display: none;
  position: absolute;
  width: 101%;
  overflow: auto;
  top: 38px;
  right: -1px;
}
/* line 2513, ../sass/components/c-product-details-page.scss */
.suggested-products-mobile .dropdown .dropdown-content button {
  padding: 11px 0;
  text-decoration: none;
  display: block;
  color: var(--black);
  cursor: default;
  border: 1px solid var(--mediumBorder);
  border-bottom: none;
  border-radius: 2px;
  padding-left: 11px;
  background-color: var(--white);
  z-index: 9;
  position: relative;
  width: 252px;
  text-align: start;
}
/* line 2532, ../sass/components/c-product-details-page.scss */
.suggested-products-mobile__title {
  position: relative;
  width: 100vw;
  left: -20px;
  background-color: var(--lightSkyBlue);
  border-top: 1px solid var(--lightBorder);
  padding: 20px 20px 0 20px;
}
/* line 2540, ../sass/components/c-product-details-page.scss */
.suggested-products-mobile__title:after {
  content: '';
  width: 0;
  height: 0;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-bottom: 14px solid var(--lightSkyBlue);
  position: absolute;
  top: -13px;
  right: 60px;
}
/* line 2552, ../sass/components/c-product-details-page.scss */
.suggested-products-mobile__title .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  padding-bottom: 10px;
  position: relative;
}
/* line 2560, ../sass/components/c-product-details-page.scss */
.suggested-products-mobile__title hr {
  position: absolute;
  width: 100vw;
  left: -20px;
  margin: 0;
  border: none;
  background-color: var(--lightBorder);
  height: 1px;
  bottom: 0;
}
/* line 2571, ../sass/components/c-product-details-page.scss */
.suggested-products-mobile__title .title {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  color: var(--black);
  font-family: var(--font-family-secondary);
  font-size: 19px;
  font-style: normal;
  font-weight: 700;
  line-height: 21.155px;
}
/* line 2581, ../sass/components/c-product-details-page.scss */
.suggested-products-mobile__title .close-btn {
  color: var(--black);
  font-family: var(--font-family-secondary);
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 21.155px;
}
/* line 2589, ../sass/components/c-product-details-page.scss */
.suggested-products-mobile__title .close-btn > * {
  vertical-align: middle;
}
/* line 2595, ../sass/components/c-product-details-page.scss */
.suggested-products-mobile .article {
  padding: 15px 0;
  width: 100%;
  position: relative;
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  grid-template-columns: 40% 35% 25%;
  text-decoration: none;
}
/* line 2604, ../sass/components/c-product-details-page.scss */
.suggested-products-mobile .article > * {
  margin: 0px 12px 4px 0px;
  justify-self: start;
}
@media (min-width: 550px) and (max-width: 1024px) {
  /* line 2604, ../sass/components/c-product-details-page.scss */
  .suggested-products-mobile .article > * {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    margin: 5px 25px;
  }
}
/* line 2616, ../sass/components/c-product-details-page.scss */
.suggested-products-mobile .article.current .blue-line {
  border-left: 10px solid var(--darkBlue);
  height: 97%;
  position: absolute;
  left: -20px;
  top: 4px;
  margin: 0;
}
/* line 2627, ../sass/components/c-product-details-page.scss */
.suggested-products-mobile .article__spec.long {
  grid-column: span 2;
}
/* line 2630, ../sass/components/c-product-details-page.scss */
.suggested-products-mobile .article__spec.long .title {
  max-width: 100%;
}
/* line 2635, ../sass/components/c-product-details-page.scss */
.suggested-products-mobile .article__spec .text {
  color: var(--black);
  font-family: var(--font-family-secondary);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 23.505px;
  display: block;
  white-space: nowrap;
}
/* line 2646, ../sass/components/c-product-details-page.scss */
.suggested-products-mobile .article__spec .title {
  font-weight: 700;
  color: var(--black);
  font-family: var(--font-family-secondary);
  font-size: 16px;
  font-style: normal;
  line-height: 23.505px;
  display: block;
  white-space: nowrap;
  max-width: 118px;
  text-overflow: ellipsis;
  overflow: hidden;
}
@media (min-width: 400px) and (max-width: 1023px) {
  /* line 2646, ../sass/components/c-product-details-page.scss */
  .suggested-products-mobile .article__spec .title {
    max-width: 130px;
  }
}
@media (max-width: 355px) {
  /* line 2646, ../sass/components/c-product-details-page.scss */
  .suggested-products-mobile .article__spec .title {
    max-width: 110px;
  }
}
@media (max-width: 340px) {
  /* line 2646, ../sass/components/c-product-details-page.scss */
  .suggested-products-mobile .article__spec .title {
    max-width: 99px;
  }
}
/* line 2673, ../sass/components/c-product-details-page.scss */
.suggested-products-mobile .article__name {
  width: 100%;
  color: var(--black);
  font-family: var(--font-family-secondary);
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 23px;
  opacity: 0.4;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  margin: 0;
  grid-column: span 3;
}
/* line 2687, ../sass/components/c-product-details-page.scss */
.suggested-products-mobile .article__id {
  color: var(--darkGray);
  font-family: var(--font-family-secondary);
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 21.369px;
}
/* line 2695, ../sass/components/c-product-details-page.scss */
.suggested-products-mobile .article__id a {
  color: var(--darkGray);
  text-decoration: none;
}
/* line 2701, ../sass/components/c-product-details-page.scss */
.suggested-products-mobile .article__addToShoppingList {
  color: var(--darkBlue);
  background: none;
  border: none;
  font-family: var(--font-family-secondary);
  font-size: 11.5px;
  font-style: normal;
  font-weight: 500;
  line-height: 21.155px;
  text-decoration: none;
  white-space: nowrap;
  padding-left: 0;
}
/* line 2714, ../sass/components/c-product-details-page.scss */
.suggested-products-mobile .article__addToShoppingList:active, .suggested-products-mobile .article__addToShoppingList:visited {
  color: var(--darkBlue);
}
/* line 2720, ../sass/components/c-product-details-page.scss */
.suggested-products-mobile .article__availability {
  border-radius: 18.804px;
  background: #ECFDF3;
  text-align: center;
  -ms-flex-line-pack: center;
      align-content: center;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  padding: 3px 9px;
  white-space: nowrap;
}
/* line 2721, ../sass/components/c-product-details-page.scss */
.suggested-products-mobile .article__availability span {
  color: #037847;
  text-align: center;
  font-family: var(--font-family-secondary);
  font-size: 14.103px;
  font-style: normal;
  font-weight: 500;
  line-height: 21.155px;
}
/* line 2742, ../sass/components/c-product-details-page.scss */
.suggested-products-mobile .article .co2 {
  grid-column: 1/span 1;
  position: relative;
}
/* line 2746, ../sass/components/c-product-details-page.scss */
.suggested-products-mobile .article .co2 .c-image-block__details {
  position: relative;
  top: unset;
  right: unset;
}
/* line 2751, ../sass/components/c-product-details-page.scss */
.suggested-products-mobile .article .co2 .c-image-block__details--image {
  width: 35px;
  height: 35px;
}
/* line 2756, ../sass/components/c-product-details-page.scss */
.suggested-products-mobile .article .co2 .c-image-block__details--text {
  min-width: 35px;
  width: 35px;
  height: 35px;
  font-size: 11px;
}
/* line 2762, ../sass/components/c-product-details-page.scss */
.suggested-products-mobile .article .co2 .c-image-block__details--text .text {
  display: none;
}
/* line 2769, ../sass/components/c-product-details-page.scss */
.suggested-products-mobile .article__price {
  grid-column: 1/ span 1;
}
/* line 2772, ../sass/components/c-product-details-page.scss */
.suggested-products-mobile .article__price .pcs {
  color: var(--black);
  font-family: var(--font-family-secondary);
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
/* line 2780, ../sass/components/c-product-details-page.scss */
.suggested-products-mobile .article__price .pcs .decimal {
  font-size: 10.865px;
  font-weight: 700;
  position: relative;
  top: -5px;
  margin-left: -4px;
}
/* line 2789, ../sass/components/c-product-details-page.scss */
.suggested-products-mobile .article__price .sqm {
  color: var(--gray);
  font-family: var(--font-family-secondary);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 23.505px;
}
/* line 2797, ../sass/components/c-product-details-page.scss */
.suggested-products-mobile .article__price .sqm .decimal {
  font-size: 9px;
  position: relative;
  top: -5px;
  margin-left: -4px;
}
/* line 2806, ../sass/components/c-product-details-page.scss */
.suggested-products-mobile .article__counter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  grid-column: 2/ span 1;
}
/* line 2811, ../sass/components/c-product-details-page.scss */
.suggested-products-mobile .article__counter .counter-value {
  width: 33px;
  height: 35px;
  color: var(--black);
  font-family: var(--font-family-secondary);
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  border-top: 0.81px solid var(--lightBorder);
  border-bottom: 0.81px solid var(--lightBorder);
  border-radius: 1.075px;
  -ms-flex-line-pack: center;
      align-content: center;
  text-align: center;
}
/* line 2827, ../sass/components/c-product-details-page.scss */
.suggested-products-mobile .article__counter button {
  border: none;
  width: 31px;
  height: 35px;
  color: var(--black);
  font-family: var(--font-family-secondary);
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  cursor: pointer;
  background-size: 11px 11px;
  border: 1px solid var(--lightBorder);
  background-color: var(--lightPinkishGray);
  border-radius: 1.075px;
  background-repeat: no-repeat;
  background-position: center center;
  font-family: none;
  -webkit-transition: background-color 0.5s ease;
  transition: background-color 0.5s ease;
}
/* line 2847, ../sass/components/c-product-details-page.scss */
.suggested-products-mobile .article__counter button:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
/* line 2853, ../sass/components/c-product-details-page.scss */
.suggested-products-mobile .article__counter button:hover {
  background-color: var(--lightBorder);
}
/* line 2859, ../sass/components/c-product-details-page.scss */
.suggested-products-mobile .article__cart-btn {
  grid-column: 3/ span 1;
  border-radius: 1.012px;
  border: 0.576px solid var(--darkBlue);
  background: var(--darkBlue);
  height: 35px;
  width: 83px;
}
/* line 2867, ../sass/components/c-product-details-page.scss */
.suggested-products-mobile .article__cart-btn:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
/* line 2872, ../sass/components/c-product-details-page.scss */
.suggested-products-mobile .article__cart-btn img {
  width: 19px;
  height: 17px;
  margin-top: 5px;
}
/* line 2879, ../sass/components/c-product-details-page.scss */
.suggested-products-mobile .article hr {
  position: absolute;
  width: 100vw;
  left: -20px;
  margin: 0;
  border: none;
  background-color: var(--lightBorder);
  height: 1px;
  bottom: 0;
}

@media (max-width: 1024px) {
  /* line 2893, ../sass/components/c-product-details-page.scss */
  .flex-bottom-container.swiper {
    width: 100%;
    height: 100%;
    overflow: visible !important;
  }
  /* line 2898, ../sass/components/c-product-details-page.scss */
  .flex-bottom-container.swiper .swiper-slide {
    width: 273px !important;
    max-width: 273px !important;
    border: 0.826px solid var(--lightBorder);
    height: auto !important;
  }
}
/*.flex-bottom-container {
    &.swiper {
        @media(max-width: 767px) {
            width: calc(100% + 20px);
            padding-right: 20px;
        }

        @media only screen and (min-width: 768px) and (max-width: 1023px) {
            width: calc(100% + 7.5vw + 20px);
            padding-right: calc(20px + 7.5vw);
        }
    }
}*/
@media (min-width: 1024px) and (max-width: 1440px) {
  /* line 2923, ../sass/components/c-product-details-page.scss */
  .product-page .product-details-wrapper .purchase-info .flex-top-container .buttons-container {
    width: 180px;
  }

  /* line 2927, ../sass/components/c-product-details-page.scss */
  .product-page .product-details-wrapper .purchase-info .flex-bottom-container .purchase-info__eco-labels {
    width: 180px;
  }

  /* line 2931, ../sass/components/c-product-details-page.scss */
  .product-page .product-details-wrapper .purchase-info__purchase-configuration.campaign-block .purchase-info__quantity-configuration {
    margin-left: 0;
  }
}
/* line 2937, ../sass/components/c-product-details-page.scss */
.lists-popup-container {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 10000;
  overflow: auto;
  background-color: rgba(22, 22, 22, 0.5);
}
/* line 2945, ../sass/components/c-product-details-page.scss */
.lists-popup-container.open {
  display: block;
}

/* line 2950, ../sass/components/c-product-details-page.scss */
.shopping-lists {
  background-color: var(--lightSkyBlue);
  position: relative;
  padding: 42px 17px 0px;
  display: block;
  -webkit-animation: fadeIn 0.5s ease;
          animation: fadeIn 0.5s ease;
  top: 43%;
  width: 90%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  min-height: 300px;
}
@media (min-width: 1024px) {
  /* line 2950, ../sass/components/c-product-details-page.scss */
  .shopping-lists {
    padding: 42px 42px 0px;
    width: 640px;
    margin: unset;
    top: 45%;
    min-height: 290px;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* line 2982, ../sass/components/c-product-details-page.scss */
.shopping-lists.add-new .new-list-button:disabled {
  opacity: 0.3;
  cursor: default;
}
/* line 2988, ../sass/components/c-product-details-page.scss */
.shopping-lists.add-new .input-container input {
  display: block;
}
/* line 2992, ../sass/components/c-product-details-page.scss */
.shopping-lists.add-new .input-container .close {
  display: inline-block;
}
/* line 2996, ../sass/components/c-product-details-page.scss */
.shopping-lists.add-new .add {
  display: none;
}
/* line 3000, ../sass/components/c-product-details-page.scss */
.shopping-lists.add-new .save-list {
  display: block;
}
/* line 3005, ../sass/components/c-product-details-page.scss */
.shopping-lists__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 17px;
}
/* line 3012, ../sass/components/c-product-details-page.scss */
.shopping-lists__title {
  color: var(--black);
  font-family: var(--font-family-primary);
  font-size: 25px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
/* line 3023, ../sass/components/c-product-details-page.scss */
.shopping-lists .close {
  cursor: pointer;
  display: block;
  width: 30px;
  padding: 6px;
  position: absolute;
  right: 22px;
  top: 13px;
}
/* line 3034, ../sass/components/c-product-details-page.scss */
.shopping-lists__link {
  color: var(--darkBlue);
  font-family: var(--font-family-primary);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-decoration: none;
}
@media (max-width: 1023px) {
  /* line 3034, ../sass/components/c-product-details-page.scss */
  .shopping-lists__link {
    padding-left: 18px;
  }
}
/* line 3048, ../sass/components/c-product-details-page.scss */
.shopping-lists .c-accordion {
  margin: 12px 0 9px 0;
  max-height: 280px;
  overflow-y: scroll;
  padding-bottom: 31px;
}
@media (max-width: 365px) {
  /* line 3048, ../sass/components/c-product-details-page.scss */
  .shopping-lists .c-accordion {
    max-height: 320px;
  }
}
@media (min-width: 1024px) {
  /* line 3048, ../sass/components/c-product-details-page.scss */
  .shopping-lists .c-accordion {
    margin: 12px 0 12px 0;
    height: auto;
    max-height: 250px;
    overflow-y: scroll;
    padding-bottom: 0;
    /* Track */
    /* Handle */
  }
  /* line 3065, ../sass/components/c-product-details-page.scss */
  .shopping-lists .c-accordion::-webkit-scrollbar {
    width: 4px;
  }
  /* line 3070, ../sass/components/c-product-details-page.scss */
  .shopping-lists .c-accordion::-webkit-scrollbar-track {
    background: #EBE9E9;
  }
  /* line 3075, ../sass/components/c-product-details-page.scss */
  .shopping-lists .c-accordion::-webkit-scrollbar-thumb {
    background: #AFABAB;
    border: 4px solid #AFABAB;
    background-clip: padding-box;
  }
}
/* line 3082, ../sass/components/c-product-details-page.scss */
.shopping-lists .c-accordion__item {
  background: var(--white);
  margin-bottom: 12px;
}
/* line 3087, ../sass/components/c-product-details-page.scss */
.shopping-lists .c-accordion__item--active .c-accordion__content {
  padding: 0px 15px 30px 15px;
}
@media (min-width: 1024px) {
  /* line 3087, ../sass/components/c-product-details-page.scss */
  .shopping-lists .c-accordion__item--active .c-accordion__content {
    padding: 0px 30px 50px 25px;
  }
}
/* line 3097, ../sass/components/c-product-details-page.scss */
.shopping-lists .c-accordion__content {
  color: var(--black);
  font-family: var(--font-family-secondary);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  width: 100%;
  padding: 0px 15px 0px 15px;
}
@media (min-width: 1024px) {
  /* line 3097, ../sass/components/c-product-details-page.scss */
  .shopping-lists .c-accordion__content {
    padding: 0px 30px 0px 25px;
  }
}
/* line 3111, ../sass/components/c-product-details-page.scss */
.shopping-lists .c-accordion__content table {
  width: 100%;
  border: none;
  border-collapse: collapse;
}
/* line 3116, ../sass/components/c-product-details-page.scss */
.shopping-lists .c-accordion__content table td {
  text-align: end;
}
/* line 3119, ../sass/components/c-product-details-page.scss */
.shopping-lists .c-accordion__content table td.name {
  text-align: start;
}
@media (max-width: 767px) {
  /* line 3119, ../sass/components/c-product-details-page.scss */
  .shopping-lists .c-accordion__content table td.name {
    white-space: nowrap;
    max-width: 140px;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}
/* line 3130, ../sass/components/c-product-details-page.scss */
.shopping-lists .c-accordion__content table td.bold {
  font-weight: 700;
}
@media (max-width: 767px) {
  /* line 3134, ../sass/components/c-product-details-page.scss */
  .shopping-lists .c-accordion__content table td .price {
    display: none;
  }
}
/* line 3139, ../sass/components/c-product-details-page.scss */
.shopping-lists .c-accordion__content table td .price .decimal {
  font-size: 12px;
  position: relative;
  top: -4px;
  left: -4px;
}
/* line 3148, ../sass/components/c-product-details-page.scss */
.shopping-lists .c-accordion__content table th {
  text-align: end;
  margin-bottom: 8px;
}
/* line 3152, ../sass/components/c-product-details-page.scss */
.shopping-lists .c-accordion__content table th.name {
  text-align: start;
}
@media (max-width: 767px) {
  /* line 3156, ../sass/components/c-product-details-page.scss */
  .shopping-lists .c-accordion__content table th.price {
    display: none;
  }
}
/* line 3165, ../sass/components/c-product-details-page.scss */
.shopping-lists .c-accordion__header {
  padding: 15px 30px 15px 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}
/* line 3171, ../sass/components/c-product-details-page.scss */
.shopping-lists .c-accordion__header .checkbox-container {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
/* line 3176, ../sass/components/c-product-details-page.scss */
.shopping-lists .c-accordion__header .checkbox-container .custom-checkbox {
  display: none;
}
/* line 3180, ../sass/components/c-product-details-page.scss */
.shopping-lists .c-accordion__header .checkbox-container .custom-checkbox-checkmark {
  display: inline-block;
  width: 18px;
  height: 18px;
  min-width: 15px;
  min-height: 15px;
  border: 1.2px solid var(--darkBorder);
  background-color: transparent;
  position: relative;
  margin-right: 5px;
}
/* line 3191, ../sass/components/c-product-details-page.scss */
.shopping-lists .c-accordion__header .checkbox-container .custom-checkbox-checkmark span.checkbox-checkmark-icon {
  display: none;
}
/* line 3198, ../sass/components/c-product-details-page.scss */
.shopping-lists .c-accordion__header .checkbox-container .custom-checkbox:checked + .custom-checkbox-checkmark span.checkbox-checkmark-icon {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
/* line 3214, ../sass/components/c-product-details-page.scss */
.shopping-lists__create-new-list .input-container {
  position: relative;
}
/* line 3217, ../sass/components/c-product-details-page.scss */
.shopping-lists__create-new-list .input-container input {
  display: none;
  position: relative;
  color: var(--black);
  font-family: var(--font-family-primary);
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding: 14px 30px;
  outline: none;
  width: 100%;
  background-color: var(--white);
  cursor: pointer;
  border: none;
  margin-bottom: 12px;
}
/* line 3234, ../sass/components/c-product-details-page.scss */
.shopping-lists__create-new-list .input-container input::-webkit-input-placeholder {
  color: rgba(34, 34, 34, 0.3);
}
.shopping-lists__create-new-list .input-container input:-ms-input-placeholder {
  color: rgba(34, 34, 34, 0.3);
}
.shopping-lists__create-new-list .input-container input::-ms-input-placeholder {
  color: rgba(34, 34, 34, 0.3);
}
.shopping-lists__create-new-list .input-container input::placeholder {
  color: rgba(34, 34, 34, 0.3);
}
/* line 3238, ../sass/components/c-product-details-page.scss */
.shopping-lists__create-new-list .input-container input:focus::-webkit-input-placeholder {
  color: transparent;
}
.shopping-lists__create-new-list .input-container input:focus:-ms-input-placeholder {
  color: transparent;
}
.shopping-lists__create-new-list .input-container input:focus::-ms-input-placeholder {
  color: transparent;
}
.shopping-lists__create-new-list .input-container input:focus::placeholder {
  color: transparent;
}
/* line 3243, ../sass/components/c-product-details-page.scss */
.shopping-lists__create-new-list .input-container .close {
  display: none;
  width: 14px;
  height: 14px;
  position: absolute;
  right: 20px;
  top: calc(50% - 6.5px);
  cursor: pointer;
  padding: 0;
}
/* line 3253, ../sass/components/c-product-details-page.scss */
.shopping-lists__create-new-list .input-container .close svg {
  width: 14px;
  height: 14px;
  background-color: var(--notificationRed);
  border-radius: 50%;
  padding: 3px;
  cursor: pointer;
  display: block;
}
/* line 3267, ../sass/components/c-product-details-page.scss */
.shopping-lists__buttons-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 18px;
  margin: 40px auto 35px auto;
  padding: 0 17px;
}
@media (min-width: 768px) {
  /* line 3267, ../sass/components/c-product-details-page.scss */
  .shopping-lists__buttons-container {
    gap: 32px;
    margin-bottom: 0px;
    max-width: 550px;
    margin: 40px auto 35px auto;
    padding: unset;
  }
}
@media (max-width: 365px) {
  /* line 3267, ../sass/components/c-product-details-page.scss */
  .shopping-lists__buttons-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
/* line 3286, ../sass/components/c-product-details-page.scss */
.shopping-lists__buttons-container .new-list-button {
  width: 100%;
  height: 45px;
  border: 1px solid var(--darkBlue);
  background: var(--white);
  color: var(--darkBlue);
  text-align: center;
  font-family: var(--font-family-secondary);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  cursor: pointer;
}
/* line 3301, ../sass/components/c-product-details-page.scss */
.shopping-lists__buttons-container .add {
  width: 100%;
  height: 45px;
  border: 1px solid var(--darkBlue);
  background: var(--darkBlue);
  color: var(--white);
  text-align: center;
  font-family: var(--font-family-secondary);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  cursor: pointer;
}
/* line 3315, ../sass/components/c-product-details-page.scss */
.shopping-lists__buttons-container .add:hover {
  background: var(--orange);
  border: 1px solid var(--orange);
}
/* line 3320, ../sass/components/c-product-details-page.scss */
.shopping-lists__buttons-container .add:disabled {
  opacity: 0.3;
  cursor: default;
}
/* line 3324, ../sass/components/c-product-details-page.scss */
.shopping-lists__buttons-container .add:disabled:hover {
  background: var(--darkBlue);
  border: 1px solid var(--darkBlue);
}
/* line 3331, ../sass/components/c-product-details-page.scss */
.shopping-lists__buttons-container .save-list {
  display: none;
  width: 100%;
  height: 45px;
  border: 1px solid var(--darkBlue);
  background: var(--darkBlue);
  color: var(--white);
  text-align: center;
  font-family: var(--font-family-secondary);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  cursor: pointer;
}
/* line 3346, ../sass/components/c-product-details-page.scss */
.shopping-lists__buttons-container .save-list:hover {
  background: var(--orange);
  border: 1px solid var(--orange);
}
/* line 3351, ../sass/components/c-product-details-page.scss */
.shopping-lists__buttons-container .save-list:disabled {
  background: var(--darkBlue);
  border: 1px solid var(--darkBlue);
  opacity: 0.5;
}
/* line 3358, ../sass/components/c-product-details-page.scss */
.shopping-lists__buttons-container .added {
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  width: 100%;
  height: 45px;
  border: 1px solid var(--brightGreen);
  background: var(--brightGreen);
  color: var(--lightGray);
  text-align: center;
  font-family: var(--font-family-secondary);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
/* line 3375, ../sass/components/c-product-details-page.scss */
.shopping-lists__buttons-container .added svg {
  margin-bottom: -6px;
}
/* line 3381, ../sass/components/c-product-details-page.scss */
.shopping-lists__buttons-wrapper {
  background-color: var(--lightSkyBlue);
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(227, 235, 243, 0.3)), color-stop(15.5%, #E3EBF3));
  background: linear-gradient(180deg, rgba(227, 235, 243, 0.3) 0%, #E3EBF3 15.5%);
  position: fixed;
  width: 100%;
  height: 120px;
  left: 0;
  bottom: -102px;
}
@media (max-width: 365px) {
  /* line 3381, ../sass/components/c-product-details-page.scss */
  .shopping-lists__buttons-wrapper {
    height: 225px;
  }
}
@media (min-width: 365px) and (max-width: 1023px) {
  /* line 3381, ../sass/components/c-product-details-page.scss */
  .shopping-lists__buttons-wrapper {
    height: 165px;
  }
}
/* line 3399, ../sass/components/c-product-details-page.scss */
.shopping-lists__empty-list {
  border: 1px dashed #908585;
  background: #F2F6FA;
  color: var(--gray);
  text-align: center;
  font-family: var(--font-family-primary);
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  padding: 30px 0;
}
/* line 3411, ../sass/components/c-product-details-page.scss */
.shopping-lists__empty-list .empty-list-content {
  max-width: 250px;
  margin: 0 auto;
}
/* line 3416, ../sass/components/c-product-details-page.scss */
.shopping-lists__empty-list a {
  color: #004EA0;
  text-decoration: underline;
}

@media (max-width: 1023px) {
  /* line 3425, ../sass/components/c-product-details-page.scss */
  .purchase-info__product-availability .has-tooltip.link {
    display: none;
  }
}

/* line 3433, ../sass/components/c-product-details-page.scss */
.has-tooltip {
  position: relative;
}
/* line 3437, ../sass/components/c-product-details-page.scss */
.has-tooltip.link .tooltip {
  padding: 20px;
}
/* line 3443, ../sass/components/c-product-details-page.scss */
.has-tooltip:hover .tooltip {
  display: block;
}
/* line 3448, ../sass/components/c-product-details-page.scss */
.has-tooltip .tooltip {
  background-color: var(--lightBlueGray);
  border: 1px solid var(--lightBorder);
  -webkit-filter: drop-shadow(0px 1px 2px rgba(0, 0, 0, 0.25));
          filter: drop-shadow(0px 1px 2px rgba(0, 0, 0, 0.25));
  display: none;
  position: absolute;
  left: 35%;
  top: calc(100% + 15px);
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  color: var(--black);
  font-family: var(--font-family-secondary);
  font-size: 15px;
  font-weight: 400;
  font-style: normal;
  line-height: 22px;
  padding: 20px 33px 33px;
  z-index: 1000;
  text-align: start;
}
/* line 3468, ../sass/components/c-product-details-page.scss */
.has-tooltip .tooltip.tooltip--large .text {
  width: 350px;
}
/* line 3473, ../sass/components/c-product-details-page.scss */
.has-tooltip .tooltip .title {
  font-weight: 700;
  position: relative;
  margin-bottom: 10px;
  padding-left: 30px;
}
/* line 3479, ../sass/components/c-product-details-page.scss */
.has-tooltip .tooltip .title svg {
  position: absolute;
  display: block;
  -webkit-transition: -webkit-transform 0.2s;
  transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s;
  width: 22px;
  height: 22px;
  left: 0px;
}
/* line 3489, ../sass/components/c-product-details-page.scss */
.has-tooltip .tooltip .text {
  width: 173px;
}
/* line 3492, ../sass/components/c-product-details-page.scss */
.has-tooltip .tooltip .text table {
  width: 100%;
}
/* line 3495, ../sass/components/c-product-details-page.scss */
.has-tooltip .tooltip .text table td {
  font-size: 13px;
  text-align: left;
}
/* line 3499, ../sass/components/c-product-details-page.scss */
.has-tooltip .tooltip .text table td:last-of-type {
  text-align: right;
}
/* line 3503, ../sass/components/c-product-details-page.scss */
.has-tooltip .tooltip .text table td.red-status {
  color: var(--campaignRed);
}
/* line 3510, ../sass/components/c-product-details-page.scss */
.has-tooltip .tooltip::after {
  content: '';
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 15px solid var(--lightBlueGray);
  position: absolute;
  top: -14px;
  left: 50%;
}

/* line 1, ../sass/components/c-image-block.scss */
.c-image-block {
  grid-column: col-start 1 / span 5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 0px 20px;
  max-height: 270px;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  /* line 1, ../sass/components/c-image-block.scss */
  .c-image-block {
    max-height: 477px;
    margin-bottom: 0px;
  }
}
/* line 15, ../sass/components/c-image-block.scss */
.c-image-block__thumbs {
  width: 16%;
}
/* line 20, ../sass/components/c-image-block.scss */
.c-image-block__thumbs .swiper-wrapper .swiper-slide {
  width: 100%;
  border-radius: 2px;
  border: 0.424px solid var(--lightBorder);
  background: var(--white);
  padding: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: border 0.25s ease-in-out;
  transition: border 0.25s ease-in-out;
  cursor: pointer;
  position: relative;
}
@media (min-width: 1024px) {
  /* line 33, ../sass/components/c-image-block.scss */
  .c-image-block__thumbs .swiper-wrapper .swiper-slide:hover {
    border: 0.826px solid var(--lightBorder);
  }
}
/* line 39, ../sass/components/c-image-block.scss */
.c-image-block__thumbs .swiper-wrapper .swiper-slide.swiper-slide-thumb-active {
  border: 0.849px solid var(--darkBlue);
}
@media (min-width: 1024px) {
  /* line 39, ../sass/components/c-image-block.scss */
  .c-image-block__thumbs .swiper-wrapper .swiper-slide.swiper-slide-thumb-active {
    border: 0.849px solid #665C5C;
  }
}
/* line 47, ../sass/components/c-image-block.scss */
.c-image-block__thumbs .swiper-wrapper .swiper-slide img {
  max-height: 100%;
  display: block;
  width: auto;
  max-width: 100%;
}
/* line 56, ../sass/components/c-image-block.scss */
.c-image-block__thumbs .extra-images-text {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  color: rgba(0, 0, 0, 0.5);
  -webkit-text-stroke-width: thin;
  -webkit-text-stroke-color: rgba(252, 252, 252, 0.5);
  font-family: var(--font-family-secondary);
  font-size: 23.772px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  background: rgba(136, 133, 133, 0.1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 1;
}
@media (max-width: 1023px) {
  /* line 56, ../sass/components/c-image-block.scss */
  .c-image-block__thumbs .extra-images-text {
    font-size: 19.312px;
  }
}
/* line 81, ../sass/components/c-image-block.scss */
.c-image-block__thumbs .video-icon {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(136, 133, 133, 0.1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 1;
}
/* line 95, ../sass/components/c-image-block.scss */
.c-image-block__main {
  width: 84%;
  position: relative;
}
/* line 101, ../sass/components/c-image-block.scss */
.c-image-block__main .swiper-wrapper .swiper-slide {
  width: 100%;
  border-radius: 2px;
  border: 0.424px solid var(--lightBorder);
  background: var(--white);
  padding: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 270px;
}
@media (min-width: 768px) {
  /* line 101, ../sass/components/c-image-block.scss */
  .c-image-block__main .swiper-wrapper .swiper-slide {
    min-height: 477px;
  }
}
@media (min-width: 1024px) {
  /* line 101, ../sass/components/c-image-block.scss */
  .c-image-block__main .swiper-wrapper .swiper-slide {
    padding: 50px 25px 55px;
  }
}
/* line 120, ../sass/components/c-image-block.scss */
.c-image-block__main .swiper-wrapper .swiper-slide img {
  max-height: 100%;
  display: block;
  width: auto;
  max-width: 100%;
}
/* line 127, ../sass/components/c-image-block.scss */
.c-image-block__main .swiper-wrapper .swiper-slide .video-icon {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(136, 133, 133, 0.1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 1;
  cursor: pointer;
}
/* line 144, ../sass/components/c-image-block.scss */
.c-image-block .swiper-pagination {
  bottom: 20px !important;
}
@media (max-width: 1023px) {
  /* line 144, ../sass/components/c-image-block.scss */
  .c-image-block .swiper-pagination {
    display: none;
  }
}
/* line 151, ../sass/components/c-image-block.scss */
.c-image-block .swiper-pagination .swiper-pagination-bullet {
  width: 11px;
  height: 11px;
  border-radius: 50px;
  opacity: 1;
  background: var(--white);
  border: 1px solid var(--mediumBorder);
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
/* line 161, ../sass/components/c-image-block.scss */
.c-image-block .swiper-pagination .swiper-pagination-bullet-active {
  width: 5px;
  height: 5px;
  background: var(--mediumBorder);
  margin-bottom: 2.5px !important;
}
/* line 169, ../sass/components/c-image-block.scss */
.c-image-block__details {
  position: absolute;
  top: 20px;
  right: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2px;
}
/* line 176, ../sass/components/c-image-block.scss */
.c-image-block__details--image {
  width: 46px;
  height: 46px;
  background-color: var(--brightGreen);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 7px;
}
/* line 185, ../sass/components/c-image-block.scss */
.c-image-block__details--image img {
  display: block;
  max-width: 100%;
  max-height: 100%;
}
/* line 192, ../sass/components/c-image-block.scss */
.c-image-block__details--text {
  min-width: 46px;
  height: 46px;
  background-color: var(--lightGreen);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 2px;
  color: var(--darkGreen);
  font-family: var(--font-family-secondary);
  font-size: 15.333px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
/* line 208, ../sass/components/c-image-block.scss */
.c-image-block__details--text.has-tooltip .tooltip {
  left: -100%;
}
@media (max-width: 1023px) {
  /* line 208, ../sass/components/c-image-block.scss */
  .c-image-block__details--text.has-tooltip .tooltip {
    padding: 15px 15px 0px;
    left: -35%;
  }
}
/* line 216, ../sass/components/c-image-block.scss */
.c-image-block__details--text.has-tooltip .tooltip::after {
  left: 80%;
}
/* line 220, ../sass/components/c-image-block.scss */
.c-image-block__details--text.has-tooltip .tooltip h4 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
}
/* line 230, ../sass/components/c-image-block.scss */
.c-image-block__popup {
  position: fixed;
  inset: 0;
  z-index: 10000;
  overflow: auto;
  background-color: rgba(22, 22, 22, 0.3);
  display: none;
}
/* line 238, ../sass/components/c-image-block.scss */
.c-image-block__popup.open {
  display: block;
}
/* line 242, ../sass/components/c-image-block.scss */
.c-image-block__popup--wrapper {
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  -webkit-animation: fadeIn 0.25s ease-in-out;
  animation: fadeIn 0.25s ease-in-out;
  position: absolute;
  background-color: var(--white);
  padding: 40px;
  border: 1px solid var(--mediumBorder);
  border-radius: 8px;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  min-width: 825px;
}
@media (max-width: 1023px) {
  /* line 242, ../sass/components/c-image-block.scss */
  .c-image-block__popup--wrapper {
    min-width: inherit;
    max-width: 90%;
    padding: 20px;
  }
}
/* line 266, ../sass/components/c-image-block.scss */
.c-image-block__popup--wrapper iframe,
.c-image-block__popup--wrapper video {
  width: 100%;
  height: 450px;
}
@media (max-width: 1023px) {
  /* line 266, ../sass/components/c-image-block.scss */
  .c-image-block__popup--wrapper iframe,
  .c-image-block__popup--wrapper video {
    height: 350px;
  }
}

/* line 1, ../sass/components/c-tab-navigation.scss */
.c-tab-navigation {
  margin: 20px 0px;
}
@media (min-width: 1024px) {
  /* line 1, ../sass/components/c-tab-navigation.scss */
  .c-tab-navigation {
    margin: 90px 0px;
  }
}
/* line 8, ../sass/components/c-tab-navigation.scss */
.c-tab-navigation.tab-nav-pdp {
  margin: 20px 0px;
}
@media (min-width: 1024px) {
  /* line 8, ../sass/components/c-tab-navigation.scss */
  .c-tab-navigation.tab-nav-pdp {
    margin: 50px 0px;
  }
}
/* line 16, ../sass/components/c-tab-navigation.scss */
.c-tab-navigation__main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (min-width: 1024px) {
  /* line 16, ../sass/components/c-tab-navigation.scss */
  .c-tab-navigation__main {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    background-color: var(--offWhite);
  }
}
/* line 26, ../sass/components/c-tab-navigation.scss */
.c-tab-navigation__item {
  background-color: var(--white);
  border-left: 1px solid var(--lightBorder);
  border-right: 1px solid var(--lightBorder);
}
@media (min-width: 1024px) {
  /* line 26, ../sass/components/c-tab-navigation.scss */
  .c-tab-navigation__item {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    cursor: pointer;
    border-bottom: 1px solid var(--lightBorder);
    border-right: none;
    background-color: var(--offWhite);
    -webkit-transition: background-color 0.25s;
    transition: background-color 0.25s;
    overflow: hidden;
  }
}
@media (min-width: 1024px) {
  /* line 43, ../sass/components/c-tab-navigation.scss */
  .c-tab-navigation__item:not(.active):hover {
    background-color: var(--darkBlue);
    color: var(--white);
    -webkit-transition: background-color 0.25s;
    transition: background-color 0.25s;
  }
  /* line 48, ../sass/components/c-tab-navigation.scss */
  .c-tab-navigation__item:not(.active):hover span {
    color: inherit;
    -webkit-transition: color 0.25s;
    transition: color 0.25s;
  }
  /* line 57, ../sass/components/c-tab-navigation.scss */
  .c-tab-navigation__item:not(.active).environment:hover svg circle {
    stroke: var(--white);
  }
  /* line 61, ../sass/components/c-tab-navigation.scss */
  .c-tab-navigation__item:not(.active).environment:hover svg path {
    fill: var(--white);
  }
  /* line 71, ../sass/components/c-tab-navigation.scss */
  .c-tab-navigation__item:not(.active).sustainability:hover svg path {
    fill: var(--white);
  }
  /* line 81, ../sass/components/c-tab-navigation.scss */
  .c-tab-navigation__item:not(.active).documents:hover svg path {
    stroke: var(--white);
  }
  /* line 85, ../sass/components/c-tab-navigation.scss */
  .c-tab-navigation__item:not(.active).documents:hover svg g {
    opacity: 1;
  }
  /* line 95, ../sass/components/c-tab-navigation.scss */
  .c-tab-navigation__item:not(.active).product-information:hover svg g {
    opacity: 1;
  }
  /* line 99, ../sass/components/c-tab-navigation.scss */
  .c-tab-navigation__item:not(.active).product-information:hover svg circle {
    stroke: var(--white);
  }
  /* line 103, ../sass/components/c-tab-navigation.scss */
  .c-tab-navigation__item:not(.active).product-information:hover svg path {
    stroke: var(--white);
  }
}
/* line 112, ../sass/components/c-tab-navigation.scss */
.c-tab-navigation__item:last-of-type {
  border-bottom: 1px solid var(--lightBorder);
}
@media (min-width: 1024px) {
  /* line 112, ../sass/components/c-tab-navigation.scss */
  .c-tab-navigation__item:last-of-type {
    border-right: 1px solid var(--lightBorder);
  }
}
/* line 119, ../sass/components/c-tab-navigation.scss */
.c-tab-navigation__item:last-of-type.active {
  border-bottom: none;
}
@media (min-width: 1024px) {
  /* line 124, ../sass/components/c-tab-navigation.scss */
  .c-tab-navigation__item.active {
    border-bottom: none;
    background-color: var(--white);
  }
}
/* line 132, ../sass/components/c-tab-navigation.scss */
.c-tab-navigation__item.open .c-tab-navigation__content {
  max-height: 5000px;
  border-top: 1px solid var(--lightBorder);
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
/* line 138, ../sass/components/c-tab-navigation.scss */
.c-tab-navigation__item.open .chevron-arrow {
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}
/* line 143, ../sass/components/c-tab-navigation.scss */
.c-tab-navigation__item .chevron-arrow {
  -webkit-transition: -webkit-transform 0.2s;
  transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s;
  width: 16px;
  height: 10px;
  display: block;
  position: absolute;
  right: 30px;
}
@media (min-width: 1024px) {
  /* line 143, ../sass/components/c-tab-navigation.scss */
  .c-tab-navigation__item .chevron-arrow {
    display: none;
  }
}
/* line 155, ../sass/components/c-tab-navigation.scss */
.c-tab-navigation__item .chevron-arrow svg {
  width: 16px;
  height: 10px;
  display: block;
}
/* line 163, ../sass/components/c-tab-navigation.scss */
.c-tab-navigation__image {
  width: 24px;
  height: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-width: 24px;
  min-height: 24px;
}
/* line 172, ../sass/components/c-tab-navigation.scss */
.c-tab-navigation__image svg {
  max-width: 24px;
  max-height: 24px;
  width: 100%;
  height: 100%;
}
/* line 180, ../sass/components/c-tab-navigation.scss */
.c-tab-navigation__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  padding: 15px 50px 15px 20px;
  border-top: 1px solid var(--lightBorder);
  position: relative;
}
@media (min-width: 1024px) {
  /* line 180, ../sass/components/c-tab-navigation.scss */
  .c-tab-navigation__title {
    padding: 20px;
    gap: 12px;
  }
}
/* line 193, ../sass/components/c-tab-navigation.scss */
.c-tab-navigation__title img {
  max-width: 24px;
  max-height: 24px;
}
/* line 198, ../sass/components/c-tab-navigation.scss */
.c-tab-navigation__title span {
  display: block;
  color: var(--black);
  font-family: var(--font-family-secondary);
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  overflow: hidden;
  text-overflow: ellipsis;
}
/* line 211, ../sass/components/c-tab-navigation.scss */
.c-tab-navigation__content {
  overflow: hidden;
  max-height: 0;
  -webkit-transition: all 0.5s cubic-bezier(0, 1, 0, 1);
  transition: all 0.5s cubic-bezier(0, 1, 0, 1);
  border: 0px solid transparent;
  color: var(--black);
  font-family: var(--font-family-secondary);
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  background-color: var(--white);
  position: relative;
}
@media (min-width: 1024px) {
  /* line 211, ../sass/components/c-tab-navigation.scss */
  .c-tab-navigation__content {
    max-height: inherit;
    overflow: visible;
    display: none;
  }
}
/* line 231, ../sass/components/c-tab-navigation.scss */
.c-tab-navigation__content .current-price {
  display: block;
  position: absolute;
  right: 10px;
  top: 10px;
  color: var(--black);
  font-family: var(--font-family-secondary);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
@media (min-width: 1024px) {
  /* line 231, ../sass/components/c-tab-navigation.scss */
  .c-tab-navigation__content .current-price {
    display: none;
  }
}
/* line 248, ../sass/components/c-tab-navigation.scss */
.c-tab-navigation__content .prices-chart-information {
  color: var(--black);
  font-family: var(--font-family-secondary);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding: 0px 20px 10px;
}
@media (min-width: 1024px) {
  /* line 248, ../sass/components/c-tab-navigation.scss */
  .c-tab-navigation__content .prices-chart-information {
    padding: 0px 25px 25px;
  }
}
@media (min-width: 1024px) {
  /* line 263, ../sass/components/c-tab-navigation.scss */
  .c-tab-navigation__inner {
    border-left: 1px solid var(--lightBorder);
    border-right: 1px solid var(--lightBorder);
    border-bottom: 1px solid var(--lightBorder);
  }
}
/* line 271, ../sass/components/c-tab-navigation.scss */
.c-tab-navigation__content-inner {
  padding: 10px 20px 25px;
}
@media (min-width: 1024px) {
  /* line 271, ../sass/components/c-tab-navigation.scss */
  .c-tab-navigation__content-inner {
    padding: 25px 25px 50px;
  }
}
@media (min-width: 1024px) {
  /* line 278, ../sass/components/c-tab-navigation.scss */
  .c-tab-navigation__content-inner.product-information {
    max-height: 250px;
    overflow: hidden;
    -webkit-transition: all 0.5s cubic-bezier(0, 1, 0, 1);
    transition: all 0.5s cubic-bezier(0, 1, 0, 1);
    position: relative;
  }
}
@media (min-width: 1024px) {
  /* line 287, ../sass/components/c-tab-navigation.scss */
  .c-tab-navigation__content-inner.product-information.open {
    max-height: inherit;
    overflow: visible;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
  }
}
/* line 296, ../sass/components/c-tab-navigation.scss */
.c-tab-navigation__content-inner.product-information .product-information__title {
  color: var(--black);
  font-family: var(--font-family-secondary);
  font-size: 17px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 25px;
}
@media (min-width: 1024px) {
  /* line 296, ../sass/components/c-tab-navigation.scss */
  .c-tab-navigation__content-inner.product-information .product-information__title {
    color: var(--black);
    font-size: 16px;
    line-height: 23px;
  }
}
/* line 312, ../sass/components/c-tab-navigation.scss */
.c-tab-navigation__content-inner.product-information .product-information__description {
  color: var(--black);
  font-family: var(--font-family-secondary);
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 25px;
}
@media (min-width: 1024px) {
  /* line 312, ../sass/components/c-tab-navigation.scss */
  .c-tab-navigation__content-inner.product-information .product-information__description {
    color: var(--black);
    font-size: 16px;
    line-height: 23px;
  }
}
/* line 328, ../sass/components/c-tab-navigation.scss */
.c-tab-navigation__content-inner.product-information .product-information__table {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  margin-bottom: 25px;
}
@media (max-width: 1023px) {
  /* line 328, ../sass/components/c-tab-navigation.scss */
  .c-tab-navigation__content-inner.product-information .product-information__table {
    width: calc(100% + 40px);
    margin-left: -20px;
  }
}
@media (min-width: 1024px) {
  /* line 328, ../sass/components/c-tab-navigation.scss */
  .c-tab-navigation__content-inner.product-information .product-information__table {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (min-width: 1024px) {
  /* line 342, ../sass/components/c-tab-navigation.scss */
  .c-tab-navigation__content-inner.product-information .product-information__table span {
    padding: 10px 20px;
  }
}
@media (max-width: 1023px) {
  /* line 342, ../sass/components/c-tab-navigation.scss */
  .c-tab-navigation__content-inner.product-information .product-information__table span {
    padding: 0px 20px;
  }
}
@media (max-width: 1023px) {
  /* line 351, ../sass/components/c-tab-navigation.scss */
  .c-tab-navigation__content-inner.product-information .product-information__table span:nth-child(odd) {
    font-weight: 600;
    padding-top: 12px;
  }
}
@media (max-width: 1023px) {
  /* line 358, ../sass/components/c-tab-navigation.scss */
  .c-tab-navigation__content-inner.product-information .product-information__table span:nth-child(even) {
    padding-bottom: 12px;
  }
}
@media (min-width: 1024px) {
  /* line 364, ../sass/components/c-tab-navigation.scss */
  .c-tab-navigation__content-inner.product-information .product-information__table span:nth-child(4n + 1), .c-tab-navigation__content-inner.product-information .product-information__table span:nth-child(4n + 2) {
    background-color: var(--white);
  }
}
@media (max-width: 1023px) {
  /* line 364, ../sass/components/c-tab-navigation.scss */
  .c-tab-navigation__content-inner.product-information .product-information__table span:nth-child(4n + 1), .c-tab-navigation__content-inner.product-information .product-information__table span:nth-child(4n + 2) {
    background: rgba(217, 217, 217, 0.3);
  }
}
@media (min-width: 1024px) {
  /* line 375, ../sass/components/c-tab-navigation.scss */
  .c-tab-navigation__content-inner.product-information .product-information__table span:nth-child(4n + 3), .c-tab-navigation__content-inner.product-information .product-information__table span:nth-child(4n + 4) {
    background-color: var(--mediumGray);
  }
}
/* line 384, ../sass/components/c-tab-navigation.scss */
.c-tab-navigation__content-inner.product-information .background-shadow {
  display: none;
}
@media (min-width: 1024px) {
  /* line 384, ../sass/components/c-tab-navigation.scss */
  .c-tab-navigation__content-inner.product-information .background-shadow {
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 253, 253, 0)), color-stop(75%, var(--white)));
    background: linear-gradient(180deg, rgba(255, 253, 253, 0) 0%, var(--white) 75%);
    height: 170px;
    width: 100%;
    position: absolute;
    bottom: 0;
    display: block;
  }
}
/* line 397, ../sass/components/c-tab-navigation.scss */
.c-tab-navigation__content-inner.product-information .product-information__button {
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  outline: inherit;
  color: var(--darkBlue);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  bottom: 30px;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 1023px) {
  /* line 397, ../sass/components/c-tab-navigation.scss */
  .c-tab-navigation__content-inner.product-information .product-information__button {
    display: none;
  }
}
/* line 420, ../sass/components/c-tab-navigation.scss */
.c-tab-navigation__content-inner.product-information .product-information__button::before {
  content: '';
  width: 28.5px;
  height: 1px;
  background-color: var(--mediumGray);
  margin: 0px 8px;
  border-radius: 50px;
}
/* line 429, ../sass/components/c-tab-navigation.scss */
.c-tab-navigation__content-inner.product-information .product-information__button::after {
  content: '';
  width: 28.5px;
  height: 1px;
  background-color: var(--mediumGray);
  margin: 0px 8px;
  border-radius: 50px;
}
/* line 440, ../sass/components/c-tab-navigation.scss */
.c-tab-navigation__content-inner.environment {
  padding: 10px 0px 0px;
}
@media (min-width: 1024px) {
  /* line 440, ../sass/components/c-tab-navigation.scss */
  .c-tab-navigation__content-inner.environment {
    padding: 10px 20px 50px;
  }
}
/* line 447, ../sass/components/c-tab-navigation.scss */
.c-tab-navigation__content-inner.environment .environment__main-title {
  display: none;
}
@media (min-width: 1024px) {
  /* line 447, ../sass/components/c-tab-navigation.scss */
  .c-tab-navigation__content-inner.environment .environment__main-title {
    color: var(--black);
    font-family: var(--font-family-secondary);
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 23px;
    display: block;
    margin-bottom: 18px;
  }
}
/* line 462, ../sass/components/c-tab-navigation.scss */
.c-tab-navigation__content-inner.environment .environment__images-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  padding: 0px 20px;
}
@media (min-width: 1024px) {
  /* line 462, ../sass/components/c-tab-navigation.scss */
  .c-tab-navigation__content-inner.environment .environment__images-wrapper {
    padding: 0px;
    gap: 30px;
  }
}
/* line 473, ../sass/components/c-tab-navigation.scss */
.c-tab-navigation__content-inner.environment .environment__images-wrapper .environment__image {
  width: 55px;
  height: 55px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 1024px) {
  /* line 473, ../sass/components/c-tab-navigation.scss */
  .c-tab-navigation__content-inner.environment .environment__images-wrapper .environment__image {
    width: 77px;
    height: 77px;
  }
}
/* line 485, ../sass/components/c-tab-navigation.scss */
.c-tab-navigation__content-inner.environment .environment__images-wrapper .environment__image img {
  max-height: 55px;
  max-width: 55px;
}
@media (min-width: 1024px) {
  /* line 485, ../sass/components/c-tab-navigation.scss */
  .c-tab-navigation__content-inner.environment .environment__images-wrapper .environment__image img {
    max-width: 77px;
    max-height: 77px;
  }
}
/* line 497, ../sass/components/c-tab-navigation.scss */
.c-tab-navigation__content-inner.environment .environment__title {
  color: var(--black);
  font-family: var(--font-family-secondary);
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 23px;
  margin: 18px 0px;
  padding: 0px 20px;
}
@media (min-width: 1024px) {
  /* line 497, ../sass/components/c-tab-navigation.scss */
  .c-tab-navigation__content-inner.environment .environment__title {
    padding: 0px;
    margin: 30px 0px 18px;
  }
}
/* line 513, ../sass/components/c-tab-navigation.scss */
.c-tab-navigation__content-inner.environment .environment__title--red {
  color: var(--notificationRed);
}
/* line 518, ../sass/components/c-tab-navigation.scss */
.c-tab-navigation__content-inner.environment .environment__item {
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}
@media (min-width: 1024px) {
  /* line 518, ../sass/components/c-tab-navigation.scss */
  .c-tab-navigation__content-inner.environment .environment__item {
    padding: 15px 20px;
    gap: 50px;
  }
}
/* line 528, ../sass/components/c-tab-navigation.scss */
.c-tab-navigation__content-inner.environment .environment__item:first-child {
  padding-top: 0px;
}
/* line 532, ../sass/components/c-tab-navigation.scss */
.c-tab-navigation__content-inner.environment .environment__item:nth-child(even) {
  background-color: var(--mediumGray);
}
/* line 537, ../sass/components/c-tab-navigation.scss */
.c-tab-navigation__content-inner.environment .environment__code {
  color: var(--black);
  font-family: var(--font-family-secondary);
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  line-height: 23px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50px;
          flex: 0 0 50px;
}
@media (min-width: 1024px) {
  /* line 537, ../sass/components/c-tab-navigation.scss */
  .c-tab-navigation__content-inner.environment .environment__code {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 200px;
            flex: 0 0 200px;
  }
}
/* line 550, ../sass/components/c-tab-navigation.scss */
.c-tab-navigation__content-inner.environment .environment__code span {
  display: block;
}
@media (min-width: 1024px) {
  /* line 550, ../sass/components/c-tab-navigation.scss */
  .c-tab-navigation__content-inner.environment .environment__code span {
    display: inline;
  }
}
/* line 557, ../sass/components/c-tab-navigation.scss */
.c-tab-navigation__content-inner.environment .environment__code span:not(:last-child)::after {
  content: "";
}
@media (min-width: 1024px) {
  /* line 557, ../sass/components/c-tab-navigation.scss */
  .c-tab-navigation__content-inner.environment .environment__code span:not(:last-child)::after {
    content: " + ";
  }
}
/* line 567, ../sass/components/c-tab-navigation.scss */
.c-tab-navigation__content-inner.environment .environment__text {
  color: var(--black);
  font-family: var(--font-family-secondary);
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 23px;
}
/* line 577, ../sass/components/c-tab-navigation.scss */
.c-tab-navigation__content-inner .document__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 16px;
}
@media (min-width: 1024px) {
  /* line 577, ../sass/components/c-tab-navigation.scss */
  .c-tab-navigation__content-inner .document__wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    padding: 10px 20px;
    gap: 50px;
    margin: 0px;
  }
}
@media (min-width: 1024px) {
  /* line 589, ../sass/components/c-tab-navigation.scss */
  .c-tab-navigation__content-inner .document__wrapper:nth-child(even) {
    background-color: var(--mediumGray);
  }
}
/* line 595, ../sass/components/c-tab-navigation.scss */
.c-tab-navigation__content-inner .document__wrapper .document__title {
  color: var(--black);
  font-family: var(--font-family-secondary);
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  line-height: 23px;
}
@media (min-width: 1024px) {
  /* line 595, ../sass/components/c-tab-navigation.scss */
  .c-tab-navigation__content-inner .document__wrapper .document__title {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 200px;
            flex: 0 0 200px;
  }
}
/* line 608, ../sass/components/c-tab-navigation.scss */
.c-tab-navigation__content-inner .document__wrapper .document__link {
  color: var(--black);
  font-family: var(--font-family-secondary);
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 23px;
  padding-left: 23px;
  position: relative;
  text-decoration: none;
  display: block;
}
/* line 620, ../sass/components/c-tab-navigation.scss */
.c-tab-navigation__content-inner .document__wrapper .document__link svg {
  position: absolute;
  height: 16px;
  width: 15px;
  top: calc(50% - 8px);
  left: 0px;
}
@media (max-width: 1023px) {
  /* line 630, ../sass/components/c-tab-navigation.scss */
  .c-tab-navigation__content-inner.prices-chart {
    padding: 1px 0px 0px 0px;
  }
}
@media (min-width: 1024px) {
  /* line 630, ../sass/components/c-tab-navigation.scss */
  .c-tab-navigation__content-inner.prices-chart {
    padding: 25px 25px 0px;
  }
}
/* line 639, ../sass/components/c-tab-navigation.scss */
.c-tab-navigation__content-inner.prices-chart .apexcharts-tooltip {
  background: var(--white);
  border: 1px solid var(--lightBorder);
  color: var(--black);
}
/* line 645, ../sass/components/c-tab-navigation.scss */
.c-tab-navigation__content-inner.prices-chart .apexcharts-tooltip .apexcharts-tooltip-title {
  color: var(--gray);
  background: var(--white);
  border-bottom: none;
  margin-bottom: 0;
  padding: 8px 4px 0px 4px;
  opacity: 0.56;
  color: var(--black) !important;
  font-family: var(--font-family-secondary) !important;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
/* line 660, ../sass/components/c-tab-navigation.scss */
.c-tab-navigation__content-inner.prices-chart .apexcharts-tooltip .apexcharts-tooltip-series-group {
  padding: 1px 6px 1px 0px;
  color: var(--black) !important;
  font-family: var(--font-family-secondary) !important;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
/* line 669, ../sass/components/c-tab-navigation.scss */
.c-tab-navigation__content-inner.prices-chart .apexcharts-tooltip .apexcharts-tooltip-series-group .apexcharts-tooltip-text {
  font-family: var(--font-family-secondary) !important;
}
/* line 672, ../sass/components/c-tab-navigation.scss */
.c-tab-navigation__content-inner.prices-chart .apexcharts-tooltip .apexcharts-tooltip-series-group .apexcharts-tooltip-text .apexcharts-tooltip-y-group {
  padding: 0;
}
/* line 677, ../sass/components/c-tab-navigation.scss */
.c-tab-navigation__content-inner.prices-chart .apexcharts-tooltip .apexcharts-tooltip-series-group .apexcharts-tooltip-marker {
  display: none;
}
/* line 686, ../sass/components/c-tab-navigation.scss */
.c-tab-navigation__content-inner.sustainability .sustainability__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 50px;
}
@media (max-width: 1023px) {
  /* line 686, ../sass/components/c-tab-navigation.scss */
  .c-tab-navigation__content-inner.sustainability .sustainability__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0px;
  }
}
/* line 696, ../sass/components/c-tab-navigation.scss */
.c-tab-navigation__content-inner.sustainability .sustainability__title {
  color: var(--black);
  font-family: var(--font-family-secondary);
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 23px;
  margin-bottom: 15px;
}
@media (max-width: 1023px) {
  /* line 696, ../sass/components/c-tab-navigation.scss */
  .c-tab-navigation__content-inner.sustainability .sustainability__title {
    margin-bottom: 9px;
  }
}
/* line 710, ../sass/components/c-tab-navigation.scss */
.c-tab-navigation__content-inner.sustainability .sustainability__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
  margin-bottom: 15px;
}
/* line 716, ../sass/components/c-tab-navigation.scss */
.c-tab-navigation__content-inner.sustainability .sustainability__row.co2 {
  margin-bottom: 10px;
}
@media (max-width: 1023px) {
  /* line 710, ../sass/components/c-tab-navigation.scss */
  .c-tab-navigation__content-inner.sustainability .sustainability__row {
    margin-bottom: 10px;
  }
}
/* line 725, ../sass/components/c-tab-navigation.scss */
.c-tab-navigation__content-inner.sustainability .sustainability__img {
  width: 38px;
  height: 38px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
/* line 732, ../sass/components/c-tab-navigation.scss */
.c-tab-navigation__content-inner.sustainability .sustainability__img img {
  max-width: 100%;
  max-height: 100%;
}
/* line 737, ../sass/components/c-tab-navigation.scss */
.c-tab-navigation__content-inner.sustainability .sustainability__img svg {
  max-width: 100%;
  max-height: 100%;
}
/* line 742, ../sass/components/c-tab-navigation.scss */
.c-tab-navigation__content-inner.sustainability .sustainability__img.co2 {
  width: 27.83px;
  height: 27.83px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  background: var(--brightGreen);
}
/* line 748, ../sass/components/c-tab-navigation.scss */
.c-tab-navigation__content-inner.sustainability .sustainability__img.co2 img {
  width: 21.147px;
  height: 13.595px;
}
/* line 755, ../sass/components/c-tab-navigation.scss */
.c-tab-navigation__content-inner.sustainability .sustainability__text {
  color: var(--darkGray);
  font-family: var(--font-family-secondary);
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
/* line 763, ../sass/components/c-tab-navigation.scss */
.c-tab-navigation__content-inner.sustainability .sustainability__text a {
  color: var(--darkBlue);
  font-size: 14px;
  font-weight: 400;
  line-height: 21.369px;
  text-decoration: none;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
/* line 771, ../sass/components/c-tab-navigation.scss */
.c-tab-navigation__content-inner.sustainability .sustainability__text a:hover {
  opacity: 0.7;
}
/* line 776, ../sass/components/c-tab-navigation.scss */
.c-tab-navigation__content-inner.sustainability .sustainability__text.co2 {
  color: var(--darkGreen);
  font-size: 9.277px;
  font-weight: 700;
  letter-spacing: -0.186px;
}

/* line 2, ../sass/components/c-blog-list.scss */
.blog-list .c-text-block__container {
  max-width: 700px;
  font-size: 18px;
}
/* line 7, ../sass/components/c-blog-list.scss */
.blog-list__buttons-block {
  text-align: center;
  margin-bottom: 20px;
  margin-top: 10px;
}
@media (min-width: 1024px) {
  /* line 7, ../sass/components/c-blog-list.scss */
  .blog-list__buttons-block {
    width: 60%;
    margin: 0 auto;
    margin-bottom: 30px;
  }
}
@media (max-width: 1024px) {
  /* line 19, ../sass/components/c-blog-list.scss */
  .blog-list__buttons-block .swiper-slide {
    margin-right: 8px;
  }
}
/* line 24, ../sass/components/c-blog-list.scss */
.blog-list__buttons-block button {
  position: relative;
  color: var(--black);
  text-align: center;
  font-family: var(--font-family-secondary);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 41px;
  border-radius: 3px;
  border: 1px solid var(--lightBorder);
  background: var(--white);
  margin: 0 auto;
  min-width: 113px;
  cursor: pointer;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
  padding: 0px 10px;
}
@media (min-width: 768px) {
  /* line 24, ../sass/components/c-blog-list.scss */
  .blog-list__buttons-block button {
    margin-bottom: 10px;
    margin-right: 14px;
  }
}
/* line 47, ../sass/components/c-blog-list.scss */
.blog-list__buttons-block button:hover {
  background: var(--lightBlueGray);
}
/* line 51, ../sass/components/c-blog-list.scss */
.blog-list__buttons-block button span.blog-list__checkmark-icon {
  display: none;
  position: relative;
  opacity: 0;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
/* line 58, ../sass/components/c-blog-list.scss */
.blog-list__buttons-block button.active {
  background: var(--lightBlueGray);
  padding-left: 5px;
}
/* line 63, ../sass/components/c-blog-list.scss */
.blog-list__buttons-block button.active span.blog-list__checkmark-icon {
  opacity: 1;
  display: inline;
}
/* line 71, ../sass/components/c-blog-list.scss */
.blog-list__links {
  margin-bottom: 20px;
}
@media (min-width: 768px) and (max-width: 1050px) {
  /* line 71, ../sass/components/c-blog-list.scss */
  .blog-list__links {
    margin-bottom: 30px;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 30px;
  }
}
@media (min-width: 1050px) {
  /* line 71, ../sass/components/c-blog-list.scss */
  .blog-list__links {
    margin-bottom: 30px;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 30px;
  }
}
/* line 89, ../sass/components/c-blog-list.scss */
.blog-list__item {
  display: block;
  position: relative;
  padding: 20px;
  margin-bottom: 20px;
  border-radius: 3px;
  border: 1px solid var(--lightBorder);
  background: var(--white);
  text-decoration: none;
  color: var(--black);
}
@media (min-width: 1024px) {
  /* line 89, ../sass/components/c-blog-list.scss */
  .blog-list__item {
    padding: 30px;
    margin-bottom: 0;
  }
}
/* line 106, ../sass/components/c-blog-list.scss */
.blog-list__item:hover .content .highlight {
  background-color: var(--darkBlue);
  color: var(--white);
}
/* line 113, ../sass/components/c-blog-list.scss */
.blog-list__item:hover .chevron-arrow svg path {
  fill: var(--darkBlue);
}
@media (min-width: 1024px) {
  /* line 118, ../sass/components/c-blog-list.scss */
  .blog-list__item:hover .chevron-arrow.second {
    display: block;
  }
}
/* line 126, ../sass/components/c-blog-list.scss */
.blog-list__item img {
  max-height: 178px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
/* line 132, ../sass/components/c-blog-list.scss */
.blog-list__item .content {
  position: relative;
  text-decoration: none;
  color: var(--black);
  font-family: var(--font-family-secondary);
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 116%;
  margin: 10px 0 20px 0;
}
@media (min-width: 1024px) {
  /* line 132, ../sass/components/c-blog-list.scss */
  .blog-list__item .content {
    margin-bottom: 0;
    font-size: 16px;
  }
}
/* line 148, ../sass/components/c-blog-list.scss */
.blog-list__item .content .flex-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 5px;
}
/* line 154, ../sass/components/c-blog-list.scss */
.blog-list__item .content .bold {
  font-weight: 700;
}
@media (min-width: 768px) {
  /* line 158, ../sass/components/c-blog-list.scss */
  .blog-list__item .content .text {
    margin-right: 20px;
  }
}
/* line 165, ../sass/components/c-blog-list.scss */
.blog-list__item .content .date {
  font-size: 14px;
}
/* line 169, ../sass/components/c-blog-list.scss */
.blog-list__item .content .highlight {
  color: var(--black);
  font-family: var(--font-family-primary);
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 116%;
  font-weight: 700;
  background-color: var(--lightBlueGray);
  padding: 0 4px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  margin-right: 5px;
}
/* line 184, ../sass/components/c-blog-list.scss */
.blog-list__item .chevron-arrow {
  -webkit-transform: scaleX(1) rotate(-90deg);
          transform: scaleX(1) rotate(-90deg);
  width: 14px;
  height: 20px;
  display: block;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
  position: absolute;
  right: 30px;
  bottom: 30px;
}
@media (max-width: 1024px) {
  /* line 184, ../sass/components/c-blog-list.scss */
  .blog-list__item .chevron-arrow {
    display: none;
  }
}
/* line 198, ../sass/components/c-blog-list.scss */
.blog-list__item .chevron-arrow.second {
  right: 38px;
  display: none;
}
@media (max-width: 1024px) {
  /* line 203, ../sass/components/c-blog-list.scss */
  .blog-list__item .chevron-arrow.mobile-only {
    display: inline-block;
    position: absolute;
    bottom: -15px;
    right: 0;
  }
}
@media (min-width: 1024px) {
  /* line 203, ../sass/components/c-blog-list.scss */
  .blog-list__item .chevron-arrow.mobile-only {
    display: none;
  }
}

/* line 2, ../sass/components/c-co-owner.scss */
.co-owner-list .title {
  text-align: start;
  margin-bottom: 25px;
}
@media (min-width: 1024px) {
  /* line 2, ../sass/components/c-co-owner.scss */
  .co-owner-list .title {
    margin-bottom: 70px;
  }
}
/* line 11, ../sass/components/c-co-owner.scss */
.co-owner-list__title {
  color: var(--black);
  font-family: var(--font-family-primary);
  font-size: 26px;
  font-style: normal;
  font-weight: 700;
  line-height: 23px;
  margin-bottom: 12px;
}
@media (min-width: 1024px) {
  /* line 11, ../sass/components/c-co-owner.scss */
  .co-owner-list__title {
    font-size: 31px;
    font-weight: 600;
    margin-bottom: 23px;
  }
}
/* line 27, ../sass/components/c-co-owner.scss */
.co-owner-list__wrapper {
  margin-bottom: 70px;
}
/* line 31, ../sass/components/c-co-owner.scss */
.co-owner-list__image {
  width: 100%;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
}
@media (min-width: 1024px) and (max-width: 1400px) {
  /* line 31, ../sass/components/c-co-owner.scss */
  .co-owner-list__image {
    width: 300px;
    margin-right: 20px;
  }
}
@media (min-width: 1400px) {
  /* line 31, ../sass/components/c-co-owner.scss */
  .co-owner-list__image {
    width: 447px;
    height: 351px;
    margin-right: 40px;
  }
}
/* line 47, ../sass/components/c-co-owner.scss */
.co-owner-list__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (min-width: 1024px) {
  /* line 47, ../sass/components/c-co-owner.scss */
  .co-owner-list__block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
/* line 56, ../sass/components/c-co-owner.scss */
.co-owner-list__block h3 {
  color: var(--black);
  font-family: var(--font-family-primary);
  font-size: 21px;
  font-style: normal;
  font-weight: 700;
  line-height: 23px;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid var(--mediumBorder);
}
@media (min-width: 1024px) {
  /* line 56, ../sass/components/c-co-owner.scss */
  .co-owner-list__block h3 {
    font-size: 22px;
    padding-bottom: 20px;
    white-space: nowrap;
    margin-top: 0;
    padding-right: 10px;
  }
}
/* line 76, ../sass/components/c-co-owner.scss */
.co-owner-list__block .contact-information {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0px;
}
@media (max-width: 1024px) {
  /* line 76, ../sass/components/c-co-owner.scss */
  .co-owner-list__block .contact-information {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
@media (min-width: 1024px) {
  /* line 83, ../sass/components/c-co-owner.scss */
  .co-owner-list__block .contact-information .content {
    margin-right: 15px;
    margin-top: 24px;
  }
}
/* line 92, ../sass/components/c-co-owner.scss */
.co-owner-list__block .contact-information .address, .co-owner-list__block .contact-information .phone, .co-owner-list__block .contact-information .email {
  margin-bottom: 19px;
  color: var(--black);
  font-family: var(--font-family-secondary);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 23px;
}
/* line 101, ../sass/components/c-co-owner.scss */
.co-owner-list__block .contact-information .address svg, .co-owner-list__block .contact-information .phone svg, .co-owner-list__block .contact-information .email svg {
  margin-bottom: -2px;
  position: relative;
}
@media (max-width: 768px) {
  /* line 101, ../sass/components/c-co-owner.scss */
  .co-owner-list__block .contact-information .address svg, .co-owner-list__block .contact-information .phone svg, .co-owner-list__block .contact-information .email svg {
    display: none;
  }
}
/* line 110, ../sass/components/c-co-owner.scss */
.co-owner-list__block .contact-information .address svg path, .co-owner-list__block .contact-information .phone svg path, .co-owner-list__block .contact-information .email svg path {
  fill: var(--black);
}
/* line 115, ../sass/components/c-co-owner.scss */
.co-owner-list__block .contact-information .address .title, .co-owner-list__block .contact-information .phone .title, .co-owner-list__block .contact-information .email .title {
  font-size: 17px;
  font-weight: 700;
}
/* line 122, ../sass/components/c-co-owner.scss */
.co-owner-list__block .contact-information .email svg {
  margin-bottom: 0px;
}
/* line 128, ../sass/components/c-co-owner.scss */
.co-owner-list__block .opening-hours {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0px;
}
@media (max-width: 1024px) {
  /* line 128, ../sass/components/c-co-owner.scss */
  .co-owner-list__block .opening-hours {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
/* line 135, ../sass/components/c-co-owner.scss */
.co-owner-list__block .opening-hours .content {
  color: var(--black);
  font-family: var(--font-family-secondary);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 33px;
}
@media (min-width: 1400px) {
  /* line 135, ../sass/components/c-co-owner.scss */
  .co-owner-list__block .opening-hours .content {
    margin-right: 55px;
    margin-top: 20px;
  }
}
@media (min-width: 1024px) and (max-width: 1400px) {
  /* line 135, ../sass/components/c-co-owner.scss */
  .co-owner-list__block .opening-hours .content {
    margin-right: 25px;
    margin-top: 20px;
  }
}
/* line 153, ../sass/components/c-co-owner.scss */
.co-owner-list__block .opening-hours .content .special-day {
  color: var(--campaignRed);
}
/* line 158, ../sass/components/c-co-owner.scss */
.co-owner-list__block .opening-hours p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0;
}
/* line 165, ../sass/components/c-co-owner.scss */
.co-owner-list__block .services {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (max-width: 1024px) {
  /* line 165, ../sass/components/c-co-owner.scss */
  .co-owner-list__block .services {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
}
/* line 174, ../sass/components/c-co-owner.scss */
.co-owner-list__block .services .content {
  margin-right: 0px;
}
@media (min-width: 768px) {
  /* line 174, ../sass/components/c-co-owner.scss */
  .co-owner-list__block .services .content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 10px;
  }
  /* line 182, ../sass/components/c-co-owner.scss */
  .co-owner-list__block .services .content > .services__item {
    -ms-flex-preferred-size: 49%;
        flex-basis: 49%;
    margin-bottom: 0;
  }
}
@media (min-width: 1024px) {
  /* line 174, ../sass/components/c-co-owner.scss */
  .co-owner-list__block .services .content {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 20px;
    margin-top: 26px;
  }
}
/* line 196, ../sass/components/c-co-owner.scss */
.co-owner-list__block .services .content.no-services {
  display: block;
}
@media (max-width: 1024px) {
  /* line 201, ../sass/components/c-co-owner.scss */
  .co-owner-list__block .services__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background-color: var(--lightBlueGray);
    margin-bottom: 10px;
  }
}
/* line 209, ../sass/components/c-co-owner.scss */
.co-owner-list__block .services__item img {
  background-color: var(--lightBlueGray);
  height: 56px;
  width: 56px;
  padding: 10px;
}
/* line 215, ../sass/components/c-co-owner.scss */
.co-owner-list__block .services__item img:hover + div {
  display: block;
  position: absolute;
  background: var(--white);
  border: 1px solid var(--mediumBorder);
  border-radius: 2px;
  padding: 3px 9px;
  margin-left: -8px;
  max-width: 140px;
  z-index: 1;
}
/* line 229, ../sass/components/c-co-owner.scss */
.co-owner-list__block .services__name {
  margin-left: 10px;
}
@media (min-width: 1024px) {
  /* line 229, ../sass/components/c-co-owner.scss */
  .co-owner-list__block .services__name {
    display: none;
  }
}
/* line 237, ../sass/components/c-co-owner.scss */
.co-owner-list__block .services a {
  color: var(--darkBlue);
  text-align: center;
  text-decoration: none;
  font-family: var(--font-family-secondary);
  font-size: 17px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  display: block;
  width: auto;
  height: 50px;
  background: var(--bgGrayWhite);
  border: 1px solid var(--darkBlue);
  border-radius: 3px;
  -ms-flex-line-pack: center;
      align-content: center;
  cursor: pointer;
  margin-top: 30px;
}
@media (min-width: 1024px) {
  /* line 237, ../sass/components/c-co-owner.scss */
  .co-owner-list__block .services a {
    width: 100%;
    max-width: 269px;
    position: relative;
    margin-top: auto;
    margin-left: auto;
  }
  /* line 263, ../sass/components/c-co-owner.scss */
  .co-owner-list__block .services a:hover {
    background-color: var(--darkBlue);
    color: var(--white);
  }
}

/* line 1, ../sass/components/c-blog-categories.scss */
.c-blog-categories {
  margin: 25px 0px;
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  grid-gap: 35px;
}
@media (min-width: 1024px) {
  /* line 1, ../sass/components/c-blog-categories.scss */
  .c-blog-categories {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-gap: 30px;
    margin: 40px 0px;
  }
}
/* line 13, ../sass/components/c-blog-categories.scss */
.c-blog-categories__item {
  display: block;
  border: 1px solid var(--lightBorder);
  padding: 20px;
  text-decoration: none;
  background-color: var(--white);
  border-radius: 3px;
  -webkit-transition: all 0.25s linear;
  transition: all 0.25s linear;
}
@media (min-width: 1024px) {
  /* line 13, ../sass/components/c-blog-categories.scss */
  .c-blog-categories__item {
    padding: 30px 30px 25px 30px;
    border: 1px solid var(--mediumBorder);
  }
}
/* line 27, ../sass/components/c-blog-categories.scss */
.c-blog-categories__item:hover {
  border: 1px solid var(--darkBorder);
}
/* line 30, ../sass/components/c-blog-categories.scss */
.c-blog-categories__item:hover .c-blog-categories__title {
  color: var(--darkBlue);
}
/* line 34, ../sass/components/c-blog-categories.scss */
.c-blog-categories__item:hover .c-blog-categories__arrow {
  opacity: 1;
}
/* line 40, ../sass/components/c-blog-categories.scss */
.c-blog-categories img {
  width: 100%;
  height: 170px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 1024px) {
  /* line 40, ../sass/components/c-blog-categories.scss */
  .c-blog-categories img {
    height: 230px;
    border-radius: 3px;
  }
}
/* line 51, ../sass/components/c-blog-categories.scss */
.c-blog-categories__title {
  color: var(--darkGray);
  -webkit-font-feature-settings: 'clig' off, 'liga' off;
          font-feature-settings: 'clig' off, 'liga' off;
  font-family: var(--font-family-primary);
  font-size: 27px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  -webkit-transition: all 0.25s linear;
  transition: all 0.25s linear;
}
/* line 62, ../sass/components/c-blog-categories.scss */
.c-blog-categories__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 15px;
}
@media (min-width: 1024px) {
  /* line 62, ../sass/components/c-blog-categories.scss */
  .c-blog-categories__text {
    margin-top: 20px;
  }
}
/* line 73, ../sass/components/c-blog-categories.scss */
.c-blog-categories__arrows {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
/* line 79, ../sass/components/c-blog-categories.scss */
.c-blog-categories__arrow {
  font-size: 16px;
  font-style: normal;
  font-weight: 900;
  line-height: 41px;
  width: 9px;
  height: 16px;
  -webkit-transition: all 0.25s linear;
  transition: all 0.25s linear;
  opacity: 0;
}
@media (max-width: 1023px) {
  /* line 79, ../sass/components/c-blog-categories.scss */
  .c-blog-categories__arrow {
    opacity: 1;
  }
}
/* line 93, ../sass/components/c-blog-categories.scss */
.c-blog-categories__arrow svg {
  display: block;
}
/* line 96, ../sass/components/c-blog-categories.scss */
.c-blog-categories__arrow svg path {
  fill: var(--black);
}
@media (min-width: 1024px) {
  /* line 96, ../sass/components/c-blog-categories.scss */
  .c-blog-categories__arrow svg path {
    fill: var(--darkBlue);
  }
}
@media (max-width: 1023px) {
  /* line 105, ../sass/components/c-blog-categories.scss */
  .c-blog-categories__arrow:first-child {
    display: none;
  }
}

@media (max-width: 1023px) {
  /* line 1, ../sass/components/c-blog-details.scss */
  .c-blog-details {
    display: block;
  }
}
/* line 6, ../sass/components/c-blog-details.scss */
.c-blog-details__image {
  width: 100%;
  height: auto;
  max-height: 370px;
  -o-object-fit: cover;
     object-fit: cover;
  margin-bottom: 30px;
}
@media (max-width: 1023px) {
  /* line 6, ../sass/components/c-blog-details.scss */
  .c-blog-details__image {
    max-height: 270px;
    margin: 0px 0px 15px;
  }
}
/* line 20, ../sass/components/c-blog-details.scss */
.c-blog-details__title {
  color: var(--darkBlue);
  font-family: var(--font-family-primary);
  font-size: 61px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin: 10px 0px 28px;
}
@media (max-width: 1023px) {
  /* line 20, ../sass/components/c-blog-details.scss */
  .c-blog-details__title {
    font-size: 35px;
    margin: 15px 0px;
  }
}
/* line 35, ../sass/components/c-blog-details.scss */
.c-blog-details__left {
  grid-column: span 7;
  color: var(--darkGray);
  -webkit-font-feature-settings: 'clig' off, 'liga' off;
          font-feature-settings: 'clig' off, 'liga' off;
  font-family: var(--font-family-secondary);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 23px;
}
/* line 47, ../sass/components/c-blog-details.scss */
.c-blog-details__left .c-blog-details__left-content h1, .c-blog-details__left .c-blog-details__left-content h2, .c-blog-details__left .c-blog-details__left-content h3, .c-blog-details__left .c-blog-details__left-content h4, .c-blog-details__left .c-blog-details__left-content h5, .c-blog-details__left .c-blog-details__left-content h6 {
  color: var(--black);
  font-family: var(--font-family-primary);
  margin: 0px;
  padding: 0px;
  font-weight: 700;
  margin-bottom: 5px;
  font-size: 24px;
}
/* line 57, ../sass/components/c-blog-details.scss */
.c-blog-details__left .c-blog-details__left-content p {
  margin-top: 0px;
}
/* line 61, ../sass/components/c-blog-details.scss */
.c-blog-details__left .c-blog-details__left-content a:not(.c-brands-logo__link) {
  color: inherit;
  text-underline-offset: 4px;
}
/* line 66, ../sass/components/c-blog-details.scss */
.c-blog-details__left .c-blog-details__left-content .background-shadow {
  display: none;
}
/* line 70, ../sass/components/c-blog-details.scss */
.c-blog-details__left .c-blog-details__left-content .c-blog-details__button {
  display: none;
}
@media (max-width: 1023px) {
  /* line 74, ../sass/components/c-blog-details.scss */
  .c-blog-details__left .c-blog-details__left-content.show-more-content {
    margin-bottom: 70px;
    position: relative;
  }
}
/* line 81, ../sass/components/c-blog-details.scss */
.c-blog-details__left .c-blog-details__left-content.show-more-content.open .show-more-content__wrapper {
  max-height: inherit;
  overflow: visible;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
@media (max-width: 1023px) {
  /* line 88, ../sass/components/c-blog-details.scss */
  .c-blog-details__left .c-blog-details__left-content.show-more-content .show-more-content__wrapper {
    max-height: 75px;
    overflow: hidden;
    position: relative;
    -webkit-transition: all 0.5s cubic-bezier(0, 1, 0, 1);
    transition: all 0.5s cubic-bezier(0, 1, 0, 1);
  }
}
@media (max-width: 1023px) {
  /* line 97, ../sass/components/c-blog-details.scss */
  .c-blog-details__left .c-blog-details__left-content.show-more-content .background-shadow {
    display: block;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(15%, rgba(255, 255, 255, 0)), to(#FFF));
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 15%, #FFF 100%);
    width: 100%;
    position: absolute;
    bottom: -2px;
    height: 100%;
  }
}
/* line 108, ../sass/components/c-blog-details.scss */
.c-blog-details__left .c-blog-details__left-content.show-more-content .c-blog-details__button {
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  outline: inherit;
  color: var(--darkBlue);
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  bottom: -30px;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: none;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 1023px) {
  /* line 108, ../sass/components/c-blog-details.scss */
  .c-blog-details__left .c-blog-details__left-content.show-more-content .c-blog-details__button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
/* line 131, ../sass/components/c-blog-details.scss */
.c-blog-details__left .c-blog-details__left-content.show-more-content .c-blog-details__button::before {
  content: '';
  width: 28.5px;
  height: 1px;
  background-color: var(--mediumGray);
  margin: 0px 8px;
  border-radius: 50px;
}
/* line 140, ../sass/components/c-blog-details.scss */
.c-blog-details__left .c-blog-details__left-content.show-more-content .c-blog-details__button::after {
  content: '';
  width: 28.5px;
  height: 1px;
  background-color: var(--mediumGray);
  margin: 0px 8px;
  border-radius: 50px;
}
/* line 153, ../sass/components/c-blog-details.scss */
.c-blog-details__right {
  grid-column: 9 / span 4;
  margin-left: -30px;
  width: calc(100% + 30px);
}
@media (max-width: 1023px) {
  /* line 153, ../sass/components/c-blog-details.scss */
  .c-blog-details__right {
    margin-left: 0px;
    width: 100%;
  }
}
/* line 165, ../sass/components/c-blog-details.scss */
.c-blog-details__right .google-map-container {
  border: 1px solid var(--lightBorder);
  background: var(--white);
  padding: 30px;
  width: 100%;
  margin: 30px 0px;
}
@media (max-width: 1023px) {
  /* line 165, ../sass/components/c-blog-details.scss */
  .c-blog-details__right .google-map-container {
    border: none;
    padding: 0px;
    margin-top: 0px;
  }
}
/* line 178, ../sass/components/c-blog-details.scss */
.c-blog-details__right .google-map-container #google-map {
  width: 100%;
  min-height: 270px;
  border: 1px solid var(--lightBorder);
}
@media (max-width: 1023px) {
  /* line 178, ../sass/components/c-blog-details.scss */
  .c-blog-details__right .google-map-container #google-map {
    min-height: 220px;
  }
}
/* line 188, ../sass/components/c-blog-details.scss */
.c-blog-details__right .google-map-container .custom-infowindow-wrapper {
  display: none;
}
/* line 192, ../sass/components/c-blog-details.scss */
.c-blog-details__right .google-map-container .gm-style-iw {
  padding: 0px;
  border-radius: inherit;
  background: var(--white);
  max-width: 230px !important;
  max-height: 170px !important;
}
/* line 200, ../sass/components/c-blog-details.scss */
.c-blog-details__right .google-map-container .gm-style-iw-d {
  overflow: auto !important;
  max-height: 100% !important;
}
/* line 205, ../sass/components/c-blog-details.scss */
.c-blog-details__right .google-map-container .gm-style-iw-t {
  margin-bottom: 18px;
}
/* line 209, ../sass/components/c-blog-details.scss */
.c-blog-details__right .google-map-container .gm-style-iw-tc {
  width: 26px;
  height: 29px;
  left: 0px;
}
/* line 214, ../sass/components/c-blog-details.scss */
.c-blog-details__right .google-map-container .gm-style-iw-tc::after {
  width: 26px;
  height: 29px;
}
/* line 220, ../sass/components/c-blog-details.scss */
.c-blog-details__right .google-map-container .custom-infowindow {
  padding: 25px 20px;
}
/* line 223, ../sass/components/c-blog-details.scss */
.c-blog-details__right .google-map-container .custom-infowindow__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 3px;
}
/* line 229, ../sass/components/c-blog-details.scss */
.c-blog-details__right .google-map-container .custom-infowindow__img {
  width: 13px;
  height: 18px;
}
/* line 233, ../sass/components/c-blog-details.scss */
.c-blog-details__right .google-map-container .custom-infowindow__img img {
  width: 13px;
  height: 18px;
}
/* line 239, ../sass/components/c-blog-details.scss */
.c-blog-details__right .google-map-container .custom-infowindow__text {
  color: var(--darkGray);
  -webkit-font-feature-settings: 'clig' off, 'liga' off;
          font-feature-settings: 'clig' off, 'liga' off;
  font-family: var(--font-family-secondary);
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 23px;
}
/* line 249, ../sass/components/c-blog-details.scss */
.c-blog-details__right .google-map-container .custom-infowindow__address {
  color: var(--darkGray);
  -webkit-font-feature-settings: 'clig' off, 'liga' off;
          font-feature-settings: 'clig' off, 'liga' off;
  font-family: var(--font-family-secondary);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 23px;
}
/* line 262, ../sass/components/c-blog-details.scss */
.c-blog-details__additional-block {
  width: 100%;
  margin: 30px 0px;
  border: 1px solid var(--lightBorder);
  background: #FFF;
}
@media (max-width: 1023px) {
  /* line 262, ../sass/components/c-blog-details.scss */
  .c-blog-details__additional-block {
    background: var(--lightYellow);
    margin: 15px 0px;
  }
}
@media (max-width: 1023px) {
  /* line 273, ../sass/components/c-blog-details.scss */
  .c-blog-details__additional-block.no-border-mobile {
    background: var(--bgGrayWhite);
    border: none;
    margin-top: 0px;
  }
}
@media (max-width: 1023px) {
  /* line 281, ../sass/components/c-blog-details.scss */
  .c-blog-details__additional-block.no-border-mobile .additional-header__icon {
    display: none;
  }
}
@media (max-width: 1023px) {
  /* line 287, ../sass/components/c-blog-details.scss */
  .c-blog-details__additional-block.no-border-mobile .additional-header__text {
    font-size: 21px;
    font-style: normal;
    font-weight: 700;
    line-height: 23px;
    margin-left: 0px;
  }
}
@media (max-width: 1023px) {
  /* line 299, ../sass/components/c-blog-details.scss */
  .c-blog-details__additional-block.no-border-mobile .additional-content .opening-hours {
    padding: 15px 0px;
  }
}
@media (max-width: 1023px) {
  /* line 305, ../sass/components/c-blog-details.scss */
  .c-blog-details__additional-block.no-border-mobile .additional-content .contact-information {
    padding: 15px 0px;
  }
}
@media (max-width: 1023px) {
  /* line 310, ../sass/components/c-blog-details.scss */
  .c-blog-details__additional-block.no-border-mobile .additional-content .contact-information__item {
    width: 70%;
  }
}
/* line 319, ../sass/components/c-blog-details.scss */
.c-blog-details__additional-block .additional-header {
  border-bottom: 1px solid var(--lightBorder);
  padding: 15px 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
/* line 325, ../sass/components/c-blog-details.scss */
.c-blog-details__additional-block .additional-header__icon {
  padding-left: 30px;
  width: 35px;
  height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}
@media (max-width: 1023px) {
  /* line 325, ../sass/components/c-blog-details.scss */
  .c-blog-details__additional-block .additional-header__icon {
    padding-left: 20px;
  }
}
/* line 338, ../sass/components/c-blog-details.scss */
.c-blog-details__additional-block .additional-header__icon svg, .c-blog-details__additional-block .additional-header__icon img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}
/* line 344, ../sass/components/c-blog-details.scss */
.c-blog-details__additional-block .additional-header__icon svg path, .c-blog-details__additional-block .additional-header__icon img path {
  fill: var(--black);
}
/* line 350, ../sass/components/c-blog-details.scss */
.c-blog-details__additional-block .additional-header__text {
  color: var(--black);
  font-family: var(--font-family-primary);
  font-size: 26px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-left: 10px;
}
@media (max-width: 1023px) {
  /* line 350, ../sass/components/c-blog-details.scss */
  .c-blog-details__additional-block .additional-header__text {
    font-size: 25px;
    font-weight: 600;
  }
}
/* line 366, ../sass/components/c-blog-details.scss */
.c-blog-details__additional-block .additional-content {
  color: var(--black);
  -webkit-font-feature-settings: 'clig' off, 'liga' off;
          font-feature-settings: 'clig' off, 'liga' off;
  font-family: var(--font-family-secondary);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 36px;
}
@media (max-width: 1023px) {
  /* line 366, ../sass/components/c-blog-details.scss */
  .c-blog-details__additional-block .additional-content {
    line-height: 31px;
  }
}
/* line 379, ../sass/components/c-blog-details.scss */
.c-blog-details__additional-block .additional-content p {
  margin-top: 0px;
  padding: 0px 30px;
}
@media (max-width: 1023px) {
  /* line 379, ../sass/components/c-blog-details.scss */
  .c-blog-details__additional-block .additional-content p {
    padding: 0px 20px;
  }
}
/* line 388, ../sass/components/c-blog-details.scss */
.c-blog-details__additional-block .additional-content a {
  color: inherit;
  text-underline-offset: 4px;
}
/* line 393, ../sass/components/c-blog-details.scss */
.c-blog-details__additional-block .additional-content ul {
  padding: 0px 30px 0px 50px;
  margin: 15px 0px;
}
@media (max-width: 1023px) {
  /* line 393, ../sass/components/c-blog-details.scss */
  .c-blog-details__additional-block .additional-content ul {
    padding: 0px 20px 0px 40px;
  }
}
/* line 402, ../sass/components/c-blog-details.scss */
.c-blog-details__additional-block .additional-content .product-table {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
  width: 100%;
  padding: 25px 30px;
}
@media (max-width: 1023px) {
  /* line 402, ../sass/components/c-blog-details.scss */
  .c-blog-details__additional-block .additional-content .product-table {
    padding: 25px 20px;
  }
}
/* line 412, ../sass/components/c-blog-details.scss */
.c-blog-details__additional-block .additional-content .product-table__column {
  overflow: hidden;
  white-space: nowrap;
  padding-top: 10px;
}
/* line 417, ../sass/components/c-blog-details.scss */
.c-blog-details__additional-block .additional-content .product-table__column--first {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
/* line 424, ../sass/components/c-blog-details.scss */
.c-blog-details__additional-block .additional-content .product-table__title {
  color: var(--black);
  font-family: var(--font-family-primary);
  font-size: 19px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  padding-bottom: 5px;
}
/* line 433, ../sass/components/c-blog-details.scss */
.c-blog-details__additional-block .additional-content .product-table__title--end {
  text-align: right;
}
/* line 438, ../sass/components/c-blog-details.scss */
.c-blog-details__additional-block .additional-content .product-table .custom-checkbox-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}
/* line 444, ../sass/components/c-blog-details.scss */
.c-blog-details__additional-block .additional-content .product-table .custom-checkbox {
  display: none;
}
/* line 448, ../sass/components/c-blog-details.scss */
.c-blog-details__additional-block .additional-content .product-table .custom-checkbox-checkmark {
  display: inline-block;
  width: 15px;
  height: 15px;
  min-width: 15px;
  min-height: 15px;
  border: 1px solid var(--darkBorder);
  background-color: transparent;
  position: relative;
  margin-right: 5px;
}
/* line 459, ../sass/components/c-blog-details.scss */
.c-blog-details__additional-block .additional-content .product-table .custom-checkbox-checkmark span {
  display: none;
}
/* line 466, ../sass/components/c-blog-details.scss */
.c-blog-details__additional-block .additional-content .product-table .custom-checkbox:checked + .custom-checkbox-checkmark span {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
/* line 478, ../sass/components/c-blog-details.scss */
.c-blog-details__additional-block .additional-content .product-table .product-name {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-right: 15px;
  color: var(--black);
  -webkit-font-feature-settings: 'clig' off, 'liga' off;
          font-feature-settings: 'clig' off, 'liga' off;
  font-family: var(--font-family-primary);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
}
/* line 492, ../sass/components/c-blog-details.scss */
.c-blog-details__additional-block .additional-content .product-table .quantity,
.c-blog-details__additional-block .additional-content .product-table .price {
  display: inline-block;
}
/* line 497, ../sass/components/c-blog-details.scss */
.c-blog-details__additional-block .additional-content .product-table .price {
  text-align: right;
  color: var(--black);
  font-family: var(--font-family-primary);
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}
@media (max-width: 1023px) {
  /* line 497, ../sass/components/c-blog-details.scss */
  .c-blog-details__additional-block .additional-content .product-table .price {
    font-size: 16px;
    font-weight: 500;
  }
}
/* line 515, ../sass/components/c-blog-details.scss */
.c-blog-details__additional-block .additional-content .product-table .price--decimal {
  font-size: 12px;
  -ms-flex-item-align: start;
      align-self: flex-start;
  margin-top: 6px;
}
/* line 521, ../sass/components/c-blog-details.scss */
.c-blog-details__additional-block .additional-content .product-table .price--red {
  color: var(--campaignRed);
}
/* line 526, ../sass/components/c-blog-details.scss */
.c-blog-details__additional-block .additional-content .product-table .quantity {
  color: var(--black);
  font-family: var(--font-family-secondary);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 21.369px;
}
/* line 536, ../sass/components/c-blog-details.scss */
.c-blog-details__additional-block .additional-content .opening-hours {
  padding: 20px 30px;
  line-height: 33px;
}
/* line 540, ../sass/components/c-blog-details.scss */
.c-blog-details__additional-block .additional-content .opening-hours__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
/* line 545, ../sass/components/c-blog-details.scss */
.c-blog-details__additional-block .additional-content .opening-hours__wrapper.text-color-red {
  color: var(--campaignRed);
}
/* line 551, ../sass/components/c-blog-details.scss */
.c-blog-details__additional-block .additional-content .contact-information {
  padding: 25px 30px;
}
/* line 554, ../sass/components/c-blog-details.scss */
.c-blog-details__additional-block .additional-content .contact-information__wrapper {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 50px;
}
@media (max-width: 1023px) {
  /* line 554, ../sass/components/c-blog-details.scss */
  .c-blog-details__additional-block .additional-content .contact-information__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10px;
  }
}
/* line 567, ../sass/components/c-blog-details.scss */
.c-blog-details__additional-block .additional-content .contact-information__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
}
/* line 573, ../sass/components/c-blog-details.scss */
.c-blog-details__additional-block .additional-content .contact-information__item {
  line-height: initial;
}
/* line 577, ../sass/components/c-blog-details.scss */
.c-blog-details__additional-block .additional-content .contact-information__title {
  font-weight: 700;
  line-height: 23px;
}
/* line 582, ../sass/components/c-blog-details.scss */
.c-blog-details__additional-block .additional-content .contact-information__text {
  line-height: 23px;
  word-break: break-word;
}
/* line 587, ../sass/components/c-blog-details.scss */
.c-blog-details__additional-block .additional-content .contact-information a {
  color: var(--darkBlue);
  line-height: 23px;
  text-decoration: none;
}
/* line 595, ../sass/components/c-blog-details.scss */
.c-blog-details__additional-block .additional-total-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  border-top: 1px solid var(--lightBorder);
  padding: 30px 0px;
}
@media (max-width: 1023px) {
  /* line 595, ../sass/components/c-blog-details.scss */
  .c-blog-details__additional-block .additional-total-wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    padding: 20px 0px;
  }
}
/* line 609, ../sass/components/c-blog-details.scss */
.c-blog-details__additional-block .additional-price-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
  color: var(--black);
  font-family: var(--font-family-primary);
  font-size: 20.9px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-left: 30px;
}
@media (max-width: 1023px) {
  /* line 609, ../sass/components/c-blog-details.scss */
  .c-blog-details__additional-block .additional-price-wrapper {
    margin-left: 0px;
    margin-right: 20px;
  }
}
/* line 627, ../sass/components/c-blog-details.scss */
.c-blog-details__additional-block .additional-price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
/* line 632, ../sass/components/c-blog-details.scss */
.c-blog-details__additional-block .additional-price--decimal {
  color: var(--black);
  font-family: var(--font-family-primary);
  font-size: 11px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  -ms-flex-item-align: start;
      align-self: flex-start;
  margin-top: 3px;
}
/* line 644, ../sass/components/c-blog-details.scss */
.c-blog-details__additional-block .additional-total-button {
  color: var(--white);
  text-align: center;
  font-family: var(--font-family-secondary);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  border-radius: 2px;
  background: var(--darkBlue);
  padding: 10px 30px;
  border: none;
  margin-right: 30px;
  cursor: pointer;
  -webkit-transition: background-color 0.25s ease-in-out;
  transition: background-color 0.25s ease-in-out;
}
/* line 660, ../sass/components/c-blog-details.scss */
.c-blog-details__additional-block .additional-total-button:hover {
  background: var(--orange);
}
@media (max-width: 1023px) {
  /* line 644, ../sass/components/c-blog-details.scss */
  .c-blog-details__additional-block .additional-total-button {
    padding: 10px 15px;
    font-size: 15px;
    margin-right: 0px;
    margin-left: 20px;
  }
}

/* line 1, ../sass/components/c-accordion.scss */
.c-accordion {
  margin: 50px 0px 80px;
}
@media (max-width: 1023px) {
  /* line 1, ../sass/components/c-accordion.scss */
  .c-accordion {
    margin: 30px 0px;
  }
}
/* line 8, ../sass/components/c-accordion.scss */
.c-accordion.climate-accordion {
  margin: 15px 0px 80px;
}
@media (max-width: 1023px) {
  /* line 8, ../sass/components/c-accordion.scss */
  .c-accordion.climate-accordion {
    margin: 15px 0px 50px;
  }
}
/* line 17, ../sass/components/c-accordion.scss */
.c-accordion.climate-accordion .c-accordion__item .c-accordion__header:hover {
  background: #FAFAFA;
}
/* line 23, ../sass/components/c-accordion.scss */
.c-accordion.climate-accordion .accordion-plus-icon {
  position: relative;
  right: inherit;
  top: inherit;
}
/* line 29, ../sass/components/c-accordion.scss */
.c-accordion.climate-accordion .accordion-minus-icon {
  position: relative;
  right: inherit;
  top: inherit;
}
/* line 36, ../sass/components/c-accordion.scss */
.c-accordion__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
}
/* line 42, ../sass/components/c-accordion.scss */
.c-accordion__item {
  border: 1px solid var(--lightBorder);
  margin-bottom: 10px;
  background: var(--lightSkyBlue);
}
/* line 49, ../sass/components/c-accordion.scss */
.c-accordion__item--active .c-accordion__header .accordion-plus-icon {
  display: none;
}
/* line 53, ../sass/components/c-accordion.scss */
.c-accordion__item--active .c-accordion__header .accordion-minus-icon {
  display: block;
}
/* line 58, ../sass/components/c-accordion.scss */
.c-accordion__item--active .c-accordion__content {
  max-height: 1000px;
  padding: 0px 0px 50px 30px;
}
/* line 66, ../sass/components/c-accordion.scss */
.c-accordion__header {
  padding: 15px 30px;
  cursor: pointer;
  font-size: 18px;
  color: var(--black);
  font-family: var(--font-family-primary);
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  position: relative;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
/* line 79, ../sass/components/c-accordion.scss */
.c-accordion__header .accordion-plus-icon {
  width: 17px;
  height: 17px;
  right: 30px;
  position: absolute;
  top: calc(50% - 8.5px);
}
/* line 86, ../sass/components/c-accordion.scss */
.c-accordion__header .accordion-plus-icon svg {
  position: absolute;
}
/* line 91, ../sass/components/c-accordion.scss */
.c-accordion__header .accordion-minus-icon {
  width: 17px;
  height: 3px;
  top: calc(50% - 1.5px);
  display: none;
  right: 30px;
  position: absolute;
}
/* line 99, ../sass/components/c-accordion.scss */
.c-accordion__header .accordion-minus-icon svg {
  position: absolute;
}
/* line 105, ../sass/components/c-accordion.scss */
.c-accordion__content {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height 0.25s ease, padding 0.25s ease;
  transition: max-height 0.25s ease, padding 0.25s ease;
  padding: 0px 0px 0px 30px;
  color: var(--darkGray);
  -webkit-font-feature-settings: 'clig' off, 'liga' off;
          font-feature-settings: 'clig' off, 'liga' off;
  font-family: var(--font-family-secondary);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 23px;
  width: 90%;
}
/* line 119, ../sass/components/c-accordion.scss */
.c-accordion__content p {
  margin: 0px;
}
/* line 123, ../sass/components/c-accordion.scss */
.c-accordion__content a {
  color: inherit;
  text-underline-offset: 4px;
}

/* line 2, ../sass/components/c-text-block.scss */
.c-text-block__container {
  color: var(--black);
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 33px;
  text-align: start;
}
@media (min-width: 1023px) {
  /* line 2, ../sass/components/c-text-block.scss */
  .c-text-block__container {
    font-size: 21px;
    font-weight: 300;
  }
}
/* line 15, ../sass/components/c-text-block.scss */
.c-text-block__container p {
  font-size: 18px;
}
@media (min-width: 1023px) {
  /* line 15, ../sass/components/c-text-block.scss */
  .c-text-block__container p {
    font-size: 21px;
  }
}
/* line 23, ../sass/components/c-text-block.scss */
.c-text-block__container--centered {
  line-height: 26px;
  text-align: center;
  margin: 5px auto;
  margin-bottom: 20px;
  max-width: 1080px;
}
@media (min-width: 1024px) {
  /* line 23, ../sass/components/c-text-block.scss */
  .c-text-block__container--centered {
    margin: 20px auto;
  }
}

/* line 1, ../sass/components/c-picture-block.scss */
.c-picture-block {
  width: 100%;
}
/* line 4, ../sass/components/c-picture-block.scss */
.c-picture-block__image {
  width: 100%;
}

/* line 1, ../sass/components/c-category-list.scss */
.c-category-list {
  margin: 30px 0px;
}
@media (max-width: 1023px) {
  /* line 1, ../sass/components/c-category-list.scss */
  .c-category-list {
    margin: 0px 0px 15px;
  }
}
/* line 8, ../sass/components/c-category-list.scss */
.c-category-list__wrapper {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  grid-gap: 30px;
}
@media (max-width: 1023px) {
  /* line 8, ../sass/components/c-category-list.scss */
  .c-category-list__wrapper {
    grid-template-columns: repeat(1, minmax(0, 1fr));
    grid-gap: 10px;
  }
}
/* line 19, ../sass/components/c-category-list.scss */
.c-category-list__item {
  border: 0.77px solid var(--lightBorder);
  background: var(--white);
  padding: 30px 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  cursor: pointer;
  text-decoration: none;
}
@media (max-width: 1023px) {
  /* line 19, ../sass/components/c-category-list.scss */
  .c-category-list__item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    border: 1px solid var(--lightBorder);
    padding: 10px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
/* line 35, ../sass/components/c-category-list.scss */
.c-category-list__item:hover {
  background: var(--darkBlue) !important;
}
/* line 39, ../sass/components/c-category-list.scss */
.c-category-list__item:hover .c-category-list__text {
  color: var(--white);
}
/* line 45, ../sass/components/c-category-list.scss */
.c-category-list__item:hover .c-category-list__image svg path {
  stroke: var(--white);
}
/* line 53, ../sass/components/c-category-list.scss */
.c-category-list__item--link {
  background: var(--white);
}
/* line 56, ../sass/components/c-category-list.scss */
.c-category-list__item--link a {
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (max-width: 1023px) {
  /* line 56, ../sass/components/c-category-list.scss */
  .c-category-list__item--link a {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
/* line 69, ../sass/components/c-category-list.scss */
.c-category-list__title {
  color: var(--black);
  font-family: var(--font-family-primary);
  font-size: 26px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 15px;
}
@media (max-width: 1023px) {
  /* line 69, ../sass/components/c-category-list.scss */
  .c-category-list__title {
    padding-bottom: 10px;
    margin-bottom: 20px;
    font-size: 21px;
    line-height: 23px;
    border-bottom: 1px solid var(--lightBorder);
  }
}
/* line 87, ../sass/components/c-category-list.scss */
.c-category-list__text {
  color: var(--black);
  text-align: center;
  font-family: var(--font-family-secondary);
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-align: center;
  word-break: break-all;
}
@media (max-width: 1023px) {
  /* line 87, ../sass/components/c-category-list.scss */
  .c-category-list__text {
    color: var(--black);
    font-size: 16px;
    font-weight: 500;
    text-align: inherit;
    margin-left: 10px;
  }
}
/* line 107, ../sass/components/c-category-list.scss */
.c-category-list__image {
  width: 100%;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 15px;
}
@media (max-width: 1023px) {
  /* line 107, ../sass/components/c-category-list.scss */
  .c-category-list__image {
    width: 50px;
    height: 50px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 0px;
  }
}
/* line 122, ../sass/components/c-category-list.scss */
.c-category-list__image svg {
  max-width: inherit;
  max-height: 60px;
}
@media (max-width: 1023px) {
  /* line 122, ../sass/components/c-category-list.scss */
  .c-category-list__image svg {
    max-width: 50px;
    max-height: 50px;
  }
}

/* line 1, ../sass/components/c-login.scss */
.c-login {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: var(--white);
  margin-bottom: 40px;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
@media (max-width: 1023px) {
  /* line 1, ../sass/components/c-login.scss */
  .c-login {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    min-height: inherit;
    border: none;
    background: none;
    margin-bottom: 20px;
    -webkit-box-align: inherit;
        -ms-flex-align: inherit;
            align-items: inherit;
  }
}
/* line 16, ../sass/components/c-login.scss */
.c-login__left {
  width: 50%;
  min-height: 100%;
}
@media (max-width: 1023px) {
  /* line 16, ../sass/components/c-login.scss */
  .c-login__left {
    min-height: inherit;
    width: 100%;
  }
}
/* line 25, ../sass/components/c-login.scss */
.c-login__left img {
  width: 215px;
  height: 209px;
}
@media (max-width: 1023px) {
  /* line 25, ../sass/components/c-login.scss */
  .c-login__left img {
    display: none;
  }
}
/* line 35, ../sass/components/c-login.scss */
.c-login__left-container {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 95px 60px 110px;
  background: var(--darkBlue);
}
@media (max-width: 1023px) {
  /* line 35, ../sass/components/c-login.scss */
  .c-login__left-container {
    min-height: inherit;
    padding: 40px 20px;
    background: none !important;
  }
}
/* line 49, ../sass/components/c-login.scss */
.c-login__left-container .content-wrapper:not(.swiper-wrapper) {
  width: 100%;
}
/* line 53, ../sass/components/c-login.scss */
.c-login__left-container .content-wrapper .content-item {
  margin-top: auto;
  color: var(--white);
  text-align: center;
  font-family: var(--font-family-secondary);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 23px;
}
@media (max-width: 1023px) {
  /* line 53, ../sass/components/c-login.scss */
  .c-login__left-container .content-wrapper .content-item {
    text-align: left;
    color: var(--darkGray);
  }
}
/* line 69, ../sass/components/c-login.scss */
.c-login__left-container .content-wrapper .content-item h1, .c-login__left-container .content-wrapper .content-item h2, .c-login__left-container .content-wrapper .content-item h3, .c-login__left-container .content-wrapper .content-item h4, .c-login__left-container .content-wrapper .content-item h5, .c-login__left-container .content-wrapper .content-item h6 {
  color: var(--white);
  font-family: var(--font-family-primary);
  font-size: 26px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 10px;
}
@media (max-width: 1023px) {
  /* line 69, ../sass/components/c-login.scss */
  .c-login__left-container .content-wrapper .content-item h1, .c-login__left-container .content-wrapper .content-item h2, .c-login__left-container .content-wrapper .content-item h3, .c-login__left-container .content-wrapper .content-item h4, .c-login__left-container .content-wrapper .content-item h5, .c-login__left-container .content-wrapper .content-item h6 {
    margin-bottom: 20px;
    color: var(--darkGray);
  }
}
/* line 84, ../sass/components/c-login.scss */
.c-login__left-container .content-wrapper .content-item p {
  margin-top: 0px;
}
/* line 88, ../sass/components/c-login.scss */
.c-login__left-container .content-wrapper .content-item a {
  color: inherit;
  text-underline-offset: 4px;
}
/* line 96, ../sass/components/c-login.scss */
.c-login__left-content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
}
/* line 101, ../sass/components/c-login.scss */
.c-login__left-content.swiper {
  width: 100%;
  cursor: pointer;
  padding-bottom: 40px;
}
/* line 106, ../sass/components/c-login.scss */
.c-login__left-content.swiper .swiper-wrapper {
  height: 100% !important;
}
/* line 110, ../sass/components/c-login.scss */
.c-login__left-content.swiper .swiper-pagination {
  bottom: 0px !important;
}
@media (max-width: 1023px) {
  /* line 110, ../sass/components/c-login.scss */
  .c-login__left-content.swiper .swiper-pagination {
    display: none;
  }
}
/* line 117, ../sass/components/c-login.scss */
.c-login__left-content.swiper .swiper-pagination .swiper-pagination-bullet {
  width: 11px;
  height: 11px;
  border-radius: 50px;
  opacity: 1;
  border: 1px solid #d9d9d9;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
  background: var(--darkBlue);
}
/* line 127, ../sass/components/c-login.scss */
.c-login__left-content.swiper .swiper-pagination .swiper-pagination-bullet-active {
  width: 5px;
  height: 5px;
  background: #d9d9d9;
  margin-bottom: 2.5px !important;
}
/* line 137, ../sass/components/c-login.scss */
.c-login__right {
  width: 50%;
  min-height: 100%;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 1023px) {
  /* line 137, ../sass/components/c-login.scss */
  .c-login__right {
    min-height: inherit;
    width: 100%;
    background: var(--lightBlueGray);
  }
}
/* line 152, ../sass/components/c-login.scss */
.c-login__right--wrapper {
  max-width: 460px;
  padding: 50px;
  text-align: center;
  width: -webkit-fill-available;
  min-width: 100%;
}
@media (max-width: 1023px) {
  /* line 152, ../sass/components/c-login.scss */
  .c-login__right--wrapper {
    max-width: 100%;
    padding: 85px 30px 50px;
  }
}
/* line 165, ../sass/components/c-login.scss */
.c-login__right .input__container {
  gap: 22px;
}
@media (min-width: 1024px) {
  /* line 165, ../sass/components/c-login.scss */
  .c-login__right .input__container {
    gap: 22px;
  }
}
/* line 172, ../sass/components/c-login.scss */
.c-login__right .input__container .input__item {
  position: relative;
}
/* line 175, ../sass/components/c-login.scss */
.c-login__right .input__container .input__item .input-validation-error, .c-login__right .input__container .input__item.input-validation-error:hover, .c-login__right .input__container .input__item.input-validation-error.has-value {
  color: var(--notificationRed) !important;
  border: 1.692px solid var(--notificationRed) !important;
}
/* line 180, ../sass/components/c-login.scss */
.c-login__right .input__container .input__item .input-validation-error + label, .c-login__right .input__container .input__item.input-validation-error:hover + label, .c-login__right .input__container .input__item.input-validation-error.has-value + label {
  color: var(--notificationRed) !important;
}
/* line 185, ../sass/components/c-login.scss */
.c-login__right .input__container .input__item .input-validation-error ~ svg path, .c-login__right .input__container .input__item.input-validation-error:hover ~ svg path, .c-login__right .input__container .input__item.input-validation-error.has-value ~ svg path {
  opacity: 1 !important;
  fill: var(--notificationRed) !important;
}
/* line 193, ../sass/components/c-login.scss */
.c-login__right .input__container .input__item:hover input {
  color: var(--darkBlue);
  border: 1.692px solid var(--darkBlue);
  cursor: pointer;
}
/* line 199, ../sass/components/c-login.scss */
.c-login__right .input__container .input__item:hover label {
  color: var(--darkBlue);
}
/* line 204, ../sass/components/c-login.scss */
.c-login__right .input__container .input__item:hover svg path {
  opacity: 1;
  fill: var(--darkBlue);
}
/* line 212, ../sass/components/c-login.scss */
.c-login__right .input__container .input__item:focus-within input {
  color: var(--black);
  border: 1.692px solid var(--lightBorder);
  cursor: pointer;
}
/* line 218, ../sass/components/c-login.scss */
.c-login__right .input__container .input__item:focus-within label {
  color: var(--darkBlue);
  top: 0%;
  font-size: 11px;
  background-color: var(--white);
}
@media (max-width: 1023px) {
  /* line 218, ../sass/components/c-login.scss */
  .c-login__right .input__container .input__item:focus-within label {
    display: none;
  }
}
/* line 230, ../sass/components/c-login.scss */
.c-login__right .input__container .input__item:focus-within svg path {
  opacity: 0.3;
  fill: var(--black);
}
/* line 237, ../sass/components/c-login.scss */
.c-login__right .input__container .input__item input {
  border-radius: 5.075px;
  border: 1.692px solid var(--lightBorder);
  background: #FBFAFC;
  width: 100%;
  height: 55px;
  color: var(--gray);
  font-family: var(--font-family-secondary);
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding-left: 22px;
  cursor: pointer;
  padding-right: 50px;
}
/* line 253, ../sass/components/c-login.scss */
.c-login__right .input__container .input__item input.has-value {
  color: var(--black);
  border: 1.692px solid var(--lightBorder);
  cursor: pointer;
}
/* line 258, ../sass/components/c-login.scss */
.c-login__right .input__container .input__item input.has-value + label {
  color: var(--darkBlue);
  top: 0%;
  font-size: 11px;
  background-color: var(--white);
}
@media (max-width: 1023px) {
  /* line 258, ../sass/components/c-login.scss */
  .c-login__right .input__container .input__item input.has-value + label {
    display: none;
  }
}
/* line 270, ../sass/components/c-login.scss */
.c-login__right .input__container .input__item input.has-value ~ svg path {
  opacity: 0.3;
  fill: var(--black);
}
/* line 277, ../sass/components/c-login.scss */
.c-login__right .input__container .input__item input:focus-visible {
  outline: none;
}
/* line 282, ../sass/components/c-login.scss */
.c-login__right .input__container .input__item label {
  color: var(--gray);
  font-family: var(--font-family-secondary);
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  position: absolute;
  left: 22px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
  cursor: pointer;
  padding: 0px 3px;
  margin-left: -3px;
}
/* line 299, ../sass/components/c-login.scss */
.c-login__right .input__container .input__item svg {
  position: absolute;
  right: 25px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
/* line 309, ../sass/components/c-login.scss */
.c-login__title {
  color: var(--black);
  font-family: var(--font-family-primary);
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 6px;
  text-align: center;
}
@media (max-width: 1023px) {
  /* line 309, ../sass/components/c-login.scss */
  .c-login__title {
    font-size: 29px;
  }
}
/* line 324, ../sass/components/c-login.scss */
.c-login__subtitle {
  color: var(--black);
  text-align: center;
  -webkit-font-feature-settings: 'clig' off, 'liga' off;
          font-feature-settings: 'clig' off, 'liga' off;
  font-family: var(--font-family-secondary);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 23px;
  margin-bottom: 56px;
  text-align: center;
  padding: 0px 50px;
}
@media (max-width: 1023px) {
  /* line 324, ../sass/components/c-login.scss */
  .c-login__subtitle {
    max-width: 100%;
    padding: 0px;
    font-size: 18px;
    margin-bottom: 24px;
  }
}
/* line 344, ../sass/components/c-login.scss */
.c-login__subtitle a {
  text-decoration: none;
  color: var(--darkBlue);
}
/* line 350, ../sass/components/c-login.scss */
.c-login .button {
  width: 100%;
  border-radius: 2px;
  cursor: pointer;
  padding: 15px;
  text-align: center;
  font-family: var(--font-family-primary);
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  display: block;
  text-decoration: none;
}
/* line 364, ../sass/components/c-login.scss */
.c-login .button:hover {
  background: var(--orange);
  color: var(--white);
  border-color: transparent;
  -webkit-transition: background-color 0.25s ease-in-out, color 0.25s ease-in-out;
  transition: background-color 0.25s ease-in-out, color 0.25s ease-in-out;
}
/* line 371, ../sass/components/c-login.scss */
.c-login .button--primary {
  border: 1px solid var(--darkBlue);
  background: var(--darkBlue);
  color: var(--white);
}
/* line 377, ../sass/components/c-login.scss */
.c-login .button--secondary {
  border: 1px solid var(--darkBlue);
  background: var(--white);
  color: var(--darkBlue);
  margin-top: 15px;
}
/* line 383, ../sass/components/c-login.scss */
.c-login .button--secondary--red {
  border: 1px solid var(--notificationRed);
  color: var(--notificationRed);
}
/* line 389, ../sass/components/c-login.scss */
.c-login .button.btn-bankid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 7px 15px;
}
/* line 397, ../sass/components/c-login.scss */
.c-login .button.btn-bankid:hover svg path {
  fill: var(--white);
}
/* line 403, ../sass/components/c-login.scss */
.c-login .button.btn-bankid svg {
  max-height: 37px;
}
/* line 406, ../sass/components/c-login.scss */
.c-login .button.btn-bankid svg path {
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
/* line 413, ../sass/components/c-login.scss */
.c-login__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 15px 0px 50px;
}
/* line 419, ../sass/components/c-login.scss */
.c-login__wrapper .forgot-password-btn {
  color: var(--darkBlue);
  font-family: var(--font-family-secondary);
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  border: none;
  background: none;
  cursor: pointer;
}
/* line 433, ../sass/components/c-login.scss */
.c-login__checkbox .custom-checkbox-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  cursor: pointer;
}
/* line 440, ../sass/components/c-login.scss */
.c-login__checkbox .custom-checkbox {
  display: none;
}
/* line 444, ../sass/components/c-login.scss */
.c-login__checkbox .custom-checkbox-checkmark {
  display: inline-block;
  width: 21px;
  height: 21px;
  min-width: 21px;
  min-height: 21px;
  border: 1px solid var(--darkBorder);
  background-color: transparent;
  position: relative;
  margin-right: 5px;
}
@media (max-width: 1023px) {
  /* line 444, ../sass/components/c-login.scss */
  .c-login__checkbox .custom-checkbox-checkmark {
    background: var(--white);
  }
}
/* line 459, ../sass/components/c-login.scss */
.c-login__checkbox .custom-checkbox-checkmark span.checkbox-checkmark-icon {
  display: none;
}
/* line 466, ../sass/components/c-login.scss */
.c-login__checkbox .custom-checkbox:checked + .custom-checkbox-checkmark span.checkbox-checkmark-icon {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
/* line 478, ../sass/components/c-login.scss */
.c-login__checkbox .checkbox-text {
  color: var(--black);
  font-family: var(--font-family-secondary);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-right: 15px;
}
/* line 489, ../sass/components/c-login.scss */
.c-login__show-more {
  background: none;
  border: none;
  padding: 0;
  outline: inherit;
  color: var(--darkBlue);
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  font-family: var(--font-family-primary);
  line-height: normal;
  display: none;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 30px;
  border-bottom: 1px solid rgba(34, 34, 34, 0.1);
  width: 100%;
}
@media (max-width: 1023px) {
  /* line 489, ../sass/components/c-login.scss */
  .c-login__show-more {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
/* line 512, ../sass/components/c-login.scss */
.c-login__popup {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 999;
  -webkit-animation: fadeIn 0.5s ease;
          animation: fadeIn 0.5s ease;
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* line 535, ../sass/components/c-login.scss */
.c-login__popup .c-login {
  min-height: 700px;
  -webkit-filter: drop-shadow(0px 1px 5px rgba(0, 0, 0, 0.1));
          filter: drop-shadow(0px 1px 5px rgba(0, 0, 0, 0.1));
  border-radius: 15px;
  overflow: hidden;
  min-height: 80vh;
  max-height: 95vh;
  margin-bottom: 0px;
}
@media (max-width: 1023px) {
  /* line 535, ../sass/components/c-login.scss */
  .c-login__popup .c-login {
    min-height: inherit;
    margin-bottom: 0px;
    overflow: scroll;
  }
}
/* line 550, ../sass/components/c-login.scss */
.c-login__popup .c-login__popup--content {
  text-align: center;
  width: 80%;
  max-width: 1235px;
  position: relative;
}
@media (max-width: 1023px) {
  /* line 550, ../sass/components/c-login.scss */
  .c-login__popup .c-login__popup--content {
    max-width: 353px;
    padding: 12px;
    width: 100%;
    -webkit-box-sizing: content-box;
            box-sizing: content-box;
  }
}
/* line 564, ../sass/components/c-login.scss */
.c-login__popup .c-login__close {
  position: absolute;
  top: 38px;
  right: 38px;
  z-index: 1;
  cursor: pointer;
}
@media (max-width: 1023px) {
  /* line 564, ../sass/components/c-login.scss */
  .c-login__popup .c-login__close {
    display: none;
  }
}
@media (max-width: 1023px) {
  /* line 576, ../sass/components/c-login.scss */
  .c-login__popup .c-login__left {
    display: none;
  }
}
/* line 582, ../sass/components/c-login.scss */
.c-login__popup .c-login__left-container {
  border-radius: 3px 0px 0px 3px;
  padding: 95px 60px 70px;
}
@media (max-width: 1023px) {
  /* line 587, ../sass/components/c-login.scss */
  .c-login__popup .c-login__right {
    background: var(--white);
  }
}
@media (max-width: 1023px) {
  /* line 592, ../sass/components/c-login.scss */
  .c-login__popup .c-login__right--wrapper {
    padding: 25px 20px;
  }
}
@media (max-width: 1023px) {
  /* line 599, ../sass/components/c-login.scss */
  .c-login__popup .c-login__title {
    font-size: 26px;
  }
}
@media (max-width: 1023px) {
  /* line 605, ../sass/components/c-login.scss */
  .c-login__popup .c-login__subtitile {
    font-size: 16px;
  }
}
@media (max-width: 1023px) {
  /* line 612, ../sass/components/c-login.scss */
  .c-login__popup .c-login__checkbox .checkbox-text {
    margin-right: 0px;
  }
}
@media (max-width: 1023px) {
  /* line 618, ../sass/components/c-login.scss */
  .c-login__popup .c-login__checkbox .custom-checkbox-checkmark {
    width: 17px;
    height: 17px;
    min-width: 17px;
    min-height: 17px;
  }
}
/* line 628, ../sass/components/c-login.scss */
.c-login__popup .c-login__logo {
  display: none;
}
@media (max-width: 1023px) {
  /* line 628, ../sass/components/c-login.scss */
  .c-login__popup .c-login__logo {
    width: 71px;
    height: 69px;
    margin: 0px auto 10px auto;
    display: block;
  }
}
/* line 638, ../sass/components/c-login.scss */
.c-login__popup .c-login__logo--bankid {
  display: inline;
  margin-bottom: 15px;
}
/* line 644, ../sass/components/c-login.scss */
.c-login__popup .c-login__qrcode {
  max-width: 250px;
  max-height: 250px;
}
@media (min-width: 1024px) {
  /* line 650, ../sass/components/c-login.scss */
  .c-login__popup .c-login__buttons .button--secondary--red {
    display: none;
  }
}
/* line 660, ../sass/components/c-login.scss */
.c-login__profile--title {
  color: var(--black);
  text-align: center;
  font-family: var(--font-family-secondary);
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 23px;
  margin-bottom: 20px;
  margin-top: 25px;
}
@media (max-width: 1023px) {
  /* line 660, ../sass/components/c-login.scss */
  .c-login__profile--title {
    display: none;
  }
}
/* line 679, ../sass/components/c-login.scss */
.c-login__profile--information.c-login__profile .profile__wrapper {
  margin-top: 13px;
  border-radius: 2px;
}
/* line 686, ../sass/components/c-login.scss */
.c-login__profile--information.c-login__profile .profile__item--wrapper svg {
  position: absolute;
  width: 19px;
  height: 19px;
  right: 23px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  opacity: 1;
  -webkit-transition: opacity 0.25s ease-in-out, -webkit-transform 0.25s ease-in-out;
  transition: opacity 0.25s ease-in-out, -webkit-transform 0.25s ease-in-out;
  transition: opacity 0.25s ease-in-out, transform 0.25s ease-in-out;
  transition: opacity 0.25s ease-in-out, transform 0.25s ease-in-out, -webkit-transform 0.25s ease-in-out;
}
@media (max-width: 1023px) {
  /* line 686, ../sass/components/c-login.scss */
  .c-login__profile--information.c-login__profile .profile__item--wrapper svg {
    display: none;
  }
}
/* line 704, ../sass/components/c-login.scss */
.c-login__profile--information.c-login__profile .profile__item.selected .profile__item--wrapper svg {
  opacity: 1;
  -webkit-transform: translateY(-50%) rotate(-180deg);
          transform: translateY(-50%) rotate(-180deg);
}
/* line 714, ../sass/components/c-login.scss */
.c-login__profile .c-login__checkbox {
  margin: 30px auto 30px auto;
}
/* line 717, ../sass/components/c-login.scss */
.c-login__profile .c-login__checkbox .custom-checkbox-container {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
/* line 721, ../sass/components/c-login.scss */
.c-login__profile .c-login__checkbox .checkbox-text {
  text-align: left;
}
/* line 727, ../sass/components/c-login.scss */
.c-login__profile .profile__wrapper {
  margin: 20px 0px 30px 0px;
  border: 1px solid var(--mediumBorder);
  border-radius: 4px;
  overflow: hidden;
}
@media (max-width: 1023px) {
  /* line 727, ../sass/components/c-login.scss */
  .c-login__profile .profile__wrapper {
    margin: 15px 0xp 30px 0px;
  }
}
/* line 738, ../sass/components/c-login.scss */
.c-login__profile .profile__item {
  background-color: var(--bgGrayWhite);
  border-top: 1px solid var(--mediumBorder);
  position: relative;
  cursor: pointer;
}
/* line 744, ../sass/components/c-login.scss */
.c-login__profile .profile__item:first-child {
  border-top: none;
}
/* line 750, ../sass/components/c-login.scss */
.c-login__profile .profile__item.selected .profile__item--wrapper svg {
  opacity: 1;
}
/* line 755, ../sass/components/c-login.scss */
.c-login__profile .profile__item.selected .profile-information {
  padding: 15px 55px 10px 31px;
  border-top: 1px solid var(--mediumBorder);
  max-height: 500px;
  -webkit-transition: max-height 0.5s ease-in-out, padding 0.5s ease-in-out;
  transition: max-height 0.5s ease-in-out, padding 0.5s ease-in-out;
}
@media (max-width: 1023px) {
  /* line 755, ../sass/components/c-login.scss */
  .c-login__profile .profile__item.selected .profile-information {
    padding: 15px 55px 15px 10px;
  }
}
/* line 767, ../sass/components/c-login.scss */
.c-login__profile .profile__item--wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 5px;
  position: relative;
  padding: 15px 55px 10px 25px;
}
@media (max-width: 1023px) {
  /* line 767, ../sass/components/c-login.scss */
  .c-login__profile .profile__item--wrapper {
    padding: 15px 55px 15px 10px;
  }
}
/* line 779, ../sass/components/c-login.scss */
.c-login__profile .profile__item--wrapper svg {
  position: absolute;
  width: 36px;
  height: 26px;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  opacity: 0;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  stroke-width: inherit;
  stroke: none;
}
@media (max-width: 1023px) {
  /* line 779, ../sass/components/c-login.scss */
  .c-login__profile .profile__item--wrapper svg {
    right: -30px;
  }
}
/* line 797, ../sass/components/c-login.scss */
.c-login__profile .profile__item--container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
}
/* line 803, ../sass/components/c-login.scss */
.c-login__profile .profile__item--label {
  color: var(--white);
  leading-trim: both;
  text-edge: cap;
  font-family: var(--font-family-primary);
  font-size: 13px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: capitalize;
  padding: 5px;
  background-color: var(--labelBlue);
  border-radius: 1px;
}
/* line 818, ../sass/components/c-login.scss */
.c-login__profile .profile__item--title {
  color: var(--black);
  font-family: var(--font-family-secondary);
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-align: left;
}
@media (max-width: 1023px) {
  /* line 818, ../sass/components/c-login.scss */
  .c-login__profile .profile__item--title {
    font-size: 17px;
  }
}
/* line 832, ../sass/components/c-login.scss */
.c-login__profile .profile__item--description {
  color: var(--gray);
  font-family: var(--font-family-secondary);
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
@media (max-width: 1023px) {
  /* line 832, ../sass/components/c-login.scss */
  .c-login__profile .profile__item--description {
    font-size: 14px;
  }
}
/* line 847, ../sass/components/c-login.scss */
.c-login__profile .profile-information {
  padding: 0px 55px 0px 31px;
  max-height: 0px;
  -webkit-transition: max-height 0.35s cubic-bezier(0, 1, 0, 1), padding 0.35s cubic-bezier(0, 1, 0, 1);
  transition: max-height 0.35s cubic-bezier(0, 1, 0, 1), padding 0.35s cubic-bezier(0, 1, 0, 1);
}
/* line 852, ../sass/components/c-login.scss */
.c-login__profile .profile-information__item {
  color: var(--darkGray);
  font-family: var(--font-family-secondary);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}
/* line 860, ../sass/components/c-login.scss */
.c-login__profile .profile-information__item .title {
  font-weight: 700;
}

/* line 868, ../sass/components/c-login.scss */
.validation-summary-errors {
  color: var(--notificationRed) !important;
  border: 1.692px solid var(--notificationRed) !important;
  border-radius: 5.075px;
  font-weight: normal;
  background-color: var(--offWhite);
  margin-bottom: 20px;
}
@media (min-width: 1024px) {
  /* line 868, ../sass/components/c-login.scss */
  .validation-summary-errors {
    margin-bottom: 30px;
  }
}
/* line 880, ../sass/components/c-login.scss */
.validation-summary-errors ul {
  text-align: left;
  list-style: none;
  padding: 0px 22px;
}

/* line 887, ../sass/components/c-login.scss */
.validation-summary-valid {
  display: none;
}

/* line 1, ../sass/components/c-register.scss */
.c-register {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: var(--white);
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
@media (max-width: 1023px) {
  /* line 1, ../sass/components/c-register.scss */
  .c-register {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    min-height: inherit;
    border: none;
    background: none;
    -webkit-box-align: inherit;
        -ms-flex-align: inherit;
            align-items: inherit;
  }
}
/* line 14, ../sass/components/c-register.scss */
.c-register__left {
  width: 50%;
  min-height: 100%;
}
@media (max-width: 1023px) {
  /* line 14, ../sass/components/c-register.scss */
  .c-register__left {
    min-height: inherit;
    width: 100%;
  }
}
/* line 23, ../sass/components/c-register.scss */
.c-register__left img {
  width: 132px;
  height: 130px;
}
@media (max-width: 1023px) {
  /* line 23, ../sass/components/c-register.scss */
  .c-register__left img {
    display: none;
  }
}
/* line 33, ../sass/components/c-register.scss */
.c-register__left-container {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 95px 60px 110px;
}
@media (max-width: 1023px) {
  /* line 33, ../sass/components/c-register.scss */
  .c-register__left-container {
    min-height: inherit;
    padding: 40px 20px;
    background: none !important;
  }
}
/* line 46, ../sass/components/c-register.scss */
.c-register__left-container .content-wrapper:not(.swiper-wrapper) {
  width: 100%;
}
/* line 50, ../sass/components/c-register.scss */
.c-register__left-container .content-wrapper .content-item {
  margin-top: auto;
  color: var(--white);
  text-align: left;
  -webkit-font-feature-settings: 'clig' off, 'liga' off;
          font-feature-settings: 'clig' off, 'liga' off;
  font-family: var(--font-family-secondary);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 23px;
}
@media (max-width: 1023px) {
  /* line 50, ../sass/components/c-register.scss */
  .c-register__left-container .content-wrapper .content-item {
    text-align: left;
    color: var(--darkGray);
  }
}
/* line 67, ../sass/components/c-register.scss */
.c-register__left-container .content-wrapper .content-item h1, .c-register__left-container .content-wrapper .content-item h2, .c-register__left-container .content-wrapper .content-item h3, .c-register__left-container .content-wrapper .content-item h4, .c-register__left-container .content-wrapper .content-item h5, .c-register__left-container .content-wrapper .content-item h6 {
  color: var(--white);
  font-family: var(--font-family-primary);
  font-size: 26px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 10px;
}
@media (max-width: 1023px) {
  /* line 67, ../sass/components/c-register.scss */
  .c-register__left-container .content-wrapper .content-item h1, .c-register__left-container .content-wrapper .content-item h2, .c-register__left-container .content-wrapper .content-item h3, .c-register__left-container .content-wrapper .content-item h4, .c-register__left-container .content-wrapper .content-item h5, .c-register__left-container .content-wrapper .content-item h6 {
    margin-bottom: 20px;
    color: var(--darkGray);
  }
}
/* line 82, ../sass/components/c-register.scss */
.c-register__left-container .content-wrapper .content-item p {
  margin-top: 0px;
}
/* line 86, ../sass/components/c-register.scss */
.c-register__left-container .content-wrapper .content-item a {
  color: inherit;
  text-underline-offset: 4px;
}
/* line 91, ../sass/components/c-register.scss */
.c-register__left-container .content-wrapper .content-item ul {
  padding-left: 25px;
}
/* line 98, ../sass/components/c-register.scss */
.c-register__left-content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
}
/* line 103, ../sass/components/c-register.scss */
.c-register__left-content.swiper {
  width: 100%;
  cursor: pointer;
  padding-bottom: 40px;
}
/* line 108, ../sass/components/c-register.scss */
.c-register__left-content.swiper .swiper-wrapper {
  height: 100% !important;
}
/* line 112, ../sass/components/c-register.scss */
.c-register__left-content.swiper .swiper-pagination {
  bottom: 0px !important;
}
@media (max-width: 1023px) {
  /* line 112, ../sass/components/c-register.scss */
  .c-register__left-content.swiper .swiper-pagination {
    display: none;
  }
}
/* line 119, ../sass/components/c-register.scss */
.c-register__left-content.swiper .swiper-pagination .swiper-pagination-bullet {
  width: 11px;
  height: 11px;
  border-radius: 50px;
  opacity: 1;
  border: 1px solid var(--lightBorder);
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
  background: var(--darkBlue);
}
/* line 129, ../sass/components/c-register.scss */
.c-register__left-content.swiper .swiper-pagination .swiper-pagination-bullet-active {
  width: 5px;
  height: 5px;
  background: var(--lightBorder);
  margin-bottom: 2.5px !important;
}
/* line 139, ../sass/components/c-register.scss */
.c-register__right {
  width: 50%;
  min-height: 100%;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 1023px) {
  /* line 139, ../sass/components/c-register.scss */
  .c-register__right {
    min-height: inherit;
    width: 100%;
    background: var(--lightSkyBlue);
  }
}
/* line 154, ../sass/components/c-register.scss */
.c-register__right--wrapper {
  max-width: 460px;
  padding: 50px;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  text-align: center;
  width: -webkit-fill-available;
}
@media (max-width: 1023px) {
  /* line 154, ../sass/components/c-register.scss */
  .c-register__right--wrapper {
    max-width: 100%;
    padding: 85px 30px 50px;
  }
}
/* line 167, ../sass/components/c-register.scss */
.c-register__right .input__container {
  gap: 22px;
}
@media (min-width: 1024px) {
  /* line 167, ../sass/components/c-register.scss */
  .c-register__right .input__container {
    gap: 22px;
  }
}
/* line 174, ../sass/components/c-register.scss */
.c-register__right .input__container .input__item {
  position: relative;
}
/* line 177, ../sass/components/c-register.scss */
.c-register__right .input__container .input__item .input-validation-error, .c-register__right .input__container .input__item.input-validation-error:hover, .c-register__right .input__container .input__item.input-validation-error.has-value {
  color: var(--notificationRed) !important;
  border: 1.692px solid var(--notificationRed) !important;
}
/* line 182, ../sass/components/c-register.scss */
.c-register__right .input__container .input__item .input-validation-error + label, .c-register__right .input__container .input__item.input-validation-error:hover + label, .c-register__right .input__container .input__item.input-validation-error.has-value + label {
  color: var(--notificationRed) !important;
}
/* line 187, ../sass/components/c-register.scss */
.c-register__right .input__container .input__item .input-validation-error ~ svg path, .c-register__right .input__container .input__item.input-validation-error:hover ~ svg path, .c-register__right .input__container .input__item.input-validation-error.has-value ~ svg path {
  opacity: 1 !important;
  fill: var(--notificationRed) !important;
}
/* line 195, ../sass/components/c-register.scss */
.c-register__right .input__container .input__item:hover input {
  color: var(--darkBlue);
  border: 1.692px solid var(--darkBlue);
  cursor: pointer;
}
/* line 201, ../sass/components/c-register.scss */
.c-register__right .input__container .input__item:hover label {
  color: var(--darkBlue);
}
/* line 206, ../sass/components/c-register.scss */
.c-register__right .input__container .input__item:hover svg path {
  opacity: 1;
  fill: var(--darkBlue);
}
/* line 214, ../sass/components/c-register.scss */
.c-register__right .input__container .input__item:focus-within input {
  color: var(--black);
  border: 1.692px solid var(--lightBorder);
  cursor: pointer;
}
/* line 220, ../sass/components/c-register.scss */
.c-register__right .input__container .input__item:focus-within label {
  color: var(--darkBlue);
  top: 0%;
  font-size: 11px;
  background-color: var(--white);
}
@media (max-width: 1023px) {
  /* line 220, ../sass/components/c-register.scss */
  .c-register__right .input__container .input__item:focus-within label {
    display: none;
  }
}
/* line 232, ../sass/components/c-register.scss */
.c-register__right .input__container .input__item:focus-within svg path {
  opacity: 0.3;
  fill: var(--black);
}
/* line 239, ../sass/components/c-register.scss */
.c-register__right .input__container .input__item input {
  border-radius: 5.075px;
  border: 1.692px solid var(--lightBorder);
  background: var(--offWhite);
  width: 100%;
  height: 55px;
  color: var(--gray);
  font-family: var(--font-family-secondary);
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding-left: 22px;
  cursor: pointer;
  padding-right: 50px;
}
/* line 255, ../sass/components/c-register.scss */
.c-register__right .input__container .input__item input.has-value {
  color: var(--black);
  border: 1.692px solid var(--lightBorder);
  cursor: pointer;
}
/* line 260, ../sass/components/c-register.scss */
.c-register__right .input__container .input__item input.has-value + label {
  color: var(--darkBlue);
  top: 0%;
  font-size: 11px;
  background-color: var(--white);
}
@media (max-width: 1023px) {
  /* line 260, ../sass/components/c-register.scss */
  .c-register__right .input__container .input__item input.has-value + label {
    display: none;
  }
}
/* line 272, ../sass/components/c-register.scss */
.c-register__right .input__container .input__item input.has-value ~ svg path {
  opacity: 0.3;
  fill: var(--black);
}
/* line 279, ../sass/components/c-register.scss */
.c-register__right .input__container .input__item input:focus-visible {
  outline: none;
}
/* line 284, ../sass/components/c-register.scss */
.c-register__right .input__container .input__item label {
  color: var(--gray);
  font-family: var(--font-family-secondary);
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  position: absolute;
  left: 22px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
  cursor: pointer;
  padding: 0px 3px;
  margin-left: -3px;
}
/* line 301, ../sass/components/c-register.scss */
.c-register__right .input__container .input__item svg {
  position: absolute;
  right: 25px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
/* line 311, ../sass/components/c-register.scss */
.c-register__title {
  color: var(--black);
  font-family: var(--font-family-primary);
  font-size: 36px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 6px;
  text-align: center;
}
@media (max-width: 1023px) {
  /* line 311, ../sass/components/c-register.scss */
  .c-register__title {
    font-size: 29px;
  }
}
/* line 326, ../sass/components/c-register.scss */
.c-register__subtitle {
  color: var(--black);
  text-align: center;
  -webkit-font-feature-settings: 'clig' off, 'liga' off;
          font-feature-settings: 'clig' off, 'liga' off;
  font-family: var(--font-family-secondary);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 23px;
  margin-bottom: 40px;
  text-align: center;
  padding: 0px 50px;
}
@media (max-width: 1023px) {
  /* line 326, ../sass/components/c-register.scss */
  .c-register__subtitle {
    max-width: 100%;
    padding: 0px;
    font-size: 18px;
    margin-bottom: 5px;
  }
}
/* line 346, ../sass/components/c-register.scss */
.c-register__subtitle a {
  text-decoration: none;
  color: var(--darkBlue);
}
/* line 352, ../sass/components/c-register.scss */
.c-register .button {
  width: 100%;
  border-radius: 2px;
  cursor: pointer;
  padding: 15px;
  text-align: center;
  font-family: var(--font-family-primary);
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-decoration: none;
  display: block;
}
/* line 366, ../sass/components/c-register.scss */
.c-register .button:hover {
  background: #DB672A;
  color: var(--white);
  border-color: transparent;
  -webkit-transition: background-color 0.25s ease-in-out, color 0.25s ease-in-out;
  transition: background-color 0.25s ease-in-out, color 0.25s ease-in-out;
}
/* line 373, ../sass/components/c-register.scss */
.c-register .button--primary {
  border: 1px solid var(--darkBlue);
  background: var(--darkBlue);
  color: var(--white);
}
/* line 379, ../sass/components/c-register.scss */
.c-register .button--secondary {
  border: 1px solid var(--darkBlue);
  background: var(--white);
  color: var(--darkBlue);
  margin-top: 15px;
}
/* line 387, ../sass/components/c-register.scss */
.c-register__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 15px 0px 50px;
}
/* line 393, ../sass/components/c-register.scss */
.c-register__wrapper .forgot-password-btn {
  color: var(--darkBlue);
  font-family: var(--font-family-secondary);
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  border: none;
  background: none;
  cursor: pointer;
}
/* line 407, ../sass/components/c-register.scss */
.c-register__checkbox .custom-checkbox-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  cursor: pointer;
}
/* line 414, ../sass/components/c-register.scss */
.c-register__checkbox .custom-checkbox {
  display: none;
}
/* line 418, ../sass/components/c-register.scss */
.c-register__checkbox .custom-checkbox-checkmark {
  display: inline-block;
  width: 21px;
  height: 21px;
  min-width: 21px;
  min-height: 21px;
  border: 1px solid var(--darkBorder);
  background-color: transparent;
  position: relative;
  margin-right: 5px;
}
@media (max-width: 1023px) {
  /* line 418, ../sass/components/c-register.scss */
  .c-register__checkbox .custom-checkbox-checkmark {
    background: var(--white);
  }
}
/* line 433, ../sass/components/c-register.scss */
.c-register__checkbox .custom-checkbox-checkmark span.custom-checkbox-checkmark {
  display: none;
}
/* line 440, ../sass/components/c-register.scss */
.c-register__checkbox .custom-checkbox:checked + .custom-checkbox-checkmark span.custom-checkbox-checkmark {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
/* line 452, ../sass/components/c-register.scss */
.c-register__checkbox .checkbox-text {
  color: var(--black);
  font-family: var(--font-family-secondary);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-right: 15px;
}
/* line 463, ../sass/components/c-register.scss */
.c-register__show-more {
  background: none;
  border: none;
  padding: 0;
  outline: inherit;
  color: var(--darkBlue);
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  font-family: var(--font-family-primary);
  line-height: normal;
  display: none;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 30px;
  border-bottom: 1px solid var(--lightBorder);
  width: 100%;
}
@media (max-width: 1023px) {
  /* line 463, ../sass/components/c-register.scss */
  .c-register__show-more {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
/* line 489, ../sass/components/c-register.scss */
.c-register__buttons-title {
  color: var(--black);
  text-align: center;
  -webkit-font-feature-settings: 'clig' off, 'liga' off;
          font-feature-settings: 'clig' off, 'liga' off;
  font-family: var(--font-family-secondary);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 23px;
  margin-bottom: 30px;
  margin-top: 15px;
}
@media (max-width: 1023px) {
  /* line 489, ../sass/components/c-register.scss */
  .c-register__buttons-title {
    font-weight: 400;
  }
}
/* line 506, ../sass/components/c-register.scss */
.c-register__buttons-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  margin-bottom: 22px;
}
@media (max-width: 1023px) {
  /* line 506, ../sass/components/c-register.scss */
  .c-register__buttons-wrapper {
    gap: 15px;
  }
}
/* line 516, ../sass/components/c-register.scss */
.c-register__buttons-wrapper .c-register__button {
  border-radius: 9.8px;
  border: 0.7px solid var(--lightBorder);
  background: var(--offWhite);
  padding: 12px 18px;
  color: var(--black);
  text-align: center;
  font-size: 13px;
  font-family: var(--font-family-secondary);
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  width: 50%;
  cursor: pointer;
}
@media (max-width: 1023px) {
  /* line 516, ../sass/components/c-register.scss */
  .c-register__buttons-wrapper .c-register__button {
    border-radius: 14px;
    border: 1px solid var(--black);
    background: var(--white);
    padding: 10px 15px;
    font-size: 16px;
  }
}
/* line 539, ../sass/components/c-register.scss */
.c-register__buttons-wrapper .c-register__button img {
  display: none;
}
/* line 543, ../sass/components/c-register.scss */
.c-register__buttons-wrapper .c-register__button.selected {
  background: var(--mediumGray);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
  border: 0.7px solid var(--mediumGray);
}
@media (max-width: 1023px) {
  /* line 543, ../sass/components/c-register.scss */
  .c-register__buttons-wrapper .c-register__button.selected {
    gap: 3px;
    background: var(--mediumGray);
    border: 1px solid var(--black);
  }
}
/* line 557, ../sass/components/c-register.scss */
.c-register__buttons-wrapper .c-register__button.selected img {
  display: inline;
}

/* line 2, ../sass/components/c-category-page.scss */
.category-page h1.title {
  margin-bottom: 30px;
}
/* line 6, ../sass/components/c-category-page.scss */
.category-page .categories {
  margin: 20px 0;
}
@media (min-width: 1024px) {
  /* line 6, ../sass/components/c-category-page.scss */
  .category-page .categories {
    text-align: center;
    margin-top: 34px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    max-width: 85vw;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
/* line 19, ../sass/components/c-category-page.scss */
.category-page .categories__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (min-width: 1024px) {
  /* line 19, ../sass/components/c-category-page.scss */
  .category-page .categories__wrapper {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    max-width: 85vw;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
/* line 31, ../sass/components/c-category-page.scss */
.category-page .categories__item {
  color: var(--darkBlue);
  font-family: var(--font-family-secondary);
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.479px;
  border-radius: 1px;
  border: 1px solid var(--darkBlue);
  background: var(--white);
  width: auto;
  padding: 10.5px 20px;
  cursor: pointer;
  margin-top: 10px;
  margin-right: 4px;
  position: relative;
  text-decoration: none;
}
/* line 51, ../sass/components/c-category-page.scss */
.category-page .categories__item:hover {
  background: var(--darkBlue);
  color: var(--white);
}
/* line 56, ../sass/components/c-category-page.scss */
.category-page .categories__item .corner-filled-blue {
  display: none;
  position: absolute;
  right: -1px;
  bottom: -1px;
}
/* line 62, ../sass/components/c-category-page.scss */
.category-page .categories__item .corner-filled-blue svg {
  display: block;
  height: 10px;
  width: 11px;
}
/* line 69, ../sass/components/c-category-page.scss */
.category-page .categories__item .corner-filled-white {
  display: none;
  position: absolute;
  right: -1px;
  bottom: -1px;
}
/* line 75, ../sass/components/c-category-page.scss */
.category-page .categories__item .corner-filled-white svg {
  display: block;
  height: 10px;
  width: 11px;
}
/* line 83, ../sass/components/c-category-page.scss */
.category-page .categories__item[data-subcategory] .corner-filled-blue {
  display: inline;
}
/* line 89, ../sass/components/c-category-page.scss */
.category-page .categories__item.active {
  background: var(--darkBlue);
  color: var(--white);
}
/* line 93, ../sass/components/c-category-page.scss */
.category-page .categories__item.active .corner-filled-blue {
  display: none;
}
/* line 97, ../sass/components/c-category-page.scss */
.category-page .categories__item.active .corner-filled-white {
  display: inline;
}
/* line 103, ../sass/components/c-category-page.scss */
.category-page .categories .back-button {
  width: 41px;
  height: 41px;
  padding: 11px 12px;
  border-radius: 2px;
  background: var(--darkBlue);
  border: 1px solid var(--darkBlue);
  cursor: pointer;
  margin-top: 10px;
  margin-right: 4px;
  text-align: center;
}
@media (min-width: 1024px) {
  /* line 103, ../sass/components/c-category-page.scss */
  .category-page .categories .back-button {
    display: none;
  }
}
/* line 121, ../sass/components/c-category-page.scss */
.category-page__content {
  grid-column: col-start 4 / span 9;
}
/* line 125, ../sass/components/c-category-page.scss */
.category-page .subcategories {
  text-align: center;
  margin-top: 16px;
  margin-bottom: 20px;
  display: none;
}
/* line 131, ../sass/components/c-category-page.scss */
.category-page .subcategories.active {
  display: block;
}
/* line 135, ../sass/components/c-category-page.scss */
.category-page .subcategories a {
  color: var(--black);
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 29px;
  text-decoration: none;
  border-right: 1px solid var(--mediumBorder);
  padding: 0 20px;
}
/* line 146, ../sass/components/c-category-page.scss */
.category-page .subcategories a:last-child {
  border-right: none;
}
/* line 150, ../sass/components/c-category-page.scss */
.category-page .subcategories a.swiper-slide {
  -ms-flex-negative: unset;
      flex-shrink: unset;
  white-space: nowrap;
}
/* line 157, ../sass/components/c-category-page.scss */
.category-page__description-section {
  max-height: 125px;
  overflow: hidden;
  position: relative;
  -webkit-transition: all 1s cubic-bezier(0, 1, 0, 1);
  transition: all 1s cubic-bezier(0, 1, 0, 1);
  border: 0px solid transparent;
  padding-bottom: 50px;
}
@media (min-width: 768px) {
  /* line 157, ../sass/components/c-category-page.scss */
  .category-page__description-section {
    text-align: center;
  }
}
/* line 169, ../sass/components/c-category-page.scss */
.category-page__description-section.open {
  max-height: inherit;
  overflow: visible;
  -webkit-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}
/* line 175, ../sass/components/c-category-page.scss */
.category-page__description-section .background-shadow {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 253, 253, 0)), color-stop(60%, #FCFCFC));
  background: linear-gradient(180deg, rgba(255, 253, 253, 0) 0%, #FCFCFC 60%);
  height: 140px;
  width: 100%;
  position: absolute;
  bottom: 0;
  display: block;
}
/* line 184, ../sass/components/c-category-page.scss */
.category-page__description-section .category-page__description-button {
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  outline: inherit;
  color: var(--darkBlue);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  bottom: 30px;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 767px) {
  /* line 184, ../sass/components/c-category-page.scss */
  .category-page__description-section .category-page__description-button {
    width: 100%;
  }
}
/* line 207, ../sass/components/c-category-page.scss */
.category-page__description-section .category-page__description-button::before {
  content: '';
  width: 28.5px;
  height: 1px;
  background-color: var(--mediumGray);
  margin: 0px 8px;
  border-radius: 50px;
}
/* line 216, ../sass/components/c-category-page.scss */
.category-page__description-section .category-page__description-button::after {
  content: '';
  width: 28.5px;
  height: 1px;
  background-color: var(--mediumGray);
  margin: 0px 8px;
  border-radius: 50px;
}
/* line 227, ../sass/components/c-category-page.scss */
.category-page__description-content {
  color: var(--black);
  font-family: var(--font-family-secondary);
  font-size: 17px;
  font-style: normal;
  font-weight: 300;
  line-height: 23px;
  margin-bottom: 20px;
}
@media (min-width: 1024px) {
  /* line 227, ../sass/components/c-category-page.scss */
  .category-page__description-content {
    font-size: 18px;
    line-height: 26px;
    text-align: center;
  }
}
/* line 245, ../sass/components/c-category-page.scss */
.category-page__buttons {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 11px;
  margin-bottom: 20px;
}
@media (min-width: 1024px) {
  /* line 245, ../sass/components/c-category-page.scss */
  .category-page__buttons {
    display: none;
  }
}
/* line 256, ../sass/components/c-category-page.scss */
.category-page .product-sortby-btn {
  border-radius: 2px;
  border: 1px solid var(--black);
  background: var(--lightBlueGray);
  color: var(--black);
  font-family: var(--font-family-secondary);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding: 9px 3px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 5px;
  position: relative;
}
@media (max-width: 1023px) {
  /* line 273, ../sass/components/c-category-page.scss */
  .category-page .product-sortby-btn .product-toolbar__options {
    width: calc(100% + 2px);
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    top: calc(100% + 1px);
    display: none;
  }
}
@media (max-width: 1023px) {
  /* line 283, ../sass/components/c-category-page.scss */
  .category-page .product-sortby-btn.open .product-toolbar__options {
    display: block;
  }
}
/* line 291, ../sass/components/c-category-page.scss */
.category-page .product-numbers-btn {
  border-radius: 2px;
  border: 1px solid var(--black);
  background: var(--lightBlueGray);
  color: var(--black);
  font-family: var(--font-family-secondary);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding: 9px 3px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 5px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  position: relative;
}
/* line 309, ../sass/components/c-category-page.scss */
.category-page .product-numbers-btn img {
  -webkit-transition: -webkit-transform 0.25s;
  transition: -webkit-transform 0.25s;
  transition: transform 0.25s;
  transition: transform 0.25s, -webkit-transform 0.25s;
}
/* line 313, ../sass/components/c-category-page.scss */
.category-page .product-numbers-btn span {
  max-width: 74px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
@media (max-width: 1023px) {
  /* line 320, ../sass/components/c-category-page.scss */
  .category-page .product-numbers-btn .product-toolbar__options {
    width: calc(100% + 2px);
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    top: calc(100% + 1px);
    display: none;
  }
}
@media (max-width: 1023px) {
  /* line 330, ../sass/components/c-category-page.scss */
  .category-page .product-numbers-btn.open .product-toolbar__options {
    display: block;
  }
}
/* line 336, ../sass/components/c-category-page.scss */
.category-page .product-numbers-btn.open img {
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}

/* line 343, ../sass/components/c-category-page.scss */
.variants-wrapper {
  margin: 20px 0px;
}
@media (min-width: 1024px) {
  /* line 343, ../sass/components/c-category-page.scss */
  .variants-wrapper {
    margin: 50px 0;
  }
}

/* line 351, ../sass/components/c-category-page.scss */
.allVariantsContainer {
  display: none;
  grid-column: 1 / span 2;
  padding: 20px 0;
  background-color: var(--white);
}
/* line 357, ../sass/components/c-category-page.scss */
.allVariantsContainer .isLoading {
  margin: 20px auto;
  text-align: center;
}
@media (min-width: 1023px) {
  /* line 357, ../sass/components/c-category-page.scss */
  .allVariantsContainer .isLoading {
    margin: 50px 0;
  }
}
@media (max-width: 1023px) {
  /* line 365, ../sass/components/c-category-page.scss */
  .allVariantsContainer .isLoading img {
    width: 50px;
  }
}
@media (min-width: 1024px) {
  /* line 351, ../sass/components/c-category-page.scss */
  .allVariantsContainer {
    grid-column: 1 / span 3;
    padding: 30px 35px;
    background-color: var(--lightBlueGray);
  }
}
@media (min-width: 1024px) {
  /* line 381, ../sass/components/c-category-page.scss */
  .allVariantsContainer .variants-desktop {
    display: block;
  }
  /* line 385, ../sass/components/c-category-page.scss */
  .allVariantsContainer .variants-mobile {
    display: none;
  }
}
@media (max-width: 1023px) {
  /* line 391, ../sass/components/c-category-page.scss */
  .allVariantsContainer .variants-desktop {
    display: none;
  }
  /* line 395, ../sass/components/c-category-page.scss */
  .allVariantsContainer .variants-mobile {
    display: block;
  }
}
/* line 402, ../sass/components/c-category-page.scss */
.allVariantsContainer.left-side .suggested-products-mobile__title:after {
  right: unset;
  left: 60px;
}

/* line 413, ../sass/components/c-category-page.scss */
.products-list.show-as-list .product {
  border: 1.1px solid var(--lightBorder);
  background: var(--white);
  display: grid;
  grid-template-columns: 88px auto auto;
  grid-template-rows: auto auto;
  padding: 20px 10px 20px 20px;
  justify-items: start;
  position: relative;
  text-decoration: none;
}
@media (min-width: 1024px) {
  /* line 413, ../sass/components/c-category-page.scss */
  .products-list.show-as-list .product {
    grid-template-columns: 166px auto 166px;
    grid-template-rows: auto auto;
    padding: 20px;
  }
}
/* line 430, ../sass/components/c-category-page.scss */
.products-list.show-as-list .product.highlighted {
  background: var(--softGreen);
}
/* line 434, ../sass/components/c-category-page.scss */
.products-list.show-as-list .product__brand-wrapper {
  margin-bottom: 8px;
  text-decoration: none;
}
@media (min-width: 1024px) {
  /* line 434, ../sass/components/c-category-page.scss */
  .products-list.show-as-list .product__brand-wrapper {
    margin-bottom: 20px;
    font-size: 12px;
    opacity: 1;
    grid-column: 2 / span 1;
    grid-row: 1 / span 1;
  }
}
/* line 447, ../sass/components/c-category-page.scss */
.products-list.show-as-list .product__image {
  width: 78px;
  height: 78px;
  -o-object-fit: cover;
     object-fit: cover;
  border: 1px solid var(--lightBorder);
  background: var(--white);
  padding: 5px;
  margin-bottom: 15px;
}
@media (min-width: 1024px) {
  /* line 447, ../sass/components/c-category-page.scss */
  .products-list.show-as-list .product__image {
    margin-bottom: 0;
  }
}
/* line 460, ../sass/components/c-category-page.scss */
.products-list.show-as-list .product__image img {
  width: 100%;
}
@media (min-width: 1024px) {
  /* line 447, ../sass/components/c-category-page.scss */
  .products-list.show-as-list .product__image {
    width: 146px;
    height: 139px;
    padding: 25px;
    grid-column: 1 / span 1;
    grid-row: 1 /span 2;
  }
}
/* line 473, ../sass/components/c-category-page.scss */
.products-list.show-as-list .product__info-label {
  position: absolute;
  top: 10px;
  right: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2px;
  text-decoration: none;
}
@media (min-width: 1024px) {
  /* line 473, ../sass/components/c-category-page.scss */
  .products-list.show-as-list .product__info-label {
    position: relative;
    grid-column: 2 / span 1;
    grid-row: 2 / span 1;
  }
}
/* line 489, ../sass/components/c-category-page.scss */
.products-list.show-as-list .product__info-label--image {
  width: 36.8px;
  height: 36.8px;
  background-color: var(--brightGreen);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 7px;
}
@media (min-width: 1024px) {
  /* line 489, ../sass/components/c-category-page.scss */
  .products-list.show-as-list .product__info-label--image {
    width: 46px;
    height: 46px;
  }
}
/* line 503, ../sass/components/c-category-page.scss */
.products-list.show-as-list .product__info-label--image img {
  display: block;
  max-width: 100%;
  max-height: 100%;
}
/* line 510, ../sass/components/c-category-page.scss */
.products-list.show-as-list .product__info-label--text {
  min-width: 36.8px;
  height: 36.8px;
  background-color: var(--lightGreen);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  padding: 2px;
  color: var(--darkGreen);
  font-family: var(--font-family-secondary);
  font-size: 8.28px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-decoration: none;
}
/* line 528, ../sass/components/c-category-page.scss */
.products-list.show-as-list .product__info-label--text span:nth-child(2) {
  font-size: 11.04px;
}
@media (min-width: 1024px) {
  /* line 510, ../sass/components/c-category-page.scss */
  .products-list.show-as-list .product__info-label--text {
    min-width: 46px;
    height: 46px;
    font-size: 11.5px;
  }
  /* line 539, ../sass/components/c-category-page.scss */
  .products-list.show-as-list .product__info-label--text span:nth-child(2) {
    font-size: 15.333px;
  }
}
/* line 546, ../sass/components/c-category-page.scss */
.products-list.show-as-list .product__info-label .img {
  height: 46px;
}
/* line 551, ../sass/components/c-category-page.scss */
.products-list.show-as-list .product__category-name {
  color: var(--black);
  font-family: var(--font-family-secondary);
  font-size: 11px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.24px;
  opacity: 0.5;
  margin-bottom: 5px;
}
@media (min-width: 1024px) {
  /* line 551, ../sass/components/c-category-page.scss */
  .products-list.show-as-list .product__category-name {
    font-size: 12px;
    opacity: 1;
  }
}
/* line 569, ../sass/components/c-category-page.scss */
.products-list.show-as-list .product__name {
  color: var(--black);
  font-family: var(--font-family-secondary);
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: -0.28px;
  margin-bottom: 0px;
}
@media (min-width: 1023px) {
  /* line 569, ../sass/components/c-category-page.scss */
  .products-list.show-as-list .product__name {
    margin-bottom: 0px;
    font-size: 17px;
    font-weight: 700;
    letter-spacing: -0.34px;
  }
}
/* line 587, ../sass/components/c-category-page.scss */
.products-list.show-as-list .product__brand-name {
  color: var(--black);
  font-family: var(--font-family-secondary);
  font-size: 11px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.24px;
  opacity: 0.5;
  margin-top: 5px;
}
@media (min-width: 1024px) {
  /* line 587, ../sass/components/c-category-page.scss */
  .products-list.show-as-list .product__brand-name {
    font-size: 12px;
    opacity: 1;
    margin-bottom: 0px;
  }
}
/* line 605, ../sass/components/c-category-page.scss */
.products-list.show-as-list .product__price-wrapper {
  -ms-flex-item-align: end;
      align-self: end;
}
@media (min-width: 1024px) {
  /* line 605, ../sass/components/c-category-page.scss */
  .products-list.show-as-list .product__price-wrapper {
    grid-column: 3 / span 1;
    grid-row: 1 / span 2;
    margin-top: 18px;
    -ms-flex-item-align: start;
        align-self: flex-start;
  }
}
/* line 615, ../sass/components/c-category-page.scss */
.products-list.show-as-list .product__price-wrapper .price-details-tax {
  color: var(--black);
  font-family: var(--font-family-secondary);
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
@media (max-width: 1023px) {
  /* line 615, ../sass/components/c-category-page.scss */
  .products-list.show-as-list .product__price-wrapper .price-details-tax {
    font-size: 10px;
  }
}
/* line 628, ../sass/components/c-category-page.scss */
.products-list.show-as-list .product__price-wrapper .prep {
  color: var(--black);
  font-family: var(--font-family-secondary);
  font-size: 8px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
@media (min-width: 1024px) {
  /* line 628, ../sass/components/c-category-page.scss */
  .products-list.show-as-list .product__price-wrapper .prep {
    font-size: 12px;
    font-weight: 400;
  }
}
/* line 642, ../sass/components/c-category-page.scss */
.products-list.show-as-list .product__price-wrapper .price {
  color: var(--black);
  font-family: var(--font-family-secondary);
  font-size: 15.2px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
@media (min-width: 1024px) {
  /* line 642, ../sass/components/c-category-page.scss */
  .products-list.show-as-list .product__price-wrapper .price {
    font-size: 23.442px;
  }
}
@media (max-width: 1023px) {
  /* line 656, ../sass/components/c-category-page.scss */
  .products-list.show-as-list .product__price-wrapper .price.campaign .price-details-tax {
    display: none;
  }
}
/* line 662, ../sass/components/c-category-page.scss */
.products-list.show-as-list .product__price-wrapper .price.campaign .integer {
  color: var(--campaignRed);
  font-size: 16.8px;
}
@media (min-width: 1024px) {
  /* line 662, ../sass/components/c-category-page.scss */
  .products-list.show-as-list .product__price-wrapper .price.campaign .integer {
    font-size: 26.791px;
  }
}
/* line 671, ../sass/components/c-category-page.scss */
.products-list.show-as-list .product__price-wrapper .price.campaign .decimal {
  color: var(--campaignRed);
}
/* line 677, ../sass/components/c-category-page.scss */
.products-list.show-as-list .product__price-wrapper .price.old .integer {
  font-size: 14.735px;
  text-decoration: line-through;
}
/* line 682, ../sass/components/c-category-page.scss */
.products-list.show-as-list .product__price-wrapper .price.old .decimal {
  font-size: 7.367px;
  top: -5px;
}
/* line 689, ../sass/components/c-category-page.scss */
.products-list.show-as-list .product__price-wrapper .price .integer {
  font-size: 16.8px;
  font-weight: 700;
  position: relative;
}
@media (min-width: 1024px) {
  /* line 689, ../sass/components/c-category-page.scss */
  .products-list.show-as-list .product__price-wrapper .price .integer {
    font-size: 26.791px;
  }
}
/* line 699, ../sass/components/c-category-page.scss */
.products-list.show-as-list .product__price-wrapper .price .decimal {
  font-size: 11px;
  font-weight: 700;
  position: relative;
  top: -9px;
  margin-left: -6px;
}
@media (min-width: 1024px) {
  /* line 699, ../sass/components/c-category-page.scss */
  .products-list.show-as-list .product__price-wrapper .price .decimal {
    font-size: 13.395px;
  }
}
@media (min-width: 1024px) {
  /* line 712, ../sass/components/c-category-page.scss */
  .products-list.show-as-list .product__price-wrapper.campaign {
    position: relative;
  }
}
@media (min-width: 1023px) {
  /* line 717, ../sass/components/c-category-page.scss */
  .products-list.show-as-list .product__price-wrapper.campaign .price-details-tax {
    display: block;
  }
}
@media (min-width: 1023px) {
  /* line 724, ../sass/components/c-category-page.scss */
  .products-list.show-as-list .product__price-wrapper.campaign .price .price-details-tax {
    display: none;
  }
}
/* line 731, ../sass/components/c-category-page.scss */
.products-list.show-as-list .product__price-wrapper.campaign .campaign-label {
  background-color: var(--campaignRed);
  display: block;
  position: absolute;
  top: 5px;
  left: 10px;
  padding: 4px;
  border-radius: 3px;
}
@media (min-width: 1024px) {
  /* line 731, ../sass/components/c-category-page.scss */
  .products-list.show-as-list .product__price-wrapper.campaign .campaign-label {
    left: -128px;
    padding: 5px 8px;
  }
}
/* line 745, ../sass/components/c-category-page.scss */
.products-list.show-as-list .product__price-wrapper.campaign .campaign-label::after {
  content: '';
  width: 0;
  height: 0;
  border-left: 16px solid transparent;
  border-right: 0px solid transparent;
  border-top: 14px solid var(--campaignRed);
  position: absolute;
  bottom: -7px;
  right: 0;
}
@media (min-width: 1024px) {
  /* line 745, ../sass/components/c-category-page.scss */
  .products-list.show-as-list .product__price-wrapper.campaign .campaign-label::after {
    border-left: 17px solid transparent;
    border-top: 14px solid var(--campaignRed);
    bottom: -11px;
  }
}
/* line 763, ../sass/components/c-category-page.scss */
.products-list.show-as-list .product__price-wrapper.campaign .campaign-label span {
  color: var(--white);
  font-family: var(--font-family-primary);
  font-size: 10px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.14px;
  display: block;
}
@media (min-width: 1024px) {
  /* line 763, ../sass/components/c-category-page.scss */
  .products-list.show-as-list .product__price-wrapper.campaign .campaign-label span {
    font-size: 14px;
    font-weight: 600;
  }
}
@media (max-width: 1024px) {
  /* line 779, ../sass/components/c-category-page.scss */
  .products-list.show-as-list .product__price-wrapper.campaign .campaign-label .details {
    display: none;
  }
}
/* line 788, ../sass/components/c-category-page.scss */
.products-list.show-as-list .product__show-variants {
  color: var(--darkBlue);
  font-family: var(--font-family-secondary);
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  background: none;
  border: none;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  cursor: pointer;
  position: absolute;
  left: 20px;
  bottom: 7px;
}
@media (min-width: 1024px) {
  /* line 788, ../sass/components/c-category-page.scss */
  .products-list.show-as-list .product__show-variants {
    grid-column: 3 / span 1;
    grid-row: 2 / span 1;
    font-size: 16px;
    position: relative;
    -ms-flex-item-align: end;
        align-self: end;
  }
}
/* line 811, ../sass/components/c-category-page.scss */
.products-list.show-as-list .product__show-variants span.show-variants-arrow {
  width: 15px;
  height: 9px;
  right: -14px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  margin-top: 1px;
  -webkit-transition: -webkit-transform 0.25s;
  transition: -webkit-transform 0.25s;
  transition: transform 0.25s;
  transition: transform 0.25s, -webkit-transform 0.25s;
}
@media (min-width: 1024px) {
  /* line 811, ../sass/components/c-category-page.scss */
  .products-list.show-as-list .product__show-variants span.show-variants-arrow {
    width: 17px;
    height: 10px;
  }
}
/* line 830, ../sass/components/c-category-page.scss */
.products-list.show-as-list .product__show-variants span.show-variants-arrow svg {
  display: block;
  width: 15px;
  height: 9px;
}
@media (min-width: 1024px) {
  /* line 830, ../sass/components/c-category-page.scss */
  .products-list.show-as-list .product__show-variants span.show-variants-arrow svg {
    width: 17px;
    height: 10px;
  }
}
/* line 842, ../sass/components/c-category-page.scss */
.products-list.show-as-list .product__show-variants span.count-variants {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: var(--darkBlue);
  color: var(--white);
  margin-left: 2px;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
  line-height: 1;
  min-width: 1.5em;
  height: 1.5em;
  padding: 0 0.4em;
  border-radius: 9999px;
  font-size: 0.75rem;
}
/* line 859, ../sass/components/c-category-page.scss */
.products-list.show-as-list .product__hide-variants {
  display: none;
  color: var(--darkBlue);
  font-family: var(--font-family-secondary);
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  background: none;
  border: none;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  cursor: pointer;
  position: relative;
}
@media (min-width: 1024px) {
  /* line 859, ../sass/components/c-category-page.scss */
  .products-list.show-as-list .product__hide-variants {
    grid-column: 3 / span 1;
    grid-row: 2 / span 1;
    font-size: 16px;
    -ms-flex-item-align: end;
        align-self: end;
  }
}
/* line 880, ../sass/components/c-category-page.scss */
.products-list.show-as-list .product__hide-variants .show-variants-arrow {
  width: 15px;
  height: 9px;
  right: -14px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(180deg);
  transform: translateY(-50%) rotate(180deg);
  margin-top: 1px;
  -webkit-transition: -webkit-transform 0.25s;
  transition: -webkit-transform 0.25s;
  transition: transform 0.25s;
  transition: transform 0.25s, -webkit-transform 0.25s;
}
@media (min-width: 1024px) {
  /* line 880, ../sass/components/c-category-page.scss */
  .products-list.show-as-list .product__hide-variants .show-variants-arrow {
    width: 17px;
    height: 10px;
  }
}
/* line 899, ../sass/components/c-category-page.scss */
.products-list.show-as-list .product__hide-variants .show-variants-arrow svg {
  display: block;
  width: 15px;
  height: 9px;
}
@media (min-width: 1024px) {
  /* line 899, ../sass/components/c-category-page.scss */
  .products-list.show-as-list .product__hide-variants .show-variants-arrow svg {
    width: 17px;
    height: 10px;
  }
}
@media (min-width: 1024px) {
  /* line 915, ../sass/components/c-category-page.scss */
  .products-list.show-as-list .product.show-variants-table .product__show-variants {
    display: none;
  }
  /* line 919, ../sass/components/c-category-page.scss */
  .products-list.show-as-list .product.show-variants-table .product__hide-variants {
    display: block;
  }
}
/* line 927, ../sass/components/c-category-page.scss */
.products-list.show-as-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin: 10px 0px 25px;
}
@media (min-width: 1024px) {
  /* line 927, ../sass/components/c-category-page.scss */
  .products-list.show-as-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    grid-gap: 30px;
    margin: 11px 0px 65px;
  }
}
/* line 938, ../sass/components/c-category-page.scss */
.products-list.show-as-grid .product {
  position: relative;
  border: 0.216px solid var(--lightBorder);
  background: var(--white);
  padding: 22px 17px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  text-decoration: none;
}
@media (min-width: 1024px) {
  /* line 938, ../sass/components/c-category-page.scss */
  .products-list.show-as-grid .product {
    padding: 45px 30px 33px;
    border: 1.1px solid var(--lightBorder);
  }
}
@media (min-width: 1024px) {
  /* line 953, ../sass/components/c-category-page.scss */
  .products-list.show-as-grid .product.show-variants-table {
    border: 11px solid var(--lightBlueGray);
    padding: 34px 19px 22px;
  }
  /* line 958, ../sass/components/c-category-page.scss */
  .products-list.show-as-grid .product.show-variants-table::after {
    content: '';
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 14px solid var(--lightBlueGray);
    position: absolute;
    left: 50%;
    bottom: -40px;
  }
}
/* line 971, ../sass/components/c-category-page.scss */
.products-list.show-as-grid .product.show-variants-table .product__show-variants {
  display: none;
}
/* line 975, ../sass/components/c-category-page.scss */
.products-list.show-as-grid .product.show-variants-table .product__hide-variants {
  display: block;
}
/* line 981, ../sass/components/c-category-page.scss */
.products-list.show-as-grid .product__image img {
  width: 100%;
  max-width: 280px;
  max-height: 232px;
  -o-object-fit: contain;
     object-fit: contain;
}
/* line 989, ../sass/components/c-category-page.scss */
.products-list.show-as-grid .product__info-label {
  position: absolute;
  top: 14px;
  left: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2px;
  text-decoration: none;
}
@media (min-width: 1024px) {
  /* line 989, ../sass/components/c-category-page.scss */
  .products-list.show-as-grid .product__info-label {
    top: 20px;
  }
}
/* line 1001, ../sass/components/c-category-page.scss */
.products-list.show-as-grid .product__info-label--image {
  width: 36.8px;
  height: 36.8px;
  background-color: var(--brightGreen);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 7px;
}
@media (min-width: 1024px) {
  /* line 1001, ../sass/components/c-category-page.scss */
  .products-list.show-as-grid .product__info-label--image {
    width: 46px;
    height: 46px;
  }
}
/* line 1015, ../sass/components/c-category-page.scss */
.products-list.show-as-grid .product__info-label--image img {
  display: block;
  max-width: 100%;
  max-height: 100%;
}
/* line 1022, ../sass/components/c-category-page.scss */
.products-list.show-as-grid .product__info-label--text {
  min-width: 36.8px;
  height: 36.8px;
  background-color: var(--lightGreen);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 2px;
  color: var(--darkGreen);
  font-family: var(--font-family-secondary);
  font-size: 9.2px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-decoration: none;
}
@media (min-width: 1024px) {
  /* line 1022, ../sass/components/c-category-page.scss */
  .products-list.show-as-grid .product__info-label--text {
    min-width: 46px;
    height: 46px;
    font-size: 15.333px;
  }
}
/* line 1047, ../sass/components/c-category-page.scss */
.products-list.show-as-grid .product__brand-wrapper {
  margin-bottom: 8px;
  text-decoration: none;
}
@media (min-width: 1024px) {
  /* line 1047, ../sass/components/c-category-page.scss */
  .products-list.show-as-grid .product__brand-wrapper {
    margin-bottom: 20px;
  }
}
/* line 1056, ../sass/components/c-category-page.scss */
.products-list.show-as-grid .product__category-name {
  color: var(--black);
  font-family: var(--font-family-secondary);
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.24px;
  margin-top: 8px;
  margin-bottom: 5px;
}
/* line 1068, ../sass/components/c-category-page.scss */
.products-list.show-as-grid .product__name {
  color: var(--black);
  font-family: var(--font-family-secondary);
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -0.28px;
}
@media (min-width: 1023px) {
  /* line 1068, ../sass/components/c-category-page.scss */
  .products-list.show-as-grid .product__name {
    font-size: 17px;
    letter-spacing: -0.34px;
  }
}
/* line 1083, ../sass/components/c-category-page.scss */
.products-list.show-as-grid .product__brand-name {
  color: var(--black);
  font-family: var(--font-family-secondary);
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.24px;
  margin-bottom: 5px;
  margin-top: 5px;
}
/* line 1095, ../sass/components/c-category-page.scss */
.products-list.show-as-grid .product__price-wrapper {
  margin-bottom: 15px;
}
@media (min-width: 1024px) {
  /* line 1095, ../sass/components/c-category-page.scss */
  .products-list.show-as-grid .product__price-wrapper {
    margin-bottom: 35px;
  }
}
/* line 1102, ../sass/components/c-category-page.scss */
.products-list.show-as-grid .product__price-wrapper .prep {
  color: var(--black);
  font-family: var(--font-family-secondary);
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
/* line 1111, ../sass/components/c-category-page.scss */
.products-list.show-as-grid .product__price-wrapper .price-details-tax {
  color: var(--black);
  font-family: var(--font-family-secondary);
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
@media (max-width: 1023px) {
  /* line 1111, ../sass/components/c-category-page.scss */
  .products-list.show-as-grid .product__price-wrapper .price-details-tax {
    font-size: 10px;
  }
}
/* line 1124, ../sass/components/c-category-page.scss */
.products-list.show-as-grid .product__price-wrapper .price {
  color: var(--black);
  font-family: var(--font-family-secondary);
  font-size: 19px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
@media (min-width: 1024px) {
  /* line 1124, ../sass/components/c-category-page.scss */
  .products-list.show-as-grid .product__price-wrapper .price {
    font-size: 23.442px;
  }
}
/* line 1138, ../sass/components/c-category-page.scss */
.products-list.show-as-grid .product__price-wrapper .price.campaign {
  color: var(--campaignRed);
}
/* line 1141, ../sass/components/c-category-page.scss */
.products-list.show-as-grid .product__price-wrapper .price.campaign .integer {
  color: var(--campaignRed);
  font-size: 16.8px;
}
@media (min-width: 1024px) {
  /* line 1141, ../sass/components/c-category-page.scss */
  .products-list.show-as-grid .product__price-wrapper .price.campaign .integer {
    font-size: 26.791px;
  }
}
/* line 1150, ../sass/components/c-category-page.scss */
.products-list.show-as-grid .product__price-wrapper .price.campaign .decimal {
  color: var(--campaignRed);
  margin-left: -4px;
}
@media (max-width: 1023px) {
  /* line 1150, ../sass/components/c-category-page.scss */
  .products-list.show-as-grid .product__price-wrapper .price.campaign .decimal {
    margin-left: -3px;
    top: -4px;
  }
}
/* line 1160, ../sass/components/c-category-page.scss */
.products-list.show-as-grid .product__price-wrapper .price.campaign .price-details-tax {
  margin-left: 10px;
}
@media (max-width: 1023px) {
  /* line 1160, ../sass/components/c-category-page.scss */
  .products-list.show-as-grid .product__price-wrapper .price.campaign .price-details-tax {
    display: none;
  }
}
/* line 1169, ../sass/components/c-category-page.scss */
.products-list.show-as-grid .product__price-wrapper .price.old {
  font-size: inherit;
}
/* line 1172, ../sass/components/c-category-page.scss */
.products-list.show-as-grid .product__price-wrapper .price.old .integer {
  font-size: 14.735px;
  text-decoration: line-through;
}
/* line 1177, ../sass/components/c-category-page.scss */
.products-list.show-as-grid .product__price-wrapper .price.old .decimal {
  font-size: 7.367px;
  top: -5px;
  margin-left: -3px;
}
/* line 1184, ../sass/components/c-category-page.scss */
.products-list.show-as-grid .product__price-wrapper .price .integer {
  font-size: 21px;
  font-weight: 700;
  position: relative;
}
@media (min-width: 1024px) {
  /* line 1184, ../sass/components/c-category-page.scss */
  .products-list.show-as-grid .product__price-wrapper .price .integer {
    font-size: 26.791px;
  }
}
/* line 1194, ../sass/components/c-category-page.scss */
.products-list.show-as-grid .product__price-wrapper .price .decimal {
  font-size: 11px;
  font-weight: 700;
  position: relative;
  top: -6px;
  margin-left: -4px;
}
@media (min-width: 1024px) {
  /* line 1194, ../sass/components/c-category-page.scss */
  .products-list.show-as-grid .product__price-wrapper .price .decimal {
    font-size: 13.395px;
  }
}
/* line 1208, ../sass/components/c-category-page.scss */
.products-list.show-as-grid .product__price-wrapper.campaign .campaign-label {
  background: var(--campaignRed);
  position: absolute;
  top: 21px;
  right: 22px;
  padding: 12px 9px 12px 12px;
  color: var(--white);
  font-family: var(--font-family-primary);
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border-radius: 5px;
}
@media (max-width: 1023px) {
  /* line 1208, ../sass/components/c-category-page.scss */
  .products-list.show-as-grid .product__price-wrapper.campaign .campaign-label {
    font-size: 10px;
    padding: 8px;
    top: 14px;
    right: 16px;
    border-radius: 2px;
    padding: 4px 5px;
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
  }
}
/* line 1234, ../sass/components/c-category-page.scss */
.products-list.show-as-grid .product__price-wrapper.campaign .campaign-label::after {
  content: '';
  position: absolute;
  bottom: -10px;
  left: -10px;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 20px solid var(--campaignRed);
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
@media (max-width: 1023px) {
  /* line 1234, ../sass/components/c-category-page.scss */
  .products-list.show-as-grid .product__price-wrapper.campaign .campaign-label::after {
    bottom: -4px;
    left: -4px;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 8px solid var(--campaignRed);
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }
}
/* line 1256, ../sass/components/c-category-page.scss */
.products-list.show-as-grid .product__price-wrapper.campaign .campaign-label .details {
  font-size: 9px;
  font-weight: 400;
  font-family: var(--font-family-secondary);
}
@media (max-width: 1023px) {
  /* line 1256, ../sass/components/c-category-page.scss */
  .products-list.show-as-grid .product__price-wrapper.campaign .campaign-label .details {
    font-size: 10px;
  }
}
@media (min-width: 1023px) {
  /* line 1267, ../sass/components/c-category-page.scss */
  .products-list.show-as-grid .product__price-wrapper.campaign .price-details-tax {
    display: none;
  }
}
@media (min-width: 1023px) {
  /* line 1274, ../sass/components/c-category-page.scss */
  .products-list.show-as-grid .product__price-wrapper.campaign .price .price-details-tax {
    display: inline;
  }
}
/* line 1283, ../sass/components/c-category-page.scss */
.products-list.show-as-grid .product__show-variants {
  border-radius: 2px;
  border: 0.835px solid var(--darkBlue);
  background: var(--white);
  color: var(--darkBlue);
  font-family: var(--font-family-secondary);
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  padding: 10px 0;
  width: 100%;
  cursor: pointer;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
@media (min-width: 1024px) {
  /* line 1283, ../sass/components/c-category-page.scss */
  .products-list.show-as-grid .product__show-variants {
    font-size: 16px;
    padding: 11px 0;
  }
  /* line 1302, ../sass/components/c-category-page.scss */
  .products-list.show-as-grid .product__show-variants:hover {
    background: var(--darkBlue);
    color: var(--white);
  }
  /* line 1306, ../sass/components/c-category-page.scss */
  .products-list.show-as-grid .product__show-variants:hover .count-variants {
    background: var(--white);
    color: var(--darkBlue);
  }
}
/* line 1313, ../sass/components/c-category-page.scss */
.products-list.show-as-grid .product__show-variants span.show-variants-arrow {
  display: none;
}
/* line 1317, ../sass/components/c-category-page.scss */
.products-list.show-as-grid .product__show-variants span.count-variants {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: var(--darkBlue);
  color: var(--white);
  margin-left: 2px;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
  line-height: 1;
  min-width: 1.5em;
  height: 1.5em;
  padding: 0 0.4em;
  border-radius: 9999px;
  font-size: 0.75rem;
}
/* line 1334, ../sass/components/c-category-page.scss */
.products-list.show-as-grid .product__hide-variants {
  display: none;
  border-radius: 2px;
  border: 0.835px solid var(--darkBlue);
  background: var(--white);
  color: var(--darkBlue);
  font-family: var(--font-family-secondary);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  padding: 11px 0;
  width: 100%;
  cursor: pointer;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
/* line 1350, ../sass/components/c-category-page.scss */
.products-list.show-as-grid .product__hide-variants:hover {
  background: var(--darkBlue);
  color: var(--white);
}
/* line 1354, ../sass/components/c-category-page.scss */
.products-list.show-as-grid .product__hide-variants:hover .count-variants {
  background: var(--white);
  color: var(--darkBlue);
}
/* line 1360, ../sass/components/c-category-page.scss */
.products-list.show-as-grid .product__hide-variants span.count-variants {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: var(--darkBlue);
  color: var(--white);
  margin-left: 2px;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
  line-height: 1;
  min-width: 1.5em;
  height: 1.5em;
  padding: 0 0.4em;
  border-radius: 9999px;
  font-size: 0.75rem;
}
/* line 1376, ../sass/components/c-category-page.scss */
.products-list.show-as-grid .product__hide-variants span.show-variants-arrow {
  display: none;
}
@media (min-width: 1024px) and (max-width: 1105px) {
  /* line 1383, ../sass/components/c-category-page.scss */
  .products-list .suggested-products {
    margin-top: 0;
  }
}
/* line 1391, ../sass/components/c-category-page.scss */
.products-list .suggested-products .table-container tbody td {
  padding: 0 6px;
}
/* line 1395, ../sass/components/c-category-page.scss */
.products-list .suggested-products .table-container tbody td.name {
  white-space: nowrap;
  max-width: 210px;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (min-width: 1024px) and (max-width: 1105px) {
  /* line 1395, ../sass/components/c-category-page.scss */
  .products-list .suggested-products .table-container tbody td.name {
    max-width: 130px;
  }
}
@media (min-width: 1105px) and (max-width: 1500px) {
  /* line 1395, ../sass/components/c-category-page.scss */
  .products-list .suggested-products .table-container tbody td.name {
    max-width: 150px;
  }
}
@media (min-width: 1500px) and (max-width: 1800px) {
  /* line 1395, ../sass/components/c-category-page.scss */
  .products-list .suggested-products .table-container tbody td.name {
    max-width: 180px;
  }
}
/* line 1414, ../sass/components/c-category-page.scss */
.products-list .suggested-products .table-container tbody td.grey-font {
  white-space: nowrap;
  max-width: 100px;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (min-width: 1024px) and (max-width: 1105px) {
  /* line 1414, ../sass/components/c-category-page.scss */
  .products-list .suggested-products .table-container tbody td.grey-font {
    max-width: 50px;
  }
}
@media (min-width: 1105px) and (max-width: 1500px) {
  /* line 1414, ../sass/components/c-category-page.scss */
  .products-list .suggested-products .table-container tbody td.grey-font {
    max-width: 60px;
  }
}
@media (min-width: 1500px) and (max-width: 1800px) {
  /* line 1414, ../sass/components/c-category-page.scss */
  .products-list .suggested-products .table-container tbody td.grey-font {
    max-width: 70px;
  }
}
/* line 1436, ../sass/components/c-category-page.scss */
.products-list .suggested-products .table-container tbody tr {
  background-color: var(--white);
}
/* line 1439, ../sass/components/c-category-page.scss */
.products-list .suggested-products .table-container tbody tr:hover {
  background-color: var(--mediumGray);
}
/* line 1445, ../sass/components/c-category-page.scss */
.products-list .suggested-products .table-container thead th {
  padding-left: 7px;
}
/* line 1448, ../sass/components/c-category-page.scss */
.products-list .suggested-products .table-container thead th:first-of-type {
  padding-left: 20px;
}
@media (min-width: 1024px) and (max-width: 1440px) {
  /* line 1445, ../sass/components/c-category-page.scss */
  .products-list .suggested-products .table-container thead th {
    max-width: 70px;
  }
}
/* line 1457, ../sass/components/c-category-page.scss */
.products-list .suggested-products .table-container .icons-wrapper .icon .text {
  margin-left: -4px;
}

/* line 1464, ../sass/components/c-category-page.scss */
.product-toolbar {
  height: 50px;
  padding: 9px 38px 9px 42px;
  border: 1px solid var(--lightBorder);
  background: var(--darkBlue);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0px 0px 40px;
  gap: 20px;
}
@media (max-width: 1023px) {
  /* line 1464, ../sass/components/c-category-page.scss */
  .product-toolbar {
    border-radius: 2px;
    border: 1px solid var(--black);
    background: var(--lightBlueGray);
    color: var(--black);
    font-family: var(--font-family-secondary);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding: 9px 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  /* line 1488, ../sass/components/c-category-page.scss */
  .product-toolbar .product-toolbar__left {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  /* line 1491, ../sass/components/c-category-page.scss */
  .product-toolbar .product-toolbar__left .product-toolbar__label {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  /* line 1495, ../sass/components/c-category-page.scss */
  .product-toolbar .product-toolbar__left img {
    -webkit-filter: brightness(0) saturate(100%) invert(20%) sepia(0%) saturate(0%) hue-rotate(6deg) brightness(96%) contrast(97%);
            filter: brightness(0) saturate(100%) invert(20%) sepia(0%) saturate(0%) hue-rotate(6deg) brightness(96%) contrast(97%);
  }
  /* line 1500, ../sass/components/c-category-page.scss */
  .product-toolbar .product-toolbar__left svg path {
    fill: var(--black);
  }
}
/* line 1507, ../sass/components/c-category-page.scss */
.product-toolbar__left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 22px;
}
/* line 1511, ../sass/components/c-category-page.scss */
.product-toolbar__left img {
  cursor: pointer;
}
/* line 1516, ../sass/components/c-category-page.scss */
.product-toolbar__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 28px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 1023px) {
  /* line 1516, ../sass/components/c-category-page.scss */
  .product-toolbar__right {
    display: none;
  }
}
/* line 1526, ../sass/components/c-category-page.scss */
.product-toolbar__label {
  color: var(--white);
  font-family: var(--font-family-secondary);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.16px;
}
@media (max-width: 1023px) {
  /* line 1526, ../sass/components/c-category-page.scss */
  .product-toolbar__label {
    color: var(--black);
  }
}
/* line 1540, ../sass/components/c-category-page.scss */
.product-toolbar__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
/* line 1546, ../sass/components/c-category-page.scss */
.product-toolbar__dropdown {
  position: relative;
}
/* line 1550, ../sass/components/c-category-page.scss */
.product-toolbar__dropdown.sortby .product-toolbar__select {
  padding-right: 55px;
  min-width: 143px;
}
/* line 1558, ../sass/components/c-category-page.scss */
.product-toolbar__dropdown.open .product-toolbar__select svg {
  -webkit-transform: translateY(-50%) rotate(-180deg);
          transform: translateY(-50%) rotate(-180deg);
}
/* line 1563, ../sass/components/c-category-page.scss */
.product-toolbar__dropdown.open .product-toolbar__options {
  display: block;
}
/* line 1569, ../sass/components/c-category-page.scss */
.product-toolbar__select {
  color: var(--black);
  font-family: var(--font-family-secondary);
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  border-radius: 3px;
  background: var(--white);
  padding: 6.3px 33px 6.3px 12.5px;
  cursor: pointer;
  min-width: 70px;
}
/* line 1582, ../sass/components/c-category-page.scss */
.product-toolbar__select svg {
  width: 16px;
  height: 10px;
  right: 12px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  margin-top: 1px;
  -webkit-transition: -webkit-transform 0.25s;
  transition: -webkit-transform 0.25s;
  transition: transform 0.25s;
  transition: transform 0.25s, -webkit-transform 0.25s;
}
/* line 1594, ../sass/components/c-category-page.scss */
.product-toolbar__options {
  position: absolute;
  z-index: 2;
  width: 100%;
  margin: 0px;
  padding: 0px;
  list-style: none;
  display: none;
}
/* line 1604, ../sass/components/c-category-page.scss */
.product-toolbar__option {
  width: 100%;
}
/* line 1608, ../sass/components/c-category-page.scss */
.product-toolbar__option:first-child button {
  border-top: 1px solid var(--mediumBorder);
}
/* line 1613, ../sass/components/c-category-page.scss */
.product-toolbar__option button {
  background: var(--white);
  border-top: none;
  border-bottom: 1px solid var(--mediumBorder);
  border-left: 1px solid var(--mediumBorder);
  border-right: 1px solid var(--mediumBorder);
  width: 100%;
  text-align: left;
  color: var(--black);
  font-family: var(--font-family-secondary);
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding: 6.3px 12.5px;
  cursor: pointer;
  border-radius: 2px;
}

/* line 1634, ../sass/components/c-category-page.scss */
.results-text {
  color: var(--black);
  font-family: var(--font-family-secondary);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin: 17px 0px 9px;
}
@media (min-width: 1024px) {
  /* line 1634, ../sass/components/c-category-page.scss */
  .results-text {
    font-size: 16px;
    margin: 40px 0px 11px;
  }
}

/* line 1650, ../sass/components/c-category-page.scss */
.c-products-block .variants-wrapper {
  margin: 0px 0px;
}
@media (min-width: 1024px) {
  /* line 1650, ../sass/components/c-category-page.scss */
  .c-products-block .variants-wrapper {
    margin: 0px 0px;
  }
}

/* line 1660, ../sass/components/c-category-page.scss */
.products-block .products-title {
  color: var(--black);
  font-family: var(--font-family-primary);
  font-size: 35px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -1.4px;
}
@media (max-width: 1023px) {
  /* line 1660, ../sass/components/c-category-page.scss */
  .products-block .products-title {
    font-size: 28px;
    letter-spacing: -0.56px;
  }
}
/* line 1675, ../sass/components/c-category-page.scss */
.products-block .products-list {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
@media (max-width: 1023px) {
  /* line 1675, ../sass/components/c-category-page.scss */
  .products-block .products-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    width: 100vw;
    margin-left: calc(-50vw + 50%);
  }
}
/* line 1684, ../sass/components/c-category-page.scss */
.products-block .products-list .allVariantsContainer {
  grid-column: 1 / span 4;
  margin-right: 0px;
}
@media (max-width: 1023px) {
  /* line 1684, ../sass/components/c-category-page.scss */
  .products-block .products-list .allVariantsContainer {
    grid-column: 1 / span 2;
    width: 100vw;
    margin-left: calc(-50vw + 50%);
    padding: 20px 20px;
  }
}
/* line 1699, ../sass/components/c-category-page.scss */
.products-block.promotion-block .product.show-variants-table {
  outline: none;
}
/* line 1702, ../sass/components/c-category-page.scss */
.products-block.promotion-block .product.show-variants-table::after {
  content: none;
}
/* line 1708, ../sass/components/c-category-page.scss */
.products-block.promotion-block .allVariantsContainer {
  background-color: transparent;
}
@media (min-width: 1024px) {
  /* line 1708, ../sass/components/c-category-page.scss */
  .products-block.promotion-block .allVariantsContainer {
    padding: 0px;
  }
}
/* line 1715, ../sass/components/c-category-page.scss */
.products-block.promotion-block .allVariantsContainer .suggested-products-mobile__title {
  background: transparent;
  border-top: none;
}
/* line 1719, ../sass/components/c-category-page.scss */
.products-block.promotion-block .allVariantsContainer .suggested-products-mobile__title::after {
  content: none;
}
/* line 1726, ../sass/components/c-category-page.scss */
.products-block.promotion-block .campaign-block__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
/* line 1732, ../sass/components/c-category-page.scss */
.products-block.promotion-block .campaign-block__close {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 7px;
  color: var(--notificationRed);
  font-family: var(--font-family-secondary);
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  width: 252px;
  height: 40px;
  padding: 10px;
  background: var(--white);
  border: 1px solid var(--notificationRed);
  cursor: pointer;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
/* line 1750, ../sass/components/c-category-page.scss */
.products-block.promotion-block .campaign-block__close svg {
  display: block;
  margin-top: 1px;
}
/* line 1754, ../sass/components/c-category-page.scss */
.products-block.promotion-block .campaign-block__close svg path {
  fill: var(--notificationRed);
}

@media (max-width: 1023px) {
  /* line 1, ../sass/components/c-filter.scss */
  .c-filter {
    position: absolute;
    width: 100%;
    left: 0;
    display: none;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    height: 100%;
    max-height: 100%;
    top: 0;
    z-index: 999;
    background-color: var(--gray);
    -webkit-animation: fadeIn 0.5s ease;
            animation: fadeIn 0.5s ease;
  }
}
@media (max-width: 1023px) {
  /* line 17, ../sass/components/c-filter.scss */
  .c-filter.open {
    position: fixed;
    inset: 0;
    z-index: 10000;
    overflow: auto;
    background-color: rgba(22, 22, 22, 0.6);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
/* line 28, ../sass/components/c-filter.scss */
.c-filter__left-side {
  grid-column: col-start 1 / span 3;
}
/* line 32, ../sass/components/c-filter.scss */
.c-filter__wrapper {
  padding: 22px 14px 14px;
  border: 1px solid #EAE5E5;
}
@media (max-width: 1023px) {
  /* line 32, ../sass/components/c-filter.scss */
  .c-filter__wrapper {
    padding: 0px 40px 0px 27px;
    border: none;
  }
}
@media (max-width: 1023px) {
  /* line 41, ../sass/components/c-filter.scss */
  .c-filter__wrapper .c-filter__list {
    padding: 0px;
  }
}
@media (max-width: 1023px) {
  /* line 47, ../sass/components/c-filter.scss */
  .c-filter__wrapper .d-flex {
    height: 0px;
    overflow: hidden;
  }
}
@media (max-width: 1023px) {
  /* line 54, ../sass/components/c-filter.scss */
  .c-filter__wrapper .d-flex.show-all {
    overflow: visible;
    height: inherit;
    margin-top: 20px;
  }
}
/* line 62, ../sass/components/c-filter.scss */
.c-filter__wrapper .d-flex .wrapper {
  margin-bottom: 25px;
}
/* line 67, ../sass/components/c-filter.scss */
.c-filter__wrapper .price-input {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
/* line 73, ../sass/components/c-filter.scss */
.c-filter__wrapper .price-input .field {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 50px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 111px;
}
/* line 81, ../sass/components/c-filter.scss */
.c-filter__wrapper .field input {
  width: 100%;
  height: 100%;
  outline: none;
  color: #000;
  font-family: var(--font-family-secondary);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  border-radius: 1px;
  border: 1px solid #DFD9D9;
  background: var(--white);
  -moz-appearance: textfield;
  padding: 0px 18px;
}
/* line 98, ../sass/components/c-filter.scss */
.c-filter__wrapper input[type="number"]::-webkit-outer-spin-button,
.c-filter__wrapper input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
}
/* line 103, ../sass/components/c-filter.scss */
.c-filter__wrapper .slider {
  height: 2px;
  position: relative;
  background: #ddd;
  border-radius: 5px;
  margin-top: 20px;
}
/* line 111, ../sass/components/c-filter.scss */
.c-filter__wrapper .slider .progress {
  height: 100%;
  left: 0%;
  right: 0%;
  position: absolute;
  border-radius: 5px;
  background: var(--darkBlue);
}
/* line 120, ../sass/components/c-filter.scss */
.c-filter__wrapper .range-input {
  position: relative;
}
/* line 124, ../sass/components/c-filter.scss */
.c-filter__wrapper .range-input input {
  position: absolute;
  width: 100%;
  height: 2px;
  top: -5px;
  left: -2px;
  background: none;
  pointer-events: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  cursor: pointer;
}
/* line 137, ../sass/components/c-filter.scss */
.c-filter__wrapper input[type="range"]::-webkit-slider-thumb {
  height: 24px;
  width: 24px;
  border-radius: 50%;
  background: var(--darkBlue);
  pointer-events: auto;
  -webkit-appearance: none;
  -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 6px rgba(0, 0, 0, 0.05);
}
/* line 147, ../sass/components/c-filter.scss */
.c-filter__wrapper input[type="range"]::-moz-range-thumb {
  height: 24px;
  width: 24px;
  border: none;
  border-radius: 50%;
  background: var(--darkBlue);
  pointer-events: auto;
  -moz-appearance: none;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.05);
}
/* line 159, ../sass/components/c-filter.scss */
.c-filter__header {
  color: var(--white);
  font-family: var(--font-family-secondary);
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  background: var(--darkBlue);
  padding: 15px 25px;
}
@media (max-width: 1023px) {
  /* line 159, ../sass/components/c-filter.scss */
  .c-filter__header {
    display: none;
  }
}
/* line 174, ../sass/components/c-filter.scss */
.c-filter__mobile-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 9px 0px 16px;
}
@media (min-width: 1024px) {
  /* line 174, ../sass/components/c-filter.scss */
  .c-filter__mobile-header {
    display: none;
  }
}
/* line 185, ../sass/components/c-filter.scss */
.c-filter__content {
  border: 1px solid var(--lightBorder);
  background: var(--white);
  padding: 22px 22px 70px;
  position: relative;
  max-height: 600px;
  overflow: hidden;
  -webkit-transition: none;
  transition: none;
}
@media (max-width: 1023px) {
  /* line 185, ../sass/components/c-filter.scss */
  .c-filter__content {
    width: 100%;
    padding: 0px 0px 15px 0px;
    background: var(--lightGray);
    border-radius: 40px 40px 0px 0px;
    max-height: 100%;
    overflow: visible;
  }
}
/* line 203, ../sass/components/c-filter.scss */
.c-filter__content.show-all {
  max-height: 100%;
  -webkit-transition: max-height 0.25s ease-out;
  transition: max-height 0.25s ease-out;
}
/* line 207, ../sass/components/c-filter.scss */
.c-filter__content.show-all .filter-background-shadow {
  display: none;
}
/* line 212, ../sass/components/c-filter.scss */
.c-filter__content .filter-background-shadow {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 253, 253, 0.8)), to(#FCFCFC));
  background: linear-gradient(180deg, rgba(255, 253, 253, 0.8) 0%, #FCFCFC 100%);
  height: 98px;
  width: 100%;
  position: absolute;
  bottom: 0;
  display: block;
}
@media (max-width: 1023px) {
  /* line 212, ../sass/components/c-filter.scss */
  .c-filter__content .filter-background-shadow {
    display: none;
  }
}
/* line 226, ../sass/components/c-filter.scss */
.c-filter__container {
  margin-bottom: 30px;
}
@media (max-width: 1023px) {
  /* line 226, ../sass/components/c-filter.scss */
  .c-filter__container {
    border-top: 2px solid var(--lightBorder);
    padding: 17px 0px;
    margin-bottom: 0px;
    background-color: var(--lightGray);
  }
}
/* line 236, ../sass/components/c-filter.scss */
.c-filter__container:last-child {
  margin-bottom: 0px;
}
@media (max-width: 1023px) {
  /* line 236, ../sass/components/c-filter.scss */
  .c-filter__container:last-child {
    border-bottom: 2px solid var(--lightBorder);
  }
}
/* line 245, ../sass/components/c-filter.scss */
.c-filter__reset-btn {
  border: 1px solid var(--lightBorder);
  background: var(--white);
  color: var(--black);
  font-family: var(--font-family-secondary);
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  padding: 15px;
  width: 100%;
  cursor: pointer;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
  margin-bottom: 35px;
}
@media (max-width: 1023px) {
  /* line 245, ../sass/components/c-filter.scss */
  .c-filter__reset-btn {
    display: none;
  }
}
/* line 264, ../sass/components/c-filter.scss */
.c-filter__reset-btn:hover {
  background: var(--darkBlue);
  color: var(--white);
  font-weight: normal;
}
/* line 271, ../sass/components/c-filter.scss */
.c-filter__title {
  color: var(--black);
  font-family: var(--font-family-secondary);
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 20px;
}
@media (max-width: 1023px) {
  /* line 271, ../sass/components/c-filter.scss */
  .c-filter__title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0px 40px 0px 27px;
    margin-bottom: 0px;
  }
}
@media (max-width: 1023px) {
  /* line 289, ../sass/components/c-filter.scss */
  .c-filter__title.active svg {
    -webkit-transform: rotate(-180deg);
            transform: rotate(-180deg);
  }
}
/* line 296, ../sass/components/c-filter.scss */
.c-filter__title svg {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  transition: transform 0.15s, -webkit-transform 0.15s;
}
@media (min-width: 1024px) {
  /* line 296, ../sass/components/c-filter.scss */
  .c-filter__title svg {
    display: none;
  }
}
/* line 306, ../sass/components/c-filter.scss */
.c-filter__list {
  margin: 0px;
  padding: 0px;
}
@media (max-width: 1023px) {
  /* line 306, ../sass/components/c-filter.scss */
  .c-filter__list {
    padding: 0px 40px 0px 27px;
    height: 0px;
    overflow: hidden;
  }
}
/* line 317, ../sass/components/c-filter.scss */
.c-filter__list.show-all li {
  max-height: 2000px;
  margin-bottom: 10px;
}
@media (max-width: 1023px) {
  /* line 316, ../sass/components/c-filter.scss */
  .c-filter__list.show-all {
    overflow: visible;
    height: inherit;
    margin-top: 20px;
  }
}
/* line 330, ../sass/components/c-filter.scss */
.c-filter__list li {
  list-style: none;
  max-height: 0;
  overflow: hidden;
  margin-bottom: 0px;
}
@media (max-width: 1023px) {
  /* line 330, ../sass/components/c-filter.scss */
  .c-filter__list li {
    overflow: visible;
    max-height: inherit;
    margin-bottom: 10px;
  }
}
@media (min-width: 1024px) {
  /* line 342, ../sass/components/c-filter.scss */
  .c-filter__list li:nth-child(-n+3) {
    max-height: 2000px;
    margin-bottom: 10px;
  }
}
/* line 349, ../sass/components/c-filter.scss */
.c-filter__list li a {
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
/* line 359, ../sass/components/c-filter.scss */
.c-filter__list li a.checkbox.selected .c-filter__text::after {
  content: '';
  position: absolute;
  left: 3px;
  width: 13px;
  height: 13px;
  background: var(--darkGray);
  border-radius: 3px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
/* line 373, ../sass/components/c-filter.scss */
.c-filter__list li a.checkbox .c-filter__text::before {
  content: '';
  border-radius: 5px;
  border: 0.66px solid var(--darkBorder);
  background: var(--white);
  width: 19px;
  height: 19px;
  display: inline-block;
  margin-right: 5px;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
/* line 386, ../sass/components/c-filter.scss */
.c-filter__list li a.checkbox .c-filter__text:hover::before {
  border: 0.66px solid var(--orange);
}
/* line 395, ../sass/components/c-filter.scss */
.c-filter__text {
  color: var(--black);
  font-family: var(--font-family-secondary);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  position: relative;
}
/* line 407, ../sass/components/c-filter.scss */
.c-filter__text::before {
  content: '';
  border-radius: 5px;
  background: var(--white);
  width: 19px;
  min-width: 19px;
  height: 19px;
  display: inline-block;
  margin-right: 5px;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media (max-width: 1023px) {
  /* line 407, ../sass/components/c-filter.scss */
  .c-filter__text::before {
    background: var(--lightGray);
  }
}
/* line 425, ../sass/components/c-filter.scss */
.c-filter__numbers {
  color: var(--black);
  font-family: var(--font-family-secondary);
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  border-radius: 4.62px;
  border: 0.66px solid var(--darkBorder);
  background: var(--lightPinkishGray);
  padding: 0px 5px;
  min-width: 31px;
  text-align: center;
}
/* line 440, ../sass/components/c-filter.scss */
.c-filter__show-more {
  border-radius: 6.601px;
  border: 0.66px solid var(--lightBorder);
  background: var(--white);
  padding: 5px 8px 5px 25px;
  color: var(--black);
  font-family: var(--font-family-secondary);
  font-size: 11px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  position: relative;
  margin-top: 15px;
  cursor: pointer;
}
@media (max-width: 1023px) {
  /* line 440, ../sass/components/c-filter.scss */
  .c-filter__show-more {
    display: none;
  }
}
/* line 460, ../sass/components/c-filter.scss */
.c-filter__show-more.active svg {
  -webkit-transform: translateY(-50%) rotate(-180deg);
          transform: translateY(-50%) rotate(-180deg);
}
/* line 465, ../sass/components/c-filter.scss */
.c-filter__show-more svg {
  position: absolute;
  width: 12px;
  height: 8px;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(0deg);
          transform: translateY(-50%) rotate(0deg);
  left: 8px;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
/* line 475, ../sass/components/c-filter.scss */
.c-filter__show-more--blue {
  color: var(--darkBlue);
  position: absolute;
  bottom: 11px;
  z-index: 1;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  min-width: -webkit-max-content;
  min-width: -moz-max-content;
  min-width: max-content;
}
/* line 485, ../sass/components/c-filter.scss */
.c-filter__show-more--blue svg path {
  fill: var(--darkBlue);
}
/* line 492, ../sass/components/c-filter.scss */
.c-filter__button {
  border-radius: 2px;
  border: 1px solid var(--black);
  background: var(--lightBlueGray);
  color: var(--black);
  font-family: var(--font-family-secondary);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding: 9px 3px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 5px;
}
@media (min-width: 1024px) {
  /* line 492, ../sass/components/c-filter.scss */
  .c-filter__button {
    display: none;
  }
}
/* line 513, ../sass/components/c-filter.scss */
.c-filter__block {
  margin-top: 41px;
}
@media (max-width: 1023px) {
  /* line 513, ../sass/components/c-filter.scss */
  .c-filter__block {
    display: none;
  }
}
/* line 520, ../sass/components/c-filter.scss */
.c-filter__block .header {
  text-decoration: none;
  background-color: #E3EBF3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  padding: 14px 12px 10px;
}
/* line 530, ../sass/components/c-filter.scss */
.c-filter__block .header:hover .header-title {
  color: var(--darkBlue);
}
/* line 534, ../sass/components/c-filter.scss */
.c-filter__block .header:hover img, .c-filter__block .header:hover svg {
  opacity: 1;
}
/* line 539, ../sass/components/c-filter.scss */
.c-filter__block .header-title {
  color: var(--darkGray);
  font-family: var(--font-family-primary);
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 23px;
  -webkit-transition: color 0.25s ease-in-out;
  transition: color 0.25s ease-in-out;
}
/* line 549, ../sass/components/c-filter.scss */
.c-filter__block .header img, .c-filter__block .header svg {
  opacity: 0;
  -webkit-transition: opacity 0.25s ease-in-out;
  transition: opacity 0.25s ease-in-out;
}
/* line 557, ../sass/components/c-filter.scss */
.c-filter__block .block-item.white-bg {
  background: var(--white);
}
/* line 561, ../sass/components/c-filter.scss */
.c-filter__block .block-item.border {
  border-bottom: 1px solid var(--lightBorder);
  border-left: 1px solid var(--lightBorder);
  border-right: 1px solid var(--lightBorder);
}
/* line 568, ../sass/components/c-filter.scss */
.c-filter__block .block-item .category__item {
  padding: 14px 29px 0px;
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
/* line 574, ../sass/components/c-filter.scss */
.c-filter__block .block-item .category__item:first-child {
  padding-top: 24px;
}
/* line 578, ../sass/components/c-filter.scss */
.c-filter__block .block-item .category__item:last-child {
  padding-bottom: 24px;
}
/* line 583, ../sass/components/c-filter.scss */
.c-filter__block .block-item .category__title {
  color: var(--darkGray);
  font-family: var(--font-family-secondary);
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  line-height: 23px;
  -webkit-transition: color 0.25s ease-in-out;
  transition: color 0.25s ease-in-out;
}
/* line 592, ../sass/components/c-filter.scss */
.c-filter__block .block-item .category__title:hover {
  color: var(--darkBlue);
}
/* line 597, ../sass/components/c-filter.scss */
.c-filter__block .block-item .category__description {
  color: var(--darkGray);
  font-family: var(--font-family-secondary);
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 23px;
  display: -webkit-box;
  -webkit-line-clamp: 10;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
/* line 612, ../sass/components/c-filter.scss */
.c-filter__block .block-item .trademarks {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-gap: 15px;
  padding: 30px 20px;
}
/* line 619, ../sass/components/c-filter.scss */
.c-filter__block .block-item .trademarks__img {
  border: 1px solid var(--lightBorder);
  height: 77px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
}
/* line 628, ../sass/components/c-filter.scss */
.c-filter__block .block-item .trademarks__img img {
  width: auto;
  height: auto;
  padding: 8px;
  -webkit-transition: -webkit-transform 0.25s;
  transition: -webkit-transform 0.25s;
  transition: transform 0.25s;
  transition: transform 0.25s, -webkit-transform 0.25s;
  max-height: 100%;
  max-width: 100%;
}
/* line 636, ../sass/components/c-filter.scss */
.c-filter__block .block-item .trademarks__img img:hover {
  -webkit-transform: scale(1.03);
          transform: scale(1.03);
}
/* line 645, ../sass/components/c-filter.scss */
.c-filter__block .block-item .blog-list__links {
  grid-template-columns: repeat(1, minmax(0, 1fr));
  grid-gap: 20px;
  padding: 21px 10px;
  margin-bottom: 0px;
}
/* line 652, ../sass/components/c-filter.scss */
.c-filter__block .block-item .blog-list__item {
  padding: 21px 30px 18px 21px;
}
/* line 655, ../sass/components/c-filter.scss */
.c-filter__block .block-item .blog-list__item .chevron-arrow {
  bottom: 9px;
  right: 20px;
}
/* line 659, ../sass/components/c-filter.scss */
.c-filter__block .block-item .blog-list__item .chevron-arrow.second {
  right: 28px;
}
/* line 664, ../sass/components/c-filter.scss */
.c-filter__block .block-item .blog-list__item .content {
  font-size: 15px;
}
/* line 667, ../sass/components/c-filter.scss */
.c-filter__block .block-item .blog-list__item .content .flex-container {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
/* line 672, ../sass/components/c-filter.scss */
.c-filter__block .block-item .blog-list__item .content .highlight {
  font-size: 15px;
}
/* line 676, ../sass/components/c-filter.scss */
.c-filter__block .block-item .blog-list__item .content .date {
  font-size: 9.634px;
  line-height: 114%;
}
/* line 681, ../sass/components/c-filter.scss */
.c-filter__block .block-item .blog-list__item .content .text {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-top: 8px;
}

/* line 1, ../sass/components/c-category-carousel.scss */
.c-category-carousel {
  position: relative;
  margin: 30px 0px;
}
@media (max-width: 1023px) {
  /* line 1, ../sass/components/c-category-carousel.scss */
  .c-category-carousel {
    margin: 20px 0px;
  }
}
/* line 9, ../sass/components/c-category-carousel.scss */
.c-category-carousel__title {
  color: var(--darkGray);
  font-family: var(--font-family-secondary);
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  line-height: 23px;
  margin-bottom: 14px;
}
@media (max-width: 1023px) {
  /* line 9, ../sass/components/c-category-carousel.scss */
  .c-category-carousel__title {
    font-family: var(--font-family-primary);
    font-size: 18px;
    line-height: normal;
    margin-bottom: 12px;
  }
}
@media (max-width: 1023px) {
  /* line 25, ../sass/components/c-category-carousel.scss */
  .c-category-carousel__title--desktop {
    display: none;
  }
}
/* line 31, ../sass/components/c-category-carousel.scss */
.c-category-carousel__title--mobile {
  display: block;
}
@media (min-width: 1024px) {
  /* line 31, ../sass/components/c-category-carousel.scss */
  .c-category-carousel__title--mobile {
    display: none;
  }
}
@media (max-width: 1023px) {
  /* line 42, ../sass/components/c-category-carousel.scss */
  .c-category-carousel__swiper.swiper {
    overflow: visible;
  }
}
/* line 49, ../sass/components/c-category-carousel.scss */
.c-category-carousel__item {
  border-top: 1px solid var(--lightBorder);
  border-left: 1px solid var(--lightBorder);
  border-bottom: 1px solid var(--lightBorder);
  border-right: 1px solid transparent;
  background: var(--white);
  height: 112px !important;
  padding: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
  text-decoration: none;
}
@media (max-width: 1023px) {
  /* line 49, ../sass/components/c-category-carousel.scss */
  .c-category-carousel__item {
    min-height: 90px !important;
    padding: 14px;
  }
}
/* line 69, ../sass/components/c-category-carousel.scss */
.c-category-carousel__item:last-child {
  border-right: 1px solid var(--lightBorder);
}
/* line 73, ../sass/components/c-category-carousel.scss */
.c-category-carousel__item.swiper-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-preferred-size: 181px;
      flex-basis: 181px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media (max-width: 1023px) {
  /* line 73, ../sass/components/c-category-carousel.scss */
  .c-category-carousel__item.swiper-slide {
    -ms-flex-preferred-size: 140px;
        flex-basis: 140px;
  }
}
/* line 83, ../sass/components/c-category-carousel.scss */
.c-category-carousel__item:hover {
  background: var(--orange) !important;
}
/* line 88, ../sass/components/c-category-carousel.scss */
.c-category-carousel__item:hover .c-category-carousel__img svg path, .c-category-carousel__item:hover .c-category-carousel__img svg mask, .c-category-carousel__item:hover .c-category-carousel__img svg rect {
  stroke: var(--white);
}
/* line 94, ../sass/components/c-category-carousel.scss */
.c-category-carousel__item:hover .c-category-carousel__text {
  color: var(--white);
}
/* line 100, ../sass/components/c-category-carousel.scss */
.c-category-carousel__img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  width: 100%;
  height: 50px;
}
@media (max-width: 1023px) {
  /* line 100, ../sass/components/c-category-carousel.scss */
  .c-category-carousel__img {
    height: 40px;
  }
}
/* line 111, ../sass/components/c-category-carousel.scss */
.c-category-carousel__img svg {
  max-height: 50px;
}
@media (max-width: 1023px) {
  /* line 111, ../sass/components/c-category-carousel.scss */
  .c-category-carousel__img svg {
    max-height: 40px;
  }
}
/* line 120, ../sass/components/c-category-carousel.scss */
.c-category-carousel__text {
  color: var(--black);
  font-family: var(--font-family-secondary);
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-top: 8px;
}
@media (max-width: 1023px) {
  /* line 120, ../sass/components/c-category-carousel.scss */
  .c-category-carousel__text {
    font-size: 13.588px;
    font-weight: 600;
  }
}
/* line 136, ../sass/components/c-category-carousel.scss */
.c-category-carousel__button-left {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  left: -45px;
  position: absolute;
  top: calc(50% - 18.5px);
  border: none;
  z-index: 1;
  outline: none;
  cursor: pointer;
  opacity: 0.6;
}
@media (max-width: 1023px) {
  /* line 136, ../sass/components/c-category-carousel.scss */
  .c-category-carousel__button-left {
    display: none;
  }
}
/* line 152, ../sass/components/c-category-carousel.scss */
.c-category-carousel__button-right {
  right: -45px;
  position: absolute;
  top: calc(50% - 18.5px);
  border: none;
  z-index: 1;
  outline: none;
  cursor: pointer;
  opacity: 0.6;
}
@media (max-width: 1023px) {
  /* line 152, ../sass/components/c-category-carousel.scss */
  .c-category-carousel__button-right {
    display: none;
  }
}

/* line 1, ../sass/components/c-pagination.scss */
.c-pagination {
  margin: 65px auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (max-width: 1023px) {
  /* line 1, ../sass/components/c-pagination.scss */
  .c-pagination {
    margin: 25px auto;
  }
}
/* line 13, ../sass/components/c-pagination.scss */
.c-pagination__list {
  margin: 0px;
  padding: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 8px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
/* line 21, ../sass/components/c-pagination.scss */
.c-pagination__list li {
  list-style: none;
  background: var(--white);
  border-radius: 4px;
  cursor: pointer;
}
/* line 27, ../sass/components/c-pagination.scss */
.c-pagination__list li a {
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-width: 32px;
  height: 32px;
  padding: 5px 4px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  border: 1px solid var(--lightBlueGray);
  background-color: var(--white);
  color: var(--black);
  text-align: center;
  font-family: var(--font-family-secondary);
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px;
  border-radius: 4px;
  cursor: pointer;
}
/* line 50, ../sass/components/c-pagination.scss */
.c-pagination__list li.active a {
  border: 1px solid var(--darkBlue);
  color: var(--darkBlue);
}
/* line 56, ../sass/components/c-pagination.scss */
.c-pagination__list li.prev-btn, .c-pagination__list li.next-btn {
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 32px;
  height: 32px;
  padding: 5px 4px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  border: 1px solid var(--lightBlueGray);
  background-color: var(--white);
  cursor: pointer;
}
/* line 70, ../sass/components/c-pagination.scss */
.c-pagination__list li.prev-btn {
  cursor: pointer;
}
/* line 73, ../sass/components/c-pagination.scss */
.c-pagination__list li.prev-btn.disabled {
  background-color: rgba(145, 158, 171, 0.5);
  cursor: default;
}
/* line 77, ../sass/components/c-pagination.scss */
.c-pagination__list li.prev-btn.disabled a {
  border: 1px solid transparent;
  pointer-events: none;
}
/* line 81, ../sass/components/c-pagination.scss */
.c-pagination__list li.prev-btn.disabled a .prev-icon-disabled {
  display: block;
}
/* line 84, ../sass/components/c-pagination.scss */
.c-pagination__list li.prev-btn.disabled a .prev-icon-disabled svg {
  display: block;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}
/* line 90, ../sass/components/c-pagination.scss */
.c-pagination__list li.prev-btn.disabled a .prev-icon {
  display: none;
}
/* line 97, ../sass/components/c-pagination.scss */
.c-pagination__list li.prev-btn a .prev-icon {
  display: block;
}
/* line 100, ../sass/components/c-pagination.scss */
.c-pagination__list li.prev-btn a .prev-icon svg {
  display: block;
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}
/* line 106, ../sass/components/c-pagination.scss */
.c-pagination__list li.prev-btn a .prev-icon-disabled {
  display: none;
}
/* line 112, ../sass/components/c-pagination.scss */
.c-pagination__list li.next-btn {
  cursor: pointer;
}
/* line 115, ../sass/components/c-pagination.scss */
.c-pagination__list li.next-btn.disabled {
  background-color: rgba(145, 158, 171, 0.5);
  cursor: default;
}
/* line 119, ../sass/components/c-pagination.scss */
.c-pagination__list li.next-btn.disabled a {
  border: 1px solid transparent;
  pointer-events: none;
}
/* line 123, ../sass/components/c-pagination.scss */
.c-pagination__list li.next-btn.disabled a .next-icon-disabled {
  display: block;
}
/* line 126, ../sass/components/c-pagination.scss */
.c-pagination__list li.next-btn.disabled a .next-icon-disabled svg {
  display: block;
}
/* line 131, ../sass/components/c-pagination.scss */
.c-pagination__list li.next-btn.disabled a .next-icon {
  display: none;
}
/* line 139, ../sass/components/c-pagination.scss */
.c-pagination__list li.next-btn a .next-icon {
  display: block;
}
/* line 142, ../sass/components/c-pagination.scss */
.c-pagination__list li.next-btn a .next-icon svg {
  display: block;
}
/* line 147, ../sass/components/c-pagination.scss */
.c-pagination__list li.next-btn a .next-icon-disabled {
  display: none;
}
/* line 156, ../sass/components/c-pagination.scss */
.c-pagination .product-toolbar__select {
  color: var(--black);
  text-align: center;
  font-family: var(--font-family-secondary);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  padding: 5px 33px 5px 12.5px;
  border: 1px solid var(--lightBlueGray);
  border-radius: 4px;
}
/* line 169, ../sass/components/c-pagination.scss */
.c-pagination .product-toolbar__select svg {
  width: 16px;
  height: 10px;
  right: 12px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  margin-top: 1px;
  -webkit-transition: -webkit-transform 0.25s;
  transition: -webkit-transform 0.25s;
  transition: transform 0.25s;
  transition: transform 0.25s, -webkit-transform 0.25s;
}
/* line 180, ../sass/components/c-pagination.scss */
.c-pagination .product-toolbar__select span {
  font-weight: 700;
  margin-left: 3px;
}

/* line 5, ../sass/components/c-checkout.scss */
.checkout-page {
  margin-top: 10px;
  margin-bottom: 30px;
}
@media (min-width: 1024px) {
  /* line 5, ../sass/components/c-checkout.scss */
  .checkout-page {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    gap: 30px;
  }
}
/* line 15, ../sass/components/c-checkout.scss */
.checkout-page .checkout-back-btn {
  background: var(--darkBlue);
  color: var(--white);
  text-align: center;
  font-family: var(--font-family-primary);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  padding: 11px;
  margin-bottom: 11px;
  cursor: pointer;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
  border: none;
  width: 100%;
  border-radius: 2px;
  border: 1px solid var(--darkBlue);
  text-decoration: none;
  display: block;
}
/* line 35, ../sass/components/c-checkout.scss */
.checkout-page .checkout-back-btn:hover {
  background: var(--orange);
  border: 1px solid var(--orange);
}

/* line 42, ../sass/components/c-checkout.scss */
.cart {
  position: relative;
}
@media (min-width: 1024px) {
  /* line 42, ../sass/components/c-checkout.scss */
  .cart {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 50%;
    min-height: 640px;
  }
}
/* line 54, ../sass/components/c-checkout.scss */
.cart.empty-cart {
  padding-bottom: 0px;
}
/* line 58, ../sass/components/c-checkout.scss */
.cart__header {
  color: var(--black);
  font-family: var(--font-family-primary);
  font-size: 17px;
  font-style: normal;
  font-weight: 700;
  line-height: 22px;
  height: 66px;
  border: 1px solid var(--mediumBorder);
  border-bottom: none;
  background: var(--white);
  display: grid;
  grid-template-columns: 3fr 1fr 1fr;
  gap: 0 20px;
  -ms-flex-line-pack: center;
      align-content: center;
  padding: 0 20px;
}
/* line 75, ../sass/components/c-checkout.scss */
.cart__header .amount {
  text-align: center;
}
/* line 79, ../sass/components/c-checkout.scss */
.cart__header .total-column {
  margin-left: auto;
  margin-right: 40px;
}
/* line 85, ../sass/components/c-checkout.scss */
.cart__list-items {
  width: 100%;
}
@media (min-width: 1024px) {
  /* line 85, ../sass/components/c-checkout.scss */
  .cart__list-items {
    height: auto;
    overflow-y: auto;
    min-height: calc((4 * 143px) - 110px);
    max-height: calc((4 * 143px) - 110px);
    /* width */
    /* Track */
    /* Handle */
  }
  /* line 94, ../sass/components/c-checkout.scss */
  .cart__list-items::-webkit-scrollbar {
    width: 9px;
  }
  /* line 98, ../sass/components/c-checkout.scss */
  .cart__list-items::-webkit-scrollbar-track {
    background: var(--lightBlueGray);
  }
  /* line 102, ../sass/components/c-checkout.scss */
  .cart__list-items::-webkit-scrollbar-thumb {
    border-radius: 6px;
    border: 2px solid var(--mediumBorder);
    background: var(--white);
    background-clip: padding-box;
  }
}
@media (min-width: 1024px) {
  /* line 111, ../sass/components/c-checkout.scss */
  .cart__list-items.mobile-only {
    display: none;
  }
}
@media (max-width: 1024px) {
  /* line 117, ../sass/components/c-checkout.scss */
  .cart__list-items.desktop-only {
    display: none;
  }
}
/* line 124, ../sass/components/c-checkout.scss */
.cart__item {
  position: relative;
  border-top: 1px solid var(--lightBorder);
  background: var(--lightBlueGray);
  padding: 20px 15px 20px;
}
@media (min-width: 1024px) {
  /* line 124, ../sass/components/c-checkout.scss */
  .cart__item {
    padding: 20px;
    background: var(--lightBlueGray);
    display: grid;
    grid-template-columns: 3fr 1fr 1fr;
    gap: 0 20px;
  }
}
/* line 139, ../sass/components/c-checkout.scss */
.cart__item .trash-img {
  display: none;
}
/* line 143, ../sass/components/c-checkout.scss */
.cart__item.deleted {
  background: rgba(234, 240, 246, 0.1);
  padding: 9px 20px;
  grid-template-columns: 4fr 1fr;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 1023px) {
  /* line 143, ../sass/components/c-checkout.scss */
  .cart__item.deleted {
    background: var(--white);
    padding: 25px 20px;
  }
}
/* line 154, ../sass/components/c-checkout.scss */
.cart__item.deleted .cart__item--img-container {
  height: 45px;
  border: none;
  background: none;
}
@media (max-width: 1023px) {
  /* line 154, ../sass/components/c-checkout.scss */
  .cart__item.deleted .cart__item--img-container {
    display: none;
  }
}
/* line 163, ../sass/components/c-checkout.scss */
.cart__item.deleted .cart__item--img-container img {
  display: none;
}
/* line 167, ../sass/components/c-checkout.scss */
.cart__item.deleted .cart__item--img-container .trash-img {
  display: block;
  width: auto;
}
/* line 172, ../sass/components/c-checkout.scss */
.cart__item.deleted .cart__item--img-container .info-label {
  display: none;
}
/* line 177, ../sass/components/c-checkout.scss */
.cart__item.deleted .cart__item--item-details {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
/* line 181, ../sass/components/c-checkout.scss */
.cart__item.deleted .article-number {
  margin-bottom: 4px;
}
@media (max-width: 1023px) {
  /* line 181, ../sass/components/c-checkout.scss */
  .cart__item.deleted .article-number {
    font-size: 10px;
    font-weight: 400;
  }
}
@media (max-width: 1023px) {
  /* line 190, ../sass/components/c-checkout.scss */
  .cart__item.deleted .article-price {
    display: none;
  }
}
/* line 196, ../sass/components/c-checkout.scss */
.cart__item.deleted .cart__item--amount {
  display: none;
}
/* line 200, ../sass/components/c-checkout.scss */
.cart__item.deleted .cart__item--total-price {
  display: none;
}
/* line 204, ../sass/components/c-checkout.scss */
.cart__item.deleted .cart__item--delete-item {
  display: none;
}
/* line 208, ../sass/components/c-checkout.scss */
.cart__item.deleted .cart__item--undo-btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-width: 144px;
}
@media (max-width: 1023px) {
  /* line 208, ../sass/components/c-checkout.scss */
  .cart__item.deleted .cart__item--undo-btn {
    min-width: 100px;
    padding: 10px 15px;
  }
}
/* line 222, ../sass/components/c-checkout.scss */
.cart__item.promotion .text {
  color: var(--white);
  font-family: var(--font-family-primary);
  font-size: 10px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  border-radius: 1px;
  background: var(--campaignRed);
  padding: 3px 5px;
  position: absolute;
  top: -10px;
  left: -3px;
}
/* line 236, ../sass/components/c-checkout.scss */
.cart__item.promotion .text::after {
  content: '';
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 0px solid transparent;
  border-top: 11px solid var(--campaignRed);
  position: absolute;
  bottom: -10px;
  right: 0;
}
/* line 249, ../sass/components/c-checkout.scss */
.cart__item.promotion .cart__item--total-price {
  margin-top: 17px;
}
/* line 252, ../sass/components/c-checkout.scss */
.cart__item.promotion .cart__item--total-price .price .integer,
.cart__item.promotion .cart__item--total-price .price .decimal,
.cart__item.promotion .cart__item--total-price .price .currency {
  color: var(--campaignRed);
}
/* line 258, ../sass/components/c-checkout.scss */
.cart__item.promotion .cart__item--total-price .discount {
  color: var(--white);
  font-family: var(--font-family-secondary);
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -0.26px;
  border-radius: 1px;
  background: var(--campaignRed);
  padding: 3px 5px;
  position: absolute;
  top: -22px;
  right: 0;
  -webkit-transform: rotate(-3.465deg);
          transform: rotate(-3.465deg);
}
/* line 277, ../sass/components/c-checkout.scss */
.cart__item--item-details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
/* line 280, ../sass/components/c-checkout.scss */
.cart__item--item-details .column {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
/* line 283, ../sass/components/c-checkout.scss */
.cart__item--item-details .column .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
/* line 291, ../sass/components/c-checkout.scss */
.cart__item--img-container {
  position: relative;
  margin-right: 11.5px;
  width: 75px;
  height: 78px;
  min-width: 75px;
  background: var(--white);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid var(--mediumBorder);
  border-radius: 2px;
}
@media (min-width: 1024px) {
  /* line 291, ../sass/components/c-checkout.scss */
  .cart__item--img-container {
    width: 102px;
    height: 102px;
    min-width: 102px;
  }
}
/* line 310, ../sass/components/c-checkout.scss */
.cart__item--img-container img {
  width: auto;
  height: auto;
  max-height: 100%;
  max-width: 100%;
}
@media (max-width: 1024px) {
  /* line 318, ../sass/components/c-checkout.scss */
  .cart__item--img-container .cart__item--delete-item {
    position: absolute;
    bottom: -25px;
    left: 0;
  }
  /* line 323, ../sass/components/c-checkout.scss */
  .cart__item--img-container .cart__item--delete-item img {
    width: 13px;
    height: 15px;
  }
}
/* line 330, ../sass/components/c-checkout.scss */
.cart__item--img-container .info-label {
  display: none;
}
@media (min-width: 1024px) {
  /* line 330, ../sass/components/c-checkout.scss */
  .cart__item--img-container .info-label {
    position: absolute;
    top: 0px;
    left: -9px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 2px;
  }
}
/* line 341, ../sass/components/c-checkout.scss */
.cart__item--img-container .info-label--image {
  width: 27.8px;
  height: 27.8px;
  background-color: var(--brightGreen);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 3px;
}
@media (min-width: 1024px) {
  /* line 341, ../sass/components/c-checkout.scss */
  .cart__item--img-container .info-label--image {
    width: 27.8px;
    height: 27.8px;
  }
}
/* line 355, ../sass/components/c-checkout.scss */
.cart__item--img-container .info-label--image img {
  display: block;
  max-width: 100%;
  max-height: 100%;
}
/* line 362, ../sass/components/c-checkout.scss */
.cart__item--img-container .info-label--text {
  min-width: 27.8px;
  height: 27.8px;
  background-color: var(--lightGreen);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 2px;
  color: var(--darkGreen);
  font-family: var(--font-family-secondary);
  font-size: 9.277px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -0.557px;
}
@media (min-width: 1024px) {
  /* line 362, ../sass/components/c-checkout.scss */
  .cart__item--img-container .info-label--text {
    min-width: 27.8px;
    height: 27.8px;
  }
}
/* line 384, ../sass/components/c-checkout.scss */
.cart__item--img-container .info-label--text .tooltip {
  left: 90px;
}
/* line 387, ../sass/components/c-checkout.scss */
.cart__item--img-container .info-label--text .tooltip::after {
  left: 30px;
}
@media (min-width: 1024px) {
  /* line 395, ../sass/components/c-checkout.scss */
  .cart__item--text {
    margin-top: 8px;
  }
}
/* line 401, ../sass/components/c-checkout.scss */
.cart__item--text .article-name {
  color: var(--darkGray);
  font-family: var(--font-family-primary);
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 19px;
}
/* line 410, ../sass/components/c-checkout.scss */
.cart__item--text .article-number {
  color: var(--darkGray);
  font-family: var(--font-family-secondary);
  font-size: 13px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  margin-bottom: 14px;
}
/* line 420, ../sass/components/c-checkout.scss */
.cart__item--text .article-price {
  display: none;
}
@media (min-width: 1024px) {
  /* line 420, ../sass/components/c-checkout.scss */
  .cart__item--text .article-price {
    display: block;
    color: var(--darkGray);
    font-family: var(--font-family-secondary);
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
  }
}
/* line 435, ../sass/components/c-checkout.scss */
.cart__item--amount {
  justify-self: center;
}
/* line 438, ../sass/components/c-checkout.scss */
.cart__item--amount .counter-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
/* line 442, ../sass/components/c-checkout.scss */
.cart__item--amount .counter-wrapper .counter-value {
  width: 32px;
  height: 28px;
  color: var(--black);
  font-size: 11.157px;
  font-weight: 500;
  font-family: var(--font-family-secondary);
  font-style: normal;
  line-height: normal;
  border: none;
  outline: none;
  border-top: 0.81px solid var(--lightBorder);
  border-bottom: 0.81px solid var(--lightBorder);
  background: var(--white);
  -ms-flex-line-pack: center;
      align-content: center;
  text-align: center;
}
@media (min-width: 1024px) {
  /* line 442, ../sass/components/c-checkout.scss */
  .cart__item--amount .counter-wrapper .counter-value {
    font-size: 14px;
    font-weight: 400;
    width: 37px;
    height: 35px;
  }
}
/* line 466, ../sass/components/c-checkout.scss */
.cart__item--amount .counter-wrapper .counter-value::-webkit-outer-spin-button, .cart__item--amount .counter-wrapper .counter-value::-webkit-inner-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
}
/* line 474, ../sass/components/c-checkout.scss */
.cart__item--amount .counter-wrapper .counter-value[type=number] {
  -moz-appearance: textfield;
}
/* line 479, ../sass/components/c-checkout.scss */
.cart__item--amount .counter-wrapper button {
  border: none;
  width: 28px;
  height: 28px;
  color: var(--black);
  font-family: var(--font-family-secondary);
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  cursor: pointer;
  background-size: 11px 11px;
  border: 1px solid var(--lightBorder);
  background-color: var(--lightGray);
  border-radius: 1.075px;
  background-repeat: no-repeat;
  background-position: center center;
  font-family: none;
  -webkit-transition: background-color 0.5s ease;
  transition: background-color 0.5s ease;
}
@media (min-width: 1024px) {
  /* line 479, ../sass/components/c-checkout.scss */
  .cart__item--amount .counter-wrapper button {
    width: 31px;
    height: 35px;
  }
}
/* line 504, ../sass/components/c-checkout.scss */
.cart__item--amount .counter-wrapper button:hover {
  background-color: var(--mediumGray);
}
/* line 511, ../sass/components/c-checkout.scss */
.cart__item--total-price {
  white-space: nowrap;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 30px;
}
/* line 517, ../sass/components/c-checkout.scss */
.cart__item--total-price .price {
  color: var(--darkGray);
  font-family: var(--font-family-primary);
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  margin-left: auto;
}
/* line 525, ../sass/components/c-checkout.scss */
.cart__item--total-price .price .integer {
  font-size: 18px;
  font-weight: 700;
  position: relative;
}
/* line 531, ../sass/components/c-checkout.scss */
.cart__item--total-price .price .decimal {
  font-size: 10px;
  font-weight: 700;
  position: relative;
  line-height: normal;
  top: -5.5px;
  margin-left: -1px;
}
@media (min-width: 1024px) {
  /* line 531, ../sass/components/c-checkout.scss */
  .cart__item--total-price .price .decimal {
    font-size: 10px;
  }
}
/* line 546, ../sass/components/c-checkout.scss */
.cart__item--delete-item {
  cursor: pointer;
}
@media (min-width: 1024px) {
  /* line 546, ../sass/components/c-checkout.scss */
  .cart__item--delete-item {
    position: absolute;
    right: 20px;
    top: 20px;
  }
}
/* line 556, ../sass/components/c-checkout.scss */
.cart__item--delete-item:hover img {
  -webkit-filter: invert(21%) sepia(99%) saturate(2161%) hue-rotate(349deg) brightness(91%) contrast(94%);
          filter: invert(21%) sepia(99%) saturate(2161%) hue-rotate(349deg) brightness(91%) contrast(94%);
}
/* line 562, ../sass/components/c-checkout.scss */
.cart__item--undo-btn {
  display: none;
  background: var(--white);
  border: 1px solid var(--darkBlue);
  border-radius: 2px;
  padding: 10px;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  color: var(--darkBlue);
  text-align: center;
  font-family: var(--font-family-secondary);
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  cursor: pointer;
}
/* line 578, ../sass/components/c-checkout.scss */
.cart__item--undo-btn span {
  margin-left: 2px;
}
/* line 582, ../sass/components/c-checkout.scss */
.cart__item--undo-btn img {
  margin-top: -1px;
}
/* line 588, ../sass/components/c-checkout.scss */
.cart__summary {
  max-width: inherit;
  width: 100%;
  z-index: 998;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background: var(--white);
  position: absolute;
  bottom: 50px;
  border: 1px solid var(--lightBorder);
  position: -webkit-sticky;
  position: sticky;
}
/* line 600, ../sass/components/c-checkout.scss */
.cart__summary.desktop-only {
  position: relative;
}
/* line 603, ../sass/components/c-checkout.scss */
.cart__summary.desktop-only .row.fixed {
  position: relative;
}
@media (min-width: 1024px) {
  /* line 603, ../sass/components/c-checkout.scss */
  .cart__summary.desktop-only .row.fixed {
    bottom: 30px;
    position: fixed;
  }
}
/* line 613, ../sass/components/c-checkout.scss */
.cart__summary.mobile-only {
  left: 0;
}
@media (min-width: 1024px) {
  /* line 588, ../sass/components/c-checkout.scss */
  .cart__summary {
    bottom: 0px;
    -webkit-box-shadow: 0 -30px 22px rgba(255, 255, 255, 0.8);
            box-shadow: 0 -30px 22px rgba(255, 255, 255, 0.8);
    border: none;
  }
}
/* line 629, ../sass/components/c-checkout.scss */
.cart__summary.company .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
/* line 634, ../sass/components/c-checkout.scss */
.cart__summary.company .climate-data {
  display: none;
}
@media (min-width: 1024px) {
  /* line 634, ../sass/components/c-checkout.scss */
  .cart__summary.company .climate-data {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 5px;
    width: 221px;
    text-decoration: none;
    background: #EAF6EA;
    border: 1px solid var(--lightBorder);
    border-right: none;
  }
}
/* line 650, ../sass/components/c-checkout.scss */
.cart__summary.company .climate-data--image {
  background-color: var(--brightGreen);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 3px;
}
/* line 659, ../sass/components/c-checkout.scss */
.cart__summary.company .climate-data--image img {
  display: block;
  max-width: 100%;
  max-height: 100%;
}
/* line 666, ../sass/components/c-checkout.scss */
.cart__summary.company .climate-data--text {
  background-color: var(--lightGreen);
  padding: 8px 11px;
  color: var(--darkGreen);
  font-family: var(--font-family-secondary);
  font-size: 12.06px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -0.241px;
}
/* line 678, ../sass/components/c-checkout.scss */
.cart__summary.company .climate-data--text:visited, .cart__summary.company .climate-data--text:active {
  color: var(--darkGreen);
}
@media (min-width: 1024px) {
  /* line 666, ../sass/components/c-checkout.scss */
  .cart__summary.company .climate-data--text {
    max-width: 115px;
  }
}
/* line 688, ../sass/components/c-checkout.scss */
.cart__summary.company .climate-data__text {
  color: var(--darkBlue);
  font-family: var(--font-family-primary);
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
/* line 698, ../sass/components/c-checkout.scss */
.cart__summary.company .climate-data__text:visited, .cart__summary.company .climate-data__text:active {
  color: var(--darkBlue);
}
/* line 705, ../sass/components/c-checkout.scss */
.cart__summary.company .summarize {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media (min-width: 1024px) {
  /* line 705, ../sass/components/c-checkout.scss */
  .cart__summary.company .summarize {
    height: 150px;
  }
}
/* line 712, ../sass/components/c-checkout.scss */
.cart__summary.company .summarize .title {
  margin-bottom: 10px;
}
/* line 718, ../sass/components/c-checkout.scss */
.cart__summary .summarize {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border: 1px solid var(--lightBorder);
  padding: 18px 20px;
}
@media (max-width: 1024px) {
  /* line 718, ../sass/components/c-checkout.scss */
  .cart__summary .summarize {
    border: none;
  }
}
@media (min-width: 1024px) {
  /* line 718, ../sass/components/c-checkout.scss */
  .cart__summary .summarize {
    height: 144px;
    padding: 27px 22px;
    background: var(--white);
  }
}
/* line 734, ../sass/components/c-checkout.scss */
.cart__summary .summarize .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
/* line 739, ../sass/components/c-checkout.scss */
.cart__summary .summarize .row .text {
  color: var(--darkGray);
  font-family: var(--font-family-primary);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 23px;
}
/* line 748, ../sass/components/c-checkout.scss */
.cart__summary .summarize .row .price.normal {
  color: var(--darkGray);
  font-family: var(--font-family-primary);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 23px;
}
/* line 756, ../sass/components/c-checkout.scss */
.cart__summary .summarize .row .price.normal .decimal {
  font-size: 11px;
  font-weight: 400;
  top: -4px;
  margin-left: -1px;
}
/* line 766, ../sass/components/c-checkout.scss */
.cart__summary .right-align {
  text-align: end;
}
/* line 770, ../sass/components/c-checkout.scss */
.cart__summary .title {
  color: var(--darkGray);
  font-family: var(--font-family-primary);
  font-size: 17px;
  font-style: normal;
  font-weight: 700;
  line-height: 23px;
}
@media (min-width: 1024px) {
  /* line 770, ../sass/components/c-checkout.scss */
  .cart__summary .title {
    font-size: 26px;
  }
}
/* line 783, ../sass/components/c-checkout.scss */
.cart__summary .price {
  color: var(--darkGray);
  font-family: var(--font-family-primary);
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 23px;
  text-align: end;
}
@media (min-width: 1024px) {
  /* line 783, ../sass/components/c-checkout.scss */
  .cart__summary .price {
    font-size: 26px;
  }
}
/* line 796, ../sass/components/c-checkout.scss */
.cart__summary .price .integer {
  position: relative;
}
/* line 800, ../sass/components/c-checkout.scss */
.cart__summary .price .decimal {
  font-size: 13px;
  font-weight: 700;
  position: relative;
  line-height: normal;
  top: -5px;
  margin-left: -5px;
}
@media (min-width: 1024px) {
  /* line 800, ../sass/components/c-checkout.scss */
  .cart__summary .price .decimal {
    font-size: 17px;
    top: -7px;
    margin-left: -5px;
  }
}
/* line 816, ../sass/components/c-checkout.scss */
.cart__summary .grey-font {
  color: var(--darkGray);
  opacity: 0.67;
  font-family: var(--font-family-primary);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 23px;
}
/* line 826, ../sass/components/c-checkout.scss */
.cart__summary .buttons-container-mobile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  text-align: end;
  padding: 0 20px;
}
/* line 833, ../sass/components/c-checkout.scss */
.cart__summary .buttons-container-mobile .cta-btn {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  border-radius: 2px;
  background: var(--darkBlue);
  border: none;
  width: 100%;
  height: 44px;
  cursor: pointer;
  color: var(--white);
  text-align: center;
  font-family: var(--font-family-primary);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 12px;
}
/* line 851, ../sass/components/c-checkout.scss */
.cart__summary .buttons-container-mobile .cta-btn:hover {
  background: var(--orange);
}
/* line 856, ../sass/components/c-checkout.scss */
.cart__summary .buttons-container-mobile .back {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  color: var(--darkBlue);
  text-align: center;
  font-family: var(--font-family-primary);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  border-radius: 2px;
  border: none;
  background: var(--white);
  width: 100%;
  height: 34px;
  cursor: pointer;
  margin-bottom: 12px;
}
@media (min-width: 1024px) {
  /* line 826, ../sass/components/c-checkout.scss */
  .cart__summary .buttons-container-mobile {
    display: none;
  }
}

@media (max-width: 1024px) {
  /* line 884, ../sass/components/c-checkout.scss */
  .checkout {
    padding: 20px 20px;
    background: rgba(234, 240, 246, 0.5);
  }
}
@media (min-width: 1024px) {
  /* line 884, ../sass/components/c-checkout.scss */
  .checkout {
    width: 50%;
  }
}
@media (max-width: 1024px) {
  /* line 894, ../sass/components/c-checkout.scss */
  .checkout.confirmation {
    background: #FCFCFC;
  }
}
/* line 900, ../sass/components/c-checkout.scss */
.checkout__progress-bar {
  display: none;
}
@media (min-width: 1024px) {
  /* line 900, ../sass/components/c-checkout.scss */
  .checkout__progress-bar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    border: 1px solid var(--mediumBorder);
    background: var(--lightGray);
    height: 66px;
    margin-bottom: 30px;
    position: -webkit-sticky;
    position: sticky;
    z-index: 9;
  }
}
/* line 916, ../sass/components/c-checkout.scss */
.checkout__progress-bar.align-left {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
/* line 919, ../sass/components/c-checkout.scss */
.checkout__progress-bar.align-left .step {
  margin-left: 20px;
}
/* line 922, ../sass/components/c-checkout.scss */
.checkout__progress-bar.align-left .step::before {
  top: -4px;
}
/* line 928, ../sass/components/c-checkout.scss */
.checkout__progress-bar .checkout-progress-bar-check {
  display: none;
}
/* line 932, ../sass/components/c-checkout.scss */
.checkout__progress-bar .step {
  padding-left: 32px;
  position: relative;
  color: var(--gray);
  font-family: var(--font-family-primary);
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
/* line 942, ../sass/components/c-checkout.scss */
.checkout__progress-bar .step::before {
  display: inline-block;
  width: 15px;
  height: 15px;
  font-size: 15px;
  line-height: 16px;
  border-radius: 40px;
  padding: 5px;
  border: 1px solid var(--black);
  color: var(--black);
  opacity: 0.3;
  background: var(--mediumGray);
  text-align: center;
  position: absolute;
  left: 0;
  top: -2px;
}
/* line 961, ../sass/components/c-checkout.scss */
.checkout__progress-bar .disabled {
  pointer-events: none;
}
/* line 965, ../sass/components/c-checkout.scss */
.checkout__progress-bar .current {
  color: var(--black);
  cursor: pointer;
}
/* line 969, ../sass/components/c-checkout.scss */
.checkout__progress-bar .current::before {
  color: var(--bgGrayWhite);
  background: var(--darkBlue);
  border: none;
  opacity: 1;
}
/* line 978, ../sass/components/c-checkout.scss */
.checkout__progress-bar .first::before {
  content: '1';
}
/* line 984, ../sass/components/c-checkout.scss */
.checkout__progress-bar .second::before {
  content: '2';
}
/* line 990, ../sass/components/c-checkout.scss */
.checkout__progress-bar .third::before {
  content: '3';
}
/* line 995, ../sass/components/c-checkout.scss */
.checkout__progress-bar .completed {
  cursor: pointer;
}
/* line 998, ../sass/components/c-checkout.scss */
.checkout__progress-bar .completed::before {
  content: " ";
  background-color: var(--brightGreen);
  opacity: 1;
  border: none;
  background-size: 14px 16px;
  background-repeat: no-repeat;
  background-position: center center;
}
/* line 1008, ../sass/components/c-checkout.scss */
.checkout__progress-bar .completed .checkout-progress-bar-check {
  width: 15px;
  height: 15px;
  font-size: 15px;
  line-height: 16px;
  display: inline;
}
/* line 1015, ../sass/components/c-checkout.scss */
.checkout__progress-bar .completed .checkout-progress-bar-check svg {
  display: inline-block;
  width: 15px;
  height: 15px;
  font-size: 15px;
  line-height: 16px;
  text-align: center;
  position: absolute;
  left: 4px;
  top: 3px;
}
/* line 1030, ../sass/components/c-checkout.scss */
.checkout__customer-data {
  margin-bottom: 30px;
}
/* line 1033, ../sass/components/c-checkout.scss */
.checkout__customer-data .login-container {
  color: var(--black);
  font-family: var(--font-family-secondary);
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  margin-bottom: 35px;
}
/* line 1042, ../sass/components/c-checkout.scss */
.checkout__customer-data .login-container .title {
  font-weight: 700;
}
/* line 1047, ../sass/components/c-checkout.scss */
.checkout__customer-data .login-container .text a {
  color: var(--darkBlue);
  text-decoration: underline;
}
/* line 1051, ../sass/components/c-checkout.scss */
.checkout__customer-data .login-container .text a:visited, .checkout__customer-data .login-container .text a:active {
  color: var(--darkBlue);
}
/* line 1059, ../sass/components/c-checkout.scss */
.checkout__customer-data .guest-container {
  margin-bottom: 30px;
}
/* line 1062, ../sass/components/c-checkout.scss */
.checkout__customer-data .guest-container .title {
  color: var(--black);
  font-family: var(--font-family-primary);
  font-size: 19px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 18px;
}
/* line 1073, ../sass/components/c-checkout.scss */
.checkout__customer-data .voucher-container {
  border: 1px solid var(--lightBorder);
  background: var(--lightGray);
  padding: 8px;
}
@media (min-width: 1024px) {
  /* line 1073, ../sass/components/c-checkout.scss */
  .checkout__customer-data .voucher-container {
    padding: 20px;
    margin-top: 35px;
  }
}
/* line 1083, ../sass/components/c-checkout.scss */
.checkout__customer-data .voucher-container .title {
  margin-bottom: 8px;
}
@media (max-width: 1024px) {
  /* line 1083, ../sass/components/c-checkout.scss */
  .checkout__customer-data .voucher-container .title {
    display: none;
  }
}
/* line 1091, ../sass/components/c-checkout.scss */
.checkout__customer-data .voucher-container input {
  outline: none;
  border: none;
  padding-left: 20px;
  height: 50px;
  width: 100%;
  color: var(--black);
  font-family: var(--font-family-secondary);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
/* line 1104, ../sass/components/c-checkout.scss */
.checkout__customer-data .voucher-container input:focus {
  outline: none;
}
/* line 1107, ../sass/components/c-checkout.scss */
.checkout__customer-data .voucher-container input:focus::-webkit-input-placeholder {
  color: transparent;
}
.checkout__customer-data .voucher-container input:focus:-ms-input-placeholder {
  color: transparent;
}
.checkout__customer-data .voucher-container input:focus::-ms-input-placeholder {
  color: transparent;
}
.checkout__customer-data .voucher-container input:focus::placeholder {
  color: transparent;
}
/* line 1112, ../sass/components/c-checkout.scss */
.checkout__customer-data .voucher-container input::-webkit-input-placeholder {
  color: var(--gray);
}
.checkout__customer-data .voucher-container input:-ms-input-placeholder {
  color: var(--gray);
}
.checkout__customer-data .voucher-container input::-ms-input-placeholder {
  color: var(--gray);
}
.checkout__customer-data .voucher-container input::placeholder {
  color: var(--gray);
}
/* line 1119, ../sass/components/c-checkout.scss */
.checkout__customer-data .company-details .title {
  color: var(--black);
  font-family: var(--font-family-primary);
  font-size: 19px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 10px;
}
/* line 1131, ../sass/components/c-checkout.scss */
.checkout__customer-data .logged-in-container .title {
  color: var(--black);
  font-family: var(--font-family-primary);
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 4px;
}
@media (min-width: 1024px) {
  /* line 1131, ../sass/components/c-checkout.scss */
  .checkout__customer-data .logged-in-container .title {
    font-size: 19px;
  }
}
/* line 1145, ../sass/components/c-checkout.scss */
.checkout__customer-data .logged-in-container .subtitle {
  color: var(--black);
  font-family: var(--font-family-secondary);
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  margin-bottom: 20px;
}
/* line 1155, ../sass/components/c-checkout.scss */
.checkout__customer-data .logged-in-container .customer-details {
  border-radius: 1px;
  border: 1px solid var(--mediumBorder);
  background: var(--lightGray);
  color: var(--black);
  font-family: var(--font-family-secondary);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  opacity: 0.7;
  padding: 18px 16px;
  margin-bottom: 30px;
}
/* line 1172, ../sass/components/c-checkout.scss */
.checkout__customer-data .logged-in-container .customer-details .text {
  display: block;
}
@media (min-width: 1024px) {
  /* line 1172, ../sass/components/c-checkout.scss */
  .checkout__customer-data .logged-in-container .customer-details .text {
    display: inline;
    text-wrap: nowrap;
  }
}
/* line 1180, ../sass/components/c-checkout.scss */
.checkout__customer-data .logged-in-container .customer-details .text img, .checkout__customer-data .logged-in-container .customer-details .text svg {
  display: none;
}
@media (min-width: 1024px) {
  /* line 1180, ../sass/components/c-checkout.scss */
  .checkout__customer-data .logged-in-container .customer-details .text img, .checkout__customer-data .logged-in-container .customer-details .text svg {
    display: inline;
    margin: 0px 3px;
    vertical-align: middle;
  }
}
/* line 1191, ../sass/components/c-checkout.scss */
.checkout__customer-data .logged-in-container .customer-details .bold {
  font-weight: 700;
}
/* line 1199, ../sass/components/c-checkout.scss */
.checkout__delivery-options .title {
  color: var(--black);
  font-family: var(--font-family-primary);
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 10px;
}
/* line 1209, ../sass/components/c-checkout.scss */
.checkout__delivery-options .subtitle {
  color: var(--black);
  font-family: var(--font-family-secondary);
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  margin-bottom: 22px;
}
/* line 1222, ../sass/components/c-checkout.scss */
.checkout__delivery-options .address:hover svg path {
  opacity: 1;
  fill: red !important;
}
/* line 1232, ../sass/components/c-checkout.scss */
.checkout__delivery-options .address-container.company-logged-in .create-workplace {
  color: var(--darkBlue);
  font-family: var(--font-family-secondary);
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  cursor: pointer;
  -ms-flex-item-align: center;
      align-self: center;
}
/* line 1242, ../sass/components/c-checkout.scss */
.checkout__delivery-options .address-container.company-logged-in .create-workplace svg {
  vertical-align: middle;
  margin-right: 7px;
  margin-top: -3px;
}
/* line 1247, ../sass/components/c-checkout.scss */
.checkout__delivery-options .address-container.company-logged-in .create-workplace svg path {
  fill: var(--darkBlue);
}
/* line 1252, ../sass/components/c-checkout.scss */
.checkout__delivery-options .address-container.company-logged-in .create-workplace__container {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 999;
  overflow: auto;
  background-color: rgba(22, 22, 22, 0.3);
}
/* line 1260, ../sass/components/c-checkout.scss */
.checkout__delivery-options .address-container.company-logged-in .create-workplace__container.open {
  display: block;
}
/* line 1263, ../sass/components/c-checkout.scss */
.checkout__delivery-options .address-container.company-logged-in .create-workplace__container.open .create-worplace__popup {
  display: block;
}
/* line 1268, ../sass/components/c-checkout.scss */
.checkout__delivery-options .address-container.company-logged-in .create-workplace__container .workplace-form-container {
  height: 100%;
}
/* line 1273, ../sass/components/c-checkout.scss */
.checkout__delivery-options .address-container.company-logged-in .create-workplace__popup {
  display: none;
  background-color: var(--white);
  color: var(--black);
  stroke-width: 1px;
  stroke: var(--lightBorder);
  border-radius: 8px;
  position: relative;
  padding: 36px 26px;
  display: block;
  -webkit-animation: fadeIn 0.25s ease-in-out;
          animation: fadeIn 0.25s ease-in-out;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  margin: 0 auto;
}
@media (min-width: 1024px) {
  /* line 1273, ../sass/components/c-checkout.scss */
  .checkout__delivery-options .address-container.company-logged-in .create-workplace__popup {
    padding: 30px;
    max-width: 689px;
    max-height: 1000px;
    height: auto;
    margin: unset;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* line 1309, ../sass/components/c-checkout.scss */
.checkout__delivery-options .address-container.company-logged-in .create-workplace__popup .title {
  border-bottom: 1px solid var(--lightBorder);
  padding-bottom: 15px;
  margin-bottom: 25px;
  color: var(--black);
  font-family: var(--font-family-primary);
  font-size: 25px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
/* line 1321, ../sass/components/c-checkout.scss */
.checkout__delivery-options .address-container.company-logged-in .create-workplace__popup .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: row;
      -ms-flex: row;
          flex: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
/* line 1327, ../sass/components/c-checkout.scss */
.checkout__delivery-options .address-container.company-logged-in .create-workplace__popup .close-icon {
  position: absolute;
  right: 15px;
  top: 30px;
  cursor: pointer;
}
/* line 1334, ../sass/components/c-checkout.scss */
.checkout__delivery-options .address-container.company-logged-in .create-workplace__popup .input__container {
  margin-bottom: 30px;
}
/* line 1339, ../sass/components/c-checkout.scss */
.checkout__delivery-options .address-container.company-logged-in .create-workplace__close {
  width: 100%;
  border: 1px solid var(--notificationRed);
  background: var(--white);
  color: var(--notificationRed);
  text-align: center;
  font-family: var(--font-family-secondary);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  cursor: pointer;
  width: 140px;
  height: 45px;
}
/* line 1354, ../sass/components/c-checkout.scss */
.checkout__delivery-options .address-container.company-logged-in .create-workplace__close:hover {
  color: var(--white);
  border: 1px solid var(--notificationRed);
  background: var(--notificationRed);
}
@media (min-width: 1024px) {
  /* line 1339, ../sass/components/c-checkout.scss */
  .checkout__delivery-options .address-container.company-logged-in .create-workplace__close {
    width: 220px;
  }
}
/* line 1365, ../sass/components/c-checkout.scss */
.checkout__delivery-options .address-container.company-logged-in .create-workplace__save {
  width: 100%;
  border: 1px solid var(--darkBlue);
  background: var(--darkBlue);
  color: var(--white);
  text-align: center;
  font-family: var(--font-family-secondary);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  cursor: pointer;
  width: 140px;
  height: 45px;
}
/* line 1380, ../sass/components/c-checkout.scss */
.checkout__delivery-options .address-container.company-logged-in .create-workplace__save:hover {
  background: var(--orange);
  border: 1px solid var(--orange);
}
@media (min-width: 1024px) {
  /* line 1365, ../sass/components/c-checkout.scss */
  .checkout__delivery-options .address-container.company-logged-in .create-workplace__save {
    width: 220px;
  }
}
/* line 1391, ../sass/components/c-checkout.scss */
.checkout__delivery-options .address-container.company-logged-in .workplace-list {
  display: none;
  border: 1px solid var(--lightBorder);
  overflow: visible;
  position: absolute;
  background-color: var(--white);
  z-index: 9;
  top: 55px;
  width: 100%;
}
/* line 1401, ../sass/components/c-checkout.scss */
.checkout__delivery-options .address-container.company-logged-in .workplace-list.opened {
  display: block;
}
/* line 1405, ../sass/components/c-checkout.scss */
.checkout__delivery-options .address-container.company-logged-in .workplace-list .workplace-item {
  height: 50px;
  width: 100%;
  background-color: var(--white);
  border-top: 1px solid var(--lightBorder);
  padding: 15px 55px 10px 25px;
  position: relative;
  cursor: pointer;
}
/* line 1414, ../sass/components/c-checkout.scss */
.checkout__delivery-options .address-container.company-logged-in .workplace-list .workplace-item:first-child {
  border-top: none;
}
@media (max-width: 1023px) {
  /* line 1405, ../sass/components/c-checkout.scss */
  .checkout__delivery-options .address-container.company-logged-in .workplace-list .workplace-item {
    padding: 15px 55px 15px 10px;
  }
}
/* line 1426, ../sass/components/c-checkout.scss */
.checkout__delivery-options .address-container.company-logged-in .input__item .tooltip {
  background-color: var(--white);
  position: absolute;
  right: -4px;
  top: -4px;
}
/* line 1433, ../sass/components/c-checkout.scss */
.checkout__delivery-options .address-container.company-logged-in .input__item .tooltip:hover .tooltip__content {
  display: block;
}
/* line 1438, ../sass/components/c-checkout.scss */
.checkout__delivery-options .address-container.company-logged-in .input__item .tooltip svg {
  background-color: var(--white);
  width: 16px;
  right: -4px;
  top: -4px;
  -webkit-transform: unset;
          transform: unset;
}
/* line 1445, ../sass/components/c-checkout.scss */
.checkout__delivery-options .address-container.company-logged-in .input__item .tooltip svg path {
  fill: var(--darkBlue);
}
/* line 1450, ../sass/components/c-checkout.scss */
.checkout__delivery-options .address-container.company-logged-in .input__item .tooltip__content {
  display: none;
  width: 289px;
  border-radius: 2px;
  border: 1px solid var(--lightBorder);
  background-color: var(--lightSkyBlue);
  padding: 10px 13px;
  z-index: 9;
  position: absolute;
  right: -22px;
  bottom: 36px;
}
@media (max-width: 420px) {
  /* line 1450, ../sass/components/c-checkout.scss */
  .checkout__delivery-options .address-container.company-logged-in .input__item .tooltip__content {
    right: 0;
  }
}
/* line 1466, ../sass/components/c-checkout.scss */
.checkout__delivery-options .address-container.company-logged-in .input__item .tooltip__content::before {
  content: '';
  width: 15px;
  height: 15px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  border-right: 1px solid var(--lightBorder);
  border-bottom: 1px solid var(--lightBorder);
  background: var(--lightSkyBlue);
  position: absolute;
  right: 20px;
  bottom: -9px;
}
/* line 1484, ../sass/components/c-checkout.scss */
.checkout__delivery-options textarea {
  margin-bottom: 12px;
}
/* line 1488, ../sass/components/c-checkout.scss */
.checkout__delivery-options .show-delivery-options-button {
  text-align: end;
  margin-bottom: 30px;
}
/* line 1492, ../sass/components/c-checkout.scss */
.checkout__delivery-options .show-delivery-options-button button {
  border-radius: 2px;
  border: 1px solid var(--darkBlue);
  background: var(--darkBlue);
  color: var(--white);
  text-align: center;
  font-family: var(--font-family-primary);
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  height: 44px;
  width: 232px;
  cursor: pointer;
}
/* line 1507, ../sass/components/c-checkout.scss */
.checkout__delivery-options .show-delivery-options-button button.disabled {
  opacity: 0.3;
  cursor: default;
}
/* line 1511, ../sass/components/c-checkout.scss */
.checkout__delivery-options .show-delivery-options-button button.disabled:hover {
  background: var(--darkBlue);
}
/* line 1519, ../sass/components/c-checkout.scss */
.checkout__delivery-options .delivery-options-container .saved-address-container {
  margin-bottom: 20px;
}
/* line 1522, ../sass/components/c-checkout.scss */
.checkout__delivery-options .delivery-options-container .saved-address-container input {
  padding-right: 64px !important;
}
/* line 1527, ../sass/components/c-checkout.scss */
.checkout__delivery-options .delivery-options-container .options-list {
  margin-bottom: 15px;
}
/* line 1530, ../sass/components/c-checkout.scss */
.checkout__delivery-options .delivery-options-container .options-list .option-item {
  border: 1px solid var(--lightBorder);
  border-bottom: none;
  padding: 18px 22px;
  background: var(--white);
}
@media (min-width: 1024px) {
  /* line 1530, ../sass/components/c-checkout.scss */
  .checkout__delivery-options .delivery-options-container .options-list .option-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    padding: 20px 22px;
  }
}
/* line 1544, ../sass/components/c-checkout.scss */
.checkout__delivery-options .delivery-options-container .options-list .option-item:last-child {
  border-bottom: 1px solid var(--lightBorder);
}
/* line 1548, ../sass/components/c-checkout.scss */
.checkout__delivery-options .delivery-options-container .options-list .option-item .radio-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
/* line 1552, ../sass/components/c-checkout.scss */
.checkout__delivery-options .delivery-options-container .options-list .option-item .radio-container input {
  accent-color: var(--black);
  margin: 0 10px 0 0;
  width: 21px;
  height: 21px;
  min-width: 21px;
  max-width: 21px;
  padding-top: 2px;
  vertical-align: middle;
  cursor: pointer;
}
/* line 1565, ../sass/components/c-checkout.scss */
.checkout__delivery-options .delivery-options-container .options-list .option-item.current {
  background: var(--lightGray);
}
/* line 1569, ../sass/components/c-checkout.scss */
.checkout__delivery-options .delivery-options-container .options-list .option-item .content {
  position: relative;
  width: 100%;
}
/* line 1574, ../sass/components/c-checkout.scss */
.checkout__delivery-options .delivery-options-container .options-list .option-item .delivery-price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 5px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-left: 10px;
  min-width: -webkit-max-content;
  min-width: -moz-max-content;
  min-width: max-content;
}
/* line 1584, ../sass/components/c-checkout.scss */
.checkout__delivery-options .delivery-options-container .options-list .option-item .delivery-price .blue {
  background-color: #009FD6;
  border-radius: 50%;
  height: 36px;
  width: 36px;
  -ms-flex-line-pack: center;
      align-content: center;
  text-align: center;
}
/* line 1593, ../sass/components/c-checkout.scss */
.checkout__delivery-options .delivery-options-container .options-list .option-item .delivery-price img {
  max-width: 36px;
  max-height: 36px;
  width: auto;
  height: auto;
}
/* line 1600, ../sass/components/c-checkout.scss */
.checkout__delivery-options .delivery-options-container .options-list .option-item .delivery-price .price {
  color: var(--black);
  font-family: var(--font-family-secondary);
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 1024px) {
  /* line 1600, ../sass/components/c-checkout.scss */
  .checkout__delivery-options .delivery-options-container .options-list .option-item .delivery-price .price {
    font-size: 16px;
  }
}
/* line 1613, ../sass/components/c-checkout.scss */
.checkout__delivery-options .delivery-options-container .options-list .option-item .delivery-price .price sup {
  margin-left: 2px;
  margin-top: 1px;
}
/* line 1617, ../sass/components/c-checkout.scss */
.checkout__delivery-options .delivery-options-container .options-list .option-item .delivery-price .price .currency {
  margin-left: 5px;
}
/* line 1623, ../sass/components/c-checkout.scss */
.checkout__delivery-options .delivery-options-container .options-list .option-item .option-title {
  color: var(--black);
  font-family: var(--font-family-secondary);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
/* line 1632, ../sass/components/c-checkout.scss */
.checkout__delivery-options .delivery-options-container .options-list .option-item .info-text {
  color: var(--black);
  font-family: var(--font-family-secondary);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  opacity: 0.56;
  margin-left: 0px;
}
/* line 1643, ../sass/components/c-checkout.scss */
.checkout__delivery-options .delivery-options-container .options-list .option-item .label {
  color: var(--black);
  font-family: var(--font-family-secondary);
  font-size: 13px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  opacity: 0.56;
  background: #E8FFE8;
  padding: 3px 5px;
}
@media (max-width: 1024px) {
  /* line 1643, ../sass/components/c-checkout.scss */
  .checkout__delivery-options .delivery-options-container .options-list .option-item .label {
    margin-left: 30px;
  }
}
/* line 1658, ../sass/components/c-checkout.scss */
.checkout__delivery-options .delivery-options-container .options-list .option-item .label.blue {
  background: #ECF5FF;
}
/* line 1662, ../sass/components/c-checkout.scss */
.checkout__delivery-options .delivery-options-container .options-list .option-item .label.green {
  background: #D5FDD5;
}
/* line 1666, ../sass/components/c-checkout.scss */
.checkout__delivery-options .delivery-options-container .options-list .option-item .label.pink {
  background: #FFEAE8;
}
/* line 1671, ../sass/components/c-checkout.scss */
.checkout__delivery-options .delivery-options-container .options-list .option-item .info-tooltip {
  margin-top: 8px;
  position: relative;
}
@media (min-width: 1024px) {
  /* line 1671, ../sass/components/c-checkout.scss */
  .checkout__delivery-options .delivery-options-container .options-list .option-item .info-tooltip {
    margin-left: 35px;
    width: 310px;
    border: 1px solid var(--lightBorder);
  }
}
/* line 1682, ../sass/components/c-checkout.scss */
.checkout__delivery-options .delivery-options-container .options-list .option-item .info-tooltip:hover .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
/* line 1687, ../sass/components/c-checkout.scss */
.checkout__delivery-options .delivery-options-container .options-list .option-item .info-tooltip img {
  margin: 2px 5px 0px 8px;
}
/* line 1691, ../sass/components/c-checkout.scss */
.checkout__delivery-options .delivery-options-container .options-list .option-item .info-tooltip .tooltip-title {
  display: none;
  color: var(--darkGray);
  font-family: var(--font-family-secondary);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  border-radius: 2px;
  position: relative;
  cursor: pointer;
  height: 29px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 1024px) {
  /* line 1691, ../sass/components/c-checkout.scss */
  .checkout__delivery-options .delivery-options-container .options-list .option-item .info-tooltip .tooltip-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
/* line 1710, ../sass/components/c-checkout.scss */
.checkout__delivery-options .delivery-options-container .options-list .option-item .info-tooltip .content {
  display: none;
  border-radius: 2px;
  background: var(--white);
  border: 1px solid var(--lightBorder);
  width: 310px;
  color: var(--darkGray);
  font-family: var(--font-family-secondary);
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  position: absolute;
  padding: 12px 4px;
  position: absolute;
  top: -1px;
  left: -1px;
  z-index: 9;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  -webkit-animation: fadeIn 0.5s ease;
          animation: fadeIn 0.5s ease;
}
@media (max-width: 1024px) {
  /* line 1710, ../sass/components/c-checkout.scss */
  .checkout__delivery-options .delivery-options-container .options-list .option-item .info-tooltip .content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    width: 100%;
    background: var(--lightGray);
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* line 1751, ../sass/components/c-checkout.scss */
.checkout__delivery-options .delivery-options-container .options-list .option-item .in-store-pickup .radio-container {
  margin-bottom: 12px;
}
/* line 1760, ../sass/components/c-checkout.scss */
.checkout__delivery-options .delivery-options-container .options-list .option-item .in-store-pickup .pickup-details .input__item:focus label, .checkout__delivery-options .delivery-options-container .options-list .option-item .in-store-pickup .pickup-details .input__item:focus-within label {
  color: var(--darkBlue);
  font-family: var(--font-family-secondary);
  font-size: 13px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  padding-left: 2px;
}
/* line 1771, ../sass/components/c-checkout.scss */
.checkout__delivery-options .delivery-options-container .options-list .option-item .in-store-pickup .pickup-details .input__item input {
  padding-left: 50px;
  padding-right: 25px;
  border-radius: 1px;
}
/* line 1776, ../sass/components/c-checkout.scss */
.checkout__delivery-options .delivery-options-container .options-list .option-item .in-store-pickup .pickup-details .input__item input.has-value + label {
  color: var(--darkBlue);
  font-family: var(--font-family-secondary);
  font-size: 13px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  padding-left: 0px;
}
/* line 1787, ../sass/components/c-checkout.scss */
.checkout__delivery-options .delivery-options-container .options-list .option-item .in-store-pickup .pickup-details .input__item label {
  padding-left: 30px;
}
/* line 1791, ../sass/components/c-checkout.scss */
.checkout__delivery-options .delivery-options-container .options-list .option-item .in-store-pickup .pickup-details .input__item svg {
  right: unset;
  left: 25px;
}
/* line 1800, ../sass/components/c-checkout.scss */
.checkout__delivery-options .delivery-options-container .options-list .option-item .in-store-pickup .choose-store.multiple-locations input {
  position: relative;
}
/* line 1803, ../sass/components/c-checkout.scss */
.checkout__delivery-options .delivery-options-container .options-list .option-item .in-store-pickup .choose-store.multiple-locations input.has-value {
  border: 1px solid var(--lightBorder);
  background: var(--white);
}
/* line 1809, ../sass/components/c-checkout.scss */
.checkout__delivery-options .delivery-options-container .options-list .option-item .in-store-pickup .choose-store.multiple-locations .choose-store-arrow {
  right: 12px;
  left: inherit;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 16px;
  height: 10px;
}
/* line 1819, ../sass/components/c-checkout.scss */
.checkout__delivery-options .delivery-options-container .options-list .option-item .in-store-pickup .choose-store.multiple-locations .choose-store-arrow svg {
  width: 16px;
  height: 10px;
  display: block;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(-90deg);
          transform: translateY(-50%) rotate(-90deg);
  left: inherit;
  position: relative;
}
/* line 1830, ../sass/components/c-checkout.scss */
.checkout__delivery-options .delivery-options-container .options-list .option-item .in-store-pickup .choose-store.multiple-locations .store-selector-container {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 10000;
  overflow: auto;
  background-color: rgba(22, 22, 22, 0.3);
}
/* line 1838, ../sass/components/c-checkout.scss */
.checkout__delivery-options .delivery-options-container .options-list .option-item .in-store-pickup .choose-store.multiple-locations .store-selector-container.open {
  display: block;
}
/* line 1841, ../sass/components/c-checkout.scss */
.checkout__delivery-options .delivery-options-container .options-list .option-item .in-store-pickup .choose-store.multiple-locations .store-selector-container.open .store-selector {
  display: block;
}
/* line 1846, ../sass/components/c-checkout.scss */
.checkout__delivery-options .delivery-options-container .options-list .option-item .in-store-pickup .choose-store.multiple-locations .store-selector-container .store-selector {
  display: none;
  background-color: var(--white);
  color: var(--black);
  stroke-width: 1px;
  stroke: var(--lightBorder);
  border-radius: 8px;
  position: relative;
  padding: 36px 26px;
  display: block;
  -webkit-animation: fadeIn 0.25s ease-in-out;
          animation: fadeIn 0.25s ease-in-out;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  max-height: 530px;
  margin: unset;
  max-width: calc(100vw - 40px);
}
@media (min-width: 1024px) {
  /* line 1846, ../sass/components/c-checkout.scss */
  .checkout__delivery-options .delivery-options-container .options-list .option-item .in-store-pickup .choose-store.multiple-locations .store-selector-container .store-selector {
    padding: 30px;
    max-width: 825px;
    max-height: 711px;
    margin: unset;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* line 1883, ../sass/components/c-checkout.scss */
.checkout__delivery-options .delivery-options-container .options-list .option-item .in-store-pickup .choose-store.multiple-locations .store-selector-container .store-selector .google-map-container-checkout {
  background: var(--white);
  width: 100%;
  max-width: 375px;
}
@media (max-width: 1023px) {
  /* line 1883, ../sass/components/c-checkout.scss */
  .checkout__delivery-options .delivery-options-container .options-list .option-item .in-store-pickup .choose-store.multiple-locations .store-selector-container .store-selector .google-map-container-checkout {
    display: none;
  }
}
/* line 1892, ../sass/components/c-checkout.scss */
.checkout__delivery-options .delivery-options-container .options-list .option-item .in-store-pickup .choose-store.multiple-locations .store-selector-container .store-selector .google-map-container-checkout #google-map-checkout {
  width: 100%;
  min-height: 100%;
  border: 1px solid var(--lightBorder);
}
/* line 1898, ../sass/components/c-checkout.scss */
.checkout__delivery-options .delivery-options-container .options-list .option-item .in-store-pickup .choose-store.multiple-locations .store-selector-container .store-selector .google-map-container-checkout #google-map-checkout svg path {
  fill: #222;
  opacity: 1;
}
/* line 1902, ../sass/components/c-checkout.scss */
.checkout__delivery-options .delivery-options-container .options-list .option-item .in-store-pickup .choose-store.multiple-locations .store-selector-container .store-selector .google-map-container-checkout #google-map-checkout svg path:nth-child(3) {
  fill: var(--lightGray);
}
/* line 1909, ../sass/components/c-checkout.scss */
.checkout__delivery-options .delivery-options-container .options-list .option-item .in-store-pickup .choose-store.multiple-locations .store-selector-container .store-selector .google-map-container-checkout .gmnoprint {
  display: none;
}
/* line 1913, ../sass/components/c-checkout.scss */
.checkout__delivery-options .delivery-options-container .options-list .option-item .in-store-pickup .choose-store.multiple-locations .store-selector-container .store-selector .google-map-container-checkout .gm-style-cc {
  display: none;
}
/* line 1917, ../sass/components/c-checkout.scss */
.checkout__delivery-options .delivery-options-container .options-list .option-item .in-store-pickup .choose-store.multiple-locations .store-selector-container .store-selector .google-map-container-checkout .gm-fullscreen-control {
  display: none;
}
/* line 1921, ../sass/components/c-checkout.scss */
.checkout__delivery-options .delivery-options-container .options-list .option-item .in-store-pickup .choose-store.multiple-locations .store-selector-container .store-selector .google-map-container-checkout .gm-style-iw {
  display: none;
}
/* line 1926, ../sass/components/c-checkout.scss */
.checkout__delivery-options .delivery-options-container .options-list .option-item .in-store-pickup .choose-store.multiple-locations .store-selector-container .store-selector .google-map-container-checkout .gm-style-iw-tc {
  display: none;
}
/* line 1930, ../sass/components/c-checkout.scss */
.checkout__delivery-options .delivery-options-container .options-list .option-item .in-store-pickup .choose-store.multiple-locations .store-selector-container .store-selector .google-map-container-checkout .custom-infowindow {
  padding: 25px 20px;
}
/* line 1933, ../sass/components/c-checkout.scss */
.checkout__delivery-options .delivery-options-container .options-list .option-item .in-store-pickup .choose-store.multiple-locations .store-selector-container .store-selector .google-map-container-checkout .custom-infowindow__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 3px;
}
/* line 1939, ../sass/components/c-checkout.scss */
.checkout__delivery-options .delivery-options-container .options-list .option-item .in-store-pickup .choose-store.multiple-locations .store-selector-container .store-selector .google-map-container-checkout .custom-infowindow__img {
  width: 13px;
  height: 18px;
}
/* line 1943, ../sass/components/c-checkout.scss */
.checkout__delivery-options .delivery-options-container .options-list .option-item .in-store-pickup .choose-store.multiple-locations .store-selector-container .store-selector .google-map-container-checkout .custom-infowindow__img img {
  width: 13px;
  height: 18px;
}
/* line 1949, ../sass/components/c-checkout.scss */
.checkout__delivery-options .delivery-options-container .options-list .option-item .in-store-pickup .choose-store.multiple-locations .store-selector-container .store-selector .google-map-container-checkout .custom-infowindow__text {
  color: var(--darkGray);
  -webkit-font-feature-settings: 'clig' off, 'liga' off;
          font-feature-settings: 'clig' off, 'liga' off;
  font-family: var(--font-family-secondary);
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 23px;
}
/* line 1959, ../sass/components/c-checkout.scss */
.checkout__delivery-options .delivery-options-container .options-list .option-item .in-store-pickup .choose-store.multiple-locations .store-selector-container .store-selector .google-map-container-checkout .custom-infowindow__address {
  color: var(--darkGray);
  -webkit-font-feature-settings: 'clig' off, 'liga' off;
          font-feature-settings: 'clig' off, 'liga' off;
  font-family: var(--font-family-secondary);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 23px;
}
/* line 1971, ../sass/components/c-checkout.scss */
.checkout__delivery-options .delivery-options-container .options-list .option-item .in-store-pickup .choose-store.multiple-locations .store-selector-container .store-selector__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 25px;
}
/* line 1977, ../sass/components/c-checkout.scss */
.checkout__delivery-options .delivery-options-container .options-list .option-item .in-store-pickup .choose-store.multiple-locations .store-selector-container .store-selector__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 768px) {
  /* line 1977, ../sass/components/c-checkout.scss */
  .checkout__delivery-options .delivery-options-container .options-list .option-item .in-store-pickup .choose-store.multiple-locations .store-selector-container .store-selector__buttons {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 20px;
  }
}
/* line 1988, ../sass/components/c-checkout.scss */
.checkout__delivery-options .delivery-options-container .options-list .option-item .in-store-pickup .choose-store.multiple-locations .store-selector-container .store-selector__buttons:has(.button:only-child) {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
/* line 1992, ../sass/components/c-checkout.scss */
.checkout__delivery-options .delivery-options-container .options-list .option-item .in-store-pickup .choose-store.multiple-locations .store-selector-container .store-selector__buttons .button {
  text-align: center;
  font-family: var(--font-family-secondary);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding: 14px 28px;
  min-width: 220px;
  cursor: pointer;
}
@media (max-width: 768px) {
  /* line 1992, ../sass/components/c-checkout.scss */
  .checkout__delivery-options .delivery-options-container .options-list .option-item .in-store-pickup .choose-store.multiple-locations .store-selector-container .store-selector__buttons .button {
    width: 100%;
  }
}
/* line 2007, ../sass/components/c-checkout.scss */
.checkout__delivery-options .delivery-options-container .options-list .option-item .in-store-pickup .choose-store.multiple-locations .store-selector-container .store-selector__buttons .button.primary-button {
  border: 1px solid var(--darkBlue);
  color: var(--white);
  background: var(--darkBlue);
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
/* line 2014, ../sass/components/c-checkout.scss */
.checkout__delivery-options .delivery-options-container .options-list .option-item .in-store-pickup .choose-store.multiple-locations .store-selector-container .store-selector__buttons .button.primary-button:hover {
  border: 1px solid var(--orange);
  background: var(--orange);
}
/* line 2019, ../sass/components/c-checkout.scss */
.checkout__delivery-options .delivery-options-container .options-list .option-item .in-store-pickup .choose-store.multiple-locations .store-selector-container .store-selector__buttons .button.primary-button:disabled {
  opacity: 0.3;
  cursor: default;
}
/* line 2023, ../sass/components/c-checkout.scss */
.checkout__delivery-options .delivery-options-container .options-list .option-item .in-store-pickup .choose-store.multiple-locations .store-selector-container .store-selector__buttons .button.primary-button:disabled:hover {
  background: var(--darkBlue);
  border: 1px solid var(--darkBlue);
}
/* line 2030, ../sass/components/c-checkout.scss */
.checkout__delivery-options .delivery-options-container .options-list .option-item .in-store-pickup .choose-store.multiple-locations .store-selector-container .store-selector__buttons .button.secondary-button {
  border: 1px solid var(--notificationRed);
  color: var(--notificationRed);
  background: var(--white);
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
/* line 2036, ../sass/components/c-checkout.scss */
.checkout__delivery-options .delivery-options-container .options-list .option-item .in-store-pickup .choose-store.multiple-locations .store-selector-container .store-selector__buttons .button.secondary-button:hover {
  background: var(--notificationRed);
  color: var(--white);
}
/* line 2044, ../sass/components/c-checkout.scss */
.checkout__delivery-options .delivery-options-container .options-list .option-item .in-store-pickup .choose-store.multiple-locations .store-selector-container .store-selector__list-wrapper {
  width: 100%;
}
@media (min-width: 1024px) {
  /* line 2044, ../sass/components/c-checkout.scss */
  .checkout__delivery-options .delivery-options-container .options-list .option-item .in-store-pickup .choose-store.multiple-locations .store-selector-container .store-selector__list-wrapper {
    max-width: 375px;
  }
}
/* line 2052, ../sass/components/c-checkout.scss */
.checkout__delivery-options .delivery-options-container .options-list .option-item .in-store-pickup .choose-store.multiple-locations .store-selector-container .store-selector__list {
  height: 280px;
  overflow-y: scroll;
  /* Track */
  /* Handle */
}
@media (min-width: 1024px) {
  /* line 2052, ../sass/components/c-checkout.scss */
  .checkout__delivery-options .delivery-options-container .options-list .option-item .in-store-pickup .choose-store.multiple-locations .store-selector-container .store-selector__list {
    height: 521px;
  }
}
/* line 2060, ../sass/components/c-checkout.scss */
.checkout__delivery-options .delivery-options-container .options-list .option-item .in-store-pickup .choose-store.multiple-locations .store-selector-container .store-selector__list::-webkit-scrollbar {
  width: 4px;
}
/* line 2068, ../sass/components/c-checkout.scss */
.checkout__delivery-options .delivery-options-container .options-list .option-item .in-store-pickup .choose-store.multiple-locations .store-selector-container .store-selector__list::-webkit-scrollbar-thumb {
  background: var(--mediumGray);
  background-clip: padding-box;
}
/* line 2074, ../sass/components/c-checkout.scss */
.checkout__delivery-options .delivery-options-container .options-list .option-item .in-store-pickup .choose-store.multiple-locations .store-selector-container .store-selector__title {
  color: var(--black);
  font-family: var(--font-family-secondary);
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 23px;
  margin-bottom: 12px;
}
/* line 2085, ../sass/components/c-checkout.scss */
.checkout__delivery-options .delivery-options-container .options-list .option-item .in-store-pickup .choose-store.multiple-locations .store-selector-container .store-selector__container > .wrapper {
  margin-bottom: 0px;
}
/* line 2090, ../sass/components/c-checkout.scss */
.checkout__delivery-options .delivery-options-container .options-list .option-item .in-store-pickup .choose-store.multiple-locations .store-selector-container .store-selector__container > .wrapper:first-child > .row:first-child {
  height: 100%;
  opacity: 1;
  overflow: visible;
}
/* line 2098, ../sass/components/c-checkout.scss */
.checkout__delivery-options .delivery-options-container .options-list .option-item .in-store-pickup .choose-store.multiple-locations .store-selector-container .store-selector__container > .wrapper .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  gap: 5px;
  color: var(--gray);
  font-family: var(--font-family-secondary);
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 2px;
  height: 0px;
  opacity: 0;
  overflow: hidden;
}
/* line 2114, ../sass/components/c-checkout.scss */
.checkout__delivery-options .delivery-options-container .options-list .option-item .in-store-pickup .choose-store.multiple-locations .store-selector-container .store-selector__container > .wrapper .row .text {
  color: var(--gray);
  font-family: var(--font-family-secondary);
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
/* line 2122, ../sass/components/c-checkout.scss */
.checkout__delivery-options .delivery-options-container .options-list .option-item .in-store-pickup .choose-store.multiple-locations .store-selector-container .store-selector__container > .wrapper .row .text.opening-hours {
  max-height: 20px;
  overflow: hidden;
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
  width: 100%;
}
/* line 2128, ../sass/components/c-checkout.scss */
.checkout__delivery-options .delivery-options-container .options-list .option-item .in-store-pickup .choose-store.multiple-locations .store-selector-container .store-selector__container > .wrapper .row .text.opening-hours .button {
  position: relative;
}
/* line 2131, ../sass/components/c-checkout.scss */
.checkout__delivery-options .delivery-options-container .options-list .option-item .in-store-pickup .choose-store.multiple-locations .store-selector-container .store-selector__container > .wrapper .row .text.opening-hours .button svg {
  width: 11px;
  height: 8px;
  right: -20px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(-90deg);
          transform: translateY(-50%) rotate(-90deg);
  display: block;
  left: inherit;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
/* line 2142, ../sass/components/c-checkout.scss */
.checkout__delivery-options .delivery-options-container .options-list .option-item .in-store-pickup .choose-store.multiple-locations .store-selector-container .store-selector__container > .wrapper .row .text.opening-hours .button svg path {
  fill: var(--gray);
}
/* line 2148, ../sass/components/c-checkout.scss */
.checkout__delivery-options .delivery-options-container .options-list .option-item .in-store-pickup .choose-store.multiple-locations .store-selector-container .store-selector__container > .wrapper .row .text.opening-hours.opened {
  max-height: 300px;
  height: auto;
}
/* line 2154, ../sass/components/c-checkout.scss */
.checkout__delivery-options .delivery-options-container .options-list .option-item .in-store-pickup .choose-store.multiple-locations .store-selector-container .store-selector__container > .wrapper .row .text.opening-hours.opened .button svg {
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
/* line 2161, ../sass/components/c-checkout.scss */
.checkout__delivery-options .delivery-options-container .options-list .option-item .in-store-pickup .choose-store.multiple-locations .store-selector-container .store-selector__container > .wrapper .row .text.opening-hours .opening-hours__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: var(--black);
  font-family: var(--font-family-secondary);
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
}
/* line 2172, ../sass/components/c-checkout.scss */
.checkout__delivery-options .delivery-options-container .options-list .option-item .in-store-pickup .choose-store.multiple-locations .store-selector-container .store-selector__container > .wrapper .row .text.opening-hours .opening-hours__wrapper.text-color-red {
  color: var(--campaignRed);
}
/* line 2178, ../sass/components/c-checkout.scss */
.checkout__delivery-options .delivery-options-container .options-list .option-item .in-store-pickup .choose-store.multiple-locations .store-selector-container .store-selector__container > .wrapper .row .text.stock-info {
  position: relative;
  padding-left: 25px;
}
/* line 2183, ../sass/components/c-checkout.scss */
.checkout__delivery-options .delivery-options-container .options-list .option-item .in-store-pickup .choose-store.multiple-locations .store-selector-container .store-selector__container > .wrapper .row .text.stock-info.in-stock svg {
  width: 17px;
  height: 14px;
  left: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
/* line 2191, ../sass/components/c-checkout.scss */
.checkout__delivery-options .delivery-options-container .options-list .option-item .in-store-pickup .choose-store.multiple-locations .store-selector-container .store-selector__container > .wrapper .row .text.stock-info.in-stock svg path {
  fill: var(--gray) !important;
}
/* line 2197, ../sass/components/c-checkout.scss */
.checkout__delivery-options .delivery-options-container .options-list .option-item .in-store-pickup .choose-store.multiple-locations .store-selector-container .store-selector__container > .wrapper .row .text.stock-info.out-of-stock {
  color: var(--campaignRed);
}
/* line 2200, ../sass/components/c-checkout.scss */
.checkout__delivery-options .delivery-options-container .options-list .option-item .in-store-pickup .choose-store.multiple-locations .store-selector-container .store-selector__container > .wrapper .row .text.stock-info.out-of-stock svg {
  width: 17px;
  height: 14px;
  left: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
/* line 2208, ../sass/components/c-checkout.scss */
.checkout__delivery-options .delivery-options-container .options-list .option-item .in-store-pickup .choose-store.multiple-locations .store-selector-container .store-selector__container > .wrapper .row .text.stock-info.out-of-stock svg path {
  fill: var(--campaignRed) !important;
}
/* line 2219, ../sass/components/c-checkout.scss */
.checkout__delivery-options .delivery-options-container .options-list .option-item .in-store-pickup .choose-store.multiple-locations .store-selector-container .store-selector__item {
  border-radius: 2px;
  border: 1px solid var(--lightBorder);
  border-bottom: none;
  background: var(--white);
  padding: 19px 22px;
  cursor: pointer;
}
/* line 2227, ../sass/components/c-checkout.scss */
.checkout__delivery-options .delivery-options-container .options-list .option-item .in-store-pickup .choose-store.multiple-locations .store-selector-container .store-selector__item:last-child {
  border-bottom: 1px solid var(--lightBorder);
}
/* line 2231, ../sass/components/c-checkout.scss */
.checkout__delivery-options .delivery-options-container .options-list .option-item .in-store-pickup .choose-store.multiple-locations .store-selector-container .store-selector__item.selected {
  border: 1px solid var(--darkBlue);
  background: var(--lightBlueGray);
}
/* line 2236, ../sass/components/c-checkout.scss */
.checkout__delivery-options .delivery-options-container .options-list .option-item .in-store-pickup .choose-store.multiple-locations .store-selector-container .store-selector__item .store-selector__title {
  color: var(--black);
  font-family: var(--font-family-secondary);
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
/* line 2246, ../sass/components/c-checkout.scss */
.checkout__delivery-options .delivery-options-container .options-list .option-item .in-store-pickup .choose-store.multiple-locations .store-selector-container .store-selector__select {
  color: var(--white);
  text-align: center;
  font-family: var(--font-family-primary);
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  border-radius: 2px;
  border: 1.692px solid var(--darkBlue);
  background: var(--darkBlue);
  width: 100%;
  height: 54px;
  cursor: pointer;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
/* line 2262, ../sass/components/c-checkout.scss */
.checkout__delivery-options .delivery-options-container .options-list .option-item .in-store-pickup .choose-store.multiple-locations .store-selector-container .store-selector__select:disabled {
  opacity: 0.1;
  cursor: default;
}
/* line 2268, ../sass/components/c-checkout.scss */
.checkout__delivery-options .delivery-options-container .options-list .option-item .in-store-pickup .choose-store.multiple-locations .store-selector-container .store-selector__close {
  position: absolute;
  right: 10px;
  top: 10px;
  border: none;
  background: var(--white);
  cursor: pointer;
}
/* line 2282, ../sass/components/c-checkout.scss */
.checkout__delivery-options .delivery-options-container .options-list .option-item .in-store-pickup .choose-store.single-location input.has-value {
  border: 1px solid var(--lightBorder);
  background: var(--lightGray);
}
/* line 2296, ../sass/components/c-checkout.scss */
.checkout__payment-options .title {
  color: var(--black);
  font-family: var(--font-family-primary);
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 10px;
}
/* line 2307, ../sass/components/c-checkout.scss */
.checkout .buttons-container-desktop {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  place-content: end;
  gap: 30px;
}
@media (max-width: 1024px) {
  /* line 2307, ../sass/components/c-checkout.scss */
  .checkout .buttons-container-desktop {
    display: none;
  }
}
/* line 2318, ../sass/components/c-checkout.scss */
.checkout .buttons-container-desktop .cta-btn {
  border-radius: 2px;
  background: var(--darkBlue);
  border: none;
  max-width: 341px;
  width: 100%;
  height: 44px;
  cursor: pointer;
  color: var(--white);
  text-align: center;
  font-family: var(--font-family-primary);
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
/* line 2334, ../sass/components/c-checkout.scss */
.checkout .buttons-container-desktop .cta-btn:hover {
  background: var(--orange);
}
/* line 2338, ../sass/components/c-checkout.scss */
.checkout .buttons-container-desktop .cta-btn.disabled {
  opacity: 0.3;
  cursor: default;
}
/* line 2342, ../sass/components/c-checkout.scss */
.checkout .buttons-container-desktop .cta-btn.disabled:hover {
  background: var(--darkBlue);
}
/* line 2348, ../sass/components/c-checkout.scss */
.checkout .buttons-container-desktop .back {
  color: var(--darkBlue);
  text-align: center;
  font-family: var(--font-family-primary);
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  border-radius: 2px;
  border: 1px solid var(--darkBlue);
  background: var(--white);
  max-width: 341px;
  width: 100%;
  height: 44px;
  cursor: pointer;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
/* line 2365, ../sass/components/c-checkout.scss */
.checkout .buttons-container-desktop .back:hover {
  background: var(--orange);
  border: 1px solid var(--orange);
  color: var(--white);
}
/* line 2373, ../sass/components/c-checkout.scss */
.checkout .input__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px;
  margin-bottom: 20px;
}
@media (min-width: 1024px) {
  /* line 2373, ../sass/components/c-checkout.scss */
  .checkout .input__container {
    gap: 30px;
  }
}
/* line 2383, ../sass/components/c-checkout.scss */
.checkout .input__container .input__item {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 100%;
          flex: 1 0 100%;
}
/* line 2391, ../sass/components/c-checkout.scss */
.checkout .input__container .input__item.choose-date:focus-within .close-datepicker svg path {
  opacity: 1;
}
/* line 2399, ../sass/components/c-checkout.scss */
.checkout .input__container .input__item.choose-date:focus-within .datepicker-controls svg path {
  opacity: 1;
}
@media (min-width: 1024px) {
  /* line 2407, ../sass/components/c-checkout.scss */
  .checkout .input__container .input__item.half {
    max-width: 340px;
    -webkit-box-flex: 40%;
        -ms-flex: 40%;
            flex: 40%;
  }
}
/* line 2414, ../sass/components/c-checkout.scss */
.checkout .input__container .input__item .input-validation-error, .checkout .input__container .input__item.input-validation-error:hover, .checkout .input__container .input__item.input-validation-error.has-value {
  color: var(--notificationRed) !important;
  border: 1.692px solid var(--notificationRed) !important;
}
/* line 2421, ../sass/components/c-checkout.scss */
.checkout .input__container .input__item .input-validation-error + label, .checkout .input__container .input__item.input-validation-error:hover + label, .checkout .input__container .input__item.input-validation-error.has-value + label {
  color: var(--notificationRed) !important;
}
/* line 2426, ../sass/components/c-checkout.scss */
.checkout .input__container .input__item .input-validation-error ~ svg path, .checkout .input__container .input__item.input-validation-error:hover ~ svg path, .checkout .input__container .input__item.input-validation-error.has-value ~ svg path {
  opacity: 1 !important;
  fill: var(--notificationRed) !important;
}
/* line 2434, ../sass/components/c-checkout.scss */
.checkout .input__container .input__item:hover input {
  color: var(--darkBlue);
  border: 1.692px solid var(--darkBlue);
  cursor: pointer;
}
/* line 2440, ../sass/components/c-checkout.scss */
.checkout .input__container .input__item:hover label {
  color: var(--darkBlue);
}
/* line 2445, ../sass/components/c-checkout.scss */
.checkout .input__container .input__item:hover svg path {
  opacity: 1;
  fill: var(--darkBlue);
}
/* line 2453, ../sass/components/c-checkout.scss */
.checkout .input__container .input__item:focus-within input {
  color: var(--black);
  border: 1.692px solid var(--lightBorder);
  cursor: pointer;
}
/* line 2459, ../sass/components/c-checkout.scss */
.checkout .input__container .input__item:focus-within label {
  color: var(--darkBlue);
  top: 0%;
  font-size: 11px;
  background-color: white;
}
@media (max-width: 1023px) {
  /* line 2459, ../sass/components/c-checkout.scss */
  .checkout .input__container .input__item:focus-within label {
    display: none;
  }
}
/* line 2471, ../sass/components/c-checkout.scss */
.checkout .input__container .input__item:focus-within svg path {
  opacity: 0.3;
  fill: var(--black);
}
/* line 2478, ../sass/components/c-checkout.scss */
.checkout .input__container .input__item input,
.checkout .input__container .input__item textarea {
  border-radius: 1px;
  border: 1.692px solid var(--lightBorder);
  background: var(--white);
  width: 100%;
  height: 55px;
  color: var(--black);
  font-family: var(--font-family-secondary);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding-left: 22px;
  cursor: pointer;
  padding-right: 50px;
}
/* line 2495, ../sass/components/c-checkout.scss */
.checkout .input__container .input__item input::-webkit-outer-spin-button, .checkout .input__container .input__item input::-webkit-inner-spin-button,
.checkout .input__container .input__item textarea::-webkit-outer-spin-button,
.checkout .input__container .input__item textarea::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
/* line 2501, ../sass/components/c-checkout.scss */
.checkout .input__container .input__item input[type=number],
.checkout .input__container .input__item textarea[type=number] {
  -moz-appearance: textfield;
}
/* line 2505, ../sass/components/c-checkout.scss */
.checkout .input__container .input__item input.has-value,
.checkout .input__container .input__item textarea.has-value {
  color: var(--black);
  border: 1.692px solid var(--lightBorder);
  cursor: pointer;
}
/* line 2510, ../sass/components/c-checkout.scss */
.checkout .input__container .input__item input.has-value + label,
.checkout .input__container .input__item textarea.has-value + label {
  color: var(--darkBlue);
  top: 0%;
  font-size: 11px;
  background-color: var(--white);
}
@media (max-width: 1023px) {
  /* line 2510, ../sass/components/c-checkout.scss */
  .checkout .input__container .input__item input.has-value + label,
  .checkout .input__container .input__item textarea.has-value + label {
    display: none;
  }
}
/* line 2522, ../sass/components/c-checkout.scss */
.checkout .input__container .input__item input.has-value ~ svg path,
.checkout .input__container .input__item textarea.has-value ~ svg path {
  opacity: 0.3;
  fill: var(--black);
}
/* line 2529, ../sass/components/c-checkout.scss */
.checkout .input__container .input__item input:focus-visible,
.checkout .input__container .input__item textarea:focus-visible {
  outline: none;
}
/* line 2534, ../sass/components/c-checkout.scss */
.checkout .input__container .input__item textarea {
  cursor: default;
  resize: none;
  padding: 14px 22px;
  height: 82px;
  color: var(--black);
}
/* line 2541, ../sass/components/c-checkout.scss */
.checkout .input__container .input__item textarea::-webkit-input-placeholder {
  color: var(--gray);
}
.checkout .input__container .input__item textarea:-ms-input-placeholder {
  color: var(--gray);
}
.checkout .input__container .input__item textarea::-ms-input-placeholder {
  color: var(--gray);
}
.checkout .input__container .input__item textarea::placeholder {
  color: var(--gray);
}
/* line 2546, ../sass/components/c-checkout.scss */
.checkout .input__container .input__item label {
  color: var(--gray);
  font-family: var(--font-family-secondary);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  position: absolute;
  left: 22px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
  cursor: pointer;
  padding: 0px 3px;
  margin-left: -3px;
}
/* line 2563, ../sass/components/c-checkout.scss */
.checkout .input__container .input__item svg {
  position: absolute;
  right: 25px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
/* line 2570, ../sass/components/c-checkout.scss */
.checkout .input__container .input__item span.change-address-icon {
  position: absolute;
  right: 8px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  color: var(--darkBlue);
  font-family: var(--font-family-secondary);
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  cursor: pointer;
  padding-left: 5px;
}
@media (min-width: 1023px) {
  /* line 2570, ../sass/components/c-checkout.scss */
  .checkout .input__container .input__item span.change-address-icon {
    right: 25px;
  }
}
/* line 2588, ../sass/components/c-checkout.scss */
.checkout .input__container .input__item span.change-address-icon svg {
  right: 36px;
}
/* line 2591, ../sass/components/c-checkout.scss */
.checkout .input__container .input__item span.change-address-icon svg path {
  fill: var(--darkBlue);
}
/* line 2598, ../sass/components/c-checkout.scss */
.checkout .input__container .input__item span.change-address-icon:focus-within svg {
  fill: var(--darkBlue);
}
/* line 2601, ../sass/components/c-checkout.scss */
.checkout .input__container .input__item span.change-address-icon:focus-within svg path {
  opacity: 1;
  fill: var(--darkBlue);
}
/* line 2611, ../sass/components/c-checkout.scss */
.checkout .checkbox-container {
  margin-bottom: 15px;
}
/* line 2614, ../sass/components/c-checkout.scss */
.checkout .checkbox-container .custom-checkbox-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  cursor: pointer;
}
@media (max-width: 1023px) {
  /* line 2614, ../sass/components/c-checkout.scss */
  .checkout .checkbox-container .custom-checkbox-container {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
  }
}
/* line 2625, ../sass/components/c-checkout.scss */
.checkout .checkbox-container .custom-checkbox {
  display: none;
}
/* line 2629, ../sass/components/c-checkout.scss */
.checkout .checkbox-container .custom-checkbox-checkmark {
  display: inline-block;
  width: 21px;
  height: 21px;
  min-width: 21px;
  min-height: 21px;
  border: 1px solid var(--darkBorder);
  background-color: transparent;
  position: relative;
  margin-right: 5px;
}
@media (max-width: 1023px) {
  /* line 2629, ../sass/components/c-checkout.scss */
  .checkout .checkbox-container .custom-checkbox-checkmark {
    background: var(--white);
  }
}
/* line 2644, ../sass/components/c-checkout.scss */
.checkout .checkbox-container .custom-checkbox-checkmark span {
  display: none;
}
/* line 2651, ../sass/components/c-checkout.scss */
.checkout .checkbox-container .custom-checkbox:checked + .custom-checkbox-checkmark span {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
/* line 2663, ../sass/components/c-checkout.scss */
.checkout .checkbox-container .checkbox-text {
  color: var(--black);
  font-family: var(--font-family-secondary);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-right: 15px;
}
/* line 2674, ../sass/components/c-checkout.scss */
.checkout .confirmation-wrapper {
  padding-top: 68px;
  padding-left: 30px;
}
@media (max-width: 1023px) {
  /* line 2674, ../sass/components/c-checkout.scss */
  .checkout .confirmation-wrapper {
    padding-top: 0px;
    padding-left: 0px;
  }
}
/* line 2683, ../sass/components/c-checkout.scss */
.checkout .confirmation-wrapper__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-width: 420px;
  margin: 0 auto 50px auto;
}
@media (max-width: 1023px) {
  /* line 2683, ../sass/components/c-checkout.scss */
  .checkout .confirmation-wrapper__header {
    margin-bottom: 21px;
    padding: 0px 8px;
  }
}
/* line 2695, ../sass/components/c-checkout.scss */
.checkout .confirmation-wrapper__title {
  color: var(--darkGray);
  text-align: center;
  font-family: var(--font-family-primary);
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 51px;
}
@media (max-width: 1023px) {
  /* line 2695, ../sass/components/c-checkout.scss */
  .checkout .confirmation-wrapper__title {
    display: inline-block;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 4px;
    font-size: 20px;
    line-height: normal;
  }
}
/* line 2713, ../sass/components/c-checkout.scss */
.checkout .confirmation-wrapper__subtitle {
  color: var(--darkGray);
  font-family: var(--font-family-secondary);
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 27px;
  text-align: center;
}
@media (max-width: 1023px) {
  /* line 2713, ../sass/components/c-checkout.scss */
  .checkout .confirmation-wrapper__subtitle {
    font-size: 16px;
    line-height: 24px;
    padding: 0px 8px;
  }
}
/* line 2729, ../sass/components/c-checkout.scss */
.checkout .confirmation-wrapper__checkmark-desktop {
  width: 54px;
  height: 53px;
  margin: 0 auto 9px;
}
@media (max-width: 1023px) {
  /* line 2729, ../sass/components/c-checkout.scss */
  .checkout .confirmation-wrapper__checkmark-desktop {
    display: none;
  }
}
/* line 2739, ../sass/components/c-checkout.scss */
.checkout .confirmation-wrapper__checkmark-mobile {
  vertical-align: -2px;
}
@media (min-width: 1024px) {
  /* line 2739, ../sass/components/c-checkout.scss */
  .checkout .confirmation-wrapper__checkmark-mobile {
    display: none;
  }
}
/* line 2747, ../sass/components/c-checkout.scss */
.checkout .confirmation-wrapper__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
@media (max-width: 1023px) {
  /* line 2747, ../sass/components/c-checkout.scss */
  .checkout .confirmation-wrapper__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
/* line 2757, ../sass/components/c-checkout.scss */
.checkout .confirmation-wrapper__content.without-image .content__wrapper {
  border: 1px solid #EAE5E5;
  background: #F3F6F9;
  width: 100%;
}
@media (max-width: 1023px) {
  /* line 2757, ../sass/components/c-checkout.scss */
  .checkout .confirmation-wrapper__content.without-image .content__wrapper {
    padding: 15px 20px;
  }
}
/* line 2766, ../sass/components/c-checkout.scss */
.checkout .confirmation-wrapper__content.without-image .content__wrapper .content__main-title {
  display: none;
}
/* line 2774, ../sass/components/c-checkout.scss */
.checkout .confirmation-wrapper__content .content__img {
  width: 57%;
  height: auto;
}
@media (max-width: 1023px) {
  /* line 2774, ../sass/components/c-checkout.scss */
  .checkout .confirmation-wrapper__content .content__img {
    width: 100%;
    margin-bottom: 22px;
  }
}
/* line 2784, ../sass/components/c-checkout.scss */
.checkout .confirmation-wrapper__content .content__wrapper {
  background: var(--lightGray);
  padding: 27px 50px 27px 24px;
}
@media (max-width: 1023px) {
  /* line 2784, ../sass/components/c-checkout.scss */
  .checkout .confirmation-wrapper__content .content__wrapper {
    background: none;
    padding: 0px;
  }
}
/* line 2794, ../sass/components/c-checkout.scss */
.checkout .confirmation-wrapper__content .content__main-title {
  color: var(--black);
  font-family: var(--font-family-primary);
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 23px;
  margin-bottom: 8px;
}
@media (max-width: 1023px) {
  /* line 2794, ../sass/components/c-checkout.scss */
  .checkout .confirmation-wrapper__content .content__main-title {
    font-size: 21px;
    padding-bottom: 10px;
    border-bottom: 1px solid var(--mediumBorder);
    width: 100%;
  }
}
/* line 2811, ../sass/components/c-checkout.scss */
.checkout .confirmation-wrapper__content .content__item {
  margin-bottom: 16px;
}
@media (max-width: 1023px) {
  /* line 2811, ../sass/components/c-checkout.scss */
  .checkout .confirmation-wrapper__content .content__item {
    margin-bottom: 11px;
  }
}
@media (max-width: 1023px) {
  /* line 2818, ../sass/components/c-checkout.scss */
  .checkout .confirmation-wrapper__content .content__item:first-child {
    margin-top: 15px;
  }
}
/* line 2824, ../sass/components/c-checkout.scss */
.checkout .confirmation-wrapper__content .content__item:last-child {
  margin-bottom: 0px;
}
/* line 2829, ../sass/components/c-checkout.scss */
.checkout .confirmation-wrapper__content .content__item .item__title {
  color: var(--darkGray);
  font-family: var(--font-family-secondary);
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  line-height: 21px;
}
@media (max-width: 1023px) {
  /* line 2829, ../sass/components/c-checkout.scss */
  .checkout .confirmation-wrapper__content .content__item .item__title {
    font-size: 16px;
    line-height: 23px;
  }
}
/* line 2843, ../sass/components/c-checkout.scss */
.checkout .confirmation-wrapper__content .content__item .item__text {
  color: var(--darkGray);
  font-family: var(--font-family-secondary);
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 21px;
}
@media (max-width: 1023px) {
  /* line 2843, ../sass/components/c-checkout.scss */
  .checkout .confirmation-wrapper__content .content__item .item__text {
    font-size: 16px;
    line-height: 23px;
  }
}
/* line 2861, ../sass/components/c-checkout.scss */
.checkout .confirmation-wrapper__climate-data {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  width: 100%;
  text-decoration: none;
  margin-top: 65px;
  border-left: 1px solid var(--lightBorder);
}
@media (max-width: 1023px) {
  /* line 2861, ../sass/components/c-checkout.scss */
  .checkout .confirmation-wrapper__climate-data {
    margin-top: 11px;
  }
}
/* line 2874, ../sass/components/c-checkout.scss */
.checkout .confirmation-wrapper__climate-data .climate-data__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background: #EAF6EA;
  border: 1px solid var(--lightBorder);
  border-left: none;
  padding: 17px 39px 17px 22px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  gap: 10px;
}
@media (max-width: 1023px) {
  /* line 2874, ../sass/components/c-checkout.scss */
  .checkout .confirmation-wrapper__climate-data .climate-data__wrapper {
    padding: 10px 20px;
  }
}
/* line 2890, ../sass/components/c-checkout.scss */
.checkout .confirmation-wrapper__climate-data .climate-data__img {
  background: var(--brightGreen);
  border: 1px solid var(--lightBorder);
  padding: 10.26px 22.45px 12.8px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: -1px;
}
@media (max-width: 1023px) {
  /* line 2890, ../sass/components/c-checkout.scss */
  .checkout .confirmation-wrapper__climate-data .climate-data__img {
    padding: 16.42px 20.21px 16.58px 23.79px;
  }
}
/* line 2903, ../sass/components/c-checkout.scss */
.checkout .confirmation-wrapper__climate-data .climate-data__img img {
  width: 100%;
  height: auto;
}
@media (max-width: 1023px) {
  /* line 2903, ../sass/components/c-checkout.scss */
  .checkout .confirmation-wrapper__climate-data .climate-data__img img {
    height: 26px;
    width: 21px;
  }
}
/* line 2914, ../sass/components/c-checkout.scss */
.checkout .confirmation-wrapper__climate-data .climate-data__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
/* line 2919, ../sass/components/c-checkout.scss */
.checkout .confirmation-wrapper__climate-data .climate-data__title {
  color: var(--black);
  font-family: var(--font-family-primary);
  font-size: 17.902px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-decoration: none;
}
@media (max-width: 1023px) {
  /* line 2919, ../sass/components/c-checkout.scss */
  .checkout .confirmation-wrapper__climate-data .climate-data__title {
    font-size: 16px;
  }
}
/* line 2933, ../sass/components/c-checkout.scss */
.checkout .confirmation-wrapper__climate-data .climate-data__subtitle {
  color: var(--black);
  font-family: var(--font-family-primary);
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-decoration: none;
}
@media (max-width: 1023px) {
  /* line 2933, ../sass/components/c-checkout.scss */
  .checkout .confirmation-wrapper__climate-data .climate-data__subtitle {
    font-size: 13px;
  }
}
/* line 2947, ../sass/components/c-checkout.scss */
.checkout .confirmation-wrapper__climate-data .climate-data__link {
  color: var(--darkBlue);
  font-family: var(--font-family-primary);
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}
@media (max-width: 1023px) {
  /* line 2947, ../sass/components/c-checkout.scss */
  .checkout .confirmation-wrapper__climate-data .climate-data__link {
    display: none;
  }
}

@media (min-width: 1024px) {
  /* line 2965, ../sass/components/c-checkout.scss */
  .mobile-only {
    display: none;
  }
}

@media (max-width: 1024px) {
  /* line 2971, ../sass/components/c-checkout.scss */
  .desktop-only {
    display: none;
  }
}

/* line 2977, ../sass/components/c-checkout.scss */
.datepicker-overlay {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 1000;
  overflow: auto;
  background-color: var(--overlay);
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
/* line 2987, ../sass/components/c-checkout.scss */
.datepicker-overlay.opened {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

/* line 2994, ../sass/components/c-checkout.scss */
.datepicker .datepicker-picker {
  padding: 58px 52px 33px;
  background: var(--bgGrayWhite);
}
/* line 2998, ../sass/components/c-checkout.scss */
.datepicker .datepicker-picker .close-datepicker {
  display: block;
  position: absolute;
  right: 30px;
  top: 30px;
  cursor: pointer;
}
/* line 3005, ../sass/components/c-checkout.scss */
.datepicker .datepicker-picker .close-datepicker svg {
  right: unset !important;
  left: unset !important;
  position: relative;
  -webkit-transform: unset;
          transform: unset;
}
/* line 3011, ../sass/components/c-checkout.scss */
.datepicker .datepicker-picker .close-datepicker svg path {
  fill: #D4291E !important;
}
/* line 3018, ../sass/components/c-checkout.scss */
.datepicker .datepicker-picker .datepicker-controls .button {
  border-radius: 50%;
  -webkit-box-shadow: 0px 0.8px 0.8px 0px rgba(0, 14, 51, 0.05);
          box-shadow: 0px 0.8px 0.8px 0px rgba(0, 14, 51, 0.05);
  background-color: var(--white);
}
/* line 3023, ../sass/components/c-checkout.scss */
.datepicker .datepicker-picker .datepicker-controls .button svg {
  left: unset !important;
  right: unset !important;
}
/* line 3027, ../sass/components/c-checkout.scss */
.datepicker .datepicker-picker .datepicker-controls .button svg path {
  fill: var(--black);
}
/* line 3032, ../sass/components/c-checkout.scss */
.datepicker .datepicker-picker .datepicker-controls .button.next-button {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
/* line 3036, ../sass/components/c-checkout.scss */
.datepicker .datepicker-picker .datepicker-controls .button.prev-button {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
/* line 3044, ../sass/components/c-checkout.scss */
.datepicker .datepicker-picker .datepicker-cell.day {
  border-radius: 4.8px;
  background: var(--white);
  -webkit-box-shadow: 0px 0.8px 0.8px 0px rgba(0, 14, 51, 0.05);
          box-shadow: 0px 0.8px 0.8px 0px rgba(0, 14, 51, 0.05);
  color: var(--black);
  text-align: center;
  font-family: var(--font-family-secondary);
  font-size: 14.4px;
  font-style: normal;
  font-weight: 600;
  line-height: 100%;
  padding: 2px;
}
/* line 3058, ../sass/components/c-checkout.scss */
.datepicker .datepicker-picker .datepicker-cell.focused {
  color: var(--white);
  background: var(--darkBlue);
  -webkit-box-shadow: 0px 1.2px 0.8px 0px rgba(0, 31, 112, 0.25), 0px 2.4px 1.6px 0px rgba(0, 71, 255, 0.2);
          box-shadow: 0px 1.2px 0.8px 0px rgba(0, 31, 112, 0.25), 0px 2.4px 1.6px 0px rgba(0, 71, 255, 0.2);
}
/* line 3063, ../sass/components/c-checkout.scss */
.datepicker .datepicker-picker .datepicker-cell.focused:not(.selected) {
  color: var(--white);
  background: var(--darkBlue);
  -webkit-box-shadow: 0px 1.2px 0.8px 0px rgba(0, 31, 112, 0.25), 0px 2.4px 1.6px 0px rgba(0, 71, 255, 0.2);
          box-shadow: 0px 1.2px 0.8px 0px rgba(0, 31, 112, 0.25), 0px 2.4px 1.6px 0px rgba(0, 71, 255, 0.2);
}
/* line 3070, ../sass/components/c-checkout.scss */
.datepicker .datepicker-picker .datepicker-cell.next {
  color: rgba(0, 23, 84, 0.15);
  background: var(--bgGrayWhite);
  padding: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}
/* line 3077, ../sass/components/c-checkout.scss */
.datepicker .datepicker-picker .datepicker-cell.prev {
  color: var(--darkBlue);
  background: rgba(0, 71, 255, 0.05);
  opacity: 0.5;
}

/* line 3087, ../sass/components/c-checkout.scss */
.empty-checkout__image {
  margin: 95px auto 12px auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  width: 70px;
  height: 60px;
  text-align: center;
}
@media (min-width: 1024px) {
  /* line 3087, ../sass/components/c-checkout.scss */
  .empty-checkout__image {
    display: none;
  }
}
/* line 3100, ../sass/components/c-checkout.scss */
.empty-checkout__image img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
}
/* line 3108, ../sass/components/c-checkout.scss */
.empty-checkout__title {
  color: var(--black);
  font-family: var(--font-family-primary);
  font-size: 34px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin: 70px auto 18px auto;
  text-align: center;
}
@media (max-width: 1023px) {
  /* line 3108, ../sass/components/c-checkout.scss */
  .empty-checkout__title {
    font-size: 28px;
    margin: 12px auto 25px;
    padding: 0px 20px;
  }
}
/* line 3125, ../sass/components/c-checkout.scss */
.empty-checkout__subtitle {
  color: var(--black);
  font-family: var(--font-family-secondary);
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  text-align: center;
}
@media (max-width: 1023px) {
  /* line 3125, ../sass/components/c-checkout.scss */
  .empty-checkout__subtitle {
    display: none;
  }
}
/* line 3138, ../sass/components/c-checkout.scss */
.empty-checkout__subtitle--mobile {
  display: none;
}
@media (max-width: 1023px) {
  /* line 3138, ../sass/components/c-checkout.scss */
  .empty-checkout__subtitle--mobile {
    display: block;
    max-width: 300px;
    margin: 0px auto;
  }
}
/* line 3150, ../sass/components/c-checkout.scss */
.empty-checkout__products {
  width: 100vw;
  background: var(--lightBlueGray);
  padding: 60px 0px 160px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  position: relative;
  margin-bottom: 50px;
}
@media (max-width: 1023px) {
  /* line 3150, ../sass/components/c-checkout.scss */
  .empty-checkout__products {
    display: none;
  }
}
/* line 3163, ../sass/components/c-checkout.scss */
.empty-checkout__products .title {
  color: var(--black);
  font-family: var(--font-family-primary);
  font-size: 34px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 30px;
  text-align: center;
}
/* line 3175, ../sass/components/c-checkout.scss */
.empty-checkout__products .empty-checkout__swiper-container {
  position: relative;
}
/* line 3180, ../sass/components/c-checkout.scss */
.empty-checkout__products .swiper-pagination {
  bottom: -80px !important;
}
@media (max-width: 1023px) {
  /* line 3180, ../sass/components/c-checkout.scss */
  .empty-checkout__products .swiper-pagination {
    display: none;
  }
}
/* line 3187, ../sass/components/c-checkout.scss */
.empty-checkout__products .swiper-pagination .swiper-pagination-bullet {
  width: 22px;
  height: 22px;
  border-radius: 50px;
  opacity: 1;
  background: var(--lightBlueGray);
  border: 1px solid var(--mediumBorder);
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
/* line 3197, ../sass/components/c-checkout.scss */
.empty-checkout__products .swiper-pagination .swiper-pagination-bullet-active {
  width: 22px;
  height: 22px;
  background: var(--mediumBorder);
}
/* line 3205, ../sass/components/c-checkout.scss */
.empty-checkout__button-left {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  left: -45px;
  position: absolute;
  top: calc(50% - 18.5px);
  border: none;
  z-index: 1;
  outline: none;
  cursor: pointer;
  opacity: 0.6;
}
@media (max-width: 1023px) {
  /* line 3205, ../sass/components/c-checkout.scss */
  .empty-checkout__button-left {
    display: none;
  }
}
/* line 3221, ../sass/components/c-checkout.scss */
.empty-checkout__button-right {
  right: -45px;
  position: absolute;
  top: calc(50% - 18.5px);
  border: none;
  z-index: 1;
  outline: none;
  cursor: pointer;
  opacity: 0.6;
}
@media (max-width: 1023px) {
  /* line 3221, ../sass/components/c-checkout.scss */
  .empty-checkout__button-right {
    display: none;
  }
}
/* line 3237, ../sass/components/c-checkout.scss */
.empty-checkout__button {
  background: var(--darkBlue);
  border-radius: 2px;
  min-width: 253px;
  padding: 12px;
  color: var(--white);
  text-align: center;
  font-family: var(--font-family-primary);
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
  display: inline-block;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  position: relative;
  text-decoration: none;
  margin: 30px 0px;
}
@media (max-width: 1023px) {
  /* line 3237, ../sass/components/c-checkout.scss */
  .empty-checkout__button {
    width: 100%;
    margin-top: 100px;
  }
}
/* line 3262, ../sass/components/c-checkout.scss */
.empty-checkout__button:hover {
  background-color: var(--orange);
}
/* line 3267, ../sass/components/c-checkout.scss */
.empty-checkout .c-category-carousel {
  margin: 50px 0px;
}
@media (max-width: 1023px) {
  /* line 3267, ../sass/components/c-checkout.scss */
  .empty-checkout .c-category-carousel {
    display: none;
  }
}
/* line 3274, ../sass/components/c-checkout.scss */
.empty-checkout .c-category-carousel__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
/* line 3280, ../sass/components/c-checkout.scss */
.empty-checkout .c-category-carousel__item {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 calc(100% / 6);
          flex: 1 1 calc(100% / 6);
  max-width: calc(100% / 6);
}

/* line 3288, ../sass/components/c-checkout.scss */
#workplaceSelect + .select2-container {
  width: 100% !important;
}
/* line 3292, ../sass/components/c-checkout.scss */
#workplaceSelect + .select2-container .select2-selection--single {
  border-radius: 1px;
  border: 1.692px solid var(--lightBorder);
  background: var(--white);
  height: 55px;
  color: var(--black);
  font-family: var(--font-family-secondary);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding-left: 14px;
  padding-right: 50px;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
/* line 3310, ../sass/components/c-checkout.scss */
#workplaceSelect + .select2-container .select2-selection__arrow {
  display: none !important;
}

/* line 1, ../sass/components/c-cart-popup.scss */
.c-cart-popup {
  opacity: 0;
  -webkit-transition: opacity 0.5s, visibility 0.5s;
  transition: opacity 0.5s, visibility 0.5s;
  visibility: hidden;
}
/* line 6, ../sass/components/c-cart-popup.scss */
.c-cart-popup.open {
  opacity: 1;
  position: fixed;
  inset: 0;
  z-index: 10000;
  overflow: auto;
  background-color: rgba(22, 22, 22, 0.3);
  visibility: visible;
}
/* line 16, ../sass/components/c-cart-popup.scss */
.c-cart-popup--main {
  position: absolute;
  right: 0;
  top: 0;
}
@media (max-width: 1023px) {
  /* line 16, ../sass/components/c-cart-popup.scss */
  .c-cart-popup--main {
    width: 100%;
    height: 100vh;
  }
}
/* line 27, ../sass/components/c-cart-popup.scss */
.c-cart-popup__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  max-height: 100vh;
}
@media (max-width: 1023px) {
  /* line 27, ../sass/components/c-cart-popup.scss */
  .c-cart-popup__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    overflow: scroll;
    background: var(--lightBlueGray);
    padding-bottom: 200px;
    height: 100%;
    width: 100%;
  }
}
/* line 41, ../sass/components/c-cart-popup.scss */
.c-cart-popup__wrapper .tooltip {
  left: 83px;
}
/* line 44, ../sass/components/c-cart-popup.scss */
.c-cart-popup__wrapper .tooltip::after {
  left: 17%;
}
/* line 49, ../sass/components/c-cart-popup.scss */
.c-cart-popup__wrapper .suggestions__wrapper {
  overflow: auto;
  height: 100vh;
}
@media (max-width: 1023px) {
  /* line 49, ../sass/components/c-cart-popup.scss */
  .c-cart-popup__wrapper .suggestions__wrapper {
    height: inherit;
    overflow: visible;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
/* line 60, ../sass/components/c-cart-popup.scss */
.c-cart-popup__wrapper .suggestions__wrapper .suggestion__header {
  color: var(--darkGray);
  font-family: var(--font-family-primary);
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -0.72px;
  background: var(--white);
  padding: 25px 60px 25px 40px;
  border: 1px solid var(--lightBorder);
}
@media (max-width: 1023px) {
  /* line 60, ../sass/components/c-cart-popup.scss */
  .c-cart-popup__wrapper .suggestions__wrapper .suggestion__header {
    padding: 15px 30px;
    background: var(--lightBlueGray);
    border: none;
  }
}
/* line 80, ../sass/components/c-cart-popup.scss */
.c-cart-popup__wrapper .suggestions__wrapper .suggestion-swiper {
  max-height: calc(100vh - 73px);
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
@media (max-width: 1023px) {
  /* line 80, ../sass/components/c-cart-popup.scss */
  .c-cart-popup__wrapper .suggestions__wrapper .suggestion-swiper {
    max-height: inherit;
  }
}
/* line 90, ../sass/components/c-cart-popup.scss */
.c-cart-popup__wrapper .suggestions__wrapper .suggestion-swiper::-webkit-scrollbar {
  display: none;
}
/* line 95, ../sass/components/c-cart-popup.scss */
.c-cart-popup__wrapper .suggestions__wrapper .suggestion-swiper-wrapper {
  background: var(--offWhite);
  border-left: 1px solid var(--lightBorder);
  border-right: 1px solid var(--lightBorder);
  border-bottom: 1px solid var(--lightBorder);
  padding: 23px 0px 20px 20px;
}
@media (max-width: 1023px) {
  /* line 95, ../sass/components/c-cart-popup.scss */
  .c-cart-popup__wrapper .suggestions__wrapper .suggestion-swiper-wrapper {
    padding: 0px;
    border: none;
    background: var(--lightBlueGray);
  }
}
/* line 109, ../sass/components/c-cart-popup.scss */
.c-cart-popup__wrapper .suggestions__wrapper .suggestion-slide {
  border-left: 1px solid var(--lightBorder);
  border-bottom: 1px solid var(--lightBorder);
  background: var(--white);
  padding: 30px 20px 20px;
  width: 232px;
}
/* line 116, ../sass/components/c-cart-popup.scss */
.c-cart-popup__wrapper .suggestions__wrapper .suggestion-slide:first-child {
  border-top: 1px solid var(--lightBorder);
}
@media (max-width: 1023px) {
  /* line 116, ../sass/components/c-cart-popup.scss */
  .c-cart-popup__wrapper .suggestions__wrapper .suggestion-slide:first-child {
    border-left: 1px solid var(--lightBorder);
  }
}
@media (max-width: 1023px) {
  /* line 109, ../sass/components/c-cart-popup.scss */
  .c-cart-popup__wrapper .suggestions__wrapper .suggestion-slide {
    border-right: 1px solid var(--lightBorder);
    border-top: 1px solid var(--lightBorder);
    border-left: none;
    min-height: auto;
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
/* line 135, ../sass/components/c-cart-popup.scss */
.c-cart-popup__wrapper .suggestions__wrapper .suggestion-slide__image {
  width: 100%;
  height: 177px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid var(--lightBorder);
  position: relative;
}
/* line 144, ../sass/components/c-cart-popup.scss */
.c-cart-popup__wrapper .suggestions__wrapper .suggestion-slide__image a {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
}
/* line 154, ../sass/components/c-cart-popup.scss */
.c-cart-popup__wrapper .suggestions__wrapper .suggestion-slide__image img {
  width: 100%;
  max-width: 100%;
  height: auto;
  max-height: 100%;
  padding: 5px;
  -o-object-fit: contain;
     object-fit: contain;
}
/* line 163, ../sass/components/c-cart-popup.scss */
.c-cart-popup__wrapper .suggestions__wrapper .suggestion-slide__image .info-label {
  position: absolute;
  top: 10px;
  left: -9px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2px;
}
@media (max-width: 1023px) {
  /* line 163, ../sass/components/c-cart-popup.scss */
  .c-cart-popup__wrapper .suggestions__wrapper .suggestion-slide__image .info-label {
    left: -5px;
    top: -10px;
  }
}
/* line 176, ../sass/components/c-cart-popup.scss */
.c-cart-popup__wrapper .suggestions__wrapper .suggestion-slide__image .info-label__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2px;
}
/* line 181, ../sass/components/c-cart-popup.scss */
.c-cart-popup__wrapper .suggestions__wrapper .suggestion-slide__image .info-label--image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 3px;
  background-color: var(--brightGreen);
  width: 36.8px;
  height: 36.8px;
}
/* line 190, ../sass/components/c-cart-popup.scss */
.c-cart-popup__wrapper .suggestions__wrapper .suggestion-slide__image .info-label--image img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
}
/* line 199, ../sass/components/c-cart-popup.scss */
.c-cart-popup__wrapper .suggestions__wrapper .suggestion-slide__image .info-label--text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: var(--lightGreen);
  width: 36.8px;
  height: 36.8px;
  color: var(--darkGreen);
  font-family: var(--font-family-primary);
  font-size: 12.277px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -0.186px;
  text-align: center;
}
@media (max-width: 1023px) {
  /* line 216, ../sass/components/c-cart-popup.scss */
  .c-cart-popup__wrapper .suggestions__wrapper .suggestion-slide__image .info-label--text.has-tooltip .tooltip {
    border: none;
    background-color: transparent;
    position: absolute;
    top: 100%;
    right: 10px;
    z-index: 9;
    width: 100%;
    padding: 0;
    left: 0;
    -webkit-filter: none;
            filter: none;
    display: none;
  }
}
@media (max-width: 1023px) {
  /* line 231, ../sass/components/c-cart-popup.scss */
  .c-cart-popup__wrapper .suggestions__wrapper .suggestion-slide__image .info-label--text.has-tooltip .tooltip::after {
    content: none;
  }
}
@media (max-width: 1023px) {
  /* line 237, ../sass/components/c-cart-popup.scss */
  .c-cart-popup__wrapper .suggestions__wrapper .suggestion-slide__image .info-label--text.has-tooltip .tooltip .title {
    display: none;
  }
}
@media (max-width: 1023px) {
  /* line 243, ../sass/components/c-cart-popup.scss */
  .c-cart-popup__wrapper .suggestions__wrapper .suggestion-slide__image .info-label--text.has-tooltip .tooltip .text {
    color: var(--darkBlue);
    font-family: var(--font-family-secondary);
    font-size: 10px;
    font-style: normal;
    font-weight: 500;
    line-height: 19.232px;
    text-decoration: none;
    cursor: pointer;
    -webkit-filter: drop-shadow(0px 1px 2px rgba(0, 0, 0, 0.25));
    filter: drop-shadow(0px 1px 2px rgba(0, 0, 0, 0.25));
    border: 1px solid var(--lightBorder);
    background-color: var(--white);
    border-radius: 2px;
    padding: 2px 4px;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
  }
}
@media (max-width: 1023px) {
  /* line 262, ../sass/components/c-cart-popup.scss */
  .c-cart-popup__wrapper .suggestions__wrapper .suggestion-slide__image .info-label--text.has-tooltip .tooltip .text p {
    margin: 5px 0px;
  }
}
/* line 272, ../sass/components/c-cart-popup.scss */
.c-cart-popup__wrapper .suggestions__wrapper .suggestion-slide__image .info-label .campaign-label {
  position: relative;
  color: var(--white);
  font-family: var(--font-family-primary);
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  padding: 5px 6px;
  background-color: var(--campaignRed);
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  border-radius: 2px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
/* line 286, ../sass/components/c-cart-popup.scss */
.c-cart-popup__wrapper .suggestions__wrapper .suggestion-slide__image .info-label .campaign-label:after {
  content: '';
  position: absolute;
  bottom: -4px;
  left: -4px;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 8px solid var(--campaignRed);
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
@media (max-width: 1023px) {
  /* line 286, ../sass/components/c-cart-popup.scss */
  .c-cart-popup__wrapper .suggestions__wrapper .suggestion-slide__image .info-label .campaign-label:after {
    left: inherit;
    right: -4px;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
}
/* line 306, ../sass/components/c-cart-popup.scss */
.c-cart-popup__wrapper .suggestions__wrapper .suggestion-slide__title {
  color: var(--darkGray);
  font-family: var(--font-family-primary);
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 23px;
  margin-top: 10px;
  display: block;
  text-decoration: none;
}
/* line 317, ../sass/components/c-cart-popup.scss */
.c-cart-popup__wrapper .suggestions__wrapper .suggestion-slide__title a {
  text-decoration: none;
  color: var(--darkGray);
}
/* line 323, ../sass/components/c-cart-popup.scss */
.c-cart-popup__wrapper .suggestions__wrapper .suggestion-slide__description {
  color: var(--gray);
  font-family: var(--font-family-primary);
  font-size: 11px;
  font-style: normal;
  font-weight: 300;
  line-height: 14px;
  letter-spacing: 0.11px;
}
@media (max-width: 1023px) {
  /* line 333, ../sass/components/c-cart-popup.scss */
  .c-cart-popup__wrapper .suggestions__wrapper .suggestion-slide form {
    margin-top: auto;
  }
}
/* line 339, ../sass/components/c-cart-popup.scss */
.c-cart-popup__wrapper .suggestions__wrapper .suggestion-slide__button {
  border-radius: 2px;
  border: 1px solid var(--darkBlue);
  color: var(--darkBlue);
  text-align: center;
  font-family: var(--font-family-primary);
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  padding: 8px;
  cursor: pointer;
  background: var(--white);
  margin-top: 25px;
  width: 100%;
  -webkit-transition: color 0.25s, background 0.25s;
  transition: color 0.25s, background 0.25s;
  display: block;
  text-decoration: none;
}
@media (max-width: 1023px) {
  /* line 339, ../sass/components/c-cart-popup.scss */
  .c-cart-popup__wrapper .suggestions__wrapper .suggestion-slide__button {
    margin-top: auto;
  }
}
/* line 362, ../sass/components/c-cart-popup.scss */
.c-cart-popup__wrapper .suggestions__wrapper .suggestion-slide__button:hover {
  background: var(--darkBlue);
  color: var(--white);
}
/* line 368, ../sass/components/c-cart-popup.scss */
.c-cart-popup__wrapper .suggestions__wrapper .suggestion-slide .price-wrapper {
  display: block;
  margin-top: 10px;
}
/* line 372, ../sass/components/c-cart-popup.scss */
.c-cart-popup__wrapper .suggestions__wrapper .suggestion-slide .price-wrapper .campaign-text {
  color: var(--white);
  font-family: var(--font-family-primary);
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -0.26px;
  -webkit-transform: rotate(-2.689deg);
          transform: rotate(-2.689deg);
  background: var(--campaignRed);
  padding: 4px 8px;
  margin-bottom: 5px;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  margin-top: 12px;
}
/* line 388, ../sass/components/c-cart-popup.scss */
.c-cart-popup__wrapper .suggestions__wrapper .suggestion-slide .price-wrapper .price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2px;
}
/* line 395, ../sass/components/c-cart-popup.scss */
.c-cart-popup__wrapper .suggestions__wrapper .suggestion-slide .price-wrapper .price.red-campaign-price .integer {
  font-size: 19px;
  color: var(--campaignRed);
}
/* line 400, ../sass/components/c-cart-popup.scss */
.c-cart-popup__wrapper .suggestions__wrapper .suggestion-slide .price-wrapper .price.red-campaign-price .decimal {
  font-size: 10.716px;
  color: var(--campaignRed);
  top: 2px;
}
/* line 406, ../sass/components/c-cart-popup.scss */
.c-cart-popup__wrapper .suggestions__wrapper .suggestion-slide .price-wrapper .price.red-campaign-price .currency {
  font-size: 16px;
}
/* line 412, ../sass/components/c-cart-popup.scss */
.c-cart-popup__wrapper .suggestions__wrapper .suggestion-slide .price-wrapper .price.strikethrough-campaign-price .integer {
  text-decoration: line-through;
  font-size: 11.78px;
}
/* line 417, ../sass/components/c-cart-popup.scss */
.c-cart-popup__wrapper .suggestions__wrapper .suggestion-slide .price-wrapper .price.strikethrough-campaign-price .decimal {
  font-size: 6px;
  top: 1px;
}
/* line 422, ../sass/components/c-cart-popup.scss */
.c-cart-popup__wrapper .suggestions__wrapper .suggestion-slide .price-wrapper .price.strikethrough-campaign-price .currency {
  font-size: 10.314px;
}
/* line 427, ../sass/components/c-cart-popup.scss */
.c-cart-popup__wrapper .suggestions__wrapper .suggestion-slide .price-wrapper .price .integer {
  color: var(--darkGray);
  font-family: var(--font-family-primary);
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 1px;
}
/* line 436, ../sass/components/c-cart-popup.scss */
.c-cart-popup__wrapper .suggestions__wrapper .suggestion-slide .price-wrapper .price .decimal {
  color: var(--darkGray);
  font-family: var(--font-family-primary);
  font-size: 11px;
  font-style: normal;
  font-weight: 700;
  position: relative;
  top: 3px;
  margin-left: -1px;
  -ms-flex-item-align: start;
      align-self: flex-start;
}
/* line 448, ../sass/components/c-cart-popup.scss */
.c-cart-popup__wrapper .suggestions__wrapper .suggestion-slide .price-wrapper .price .currency {
  color: var(--darkGray);
  font-family: var(--font-family-primary);
  font-size: 19px;
  font-style: normal;
  font-weight: 600;
}
/* line 457, ../sass/components/c-cart-popup.scss */
.c-cart-popup__wrapper .suggestions__wrapper .suggestion-slide .price-wrapper .price-details {
  color: var(--gray);
  font-family: var(--font-family-secondary);
  font-size: 12px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  margin-top: 3px;
}
@media (max-width: 1023px) {
  /* line 466, ../sass/components/c-cart-popup.scss */
  .c-cart-popup__wrapper .suggestions__wrapper .suggestion-slide .price-wrapper .price-details:last-child {
    margin-bottom: 25px;
  }
}
@media (max-width: 1023px) {
  /* line 476, ../sass/components/c-cart-popup.scss */
  .c-cart-popup__wrapper .cart__wrapper {
    width: 100%;
  }
}
@media (min-width: 1024px) {
  /* line 476, ../sass/components/c-cart-popup.scss */
  .c-cart-popup__wrapper .cart__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: 100vh;
    max-height: 100vh;
  }
}
/* line 489, ../sass/components/c-cart-popup.scss */
.c-cart-popup__wrapper .cart__wrapper .empty-cart {
  display: none;
}
/* line 494, ../sass/components/c-cart-popup.scss */
.c-cart-popup__wrapper .cart__wrapper.empty .cart-header__left {
  display: none;
}
/* line 497, ../sass/components/c-cart-popup.scss */
.c-cart-popup__wrapper .cart__wrapper.empty .cart-header__left.empty {
  display: block;
}
/* line 502, ../sass/components/c-cart-popup.scss */
.c-cart-popup__wrapper .cart__wrapper.empty .empty-cart {
  display: block;
  max-width: 400px;
  margin: 0 auto;
  padding: 0px 20px;
}
/* line 508, ../sass/components/c-cart-popup.scss */
.c-cart-popup__wrapper .cart__wrapper.empty .empty-cart__image {
  margin: 95px auto 12px auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  width: 70px;
  height: 60px;
  text-align: center;
}
/* line 517, ../sass/components/c-cart-popup.scss */
.c-cart-popup__wrapper .cart__wrapper.empty .empty-cart__image img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
}
/* line 525, ../sass/components/c-cart-popup.scss */
.c-cart-popup__wrapper .cart__wrapper.empty .empty-cart__title {
  color: var(--black);
  font-family: var(--font-family-primary);
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-align: center;
  font-size: 28px;
  margin: 12px auto 25px;
  padding: 0px 20px;
}
/* line 537, ../sass/components/c-cart-popup.scss */
.c-cart-popup__wrapper .cart__wrapper.empty .empty-cart__subtitle {
  color: var(--black);
  font-family: var(--font-family-secondary);
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  text-align: center;
  line-height: 24px;
}
@media (max-width: 1023px) {
  /* line 549, ../sass/components/c-cart-popup.scss */
  .c-cart-popup__wrapper .cart__wrapper.empty .cart-products__container {
    background: none;
  }
}
/* line 555, ../sass/components/c-cart-popup.scss */
.c-cart-popup__wrapper .cart__wrapper.empty .cart-products__wrapper {
  height: 100%;
}
/* line 561, ../sass/components/c-cart-popup.scss */
.c-cart-popup__wrapper .cart__wrapper.empty .cart-products__summarize .cart-products__primary {
  display: none;
}
/* line 565, ../sass/components/c-cart-popup.scss */
.c-cart-popup__wrapper .cart__wrapper.empty .cart-products__summarize .cart-products__secondary {
  display: none;
}
/* line 568, ../sass/components/c-cart-popup.scss */
.c-cart-popup__wrapper .cart__wrapper.empty .cart-products__summarize .cart-products__secondary.empty {
  display: block;
  margin: 0px;
}
/* line 574, ../sass/components/c-cart-popup.scss */
.c-cart-popup__wrapper .cart__wrapper.empty .cart-products__summarize .cart-products__summarize--container {
  display: none;
}
/* line 580, ../sass/components/c-cart-popup.scss */
.c-cart-popup__wrapper .cart__wrapper .cart-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: var(--darkBlue);
  padding: 25px 25px 25px 21px;
  gap: 10px;
}
/* line 588, ../sass/components/c-cart-popup.scss */
.c-cart-popup__wrapper .cart__wrapper .cart-header__left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}
/* line 593, ../sass/components/c-cart-popup.scss */
.c-cart-popup__wrapper .cart__wrapper .cart-header__left.empty {
  display: none;
}
/* line 598, ../sass/components/c-cart-popup.scss */
.c-cart-popup__wrapper .cart__wrapper .cart-header__title {
  color: var(--white);
  font-family: var(--font-family-primary);
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: -0.8px;
}
/* line 608, ../sass/components/c-cart-popup.scss */
.c-cart-popup__wrapper .cart__wrapper .cart-header .close-icon {
  padding: 1px 5px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  border-radius: 40px;
  background: var(--campaignRed);
  cursor: pointer;
}
/* line 616, ../sass/components/c-cart-popup.scss */
.c-cart-popup__wrapper .cart__wrapper .cart-header .check-circle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
/* line 621, ../sass/components/c-cart-popup.scss */
.c-cart-popup__wrapper .cart__wrapper .cart-header .check-circle svg {
  width: 20px;
  height: 18px;
}
/* line 630, ../sass/components/c-cart-popup.scss */
.c-cart-popup__wrapper .cart-products__container {
  background: var(--offWhite);
  max-width: 576px;
  padding: 23px 29px 18px 12px;
}
@media (max-width: 1023px) {
  /* line 630, ../sass/components/c-cart-popup.scss */
  .c-cart-popup__wrapper .cart-products__container {
    max-width: inherit;
    padding: 0px;
  }
}
@media (min-width: 1024px) {
  /* line 630, ../sass/components/c-cart-popup.scss */
  .c-cart-popup__wrapper .cart-products__container {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: calc(100% - 78px);
  }
}
/* line 648, ../sass/components/c-cart-popup.scss */
.c-cart-popup__wrapper .cart-products__wrapper {
  overflow: scroll;
  height: calc(100vh - 350px);
  scrollbar-width: none;
  -ms-overflow-style: none;
}
@media (max-width: 1023px) {
  /* line 648, ../sass/components/c-cart-popup.scss */
  .c-cart-popup__wrapper .cart-products__wrapper {
    max-height: inherit;
    height: inherit;
    overflow: visible;
  }
}
@media (min-width: 1024px) {
  /* line 648, ../sass/components/c-cart-popup.scss */
  .c-cart-popup__wrapper .cart-products__wrapper {
    height: inherit;
    max-height: 100%;
    overflow-y: scroll;
  }
}
/* line 666, ../sass/components/c-cart-popup.scss */
.c-cart-popup__wrapper .cart-products__wrapper::-webkit-scrollbar {
  display: none;
}
/* line 671, ../sass/components/c-cart-popup.scss */
.c-cart-popup__wrapper .cart-products__item {
  border: 1px solid var(--lightBorder);
  background: var(--lightBlueGray);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  padding: 14px 23px 17px 20px;
  position: relative;
  min-height: 175px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (max-width: 1023px) {
  /* line 671, ../sass/components/c-cart-popup.scss */
  .c-cart-popup__wrapper .cart-products__item {
    padding: 20px 13px 16px 20px;
    min-height: 144px;
    gap: 12px;
  }
}
/* line 689, ../sass/components/c-cart-popup.scss */
.c-cart-popup__wrapper .cart-products__item .trash-img-wrapper {
  display: none;
}
/* line 693, ../sass/components/c-cart-popup.scss */
.c-cart-popup__wrapper .cart-products__item.deleted {
  padding: 9px 20px;
  min-height: inherit;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 1023px) {
  /* line 693, ../sass/components/c-cart-popup.scss */
  .c-cart-popup__wrapper .cart-products__item.deleted {
    background: var(--white);
    padding: 25px 20px;
  }
}
/* line 704, ../sass/components/c-cart-popup.scss */
.c-cart-popup__wrapper .cart-products__item.deleted .cart-products__item--extrainfo {
  display: none;
}
/* line 708, ../sass/components/c-cart-popup.scss */
.c-cart-popup__wrapper .cart-products__item.deleted .cart-products__item--img {
  height: 45px;
  border: none;
  background: none;
}
@media (max-width: 1023px) {
  /* line 708, ../sass/components/c-cart-popup.scss */
  .c-cart-popup__wrapper .cart-products__item.deleted .cart-products__item--img {
    display: none;
  }
}
/* line 717, ../sass/components/c-cart-popup.scss */
.c-cart-popup__wrapper .cart-products__item.deleted .cart-products__item--img .trash-img-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
/* line 724, ../sass/components/c-cart-popup.scss */
.c-cart-popup__wrapper .cart-products__item.deleted .cart-products__item--img img:not(.trash-img) {
  display: none;
}
/* line 728, ../sass/components/c-cart-popup.scss */
.c-cart-popup__wrapper .cart-products__item.deleted .cart-products__item--img .info-label {
  display: none;
}
/* line 733, ../sass/components/c-cart-popup.scss */
.c-cart-popup__wrapper .cart-products__item.deleted .cart-products__item--content {
  -webkit-box-pack: normal;
      -ms-flex-pack: normal;
          justify-content: normal;
}
/* line 736, ../sass/components/c-cart-popup.scss */
.c-cart-popup__wrapper .cart-products__item.deleted .cart-products__item--content .cart-products__item--delete {
  display: none;
}
/* line 740, ../sass/components/c-cart-popup.scss */
.c-cart-popup__wrapper .cart-products__item.deleted .cart-products__item--content .cart__item--amount {
  display: none;
}
/* line 744, ../sass/components/c-cart-popup.scss */
.c-cart-popup__wrapper .cart-products__item.deleted .cart-products__item--content .price-details {
  display: none;
}
/* line 748, ../sass/components/c-cart-popup.scss */
.c-cart-popup__wrapper .cart-products__item.deleted .cart-products__item--content .item-prices {
  -ms-flex-item-align: start;
      align-self: flex-start;
}
@media (max-width: 1023px) {
  /* line 748, ../sass/components/c-cart-popup.scss */
  .c-cart-popup__wrapper .cart-products__item.deleted .cart-products__item--content .item-prices {
    display: none;
  }
}
/* line 756, ../sass/components/c-cart-popup.scss */
.c-cart-popup__wrapper .cart-products__item.deleted .cart-products__item--content .text-container {
  padding-right: 5px;
}
/* line 759, ../sass/components/c-cart-popup.scss */
.c-cart-popup__wrapper .cart-products__item.deleted .cart-products__item--content .text-container .title {
  color: var(--darkGray);
  font-family: var(--font-family-primary);
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 19px;
  margin-bottom: 0px;
}
@media (max-width: 1023px) {
  /* line 759, ../sass/components/c-cart-popup.scss */
  .c-cart-popup__wrapper .cart-products__item.deleted .cart-products__item--content .text-container .title {
    color: var(--black);
  }
}
/* line 773, ../sass/components/c-cart-popup.scss */
.c-cart-popup__wrapper .cart-products__item.deleted .cart-products__item--content .text-container .subtitle-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  gap: 2px;
  margin-bottom: 4px;
}
@media (max-width: 1023px) {
  /* line 773, ../sass/components/c-cart-popup.scss */
  .c-cart-popup__wrapper .cart-products__item.deleted .cart-products__item--content .text-container .subtitle-wrapper {
    margin-bottom: 0;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 4px;
  }
}
/* line 785, ../sass/components/c-cart-popup.scss */
.c-cart-popup__wrapper .cart-products__item.deleted .cart-products__item--content .text-container .subtitle-wrapper .subtitle {
  font-size: 13px;
}
/* line 795, ../sass/components/c-cart-popup.scss */
.c-cart-popup__wrapper .cart-products__item.deleted .cart-products__item--content.discount .item-prices .price-wrapper .price .integer, .c-cart-popup__wrapper .cart-products__item.deleted .cart-products__item--content.discount .item-prices .price-wrapper .price .decimal {
  color: var(--darkGray);
}
/* line 805, ../sass/components/c-cart-popup.scss */
.c-cart-popup__wrapper .cart-products__item.deleted .cart-products__item--content .item-prices .price-wrapper .campaign-text {
  display: none;
}
/* line 810, ../sass/components/c-cart-popup.scss */
.c-cart-popup__wrapper .cart-products__item.deleted .cart-products__item--content .item-prices .price-wrapper .price .integer {
  font-size: 12px;
  font-family: var(--font-family-secondary);
}
/* line 815, ../sass/components/c-cart-popup.scss */
.c-cart-popup__wrapper .cart-products__item.deleted .cart-products__item--content .item-prices .price-wrapper .price .currency {
  font-size: 12px;
  font-family: var(--font-family-secondary);
}
/* line 820, ../sass/components/c-cart-popup.scss */
.c-cart-popup__wrapper .cart-products__item.deleted .cart-products__item--content .item-prices .price-wrapper .price .decimal {
  font-size: 7px;
  top: -4px;
  font-family: var(--font-family-secondary);
}
/* line 831, ../sass/components/c-cart-popup.scss */
.c-cart-popup__wrapper .cart-products__item.deleted .cart__item--undo-btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-width: 144px;
}
@media (max-width: 1023px) {
  /* line 831, ../sass/components/c-cart-popup.scss */
  .c-cart-popup__wrapper .cart-products__item.deleted .cart__item--undo-btn {
    min-width: 100px;
    padding: 10px 15px;
  }
}
/* line 844, ../sass/components/c-cart-popup.scss */
.c-cart-popup__wrapper .cart-products__item--img {
  border-radius: 2px;
  border: 1px solid var(--mediumBorder);
  background: var(--white);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 102px;
  min-width: 102px;
  height: 102px;
  margin-top: 6px;
  position: relative;
}
@media (max-width: 1023px) {
  /* line 844, ../sass/components/c-cart-popup.scss */
  .c-cart-popup__wrapper .cart-products__item--img {
    width: 74px;
    height: 78px;
    margin-top: 0px;
  }
}
/* line 863, ../sass/components/c-cart-popup.scss */
.c-cart-popup__wrapper .cart-products__item--img img {
  width: auto;
  height: auto;
  max-height: 100%;
  max-width: 100%;
}
/* line 870, ../sass/components/c-cart-popup.scss */
.c-cart-popup__wrapper .cart-products__item--img .info-label {
  position: absolute;
  top: 0px;
  left: -9px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2px;
}
@media (max-width: 1023px) {
  /* line 870, ../sass/components/c-cart-popup.scss */
  .c-cart-popup__wrapper .cart-products__item--img .info-label {
    left: -5px;
    top: -10px;
  }
}
/* line 882, ../sass/components/c-cart-popup.scss */
.c-cart-popup__wrapper .cart-products__item--img .info-label--image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 3px;
  background-color: var(--brightGreen);
  width: 27.8px;
  height: 27.8px;
}
/* line 891, ../sass/components/c-cart-popup.scss */
.c-cart-popup__wrapper .cart-products__item--img .info-label--image img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
}
/* line 900, ../sass/components/c-cart-popup.scss */
.c-cart-popup__wrapper .cart-products__item--img .info-label--text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 2px;
  background-color: var(--lightGreen);
  width: 27.8px;
  height: 27.8px;
  color: var(--darkGreen);
  font-family: var(--font-family-secondary);
  font-size: 9.277px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -0.186px;
}
@media (max-width: 1023px) {
  /* line 917, ../sass/components/c-cart-popup.scss */
  .c-cart-popup__wrapper .cart-products__item--img .info-label--text.has-tooltip .tooltip {
    border: none;
    background-color: transparent;
    position: absolute;
    top: 100%;
    right: 10px;
    z-index: 9;
    width: 100%;
    padding: 0;
    left: 0;
    -webkit-filter: none;
            filter: none;
    display: none;
  }
}
@media (max-width: 1023px) {
  /* line 932, ../sass/components/c-cart-popup.scss */
  .c-cart-popup__wrapper .cart-products__item--img .info-label--text.has-tooltip .tooltip::after {
    content: none;
  }
}
@media (max-width: 1023px) {
  /* line 938, ../sass/components/c-cart-popup.scss */
  .c-cart-popup__wrapper .cart-products__item--img .info-label--text.has-tooltip .tooltip .title {
    display: none;
  }
}
@media (max-width: 1023px) {
  /* line 944, ../sass/components/c-cart-popup.scss */
  .c-cart-popup__wrapper .cart-products__item--img .info-label--text.has-tooltip .tooltip .text {
    color: var(--darkBlue);
    font-family: var(--font-family-secondary);
    font-size: 10px;
    font-style: normal;
    font-weight: 500;
    line-height: 19.232px;
    text-decoration: none;
    cursor: pointer;
    -webkit-filter: drop-shadow(0px 1px 2px rgba(0, 0, 0, 0.25));
    filter: drop-shadow(0px 1px 2px rgba(0, 0, 0, 0.25));
    border: 1px solid var(--lightBorder);
    background-color: var(--white);
    border-radius: 2px;
    padding: 2px 4px;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
  }
}
@media (max-width: 1023px) {
  /* line 963, ../sass/components/c-cart-popup.scss */
  .c-cart-popup__wrapper .cart-products__item--img .info-label--text.has-tooltip .tooltip .text p {
    margin: 5px 0px;
  }
}
/* line 973, ../sass/components/c-cart-popup.scss */
.c-cart-popup__wrapper .cart-products__item--img .info-label .campaign-label {
  position: relative;
  color: var(--white);
  font-family: var(--font-family-primary);
  font-size: 10px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  padding: 4px 5px;
  background-color: var(--campaignRed);
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  border-radius: 2px;
}
/* line 986, ../sass/components/c-cart-popup.scss */
.c-cart-popup__wrapper .cart-products__item--img .info-label .campaign-label:after {
  content: '';
  position: absolute;
  bottom: -4px;
  left: -4px;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 8px solid var(--campaignRed);
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
@media (max-width: 1023px) {
  /* line 986, ../sass/components/c-cart-popup.scss */
  .c-cart-popup__wrapper .cart-products__item--img .info-label .campaign-label:after {
    left: inherit;
    right: -4px;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
}
/* line 1006, ../sass/components/c-cart-popup.scss */
.c-cart-popup__wrapper .cart-products__item--delete {
  cursor: pointer;
  position: absolute;
  right: 20px;
  top: 15px;
}
/* line 1012, ../sass/components/c-cart-popup.scss */
.c-cart-popup__wrapper .cart-products__item--delete:hover {
  -webkit-filter: invert(21%) sepia(99%) saturate(2161%) hue-rotate(349deg) brightness(91%) contrast(94%);
          filter: invert(21%) sepia(99%) saturate(2161%) hue-rotate(349deg) brightness(91%) contrast(94%);
}
@media (max-width: 1023px) {
  /* line 1006, ../sass/components/c-cart-popup.scss */
  .c-cart-popup__wrapper .cart-products__item--delete {
    right: inherit;
    top: inherit;
    bottom: 16px;
    left: 34px;
  }
}
/* line 1024, ../sass/components/c-cart-popup.scss */
.c-cart-popup__wrapper .cart-products__item--content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media (max-width: 1023px) {
  /* line 1024, ../sass/components/c-cart-popup.scss */
  .c-cart-popup__wrapper .cart-products__item--content {
    gap: 10px;
    -webkit-box-pack: normal;
        -ms-flex-pack: normal;
            justify-content: normal;
  }
}
/* line 1036, ../sass/components/c-cart-popup.scss */
.c-cart-popup__wrapper .cart-products__item--content.discount .counter-wrapper {
  margin-top: 24px;
}
@media (max-width: 1023px) {
  /* line 1036, ../sass/components/c-cart-popup.scss */
  .c-cart-popup__wrapper .cart-products__item--content.discount .counter-wrapper {
    margin-top: 3px;
  }
}
/* line 1047, ../sass/components/c-cart-popup.scss */
.c-cart-popup__wrapper .cart-products__item--content.discount .item-prices .price-wrapper .price .integer, .c-cart-popup__wrapper .cart-products__item--content.discount .item-prices .price-wrapper .price .decimal, .c-cart-popup__wrapper .cart-products__item--content.discount .item-prices .price-wrapper .price .currency {
  color: var(--campaignRed);
}
/* line 1056, ../sass/components/c-cart-popup.scss */
.c-cart-popup__wrapper .cart-products__item--content .item-information .text-container {
  padding-right: 85px;
}
@media (max-width: 1023px) {
  /* line 1056, ../sass/components/c-cart-popup.scss */
  .c-cart-popup__wrapper .cart-products__item--content .item-information .text-container {
    padding-right: 0px;
  }
}
/* line 1063, ../sass/components/c-cart-popup.scss */
.c-cart-popup__wrapper .cart-products__item--content .item-information .text-container .title {
  color: var(--darkGray);
  font-family: var(--font-family-primary);
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  line-height: 21px;
  margin-bottom: 4px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  max-width: 306px;
  text-decoration: none;
}
@media (max-width: 1023px) {
  /* line 1063, ../sass/components/c-cart-popup.scss */
  .c-cart-popup__wrapper .cart-products__item--content .item-information .text-container .title {
    max-width: 100%;
    font-size: 14px;
    font-weight: 500;
    line-height: 16px;
  }
}
/* line 1086, ../sass/components/c-cart-popup.scss */
.c-cart-popup__wrapper .cart-products__item--content .item-information .text-container .subtitle-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
/* line 1091, ../sass/components/c-cart-popup.scss */
.c-cart-popup__wrapper .cart-products__item--content .item-information .text-container .subtitle-wrapper .subtitle {
  color: var(--gray);
  font-family: var(--font-family-secondary);
  font-size: 12px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
}
@media (max-width: 1023px) {
  /* line 1091, ../sass/components/c-cart-popup.scss */
  .c-cart-popup__wrapper .cart-products__item--content .item-information .text-container .subtitle-wrapper .subtitle {
    font-size: 10px;
    font-weight: 400;
  }
}
/* line 1108, ../sass/components/c-cart-popup.scss */
.c-cart-popup__wrapper .cart-products__item--content .item-prices {
  -ms-flex-item-align: end;
      align-self: end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 35px;
}
@media (max-width: 1023px) {
  /* line 1108, ../sass/components/c-cart-popup.scss */
  .c-cart-popup__wrapper .cart-products__item--content .item-prices {
    gap: inherit;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
  }
}
/* line 1119, ../sass/components/c-cart-popup.scss */
.c-cart-popup__wrapper .cart-products__item--content .item-prices .counter-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
/* line 1123, ../sass/components/c-cart-popup.scss */
.c-cart-popup__wrapper .cart-products__item--content .item-prices .counter-wrapper .counter-value {
  width: 32px;
  height: 28px;
  color: var(--black);
  font-size: 11.157px;
  font-weight: 500;
  font-family: var(--font-family-secondary);
  font-style: normal;
  line-height: normal;
  border: none;
  outline: none;
  border-top: 0.81px solid var(--lightBorder);
  border-bottom: 0.81px solid var(--lightBorder);
  background: var(--white);
  -ms-flex-line-pack: center;
      align-content: center;
  text-align: center;
}
@media (min-width: 1024px) {
  /* line 1123, ../sass/components/c-cart-popup.scss */
  .c-cart-popup__wrapper .cart-products__item--content .item-prices .counter-wrapper .counter-value {
    font-size: 14px;
    font-weight: 400;
    width: 37px;
    height: 35px;
  }
}
/* line 1147, ../sass/components/c-cart-popup.scss */
.c-cart-popup__wrapper .cart-products__item--content .item-prices .counter-wrapper .counter-value::-webkit-outer-spin-button, .c-cart-popup__wrapper .cart-products__item--content .item-prices .counter-wrapper .counter-value::-webkit-inner-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
}
/* line 1155, ../sass/components/c-cart-popup.scss */
.c-cart-popup__wrapper .cart-products__item--content .item-prices .counter-wrapper .counter-value[type=number] {
  -moz-appearance: textfield;
}
/* line 1160, ../sass/components/c-cart-popup.scss */
.c-cart-popup__wrapper .cart-products__item--content .item-prices .counter-wrapper button {
  border: none;
  width: 28px;
  height: 28px;
  color: var(--black);
  font-family: var(--font-family-secondary);
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  cursor: pointer;
  background-size: 11px 11px;
  border: 1px solid var(--lightBorder);
  background-color: var(--lightPinkishGray);
  border-radius: 1.075px;
  background-repeat: no-repeat;
  background-position: center center;
  font-family: none;
  -webkit-transition: background-color 0.5s ease;
  transition: background-color 0.5s ease;
}
@media (min-width: 1024px) {
  /* line 1160, ../sass/components/c-cart-popup.scss */
  .c-cart-popup__wrapper .cart-products__item--content .item-prices .counter-wrapper button {
    width: 31px;
    height: 35px;
  }
}
/* line 1185, ../sass/components/c-cart-popup.scss */
.c-cart-popup__wrapper .cart-products__item--content .item-prices .counter-wrapper button:hover {
  background-color: var(--lightBorder);
}
/* line 1191, ../sass/components/c-cart-popup.scss */
.c-cart-popup__wrapper .cart-products__item--content .item-prices .price-wrapper {
  display: block;
}
/* line 1194, ../sass/components/c-cart-popup.scss */
.c-cart-popup__wrapper .cart-products__item--content .item-prices .price-wrapper .campaign-text {
  color: var(--white);
  font-family: var(--font-family-secondary);
  font-size: 13px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -0.26px;
  -webkit-transform: rotate(-2.689deg);
          transform: rotate(-2.689deg);
  background: var(--campaignRed);
  padding: 4px 8px;
  margin-bottom: 5px;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  margin-left: auto;
}
@media (max-width: 1023px) {
  /* line 1194, ../sass/components/c-cart-popup.scss */
  .c-cart-popup__wrapper .cart-products__item--content .item-prices .price-wrapper .campaign-text {
    max-width: 100%;
    font-size: 14px;
    font-weight: 500;
    line-height: 16px;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
  }
}
/* line 1218, ../sass/components/c-cart-popup.scss */
.c-cart-popup__wrapper .cart-products__item--content .item-prices .price-wrapper .price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  gap: 2px;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
}
/* line 1224, ../sass/components/c-cart-popup.scss */
.c-cart-popup__wrapper .cart-products__item--content .item-prices .price-wrapper .price .integer {
  color: var(--darkGray);
  font-family: var(--font-family-primary);
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 1px;
}
@media (max-width: 1023px) {
  /* line 1224, ../sass/components/c-cart-popup.scss */
  .c-cart-popup__wrapper .cart-products__item--content .item-prices .price-wrapper .price .integer {
    font-size: 18px;
  }
}
/* line 1237, ../sass/components/c-cart-popup.scss */
.c-cart-popup__wrapper .cart-products__item--content .item-prices .price-wrapper .price .decimal {
  color: var(--darkGray);
  font-family: var(--font-family-primary);
  font-size: 13px;
  font-style: normal;
  font-weight: 700;
  position: relative;
  top: -6px;
  margin-left: -1px;
}
@media (max-width: 1023px) {
  /* line 1237, ../sass/components/c-cart-popup.scss */
  .c-cart-popup__wrapper .cart-products__item--content .item-prices .price-wrapper .price .decimal {
    font-size: 11px;
    top: -5px;
  }
}
/* line 1253, ../sass/components/c-cart-popup.scss */
.c-cart-popup__wrapper .cart-products__item--content .item-prices .price-wrapper .price .currency {
  color: var(--darkGray);
  font-family: var(--font-family-primary);
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
}
@media (max-width: 1023px) {
  /* line 1253, ../sass/components/c-cart-popup.scss */
  .c-cart-popup__wrapper .cart-products__item--content .item-prices .price-wrapper .price .currency {
    font-size: 14.595px;
    font-weight: 400;
  }
}
/* line 1267, ../sass/components/c-cart-popup.scss */
.c-cart-popup__wrapper .cart-products__item--content .item-prices .price-wrapper .price-details {
  color: var(--gray);
  font-family: var(--font-family-secondary);
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-top: 5px;
}
@media (max-width: 1023px) {
  /* line 1267, ../sass/components/c-cart-popup.scss */
  .c-cart-popup__wrapper .cart-products__item--content .item-prices .price-wrapper .price-details {
    font-size: 10px;
    text-align: right;
  }
}
/* line 1285, ../sass/components/c-cart-popup.scss */
.c-cart-popup__wrapper .cart-products__item--extrainfo {
  color: var(--darkGray);
  font-family: var(--font-family-primary);
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 23px;
  border: 1px solid var(--lightBorder);
  background: #ffffff80;
  padding: 10px 15px;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 100%;
          flex: 1 0 100%;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  text-align: center;
}
@media (max-width: 1023px) {
  /* line 1285, ../sass/components/c-cart-popup.scss */
  .c-cart-popup__wrapper .cart-products__item--extrainfo {
    font-size: 12px;
    padding: 7px 14px;
    line-height: 20px;
    margin-bottom: 30px;
  }
}
/* line 1308, ../sass/components/c-cart-popup.scss */
.c-cart-popup__wrapper .cart-products__summarize {
  background: var(--white);
  padding: 24px 20px 26px;
  border: 1px solid var(--lightBorder);
}
@media (max-width: 1023px) {
  /* line 1308, ../sass/components/c-cart-popup.scss */
  .c-cart-popup__wrapper .cart-products__summarize {
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 24px 30px 30px;
  }
}
/* line 1323, ../sass/components/c-cart-popup.scss */
.c-cart-popup__wrapper .cart-products__summarize--container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 6px;
}
@media (max-width: 1023px) {
  /* line 1323, ../sass/components/c-cart-popup.scss */
  .c-cart-popup__wrapper .cart-products__summarize--container {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-top: 0px;
  }
}
/* line 1334, ../sass/components/c-cart-popup.scss */
.c-cart-popup__wrapper .cart-products__summarize--container .title {
  color: var(--darkGray);
  font-family: var(--font-family-primary);
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 23px;
}
/* line 1343, ../sass/components/c-cart-popup.scss */
.c-cart-popup__wrapper .cart-products__summarize--container .price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  gap: 2px;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
}
/* line 1349, ../sass/components/c-cart-popup.scss */
.c-cart-popup__wrapper .cart-products__summarize--container .price .integer {
  color: var(--darkGray);
  font-family: var(--font-family-primary);
  font-size: 19.8px;
  font-style: normal;
  font-weight: 700;
  line-height: 30.36px;
}
/* line 1358, ../sass/components/c-cart-popup.scss */
.c-cart-popup__wrapper .cart-products__summarize--container .price .decimal {
  color: var(--darkGray);
  font-family: var(--font-family-primary);
  font-size: 13.2px;
  font-style: normal;
  font-weight: 700;
  line-height: 30.36px;
  position: relative;
  top: -5px;
  margin-left: -1px;
}
/* line 1370, ../sass/components/c-cart-popup.scss */
.c-cart-popup__wrapper .cart-products__summarize--container .price .currency {
  color: var(--darkGray);
  font-family: var(--font-family-primary);
  font-size: 19.8px;
  font-style: normal;
  font-weight: 700;
  line-height: 30.36px;
  margin-left: 6px;
}
@media (max-width: 1023px) {
  /* line 1370, ../sass/components/c-cart-popup.scss */
  .c-cart-popup__wrapper .cart-products__summarize--container .price .currency {
    margin-left: 0px;
  }
}
/* line 1385, ../sass/components/c-cart-popup.scss */
.c-cart-popup__wrapper .cart-products__summarize--container .description-title {
  color: var(--gray);
  font-family: var(--font-family-primary);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 23px;
}
@media (max-width: 1023px) {
  /* line 1385, ../sass/components/c-cart-popup.scss */
  .c-cart-popup__wrapper .cart-products__summarize--container .description-title {
    font-size: 13px;
  }
}
/* line 1398, ../sass/components/c-cart-popup.scss */
.c-cart-popup__wrapper .cart-products__summarize--container .description-text {
  color: var(--gray);
  font-family: var(--font-family-primary);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 23px;
}
@media (max-width: 1023px) {
  /* line 1398, ../sass/components/c-cart-popup.scss */
  .c-cart-popup__wrapper .cart-products__summarize--container .description-text {
    font-size: 13px;
  }
}
/* line 1413, ../sass/components/c-cart-popup.scss */
.c-cart-popup__wrapper .cart-products__primary {
  background: var(--darkBlue);
  color: var(--white);
  text-align: center;
  font-family: var(--font-family-primary);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  padding: 11px;
  margin-bottom: 11px;
  cursor: pointer;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
  border: none;
  width: 100%;
  border-radius: 2px;
  border: 1px solid var(--darkBlue);
}
@media (max-width: 1023px) {
  /* line 1413, ../sass/components/c-cart-popup.scss */
  .c-cart-popup__wrapper .cart-products__primary {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin-top: 20px;
    margin-bottom: 0px;
  }
}
/* line 1437, ../sass/components/c-cart-popup.scss */
.c-cart-popup__wrapper .cart-products__primary:hover {
  background: var(--orange);
  border: 1px solid var(--orange);
}
/* line 1443, ../sass/components/c-cart-popup.scss */
.c-cart-popup__wrapper .cart-products__secondary {
  background: var(--white);
  color: var(--darkBlue);
  border: 1px solid var(--darkBlue);
  text-align: center;
  font-family: var(--font-family-primary);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  padding: 11px;
  margin-bottom: 12px;
  cursor: pointer;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
  width: 100%;
  border-radius: 2px;
}
@media (max-width: 1023px) {
  /* line 1443, ../sass/components/c-cart-popup.scss */
  .c-cart-popup__wrapper .cart-products__secondary {
    display: none;
  }
}
/* line 1464, ../sass/components/c-cart-popup.scss */
.c-cart-popup__wrapper .cart-products__secondary:hover {
  background: var(--darkBlue);
  color: var(--white);
}
/* line 1469, ../sass/components/c-cart-popup.scss */
.c-cart-popup__wrapper .cart-products__secondary.empty {
  display: none;
}

/* line 1, ../sass/components/c-news-and-press-release.scss */
.news {
  margin-bottom: 30px;
}
/* line 4, ../sass/components/c-news-and-press-release.scss */
.news__latest {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  margin-bottom: 45px;
}
@media (min-width: 1024px) {
  /* line 4, ../sass/components/c-news-and-press-release.scss */
  .news__latest {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 30px;
  }
}
/* line 18, ../sass/components/c-news-and-press-release.scss */
.news__title {
  color: var(--black);
  font-family: var(--font-family-primary);
  font-size: 35px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -1.4px;
  margin-bottom: 10px;
}
/* line 29, ../sass/components/c-news-and-press-release.scss */
.news__item {
  background-color: var(--white);
  border: 1px solid var(--lightBorder);
  padding: 20px;
  position: relative;
  cursor: pointer;
  text-decoration: none;
}
@media (min-width: 1024px) {
  /* line 29, ../sass/components/c-news-and-press-release.scss */
  .news__item {
    padding: 30px;
    width: 33.33%;
  }
}
/* line 42, ../sass/components/c-news-and-press-release.scss */
.news__item:visited {
  color: var(--black);
}
/* line 46, ../sass/components/c-news-and-press-release.scss */
.news__item:active {
  color: var(--black);
}
/* line 51, ../sass/components/c-news-and-press-release.scss */
.news__item:hover .news__content .news-details .label.press-release {
  background: var(--darkBlue);
}
/* line 54, ../sass/components/c-news-and-press-release.scss */
.news__item:hover .news__content .news-details .label.press-release ~ .time {
  border-left: 2px solid var(--darkBlue);
}
/* line 59, ../sass/components/c-news-and-press-release.scss */
.news__item:hover .news__content .news-details .label.news {
  background: var(--orange);
}
/* line 62, ../sass/components/c-news-and-press-release.scss */
.news__item:hover .news__content .news-details .label.news ~ .time {
  border-left: 2px solid var(--orange);
}
/* line 69, ../sass/components/c-news-and-press-release.scss */
.news__image {
  margin-bottom: 5px;
  text-align: center;
}
/* line 73, ../sass/components/c-news-and-press-release.scss */
.news__image img {
  width: 100%;
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 351px) {
  /* line 73, ../sass/components/c-news-and-press-release.scss */
  .news__image img {
    height: 135px;
  }
}
@media (min-width: 351px) and (max-width: 380px) {
  /* line 73, ../sass/components/c-news-and-press-release.scss */
  .news__image img {
    height: 165px;
  }
}
@media (min-width: 380px) and (max-width: 400px) {
  /* line 73, ../sass/components/c-news-and-press-release.scss */
  .news__image img {
    height: 175px;
  }
}
@media (min-width: 400px) and (max-width: 768px) {
  /* line 73, ../sass/components/c-news-and-press-release.scss */
  .news__image img {
    height: 185px;
    max-width: 403px;
  }
}
@media (min-width: 768px) {
  /* line 73, ../sass/components/c-news-and-press-release.scss */
  .news__image img {
    height: 226px;
    width: 403px;
  }
}
@media (min-width: 1024px) {
  /* line 73, ../sass/components/c-news-and-press-release.scss */
  .news__image img {
    height: 140px;
    width: 100%;
  }
}
@media (min-width: 1440px) {
  /* line 73, ../sass/components/c-news-and-press-release.scss */
  .news__image img {
    height: 200px;
    width: 100%;
  }
}
@media (min-width: 1700px) {
  /* line 73, ../sass/components/c-news-and-press-release.scss */
  .news__image img {
    height: 226px;
    width: 100%;
  }
}
/* line 119, ../sass/components/c-news-and-press-release.scss */
.news__content .news-details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 5px;
}
@media (min-width: 1024px) and (max-width: 1270px), (max-width: 360px) {
  /* line 119, ../sass/components/c-news-and-press-release.scss */
  .news__content .news-details {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    gap: 10px;
  }
}
/* line 132, ../sass/components/c-news-and-press-release.scss */
.news__content .news-details:has(.time) {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  gap: 10px;
}
/* line 138, ../sass/components/c-news-and-press-release.scss */
.news__content .news-details .label {
  color: var(--white);
  text-align: center;
  font-family: var(--font-family-primary);
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 116%;
  padding: 0 6px;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  -webkit-transition: 0.25s all;
  transition: 0.25s all;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  /* line 138, ../sass/components/c-news-and-press-release.scss */
  .news__content .news-details .label {
    max-width: 200px;
  }
}
/* line 154, ../sass/components/c-news-and-press-release.scss */
.news__content .news-details .label.news {
  margin-bottom: 0;
  background: var(--darkBlue);
}
/* line 158, ../sass/components/c-news-and-press-release.scss */
.news__content .news-details .label.news:hover {
  background: var(--orange);
}
/* line 161, ../sass/components/c-news-and-press-release.scss */
.news__content .news-details .label.news:hover ~ .time {
  border-left: 2px solid var(--orange);
}
/* line 166, ../sass/components/c-news-and-press-release.scss */
.news__content .news-details .label.news ~ .time {
  border-left: 2px solid var(--darkBlue);
}
/* line 171, ../sass/components/c-news-and-press-release.scss */
.news__content .news-details .label.press-release {
  background: var(--orange);
}
/* line 174, ../sass/components/c-news-and-press-release.scss */
.news__content .news-details .label.press-release:hover {
  background: var(--darkBlue);
}
/* line 177, ../sass/components/c-news-and-press-release.scss */
.news__content .news-details .label.press-release:hover ~ .time {
  border-left: 2px solid var(--darkBlue);
}
/* line 182, ../sass/components/c-news-and-press-release.scss */
.news__content .news-details .label.press-release ~ .time {
  border-left: 2px solid var(--orange);
}
/* line 188, ../sass/components/c-news-and-press-release.scss */
.news__content .news-details .date {
  color: var(--black);
  font-family: var(--font-family-secondary);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 114%;
}
/* line 196, ../sass/components/c-news-and-press-release.scss */
.news__content .news-details .date.time {
  padding-left: 20px;
}
/* line 204, ../sass/components/c-news-and-press-release.scss */
.news__content .text {
  color: var(--black);
  font-family: var(--font-family-secondary);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 116%;
  padding-right: 12px;
}
/* line 213, ../sass/components/c-news-and-press-release.scss */
.news__content .text.bold {
  font-weight: 700;
  margin-bottom: 5px;
}
/* line 220, ../sass/components/c-news-and-press-release.scss */
.news__link {
  color: var(--black);
  font-family: var(--font-family-secondary);
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -0.3px;
  width: auto;
  height: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  right: 20px;
  bottom: 20px;
}
@media (min-width: 1024px) {
  /* line 220, ../sass/components/c-news-and-press-release.scss */
  .news__link {
    right: 30px;
    bottom: 32px;
  }
}
/* line 241, ../sass/components/c-news-and-press-release.scss */
.news__link .chevron-arrow {
  width: 12px;
  height: 9px;
  margin-left: 3px;
  display: block;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
/* line 248, ../sass/components/c-news-and-press-release.scss */
.news__link .chevron-arrow svg {
  -webkit-transform: scaleX(1) rotate(-90deg);
          transform: scaleX(1) rotate(-90deg);
  display: block;
}
/* line 255, ../sass/components/c-news-and-press-release.scss */
.news__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
/* line 260, ../sass/components/c-news-and-press-release.scss */
.news__button a {
  color: var(--darkBlue);
  text-align: center;
  font-family: var(--font-family-secondary);
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  border-radius: 2px;
  border: 0.826px solid var(--darkBlue);
  height: 40px;
  width: 175px;
  background-color: var(--offWhite);
  cursor: pointer;
  text-decoration: none;
  display: block;
  -ms-flex-line-pack: center;
      align-content: center;
}
@media (min-width: 1024px) {
  /* line 260, ../sass/components/c-news-and-press-release.scss */
  .news__button a {
    width: 263px;
  }
}
/* line 282, ../sass/components/c-news-and-press-release.scss */
.news__button a:hover {
  background-color: var(--darkBlue);
  color: var(--white);
}
/* line 287, ../sass/components/c-news-and-press-release.scss */
.news__button a:visited {
  color: var(--darkBlue);
}
/* line 290, ../sass/components/c-news-and-press-release.scss */
.news__button a:visited:hover {
  background-color: var(--darkBlue);
  color: var(--white);
}
/* line 296, ../sass/components/c-news-and-press-release.scss */
.news__button a:active {
  color: var(--darkBlue);
}
/* line 299, ../sass/components/c-news-and-press-release.scss */
.news__button a:active:hover {
  background-color: var(--darkBlue);
  color: var(--white);
}

/* line 309, ../sass/components/c-news-and-press-release.scss */
.news .title {
  text-align: start;
}
/* line 313, ../sass/components/c-news-and-press-release.scss */
.news .c-text-block__container {
  line-height: 26px;
}
@media (min-width: 1024px) {
  /* line 313, ../sass/components/c-news-and-press-release.scss */
  .news .c-text-block__container {
    max-width: 75%;
    line-height: 32px;
  }
}
/* line 322, ../sass/components/c-news-and-press-release.scss */
.news__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  margin-bottom: 45px;
}
@media (min-width: 1024px) {
  /* line 322, ../sass/components/c-news-and-press-release.scss */
  .news__list {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 30px;
  }
  /* line 333, ../sass/components/c-news-and-press-release.scss */
  .news__list .news__item {
    width: 100%;
  }
}
/* line 339, ../sass/components/c-news-and-press-release.scss */
.news__filter-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 15px;
}
@media (min-width: 1024px) {
  /* line 339, ../sass/components/c-news-and-press-release.scss */
  .news__filter-container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 30px;
  }
}
/* line 350, ../sass/components/c-news-and-press-release.scss */
.news__filter-container .title {
  color: var(--black);
  font-family: var(--font-family-primary);
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 10px;
}
@media (max-width: 1024px) {
  /* line 350, ../sass/components/c-news-and-press-release.scss */
  .news__filter-container .title {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
@media (min-width: 1024px) {
  /* line 350, ../sass/components/c-news-and-press-release.scss */
  .news__filter-container .title {
    display: none;
  }
}
@media (max-width: 1024px) {
  /* line 368, ../sass/components/c-news-and-press-release.scss */
  .news__filter-container .buttons {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 10px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
/* line 377, ../sass/components/c-news-and-press-release.scss */
.news__filter-container .buttons button {
  border-radius: 3px;
  border: 1px solid var(--lightBorder);
  background: var(--white);
  text-align: center;
  color: var(--black);
  font-family: var(--font-family-secondary);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 41px;
  padding: 0 15px;
  margin-right: 10px;
  position: relative;
  cursor: pointer;
}
@media (min-width: 1024px) {
  /* line 377, ../sass/components/c-news-and-press-release.scss */
  .news__filter-container .buttons button {
    margin-right: 20px;
  }
}
/* line 397, ../sass/components/c-news-and-press-release.scss */
.news__filter-container .buttons button svg {
  display: none;
}
/* line 401, ../sass/components/c-news-and-press-release.scss */
.news__filter-container .buttons button.selected {
  background: var(--mediumGray);
  padding: 0 10px 0 20px;
}
/* line 405, ../sass/components/c-news-and-press-release.scss */
.news__filter-container .buttons button.selected svg {
  position: absolute;
  height: 14px;
  width: 11px;
  left: 8px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: block;
}
/* line 418, ../sass/components/c-news-and-press-release.scss */
.news__filter-container .search {
  position: relative;
  margin-bottom: 13px;
}
@media (max-width: 1024px) {
  /* line 418, ../sass/components/c-news-and-press-release.scss */
  .news__filter-container .search {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin-bottom: 20px;
  }
}
/* line 427, ../sass/components/c-news-and-press-release.scss */
.news__filter-container .search input {
  border-radius: 1px;
  border: 1px solid var(--lightBorder);
  background: var(--white);
  color: var(--black);
  font-family: var(--font-family-secondary);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  cursor: default;
  width: 100%;
  height: 40px;
  padding-left: 10px;
}
@media (min-width: 1024px) {
  /* line 427, ../sass/components/c-news-and-press-release.scss */
  .news__filter-container .search input {
    width: 250px;
  }
}
/* line 446, ../sass/components/c-news-and-press-release.scss */
.news__filter-container .search input:focus {
  outline: none;
}
/* line 449, ../sass/components/c-news-and-press-release.scss */
.news__filter-container .search input:focus::-webkit-input-placeholder {
  color: transparent;
}
.news__filter-container .search input:focus:-ms-input-placeholder {
  color: transparent;
}
.news__filter-container .search input:focus::-ms-input-placeholder {
  color: transparent;
}
.news__filter-container .search input:focus::placeholder {
  color: transparent;
}
/* line 454, ../sass/components/c-news-and-press-release.scss */
.news__filter-container .search input::-webkit-input-placeholder {
  color: var(--gray);
}
.news__filter-container .search input:-ms-input-placeholder {
  color: var(--gray);
}
.news__filter-container .search input::-ms-input-placeholder {
  color: var(--gray);
}
.news__filter-container .search input::placeholder {
  color: var(--gray);
}
/* line 459, ../sass/components/c-news-and-press-release.scss */
.news__filter-container .search .close {
  display: none;
  width: 14px;
  height: 14px;
  background-color: var(--notificationRed);
  position: absolute;
  right: 15px;
  border-radius: 50%;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  padding: 3px;
  cursor: pointer;
}
/* line 472, ../sass/components/c-news-and-press-release.scss */
.news__filter-container .search .close.visible {
  display: block;
}
/* line 477, ../sass/components/c-news-and-press-release.scss */
.news__filter-container .search button {
  background: transparent;
  border: 0;
  cursor: pointer;
  display: inline-block;
  height: 43px;
  position: absolute;
  right: 0px;
  top: 1px;
  width: 43px;
}
/* line 488, ../sass/components/c-news-and-press-release.scss */
.news__filter-container .search button img {
  width: 15px;
}

/* line 496, ../sass/components/c-news-and-press-release.scss */
.c-latest-articles {
  margin: 30px 0px;
}
/* line 499, ../sass/components/c-news-and-press-release.scss */
.c-latest-articles__title {
  color: var(--black);
  font-family: var(--font-family-primary);
  font-size: 35px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -1.4px;
  margin-bottom: 17px;
}
@media (max-width: 1023px) {
  /* line 499, ../sass/components/c-news-and-press-release.scss */
  .c-latest-articles__title {
    font-size: 28px;
    letter-spacing: -0.56px;
  }
}
/* line 519, ../sass/components/c-news-and-press-release.scss */
.c-latest-articles .news__item:hover .news__content .news-details .label {
  background-color: var(--darkBlue);
  color: var(--white);
}
/* line 530, ../sass/components/c-news-and-press-release.scss */
.c-latest-articles .news__content .news-details .label {
  color: var(--black);
  background-color: var(--lightBlueGray);
  -webkit-transition: 0.25s all;
  transition: 0.25s all;
  padding: 4px;
  margin-right: 5px;
}
/* line 537, ../sass/components/c-news-and-press-release.scss */
.c-latest-articles .news__content .news-details .label:hover {
  background-color: var(--darkBlue);
  color: var(--white);
}

/* line 3, ../sass/components/c-shopping-list.scss */
.shopping-list__title {
  color: var(--darkBlue);
  font-family: var(--font-family-primary);
  font-size: 25px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 23px;
  margin-top: 15px;
}
/* line 15, ../sass/components/c-shopping-list.scss */
.shopping-list__title svg {
  margin-right: 8px;
}
/* line 18, ../sass/components/c-shopping-list.scss */
.shopping-list__title svg path {
  fill: var(--darkBlue);
}
/* line 24, ../sass/components/c-shopping-list.scss */
.shopping-list__new-list-button {
  border: 1px dotted var(--mediumBorder);
  background: var(--lightGray);
  height: 52px;
  color: var(--black);
  opacity: 0.5;
  text-align: center;
  -ms-flex-line-pack: center;
      align-content: center;
  font-family: var(--font-family-primary);
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 10px;
  cursor: pointer;
}
/* line 40, ../sass/components/c-shopping-list.scss */
.shopping-list__new-list-button.hidden {
  display: none;
}
/* line 45, ../sass/components/c-shopping-list.scss */
.shopping-list__new-list-container {
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  /* line 45, ../sass/components/c-shopping-list.scss */
  .shopping-list__new-list-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
/* line 54, ../sass/components/c-shopping-list.scss */
.shopping-list__new-list-container.visible {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
/* line 58, ../sass/components/c-shopping-list.scss */
.shopping-list__new-list-container .input-container {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  position: relative;
  margin-right: 12px;
}
@media (max-width: 767px) {
  /* line 58, ../sass/components/c-shopping-list.scss */
  .shopping-list__new-list-container .input-container {
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px;
  }
}
/* line 69, ../sass/components/c-shopping-list.scss */
.shopping-list__new-list-container .input-container input {
  width: 100%;
  position: relative;
  border: 1px solid var(--lightBorder);
  height: 52px;
  color: var(--black);
  -ms-flex-line-pack: center;
      align-content: center;
  font-family: var(--font-family-primary);
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  outline: none;
  cursor: pointer;
  padding-left: 28px;
}
/* line 85, ../sass/components/c-shopping-list.scss */
.shopping-list__new-list-container .input-container input::-webkit-input-placeholder {
  color: rgba(34, 34, 34, 0.3);
}
.shopping-list__new-list-container .input-container input:-ms-input-placeholder {
  color: rgba(34, 34, 34, 0.3);
}
.shopping-list__new-list-container .input-container input::-ms-input-placeholder {
  color: rgba(34, 34, 34, 0.3);
}
.shopping-list__new-list-container .input-container input::placeholder {
  color: rgba(34, 34, 34, 0.3);
}
/* line 89, ../sass/components/c-shopping-list.scss */
.shopping-list__new-list-container .input-container input:focus::-webkit-input-placeholder {
  color: transparent;
}
.shopping-list__new-list-container .input-container input:focus:-ms-input-placeholder {
  color: transparent;
}
.shopping-list__new-list-container .input-container input:focus::-ms-input-placeholder {
  color: transparent;
}
.shopping-list__new-list-container .input-container input:focus::placeholder {
  color: transparent;
}
/* line 94, ../sass/components/c-shopping-list.scss */
.shopping-list__new-list-container .input-container .close {
  width: 14px;
  height: 14px;
  position: absolute;
  right: 15px;
  top: calc(50% - 6.5px);
  cursor: pointer;
}
/* line 102, ../sass/components/c-shopping-list.scss */
.shopping-list__new-list-container .input-container .close svg {
  width: 14px;
  height: 14px;
  background-color: var(--notificationRed);
  border-radius: 50%;
  padding: 3px;
  cursor: pointer;
  display: block;
}
/* line 114, ../sass/components/c-shopping-list.scss */
.shopping-list__new-list-container .save {
  color: var(--darkBlue);
  text-align: center;
  font-family: var(--font-family-secondary);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  border: 1px solid var(--darkBlue);
  background: var(--white);
  height: 50px;
  width: 176px;
  cursor: pointer;
}
@media (max-width: 767px) {
  /* line 114, ../sass/components/c-shopping-list.scss */
  .shopping-list__new-list-container .save {
    width: 100%;
  }
}
/* line 132, ../sass/components/c-shopping-list.scss */
.shopping-list__new-list-container .save:hover {
  background: var(--darkBlue);
  color: var(--white);
}
/* line 137, ../sass/components/c-shopping-list.scss */
.shopping-list__new-list-container .save:disabled {
  border: 1px solid var(--mediumBlue);
  color: var(--mediumBlue);
}
/* line 141, ../sass/components/c-shopping-list.scss */
.shopping-list__new-list-container .save:disabled:hover {
  cursor: default;
  border: 1px solid var(--mediumBlue);
  background: var(--white);
  color: var(--mediumBlue);
}
/* line 151, ../sass/components/c-shopping-list.scss */
.shopping-list__new-list-input {
  border: 1px solid var(--lightBorder);
  height: 52px;
  color: var(--black);
  opacity: 0.5;
  text-align: center;
  -ms-flex-line-pack: center;
      align-content: center;
  font-family: var(--font-family-primary);
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 10px;
}
/* line 166, ../sass/components/c-shopping-list.scss */
.shopping-list__success {
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 1px dotted var(--mediumBorder);
  background: var(--lightGray);
  height: 52px;
  color: var(--black);
  opacity: 0.5;
  text-align: center;
  -ms-flex-line-pack: center;
      align-content: center;
  font-family: var(--font-family-primary);
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 10px;
}
/* line 184, ../sass/components/c-shopping-list.scss */
.shopping-list__success img {
  margin-bottom: 5px;
}
/* line 188, ../sass/components/c-shopping-list.scss */
.shopping-list__success.visible {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
/* line 193, ../sass/components/c-shopping-list.scss */
.shopping-list__item {
  background-color: var(--lightBlueHeader);
  border: 1px solid var(--lightBorder);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 52px;
  padding: 0 28px;
  margin-bottom: 10px;
}
/* line 202, ../sass/components/c-shopping-list.scss */
.shopping-list__item.climate-list-item {
  background: rgba(161, 206, 78, 0.7);
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
/* line 206, ../sass/components/c-shopping-list.scss */
.shopping-list__item.climate-list-item:hover {
  background: rgba(161, 206, 78, 0.3);
}
/* line 212, ../sass/components/c-shopping-list.scss */
.shopping-list__item.climate-list-item .edit:hover svg {
  background: var(--white);
}
/* line 215, ../sass/components/c-shopping-list.scss */
.shopping-list__item.climate-list-item .edit:hover svg path {
  fill: var(--darkBlue);
}
/* line 224, ../sass/components/c-shopping-list.scss */
.shopping-list__item.climate-list-item .delete:hover svg {
  background: var(--white);
}
/* line 227, ../sass/components/c-shopping-list.scss */
.shopping-list__item.climate-list-item .delete:hover svg path {
  fill: #E60707;
}
/* line 236, ../sass/components/c-shopping-list.scss */
.shopping-list__item .name {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  color: var(--myPagesTextWithBackgroundColor);
  font-family: var(--font-family-primary);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-decoration: none;
}
/* line 247, ../sass/components/c-shopping-list.scss */
.shopping-list__item .controls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}
/* line 251, ../sass/components/c-shopping-list.scss */
.shopping-list__item .controls .edit,
.shopping-list__item .controls .delete {
  cursor: pointer;
  border: none;
  background: none;
  padding: 0;
}
/* line 258, ../sass/components/c-shopping-list.scss */
.shopping-list__item .controls .edit svg,
.shopping-list__item .controls .delete svg {
  height: 100%;
}
/* line 262, ../sass/components/c-shopping-list.scss */
.shopping-list__item .controls .edit:focus-visible,
.shopping-list__item .controls .delete:focus-visible {
  outline: none;
}
/* line 267, ../sass/components/c-shopping-list.scss */
.shopping-list__item .controls .edit:hover img,
.shopping-list__item .controls .delete:hover img {
  -webkit-filter: invert(21%) sepia(99%) saturate(2161%) hue-rotate(349deg) brightness(85%) contrast(94%);
          filter: invert(21%) sepia(99%) saturate(2161%) hue-rotate(349deg) brightness(85%) contrast(94%);
}
/* line 275, ../sass/components/c-shopping-list.scss */
.shopping-list__empty {
  background-color: var(--lightBlueHeader);
  border: 1px dotted var(--lightBorder);
  margin-bottom: 10px;
}
/* line 280, ../sass/components/c-shopping-list.scss */
.shopping-list__empty .content {
  color: var(--gray);
  text-align: center;
  font-family: var(--font-family-primary);
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  max-width: 290px;
  padding: 30px 0 28px 0;
  margin: 0 auto;
}
/* line 292, ../sass/components/c-shopping-list.scss */
.shopping-list__empty .content button {
  color: var(--darkBlue);
  font-family: var(--font-family-primary);
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  text-decoration-skip-ink: none;
  background: none;
  border: none;
  cursor: pointer;
}

/* line 309, ../sass/components/c-shopping-list.scss */
.edit-popup-container {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 10000;
  overflow: auto;
  background-color: rgba(22, 22, 22, 0.5);
}
/* line 318, ../sass/components/c-shopping-list.scss */
.edit-popup-container.open {
  display: block;
}
/* line 321, ../sass/components/c-shopping-list.scss */
.edit-popup-container.open .edit-popup {
  display: block;
}
/* line 326, ../sass/components/c-shopping-list.scss */
.edit-popup-container .edit-popup {
  display: none;
  position: relative;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 600px;
  height: auto;
  background: var(--white);
  padding: 24px 0 30px 0;
  -webkit-animation: fadeIn 0.5s ease;
          animation: fadeIn 0.5s ease;
}
/* line 338, ../sass/components/c-shopping-list.scss */
.edit-popup-container .edit-popup > * {
  padding: 0 30px;
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@media (max-width: 767px) {
  /* line 326, ../sass/components/c-shopping-list.scss */
  .edit-popup-container .edit-popup {
    width: 90%;
  }
}
/* line 356, ../sass/components/c-shopping-list.scss */
.edit-popup-container .edit-popup .title {
  color: var(--black);
  font-family: var(--font-family-primary);
  font-size: 25px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  padding-bottom: 15px;
  margin-bottom: 40px;
  border-bottom: 1px solid var(--lightBorder);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
/* line 371, ../sass/components/c-shopping-list.scss */
.edit-popup-container .edit-popup .content {
  border-radius: 1px;
  border: 1px solid var(--lightBorder);
  background: var(--white);
  color: var(--black);
  font-family: var(--font-family-secondary);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 21px;
  margin-bottom: 40px;
  width: 82%;
  height: 45px;
  -ms-flex-line-pack: center;
      align-content: center;
  justify-self: center;
  padding-left: 20px;
}
@media (min-width: 1024px) {
  /* line 371, ../sass/components/c-shopping-list.scss */
  .edit-popup-container .edit-popup .content {
    width: 90%;
  }
}
/* line 392, ../sass/components/c-shopping-list.scss */
.edit-popup-container .edit-popup .content input {
  border: none;
  outline: none;
  width: 100%;
}
/* line 399, ../sass/components/c-shopping-list.scss */
.edit-popup-container .edit-popup .controls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 767px) {
  /* line 399, ../sass/components/c-shopping-list.scss */
  .edit-popup-container .edit-popup .controls {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 10px;
  }
  /* line 407, ../sass/components/c-shopping-list.scss */
  .edit-popup-container .edit-popup .controls .cancel,
  .edit-popup-container .edit-popup .controls .confirm {
    width: 100% !important;
  }
}
/* line 413, ../sass/components/c-shopping-list.scss */
.edit-popup-container .edit-popup .controls .cancel {
  border: 1px solid var(--notificationRed);
  background: var(--white);
  color: var(--notificationRed);
  font-family: var(--font-family-secondary);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  cursor: pointer;
  height: 45px;
  width: 220px;
}
/* line 427, ../sass/components/c-shopping-list.scss */
.edit-popup-container .edit-popup .controls .confirm {
  border: 1px solid var(--darkBlue);
  background: var(--darkBlue);
  color: var(--white);
  text-align: center;
  font-family: var(--font-family-secondary);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  cursor: pointer;
  height: 45px;
  width: 220px;
  -webkit-transition: border 0.25s, background 0.25s;
  transition: border 0.25s, background 0.25s;
}
/* line 442, ../sass/components/c-shopping-list.scss */
.edit-popup-container .edit-popup .controls .confirm:hover {
  background: var(--orange);
  border: 1px solid var(--orange);
}
/* line 447, ../sass/components/c-shopping-list.scss */
.edit-popup-container .edit-popup .controls .confirm:disabled {
  background: var(--mediumBlue);
}
/* line 453, ../sass/components/c-shopping-list.scss */
.edit-popup-container .edit-popup .close {
  position: absolute;
  right: 20px;
  top: 20px;
  border: none;
  background: var(--white);
  cursor: pointer;
  padding: 0;
}

/* line 465, ../sass/components/c-shopping-list.scss */
.delete-popup-container {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 10000;
  overflow: auto;
  background-color: rgba(22, 22, 22, 0.5);
}
/* line 474, ../sass/components/c-shopping-list.scss */
.delete-popup-container.open {
  display: block;
}
/* line 477, ../sass/components/c-shopping-list.scss */
.delete-popup-container.open .delete-popup {
  display: block;
}
/* line 482, ../sass/components/c-shopping-list.scss */
.delete-popup-container .delete-popup {
  display: none;
  position: relative;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 600px;
  height: auto;
  background: var(--white);
  padding: 24px 0 30px 0;
  -webkit-animation: fadeIn 0.5s ease;
          animation: fadeIn 0.5s ease;
}
/* line 494, ../sass/components/c-shopping-list.scss */
.delete-popup-container .delete-popup > * {
  padding: 0 30px;
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@media (max-width: 767px) {
  /* line 482, ../sass/components/c-shopping-list.scss */
  .delete-popup-container .delete-popup {
    width: 90%;
  }
}
/* line 512, ../sass/components/c-shopping-list.scss */
.delete-popup-container .delete-popup .title {
  color: var(--black);
  font-family: var(--font-family-primary);
  font-size: 25px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  padding-bottom: 15px;
  margin-bottom: 40px;
  border-bottom: 1px solid var(--lightBorder);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
/* line 527, ../sass/components/c-shopping-list.scss */
.delete-popup-container .delete-popup .content {
  color: var(--black);
  font-family: var(--font-family-secondary);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 21px;
  margin-bottom: 40px;
}
/* line 537, ../sass/components/c-shopping-list.scss */
.delete-popup-container .delete-popup .controls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 767px) {
  /* line 537, ../sass/components/c-shopping-list.scss */
  .delete-popup-container .delete-popup .controls {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 10px;
  }
  /* line 545, ../sass/components/c-shopping-list.scss */
  .delete-popup-container .delete-popup .controls .cancel,
  .delete-popup-container .delete-popup .controls .confirm {
    width: 100% !important;
  }
}
/* line 551, ../sass/components/c-shopping-list.scss */
.delete-popup-container .delete-popup .controls .cancel {
  border: 1px solid var(--darkBlue);
  background: var(--white);
  color: var(--darkBlue);
  font-family: var(--font-family-secondary);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  cursor: pointer;
  height: 45px;
  width: 220px;
}
/* line 565, ../sass/components/c-shopping-list.scss */
.delete-popup-container .delete-popup .controls .confirm {
  border: 1px solid var(--white);
  background: var(--notificationRed);
  color: var(--white);
  text-align: center;
  font-family: var(--font-family-secondary);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  cursor: pointer;
  height: 45px;
  width: 220px;
}
/* line 581, ../sass/components/c-shopping-list.scss */
.delete-popup-container .delete-popup .close {
  position: absolute;
  right: 20px;
  top: 20px;
  border: none;
  background: var(--white);
  cursor: pointer;
  padding: 0;
}

/* line 593, ../sass/components/c-shopping-list.scss */
.create-climate-list {
  border: 1px dashed #E0E0E0;
  background: #F3F7EB;
  margin-bottom: 30px;
  padding: 25px;
}
/* line 600, ../sass/components/c-shopping-list.scss */
.create-climate-list .shopping-list__new-list-button {
  background: rgba(255, 255, 255, 0.8);
  opacity: 1;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
  margin-bottom: 0px;
}
/* line 606, ../sass/components/c-shopping-list.scss */
.create-climate-list .shopping-list__new-list-button:hover {
  background: #8BB739;
}
/* line 610, ../sass/components/c-shopping-list.scss */
.create-climate-list .shopping-list__new-list-button span {
  text-decoration: underline;
  color: var(--darkBlue);
}
/* line 616, ../sass/components/c-shopping-list.scss */
.create-climate-list .shopping-list__new-list-container {
  margin-bottom: 0px;
}
/* line 619, ../sass/components/c-shopping-list.scss */
.create-climate-list .shopping-list__new-list-container .save {
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
/* line 622, ../sass/components/c-shopping-list.scss */
.create-climate-list .shopping-list__new-list-container .save:disabled {
  border: 1px solid var(--darkBlue);
  color: var(--darkBlue);
  opacity: 0.3;
}
/* line 630, ../sass/components/c-shopping-list.scss */
.create-climate-list .shopping-list__success {
  margin-bottom: 0px;
  gap: 15px;
  background: rgba(255, 255, 255, 0.3);
  opacity: 1;
  color: rgba(34, 34, 34, 0.5);
}
/* line 637, ../sass/components/c-shopping-list.scss */
.create-climate-list .shopping-list__success svg {
  margin-bottom: 5px;
}

/* line 1, ../sass/components/c-product.scss */
.c-product {
  background: var(--white);
  padding: 40px 20px 30px;
  border: 1px solid var(--lightBorder);
  text-decoration: none;
}
/* line 7, ../sass/components/c-product.scss */
.c-product.swiper-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: stretch;
      -ms-flex-pack: stretch;
          justify-content: stretch;
  height: auto;
}
/* line 14, ../sass/components/c-product.scss */
.c-product__image {
  width: 100%;
  height: 220px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  position: relative;
  text-decoration: none;
}
/* line 23, ../sass/components/c-product.scss */
.c-product__image img {
  width: auto;
  height: auto;
  max-height: 100%;
  max-width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
/* line 32, ../sass/components/c-product.scss */
.c-product__info-label {
  position: absolute;
  top: -20px;
  left: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2px;
}
@media (min-width: 1024px) {
  /* line 32, ../sass/components/c-product.scss */
  .c-product__info-label {
    position: absolute;
    grid-column: 2 / span 1;
    grid-row: 2 / span 1;
  }
}
/* line 46, ../sass/components/c-product.scss */
.c-product__info-label--image {
  width: 36.8px;
  height: 36.8px;
  background-color: var(--brightGreen);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 7px;
}
@media (min-width: 1024px) {
  /* line 46, ../sass/components/c-product.scss */
  .c-product__info-label--image {
    width: 46px;
    height: 46px;
  }
}
/* line 60, ../sass/components/c-product.scss */
.c-product__info-label--image img {
  display: block;
  max-width: 100%;
  max-height: 100%;
}
/* line 67, ../sass/components/c-product.scss */
.c-product__info-label--text {
  min-width: 36.8px;
  height: 36.8px;
  background-color: var(--lightGreen);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  padding: 2px;
  color: var(--darkGreen);
  font-family: var(--font-family-secondary);
  font-size: 8.28px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
/* line 84, ../sass/components/c-product.scss */
.c-product__info-label--text span:nth-child(2) {
  font-size: 11.04px;
}
@media (min-width: 1024px) {
  /* line 67, ../sass/components/c-product.scss */
  .c-product__info-label--text {
    min-width: 46px;
    height: 46px;
    font-size: 11.5px;
  }
  /* line 95, ../sass/components/c-product.scss */
  .c-product__info-label--text span:nth-child(2) {
    font-size: 15.333px;
  }
}
/* line 102, ../sass/components/c-product.scss */
.c-product__info-label .img {
  height: 46px;
}
/* line 107, ../sass/components/c-product.scss */
.c-product__brand {
  color: var(--black);
  font-family: var(--font-family-secondary);
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.24px;
}
/* line 117, ../sass/components/c-product.scss */
.c-product__title {
  color: var(--black);
  font-family: var(--font-family-secondary);
  font-size: 17px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -0.34px;
  display: block;
  text-decoration: none;
}
/* line 129, ../sass/components/c-product.scss */
.c-product__price-wrapper {
  padding: 30px 0px;
  margin-top: auto;
}
@media (min-width: 1023px) {
  /* line 134, ../sass/components/c-product.scss */
  .c-product__price-wrapper.campaign .price-details-tax {
    display: none;
  }
}
@media (min-width: 1023px) {
  /* line 141, ../sass/components/c-product.scss */
  .c-product__price-wrapper.campaign .price .price-details-tax {
    display: inline;
  }
}
/* line 149, ../sass/components/c-product.scss */
.c-product__price-wrapper .price-details-tax {
  color: var(--black);
  font-family: var(--font-family-secondary);
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
@media (max-width: 1023px) {
  /* line 149, ../sass/components/c-product.scss */
  .c-product__price-wrapper .price-details-tax {
    font-size: 10px;
  }
}
/* line 162, ../sass/components/c-product.scss */
.c-product__price-wrapper .prep {
  color: var(--black);
  font-family: var(--font-family-secondary);
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
/* line 171, ../sass/components/c-product.scss */
.c-product__price-wrapper .price {
  color: var(--black);
  font-family: var(--font-family-secondary);
  font-size: 15.2px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
@media (min-width: 1024px) {
  /* line 171, ../sass/components/c-product.scss */
  .c-product__price-wrapper .price {
    font-size: 23.442px;
  }
}
/* line 184, ../sass/components/c-product.scss */
.c-product__price-wrapper .price.campaign .integer {
  color: var(--campaignRed);
  font-size: 16.8px;
}
@media (min-width: 1024px) {
  /* line 184, ../sass/components/c-product.scss */
  .c-product__price-wrapper .price.campaign .integer {
    font-size: 26.791px;
  }
}
/* line 193, ../sass/components/c-product.scss */
.c-product__price-wrapper .price.campaign .decimal, .c-product__price-wrapper .price.campaign .currency {
  color: var(--campaignRed);
}
/* line 197, ../sass/components/c-product.scss */
.c-product__price-wrapper .price.campaign .price-details-tax {
  margin-left: 10px;
}
@media (max-width: 1023px) {
  /* line 197, ../sass/components/c-product.scss */
  .c-product__price-wrapper .price.campaign .price-details-tax {
    display: none;
  }
}
/* line 207, ../sass/components/c-product.scss */
.c-product__price-wrapper .price.old .integer {
  font-size: 14.735px;
  text-decoration: line-through;
}
/* line 212, ../sass/components/c-product.scss */
.c-product__price-wrapper .price.old .decimal {
  font-size: 7.367px;
  top: -5px;
}
/* line 217, ../sass/components/c-product.scss */
.c-product__price-wrapper .price.old .currency {
  font-size: 14.735px;
}
/* line 223, ../sass/components/c-product.scss */
.c-product__price-wrapper .price .integer {
  font-size: 26.8px;
  font-weight: 700;
  position: relative;
}
@media (min-width: 1024px) {
  /* line 223, ../sass/components/c-product.scss */
  .c-product__price-wrapper .price .integer {
    font-size: 26.791px;
  }
}
/* line 233, ../sass/components/c-product.scss */
.c-product__price-wrapper .price .decimal {
  font-size: 14px;
  font-weight: 700;
  position: relative;
  top: -10px;
  margin-left: -2px;
}
@media (min-width: 1024px) {
  /* line 233, ../sass/components/c-product.scss */
  .c-product__price-wrapper .price .decimal {
    font-size: 13.395px;
  }
}
/* line 245, ../sass/components/c-product.scss */
.c-product__price-wrapper .price .currency {
  color: var(--black);
  font-family: var(--font-family-secondary);
  font-size: 23.442px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
/* line 256, ../sass/components/c-product.scss */
.c-product__button {
  border: 0.835px solid var(--darkBlue);
  border-radius: 2px;
  background: var(--white);
  color: var(--darkBlue);
  font-family: var(--font-family-secondary);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  width: 100%;
  cursor: pointer;
  -webkit-transition: color 0.25s, background 0.25s;
  transition: color 0.25s, background 0.25s;
  padding: 12px;
  text-align: center;
}
/* line 272, ../sass/components/c-product.scss */
.c-product__button:hover {
  color: var(--white);
  background: var(--darkBlue);
}

@media (min-width: 1024px) {
  /* line 1, ../sass/components/c-my-pages.scss */
  .my-pages {
    margin-bottom: 30px;
  }
}
/* line 6, ../sass/components/c-my-pages.scss */
.my-pages h1.title {
  text-align: start;
}
/* line 10, ../sass/components/c-my-pages.scss */
.my-pages .c-text-block__container {
  margin-bottom: 30px;
  word-wrap: break-word;
}
@media (max-width: 1023px) {
  /* line 10, ../sass/components/c-my-pages.scss */
  .my-pages .c-text-block__container {
    line-height: normal;
  }
}
@media (max-width: 1023px) {
  /* line 21, ../sass/components/c-my-pages.scss */
  .my-pages .c-sidebar-menu {
    display: none;
  }
}
/* line 26, ../sass/components/c-my-pages.scss */
.my-pages .c-sidebar-menu__title {
  padding-left: 0;
  cursor: default;
}
/* line 30, ../sass/components/c-my-pages.scss */
.my-pages .c-sidebar-menu__title svg {
  display: none;
}
/* line 36, ../sass/components/c-my-pages.scss */
.my-pages .c-sidebar-menu__item:has(> a.highlighted) {
  color: var(--myPagesTextWithBackgroundColor);
}
/* line 41, ../sass/components/c-my-pages.scss */
.my-pages .c-sidebar-menu__item a:hover {
  text-decoration: none;
}
/* line 48, ../sass/components/c-my-pages.scss */
.my-pages .c-sidebar-menu__container:has(> a.highlighted) {
  background-color: var(--lightBlueHeader);
}
@media (max-width: 1023px) {
  /* line 54, ../sass/components/c-my-pages.scss */
  .my-pages div.main-item__title {
    font-weight: 700 !important;
    margin-left: 25px;
  }
}

/* line 62, ../sass/components/c-my-pages.scss */
.confirmation-popup-container {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 999;
  overflow: auto;
  background-color: rgba(22, 22, 22, 0.3);
}
/* line 70, ../sass/components/c-my-pages.scss */
.confirmation-popup-container.open {
  display: block;
}
/* line 73, ../sass/components/c-my-pages.scss */
.confirmation-popup-container.open .confirmation-popup {
  display: block;
}
/* line 78, ../sass/components/c-my-pages.scss */
.confirmation-popup-container .confirmation-popup {
  display: none;
  background-color: var(--white);
  color: var(--black);
  stroke-width: 1px;
  stroke: var(--lightBorder);
  -webkit-filter: drop-shadow(0px 1px 5px rgba(0, 0, 0, 0.1));
          filter: drop-shadow(0px 1px 5px rgba(0, 0, 0, 0.1));
  position: relative;
  padding: 36px 0;
  display: block;
  -webkit-animation: fadeIn 0.25s ease-in-out;
          animation: fadeIn 0.25s ease-in-out;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 352px;
  height: auto;
}
@media (max-width: 355px) {
  /* line 78, ../sass/components/c-my-pages.scss */
  .confirmation-popup-container .confirmation-popup {
    width: 100%;
  }
}
/* line 99, ../sass/components/c-my-pages.scss */
.confirmation-popup-container .confirmation-popup > * {
  padding: 0 30px;
}
@media (min-width: 1024px) {
  /* line 78, ../sass/components/c-my-pages.scss */
  .confirmation-popup-container .confirmation-popup {
    width: 600px;
    height: 266px;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* line 120, ../sass/components/c-my-pages.scss */
.confirmation-popup-container .confirmation-popup.error-popup .content span {
  background-color: var(--notificationRed);
}
/* line 124, ../sass/components/c-my-pages.scss */
.confirmation-popup-container .confirmation-popup.error-popup .content svg {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
/* line 127, ../sass/components/c-my-pages.scss */
.confirmation-popup-container .confirmation-popup.error-popup .content svg path {
  fill: var(--white);
}
/* line 134, ../sass/components/c-my-pages.scss */
.confirmation-popup-container .confirmation-popup .title {
  border-bottom: 1px solid var(--lightBorder);
  padding-bottom: 15px;
  margin-bottom: 25px;
  color: var(--black);
  font-family: var(--font-family-primary);
  font-size: 25px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
}
/* line 148, ../sass/components/c-my-pages.scss */
.confirmation-popup-container .confirmation-popup .content {
  font-family: var(--font-family-secondary);
  color: var(--black);
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 21px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  text-align: center;
  margin: 65px auto 0 auto;
  padding-left: 76px;
}
@media (max-width: 1023px) {
  /* line 148, ../sass/components/c-my-pages.scss */
  .confirmation-popup-container .confirmation-popup .content {
    margin: 119px auto 0 auto;
    padding: unset;
    max-width: 260px;
  }
}
/* line 168, ../sass/components/c-my-pages.scss */
.confirmation-popup-container .confirmation-popup .content #confirmation-popup-message {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
/* line 172, ../sass/components/c-my-pages.scss */
.confirmation-popup-container .confirmation-popup .content .confirmation-thumbs-up-icon {
  background-color: var(--softGreen);
  border-radius: 50%;
  width: 63px;
  height: 63px;
  position: absolute;
  left: 0px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 1023px) {
  /* line 172, ../sass/components/c-my-pages.scss */
  .confirmation-popup-container .confirmation-popup .content .confirmation-thumbs-up-icon {
    left: 50%;
    top: -76px;
    -webkit-transform: translate(-50%);
            transform: translate(-50%);
  }
}
/* line 191, ../sass/components/c-my-pages.scss */
.confirmation-popup-container .confirmation-popup .content .confirmation-thumbs-up-icon svg {
  display: block;
}
/* line 197, ../sass/components/c-my-pages.scss */
.confirmation-popup-container .confirmation-popup .close {
  position: absolute;
  right: 23px;
  top: 23px;
  cursor: pointer;
  padding: 5px;
}

/* line 5, ../sass/components/c-change-password.scss */
.change-password .new-passowrd-title {
  color: var(--black);
  font-family: var(--font-family-secondary);
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  line-height: 27px;
  -ms-flex-item-align: start;
      align-self: start;
  padding-left: 2px;
  margin-top: 15px;
}
@media (min-width: 1024px) {
  /* line 5, ../sass/components/c-change-password.scss */
  .change-password .new-passowrd-title {
    display: none;
  }
}
/* line 21, ../sass/components/c-change-password.scss */
.change-password .new {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 15px;
}
@media (min-width: 1024px) {
  /* line 21, ../sass/components/c-change-password.scss */
  .change-password .new {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 30px;
  }
}
/* line 31, ../sass/components/c-change-password.scss */
.change-password .new .save {
  width: 218px;
  height: 50px;
  color: var(--white);
  background: var(--darkBlue);
  border: 1px solid var(--darkBlue);
  text-align: center;
  font-family: var(--font-family-secondary);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  cursor: pointer;
  -ms-flex-item-align: self-end;
      align-self: self-end;
}
/* line 46, ../sass/components/c-change-password.scss */
.change-password .new .save.disabled {
  opacity: 0.3;
  cursor: default;
}
/* line 53, ../sass/components/c-change-password.scss */
.change-password .input__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px;
  margin-bottom: 20px;
}
@media (min-width: 1024px) {
  /* line 53, ../sass/components/c-change-password.scss */
  .change-password .input__container {
    gap: 30px;
  }
}
/* line 63, ../sass/components/c-change-password.scss */
.change-password .input__container .input__item {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 100%;
          flex: 1 0 100%;
}
@media (min-width: 1024px) {
  /* line 67, ../sass/components/c-change-password.scss */
  .change-password .input__container .input__item.half {
    max-width: 340px;
    -webkit-box-flex: 40%;
        -ms-flex: 40%;
            flex: 40%;
  }
}
/* line 74, ../sass/components/c-change-password.scss */
.change-password .input__container .input__item .input-validation-error, .change-password .input__container .input__item.input-validation-error:hover, .change-password .input__container .input__item.input-validation-error.has-value {
  color: var(--notificationRed) !important;
  border: 1.692px solid var(--notificationRed) !important;
}
/* line 81, ../sass/components/c-change-password.scss */
.change-password .input__container .input__item .input-validation-error + label, .change-password .input__container .input__item.input-validation-error:hover + label, .change-password .input__container .input__item.input-validation-error.has-value + label {
  color: var(--notificationRed) !important;
}
/* line 86, ../sass/components/c-change-password.scss */
.change-password .input__container .input__item .input-validation-error ~ svg path, .change-password .input__container .input__item.input-validation-error:hover ~ svg path, .change-password .input__container .input__item.input-validation-error.has-value ~ svg path {
  opacity: 1 !important;
  fill: var(--notificationRed) !important;
}
/* line 94, ../sass/components/c-change-password.scss */
.change-password .input__container .input__item:hover input {
  color: var(--darkBlue);
  border: 1.692px solid var(--darkBlue);
  cursor: pointer;
}
/* line 100, ../sass/components/c-change-password.scss */
.change-password .input__container .input__item:hover label {
  color: var(--darkBlue);
}
/* line 105, ../sass/components/c-change-password.scss */
.change-password .input__container .input__item:hover svg path {
  opacity: 1;
  fill: var(--darkBlue);
}
/* line 113, ../sass/components/c-change-password.scss */
.change-password .input__container .input__item:focus-within input {
  color: var(--black);
  border: 1.692px solid var(--lightBorder);
  cursor: pointer;
}
/* line 119, ../sass/components/c-change-password.scss */
.change-password .input__container .input__item:focus-within label {
  color: var(--darkBlue);
  top: 0%;
  font-size: 11px;
  background-color: white;
}
@media (max-width: 1023px) {
  /* line 119, ../sass/components/c-change-password.scss */
  .change-password .input__container .input__item:focus-within label {
    display: none;
  }
}
/* line 131, ../sass/components/c-change-password.scss */
.change-password .input__container .input__item:focus-within svg path {
  opacity: 0.3;
  fill: var(--black);
}
/* line 138, ../sass/components/c-change-password.scss */
.change-password .input__container .input__item input,
.change-password .input__container .input__item textarea {
  border-radius: 1px;
  border: 1.692px solid var(--lightBorder);
  background: var(--white);
  width: 100%;
  height: 50px;
  color: var(--gray);
  font-family: var(--font-family-secondary);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding-left: 22px;
  cursor: pointer;
  padding-right: 50px;
}
/* line 155, ../sass/components/c-change-password.scss */
.change-password .input__container .input__item input::-webkit-outer-spin-button, .change-password .input__container .input__item input::-webkit-inner-spin-button,
.change-password .input__container .input__item textarea::-webkit-outer-spin-button,
.change-password .input__container .input__item textarea::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
/* line 161, ../sass/components/c-change-password.scss */
.change-password .input__container .input__item input[type=number],
.change-password .input__container .input__item textarea[type=number] {
  -moz-appearance: textfield;
}
/* line 165, ../sass/components/c-change-password.scss */
.change-password .input__container .input__item input.has-value,
.change-password .input__container .input__item textarea.has-value {
  color: var(--gray);
  border: 1.692px solid var(--lightBorder);
  cursor: pointer;
}
/* line 170, ../sass/components/c-change-password.scss */
.change-password .input__container .input__item input.has-value + label,
.change-password .input__container .input__item textarea.has-value + label {
  color: var(--darkBlue);
  top: 0%;
  font-size: 11px;
  background-color: var(--white);
}
@media (max-width: 1023px) {
  /* line 170, ../sass/components/c-change-password.scss */
  .change-password .input__container .input__item input.has-value + label,
  .change-password .input__container .input__item textarea.has-value + label {
    display: none;
  }
}
/* line 182, ../sass/components/c-change-password.scss */
.change-password .input__container .input__item input.has-value ~ svg path,
.change-password .input__container .input__item textarea.has-value ~ svg path {
  opacity: 0.3;
  fill: var(--black);
}
/* line 189, ../sass/components/c-change-password.scss */
.change-password .input__container .input__item input:focus-visible,
.change-password .input__container .input__item textarea:focus-visible {
  outline: none;
}
/* line 194, ../sass/components/c-change-password.scss */
.change-password .input__container .input__item textarea {
  cursor: default;
  resize: none;
  padding: 14px 22px;
  height: 82px;
  color: var(--gray);
}
/* line 201, ../sass/components/c-change-password.scss */
.change-password .input__container .input__item textarea::-webkit-input-placeholder {
  color: var(--gray);
}
.change-password .input__container .input__item textarea:-ms-input-placeholder {
  color: var(--gray);
}
.change-password .input__container .input__item textarea::-ms-input-placeholder {
  color: var(--gray);
}
.change-password .input__container .input__item textarea::placeholder {
  color: var(--gray);
}
/* line 206, ../sass/components/c-change-password.scss */
.change-password .input__container .input__item label {
  color: var(--gray);
  font-family: var(--font-family-secondary);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  position: absolute;
  left: 22px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
  cursor: pointer;
  padding: 0px 3px;
  margin-left: -3px;
}
/* line 223, ../sass/components/c-change-password.scss */
.change-password .input__container .input__item svg {
  position: absolute;
  right: 25px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
/* line 230, ../sass/components/c-change-password.scss */
.change-password .input__container .input__item span.change-address-icon {
  position: absolute;
  right: 25px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  color: var(--darkBlue);
  font-family: var(--font-family-secondary);
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  cursor: pointer;
  padding-left: 20px;
}
/* line 244, ../sass/components/c-change-password.scss */
.change-password .input__container .input__item span.change-address-icon svg {
  right: 45px;
}
/* line 250, ../sass/components/c-change-password.scss */
.change-password .input__container .input__item span.change-address-icon:focus-within svg {
  fill: var(--darkBlue);
}
/* line 253, ../sass/components/c-change-password.scss */
.change-password .input__container .input__item span.change-address-icon:focus-within svg path {
  opacity: 1;
  fill: var(--darkBlue);
}
/* line 263, ../sass/components/c-change-password.scss */
.change-password .input__container {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (max-width: 1024px) {
  /* line 263, ../sass/components/c-change-password.scss */
  .change-password .input__container {
    gap: 5px;
  }
}

/* line 2, ../sass/components/c-personal-information.scss */
.c-personal-information__main-title {
  color: var(--darkBlue);
  font-family: var(--font-family-primary);
  font-size: 61px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin: 27px 0px 15px;
  text-align: initial;
}
@media (max-width: 1024px) {
  /* line 2, ../sass/components/c-personal-information.scss */
  .c-personal-information__main-title {
    font-size: 32px;
    margin: 14px 0px 6px;
  }
}
/* line 18, ../sass/components/c-personal-information.scss */
.c-personal-information__left {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 33px;
}
/* line 25, ../sass/components/c-personal-information.scss */
.c-personal-information__right {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
/* line 29, ../sass/components/c-personal-information.scss */
.c-personal-information__description {
  color: var(--darkGray);
  font-family: var(--font-family-secondary);
  font-size: 21px;
  font-style: normal;
  font-weight: 300;
  line-height: 32px;
  margin-bottom: 25px;
}
@media (max-width: 1024px) {
  /* line 29, ../sass/components/c-personal-information.scss */
  .c-personal-information__description {
    font-size: 18px;
    line-height: 24px;
  }
}
/* line 44, ../sass/components/c-personal-information.scss */
.c-personal-information__title {
  color: var(--black);
  font-family: var(--font-family-primary);
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 13px;
}
@media (max-width: 1024px) {
  /* line 44, ../sass/components/c-personal-information.scss */
  .c-personal-information__title {
    margin-bottom: 5px;
  }
}
/* line 58, ../sass/components/c-personal-information.scss */
.c-personal-information__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 33px;
}
@media (max-width: 1024px) {
  /* line 58, ../sass/components/c-personal-information.scss */
  .c-personal-information__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
/* line 67, ../sass/components/c-personal-information.scss */
.c-personal-information__container {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
/* line 71, ../sass/components/c-personal-information.scss */
.c-personal-information__container.popup-opened .information__main {
  display: none;
}
/* line 75, ../sass/components/c-personal-information.scss */
.c-personal-information__container.popup-opened .c-personal-information__popup {
  display: block;
}
/* line 81, ../sass/components/c-personal-information.scss */
.c-personal-information__popup {
  display: none;
}
/* line 86, ../sass/components/c-personal-information.scss */
.c-personal-information__popup .personal-information-popup__content .c-login__qrcode {
  display: block;
  margin: 0px auto;
}
/* line 91, ../sass/components/c-personal-information.scss */
.c-personal-information__popup .personal-information-popup__content .name {
  color: var(--darkGray);
  font-family: var(--font-family-secondary);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 23px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5px;
  margin-bottom: 17px;
}
/* line 102, ../sass/components/c-personal-information.scss */
.c-personal-information__popup .personal-information-popup__content .name .text {
  font-weight: 700;
}
/* line 107, ../sass/components/c-personal-information.scss */
.c-personal-information__popup .personal-information-popup__content .input__container {
  gap: 0px;
}
/* line 110, ../sass/components/c-personal-information.scss */
.c-personal-information__popup .personal-information-popup__content .input__container .input__item {
  position: relative;
  margin-top: 22px;
}
/* line 114, ../sass/components/c-personal-information.scss */
.c-personal-information__popup .personal-information-popup__content .input__container .input__item:first-child {
  margin-top: 0px;
}
/* line 118, ../sass/components/c-personal-information.scss */
.c-personal-information__popup .personal-information-popup__content .input__container .input__item .input-validation-error, .c-personal-information__popup .personal-information-popup__content .input__container .input__item.input-validation-error:hover, .c-personal-information__popup .personal-information-popup__content .input__container .input__item.input-validation-error.has-value {
  color: var(--notificationRed) !important;
  border: 1.692px solid var(--notificationRed) !important;
}
/* line 123, ../sass/components/c-personal-information.scss */
.c-personal-information__popup .personal-information-popup__content .input__container .input__item .input-validation-error + label, .c-personal-information__popup .personal-information-popup__content .input__container .input__item.input-validation-error:hover + label, .c-personal-information__popup .personal-information-popup__content .input__container .input__item.input-validation-error.has-value + label {
  color: var(--notificationRed) !important;
}
/* line 128, ../sass/components/c-personal-information.scss */
.c-personal-information__popup .personal-information-popup__content .input__container .input__item .input-validation-error ~ svg path, .c-personal-information__popup .personal-information-popup__content .input__container .input__item.input-validation-error:hover ~ svg path, .c-personal-information__popup .personal-information-popup__content .input__container .input__item.input-validation-error.has-value ~ svg path {
  opacity: 0.3 !important;
  fill: var(--notificationRed) !important;
}
/* line 136, ../sass/components/c-personal-information.scss */
.c-personal-information__popup .personal-information-popup__content .input__container .input__item:hover input {
  color: var(--black);
  border: 1.692px solid var(--mediumBorder);
  cursor: pointer;
}
@media (max-width: 1023px) {
  /* line 136, ../sass/components/c-personal-information.scss */
  .c-personal-information__popup .personal-information-popup__content .input__container .input__item:hover input {
    border: 1.692px solid var(--darkBlue);
  }
}
/* line 146, ../sass/components/c-personal-information.scss */
.c-personal-information__popup .personal-information-popup__content .input__container .input__item:hover label {
  color: var(--black);
}
@media (max-width: 1023px) {
  /* line 146, ../sass/components/c-personal-information.scss */
  .c-personal-information__popup .personal-information-popup__content .input__container .input__item:hover label {
    color: var(--darkBlue);
  }
}
/* line 155, ../sass/components/c-personal-information.scss */
.c-personal-information__popup .personal-information-popup__content .input__container .input__item:hover svg path {
  opacity: 0.3;
  fill: var(--black);
}
/* line 163, ../sass/components/c-personal-information.scss */
.c-personal-information__popup .personal-information-popup__content .input__container .input__item:focus-within input {
  color: var(--black);
  border: 1.692px solid var(--lightBorder);
  cursor: pointer;
}
/* line 169, ../sass/components/c-personal-information.scss */
.c-personal-information__popup .personal-information-popup__content .input__container .input__item:focus-within label {
  color: var(--black);
  top: 0%;
  font-size: 11px;
  background-color: var(--white);
  font-weight: 700;
}
@media (max-width: 1023px) {
  /* line 169, ../sass/components/c-personal-information.scss */
  .c-personal-information__popup .personal-information-popup__content .input__container .input__item:focus-within label {
    color: var(--darkBlue);
    font-weight: 400;
  }
}
@media (max-width: 1023px) {
  /* line 169, ../sass/components/c-personal-information.scss */
  .c-personal-information__popup .personal-information-popup__content .input__container .input__item:focus-within label {
    color: var(--darkBlue);
  }
}
/* line 188, ../sass/components/c-personal-information.scss */
.c-personal-information__popup .personal-information-popup__content .input__container .input__item:focus-within svg path {
  opacity: 0.3;
  fill: var(--black);
}
/* line 195, ../sass/components/c-personal-information.scss */
.c-personal-information__popup .personal-information-popup__content .input__container .input__item input {
  border-radius: 5.075px;
  border: 1.692px solid var(--mediumBorder);
  background: var(--white);
  width: 100%;
  height: 55px;
  color: var(--black);
  font-family: var(--font-family-secondary);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding-left: 22px;
  cursor: pointer;
  padding-right: 50px;
}
@media (max-width: 1023px) {
  /* line 195, ../sass/components/c-personal-information.scss */
  .c-personal-information__popup .personal-information-popup__content .input__container .input__item input {
    border: 1.692px solid var(--lightBorder);
  }
}
/* line 215, ../sass/components/c-personal-information.scss */
.c-personal-information__popup .personal-information-popup__content .input__container .input__item input:-moz-read-only {
  cursor: not-allowed;
}
.c-personal-information__popup .personal-information-popup__content .input__container .input__item input:read-only {
  cursor: not-allowed;
}
/* line 218, ../sass/components/c-personal-information.scss */
.c-personal-information__popup .personal-information-popup__content .input__container .input__item input:-moz-read-only.has-value {
  cursor: not-allowed;
}
.c-personal-information__popup .personal-information-popup__content .input__container .input__item input:read-only.has-value {
  cursor: not-allowed;
}
/* line 223, ../sass/components/c-personal-information.scss */
.c-personal-information__popup .personal-information-popup__content .input__container .input__item input.has-value {
  color: var(--black);
  border: 1.692px solid var(--mediumBorder);
  cursor: pointer;
}
@media (max-width: 1023px) {
  /* line 223, ../sass/components/c-personal-information.scss */
  .c-personal-information__popup .personal-information-popup__content .input__container .input__item input.has-value {
    border: 1.692px solid var(--lightBorder);
  }
}
/* line 232, ../sass/components/c-personal-information.scss */
.c-personal-information__popup .personal-information-popup__content .input__container .input__item input.has-value + label {
  color: var(--black);
  top: 0%;
  font-size: 11px;
  background-color: var(--white);
  font-weight: 700;
}
@media (max-width: 1023px) {
  /* line 232, ../sass/components/c-personal-information.scss */
  .c-personal-information__popup .personal-information-popup__content .input__container .input__item input.has-value + label {
    color: var(--darkBlue);
    font-weight: 400;
  }
}
/* line 246, ../sass/components/c-personal-information.scss */
.c-personal-information__popup .personal-information-popup__content .input__container .input__item input.has-value ~ svg path {
  opacity: 0.3;
  fill: var(--black);
}
/* line 253, ../sass/components/c-personal-information.scss */
.c-personal-information__popup .personal-information-popup__content .input__container .input__item input:focus-visible {
  outline: none;
}
/* line 258, ../sass/components/c-personal-information.scss */
.c-personal-information__popup .personal-information-popup__content .input__container .input__item label {
  color: var(--gray);
  font-family: var(--font-family-secondary);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  position: absolute;
  left: 22px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
  cursor: pointer;
  padding: 0px 3px;
  margin-left: -3px;
}
/* line 275, ../sass/components/c-personal-information.scss */
.c-personal-information__popup .personal-information-popup__content .input__container .input__item svg {
  position: absolute;
  right: 25px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
/* line 284, ../sass/components/c-personal-information.scss */
.c-personal-information__popup .personal-information-popup__content .buttons__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 25px;
  gap: 15px;
}
@media (max-width: 1024px) {
  /* line 284, ../sass/components/c-personal-information.scss */
  .c-personal-information__popup .personal-information-popup__content .buttons__wrapper {
    margin-top: 33px;
  }
}
/* line 295, ../sass/components/c-personal-information.scss */
.c-personal-information__popup .personal-information-popup__content .buttons__wrapper .button__cancel {
  border-radius: 2px;
  background: var(--notificationRed);
  color: var(--white);
  padding: 10px;
  border: none;
  text-align: center;
  font-family: var(--font-family-primary);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  cursor: pointer;
  width: 100%;
  max-width: 168px;
}
/* line 312, ../sass/components/c-personal-information.scss */
.c-personal-information__popup .personal-information-popup__content .buttons__wrapper .button__submit {
  border-radius: 2px;
  background: var(--darkBlue);
  color: var(--white);
  padding: 10px;
  border: none;
  text-align: center;
  font-family: var(--font-family-primary);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  cursor: pointer;
  width: 100%;
  max-width: 168px;
}
/* line 331, ../sass/components/c-personal-information.scss */
.c-personal-information__popup .personal-information-popup__content .checkbox__wrapper {
  margin: 25px 0px;
}
/* line 335, ../sass/components/c-personal-information.scss */
.c-personal-information__popup .personal-information-popup__content .checkbox__wrapper .custom-checkbox-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  cursor: pointer;
}
/* line 342, ../sass/components/c-personal-information.scss */
.c-personal-information__popup .personal-information-popup__content .checkbox__wrapper .custom-checkbox {
  display: none;
}
/* line 346, ../sass/components/c-personal-information.scss */
.c-personal-information__popup .personal-information-popup__content .checkbox__wrapper .custom-checkbox-checkmark {
  display: inline-block;
  width: 20px;
  height: 20px;
  min-width: 20px;
  min-height: 20px;
  border: 1px solid var(--darkGray);
  background-color: transparent;
  position: relative;
  margin-right: 6px;
  border-radius: 8.2%;
}
@media (max-width: 1023px) {
  /* line 346, ../sass/components/c-personal-information.scss */
  .c-personal-information__popup .personal-information-popup__content .checkbox__wrapper .custom-checkbox-checkmark {
    background: var(--white);
  }
}
/* line 362, ../sass/components/c-personal-information.scss */
.c-personal-information__popup .personal-information-popup__content .checkbox__wrapper .custom-checkbox-checkmark::after {
  content: '';
}
/* line 367, ../sass/components/c-personal-information.scss */
.c-personal-information__popup .personal-information-popup__content .checkbox__wrapper .custom-checkbox:checked + .custom-checkbox-checkmark::after {
  content: '';
  background: var(--darkGray);
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: calc(100% - 4px);
  height: calc(100% - 4px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 11.94%;
}
/* line 384, ../sass/components/c-personal-information.scss */
.c-personal-information__popup .personal-information-popup__content .checkbox__wrapper .checkbox-text {
  color: var(--black);
  font-family: var(--font-family-secondary);
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
/* line 398, ../sass/components/c-personal-information.scss */
.c-personal-information .information__wrapper {
  border: 1px solid var(--mediumBorder);
  background: var(--white);
  padding: 28px 33px;
  border-radius: 2px;
  position: relative;
}
@media (max-width: 1024px) {
  /* line 398, ../sass/components/c-personal-information.scss */
  .c-personal-information .information__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 28px 23px;
  }
}
/* line 411, ../sass/components/c-personal-information.scss */
.c-personal-information .information__text {
  color: var(--darkGray);
  font-family: var(--font-family-secondary);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 23px;
}
/* line 419, ../sass/components/c-personal-information.scss */
.c-personal-information .information__text .title {
  font-weight: 700;
  margin-right: 5px;
}
/* line 425, ../sass/components/c-personal-information.scss */
.c-personal-information .information__button {
  color: var(--darkBlue);
  text-align: center;
  font-family: var(--font-family-primary);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  padding: 10px 20px;
  border: 1px solid var(--darkBlue);
  border-radius: 2px;
  background: var(--white);
  cursor: pointer;
}
/* line 439, ../sass/components/c-personal-information.scss */
.c-personal-information .information__button:hover {
  background: var(--orange);
  color: var(--white);
  border-color: transparent;
  -webkit-transition: background-color 0.25s ease-in-out, color 0.25s ease-in-out;
  transition: background-color 0.25s ease-in-out, color 0.25s ease-in-out;
}
/* line 446, ../sass/components/c-personal-information.scss */
.c-personal-information .information__button--wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
  margin-top: 33px;
}
@media (max-width: 1023px) {
  /* line 446, ../sass/components/c-personal-information.scss */
  .c-personal-information .information__button--wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media (max-width: 1023px) {
  /* line 457, ../sass/components/c-personal-information.scss */
  .c-personal-information .information__button--wrapper .information__button {
    width: 100%;
  }
}
/* line 464, ../sass/components/c-personal-information.scss */
.c-personal-information .information__button--bankid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 7px 15px;
  text-decoration: none;
}
/* line 473, ../sass/components/c-personal-information.scss */
.c-personal-information .information__button--bankid:hover svg path {
  fill: var(--white);
}
/* line 479, ../sass/components/c-personal-information.scss */
.c-personal-information .information__button--bankid svg {
  max-height: 24px;
  width: auto;
  margin-right: 5px;
}
/* line 484, ../sass/components/c-personal-information.scss */
.c-personal-information .information__button--bankid svg path {
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
@media (max-width: 1024px) {
  /* line 494, ../sass/components/c-personal-information.scss */
  .c-personal-information .c-login__profile--information .profile__item--wrapper {
    display: none;
  }
}
@media (max-width: 1024px) {
  /* line 500, ../sass/components/c-personal-information.scss */
  .c-personal-information .c-login__profile--information .profile-information {
    max-height: 100%;
    padding: 27px 55px 27px 23px;
  }
}

/* line 2, ../sass/components/c-workplace.scss */
.workplace__title {
  color: var(--darkBlue);
  font-family: var(--font-family-primary);
  font-size: 25px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 23px;
  margin-top: 15px;
}
/* line 14, ../sass/components/c-workplace.scss */
.workplace__title svg {
  margin-right: 8px;
}
/* line 17, ../sass/components/c-workplace.scss */
.workplace__title svg path {
  fill: var(--darkBlue);
}
/* line 23, ../sass/components/c-workplace.scss */
.workplace__new-workplace-button {
  border: 1px dotted var(--darkBorder);
  background: var(--offWhite);
  height: 52px;
  color: var(--black);
  opacity: 0.5;
  text-align: center;
  -ms-flex-line-pack: center;
  align-content: center;
  font-family: var(--font-family-primary);
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 15px;
  cursor: pointer;
}
@media (min-width: 1024px) {
  /* line 23, ../sass/components/c-workplace.scss */
  .workplace__new-workplace-button {
    margin-bottom: 30px;
  }
}
/* line 45, ../sass/components/c-workplace.scss */
.workplace__items-list {
  margin-bottom: 30px;
}
/* line 49, ../sass/components/c-workplace.scss */
.workplace__item {
  background-color: var(--lightBlueHeader);
  border: 1px solid var(--lightBorder);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 52px;
  padding: 0 28px;
  margin-bottom: 10px;
}
/* line 59, ../sass/components/c-workplace.scss */
.workplace__item .name {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  color: var(--myPagesTextWithBackgroundColor);
  font-family: var(--font-family-primary);
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
/* line 69, ../sass/components/c-workplace.scss */
.workplace__item .controls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}
/* line 73, ../sass/components/c-workplace.scss */
.workplace__item .controls .edit,
.workplace__item .controls .delete {
  cursor: pointer;
  border: none;
  background: none;
  padding: 0;
}
/* line 80, ../sass/components/c-workplace.scss */
.workplace__item .controls .edit:focus-visible,
.workplace__item .controls .delete:focus-visible {
  outline: none;
}
/* line 85, ../sass/components/c-workplace.scss */
.workplace__item .controls .edit:hover img,
.workplace__item .controls .delete:hover img {
  -webkit-filter: invert(21%) sepia(99%) saturate(2161%) hue-rotate(349deg) brightness(85%) contrast(94%);
          filter: invert(21%) sepia(99%) saturate(2161%) hue-rotate(349deg) brightness(85%) contrast(94%);
}
/* line 93, ../sass/components/c-workplace.scss */
.workplace__empty {
  background-color: var(--lightBlueHeader);
  border: 1px dotted var(--lightBorder);
  margin-bottom: 30px;
}
/* line 98, ../sass/components/c-workplace.scss */
.workplace__empty .content {
  color: var(--gray);
  text-align: center;
  font-family: var(--font-family-primary);
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  max-width: 290px;
  padding: 30px 0 28px 0;
  margin: 0 auto;
}
/* line 110, ../sass/components/c-workplace.scss */
.workplace__empty .content button {
  color: var(--darkBlue);
  font-family: var(--font-family-primary);
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  text-decoration-skip-ink: none;
  background: none;
  border: none;
  cursor: pointer;
}
/* line 126, ../sass/components/c-workplace.scss */
.workplace .create-workplace__container {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 999;
  overflow: auto;
  background-color: rgba(22, 22, 22, 0.3);
}
/* line 134, ../sass/components/c-workplace.scss */
.workplace .create-workplace__container.open {
  display: block;
}
/* line 137, ../sass/components/c-workplace.scss */
.workplace .create-workplace__container.open .create-worplace__popup {
  display: block;
}
/* line 142, ../sass/components/c-workplace.scss */
.workplace .create-workplace__container .workplace-form-container {
  height: 100%;
}
/* line 146, ../sass/components/c-workplace.scss */
.workplace .create-workplace__container .create-workplace__popup {
  display: none;
  background-color: var(--white);
  color: var(--black);
  stroke-width: 1px;
  stroke: var(--lightBorder);
  -webkit-filter: drop-shadow(0px 1px 5px rgba(0, 0, 0, 0.1));
          filter: drop-shadow(0px 1px 5px rgba(0, 0, 0, 0.1));
  border-radius: 8px;
  position: relative;
  padding: 36px 0;
  display: block;
  -webkit-animation: fadeIn 0.25s ease-in-out;
          animation: fadeIn 0.25s ease-in-out;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  margin: 0 auto;
}
/* line 165, ../sass/components/c-workplace.scss */
.workplace .create-workplace__container .create-workplace__popup > * {
  padding: 0 30px;
}
@media (min-width: 1024px) {
  /* line 146, ../sass/components/c-workplace.scss */
  .workplace .create-workplace__container .create-workplace__popup {
    max-width: 689px;
    max-height: 1000px;
    height: auto;
    margin: unset;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* line 186, ../sass/components/c-workplace.scss */
.workplace .create-workplace__container .create-workplace__popup .title {
  border-bottom: 1px solid var(--lightBorder);
  padding-bottom: 15px;
  margin-bottom: 25px;
  color: var(--black);
  font-family: var(--font-family-primary);
  font-size: 25px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
/* line 198, ../sass/components/c-workplace.scss */
.workplace .create-workplace__container .create-workplace__popup .edit-workplace-controls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: row;
      -ms-flex: row;
          flex: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
/* line 203, ../sass/components/c-workplace.scss */
.workplace .create-workplace__container .create-workplace__popup .edit-workplace-controls .close {
  width: 100%;
  border: 1px solid var(--notificationRed);
  background: var(--white);
  color: var(--notificationRed);
  text-align: center;
  font-family: var(--font-family-secondary);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  cursor: pointer;
  width: 140px;
  height: 45px;
}
/* line 218, ../sass/components/c-workplace.scss */
.workplace .create-workplace__container .create-workplace__popup .edit-workplace-controls .close:hover {
  color: var(--white);
  border: 1px solid var(--notificationRed);
  background: var(--notificationRed);
}
@media (min-width: 1024px) {
  /* line 203, ../sass/components/c-workplace.scss */
  .workplace .create-workplace__container .create-workplace__popup .edit-workplace-controls .close {
    width: 220px;
  }
}
/* line 229, ../sass/components/c-workplace.scss */
.workplace .create-workplace__container .create-workplace__popup .edit-workplace-controls .save {
  width: 100%;
  border: 1px solid var(--darkBlue);
  background: var(--darkBlue);
  color: var(--white);
  text-align: center;
  font-family: var(--font-family-secondary);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  cursor: pointer;
  width: 140px;
  height: 45px;
}
/* line 244, ../sass/components/c-workplace.scss */
.workplace .create-workplace__container .create-workplace__popup .edit-workplace-controls .save:hover {
  background: var(--orange);
  border: 1px solid var(--orange);
}
@media (min-width: 1024px) {
  /* line 229, ../sass/components/c-workplace.scss */
  .workplace .create-workplace__container .create-workplace__popup .edit-workplace-controls .save {
    width: 220px;
  }
}
/* line 255, ../sass/components/c-workplace.scss */
.workplace .create-workplace__container .create-workplace__popup .close-icon {
  position: absolute;
  right: 15px;
  top: 30px;
  cursor: pointer;
  padding: 0;
}
/* line 263, ../sass/components/c-workplace.scss */
.workplace .create-workplace__container .create-workplace__popup .input__container {
  margin-bottom: 30px;
}
/* line 269, ../sass/components/c-workplace.scss */
.workplace .delete-workplace-container {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 10000;
  overflow: auto;
  background-color: rgba(22, 22, 22, 0.5);
}
/* line 278, ../sass/components/c-workplace.scss */
.workplace .delete-workplace-container.open {
  display: block;
}
/* line 281, ../sass/components/c-workplace.scss */
.workplace .delete-workplace-container.open .delete-workplace-popup {
  display: block;
}
/* line 286, ../sass/components/c-workplace.scss */
.workplace .delete-workplace-container .delete-workplace-popup {
  display: none;
  position: relative;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 600px;
  height: auto;
  background: var(--white);
  padding: 24px 0;
  -webkit-animation: fadeIn 0.5s ease;
          animation: fadeIn 0.5s ease;
}
/* line 298, ../sass/components/c-workplace.scss */
.workplace .delete-workplace-container .delete-workplace-popup > * {
  padding: 0 35px;
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@media (max-width: 767px) {
  /* line 286, ../sass/components/c-workplace.scss */
  .workplace .delete-workplace-container .delete-workplace-popup {
    width: 90%;
  }
}
/* line 316, ../sass/components/c-workplace.scss */
.workplace .delete-workplace-container .delete-workplace-popup .title {
  color: var(--black);
  font-family: var(--font-family-primary);
  font-size: 25px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  padding-bottom: 15px;
  margin-bottom: 25px;
  border-bottom: 1px solid var(--lightBorder);
}
/* line 328, ../sass/components/c-workplace.scss */
.workplace .delete-workplace-container .delete-workplace-popup .content {
  color: var(--black);
  font-family: var(--font-family-secondary);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 21px;
  margin-bottom: 40px;
}
/* line 338, ../sass/components/c-workplace.scss */
.workplace .delete-workplace-container .delete-workplace-popup .delete-workplace-controls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 767px) {
  /* line 338, ../sass/components/c-workplace.scss */
  .workplace .delete-workplace-container .delete-workplace-popup .delete-workplace-controls {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 15px;
  }
  /* line 346, ../sass/components/c-workplace.scss */
  .workplace .delete-workplace-container .delete-workplace-popup .delete-workplace-controls .cancel,
  .workplace .delete-workplace-container .delete-workplace-popup .delete-workplace-controls .confirm {
    width: 100% !important;
  }
}
/* line 352, ../sass/components/c-workplace.scss */
.workplace .delete-workplace-container .delete-workplace-popup .delete-workplace-controls .cancel {
  border: 1px solid var(--darkBlue);
  background: var(--white);
  color: var(--darkBlue);
  font-family: var(--font-family-secondary);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  cursor: pointer;
  height: 45px;
  width: 220px;
}
/* line 366, ../sass/components/c-workplace.scss */
.workplace .delete-workplace-container .delete-workplace-popup .delete-workplace-controls .confirm {
  border: 1px solid var(--white);
  background: var(--notificationRed);
  color: var(--white);
  text-align: center;
  font-family: var(--font-family-secondary);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  cursor: pointer;
  height: 45px;
  width: 220px;
}
/* line 382, ../sass/components/c-workplace.scss */
.workplace .delete-workplace-container .delete-workplace-popup .close {
  position: absolute;
  right: 20px;
  top: 20px;
  border: none;
  background: var(--white);
  cursor: pointer;
  padding: 0;
}

/* line 1, ../sass/components/c-form.scss */
.c-form {
  width: 100%;
  margin-bottom: 80px;
}
/* line 5, ../sass/components/c-form.scss */
.c-form__title {
  color: var(--black);
  font-family: var(--font-family-primary);
  font-size: 19px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin: 12px 0px;
}
/* line 15, ../sass/components/c-form.scss */
.c-form__subtitle {
  color: var(--black);
  font-family: var(--font-family-primary);
  font-size: 16px;
  font-style: normal;
  line-height: normal;
  margin: 12px 0px 18px 0px;
}
/* line 26, ../sass/components/c-form.scss */
.c-form__wrapper section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0px 26px;
  margin-top: 8px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (max-width: 1023px) {
  /* line 26, ../sass/components/c-form.scss */
  .c-form__wrapper section {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0px;
  }
}
/* line 39, ../sass/components/c-form.scss */
.c-form__wrapper section .FormTextbox:focus-within label {
  opacity: 1;
  color: var(--darkBlue);
}
/* line 46, ../sass/components/c-form.scss */
.c-form__wrapper section .FormTextbox.has-value label {
  opacity: 1;
  color: var(--black);
}
/* line 52, ../sass/components/c-form.scss */
.c-form__wrapper section .FormTextbox label {
  color: var(--black);
  font-family: var(--font-family-secondary);
  font-size: 13px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  position: absolute;
  left: 18px;
  top: 0%;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
  cursor: pointer;
  background-color: var(--white);
  padding: 0px 3px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  opacity: 0;
}
/* line 73, ../sass/components/c-form.scss */
.c-form__wrapper section .FormChoice fieldset {
  border: none;
  margin: 0px;
  padding: 0px;
}
/* line 78, ../sass/components/c-form.scss */
.c-form__wrapper section .FormChoice fieldset legend {
  color: var(--black);
  font-family: var(--font-family-primary);
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin: 12px 0px;
}
/* line 88, ../sass/components/c-form.scss */
.c-form__wrapper section .FormChoice fieldset div {
  position: relative;
  margin-bottom: 12px;
}
/* line 93, ../sass/components/c-form.scss */
.c-form__wrapper section .FormChoice fieldset input {
  position: absolute;
  left: -9999px;
}
/* line 99, ../sass/components/c-form.scss */
.c-form__wrapper section .FormChoice fieldset input:checked + label:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 20px;
  height: 20px;
  border: 1px solid var(--darkGray);
  border-radius: 100%;
  background: #fff;
}
/* line 111, ../sass/components/c-form.scss */
.c-form__wrapper section .FormChoice fieldset input:checked + label:after {
  content: '';
  width: 14px;
  height: 14px;
  background: var(--darkGray);
  position: absolute;
  top: 4px;
  left: 4px;
  border-radius: 100%;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
/* line 128, ../sass/components/c-form.scss */
.c-form__wrapper section .FormChoice fieldset input:not(:checked) + label:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 20px;
  height: 20px;
  border: 1px solid var(--darkGray);
  border-radius: 100%;
  background: #fff;
}
/* line 140, ../sass/components/c-form.scss */
.c-form__wrapper section .FormChoice fieldset input:not(:checked) + label:after {
  content: '';
  width: 14px;
  height: 14px;
  background: var(--darkGray);
  position: absolute;
  top: 4px;
  left: 4px;
  border-radius: 100%;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  opacity: 0;
}
/* line 157, ../sass/components/c-form.scss */
.c-form__wrapper section .FormChoice fieldset label {
  cursor: pointer;
  color: var(--black);
  font-family: var(--font-family-secondary);
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  padding-left: 28px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
/* line 173, ../sass/components/c-form.scss */
.c-form__item {
  position: relative;
  margin-bottom: 22px;
}
/* line 177, ../sass/components/c-form.scss */
.c-form__item.width-100 {
  width: 100%;
}
/* line 181, ../sass/components/c-form.scss */
.c-form__item.width-75 {
  width: 75%;
}
@media (max-width: 1023px) {
  /* line 181, ../sass/components/c-form.scss */
  .c-form__item.width-75 {
    width: 100%;
  }
}
/* line 189, ../sass/components/c-form.scss */
.c-form__item.width-50 {
  width: calc(50% - 13px);
}
@media (max-width: 1023px) {
  /* line 189, ../sass/components/c-form.scss */
  .c-form__item.width-50 {
    width: 100%;
  }
}
/* line 197, ../sass/components/c-form.scss */
.c-form__item.width-25 {
  width: 25%;
}
@media (max-width: 1023px) {
  /* line 197, ../sass/components/c-form.scss */
  .c-form__item.width-25 {
    width: 100%;
  }
}
/* line 205, ../sass/components/c-form.scss */
.c-form__item.input-validation-error, .c-form__item.input-validation-error:hover, .c-form__item.input-validation-error.has-value {
  margin-bottom: 50px;
}
/* line 208, ../sass/components/c-form.scss */
.c-form__item.input-validation-error input:not([type="radio"]), .c-form__item.input-validation-error:hover input:not([type="radio"]), .c-form__item.input-validation-error.has-value input:not([type="radio"]) {
  border: 1px solid var(--notificationRed) !important;
}
/* line 212, ../sass/components/c-form.scss */
.c-form__item.input-validation-error input:not([type="radio"]):focus-visible + label:not(.radio-label), .c-form__item.input-validation-error:hover input:not([type="radio"]):focus-visible + label:not(.radio-label), .c-form__item.input-validation-error.has-value input:not([type="radio"]):focus-visible + label:not(.radio-label) {
  color: var(--black);
}
/* line 217, ../sass/components/c-form.scss */
.c-form__item.input-validation-error input:not([type="radio"]) ~ svg, .c-form__item.input-validation-error:hover input:not([type="radio"]) ~ svg, .c-form__item.input-validation-error.has-value input:not([type="radio"]) ~ svg {
  display: none;
}
/* line 222, ../sass/components/c-form.scss */
.c-form__item.input-validation-error .error-svg, .c-form__item.input-validation-error:hover .error-svg, .c-form__item.input-validation-error.has-value .error-svg {
  display: block;
}
/* line 226, ../sass/components/c-form.scss */
.c-form__item.input-validation-error .error-text, .c-form__item.input-validation-error:hover .error-text, .c-form__item.input-validation-error.has-value .error-text {
  display: block;
}
/* line 230, ../sass/components/c-form.scss */
.c-form__item.input-validation-error ~ .c-form__item, .c-form__item.input-validation-error:hover ~ .c-form__item, .c-form__item.input-validation-error.has-value ~ .c-form__item {
  margin-bottom: 50px;
}
@media (max-width: 1023px) {
  /* line 230, ../sass/components/c-form.scss */
  .c-form__item.input-validation-error ~ .c-form__item, .c-form__item.input-validation-error:hover ~ .c-form__item, .c-form__item.input-validation-error.has-value ~ .c-form__item {
    margin-bottom: 22px;
  }
}
/* line 239, ../sass/components/c-form.scss */
.c-form__item input:not([type="radio"]) {
  border-radius: 1px;
  border: 1px solid var(--mediumBorder);
  background: var(--white);
  width: 100%;
  color: var(--black);
  font-family: var(--font-family-secondary);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  cursor: pointer;
  height: 50px;
  -webkit-transition: border 0.25s, color 0.25s;
  transition: border 0.25s, color 0.25s;
  padding: 0px 45px 0px 18px;
}
/* line 255, ../sass/components/c-form.scss */
.c-form__item input:not([type="radio"]).has-value {
  color: var(--black);
  border: 1.692px solid var(--lightBorder);
  cursor: pointer;
}
/* line 260, ../sass/components/c-form.scss */
.c-form__item input:not([type="radio"]).has-value + label:not(.radio-label) {
  color: var(--black);
  top: 0%;
  font-size: 13px;
  background-color: var(--white);
  opacity: 1;
}
/* line 269, ../sass/components/c-form.scss */
.c-form__item input:not([type="radio"]):hover {
  border: 1px solid var(--darkBlue);
}
/* line 272, ../sass/components/c-form.scss */
.c-form__item input:not([type="radio"]):hover::-webkit-input-placeholder {
  color: var(--black);
}
.c-form__item input:not([type="radio"]):hover:-ms-input-placeholder {
  color: var(--black);
}
.c-form__item input:not([type="radio"]):hover::-ms-input-placeholder {
  color: var(--black);
}
.c-form__item input:not([type="radio"]):hover::placeholder {
  color: var(--black);
}
/* line 277, ../sass/components/c-form.scss */
.c-form__item input:not([type="radio"]):hover ~ svg:not(.error-svg) path {
  fill: var(--black);
}
/* line 283, ../sass/components/c-form.scss */
.c-form__item input:not([type="radio"]):focus {
  border: 1px solid var(--mediumBorder);
}
/* line 286, ../sass/components/c-form.scss */
.c-form__item input:not([type="radio"]):focus::-webkit-input-placeholder {
  color: transparent;
}
.c-form__item input:not([type="radio"]):focus:-ms-input-placeholder {
  color: transparent;
}
.c-form__item input:not([type="radio"]):focus::-ms-input-placeholder {
  color: transparent;
}
.c-form__item input:not([type="radio"]):focus::placeholder {
  color: transparent;
}
/* line 291, ../sass/components/c-form.scss */
.c-form__item input:not([type="radio"]):focus-visible {
  outline: none;
}
/* line 294, ../sass/components/c-form.scss */
.c-form__item input:not([type="radio"]):focus-visible + label:not(.radio-label) {
  opacity: 1;
  color: var(--darkBlue);
}
/* line 300, ../sass/components/c-form.scss */
.c-form__item input:not([type="radio"])::-webkit-input-placeholder {
  color: var(--mediumBorder);
}
.c-form__item input:not([type="radio"]):-ms-input-placeholder {
  color: var(--mediumBorder);
}
.c-form__item input:not([type="radio"])::-ms-input-placeholder {
  color: var(--mediumBorder);
}
.c-form__item input:not([type="radio"])::placeholder {
  color: var(--mediumBorder);
}
/* line 305, ../sass/components/c-form.scss */
.c-form__item textarea {
  resize: none;
  background: var(--white);
  height: 200px;
  border-radius: 1px;
  border: 1px solid var(--mediumBorder);
  color: var(--black);
  font-family: var(--font-family-secondary);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  cursor: pointer;
  -webkit-transition: border 0.25s, color 0.25s;
  transition: border 0.25s, color 0.25s;
  padding: 16px 18px;
  width: 100%;
}
/* line 322, ../sass/components/c-form.scss */
.c-form__item textarea:hover {
  border: 1px solid var(--darkBlue);
}
/* line 325, ../sass/components/c-form.scss */
.c-form__item textarea:hover::-webkit-input-placeholder {
  color: var(--black);
}
.c-form__item textarea:hover:-ms-input-placeholder {
  color: var(--black);
}
.c-form__item textarea:hover::-ms-input-placeholder {
  color: var(--black);
}
.c-form__item textarea:hover::placeholder {
  color: var(--black);
}
/* line 330, ../sass/components/c-form.scss */
.c-form__item textarea:focus {
  border: 1px solid var(--mediumBorder);
}
/* line 333, ../sass/components/c-form.scss */
.c-form__item textarea:focus::-webkit-input-placeholder {
  color: transparent;
}
.c-form__item textarea:focus:-ms-input-placeholder {
  color: transparent;
}
.c-form__item textarea:focus::-ms-input-placeholder {
  color: transparent;
}
.c-form__item textarea:focus::placeholder {
  color: transparent;
}
/* line 338, ../sass/components/c-form.scss */
.c-form__item textarea:focus-visible {
  outline: none;
}
/* line 341, ../sass/components/c-form.scss */
.c-form__item textarea:focus-visible + label {
  opacity: 1;
  color: var(--darkBlue);
}
/* line 347, ../sass/components/c-form.scss */
.c-form__item textarea::-webkit-input-placeholder {
  color: var(--mediumBorder);
}
.c-form__item textarea:-ms-input-placeholder {
  color: var(--mediumBorder);
}
.c-form__item textarea::-ms-input-placeholder {
  color: var(--mediumBorder);
}
.c-form__item textarea::placeholder {
  color: var(--mediumBorder);
}
/* line 351, ../sass/components/c-form.scss */
.c-form__item textarea.has-value {
  color: var(--black);
  border: 1.692px solid var(--lightBorder);
  cursor: pointer;
}
/* line 356, ../sass/components/c-form.scss */
.c-form__item textarea.has-value + label {
  color: var(--black);
  top: 0%;
  font-size: 13px;
  background-color: var(--white);
  opacity: 1;
}
/* line 366, ../sass/components/c-form.scss */
.c-form__item label.textarea-label {
  color: var(--black);
  font-family: var(--font-family-secondary);
  font-size: 13px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  position: absolute;
  left: 18px;
  top: 0%;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
  cursor: pointer;
  background-color: var(--white);
  padding: 0px 3px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  opacity: 0;
}
/* line 384, ../sass/components/c-form.scss */
.c-form__item svg {
  position: absolute;
  right: 25px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
/* line 390, ../sass/components/c-form.scss */
.c-form__item svg.error-svg {
  display: none;
  cursor: pointer;
}
/* line 396, ../sass/components/c-form.scss */
.c-form__item span.error-text {
  position: absolute;
  top: 100%;
  left: 0;
  background-color: rgba(212, 41, 30, 0.1);
  color: var(--black);
  font-family: var(--font-family-secondary);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding: 6px 10px 6px 15px;
  width: 100%;
  z-index: 1;
  display: none;
}
/* line 415, ../sass/components/c-form.scss */
.c-form__item .select-wrapper.select-open svg {
  -webkit-transform: translateY(-50%) rotate(-180deg);
          transform: translateY(-50%) rotate(-180deg);
}
/* line 420, ../sass/components/c-form.scss */
.c-form__item .select-wrapper svg {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  pointer-events: none;
  width: 16px;
  height: 10px;
  -webkit-transition: -webkit-transform 0.25s ease;
  transition: -webkit-transform 0.25s ease;
  transition: transform 0.25s ease;
  transition: transform 0.25s ease, -webkit-transform 0.25s ease;
  right: 25px;
}
/* line 432, ../sass/components/c-form.scss */
.c-form__item .form-select {
  border-radius: 1px;
  border: 1px solid var(--mediumBorder);
  color: var(--black);
  font-family: var(--font-family-secondary);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  cursor: pointer;
  height: 50px;
  -webkit-transition: border 0.25s, color 0.25s;
  transition: border 0.25s, color 0.25s;
  padding: 0px 45px 0px 18px;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: relative;
}
/* line 451, ../sass/components/c-form.scss */
.c-form__item .form-select:hover {
  border: 1px solid var(--darkBlue);
}
/* line 454, ../sass/components/c-form.scss */
.c-form__item .form-select:hover::-webkit-input-placeholder {
  color: var(--black);
}
.c-form__item .form-select:hover:-ms-input-placeholder {
  color: var(--black);
}
.c-form__item .form-select:hover::-ms-input-placeholder {
  color: var(--black);
}
.c-form__item .form-select:hover::placeholder {
  color: var(--black);
}
/* line 459, ../sass/components/c-form.scss */
.c-form__item .form-select:focus {
  border: 1px solid var(--mediumBorder);
}
/* line 462, ../sass/components/c-form.scss */
.c-form__item .form-select:focus::-webkit-input-placeholder {
  color: transparent;
}
.c-form__item .form-select:focus:-ms-input-placeholder {
  color: transparent;
}
.c-form__item .form-select:focus::-ms-input-placeholder {
  color: transparent;
}
.c-form__item .form-select:focus::placeholder {
  color: transparent;
}
/* line 467, ../sass/components/c-form.scss */
.c-form__item .form-select:focus-visible {
  outline: none;
}
/* line 470, ../sass/components/c-form.scss */
.c-form__item .form-select:focus-visible + label {
  opacity: 1;
  color: var(--darkBlue);
}
/* line 476, ../sass/components/c-form.scss */
.c-form__item .form-select::-webkit-input-placeholder {
  color: var(--mediumBorder);
}
.c-form__item .form-select:-ms-input-placeholder {
  color: var(--mediumBorder);
}
.c-form__item .form-select::-ms-input-placeholder {
  color: var(--mediumBorder);
}
.c-form__item .form-select::placeholder {
  color: var(--mediumBorder);
}
/* line 481, ../sass/components/c-form.scss */
.c-form__item .select-label {
  color: var(--black);
  font-family: var(--font-family-secondary);
  font-size: 13px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  position: absolute;
  left: 18px;
  top: 0%;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
  cursor: pointer;
  background-color: var(--white);
  padding: 0px 3px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  opacity: 1;
}
/* line 500, ../sass/components/c-form.scss */
.c-form .checkbox__wrapper {
  margin: 8px 0px 30px 0px;
}
/* line 504, ../sass/components/c-form.scss */
.c-form .checkbox__wrapper .custom-checkbox-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 100%;
  cursor: pointer;
}
/* line 511, ../sass/components/c-form.scss */
.c-form .checkbox__wrapper .custom-checkbox {
  display: none;
}
/* line 515, ../sass/components/c-form.scss */
.c-form .checkbox__wrapper .custom-checkbox-checkmark {
  display: inline-block;
  width: 20px;
  height: 20px;
  min-width: 20px;
  min-height: 20px;
  border: 1px solid var(--darkGray);
  background-color: transparent;
  position: relative;
  margin-right: 6px;
  border-radius: 8.2%;
}
@media (max-width: 1023px) {
  /* line 515, ../sass/components/c-form.scss */
  .c-form .checkbox__wrapper .custom-checkbox-checkmark {
    background: var(--white);
  }
}
/* line 531, ../sass/components/c-form.scss */
.c-form .checkbox__wrapper .custom-checkbox-checkmark::after {
  content: '';
}
/* line 536, ../sass/components/c-form.scss */
.c-form .checkbox__wrapper .custom-checkbox:checked + .custom-checkbox-checkmark::after {
  content: '';
  background: var(--darkGray);
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: calc(100% - 4px);
  height: calc(100% - 4px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 11.94%;
}
/* line 553, ../sass/components/c-form.scss */
.c-form .checkbox__wrapper .checkbox-text {
  color: var(--black);
  font-family: var(--font-family-secondary);
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
/* line 563, ../sass/components/c-form.scss */
.c-form__button {
  border-radius: 2px;
  border: 1.692px solid var(--darkBlue);
  background: var(--darkBlue);
  color: var(--white);
  text-align: center;
  font-family: var(--font-family-primary);
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  padding: 14px;
  -webkit-transition: color 0.25s, background 0.25s;
  transition: color 0.25s, background 0.25s;
  margin: 8px 0px 30px 0px;
  width: 100%;
  cursor: pointer;
}
/* line 580, ../sass/components/c-form.scss */
.c-form__button:hover {
  background: var(--orange);
  border: 1.692px solid var(--orange);
}

/* line 1, ../sass/components/c-shopping-details.scss */
.c-shopping-details {
  margin-top: 20px;
}
/* line 5, ../sass/components/c-shopping-details.scss */
.c-shopping-details.empty-list .button.button--articles, .c-shopping-details.empty-list .button.button--export, .c-shopping-details.empty-list .button.button--epost, .c-shopping-details.empty-list .c-shopping-details__cart--right .secondary-button, .c-shopping-details.empty-list .c-shopping-details__cart--right .primary-button, .c-shopping-details.empty-list .climate-data--download-text, .c-shopping-details.empty-list .c-shopping-details__buttons .sorting-btn {
  opacity: 0.3;
  cursor: default;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
  pointer-events: none;
}
/* line 12, ../sass/components/c-shopping-details.scss */
.c-shopping-details.empty-list .button.button--articles:hover, .c-shopping-details.empty-list .button.button--export:hover, .c-shopping-details.empty-list .button.button--epost:hover, .c-shopping-details.empty-list .c-shopping-details__cart--right .secondary-button:hover, .c-shopping-details.empty-list .c-shopping-details__cart--right .primary-button:hover, .c-shopping-details.empty-list .climate-data--download-text:hover, .c-shopping-details.empty-list .c-shopping-details__buttons .sorting-btn:hover {
  color: inherit;
  border: 1px solid inherit;
  background: inherit;
}
/* line 19, ../sass/components/c-shopping-details.scss */
.c-shopping-details.empty-list .c-shopping-details__cart--left {
  cursor: default;
  pointer-events: none;
}
/* line 24, ../sass/components/c-shopping-details.scss */
.c-shopping-details.empty-list .c-shopping-details__table {
  display: table;
  width: 100%;
}
/* line 28, ../sass/components/c-shopping-details.scss */
.c-shopping-details.empty-list .c-shopping-details__table--heading {
  width: 100%;
  min-width: 100%;
}
/* line 33, ../sass/components/c-shopping-details.scss */
.c-shopping-details.empty-list .c-shopping-details__table--head {
  border: none;
}
/* line 37, ../sass/components/c-shopping-details.scss */
.c-shopping-details.empty-list .c-shopping-details__table--body {
  position: relative;
  height: 390px;
}
@media (max-width: 1023px) {
  /* line 37, ../sass/components/c-shopping-details.scss */
  .c-shopping-details.empty-list .c-shopping-details__table--body {
    height: 250px;
  }
}
/* line 45, ../sass/components/c-shopping-details.scss */
.c-shopping-details.empty-list .c-shopping-details__table--body .empty-message {
  width: 100%;
  position: absolute;
  border: 1px solid var(--lightBorder);
  background: var(--white);
  height: 390px;
}
@media (max-width: 1023px) {
  /* line 45, ../sass/components/c-shopping-details.scss */
  .c-shopping-details.empty-list .c-shopping-details__table--body .empty-message {
    height: 250px;
  }
}
/* line 57, ../sass/components/c-shopping-details.scss */
.c-shopping-details.empty-list .c-shopping-details__table--body .empty-message__text {
  color: var(--gray);
  text-align: center;
  font-family: var(--font-family-primary);
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  border: 1px dashed var(--mediumBorder);
  background: var(--lightBlueGray);
  margin: 55px 40px 0px;
  padding: 30px;
  position: absolute;
  width: calc(100% - 80px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 1023px) {
  /* line 57, ../sass/components/c-shopping-details.scss */
  .c-shopping-details.empty-list .c-shopping-details__table--body .empty-message__text {
    width: calc(100% - 34px);
    margin: 43px 17px 0px;
    border-top: none;
  }
}
/* line 80, ../sass/components/c-shopping-details.scss */
.c-shopping-details.empty-list .c-shopping-details__table--body .empty-message__text p {
  margin: 0px;
  max-width: 260px;
}
/* line 90, ../sass/components/c-shopping-details.scss */
.c-shopping-details__title {
  border-bottom: 2px dashed var(--mediumBorder);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 9px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 1023px) {
  /* line 90, ../sass/components/c-shopping-details.scss */
  .c-shopping-details__title {
    border: 1px solid var(--lightBorder);
    background: var(--lightBlueHeader);
    padding: 8px 16px;
  }
}
/* line 103, ../sass/components/c-shopping-details.scss */
.c-shopping-details__title--text {
  color: var(--darkBlue);
  font-family: var(--font-family-primary);
  font-size: 31px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
@media (max-width: 1023px) {
  /* line 103, ../sass/components/c-shopping-details.scss */
  .c-shopping-details__title--text {
    color: var(--black);
    font-size: 17px;
  }
}
/* line 117, ../sass/components/c-shopping-details.scss */
.c-shopping-details__title--images {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}
/* line 122, ../sass/components/c-shopping-details.scss */
.c-shopping-details__title--icon {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}
/* line 131, ../sass/components/c-shopping-details.scss */
.c-shopping-details__title--icon > svg path {
  -webkit-transition: fill 0.25s ease;
  transition: fill 0.25s ease;
}
/* line 136, ../sass/components/c-shopping-details.scss */
.c-shopping-details__title--icon.back-arrow {
  display: none;
}
@media (max-width: 1023px) {
  /* line 136, ../sass/components/c-shopping-details.scss */
  .c-shopping-details__title--icon.back-arrow {
    display: block;
  }
}
/* line 143, ../sass/components/c-shopping-details.scss */
.c-shopping-details__title--icon.back-arrow.climate-back {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  text-decoration: none;
}
/* line 151, ../sass/components/c-shopping-details.scss */
.c-shopping-details__title--icon.back-arrow.climate-back svg path {
  fill: var(--darkBlue);
}
@media (max-width: 1023px) {
  /* line 151, ../sass/components/c-shopping-details.scss */
  .c-shopping-details__title--icon.back-arrow.climate-back svg path {
    fill: var(--black);
  }
}
/* line 160, ../sass/components/c-shopping-details.scss */
.c-shopping-details__title--icon.back-arrow.climate-back span {
  color: var(--darkBlue);
  font-family: var(--font-family-secondary);
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 23px;
  text-decoration: none;
  margin-left: 5px;
}
@media (max-width: 1023px) {
  /* line 160, ../sass/components/c-shopping-details.scss */
  .c-shopping-details__title--icon.back-arrow.climate-back span {
    display: none;
  }
}
/* line 180, ../sass/components/c-shopping-details.scss */
.c-shopping-details__title--icon.pen-icon:hover > svg:first-child path {
  fill: var(--darkBlue);
}
/* line 190, ../sass/components/c-shopping-details.scss */
.c-shopping-details__title--icon.delete-icon:hover > svg:first-child path {
  fill: var(--notificationRed);
}
/* line 199, ../sass/components/c-shopping-details.scss */
.c-shopping-details__actions {
  margin: 30px 0px 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media (max-width: 1023px) {
  /* line 199, ../sass/components/c-shopping-details.scss */
  .c-shopping-details__actions {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    background: var(--white);
    padding: 9px 17px 14px;
    margin: 0px;
    gap: 17px;
    border-left: 1px solid var(--lightBorder);
    border-right: 1px solid var(--lightBorder);
    border-bottom: 1px solid var(--lightBorder);
  }
}
/* line 217, ../sass/components/c-shopping-details.scss */
.c-shopping-details__input {
  height: 50px;
  border: 1px solid var(--mediumBorder);
  padding: 0px 70px 0px 13px;
  font-family: var(--font-family-secondary);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  color: var(--black);
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
  max-width: 339px;
  width: 100%;
  position: relative;
  cursor: pointer;
}
@media (max-width: 1023px) {
  /* line 217, ../sass/components/c-shopping-details.scss */
  .c-shopping-details__input {
    max-width: 100%;
  }
}
/* line 237, ../sass/components/c-shopping-details.scss */
.c-shopping-details__input--icon {
  width: 50px;
  height: 100%;
  position: absolute;
  right: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
  cursor: pointer;
}
@media (max-width: 1023px) {
  /* line 237, ../sass/components/c-shopping-details.scss */
  .c-shopping-details__input--icon {
    background: var(--darkBlue);
  }
}
/* line 254, ../sass/components/c-shopping-details.scss */
.c-shopping-details__input--icon svg path {
  fill: var(--darkGray);
}
@media (max-width: 1023px) {
  /* line 254, ../sass/components/c-shopping-details.scss */
  .c-shopping-details__input--icon svg path {
    fill: var(--white);
  }
}
/* line 264, ../sass/components/c-shopping-details.scss */
.c-shopping-details__input--wrapper {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  max-width: 339px;
}
@media (max-width: 1023px) {
  /* line 264, ../sass/components/c-shopping-details.scss */
  .c-shopping-details__input--wrapper {
    width: 100%;
    max-width: 100%;
  }
}
/* line 275, ../sass/components/c-shopping-details.scss */
.c-shopping-details__input--wrapper:hover .c-shopping-details__input--icon {
  background: var(--darkBlue);
}
/* line 279, ../sass/components/c-shopping-details.scss */
.c-shopping-details__input--wrapper:hover .c-shopping-details__input--icon svg path {
  fill: var(--white);
}
/* line 287, ../sass/components/c-shopping-details.scss */
.c-shopping-details__input--wrapper.open .close-input {
  opacity: 1;
  visibility: visible;
  display: block;
}
/* line 293, ../sass/components/c-shopping-details.scss */
.c-shopping-details__input--wrapper.open .input-dropdown {
  opacity: 1;
  visibility: visible;
  display: block;
}
/* line 299, ../sass/components/c-shopping-details.scss */
.c-shopping-details__input--wrapper.open .c-shopping-details__input--icon {
  background: var(--darkBlue);
}
/* line 303, ../sass/components/c-shopping-details.scss */
.c-shopping-details__input--wrapper.open .c-shopping-details__input--icon svg path {
  fill: var(--white);
}
/* line 310, ../sass/components/c-shopping-details.scss */
.c-shopping-details__input--wrapper .close-input {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 60px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.25s, visibility 0.25s;
  transition: opacity 0.25s, visibility 0.25s;
  display: none;
  cursor: pointer;
}
@media (max-width: 1023px) {
  /* line 310, ../sass/components/c-shopping-details.scss */
  .c-shopping-details__input--wrapper .close-input {
    width: 45px;
    height: 45px;
    top: -22px;
    background-color: var(--white);
    right: inherit;
    left: 0;
    border: 1px solid var(--mediumBorder);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
/* line 334, ../sass/components/c-shopping-details.scss */
.c-shopping-details__input--wrapper .close-input .mobile-close-input {
  display: none;
}
@media (max-width: 1023px) {
  /* line 334, ../sass/components/c-shopping-details.scss */
  .c-shopping-details__input--wrapper .close-input .mobile-close-input {
    display: block;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 100%;
    width: 100%;
  }
}
/* line 347, ../sass/components/c-shopping-details.scss */
.c-shopping-details__input--wrapper .close-input .desktop-close-input {
  display: block;
}
@media (max-width: 1023px) {
  /* line 347, ../sass/components/c-shopping-details.scss */
  .c-shopping-details__input--wrapper .close-input .desktop-close-input {
    display: none;
  }
}
/* line 356, ../sass/components/c-shopping-details.scss */
.c-shopping-details__input--wrapper .input-dropdown {
  opacity: 0;
  visibility: hidden;
  display: none;
  position: absolute;
  -webkit-transition: opacity 0.25s, visibility 0.25s;
  transition: opacity 0.25s, visibility 0.25s;
  top: 100%;
  background: var(--white);
  z-index: 1;
  -webkit-box-shadow: 0 6px 10px rgba(0, 0, 0, 0.12), 0 2px 4px rgba(0, 0, 0, 0.08);
          box-shadow: 0 6px 10px rgba(0, 0, 0, 0.12), 0 2px 4px rgba(0, 0, 0, 0.08);
}
@media (max-width: 1023px) {
  /* line 356, ../sass/components/c-shopping-details.scss */
  .c-shopping-details__input--wrapper .input-dropdown {
    width: 100%;
  }
}
/* line 371, ../sass/components/c-shopping-details.scss */
.c-shopping-details__input--wrapper .input-dropdown .dropdown-item {
  border-left: 1px solid var(--lightBorder);
  border-right: 1px solid var(--lightBorder);
  border-bottom: 1px solid var(--lightBorder);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 70px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  min-width: 100%;
  background: var(--white);
}
@media (max-width: 1023px) {
  /* line 371, ../sass/components/c-shopping-details.scss */
  .c-shopping-details__input--wrapper .input-dropdown .dropdown-item {
    width: 100%;
    min-width: auto;
  }
}
/* line 387, ../sass/components/c-shopping-details.scss */
.c-shopping-details__input--wrapper .input-dropdown .dropdown-item:first-child {
  border-top: 1px solid var(--lightBorder);
}
/* line 391, ../sass/components/c-shopping-details.scss */
.c-shopping-details__input--wrapper .input-dropdown .dropdown-item--img {
  width: 57px;
  height: 51px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-width: 57px;
  padding: 0px 10px;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}
@media (max-width: 1023px) {
  /* line 391, ../sass/components/c-shopping-details.scss */
  .c-shopping-details__input--wrapper .input-dropdown .dropdown-item--img {
    display: none;
  }
}
/* line 405, ../sass/components/c-shopping-details.scss */
.c-shopping-details__input--wrapper .input-dropdown .dropdown-item--img img {
  max-height: 100%;
  max-width: 100%;
}
/* line 411, ../sass/components/c-shopping-details.scss */
.c-shopping-details__input--wrapper .input-dropdown .dropdown-item .product-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: left;
  border-right: 1px solid var(--lightBorder);
  height: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-right: 40px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  text-decoration: none;
}
@media (max-width: 1023px) {
  /* line 411, ../sass/components/c-shopping-details.scss */
  .c-shopping-details__input--wrapper .input-dropdown .dropdown-item .product-text {
    padding-left: 14px;
    padding-right: 0px;
    border: none;
  }
}
/* line 431, ../sass/components/c-shopping-details.scss */
.c-shopping-details__input--wrapper .input-dropdown .dropdown-item .product-text .product-title {
  color: var(--black);
  font-family: var(--font-family-secondary);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 21.369px;
  text-overflow: ellipsis;
  overflow: hidden;
  display: block;
}
/* line 443, ../sass/components/c-shopping-details.scss */
.c-shopping-details__input--wrapper .input-dropdown .dropdown-item .product-text .product-number {
  color: var(--gray);
  font-family: var(--font-family-secondary);
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 21.369px;
}
@media (max-width: 1023px) {
  /* line 443, ../sass/components/c-shopping-details.scss */
  .c-shopping-details__input--wrapper .input-dropdown .dropdown-item .product-text .product-number {
    display: none;
  }
}
/* line 457, ../sass/components/c-shopping-details.scss */
.c-shopping-details__input--wrapper .input-dropdown .dropdown-item .price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: var(--black);
  font-family: var(--font-family-secondary);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 21.369px;
  padding: 0px 13px;
  border-right: 1px solid var(--lightBorder);
  height: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  min-width: 150px;
}
@media (max-width: 1023px) {
  /* line 457, ../sass/components/c-shopping-details.scss */
  .c-shopping-details__input--wrapper .input-dropdown .dropdown-item .price {
    color: var(--black);
    min-width: inherit;
  }
}
/* line 477, ../sass/components/c-shopping-details.scss */
.c-shopping-details__input--wrapper .input-dropdown .dropdown-item .price .decimal {
  position: relative;
  top: -1px;
  font-size: 10px;
}
/* line 483, ../sass/components/c-shopping-details.scss */
.c-shopping-details__input--wrapper .input-dropdown .dropdown-item .price .currency {
  margin-left: 5px;
}
/* line 488, ../sass/components/c-shopping-details.scss */
.c-shopping-details__input--wrapper .input-dropdown .dropdown-item .add-button {
  width: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 1023px) {
  /* line 488, ../sass/components/c-shopping-details.scss */
  .c-shopping-details__input--wrapper .input-dropdown .dropdown-item .add-button {
    width: 50px;
  }
}
/* line 499, ../sass/components/c-shopping-details.scss */
.c-shopping-details__input--wrapper .input-dropdown .dropdown-item .add-button.added .plus-icon {
  opacity: 0;
  visibility: hidden;
  display: none;
}
/* line 505, ../sass/components/c-shopping-details.scss */
.c-shopping-details__input--wrapper .input-dropdown .dropdown-item .add-button.added .thumbs-up-icon {
  opacity: 1;
  visibility: visible;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
/* line 515, ../sass/components/c-shopping-details.scss */
.c-shopping-details__input--wrapper .input-dropdown .dropdown-item .add-button .plus-icon {
  cursor: pointer;
  opacity: 1;
  visibility: visible;
  display: block;
  -webkit-transition: opacity 0.25s, visibility 0.25s;
  transition: opacity 0.25s, visibility 0.25s;
}
/* line 523, ../sass/components/c-shopping-details.scss */
.c-shopping-details__input--wrapper .input-dropdown .dropdown-item .add-button .thumbs-up-icon {
  opacity: 0;
  visibility: hidden;
  display: none;
  -webkit-transition: opacity 0.25s, visibility 0.25s;
  transition: opacity 0.25s, visibility 0.25s;
}
/* line 529, ../sass/components/c-shopping-details.scss */
.c-shopping-details__input--wrapper .input-dropdown .dropdown-item .add-button .thumbs-up-icon span {
  color: var(--black);
  font-family: var(--font-family-secondary);
  font-size: 13px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
/* line 543, ../sass/components/c-shopping-details.scss */
.c-shopping-details__input::-webkit-input-placeholder {
  color: var(--gray);
  font-family: var(--font-family-secondary);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.c-shopping-details__input:-ms-input-placeholder {
  color: var(--gray);
  font-family: var(--font-family-secondary);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.c-shopping-details__input::-ms-input-placeholder {
  color: var(--gray);
  font-family: var(--font-family-secondary);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.c-shopping-details__input::placeholder {
  color: var(--gray);
  font-family: var(--font-family-secondary);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
/* line 552, ../sass/components/c-shopping-details.scss */
.c-shopping-details__input:focus-visible {
  outline: none;
  color: var(--black);
  border: 1px solid var(--darkBlue);
}
/* line 557, ../sass/components/c-shopping-details.scss */
.c-shopping-details__input:focus-visible::-webkit-input-placeholder {
  color: transparent;
}
.c-shopping-details__input:focus-visible:-ms-input-placeholder {
  color: transparent;
}
.c-shopping-details__input:focus-visible::-ms-input-placeholder {
  color: transparent;
}
.c-shopping-details__input:focus-visible::placeholder {
  color: transparent;
}
/* line 561, ../sass/components/c-shopping-details.scss */
.c-shopping-details__input:focus-visible + .c-shopping-details__input--icon {
  background: var(--darkBlue);
}
/* line 565, ../sass/components/c-shopping-details.scss */
.c-shopping-details__input:focus-visible + .c-shopping-details__input--icon svg path {
  fill: var(--white);
}
/* line 572, ../sass/components/c-shopping-details.scss */
.c-shopping-details__input:hover {
  color: var(--black);
  border: 1px solid var(--darkBlue);
}
/* line 576, ../sass/components/c-shopping-details.scss */
.c-shopping-details__input:hover + .c-shopping-details__input--icon {
  background: var(--darkBlue);
}
/* line 580, ../sass/components/c-shopping-details.scss */
.c-shopping-details__input:hover + .c-shopping-details__input--icon svg path {
  fill: var(--white);
}
@media (max-width: 1023px) {
  /* line 588, ../sass/components/c-shopping-details.scss */
  .c-shopping-details__buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 11px;
    width: 100%;
  }
}
/* line 595, ../sass/components/c-shopping-details.scss */
.c-shopping-details__buttons--wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media (max-width: 1023px) {
  /* line 595, ../sass/components/c-shopping-details.scss */
  .c-shopping-details__buttons--wrapper {
    width: 100%;
  }
}
/* line 603, ../sass/components/c-shopping-details.scss */
.c-shopping-details__buttons--wrapper .back-button {
  color: var(--darkBlue);
  font-family: var(--font-family-secondary);
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 23px;
  text-decoration: none;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 30px;
}
@media (max-width: 1023px) {
  /* line 603, ../sass/components/c-shopping-details.scss */
  .c-shopping-details__buttons--wrapper .back-button {
    display: none;
  }
}
/* line 620, ../sass/components/c-shopping-details.scss */
.c-shopping-details__buttons--wrapper .back-button svg path {
  fill: var(--darkBlue);
}
/* line 625, ../sass/components/c-shopping-details.scss */
.c-shopping-details__buttons--wrapper .back-button span {
  margin-bottom: 3px;
}
/* line 631, ../sass/components/c-shopping-details.scss */
.c-shopping-details__buttons--container {
  display: inline-block;
}
@media (max-width: 1023px) {
  /* line 631, ../sass/components/c-shopping-details.scss */
  .c-shopping-details__buttons--container {
    display: contents;
  }
}
/* line 639, ../sass/components/c-shopping-details.scss */
.c-shopping-details__buttons .button {
  color: var(--darkBlue);
  text-align: center;
  font-family: var(--font-family-secondary);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  cursor: pointer;
  border: 1px solid var(--darkBlue);
  background: var(--white);
  margin-left: 5px;
  text-decoration: none;
  display: inline-block;
  padding: 11px;
  max-width: 167px;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
@media (min-width: 1400px) {
  /* line 639, ../sass/components/c-shopping-details.scss */
  .c-shopping-details__buttons .button {
    width: 167px;
  }
}
@media (max-width: 1023px) {
  /* line 639, ../sass/components/c-shopping-details.scss */
  .c-shopping-details__buttons .button {
    margin-left: 0px;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    max-width: inherit;
  }
}
/* line 667, ../sass/components/c-shopping-details.scss */
.c-shopping-details__buttons .button:hover {
  color: var(--white);
  background: var(--darkBlue);
}
/* line 672, ../sass/components/c-shopping-details.scss */
.c-shopping-details__buttons .button--articles {
  opacity: 0.3;
  cursor: default;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
/* line 677, ../sass/components/c-shopping-details.scss */
.c-shopping-details__buttons .button--articles:hover {
  color: var(--darkBlue);
  background: var(--white);
}
@media (max-width: 1023px) {
  /* line 672, ../sass/components/c-shopping-details.scss */
  .c-shopping-details__buttons .button--articles {
    display: none;
  }
}
/* line 686, ../sass/components/c-shopping-details.scss */
.c-shopping-details__buttons .button--articles.active {
  opacity: 1;
  cursor: pointer;
}
/* line 690, ../sass/components/c-shopping-details.scss */
.c-shopping-details__buttons .button--articles.active:hover {
  color: var(--white);
  background: var(--darkBlue);
}
/* line 699, ../sass/components/c-shopping-details.scss */
.c-shopping-details__buttons .button--epost + .my-account-popup .c-form {
  margin: 0px;
}
/* line 702, ../sass/components/c-shopping-details.scss */
.c-shopping-details__buttons .button--epost + .my-account-popup .c-form__wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0px;
}
/* line 707, ../sass/components/c-shopping-details.scss */
.c-shopping-details__buttons .button--epost + .my-account-popup .c-form__item {
  margin: 19px 0px 0px;
}
/* line 710, ../sass/components/c-shopping-details.scss */
.c-shopping-details__buttons .button--epost + .my-account-popup .c-form__item:first-child {
  margin-top: 8px !important;
}
/* line 714, ../sass/components/c-shopping-details.scss */
.c-shopping-details__buttons .button--epost + .my-account-popup .c-form__item .modal-input-error {
  display: none;
}
/* line 718, ../sass/components/c-shopping-details.scss */
.c-shopping-details__buttons .button--epost + .my-account-popup .c-form__item.input-validation-error {
  margin: 32px 0px 0px;
}
/* line 721, ../sass/components/c-shopping-details.scss */
.c-shopping-details__buttons .button--epost + .my-account-popup .c-form__item.input-validation-error .modal-input-error {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  gap: 5px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  left: 0px;
  bottom: calc(100% + 4px);
  margin-bottom: 2px;
}
/* line 730, ../sass/components/c-shopping-details.scss */
.c-shopping-details__buttons .button--epost + .my-account-popup .c-form__item.input-validation-error .modal-input-error svg {
  position: relative;
  right: inherit;
  top: inherit;
  -webkit-transform: inherit;
          transform: inherit;
}
/* line 736, ../sass/components/c-shopping-details.scss */
.c-shopping-details__buttons .button--epost + .my-account-popup .c-form__item.input-validation-error .modal-input-error svg path {
  fill: var(--notificationRed);
}
/* line 741, ../sass/components/c-shopping-details.scss */
.c-shopping-details__buttons .button--epost + .my-account-popup .c-form__item.input-validation-error .modal-input-error span {
  color: var(--notificationRed);
  font-family: var(--font-family-secondary);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
/* line 757, ../sass/components/c-shopping-details.scss */
.c-shopping-details__buttons .sorting-btn {
  border: 1px solid var(--darkBlue);
  background: var(--white);
  padding: 8px 11px;
  width: 38px;
  position: relative;
}
@media (min-width: 1024px) {
  /* line 757, ../sass/components/c-shopping-details.scss */
  .c-shopping-details__buttons .sorting-btn {
    display: none;
  }
}
/* line 770, ../sass/components/c-shopping-details.scss */
.c-shopping-details__last-changed {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  color: var(--gray);
  font-family: var(--font-family-secondary);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 23px;
  margin-top: 11px;
  margin-left: 5px;
}
@media (max-width: 1023px) {
  /* line 770, ../sass/components/c-shopping-details.scss */
  .c-shopping-details__last-changed {
    display: none;
  }
}
/* line 785, ../sass/components/c-shopping-details.scss */
.c-shopping-details__last-changed.align-right {
  text-align: right;
}
/* line 792, ../sass/components/c-shopping-details.scss */
.c-shopping-details__table--heading {
  display: table-header-group;
  background: var(--lightSkyBlue);
  border: 1px solid var(--lightBorder);
}
@media (max-width: 1023px) {
  /* line 792, ../sass/components/c-shopping-details.scss */
  .c-shopping-details__table--heading {
    display: none;
  }
}
/* line 802, ../sass/components/c-shopping-details.scss */
.c-shopping-details__table--head {
  color: var(--black);
  font-family: var(--font-family-primary);
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  display: table-cell;
  padding: 23px 15px 17px;
  border-right: 1px solid #EAECF0;
}
/* line 813, ../sass/components/c-shopping-details.scss */
.c-shopping-details__table--head span {
  margin-right: 10px;
  cursor: pointer;
  position: relative;
}
/* line 822, ../sass/components/c-shopping-details.scss */
.c-shopping-details__table--head .checkbox__wrapper .custom-checkbox-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 100%;
  cursor: pointer;
}
/* line 829, ../sass/components/c-shopping-details.scss */
.c-shopping-details__table--head .checkbox__wrapper .custom-checkbox {
  display: none;
}
/* line 833, ../sass/components/c-shopping-details.scss */
.c-shopping-details__table--head .checkbox__wrapper .custom-checkbox-checkmark {
  display: inline-block;
  width: 18px;
  height: 18px;
  min-width: 18px;
  min-height: 18px;
  border: 1px solid var(--mediumBorder);
  background-color: var(--white);
  position: relative;
  border-radius: 8.2%;
}
@media (max-width: 1023px) {
  /* line 833, ../sass/components/c-shopping-details.scss */
  .c-shopping-details__table--head .checkbox__wrapper .custom-checkbox-checkmark {
    background: var(--white);
  }
}
/* line 848, ../sass/components/c-shopping-details.scss */
.c-shopping-details__table--head .checkbox__wrapper .custom-checkbox-checkmark::after {
  content: '';
}
/* line 853, ../sass/components/c-shopping-details.scss */
.c-shopping-details__table--head .checkbox__wrapper .custom-checkbox:checked + .custom-checkbox-checkmark::after {
  content: '';
  background: var(--darkGray);
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: calc(100% - 4px);
  height: calc(100% - 4px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 11.94%;
}
/* line 872, ../sass/components/c-shopping-details.scss */
.c-shopping-details__table--body {
  display: table-row-group;
}
/* line 875, ../sass/components/c-shopping-details.scss */
.c-shopping-details__table--body .c-shopping-details__table--row {
  background: var(--white);
}
@media (max-width: 1023px) {
  /* line 872, ../sass/components/c-shopping-details.scss */
  .c-shopping-details__table--body {
    display: block;
  }
}
/* line 884, ../sass/components/c-shopping-details.scss */
.c-shopping-details__table--row {
  display: table-row;
}
@media (max-width: 1023px) {
  /* line 884, ../sass/components/c-shopping-details.scss */
  .c-shopping-details__table--row {
    border-left: 1px solid var(--lightBorder);
    border-right: 1px solid var(--lightBorder);
    border-bottom: 1px solid var(--lightBorder);
    display: grid;
    grid-template-areas: "item1 item1 item3" "item5 item4 item2";
    padding: 9px 17px 15px;
  }
}
/* line 897, ../sass/components/c-shopping-details.scss */
.c-shopping-details__table--row .item1 {
  grid-area: item1;
}
/* line 901, ../sass/components/c-shopping-details.scss */
.c-shopping-details__table--row .item2 {
  grid-area: item2;
}
@media (max-width: 1023px) {
  /* line 901, ../sass/components/c-shopping-details.scss */
  .c-shopping-details__table--row .item2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
/* line 911, ../sass/components/c-shopping-details.scss */
.c-shopping-details__table--row .item3 {
  grid-area: item3;
}
/* line 915, ../sass/components/c-shopping-details.scss */
.c-shopping-details__table--row .item4 {
  grid-area: item4;
}
/* line 919, ../sass/components/c-shopping-details.scss */
.c-shopping-details__table--row .item5 {
  grid-area: item5;
}
@media (max-width: 1023px) {
  /* line 919, ../sass/components/c-shopping-details.scss */
  .c-shopping-details__table--row .item5 {
    text-align: left;
  }
}
/* line 928, ../sass/components/c-shopping-details.scss */
.c-shopping-details__table--cell {
  display: table-cell;
  padding: 10px 15px;
  border-right: 1px solid var(--lightBorder);
  border-bottom: 1px solid var(--lightBorder);
  text-align: center;
  vertical-align: middle;
}
@media (max-width: 1023px) {
  /* line 928, ../sass/components/c-shopping-details.scss */
  .c-shopping-details__table--cell {
    border: none;
    padding: 0;
  }
}
/* line 941, ../sass/components/c-shopping-details.scss */
.c-shopping-details__table--cell:first-child {
  border-left: 1px solid var(--lightBorder);
}
@media (max-width: 1023px) {
  /* line 941, ../sass/components/c-shopping-details.scss */
  .c-shopping-details__table--cell:first-child {
    border: none;
  }
}
/* line 949, ../sass/components/c-shopping-details.scss */
.c-shopping-details__table--cell.width-100 {
  width: 100%;
}
@media (max-width: 1023px) {
  /* line 953, ../sass/components/c-shopping-details.scss */
  .c-shopping-details__table--cell .checkbox__wrapper {
    display: none;
  }
}
/* line 959, ../sass/components/c-shopping-details.scss */
.c-shopping-details__table--cell .checkbox__wrapper .custom-checkbox-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 100%;
  cursor: pointer;
}
/* line 966, ../sass/components/c-shopping-details.scss */
.c-shopping-details__table--cell .checkbox__wrapper .custom-checkbox {
  display: none;
}
/* line 970, ../sass/components/c-shopping-details.scss */
.c-shopping-details__table--cell .checkbox__wrapper .custom-checkbox-checkmark {
  display: inline-block;
  width: 18px;
  height: 18px;
  min-width: 18px;
  min-height: 18px;
  border: 1px solid var(--mediumBorder);
  background-color: var(--white);
  position: relative;
  border-radius: 8.2%;
}
@media (max-width: 1023px) {
  /* line 970, ../sass/components/c-shopping-details.scss */
  .c-shopping-details__table--cell .checkbox__wrapper .custom-checkbox-checkmark {
    background: var(--white);
  }
}
/* line 985, ../sass/components/c-shopping-details.scss */
.c-shopping-details__table--cell .checkbox__wrapper .custom-checkbox-checkmark::after {
  content: '';
}
/* line 990, ../sass/components/c-shopping-details.scss */
.c-shopping-details__table--cell .checkbox__wrapper .custom-checkbox:checked + .custom-checkbox-checkmark::after {
  content: '';
  background: var(--darkGray);
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: calc(100% - 4px);
  height: calc(100% - 4px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 11.94%;
}
/* line 1008, ../sass/components/c-shopping-details.scss */
.c-shopping-details__table--cell .image-container {
  border-radius: 2px;
  border: 1px solid var(--lightBorder);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 64px;
  height: 64px;
  min-width: 64px;
  padding: 2px;
}
@media (max-width: 1023px) {
  /* line 1008, ../sass/components/c-shopping-details.scss */
  .c-shopping-details__table--cell .image-container {
    display: none;
  }
}
/* line 1023, ../sass/components/c-shopping-details.scss */
.c-shopping-details__table--cell .image-container img {
  max-height: 100%;
  max-width: 100%;
}
/* line 1029, ../sass/components/c-shopping-details.scss */
.c-shopping-details__table--cell .info-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0px;
  padding: 0px 10px;
}
@media (max-width: 1023px) {
  /* line 1029, ../sass/components/c-shopping-details.scss */
  .c-shopping-details__table--cell .info-label {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: end;
    padding: 0;
  }
}
/* line 1039, ../sass/components/c-shopping-details.scss */
.c-shopping-details__table--cell .info-label--image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 3px;
  background-color: var(--brightGreen);
  width: 27.8px;
  height: 27.8px;
}
/* line 1048, ../sass/components/c-shopping-details.scss */
.c-shopping-details__table--cell .info-label--image img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
}
/* line 1057, ../sass/components/c-shopping-details.scss */
.c-shopping-details__table--cell .info-label--text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 2px;
  background-color: var(--lightGreen);
  width: 27.8px;
  height: 27.8px;
  color: var(--darkGreen);
  font-family: var(--font-family-secondary);
  font-size: 9.277px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -0.186px;
}
/* line 1075, ../sass/components/c-shopping-details.scss */
.c-shopping-details__table--cell .counter-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0px;
}
@media (max-width: 1023px) {
  /* line 1075, ../sass/components/c-shopping-details.scss */
  .c-shopping-details__table--cell .counter-wrapper {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: end;
    padding: 10px 12px 0px;
  }
}
/* line 1085, ../sass/components/c-shopping-details.scss */
.c-shopping-details__table--cell .counter-wrapper .counter-value {
  width: 32px;
  height: 28px;
  color: var(--black);
  font-size: 11.157px;
  font-weight: 500;
  font-family: var(--font-family-secondary);
  font-style: normal;
  line-height: normal;
  border: none;
  outline: none;
  border-top: 0.81px solid var(--lightBorder);
  border-bottom: 0.81px solid var(--lightBorder);
  background: var(--white);
  -ms-flex-line-pack: center;
      align-content: center;
  text-align: center;
}
@media (min-width: 1024px) {
  /* line 1085, ../sass/components/c-shopping-details.scss */
  .c-shopping-details__table--cell .counter-wrapper .counter-value {
    font-size: 14px;
    font-weight: 400;
    width: 37px;
    height: 35px;
  }
}
/* line 1109, ../sass/components/c-shopping-details.scss */
.c-shopping-details__table--cell .counter-wrapper .counter-value::-webkit-outer-spin-button, .c-shopping-details__table--cell .counter-wrapper .counter-value::-webkit-inner-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
}
/* line 1117, ../sass/components/c-shopping-details.scss */
.c-shopping-details__table--cell .counter-wrapper .counter-value[type=number] {
  -moz-appearance: textfield;
}
/* line 1122, ../sass/components/c-shopping-details.scss */
.c-shopping-details__table--cell .counter-wrapper button {
  border: none;
  width: 28px;
  height: 28px;
  color: var(--black);
  font-family: var(--font-family-secondary);
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  cursor: pointer;
  background-size: 11px 11px;
  border: 1px solid var(--lightBorder);
  background-color: var(--lightPinkishGray);
  border-radius: 1.075px;
  background-repeat: no-repeat;
  background-position: center center;
  font-family: none;
  -webkit-transition: background-color 0.5s ease;
  transition: background-color 0.5s ease;
}
@media (min-width: 1024px) {
  /* line 1122, ../sass/components/c-shopping-details.scss */
  .c-shopping-details__table--cell .counter-wrapper button {
    width: 31px;
    height: 35px;
  }
}
/* line 1147, ../sass/components/c-shopping-details.scss */
.c-shopping-details__table--cell .counter-wrapper button:hover {
  background-color: var(--lightBorder);
}
/* line 1153, ../sass/components/c-shopping-details.scss */
.c-shopping-details__table--cell .delete-icon {
  cursor: pointer;
  padding: 0px 10px;
}
@media (max-width: 1023px) {
  /* line 1153, ../sass/components/c-shopping-details.scss */
  .c-shopping-details__table--cell .delete-icon {
    padding: 16px 0px 0px;
  }
}
/* line 1162, ../sass/components/c-shopping-details.scss */
.c-shopping-details__table--cell .delete-icon svg path {
  -webkit-transition: fill 0.25s;
  transition: fill 0.25s;
}
/* line 1169, ../sass/components/c-shopping-details.scss */
.c-shopping-details__table--cell .delete-icon:hover svg path {
  fill: var(--notificationRed);
}
/* line 1176, ../sass/components/c-shopping-details.scss */
.c-shopping-details__table--cell .product-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: left;
  max-width: 310px;
}
@media (max-width: 1023px) {
  /* line 1176, ../sass/components/c-shopping-details.scss */
  .c-shopping-details__table--cell .product-text {
    max-width: inherit;
    padding-right: 30px;
  }
}
/* line 1188, ../sass/components/c-shopping-details.scss */
.c-shopping-details__table--cell .product-text .product-title {
  color: var(--black);
  font-family: var(--font-family-secondary);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 21.369px;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
@media (max-width: 1023px) {
  /* line 1188, ../sass/components/c-shopping-details.scss */
  .c-shopping-details__table--cell .product-text .product-title {
    font-size: 16px;
    font-weight: 600;
    line-height: 23px;
  }
}
/* line 1208, ../sass/components/c-shopping-details.scss */
.c-shopping-details__table--cell .product-text .product-number {
  color: var(--gray);
  font-family: var(--font-family-secondary);
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 21.369px;
}
/* line 1218, ../sass/components/c-shopping-details.scss */
.c-shopping-details__table--cell .price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: var(--gray);
  font-family: var(--font-family-secondary);
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 21.369px;
}
@media (max-width: 1023px) {
  /* line 1218, ../sass/components/c-shopping-details.scss */
  .c-shopping-details__table--cell .price {
    color: var(--black);
  }
}
/* line 1231, ../sass/components/c-shopping-details.scss */
.c-shopping-details__table--cell .price .decimal {
  position: relative;
  top: -2px;
  font-size: 10px;
}
/* line 1237, ../sass/components/c-shopping-details.scss */
.c-shopping-details__table--cell .price .currency {
  margin-left: 5px;
}
/* line 1244, ../sass/components/c-shopping-details.scss */
.c-shopping-details__climate-data {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  width: 100%;
  text-decoration: none;
  margin: 15px 0px;
}
@media (min-width: 1024px) {
  /* line 1244, ../sass/components/c-shopping-details.scss */
  .c-shopping-details__climate-data {
    display: none;
  }
}
/* line 1256, ../sass/components/c-shopping-details.scss */
.c-shopping-details__climate-data .climate-data__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background: #EAF6EA;
  border: 1px solid var(--lightBorder);
  border-left: none;
  padding: 10px 20px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  gap: 10px;
}
/* line 1268, ../sass/components/c-shopping-details.scss */
.c-shopping-details__climate-data .climate-data__img {
  background: var(--brightGreen);
  border: 1px solid var(--lightBorder);
  padding: 16.42px 20.21px 16.58px 23.79px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
/* line 1276, ../sass/components/c-shopping-details.scss */
.c-shopping-details__climate-data .climate-data__img img {
  height: 26px;
  width: 21px;
}
/* line 1282, ../sass/components/c-shopping-details.scss */
.c-shopping-details__climate-data .climate-data__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
/* line 1287, ../sass/components/c-shopping-details.scss */
.c-shopping-details__climate-data .climate-data__title {
  color: var(--black);
  font-family: var(--font-family-primary);
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-decoration: none;
}
/* line 1297, ../sass/components/c-shopping-details.scss */
.c-shopping-details__climate-data .climate-data__subtitle {
  color: var(--black);
  font-family: var(--font-family-primary);
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-decoration: none;
}
/* line 1309, ../sass/components/c-shopping-details.scss */
.c-shopping-details__cart {
  min-height: 177px;
  text-decoration: none;
}
@media (max-width: 1023px) {
  /* line 1309, ../sass/components/c-shopping-details.scss */
  .c-shopping-details__cart {
    min-height: 200px;
  }
}
/* line 1317, ../sass/components/c-shopping-details.scss */
.c-shopping-details__cart--wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  border: 1px solid var(--lightBorder);
  border-top: none;
}
@media (max-width: 1023px) {
  /* line 1317, ../sass/components/c-shopping-details.scss */
  .c-shopping-details__cart--wrapper {
    width: 100vw;
    margin-left: calc(-50vw + 50%);
  }
}
/* line 1328, ../sass/components/c-shopping-details.scss */
.c-shopping-details__cart--wrapper.fixed {
  position: fixed;
  bottom: 0;
  border-top: 1px solid var(--lightBorder);
}
/* line 1333, ../sass/components/c-shopping-details.scss */
.c-shopping-details__cart--wrapper.fixed::before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  height: 111px;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(45.5%, rgba(255, 253, 253, 0)), to(#FFF));
  background: linear-gradient(180deg, rgba(255, 253, 253, 0) 45.5%, #FFF 100%);
  pointer-events: none;
  bottom: calc(100% + 1px);
}
/* line 1347, ../sass/components/c-shopping-details.scss */
.c-shopping-details__cart--left {
  background: #EAF6EA;
  width: 40%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-right: 1px solid var(--lightBorder);
  padding: 32px;
  text-decoration: none;
}
@media (max-width: 1023px) {
  /* line 1347, ../sass/components/c-shopping-details.scss */
  .c-shopping-details__cart--left {
    display: none;
  }
}
/* line 1361, ../sass/components/c-shopping-details.scss */
.c-shopping-details__cart--left .climate-data {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 17px;
}
/* line 1366, ../sass/components/c-shopping-details.scss */
.c-shopping-details__cart--left .climate-data--wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  height: 45px;
  max-width: 165px;
}
/* line 1373, ../sass/components/c-shopping-details.scss */
.c-shopping-details__cart--left .climate-data--img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: var(--brightGreen);
  padding: 7px;
  min-width: 51px;
}
/* line 1381, ../sass/components/c-shopping-details.scss */
.c-shopping-details__cart--left .climate-data--img img {
  max-width: 100%;
  max-height: 100%;
  height: auto;
}
/* line 1388, ../sass/components/c-shopping-details.scss */
.c-shopping-details__cart--left .climate-data--text {
  background: var(--lightGreen);
  color: var(--darkGreen);
  font-family: var(--font-family-secondary);
  font-size: 12.06px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -0.121px;
  padding: 6px 10px 9px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
/* line 1403, ../sass/components/c-shopping-details.scss */
.c-shopping-details__cart--left .climate-data--download-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 7px;
}
/* line 1408, ../sass/components/c-shopping-details.scss */
.c-shopping-details__cart--left .climate-data--download-text span {
  display: block;
  color: var(--darkBlue);
  font-family: var(--font-family-primary);
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.14px;
}
/* line 1422, ../sass/components/c-shopping-details.scss */
.c-shopping-details__cart--right {
  padding: 35px 35px 20px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  background: var(--bgGrayWhite);
}
@media (max-width: 1023px) {
  /* line 1422, ../sass/components/c-shopping-details.scss */
  .c-shopping-details__cart--right {
    padding: 18px 20px;
  }
}
/* line 1431, ../sass/components/c-shopping-details.scss */
.c-shopping-details__cart--right .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
/* line 1437, ../sass/components/c-shopping-details.scss */
.c-shopping-details__cart--right .title {
  color: var(--darkGray);
  font-family: var(--font-family-primary);
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 23px;
}
@media (max-width: 1023px) {
  /* line 1437, ../sass/components/c-shopping-details.scss */
  .c-shopping-details__cart--right .title {
    font-size: 17px;
    line-height: 15px;
    margin-bottom: 5px;
  }
}
/* line 1453, ../sass/components/c-shopping-details.scss */
.c-shopping-details__cart--right .main-price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
/* line 1456, ../sass/components/c-shopping-details.scss */
.c-shopping-details__cart--right .main-price .integer {
  color: var(--darkGray);
  font-family: var(--font-family-primary);
  font-size: 26px;
  font-style: normal;
  font-weight: 700;
  line-height: 39.468px;
}
@media (max-width: 1023px) {
  /* line 1456, ../sass/components/c-shopping-details.scss */
  .c-shopping-details__cart--right .main-price .integer {
    font-size: 17px;
    line-height: 25.823px;
  }
}
/* line 1470, ../sass/components/c-shopping-details.scss */
.c-shopping-details__cart--right .main-price .decimal {
  color: var(--darkGray);
  font-family: var(--font-family-primary);
  font-size: 17px;
  font-style: normal;
  font-weight: 700;
  line-height: 39.468px;
  margin-top: -5px;
  margin-left: 3px;
}
@media (max-width: 1023px) {
  /* line 1470, ../sass/components/c-shopping-details.scss */
  .c-shopping-details__cart--right .main-price .decimal {
    font-size: 11px;
    line-height: 25.823px;
    margin-top: -2px;
    margin-left: 1px;
  }
}
/* line 1488, ../sass/components/c-shopping-details.scss */
.c-shopping-details__cart--right .main-price .currency {
  color: var(--darkGray);
  font-family: var(--font-family-primary);
  font-size: 26px;
  font-style: normal;
  font-weight: 700;
  line-height: 39.468px;
  margin-left: 10px;
}
@media (max-width: 1023px) {
  /* line 1488, ../sass/components/c-shopping-details.scss */
  .c-shopping-details__cart--right .main-price .currency {
    font-size: 15px;
    line-height: 25.823px;
    margin-left: 5px;
  }
}
/* line 1505, ../sass/components/c-shopping-details.scss */
.c-shopping-details__cart--right .text {
  color: var(--darkGray);
  font-family: var(--font-family-primary);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 23px;
}
@media (max-width: 1023px) {
  /* line 1505, ../sass/components/c-shopping-details.scss */
  .c-shopping-details__cart--right .text {
    font-size: 14px;
    line-height: 15.048px;
    margin-top: 5px;
  }
}
/* line 1520, ../sass/components/c-shopping-details.scss */
.c-shopping-details__cart--right .price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
/* line 1523, ../sass/components/c-shopping-details.scss */
.c-shopping-details__cart--right .price .integer {
  color: var(--darkGray);
  font-family: var(--font-family-primary);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 23px;
}
@media (max-width: 1023px) {
  /* line 1523, ../sass/components/c-shopping-details.scss */
  .c-shopping-details__cart--right .price .integer {
    font-size: 14px;
    line-height: 15.048px;
  }
}
/* line 1537, ../sass/components/c-shopping-details.scss */
.c-shopping-details__cart--right .price .decimal {
  color: var(--darkGray);
  font-family: var(--font-family-primary);
  font-size: 11px;
  font-style: normal;
  font-weight: 400;
  line-height: 21.5px;
  margin-left: 2px;
  margin-top: -1px;
}
@media (max-width: 1023px) {
  /* line 1537, ../sass/components/c-shopping-details.scss */
  .c-shopping-details__cart--right .price .decimal {
    font-size: 8px;
    line-height: 15.048px;
    margin-left: 1px;
    margin-top: -2px;
  }
}
/* line 1555, ../sass/components/c-shopping-details.scss */
.c-shopping-details__cart--right .price .currency {
  color: var(--darkGray);
  font-family: var(--font-family-primary);
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 23px;
  margin-left: 10px;
}
@media (max-width: 1023px) {
  /* line 1555, ../sass/components/c-shopping-details.scss */
  .c-shopping-details__cart--right .price .currency {
    font-size: 14px;
    line-height: 15.048px;
    margin-left: 4px;
  }
}
/* line 1572, ../sass/components/c-shopping-details.scss */
.c-shopping-details__cart--right .buttons-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 50px;
  margin-top: 15px;
}
@media (max-width: 1023px) {
  /* line 1572, ../sass/components/c-shopping-details.scss */
  .c-shopping-details__cart--right .buttons-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 12px;
    margin-top: 22px;
  }
}
/* line 1584, ../sass/components/c-shopping-details.scss */
.c-shopping-details__cart--right .buttons-wrapper .secondary-button {
  color: var(--darkBlue);
  background: var(--white);
  border: 1px solid var(--darkBlue);
  text-align: center;
  font-family: var(--font-family-secondary);
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding: 12px;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
  cursor: pointer;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 1023px) {
  /* line 1584, ../sass/components/c-shopping-details.scss */
  .c-shopping-details__cart--right .buttons-wrapper .secondary-button {
    font-size: 14px;
    font-weight: 500;
    padding: 14px;
  }
}
/* line 1606, ../sass/components/c-shopping-details.scss */
.c-shopping-details__cart--right .buttons-wrapper .secondary-button:hover {
  color: var(--white);
  background: var(--orange);
  border: 1px solid var(--orange);
}
/* line 1613, ../sass/components/c-shopping-details.scss */
.c-shopping-details__cart--right .buttons-wrapper .primary-button {
  color: var(--white);
  background: var(--darkBlue);
  border: 1px solid var(--darkBlue);
  font-family: var(--font-family-secondary);
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  padding: 12px;
  cursor: pointer;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 1023px) {
  /* line 1613, ../sass/components/c-shopping-details.scss */
  .c-shopping-details__cart--right .buttons-wrapper .primary-button {
    font-weight: 500;
    padding: 16px;
  }
}
/* line 1636, ../sass/components/c-shopping-details.scss */
.c-shopping-details__cart--right .buttons-wrapper .primary-button:hover {
  color: var(--white);
  background: var(--orange);
  border: 1px solid var(--orange);
}
/* line 1646, ../sass/components/c-shopping-details.scss */
.c-shopping-details .my-account-popup {
  position: fixed;
  inset: 0;
  z-index: 10000;
  overflow: auto;
  background-color: rgba(22, 22, 22, 0.3);
  visibility: hidden;
  -webkit-transition: opacity 0.5s, visibility 0.5s;
  transition: opacity 0.5s, visibility 0.5s;
  opacity: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: default;
}
/* line 1660, ../sass/components/c-shopping-details.scss */
.c-shopping-details .my-account-popup.open {
  opacity: 1;
  visibility: visible;
}
/* line 1665, ../sass/components/c-shopping-details.scss */
.c-shopping-details .my-account-popup .modal {
  background: var(--white);
  border: 1px solid var(--lightBorder);
  max-width: 600px;
  margin: 20px;
  width: 100%;
  -webkit-box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
          box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  position: relative;
}
/* line 1674, ../sass/components/c-shopping-details.scss */
.c-shopping-details .my-account-popup .modal__close-btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  position: absolute;
  top: 23px;
  right: 23px;
  cursor: pointer;
}
/* line 1684, ../sass/components/c-shopping-details.scss */
.c-shopping-details .my-account-popup .modal__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 14px;
  border-bottom: 1px solid var(--lightBorder);
  padding: 24px 35px 13px;
}
/* line 1691, ../sass/components/c-shopping-details.scss */
.c-shopping-details .my-account-popup .modal__header--img {
  width: 27px;
  height: 27px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}
/* line 1701, ../sass/components/c-shopping-details.scss */
.c-shopping-details .my-account-popup .modal__header--text {
  color: var(--black);
  font-family: var(--font-family-primary);
  font-size: 25px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  padding-right: 40px;
}
@media (max-width: 1023px) {
  /* line 1710, ../sass/components/c-shopping-details.scss */
  .c-shopping-details .my-account-popup .modal__header--text span {
    display: none;
  }
}
/* line 1718, ../sass/components/c-shopping-details.scss */
.c-shopping-details .my-account-popup .modal__content {
  padding: 25px 32px 31px;
}
/* line 1721, ../sass/components/c-shopping-details.scss */
.c-shopping-details .my-account-popup .modal__content .input-edit-list {
  border: 1px solid var(--lightBorder);
  background: var(--white);
  color: var(--black);
  font-family: var(--font-family-secondary);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  height: 43px;
  width: 100%;
  border-radius: 1px;
  padding: 0px 21px;
  cursor: pointer;
  margin: 14px 0px 40px;
}
/* line 1737, ../sass/components/c-shopping-details.scss */
.c-shopping-details .my-account-popup .modal__content .input-edit-list::-webkit-input-placeholder {
  color: var(--black);
  font-family: var(--font-family-secondary);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.c-shopping-details .my-account-popup .modal__content .input-edit-list:-ms-input-placeholder {
  color: var(--black);
  font-family: var(--font-family-secondary);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.c-shopping-details .my-account-popup .modal__content .input-edit-list::-ms-input-placeholder {
  color: var(--black);
  font-family: var(--font-family-secondary);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.c-shopping-details .my-account-popup .modal__content .input-edit-list::placeholder {
  color: var(--black);
  font-family: var(--font-family-secondary);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
/* line 1746, ../sass/components/c-shopping-details.scss */
.c-shopping-details .my-account-popup .modal__content .input-edit-list:focus-visible {
  outline: none;
}
/* line 1749, ../sass/components/c-shopping-details.scss */
.c-shopping-details .my-account-popup .modal__content .input-edit-list:focus-visible::-webkit-input-placeholder {
  color: transparent;
}
.c-shopping-details .my-account-popup .modal__content .input-edit-list:focus-visible:-ms-input-placeholder {
  color: transparent;
}
.c-shopping-details .my-account-popup .modal__content .input-edit-list:focus-visible::-ms-input-placeholder {
  color: transparent;
}
.c-shopping-details .my-account-popup .modal__content .input-edit-list:focus-visible::placeholder {
  color: transparent;
}
/* line 1755, ../sass/components/c-shopping-details.scss */
.c-shopping-details .my-account-popup .modal__content--text {
  color: var(--black);
  font-family: var(--font-family-secondary);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 21px;
  margin-bottom: 40px;
}
/* line 1766, ../sass/components/c-shopping-details.scss */
.c-shopping-details .my-account-popup .modal__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 1023px) {
  /* line 1766, ../sass/components/c-shopping-details.scss */
  .c-shopping-details .my-account-popup .modal__buttons {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 20px;
  }
}
/* line 1778, ../sass/components/c-shopping-details.scss */
.c-shopping-details .my-account-popup .modal__button--secondary-one {
  color: var(--notificationRed);
  text-align: center;
  font-family: var(--font-family-secondary);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  background: var(--white);
  border: 1px solid var(--notificationRed);
  padding: 14px;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
  width: 100%;
  max-width: 220px;
  cursor: pointer;
}
@media (max-width: 1023px) {
  /* line 1778, ../sass/components/c-shopping-details.scss */
  .c-shopping-details .my-account-popup .modal__button--secondary-one {
    max-width: 100%;
  }
}
/* line 1799, ../sass/components/c-shopping-details.scss */
.c-shopping-details .my-account-popup .modal__button--primary-one {
  color: var(--white);
  text-align: center;
  font-family: var(--font-family-secondary);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  background: var(--darkBlue);
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
  padding: 14px;
  border: 1px solid var(--darkBlue);
  width: 100%;
  max-width: 220px;
  cursor: pointer;
}
@media (max-width: 1023px) {
  /* line 1799, ../sass/components/c-shopping-details.scss */
  .c-shopping-details .my-account-popup .modal__button--primary-one {
    max-width: 100%;
  }
}
/* line 1819, ../sass/components/c-shopping-details.scss */
.c-shopping-details .my-account-popup .modal__button--primary-one:hover {
  background: var(--orange);
  border: 1px solid var(--orange);
}
/* line 1825, ../sass/components/c-shopping-details.scss */
.c-shopping-details .my-account-popup .modal__button--secondary-two {
  color: var(--white);
  text-align: center;
  font-family: var(--font-family-secondary);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  background: var(--notificationRed);
  border: 1px solid var(--notificationRed);
  padding: 14px;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
  width: 100%;
  max-width: 220px;
  cursor: pointer;
}
@media (max-width: 1023px) {
  /* line 1825, ../sass/components/c-shopping-details.scss */
  .c-shopping-details .my-account-popup .modal__button--secondary-two {
    max-width: 100%;
  }
}
/* line 1846, ../sass/components/c-shopping-details.scss */
.c-shopping-details .my-account-popup .modal__button--primary-two {
  color: var(--darkBlue);
  text-align: center;
  font-family: var(--font-family-secondary);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  background: var(--white);
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
  padding: 14px;
  border: 1px solid var(--darkBlue);
  width: 100%;
  max-width: 220px;
  cursor: pointer;
}
@media (max-width: 1023px) {
  /* line 1846, ../sass/components/c-shopping-details.scss */
  .c-shopping-details .my-account-popup .modal__button--primary-two {
    max-width: 100%;
  }
}
/* line 1866, ../sass/components/c-shopping-details.scss */
.c-shopping-details .my-account-popup .modal__button--primary-two:hover {
  background: var(--orange);
  border: 1px solid var(--orange);
  color: var(--white);
}
/* line 1874, ../sass/components/c-shopping-details.scss */
.c-shopping-details .my-account-popup .modal .add-extra-input-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 14px 0px 26px;
  cursor: pointer;
}
/* line 1882, ../sass/components/c-shopping-details.scss */
.c-shopping-details .my-account-popup .modal .add-extra-input-btn svg path {
  fill: var(--darkBlue);
}
/* line 1887, ../sass/components/c-shopping-details.scss */
.c-shopping-details .my-account-popup .modal .add-extra-input-btn span {
  color: var(--darkBlue);
  font-family: var(--font-family-secondary);
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
/* line 1899, ../sass/components/c-shopping-details.scss */
.c-shopping-details .my-account-popup.send-email-popup form {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
/* line 1906, ../sass/components/c-shopping-details.scss */
.c-shopping-details .my-account-popup.send-email-popup form input:focus {
  outline: none;
}
/* line 1909, ../sass/components/c-shopping-details.scss */
.c-shopping-details .my-account-popup.send-email-popup form input:focus::-webkit-input-placeholder {
  color: transparent;
}
.c-shopping-details .my-account-popup.send-email-popup form input:focus:-ms-input-placeholder {
  color: transparent;
}
.c-shopping-details .my-account-popup.send-email-popup form input:focus::-ms-input-placeholder {
  color: transparent;
}
.c-shopping-details .my-account-popup.send-email-popup form input:focus::placeholder {
  color: transparent;
}
/* line 1914, ../sass/components/c-shopping-details.scss */
.c-shopping-details .my-account-popup.send-email-popup form input::-webkit-input-placeholder {
  color: var(--gray);
}
.c-shopping-details .my-account-popup.send-email-popup form input:-ms-input-placeholder {
  color: var(--gray);
}
.c-shopping-details .my-account-popup.send-email-popup form input::-ms-input-placeholder {
  color: var(--gray);
}
.c-shopping-details .my-account-popup.send-email-popup form input::placeholder {
  color: var(--gray);
}
/* line 1919, ../sass/components/c-shopping-details.scss */
.c-shopping-details .my-account-popup.send-email-popup form input:focus-within + label {
  opacity: 1;
  color: var(--darkBlue);
}
/* line 1926, ../sass/components/c-shopping-details.scss */
.c-shopping-details .my-account-popup.send-email-popup form input.has-value + label {
  opacity: 1;
  color: var(--black);
}
/* line 1932, ../sass/components/c-shopping-details.scss */
.c-shopping-details .my-account-popup.send-email-popup form input + label {
  color: var(--black);
  font-family: var(--font-family-secondary);
  font-size: 13px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  position: absolute;
  left: 18px;
  top: 0%;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
  cursor: pointer;
  background-color: var(--white);
  padding: 0px 3px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  opacity: 0;
}
/* line 1954, ../sass/components/c-shopping-details.scss */
.c-shopping-details .sort-popup {
  position: absolute;
  top: calc(100% + 12px);
  background: var(--white);
  border: 1px solid var(--mediumBorder);
  border-radius: 1px;
  min-width: 308px;
  z-index: 1;
  -webkit-transform: translateX(-50%) scale(0);
          transform: translateX(-50%) scale(0);
  -webkit-box-shadow: 0 6px 10px rgba(0, 0, 0, 0.12), 0 2px 4px rgba(0, 0, 0, 0.08);
          box-shadow: 0 6px 10px rgba(0, 0, 0, 0.12), 0 2px 4px rgba(0, 0, 0, 0.08);
  margin-left: 7px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.25s ease-out, visibility 0.25s, -webkit-transform 0.25s ease-out;
  transition: opacity 0.25s ease-out, visibility 0.25s, -webkit-transform 0.25s ease-out;
  transition: opacity 0.25s ease-out, visibility 0.25s, transform 0.25s ease-out;
  transition: opacity 0.25s ease-out, visibility 0.25s, transform 0.25s ease-out, -webkit-transform 0.25s ease-out;
  -webkit-transform-origin: top center;
          transform-origin: top center;
}
@media (max-width: 1023px) {
  /* line 1954, ../sass/components/c-shopping-details.scss */
  .c-shopping-details .sort-popup {
    top: calc(100% + 15px);
    width: calc(100vw - 80px);
    max-width: 308px;
    min-width: inherit;
    -webkit-transform: inherit;
            transform: inherit;
    margin-left: 0;
    right: -17px;
    -webkit-transform: translate(0) scale(0);
            transform: translate(0) scale(0);
    -webkit-transform-origin: top right;
            transform-origin: top right;
  }
}
/* line 1982, ../sass/components/c-shopping-details.scss */
.c-shopping-details .sort-popup.open {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateX(-50%) scale(1);
          transform: translateX(-50%) scale(1);
  -webkit-transition: opacity 0.25s ease-out, visibility 0.25s, -webkit-transform 0.25s ease-out;
  transition: opacity 0.25s ease-out, visibility 0.25s, -webkit-transform 0.25s ease-out;
  transition: opacity 0.25s ease-out, visibility 0.25s, transform 0.25s ease-out;
  transition: opacity 0.25s ease-out, visibility 0.25s, transform 0.25s ease-out, -webkit-transform 0.25s ease-out;
}
@media (max-width: 1023px) {
  /* line 1982, ../sass/components/c-shopping-details.scss */
  .c-shopping-details .sort-popup.open {
    -webkit-transform: translate(0) scale(1);
            transform: translate(0) scale(1);
  }
}
/* line 1993, ../sass/components/c-shopping-details.scss */
.c-shopping-details .sort-popup:before {
  content: "";
  width: 20px;
  height: 20px;
  -webkit-box-shadow: 0 1px 14px rgba(0, 0, 0, 0.2);
          box-shadow: 0 1px 14px rgba(0, 0, 0, 0.2);
  background: var(--white);
  position: absolute;
  z-index: -1;
  left: 50%;
  -webkit-transform: translateX(-50%) rotate(45deg);
          transform: translateX(-50%) rotate(45deg);
  top: -10px;
  border: 1px solid var(--mediumBorder);
}
@media (max-width: 1023px) {
  /* line 1993, ../sass/components/c-shopping-details.scss */
  .c-shopping-details .sort-popup:before {
    -webkit-transform: translateX(0) rotate(45deg);
            transform: translateX(0) rotate(45deg);
    left: inherit;
    right: 23px;
  }
}
/* line 2013, ../sass/components/c-shopping-details.scss */
.c-shopping-details .sort-popup__item {
  background: var(--white);
  border-top: 1px solid var(--mediumBorder);
  padding: 18px 20px 15px;
}
/* line 2018, ../sass/components/c-shopping-details.scss */
.c-shopping-details .sort-popup__item:first-child {
  border-top: none;
}
/* line 2022, ../sass/components/c-shopping-details.scss */
.c-shopping-details .sort-popup__item--text {
  color: var(--black);
  font-family: var(--font-family-secondary);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
/* line 2033, ../sass/components/c-shopping-details.scss */
.c-shopping-details .last-edit-mobile {
  color: var(--gray);
  font-family: var(--font-family-secondary);
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 23px;
  margin: 15px 0px 15px;
  display: block;
}
@media (min-width: 1024px) {
  /* line 2033, ../sass/components/c-shopping-details.scss */
  .c-shopping-details .last-edit-mobile {
    display: none;
  }
}

/* line 1, ../sass/components/c-filtering-mina-sidor.scss */
.input__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px;
  margin-bottom: 20px;
}
@media (min-width: 1024px) {
  /* line 1, ../sass/components/c-filtering-mina-sidor.scss */
  .input__container {
    gap: 30px;
  }
}
/* line 11, ../sass/components/c-filtering-mina-sidor.scss */
.input__container .input__item {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 100%;
          flex: 1 0 100%;
}
@media (min-width: 1024px) {
  /* line 15, ../sass/components/c-filtering-mina-sidor.scss */
  .input__container .input__item.half {
    max-width: 340px;
    -webkit-box-flex: 40%;
        -ms-flex: 40%;
            flex: 40%;
  }
}
/* line 22, ../sass/components/c-filtering-mina-sidor.scss */
.input__container .input__item .input-validation-error, .input__container .input__item.input-validation-error:hover, .input__container .input__item.input-validation-error.has-value {
  color: var(--notificationRed) !important;
  border: 1px solid var(--notificationRed) !important;
}
/* line 29, ../sass/components/c-filtering-mina-sidor.scss */
.input__container .input__item .input-validation-error + label, .input__container .input__item.input-validation-error:hover + label, .input__container .input__item.input-validation-error.has-value + label {
  color: var(--notificationRed) !important;
}
/* line 34, ../sass/components/c-filtering-mina-sidor.scss */
.input__container .input__item .input-validation-error ~ svg path, .input__container .input__item.input-validation-error:hover ~ svg path, .input__container .input__item.input-validation-error.has-value ~ svg path {
  opacity: 1 !important;
  fill: var(--notificationRed) !important;
}
/* line 42, ../sass/components/c-filtering-mina-sidor.scss */
.input__container .input__item:hover input {
  color: var(--darkBlue);
  border: 1px solid var(--darkBlue);
  cursor: pointer;
}
/* line 48, ../sass/components/c-filtering-mina-sidor.scss */
.input__container .input__item:hover label {
  color: var(--darkBlue);
}
/* line 53, ../sass/components/c-filtering-mina-sidor.scss */
.input__container .input__item:hover svg path {
  opacity: 1;
  fill: var(--darkBlue);
}
/* line 61, ../sass/components/c-filtering-mina-sidor.scss */
.input__container .input__item:focus-within input {
  color: var(--black);
  border: 1px solid var(--lightBorder);
  cursor: pointer;
}
/* line 67, ../sass/components/c-filtering-mina-sidor.scss */
.input__container .input__item:focus-within label {
  color: var(--darkBlue);
  top: 0%;
  font-size: 11px;
  background-color: white;
}
@media (max-width: 1023px) {
  /* line 67, ../sass/components/c-filtering-mina-sidor.scss */
  .input__container .input__item:focus-within label {
    display: none;
  }
}
/* line 79, ../sass/components/c-filtering-mina-sidor.scss */
.input__container .input__item:focus-within svg path {
  opacity: 0.3;
  fill: var(--black);
}
/* line 86, ../sass/components/c-filtering-mina-sidor.scss */
.input__container .input__item input,
.input__container .input__item textarea {
  border-radius: 1px;
  border: 1.692px solid var(--lightBorder);
  background: var(--white);
  width: 100%;
  height: 50px;
  color: var(--black);
  font-family: var(--font-family-secondary);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding-left: 10px;
  cursor: pointer;
  padding-right: 28px;
}
/* line 103, ../sass/components/c-filtering-mina-sidor.scss */
.input__container .input__item input::-webkit-outer-spin-button, .input__container .input__item input::-webkit-inner-spin-button,
.input__container .input__item textarea::-webkit-outer-spin-button,
.input__container .input__item textarea::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
/* line 109, ../sass/components/c-filtering-mina-sidor.scss */
.input__container .input__item input[type=number],
.input__container .input__item textarea[type=number] {
  -moz-appearance: textfield;
  -webkit-appearance: textfield;
          appearance: textfield;
}
/* line 114, ../sass/components/c-filtering-mina-sidor.scss */
.input__container .input__item input.has-value,
.input__container .input__item textarea.has-value {
  color: var(--black);
  border: 1.692px solid var(--lightBorder);
  cursor: pointer;
}
/* line 119, ../sass/components/c-filtering-mina-sidor.scss */
.input__container .input__item input.has-value + label,
.input__container .input__item textarea.has-value + label {
  color: var(--darkBlue);
  top: 0%;
  font-size: 11px;
  background-color: var(--white);
}
@media (max-width: 1023px) {
  /* line 119, ../sass/components/c-filtering-mina-sidor.scss */
  .input__container .input__item input.has-value + label,
  .input__container .input__item textarea.has-value + label {
    display: none;
  }
}
/* line 131, ../sass/components/c-filtering-mina-sidor.scss */
.input__container .input__item input.has-value ~ svg path,
.input__container .input__item textarea.has-value ~ svg path {
  opacity: 0.3;
  fill: var(--black);
}
/* line 138, ../sass/components/c-filtering-mina-sidor.scss */
.input__container .input__item input:focus-visible,
.input__container .input__item textarea:focus-visible {
  outline: none;
}
/* line 143, ../sass/components/c-filtering-mina-sidor.scss */
.input__container .input__item textarea {
  cursor: default;
  resize: none;
  padding: 14px 22px;
  height: 82px;
  color: var(--gray);
}
/* line 150, ../sass/components/c-filtering-mina-sidor.scss */
.input__container .input__item textarea::-webkit-input-placeholder {
  color: var(--gray);
}
.input__container .input__item textarea:-ms-input-placeholder {
  color: var(--gray);
}
.input__container .input__item textarea::-ms-input-placeholder {
  color: var(--gray);
}
.input__container .input__item textarea::placeholder {
  color: var(--gray);
}
/* line 155, ../sass/components/c-filtering-mina-sidor.scss */
.input__container .input__item label {
  color: var(--gray);
  font-family: var(--font-family-secondary);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  position: absolute;
  left: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
  cursor: pointer;
  padding: 0px 3px;
  margin-left: -3px;
  pointer-events: none;
}
@media (max-width: 340px) {
  /* line 155, ../sass/components/c-filtering-mina-sidor.scss */
  .input__container .input__item label {
    max-width: 250px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
  }
}
@media (min-width: 340px) and (max-width: 350px) {
  /* line 155, ../sass/components/c-filtering-mina-sidor.scss */
  .input__container .input__item label {
    max-width: 260px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
  }
}
@media (min-width: 1023px) and (max-width: 1250px) {
  /* line 155, ../sass/components/c-filtering-mina-sidor.scss */
  .input__container .input__item label {
    max-width: 180px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
  }
}
@media (min-width: 1250px) and (max-width: 1384px) {
  /* line 155, ../sass/components/c-filtering-mina-sidor.scss */
  .input__container .input__item label {
    max-width: 200px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
  }
}
@media (min-width: 1384px) and (max-width: 1410px) {
  /* line 155, ../sass/components/c-filtering-mina-sidor.scss */
  .input__container .input__item label {
    max-width: 265px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
  }
}
@media (min-width: 1410px) and (max-width: 1430px) {
  /* line 155, ../sass/components/c-filtering-mina-sidor.scss */
  .input__container .input__item label {
    max-width: 273px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
  }
}
@media (min-width: 1430px) and (max-width: 1450px) {
  /* line 155, ../sass/components/c-filtering-mina-sidor.scss */
  .input__container .input__item label {
    max-width: 283px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
  }
}
/* line 222, ../sass/components/c-filtering-mina-sidor.scss */
.input__container .input__item svg {
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
/* line 227, ../sass/components/c-filtering-mina-sidor.scss */
.input__container .input__item svg path {
  fill: var(--gray);
}
/* line 232, ../sass/components/c-filtering-mina-sidor.scss */
.input__container .input__item span.change-address-icon {
  position: absolute;
  right: 25px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  color: var(--darkBlue);
  font-family: var(--font-family-secondary);
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  cursor: pointer;
  padding-left: 20px;
}
/* line 246, ../sass/components/c-filtering-mina-sidor.scss */
.input__container .input__item span.change-address-icon svg {
  right: 45px;
}
/* line 252, ../sass/components/c-filtering-mina-sidor.scss */
.input__container .input__item span.change-address-icon:focus-within svg {
  fill: var(--darkBlue);
}
/* line 255, ../sass/components/c-filtering-mina-sidor.scss */
.input__container .input__item span.change-address-icon:focus-within svg path {
  opacity: 1;
  fill: var(--darkBlue);
}
/* line 264, ../sass/components/c-filtering-mina-sidor.scss */
.input__container .readonly {
  cursor: not-allowed !important;
  pointer-events: none;
}

/* line 270, ../sass/components/c-filtering-mina-sidor.scss */
.table-section {
  display: block;
  overflow-y: auto;
}
/* line 274, ../sass/components/c-filtering-mina-sidor.scss */
.table-section .table {
  width: 100%;
  display: table;
}
/* line 278, ../sass/components/c-filtering-mina-sidor.scss */
.table-section .table .table-header {
  display: table-header-group;
  background-color: var(--mediumGray);
}
/* line 282, ../sass/components/c-filtering-mina-sidor.scss */
.table-section .table .table-header .table-header-cell {
  display: table-cell;
  height: auto;
  -ms-flex-line-pack: center;
      align-content: center;
  padding: 15px 8px 14px 14px;
  color: var(--black);
  font-family: var(--font-family-primary);
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  line-height: 21px;
  white-space: nowrap;
  max-width: 140px;
  overflow: hidden;
  text-overflow: ellipsis;
}
/* line 298, ../sass/components/c-filtering-mina-sidor.scss */
.table-section .table .table-header .table-header-cell.checkbox {
  padding-left: 12px;
  padding-right: 0;
}
/* line 305, ../sass/components/c-filtering-mina-sidor.scss */
.table-section .table .table-body {
  display: table-row-group;
}
/* line 308, ../sass/components/c-filtering-mina-sidor.scss */
.table-section .table .table-body .table-body-row {
  display: table-row;
  background-color: var(--white);
  /* Cell background */
}
/* line 313, ../sass/components/c-filtering-mina-sidor.scss */
.table-section .table .table-body .table-body-row:nth-child(even) {
  background-color: var(--lightGray);
}
/* line 319, ../sass/components/c-filtering-mina-sidor.scss */
.table-section .table .table-body .table-body-row.table-body-cell:last-child {
  border-right: 1px solid var(--lightBorder);
}
/* line 323, ../sass/components/c-filtering-mina-sidor.scss */
.table-section .table .table-body .table-body-row:last-child {
  border-right: 1px solid var(--lightBorder);
}
/* line 327, ../sass/components/c-filtering-mina-sidor.scss */
.table-section .table .table-body .table-body-row .table-body-cell {
  display: table-cell;
  border: 1px solid var(--lightBorder);
  border-top: 0;
  border-right: 0;
  text-align: start;
  -ms-flex-line-pack: center;
      align-content: center;
  padding: 14px 14px 13px 14px;
  height: auto;
  vertical-align: middle;
  color: var(--black);
  font-family: var(--font-family-secondary);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 21px;
  cursor: default;
}
/* line 345, ../sass/components/c-filtering-mina-sidor.scss */
.table-section .table .table-body .table-body-row .table-body-cell:last-child {
  border-right: 1px solid var(--lightBorder);
}
/* line 349, ../sass/components/c-filtering-mina-sidor.scss */
.table-section .table .table-body .table-body-row .table-body-cell.no-padding {
  padding: 0;
}
/* line 352, ../sass/components/c-filtering-mina-sidor.scss */
.table-section .table .table-body .table-body-row .table-body-cell.controls-wrapper {
  width: 141px;
}
/* line 355, ../sass/components/c-filtering-mina-sidor.scss */
.table-section .table .table-body .table-body-row .table-body-cell.checkbox {
  border-right: none;
  width: 34px;
  padding-left: 12px;
  padding-right: 0;
}
/* line 362, ../sass/components/c-filtering-mina-sidor.scss */
.table-section .table .table-body .table-body-row .table-body-cell.no-border {
  border-left: none;
}
/* line 366, ../sass/components/c-filtering-mina-sidor.scss */
.table-section .table .table-body .table-body-row .table-body-cell a {
  color: var(--black);
  text-decoration: underline;
}
/* line 370, ../sass/components/c-filtering-mina-sidor.scss */
.table-section .table .table-body .table-body-row .table-body-cell a:visited, .table-section .table .table-body .table-body-row .table-body-cell a:active {
  color: var(--black);
  text-decoration: none;
}
/* line 377, ../sass/components/c-filtering-mina-sidor.scss */
.table-section .table .table-body .table-body-row .table-body-cell span {
  display: block;
}
/* line 380, ../sass/components/c-filtering-mina-sidor.scss */
.table-section .table .table-body .table-body-row .table-body-cell span.opacity {
  opacity: 0.6;
}
/* line 384, ../sass/components/c-filtering-mina-sidor.scss */
.table-section .table .table-body .table-body-row .table-body-cell span.status {
  display: inline;
  border-radius: 2px;
  padding: 2px 6px;
  color: var(--black);
  font-family: var(--font-family-secondary);
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 21.369px;
}
/* line 395, ../sass/components/c-filtering-mina-sidor.scss */
.table-section .table .table-body .table-body-row .table-body-cell span.status.placed {
  background: var(--mediumGray);
}
/* line 399, ../sass/components/c-filtering-mina-sidor.scss */
.table-section .table .table-body .table-body-row .table-body-cell span.status.delivered {
  background: var(--softGreen);
}
/* line 403, ../sass/components/c-filtering-mina-sidor.scss */
.table-section .table .table-body .table-body-row .table-body-cell span.status.overdue {
  background: var(--notificationRed);
  color: var(--white);
}
/* line 408, ../sass/components/c-filtering-mina-sidor.scss */
.table-section .table .table-body .table-body-row .table-body-cell span.status.invoiced {
  background: var(--mediumGray);
}
/* line 413, ../sass/components/c-filtering-mina-sidor.scss */
.table-section .table .table-body .table-body-row .table-body-cell span.price {
  color: var(--black);
  font-family: var(--font-family-secondary);
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 21.369px;
  opacity: 0.7;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
/* line 423, ../sass/components/c-filtering-mina-sidor.scss */
.table-section .table .table-body .table-body-row .table-body-cell span.price .integer {
  position: relative;
}
/* line 427, ../sass/components/c-filtering-mina-sidor.scss */
.table-section .table .table-body .table-body-row .table-body-cell span.price .decimal {
  font-size: 6.96px;
  font-weight: 700;
  position: relative;
  top: -2px;
  margin-left: 0px;
  margin-right: 3px;
}
/* line 438, ../sass/components/c-filtering-mina-sidor.scss */
.table-section .table .table-body .table-body-row .table-body-cell .controls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  height: 100%;
}
/* line 443, ../sass/components/c-filtering-mina-sidor.scss */
.table-section .table .table-body .table-body-row .table-body-cell .controls .edit,
.table-section .table .table-body .table-body-row .table-body-cell .controls .delete {
  cursor: pointer;
  border: none;
  background: none;
  padding: 0;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0px;
  max-width: 47px;
}
/* line 453, ../sass/components/c-filtering-mina-sidor.scss */
.table-section .table .table-body .table-body-row .table-body-cell .controls .edit:focus-visible,
.table-section .table .table-body .table-body-row .table-body-cell .controls .delete:focus-visible {
  outline: none;
}
/* line 459, ../sass/components/c-filtering-mina-sidor.scss */
.table-section .table .table-body .table-body-row .table-body-cell .controls .edit:hover svg path,
.table-section .table .table-body .table-body-row .table-body-cell .controls .delete:hover svg path {
  fill: var(--notificationRed);
}
/* line 466, ../sass/components/c-filtering-mina-sidor.scss */
.table-section .table .table-body .table-body-row .table-body-cell .controls .arrow-right {
  cursor: pointer;
  border: none;
  background: none;
  padding: 0;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0px;
  max-width: 47px;
}
/* line 473, ../sass/components/c-filtering-mina-sidor.scss */
.table-section .table .table-body .table-body-row .table-body-cell .controls .arrow-right svg {
  width: 44px;
}
/* line 476, ../sass/components/c-filtering-mina-sidor.scss */
.table-section .table .table-body .table-body-row .table-body-cell .controls .arrow-right:focus-visible {
  outline: none;
}
/* line 480, ../sass/components/c-filtering-mina-sidor.scss */
.table-section .table .table-body .table-body-row .table-body-cell .controls .arrow-right:hover {
  background-color: var(--lightBlueHeader);
}
/* line 487, ../sass/components/c-filtering-mina-sidor.scss */
.table-section .table .table-body .table-body-row .table-body-cell .profile-controls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  height: 100%;
}
/* line 492, ../sass/components/c-filtering-mina-sidor.scss */
.table-section .table .table-body .table-body-row .table-body-cell .profile-controls .edit,
.table-section .table .table-body .table-body-row .table-body-cell .profile-controls .delete {
  cursor: pointer;
  border: none;
  background: none;
  padding: 0;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0px;
  max-width: 47px;
}
/* line 502, ../sass/components/c-filtering-mina-sidor.scss */
.table-section .table .table-body .table-body-row .table-body-cell .profile-controls .edit:focus-visible,
.table-section .table .table-body .table-body-row .table-body-cell .profile-controls .delete:focus-visible {
  outline: none;
}
/* line 507, ../sass/components/c-filtering-mina-sidor.scss */
.table-section .table .table-body .table-body-row .table-body-cell .profile-controls .edit:hover img,
.table-section .table .table-body .table-body-row .table-body-cell .profile-controls .delete:hover img {
  -webkit-filter: invert(21%) sepia(99%) saturate(2161%) hue-rotate(349deg) brightness(85%) contrast(94%);
          filter: invert(21%) sepia(99%) saturate(2161%) hue-rotate(349deg) brightness(85%) contrast(94%);
}
/* line 517, ../sass/components/c-filtering-mina-sidor.scss */
.table-section .table .checkbox-container {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
/* line 522, ../sass/components/c-filtering-mina-sidor.scss */
.table-section .table .checkbox-container .custom-checkbox {
  display: none;
}
/* line 526, ../sass/components/c-filtering-mina-sidor.scss */
.table-section .table .checkbox-container .custom-checkbox-checkmark {
  display: inline-block;
  width: 21px;
  height: 20px;
  border: 1px solid var(--darkBorder);
  background-color: transparent;
  position: relative;
}
/* line 534, ../sass/components/c-filtering-mina-sidor.scss */
.table-section .table .checkbox-container .custom-checkbox-checkmark span.checkbox-checkmark-icon {
  display: none;
}
/* line 541, ../sass/components/c-filtering-mina-sidor.scss */
.table-section .table .checkbox-container .custom-checkbox:checked + .custom-checkbox-checkmark span.checkbox-checkmark-icon {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

/* line 556, ../sass/components/c-filtering-mina-sidor.scss */
.filter-section {
  display: block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  gap: 23px;
  margin-bottom: 25px;
}
/* line 559, ../sass/components/c-filtering-mina-sidor.scss */
.filter-section.margin-top {
  margin-top: 60px;
}
@media (max-width: 1023px) {
  /* line 559, ../sass/components/c-filtering-mina-sidor.scss */
  .filter-section.margin-top {
    margin-top: 30px;
  }
}
/* line 567, ../sass/components/c-filtering-mina-sidor.scss */
.filter-section div:last-child {
  margin-bottom: 0;
}
@media (max-width: 1023px) {
  /* line 556, ../sass/components/c-filtering-mina-sidor.scss */
  .filter-section {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: unset;
  }
}
/* line 582, ../sass/components/c-filtering-mina-sidor.scss */
.filter-section .input__item {
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
}
/* line 586, ../sass/components/c-filtering-mina-sidor.scss */
.filter-section #date-range-picker {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
/* line 591, ../sass/components/c-filtering-mina-sidor.scss */
.filter-section #date-range-picker .input__item {
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
}
/* line 594, ../sass/components/c-filtering-mina-sidor.scss */
.filter-section #date-range-picker .input__item input {
  padding-right: 25px;
  padding-left: 8px;
}
@media (min-width: 1024px) {
  /* line 594, ../sass/components/c-filtering-mina-sidor.scss */
  .filter-section #date-range-picker .input__item input {
    max-width: 104px;
  }
}
@media (min-width: 1024px) {
  /* line 603, ../sass/components/c-filtering-mina-sidor.scss */
  .filter-section #date-range-picker .input__item svg {
    right: 8px;
  }
}
/* line 614, ../sass/components/c-filtering-mina-sidor.scss */
.filter-section .datepicker-dropdown {
  z-index: 1001;
}
@media (max-width: 1023px) {
  /* line 617, ../sass/components/c-filtering-mina-sidor.scss */
  .filter-section .datepicker-dropdown .datepicker-picker {
    padding: 50px 20px 20px;
  }
  /* line 621, ../sass/components/c-filtering-mina-sidor.scss */
  .filter-section .datepicker-dropdown .datepicker-picker .close-datepicker {
    top: 25px;
  }
}
/* line 626, ../sass/components/c-filtering-mina-sidor.scss */
.filter-section .datepicker-dropdown .datepicker-picker span.day {
  border-radius: 0;
}
/* line 629, ../sass/components/c-filtering-mina-sidor.scss */
.filter-section .datepicker-dropdown .datepicker-picker span.day.focused {
  border: 1.44px solid var(--darkBlue);
  border-radius: 4.32px;
  color: var(--black);
  background: var(--white);
}
/* line 636, ../sass/components/c-filtering-mina-sidor.scss */
.filter-section .datepicker-dropdown .datepicker-picker span.day.range {
  background-color: var(--lightSkyBlue);
  border-radius: 0;
  color: var(--darkBlue);
}
/* line 641, ../sass/components/c-filtering-mina-sidor.scss */
.filter-section .datepicker-dropdown .datepicker-picker span.day.range.next, .filter-section .datepicker-dropdown .datepicker-picker span.day.range.prev {
  background-color: var(--lightBlueHeader);
  color: var(--darkBlue);
  opacity: 0.6;
}
/* line 649, ../sass/components/c-filtering-mina-sidor.scss */
.filter-section .datepicker-dropdown .datepicker-picker span.day.range-end {
  background-color: var(--darkBlue);
  color: var(--white);
  border-radius: 0px 4px 4px 0px;
}
/* line 655, ../sass/components/c-filtering-mina-sidor.scss */
.filter-section .datepicker-dropdown .datepicker-picker span.day.range-start {
  background-color: var(--darkBlue);
  color: var(--white);
  border-radius: 4px 0px 0px 4px;
}
/* line 664, ../sass/components/c-filtering-mina-sidor.scss */
.filter-section .search-container {
  position: relative;
  margin-bottom: 15px;
}
@media (min-width: 1024px) {
  /* line 664, ../sass/components/c-filtering-mina-sidor.scss */
  .filter-section .search-container {
    margin-bottom: 0;
  }
}
/* line 673, ../sass/components/c-filtering-mina-sidor.scss */
.filter-section .search-container.col-4 {
  grid-column: 1 / span 4;
}
/* line 677, ../sass/components/c-filtering-mina-sidor.scss */
.filter-section .search-container.col-2-1 {
  grid-column: 1 / span 2;
}
/* line 681, ../sass/components/c-filtering-mina-sidor.scss */
.filter-section .search-container.col-2-3 {
  grid-column: 3 / span 2;
}
/* line 685, ../sass/components/c-filtering-mina-sidor.scss */
.filter-section .search-container.col-2-5 {
  grid-column: 5 / span 2;
}
/* line 689, ../sass/components/c-filtering-mina-sidor.scss */
.filter-section .search-container input {
  border-radius: 2px;
  border: 1px solid var(--lightBorder);
  background: var(--white);
  height: 40px;
  color: var(--black);
  font-family: var(--font-family-secondary);
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  cursor: default;
  width: 100%;
  padding-left: 15px;
}
/* line 704, ../sass/components/c-filtering-mina-sidor.scss */
.filter-section .search-container input:focus-visible {
  outline: none;
}
/* line 708, ../sass/components/c-filtering-mina-sidor.scss */
.filter-section .search-container .close-datepicker {
  display: none;
}
/* line 712, ../sass/components/c-filtering-mina-sidor.scss */
.filter-section .search-container .img-wrapper {
  position: absolute;
  border: 0;
  display: inline-block;
  height: calc(100% - 2px);
  top: 1px;
  right: 0px;
  width: 28px;
  text-align: center;
  -ms-flex-line-pack: center;
      align-content: center;
}
/* line 723, ../sass/components/c-filtering-mina-sidor.scss */
.filter-section .search-container .img-wrapper img {
  width: 14px;
}
/* line 729, ../sass/components/c-filtering-mina-sidor.scss */
.filter-section .dropdown-container {
  grid-column: 5 / span 2;
  position: relative;
  border-radius: 2px;
  border: 1px solid var(--lightBorder);
  background: var(--white);
  color: var(--black);
  font-family: var(--font-family-secondary);
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-align: start;
  -ms-flex-line-pack: center;
      align-content: center;
  outline: none;
  cursor: pointer;
  width: 100%;
  height: 40px;
  margin-bottom: 15px;
}
@media (min-width: 1024px) {
  /* line 729, ../sass/components/c-filtering-mina-sidor.scss */
  .filter-section .dropdown-container {
    margin-bottom: 0;
  }
}
/* line 753, ../sass/components/c-filtering-mina-sidor.scss */
.filter-section .dropdown-container.visible {
  display: block;
}
/* line 756, ../sass/components/c-filtering-mina-sidor.scss */
.filter-section .dropdown-container.visible .title {
  font-weight: 500;
}
/* line 760, ../sass/components/c-filtering-mina-sidor.scss */
.filter-section .dropdown-container.visible .dropdown-content {
  display: block;
}
/* line 765, ../sass/components/c-filtering-mina-sidor.scss */
.filter-section .dropdown-container .title {
  padding-left: 11px;
  font-size: 15px;
}
/* line 769, ../sass/components/c-filtering-mina-sidor.scss */
.filter-section .dropdown-container .title::after {
  content: '';
  position: absolute;
  display: block;
  background-image: url(../images/svg/chevron-down.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-transition: -webkit-transform 0.2s;
  transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s;
  transition: transform 0.2s;
  width: 16px;
  height: 10px;
  top: calc(50% - 6px);
  right: 10px;
}
/* line 786, ../sass/components/c-filtering-mina-sidor.scss */
.filter-section .dropdown-container .dropdown-content {
  display: none;
  position: absolute;
  width: calc(100% + 1px);
  overflow: auto;
  top: 39.5px;
  right: -0.5px;
  border: 1px solid var(--lightBorder);
  border-top: none;
}
/* line 796, ../sass/components/c-filtering-mina-sidor.scss */
.filter-section .dropdown-container .dropdown-content button {
  padding: 11px 0;
  text-decoration: none;
  display: block;
  color: var(--black);
  cursor: default;
  border: none;
  border-bottom: 1px solid var(--mediumBorder);
  border-radius: 2px;
  padding-left: 11px;
  background-color: var(--white);
  z-index: 9;
  position: relative;
  width: 100%;
  text-align: start;
}
/* line 815, ../sass/components/c-filtering-mina-sidor.scss */
.filter-section .create-doc-button {
  background: var(--white);
  border-radius: 2px;
  border: 1px solid var(--darkBlue);
  color: var(--darkBlue);
  text-align: center;
  font-family: var(--font-family-primary);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  height: 40px;
  width: 100%;
  cursor: pointer;
}
@media (min-width: 1023px) and (max-width: 1505px) {
  /* line 815, ../sass/components/c-filtering-mina-sidor.scss */
  .filter-section .create-doc-button {
    max-width: 180px;
  }
}
/* line 834, ../sass/components/c-filtering-mina-sidor.scss */
.filter-section .create-doc-button:disabled {
  opacity: 0.3;
  cursor: default;
}
@media (min-width: 1505px) {
  /* line 815, ../sass/components/c-filtering-mina-sidor.scss */
  .filter-section .create-doc-button {
    max-width: 215px;
  }
}
/* line 844, ../sass/components/c-filtering-mina-sidor.scss */
.filter-section .search-button {
  width: 100%;
  height: 40px;
  border-radius: 2px;
  background: var(--darkBlue);
  color: var(--white);
  text-align: center;
  font-family: var(--font-family-primary);
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  border: none;
  cursor: pointer;
  margin-bottom: 15px;
}
@media (min-width: 1023px) {
  /* line 844, ../sass/components/c-filtering-mina-sidor.scss */
  .filter-section .search-button {
    width: 114px;
    margin-bottom: 0px;
  }
}
/* line 866, ../sass/components/c-filtering-mina-sidor.scss */
.filter-section .verticalLine {
  border-left: 1px solid var(--lightBorder);
}

/* line 3, ../sass/components/c-orders.scss */
.orders__title {
  color: var(--black);
  font-family: var(--font-family-primary);
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 23px;
  margin-top: 15px;
}
/* line 14, ../sass/components/c-orders.scss */
.orders__title img {
  margin-right: 8px;
}
/* line 19, ../sass/components/c-orders.scss */
.orders__empty {
  background-color: var(--lightBlueHeader);
  border: 1px dotted var(--lightBorder);
  margin-bottom: 30px;
}
/* line 24, ../sass/components/c-orders.scss */
.orders__empty .content {
  color: var(--gray);
  text-align: center;
  font-family: var(--font-family-primary);
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  max-width: 290px;
  padding: 30px 0 28px 0;
  margin: 0 auto;
}
/* line 36, ../sass/components/c-orders.scss */
.orders__empty .content button {
  color: var(--darkBlue);
  font-family: var(--font-family-primary);
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  text-decoration-skip-ink: none;
  background: none;
  border: none;
  cursor: pointer;
}

@media (min-width: 1024px) {
  /* line 2, ../sass/components/c-invoices.scss */
  .invoices .row {
    display: grid;
    gap: 30px;
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
  /* line 8, ../sass/components/c-invoices.scss */
  .invoices .row.flex-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
/* line 14, ../sass/components/c-invoices.scss */
.invoices .row .create-doc {
  display: none;
  grid-column: 5 / span 2;
}
@media (min-width: 1024px) {
  /* line 14, ../sass/components/c-invoices.scss */
  .invoices .row .create-doc {
    display: block;
  }
  /* line 21, ../sass/components/c-invoices.scss */
  .invoices .row .create-doc button {
    background: var(--white);
    border-radius: 2px;
    border: 1px solid var(--darkBlue);
    color: var(--darkBlue);
    text-align: center;
    font-family: var(--font-family-primary);
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    height: 40px;
    width: 100%;
    cursor: pointer;
  }
  /* line 36, ../sass/components/c-invoices.scss */
  .invoices .row .create-doc button:disabled {
    opacity: 0.3;
    cursor: default;
  }
}
/* line 45, ../sass/components/c-invoices.scss */
.invoices__title {
  color: var(--black);
  font-family: var(--font-family-primary);
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 23px;
  margin-top: 15px;
}
/* line 56, ../sass/components/c-invoices.scss */
.invoices__title img {
  margin-right: 8px;
}
/* line 61, ../sass/components/c-invoices.scss */
.invoices__empty {
  background-color: var(--lightBlueHeader);
  border: 1px dotted var(--lightBorder);
  margin-bottom: 30px;
}
/* line 66, ../sass/components/c-invoices.scss */
.invoices__empty .content {
  color: var(--gray);
  text-align: center;
  font-family: var(--font-family-primary);
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  max-width: 290px;
  padding: 30px 0 28px 0;
  margin: 0 auto;
}
/* line 78, ../sass/components/c-invoices.scss */
.invoices__empty .content button {
  color: var(--darkBlue);
  font-family: var(--font-family-primary);
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  text-decoration-skip-ink: none;
  background: none;
  border: none;
  cursor: pointer;
}

/* line 5, ../sass/components/c-user-page-template.scss */
.user-page .filter-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 30px;
}
@media (min-width: 1024px) {
  /* line 5, ../sass/components/c-user-page-template.scss */
  .user-page .filter-section {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}
/* line 17, ../sass/components/c-user-page-template.scss */
.user-page .filter-section .create-profile {
  display: block;
  margin-bottom: 20px;
  background: var(--white);
  border-radius: 2px;
  border: 1px solid var(--darkBlue);
  color: var(--darkBlue);
  text-align: center;
  font-family: var(--font-family-primary);
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  height: 50px;
  width: 100%;
  cursor: pointer;
}
@media (min-width: 1024px) {
  /* line 17, ../sass/components/c-user-page-template.scss */
  .user-page .filter-section .create-profile {
    height: 40px;
    width: 220px;
    background: var(--darkBlue);
    border-radius: 2px;
    border: 1px solid var(--white);
    color: var(--white);
    font-weight: 500;
    grid-column: 5 / span 2;
    justify-self: end;
    margin-bottom: 0;
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
}
/* line 50, ../sass/components/c-user-page-template.scss */
.user-page .filter-section .label {
  color: var(--black);
  font-family: var(--font-family-primary);
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
@media (min-width: 1024px) {
  /* line 50, ../sass/components/c-user-page-template.scss */
  .user-page .filter-section .label {
    display: none;
  }
}
/* line 63, ../sass/components/c-user-page-template.scss */
.user-page .filter-section .dropdown-container {
  width: auto;
  margin-bottom: 0;
  z-index: 2;
}
@media (min-width: 1024px) {
  /* line 63, ../sass/components/c-user-page-template.scss */
  .user-page .filter-section .dropdown-container {
    width: 220px;
  }
}
/* line 72, ../sass/components/c-user-page-template.scss */
.user-page .filter-section .dropdown-container.visible {
  visibility: visible;
}
/* line 75, ../sass/components/c-user-page-template.scss */
.user-page .filter-section .dropdown-container.visible .dropdown-content {
  visibility: visible;
}
/* line 80, ../sass/components/c-user-page-template.scss */
.user-page .filter-section .dropdown-container .dropdown-content {
  width: auto;
  display: block;
  visibility: hidden;
}
@media (min-width: 1024px) {
  /* line 80, ../sass/components/c-user-page-template.scss */
  .user-page .filter-section .dropdown-container .dropdown-content {
    width: 220px;
  }
}
/* line 89, ../sass/components/c-user-page-template.scss */
.user-page .filter-section .dropdown-container .dropdown-content button {
  white-space: nowrap;
  padding-right: 5px;
}
/* line 95, ../sass/components/c-user-page-template.scss */
.user-page .filter-section .dropdown-container .title {
  padding-right: 35px;
}
/* line 101, ../sass/components/c-user-page-template.scss */
.user-page .edit-profile-popup-overlay {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 10000;
  overflow: auto;
  background-color: rgba(22, 22, 22, 0.5);
}
/* line 110, ../sass/components/c-user-page-template.scss */
.user-page .edit-profile-popup-overlay.open {
  display: block;
}
/* line 113, ../sass/components/c-user-page-template.scss */
.user-page .edit-profile-popup-overlay.open .edit-profile-popup {
  display: block;
}
/* line 118, ../sass/components/c-user-page-template.scss */
.user-page .edit-profile-popup-overlay .edit-profile-popup {
  display: none;
  position: relative;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 600px;
  height: auto;
  background: var(--white);
  padding: 24px 0 30px 0;
  border-radius: 8px;
  -webkit-animation: fadeIn 0.5s ease;
          animation: fadeIn 0.5s ease;
}
/* line 131, ../sass/components/c-user-page-template.scss */
.user-page .edit-profile-popup-overlay .edit-profile-popup > * {
  padding: 0 30px;
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@media (max-width: 767px) {
  /* line 118, ../sass/components/c-user-page-template.scss */
  .user-page .edit-profile-popup-overlay .edit-profile-popup {
    width: 90%;
  }
}
/* line 149, ../sass/components/c-user-page-template.scss */
.user-page .edit-profile-popup-overlay .edit-profile-popup .title {
  color: var(--black);
  font-family: var(--font-family-primary);
  font-size: 25px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  padding-bottom: 15px;
  margin-bottom: 40px;
  border-bottom: 1px solid var(--lightBorder);
}
/* line 161, ../sass/components/c-user-page-template.scss */
.user-page .edit-profile-popup-overlay .edit-profile-popup .input__container {
  margin-bottom: 20px;
}
@media (min-width: 1024px) {
  /* line 161, ../sass/components/c-user-page-template.scss */
  .user-page .edit-profile-popup-overlay .edit-profile-popup .input__container {
    margin-bottom: 30px;
  }
}
/* line 168, ../sass/components/c-user-page-template.scss */
.user-page .edit-profile-popup-overlay .edit-profile-popup .input__container .img-wrapper {
  position: absolute;
  border: 0;
  display: inline-block;
  height: calc(100% - 2px);
  top: 1px;
  right: 0px;
  width: 40px;
  text-align: center;
  -ms-flex-line-pack: center;
      align-content: center;
}
/* line 179, ../sass/components/c-user-page-template.scss */
.user-page .edit-profile-popup-overlay .edit-profile-popup .input__container .img-wrapper img {
  width: 15px;
}
/* line 185, ../sass/components/c-user-page-template.scss */
.user-page .edit-profile-popup-overlay .edit-profile-popup .manage-permision {
  margin-bottom: 40px;
}
/* line 188, ../sass/components/c-user-page-template.scss */
.user-page .edit-profile-popup-overlay .edit-profile-popup .manage-permision .text {
  color: var(--black);
  font-family: var(--font-family-primary);
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 14px;
}
@media (min-width: 1024px) {
  /* line 188, ../sass/components/c-user-page-template.scss */
  .user-page .edit-profile-popup-overlay .edit-profile-popup .manage-permision .text {
    margin-bottom: 25px;
  }
}
/* line 202, ../sass/components/c-user-page-template.scss */
.user-page .edit-profile-popup-overlay .edit-profile-popup .manage-permision .checkbox-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 14px;
}
@media (min-width: 1024px) {
  /* line 202, ../sass/components/c-user-page-template.scss */
  .user-page .edit-profile-popup-overlay .edit-profile-popup .manage-permision .checkbox-container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 50px;
  }
}
/* line 212, ../sass/components/c-user-page-template.scss */
.user-page .edit-profile-popup-overlay .edit-profile-popup .manage-permision .checkbox-container .custom-checkbox-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}
@media (max-width: 1023px) {
  /* line 212, ../sass/components/c-user-page-template.scss */
  .user-page .edit-profile-popup-overlay .edit-profile-popup .manage-permision .checkbox-container .custom-checkbox-container {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
  }
}
/* line 222, ../sass/components/c-user-page-template.scss */
.user-page .edit-profile-popup-overlay .edit-profile-popup .manage-permision .checkbox-container .custom-checkbox {
  display: none;
}
/* line 226, ../sass/components/c-user-page-template.scss */
.user-page .edit-profile-popup-overlay .edit-profile-popup .manage-permision .checkbox-container .custom-checkbox-checkmark {
  display: inline-block;
  width: 21px;
  height: 21px;
  min-width: 21px;
  min-height: 21px;
  border: 1px solid var(--darkBorder);
  background-color: transparent;
  position: relative;
  margin-right: 5px;
}
@media (max-width: 1023px) {
  /* line 226, ../sass/components/c-user-page-template.scss */
  .user-page .edit-profile-popup-overlay .edit-profile-popup .manage-permision .checkbox-container .custom-checkbox-checkmark {
    background: var(--white);
  }
}
/* line 241, ../sass/components/c-user-page-template.scss */
.user-page .edit-profile-popup-overlay .edit-profile-popup .manage-permision .checkbox-container .custom-checkbox-checkmark span.checkbox-checkmark-icon {
  display: none;
}
/* line 248, ../sass/components/c-user-page-template.scss */
.user-page .edit-profile-popup-overlay .edit-profile-popup .manage-permision .checkbox-container .custom-checkbox:checked + .custom-checkbox-checkmark span.checkbox-checkmark-icon {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
/* line 260, ../sass/components/c-user-page-template.scss */
.user-page .edit-profile-popup-overlay .edit-profile-popup .manage-permision .checkbox-container .checkbox-text {
  color: var(--black);
  font-family: var(--font-family-secondary);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-right: 15px;
}
/* line 272, ../sass/components/c-user-page-template.scss */
.user-page .edit-profile-popup-overlay .edit-profile-popup .controls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 767px) {
  /* line 272, ../sass/components/c-user-page-template.scss */
  .user-page .edit-profile-popup-overlay .edit-profile-popup .controls {
    gap: 10px;
  }
  /* line 279, ../sass/components/c-user-page-template.scss */
  .user-page .edit-profile-popup-overlay .edit-profile-popup .controls .cancel,
  .user-page .edit-profile-popup-overlay .edit-profile-popup .controls .confirm {
    width: 100% !important;
  }
}
/* line 285, ../sass/components/c-user-page-template.scss */
.user-page .edit-profile-popup-overlay .edit-profile-popup .controls .cancel {
  border: 1px solid var(--notificationRed);
  background: var(--white);
  color: var(--notificationRed);
  font-family: var(--font-family-secondary);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  cursor: pointer;
  height: 45px;
  width: 220px;
}
/* line 299, ../sass/components/c-user-page-template.scss */
.user-page .edit-profile-popup-overlay .edit-profile-popup .controls .confirm {
  border: 1px solid var(--darkBlue);
  background: var(--darkBlue);
  color: var(--white);
  text-align: center;
  font-family: var(--font-family-secondary);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  cursor: pointer;
  height: 45px;
  width: 220px;
  -webkit-transition: border 0.25s, background 0.25s;
  transition: border 0.25s, background 0.25s;
}
/* line 314, ../sass/components/c-user-page-template.scss */
.user-page .edit-profile-popup-overlay .edit-profile-popup .controls .confirm:hover {
  background: var(--orange);
  border: 1px solid var(--orange);
}
/* line 319, ../sass/components/c-user-page-template.scss */
.user-page .edit-profile-popup-overlay .edit-profile-popup .controls .confirm:disabled {
  background: var(--mediumBlue);
}
/* line 325, ../sass/components/c-user-page-template.scss */
.user-page .edit-profile-popup-overlay .edit-profile-popup .close-icon {
  position: absolute;
  right: 20px;
  top: 20px;
  border: none;
  background: var(--white);
  cursor: pointer;
  padding: 0;
}
/* line 337, ../sass/components/c-user-page-template.scss */
.user-page .delete-profile-container {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 10000;
  overflow: auto;
  background-color: rgba(22, 22, 22, 0.5);
}
/* line 346, ../sass/components/c-user-page-template.scss */
.user-page .delete-profile-container.open {
  display: block;
}
/* line 349, ../sass/components/c-user-page-template.scss */
.user-page .delete-profile-container.open .delete-profile-popup {
  display: block;
}
/* line 354, ../sass/components/c-user-page-template.scss */
.user-page .delete-profile-container .delete-profile-popup {
  display: none;
  position: relative;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 600px;
  height: auto;
  background: var(--white);
  padding: 24px 0;
  -webkit-animation: fadeIn 0.5s ease;
          animation: fadeIn 0.5s ease;
}
/* line 366, ../sass/components/c-user-page-template.scss */
.user-page .delete-profile-container .delete-profile-popup > * {
  padding: 0 35px;
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@media (max-width: 767px) {
  /* line 354, ../sass/components/c-user-page-template.scss */
  .user-page .delete-profile-container .delete-profile-popup {
    width: 90%;
  }
}
/* line 384, ../sass/components/c-user-page-template.scss */
.user-page .delete-profile-container .delete-profile-popup .title {
  color: var(--black);
  font-family: var(--font-family-primary);
  font-size: 25px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  padding-bottom: 15px;
  margin-bottom: 25px;
  border-bottom: 1px solid var(--lightBorder);
}
/* line 396, ../sass/components/c-user-page-template.scss */
.user-page .delete-profile-container .delete-profile-popup .content {
  color: var(--black);
  font-family: var(--font-family-secondary);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 21px;
  margin-bottom: 40px;
}
/* line 406, ../sass/components/c-user-page-template.scss */
.user-page .delete-profile-container .delete-profile-popup .delete-profile-controls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 767px) {
  /* line 406, ../sass/components/c-user-page-template.scss */
  .user-page .delete-profile-container .delete-profile-popup .delete-profile-controls {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 15px;
  }
  /* line 414, ../sass/components/c-user-page-template.scss */
  .user-page .delete-profile-container .delete-profile-popup .delete-profile-controls .cancel,
  .user-page .delete-profile-container .delete-profile-popup .delete-profile-controls .confirm {
    width: 100% !important;
  }
}
/* line 420, ../sass/components/c-user-page-template.scss */
.user-page .delete-profile-container .delete-profile-popup .delete-profile-controls .cancel {
  border: 1px solid var(--darkBlue);
  background: var(--white);
  color: var(--darkBlue);
  font-family: var(--font-family-secondary);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  cursor: pointer;
  height: 45px;
  width: 220px;
}
/* line 434, ../sass/components/c-user-page-template.scss */
.user-page .delete-profile-container .delete-profile-popup .delete-profile-controls .confirm {
  border: 1px solid var(--white);
  background: var(--notificationRed);
  color: var(--white);
  text-align: center;
  font-family: var(--font-family-secondary);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  cursor: pointer;
  height: 45px;
  width: 220px;
}
/* line 450, ../sass/components/c-user-page-template.scss */
.user-page .delete-profile-container .delete-profile-popup .close {
  position: absolute;
  right: 20px;
  top: 20px;
  border: none;
  background: var(--white);
  cursor: pointer;
  padding: 0;
}
/* line 463, ../sass/components/c-user-page-template.scss */
.user-page .profile__overlay {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 10000;
  overflow: auto;
  background-color: transparent;
}
/* line 471, ../sass/components/c-user-page-template.scss */
.user-page .profile__overlay.opened {
  display: block;
}
/* line 476, ../sass/components/c-user-page-template.scss */
.user-page .profile__wrapper {
  position: relative;
  margin-bottom: 20px;
}
@media (min-width: 1024px) {
  /* line 476, ../sass/components/c-user-page-template.scss */
  .user-page .profile__wrapper {
    margin-bottom: 30px;
  }
}
/* line 484, ../sass/components/c-user-page-template.scss */
.user-page .profile__wrapper .selected-profile {
  border-radius: 2px;
  border: 1px solid var(--lightBorder);
  background: var(--lightBlueHeader);
  padding: 18px 36px 8px 18px;
  position: relative;
}
@media (max-width: 1023px) {
  /* line 484, ../sass/components/c-user-page-template.scss */
  .user-page .profile__wrapper .selected-profile {
    padding: 18px 18px 8px 18px;
    background: var(--white);
  }
}
/* line 496, ../sass/components/c-user-page-template.scss */
.user-page .profile__wrapper .selected-profile .row {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 10px;
}
@media (min-width: 1024px) {
  /* line 496, ../sass/components/c-user-page-template.scss */
  .user-page .profile__wrapper .selected-profile .row {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media (max-width: 1023px) {
  /* line 507, ../sass/components/c-user-page-template.scss */
  .user-page .profile__wrapper .selected-profile .row:nth-child(1) {
    gap: 0 !important;
    -webkit-box-align: normal !important;
        -ms-flex-align: normal !important;
            align-items: normal !important;
  }
}
/* line 515, ../sass/components/c-user-page-template.scss */
.user-page .profile__wrapper .selected-profile--label {
  display: block;
  color: var(--white);
  font-family: var(--font-family-primary);
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize;
  background-color: var(--labelBlue);
  border-radius: 1px;
  text-align: center;
  height: inherit;
  -ms-flex-line-pack: center;
      align-content: center;
  width: 68px;
  height: 34px;
}
@media (min-width: 1024px) {
  /* line 515, ../sass/components/c-user-page-template.scss */
  .user-page .profile__wrapper .selected-profile--label {
    font-size: 17px;
    height: 25px;
    width: 81px;
  }
}
/* line 539, ../sass/components/c-user-page-template.scss */
.user-page .profile__wrapper .selected-profile--name {
  color: var(--black);
  font-family: var(--font-family-secondary);
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-align: left;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 1023px) {
  /* line 539, ../sass/components/c-user-page-template.scss */
  .user-page .profile__wrapper .selected-profile--name {
    font-size: 15px;
    font-weight: 400;
    font-family: var(--font-family-secondary);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-left: 8px;
    border: 1px solid var(--lightBorder);
  }
}
/* line 561, ../sass/components/c-user-page-template.scss */
.user-page .profile__wrapper .selected-profile div:not(.selected-profile--label):not(.selected-profile--name) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 3px;
}
@media (min-width: 1023px) {
  /* line 561, ../sass/components/c-user-page-template.scss */
  .user-page .profile__wrapper .selected-profile div:not(.selected-profile--label):not(.selected-profile--name) {
    margin-right: 12px;
  }
}
/* line 571, ../sass/components/c-user-page-template.scss */
.user-page .profile__wrapper .selected-profile span {
  color: var(--black);
  font-family: var(--font-family-secondary);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
/* line 579, ../sass/components/c-user-page-template.scss */
.user-page .profile__wrapper .selected-profile span.bold {
  font-weight: 700;
}
/* line 584, ../sass/components/c-user-page-template.scss */
.user-page .profile__wrapper .selected-profile .chevron-arrow__container {
  background: var(--white);
  position: absolute;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 35px;
  cursor: pointer;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 1023px) {
  /* line 584, ../sass/components/c-user-page-template.scss */
  .user-page .profile__wrapper .selected-profile .chevron-arrow__container {
    width: 30px;
    right: 0px;
    background: none;
  }
}
@media (max-width: 1023px) {
  /* line 602, ../sass/components/c-user-page-template.scss */
  .user-page .profile__wrapper .selected-profile .chevron-arrow__container.desktop {
    display: none;
  }
}
@media (min-width: 1024px) {
  /* line 608, ../sass/components/c-user-page-template.scss */
  .user-page .profile__wrapper .selected-profile .chevron-arrow__container.mobile {
    display: none;
  }
}
/* line 614, ../sass/components/c-user-page-template.scss */
.user-page .profile__wrapper .selected-profile .chevron-arrow__container .chevron-arrow {
  width: 16px;
  height: 13px;
  display: block;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
}
/* line 624, ../sass/components/c-user-page-template.scss */
.user-page .profile__wrapper .selected-profile .chevron-arrow__container .chevron-arrow svg {
  display: block;
  width: 16px;
  height: 13px;
}
/* line 634, ../sass/components/c-user-page-template.scss */
.user-page .profile__list {
  display: none;
  border: 1px solid var(--lightBorder);
  border-top: none;
  border-radius: 2px;
  overflow: visible;
  width: 100%;
  position: absolute;
  background-color: var(--white);
  z-index: 9;
}
/* line 653, ../sass/components/c-user-page-template.scss */
.user-page .profile__list.opened {
  display: block;
}
/* line 658, ../sass/components/c-user-page-template.scss */
.user-page .profile__item {
  background-color: var(--bgGrayWhite);
  border-top: 1px solid var(--mediumBorder);
  padding: 15px 18px;
  position: relative;
  cursor: pointer;
}
/* line 665, ../sass/components/c-user-page-template.scss */
.user-page .profile__item:first-child {
  border-radius: 0px 0px;
}
/* line 669, ../sass/components/c-user-page-template.scss */
.user-page .profile__item:last-child {
  border-radius: 0 0 4px 4px;
}
@media (max-width: 1023px) {
  /* line 658, ../sass/components/c-user-page-template.scss */
  .user-page .profile__item {
    padding: 15px 55px 15px 10px;
  }
}
/* line 677, ../sass/components/c-user-page-template.scss */
.user-page .profile__item svg {
  position: absolute;
  width: 36px;
  height: 26px;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  opacity: 0;
  -webkit-transition: opacity 0.25s ease-in-out;
  transition: opacity 0.25s ease-in-out;
}
@media (max-width: 1023px) {
  /* line 677, ../sass/components/c-user-page-template.scss */
  .user-page .profile__item svg {
    right: 15px;
  }
}
/* line 692, ../sass/components/c-user-page-template.scss */
.user-page .profile__item.selected {
  background-color: var(--lightPinkishGray);
}
/* line 695, ../sass/components/c-user-page-template.scss */
.user-page .profile__item.selected svg {
  opacity: 1;
}
/* line 700, ../sass/components/c-user-page-template.scss */
.user-page .profile__item:first-child {
  border-top: none;
}
/* line 704, ../sass/components/c-user-page-template.scss */
.user-page .profile__item--wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
}
@media (max-width: 1023px) {
  /* line 704, ../sass/components/c-user-page-template.scss */
  .user-page .profile__item--wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    gap: 5px;
  }
}
/* line 717, ../sass/components/c-user-page-template.scss */
.user-page .profile__item--container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
}
/* line 723, ../sass/components/c-user-page-template.scss */
.user-page .profile__item--label {
  color: var(--white);
  font-family: var(--font-family-primary);
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: capitalize;
  padding: 2px 5px 1px 5px;
  background-color: var(--labelBlue);
  border-radius: 1px;
  text-align: center;
  width: 65px;
}
@media (min-width: 1024px) {
  /* line 723, ../sass/components/c-user-page-template.scss */
  .user-page .profile__item--label {
    font-size: 17px;
    padding: 1px 8px;
    width: 81px;
    margin-right: 10px;
  }
}
/* line 745, ../sass/components/c-user-page-template.scss */
.user-page .profile__item--title {
  color: var(--black);
  font-family: var(--font-family-secondary);
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-align: left;
}
@media (max-width: 1023px) {
  /* line 745, ../sass/components/c-user-page-template.scss */
  .user-page .profile__item--title {
    font-size: 15px;
    font-family: var(--font-family-primary);
  }
}
/* line 760, ../sass/components/c-user-page-template.scss */
.user-page .profile__item--description {
  color: var(--black);
  font-family: var(--font-family-secondary);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
@media (max-width: 1023px) {
  /* line 760, ../sass/components/c-user-page-template.scss */
  .user-page .profile__item--description {
    font-size: 14px;
  }
}
@media (min-width: 1024px) {
  /* line 780, ../sass/components/c-user-page-template.scss */
  .user-page .table-section .table-body .table-body-row .table-body-cell span img {
    display: none;
  }
  /* line 787, ../sass/components/c-user-page-template.scss */
  .user-page .table-section .table-body .table-body-row .table-body-cell .profile-controls button.edit img {
    width: 20px;
    height: 22px;
  }
  /* line 793, ../sass/components/c-user-page-template.scss */
  .user-page .table-section .table-body .table-body-row .table-body-cell .profile-controls button.edit:hover img {
    -webkit-filter: none;
            filter: none;
  }
  /* line 800, ../sass/components/c-user-page-template.scss */
  .user-page .table-section .table-body .table-body-row .table-body-cell .profile-controls button.delete img {
    width: 18px;
    height: 22px;
  }
  /* line 806, ../sass/components/c-user-page-template.scss */
  .user-page .table-section .table-body .table-body-row .table-body-cell .profile-controls button.delete:hover img {
    -webkit-filter: none;
            filter: none;
  }
}
@media (max-width: 1023px) {
  /* line 820, ../sass/components/c-user-page-template.scss */
  .user-page .profile-popup {
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 100%;
    -webkit-animation: fadeIn 0.25s ease-in-out;
            animation: fadeIn 0.25s ease-in-out;
    position: absolute;
    background-color: var(--white);
    padding: 47px;
    border: 1px solid var(--mediumBorder);
    border-radius: 8px;
    max-width: 500px;
  }
}
@media (max-width: 1023px) and (max-width: 1023px) {
  /* line 820, ../sass/components/c-user-page-template.scss */
  .user-page .profile-popup {
    padding: 20px;
    max-height: calc(100vh - 100px);
    width: calc(100% - 40px);
    max-width: 450px;
    margin-bottom: 50px;
  }
}
@media (max-width: 1023px) {
  @-webkit-keyframes fadeIn {
    from {
      opacity: 0;
    }
    to {
      opacity: 1;
    }
  }
  @keyframes fadeIn {
    from {
      opacity: 0;
    }
    to {
      opacity: 1;
    }
  }
  /* line 851, ../sass/components/c-user-page-template.scss */
  .user-page .profile-popup__overlay {
    display: none;
    position: fixed;
    inset: 0;
    z-index: 10000;
    overflow: auto;
    background-color: rgba(22, 22, 22, 0.3);
  }
  /* line 859, ../sass/components/c-user-page-template.scss */
  .user-page .profile-popup__overlay.opened {
    display: block;
  }
  /* line 864, ../sass/components/c-user-page-template.scss */
  .user-page .profile-popup__title {
    color: var(--black);
    font-family: var(--font-family-secondary);
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 23px;
    margin-bottom: 15px;
  }
}
@media (max-width: 1023px) and (max-width: 1023px) {
  /* line 864, ../sass/components/c-user-page-template.scss */
  .user-page .profile-popup__title {
    margin-bottom: 20px;
  }
}
@media (max-width: 1023px) {
  /* line 880, ../sass/components/c-user-page-template.scss */
  .user-page .profile-popup__content .profile__wrapper {
    display: block;
    border: 1px solid var(--mediumBorder);
    border-radius: 4px;
    overflow-y: scroll;
    background-color: var(--white);
    z-index: 9;
    max-height: 350px;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
}
@media (max-width: 1023px) and (max-width: 1023px) {
  /* line 880, ../sass/components/c-user-page-template.scss */
  .user-page .profile-popup__content .profile__wrapper {
    width: 100% !important;
    margin: 0px !important;
  }
}
@media (max-width: 1023px) {
  /* line 896, ../sass/components/c-user-page-template.scss */
  .user-page .profile-popup__content .profile__wrapper::-webkit-scrollbar {
    display: none;
  }
}
@media (max-width: 1023px) and (max-width: 1023px) {
  /* line 880, ../sass/components/c-user-page-template.scss */
  .user-page .profile-popup__content .profile__wrapper {
    width: auto;
    margin: 25px 20px;
    position: relative;
  }
}
@media (max-width: 1023px) {
  /* line 908, ../sass/components/c-user-page-template.scss */
  .user-page .profile-popup__content .profile__item {
    background-color: var(--bgGrayWhite);
    border-top: 1px solid var(--mediumBorder);
    padding: 15px 55px 10px 25px;
    position: relative;
    cursor: pointer;
  }
  /* line 915, ../sass/components/c-user-page-template.scss */
  .user-page .profile-popup__content .profile__item:first-child {
    border-radius: 6px 6px 0 0;
  }
  /* line 919, ../sass/components/c-user-page-template.scss */
  .user-page .profile-popup__content .profile__item:last-child {
    border-radius: 0 0 6px 6px;
  }
}
@media (max-width: 1023px) and (max-width: 1023px) {
  /* line 908, ../sass/components/c-user-page-template.scss */
  .user-page .profile-popup__content .profile__item {
    padding: 15px 55px 15px 10px;
  }
}
@media (max-width: 1023px) {
  /* line 927, ../sass/components/c-user-page-template.scss */
  .user-page .profile-popup__content .profile__item svg {
    position: absolute;
    width: 36px;
    height: 26px;
    right: 20px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    opacity: 0;
    -webkit-transition: opacity 0.25s ease-in-out;
    transition: opacity 0.25s ease-in-out;
  }
}
@media (max-width: 1023px) and (max-width: 1023px) {
  /* line 927, ../sass/components/c-user-page-template.scss */
  .user-page .profile-popup__content .profile__item svg {
    right: 15px;
  }
}
@media (max-width: 1023px) {
  /* line 943, ../sass/components/c-user-page-template.scss */
  .user-page .profile-popup__content .profile__item.selected svg {
    opacity: 1;
  }
  /* line 948, ../sass/components/c-user-page-template.scss */
  .user-page .profile-popup__content .profile__item:first-child {
    border-top: none;
  }
  /* line 952, ../sass/components/c-user-page-template.scss */
  .user-page .profile-popup__content .profile__item--wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 5px;
  }
  /* line 959, ../sass/components/c-user-page-template.scss */
  .user-page .profile-popup__content .profile__item--container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 5px;
  }
  /* line 965, ../sass/components/c-user-page-template.scss */
  .user-page .profile-popup__content .profile__item--label {
    color: var(--white);
    leading-trim: both;
    text-edge: cap;
    font-family: var(--font-family-primary);
    font-size: 13px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: capitalize;
    padding: 2px 5px 1px 5px;
    background-color: var(--labelBlue);
    border-radius: 4px;
    width: 68px;
    text-align: center;
  }
  /* line 982, ../sass/components/c-user-page-template.scss */
  .user-page .profile-popup__content .profile__item--title {
    color: var(--black);
    font-family: var(--font-family-secondary);
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-align: left;
  }
}
@media (max-width: 1023px) and (max-width: 1023px) {
  /* line 982, ../sass/components/c-user-page-template.scss */
  .user-page .profile-popup__content .profile__item--title {
    font-size: 15px;
    font-family: var(--font-family-primary);
  }
}
@media (max-width: 1023px) {
  /* line 997, ../sass/components/c-user-page-template.scss */
  .user-page .profile-popup__content .profile__item--description {
    color: var(--gray);
    font-family: var(--font-family-secondary);
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }
}
@media (max-width: 1023px) and (max-width: 1023px) {
  /* line 997, ../sass/components/c-user-page-template.scss */
  .user-page .profile-popup__content .profile__item--description {
    font-size: 14px;
  }
}
@media (max-width: 1023px) {
  /* line 1013, ../sass/components/c-user-page-template.scss */
  .user-page .profile-popup__buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 30px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 15px;
  }
  /* line 1021, ../sass/components/c-user-page-template.scss */
  .user-page .profile-popup__buttons .button {
    text-align: center;
    font-family: var(--font-family-secondary);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding: 14px 28px;
    width: 100%;
    cursor: pointer;
  }
  /* line 1032, ../sass/components/c-user-page-template.scss */
  .user-page .profile-popup__buttons .button.primary-button {
    border: 1px solid var(--darkBlue);
    color: var(--white);
    background: var(--darkBlue);
    -webkit-transition: all 0.25s;
    transition: all 0.25s;
    opacity: 1;
  }
  /* line 1039, ../sass/components/c-user-page-template.scss */
  .user-page .profile-popup__buttons .button.primary-button:hover {
    border: 1px solid var(--orange);
    background: var(--orange);
  }
  /* line 1044, ../sass/components/c-user-page-template.scss */
  .user-page .profile-popup__buttons .button.primary-button:disabled {
    opacity: 0.4;
    cursor: default;
  }
  /* line 1048, ../sass/components/c-user-page-template.scss */
  .user-page .profile-popup__buttons .button.primary-button:disabled:hover {
    border: 1px solid var(--darkBlue);
    color: var(--white);
    background: var(--darkBlue);
  }
  /* line 1056, ../sass/components/c-user-page-template.scss */
  .user-page .profile-popup__buttons .button.secondary-button {
    border: 1px solid var(--notificationRed);
    color: var(--notificationRed);
    background: var(--white);
    -webkit-transition: all 0.25s;
    transition: all 0.25s;
  }
  /* line 1062, ../sass/components/c-user-page-template.scss */
  .user-page .profile-popup__buttons .button.secondary-button:hover {
    background: var(--notificationRed);
    color: var(--white);
  }
  /* line 1071, ../sass/components/c-user-page-template.scss */
  .user-page .table-section {
    overflow: visible;
    margin-bottom: 30px;
  }
  /* line 1076, ../sass/components/c-user-page-template.scss */
  .user-page .table-section .table .table-header {
    display: none;
  }
  /* line 1080, ../sass/components/c-user-page-template.scss */
  .user-page .table-section .table .table-body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 25px;
  }
  /* line 1086, ../sass/components/c-user-page-template.scss */
  .user-page .table-section .table .table-body .table-body-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    border: 1px solid var(--lightBorder);
    padding: 22px;
    position: relative;
  }
  /* line 1094, ../sass/components/c-user-page-template.scss */
  .user-page .table-section .table .table-body .table-body-row:nth-child(even) {
    background-color: var(--white);
  }
  /* line 1098, ../sass/components/c-user-page-template.scss */
  .user-page .table-section .table .table-body .table-body-row .table-body-cell {
    display: block;
    border: none;
    height: unset;
    padding: 0;
  }
  /* line 1104, ../sass/components/c-user-page-template.scss */
  .user-page .table-section .table .table-body .table-body-row .table-body-cell span img {
    margin-right: 8px;
  }
  /* line 1108, ../sass/components/c-user-page-template.scss */
  .user-page .table-section .table .table-body .table-body-row .table-body-cell .name {
    font-weight: 700;
    font-size: 16px;
    margin-right: 65px;
    margin-bottom: 10px;
  }
  /* line 1115, ../sass/components/c-user-page-template.scss */
  .user-page .table-section .table .table-body .table-body-row .table-body-cell .profile-controls {
    position: absolute;
    right: 0;
    top: 20px;
    height: unset;
  }
  /* line 1121, ../sass/components/c-user-page-template.scss */
  .user-page .table-section .table .table-body .table-body-row .table-body-cell .profile-controls button {
    background: var(--white);
    width: 55px;
  }
  /* line 1126, ../sass/components/c-user-page-template.scss */
  .user-page .table-section .table .table-body .table-body-row .table-body-cell .profile-controls button.edit img {
    width: 20px;
    height: 22px;
  }
  /* line 1132, ../sass/components/c-user-page-template.scss */
  .user-page .table-section .table .table-body .table-body-row .table-body-cell .profile-controls button.edit:hover img {
    -webkit-filter: none;
            filter: none;
  }
  /* line 1139, ../sass/components/c-user-page-template.scss */
  .user-page .table-section .table .table-body .table-body-row .table-body-cell .profile-controls button.delete img {
    width: 18px;
    height: 22px;
  }
  /* line 1145, ../sass/components/c-user-page-template.scss */
  .user-page .table-section .table .table-body .table-body-row .table-body-cell .profile-controls button.delete:hover img {
    -webkit-filter: none;
            filter: none;
  }
}

/* line 2, ../sass/components/c-my-account.scss */
.my-account__title {
  color: var(--darkBlue);
  font-family: var(--font-family-primary);
  font-size: 61px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 5px;
}
@media (max-width: 1023px) {
  /* line 2, ../sass/components/c-my-account.scss */
  .my-account__title {
    font-size: 35px;
    margin: 15px 0px 5px;
  }
}
/* line 17, ../sass/components/c-my-account.scss */
.my-account__subtitle {
  color: var(--darkGray);
  font-family: var(--font-family-secondary);
  font-size: 21px;
  font-style: normal;
  font-weight: 300;
  line-height: 32px;
  margin: 5px 0px 30px;
}
@media (max-width: 1023px) {
  /* line 17, ../sass/components/c-my-account.scss */
  .my-account__subtitle {
    color: var(--black);
    font-size: 18px;
    line-height: 26px;
    margin: 5px 0px 20px;
  }
}
/* line 34, ../sass/components/c-my-account.scss */
.my-account__image {
  margin: 30px 0px;
}
/* line 37, ../sass/components/c-my-account.scss */
.my-account__image img {
  width: 100%;
  height: 320px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 1023px) {
  /* line 37, ../sass/components/c-my-account.scss */
  .my-account__image img {
    height: 200px;
  }
}
/* line 48, ../sass/components/c-my-account.scss */
.my-account__tiles {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  grid-gap: 30px;
  margin: 30px 0px 50px;
}
@media (max-width: 1023px) {
  /* line 48, ../sass/components/c-my-account.scss */
  .my-account__tiles {
    grid-template-columns: repeat(1, minmax(0, 1fr));
    grid-gap: 10px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1400px) {
  /* line 48, ../sass/components/c-my-account.scss */
  .my-account__tiles {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
/* line 63, ../sass/components/c-my-account.scss */
.my-account__tiles--item {
  min-height: 218px;
  border: 1px solid var(--mediumBorder);
  padding: 11px;
  background-color: var(--bgGrayWhite);
  display: block;
  text-decoration: none;
}
@media (max-width: 1023px) {
  /* line 63, ../sass/components/c-my-account.scss */
  .my-account__tiles--item {
    min-height: 60px;
    padding: 0px;
    border: none;
    background-color: transparent;
  }
}
/* line 80, ../sass/components/c-my-account.scss */
.my-account__tiles--item:hover .my-account__tiles--wrapper {
  background: var(--darkBlue) !important;
}
/* line 86, ../sass/components/c-my-account.scss */
.my-account__tiles--item:hover .my-account__tiles--img svg path {
  stroke: var(--white);
}
/* line 92, ../sass/components/c-my-account.scss */
.my-account__tiles--item:hover .my-account__tiles--title {
  color: var(--white);
}
/* line 99, ../sass/components/c-my-account.scss */
.my-account__tiles--wrapper {
  background: var(--lightSkyBlue);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 11px 13px;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
@media (max-width: 1023px) {
  /* line 99, ../sass/components/c-my-account.scss */
  .my-account__tiles--wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 11px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: inherit;
        -ms-flex-pack: inherit;
            justify-content: inherit;
  }
}
/* line 119, ../sass/components/c-my-account.scss */
.my-account__tiles--img {
  width: 50px;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 1023px) {
  /* line 119, ../sass/components/c-my-account.scss */
  .my-account__tiles--img {
    width: 47px;
    height: 40px;
  }
}
/* line 131, ../sass/components/c-my-account.scss */
.my-account__tiles--img svg {
  max-width: 100%;
  max-height: 100%;
}
/* line 135, ../sass/components/c-my-account.scss */
.my-account__tiles--img svg path {
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
  stroke: var(--black);
}
/* line 142, ../sass/components/c-my-account.scss */
.my-account__tiles--title {
  color: var(--darkGray);
  text-align: center;
  font-family: var(--font-family-primary);
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
@media (max-width: 1023px) {
  /* line 142, ../sass/components/c-my-account.scss */
  .my-account__tiles--title {
    font-size: 16px;
    color: var(--black);
    font-family: var(--font-family-secondary);
  }
}
/* line 160, ../sass/components/c-my-account.scss */
.my-account__slide {
  height: 320px;
}
@media (max-width: 1023px) {
  /* line 160, ../sass/components/c-my-account.scss */
  .my-account__slide {
    height: 200px;
  }
}
/* line 167, ../sass/components/c-my-account.scss */
.my-account__slide img {
  width: 100%;
  height: 320px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 1023px) {
  /* line 167, ../sass/components/c-my-account.scss */
  .my-account__slide img {
    height: 200px;
  }
}
/* line 180, ../sass/components/c-my-account.scss */
.my-account__swiper .custom-carousel-control {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  bottom: 12px;
  width: 100%;
}
@media (max-width: 1023px) {
  /* line 180, ../sass/components/c-my-account.scss */
  .my-account__swiper .custom-carousel-control {
    display: none;
  }
}
/* line 194, ../sass/components/c-my-account.scss */
.my-account__swiper .swiper-pagination-container {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: auto;
}
/* line 199, ../sass/components/c-my-account.scss */
.my-account__swiper .swiper-pagination {
  bottom: 0px !important;
  width: auto !important;
  left: inherit !important;
}
@media (max-width: 1023px) {
  /* line 199, ../sass/components/c-my-account.scss */
  .my-account__swiper .swiper-pagination {
    display: none;
  }
}
/* line 208, ../sass/components/c-my-account.scss */
.my-account__swiper .swiper-pagination .swiper-pagination-bullet {
  width: 9px;
  height: 9px;
  border-radius: 50px;
  opacity: 1;
  background-color: transparent;
  border: 1px solid var(--white);
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
/* line 218, ../sass/components/c-my-account.scss */
.my-account__swiper .swiper-pagination .swiper-pagination-bullet-active {
  width: 9px;
  height: 9px;
  background: var(--white);
}
/* line 226, ../sass/components/c-my-account.scss */
.my-account__button-left {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  height: 15px;
  width: 9px;
  position: absolute;
  bottom: 1px;
  border: none;
  z-index: 1;
  outline: none;
  cursor: pointer;
}
/* line 237, ../sass/components/c-my-account.scss */
.my-account__button-left svg {
  display: block;
}
@media (max-width: 1023px) {
  /* line 226, ../sass/components/c-my-account.scss */
  .my-account__button-left {
    display: none;
  }
}
/* line 246, ../sass/components/c-my-account.scss */
.my-account__button-right {
  height: 15px;
  width: 9px;
  position: absolute;
  bottom: 1px;
  border: none;
  z-index: 1;
  outline: none;
  cursor: pointer;
}
/* line 256, ../sass/components/c-my-account.scss */
.my-account__button-right svg {
  display: block;
}
@media (max-width: 1023px) {
  /* line 246, ../sass/components/c-my-account.scss */
  .my-account__button-right {
    display: none;
  }
}

/* line 2, ../sass/components/c-documentation.scss */
.documentation__image {
  margin: 30px 0px;
}
/* line 5, ../sass/components/c-documentation.scss */
.documentation__image img {
  width: 100%;
  height: 320px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 1023px) {
  /* line 5, ../sass/components/c-documentation.scss */
  .documentation__image img {
    height: 200px;
  }
}
/* line 16, ../sass/components/c-documentation.scss */
.documentation__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
  margin-top: 15px;
}
/* line 22, ../sass/components/c-documentation.scss */
.documentation__title span {
  color: var(--black);
  font-family: var(--font-family-primary);
  font-size: 25px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
/* line 32, ../sass/components/c-documentation.scss */
.documentation__tiles {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-gap: 30px;
  margin: 30px 0px 50px;
}
@media (max-width: 1023px) {
  /* line 32, ../sass/components/c-documentation.scss */
  .documentation__tiles {
    grid-template-columns: repeat(1, minmax(0, 1fr));
    grid-gap: 10px;
  }
}
/* line 43, ../sass/components/c-documentation.scss */
.documentation__tiles--item {
  min-height: 218px;
  border: 1px solid var(--mediumBorder);
  padding: 11px;
  background-color: var(--bgGrayWhite);
  display: block;
  text-decoration: none;
}
@media (max-width: 1023px) {
  /* line 43, ../sass/components/c-documentation.scss */
  .documentation__tiles--item {
    min-height: 60px;
    padding: 0px;
    border: none;
    background-color: transparent;
  }
}
/* line 59, ../sass/components/c-documentation.scss */
.documentation__tiles--wrapper {
  background: var(--lightSkyBlue);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 11px 13px;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
@media (max-width: 1023px) {
  /* line 59, ../sass/components/c-documentation.scss */
  .documentation__tiles--wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 11px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: inherit;
        -ms-flex-pack: inherit;
            justify-content: inherit;
  }
}
/* line 79, ../sass/components/c-documentation.scss */
.documentation__tiles--img {
  width: 50px;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 1023px) {
  /* line 79, ../sass/components/c-documentation.scss */
  .documentation__tiles--img {
    display: none;
  }
}
/* line 90, ../sass/components/c-documentation.scss */
.documentation__tiles--img svg {
  max-width: 100%;
  max-height: 100%;
}
/* line 94, ../sass/components/c-documentation.scss */
.documentation__tiles--img svg path {
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
  stroke: var(--black);
}
/* line 101, ../sass/components/c-documentation.scss */
.documentation__tiles--title {
  color: var(--darkGray);
  text-align: center;
  font-family: var(--font-family-primary);
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  max-width: 145px;
}
/* line 111, ../sass/components/c-documentation.scss */
.documentation__tiles--title span {
  font-weight: 700;
  display: block;
}
@media (min-width: 1023px) {
  /* line 116, ../sass/components/c-documentation.scss */
  .documentation__tiles--title.mobile-only {
    display: none;
  }
}
@media (max-width: 1023px) {
  /* line 122, ../sass/components/c-documentation.scss */
  .documentation__tiles--title.desktop-only {
    display: none;
  }
}
@media (max-width: 1023px) {
  /* line 101, ../sass/components/c-documentation.scss */
  .documentation__tiles--title {
    font-size: 16px;
    font-weight: 500;
    color: var(--black);
    font-family: var(--font-family-secondary);
    max-width: unset;
  }
}
@media (min-width: 1024px) {
  /* line 138, ../sass/components/c-documentation.scss */
  .documentation .row {
    display: grid;
    gap: 30px;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    margin-bottom: 30px;
  }
  /* line 145, ../sass/components/c-documentation.scss */
  .documentation .row.flex-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
/* line 152, ../sass/components/c-documentation.scss */
.documentation .create-doc {
  display: block;
  margin-bottom: 20px;
}
@media (min-width: 1024px) {
  /* line 152, ../sass/components/c-documentation.scss */
  .documentation .create-doc {
    grid-column: 5 / span 2;
    margin-bottom: unset;
  }
}
@media (min-width: 1023px) {
  /* line 161, ../sass/components/c-documentation.scss */
  .documentation .create-doc.mobile-only {
    display: none;
  }
}
@media (max-width: 1023px) {
  /* line 167, ../sass/components/c-documentation.scss */
  .documentation .create-doc.desktop-only {
    display: none;
  }
}
/* line 173, ../sass/components/c-documentation.scss */
.documentation .create-doc button {
  background: var(--darkBlue);
  border-radius: 2px;
  border: 1px solid var(--darkBlue);
  color: var(--white);
  text-align: center;
  font-family: var(--font-family-primary);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  height: 40px;
  width: 100%;
  cursor: pointer;
}
/* line 188, ../sass/components/c-documentation.scss */
.documentation .create-doc button:disabled {
  opacity: 0.3;
  cursor: default;
}
/* line 195, ../sass/components/c-documentation.scss */
.documentation .table-section .table .table-header .table-header-cell.checkbox {
  padding: 14px 14px 13px 14px;
}
/* line 199, ../sass/components/c-documentation.scss */
.documentation .table-section .table .table-body .table-body-row .table-body-cell.checkbox {
  border-right: 1px solid var(--lightBorder);
  width: 34px;
  padding: 14px 14px 13px 14px;
}
/* line 206, ../sass/components/c-documentation.scss */
.documentation__items-list .list-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 70px;
  padding: 14px 14px 14px 30px;
  border: 1px solid var(--lightBorder);
  margin-bottom: 20px;
  background: var(--lightSkyBlue);
}
@media (max-width: 1023px) {
  /* line 206, ../sass/components/c-documentation.scss */
  .documentation__items-list .list-title {
    display: none;
  }
}
/* line 219, ../sass/components/c-documentation.scss */
.documentation__items-list .list-title .text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  color: var(--black);
  font-family: var(--font-family-primary);
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  line-height: 19px;
  letter-spacing: -0.3px;
}
/* line 233, ../sass/components/c-documentation.scss */
.documentation__items-list .c-accordion__item {
  background: var(--white);
}
@media (max-width: 1023px) {
  /* line 233, ../sass/components/c-documentation.scss */
  .documentation__items-list .c-accordion__item {
    border: none;
  }
}
/* line 241, ../sass/components/c-documentation.scss */
.documentation__items-list .c-accordion__item--active .c-accordion__header {
  border-bottom: 1px solid var(--lightBorder);
}
/* line 246, ../sass/components/c-documentation.scss */
.documentation__items-list .c-accordion__item .c-accordion__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 70px;
  padding: 14px 14px 14px 30px;
  color: #222;
  font-family: var(--font-family-primary);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  background-color: var(--lightBlueHeader);
}
@media (max-width: 1023px) {
  /* line 246, ../sass/components/c-documentation.scss */
  .documentation__items-list .c-accordion__item .c-accordion__header {
    border: 1px solid var(--lightBorder);
  }
}
/* line 263, ../sass/components/c-documentation.scss */
.documentation__items-list .c-accordion__item .c-accordion__header::after {
  right: 60px;
}
@media (max-width: 1023px) {
  /* line 263, ../sass/components/c-documentation.scss */
  .documentation__items-list .c-accordion__item .c-accordion__header::after {
    display: none;
  }
}
/* line 271, ../sass/components/c-documentation.scss */
.documentation__items-list .c-accordion__item .c-accordion__header .flex-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  gap: 70px;
}
/* line 278, ../sass/components/c-documentation.scss */
.documentation__items-list .c-accordion__item .c-accordion__header .price {
  color: var(--black);
  font-family: var(--font-family-secondary);
  font-size: 14px;
  font-weight: 400;
  font-style: normal;
  line-height: 21.369px;
  opacity: 0.7;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 1023px) {
  /* line 278, ../sass/components/c-documentation.scss */
  .documentation__items-list .c-accordion__item .c-accordion__header .price {
    display: none;
  }
}
/* line 292, ../sass/components/c-documentation.scss */
.documentation__items-list .c-accordion__item .c-accordion__header .price .integer {
  position: relative;
}
/* line 296, ../sass/components/c-documentation.scss */
.documentation__items-list .c-accordion__item .c-accordion__header .price .decimal {
  font-size: 6.96px;
  font-weight: 700;
  position: relative;
  top: -2px;
  margin-left: 0px;
  margin-right: 3px;
}
/* line 307, ../sass/components/c-documentation.scss */
.documentation__items-list .c-accordion__item .c-accordion__content {
  background-color: var(--white);
  width: 97%;
}
@media (max-width: 1023px) {
  /* line 307, ../sass/components/c-documentation.scss */
  .documentation__items-list .c-accordion__item .c-accordion__content {
    width: 100%;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  /* line 317, ../sass/components/c-documentation.scss */
  .documentation__items-list .c-accordion__item .c-accordion__content .c-shopping-details__table--body {
    border: 1px solid var(--lightBorder);
  }
  /* line 320, ../sass/components/c-documentation.scss */
  .documentation__items-list .c-accordion__item .c-accordion__content .c-shopping-details__table--body .c-shopping-details__table--row {
    border-left: none;
    border-right: none;
  }
  /* line 325, ../sass/components/c-documentation.scss */
  .documentation__items-list .c-accordion__item .c-accordion__content .c-shopping-details__table--body .c-shopping-details__table--row .c-shopping-details__table--cell.item4 {
    grid-area: item5;
    justify-self: start;
  }
  /* line 329, ../sass/components/c-documentation.scss */
  .documentation__items-list .c-accordion__item .c-accordion__content .c-shopping-details__table--body .c-shopping-details__table--row .c-shopping-details__table--cell.item4 .counter-wrapper {
    padding: 10px 0 0;
  }
}
/* line 337, ../sass/components/c-documentation.scss */
.documentation__items-list .c-accordion__item .c-accordion__content .c-shopping-details__table {
  margin-top: 12px;
}
/* line 341, ../sass/components/c-documentation.scss */
.documentation__items-list .c-accordion__item .c-accordion__content .c-shopping-details__table .c-shopping-details__table--row:nth-child(even) {
  background-color: var(--lightGray);
}
@media (max-width: 1023px) {
  /* line 337, ../sass/components/c-documentation.scss */
  .documentation__items-list .c-accordion__item .c-accordion__content .c-shopping-details__table {
    margin-top: 0;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
/* line 352, ../sass/components/c-documentation.scss */
.documentation__items-list .c-accordion__item .c-accordion__content .last-modified {
  color: var(--darkGray);
  font-family: var(--font-family-secondary);
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 23px;
  opacity: 0.67;
  margin: 10px 0;
}
@media (max-width: 1023px) {
  /* line 352, ../sass/components/c-documentation.scss */
  .documentation__items-list .c-accordion__item .c-accordion__content .last-modified {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
/* line 367, ../sass/components/c-documentation.scss */
.documentation__items-list .c-accordion__item .c-accordion__content .list-summarize {
  background: var(--lightGray);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 1023px) {
  /* line 367, ../sass/components/c-documentation.scss */
  .documentation__items-list .c-accordion__item .c-accordion__content .list-summarize {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
}
/* line 377, ../sass/components/c-documentation.scss */
.documentation__items-list .c-accordion__item .c-accordion__content .list-summarize .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 0px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 0;
}
/* line 385, ../sass/components/c-documentation.scss */
.documentation__items-list .c-accordion__item .c-accordion__content .list-summarize .column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
/* line 391, ../sass/components/c-documentation.scss */
.documentation__items-list .c-accordion__item .c-accordion__content .list-summarize .climate-data {
  border-right: 1px solid var(--lightBorder);
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 490px;
}
/* line 397, ../sass/components/c-documentation.scss */
.documentation__items-list .c-accordion__item .c-accordion__content .list-summarize .climate-data__img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: var(--brightGreen);
  border: 1px solid var(--lightBorder);
  padding: 7px 14px;
  height: 59px;
}
@media (max-width: 1023px) {
  /* line 397, ../sass/components/c-documentation.scss */
  .documentation__items-list .c-accordion__item .c-accordion__content .list-summarize .climate-data__img {
    border: none;
    width: 71px;
  }
}
/* line 411, ../sass/components/c-documentation.scss */
.documentation__items-list .c-accordion__item .c-accordion__content .list-summarize .climate-data__img img {
  height: 39px;
  width: auto;
}
@media (max-width: 1023px) {
  /* line 411, ../sass/components/c-documentation.scss */
  .documentation__items-list .c-accordion__item .c-accordion__content .list-summarize .climate-data__img img {
    height: 27px;
  }
}
/* line 421, ../sass/components/c-documentation.scss */
.documentation__items-list .c-accordion__item .c-accordion__content .list-summarize .climate-data__wrapper {
  background-color: var(--softGreen);
  border: 1px solid var(--lightBorder);
  padding: 12px 20px;
  width: 100%;
  height: 59px;
}
/* line 429, ../sass/components/c-documentation.scss */
.documentation__items-list .c-accordion__item .c-accordion__content .list-summarize .climate-data__title {
  color: var(--black);
  font-family: var(--font-family-primary);
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
/* line 438, ../sass/components/c-documentation.scss */
.documentation__items-list .c-accordion__item .c-accordion__content .list-summarize .climate-data__subtitle {
  color: var(--black);
  font-family: var(--font-family-primary);
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  opacity: 0.67;
}
/* line 448, ../sass/components/c-documentation.scss */
.documentation__items-list .c-accordion__item .c-accordion__content .list-summarize .climate-data__pdf {
  color: var(--darkBlue);
  font-family: var(--font-family-primary);
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-decoration: underline;
}
@media (max-width: 1023px) {
  /* line 448, ../sass/components/c-documentation.scss */
  .documentation__items-list .c-accordion__item .c-accordion__content .list-summarize .climate-data__pdf {
    display: none;
  }
}
/* line 463, ../sass/components/c-documentation.scss */
.documentation__items-list .c-accordion__item .c-accordion__content .list-summarize .list-total-price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding: 22px 30px 22px 0;
}
@media (max-width: 1023px) {
  /* line 463, ../sass/components/c-documentation.scss */
  .documentation__items-list .c-accordion__item .c-accordion__content .list-summarize .list-total-price {
    display: none;
  }
}
/* line 473, ../sass/components/c-documentation.scss */
.documentation__items-list .c-accordion__item .c-accordion__content .list-summarize .list-total-price span {
  color: var(--darkGray);
  font-family: var(--font-family-primary);
  font-size: 21.086px;
  font-style: normal;
  font-weight: 700;
  line-height: 20.208px;
}
/* line 482, ../sass/components/c-documentation.scss */
.documentation__items-list .c-accordion__item .c-accordion__content .list-summarize .list-total-price .vat {
  color: var(--darkGray);
  font-family: var(--font-family-primary);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 23px;
  opacity: 0.67;
}
/* line 492, ../sass/components/c-documentation.scss */
.documentation__items-list .c-accordion__item .c-accordion__content .list-summarize .list-total-price .price {
  margin-left: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
/* line 496, ../sass/components/c-documentation.scss */
.documentation__items-list .c-accordion__item .c-accordion__content .list-summarize .list-total-price .price .integer {
  position: relative;
}
/* line 500, ../sass/components/c-documentation.scss */
.documentation__items-list .c-accordion__item .c-accordion__content .list-summarize .list-total-price .price .decimal {
  font-size: 14.058px;
  font-weight: 700;
  position: relative;
  top: -3px;
  margin-left: 0px;
  margin-right: 3px;
}
/* line 514, ../sass/components/c-documentation.scss */
.documentation__items-list .checkbox-container {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
/* line 519, ../sass/components/c-documentation.scss */
.documentation__items-list .checkbox-container .custom-checkbox {
  display: none;
}
/* line 523, ../sass/components/c-documentation.scss */
.documentation__items-list .checkbox-container .custom-checkbox-checkmark {
  display: inline-block;
  width: 18px;
  height: 18px;
  min-width: 15px;
  min-height: 15px;
  border: 1.2px solid var(--darkBorder);
  background-color: var(--white);
  position: relative;
  margin-right: 5px;
}
/* line 534, ../sass/components/c-documentation.scss */
.documentation__items-list .checkbox-container .custom-checkbox-checkmark span {
  display: none;
}
/* line 541, ../sass/components/c-documentation.scss */
.documentation__items-list .checkbox-container .custom-checkbox:checked + .custom-checkbox-checkmark span {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
/* line 554, ../sass/components/c-documentation.scss */
.documentation__items-list .sort-popup {
  position: absolute;
  top: calc(100% + 12px);
  background: var(--white);
  border: 1px solid var(--mediumBorder);
  border-radius: 1px;
  min-width: 308px;
  z-index: 1;
  -webkit-transform: translateX(-50%) scale(0);
          transform: translateX(-50%) scale(0);
  -webkit-box-shadow: 0 6px 10px rgba(0, 0, 0, 0.12), 0 2px 4px rgba(0, 0, 0, 0.08);
          box-shadow: 0 6px 10px rgba(0, 0, 0, 0.12), 0 2px 4px rgba(0, 0, 0, 0.08);
  margin-left: 7px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.25s ease-out, visibility 0.25s, -webkit-transform 0.25s ease-out;
  transition: opacity 0.25s ease-out, visibility 0.25s, -webkit-transform 0.25s ease-out;
  transition: opacity 0.25s ease-out, visibility 0.25s, transform 0.25s ease-out;
  transition: opacity 0.25s ease-out, visibility 0.25s, transform 0.25s ease-out, -webkit-transform 0.25s ease-out;
  -webkit-transform-origin: top center;
          transform-origin: top center;
}
@media (max-width: 1023px) {
  /* line 554, ../sass/components/c-documentation.scss */
  .documentation__items-list .sort-popup {
    top: calc(100% + 15px);
    width: calc(100vw - 80px);
    max-width: 308px;
    min-width: inherit;
    -webkit-transform: inherit;
            transform: inherit;
    margin-left: 0;
    right: -17px;
    -webkit-transform: translate(0) scale(0);
            transform: translate(0) scale(0);
    -webkit-transform-origin: top right;
            transform-origin: top right;
  }
}
/* line 582, ../sass/components/c-documentation.scss */
.documentation__items-list .sort-popup.open {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateX(-50%) scale(1);
          transform: translateX(-50%) scale(1);
  -webkit-transition: opacity 0.25s ease-out, visibility 0.25s, -webkit-transform 0.25s ease-out;
  transition: opacity 0.25s ease-out, visibility 0.25s, -webkit-transform 0.25s ease-out;
  transition: opacity 0.25s ease-out, visibility 0.25s, transform 0.25s ease-out;
  transition: opacity 0.25s ease-out, visibility 0.25s, transform 0.25s ease-out, -webkit-transform 0.25s ease-out;
}
@media (max-width: 1023px) {
  /* line 582, ../sass/components/c-documentation.scss */
  .documentation__items-list .sort-popup.open {
    -webkit-transform: translate(0) scale(1);
            transform: translate(0) scale(1);
  }
}
/* line 593, ../sass/components/c-documentation.scss */
.documentation__items-list .sort-popup:before {
  content: "";
  width: 20px;
  height: 20px;
  -webkit-box-shadow: 0 1px 14px rgba(0, 0, 0, 0.2);
          box-shadow: 0 1px 14px rgba(0, 0, 0, 0.2);
  background: var(--white);
  position: absolute;
  z-index: -1;
  left: 50%;
  -webkit-transform: translateX(-50%) rotate(45deg);
          transform: translateX(-50%) rotate(45deg);
  top: -10px;
  border: 1px solid var(--mediumBorder);
}
@media (max-width: 1023px) {
  /* line 593, ../sass/components/c-documentation.scss */
  .documentation__items-list .sort-popup:before {
    -webkit-transform: translateX(0) rotate(45deg);
            transform: translateX(0) rotate(45deg);
    left: inherit;
    right: 23px;
  }
}
/* line 613, ../sass/components/c-documentation.scss */
.documentation__items-list .sort-popup__item {
  background: var(--white);
  border-top: 1px solid var(--mediumBorder);
  padding: 18px 20px 15px;
}
/* line 618, ../sass/components/c-documentation.scss */
.documentation__items-list .sort-popup__item:first-child {
  border-top: none;
}
/* line 622, ../sass/components/c-documentation.scss */
.documentation__items-list .sort-popup__item--text {
  color: var(--black);
  font-family: var(--font-family-secondary);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

/* line 1, ../sass/components/c-latest-news.scss */
.c-latest-news {
  margin: 30px 0px;
}
/* line 4, ../sass/components/c-latest-news.scss */
.c-latest-news__title {
  color: var(--black);
  font-family: var(--font-family-primary);
  font-size: 35px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -1.4px;
  margin-bottom: 17px;
}
@media (max-width: 1023px) {
  /* line 4, ../sass/components/c-latest-news.scss */
  .c-latest-news__title {
    font-size: 28px;
    letter-spacing: -0.56px;
  }
}
/* line 20, ../sass/components/c-latest-news.scss */
.c-latest-news__wrapper {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-gap: 30px 30px;
}
@media (max-width: 1023px) {
  /* line 20, ../sass/components/c-latest-news.scss */
  .c-latest-news__wrapper {
    grid-template-columns: repeat(1, minmax(0, 1fr));
    grid-gap: 20px 20px;
  }
}
/* line 31, ../sass/components/c-latest-news.scss */
.c-latest-news__item {
  background-color: var(--white);
  border: 1px solid var(--lightBorder);
  padding: 30px;
  border-radius: 2px;
  position: relative;
}
@media (max-width: 1023px) {
  /* line 31, ../sass/components/c-latest-news.scss */
  .c-latest-news__item {
    padding: 20px;
  }
}
/* line 43, ../sass/components/c-latest-news.scss */
.c-latest-news__item:hover .c-latest-news__text {
  background: var(--darkBlue);
  color: var(--white);
}
/* line 50, ../sass/components/c-latest-news.scss */
.c-latest-news__img {
  width: 100%;
  height: 265px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 1023px) {
  /* line 50, ../sass/components/c-latest-news.scss */
  .c-latest-news__img {
    max-height: 185px;
  }
}
/* line 60, ../sass/components/c-latest-news.scss */
.c-latest-news__text {
  position: absolute;
  left: 50px;
  bottom: 50px;
  text-align: center;
  font-family: var(--font-family-primary);
  font-size: 26.5px;
  font-style: normal;
  font-weight: 700;
  line-height: 116%;
  color: var(--black);
  background-color: var(--lightBlueGray);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  padding: 4px 8px;
}
@media (max-width: 1023px) {
  /* line 60, ../sass/components/c-latest-news.scss */
  .c-latest-news__text {
    font-size: 18px;
    padding: 4px 6px;
    left: 40px;
    bottom: 40px;
  }
}

/* line 3, ../sass/components/c-order-details.scss */
.c-order-details__header {
  background: var(--lightBlueHeader);
  border: 1px solid var(--lightBorder);
  border-bottom: none;
  padding: 19px 50px 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
/* line 12, ../sass/components/c-order-details.scss */
.c-order-details__header .order-header-text {
  color: var(--black);
  font-family: var(--font-family-primary);
  font-size: 27px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
/* line 20, ../sass/components/c-order-details.scss */
.c-order-details__header .order-header-text .order-number {
  font-weight: 400;
  margin-left: 10px;
}
/* line 27, ../sass/components/c-order-details.scss */
.c-order-details__dropdowns {
  margin: 30px 50px 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 43px;
}
@media (max-width: 1023px) {
  /* line 27, ../sass/components/c-order-details.scss */
  .c-order-details__dropdowns {
    margin: 30px 20px;
    gap: 17px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
/* line 39, ../sass/components/c-order-details.scss */
.c-order-details__dropdowns .order-dropdown__item {
  width: 50%;
}
@media (max-width: 1023px) {
  /* line 39, ../sass/components/c-order-details.scss */
  .c-order-details__dropdowns .order-dropdown__item {
    width: 100%;
  }
}
/* line 47, ../sass/components/c-order-details.scss */
.c-order-details__dropdowns .order-dropdown__title {
  color: var(--black);
  font-family: var(--font-family-primary);
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  background: var(--lightBlueHeader);
  border: 1px solid var(--lightBorder);
  padding: 15px 20px 15px 28px;
}
/* line 63, ../sass/components/c-order-details.scss */
.c-order-details__dropdowns .order-dropdown__title.open + .order-dropdown__content {
  overflow: visible;
  max-height: 500px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
/* line 69, ../sass/components/c-order-details.scss */
.c-order-details__dropdowns .order-dropdown__title.open svg {
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}
/* line 74, ../sass/components/c-order-details.scss */
.c-order-details__dropdowns .order-dropdown__title svg {
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}
/* line 78, ../sass/components/c-order-details.scss */
.c-order-details__dropdowns .order-dropdown__title svg path {
  fill: var(--black);
}
/* line 84, ../sass/components/c-order-details.scss */
.c-order-details__dropdowns .order-dropdown__content {
  overflow: hidden;
  max-height: 0px;
  -webkit-transition: max-height 0.5s ease;
  transition: max-height 0.5s ease;
}
/* line 89, ../sass/components/c-order-details.scss */
.c-order-details__dropdowns .order-dropdown__content .content-wrapper {
  padding: 17px 29px 21px;
  border-left: 1px solid var(--lightBorder);
  border-right: 1px solid var(--lightBorder);
  border-bottom: 1px solid var(--lightBorder);
  background: var(--white);
}
/* line 97, ../sass/components/c-order-details.scss */
.c-order-details__dropdowns .order-dropdown__content .title {
  color: var(--black);
  font-family: var(--font-family-secondary);
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
}
/* line 106, ../sass/components/c-order-details.scss */
.c-order-details__dropdowns .order-dropdown__content .description {
  color: var(--black);
  font-family: var(--font-family-secondary);
  font-size: 15px;
  font-style: normal;
  font-weight: 300;
  line-height: 24px;
  width: 70%;
  margin-bottom: 10px;
}
/* line 116, ../sass/components/c-order-details.scss */
.c-order-details__dropdowns .order-dropdown__content .description a {
  color: var(--darkBlue);
  text-decoration: underline;
}
/* line 125, ../sass/components/c-order-details.scss */
.c-order-details .button-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media (max-width: 1023px) {
  /* line 125, ../sass/components/c-order-details.scss */
  .c-order-details .button-wrapper {
    width: 100%;
  }
}
/* line 133, ../sass/components/c-order-details.scss */
.c-order-details .button-wrapper .back-button {
  color: var(--black);
  font-family: var(--font-family-secondary);
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 23px;
  text-decoration: none;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 20px;
}
@media (max-width: 1023px) {
  /* line 133, ../sass/components/c-order-details.scss */
  .c-order-details .button-wrapper .back-button {
    display: none;
  }
}
/* line 150, ../sass/components/c-order-details.scss */
.c-order-details .button-wrapper .back-button svg path {
  fill: var(--black);
}
/* line 155, ../sass/components/c-order-details.scss */
.c-order-details .button-wrapper .back-button span {
  margin-bottom: 3px;
}
/* line 161, ../sass/components/c-order-details.scss */
.c-order-details__content {
  background-color: var(--lightBlueGray);
  width: 100%;
  border: 1px solid var(--lightBorder);
}
/* line 167, ../sass/components/c-order-details.scss */
.c-order-details__content .pdf-wrapper {
  margin: 18px 50px 4px 50px;
  border-bottom: 1px solid var(--lightBorder);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 1023px) {
  /* line 167, ../sass/components/c-order-details.scss */
  .c-order-details__content .pdf-wrapper {
    margin: 15px 0px 5px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: inherit;
        -ms-flex-pack: inherit;
            justify-content: inherit;
    gap: 8px;
    border: none;
    padding: 0px 20px;
  }
}
/* line 184, ../sass/components/c-order-details.scss */
.c-order-details__content .pdf-wrapper .title {
  color: var(--black);
  font-family: var(--font-family-secondary);
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 32px;
  padding-left: 5px;
}
@media (max-width: 1023px) {
  /* line 184, ../sass/components/c-order-details.scss */
  .c-order-details__content .pdf-wrapper .title {
    padding-left: 0px;
    margin-bottom: 5px;
  }
}
/* line 199, ../sass/components/c-order-details.scss */
.c-order-details__content .pdf-wrapper .pdf-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 7px;
}
/* line 204, ../sass/components/c-order-details.scss */
.c-order-details__content .pdf-wrapper .pdf-link a {
  color: var(--darkBlue);
  font-family: var(--font-family-secondary);
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: 32px;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  -webkit-text-decoration-style: solid;
          text-decoration-style: solid;
  text-decoration-skip-ink: auto;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}
/* line 220, ../sass/components/c-order-details.scss */
.c-order-details__content .pdf-wrapper .pdf-link svg path {
  fill: var(--darkBlue);
}
/* line 228, ../sass/components/c-order-details.scss */
.c-order-details__list {
  padding: 12px 55px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 1023px) {
  /* line 228, ../sass/components/c-order-details.scss */
  .c-order-details__list {
    display: block;
    padding: 5px 20px;
  }
}
/* line 239, ../sass/components/c-order-details.scss */
.c-order-details__list .wrapper {
  width: 48%;
}
@media (max-width: 1023px) {
  /* line 239, ../sass/components/c-order-details.scss */
  .c-order-details__list .wrapper {
    width: 100%;
  }
}
/* line 246, ../sass/components/c-order-details.scss */
.c-order-details__list .wrapper .item {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  margin-bottom: 3px;
}
@media (max-width: 1023px) {
  /* line 246, ../sass/components/c-order-details.scss */
  .c-order-details__list .wrapper .item {
    display: block;
    margin-bottom: 15px;
  }
}
/* line 257, ../sass/components/c-order-details.scss */
.c-order-details__list .wrapper .item .title {
  color: var(--black);
  font-family: var(--font-family-secondary);
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  line-height: 32px;
}
@media (max-width: 1023px) {
  /* line 257, ../sass/components/c-order-details.scss */
  .c-order-details__list .wrapper .item .title {
    line-height: 22px;
  }
}
/* line 270, ../sass/components/c-order-details.scss */
.c-order-details__list .wrapper .item .description {
  color: var(--black);
  font-family: var(--font-family-secondary);
  font-size: 15px;
  font-style: normal;
  font-weight: 300;
  line-height: 32px;
}
@media (max-width: 1023px) {
  /* line 270, ../sass/components/c-order-details.scss */
  .c-order-details__list .wrapper .item .description {
    line-height: 22px;
  }
}
/* line 282, ../sass/components/c-order-details.scss */
.c-order-details__list .wrapper .item .description a {
  color: var(--darkBlue);
  text-decoration: underline;
}
/* line 293, ../sass/components/c-order-details.scss */
.c-order-details .c-shopping-details__table {
  padding: 0px 50px;
}
@media (max-width: 1023px) {
  /* line 293, ../sass/components/c-order-details.scss */
  .c-order-details .c-shopping-details__table {
    padding: 0px;
  }
}
/* line 300, ../sass/components/c-order-details.scss */
.c-order-details .c-shopping-details__table--mobile-heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 17px 20px 17px 17px;
  background-color: var(--lightSkyBlue);
  border-top: 1px solid var(--lightBorder);
  border-bottom: 1px solid var(--lightBorder);
  margin-top: 32px;
}
@media (min-width: 1024px) {
  /* line 300, ../sass/components/c-order-details.scss */
  .c-order-details .c-shopping-details__table--mobile-heading {
    display: none;
  }
}
/* line 314, ../sass/components/c-order-details.scss */
.c-order-details .c-shopping-details__table--mobile-heading .mobile-heading__title {
  color: var(--black);
  font-family: var(--font-family-primary);
  font-size: 17px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
/* line 323, ../sass/components/c-order-details.scss */
.c-order-details .c-shopping-details__table--mobile-heading .sorting-btn {
  border: 1px solid var(--darkBlue);
  background: var(--white);
  padding: 8px 11px;
  width: 38px;
  position: relative;
}
/* line 333, ../sass/components/c-order-details.scss */
.c-order-details .c-shopping-details__table--head.centered {
  text-align: center;
}
/* line 338, ../sass/components/c-order-details.scss */
.c-order-details .c-shopping-details__table--row {
  border-left: none;
  border-right: none;
}
@media (max-width: 1023px) {
  /* line 342, ../sass/components/c-order-details.scss */
  .c-order-details .c-shopping-details__table--row:nth-child(even) {
    background-color: var(--offWhite);
  }
}
/* line 350, ../sass/components/c-order-details.scss */
.c-order-details .c-shopping-details__table .item2 .price {
  font-weight: 400;
}
@media (max-width: 1023px) {
  /* line 350, ../sass/components/c-order-details.scss */
  .c-order-details .c-shopping-details__table .item2 .price {
    font-weight: 700;
  }
}
/* line 359, ../sass/components/c-order-details.scss */
.c-order-details .c-shopping-details__table .item4 {
  color: var(--gray);
  font-weight: 400;
  min-width: 122px;
}
@media (max-width: 1023px) {
  /* line 359, ../sass/components/c-order-details.scss */
  .c-order-details .c-shopping-details__table .item4 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: var(--black);
    font-family: var(--font-family-secondary);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    min-width: inherit;
  }
}
@media (max-width: 1023px) {
  /* line 379, ../sass/components/c-order-details.scss */
  .c-order-details .c-shopping-details__table .item5 .image-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 44px;
    height: 44px;
    min-width: 44px;
  }
}
/* line 390, ../sass/components/c-order-details.scss */
.c-order-details .c-shopping-details__climate-data {
  margin: 0;
  padding: 17px 20px;
}
/* line 396, ../sass/components/c-order-details.scss */
.c-order-details .sort-popup {
  position: absolute;
  top: calc(100% + 12px);
  background: var(--white);
  border: 1px solid var(--mediumBorder);
  border-radius: 1px;
  min-width: 308px;
  z-index: 1;
  -webkit-transform: translateX(-50%) scale(0);
          transform: translateX(-50%) scale(0);
  -webkit-box-shadow: 0 6px 10px rgba(0, 0, 0, 0.12), 0 2px 4px rgba(0, 0, 0, 0.08);
          box-shadow: 0 6px 10px rgba(0, 0, 0, 0.12), 0 2px 4px rgba(0, 0, 0, 0.08);
  margin-left: 7px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.25s ease-out, visibility 0.25s, -webkit-transform 0.25s ease-out;
  transition: opacity 0.25s ease-out, visibility 0.25s, -webkit-transform 0.25s ease-out;
  transition: opacity 0.25s ease-out, visibility 0.25s, transform 0.25s ease-out;
  transition: opacity 0.25s ease-out, visibility 0.25s, transform 0.25s ease-out, -webkit-transform 0.25s ease-out;
  -webkit-transform-origin: top center;
          transform-origin: top center;
}
@media (max-width: 1023px) {
  /* line 396, ../sass/components/c-order-details.scss */
  .c-order-details .sort-popup {
    top: calc(100% + 15px);
    width: calc(100vw - 80px);
    max-width: 308px;
    min-width: inherit;
    -webkit-transform: inherit;
            transform: inherit;
    margin-left: 0;
    right: -17px;
    -webkit-transform: translate(0) scale(0);
            transform: translate(0) scale(0);
    -webkit-transform-origin: top right;
            transform-origin: top right;
  }
}
/* line 424, ../sass/components/c-order-details.scss */
.c-order-details .sort-popup.open {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateX(-50%) scale(1);
          transform: translateX(-50%) scale(1);
  -webkit-transition: opacity 0.25s ease-out, visibility 0.25s, -webkit-transform 0.25s ease-out;
  transition: opacity 0.25s ease-out, visibility 0.25s, -webkit-transform 0.25s ease-out;
  transition: opacity 0.25s ease-out, visibility 0.25s, transform 0.25s ease-out;
  transition: opacity 0.25s ease-out, visibility 0.25s, transform 0.25s ease-out, -webkit-transform 0.25s ease-out;
}
@media (max-width: 1023px) {
  /* line 424, ../sass/components/c-order-details.scss */
  .c-order-details .sort-popup.open {
    -webkit-transform: translate(0) scale(1);
            transform: translate(0) scale(1);
  }
}
/* line 435, ../sass/components/c-order-details.scss */
.c-order-details .sort-popup:before {
  content: "";
  width: 20px;
  height: 20px;
  -webkit-box-shadow: 0 1px 14px rgba(0, 0, 0, 0.2);
          box-shadow: 0 1px 14px rgba(0, 0, 0, 0.2);
  background: var(--white);
  position: absolute;
  z-index: -1;
  left: 50%;
  -webkit-transform: translateX(-50%) rotate(45deg);
          transform: translateX(-50%) rotate(45deg);
  top: -10px;
  border: 1px solid var(--mediumBorder);
}
@media (max-width: 1023px) {
  /* line 435, ../sass/components/c-order-details.scss */
  .c-order-details .sort-popup:before {
    -webkit-transform: translateX(0) rotate(45deg);
            transform: translateX(0) rotate(45deg);
    left: inherit;
    right: 23px;
  }
}
/* line 455, ../sass/components/c-order-details.scss */
.c-order-details .sort-popup__item {
  background: var(--white);
  border-top: 1px solid var(--mediumBorder);
  padding: 18px 20px 15px;
}
/* line 460, ../sass/components/c-order-details.scss */
.c-order-details .sort-popup__item:first-child {
  border-top: none;
}
/* line 464, ../sass/components/c-order-details.scss */
.c-order-details .sort-popup__item--text {
  color: var(--black);
  font-family: var(--font-family-secondary);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

/* line 479, ../sass/components/c-order-details.scss */
.climate-steps__list {
  display: grid;
  gap: 30px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  list-style: none;
  padding: 0;
}
@media (max-width: 1023px) {
  /* line 479, ../sass/components/c-order-details.scss */
  .climate-steps__list {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
/* line 492, ../sass/components/c-order-details.scss */
.climate-steps__item {
  border: 1px solid #E0E0E0;
  background: #FCFCFC;
  position: relative;
  padding: 11px;
}
/* line 499, ../sass/components/c-order-details.scss */
.climate-steps__title {
  border: 1.13px solid #E0E0E0;
  background: #EDF2F8;
  color: var(--darkGray);
  text-align: center;
  font-family: var(--font-family-secondary);
  font-size: 17px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  padding: 35px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  width: 100%;
}
/* line 517, ../sass/components/c-order-details.scss */
.climate-steps__label {
  color: #FCFCFC;
  font-family: var(--font-family-secondary);
  font-size: 25.942px;
  font-style: normal;
  font-weight: 800;
  line-height: 39.53px;
  background: #A1CE4E;
  width: 48px;
  height: 48px;
  border-radius: 50px;
  position: absolute;
  left: -10px;
  top: -14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

/* line 1, ../sass/components/c-product-documents.scss */
.c-product-documents {
  position: relative;
}
/* line 4, ../sass/components/c-product-documents.scss */
.c-product-documents .back-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  right: 0;
  top: 17px;
  cursor: pointer;
  text-decoration: none;
}
@media (max-width: 1023px) {
  /* line 4, ../sass/components/c-product-documents.scss */
  .c-product-documents .back-btn {
    position: relative;
    right: inherit;
    top: inherit;
    margin: 20px 0px;
  }
}
/* line 23, ../sass/components/c-product-documents.scss */
.c-product-documents .back-btn span {
  color: var(--darkBlue);
  font-family: var(--font-family-secondary);
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 23px;
  margin-bottom: 1px;
}
/* line 34, ../sass/components/c-product-documents.scss */
.c-product-documents h1.title {
  text-align: left;
  margin-top: 27px;
}
@media (max-width: 1023px) {
  /* line 34, ../sass/components/c-product-documents.scss */
  .c-product-documents h1.title {
    margin-top: 20px;
  }
}
/* line 43, ../sass/components/c-product-documents.scss */
.c-product-documents__sidebar {
  grid-column: col-start 1 / span 3;
  margin-top: 50px;
}
/* line 48, ../sass/components/c-product-documents.scss */
.c-product-documents__table {
  grid-column: col-start 4 / span 9;
  margin: 50px 0px;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  overflow-x: auto;
  min-width: 800px;
}
@media (max-width: 1023px) {
  /* line 48, ../sass/components/c-product-documents.scss */
  .c-product-documents__table {
    width: 100%;
    left: calc(-7.5vw + 20px);
    padding-right: calc(22.5vw - 20px);
  }
}
/* line 62, ../sass/components/c-product-documents.scss */
.c-product-documents__table.climate-products-table {
  margin: 20px 0px;
}
@media (max-width: 1023px) {
  /* line 62, ../sass/components/c-product-documents.scss */
  .c-product-documents__table.climate-products-table {
    min-width: auto;
    padding-right: inherit;
    left: inherit;
  }
}
/* line 71, ../sass/components/c-product-documents.scss */
.c-product-documents__table.climate-products-table .climate-products-table__empty {
  color: var(--darkGray);
  font-family: var(--font-family-secondary);
  font-size: 21px;
  font-style: normal;
  font-weight: 300;
  line-height: 32px;
  padding: 25px 35px;
  border: 1px solid #C6C6C6;
  background: #FCFCFC;
  margin-top: 20px;
}
/* line 84, ../sass/components/c-product-documents.scss */
.c-product-documents__table.climate-products-table th {
  padding: 17px 10px 10px;
  text-align: left;
}
/* line 88, ../sass/components/c-product-documents.scss */
.c-product-documents__table.climate-products-table th:nth-child(1) {
  border-right: none;
}
/* line 92, ../sass/components/c-product-documents.scss */
.c-product-documents__table.climate-products-table th:nth-child(2) {
  border-left: none;
  padding-left: 5px;
}
/* line 98, ../sass/components/c-product-documents.scss */
.c-product-documents__table.climate-products-table td {
  padding: 10px;
  text-align: left;
}
/* line 102, ../sass/components/c-product-documents.scss */
.c-product-documents__table.climate-products-table td:nth-child(1) {
  border-right: none;
  padding: 5px;
  max-width: 60px;
}
/* line 108, ../sass/components/c-product-documents.scss */
.c-product-documents__table.climate-products-table td:nth-child(2) {
  border-left: none;
  padding-left: 5px;
}
/* line 114, ../sass/components/c-product-documents.scss */
.c-product-documents__table.climate-products-table .product-number {
  font-size: 14px;
}
/* line 118, ../sass/components/c-product-documents.scss */
.c-product-documents__table.climate-products-table .climate-products-table__empty {
  color: var(--darkGray);
  font-family: var(--font-family-secondary);
  font-size: 21px;
  font-style: normal;
  font-weight: 300;
  line-height: 32px;
  padding: 25px 35px;
  border: 1px solid #C6C6C6;
  background: #FCFCFC;
  margin-top: 20px;
}
/* line 132, ../sass/components/c-product-documents.scss */
.c-product-documents__table table {
  width: 100%;
  border-collapse: collapse;
}
/* line 136, ../sass/components/c-product-documents.scss */
.c-product-documents__table table th,
.c-product-documents__table table td {
  padding: 10px;
  border: 1px solid #E0E0E0;
  text-align: center;
}
/* line 143, ../sass/components/c-product-documents.scss */
.c-product-documents__table table th {
  background-color: #E3EBF3;
  color: #222;
  font-family: var(--font-family-secondary);
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 21.369px;
}
/* line 152, ../sass/components/c-product-documents.scss */
.c-product-documents__table table th:first-of-type {
  text-align: left;
}
/* line 158, ../sass/components/c-product-documents.scss */
.c-product-documents__table table td .product-title {
  color: #222;
  font-family: var(--font-family-secondary);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 21.369px;
  max-width: 140px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  text-align: left;
  text-decoration: none;
}
/* line 174, ../sass/components/c-product-documents.scss */
.c-product-documents__table table td .product-number {
  color: #898F96;
  font-family: var(--font-family-secondary);
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 21.369px;
  display: block;
  text-align: left;
}
/* line 185, ../sass/components/c-product-documents.scss */
.c-product-documents__table table td .product-text {
  color: var(--black);
  font-family: var(--font-family-secondary);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 21.369px;
}
/* line 193, ../sass/components/c-product-documents.scss */
.c-product-documents__table table td .product-text.climate-pdf-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
/* line 198, ../sass/components/c-product-documents.scss */
.c-product-documents__table table td .product-text a {
  color: var(--darkBlue);
  font-family: var(--font-family-secondary);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 21.369px;
  margin-left: 5px;
  text-decoration: none;
}
/* line 210, ../sass/components/c-product-documents.scss */
.c-product-documents__table table td .counter-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0px;
}
@media (max-width: 1023px) {
  /* line 210, ../sass/components/c-product-documents.scss */
  .c-product-documents__table table td .counter-wrapper {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: end;
    padding: 10px 12px 0px;
  }
}
/* line 220, ../sass/components/c-product-documents.scss */
.c-product-documents__table table td .counter-wrapper .counter-value {
  width: 32px;
  height: 28px;
  color: var(--black);
  font-size: 11.157px;
  font-weight: 500;
  font-family: var(--font-family-secondary);
  font-style: normal;
  line-height: normal;
  border: none;
  outline: none;
  border-top: 0.81px solid var(--lightBorder);
  border-bottom: 0.81px solid var(--lightBorder);
  background: var(--white);
  -ms-flex-line-pack: center;
      align-content: center;
  text-align: center;
}
@media (min-width: 1024px) {
  /* line 220, ../sass/components/c-product-documents.scss */
  .c-product-documents__table table td .counter-wrapper .counter-value {
    font-size: 14px;
    font-weight: 400;
    width: 37px;
    height: 35px;
  }
}
/* line 244, ../sass/components/c-product-documents.scss */
.c-product-documents__table table td .counter-wrapper .counter-value::-webkit-outer-spin-button, .c-product-documents__table table td .counter-wrapper .counter-value::-webkit-inner-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
}
/* line 252, ../sass/components/c-product-documents.scss */
.c-product-documents__table table td .counter-wrapper .counter-value[type=number] {
  -moz-appearance: textfield;
}
/* line 257, ../sass/components/c-product-documents.scss */
.c-product-documents__table table td .counter-wrapper button {
  border: none;
  width: 28px;
  height: 28px;
  color: var(--black);
  font-family: var(--font-family-secondary);
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  cursor: pointer;
  background-size: 11px 11px;
  border: 1px solid var(--lightBorder);
  background-color: var(--lightPinkishGray);
  border-radius: 1.075px;
  background-repeat: no-repeat;
  background-position: center center;
  font-family: none;
  -webkit-transition: background-color 0.5s ease;
  transition: background-color 0.5s ease;
}
@media (min-width: 1024px) {
  /* line 257, ../sass/components/c-product-documents.scss */
  .c-product-documents__table table td .counter-wrapper button {
    width: 31px;
    height: 35px;
  }
}
/* line 282, ../sass/components/c-product-documents.scss */
.c-product-documents__table table td .counter-wrapper button:hover {
  background-color: var(--lightBorder);
}
/* line 288, ../sass/components/c-product-documents.scss */
.c-product-documents__table table td .image-container {
  border-radius: 2px;
  border: 0.826px solid #E0E0E0;
  background: #FFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 54px;
  height: 54px;
  min-width: 54px;
  text-decoration: none;
}
/* line 300, ../sass/components/c-product-documents.scss */
.c-product-documents__table table td .image-container img {
  max-height: 100%;
  max-width: 100%;
  text-decoration: none;
}
/* line 308, ../sass/components/c-product-documents.scss */
.c-product-documents__table table td .product-logos img {
  width: auto;
  height: auto;
  max-width: 32px;
}
/* line 315, ../sass/components/c-product-documents.scss */
.c-product-documents__table table td .info-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0px;
  padding: 0px 10px;
}
@media (max-width: 1023px) {
  /* line 315, ../sass/components/c-product-documents.scss */
  .c-product-documents__table table td .info-label {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: end;
    padding: 0;
  }
}
/* line 325, ../sass/components/c-product-documents.scss */
.c-product-documents__table table td .info-label--image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 4px;
  background-color: var(--brightGreen);
  width: 33px;
  height: 33px;
}
/* line 334, ../sass/components/c-product-documents.scss */
.c-product-documents__table table td .info-label--image img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
}
/* line 343, ../sass/components/c-product-documents.scss */
.c-product-documents__table table td .info-label--text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 4px;
  background-color: var(--lightGreen);
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  height: 33px;
  color: var(--darkGreen);
  font-family: var(--font-family-secondary);
  font-size: 11px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -0.22px;
}
/* line 361, ../sass/components/c-product-documents.scss */
.c-product-documents__table table td.delete-btn {
  cursor: pointer;
}
/* line 365, ../sass/components/c-product-documents.scss */
.c-product-documents__table table td.climate-delete-btn {
  cursor: pointer;
}
/* line 372, ../sass/components/c-product-documents.scss */
.c-product-documents .document-type {
  background-color: rgba(217, 217, 217, 0.3);
  padding: 25px 30px 35px;
}
/* line 376, ../sass/components/c-product-documents.scss */
.c-product-documents .document-type__title {
  color: #222;
  font-family: var(--font-family-secondary);
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 18px;
}
/* line 386, ../sass/components/c-product-documents.scss */
.c-product-documents .document-type__text {
  color: #181831;
  font-family: var(--font-family-secondary);
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  position: relative;
  width: 100%;
  margin-bottom: 15px;
}
/* line 401, ../sass/components/c-product-documents.scss */
.c-product-documents .document-type__text.selected::after {
  content: '';
  position: absolute;
  left: 3px;
  width: 13px;
  height: 13px;
  background: #222222;
  border-radius: 0.56px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
/* line 413, ../sass/components/c-product-documents.scss */
.c-product-documents .document-type__text::before {
  content: '';
  border-radius: 1.57px;
  border: 0.86px solid #222222;
  background: var(--white);
  width: 19px;
  height: 19px;
  display: inline-block;
  margin-right: 3px;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  min-width: 19px;
}
/* line 428, ../sass/components/c-product-documents.scss */
.c-product-documents .document-type__download {
  color: #FFF;
  font-family: var(--font-family-secondary);
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  width: 100%;
  background: var(--darkBlue);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
  padding: 15px;
  text-decoration: none;
  margin: 18px 0px;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
/* line 446, ../sass/components/c-product-documents.scss */
.c-product-documents .document-type__download:hover {
  background: #DB672A;
}
/* line 450, ../sass/components/c-product-documents.scss */
.c-product-documents .document-type__download svg {
  width: 16px;
  height: 20px;
}
/* line 457, ../sass/components/c-product-documents.scss */
.c-product-documents__input-title {
  color: #222;
  font-family: var(--font-family-secondary);
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin: 18px 0px 13px;
}
/* line 467, ../sass/components/c-product-documents.scss */
.c-product-documents .c-shopping-details {
  margin-bottom: 50px;
}

/* line 472, ../sass/components/c-product-documents.scss */
.popup-document {
  background: white;
  border-radius: 6px;
  width: 100%;
  max-width: 600px;
  position: relative;
}
@media (max-width: 767px) {
  /* line 472, ../sass/components/c-product-documents.scss */
  .popup-document {
    margin: 0px 20px;
  }
}
/* line 483, ../sass/components/c-product-documents.scss */
.popup-document__overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.3);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 999;
  display: none;
}
/* line 495, ../sass/components/c-product-documents.scss */
.popup-document__overlay.open {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
/* line 499, ../sass/components/c-product-documents.scss */
.popup-document__overlay form {
  background: white;
  border-radius: 6px;
  width: 100%;
  max-width: 600px;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  position: relative;
}
/* line 507, ../sass/components/c-product-documents.scss */
.popup-document__overlay form .validation-summary-errors {
  margin: 16px 33px 0px;
}
@media (max-width: 767px) {
  /* line 507, ../sass/components/c-product-documents.scss */
  .popup-document__overlay form .validation-summary-errors {
    padding: 16px 22px 0px;
  }
}
/* line 517, ../sass/components/c-product-documents.scss */
.popup-document__header {
  border-bottom: 1px solid #C6C6C6;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
  padding: 26px 0px 17px 0px;
  position: relative;
}
/* line 525, ../sass/components/c-product-documents.scss */
.popup-document__header .info-icon {
  padding-left: 35px;
}
/* line 528, ../sass/components/c-product-documents.scss */
.popup-document__header .info-icon svg {
  width: 27px;
  height: 27px;
  display: block;
}
/* line 535, ../sass/components/c-product-documents.scss */
.popup-document__header .close-icon {
  position: absolute;
  top: 20px;
  right: 23px;
  cursor: pointer;
}
@media (max-width: 767px) {
  /* line 535, ../sass/components/c-product-documents.scss */
  .popup-document__header .close-icon {
    top: 16px;
    right: 20px;
  }
}
/* line 549, ../sass/components/c-product-documents.scss */
.popup-document__title {
  color: var(--black);
  font-family: var(--font-family-primary);
  font-size: 25px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
/* line 558, ../sass/components/c-product-documents.scss */
.popup-document__content {
  padding: 16px 33px 32px;
}
@media (max-width: 767px) {
  /* line 558, ../sass/components/c-product-documents.scss */
  .popup-document__content {
    padding: 16px 22px 25px;
  }
}
/* line 565, ../sass/components/c-product-documents.scss */
.popup-document__content.is-finalized {
  padding: 50px 33px 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 767px) {
  /* line 565, ../sass/components/c-product-documents.scss */
  .popup-document__content.is-finalized {
    padding: 38px 22px 80px;
  }
}
/* line 576, ../sass/components/c-product-documents.scss */
.popup-document__content.is-finalized .popup-document__text {
  display: none;
}
/* line 580, ../sass/components/c-product-documents.scss */
.popup-document__content.is-finalized .popup-document__input {
  display: none;
}
/* line 584, ../sass/components/c-product-documents.scss */
.popup-document__content.is-finalized .popup-document__buttons {
  display: none;
}
/* line 588, ../sass/components/c-product-documents.scss */
.popup-document__content.is-finalized .popup-document__message {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
/* line 595, ../sass/components/c-product-documents.scss */
.popup-document__text {
  color: var(--black);
  font-family: var(--font-family-secondary);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 21px;
  margin-bottom: 8px;
}
@media (max-width: 767px) {
  /* line 595, ../sass/components/c-product-documents.scss */
  .popup-document__text {
    margin-bottom: 18px;
  }
}
/* line 609, ../sass/components/c-product-documents.scss */
.popup-document__input {
  position: relative;
}
/* line 612, ../sass/components/c-product-documents.scss */
.popup-document__input input {
  width: 100%;
  border-radius: 3px;
  border: 1px solid #C6C6C6;
  padding: 14px;
  color: var(--black);
  font-family: var(--font-family-secondary);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 21px;
  padding-right: 115px;
}
@media (max-width: 767px) {
  /* line 612, ../sass/components/c-product-documents.scss */
  .popup-document__input input {
    padding: 14px 10px;
    padding-right: 65px;
  }
}
/* line 630, ../sass/components/c-product-documents.scss */
.popup-document__input input:focus-visible {
  outline: none;
}
/* line 635, ../sass/components/c-product-documents.scss */
.popup-document__input .edit-btn {
  display: none;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 24px;
  cursor: pointer;
}
@media (max-width: 767px) {
  /* line 635, ../sass/components/c-product-documents.scss */
  .popup-document__input .edit-btn {
    right: 14px;
  }
}
/* line 648, ../sass/components/c-product-documents.scss */
.popup-document__input .edit-btn svg path {
  fill: var(--darkBlue);
}
/* line 654, ../sass/components/c-product-documents.scss */
.popup-document__input .add-btn {
  display: block;
  position: absolute;
  height: calc(100% - 4px);
  top: 2px;
  right: 2px;
  color: #FFF;
  background: var(--darkBlue);
  text-align: center;
  font-family: var(--font-family-secondary);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  width: 110px;
  border-radius: 2px;
  border: none;
  cursor: pointer;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
/* line 674, ../sass/components/c-product-documents.scss */
.popup-document__input .add-btn:hover {
  background: #DB672A;
}
@media (max-width: 767px) {
  /* line 654, ../sass/components/c-product-documents.scss */
  .popup-document__input .add-btn {
    width: 60px;
    border-radius: 3px;
    font-size: 14px;
  }
}
/* line 686, ../sass/components/c-product-documents.scss */
.popup-document__input.edit-disabled input {
  background: #D9EAFD;
}
/* line 690, ../sass/components/c-product-documents.scss */
.popup-document__input.edit-disabled .edit-btn {
  display: block;
}
/* line 694, ../sass/components/c-product-documents.scss */
.popup-document__input.edit-disabled .add-btn {
  display: none;
}
/* line 700, ../sass/components/c-product-documents.scss */
.popup-document__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 27px;
  width: 100%;
}
@media (max-width: 767px) {
  /* line 700, ../sass/components/c-product-documents.scss */
  .popup-document__buttons {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 10px;
  }
}
/* line 712, ../sass/components/c-product-documents.scss */
.popup-document__buttons .btn {
  text-align: center;
  font-family: var(--font-family-primary);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  cursor: pointer;
  padding: 10px;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
  width: 226px;
}
@media (max-width: 767px) {
  /* line 712, ../sass/components/c-product-documents.scss */
  .popup-document__buttons .btn {
    width: 100%;
    border-radius: 3px;
  }
}
/* line 729, ../sass/components/c-product-documents.scss */
.popup-document__buttons .btn.button-secondary {
  color: #D4291E;
  border: 1px solid #D4291E;
  background: var(--white);
}
/* line 734, ../sass/components/c-product-documents.scss */
.popup-document__buttons .btn.button-secondary:hover {
  background: #D4291E;
  color: var(--white);
}
/* line 740, ../sass/components/c-product-documents.scss */
.popup-document__buttons .btn.button-primary {
  color: var(--white);
  border: 1px solid var(--darkBlue);
  background: var(--darkBlue);
}
/* line 745, ../sass/components/c-product-documents.scss */
.popup-document__buttons .btn.button-primary:disabled {
  opacity: 0.5;
}
/* line 748, ../sass/components/c-product-documents.scss */
.popup-document__buttons .btn.button-primary:disabled:hover {
  border: 1px solid var(--darkBlue);
  background: var(--darkBlue);
}
/* line 754, ../sass/components/c-product-documents.scss */
.popup-document__buttons .btn.button-primary:hover {
  border: 1px solid #DB672A;
  background: #DB672A;
}
/* line 762, ../sass/components/c-product-documents.scss */
.popup-document__message {
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 13px;
}
@media (max-width: 767px) {
  /* line 762, ../sass/components/c-product-documents.scss */
  .popup-document__message {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 18px;
  }
}
/* line 773, ../sass/components/c-product-documents.scss */
.popup-document__message .like-icon {
  width: 63px;
  height: 63px;
  background: #D7E8B5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 100%;
}
/* line 782, ../sass/components/c-product-documents.scss */
.popup-document__message .like-icon svg {
  width: 35px;
  height: 35px;
}
/* line 788, ../sass/components/c-product-documents.scss */
.popup-document__message .message {
  color: var(--black);
  font-family: var(--font-family-secondary);
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 21px;
}

/* line 800, ../sass/components/c-product-documents.scss */
.climate__download-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 1023px) {
  /* line 800, ../sass/components/c-product-documents.scss */
  .climate__download-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
  }
}
/* line 809, ../sass/components/c-product-documents.scss */
.climate__download-wrapper .climate-download {
  color: var(--white);
  font-family: var(--font-family-secondary);
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  background: var(--darkBlue);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
  padding: 15px 30px 15px 15px;
  text-decoration: none;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
/* line 825, ../sass/components/c-product-documents.scss */
.climate__download-wrapper .climate-download:hover {
  background: #DB672A;
}
/* line 829, ../sass/components/c-product-documents.scss */
.climate__download-wrapper .climate-download svg {
  width: 16px;
  height: 20px;
}

/* line 837, ../sass/components/c-product-documents.scss */
.climate-calculation__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 35px;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media (max-width: 1023px) {
  /* line 837, ../sass/components/c-product-documents.scss */
  .climate-calculation__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
    -webkit-box-align: normal;
        -ms-flex-align: normal;
            align-items: normal;
  }
}
/* line 849, ../sass/components/c-product-documents.scss */
.climate-calculation__wrapper .info-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0px;
  padding: 0px 10px;
}
@media (max-width: 1023px) {
  /* line 849, ../sass/components/c-product-documents.scss */
  .climate-calculation__wrapper .info-label {
    padding: 0;
  }
}
/* line 858, ../sass/components/c-product-documents.scss */
.climate-calculation__wrapper .info-label--image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 12px 6px;
  background-color: var(--brightGreen);
  width: 65px;
  height: 57px;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
/* line 869, ../sass/components/c-product-documents.scss */
.climate-calculation__wrapper .info-label--image img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
}
/* line 878, ../sass/components/c-product-documents.scss */
.climate-calculation__wrapper .info-label--text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 7px;
  background-color: var(--lightGreen);
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  height: 57px;
  color: var(--darkGreen);
  font-family: var(--font-family-secondary);
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -0.8px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
/* line 899, ../sass/components/c-product-documents.scss */
.climate-calculation__title {
  color: var(--black);
  font-family: var(--font-family-secondary);
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 20px;
}
@media (max-width: 1023px) {
  /* line 899, ../sass/components/c-product-documents.scss */
  .climate-calculation__title {
    margin-top: 15px;
  }
}
/* line 913, ../sass/components/c-product-documents.scss */
.climate-calculation__button {
  background: var(--darkBlue);
  border: 1px solid var(--darkBlue);
  color: var(--white);
  text-align: center;
  font-family: var(--font-family-secondary);
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
  cursor: pointer;
  min-width: 280px;
  padding: 14px;
}
@media (max-width: 1023px) {
  /* line 913, ../sass/components/c-product-documents.scss */
  .climate-calculation__button {
    width: 100%;
  }
}
/* line 933, ../sass/components/c-product-documents.scss */
.climate-calculation__button:hover:hover {
  border: 1px solid #DB672A;
  background: #DB672A;
}

/* line 941, ../sass/components/c-product-documents.scss */
.climate-nav-popup-container {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 10000;
  overflow: auto;
  background-color: rgba(22, 22, 22, 0.5);
}
/* line 950, ../sass/components/c-product-documents.scss */
.climate-nav-popup-container.open {
  display: block;
}
/* line 953, ../sass/components/c-product-documents.scss */
.climate-nav-popup-container.open .climate-nav-popup {
  display: block;
}
/* line 958, ../sass/components/c-product-documents.scss */
.climate-nav-popup-container .climate-nav-popup {
  display: none;
  position: relative;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 90%;
  max-width: 850px;
  height: auto;
  background: var(--white);
  padding: 54px 0 30px 0;
  -webkit-animation: fadeIn 0.5s ease;
          animation: fadeIn 0.5s ease;
  border-radius: 10px;
}
@media (max-width: 1023px) {
  /* line 958, ../sass/components/c-product-documents.scss */
  .climate-nav-popup-container .climate-nav-popup {
    padding: 24px 0 30px 0;
  }
}
/* line 976, ../sass/components/c-product-documents.scss */
.climate-nav-popup-container .climate-nav-popup > * {
  padding: 0 60px;
}
@media (max-width: 1023px) {
  /* line 976, ../sass/components/c-product-documents.scss */
  .climate-nav-popup-container .climate-nav-popup > * {
    padding: 0px 20px;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@media (max-width: 767px) {
  /* line 958, ../sass/components/c-product-documents.scss */
  .climate-nav-popup-container .climate-nav-popup {
    width: 90%;
  }
}
/* line 998, ../sass/components/c-product-documents.scss */
.climate-nav-popup-container .climate-nav-popup .title {
  color: var(--black);
  font-family: var(--font-family-primary);
  font-size: 25px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  padding-bottom: 15px;
  margin-bottom: 60px;
  border-bottom: 1px solid var(--lightBorder);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
/* line 1012, ../sass/components/c-product-documents.scss */
.climate-nav-popup-container .climate-nav-popup .title svg {
  width: 40.5px;
  height: 34.5px;
}
/* line 1020, ../sass/components/c-product-documents.scss */
.climate-nav-popup-container .climate-nav-popup .content .documentation__tiles {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-bottom: 130px;
}
@media (max-width: 1023px) {
  /* line 1020, ../sass/components/c-product-documents.scss */
  .climate-nav-popup-container .climate-nav-popup .content .documentation__tiles {
    grid-template-columns: repeat(1, minmax(0, 1fr));
    margin-bottom: 60px;
  }
}
/* line 1032, ../sass/components/c-product-documents.scss */
.climate-nav-popup-container .climate-nav-popup .close {
  position: absolute;
  right: 20px;
  top: 20px;
  border: none;
  background: var(--white);
  cursor: pointer;
  padding: 0;
}

/* line 3, ../sass/components/c-quotes.scss */
.c-quotes .shopping-list__new-list-button {
  border: 1px dashed #7E7D7D;
  background: rgba(255, 255, 255, 0.3);
}
@media (min-width: 1024px) {
  /* line 9, ../sass/components/c-quotes.scss */
  .c-quotes .c-tab-navigation {
    margin: 36px 0px 90px;
    position: relative;
  }
}
@media (max-width: 1023px) {
  /* line 15, ../sass/components/c-quotes.scss */
  .c-quotes .c-tab-navigation__main {
    gap: 10px;
  }
}
@media (min-width: 1024px) {
  /* line 21, ../sass/components/c-quotes.scss */
  .c-quotes .c-tab-navigation__item {
    -webkit-box-flex: inherit;
        -ms-flex: inherit;
            flex: inherit;
    max-width: inherit;
    min-width: 224px;
  }
}
@media (max-width: 1023px) {
  /* line 21, ../sass/components/c-quotes.scss */
  .c-quotes .c-tab-navigation__item {
    border-bottom: 1px solid var(--lightBorder);
  }
}
@media (max-width: 1023px) {
  /* line 34, ../sass/components/c-quotes.scss */
  .c-quotes .c-tab-navigation__item.open .c-tab-navigation__title {
    background: #EDF2F8;
  }
}
@media (min-width: 1023px) {
  /* line 45, ../sass/components/c-quotes.scss */
  .c-quotes .c-tab-navigation__item:not(.active):hover .c-tab-navigation__image svg path {
    fill: var(--white);
  }
}
@media (min-width: 1024px) {
  /* line 56, ../sass/components/c-quotes.scss */
  .c-quotes .c-tab-navigation__inner {
    border-top: 1px solid var(--lightBorder);
    margin-top: -1px;
  }
}
@media (max-width: 1023px) {
  /* line 64, ../sass/components/c-quotes.scss */
  .c-quotes .c-tab-navigation__content[data-tab="tab1"] .c-tab-navigation__content-inner {
    padding: 0px;
  }
}
@media (min-width: 1024px) {
  /* line 71, ../sass/components/c-quotes.scss */
  .c-quotes .c-tab-navigation__content-inner {
    padding: 40px 47px 100px;
  }
}
/* line 78, ../sass/components/c-quotes.scss */
.c-quotes__card {
  border: 1px solid rgba(0, 0, 0, 0.1);
  background: rgba(217, 217, 217, 0.1);
  padding: 23px 30px 30px;
  width: 100%;
}
@media (max-width: 1023px) {
  /* line 78, ../sass/components/c-quotes.scss */
  .c-quotes__card {
    padding: 20px 20px 20px;
  }
}
@media (max-width: 1023px) {
  /* line 88, ../sass/components/c-quotes.scss */
  .c-quotes__card.card-with-label {
    background: var(--white);
  }
}
/* line 94, ../sass/components/c-quotes.scss */
.c-quotes__card--wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 50px;
  margin-bottom: 45px;
}
@media (max-width: 1023px) {
  /* line 94, ../sass/components/c-quotes.scss */
  .c-quotes__card--wrapper {
    gap: 0px;
    margin-bottom: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
/* line 106, ../sass/components/c-quotes.scss */
.c-quotes__card--title {
  color: var(--darkGray);
  font-family: var(--font-family-secondary);
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 23px;
  margin-bottom: 13px;
}
@media (min-width: 1024px) {
  /* line 116, ../sass/components/c-quotes.scss */
  .c-quotes__card .input__container {
    margin-bottom: 0px;
  }
}
@media (min-width: 1024px) {
  /* line 122, ../sass/components/c-quotes.scss */
  .c-quotes__card .input__container .input__item.half {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 calc(50% - 15px);
            flex: 1 1 calc(50% - 15px);
    max-width: calc(50% - 15px);
  }
}
@media (min-width: 1024px) {
  /* line 129, ../sass/components/c-quotes.scss */
  .c-quotes__card .input__container .input__item.quarter {
    max-width: calc((100% - 90px) / 4);
    -webkit-box-flex: 1;
        -ms-flex: 1 1 calc((100% - 90px) / 4);
            flex: 1 1 calc((100% - 90px) / 4);
    height: 50px;
  }
}
/* line 136, ../sass/components/c-quotes.scss */
.c-quotes__card .input__container .input__item.quarter.textarea {
  height: 141px;
}
/* line 139, ../sass/components/c-quotes.scss */
.c-quotes__card .input__container .input__item.quarter.textarea textarea {
  height: 141px;
}
/* line 147, ../sass/components/c-quotes.scss */
.c-quotes__card .input__container textarea:hover {
  border: 1px solid var(--darkBlue);
}
/* line 150, ../sass/components/c-quotes.scss */
.c-quotes__card .input__container textarea:hover::-webkit-input-placeholder {
  color: var(--darkBlue);
}
.c-quotes__card .input__container textarea:hover:-ms-input-placeholder {
  color: var(--darkBlue);
}
.c-quotes__card .input__container textarea:hover::-ms-input-placeholder {
  color: var(--darkBlue);
}
.c-quotes__card .input__container textarea:hover::placeholder {
  color: var(--darkBlue);
}
/* line 155, ../sass/components/c-quotes.scss */
.c-quotes__card .input__container textarea:focus {
  border: 1px solid var(--mediumBorder);
}
/* line 158, ../sass/components/c-quotes.scss */
.c-quotes__card .input__container textarea:focus::-webkit-input-placeholder {
  color: transparent;
}
.c-quotes__card .input__container textarea:focus:-ms-input-placeholder {
  color: transparent;
}
.c-quotes__card .input__container textarea:focus::-ms-input-placeholder {
  color: transparent;
}
.c-quotes__card .input__container textarea:focus::placeholder {
  color: transparent;
}
/* line 163, ../sass/components/c-quotes.scss */
.c-quotes__card .input__container textarea:focus-visible {
  outline: none;
}
/* line 166, ../sass/components/c-quotes.scss */
.c-quotes__card .input__container textarea:focus-visible + label {
  opacity: 1;
  color: var(--darkBlue);
}
/* line 172, ../sass/components/c-quotes.scss */
.c-quotes__card .input__container textarea.has-value {
  color: var(--black);
  border: 1.692px solid var(--lightBorder);
  cursor: pointer;
}
/* line 177, ../sass/components/c-quotes.scss */
.c-quotes__card .input__container textarea.has-value + label {
  color: var(--darkBlue);
  top: 0%;
  font-size: 13px;
  background-color: var(--white);
  opacity: 1;
}
/* line 187, ../sass/components/c-quotes.scss */
.c-quotes__card .input__container label.textarea-label {
  color: var(--black);
  font-family: var(--font-family-secondary);
  font-size: 13px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  position: absolute;
  left: 18px;
  top: 0%;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
  cursor: pointer;
  background-color: var(--white);
  padding: 0px 3px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  opacity: 0;
}
/* line 206, ../sass/components/c-quotes.scss */
.c-quotes__card.quotes-footer {
  position: relative;
}
/* line 209, ../sass/components/c-quotes.scss */
.c-quotes__card.quotes-footer .quotes-checkbox {
  position: absolute;
  top: 130px;
  right: 60px;
}
@media (max-width: 1023px) {
  /* line 209, ../sass/components/c-quotes.scss */
  .c-quotes__card.quotes-footer .quotes-checkbox {
    position: relative;
    margin: 10px 0px;
    top: inherit;
    right: inherit;
  }
}
/* line 224, ../sass/components/c-quotes.scss */
.c-quotes__label {
  background: #477FBA;
  padding: 5px 10px;
  border-radius: 5px;
  margin-bottom: 13px;
  color: var(--white);
  font-family: var(--font-family-primary);
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: capitalize;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
}
/* line 239, ../sass/components/c-quotes.scss */
.c-quotes__address {
  color: var(--darkGray);
  font-family: var(--font-family-secondary);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  max-width: 200px;
}
/* line 249, ../sass/components/c-quotes.scss */
.c-quotes__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 1023px) {
  /* line 249, ../sass/components/c-quotes.scss */
  .c-quotes__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
/* line 258, ../sass/components/c-quotes.scss */
.c-quotes__left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 42px;
}
@media (max-width: 1023px) {
  /* line 258, ../sass/components/c-quotes.scss */
  .c-quotes__left {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 28px;
  }
}
/* line 270, ../sass/components/c-quotes.scss */
.c-quotes__left.display-block {
  display: block;
}
/* line 274, ../sass/components/c-quotes.scss */
.c-quotes__left .c-quotes__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
}
@media (max-width: 1023px) {
  /* line 274, ../sass/components/c-quotes.scss */
  .c-quotes__left .c-quotes__item {
    width: 100%;
  }
}
/* line 283, ../sass/components/c-quotes.scss */
.c-quotes__left .c-quotes__item .article-title {
  color: var(--darkGray);
  font-family: var(--font-family-secondary);
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
@media (max-width: 1023px) {
  /* line 283, ../sass/components/c-quotes.scss */
  .c-quotes__left .c-quotes__item .article-title {
    display: none;
  }
}
/* line 296, ../sass/components/c-quotes.scss */
.c-quotes__left .c-quotes__item .percentage-title {
  color: var(--darkGray);
  font-family: var(--font-family-secondary);
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
/* line 305, ../sass/components/c-quotes.scss */
.c-quotes__left .c-quotes__item .percentage-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
}
/* line 309, ../sass/components/c-quotes.scss */
.c-quotes__left .c-quotes__item .percentage-wrapper input {
  border-radius: 1px;
  border: 1px solid #DFD9D9;
  background: #FFF;
  height: 50px;
  color: var(--black);
  font-family: var(--font-family-secondary);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  width: 70px;
  text-align: center;
}
@media (max-width: 1023px) {
  /* line 309, ../sass/components/c-quotes.scss */
  .c-quotes__left .c-quotes__item .percentage-wrapper input {
    width: 100%;
    max-width: 70px;
  }
}
/* line 328, ../sass/components/c-quotes.scss */
.c-quotes__left .c-quotes__item .percentage-wrapper input:focus-visible {
  outline: none;
}
/* line 331, ../sass/components/c-quotes.scss */
.c-quotes__left .c-quotes__item .percentage-wrapper input:focus-visible::-webkit-input-placeholder {
  color: transparent;
}
.c-quotes__left .c-quotes__item .percentage-wrapper input:focus-visible:-ms-input-placeholder {
  color: transparent;
}
.c-quotes__left .c-quotes__item .percentage-wrapper input:focus-visible::-ms-input-placeholder {
  color: transparent;
}
.c-quotes__left .c-quotes__item .percentage-wrapper input:focus-visible::placeholder {
  color: transparent;
}
/* line 337, ../sass/components/c-quotes.scss */
.c-quotes__left .c-quotes__item .percentage-wrapper button {
  border: 1px solid var(--darkBlue);
  color: var(--darkBlue);
  background: var(--white);
  font-family: var(--font-family-secondary);
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  height: 50px;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
  padding: 0px 23px;
  cursor: pointer;
}
@media (max-width: 1023px) {
  /* line 337, ../sass/components/c-quotes.scss */
  .c-quotes__left .c-quotes__item .percentage-wrapper button {
    width: 100%;
  }
}
/* line 356, ../sass/components/c-quotes.scss */
.c-quotes__left .c-quotes__item .percentage-wrapper button:hover {
  color: var(--white);
  background: var(--darkBlue);
}
/* line 364, ../sass/components/c-quotes.scss */
.c-quotes__left .buttons-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 34px;
  margin-top: 50px;
}
@media (max-width: 1023px) {
  /* line 364, ../sass/components/c-quotes.scss */
  .c-quotes__left .buttons-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 25px;
    gap: 15px;
  }
}
/* line 376, ../sass/components/c-quotes.scss */
.c-quotes__left .buttons-wrapper .save-as-pdf {
  border: 1px solid var(--darkBlue);
  color: var(--darkBlue);
  background: var(--white);
  font-family: var(--font-family-secondary);
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  height: 50px;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
  padding: 0px 23px;
  cursor: pointer;
  text-decoration: none;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 1023px) {
  /* line 376, ../sass/components/c-quotes.scss */
  .c-quotes__left .buttons-wrapper .save-as-pdf {
    width: 100%;
  }
}
/* line 399, ../sass/components/c-quotes.scss */
.c-quotes__left .buttons-wrapper .save-as-pdf:hover {
  color: var(--white);
  background: var(--darkBlue);
}
/* line 405, ../sass/components/c-quotes.scss */
.c-quotes__left .buttons-wrapper .add-to-cart {
  border: 1px solid var(--darkBlue);
  color: var(--darkBlue);
  background: var(--white);
  font-family: var(--font-family-secondary);
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  height: 50px;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
  padding: 0px 23px;
  cursor: pointer;
}
@media (max-width: 1023px) {
  /* line 405, ../sass/components/c-quotes.scss */
  .c-quotes__left .buttons-wrapper .add-to-cart {
    width: 100%;
  }
}
/* line 424, ../sass/components/c-quotes.scss */
.c-quotes__left .buttons-wrapper .add-to-cart:hover {
  color: var(--white);
  background: var(--darkBlue);
}
/* line 431, ../sass/components/c-quotes.scss */
.c-quotes__left .options-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 90px;
}
@media (max-width: 1023px) {
  /* line 431, ../sass/components/c-quotes.scss */
  .c-quotes__left .options-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 15px;
  }
}
/* line 441, ../sass/components/c-quotes.scss */
.c-quotes__left .options-wrapper .radio-options .radio-title {
  color: #010105;
  font-family: var(--font-family-primary);
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 25px;
}
@media (max-width: 1023px) {
  /* line 441, ../sass/components/c-quotes.scss */
  .c-quotes__left .options-wrapper .radio-options .radio-title {
    margin-bottom: 13px;
  }
}
/* line 455, ../sass/components/c-quotes.scss */
.c-quotes__left .options-wrapper .radio-options .radio-item {
  position: relative;
  margin-bottom: 12px;
}
/* line 459, ../sass/components/c-quotes.scss */
.c-quotes__left .options-wrapper .radio-options .radio-item input {
  position: absolute;
  left: -9999px;
}
/* line 465, ../sass/components/c-quotes.scss */
.c-quotes__left .options-wrapper .radio-options .radio-item input.checked-input + label:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 20px;
  height: 20px;
  border: 1px solid var(--darkGray);
  border-radius: 100%;
  background: #fff;
}
/* line 477, ../sass/components/c-quotes.scss */
.c-quotes__left .options-wrapper .radio-options .radio-item input.checked-input + label:after {
  content: '';
  width: 14px;
  height: 14px;
  background: var(--darkGray);
  position: absolute;
  top: 4px;
  left: 4px;
  border-radius: 100%;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
/* line 494, ../sass/components/c-quotes.scss */
.c-quotes__left .options-wrapper .radio-options .radio-item input:not(.checked-input) + label:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 20px;
  height: 20px;
  border: 1px solid var(--darkGray);
  border-radius: 100%;
  background: #fff;
}
/* line 506, ../sass/components/c-quotes.scss */
.c-quotes__left .options-wrapper .radio-options .radio-item input:not(.checked-input) + label:after {
  content: '';
  width: 14px;
  height: 14px;
  background: var(--darkGray);
  position: absolute;
  top: 4px;
  left: 4px;
  border-radius: 100%;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  opacity: 0;
}
/* line 523, ../sass/components/c-quotes.scss */
.c-quotes__left .options-wrapper .radio-options .radio-item label {
  cursor: pointer;
  color: var(--black);
  font-family: var(--font-family-secondary);
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  padding-left: 28px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
/* line 538, ../sass/components/c-quotes.scss */
.c-quotes__left .options-wrapper .checkbox-options .checkbox-title {
  color: #010105;
  font-family: var(--font-family-primary);
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 25px;
}
@media (max-width: 1023px) {
  /* line 538, ../sass/components/c-quotes.scss */
  .c-quotes__left .options-wrapper .checkbox-options .checkbox-title {
    margin-bottom: 13px;
  }
}
/* line 552, ../sass/components/c-quotes.scss */
.c-quotes__left .options-wrapper .checkbox-options .checkbox-main-container {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
/* line 556, ../sass/components/c-quotes.scss */
.c-quotes__left .options-wrapper .checkbox-options .checkbox-main-container .checkbox__wrapper {
  margin: 0px;
  margin-bottom: 13px;
}
@media (max-width: 1023px) {
  /* line 556, ../sass/components/c-quotes.scss */
  .c-quotes__left .options-wrapper .checkbox-options .checkbox-main-container .checkbox__wrapper {
    margin-bottom: 25px;
  }
}
/* line 570, ../sass/components/c-quotes.scss */
.c-quotes__right.tab-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: auto;
}
@media (max-width: 1023px) {
  /* line 570, ../sass/components/c-quotes.scss */
  .c-quotes__right.tab-nav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 15px;
  }
}
/* line 581, ../sass/components/c-quotes.scss */
.c-quotes__right .extra-info-btn {
  color: rgba(0, 0, 0, 0.7);
  text-align: center;
  font-family: var(--font-family-secondary);
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  background: #F5F7FB;
  border: 0.826px solid #E0E0E0;
  padding: 18px 18px 15px 18px;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
  border-left: none;
  cursor: pointer;
  position: relative;
}
@media (max-width: 1023px) {
  /* line 581, ../sass/components/c-quotes.scss */
  .c-quotes__right .extra-info-btn {
    width: 100%;
    padding: 14px 18px;
    text-align: left;
    font-weight: 700;
    border-left: 0.826px solid #E0E0E0;
    margin-top: 13px;
  }
}
/* line 607, ../sass/components/c-quotes.scss */
.c-quotes__right .extra-info-btn:first-child {
  border-left: 0.826px solid #E0E0E0;
}
/* line 611, ../sass/components/c-quotes.scss */
.c-quotes__right .extra-info-btn:hover {
  background: #FAFAFA;
}
/* line 617, ../sass/components/c-quotes.scss */
.c-quotes__right .extra-info-btn span::before {
  content: "+ ";
}
@media (max-width: 1023px) {
  /* line 623, ../sass/components/c-quotes.scss */
  .c-quotes__right .extra-info-btn.tab-cost-rot.active {
    border-bottom: 0.826px solid #E0E0E0;
  }
}
/* line 629, ../sass/components/c-quotes.scss */
.c-quotes__right .extra-info-btn.tab-cost-rot.active::after {
  content: none;
}
/* line 633, ../sass/components/c-quotes.scss */
.c-quotes__right .extra-info-btn.tab-cost-rot.active::before {
  content: none;
}
/* line 638, ../sass/components/c-quotes.scss */
.c-quotes__right .extra-info-btn.tab-cost-rot.active span::before {
  content: "+ ";
}
/* line 645, ../sass/components/c-quotes.scss */
.c-quotes__right .extra-info-btn.active {
  background: #E3EBF3;
}
@media (max-width: 1023px) {
  /* line 645, ../sass/components/c-quotes.scss */
  .c-quotes__right .extra-info-btn.active {
    background: #F5F7FB;
    border-bottom: none;
  }
}
/* line 653, ../sass/components/c-quotes.scss */
.c-quotes__right .extra-info-btn.active::after {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  border-width: 5px 6px 0 6px;
  border-style: solid;
  border-color: #E3EBF3 transparent transparent transparent;
}
@media (max-width: 1023px) {
  /* line 653, ../sass/components/c-quotes.scss */
  .c-quotes__right .extra-info-btn.active::after {
    content: none;
  }
}
/* line 668, ../sass/components/c-quotes.scss */
.c-quotes__right .extra-info-btn.active::before {
  content: "";
  position: absolute;
  bottom: -6px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  border-width: 6px 7px 0 7px;
  border-style: solid;
  border-color: #E0E0E0 transparent transparent transparent;
}
@media (max-width: 1023px) {
  /* line 668, ../sass/components/c-quotes.scss */
  .c-quotes__right .extra-info-btn.active::before {
    content: none;
  }
}
/* line 684, ../sass/components/c-quotes.scss */
.c-quotes__right .extra-info-btn.active span::before {
  content: "- ";
}
/* line 692, ../sass/components/c-quotes.scss */
.c-quotes .extra-info-wrapper {
  display: none;
}
/* line 695, ../sass/components/c-quotes.scss */
.c-quotes .extra-info-wrapper form {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
  background: #FAFAFA;
  border: 0.826px solid #E0E0E0;
  padding: 40px;
  margin-top: 13px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 1023px) {
  /* line 695, ../sass/components/c-quotes.scss */
  .c-quotes .extra-info-wrapper form {
    margin-top: 0px;
    background: #F5F7FB;
    padding: 25px 18px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 100%;
    gap: 12px;
    border-top: none;
  }
}
/* line 715, ../sass/components/c-quotes.scss */
.c-quotes .extra-info-wrapper.active {
  display: block;
}
/* line 719, ../sass/components/c-quotes.scss */
.c-quotes .extra-info-wrapper .select-wrapper {
  position: relative;
  width: 100%;
  max-width: 360px;
}
@media (max-width: 1023px) {
  /* line 719, ../sass/components/c-quotes.scss */
  .c-quotes .extra-info-wrapper .select-wrapper {
    max-width: 100%;
  }
}
/* line 728, ../sass/components/c-quotes.scss */
.c-quotes .extra-info-wrapper .select-wrapper svg {
  position: absolute;
  right: 24px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  pointer-events: none;
}
/* line 738, ../sass/components/c-quotes.scss */
.c-quotes .extra-info-wrapper .select-wrapper.open svg {
  -webkit-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
/* line 746, ../sass/components/c-quotes.scss */
.c-quotes .extra-info-wrapper.tab-cost-rot input {
  border-radius: 1px;
  border: 1px solid #DFD9D9;
  background: #FFF;
  height: 50px;
  color: var(--black);
  font-family: var(--font-family-secondary);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  width: 100%;
  padding: 0px 14px;
}
/* line 760, ../sass/components/c-quotes.scss */
.c-quotes .extra-info-wrapper.tab-cost-rot input:focus-visible {
  outline: none;
}
/* line 763, ../sass/components/c-quotes.scss */
.c-quotes .extra-info-wrapper.tab-cost-rot input:focus-visible::-webkit-input-placeholder {
  color: transparent;
}
.c-quotes .extra-info-wrapper.tab-cost-rot input:focus-visible:-ms-input-placeholder {
  color: transparent;
}
.c-quotes .extra-info-wrapper.tab-cost-rot input:focus-visible::-ms-input-placeholder {
  color: transparent;
}
.c-quotes .extra-info-wrapper.tab-cost-rot input:focus-visible::placeholder {
  color: transparent;
}
/* line 768, ../sass/components/c-quotes.scss */
.c-quotes .extra-info-wrapper.tab-cost-rot input::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.4);
  font-family: var(--font-family-secondary);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.c-quotes .extra-info-wrapper.tab-cost-rot input:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.4);
  font-family: var(--font-family-secondary);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.c-quotes .extra-info-wrapper.tab-cost-rot input::-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.4);
  font-family: var(--font-family-secondary);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.c-quotes .extra-info-wrapper.tab-cost-rot input::placeholder {
  color: rgba(0, 0, 0, 0.4);
  font-family: var(--font-family-secondary);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
/* line 777, ../sass/components/c-quotes.scss */
.c-quotes .extra-info-wrapper.tab-cost-rot input.tab-cost-rot-description {
  max-width: 230px;
}
@media (max-width: 1023px) {
  /* line 777, ../sass/components/c-quotes.scss */
  .c-quotes .extra-info-wrapper.tab-cost-rot input.tab-cost-rot-description {
    max-width: 100%;
  }
}
/* line 786, ../sass/components/c-quotes.scss */
.c-quotes .extra-info-wrapper.tab-cost-rot .tab-button {
  border: 1px solid var(--darkBlue);
  color: var(--darkBlue);
  background: var(--white);
  font-family: var(--font-family-secondary);
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  height: 50px;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
  padding: 0px 23px;
  cursor: pointer;
}
@media (max-width: 1023px) {
  /* line 786, ../sass/components/c-quotes.scss */
  .c-quotes .extra-info-wrapper.tab-cost-rot .tab-button {
    width: 100%;
    background: #F5F7FB;
  }
}
/* line 806, ../sass/components/c-quotes.scss */
.c-quotes .extra-info-wrapper.tab-cost-rot .tab-button:hover {
  color: var(--white);
  background: var(--darkBlue);
}
/* line 814, ../sass/components/c-quotes.scss */
.c-quotes .extra-info-wrapper.tab-cost-custom input {
  border-radius: 1px;
  border: 1px solid #DFD9D9;
  background: #FFF;
  height: 50px;
  color: var(--black);
  font-family: var(--font-family-secondary);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  width: 100%;
  padding: 0px 14px;
}
/* line 828, ../sass/components/c-quotes.scss */
.c-quotes .extra-info-wrapper.tab-cost-custom input:focus-visible {
  outline: none;
}
/* line 831, ../sass/components/c-quotes.scss */
.c-quotes .extra-info-wrapper.tab-cost-custom input:focus-visible::-webkit-input-placeholder {
  color: transparent;
}
.c-quotes .extra-info-wrapper.tab-cost-custom input:focus-visible:-ms-input-placeholder {
  color: transparent;
}
.c-quotes .extra-info-wrapper.tab-cost-custom input:focus-visible::-ms-input-placeholder {
  color: transparent;
}
.c-quotes .extra-info-wrapper.tab-cost-custom input:focus-visible::placeholder {
  color: transparent;
}
/* line 836, ../sass/components/c-quotes.scss */
.c-quotes .extra-info-wrapper.tab-cost-custom input::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.4);
  font-family: var(--font-family-secondary);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.c-quotes .extra-info-wrapper.tab-cost-custom input:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.4);
  font-family: var(--font-family-secondary);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.c-quotes .extra-info-wrapper.tab-cost-custom input::-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.4);
  font-family: var(--font-family-secondary);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.c-quotes .extra-info-wrapper.tab-cost-custom input::placeholder {
  color: rgba(0, 0, 0, 0.4);
  font-family: var(--font-family-secondary);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
/* line 845, ../sass/components/c-quotes.scss */
.c-quotes .extra-info-wrapper.tab-cost-custom input.tab-cost-custom-description {
  max-width: 360px;
}
@media (max-width: 1023px) {
  /* line 845, ../sass/components/c-quotes.scss */
  .c-quotes .extra-info-wrapper.tab-cost-custom input.tab-cost-custom-description {
    max-width: 100%;
  }
}
/* line 853, ../sass/components/c-quotes.scss */
.c-quotes .extra-info-wrapper.tab-cost-custom input.tab-cost-custom-profit {
  max-width: 230px;
}
@media (max-width: 1023px) {
  /* line 853, ../sass/components/c-quotes.scss */
  .c-quotes .extra-info-wrapper.tab-cost-custom input.tab-cost-custom-profit {
    max-width: calc(50% - 6px);
  }
}
/* line 862, ../sass/components/c-quotes.scss */
.c-quotes .extra-info-wrapper.tab-cost-custom .tab-button {
  border: 1px solid var(--darkBlue);
  color: var(--darkBlue);
  background: var(--white);
  font-family: var(--font-family-secondary);
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  height: 50px;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
  padding: 0px 23px;
  cursor: pointer;
}
@media (max-width: 1023px) {
  /* line 862, ../sass/components/c-quotes.scss */
  .c-quotes .extra-info-wrapper.tab-cost-custom .tab-button {
    width: 100%;
    background: #F5F7FB;
  }
}
/* line 882, ../sass/components/c-quotes.scss */
.c-quotes .extra-info-wrapper.tab-cost-custom .tab-button:hover {
  color: var(--white);
  background: var(--darkBlue);
}
/* line 890, ../sass/components/c-quotes.scss */
.c-quotes .extra-info-wrapper.tab-cost-fixed .tab-cost-fixed-select {
  border: 1px solid #DFD9D9;
  background: #FFF;
  padding: 17px 45px 17px 17px;
}
/* line 896, ../sass/components/c-quotes.scss */
.c-quotes .extra-info-wrapper.tab-cost-fixed .tab-cost-fixed-select + .select2-container {
  width: 100% !important;
}
/* line 899, ../sass/components/c-quotes.scss */
.c-quotes .extra-info-wrapper.tab-cost-fixed .tab-cost-fixed-select + .select2-container .select2-selection__placeholder {
  color: rgba(0, 0, 0, 0.3);
  font-family: var(--font-family-secondary);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
/* line 908, ../sass/components/c-quotes.scss */
.c-quotes .extra-info-wrapper.tab-cost-fixed .tab-cost-fixed-select + .select2-container .select2-selection__arrow {
  display: none !important;
}
/* line 912, ../sass/components/c-quotes.scss */
.c-quotes .extra-info-wrapper.tab-cost-fixed .tab-cost-fixed-select + .select2-container .select2-selection--single {
  border-radius: 1px;
  border: 1.692px solid #DFD9D9;
  background: var(--white);
  height: 50px;
  color: var(--black);
  font-family: var(--font-family-secondary);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding-left: 14px;
  padding-right: 50px;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 17px 45px 17px 17px;
}
/* line 930, ../sass/components/c-quotes.scss */
.c-quotes .extra-info-wrapper.tab-cost-fixed .tab-cost-fixed-select + .select2-container .select2-selection--single .select2-selection__rendered {
  padding: 0px;
  color: var(--black);
  line-height: normal;
}
/* line 939, ../sass/components/c-quotes.scss */
.c-quotes .extra-info-wrapper.tab-cost-fixed input {
  border-radius: 1px;
  border: 1px solid #DFD9D9;
  background: #FFF;
  height: 50px;
  color: var(--black);
  font-family: var(--font-family-secondary);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  width: 100%;
  padding: 0px 14px;
}
/* line 953, ../sass/components/c-quotes.scss */
.c-quotes .extra-info-wrapper.tab-cost-fixed input:focus-visible {
  outline: none;
}
/* line 956, ../sass/components/c-quotes.scss */
.c-quotes .extra-info-wrapper.tab-cost-fixed input:focus-visible::-webkit-input-placeholder {
  color: transparent;
}
.c-quotes .extra-info-wrapper.tab-cost-fixed input:focus-visible:-ms-input-placeholder {
  color: transparent;
}
.c-quotes .extra-info-wrapper.tab-cost-fixed input:focus-visible::-ms-input-placeholder {
  color: transparent;
}
.c-quotes .extra-info-wrapper.tab-cost-fixed input:focus-visible::placeholder {
  color: transparent;
}
/* line 961, ../sass/components/c-quotes.scss */
.c-quotes .extra-info-wrapper.tab-cost-fixed input::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.4);
  font-family: var(--font-family-secondary);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.c-quotes .extra-info-wrapper.tab-cost-fixed input:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.4);
  font-family: var(--font-family-secondary);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.c-quotes .extra-info-wrapper.tab-cost-fixed input::-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.4);
  font-family: var(--font-family-secondary);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.c-quotes .extra-info-wrapper.tab-cost-fixed input::placeholder {
  color: rgba(0, 0, 0, 0.4);
  font-family: var(--font-family-secondary);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
/* line 970, ../sass/components/c-quotes.scss */
.c-quotes .extra-info-wrapper.tab-cost-fixed input.tab-cost-fixed-description {
  max-width: 230px;
}
@media (max-width: 1023px) {
  /* line 970, ../sass/components/c-quotes.scss */
  .c-quotes .extra-info-wrapper.tab-cost-fixed input.tab-cost-fixed-description {
    max-width: 100%;
  }
}
/* line 978, ../sass/components/c-quotes.scss */
.c-quotes .extra-info-wrapper.tab-cost-fixed input.tab-cost-fixed-price {
  max-width: 110px;
}
@media (max-width: 1023px) {
  /* line 978, ../sass/components/c-quotes.scss */
  .c-quotes .extra-info-wrapper.tab-cost-fixed input.tab-cost-fixed-price {
    max-width: calc(50% - 6px);
  }
}
/* line 986, ../sass/components/c-quotes.scss */
.c-quotes .extra-info-wrapper.tab-cost-fixed input.tab-cost-fixed-number-items {
  max-width: 110px;
}
@media (max-width: 1023px) {
  /* line 986, ../sass/components/c-quotes.scss */
  .c-quotes .extra-info-wrapper.tab-cost-fixed input.tab-cost-fixed-number-items {
    max-width: calc(50% - 6px);
  }
}
/* line 995, ../sass/components/c-quotes.scss */
.c-quotes .extra-info-wrapper.tab-cost-fixed .tab-button {
  border: 1px solid var(--darkBlue);
  color: var(--darkBlue);
  background: var(--white);
  font-family: var(--font-family-secondary);
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  height: 50px;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
  padding: 0px 23px;
  cursor: pointer;
}
@media (max-width: 1023px) {
  /* line 995, ../sass/components/c-quotes.scss */
  .c-quotes .extra-info-wrapper.tab-cost-fixed .tab-button {
    width: 100%;
    background: #F5F7FB;
  }
}
/* line 1015, ../sass/components/c-quotes.scss */
.c-quotes .extra-info-wrapper.tab-cost-fixed .tab-button:hover {
  color: var(--white);
  background: var(--darkBlue);
}
/* line 1023, ../sass/components/c-quotes.scss */
.c-quotes .checkbox__wrapper {
  margin: 8px 0px 30px 0px;
}
/* line 1027, ../sass/components/c-quotes.scss */
.c-quotes .checkbox__wrapper .custom-checkbox-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 100%;
  cursor: pointer;
}
/* line 1034, ../sass/components/c-quotes.scss */
.c-quotes .checkbox__wrapper .custom-checkbox {
  display: none;
}
/* line 1038, ../sass/components/c-quotes.scss */
.c-quotes .checkbox__wrapper .custom-checkbox-checkmark {
  display: inline-block;
  width: 20px;
  height: 20px;
  min-width: 20px;
  min-height: 20px;
  border: 1px solid var(--darkGray);
  background-color: transparent;
  position: relative;
  margin-right: 6px;
  border-radius: 8.2%;
}
@media (max-width: 1023px) {
  /* line 1038, ../sass/components/c-quotes.scss */
  .c-quotes .checkbox__wrapper .custom-checkbox-checkmark {
    background: var(--white);
  }
}
/* line 1054, ../sass/components/c-quotes.scss */
.c-quotes .checkbox__wrapper .custom-checkbox-checkmark::after {
  content: '';
}
/* line 1059, ../sass/components/c-quotes.scss */
.c-quotes .checkbox__wrapper .custom-checkbox:checked + .custom-checkbox-checkmark::after {
  content: '';
  background: var(--darkGray);
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: calc(100% - 4px);
  height: calc(100% - 4px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 11.94%;
}
/* line 1076, ../sass/components/c-quotes.scss */
.c-quotes .checkbox__wrapper .checkbox-text {
  color: var(--black);
  font-family: var(--font-family-secondary);
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
/* line 1086, ../sass/components/c-quotes.scss */
.c-quotes .c-product-documents__table {
  min-width: 100%;
  max-width: 100%;
  margin: 20px 0px 13px;
}
@media (max-width: 1023px) {
  /* line 1086, ../sass/components/c-quotes.scss */
  .c-quotes .c-product-documents__table {
    display: none;
  }
}
/* line 1095, ../sass/components/c-quotes.scss */
.c-quotes .c-product-documents__table .text-align-right {
  text-align: right;
}
/* line 1099, ../sass/components/c-quotes.scss */
.c-quotes .c-product-documents__table .product-title {
  max-width: 310px;
}
/* line 1104, ../sass/components/c-quotes.scss */
.c-quotes .c-product-documents__table tr:nth-child(even) {
  background: #FAFAFA;
}
/* line 1109, ../sass/components/c-quotes.scss */
.c-quotes .c-product-documents__table tr.text-red .product-title {
  color: var(--campaignRed);
}
/* line 1113, ../sass/components/c-quotes.scss */
.c-quotes .c-product-documents__table tr.text-red .price {
  color: var(--campaignRed);
}
/* line 1119, ../sass/components/c-quotes.scss */
.c-quotes .c-product-documents__table th {
  padding: 20px 15px 15px;
  text-align: left;
  font-size: 13px;
}
/* line 1124, ../sass/components/c-quotes.scss */
.c-quotes .c-product-documents__table th:first-of-type {
  padding: 20px 30px;
}
/* line 1129, ../sass/components/c-quotes.scss */
.c-quotes .c-product-documents__table td {
  padding: 20px 10px;
}
/* line 1132, ../sass/components/c-quotes.scss */
.c-quotes .c-product-documents__table td:first-of-type {
  padding: 20px 30px;
}
/* line 1137, ../sass/components/c-quotes.scss */
.c-quotes .c-product-documents__table .price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: rgba(34, 34, 34, 0.7);
  font-family: var(--font-family-secondary);
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 21.369px;
  padding: 0px 13px;
  height: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
}
@media (max-width: 1023px) {
  /* line 1137, ../sass/components/c-quotes.scss */
  .c-quotes .c-product-documents__table .price {
    color: var(--black);
    min-width: inherit;
  }
}
/* line 1155, ../sass/components/c-quotes.scss */
.c-quotes .c-product-documents__table .price .decimal {
  position: relative;
  top: -1px;
  font-size: 10px;
}
/* line 1161, ../sass/components/c-quotes.scss */
.c-quotes .c-product-documents__table .price .currency {
  margin-left: 5px;
  font-size: 13px;
}
/* line 1166, ../sass/components/c-quotes.scss */
.c-quotes .c-product-documents__table .price .custom-price-input {
  border: 1px solid #DFD9D9;
  background: var(--white);
  border-radius: 1px;
  color: rgba(34, 34, 34, 0.7);
  font-family: var(--font-family-secondary);
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 21.369px;
  padding: 6.5px 9px;
  width: 85px;
}
/* line 1179, ../sass/components/c-quotes.scss */
.c-quotes .c-product-documents__table .price .custom-price-input:focus-visible {
  outline: none;
}
/* line 1185, ../sass/components/c-quotes.scss */
.c-quotes .c-product-documents__table .counter-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0px;
}
@media (max-width: 1023px) {
  /* line 1185, ../sass/components/c-quotes.scss */
  .c-quotes .c-product-documents__table .counter-wrapper {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: end;
    padding: 10px 12px 0px;
  }
}
/* line 1196, ../sass/components/c-quotes.scss */
.c-quotes .c-product-documents__table .counter-wrapper .counter-value {
  width: 32px;
  height: 28px;
  color: var(--black);
  font-size: 11.157px;
  font-weight: 500;
  font-family: var(--font-family-secondary);
  font-style: normal;
  line-height: normal;
  border: none;
  outline: none;
  border-top: 0.81px solid var(--lightBorder);
  border-bottom: 0.81px solid var(--lightBorder);
  background: var(--white);
  -ms-flex-line-pack: center;
      align-content: center;
  text-align: center;
}
@media (min-width: 1024px) {
  /* line 1196, ../sass/components/c-quotes.scss */
  .c-quotes .c-product-documents__table .counter-wrapper .counter-value {
    font-size: 14px;
    font-weight: 400;
    width: 37px;
    height: 35px;
  }
}
/* line 1220, ../sass/components/c-quotes.scss */
.c-quotes .c-product-documents__table .counter-wrapper .counter-value::-webkit-outer-spin-button, .c-quotes .c-product-documents__table .counter-wrapper .counter-value::-webkit-inner-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
}
/* line 1228, ../sass/components/c-quotes.scss */
.c-quotes .c-product-documents__table .counter-wrapper .counter-value[type=number] {
  -moz-appearance: textfield;
}
/* line 1233, ../sass/components/c-quotes.scss */
.c-quotes .c-product-documents__table .counter-wrapper button {
  border: none;
  width: 28px;
  height: 28px;
  color: var(--black);
  font-family: var(--font-family-secondary);
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  cursor: pointer;
  background-size: 11px 11px;
  border: 1px solid var(--lightBorder);
  background-color: var(--lightPinkishGray);
  border-radius: 1.075px;
  background-repeat: no-repeat;
  background-position: center center;
  font-family: none;
  -webkit-transition: background-color 0.5s ease;
  transition: background-color 0.5s ease;
}
@media (min-width: 1024px) {
  /* line 1233, ../sass/components/c-quotes.scss */
  .c-quotes .c-product-documents__table .counter-wrapper button {
    width: 31px;
    height: 35px;
  }
}
/* line 1258, ../sass/components/c-quotes.scss */
.c-quotes .c-product-documents__table .counter-wrapper button:hover {
  background-color: var(--lightBorder);
}
/* line 1264, ../sass/components/c-quotes.scss */
.c-quotes .c-product-documents__table .delete-icon {
  cursor: pointer;
  padding: 0px 10px;
}
@media (max-width: 1023px) {
  /* line 1264, ../sass/components/c-quotes.scss */
  .c-quotes .c-product-documents__table .delete-icon {
    padding: 16px 0px 0px;
  }
}
/* line 1273, ../sass/components/c-quotes.scss */
.c-quotes .c-product-documents__table .delete-icon svg path {
  -webkit-transition: fill 0.25s;
  transition: fill 0.25s;
}
/* line 1280, ../sass/components/c-quotes.scss */
.c-quotes .c-product-documents__table .delete-icon:hover svg path {
  fill: var(--notificationRed);
}
/* line 1287, ../sass/components/c-quotes.scss */
.c-quotes .c-product-documents__table .sorting-svg {
  cursor: pointer;
  position: relative;
  margin-right: 10px;
}
/* line 1293, ../sass/components/c-quotes.scss */
.c-quotes .c-product-documents__table .sort-popup {
  position: absolute;
  top: calc(100% + 12px);
  background: var(--white);
  border: 1px solid var(--mediumBorder);
  border-radius: 1px;
  min-width: 308px;
  z-index: 1;
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-box-shadow: 0 6px 10px rgba(0, 0, 0, 0.12), 0 2px 4px rgba(0, 0, 0, 0.08);
          box-shadow: 0 6px 10px rgba(0, 0, 0, 0.12), 0 2px 4px rgba(0, 0, 0, 0.08);
  margin-left: -15px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.25s ease-out, visibility 0.25s, -webkit-transform 0.25s ease-out;
  transition: opacity 0.25s ease-out, visibility 0.25s, -webkit-transform 0.25s ease-out;
  transition: opacity 0.25s ease-out, visibility 0.25s, transform 0.25s ease-out;
  transition: opacity 0.25s ease-out, visibility 0.25s, transform 0.25s ease-out, -webkit-transform 0.25s ease-out;
  -webkit-transform-origin: top left;
          transform-origin: top left;
}
@media (max-width: 1023px) {
  /* line 1293, ../sass/components/c-quotes.scss */
  .c-quotes .c-product-documents__table .sort-popup {
    top: calc(100% + 15px);
    width: calc(100vw - 80px);
    max-width: 308px;
    min-width: inherit;
    -webkit-transform: inherit;
            transform: inherit;
    margin-left: 0;
    right: -17px;
    -webkit-transform: translate(0) scale(0);
            transform: translate(0) scale(0);
    -webkit-transform-origin: top left;
            transform-origin: top left;
  }
}
/* line 1321, ../sass/components/c-quotes.scss */
.c-quotes .c-product-documents__table .sort-popup.open {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: opacity 0.25s ease-out, visibility 0.25s, -webkit-transform 0.25s ease-out;
  transition: opacity 0.25s ease-out, visibility 0.25s, -webkit-transform 0.25s ease-out;
  transition: opacity 0.25s ease-out, visibility 0.25s, transform 0.25s ease-out;
  transition: opacity 0.25s ease-out, visibility 0.25s, transform 0.25s ease-out, -webkit-transform 0.25s ease-out;
}
@media (max-width: 1023px) {
  /* line 1321, ../sass/components/c-quotes.scss */
  .c-quotes .c-product-documents__table .sort-popup.open {
    -webkit-transform: translate(0) scale(1);
            transform: translate(0) scale(1);
  }
}
/* line 1332, ../sass/components/c-quotes.scss */
.c-quotes .c-product-documents__table .sort-popup:before {
  content: "";
  width: 20px;
  height: 20px;
  -webkit-box-shadow: 0 1px 14px rgba(0, 0, 0, 0.2);
          box-shadow: 0 1px 14px rgba(0, 0, 0, 0.2);
  background: var(--white);
  position: absolute;
  z-index: -1;
  left: 10px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  top: -10px;
  border: 1px solid var(--mediumBorder);
}
@media (max-width: 1023px) {
  /* line 1332, ../sass/components/c-quotes.scss */
  .c-quotes .c-product-documents__table .sort-popup:before {
    -webkit-transform: translateX(0) rotate(45deg);
            transform: translateX(0) rotate(45deg);
    left: inherit;
    right: 23px;
  }
}
/* line 1352, ../sass/components/c-quotes.scss */
.c-quotes .c-product-documents__table .sort-popup__item {
  background: var(--white);
  border-top: 1px solid var(--mediumBorder);
  padding: 18px 20px 15px;
}
/* line 1357, ../sass/components/c-quotes.scss */
.c-quotes .c-product-documents__table .sort-popup__item:first-child {
  border-top: none;
}
/* line 1361, ../sass/components/c-quotes.scss */
.c-quotes .c-product-documents__table .sort-popup__item--text {
  color: var(--black);
  font-family: var(--font-family-secondary);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
@media (max-width: 1023px) {
  /* line 1373, ../sass/components/c-quotes.scss */
  .c-quotes .c-shopping-details__input--wrapper {
    margin-top: 40px;
  }
}
/* line 1379, ../sass/components/c-quotes.scss */
.c-quotes .financial-summary {
  padding: 0;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  max-width: 600px;
  margin-left: auto;
}
@media (max-width: 1023px) {
  /* line 1379, ../sass/components/c-quotes.scss */
  .c-quotes .financial-summary {
    padding: 18px 20px;
  }
}
@media (max-width: 1023px) {
  /* line 1389, ../sass/components/c-quotes.scss */
  .c-quotes .financial-summary.desktop-only {
    display: none;
  }
}
/* line 1395, ../sass/components/c-quotes.scss */
.c-quotes .financial-summary.mobile-only {
  padding: 18px 0px;
}
@media (min-width: 1024px) {
  /* line 1395, ../sass/components/c-quotes.scss */
  .c-quotes .financial-summary.mobile-only {
    display: none;
  }
}
@media (max-width: 1023px) {
  /* line 1403, ../sass/components/c-quotes.scss */
  .c-quotes .financial-summary.article-summary {
    padding: 18px 0px;
  }
}
/* line 1409, ../sass/components/c-quotes.scss */
.c-quotes .financial-summary .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
/* line 1414, ../sass/components/c-quotes.scss */
.c-quotes .financial-summary .row p {
  margin: 5px 0px;
  color: rgba(51, 51, 51, 0.45);
}
/* line 1420, ../sass/components/c-quotes.scss */
.c-quotes .financial-summary .title {
  color: var(--darkGray);
  font-family: var(--font-family-primary);
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 23px;
}
@media (max-width: 1023px) {
  /* line 1420, ../sass/components/c-quotes.scss */
  .c-quotes .financial-summary .title {
    font-size: 17px;
    line-height: 15px;
    margin-bottom: 5px;
  }
}
/* line 1436, ../sass/components/c-quotes.scss */
.c-quotes .financial-summary .main-price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
/* line 1439, ../sass/components/c-quotes.scss */
.c-quotes .financial-summary .main-price .integer {
  color: var(--darkGray);
  font-family: var(--font-family-primary);
  font-size: 26px;
  font-style: normal;
  font-weight: 700;
  line-height: 39.468px;
}
@media (max-width: 1023px) {
  /* line 1439, ../sass/components/c-quotes.scss */
  .c-quotes .financial-summary .main-price .integer {
    font-size: 17px;
    line-height: 25.823px;
  }
}
/* line 1453, ../sass/components/c-quotes.scss */
.c-quotes .financial-summary .main-price .decimal {
  color: var(--darkGray);
  font-family: var(--font-family-primary);
  font-size: 17px;
  font-style: normal;
  font-weight: 700;
  line-height: 39.468px;
  margin-top: -5px;
  margin-left: 3px;
}
@media (max-width: 1023px) {
  /* line 1453, ../sass/components/c-quotes.scss */
  .c-quotes .financial-summary .main-price .decimal {
    font-size: 11px;
    line-height: 25.823px;
    margin-top: -2px;
    margin-left: 1px;
  }
}
/* line 1471, ../sass/components/c-quotes.scss */
.c-quotes .financial-summary .main-price .currency {
  color: var(--darkGray);
  font-family: var(--font-family-primary);
  font-size: 26px;
  font-style: normal;
  font-weight: 700;
  line-height: 39.468px;
  margin-left: 10px;
}
@media (max-width: 1023px) {
  /* line 1471, ../sass/components/c-quotes.scss */
  .c-quotes .financial-summary .main-price .currency {
    font-size: 15px;
    line-height: 25.823px;
    margin-left: 5px;
  }
}
/* line 1488, ../sass/components/c-quotes.scss */
.c-quotes .financial-summary .text {
  color: var(--darkGray);
  font-family: var(--font-family-primary);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 23px;
}
@media (max-width: 1023px) {
  /* line 1488, ../sass/components/c-quotes.scss */
  .c-quotes .financial-summary .text {
    font-size: 14px;
    line-height: 15.048px;
    margin-top: 5px;
  }
}
/* line 1503, ../sass/components/c-quotes.scss */
.c-quotes .financial-summary .price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
/* line 1506, ../sass/components/c-quotes.scss */
.c-quotes .financial-summary .price .integer {
  color: var(--darkGray);
  font-family: var(--font-family-primary);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 23px;
}
@media (max-width: 1023px) {
  /* line 1506, ../sass/components/c-quotes.scss */
  .c-quotes .financial-summary .price .integer {
    font-size: 14px;
    line-height: 15.048px;
  }
}
/* line 1520, ../sass/components/c-quotes.scss */
.c-quotes .financial-summary .price .decimal {
  color: var(--darkGray);
  font-family: var(--font-family-primary);
  font-size: 11px;
  font-style: normal;
  font-weight: 400;
  line-height: 21.5px;
  margin-left: 2px;
  margin-top: -1px;
}
@media (max-width: 1023px) {
  /* line 1520, ../sass/components/c-quotes.scss */
  .c-quotes .financial-summary .price .decimal {
    font-size: 8px;
    line-height: 15.048px;
    margin-left: 1px;
    margin-top: -2px;
  }
}
/* line 1538, ../sass/components/c-quotes.scss */
.c-quotes .financial-summary .price .currency {
  color: var(--darkGray);
  font-family: var(--font-family-primary);
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 23px;
  margin-left: 10px;
}
@media (max-width: 1023px) {
  /* line 1538, ../sass/components/c-quotes.scss */
  .c-quotes .financial-summary .price .currency {
    font-size: 14px;
    line-height: 15.048px;
    margin-left: 4px;
  }
}
/* line 1556, ../sass/components/c-quotes.scss */
.c-quotes__back {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 8px 10px;
  border: 1px solid #DFD9D9;
  background: #EDF2F8;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  position: absolute;
  right: 48px;
  top: 10px;
  z-index: 3;
}
@media (max-width: 1023px) {
  /* line 1556, ../sass/components/c-quotes.scss */
  .c-quotes__back {
    margin: 20px 0px;
    position: relative;
    right: inherit;
    top: inherit;
  }
}
/* line 1574, ../sass/components/c-quotes.scss */
.c-quotes__back .back-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 7px;
  border-right: 1px solid #DFD9D9;
  text-decoration: none;
}
/* line 1582, ../sass/components/c-quotes.scss */
.c-quotes__back .back-button-text {
  color: var(--darkBlue);
  font-family: var(--font-family-secondary);
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 23px;
  text-decoration: none;
  padding-right: 12px;
}
/* line 1594, ../sass/components/c-quotes.scss */
.c-quotes__name {
  color: var(--darkGray);
  font-family: var(--font-family-primary);
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  padding: 0px 7px 0px 14px;
}
/* line 1604, ../sass/components/c-quotes.scss */
.c-quotes .article-info {
  margin-top: 50px;
}
@media (min-width: 1024px) {
  /* line 1604, ../sass/components/c-quotes.scss */
  .c-quotes .article-info {
    display: none;
  }
}
/* line 1611, ../sass/components/c-quotes.scss */
.c-quotes .article-info__main-title {
  color: var(--black);
  font-family: var(--font-family-secondary);
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 23px;
  margin-bottom: 10px;
}
/* line 1621, ../sass/components/c-quotes.scss */
.c-quotes .article-info__item {
  width: calc(100% + 40px);
  margin: 0px -20px;
}
/* line 1626, ../sass/components/c-quotes.scss */
.c-quotes .article-info__item:last-child .article-info__header {
  border-bottom: 1px solid #DFD9D9;
}
/* line 1632, ../sass/components/c-quotes.scss */
.c-quotes .article-info__item.open .article-info__header {
  background: #EDF2F8;
  border-bottom: none;
}
/* line 1636, ../sass/components/c-quotes.scss */
.c-quotes .article-info__item.open .article-info__header .chevron {
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}
/* line 1641, ../sass/components/c-quotes.scss */
.c-quotes .article-info__item.open .article-info__content {
  max-height: 2000px;
  overflow: visible;
  opacity: 1;
  border-bottom: 1px solid #DFD9D9;
}
/* line 1650, ../sass/components/c-quotes.scss */
.c-quotes .article-info__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  border-top: 1px solid #DFD9D9;
  background: #FFF;
  padding: 7px 50px 7px 18px;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
/* line 1659, ../sass/components/c-quotes.scss */
.c-quotes .article-info__header .title {
  color: var(--black);
  font-family: var(--font-family-secondary);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 21.369px;
}
/* line 1668, ../sass/components/c-quotes.scss */
.c-quotes .article-info__header .chevron {
  width: 16px;
  height: 10px;
  display: block;
  position: absolute;
  right: 25px;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
/* line 1676, ../sass/components/c-quotes.scss */
.c-quotes .article-info__header .chevron svg {
  width: 16px;
  height: 10px;
  display: block;
}
/* line 1684, ../sass/components/c-quotes.scss */
.c-quotes .article-info__content {
  max-height: 0px;
  overflow: hidden;
  opacity: 0;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
  background: #EDF2F8;
  position: relative;
  padding: 0px 30px 0px 18px;
}
/* line 1693, ../sass/components/c-quotes.scss */
.c-quotes .article-info__content .row {
  display: grid;
  grid-template-columns: 1fr 1.5fr;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  gap: 20px;
  margin-bottom: 10px;
}
/* line 1701, ../sass/components/c-quotes.scss */
.c-quotes .article-info__content .row.text-red .label {
  color: var(--campaignRed);
}
/* line 1705, ../sass/components/c-quotes.scss */
.c-quotes .article-info__content .row.text-red .value {
  color: var(--campaignRed);
}
/* line 1710, ../sass/components/c-quotes.scss */
.c-quotes .article-info__content .row .label {
  color: var(--black);
  font-family: var(--font-family-secondary);
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
}
/* line 1717, ../sass/components/c-quotes.scss */
.c-quotes .article-info__content .row .label span {
  display: block;
  font-weight: 400;
}
/* line 1723, ../sass/components/c-quotes.scss */
.c-quotes .article-info__content .row .value {
  color: var(--black);
  font-family: var(--font-family-secondary);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
/* line 1731, ../sass/components/c-quotes.scss */
.c-quotes .article-info__content .row .value.art-nr {
  color: #898F96;
}
/* line 1736, ../sass/components/c-quotes.scss */
.c-quotes .article-info__content .row .counter-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0px;
}
/* line 1741, ../sass/components/c-quotes.scss */
.c-quotes .article-info__content .row .counter-wrapper .counter-value {
  width: 32px;
  height: 31px;
  color: var(--black);
  font-size: 11.157px;
  font-weight: 500;
  font-family: var(--font-family-secondary);
  font-style: normal;
  line-height: normal;
  border: none;
  outline: none;
  border-top: 0.81px solid var(--lightBorder);
  border-bottom: 0.81px solid var(--lightBorder);
  background: var(--white);
  -ms-flex-line-pack: center;
      align-content: center;
  text-align: center;
}
@media (min-width: 1024px) {
  /* line 1741, ../sass/components/c-quotes.scss */
  .c-quotes .article-info__content .row .counter-wrapper .counter-value {
    font-size: 14px;
    font-weight: 400;
    width: 37px;
    height: 35px;
  }
}
/* line 1765, ../sass/components/c-quotes.scss */
.c-quotes .article-info__content .row .counter-wrapper .counter-value::-webkit-outer-spin-button, .c-quotes .article-info__content .row .counter-wrapper .counter-value::-webkit-inner-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
}
/* line 1773, ../sass/components/c-quotes.scss */
.c-quotes .article-info__content .row .counter-wrapper .counter-value[type=number] {
  -moz-appearance: textfield;
}
/* line 1778, ../sass/components/c-quotes.scss */
.c-quotes .article-info__content .row .counter-wrapper button {
  border: none;
  width: 31px;
  height: 31px;
  color: var(--black);
  font-family: var(--font-family-secondary);
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  cursor: pointer;
  background-size: 11px 11px;
  border: 1px solid var(--lightBorder);
  background-color: var(--lightPinkishGray);
  border-radius: 1.075px;
  background-repeat: no-repeat;
  background-position: center center;
  font-family: none;
  -webkit-transition: background-color 0.5s ease;
  transition: background-color 0.5s ease;
}
@media (min-width: 1024px) {
  /* line 1778, ../sass/components/c-quotes.scss */
  .c-quotes .article-info__content .row .counter-wrapper button {
    width: 31px;
    height: 35px;
  }
}
/* line 1803, ../sass/components/c-quotes.scss */
.c-quotes .article-info__content .row .counter-wrapper button:hover {
  background-color: var(--lightBorder);
}
/* line 1809, ../sass/components/c-quotes.scss */
.c-quotes .article-info__content .row .price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: rgba(34, 34, 34, 0.7);
  font-family: var(--font-family-secondary);
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 21.369px;
  height: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
/* line 1820, ../sass/components/c-quotes.scss */
.c-quotes .article-info__content .row .price .currency {
  margin-left: 5px;
  font-size: 13px;
}
/* line 1825, ../sass/components/c-quotes.scss */
.c-quotes .article-info__content .row .price .custom-price-input {
  border: 1px solid #DFD9D9;
  background: var(--white);
  border-radius: 1px;
  color: rgba(34, 34, 34, 0.7);
  font-family: var(--font-family-secondary);
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 21.369px;
  padding: 6.5px 9px;
  width: 85px;
}
/* line 1838, ../sass/components/c-quotes.scss */
.c-quotes .article-info__content .row .price .custom-price-input:focus-visible {
  outline: none;
}
/* line 1845, ../sass/components/c-quotes.scss */
.c-quotes .article-info__content .remove-item {
  position: absolute;
  right: 18px;
  bottom: 2px;
}

/* line 1854, ../sass/components/c-quotes.scss */
.select2-results .select2-results__option {
  color: var(--black);
  font-family: var(--font-family-secondary);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding: 17px;
  border-top: 1px solid #DFD9D9;
}
/* line 1864, ../sass/components/c-quotes.scss */
.select2-results .select2-results__option:first-child {
  border-top: none;
}

/* line 1, ../sass/utilities/override-brosarp.scss */
.header {
  background: #CCDECC;
}
@media (min-width: 1024px) {
  /* line 4, ../sass/utilities/override-brosarp.scss */
  .header .main-header {
    height: 118px;
  }
}
@media (max-width: 1023px) {
  /* line 4, ../sass/utilities/override-brosarp.scss */
  .header .main-header {
    padding: 20px;
  }
}
@media (max-width: 1023px) {
  /* line 14, ../sass/utilities/override-brosarp.scss */
  .header .main-header .logo-container svg {
    width: 169px;
    height: 54px;
  }
}
@media (max-width: 1023px) {
  /* line 22, ../sass/utilities/override-brosarp.scss */
  .header .main-header .search-bar-container {
    margin-top: 40px;
  }
}
/* line 28, ../sass/utilities/override-brosarp.scss */
.header .main-header .search-bar-container:hover input {
  border: 1px solid #353432;
  color: #364C3E;
}
/* line 32, ../sass/utilities/override-brosarp.scss */
.header .main-header .search-bar-container:hover input::-webkit-input-placeholder {
  color: #364C3E;
}
.header .main-header .search-bar-container:hover input:-ms-input-placeholder {
  color: #364C3E;
}
.header .main-header .search-bar-container:hover input::-ms-input-placeholder {
  color: #364C3E;
}
.header .main-header .search-bar-container:hover input::placeholder {
  color: #364C3E;
}
/* line 37, ../sass/utilities/override-brosarp.scss */
.header .main-header .search-bar-container:hover button {
  background: #353432;
}
/* line 42, ../sass/utilities/override-brosarp.scss */
.header .main-header .search-bar-container button {
  background: #748B96;
}
/* line 50, ../sass/utilities/override-brosarp.scss */
.header .main-header .search-bar-container .search-popup .wrapper .search-content .products__button {
  background: #3D663D;
  font-family: var(--font-family-seconday);
}
/* line 54, ../sass/utilities/override-brosarp.scss */
.header .main-header .search-bar-container .search-popup .wrapper .search-content .products__button:hover {
  background-color: #54AB3D;
}
/* line 59, ../sass/utilities/override-brosarp.scss */
.header .main-header .search-bar-container .search-popup .wrapper .search-content .trademarks__link {
  color: #3C663C;
}
/* line 64, ../sass/utilities/override-brosarp.scss */
.header .main-header .search-bar-container .search-popup .wrapper .search-header {
  background: #F5F8F5;
}
/* line 67, ../sass/utilities/override-brosarp.scss */
.header .main-header .search-bar-container .search-popup .wrapper .search-header__title {
  font-family: var(--font-family-secondary);
}
/* line 72, ../sass/utilities/override-brosarp.scss */
.header .main-header .search-bar-container .search-popup .wrapper .search-header:hover .search-header__title {
  color: #3C663C;
}
/* line 77, ../sass/utilities/override-brosarp.scss */
.header .main-header .search-bar-container .search-popup .wrapper .search-header:hover svg path {
  fill: #3C663C;
}
/* line 84, ../sass/utilities/override-brosarp.scss */
.header .main-header .search-bar-container .search-popup .wrapper .search-header svg path {
  fill: #333;
}
/* line 97, ../sass/utilities/override-brosarp.scss */
.header .main-header .icons-container a svg path {
  fill: var(--black);
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
/* line 102, ../sass/utilities/override-brosarp.scss */
.header .main-header .icons-container a svg rect {
  fill: var(--black);
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
/* line 108, ../sass/utilities/override-brosarp.scss */
.header .main-header .icons-container a .login-text, .header .main-header .icons-container a .cart-text, .header .main-header .icons-container a .wishlist-text {
  color: var(--black) !important;
  font-family: var(--font-family-primary) !important;
}
/* line 116, ../sass/utilities/override-brosarp.scss */
.header .main-header .icons-container a.login-icon:hover svg path {
  fill: rgba(107, 169, 77, 0.56) !important;
}
/* line 120, ../sass/utilities/override-brosarp.scss */
.header .main-header .icons-container a.login-icon:hover svg rect {
  fill: rgba(107, 169, 77, 0.56) !important;
}
/* line 130, ../sass/utilities/override-brosarp.scss */
.header .main-header .icons-container a.wishlist-icon:hover svg path {
  fill: rgba(107, 169, 77, 0.56);
}
/* line 134, ../sass/utilities/override-brosarp.scss */
.header .main-header .icons-container a.wishlist-icon:hover svg rect {
  fill: rgba(107, 169, 77, 0.56);
}
/* line 144, ../sass/utilities/override-brosarp.scss */
.header .main-header .icons-container a.cart-icon:hover svg path {
  fill: rgba(107, 169, 77, 0.56);
}
/* line 148, ../sass/utilities/override-brosarp.scss */
.header .main-header .icons-container a.cart-icon:hover svg rect {
  fill: rgba(107, 169, 77, 0.56);
}
/* line 155, ../sass/utilities/override-brosarp.scss */
.header .main-header .icons-container a:hover {
  background: transparent;
}
/* line 158, ../sass/utilities/override-brosarp.scss */
.header .main-header .icons-container a:hover .items-on-list {
  background-color: #3c663c !important;
  color: var(--white) !important;
}
/* line 164, ../sass/utilities/override-brosarp.scss */
.header .main-header .icons-container a:hover svg path {
  fill: var(--black);
}
/* line 169, ../sass/utilities/override-brosarp.scss */
.header .main-header .icons-container a:hover .login-text, .header .main-header .icons-container a:hover .cart-text, .header .main-header .icons-container a:hover .wishlist-text {
  color: rgba(107, 169, 77, 0.56) !important;
}
/* line 174, ../sass/utilities/override-brosarp.scss */
.header .main-header .icons-container a .items-on-list {
  color: var(--white) !important;
  background-color: #3c663c !important;
}
/* line 182, ../sass/utilities/override-brosarp.scss */
.header .small-header {
  background: #363333;
}
/* line 186, ../sass/utilities/override-brosarp.scss */
.header .small-header .view-as button.active {
  background: rgba(107, 169, 77, 0.56);
}
/* line 190, ../sass/utilities/override-brosarp.scss */
.header .small-header .view-as .logout {
  color: #fff;
  background: rgba(107, 169, 77, 0.56);
}
/* line 195, ../sass/utilities/override-brosarp.scss */
.header .small-header .view-as .logout svg path {
  fill: #fff;
}
/* line 205, ../sass/utilities/override-brosarp.scss */
.header.logged-in .profile__logged-in-as .customer-type {
  background: rgba(107, 169, 77, 0.56);
}
/* line 211, ../sass/utilities/override-brosarp.scss */
.header .header-navigation {
  background: #e9f2e9;
}
/* line 214, ../sass/utilities/override-brosarp.scss */
.header .header-navigation.active {
  background: #e9f2e9;
}
/* line 222, ../sass/utilities/override-brosarp.scss */
.header .header-navigation.active .header-container .main-nav ul li a.nav-title-link {
  color: #3C663C;
  font-family: var(--font-family-secondary);
  font-size: 15px;
  font-weight: 700;
}
/* line 237, ../sass/utilities/override-brosarp.scss */
.header .header-navigation.active .header-container .hamburger-button.active:hover span {
  background-color: transparent;
}
/* line 240, ../sass/utilities/override-brosarp.scss */
.header .header-navigation.active .header-container .hamburger-button.active:hover span::before {
  background-color: #363333;
}
/* line 244, ../sass/utilities/override-brosarp.scss */
.header .header-navigation.active .header-container .hamburger-button.active:hover span::after {
  background-color: #363333;
}
/* line 256, ../sass/utilities/override-brosarp.scss */
.header .header-navigation.active .main-nav-item__img svg path {
  fill: #3C663C;
}
/* line 262, ../sass/utilities/override-brosarp.scss */
.header .header-navigation.active .main-nav-item__text {
  color: #3C663C;
  font-family: var(--font-family-secondary);
  font-size: 15px;
  font-weight: 700;
}
/* line 271, ../sass/utilities/override-brosarp.scss */
.header .header-navigation.active .nav-hamburger .main-nav-categories {
  border-top: 1px solid rgba(198, 198, 198, 0.5);
}
/* line 277, ../sass/utilities/override-brosarp.scss */
.header .header-navigation .header-container {
  min-height: 60px;
}
/* line 282, ../sass/utilities/override-brosarp.scss */
.header .header-navigation .header-container .nav-hamburger .hamburger-button span {
  background-color: #3C663C;
}
/* line 285, ../sass/utilities/override-brosarp.scss */
.header .header-navigation .header-container .nav-hamburger .hamburger-button span::before {
  background-color: #3C663C;
}
/* line 289, ../sass/utilities/override-brosarp.scss */
.header .header-navigation .header-container .nav-hamburger .hamburger-button span::after {
  background-color: #3C663C;
}
/* line 295, ../sass/utilities/override-brosarp.scss */
.header .header-navigation .header-container .nav-hamburger .hamburger-button:hover span {
  background-color: #363333;
}
/* line 298, ../sass/utilities/override-brosarp.scss */
.header .header-navigation .header-container .nav-hamburger .hamburger-button:hover span::before {
  background-color: #363333;
}
/* line 302, ../sass/utilities/override-brosarp.scss */
.header .header-navigation .header-container .nav-hamburger .hamburger-button:hover span::after {
  background-color: #363333;
}
/* line 309, ../sass/utilities/override-brosarp.scss */
.header .header-navigation .header-container .nav-hamburger .hamburger-button.active span {
  background-color: transparent;
}
/* line 312, ../sass/utilities/override-brosarp.scss */
.header .header-navigation .header-container .nav-hamburger .hamburger-button.active span::before {
  background-color: #3C663C;
}
/* line 316, ../sass/utilities/override-brosarp.scss */
.header .header-navigation .header-container .nav-hamburger .hamburger-button.active span::after {
  background-color: #3C663C;
}
/* line 324, ../sass/utilities/override-brosarp.scss */
.header .header-navigation .header-container .nav-hamburger .main-nav-categories .left-side {
  background: #F1EDEB;
}
/* line 328, ../sass/utilities/override-brosarp.scss */
.header .header-navigation .header-container .nav-hamburger .main-nav-categories .left-side .contact-information__wrapper .opening-hours__wrapper.text-color-red {
  color: #DF6D36;
}
/* line 339, ../sass/utilities/override-brosarp.scss */
.header .header-navigation .header-container .nav-hamburger .main-nav-categories .right-side .nav-inner-container .nav-inner-column .nav-inner-item .nav-inner-title:hover {
  color: #3C663C;
}
/* line 345, ../sass/utilities/override-brosarp.scss */
.header .header-navigation .header-container .nav-hamburger .main-nav-categories .right-side .nav-inner-container .nav-inner-column .nav-inner-item .nav-inner-link:hover {
  color: #3C663C;
}
/* line 356, ../sass/utilities/override-brosarp.scss */
.header .header-navigation .header-container .main-nav {
  padding-left: 25px;
}
/* line 363, ../sass/utilities/override-brosarp.scss */
.header .header-navigation .header-container .main-nav ul li:hover a.nav-title-link {
  color: #000;
}
/* line 366, ../sass/utilities/override-brosarp.scss */
.header .header-navigation .header-container .main-nav ul li:hover a.nav-title-link:after {
  border-bottom: 2px solid #3C663C;
  -webkit-transform: translate(-1px, -6px);
          transform: translate(-1px, -6px);
}
/* line 375, ../sass/utilities/override-brosarp.scss */
.header .header-navigation .header-container .main-nav ul li a.nav-title-link {
  color: #3C663C;
  font-family: var(--font-family-secondary);
  font-size: 15px;
  font-weight: 700;
  padding: 21px 8px;
}
/* line 389, ../sass/utilities/override-brosarp.scss */
.header .header-navigation .header-container .main-nav ul li .nav-inner .nav-inner-container .nav-inner-column .nav-inner-item .nav-inner-title:hover {
  color: #3C663C;
}
/* line 395, ../sass/utilities/override-brosarp.scss */
.header .header-navigation .header-container .main-nav ul li .nav-inner .nav-inner-container .nav-inner-column .nav-inner-item .nav-inner-link:hover {
  color: #3C663C;
}
/* line 410, ../sass/utilities/override-brosarp.scss */
.header .header-navigation .header-container .main-nav-item__img svg path {
  fill: #3C663C;
}
/* line 416, ../sass/utilities/override-brosarp.scss */
.header .header-navigation .header-container .main-nav-item__text {
  color: #3C663C;
  font-family: var(--font-family-secondary);
  font-size: 15px;
  font-weight: 700;
}
/* line 426, ../sass/utilities/override-brosarp.scss */
.header .sticky-header-mobile {
  background: #CCDECC;
}
/* line 431, ../sass/utilities/override-brosarp.scss */
.header .sticky-header-mobile .buttons-container .button span {
  color: #222;
  font-weight: 400;
  font-size: 14px;
}
/* line 438, ../sass/utilities/override-brosarp.scss */
.header .sticky-header-mobile .buttons-container .button svg path {
  fill: #222;
}
/* line 447, ../sass/utilities/override-brosarp.scss */
.header .mobile-nav-popup .mobile-nav__item {
  font-family: var(--font-family-secondary);
}
/* line 451, ../sass/utilities/override-brosarp.scss */
.header .mobile-nav-popup .user-actions__title {
  font-family: var(--font-family-secondary);
}
/* line 455, ../sass/utilities/override-brosarp.scss */
.header .mobile-nav-popup .shop__wrapper {
  font-family: var(--font-family-secondary);
}
/* line 459, ../sass/utilities/override-brosarp.scss */
.header .mobile-nav-popup .shop__button {
  font-family: var(--font-family-secondary);
  color: #3C663C;
}

/* line 470, ../sass/utilities/override-brosarp.scss */
.c-hero-banner__link:not(.c-hero-banner__link--img) {
  background: #E8DFD4;
  border: 1.843px solid transparent;
  color: #353432;
}
/* line 475, ../sass/utilities/override-brosarp.scss */
.c-hero-banner__link:not(.c-hero-banner__link--img):hover {
  color: #3C663C;
  background: #fff;
}

/* line 489, ../sass/utilities/override-brosarp.scss */
.c-category-carousel__item:hover {
  background: #CCDECC !important;
}
/* line 493, ../sass/utilities/override-brosarp.scss */
.c-category-carousel__item:hover svg path {
  stroke: #3C663C !important;
}
/* line 497, ../sass/utilities/override-brosarp.scss */
.c-category-carousel__item:hover svg mask {
  stroke: #3C663C !important;
}
/* line 501, ../sass/utilities/override-brosarp.scss */
.c-category-carousel__item:hover svg rect {
  stroke: #3C663C !important;
}
/* line 506, ../sass/utilities/override-brosarp.scss */
.c-category-carousel__item:hover .c-category-carousel__text {
  color: #3C663C;
}

/* line 516, ../sass/utilities/override-brosarp.scss */
.half-width-container .cta-button:hover {
  background: #54AB3D;
}
@media (max-width: 767px) {
  /* line 514, ../sass/utilities/override-brosarp.scss */
  .half-width-container .cta-button {
    color: var(--darkGray);
  }
  /* line 524, ../sass/utilities/override-brosarp.scss */
  .half-width-container .cta-button svg path {
    fill: var(--darkGray);
  }
}

/* line 534, ../sass/utilities/override-brosarp.scss */
.products-block .products-title {
  color: #3C663C;
}

/* line 543, ../sass/utilities/override-brosarp.scss */
.products-list.show-as-grid .product__show-variants:hover {
  background: #54AB3D;
  border: 0.835px solid #54AB3D;
  color: #fff;
}
/* line 548, ../sass/utilities/override-brosarp.scss */
.products-list.show-as-grid .product__show-variants:hover .count-variants {
  color: #54AB3D;
}
/* line 555, ../sass/utilities/override-brosarp.scss */
.products-list.show-as-grid .product__hide-variants:hover {
  background: #54AB3D;
  border: 0.835px solid #54AB3D;
  color: #fff;
}
/* line 560, ../sass/utilities/override-brosarp.scss */
.products-list.show-as-grid .product__hide-variants:hover .count-variants {
  color: #54AB3D;
}
/* line 568, ../sass/utilities/override-brosarp.scss */
.products-list.show-as-grid .product__price-wrapper .price .decimal {
  top: -9px;
  margin-left: -4px;
}
@media (max-width: 1023px) {
  /* line 568, ../sass/utilities/override-brosarp.scss */
  .products-list.show-as-grid .product__price-wrapper .price .decimal {
    top: -4px;
  }
}
/* line 578, ../sass/utilities/override-brosarp.scss */
.products-list.show-as-grid .product__price-wrapper .price.campaign .decimal {
  top: -9px;
  margin-left: -4px;
}
@media (max-width: 1023px) {
  /* line 578, ../sass/utilities/override-brosarp.scss */
  .products-list.show-as-grid .product__price-wrapper .price.campaign .decimal {
    top: -4px;
  }
}
/* line 588, ../sass/utilities/override-brosarp.scss */
.products-list.show-as-grid .product__price-wrapper .price.campaign.old .decimal {
  margin-left: -2px;
}
/* line 603, ../sass/utilities/override-brosarp.scss */
.products-list.show-as-list .product__price-wrapper .price.campaign .decimal {
  top: -10px;
  margin-left: -2px;
}
@media (max-width: 1023px) {
  /* line 603, ../sass/utilities/override-brosarp.scss */
  .products-list.show-as-list .product__price-wrapper .price.campaign .decimal {
    top: -4px;
  }
}

/* line 620, ../sass/utilities/override-brosarp.scss */
.c-brands-logo__link:hover {
  background: #54AB3D;
  border: 0.835px solid #54AB3D;
  color: #fff;
}
/* line 627, ../sass/utilities/override-brosarp.scss */
.c-brands-logo__title {
  color: #3C663C;
  margin-bottom: 18px;
}

/* line 635, ../sass/utilities/override-brosarp.scss */
.narrow-cta-block .content {
  color: #3C663C;
}
/* line 639, ../sass/utilities/override-brosarp.scss */
.narrow-cta-block a.button {
  background: #3C663C;
}
/* line 642, ../sass/utilities/override-brosarp.scss */
.narrow-cta-block a.button:hover {
  background: #54AB3D;
}

/* line 648, ../sass/utilities/override-brosarp.scss */
h1.title {
  font-weight: 400;
  color: #363333;
}

/* line 653, ../sass/utilities/override-brosarp.scss */
.c-blog-details__title {
  color: var(--black);
}

/* line 658, ../sass/utilities/override-brosarp.scss */
.c-blog-details__additional-block .additional-header__text {
  font-family: var(--font-family-secondary);
}
/* line 662, ../sass/utilities/override-brosarp.scss */
.c-blog-details__additional-block .additional-total-button {
  background: #3C663C;
}
/* line 665, ../sass/utilities/override-brosarp.scss */
.c-blog-details__additional-block .additional-total-button:hover {
  background: #54AB3D;
}
/* line 672, ../sass/utilities/override-brosarp.scss */
.c-blog-details__additional-block .additional-content .product-table .product-name {
  font-family: var(--font-family-secondary);
  font-weight: 400;
}
/* line 680, ../sass/utilities/override-brosarp.scss */
.c-blog-details__additional-block .additional-content .opening-hours__wrapper.text-color-red {
  color: #DF6D36;
}

/* line 689, ../sass/utilities/override-brosarp.scss */
.c-accordion__item {
  background: #CCDECC;
}
/* line 692, ../sass/utilities/override-brosarp.scss */
.c-accordion__item--active {
  background-color: #F5F1F1;
}
/* line 697, ../sass/utilities/override-brosarp.scss */
.c-accordion__header {
  font-family: var(--font-family-secondary);
}

/* line 705, ../sass/utilities/override-brosarp.scss */
.c-blog-categories__item:hover .c-blog-categories__title {
  color: #3C663C;
}
/* line 711, ../sass/utilities/override-brosarp.scss */
.c-blog-categories__item:hover .c-blog-categories__arrow svg path {
  fill: #3C663C;
}

/* line 722, ../sass/utilities/override-brosarp.scss */
.blog-list__buttons-block button {
  background-color: #F5F1F1;
}
/* line 725, ../sass/utilities/override-brosarp.scss */
.blog-list__buttons-block button:hover {
  background: #CCDECC;
}
/* line 729, ../sass/utilities/override-brosarp.scss */
.blog-list__buttons-block button.active {
  background: #748B96;
  color: var(--white);
}
/* line 735, ../sass/utilities/override-brosarp.scss */
.blog-list__buttons-block button.active .blog-list__checkmark-icon svg path {
  fill: var(--white);
}
/* line 747, ../sass/utilities/override-brosarp.scss */
.blog-list__item:hover .content .highlight {
  background: #3C663C;
}
/* line 754, ../sass/utilities/override-brosarp.scss */
.blog-list__item:hover .chevron-arrow svg path {
  fill: #3C663C;
}
/* line 762, ../sass/utilities/override-brosarp.scss */
.blog-list__item .content .highlight {
  background: #CCDECC;
}
/* line 769, ../sass/utilities/override-brosarp.scss */
.blog-list__item .chevron-arrow svg path {
  fill: #3C663C;
}

/* line 779, ../sass/utilities/override-brosarp.scss */
.brand-detail-page__title-wrapper .title {
  color: #3C663C;
}

/* line 788, ../sass/utilities/override-brosarp.scss */
.brand-detail-page__links__item:hover .content .highlight {
  background: #3C663C;
  color: var(--white);
}
/* line 796, ../sass/utilities/override-brosarp.scss */
.brand-detail-page__links__item:hover .chevron-arrow svg path {
  fill: #3C663C;
}
/* line 804, ../sass/utilities/override-brosarp.scss */
.brand-detail-page__links__item .content .highlight {
  background: #CCDECC;
  color: var(--black);
}
/* line 812, ../sass/utilities/override-brosarp.scss */
.brand-detail-page__links__item .chevron-arrow svg path {
  fill: #3C663C;
}

/* line 822, ../sass/utilities/override-brosarp.scss */
.brand-feature-block-page .brand-feature-block.half-width-container:hover .cta-link {
  color: #3C663C;
}
/* line 826, ../sass/utilities/override-brosarp.scss */
.brand-feature-block-page .brand-feature-block.half-width-container:hover .cta-link svg path {
  fill: #3C663C;
}

/* line 834, ../sass/utilities/override-brosarp.scss */
.brand-feature-block-page .buttons-block button {
  background: #F5F1F1;
  border: 1px solid #E5E5E5;
}
/* line 838, ../sass/utilities/override-brosarp.scss */
.brand-feature-block-page .buttons-block button:hover {
  background: #CCDECC;
  border: 1px solid #E5E5E5;
}
/* line 843, ../sass/utilities/override-brosarp.scss */
.brand-feature-block-page .buttons-block button svg {
  display: none;
}
/* line 847, ../sass/utilities/override-brosarp.scss */
.brand-feature-block-page .buttons-block button.active {
  border-radius: 3px;
  border: 1px solid #E5E5E5;
  background: #748B96;
  color: var(--white);
  padding-left: 10px;
}
/* line 854, ../sass/utilities/override-brosarp.scss */
.brand-feature-block-page .buttons-block button.active svg {
  display: inline;
}

/* line 866, ../sass/utilities/override-brosarp.scss */
.category-page .categories__item .corner-filled-blue svg path {
  fill: #003B6C;
}

/* line 875, ../sass/utilities/override-brosarp.scss */
.c-filter__header {
  background: #CCDECC;
  color: #363333;
}

/* line 880, ../sass/utilities/override-brosarp.scss */
.c-filter__show-more--blue {
  color: #3C663C;
}
/* line 884, ../sass/utilities/override-brosarp.scss */
.c-filter__show-more--blue svg path {
  fill: #3C663C;
}

/* line 890, ../sass/utilities/override-brosarp.scss */
.c-filter__block .header {
  font-family: var(--font-family-secondary);
  background: #CCDECC;
  border: 1px solid #D3D2D2;
}
/* line 895, ../sass/utilities/override-brosarp.scss */
.c-filter__block .header:hover {
  color: #3C663C;
}
/* line 898, ../sass/utilities/override-brosarp.scss */
.c-filter__block .header:hover .header-title {
  color: #3C663C;
}
/* line 903, ../sass/utilities/override-brosarp.scss */
.c-filter__block .header:hover svg path {
  fill: #3C663C;
}

@media (min-width: 1024px) {
  /* line 910, ../sass/utilities/override-brosarp.scss */
  .product-toolbar {
    background: #CCDECC;
    color: #363333;
  }
}
/* line 916, ../sass/utilities/override-brosarp.scss */
.product-toolbar .product-toolbar__label {
  color: #363333;
}
/* line 922, ../sass/utilities/override-brosarp.scss */
.product-toolbar .product-toolbar__list-icon svg path {
  fill: #363333;
}
/* line 930, ../sass/utilities/override-brosarp.scss */
.product-toolbar .product-toolbar__grid-icon svg path {
  fill: #363333;
}

/* line 937, ../sass/utilities/override-brosarp.scss */
.c-personal-information__main-title {
  color: #363333;
}

/* line 941, ../sass/utilities/override-brosarp.scss */
.c-personal-information .information__button {
  font-family: var(--font-family-secondary);
}

/* line 946, ../sass/utilities/override-brosarp.scss */
.c-login__profile .profile__item--label {
  font-family: var(--font-family-secondary);
  background: #CCDECC;
  color: #363333;
}

/* line 956, ../sass/utilities/override-brosarp.scss */
.item-block .description .button:hover {
  background: #54AB3D;
  border: 0.835px solid #54AB3D;
  color: #fff;
}

/* line 965, ../sass/utilities/override-brosarp.scss */
.title-block {
  color: #364C3E;
}

/* line 973, ../sass/utilities/override-brosarp.scss */
.co-owner-list__block .opening-hours .content .special-day {
  color: #DF6D36;
}
/* line 981, ../sass/utilities/override-brosarp.scss */
.co-owner-list__block .services a:hover {
  background: #54AB3D;
  border: 0.835px solid #54AB3D;
  color: #fff;
}

/* line 992, ../sass/utilities/override-brosarp.scss */
.c-category-list__item:hover {
  background: #CCDECC !important;
}
/* line 996, ../sass/utilities/override-brosarp.scss */
.c-category-list__item:hover svg path {
  stroke: #3C663C !important;
}
/* line 1000, ../sass/utilities/override-brosarp.scss */
.c-category-list__item:hover svg mask {
  stroke: #3C663C !important;
}
/* line 1004, ../sass/utilities/override-brosarp.scss */
.c-category-list__item:hover svg rect {
  stroke: #3C663C !important;
}
/* line 1009, ../sass/utilities/override-brosarp.scss */
.c-category-list__item:hover .c-category-list__text {
  color: #3C663C;
}

/* line 1017, ../sass/utilities/override-brosarp.scss */
.documentation__items-list .c-accordion__item .c-accordion__header {
  background: #CCDECC;
}
/* line 1022, ../sass/utilities/override-brosarp.scss */
.documentation__items-list .list-title {
  background: #CCDECC;
}

/* line 1027, ../sass/utilities/override-brosarp.scss */
.c-shopping-details__table--head {
  background: #CCDECC;
}

/* line 1032, ../sass/utilities/override-brosarp.scss */
.filter-section .search-button {
  font-family: var(--font-family-secondary);
  background: #3C663C;
}
/* line 1037, ../sass/utilities/override-brosarp.scss */
.filter-section .create-doc-button {
  font-family: var(--font-family-secondary);
}

/* line 1043, ../sass/utilities/override-brosarp.scss */
.c-content-side .heading-one__content {
  color: #363333;
}

/* line 1049, ../sass/utilities/override-brosarp.scss */
.c-employees__link:hover {
  color: #3C663C;
}
/* line 1053, ../sass/utilities/override-brosarp.scss */
.c-employees__link:hover svg path {
  fill: #3C663C !important;
}

/* line 1061, ../sass/utilities/override-brosarp.scss */
.c-product__button:hover {
  background: #54AB3D;
  border: 0.835px solid #54AB3D;
  color: #fff;
}

/* line 1068, ../sass/utilities/override-brosarp.scss */
.empty-checkout__button {
  background: #3C663C;
  font-family: var(--font-family-secondary);
}
/* line 1072, ../sass/utilities/override-brosarp.scss */
.empty-checkout__button:hover {
  background: #54AB3D;
}

/* line 1077, ../sass/utilities/override-brosarp.scss */
.c-shopping-details__title--text {
  color: #363333;
}

@media (max-width: 1023px) {
  /* line 1081, ../sass/utilities/override-brosarp.scss */
  .c-shopping-details__title {
    background: #CCDECC;
  }
}

/* line 1087, ../sass/utilities/override-brosarp.scss */
.c-shopping-details__cart--right .buttons-wrapper .primary-button {
  background: #3C663C;
}
/* line 1090, ../sass/utilities/override-brosarp.scss */
.c-shopping-details__cart--right .buttons-wrapper .primary-button:hover {
  background: #54AB3D !important;
  border: 1px solid #54AB3D !important;
  color: #fff !important;
}

/* line 1098, ../sass/utilities/override-brosarp.scss */
.c-shopping-details__cart--right .buttons-wrapper .secondary-button:hover {
  background: #54AB3D !important;
  border: 0.835px solid #54AB3D !important;
  color: #fff !important;
}

/* line 1106, ../sass/utilities/override-brosarp.scss */
.c-shopping-details__buttons .button:hover {
  background: #54AB3D !important;
  border: 0.835px solid #54AB3D !important;
  color: #fff !important;
}

/* line 1113, ../sass/utilities/override-brosarp.scss */
.c-shopping-details__buttons--wrapper .back-button {
  color: #363333;
}
/* line 1117, ../sass/utilities/override-brosarp.scss */
.c-shopping-details__buttons--wrapper .back-button svg path {
  fill: #363333;
}

/* line 1124, ../sass/utilities/override-brosarp.scss */
.c-shopping-details__input--wrapper:hover .c-shopping-details__input--icon {
  background: #353432;
}
/* line 1128, ../sass/utilities/override-brosarp.scss */
.c-shopping-details__input--wrapper:hover input {
  border: 1px solid #353432;
  color: #364C3E;
}
/* line 1132, ../sass/utilities/override-brosarp.scss */
.c-shopping-details__input--wrapper:hover input::-webkit-input-placeholder {
  color: #364C3E;
}
.c-shopping-details__input--wrapper:hover input:-ms-input-placeholder {
  color: #364C3E;
}
.c-shopping-details__input--wrapper:hover input::-ms-input-placeholder {
  color: #364C3E;
}
.c-shopping-details__input--wrapper:hover input::placeholder {
  color: #364C3E;
}

/* line 1138, ../sass/utilities/override-brosarp.scss */
.c-latest-news__title {
  color: #3C663C;
}

/* line 1142, ../sass/utilities/override-brosarp.scss */
.c-latest-news__text {
  background: #CCDECC;
}

/* line 1148, ../sass/utilities/override-brosarp.scss */
.c-latest-news__item:hover .c-latest-news__text {
  background: #3C663C;
}

/* line 1154, ../sass/utilities/override-brosarp.scss */
.c-latest-articles__title {
  color: #3C663C;
}

/* line 1161, ../sass/utilities/override-brosarp.scss */
.c-latest-articles .news__content .news-details .label {
  background: #CCDECC;
}
/* line 1171, ../sass/utilities/override-brosarp.scss */
.c-latest-articles .news__item:hover .news__content .news-details .label {
  background: #3C663C;
}

/* line 1181, ../sass/utilities/override-brosarp.scss */
.c-hero-banner.full-width .cta-banner__link {
  font-family: var(--font-family-secondary);
}

/* line 1188, ../sass/utilities/override-brosarp.scss */
.c-login .button--primary {
  background: #3C663C;
  font-family: var(--font-family-secondary);
}
/* line 1192, ../sass/utilities/override-brosarp.scss */
.c-login .button--primary:hover {
  background: #54AB3D;
}
/* line 1197, ../sass/utilities/override-brosarp.scss */
.c-login .button--secondary {
  font-family: var(--font-family-secondary);
}
/* line 1200, ../sass/utilities/override-brosarp.scss */
.c-login .button--secondary:hover {
  background: #54AB3D;
  border: 0.835px solid #54AB3D;
  color: #fff;
}
/* line 1208, ../sass/utilities/override-brosarp.scss */
.c-login__wrapper .forgot-password-btn {
  color: #3C663C;
}
/* line 1217, ../sass/utilities/override-brosarp.scss */
.c-login__right .input__container .input__item:hover input {
  border: 1.692px solid #353432;
  color: #364C3E;
}
/* line 1221, ../sass/utilities/override-brosarp.scss */
.c-login__right .input__container .input__item:hover input::-webkit-input-placeholder {
  color: #364C3E;
}
.c-login__right .input__container .input__item:hover input:-ms-input-placeholder {
  color: #364C3E;
}
.c-login__right .input__container .input__item:hover input::-ms-input-placeholder {
  color: #364C3E;
}
.c-login__right .input__container .input__item:hover input::placeholder {
  color: #364C3E;
}
/* line 1227, ../sass/utilities/override-brosarp.scss */
.c-login__right .input__container .input__item:hover svg path {
  fill: #364C3E;
}
/* line 1232, ../sass/utilities/override-brosarp.scss */
.c-login__right .input__container .input__item:hover label {
  color: #364C3E;
}
/* line 1238, ../sass/utilities/override-brosarp.scss */
.c-login__right .input__container .input__item:focus-within label {
  color: #364C3E;
}

/* line 1248, ../sass/utilities/override-brosarp.scss */
.c-register .button--primary {
  background: #3C663C;
  font-family: var(--font-family-secondary);
}
/* line 1252, ../sass/utilities/override-brosarp.scss */
.c-register .button--primary:hover {
  background: #54AB3D;
}
/* line 1257, ../sass/utilities/override-brosarp.scss */
.c-register .button--secondary {
  font-family: var(--font-family-secondary);
}
/* line 1260, ../sass/utilities/override-brosarp.scss */
.c-register .button--secondary:hover {
  background: #54AB3D;
  border: 0.835px solid #54AB3D;
  color: #fff;
}
/* line 1268, ../sass/utilities/override-brosarp.scss */
.c-register__wrapper .forgot-password-btn {
  color: #3C663C;
}
/* line 1277, ../sass/utilities/override-brosarp.scss */
.c-register__right .input__container .input__item:hover input {
  border: 1.692px solid #353432;
  color: #364C3E;
}
/* line 1281, ../sass/utilities/override-brosarp.scss */
.c-register__right .input__container .input__item:hover input::-webkit-input-placeholder {
  color: #364C3E;
}
.c-register__right .input__container .input__item:hover input:-ms-input-placeholder {
  color: #364C3E;
}
.c-register__right .input__container .input__item:hover input::-ms-input-placeholder {
  color: #364C3E;
}
.c-register__right .input__container .input__item:hover input::placeholder {
  color: #364C3E;
}
/* line 1287, ../sass/utilities/override-brosarp.scss */
.c-register__right .input__container .input__item:hover svg path {
  fill: #364C3E;
}
/* line 1292, ../sass/utilities/override-brosarp.scss */
.c-register__right .input__container .input__item:hover label {
  color: #364C3E;
}
/* line 1298, ../sass/utilities/override-brosarp.scss */
.c-register__right .input__container .input__item:focus-within label {
  color: #364C3E;
}
/* line 1306, ../sass/utilities/override-brosarp.scss */
.c-register__show-more {
  color: #3C663C;
}

/* line 1311, ../sass/utilities/override-brosarp.scss */
.my-account__title {
  color: #363333;
}

/* line 1317, ../sass/utilities/override-brosarp.scss */
.my-account__tiles--title {
  font-family: var(--font-family-secondary);
}
/* line 1323, ../sass/utilities/override-brosarp.scss */
.my-account__tiles--item:hover .my-account__tiles--wrapper {
  background: #CCDECC !important;
}
/* line 1327, ../sass/utilities/override-brosarp.scss */
.my-account__tiles--item:hover .my-account__tiles--title {
  color: #3C663C;
}
/* line 1332, ../sass/utilities/override-brosarp.scss */
.my-account__tiles--item:hover svg path {
  stroke: #3C663C;
}

/* line 1341, ../sass/utilities/override-brosarp.scss */
.workplace__item {
  background: #CCDECC;
}
/* line 1344, ../sass/utilities/override-brosarp.scss */
.workplace__item .name {
  font-family: var(--font-family-secondary);
}

/* line 1350, ../sass/utilities/override-brosarp.scss */
.workplace__title {
  color: #3C663C;
}
/* line 1354, ../sass/utilities/override-brosarp.scss */
.workplace__title svg path {
  fill: #3C663C;
}

/* line 1360, ../sass/utilities/override-brosarp.scss */
.workplace__empty .content {
  font-family: var(--font-family-secondary);
}
/* line 1363, ../sass/utilities/override-brosarp.scss */
.workplace__empty .content button {
  color: #3C663C;
  font-family: var(--font-family-secondary);
}

/* line 1369, ../sass/utilities/override-brosarp.scss */
.workplace__new-workplace-button {
  font-family: var(--font-family-secondary);
}

/* line 1373, ../sass/utilities/override-brosarp.scss */
.news__title {
  color: #3C663C;
}

/* line 1377, ../sass/utilities/override-brosarp.scss */
.news__content .news-details .label.news {
  background: #CCDECC;
  color: var(--black);
}
/* line 1381, ../sass/utilities/override-brosarp.scss */
.news__content .news-details .label.news ~ .time {
  border-left: 2px solid #CCDECC;
}

/* line 1387, ../sass/utilities/override-brosarp.scss */
.news__button a:hover {
  background: #54AB3D;
  border: 0.835px solid #54AB3D;
  color: #fff;
}

/* line 1397, ../sass/utilities/override-brosarp.scss */
.news__item .news__content .news-details .label {
  font-family: var(--font-family-secondary);
}
/* line 1408, ../sass/utilities/override-brosarp.scss */
.news__item:hover .news__content .news-details .label.news {
  background: #3C663C;
  color: var(--white);
}
/* line 1412, ../sass/utilities/override-brosarp.scss */
.news__item:hover .news__content .news-details .label.news ~ .time {
  border-left: 2px solid #3C663C;
}
/* line 1417, ../sass/utilities/override-brosarp.scss */
.news__item:hover .news__content .news-details .label.press-release {
  background: #3C663C;
  color: var(--white);
}
/* line 1421, ../sass/utilities/override-brosarp.scss */
.news__item:hover .news__content .news-details .label.press-release ~ .time {
  border-left: 2px solid #3C663C;
}

/* line 1431, ../sass/utilities/override-brosarp.scss */
.news__filter-container .buttons button {
  background-color: #F5F1F1;
}
/* line 1434, ../sass/utilities/override-brosarp.scss */
.news__filter-container .buttons button:hover {
  background: #CCDECC;
}
/* line 1438, ../sass/utilities/override-brosarp.scss */
.news__filter-container .buttons button.selected {
  background: #748B96;
  color: var(--white);
}
/* line 1443, ../sass/utilities/override-brosarp.scss */
.news__filter-container .buttons button.selected svg path {
  fill: var(--white);
}

/* line 1450, ../sass/utilities/override-brosarp.scss */
.c-order-details__dropdowns .order-dropdown__title {
  background: #CCDECC;
}

/* line 1454, ../sass/utilities/override-brosarp.scss */
.c-shopping-details__table--mobile-heading {
  background-color: #CCDECC !important;
}
/* line 1457, ../sass/utilities/override-brosarp.scss */
.c-shopping-details__table--mobile-heading .sorting-btn {
  border: 1px solid #3C663C !important;
}
/* line 1461, ../sass/utilities/override-brosarp.scss */
.c-shopping-details__table--mobile-heading .sorting-btn svg path {
  fill: #3C663C;
}

/* line 1468, ../sass/utilities/override-brosarp.scss */
.c-order-details__content .pdf-wrapper .pdf-link a {
  color: #3C663C;
}
/* line 1472, ../sass/utilities/override-brosarp.scss */
.c-order-details__content .pdf-wrapper .pdf-link a + svg path {
  fill: #3C663C;
}

/* line 1478, ../sass/utilities/override-brosarp.scss */
.c-order-details__list .wrapper .item .description a {
  color: #3C663C;
}

/* line 1482, ../sass/utilities/override-brosarp.scss */
.c-order-details__dropdowns .order-dropdown__content .description a {
  color: #3C663C;
}

/* line 1487, ../sass/utilities/override-brosarp.scss */
.product-page .product-details-wrapper .purchase-info__suggested-items-button:hover {
  background: #54AB3D;
  border: 0.835px solid #54AB3D;
  color: #fff;
}

/* line 1494, ../sass/utilities/override-brosarp.scss */
.suggested-products .table-container thead {
  background-color: #CCDECC;
}

/* line 1498, ../sass/utilities/override-brosarp.scss */
.suggested-products .table-container thead th {
  color: var(--black);
}

/* line 1502, ../sass/utilities/override-brosarp.scss */
.suggested-products .table-container tbody tr.current .name:before {
  border-left: 10px solid #CCDECC;
}

@media (min-width: 1024px) {
  /* line 1506, ../sass/utilities/override-brosarp.scss */
  .c-tab-navigation__item:not(.active):hover {
    background: #CCDECC !important;
  }
  /* line 1510, ../sass/utilities/override-brosarp.scss */
  .c-tab-navigation__item:not(.active):hover .c-tab-navigation__title {
    color: #3C663C;
  }
  /* line 1515, ../sass/utilities/override-brosarp.scss */
  .c-tab-navigation__item:not(.active):hover svg path {
    stroke: #3C663C !important;
  }
  /* line 1519, ../sass/utilities/override-brosarp.scss */
  .c-tab-navigation__item:not(.active):hover svg circle {
    stroke: #3C663C !important;
  }
}

/* line 1526, ../sass/utilities/override-brosarp.scss */
.c-tab-navigation__content-inner.product-information .product-information__button {
  color: #3C663C;
}

/* line 1530, ../sass/utilities/override-brosarp.scss */
.product-page .product-details-wrapper .purchase-info__shopping-list-button {
  color: #3C663C;
}
/* line 1534, ../sass/utilities/override-brosarp.scss */
.product-page .product-details-wrapper .purchase-info__shopping-list-button svg path {
  stroke: #3C663C !important;
}

/* line 1544, ../sass/utilities/override-brosarp.scss */
.c-services__item a .c-services__title {
  color: #3C663C;
}
/* line 1548, ../sass/utilities/override-brosarp.scss */
.c-services__item a .c-services__description {
  color: #3C663C;
}
/* line 1552, ../sass/utilities/override-brosarp.scss */
.c-services__item a .c-services__arrow-long {
  color: #3C663C;
}
/* line 1556, ../sass/utilities/override-brosarp.scss */
.c-services__item a .c-services__arrow-long svg path {
  fill: #3C663C;
}
/* line 1563, ../sass/utilities/override-brosarp.scss */
.c-services__item a svg path {
  stroke: #3C663C;
}
/* line 1569, ../sass/utilities/override-brosarp.scss */
.c-services__item:hover {
  background: #CCDECC !important;
}
/* line 1572, ../sass/utilities/override-brosarp.scss */
.c-services__item:hover a {
  background: #CCDECC !important;
}
/* line 1576, ../sass/utilities/override-brosarp.scss */
.c-services__item:hover a .c-services__title {
  color: #3C663C;
}
/* line 1580, ../sass/utilities/override-brosarp.scss */
.c-services__item:hover a .c-services__description {
  color: #3C663C;
}
/* line 1584, ../sass/utilities/override-brosarp.scss */
.c-services__item:hover a .c-services__arrow-long {
  color: #3C663C;
}
/* line 1588, ../sass/utilities/override-brosarp.scss */
.c-services__item:hover a .c-services__arrow-long svg path {
  fill: #3C663C;
}
/* line 1595, ../sass/utilities/override-brosarp.scss */
.c-services__item:hover a svg path {
  stroke: #3C663C;
}

/* line 1603, ../sass/utilities/override-brosarp.scss */
.shopping-list__title {
  color: #3C663C;
}
/* line 1607, ../sass/utilities/override-brosarp.scss */
.shopping-list__title svg path {
  fill: #3C663C;
}

/* line 1613, ../sass/utilities/override-brosarp.scss */
.shopping-list__item {
  background: #CCDECC;
}

/* line 1617, ../sass/utilities/override-brosarp.scss */
.shopping-list__empty .content {
  font-family: var(--font-family-secondary);
}
/* line 1620, ../sass/utilities/override-brosarp.scss */
.shopping-list__empty .content button {
  color: #3C663C;
  font-family: var(--font-family-secondary);
}

/* line 1626, ../sass/utilities/override-brosarp.scss */
.user-page .filter-section .create-profile {
  font-family: var(--font-family-secondary);
}
@media (min-width: 1024px) {
  /* line 1626, ../sass/utilities/override-brosarp.scss */
  .user-page .filter-section .create-profile {
    background: #3C663C;
  }
}
/* line 1633, ../sass/utilities/override-brosarp.scss */
.user-page .filter-section .create-profile:hover {
  background: #54AB3D !important;
  border: 1px solid #54AB3D !important;
  color: #fff !important;
}

/* line 1640, ../sass/utilities/override-brosarp.scss */
.user-page .profile__wrapper .selected-profile--label {
  font-family: var(--font-family-secondary);
  background: #CCDECC;
  color: #363333;
}

/* line 1646, ../sass/utilities/override-brosarp.scss */
.c-cart-popup__wrapper .cart__wrapper .cart-header {
  background: #CCDECC;
}
/* line 1649, ../sass/utilities/override-brosarp.scss */
.c-cart-popup__wrapper .cart__wrapper .cart-header .cart-header__title {
  color: #363333;
}

/* line 1655, ../sass/utilities/override-brosarp.scss */
.c-cart-popup__wrapper .cart-products__secondary:hover {
  background: #54AB3D !important;
  border: 1px solid #54AB3D !important;
  color: #fff !important;
}

/* line 1662, ../sass/utilities/override-brosarp.scss */
.c-cart-popup__wrapper .cart-products__primary {
  background: #3C663C;
}
/* line 1665, ../sass/utilities/override-brosarp.scss */
.c-cart-popup__wrapper .cart-products__primary:hover {
  background: #54AB3D !important;
  border: 1px solid #54AB3D !important;
  color: #fff !important;
}

/* line 1672, ../sass/utilities/override-brosarp.scss */
.header .small-header .co-owner-info.multiple-locations .store-selector-container .store-selector__buttons .button.primary-button {
  background: #3C663C;
}
/* line 1675, ../sass/utilities/override-brosarp.scss */
.header .small-header .co-owner-info.multiple-locations .store-selector-container .store-selector__buttons .button.primary-button:hover {
  background: #54AB3D !important;
  border: 1px solid #54AB3D !important;
  color: #fff !important;
}

/* line 1682, ../sass/utilities/override-brosarp.scss */
.footer {
  position: relative;
  background: none;
  z-index: 1;
  padding: 250px 0px 250px 0px;
}
@media (max-width: 1023px) {
  /* line 1682, ../sass/utilities/override-brosarp.scss */
  .footer {
    padding: 113px 0px 0px 0px;
  }
}
/* line 1692, ../sass/utilities/override-brosarp.scss */
.footer::before {
  content: "";
  display: block;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxNzI1IDEwODEiIGZpbGw9Im5vbmUiPjxwYXRoIGQ9Ik0xNDgyLjg4IDIzMy41NzljLTIxLjE3IDExLjY5LTM1LjU2NSAxOS42NDctNjMuNDcyIDMzLjU5OEMxMzAyLjI5IDMzMC4yMDEgMTE3Ny4xMiAzNjIuMjA0IDEwNTMuNjMgMzYyLjIzMUMxMDMwLjM2IDM2Mi4yMzEgMTAwNy4xOCAzNjEuMDg4IDk4NC4wOTkgMzU4LjgwMkM4MjUuNjE1IDM0My4xMTkgNjg0LjAyNSAyNjIuMzEzIDU0Ny4wODUgMTg0LjE2NEMzODkuMDU3IDk0LjAwMTQgMTg0LjY2NCAtNS45MTY3OSAtMjAgMC43Mjg0NzlWMTY2Ni43NUgxNzYyLjYzVjEyMC4zNzdDMTY2Ni4zNSAxMzEuODI2IDE1NzYuODggMTgxLjU4NiAxNDgyLjg4IDIzMy41Nzl6IiBmaWxsPSIjQ0NERUNDIi8+PC9zdmc+");
  background-size: 100%;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
@media (max-width: 1023px) {
  /* line 1692, ../sass/utilities/override-brosarp.scss */
  .footer::before {
    background-image: url("data:image/svg+xml;base64,CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB2aWV3Qm94PSIwIDAgMzkzIDUyNSIgZmlsbD0ibm9uZSI+CiAgPHBhdGggZD0iTTMzMS4zMjUgNTQuMDExNkMzMjYuNjU4IDU2LjcyMDkgMzIyIDU5LjQzMDEgMzE3LjMzMyA2Mi4wMjg2QzI5MS41MTMgNzYuMzkzOCAyNjMuOTE3IDgzLjgwNzMgMjM2LjY5MiA4My44MTM0QzIzMS41NjMgODMuODEzNCAyMjYuNDUyIDgzLjU0ODcgMjIxLjM2NCA4My4wMTkxQzE4Ni40MjQgNzkuMzg2MyAxNTUuMjEgNjAuNjY3OCAxMjUuMDIgNDIuNTY1QzkwLjE4MDkgMjEuNjc5MSA0NS4xMjAyIC0xLjQ2NjUyIDAgMC4wNzI4MzM0VjUyNC41SDM5M1YyNy43ODczQzM3MS43NzQgMzAuNDQxMSAzNTIuMDQ4IDQxLjk2NzggMzMxLjMyNSA1NC4wMTE2WiIgZmlsbD0iI0NDREVDQyI+PC9wYXRoPgo8L3N2Zz4K");
  }
}
@media (max-width: 1023px) {
  /* line 1710, ../sass/utilities/override-brosarp.scss */
  .footer::after {
    top: 350px;
    content: "";
    display: block;
    background: #CCDECC;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    z-index: -1;
  }
}
/* line 1725, ../sass/utilities/override-brosarp.scss */
.footer .footer__description {
  color: #353432;
}
@media (min-width: 1024px) {
  /* line 1725, ../sass/utilities/override-brosarp.scss */
  .footer .footer__description {
    font-size: 16px;
  }
}
/* line 1733, ../sass/utilities/override-brosarp.scss */
.footer .footer__item {
  color: #353432;
}
@media (min-width: 1024px) {
  /* line 1733, ../sass/utilities/override-brosarp.scss */
  .footer .footer__item {
    font-size: 17px;
  }
}
@media (max-width: 1023px) {
  /* line 1733, ../sass/utilities/override-brosarp.scss */
  .footer .footer__item {
    color: #3C663C;
  }
}
@media (max-width: 1023px) {
  /* line 1744, ../sass/utilities/override-brosarp.scss */
  .footer .footer__item--dropdown {
    border-bottom: 1px solid #3C663C;
    font-family: var(--font-family-secondary);
  }
}
@media (max-width: 1023px) {
  /* line 1750, ../sass/utilities/override-brosarp.scss */
  .footer .footer__item--dropdown:first-child {
    border-top: 1px solid #3C663C;
  }
}
/* line 1758, ../sass/utilities/override-brosarp.scss */
.footer .footer__item--dropdown .footer__chevron-icon svg path {
  fill: #3C663C;
}
/* line 1765, ../sass/utilities/override-brosarp.scss */
.footer .footer__item ul.footer__links li a {
  color: #353432;
}
@media (min-width: 1024px) {
  /* line 1765, ../sass/utilities/override-brosarp.scss */
  .footer .footer__item ul.footer__links li a {
    font-size: 15px;
  }
}
@media (max-width: 1023px) {
  /* line 1765, ../sass/utilities/override-brosarp.scss */
  .footer .footer__item ul.footer__links li a {
    color: #3C663C;
  }
}
/* line 1777, ../sass/utilities/override-brosarp.scss */
.footer .footer__item ul.footer__links li a:hover {
  color: #3C663C;
}
/* line 1784, ../sass/utilities/override-brosarp.scss */
.footer .footer__item ul.footer__social li a svg path {
  fill: #3C663C;
}

/* line 1792, ../sass/utilities/override-brosarp.scss */
.header .mobile-nav-popup .mobile-nav__main-list .main-item__title {
  font-family: var(--font-family-secondary);
}

/* line 1796, ../sass/utilities/override-brosarp.scss */
.header .mobile-nav-popup .mobile-nav__main-list .main-item__wrapper .subnav__main-title {
  font-family: var(--font-family-secondary);
}

/* line 1800, ../sass/utilities/override-brosarp.scss */
.header .mobile-nav-popup .mobile-nav__main-list .main-item__wrapper .subnav__title {
  font-family: var(--font-family-secondary);
}

/* line 1804, ../sass/utilities/override-brosarp.scss */
.c-sidebar-menu__mobile {
  background: #CCDECC;
}
/* line 1808, ../sass/utilities/override-brosarp.scss */
.c-sidebar-menu__mobile .menu-toggle .bar {
  background-color: #363333;
}
/* line 1813, ../sass/utilities/override-brosarp.scss */
.c-sidebar-menu__mobile .menu-title {
  color: #363333;
}

@media (max-width: 1023px) {
  /* line 1818, ../sass/utilities/override-brosarp.scss */
  .c-sidebar-menu__item {
    color: #363333;
  }
}

/* line 1824, ../sass/utilities/override-brosarp.scss */
.category-page .categories__item {
  color: #3C663C;
  border: 1px solid #CCDECC;
}
/* line 1830, ../sass/utilities/override-brosarp.scss */
.category-page .categories__item .corner-filled-blue svg path, .category-page .categories__item .corner-filled-white svg path {
  fill: #3C663C;
}
/* line 1836, ../sass/utilities/override-brosarp.scss */
.category-page .categories__item:hover {
  border: 1px solid #3C663C;
  background: #3C663C;
}

/* line 1842, ../sass/utilities/override-brosarp.scss */
.products-list.show-as-grid .product__price-wrapper .price .integer {
  word-spacing: -24.6em;
}

/* line 1847, ../sass/utilities/override-brosarp.scss */
.product__price-wrapper .price.old > span:first-of-type {
  word-spacing: -24.6em;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

/* line 1853, ../sass/utilities/override-brosarp.scss */
.products-list.show-as-grid .product__price-wrapper .price.old span span.decimal {
  top: 0;
  margin-left: 0;
}

/* line 1858, ../sass/utilities/override-brosarp.scss */
.products-list.show-as-list .product__price-wrapper .price .integer {
  word-spacing: -24.6em;
}

/* line 1863, ../sass/utilities/override-brosarp.scss */
.cart__item--text .article-price .price {
  word-spacing: -24.6em;
}
