/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

a {
  text-decoration: none;
  color: inherit;
}
a:hover {
  color: inherit;
}

img, svg {
  vertical-align: bottom;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
  -webkit-appearance: none;
}

* {
  outline-color: black;
}

@font-face {
  font-family: "Brandon Grotesque";
  src: url("/themes/U96uhFEPxdfSY1HL/fonts/Brandon_thin.otf");
  font-weight: 200;
  font-style: normal;
}
@font-face {
  font-family: "Brandon Grotesque";
  src: url("/themes/U96uhFEPxdfSY1HL/fonts/Brandon_thin_it.otf");
  font-weight: 200;
  font-style: italic;
}
@font-face {
  font-family: "Brandon Grotesque";
  src: url("/themes/U96uhFEPxdfSY1HL/fonts/Brandon_light.otf");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Brandon Grotesque";
  src: url("/themes/U96uhFEPxdfSY1HL/fonts/Brandon_light_it.otf");
  font-weight: 300;
  font-style: italic;
}
@font-face {
  font-family: "Brandon Grotesque";
  src: url("/themes/U96uhFEPxdfSY1HL/fonts/Brandon_reg.otf");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Brandon Grotesque";
  src: url("/themes/U96uhFEPxdfSY1HL/fonts/Brandon_reg_it.otf");
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: "Brandon Grotesque";
  src: url("/themes/U96uhFEPxdfSY1HL/fonts/Brandon_med.otf");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Brandon Grotesque";
  src: url("/themes/U96uhFEPxdfSY1HL/fonts/Brandon_med_it.otf");
  font-weight: 500;
  font-style: italic;
}
@font-face {
  font-family: "Brandon Grotesque";
  src: url("/themes/U96uhFEPxdfSY1HL/fonts/Brandon_bld.otf");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Brandon Grotesque";
  src: url("/themes/U96uhFEPxdfSY1HL/fonts/Brandon_bld_it.otf");
  font-weight: 700;
  font-style: italic;
}
@font-face {
  font-family: "Brandon Grotesque";
  src: url("/themes/U96uhFEPxdfSY1HL/fonts/Brandon_blk.otf");
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: "Brandon Grotesque";
  src: url("/themes/U96uhFEPxdfSY1HL/fonts/Brandon_blk_it.otf");
  font-weight: 900;
  font-style: italic;
}
@font-face {
  font-family: "Roca";
  src: url("/themes/U96uhFEPxdfSY1HL/fonts/Roca.otf");
}
html {
  overscroll-behavior: contain;
}

body {
  font-family: "Brandon Grotesque";
  color: rgb(26, 26, 26);
  overflow-x: hidden;
  min-width: 320px;
  display: flex;
  flex-direction: column;
  min-height: 100vh; /* Fallback for browsers that do not support Custom Properties */
  min-height: calc(var(--vh, 1vh) * 100);
}
body.is-not-scrollable {
  overflow: hidden;
}

* {
  box-sizing: border-box;
}

.grecaptcha-badge {
  z-index: 60;
}

.lazy {
  opacity: 0;
}

.c-slider .swiper-wrapper {
  height: auto;
}

.swiper-lazy {
  opacity: 0;
}
.swiper-lazy.swiper-lazy-loaded {
  opacity: 1;
}

.glightbox-clean .gnext, .glightbox-clean .gprev {
  top: 45%;
}

.glightbox-clean .gnext {
  right: 12px;
}

.glightbox-clean .gprev {
  left: 12px;
}

.l-container {
  width: 100%;
  max-width: 1370px;
  margin: 0 auto;
  padding: 0 15px;
}
.l-container--reduced {
  max-width: 1170px;
}
@media (max-width: 1400px) {
  .l-container {
    max-width: 1170px;
  }
}
@media (max-width: 1200px) {
  .l-container {
    max-width: 992px;
  }
}
@media (max-width: 1024px) {
  .l-container {
    max-width: 768px;
  }
}
@media (max-width: 768px) {
  .l-container {
    max-width: 100%;
  }
}
.l-container--fullwidth {
  max-width: unset;
  padding: 0;
}

.l-with-sidebar {
  display: flex;
  justify-content: space-between;
}
.l-with-sidebar--reverse .l-with-sidebar__sidebar {
  margin-right: 32px;
  margin-left: 0;
}
.l-with-sidebar__main {
  width: calc(100% - 332px);
  margin-bottom: 64px;
}
@media (max-width: 1400px) {
  .l-with-sidebar__main {
    width: calc(100% - 292px);
  }
}
@media (max-width: 1200px) {
  .l-with-sidebar__main {
    width: calc(100% - 252px);
  }
}
@media (max-width: 1024px) {
  .l-with-sidebar__main {
    width: 100%;
    margin-bottom: 32px;
  }
}
@media (max-width: 480px) {
  .l-with-sidebar__main {
    margin-bottom: 16px;
  }
}
.l-with-sidebar__sidebar {
  width: 300px;
  min-width: 300px;
  margin-left: 32px;
  margin-bottom: 64px;
}
.l-with-sidebar__sidebar--border {
  padding-right: 32px;
  border-right: 1px solid #f5f5f5;
}
.l-with-sidebar__sidebar--border-reverse {
  padding-left: 32px;
  border-left: 1px solid #f5f5f5;
}
.l-with-sidebar__sidebar.l-with-sidebar__sidebar--fixed-size {
  width: 300px;
  min-width: 300px;
}
@media (max-width: 1400px) {
  .l-with-sidebar__sidebar {
    width: 260px;
    min-width: 260px;
  }
}
@media (max-width: 1200px) {
  .l-with-sidebar__sidebar {
    width: 220px;
    min-width: 220px;
  }
}
@media (max-width: 1024px) {
  .l-with-sidebar__sidebar {
    display: none;
  }
}

.l-section__wrapper {
  padding: 64px 0;
  border-bottom: 1px solid #d6d6d6;
}
@media (max-width: 768px) {
  .l-section__wrapper {
    padding: 24px 0 16px;
  }
}
.l-section__wrapper--solo {
  padding: 32px 0 64px;
}
@media (max-width: 768px) {
  .l-section__wrapper--solo {
    padding: 24px 0 48px;
  }
}
.l-section__wrapper--small-padding {
  padding: 32px 0;
}
@media (max-width: 768px) {
  .l-section__wrapper--small-padding {
    padding: 24px 0 48px;
  }
}
@media (max-width: 768px) {
  .l-section__wrapper--full-mobile {
    border-top: 1px solid #d6d6d6;
    padding: 24px 15px 16px;
    margin: -1px -15px 0;
  }
}
.l-section__wrapper--no-border {
  border-bottom: unset;
}
.l-section__wrapper--none-top-padding {
  padding-top: 0px;
}

@font-face {
  font-family: "Brandon Grotesque";
  src: url("/themes/U96uhFEPxdfSY1HL/fonts/Brandon_thin.otf");
  font-weight: 200;
  font-style: normal;
}
@font-face {
  font-family: "Brandon Grotesque";
  src: url("/themes/U96uhFEPxdfSY1HL/fonts/Brandon_thin_it.otf");
  font-weight: 200;
  font-style: italic;
}
@font-face {
  font-family: "Brandon Grotesque";
  src: url("/themes/U96uhFEPxdfSY1HL/fonts/Brandon_light.otf");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Brandon Grotesque";
  src: url("/themes/U96uhFEPxdfSY1HL/fonts/Brandon_light_it.otf");
  font-weight: 300;
  font-style: italic;
}
@font-face {
  font-family: "Brandon Grotesque";
  src: url("/themes/U96uhFEPxdfSY1HL/fonts/Brandon_reg.otf");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Brandon Grotesque";
  src: url("/themes/U96uhFEPxdfSY1HL/fonts/Brandon_reg_it.otf");
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: "Brandon Grotesque";
  src: url("/themes/U96uhFEPxdfSY1HL/fonts/Brandon_med.otf");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Brandon Grotesque";
  src: url("/themes/U96uhFEPxdfSY1HL/fonts/Brandon_med_it.otf");
  font-weight: 500;
  font-style: italic;
}
@font-face {
  font-family: "Brandon Grotesque";
  src: url("/themes/U96uhFEPxdfSY1HL/fonts/Brandon_bld.otf");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Brandon Grotesque";
  src: url("/themes/U96uhFEPxdfSY1HL/fonts/Brandon_bld_it.otf");
  font-weight: 700;
  font-style: italic;
}
@font-face {
  font-family: "Brandon Grotesque";
  src: url("/themes/U96uhFEPxdfSY1HL/fonts/Brandon_blk.otf");
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: "Brandon Grotesque";
  src: url("/themes/U96uhFEPxdfSY1HL/fonts/Brandon_blk_it.otf");
  font-weight: 900;
  font-style: italic;
}
@font-face {
  font-family: "Roca";
  src: url("/themes/U96uhFEPxdfSY1HL/fonts/Roca.otf");
}
.l-modal-aside {
  position: fixed;
  height: 100vh; /* Fallback for browsers that do not support Custom Properties */
  height: calc(var(--vh, 1vh) * 100);
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 200;
  justify-content: flex-end;
  display: none;
}
.l-modal-aside.is-open {
  display: flex;
}
.l-modal-aside.is-active .l-modal-aside__background {
  opacity: 1;
}
.l-modal-aside.is-active .l-modal-aside__wrapper {
  transform: translateX(0);
}
.l-modal-aside__background {
  width: 100%;
  height: 100%;
  background: rgba(26, 26, 26, 0.32);
  transition: opacity 0.4s ease;
  position: absolute;
  opacity: 0;
}
@media (max-width: 768px) {
  .l-modal-aside__background {
    pointer-events: none;
  }
}
.l-modal-aside__background--transparent {
  background: transparent;
}
.l-modal-aside__wrapper {
  background: white;
  width: 720px;
  min-width: 720px;
  transition: transform 0.4s ease;
  transform: translateX(100%);
}
@media (max-width: 768px) {
  .l-modal-aside__wrapper {
    width: 100%;
    min-width: auto;
  }
}
.l-modal-aside__wrapper--left {
  transform: translateX(-100%);
  margin-right: auto;
}
.l-modal-aside__wrapper--border-right {
  border-right: 1px solid #d6d6d6;
}
.l-modal-aside__header {
  padding: 64px 64px 16px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .l-modal-aside__header {
    padding: 16px 12px;
    flex-wrap: nowrap;
  }
}
.l-modal-aside__header--solo {
  padding: 64px 64px 32px;
}
@media (max-width: 768px) {
  .l-modal-aside__header--solo {
    padding: 16px 12px;
  }
}
.l-modal-aside__header--scroll {
  border-bottom: 1px solid #f5f5f5;
}
.l-modal-aside__header-left {
  display: flex;
}
@media (max-width: 768px) {
  .l-modal-aside__header-left {
    align-items: center;
  }
}
.l-modal-aside__title {
  font-size: 36px;
  line-height: 48px;
  font-family: "Roca", "Brandon Grotesque", sans-seriff;
}
.l-modal-aside__title--link:hover {
  text-decoration: underline;
}
@media (max-width: 768px) {
  .l-modal-aside__title--link {
    color: #003B4D;
  }
  .l-modal-aside__title--link:hover {
    text-decoration: none;
  }
}
@media (max-width: 768px) {
  .l-modal-aside__title {
    color: white;
    font-size: 24px;
    line-height: 32px;
    margin-left: 4px;
    color: #003B4D;
  }
}
.l-modal-aside__close {
  cursor: pointer;
}
.l-modal-aside__back.c-icon-holder {
  margin-right: 16px;
  cursor: pointer;
}
@media (max-width: 768px) {
  .l-modal-aside__back.c-icon-holder {
    margin-right: 4px;
  }
}
.l-modal-aside__body {
  padding: 0 64px;
}
@media (max-width: 768px) {
  .l-modal-aside__body {
    padding: 16px;
  }
}
.l-modal-aside__body--padding {
  padding: 32px 64px;
}
@media (max-width: 768px) {
  .l-modal-aside__body--padding {
    padding: 16px;
  }
}
.l-modal-aside__body--scrollable {
  overflow: auto;
  overscroll-behavior: contain;
}
.l-modal-aside__body--loading {
  display: flex;
  align-items: center;
  justify-content: center;
}
.l-modal-aside__loader {
  width: 64px;
  height: 64px;
  background: url(../../images/theme/loading_circle.svg);
}
.l-modal-aside__footer {
  padding: 32px 64px;
  background-color: #f5f5f5;
}
@media (max-width: 768px) {
  .l-modal-aside__footer {
    padding: 16px;
    left: 0;
    right: 0;
    bottom: 0;
  }
}
.l-modal-aside__footer.is-cloned {
  opacity: 0;
}
.l-modal-aside__footer.is-copy {
  left: 0;
  right: 0;
  bottom: 0;
  position: fixed;
  z-index: 201;
}
.l-modal-aside__footer--scroll {
  border-top: 1px solid #d6d6d6;
}
.l-modal-aside__footer-text {
  font-weight: bold;
  font-size: 24px;
  line-height: 32px;
  display: block;
  margin-bottom: 32px;
  text-align: right;
}
.l-modal-aside__footer-text--no-margin {
  margin-bottom: unset;
}
@media (max-width: 768px) {
  .l-modal-aside__footer-text {
    margin-bottom: 16px;
    font-size: 18px;
    line-height: 24px;
  }
  .l-modal-aside__footer-text--no-margin {
    margin-bottom: unset;
  }
}
.l-modal-aside__footer-cart-info {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 32px;
}
@media (max-width: 768px) {
  .l-modal-aside__footer-cart-info {
    margin-bottom: 16px;
  }
}
.l-modal-aside__footer-cart-points {
  font-family: "Brandon Grotesque", sans-seriff;
  font-style: normal;
  font-weight: 420;
  font-size: 14px;
  line-height: 24px;
  color: #1A1A1A;
  display: none;
  justify-content: center;
  align-items: center;
  background: #F5CE3E;
  min-width: 67px;
  height: 32px;
  text-align: center;
}
.l-modal-aside__footer-cart-points.is-active {
  display: flex;
}
.l-modal-aside__subheader {
  width: 100%;
  font-size: 24px;
  line-height: 32px;
  margin-top: 16px;
}
@media (max-width: 768px) {
  .l-modal-aside__subheader {
    display: none;
  }
}
.l-modal-aside__subheader--link:hover {
  text-decoration: underline;
}

.l-listing {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 32px;
}
@media (max-width: 1400px) {
  .l-listing {
    grid-template-columns: repeat(2, calc(50% - 16px));
  }
}
@media (max-width: 480px) {
  .l-listing {
    grid-template-columns: repeat(2, calc(50% - 8px));
    gap: 16px;
  }
}
@media (max-width: 375px) {
  .l-listing {
    grid-template-columns: 100%;
    gap: 32px;
  }
}
@media (max-width: 768px) {
  .l-listing .c-product-box {
    display: flex;
    flex-direction: column;
  }
}
@media (max-width: 768px) {
  .l-listing .c-product-box__hover-part {
    margin-top: auto;
  }
}
.l-listing--4-columns .c-product-box {
  width: 25%;
  min-width: 25%;
  max-width: 25%;
}
@media (max-width: 1400px) {
  .l-listing--4-columns .c-product-box {
    width: 33.33%;
    min-width: 33.33%;
    max-width: 33.33%;
  }
}
@media (max-width: 768px) {
  .l-listing--4-columns {
    justify-content: space-between;
  }
  .l-listing--4-columns .c-product-box {
    width: calc(50% - 8px);
    min-width: calc(50% - 8px);
    max-width: calc(50% - 8px);
  }
}
.l-listing--1-column .c-product-box {
  width: 100%;
  max-width: 100%;
}

@font-face {
  font-family: "Brandon Grotesque";
  src: url("/themes/U96uhFEPxdfSY1HL/fonts/Brandon_thin.otf");
  font-weight: 200;
  font-style: normal;
}
@font-face {
  font-family: "Brandon Grotesque";
  src: url("/themes/U96uhFEPxdfSY1HL/fonts/Brandon_thin_it.otf");
  font-weight: 200;
  font-style: italic;
}
@font-face {
  font-family: "Brandon Grotesque";
  src: url("/themes/U96uhFEPxdfSY1HL/fonts/Brandon_light.otf");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Brandon Grotesque";
  src: url("/themes/U96uhFEPxdfSY1HL/fonts/Brandon_light_it.otf");
  font-weight: 300;
  font-style: italic;
}
@font-face {
  font-family: "Brandon Grotesque";
  src: url("/themes/U96uhFEPxdfSY1HL/fonts/Brandon_reg.otf");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Brandon Grotesque";
  src: url("/themes/U96uhFEPxdfSY1HL/fonts/Brandon_reg_it.otf");
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: "Brandon Grotesque";
  src: url("/themes/U96uhFEPxdfSY1HL/fonts/Brandon_med.otf");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Brandon Grotesque";
  src: url("/themes/U96uhFEPxdfSY1HL/fonts/Brandon_med_it.otf");
  font-weight: 500;
  font-style: italic;
}
@font-face {
  font-family: "Brandon Grotesque";
  src: url("/themes/U96uhFEPxdfSY1HL/fonts/Brandon_bld.otf");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Brandon Grotesque";
  src: url("/themes/U96uhFEPxdfSY1HL/fonts/Brandon_bld_it.otf");
  font-weight: 700;
  font-style: italic;
}
@font-face {
  font-family: "Brandon Grotesque";
  src: url("/themes/U96uhFEPxdfSY1HL/fonts/Brandon_blk.otf");
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: "Brandon Grotesque";
  src: url("/themes/U96uhFEPxdfSY1HL/fonts/Brandon_blk_it.otf");
  font-weight: 900;
  font-style: italic;
}
@font-face {
  font-family: "Roca";
  src: url("/themes/U96uhFEPxdfSY1HL/fonts/Roca.otf");
}
.l-popup {
  position: fixed;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 200;
  justify-content: center;
  display: none;
  align-items: center;
  overflow: auto;
  padding: 40px;
  transition: opacity 0.4s ease;
  opacity: 0;
}
@media (max-width: 768px) {
  .l-popup--mobile-padding {
    padding: 16px;
  }
}
.l-popup.is-open {
  display: flex;
}
.l-popup.is-active {
  opacity: 1;
}
.l-popup__background {
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: rgba(26, 26, 26, 0.32);
  position: fixed;
}
.l-popup__content {
  z-index: 1;
  margin: auto;
}
@media (max-width: 1024px) {
  .l-popup__content--mobile-full {
    height: 100%;
    width: 100%;
  }
}
.l-popup__message {
  background: white;
  min-width: 280px;
  max-width: 480px;
  padding: 16px;
  border-radius: 8px;
}
@media (max-width: 768px) {
  .l-popup__message {
    max-width: 100%;
    min-width: unset;
  }
}
.l-popup__message-close, .l-popup__template-close {
  width: 32px;
  height: 32px;
  background-image: url("../../images/theme/icons/icon_close.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  margin-left: auto;
  cursor: pointer;
}
.l-popup__message-close:hover, .l-popup__template-close:hover {
  background-color: rgba(0, 0, 0, 0.05);
}
.l-popup__message-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.l-popup__message-logo {
  max-height: 32px;
  max-width: 96px;
  margin-right: 72px;
}
@media (max-width: 768px) {
  .l-popup__message-logo {
    max-width: 160px;
  }
}
.l-popup__message-close {
  width: 32px;
  height: 32px;
  background-image: url("../../images/theme/icons/icon_close.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  margin-left: auto;
  cursor: pointer;
}
.l-popup__message-close:hover {
  background-color: rgba(0, 0, 0, 0.05);
}
.l-popup__message-content {
  padding: 32px 16px 16px;
  width: 100%;
  text-align: center;
  font-size: 24px;
  line-height: 133%;
}
@media (max-width: 480px) {
  .l-popup__message-content {
    padding: 32px 0 16px;
    font-size: 18px;
  }
}
.l-popup__template {
  background: white;
  max-width: 900px;
  width: 100%;
  padding: 16px;
  border-radius: 8px;
}
@media (max-width: 1024px) {
  .l-popup__template {
    height: 100%;
    max-width: 100%;
    min-width: unset;
  }
}
.l-popup__template-content {
  padding: 16px 0px 0px 0px;
  width: 100%;
  text-align: center;
  font-size: 24px;
  line-height: 133%;
}
@media (max-width: 1024px) {
  .l-popup__template-content {
    height: 100%;
  }
}
@media (max-width: 480px) {
  .l-popup__template-content {
    padding: 32px 0 16px;
    font-size: 18px;
  }
}

.c-button {
  font-family: "Brandon Grotesque", sans-seriff;
  font-weight: 300;
  font-size: 20px;
  line-height: 32px;
  text-align: center;
  color: #FFFFFF;
  background: rgb(0, 89, 78);
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 196px;
  height: 48px;
  border-radius: 4px;
  cursor: pointer;
  position: relative;
}
.c-button.is-loading, .c-button.is-loading:hover, .c-button.is-loading:active {
  color: transparent;
  background-image: url(../../images/theme/loading_bar_white.svg);
  background-position: center;
  background-repeat: no-repeat;
}
.c-button:hover, .c-button:active {
  background: #004038;
  color: #FFFFFF;
}
.c-button--narrow {
  width: 128px;
}
.c-button--large {
  width: 229px;
  height: 48px;
  font-size: 18px;
  line-height: 24px;
}
@media (max-width: 480px) {
  .c-button--large {
    height: 48px;
    font-size: 14px;
    line-height: 16px;
  }
}
.c-button--middle {
  width: 166px;
  height: 48px;
  font-size: 20px;
  line-height: 32px;
}
@media (max-width: 480px) {
  .c-button--middle {
    height: 48px;
    font-size: 14px;
    line-height: 16px;
  }
}
.c-button--small {
  font-size: 12px;
  line-height: 14px;
  width: 200px;
  height: 36px;
}
.c-button--full-width {
  width: 100%;
}
.c-button--auto-width {
  width: max-content;
  padding: 0 32px;
}
.c-button--no-height {
  min-height: 48px;
  height: unset;
}
@media (max-width: 768px) {
  .c-button--mobile-full-width {
    width: 100%;
  }
}
.c-button--disabled {
  background: #D6D6D6;
  color: #757575;
  cursor: default;
}
.c-button--disabled:hover, .c-button--disabled:active {
  background: #D6D6D6;
  color: #757575;
}
.c-button--success {
  background: #82bc00;
}
.c-button--success:hover, .c-button--success:active {
  background: #70a300;
}
.c-button--error {
  background: #e2071c;
}
.c-button--error:hover, .c-button--error:active {
  background: #c90619;
}
.c-button--text-only {
  color: #757575;
  background: transparent;
  border: none;
  font-style: normal;
  font-weight: normal;
}
.c-button--text-only:hover, .c-button--text-only:active {
  background: #F6F6F6;
  color: #1A1A1A;
}
.c-button--white {
  color: #1A1A1A;
  border: 1px solid #D6D6D6;
  background: #FFFFFF;
}
.c-button--white:hover, .c-button--white:active {
  background: #F6F6F6;
  color: #1A1A1A;
}
.c-button--grey {
  background: #F5F5F5;
  color: #1A1A1A;
}
.c-button--grey:hover, .c-button--grey:active {
  background: #dddddd;
  color: #1A1A1A;
}
@media (max-width: 480px) {
  .c-button--in-row-mobile {
    min-width: 1px;
    width: -webkit-calc(50% - 4px);
    width: -moz-calc(50% - 4px);
    width: calc(50% - 4px);
  }
}
.c-button--ghost {
  background: transparent;
  color: inherit;
}
.c-button--ghost:hover, .c-button--ghost:active {
  background: rgba(0, 0, 0, 0.1);
  color: inherit;
}
.c-button--revert {
  border: 1px solid rgb(0, 89, 78);
  color: rgb(0, 89, 78);
  background: unset;
}
.c-button--revert-white {
  border: 1px solid #FFFFFF;
  color: #FFFFFF;
  background: unset;
}
.c-button--uppercase {
  text-transform: uppercase;
}
.c-button--centered {
  margin: 0 auto;
}
.c-button--no-event {
  pointer-events: none;
}
.c-button__alert {
  position: absolute;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background-color: rgb(0, 89, 78);
  right: 0;
  top: 0;
  transform: translate(50%, -50%);
  color: white;
  line-height: 24px;
}

.c-button-clear {
  background: transparent;
  border: none;
  padding: 0;
  cursor: pointer;
}
.c-button-clear__circle {
  border-radius: 50%;
}
.c-button-clear__image {
  pointer-events: none;
}

.c-button-tile {
  width: 48px;
  height: 48px;
  border-radius: 4px;
  border: 1px solid #d6d6d6;
  background: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
}
.c-button-tile:hover {
  background-color: #F6F6F6;
}

.c-circle-button {
  background: #FFFFFF;
  border: none;
  height: 48px;
  width: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  cursor: pointer;
  padding: 0;
  outline: none;
}
.c-circle-button:focus-visible {
  box-shadow: 0 0 0 2px rgb(0, 0, 0);
}
@media (max-width: 480px) {
  .c-circle-button {
    width: 32px;
    height: 32px;
  }
}
.c-circle-button:hover, .c-circle-button:active {
  background: #F6F6F6;
}
.c-circle-button--large {
  width: 64px;
  height: 64px;
}
.c-circle-button--small {
  width: 32px;
  height: 32px;
}
.c-circle-button--blue {
  background-color: #3B5998;
}
.c-circle-button--red {
  background-color: #DB4437;
}
.c-circle-button--black {
  background-color: #000;
}
.c-circle-button--invert:hover path {
  fill: #1A1A1A;
}
.c-circle-button__icon {
  width: calc(50% + 1px);
  height: calc(50% + 1px);
}

.c-label {
  font-weight: bold;
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 16px;
  color: #003B4D;
}
.c-label--small-margin {
  margin-bottom: 8px;
}
.c-label--with-addon {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.c-label__addon {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
}

.c-input-field {
  width: 100%;
  margin-bottom: 16px;
  display: block;
}
.c-input-field--no-margin {
  margin-bottom: 0;
}
.c-input-field--relative {
  position: relative;
}
.c-input-field--small {
  max-width: 320px;
}
.c-input-field__label {
  font-size: 14px;
  line-height: 24px;
  font-weight: bold;
  padding: 0 8px;
}
.c-input-field__input-container {
  position: relative;
}
.c-input-field__input-container .c-input-field__input {
  padding-right: 48px;
}
.c-input-field__input {
  font-family: "Brandon Grotesque", sans-seriff, sans-serif;
  width: 100%;
  height: 48px;
  border: 1px solid #d6d6d6;
  border-radius: 4px;
  font-size: 14px;
  line-height: 16px;
  padding: 0 16px;
  color: rgb(26, 26, 26);
}
.c-input-field__input::placeholder {
  color: #757575;
}
@media (max-width: 768px) {
  .c-input-field__input {
    font-size: 16px;
  }
}
.c-input-field__input:hover {
  border-color: #ababab;
}
.c-input-field__input--padding-left {
  padding-left: 56px;
}
.c-input-field__input--padding-right {
  padding-right: 56px;
}
.c-input-field__input--dark-background {
  background: #F5F5F5;
}
.c-input-field__input--small {
  height: 36px;
}
.c-input-field__input.is-focus-out {
  outline: none;
}
.c-input-field__input:disabled {
  background: #F5F5F5;
}
.c-input-field__input[type=date] {
  position: relative;
}
.c-input-field__input[type=date]::-webkit-calendar-picker-indicator {
  bottom: 0;
  cursor: pointer;
  height: auto;
  background-position: right;
  background-size: 25px;
  position: absolute;
  right: 0;
  top: 0;
  width: calc(100% - 120px);
}
.c-input-field__subtext {
  display: block;
  font-size: 12px;
  line-height: 16px;
  color: #757575;
  margin-top: 4px;
  padding-left: 8px;
}
.c-input-field__subtext.is-deactivated {
  display: none;
}
.c-input-field__subtext--alert, .c-input-field__subtext.has-error {
  color: #e2071c;
}
.c-input-field__marker-left, .c-input-field__marker-right {
  pointer-events: none;
}
.c-input-field__marker-left--clickable, .c-input-field__marker-right--clickable {
  pointer-events: all;
  cursor: pointer;
}
.c-input-field__marker-right, .c-input-field__tooltip.c-tooltip {
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  color: #757575;
  font-size: 12px;
}
.c-input-field__marker-left {
  position: absolute;
  left: 16px;
  top: 50%;
  transform: translateY(-50%);
  color: #757575;
  font-size: 12px;
}
.c-input-field--with-title {
  position: relative;
}
.c-input-field--with-title .c-input-field__input {
  height: 48px;
  font-size: 14px;
  line-height: 16px;
  color: #1A1A1A;
  padding: 24px 16px 8px;
}
.c-input-field__label-wrap {
  pointer-events: none;
  cursor: text;
  position: absolute;
  top: 8px;
  left: 0;
}
.c-input-field__label-text {
  position: absolute;
  left: 0;
  background-color: white;
  padding: 2px 16px 2px 13px;
  top: calc(50% - 0.5em);
  white-space: nowrap;
  font-size: 12px;
  line-height: 16px;
  color: #757575;
  margin-left: 3px;
}
.c-input-field--date .c-input-field__input {
  position: relative;
  cursor: pointer;
  padding: 0 0 0 16px;
  -moz-appearance: initial;
}
.c-input-field--date .c-input-field__input:before {
  content: attr(placeholder) ":";
  margin-right: 4px;
}
.c-input-field--date .c-input-field__input:after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  background: url("../../images/theme/icons/icon_date.svg");
  background-repeat: no-repeat;
  background-position: center;
  pointer-events: none;
  width: 48px;
  height: 46px;
  min-width: 48px;
  border-left: 1px solid #d6d6d6;
  z-index: 1;
}
.c-input-field--date .c-input-field__input:hover {
  border: 1px solid #d6d6d6;
}
.c-input-field--date .c-input-field__input:hover:after {
  background-color: #F6F6F6;
}
.c-input-field--date .c-input-field__input::-webkit-calendar-picker-indicator {
  opacity: 0;
  cursor: pointer;
  width: 48px;
  height: 48px;
}
.c-input-field--date .c-input-field__input::-webkit-calendar-picker-indicator:focus {
  background: rgba(0, 0, 0, 0);
}
.c-input-field--date .c-input-field__input:focus-visible {
  outline: unset;
}

.c-quantity-field {
  display: flex;
}
.c-quantity-field--mobile {
  display: none;
}
@media (max-width: 768px) {
  .c-quantity-field--mobile {
    position: fixed;
    left: 0;
    right: 0;
    bottom: -100%;
    height: 200%;
    width: 100%;
    z-index: 202;
    background: transparent;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    transition: bottom 0.4s ease, background 0.4s ease;
  }
}
@media (max-width: 768px) {
  .c-quantity-field--mobile.is-active {
    bottom: 0;
    background: rgba(26, 26, 26, 0.32);
  }
}
.c-quantity-field__input {
  height: 48px;
  width: 48px;
  border: 1px solid #d6d6d6;
  border-radius: 4px 0 0 4px;
  text-align: center;
  padding: 0 4px;
}
.c-quantity-field__input--fullwidth {
  width: -webkit-calc(100% - 24px);
  width: -moz-calc(100% - 24px);
  width: calc(100% - 24px);
}
@media (max-width: 768px) {
  .c-quantity-field__input {
    border-radius: 4px;
    width: 72px;
    padding: 0 32px 0 8px;
    background-image: url("../../images/theme/icons/icon_dropdown.svg");
    background-repeat: no-repeat;
    background-position: center right 8px;
  }
  .c-quantity-field__input--fullwidth {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .c-quantity-field__input:disabled {
    background-color: white;
    -webkit-text-fill-color: rgb(26, 26, 26);
    opacity: 1;
    pointer-events: none;
  }
}
@media (max-width: 768px) {
  .c-quantity-field__input.is-loading {
    background-image: url("../../images/theme/loading_circle_black.svg");
    background-size: 14px;
  }
}
.c-quantity-field__buttons {
  display: flex;
  flex-direction: column;
}
@media (max-width: 768px) {
  .c-quantity-field__buttons {
    display: none;
  }
}
.c-quantity-field__button {
  border-top: 1px solid #d6d6d6;
  border-right: 1px solid #d6d6d6;
  border-left: none;
  border-bottom: none;
  width: 24px;
  height: 24px;
  background: #F5F5F5;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  cursor: pointer;
  padding: 0;
  font-size: 16px;
  user-select: none;
}
.c-quantity-field__button:first-child {
  border-radius: 0px 4px 0px 0px;
}
.c-quantity-field__button:last-child {
  border-bottom: 1px solid #d6d6d6;
  border-radius: 0px 0px 4px 0px;
}
.c-quantity-field__button:hover {
  background-color: #DDDDDD;
}
.c-quantity-field__button.is-disabled {
  background: #C6C6C6;
  color: #757575;
}
.c-quantity-field__mobile-background {
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: -1;
}
.c-quantity-field__mobile-wrapper.has-after::after {
  content: "";
  height: 48px;
  background: white;
  border-top: 1px solid #d6d6d6;
  display: block;
}
.c-quantity-field__mobile-label {
  font-size: 21px;
  padding: 16px;
  background: #fff;
  border-bottom: 1px solid #d6d6d6;
  border-top: 1px solid #d6d6d6;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.c-quantity-field__mobile-close {
  background-image: url(../../images/theme/icons/icon_close.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
  width: 24px;
  min-width: 24px;
  height: 24px;
  margin-left: 16px;
}
.c-quantity-field__mobile-list {
  padding: 0;
  max-height: 50vh;
  overflow: auto;
}
.c-quantity-field__mobile-item {
  width: 100%;
  background-color: white;
  padding: 24px 16px;
  border-bottom: 1px solid #d6d6d6;
  cursor: pointer;
}
.c-quantity-field__mobile-item:last-child {
  border-bottom: none;
}
.c-quantity-field__mobile-input-container {
  display: flex;
  height: 48px;
}
.c-quantity-field__mobile-input {
  width: 100%;
  background-color: white;
  border: none;
  border-right: 1px solid #d6d6d6;
  padding: 0 16px;
  font-size: 16px;
}
.c-quantity-field__mobile-confirm {
  width: 64px;
  background-image: url(../../images/theme/icons/icon_confirm.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-color: white;
  border: none;
}

.c-radio-field {
  position: relative;
  display: block;
  padding: 0 4px;
  margin: 0 -4px;
  border-radius: 4px;
  width: calc(100% + 8px);
  cursor: pointer;
}
.c-radio-field--auto-width {
  width: auto;
  padding: 0 8px 0 4px;
}
.c-radio-field--small-padding .c-checkbox-field__checkmark {
  top: 6px;
}
.c-radio-field--small-padding .c-checkbox-field__label {
  padding: 6px 0 6px 32px;
}
.c-radio-field:hover {
  background: #F6F6F6;
}
.c-radio-field__radio {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.c-radio-field__checkmark {
  position: absolute;
  top: 12px;
  left: 4px;
  width: 24px;
  height: 24px;
  border: 2px solid #003B4D;
  background: #FFFFFF;
  border-radius: 50%;
}
.c-radio-field__checkmark--center {
  top: 50%;
  transform: translateY(-50%);
}
.c-radio-field__checkmark::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #FFFFFF;
}
.c-radio-field__checkmark-disabled {
  border-color: grey;
}
.c-radio-field__label {
  font-size: 14px;
  line-height: 24px;
  padding: 12px 0 12px 32px;
  display: block;
  color: #003B4D;
}
.c-radio-field__label--flex {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.c-radio-field__label--grey {
  color: #757575;
}
.c-radio-field__radio:checked ~ .c-radio-field__checkmark::after {
  background: #003B4D;
}

@font-face {
  font-family: "Brandon Grotesque";
  src: url("/themes/U96uhFEPxdfSY1HL/fonts/Brandon_thin.otf");
  font-weight: 200;
  font-style: normal;
}
@font-face {
  font-family: "Brandon Grotesque";
  src: url("/themes/U96uhFEPxdfSY1HL/fonts/Brandon_thin_it.otf");
  font-weight: 200;
  font-style: italic;
}
@font-face {
  font-family: "Brandon Grotesque";
  src: url("/themes/U96uhFEPxdfSY1HL/fonts/Brandon_light.otf");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Brandon Grotesque";
  src: url("/themes/U96uhFEPxdfSY1HL/fonts/Brandon_light_it.otf");
  font-weight: 300;
  font-style: italic;
}
@font-face {
  font-family: "Brandon Grotesque";
  src: url("/themes/U96uhFEPxdfSY1HL/fonts/Brandon_reg.otf");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Brandon Grotesque";
  src: url("/themes/U96uhFEPxdfSY1HL/fonts/Brandon_reg_it.otf");
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: "Brandon Grotesque";
  src: url("/themes/U96uhFEPxdfSY1HL/fonts/Brandon_med.otf");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Brandon Grotesque";
  src: url("/themes/U96uhFEPxdfSY1HL/fonts/Brandon_med_it.otf");
  font-weight: 500;
  font-style: italic;
}
@font-face {
  font-family: "Brandon Grotesque";
  src: url("/themes/U96uhFEPxdfSY1HL/fonts/Brandon_bld.otf");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Brandon Grotesque";
  src: url("/themes/U96uhFEPxdfSY1HL/fonts/Brandon_bld_it.otf");
  font-weight: 700;
  font-style: italic;
}
@font-face {
  font-family: "Brandon Grotesque";
  src: url("/themes/U96uhFEPxdfSY1HL/fonts/Brandon_blk.otf");
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: "Brandon Grotesque";
  src: url("/themes/U96uhFEPxdfSY1HL/fonts/Brandon_blk_it.otf");
  font-weight: 900;
  font-style: italic;
}
@font-face {
  font-family: "Roca";
  src: url("/themes/U96uhFEPxdfSY1HL/fonts/Roca.otf");
}
.c-select-field {
  position: relative;
  width: 256px;
  margin-bottom: 16px;
}
.c-select-field.is-open.is-active .c-select-field__list {
  overflow: auto;
}
@media (max-width: 768px) {
  .c-select-field.is-open.is-active .c-select-field__list {
    bottom: 0;
    background: rgba(26, 26, 26, 0.32);
  }
}
.c-select-field.is-active {
  z-index: 100;
}
.c-select-field.is-active .c-select-field__block {
  border-radius: 4px 4px 0 0;
}
@media (max-width: 768px) {
  .c-select-field.is-active .c-select-field__block {
    border-radius: 4px;
  }
}
.c-select-field.is-active .c-select-field__arrow {
  transform: rotate(180deg);
}
@media (max-width: 768px) {
  .c-select-field.is-active .c-select-field__arrow {
    transform: rotate(0deg);
  }
}
.c-select-field.is-active .c-select-field__list {
  display: block;
  overflow: hidden;
}
@media (max-width: 768px) {
  .c-select-field.is-active .c-select-field__list {
    position: fixed;
    bottom: -100%;
    left: 0;
    z-index: 202;
    top: unset;
    height: 200%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    background: transparent;
    max-height: unset;
    border: none;
    border-radius: 0;
    transition: bottom 0.4s ease, background 0.4s ease;
  }
  .c-select-field.is-active .c-select-field__list::after {
    content: "";
    height: 48px;
    background: white;
    border-top: 1px solid #d6d6d6;
    margin-top: -1px;
  }
}
@media (max-width: 768px) {
  .c-select-field.is-active .c-select-field__item {
    border-bottom: 1px solid #d6d6d6;
    background: white;
    padding: 24px 16px;
  }
  .c-select-field.is-active .c-select-field__item:last-child {
    border-bottom: none;
  }
  .c-select-field.is-active .c-select-field__item:active {
    background: #F6F6F6;
  }
}
@media (max-width: 768px) {
  .c-select-field.is-active .c-select-field__list-holder {
    padding: 0;
    max-height: 50vh;
    overflow: auto;
    border-bottom: 1px solid #d6d6d6;
  }
}
.c-select-field.is-active.is-closing .c-select-field__arrow {
  transform: rotate(0deg);
}
.c-select-field--full-width {
  width: 100%;
}
.c-select-field--no-margin {
  margin-bottom: 0;
}
.c-select-field__label {
  font-size: 14px;
  line-height: 24px;
  font-weight: bold;
  padding: 0 8px;
}
.c-select-field__label--subscription-type-label {
  font-style: normal;
  font-weight: 390;
  font-size: 14px;
  line-height: 24px;
  color: #757575;
}
.c-select-field__select-container {
  position: relative;
  z-index: 10;
}
.c-select-field__block {
  border: 1px solid #d6d6d6;
  border-radius: 4px;
  background: #FFFFFF;
  display: flex;
  height: 48px;
  cursor: pointer;
  overflow: hidden;
  justify-content: flex-end;
}
.c-select-field__block:hover .c-select-field__arrow-container {
  background-color: #F6F6F6;
}
.c-select-field__main-thumb {
  margin-left: 16px;
  max-height: 32px;
  max-width: 32px;
  align-self: center;
}
.c-select-field__tag {
  padding: 4px 16px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  overflow: hidden;
}
.c-select-field__secondary-text {
  font-size: 12px;
  line-height: 16px;
  color: #757575;
}
.c-select-field__main-text {
  font-size: 14px;
  line-height: 16px;
  max-height: 100%;
  padding: 4px 0;
  display: block;
  overflow: hidden;
}
.c-select-field__arrow-container {
  border-left: 1px solid #d6d6d6;
}
.c-select-field__arrow {
  background: url("../../images/theme/icons/icon_dropdown.svg");
  background-repeat: no-repeat;
  background-position: center;
  width: 48px;
  height: 46px;
  min-width: 48px;
  transition: transform 0.4s ease;
}
.c-select-field__list {
  background: #FFFFFF;
  border: 1px solid #d6d6d6;
  border-radius: 0 0 4px 4px;
  position: absolute;
  left: 0;
  right: 0;
  top: 46px;
  z-index: -1;
  max-height: 0;
  overflow: hidden;
  display: none;
}
@media (max-width: 768px) {
  .c-select-field__list {
    bottom: -100%;
    transition: background 0.4s ease;
  }
}
.c-select-field--small .c-select-field__block {
  min-height: 32px;
}
.c-select-field--small .c-select-field__arrow {
  height: 100%;
}
.c-select-field--small .c-select-field__list {
  top: calc(100% - 1px);
}
.c-select-field__list-holder {
  padding: 4px 0;
}
.c-select-field__item {
  position: relative;
  padding: 8px 16px;
  cursor: pointer;
  display: flex;
  align-items: center;
}
.c-select-field__item:hover {
  background: #F6F6F6;
}
.c-select-field__item.is-selected {
  background: #efefef;
}
.c-select-field__item-thumb {
  max-height: 32px;
  max-width: 32px;
  margin-right: 16px;
}
.c-select-field__cancel {
  position: absolute;
  right: 8px;
  top: 50%;
  transform: translateY(-50%);
}
.c-select-field__close {
  display: none;
}
.c-select-field__subtext {
  position: relative;
  z-index: -2;
  display: block;
  font-size: 12px;
  line-height: 16px;
  color: #757575;
  margin-top: 4px;
  padding-left: 8px;
}
.c-select-field__subtext.is-deactivated {
  display: none;
}
.c-select-field__subtext--alert, .c-select-field__subtext.has-error {
  color: #e2071c;
}
.c-select-field__mobile {
  display: flex;
  flex-direction: column;
}
.c-select-field__mobile-background {
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: -1;
}
.c-select-field__title {
  font-size: 21px;
  padding: 16px;
  background: white;
  border-bottom: 1px solid #d6d6d6;
  border-top: 1px solid #d6d6d6;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.c-select-field__mobile-close {
  background-image: url("../../images/theme/icons/icon_close.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
  width: 24px;
  min-width: 24px;
  height: 24px;
  margin-left: 16px;
}

.select2-container.select2-container--nsp {
  width: 100% !important;
}
.select2-container.select2-container--nsp .select2-selection {
  border: 1px solid #d6d6d6;
  height: 48px;
  border-radius: 4px;
  background: #fff;
  display: flex;
  align-items: center;
}
.select2-container.select2-container--nsp .select2-selection--multiple {
  min-height: 48px;
  height: auto;
  min-width: 200px;
  position: relative;
}
.select2-container.select2-container--nsp .select2-selection--multiple .select2-selection__choice {
  height: 25px;
  border-radius: 4px;
  border: 1px solid #00594e;
  margin: 4px 0;
  font-size: medium;
  line-height: normal;
}
.select2-container.select2-container--nsp .select2-selection--multiple .select2-selection__choice__remove {
  font-size: 17px;
  margin: 0 5px;
}
.select2-container.select2-container--nsp .select2-selection--multiple .select2-selection__rendered {
  padding-right: 60px;
}
.select2-container.select2-container--nsp .select2-selection--multiple .select2-search__field {
  width: 100% !important;
  height: 25px;
}
.select2-container.select2-container--nsp .select2-selection--multiple:after {
  content: "";
  background: url("../../images/theme/icons/icon_dropdown.svg");
  background-repeat: no-repeat;
  background-position: center;
  width: 48px;
  height: 46px;
  min-width: 48px;
  transition: transform 0.4s ease;
  border-left: 1px solid #d6d6d6;
  position: absolute;
  top: 50%;
  right: 5px;
  transform: translateY(-50%);
  pointer-events: none;
}
.select2-container.select2-container--nsp .select2-selection__arrow {
  background: url("../../images/theme/icons/icon_dropdown.svg");
  background-repeat: no-repeat;
  background-position: center;
  width: 48px;
  height: 46px;
  min-width: 48px;
  transition: transform 0.4s ease;
  border-left: 1px solid #d6d6d6;
}
.select2-container.select2-container--nsp .select2-selection__arrow b {
  display: none;
}
.select2-container.select2-container--nsp .select2-selection__rendered {
  padding: 4px 16px;
  padding-left: 16px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  overflow: hidden;
  font-size: 14px;
  line-height: 16px;
  max-height: 100%;
}
.select2-container.select2-container--nsp .select2-selection__placeholder {
  font-size: 14px;
  line-height: 16px;
  max-height: 100%;
  padding: 4px 0;
  display: block;
  overflow: hidden;
}
.select2-container.select2-container--nsp .select2-selection__clear {
  display: none;
}
.select2-container.select2-container--nsp .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}
.select2-container.select2-container--nsp .select2-results__option--highlighted {
  background: #efefef;
}
.select2-container.select2-container--nsp .select2-results__option[aria-selected=true] {
  background-color: #00594e;
  color: white;
}

.c-checkbox-field {
  position: relative;
  display: block;
  padding: 0 4px;
  margin: 0 -4px 16px;
  border-radius: 4px;
  width: calc(100% + 8px);
  cursor: pointer;
}
.c-checkbox-field:hover {
  background: #F6F6F6;
}
.c-checkbox-field--clear {
  position: static;
  padding: 0;
  margin: 0 0 16px;
  border-radius: 0;
  width: 100%;
  cursor: default;
}
.c-checkbox-field--clear:hover {
  background: transparent;
}
.c-checkbox-field.is-blocked {
  pointer-events: none;
  opacity: 0.5;
}
.c-checkbox-field--small-padding .c-checkbox-field__checkmark {
  top: 6px;
}
.c-checkbox-field--small-padding .c-checkbox-field__label {
  padding: 6px 0 6px 32px;
}
.c-checkbox-field--no-margin {
  margin-bottom: 0;
}
.c-checkbox-field--inline {
  display: inline-block;
  width: auto;
  padding-right: 12px;
}
.c-checkbox-field__checkbox-container {
  position: relative;
  display: block;
  padding: 0 4px;
  margin: 0 -4px 0px;
  border-radius: 4px;
  width: calc(100% + 8px);
  cursor: pointer;
}
.c-checkbox-field__checkbox-container:hover {
  background: #F6F6F6;
}
.c-checkbox-field__checkbox {
  position: absolute;
  top: 19px;
  left: 6px;
  opacity: 0;
  cursor: pointer;
  pointer-events: none;
}
.c-checkbox-field__checkmark {
  position: absolute;
  top: 12px;
  left: 4px;
  width: 24px;
  height: 24px;
  border: 1px solid #d6d6d6;
  border-radius: 4px;
  background: #FFFFFF;
}
.c-checkbox-field__checkmark--center {
  top: 50%;
  transform: translateY(-50%);
}
.c-checkbox-field__checkmark::after {
  content: "";
  position: absolute;
  left: 8px;
  top: 3px;
  width: 4px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.c-checkbox-field__label {
  font-size: 14px;
  line-height: 24px;
  padding: 12px 0 12px 32px;
}
.c-checkbox-field__label--right-padding {
  padding-right: 28px;
}
.c-checkbox-field__label--bigger-text {
  font-size: 18px;
  line-height: 24px;
}
.c-checkbox-field__label--small-padding {
  padding: 12px 0 0 32px;
}
.c-checkbox-field__label--grey {
  color: #757575;
}
.c-checkbox-field__label a {
  text-decoration: underline;
}
.c-checkbox-field__checkbox:checked ~ .c-checkbox-field__checkmark::after {
  border-color: #1A1A1A;
}
.c-checkbox-field__checkbox:checked ~ .c-checkbox-field__checkmark--accent::after {
  border-color: rgb(0, 89, 78);
}
.c-checkbox-field__cancel {
  position: absolute;
  right: 8px;
  top: 50%;
  transform: translateY(-50%);
}
.c-checkbox-field__subtext {
  display: block;
  font-size: 12px;
  line-height: 16px;
  color: #757575;
  margin-top: 4px;
  padding-left: 8px;
}
.c-checkbox-field__subtext.is-deactivated {
  display: none;
}
.c-checkbox-field__subtext--alert, .c-checkbox-field__subtext.has-error {
  color: #e2071c;
}

.c-textarea-field {
  width: 100%;
  margin-bottom: 16px;
  display: block;
}
.c-textarea-field__label {
  font-size: 14px;
  line-height: 24px;
  font-weight: bold;
  padding: 0 8px;
}
.c-textarea-field__textarea {
  font-family: "Brandon Grotesque", sans-seriff, sans-serif;
  width: 100%;
  height: 128px;
  border-radius: 4px;
  border: 1px solid #d6d6d6;
  color: #757575;
  box-sizing: border-box;
  resize: none;
  padding: 16px;
  font-size: 14px;
  line-height: 16px;
}
@media (max-width: 768px) {
  .c-textarea-field__textarea {
    font-size: 16px;
    line-height: 18px;
  }
}
.c-textarea-field__textarea:hover {
  border-color: #ababab;
}
.c-textarea-field__subtext {
  display: block;
  font-size: 12px;
  line-height: 16px;
  color: #757575;
  margin-top: 4px;
  padding-left: 8px;
}
.c-textarea-field__subtext.is-deactivated {
  display: none;
}
.c-textarea-field__subtext--alert, .c-textarea-field__subtext.has-error {
  color: #e2071c;
}

.c-file-field {
  margin-bottom: 16px;
}
.c-file-field__input {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}
.c-file-field__input:focus + .c-file-field__mark {
  outline: 1px dotted #000;
  outline: -webkit-focus-ring-color auto 5px;
}
.c-file-field__mark {
  padding: 16px 16px 16px 48px;
  border-radius: 4px;
  border: 1px solid #d6d6d6;
  cursor: pointer;
  display: block;
  background-image: url(../../images/theme/icons/icon_file.svg);
  background-repeat: no-repeat;
  background-position: center left 16px;
  word-break: break-word;
  line-height: 120%;
}
.c-file-field__mark:hover {
  border-color: #ababab;
}
.c-file-field__label {
  font-size: 14px;
  line-height: 24px;
  font-weight: bold;
  padding: 0 8px;
}
.c-file-field__subtext {
  display: block;
  font-size: 12px;
  line-height: 16px;
  color: #757575;
  margin-top: 4px;
  padding-left: 8px;
}
.c-file-field__subtext.is-deactivated {
  display: none;
}
.c-file-field__subtext--alert, .c-file-field__subtext.has-error {
  color: #e2071c;
}

.c-tooltip {
  position: relative;
}
.c-tooltip.is-loaded .c-tooltip__text, .c-tooltip.is-loaded .c-tooltip__arrow {
  transition: opacity 0.2s linear, visibility 0.2s linear;
}
.c-tooltip--white .c-tooltip__text {
  background-color: white;
  border: 1px solid #d6d6d6;
}
.c-tooltip--white .c-tooltip__arrow {
  border-color: transparent transparent #d6d6d6 transparent;
}
.c-tooltip__text {
  position: absolute;
  top: calc(100% + 8px);
  left: 50%;
  background-color: #D6D6D6;
  border-radius: 8px;
  color: #757575;
  text-align: center;
  padding: 16px;
  z-index: 1;
  transform: translateX(-50%);
  white-space: nowrap;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  font-size: 16px;
  line-height: 133%;
}
.c-tooltip__text--multiline {
  white-space: unset;
  width: 280px;
}
@media (max-width: 480px) {
  .c-tooltip__text {
    font-size: 14px;
    padding: 12px;
  }
}
.c-tooltip__text--left {
  right: 0;
  left: unset;
  transform: none;
}
.c-tooltip__text--right {
  left: 0;
  right: unset;
  transform: none;
}
@media (max-width: 768px) {
  .c-tooltip__text--mobile-right {
    left: 0;
    right: unset;
    transform: none;
  }
}
.c-tooltip__arrow {
  content: "";
  position: absolute;
  top: calc(100% - 1px);
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: transparent transparent #D6D6D6 transparent;
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.2s linear, visibility 0.2s linear;
  pointer-events: none;
}
.c-tooltip--hover:hover .c-tooltip__arrow, .c-tooltip.is-active .c-tooltip__arrow, .c-tooltip--hover:hover .c-tooltip__text {
  visibility: visible;
  opacity: 1;
}
.c-tooltip--hover.is-wishlist-added:hover .c-tooltip__text--remove, .c-tooltip.is-active.is-wishlist-added .c-tooltip__text--remove {
  visibility: hidden;
  opacity: 0;
}
.c-tooltip--hover.is-wishlist-added:hover .c-tooltip__text--add, .c-tooltip.is-active.is-wishlist-added .c-tooltip__text--add {
  visibility: visible;
  opacity: 1;
}
.c-tooltip--hover.is-wishlist-removed:hover .c-tooltip__text--add, .c-tooltip.is-active.is-wishlist-removed .c-tooltip__text--add {
  visibility: hidden;
  opacity: 0;
}
.c-tooltip--hover.is-wishlist-removed:hover .c-tooltip__text--remove, .c-tooltip.is-active.is-wishlist-removed .c-tooltip__text--remove {
  visibility: visible;
  opacity: 1;
}

.c-icon-holder {
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: transparent;
  border: none;
}
.c-icon-holder--clickable {
  cursor: pointer;
  border-radius: 8px;
  width: 56px;
  min-width: 56px;
  height: 56px;
  margin: -4px;
  padding: 4px;
}
.c-icon-holder--clickable:hover {
  background-color: rgba(0, 0, 0, 0.05);
}
.c-icon-holder--with-text {
  flex-direction: column;
  justify-content: space-between;
}
.c-icon-holder .c-icon-holder--clickable.c-icon-holder--with-text .c-icon-holder__icon {
  margin-top: 4px;
}
.c-icon-holder__text {
  font-size: 12px;
  line-height: 16px;
  text-align: center;
  color: #1A1A1A;
}
.c-icon-holder__icon {
  width: 24px;
  height: 24px;
}
.c-icon-holder__icon--logo {
  width: 40px;
  height: 40px;
}

.c-image-holder {
  display: flex;
  align-items: center;
  justify-content: center;
}
.c-image-holder__image {
  max-width: 100%;
  max-height: 100%;
}

.c-social-icons {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.c-social-icons__icon-holder {
  display: block;
  margin: 0 8px 8px 0;
}

.c-column-menu {
  margin-bottom: 32px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.c-column-menu__item {
  display: block;
  font-size: 14px;
  line-height: 21px;
  margin-bottom: 12px;
}
.c-column-menu__item.is-active {
  font-weight: bold;
}
.c-column-menu__item:hover {
  text-decoration: underline;
  cursor: pointer;
}
.c-column-menu__item:last-child {
  margin-bottom: 0;
}
.c-column-menu__item--uppercase {
  text-transform: uppercase;
  margin-bottom: 8px;
}

.c-product-box {
  border: 1px solid #d6d6d6;
  border-radius: 0px;
  position: relative;
}
@media (max-width: 1024px) {
  .c-product-box {
    margin-bottom: 30px;
  }
}
.c-product-box--hover {
  z-index: 4;
  border: 1px solid #d6d6d6;
}
.c-product-box--hover .c-product-box__hover-part {
  display: block;
  border: 1px solid #d6d6d6;
  border-width: 0 1px 1px 1px;
  border-radius: 0px;
}
@media (max-width: 768px) {
  .c-product-box--hover .c-product-box__hover-part {
    display: none;
  }
}
.c-product-box__yellow-box {
  font-family: "Brandon Grotesque", sans-seriff;
  font-style: normal;
  font-weight: 420;
  font-size: 14px;
  line-height: 24px;
  color: #1A1A1A;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #F5CE3E;
  Width: 67px;
  Height: 32px;
  text-align: center;
  margin: auto;
  margin-top: 16px;
  margin-bottom: 16px;
  position: relative;
}
.c-product-box__attributes {
  display: flex;
  gap: 8px;
  align-items: center;
  justify-content: center;
}
.c-product-box__attribute {
  max-width: 20px;
}
.c-product-box--slide.swiper-slide {
  margin-bottom: -16px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .c-product-box--slide.swiper-slide {
    max-width: 200px;
    margin-bottom: 0;
  }
}
@media (max-width: 480px) {
  .c-product-box--slide.swiper-slide {
    max-width: 120px;
  }
}
@media (max-width: 768px) {
  .c-product-box--simple-list {
    width: 100% !important;
    max-width: 520px;
  }
}
@media (max-width: 480px) {
  .c-product-box--simple-list {
    max-width: 260px;
  }
}
.c-product-box--simple-list .c-product-box__block-part {
  display: flex;
}
.c-product-box--simple-list .c-product-box__hover-part {
  top: calc(100% - 15px);
}
@media (max-width: 1024px) {
  .c-product-box--simple-list .c-product-box__hover-part {
    top: calc(100% - 7px);
  }
}
.c-product-box__cart-actions {
  display: flex;
  justify-content: center;
}
.c-product-box__image-holder {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
  min-height: 100px;
}
.c-product-box__image-holder--no-border {
  border: none;
}
@media (max-width: 480px) {
  .c-product-box__image-holder {
    margin-bottom: 10px;
  }
}
.c-product-box__image {
  max-width: 100%;
  max-height: 100%;
}
.c-product-box__image-layer {
  position: absolute;
  display: flex;
  flex-direction: column;
  z-index: 3;
}
.c-product-box__image-layer--left {
  left: 0px;
  align-items: flex-start;
}
.c-product-box__image-layer--top {
  top: 0px;
}
.c-product-box__image-layer--right {
  right: 0px;
  align-items: flex-end;
}
.c-product-box__image-layer--bottom {
  bottom: 0px;
}
.c-product-box__prices {
  display: flex;
  justify-content: center;
  gap: 5px;
  margin-bottom: 16px;
}
.c-product-box__prices--mobile {
  display: none;
}
@media (max-width: 768px) {
  .c-product-box__prices--mobile {
    display: block;
    margin-bottom: 8px;
  }
}
@media (max-width: 768px) {
  .c-product-box__prices {
    align-items: flex-start;
  }
}
@media (max-width: 480px) {
  .c-product-box__prices {
    margin-bottom: 10px;
  }
}
.c-product-box__prices--disabled {
  filter: grayscale(1);
}
.c-product-box__prices--disabled > * {
  opacity: 0.4;
}
.c-product-box__prices-label {
  font-size: 14px;
  line-height: 24px;
}
.c-product-box__price {
  font-family: "Brandon Grotesque", sans-seriff;
  font-size: 18px;
  line-height: 24px;
  text-align: center;
  color: #E2071C;
  font-weight: bold;
}
@media (max-width: 480px) {
  .c-product-box__price {
    font-size: 14px;
    line-height: 24px;
  }
}
.c-product-box__price--promotion {
  color: #e2071c;
  font-weight: bold;
}
.c-product-box__price--old {
  font-weight: normal;
  text-decoration-line: line-through;
  color: #757575;
}
.c-product-box__title {
  font-family: "Roca";
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 24px;
  color: #00594E;
  text-align: center;
  margin-bottom: 16px;
  max-height: 48px;
  overflow: hidden;
}
@media (max-width: 480px) {
  .c-product-box__title {
    font-size: 14px;
    margin-bottom: 10px;
    max-height: 36px;
  }
}
.c-product-box__title--full {
  max-height: unset;
}
.c-product-box__short-text {
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  margin-bottom: 16px;
  max-height: 72px;
  overflow: hidden;
}
@media (max-width: 768px) {
  .c-product-box__short-text {
    text-align: left;
  }
}
@media (max-width: 480px) {
  .c-product-box__short-text {
    font-size: 12px;
    line-height: 16px;
    max-height: 48px;
  }
}
.c-product-box__avaibility.c-avaibility {
  text-align: center;
}
@media (max-width: 768px) {
  .c-product-box__avaibility.c-avaibility {
    text-align: left;
  }
}
@media (max-width: 480px) {
  .c-product-box__avaibility.c-avaibility {
    margin-bottom: 10px;
  }
}
.c-product-box__block-part {
  padding: 8px;
  display: block;
}
@media (max-width: 1024px) {
  .c-product-box__block-part {
    padding: 8px;
  }
}
.c-product-box__hover-part {
  padding: 0px 16px 16px 16px;
  display: none;
  position: absolute;
  top: calc(100% - 16px);
  left: -1px;
  right: -1px;
  background-color: white;
}
@media (max-width: 1024px) {
  .c-product-box__hover-part {
    padding: 8px;
    top: calc(100% - 16px);
    display: block;
    border: 1px solid #d6d6d6;
    border-width: 0 1px 1px 1px;
    border-radius: 0px;
  }
}
.c-product-box__wishlist {
  position: absolute;
  top: 32px;
  right: 32px;
}
@media (max-width: 1024px) {
  .c-product-box__wishlist {
    top: 24px;
    right: 24px;
  }
}
@media (max-width: 768px) {
  .c-product-box__wishlist {
    top: 16px;
    right: 16px;
  }
}
@media (max-width: 480px) {
  .c-product-box--small.c-product-box .c-product-box__button.c-button.is-loading {
    background-size: 80%;
  }
}
@media (max-width: 768px) {
  .c-product-box--big.c-product-box--slide {
    max-width: 300px;
  }
}
@media (max-width: 480px) {
  .c-product-box--big.c-product-box--slide {
    max-width: 256px;
  }
}
@media (max-width: 768px) {
  .c-product-box--big.c-product-box--slide .c-product-box__image {
    max-height: 300px;
  }
}
@media (max-width: 480px) {
  .c-product-box--big.c-product-box--slide .c-product-box__image {
    max-height: 256px;
  }
}
.c-product-box--simple-list .c-product-box__image-holder {
  margin-bottom: 0;
  margin-right: 32px;
  width: 192px;
  height: 192px;
  min-width: 192px;
}
@media (max-width: 768px) {
  .c-product-box--simple-list .c-product-box__image-holder {
    margin-bottom: 16px;
  }
}
@media (max-width: 480px) {
  .c-product-box--simple-list .c-product-box__image-holder {
    width: 112px;
    height: 112px;
    min-width: 112px;
    margin-right: 10px;
  }
}
.c-product-box--simple-list .c-product-box__wishlist {
  top: 24px;
  left: 152px;
  right: unset;
}
@media (max-width: 1024px) {
  .c-product-box--simple-list .c-product-box__wishlist {
    top: 16px;
    left: 144px;
  }
}
@media (max-width: 768px) {
  .c-product-box--simple-list .c-product-box__wishlist {
    top: 8px;
    left: 136px;
  }
}
@media (max-width: 480px) {
  .c-product-box--simple-list .c-product-box__wishlist {
    left: 72px;
  }
}
@media (max-width: 480px) {
  .c-product-box--simple-list .c-product-box__short-text {
    display: none;
  }
}
.c-product-box--simple-list .c-product-box__prices {
  align-items: flex-start;
}
.c-product-box--simple-list .c-product-box__title {
  text-align: left;
}
.c-product-box--simple-list .c-product-box__short-text {
  text-align: left;
}
.c-product-box__price--vip {
  font-family: "Brandon Grotesque", sans-seriff;
  font-style: normal;
  font-weight: 420;
  font-size: 16px;
  line-height: 16px;
  text-align: center;
  color: #003B4D;
  margin-top: 16px;
}
.c-product-box--list {
  display: flex;
  border: 1px solid #f5f5f5;
  border-radius: 0;
  margin: 16px;
  padding: 0;
}
@media (max-width: 768px) {
  .c-product-box--list {
    border: none;
    margin: 16px 0;
    flex-wrap: wrap;
  }
}
.c-product-box--list .c-product-box__top-row {
  width: 100%;
  display: none;
}
@media (max-width: 768px) {
  .c-product-box--list .c-product-box__top-row {
    display: block;
  }
}
.c-product-box--list .c-product-box__block-part {
  width: 100%;
  display: flex;
  padding: 0;
}
@media (max-width: 768px) {
  .c-product-box--list .c-product-box__block-part {
    flex-wrap: wrap;
  }
}
.c-product-box--list .c-product-box__image-holder {
  margin: -1px;
  width: 222px;
  min-width: 222px;
}
@media (max-width: 768px) {
  .c-product-box--list .c-product-box__image-holder {
    width: 192px;
    height: 192px;
    min-width: 192px;
    margin-bottom: 16px;
  }
}
@media (max-width: 480px) {
  .c-product-box--list .c-product-box__image-holder {
    width: 112px;
    height: 112px;
    min-width: 112px;
  }
}
.c-product-box--list .c-product-box__image {
  max-height: 222px;
}
@media (max-width: 768px) {
  .c-product-box--list .c-product-box__image {
    max-height: 100%;
  }
}
.c-product-box--list .c-product-box__main-column {
  width: 100%;
  padding: 16px;
}
@media (max-width: 768px) {
  .c-product-box--list .c-product-box__main-column {
    width: calc(100% - 192px);
    padding: 0 0 0 16px;
  }
}
@media (max-width: 480px) {
  .c-product-box--list .c-product-box__main-column {
    width: calc(100% - 112px);
  }
}
.c-product-box--list .c-product-box__title {
  text-align: left;
}
@media (max-width: 768px) {
  .c-product-box--list .c-product-box__title {
    max-height: 18px;
  }
}
.c-product-box--list .c-product-box__rate {
  margin-bottom: 16px;
}
@media (max-width: 768px) {
  .c-product-box--list .c-product-box__rate {
    display: none;
  }
}
.c-product-box--list .c-product-box__short-text {
  text-align: left;
}
@media (max-width: 480px) {
  .c-product-box--list .c-product-box__short-text {
    max-height: 32px;
    margin-bottom: 10px;
  }
}
.c-product-box--list .c-product-box__avaibility.c-avaibility {
  text-align: left;
}
.c-product-box--list .c-product-box__detail-column {
  min-width: 240px;
  padding: 16px;
  display: flex;
  flex-direction: column;
  border-left: 1px solid #f5f5f5;
}
@media (max-width: 768px) {
  .c-product-box--list .c-product-box__detail-column {
    width: 100%;
    border-left: none;
    padding: 0;
  }
}
@media (max-width: 480px) {
  .c-product-box--list .c-product-box__prices-label {
    line-height: 18px;
  }
}
.c-product-box--list .c-product-box__prices {
  text-align: left;
  align-items: flex-start;
}
@media (max-width: 480px) {
  .c-product-box--list .c-product-box__prices {
    line-height: 18px;
    margin-bottom: 4px;
  }
}
@media (max-width: 480px) {
  .c-product-box--list .c-product-box__price {
    line-height: 21px;
  }
}
.c-product-box--list .c-product-box__delivery {
  margin-bottom: 16px;
}
@media (max-width: 768px) {
  .c-product-box--list .c-product-box__delivery {
    display: none;
  }
}
.c-product-box--list .c-product-box__cart-actions {
  display: flex;
  margin-top: auto;
}
.c-product-box--list .c-product-box__wishlist {
  top: 8px;
  left: 164px;
  right: unset;
}
@media (max-width: 768px) {
  .c-product-box--list .c-product-box__wishlist {
    top: 48px;
    left: 134px;
  }
}
@media (max-width: 480px) {
  .c-product-box--list .c-product-box__wishlist {
    top: 34px;
    left: 72px;
  }
}
@media (max-width: 768px) {
  .c-product-box--slide .c-product-box__image {
    max-height: 200px;
  }
}
@media (max-width: 480px) {
  .c-product-box--slide .c-product-box__image {
    max-height: 120px;
  }
}
.c-product-box__quantity {
  margin-right: 8px;
}
.c-product-box__quantity-button {
  color: #003B4D;
}

@font-face {
  font-family: "Brandon Grotesque";
  src: url("/themes/U96uhFEPxdfSY1HL/fonts/Brandon_thin.otf");
  font-weight: 200;
  font-style: normal;
}
@font-face {
  font-family: "Brandon Grotesque";
  src: url("/themes/U96uhFEPxdfSY1HL/fonts/Brandon_thin_it.otf");
  font-weight: 200;
  font-style: italic;
}
@font-face {
  font-family: "Brandon Grotesque";
  src: url("/themes/U96uhFEPxdfSY1HL/fonts/Brandon_light.otf");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Brandon Grotesque";
  src: url("/themes/U96uhFEPxdfSY1HL/fonts/Brandon_light_it.otf");
  font-weight: 300;
  font-style: italic;
}
@font-face {
  font-family: "Brandon Grotesque";
  src: url("/themes/U96uhFEPxdfSY1HL/fonts/Brandon_reg.otf");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Brandon Grotesque";
  src: url("/themes/U96uhFEPxdfSY1HL/fonts/Brandon_reg_it.otf");
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: "Brandon Grotesque";
  src: url("/themes/U96uhFEPxdfSY1HL/fonts/Brandon_med.otf");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Brandon Grotesque";
  src: url("/themes/U96uhFEPxdfSY1HL/fonts/Brandon_med_it.otf");
  font-weight: 500;
  font-style: italic;
}
@font-face {
  font-family: "Brandon Grotesque";
  src: url("/themes/U96uhFEPxdfSY1HL/fonts/Brandon_bld.otf");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Brandon Grotesque";
  src: url("/themes/U96uhFEPxdfSY1HL/fonts/Brandon_bld_it.otf");
  font-weight: 700;
  font-style: italic;
}
@font-face {
  font-family: "Brandon Grotesque";
  src: url("/themes/U96uhFEPxdfSY1HL/fonts/Brandon_blk.otf");
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: "Brandon Grotesque";
  src: url("/themes/U96uhFEPxdfSY1HL/fonts/Brandon_blk_it.otf");
  font-weight: 900;
  font-style: italic;
}
@font-face {
  font-family: "Roca";
  src: url("/themes/U96uhFEPxdfSY1HL/fonts/Roca.otf");
}
.c-product-box-dashboard {
  border-radius: 0px;
  position: relative;
}
.c-product-box-dashboard__yellow-box {
  font-family: "Brandon Grotesque", sans-seriff;
  font-style: normal;
  font-weight: 420;
  font-size: 14px;
  line-height: 24px;
  color: #1A1A1A;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #F5CE3E;
  Width: 67px;
  Height: 32px;
  text-align: center;
  margin: auto;
  margin-top: 16px;
  margin-bottom: 16px;
}
.c-product-box-dashboard__attributes {
  display: flex;
  gap: 8px;
  align-items: center;
  justify-content: center;
}
.c-product-box-dashboard__attribute {
  max-width: 20px;
}
.c-product-box-dashboard--slide.swiper-slide {
  margin-bottom: -16px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .c-product-box-dashboard--slide.swiper-slide {
    max-width: 200px;
    margin-bottom: 0;
  }
}
@media (max-width: 480px) {
  .c-product-box-dashboard--slide.swiper-slide {
    max-width: 120px;
  }
}
.c-product-box-dashboard__cart-actions {
  display: flex;
  justify-content: center;
  width: 100%;
}
.c-product-box-dashboard__image-holder {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
  min-height: 100px;
  aspect-ratio: 1/1;
}
.c-product-box-dashboard__image-holder--no-border {
  border: none;
}
@media (max-width: 480px) {
  .c-product-box-dashboard__image-holder {
    margin-bottom: 10px;
  }
}
.c-product-box-dashboard__image {
  max-width: 100%;
  max-height: 100%;
}
.c-product-box-dashboard__image-layer {
  position: absolute;
  display: flex;
  flex-direction: column;
  z-index: 3;
}
.c-product-box-dashboard__image-layer--left {
  left: 0px;
  align-items: flex-start;
}
.c-product-box-dashboard__image-layer--top {
  top: 0px;
}
.c-product-box-dashboard__image-layer--right {
  right: 0px;
  align-items: flex-end;
}
.c-product-box-dashboard__image-layer--bottom {
  bottom: 0px;
}
.c-product-box-dashboard__buy-info {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 8px;
  min-height: 69px;
}
@media (max-width: 480px) {
  .c-product-box-dashboard__buy-info {
    flex-direction: column-reverse;
  }
}
.c-product-box-dashboard__points {
  background: #F5CE3E;
  font-style: normal;
  font-weight: 390;
  font-size: 14px;
  line-height: 24px;
  text-align: center;
  color: #1A1A1A;
  padding: 4px 12px;
}
@media (max-width: 480px) {
  .c-product-box-dashboard__points {
    width: 100%;
  }
}
.c-product-box-dashboard__prices {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 5px;
  margin-bottom: 16px;
}
.c-product-box-dashboard__prices--mobile {
  display: none;
}
@media (max-width: 768px) {
  .c-product-box-dashboard__prices--mobile {
    display: block;
    margin-bottom: 8px;
  }
}
@media (max-width: 768px) {
  .c-product-box-dashboard__prices {
    align-items: flex-start;
  }
}
@media (max-width: 480px) {
  .c-product-box-dashboard__prices {
    margin-bottom: 10px;
  }
}
.c-product-box-dashboard__prices-label {
  font-size: 14px;
  line-height: 24px;
}
.c-product-box-dashboard__price {
  font-family: "Brandon Grotesque", sans-seriff;
  font-size: 18px;
  line-height: 24px;
  text-align: center;
  color: #E2071C;
  font-weight: bold;
}
@media (max-width: 480px) {
  .c-product-box-dashboard__price {
    font-size: 14px;
    line-height: 24px;
  }
}
.c-product-box-dashboard__price--promotion {
  color: #e2071c;
  font-weight: bold;
}
.c-product-box-dashboard__price--old {
  font-weight: normal;
  text-decoration-line: line-through;
  color: #757575;
}
.c-product-box-dashboard__title {
  font-family: "Roca";
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 24px;
  color: #00594E;
  text-align: left;
  margin-bottom: 16px;
  max-height: 48px;
  overflow: hidden;
}
@media (max-width: 480px) {
  .c-product-box-dashboard__title {
    font-size: 14px;
    margin-bottom: 10px;
    max-height: 36px;
  }
}
.c-product-box-dashboard__title--full {
  max-height: unset;
}
.c-product-box-dashboard__short-text {
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  margin-bottom: 16px;
  max-height: 72px;
  overflow: hidden;
}
@media (max-width: 768px) {
  .c-product-box-dashboard__short-text {
    text-align: left;
  }
}
@media (max-width: 480px) {
  .c-product-box-dashboard__short-text {
    font-size: 12px;
    line-height: 16px;
    max-height: 48px;
  }
}
.c-product-box-dashboard__avaibility.c-avaibility {
  text-align: center;
}
@media (max-width: 768px) {
  .c-product-box-dashboard__avaibility.c-avaibility {
    text-align: left;
  }
}
@media (max-width: 480px) {
  .c-product-box-dashboard__avaibility.c-avaibility {
    margin-bottom: 10px;
  }
}
.c-product-box-dashboard__block-part {
  padding: 8px;
  display: block;
}
@media (max-width: 1024px) {
  .c-product-box-dashboard__block-part {
    padding: 8px;
  }
}
.c-product-box-dashboard__hover-part {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 480px) {
  .c-product-box-dashboard__hover-part {
    flex-direction: column;
    gap: 8px;
  }
}
.c-product-box-dashboard--small.c-product-box-dashboard.c-product-box--hover {
  border: unset;
}
@media (max-width: 480px) {
  .c-product-box-dashboard--small.c-product-box-dashboard .c-product-box-dashboard__button.c-button.is-loading {
    background-size: 80%;
  }
}
.c-product-box-dashboard__price--vip {
  font-family: "Brandon Grotesque", sans-seriff;
  font-style: normal;
  font-weight: 420;
  font-size: 16px;
  line-height: 16px;
  text-align: center;
  color: #003B4D;
  margin-top: 16px;
}
@media (max-width: 768px) {
  .c-product-box-dashboard--slide .c-product-box-dashboard__image {
    max-height: 200px;
  }
}
@media (max-width: 480px) {
  .c-product-box-dashboard--slide .c-product-box-dashboard__image {
    max-height: 120px;
  }
}
.c-product-box-dashboard__quantity {
  margin-right: 8px;
}
.c-product-box-dashboard__quantity-button {
  color: #003B4D;
}

@font-face {
  font-family: "Brandon Grotesque";
  src: url("/themes/U96uhFEPxdfSY1HL/fonts/Brandon_thin.otf");
  font-weight: 200;
  font-style: normal;
}
@font-face {
  font-family: "Brandon Grotesque";
  src: url("/themes/U96uhFEPxdfSY1HL/fonts/Brandon_thin_it.otf");
  font-weight: 200;
  font-style: italic;
}
@font-face {
  font-family: "Brandon Grotesque";
  src: url("/themes/U96uhFEPxdfSY1HL/fonts/Brandon_light.otf");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Brandon Grotesque";
  src: url("/themes/U96uhFEPxdfSY1HL/fonts/Brandon_light_it.otf");
  font-weight: 300;
  font-style: italic;
}
@font-face {
  font-family: "Brandon Grotesque";
  src: url("/themes/U96uhFEPxdfSY1HL/fonts/Brandon_reg.otf");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Brandon Grotesque";
  src: url("/themes/U96uhFEPxdfSY1HL/fonts/Brandon_reg_it.otf");
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: "Brandon Grotesque";
  src: url("/themes/U96uhFEPxdfSY1HL/fonts/Brandon_med.otf");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Brandon Grotesque";
  src: url("/themes/U96uhFEPxdfSY1HL/fonts/Brandon_med_it.otf");
  font-weight: 500;
  font-style: italic;
}
@font-face {
  font-family: "Brandon Grotesque";
  src: url("/themes/U96uhFEPxdfSY1HL/fonts/Brandon_bld.otf");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Brandon Grotesque";
  src: url("/themes/U96uhFEPxdfSY1HL/fonts/Brandon_bld_it.otf");
  font-weight: 700;
  font-style: italic;
}
@font-face {
  font-family: "Brandon Grotesque";
  src: url("/themes/U96uhFEPxdfSY1HL/fonts/Brandon_blk.otf");
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: "Brandon Grotesque";
  src: url("/themes/U96uhFEPxdfSY1HL/fonts/Brandon_blk_it.otf");
  font-weight: 900;
  font-style: italic;
}
@font-face {
  font-family: "Roca";
  src: url("/themes/U96uhFEPxdfSY1HL/fonts/Roca.otf");
}
.c-product-box-partners-page__image-holder {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 8px;
  min-height: 100px;
}
.c-product-box-partners-page__image-holder--no-border {
  border: none;
}
@media (max-width: 480px) {
  .c-product-box-partners-page__image-holder {
    margin-bottom: 10px;
  }
}
.c-product-box-partners-page__image {
  max-width: 100%;
  max-height: 100%;
}
.c-product-box-partners-page__title {
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 24px;
  text-align: center;
  font-family: "Roca", "Brandon Grotesque", sans-seriff;
  margin-bottom: 16px;
}

.c-product-tag {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  color: #FFFFFF;
  padding: 8px;
  border-radius: 4px;
  margin-bottom: 8px;
}
@media (max-width: 480px) {
  .c-product-tag {
    font-weight: normal;
    font-size: 12px;
    padding: 4px;
    margin-bottom: 4px;
  }
}
.c-product-tag--new {
  color: #ffffff;
  background-color: #acce55;
}
.c-product-tag--promotion {
  color: #ffffff;
  background-color: #e2071c;
}
.c-product-tag--featured {
  color: #1a1a1a;
  background-color: #d9f7fc;
}
.c-product-tag--bestseller {
  color: #ffffff;
  background-color: #1a1a1a;
}

.c-aside-product {
  display: flex;
  padding: 16px 0;
  border-bottom: 1px solid #f5f5f5;
  margin-bottom: 16px;
  position: relative;
}
@media (max-width: 768px) {
  .c-aside-product {
    margin: 0 -16px;
    padding: 16px;
  }
}
@media (max-width: 768px) {
  .c-aside-product:first-child {
    border-top: 1px solid #f5f5f5;
  }
}
.c-aside-product--wishlist {
  flex-wrap: wrap;
}
.c-aside-product--wishlist:first-child {
  border-top: 1px solid #f5f5f5;
}
.c-aside-product__left-column {
  width: 104px;
  min-width: 104px;
  margin-right: 16px;
}
@media (max-width: 768px) {
  .c-aside-product__left-column {
    display: none;
  }
}
.c-aside-product__image-holder {
  width: 104px;
  height: 104px;
  padding: 4px;
  border-radius: 4px;
  border: 1px solid #f5f5f5;
  margin-bottom: 16px;
}
@media (max-width: 768px) {
  .c-aside-product__image-holder {
    order: 1;
    margin-right: 16px;
    margin-bottom: 0;
    position: relative;
  }
}
@media (max-width: 480px) {
  .c-aside-product__image-holder {
    margin-right: 8px;
  }
}
@media (max-width: 375px) {
  .c-aside-product__image-holder {
    width: 92px;
    height: 92px;
  }
}
.c-aside-product__right-column {
  width: 100%;
}
@media (max-width: 768px) {
  .c-aside-product__right-column {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
  }
}
.c-aside-product__right-column--wishlist {
  width: calc(100% - 160px);
}
@media (max-width: 768px) {
  .c-aside-product__right-column--wishlist {
    width: 100%;
  }
}
.c-aside-product__prices {
  display: flex;
  margin-bottom: 16px;
  padding-right: 60px;
}
@media (max-width: 768px) {
  .c-aside-product__prices {
    order: 3;
    flex-direction: column;
    padding-right: 0;
    margin-bottom: 0;
    margin-top: 16px;
  }
}
.c-aside-product__price {
  display: block;
  margin-right: 8px;
  font-weight: bold;
  font-size: 18px;
  line-height: 24px;
}
@media (max-width: 768px) {
  .c-aside-product__price {
    margin-right: 0;
  }
}
@media (max-width: 375px) {
  .c-aside-product__price {
    font-size: 16px;
  }
}
.c-aside-product__price--promotion {
  color: #e2071c;
}
.c-aside-product__price--old {
  text-decoration-line: line-through;
  color: #757575;
  font-weight: 400;
}
.c-aside-product__title {
  font-size: 24px;
  line-height: 32px;
  margin-bottom: 16px;
  display: block;
}
@media (max-width: 768px) {
  .c-aside-product__title {
    order: 0;
    width: 100%;
    margin-right: 46px;
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 8px;
  }
}
@media (max-width: 768px) {
  .c-aside-product__title--wishlist {
    margin-left: 36px;
  }
}
.c-aside-product__points {
  font-family: "Brandon Grotesque", sans-seriff;
  font-style: normal;
  font-weight: 420;
  font-size: 14px;
  line-height: 24px;
  color: #1A1A1A;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #F5CE3E;
  width: 67px;
  height: 32px;
  text-align: center;
  margin-bottom: 16px;
  position: relative;
}
.c-aside-product__points--mobile {
  display: none;
}
@media (max-width: 768px) {
  .c-aside-product__points--mobile {
    display: flex;
    margin: unset;
    margin-bottom: unset;
    position: absolute;
    left: 4px;
    bottom: 4px;
    width: auto;
    height: auto;
    padding: 4px;
    font-size: 12px;
    line-height: 22px;
  }
}
@media (max-width: 768px) {
  .c-aside-product__points--desktop {
    display: none;
  }
}
.c-aside-product__variants {
  display: flex;
  flex-wrap: wrap;
  margin-top: 16px;
}
@media (max-width: 768px) {
  .c-aside-product__variants {
    width: 100%;
    order: 4;
  }
}
.c-aside-product__variant {
  display: block;
  min-width: 40%;
  font-size: 18px;
  line-height: 24px;
  color: #757575;
  margin-right: 8px;
}
@media (max-width: 768px) {
  .c-aside-product__variant {
    min-width: unset;
    font-size: 14px;
    line-height: 16px;
    margin-right: 4px;
  }
}
.c-aside-product__variant::after {
  content: ",";
}
.c-aside-product__variant:last-child::after {
  content: unset;
}
.c-aside-product__remove {
  position: absolute;
  right: 0;
  top: 16px;
  cursor: pointer;
}
@media (max-width: 768px) {
  .c-aside-product__remove {
    right: 16px;
    top: 10px;
  }
}
.c-aside-product__remove-text {
  font-size: 18px;
  line-height: 24px;
  color: #757575;
}
.c-aside-product__remove-text:hover {
  text-decoration: underline;
}
@media (max-width: 768px) {
  .c-aside-product__remove-text {
    display: none;
  }
}
.c-aside-product__remove-icon {
  display: none;
}
@media (max-width: 768px) {
  .c-aside-product__remove-icon {
    display: block;
  }
}
@media (max-width: 768px) {
  .c-aside-product__quantity {
    order: 2;
    margin-right: 16px;
  }
}
@media (max-width: 480px) {
  .c-aside-product__quantity {
    margin-right: 8px;
  }
}
.c-aside-product__label {
  display: none;
  font-weight: bold;
  font-size: 12px;
  line-height: 16px;
  margin-bottom: 4px;
}
@media (max-width: 768px) {
  .c-aside-product__label {
    display: block;
  }
}
.c-aside-product__checkbox.c-checkbox-field {
  width: 32px;
  height: 32px;
  align-self: flex-start;
  margin-right: 12px;
}
@media (max-width: 768px) {
  .c-aside-product__checkbox.c-checkbox-field {
    position: absolute;
    left: 16px;
    top: 12px;
  }
}
.c-aside-product__checkmark.c-checkbox-field__checkmark {
  top: 4px;
}
.c-aside-product__actions {
  margin-top: 16px;
  margin-left: 40px;
  width: 100%;
}
@media (max-width: 768px) {
  .c-aside-product__actions {
    margin-left: 0;
  }
}
.c-aside-product__action-error {
  display: none;
  margin-top: 8px;
  text-align: center;
  font-size: 14px;
  line-height: 16px;
  color: #e2071c;
}
.c-aside-product__action-error.is-active {
  display: block;
}

@font-face {
  font-family: "Brandon Grotesque";
  src: url("/themes/U96uhFEPxdfSY1HL/fonts/Brandon_thin.otf");
  font-weight: 200;
  font-style: normal;
}
@font-face {
  font-family: "Brandon Grotesque";
  src: url("/themes/U96uhFEPxdfSY1HL/fonts/Brandon_thin_it.otf");
  font-weight: 200;
  font-style: italic;
}
@font-face {
  font-family: "Brandon Grotesque";
  src: url("/themes/U96uhFEPxdfSY1HL/fonts/Brandon_light.otf");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Brandon Grotesque";
  src: url("/themes/U96uhFEPxdfSY1HL/fonts/Brandon_light_it.otf");
  font-weight: 300;
  font-style: italic;
}
@font-face {
  font-family: "Brandon Grotesque";
  src: url("/themes/U96uhFEPxdfSY1HL/fonts/Brandon_reg.otf");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Brandon Grotesque";
  src: url("/themes/U96uhFEPxdfSY1HL/fonts/Brandon_reg_it.otf");
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: "Brandon Grotesque";
  src: url("/themes/U96uhFEPxdfSY1HL/fonts/Brandon_med.otf");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Brandon Grotesque";
  src: url("/themes/U96uhFEPxdfSY1HL/fonts/Brandon_med_it.otf");
  font-weight: 500;
  font-style: italic;
}
@font-face {
  font-family: "Brandon Grotesque";
  src: url("/themes/U96uhFEPxdfSY1HL/fonts/Brandon_bld.otf");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Brandon Grotesque";
  src: url("/themes/U96uhFEPxdfSY1HL/fonts/Brandon_bld_it.otf");
  font-weight: 700;
  font-style: italic;
}
@font-face {
  font-family: "Brandon Grotesque";
  src: url("/themes/U96uhFEPxdfSY1HL/fonts/Brandon_blk.otf");
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: "Brandon Grotesque";
  src: url("/themes/U96uhFEPxdfSY1HL/fonts/Brandon_blk_it.otf");
  font-weight: 900;
  font-style: italic;
}
@font-face {
  font-family: "Roca";
  src: url("/themes/U96uhFEPxdfSY1HL/fonts/Roca.otf");
}
.c-table-product {
  padding: 16px;
  border: 1px solid #d6d6d6;
  box-sizing: border-box;
  border-radius: 8px;
  margin-bottom: 16px;
}
@media (max-width: 768px) {
  .c-table-product {
    position: relative;
    border: none;
    margin: 0 -15px -1px;
    border-radius: 0;
    border-top: 1px solid #d6d6d6;
    border-bottom: 1px solid #d6d6d6;
  }
}
@media (max-width: 768px) {
  .c-table-product--wishlist {
    padding-top: 8px;
  }
}
.c-table-product__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 16px;
}
@media (max-width: 768px) {
  .c-table-product__header {
    margin-bottom: 8px;
  }
}
.c-table-product__title-checkbox {
  margin-right: 16px;
}
.c-table-product__title {
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 24px;
  color: rgb(0, 89, 78);
}
.c-table-product__content {
  width: 100%;
  display: grid;
  column-gap: 32px;
}
.c-table-product__content--order {
  grid-template-columns: min-content 1fr 1fr 1fr;
}
@media (max-width: 1400px) {
  .c-table-product__content--order {
    column-gap: 16px;
  }
}
@media (max-width: 1200px) {
  .c-table-product__content--order {
    grid-template-columns: min-content 1fr 1fr [end-line];
    row-gap: 16px;
  }
}
@media (max-width: 768px) {
  .c-table-product__content--order {
    display: inline-grid;
    grid-template-columns: min-content min-content auto [end-line];
    align-items: end;
  }
}
@media (max-width: 375px) {
  .c-table-product__content--order {
    column-gap: 10px;
  }
}
.c-table-product__content--order-history {
  grid-template-columns: min-content 1fr 1fr 1fr 1fr;
}
@media (max-width: 1400px) {
  .c-table-product__content--order-history {
    column-gap: 16px;
  }
}
@media (max-width: 1200px) {
  .c-table-product__content--order-history {
    grid-template-columns: min-content 1fr 1fr [end-line];
    row-gap: 16px;
  }
}
@media (max-width: 768px) {
  .c-table-product__content--order-history {
    display: inline-grid;
    grid-template-columns: min-content min-content auto [end-line];
    align-items: end;
  }
}
@media (max-width: 375px) {
  .c-table-product__content--order-history {
    column-gap: 10px;
  }
}
.c-table-product__content--wishlist {
  grid-template-columns: min-content 1fr 1fr 1fr 1fr 1fr;
}
@media (max-width: 1400px) {
  .c-table-product__content--wishlist {
    column-gap: 16px;
  }
}
@media (max-width: 1024px) {
  .c-table-product__content--wishlist {
    row-gap: 16px;
    grid-template-columns: min-content 1fr 1fr 1fr 1fr;
  }
}
@media (max-width: 768px) {
  .c-table-product__content--wishlist {
    display: inline-grid;
    grid-template-columns: min-content min-content min-content auto [end-line];
    align-items: end;
  }
}
@media (max-width: 480px) {
  .c-table-product__content--wishlist {
    grid-template-columns: min-content min-content auto [end-line];
  }
}
@media (max-width: 375px) {
  .c-table-product__content--wishlist {
    column-gap: 10px;
  }
}
.c-table-product__content--cart {
  grid-template-columns: min-content 1fr 1fr 1fr 1fr min-content;
}
@media (max-width: 1400px) {
  .c-table-product__content--cart {
    column-gap: 16px;
  }
}
@media (max-width: 768px) {
  .c-table-product__content--cart {
    display: inline-grid;
    grid-template-columns: min-content min-content min-content auto [end-line];
    row-gap: 16px;
    align-items: end;
  }
}
@media (max-width: 480px) {
  .c-table-product__content--cart {
    display: inline-grid;
    grid-template-columns: min-content min-content auto [end-line];
    row-gap: 16px;
    align-items: end;
  }
}
@media (max-width: 375px) {
  .c-table-product__content--cart {
    column-gap: 10px;
  }
}
.c-table-product__content--shipment {
  grid-template-columns: repeat(6, 1fr);
}
@media (max-width: 768px) {
  .c-table-product__content--shipment {
    grid-template-columns: repeat(5, 1fr);
  }
}
@media (max-width: 600px) {
  .c-table-product__content--shipment {
    display: inline-grid;
    grid-template-columns: auto min-content [end-line];
    row-gap: 16px;
    align-items: end;
  }
}
.c-table-product__content-title {
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  line-height: 16px;
  color: rgb(0, 89, 78);
  margin-bottom: 8px;
}
.c-table-product__image-holder {
  position: relative;
  border: 1px solid #f5f5f5;
  padding: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 104px;
  height: 104px;
  max-width: 104px;
  min-width: 104px;
}
@media (max-width: 768px) {
  .c-table-product__image-holder {
    order: 0;
    margin-bottom: 0;
  }
}
@media (max-width: 375px) {
  .c-table-product__image-holder {
    width: 96px;
    height: 96px;
    max-width: 96px;
    min-width: 96px;
  }
}
@media (max-width: 1200px) {
  .c-table-product__image-holder--order {
    grid-row: 1/3;
  }
}
@media (max-width: 768px) {
  .c-table-product__image-holder--order {
    grid-row: 1/2;
  }
}
.c-table-product__image {
  max-width: 100%;
  max-height: 100%;
}
.c-table-product__prices {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
@media (max-width: 768px) {
  .c-table-product__prices {
    grid-row: 1/2;
    grid-column: 3/4;
  }
}
@media (max-width: 480px) {
  .c-table-product__prices {
    display: none;
  }
}
.c-table-product__price {
  font-size: 18px;
  line-height: 24px;
  font-weight: bold;
  white-space: nowrap;
  color: rgb(0, 89, 78);
}
@media (max-width: 375px) {
  .c-table-product__price {
    font-size: 16px;
  }
}
.c-table-product__price--old {
  text-decoration-line: line-through;
  color: #757575;
  font-weight: normal;
}
.c-table-product__price--promotion {
  color: #e2071c;
}
.c-table-product__points {
  background: #F5CE3E;
  font-style: normal;
  font-weight: 420;
  font-size: 14px;
  line-height: 24px;
  color: #1A1A1A;
  padding: 4px 16px;
  display: inline-block;
  position: relative;
}
@media (max-width: 768px) {
  .c-table-product__variants {
    width: 100%;
    display: flex;
    max-width: unset;
    grid-column: 1/end-line;
    flex-wrap: wrap;
  }
}
@media (max-width: 768px) {
  .c-table-product__variants-title {
    display: none;
  }
}
.c-table-product__variant {
  line-height: 120%;
  margin-right: 8px;
}
@media (max-width: 768px) {
  .c-table-product__variant--grey {
    color: #757575;
  }
}
.c-table-product__delete {
  display: flex;
  justify-content: flex-end;
  max-width: 48px;
  cursor: pointer;
  align-self: start;
}
@media (max-width: 768px) {
  .c-table-product__delete--desktop {
    display: none;
  }
}
.c-table-product__delete--mobile {
  display: none;
}
@media (max-width: 768px) {
  .c-table-product__delete--mobile {
    display: block;
  }
}
@media (max-width: 768px) {
  .c-table-product__quantity {
    grid-row: 1/2;
    grid-column: 2/3;
  }
}
.c-table-product__quantity-text {
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 24px;
}
.c-table-product__quantity-value {
  line-height: 24px;
}
@media (max-width: 768px) {
  .c-table-product__value {
    grid-row: 1/2;
    grid-column: 4/5;
  }
}
@media (max-width: 480px) {
  .c-table-product__value {
    grid-column: 3/4;
  }
}
@media (max-width: 375px) {
  .c-table-product__quantity-input.c-quantity-field__input:not(.c-quantity-field__input--fullwidth) {
    width: 64px;
  }
}
.c-table-product__buttons {
  width: 256px;
}
@media (max-width: 1200px) {
  .c-table-product__buttons {
    width: 192px;
  }
}
@media (max-width: 1024px) {
  .c-table-product__buttons {
    width: 100%;
    grid-column: 1/end-line;
  }
}
.c-table-product__text {
  line-height: 24px;
  text-align: right;
}
.c-table-product__action-error {
  display: none;
  margin-top: 8px;
  text-align: center;
  font-size: 14px;
  line-height: 16px;
  color: #e2071c;
}
.c-table-product__action-error.is-active {
  display: block;
}
.c-table-product--order {
  margin-bottom: 0;
  border: none;
  border-bottom: 1px solid #d6d6d6;
  border-radius: 0;
}
.c-table-product--order:nth-last-of-type(1) {
  border-bottom: none;
}
@media (max-width: 768px) {
  .c-table-product--order {
    border-top: 1px solid #d6d6d6;
    border-bottom: 1px solid #d6d6d6;
    margin: -1px 0 0;
  }
  .c-table-product--order:nth-last-of-type(1) {
    border-bottom: 1px solid #d6d6d6;
  }
}
.c-table-product--shipment .c-table-product__delete {
  margin-left: auto;
}
.c-table-product--shipment .c-table-product__content-title {
  font-weight: 400;
}
.c-table-product--shipment .c-table-product__price {
  font-weight: normal;
}
.c-table-product--shipment .c-table-product__price--promotion {
  color: rgb(26, 26, 26);
  font-weight: bold;
}
@media (max-width: 768px) {
  .c-table-product--shipment .c-table-product__value {
    grid-row: unset;
    grid-column: unset;
  }
}
@media (max-width: 480px) {
  .c-table-product--shipment .c-table-product__quantity {
    grid-row: 2/3;
    grid-column: 1/4;
  }
  .c-table-product--shipment .c-table-product__prices {
    display: flex;
    grid-row: 2/3;
    grid-column: 2/4;
  }
  .c-table-product--shipment .c-table-product__points--sum {
    grid-row: 3/3;
  }
}

@font-face {
  font-family: "Brandon Grotesque";
  src: url("/themes/U96uhFEPxdfSY1HL/fonts/Brandon_thin.otf");
  font-weight: 200;
  font-style: normal;
}
@font-face {
  font-family: "Brandon Grotesque";
  src: url("/themes/U96uhFEPxdfSY1HL/fonts/Brandon_thin_it.otf");
  font-weight: 200;
  font-style: italic;
}
@font-face {
  font-family: "Brandon Grotesque";
  src: url("/themes/U96uhFEPxdfSY1HL/fonts/Brandon_light.otf");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Brandon Grotesque";
  src: url("/themes/U96uhFEPxdfSY1HL/fonts/Brandon_light_it.otf");
  font-weight: 300;
  font-style: italic;
}
@font-face {
  font-family: "Brandon Grotesque";
  src: url("/themes/U96uhFEPxdfSY1HL/fonts/Brandon_reg.otf");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Brandon Grotesque";
  src: url("/themes/U96uhFEPxdfSY1HL/fonts/Brandon_reg_it.otf");
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: "Brandon Grotesque";
  src: url("/themes/U96uhFEPxdfSY1HL/fonts/Brandon_med.otf");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Brandon Grotesque";
  src: url("/themes/U96uhFEPxdfSY1HL/fonts/Brandon_med_it.otf");
  font-weight: 500;
  font-style: italic;
}
@font-face {
  font-family: "Brandon Grotesque";
  src: url("/themes/U96uhFEPxdfSY1HL/fonts/Brandon_bld.otf");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Brandon Grotesque";
  src: url("/themes/U96uhFEPxdfSY1HL/fonts/Brandon_bld_it.otf");
  font-weight: 700;
  font-style: italic;
}
@font-face {
  font-family: "Brandon Grotesque";
  src: url("/themes/U96uhFEPxdfSY1HL/fonts/Brandon_blk.otf");
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: "Brandon Grotesque";
  src: url("/themes/U96uhFEPxdfSY1HL/fonts/Brandon_blk_it.otf");
  font-weight: 900;
  font-style: italic;
}
@font-face {
  font-family: "Roca";
  src: url("/themes/U96uhFEPxdfSY1HL/fonts/Roca.otf");
}
.c-product-box-mainpage__images-holder {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
  min-height: 404px;
  width: 100%;
}
.c-product-box-mainpage__background-image {
  max-width: 100%;
  max-height: 100%;
}
.c-product-box-mainpage__main-image {
  position: absolute;
  bottom: -64px;
  left: 50%;
  transform: translateX(-50%);
  max-width: 80%;
}
.c-product-box-mainpage__title {
  font-style: normal;
  font-weight: 390;
  font-size: 20px;
  line-height: 20px;
  color: #00594E;
  margin-bottom: 16px;
  display: flex;
  justify-content: center;
  margin-top: 64px;
}
.c-product-box-mainpage__rating {
  display: flex;
  gap: 8px;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
}
.c-product-box-mainpage__rating-number {
  font-style: normal;
  font-weight: 400;
  font-size: 17px;
  text-align: center;
  color: #666666;
}
.c-product-box-mainpage__points {
  font-family: "Brandon Grotesque", sans-seriff;
  font-style: normal;
  font-weight: 420;
  font-size: 14px;
  line-height: 24px;
  color: #1A1A1A;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #F5CE3E;
  Width: 67px;
  Height: 32px;
  text-align: center;
  margin: auto;
  margin-bottom: 16px;
  position: relative;
}
.c-product-box-mainpage__rating-stars {
  display: flex;
  gap: 4px;
  justify-content: center;
  align-items: center;
}
.c-product-box-mainpage__short-text {
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  margin-bottom: 16px;
  max-height: 72px;
  overflow: hidden;
}
@media (max-width: 768px) {
  .c-product-box-mainpage__short-text {
    text-align: left;
  }
}
@media (max-width: 480px) {
  .c-product-box-mainpage__short-text {
    font-size: 12px;
    line-height: 16px;
    max-height: 48px;
  }
}
.c-product-box-mainpage__cart-actions {
  display: flex;
  justify-content: center;
}

.c-sidebar-product {
  display: flex;
  padding: 4px;
  margin: 0 -4px 8px;
  border: 1px solid transparent;
  border-radius: 4px;
}
.c-sidebar-product:hover {
  border-color: #d6d6d6;
}
.c-sidebar-product__figure {
  width: 100px;
  height: 100px;
  min-width: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 16px;
  padding: 4px;
  border: 1px solid #f5f5f5;
}
.c-sidebar-product__image {
  max-width: 100%;
  max-height: 100%;
}
.c-sidebar-product__title {
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 8px;
  max-height: 48px;
  overflow: hidden;
}
.c-sidebar-product__price {
  font-size: 18px;
  line-height: 24px;
}
.c-sidebar-product__price--promotion {
  color: #e2071c;
  font-weight: bold;
}
.c-sidebar-product__price--old {
  text-decoration-line: line-through;
  color: #757575;
}

.c-avaibility {
  font-weight: bold;
  font-size: 14px;
  line-height: 16px;
  margin-bottom: 16px;
}
.c-avaibility--avaible {
  color: #82bc00;
}
.c-avaibility--none {
  color: #e2071c;
}

.c-avaibility-text {
  margin-left: 10px;
  color: #757575;
  font-weight: bold;
  font-size: 14px;
  line-height: 10px;
  margin-bottom: 10px;
}

.c-avaibility-dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  display: inline-block;
  margin-right: 8px;
}
.c-avaibility-dot--avaible {
  background-color: #82bc00;
}
.c-avaibility-dot--none {
  background-color: #e2071c;
}

.c-delivery-info {
  display: flex;
}
.c-delivery-info__icon-holder {
  border: 1px solid #F5F5F5;
  border-radius: 4px;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 16px;
  width: 48px;
  min-width: 48px;
  height: 48px;
}
.c-delivery-info__text-line {
  font-size: 14px;
  line-height: 24px;
}
.c-delivery-info__value {
  font-weight: bold;
}

@font-face {
  font-family: "Brandon Grotesque";
  src: url("/themes/U96uhFEPxdfSY1HL/fonts/Brandon_thin.otf");
  font-weight: 200;
  font-style: normal;
}
@font-face {
  font-family: "Brandon Grotesque";
  src: url("/themes/U96uhFEPxdfSY1HL/fonts/Brandon_thin_it.otf");
  font-weight: 200;
  font-style: italic;
}
@font-face {
  font-family: "Brandon Grotesque";
  src: url("/themes/U96uhFEPxdfSY1HL/fonts/Brandon_light.otf");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Brandon Grotesque";
  src: url("/themes/U96uhFEPxdfSY1HL/fonts/Brandon_light_it.otf");
  font-weight: 300;
  font-style: italic;
}
@font-face {
  font-family: "Brandon Grotesque";
  src: url("/themes/U96uhFEPxdfSY1HL/fonts/Brandon_reg.otf");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Brandon Grotesque";
  src: url("/themes/U96uhFEPxdfSY1HL/fonts/Brandon_reg_it.otf");
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: "Brandon Grotesque";
  src: url("/themes/U96uhFEPxdfSY1HL/fonts/Brandon_med.otf");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Brandon Grotesque";
  src: url("/themes/U96uhFEPxdfSY1HL/fonts/Brandon_med_it.otf");
  font-weight: 500;
  font-style: italic;
}
@font-face {
  font-family: "Brandon Grotesque";
  src: url("/themes/U96uhFEPxdfSY1HL/fonts/Brandon_bld.otf");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Brandon Grotesque";
  src: url("/themes/U96uhFEPxdfSY1HL/fonts/Brandon_bld_it.otf");
  font-weight: 700;
  font-style: italic;
}
@font-face {
  font-family: "Brandon Grotesque";
  src: url("/themes/U96uhFEPxdfSY1HL/fonts/Brandon_blk.otf");
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: "Brandon Grotesque";
  src: url("/themes/U96uhFEPxdfSY1HL/fonts/Brandon_blk_it.otf");
  font-weight: 900;
  font-style: italic;
}
@font-face {
  font-family: "Roca";
  src: url("/themes/U96uhFEPxdfSY1HL/fonts/Roca.otf");
}
.c-loading-spinner {
  max-width: 100%;
  padding: 32px 0;
  margin-bottom: 64px;
  display: none;
}
.c-loading-spinner__wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
}
.c-loading-spinner__text {
  font-family: "Roca";
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 24px;
  color: #00594E;
}
@media (max-width: 480px) {
  .c-loading-spinner__text {
    font-size: 14px;
  }
}
.c-loading-spinner__spinner {
  animation: rotate 2s linear infinite;
  z-index: 2;
  width: 50px;
  height: 50px;
}
.c-loading-spinner__spinner .path {
  stroke: #00594e;
  stroke-linecap: round;
  animation: dash 1.5s ease-in-out infinite;
}

@keyframes rotate {
  100% {
    transform: rotate(360deg);
  }
}
@keyframes dash {
  0% {
    stroke-dasharray: 1, 150;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 90, 150;
    stroke-dashoffset: -35;
  }
  100% {
    stroke-dasharray: 90, 150;
    stroke-dashoffset: -124;
  }
}
@font-face {
  font-family: "Brandon Grotesque";
  src: url("/themes/U96uhFEPxdfSY1HL/fonts/Brandon_thin.otf");
  font-weight: 200;
  font-style: normal;
}
@font-face {
  font-family: "Brandon Grotesque";
  src: url("/themes/U96uhFEPxdfSY1HL/fonts/Brandon_thin_it.otf");
  font-weight: 200;
  font-style: italic;
}
@font-face {
  font-family: "Brandon Grotesque";
  src: url("/themes/U96uhFEPxdfSY1HL/fonts/Brandon_light.otf");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Brandon Grotesque";
  src: url("/themes/U96uhFEPxdfSY1HL/fonts/Brandon_light_it.otf");
  font-weight: 300;
  font-style: italic;
}
@font-face {
  font-family: "Brandon Grotesque";
  src: url("/themes/U96uhFEPxdfSY1HL/fonts/Brandon_reg.otf");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Brandon Grotesque";
  src: url("/themes/U96uhFEPxdfSY1HL/fonts/Brandon_reg_it.otf");
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: "Brandon Grotesque";
  src: url("/themes/U96uhFEPxdfSY1HL/fonts/Brandon_med.otf");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Brandon Grotesque";
  src: url("/themes/U96uhFEPxdfSY1HL/fonts/Brandon_med_it.otf");
  font-weight: 500;
  font-style: italic;
}
@font-face {
  font-family: "Brandon Grotesque";
  src: url("/themes/U96uhFEPxdfSY1HL/fonts/Brandon_bld.otf");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Brandon Grotesque";
  src: url("/themes/U96uhFEPxdfSY1HL/fonts/Brandon_bld_it.otf");
  font-weight: 700;
  font-style: italic;
}
@font-face {
  font-family: "Brandon Grotesque";
  src: url("/themes/U96uhFEPxdfSY1HL/fonts/Brandon_blk.otf");
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: "Brandon Grotesque";
  src: url("/themes/U96uhFEPxdfSY1HL/fonts/Brandon_blk_it.otf");
  font-weight: 900;
  font-style: italic;
}
@font-face {
  font-family: "Roca";
  src: url("/themes/U96uhFEPxdfSY1HL/fonts/Roca.otf");
}
.c-loading-products-info {
  display: none;
  max-width: 100%;
  padding: 32px 0;
  margin-bottom: 64px;
}
.c-loading-products-info__wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
}
.c-loading-products-info__text {
  font-family: "Roca";
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 24px;
  color: #00594E;
}
@media (max-width: 480px) {
  .c-loading-products-info__text {
    font-size: 14px;
  }
}

.c-slider {
  position: relative;
  overflow: hidden;
}
.c-slider:hover .c-slider__arrow {
  display: block;
}
@media (max-width: 768px) {
  .c-slider:hover .c-slider__arrow {
    display: none;
  }
}
.c-slider--products {
  margin: 0 -16px;
  z-index: 2;
}
@media (max-width: 1024px) {
  .c-slider--products {
    margin: 0 -8px;
  }
}
@media (max-width: 768px) {
  .c-slider--products {
    margin: 0;
  }
}
@media (max-width: 768px) {
  .c-slider--mobile-overflow {
    margin-right: -15px;
    margin-left: -15px;
    padding: 0 15px;
  }
}
.c-slider--without-overflow {
  overflow: unset;
}
.c-slider__arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  padding: 16px;
  border-radius: 16px;
  cursor: pointer;
  display: none;
}
.c-slider__arrow--large {
  width: 128px;
  height: 128px;
}
@media (max-width: 1200px) {
  .c-slider__arrow--large {
    width: 80px;
    height: 80px;
  }
}
@media (max-width: 768px) {
  .c-slider__arrow--large {
    padding: 4px;
    width: 32px;
    height: 32px;
    border-radius: 8px;
  }
  .c-slider__arrow--large.c-slider__arrow--next {
    right: 8px;
  }
  .c-slider__arrow--large.c-slider__arrow--prev {
    left: 8px;
  }
}
.c-slider__arrow--medium {
  width: 80px;
  height: 80px;
}
@media (max-width: 1024px) {
  .c-slider__arrow--medium {
    padding: 8px;
    width: 64px;
    height: 64px;
  }
}
@media (max-width: 768px) {
  .c-slider__arrow--medium {
    padding: 4px;
    width: 32px;
    height: 32px;
    border-radius: 8px;
  }
  .c-slider__arrow--medium.c-slider__arrow--next {
    right: 8px;
  }
  .c-slider__arrow--medium.c-slider__arrow--prev {
    left: 8px;
  }
}
.c-slider__arrow--small {
  padding: 8px;
  width: 48px;
  height: 48px;
}
@media (max-width: 1200px) {
  .c-slider__arrow--small {
    padding: 4px;
    width: 32px;
    height: 32px;
    border-radius: 8px;
  }
}
@media (max-width: 1024px) {
  .c-slider__arrow--small.c-slider__arrow--next {
    right: 8px;
  }
  .c-slider__arrow--small.c-slider__arrow--prev {
    left: 8px;
  }
}
.c-slider__arrow:hover:not(.swiper-button-disabled) {
  background: rgba(0, 0, 0, 0.1);
}
.c-slider__arrow.swiper-button-disabled {
  opacity: 0.25;
  cursor: default;
}
.c-slider__arrow--prev {
  left: 16px;
}
.c-slider__arrow--next {
  right: 16px;
}
.c-slider__pagination.swiper-pagination-bullets {
  display: flex;
  justify-content: center;
  bottom: unset;
  left: unset;
  padding: 16px 0;
  position: static;
}
.c-slider__pagination.swiper-pagination-bullets .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #C4C4C4;
  opacity: 1;
}
.c-slider__pagination.swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
  position: relative;
}
.c-slider__pagination.swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active::after {
  content: "";
  position: absolute;
  background: rgb(0, 59, 77);
  left: 0px;
  top: 0px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
}

.c-slider-nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 8px;
}
@media (max-width: 768px) {
  .c-slider-nav {
    display: none;
  }
}

.c-banner-element {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.c-banner-element__image {
  max-width: 100%;
}

.c-banner-category-element {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.c-banner-category-element__image {
  max-width: 100%;
}
.c-banner-category-element__content {
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  flex-direction: column;
}
.c-banner-category-element__title {
  font-style: normal;
  font-weight: 700;
  font-size: 45px;
  text-align: center;
  color: #FFFFFF;
  font-family: "Roca", "Brandon Grotesque", sans-seriff, sans-serif;
}

.c-link {
  font-weight: bold;
  font-size: 12px;
  line-height: 24px;
  text-decoration-line: underline;
  color: #1A1A1A;
}
@media (max-width: 768px) {
  .c-link--disable-mobile {
    display: none;
  }
}

.c-section-header {
  display: flex;
  margin-bottom: 32px;
}
.c-section-header--centered {
  justify-content: center;
}
.c-section-header--middle-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
}
@media (max-width: 600px) {
  .c-section-header--middle-grid {
    grid-template-columns: 0 1fr 1fr;
  }
}
.c-section-header--middle-grid .c-section-header__title {
  text-align: center;
}
@media (max-width: 600px) {
  .c-section-header--middle-grid .c-section-header__title {
    text-align: left;
  }
}
.c-section-header--middle-grid .c-section-header__addon {
  justify-content: end;
}
@media (max-width: 768px) {
  .c-section-header {
    padding-bottom: 16px;
    margin-bottom: 16px;
    border-bottom: 1px solid #d6d6d6;
  }
  .c-section-header--mobile-padding {
    padding-top: 16px;
  }
}
@media (max-width: 768px) {
  .c-section-header--overflow {
    padding-right: 15px;
    padding-left: 15px;
    margin-left: -15px;
    margin-right: -15px;
  }
}
.c-section-header--right-overflow {
  padding-right: 15px;
  margin-right: -15px;
}
@media (max-width: 768px) {
  .c-section-header--mobile-no-border {
    padding-bottom: 0;
    border-bottom: none;
  }
}
@media (max-width: 768px) {
  .c-section-header--mobile-space {
    padding-top: 16px;
    padding-bottom: 16px;
  }
}
@media (max-width: 480px) {
  .c-section-header--mobile-centered {
    display: flex;
    flex-direction: column;
    gap: 16px;
  }
}
.c-section-header--small-margin {
  margin-bottom: 16px;
}
@media (max-width: 768px) {
  .c-section-header--mobile-small-margin {
    margin-bottom: 8px;
  }
}
.c-section-header--with-addon {
  justify-content: space-between;
  align-items: center;
}
.c-section-header__title-container {
  display: flex;
  flex-wrap: wrap;
}
.c-section-header__title {
  font-family: "Roca", "Brandon Grotesque", sans-seriff;
  font-style: normal;
  font-weight: normal;
  font-size: 36px;
  line-height: 48px;
  color: rgb(0, 59, 77);
}
@media (max-width: 768px) {
  .c-section-header__title {
    font-size: 24px;
    line-height: 32px;
  }
}
.c-section-header__title--bold {
  font-weight: 700;
}
.c-section-header__title--small {
  font-size: 24px;
  line-height: 32px;
}
@media (max-width: 768px) {
  .c-section-header__title--mobile-small {
    font-size: 18px;
    line-height: 24px;
  }
}
.c-section-header__title--mainpage-small {
  font-style: normal;
  font-weight: 420;
  font-size: 20px;
  line-height: 34px;
  color: rgb(0, 59, 77);
  text-align: center;
}
.c-section-header__title--uppercase {
  text-transform: uppercase;
}
.c-section-header__title--font-secondary {
  font-family: "Roca", "Brandon Grotesque", sans-seriff;
}
.c-section-header--secondary {
  margin-bottom: 24px;
}
.c-section-header--secondary .c-section-header__title {
  font-family: "Brandon Grotesque", sans-seriff;
  font-weight: 400;
}
.c-section-header__addon {
  display: flex;
  align-items: center;
  margin-left: 16px;
}
.c-section-header__addon--with-gap {
  gap: 16px;
}
.c-section-header__subtext {
  font-size: 24px;
  line-height: 48px;
  color: #757575;
  margin-left: 4px;
  margin-right: auto;
}
.c-section-header__subtext--block {
  display: block;
}
.c-section-header__mobile-link {
  display: none;
}
@media (max-width: 768px) {
  .c-section-header__mobile-link {
    display: flex;
  }
}

.c-filter-box__more-row {
  display: flex;
  justify-content: space-between;
  margin-top: 16px;
}
.c-filter-box__show-more {
  font-weight: bold;
  font-size: 14px;
  line-height: 16px;
  text-decoration: underline;
  cursor: pointer;
}
.c-filter-box__count-more {
  font-size: 14px;
  line-height: 16px;
  color: #757575;
}

.c-rate {
  display: flex;
  margin: 0 -1px;
}
.c-rate__star {
  width: 26px;
  min-width: 24px;
  height: 24px;
  padding: 0 1px;
}
.c-rate__star--small {
  width: 18px;
  height: 16px;
  min-width: 16px;
}
.c-rate__star--small svg {
  width: 16px;
  height: 16px;
  min-width: 16px;
}
.c-rate__star.is-active path {
  fill: #ffae00 !important;
}
.c-rate__star.is-inactive path {
  fill: #d0dde7 !important;
}

@font-face {
  font-family: "Brandon Grotesque";
  src: url("/themes/U96uhFEPxdfSY1HL/fonts/Brandon_thin.otf");
  font-weight: 200;
  font-style: normal;
}
@font-face {
  font-family: "Brandon Grotesque";
  src: url("/themes/U96uhFEPxdfSY1HL/fonts/Brandon_thin_it.otf");
  font-weight: 200;
  font-style: italic;
}
@font-face {
  font-family: "Brandon Grotesque";
  src: url("/themes/U96uhFEPxdfSY1HL/fonts/Brandon_light.otf");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Brandon Grotesque";
  src: url("/themes/U96uhFEPxdfSY1HL/fonts/Brandon_light_it.otf");
  font-weight: 300;
  font-style: italic;
}
@font-face {
  font-family: "Brandon Grotesque";
  src: url("/themes/U96uhFEPxdfSY1HL/fonts/Brandon_reg.otf");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Brandon Grotesque";
  src: url("/themes/U96uhFEPxdfSY1HL/fonts/Brandon_reg_it.otf");
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: "Brandon Grotesque";
  src: url("/themes/U96uhFEPxdfSY1HL/fonts/Brandon_med.otf");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Brandon Grotesque";
  src: url("/themes/U96uhFEPxdfSY1HL/fonts/Brandon_med_it.otf");
  font-weight: 500;
  font-style: italic;
}
@font-face {
  font-family: "Brandon Grotesque";
  src: url("/themes/U96uhFEPxdfSY1HL/fonts/Brandon_bld.otf");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Brandon Grotesque";
  src: url("/themes/U96uhFEPxdfSY1HL/fonts/Brandon_bld_it.otf");
  font-weight: 700;
  font-style: italic;
}
@font-face {
  font-family: "Brandon Grotesque";
  src: url("/themes/U96uhFEPxdfSY1HL/fonts/Brandon_blk.otf");
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: "Brandon Grotesque";
  src: url("/themes/U96uhFEPxdfSY1HL/fonts/Brandon_blk_it.otf");
  font-weight: 900;
  font-style: italic;
}
@font-face {
  font-family: "Roca";
  src: url("/themes/U96uhFEPxdfSY1HL/fonts/Roca.otf");
}
.s-generated-style {
  color: #003B4D;
}
.s-generated-style h1, .s-generated-style h2, .s-generated-style h3, .s-generated-style h4, .s-generated-style h5, .s-generated-style h6, .s-generated-style p, .s-generated-style ul, .s-generated-style li {
  line-height: 150%;
  margin-bottom: 12px;
}
.s-generated-style h1, .s-generated-style h2, .s-generated-style h3, .s-generated-style h4, .s-generated-style h5, .s-generated-style h6 {
  color: #003B4D;
  font-family: "Roca", "Brandon Grotesque", sans-seriff;
}
.s-generated-style sup {
  vertical-align: super;
}
.s-generated-style h1 {
  font-size: 36px;
}
.s-generated-style h2 {
  font-size: 24px;
}
.s-generated-style h3 {
  font-size: 18px;
}
.s-generated-style h4 {
  font-size: 16px;
}
.s-generated-style h5 {
  font-size: 14px;
}
.s-generated-style h6 {
  font-size: 12px;
}
.s-generated-style img {
  max-width: 100%;
  height: auto;
}
.s-generated-style ul {
  padding-left: 32px;
  list-style-type: circle;
}
.s-generated-style ol {
  padding-left: 32px;
  list-style-type: decimal;
}
.s-generated-style a {
  color: #018786;
  text-decoration: underline;
}
.s-generated-style a:hover {
  color: #349f9e;
}
.s-generated-style b, .s-generated-style strong {
  font-weight: bold;
}
.s-generated-style hr {
  display: block;
  border-top: 1px solid #d6d6d6;
  border-bottom: unset;
  margin-bottom: 12px;
}
.s-generated-style iframe {
  max-width: 100%;
}
.s-generated-style table {
  margin-bottom: 10px;
}
.s-generated-style table th,
.s-generated-style table td,
.s-generated-style table {
  margin-bottom: 10px;
  border: 1px solid #e0dfdf;
}
.s-generated-style table th,
.s-generated-style table td {
  padding: 7px;
}

.nice_style {
  text-transform: none;
}

.nice_style ul {
  padding-left: 20px;
  list-style: square;
}

.nice_style ul li {
  height: auto;
}

.nice_style ol {
  padding-left: 20px;
  list-style: decimal;
}

.nice_style ol li {
  height: auto;
}

.nice_style article {
  display: inline-block;
}

.nice_style article.flex-video {
  display: block !important;
}

.nice_style hr {
  border: 1px outset;
}

.esp_column_description {
  box-sizing: border-box;
  margin-bottom: 20px;
}

.esp_column_description .section {
  display: flex;
  align-items: center;
  padding-bottom: 15px;
  padding-top: 15px;
  width: 100%;
  flex-wrap: wrap;
}

.esp_column_description .item-6 {
  width: 50%;
  float: left;
  position: relative;
  min-height: 1px;
}

.esp_column_description .width-10 {
  width: 10%;
}

.esp_column_description .width-20 {
  width: 20%;
}

.esp_column_description .width-30 {
  width: 30%;
}

.esp_column_description .width-40 {
  width: 40%;
}

.esp_column_description .width-60 {
  width: 60%;
}

.esp_column_description .width-70 {
  width: 70%;
}

.esp_column_description .width-80 {
  width: 80%;
}

.esp_column_description .width-90 {
  width: 90%;
}

.esp_column_description .item-6:first-child {
  padding-right: 15px;
}

.esp_column_description .item-6:last-child {
  padding-left: 15px;
}

.esp_column_description .section div[class*=width]:first-child {
  padding-right: 15px;
}

.esp_column_description .section div[class*=width]:last-child {
  padding-left: 15px;
}

.esp_column_description *,
.esp_column_description *::after,
.esp_column_description *::before {
  box-sizing: border-box;
}

.esp_column_description .item-12 {
  width: 100%;
  min-height: 1px;
}

.esp_column_description .text-item .header1,
.esp_column_description .text-item .header2 {
  display: block;
  font-weight: 500;
  margin: 18px 0;
}

.esp_column_description .text-item p {
  margin: 16px 0;
  word-wrap: break-word;
}

.esp_column_description .text-item .header1 {
  font-size: 24px;
  line-height: 24px;
}

.esp_column_description .text-item .header2 {
  font-size: 18px;
  line-height: 18px;
}

.esp_column_description .text-item ol,
.description .text-item ul {
  padding-left: 20px;
  margin: 16px 0;
}

.esp_column_description .text-item {
  width: 100%;
}

.esp_column_description .image-item img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
}

@media only screen and (max-width: 768px) {
  .esp_column_description .section {
    display: block;
  }
  .esp_column_description .item-6 {
    width: 100% !important;
    float: none;
  }
  .esp_column_description .item-6:first-child {
    padding-right: 0px !important;
    padding-bottom: 15px !important;
  }
  .esp_column_description .item-6:last-child {
    padding-left: 0px;
  }
  .esp_column_description .section div[class*=width]:first-child {
    padding-right: 0px;
    padding-bottom: 30px;
  }
  .esp_column_description .section div[class*=width]:last-child {
    padding-left: 0px;
  }
  .esp_column_description .section div[class*=width] {
    width: 100%;
  }
}
.u-m-h-64 {
  margin: 0 64px;
}

.u-m-h-32 {
  margin: 0 32px;
}

.u-m-h-16 {
  margin: 0 16px;
}

.u-m-h-8 {
  margin: 0 8px;
}

.u-m-h-4 {
  margin: 0 4px;
}

.u-m-v-64 {
  margin: 64px 0;
}

.u-m-v-32 {
  margin: 32px 0;
}

.u-m-v-16 {
  margin: 16px 0;
}

.u-m-v-8 {
  margin: 8px 0;
}

.u-m-v-4 {
  margin: 4px 0;
}

.u-m-l-64 {
  margin-left: 64px;
}

.u-m-l-32 {
  margin-left: 32px;
}

.u-m-l-16 {
  margin-left: 16px;
}

.u-m-l-8 {
  margin-left: 8px;
}

.u-m-l-4 {
  margin-left: 4px;
}

.u-m-b-64 {
  margin-bottom: 64px;
}

.u-m-b-32 {
  margin-bottom: 32px;
}

.u-m-b-28 {
  margin-bottom: 28px;
}

.u-m-b-16 {
  margin-bottom: 16px;
}

.u-m-b-12 {
  margin-bottom: 12px;
}

.u-m-b-8 {
  margin-bottom: 8px;
}

.u-m-b-4 {
  margin-bottom: 4px;
}

.u-m-t-64 {
  margin-top: 64px;
}

.u-m-t-32 {
  margin-top: 32px;
}

.u-m-t-28 {
  margin-top: 28px;
}

.u-m-t-16 {
  margin-top: 16px;
}

.u-m-t-12 {
  margin-top: 12px;
}

.u-m-t-8 {
  margin-top: 8px;
}

.u-m-t-4 {
  margin-top: 4px;
}

.u-flex {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.u-flex-wrap {
  flex-wrap: wrap;
}

@media (max-width: 768px) {
  .u-flex-wrap-mobile {
    flex-wrap: wrap;
  }
}

.u-flex-justify-space-between {
  justify-content: space-between;
}

.u-flex-justify-start {
  justify-content: flex-start;
}

.u-flex-justify-end {
  justify-content: flex-end;
}

.u-flex-align-center {
  align-items: center;
}

.u-flex-direction-column {
  flex-direction: column;
}

.u-bold {
  font-weight: bold;
}

.u-grey {
  color: #757575;
}

.u-hide {
  display: none !important;
  opacity: 0;
}

.u-hidden {
  visibility: hidden;
}

.u-hide-desktop {
  display: none;
}
@media (max-width: 768px) {
  .u-hide-desktop {
    display: block;
  }
}

.u-hide-tablet-lg {
  display: none;
}
@media (max-width: 1024px) {
  .u-hide-tablet-lg {
    display: block;
  }
}

@media (max-width: 768px) {
  .u-hide-mobile {
    display: none;
    opacity: 0;
  }
}

.u-image-max-size {
  max-width: 100%;
  max-height: 100%;
}

.u-clickable {
  cursor: pointer;
}

.u-element-blocked {
  pointer-events: none;
  opacity: 0.4;
}

.u-clear {
  clear: both;
}

.u-refresh {
  pointer-events: none;
  background: #f6f6f6 url(../../images/theme/loading_circle.svg) no-repeat center;
  border: 1px solid #d6d6d6;
  border-radius: 8px;
}
.u-refresh > * {
  opacity: 0;
}

/*
	=========================
	CHANGE ANY VARIABLES HERE
	=========================
*/
/*
	=========================
*/
[data-hint]:after {
  content: attr(data-hint);
  text-align: center;
  white-space: nowrap;
  z-index: 9999;
  /*
      ============================
      CHANGE ANY TOOLTIP CSS HERE
      ============================
  */
  background: #f5ce3e;
  padding: 3px 7px;
  border-radius: 2px;
  color: #1a1a1a;
  font-weight: 420;
  font-size: 11px;
  line-height: 20px;
  /*
      ============================
  */
}
[data-hint]:after, [data-hint]:before {
  display: inline-block;
  pointer-events: none;
  position: absolute;
  visibility: hidden;
}
[data-hint]:hover:after, [data-hint]:hover:before {
  visibility: visible;
}
[data-hint]:before {
  content: "";
  border: 5px solid transparent;
  z-index: 9998;
}

[class*=hint-bottom]:before {
  border-bottom-color: #f5ce3e;
  top: 100%;
  margin-top: 0px;
}
[class*=hint-bottom]:after {
  margin-top: 10px;
  top: 100%;
}

[class*=hint-top]:before {
  border-top-color: #003b4d;
  bottom: 100%;
  margin-bottom: 0px;
}
[class*=hint-top]:after {
  bottom: 100%;
  margin-bottom: 10px;
}

[class*=hint-bottom-middle]:before, [class*=hint-top-middle]:before {
  right: 50%;
  margin-right: -5px;
}
[class*=hint-bottom-middle]:after, [class*=hint-top-middle]:after {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

[class*=hint-bottom-left]:before, [class*=hint-top-left]:before {
  left: 15px;
}
[class*=hint-bottom-left]:after, [class*=hint-top-left]:after {
  left: 0;
}

[class*=hint-bottom-right]:before, [class*=hint-top-right]:before {
  right: 15px;
}
[class*=hint-bottom-right]:after, [class*=hint-top-right]:after {
  right: 0;
}

[class*=hint-left]:before {
  border-left-color: #003b4d;
  left: 0;
  margin-left: -10px;
}
[class*=hint-left]:after {
  right: 100%;
  margin-right: 10px;
}

[class*=hint-right]:before {
  border-right-color: #003b4d;
  right: 0;
  margin-right: -10px;
}
[class*=hint-right]:after {
  left: 100%;
  margin-left: 10px;
}

[class*=hint-left-middle]:before, [class*=hint-right-middle]:before {
  top: 50%;
  margin-top: -5px;
}
[class*=hint-left-middle]:after, [class*=hint-right-middle]:after {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

[class*=hint-left-top]:before, [class*=hint-right-top]:before {
  top: 15px;
}
[class*=hint-left-top]:after, [class*=hint-right-top]:after {
  top: 0;
}

[class*=hint-left-bottom]:before, [class*=hint-right-bottom]:before {
  bottom: 15px;
}
[class*=hint-left-bottom]:after, [class*=hint-right-bottom]:after {
  bottom: 0;
}

.hint-persist:before, .hint-persist:after {
  visibility: visible;
}

@media only screen and (max-width: 768px) {
  [class*=hint-][class*=-mobile]:after, [class*=hint-][class*=-mobile]:before {
    display: none;
  }
}

[class*=hint-][class*=-s-small]:after {
  width: 200px;
  white-space: normal;
}

[class*=hint-][class*=-s-med]:after {
  width: 300px;
  white-space: normal;
}

[class*=hint-][class*=-s-big]:after {
  width: 450px;
  white-space: normal;
}

.hint-d-short:hover:after, .hint-d-short:hover:before {
  -webkit-transition: visibility 0s 0.4s ease;
  transition: visibility 0s 0.4s ease;
}

.hint-d-med:hover:after, .hint-d-med:hover:before {
  -webkit-transition: visibility 0s 1s ease;
  transition: visibility 0s 1s ease;
}

.hint-d-long:hover:after, .hint-d-long:hover:before {
  -webkit-transition: visibility 0s 1.5s ease;
  transition: visibility 0s 1.5s ease;
}

[class*=hint-fade][class*=-d-short]:hover:before, [class*=hint-fade][class*=-d-short]:hover:after, [class*=hint-anim][class*=-d-short]:hover:before, [class*=hint-anim][class*=-d-short]:hover:after {
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
}
[class*=hint-fade][class*=-d-med]:hover:before, [class*=hint-fade][class*=-d-med]:hover:after, [class*=hint-anim][class*=-d-med]:hover:before, [class*=hint-anim][class*=-d-med]:hover:after {
  -webkit-transition-delay: 1s;
  transition-delay: 1s;
}
[class*=hint-fade][class*=-d-long]:hover:before, [class*=hint-fade][class*=-d-long]:hover:after, [class*=hint-anim][class*=-d-long]:hover:before, [class*=hint-anim][class*=-d-long]:hover:after {
  -webkit-transition-delay: 1.5s;
  transition-delay: 1.5s;
}

[class*=hint-fade]:before, [class*=hint-fade]:after {
  -webkit-transition: opacity 0.2s ease-out, visibility 0.2s ease-out;
  transition: opacity 0.2s ease-out, visibility 0.2s ease-out;
  opacity: 0;
}
[class*=hint-fade]:hover:before, [class*=hint-fade]:hover:after {
  opacity: 1;
}

[class*=hint-anim][class*=hint-top]:after, [class*=hint-anim][class*=hint-top]:before {
  bottom: 125%;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-out, visibility 0.3s ease-out, bottom 0.3s ease-out;
  transition: opacity 0.3s ease-out, visibility 0.3s ease-out, bottom 0.3s ease-out;
}
[class*=hint-anim][class*=hint-top]:hover:after, [class*=hint-anim][class*=hint-top]:hover:before {
  opacity: 1;
  bottom: 100%;
}
[class*=hint-anim][class*=hint-bottom]:after, [class*=hint-anim][class*=hint-bottom]:before {
  top: 125%;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease, visibility 0.3s ease, top 0.3s ease;
  transition: opacity 0.3s ease, visibility 0.3s ease, top 0.3s ease;
}
[class*=hint-anim][class*=hint-bottom]:hover:after, [class*=hint-anim][class*=hint-bottom]:hover:before {
  top: 100%;
  opacity: 1;
}
[class*=hint-anim][class*=hint-right]:after, [class*=hint-anim][class*=hint-right]:before {
  margin-right: -25px;
  margin-left: 25px;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-out, visibility 0.3s ease, margin 0.3s ease-out;
  transition: opacity 0.3s ease-out, visibility 0.3s ease, margin 0.3s ease-out;
}
[class*=hint-anim][class*=hint-right]:hover:after, [class*=hint-anim][class*=hint-right]:hover:before {
  margin-right: -10px;
  margin-left: 10px;
  opacity: 1;
}
[class*=hint-anim][class*=hint-left]:after, [class*=hint-anim][class*=hint-left]:before {
  margin-right: 25px;
  margin-left: -25px;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-out, visibility 0.3s ease, margin 0.3s ease-out;
  transition: opacity 0.3s ease-out, visibility 0.3s ease, margin 0.3s ease-out;
}
[class*=hint-anim][class*=hint-left]:hover:after, [class*=hint-anim][class*=hint-left]:hover:before {
  margin-right: 10px;
  margin-left: -10px;
  opacity: 1;
}

[class*=hint-][class*=-t-info][class*=hint-bottom]:before {
  border-bottom-color: #44C2F9;
}
[class*=hint-][class*=-t-info][class*=hint-top]:before {
  border-top-color: #44C2F9;
}
[class*=hint-][class*=-t-info][class*=hint-right]:before {
  border-right-color: #44C2F9;
}
[class*=hint-][class*=-t-info][class*=hint-left]:before {
  border-left-color: #44C2F9;
}
[class*=hint-][class*=-t-info]:after {
  background: #44C2F9;
}

[class*=hint-][class*=-t-success][class*=hint-bottom]:before {
  border-bottom-color: #83C510;
}
[class*=hint-][class*=-t-success][class*=hint-top]:before {
  border-top-color: #83C510;
}
[class*=hint-][class*=-t-success][class*=hint-right]:before {
  border-right-color: #83C510;
}
[class*=hint-][class*=-t-success][class*=hint-left]:before {
  border-left-color: #83C510;
}
[class*=hint-][class*=-t-success]:after {
  background: #83C510;
}

[class*=hint-][class*=-t-error][class*=hint-bottom]:before {
  border-bottom-color: #FF4C4C;
}
[class*=hint-][class*=-t-error][class*=hint-top]:before {
  border-top-color: #FF4C4C;
}
[class*=hint-][class*=-t-error][class*=hint-right]:before {
  border-right-color: #FF4C4C;
}
[class*=hint-][class*=-t-error][class*=hint-left]:before {
  border-left-color: #FF4C4C;
}
[class*=hint-][class*=-t-error]:after {
  background: #FF4C4C;
}

[class*=hint-][class*=-t-notice][class*=hint-bottom]:before {
  border-bottom-color: #FFAE00;
}
[class*=hint-][class*=-t-notice][class*=hint-top]:before {
  border-top-color: #FFAE00;
}
[class*=hint-][class*=-t-notice][class*=hint-right]:before {
  border-right-color: #FFAE00;
}
[class*=hint-][class*=-t-notice][class*=hint-left]:before {
  border-left-color: #FFAE00;
}
[class*=hint-][class*=-t-notice]:after {
  background: #FFAE00;
}

/*# sourceMappingURL=common.css.map */
