.glightbox-container {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999999 !important;
  overflow: hidden;
  touch-action: none;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  outline: none;
}

.glightbox-container.inactive {
  display: none;
}

.glightbox-container .gcontainer {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 9999;
  overflow: hidden;
}

.glightbox-container .gslider {
  transition: transform 0.4s ease;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
  position: relative;
  overflow: hidden;
  display: flex !important;
  justify-content: center;
  align-items: center;
  transform: translate3d(0, 0, 0);
}

.glightbox-container .gslide {
  width: 100%;
  position: absolute;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
}

.glightbox-container .gslide.current {
  opacity: 1;
  z-index: 99999;
  position: relative;
}

.glightbox-container .gslide.prev {
  opacity: 1;
  z-index: 9999;
}

.glightbox-container .gslide-inner-content {
  width: 100%;
}

.glightbox-container .ginner-container {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  max-width: 100%;
  margin: auto;
  height: 100vh;
}

.glightbox-container .ginner-container.gvideo-container {
  width: 100%;
}

.glightbox-container .ginner-container.desc-bottom,
        .glightbox-container .ginner-container.desc-top {
  flex-direction: column;
}

.glightbox-container .ginner-container.desc-left,
        .glightbox-container .ginner-container.desc-right {
  max-width: 100% !important;
}

.gslide iframe,
    .gslide video {
  outline: none !important;
  border: none;
  min-height: 165px;
  -webkit-overflow-scrolling: touch;
  touch-action: auto;
}

.gslide:not(.current) {
  pointer-events: none;
}

.gslide-image {
  align-items: center;
}

.gslide-image img {
  max-height: 100vh;
  display: block;
  padding: 0;
  float: none;
  outline: none;
  border: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  max-width: 100vw;
  width: auto;
  height: auto;
  object-fit: cover;
  touch-action: none;
  margin: auto;
  min-width: 200px;
}

.desc-top .gslide-image img,
        .desc-bottom .gslide-image img {
  width: auto;
}

.desc-left .gslide-image img,
        .desc-right .gslide-image img {
  width: auto;
  max-width: 100%;
}

.gslide-image img.zoomable {
  position: relative;
}

.gslide-image img.dragging {
  cursor: grabbing !important;
  transition: none;
}

.gslide-video {
  position: relative;
  max-width: 100vh;
  width: 100% !important;
}

.gslide-video .plyr__poster-enabled.plyr--loading .plyr__poster {
  display: none;
}

.gslide-video .gvideo-wrapper {
  width: 100%;
        /* max-width: 160vmin; */
  margin: auto;
}

.gslide-video::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(255, 0, 0, 0.34);
  display: none;
}

.gslide-video.playing::before {
  display: none;
}

.gslide-video.fullscreen {
  max-width: 100% !important;
  min-width: 100%;
  height: 75vh;
}

.gslide-video.fullscreen video {
  max-width: 100% !important;
  width: 100% !important;
}

.gslide-inline {
  background: #fff;
  text-align: left;
  max-height: calc(100vh - 40px);
  overflow: auto;
  max-width: 100%;
  margin: auto;
}

.gslide-inline .ginlined-content {
  padding: 20px;
  width: 100%;
}

.gslide-inline .dragging {
  cursor: grabbing !important;
  transition: none;
}

.ginlined-content {
  overflow: auto;
  display: block !important;
  opacity: 1;
}

.gslide-external {
  display: flex;
  width: 100%;
  min-width: 100%;
  background: #fff;
  padding: 0;
  overflow: auto;
  max-height: 75vh;
  height: 100%;
}

.gslide-media {
  display: flex;
  width: auto;
}

.zoomed .gslide-media {
  box-shadow: none !important;
}

.desc-top .gslide-media,
    .desc-bottom .gslide-media {
  margin: 0 auto;
  flex-direction: column;
}

.gslide-description {
  position: relative;
  flex: 1 0 100%;
}

.gslide-description.description-left,
    .gslide-description.description-right {
  max-width: 100%;
}

.gslide-description.description-bottom,
    .gslide-description.description-top {
  margin: 0 auto;
  width: 100%;
}

.gslide-description p {
  margin-bottom: 12px;
}

.gslide-description p:last-child {
  margin-bottom: 0;
}

.zoomed .gslide-description {
  display: none;
}

.glightbox-button-hidden {
  display: none;
}


/*
 * Description for mobiles
 * something like facebook does the description
 * for the photos
*/

.glightbox-mobile .glightbox-container .gslide-description {
  height: auto !important;
  width: 100%;
  position: absolute;
  bottom: 0;
  padding: 19px 11px;
  max-width: 100vw !important;
  order: 2 !important;
  max-height: 78vh;
  overflow: auto !important;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.75) 100%);
  transition: opacity 0.3s linear;
  padding-bottom: 50px;
}

.glightbox-mobile .glightbox-container .gslide-title {
  color: #fff;
  font-size: 1em;
}

.glightbox-mobile .glightbox-container .gslide-desc {
  color: #a1a1a1;
}

.glightbox-mobile .glightbox-container .gslide-desc a {
  color: #fff;
  font-weight: bold;
}

.glightbox-mobile .glightbox-container .gslide-desc * {
  color: inherit;
}

.glightbox-mobile .glightbox-container .gslide-desc .desc-more {
  color: #fff;
  opacity: 0.4;
}

.gdesc-open .gslide-media {
  transition: opacity 0.5s ease;
  opacity: 0.4;
}

.gdesc-open .gdesc-inner {
  padding-bottom: 30px;
}

.gdesc-closed .gslide-media {
  transition: opacity 0.5s ease;
  opacity: 1;
}

.greset {
  transition: all 0.3s ease;
}

.gabsolute {
  position: absolute;
}

.grelative {
  position: relative;
}

.glightbox-desc {
  display: none !important;
}

.glightbox-open {
  overflow: hidden;
}

.gloader {
  height: 25px;
  width: 25px;
  animation: lightboxLoader 0.8s infinite linear;
  border: 2px solid #fff;
  border-right-color: transparent;
  border-radius: 50%;
  position: absolute;
  display: block;
  z-index: 9999;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 47%;
}

.goverlay {
  width: 100%;
  height: calc(100vh + 1px);
  position: fixed;
  top: -1px;
  left: 0;
  background: #000;
  will-change: opacity;
}

.glightbox-mobile .goverlay {
  background: #000;
}

.gprev,
.gnext,
.gclose {
  z-index: 99999;
  cursor: pointer;
  width: 26px;
  height: 44px;
  border: none;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.gprev svg,
.gnext svg,
.gclose svg {
  display: block;
  width: 25px;
  height: auto;
  margin: 0;
  padding: 0;
}

.gprev.disabled,
.gnext.disabled,
.gclose.disabled {
  opacity: 0.1;
}

.gprev .garrow,
.gnext .garrow,
.gclose .garrow {
  stroke: #fff;
}

.gbtn.focused {
  outline: 2px solid #0f3d81;
}

iframe.wait-autoplay {
  opacity: 0;
}

.glightbox-closing .gnext,
    .glightbox-closing .gprev,
    .glightbox-closing .gclose {
  opacity: 0 !important;
}


/*Skin */

.glightbox-clean .gslide-description {
  background: #fff;
}

.glightbox-clean .gdesc-inner {
  padding: 22px 20px;
}

.glightbox-clean .gslide-title {
  font-size: 1em;
  font-weight: normal;
  font-family: arial;
  color: #000;
  margin-bottom: 19px;
  line-height: 1.4em;
}

.glightbox-clean .gslide-desc {
  font-size: 0.86em;
  margin-bottom: 0;
  font-family: arial;
  line-height: 1.4em;
}

.glightbox-clean .gslide-video {
  background: #000;
}

.glightbox-clean .gprev,
    .glightbox-clean .gnext,
    .glightbox-clean .gclose {
  background-color: rgba(0, 0, 0, 0.75);
  border-radius: 4px;
}

.glightbox-clean .gprev path,
.glightbox-clean .gnext path,
.glightbox-clean .gclose path {
  fill: #fff;
}

.glightbox-clean .gprev {
  position: absolute;
  top: -100%;
  left: 30px;
  width: 40px;
  height: 50px;
}

.glightbox-clean .gnext {
  position: absolute;
  top: -100%;
  right: 30px;
  width: 40px;
  height: 50px;
}

.glightbox-clean .gclose {
  width: 35px;
  height: 35px;
  top: 15px;
  right: 10px;
  position: absolute;
}

.glightbox-clean .gclose svg {
  width: 18px;
  height: auto;
}

.glightbox-clean .gclose:hover {
  opacity: 1;
}


/*CSS Animations*/

.gfadeIn {
  animation: gfadeIn 0.5s ease;
}

.gfadeOut {
  animation: gfadeOut 0.5s ease;
}

.gslideOutLeft {
  animation: gslideOutLeft 0.3s ease;
}

.gslideInLeft {
  animation: gslideInLeft 0.3s ease;
}

.gslideOutRight {
  animation: gslideOutRight 0.3s ease;
}

.gslideInRight {
  animation: gslideInRight 0.3s ease;
}

.gzoomIn {
  animation: gzoomIn 0.5s ease;
}

.gzoomOut {
  animation: gzoomOut 0.5s ease;
}

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

@keyframes gfadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes gfadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

@keyframes gslideInLeft {
  from {
    opacity: 0;
    transform: translate3d(-60%, 0, 0);
  }
  to {
    visibility: visible;
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@keyframes gslideOutLeft {
  from {
    opacity: 1;
    visibility: visible;
    transform: translate3d(0, 0, 0);
  }
  to {
    transform: translate3d(-60%, 0, 0);
    opacity: 0;
    visibility: hidden;
  }
}

@keyframes gslideInRight {
  from {
    opacity: 0;
    visibility: visible;
    transform: translate3d(60%, 0, 0);
  }
  to {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@keyframes gslideOutRight {
  from {
    opacity: 1;
    visibility: visible;
    transform: translate3d(0, 0, 0);
  }
  to {
    transform: translate3d(60%, 0, 0);
    opacity: 0;
  }
}

@keyframes gzoomIn {
  from {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 1;
  }
}

@keyframes gzoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}

@media (min-width: 769px) {
  .glightbox-container .ginner-container {
    width: auto;
    height: auto;
    flex-direction: row;
  }
  .glightbox-container .ginner-container.desc-top .gslide-description {
    order: 0;
  }
  .glightbox-container .ginner-container.desc-top .gslide-image,
                .glightbox-container .ginner-container.desc-top .gslide-image img {
    order: 1;
  }
  .glightbox-container .ginner-container.desc-left .gslide-description {
    order: 0;
  }
  .glightbox-container .ginner-container.desc-left .gslide-image {
    order: 1;
  }
  .gslide-image img {
    max-height: 97vh;
    max-width: 100%;
  }
  .gslide-image img.zoomable {
    cursor: zoom-in;
  }
  .zoomed .gslide-image img.zoomable {
    cursor: grab;
  }
  .gslide-inline {
    max-height: 95vh;
  }
  .gslide-external {
    max-height: 100vh;
  }
  .gslide-description.description-left,
    .gslide-description.description-right {
    max-width: 275px;
  }
  .glightbox-open {
    height: auto;
  }
  .goverlay {
    background: rgba(0, 0, 0, 0.92);
  }
  .glightbox-clean .gslide-media {
    box-shadow: 1px 2px 9px 0px rgba(0, 0, 0, 0.65);
  }
  .glightbox-clean .description-left .gdesc-inner,
.glightbox-clean .description-right .gdesc-inner {
    position: absolute;
    height: 100%;
    overflow-y: auto;
  }
  .glightbox-clean .gprev,
    .glightbox-clean .gnext,
    .glightbox-clean .gclose {
    background-color: rgba(0, 0, 0, 0.32);
  }
  .glightbox-clean .gprev:hover,
.glightbox-clean .gnext:hover,
.glightbox-clean .gclose:hover {
    background-color: rgba(0, 0, 0, 0.7);
  }
  .glightbox-clean .gprev {
    top: 45%;
  }
  .glightbox-clean .gnext {
    top: 45%;
  }
}

@media (min-width: 992px) {
  .glightbox-clean .gclose {
    opacity: 0.7;
    right: 20px;
  }
}

@media screen and (max-height: 420px) {
  .goverlay {
    background: #000;
  }
}

@charset "UTF-8";
/*
  Project: pipehouse-shop
  Author: schrittweiter GmbH
 */
/* Fonts
   ========================================================================== */
/* Breakpoints
   ========================================================================== */
/* Type
    TODO: LETTER SPACING WITHOUT UNIT IS INVALID
   ========================================================================== */
/* Colors
   ========================================================================== */
/* Spacing
   ========================================================================== */
@keyframes plyr-progress {
  to {
    background-position: var(--plyr-progress-loading-size, 25px) 0;
  }
}
@keyframes plyr-popup {
  0% {
    opacity: 0.5;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes plyr-fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.plyr {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  align-items: center;
  direction: ltr;
  display: flex;
  flex-direction: column;
  font-family: var(--plyr-font-family, inherit);
  font-variant-numeric: tabular-nums;
  font-weight: var(--plyr-font-weight-regular, 400);
  line-height: var(--plyr-line-height, 1.7);
  max-width: 100%;
  min-width: 200px;
  position: relative;
  text-shadow: none;
  transition: box-shadow 0.3s ease;
  z-index: 0;
}
.plyr video,
.plyr audio,
.plyr iframe {
  display: block;
  height: 100%;
  width: 100%;
}
.plyr button {
  font: inherit;
  line-height: inherit;
  width: auto;
}
.plyr:focus {
  outline: 0;
}

.plyr--full-ui {
  box-sizing: border-box;
}
.plyr--full-ui *,
.plyr--full-ui *::after,
.plyr--full-ui *::before {
  box-sizing: inherit;
}

.plyr--full-ui a,
.plyr--full-ui button,
.plyr--full-ui input,
.plyr--full-ui label {
  touch-action: manipulation;
}

.plyr__badge {
  background: var(--plyr-badge-background, hsl(216deg, 15%, 34%));
  border-radius: var(--plyr-badge-border-radius, 2px);
  color: var(--plyr-badge-text-color, #fff);
  font-size: var(--plyr-font-size-badge, 9px);
  line-height: 1;
  padding: 3px 4px;
}

.plyr--full-ui ::-webkit-media-text-track-container {
  display: none;
}

.plyr__captions {
  animation: plyr-fade-in 0.3s ease;
  bottom: 0;
  display: none;
  font-size: var(--plyr-font-size-small, 13px);
  left: 0;
  padding: var(--plyr-control-spacing, 10px);
  position: absolute;
  text-align: center;
  transition: transform 0.4s ease-in-out;
  width: 100%;
}
.plyr__captions span:empty {
  display: none;
}
@media (min-width: 480px) {
  .plyr__captions {
    font-size: var(--plyr-font-size-base, 15px);
    padding: calc(var(--plyr-control-spacing, 10px) * 2);
  }
}
@media (min-width: 768px) {
  .plyr__captions {
    font-size: var(--plyr-font-size-large, 18px);
  }
}

.plyr--captions-active .plyr__captions {
  display: block;
}

.plyr:not(.plyr--hide-controls) .plyr__controls:not(:empty) ~ .plyr__captions {
  transform: translateY(calc(var(--plyr-control-spacing, 10px) * -4));
}

.plyr__caption {
  background: var(--plyr-captions-background, rgba(0, 0, 0, 0.8));
  border-radius: 2px;
  -webkit-box-decoration-break: clone;
          box-decoration-break: clone;
  color: var(--plyr-captions-text-color, #fff);
  line-height: 185%;
  padding: 0.2em 0.5em;
  white-space: pre-wrap;
}
.plyr__caption div {
  display: inline;
}

.plyr__control {
  background: transparent;
  border: 0;
  border-radius: var(--plyr-control-radius, 3px);
  color: inherit;
  cursor: pointer;
  flex-shrink: 0;
  overflow: visible;
  padding: calc(var(--plyr-control-spacing, 10px) * 0.7);
  position: relative;
  transition: all 0.3s ease;
}
.plyr__control svg {
  display: block;
  fill: currentColor;
  height: var(--plyr-control-icon-size, 18px);
  pointer-events: none;
  width: var(--plyr-control-icon-size, 18px);
}
.plyr__control:focus {
  outline: 0;
}
.plyr__control.plyr__tab-focus {
  outline: var(--plyr-tab-focus-color, var(--plyr-color-main, var(--plyr-color-main, hsl(198deg, 100%, 50%)))) dotted 3px;
  outline-offset: 2px;
}

a.plyr__control {
  text-decoration: none;
}
a.plyr__control::after, a.plyr__control::before {
  display: none;
}

.plyr__control:not(.plyr__control--pressed) .icon--pressed,
.plyr__control.plyr__control--pressed .icon--not-pressed,
.plyr__control:not(.plyr__control--pressed) .label--pressed,
.plyr__control.plyr__control--pressed .label--not-pressed {
  display: none;
}

.plyr--full-ui ::-webkit-media-controls {
  display: none;
}

.plyr__controls {
  align-items: center;
  display: flex;
  justify-content: flex-end;
  text-align: center;
}
.plyr__controls .plyr__progress__container {
  flex: 1;
  min-width: 0;
}
.plyr__controls .plyr__controls__item {
  margin-left: calc(var(--plyr-control-spacing, 10px) / 4);
}
.plyr__controls .plyr__controls__item:first-child {
  margin-left: 0;
  margin-right: auto;
}
.plyr__controls .plyr__controls__item.plyr__progress__container {
  padding-left: calc(var(--plyr-control-spacing, 10px) / 4);
}
.plyr__controls .plyr__controls__item.plyr__time {
  padding: 0 calc(var(--plyr-control-spacing, 10px) / 2);
}
.plyr__controls .plyr__controls__item.plyr__progress__container:first-child, .plyr__controls .plyr__controls__item.plyr__time:first-child, .plyr__controls .plyr__controls__item.plyr__time + .plyr__time {
  padding-left: 0;
}
.plyr__controls:empty {
  display: none;
}

.plyr [data-plyr=captions],
.plyr [data-plyr=pip],
.plyr [data-plyr=airplay],
.plyr [data-plyr=fullscreen] {
  display: none;
}

.plyr--captions-enabled [data-plyr=captions],
.plyr--pip-supported [data-plyr=pip],
.plyr--airplay-supported [data-plyr=airplay],
.plyr--fullscreen-enabled [data-plyr=fullscreen] {
  display: inline-block;
}

.plyr__menu {
  display: flex;
  position: relative;
}
.plyr__menu .plyr__control svg {
  transition: transform 0.3s ease;
}
.plyr__menu .plyr__control[aria-expanded=true] svg {
  transform: rotate(90deg);
}
.plyr__menu .plyr__control[aria-expanded=true] .plyr__tooltip {
  display: none;
}
.plyr__menu__container {
  animation: plyr-popup 0.2s ease;
  background: var(--plyr-menu-background, rgba(255, 255, 255, 0.9));
  border-radius: 4px;
  bottom: 100%;
  box-shadow: var(--plyr-menu-shadow, 0 1px 2px rgba(0, 0, 0, 0.15));
  color: var(--plyr-menu-color, hsl(216deg, 15%, 34%));
  font-size: var(--plyr-font-size-base, 15px);
  margin-bottom: 10px;
  position: absolute;
  right: -3px;
  text-align: left;
  white-space: nowrap;
  z-index: 3;
}
.plyr__menu__container > div {
  overflow: hidden;
  transition: height 0.35s cubic-bezier(0.4, 0, 0.2, 1), width 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}
.plyr__menu__container::after {
  border: var(--plyr-menu-arrow-size, 4px) solid transparent;
  border-top-color: var(--plyr-menu-background, rgba(255, 255, 255, 0.9));
  content: "";
  height: 0;
  position: absolute;
  right: calc(((var(--plyr-control-icon-size, 18px) / 2) + calc(var(--plyr-control-spacing, 10px) * 0.7)) - (var(--plyr-menu-arrow-size, 4px) / 2));
  top: 100%;
  width: 0;
}
.plyr__menu__container [role=menu] {
  padding: calc(var(--plyr-control-spacing, 10px) * 0.7);
}
.plyr__menu__container [role=menuitem],
.plyr__menu__container [role=menuitemradio] {
  margin-top: 2px;
}
.plyr__menu__container [role=menuitem]:first-child,
.plyr__menu__container [role=menuitemradio]:first-child {
  margin-top: 0;
}
.plyr__menu__container .plyr__control {
  align-items: center;
  color: var(--plyr-menu-color, hsl(216deg, 15%, 34%));
  display: flex;
  font-size: var(--plyr-font-size-menu, var(--plyr-font-size-small, 13px));
  padding: calc(calc(var(--plyr-control-spacing, 10px) * 0.7) / 1.5) calc(calc(var(--plyr-control-spacing, 10px) * 0.7) * 1.5);
  -webkit-user-select: none;
      -ms-user-select: none;
          user-select: none;
  width: 100%;
}
.plyr__menu__container .plyr__control > span {
  align-items: inherit;
  display: flex;
  width: 100%;
}
.plyr__menu__container .plyr__control::after {
  border: var(--plyr-menu-item-arrow-size, 4px) solid transparent;
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.plyr__menu__container .plyr__control--forward {
  padding-right: calc(calc(var(--plyr-control-spacing, 10px) * 0.7) * 4);
}
.plyr__menu__container .plyr__control--forward::after {
  border-left-color: var(--plyr-menu-arrow-color, hsl(216deg, 15%, 52%));
  right: calc((calc(var(--plyr-control-spacing, 10px) * 0.7) * 1.5) - var(--plyr-menu-item-arrow-size, 4px));
}
.plyr__menu__container .plyr__control--forward.plyr__tab-focus::after, .plyr__menu__container .plyr__control--forward:hover::after {
  border-left-color: currentColor;
}
.plyr__menu__container .plyr__control--back {
  font-weight: var(--plyr-font-weight-regular, 400);
  margin: calc(var(--plyr-control-spacing, 10px) * 0.7);
  margin-bottom: calc(calc(var(--plyr-control-spacing, 10px) * 0.7) / 2);
  padding-left: calc(calc(var(--plyr-control-spacing, 10px) * 0.7) * 4);
  position: relative;
  width: calc(100% - (calc(var(--plyr-control-spacing, 10px) * 0.7) * 2));
}
.plyr__menu__container .plyr__control--back::after {
  border-right-color: var(--plyr-menu-arrow-color, hsl(216deg, 15%, 52%));
  left: calc((calc(var(--plyr-control-spacing, 10px) * 0.7) * 1.5) - var(--plyr-menu-item-arrow-size, 4px));
}
.plyr__menu__container .plyr__control--back::before {
  background: var(--plyr-menu-back-border-color, hsl(216deg, 15%, 88%));
  box-shadow: 0 1px 0 var(--plyr-menu-back-border-shadow-color, #fff);
  content: "";
  height: 1px;
  left: 0;
  margin-top: calc(calc(var(--plyr-control-spacing, 10px) * 0.7) / 2);
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 100%;
}
.plyr__menu__container .plyr__control--back.plyr__tab-focus::after, .plyr__menu__container .plyr__control--back:hover::after {
  border-right-color: currentColor;
}
.plyr__menu__container .plyr__control[role=menuitemradio] {
  padding-left: calc(var(--plyr-control-spacing, 10px) * 0.7);
}
.plyr__menu__container .plyr__control[role=menuitemradio]::before, .plyr__menu__container .plyr__control[role=menuitemradio]::after {
  border-radius: 100%;
}
.plyr__menu__container .plyr__control[role=menuitemradio]::before {
  background: rgba(0, 0, 0, 0.1);
  content: "";
  display: block;
  flex-shrink: 0;
  height: 16px;
  margin-right: var(--plyr-control-spacing, 10px);
  transition: all 0.3s ease;
  width: 16px;
}
.plyr__menu__container .plyr__control[role=menuitemradio]::after {
  background: #fff;
  border: 0;
  height: 6px;
  left: 12px;
  opacity: 0;
  top: 50%;
  transform: translateY(-50%) scale(0);
  transition: transform 0.3s ease, opacity 0.3s ease;
  width: 6px;
}
.plyr__menu__container .plyr__control[role=menuitemradio][aria-checked=true]::before {
  background: var(--plyr-control-toggle-checked-background, var(--plyr-color-main, var(--plyr-color-main, hsl(198deg, 100%, 50%))));
}
.plyr__menu__container .plyr__control[role=menuitemradio][aria-checked=true]::after {
  opacity: 1;
  transform: translateY(-50%) scale(1);
}
.plyr__menu__container .plyr__control[role=menuitemradio].plyr__tab-focus::before, .plyr__menu__container .plyr__control[role=menuitemradio]:hover::before {
  background: rgba(35, 40, 47, 0.1);
}
.plyr__menu__container .plyr__menu__value {
  align-items: center;
  display: flex;
  margin-left: auto;
  margin-right: calc((calc(var(--plyr-control-spacing, 10px) * 0.7) - 2) * -1);
  overflow: hidden;
  padding-left: calc(calc(var(--plyr-control-spacing, 10px) * 0.7) * 3.5);
  pointer-events: none;
}

.plyr--full-ui input[type=range] {
  -webkit-appearance: none;
          appearance: none;
  background: transparent;
  border: 0;
  border-radius: calc(var(--plyr-range-thumb-height, 13px) * 2);
  color: var(--plyr-range-fill-background, var(--plyr-color-main, var(--plyr-color-main, hsl(198deg, 100%, 50%))));
  display: block;
  height: calc((var(--plyr-range-thumb-active-shadow-width, 3px) * 2) + var(--plyr-range-thumb-height, 13px));
  margin: 0;
  min-width: 0;
  padding: 0;
  transition: box-shadow 0.3s ease;
  width: 100%;
}
.plyr--full-ui input[type=range]::-webkit-slider-runnable-track {
  background: transparent;
  border: 0;
  border-radius: calc(var(--plyr-range-track-height, 5px) / 2);
  height: var(--plyr-range-track-height, 5px);
  -webkit-transition: box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease;
  -webkit-user-select: none;
          user-select: none;
  background-image: linear-gradient(to right, currentColor var(--value, 0%), transparent var(--value, 0%));
}
.plyr--full-ui input[type=range]::-webkit-slider-thumb {
  background: var(--plyr-range-thumb-background, #fff);
  border: 0;
  border-radius: 100%;
  box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2));
  height: var(--plyr-range-thumb-height, 13px);
  position: relative;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  width: var(--plyr-range-thumb-height, 13px);
  -webkit-appearance: none;
          appearance: none;
  margin-top: calc((var(--plyr-range-thumb-height, 13px) - var(--plyr-range-track-height, 5px)) / 2 * -1);
}
.plyr--full-ui input[type=range]::-moz-range-track {
  background: transparent;
  border: 0;
  border-radius: calc(var(--plyr-range-track-height, 5px) / 2);
  height: var(--plyr-range-track-height, 5px);
  -moz-transition: box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease;
  user-select: none;
}
.plyr--full-ui input[type=range]::-moz-range-thumb {
  background: var(--plyr-range-thumb-background, #fff);
  border: 0;
  border-radius: 100%;
  box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2));
  height: var(--plyr-range-thumb-height, 13px);
  position: relative;
  -moz-transition: all 0.2s ease;
  transition: all 0.2s ease;
  width: var(--plyr-range-thumb-height, 13px);
}
.plyr--full-ui input[type=range]::-moz-range-progress {
  background: currentColor;
  border-radius: calc(var(--plyr-range-track-height, 5px) / 2);
  height: var(--plyr-range-track-height, 5px);
}
.plyr--full-ui input[type=range]::-ms-track {
  background: transparent;
  border: 0;
  border-radius: calc(var(--plyr-range-track-height, 5px) / 2);
  height: var(--plyr-range-track-height, 5px);
  -ms-transition: box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease;
  -ms-user-select: none;
      user-select: none;
  color: transparent;
}
.plyr--full-ui input[type=range]::-ms-fill-upper {
  background: transparent;
  border: 0;
  border-radius: calc(var(--plyr-range-track-height, 5px) / 2);
  height: var(--plyr-range-track-height, 5px);
  -ms-transition: box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease;
  -ms-user-select: none;
      user-select: none;
}
.plyr--full-ui input[type=range]::-ms-fill-lower {
  background: transparent;
  border: 0;
  border-radius: calc(var(--plyr-range-track-height, 5px) / 2);
  height: var(--plyr-range-track-height, 5px);
  -ms-transition: box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease;
  -ms-user-select: none;
      user-select: none;
  background: currentColor;
}
.plyr--full-ui input[type=range]::-ms-thumb {
  background: var(--plyr-range-thumb-background, #fff);
  border: 0;
  border-radius: 100%;
  box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2));
  height: var(--plyr-range-thumb-height, 13px);
  position: relative;
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease;
  width: var(--plyr-range-thumb-height, 13px);
  margin-top: 0;
}
.plyr--full-ui input[type=range]::-ms-tooltip {
  display: none;
}
.plyr--full-ui input[type=range]::-moz-focus-outer {
  border: 0;
}
.plyr--full-ui input[type=range]:focus {
  outline: 0;
}
.plyr--full-ui input[type=range].plyr__tab-focus::-webkit-slider-runnable-track {
  outline: var(--plyr-tab-focus-color, var(--plyr-color-main, var(--plyr-color-main, hsl(198deg, 100%, 50%)))) dotted 3px;
  outline-offset: 2px;
}
.plyr--full-ui input[type=range].plyr__tab-focus::-moz-range-track {
  outline: var(--plyr-tab-focus-color, var(--plyr-color-main, var(--plyr-color-main, hsl(198deg, 100%, 50%)))) dotted 3px;
  outline-offset: 2px;
}
.plyr--full-ui input[type=range].plyr__tab-focus::-ms-track {
  outline: var(--plyr-tab-focus-color, var(--plyr-color-main, var(--plyr-color-main, hsl(198deg, 100%, 50%)))) dotted 3px;
  outline-offset: 2px;
}

.plyr__poster {
  background-color: var(--plyr-video-background, var(--plyr-video-background, rgb(0, 0, 0)));
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: contain;
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  transition: opacity 0.2s ease;
  width: 100%;
  z-index: 1;
}

.plyr--stopped.plyr__poster-enabled .plyr__poster {
  opacity: 1;
}

.plyr--youtube.plyr--paused.plyr__poster-enabled:not(.plyr--stopped) .plyr__poster {
  display: none;
}

.plyr__time {
  font-size: var(--plyr-font-size-time, var(--plyr-font-size-small, 13px));
}

.plyr__time + .plyr__time::before {
  content: "⁄";
  margin-right: var(--plyr-control-spacing, 10px);
}
@media (max-width: 767px) {
  .plyr__time + .plyr__time {
    display: none;
  }
}

/* stylelint-disable selector-max-compound-selectors */
.plyr__tooltip {
  background: var(--plyr-tooltip-background, rgba(255, 255, 255, 0.9));
  border-radius: var(--plyr-tooltip-radius, 5px);
  bottom: 100%;
  box-shadow: var(--plyr-tooltip-shadow, 0 1px 2px rgba(0, 0, 0, 0.15));
  color: var(--plyr-tooltip-color, hsl(216deg, 15%, 34%));
  font-size: var(--plyr-font-size-small, 13px);
  font-weight: var(--plyr-font-weight-regular, 400);
  left: 50%;
  line-height: 1.3;
  margin-bottom: calc(calc(var(--plyr-control-spacing, 10px) / 2) * 2);
  opacity: 0;
  padding: calc(var(--plyr-control-spacing, 10px) / 2) calc(calc(var(--plyr-control-spacing, 10px) / 2) * 1.5);
  pointer-events: none;
  position: absolute;
  transform: translate(-50%, 10px) scale(0.8);
  transform-origin: 50% 100%;
  transition: transform 0.2s 0.1s ease, opacity 0.2s 0.1s ease;
  white-space: nowrap;
  z-index: 2;
}
.plyr__tooltip::before {
  border-left: var(--plyr-tooltip-arrow-size, 4px) solid transparent;
  border-right: var(--plyr-tooltip-arrow-size, 4px) solid transparent;
  border-top: var(--plyr-tooltip-arrow-size, 4px) solid var(--plyr-tooltip-background, rgba(255, 255, 255, 0.9));
  bottom: calc(var(--plyr-tooltip-arrow-size, 4px) * -1);
  content: "";
  height: 0;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: 0;
  z-index: 2;
}

.plyr .plyr__control:hover .plyr__tooltip,
.plyr .plyr__control.plyr__tab-focus .plyr__tooltip,
.plyr__tooltip--visible {
  opacity: 1;
  transform: translate(-50%, 0) scale(1);
}

.plyr .plyr__control:hover .plyr__tooltip {
  z-index: 3;
}

.plyr__controls > .plyr__control:first-child .plyr__tooltip,
.plyr__controls > .plyr__control:first-child + .plyr__control .plyr__tooltip {
  left: 0;
  transform: translate(0, 10px) scale(0.8);
  transform-origin: 0 100%;
}
.plyr__controls > .plyr__control:first-child .plyr__tooltip::before,
.plyr__controls > .plyr__control:first-child + .plyr__control .plyr__tooltip::before {
  left: calc((var(--plyr-control-icon-size, 18px) / 2) + calc(var(--plyr-control-spacing, 10px) * 0.7));
}

.plyr__controls > .plyr__control:last-child .plyr__tooltip {
  left: auto;
  right: 0;
  transform: translate(0, 10px) scale(0.8);
  transform-origin: 100% 100%;
}
.plyr__controls > .plyr__control:last-child .plyr__tooltip::before {
  left: auto;
  right: calc((var(--plyr-control-icon-size, 18px) / 2) + calc(var(--plyr-control-spacing, 10px) * 0.7));
  transform: translateX(50%);
}

.plyr__controls > .plyr__control:first-child:hover .plyr__tooltip, .plyr__controls > .plyr__control:first-child.plyr__tab-focus .plyr__tooltip,
.plyr__controls > .plyr__control:first-child .plyr__tooltip--visible,
.plyr__controls > .plyr__control:first-child + .plyr__control:hover .plyr__tooltip,
.plyr__controls > .plyr__control:first-child + .plyr__control.plyr__tab-focus .plyr__tooltip,
.plyr__controls > .plyr__control:first-child + .plyr__control .plyr__tooltip--visible,
.plyr__controls > .plyr__control:last-child:hover .plyr__tooltip,
.plyr__controls > .plyr__control:last-child.plyr__tab-focus .plyr__tooltip,
.plyr__controls > .plyr__control:last-child .plyr__tooltip--visible {
  transform: translate(0, 0) scale(1);
}

.plyr__progress {
  left: calc(var(--plyr-range-thumb-height, 13px) * 0.5);
  margin-right: var(--plyr-range-thumb-height, 13px);
  position: relative;
}
.plyr__progress input[type=range], .plyr__progress__buffer {
  margin-left: calc(var(--plyr-range-thumb-height, 13px) * -0.5);
  margin-right: calc(var(--plyr-range-thumb-height, 13px) * -0.5);
  width: calc(100% + var(--plyr-range-thumb-height, 13px));
}
.plyr__progress input[type=range] {
  position: relative;
  z-index: 2;
}
.plyr__progress .plyr__tooltip {
  left: 0;
  max-width: 120px;
  overflow-wrap: break-word;
  white-space: normal;
}

.plyr__progress__buffer {
  -webkit-appearance: none;
  /* stylelint-disable-line */
  background: transparent;
  border: 0;
  border-radius: 100px;
  height: var(--plyr-range-track-height, 5px);
  left: 0;
  margin-top: calc((var(--plyr-range-track-height, 5px) / 2) * -1);
  padding: 0;
  position: absolute;
  top: 50%;
}
.plyr__progress__buffer::-webkit-progress-bar {
  background: transparent;
}
.plyr__progress__buffer::-webkit-progress-value {
  background: currentColor;
  border-radius: 100px;
  min-width: var(--plyr-range-track-height, 5px);
  -webkit-transition: width 0.2s ease;
  transition: width 0.2s ease;
}
.plyr__progress__buffer::-moz-progress-bar {
  background: currentColor;
  border-radius: 100px;
  min-width: var(--plyr-range-track-height, 5px);
  -moz-transition: width 0.2s ease;
  transition: width 0.2s ease;
}
.plyr__progress__buffer::-ms-fill {
  border-radius: 100px;
  -ms-transition: width 0.2s ease;
  transition: width 0.2s ease;
}

.plyr--loading .plyr__progress__buffer {
  animation: plyr-progress 1s linear infinite;
  background-image: linear-gradient(-45deg, var(--plyr-progress-loading-background, rgba(35, 40, 47, 0.6)) 25%, transparent 25%, transparent 50%, var(--plyr-progress-loading-background, rgba(35, 40, 47, 0.6)) 50%, var(--plyr-progress-loading-background, rgba(35, 40, 47, 0.6)) 75%, transparent 75%, transparent);
  background-repeat: repeat-x;
  background-size: var(--plyr-progress-loading-size, 25px) var(--plyr-progress-loading-size, 25px);
  color: transparent;
}

.plyr--video.plyr--loading .plyr__progress__buffer {
  background-color: var(--plyr-video-progress-buffered-background, rgba(255, 255, 255, 0.25));
}

.plyr--audio.plyr--loading .plyr__progress__buffer {
  background-color: var(--plyr-audio-progress-buffered-background, rgba(193, 200, 209, 0.6));
}

.plyr__progress__marker {
  background-color: var(--plyr-progress-marker-background, #fff);
  border-radius: 1px;
  height: var(--plyr-range-track-height, 5px);
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: var(--plyr-progress-marker-width, 3px);
  z-index: 3;
}

.plyr__volume {
  align-items: center;
  display: flex;
  max-width: 110px;
  min-width: 80px;
  position: relative;
  width: 20%;
}
.plyr__volume input[type=range] {
  margin-left: calc(var(--plyr-control-spacing, 10px) / 2);
  margin-right: calc(var(--plyr-control-spacing, 10px) / 2);
  position: relative;
  z-index: 2;
}

.plyr--is-ios .plyr__volume {
  min-width: 0;
  width: auto;
}

.plyr--audio {
  display: block;
}

.plyr--audio .plyr__controls {
  background: var(--plyr-audio-controls-background, #fff);
  border-radius: inherit;
  color: var(--plyr-audio-control-color, hsl(216deg, 15%, 34%));
  padding: var(--plyr-control-spacing, 10px);
}

.plyr--audio .plyr__control.plyr__tab-focus, .plyr--audio .plyr__control:hover, .plyr--audio .plyr__control[aria-expanded=true] {
  background: var(--plyr-audio-control-background-hover, var(--plyr-color-main, var(--plyr-color-main, hsl(198deg, 100%, 50%))));
  color: var(--plyr-audio-control-color-hover, #fff);
}

.plyr--full-ui.plyr--audio input[type=range]::-webkit-slider-runnable-track {
  background-color: var(--plyr-audio-range-track-background, var(--plyr-audio-progress-buffered-background, rgba(193, 200, 209, 0.6)));
}
.plyr--full-ui.plyr--audio input[type=range]::-moz-range-track {
  background-color: var(--plyr-audio-range-track-background, var(--plyr-audio-progress-buffered-background, rgba(193, 200, 209, 0.6)));
}
.plyr--full-ui.plyr--audio input[type=range]::-ms-track {
  background-color: var(--plyr-audio-range-track-background, var(--plyr-audio-progress-buffered-background, rgba(193, 200, 209, 0.6)));
}
.plyr--full-ui.plyr--audio input[type=range]:active::-webkit-slider-thumb {
  box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2)), 0 0 0 var(--plyr-range-thumb-active-shadow-width, 3px) var(--plyr-audio-range-thumb-active-shadow-color, rgba(35, 40, 47, 0.1));
}
.plyr--full-ui.plyr--audio input[type=range]:active::-moz-range-thumb {
  box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2)), 0 0 0 var(--plyr-range-thumb-active-shadow-width, 3px) var(--plyr-audio-range-thumb-active-shadow-color, rgba(35, 40, 47, 0.1));
}
.plyr--full-ui.plyr--audio input[type=range]:active::-ms-thumb {
  box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2)), 0 0 0 var(--plyr-range-thumb-active-shadow-width, 3px) var(--plyr-audio-range-thumb-active-shadow-color, rgba(35, 40, 47, 0.1));
}

.plyr--audio .plyr__progress__buffer {
  color: var(--plyr-audio-progress-buffered-background, rgba(193, 200, 209, 0.6));
}

.plyr--video {
  background: var(--plyr-video-background, var(--plyr-video-background, rgb(0, 0, 0)));
  overflow: hidden;
}
.plyr--video.plyr--menu-open {
  overflow: visible;
}

.plyr__video-wrapper {
  background: var(--plyr-video-background, var(--plyr-video-background, rgb(0, 0, 0)));
  height: 100%;
  margin: auto;
  overflow: hidden;
  position: relative;
  width: 100%;
}

.plyr__video-embed,
.plyr__video-wrapper--fixed-ratio {
  aspect-ratio: 16/9;
}
@supports not (aspect-ratio: 16/9) {
  .plyr__video-embed,
.plyr__video-wrapper--fixed-ratio {
    height: 0;
    padding-bottom: 56.25%;
    position: relative;
  }
}

.plyr__video-embed iframe,
.plyr__video-wrapper--fixed-ratio video {
  border: 0;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.plyr--full-ui .plyr__video-embed > .plyr__video-embed__container {
  padding-bottom: 240%;
  position: relative;
  transform: translateY(-38.28125%);
}

.plyr--video .plyr__controls {
  background: var(--plyr-video-controls-background, linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75)));
  border-bottom-left-radius: inherit;
  border-bottom-right-radius: inherit;
  bottom: 0;
  color: var(--plyr-video-control-color, #fff);
  left: 0;
  padding: calc(var(--plyr-control-spacing, 10px) / 2);
  padding-top: calc(var(--plyr-control-spacing, 10px) * 2);
  position: absolute;
  right: 0;
  transition: opacity 0.4s ease-in-out, transform 0.4s ease-in-out;
  z-index: 3;
}
@media (min-width: 480px) {
  .plyr--video .plyr__controls {
    padding: var(--plyr-control-spacing, 10px);
    padding-top: calc(var(--plyr-control-spacing, 10px) * 3.5);
  }
}

.plyr--video.plyr--hide-controls .plyr__controls {
  opacity: 0;
  pointer-events: none;
  transform: translateY(100%);
}

.plyr--video .plyr__control.plyr__tab-focus, .plyr--video .plyr__control:hover, .plyr--video .plyr__control[aria-expanded=true] {
  background: var(--plyr-video-control-background-hover, var(--plyr-color-main, var(--plyr-color-main, hsl(198deg, 100%, 50%))));
  color: var(--plyr-video-control-color-hover, #fff);
}

.plyr__control--overlaid {
  background: var(--plyr-video-control-background-hover, var(--plyr-color-main, var(--plyr-color-main, hsl(198deg, 100%, 50%))));
  border: 0;
  border-radius: 100%;
  color: var(--plyr-video-control-color, #fff);
  display: none;
  left: 50%;
  opacity: 0.9;
  padding: calc(var(--plyr-control-spacing, 10px) * 1.5);
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: 0.3s;
  z-index: 2;
}
.plyr__control--overlaid svg {
  left: 2px;
  position: relative;
}
.plyr__control--overlaid:hover, .plyr__control--overlaid:focus {
  opacity: 1;
}

.plyr--playing .plyr__control--overlaid {
  opacity: 0;
  visibility: hidden;
}

.plyr--full-ui.plyr--video .plyr__control--overlaid {
  display: block;
}

.plyr--full-ui.plyr--video input[type=range]::-webkit-slider-runnable-track {
  background-color: var(--plyr-video-range-track-background, var(--plyr-video-progress-buffered-background, rgba(255, 255, 255, 0.25)));
}
.plyr--full-ui.plyr--video input[type=range]::-moz-range-track {
  background-color: var(--plyr-video-range-track-background, var(--plyr-video-progress-buffered-background, rgba(255, 255, 255, 0.25)));
}
.plyr--full-ui.plyr--video input[type=range]::-ms-track {
  background-color: var(--plyr-video-range-track-background, var(--plyr-video-progress-buffered-background, rgba(255, 255, 255, 0.25)));
}
.plyr--full-ui.plyr--video input[type=range]:active::-webkit-slider-thumb {
  box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2)), 0 0 0 var(--plyr-range-thumb-active-shadow-width, 3px) var(--plyr-audio-range-thumb-active-shadow-color, rgba(255, 255, 255, 0.5));
}
.plyr--full-ui.plyr--video input[type=range]:active::-moz-range-thumb {
  box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2)), 0 0 0 var(--plyr-range-thumb-active-shadow-width, 3px) var(--plyr-audio-range-thumb-active-shadow-color, rgba(255, 255, 255, 0.5));
}
.plyr--full-ui.plyr--video input[type=range]:active::-ms-thumb {
  box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2)), 0 0 0 var(--plyr-range-thumb-active-shadow-width, 3px) var(--plyr-audio-range-thumb-active-shadow-color, rgba(255, 255, 255, 0.5));
}

.plyr--video .plyr__progress__buffer {
  color: var(--plyr-video-progress-buffered-background, rgba(255, 255, 255, 0.25));
}

.plyr:-webkit-full-screen {
  background: #000;
  border-radius: 0 !important;
  height: 100%;
  margin: 0;
  width: 100%;
}

.plyr:-ms-fullscreen {
  background: #000;
  border-radius: 0 !important;
  height: 100%;
  margin: 0;
  width: 100%;
}

.plyr:fullscreen {
  background: #000;
  border-radius: 0 !important;
  height: 100%;
  margin: 0;
  width: 100%;
}
.plyr:-webkit-full-screen video {
  height: 100%;
}
.plyr:-ms-fullscreen video {
  height: 100%;
}
.plyr:fullscreen video {
  height: 100%;
}
.plyr:-webkit-full-screen .plyr__control .icon--exit-fullscreen {
  display: block;
}
.plyr:-ms-fullscreen .plyr__control .icon--exit-fullscreen {
  display: block;
}
.plyr:fullscreen .plyr__control .icon--exit-fullscreen {
  display: block;
}
.plyr:-webkit-full-screen .plyr__control .icon--exit-fullscreen + svg {
  display: none;
}
.plyr:-ms-fullscreen .plyr__control .icon--exit-fullscreen + svg {
  display: none;
}
.plyr:fullscreen .plyr__control .icon--exit-fullscreen + svg {
  display: none;
}
.plyr:-webkit-full-screen.plyr--hide-controls {
  cursor: none;
}
.plyr:-ms-fullscreen.plyr--hide-controls {
  cursor: none;
}
.plyr:fullscreen.plyr--hide-controls {
  cursor: none;
}
@media (min-width: 1024px) {
  .plyr:-webkit-full-screen .plyr__captions {
    font-size: var(--plyr-font-size-xlarge, 21px);
  }
  .plyr:-ms-fullscreen .plyr__captions {
    font-size: var(--plyr-font-size-xlarge, 21px);
  }
  .plyr:fullscreen .plyr__captions {
    font-size: var(--plyr-font-size-xlarge, 21px);
  }
}

.plyr--fullscreen-fallback {
  background: #000;
  border-radius: 0 !important;
  height: 100%;
  margin: 0;
  width: 100%;
  bottom: 0;
  display: block;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 10000000;
}
.plyr--fullscreen-fallback video {
  height: 100%;
}
.plyr--fullscreen-fallback .plyr__control .icon--exit-fullscreen {
  display: block;
}
.plyr--fullscreen-fallback .plyr__control .icon--exit-fullscreen + svg {
  display: none;
}
.plyr--fullscreen-fallback.plyr--hide-controls {
  cursor: none;
}
@media (min-width: 1024px) {
  .plyr--fullscreen-fallback .plyr__captions {
    font-size: var(--plyr-font-size-xlarge, 21px);
  }
}

.plyr__ads {
  border-radius: inherit;
  bottom: 0;
  cursor: pointer;
  left: 0;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
}
.plyr__ads > div,
.plyr__ads > div iframe {
  height: 100%;
  position: absolute;
  width: 100%;
}
.plyr__ads::after {
  background: hsl(216deg, 15%, 16%);
  border-radius: 2px;
  bottom: var(--plyr-control-spacing, 10px);
  color: #fff;
  content: attr(data-badge-text);
  font-size: 11px;
  padding: 2px 6px;
  pointer-events: none;
  position: absolute;
  right: var(--plyr-control-spacing, 10px);
  z-index: 3;
}
.plyr__ads:empty::after {
  display: none;
}

.plyr__cues {
  background: currentColor;
  display: block;
  height: var(--plyr-range-track-height, 5px);
  left: 0;
  opacity: 0.8;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 3px;
  z-index: 3;
}

.plyr__preview-thumb {
  background-color: var(--plyr-tooltip-background, rgba(255, 255, 255, 0.9));
  border-radius: var(--plyr-tooltip-radius, 5px);
  bottom: 100%;
  box-shadow: var(--plyr-tooltip-shadow, 0 1px 2px rgba(0, 0, 0, 0.15));
  margin-bottom: calc(calc(var(--plyr-control-spacing, 10px) / 2) * 2);
  opacity: 0;
  padding: 3px;
  pointer-events: none;
  position: absolute;
  transform: translate(0, 10px) scale(0.8);
  transform-origin: 50% 100%;
  transition: transform 0.2s 0.1s ease, opacity 0.2s 0.1s ease;
  z-index: 2;
}
.plyr__preview-thumb--is-shown {
  opacity: 1;
  transform: translate(0, 0) scale(1);
}
.plyr__preview-thumb::before {
  border-left: var(--plyr-tooltip-arrow-size, 4px) solid transparent;
  border-right: var(--plyr-tooltip-arrow-size, 4px) solid transparent;
  border-top: var(--plyr-tooltip-arrow-size, 4px) solid var(--plyr-tooltip-background, rgba(255, 255, 255, 0.9));
  bottom: calc(var(--plyr-tooltip-arrow-size, 4px) * -1);
  content: "";
  height: 0;
  left: calc(50% + var(--preview-arrow-offset));
  position: absolute;
  transform: translateX(-50%);
  width: 0;
  z-index: 2;
}
.plyr__preview-thumb__image-container {
  background: hsl(216deg, 15%, 79%);
  border-radius: calc(var(--plyr-tooltip-radius, 5px) - 1px);
  overflow: hidden;
  position: relative;
  z-index: 0;
}
.plyr__preview-thumb__image-container img, .plyr__preview-thumb__image-container::after {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.plyr__preview-thumb__image-container::after {
  border-radius: inherit;
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.15);
  content: "";
  pointer-events: none;
}
.plyr__preview-thumb__image-container img {
  max-height: none;
  max-width: none;
}
.plyr__preview-thumb__time-container {
  background: var(--plyr-video-controls-background, linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75)));
  border-bottom-left-radius: calc(var(--plyr-tooltip-radius, 5px) - 1px);
  border-bottom-right-radius: calc(var(--plyr-tooltip-radius, 5px) - 1px);
  bottom: 0;
  left: 0;
  line-height: 1.1;
  padding: 20px 6px 6px;
  position: absolute;
  right: 0;
  z-index: 3;
}
.plyr__preview-thumb__time-container span {
  color: #fff;
  font-size: var(--plyr-font-size-time, var(--plyr-font-size-small, 13px));
}

.plyr__preview-scrubbing {
  bottom: 0;
  filter: blur(1px);
  height: 100%;
  left: 0;
  margin: auto;
  opacity: 0;
  overflow: hidden;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
  transition: opacity 0.3s ease;
  width: 100%;
  z-index: 1;
}
.plyr__preview-scrubbing--is-shown {
  opacity: 1;
}
.plyr__preview-scrubbing img {
  height: 100%;
  left: 0;
  max-height: none;
  max-width: none;
  object-fit: contain;
  position: absolute;
  top: 0;
  width: 100%;
}

.plyr--no-transition {
  transition: none !important;
}

.plyr__sr-only {
  clip: rect(1px, 1px, 1px, 1px);
  overflow: hidden;
  border: 0 !important;
  height: 1px !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
}

.plyr [hidden] {
  display: none !important;
}

/* Bulma Utilities */
.is-unselectable {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.is-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

/* Bulma Helpers */
.has-text-white {
  color: hsl(0deg, 0%, 100%) !important;
}

a.has-text-white:hover, a.has-text-white:focus {
  color: #e6e6e6 !important;
}

.has-background-white {
  background-color: hsl(0deg, 0%, 100%) !important;
}

.has-text-black {
  color: hsl(0deg, 0%, 4%) !important;
}

a.has-text-black:hover, a.has-text-black:focus {
  color: black !important;
}

.has-background-black {
  background-color: hsl(0deg, 0%, 4%) !important;
}

.has-text-light {
  color: hsl(0deg, 0%, 96%) !important;
}

a.has-text-light:hover, a.has-text-light:focus {
  color: #dbdbdb !important;
}

.has-background-light {
  background-color: hsl(0deg, 0%, 96%) !important;
}

.has-text-dark {
  color: hsl(0deg, 0%, 21%) !important;
}

a.has-text-dark:hover, a.has-text-dark:focus {
  color: #1c1c1c !important;
}

.has-background-dark {
  background-color: hsl(0deg, 0%, 21%) !important;
}

.has-text-primary {
  color: hsl(171deg, 100%, 41%) !important;
}

a.has-text-primary:hover, a.has-text-primary:focus {
  color: #009e86 !important;
}

.has-background-primary {
  background-color: hsl(171deg, 100%, 41%) !important;
}

.has-text-primary-light {
  color: #ebfffc !important;
}

a.has-text-primary-light:hover, a.has-text-primary-light:focus {
  color: #b8fff4 !important;
}

.has-background-primary-light {
  background-color: #ebfffc !important;
}

.has-text-primary-dark {
  color: #00947e !important;
}

a.has-text-primary-dark:hover, a.has-text-primary-dark:focus {
  color: #00c7a9 !important;
}

.has-background-primary-dark {
  background-color: #00947e !important;
}

.has-text-link {
  color: hsl(229deg, 53%, 53%) !important;
}

a.has-text-link:hover, a.has-text-link:focus {
  color: #3449a8 !important;
}

.has-background-link {
  background-color: hsl(229deg, 53%, 53%) !important;
}

.has-text-link-light {
  color: #eff1fa !important;
}

a.has-text-link-light:hover, a.has-text-link-light:focus {
  color: #c8cfee !important;
}

.has-background-link-light {
  background-color: #eff1fa !important;
}

.has-text-link-dark {
  color: #3850b7 !important;
}

a.has-text-link-dark:hover, a.has-text-link-dark:focus {
  color: #576dcb !important;
}

.has-background-link-dark {
  background-color: #3850b7 !important;
}

.has-text-info {
  color: hsl(207deg, 61%, 53%) !important;
}

a.has-text-info:hover, a.has-text-info:focus {
  color: #2b74b1 !important;
}

.has-background-info {
  background-color: hsl(207deg, 61%, 53%) !important;
}

.has-text-info-light {
  color: #eff5fb !important;
}

a.has-text-info-light:hover, a.has-text-info-light:focus {
  color: #c6ddf1 !important;
}

.has-background-info-light {
  background-color: #eff5fb !important;
}

.has-text-info-dark {
  color: #296fa8 !important;
}

a.has-text-info-dark:hover, a.has-text-info-dark:focus {
  color: #368ace !important;
}

.has-background-info-dark {
  background-color: #296fa8 !important;
}

.has-text-success {
  color: hsl(153deg, 53%, 53%) !important;
}

a.has-text-success:hover, a.has-text-success:focus {
  color: #34a873 !important;
}

.has-background-success {
  background-color: hsl(153deg, 53%, 53%) !important;
}

.has-text-success-light {
  color: #effaf5 !important;
}

a.has-text-success-light:hover, a.has-text-success-light:focus {
  color: #c8eedd !important;
}

.has-background-success-light {
  background-color: #effaf5 !important;
}

.has-text-success-dark {
  color: #257953 !important;
}

a.has-text-success-dark:hover, a.has-text-success-dark:focus {
  color: #31a06e !important;
}

.has-background-success-dark {
  background-color: #257953 !important;
}

.has-text-warning {
  color: hsl(44deg, 100%, 77%) !important;
}

a.has-text-warning:hover, a.has-text-warning:focus {
  color: #ffd257 !important;
}

.has-background-warning {
  background-color: hsl(44deg, 100%, 77%) !important;
}

.has-text-warning-light {
  color: #fffaeb !important;
}

a.has-text-warning-light:hover, a.has-text-warning-light:focus {
  color: #ffecb8 !important;
}

.has-background-warning-light {
  background-color: #fffaeb !important;
}

.has-text-warning-dark {
  color: #946c00 !important;
}

a.has-text-warning-dark:hover, a.has-text-warning-dark:focus {
  color: #c79200 !important;
}

.has-background-warning-dark {
  background-color: #946c00 !important;
}

.has-text-danger {
  color: hsl(348deg, 86%, 61%) !important;
}

a.has-text-danger:hover, a.has-text-danger:focus {
  color: #ee1742 !important;
}

.has-background-danger {
  background-color: hsl(348deg, 86%, 61%) !important;
}

.has-text-danger-light {
  color: #feecf0 !important;
}

a.has-text-danger-light:hover, a.has-text-danger-light:focus {
  color: #fabdc9 !important;
}

.has-background-danger-light {
  background-color: #feecf0 !important;
}

.has-text-danger-dark {
  color: #cc0f35 !important;
}

a.has-text-danger-dark:hover, a.has-text-danger-dark:focus {
  color: #ee2049 !important;
}

.has-background-danger-dark {
  background-color: #cc0f35 !important;
}

.has-text-black-bis {
  color: hsl(0deg, 0%, 7%) !important;
}

.has-background-black-bis {
  background-color: hsl(0deg, 0%, 7%) !important;
}

.has-text-black-ter {
  color: hsl(0deg, 0%, 14%) !important;
}

.has-background-black-ter {
  background-color: hsl(0deg, 0%, 14%) !important;
}

.has-text-grey-darker {
  color: hsl(0deg, 0%, 21%) !important;
}

.has-background-grey-darker {
  background-color: hsl(0deg, 0%, 21%) !important;
}

.has-text-grey-dark {
  color: hsl(0deg, 0%, 29%) !important;
}

.has-background-grey-dark {
  background-color: hsl(0deg, 0%, 29%) !important;
}

.has-text-grey {
  color: hsl(0deg, 0%, 48%) !important;
}

.has-background-grey {
  background-color: hsl(0deg, 0%, 48%) !important;
}

.has-text-grey-light {
  color: hsl(0deg, 0%, 71%) !important;
}

.has-background-grey-light {
  background-color: hsl(0deg, 0%, 71%) !important;
}

.has-text-grey-lighter {
  color: hsl(0deg, 0%, 86%) !important;
}

.has-background-grey-lighter {
  background-color: hsl(0deg, 0%, 86%) !important;
}

.has-text-white-ter {
  color: hsl(0deg, 0%, 96%) !important;
}

.has-background-white-ter {
  background-color: hsl(0deg, 0%, 96%) !important;
}

.has-text-white-bis {
  color: hsl(0deg, 0%, 98%) !important;
}

.has-background-white-bis {
  background-color: hsl(0deg, 0%, 98%) !important;
}

.is-flex-direction-row {
  flex-direction: row !important;
}

.is-flex-direction-row-reverse {
  flex-direction: row-reverse !important;
}

.is-flex-direction-column {
  flex-direction: column !important;
}

.is-flex-direction-column-reverse {
  flex-direction: column-reverse !important;
}

.is-flex-wrap-nowrap {
  flex-wrap: nowrap !important;
}

.is-flex-wrap-wrap {
  flex-wrap: wrap !important;
}

.is-flex-wrap-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}

.is-justify-content-flex-start {
  justify-content: flex-start !important;
}

.is-justify-content-flex-end {
  justify-content: flex-end !important;
}

.is-justify-content-center {
  justify-content: center !important;
}

.is-justify-content-space-between {
  justify-content: space-between !important;
}

.is-justify-content-space-around {
  justify-content: space-around !important;
}

.is-justify-content-space-evenly {
  justify-content: space-evenly !important;
}

.is-justify-content-start {
  justify-content: start !important;
}

.is-justify-content-end {
  justify-content: end !important;
}

.is-justify-content-left {
  justify-content: left !important;
}

.is-justify-content-right {
  justify-content: right !important;
}

.is-align-content-flex-start {
  align-content: flex-start !important;
}

.is-align-content-flex-end {
  align-content: flex-end !important;
}

.is-align-content-center {
  align-content: center !important;
}

.is-align-content-space-between {
  align-content: space-between !important;
}

.is-align-content-space-around {
  align-content: space-around !important;
}

.is-align-content-space-evenly {
  align-content: space-evenly !important;
}

.is-align-content-stretch {
  align-content: stretch !important;
}

.is-align-content-start {
  align-content: start !important;
}

.is-align-content-end {
  align-content: end !important;
}

.is-align-content-baseline {
  align-content: baseline !important;
}

.is-align-items-stretch {
  align-items: stretch !important;
}

.is-align-items-flex-start {
  align-items: flex-start !important;
}

.is-align-items-flex-end {
  align-items: flex-end !important;
}

.is-align-items-center {
  align-items: center !important;
}

.is-align-items-baseline {
  align-items: baseline !important;
}

.is-align-items-start {
  align-items: start !important;
}

.is-align-items-end {
  align-items: end !important;
}

.is-align-items-self-start {
  align-items: self-start !important;
}

.is-align-items-self-end {
  align-items: self-end !important;
}

.is-align-self-auto {
  align-self: auto !important;
}

.is-align-self-flex-start {
  align-self: flex-start !important;
}

.is-align-self-flex-end {
  align-self: flex-end !important;
}

.is-align-self-center {
  align-self: center !important;
}

.is-align-self-baseline {
  align-self: baseline !important;
}

.is-align-self-stretch {
  align-self: stretch !important;
}

.is-flex-grow-0 {
  flex-grow: 0 !important;
}

.is-flex-grow-1 {
  flex-grow: 1 !important;
}

.is-flex-grow-2 {
  flex-grow: 2 !important;
}

.is-flex-grow-3 {
  flex-grow: 3 !important;
}

.is-flex-grow-4 {
  flex-grow: 4 !important;
}

.is-flex-grow-5 {
  flex-grow: 5 !important;
}

.is-flex-shrink-0 {
  flex-shrink: 0 !important;
}

.is-flex-shrink-1 {
  flex-shrink: 1 !important;
}

.is-flex-shrink-2 {
  flex-shrink: 2 !important;
}

.is-flex-shrink-3 {
  flex-shrink: 3 !important;
}

.is-flex-shrink-4 {
  flex-shrink: 4 !important;
}

.is-flex-shrink-5 {
  flex-shrink: 5 !important;
}

.is-clearfix::after {
  clear: both;
  content: " ";
  display: table;
}

.is-pulled-left {
  float: left !important;
}

.is-pulled-right {
  float: right !important;
}

.is-radiusless {
  border-radius: 0 !important;
}

.is-shadowless {
  box-shadow: none !important;
}

.is-clickable {
  cursor: pointer !important;
  pointer-events: all !important;
}

.is-clipped {
  overflow: hidden !important;
}

.is-relative {
  position: relative !important;
}

.is-marginless {
  margin: 0 !important;
}

.is-paddingless {
  padding: 0 !important;
}

.m-0 {
  margin: 0 !important;
}

.mt-0 {
  margin-top: 0 !important;
}

.mr-0 {
  margin-right: 0 !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.ml-0 {
  margin-left: 0 !important;
}

.mx-0 {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.m-1 {
  margin: 0.25rem !important;
}

.mt-1 {
  margin-top: 0.25rem !important;
}

.mr-1 {
  margin-right: 0.25rem !important;
}

.mb-1 {
  margin-bottom: 0.25rem !important;
}

.ml-1 {
  margin-left: 0.25rem !important;
}

.mx-1 {
  margin-left: 0.25rem !important;
  margin-right: 0.25rem !important;
}

.my-1 {
  margin-top: 0.25rem !important;
  margin-bottom: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.mt-2 {
  margin-top: 0.5rem !important;
}

.mr-2 {
  margin-right: 0.5rem !important;
}

.mb-2 {
  margin-bottom: 0.5rem !important;
}

.ml-2 {
  margin-left: 0.5rem !important;
}

.mx-2 {
  margin-left: 0.5rem !important;
  margin-right: 0.5rem !important;
}

.my-2 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
}

.m-3 {
  margin: 0.75rem !important;
}

.mt-3 {
  margin-top: 0.75rem !important;
}

.mr-3 {
  margin-right: 0.75rem !important;
}

.mb-3 {
  margin-bottom: 0.75rem !important;
}

.ml-3 {
  margin-left: 0.75rem !important;
}

.mx-3 {
  margin-left: 0.75rem !important;
  margin-right: 0.75rem !important;
}

.my-3 {
  margin-top: 0.75rem !important;
  margin-bottom: 0.75rem !important;
}

.m-4 {
  margin: 1rem !important;
}

.mt-4 {
  margin-top: 1rem !important;
}

.mr-4 {
  margin-right: 1rem !important;
}

.mb-4 {
  margin-bottom: 1rem !important;
}

.ml-4 {
  margin-left: 1rem !important;
}

.mx-4 {
  margin-left: 1rem !important;
  margin-right: 1rem !important;
}

.my-4 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}

.m-5 {
  margin: 1.5rem !important;
}

.mt-5 {
  margin-top: 1.5rem !important;
}

.mr-5 {
  margin-right: 1.5rem !important;
}

.mb-5 {
  margin-bottom: 1.5rem !important;
}

.ml-5 {
  margin-left: 1.5rem !important;
}

.mx-5 {
  margin-left: 1.5rem !important;
  margin-right: 1.5rem !important;
}

.my-5 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}

.m-6 {
  margin: 3rem !important;
}

.mt-6 {
  margin-top: 3rem !important;
}

.mr-6 {
  margin-right: 3rem !important;
}

.mb-6 {
  margin-bottom: 3rem !important;
}

.ml-6 {
  margin-left: 3rem !important;
}

.mx-6 {
  margin-left: 3rem !important;
  margin-right: 3rem !important;
}

.my-6 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}

.m-auto {
  margin: auto !important;
}

.mt-auto {
  margin-top: auto !important;
}

.mr-auto {
  margin-right: auto !important;
}

.mb-auto {
  margin-bottom: auto !important;
}

.ml-auto {
  margin-left: auto !important;
}

.mx-auto {
  margin-left: auto !important;
  margin-right: auto !important;
}

.my-auto {
  margin-top: auto !important;
  margin-bottom: auto !important;
}

.p-0 {
  padding: 0 !important;
}

.pt-0 {
  padding-top: 0 !important;
}

.pr-0 {
  padding-right: 0 !important;
}

.pb-0 {
  padding-bottom: 0 !important;
}

.pl-0 {
  padding-left: 0 !important;
}

.px-0 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.p-1 {
  padding: 0.25rem !important;
}

.pt-1 {
  padding-top: 0.25rem !important;
}

.pr-1 {
  padding-right: 0.25rem !important;
}

.pb-1 {
  padding-bottom: 0.25rem !important;
}

.pl-1 {
  padding-left: 0.25rem !important;
}

.px-1 {
  padding-left: 0.25rem !important;
  padding-right: 0.25rem !important;
}

.py-1 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.pt-2 {
  padding-top: 0.5rem !important;
}

.pr-2 {
  padding-right: 0.5rem !important;
}

.pb-2 {
  padding-bottom: 0.5rem !important;
}

.pl-2 {
  padding-left: 0.5rem !important;
}

.px-2 {
  padding-left: 0.5rem !important;
  padding-right: 0.5rem !important;
}

.py-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}

.p-3 {
  padding: 0.75rem !important;
}

.pt-3 {
  padding-top: 0.75rem !important;
}

.pr-3 {
  padding-right: 0.75rem !important;
}

.pb-3 {
  padding-bottom: 0.75rem !important;
}

.pl-3 {
  padding-left: 0.75rem !important;
}

.px-3 {
  padding-left: 0.75rem !important;
  padding-right: 0.75rem !important;
}

.py-3 {
  padding-top: 0.75rem !important;
  padding-bottom: 0.75rem !important;
}

.p-4 {
  padding: 1rem !important;
}

.pt-4 {
  padding-top: 1rem !important;
}

.pr-4 {
  padding-right: 1rem !important;
}

.pb-4 {
  padding-bottom: 1rem !important;
}

.pl-4 {
  padding-left: 1rem !important;
}

.px-4 {
  padding-left: 1rem !important;
  padding-right: 1rem !important;
}

.py-4 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}

.p-5 {
  padding: 1.5rem !important;
}

.pt-5 {
  padding-top: 1.5rem !important;
}

.pr-5 {
  padding-right: 1.5rem !important;
}

.pb-5 {
  padding-bottom: 1.5rem !important;
}

.pl-5 {
  padding-left: 1.5rem !important;
}

.px-5 {
  padding-left: 1.5rem !important;
  padding-right: 1.5rem !important;
}

.py-5 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}

.p-6 {
  padding: 3rem !important;
}

.pt-6 {
  padding-top: 3rem !important;
}

.pr-6 {
  padding-right: 3rem !important;
}

.pb-6 {
  padding-bottom: 3rem !important;
}

.pl-6 {
  padding-left: 3rem !important;
}

.px-6 {
  padding-left: 3rem !important;
  padding-right: 3rem !important;
}

.py-6 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}

.p-auto {
  padding: auto !important;
}

.pt-auto {
  padding-top: auto !important;
}

.pr-auto {
  padding-right: auto !important;
}

.pb-auto {
  padding-bottom: auto !important;
}

.pl-auto {
  padding-left: auto !important;
}

.px-auto {
  padding-left: auto !important;
  padding-right: auto !important;
}

.py-auto {
  padding-top: auto !important;
  padding-bottom: auto !important;
}

.is-size-1 {
  font-size: 3rem !important;
}

.is-size-2 {
  font-size: 2.5rem !important;
}

.is-size-3 {
  font-size: 2rem !important;
}

.is-size-4 {
  font-size: 1.5rem !important;
}

.is-size-5 {
  font-size: 1.25rem !important;
}

.is-size-6 {
  font-size: 1rem !important;
}

.is-size-7 {
  font-size: 0.75rem !important;
}

@media screen and (max-width: 374px) {
  .is-size-1-mobile {
    font-size: 3rem !important;
  }

  .is-size-2-mobile {
    font-size: 2.5rem !important;
  }

  .is-size-3-mobile {
    font-size: 2rem !important;
  }

  .is-size-4-mobile {
    font-size: 1.5rem !important;
  }

  .is-size-5-mobile {
    font-size: 1.25rem !important;
  }

  .is-size-6-mobile {
    font-size: 1rem !important;
  }

  .is-size-7-mobile {
    font-size: 0.75rem !important;
  }
}
@media screen and (min-width: 375px), print {
  .is-size-1-tablet {
    font-size: 3rem !important;
  }

  .is-size-2-tablet {
    font-size: 2.5rem !important;
  }

  .is-size-3-tablet {
    font-size: 2rem !important;
  }

  .is-size-4-tablet {
    font-size: 1.5rem !important;
  }

  .is-size-5-tablet {
    font-size: 1.25rem !important;
  }

  .is-size-6-tablet {
    font-size: 1rem !important;
  }

  .is-size-7-tablet {
    font-size: 0.75rem !important;
  }
}
@media screen and (max-width: 1023px) {
  .is-size-1-touch {
    font-size: 3rem !important;
  }

  .is-size-2-touch {
    font-size: 2.5rem !important;
  }

  .is-size-3-touch {
    font-size: 2rem !important;
  }

  .is-size-4-touch {
    font-size: 1.5rem !important;
  }

  .is-size-5-touch {
    font-size: 1.25rem !important;
  }

  .is-size-6-touch {
    font-size: 1rem !important;
  }

  .is-size-7-touch {
    font-size: 0.75rem !important;
  }
}
@media screen and (min-width: 1024px) {
  .is-size-1-desktop {
    font-size: 3rem !important;
  }

  .is-size-2-desktop {
    font-size: 2.5rem !important;
  }

  .is-size-3-desktop {
    font-size: 2rem !important;
  }

  .is-size-4-desktop {
    font-size: 1.5rem !important;
  }

  .is-size-5-desktop {
    font-size: 1.25rem !important;
  }

  .is-size-6-desktop {
    font-size: 1rem !important;
  }

  .is-size-7-desktop {
    font-size: 0.75rem !important;
  }
}
@media screen and (min-width: 1200px) {
  .is-size-1-widescreen {
    font-size: 3rem !important;
  }

  .is-size-2-widescreen {
    font-size: 2.5rem !important;
  }

  .is-size-3-widescreen {
    font-size: 2rem !important;
  }

  .is-size-4-widescreen {
    font-size: 1.5rem !important;
  }

  .is-size-5-widescreen {
    font-size: 1.25rem !important;
  }

  .is-size-6-widescreen {
    font-size: 1rem !important;
  }

  .is-size-7-widescreen {
    font-size: 0.75rem !important;
  }
}
@media screen and (min-width: 1408px) {
  .is-size-1-fullhd {
    font-size: 3rem !important;
  }

  .is-size-2-fullhd {
    font-size: 2.5rem !important;
  }

  .is-size-3-fullhd {
    font-size: 2rem !important;
  }

  .is-size-4-fullhd {
    font-size: 1.5rem !important;
  }

  .is-size-5-fullhd {
    font-size: 1.25rem !important;
  }

  .is-size-6-fullhd {
    font-size: 1rem !important;
  }

  .is-size-7-fullhd {
    font-size: 0.75rem !important;
  }
}
.has-text-centered {
  text-align: center !important;
}

.has-text-justified {
  text-align: justify !important;
}

.has-text-left {
  text-align: left !important;
}

.has-text-right {
  text-align: right !important;
}

@media screen and (max-width: 374px) {
  .has-text-centered-mobile {
    text-align: center !important;
  }
}
@media screen and (min-width: 375px), print {
  .has-text-centered-tablet {
    text-align: center !important;
  }
}
@media screen and (min-width: 375px) and (max-width: 1023px) {
  .has-text-centered-tablet-only {
    text-align: center !important;
  }
}
@media screen and (max-width: 1023px) {
  .has-text-centered-touch {
    text-align: center !important;
  }
}
@media screen and (min-width: 1024px) {
  .has-text-centered-desktop {
    text-align: center !important;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1199px) {
  .has-text-centered-desktop-only {
    text-align: center !important;
  }
}
@media screen and (min-width: 1200px) {
  .has-text-centered-widescreen {
    text-align: center !important;
  }
}
@media screen and (min-width: 1200px) and (max-width: 1407px) {
  .has-text-centered-widescreen-only {
    text-align: center !important;
  }
}
@media screen and (min-width: 1408px) {
  .has-text-centered-fullhd {
    text-align: center !important;
  }
}
@media screen and (max-width: 374px) {
  .has-text-justified-mobile {
    text-align: justify !important;
  }
}
@media screen and (min-width: 375px), print {
  .has-text-justified-tablet {
    text-align: justify !important;
  }
}
@media screen and (min-width: 375px) and (max-width: 1023px) {
  .has-text-justified-tablet-only {
    text-align: justify !important;
  }
}
@media screen and (max-width: 1023px) {
  .has-text-justified-touch {
    text-align: justify !important;
  }
}
@media screen and (min-width: 1024px) {
  .has-text-justified-desktop {
    text-align: justify !important;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1199px) {
  .has-text-justified-desktop-only {
    text-align: justify !important;
  }
}
@media screen and (min-width: 1200px) {
  .has-text-justified-widescreen {
    text-align: justify !important;
  }
}
@media screen and (min-width: 1200px) and (max-width: 1407px) {
  .has-text-justified-widescreen-only {
    text-align: justify !important;
  }
}
@media screen and (min-width: 1408px) {
  .has-text-justified-fullhd {
    text-align: justify !important;
  }
}
@media screen and (max-width: 374px) {
  .has-text-left-mobile {
    text-align: left !important;
  }
}
@media screen and (min-width: 375px), print {
  .has-text-left-tablet {
    text-align: left !important;
  }
}
@media screen and (min-width: 375px) and (max-width: 1023px) {
  .has-text-left-tablet-only {
    text-align: left !important;
  }
}
@media screen and (max-width: 1023px) {
  .has-text-left-touch {
    text-align: left !important;
  }
}
@media screen and (min-width: 1024px) {
  .has-text-left-desktop {
    text-align: left !important;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1199px) {
  .has-text-left-desktop-only {
    text-align: left !important;
  }
}
@media screen and (min-width: 1200px) {
  .has-text-left-widescreen {
    text-align: left !important;
  }
}
@media screen and (min-width: 1200px) and (max-width: 1407px) {
  .has-text-left-widescreen-only {
    text-align: left !important;
  }
}
@media screen and (min-width: 1408px) {
  .has-text-left-fullhd {
    text-align: left !important;
  }
}
@media screen and (max-width: 374px) {
  .has-text-right-mobile {
    text-align: right !important;
  }
}
@media screen and (min-width: 375px), print {
  .has-text-right-tablet {
    text-align: right !important;
  }
}
@media screen and (min-width: 375px) and (max-width: 1023px) {
  .has-text-right-tablet-only {
    text-align: right !important;
  }
}
@media screen and (max-width: 1023px) {
  .has-text-right-touch {
    text-align: right !important;
  }
}
@media screen and (min-width: 1024px) {
  .has-text-right-desktop {
    text-align: right !important;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1199px) {
  .has-text-right-desktop-only {
    text-align: right !important;
  }
}
@media screen and (min-width: 1200px) {
  .has-text-right-widescreen {
    text-align: right !important;
  }
}
@media screen and (min-width: 1200px) and (max-width: 1407px) {
  .has-text-right-widescreen-only {
    text-align: right !important;
  }
}
@media screen and (min-width: 1408px) {
  .has-text-right-fullhd {
    text-align: right !important;
  }
}
.is-capitalized {
  text-transform: capitalize !important;
}

.is-lowercase {
  text-transform: lowercase !important;
}

.is-uppercase {
  text-transform: uppercase !important;
}

.is-italic {
  font-style: italic !important;
}

.is-underlined {
  text-decoration: underline !important;
}

.has-text-weight-light {
  font-weight: 300 !important;
}

.has-text-weight-normal {
  font-weight: 400 !important;
}

.has-text-weight-medium {
  font-weight: 500 !important;
}

.has-text-weight-semibold {
  font-weight: 600 !important;
}

.has-text-weight-bold {
  font-weight: 700 !important;
}

.is-family-primary {
  font-family: BlinkMacSystemFont, -apple-system, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", "Helvetica", "Arial", sans-serif !important;
}

.is-family-secondary {
  font-family: BlinkMacSystemFont, -apple-system, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", "Helvetica", "Arial", sans-serif !important;
}

.is-family-sans-serif {
  font-family: BlinkMacSystemFont, -apple-system, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", "Helvetica", "Arial", sans-serif !important;
}

.is-family-monospace {
  font-family: monospace !important;
}

.is-family-code {
  font-family: monospace !important;
}

.is-block {
  display: block !important;
}

@media screen and (max-width: 374px) {
  .is-block-mobile {
    display: block !important;
  }
}
@media screen and (min-width: 375px), print {
  .is-block-tablet {
    display: block !important;
  }
}
@media screen and (min-width: 375px) and (max-width: 1023px) {
  .is-block-tablet-only {
    display: block !important;
  }
}
@media screen and (max-width: 1023px) {
  .is-block-touch {
    display: block !important;
  }
}
@media screen and (min-width: 1024px) {
  .is-block-desktop {
    display: block !important;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1199px) {
  .is-block-desktop-only {
    display: block !important;
  }
}
@media screen and (min-width: 1200px) {
  .is-block-widescreen {
    display: block !important;
  }
}
@media screen and (min-width: 1200px) and (max-width: 1407px) {
  .is-block-widescreen-only {
    display: block !important;
  }
}
@media screen and (min-width: 1408px) {
  .is-block-fullhd {
    display: block !important;
  }
}
.is-flex {
  display: flex !important;
}

@media screen and (max-width: 374px) {
  .is-flex-mobile {
    display: flex !important;
  }
}
@media screen and (min-width: 375px), print {
  .is-flex-tablet {
    display: flex !important;
  }
}
@media screen and (min-width: 375px) and (max-width: 1023px) {
  .is-flex-tablet-only {
    display: flex !important;
  }
}
@media screen and (max-width: 1023px) {
  .is-flex-touch {
    display: flex !important;
  }
}
@media screen and (min-width: 1024px) {
  .is-flex-desktop {
    display: flex !important;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1199px) {
  .is-flex-desktop-only {
    display: flex !important;
  }
}
@media screen and (min-width: 1200px) {
  .is-flex-widescreen {
    display: flex !important;
  }
}
@media screen and (min-width: 1200px) and (max-width: 1407px) {
  .is-flex-widescreen-only {
    display: flex !important;
  }
}
@media screen and (min-width: 1408px) {
  .is-flex-fullhd {
    display: flex !important;
  }
}
.is-inline {
  display: inline !important;
}

@media screen and (max-width: 374px) {
  .is-inline-mobile {
    display: inline !important;
  }
}
@media screen and (min-width: 375px), print {
  .is-inline-tablet {
    display: inline !important;
  }
}
@media screen and (min-width: 375px) and (max-width: 1023px) {
  .is-inline-tablet-only {
    display: inline !important;
  }
}
@media screen and (max-width: 1023px) {
  .is-inline-touch {
    display: inline !important;
  }
}
@media screen and (min-width: 1024px) {
  .is-inline-desktop {
    display: inline !important;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1199px) {
  .is-inline-desktop-only {
    display: inline !important;
  }
}
@media screen and (min-width: 1200px) {
  .is-inline-widescreen {
    display: inline !important;
  }
}
@media screen and (min-width: 1200px) and (max-width: 1407px) {
  .is-inline-widescreen-only {
    display: inline !important;
  }
}
@media screen and (min-width: 1408px) {
  .is-inline-fullhd {
    display: inline !important;
  }
}
.is-inline-block {
  display: inline-block !important;
}

@media screen and (max-width: 374px) {
  .is-inline-block-mobile {
    display: inline-block !important;
  }
}
@media screen and (min-width: 375px), print {
  .is-inline-block-tablet {
    display: inline-block !important;
  }
}
@media screen and (min-width: 375px) and (max-width: 1023px) {
  .is-inline-block-tablet-only {
    display: inline-block !important;
  }
}
@media screen and (max-width: 1023px) {
  .is-inline-block-touch {
    display: inline-block !important;
  }
}
@media screen and (min-width: 1024px) {
  .is-inline-block-desktop {
    display: inline-block !important;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1199px) {
  .is-inline-block-desktop-only {
    display: inline-block !important;
  }
}
@media screen and (min-width: 1200px) {
  .is-inline-block-widescreen {
    display: inline-block !important;
  }
}
@media screen and (min-width: 1200px) and (max-width: 1407px) {
  .is-inline-block-widescreen-only {
    display: inline-block !important;
  }
}
@media screen and (min-width: 1408px) {
  .is-inline-block-fullhd {
    display: inline-block !important;
  }
}
.is-inline-flex {
  display: inline-flex !important;
}

@media screen and (max-width: 374px) {
  .is-inline-flex-mobile {
    display: inline-flex !important;
  }
}
@media screen and (min-width: 375px), print {
  .is-inline-flex-tablet {
    display: inline-flex !important;
  }
}
@media screen and (min-width: 375px) and (max-width: 1023px) {
  .is-inline-flex-tablet-only {
    display: inline-flex !important;
  }
}
@media screen and (max-width: 1023px) {
  .is-inline-flex-touch {
    display: inline-flex !important;
  }
}
@media screen and (min-width: 1024px) {
  .is-inline-flex-desktop {
    display: inline-flex !important;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1199px) {
  .is-inline-flex-desktop-only {
    display: inline-flex !important;
  }
}
@media screen and (min-width: 1200px) {
  .is-inline-flex-widescreen {
    display: inline-flex !important;
  }
}
@media screen and (min-width: 1200px) and (max-width: 1407px) {
  .is-inline-flex-widescreen-only {
    display: inline-flex !important;
  }
}
@media screen and (min-width: 1408px) {
  .is-inline-flex-fullhd {
    display: inline-flex !important;
  }
}
.is-hidden {
  display: none !important;
}

.is-sr-only {
  border: none !important;
  clip: rect(0, 0, 0, 0) !important;
  height: 0.01em !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  white-space: nowrap !important;
  width: 0.01em !important;
}

@media screen and (max-width: 374px) {
  .is-hidden-mobile {
    display: none !important;
  }
}
@media screen and (min-width: 375px), print {
  .is-hidden-tablet {
    display: none !important;
  }
}
@media screen and (min-width: 375px) and (max-width: 1023px) {
  .is-hidden-tablet-only {
    display: none !important;
  }
}
@media screen and (max-width: 1023px) {
  .is-hidden-touch {
    display: none !important;
  }
}
@media screen and (min-width: 1024px) {
  .is-hidden-desktop {
    display: none !important;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1199px) {
  .is-hidden-desktop-only {
    display: none !important;
  }
}
@media screen and (min-width: 1200px) {
  .is-hidden-widescreen {
    display: none !important;
  }
}
@media screen and (min-width: 1200px) and (max-width: 1407px) {
  .is-hidden-widescreen-only {
    display: none !important;
  }
}
@media screen and (min-width: 1408px) {
  .is-hidden-fullhd {
    display: none !important;
  }
}
.is-invisible {
  visibility: hidden !important;
}

@media screen and (max-width: 374px) {
  .is-invisible-mobile {
    visibility: hidden !important;
  }
}
@media screen and (min-width: 375px), print {
  .is-invisible-tablet {
    visibility: hidden !important;
  }
}
@media screen and (min-width: 375px) and (max-width: 1023px) {
  .is-invisible-tablet-only {
    visibility: hidden !important;
  }
}
@media screen and (max-width: 1023px) {
  .is-invisible-touch {
    visibility: hidden !important;
  }
}
@media screen and (min-width: 1024px) {
  .is-invisible-desktop {
    visibility: hidden !important;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1199px) {
  .is-invisible-desktop-only {
    visibility: hidden !important;
  }
}
@media screen and (min-width: 1200px) {
  .is-invisible-widescreen {
    visibility: hidden !important;
  }
}
@media screen and (min-width: 1200px) and (max-width: 1407px) {
  .is-invisible-widescreen-only {
    visibility: hidden !important;
  }
}
@media screen and (min-width: 1408px) {
  .is-invisible-fullhd {
    visibility: hidden !important;
  }
}
.column, .o-col {
  display: block;
  flex-basis: 0;
  flex-grow: 1;
  flex-shrink: 1;
  padding: 0.375rem;
}
.columns.is-mobile > .column.is-narrow, .columns.is-mobile > .is-narrow.o-col, .is-mobile.o-cols > .column.is-narrow, .is-mobile.o-cols > .is-narrow.o-col {
  flex: none;
  width: unset;
}
.columns.is-mobile > .column.is-full, .columns.is-mobile > .is-full.o-col, .is-mobile.o-cols > .column.is-full, .is-mobile.o-cols > .is-full.o-col {
  flex: none;
  width: 100%;
}
.columns.is-mobile > .column.is-three-quarters, .columns.is-mobile > .is-three-quarters.o-col, .is-mobile.o-cols > .column.is-three-quarters, .is-mobile.o-cols > .is-three-quarters.o-col {
  flex: none;
  width: 75%;
}
.columns.is-mobile > .column.is-two-thirds, .columns.is-mobile > .is-two-thirds.o-col, .is-mobile.o-cols > .column.is-two-thirds, .is-mobile.o-cols > .is-two-thirds.o-col {
  flex: none;
  width: 66.6666%;
}
.columns.is-mobile > .column.is-half, .columns.is-mobile > .is-half.o-col, .is-mobile.o-cols > .column.is-half, .is-mobile.o-cols > .is-half.o-col {
  flex: none;
  width: 50%;
}
.columns.is-mobile > .column.is-one-third, .columns.is-mobile > .is-one-third.o-col, .is-mobile.o-cols > .column.is-one-third, .is-mobile.o-cols > .is-one-third.o-col {
  flex: none;
  width: 33.3333%;
}
.columns.is-mobile > .column.is-one-quarter, .columns.is-mobile > .is-one-quarter.o-col, .is-mobile.o-cols > .column.is-one-quarter, .is-mobile.o-cols > .is-one-quarter.o-col {
  flex: none;
  width: 25%;
}
.columns.is-mobile > .column.is-one-fifth, .columns.is-mobile > .is-one-fifth.o-col, .is-mobile.o-cols > .column.is-one-fifth, .is-mobile.o-cols > .is-one-fifth.o-col {
  flex: none;
  width: 20%;
}
.columns.is-mobile > .column.is-two-fifths, .columns.is-mobile > .is-two-fifths.o-col, .is-mobile.o-cols > .column.is-two-fifths, .is-mobile.o-cols > .is-two-fifths.o-col {
  flex: none;
  width: 40%;
}
.columns.is-mobile > .column.is-three-fifths, .columns.is-mobile > .is-three-fifths.o-col, .is-mobile.o-cols > .column.is-three-fifths, .is-mobile.o-cols > .is-three-fifths.o-col {
  flex: none;
  width: 60%;
}
.columns.is-mobile > .column.is-four-fifths, .columns.is-mobile > .is-four-fifths.o-col, .is-mobile.o-cols > .column.is-four-fifths, .is-mobile.o-cols > .is-four-fifths.o-col {
  flex: none;
  width: 80%;
}
.columns.is-mobile > .column.is-offset-three-quarters, .columns.is-mobile > .is-offset-three-quarters.o-col, .is-mobile.o-cols > .column.is-offset-three-quarters, .is-mobile.o-cols > .is-offset-three-quarters.o-col {
  margin-left: 75%;
}
.columns.is-mobile > .column.is-offset-two-thirds, .columns.is-mobile > .is-offset-two-thirds.o-col, .is-mobile.o-cols > .column.is-offset-two-thirds, .is-mobile.o-cols > .is-offset-two-thirds.o-col {
  margin-left: 66.6666%;
}
.columns.is-mobile > .column.is-offset-half, .columns.is-mobile > .is-offset-half.o-col, .is-mobile.o-cols > .column.is-offset-half, .is-mobile.o-cols > .is-offset-half.o-col {
  margin-left: 50%;
}
.columns.is-mobile > .column.is-offset-one-third, .columns.is-mobile > .is-offset-one-third.o-col, .is-mobile.o-cols > .column.is-offset-one-third, .is-mobile.o-cols > .is-offset-one-third.o-col {
  margin-left: 33.3333%;
}
.columns.is-mobile > .column.is-offset-one-quarter, .columns.is-mobile > .is-offset-one-quarter.o-col, .is-mobile.o-cols > .column.is-offset-one-quarter, .is-mobile.o-cols > .is-offset-one-quarter.o-col {
  margin-left: 25%;
}
.columns.is-mobile > .column.is-offset-one-fifth, .columns.is-mobile > .is-offset-one-fifth.o-col, .is-mobile.o-cols > .column.is-offset-one-fifth, .is-mobile.o-cols > .is-offset-one-fifth.o-col {
  margin-left: 20%;
}
.columns.is-mobile > .column.is-offset-two-fifths, .columns.is-mobile > .is-offset-two-fifths.o-col, .is-mobile.o-cols > .column.is-offset-two-fifths, .is-mobile.o-cols > .is-offset-two-fifths.o-col {
  margin-left: 40%;
}
.columns.is-mobile > .column.is-offset-three-fifths, .columns.is-mobile > .is-offset-three-fifths.o-col, .is-mobile.o-cols > .column.is-offset-three-fifths, .is-mobile.o-cols > .is-offset-three-fifths.o-col {
  margin-left: 60%;
}
.columns.is-mobile > .column.is-offset-four-fifths, .columns.is-mobile > .is-offset-four-fifths.o-col, .is-mobile.o-cols > .column.is-offset-four-fifths, .is-mobile.o-cols > .is-offset-four-fifths.o-col {
  margin-left: 80%;
}
.columns.is-mobile > .column.is-0, .columns.is-mobile > .is-0.o-col, .is-mobile.o-cols > .column.is-0, .is-mobile.o-cols > .is-0.o-col {
  flex: none;
  width: 0%;
}
.columns.is-mobile > .column.is-offset-0, .columns.is-mobile > .is-offset-0.o-col, .is-mobile.o-cols > .column.is-offset-0, .is-mobile.o-cols > .is-offset-0.o-col {
  margin-left: 0%;
}
.columns.is-mobile > .column.is-1, .columns.is-mobile > .is-1.o-col, .is-mobile.o-cols > .column.is-1, .is-mobile.o-cols > .is-1.o-col {
  flex: none;
  width: 8.33333337%;
}
.columns.is-mobile > .column.is-offset-1, .columns.is-mobile > .is-offset-1.o-col, .is-mobile.o-cols > .column.is-offset-1, .is-mobile.o-cols > .is-offset-1.o-col {
  margin-left: 8.33333337%;
}
.columns.is-mobile > .column.is-2, .columns.is-mobile > .is-2.o-col, .is-mobile.o-cols > .column.is-2, .is-mobile.o-cols > .is-2.o-col {
  flex: none;
  width: 16.66666674%;
}
.columns.is-mobile > .column.is-offset-2, .columns.is-mobile > .is-offset-2.o-col, .is-mobile.o-cols > .column.is-offset-2, .is-mobile.o-cols > .is-offset-2.o-col {
  margin-left: 16.66666674%;
}
.columns.is-mobile > .column.is-3, .columns.is-mobile > .is-3.o-col, .is-mobile.o-cols > .column.is-3, .is-mobile.o-cols > .is-3.o-col {
  flex: none;
  width: 25%;
}
.columns.is-mobile > .column.is-offset-3, .columns.is-mobile > .is-offset-3.o-col, .is-mobile.o-cols > .column.is-offset-3, .is-mobile.o-cols > .is-offset-3.o-col {
  margin-left: 25%;
}
.columns.is-mobile > .column.is-4, .columns.is-mobile > .is-4.o-col, .is-mobile.o-cols > .column.is-4, .is-mobile.o-cols > .is-4.o-col {
  flex: none;
  width: 33.33333337%;
}
.columns.is-mobile > .column.is-offset-4, .columns.is-mobile > .is-offset-4.o-col, .is-mobile.o-cols > .column.is-offset-4, .is-mobile.o-cols > .is-offset-4.o-col {
  margin-left: 33.33333337%;
}
.columns.is-mobile > .column.is-5, .columns.is-mobile > .is-5.o-col, .is-mobile.o-cols > .column.is-5, .is-mobile.o-cols > .is-5.o-col {
  flex: none;
  width: 41.66666674%;
}
.columns.is-mobile > .column.is-offset-5, .columns.is-mobile > .is-offset-5.o-col, .is-mobile.o-cols > .column.is-offset-5, .is-mobile.o-cols > .is-offset-5.o-col {
  margin-left: 41.66666674%;
}
.columns.is-mobile > .column.is-6, .columns.is-mobile > .is-6.o-col, .is-mobile.o-cols > .column.is-6, .is-mobile.o-cols > .is-6.o-col {
  flex: none;
  width: 50%;
}
.columns.is-mobile > .column.is-offset-6, .columns.is-mobile > .is-offset-6.o-col, .is-mobile.o-cols > .column.is-offset-6, .is-mobile.o-cols > .is-offset-6.o-col {
  margin-left: 50%;
}
.columns.is-mobile > .column.is-7, .columns.is-mobile > .is-7.o-col, .is-mobile.o-cols > .column.is-7, .is-mobile.o-cols > .is-7.o-col {
  flex: none;
  width: 58.33333337%;
}
.columns.is-mobile > .column.is-offset-7, .columns.is-mobile > .is-offset-7.o-col, .is-mobile.o-cols > .column.is-offset-7, .is-mobile.o-cols > .is-offset-7.o-col {
  margin-left: 58.33333337%;
}
.columns.is-mobile > .column.is-8, .columns.is-mobile > .is-8.o-col, .is-mobile.o-cols > .column.is-8, .is-mobile.o-cols > .is-8.o-col {
  flex: none;
  width: 66.66666674%;
}
.columns.is-mobile > .column.is-offset-8, .columns.is-mobile > .is-offset-8.o-col, .is-mobile.o-cols > .column.is-offset-8, .is-mobile.o-cols > .is-offset-8.o-col {
  margin-left: 66.66666674%;
}
.columns.is-mobile > .column.is-9, .columns.is-mobile > .is-9.o-col, .is-mobile.o-cols > .column.is-9, .is-mobile.o-cols > .is-9.o-col {
  flex: none;
  width: 75%;
}
.columns.is-mobile > .column.is-offset-9, .columns.is-mobile > .is-offset-9.o-col, .is-mobile.o-cols > .column.is-offset-9, .is-mobile.o-cols > .is-offset-9.o-col {
  margin-left: 75%;
}
.columns.is-mobile > .column.is-10, .columns.is-mobile > .is-10.o-col, .is-mobile.o-cols > .column.is-10, .is-mobile.o-cols > .is-10.o-col {
  flex: none;
  width: 83.33333337%;
}
.columns.is-mobile > .column.is-offset-10, .columns.is-mobile > .is-offset-10.o-col, .is-mobile.o-cols > .column.is-offset-10, .is-mobile.o-cols > .is-offset-10.o-col {
  margin-left: 83.33333337%;
}
.columns.is-mobile > .column.is-11, .columns.is-mobile > .is-11.o-col, .is-mobile.o-cols > .column.is-11, .is-mobile.o-cols > .is-11.o-col {
  flex: none;
  width: 91.66666674%;
}
.columns.is-mobile > .column.is-offset-11, .columns.is-mobile > .is-offset-11.o-col, .is-mobile.o-cols > .column.is-offset-11, .is-mobile.o-cols > .is-offset-11.o-col {
  margin-left: 91.66666674%;
}
.columns.is-mobile > .column.is-12, .columns.is-mobile > .is-12.o-col, .is-mobile.o-cols > .column.is-12, .is-mobile.o-cols > .is-12.o-col {
  flex: none;
  width: 100%;
}
.columns.is-mobile > .column.is-offset-12, .columns.is-mobile > .is-offset-12.o-col, .is-mobile.o-cols > .column.is-offset-12, .is-mobile.o-cols > .is-offset-12.o-col {
  margin-left: 100%;
}
@media screen and (max-width: 374px) {
  .column.is-narrow-mobile, .is-narrow-mobile.o-col {
    flex: none;
    width: unset;
  }
  .column.is-full-mobile, .is-full-mobile.o-col {
    flex: none;
    width: 100%;
  }
  .column.is-three-quarters-mobile, .is-three-quarters-mobile.o-col {
    flex: none;
    width: 75%;
  }
  .column.is-two-thirds-mobile, .is-two-thirds-mobile.o-col {
    flex: none;
    width: 66.6666%;
  }
  .column.is-half-mobile, .is-half-mobile.o-col {
    flex: none;
    width: 50%;
  }
  .column.is-one-third-mobile, .is-one-third-mobile.o-col {
    flex: none;
    width: 33.3333%;
  }
  .column.is-one-quarter-mobile, .is-one-quarter-mobile.o-col {
    flex: none;
    width: 25%;
  }
  .column.is-one-fifth-mobile, .is-one-fifth-mobile.o-col {
    flex: none;
    width: 20%;
  }
  .column.is-two-fifths-mobile, .is-two-fifths-mobile.o-col {
    flex: none;
    width: 40%;
  }
  .column.is-three-fifths-mobile, .is-three-fifths-mobile.o-col {
    flex: none;
    width: 60%;
  }
  .column.is-four-fifths-mobile, .is-four-fifths-mobile.o-col {
    flex: none;
    width: 80%;
  }
  .column.is-offset-three-quarters-mobile, .is-offset-three-quarters-mobile.o-col {
    margin-left: 75%;
  }
  .column.is-offset-two-thirds-mobile, .is-offset-two-thirds-mobile.o-col {
    margin-left: 66.6666%;
  }
  .column.is-offset-half-mobile, .is-offset-half-mobile.o-col {
    margin-left: 50%;
  }
  .column.is-offset-one-third-mobile, .is-offset-one-third-mobile.o-col {
    margin-left: 33.3333%;
  }
  .column.is-offset-one-quarter-mobile, .is-offset-one-quarter-mobile.o-col {
    margin-left: 25%;
  }
  .column.is-offset-one-fifth-mobile, .is-offset-one-fifth-mobile.o-col {
    margin-left: 20%;
  }
  .column.is-offset-two-fifths-mobile, .is-offset-two-fifths-mobile.o-col {
    margin-left: 40%;
  }
  .column.is-offset-three-fifths-mobile, .is-offset-three-fifths-mobile.o-col {
    margin-left: 60%;
  }
  .column.is-offset-four-fifths-mobile, .is-offset-four-fifths-mobile.o-col {
    margin-left: 80%;
  }
  .column.is-0-mobile, .is-0-mobile.o-col {
    flex: none;
    width: 0%;
  }
  .column.is-offset-0-mobile, .is-offset-0-mobile.o-col {
    margin-left: 0%;
  }
  .column.is-1-mobile, .is-1-mobile.o-col {
    flex: none;
    width: 8.33333337%;
  }
  .column.is-offset-1-mobile, .is-offset-1-mobile.o-col {
    margin-left: 8.33333337%;
  }
  .column.is-2-mobile, .is-2-mobile.o-col {
    flex: none;
    width: 16.66666674%;
  }
  .column.is-offset-2-mobile, .is-offset-2-mobile.o-col {
    margin-left: 16.66666674%;
  }
  .column.is-3-mobile, .is-3-mobile.o-col {
    flex: none;
    width: 25%;
  }
  .column.is-offset-3-mobile, .is-offset-3-mobile.o-col {
    margin-left: 25%;
  }
  .column.is-4-mobile, .is-4-mobile.o-col {
    flex: none;
    width: 33.33333337%;
  }
  .column.is-offset-4-mobile, .is-offset-4-mobile.o-col {
    margin-left: 33.33333337%;
  }
  .column.is-5-mobile, .is-5-mobile.o-col {
    flex: none;
    width: 41.66666674%;
  }
  .column.is-offset-5-mobile, .is-offset-5-mobile.o-col {
    margin-left: 41.66666674%;
  }
  .column.is-6-mobile, .is-6-mobile.o-col {
    flex: none;
    width: 50%;
  }
  .column.is-offset-6-mobile, .is-offset-6-mobile.o-col {
    margin-left: 50%;
  }
  .column.is-7-mobile, .is-7-mobile.o-col {
    flex: none;
    width: 58.33333337%;
  }
  .column.is-offset-7-mobile, .is-offset-7-mobile.o-col {
    margin-left: 58.33333337%;
  }
  .column.is-8-mobile, .is-8-mobile.o-col {
    flex: none;
    width: 66.66666674%;
  }
  .column.is-offset-8-mobile, .is-offset-8-mobile.o-col {
    margin-left: 66.66666674%;
  }
  .column.is-9-mobile, .is-9-mobile.o-col {
    flex: none;
    width: 75%;
  }
  .column.is-offset-9-mobile, .is-offset-9-mobile.o-col {
    margin-left: 75%;
  }
  .column.is-10-mobile, .is-10-mobile.o-col {
    flex: none;
    width: 83.33333337%;
  }
  .column.is-offset-10-mobile, .is-offset-10-mobile.o-col {
    margin-left: 83.33333337%;
  }
  .column.is-11-mobile, .is-11-mobile.o-col {
    flex: none;
    width: 91.66666674%;
  }
  .column.is-offset-11-mobile, .is-offset-11-mobile.o-col {
    margin-left: 91.66666674%;
  }
  .column.is-12-mobile, .is-12-mobile.o-col {
    flex: none;
    width: 100%;
  }
  .column.is-offset-12-mobile, .is-offset-12-mobile.o-col {
    margin-left: 100%;
  }
}
@media screen and (min-width: 375px), print {
  .column.is-narrow, .is-narrow.o-col, .column.is-narrow-tablet, .is-narrow-tablet.o-col {
    flex: none;
    width: unset;
  }
  .column.is-full, .is-full.o-col, .column.is-full-tablet, .is-full-tablet.o-col {
    flex: none;
    width: 100%;
  }
  .column.is-three-quarters, .is-three-quarters.o-col, .column.is-three-quarters-tablet, .is-three-quarters-tablet.o-col {
    flex: none;
    width: 75%;
  }
  .column.is-two-thirds, .is-two-thirds.o-col, .column.is-two-thirds-tablet, .is-two-thirds-tablet.o-col {
    flex: none;
    width: 66.6666%;
  }
  .column.is-half, .is-half.o-col, .column.is-half-tablet, .is-half-tablet.o-col {
    flex: none;
    width: 50%;
  }
  .column.is-one-third, .is-one-third.o-col, .column.is-one-third-tablet, .is-one-third-tablet.o-col {
    flex: none;
    width: 33.3333%;
  }
  .column.is-one-quarter, .is-one-quarter.o-col, .column.is-one-quarter-tablet, .is-one-quarter-tablet.o-col {
    flex: none;
    width: 25%;
  }
  .column.is-one-fifth, .is-one-fifth.o-col, .column.is-one-fifth-tablet, .is-one-fifth-tablet.o-col {
    flex: none;
    width: 20%;
  }
  .column.is-two-fifths, .is-two-fifths.o-col, .column.is-two-fifths-tablet, .is-two-fifths-tablet.o-col {
    flex: none;
    width: 40%;
  }
  .column.is-three-fifths, .is-three-fifths.o-col, .column.is-three-fifths-tablet, .is-three-fifths-tablet.o-col {
    flex: none;
    width: 60%;
  }
  .column.is-four-fifths, .is-four-fifths.o-col, .column.is-four-fifths-tablet, .is-four-fifths-tablet.o-col {
    flex: none;
    width: 80%;
  }
  .column.is-offset-three-quarters, .is-offset-three-quarters.o-col, .column.is-offset-three-quarters-tablet, .is-offset-three-quarters-tablet.o-col {
    margin-left: 75%;
  }
  .column.is-offset-two-thirds, .is-offset-two-thirds.o-col, .column.is-offset-two-thirds-tablet, .is-offset-two-thirds-tablet.o-col {
    margin-left: 66.6666%;
  }
  .column.is-offset-half, .is-offset-half.o-col, .column.is-offset-half-tablet, .is-offset-half-tablet.o-col {
    margin-left: 50%;
  }
  .column.is-offset-one-third, .is-offset-one-third.o-col, .column.is-offset-one-third-tablet, .is-offset-one-third-tablet.o-col {
    margin-left: 33.3333%;
  }
  .column.is-offset-one-quarter, .is-offset-one-quarter.o-col, .column.is-offset-one-quarter-tablet, .is-offset-one-quarter-tablet.o-col {
    margin-left: 25%;
  }
  .column.is-offset-one-fifth, .is-offset-one-fifth.o-col, .column.is-offset-one-fifth-tablet, .is-offset-one-fifth-tablet.o-col {
    margin-left: 20%;
  }
  .column.is-offset-two-fifths, .is-offset-two-fifths.o-col, .column.is-offset-two-fifths-tablet, .is-offset-two-fifths-tablet.o-col {
    margin-left: 40%;
  }
  .column.is-offset-three-fifths, .is-offset-three-fifths.o-col, .column.is-offset-three-fifths-tablet, .is-offset-three-fifths-tablet.o-col {
    margin-left: 60%;
  }
  .column.is-offset-four-fifths, .is-offset-four-fifths.o-col, .column.is-offset-four-fifths-tablet, .is-offset-four-fifths-tablet.o-col {
    margin-left: 80%;
  }
  .column.is-0, .is-0.o-col, .column.is-0-tablet, .is-0-tablet.o-col {
    flex: none;
    width: 0%;
  }
  .column.is-offset-0, .is-offset-0.o-col, .column.is-offset-0-tablet, .is-offset-0-tablet.o-col {
    margin-left: 0%;
  }
  .column.is-1, .is-1.o-col, .column.is-1-tablet, .is-1-tablet.o-col {
    flex: none;
    width: 8.33333337%;
  }
  .column.is-offset-1, .is-offset-1.o-col, .column.is-offset-1-tablet, .is-offset-1-tablet.o-col {
    margin-left: 8.33333337%;
  }
  .column.is-2, .is-2.o-col, .column.is-2-tablet, .is-2-tablet.o-col {
    flex: none;
    width: 16.66666674%;
  }
  .column.is-offset-2, .is-offset-2.o-col, .column.is-offset-2-tablet, .is-offset-2-tablet.o-col {
    margin-left: 16.66666674%;
  }
  .column.is-3, .is-3.o-col, .column.is-3-tablet, .is-3-tablet.o-col {
    flex: none;
    width: 25%;
  }
  .column.is-offset-3, .is-offset-3.o-col, .column.is-offset-3-tablet, .is-offset-3-tablet.o-col {
    margin-left: 25%;
  }
  .column.is-4, .is-4.o-col, .column.is-4-tablet, .is-4-tablet.o-col {
    flex: none;
    width: 33.33333337%;
  }
  .column.is-offset-4, .is-offset-4.o-col, .column.is-offset-4-tablet, .is-offset-4-tablet.o-col {
    margin-left: 33.33333337%;
  }
  .column.is-5, .is-5.o-col, .column.is-5-tablet, .is-5-tablet.o-col {
    flex: none;
    width: 41.66666674%;
  }
  .column.is-offset-5, .is-offset-5.o-col, .column.is-offset-5-tablet, .is-offset-5-tablet.o-col {
    margin-left: 41.66666674%;
  }
  .column.is-6, .is-6.o-col, .column.is-6-tablet, .is-6-tablet.o-col {
    flex: none;
    width: 50%;
  }
  .column.is-offset-6, .is-offset-6.o-col, .column.is-offset-6-tablet, .is-offset-6-tablet.o-col {
    margin-left: 50%;
  }
  .column.is-7, .is-7.o-col, .column.is-7-tablet, .is-7-tablet.o-col {
    flex: none;
    width: 58.33333337%;
  }
  .column.is-offset-7, .is-offset-7.o-col, .column.is-offset-7-tablet, .is-offset-7-tablet.o-col {
    margin-left: 58.33333337%;
  }
  .column.is-8, .is-8.o-col, .column.is-8-tablet, .is-8-tablet.o-col {
    flex: none;
    width: 66.66666674%;
  }
  .column.is-offset-8, .is-offset-8.o-col, .column.is-offset-8-tablet, .is-offset-8-tablet.o-col {
    margin-left: 66.66666674%;
  }
  .column.is-9, .is-9.o-col, .column.is-9-tablet, .is-9-tablet.o-col {
    flex: none;
    width: 75%;
  }
  .column.is-offset-9, .is-offset-9.o-col, .column.is-offset-9-tablet, .is-offset-9-tablet.o-col {
    margin-left: 75%;
  }
  .column.is-10, .is-10.o-col, .column.is-10-tablet, .is-10-tablet.o-col {
    flex: none;
    width: 83.33333337%;
  }
  .column.is-offset-10, .is-offset-10.o-col, .column.is-offset-10-tablet, .is-offset-10-tablet.o-col {
    margin-left: 83.33333337%;
  }
  .column.is-11, .is-11.o-col, .column.is-11-tablet, .is-11-tablet.o-col {
    flex: none;
    width: 91.66666674%;
  }
  .column.is-offset-11, .is-offset-11.o-col, .column.is-offset-11-tablet, .is-offset-11-tablet.o-col {
    margin-left: 91.66666674%;
  }
  .column.is-12, .is-12.o-col, .column.is-12-tablet, .is-12-tablet.o-col {
    flex: none;
    width: 100%;
  }
  .column.is-offset-12, .is-offset-12.o-col, .column.is-offset-12-tablet, .is-offset-12-tablet.o-col {
    margin-left: 100%;
  }
}
@media screen and (max-width: 1023px) {
  .column.is-narrow-touch, .is-narrow-touch.o-col {
    flex: none;
    width: unset;
  }
  .column.is-full-touch, .is-full-touch.o-col {
    flex: none;
    width: 100%;
  }
  .column.is-three-quarters-touch, .is-three-quarters-touch.o-col {
    flex: none;
    width: 75%;
  }
  .column.is-two-thirds-touch, .is-two-thirds-touch.o-col {
    flex: none;
    width: 66.6666%;
  }
  .column.is-half-touch, .is-half-touch.o-col {
    flex: none;
    width: 50%;
  }
  .column.is-one-third-touch, .is-one-third-touch.o-col {
    flex: none;
    width: 33.3333%;
  }
  .column.is-one-quarter-touch, .is-one-quarter-touch.o-col {
    flex: none;
    width: 25%;
  }
  .column.is-one-fifth-touch, .is-one-fifth-touch.o-col {
    flex: none;
    width: 20%;
  }
  .column.is-two-fifths-touch, .is-two-fifths-touch.o-col {
    flex: none;
    width: 40%;
  }
  .column.is-three-fifths-touch, .is-three-fifths-touch.o-col {
    flex: none;
    width: 60%;
  }
  .column.is-four-fifths-touch, .is-four-fifths-touch.o-col {
    flex: none;
    width: 80%;
  }
  .column.is-offset-three-quarters-touch, .is-offset-three-quarters-touch.o-col {
    margin-left: 75%;
  }
  .column.is-offset-two-thirds-touch, .is-offset-two-thirds-touch.o-col {
    margin-left: 66.6666%;
  }
  .column.is-offset-half-touch, .is-offset-half-touch.o-col {
    margin-left: 50%;
  }
  .column.is-offset-one-third-touch, .is-offset-one-third-touch.o-col {
    margin-left: 33.3333%;
  }
  .column.is-offset-one-quarter-touch, .is-offset-one-quarter-touch.o-col {
    margin-left: 25%;
  }
  .column.is-offset-one-fifth-touch, .is-offset-one-fifth-touch.o-col {
    margin-left: 20%;
  }
  .column.is-offset-two-fifths-touch, .is-offset-two-fifths-touch.o-col {
    margin-left: 40%;
  }
  .column.is-offset-three-fifths-touch, .is-offset-three-fifths-touch.o-col {
    margin-left: 60%;
  }
  .column.is-offset-four-fifths-touch, .is-offset-four-fifths-touch.o-col {
    margin-left: 80%;
  }
  .column.is-0-touch, .is-0-touch.o-col {
    flex: none;
    width: 0%;
  }
  .column.is-offset-0-touch, .is-offset-0-touch.o-col {
    margin-left: 0%;
  }
  .column.is-1-touch, .is-1-touch.o-col {
    flex: none;
    width: 8.33333337%;
  }
  .column.is-offset-1-touch, .is-offset-1-touch.o-col {
    margin-left: 8.33333337%;
  }
  .column.is-2-touch, .is-2-touch.o-col {
    flex: none;
    width: 16.66666674%;
  }
  .column.is-offset-2-touch, .is-offset-2-touch.o-col {
    margin-left: 16.66666674%;
  }
  .column.is-3-touch, .is-3-touch.o-col {
    flex: none;
    width: 25%;
  }
  .column.is-offset-3-touch, .is-offset-3-touch.o-col {
    margin-left: 25%;
  }
  .column.is-4-touch, .is-4-touch.o-col {
    flex: none;
    width: 33.33333337%;
  }
  .column.is-offset-4-touch, .is-offset-4-touch.o-col {
    margin-left: 33.33333337%;
  }
  .column.is-5-touch, .is-5-touch.o-col {
    flex: none;
    width: 41.66666674%;
  }
  .column.is-offset-5-touch, .is-offset-5-touch.o-col {
    margin-left: 41.66666674%;
  }
  .column.is-6-touch, .is-6-touch.o-col {
    flex: none;
    width: 50%;
  }
  .column.is-offset-6-touch, .is-offset-6-touch.o-col {
    margin-left: 50%;
  }
  .column.is-7-touch, .is-7-touch.o-col {
    flex: none;
    width: 58.33333337%;
  }
  .column.is-offset-7-touch, .is-offset-7-touch.o-col {
    margin-left: 58.33333337%;
  }
  .column.is-8-touch, .is-8-touch.o-col {
    flex: none;
    width: 66.66666674%;
  }
  .column.is-offset-8-touch, .is-offset-8-touch.o-col {
    margin-left: 66.66666674%;
  }
  .column.is-9-touch, .is-9-touch.o-col {
    flex: none;
    width: 75%;
  }
  .column.is-offset-9-touch, .is-offset-9-touch.o-col {
    margin-left: 75%;
  }
  .column.is-10-touch, .is-10-touch.o-col {
    flex: none;
    width: 83.33333337%;
  }
  .column.is-offset-10-touch, .is-offset-10-touch.o-col {
    margin-left: 83.33333337%;
  }
  .column.is-11-touch, .is-11-touch.o-col {
    flex: none;
    width: 91.66666674%;
  }
  .column.is-offset-11-touch, .is-offset-11-touch.o-col {
    margin-left: 91.66666674%;
  }
  .column.is-12-touch, .is-12-touch.o-col {
    flex: none;
    width: 100%;
  }
  .column.is-offset-12-touch, .is-offset-12-touch.o-col {
    margin-left: 100%;
  }
}
@media screen and (min-width: 1024px) {
  .column.is-narrow-desktop, .is-narrow-desktop.o-col {
    flex: none;
    width: unset;
  }
  .column.is-full-desktop, .is-full-desktop.o-col {
    flex: none;
    width: 100%;
  }
  .column.is-three-quarters-desktop, .is-three-quarters-desktop.o-col {
    flex: none;
    width: 75%;
  }
  .column.is-two-thirds-desktop, .is-two-thirds-desktop.o-col {
    flex: none;
    width: 66.6666%;
  }
  .column.is-half-desktop, .is-half-desktop.o-col {
    flex: none;
    width: 50%;
  }
  .column.is-one-third-desktop, .is-one-third-desktop.o-col {
    flex: none;
    width: 33.3333%;
  }
  .column.is-one-quarter-desktop, .is-one-quarter-desktop.o-col {
    flex: none;
    width: 25%;
  }
  .column.is-one-fifth-desktop, .is-one-fifth-desktop.o-col {
    flex: none;
    width: 20%;
  }
  .column.is-two-fifths-desktop, .is-two-fifths-desktop.o-col {
    flex: none;
    width: 40%;
  }
  .column.is-three-fifths-desktop, .is-three-fifths-desktop.o-col {
    flex: none;
    width: 60%;
  }
  .column.is-four-fifths-desktop, .is-four-fifths-desktop.o-col {
    flex: none;
    width: 80%;
  }
  .column.is-offset-three-quarters-desktop, .is-offset-three-quarters-desktop.o-col {
    margin-left: 75%;
  }
  .column.is-offset-two-thirds-desktop, .is-offset-two-thirds-desktop.o-col {
    margin-left: 66.6666%;
  }
  .column.is-offset-half-desktop, .is-offset-half-desktop.o-col {
    margin-left: 50%;
  }
  .column.is-offset-one-third-desktop, .is-offset-one-third-desktop.o-col {
    margin-left: 33.3333%;
  }
  .column.is-offset-one-quarter-desktop, .is-offset-one-quarter-desktop.o-col {
    margin-left: 25%;
  }
  .column.is-offset-one-fifth-desktop, .is-offset-one-fifth-desktop.o-col {
    margin-left: 20%;
  }
  .column.is-offset-two-fifths-desktop, .is-offset-two-fifths-desktop.o-col {
    margin-left: 40%;
  }
  .column.is-offset-three-fifths-desktop, .is-offset-three-fifths-desktop.o-col {
    margin-left: 60%;
  }
  .column.is-offset-four-fifths-desktop, .is-offset-four-fifths-desktop.o-col {
    margin-left: 80%;
  }
  .column.is-0-desktop, .is-0-desktop.o-col {
    flex: none;
    width: 0%;
  }
  .column.is-offset-0-desktop, .is-offset-0-desktop.o-col {
    margin-left: 0%;
  }
  .column.is-1-desktop, .is-1-desktop.o-col {
    flex: none;
    width: 8.33333337%;
  }
  .column.is-offset-1-desktop, .is-offset-1-desktop.o-col {
    margin-left: 8.33333337%;
  }
  .column.is-2-desktop, .is-2-desktop.o-col {
    flex: none;
    width: 16.66666674%;
  }
  .column.is-offset-2-desktop, .is-offset-2-desktop.o-col {
    margin-left: 16.66666674%;
  }
  .column.is-3-desktop, .is-3-desktop.o-col {
    flex: none;
    width: 25%;
  }
  .column.is-offset-3-desktop, .is-offset-3-desktop.o-col {
    margin-left: 25%;
  }
  .column.is-4-desktop, .is-4-desktop.o-col {
    flex: none;
    width: 33.33333337%;
  }
  .column.is-offset-4-desktop, .is-offset-4-desktop.o-col {
    margin-left: 33.33333337%;
  }
  .column.is-5-desktop, .is-5-desktop.o-col {
    flex: none;
    width: 41.66666674%;
  }
  .column.is-offset-5-desktop, .is-offset-5-desktop.o-col {
    margin-left: 41.66666674%;
  }
  .column.is-6-desktop, .is-6-desktop.o-col {
    flex: none;
    width: 50%;
  }
  .column.is-offset-6-desktop, .is-offset-6-desktop.o-col {
    margin-left: 50%;
  }
  .column.is-7-desktop, .is-7-desktop.o-col {
    flex: none;
    width: 58.33333337%;
  }
  .column.is-offset-7-desktop, .is-offset-7-desktop.o-col {
    margin-left: 58.33333337%;
  }
  .column.is-8-desktop, .is-8-desktop.o-col {
    flex: none;
    width: 66.66666674%;
  }
  .column.is-offset-8-desktop, .is-offset-8-desktop.o-col {
    margin-left: 66.66666674%;
  }
  .column.is-9-desktop, .is-9-desktop.o-col {
    flex: none;
    width: 75%;
  }
  .column.is-offset-9-desktop, .is-offset-9-desktop.o-col {
    margin-left: 75%;
  }
  .column.is-10-desktop, .is-10-desktop.o-col {
    flex: none;
    width: 83.33333337%;
  }
  .column.is-offset-10-desktop, .is-offset-10-desktop.o-col {
    margin-left: 83.33333337%;
  }
  .column.is-11-desktop, .is-11-desktop.o-col {
    flex: none;
    width: 91.66666674%;
  }
  .column.is-offset-11-desktop, .is-offset-11-desktop.o-col {
    margin-left: 91.66666674%;
  }
  .column.is-12-desktop, .is-12-desktop.o-col {
    flex: none;
    width: 100%;
  }
  .column.is-offset-12-desktop, .is-offset-12-desktop.o-col {
    margin-left: 100%;
  }
}
@media screen and (min-width: 1200px) {
  .column.is-narrow-widescreen, .is-narrow-widescreen.o-col {
    flex: none;
    width: unset;
  }
  .column.is-full-widescreen, .is-full-widescreen.o-col {
    flex: none;
    width: 100%;
  }
  .column.is-three-quarters-widescreen, .is-three-quarters-widescreen.o-col {
    flex: none;
    width: 75%;
  }
  .column.is-two-thirds-widescreen, .is-two-thirds-widescreen.o-col {
    flex: none;
    width: 66.6666%;
  }
  .column.is-half-widescreen, .is-half-widescreen.o-col {
    flex: none;
    width: 50%;
  }
  .column.is-one-third-widescreen, .is-one-third-widescreen.o-col {
    flex: none;
    width: 33.3333%;
  }
  .column.is-one-quarter-widescreen, .is-one-quarter-widescreen.o-col {
    flex: none;
    width: 25%;
  }
  .column.is-one-fifth-widescreen, .is-one-fifth-widescreen.o-col {
    flex: none;
    width: 20%;
  }
  .column.is-two-fifths-widescreen, .is-two-fifths-widescreen.o-col {
    flex: none;
    width: 40%;
  }
  .column.is-three-fifths-widescreen, .is-three-fifths-widescreen.o-col {
    flex: none;
    width: 60%;
  }
  .column.is-four-fifths-widescreen, .is-four-fifths-widescreen.o-col {
    flex: none;
    width: 80%;
  }
  .column.is-offset-three-quarters-widescreen, .is-offset-three-quarters-widescreen.o-col {
    margin-left: 75%;
  }
  .column.is-offset-two-thirds-widescreen, .is-offset-two-thirds-widescreen.o-col {
    margin-left: 66.6666%;
  }
  .column.is-offset-half-widescreen, .is-offset-half-widescreen.o-col {
    margin-left: 50%;
  }
  .column.is-offset-one-third-widescreen, .is-offset-one-third-widescreen.o-col {
    margin-left: 33.3333%;
  }
  .column.is-offset-one-quarter-widescreen, .is-offset-one-quarter-widescreen.o-col {
    margin-left: 25%;
  }
  .column.is-offset-one-fifth-widescreen, .is-offset-one-fifth-widescreen.o-col {
    margin-left: 20%;
  }
  .column.is-offset-two-fifths-widescreen, .is-offset-two-fifths-widescreen.o-col {
    margin-left: 40%;
  }
  .column.is-offset-three-fifths-widescreen, .is-offset-three-fifths-widescreen.o-col {
    margin-left: 60%;
  }
  .column.is-offset-four-fifths-widescreen, .is-offset-four-fifths-widescreen.o-col {
    margin-left: 80%;
  }
  .column.is-0-widescreen, .is-0-widescreen.o-col {
    flex: none;
    width: 0%;
  }
  .column.is-offset-0-widescreen, .is-offset-0-widescreen.o-col {
    margin-left: 0%;
  }
  .column.is-1-widescreen, .is-1-widescreen.o-col {
    flex: none;
    width: 8.33333337%;
  }
  .column.is-offset-1-widescreen, .is-offset-1-widescreen.o-col {
    margin-left: 8.33333337%;
  }
  .column.is-2-widescreen, .is-2-widescreen.o-col {
    flex: none;
    width: 16.66666674%;
  }
  .column.is-offset-2-widescreen, .is-offset-2-widescreen.o-col {
    margin-left: 16.66666674%;
  }
  .column.is-3-widescreen, .is-3-widescreen.o-col {
    flex: none;
    width: 25%;
  }
  .column.is-offset-3-widescreen, .is-offset-3-widescreen.o-col {
    margin-left: 25%;
  }
  .column.is-4-widescreen, .is-4-widescreen.o-col {
    flex: none;
    width: 33.33333337%;
  }
  .column.is-offset-4-widescreen, .is-offset-4-widescreen.o-col {
    margin-left: 33.33333337%;
  }
  .column.is-5-widescreen, .is-5-widescreen.o-col {
    flex: none;
    width: 41.66666674%;
  }
  .column.is-offset-5-widescreen, .is-offset-5-widescreen.o-col {
    margin-left: 41.66666674%;
  }
  .column.is-6-widescreen, .is-6-widescreen.o-col {
    flex: none;
    width: 50%;
  }
  .column.is-offset-6-widescreen, .is-offset-6-widescreen.o-col {
    margin-left: 50%;
  }
  .column.is-7-widescreen, .is-7-widescreen.o-col {
    flex: none;
    width: 58.33333337%;
  }
  .column.is-offset-7-widescreen, .is-offset-7-widescreen.o-col {
    margin-left: 58.33333337%;
  }
  .column.is-8-widescreen, .is-8-widescreen.o-col {
    flex: none;
    width: 66.66666674%;
  }
  .column.is-offset-8-widescreen, .is-offset-8-widescreen.o-col {
    margin-left: 66.66666674%;
  }
  .column.is-9-widescreen, .is-9-widescreen.o-col {
    flex: none;
    width: 75%;
  }
  .column.is-offset-9-widescreen, .is-offset-9-widescreen.o-col {
    margin-left: 75%;
  }
  .column.is-10-widescreen, .is-10-widescreen.o-col {
    flex: none;
    width: 83.33333337%;
  }
  .column.is-offset-10-widescreen, .is-offset-10-widescreen.o-col {
    margin-left: 83.33333337%;
  }
  .column.is-11-widescreen, .is-11-widescreen.o-col {
    flex: none;
    width: 91.66666674%;
  }
  .column.is-offset-11-widescreen, .is-offset-11-widescreen.o-col {
    margin-left: 91.66666674%;
  }
  .column.is-12-widescreen, .is-12-widescreen.o-col {
    flex: none;
    width: 100%;
  }
  .column.is-offset-12-widescreen, .is-offset-12-widescreen.o-col {
    margin-left: 100%;
  }
}
@media screen and (min-width: 1408px) {
  .column.is-narrow-fullhd, .is-narrow-fullhd.o-col {
    flex: none;
    width: unset;
  }
  .column.is-full-fullhd, .is-full-fullhd.o-col {
    flex: none;
    width: 100%;
  }
  .column.is-three-quarters-fullhd, .is-three-quarters-fullhd.o-col {
    flex: none;
    width: 75%;
  }
  .column.is-two-thirds-fullhd, .is-two-thirds-fullhd.o-col {
    flex: none;
    width: 66.6666%;
  }
  .column.is-half-fullhd, .is-half-fullhd.o-col {
    flex: none;
    width: 50%;
  }
  .column.is-one-third-fullhd, .is-one-third-fullhd.o-col {
    flex: none;
    width: 33.3333%;
  }
  .column.is-one-quarter-fullhd, .is-one-quarter-fullhd.o-col {
    flex: none;
    width: 25%;
  }
  .column.is-one-fifth-fullhd, .is-one-fifth-fullhd.o-col {
    flex: none;
    width: 20%;
  }
  .column.is-two-fifths-fullhd, .is-two-fifths-fullhd.o-col {
    flex: none;
    width: 40%;
  }
  .column.is-three-fifths-fullhd, .is-three-fifths-fullhd.o-col {
    flex: none;
    width: 60%;
  }
  .column.is-four-fifths-fullhd, .is-four-fifths-fullhd.o-col {
    flex: none;
    width: 80%;
  }
  .column.is-offset-three-quarters-fullhd, .is-offset-three-quarters-fullhd.o-col {
    margin-left: 75%;
  }
  .column.is-offset-two-thirds-fullhd, .is-offset-two-thirds-fullhd.o-col {
    margin-left: 66.6666%;
  }
  .column.is-offset-half-fullhd, .is-offset-half-fullhd.o-col {
    margin-left: 50%;
  }
  .column.is-offset-one-third-fullhd, .is-offset-one-third-fullhd.o-col {
    margin-left: 33.3333%;
  }
  .column.is-offset-one-quarter-fullhd, .is-offset-one-quarter-fullhd.o-col {
    margin-left: 25%;
  }
  .column.is-offset-one-fifth-fullhd, .is-offset-one-fifth-fullhd.o-col {
    margin-left: 20%;
  }
  .column.is-offset-two-fifths-fullhd, .is-offset-two-fifths-fullhd.o-col {
    margin-left: 40%;
  }
  .column.is-offset-three-fifths-fullhd, .is-offset-three-fifths-fullhd.o-col {
    margin-left: 60%;
  }
  .column.is-offset-four-fifths-fullhd, .is-offset-four-fifths-fullhd.o-col {
    margin-left: 80%;
  }
  .column.is-0-fullhd, .is-0-fullhd.o-col {
    flex: none;
    width: 0%;
  }
  .column.is-offset-0-fullhd, .is-offset-0-fullhd.o-col {
    margin-left: 0%;
  }
  .column.is-1-fullhd, .is-1-fullhd.o-col {
    flex: none;
    width: 8.33333337%;
  }
  .column.is-offset-1-fullhd, .is-offset-1-fullhd.o-col {
    margin-left: 8.33333337%;
  }
  .column.is-2-fullhd, .is-2-fullhd.o-col {
    flex: none;
    width: 16.66666674%;
  }
  .column.is-offset-2-fullhd, .is-offset-2-fullhd.o-col {
    margin-left: 16.66666674%;
  }
  .column.is-3-fullhd, .is-3-fullhd.o-col {
    flex: none;
    width: 25%;
  }
  .column.is-offset-3-fullhd, .is-offset-3-fullhd.o-col {
    margin-left: 25%;
  }
  .column.is-4-fullhd, .is-4-fullhd.o-col {
    flex: none;
    width: 33.33333337%;
  }
  .column.is-offset-4-fullhd, .is-offset-4-fullhd.o-col {
    margin-left: 33.33333337%;
  }
  .column.is-5-fullhd, .is-5-fullhd.o-col {
    flex: none;
    width: 41.66666674%;
  }
  .column.is-offset-5-fullhd, .is-offset-5-fullhd.o-col {
    margin-left: 41.66666674%;
  }
  .column.is-6-fullhd, .is-6-fullhd.o-col {
    flex: none;
    width: 50%;
  }
  .column.is-offset-6-fullhd, .is-offset-6-fullhd.o-col {
    margin-left: 50%;
  }
  .column.is-7-fullhd, .is-7-fullhd.o-col {
    flex: none;
    width: 58.33333337%;
  }
  .column.is-offset-7-fullhd, .is-offset-7-fullhd.o-col {
    margin-left: 58.33333337%;
  }
  .column.is-8-fullhd, .is-8-fullhd.o-col {
    flex: none;
    width: 66.66666674%;
  }
  .column.is-offset-8-fullhd, .is-offset-8-fullhd.o-col {
    margin-left: 66.66666674%;
  }
  .column.is-9-fullhd, .is-9-fullhd.o-col {
    flex: none;
    width: 75%;
  }
  .column.is-offset-9-fullhd, .is-offset-9-fullhd.o-col {
    margin-left: 75%;
  }
  .column.is-10-fullhd, .is-10-fullhd.o-col {
    flex: none;
    width: 83.33333337%;
  }
  .column.is-offset-10-fullhd, .is-offset-10-fullhd.o-col {
    margin-left: 83.33333337%;
  }
  .column.is-11-fullhd, .is-11-fullhd.o-col {
    flex: none;
    width: 91.66666674%;
  }
  .column.is-offset-11-fullhd, .is-offset-11-fullhd.o-col {
    margin-left: 91.66666674%;
  }
  .column.is-12-fullhd, .is-12-fullhd.o-col {
    flex: none;
    width: 100%;
  }
  .column.is-offset-12-fullhd, .is-offset-12-fullhd.o-col {
    margin-left: 100%;
  }
}

.columns, .o-cols {
  margin-left: -0.375rem;
  margin-right: -0.375rem;
  margin-top: -0.375rem;
}
.columns:last-child, .o-cols:last-child {
  margin-bottom: -0.375rem;
}
.columns:not(:last-child), .o-cols:not(:last-child) {
  margin-bottom: calc(1.5rem - 0.375rem);
}
.columns.is-centered, .is-centered.o-cols {
  justify-content: center;
}
.columns.is-gapless, .is-gapless.o-cols {
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
}
.columns.is-gapless > .column, .columns.is-gapless > .o-col, .is-gapless.o-cols > .column, .is-gapless.o-cols > .o-col {
  margin: 0;
  padding: 0 !important;
}
.columns.is-gapless:not(:last-child), .is-gapless.o-cols:not(:last-child) {
  margin-bottom: 1.5rem;
}
.columns.is-gapless:last-child, .is-gapless.o-cols:last-child {
  margin-bottom: 0;
}
.columns.is-mobile, .is-mobile.o-cols {
  display: flex;
}
.columns.is-multiline, .is-multiline.o-cols {
  flex-wrap: wrap;
}
.columns.is-vcentered, .is-vcentered.o-cols {
  align-items: center;
}
@media screen and (min-width: 375px), print {
  .columns:not(.is-desktop), .o-cols:not(.is-desktop) {
    display: flex;
  }
}
@media screen and (min-width: 1024px) {
  .columns.is-desktop, .is-desktop.o-cols {
    display: flex;
  }
}

.columns.is-variable, .is-variable.o-cols {
  --columnGap: 0.75rem;
  margin-left: calc(-1 * var(--columnGap));
  margin-right: calc(-1 * var(--columnGap));
}
.columns.is-variable > .column, .columns.is-variable > .o-col, .is-variable.o-cols > .column, .is-variable.o-cols > .o-col {
  padding-left: var(--columnGap);
  padding-right: var(--columnGap);
}
.columns.is-variable.is-0, .is-variable.is-0.o-cols {
  --columnGap: 0rem;
}
@media screen and (max-width: 374px) {
  .columns.is-variable.is-0-mobile, .is-variable.is-0-mobile.o-cols {
    --columnGap: 0rem;
  }
}
@media screen and (min-width: 375px), print {
  .columns.is-variable.is-0-tablet, .is-variable.is-0-tablet.o-cols {
    --columnGap: 0rem;
  }
}
@media screen and (min-width: 375px) and (max-width: 1023px) {
  .columns.is-variable.is-0-tablet-only, .is-variable.is-0-tablet-only.o-cols {
    --columnGap: 0rem;
  }
}
@media screen and (max-width: 1023px) {
  .columns.is-variable.is-0-touch, .is-variable.is-0-touch.o-cols {
    --columnGap: 0rem;
  }
}
@media screen and (min-width: 1024px) {
  .columns.is-variable.is-0-desktop, .is-variable.is-0-desktop.o-cols {
    --columnGap: 0rem;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1199px) {
  .columns.is-variable.is-0-desktop-only, .is-variable.is-0-desktop-only.o-cols {
    --columnGap: 0rem;
  }
}
@media screen and (min-width: 1200px) {
  .columns.is-variable.is-0-widescreen, .is-variable.is-0-widescreen.o-cols {
    --columnGap: 0rem;
  }
}
@media screen and (min-width: 1200px) and (max-width: 1407px) {
  .columns.is-variable.is-0-widescreen-only, .is-variable.is-0-widescreen-only.o-cols {
    --columnGap: 0rem;
  }
}
@media screen and (min-width: 1408px) {
  .columns.is-variable.is-0-fullhd, .is-variable.is-0-fullhd.o-cols {
    --columnGap: 0rem;
  }
}
.columns.is-variable.is-1, .is-variable.is-1.o-cols {
  --columnGap: 0.25rem;
}
@media screen and (max-width: 374px) {
  .columns.is-variable.is-1-mobile, .is-variable.is-1-mobile.o-cols {
    --columnGap: 0.25rem;
  }
}
@media screen and (min-width: 375px), print {
  .columns.is-variable.is-1-tablet, .is-variable.is-1-tablet.o-cols {
    --columnGap: 0.25rem;
  }
}
@media screen and (min-width: 375px) and (max-width: 1023px) {
  .columns.is-variable.is-1-tablet-only, .is-variable.is-1-tablet-only.o-cols {
    --columnGap: 0.25rem;
  }
}
@media screen and (max-width: 1023px) {
  .columns.is-variable.is-1-touch, .is-variable.is-1-touch.o-cols {
    --columnGap: 0.25rem;
  }
}
@media screen and (min-width: 1024px) {
  .columns.is-variable.is-1-desktop, .is-variable.is-1-desktop.o-cols {
    --columnGap: 0.25rem;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1199px) {
  .columns.is-variable.is-1-desktop-only, .is-variable.is-1-desktop-only.o-cols {
    --columnGap: 0.25rem;
  }
}
@media screen and (min-width: 1200px) {
  .columns.is-variable.is-1-widescreen, .is-variable.is-1-widescreen.o-cols {
    --columnGap: 0.25rem;
  }
}
@media screen and (min-width: 1200px) and (max-width: 1407px) {
  .columns.is-variable.is-1-widescreen-only, .is-variable.is-1-widescreen-only.o-cols {
    --columnGap: 0.25rem;
  }
}
@media screen and (min-width: 1408px) {
  .columns.is-variable.is-1-fullhd, .is-variable.is-1-fullhd.o-cols {
    --columnGap: 0.25rem;
  }
}
.columns.is-variable.is-2, .is-variable.is-2.o-cols {
  --columnGap: 0.5rem;
}
@media screen and (max-width: 374px) {
  .columns.is-variable.is-2-mobile, .is-variable.is-2-mobile.o-cols {
    --columnGap: 0.5rem;
  }
}
@media screen and (min-width: 375px), print {
  .columns.is-variable.is-2-tablet, .is-variable.is-2-tablet.o-cols {
    --columnGap: 0.5rem;
  }
}
@media screen and (min-width: 375px) and (max-width: 1023px) {
  .columns.is-variable.is-2-tablet-only, .is-variable.is-2-tablet-only.o-cols {
    --columnGap: 0.5rem;
  }
}
@media screen and (max-width: 1023px) {
  .columns.is-variable.is-2-touch, .is-variable.is-2-touch.o-cols {
    --columnGap: 0.5rem;
  }
}
@media screen and (min-width: 1024px) {
  .columns.is-variable.is-2-desktop, .is-variable.is-2-desktop.o-cols {
    --columnGap: 0.5rem;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1199px) {
  .columns.is-variable.is-2-desktop-only, .is-variable.is-2-desktop-only.o-cols {
    --columnGap: 0.5rem;
  }
}
@media screen and (min-width: 1200px) {
  .columns.is-variable.is-2-widescreen, .is-variable.is-2-widescreen.o-cols {
    --columnGap: 0.5rem;
  }
}
@media screen and (min-width: 1200px) and (max-width: 1407px) {
  .columns.is-variable.is-2-widescreen-only, .is-variable.is-2-widescreen-only.o-cols {
    --columnGap: 0.5rem;
  }
}
@media screen and (min-width: 1408px) {
  .columns.is-variable.is-2-fullhd, .is-variable.is-2-fullhd.o-cols {
    --columnGap: 0.5rem;
  }
}
.columns.is-variable.is-3, .is-variable.is-3.o-cols {
  --columnGap: 0.75rem;
}
@media screen and (max-width: 374px) {
  .columns.is-variable.is-3-mobile, .is-variable.is-3-mobile.o-cols {
    --columnGap: 0.75rem;
  }
}
@media screen and (min-width: 375px), print {
  .columns.is-variable.is-3-tablet, .is-variable.is-3-tablet.o-cols {
    --columnGap: 0.75rem;
  }
}
@media screen and (min-width: 375px) and (max-width: 1023px) {
  .columns.is-variable.is-3-tablet-only, .is-variable.is-3-tablet-only.o-cols {
    --columnGap: 0.75rem;
  }
}
@media screen and (max-width: 1023px) {
  .columns.is-variable.is-3-touch, .is-variable.is-3-touch.o-cols {
    --columnGap: 0.75rem;
  }
}
@media screen and (min-width: 1024px) {
  .columns.is-variable.is-3-desktop, .is-variable.is-3-desktop.o-cols {
    --columnGap: 0.75rem;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1199px) {
  .columns.is-variable.is-3-desktop-only, .is-variable.is-3-desktop-only.o-cols {
    --columnGap: 0.75rem;
  }
}
@media screen and (min-width: 1200px) {
  .columns.is-variable.is-3-widescreen, .is-variable.is-3-widescreen.o-cols {
    --columnGap: 0.75rem;
  }
}
@media screen and (min-width: 1200px) and (max-width: 1407px) {
  .columns.is-variable.is-3-widescreen-only, .is-variable.is-3-widescreen-only.o-cols {
    --columnGap: 0.75rem;
  }
}
@media screen and (min-width: 1408px) {
  .columns.is-variable.is-3-fullhd, .is-variable.is-3-fullhd.o-cols {
    --columnGap: 0.75rem;
  }
}
.columns.is-variable.is-4, .is-variable.is-4.o-cols {
  --columnGap: 1rem;
}
@media screen and (max-width: 374px) {
  .columns.is-variable.is-4-mobile, .is-variable.is-4-mobile.o-cols {
    --columnGap: 1rem;
  }
}
@media screen and (min-width: 375px), print {
  .columns.is-variable.is-4-tablet, .is-variable.is-4-tablet.o-cols {
    --columnGap: 1rem;
  }
}
@media screen and (min-width: 375px) and (max-width: 1023px) {
  .columns.is-variable.is-4-tablet-only, .is-variable.is-4-tablet-only.o-cols {
    --columnGap: 1rem;
  }
}
@media screen and (max-width: 1023px) {
  .columns.is-variable.is-4-touch, .is-variable.is-4-touch.o-cols {
    --columnGap: 1rem;
  }
}
@media screen and (min-width: 1024px) {
  .columns.is-variable.is-4-desktop, .is-variable.is-4-desktop.o-cols {
    --columnGap: 1rem;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1199px) {
  .columns.is-variable.is-4-desktop-only, .is-variable.is-4-desktop-only.o-cols {
    --columnGap: 1rem;
  }
}
@media screen and (min-width: 1200px) {
  .columns.is-variable.is-4-widescreen, .is-variable.is-4-widescreen.o-cols {
    --columnGap: 1rem;
  }
}
@media screen and (min-width: 1200px) and (max-width: 1407px) {
  .columns.is-variable.is-4-widescreen-only, .is-variable.is-4-widescreen-only.o-cols {
    --columnGap: 1rem;
  }
}
@media screen and (min-width: 1408px) {
  .columns.is-variable.is-4-fullhd, .is-variable.is-4-fullhd.o-cols {
    --columnGap: 1rem;
  }
}
.columns.is-variable.is-5, .is-variable.is-5.o-cols {
  --columnGap: 1.25rem;
}
@media screen and (max-width: 374px) {
  .columns.is-variable.is-5-mobile, .is-variable.is-5-mobile.o-cols {
    --columnGap: 1.25rem;
  }
}
@media screen and (min-width: 375px), print {
  .columns.is-variable.is-5-tablet, .is-variable.is-5-tablet.o-cols {
    --columnGap: 1.25rem;
  }
}
@media screen and (min-width: 375px) and (max-width: 1023px) {
  .columns.is-variable.is-5-tablet-only, .is-variable.is-5-tablet-only.o-cols {
    --columnGap: 1.25rem;
  }
}
@media screen and (max-width: 1023px) {
  .columns.is-variable.is-5-touch, .is-variable.is-5-touch.o-cols {
    --columnGap: 1.25rem;
  }
}
@media screen and (min-width: 1024px) {
  .columns.is-variable.is-5-desktop, .is-variable.is-5-desktop.o-cols {
    --columnGap: 1.25rem;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1199px) {
  .columns.is-variable.is-5-desktop-only, .is-variable.is-5-desktop-only.o-cols {
    --columnGap: 1.25rem;
  }
}
@media screen and (min-width: 1200px) {
  .columns.is-variable.is-5-widescreen, .is-variable.is-5-widescreen.o-cols {
    --columnGap: 1.25rem;
  }
}
@media screen and (min-width: 1200px) and (max-width: 1407px) {
  .columns.is-variable.is-5-widescreen-only, .is-variable.is-5-widescreen-only.o-cols {
    --columnGap: 1.25rem;
  }
}
@media screen and (min-width: 1408px) {
  .columns.is-variable.is-5-fullhd, .is-variable.is-5-fullhd.o-cols {
    --columnGap: 1.25rem;
  }
}
.columns.is-variable.is-6, .is-variable.is-6.o-cols {
  --columnGap: 1.5rem;
}
@media screen and (max-width: 374px) {
  .columns.is-variable.is-6-mobile, .is-variable.is-6-mobile.o-cols {
    --columnGap: 1.5rem;
  }
}
@media screen and (min-width: 375px), print {
  .columns.is-variable.is-6-tablet, .is-variable.is-6-tablet.o-cols {
    --columnGap: 1.5rem;
  }
}
@media screen and (min-width: 375px) and (max-width: 1023px) {
  .columns.is-variable.is-6-tablet-only, .is-variable.is-6-tablet-only.o-cols {
    --columnGap: 1.5rem;
  }
}
@media screen and (max-width: 1023px) {
  .columns.is-variable.is-6-touch, .is-variable.is-6-touch.o-cols {
    --columnGap: 1.5rem;
  }
}
@media screen and (min-width: 1024px) {
  .columns.is-variable.is-6-desktop, .is-variable.is-6-desktop.o-cols {
    --columnGap: 1.5rem;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1199px) {
  .columns.is-variable.is-6-desktop-only, .is-variable.is-6-desktop-only.o-cols {
    --columnGap: 1.5rem;
  }
}
@media screen and (min-width: 1200px) {
  .columns.is-variable.is-6-widescreen, .is-variable.is-6-widescreen.o-cols {
    --columnGap: 1.5rem;
  }
}
@media screen and (min-width: 1200px) and (max-width: 1407px) {
  .columns.is-variable.is-6-widescreen-only, .is-variable.is-6-widescreen-only.o-cols {
    --columnGap: 1.5rem;
  }
}
@media screen and (min-width: 1408px) {
  .columns.is-variable.is-6-fullhd, .is-variable.is-6-fullhd.o-cols {
    --columnGap: 1.5rem;
  }
}
.columns.is-variable.is-7, .is-variable.is-7.o-cols {
  --columnGap: 1.75rem;
}
@media screen and (max-width: 374px) {
  .columns.is-variable.is-7-mobile, .is-variable.is-7-mobile.o-cols {
    --columnGap: 1.75rem;
  }
}
@media screen and (min-width: 375px), print {
  .columns.is-variable.is-7-tablet, .is-variable.is-7-tablet.o-cols {
    --columnGap: 1.75rem;
  }
}
@media screen and (min-width: 375px) and (max-width: 1023px) {
  .columns.is-variable.is-7-tablet-only, .is-variable.is-7-tablet-only.o-cols {
    --columnGap: 1.75rem;
  }
}
@media screen and (max-width: 1023px) {
  .columns.is-variable.is-7-touch, .is-variable.is-7-touch.o-cols {
    --columnGap: 1.75rem;
  }
}
@media screen and (min-width: 1024px) {
  .columns.is-variable.is-7-desktop, .is-variable.is-7-desktop.o-cols {
    --columnGap: 1.75rem;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1199px) {
  .columns.is-variable.is-7-desktop-only, .is-variable.is-7-desktop-only.o-cols {
    --columnGap: 1.75rem;
  }
}
@media screen and (min-width: 1200px) {
  .columns.is-variable.is-7-widescreen, .is-variable.is-7-widescreen.o-cols {
    --columnGap: 1.75rem;
  }
}
@media screen and (min-width: 1200px) and (max-width: 1407px) {
  .columns.is-variable.is-7-widescreen-only, .is-variable.is-7-widescreen-only.o-cols {
    --columnGap: 1.75rem;
  }
}
@media screen and (min-width: 1408px) {
  .columns.is-variable.is-7-fullhd, .is-variable.is-7-fullhd.o-cols {
    --columnGap: 1.75rem;
  }
}
.columns.is-variable.is-8, .is-variable.is-8.o-cols {
  --columnGap: 2rem;
}
@media screen and (max-width: 374px) {
  .columns.is-variable.is-8-mobile, .is-variable.is-8-mobile.o-cols {
    --columnGap: 2rem;
  }
}
@media screen and (min-width: 375px), print {
  .columns.is-variable.is-8-tablet, .is-variable.is-8-tablet.o-cols {
    --columnGap: 2rem;
  }
}
@media screen and (min-width: 375px) and (max-width: 1023px) {
  .columns.is-variable.is-8-tablet-only, .is-variable.is-8-tablet-only.o-cols {
    --columnGap: 2rem;
  }
}
@media screen and (max-width: 1023px) {
  .columns.is-variable.is-8-touch, .is-variable.is-8-touch.o-cols {
    --columnGap: 2rem;
  }
}
@media screen and (min-width: 1024px) {
  .columns.is-variable.is-8-desktop, .is-variable.is-8-desktop.o-cols {
    --columnGap: 2rem;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1199px) {
  .columns.is-variable.is-8-desktop-only, .is-variable.is-8-desktop-only.o-cols {
    --columnGap: 2rem;
  }
}
@media screen and (min-width: 1200px) {
  .columns.is-variable.is-8-widescreen, .is-variable.is-8-widescreen.o-cols {
    --columnGap: 2rem;
  }
}
@media screen and (min-width: 1200px) and (max-width: 1407px) {
  .columns.is-variable.is-8-widescreen-only, .is-variable.is-8-widescreen-only.o-cols {
    --columnGap: 2rem;
  }
}
@media screen and (min-width: 1408px) {
  .columns.is-variable.is-8-fullhd, .is-variable.is-8-fullhd.o-cols {
    --columnGap: 2rem;
  }
}

.container {
  flex-grow: 1;
  margin: 0 auto;
  position: relative;
  width: auto;
}
.container.is-fluid {
  max-width: none !important;
  padding-left: 32px;
  padding-right: 32px;
  width: 100%;
}
@media screen and (min-width: 1024px) {
  .container {
    max-width: 960px;
  }
}
@media screen and (max-width: 1199px) {
  .container.is-widescreen:not(.is-max-desktop) {
    max-width: 1136px;
  }
}
@media screen and (max-width: 1407px) {
  .container.is-fullhd:not(.is-max-desktop):not(.is-max-widescreen) {
    max-width: 1344px;
  }
}
@media screen and (min-width: 1200px) {
  .container:not(.is-max-desktop) {
    max-width: 1136px;
  }
}
@media screen and (min-width: 1408px) {
  .container:not(.is-max-desktop):not(.is-max-widescreen) {
    max-width: 1344px;
  }
}

/* ==========================================================================
   #BOX-SIZING
   ========================================================================== */
/**
 * More sensible default box-sizing:
 * css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice
 */
html {
  box-sizing: border-box;
}

*, *:before, *:after {
  box-sizing: inherit;
}

/* ==========================================================================
   #FONT-FACE
   ========================================================================== */
/**
 * Add font-display: swap to font-face blocks here
 * https://www.zachleat.com/web/comprehensive-webfonts/#font-display
 */
@font-face {
  font-family: "RotisSemiSerifPro-Bold";
  font-display: swap;
  src: url("../assets/fonts/Rotis/37A149_0_0.eot");
  src: url("../assets/fonts/Rotis/37A149_0_0.eot?#iefix") format("embedded-opentype"), url("../assets/fonts/Rotis/37A149_0_0.woff2") format("woff2"), url("../assets/fonts/Rotis/37A149_0_0.woff") format("woff"), url("../assets/fonts/Rotis/37A149_0_0.ttf") format("truetype");
}
@font-face {
  font-family: "Maax";
  font-display: swap;
  src: url("../assets/fonts/Maax-205TF/Maax-Regular-205TF/Maax-Regular-205TF.eot");
  src: url("../assets/fonts/Maax-205TF/Maax-Regular-205TF/Maax-Regular-205TF.woff") format("woff"), url("../assets/fonts/Maax-205TF/Maax-Regular-205TF/Maax-Regular-205TF.ttf") format("truetype"), url("../assets/fonts/Maax-205TF/Maax-Regular-205TF/Maax-Regular-205TF.svg#font") format("svg");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Maax";
  font-display: swap;
  src: url("../assets/fonts/Maax-205TF/Maax-Medium-205TF/Maax-Medium-205TF.eot");
  src: url("../assets/fonts/Maax-205TF/Maax-Medium-205TF/Maax-Medium-205TF.woff") format("woff"), url("../assets/fonts/Maax-205TF/Maax-Medium-205TF/Maax-Medium-205TF.ttf") format("truetype"), url("../assets/fonts/Maax-205TF/Maax-Medium-205TF/Maax-Medium-205TF.svg#font") format("svg");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Maax";
  font-display: swap;
  src: url("../assets/fonts/Maax-205TF/Maax-Medium-205TF/Maax-Medium-205TF.eot");
  src: url("../assets/fonts/Maax-205TF/Maax-Medium-205TF/Maax-Medium-205TF.woff") format("woff"), url("../assets/fonts/Maax-205TF/Maax-Medium-205TF/Maax-Medium-205TF.ttf") format("truetype"), url("../assets/fonts/Maax-205TF/Maax-Medium-205TF/Maax-Medium-205TF.svg#font") format("svg");
  font-weight: 700;
  font-style: normal;
}
/*
@font-face{
  font-family: 'Maax';
  font-display: swap;
  src:    url('../assets/fonts/Maax-205TF/Maax-Bold-205TF/Maax-Bold-205TF.eot');
  src:    url('../assets/fonts/Maax-205TF/Maax-Bold-205TF/Maax-Bold-205TF.woff') format('woff'),
  url('../assets/fonts/Maax-205TF/Maax-Bold-205TF/Maax-Bold-205TF.ttf') format('truetype'),
  url('../assets/fonts/Maax-205TF/Maax-Bold-205TF/Maax-Bold-205TF.svg#font') format('svg');

  font-weight: 700;
  font-style: normal;
}
*/
/* ==========================================================================
   #NORMALIZE
   ========================================================================== */
/*! normalize-scss | MIT/GPLv2 License | bit.ly/normalize-scss */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
figcaption,
figure {
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * Add the correct display in IE.
 */
main {
  display: block;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Links
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 */
button {
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
  /* 2 */
}

button,
[type=button],
[type=reset],
[type=submit] {
  /**
   * Remove the inner border and padding in Firefox.
   */
  /**
   * Restore the focus styles unset by the previous rule.
   */
}
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Show the overflow in Edge.
 */
input {
  overflow: visible;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
  /**
   * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
   */
}
[type=search]::-webkit-search-cancel-button, [type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  color: inherit;
  /* 2 */
  white-space: normal;
  /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto;
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Add the correct display in IE 9-.
 */
menu {
  display: block;
}

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */
template {
  display: none;
}

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none;
}

/* ==========================================================================
   #RESET
   ========================================================================== */
/**
 * A very simple reset that sits on top of Normalize.css.
 */
body,
h1,
h2,
h3,
h4,
h5,
h6,
blockquote,
p,
pre,
dl,
dd,
ol,
ul,
figure,
hr,
fieldset,
legend {
  margin: 0;
  padding: 0;
}

/**
 * Remove trailing margins from nested lists.
 */
li > ol,
li > ul {
  margin-bottom: 0;
}

/**
 * Remove default table spacing.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/**
 * 1. Reset Chrome and Firefox behaviour which sets a `min-width: min-content;`
 *    on fieldsets.
 */
fieldset {
  min-width: 0;
  /* [1] */
  border: 0;
}

/* ==========================================================================
   #SHARED
   ========================================================================== */
/**
 * Shared declarations for certain elements.
 */
/**
 * Always declare margins in the same direction:
 * csswizardry.com/2012/06/single-direction-margin-declarations
 */
address,
h1,
h2,
h3,
h4,
h5,
h6,
blockquote,
p,
pre,
dl,
ol,
ul,
figure,
hr,
table,
fieldset {
  margin-bottom: 1.3rem;
}

/**
 * Consistent indentation for lists.
 */
dd,
ol,
ul {
  margin-left: 1rem;
}

/* ==========================================================================
   #BLOCKQUOTES
   ========================================================================== */
blockquote {
  quotes: "“" "”" "‘" "’";
  font-style: italic;
}
blockquote p:first-child:before {
  content: open-quote;
}
blockquote p:last-child:after {
  content: close-quote;
}

/* ==========================================================================
   BODY
   ========================================================================== */
/* ==========================================================================
   #HEADINGS
   ========================================================================== */
/**
 * Simple default styles for headings 1 through 6. Anything more opinionated
 * than simple font-size changes should likely be applied via classes (see:
 * http://csswizardry.com/2016/02/managing-typography-on-large-apps/).
 */
h1,
h2,
h3,
h4,
h5,
h6,
.u-text-h1,
.u-text-h2,
.u-text-h3,
.u-text-h4,
.u-text-h5,
.u-text-h6 {
  line-height: 1.2;
  font-weight: 500;
}

h1,
.u-text-h1 {
  font-size: calc(0.5vw + 22.4px);
  letter-spacing: calc(-0.0025vw + -0.112px);
}
@media (max-width: 320px) {
  h1,
.u-text-h1 {
    font-size: 24px;
  }
}
@media (min-width: 1920px) {
  h1,
.u-text-h1 {
    font-size: 32px;
  }
}
@media (max-width: 320px) {
  h1,
.u-text-h1 {
    letter-spacing: -0.12px;
  }
}
@media (min-width: 1920px) {
  h1,
.u-text-h1 {
    letter-spacing: -0.16px;
  }
}

h2,
.u-text-h2 {
  font-size: calc(0.5vw + 20.4px);
  letter-spacing: calc(-0.0025vw + -0.102px);
}
@media (max-width: 320px) {
  h2,
.u-text-h2 {
    font-size: 22px;
  }
}
@media (min-width: 1920px) {
  h2,
.u-text-h2 {
    font-size: 30px;
  }
}
@media (max-width: 320px) {
  h2,
.u-text-h2 {
    letter-spacing: -0.11px;
  }
}
@media (min-width: 1920px) {
  h2,
.u-text-h2 {
    letter-spacing: -0.15px;
  }
}

h3,
h4,
h5,
h6,
.u-text-h3,
.u-text-h4,
.u-text-h5,
.u-text-h6 {
  font-size: calc(0.5vw + 18.4px);
  letter-spacing: calc(-0.0025vw + -0.092px);
}
@media (max-width: 320px) {
  h3,
h4,
h5,
h6,
.u-text-h3,
.u-text-h4,
.u-text-h5,
.u-text-h6 {
    font-size: 20px;
  }
}
@media (min-width: 1920px) {
  h3,
h4,
h5,
h6,
.u-text-h3,
.u-text-h4,
.u-text-h5,
.u-text-h6 {
    font-size: 28px;
  }
}
@media (max-width: 320px) {
  h3,
h4,
h5,
h6,
.u-text-h3,
.u-text-h4,
.u-text-h5,
.u-text-h6 {
    letter-spacing: -0.1px;
  }
}
@media (min-width: 1920px) {
  h3,
h4,
h5,
h6,
.u-text-h3,
.u-text-h4,
.u-text-h5,
.u-text-h6 {
    letter-spacing: -0.14px;
  }
}

/* ==========================================================================
   #HR
   ========================================================================== */
hr {
  display: block;
}

/* ==========================================================================
   #PAGE
   ========================================================================== */
/**
 * Simple page-level setup.
 *
 * 1. Set the default `font-size` and `line-height` for the entire project.
 * 2. Force scrollbars to always be visible to prevent awkward ‘jumps’ when
 *    navigating between pages that do/do not have enough content to produce
 *    scrollbars naturally.
 * 3. Ensure the page always fills at least the entire height of the viewport.
 */
html {
  background: #ffffff;
  color: #000000;
  font-family: "Maax", -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", "Roboto", "Helvetica Neue", "Arial", sans-serif;
  font-weight: 400;
  font-size: 1rem;
  /* [1] */
  /* 13px */
  line-height: 1.5;
  /* [1] */
  height: 100%;
  /* [3] */
  overflow-y: scroll;
  /* [2] */
  padding: 0;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
html.is-locked.is-scrolled {
  padding-top: var(--fixed-offset);
}

/* ==========================================================================
   #IMAGES
   ========================================================================== */
/**
 * 1. Fluid images for responsive purposes.
 * 2. Offset `alt` text from surrounding copy.
 * 3. Setting `vertical-align` removes the whitespace that appears under `img`
 *    elements when they are dropped into a page as-is. Safer alternative to
 *    using `display: block;`.
 */
img {
  font-style: italic;
  /* [2] */
  max-width: 100%;
  /* [1] */
  vertical-align: middle;
  /* [3] */
}

/**
 * 1. If a `width` and/or `height` attribute have been explicitly defined, let’s
 *    not make the image fluid.
 */
img[width],
img[height] {
  max-width: none;
}

/* ==========================================================================
   #LINKS
   ========================================================================== */
a {
  color: #000000;
  font-weight: 500;
  text-decoration: underline;
}
a:hover {
  color: #606060;
}

/* ==========================================================================
   #LISTS
   ========================================================================== */
li {
  margin-bottom: 0.5rem;
}
li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1rem;
  margin-top: 0.5rem;
}

dt {
  font-weight: bold;
}

dd {
  margin-bottom: 1rem;
  margin-left: 1rem;
}

/* ==========================================================================
   #PARAGRAPHS
   ========================================================================== */
/**
 * Simple default styles for paragraphs. Anything more opinionated
 * than simple font-size changes should likely be applied via classes (see:
 * http://csswizardry.com/2016/02/managing-typography-on-large-apps/).
 */
.u-paragraph, .cart_item .woocommerce-Price-amount.amount,
.cart_item .product-unit-price,
.cart_item .product-variant,
.cart_item .product-sku,
.cart_item .wc-gzd-cart-info.delivery-time-info,
.cart_item .wc-gzd-cart-info.units-info, .cart_item .product-name, body .select2-container--default .select2-selection--single .select2-selection__rendered .select2-selection__placeholder, .u-paragraph-caption, .enr-cart_level-subscribe-now-wrapper p:last-of-type, a.clear-cart-link, .quantity-wrapper .quantity-label span, .cart-collaterals .shop_table tr, .cart_item .subscription-details .woocommerce-Price-amount.amount bdi, .cart_item .subscription-details, .c-form__group-checkbox, label.checkbox, .form-row label.checkbox,
.woocommerce-form-row label.checkbox, input[type=checkbox].enr-subscribe-now + label, .c-form__group-message, .u-paragraph-sub--alt, .u-paragraph-sub, .quantity input, .u-paragraph--alt, p {
  font-size: calc(0.125vw + 13.6px);
  line-height: 1.4;
}
@media (max-width: 320px) {
  .u-paragraph, .cart_item .woocommerce-Price-amount.amount,
.cart_item .product-unit-price,
.cart_item .product-variant,
.cart_item .product-sku,
.cart_item .wc-gzd-cart-info.delivery-time-info,
.cart_item .wc-gzd-cart-info.units-info, .cart_item .product-name, body .select2-container--default .select2-selection--single .select2-selection__rendered .select2-selection__placeholder, .u-paragraph-caption, .enr-cart_level-subscribe-now-wrapper p:last-of-type, a.clear-cart-link, .quantity-wrapper .quantity-label span, .cart-collaterals .shop_table tr, .cart_item .subscription-details .woocommerce-Price-amount.amount bdi, .cart_item .subscription-details, .c-form__group-checkbox, label.checkbox, .form-row label.checkbox,
.woocommerce-form-row label.checkbox, input[type=checkbox].enr-subscribe-now + label, .c-form__group-message, .u-paragraph-sub--alt, .u-paragraph-sub, .quantity input, .u-paragraph--alt, p {
    font-size: 14px;
  }
}
@media (min-width: 1920px) {
  .u-paragraph, .cart_item .woocommerce-Price-amount.amount,
.cart_item .product-unit-price,
.cart_item .product-variant,
.cart_item .product-sku,
.cart_item .wc-gzd-cart-info.delivery-time-info,
.cart_item .wc-gzd-cart-info.units-info, .cart_item .product-name, body .select2-container--default .select2-selection--single .select2-selection__rendered .select2-selection__placeholder, .u-paragraph-caption, .enr-cart_level-subscribe-now-wrapper p:last-of-type, a.clear-cart-link, .quantity-wrapper .quantity-label span, .cart-collaterals .shop_table tr, .cart_item .subscription-details .woocommerce-Price-amount.amount bdi, .cart_item .subscription-details, .c-form__group-checkbox, label.checkbox, .form-row label.checkbox,
.woocommerce-form-row label.checkbox, input[type=checkbox].enr-subscribe-now + label, .c-form__group-message, .u-paragraph-sub--alt, .u-paragraph-sub, .quantity input, .u-paragraph--alt, p {
    font-size: 16px;
  }
}
.u-paragraph:not(:last-child), .cart_item .woocommerce-Price-amount.amount:not(:last-child),
.cart_item .product-unit-price:not(:last-child),
.cart_item .product-variant:not(:last-child),
.cart_item .product-sku:not(:last-child),
.cart_item .wc-gzd-cart-info.delivery-time-info:not(:last-child),
.cart_item .wc-gzd-cart-info.units-info:not(:last-child), .cart_item .product-name:not(:last-child), body .select2-container--default .select2-selection--single .select2-selection__rendered .select2-selection__placeholder:not(:last-child), .u-paragraph-caption:not(:last-child), .enr-cart_level-subscribe-now-wrapper p:not(:last-child):last-of-type, a.clear-cart-link:not(:last-child), .quantity-wrapper .quantity-label span:not(:last-child), .cart-collaterals .shop_table tr:not(:last-child), .cart_item .subscription-details .woocommerce-Price-amount.amount bdi:not(:last-child), .cart_item .subscription-details:not(:last-child), .c-form__group-checkbox:not(:last-child), label.checkbox:not(:last-child), input[type=checkbox].enr-subscribe-now + label:not(:last-child), .c-form__group-message:not(:last-child), .u-paragraph-sub--alt:not(:last-child), .u-paragraph-sub:not(:last-child), .quantity input:not(:last-child), .u-paragraph--alt:not(:last-child), p:not(:last-child) {
  margin-bottom: calc(0.125vw + 13.6px);
}
@media (max-width: 320px) {
  .u-paragraph:not(:last-child), .cart_item .woocommerce-Price-amount.amount:not(:last-child),
.cart_item .product-unit-price:not(:last-child),
.cart_item .product-variant:not(:last-child),
.cart_item .product-sku:not(:last-child),
.cart_item .wc-gzd-cart-info.delivery-time-info:not(:last-child),
.cart_item .wc-gzd-cart-info.units-info:not(:last-child), .cart_item .product-name:not(:last-child), body .select2-container--default .select2-selection--single .select2-selection__rendered .select2-selection__placeholder:not(:last-child), .u-paragraph-caption:not(:last-child), .enr-cart_level-subscribe-now-wrapper p:not(:last-child):last-of-type, a.clear-cart-link:not(:last-child), .quantity-wrapper .quantity-label span:not(:last-child), .cart-collaterals .shop_table tr:not(:last-child), .cart_item .subscription-details .woocommerce-Price-amount.amount bdi:not(:last-child), .cart_item .subscription-details:not(:last-child), .c-form__group-checkbox:not(:last-child), label.checkbox:not(:last-child), input[type=checkbox].enr-subscribe-now + label:not(:last-child), .c-form__group-message:not(:last-child), .u-paragraph-sub--alt:not(:last-child), .u-paragraph-sub:not(:last-child), .quantity input:not(:last-child), .u-paragraph--alt:not(:last-child), p:not(:last-child) {
    margin-bottom: 14px;
  }
}
@media (min-width: 1920px) {
  .u-paragraph:not(:last-child), .cart_item .woocommerce-Price-amount.amount:not(:last-child),
.cart_item .product-unit-price:not(:last-child),
.cart_item .product-variant:not(:last-child),
.cart_item .product-sku:not(:last-child),
.cart_item .wc-gzd-cart-info.delivery-time-info:not(:last-child),
.cart_item .wc-gzd-cart-info.units-info:not(:last-child), .cart_item .product-name:not(:last-child), body .select2-container--default .select2-selection--single .select2-selection__rendered .select2-selection__placeholder:not(:last-child), .u-paragraph-caption:not(:last-child), .enr-cart_level-subscribe-now-wrapper p:not(:last-child):last-of-type, a.clear-cart-link:not(:last-child), .quantity-wrapper .quantity-label span:not(:last-child), .cart-collaterals .shop_table tr:not(:last-child), .cart_item .subscription-details .woocommerce-Price-amount.amount bdi:not(:last-child), .cart_item .subscription-details:not(:last-child), .c-form__group-checkbox:not(:last-child), label.checkbox:not(:last-child), input[type=checkbox].enr-subscribe-now + label:not(:last-child), .c-form__group-message:not(:last-child), .u-paragraph-sub--alt:not(:last-child), .u-paragraph-sub:not(:last-child), .quantity input:not(:last-child), .u-paragraph--alt:not(:last-child), p:not(:last-child) {
    margin-bottom: 16px;
  }
}

.u-paragraph--alt {
  font-size: calc(0.125vw + 12.6px);
}
@media (max-width: 320px) {
  .u-paragraph--alt {
    font-size: 13px;
  }
}
@media (min-width: 1920px) {
  .u-paragraph--alt {
    font-size: 15px;
  }
}
.u-paragraph--alt:not(:last-child) {
  margin-bottom: calc(0.125vw + 12.6px);
}
@media (max-width: 320px) {
  .u-paragraph--alt:not(:last-child) {
    margin-bottom: 13px;
  }
}
@media (min-width: 1920px) {
  .u-paragraph--alt:not(:last-child) {
    margin-bottom: 15px;
  }
}

.u-paragraph-sub, .quantity input {
  font-size: calc(0.25vw + 17.2px);
}
@media (max-width: 320px) {
  .u-paragraph-sub, .quantity input {
    font-size: 18px;
  }
}
@media (min-width: 1920px) {
  .u-paragraph-sub, .quantity input {
    font-size: 22px;
  }
}
.u-paragraph-sub:not(:last-child), .quantity input:not(:last-child) {
  margin-bottom: calc(0.25vw + 17.2px);
}
@media (max-width: 320px) {
  .u-paragraph-sub:not(:last-child), .quantity input:not(:last-child) {
    margin-bottom: 18px;
  }
}
@media (min-width: 1920px) {
  .u-paragraph-sub:not(:last-child), .quantity input:not(:last-child) {
    margin-bottom: 22px;
  }
}

.u-paragraph-sub--alt {
  font-size: calc(0.25vw + 15.2px);
}
@media (max-width: 320px) {
  .u-paragraph-sub--alt {
    font-size: 16px;
  }
}
@media (min-width: 1920px) {
  .u-paragraph-sub--alt {
    font-size: 20px;
  }
}
.u-paragraph-sub--alt:not(:last-child) {
  margin-bottom: calc(0.25vw + 15.2px);
}
@media (max-width: 320px) {
  .u-paragraph-sub--alt:not(:last-child) {
    margin-bottom: 16px;
  }
}
@media (min-width: 1920px) {
  .u-paragraph-sub--alt:not(:last-child) {
    margin-bottom: 20px;
  }
}

.u-paragraph-caption, .enr-cart_level-subscribe-now-wrapper p:last-of-type, a.clear-cart-link, .quantity-wrapper .quantity-label span, .cart-collaterals .shop_table tr, .cart_item .subscription-details .woocommerce-Price-amount.amount bdi, .cart_item .subscription-details, .c-form__group-checkbox, label.checkbox, .form-row label.checkbox,
.woocommerce-form-row label.checkbox, input[type=checkbox].enr-subscribe-now + label, .c-form__group-message {
  font-size: calc(0.125vw + 11.6px);
}
@media (max-width: 320px) {
  .u-paragraph-caption, .enr-cart_level-subscribe-now-wrapper p:last-of-type, a.clear-cart-link, .quantity-wrapper .quantity-label span, .cart-collaterals .shop_table tr, .cart_item .subscription-details .woocommerce-Price-amount.amount bdi, .cart_item .subscription-details, .c-form__group-checkbox, label.checkbox, .form-row label.checkbox,
.woocommerce-form-row label.checkbox, input[type=checkbox].enr-subscribe-now + label, .c-form__group-message {
    font-size: 12px;
  }
}
@media (min-width: 1920px) {
  .u-paragraph-caption, .enr-cart_level-subscribe-now-wrapper p:last-of-type, a.clear-cart-link, .quantity-wrapper .quantity-label span, .cart-collaterals .shop_table tr, .cart_item .subscription-details .woocommerce-Price-amount.amount bdi, .cart_item .subscription-details, .c-form__group-checkbox, label.checkbox, .form-row label.checkbox,
.woocommerce-form-row label.checkbox, input[type=checkbox].enr-subscribe-now + label, .c-form__group-message {
    font-size: 14px;
  }
}
.u-paragraph-caption:not(:last-child), .enr-cart_level-subscribe-now-wrapper p:not(:last-child):last-of-type, a.clear-cart-link:not(:last-child), .quantity-wrapper .quantity-label span:not(:last-child), .cart-collaterals .shop_table tr:not(:last-child), .cart_item .subscription-details .woocommerce-Price-amount.amount bdi:not(:last-child), .cart_item .subscription-details:not(:last-child), .c-form__group-checkbox:not(:last-child), label.checkbox:not(:last-child), input[type=checkbox].enr-subscribe-now + label:not(:last-child), .c-form__group-message:not(:last-child) {
  margin-bottom: calc(0.125vw + 11.6px);
}
@media (max-width: 320px) {
  .u-paragraph-caption:not(:last-child), .enr-cart_level-subscribe-now-wrapper p:not(:last-child):last-of-type, a.clear-cart-link:not(:last-child), .quantity-wrapper .quantity-label span:not(:last-child), .cart-collaterals .shop_table tr:not(:last-child), .cart_item .subscription-details .woocommerce-Price-amount.amount bdi:not(:last-child), .cart_item .subscription-details:not(:last-child), .c-form__group-checkbox:not(:last-child), label.checkbox:not(:last-child), input[type=checkbox].enr-subscribe-now + label:not(:last-child), .c-form__group-message:not(:last-child) {
    margin-bottom: 12px;
  }
}
@media (min-width: 1920px) {
  .u-paragraph-caption:not(:last-child), .enr-cart_level-subscribe-now-wrapper p:not(:last-child):last-of-type, a.clear-cart-link:not(:last-child), .quantity-wrapper .quantity-label span:not(:last-child), .cart-collaterals .shop_table tr:not(:last-child), .cart_item .subscription-details .woocommerce-Price-amount.amount bdi:not(:last-child), .cart_item .subscription-details:not(:last-child), .c-form__group-checkbox:not(:last-child), label.checkbox:not(:last-child), input[type=checkbox].enr-subscribe-now + label:not(:last-child), .c-form__group-message:not(:last-child) {
    margin-bottom: 14px;
  }
}

.u-paragraph--skyline {
  font-size: calc(0.25vw + 17.2px);
  font-family: "RotisSemiSerifPro-Bold", -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", "Roboto", "Helvetica Neue", "Arial", sans-serif;
  line-height: 1;
}
@media (max-width: 320px) {
  .u-paragraph--skyline {
    font-size: 18px;
  }
}
@media (min-width: 1920px) {
  .u-paragraph--skyline {
    font-size: 22px;
  }
}

/* ==========================================================================
   #TABLES
   ========================================================================== */
/**
 * 1. Ensure tables fill up as much space as possible.
 */
table {
  width: 100%;
  /* [1] */
}

/* ==========================================================================
   ERROR Page
   ========================================================================== */
.o-error-page {
  padding-top: calc(2.5vw + 32px);
  padding-bottom: calc(2.5vw + 48px);
  text-align: center;
}
@media (max-width: 320px) {
  .o-error-page {
    padding-top: 40px;
  }
}
@media (min-width: 1920px) {
  .o-error-page {
    padding-top: 80px;
  }
}
@media (max-width: 320px) {
  .o-error-page {
    padding-bottom: 56px;
  }
}
@media (min-width: 1920px) {
  .o-error-page {
    padding-bottom: 96px;
  }
}

.o-error-page__headline {
  font: normal 500 60px/1.125 "Maax", -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", "Roboto", "Helvetica Neue", "Arial", sans-serif;
  margin-bottom: 1rem;
}

.o-error-page__subline {
  font: normal 500 32px/1.25 "Maax", -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", "Roboto", "Helvetica Neue", "Arial", sans-serif;
  margin-bottom: 0.5rem;
}

.o-error-page__text {
  font-family: "Maax";
  font-weight: 400;
  font-size: 18px;
  line-height: 1.4;
}
@media screen and (min-width: 375px) {
  .o-error-page__text {
    font-size: calc(
        18px +
          2 *
          (100vw - 375px) /
          1065
      );
  }
}
@media screen and (min-width: 1440px) {
  .o-error-page__text {
    font-size: 20px;
  }
}
@media (min-width: 1024px) {
  .o-error-page__text {
    line-height: 1.4;
  }
}
.o-error-page .o-error-page__text {
  margin-bottom: 3rem;
}

.o-error-page .o-error-page__text--alt {
  margin-bottom: 2.5rem;
}

.o-error-page__link-list {
  display: flex;
  flex-flow: column wrap;
  align-items: center;
}
@media (min-width: 1024px) {
  .o-error-page__link-list {
    flex-flow: row wrap;
    justify-content: center;
  }
}

.o-error-page__btn.c-btn, .woocommerce-Reviews .comment-form .o-error-page__btn.submit, .tinv-wishlist .o-error-page__btn.tinvwl_add_to_wishlist_button.tinvwl-icon-heart-plus.no-txt,
.tinv-wishlist .o-error-page__btn.tinvwl_add_to_wishlist_button.tinvwl-icon-heart.no-txt, .woocommerce-wishlist .tinv-wishlist table.tinvwl-table-manage-list button.o-error-page__btn[name=tinvwl-add-to-cart], .woocommerce-MyAccount-navigation-link--customer-logout a.o-error-page__btn, .o-error-page__btn.button, .c-searchbar .ep-autosuggest-container .ep-autosuggest > ul > li > a.o-error-page__btn.ep-autosuggest__link--cta, .o-error-page__btn.facetwp-load-more {
  display: flex;
  justify-content: center;
  min-width: 14.5rem;
  margin-bottom: 0.5rem;
}
@media (min-width: 1024px) {
  .o-error-page__btn.c-btn, .woocommerce-Reviews .comment-form .o-error-page__btn.submit, .tinv-wishlist .o-error-page__btn.tinvwl_add_to_wishlist_button.tinvwl-icon-heart-plus.no-txt,
.tinv-wishlist .o-error-page__btn.tinvwl_add_to_wishlist_button.tinvwl-icon-heart.no-txt, .woocommerce-wishlist .tinv-wishlist table.tinvwl-table-manage-list button.o-error-page__btn[name=tinvwl-add-to-cart], .woocommerce-MyAccount-navigation-link--customer-logout a.o-error-page__btn, .o-error-page__btn.button, .c-searchbar .ep-autosuggest-container .ep-autosuggest > ul > li > a.o-error-page__btn.ep-autosuggest__link--cta, .o-error-page__btn.facetwp-load-more {
    margin-right: 0.5rem;
  }
}

.o-error-page__btn--main.c-btn, .woocommerce-Reviews .comment-form .o-error-page__btn--main.submit, .tinv-wishlist .o-error-page__btn--main.tinvwl_add_to_wishlist_button.tinvwl-icon-heart-plus.no-txt,
.tinv-wishlist .o-error-page__btn--main.tinvwl_add_to_wishlist_button.tinvwl-icon-heart.no-txt, .woocommerce-wishlist .tinv-wishlist table.tinvwl-table-manage-list button.o-error-page__btn--main[name=tinvwl-add-to-cart], .woocommerce-MyAccount-navigation-link--customer-logout a.o-error-page__btn--main, .o-error-page__btn--main.button, .c-searchbar .ep-autosuggest-container .ep-autosuggest > ul > li > a.o-error-page__btn--main.ep-autosuggest__link--cta, .o-error-page__btn--main.facetwp-load-more {
  display: inline-flex;
  margin-bottom: 3.125rem;
}

/* ==========================================================================
   #LAYOUT
   ========================================================================== */
.o-layout {
  min-height: 100%;
  display: flex;
  flex-direction: column;
}

.o-layout__main {
  flex: 1 0 auto;
}

.o-layout__footer {
  flex-shrink: 0;
}

/* Simple flexbox layout system */
/* ==========================================================================
   #LIST-BARE
   ========================================================================== */
/**
 * Strip list-like appearance from lists by removing their bullets, and any
 * indentation.
 */
.o-list-bare {
  list-style: none;
  margin-left: 0;
}

/* ==========================================================================
   #LIST-INLINE
   ========================================================================== */
/**
 * The list-inline object simply displays a list of items in one line.
 */
.o-list-inline {
  list-style: none;
  margin-left: 0;
}

.o-list-inline__item {
  display: inline-block;
}

/* ==========================================================================
   #MEDIA
   ========================================================================== */
/**
 * Place any image- and text-like content side-by-side, as per:
 * http://www.stubbornella.org/content/2010/06/25/the-media-object-saves-hundreds-of-lines-of-code
 */
.o-media {
  display: block;
}
.o-media:after {
  content: "" !important;
  display: block !important;
  clear: both !important;
}

.o-media__img {
  float: left;
  margin-right: 1rem;
}
.o-media__img > img {
  display: block;
}

.o-media__body {
  display: block;
  overflow: hidden;
}
.o-media__body,
.o-media__body > :last-child {
  margin-bottom: 0;
}

/* Reversed media objects
   ========================================================================== */
.o-media--reverse > .o-media__img {
  float: right;
  margin-left: 1rem;
  margin-right: 0;
}

/* Gutterless media objects
   ========================================================================== */
.o-media--flush > .o-media__img {
  margin-left: 0;
  margin-right: 0;
}

/* ==========================================================================
   SEARCH
   ========================================================================== */
.o-search {
  padding-top: 2.5rem;
}
@media (min-width: 1024px) {
  .o-search {
    padding-top: 5rem;
  }
}

.o-search__title {
  font: normal 18px/1.5 "Maax", -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", "Roboto", "Helvetica Neue", "Arial", sans-serif;
  margin-bottom: 2rem;
}
@media (min-width: 1024px) {
  .o-search__title {
    font-size: 2.5rem;
    margin-bottom: 3rem;
  }
}

/* ==========================================================================
   #TABLE
   ========================================================================== */
/**
 * A simple object for manipulating the structure of HTML `table`s.
 */
.o-table {
  width: 100%;
}

/* Equal-width table cells.
   ========================================================================== */
/**
 * `table-layout: fixed` forces all cells within a table to occupy the same
 * width as each other. This also has performance benefits: because the browser
 * does not need to (re)calculate cell dimensions based on content it discovers,
 * the table can be rendered very quickly. Further reading:
 * https://developer.mozilla.org/en-US/docs/Web/CSS/table-layout#Values
 */
.o-table--fixed {
  table-layout: fixed;
}

/* ==========================================================================
   #WRAPPER
   ========================================================================== */
/**
 * Page-level constraining and wrapping elements.
 */
.o-wrapper, .woocommerce-account .woocommerce {
  margin-right: auto;
  margin-left: auto;
  max-width: 1440px;
  padding: 0 1.5rem;
}
.o-wrapper:after, .woocommerce-account .woocommerce:after {
  content: "" !important;
  display: block !important;
  clear: both !important;
}
@media (min-width: 1024px) and (max-width: 1439.98px) {
  .o-wrapper, .woocommerce-account .woocommerce, .o-wrapper.o-wrapper--full {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
.o-col.c-widget .o-wrapper, .o-col.c-widget .woocommerce-account .woocommerce, .woocommerce-account .o-col.c-widget .woocommerce {
  padding: 0;
}
@media (min-width: 1680px) {
  .o-wrapper, .woocommerce-account .woocommerce {
    padding: 0;
  }
}

.o-wrapper--relative {
  position: relative;
  height: 100%;
}

.o-wrapper--full {
  width: 100%;
}

.o-wrapper--menu {
  height: 100%;
  padding: 0;
  max-width: 1680px;
}

.o-wrapper-holder {
  overflow: hidden;
}

.c-badge {
  height: 1.25rem;
  width: 1rem;
  position: relative;
}
.c-badge-legend .c-badge {
  width: 1.875rem;
  height: 2.5rem;
  margin-right: 1.875rem;
  flex-shrink: 0;
  top: 0.3125rem;
}
.c-badge + .c-badge {
  margin-left: 5px;
}

.c-badge--help {
  margin-left: auto !important;
  width: 1.4rem !important;
  height: 1.4rem !important;
  color: #dcdcdc !important;
  will-change: color;
  transition: all 300ms cubic-bezier(0.7, 0.6, 0.1, 0.8);
}
.c-badge--help:hover, .c-badge--help:active, .c-badge--help:focus {
  color: #000000 !important;
}

.c-badge__icon,
.c-badge__base {
  width: 100%;
  height: 100%;
}

.c-badge__icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.c-badge--small .c-badge__icon {
  display: none;
}

.c-badge__base--default {
  color: #000000;
}

.c-badge__base--new {
  color: #0e3b20;
}

.c-badge__base--action {
  color: #d32f36;
}

.c-badge__base--private-brand {
  color: #000000;
}

.c-badge__base--express {
  color: #ff9708;
}

.c-badge__base--shoponly {
  color: #203865;
}

.c-badge__base--limit {
  color: #b3a06e;
}

.c-badge__icon--default,
.c-badge__icon--new,
.c-badge__icon--action,
.c-badge__icon--private-brand,
.c-badge__icon--shoponly,
.c-badge__icon--limit {
  color: #ffffff;
}

.c-badge__icon--express {
  color: #980a2c;
}

/* Badge Legend
   ========================================================================== */
.c-badge-legend__item {
  display: flex;
  margin-bottom: 1.25rem;
}

.c-brand-card {
  display: inline-block;
  position: relative;
  padding: 0.375rem;
  width: 100%;
}
.c-brand-card::after {
  content: "";
  position: absolute;
  display: block;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #e8e8e8;
  mix-blend-mode: multiply;
  transition: all 300ms cubic-bezier(0.7, 0.6, 0.1, 0.8);
  will-change: background-color;
}
.c-brand-card:hover::after {
  content: "";
  position: absolute;
  display: block;
  background-color: #c0c0c0;
}

.c-brand-card--text .c-brand-card__image {
  opacity: 0;
}

.c-brand-card__text {
  position: absolute;
  left: 0.375rem;
  top: 0.375rem;
  display: none;
  width: calc(100% - 0.75rem);
  height: calc(100% - 0.75rem);
  align-items: center;
  justify-content: center;
  text-align: center;
}
.c-brand-card--text .c-brand-card__text {
  display: flex;
}

/* ==========================================================================
   #BUTTONS
   ========================================================================== */
/**
 * This is an example component. Extend inuitcss by building your own components
 * that make up your UI. Component classes are prefixed with a `c-`.
 */
/**
 * 1. Allow us to style box model properties.
 * 2. Line different sized buttons up a little nicer.
 * 3. Make buttons inherit font styles (often necessary when styling `input`s as
 *    buttons).
 * 4. Reset/normalize some styles.
 * 5. Force all button-styled elements to appear clickable.
 */
.c-btn, .woocommerce-Reviews .comment-form .submit, .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart-plus.no-txt,
.tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart.no-txt, .woocommerce-wishlist .tinv-wishlist table.tinvwl-table-manage-list button[name=tinvwl-add-to-cart], .woocommerce-MyAccount-navigation-link--customer-logout a, .button:hover, .button, .c-searchbar .ep-autosuggest-container .ep-autosuggest > ul > li > a.ep-autosuggest__link--cta, .facetwp-load-more {
  transition: all 0.3s cubic-bezier(0.7, 0.6, 0.1, 0.8);
  font-size: calc(0.125vw + 17.6px);
  padding-top: calc(0.125vw + 12.6px);
  padding-right: calc(0.25vw + 26.2px);
  padding-bottom: calc(0.125vw + 12.6px);
  padding-left: calc(0.25vw + 26.2px);
  display: inline-flex;
  /* [1] */
  align-items: center;
  /* [2] */
  font: inherit;
  /* [3] */
  font-weight: 500;
  text-align: center;
  /* [4] */
  margin: 0;
  /* [4] */
  cursor: pointer;
  /* [5] */
  transition-property: background-color, border-color;
  outline: 0;
  border-radius: 3rem;
  background-color: #000000;
  line-height: 1;
  border: 1px solid #000000;
  /*+ .c-btn {
    margin-top: 12px;

    @include bp(medium) {
      margin-top: 0;
      margin-left: 14px;
    }
  }*/
}
@media (max-width: 320px) {
  .c-btn, .woocommerce-Reviews .comment-form .submit, .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart-plus.no-txt,
.tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart.no-txt, .woocommerce-wishlist .tinv-wishlist table.tinvwl-table-manage-list button[name=tinvwl-add-to-cart], .woocommerce-MyAccount-navigation-link--customer-logout a, .button:hover, .button, .c-searchbar .ep-autosuggest-container .ep-autosuggest > ul > li > a.ep-autosuggest__link--cta, .facetwp-load-more {
    font-size: 18px;
  }
}
@media (min-width: 1920px) {
  .c-btn, .woocommerce-Reviews .comment-form .submit, .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart-plus.no-txt,
.tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart.no-txt, .woocommerce-wishlist .tinv-wishlist table.tinvwl-table-manage-list button[name=tinvwl-add-to-cart], .woocommerce-MyAccount-navigation-link--customer-logout a, .button:hover, .button, .c-searchbar .ep-autosuggest-container .ep-autosuggest > ul > li > a.ep-autosuggest__link--cta, .facetwp-load-more {
    font-size: 20px;
  }
}
@media (max-width: 320px) {
  .c-btn, .woocommerce-Reviews .comment-form .submit, .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart-plus.no-txt,
.tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart.no-txt, .woocommerce-wishlist .tinv-wishlist table.tinvwl-table-manage-list button[name=tinvwl-add-to-cart], .woocommerce-MyAccount-navigation-link--customer-logout a, .button:hover, .button, .c-searchbar .ep-autosuggest-container .ep-autosuggest > ul > li > a.ep-autosuggest__link--cta, .facetwp-load-more {
    padding-top: 13px;
  }
}
@media (min-width: 1920px) {
  .c-btn, .woocommerce-Reviews .comment-form .submit, .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart-plus.no-txt,
.tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart.no-txt, .woocommerce-wishlist .tinv-wishlist table.tinvwl-table-manage-list button[name=tinvwl-add-to-cart], .woocommerce-MyAccount-navigation-link--customer-logout a, .button:hover, .button, .c-searchbar .ep-autosuggest-container .ep-autosuggest > ul > li > a.ep-autosuggest__link--cta, .facetwp-load-more {
    padding-top: 15px;
  }
}
@media (max-width: 320px) {
  .c-btn, .woocommerce-Reviews .comment-form .submit, .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart-plus.no-txt,
.tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart.no-txt, .woocommerce-wishlist .tinv-wishlist table.tinvwl-table-manage-list button[name=tinvwl-add-to-cart], .woocommerce-MyAccount-navigation-link--customer-logout a, .button:hover, .button, .c-searchbar .ep-autosuggest-container .ep-autosuggest > ul > li > a.ep-autosuggest__link--cta, .facetwp-load-more {
    padding-right: 27px;
  }
}
@media (min-width: 1920px) {
  .c-btn, .woocommerce-Reviews .comment-form .submit, .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart-plus.no-txt,
.tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart.no-txt, .woocommerce-wishlist .tinv-wishlist table.tinvwl-table-manage-list button[name=tinvwl-add-to-cart], .woocommerce-MyAccount-navigation-link--customer-logout a, .button:hover, .button, .c-searchbar .ep-autosuggest-container .ep-autosuggest > ul > li > a.ep-autosuggest__link--cta, .facetwp-load-more {
    padding-right: 31px;
  }
}
@media (max-width: 320px) {
  .c-btn, .woocommerce-Reviews .comment-form .submit, .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart-plus.no-txt,
.tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart.no-txt, .woocommerce-wishlist .tinv-wishlist table.tinvwl-table-manage-list button[name=tinvwl-add-to-cart], .woocommerce-MyAccount-navigation-link--customer-logout a, .button:hover, .button, .c-searchbar .ep-autosuggest-container .ep-autosuggest > ul > li > a.ep-autosuggest__link--cta, .facetwp-load-more {
    padding-bottom: 13px;
  }
}
@media (min-width: 1920px) {
  .c-btn, .woocommerce-Reviews .comment-form .submit, .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart-plus.no-txt,
.tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart.no-txt, .woocommerce-wishlist .tinv-wishlist table.tinvwl-table-manage-list button[name=tinvwl-add-to-cart], .woocommerce-MyAccount-navigation-link--customer-logout a, .button:hover, .button, .c-searchbar .ep-autosuggest-container .ep-autosuggest > ul > li > a.ep-autosuggest__link--cta, .facetwp-load-more {
    padding-bottom: 15px;
  }
}
@media (max-width: 320px) {
  .c-btn, .woocommerce-Reviews .comment-form .submit, .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart-plus.no-txt,
.tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart.no-txt, .woocommerce-wishlist .tinv-wishlist table.tinvwl-table-manage-list button[name=tinvwl-add-to-cart], .woocommerce-MyAccount-navigation-link--customer-logout a, .button:hover, .button, .c-searchbar .ep-autosuggest-container .ep-autosuggest > ul > li > a.ep-autosuggest__link--cta, .facetwp-load-more {
    padding-left: 27px;
  }
}
@media (min-width: 1920px) {
  .c-btn, .woocommerce-Reviews .comment-form .submit, .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart-plus.no-txt,
.tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart.no-txt, .woocommerce-wishlist .tinv-wishlist table.tinvwl-table-manage-list button[name=tinvwl-add-to-cart], .woocommerce-MyAccount-navigation-link--customer-logout a, .button:hover, .button, .c-searchbar .ep-autosuggest-container .ep-autosuggest > ul > li > a.ep-autosuggest__link--cta, .facetwp-load-more {
    padding-left: 31px;
  }
}
.c-btn, .woocommerce-Reviews .comment-form .submit, .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart-plus.no-txt,
.tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart.no-txt, .woocommerce-wishlist .tinv-wishlist table.tinvwl-table-manage-list button[name=tinvwl-add-to-cart], .woocommerce-MyAccount-navigation-link--customer-logout a, .button:hover, .button, .c-searchbar .ep-autosuggest-container .ep-autosuggest > ul > li > a.ep-autosuggest__link--cta, .facetwp-load-more, .c-btn:hover, .c-btn:active, .c-btn:focus {
  text-decoration: none;
  /* [4] */
  color: #ffffff;
}
.c-btn:hover, .woocommerce-Reviews .comment-form .submit:hover, .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart-plus.no-txt:hover,
.tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart.no-txt:hover, .woocommerce-wishlist .tinv-wishlist table.tinvwl-table-manage-list button[name=tinvwl-add-to-cart]:hover, .woocommerce-MyAccount-navigation-link--customer-logout a:hover, .button:hover, .c-searchbar .ep-autosuggest-container .ep-autosuggest > ul > li > a.ep-autosuggest__link--cta:hover, .facetwp-load-more:hover {
  border-color: #404040;
  background-color: #404040;
}
.c-btn:focus, .woocommerce-Reviews .comment-form .submit:focus, .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart-plus.no-txt:focus,
.tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart.no-txt:focus, .woocommerce-wishlist .tinv-wishlist table.tinvwl-table-manage-list button[name=tinvwl-add-to-cart]:focus, .woocommerce-MyAccount-navigation-link--customer-logout a:focus, .button:focus, .c-searchbar .ep-autosuggest-container .ep-autosuggest > ul > li > a.ep-autosuggest__link--cta:focus, .facetwp-load-more:focus {
  border-color: #606060;
  background-color: #606060;
}
.c-btn.disabled, .woocommerce-Reviews .comment-form .disabled.submit, .tinv-wishlist .disabled.tinvwl_add_to_wishlist_button.tinvwl-icon-heart-plus.no-txt,
.tinv-wishlist .disabled.tinvwl_add_to_wishlist_button.tinvwl-icon-heart.no-txt, .woocommerce-wishlist .tinv-wishlist table.tinvwl-table-manage-list button.disabled[name=tinvwl-add-to-cart], .woocommerce-MyAccount-navigation-link--customer-logout a.disabled, .disabled.button, .c-searchbar .ep-autosuggest-container .ep-autosuggest > ul > li > a.disabled.ep-autosuggest__link--cta, .disabled.facetwp-load-more, .c-btn:disabled, .woocommerce-Reviews .comment-form .submit:disabled, .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart-plus.no-txt:disabled,
.tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart.no-txt:disabled, .woocommerce-wishlist .tinv-wishlist table.tinvwl-table-manage-list button[name=tinvwl-add-to-cart]:disabled, .woocommerce-MyAccount-navigation-link--customer-logout a:disabled, .button:disabled, .c-searchbar .ep-autosuggest-container .ep-autosuggest > ul > li > a.ep-autosuggest__link--cta:disabled, .facetwp-load-more:disabled {
  background-color: #000000;
  border: 1px solid #000000;
  opacity: 0.4;
  cursor: not-allowed;
}

/* Style variants
   ========================================================================== */
.c-btn--alt, .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart-plus.no-txt,
.tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart.no-txt, .woocommerce-MyAccount-navigation-link--customer-logout a, .button.alt:not(.checkout-button):not(.single_add_to_cart_button) {
  background-color: transparent;
  border-color: #c0c0c0;
}
.c-btn--alt, .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart-plus.no-txt,
.tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart.no-txt, .woocommerce-MyAccount-navigation-link--customer-logout a, .button.alt:not(.checkout-button):not(.single_add_to_cart_button), .c-btn--alt:hover, .c-btn--alt:active, .c-btn--alt:focus {
  color: #000000;
}
.c-btn--alt:hover, .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart-plus.no-txt:hover,
.tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart.no-txt:hover, .woocommerce-MyAccount-navigation-link--customer-logout a:hover, .button.alt:hover:not(.checkout-button):not(.single_add_to_cart_button) {
  border-color: #000000;
  background-color: transparent;
}
.c-btn--alt:focus, .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart-plus.no-txt:focus,
.tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart.no-txt:focus, .woocommerce-MyAccount-navigation-link--customer-logout a:focus, .button.alt:focus:not(.checkout-button):not(.single_add_to_cart_button) {
  border-color: #000000;
  background-color: #dcdcdc;
}
.c-btn--alt.disabled, .tinv-wishlist .disabled.tinvwl_add_to_wishlist_button.tinvwl-icon-heart-plus.no-txt,
.tinv-wishlist .disabled.tinvwl_add_to_wishlist_button.tinvwl-icon-heart.no-txt, .woocommerce-MyAccount-navigation-link--customer-logout a.disabled, .disabled.button.alt:not(.checkout-button):not(.single_add_to_cart_button), .c-btn--alt:disabled, .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart-plus.no-txt:disabled,
.tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart.no-txt:disabled, .woocommerce-MyAccount-navigation-link--customer-logout a:disabled, .button.alt:disabled:not(.checkout-button):not(.single_add_to_cart_button) {
  color: #e8e8e8;
  border-color: #e8e8e8;
  background-color: transparent;
  cursor: not-allowed;
}

.c-btn--clean, .c-product-card__btn--like .tinvwl_add_to_wishlist_button {
  background-color: transparent;
  border-color: transparent;
}
.c-btn--clean, .c-product-card__btn--like .tinvwl_add_to_wishlist_button, .c-btn--clean:hover, .c-btn--clean:active, .c-btn--clean:focus {
  color: #000000;
}
.c-btn--clean:hover, .c-product-card__btn--like .tinvwl_add_to_wishlist_button:hover {
  border-color: #dcdcdc;
  background-color: #dcdcdc;
}
.c-btn--clean:focus, .c-product-card__btn--like .tinvwl_add_to_wishlist_button:focus {
  border-color: #c0c0c0;
  background-color: #c0c0c0;
}
.c-btn--clean.disabled, .c-product-card__btn--like .disabled.tinvwl_add_to_wishlist_button, .c-btn--clean:disabled, .c-product-card__btn--like .tinvwl_add_to_wishlist_button:disabled {
  color: #e8e8e8;
  border-color: transparent;
  background-color: transparent;
  cursor: not-allowed;
}

.c-btn--icon, .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart-plus.no-txt,
.tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart.no-txt {
  width: calc(0.25vw + 47.2px);
  height: calc(0.25vw + 47.2px);
  border-radius: 50%;
  padding: 0 !important;
  align-items: center;
  justify-content: center;
  text-align: center;
}
@media (max-width: 320px) {
  .c-btn--icon, .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart-plus.no-txt,
.tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart.no-txt {
    width: 48px;
  }
}
@media (min-width: 1920px) {
  .c-btn--icon, .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart-plus.no-txt,
.tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart.no-txt {
    width: 52px;
  }
}
@media (max-width: 320px) {
  .c-btn--icon, .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart-plus.no-txt,
.tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart.no-txt {
    height: 48px;
  }
}
@media (min-width: 1920px) {
  .c-btn--icon, .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart-plus.no-txt,
.tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart.no-txt {
    height: 52px;
  }
}
@media (max-width: 1023.98px) {
  .c-btn--icon:not(.c-btn--bordered), .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart-plus.no-txt:not(.c-btn--bordered),
.tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart.no-txt:not(.c-btn--bordered) {
    border-color: transparent !important;
  }
}

.c-btn--has-icon {
  display: inline-flex;
}
.c-btn--has-icon.is-reverse {
  flex-direction: row-reverse;
}

.c-btn--inline {
  padding: 0;
  border: none;
  background: transparent;
  font-weight: normal;
  color: #a9a9a9;
  text-decoration: underline;
}
.c-btn--inline:hover, .c-btn--inline:focus {
  background: transparent;
  border: none;
  color: #a9a9a9;
  text-decoration: none;
}

.c-btn--space-bottom + .c-btn, .woocommerce-Reviews .comment-form .c-btn--space-bottom + .submit, .tinv-wishlist .c-btn--space-bottom + .tinvwl_add_to_wishlist_button.tinvwl-icon-heart-plus.no-txt,
.tinv-wishlist .c-btn--space-bottom + .tinvwl_add_to_wishlist_button.tinvwl-icon-heart.no-txt, .woocommerce-wishlist .tinv-wishlist table.tinvwl-table-manage-list .c-btn--space-bottom + button[name=tinvwl-add-to-cart], .woocommerce-MyAccount-navigation-link--customer-logout .c-btn--space-bottom + a, .c-btn--space-bottom + .button, .c-searchbar .ep-autosuggest-container .ep-autosuggest > ul > li > .c-btn--space-bottom + a.ep-autosuggest__link--cta, .c-btn--space-bottom + .facetwp-load-more {
  margin-top: 1rem;
}

/* Size variants
   ========================================================================== */
.c-btn--small {
  padding: 0.25rem 0.5rem;
}

.c-btn--large {
  padding: 0.75rem 1.5rem;
}

/* Icons
   ========================================================================== */
.c-btn__icon {
  pointer-events: none;
  display: block;
  width: 100%;
  height: 100%;
}
.c-btn--has-icon .c-btn__icon {
  width: 1.5rem;
  height: 1.5rem;
  margin-left: 0.5rem;
}
.c-btn--has-icon.is-reverse .c-btn__icon {
  margin-left: initial;
  margin-right: 0.5rem;
}

.c-btn--has-icon .c-btn__icon--large {
  width: calc(1.5vw + 35.2px);
  height: calc(1.5vw + 35.2px);
}
@media (max-width: 320px) {
  .c-btn--has-icon .c-btn__icon--large {
    width: 40px;
  }
}
@media (min-width: 1920px) {
  .c-btn--has-icon .c-btn__icon--large {
    width: 64px;
  }
}
@media (max-width: 320px) {
  .c-btn--has-icon .c-btn__icon--large {
    height: 40px;
  }
}
@media (min-width: 1920px) {
  .c-btn--has-icon .c-btn__icon--large {
    height: 64px;
  }
}

.c-btn__label {
  pointer-events: none;
}

.c-btn__reset {
  font-size: calc(0.125vw + 11.6px);
  line-height: calc(0.1875vw + 15.4px);
  color: #a9a9a9;
  text-decoration: underline;
  display: none;
  position: relative;
  opacity: 0;
  visibility: hidden;
  margin-left: 1rem;
}
@media (max-width: 320px) {
  .c-btn__reset {
    font-size: 12px;
  }
}
@media (min-width: 1920px) {
  .c-btn__reset {
    font-size: 14px;
  }
}
@media (max-width: 320px) {
  .c-btn__reset {
    line-height: 16px;
  }
}
@media (min-width: 1920px) {
  .c-btn__reset {
    line-height: 19px;
  }
}
.c-btn__reset:hover, .c-btn__reset:active, .c-btn__reset:focus {
  text-decoration: none;
}
.c-filter.is-active .c-btn__reset.is-active {
  opacity: 1;
  visibility: visible;
  display: block;
}

.c-btn__loader {
  position: absolute;
  width: 1.5rem;
  height: 1.5rem;
  z-index: 2;
  opacity: 0;
  visibility: hidden;
}
.c-btn__loader + svg {
  opacity: 1;
}
.c-filter.is-loading .c-btn__loader {
  opacity: 1;
  visibility: visible;
}
.c-filter.is-loading .c-btn__loader + svg {
  opacity: 0;
}
.c-btn:hover .c-btn__loader, .woocommerce-Reviews .comment-form .submit:hover .c-btn__loader, .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart-plus.no-txt:hover .c-btn__loader,
.tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart.no-txt:hover .c-btn__loader, .woocommerce-wishlist .tinv-wishlist table.tinvwl-table-manage-list button[name=tinvwl-add-to-cart]:hover .c-btn__loader, .woocommerce-MyAccount-navigation-link--customer-logout a:hover .c-btn__loader, .button:hover .c-btn__loader, .c-searchbar .ep-autosuggest-container .ep-autosuggest > ul > li > a.ep-autosuggest__link--cta:hover .c-btn__loader, .facetwp-load-more:hover .c-btn__loader, .c-btn:focus .c-btn__loader, .woocommerce-Reviews .comment-form .submit:focus .c-btn__loader, .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart-plus.no-txt:focus .c-btn__loader,
.tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart.no-txt:focus .c-btn__loader, .woocommerce-wishlist .tinv-wishlist table.tinvwl-table-manage-list button[name=tinvwl-add-to-cart]:focus .c-btn__loader, .woocommerce-MyAccount-navigation-link--customer-logout a:focus .c-btn__loader, .button:focus .c-btn__loader, .c-searchbar .ep-autosuggest-container .ep-autosuggest > ul > li > a.ep-autosuggest__link--cta:focus .c-btn__loader, .facetwp-load-more:focus .c-btn__loader {
  visibility: hidden;
  opacity: 0;
}
.c-btn:hover .c-btn__loader + svg, .woocommerce-Reviews .comment-form .submit:hover .c-btn__loader + svg, .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart-plus.no-txt:hover .c-btn__loader + svg,
.tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart.no-txt:hover .c-btn__loader + svg, .woocommerce-wishlist .tinv-wishlist table.tinvwl-table-manage-list button[name=tinvwl-add-to-cart]:hover .c-btn__loader + svg, .woocommerce-MyAccount-navigation-link--customer-logout a:hover .c-btn__loader + svg, .button:hover .c-btn__loader + svg, .c-searchbar .ep-autosuggest-container .ep-autosuggest > ul > li > a.ep-autosuggest__link--cta:hover .c-btn__loader + svg, .facetwp-load-more:hover .c-btn__loader + svg, .c-btn:focus .c-btn__loader + svg, .woocommerce-Reviews .comment-form .submit:focus .c-btn__loader + svg, .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart-plus.no-txt:focus .c-btn__loader + svg,
.tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart.no-txt:focus .c-btn__loader + svg, .woocommerce-wishlist .tinv-wishlist table.tinvwl-table-manage-list button[name=tinvwl-add-to-cart]:focus .c-btn__loader + svg, .woocommerce-MyAccount-navigation-link--customer-logout a:focus .c-btn__loader + svg, .button:focus .c-btn__loader + svg, .c-searchbar .ep-autosuggest-container .ep-autosuggest > ul > li > a.ep-autosuggest__link--cta:focus .c-btn__loader + svg, .facetwp-load-more:focus .c-btn__loader + svg {
  opacity: 1;
}

/* ==========================================================================
   CARD
   ========================================================================== */
.c-card {
  position: relative;
  background-color: var(--bg-color);
  color: var(--text-color);
  padding-bottom: 66.6666666667%;
}
.c-card.has-bg-image {
  background: no-repeat 50% 50%/cover;
}
.c-card.has-bg-image::before {
  content: "";
  position: absolute;
  display: block;
  background-color: #000;
  opacity: var(--overlay-opacity);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.c-card.is-large {
  padding-bottom: 100%;
}
@media (min-width: 1024px) {
  .c-card.is-large {
    padding-bottom: 0;
  }
  .o-col.c-widget--cta-card .c-card {
    padding-bottom: 66.6666666667%;
  }
  .o-col.c-widget--cta-card .c-card.is-large {
    padding-bottom: 100%;
  }
}

.c-card__inner {
  position: absolute;
  padding: 2.5rem;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  text-align: center;
  align-items: center;
  justify-content: center;
}
.o-col.c-widget--cta-card .c-card--has-media.is-large .c-card__inner {
  display: flex;
  flex-direction: column-reverse;
  justify-content: center;
  text-align: center;
}
@media (min-width: 1024px) {
  .c-card__inner {
    position: relative;
    padding: 5rem 6rem;
  }
  .c-card--has-media .c-card__inner {
    flex-direction: row;
    text-align: left;
    justify-content: space-between;
  }
  .o-col.c-widget--cta-card .c-card__inner {
    position: absolute;
  }
}

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

.c-card__content {
  width: 100%;
  max-width: 25rem;
}
.c-card--content-spaced .c-card__content {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (min-width: 1440px) {
  .c-card__content {
    max-width: 35rem;
  }
}

.c-card__date {
  font-family: "Maax";
  font-weight: 500;
  font-size: 20px;
  line-height: 1.2;
  letter-spacing: -0.1;
}
@media screen and (min-width: 375px) {
  .c-card__date {
    font-size: calc(
        20px +
          8 *
          (100vw - 375px) /
          1065
      );
  }
}
@media screen and (min-width: 1440px) {
  .c-card__date {
    font-size: 28px;
  }
}
@media (min-width: 1024px) {
  .c-card__date {
    line-height: 1.2;
  }
}
@media (min-width: 1024px) {
  .c-card__date {
    letter-spacing: -0.14;
  }
}

.c-card__flagline {
  font-family: "RotisSemiSerifPro-Bold";
  font-weight: 500;
  font-size: 18px;
  line-height: 1;
}
@media screen and (min-width: 375px) {
  .c-card__flagline {
    font-size: calc(
        18px +
          4 *
          (100vw - 375px) /
          1065
      );
  }
}
@media screen and (min-width: 1440px) {
  .c-card__flagline {
    font-size: 22px;
  }
}
@media (min-width: 1024px) {
  .c-card__flagline {
    line-height: 1;
  }
}

.c-card__title {
  font-family: "Maax";
  font-weight: 500;
  font-size: 20px;
  line-height: 1.2;
  letter-spacing: -0.1;
  font-size: calc(1vw + 16.8px);
  margin-bottom: 1.5rem;
}
@media screen and (min-width: 375px) {
  .c-card__title {
    font-size: calc(
        20px +
          8 *
          (100vw - 375px) /
          1065
      );
  }
}
@media screen and (min-width: 1440px) {
  .c-card__title {
    font-size: 28px;
  }
}
@media (min-width: 1024px) {
  .c-card__title {
    line-height: 1.2;
  }
}
@media (min-width: 1024px) {
  .c-card__title {
    letter-spacing: -0.14;
  }
}
@media (max-width: 320px) {
  .c-card__title {
    font-size: 20px;
  }
}
@media (min-width: 1920px) {
  .c-card__title {
    font-size: 36px;
  }
}
@media (min-width: 1024px) {
  .c-card__title {
    margin-bottom: 2rem;
  }
}

.c-card__cta {
  display: inline-flex;
  align-self: center;
  color: currentColor;
  border-color: currentColor;
}

.c-card__cta--icon {
  transition: transform 0.3s cubic-bezier(0.7, 0.6, 0.1, 0.8);
  display: block;
  width: 2.5rem;
  height: 1rem;
  margin: 0 auto;
}
.c-card__link:hover + .c-card__content .c-card__cta--icon {
  transform: translateX(0.25rem);
}
@media (min-width: 1024px) {
  .c-card__cta--icon {
    width: 5rem;
    height: 2rem;
  }
}

.c-card__media {
  width: 100%;
  max-width: 28.75rem;
}
.o-col.c-widget--cta-card .c-card--has-media.is-large .c-card__media {
  margin-bottom: 1.5rem;
}
@media (min-width: 1024px) {
  .o-col.c-widget--cta-card .c-card--has-media.is-large .c-card__media {
    margin-bottom: 3rem;
  }
}

.c-category-card {
  border-bottom: 1px solid #dcdcdc;
}

.c-category-card__image {
  margin-bottom: 0.5rem;
  background-color: #a9a9a9;
}

.c-category-card__headline {
  font-family: "Maax";
  font-weight: 400;
  font-size: 13px;
  line-height: 1.4;
  padding-bottom: 0.625rem;
}
@media screen and (min-width: 375px) {
  .c-category-card__headline {
    font-size: calc(
        13px +
          2 *
          (100vw - 375px) /
          1065
      );
  }
}
@media screen and (min-width: 1440px) {
  .c-category-card__headline {
    font-size: 15px;
  }
}
@media (min-width: 1024px) {
  .c-category-card__headline {
    line-height: 1.4;
  }
}

.c-category-card__text {
  font-family: "Maax";
  font-weight: 400;
  font-size: 12px;
  line-height: 1.4;
  padding-bottom: 0.625rem;
}
@media screen and (min-width: 375px) {
  .c-category-card__text {
    font-size: calc(
        12px +
          2 *
          (100vw - 375px) /
          1065
      );
  }
}
@media screen and (min-width: 1440px) {
  .c-category-card__text {
    font-size: 14px;
  }
}
@media (min-width: 1024px) {
  .c-category-card__text {
    line-height: 1.4;
  }
}

.c-cigar-facts {
  background-color: #e8e8e8;
  display: flex;
  flex-direction: column;
  padding: 1rem 1.5rem;
  margin-bottom: 3rem;
}
.c-cigar-facts.in-grid {
  margin-bottom: calc(0.375rem / 2);
}
@media (min-width: 1024px) {
  .c-cigar-facts {
    padding: 2rem 2.5rem;
  }
}

.c-cigar-facts__title {
  font-family: "Maax";
  font-weight: 400;
  font-size: 18px;
  line-height: 1.4;
  font-weight: 500;
  padding-bottom: 0.75rem;
  border-bottom: 1px solid #a9a9a9;
  margin-bottom: 0;
}
@media screen and (min-width: 375px) {
  .c-cigar-facts__title {
    font-size: calc(
        18px +
          4 *
          (100vw - 375px) /
          1065
      );
  }
}
@media screen and (min-width: 1440px) {
  .c-cigar-facts__title {
    font-size: 22px;
  }
}
@media (min-width: 1024px) {
  .c-cigar-facts__title {
    line-height: 1.4;
  }
}

.c-cigar-facts__icon {
  height: calc(0.75vw + 17.6px);
  display: block;
  width: auto;
  max-width: 250px;
  margin: 1.5rem 0;
}
@media (max-width: 320px) {
  .c-cigar-facts__icon {
    height: 20px;
  }
}
@media (min-width: 1920px) {
  .c-cigar-facts__icon {
    height: 32px;
  }
}
.in-grid .c-cigar-facts__icon {
  height: 48px;
  max-width: unset;
}

.c-cigar-facts__list {
  font-family: "Maax";
  font-weight: 400;
  font-size: 14px;
  line-height: 1.4;
  display: flex;
  flex-flow: column wrap;
  margin: 0;
  padding: 0;
}
@media screen and (min-width: 375px) {
  .c-cigar-facts__list {
    font-size: calc(
        14px +
          2 *
          (100vw - 375px) /
          1065
      );
  }
}
@media screen and (min-width: 1440px) {
  .c-cigar-facts__list {
    font-size: 16px;
  }
}
@media (min-width: 1024px) {
  .c-cigar-facts__list {
    line-height: 1.4;
  }
}
.c-cigar-facts__list dt {
  width: 50%;
}
.c-cigar-facts__list dd {
  width: 50%;
  margin: 0;
}

.c-cigar-facts__list__item {
  display: flex;
  padding: 0.5rem 0;
  border-top: 1px solid #a9a9a9;
}

/* ==========================================================================
   #COMMENT FORM
   Here we are using default HTML structure and classes,
   to create custom ones use comment_form_defaults filter
   ========================================================================== */
.c-comment-form {
  margin-top: 2em;
}
.c-comment-form label {
  display: block;
}
.c-comment-form textarea {
  max-width: 100%;
}

.comment-reply-title {
  margin-bottom: 0.25em;
}

/* ==========================================================================
   #COMMENT
   ========================================================================== */
.c-comment {
  margin-bottom: 1em;
}

.c-comment__author {
  font-size: 1rem;
  margin-bottom: 0.25em;
}

.c-comment__moderation {
  font-style: italic;
  margin-bottom: 0.5em;
}

.c-cookie {
  font-family: "Maax";
  font-weight: 400;
  font-size: 14px;
  line-height: 1.4;
  position: fixed;
  z-index: 20;
  left: 0;
  bottom: 0;
  width: 100%;
  border-top: none !important;
  min-height: 5rem !important;
  text-align: left !important;
  margin-bottom: 0;
}
@media screen and (min-width: 375px) {
  .c-cookie {
    font-size: calc(
        14px +
          2 *
          (100vw - 375px) /
          1065
      );
  }
}
@media screen and (min-width: 1440px) {
  .c-cookie {
    font-size: 16px;
  }
}
@media (min-width: 1024px) {
  .c-cookie {
    line-height: 1.4;
  }
}
@media (min-width: 1024px) {
  .c-cookie {
    justify-content: center;
    align-items: center;
    display: flex;
    min-height: 80px;
  }
}
@media (min-width: 1024px) {
  .c-cookie__wrapper {
    display: flex;
  }
}
.c-cookie__content {
  margin-right: 0;
  margin-bottom: 12px;
  margin-top: 16px;
}
.c-cookie__content span {
  color: #a9a9a9;
  text-align: left;
  cursor: pointer;
}
.c-cookie__content span:hover {
  color: #dcdcdc;
}
.c-cookie__content p {
  margin: 0;
}
@media (min-width: 1024px) {
  .c-cookie__content {
    display: flex;
    margin-right: auto;
    flex-direction: column;
  }
}
.c-cookie__accept {
  margin-bottom: 24px;
  display: flex;
}
.c-cookie__accept button + button {
  margin-right: 0.5rem;
  order: -1 !important;
}
@media (min-width: 1024px) {
  .c-cookie__accept {
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
  }
}
.c-cookie__accept button {
  margin: 0;
}
.c-cookie__accept button + button {
  margin-right: 0;
  margin-left: 0.75rem;
  order: 2 !important;
}

.c-cta-card {
  width: 100%;
  min-height: 11.25rem;
  justify-content: center;
  position: relative;
}
.c-cta-card:hover {
  pointer-events: visible;
}

.c-cta-card--l .c-cta-card__background--color {
  min-height: 22.5rem;
}
@media (min-width: 1024px) {
  .c-cta-card--l .c-cta-card__background--color {
    min-height: 22.5rem;
  }
}

.c-cta-card__background--image {
  position: relative;
}
.c-cta-card__background--image:after {
  content: "";
  display: block;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  background: rgba(0, 0, 0, 0.4);
  z-index: 2;
}

.c-cta-card__background--color {
  width: 100%;
  min-height: 11.25rem;
}
@media (min-width: 1024px) {
  .c-cta-card__background--color {
    position: relative;
  }
  .c-cta-card__background--color:before {
    padding-bottom: 66.6666666667%;
    content: "";
    display: block;
    width: 100%;
  }
}
.c-cta-card__background--color--black {
  background-color: #000000;
}
.c-cta-card__background--color--red {
  background-color: #980a2c;
}
.c-cta-card__background--color--blue {
  background-color: #203865;
}
.c-cta-card__background--color--green {
  background-color: #0e3b20;
}

.c-cta-card__content {
  z-index: 3;
  top: 0;
  left: 0;
  flex-direction: column;
  padding: 0 35px;
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  color: #ffffff;
  justify-content: center;
  text-align: center;
}

@media (min-width: 1024px) {
  .c-cta-card__head {
    margin-top: 2.5rem;
    margin-bottom: auto;
  }
}
.c-cta-card__head--logo {
  height: 100%;
  width: 100%;
  margin-bottom: 2.75rem;
}
@media (min-width: 1024px) {
  .c-cta-card__head--logo {
    margin-bottom: 0;
  }
}
.c-cta-card__head--date {
  margin-bottom: 4.5rem;
}
@media (min-width: 1024px) {
  .c-cta-card__head--date {
    margin-bottom: 0;
  }
}

.c-cta-card__content--flagline {
  margin-top: 0.75rem;
  font-family: "RotisSemiSerifPro-Bold";
  font-weight: 500;
  font-size: 18px;
  line-height: 1;
}
@media screen and (min-width: 375px) {
  .c-cta-card__content--flagline {
    font-size: calc(
        18px +
          4 *
          (100vw - 375px) /
          1065
      );
  }
}
@media screen and (min-width: 1440px) {
  .c-cta-card__content--flagline {
    font-size: 22px;
  }
}
@media (min-width: 1024px) {
  .c-cta-card__content--flagline {
    line-height: 1;
  }
}
.c-cta-card__content--desc {
  margin: 0;
}
.c-cta-card__content--desc--button {
  margin-bottom: 3.5rem;
}
@media (min-width: 1024px) {
  .c-cta-card__content--desc--button {
    margin-bottom: 4rem;
  }
}
.c-cta-card__content--link--button {
  margin: 4rem auto 0 auto;
  color: #ffffff;
}
@media (min-width: 1024px) {
  .c-cta-card__content--link--button {
    margin: auto auto 2.5rem auto;
  }
}
.c-cta-card__content--link--button--s {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%);
  white-space: nowrap;
}
@media (max-width: 1023.98px) {
  .c-cta-card__content--link--button--s {
    margin: 0 auto 2rem auto;
  }
}
.c-cta-card__content--link--button:hover {
  background-color: #ffffff;
  color: #000000;
}
.c-cta-card__content--link--arrow {
  color: #ffffff !important;
}
@media (min-width: 1024px) {
  .c-cta-card__content--link--arrow .c-btn, .c-cta-card__content--link--arrow .woocommerce-Reviews .comment-form .submit, .woocommerce-Reviews .comment-form .c-cta-card__content--link--arrow .submit, .c-cta-card__content--link--arrow .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart-plus.no-txt, .tinv-wishlist .c-cta-card__content--link--arrow .tinvwl_add_to_wishlist_button.tinvwl-icon-heart-plus.no-txt,
.c-cta-card__content--link--arrow .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart.no-txt,
.tinv-wishlist .c-cta-card__content--link--arrow .tinvwl_add_to_wishlist_button.tinvwl-icon-heart.no-txt, .c-cta-card__content--link--arrow .woocommerce-wishlist .tinv-wishlist table.tinvwl-table-manage-list button[name=tinvwl-add-to-cart], .woocommerce-wishlist .tinv-wishlist table.tinvwl-table-manage-list .c-cta-card__content--link--arrow button[name=tinvwl-add-to-cart], .c-cta-card__content--link--arrow .woocommerce-MyAccount-navigation-link--customer-logout a, .woocommerce-MyAccount-navigation-link--customer-logout .c-cta-card__content--link--arrow a, .c-cta-card__content--link--arrow .button, .c-cta-card__content--link--arrow .c-searchbar .ep-autosuggest-container .ep-autosuggest > ul > li > a.ep-autosuggest__link--cta, .c-searchbar .ep-autosuggest-container .c-cta-card__content--link--arrow .ep-autosuggest > ul > li > a.ep-autosuggest__link--cta, .c-cta-card__content--link--arrow .facetwp-load-more {
    transform: scale(1.5);
  }
}
.c-cta-card__content--link--arrow.c-btn--clean:hover, .c-product-card__btn--like .c-cta-card__content--link--arrow.tinvwl_add_to_wishlist_button:hover {
  transform: scale(1.6);
  border-color: transparent;
  background-color: transparent;
}

@media (max-width: 1023.98px) {
  .c-cta-card--large {
    display: none;
  }
}

@media (min-width: 1024px) {
  .c-cta-card--large__background--color {
    aspect-ratio: 3/1;
  }
}

.c-cta-card--large__content {
  flex-direction: column-reverse;
}
@media (min-width: 1024px) {
  .c-cta-card--large__content {
    padding: 0 7.5rem;
    justify-content: left;
    text-align: left;
    flex-direction: row;
  }
}

.c-cta-card--large__head {
  top: 0;
  margin-bottom: 2.75rem;
}
@media (min-width: 1024px) {
  .c-cta-card--large__head {
    margin: 0;
    z-index: 3;
    top: 50%;
    flex-direction: column;
    width: 100%;
    height: 100%;
    display: flex;
  }
}

@media (min-width: 1024px) {
  .c-cta-card--large__head--logo {
    margin: auto 0 auto 0;
    justify-content: right;
    height: auto;
  }
}

@media (min-width: 1024px) {
  .c-cta-card--large__head--date {
    flex-direction: column;
    width: 100%;
    height: 100%;
    display: flex;
    text-align: center;
    justify-content: center;
  }
}

@media (min-width: 1024px) {
  .c-cta-card--large__text {
    z-index: 3;
    top: 0;
    left: 0;
    flex-direction: column;
    width: 100%;
    height: 100%;
    display: flex;
    color: #ffffff;
  }
}

@media (min-width: 1024px) {
  .c-cta-card--large__content--flagline {
    margin-top: auto;
    margin-bottom: 0.5rem;
  }
}

@media (min-width: 1024px) {
  .c-cta-card--large__content--link {
    margin: 2rem auto auto 0;
  }
}

/* ==========================================================================
   CTA
   ========================================================================== */
.c-cta {
  position: relative;
  background-color: #e8e8e8;
  padding-top: 2rem;
  padding-bottom: 2.5rem;
}
@media (min-width: 768px) {
  .c-cta {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}
@media (min-width: 1024px) {
  .c-cta {
    padding-top: 4rem;
    padding-bottom: 4.5rem;
  }
}

@media (min-width: 1024px) {
  .c-cta__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}

.c-cta__title,
.c-cta__text {
  font-family: "Maax";
  font-weight: 400;
  font-size: 18px;
  line-height: 1.4;
}
@media screen and (min-width: 375px) {
  .c-cta__title,
.c-cta__text {
    font-size: calc(
        18px +
          2 *
          (100vw - 375px) /
          1065
      );
  }
}
@media screen and (min-width: 1440px) {
  .c-cta__title,
.c-cta__text {
    font-size: 20px;
  }
}
@media (min-width: 1024px) {
  .c-cta__title,
.c-cta__text {
    line-height: 1.4;
  }
}

.c-cta__title {
  font-weight: 500;
  margin-bottom: 1rem;
}
@media (min-width: 768px) {
  .c-cta__title {
    margin-bottom: 0.6875rem;
  }
}

.c-cta__text {
  margin-bottom: 0;
}

@media (max-width: 1023.98px) {
  .c-cta__trigger {
    margin-top: calc(1.375vw + 27.6px);
  }
}
@media (max-width: 1023.98px) and (max-width: 320px) {
  .c-cta__trigger {
    margin-top: 32px;
  }
}
@media (max-width: 1023.98px) and (min-width: 1920px) {
  .c-cta__trigger {
    margin-top: 54px;
  }
}

.c-fact-bar {
  background-color: #e8e8e8;
  display: flex;
  flex-direction: column;
}
@media (min-width: 1024px) {
  .c-fact-bar {
    flex-direction: row;
  }
}

.c-fact-bar__item {
  max-height: 3rem;
  flex-direction: row;
  display: flex;
  color: #000000;
}

.c-fact-bar__icon {
  width: 2rem;
  height: 2rem;
  margin: auto;
}

.c-fact-bar__list {
  font-family: "Maax";
  font-weight: 400;
  font-size: 16px;
  line-height: 1.4;
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 1.5rem;
  border-bottom: 1px solid #c0c0c0;
}
@media screen and (min-width: 375px) {
  .c-fact-bar__list {
    font-size: calc(
        16px +
          4 *
          (100vw - 375px) /
          1065
      );
  }
}
@media screen and (min-width: 1440px) {
  .c-fact-bar__list {
    font-size: 20px;
  }
}
@media (min-width: 1024px) {
  .c-fact-bar__list {
    line-height: 1.4;
  }
}
@media (min-width: 1024px) {
  .c-fact-bar__list {
    flex-wrap: nowrap;
    width: 33%;
    border-bottom: none;
    border-right: 1px solid #c0c0c0;
  }
}
.c-fact-bar__list:last-of-type {
  border: none;
}
.c-fact-bar__list dt {
  margin: auto 0;
  width: 25%;
}
.c-fact-bar__list dd {
  padding-left: 1rem;
  width: 75%;
  margin: auto 0;
}

/* ==========================================================================
   FILTER
   ========================================================================== */
.c-filter {
  transition: transform 0.3s cubic-bezier(0.7, 0.6, 0.1, 0.8);
  background-color: #fff;
  z-index: 3;
  overflow: hidden;
  position: sticky;
  top: var(--header-height);
  margin: 0 -1.5rem;
  padding: 0.5rem 0;
}
.c-filter::before, .c-filter::after {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  right: 0;
  z-index: 1;
  width: 1.5rem;
  height: 100%;
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, #fff 75%);
}
.c-filter::before {
  background: none;
  left: 1.5rem;
  right: 1.5rem;
  border-top: 1px solid #dcdcdc;
  border-bottom: 1px solid #dcdcdc;
  width: initial;
  z-index: -1;
}
.c-filter .c-slider__wrapper {
  overflow: initial;
  z-index: unset;
}
.c-filter .c-slider__container {
  z-index: unset;
}
.c-filter.is-active {
  position: fixed;
  overflow-y: scroll;
  margin: 0;
  z-index: 5;
  top: 0;
  left: 0;
  width: 100%;
  height: var(--app-height);
  padding: 0;
}
.c-filter.is-active::before, .c-filter.is-active::after {
  display: none;
}
@media (min-width: 1024px) {
  .c-filter {
    padding: 0;
    z-index: 3;
  }
  .c-filter.is-active {
    z-index: 6;
    right: 0;
    background-color: transparent;
    left: initial;
  }
}

.c-filter--shadow {
  display: none;
}
.is-locked.is-scrolled .c-filter--shadow {
  position: fixed;
  top: var(--header-height);
  width: 100%;
  padding-right: var(--scrollbar-width);
}
@media (min-width: 1024px) {
  .c-filter.is-active + .c-filter--shadow {
    display: block;
  }
}

.c-filter--reset {
  position: relative;
  z-index: 0;
  top: initial;
  display: none;
  width: 100%;
}
.c-filter--reset.show {
  display: inline-flex;
}
@media (min-width: 1024px) {
  .c-filter--reset {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
}

.c-filter--tabs {
  z-index: 4;
  padding: 0;
  margin: 0 0 0.5rem;
  overflow: initial;
}
.c-filter--tabs::before {
  display: none;
}
.c-filter--tabs .facetwp-facet {
  font-family: "Maax";
  font-weight: 400;
  font-size: 13px;
  line-height: 1.4;
  margin: 0;
  display: flex;
}
@media screen and (min-width: 375px) {
  .c-filter--tabs .facetwp-facet {
    font-size: calc(
        13px +
          2 *
          (100vw - 375px) /
          1065
      );
  }
}
@media screen and (min-width: 1440px) {
  .c-filter--tabs .facetwp-facet {
    font-size: 15px;
  }
}
@media (min-width: 1024px) {
  .c-filter--tabs .facetwp-facet {
    line-height: 1.4;
  }
}
.c-filter--tabs .facetwp-radio {
  position: relative;
  background: none;
  margin-bottom: 0;
  padding: 0;
}
.c-filter--tabs .facetwp-radio::before {
  content: "";
  position: absolute;
  display: block;
  bottom: calc(-2px - 0.5rem);
  height: 2px;
  width: 100%;
  background: transparent;
  transform: translateY(-50%);
}
.c-filter--tabs .facetwp-radio.checked {
  background: transparent;
}
.c-filter--tabs .facetwp-radio.checked::before {
  background-color: #000000;
}
.c-filter--tabs .facetwp-radio + .facetwp-radio {
  margin-left: 1.5rem;
}
.c-filter--tabs .facetwp-radio .facetwp-display-value {
  font-weight: 500;
}

.c-filter__inner {
  position: relative;
  padding: 1.125rem 0 1.25rem;
}
.is-active .c-filter__inner {
  padding: 0;
  display: flex;
  flex-flow: column nowrap;
  min-height: 100%;
}
@media (min-width: 1024px) {
  .c-filter__inner {
    transition: transform 0.3s cubic-bezier(0.7, 0.6, 0.1, 0.8);
  }
  .is-active .c-filter__inner {
    align-items: flex-end;
    z-index: 1;
    width: 100%;
    min-height: var(--app-height);
  }
  .is-active .c-filter__inner::after {
    content: "";
    position: absolute;
    top: 0;
  }
}

.c-filter__head,
.c-filter__main,
.c-filter__notification {
  width: 100%;
}
.c-filter--shadow .c-filter__head,
.c-filter--shadow .c-filter__main,
.c-filter--shadow .c-filter__notification {
  animation: initial;
}
.is-active .c-filter__head,
.is-active .c-filter__main,
.is-active .c-filter__notification {
  animation: slideIn 0.3s cubic-bezier(0.7, 0.6, 0.1, 0.8) forwards;
}
@media (min-width: 1024px) {
  .c-filter__head,
.c-filter__main,
.c-filter__notification {
    width: initial;
  }
  .is-active .c-filter__head,
.is-active .c-filter__main,
.is-active .c-filter__notification {
    width: 40rem;
  }
}

@keyframes slideIn {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(0);
  }
}
.c-filter__head {
  position: sticky;
  display: none;
  top: 0;
  background-color: #fff;
  z-index: 2;
  padding: 0 1.5rem;
  align-items: center;
  justify-content: space-between;
  height: var(--header-height);
  border-bottom: 1px solid #dcdcdc;
  flex-shrink: 0;
}
@media (min-width: 1024px) {
  .is-active .c-filter__head {
    padding: 0 3rem;
    display: flex;
    box-shadow: 0 -0.5rem 0.5rem rgba(0, 0, 0, 0.15);
  }
}
@media (max-width: 1023.98px) {
  .c-filter__head {
    display: none;
  }
  .is-active .c-filter__head {
    display: flex;
  }
}

.c-filter__head-loading {
  position: absolute;
  top: 50%;
  right: 0;
  width: 1.5rem;
  height: 1.5rem;
  display: block;
}

.c-filter__headline {
  margin-bottom: 0;
}

.c-filter__close {
  position: relative;
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
  margin: 0;
  color: black;
}
.c-filter__close:hover, .c-filter__close:active, .c-filter__close:focus {
  background: transparent;
  color: #000;
}

.c-filter__main .c-slider__wrapper,
.c-filter--reset .c-slider__wrapper {
  flex-direction: row;
}
.c-filter__main .c-slider__item,
.c-filter--reset .c-slider__item {
  width: auto;
}
.c-filter__main .c-slider__item:first-child,
.c-filter--reset .c-slider__item:first-child {
  margin-left: 1.5rem;
}
.c-filter__main .c-slider__item:last-child,
.c-filter--reset .c-slider__item:last-child {
  margin-right: 1.5rem;
}
.is-active .c-filter__main,
.is-active .c-filter--reset {
  display: block;
}
.is-active .c-filter__main .c-slider__item,
.is-active .c-filter--reset .c-slider__item {
  margin: 0;
}
.is-active .c-filter__main .c-slider__wrapper,
.is-active .c-filter--reset .c-slider__wrapper {
  flex-direction: column;
}
.c-filter__main::before,
.c-filter--reset::before {
  transition: background-color 0.3s cubic-bezier(0.7, 0.6, 0.1, 0.8);
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0);
  z-index: 1;
  opacity: 0;
  visibility: hidden;
}
.is-active.is-loading .c-filter__main::before,
.is-active.is-loading .c-filter--reset::before {
  opacity: 1;
  visibility: visible;
  background: rgba(0, 0, 0, 0.1);
}
@media (max-width: 1023.98px) {
  .is-active .c-filter__main,
.is-active .c-filter--reset {
    padding: 1.5rem;
  }
}
@media (min-width: 1024px) {
  .c-filter__main,
.c-filter--reset {
    width: 100%;
  }
  .is-active .c-filter__main,
.is-active .c-filter--reset {
    padding: 3rem;
    background-color: #fff;
    position: relative;
    z-index: 1;
    flex-grow: 1;
    box-shadow: 0 0.125rem 0.5rem rgba(0, 0, 0, 0.15);
  }
}

.c-filter__main {
  display: inline-flex;
}

.c-filter__backdrop {
  transition: opacity 0.3s cubic-bezier(0.7, 0.6, 0.1, 0.8);
  border: none;
  border-radius: 0;
  position: fixed;
  display: none;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.1);
  visibility: hidden;
  opacity: 0;
}
.is-active .c-filter__backdrop {
  opacity: 1;
  visibility: visible;
}
@media (min-width: 1024px) {
  .c-filter__backdrop {
    display: block;
  }
}

.c-filter__facet-trigger {
  transition: none;
  font-size: 1rem;
  padding: 0.5rem 1rem;
  white-space: nowrap;
  align-self: flex-start;
  margin-right: 1rem;
}
.swiper-initialized .c-filter__facet-trigger {
  margin-right: 0;
}
.is-active .c-filter__facet-trigger {
  width: 100%;
  border-radius: 0;
  padding: 0;
  border: none;
}
.c-filter__facet-trigger .c-btn__icon {
  margin-left: auto;
}
.c-filter__facet-trigger .c-btn__label span::before, .c-filter__facet-trigger .c-btn__label span::after {
  content: "";
  position: relative;
  content: "(";
}
.c-filter__facet-trigger .c-btn__label span::after {
  content: ")";
}
.c-filter__facet-trigger svg {
  display: none;
}
.is-active .c-filter__facet-trigger {
  font-size: 1.125rem;
  margin-right: 0;
}
.is-active .c-filter__facet-trigger svg {
  display: block;
}
.c-filter__facet-trigger.is-active svg {
  transform: rotate(180deg);
}
.c-filter__facet-trigger:hover, .c-filter__facet-trigger:active, .c-filter__facet-trigger:focus {
  background: transparent;
}
@media (min-width: 1024px) {
  .c-filter__facet-trigger .c-btn__label span {
    display: none;
  }
  .is-active .c-filter__facet-trigger .c-btn__label.show-counter span {
    display: inline;
  }
}

.c-filter__facet-trigger--reset {
  font-size: calc(0.125vw + 13.6px);
}
@media (max-width: 320px) {
  .c-filter__facet-trigger--reset {
    font-size: 14px;
  }
}
@media (min-width: 1920px) {
  .c-filter__facet-trigger--reset {
    font-size: 16px;
  }
}
.c-filter__facet-trigger--reset, .c-filter__facet-trigger--reset:hover, .c-filter__facet-trigger--reset:focus {
  background-color: #e8e8e8;
}

.is-active .c-filter__facet-trigger--all {
  display: none;
}

.c-filter__facet {
  display: none;
}
.c-filter__facet.is-active {
  display: block;
}
.c-filter__facet.has-results .facetwp-checkbox {
  display: none;
}
.c-filter__facet.has-results .facetwp-checkbox.is-found {
  display: flex;
}
.c-filter__facet .facetwp-facet {
  padding: 0 1rem;
  margin: 0;
}
.c-filter__facet .facetwp-radio,
.c-filter__facet .facetwp-checkbox {
  font-weight: 500;
  font-size: 0.875rem;
  position: relative;
  display: flex;
  align-items: center;
  background: none;
  padding: 0;
  margin-bottom: 0.875rem;
}
.c-filter__facet .facetwp-radio span:last-child,
.c-filter__facet .facetwp-checkbox span:last-child {
  margin-left: auto;
  font-weight: 400;
}
.c-filter__facet .facetwp-radio::after,
.c-filter__facet .facetwp-checkbox::after {
  content: "";
  position: relative;
  display: block;
  width: 1.25rem;
  height: 1.25rem;
  border: 1px solid #a9a9a9;
  margin-left: 1rem;
}
.c-filter__facet .facetwp-radio.checked,
.c-filter__facet .facetwp-checkbox.checked {
  background: none;
}
.c-filter__facet .facetwp-radio {
  background: none;
}
.c-filter__facet .facetwp-radio::after {
  border-radius: 50%;
}
.c-filter__facet .facetwp-radio::before {
  content: "";
  position: absolute;
  transition: opacity 0.3s cubic-bezier(0.7, 0.6, 0.1, 0.8);
  display: block;
  opacity: 0;
  visibility: hidden;
  right: 0;
  top: 50%;
  width: 10px;
  height: 10px;
  background: #000;
  border-radius: 50%;
  transform: translate(-50%, -50%);
}
.c-filter__facet .facetwp-radio.checked::before {
  opacity: 1;
  visibility: visible;
}
.c-filter__facet .facetwp-checkbox::after {
  background: transparent;
  border-radius: 0.25rem;
}
.c-filter__facet .facetwp-checkbox.checked::after {
  border-color: #000;
  background: #000 no-repeat 50% 50%/0.75rem url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8.731 6.087'%3E%3Cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' d='m.707 3.03 2.437 2.558 4.88-4.88' data-name='Path 82'/%3E%3C/svg%3E");
}
.c-filter__facet .facetwp-radio--sort {
  justify-content: space-between;
}

.c-filter__item-search {
  position: relative;
  width: 100%;
}

.c-filter__item-search-icon {
  display: block;
  position: absolute;
  top: 50%;
  left: 0.5rem;
  width: 2.5rem;
  height: 2.5rem;
  transform: translateY(-50%);
  z-index: -1;
}

.c-filter__item-search-control {
  width: 100%;
  border-radius: 2.5rem;
  font-size: 0.875rem;
  line-height: 1;
  border: 2px solid;
  padding: 0.8125rem;
  padding-left: 3rem;
  background-color: transparent;
}

.c-filter__result-count {
  transition: opacity 0.3s cubic-bezier(0.7, 0.6, 0.1, 0.8);
  display: block;
  visibility: hidden;
  opacity: 0;
  font: normal normal 12px/16px "Maax", -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", "Roboto", "Helvetica Neue", "Arial", sans-serif;
  text-transform: uppercase;
  color: #a9a9a9;
  margin: 1rem 1rem 0.5rem;
}
.has-results .c-filter__result-count {
  opacity: 1;
  visibility: visible;
}

.c-filter__description, .c-filter__result {
  font: normal normal 0.75rem/1rem "Maax", -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", "Roboto", "Helvetica Neue", "Arial", sans-serif;
}

.c-filter__trigger {
  display: none;
  margin-left: auto;
}
@media (min-width: 1024px) {
  .c-filter__trigger {
    display: inline-flex;
  }
}

.c-filter__result {
  display: none;
  padding-top: 0.75rem;
  width: 100%;
  border-top: 1px solid #dcdcdc;
}
.c-filter__facet-trigger.is-active + .c-filter__result {
  display: none;
}
@media (min-width: 1024px) {
  .c-filter.is-active .c-filter__result {
    display: block;
  }
  .c-filter__facet-trigger.is-active + .c-filter__result {
    display: none;
  }
}

.c-filter__result-cta {
  display: none;
  margin-top: auto;
  padding: 1rem 0;
}
.is-active .c-filter__result-cta {
  position: sticky;
  bottom: 0;
  background-color: #fff;
  display: flex;
  align-items: center;
  flex-direction: column;
}
@media (min-width: 1024px) {
  .is-active .c-filter__result-cta {
    display: none;
  }
}

.c-filter__reset-link {
  background: transparent;
  border: none;
  cursor: pointer;
  border-radius: 0;
  color: #c0c0c0;
  text-decoration: underline;
  font-weight: 500;
  margin-top: 0.5rem;
}
.c-filter__reset-link:hover, .c-filter__reset-link:active, .c-filter__reset-link:focus {
  text-decoration: none;
}

.facetwp-load-more {
  display: block;
  margin: 0 auto;
}

.facetwp-facet-products_counter {
  color: #c0c0c0;
  position: relative;
  padding: 2.5rem 0 1.5rem;
  display: inline-flex;
  width: 100%;
  justify-content: center;
}
.facetwp-facet-products_counter.facetwp-facet {
  margin-bottom: 0;
}

.facetwp__counter-values {
  position: relative;
  padding: 0 3.5rem 1rem;
}
.facetwp__counter-values::before, .facetwp__counter-values::after {
  content: "";
  position: absolute;
  display: block;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: #dcdcdc;
}
.facetwp__counter-values::before {
  height: 1px;
}
.facetwp__counter-values::after {
  transition: width 0.3s cubic-bezier(0.7, 0.6, 0.1, 0.8);
  height: 5px;
  bottom: -2px;
  background-color: #000;
  width: calc(var(--current) / var(--total) * 100%);
  border-radius: 5px;
}

/* ==========================================================================
   #FOOTER
   ========================================================================== */
.c-footer {
  padding-top: calc(1.5vw + 19.2px);
  padding-bottom: calc(3.5vw + 68.8px);
  font-family: "Maax";
  font-weight: 400;
  font-size: 14px;
  line-height: 1.4;
  background-color: #202020;
  color: #fff;
}
@media (max-width: 320px) {
  .c-footer {
    padding-top: 24px;
  }
}
@media (min-width: 1920px) {
  .c-footer {
    padding-top: 48px;
  }
}
@media (max-width: 320px) {
  .c-footer {
    padding-bottom: 80px;
  }
}
@media (min-width: 1920px) {
  .c-footer {
    padding-bottom: 136px;
  }
}
@media screen and (min-width: 375px) {
  .c-footer {
    font-size: calc(
        14px +
          2 *
          (100vw - 375px) /
          1065
      );
  }
}
@media screen and (min-width: 1440px) {
  .c-footer {
    font-size: 16px;
  }
}
@media (min-width: 1024px) {
  .c-footer {
    line-height: 1.4;
  }
}
.c-footer p {
  margin-bottom: 0;
}

.c-footer__back-to-top {
  width: calc(0.5vw + 46.4px);
  height: calc(0.5vw + 46.4px);
  display: block;
  border: 1px solid #404040;
  border-radius: 50%;
  background: transparent;
  margin: 0 auto 2.5rem;
  padding: 0;
  color: #fff;
}
@media (max-width: 320px) {
  .c-footer__back-to-top {
    width: 48px;
  }
}
@media (min-width: 1920px) {
  .c-footer__back-to-top {
    width: 56px;
  }
}
@media (max-width: 320px) {
  .c-footer__back-to-top {
    height: 48px;
  }
}
@media (min-width: 1920px) {
  .c-footer__back-to-top {
    height: 56px;
  }
}

.c-footer__row {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
  border-top: 1px solid #404040;
  border-bottom: 1px solid #404040;
}
.c-footer__row + .c-footer__row {
  border-top: none;
}
.c-footer__row:last-child {
  border: none;
}
@media (min-width: 1024px) {
  .c-footer__row {
    display: flex;
    flex-flow: row wrap;
  }
}

@media (max-width: 1023.98px) {
  .c-footer__row--with-navs {
    border: none;
  }
}
@media (min-width: 1024px) {
  .c-footer__row--with-navs {
    border-bottom: none;
  }
}

@media (max-width: 1023.98px) {
  .c-footer__row--last {
    display: flex;
    flex-flow: column-reverse nowrap;
    padding: 0;
  }
}

@media (min-width: 1024px) {
  .c-footer__col {
    width: 50%;
  }
}
@media (min-width: 1200px) {
  .c-footer__col.push-right {
    margin-left: auto;
    width: initial;
  }
  .c-footer__row--with-navs .c-footer__col {
    width: 33.3333333333%;
  }
}

.c-footer__col--lg p:last-of-type {
  margin-bottom: 2.5rem;
}
@media (min-width: 1024px) {
  .c-footer__col--lg {
    width: 100%;
  }
}
@media (min-width: 1200px) {
  .c-footer__row--with-navs .c-footer__col--lg {
    padding-right: 5rem;
  }
}

.c-footer__col--icon-navs {
  display: flex;
  flex-flow: row nowrap;
}

.c-footer__col--copy {
  font-family: "Maax";
  font-weight: 400;
  font-size: 12px;
  line-height: 1.4;
  margin-top: 2.5rem;
}
@media screen and (min-width: 375px) {
  .c-footer__col--copy {
    font-size: calc(
        12px +
          2 *
          (100vw - 375px) /
          1065
      );
  }
}
@media screen and (min-width: 1440px) {
  .c-footer__col--copy {
    font-size: 14px;
  }
}
@media (min-width: 1024px) {
  .c-footer__col--copy {
    line-height: 1.4;
  }
}
@media (min-width: 1024px) {
  .c-footer__col--copy {
    margin-top: 0;
  }
}

.c-footer__stopper {
  font-family: "Maax";
  font-weight: 500;
  font-size: 22px;
  line-height: 1.2;
  letter-spacing: -0.11;
  background-color: #fff;
  color: #000;
  padding: 1.5rem;
  border: 0.25rem solid #000;
  text-align: center;
  width: 100%;
}
@media screen and (min-width: 375px) {
  .c-footer__stopper {
    font-size: calc(
        22px +
          8 *
          (100vw - 375px) /
          1065
      );
  }
}
@media screen and (min-width: 1440px) {
  .c-footer__stopper {
    font-size: 30px;
  }
}
@media (min-width: 1024px) {
  .c-footer__stopper {
    line-height: 1.2;
  }
}
@media (min-width: 1024px) {
  .c-footer__stopper {
    letter-spacing: -0.15;
  }
}
.c-footer__stopper p {
  all: revert;
  margin: 0;
}
@media (min-width: 1024px) {
  .c-footer__stopper {
    padding: 3rem 3.375rem 3.375rem;
  }
}

.c-footer__nav {
  padding: 2.5rem 0 1rem;
  display: flex;
  flex-flow: row wrap;
  border-top: 1px solid #404040;
  border-bottom: 1px solid #404040;
}
@media (min-width: 1024px) {
  .c-footer__nav {
    border: none;
  }
}
@media (min-width: 1200px) {
  .c-footer__nav {
    padding: 0;
  }
}

.c-footer__nav--icons {
  border: none;
  flex-flow: row;
  padding: 0;
}
.c-footer__nav--icons + .c-footer__nav {
  margin-left: 0.5rem;
}

.c-footer__nav-item {
  width: 50%;
  text-transform: uppercase;
  color: #fff;
  text-decoration: none;
  margin-bottom: 1.5rem;
}
@media (min-width: 1024px) {
  .c-footer__nav-item {
    margin-bottom: 1.25rem;
    font-weight: 400;
    font-size: 0.9375rem;
  }
}

.c-footer__nav-item--icon {
  background-color: #fff;
  color: #000;
  width: 3.125rem;
  height: 2rem;
  border-radius: 0.25rem;
  margin-bottom: 0;
  padding: 0.5rem 0.6875rem;
}
.c-footer__nav-item--icon + .c-footer__nav-item--icon {
  margin-left: 0.5rem;
}
.c-footer__nav--icons-socialmedia .c-footer__nav-item--icon {
  border-radius: 50%;
  width: 2rem;
  padding: 0.25rem;
}

.c-footer__nav-item--icon-social {
  border-radius: 50%;
  padding: 0;
  width: 2rem;
  height: 2rem;
}

.c-footer__nav-icon {
  display: block;
  width: 100%;
  height: 100%;
}

.c-form__group, .coupon, .shipping-calculator-form .form-row, .form-row,
.woocommerce-form-row {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  padding: 12px 0;
  margin-bottom: 24px;
}

.c-form__group-label, .coupon label, label:not(.checkbox), .form-row label:not(.checkbox),
.woocommerce-form-row label:not(.checkbox) {
  position: absolute;
  z-index: 1;
  width: 100%;
  transform-origin: left center;
  will-change: transform;
  transition: all 300ms cubic-bezier(0.7, 0.6, 0.1, 0.8);
  color: #a9a9a9;
}
.c-form__group--filled .c-form__group-label, .c-form__group--filled .coupon label, .coupon .c-form__group--filled label, .c-form__group--filled label:not(.checkbox), .c-form__group--focus .c-form__group-label, .c-form__group--focus .coupon label, .coupon .c-form__group--focus label, .c-form__group--focus label:not(.checkbox) {
  top: 0;
  left: 0;
  color: #000000;
  transform: translateY(calc(-100% + 12px)) scale(0.7);
}

.c-form__group-input, .enr-cart_level-subscribe-now-wrapper #enr_subscribe_plans, .coupon .input-text, .shipping-calculator-form .input-text, body .select2-container--default .select2-selection--single, .woocommerce-input-wrapper select,
.woocommerce-input-wrapper .input-text, .woocommerce-Input.input-text, select#enr_subscribe_plans {
  width: 100%;
  border: none;
  color: #000000;
  border-radius: 0;
  border-bottom: 1px solid #dcdcdc;
  font-family: "Maax", -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", "Roboto", "Helvetica Neue", "Arial", sans-serif;
  font-size: 18px;
  min-height: 30px;
  -webkit-appearance: none;
  appearance: none;
}
.c-form__group--error .c-form__group-input, .c-form__group--error .enr-cart_level-subscribe-now-wrapper #enr_subscribe_plans, .enr-cart_level-subscribe-now-wrapper .c-form__group--error #enr_subscribe_plans, .c-form__group--error .coupon .input-text, .coupon .c-form__group--error .input-text, .c-form__group--error .shipping-calculator-form .input-text, .shipping-calculator-form .c-form__group--error .input-text, .c-form__group--error body .select2-container--default .select2-selection--single, body .select2-container--default .c-form__group--error .select2-selection--single, .c-form__group--error .woocommerce-input-wrapper select, .woocommerce-input-wrapper .c-form__group--error select,
.c-form__group--error .woocommerce-input-wrapper .input-text,
.woocommerce-input-wrapper .c-form__group--error .input-text, .c-form__group--error .woocommerce-Input.input-text, .form-row.woocommerce-invalid .c-form__group-input, .form-row.woocommerce-invalid .enr-cart_level-subscribe-now-wrapper #enr_subscribe_plans, .enr-cart_level-subscribe-now-wrapper .form-row.woocommerce-invalid #enr_subscribe_plans, .form-row.woocommerce-invalid .coupon .input-text, .coupon .form-row.woocommerce-invalid .input-text, .form-row.woocommerce-invalid .shipping-calculator-form .input-text, .shipping-calculator-form .form-row.woocommerce-invalid .input-text, .form-row.woocommerce-invalid body .select2-container--default .select2-selection--single, body .select2-container--default .form-row.woocommerce-invalid .select2-selection--single, .form-row.woocommerce-invalid .woocommerce-input-wrapper select, .woocommerce-input-wrapper .form-row.woocommerce-invalid select,
.form-row.woocommerce-invalid .woocommerce-input-wrapper .input-text,
.woocommerce-input-wrapper .form-row.woocommerce-invalid .input-text, .form-row.woocommerce-invalid .woocommerce-Input.input-text,
.form-row .woocommerce-invalid .c-form__group-input,
.form-row .woocommerce-invalid .enr-cart_level-subscribe-now-wrapper #enr_subscribe_plans,
.enr-cart_level-subscribe-now-wrapper .form-row .woocommerce-invalid #enr_subscribe_plans,
.form-row .woocommerce-invalid .coupon .input-text,
.coupon .form-row .woocommerce-invalid .input-text,
.form-row .woocommerce-invalid .shipping-calculator-form .input-text,
.shipping-calculator-form .form-row .woocommerce-invalid .input-text,
.form-row .woocommerce-invalid body .select2-container--default .select2-selection--single,
body .select2-container--default .form-row .woocommerce-invalid .select2-selection--single,
.form-row .woocommerce-invalid .woocommerce-input-wrapper select,
.woocommerce-input-wrapper .form-row .woocommerce-invalid select,
.form-row .woocommerce-invalid .woocommerce-input-wrapper .input-text,
.woocommerce-input-wrapper .form-row .woocommerce-invalid .input-text,
.form-row .woocommerce-invalid .woocommerce-Input.input-text,
.woocommerce-form-row.woocommerce-invalid .c-form__group-input,
.woocommerce-form-row.woocommerce-invalid .enr-cart_level-subscribe-now-wrapper #enr_subscribe_plans,
.enr-cart_level-subscribe-now-wrapper .woocommerce-form-row.woocommerce-invalid #enr_subscribe_plans,
.woocommerce-form-row.woocommerce-invalid .coupon .input-text,
.coupon .woocommerce-form-row.woocommerce-invalid .input-text,
.woocommerce-form-row.woocommerce-invalid .shipping-calculator-form .input-text,
.shipping-calculator-form .woocommerce-form-row.woocommerce-invalid .input-text,
.woocommerce-form-row.woocommerce-invalid body .select2-container--default .select2-selection--single,
body .select2-container--default .woocommerce-form-row.woocommerce-invalid .select2-selection--single,
.woocommerce-form-row.woocommerce-invalid .woocommerce-input-wrapper select,
.woocommerce-input-wrapper .woocommerce-form-row.woocommerce-invalid select,
.woocommerce-form-row.woocommerce-invalid .woocommerce-input-wrapper .input-text,
.woocommerce-input-wrapper .woocommerce-form-row.woocommerce-invalid .input-text,
.woocommerce-form-row.woocommerce-invalid .woocommerce-Input.input-text,
.woocommerce-form-row .woocommerce-invalid .c-form__group-input,
.woocommerce-form-row .woocommerce-invalid .enr-cart_level-subscribe-now-wrapper #enr_subscribe_plans,
.enr-cart_level-subscribe-now-wrapper .woocommerce-form-row .woocommerce-invalid #enr_subscribe_plans,
.woocommerce-form-row .woocommerce-invalid .coupon .input-text,
.coupon .woocommerce-form-row .woocommerce-invalid .input-text,
.woocommerce-form-row .woocommerce-invalid .shipping-calculator-form .input-text,
.shipping-calculator-form .woocommerce-form-row .woocommerce-invalid .input-text,
.woocommerce-form-row .woocommerce-invalid body .select2-container--default .select2-selection--single,
body .select2-container--default .woocommerce-form-row .woocommerce-invalid .select2-selection--single,
.woocommerce-form-row .woocommerce-invalid .woocommerce-input-wrapper select,
.woocommerce-input-wrapper .woocommerce-form-row .woocommerce-invalid select,
.woocommerce-form-row .woocommerce-invalid .woocommerce-input-wrapper .input-text,
.woocommerce-input-wrapper .woocommerce-form-row .woocommerce-invalid .input-text,
.woocommerce-form-row .woocommerce-invalid .woocommerce-Input.input-text, .c-form__group--error select#enr_subscribe_plans, .form-row.woocommerce-invalid select#enr_subscribe_plans,
.form-row .woocommerce-invalid select#enr_subscribe_plans,
.woocommerce-form-row.woocommerce-invalid select#enr_subscribe_plans,
.woocommerce-form-row .woocommerce-invalid select#enr_subscribe_plans {
  color: #d32f36;
  border-color: #d32f36;
}
.c-form__group-input, .enr-cart_level-subscribe-now-wrapper #enr_subscribe_plans, .coupon .input-text, .shipping-calculator-form .input-text, body .select2-container--default .select2-selection--single, .woocommerce-input-wrapper select,
.woocommerce-input-wrapper .input-text, .woocommerce-Input.input-text, select#enr_subscribe_plans, .c-form__group-input:focus, .c-form__group-input:active {
  outline: none;
}
.c-form__group-input:-ms-input-placeholder, .enr-cart_level-subscribe-now-wrapper #enr_subscribe_plans:-ms-input-placeholder, .coupon .input-text:-ms-input-placeholder, .shipping-calculator-form .input-text:-ms-input-placeholder, body .select2-container--default .select2-selection--single:-ms-input-placeholder, .woocommerce-input-wrapper select:-ms-input-placeholder, .woocommerce-input-wrapper .input-text:-ms-input-placeholder, .woocommerce-Input.input-text:-ms-input-placeholder, select#enr_subscribe_plans:-ms-input-placeholder {
  opacity: 0;
}
.c-form__group-input::placeholder, .enr-cart_level-subscribe-now-wrapper #enr_subscribe_plans::placeholder, .coupon .input-text::placeholder, .shipping-calculator-form .input-text::placeholder, body .select2-container--default .select2-selection--single::placeholder, .woocommerce-input-wrapper select::placeholder,
.woocommerce-input-wrapper .input-text::placeholder, .woocommerce-Input.input-text::placeholder, select#enr_subscribe_plans::placeholder {
  opacity: 0;
}
.c-form__group-input:focus, .enr-cart_level-subscribe-now-wrapper #enr_subscribe_plans:focus, .coupon .input-text:focus, .shipping-calculator-form .input-text:focus, body .select2-container--default .select2-selection--single:focus, .woocommerce-input-wrapper select:focus,
.woocommerce-input-wrapper .input-text:focus, .woocommerce-Input.input-text:focus, select#enr_subscribe_plans:focus, .c-form__group-input:active, .enr-cart_level-subscribe-now-wrapper #enr_subscribe_plans:active, .coupon .input-text:active, .shipping-calculator-form .input-text:active, body .select2-container--default .select2-selection--single:active, .woocommerce-input-wrapper select:active,
.woocommerce-input-wrapper .input-text:active, .woocommerce-Input.input-text:active, select#enr_subscribe_plans:active {
  border-bottom-color: #000000;
}
.c-form__group--focus .c-form__group-input, .c-form__group--focus .enr-cart_level-subscribe-now-wrapper #enr_subscribe_plans, .enr-cart_level-subscribe-now-wrapper .c-form__group--focus #enr_subscribe_plans, .c-form__group--focus .coupon .input-text, .coupon .c-form__group--focus .input-text, .c-form__group--focus .shipping-calculator-form .input-text, .shipping-calculator-form .c-form__group--focus .input-text, .c-form__group--focus body .select2-container--default .select2-selection--single, body .select2-container--default .c-form__group--focus .select2-selection--single, .c-form__group--focus .woocommerce-input-wrapper select, .woocommerce-input-wrapper .c-form__group--focus select,
.c-form__group--focus .woocommerce-input-wrapper .input-text,
.woocommerce-input-wrapper .c-form__group--focus .input-text, .c-form__group--focus .woocommerce-Input.input-text, .c-form__group--focus select#enr_subscribe_plans, .c-form__group--filled .c-form__group-input, .c-form__group--filled .enr-cart_level-subscribe-now-wrapper #enr_subscribe_plans, .enr-cart_level-subscribe-now-wrapper .c-form__group--filled #enr_subscribe_plans, .c-form__group--filled .coupon .input-text, .coupon .c-form__group--filled .input-text, .c-form__group--filled .shipping-calculator-form .input-text, .shipping-calculator-form .c-form__group--filled .input-text, .c-form__group--filled body .select2-container--default .select2-selection--single, body .select2-container--default .c-form__group--filled .select2-selection--single, .c-form__group--filled .woocommerce-input-wrapper select, .woocommerce-input-wrapper .c-form__group--filled select,
.c-form__group--filled .woocommerce-input-wrapper .input-text,
.woocommerce-input-wrapper .c-form__group--filled .input-text, .c-form__group--filled .woocommerce-Input.input-text, .c-form__group--filled select#enr_subscribe_plans {
  font-weight: 600;
}

.c-form__group-input--textarea, .woocommerce-input-wrapper textarea {
  min-height: 150px;
  height: 150px;
}

.c-form__group-message {
  font-style: italic;
  padding-top: 5px;
}
.c-form__group--error .c-form__group-message, .form-row.woocommerce-invalid .c-form__group-message,
.form-row .woocommerce-invalid .c-form__group-message,
.woocommerce-form-row.woocommerce-invalid .c-form__group-message,
.woocommerce-form-row .woocommerce-invalid .c-form__group-message {
  color: #d32f36;
  display: inline-flex !important;
}

.c-form__group-checkbox, label.checkbox, .form-row label.checkbox,
.woocommerce-form-row label.checkbox, input[type=checkbox].enr-subscribe-now + label {
  position: relative;
  display: flex;
  font-weight: 400;
  color: #a9a9a9;
}
.c-form__group-checkbox:before, label.checkbox:before, .form-row label.checkbox:before,
.woocommerce-form-row label.checkbox:before, input[type=checkbox].enr-subscribe-now + label:before {
  display: inline-block;
  content: "";
  position: relative;
  margin-right: 15px;
  min-height: 20px;
  height: 20px;
  min-width: 20px;
  width: 20px;
  border: 1px solid #dcdcdc;
  background: #ffffff;
  border-radius: 4px;
}
.c-form__group-checkbox:after, label.checkbox:after, .form-row label.checkbox:after,
.woocommerce-form-row label.checkbox:after, input[type=checkbox].enr-subscribe-now + label:after {
  content: "";
  display: inline-block;
  transform: rotate(45deg);
  height: 10px;
  width: 6px;
  border-bottom: 1px solid #ffffff;
  border-right: 1px solid #ffffff;
  position: absolute;
  left: 7px;
  top: 3px;
  will-change: transform;
}
.c-form__group-checkbox input[type=checkbox], label.checkbox input[type=checkbox], input[type=checkbox].enr-subscribe-now + label input[type=checkbox] {
  position: absolute;
  width: 0;
  height: 0;
  opacity: 0;
  left: 0;
  top: 0;
}
.c-form__group--error .c-form__group-checkbox:before, .c-form__group--error label.checkbox:before, .form-row.woocommerce-invalid .c-form__group-checkbox:before, .form-row.woocommerce-invalid label.checkbox:before,
.form-row .woocommerce-invalid .c-form__group-checkbox:before,
.form-row .woocommerce-invalid label.checkbox:before,
.woocommerce-form-row.woocommerce-invalid .c-form__group-checkbox:before,
.woocommerce-form-row.woocommerce-invalid label.checkbox:before,
.woocommerce-form-row .woocommerce-invalid .c-form__group-checkbox:before,
.woocommerce-form-row .woocommerce-invalid label.checkbox:before, .c-form__group--error input[type=checkbox].enr-subscribe-now + label:before, .form-row.woocommerce-invalid input[type=checkbox].enr-subscribe-now + label:before,
.form-row .woocommerce-invalid input[type=checkbox].enr-subscribe-now + label:before,
.woocommerce-form-row.woocommerce-invalid input[type=checkbox].enr-subscribe-now + label:before,
.woocommerce-form-row .woocommerce-invalid input[type=checkbox].enr-subscribe-now + label:before {
  border-color: #d32f36;
}
input[type=checkbox]:checked + .c-form__group-checkbox:before, input[type=checkbox]:checked + label.checkbox:before, .form-row input[type=checkbox]:checked + label.checkbox:before,
.woocommerce-form-row input[type=checkbox]:checked + label.checkbox:before, input[type=checkbox].enr-subscribe-now:checked + label:before, .c-form__group--filled .c-form__group-checkbox:before, .c-form__group--filled label.checkbox:before, .c-form__group--filled input[type=checkbox].enr-subscribe-now + label:before {
  background: #000000;
}
input[type=checkbox]:checked + .c-form__group-checkbox:after, input[type=checkbox]:checked + label.checkbox:after, .form-row input[type=checkbox]:checked + label.checkbox:after,
.woocommerce-form-row input[type=checkbox]:checked + label.checkbox:after, input[type=checkbox].enr-subscribe-now:checked + label:after, .c-form__group--filled .c-form__group-checkbox:after, .c-form__group--filled label.checkbox:after, .c-form__group--filled input[type=checkbox].enr-subscribe-now + label:after {
  transform: rotate(45deg) scale(1);
}

.c-form__meta {
  display: flex;
  justify-content: space-between;
}

/* ==========================================================================
   #HEADER
   ========================================================================== */
.c-header {
  z-index: 6;
  position: sticky;
  top: 0;
  background-color: #fff;
}
.c-header.has-lowered-zindex {
  z-index: 4;
}
.is-locked.is-scrolled .c-header {
  position: fixed;
  width: 100%;
  padding-right: var(--scrollbar-width);
}

.c-header__inner,
.c-header__controls,
.c-header__logo-wrap {
  display: flex;
  align-items: center;
}

.c-header__inner {
  transition: all 0.3s cubic-bezier(0.7, 0.6, 0.1, 0.8);
  height: 5rem;
}
.c-header--is-active .c-header__inner {
  height: 3rem;
}
@media (min-width: 1200px) {
  .c-header__inner {
    height: 10rem;
  }
  .c-header--is-active .c-header__inner {
    height: 6.25rem;
  }
}

.c-header__nav {
  display: flex;
}

.c-header__logo-wrap {
  align-self: flex-start;
  overflow: hidden;
  flex: 1 0 8rem;
  max-height: 5rem;
}
.c-header--is-active .c-header__logo-wrap {
  max-height: 3rem;
}
@media (min-width: 1200px) {
  .c-header__logo-wrap {
    flex: initial;
    max-height: 10rem;
  }
  .c-header--is-active .c-header__logo-wrap {
    max-height: 6.25rem;
  }
}

.c-header__controls {
  margin-left: auto;
  width: calc(100% - 8rem);
  justify-content: flex-end;
}
@media (min-width: 1200px) {
  .c-header__controls {
    width: initial;
  }
}

.c-header__desktop-nav {
  font-size: calc(0.125vw + 19.6px);
  font-weight: 500;
  line-height: 1.4;
  display: none;
}
@media (max-width: 320px) {
  .c-header__desktop-nav {
    font-size: 20px;
  }
}
@media (min-width: 1920px) {
  .c-header__desktop-nav {
    font-size: 22px;
  }
}
@media (min-width: 1200px) {
  .c-header__desktop-nav {
    display: block;
  }
}

.c-header__control {
  margin-right: 0.5rem;
}
.c-header__control:not(.c-header__search) {
  width: calc(1vw + 36.8px);
  height: calc(1vw + 36.8px);
}
@media (max-width: 320px) {
  .c-header__control:not(.c-header__search) {
    width: 40px;
  }
}
@media (min-width: 1920px) {
  .c-header__control:not(.c-header__search) {
    width: 56px;
  }
}
@media (max-width: 320px) {
  .c-header__control:not(.c-header__search) {
    height: 40px;
  }
}
@media (min-width: 1920px) {
  .c-header__control:not(.c-header__search) {
    height: 56px;
  }
}
.c-header__control:last-child {
  margin-right: 0;
}
.c-header__control.c-btn, .woocommerce-Reviews .comment-form .c-header__control.submit, .tinv-wishlist .c-header__control.tinvwl_add_to_wishlist_button.tinvwl-icon-heart-plus.no-txt,
.tinv-wishlist .c-header__control.tinvwl_add_to_wishlist_button.tinvwl-icon-heart.no-txt, .woocommerce-wishlist .tinv-wishlist table.tinvwl-table-manage-list button.c-header__control[name=tinvwl-add-to-cart], .woocommerce-MyAccount-navigation-link--customer-logout a.c-header__control, .c-header__control.button, .c-searchbar .ep-autosuggest-container .ep-autosuggest > ul > li > a.c-header__control.ep-autosuggest__link--cta, .c-header__control.facetwp-load-more {
  border-color: transparent;
}
@media (min-width: 1200px) {
  .c-searchbar + .c-header__control {
    display: none;
  }
}

.c-header__search {
  margin-right: 2rem;
}

.c-hotspot {
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  position: absolute;
  overflow: hidden;
}

.c-hotspot__inner {
  position: relative;
  height: 100%;
  left: var(--image-hotspot-position);
  width: 100%;
}

.c-hotspot__image-item {
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.c-hotspot__marker {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #000000;
  border: 7px solid #ffffff;
  position: absolute;
}
.c-hotspot__marker[aria-expanded=true], .c-hotspot__marker:hover, .c-hotspot__marker:active {
  border: 4px solid #ffffff;
}

.tippy-box[data-theme~=hotspot-tooltip] {
  margin: 0.5rem;
  padding: 0.2rem 0.2rem 0.5rem 0.2rem;
  background-color: #000000;
  color: #ffffff;
}

.c-hotspot-marker__arrow {
  width: 40px;
  height: 16px;
  display: flex;
  margin-left: auto;
}

@media (min-width: 1024px) {
  .c-hotspot__second-part {
    display: flex;
    flex-direction: row;
  }
  .c-hotspot__second-part--reverse {
    flex-direction: row-reverse;
  }
}

.c-hotspot__text {
  margin-top: 1.75rem;
  font-family: "Maax";
  font-weight: 400;
  font-size: 14px;
  line-height: 1.4;
  text-align: left;
  justify-content: center;
  vertical-align: center;
}
@media screen and (min-width: 375px) {
  .c-hotspot__text {
    font-size: calc(
        14px +
          2 *
          (100vw - 375px) /
          1065
      );
  }
}
@media screen and (min-width: 1440px) {
  .c-hotspot__text {
    font-size: 16px;
  }
}
@media (min-width: 1024px) {
  .c-hotspot__text {
    line-height: 1.4;
  }
}
@media (min-width: 1024px) {
  .c-hotspot__text {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    margin-top: 0;
  }
}

.c-hotspot__image--wrapper {
  position: relative;
}
.c-hotspot__image--wrapper:before {
  display: block;
  content: "";
  position: relative;
  left: 0;
  top: 0;
  width: 100%;
  padding-bottom: 150%;
}

.c-icon {
  color: inherit;
  display: inline-block;
  width: calc(0.375vw + 44.8px);
  height: calc(0.375vw + 44.8px);
}
@media (max-width: 320px) {
  .c-icon {
    width: 46px;
  }
}
@media (min-width: 1920px) {
  .c-icon {
    width: 52px;
  }
}
@media (max-width: 320px) {
  .c-icon {
    height: 46px;
  }
}
@media (min-width: 1920px) {
  .c-icon {
    height: 52px;
  }
}
.c-tag .c-icon {
  width: 32px;
  height: 32px;
}

.c-icon--small {
  width: calc(0.25vw + 19.2px);
  height: calc(0.25vw + 19.2px);
  border: 1px solid #000000;
  border-radius: 50%;
}
@media (max-width: 320px) {
  .c-icon--small {
    width: 20px;
  }
}
@media (min-width: 1920px) {
  .c-icon--small {
    width: 24px;
  }
}
@media (max-width: 320px) {
  .c-icon--small {
    height: 20px;
  }
}
@media (min-width: 1920px) {
  .c-icon--small {
    height: 24px;
  }
}

.c-image-card {
  justify-content: center;
  position: relative;
}

.c-image-card__button {
  width: 100%;
  position: absolute;
  bottom: 2rem;
  text-align: center;
}

.c-image-card--slider {
  width: 100%;
  background-color: #404040;
}
.c-image-card--slider .c-slider__scrollbar .swiper-scrollbar-drag {
  background-color: #ffffff !important;
}

.c-image-card--slider__headline {
  color: #ffffff !important;
}

/* ==========================================================================
   IMAGE
   ========================================================================== */
.c-img {
  position: relative;
}
.c-img::before {
  content: "";
  position: relative;
  display: block;
  padding-bottom: var(--image-aspect--mobile);
}
@media (min-width: 1024px) {
  .c-img::before {
    padding-bottom: var(--image-aspect);
  }
}

.c-img__wrap {
  position: absolute;
  overflow: hidden;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.c-product-card__image .c-img__wrap::before {
  position: absolute;
  left: 50%;
  top: 50%;
  content: "";
  width: 60%;
  max-width: 260px;
  height: 197px;
  transform: translate(-50%, -50%);
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
}

.c-img__full,
.c-img__placeholder {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.c-img--inline .c-img__full,
.c-img--inline .c-img__placeholder {
  object-fit: cover;
  object-position: var(--image-focuspoint);
}
.c-img--inline .c-img__full,
.c-img--inline .c-img__placeholder {
  object-fit: contain;
  object-position: var(--image-focuspoint);
}
.c-img--bg .c-img__full,
.c-img--bg .c-img__placeholder {
  background: transparent no-repeat var(--image-focuspoint)/cover;
}

.c-img__placeholder {
  transition: opacity 0.3s cubic-bezier(0.7, 0.6, 0.1, 0.8);
  filter: blur(8px);
  transform: scale(1.125);
}
[data-loaded=true] + .c-img__placeholder {
  opacity: 0;
}

/* ==========================================================================
   LANGUAGE SWITCHER
   ========================================================================== */
.c-lang-switcher {
  margin: 2.5rem 2.5rem 0;
}
@media (min-width: 1024px) {
  .c-lang-switcher {
    margin-bottom: 2.5rem;
    display: flex;
    flex-direction: column-reverse;
    align-items: flex-start;
  }
}

.c-lang-switcher__list {
  padding: 1rem;
  display: none;
  list-style: none;
  margin: 0;
}
.c-lang-switcher__list.is-active {
  display: block;
  border-bottom: 1px solid #dcdcdc;
}
@media (min-width: 1024px) {
  .c-lang-switcher__list.is-active {
    margin-bottom: 0.5rem;
    border-bottom: none;
  }
}

/* ==========================================================================
   LOGO
   ========================================================================== */
.c-logo {
  transition: transform 0.3s cubic-bezier(0.7, 0.6, 0.1, 0.8);
  position: relative;
  display: block;
  align-self: flex-start;
}
.c-header--is-active .c-logo {
  transform: translateY(-5rem);
}
@media (min-width: 1200px) {
  .c-header--is-active .c-logo {
    transform: translateY(-10rem);
  }
}

.c-logo__icon {
  transition: opacity 0.3s ease, transform 0.3s ease;
  display: flex;
  align-items: center;
  opacity: 0;
  width: 11.0625rem;
  height: 5rem;
}
@media (min-width: 1200px) {
  .c-logo__icon {
    width: 12rem;
    height: 10rem;
  }
}

.c-logo__icon--claim {
  height: 3rem;
}
@media (min-width: 1200px) {
  .c-logo__icon--claim {
    height: 6.25rem;
  }
}

.c-logo__icon--active {
  position: relative;
  opacity: 1;
}

.c-logo__ref {
  width: 5rem;
  height: 3.75rem;
}
@media (min-width: 1200px) {
  .c-logo__ref {
    width: 8.5rem;
    height: 6.25rem;
  }
}

.c-logo__ref--claim {
  width: 5.5rem;
  height: 1.5rem;
}
@media (min-width: 1200px) {
  .c-logo__ref--claim {
    height: 2.25rem;
    width: 8rem;
  }
}

/* ==========================================================================
   #NAV
   [1] Increase scroll area to ensure all links are reachable

   TODO: FIX BORDER BOTTOM FOR NESTED NAV ELEMENTS
   TODO: USER PROFILE POPOVER FOR NESTED ELEMENTS (BACK BUTTON ETC)
   ========================================================================== */
.c-nav--main {
  transition: transform 0.3s cubic-bezier(0.7, 0.6, 0.1, 0.8);
  position: fixed;
  top: 0;
  transform: translateY(5rem);
  left: 0;
  width: 100%;
  height: calc(var(--app-height) - 5rem);
  background-color: #fff;
  padding-bottom: var(--header-height);
  /* [1] */
  display: none;
  overflow: auto;
}
.c-nav--main.is-active {
  display: block;
}
.c-header--is-active .c-nav--main {
  transform: translateY(3rem);
  height: calc(var(--app-height) - 3rem);
}
@media (min-width: 1200px) {
  .c-nav--main {
    overflow: initial;
    transform: translateY(10rem);
    height: calc(var(--app-height) - 10rem);
    padding-bottom: initial;
    padding-top: 5rem;
  }
  .c-header--is-active .c-nav--main {
    height: calc(var(--app-height) - 6.25rem);
    transform: translateY(6.25rem);
  }
}

.c-nav__inner {
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (min-width: 1024px) {
  .is-active .c-nav__inner {
    flex-direction: row;
  }
}

.c-nav__group {
  width: 100%;
  display: flex;
  flex-direction: column;
}
@media (min-width: 1200px) {
  .c-nav__group {
    width: 30%;
    flex-shrink: 0;
  }
}

/**
 *  Lists
 */
.c-nav__list, .woocommerce-MyAccount-navigation ul {
  list-style: none;
  padding: 0;
  margin: 0 2.5rem;
}
.c-nav__list.is-active, .woocommerce-MyAccount-navigation ul.is-active {
  transform: translateX(-100%);
}
@media (min-width: 1200px) {
  .c-nav__list.is-active, .woocommerce-MyAccount-navigation ul.is-active {
    transform: none;
  }
}

@media (min-width: 1024px) {
  .c-nav__list--horizontal {
    display: flex;
    align-items: center;
  }
}

.c-nav__list--nested {
  transition: all 0.3s cubic-bezier(0.7, 0.6, 0.1, 0.8);
  transition-property: opacity, transform;
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 0;
  overflow: hidden;
  list-style: none;
  padding: 0;
  opacity: 0;
  transform: translateY(1rem);
}
.c-nav__list.is-active .c-nav__list--nested, .woocommerce-MyAccount-navigation ul.is-active .c-nav__list--nested {
  height: initial;
  overflow: visible;
  margin: 0 2.5rem 0 0;
  opacity: 1;
  transform: translateY(0);
}
.c-nav__list.is-active .c-nav__list--nested .c-nav__list--nested, .woocommerce-MyAccount-navigation ul.is-active .c-nav__list--nested .c-nav__list--nested {
  transition: none;
  height: 0;
  display: none;
  overflow: hidden;
  padding-left: 2.5rem;
}
.c-nav__list.is-active .c-nav__list--nested .c-nav__list--nested.is-active, .woocommerce-MyAccount-navigation ul.is-active .c-nav__list--nested .c-nav__list--nested.is-active {
  display: block;
  height: initial;
}
.c-nav__list.is-active .c-nav__list--nested .c-nav__list--nested .c-nav__list--nested, .woocommerce-MyAccount-navigation ul.is-active .c-nav__list--nested .c-nav__list--nested .c-nav__list--nested {
  padding-left: 0;
}
@media (min-width: 1024px) {
  .c-nav__list.is-active .c-nav__list--nested, .woocommerce-MyAccount-navigation ul.is-active .c-nav__list--nested {
    margin: 0;
  }
  .c-nav__list.is-active .c-nav__list--nested .c-nav__list--nested, .woocommerce-MyAccount-navigation ul.is-active .c-nav__list--nested .c-nav__list--nested {
    display: none;
  }
  .c-nav__list.is-active .c-nav__list--nested .c-nav__list--nested.is-active, .woocommerce-MyAccount-navigation ul.is-active .c-nav__list--nested .c-nav__list--nested.is-active {
    display: none;
  }
  .c-nav__list--main.is-active .c-nav__list--nested {
    margin-top: 2.25rem;
  }
}

.c-nav__list--categories {
  margin: 0;
}
@media (min-width: 1024px) {
  .c-nav__list--categories {
    margin-top: 1rem;
  }
}

.c-nav__list-meta {
  font-size: calc(0.25vw + 11.2px);
  font-weight: 400;
  color: #a9a9a9;
  margin-top: 0.75rem;
}
@media (max-width: 320px) {
  .c-nav__list-meta {
    font-size: 12px;
  }
}
@media (min-width: 1920px) {
  .c-nav__list-meta {
    font-size: 16px;
  }
}

.c-nav__list-meta--label {
  text-transform: uppercase;
  margin-top: 0.5rem;
}
@media (min-width: 1024px) {
  .c-nav__list-meta--label {
    display: none;
  }
}

.c-nav__list--push-down {
  margin-top: auto;
}

/**
 *  Item
 */
.c-nav__item, .woocommerce-MyAccount-navigation-link {
  font: normal 500 1.25rem/1.5 "Maax", -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", "Roboto", "Helvetica Neue", "Arial", sans-serif;
  text-decoration: none;
  padding: 1rem 0 1.25rem;
  margin-bottom: 0;
  border-bottom: 1px solid #dcdcdc;
}
.c-nav__item.is-active, .is-active.woocommerce-MyAccount-navigation-link {
  transform: translateX(100%);
  border-bottom: none;
}
.c-nav__list.is-active .c-nav__item.c-nav__item--main, .c-nav__list.is-active .c-nav__item--main.woocommerce-MyAccount-navigation-link, .woocommerce-MyAccount-navigation ul.is-active .c-nav__item.c-nav__item--main, .woocommerce-MyAccount-navigation ul.is-active .c-nav__item--main.woocommerce-MyAccount-navigation-link {
  display: none;
}
.c-nav__list.is-active .c-nav__item.c-nav__item--main.is-active, .c-nav__list.is-active .c-nav__item--main.is-active.woocommerce-MyAccount-navigation-link, .woocommerce-MyAccount-navigation ul.is-active .c-nav__item.c-nav__item--main.is-active, .woocommerce-MyAccount-navigation ul.is-active .c-nav__item--main.is-active.woocommerce-MyAccount-navigation-link {
  display: block;
}
@media (min-width: 1200px) {
  .c-nav__item, .woocommerce-MyAccount-navigation-link {
    padding: 0 0 0.75rem;
    border-bottom: none;
  }
  .c-nav__item.is-active, .is-active.woocommerce-MyAccount-navigation-link {
    transform: none;
  }
}

.c-nav__item--desktop {
  border-bottom: none;
  padding: 0;
}
.c-nav__item--desktop + .c-nav__item, .c-nav__item--desktop + .woocommerce-MyAccount-navigation-link {
  margin-left: 2.25rem;
}

.c-nav__item--categories {
  padding: 0;
  border-bottom: none;
}
@media (min-width: 1200px) {
  .c-nav__item--categories {
    font-size: 1.125rem;
  }
}

.c-nav__item--sub {
  font-size: 1.125rem;
}
.c-nav__item--sub .c-nav__item--sub {
  border-bottom: none;
  padding-bottom: 0;
}
.c-nav__item--sub .c-nav__item--sub .c-nav__item--sub {
  font-size: 0.875rem;
}

/**
 *  Links
 */
.c-nav__link, .woocommerce-MyAccount-navigation-link a {
  color: #000;
  text-decoration: none;
}
.c-nav__link:hover, .woocommerce-MyAccount-navigation-link a:hover, .c-nav__link:active, .woocommerce-MyAccount-navigation-link a:active, .c-nav__link:focus, .woocommerce-MyAccount-navigation-link a:focus {
  color: #000;
}
.c-nav__link:hover, .woocommerce-MyAccount-navigation-link a:hover {
  color: #a9a9a9;
}

.c-nav__link--btn {
  font-size: inherit;
  position: relative;
  width: 100%;
  background-color: transparent;
  padding: 0;
  border: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: none;
  border-radius: 0;
  min-height: 2rem;
}
.c-nav__link--btn svg {
  display: block;
  width: 2rem;
  height: 2rem;
}
.c-nav__link--btn.is-active {
  transform: translateX(-2rem);
  flex-direction: row-reverse;
  justify-content: flex-end;
  padding-bottom: 1.25rem;
}
.c-nav__link--btn.is-active::after {
  content: "";
  position: absolute;
  left: 2rem;
  bottom: -1px;
  width: 100%;
  height: 1px;
  background-color: #dcdcdc;
}
.c-nav__link--btn.is-active svg {
  transform: scale(0.75) rotate(180deg);
}
.c-nav__link--btn:hover, .c-nav__link--btn:active, .c-nav__link--btn:focus {
  background: transparent;
}
.c-nav__item--desktop .c-nav__link--btn.is-active {
  padding-bottom: 0;
}
.c-nav__item--desktop .c-nav__link--btn.is-active::after {
  bottom: -0.75rem;
  height: 0.125rem;
  background-color: #000000;
}
@media (min-width: 1024px) {
  .c-nav__link--btn.is-active {
    padding-bottom: 0;
  }
  .c-nav__link--btn.is-active::after {
    display: none;
  }
  .c-nav__list .c-nav__list--nested .c-nav__link--btn.is-active, .woocommerce-MyAccount-navigation ul .c-nav__list--nested .c-nav__link--btn.is-active {
    padding-bottom: 0;
    color: #a9a9a9;
  }
  .c-nav__list .c-nav__list--nested .c-nav__link--btn.is-active::after, .woocommerce-MyAccount-navigation ul .c-nav__list--nested .c-nav__link--btn.is-active::after {
    display: none;
  }
}

.c-nav__link--nested svg {
  transform: rotate(90deg);
}
.c-nav__link--nested.is-active {
  transform: none;
  flex-direction: row;
  justify-content: space-between;
}
.c-nav__link--nested.is-active::after {
  left: 0;
}
.c-nav__link--nested.is-active svg {
  transform: rotate(-90deg);
}
@media (min-width: 1024px) {
  .c-nav__link--nested svg {
    transform: rotate(0deg);
  }
  .c-nav__link--nested.is-active svg {
    transform: rotate(0deg);
  }
}

.c-nav__count {
  margin-right: 0.5rem;
}

.c-nav__category-entries {
  display: flex;
  align-items: flex-start;
  flex-flow: row wrap;
}
@media (min-width: 1024px) {
  .c-nav__category-entries {
    flex-shrink: 0;
    margin-left: 5rem;
    padding-left: 5.5rem;
    padding-top: 2.25rem;
    border-left: 1px solid #dcdcdc;
    width: calc(70% - 5rem - 5.5rem);
  }
}

.c-nav__category-entry {
  transition: all 0.3s cubic-bezier(0.7, 0.6, 0.1, 0.8);
  transition-property: transform, opacity;
  width: 100%;
  visibility: hidden;
  height: 0;
  opacity: 0;
  transform: translateY(1rem);
  display: none;
}
@media (min-width: 1024px) {
  .c-nav__category-entry {
    display: block;
  }
}
.c-nav__category-entry.is-active {
  order: -1;
  visibility: visible;
  height: initial;
  opacity: 1;
  transform: translateY(0);
}

.c-nav__category-entry--grid {
  display: none;
}
@media (min-width: 1024px) {
  .c-nav__category-entry--grid {
    display: flex;
    flex-flow: row wrap;
  }
}

.c-nav__cat-link {
  position: relative;
  width: calc(25% - 1rem);
  margin-left: 1rem;
  margin-bottom: 1rem;
}
@media (max-width: 1199.98px) {
  .c-nav__cat-link:first-child, .c-nav__cat-link:nth-child(4n+5) {
    margin-left: 0;
  }
  .c-nav__cat-link:nth-last-child(-n+4) {
    margin-bottom: 0;
  }
}
@media (min-width: 1440px) {
  .c-nav__cat-link {
    width: calc(20% - 1rem);
  }
  .c-nav__cat-link:first-child, .c-nav__cat-link:nth-child(5n+6) {
    margin-left: 0;
  }
  .c-nav__cat-link:nth-last-child(-n+5) {
    margin-bottom: 0;
  }
}

.c-nav__cat-img .c-img__full {
  background-color: #dcdcdc;
}

.c-nav__cat-label {
  font-size: calc(0.25vw + 13.2px);
  font-weight: 500;
}
@media (max-width: 320px) {
  .c-nav__cat-label {
    font-size: 14px;
  }
}
@media (min-width: 1920px) {
  .c-nav__cat-label {
    font-size: 18px;
  }
}

.c-nav__cat-trigger {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  cursor: pointer;
  height: 100%;
  margin: 0;
  padding: 0;
  border: none;
  background: transparent;
  border-radius: 0;
  z-index: 1;
}
.c-nav__cat-trigger:hover, .c-nav__cat-trigger:active, .c-nav__cat-trigger:focus {
  border: none;
  background: transparent;
}

.c-nav__content {
  width: 100%;
  margin: 2.5rem;
}
@media (min-width: 1024px) {
  .c-nav__content {
    margin: auto 0 2.5rem;
  }
}

/* ==========================================================================
   NOTIFICATION
   ========================================================================== */
.c-notification--success {
  background-color: #62b52d;
}

.c-notification--error {
  background-color: #d32f36;
}

.c-notification--warning {
  background-color: #ff9708;
}

.c-notification--notice {
  background-color: #29bbe3;
}

.c-notification--default {
  background-color: #ffffb9;
}

.c-notification {
  display: none;
  padding: 0.5rem 1.5rem;
  text-align: center;
}
.c-notification.is-visible {
  display: block;
}
.c-filter__inner .c-notification {
  display: none;
}
.c-filter.is-active .c-notification.is-visible {
  display: block;
}

.c-notification--filter {
  background-color: #ff9708;
}

/* ==========================================================================
   POPUP
   ========================================================================== */
.c-popup {
  transition: transform 0.3s cubic-bezier(0.7, 0.6, 0.1, 0.8);
  position: fixed;
  z-index: 10;
  height: 100%;
  width: 100%;
  transform: translateX(100%);
  background-color: #fff;
}
.c-popup.from-left {
  left: 0;
}
.c-popup.from-right {
  right: 0;
}
.c-popup.from-top {
  top: 0;
}
.c-popup.from-bottom {
  bottom: 0;
}
.c-popup.is-side {
  top: 0;
}
.c-popup.is-side.from-left {
  transform: translateX(-100%);
}
.c-popup.is-side.from-right {
  transform: translateX(100%);
}
@media (min-width: 1024px) {
  .c-popup.is-side {
    width: 40rem;
  }
}
.c-popup.is-side.is-active {
  transform: translate(0);
}
.c-popup.is-horizontal {
  left: 0;
}
.c-popup.is-horizontal.from-top {
  transform: translateY(-100%);
}
.c-popup.is-horizontal.from-bottom {
  transform: translateY(100%);
}
@media (min-width: 1024px) {
  .c-popup.is-horizontal {
    height: 40rem;
  }
}
.c-popup.is-horizontal.is-active {
  transform: translate(0);
}
.c-popup.is-center {
  max-width: 40rem;
  max-height: 40rem;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) scale(1.25);
  opacity: 0;
}
.c-popup.is-center.is-active {
  transform: translate(-50%, -50%) scale(1);
  opacity: 1;
}

.c-popup__inner {
  padding: 1rem 1.5rem;
}
@media (min-width: 1024px) {
  .c-popup__inner {
    padding: 2rem 3rem;
  }
}

.c-popup__header {
  border-bottom: 1px solid #dcdcdc;
  padding: 1rem 1.5rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (min-width: 1024px) {
  .c-popup__header {
    padding: 1.5rem 3rem;
  }
}

.c-popup__title {
  font-family: "Maax";
  font-weight: 500;
  font-size: 22px;
  line-height: 1.2;
  letter-spacing: -0.11;
}
@media screen and (min-width: 375px) {
  .c-popup__title {
    font-size: calc(
        22px +
          8 *
          (100vw - 375px) /
          1065
      );
  }
}
@media screen and (min-width: 1440px) {
  .c-popup__title {
    font-size: 30px;
  }
}
@media (min-width: 1024px) {
  .c-popup__title {
    line-height: 1.2;
  }
}
@media (min-width: 1024px) {
  .c-popup__title {
    letter-spacing: -0.15;
  }
}

.c-popup__close {
  position: relative;
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
  margin: 0;
  color: black;
}
.c-popup__close:hover, .c-popup__close:active, .c-popup__close:focus {
  background: transparent;
  color: #000;
}

.c-popup__backdrop {
  transition: opacity 0.3s cubic-bezier(0.7, 0.6, 0.1, 0.8);
  background-color: #ffffff;
  visibility: hidden;
  opacity: 0;
  border: none;
  display: block;
  position: fixed;
  top: 0;
  right: 0;
  height: var(--app-height);
  width: var(--app-width);
  z-index: -1;
  padding: 0;
}
.is-active .c-popup__backdrop {
  opacity: 1;
  visibility: visible;
}
.c-popup__backdrop:hover, .c-popup__backdrop:active, .c-popup__backdrop:focus {
  border: none;
}
@media (min-width: 1024px) {
  .c-popup__backdrop {
    background-color: rgba(0, 0, 0, 0.15);
  }
  .from-right .c-popup__backdrop {
    right: 40rem;
  }
  .from-left .c-popup__backdrop {
    right: initial;
    left: 40rem;
  }
  .from-top .c-popup__backdrop {
    top: 40rem;
  }
  .from-bottom .c-popup__backdrop {
    top: initial;
    bottom: 40rem;
  }
}

/* ==========================================================================
   #POST
   Includes styles for default WP images classes
   ========================================================================== */
.c-post {
  margin-bottom: 2em;
}
.c-post:after {
  content: "" !important;
  display: block !important;
  clear: both !important;
}

.alignnone {
  margin: 1em 1em 1em 0;
}

.aligncenter {
  margin: 1em auto;
}

.alignright {
  float: right;
  margin: 1em 0 1em 1em;
}

.alignleft {
  float: left;
  margin: 1em 1em 1em 0;
}

.wp-caption {
  text-align: center;
}

.wp-caption-text {
  font-style: italic;
  margin-top: 0.5em;
}

.c-product-card-expandable__container {
  display: flex;
  flex-wrap: wrap;
}

.c-product-card-expandable {
  background-color: #e8e8e8;
  display: flex;
  flex-direction: column;
  height: var(--u-element-height);
  max-height: var(--u-element-height);
}

.c-product-card-expandable__image {
  background-color: #ffffff;
  width: 100%;
  flex-grow: 1;
  min-height: 0;
  position: relative;
}
.c-product-card-expandable__image:before {
  content: "";
  display: block;
  position: relative;
  padding-bottom: 150.78125%;
  width: 100%;
}
.c-product-card-expandable--open .c-product-card-expandable__image:before {
  display: none;
}
.c-product-card-expandable__image > img {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: bottom;
}
.c-product-card-expandable--open .c-product-card-expandable__image > img {
  position: relative;
  object-fit: cover;
}
.c-product-card-expandable__image:after {
  content: "";
  display: block;
  background: #000;
  opacity: 0.1;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
}

.c-product-card-expandable__content {
  flex-grow: 0;
}

.c-product-card-expandable__btn {
  position: absolute;
  color: #a9a9a9;
}
.c-product-card-expandable__btn--like {
  top: 0.75rem;
  right: 0.75rem;
}
.c-product-card-expandable__btn--cart {
  top: 0.75rem;
  left: 0.75rem;
}

.c-product-card-expandable__btn--toggle {
  position: relative;
  color: #a9a9a9;
  width: 1.25rem;
  height: 1.25rem;
}
.c-product-card-expandable__btn--toggle svg {
  width: 1.25rem;
  height: 1.25rem;
}
.c-product-card-expandable--open .c-product-card-expandable__btn--toggle .c-icon--open {
  display: none;
}
.c-product-card-expandable--close .c-product-card-expandable__btn--toggle .c-icon--close {
  display: none;
}

.c-product-card-expandable__info {
  width: calc(100% - 3rem);
  flex-direction: column;
  display: flex;
  padding: 1rem 0;
  margin: 0 1.5rem;
  border-top: 1px solid #a9a9a9;
}
.c-product-card-expandable__info--inline {
  flex-direction: row;
  padding: 1rem 0;
  align-items: center;
}
.c-product-card-expandable__info--column {
  width: 50%;
  flex-direction: column;
  padding: 1rem 0;
}
.c-product-card-expandable__info:last-child {
  border-bottom: none;
  padding-bottom: 1.5rem;
}
.c-product-card-expandable__info[data-toggable] {
  overflow: hidden;
  max-height: 0;
  opacity: 0;
  visibility: hidden;
  will-change: max-height, opacity, visibility;
  transition: all 300ms cubic-bezier(0.7, 0.6, 0.1, 0.8);
}
.c-product-card-expandable--close .c-product-card-expandable__info[data-toggable] {
  padding: 0;
}
.c-product-card-expandable--open .c-product-card-expandable__info[data-toggable] {
  max-height: 800px;
  opacity: 1;
  visibility: visible;
}

.c-product-card-expandable__info--inline .c-product-card-expandable__info__item:last-child {
  margin-left: auto;
  color: #a9a9a9;
}

.c-product-card-expandable__icon {
  height: 1.25rem;
  width: 1rem;
}
.c-product-card-expandable__icon--expand {
  height: 1.25rem;
  width: 1.25rem;
}

.c-product-card-expandable__brand {
  font-family: "Maax";
  font-weight: 400;
  font-size: 16px;
  line-height: 1.4;
}
@media screen and (min-width: 375px) {
  .c-product-card-expandable__brand {
    font-size: calc(
        16px +
          4 *
          (100vw - 375px) /
          1065
      );
  }
}
@media screen and (min-width: 1440px) {
  .c-product-card-expandable__brand {
    font-size: 20px;
  }
}
@media (min-width: 1024px) {
  .c-product-card-expandable__brand {
    line-height: 1.4;
  }
}

.c-product-card-expandable__title {
  font-family: "Maax";
  font-weight: 400;
  font-size: 18px;
  line-height: 1.4;
  margin-bottom: 0.375rem;
}
@media screen and (min-width: 375px) {
  .c-product-card-expandable__title {
    font-size: calc(
        18px +
          4 *
          (100vw - 375px) /
          1065
      );
  }
}
@media screen and (min-width: 1440px) {
  .c-product-card-expandable__title {
    font-size: 22px;
  }
}
@media (min-width: 1024px) {
  .c-product-card-expandable__title {
    line-height: 1.4;
  }
}

.c-product-card-expandable__type {
  font-family: "Maax";
  font-weight: 400;
  font-size: 14px;
  line-height: 1.4;
}
@media screen and (min-width: 375px) {
  .c-product-card-expandable__type {
    font-size: calc(
        14px +
          2 *
          (100vw - 375px) /
          1065
      );
  }
}
@media screen and (min-width: 1440px) {
  .c-product-card-expandable__type {
    font-size: 16px;
  }
}
@media (min-width: 1024px) {
  .c-product-card-expandable__type {
    line-height: 1.4;
  }
}

.c-product-card-expandable__icon--format {
  height: 0.7rem;
  width: auto;
}

.c-product-card-expandable__list {
  font-family: "Maax";
  font-weight: 400;
  font-size: 14px;
  line-height: 1.4;
  display: flex;
  flex-wrap: wrap;
  margin: 0;
}
@media screen and (min-width: 375px) {
  .c-product-card-expandable__list {
    font-size: calc(
        14px +
          2 *
          (100vw - 375px) /
          1065
      );
  }
}
@media screen and (min-width: 1440px) {
  .c-product-card-expandable__list {
    font-size: 16px;
  }
}
@media (min-width: 1024px) {
  .c-product-card-expandable__list {
    line-height: 1.4;
  }
}
.c-product-card-expandable__list dt {
  width: 50%;
  font-family: "Maax";
  font-weight: 400;
  font-size: 14px;
  line-height: 1.4;
  margin-bottom: 8px;
}
@media screen and (min-width: 375px) {
  .c-product-card-expandable__list dt {
    font-size: calc(
        14px +
          2 *
          (100vw - 375px) /
          1065
      );
  }
}
@media screen and (min-width: 1440px) {
  .c-product-card-expandable__list dt {
    font-size: 16px;
  }
}
@media (min-width: 1024px) {
  .c-product-card-expandable__list dt {
    line-height: 1.4;
  }
}
.c-product-card-expandable__list dt:last-of-type {
  margin: 0;
}
.c-product-card-expandable__list dd {
  width: 50%;
  margin: 0;
}

.c-product-card-expandable__price {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
}
.c-product-card-expandable__price dt {
  width: 50%;
  font-family: "Maax";
  font-weight: 400;
  font-size: 12px;
  line-height: 1.4;
  margin-bottom: 8px;
}
@media screen and (min-width: 375px) {
  .c-product-card-expandable__price dt {
    font-size: calc(
        12px +
          2 *
          (100vw - 375px) /
          1065
      );
  }
}
@media screen and (min-width: 1440px) {
  .c-product-card-expandable__price dt {
    font-size: 14px;
  }
}
@media (min-width: 1024px) {
  .c-product-card-expandable__price dt {
    line-height: 1.4;
  }
}
.c-product-card-expandable__price dt:last-of-type {
  margin: 0;
}
.c-product-card-expandable__price dd {
  width: 50%;
  margin: 0;
  text-align: right;
}
.c-product-card-expandable__price-old {
  font-family: "Maax";
  font-weight: 400;
  font-size: 13px;
  line-height: 1.4;
  text-decoration: line-through;
  -webkit-text-decoration-color: #d32f36;
          text-decoration-color: #d32f36;
}
@media screen and (min-width: 375px) {
  .c-product-card-expandable__price-old {
    font-size: calc(
        13px +
          2 *
          (100vw - 375px) /
          1065
      );
  }
}
@media screen and (min-width: 1440px) {
  .c-product-card-expandable__price-old {
    font-size: 15px;
  }
}
@media (min-width: 1024px) {
  .c-product-card-expandable__price-old {
    line-height: 1.4;
  }
}
.c-product-card-expandable__price-current {
  font-family: "Maax";
  font-weight: 400;
  font-size: 18px;
  line-height: 1.4;
}
@media screen and (min-width: 375px) {
  .c-product-card-expandable__price-current {
    font-size: calc(
        18px +
          4 *
          (100vw - 375px) /
          1065
      );
  }
}
@media screen and (min-width: 1440px) {
  .c-product-card-expandable__price-current {
    font-size: 22px;
  }
}
@media (min-width: 1024px) {
  .c-product-card-expandable__price-current {
    line-height: 1.4;
  }
}
.c-product-card-expandable__price-meta {
  margin-top: 0.5rem;
  font-family: "Maax";
  font-weight: 400;
  font-size: 13px;
  line-height: 1.4;
  color: #a9a9a9;
}
@media screen and (min-width: 375px) {
  .c-product-card-expandable__price-meta {
    font-size: calc(
        13px +
          2 *
          (100vw - 375px) /
          1065
      );
  }
}
@media screen and (min-width: 1440px) {
  .c-product-card-expandable__price-meta {
    font-size: 15px;
  }
}
@media (min-width: 1024px) {
  .c-product-card-expandable__price-meta {
    line-height: 1.4;
  }
}

.c-product-card {
  display: flex;
  flex-wrap: wrap;
  position: relative;
}

.c-product-card__link {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: block;
  content: "";
  z-index: 1;
}

.c-product-card__image {
  background-color: #e8e8e8;
  width: 100%;
  position: relative;
}
.c-product-card__image:after {
  content: "";
  display: block;
  background: #000;
  opacity: 0.03;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
}

.c-product-card__btn {
  position: absolute;
  z-index: 2;
}
.c-product-card__btn--like {
  top: 2px;
  right: 2px;
}
.c-product-card__btn--like .tinvwl_add_to_wishlist_button {
  transition: all 300ms cubic-bezier(0.7, 0.6, 0.1, 0.8);
}
.c-product-card__btn--cart {
  bottom: 2px;
  left: 2px;
}
.c-product-card__btn,
.c-product-card__btn .c-btn--icon,
.c-product-card__btn .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart-plus.no-txt,
.tinv-wishlist .c-product-card__btn .tinvwl_add_to_wishlist_button.tinvwl-icon-heart-plus.no-txt,
.c-product-card__btn .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart.no-txt,
.tinv-wishlist .c-product-card__btn .tinvwl_add_to_wishlist_button.tinvwl-icon-heart.no-txt {
  color: #a9a9a9;
}
.c-product-card__btn:hover,
.c-product-card__btn .c-btn--icon:hover,
.c-product-card__btn .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart-plus.no-txt:hover,
.tinv-wishlist .c-product-card__btn .tinvwl_add_to_wishlist_button.tinvwl-icon-heart-plus.no-txt:hover,
.c-product-card__btn .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart.no-txt:hover,
.tinv-wishlist .c-product-card__btn .tinvwl_add_to_wishlist_button.tinvwl-icon-heart.no-txt:hover {
  color: #000000;
}

.c-product-card__info {
  width: 100%;
  height: 100%;
  flex-direction: column;
  display: flex;
  border-bottom: 1px solid #dcdcdc;
  padding: 0.75rem 0;
}
.c-product-card__info--inline {
  flex-direction: row;
  align-items: center;
  position: relative;
  z-index: 3;
}
.c-product-card__info:last-of-type {
  border-bottom: none;
}

.c-product-card__info--inline .c-product-card__info__item {
  height: 20px;
}
.c-product-card__info--inline .c-product-card__info__item:last-child {
  margin-left: auto;
  color: #a9a9a9;
}

.c-product-card:not(.c-product-card--l) .c-product-card__info__item--rating {
  display: none;
}

.c-product-card__icon {
  height: 1.25rem;
  width: 1rem;
}
.c-product-card__icon--help {
  height: 1.25rem;
  width: 1.25rem;
}

.c-product-card__brand {
  font-family: "Maax";
  font-weight: 400;
  font-size: 13px;
  line-height: 1.4;
}
@media screen and (min-width: 375px) {
  .c-product-card__brand {
    font-size: calc(
        13px +
          2 *
          (100vw - 375px) /
          1065
      );
  }
}
@media screen and (min-width: 1440px) {
  .c-product-card__brand {
    font-size: 15px;
  }
}
@media (min-width: 1024px) {
  .c-product-card__brand {
    line-height: 1.4;
  }
}
.c-product-card--l .c-product-card__brand {
  font-family: "Maax";
  font-weight: 400;
  font-size: 16px;
  line-height: 1.4;
}
@media screen and (min-width: 375px) {
  .c-product-card--l .c-product-card__brand {
    font-size: calc(
        16px +
          4 *
          (100vw - 375px) /
          1065
      );
  }
}
@media screen and (min-width: 1440px) {
  .c-product-card--l .c-product-card__brand {
    font-size: 20px;
  }
}
@media (min-width: 1024px) {
  .c-product-card--l .c-product-card__brand {
    line-height: 1.4;
  }
}

.c-product-card__title {
  font-family: "Maax";
  font-weight: 400;
  font-size: 13px;
  line-height: 1.4;
  margin-bottom: 0;
}
@media screen and (min-width: 375px) {
  .c-product-card__title {
    font-size: calc(
        13px +
          2 *
          (100vw - 375px) /
          1065
      );
  }
}
@media screen and (min-width: 1440px) {
  .c-product-card__title {
    font-size: 15px;
  }
}
@media (min-width: 1024px) {
  .c-product-card__title {
    line-height: 1.4;
  }
}
.c-product-card--l .c-product-card__title {
  font-family: "Maax";
  font-weight: 400;
  font-size: 16px;
  line-height: 1.4;
}
@media screen and (min-width: 375px) {
  .c-product-card--l .c-product-card__title {
    font-size: calc(
        16px +
          4 *
          (100vw - 375px) /
          1065
      );
  }
}
@media screen and (min-width: 1440px) {
  .c-product-card--l .c-product-card__title {
    font-size: 20px;
  }
}
@media (min-width: 1024px) {
  .c-product-card--l .c-product-card__title {
    line-height: 1.4;
  }
}

.c-product-card__price {
  font-family: "Maax";
  font-weight: 400;
  font-size: 13px;
  line-height: 1.4;
}
@media screen and (min-width: 375px) {
  .c-product-card__price {
    font-size: calc(
        13px +
          2 *
          (100vw - 375px) /
          1065
      );
  }
}
@media screen and (min-width: 1440px) {
  .c-product-card__price {
    font-size: 15px;
  }
}
@media (min-width: 1024px) {
  .c-product-card__price {
    line-height: 1.4;
  }
}
.c-product-card--l .c-product-card__price {
  font-family: "Maax";
  font-weight: 400;
  font-size: 16px;
  line-height: 1.4;
}
@media screen and (min-width: 375px) {
  .c-product-card--l .c-product-card__price {
    font-size: calc(
        16px +
          4 *
          (100vw - 375px) /
          1065
      );
  }
}
@media screen and (min-width: 1440px) {
  .c-product-card--l .c-product-card__price {
    font-size: 20px;
  }
}
@media (min-width: 1024px) {
  .c-product-card--l .c-product-card__price {
    line-height: 1.4;
  }
}
.c-product-card__price-old, .c-variation-card__label-data .price > del, .c-product-card .c-product-card__info .price > del {
  margin-left: 0.75rem;
  text-decoration: line-through;
  -webkit-text-decoration-color: #d32f36;
          text-decoration-color: #d32f36;
}
.c-product-card__price-meta, .c-product-card .price-unit, .c-product-card__info .price-unit {
  display: block;
  font-family: "Maax";
  font-weight: 400;
  font-size: 12px;
  line-height: 1.4;
  color: #a9a9a9;
}
@media screen and (min-width: 375px) {
  .c-product-card__price-meta, .c-product-card .price-unit, .c-product-card__info .price-unit {
    font-size: calc(
        12px +
          2 *
          (100vw - 375px) /
          1065
      );
  }
}
@media screen and (min-width: 1440px) {
  .c-product-card__price-meta, .c-product-card .price-unit, .c-product-card__info .price-unit {
    font-size: 14px;
  }
}
@media (min-width: 1024px) {
  .c-product-card__price-meta, .c-product-card .price-unit, .c-product-card__info .price-unit {
    line-height: 1.4;
  }
}

.price {
  display: flex;
}
.c-product-card .c-product-card__info .price {
  font-family: "Maax";
  font-weight: 400;
  font-size: 13px;
  line-height: 1.4;
  font-weight: 500;
}
@media screen and (min-width: 375px) {
  .c-product-card .c-product-card__info .price {
    font-size: calc(
        13px +
          2 *
          (100vw - 375px) /
          1065
      );
  }
}
@media screen and (min-width: 1440px) {
  .c-product-card .c-product-card__info .price {
    font-size: 15px;
  }
}
@media (min-width: 1024px) {
  .c-product-card .c-product-card__info .price {
    line-height: 1.4;
  }
}
.c-product-card .c-product-card__info .price > ins {
  text-decoration: none;
}
.c-product-card .c-product-card__info .price > del {
  order: 2;
}
.c-product-card .c-product-card__info .price > del > .woocommerce-Price-amount bdi {
  font-weight: 400;
}
.c-product-card--l .c-product-card__info .price {
  font-family: "Maax";
  font-weight: 400;
  font-size: 16px;
  line-height: 1.4;
  font-weight: 500;
}
@media screen and (min-width: 375px) {
  .c-product-card--l .c-product-card__info .price {
    font-size: calc(
        16px +
          4 *
          (100vw - 375px) /
          1065
      );
  }
}
@media screen and (min-width: 1440px) {
  .c-product-card--l .c-product-card__info .price {
    font-size: 20px;
  }
}
@media (min-width: 1024px) {
  .c-product-card--l .c-product-card__info .price {
    line-height: 1.4;
  }
}
.c-product-card .c-product-card__info .price .woocommerce-Price-amount bdi {
  font-family: "Maax";
  font-weight: 400;
  font-size: 13px;
  line-height: 1.4;
  font-weight: 500;
}
@media screen and (min-width: 375px) {
  .c-product-card .c-product-card__info .price .woocommerce-Price-amount bdi {
    font-size: calc(
        13px +
          2 *
          (100vw - 375px) /
          1065
      );
  }
}
@media screen and (min-width: 1440px) {
  .c-product-card .c-product-card__info .price .woocommerce-Price-amount bdi {
    font-size: 15px;
  }
}
@media (min-width: 1024px) {
  .c-product-card .c-product-card__info .price .woocommerce-Price-amount bdi {
    line-height: 1.4;
  }
}
.c-product-card--l .c-product-card__info .price .woocommerce-Price-amount bdi {
  font-family: "Maax";
  font-weight: 400;
  font-size: 16px;
  line-height: 1.4;
  font-weight: 500;
}
@media screen and (min-width: 375px) {
  .c-product-card--l .c-product-card__info .price .woocommerce-Price-amount bdi {
    font-size: calc(
        16px +
          4 *
          (100vw - 375px) /
          1065
      );
  }
}
@media screen and (min-width: 1440px) {
  .c-product-card--l .c-product-card__info .price .woocommerce-Price-amount bdi {
    font-size: 20px;
  }
}
@media (min-width: 1024px) {
  .c-product-card--l .c-product-card__info .price .woocommerce-Price-amount bdi {
    line-height: 1.4;
  }
}

/* ==========================================================================
   PRODUCT
   ========================================================================== */
.c-product {
  position: relative;
  margin-top: 1.5rem;
}
@media (min-width: 1024px) {
  .c-product {
    margin-top: 4.5rem;
  }
}

/* Inner
   ========================================================================== */
@media (min-width: 1024px) {
  .c-product__inner {
    display: flex;
    flex-flow: row wrap;
  }
}

/* Images
   ========================================================================== */
.c-product__image {
  position: relative;
}
.c-product__image::after {
  content: "";
  position: absolute;
  display: block;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #e8e8e8;
  mix-blend-mode: multiply;
}

/* Badges
   ========================================================================== */
.c-product__badges {
  display: flex;
  order: -10;
  padding: 0.25rem 0 1rem;
  margin-bottom: 1rem;
  border-bottom: 1px solid #a9a9a9;
}
@media (min-width: 1024px) {
  .c-product__badges {
    padding: 1rem 0;
    border-top: 1px solid #a9a9a9;
  }
}

/* Summary
   ========================================================================== */
.c-product__summary {
  display: flex;
  flex-flow: column wrap;
  grid-template-rows: auto;
  top: var(--fixed-offset);
  align-self: flex-start;
  z-index: 5;
}
@media (min-width: 1024px) {
  .c-product__summary {
    position: sticky;
  }
}

.product_title,
.price {
  font-family: "Maax";
  font-weight: 500;
  font-size: 24px;
  line-height: 1.2;
  letter-spacing: -0.12;
}
@media screen and (min-width: 375px) {
  .product_title,
.price {
    font-size: calc(
        24px +
          8 *
          (100vw - 375px) /
          1065
      );
  }
}
@media screen and (min-width: 1440px) {
  .product_title,
.price {
    font-size: 32px;
  }
}
@media (min-width: 1024px) {
  .product_title,
.price {
    line-height: 1.2;
  }
}
@media (min-width: 1024px) {
  .product_title,
.price {
    letter-spacing: -0.16;
  }
}

.product_title,
.c-product__brand-name,
.c-product__ratings {
  order: -1;
}

.c-product__ratings {
  border-bottom: 1px solid #a9a9a9;
  padding-bottom: 1rem;
  margin-bottom: 0.75rem;
  order: 0;
}

.c-product__brand-name {
  font-family: "RotisSemiSerifPro-Bold";
  font-weight: 500;
  font-size: 18px;
  line-height: 1;
}
@media screen and (min-width: 375px) {
  .c-product__brand-name {
    font-size: calc(
        18px +
          4 *
          (100vw - 375px) /
          1065
      );
  }
}
@media screen and (min-width: 1440px) {
  .c-product__brand-name {
    font-size: 22px;
  }
}
@media (min-width: 1024px) {
  .c-product__brand-name {
    line-height: 1;
  }
}

.c-product__sku {
  font-family: "Maax";
  font-weight: 400;
  font-size: 12px;
  line-height: 1.4;
  display: block;
  color: #a9a9a9;
  margin-bottom: 1rem;
}
@media screen and (min-width: 375px) {
  .c-product__sku {
    font-size: calc(
        12px +
          2 *
          (100vw - 375px) /
          1065
      );
  }
}
@media screen and (min-width: 1440px) {
  .c-product__sku {
    font-size: 14px;
  }
}
@media (min-width: 1024px) {
  .c-product__sku {
    line-height: 1.4;
  }
}

/* Price unit / additional info
   ========================================================================== */
.c-singe-product-stock {
  background: #e8e8e8;
  padding: 1.5rem 1.875rem 1.125rem;
  border-top: 1px solid #dcdcdc;
  display: flex;
  align-items: center;
}

.c-singe-product-stock__icon {
  width: 2rem;
  height: 2rem;
  margin-right: 3rem;
  flex-shrink: 0;
}

.c-singe-product-stock__icon--instock {
  color: #62b52d;
}

.c-singe-product-stock__icon--low {
  color: #ff9708;
}

.c-singe-product-stock__icon--outofstock {
  color: #d32f36;
}

.c-singe-product-stock__content {
  font-family: "Maax";
  font-weight: 400;
  font-size: 12px;
  line-height: 1.4;
  color: #000000;
}
@media screen and (min-width: 375px) {
  .c-singe-product-stock__content {
    font-size: calc(
        12px +
          2 *
          (100vw - 375px) /
          1065
      );
  }
}
@media screen and (min-width: 1440px) {
  .c-singe-product-stock__content {
    font-size: 14px;
  }
}
@media (min-width: 1024px) {
  .c-singe-product-stock__content {
    line-height: 1.4;
  }
}

/* Price unit / additional info
   ========================================================================== */
.c-product-single-unit {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid #a9a9a9;
  padding: 0.375rem 0;
}
.c-product-single-unit.wc-gzd-additional-info-placeholder {
  display: none;
}
.c-product-single-unit + .c-product-single-unit {
  border-top: none;
  margin-top: -0.375rem;
  padding-top: 0;
}

.c-product-single-unit__label {
  font-family: "Maax";
  font-weight: 400;
  font-size: 12px;
  line-height: 1.4;
  color: #a9a9a9;
  margin-bottom: 0 !important;
}
@media screen and (min-width: 375px) {
  .c-product-single-unit__label {
    font-size: calc(
        12px +
          2 *
          (100vw - 375px) /
          1065
      );
  }
}
@media screen and (min-width: 1440px) {
  .c-product-single-unit__label {
    font-size: 14px;
  }
}
@media (min-width: 1024px) {
  .c-product-single-unit__label {
    line-height: 1.4;
  }
}

.c-product-single-unit__value {
  font-family: "Maax";
  font-weight: 400;
  font-size: 12px;
  line-height: 1.4;
  color: #000000;
  margin-bottom: 0 !important;
}
@media screen and (min-width: 375px) {
  .c-product-single-unit__value {
    font-size: calc(
        12px +
          2 *
          (100vw - 375px) /
          1065
      );
  }
}
@media screen and (min-width: 1440px) {
  .c-product-single-unit__value {
    font-size: 14px;
  }
}
@media (min-width: 1024px) {
  .c-product-single-unit__value {
    line-height: 1.4;
  }
}
.c-product-single-unit__value .unit {
  margin-right: 0.25rem;
}
.c-product-single-unit__value .woocommerce-Price-amount.amount {
  margin-left: 0.25rem;
}

/* Tabs / Info
   ========================================================================== */
.c-product__info .woocommerce-product-attributes {
  font-family: "Maax";
  font-weight: 400;
  font-size: 14px;
  line-height: 1.4;
  display: flex;
  flex-flow: column wrap;
  padding-top: 0.75rem;
  margin-bottom: 7.5rem;
}
@media screen and (min-width: 375px) {
  .c-product__info .woocommerce-product-attributes {
    font-size: calc(
        14px +
          2 *
          (100vw - 375px) /
          1065
      );
  }
}
@media screen and (min-width: 1440px) {
  .c-product__info .woocommerce-product-attributes {
    font-size: 16px;
  }
}
@media (min-width: 1024px) {
  .c-product__info .woocommerce-product-attributes {
    line-height: 1.4;
  }
}
@media (min-width: 1024px) {
  .c-product__info .woocommerce-product-attributes {
    border-top: 1px solid #dcdcdc;
  }
}
.c-product__info .woocommerce-product-attributes tbody {
  display: flex;
  flex-flow: column wrap;
}
.c-product__info .woocommerce-product-attributes tr {
  display: flex;
  align-items: flex-start;
  border-top: 1px solid #dcdcdc;
  padding: 0.25rem 0;
}
.c-product__info .woocommerce-product-attributes th,
.c-product__info .woocommerce-product-attributes td {
  width: 50%;
}
.c-product__info .woocommerce-product-attributes th {
  font-weight: 400;
  text-align: left;
}
.c-product__info .woocommerce-product-attributes p {
  margin: 0;
}
@media (min-width: 1024px) {
  .c-product__info .woocommerce-product-attributes tbody {
    flex-flow: row wrap;
    margin: 0 -0.75rem;
  }
  .c-product__info .woocommerce-product-attributes tr {
    width: calc(50% - 1.5rem);
    margin: 0 0.75rem;
  }
  .c-product__info .woocommerce-product-attributes tr:first-of-type, .c-product__info .woocommerce-product-attributes tr:nth-of-type(2) {
    border-top: none;
  }
}

.c-product__info-tab:not(.c-product__info-tab--product_format):not(.c-product__info-tab--additional_information) {
  margin-top: 2.875rem;
}

.c-product__info-tab--sub_brand {
  overflow: hidden;
}
.c-product__info-tab--sub_brand .c-slider {
  padding: 1.25rem 0;
  border-top: 1px solid #dcdcdc;
  border-bottom: 1px solid #dcdcdc;
}
.c-product__info-tab--sub_brand .c-slider.c-slider--disabled .c-slider__controls {
  display: none;
}

/* Related
   ========================================================================== */
.c-product__related {
  margin: 0 0 6.875rem;
}
.c-product__related:first-of-type {
  margin-top: 4.875rem;
}
.c-product__related h2 {
  margin-bottom: 1.875rem;
}

/* Subscription
   ========================================================================== */
.enr-product_level-subscribe-now-wrapper {
  padding: 0.75rem 1rem;
  display: block;
  position: relative;
}
.enr-product_level-subscribe-now-wrapper p {
  position: relative;
  margin-bottom: 0;
}
.enr-product_level-subscribe-now-wrapper p.u-paragraph-caption, .enr-product_level-subscribe-now-wrapper .enr-cart_level-subscribe-now-wrapper p:last-of-type, .enr-cart_level-subscribe-now-wrapper .enr-product_level-subscribe-now-wrapper p:last-of-type, .enr-product_level-subscribe-now-wrapper .cart_item p.subscription-details, .cart_item .enr-product_level-subscribe-now-wrapper p.subscription-details, .enr-product_level-subscribe-now-wrapper p.c-form__group-message, .enr-product_level-subscribe-now-wrapper p.c-form__group-checkbox {
  text-align: right;
}

input[type=checkbox].enr-subscribe-now {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  cursor: pointer;
}
select#enr_subscribe_plans {
  background: transparent;
}

/* ==========================================================================
   PRODUCT RATING
   ========================================================================== */
.c-rating {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.c-rating.u-trigger {
  background: transparent;
  border: none;
  cursor: pointer;
  border-radius: none;
}
.c-rating__stars {
  display: flex;
  position: relative;
}
.c-rating__stars::before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  right: 0;
  width: calc(100% - (100% / 5 * var(--rating-avg) + 0.25rem));
  height: 100%;
  background: rgba(255, 255, 255, 0.9);
}

.c-rating__star {
  display: block;
  width: 0.75rem;
  height: 0.75rem;
  margin-right: 0.5rem;
  fill: #000;
}
.c-rating__star:last-child {
  margin-right: 0;
}

.c-rating__count {
  font-family: "Maax";
  font-weight: 400;
  font-size: 12px;
  line-height: 1.4;
  color: #a9a9a9;
}
@media screen and (min-width: 375px) {
  .c-rating__count {
    font-size: calc(
        12px +
          2 *
          (100vw - 375px) /
          1065
      );
  }
}
@media screen and (min-width: 1440px) {
  .c-rating__count {
    font-size: 14px;
  }
}
@media (min-width: 1024px) {
  .c-rating__count {
    line-height: 1.4;
  }
}

/* ==========================================================================
   SEARCHBAR
   ========================================================================== */
.c-searchbar {
  display: flex;
  flex-direction: column;
}
@media (max-width: 1199.98px) {
  .c-searchbar {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: var(--app-height);
    background-color: #fff;
    visibility: hidden;
    opacity: 0;
  }
  .c-searchbar.is-active {
    visibility: visible;
    opacity: 1;
  }
}
@media (min-width: 1200px) {
  .c-searchbar {
    position: relative;
    flex-direction: row;
    top: initial;
  }
}

.c-searchbar__header {
  width: 100%;
  padding: 1.5rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #dcdcdc;
}
@media (min-width: 1200px) {
  .c-searchbar__header {
    display: none;
  }
}

.c-searchbar__close {
  background: transparent;
  border: none;
  margin: 0;
  padding: 0;
  cursor: pointer;
}

.c-searchbar__title {
  font-family: "Maax";
  font-weight: 500;
  font-size: 20px;
  line-height: 1.2;
  letter-spacing: -0.1;
}
@media screen and (min-width: 375px) {
  .c-searchbar__title {
    font-size: calc(
        20px +
          8 *
          (100vw - 375px) /
          1065
      );
  }
}
@media screen and (min-width: 1440px) {
  .c-searchbar__title {
    font-size: 28px;
  }
}
@media (min-width: 1024px) {
  .c-searchbar__title {
    line-height: 1.2;
  }
}
@media (min-width: 1024px) {
  .c-searchbar__title {
    letter-spacing: -0.14;
  }
}

.c-searchbar__form {
  position: relative;
  width: 100%;
  padding: 1.5rem;
}
@media (min-width: 1200px) {
  .c-searchbar__form {
    padding: 0;
  }
}
@media (max-width: 1199.98px) {
  .c-searchbar__form {
    display: flex;
    flex-flow: column wrap;
    flex: 1;
  }
}

.c-searchbar__input {
  position: relative;
  width: 100%;
  border-radius: 3rem;
  border: 1px solid #000;
  padding: 1rem 1.5rem 1rem 3rem;
  z-index: 1;
}
.c-searchbar__input:focus {
  outline: none;
}
@media (min-width: 1200px) {
  .c-searchbar__input {
    display: block;
    width: 26.25rem;
    padding: 1.25rem 1.5rem 1.25rem 3rem;
  }
}

.c-searchbar__input-trigger {
  width: calc(0.75vw + 45.6px);
  height: calc(0.75vw + 45.6px);
  position: absolute;
  z-index: 1;
  left: 3rem;
  top: calc(1.5rem + var(--searchbar-height) / 2);
  transform: translate(-50%, -50%);
}
@media (max-width: 320px) {
  .c-searchbar__input-trigger {
    width: 48px;
  }
}
@media (min-width: 1920px) {
  .c-searchbar__input-trigger {
    width: 60px;
  }
}
@media (max-width: 320px) {
  .c-searchbar__input-trigger {
    height: 48px;
  }
}
@media (min-width: 1920px) {
  .c-searchbar__input-trigger {
    height: 60px;
  }
}
@media (min-width: 1200px) {
  .c-searchbar__input-trigger {
    left: 2rem;
    top: 50%;
  }
}
.c-searchbar__input-trigger:hover, .c-searchbar__input-trigger:focus {
  background: transparent;
  border-color: transparent;
}

.c-searchbar__input-trigger--link {
  display: block;
}
@media (min-width: 1200px) {
  .c-searchbar__input-trigger--link {
    display: none;
  }
}

/**
 * ELASTICPRESS AUTOSUGGEST
 */
.c-searchbar .ep-autosuggest-container .ep-autosuggest {
  border: none;
  box-shadow: none;
  z-index: 0;
}
@media (min-width: 1200px) {
  .c-searchbar .ep-autosuggest-container .ep-autosuggest::before, .c-searchbar .ep-autosuggest-container .ep-autosuggest::after {
    content: "";
    position: absolute;
  }
  .c-searchbar .ep-autosuggest-container .ep-autosuggest::before {
    top: calc(-1 * var(--searchbar-height) - 1.5rem);
    left: -1rem;
    width: calc(100% + 2rem);
    height: calc(100% + 1.5rem + var(--searchbar-height));
    z-index: -1;
    background-color: #fff;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.16);
  }
  .c-searchbar .ep-autosuggest-container .ep-autosuggest::after {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -2;
    background-color: rgba(0, 0, 0, 0.1);
  }
}

.autosuggest-list {
  z-index: 2;
  border: none;
  display: flex;
  flex-flow: column wrap;
  padding: 1.5rem 1.5rem 2rem;
}
@media (max-width: 1023.98px) {
  .autosuggest-list {
    height: calc(
      var(--app-height) - var(--header-height) - var(--searchbar-height) -
        1.5rem
    );
  }
}
@media (min-width: 1024px) {
  .autosuggest-list {
    padding: 2rem 3rem 1.5rem;
  }
}

.ep-autosuggest__item {
  font-family: "Maax";
  font-weight: 400;
  font-size: 14px;
  line-height: 1.4;
  font-weight: 500;
  padding: 0;
  margin: 0;
}
@media screen and (min-width: 375px) {
  .ep-autosuggest__item {
    font-size: calc(
        14px +
          2 *
          (100vw - 375px) /
          1065
      );
  }
}
@media screen and (min-width: 1440px) {
  .ep-autosuggest__item {
    font-size: 16px;
  }
}
@media (min-width: 1024px) {
  .ep-autosuggest__item {
    line-height: 1.4;
  }
}
.ep-autosuggest__item + .ep-autosuggest__item {
  margin-top: 1rem;
}
.ep-autosuggest__item + .ep-autosuggest__item--group {
  margin-top: 1.5rem;
}
.ep-autosuggest__item:hover {
  background-color: transparent;
}

.ep-autosuggest__item--cta {
  position: relative;
  padding-top: 1.5rem;
}
.ep-autosuggest__item + .ep-autosuggest__item--cta {
  margin-top: auto;
}
@media (min-width: 1024px) {
  .ep-autosuggest__item + .ep-autosuggest__item--cta {
    margin-top: 3.5rem;
  }
}
.ep-autosuggest__item--cta::before {
  content: "";
  position: absolute;
  top: 0;
  left: -4rem;
  width: calc(100% + 2rem + 6rem);
  height: 1px;
  background-color: #dcdcdc;
}

.ep-autosuggest__item--group {
  font-family: "Maax";
  font-weight: 400;
  font-size: 12px;
  line-height: 1.4;
  color: #a9a9a9;
  text-transform: uppercase;
}
@media screen and (min-width: 375px) {
  .ep-autosuggest__item--group {
    font-size: calc(
        12px +
          2 *
          (100vw - 375px) /
          1065
      );
  }
}
@media screen and (min-width: 1440px) {
  .ep-autosuggest__item--group {
    font-size: 14px;
  }
}
@media (min-width: 1024px) {
  .ep-autosuggest__item--group {
    line-height: 1.4;
  }
}
@media (max-width: 1023.98px) {
  .ep-autosuggest__item--group:first-of-type {
    padding-top: 1rem;
    border-top: 1px solid #dcdcdc;
  }
}

.c-searchbar .ep-autosuggest-container .ep-autosuggest > ul > li > a.ep-autosuggest__link {
  display: flex;
  align-items: center;
  text-decoration: none;
  padding: 0;
}
.c-searchbar .ep-autosuggest-container .ep-autosuggest > ul > li > a.ep-autosuggest__link:hover, .c-searchbar .ep-autosuggest-container .ep-autosuggest > ul > li > a.ep-autosuggest__link:active {
  background-color: transparent;
}
a.ep-autosuggest__link .c-btn__label {
  display: flex;
  flex-flow: column wrap;
}
a.ep-autosuggest__link .c-btn__sublabel {
  font-family: "Maax";
  font-weight: 400;
  font-size: 12px;
  line-height: 1.4;
}
@media screen and (min-width: 375px) {
  a.ep-autosuggest__link .c-btn__sublabel {
    font-size: calc(
        12px +
          2 *
          (100vw - 375px) /
          1065
      );
  }
}
@media screen and (min-width: 1440px) {
  a.ep-autosuggest__link .c-btn__sublabel {
    font-size: 14px;
  }
}
@media (min-width: 1024px) {
  a.ep-autosuggest__link .c-btn__sublabel {
    line-height: 1.4;
  }
}
@media (min-width: 1024px) {
  .c-searchbar .ep-autosuggest-container .ep-autosuggest > ul > li > a.ep-autosuggest__link {
    transition: background-color 150ms cubic-bezier(0.7, 0.6, 0.1, 0.8);
  }
  .c-searchbar .ep-autosuggest-container .ep-autosuggest > ul > li > a.ep-autosuggest__link:hover, .c-searchbar .ep-autosuggest-container .ep-autosuggest > ul > li > a.ep-autosuggest__link:active {
    background-color: rgba(0, 0, 0, 0.1);
  }
}

.ep-autosuggest__link-img {
  position: relative;
  width: 2rem;
  height: 2rem;
  flex-shrink: 0;
  background: rgba(0, 0, 0, 0.1) no-repeat 50% 50%/cover;
  margin-right: 1rem;
}
.ep-autosuggest__link-img::before {
  content: "";
  position: absolute;
  display: block;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.1);
}
.ep-autosuggest__item--cta .ep-autosuggest__link-img {
  display: none;
}
@media (min-width: 1024px) {
  .ep-autosuggest__link-img {
    width: 2.5rem;
    height: 2.5rem;
  }
}

.c-searchbar .ep-autosuggest-container .ep-autosuggest > ul > li > a.ep-autosuggest__link--cta {
  transition: all 0.3s cubic-bezier(0.7, 0.6, 0.1, 0.8);
  border-radius: calc(-1.25vw + 50px);
  font-size: calc(0.125vw + 17.6px);
  padding-top: calc(0.125vw + 12.6px);
  padding-right: calc(0.25vw + 26.2px);
  padding-bottom: calc(0.125vw + 12.6px);
  padding-left: calc(0.25vw + 26.2px);
  justify-content: center;
}
@media (max-width: 320px) {
  .c-searchbar .ep-autosuggest-container .ep-autosuggest > ul > li > a.ep-autosuggest__link--cta {
    border-radius: 46px;
  }
}
@media (min-width: 1920px) {
  .c-searchbar .ep-autosuggest-container .ep-autosuggest > ul > li > a.ep-autosuggest__link--cta {
    border-radius: 26px;
  }
}
@media (max-width: 320px) {
  .c-searchbar .ep-autosuggest-container .ep-autosuggest > ul > li > a.ep-autosuggest__link--cta {
    font-size: 18px;
  }
}
@media (min-width: 1920px) {
  .c-searchbar .ep-autosuggest-container .ep-autosuggest > ul > li > a.ep-autosuggest__link--cta {
    font-size: 20px;
  }
}
@media (max-width: 320px) {
  .c-searchbar .ep-autosuggest-container .ep-autosuggest > ul > li > a.ep-autosuggest__link--cta {
    padding-top: 13px;
  }
}
@media (min-width: 1920px) {
  .c-searchbar .ep-autosuggest-container .ep-autosuggest > ul > li > a.ep-autosuggest__link--cta {
    padding-top: 15px;
  }
}
@media (max-width: 320px) {
  .c-searchbar .ep-autosuggest-container .ep-autosuggest > ul > li > a.ep-autosuggest__link--cta {
    padding-right: 27px;
  }
}
@media (min-width: 1920px) {
  .c-searchbar .ep-autosuggest-container .ep-autosuggest > ul > li > a.ep-autosuggest__link--cta {
    padding-right: 31px;
  }
}
@media (max-width: 320px) {
  .c-searchbar .ep-autosuggest-container .ep-autosuggest > ul > li > a.ep-autosuggest__link--cta {
    padding-bottom: 13px;
  }
}
@media (min-width: 1920px) {
  .c-searchbar .ep-autosuggest-container .ep-autosuggest > ul > li > a.ep-autosuggest__link--cta {
    padding-bottom: 15px;
  }
}
@media (max-width: 320px) {
  .c-searchbar .ep-autosuggest-container .ep-autosuggest > ul > li > a.ep-autosuggest__link--cta {
    padding-left: 27px;
  }
}
@media (min-width: 1920px) {
  .c-searchbar .ep-autosuggest-container .ep-autosuggest > ul > li > a.ep-autosuggest__link--cta {
    padding-left: 31px;
  }
}
.c-searchbar .ep-autosuggest-container .ep-autosuggest > ul > li > a.ep-autosuggest__link--cta:hover {
  color: #000;
}

.c-searchbar__suggestions {
  display: none;
  flex-flow: column wrap;
  flex: 1;
  padding: 0 1.5rem;
}
.c-searchbar__suggestions.show {
  display: flex;
}
@media (min-width: 1200px) {
  .c-searchbar__suggestions {
    margin-top: 0;
    position: absolute;
    top: calc(1.5rem + 100%);
    left: 0;
    width: 100%;
    display: none;
  }
  .c-searchbar__suggestions.show {
    display: block;
  }
  .c-searchbar__suggestions::before, .c-searchbar__suggestions::after {
    content: "";
    position: absolute;
  }
  .c-searchbar__suggestions::before {
    top: calc(-1 * var(--searchbar-height) - 1.5rem * 2);
    left: -1rem;
    width: calc(100% + 2rem);
    height: calc(100% + 1.5rem + var(--searchbar-height) + 3rem);
    z-index: -1;
    background-color: #fff;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.16);
  }
  .c-searchbar__suggestions::after {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -2;
    background-color: rgba(0, 0, 0, 0.1);
  }
}

.c-searchbar__suggestion-list {
  list-style: none;
  margin: 0.5rem 0 1.5rem;
}

.c-searchbar__suggestion-item {
  margin: 0;
}
.c-searchbar__suggestion-item + .c-searchbar__suggestion-item {
  margin-top: 0.5rem;
}

.c-searchbar__suggestions-footer {
  margin: auto -3rem 0;
  border-top: 1px solid #dcdcdc;
  padding: 1.5rem 3rem 0;
  display: flex;
  justify-content: center;
}

/* ==========================================================================
   SLIDER
   ========================================================================== */
@font-face {
  font-family: "swiper-icons";
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color: #007aff;
}

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
}

.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}

.swiper-android .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

.swiper-pointer-events {
  touch-action: pan-y;
}
.swiper-pointer-events.swiper-vertical {
  touch-action: pan-x;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

/* Auto Height */
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}
.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

/* 3D Effects */
.swiper-3d, .swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}
.swiper-3d .swiper-wrapper,
.swiper-3d .swiper-slide,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-cube-shadow {
  transform-style: preserve-3d;
}
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}
.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

/* CSS Mode */
.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  /* For Firefox */
  -ms-overflow-style: none;
  /* For Internet Explorer and Edge */
}
.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}
.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-horizontal.swiper-css-mode > .swiper-wrapper {
  -ms-scroll-snap-type: x mandatory;
      scroll-snap-type: x mandatory;
}

.swiper-vertical.swiper-css-mode > .swiper-wrapper {
  -ms-scroll-snap-type: y mandatory;
      scroll-snap-type: y mandatory;
}

.swiper-centered > .swiper-wrapper::before {
  content: "";
  flex-shrink: 0;
  order: 9999;
}
.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  margin-inline-start: var(--swiper-centered-offset-before);
}
.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  width: var(--swiper-centered-offset-after);
}
.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  margin-block-start: var(--swiper-centered-offset-before);
}
.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  height: var(--swiper-centered-offset-after);
}
.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
}

/* Scrollbar */
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}
.swiper-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}
.swiper-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

:root {
  /*
  --swiper-pagination-color: var(--swiper-theme-color);
  --swiper-pagination-bullet-size: 8px;
  --swiper-pagination-bullet-width: 8px;
  --swiper-pagination-bullet-height: 8px;
  --swiper-pagination-bullet-inactive-color: #000;
  --swiper-pagination-bullet-inactive-opacity: 0.2;
  --swiper-pagination-bullet-opacity: 1;
  --swiper-pagination-bullet-horizontal-gap: 4px;
  --swiper-pagination-bullet-vertical-gap: 6px;
  */
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 300ms opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}
.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: 10px;
  left: 0;
  width: 100%;
}

/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  display: inline-block;
  border-radius: 50%;
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}
button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
          appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}
.swiper-pagination-bullet:only-child {
  display: none !important;
}

.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-vertical > .swiper-pagination-bullets,
.swiper-pagination-vertical.swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}
.swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block;
}
.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}
.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 200ms transform, 200ms top;
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}
.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}
.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms left;
}

.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms right;
}

/* Progress */
.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}
.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}
.swiper-horizontal > .swiper-pagination-progressbar, .swiper-pagination-progressbar.swiper-pagination-horizontal, .swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}
.swiper-vertical > .swiper-pagination-progressbar, .swiper-pagination-progressbar.swiper-pagination-vertical, .swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-lock {
  display: none;
}

.c-slider {
  width: 100%;
}

.c-slider--products-filter {
  position: relative;
}

.c-slider--offgrid {
  position: relative;
}
.c-slider--offgrid .c-slider__container {
  overflow: initial;
}

.c-slider__wrapper {
  box-sizing: inherit;
}
@media (min-width: 1024px) {
  .c-slider__container.is-disabled .c-slider__wrapper {
    display: flex;
    flex-flow: row wrap;
  }
}

.c-slider__controls {
  display: flex;
  align-items: center;
  max-width: calc(100% - 6rem);
  margin: 1.25rem auto 0;
}
.c-slider--disabled .c-slider__controls {
  display: none;
}
.c-filter.is-active .c-slider__controls {
  display: none;
}
@media (min-width: 1024px) {
  .c-slider--mobile .c-slider__controls {
    display: none;
  }
}
@media (min-width: 1024px) {
  .c-slider__controls {
    margin-top: 2.5rem;
    max-width: 384px;
  }
}

.c-slider__controls--floating {
  display: none;
  position: absolute;
  max-width: initial;
  margin: 0;
  left: 1.5rem;
  right: 1.5rem;
  width: calc(100% - 3rem);
  top: 100%;
}
.swiper-initialized + .c-slider__controls--floating {
  display: block;
}

.c-slider__controls {
  max-width: revert;
}

.c-slider__image {
  border-radius: 0.25rem;
  overflow: hidden;
}

.c-slider__scrollbar {
  position: relative;
  width: 100%;
  height: 0.25rem;
  margin: 0 2rem;
  background-color: #dcdcdc;
}
.c-slider__scrollbar .swiper-scrollbar-drag {
  background-color: #000000;
  height: 0.25rem;
}
.c-widget--theme-functional-800 .c-slider__scrollbar .swiper-scrollbar-drag {
  background-color: #ffffff;
}
.c-slider__controls--product .c-slider__scrollbar {
  margin: 0;
}

.c-slider__scrollbar-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  stroke: #dcdcdc;
}
.c-slider--light .c-slider__scrollbar-background {
  stroke: #ffffff;
  z-index: 0;
}
.c-slider--offgrid-nextonly .c-slider__scrollbar-background {
  z-index: 0;
}

.c-slider__button {
  padding: 0;
  width: 1.25rem;
  height: 1.25rem;
  background-color: transparent;
  border: none;
  cursor: pointer;
}
.c-slider__button svg {
  display: block;
  width: 100%;
  fill: #ffffff;
  height: 100%;
}
.c-slider--light .c-slider__button svg {
  fill: #ffffff;
}
.c-slider--products-filter .c-slider__button, .c-slider--reset-filter .c-slider__button {
  background-color: #000;
  position: absolute;
  top: -2rem;
  right: -1.5rem;
  z-index: 2;
  transform: translateX(-15%) translateY(30%);
}
.c-slider--products-filter .c-slider__button[disabled], .c-slider--reset-filter .c-slider__button[disabled] {
  opacity: 0;
  visibility: hidden;
}

.c-slider__button--prev {
  transform: rotate(-180deg);
}
.c-slider--products-filter .c-slider__button--prev, .c-slider--reset-filter .c-slider__button--prev {
  right: initial;
  left: -1.5rem;
  transform: rotateY(-180deg) translateX(-50%) translateY(30%);
}

@media (min-width: 1024px) {
  .c-slider__container.is-disabled .c-slider__item {
    flex: 0 1 calc(50% - 0.5rem);
    margin-bottom: 1rem;
  }
  .c-slider__container.is-disabled .c-slider__item:nth-child(2n+2) {
    margin-right: 0 !important;
  }
}

.c-slider__item--offgrid {
  transition: opacity 0.3s cubic-bezier(0.7, 0.6, 0.1, 0.8);
  height: initial;
  width: 83.3333333333%;
  opacity: 0.5;
  /*.c-product-card {
    width: calc(8 / 12 * 100%);
  }*/
}
.c-slider__item--offgrid:last-of-type {
  margin-right: 25%;
}
.c-slider__item--offgrid.c-slider__item--current, .c-slider__item--offgrid.swiper-slide-active {
  opacity: 1;
}

@media (min-width: 1024px) {
  .c-slider--offgrid-nextonly .c-slider__item--viewed {
    transition: opacity 0.1s cubic-bezier(0.7, 0.6, 0.1, 0.8);
    opacity: 0;
    visibility: hidden;
  }
}

.c-slider__pagination {
  right: 0;
  position: absolute;
  display: flex;
  justify-content: flex-end;
  bottom: 0 !important;
}
@media (max-width: 1023.98px) {
  .c-slider__pagination {
    position: relative;
    justify-content: center;
  }
}

.c-slider__headline {
  font-family: "Maax";
  font-weight: 500;
  font-size: 20px;
  line-height: 1.2;
  letter-spacing: -0.1;
  margin-bottom: 20px;
  z-index: 2;
  color: #000;
}
@media screen and (min-width: 375px) {
  .c-slider__headline {
    font-size: calc(
        20px +
          8 *
          (100vw - 375px) /
          1065
      );
  }
}
@media screen and (min-width: 1440px) {
  .c-slider__headline {
    font-size: 28px;
  }
}
@media (min-width: 1024px) {
  .c-slider__headline {
    line-height: 1.2;
  }
}
@media (min-width: 1024px) {
  .c-slider__headline {
    letter-spacing: -0.14;
  }
}

.c-spacer {
  display: block;
  width: 100%;
  height: var(--widget-spacer-mobile);
}
@media (min-width: 1024px) {
  .c-spacer {
    height: var(--widget-spacer-desktop);
  }
}

/* ==========================================================================
   #TAGS
   ========================================================================== */
/**
 * 1. Allow us to style box model properties.
 * 2. Line different sized buttons up a little nicer.
 * 3. Make buttons inherit font styles (often necessary when styling `input`s as
 *    buttons).
 * 4. Reset/normalize some styles.
 * 5. Force all button-styled elements to appear clickable.
 */
.c-tag {
  display: inline-flex;
  /* [1] */
  align-items: center;
  /* [2] */
  font: inherit;
  /* [3] */
  font-weight: 500;
  text-align: center;
  /* [4] */
  margin: 0;
  /* [4] */
  cursor: pointer;
  /* [5] */
  transition: all 300ms cubic-bezier(0.7, 0.6, 0.1, 0.8);
  outline: 0;
  position: relative;
  white-space: nowrap;
  border-radius: calc(0.25vw + 17.2px);
  background-color: #e8e8e8;
  line-height: 1;
  font-size: calc(0.125vw + 13.6px);
  padding-top: calc(0.25vw + 8.2px);
  padding-right: calc(0.5vw + 17.4px);
  padding-bottom: calc(0.25vw + 8.2px);
  padding-left: calc(0.5vw + 17.4px);
  border: 1px solid #e8e8e8;
  margin-bottom: 12px;
  margin-right: 12px;
}
@media (max-width: 320px) {
  .c-tag {
    border-radius: 18px;
  }
}
@media (min-width: 1920px) {
  .c-tag {
    border-radius: 22px;
  }
}
@media (max-width: 320px) {
  .c-tag {
    font-size: 14px;
  }
}
@media (min-width: 1920px) {
  .c-tag {
    font-size: 16px;
  }
}
@media (max-width: 320px) {
  .c-tag {
    padding-top: 9px;
  }
}
@media (min-width: 1920px) {
  .c-tag {
    padding-top: 13px;
  }
}
@media (max-width: 320px) {
  .c-tag {
    padding-right: 19px;
  }
}
@media (min-width: 1920px) {
  .c-tag {
    padding-right: 27px;
  }
}
@media (max-width: 320px) {
  .c-tag {
    padding-bottom: 9px;
  }
}
@media (min-width: 1920px) {
  .c-tag {
    padding-bottom: 13px;
  }
}
@media (max-width: 320px) {
  .c-tag {
    padding-left: 19px;
  }
}
@media (min-width: 1920px) {
  .c-tag {
    padding-left: 27px;
  }
}
.c-tag:last-child {
  margin-right: 0;
}
@media (min-width: 768px) {
  .c-tag {
    margin-bottom: 14px;
    margin-right: 14px;
  }
  .c-tag:last-child {
    margin-right: 0;
  }
}
.c-tag, .c-tag:hover, .c-tag:active, .c-tag:focus {
  text-decoration: none;
  /* [4] */
  color: #000000;
}
.c-tag:hover {
  border-color: #dcdcdc;
  background-color: #dcdcdc;
}
.c-tag:active, .c-tag:focus, .c-tag.c-tag--active {
  color: #ffffff;
  border-color: #000000;
  background-color: #000000;
}
.c-tag.disabled, .c-tag:disabled {
  border-color: #c0c0c0;
  background-color: #c0c0c0;
  cursor: not-allowed;
}

/* Style variants
   ========================================================================== */
.c-tag--has-icon {
  padding-right: calc(0.625vw + 31px);
  background-color: transparent;
  border-color: #c0c0c0;
}
@media (max-width: 320px) {
  .c-tag--has-icon {
    padding-right: 33px;
  }
}
@media (min-width: 1920px) {
  .c-tag--has-icon {
    padding-right: 43px;
  }
}
.c-tag--has-icon .c-icon {
  position: absolute;
  right: calc(0.5vw + 2.4px);
}
@media (max-width: 320px) {
  .c-tag--has-icon .c-icon {
    right: 4px;
  }
}
@media (min-width: 1920px) {
  .c-tag--has-icon .c-icon {
    right: 12px;
  }
}
.c-tag--has-icon, .c-tag--has-icon:hover, .c-tag--has-icon:active, .c-tag--has-icon:focus {
  color: #000000;
}
.c-tag--has-icon:focus, .c-tag--has-icon:active, .c-tag--has-icon:hover {
  border-color: #000000;
  background-color: transparent;
}
.c-tag--has-icon.disabled, .c-tag--has-icon:disabled {
  color: #c0c0c0;
  border-color: #c0c0c0;
  background-color: transparent;
  cursor: not-allowed;
}

/* ==========================================================================
   TEASE
   ========================================================================== */
.c-tease--order {
  display: flex;
  padding: 1rem 0 1.5rem;
  border-top: 1px solid #dcdcdc;
}

/* Header
   ========================================================================== */
.c-tease__header--order {
  border-bottom: 1px solid #dcdcdc;
  padding-bottom: 0.5rem;
  margin-bottom: 0.375rem;
}

/* Header
   ========================================================================== */
.c-tease__content--order {
  flex: 1 0 auto;
  margin-left: 0.75rem;
}

/* Icons
   ========================================================================== */
.c-tease__icon {
  display: block;
  width: 2rem;
  height: 2rem;
}

.c-tease__icon--order {
  flex-shrink: 0;
  width: 2.75rem;
  height: 2.75rem;
}

/* Misc
   ========================================================================== */
.c-tease__price {
  display: flex;
  justify-content: space-between;
}

.c-tease__meta {
  color: #a9a9a9;
}

.c-tease__cta {
  margin-top: 1.25rem;
}

.c-teaser-card {
  cursor: pointer;
  position: relative;
  border-bottom: 1px solid #dcdcdc;
}

.c-teaser-card__image {
  margin-bottom: 0.375rem;
}

.c-teaser-card__link {
  flex-direction: row;
  display: flex;
  text-align: left;
  margin-bottom: 0.625rem;
}
.c-teaser-card__link--floating {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  display: block;
}
.c-teaser-card__link__text {
  margin: auto 0;
  display: inline-flex;
  vertical-align: middle;
}
.c-teaser-card__link__text h3 {
  margin: 0;
}

.c-teaser-card__desc {
  font-family: "Maax";
  font-weight: 400;
  font-size: 14px;
  line-height: 1.4;
  margin-bottom: 1.75rem;
}
@media screen and (min-width: 375px) {
  .c-teaser-card__desc {
    font-size: calc(
        14px +
          2 *
          (100vw - 375px) /
          1065
      );
  }
}
@media screen and (min-width: 1440px) {
  .c-teaser-card__desc {
    font-size: 16px;
  }
}
@media (min-width: 1024px) {
  .c-teaser-card__desc {
    line-height: 1.4;
  }
}

/* ==========================================================================
   TEXT
   ========================================================================== */
.c-txt--editor p {
  font-family: "Maax";
  font-weight: 400;
  font-size: 14px;
  line-height: 1.4;
  margin-bottom: 0.6em;
}
@media screen and (min-width: 375px) {
  .c-txt--editor p {
    font-size: calc(
        14px +
          2 *
          (100vw - 375px) /
          1065
      );
  }
}
@media screen and (min-width: 1440px) {
  .c-txt--editor p {
    font-size: 16px;
  }
}
@media (min-width: 1024px) {
  .c-txt--editor p {
    line-height: 1.4;
  }
}

.c-txt--copy-lead {
  margin-bottom: 0;
}
.c-txt--copy-lead, .c-txt--editor .c-txt--copy-lead {
  font-family: "Maax";
  font-weight: 400;
  font-size: 18px;
  line-height: 1.4;
}
@media screen and (min-width: 375px) {
  .c-txt--copy-lead, .c-txt--editor .c-txt--copy-lead {
    font-size: calc(
        18px +
          2 *
          (100vw - 375px) /
          1065
      );
  }
}
@media screen and (min-width: 1440px) {
  .c-txt--copy-lead, .c-txt--editor .c-txt--copy-lead {
    font-size: 20px;
  }
}
@media (min-width: 1024px) {
  .c-txt--copy-lead, .c-txt--editor .c-txt--copy-lead {
    line-height: 1.4;
  }
}

.c-txt--strong {
  font-weight: 500;
}

.c-variation-card {
  position: relative;
}
.c-popup .c-variation-card {
  margin-top: 1.75rem;
}
.c-popup .c-variation-card + .c-variation-card {
  margin-top: 0.5rem;
}

.c-variation-card__input {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  width: 100%;
  height: 100%;
  z-index: 5;
  cursor: pointer;
  display: none;
}
.c-popup .c-variation-card__input {
  display: block;
}
.c-variation-card__input:checked + .c-variation-card__label {
  display: flex;
  align-items: center;
}
.c-popup .c-variation-card__input:checked + .c-variation-card__label {
  align-items: flex-start;
  background: transparent;
  box-shadow: inset 0 0 0 2px #62b52d;
}

label.c-variation-card__label {
  position: relative;
  min-height: 5.625rem;
  padding: 0.75rem 1rem;
  background: #e8e8e8;
  z-index: 4;
  display: none;
  border-bottom: 1px solid #dcdcdc;
}
.c-popup label.c-variation-card__label {
  padding: 0.75rem 1.375rem;
  display: flex;
  border-bottom: none;
}

.c-variation-card__label-content {
  width: 100%;
  flex-wrap: wrap;
}

.c-variation-card__label-action {
  align-items: center;
  display: flex;
}
.c-popup .c-variation-card__label-action {
  display: none;
}

.c-variation-card__label-action__btn {
  position: relative;
}

.c-variation-card__label-disclaimer {
  width: 100%;
  color: #000000;
  font-family: "Maax";
  font-weight: 400;
  font-size: 10px;
  line-height: 1.4;
}
@media screen and (min-width: 375px) {
  .c-variation-card__label-disclaimer {
    font-size: calc(
        10px +
          4 *
          (100vw - 375px) /
          1065
      );
  }
}
@media screen and (min-width: 1440px) {
  .c-variation-card__label-disclaimer {
    font-size: 14px;
  }
}
@media (min-width: 1024px) {
  .c-variation-card__label-disclaimer {
    line-height: 1.4;
  }
}
.c-popup .c-variation-card__label-disclaimer {
  color: #606060;
  text-align: right;
}

.c-variation-card__label-data {
  width: 100%;
  display: flex;
  justify-content: space-between;
  font-family: "Maax";
  font-weight: 500;
  font-size: 16px;
  line-height: 1.4;
  color: #000000;
}
@media screen and (min-width: 375px) {
  .c-variation-card__label-data {
    font-size: calc(
        16px +
          6 *
          (100vw - 375px) /
          1065
      );
  }
}
@media screen and (min-width: 1440px) {
  .c-variation-card__label-data {
    font-size: 22px;
  }
}
@media (min-width: 1024px) {
  .c-variation-card__label-data {
    line-height: 1.4;
  }
}
.c-variation-card__label-data .price {
  display: none;
  font-family: "Maax";
  font-weight: 400;
  font-size: 16px;
  line-height: 1.4;
  font-weight: 500;
}
.c-popup .c-variation-card__label-data .price {
  display: flex;
}
@media screen and (min-width: 375px) {
  .c-variation-card__label-data .price {
    font-size: calc(
        16px +
          4 *
          (100vw - 375px) /
          1065
      );
  }
}
@media screen and (min-width: 1440px) {
  .c-variation-card__label-data .price {
    font-size: 20px;
  }
}
@media (min-width: 1024px) {
  .c-variation-card__label-data .price {
    line-height: 1.4;
  }
}
.c-variation-card__label-data .price > ins {
  text-decoration: none;
}
.c-variation-card__label-data .price > del {
  margin-left: 0;
  margin-right: 0.75rem;
}
.c-variation-card__label-data .price > del > .woocommerce-Price-amount bdi {
  font-weight: 400;
}
.c-variation-card__label-data .price .woocommerce-Price-amount bdi {
  font-family: "Maax";
  font-weight: 400;
  font-size: 16px;
  line-height: 1.4;
  font-weight: 500;
}
@media screen and (min-width: 375px) {
  .c-variation-card__label-data .price .woocommerce-Price-amount bdi {
    font-size: calc(
        16px +
          4 *
          (100vw - 375px) /
          1065
      );
  }
}
@media screen and (min-width: 1440px) {
  .c-variation-card__label-data .price .woocommerce-Price-amount bdi {
    font-size: 20px;
  }
}
@media (min-width: 1024px) {
  .c-variation-card__label-data .price .woocommerce-Price-amount bdi {
    line-height: 1.4;
  }
}

html {
  --plyr-color-main: #000000;
  --plyr-badge-background: #000000;
  --plyr-video-control-background-hover: #ffffff;
  --plyr-video-control-color-hover: #000000;
  --plyr-font-family: $font-sans-serif;
  --plyr-control-icon-size: 1rem;
}
@media (min-width: 1024px) {
  html {
    --plyr-control-icon-size: 2rem;
  }
}

.c-video {
  border-bottom: 1px solid #dcdcdc;
}
.c-video:hover .plyr__controls {
  visibility: visible;
}

.c-video__title {
  font-size: 20px;
  padding: 20px 0 25px 0;
  font-family: "Maax";
  font-weight: 500;
  font-size: 20px;
  line-height: 1.2;
  letter-spacing: -0.1;
}
@media screen and (min-width: 375px) {
  .c-video__title {
    font-size: calc(
        20px +
          8 *
          (100vw - 375px) /
          1065
      );
  }
}
@media screen and (min-width: 1440px) {
  .c-video__title {
    font-size: 28px;
  }
}
@media (min-width: 1024px) {
  .c-video__title {
    line-height: 1.2;
  }
}
@media (min-width: 1024px) {
  .c-video__title {
    letter-spacing: -0.14;
  }
}

.plyr__control {
  background: #000000;
}

.plyr__control--overlaid svg {
  fill: none;
  stroke: currentColor;
}

.plyr__controls {
  visibility: hidden;
}

.c-widget {
  position: relative;
  overflow: hidden;
}

.c-widget--product-slider.c-widget--theme-functional-900,
.c-widget--category-slider.c-widget--theme-functional-900 {
  background: #000000;
}
.c-widget--product-slider.c-widget--theme-functional-800,
.c-widget--category-slider.c-widget--theme-functional-800 {
  background: #404040;
}

.c-widget--category-slider.c-widget--theme-default {
  background: #404040;
}
.c-widget--category-slider.c-widget--theme-default .swiper-scrollbar-drag {
  background-color: #ffffff;
}

.c-widget--archive-grid {
  overflow: visible;
}

.c-widget--row > .o-wrapper, .woocommerce-account .c-widget--row > .woocommerce,
.c-widget--column > .o-wrapper,
.woocommerce-account .c-widget--column > .woocommerce {
  padding: 0;
}

/* ==========================================================================
   GLOBAL WOOCOMMERCE SETTINGS
   ========================================================================== */
.form-row--buttons-columns {
  margin-top: calc(2vw + 25.6px);
  flex-flow: column wrap;
  align-items: center;
}
@media (max-width: 320px) {
  .form-row--buttons-columns {
    margin-top: 32px;
  }
}
@media (min-width: 1920px) {
  .form-row--buttons-columns {
    margin-top: 64px;
  }
}

/* ==========================================================================
   INPUTS
   ========================================================================== */
.form-row label.checkbox span,
.woocommerce-form-row label.checkbox span {
  position: relative;
  top: 1px;
}

label:not(.checkbox).screen-reader-text {
  height: initial;
  width: initial;
  overflow: auto;
  clip-path: unset;
  clip: unset;
}
label:not(.checkbox).woocommerce-form-login__rememberme {
  position: relative;
  width: initial;
}
.tinv-modal label:not(.checkbox) {
  position: relative;
}

label.checkbox span {
  position: relative;
  top: 2px;
}

.password-input {
  width: calc(100% + 1.5rem);
  display: flex;
  flex-flow: column wrap;
}

.show-password-input {
  position: absolute;
  right: 0;
  top: 0.75rem;
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  margin-left: -1.5rem;
}
.show-password-input::before, .show-password-input::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: no-repeat 50% 50%/cover;
}
.show-password-input::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' id='icon-eye-closed' viewBox='0 0 32 32'%3E%3Cpath fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' d='M22.104 22.093c-1.76 1.34-3.9 2.08-6.11 2.11-7.2 0-11.31-8.21-11.31-8.21 1.28-2.38 3.05-4.46 5.2-6.1m3.95-1.87c.71-.16 1.44-.24 2.16-.24 7.2 0 11.31 8.21 11.31 8.21-.62 1.17-1.37 2.26-2.22 3.27m-6.91-1.09c-1.16 1.25-3.11 1.32-4.36.16s-1.32-3.11-.16-4.36l.15-.15m-9.12-9.11l22.63 22.58'/%3E%3C/svg%3E");
}
.show-password-input::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' id='icon-eye' viewBox='0 0 32 32'%3E%3Cpath fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='.965' d='M4.589 16.003s4.15-8.3 11.41-8.3 11.41 8.3 11.41 8.3-4.15 8.3-11.41 8.3-11.41-8.3-11.41-8.3z'/%3E%3Cpath fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='.965' d='M19.109 16.003c0 1.72-1.39 3.11-3.11 3.11s-3.11-1.39-3.11-3.11 1.39-3.11 3.11-3.11 3.11 1.39 3.11 3.11h0z'/%3E%3C/svg%3E");
  opacity: 0;
}
.show-password-input.display-password::before {
  opacity: 0;
}
.show-password-input.display-password::after {
  opacity: 1;
}

.woocommerce-input-wrapper {
  width: 100%;
}
.woocommerce-input-wrapper select {
  background-color: transparent;
}
body .select2-container--default .select2-selection--single .select2-selection__arrow {
  right: 0.25rem;
}
body .select2-container--default .select2-selection--single .select2-selection__arrow b {
  display: block;
  width: 1rem;
  height: 0.5rem;
  right: 0.25rem;
  border: none;
  background: no-repeat 50% 50%/cover url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 11.414 6.207'%3E%3Cg data-name='Group 497'%3E%3Cg data-name='Icon feather-arrow-right'%3E%3Cpath fill='none' stroke='%23DCDCDC' stroke-linecap='round' stroke-linejoin='round' d='m10.707.707-5 5-5-5' /%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
body .select2-container--default .select2-selection--single .select2-selection__rendered {
  padding-left: 0;
  padding-right: 0;
  font-size: 18px;
  color: #000000;
  font-weight: 600;
}
body .select2-container--default .select2-selection--single .select2-selection__rendered .select2-selection__placeholder {
  font-weight: 400;
  color: #000000;
}
body .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 11.414 6.207'%3E%3Cg data-name='Group 497'%3E%3Cg data-name='Icon feather-arrow-right'%3E%3Cpath fill='none' stroke='%23000' stroke-linecap='round' stroke-linejoin='round' d='m10.707.707-5 5-5-5' /%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

body .select2-container--open .select2-dropdown--below,
body .select2-container--open .select2-dropdown--above {
  border: none;
  border-radius: 0;
  padding: 20px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.3);
}
.select2-container--open .select2-search--dropdown {
  padding: 0;
  margin-bottom: 20px;
}
.select2-container--open .select2-search--dropdown .select2-search__field {
  border-radius: 24px;
  min-height: 40px;
  padding-left: 30px;
  padding-right: 30px;
  outline: none !important;
}
.select2-container--open .select2-results__option {
  color: #000000;
  font-size: 14px;
  font-weight: 600;
}
.select2-container--open .select2-results__option.select2-results__option--highlighted[data-selected], .select2-container--open .select2-results__option.select2-results__option--highlighted[aria-selected] {
  background: #e8e8e8;
  color: #000000;
}
.select2-container--open .select2-results__option.select2-results__option--highlighted[data-selected=true] {
  background: #000000;
  color: #ffffff;
}

.form-group--select .woocommerce-input-wrapper {
  position: relative;
}
.form-group--select .woocommerce-input-wrapper::after {
  content: "";
  z-index: -1;
  position: absolute;
  display: block;
  width: 1rem;
  height: 0.5rem;
  right: 0.25rem;
  top: 50%;
  transform: translateY(-50%);
  background: no-repeat 50% 50%/cover url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 11.414 6.207'%3E%3Cg data-name='Group 497'%3E%3Cg data-name='Icon feather-arrow-right'%3E%3Cpath fill='none' stroke='%23DCDCDC' stroke-linecap='round' stroke-linejoin='round' d='m10.707.707-5 5-5-5' /%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
.form-group--select .woocommerce-input-wrapper:focus-within::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 11.414 6.207'%3E%3Cg data-name='Group 497'%3E%3Cg data-name='Icon feather-arrow-right'%3E%3Cpath fill='none' stroke='%23000' stroke-linecap='round' stroke-linejoin='round' d='m10.707.707-5 5-5-5' /%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

.woocommerce-password-strength.short {
  color: #d32f36;
}
.woocommerce-password-strength.bad {
  color: #d32f36;
}
.woocommerce-password-strength.good {
  color: #ff9708;
}
.woocommerce-password-strength.strong {
  color: #62b52d;
}

/* ==========================================================================
   ACCOUNT GLOBAL
   ========================================================================== */
.woocommerce-account .woocommerce {
  display: flex;
  flex-flow: column wrap;
}
@media (min-width: 1024px) {
  .woocommerce-account .woocommerce {
    flex-flow: row wrap;
  }
}

.woocommerce-myAccount-wrapper {
  width: 100%;
  padding-top: calc(2.5vw + 32px);
  padding-bottom: calc(2.5vw + 32px);
}
@media (max-width: 320px) {
  .woocommerce-myAccount-wrapper {
    padding-top: 40px;
  }
}
@media (min-width: 1920px) {
  .woocommerce-myAccount-wrapper {
    padding-top: 80px;
  }
}
@media (max-width: 320px) {
  .woocommerce-myAccount-wrapper {
    padding-bottom: 40px;
  }
}
@media (min-width: 1920px) {
  .woocommerce-myAccount-wrapper {
    padding-bottom: 80px;
  }
}

.woocommerce-MyAccount-content {
  margin: 3rem 0;
}
.woocommerce-view-order .woocommerce-MyAccount-content, .woocommerce-view-shipment .woocommerce-MyAccount-content {
  display: flex;
  flex-direction: column;
}
@media (min-width: 1024px) {
  .woocommerce-MyAccount-content {
    width: 50%;
    margin-top: 4.25rem;
  }
}
@media (max-width: 1023.98px) {
  .woocommerce-MyAccount-content .woocommerce-MyAccount__dashboard-logout {
    display: none;
  }
}

.woocommerce-MyAccount-backlink {
  display: block;
  margin-bottom: 2rem;
}
@media (min-width: 1024px) {
  .woocommerce-MyAccount-backlink {
    order: -1;
    margin-bottom: 3rem;
  }
}

/* ==========================================================================
   ACCOUNT GLOBAL
   ========================================================================== */
.woocommerce-account .woocommerce {
  display: flex;
  flex-flow: column wrap;
}
@media (min-width: 1024px) {
  .woocommerce-account .woocommerce {
    flex-flow: row wrap;
  }
}

.woocommerce-myAccount-wrapper {
  width: 100%;
  padding-top: calc(2.5vw + 32px);
  padding-bottom: calc(2.5vw + 32px);
}
@media (max-width: 320px) {
  .woocommerce-myAccount-wrapper {
    padding-top: 40px;
  }
}
@media (min-width: 1920px) {
  .woocommerce-myAccount-wrapper {
    padding-top: 80px;
  }
}
@media (max-width: 320px) {
  .woocommerce-myAccount-wrapper {
    padding-bottom: 40px;
  }
}
@media (min-width: 1920px) {
  .woocommerce-myAccount-wrapper {
    padding-bottom: 80px;
  }
}

.woocommerce-MyAccount-content {
  margin: 3rem 0;
}
.woocommerce-view-order .woocommerce-MyAccount-content, .woocommerce-view-shipment .woocommerce-MyAccount-content {
  display: flex;
  flex-direction: column;
}
@media (min-width: 1024px) {
  .woocommerce-MyAccount-content {
    width: 50%;
    margin-top: 4.25rem;
  }
}
@media (max-width: 1023.98px) {
  .woocommerce-MyAccount-content .woocommerce-MyAccount__dashboard-logout {
    display: none;
  }
}

.woocommerce-MyAccount-backlink {
  display: block;
  margin-bottom: 2rem;
}
@media (min-width: 1024px) {
  .woocommerce-MyAccount-backlink {
    order: -1;
    margin-bottom: 3rem;
  }
}

/* ==========================================================================
   DASHBOARD
   ========================================================================== */
.woocommerce-MyAccount__title {
  font-family: "Maax";
  font-weight: 500;
  font-size: 24px;
  line-height: 1.2;
  letter-spacing: -0.12;
}
@media screen and (min-width: 375px) {
  .woocommerce-MyAccount__title {
    font-size: calc(
        24px +
          8 *
          (100vw - 375px) /
          1065
      );
  }
}
@media screen and (min-width: 1440px) {
  .woocommerce-MyAccount__title {
    font-size: 32px;
  }
}
@media (min-width: 1024px) {
  .woocommerce-MyAccount__title {
    line-height: 1.2;
  }
}
@media (min-width: 1024px) {
  .woocommerce-MyAccount__title {
    letter-spacing: -0.16;
  }
}

/* ==========================================================================
   NAVIGATION
   ========================================================================== */
.woocommerce-MyAccount-navigation {
  margin-top: 2rem;
}
.woocommerce-MyAccount-navigation ul {
  margin: 0;
  display: flex;
  flex-direction: column;
}
@media (min-width: 1024px) {
  .woocommerce-MyAccount-navigation {
    width: 25%;
    position: sticky;
    align-self: flex-start;
    top: var(--header-height);
    margin-top: 4.25rem;
    margin-bottom: 3rem;
  }
}
@media (max-width: 1023.98px) {
  .woocommerce-MyAccount-navigation {
    margin-bottom: 2rem;
    order: 1;
  }
  .woocommerce-MyAccount-navigation.collapse {
    position: sticky;
    top: 0;
    left: 0;
    width: calc(100% + 3rem);
    z-index: 10;
    background-color: #fff;
    margin: 0 -1.5rem;
    padding: 0 1.5rem;
    order: revert;
    border-bottom: 1px solid #dcdcdc;
  }
  .woocommerce-MyAccount-navigation.is-open {
    padding-bottom: 2rem;
  }
}

.woocommerce-MyAccount-navigation__button {
  border-radius: 0;
  background-color: transparent;
  padding: 0;
  width: 3.5rem;
  height: 3.5rem;
  margin-left: -3.5rem;
  flex-shrink: 0;
  color: #000;
  border: none;
  pointer-events: none;
  z-index: 0;
}
.woocommerce-MyAccount-navigation__button svg {
  transition: transform 150ms cubic-bezier(0.7, 0.6, 0.1, 0.8);
}
.woocommerce-MyAccount-navigation__button:hover, .woocommerce-MyAccount-navigation__button:active, .woocommerce-MyAccount-navigation__button:focus {
  background-color: transparent;
  color: revert;
}
.collapse .is-active > .woocommerce-MyAccount-navigation__button {
  z-index: 1;
}
.collapse .is-active > .woocommerce-MyAccount-navigation__button svg {
  transform: rotate(90deg);
}
.collapse.is-open .is-active > .woocommerce-MyAccount-navigation__button svg {
  transform: rotate(-90deg);
}
.collapse .woocommerce-MyAccount-navigation__button {
  pointer-events: revert;
}
@media (min-width: 1024px) {
  .woocommerce-MyAccount-navigation__button {
    display: none;
  }
}

/* Links (List element)
   ========================================================================== */
.woocommerce-MyAccount-navigation-link {
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.woocommerce-MyAccount-navigation-link:last-of-type, .woocommerce-MyAccount-navigation-link:nth-last-of-type(2) {
  border-bottom: none;
}
.woocommerce-MyAccount-navigation-link.is-active {
  transform: none;
  border-bottom: 1px solid #dcdcdc;
}
.woocommerce-MyAccount-navigation-link.is-active a {
  z-index: 0;
}
.woocommerce-MyAccount-navigation-link a {
  width: calc(100% + 3.5rem);
  flex: 1;
  z-index: 1;
  color: currentColor;
}
@media (max-width: 1023.98px) {
  .woocommerce-MyAccount-navigation-link.is-active {
    order: -1;
  }
  .collapse .woocommerce-MyAccount-navigation-link {
    position: absolute;
    visibility: hidden;
  }
  .collapse .woocommerce-MyAccount-navigation-link.is-active {
    position: relative;
    visibility: visible;
    border-bottom: none;
  }
  .is-open .woocommerce-MyAccount-navigation-link {
    position: relative;
    visibility: visible;
  }
  .is-open .woocommerce-MyAccount-navigation-link.is-active {
    border-bottom: 1px solid #dcdcdc;
  }
}
@media (min-width: 1024px) {
  .woocommerce-MyAccount-navigation-link {
    padding: 0.5rem 0;
  }
  .woocommerce-MyAccount-navigation-link:first-of-type {
    padding-top: 0;
  }
  .woocommerce-MyAccount-navigation-link.is-active {
    color: #606060;
    border-bottom: none;
  }
}

@media (max-width: 1023.98px) {
  .woocommerce-MyAccount-navigation-link--customer-logout {
    margin-top: 2rem;
    justify-content: center;
    border-bottom: none;
    text-align: center;
  }
  .woocommerce-MyAccount-navigation-link--customer-logout a {
    justify-content: center;
    width: revert;
    min-width: 15rem;
    flex: initial;
  }
}
@media (min-width: 1024px) {
  .woocommerce-MyAccount-navigation-link--customer-logout a {
    padding: revert;
    border: revert;
    background: revert;
    line-height: 1.5;
  }
  .woocommerce-MyAccount-navigation-link--customer-logout a:hover, .woocommerce-MyAccount-navigation-link--customer-logout a:active, .woocommerce-MyAccount-navigation-link--customer-logout a:focus {
    background: revert;
  }
}
/* Links (a element)
   ========================================================================== */
/* ==========================================================================
   ORDERS
   ========================================================================== */
.woocommerce-orders-table__row {
  display: grid;
  grid-template: [row1-start] "icon header" auto [row1-end] [row2-start] "icon header" auto [row2-end] [row3-start] "icon content" auto [row3-end] [row4-start] "icon content" auto [row4-end]/3rem 1fr;
  margin-bottom: 1.25rem;
  padding-top: 1rem;
  border-top: 1px solid #dcdcdc;
}
.woocommerce-orders-table__row:last-of-type {
  margin-bottom: 0;
}
.my_account_subscriptions .woocommerce-orders-table__row {
  display: flex;
  margin-bottom: 0;
  flex-direction: column;
  border-top: none;
  padding-top: 0;
}
.my_account_subscriptions .woocommerce-orders-table__row + .woocommerce-orders-table__row {
  padding-top: 2rem;
}
@media (min-width: 1024px) {
  .my_account_subscriptions .woocommerce-orders-table__row {
    flex-direction: row;
    padding: 1rem 0;
  }
  .my_account_subscriptions .woocommerce-orders-table__row + .woocommerce-orders-table__row {
    padding-top: 1rem;
  }
}

.woocommerce-orders-table__cell-order-number {
  display: none;
}

.woocommerce-orders-table__cell-order-icon {
  grid-area: icon;
}

.woocommerce-orders-table__cell-order-date,
.woocommerce-orders-table__cell-order-items,
.woocommerce-orders-table__cell-order-total,
.woocommerce-orders-table__cell-order-actions {
  grid-column: 2/3;
}

.woocommerce-orders-table__cell-order-date {
  grid-row: row1-start/row1-end;
}

.woocommerce-orders-table__cell-order-items {
  grid-row: row2-start/row2-end;
  margin-bottom: 0.5rem;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid #dcdcdc;
}

.woocommerce-orders-table__cell-order-total {
  grid-row: row3-start/row3-end;
  display: flex;
  justify-content: space-between;
  margin-bottom: 1rem;
}
.woocommerce-orders-table__cell-order-total > span:first-of-type {
  color: #a9a9a9;
}
.woocommerce-orders-table__cell-order-total .woocommerce-Price-amount {
  font-size: calc(0.3125vw + 12px);
  font-weight: 500;
}
@media (max-width: 320px) {
  .woocommerce-orders-table__cell-order-total .woocommerce-Price-amount {
    font-size: 13px;
  }
}
@media (min-width: 1920px) {
  .woocommerce-orders-table__cell-order-total .woocommerce-Price-amount {
    font-size: 18px;
  }
}
@media (min-width: 1024px) {
  .my_account_subscriptions .woocommerce-orders-table__cell-order-total {
    flex-flow: column wrap;
    justify-content: revert;
  }
}

.woocommerce-orders-table__cell-order-actions {
  grid-row: row4-start/row4-end;
  display: flex;
  flex-direction: column;
}
.woocommerce-orders-table__cell-order-actions .woocommerce-button {
  all: revert;
  font-family: "Maax";
  font-weight: 400;
  font-size: 14px;
  line-height: 1.4;
  font-weight: 500;
  color: #000;
}
@media screen and (min-width: 375px) {
  .woocommerce-orders-table__cell-order-actions .woocommerce-button {
    font-size: calc(
        14px +
          2 *
          (100vw - 375px) /
          1065
      );
  }
}
@media screen and (min-width: 1440px) {
  .woocommerce-orders-table__cell-order-actions .woocommerce-button {
    font-size: 16px;
  }
}
@media (min-width: 1024px) {
  .woocommerce-orders-table__cell-order-actions .woocommerce-button {
    line-height: 1.4;
  }
}
.woocommerce-orders-table__cell-order-actions .woocommerce-button + .woocommerce-button {
  margin-top: 0.5rem;
}

/* Subscriptions
   ========================================================================== */
.my_account_subscriptions.shop_table tbody {
  display: flex;
  flex-direction: column;
}
.my_account_subscriptions.shop_table .woocommerce-Price-amount {
  color: #000;
}
.my_account_subscriptions.shop_table .subscription-status {
  font-family: "Maax";
  font-weight: 400;
  font-size: 14px;
  line-height: 1.4;
  font-weight: 500;
}
@media screen and (min-width: 375px) {
  .my_account_subscriptions.shop_table .subscription-status {
    font-size: calc(
        14px +
          2 *
          (100vw - 375px) /
          1065
      );
  }
}
@media screen and (min-width: 1440px) {
  .my_account_subscriptions.shop_table .subscription-status {
    font-size: 16px;
  }
}
@media (min-width: 1024px) {
  .my_account_subscriptions.shop_table .subscription-status {
    line-height: 1.4;
  }
}
.my_account_subscriptions.shop_table td {
  font-family: "Maax";
  font-weight: 400;
  font-size: 14px;
  line-height: 1.4;
  margin: 0;
  padding: 0.5rem 0;
  border-top: 1px solid #dcdcdc;
}
@media screen and (min-width: 375px) {
  .my_account_subscriptions.shop_table td {
    font-size: calc(
        14px +
          2 *
          (100vw - 375px) /
          1065
      );
  }
}
@media screen and (min-width: 1440px) {
  .my_account_subscriptions.shop_table td {
    font-size: 16px;
  }
}
@media (min-width: 1024px) {
  .my_account_subscriptions.shop_table td {
    line-height: 1.4;
  }
}
.my_account_subscriptions.shop_table td:nth-child(2) {
  border-top: none;
}
@media (min-width: 1024px) {
  .my_account_subscriptions.shop_table tr {
    border-bottom: 1px solid #dcdcdc;
  }
  .my_account_subscriptions.shop_table tr:last-of-type {
    border-bottom: none;
  }
  .my_account_subscriptions.shop_table td {
    border: none;
    padding: 0;
  }
  .my_account_subscriptions.shop_table td:nth-of-type(1n + 3) {
    margin-left: 2rem;
  }
  .my_account_subscriptions.shop_table td:last-of-type {
    margin-left: auto;
  }
}

.woocommerce-view-subscription .subscription_details {
  display: block;
}
.woocommerce-view-subscription .subscription_details tbody {
  display: block;
}
.woocommerce-view-subscription .subscription_details tr {
  display: flex;
  flex-direction: column;
  padding: 0;
  margin-bottom: 1rem;
}
.woocommerce-view-subscription .subscription_details td:first-of-type {
  font-weight: 500;
}
.woocommerce-view-subscription .subscription_details .button {
  all: revert;
  font: inherit;
  font-weight: 500;
  color: #000;
}
@media (min-width: 1024px) {
  .woocommerce-view-subscription .subscription_details {
    padding-bottom: 2rem;
    margin: 0;
  }
  .woocommerce-view-subscription .subscription_details tr {
    flex-direction: row;
    justify-content: space-between;
    margin-bottom: 0;
  }
}
.woocommerce-view-subscription .order_details {
  display: block;
  text-align: left;
  margin: 0;
  padding-bottom: 2rem;
}
.woocommerce-view-subscription .order_details tbody {
  display: flex;
  flex-direction: column;
}
.woocommerce-view-subscription .order_details tr.order_item {
  display: flex;
}
.woocommerce-view-subscription .order_details td {
  display: flex;
  justify-content: space-between;
}
.woocommerce-view-subscription .order_details td.product-name {
  display: block;
  justify-content: revert;
  width: 60%;
}
.woocommerce-view-subscription .order_details td.product-name strong {
  margin-left: 0.25rem;
  white-space: nowrap;
}
.woocommerce-view-subscription .order_details td.product-total {
  flex-direction: column;
  justify-content: revert;
  text-align: right;
  margin-left: auto;
}
.woocommerce-view-subscription .order_details .product-quantity {
  padding: 0;
  border: none;
  margin: 0;
}
.woocommerce-view-subscription .order_details .woocommerce-Price-amount {
  font-weight: 500;
}
.woocommerce-view-subscription .order_details tfoot {
  display: block;
  margin-top: 2rem;
}
.woocommerce-view-subscription .order_details tfoot tr {
  display: flex;
  justify-content: space-between;
}
.woocommerce-view-subscription .order_details tfoot tr:nth-of-type(2) td {
  flex-direction: column;
  justify-content: revert;
  align-items: flex-end;
}
@media (min-width: 1024px) {
  .woocommerce-view-subscription .order_details td.product-name {
    display: flex;
  }
}

/* ==========================================================================
   Account Orders Pagination
   ========================================================================== */
.woocommerce-myAccount-pagination {
  margin-top: 2rem;
  display: flex;
  justify-content: space-between;
}

.woocommerce-myAccount-pagination__link {
  text-decoration: none;
}
.woocommerce-myAccount-pagination__link[disabled] {
  pointer-events: none;
  color: #a9a9a9;
}

/* ==========================================================================
   SINGLE ORDER
   ========================================================================== */
.woocommerce-view-order .button {
  all: revert;
  font-family: "Maax";
  font-weight: 400;
  font-size: 14px;
  line-height: 1.4;
  color: #000;
  font-weight: 500;
}
@media screen and (min-width: 375px) {
  .woocommerce-view-order .button {
    font-size: calc(
        14px +
          2 *
          (100vw - 375px) /
          1065
      );
  }
}
@media screen and (min-width: 1440px) {
  .woocommerce-view-order .button {
    font-size: 16px;
  }
}
@media (min-width: 1024px) {
  .woocommerce-view-order .button {
    line-height: 1.4;
  }
}

.woocommerce-order-details {
  padding: 1rem 0 2rem;
}

.sab-documents-download {
  padding-top: 2rem;
}

.woocommerce-table--order-details,
.woocommerce-table--shipment-details {
  border-top: 1px solid #dcdcdc;
  display: flex;
  flex-direction: column;
  width: 100%;
}
.woocommerce-table--order-details .woocommerce-Price-amount,
.woocommerce-table--shipment-details .woocommerce-Price-amount {
  display: block;
}
.woocommerce-table--order-details tbody,
.woocommerce-table--shipment-details tbody {
  display: flex;
  width: 100%;
  flex-direction: column;
}
.woocommerce-table--order-details tfoot,
.woocommerce-table--shipment-details tfoot {
  border-top: 1px solid #dcdcdc;
  padding-top: 1rem;
  display: flex;
  flex-direction: column;
}
.woocommerce-table--order-details tfoot tr,
.woocommerce-table--shipment-details tfoot tr {
  text-align: left;
  display: flex;
  justify-content: space-between;
}
.woocommerce-table--order-details .woocommerce-table__line-item,
.woocommerce-table--shipment-details .woocommerce-table__line-item {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 0.5rem 0;
}
.woocommerce-table--order-details .woocommerce-table__line-item + .woocommerce-table__line-item,
.woocommerce-table--shipment-details .woocommerce-table__line-item + .woocommerce-table__line-item {
  border-top: 1px solid #dcdcdc;
}
.woocommerce-table--order-details .woocommerce-table__product-name,
.woocommerce-table--shipment-details .woocommerce-table__product-name {
  display: block;
  width: 60%;
}
.woocommerce-table--order-details .woocommerce-table__product-name a,
.woocommerce-table--shipment-details .woocommerce-table__product-name a {
  text-decoration: none;
  font-weight: 400;
}
.woocommerce-table--order-details .product-quantity,
.woocommerce-table--shipment-details .product-quantity {
  margin: 0;
  border: none;
  padding: 0;
}
.woocommerce-table--order-details .woocommerce-Price-amount,
.woocommerce-table--shipment-details .woocommerce-Price-amount {
  font-weight: 500;
}

.woocommerce-shipments-table,
.woocommerce-shipments-table tbody,
.woocommerce-shipments-table tr {
  display: flex;
  width: 100%;
}
.woocommerce-shipments-table td {
  margin-left: 1rem;
}
.woocommerce-shipments-table td:nth-child(2) {
  margin-left: 0;
}
.woocommerce-shipments-table td.woocommerce-shipments-table__cell-shipment-number {
  display: none;
}
.woocommerce-shipments-table td.woocommerce-shipments-table__cell-shipment-actions {
  margin-left: auto;
}

/* ==========================================================================
   WISHLIST
   ========================================================================== */
.woocommerce-wishlist .tinv-wishlist {
  flex-flow: column wrap;
  /* Shared
   ========================================================================== */
  /* Product tease
   ========================================================================== */
}
.woocommerce-wishlist .tinv-wishlist .tinv-header h2,
.woocommerce-wishlist .tinv-wishlist thead,
.woocommerce-wishlist .tinv-wishlist table.tinvwl-table-manage-list .wishlist_item td.product-cb,
.woocommerce-wishlist .tinv-wishlist table.tinvwl-table-manage-list .wishlist_item td.product-quantity,
.woocommerce-wishlist .tinv-wishlist tfoot .look_in button:not([value=product_all]),
.woocommerce-wishlist .tinv-wishlist .tinvwl-estimate-wrap {
  display: none;
}
.woocommerce-wishlist .tinv-wishlist table td,
.woocommerce-wishlist .tinv-wishlist table th {
  padding: 0;
}
.woocommerce-wishlist .tinv-wishlist table.tinvwl-table-manage-list {
  /* Footer
   ========================================================================== */
  /* Modal
   ========================================================================== */
  /* Buttons, Inputs
   ========================================================================== */
}
.woocommerce-wishlist .tinv-wishlist table.tinvwl-table-manage-list tbody {
  display: block;
}
.woocommerce-wishlist .tinv-wishlist table.tinvwl-table-manage-list .wishlist_item {
  position: relative;
  display: grid;
  grid-template: [row1-start] "thumbnail content" auto [row1-end] [row2-start] "thumbnail content" auto [row2-end] [row3-start] "thumbnail content" auto [row3-end] [row4-start] "thumbnail content" auto [row4-end]/5rem auto;
  margin-bottom: 1.25rem;
  padding-top: 1rem;
  border-top: 1px solid #dcdcdc;
}
.woocommerce-wishlist .tinv-wishlist table.tinvwl-table-manage-list .wishlist_item td {
  width: revert;
  display: block;
  padding: 0.25rem 0.75rem;
}
.woocommerce-wishlist .tinv-wishlist table.tinvwl-table-manage-list .wishlist_item td.product-thumbnail {
  position: relative;
  grid-area: thumbnail;
  width: 100%;
  height: 5rem;
  min-width: 0;
  min-height: 0;
  padding: 0.25rem;
}
.woocommerce-wishlist .tinv-wishlist table.tinvwl-table-manage-list .wishlist_item td.product-thumbnail::before {
  content: "";
  position: absolute;
  display: block;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.1);
}
.woocommerce-wishlist .tinv-wishlist table.tinvwl-table-manage-list .wishlist_item td.product-thumbnail a {
  display: block;
  width: 100%;
}
.woocommerce-wishlist .tinv-wishlist table.tinvwl-table-manage-list .wishlist_item td.product-thumbnail img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
}
.woocommerce-wishlist .tinv-wishlist table.tinvwl-table-manage-list .wishlist_item td.product-name, .woocommerce-wishlist .tinv-wishlist table.tinvwl-table-manage-list .wishlist_item td.product-price, .woocommerce-wishlist .tinv-wishlist table.tinvwl-table-manage-list .wishlist_item td.product-stock, .woocommerce-wishlist .tinv-wishlist table.tinvwl-table-manage-list .wishlist_item td.product-action {
  grid-area: content;
  grid-row: auto/span 1;
}
.woocommerce-wishlist .tinv-wishlist table.tinvwl-table-manage-list .wishlist_item td.product-action {
  text-align: left;
  margin-top: 1rem;
  padding-top: 1.5rem;
  border-top: 1px solid #dcdcdc;
}
.woocommerce-wishlist .tinv-wishlist table.tinvwl-table-manage-list .wishlist_item td.product-remove {
  padding: 0;
  position: absolute;
  top: 1rem;
  right: 0;
}
.woocommerce-wishlist .tinv-wishlist table.tinvwl-table-manage-list .wishlist_item td.product-remove button {
  cursor: pointer;
  background-color: transparent;
  padding: 0;
  width: revert;
  height: revert;
}
.woocommerce-wishlist .tinv-wishlist table.tinvwl-table-manage-list .wishlist_item td.product-remove button i {
  display: none;
}
.woocommerce-wishlist .tinv-wishlist table.tinvwl-table-manage-list .wishlist_item td.product-remove button::before {
  content: "";
  position: relative;
  display: block;
  content: "×";
  font-weight: 400;
}
.woocommerce-wishlist .tinv-wishlist table.tinvwl-table-manage-list .wishlist_item td.product-quantity {
  display: none;
}
.woocommerce-wishlist .tinv-wishlist table.tinvwl-table-manage-list .wishlist_item td.product-name a {
  text-decoration: none;
}
@media (min-width: 1024px) {
  .woocommerce-wishlist .tinv-wishlist table.tinvwl-table-manage-list .wishlist_item {
    margin-bottom: 2.5rem;
  }
}
.woocommerce-wishlist .tinv-wishlist table.tinvwl-table-manage-list tfoot .look_in {
  all: revert;
}
.woocommerce-wishlist .tinv-wishlist table.tinvwl-table-manage-list button[name=tinvwl-add-to-cart] {
  width: initial;
}

/* ==========================================================================
   MEDIA
   ========================================================================== */
.media img {
  max-width: 100%;
  height: auto;
}

/* ==========================================================================
   NOTICES
   ========================================================================== */
.woocommerce-notices-wrapper {
  width: 100%;
  z-index: 6;
}
.woocommerce-notices-wrapper > * + * {
  margin-top: 1rem;
}
@media (min-width: 1024px) {
  .woocommerce-notices-wrapper {
    position: fixed;
    right: 0;
    max-width: 40rem;
  }
}

.woocommerce-message {
  font-family: "Maax";
  font-weight: 400;
  font-size: 14px;
  line-height: 1.4;
  list-style: none;
  margin: 0;
}
@media screen and (min-width: 375px) {
  .woocommerce-message {
    font-size: calc(
        14px +
          2 *
          (100vw - 375px) /
          1065
      );
  }
}
@media screen and (min-width: 1440px) {
  .woocommerce-message {
    font-size: 16px;
  }
}
@media (min-width: 1024px) {
  .woocommerce-message {
    line-height: 1.4;
  }
}
.woocommerce-message .button {
  order: 1;
  flex: 1 0 auto;
  align-self: flex-start;
  margin-top: 1rem;
}
.woocommerce-notices-wrapper .woocommerce-message,
.woocommerce-message li {
  background-color: #62b52d;
  padding: 1rem;
  display: flex;
  flex-flow: column wrap;
}
.woocommerce-message li {
  padding: 0;
}
@media (min-width: 1024px) {
  .woocommerce-message .button {
    margin-top: 0;
    margin-left: 1rem;
  }
  .woocommerce-notices-wrapper .woocommerce-message,
.woocommerce-message li {
    flex-flow: row nowrap;
    align-items: center;
  }
}

.woocommerce-info {
  font-family: "Maax";
  font-weight: 400;
  font-size: 14px;
  line-height: 1.4;
  list-style: none;
  margin: 0;
}
@media screen and (min-width: 375px) {
  .woocommerce-info {
    font-size: calc(
        14px +
          2 *
          (100vw - 375px) /
          1065
      );
  }
}
@media screen and (min-width: 1440px) {
  .woocommerce-info {
    font-size: 16px;
  }
}
@media (min-width: 1024px) {
  .woocommerce-info {
    line-height: 1.4;
  }
}
.woocommerce-info .button {
  order: 1;
  flex: 1 0 auto;
  align-self: flex-start;
  margin-top: 1rem;
}
.woocommerce-notices-wrapper .woocommerce-info,
.woocommerce-info li {
  background-color: #29bbe3;
  padding: 1rem;
  display: flex;
  flex-flow: column wrap;
}
.woocommerce-info li {
  padding: 0;
}
@media (min-width: 1024px) {
  .woocommerce-info .button {
    margin-top: 0;
    margin-left: 1rem;
  }
  .woocommerce-notices-wrapper .woocommerce-info,
.woocommerce-info li {
    flex-flow: row nowrap;
    align-items: center;
  }
}

.woocommerce-error {
  font-family: "Maax";
  font-weight: 400;
  font-size: 14px;
  line-height: 1.4;
  list-style: none;
  margin: 0;
}
@media screen and (min-width: 375px) {
  .woocommerce-error {
    font-size: calc(
        14px +
          2 *
          (100vw - 375px) /
          1065
      );
  }
}
@media screen and (min-width: 1440px) {
  .woocommerce-error {
    font-size: 16px;
  }
}
@media (min-width: 1024px) {
  .woocommerce-error {
    line-height: 1.4;
  }
}
.woocommerce-error .button {
  order: 1;
  flex: 1 0 auto;
  align-self: flex-start;
  margin-top: 1rem;
}
.woocommerce-notices-wrapper .woocommerce-error,
.woocommerce-error li {
  background-color: #d32f36;
  padding: 1rem;
  display: flex;
  flex-flow: column wrap;
}
.woocommerce-error li {
  padding: 0;
}
@media (min-width: 1024px) {
  .woocommerce-error .button {
    margin-top: 0;
    margin-left: 1rem;
  }
  .woocommerce-notices-wrapper .woocommerce-error,
.woocommerce-error li {
    flex-flow: row nowrap;
    align-items: center;
  }
}

/* ==========================================================================
   WISHLIST
   ========================================================================== */
/* ==========================================================================
   CART
   ========================================================================== */
.woocommerce-cart .woocommerce {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
}
@media (min-width: 768px) {
  .woocommerce-cart .woocommerce {
    justify-content: flex-end;
  }
}
.woocommerce-cart .woocommerce .woocommerce-notices-wrapper {
  width: 100%;
}
.woocommerce-cart .woocommerce .woocommerce-cart-form {
  width: 100%;
}
@media (min-width: 768px) {
  .woocommerce-cart .woocommerce .woocommerce-cart-form {
    width: 66%;
  }
}
@media (min-width: 1200px) {
  .woocommerce-cart .woocommerce .woocommerce-cart-form {
    width: 50%;
  }
}
.woocommerce-cart .woocommerce .cart-collaterals {
  width: 100%;
}
@media (min-width: 768px) {
  .woocommerce-cart .woocommerce .cart-collaterals {
    width: 33%;
  }
}
@media (min-width: 1200px) {
  .woocommerce-cart .woocommerce .cart-collaterals {
    width: 25%;
  }
}

.woocommerce-cart-form {
  padding: 0 1rem;
}

.shop_table thead {
  display: none;
}
.shop_table .actions {
  display: none;
}

.cart_item {
  border-top: 1px solid #dcdcdc;
  padding-top: calc(0.125vw + 15.6px);
  padding-bottom: calc(2.375vw + 8.4px);
  display: grid;
  position: relative;
  gap: 0 12px;
  grid-template-columns: fit-content(80px) 1fr;
  grid-auto-rows: minmax(min-content, max-content);
  grid-template-areas: "product_thumbnail product_name" "product_thumbnail product_price" "product_thumbnail product_subtotal" "product_thumbnail product_quantity";
}
@media (max-width: 320px) {
  .cart_item {
    padding-top: 16px;
  }
}
@media (min-width: 1920px) {
  .cart_item {
    padding-top: 18px;
  }
}
@media (max-width: 320px) {
  .cart_item {
    padding-bottom: 16px;
  }
}
@media (min-width: 1920px) {
  .cart_item {
    padding-bottom: 54px;
  }
}
@media all and (-ms-high-contrast: none) {
  .cart_item {
    display: -ms-grid;
    -ms-grid-columns: 1fr 1fr;
    -ms-grid-rows: 1fr 1fr 1fr 1fr;
    gap: 0 12px;
  }
}
.cart_item .product-name {
  grid-area: product_name;
}
@media all and (-ms-high-contrast: none) {
  .cart_item .product-name {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 2;
    -ms-grid-column-span: 2;
  }
}
.cart_item .product-thumbnail {
  grid-area: product_thumbnail;
}
@media all and (-ms-high-contrast: none) {
  .cart_item .product-thumbnail {
    -ms-grid-row: 1;
    -ms-grid-row-span: 4;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
  }
}
.cart_item .product-price {
  grid-area: product_price;
}
@media all and (-ms-high-contrast: none) {
  .cart_item .product-price {
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
  }
}
.cart_item .product-quantity {
  grid-area: product_quantity;
}
@media all and (-ms-high-contrast: none) {
  .cart_item .product-quantity {
    -ms-grid-row: 3;
    -ms-grid-row-span: 1;
    -ms-grid-column: 2;
    -ms-grid-column-span: 0;
  }
}
.cart_item .product-subtotal {
  grid-area: product_subtotal;
}
@media all and (-ms-high-contrast: none) {
  .cart_item .product-subtotal {
    -ms-grid-row: 4;
    -ms-grid-row-span: 1;
    -ms-grid-column: 2;
    -ms-grid-column-span: -1;
  }
}
.cart_item .product-remove {
  position: absolute;
  right: 0;
  top: 15px;
}
.cart_item .product-remove a {
  color: transparent !important;
  position: relative;
  width: 16px;
  height: 16px;
  display: flex;
}
.cart_item .product-remove a:after, .cart_item .product-remove a:before {
  content: "";
  position: absolute;
  width: 16px;
  height: 1px;
  background: #000000;
  border-radius: 50%;
  transform-origin: center center;
  transform: rotate(45deg) translate(0, -50%);
}
.cart_item .product-remove a:before {
  transform: rotate(-45deg);
}
.cart_item .product-thumbnail img {
  width: 80px;
  height: 80px;
  object-fit: cover;
}
.cart_item .product-name {
  font-weight: 500;
}
.cart_item .product-name a {
  text-decoration: none;
}
.cart_item .product-brand {
  display: block;
  font-weight: 400;
}
.cart_item .product-price ins,
.cart_item .product-price del {
  text-decoration: none;
}
.cart_item .product-price del bdi {
  position: relative;
}
.cart_item .product-price del bdi:after {
  top: 50%;
  left: 0;
  content: "";
  height: 1.5px;
  width: 100%;
  display: block;
  transform: translateY(-50%);
  background: #d32f36;
  position: absolute;
}
.cart_item .product-price del + ins .product-total-price {
  display: none;
}
.cart_item .product-price del + ins bdi {
  color: #000000;
  font-weight: 500;
}
.cart_item .product-price > .woocommerce-Price-amount.amount.amount--single > bdi {
  color: #000000;
  font-weight: 500;
}
.cart_item .woocommerce-Price-amount.amount,
.cart_item .product-unit-price,
.cart_item .product-variant,
.cart_item .product-sku,
.cart_item .wc-gzd-cart-info.delivery-time-info,
.cart_item .wc-gzd-cart-info.units-info {
  width: 100%;
  display: block;
  font-weight: 400;
  color: #a9a9a9;
}
.cart_item .woocommerce-Price-amount.amount bdi,
.cart_item .product-unit-price bdi,
.cart_item .product-variant bdi,
.cart_item .product-sku bdi,
.cart_item .wc-gzd-cart-info.delivery-time-info bdi,
.cart_item .wc-gzd-cart-info.units-info bdi {
  margin-left: auto;
}
.cart_item .woocommerce-Price-amount.amount del,
.cart_item .woocommerce-Price-amount.amount ins,
.cart_item .product-unit-price del,
.cart_item .product-unit-price ins,
.cart_item .product-variant del,
.cart_item .product-variant ins,
.cart_item .product-sku del,
.cart_item .product-sku ins,
.cart_item .wc-gzd-cart-info.delivery-time-info del,
.cart_item .wc-gzd-cart-info.delivery-time-info ins,
.cart_item .wc-gzd-cart-info.units-info del,
.cart_item .wc-gzd-cart-info.units-info ins {
  display: block;
}
.cart_item .woocommerce-Price-amount.amount {
  margin-bottom: 0 !important;
}
.cart_item .product-variant {
  padding-top: 10px;
  border-top: 1px solid #dcdcdc;
  margin-top: 16px;
  display: flex;
}
.cart_item .product-variant span {
  margin-left: auto;
  font-weight: 500;
  color: #000000;
}
.cart_item .product-unit-price > span {
  display: flex;
}
.cart_item .product-unit-price .woocommerce-Price-amount.amount {
  display: flex;
}
.cart_item .product-unit-price .woocommerce-Price-amount.amount .product-subtotal-price {
  display: none;
}
.cart_item .product-subtotal > .subscription-price > .amount.amount--single,
.cart_item .product-subtotal > .amount.amount--single {
  display: none;
}
.cart_item .product-subtotal > .subscription-price > .amount.amount--single + .subscription-details,
.cart_item .product-subtotal > .amount.amount--single + .subscription-details {
  display: none;
}
.cart_item .product-subtotal > .woocommerce-Price-amount.amount .product-subtotal-price + bdi {
  font-weight: 500;
  color: #000000;
}
.cart_item .wc-gzd-cart-info.delivery-time-info,
.cart_item .product-unit-price,
.cart_item .woocommerce-Price-amount.amount {
  display: flex;
  margin-bottom: 0;
}
.cart_item .wc-gzd-cart-info.delivery-time-info > span,
.cart_item .product-unit-price > span,
.cart_item .woocommerce-Price-amount.amount > span {
  margin-left: auto;
}
.cart_item .wc-gzd-cart-info.units-info {
  color: #000000;
  margin-bottom: 0 !important;
}
.cart_item .wc-gzd-cart-info.delivery-time-info {
  padding-top: 10px;
  border-top: 1px solid #dcdcdc;
  margin-top: 16px;
}
.cart_item .wc-gzd-cart-info.delivery-time-info > span {
  color: #000000;
}
.cart_item .subscription-details {
  display: block;
  text-align: right;
  max-width: 190px;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cart_item .subscription-details {
    max-width: 250px;
  }
}
.cart_item .subscription-details .product-subtotal-price,
.cart_item .subscription-details .product-total-price {
  display: none;
}
.cart_item .subscription-details .woocommerce-Price-amount.amount {
  width: auto;
  margin: 0 2px;
  display: inline-block;
}
.cart_item .subscription-details .woocommerce-Price-amount.amount bdi {
  color: #000000;
  font-weight: 500;
}

.cart-collaterals {
  padding: 22px 1rem 22px;
}
@media (min-width: 768px) {
  .cart-collaterals {
    padding-top: 0;
  }
}
.cart-collaterals .cart_totals {
  border-top: 1px solid #dcdcdc;
}
@media (min-width: 768px) {
  .cart-collaterals .cart_totals {
    padding-top: 22px;
  }
}
.cart-collaterals .cart_totals h2 {
  display: none;
}
.cart-collaterals .cart_totals .recurring-totals {
  padding-top: 10px;
  border-top: 1px solid #dcdcdc;
  margin-top: 16px;
}
.cart-collaterals .cart_totals .recurring-totals th {
  font-weight: 500;
}
.cart-collaterals .cart_totals .recurring-total {
  text-align: right;
}
.cart-collaterals .cart_totals .recurring-total .includes_tax {
  display: block;
}
.cart-collaterals .shop_table tr {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 0 !important;
}
.cart-collaterals .shop_table tr th {
  font-weight: 400;
}
.cart-collaterals .wc-proceed-to-checkout {
  text-align: center;
}
@media (min-width: 768px) {
  .cart-collaterals .wc-proceed-to-checkout {
    text-align: right;
  }
}

/* ==========================================================================
   # CART - QUANTITY INPUT
   ========================================================================== */
.product-quantity {
  padding-top: 10px;
  border-top: 1px solid #dcdcdc;
  margin-top: 16px;
}
.product-quantity .tinvwl-shortcode-add-to-cart {
  margin-right: auto;
  justify-content: flex-start;
}

.quantity-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.quantity-wrapper .quantity-label {
  text-align: center;
  justify-content: center;
  margin: 0 20px;
}
.quantity {
  display: flex;
  /* Firefox */
}
.quantity label {
  display: none;
}
.quantity input {
  border: none;
  text-align: center;
  pointer-events: none;
  font-family: "Maax", -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", "Roboto", "Helvetica Neue", "Arial", sans-serif;
  font-weight: 500;
  margin-bottom: 0 !important;
}
.quantity input::-webkit-outer-spin-button,
.quantity input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.quantity input[type=number] {
  -moz-appearance: textfield;
}

/* ==========================================================================
   # CART - SHIPPING CALC FORM
   ========================================================================== */
.woocommerce-shipping-calculator--wrapper {
  width: 100%;
}

.shipping-calculator-form {
  padding-bottom: 16px;
}
.shipping-calculator-form p:last-of-type {
  text-align: center;
}

.wc_coupon_message_wrap {
  display: none;
}

/* ==========================================================================
   # CART - Clear
   ========================================================================== */
.clear-cart-wrapper {
  display: flex;
  width: 100%;
  padding-top: 14px;
  padding-bottom: 18px;
  border-top: 1px solid #dcdcdc;
  justify-content: flex-end;
}

a.clear-cart-link {
  color: #a9a9a9 !important;
}

/* ==========================================================================
   # CART - Subscription
   ========================================================================== */
.enr-cart_level-subscribe-now-wrapper {
  width: 100%;
  display: inline-block;
}
.enr-cart_level-subscribe-now-wrapper .enr-subscribe-now-handle-row td {
  width: 100%;
}
.enr-cart_level-subscribe-now-wrapper p:last-of-type {
  color: #a9a9a9;
}

/* ==========================================================================
   ADDRESSES
   ========================================================================== */
.woocommerce-Address {
  margin-top: 2rem;
}
.woocommerce-Address address {
  margin: 0;
  font-style: normal;
}
.woocommerce-Address + .woocommerce-Address {
  margin-top: 3rem;
}

.woocommerce-Address-title {
  font-family: "Maax";
  font-weight: 400;
  font-size: 14px;
  line-height: 1.4;
  font-weight: 500;
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #dcdcdc;
  padding-bottom: 0.5rem;
  margin-bottom: 0.5rem;
}
@media screen and (min-width: 375px) {
  .woocommerce-Address-title {
    font-size: calc(
        14px +
          2 *
          (100vw - 375px) /
          1065
      );
  }
}
@media screen and (min-width: 1440px) {
  .woocommerce-Address-title {
    font-size: 16px;
  }
}
@media (min-width: 1024px) {
  .woocommerce-Address-title {
    line-height: 1.4;
  }
}
.woocommerce-Address-title h3 {
  font-family: "Maax";
  font-weight: 400;
  font-size: 14px;
  line-height: 1.4;
  margin: 0;
}
@media screen and (min-width: 375px) {
  .woocommerce-Address-title h3 {
    font-size: calc(
        14px +
          2 *
          (100vw - 375px) /
          1065
      );
  }
}
@media screen and (min-width: 1440px) {
  .woocommerce-Address-title h3 {
    font-size: 16px;
  }
}
@media (min-width: 1024px) {
  .woocommerce-Address-title h3 {
    line-height: 1.4;
  }
}

h3 + .woocommerce-address-fields {
  margin-top: 2rem;
}
@media (min-width: 1024px) {
  h3 + .woocommerce-address-fields {
    margin-top: 4rem;
  }
}

/* ==========================================================================
   PRODUCT REVIEWS
   ========================================================================== */
.woocommerce-Reviews {
  display: flex;
  flex-flow: column nowrap;
}
.woocommerce-Reviews [class~=woocommerce-verification-required] {
  order: 2;
}
.woocommerce-Reviews [class~=woocommerce-Reviews__cta] {
  order: 3;
}
.woocommerce-Reviews [id~=comments] {
  order: 1;
}
.woocommerce-Reviews .commentlist {
  list-style: none;
  margin: 0;
}
.woocommerce-Reviews .commentlist li + li {
  border-top: 1px solid #dcdcdc;
  padding-top: 1rem;
}
.woocommerce-Reviews .comment-reply-title {
  font-family: "Maax";
  font-weight: 400;
  font-size: 14px;
  line-height: 1.4;
  margin-bottom: 1.5rem;
  display: block;
}
@media screen and (min-width: 375px) {
  .woocommerce-Reviews .comment-reply-title {
    font-size: calc(
        14px +
          2 *
          (100vw - 375px) /
          1065
      );
  }
}
@media screen and (min-width: 1440px) {
  .woocommerce-Reviews .comment-reply-title {
    font-size: 16px;
  }
}
@media (min-width: 1024px) {
  .woocommerce-Reviews .comment-reply-title {
    line-height: 1.4;
  }
}
.woocommerce-Reviews .comment-form {
  background-color: #dcdcdc;
  padding: 1rem 1.25rem 1.5rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.woocommerce-Reviews .comment-form * {
  all: revert;
}
.woocommerce-Reviews .comment-form #comment {
  font-family: "Maax";
  font-weight: 400;
  font-size: 14px;
  line-height: 1.4;
  box-sizing: border-box;
  background: transparent;
  border: 1px solid;
  border-radius: 0.25rem;
  padding: 1rem;
  resize: none;
  width: 100%;
}
@media screen and (min-width: 375px) {
  .woocommerce-Reviews .comment-form #comment {
    font-size: calc(
        14px +
          2 *
          (100vw - 375px) /
          1065
      );
  }
}
@media screen and (min-width: 1440px) {
  .woocommerce-Reviews .comment-form #comment {
    font-size: 16px;
  }
}
@media (min-width: 1024px) {
  .woocommerce-Reviews .comment-form #comment {
    line-height: 1.4;
  }
}
.woocommerce-Reviews .comment-form .comment-form-rating label {
  font-family: "Maax";
  font-weight: 400;
  font-size: 14px;
  line-height: 1.4;
  font-weight: 500;
}
@media screen and (min-width: 375px) {
  .woocommerce-Reviews .comment-form .comment-form-rating label {
    font-size: calc(
        14px +
          2 *
          (100vw - 375px) /
          1065
      );
  }
}
@media screen and (min-width: 1440px) {
  .woocommerce-Reviews .comment-form .comment-form-rating label {
    font-size: 16px;
  }
}
@media (min-width: 1024px) {
  .woocommerce-Reviews .comment-form .comment-form-rating label {
    line-height: 1.4;
  }
}
.woocommerce-Reviews .comment-form .comment-form-rating .stars {
  margin-top: 1.375rem;
  margin-bottom: 1.5rem;
}
.woocommerce-Reviews .comment-form .comment-form-rating .stars span {
  display: flex;
}
.woocommerce-Reviews .comment-form .comment-form-rating .stars a {
  position: relative;
  color: transparent;
  width: 1.469375rem;
  height: 1.353125rem;
  padding-right: 0.5625rem;
}
.woocommerce-Reviews .comment-form .comment-form-rating .stars a::before, .woocommerce-Reviews .comment-form .comment-form-rating .stars a::after {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: transparent no-repeat 50% 50%/1.469375rem 1.353125rem;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' view1Box='0 0 23.512 21.647'%3E%3Cpath d='M1.289 9.548a1.29 1.29 0 0 0 0 2.579h22.223V9.575H1.289Z' data-name='Path 84'/%3E%3Cpath d='M15.886 20.522a1.285 1.285 0 1 0 2.222-1.289L6.969 0 4.747 1.289Z' data-name='Path 85'/%3E%3Cpath d='M18.08 2.386A1.3 1.3 0 0 0 17.614.63a1.263 1.263 0 0 0-1.728.466L4.774 20.358l2.222 1.289Z' data-name='Path 86'/%3E%3C/svg%3E");
}
.woocommerce-Reviews .comment-form .comment-form-rating .stars a::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 23.512 21.647'%3E%3Cpath fill='%23666' d='M1.289 9.548a1.29 1.29 0 0 0 0 2.579h22.223V9.575H1.289Z' data-name='Path 84'/%3E%3Cpath fill='%23666' d='M15.886 20.522a1.285 1.285 0 1 0 2.222-1.289L6.969 0 4.747 1.289Z' data-name='Path 85'/%3E%3Cpath fill='%23666' d='M18.08 2.386A1.3 1.3 0 0 0 17.614.63a1.263 1.263 0 0 0-1.728.466L4.774 20.358l2.222 1.289Z' data-name='Path 86'/%3E%3C/svg%3E");
  z-index: 0;
}
.woocommerce-Reviews .comment-form .comment-form-rating .stars a:hover ~ a::before {
  opacity: 0;
}
.woocommerce-Reviews .comment-form .comment-form-rating .stars a.active ~ a::before {
  opacity: 0;
}
.woocommerce-Reviews .comment-form .comment-form-rating .stars.selected:hover a.active ~ a::before {
  opacity: revert;
}
.woocommerce-Reviews .comment-form .comment-form-rating .stars.selected:hover a:hover ~ a::before {
  opacity: 0;
}
.woocommerce-Reviews #comments {
  margin-top: 3rem;
}
.woocommerce-Reviews .woocommerce-noreviews {
  margin: 0;
}
.woocommerce-Reviews .comment-text {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
}
.woocommerce-Reviews .comment-text .description {
  padding-top: 1rem;
  width: 100%;
  order: 1;
}
.woocommerce-Reviews .comment-text .c-rating__stars {
  align-items: flex-start;
  transform: translateY(0.375rem);
  order: 1;
}
.woocommerce-Reviews .comment-text .meta {
  margin-bottom: 0;
  order: 0;
  display: flex;
  flex-direction: column;
}
.woocommerce-Reviews .comment-text .woocommerce-review__author {
  margin-bottom: 0.5rem;
}

.woocommerce-Reviews__cta {
  align-self: flex-start;
}

/* ==========================================================================
   PRODUCT SINGLE STYLES
   ========================================================================== */
.woocommerce-product-gallery__wrapper {
  width: 100%;
}

.woocommerce-product-gallery__image .wp-post-image {
  width: 100%;
  height: auto;
}

.brand-name {
  font-family: "Maax";
  font-weight: 500;
  font-size: 20px;
  line-height: 1.2;
  letter-spacing: -0.1;
}
@media screen and (min-width: 375px) {
  .brand-name {
    font-size: calc(
        20px +
          8 *
          (100vw - 375px) /
          1065
      );
  }
}
@media screen and (min-width: 1440px) {
  .brand-name {
    font-size: 28px;
  }
}
@media (min-width: 1024px) {
  .brand-name {
    line-height: 1.2;
  }
}
@media (min-width: 1024px) {
  .brand-name {
    letter-spacing: -0.14;
  }
}

.variations td.label {
  display: none;
}
.variations td.value {
  display: flex;
  flex-direction: column;
}

.single-product form.cart.has-unit-price-observer {
  background: #e8e8e8;
  padding: 0 0 1.125rem 0;
}
.single-product form.cart.has-unit-price-observer:not(.variations_form) {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 0 0.75rem 1.125rem;
}
.single-product form.cart.has-unit-price-observer .variations {
  margin-bottom: 0;
}
.single-product form.cart.has-unit-price-observer .woocommerce-variation-add-to-cart {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 0 1rem;
}
.single-product form.cart.has-unit-price-observer .quantity {
  width: 100%;
  padding: 0.75rem 0;
  border-bottom: 1px solid #dcdcdc;
  margin-bottom: 0.75rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.single-product form.cart.has-unit-price-observer .quantity .quantity-label {
  text-align: center;
}
.single-product form.cart.has-unit-price-observer .quantity input {
  background: transparent;
  border: none;
  padding: 0;
  pointer-events: none;
}
.single-product form.cart.has-unit-price-observer .tinv-wishlist.tinvwl-after-add-to-cart {
  display: inline-flex;
  width: auto;
  order: 4;
}
.single-product form.cart.has-unit-price-observer .tinv-wishlist.tinvwl-after-add-to-cart .tinvwl_add_to_wishlist_button {
  margin-top: 0;
}
.single-product form.cart.has-unit-price-observer .single_add_to_cart_button {
  order: 5;
}

/* ==========================================================================
   MULTISTORE
   ========================================================================== */
#woo_mstore_accordion {
  font: revert;
}
#woo_mstore_accordion .ui-accordion-header,
#woo_mstore_accordion .ui-accordion-content {
  padding: 0;
  border: none;
}
#woo_mstore_accordion > h3 {
  font-family: "Maax";
  font-weight: 500;
  font-size: 20px;
  line-height: 1.2;
  letter-spacing: -0.1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #000;
  padding-bottom: 1rem;
  border-bottom: 1px solid #dcdcdc;
}
@media screen and (min-width: 375px) {
  #woo_mstore_accordion > h3 {
    font-size: calc(
        20px +
          8 *
          (100vw - 375px) /
          1065
      );
  }
}
@media screen and (min-width: 1440px) {
  #woo_mstore_accordion > h3 {
    font-size: 28px;
  }
}
@media (min-width: 1024px) {
  #woo_mstore_accordion > h3 {
    line-height: 1.2;
  }
}
@media (min-width: 1024px) {
  #woo_mstore_accordion > h3 {
    letter-spacing: -0.14;
  }
}
#woo_mstore_accordion > h3 ~ h3 {
  margin-top: 2rem;
}
#woo_mstore_accordion > h3 span {
  display: none;
}
@media (min-width: 1024px) {
  #woo_mstore_accordion > h3 ~ h3 {
    margin-top: 4rem;
  }
}

/* ==========================================================================
   GLOBAL WOOCOMMERCE SETTINGS
   ========================================================================== */
.form-row--buttons-columns {
  margin-top: calc(2vw + 25.6px);
  flex-flow: column wrap;
  align-items: center;
}
@media (max-width: 320px) {
  .form-row--buttons-columns {
    margin-top: 32px;
  }
}
@media (min-width: 1920px) {
  .form-row--buttons-columns {
    margin-top: 64px;
  }
}

/* ==========================================================================
   INPUTS
   ========================================================================== */
.form-row label.checkbox span,
.woocommerce-form-row label.checkbox span {
  position: relative;
  top: 1px;
}

label:not(.checkbox).screen-reader-text {
  height: initial;
  width: initial;
  overflow: auto;
  clip-path: unset;
  clip: unset;
}
label:not(.checkbox).woocommerce-form-login__rememberme {
  position: relative;
  width: initial;
}
.tinv-modal label:not(.checkbox) {
  position: relative;
}

label.checkbox span {
  position: relative;
  top: 2px;
}

.password-input {
  width: calc(100% + 1.5rem);
  display: flex;
  flex-flow: column wrap;
}

.show-password-input {
  position: absolute;
  right: 0;
  top: 0.75rem;
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  margin-left: -1.5rem;
}
.show-password-input::before, .show-password-input::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: no-repeat 50% 50%/cover;
}
.show-password-input::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' id='icon-eye-closed' viewBox='0 0 32 32'%3E%3Cpath fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' d='M22.104 22.093c-1.76 1.34-3.9 2.08-6.11 2.11-7.2 0-11.31-8.21-11.31-8.21 1.28-2.38 3.05-4.46 5.2-6.1m3.95-1.87c.71-.16 1.44-.24 2.16-.24 7.2 0 11.31 8.21 11.31 8.21-.62 1.17-1.37 2.26-2.22 3.27m-6.91-1.09c-1.16 1.25-3.11 1.32-4.36.16s-1.32-3.11-.16-4.36l.15-.15m-9.12-9.11l22.63 22.58'/%3E%3C/svg%3E");
}
.show-password-input::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' id='icon-eye' viewBox='0 0 32 32'%3E%3Cpath fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='.965' d='M4.589 16.003s4.15-8.3 11.41-8.3 11.41 8.3 11.41 8.3-4.15 8.3-11.41 8.3-11.41-8.3-11.41-8.3z'/%3E%3Cpath fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='.965' d='M19.109 16.003c0 1.72-1.39 3.11-3.11 3.11s-3.11-1.39-3.11-3.11 1.39-3.11 3.11-3.11 3.11 1.39 3.11 3.11h0z'/%3E%3C/svg%3E");
  opacity: 0;
}
.show-password-input.display-password::before {
  opacity: 0;
}
.show-password-input.display-password::after {
  opacity: 1;
}

.woocommerce-input-wrapper {
  width: 100%;
}
.woocommerce-input-wrapper select {
  background-color: transparent;
}
body .select2-container--default .select2-selection--single .select2-selection__arrow {
  right: 0.25rem;
}
body .select2-container--default .select2-selection--single .select2-selection__arrow b {
  display: block;
  width: 1rem;
  height: 0.5rem;
  right: 0.25rem;
  border: none;
  background: no-repeat 50% 50%/cover url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 11.414 6.207'%3E%3Cg data-name='Group 497'%3E%3Cg data-name='Icon feather-arrow-right'%3E%3Cpath fill='none' stroke='%23DCDCDC' stroke-linecap='round' stroke-linejoin='round' d='m10.707.707-5 5-5-5' /%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
body .select2-container--default .select2-selection--single .select2-selection__rendered {
  padding-left: 0;
  padding-right: 0;
  font-size: 18px;
  color: #000000;
  font-weight: 600;
}
body .select2-container--default .select2-selection--single .select2-selection__rendered .select2-selection__placeholder {
  font-weight: 400;
  color: #000000;
}
body .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 11.414 6.207'%3E%3Cg data-name='Group 497'%3E%3Cg data-name='Icon feather-arrow-right'%3E%3Cpath fill='none' stroke='%23000' stroke-linecap='round' stroke-linejoin='round' d='m10.707.707-5 5-5-5' /%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

body .select2-container--open .select2-dropdown--below,
body .select2-container--open .select2-dropdown--above {
  border: none;
  border-radius: 0;
  padding: 20px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.3);
}
.select2-container--open .select2-search--dropdown {
  padding: 0;
  margin-bottom: 20px;
}
.select2-container--open .select2-search--dropdown .select2-search__field {
  border-radius: 24px;
  min-height: 40px;
  padding-left: 30px;
  padding-right: 30px;
  outline: none !important;
}
.select2-container--open .select2-results__option {
  color: #000000;
  font-size: 14px;
  font-weight: 600;
}
.select2-container--open .select2-results__option.select2-results__option--highlighted[data-selected], .select2-container--open .select2-results__option.select2-results__option--highlighted[aria-selected] {
  background: #e8e8e8;
  color: #000000;
}
.select2-container--open .select2-results__option.select2-results__option--highlighted[data-selected=true] {
  background: #000000;
  color: #ffffff;
}

.form-group--select .woocommerce-input-wrapper {
  position: relative;
}
.form-group--select .woocommerce-input-wrapper::after {
  content: "";
  z-index: -1;
  position: absolute;
  display: block;
  width: 1rem;
  height: 0.5rem;
  right: 0.25rem;
  top: 50%;
  transform: translateY(-50%);
  background: no-repeat 50% 50%/cover url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 11.414 6.207'%3E%3Cg data-name='Group 497'%3E%3Cg data-name='Icon feather-arrow-right'%3E%3Cpath fill='none' stroke='%23DCDCDC' stroke-linecap='round' stroke-linejoin='round' d='m10.707.707-5 5-5-5' /%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
.form-group--select .woocommerce-input-wrapper:focus-within::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 11.414 6.207'%3E%3Cg data-name='Group 497'%3E%3Cg data-name='Icon feather-arrow-right'%3E%3Cpath fill='none' stroke='%23000' stroke-linecap='round' stroke-linejoin='round' d='m10.707.707-5 5-5-5' /%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

.woocommerce-password-strength.short {
  color: #d32f36;
}
.woocommerce-password-strength.bad {
  color: #d32f36;
}
.woocommerce-password-strength.good {
  color: #ff9708;
}
.woocommerce-password-strength.strong {
  color: #62b52d;
}

/* ==========================================================================
   ACCOUNT GLOBAL
   ========================================================================== */
.woocommerce-account .woocommerce {
  display: flex;
  flex-flow: column wrap;
}
@media (min-width: 1024px) {
  .woocommerce-account .woocommerce {
    flex-flow: row wrap;
  }
}

.woocommerce-myAccount-wrapper {
  width: 100%;
  padding-top: calc(2.5vw + 32px);
  padding-bottom: calc(2.5vw + 32px);
}
@media (max-width: 320px) {
  .woocommerce-myAccount-wrapper {
    padding-top: 40px;
  }
}
@media (min-width: 1920px) {
  .woocommerce-myAccount-wrapper {
    padding-top: 80px;
  }
}
@media (max-width: 320px) {
  .woocommerce-myAccount-wrapper {
    padding-bottom: 40px;
  }
}
@media (min-width: 1920px) {
  .woocommerce-myAccount-wrapper {
    padding-bottom: 80px;
  }
}

.woocommerce-MyAccount-content {
  margin: 3rem 0;
}
.woocommerce-view-order .woocommerce-MyAccount-content, .woocommerce-view-shipment .woocommerce-MyAccount-content {
  display: flex;
  flex-direction: column;
}
@media (min-width: 1024px) {
  .woocommerce-MyAccount-content {
    width: 50%;
    margin-top: 4.25rem;
  }
}
@media (max-width: 1023.98px) {
  .woocommerce-MyAccount-content .woocommerce-MyAccount__dashboard-logout {
    display: none;
  }
}

.woocommerce-MyAccount-backlink {
  display: block;
  margin-bottom: 2rem;
}
@media (min-width: 1024px) {
  .woocommerce-MyAccount-backlink {
    order: -1;
    margin-bottom: 3rem;
  }
}

/* ==========================================================================
   ACCOUNT GLOBAL
   ========================================================================== */
.woocommerce-account .woocommerce {
  display: flex;
  flex-flow: column wrap;
}
@media (min-width: 1024px) {
  .woocommerce-account .woocommerce {
    flex-flow: row wrap;
  }
}

.woocommerce-myAccount-wrapper {
  width: 100%;
  padding-top: calc(2.5vw + 32px);
  padding-bottom: calc(2.5vw + 32px);
}
@media (max-width: 320px) {
  .woocommerce-myAccount-wrapper {
    padding-top: 40px;
  }
}
@media (min-width: 1920px) {
  .woocommerce-myAccount-wrapper {
    padding-top: 80px;
  }
}
@media (max-width: 320px) {
  .woocommerce-myAccount-wrapper {
    padding-bottom: 40px;
  }
}
@media (min-width: 1920px) {
  .woocommerce-myAccount-wrapper {
    padding-bottom: 80px;
  }
}

.woocommerce-MyAccount-content {
  margin: 3rem 0;
}
.woocommerce-view-order .woocommerce-MyAccount-content, .woocommerce-view-shipment .woocommerce-MyAccount-content {
  display: flex;
  flex-direction: column;
}
@media (min-width: 1024px) {
  .woocommerce-MyAccount-content {
    width: 50%;
    margin-top: 4.25rem;
  }
}
@media (max-width: 1023.98px) {
  .woocommerce-MyAccount-content .woocommerce-MyAccount__dashboard-logout {
    display: none;
  }
}

.woocommerce-MyAccount-backlink {
  display: block;
  margin-bottom: 2rem;
}
@media (min-width: 1024px) {
  .woocommerce-MyAccount-backlink {
    order: -1;
    margin-bottom: 3rem;
  }
}

/* ==========================================================================
   DASHBOARD
   ========================================================================== */
.woocommerce-MyAccount__title {
  font-family: "Maax";
  font-weight: 500;
  font-size: 24px;
  line-height: 1.2;
  letter-spacing: -0.12;
}
@media screen and (min-width: 375px) {
  .woocommerce-MyAccount__title {
    font-size: calc(
        24px +
          8 *
          (100vw - 375px) /
          1065
      );
  }
}
@media screen and (min-width: 1440px) {
  .woocommerce-MyAccount__title {
    font-size: 32px;
  }
}
@media (min-width: 1024px) {
  .woocommerce-MyAccount__title {
    line-height: 1.2;
  }
}
@media (min-width: 1024px) {
  .woocommerce-MyAccount__title {
    letter-spacing: -0.16;
  }
}

/* ==========================================================================
   NAVIGATION
   ========================================================================== */
.woocommerce-MyAccount-navigation {
  margin-top: 2rem;
}
.woocommerce-MyAccount-navigation ul {
  margin: 0;
  display: flex;
  flex-direction: column;
}
@media (min-width: 1024px) {
  .woocommerce-MyAccount-navigation {
    width: 25%;
    position: sticky;
    align-self: flex-start;
    top: var(--header-height);
    margin-top: 4.25rem;
    margin-bottom: 3rem;
  }
}
@media (max-width: 1023.98px) {
  .woocommerce-MyAccount-navigation {
    margin-bottom: 2rem;
    order: 1;
  }
  .woocommerce-MyAccount-navigation.collapse {
    position: sticky;
    top: 0;
    left: 0;
    width: calc(100% + 3rem);
    z-index: 10;
    background-color: #fff;
    margin: 0 -1.5rem;
    padding: 0 1.5rem;
    order: revert;
    border-bottom: 1px solid #dcdcdc;
  }
  .woocommerce-MyAccount-navigation.is-open {
    padding-bottom: 2rem;
  }
}

.woocommerce-MyAccount-navigation__button {
  border-radius: 0;
  background-color: transparent;
  padding: 0;
  width: 3.5rem;
  height: 3.5rem;
  margin-left: -3.5rem;
  flex-shrink: 0;
  color: #000;
  border: none;
  pointer-events: none;
  z-index: 0;
}
.woocommerce-MyAccount-navigation__button svg {
  transition: transform 150ms cubic-bezier(0.7, 0.6, 0.1, 0.8);
}
.woocommerce-MyAccount-navigation__button:hover, .woocommerce-MyAccount-navigation__button:active, .woocommerce-MyAccount-navigation__button:focus {
  background-color: transparent;
  color: revert;
}
.collapse .is-active > .woocommerce-MyAccount-navigation__button {
  z-index: 1;
}
.collapse .is-active > .woocommerce-MyAccount-navigation__button svg {
  transform: rotate(90deg);
}
.collapse.is-open .is-active > .woocommerce-MyAccount-navigation__button svg {
  transform: rotate(-90deg);
}
.collapse .woocommerce-MyAccount-navigation__button {
  pointer-events: revert;
}
@media (min-width: 1024px) {
  .woocommerce-MyAccount-navigation__button {
    display: none;
  }
}

/* Links (List element)
   ========================================================================== */
.woocommerce-MyAccount-navigation-link {
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.woocommerce-MyAccount-navigation-link:last-of-type, .woocommerce-MyAccount-navigation-link:nth-last-of-type(2) {
  border-bottom: none;
}
.woocommerce-MyAccount-navigation-link.is-active {
  transform: none;
  border-bottom: 1px solid #dcdcdc;
}
.woocommerce-MyAccount-navigation-link.is-active a {
  z-index: 0;
}
.woocommerce-MyAccount-navigation-link a {
  width: calc(100% + 3.5rem);
  flex: 1;
  z-index: 1;
  color: currentColor;
}
@media (max-width: 1023.98px) {
  .woocommerce-MyAccount-navigation-link.is-active {
    order: -1;
  }
  .collapse .woocommerce-MyAccount-navigation-link {
    position: absolute;
    visibility: hidden;
  }
  .collapse .woocommerce-MyAccount-navigation-link.is-active {
    position: relative;
    visibility: visible;
    border-bottom: none;
  }
  .is-open .woocommerce-MyAccount-navigation-link {
    position: relative;
    visibility: visible;
  }
  .is-open .woocommerce-MyAccount-navigation-link.is-active {
    border-bottom: 1px solid #dcdcdc;
  }
}
@media (min-width: 1024px) {
  .woocommerce-MyAccount-navigation-link {
    padding: 0.5rem 0;
  }
  .woocommerce-MyAccount-navigation-link:first-of-type {
    padding-top: 0;
  }
  .woocommerce-MyAccount-navigation-link.is-active {
    color: #606060;
    border-bottom: none;
  }
}

@media (max-width: 1023.98px) {
  .woocommerce-MyAccount-navigation-link--customer-logout {
    margin-top: 2rem;
    justify-content: center;
    border-bottom: none;
    text-align: center;
  }
  .woocommerce-MyAccount-navigation-link--customer-logout a {
    justify-content: center;
    width: revert;
    min-width: 15rem;
    flex: initial;
  }
}
@media (min-width: 1024px) {
  .woocommerce-MyAccount-navigation-link--customer-logout a {
    padding: revert;
    border: revert;
    background: revert;
    line-height: 1.5;
  }
  .woocommerce-MyAccount-navigation-link--customer-logout a:hover, .woocommerce-MyAccount-navigation-link--customer-logout a:active, .woocommerce-MyAccount-navigation-link--customer-logout a:focus {
    background: revert;
  }
}
/* Links (a element)
   ========================================================================== */
/* ==========================================================================
   ORDERS
   ========================================================================== */
.woocommerce-orders-table__row {
  display: grid;
  grid-template: [row1-start] "icon header" auto [row1-end] [row2-start] "icon header" auto [row2-end] [row3-start] "icon content" auto [row3-end] [row4-start] "icon content" auto [row4-end]/3rem 1fr;
  margin-bottom: 1.25rem;
  padding-top: 1rem;
  border-top: 1px solid #dcdcdc;
}
.woocommerce-orders-table__row:last-of-type {
  margin-bottom: 0;
}
.my_account_subscriptions .woocommerce-orders-table__row {
  display: flex;
  margin-bottom: 0;
  flex-direction: column;
  border-top: none;
  padding-top: 0;
}
.my_account_subscriptions .woocommerce-orders-table__row + .woocommerce-orders-table__row {
  padding-top: 2rem;
}
@media (min-width: 1024px) {
  .my_account_subscriptions .woocommerce-orders-table__row {
    flex-direction: row;
    padding: 1rem 0;
  }
  .my_account_subscriptions .woocommerce-orders-table__row + .woocommerce-orders-table__row {
    padding-top: 1rem;
  }
}

.woocommerce-orders-table__cell-order-number {
  display: none;
}

.woocommerce-orders-table__cell-order-icon {
  grid-area: icon;
}

.woocommerce-orders-table__cell-order-date,
.woocommerce-orders-table__cell-order-items,
.woocommerce-orders-table__cell-order-total,
.woocommerce-orders-table__cell-order-actions {
  grid-column: 2/3;
}

.woocommerce-orders-table__cell-order-date {
  grid-row: row1-start/row1-end;
}

.woocommerce-orders-table__cell-order-items {
  grid-row: row2-start/row2-end;
  margin-bottom: 0.5rem;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid #dcdcdc;
}

.woocommerce-orders-table__cell-order-total {
  grid-row: row3-start/row3-end;
  display: flex;
  justify-content: space-between;
  margin-bottom: 1rem;
}
.woocommerce-orders-table__cell-order-total > span:first-of-type {
  color: #a9a9a9;
}
.woocommerce-orders-table__cell-order-total .woocommerce-Price-amount {
  font-size: calc(0.3125vw + 12px);
  font-weight: 500;
}
@media (max-width: 320px) {
  .woocommerce-orders-table__cell-order-total .woocommerce-Price-amount {
    font-size: 13px;
  }
}
@media (min-width: 1920px) {
  .woocommerce-orders-table__cell-order-total .woocommerce-Price-amount {
    font-size: 18px;
  }
}
@media (min-width: 1024px) {
  .my_account_subscriptions .woocommerce-orders-table__cell-order-total {
    flex-flow: column wrap;
    justify-content: revert;
  }
}

.woocommerce-orders-table__cell-order-actions {
  grid-row: row4-start/row4-end;
  display: flex;
  flex-direction: column;
}
.woocommerce-orders-table__cell-order-actions .woocommerce-button {
  all: revert;
  font-family: "Maax";
  font-weight: 400;
  font-size: 14px;
  line-height: 1.4;
  font-weight: 500;
  color: #000;
}
@media screen and (min-width: 375px) {
  .woocommerce-orders-table__cell-order-actions .woocommerce-button {
    font-size: calc(
        14px +
          2 *
          (100vw - 375px) /
          1065
      );
  }
}
@media screen and (min-width: 1440px) {
  .woocommerce-orders-table__cell-order-actions .woocommerce-button {
    font-size: 16px;
  }
}
@media (min-width: 1024px) {
  .woocommerce-orders-table__cell-order-actions .woocommerce-button {
    line-height: 1.4;
  }
}
.woocommerce-orders-table__cell-order-actions .woocommerce-button + .woocommerce-button {
  margin-top: 0.5rem;
}

/* Subscriptions
   ========================================================================== */
.my_account_subscriptions.shop_table tbody {
  display: flex;
  flex-direction: column;
}
.my_account_subscriptions.shop_table .woocommerce-Price-amount {
  color: #000;
}
.my_account_subscriptions.shop_table .subscription-status {
  font-family: "Maax";
  font-weight: 400;
  font-size: 14px;
  line-height: 1.4;
  font-weight: 500;
}
@media screen and (min-width: 375px) {
  .my_account_subscriptions.shop_table .subscription-status {
    font-size: calc(
        14px +
          2 *
          (100vw - 375px) /
          1065
      );
  }
}
@media screen and (min-width: 1440px) {
  .my_account_subscriptions.shop_table .subscription-status {
    font-size: 16px;
  }
}
@media (min-width: 1024px) {
  .my_account_subscriptions.shop_table .subscription-status {
    line-height: 1.4;
  }
}
.my_account_subscriptions.shop_table td {
  font-family: "Maax";
  font-weight: 400;
  font-size: 14px;
  line-height: 1.4;
  margin: 0;
  padding: 0.5rem 0;
  border-top: 1px solid #dcdcdc;
}
@media screen and (min-width: 375px) {
  .my_account_subscriptions.shop_table td {
    font-size: calc(
        14px +
          2 *
          (100vw - 375px) /
          1065
      );
  }
}
@media screen and (min-width: 1440px) {
  .my_account_subscriptions.shop_table td {
    font-size: 16px;
  }
}
@media (min-width: 1024px) {
  .my_account_subscriptions.shop_table td {
    line-height: 1.4;
  }
}
.my_account_subscriptions.shop_table td:nth-child(2) {
  border-top: none;
}
@media (min-width: 1024px) {
  .my_account_subscriptions.shop_table tr {
    border-bottom: 1px solid #dcdcdc;
  }
  .my_account_subscriptions.shop_table tr:last-of-type {
    border-bottom: none;
  }
  .my_account_subscriptions.shop_table td {
    border: none;
    padding: 0;
  }
  .my_account_subscriptions.shop_table td:nth-of-type(1n + 3) {
    margin-left: 2rem;
  }
  .my_account_subscriptions.shop_table td:last-of-type {
    margin-left: auto;
  }
}

.woocommerce-view-subscription .subscription_details {
  display: block;
}
.woocommerce-view-subscription .subscription_details tbody {
  display: block;
}
.woocommerce-view-subscription .subscription_details tr {
  display: flex;
  flex-direction: column;
  padding: 0;
  margin-bottom: 1rem;
}
.woocommerce-view-subscription .subscription_details td:first-of-type {
  font-weight: 500;
}
.woocommerce-view-subscription .subscription_details .button {
  all: revert;
  font: inherit;
  font-weight: 500;
  color: #000;
}
@media (min-width: 1024px) {
  .woocommerce-view-subscription .subscription_details {
    padding-bottom: 2rem;
    margin: 0;
  }
  .woocommerce-view-subscription .subscription_details tr {
    flex-direction: row;
    justify-content: space-between;
    margin-bottom: 0;
  }
}
.woocommerce-view-subscription .order_details {
  display: block;
  text-align: left;
  margin: 0;
  padding-bottom: 2rem;
}
.woocommerce-view-subscription .order_details tbody {
  display: flex;
  flex-direction: column;
}
.woocommerce-view-subscription .order_details tr.order_item {
  display: flex;
}
.woocommerce-view-subscription .order_details td {
  display: flex;
  justify-content: space-between;
}
.woocommerce-view-subscription .order_details td.product-name {
  display: block;
  justify-content: revert;
  width: 60%;
}
.woocommerce-view-subscription .order_details td.product-name strong {
  margin-left: 0.25rem;
  white-space: nowrap;
}
.woocommerce-view-subscription .order_details td.product-total {
  flex-direction: column;
  justify-content: revert;
  text-align: right;
  margin-left: auto;
}
.woocommerce-view-subscription .order_details .product-quantity {
  padding: 0;
  border: none;
  margin: 0;
}
.woocommerce-view-subscription .order_details .woocommerce-Price-amount {
  font-weight: 500;
}
.woocommerce-view-subscription .order_details tfoot {
  display: block;
  margin-top: 2rem;
}
.woocommerce-view-subscription .order_details tfoot tr {
  display: flex;
  justify-content: space-between;
}
.woocommerce-view-subscription .order_details tfoot tr:nth-of-type(2) td {
  flex-direction: column;
  justify-content: revert;
  align-items: flex-end;
}
@media (min-width: 1024px) {
  .woocommerce-view-subscription .order_details td.product-name {
    display: flex;
  }
}

/* ==========================================================================
   Account Orders Pagination
   ========================================================================== */
.woocommerce-myAccount-pagination {
  margin-top: 2rem;
  display: flex;
  justify-content: space-between;
}

.woocommerce-myAccount-pagination__link {
  text-decoration: none;
}
.woocommerce-myAccount-pagination__link[disabled] {
  pointer-events: none;
  color: #a9a9a9;
}

/* ==========================================================================
   SINGLE ORDER
   ========================================================================== */
.woocommerce-view-order .button {
  all: revert;
  font-family: "Maax";
  font-weight: 400;
  font-size: 14px;
  line-height: 1.4;
  color: #000;
  font-weight: 500;
}
@media screen and (min-width: 375px) {
  .woocommerce-view-order .button {
    font-size: calc(
        14px +
          2 *
          (100vw - 375px) /
          1065
      );
  }
}
@media screen and (min-width: 1440px) {
  .woocommerce-view-order .button {
    font-size: 16px;
  }
}
@media (min-width: 1024px) {
  .woocommerce-view-order .button {
    line-height: 1.4;
  }
}

.woocommerce-order-details {
  padding: 1rem 0 2rem;
}

.sab-documents-download {
  padding-top: 2rem;
}

.woocommerce-table--order-details,
.woocommerce-table--shipment-details {
  border-top: 1px solid #dcdcdc;
  display: flex;
  flex-direction: column;
  width: 100%;
}
.woocommerce-table--order-details .woocommerce-Price-amount,
.woocommerce-table--shipment-details .woocommerce-Price-amount {
  display: block;
}
.woocommerce-table--order-details tbody,
.woocommerce-table--shipment-details tbody {
  display: flex;
  width: 100%;
  flex-direction: column;
}
.woocommerce-table--order-details tfoot,
.woocommerce-table--shipment-details tfoot {
  border-top: 1px solid #dcdcdc;
  padding-top: 1rem;
  display: flex;
  flex-direction: column;
}
.woocommerce-table--order-details tfoot tr,
.woocommerce-table--shipment-details tfoot tr {
  text-align: left;
  display: flex;
  justify-content: space-between;
}
.woocommerce-table--order-details .woocommerce-table__line-item,
.woocommerce-table--shipment-details .woocommerce-table__line-item {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 0.5rem 0;
}
.woocommerce-table--order-details .woocommerce-table__line-item + .woocommerce-table__line-item,
.woocommerce-table--shipment-details .woocommerce-table__line-item + .woocommerce-table__line-item {
  border-top: 1px solid #dcdcdc;
}
.woocommerce-table--order-details .woocommerce-table__product-name,
.woocommerce-table--shipment-details .woocommerce-table__product-name {
  display: block;
  width: 60%;
}
.woocommerce-table--order-details .woocommerce-table__product-name a,
.woocommerce-table--shipment-details .woocommerce-table__product-name a {
  text-decoration: none;
  font-weight: 400;
}
.woocommerce-table--order-details .product-quantity,
.woocommerce-table--shipment-details .product-quantity {
  margin: 0;
  border: none;
  padding: 0;
}
.woocommerce-table--order-details .woocommerce-Price-amount,
.woocommerce-table--shipment-details .woocommerce-Price-amount {
  font-weight: 500;
}

.woocommerce-shipments-table,
.woocommerce-shipments-table tbody,
.woocommerce-shipments-table tr {
  display: flex;
  width: 100%;
}
.woocommerce-shipments-table td {
  margin-left: 1rem;
}
.woocommerce-shipments-table td:nth-child(2) {
  margin-left: 0;
}
.woocommerce-shipments-table td.woocommerce-shipments-table__cell-shipment-number {
  display: none;
}
.woocommerce-shipments-table td.woocommerce-shipments-table__cell-shipment-actions {
  margin-left: auto;
}

/* ==========================================================================
   WISHLIST
   ========================================================================== */
.woocommerce-wishlist .tinv-wishlist {
  flex-flow: column wrap;
  /* Shared
   ========================================================================== */
  /* Product tease
   ========================================================================== */
}
.woocommerce-wishlist .tinv-wishlist .tinv-header h2,
.woocommerce-wishlist .tinv-wishlist thead,
.woocommerce-wishlist .tinv-wishlist table.tinvwl-table-manage-list .wishlist_item td.product-cb,
.woocommerce-wishlist .tinv-wishlist table.tinvwl-table-manage-list .wishlist_item td.product-quantity,
.woocommerce-wishlist .tinv-wishlist tfoot .look_in button:not([value=product_all]),
.woocommerce-wishlist .tinv-wishlist .tinvwl-estimate-wrap {
  display: none;
}
.woocommerce-wishlist .tinv-wishlist table td,
.woocommerce-wishlist .tinv-wishlist table th {
  padding: 0;
}
.woocommerce-wishlist .tinv-wishlist table.tinvwl-table-manage-list {
  /* Footer
   ========================================================================== */
  /* Modal
   ========================================================================== */
  /* Buttons, Inputs
   ========================================================================== */
}
.woocommerce-wishlist .tinv-wishlist table.tinvwl-table-manage-list tbody {
  display: block;
}
.woocommerce-wishlist .tinv-wishlist table.tinvwl-table-manage-list .wishlist_item {
  position: relative;
  display: grid;
  grid-template: [row1-start] "thumbnail content" auto [row1-end] [row2-start] "thumbnail content" auto [row2-end] [row3-start] "thumbnail content" auto [row3-end] [row4-start] "thumbnail content" auto [row4-end]/5rem auto;
  margin-bottom: 1.25rem;
  padding-top: 1rem;
  border-top: 1px solid #dcdcdc;
}
.woocommerce-wishlist .tinv-wishlist table.tinvwl-table-manage-list .wishlist_item td {
  width: revert;
  display: block;
  padding: 0.25rem 0.75rem;
}
.woocommerce-wishlist .tinv-wishlist table.tinvwl-table-manage-list .wishlist_item td.product-thumbnail {
  position: relative;
  grid-area: thumbnail;
  width: 100%;
  height: 5rem;
  min-width: 0;
  min-height: 0;
  padding: 0.25rem;
}
.woocommerce-wishlist .tinv-wishlist table.tinvwl-table-manage-list .wishlist_item td.product-thumbnail::before {
  content: "";
  position: absolute;
  display: block;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.1);
}
.woocommerce-wishlist .tinv-wishlist table.tinvwl-table-manage-list .wishlist_item td.product-thumbnail a {
  display: block;
  width: 100%;
}
.woocommerce-wishlist .tinv-wishlist table.tinvwl-table-manage-list .wishlist_item td.product-thumbnail img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
}
.woocommerce-wishlist .tinv-wishlist table.tinvwl-table-manage-list .wishlist_item td.product-name, .woocommerce-wishlist .tinv-wishlist table.tinvwl-table-manage-list .wishlist_item td.product-price, .woocommerce-wishlist .tinv-wishlist table.tinvwl-table-manage-list .wishlist_item td.product-stock, .woocommerce-wishlist .tinv-wishlist table.tinvwl-table-manage-list .wishlist_item td.product-action {
  grid-area: content;
  grid-row: auto/span 1;
}
.woocommerce-wishlist .tinv-wishlist table.tinvwl-table-manage-list .wishlist_item td.product-action {
  text-align: left;
  margin-top: 1rem;
  padding-top: 1.5rem;
  border-top: 1px solid #dcdcdc;
}
.woocommerce-wishlist .tinv-wishlist table.tinvwl-table-manage-list .wishlist_item td.product-remove {
  padding: 0;
  position: absolute;
  top: 1rem;
  right: 0;
}
.woocommerce-wishlist .tinv-wishlist table.tinvwl-table-manage-list .wishlist_item td.product-remove button {
  cursor: pointer;
  background-color: transparent;
  padding: 0;
  width: revert;
  height: revert;
}
.woocommerce-wishlist .tinv-wishlist table.tinvwl-table-manage-list .wishlist_item td.product-remove button i {
  display: none;
}
.woocommerce-wishlist .tinv-wishlist table.tinvwl-table-manage-list .wishlist_item td.product-remove button::before {
  content: "";
  position: relative;
  display: block;
  content: "×";
  font-weight: 400;
}
.woocommerce-wishlist .tinv-wishlist table.tinvwl-table-manage-list .wishlist_item td.product-quantity {
  display: none;
}
.woocommerce-wishlist .tinv-wishlist table.tinvwl-table-manage-list .wishlist_item td.product-name a {
  text-decoration: none;
}
@media (min-width: 1024px) {
  .woocommerce-wishlist .tinv-wishlist table.tinvwl-table-manage-list .wishlist_item {
    margin-bottom: 2.5rem;
  }
}
.woocommerce-wishlist .tinv-wishlist table.tinvwl-table-manage-list tfoot .look_in {
  all: revert;
}
.woocommerce-wishlist .tinv-wishlist table.tinvwl-table-manage-list button[name=tinvwl-add-to-cart] {
  width: initial;
}

/* ==========================================================================
   MEDIA
   ========================================================================== */
.media img {
  max-width: 100%;
  height: auto;
}

/* ==========================================================================
   NOTICES
   ========================================================================== */
.woocommerce-notices-wrapper {
  width: 100%;
  z-index: 6;
}
.woocommerce-notices-wrapper > * + * {
  margin-top: 1rem;
}
@media (min-width: 1024px) {
  .woocommerce-notices-wrapper {
    position: fixed;
    right: 0;
    max-width: 40rem;
  }
}

.woocommerce-message {
  font-family: "Maax";
  font-weight: 400;
  font-size: 14px;
  line-height: 1.4;
  list-style: none;
  margin: 0;
}
@media screen and (min-width: 375px) {
  .woocommerce-message {
    font-size: calc(
        14px +
          2 *
          (100vw - 375px) /
          1065
      );
  }
}
@media screen and (min-width: 1440px) {
  .woocommerce-message {
    font-size: 16px;
  }
}
@media (min-width: 1024px) {
  .woocommerce-message {
    line-height: 1.4;
  }
}
.woocommerce-message .button {
  order: 1;
  flex: 1 0 auto;
  align-self: flex-start;
  margin-top: 1rem;
}
.woocommerce-notices-wrapper .woocommerce-message,
.woocommerce-message li {
  background-color: #62b52d;
  padding: 1rem;
  display: flex;
  flex-flow: column wrap;
}
.woocommerce-message li {
  padding: 0;
}
@media (min-width: 1024px) {
  .woocommerce-message .button {
    margin-top: 0;
    margin-left: 1rem;
  }
  .woocommerce-notices-wrapper .woocommerce-message,
.woocommerce-message li {
    flex-flow: row nowrap;
    align-items: center;
  }
}

.woocommerce-info {
  font-family: "Maax";
  font-weight: 400;
  font-size: 14px;
  line-height: 1.4;
  list-style: none;
  margin: 0;
}
@media screen and (min-width: 375px) {
  .woocommerce-info {
    font-size: calc(
        14px +
          2 *
          (100vw - 375px) /
          1065
      );
  }
}
@media screen and (min-width: 1440px) {
  .woocommerce-info {
    font-size: 16px;
  }
}
@media (min-width: 1024px) {
  .woocommerce-info {
    line-height: 1.4;
  }
}
.woocommerce-info .button {
  order: 1;
  flex: 1 0 auto;
  align-self: flex-start;
  margin-top: 1rem;
}
.woocommerce-notices-wrapper .woocommerce-info,
.woocommerce-info li {
  background-color: #29bbe3;
  padding: 1rem;
  display: flex;
  flex-flow: column wrap;
}
.woocommerce-info li {
  padding: 0;
}
@media (min-width: 1024px) {
  .woocommerce-info .button {
    margin-top: 0;
    margin-left: 1rem;
  }
  .woocommerce-notices-wrapper .woocommerce-info,
.woocommerce-info li {
    flex-flow: row nowrap;
    align-items: center;
  }
}

.woocommerce-error {
  font-family: "Maax";
  font-weight: 400;
  font-size: 14px;
  line-height: 1.4;
  list-style: none;
  margin: 0;
}
@media screen and (min-width: 375px) {
  .woocommerce-error {
    font-size: calc(
        14px +
          2 *
          (100vw - 375px) /
          1065
      );
  }
}
@media screen and (min-width: 1440px) {
  .woocommerce-error {
    font-size: 16px;
  }
}
@media (min-width: 1024px) {
  .woocommerce-error {
    line-height: 1.4;
  }
}
.woocommerce-error .button {
  order: 1;
  flex: 1 0 auto;
  align-self: flex-start;
  margin-top: 1rem;
}
.woocommerce-notices-wrapper .woocommerce-error,
.woocommerce-error li {
  background-color: #d32f36;
  padding: 1rem;
  display: flex;
  flex-flow: column wrap;
}
.woocommerce-error li {
  padding: 0;
}
@media (min-width: 1024px) {
  .woocommerce-error .button {
    margin-top: 0;
    margin-left: 1rem;
  }
  .woocommerce-notices-wrapper .woocommerce-error,
.woocommerce-error li {
    flex-flow: row nowrap;
    align-items: center;
  }
}

/* ==========================================================================
   WISHLIST
   ========================================================================== */
/* ==========================================================================
   CART
   ========================================================================== */
.woocommerce-cart .woocommerce {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
}
@media (min-width: 768px) {
  .woocommerce-cart .woocommerce {
    justify-content: flex-end;
  }
}
.woocommerce-cart .woocommerce .woocommerce-notices-wrapper {
  width: 100%;
}
.woocommerce-cart .woocommerce .woocommerce-cart-form {
  width: 100%;
}
@media (min-width: 768px) {
  .woocommerce-cart .woocommerce .woocommerce-cart-form {
    width: 66%;
  }
}
@media (min-width: 1200px) {
  .woocommerce-cart .woocommerce .woocommerce-cart-form {
    width: 50%;
  }
}
.woocommerce-cart .woocommerce .cart-collaterals {
  width: 100%;
}
@media (min-width: 768px) {
  .woocommerce-cart .woocommerce .cart-collaterals {
    width: 33%;
  }
}
@media (min-width: 1200px) {
  .woocommerce-cart .woocommerce .cart-collaterals {
    width: 25%;
  }
}

.woocommerce-cart-form {
  padding: 0 1rem;
}

.shop_table thead {
  display: none;
}
.shop_table .actions {
  display: none;
}

.cart_item {
  border-top: 1px solid #dcdcdc;
  padding-top: calc(0.125vw + 15.6px);
  padding-bottom: calc(2.375vw + 8.4px);
  display: grid;
  position: relative;
  gap: 0 12px;
  grid-template-columns: fit-content(80px) 1fr;
  grid-auto-rows: minmax(min-content, max-content);
  grid-template-areas: "product_thumbnail product_name" "product_thumbnail product_price" "product_thumbnail product_subtotal" "product_thumbnail product_quantity";
}
@media (max-width: 320px) {
  .cart_item {
    padding-top: 16px;
  }
}
@media (min-width: 1920px) {
  .cart_item {
    padding-top: 18px;
  }
}
@media (max-width: 320px) {
  .cart_item {
    padding-bottom: 16px;
  }
}
@media (min-width: 1920px) {
  .cart_item {
    padding-bottom: 54px;
  }
}
@media all and (-ms-high-contrast: none) {
  .cart_item {
    display: -ms-grid;
    -ms-grid-columns: 1fr 1fr;
    -ms-grid-rows: 1fr 1fr 1fr 1fr;
    gap: 0 12px;
  }
}
.cart_item .product-name {
  grid-area: product_name;
}
@media all and (-ms-high-contrast: none) {
  .cart_item .product-name {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 2;
    -ms-grid-column-span: 2;
  }
}
.cart_item .product-thumbnail {
  grid-area: product_thumbnail;
}
@media all and (-ms-high-contrast: none) {
  .cart_item .product-thumbnail {
    -ms-grid-row: 1;
    -ms-grid-row-span: 4;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
  }
}
.cart_item .product-price {
  grid-area: product_price;
}
@media all and (-ms-high-contrast: none) {
  .cart_item .product-price {
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
  }
}
.cart_item .product-quantity {
  grid-area: product_quantity;
}
@media all and (-ms-high-contrast: none) {
  .cart_item .product-quantity {
    -ms-grid-row: 3;
    -ms-grid-row-span: 1;
    -ms-grid-column: 2;
    -ms-grid-column-span: 0;
  }
}
.cart_item .product-subtotal {
  grid-area: product_subtotal;
}
@media all and (-ms-high-contrast: none) {
  .cart_item .product-subtotal {
    -ms-grid-row: 4;
    -ms-grid-row-span: 1;
    -ms-grid-column: 2;
    -ms-grid-column-span: -1;
  }
}
.cart_item .product-remove {
  position: absolute;
  right: 0;
  top: 15px;
}
.cart_item .product-remove a {
  color: transparent !important;
  position: relative;
  width: 16px;
  height: 16px;
  display: flex;
}
.cart_item .product-remove a:after, .cart_item .product-remove a:before {
  content: "";
  position: absolute;
  width: 16px;
  height: 1px;
  background: #000000;
  border-radius: 50%;
  transform-origin: center center;
  transform: rotate(45deg) translate(0, -50%);
}
.cart_item .product-remove a:before {
  transform: rotate(-45deg);
}
.cart_item .product-thumbnail img {
  width: 80px;
  height: 80px;
  object-fit: cover;
}
.cart_item .product-name {
  font-weight: 500;
}
.cart_item .product-name a {
  text-decoration: none;
}
.cart_item .product-brand {
  display: block;
  font-weight: 400;
}
.cart_item .product-price ins,
.cart_item .product-price del {
  text-decoration: none;
}
.cart_item .product-price del bdi {
  position: relative;
}
.cart_item .product-price del bdi:after {
  top: 50%;
  left: 0;
  content: "";
  height: 1.5px;
  width: 100%;
  display: block;
  transform: translateY(-50%);
  background: #d32f36;
  position: absolute;
}
.cart_item .product-price del + ins .product-total-price {
  display: none;
}
.cart_item .product-price del + ins bdi {
  color: #000000;
  font-weight: 500;
}
.cart_item .product-price > .woocommerce-Price-amount.amount.amount--single > bdi {
  color: #000000;
  font-weight: 500;
}
.cart_item .woocommerce-Price-amount.amount,
.cart_item .product-unit-price,
.cart_item .product-variant,
.cart_item .product-sku,
.cart_item .wc-gzd-cart-info.delivery-time-info,
.cart_item .wc-gzd-cart-info.units-info {
  width: 100%;
  display: block;
  font-weight: 400;
  color: #a9a9a9;
}
.cart_item .woocommerce-Price-amount.amount bdi,
.cart_item .product-unit-price bdi,
.cart_item .product-variant bdi,
.cart_item .product-sku bdi,
.cart_item .wc-gzd-cart-info.delivery-time-info bdi,
.cart_item .wc-gzd-cart-info.units-info bdi {
  margin-left: auto;
}
.cart_item .woocommerce-Price-amount.amount del,
.cart_item .woocommerce-Price-amount.amount ins,
.cart_item .product-unit-price del,
.cart_item .product-unit-price ins,
.cart_item .product-variant del,
.cart_item .product-variant ins,
.cart_item .product-sku del,
.cart_item .product-sku ins,
.cart_item .wc-gzd-cart-info.delivery-time-info del,
.cart_item .wc-gzd-cart-info.delivery-time-info ins,
.cart_item .wc-gzd-cart-info.units-info del,
.cart_item .wc-gzd-cart-info.units-info ins {
  display: block;
}
.cart_item .woocommerce-Price-amount.amount {
  margin-bottom: 0 !important;
}
.cart_item .product-variant {
  padding-top: 10px;
  border-top: 1px solid #dcdcdc;
  margin-top: 16px;
  display: flex;
}
.cart_item .product-variant span {
  margin-left: auto;
  font-weight: 500;
  color: #000000;
}
.cart_item .product-unit-price > span {
  display: flex;
}
.cart_item .product-unit-price .woocommerce-Price-amount.amount {
  display: flex;
}
.cart_item .product-unit-price .woocommerce-Price-amount.amount .product-subtotal-price {
  display: none;
}
.cart_item .product-subtotal > .subscription-price > .amount.amount--single,
.cart_item .product-subtotal > .amount.amount--single {
  display: none;
}
.cart_item .product-subtotal > .subscription-price > .amount.amount--single + .subscription-details,
.cart_item .product-subtotal > .amount.amount--single + .subscription-details {
  display: none;
}
.cart_item .product-subtotal > .woocommerce-Price-amount.amount .product-subtotal-price + bdi {
  font-weight: 500;
  color: #000000;
}
.cart_item .wc-gzd-cart-info.delivery-time-info,
.cart_item .product-unit-price,
.cart_item .woocommerce-Price-amount.amount {
  display: flex;
  margin-bottom: 0;
}
.cart_item .wc-gzd-cart-info.delivery-time-info > span,
.cart_item .product-unit-price > span,
.cart_item .woocommerce-Price-amount.amount > span {
  margin-left: auto;
}
.cart_item .wc-gzd-cart-info.units-info {
  color: #000000;
  margin-bottom: 0 !important;
}
.cart_item .wc-gzd-cart-info.delivery-time-info {
  padding-top: 10px;
  border-top: 1px solid #dcdcdc;
  margin-top: 16px;
}
.cart_item .wc-gzd-cart-info.delivery-time-info > span {
  color: #000000;
}
.cart_item .subscription-details {
  display: block;
  text-align: right;
  max-width: 190px;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cart_item .subscription-details {
    max-width: 250px;
  }
}
.cart_item .subscription-details .product-subtotal-price,
.cart_item .subscription-details .product-total-price {
  display: none;
}
.cart_item .subscription-details .woocommerce-Price-amount.amount {
  width: auto;
  margin: 0 2px;
  display: inline-block;
}
.cart_item .subscription-details .woocommerce-Price-amount.amount bdi {
  color: #000000;
  font-weight: 500;
}

.cart-collaterals {
  padding: 22px 1rem 22px;
}
@media (min-width: 768px) {
  .cart-collaterals {
    padding-top: 0;
  }
}
.cart-collaterals .cart_totals {
  border-top: 1px solid #dcdcdc;
}
@media (min-width: 768px) {
  .cart-collaterals .cart_totals {
    padding-top: 22px;
  }
}
.cart-collaterals .cart_totals h2 {
  display: none;
}
.cart-collaterals .cart_totals .recurring-totals {
  padding-top: 10px;
  border-top: 1px solid #dcdcdc;
  margin-top: 16px;
}
.cart-collaterals .cart_totals .recurring-totals th {
  font-weight: 500;
}
.cart-collaterals .cart_totals .recurring-total {
  text-align: right;
}
.cart-collaterals .cart_totals .recurring-total .includes_tax {
  display: block;
}
.cart-collaterals .shop_table tr {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 0 !important;
}
.cart-collaterals .shop_table tr th {
  font-weight: 400;
}
.cart-collaterals .wc-proceed-to-checkout {
  text-align: center;
}
@media (min-width: 768px) {
  .cart-collaterals .wc-proceed-to-checkout {
    text-align: right;
  }
}

/* ==========================================================================
   # CART - QUANTITY INPUT
   ========================================================================== */
.product-quantity {
  padding-top: 10px;
  border-top: 1px solid #dcdcdc;
  margin-top: 16px;
}
.product-quantity .tinvwl-shortcode-add-to-cart {
  margin-right: auto;
  justify-content: flex-start;
}

.quantity-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.quantity-wrapper .quantity-label {
  text-align: center;
  justify-content: center;
  margin: 0 20px;
}
.quantity {
  display: flex;
  /* Firefox */
}
.quantity label {
  display: none;
}
.quantity input {
  border: none;
  text-align: center;
  pointer-events: none;
  font-family: "Maax", -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", "Roboto", "Helvetica Neue", "Arial", sans-serif;
  font-weight: 500;
  margin-bottom: 0 !important;
}
.quantity input::-webkit-outer-spin-button,
.quantity input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.quantity input[type=number] {
  -moz-appearance: textfield;
}

/* ==========================================================================
   # CART - SHIPPING CALC FORM
   ========================================================================== */
.woocommerce-shipping-calculator--wrapper {
  width: 100%;
}

.shipping-calculator-form {
  padding-bottom: 16px;
}
.shipping-calculator-form p:last-of-type {
  text-align: center;
}

.wc_coupon_message_wrap {
  display: none;
}

/* ==========================================================================
   # CART - Clear
   ========================================================================== */
.clear-cart-wrapper {
  display: flex;
  width: 100%;
  padding-top: 14px;
  padding-bottom: 18px;
  border-top: 1px solid #dcdcdc;
  justify-content: flex-end;
}

a.clear-cart-link {
  color: #a9a9a9 !important;
}

/* ==========================================================================
   # CART - Subscription
   ========================================================================== */
.enr-cart_level-subscribe-now-wrapper {
  width: 100%;
  display: inline-block;
}
.enr-cart_level-subscribe-now-wrapper .enr-subscribe-now-handle-row td {
  width: 100%;
}
.enr-cart_level-subscribe-now-wrapper p:last-of-type {
  color: #a9a9a9;
}

/* ==========================================================================
   ADDRESSES
   ========================================================================== */
.woocommerce-Address {
  margin-top: 2rem;
}
.woocommerce-Address address {
  margin: 0;
  font-style: normal;
}
.woocommerce-Address + .woocommerce-Address {
  margin-top: 3rem;
}

.woocommerce-Address-title {
  font-family: "Maax";
  font-weight: 400;
  font-size: 14px;
  line-height: 1.4;
  font-weight: 500;
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #dcdcdc;
  padding-bottom: 0.5rem;
  margin-bottom: 0.5rem;
}
@media screen and (min-width: 375px) {
  .woocommerce-Address-title {
    font-size: calc(
        14px +
          2 *
          (100vw - 375px) /
          1065
      );
  }
}
@media screen and (min-width: 1440px) {
  .woocommerce-Address-title {
    font-size: 16px;
  }
}
@media (min-width: 1024px) {
  .woocommerce-Address-title {
    line-height: 1.4;
  }
}
.woocommerce-Address-title h3 {
  font-family: "Maax";
  font-weight: 400;
  font-size: 14px;
  line-height: 1.4;
  margin: 0;
}
@media screen and (min-width: 375px) {
  .woocommerce-Address-title h3 {
    font-size: calc(
        14px +
          2 *
          (100vw - 375px) /
          1065
      );
  }
}
@media screen and (min-width: 1440px) {
  .woocommerce-Address-title h3 {
    font-size: 16px;
  }
}
@media (min-width: 1024px) {
  .woocommerce-Address-title h3 {
    line-height: 1.4;
  }
}

h3 + .woocommerce-address-fields {
  margin-top: 2rem;
}
@media (min-width: 1024px) {
  h3 + .woocommerce-address-fields {
    margin-top: 4rem;
  }
}

/* ==========================================================================
   PRODUCT REVIEWS
   ========================================================================== */
.woocommerce-Reviews {
  display: flex;
  flex-flow: column nowrap;
}
.woocommerce-Reviews [class~=woocommerce-verification-required] {
  order: 2;
}
.woocommerce-Reviews [class~=woocommerce-Reviews__cta] {
  order: 3;
}
.woocommerce-Reviews [id~=comments] {
  order: 1;
}
.woocommerce-Reviews .commentlist {
  list-style: none;
  margin: 0;
}
.woocommerce-Reviews .commentlist li + li {
  border-top: 1px solid #dcdcdc;
  padding-top: 1rem;
}
.woocommerce-Reviews .comment-reply-title {
  font-family: "Maax";
  font-weight: 400;
  font-size: 14px;
  line-height: 1.4;
  margin-bottom: 1.5rem;
  display: block;
}
@media screen and (min-width: 375px) {
  .woocommerce-Reviews .comment-reply-title {
    font-size: calc(
        14px +
          2 *
          (100vw - 375px) /
          1065
      );
  }
}
@media screen and (min-width: 1440px) {
  .woocommerce-Reviews .comment-reply-title {
    font-size: 16px;
  }
}
@media (min-width: 1024px) {
  .woocommerce-Reviews .comment-reply-title {
    line-height: 1.4;
  }
}
.woocommerce-Reviews .comment-form {
  background-color: #dcdcdc;
  padding: 1rem 1.25rem 1.5rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.woocommerce-Reviews .comment-form * {
  all: revert;
}
.woocommerce-Reviews .comment-form #comment {
  font-family: "Maax";
  font-weight: 400;
  font-size: 14px;
  line-height: 1.4;
  box-sizing: border-box;
  background: transparent;
  border: 1px solid;
  border-radius: 0.25rem;
  padding: 1rem;
  resize: none;
  width: 100%;
}
@media screen and (min-width: 375px) {
  .woocommerce-Reviews .comment-form #comment {
    font-size: calc(
        14px +
          2 *
          (100vw - 375px) /
          1065
      );
  }
}
@media screen and (min-width: 1440px) {
  .woocommerce-Reviews .comment-form #comment {
    font-size: 16px;
  }
}
@media (min-width: 1024px) {
  .woocommerce-Reviews .comment-form #comment {
    line-height: 1.4;
  }
}
.woocommerce-Reviews .comment-form .comment-form-rating label {
  font-family: "Maax";
  font-weight: 400;
  font-size: 14px;
  line-height: 1.4;
  font-weight: 500;
}
@media screen and (min-width: 375px) {
  .woocommerce-Reviews .comment-form .comment-form-rating label {
    font-size: calc(
        14px +
          2 *
          (100vw - 375px) /
          1065
      );
  }
}
@media screen and (min-width: 1440px) {
  .woocommerce-Reviews .comment-form .comment-form-rating label {
    font-size: 16px;
  }
}
@media (min-width: 1024px) {
  .woocommerce-Reviews .comment-form .comment-form-rating label {
    line-height: 1.4;
  }
}
.woocommerce-Reviews .comment-form .comment-form-rating .stars {
  margin-top: 1.375rem;
  margin-bottom: 1.5rem;
}
.woocommerce-Reviews .comment-form .comment-form-rating .stars span {
  display: flex;
}
.woocommerce-Reviews .comment-form .comment-form-rating .stars a {
  position: relative;
  color: transparent;
  width: 1.469375rem;
  height: 1.353125rem;
  padding-right: 0.5625rem;
}
.woocommerce-Reviews .comment-form .comment-form-rating .stars a::before, .woocommerce-Reviews .comment-form .comment-form-rating .stars a::after {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: transparent no-repeat 50% 50%/1.469375rem 1.353125rem;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' view1Box='0 0 23.512 21.647'%3E%3Cpath d='M1.289 9.548a1.29 1.29 0 0 0 0 2.579h22.223V9.575H1.289Z' data-name='Path 84'/%3E%3Cpath d='M15.886 20.522a1.285 1.285 0 1 0 2.222-1.289L6.969 0 4.747 1.289Z' data-name='Path 85'/%3E%3Cpath d='M18.08 2.386A1.3 1.3 0 0 0 17.614.63a1.263 1.263 0 0 0-1.728.466L4.774 20.358l2.222 1.289Z' data-name='Path 86'/%3E%3C/svg%3E");
}
.woocommerce-Reviews .comment-form .comment-form-rating .stars a::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 23.512 21.647'%3E%3Cpath fill='%23666' d='M1.289 9.548a1.29 1.29 0 0 0 0 2.579h22.223V9.575H1.289Z' data-name='Path 84'/%3E%3Cpath fill='%23666' d='M15.886 20.522a1.285 1.285 0 1 0 2.222-1.289L6.969 0 4.747 1.289Z' data-name='Path 85'/%3E%3Cpath fill='%23666' d='M18.08 2.386A1.3 1.3 0 0 0 17.614.63a1.263 1.263 0 0 0-1.728.466L4.774 20.358l2.222 1.289Z' data-name='Path 86'/%3E%3C/svg%3E");
  z-index: 0;
}
.woocommerce-Reviews .comment-form .comment-form-rating .stars a:hover ~ a::before {
  opacity: 0;
}
.woocommerce-Reviews .comment-form .comment-form-rating .stars a.active ~ a::before {
  opacity: 0;
}
.woocommerce-Reviews .comment-form .comment-form-rating .stars.selected:hover a.active ~ a::before {
  opacity: revert;
}
.woocommerce-Reviews .comment-form .comment-form-rating .stars.selected:hover a:hover ~ a::before {
  opacity: 0;
}
.woocommerce-Reviews #comments {
  margin-top: 3rem;
}
.woocommerce-Reviews .woocommerce-noreviews {
  margin: 0;
}
.woocommerce-Reviews .comment-text {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
}
.woocommerce-Reviews .comment-text .description {
  padding-top: 1rem;
  width: 100%;
  order: 1;
}
.woocommerce-Reviews .comment-text .c-rating__stars {
  align-items: flex-start;
  transform: translateY(0.375rem);
  order: 1;
}
.woocommerce-Reviews .comment-text .meta {
  margin-bottom: 0;
  order: 0;
  display: flex;
  flex-direction: column;
}
.woocommerce-Reviews .comment-text .woocommerce-review__author {
  margin-bottom: 0.5rem;
}

.woocommerce-Reviews__cta {
  align-self: flex-start;
}

/* ==========================================================================
   PRODUCT SINGLE STYLES
   ========================================================================== */
.woocommerce-product-gallery__wrapper {
  width: 100%;
}

.woocommerce-product-gallery__image .wp-post-image {
  width: 100%;
  height: auto;
}

.brand-name {
  font-family: "Maax";
  font-weight: 500;
  font-size: 20px;
  line-height: 1.2;
  letter-spacing: -0.1;
}
@media screen and (min-width: 375px) {
  .brand-name {
    font-size: calc(
        20px +
          8 *
          (100vw - 375px) /
          1065
      );
  }
}
@media screen and (min-width: 1440px) {
  .brand-name {
    font-size: 28px;
  }
}
@media (min-width: 1024px) {
  .brand-name {
    line-height: 1.2;
  }
}
@media (min-width: 1024px) {
  .brand-name {
    letter-spacing: -0.14;
  }
}

.variations td.label {
  display: none;
}
.variations td.value {
  display: flex;
  flex-direction: column;
}

.single-product form.cart.has-unit-price-observer {
  background: #e8e8e8;
  padding: 0 0 1.125rem 0;
}
.single-product form.cart.has-unit-price-observer:not(.variations_form) {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 0 0.75rem 1.125rem;
}
.single-product form.cart.has-unit-price-observer .variations {
  margin-bottom: 0;
}
.single-product form.cart.has-unit-price-observer .woocommerce-variation-add-to-cart {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 0 1rem;
}
.single-product form.cart.has-unit-price-observer .quantity {
  width: 100%;
  padding: 0.75rem 0;
  border-bottom: 1px solid #dcdcdc;
  margin-bottom: 0.75rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.single-product form.cart.has-unit-price-observer .quantity .quantity-label {
  text-align: center;
}
.single-product form.cart.has-unit-price-observer .quantity input {
  background: transparent;
  border: none;
  padding: 0;
  pointer-events: none;
}
.single-product form.cart.has-unit-price-observer .tinv-wishlist.tinvwl-after-add-to-cart {
  display: inline-flex;
  width: auto;
  order: 4;
}
.single-product form.cart.has-unit-price-observer .tinv-wishlist.tinvwl-after-add-to-cart .tinvwl_add_to_wishlist_button {
  margin-top: 0;
}
.single-product form.cart.has-unit-price-observer .single_add_to_cart_button {
  order: 5;
}

/* ==========================================================================
   #ALIGN
   ========================================================================== */
.u-float-left {
  float: left;
}

.u-float-right {
  float: right;
}

.u-clear {
  clear: both;
}

.u-text-center {
  text-align: center;
}

.u-text-left {
  text-align: left;
}

.u-text-right {
  text-align: right;
}

/* ==========================================================================
   #CLEARFIX
   ========================================================================== */
/**
 * Attach our clearfix mixin to a utility class.
 */
.u-clearfix:after {
  content: "" !important;
  display: block !important;
  clear: both !important;
}

.u-color-black {
  color: #000000;
}

.u-background-black {
  background-color: #000000;
}

.u-border-color-black {
  border-color: #000000;
}

.u-color-grey-tundora {
  color: #404040;
}

.u-background-grey-tundora {
  background-color: #404040;
}

.u-border-color-grey-tundora {
  border-color: #404040;
}

.u-color-grey-scorpion {
  color: #606060;
}

.u-background-grey-scorpion {
  background-color: #606060;
}

.u-border-color-grey-scorpion {
  border-color: #606060;
}

.u-color-grey {
  color: #808080;
}

.u-background-grey {
  background-color: #808080;
}

.u-border-color-grey {
  border-color: #808080;
}

.u-color-grey-chalice {
  color: #a9a9a9;
}

.u-background-grey-chalice {
  background-color: #a9a9a9;
}

.u-border-color-grey-chalice {
  border-color: #a9a9a9;
}

.u-color-grey-silver {
  color: #c0c0c0;
}

.u-background-grey-silver {
  background-color: #c0c0c0;
}

.u-border-color-grey-silver {
  border-color: #c0c0c0;
}

.u-color-grey-alto {
  color: #dcdcdc;
}

.u-background-grey-alto {
  background-color: #dcdcdc;
}

.u-border-color-grey-alto {
  border-color: #dcdcdc;
}

.u-color-grey-mercury {
  color: #e8e8e8;
}

.u-background-grey-mercury {
  background-color: #e8e8e8;
}

.u-border-color-grey-mercury {
  border-color: #e8e8e8;
}

.u-color-white {
  color: #ffffff;
}

.u-background-white {
  background-color: #ffffff;
}

.u-border-color-white {
  border-color: #ffffff;
}

.u-color-monarch {
  color: #980a2c;
}

.u-background-monarch {
  background-color: #980a2c;
}

.u-border-color-monarch {
  border-color: #980a2c;
}

.u-color-cello {
  color: #203865;
}

.u-background-cello {
  background-color: #203865;
}

.u-border-color-cello {
  border-color: #203865;
}

.u-color-bush {
  color: #0e3b20;
}

.u-background-bush {
  background-color: #0e3b20;
}

.u-border-color-bush {
  border-color: #0e3b20;
}

.u-color-teak {
  color: #b3a06e;
}

.u-background-teak {
  background-color: #b3a06e;
}

.u-border-color-teak {
  border-color: #b3a06e;
}

.u-color-apple {
  color: #62b52e;
}

.u-background-apple {
  background-color: #62b52e;
}

.u-border-color-apple {
  border-color: #62b52e;
}

.u-color-persian-red {
  color: #d32f36;
}

.u-background-persian-red {
  background-color: #d32f36;
}

.u-border-color-persian-red {
  border-color: #d32f36;
}

.u-color-sunshade {
  color: #ff9729;
}

.u-background-sunshade {
  background-color: #ff9729;
}

.u-border-color-sunshade {
  border-color: #ff9729;
}

.u-color-piction-blue {
  color: #29bbe3;
}

.u-background-piction-blue {
  background-color: #29bbe3;
}

.u-border-color-piction-blue {
  border-color: #29bbe3;
}

.u-color-shalimar {
  color: #ffffb9;
}

.u-background-shalimar {
  background-color: #ffffb9;
}

.u-border-color-shalimar {
  border-color: #ffffb9;
}

/* ==========================================================================
   #HIDE
   ========================================================================== */
/**
 * Hide only visually, but have it available for screen readers:
 * http://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 */
.u-hidden-visually {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  white-space: nowrap !important;
  width: 1px !important;
}

/**
 * Hide visually and from screen readers.
 */
.u-hidden {
  display: none !important;
}

.u-hidden\@small {
  display: none;
}
@media (min-width: 768px) {
  .u-hidden\@small {
    display: block;
  }
}

/* ==========================================================================
   SPACING
   ========================================================================== */
.u-space--xl-top {
  padding-top: 48px;
}
@media screen and (min-width: 375px) {
  .u-space--xl-top {
    padding-top: calc(
        48px +
          48 *
          (100vw - 375px) /
          1065
      );
  }
}
@media screen and (min-width: 1440px) {
  .u-space--xl-top {
    padding-top: 96px;
  }
}

@media (max-width: 1023.98px) {
  .u-space--xl-top-mobile {
    padding-top: 48px;
  }
}
@media screen and (max-width: 1023.98px) and (min-width: 375px) {
  .u-space--xl-top-mobile {
    padding-top: calc(
        48px +
          48 *
          (100vw - 375px) /
          1065
      );
  }
}
@media screen and (max-width: 1023.98px) and (min-width: 1440px) {
  .u-space--xl-top-mobile {
    padding-top: 96px;
  }
}
.u-space--xl-bottom {
  padding-bottom: 48px;
}
@media screen and (min-width: 375px) {
  .u-space--xl-bottom {
    padding-bottom: calc(
        48px +
          48 *
          (100vw - 375px) /
          1065
      );
  }
}
@media screen and (min-width: 1440px) {
  .u-space--xl-bottom {
    padding-bottom: 96px;
  }
}

@media (max-width: 1023.98px) {
  .u-space--xl-bottom-mobile {
    padding-bottom: 48px;
  }
}
@media screen and (max-width: 1023.98px) and (min-width: 375px) {
  .u-space--xl-bottom-mobile {
    padding-bottom: calc(
        48px +
          48 *
          (100vw - 375px) /
          1065
      );
  }
}
@media screen and (max-width: 1023.98px) and (min-width: 1440px) {
  .u-space--xl-bottom-mobile {
    padding-bottom: 96px;
  }
}
.u-space--l-top {
  padding-top: 32px;
}
@media screen and (min-width: 375px) {
  .u-space--l-top {
    padding-top: calc(
        32px +
          32 *
          (100vw - 375px) /
          1065
      );
  }
}
@media screen and (min-width: 1440px) {
  .u-space--l-top {
    padding-top: 64px;
  }
}

@media (max-width: 1023.98px) {
  .u-space--l-top-mobile {
    padding-top: 32px;
  }
}
@media screen and (max-width: 1023.98px) and (min-width: 375px) {
  .u-space--l-top-mobile {
    padding-top: calc(
        32px +
          32 *
          (100vw - 375px) /
          1065
      );
  }
}
@media screen and (max-width: 1023.98px) and (min-width: 1440px) {
  .u-space--l-top-mobile {
    padding-top: 64px;
  }
}
.u-space--l-bottom {
  padding-bottom: 32px;
}
@media screen and (min-width: 375px) {
  .u-space--l-bottom {
    padding-bottom: calc(
        32px +
          32 *
          (100vw - 375px) /
          1065
      );
  }
}
@media screen and (min-width: 1440px) {
  .u-space--l-bottom {
    padding-bottom: 64px;
  }
}

@media (max-width: 1023.98px) {
  .u-space--l-bottom-mobile {
    padding-bottom: 32px;
  }
}
@media screen and (max-width: 1023.98px) and (min-width: 375px) {
  .u-space--l-bottom-mobile {
    padding-bottom: calc(
        32px +
          32 *
          (100vw - 375px) /
          1065
      );
  }
}
@media screen and (max-width: 1023.98px) and (min-width: 1440px) {
  .u-space--l-bottom-mobile {
    padding-bottom: 64px;
  }
}
.u-space--m-top {
  padding-top: 24px;
}
@media screen and (min-width: 375px) {
  .u-space--m-top {
    padding-top: calc(
        24px +
          24 *
          (100vw - 375px) /
          1065
      );
  }
}
@media screen and (min-width: 1440px) {
  .u-space--m-top {
    padding-top: 48px;
  }
}

@media (max-width: 1023.98px) {
  .u-space--m-top-mobile {
    padding-top: 24px;
  }
}
@media screen and (max-width: 1023.98px) and (min-width: 375px) {
  .u-space--m-top-mobile {
    padding-top: calc(
        24px +
          24 *
          (100vw - 375px) /
          1065
      );
  }
}
@media screen and (max-width: 1023.98px) and (min-width: 1440px) {
  .u-space--m-top-mobile {
    padding-top: 48px;
  }
}
.u-space--m-bottom {
  padding-bottom: 24px;
}
@media screen and (min-width: 375px) {
  .u-space--m-bottom {
    padding-bottom: calc(
        24px +
          24 *
          (100vw - 375px) /
          1065
      );
  }
}
@media screen and (min-width: 1440px) {
  .u-space--m-bottom {
    padding-bottom: 48px;
  }
}

@media (max-width: 1023.98px) {
  .u-space--m-bottom-mobile {
    padding-bottom: 24px;
  }
}
@media screen and (max-width: 1023.98px) and (min-width: 375px) {
  .u-space--m-bottom-mobile {
    padding-bottom: calc(
        24px +
          24 *
          (100vw - 375px) /
          1065
      );
  }
}
@media screen and (max-width: 1023.98px) and (min-width: 1440px) {
  .u-space--m-bottom-mobile {
    padding-bottom: 48px;
  }
}
.u-space--s-top {
  padding-top: 16px;
}
@media screen and (min-width: 375px) {
  .u-space--s-top {
    padding-top: calc(
        16px +
          16 *
          (100vw - 375px) /
          1065
      );
  }
}
@media screen and (min-width: 1440px) {
  .u-space--s-top {
    padding-top: 32px;
  }
}

@media (max-width: 1023.98px) {
  .u-space--s-top-mobile {
    padding-top: 16px;
  }
}
@media screen and (max-width: 1023.98px) and (min-width: 375px) {
  .u-space--s-top-mobile {
    padding-top: calc(
        16px +
          16 *
          (100vw - 375px) /
          1065
      );
  }
}
@media screen and (max-width: 1023.98px) and (min-width: 1440px) {
  .u-space--s-top-mobile {
    padding-top: 32px;
  }
}
.u-space--s-bottom {
  padding-bottom: 16px;
}
@media screen and (min-width: 375px) {
  .u-space--s-bottom {
    padding-bottom: calc(
        16px +
          16 *
          (100vw - 375px) /
          1065
      );
  }
}
@media screen and (min-width: 1440px) {
  .u-space--s-bottom {
    padding-bottom: 32px;
  }
}

@media (max-width: 1023.98px) {
  .u-space--s-bottom-mobile {
    padding-bottom: 16px;
  }
}
@media screen and (max-width: 1023.98px) and (min-width: 375px) {
  .u-space--s-bottom-mobile {
    padding-bottom: calc(
        16px +
          16 *
          (100vw - 375px) /
          1065
      );
  }
}
@media screen and (max-width: 1023.98px) and (min-width: 1440px) {
  .u-space--s-bottom-mobile {
    padding-bottom: 32px;
  }
}
/* ==========================================================================
   TABS
   ========================================================================== */
.u-tabs__list {
  display: flex;
  align-items: center;
  list-style: none;
  margin: 0;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid #dcdcdc;
}

.u-tabs__list-item {
  padding: 0;
  margin: 0;
}
.u-tabs__list-item + .u-tabs__list-item {
  margin-left: 1.5rem;
}

.u-tabs__list-link {
  position: relative;
  text-decoration: none;
}
.u-tabs__list-link span {
  font-weight: 400;
}
.u-tabs__list-link[aria-selected=true]::after {
  content: "";
  position: absolute;
  display: block;
  bottom: -0.5rem;
  transform: translateY(50%);
  width: 100%;
  height: 0.25rem;
  background-color: #000;
}

.u-tabs__target {
  margin-top: 3.25rem;
}

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