/** Shopify CDN: Minification failed

Line 6209:1 Expected "}" to go with "{"

**/
.swiper-virtual .swiper-slide {
  -webkit-backface-visibility: hidden;
  transform: translateZ(0);
}
.swiper-virtual.swiper-css-mode .swiper-wrapper:after {
  content: "";
  left: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
}
.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper:after {
  height: 1px;
  width: var(--swiper-virtual-size);
}
.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper:after {
  height: var(--swiper-virtual-size);
  width: 1px;
}
:root {
  --swiper-navigation-size: 44px;
}
.swiper-button-next,
.swiper-button-prev {
  align-items: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
  cursor: pointer;
  display: flex;
  height: var(--swiper-navigation-size);
  justify-content: center;
  margin-top: calc(0px - var(--swiper-navigation-size) / 2);
  position: absolute;
  top: 50%;
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  z-index: 10;
}
.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  cursor: auto;
  opacity: 0.35;
  pointer-events: none;
}
.swiper-button-next.swiper-button-hidden,
.swiper-button-prev.swiper-button-hidden {
  cursor: auto;
  opacity: 0;
  pointer-events: none;
}
.swiper-navigation-disabled .swiper-button-next,
.swiper-navigation-disabled .swiper-button-prev {
  display: none !important;
}
.swiper-button-next:after,
.swiper-button-prev:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  font-variant: normal;
  letter-spacing: 0;
  line-height: 1;
  text-transform: none !important;
}
.swiper-button-prev,
.swiper-rtl .swiper-button-next {
  left: 10px;
  right: auto;
}
.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  content: "prev";
}
.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  left: auto;
  right: 10px;
}
.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  content: "next";
}
.swiper-button-lock {
  display: none;
}
.swiper-pagination {
  position: absolute;
  text-align: center;
  transform: translateZ(0);
  transition: opacity 0.3s;
  z-index: 10;
}
.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}
.swiper-pagination-disabled > .swiper-pagination,
.swiper-pagination.swiper-pagination-disabled {
  display: none !important;
}
.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%;
}
.swiper-pagination-bullets-dynamic {
  font-size: 0;
  overflow: hidden;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  position: relative;
  transform: scale(0.33);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active,
.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 {
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  border-radius: 50%;
  display: inline-block;
  height: var(
    --swiper-pagination-bullet-height,
    var(--swiper-pagination-bullet-size, 8px)
  );
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
  width: var(
    --swiper-pagination-bullet-width,
    var(--swiper-pagination-bullet-size, 8px)
  );
}
button.swiper-pagination-bullet {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  box-shadow: none;
  margin: 0;
  padding: 0;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}
.swiper-pagination-bullet:only-child {
  display: none !important;
}
.swiper-pagination-bullet-active {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  opacity: var(--swiper-pagination-bullet-opacity, 1);
}
.swiper-pagination-vertical.swiper-pagination-bullets,
.swiper-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  transform: translate3d(0, -50%, 0);
}
.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  display: block;
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
}
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-vertical
  > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic
  .swiper-pagination-bullet,
.swiper-vertical
  > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic
  .swiper-pagination-bullet {
  display: inline-block;
  transition: transform 0.2s, top 0.2s;
}
.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: transform 0.2s, left 0.2s;
}
.swiper-horizontal.swiper-rtl
  > .swiper-pagination-bullets-dynamic
  .swiper-pagination-bullet {
  transition: transform 0.2s, right 0.2s;
}
.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));
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  transform: scale(0);
  transform-origin: left top;
  width: 100%;
}
.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-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,
.swiper-vertical
  > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  height: 4px;
  left: 0;
  top: 0;
  width: 100%;
}
.swiper-horizontal
  > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-vertical,
.swiper-vertical > .swiper-pagination-progressbar {
  height: 100%;
  left: 0;
  top: 0;
  width: 4px;
}
.swiper-pagination-lock {
  display: none;
}
.swiper-scrollbar {
  background: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
}
.swiper-scrollbar-disabled > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-disabled {
  display: none !important;
}
.swiper-horizontal > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-horizontal {
  bottom: 3px;
  height: 5px;
  left: 1%;
  position: absolute;
  width: 98%;
  z-index: 50;
}
.swiper-scrollbar.swiper-scrollbar-vertical,
.swiper-vertical > .swiper-scrollbar {
  height: 98%;
  position: absolute;
  right: 3px;
  top: 1%;
  width: 5px;
  z-index: 50;
}
.swiper-scrollbar-drag {
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  height: 100%;
  left: 0;
  position: relative;
  top: 0;
  width: 100%;
}
.swiper-scrollbar-cursor-drag {
  cursor: move;
}
.swiper-scrollbar-lock {
  display: none;
}
.swiper-zoom-container {
  align-items: center;
  display: flex;
  height: 100%;
  justify-content: center;
  text-align: center;
  width: 100%;
}
.swiper-zoom-container > canvas,
.swiper-zoom-container > img,
.swiper-zoom-container > svg {
  max-height: 100%;
  max-width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.swiper-slide-zoomed {
  cursor: move;
}
.swiper-lazy-preloader {
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top: 4px solid transparent;
  box-sizing: border-box;
  height: 42px;
  left: 50%;
  margin-left: -21px;
  margin-top: -21px;
  position: absolute;
  top: 50%;
  transform-origin: 50%;
  width: 42px;
  z-index: 10;
}
.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,
.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader {
  -webkit-animation: swiper-preloader-spin 1s linear infinite;
  animation: swiper-preloader-spin 1s linear infinite;
}
.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}
.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}
@-webkit-keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(1turn);
  }
}
@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(1turn);
  }
}
.swiper .swiper-notification {
  left: 0;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  z-index: -1000;
}
.swiper-free-mode > .swiper-wrapper {
  margin: 0 auto;
  transition-timing-function: ease-out;
}
.swiper-grid > .swiper-wrapper {
  flex-wrap: wrap;
}
.swiper-grid-column > .swiper-wrapper {
  flex-direction: column;
  flex-wrap: wrap;
}
.swiper-fade.swiper-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}
.swiper-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}
.swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-fade .swiper-slide-active,
.swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-cube {
  overflow: visible;
}
.swiper-cube .swiper-slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  height: 100%;
  pointer-events: none;
  transform-origin: 0 0;
  visibility: hidden;
  width: 100%;
  z-index: 1;
}
.swiper-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-cube.swiper-rtl .swiper-slide {
  transform-origin: 100% 0;
}
.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-next,
.swiper-cube .swiper-slide-next + .swiper-slide,
.swiper-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}
.swiper-cube .swiper-slide-shadow-bottom,
.swiper-cube .swiper-slide-shadow-left,
.swiper-cube .swiper-slide-shadow-right,
.swiper-cube .swiper-slide-shadow-top {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 0;
}
.swiper-cube .swiper-cube-shadow {
  bottom: 0;
  height: 100%;
  left: 0;
  opacity: 0.6;
  position: absolute;
  width: 100%;
  z-index: 0;
}
.swiper-cube .swiper-cube-shadow:before {
  background: #000;
  bottom: 0;
  content: "";
  filter: blur(50px);
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.swiper-flip {
  overflow: visible;
}
.swiper-flip .swiper-slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  pointer-events: none;
  z-index: 1;
}
.swiper-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-flip .swiper-slide-active,
.swiper-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-flip .swiper-slide-shadow-bottom,
.swiper-flip .swiper-slide-shadow-left,
.swiper-flip .swiper-slide-shadow-right,
.swiper-flip .swiper-slide-shadow-top {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 0;
}
.swiper-creative .swiper-slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
  transition-property: transform, opacity, height;
}
.swiper-cards {
  overflow: visible;
}
.swiper-cards .swiper-slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
  transform-origin: center bottom;
}
:root {
  --f-spinner-width: 36px;
  --f-spinner-height: 36px;
  --f-spinner-color-1: rgba(0, 0, 0, 0.1);
  --f-spinner-color-2: rgba(17, 24, 28, 0.8);
  --f-spinner-stroke: 2.75;
}
.f-spinner {
  height: var(--f-spinner-height);
  margin: auto;
  padding: 0;
  width: var(--f-spinner-width);
}
.f-spinner svg {
  -webkit-animation: f-spinner-rotate 2s linear infinite;
  animation: f-spinner-rotate 2s linear infinite;
  height: 100%;
  vertical-align: top;
  width: 100%;
}
.f-spinner svg * {
  stroke-width: var(--f-spinner-stroke);
  fill: none;
}
.f-spinner svg :first-child {
  stroke: var(--f-spinner-color-1);
}
.f-spinner svg :last-child {
  stroke: var(--f-spinner-color-2);
  -webkit-animation: f-spinner-dash 2s ease-in-out infinite;
  animation: f-spinner-dash 2s ease-in-out infinite;
}
@-webkit-keyframes f-spinner-rotate {
  to {
    transform: rotate(1turn);
  }
}
@keyframes f-spinner-rotate {
  to {
    transform: rotate(1turn);
  }
}
@-webkit-keyframes f-spinner-dash {
  0% {
    stroke-dasharray: 1, 150;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 90, 150;
    stroke-dashoffset: -35;
  }
  to {
    stroke-dasharray: 90, 150;
    stroke-dashoffset: -124;
  }
}
@keyframes f-spinner-dash {
  0% {
    stroke-dasharray: 1, 150;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 90, 150;
    stroke-dashoffset: -35;
  }
  to {
    stroke-dasharray: 90, 150;
    stroke-dashoffset: -124;
  }
}
.f-throwOutUp {
  -webkit-animation: var(--f-throw-out-duration, 0.175s) ease-out both
    f-throwOutUp;
  animation: var(--f-throw-out-duration, 0.175s) ease-out both f-throwOutUp;
}
.f-throwOutDown {
  -webkit-animation: var(--f-throw-out-duration, 0.175s) ease-out both
    f-throwOutDown;
  animation: var(--f-throw-out-duration, 0.175s) ease-out both f-throwOutDown;
}
@-webkit-keyframes f-throwOutUp {
  to {
    opacity: 0;
    transform: translate3d(0, calc(var(--f-throw-out-distance, 150px) * -1), 0);
  }
}
@keyframes f-throwOutUp {
  to {
    opacity: 0;
    transform: translate3d(0, calc(var(--f-throw-out-distance, 150px) * -1), 0);
  }
}
@-webkit-keyframes f-throwOutDown {
  to {
    opacity: 0;
    transform: translate3d(0, var(--f-throw-out-distance, 150px), 0);
  }
}
@keyframes f-throwOutDown {
  to {
    opacity: 0;
    transform: translate3d(0, var(--f-throw-out-distance, 150px), 0);
  }
}
.f-zoomInUp {
  -webkit-animation: var(--f-transition-duration, 0.2s) ease 0.1s both
    f-zoomInUp;
  animation: var(--f-transition-duration, 0.2s) ease 0.1s both f-zoomInUp;
}
.f-zoomOutDown {
  -webkit-animation: var(--f-transition-duration, 0.2s) ease both f-zoomOutDown;
  animation: var(--f-transition-duration, 0.2s) ease both f-zoomOutDown;
}
@-webkit-keyframes f-zoomInUp {
  0% {
    opacity: 0;
    transform: scale(0.975) translate3d(0, 16px, 0);
  }
  to {
    opacity: 1;
    transform: scale(1) translateZ(0);
  }
}
@keyframes f-zoomInUp {
  0% {
    opacity: 0;
    transform: scale(0.975) translate3d(0, 16px, 0);
  }
  to {
    opacity: 1;
    transform: scale(1) translateZ(0);
  }
}
@-webkit-keyframes f-zoomOutDown {
  to {
    opacity: 0;
    transform: scale(0.975) translate3d(0, 16px, 0);
  }
}
@keyframes f-zoomOutDown {
  to {
    opacity: 0;
    transform: scale(0.975) translate3d(0, 16px, 0);
  }
}
.f-fadeIn {
  -webkit-animation: var(--f-transition-duration, 0.2s)
    var(--f-transition-easing, ease) var(--f-transition-delay, 0s) both f-fadeIn;
  animation: var(--f-transition-duration, 0.2s) var(--f-transition-easing, ease)
    var(--f-transition-delay, 0s) both f-fadeIn;
  z-index: 2;
}
.f-fadeOut {
  -webkit-animation: var(--f-transition-duration, 0.2s)
    var(--f-transition-easing, ease) var(--f-transition-delay, 0s) both
    f-fadeOut;
  animation: var(--f-transition-duration, 0.2s) var(--f-transition-easing, ease)
    var(--f-transition-delay, 0s) both f-fadeOut;
  z-index: 1;
}
@-webkit-keyframes f-fadeIn {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes f-fadeIn {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes f-fadeOut {
  to {
    opacity: 0;
  }
}
@keyframes f-fadeOut {
  to {
    opacity: 0;
  }
}
.f-fadeFastIn {
  -webkit-animation: var(--f-transition-duration, 0.2s) ease-out both
    f-fadeFastIn;
  animation: var(--f-transition-duration, 0.2s) ease-out both f-fadeFastIn;
  z-index: 2;
}
.f-fadeFastOut {
  -webkit-animation: var(--f-transition-duration, 0.1s) ease-out both
    f-fadeFastOut;
  animation: var(--f-transition-duration, 0.1s) ease-out both f-fadeFastOut;
  z-index: 2;
}
@-webkit-keyframes f-fadeFastIn {
  0% {
    opacity: 0.75;
  }
  to {
    opacity: 1;
  }
}
@keyframes f-fadeFastIn {
  0% {
    opacity: 0.75;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes f-fadeFastOut {
  to {
    opacity: 0;
  }
}
@keyframes f-fadeFastOut {
  to {
    opacity: 0;
  }
}
.f-fadeSlowIn {
  -webkit-animation: var(--f-transition-duration, 0.5s) ease both f-fadeSlowIn;
  animation: var(--f-transition-duration, 0.5s) ease both f-fadeSlowIn;
  z-index: 2;
}
.f-fadeSlowOut {
  -webkit-animation: var(--f-transition-duration, 0.5s) ease both f-fadeSlowOut;
  animation: var(--f-transition-duration, 0.5s) ease both f-fadeSlowOut;
  z-index: 1;
}
@-webkit-keyframes f-fadeSlowIn {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes f-fadeSlowIn {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes f-fadeSlowOut {
  to {
    opacity: 0;
  }
}
@keyframes f-fadeSlowOut {
  to {
    opacity: 0;
  }
}
.f-crossfadeIn {
  -webkit-animation: var(--f-transition-duration, 0.2s) ease-out both
    f-crossfadeIn;
  animation: var(--f-transition-duration, 0.2s) ease-out both f-crossfadeIn;
  z-index: 2;
}
.f-crossfadeOut {
  -webkit-animation: calc(var(--f-transition-duration, 0.2s) * 0.5) linear 0.1s
    both f-crossfadeOut;
  animation: calc(var(--f-transition-duration, 0.2s) * 0.5) linear 0.1s both
    f-crossfadeOut;
  z-index: 1;
}
@-webkit-keyframes f-crossfadeIn {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes f-crossfadeIn {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes f-crossfadeOut {
  to {
    opacity: 0;
  }
}
@keyframes f-crossfadeOut {
  to {
    opacity: 0;
  }
}
.f-slideIn.from-next {
  -webkit-animation: var(--f-transition-duration, 0.85s)
    cubic-bezier(0.16, 1, 0.3, 1) f-slideInNext;
  animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1)
    f-slideInNext;
}
.f-slideIn.from-prev {
  -webkit-animation: var(--f-transition-duration, 0.85s)
    cubic-bezier(0.16, 1, 0.3, 1) f-slideInPrev;
  animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1)
    f-slideInPrev;
}
.f-slideOut.to-next {
  -webkit-animation: var(--f-transition-duration, 0.85s)
    cubic-bezier(0.16, 1, 0.3, 1) f-slideOutNext;
  animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1)
    f-slideOutNext;
}
.f-slideOut.to-prev {
  -webkit-animation: var(--f-transition-duration, 0.85s)
    cubic-bezier(0.16, 1, 0.3, 1) f-slideOutPrev;
  animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1)
    f-slideOutPrev;
}
@-webkit-keyframes f-slideInPrev {
  0% {
    transform: translateX(100%);
  }
  to {
    transform: translateZ(0);
  }
}
@keyframes f-slideInPrev {
  0% {
    transform: translateX(100%);
  }
  to {
    transform: translateZ(0);
  }
}
@-webkit-keyframes f-slideInNext {
  0% {
    transform: translateX(-100%);
  }
  to {
    transform: translateZ(0);
  }
}
@keyframes f-slideInNext {
  0% {
    transform: translateX(-100%);
  }
  to {
    transform: translateZ(0);
  }
}
@-webkit-keyframes f-slideOutNext {
  to {
    transform: translateX(-100%);
  }
}
@keyframes f-slideOutNext {
  to {
    transform: translateX(-100%);
  }
}
@-webkit-keyframes f-slideOutPrev {
  to {
    transform: translateX(100%);
  }
}
@keyframes f-slideOutPrev {
  to {
    transform: translateX(100%);
  }
}
.f-classicIn.from-next {
  -webkit-animation: var(--f-transition-duration, 0.85s)
    cubic-bezier(0.16, 1, 0.3, 1) f-classicInNext;
  animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1)
    f-classicInNext;
  z-index: 2;
}
.f-classicIn.from-prev {
  -webkit-animation: var(--f-transition-duration, 0.85s)
    cubic-bezier(0.16, 1, 0.3, 1) f-classicInPrev;
  animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1)
    f-classicInPrev;
  z-index: 2;
}
.f-classicOut.to-next {
  -webkit-animation: var(--f-transition-duration, 0.85s)
    cubic-bezier(0.16, 1, 0.3, 1) f-classicOutNext;
  animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1)
    f-classicOutNext;
  z-index: 1;
}
.f-classicOut.to-prev {
  -webkit-animation: var(--f-transition-duration, 0.85s)
    cubic-bezier(0.16, 1, 0.3, 1) f-classicOutPrev;
  animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1)
    f-classicOutPrev;
  z-index: 1;
}
@-webkit-keyframes f-classicInNext {
  0% {
    opacity: 0;
    transform: translateX(-75px);
  }
  to {
    opacity: 1;
    transform: translateZ(0);
  }
}
@keyframes f-classicInNext {
  0% {
    opacity: 0;
    transform: translateX(-75px);
  }
  to {
    opacity: 1;
    transform: translateZ(0);
  }
}
@-webkit-keyframes f-classicInPrev {
  0% {
    opacity: 0;
    transform: translateX(75px);
  }
  to {
    opacity: 1;
    transform: translateZ(0);
  }
}
@keyframes f-classicInPrev {
  0% {
    opacity: 0;
    transform: translateX(75px);
  }
  to {
    opacity: 1;
    transform: translateZ(0);
  }
}
@-webkit-keyframes f-classicOutNext {
  to {
    opacity: 0;
    transform: translateX(-75px);
  }
}
@keyframes f-classicOutNext {
  to {
    opacity: 0;
    transform: translateX(-75px);
  }
}
@-webkit-keyframes f-classicOutPrev {
  to {
    opacity: 0;
    transform: translateX(75px);
  }
}
@keyframes f-classicOutPrev {
  to {
    opacity: 0;
    transform: translateX(75px);
  }
}
:root {
  --f-button-width: 40px;
  --f-button-height: 40px;
  --f-button-border: 0;
  --f-button-border-radius: 0;
  --f-button-color: #374151;
  --f-button-bg: #f8f8f8;
  --f-button-hover-bg: #e0e0e0;
  --f-button-active-bg: #d0d0d0;
  --f-button-shadow: none;
  --f-button-transition: all 0.15s ease;
  --f-button-transform: none;
  --f-button-svg-width: 20px;
  --f-button-svg-height: 20px;
  --f-button-svg-stroke-width: 1.5;
  --f-button-svg-fill: none;
  --f-button-svg-filter: none;
  --f-button-svg-disabled-opacity: 0.65;
}
.f-button {
  align-items: center;
  background: var(--f-button-bg);
  border: var(--f-button-border);
  border-radius: var(--f-button-border-radius);
  box-shadow: var(--f-button-shadow);
  box-sizing: content-box;
  color: var(--f-button-color);
  cursor: pointer;
  display: flex;
  height: var(--f-button-height);
  justify-content: center;
  margin: 0;
  padding: 0;
  pointer-events: all;
  position: relative;
  transition: var(--f-button-transition);
  width: var(--f-button-width);
}
@media (hover: hover) {
  .f-button:hover:not([disabled]) {
    background-color: var(--f-button-hover-bg);
    color: var(--f-button-hover-color);
  }
}
.f-button:active:not([disabled]) {
  background-color: var(--f-button-active-bg);
}
.f-button:focus:not(:focus-visible) {
  outline: none;
}
.f-button:focus-visible {
  box-shadow: inset 0 0 0 var(--f-button-outline, 2px)
    var(--f-button-outline-color, var(--f-button-color));
  outline: none;
}
.f-button svg {
  fill: var(--f-button-svg-fill);
  stroke: currentColor;
  stroke-width: var(--f-button-svg-stroke-width);
  stroke-linecap: round;
  stroke-linejoin: round;
  filter: var(--f-button-svg-filter);
  height: var(--f-button-svg-height);
  pointer-events: none;
  transform: var(--f-button-transform);
  transition: opacity 0.15s ease;
  width: var(--f-button-svg-width);
}
.f-button[disabled] {
  cursor: default;
}
.f-button[disabled] svg {
  opacity: var(--f-button-svg-disabled-opacity);
}
.f-carousel__nav .f-button.is-next,
.f-carousel__nav .f-button.is-prev,
.fancybox__nav .f-button.is-next,
.fancybox__nav .f-button.is-prev {
  position: absolute;
  z-index: 1;
}
.is-horizontal .f-carousel__nav .f-button.is-next,
.is-horizontal .f-carousel__nav .f-button.is-prev,
.is-horizontal .fancybox__nav .f-button.is-next,
.is-horizontal .fancybox__nav .f-button.is-prev {
  top: 50%;
  transform: translateY(-50%);
}
.is-horizontal .f-carousel__nav .f-button.is-prev,
.is-horizontal .fancybox__nav .f-button.is-prev {
  left: var(--f-button-prev-pos);
}
.is-horizontal .f-carousel__nav .f-button.is-next,
.is-horizontal .fancybox__nav .f-button.is-next {
  right: var(--f-button-next-pos);
}
.is-horizontal.is-rtl .f-carousel__nav .f-button.is-prev,
.is-horizontal.is-rtl .fancybox__nav .f-button.is-prev {
  left: auto;
  right: var(--f-button-next-pos);
}
.is-horizontal.is-rtl .f-carousel__nav .f-button.is-next,
.is-horizontal.is-rtl .fancybox__nav .f-button.is-next {
  left: var(--f-button-prev-pos);
  right: auto;
}
.is-vertical .f-carousel__nav .f-button.is-next,
.is-vertical .f-carousel__nav .f-button.is-prev,
.is-vertical .fancybox__nav .f-button.is-next,
.is-vertical .fancybox__nav .f-button.is-prev {
  left: 50%;
  top: auto;
  transform: translateX(-50%);
}
.is-vertical .f-carousel__nav .f-button.is-prev,
.is-vertical .fancybox__nav .f-button.is-prev {
  top: var(--f-button-next-pos);
}
.is-vertical .f-carousel__nav .f-button.is-next,
.is-vertical .fancybox__nav .f-button.is-next {
  bottom: var(--f-button-next-pos);
}
.is-vertical .f-carousel__nav .f-button.is-next svg,
.is-vertical .f-carousel__nav .f-button.is-prev svg,
.is-vertical .fancybox__nav .f-button.is-next svg,
.is-vertical .fancybox__nav .f-button.is-prev svg {
  transform: rotate(90deg);
}
.f-carousel__nav .f-button:disabled,
.fancybox__nav .f-button:disabled {
  pointer-events: none;
}
html.with-fancybox {
  overflow: visible;
  scroll-behavior: auto;
  width: auto;
}
html.with-fancybox body {
  touch-action: none;
}
html.with-fancybox body.hide-scrollbar {
  margin-right: calc(
    var(--fancybox-body-margin, 0px) + var(--fancybox-scrollbar-compensate, 0px)
  );
  overflow: hidden !important;
  overscroll-behavior-y: none;
  width: auto;
}
.fancybox__container {
  --fancybox-color: #dbdbdb;
  --fancybox-hover-color: #fff;
  --fancybox-bg: rgba(24, 24, 27, 0.98);
  --fancybox-slide-gap: 10px;
  --f-spinner-width: 50px;
  --f-spinner-height: 50px;
  --f-spinner-color-1: hsla(0, 0%, 100%, 0.1);
  --f-spinner-color-2: #bbb;
  --f-spinner-stroke: 3.65;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: none;
  text-size-adjust: 100%;
  bottom: 0;
  box-sizing: border-box;
  color: #f8f8f8;
  direction: ltr;
  display: flex;
  flex-direction: column;
  left: 0;
  margin: 0;
  outline: none;
  overflow: visible;
  overscroll-behavior-y: contain;
  padding: 0;
  position: fixed;
  right: 0;
  top: 0;
  transform-origin: top left;
  z-index: var(--fancybox-zIndex, 1050);
}
.fancybox__container *,
.fancybox__container :after,
.fancybox__container :before {
  box-sizing: inherit;
}
.fancybox__container::-webkit-backdrop {
  background-color: transparent;
}
.fancybox__container::backdrop {
  background-color: transparent;
}
.fancybox__backdrop {
  background: var(--fancybox-bg);
  bottom: 0;
  left: 0;
  opacity: var(--fancybox-opacity, 1);
  position: fixed;
  right: 0;
  top: 0;
  will-change: opacity;
  z-index: -1;
}
.fancybox__carousel {
  box-sizing: border-box;
  flex: 1;
  min-height: 0;
  overflow-x: clip;
  overflow-y: visible;
  position: relative;
  z-index: 10;
}
.fancybox__viewport {
  height: 100%;
  width: 100%;
}
.fancybox__viewport.is-draggable {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}
.fancybox__viewport.is-dragging {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: grabbing;
}
.fancybox__track {
  display: flex;
  height: 100%;
  margin: 0 auto;
}
.fancybox__slide {
  align-items: center;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  display: flex;
  flex: 0 0 auto;
  flex-direction: column;
  height: 100%;
  margin: 0 var(--fancybox-slide-gap) 0 0;
  overflow: auto;
  overscroll-behavior: contain;
  padding: 4px;
  position: relative;
  transform: translateZ(0);
  width: 100%;
}
.fancybox__container:not(.is-compact) .fancybox__slide.has-close-btn {
  padding-top: 40px;
}
.fancybox__slide.has-html5video,
.fancybox__slide.has-iframe,
.fancybox__slide.has-image,
.fancybox__slide.has-video {
  overflow: hidden;
}
.fancybox__slide.has-image.is-animating,
.fancybox__slide.has-image.is-selected {
  overflow: visible;
}
.fancybox__slide:after,
.fancybox__slide:before {
  content: "";
  flex: 0 0 0;
  margin: auto;
}
.fancybox__backdrop:empty,
.fancybox__slide:empty,
.fancybox__track:empty,
.fancybox__viewport:empty {
  display: block;
}
.fancybox__content {
  align-self: center;
  background: var(--fancybox-content-bg, #fff);
  border-radius: 0;
  color: var(--fancybox-content-color, #374151);
  cursor: default;
  display: flex;
  flex-direction: column;
  margin: 0;
  max-width: 100%;
  padding: 2rem;
  position: relative;
  z-index: 20;
}
.is-loading .fancybox__content {
  opacity: 0;
}
.is-draggable .fancybox__content {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}
.can-zoom_in .fancybox__content {
  cursor: zoom-in;
}
.can-zoom_out .fancybox__content {
  cursor: zoom-out;
}
.is-dragging .fancybox__content {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: grabbing;
}
.fancybox__content [contenteditable],
.fancybox__content [data-selectable] {
  cursor: auto;
}
.fancybox__slide.has-image > .fancybox__content {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background: transparent;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  min-height: 1px;
  padding: 0;
  transform: translateZ(0);
  transition: none;
}
.fancybox__slide.has-image > .fancybox__content > picture > img {
  height: auto;
  max-height: 100%;
  width: 100%;
}
.is-animating .fancybox__content,
.is-dragging .fancybox__content {
  will-change: transform, width, height;
}
.fancybox-image {
  display: block;
  filter: blur(0);
  height: 100%;
  margin: auto;
  min-height: 0;
  -o-object-fit: contain;
  object-fit: contain;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  width: 100%;
}
.fancybox__caption {
  align-self: center;
  color: var(--fancybox-color, currentColor);
  cursor: auto;
  flex-shrink: 0;
  line-height: 1.375;
  margin: 0;
  max-width: 100%;
  opacity: var(--fancybox-opacity, 1);
  overflow-wrap: anywhere;
  padding: 14px 0 4px;
  visibility: visible;
}
.is-closing .fancybox__caption,
.is-loading .fancybox__caption {
  opacity: 0;
  visibility: hidden;
}
.is-compact .fancybox__caption {
  padding-bottom: 0;
}
.f-button.is-close-btn {
  --f-button-svg-stroke-width: 2;
  position: absolute;
  right: 8px;
  top: 0;
  z-index: 40;
}
.fancybox__content > .f-button.is-close-btn {
  --f-button-width: 34px;
  --f-button-height: 34px;
  --f-button-border-radius: 4px;
  --f-button-color: var(--fancybox-color, #fff);
  --f-button-hover-color: var(--fancybox-color, #fff);
  --f-button-bg: transparent;
  --f-button-hover-bg: transparent;
  --f-button-active-bg: transparent;
  --f-button-svg-width: 22px;
  --f-button-svg-height: 22px;
  opacity: 0.75;
  position: absolute;
  right: 0;
  top: -38px;
}
.is-loading .fancybox__content > .f-button.is-close-btn,
.is-zooming-out .fancybox__content > .f-button.is-close-btn {
  visibility: hidden;
}
.fancybox__content > .f-button.is-close-btn:hover {
  opacity: 1;
}
.fancybox__footer {
  margin: 0;
  padding: 0;
  position: relative;
}
.fancybox__footer .fancybox__caption {
  opacity: var(--fancybox-opacity, 1);
  padding: 24px;
  transition: all 0.25s ease;
  width: 100%;
}
.is-compact .fancybox__footer {
  background: rgba(24, 24, 27, 0.5);
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  z-index: 20;
}
.is-compact .fancybox__footer .fancybox__caption {
  padding: 12px;
}
.is-compact .fancybox__content > .f-button.is-close-btn {
  --f-button-border-radius: 50%;
  --f-button-color: #fff;
  --f-button-hover-color: #fff;
  --f-button-outline-color: #000;
  --f-button-bg: rgba(0, 0, 0, 0.6);
  --f-button-active-bg: rgba(0, 0, 0, 0.6);
  --f-button-hover-bg: rgba(0, 0, 0, 0.6);
  --f-button-svg-width: 18px;
  --f-button-svg-height: 18px;
  --f-button-svg-filter: none;
  right: 5px;
  top: 5px;
}
.fancybox__nav {
  --f-button-width: 50px;
  --f-button-height: 50px;
  --f-button-border: 0;
  --f-button-border-radius: 50%;
  --f-button-color: var(--fancybox-color);
  --f-button-hover-color: var(--fancybox-hover-color);
  --f-button-bg: transparent;
  --f-button-hover-bg: rgba(24, 24, 27, 0.3);
  --f-button-active-bg: rgba(24, 24, 27, 0.5);
  --f-button-shadow: none;
  --f-button-transition: all 0.15s ease;
  --f-button-transform: none;
  --f-button-svg-width: 26px;
  --f-button-svg-height: 26px;
  --f-button-svg-stroke-width: 2.5;
  --f-button-svg-fill: none;
  --f-button-svg-filter: drop-shadow(1px 1px 1px rgba(24, 24, 27, 0.5));
  --f-button-svg-disabled-opacity: 0.65;
  --f-button-next-pos: 1rem;
  --f-button-prev-pos: 1rem;
  opacity: var(--fancybox-opacity, 1);
}
.fancybox__nav .f-button:before {
  bottom: -30px;
  content: "";
  left: -20px;
  position: absolute;
  right: -20px;
  top: -30px;
  z-index: 1;
}
.is-idle .fancybox__nav,
.is-idle.is-compact .fancybox__footer {
  -webkit-animation: f-fadeOut 0.15s ease-out both;
  animation: f-fadeOut 0.15s ease-out both;
}
.is-idle.is-compact .fancybox__footer {
  pointer-events: none;
}
.fancybox__slide > .f-spinner {
  cursor: pointer;
  left: 50%;
  margin: var(--f-spinner-top, calc(var(--f-spinner-width) * -0.5)) 0 0
    var(--f-spinner-left, calc(var(--f-spinner-height) * -0.5));
  position: absolute;
  top: 50%;
  z-index: 30;
}
.fancybox-protected {
  bottom: 0;
  right: 0;
}
.fancybox-ghost,
.fancybox-protected {
  left: 0;
  position: absolute;
  top: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  z-index: 40;
}
.fancybox-ghost {
  height: 100%;
  min-height: 0;
  -o-object-fit: contain;
  object-fit: contain;
  pointer-events: none;
  width: 100%;
}
.fancybox-focus-guard {
  opacity: 0;
  outline: none;
  pointer-events: none;
  position: fixed;
}
.fancybox__container:not([aria-hidden]) {
  opacity: 0;
}
.fancybox__container.is-animated[aria-hidden="false"]
  .fancybox__carousel
  > :not(.fancybox__viewport),
.fancybox__container.is-animated[aria-hidden="false"]
  .fancybox__slide
  > :not(.fancybox__content),
.fancybox__container.is-animated[aria-hidden="false"]
  > :not(.fancybox__backdrop, .fancybox__carousel) {
  -webkit-animation: var(--f-interface-enter-duration, 0.25s) ease 0.1s
    backwards f-fadeIn;
  animation: var(--f-interface-enter-duration, 0.25s) ease 0.1s backwards
    f-fadeIn;
}
.fancybox__container.is-animated[aria-hidden="false"] .fancybox__backdrop {
  -webkit-animation: var(--f-backdrop-enter-duration, 0.35s) ease backwards
    f-fadeIn;
  animation: var(--f-backdrop-enter-duration, 0.35s) ease backwards f-fadeIn;
}
.fancybox__container.is-animated[aria-hidden="true"]
  .fancybox__carousel
  > :not(.fancybox__viewport),
.fancybox__container.is-animated[aria-hidden="true"]
  .fancybox__slide
  > :not(.fancybox__content),
.fancybox__container.is-animated[aria-hidden="true"]
  > :not(.fancybox__backdrop, .fancybox__carousel) {
  -webkit-animation: var(--f-interface-exit-duration, 0.15s) ease forwards
    f-fadeOut;
  animation: var(--f-interface-exit-duration, 0.15s) ease forwards f-fadeOut;
}
.fancybox__container.is-animated[aria-hidden="true"] .fancybox__backdrop {
  -webkit-animation: var(--f-backdrop-exit-duration, 0.35s) ease forwards
    f-fadeOut;
  animation: var(--f-backdrop-exit-duration, 0.35s) ease forwards f-fadeOut;
}
.has-html5video .fancybox__content,
.has-iframe .fancybox__content,
.has-map .fancybox__content,
.has-pdf .fancybox__content,
.has-vimeo .fancybox__content,
.has-youtube .fancybox__content {
  flex-shrink: 1;
  max-width: 100%;
  min-height: 1px;
  overflow: visible;
}
.has-iframe .fancybox__content,
.has-map .fancybox__content,
.has-pdf .fancybox__content {
  height: 90%;
  width: calc(100% - 120px);
}
.fancybox__container.is-compact .has-iframe .fancybox__content,
.fancybox__container.is-compact .has-map .fancybox__content,
.fancybox__container.is-compact .has-pdf .fancybox__content {
  height: 100%;
  width: 100%;
}
.has-html5video .fancybox__content,
.has-vimeo .fancybox__content,
.has-youtube .fancybox__content {
  height: 540px;
  max-height: 100%;
  max-width: 100%;
  width: 960px;
}
.has-html5video .fancybox__content,
.has-map .fancybox__content,
.has-pdf .fancybox__content,
.has-vimeo .fancybox__content,
.has-youtube .fancybox__content {
  background: rgba(24, 24, 27, 0.9);
  color: #fff;
  padding: 0;
}
.has-map .fancybox__content {
  background: #e5e3df;
}
.fancybox__html5video,
.fancybox__iframe {
  background: transparent;
  border: 0;
  display: block;
  height: 100%;
  width: 100%;
}
.fancybox-placeholder {
  clip: rect(1px, 1px, 1px, 1px) !important;
  border: 0 !important;
  -webkit-clip-path: inset(50%) !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;
}
.f-carousel__thumbs {
  --f-thumb-width: 96px;
  --f-thumb-height: 72px;
  --f-thumb-outline: 0;
  --f-thumb-outline-color: #5eb0ef;
  --f-thumb-opacity: 1;
  --f-thumb-hover-opacity: 1;
  --f-thumb-selected-opacity: 1;
  --f-thumb-border-radius: 2px;
  --f-thumb-offset: 0px;
  --f-button-next-pos: 0;
  --f-button-prev-pos: 0;
}
.f-carousel__thumbs.is-classic {
  --f-thumb-gap: 8px;
  --f-thumb-opacity: 0.5;
  --f-thumb-hover-opacity: 1;
  --f-thumb-selected-opacity: 1;
}
.f-carousel__thumbs.is-modern {
  --f-thumb-gap: 4px;
  --f-thumb-extra-gap: 16px;
  --f-thumb-clip-width: 46px;
}
.f-thumbs {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  flex: 0 0 auto;
  margin: 0;
  overflow: hidden;
  perspective: 1000px;
  position: relative;
  transform: translateZ(0);
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.f-thumbs .f-spinner {
  background-image: linear-gradient(#ebeff2, #e2e8f0);
  border-radius: 2px;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}
.f-thumbs .f-spinner svg {
  display: none;
}
.f-thumbs.is-vertical {
  height: 100%;
}
.f-thumbs__viewport {
  height: auto;
  overflow: hidden;
  transform: translateZ(0);
  width: 100%;
}
.f-thumbs__track {
  display: flex;
}
.f-thumbs__slide {
  align-items: center;
  box-sizing: content-box;
  cursor: pointer;
  display: flex;
  flex: 0 0 auto;
  height: var(--f-thumb-height);
  justify-content: center;
  margin: 0;
  overflow: visible;
  padding: 0;
  position: relative;
  width: var(--f-thumb-width);
}
.f-thumbs__slide.is-loading img {
  opacity: 0;
}
.is-classic .f-thumbs__viewport {
  height: 100%;
}
.is-modern .f-thumbs__track {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
.is-modern .f-thumbs__track:before {
  bottom: 0;
  content: "";
  cursor: pointer;
  left: calc((var(--f-thumb-clip-width, 0)) * -0.5);
  position: absolute;
  top: 0;
  width: calc(var(--width, 0) * 1px + var(--f-thumb-clip-width, 0));
}
.is-modern .f-thumbs__slide {
  pointer-events: none;
  transform: translate3d(calc(var(--shift, 0) * -1px), 0, 0);
  transition: none;
  width: var(--f-thumb-clip-width);
}
.is-modern.is-resting .f-thumbs__slide {
  transition: transform 0.33s ease;
}
.is-modern.is-resting .f-thumbs__slide__button {
  transition: -webkit-clip-path 0.33s ease;
  transition: clip-path 0.33s ease;
  transition: clip-path 0.33s ease, -webkit-clip-path 0.33s ease;
}
.is-using-tab .is-modern .f-thumbs__slide:focus-within {
  filter: drop-shadow(-1px 0 0 var(--f-thumb-outline-color))
    drop-shadow(2px 0 0 var(--f-thumb-outline-color))
    drop-shadow(0 -1px 0 var(--f-thumb-outline-color))
    drop-shadow(0 2px 0 var(--f-thumb-outline-color));
}
.f-thumbs__slide__button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: 0;
  border-radius: var(--f-thumb-border-radius);
  cursor: pointer;
  height: 100%;
  margin: 0 -100%;
  opacity: var(--f-thumb-opacity);
  outline: none;
  overflow: hidden;
  padding: 0;
  pointer-events: auto;
  position: relative;
  touch-action: manipulation;
  transition: opacity 0.2s ease;
  width: var(--f-thumb-width);
}
.f-thumbs__slide__button:hover {
  opacity: var(--f-thumb-hover-opacity);
}
.f-thumbs__slide__button:focus:not(:focus-visible) {
  outline: none;
}
.f-thumbs__slide__button:focus-visible {
  opacity: var(--f-thumb-selected-opacity);
  outline: none;
}
.is-modern .f-thumbs__slide__button {
  --clip-path: inset(
    0
      calc(
        (var(--f-thumb-width, 0) - var(--f-thumb-clip-width, 0)) *
          (1 - var(--progress, 0)) * 0.5
      )
      round var(--f-thumb-border-radius, 0)
  );
  -webkit-clip-path: var(--clip-path);
  clip-path: var(--clip-path);
}
.is-classic .is-nav-selected .f-thumbs__slide__button {
  opacity: var(--f-thumb-selected-opacity);
}
.is-classic .is-nav-selected .f-thumbs__slide__button:after {
  -webkit-animation: f-fadeIn 0.2s ease-out;
  animation: f-fadeIn 0.2s ease-out;
  border: var(--f-thumb-outline, 0) solid
    var(--f-thumb-outline-color, transparent);
  content: "";
  height: auto;
  z-index: 10;
}
.f-thumbs__slide__img,
.is-classic .is-nav-selected .f-thumbs__slide__button:after {
  border-radius: var(--f-thumb-border-radius);
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.f-thumbs__slide__img {
  box-sizing: border-box;
  height: 100%;
  margin: 0;
  -o-object-fit: cover;
  object-fit: cover;
  overflow: hidden;
  padding: var(--f-thumb-offset);
  pointer-events: none;
  width: 100%;
}
.f-thumbs.is-horizontal .f-thumbs__track {
  padding: 8px 0 12px;
}
.f-thumbs.is-horizontal .f-thumbs__slide {
  margin: 0 var(--f-thumb-gap) 0 0;
}
.f-thumbs.is-vertical .f-thumbs__track {
  flex-wrap: wrap;
  padding: 0 8px;
}
.f-thumbs.is-vertical .f-thumbs__slide {
  margin: 0 0 var(--f-thumb-gap) 0;
}
.fancybox__thumbs {
  --f-thumb-width: 96px;
  --f-thumb-height: 72px;
  --f-thumb-border-radius: 2px;
  --f-thumb-outline: 2px;
  --f-thumb-outline-color: #ededed;
  opacity: var(--fancybox-opacity, 1);
  position: relative;
  transition: max-height 0.35s cubic-bezier(0.23, 1, 0.32, 1);
}
.fancybox__thumbs.is-classic {
  --f-thumb-gap: 8px;
  --f-thumb-opacity: 0.5;
  --f-thumb-hover-opacity: 1;
}
.fancybox__thumbs.is-classic .f-spinner {
  background-image: linear-gradient(
    hsla(0, 0%, 100%, 0.1),
    hsla(0, 0%, 100%, 0.05)
  );
}
.fancybox__thumbs.is-modern {
  --f-thumb-gap: 4px;
  --f-thumb-extra-gap: 16px;
  --f-thumb-clip-width: 46px;
  --f-thumb-opacity: 1;
  --f-thumb-hover-opacity: 1;
}
.fancybox__thumbs.is-modern .f-spinner {
  background-image: linear-gradient(
    hsla(0, 0%, 100%, 0.1),
    hsla(0, 0%, 100%, 0.05)
  );
}
.fancybox__thumbs.is-horizontal {
  padding: 0 var(--f-thumb-gap);
}
.fancybox__thumbs.is-vertical {
  padding: var(--f-thumb-gap) 0;
}
.is-compact .fancybox__thumbs {
  --f-thumb-width: 64px;
  --f-thumb-clip-width: 32px;
  --f-thumb-height: 48px;
  --f-thumb-extra-gap: 10px;
}
.fancybox__thumbs.is-masked {
  max-height: 0 !important;
}
.is-closing .fancybox__thumbs {
  transition: none !important;
}
.fancybox__toolbar {
  --f-progress-color: var(--fancybox-color, hsla(0, 0%, 100%, 0.94));
  --f-button-width: 46px;
  --f-button-height: 46px;
  --f-button-color: var(--fancybox-color);
  --f-button-hover-color: var(--fancybox-hover-color);
  --f-button-bg: rgba(24, 24, 27, 0.65);
  --f-button-hover-bg: rgba(70, 70, 73, 0.65);
  --f-button-active-bg: rgba(90, 90, 93, 0.65);
  --f-button-border-radius: 0;
  --f-button-svg-width: 24px;
  --f-button-svg-height: 24px;
  --f-button-svg-stroke-width: 1.5;
  --f-button-svg-filter: drop-shadow(1px 1px 1px rgba(24, 24, 27, 0.15));
  --f-button-svg-fill: none;
  --f-button-svg-disabled-opacity: 0.65;
  color: var(--fancybox-color, currentColor);
  display: flex;
  flex-direction: row;
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI Adjusted, Segoe UI,
    Liberation Sans, sans-serif;
  justify-content: space-between;
  margin: 0;
  opacity: var(--fancybox-opacity, 1);
  padding: 0;
  pointer-events: none;
  text-shadow: var(
    --fancybox-toolbar-text-shadow,
    1px 1px 1px rgba(0, 0, 0, 0.5)
  );
  z-index: 20;
}
.fancybox__toolbar :focus-visible {
  z-index: 1;
}
.fancybox__toolbar.is-absolute,
.is-compact .fancybox__toolbar {
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.is-idle .fancybox__toolbar {
  -webkit-animation: f-fadeOut 0.15s ease-out both;
  animation: f-fadeOut 0.15s ease-out both;
  pointer-events: none;
}
.fancybox__toolbar__column {
  align-content: flex-start;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.fancybox__toolbar__column.is-left,
.fancybox__toolbar__column.is-right {
  flex-basis: 0;
  flex-grow: 1;
}
.fancybox__toolbar__column.is-right {
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-end;
}
.fancybox__infobar {
  -webkit-font-smoothing: subpixel-antialiased;
  cursor: default;
  font-size: 17px;
  font-variant-numeric: tabular-nums;
  line-height: var(--f-button-height);
  padding: 0 5px;
  text-align: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.fancybox__infobar span {
  padding: 0 5px;
}
.fancybox__infobar:not(:first-child):not(:last-child) {
  background: var(--f-button-bg);
}
[data-fancybox-toggle-slideshow] {
  position: relative;
}
[data-fancybox-toggle-slideshow] .f-progress {
  height: 100%;
  opacity: 0.3;
}
[data-fancybox-toggle-slideshow] svg g:first-child {
  display: flex;
}
.has-slideshow [data-fancybox-toggle-slideshow] svg g:first-child,
[data-fancybox-toggle-slideshow] svg g:last-child {
  display: none;
}
.has-slideshow [data-fancybox-toggle-slideshow] svg g:last-child,
[data-fancybox-toggle-fullscreen] svg g:first-child {
  display: flex;
}
[data-fancybox-toggle-fullscreen] svg g:last-child {
  display: none;
}
:-webkit-full-screen [data-fancybox-toggle-fullscreen] svg g:first-child {
  display: none;
}
:fullscreen [data-fancybox-toggle-fullscreen] svg g:first-child {
  display: none;
}
:-webkit-full-screen [data-fancybox-toggle-fullscreen] svg g:last-child {
  display: flex;
}
:fullscreen [data-fancybox-toggle-fullscreen] svg g:last-child {
  display: flex;
}
.f-progress {
  background: var(--f-progress-color, var(--f-carousel-theme-color, #0091ff));
  height: 3px;
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
  transform: scaleX(0);
  transform-origin: 0;
  transition-property: transform;
  transition-timing-function: linear;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  z-index: 30;
}
@font-face {
  font-family: swiper-icons;
  font-style: normal;
  font-weight: 400;
  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");
}
:root {
  --swiper-theme-color: #007aff;
}
.swiper {
  list-style: none;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  padding: 0;
  position: relative;
  z-index: 1;
}
.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}
.swiper-wrapper {
  box-sizing: content-box;
  display: flex;
  height: 100%;
  position: relative;
  transition-property: transform;
  width: 100%;
  z-index: 1;
}
.swiper-android .swiper-slide,
.swiper-wrapper {
  transform: translateZ(0);
}
.swiper-pointer-events {
  touch-action: pan-y;
}
.swiper-pointer-events.swiper-vertical {
  touch-action: pan-x;
}
.swiper-slide {
  flex-shrink: 0;
  height: 100%;
  position: relative;
  transition-property: transform;
  width: 100%;
}
.swiper-slide-invisible-blank {
  visibility: hidden;
}
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}
.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}
.swiper-backface-hidden .swiper-slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform: translateZ(0);
}
.swiper-3d,
.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}
.swiper-3d .swiper-cube-shadow,
.swiper-3d .swiper-slide,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top {
  height: 100%;
  left: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  width: 100%;
  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(270deg, rgba(0, 0, 0, 0.5), transparent);
}
.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(90deg, rgba(0, 0, 0, 0.5), transparent);
}
.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.5), transparent);
}
.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), transparent);
}
.swiper-css-mode > .swiper-wrapper {
  -ms-overflow-style: none;
  overflow: auto;
  scrollbar-width: none;
}
.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 {
  scroll-snap-type: x mandatory;
}
.swiper-vertical.swiper-css-mode > .swiper-wrapper {
  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 {
  -webkit-margin-start: var(--swiper-centered-offset-before);
  margin-inline-start: var(--swiper-centered-offset-before);
}
.swiper-centered.swiper-horizontal > .swiper-wrapper:before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}
.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-before: var(--swiper-centered-offset-before);
  margin-block-start: var(--swiper-centered-offset-before);
}
.swiper-centered.swiper-vertical > .swiper-wrapper:before {
  height: var(--swiper-centered-offset-after);
  min-width: 1px;
  width: 100%;
}
.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
}
@font-face {
  font-display: swap;
  font-family: Gobold;
  font-style: normal;
  font-weight: 400;
  src: url(042655b54db9a096b9bb.woff2) format("woff2"),
    url(5d5772186ce32c1abd9e.woff) format("woff");
}
@font-face {
  font-family: DIN Condensed;
  font-stretch: condensed;
  font-style: normal;
  font-weight: 700;
  src: url(12281d97b69a48d34487.woff2) format("woff2"),
    url(5cf16186a67528178c93.woff) format("woff");
}
@font-face {
  font-family: ITC Franklin Gothic BookCp;
  font-stretch: extra-condensed;
  font-style: normal;
  font-weight: 400;
  src: url(ba836c701b28dc69d8fb.woff2) format("woff2"),
    url(b0fa2d8a0c7f9156b042.woff) format("woff");
}
a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:after,
blockquote:before,
q:after,
q:before {
  content: "";
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
em,
i {
  font-style: italic;
}
b,
strong {
  font-weight: 700;
}
s {
  text-decoration: line-through;
}
* {
  box-sizing: border-box;
}
.modal,
.modal-open {
  overflow: hidden;
}
.modal {
  -webkit-overflow-scrolling: touch;
  bottom: 0;
  display: none;
  left: 0;
  outline: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 999;
}
.modal__img {
  height: auto;
  max-width: 100%;
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal-dialog {
  margin: 0 auto;
  max-width: 80rem;
  opacity: 0;
  padding: 10rem 0;
  position: relative;
  transition: all 50ms ease;
  visibility: hidden;
  width: auto;
}
.modal.show .modal-dialog {
  opacity: 1;
  visibility: visible;
}
.modal-content {
  outline: 0;
  position: relative;
}
.modal-content--login {
  background-color: var(--accent-color);
  border-radius: 1rem;
  box-shadow: 0 0.3rem 0.6rem rgba(0, 0, 0, 0.161);
  margin-left: auto;
  margin-right: auto;
  max-width: 59.5rem;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
}
.modal-body {
  padding: 5rem;
  position: relative;
}
.modal-backdrop {
  background-color: #000;
  bottom: 0;
  left: 0;
  opacity: 0;
  position: fixed;
  right: 0;
  top: 0;
  transition: opacity 0.5s ease;
  visibility: hidden;
  z-index: 998;
}
.modal-backdrop.show {
  opacity: 0.5;
  visibility: visible;
}
.modal-close {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14.926' height='14.926'%3E%3Cg fill='%23fff'%3E%3Crect data-name='Rectangle 98' width='2.111' height='18.997' rx='1.055' transform='rotate(-45 1.802 .747)'/%3E%3Crect data-name='Rectangle 99' width='2.111' height='18.997' rx='1.055' transform='rotate(-135 3.838 7.154)'/%3E%3C/g%3E%3C/svg%3E");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 1.5rem auto;
  display: block;
  height: 2rem;
  position: absolute;
  right: 1.7rem;
  top: 1.7rem;
  width: 2rem;
}
.modal-scrollbar-measure {
  height: 50px;
  overflow: scroll;
  position: absolute;
  top: -9999px;
  width: 50px;
}
:root {
  --root-size: 10px;
}
html {
  font-size: var(--root-size);
}
body {
  background-attachment: fixed;
  background-image: var(--main-image);
  background-position: 50% 0;
  background-size: cover;
  color: var(--base-color);
  font-family: ITC Franklin Gothic BookCp, sans-serif;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1.33;
}
body::-webkit-scrollbar-track {
  background: transparent;
}
body::-webkit-scrollbar-thumb {
  background-color: #162731;
}
body.show-nav .header__nav {
  left: 0;
}
.container {
  margin-left: auto;
  margin-right: auto;
  max-width: 140.4rem;
  padding-left: 1.2rem;
  padding-right: 1.2rem;
  width: 100%;
}
.hidden {
  display: none;
}
button,
input,
textarea {
  font-family: ITC Franklin Gothic BookCp, sans-serif;
  font-size: 1.8rem;
  outline: none;
}
p {
  margin-bottom: 2.2rem;
}
p:last-child {
  margin-bottom: 0;
}
button {
  background-color: transparent;
  border: 0;
  cursor: pointer;
  outline: none;
}
a {
  color: var(--base-color);
  text-decoration: none;
  transition: all 0.35s ease;
}
a:hover {
  color: var(--accent-color);
  transition: all 0.15s ease;
}
img {
  outline: none;
}
.quantity-picker {
  display: flex;
  justify-content: center;
  position: relative;
  width: 16rem;
}
.quantity-picker.state-disabled {
  cursor: default;
  opacity: 0.5;
}
.quantity-picker__inp {
  border: 0;
  padding: 1.6rem 4rem;
  text-align: center;
  width: 100%;
}
.quantity-picker__inp--sm {
  padding: 1.2rem 4rem;
}
.quantity-picker:not(.state-disabled) .quantity-picker__btn:hover:hover {
  cursor: pointer;
  opacity: 0.8;
}
.quantity-picker__btn {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 1rem auto;
  cursor: default;
  display: block;
  height: 100%;
  opacity: 0.5;
  position: absolute;
  top: 0;
  width: 4.3rem;
}
.quantity-picker__btn--minus {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' class='icon icon--minus' viewBox='0 0 10 2'%3E%3Cpath d='M10 0v2H0V0z' fill='%23363636'/%3E%3C/svg%3E");
  left: 0;
}
.quantity-picker__btn--plus {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' class='icon icon--plus' viewBox='0 0 10 10'%3E%3Cpath d='M6 4h4v2H6v4H4V6H0V4h4V0h2v4z' fill='%23363636' fill-rule='evenodd'/%3E%3C/svg%3E");
  right: 0;
}
.btn,
.upcart-checkout-button {
  align-items: center;
  background-color: #fff;
  color: #162731;
  cursor: pointer;
  display: inline-flex;
  font-family: Gobold, sans-serif;
  font-weight: 400;
  justify-content: center;
  line-height: 5.2rem;
  padding: 0 1.6rem;
  text-align: center;
  text-transform: uppercase;
  transition: all 0.25s ease;
  white-space: nowrap;
}
.btn:hover,
.upcart-checkout-button:hover {
  background-color: var(--accent-color);
  color: #fff;
}
@media (max-width: 767px) {
  .btn,
  .upcart-checkout-button {
    line-height: 5.2rem;
  }
}
.btn--red,
.btn.js-state-active,
.upcart-checkout-button--red,
.upcart-checkout-button.js-state-active {
  background-color: var(--accent-color);
  color: #fff;
}
.btn--red:hover,
.btn.js-state-active:hover,
.upcart-checkout-button--red:hover,
.upcart-checkout-button.js-state-active:hover {
  background-color: var(--accent-yellow);
  color: #162731;
}
.btn[disabled],
.upcart-checkout-button[disabled] {
  cursor: default;
  opacity: 0.65;
}
.btn--white,
.upcart-checkout-button--white {
  background-color: #fff;
  color: #162731;
}
.btn--outline,
.upcart-checkout-button--outline {
  background-color: transparent;
  border: 1px solid var(--base-color);
  color: var(--base-color);
}
.btn--fw,
.upcart-checkout-button--fw {
  display: block;
  width: 100%;
}
.btn--cart,
.upcart-checkout-button--cart {
  background-color: var(--accent-color);
  color: #fff;
  justify-content: center;
  width: 100%;
}
.btn--cart:before,
.upcart-checkout-button--cart:before {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto 100%;
  content: "";
  display: inline-flex;
  height: 2.8rem;
  margin-right: 1rem;
  transition: all 0.5s ease;
  width: 2.8rem;
}
.btn--cart:before,
.btn--cart:hover:before,
.upcart-checkout-button--cart:before,
.upcart-checkout-button--cart:hover:before {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='64' height='64' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg stroke='%23fff' stroke-width='1.5'%3E%3Cpath d='M3.864 16.455c-.858-3.432-1.287-5.147-.386-6.301C4.378 9 6.148 9 9.685 9h4.63c3.538 0 5.306 0 6.207 1.154.901 1.153.472 2.87-.386 6.301-.546 2.183-.818 3.274-1.632 3.91-.814.635-1.939.635-4.189.635h-4.63c-2.25 0-3.375 0-4.189-.635-.814-.636-1.087-1.727-1.632-3.91Z'/%3E%3Cpath d='m19.5 9.5-.71-2.605c-.274-1.005-.411-1.507-.692-1.886A2.5 2.5 0 0 0 17 4.172C16.56 4 16.04 4 15 4M4.5 9.5l.71-2.605c.274-1.005.411-1.507.692-1.886A2.5 2.5 0 0 1 7 4.172C7.44 4 7.96 4 9 4'/%3E%3Cpath d='M9 4a1 1 0 0 1 1-1h4a1 1 0 1 1 0 2h-4a1 1 0 0 1-1-1Z'/%3E%3C/g%3E%3C/svg%3E");
}
.btn--cart:hover:before,
.upcart-checkout-button--cart:hover:before {
  transition: all 0.25s ease;
}
.btn--sm,
.upcart-checkout-button--sm {
  line-height: 4.2rem;
}
div.upcart-header-close-button {
  background-color: var(--accent-color);
}
div.upcart-header-close-button:hover {
  background-color: var(--accent-yellow);
}
div.upcart-header-close-button svg {
  fill: #fff;
  height: 1.6rem;
  width: 1.6rem;
}
.link {
  cursor: pointer;
  display: inline-block;
  text-transform: capitalize;
}
.link:hover {
  border-color: var(--accent-color);
}
.link--sm {
  font-size: 1.6rem;
}
.link--white {
  color: #fff;
}
.link--white:hover {
  color: var(--accent-color);
}
.teaser-img {
  background-color: var(--accent-color);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto 80%;
  display: block;
  height: 28rem;
  overflow: hidden;
  position: relative;
}
@media (min-width: 767px) {
  .teaser-img {
    height: 35rem;
  }
}
.teaser-hover-img {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto 80%;
  display: block;
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  transition: opacity 0.25s ease;
  width: 100%;
}
.teaser-img:hover .teaser-hover-img {
  opacity: 1;
}
.teaser-img:hover .teaser__cta {
  bottom: 0;
  transition: bottom 0.25s ease;
}
.teaser-caption {
  background-color: #fff;
  font-family: Gobold, sans-serif;
  padding: 1.8rem 0;
}
.teaser-caption--with-price {
  display: flex;
  justify-content: space-between;
  padding: 1.2rem;
}
.teaser-name {
  max-width: 70%;
}
.teaser-prie {
  flex-shrink: 0;
}
.teaser__cta {
  grid-gap: 1.2rem;
  bottom: -100%;
  display: grid;
  grid-template-columns: 1fr;
  left: 0;
  padding: 2.4rem;
  position: absolute;
  transition: bottom 0.5s ease;
  width: 100%;
}
.teaser__cta .btn {
  width: 100%;
}
.subscribe {
  background-color: #f9f9f9;
  padding: 2.4rem;
}
@media (min-width: 767px) {
  .subscribe {
    margin: 2.4rem 0;
  }
}
.subscribe__inner {
  display: flex;
}
.subscribe__inp {
  border-color: var(--accent-color);
  border-right: 0;
}
.swiper-pagination {
  justify-content: center;
}
.swiper-pagination.swiper-pagination-lock {
  display: none;
}
.swiper-pagination-bullet {
  align-items: center;
  display: flex;
  height: 1.6rem;
  justify-content: center;
  opacity: 0.25;
  width: 1.6rem;
}
.swiper-pagination-bullet-active {
  opacity: 1;
}
.swiper-pagination-bullet:before {
  background-color: #363636;
  border-radius: 50%;
  content: "";
  display: block;
  height: 0.4rem;
  width: 0.4rem;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: Gobold, sans-serif;
  font-weight: 400;
  line-height: 1.25;
  margin-bottom: 1.2rem;
  text-transform: uppercase;
}
.title-1 {
  font-size: 4.2rem;
  margin-bottom: 7rem;
}
@media (max-width: 767px) {
  .title-1 {
    font-size: 3.2rem;
  }
}
.title-2 {
  font-size: 3.6rem;
}
@media (max-width: 767px) {
  .title-2 {
    font-size: 2.8rem;
  }
}
.title-3 {
  font-size: 2.4rem;
}
.title-4 {
  font-size: 2.2rem;
}
.c-radio {
  cursor: pointer;
  display: inline-block;
}
.c-radio__inp {
  display: none;
}
.c-radio input:checked + .btn {
  background-color: var(--accent-color);
  color: #fff;
}
.c-radio__label {
  align-items: center;
  display: inline-flex;
  font-size: 1.6rem;
  position: relative;
}
select {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-touch-callout: none;
  -o-appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='18' height='9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m1 1 8 7 8-7' stroke='%23363636' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-position: calc(100% - 1.2rem) 50%;
  background-repeat: no-repeat;
  background-size: 1.6rem auto;
  border: 1px solid rgba(22, 39, 49, 0.25);
  border-radius: 0.5rem;
  cursor: pointer;
  display: block;
  font-size: 1.6rem;
  height: 3.8rem;
  line-height: 3.8rem;
  padding: 0 5.6rem 0 1.6rem;
  -webkit-user-select: none;
  -html-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
select,
select:focus {
  outline: none;
}
select--lg {
  height: 5.2rem;
  padding: 1.5rem 2.4rem;
}
input,
textarea {
  background-color: #fff;
  border: 1px solid var(--base-color);
  border-radius: 0;
  color: var(--base-color);
  font-size: 1.8rem;
  line-height: 1.2rem;
  padding: 1.5rem 1.8rem 1.4rem;
  width: 100%;
}
input::-moz-placeholder,
textarea::-moz-placeholder {
  color: #162731;
}
input::placeholder,
textarea::placeholder {
  color: #162731;
}
.form-errors {
  padding-bottom: 1.6rem;
}
.form-btns {
  padding: 0 1.5rem;
}
.form-row {
  margin-bottom: 2.9rem;
}
.form-row--separator {
  color: #fff;
  margin: -1rem 0 2rem;
  text-align: center;
}
.form-label {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin-bottom: 0.7rem;
}
.form-label .link {
  border: 0;
  font-size: 1.2rem;
}
.form-link-wrap {
  padding: 1.6rem 0 0;
  text-align: center;
}
.ui-overlay {
  background-color: rgba(0, 0, 0, 0.5);
  height: 100%;
  left: 0;
  opacity: 0;
  position: fixed;
  top: 0;
  transition: all 0.5s ease;
  visibility: hidden;
  width: 100%;
  z-index: 99;
}
.ui-overlay--active {
  opacity: 1;
  visibility: visible;
}
.swiper-pagination {
  grid-gap: 1.4rem;
  display: flex;
  padding: 4.5rem 0 0;
}
.swiper-pagination .swiper-pagination-bullet {
  background-color: #fff;
  border-radius: 50%;
  cursor: pointer;
  display: block;
  height: 1.4rem;
  opacity: 0.24;
  transition: opacity 0.25s ease;
  width: 1.4rem;
}
.swiper-pagination .swiper-pagination-bullet:before {
  display: none;
}
.swiper-pagination .swiper-pagination-bullet-active,
.swiper-pagination .swiper-pagination-bullet:hover {
  opacity: 1;
}
.products-list__tools {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 3.4rem;
}
@media (max-width: 767px) {
  .products-list__tools {
    margin-bottom: 1.6rem;
  }
  .products-list__sort {
    height: 5rem;
  }
  .product-card__cta .btn {
    width: 100%;
    background: #ffd200;
    color: #162731;
  }
.product-card__cta {
    width: 80% !important;
    margin: 0 auto !important;
    right: 0;
}
}
@media (min-width: 767px) {
  .products-list__sort {
    max-width: 23.4rem;
  }
}
.products-list__layout {
  grid-column-gap: 1.8rem;
  grid-row-gap: 1.8rem;
  display: grid;
  grid-template-columns: 1fr;
}
@media (min-width: 767px) {
  .products-list__layout {
    grid-column-gap: 4.2rem;
    grid-row-gap: 3rem;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}
.stars {
  grid-gap: 1.2rem;
  align-items: center;
  display: flex;
  font-size: 1.6rem;
}
@media (max-width: 767px) {
  .stars {
    flex-wrap: wrap;
  }
}
.stars__inner {
  grid-gap: 0.24rem;
  display: flex;
}
.stars span {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='64' height='64' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M14.401 3.175c-.53-1.064-1.356-1.848-2.402-1.848-1.045 0-1.875.783-2.41 1.846L7.83 6.694l-.003.006c-.052.108-.179.261-.369.402-.19.14-.374.218-.492.238l-3.188.53c-1.15.191-2.116.751-2.429 1.731-.313.98.149 1.996.972 2.819L4.8 14.9c.097.098.207.281.275.521.068.238.074.454.044.593v.002l-.71 3.065c-.295 1.277-.193 2.545.716 3.208.909.663 2.149.376 3.278-.294l2.984-1.767.002-.001c.134-.078.355-.137.615-.137.261 0 .478.06.604.135l2.99 1.77c1.13.668 2.371.96 3.28.298.91-.663 1.007-1.933.713-3.212l-.71-3.065v-.002a1.284 1.284 0 0 1 .044-.593 1.25 1.25 0 0 1 .275-.521l2.479-2.478v-.001c.829-.823 1.292-1.84.976-2.82-.315-.98-1.282-1.54-2.432-1.731l-3.19-.53' fill='%23FFD200'/%3E%3C/svg%3E");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
  height: 1.6rem;
  width: 1.6rem;
}
.page-content {
  padding: 2.4rem 0;
}
@media (min-width: 767px) {
  .page-content {
    padding: 4.8rem 0;
  }
}
.page-content__title {
  margin-bottom: 2.4rem;
}
@media (max-width: 767px) {
  .page-content__title {
    font-size: 2.2rem;
  }
}
.page-content .container {
  max-width: 80rem;
}
.text-editor .h5,
.text-editor h5 {
  font-weight: 300;
  margin-bottom: 0.3rem;
  text-transform: uppercase;
}
.text-editor .h3,
.text-editor h2,
.text-editor h3 {
  font-family: Gobold, sans-serif;
  font-size: 2rem;
  margin-bottom: 1.2rem;
}
.text-editor img {
  height: auto;
  max-width: 100%;
}
.text-editor table tr td {
  border: 1px solid rgba(22, 39, 49, 0.15);
  padding: 0.5rem;
}
.text-editor ul {
  margin-bottom: 2.4rem;
}
.text-editor ul li {
  padding: 0.3rem 0 0.3rem 1.8rem;
  position: relative;
}
.text-editor ul li:before {
  background-color: var(--accent-color);
  border-radius: 50%;
  content: "";
  height: 0.8rem;
  left: 0;
  position: absolute;
  top: 0.9rem;
  width: 0.8rem;
}
.upcart-item-properties-anchor-after {
  padding-top: 0.6rem;
}
.upcart-item-property {
  font-size: 1.4rem;
}
.template-page-landing-free-collagen #shopify-section-header .header__inner,
.template-product-free-bone-broth-for-life
  #shopify-section-header
  .header__inner,
.template-product-free-collagen-for-life #shopify-section-header .header__inner,
.template-product-static-box-gifts #shopify-section-header .header__inner,
.template-product-static-box-single-gifts
  #shopify-section-header
  .header__inner {
  justify-content: center;
}
.template-page-landing-free-collagen #shopify-section-footer,
.template-page-landing-free-collagen #shopify-section-header .header__burger,
.template-page-landing-free-collagen #shopify-section-header .header__nav,
.template-page-landing-free-collagen #shopify-section-header .header__tools,
.template-product-free-bone-broth-for-life #shopify-section-footer,
.template-product-free-bone-broth-for-life
  #shopify-section-header
  .header__burger,
.template-product-free-bone-broth-for-life #shopify-section-header .header__nav,
.template-product-free-bone-broth-for-life
  #shopify-section-header
  .header__tools,
.template-product-free-collagen-for-life #shopify-section-footer,
.template-product-free-collagen-for-life
  #shopify-section-header
  .header__burger,
.template-product-free-collagen-for-life #shopify-section-header .header__nav,
.template-product-free-collagen-for-life #shopify-section-header .header__tools,
.template-product-static-box-gifts #shopify-section-footer,
.template-product-static-box-gifts #shopify-section-header .header__burger,
.template-product-static-box-gifts #shopify-section-header .header__nav,
.template-product-static-box-gifts #shopify-section-header .header__tools,
.template-product-static-box-single-gifts #shopify-section-footer,
.template-product-static-box-single-gifts
  #shopify-section-header
  .header__burger,
.template-product-static-box-single-gifts #shopify-section-header .header__nav,
.template-product-static-box-single-gifts
  #shopify-section-header
  .header__tools {
  display: none;
}
.product-card {
  background-color: #fff;
}
.product-card__img {
  align-items: center;
  background-color: var(--accent-color);
  display: flex;
  height: 28rem;
  justify-content: center;
  overflow: hidden;
  position: relative;
}
.product-card__img--bg {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
.product-card__img img {
  height: auto;
  max-height: 70%;
  max-width: 100%;
  width: auto;
}
@media (min-width: 767px) {
  .product-card__img {
    height: 35rem;
  }
}
@media (max-width: 575px) {
  .product-card--bundle .quantity-picker {
    width: 100%;
  }
  .product-card--bundle .product-card__img {
    height: auto;
  }
}
@media (min-width: 767px) {
  .product-card--bundle .product-card__img {
    height: 30rem;
  }
}
@media (max-width: 575px) {
  .product-card--bundle .product-card__name {
    font-size: 1.4rem;
    max-width: 100%;
    min-height: 0;
  }
}
.product-card__img--hover:hover img {
  display: none;
  opacity: 0;
}
.product-card__img-hover {
  display: none;
  opacity: 0;
  transition: opacity 0.25s ease;
}
.product-card__img--hover:hover .product-card__img-hover {
  display: block;
  opacity: 1;
}
.product-card__img:hover .product-card__cta {
  bottom: 0;
  transition: bottom 0.25s ease;
}
.product-card__caption {
  background-color: #fff;
  display: flex;
  font-family: Gobold, sans-serif;
  justify-content: space-between;
  padding: 1.2rem;
}
@media (min-width: 767px) {
  .product-card__caption {
    min-height: 7.2rem;
  }
}
.product-card__caption--column {
  grid-gap: 1.6rem;
  align-items: center;
  flex-direction: column;
  padding-bottom: 1.6rem;
  text-align: center;
}
.product-card__caption--column .quantity-picker {
  border: 1px solid rgba(22, 39, 49, 0.15);
}
.product-card__name {
  max-width: 70%;
  min-height: 4.8rem;
}
.product-card__price {
  flex-shrink: 0;
}
.product-card__caption-price {
  color: var(--base-color);
}
.product-card__cta {
  grid-gap: 1.2rem;
  bottom: -100%;
  display: grid;
  grid-template-columns: 1fr;
  left: 0;
  padding: 2.4rem;
  position: absolute;
  transition: bottom 0.5s ease;
  width: 100%;
}
.product-card__cta .btn {
  width: 100%;
}
.header {
  font-family: DIN Condensed, sans-serif;
  font-size: 1.6rem;
  padding: 0.8rem 0;
  position: relative;
}
@media (min-width: 767px) {
  .header {
    padding: 1.6rem 0;
  }
}
.header__inner {
  align-items: center;
  display: flex;
  justify-content: space-between;
  text-transform: uppercase;
}
.header__burger {
  display: none;
}
@media (max-width: 1024px) {
  .header__burger {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='64' height='64' viewBox='0 0 12 12' xml:space='preserve' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%231D1D1B'%3E%3Cpath d='M.5 5.5h11v1H.5zM.5 2.5h11v1H.5zM.5 8.5h11v1H.5z'/%3E%3C/g%3E%3C/svg%3E");
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: auto 2.6rem;
    display: block;
    height: 3.6rem;
    width: 3.6rem;
  }
  .header__burger.state-active {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='64' height='64' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='m10.94 12-3.97 3.97 1.06 1.06L12 13.06l3.97 3.97 1.06-1.06L13.06 12l3.97-3.97-1.06-1.06L12 10.94 8.03 6.97 6.97 8.03 10.94 12Z' fill='%23080341'/%3E%3C/svg%3E");
    background-size: auto 4rem;
  }
}
.header__logo {
  position: relative;
  width: 14rem;
  z-index: 99;
}
@media (max-width: 767px) {
  .header__logo {
    width: 12rem;
  }
}
.header__part {
  align-items: center;
  display: flex;
}
.header__part:last-child {
  justify-content: flex-end;
}
.header__nav .header__burger {
  position: absolute;
  right: 1.6rem;
  top: 1.6rem;
}
@media (min-width: 1024px) {
  .header__nav .header__burger {
    display: none;
  }
}
@media (min-width: 1200px) {
  .header__nav {
    width: 50%;
  }
}
@media (max-width: 1024px) {
  .header__nav {
    background-color: #fff;
    height: 100%;
    left: -100%;
    overflow: auto;
    padding: 1.6rem 0 2.2rem;
    position: fixed;
    top: 0;
    transition: left 0.5s ease;
    width: 100%;
    z-index: 9999;
  }
}
.header__nav-list {
  padding-right: 5rem;
}
@media (max-width: 1024px) {
  .header__nav-list {
    grid-gap: 0;
    align-items: flex-start;
    flex-direction: column;
    padding: 0;
  }
}
@media (min-width: 1024px) {
  .header__nav-list {
    margin-left: -2.6rem;
  }
}
@media (min-width: 1200px) {
  .header__nav-list {
    padding-right: 20rem;
  }
}
.header__nav-link {
  display: block;
  line-height: 4.6rem;
  padding-left: 1.6rem;
  padding-right: 1.6rem;
  white-space: nowrap;
}
@media (min-width: 1024px) {
  .header__nav-link[href*="login"] {
    display: none;
  }
}
@media (max-width: 1024px) {
  .header__nav-link {
    font-size: 2.2rem;
  }
}
@media (min-width: 1024px) {
  .header__nav-link {
    line-height: 6.4rem;
    padding-left: 2.6rem;
    padding-right: 2.6rem;
  }
}
.header__nav-link.state-active:after {
  transform: rotate(180deg);
}
.header__nav-link--arrow {
  padding-right: 3.6rem;
  position: relative;
}
@media (max-width: 1024px) {
  .header__nav-item {
    border-top: 1px solid rgba(22, 39, 49, 0.5);
    width: 100%;
  }
  .header__nav-item:first-child {
    border-top: 0;
  }
}
@media (min-width: 1024px) {
  .header__tools {
    padding-left: 4rem;
  }
}
@media (min-width: 1200px) {
  .header__tools {
    padding-left: 20rem;
    width: 50%;
  }
}
@media (max-width: 1024px) {
  .header__tools-item {
    display: none;
  }
  .header__tools-item:last-child {
    display: block;
  }
}
.header__tools-link {
  align-items: center;
  display: inline-flex;
  justify-content: center;
  padding: 0 2.6rem;
  white-space: nowrap;
}
@media (min-width: 1024px) {
  .header__tools-link {
    line-height: 6.4rem;
  }
}
.header__tools-link:hover g circle,
.header__tools-link:hover g path,
.header__tools-link:hover svg path {
  stroke: var(--accent-color);
}
.header__tools-link svg {
  height: auto;
  width: 2.8rem;
}
.header__tools-link--search svg {
  width: 2.4rem;
}
.header__tools-link--user svg {
  width: 2.6rem;
}
@media (max-width: 1024px) {
  .header__tools-link--cart {
    padding: 0;
    width: 3.6rem;
  }
}
.header__tools-link--cart[data-qty] {
  position: relative;
}
.header__tools-link--cart[data-qty]:before {
  background-color: var(--accent-color);
  border-radius: 50%;
  bottom: 0;
  content: "";
  display: block;
  height: 1.2rem;
  left: 50%;
  margin: 0 0 0 0.2rem;
  position: absolute;
  width: 1.2rem;
}
.header__nav-item:hover .header__dropdown {
  opacity: 1;
  visibility: visible;
}
@media (min-width: 1024px) {
  .header__dropdown {
    background-color: #fff;
    left: 0;
    margin-top: -2.6rem;
    opacity: 0;
    position: absolute;
    top: 100%;
    transition: opacity 0.25s ease;
    visibility: hidden;
    width: 100%;
    z-index: 98;
  }
  .header__dropdown-inner {
    display: grid;
    grid-template-columns: 32rem 1fr;
    padding: 6rem 0;
  }
  .header__dropdown-list {
    grid-gap: 2.4rem;
    display: flex;
    flex-direction: column;
  }
  .header__dropdown-title {
    font-size: 1.6rem;
  }
  .header__dropdown-item {
    height: auto;
  }
  .header__dropdown-link {
    font-size: 2.2rem;
    line-height: 1.4;
    padding-bottom: 0.6rem;
    position: relative;
  }
  .header__dropdown-link:after {
    background: var(--accent-color);
    bottom: 0;
    content: "";
    display: block;
    height: 2px;
    left: 0;
    position: absolute;
    transition: width 0.5s ease;
    width: 0;
  }
  .header__dropdown-link:hover:after {
    transition: width 0.15s ease;
    width: 100%;
  }
  .header__dropdown-grid {
    grid-gap: 1.2rem;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
  }
  .header__dropdown-content-title {
    margin-bottom: 2rem;
  }
}
@media (max-width: 1024px) {
  .header__dropdown {
    padding: 0 0 1.2rem;
  }
  .header__dropdown-title {
    display: none;
  }
  .header__dropdown-grid {
    grid-gap: 1.6rem;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
  }
  .header__dropdown-content-title {
    padding: 1.2rem 0;
  }
  .header__dropdown .teaser-img {
    height: 14rem;
  }
  .header__dropdown .teaser-caption {
    font-size: 1.2rem;
    padding: 1.2rem 0;
  }
  .header__dropdown-link {
    font-size: 2rem;
    line-height: 3.8rem;
  }
  .header__dropdown .container {
    padding-left: 1.6rem;
    padding-right: 1.6rem;
  }
}
.header__overlay {
  background-color: rgba(22, 39, 49, 0.5);
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
}
.header__search {
  display: flex;
  padding: 1.2rem 1.6rem 0;
}
@media (min-width: 1024px) {
  .header__search {
    display: none;
  }
}
.header__search-btn {
  background-color: var(--accent-color);
  color: #fff;
}
#shopify-section-header {
  background-color: #fff;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 99999;
}
.hero {
  font-size: 2rem;
}
.hero__slider {
  overflow: hidden;
  position: relative;
}
.hero__slider-pagination {
  left: 0;
  padding-bottom: 2.2rem;
  position: absolute;
  right: 0;
  top: 28rem;
  z-index: 10;
}
@media (min-width: 1024px) {
  .hero__slider-pagination {
    bottom: 0;
    top: auto;
  }
}
.hero__slide {
  background-color: #ffd200;
}
@media (min-width: 767px) {
  .hero__slide {
    align-items: center;
    display: flex;
  }
  .hero__slide--reverse {
    flex-direction: row-reverse;
  }
}
.hero__slide-img {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-shrink: 0;
  height: 36rem;
}
@media (min-width: 767px) {
  .hero__slide-img {
    height: 55rem;
    width: 55%;
  }
}
.hero__slide-title {
  font-size: 2.2rem;
  margin-bottom: 1.6rem;
}
.hero__slide-title strong {
  font-weight: 400;
  text-decoration: underline;
}
.hero__slide-title em,
.hero__slide-title i {
  color: #a2a2a2;
  display: inline-block;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 200;
  text-decoration: line-through;
  text-transform: lowercase;
}
@media (min-width: 1024px) {
  .hero__slide-title {
    font-size: 4.2rem;
    margin-bottom: 2.4rem;
  }
}
.hero__slide-caption {
  padding: 3.6rem;
}
@media (max-width: 767px) {
  .hero__slide-caption {
    padding: 2.4rem;
  }
}
@media (min-width: 767px) {
  .hero__slide-caption {
    width: 45%;
  }
}
.hero__slide-text {
  margin-bottom: 2.4rem;
}
@media (max-width: 1024px) {
  .hero__slide .btn {
    width: 100%;
  }
}
.hero .stars {
  margin-bottom: 1.6rem;
  text-transform: uppercase;
}
.hero .stars span {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='64' height='64' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M14.401 3.175c-.53-1.064-1.356-1.848-2.402-1.848-1.045 0-1.875.783-2.41 1.846L7.83 6.694l-.003.006c-.052.108-.179.261-.369.402-.19.14-.374.218-.492.238l-3.188.53c-1.15.191-2.116.751-2.429 1.731-.313.98.149 1.996.972 2.819L4.8 14.9c.097.098.207.281.275.521.068.238.074.454.044.593v.002l-.71 3.065c-.295 1.277-.193 2.545.716 3.208.909.663 2.149.376 3.278-.294l2.984-1.767.002-.001c.134-.078.355-.137.615-.137.261 0 .478.06.604.135l2.99 1.77c1.13.668 2.371.96 3.28.298.91-.663 1.007-1.933.713-3.212l-.71-3.065v-.002a1.284 1.284 0 0 1 .044-.593 1.25 1.25 0 0 1 .275-.521l2.479-2.478v-.001c.829-.823 1.292-1.84.976-2.82-.315-.98-1.282-1.54-2.432-1.731l-3.19-.53' fill='%23fff'/%3E%3C/svg%3E");
}
.footer {
  background-color: #162731;
  color: #fff;
  padding: 3.6rem 0;
}
@media (min-width: 767px) {
  .footer {
    padding: 4.8rem 0;
  }
}
.footer__inner {
  grid-gap: 2.8rem;
  display: grid;
}
@media (min-width: 575px) {
  .footer__inner {
    grid-template-columns: 1fr;
  }
}
@media (min-width: 767px) {
  .footer__inner {
    grid-template-columns: 1fr 1fr 1fr 40rem;
  }
}
.footer .subscribe {
  background-color: transparent;
  margin: 0;
  padding: 0;
}
.footer .subscribe__inp {
  border-color: #fff;
}
@media (max-width: 767px) {
  .footer__column:first-child {
    order: 2;
  }
  .footer__column:nth-child(2) {
    order: 3;
  }
  .footer__column:nth-child(3) {
    order: 4;
  }
  .footer__column:nth-child(4) {
    order: 1;
  }
}
.footer a {
  color: #fff;
}
.footer a:hover {
  color: var(--accent-color);
}
.footer__column h3 {
  margin-bottom: 1.2rem;
  text-transform: uppercase;
}
.footer__column ul li {
  padding: 0.6rem 0;
}
.footer__social {
  align-items: center;
  display: flex;
  justify-content: center;
  padding: 3.6rem 0;
  position: relative;
}
@media (min-width: 767px) {
  .footer__social {
    padding: 2.4rem 0;
  }
}
.footer__social:after,
.footer__social:before {
  background-color: #fff;
  content: "";
  display: block;
  height: 0.2rem;
  margin-top: -0.1rem;
  position: absolute;
  top: 50%;
  width: 50%;
}
.footer__social:before {
  left: 0;
}
.footer__social:after {
  right: 0;
}
.footer__social-inner {
  grid-gap: 2.2rem;
  background-color: #162731;
  display: flex;
  padding: 0 2.6rem;
  position: relative;
  z-index: 10;
}
.footer__social-btn {
  display: block;
  height: 3.6rem;
  width: 3.6rem;
}
.footer__social-btn svg {
  fill: #fff;
  height: auto;
  max-width: 100%;
}
.footer__social-btn:hover {
  margin-top: -0.3rem;
}
.footer__bottom {
  align-items: center;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .footer__bottom {
    grid-gap: 2.2rem;
    flex-direction: column-reverse;
  }
}
.footer__payments {
  grid-gap: 1.2rem;
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.logos {
  padding: 1.6rem 0;
}
.logos__inner {
  display: grid;
  height: 8rem;
  overflow: hidden;
  place-items: center;
  position: relative;
  width: 100%;
}
.logos__inner:after,
.logos__inner:before {
  background-image: linear-gradient(90deg, #fff 0, hsla(0, 0%, 100%, 0));
  content: "";
  height: 100%;
  pointer-events: none;
  position: absolute;
  width: 25%;
  z-index: 2;
}
.logos__inner:before {
  left: 0;
  top: 0;
}
.logos__inner:after {
  right: 0;
  top: 0;
  transform: rotate(180deg);
}
.logos__slide-track {
  -webkit-animation: scroll2 15s linear infinite;
  animation: scroll2 15s linear infinite;
  display: flex;
  justify-content: space-between;
  width: 2250px;
}
.logos__slide {
  cursor: pointer;
  display: grid;
  height: 8rem;
  place-items: center;
  transition: 0.5s;
  width: 15rem;
}
.logos__slide img {
  height: auto;
  max-width: 80%;
}
@-webkit-keyframes scroll2 {
  0% {
    transform: translateX(0);
  }
  to {
    transform: translateX(-750px);
  }
}
@keyframes scroll2 {
  0% {
    transform: translateX(0);
  }
  to {
    transform: translateX(-750px);
  }
}
@media screen and (max-width: 768px) {
  .slide-track {
    width: 1600px;
  }
  .slide-track2 {
    width: 1200px;
  }
  .slide {
    width: 80px;
  }
  @-webkit-keyframes scroll {
    0% {
      transform: translateX(0);
    }
    to {
      transform: translateX(-800px);
    }
  }
  @keyframes scroll {
    0% {
      transform: translateX(0);
    }
    to {
      transform: translateX(-800px);
    }
  }
  @-webkit-keyframes scroll2 {
    0% {
      transform: translateX(0);
    }
    to {
      transform: translateX(-400px);
    }
  }
  @keyframes scroll2 {
    0% {
      transform: translateX(0);
    }
    to {
      transform: translateX(-400px);
    }
  }
}
.products-carousel {
  overflow: hidden;
  padding: 4.8rem 0;
  position: relative;
  text-align: center;
}
.products-carousel:after,
.products-carousel:before {
  background-image: linear-gradient(90deg, #fff 0, hsla(0, 0%, 100%, 0));
  content: "";
  height: 100%;
  pointer-events: none;
  position: absolute;
  width: 25%;
  z-index: 2;
}
.products-carousel:before {
  left: 0;
  top: 0;
}
.products-carousel:after {
  right: 0;
  top: 0;
  transform: rotate(180deg);
}
.products-carousel__title {
  margin-bottom: 2.4rem;
}
.products-carousel__caption {
  font-size: 2rem;
  margin-bottom: 2.4rem;
}
@media (min-width: 767px) {
  .products-carousel__caption {
    font-size: 2.4rem;
  }
}
.products-carousel__btn {
  margin-bottom: 2.4rem;
}
.products-carousel__inner {
  position: relative;
}
.products-carousel__item {
  text-align: center;
}
.products-carousel__item-link {
  display: block;
}
.products-carousel__item-link img {
  height: auto;
  max-width: 100%;
}
.products-carousel__navigation-btn {
  background-color: var(--accent-color);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto 2.4rem;
  border-radius: 50%;
  display: block;
  height: 4.8rem;
  margin-top: -2.4rem;
  opacity: 0.65;
  position: absolute;
  top: 50%;
  transition: opacity 0.25s;
  width: 4.8rem;
  z-index: 10;
}
.products-carousel__navigation-btn:hover {
  opacity: 1;
}
.products-carousel__navigation-btn--prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg fill='%23fff' version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 48 48' xml:space='preserve' width='64' height='64'%3E%3Cg id='SVGRepo_iconCarrier'%3E%3Cstyle%3E.st0{fill:none}%3C/style%3E%3Cpath d='m29.6 4.6-18 18-1.4 1.4 1.4 1.4 18 18 2.9-2.9L15.9 24 32.4 7.4l-2.8-2.8z'/%3E%3Cpath class='st0' d='M0 0h48v48H0z'/%3E%3Cpath class='st0' d='M0 0h48v48H0z'/%3E%3Cpath class='st0' d='M12 12h24v24H12z'/%3E%3C/g%3E%3C/svg%3E");
  left: 5rem;
}
@media (min-width: 767px) {
  .products-carousel__navigation-btn--prev {
    left: 10rem;
  }
}
.products-carousel__navigation-btn--next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg fill='%23fff' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' xml:space='preserve' width='64' height='64'%3E%3Cpath d='M8.7 2.3 7.3 3.7l8.3 8.3-8.3 8.3 1.4 1.4 9.7-9.7-9.7-9.7z'/%3E%3Cpath style='fill:none' d='M0 0h24v24H0z'/%3E%3C/svg%3E");
  right: 5rem;
}
@media (min-width: 767px) {
  .products-carousel__navigation-btn--next {
    right: 10rem;
  }
}
.text-image {
  font-size: 2rem;
  overflow: hidden;
  padding: 2.4rem 0;
  position: relative;
}
@media (min-width: 767px) {
  .text-image {
    padding: 4.8rem 0;
  }
}
.text-image__inner {
  grid-gap: 2.4rem;
  display: grid;
  position: relative;
  z-index: 10;
}
@media (min-width: 767px) {
  .text-image__inner {
    grid-gap: 3.2rem;
    align-items: center;
    display: flex;
  }
  .text-image__inner--reverse {
    flex-direction: row-reverse;
  }
}
.text-image__title {
  margin-bottom: 2.4rem;
}
.text-image__pic {
  position: relative;
}
.text-image__pic:before {
  background-position: 0;
  background-repeat: no-repeat;
  background-size: cover;
  bottom: 0;
  content: "";
  display: block;
  left: 0;
  opacity: 0.5;
  position: absolute;
  right: 5rem;
  top: 5rem;
  z-index: -1;
}
@media (max-width: 767px) {
  .text-image__pic:before {
    display: none;
  }
}
@media (min-width: 767px) {
  .text-image__pic {
    flex-shrink: 0;
    padding: 0 0 5rem 5rem;
    width: 50%;
  }
  .text-image__pic--reverse {
    padding: 0 5rem 5rem 0;
  }
  .text-image__pic--reverse:before {
    left: 5rem;
    right: 0;
  }
}
.text-image__pic img {
  height: auto;
  max-width: 100%;
  position: relative;
  z-index: 10;
}
.text-image__caption {
  margin-bottom: 2.4rem;
}
.text-image__caption:last-child {
  margin-bottom: 0;
}
.announcement-bar {
  background-color: var(--accent-color);
  color: #fff;
  line-height: 1.1;
  padding: 0.8rem 0;
  text-align: center;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .announcement-bar {
    font-size: 1.6rem;
  }
}
.featured-collection {
  padding: 2.4rem 0;
}
@media (min-width: 767px) {
  .featured-collection {
    padding: 4.8rem 0;
  }
}
.featured-collection__inner {
  background-color: var(--accent-yellow);
  overflow: hidden;
  padding: 2.4rem;
}
@media (min-width: 767px) {
  .featured-collection__inner {
    padding: 4.8rem;
  }
}
.featured-collection__grid {
  grid-gap: 2.4rem;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}
.featured-collection__description {
  margin-bottom: 2.4rem;
}
.featured-collection__btn {
  padding: 3.2rem 0 0;
  text-align: center;
}
.featured-collection__slider {
  position: relative;
}
.featured-collection__navigation-btn {
  background-color: #fff;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto 2.4rem;
  border-radius: 50%;
  display: block;
  height: 4.8rem;
  margin-top: -2.4rem;
  position: absolute;
  top: 50%;
  transition: opacity 0.25s;
  width: 4.8rem;
  z-index: 10;
}
.featured-collection__navigation-btn:hover {
  opacity: 1;
}
.featured-collection__navigation-btn.swiper-button-disabled {
  opacity: 0;
}
.featured-collection__navigation-btn--prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg fill='%23CC102B' version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 48 48' xml:space='preserve' width='64' height='64'%3E%3Cg id='SVGRepo_iconCarrier'%3E%3Cstyle%3E.st0{fill:none}%3C/style%3E%3Cpath d='m29.6 4.6-18 18-1.4 1.4 1.4 1.4 18 18 2.9-2.9L15.9 24 32.4 7.4l-2.8-2.8z'/%3E%3Cpath class='st0' d='M0 0h48v48H0z'/%3E%3Cpath class='st0' d='M0 0h48v48H0z'/%3E%3Cpath class='st0' d='M12 12h24v24H12z'/%3E%3C/g%3E%3C/svg%3E");
  left: 0;
}
@media (max-width: 767px) {
  .featured-collection__navigation-btn--prev {
    left: 1rem;
  }
}
.featured-collection__navigation-btn--next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg fill='%23CC102B' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' xml:space='preserve' width='64' height='64'%3E%3Cpath d='M8.7 2.3 7.3 3.7l8.3 8.3-8.3 8.3 1.4 1.4 9.7-9.7-9.7-9.7z'/%3E%3Cpath style='fill:none' d='M0 0h24v24H0z'/%3E%3C/svg%3E");
  right: 0;
}
@media (max-width: 767px) {
  .featured-collection__navigation-btn--next {
    right: 1rem;
  }
}
.testimonials {
  background-color: var(--accent-color);
  color: #fff;
  padding: 4.8rem 0;
}
@media (min-width: 767px) {
  .testimonials {
    padding: 12rem 0 6rem;
  }
}
.testimonials__title {
  margin-bottom: 2.4rem;
  text-align: center;
}
.testimonials__subtitle {
  text-align: center;
}
.testimonials .stars {
  justify-content: center;
}
.testimonials__list {
  position: relative;
}
.testimonials__list-wrap {
  margin-left: auto;
  margin-right: auto;
  max-width: 60rem;
  overflow: hidden;
  padding-top: 6rem;
}
.testimonials__stars {
  margin-bottom: 1.2rem;
}
@media (min-width: 767px) {
  .testimonials__stars {
    margin-bottom: 2.4rem;
  }
  .testimonials__item {
    grid-gap: 4.8rem;
    align-items: center;
    display: grid;
    grid-template-columns: 1fr 12rem;
  }
}
.testimonials__item-content {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='172' height='110' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M171.852 109.75h-62.5V67.172c0-8.984 1.302-17.448 3.906-25.39 2.734-8.074 6.706-15.105 11.914-21.094 5.208-5.99 11.654-10.808 19.336-14.454C152.32 2.59 161.435.766 171.852.766v22.851c-26.433 0-39.649 14.518-39.649 43.555v6.055h39.649v36.523Zm-109.18 0H.562V67.172c0-8.984 1.237-17.448 3.711-25.39 2.605-8.074 6.51-15.105 11.72-21.094C21.2 14.697 27.645 9.88 35.327 6.233 43.141 2.59 52.255.766 62.672.766v22.851c-26.172 0-39.258 14.518-39.258 43.555v6.055h39.258v36.523Z' fill='%23fff'/%3E%3C/svg%3E");
  background-position: 0 0.6rem;
  background-repeat: no-repeat;
  background-size: 2.8rem auto;
  padding: 0 0 0 4.8rem;
}
.testimonials__author {
  grid-gap: 1.2rem;
  align-items: center;
  display: flex;
  margin-top: 2.2rem;
}
.testimonials__author-name {
  font-weight: 700;
  text-transform: uppercase;
}
.testimonials__author-photo img {
  height: auto;
  max-width: 100%;
}
@media (max-width: 767px) {
  .testimonials__author-photo {
    display: none;
  }
}
.testimonials__pagination {
  padding-top: 3.2rem;
  position: relative;
}
@media (min-width: 767px) {
  .testimonials__pagination {
    justify-content: flex-start;
    padding-left: 4.8rem;
    padding-top: 4.6rem;
  }
}
.testimonials__pagination .swiper-pagination-bullet {
  margin: 0 !important;
  opacity: 0.64;
}
.testimonials__pagination .swiper-pagination-bullet-active,
.testimonials__pagination .swiper-pagination-bullet:hover {
  opacity: 1;
}
.mini-cart {
  background-color: #fff;
  height: 100%;
  max-width: 100%;
  padding: 5rem 4rem;
  position: fixed;
  right: -100%;
  top: 0;
  transition: right 0.5s linear;
  width: 71rem;
  z-index: 100;
}
@media (max-width: 767px) {
  .mini-cart {
    overflow: auto;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
.mini-cart--active {
  right: 0;
  transition: right 0.5s ease-out;
}
.mini-cart__header {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin-bottom: 3rem;
}
@media (min-width: 767px) {
  .mini-cart__header {
    margin-bottom: 2rem;
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
.mini-cart__title {
  font-family: ITC Franklin Gothic BookCp, sans-serif;
  font-size: 3.6rem;
  font-weight: 700;
  line-height: 1.2;
  margin: 0;
}
@media (max-width: 767px) {
  .mini-cart__title {
    font-size: 2.4rem;
  }
}
.mini-cart__close-btn {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14.848' height='14.847'%3E%3Crect data-name='Rectangle 98' width='2.1' height='18.897' rx='1.05' transform='rotate(-45 1.793 .743)' fill='%2303c7f3'/%3E%3Crect data-name='Rectangle 99' width='2.1' height='18.897' rx='1.05' transform='rotate(-135 3.817 7.116)' fill='%2303c7f3'/%3E%3C/svg%3E");
  background-position: 0 50%;
  background-repeat: no-repeat;
  background-size: 1.5rem auto;
  color: var(--accent-color);
  display: inline-block;
  padding: 0 0 0 2rem;
}
.mini-cart__main {
  grid-gap: 3rem;
  display: flex;
  flex-direction: column;
  padding-bottom: 2rem;
}
.mini-cart__main:empty {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 30rem;
}
.mini-cart__main:empty:after,
.mini-cart__main:empty:before {
  display: block;
}
.mini-cart__main:empty:before {
  background-color: #f0f0f0;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='39.892' height='36'%3E%3Cpath data-name='Union 1' d='M7.48 36a2.5 2.5 0 0 1-2.438-1.991l-2.994-14.1a1.328 1.328 0 0 1-.027-.264h2.52L7.48 33.484h24.933l2.939-13.839h2.521a1.263 1.263 0 0 1-.031.264l-2.992 14.1a2.5 2.5 0 0 1-2.438 1.989ZM1.247 17.128a1.253 1.253 0 0 1-1.246-1.259v-2.515a1.252 1.252 0 0 1 1.246-1.258H5.86L12.667.612a1.234 1.234 0 0 1 1.705-.433 1.267 1.267 0 0 1 .427 1.728L8.76 12.096h22.375l-6.04-10.189a1.268 1.268 0 0 1 .428-1.728 1.234 1.234 0 0 1 1.706.433l6.807 11.484h4.612a1.253 1.253 0 0 1 1.247 1.258v2.515a1.253 1.253 0 0 1-1.247 1.259Z'/%3E%3C/svg%3E");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 6rem auto;
  border-radius: 50%;
  content: "";
  height: 10.9rem;
  width: 10.9rem;
}
.mini-cart__main:empty:after {
  -webkit-text-stroke: 1px #000;
  color: #fff;
  content: attr(data-empty-text);
  font-family: Gobold, sans-serif;
  font-size: 4rem;
  max-width: 25rem;
  text-align: center;
  text-shadow: -4px 3px 0 #000;
}
@media (min-width: 767px) {
  .mini-cart__main {
    max-height: calc(100% - 40rem);
    overflow: auto;
    padding: 0 3rem 3.5rem;
  }
}
.mini-cart__product-from {
  display: none;
  margin-bottom: 1.2rem;
}
.mini-cart__product-inner {
  display: flex;
}
.mini-cart__product-img {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: 1rem;
  display: block;
  flex-shrink: 0;
  height: 11rem;
  width: 11rem;
}
.mini-cart__product-caption {
  padding: 0 0 0 1.6rem;
  position: relative;
  width: 100%;
}
.mini-cart__product-name {
  max-width: 32rem;
  padding-bottom: 1rem;
  padding-right: 2rem;
}
@media (max-width: 767px) {
  .mini-cart__product-name {
    font-size: 1.6rem;
  }
}
.mini-cart__product-delete {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='15.5' height='17'%3E%3Cg fill='none' stroke='%23777' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'%3E%3Cpath data-name='Path 279' d='M1 4h13.5'/%3E%3Cpath data-name='Path 280' d='M13 4v10.5a1.5 1.5 0 0 1-1.5 1.5H4a1.5 1.5 0 0 1-1.5-1.5V4m2.25 0V2.5A1.5 1.5 0 0 1 6.25 1h3a1.5 1.5 0 0 1 1.5 1.5V4'/%3E%3Cpath data-name='Path 281' d='M6.25 7.75v4.5'/%3E%3Cpath data-name='Path 282' d='M9.25 7.75v4.5'/%3E%3C/g%3E%3C/svg%3E");
  background-position: 50%;
  background-repeat: no-repeat;
  display: block;
  height: 2rem;
  position: absolute;
  right: 0;
  top: 0;
  width: 2rem;
}
.mini-cart__product-delete:hover {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='15.5' height='17'%3E%3Cg fill='none' stroke='%2303C7F3' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'%3E%3Cpath data-name='Path 279' d='M1 4h13.5'/%3E%3Cpath data-name='Path 280' d='M13 4v10.5a1.5 1.5 0 0 1-1.5 1.5H4a1.5 1.5 0 0 1-1.5-1.5V4m2.25 0V2.5A1.5 1.5 0 0 1 6.25 1h3a1.5 1.5 0 0 1 1.5 1.5V4'/%3E%3Cpath data-name='Path 281' d='M6.25 7.75v4.5'/%3E%3Cpath data-name='Path 282' d='M9.25 7.75v4.5'/%3E%3C/g%3E%3C/svg%3E");
}
.mini-cart__product-list {
  color: #777;
  display: none;
  font-size: 1.6rem;
  line-height: 1.5;
  margin-bottom: 1.4rem;
}
@media (max-width: 767px) {
  .mini-cart__product-list {
    display: none;
  }
}
.mini-cart__product-qty {
  max-width: 12.6rem;
}
.mini-cart__product-subtotal {
  align-items: center;
  display: flex;
  justify-content: space-between;
}
.mini-cart__product-price {
  font-size: 2.4rem;
  font-weight: 700;
}
.mini-cart__comment {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  color: #777;
  flex-shrink: 0;
  font-size: 1.6rem;
  padding: 1.5rem 3rem;
  text-align: center;
}
.mini-cart__subtotal {
  align-items: center;
  display: flex;
  flex-shrink: 0;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .mini-cart__subtotal {
    padding: 1.5rem 0;
  }
}
@media (min-width: 767px) {
  .mini-cart__subtotal {
    padding: 3rem;
  }
}
.mini-cart__subtotal-price strong {
  display: inline-block;
  font-size: 2.4rem;
  padding-left: 2rem;
}
.mini-cart__buttons {
  grid-gap: 1.5rem;
  align-items: center;
  display: flex;
  flex-direction: column;
  flex-shrink: 0;
  padding: 1.5rem 0 0;
}
@media (min-width: 767px) {
  .mini-cart__buttons {
    grid-gap: 3rem;
  }
}
.mini-cart__buttons .btn {
  max-width: 40rem;
  width: 100%;
}
@media (max-width: 767px) {
  .mini-cart__buttons .btn {
    font-size: 2.4rem;
  }
}
.mini-cart--active + .ui-overlay {
  opacity: 1;
  visibility: visible;
}
.cart-section {
  background-color: #fff;
  padding: 5rem 0;
}
@media (max-width: 767px) {
  .cart-section {
    padding: 4rem 0;
  }
}
.cart__title {
  margin-bottom: 4rem;
  text-align: center;
}
@media (max-width: 767px) {
  .cart__title {
    margin-bottom: 1.6rem;
  }
}
.cart__inner {
  grid-gap: 4rem;
  align-items: flex-start;
  display: flex;
}
@media (max-width: 767px) {
  .cart__inner {
    grid-gap: 2.4rem;
    flex-direction: column;
  }
}
.cart__main {
  border: 1px solid rgba(var(--base-color), 0.25);
  border-radius: 1.6rem;
  width: 60%;
}
@media (max-width: 767px) {
  .cart__main {
    overflow: auto;
    width: 100%;
  }
}
.cart__sidebar {
  padding-top: 0.5rem;
  position: -webkit-sticky;
  position: sticky;
  top: 12rem;
}
@media (max-width: 767px) {
  .cart__sidebar {
    width: 100%;
  }
}
.cart-table {
  text-align: left;
  width: 100%;
}
.cart-table th {
  font-size: 1.6rem;
  font-weight: 600;
  padding: 1.6rem 2.4rem;
  text-align: center;
}
.cart-table th:first-child {
  text-align: left;
}
.cart-table td {
  border-top: 1px solid rgba(var(--base-color), 0.25);
  padding: 1.6rem 2.4rem;
  text-align: center;
  vertical-align: middle;
}
@media (max-width: 767px) {
  .cart-table td {
    padding-left: 1.2rem;
    padding-right: 1.2rem;
  }
}
.cart-table td:first-child {
  text-align: left;
}
.cart__total {
  border: 1px solid rgba(var(--base-color), 0.25);
  border-radius: 1.6rem;
  padding: 2.4rem;
}
@media (max-width: 767px) {
  .cart__total {
    padding: 1.2rem;
  }
}
.cart__total-title {
  margin-bottom: 0;
}
.cart__total-header {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin-bottom: 0.6rem;
}
.cart__total-saved {
  border-bottom: 1px solid rgba(var(--base-color), 0.25);
  font-size: 1.6rem;
  margin-bottom: 1.4rem;
  padding-bottom: 1.4rem;
}
.cart__total-comment {
  font-size: 1.2rem;
  padding: 1.2rem 0 0;
}
.cart__total-sum {
  font-weight: 700;
}
.cart__btns {
  grid-gap: 1.2rem;
  display: flex;
  flex-direction: column;
}
.cart__product {
  grid-gap: 2.4rem;
  align-items: center;
  display: flex;
}
.cart__product-img {
  width: 20rem;
}
.cart__product-img img {
  height: auto;
  max-width: 100%;
}
.cart__product-price {
  font-size: 1.8rem;
  font-weight: 700;
}
.cart__product-price span {
  color: #a7a5a5;
  font-weight: 400;
}
.cart__product-discount {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 18 18'%3E%3Cpath d='M17.78 3.09A1.995 1.995 0 0 0 16 2h-5.165c-.535 0-1.046.214-1.422.593l-6.82 6.89c0 .002 0 .003-.002.003a2.015 2.015 0 0 0-.5.874L.738 8.055a2 2 0 0 1 .712-2.737L9.823.425A1.99 1.99 0 0 1 11.35.22l4.99 1.337a2 2 0 0 1 1.44 1.533z' fill-opacity='.25'/%3E%3Cpath fill-opacity='.55' d='M10.835 2H16a2 2 0 0 1 2 2v5.172c0 .53-.21 1.04-.586 1.414l-6.818 6.818a2 2 0 0 1-2.82.01l-5.166-5.1a2.001 2.001 0 0 1-.02-2.828c.002 0 .003 0 .003-.002l6.82-6.89A2 2 0 0 1 10.835 2zM13.5 8a1.5 1.5 0 1 0-.001-3.001A1.5 1.5 0 0 0 13.5 8z'/%3E%3C/svg%3E");
  background-position: 0 70%;
  background-repeat: no-repeat;
  background-size: 1.6rem auto;
  font-size: 1.4rem;
  padding: 0.4rem 0 0.4rem 2.5rem;
}
.cart__empty-content {
  text-align: center;
}
.product {
  margin-bottom: 2.4rem;
}
@media (min-width: 767px) {
  .product {
    margin-bottom: 4.8rem;
  }
}
@media (max-width: 767px) {
  .product .container {
    padding-left: 0;
    padding-right: 0;
  }
}
.product__inner {
  grid-gap: 1.6rem;
  background-color: var(--accent-yellow);
  display: grid;
  padding: 1.6rem;
}
@media (min-width: 767px) {
  .product__inner {
    grid-gap: 2.4rem;
    padding: 2.4rem;
  }
}
.product__inner-wrap {
  background-color: #fff;
}
@media (min-width: 767px) {
  .product__inner {
    grid-gap: 4.8rem;
    grid-template-columns: 1fr 1fr;
    padding: 4.8rem;
  }
}
@media (max-width: 767px) {
  .product__info {
    overflow: hidden;
  }
}
.product__info-inner {
  grid-gap: 2.4rem;
  display: grid;
  grid-template-columns: 1fr;
}
@media (min-width: 767px) {
  .product__info-inner {
    position: -webkit-sticky;
    position: sticky;
    top: 12rem;
  }
}

.product__title {
  margin-bottom: 0;
}
.product__reviews-block {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.product__reviews-block-stars {
  display: flex;
  font-size: 0;
  align-items: center;
}
.product__reviews-block-stars svg {
  width: 3rem;
  height: 3rem;
}
.product__reviews-block-rating h3 {
  margin-bottom: 0;
}
.product--bundle .product__gallery-main .product__gallery-link {
  display: block !important;
  line-height: 0;
}
.product__gallery img {
  height: auto;
  max-height: 80%;
  max-width: 100%;
}
.product__gallery-main {
  cursor: pointer;
  display: none;
}
@media (min-width: 767px) {
  .product__gallery-main {
    background-color: var(--accent-color);
    display: block;
  }
}
.product__gallery-main .product__gallery-link {
  display: block;
  line-height: 0;
}
.product__gallery-link {
  align-items: center;
  display: flex;
  height: 100%;
  justify-content: center;
  line-height: 0;
  position: relative;
  width: 100%;
}
.product__gallery-link:hover:after {
  opacity: 1;
  transition: opacity 0.25s ease;
}
.product__gallery-link:after {
  background-color: #fff;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='64' height='64' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg stroke='%23CC102B' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='10' cy='10' r='6'/%3E%3Cpath d='M14.5 14.5 19 19M8 10h2m2 0h-2m0 0V8m0 2v2'/%3E%3C/g%3E%3C/svg%3E");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto 3.2rem;
  bottom: 2.4rem;
  content: "";
  height: 4.8rem;
  opacity: 0;
  position: absolute;
  right: 2.4rem;
  transition: opacity 0.5s ease;
  width: 4.8rem;
}
@media (max-width: 767px) {
  .product__gallery-link:after {
    opacity: 1;
  }
}
.product__gallery-thumbs {
  display: none;
}
.product__gallery-thumbs img {
  max-width: 80%;
}
@media (min-width: 767px) {
  .product__gallery-thumbs {
    grid-gap: 2.4rem;
    display: grid;
    grid-template-columns: 1fr 1fr;
    margin-top: 2.4rem;
  }
}
.product__gallery-thumb {
  align-items: center;
  background-color: var(--accent-yellow);
  cursor: pointer;
  display: flex;
  justify-content: center;
  padding-bottom: 100%;
  position: relative;
}
.product__gallery-thumb:hover:after {
  opacity: 1;
  transition: opacity 0.25s ease;
}
.product__gallery-thumb:after {
  background-color: #fff;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='64' height='64' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg stroke='%23CC102B' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='10' cy='10' r='6'/%3E%3Cpath d='M14.5 14.5 19 19M8 10h2m2 0h-2m0 0V8m0 2v2'/%3E%3C/g%3E%3C/svg%3E");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto 3.2rem;
  bottom: 2.4rem;
  content: "";
  height: 4.8rem;
  opacity: 0;
  position: absolute;
  right: 2.4rem;
  transition: opacity 0.5s ease;
  width: 4.8rem;
}
@media (max-width: 767px) {
  .product__gallery-thumb:after {
    opacity: 1;
  }
}
.product__gallery-thumb img {
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
}
@media (min-width: 767px) {
  .product__gallery-thumb {
    display: block;
  }
}
.product__gallery-thumb:nth-child(odd) {
  background-color: var(--accent-color);
}
.product__gallery-slider {
  margin-bottom: 1rem;
  margin-left: -1.6rem;
  margin-right: -1.6rem;
  overflow: hidden;
  padding-left: 1.6rem;
  padding-right: 1.5rem;
}
.product__gallery-slider .swiper-slide {
  width: calc(100% - 4.4rem);
}
@media (min-width: 767px) {
  .product__gallery-slider {
    display: none;
  }
}
.product__variants .btn:hover {
  background-color: var(--accent-color-hover);
}
.product__variants-label {
  font-size: 1.5rem;
  margin-bottom: 1.2rem;
}
.product__variants-inner {
  grid-gap: 1.2rem;
  display: grid;
}
.product__variants-current {
  display: block;
  position: relative;
}
.product__variants-current--active {
  border-color: transparent;
  transition: border 0.25s ease;
}
.product__variants-current--active .product__variant-btn-inner:after {
  transform: rotate(180deg);
}
.product__variants-current--active ~ .product__variants-inner {
  opacity: 1 !important;
  visibility: visible !important;
}
@media (max-width: 767px) {
  .product__variants-current--active ~ .product__variants-inner {
    bottom: 5.2rem !important;
  }
}
.product__variants-current .product__variant-btn-inner:after {
  background-color: #fff;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='64' height='64' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.707 9.71a1 1 0 0 0 0 1.415l4.892 4.887a2 2 0 0 0 2.828 0l4.89-4.89a1 1 0 1 0-1.414-1.415l-4.185 4.186a1 1 0 0 1-1.415 0L7.121 9.71a1 1 0 0 0-1.414 0Z' fill='%230F0F0F'/%3E%3C/svg%3E");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: block;
  height: 2.8rem;
  margin-top: -1.4rem;
  position: absolute;
  right: 1rem;
  top: 50%;
  transition: transform 0.5s ease;
  width: 2.8rem;
  z-index: 10;
}
.product__variants--flavours {
  position: relative;
  z-index: 20;
}
.product__variants--flavours .product__variant-btn-inner {
  line-height: 5.2rem;
}
@media (min-width: 767px) {
  .product__variants--flavours .product__variant-btn-inner {
    line-height: 6rem;
  }
}
.product__variants--flavours .product__variants-inner {
  grid-gap: 0;
  background-color: #fff;
  box-shadow: 0 0 1.5rem rgba(22, 39, 49, 0.15);
  grid-template-columns: 1fr;
  opacity: 0;
  visibility: hidden;
  width: 100%;
  z-index: 99;
}
@media (max-width: 767px) {
  .product__variants--flavours .product__variants-inner {
    bottom: -100%;
    height: 60vh;
    left: 0;
    overflow: auto;
    position: fixed;
    transition: all 0.5s ease;
  }
  .product__variants--flavours .product__variants-inner:before {
    background-color: #fff;
    content: "";
    display: block;
    height: 100%;
    left: 0;
    opacity: 0.65;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 10;
  }
}
@media (min-width: 767px) {
  .product__variants--flavours .product__variants-inner {
    grid-template-columns: 1fr;
    left: 0;
    position: absolute;
    top: 100%;
  }
}
@media (min-width: 1024px) {
  .product__variants--flavours .product__variants-inner {
    grid-template-columns: 1fr 1fr;
  }
}
.product__variants--sizes .product__variants-inner {
  grid-template-columns: 1fr 1fr;
}
.product__variants--sizes .product__variant-btn {
  grid-gap: 0.8em;
  align-items: center;
  display: inline-flex;
  font-size: 1.6rem;
}
@media (max-width: 767px) {
  .product__variants--sizes .product__variant-btn {
    grid-gap: 0.8rem;
    padding: 0 0.8rem;
  }
}
.product__variants--flavours .product__variant-btn-inner {
  font-size: 1.6rem;
  line-height: 5.4rem;
}
.product__variants--flavours .product__variant-btn-inner:hover {
  color: #fff !important;
}
.product__variants--flavours .product__variant-btn:hover svg path {
  fill: #fff;
  transition: all 0.25s ease;
}
.product__variants--sizes .product__variant-btn.js-state-active,
.product__variants--sizes .product__variant-btn:hover {
  background-color: var(--accent-color-hover);
  color: #fff;
}
.product__variant-btn {
  display: block;
  line-height: 5.2rem;
  position: relative;
  z-index: 12;
}
@media (min-width: 767px) {
  .product__variant-btn {
    line-height: 6rem;
  }
}
.product__variant-btn:hover {
  z-index: 10;
}
.product__variant-btn--lg {
  justify-content: flex-start;
  padding: 0 1.6rem;
}
.product__variant-btn img,
.product__variant-btn svg {
  height: auto;
  max-height: 4.2rem;
  max-width: 4.2rem;
}
.product__variant-btn img path,
.product__variant-btn svg path {
  transition: all 0.25s ease;
}
.product__variant-label {
  display: block;
  flex: 1 1 0;
  max-width: 100%;
  overflow: hidden;
  text-align: left;
  text-overflow: ellipsis;
}
.product__variant-btn-inner {
  grid-gap: 0.8rem;
  align-items: center;
  display: flex;
  justify-content: flex-start;
  padding: 0 1.2rem;
  transition: width 0.25s ease;
}
.product__offers {
  grid-gap: 1.2rem;
  display: flex;
  flex-direction: column;
}
.product__offers .product__variants-label {
  margin-bottom: 0.3rem;
}
.product__offer {
  cursor: pointer;
  display: block;
}
.product__offer:hover .product__offer-title,
input:checked + .product__offer-title {
  background-color: var(--accent-color);
  border-color: #fff;
  color: #fff;
}
.product__offer:hover .product__offer-name:before,
input:checked + .product__offer-title .product__offer-name:before {
  background-color: #fff;
  border-color: #fff;
}
.product__offer input[type="radio"] {
  display: none;
}
.product__offer-title {
  align-items: center;
  background-color: #fff;
  display: flex;
  justify-content: space-between;
  padding: 0.8rem 1.6rem;
}
@media (min-width: 767px) {
  .product__offer-title {
    font-size: 2rem;
    padding: 1.2rem 1.6rem;
  }
}
.product__offer-content {
  background-color: #fff;
  border-top: 0.1rem solid rgba(0, 0, 0, 0.15);
  display: none;
  padding: 1.2rem 1.6rem;
  width: 100%;
}
input:checked ~ .product__offer-content {
  display: block;
}
.product__offer-name {
  grid-gap: 1.2rem;
  align-items: center;
  display: flex;
  text-transform: uppercase;
}
.product__offer-name:before {
  background-color: transparent;
  border: 0.2rem solid rgba(0, 0, 0, 0.15);
  border-radius: 50%;
  content: "";
  height: 1.2rem;
  width: 1.2rem;
}
.product__offer-list li {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='64' height='64' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg stroke='%23323232' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m13.818 4.545-.19-.267a2 2 0 0 0-3.255 0l-.19.267a2 2 0 0 1-1.85.825l-.848-.094a2 2 0 0 0-2.209 2.209l.094.849a2 2 0 0 1-.825 1.848l-.267.19a2 2 0 0 0 0 3.255l.267.19a2 2 0 0 1 .825 1.85l-.094.848a2 2 0 0 0 2.209 2.209l.849-.094a2 2 0 0 1 1.848.825l.19.267a2 2 0 0 0 3.255 0l.19-.267a2 2 0 0 1 1.85-.825l.848.094a2 2 0 0 0 2.209-2.209l-.094-.849a2 2 0 0 1 .825-1.848l.267-.19a2 2 0 0 0 0-3.255l-.267-.19a2 2 0 0 1-.825-1.85l.094-.848a2 2 0 0 0-2.209-2.209l-.849.094a2 2 0 0 1-1.848-.825Z'/%3E%3Cpath d='m9 12 1.819 1.819v0c.1.1.262.1.362 0v0L15 10'/%3E%3C/g%3E%3C/svg%3E");
  background-position: 0 50%;
  background-repeat: no-repeat;
  background-size: auto 2.2rem;
  padding: 0.6rem 0 0.6rem 2.8rem;
}
.product__offer-price {
  font-family: Gobold, sans-serif;
  line-height: 1.1;
  text-align: right;
  text-transform: uppercase;
}
.product__offer-price small {
  display: block;
  font-family: ITC Franklin Gothic BookCp, sans-serif;
  font-size: 0.7em;
  margin-top: 0.3rem;
}
.product__offer-delivery {
  grid-gap: 1.2rem;
  align-items: center;
  display: flex;
  margin-bottom: 1.2rem;
}
.product__offer-delivery-label {
  margin-right: 0.6rem;
}
.product__offer-delivery-btn {
  border: 1px solid rgba(0, 0, 0, 0.15);
  cursor: pointer;
  display: inline-block;
  line-height: 3.2rem;
  padding: 0 1.2rem;
}
.product__offer-delivery-btn:hover,
input:checked + .product__offer-delivery-btn {
  background-color: var(--accent-color);
  border-color: var(--accent-color);
  color: #fff;
}
.product__cta {
  grid-gap: 1.6rem;
  display: flex;
}
@media (max-width: 767px) {
  .product__cta {
    grid-gap: 0;
    background-color: #fff;
    bottom: 0;
    left: 0;
    position: fixed;
    width: 100%;
    z-index: 98;
  }
}
.product__accordion-title {
  border-top: 1px solid #162731;
  cursor: pointer;
  font-family: Gobold, sans-serif;
  font-size: 2rem;
  padding: 1.2rem 0;
  position: relative;
  text-transform: uppercase;
  transition: border 0.25s ease;
  transition-delay: 0.35s;
}
.product__accordion-title:first-child {
  border: 0;
}
.product__accordion-title--active {
  transition: border 0.25s ease;
}
.product__accordion-title--active:after {
  transform: rotate(180deg);
}
.product__accordion-title:after {
  background-color: #fff;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='64' height='64' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.707 9.71a1 1 0 0 0 0 1.415l4.892 4.887a2 2 0 0 0 2.828 0l4.89-4.89a1 1 0 1 0-1.414-1.415l-4.185 4.186a1 1 0 0 1-1.415 0L7.121 9.71a1 1 0 0 0-1.414 0Z' fill='%230F0F0F'/%3E%3C/svg%3E");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: block;
  height: 2.8rem;
  margin-top: -1.4rem;
  position: absolute;
  right: 0;
  top: 50%;
  transition: transform 0.5s ease;
  width: 2.8rem;
}
.product__accordion-description {
  display: none;
  padding-bottom: 2.4rem;
}
.product__gifts {
  grid-gap: 2.4rem;
  display: flex;
  flex-wrap: wrap;
}
.product__gift {
  align-items: center;
  background-color: #fff;
  border: 3px dotted var(--accent-color);
  display: flex;
  position: relative;
  width: calc(50% - 1.2rem);
}
.product__gift:first-child {
  width: 100%;
}
.product__gift:nth-child(4) {
  width: 100%;
}
.product__gift-img {
  line-height: 0;
  width: 12rem;
}
.product__gift-img img {
  height: auto;
  max-width: 100%;
}
.product__gift-description {
  padding: 1.8rem;
}
.product__gift-caption {
  margin-top: 1.2rem;
}
.product__gift-name {
  margin-bottom: 0;
}
.product__gift-sale-label {
  background-color: var(--accent-color);
  bottom: 100%;
  color: #fff;
  left: 50%;
  line-height: 2.4rem;
  margin-bottom: -1.2rem;
  padding: 0 1rem;
  position: absolute;
  text-transform: uppercase;
  transform: translateX(-50%);
}
.product__gift-sale-label span {
  text-decoration: line-through;
}
.box-flavors {
  grid-gap: 1rem;
  display: flex;
  flex-direction: column;
}
.box-flavors__item {
  align-items: center;
  background-color: #fff;
  display: flex;
}
.box-flavors__item-img {
  flex-shrink: 0;
  line-height: 0;
  width: 8rem;
}
.box-flavors__item-img img {
  height: auto;
  max-width: 100%;
}
.box-flavors__item-title {
  font-family: Gobold, sans-serif;
  font-size: 1.8rem;
}
.box-flavors__item-caption {
  padding: 2.4rem;
  width: calc(100% - 14rem);
}
.box-flavors__item-cta {
  flex-shrink: 0;
  padding-right: 2.4rem;
  position: relative;
}
.box-flavors__item-cta .btn {
  min-width: 12rem;
}
.box-flavors .quantity-picker {
  border: 1px solid var(--accent-color);
  left: 0;
  position: absolute;
  right: 2.4rem;
  top: 0;
  transition: opacity 0.5s ease;
  visibility: hidden;
  width: auto;
}
.box-flavors .quantity-picker.state-active {
  opacity: 1;
  visibility: visible;
}
.box-flavors .quantity-picker__inp {
  padding-bottom: 1.1rem;
  padding-top: 1.1rem;
}
.recipes {
  padding: 2.4rem 0 4.8rem;
}
.recipes__layout {
  grid-gap: 2.4rem;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  padding: 2.4rem 0;
}
.recipes__title {
  margin-bottom: 1.6rem;
}
.recipes__filter {
  grid-gap: 1.6rem;
  align-items: center;
  display: flex;
  padding: 1.2rem 0;
}
@media (max-width: 575px) {
  .recipes__filter {
    grid-gap: 0.8rem;
    align-items: start;
    flex-direction: column;
  }
}
.recipes__filter-label {
  font-size: 2rem;
  font-weight: 700;
  white-space: nowrap;
}
@media (max-width: 575px) {
  .recipes__filter-select {
    width: 100%;
  }
}
.recipes__sizer {
  margin-left: 1.2rem;
  margin-right: 1.2rem;
  width: calc(25% - 24px);
}
.recipes .product-card__caption {
  min-height: 7.2rem;
}
.recipes__more-btn {
  text-align: center;
}
@media (min-width: 767px) {
  .recipes__more-btn {
    padding-top: 2.4rem;
  }
}
.recipe p:empty {
  display: none;
}
.recipe__inner {
  grid-gap: 2.4rem;
  display: grid;
  grid-template-columns: 1fr;
}
@media (min-width: 767px) {
  .recipe__inner {
    grid-template-columns: 1fr 1fr;
  }
}
@media (min-width: 1024px) {
  .recipe__inner {
    grid-gap: 3.2rem;
    align-items: flex-start;
    grid-template-columns: 50rem 1fr;
  }
}
@media (min-width: 767px) {
  .recipe__sidebar {
    position: -webkit-sticky;
    position: sticky;
    top: 12rem;
  }
}
.recipe__sidebar .subscribe {
  display: none;
}
@media (min-width: 767px) {
  .recipe__sidebar .subscribe {
    display: block;
  }
}
.recipe__ingredients {
  border: 1px solid var(--accent-color);
  padding: 2.2rem 1.6rem;
}
@media (min-width: 767px) {
  .recipe__ingredients {
    margin-bottom: 2.2rem;
  }
}
.recipe__ingredients ul {
  grid-gap: 0.8rem;
  display: flex;
  flex-direction: column;
}
.recipe__ingredients li {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg fill='%23CC102B' width='64' height='64' viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m5 16.577 2.194-2.195 5.486 5.484L24.804 7.743 27 9.937l-14.32 14.32z'/%3E%3C/svg%3E");
  background-position: 0;
  background-repeat: no-repeat;
  background-size: auto 1.8rem;
  font-size: 2rem;
  padding: 0 0 0 2.4rem;
}
.recipe__content {
  padding-bottom: 2.4rem;
}
.recipe__content .subscribe {
  margin-top: 2.4rem;
}
@media (min-width: 767px) {
  .recipe__content .subscribe {
    display: none;
  }
}
.recipe__content ol {
  counter-reset: li;
}
.recipe__content ol li {
  padding: 0.6rem 0;
}
.recipe__content ol li:before {
  color: var(--accent-color);
  content: counter(li) ".";
  counter-increment: li;
  display: inline-block;
  font-weight: 700;
  margin-right: 0.6rem;
}
.bundles__info {
  background-color: var(--accent-yellow);
  font-size: 2.4rem;
  padding: 2.4rem;
}
@media (min-width: 1200px) {
  .bundles__info {
    padding: 4.8rem;
  }
}
.bundles__text {
  margin-bottom: 2.4rem;
}
.bundles__title {
  margin-bottom: 1.6rem;
}
.bundles__layout {
  padding: 2.4rem 0 0;
}
@media (min-width: 1200px) {
  .bundles__layout {
    grid-gap: 2.4rem;
    display: grid;
    grid-template-columns: 1fr 38rem;
  }
}
.bundles__main {
  background-color: var(--accent-yellow);
  padding: 2.4rem;
}
@media (min-width: 1200px) {
  .bundles__main {
    grid-gap: 4.8rem;
    display: grid;
    padding: 4.8rem;
  }
}



@media (max-width: 1200px) {
  .bundles__part {
    margin-bottom: 2.4rem;
  }
  .bundles__part:last-child {
    margin-bottom: 0;
  }
}

@media (max-width:1200px){
  .header__tools-item--store{
    display:none;
  }
}

@media (max-width:500px){
  .header__tools-item--search,
  .header__tools-item--account{
    display:none;
  }
}
.burger-menu {
  display: none;
}
@media (max-width: 1200px) {

  .burger-menu {
    display: block;
  }

  .main-navigation,
  .desktop-menu {
    display: none;
  }

    /* hide desktop navigation */
  .header-nav,
  .main-nav,
  nav ul {
    display: none;

}
.bundles__part-title {
  align-items: center;
  display: flex;
  font-family: Gobold, sans-serif;
  font-size: 2.4rem;
  justify-content: space-between;
  margin-bottom: 1.6rem;
  text-transform: uppercase;
}
.bundles__part-btns {
  grid-gap: 1.6rem;
  display: flex;
}
@media (max-width: 575px) {
  .bundles__part-btns {
    flex-direction: column;
  }
}
.bundles__part-btns .btn {
  min-width: 12rem;
}
@media (max-width: 575px) {
  .bundles__part-btns .btn {
    width: 100%;
  }
}
.bundles__products {
  grid-gap: 1.6rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
@media (min-width: 767px) {
  .bundles__products {
    grid-gap: 2.4rem;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 1200px) {
  .bundles__sidebar {
    height: 100%;
    position: fixed;
    right: 0;
    top: calc(100% - 5.6rem);
    transition: top 0.5s ease;
    width: 100%;
    z-index: 99;
  }
  .bundles__sidebar.state-active {
    top: 0;
  }
  .bundles__sidebar.state-active .bundles__sidebar-header:after {
    transform: rotate(0);
  }
  .bundles__sidebar-header {
    background-color: var(--accent-color);
    color: #fff;
    font-size: 1.8rem;
    line-height: 5.6rem;
    margin: -1.6rem -1.6rem 0;
    padding: 0 6.2rem 0 1.6rem;
    position: relative;
  }
  .bundles__sidebar-header:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg fill='%23fff' width='64' height='64' viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg' stroke='%23fff'%3E%3Cpath d='M4.219 10.781 2.78 12.22l12.5 12.5.719.687.719-.687 12.5-12.5-1.438-1.438L16 22.562Z'/%3E%3C/svg%3E");
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    display: block;
    height: 2.4rem;
    margin-top: -1.2rem;
    position: absolute;
    right: 1.6rem;
    top: 50%;
    transform: rotate(180deg);
    transition: transform 0.25s ease;
    width: 2.4rem;
  }
}
.bundles__sidebar-inner {
  background-color: var(--accent-yellow);
  padding: 1.6rem;
}
@media (max-width: 1200px) {
  .bundles__sidebar-inner {
    max-height: 100%;
    overflow: auto;
  }
}
@media (min-width: 1200px) {
  .bundles__sidebar-inner {
    padding: 2.4rem;
    position: -webkit-sticky;
    position: sticky;
    top: 10rem;
  }
}
.bundles__sidebar-cta {
  padding-top: 2.4rem;
}
.bundles__total {
  grid-gap: 1.2rem;
  display: grid;
  grid-template-columns: 1fr;
  margin-bottom: 2.4rem;
  overflow: auto;
}
@media (min-width: 1200px) {
  .bundles__total {
    max-height: 47rem;
  }
}
@media (max-width: 1200px) {
  .bundles__total {
    margin-bottom: 1.2rem;
    margin-top: 1.2rem;
    max-height: calc(100vh - 31rem);
  }
}
.bundles__total-item {
  background-color: #fff;
}
.bundles__total-item-inner {
  align-items: center;
  display: grid;
  grid-template-columns: 7rem 1fr;
}
@media (min-width: 1200px) {
  .bundles__total-item-inner {
    grid-template-columns: 10rem 1fr;
  }
}
.bundles__total-item-pic img {
  height: auto;
  max-width: 100%;
}
.bundles__total-item-title {
  font-size: 1.6rem;
  margin-bottom: 0.6rem;
}
.bundles__total-item-details {
  grid-gap: 0.2rem;
  display: flex;
  flex-direction: column;
}
.bundles__total-item--placeholder {
  background-color: #fff;
  border: 1px solid var(--base-color);
  font-family: Gobold, sans-serif;
  line-height: 6rem;
  padding: 0 1.2rem;
  text-transform: uppercase;
}
.bundles__total-qty {
  display: inline-flex;
  margin-left: 1rem;
}
.bundles__total-qty:after,
.bundles__total-qty:before {
  display: inline-block;
}
.bundles__total-qty:before {
  content: attr(data-current);
}
.bundles__total-qty:after {
  content: "/" attr(data-total);
}
@media (min-width: 1024px) {
  .blog {
    padding: 4.8rem 0;
  }
  .blog__inner {
    grid-gap: 2.4rem;
    display: grid;
    grid-template-columns: 28rem 1fr;
  }
}
.blog__posts {
  grid-gap: 2.4rem;
  grid-row-gap: 3.2rem;
  display: grid;
  grid-template-columns: 1fr;
  padding-bottom: 2.4em;
  padding-top: 2.4rem;
}
@media (min-width: 575px) {
  .blog__posts {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1024px) {
  .blog__posts {
    grid-template-columns: repeat(3, 1fr);
    padding-top: 0;
  }
}
.blog__list {
  font-family: Gobold, sans-serif;
}
@media (max-width: 1024px) {
  .blog__list {
    padding-top: 1.6rem;
  }
}
.blog__list-title {
  border: 1px solid rgba(22, 39, 49, 0.15);
  padding: 1.2rem 1.6rem;
  position: relative;
  text-transform: uppercase;
}
@media (min-width: 1024px) {
  .blog__list-title {
    display: none;
  }
}
.blog__list-title--active:after {
  transform: rotate(180deg);
}
.blog__list-title:after {
  background-color: #fff;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='64' height='64' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.707 9.71a1 1 0 0 0 0 1.415l4.892 4.887a2 2 0 0 0 2.828 0l4.89-4.89a1 1 0 1 0-1.414-1.415l-4.185 4.186a1 1 0 0 1-1.415 0L7.121 9.71a1 1 0 0 0-1.414 0Z' fill='%230F0F0F'/%3E%3C/svg%3E");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: block;
  height: 2.8rem;
  margin-top: -1.4rem;
  position: absolute;
  right: 1rem;
  top: 50%;
  transition: transform 0.5s ease;
  width: 2.8rem;
  z-index: 10;
}
@media (max-width: 1024px) {
  .blog__list-item {
    display: none;
  }
}
.blog__list-item a {
  border-bottom: 1px solid rgba(22, 39, 49, 0.15);
  display: block;
  padding: 1.2rem;
  text-transform: uppercase;
}
.blog__list-item--active a,
.blog__list-item:hover a {
  background-color: var(--accent-color);
  color: #fff;
}
.blog__post {
  position: relative;
}
@media (min-width: 575px) {
  .blog__post {
    padding-bottom: 6.8rem;
  }
}
.blog__post-img {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
  padding-bottom: 80%;
}
.blog__post-title {
  line-height: 1.6;
  margin-bottom: 1.6rem;
  text-transform: uppercase;
}
@media (min-width: 575px) {
  .blog__post-title {
    margin-bottom: 0;
    min-height: 4.6rem;
  }
}
.blog__post-caption {
  padding: 1.6rem 0 0;
}
.blog__post-btn {
  display: block;
}
@media (min-width: 575px) {
  .blog__post-btn {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
  }
}
.accordion {
  background-color: #fff;
}
.accordion__list {
  grid-gap: 2rem;
  display: flex;
  flex-direction: column;
}
.accordion__item {
  border: 0.3rem solid #162731;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.accordion__item-header {
  cursor: pointer;
  margin-left: -1.5rem;
  margin-right: -1.5rem;
  padding: 1rem 0;
}
.accordion__item-title {
  margin: 0;
  padding: 0.6rem 4.5rem 0.6rem 1.6rem;
  position: relative;
  transition: all 0.4s ease;
}
.accordion__item-title span {
  display: inline-block;
  position: relative;
  z-index: 10;
}
.accordion__item-title:before {
  background-color: var(--accent-color);
  bottom: -1rem;
  content: "";
  display: block;
  left: 0;
  position: absolute;
  top: -1rem;
  transition: all 0.5s ease;
  width: 0.3rem;
}
.accordion__item-title:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='64' height='64' viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m15.233 19.175.754.754 6.035-6.035-.754-.754-5.281 5.281-5.256-5.256-.754.754 3.013 3.013z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: inline-block;
  height: 4.8rem;
  margin-top: -2.4rem;
  position: absolute;
  right: 0.8rem;
  top: 50%;
  transition: all 0.25s ease;
  width: 4.8rem;
}
.accordion__item--active .accordion__item-title,
.accordion__item-header:hover .accordion__item-title {
  color: #fff;
}
.accordion__item--active .accordion__item-title:before,
.accordion__item-header:hover .accordion__item-title:before {
  transition: all 0.25s ease;
  width: 100%;
}
.accordion__item--active .accordion__item-title:after,
.accordion__item-header:hover .accordion__item-title:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='64' height='64' viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m15.233 19.175.754.754 6.035-6.035-.754-.754-5.281 5.281-5.256-5.256-.754.754 3.013 3.013z' fill='%23fff'/%3E%3C/svg%3E");
}
.accordion__item--active .accordion__item-title:after {
  transform: rotate(180deg);
}
.accordion__item-content {
  border-top: 1px solid rgba(22, 39, 49, 0.15);
  display: none;
  padding-bottom: 3rem;
  padding-top: 1.5rem;
}
.one-image {
  padding: 2.4rem 0;
  position: relative;
  text-align: center;
}
.one-image:after {
  background-position: 50%;
  background-repeat: no-repeat;
  content: "";
  display: block;
  height: 2.4rem;
  left: 0;
  position: absolute;
  top: 100%;
  width: 100%;
  z-index: 10;
}
@media (min-width: 767px) {
  .one-image:after {
    height: 6rem;
  }
  .one-image {
    padding: 6rem 0 0;
  }
  .one-image__title {
    margin-bottom: 2.4rem;
  }
}
@media (max-width: 767px) {
  .one-image__caption br {
    display: none;
  }
}
.one-image__pic {
  padding-top: 2.4rem;
}
.one-image__pic img {
  height: auto;
  max-width: 100%;
}
.hiw {
  padding: 12rem 0 6rem;
  position: relative;
  text-align: center;
}
.hiw:after {
  background-position: 50%;
  background-repeat: no-repeat;
  content: "";
  display: block;
  height: 2.4rem;
  left: 0;
  position: absolute;
  top: 100%;
  width: 100%;
  z-index: 10;
}
@media (min-width: 767px) {
  .hiw:after {
    height: 6rem;
  }
}
.hiw__caption {
  margin-bottom: 4.8rem;
}
.hiw__items {
  counter-reset: items-counter;
}
@media (min-width: 767px) {
  .hiw__items {
    grid-gap: 4.8rem;
    display: flex;
    justify-content: center;
  }
}
.hiw__items-inner {
  grid-gap: 4.8rem;
  display: flex;
  justify-content: center;
  position: relative;
}
@media (max-width: 767px) {
  .hiw__items-inner {
    flex-direction: column;
  }
}
.hiw__items-inner:before {
  border-left: 0.25rem dashed var(--accent-color);
  bottom: 0;
  content: "";
  left: 50%;
  position: absolute;
  top: 0;
}
@media (min-width: 767px) {
  .hiw__items-inner:before {
    border-top: 0.25rem dashed var(--accent-color);
    left: 0;
    right: 0;
    top: 50%;
  }
}
.hiw__item {
  border: 0.4rem solid var(--accent-color);
  border-radius: 2.4rem;
  padding: 3.6rem 1.6rem;
  position: relative;
  width: 100%;
  z-index: 10;
}
@media (min-width: 767px) {
  .hiw__item {
    width: 28rem;
  }
}
.hiw__item:before {
  background-color: var(--accent-color);
  border-radius: 50%;
  bottom: 100%;
  color: #fff;
  content: counter(items-counter);
  counter-increment: items-counter;
  font-size: 3.6rem;
  font-weight: 700;
  height: 4.8rem;
  line-height: 4.8rem;
  margin-bottom: -2.4rem;
  margin-right: -2.4rem;
  position: absolute;
  right: 50%;
  width: 4.8rem;
}
@media (min-width: 767px) {
  .hiw__item:before {
    margin-right: -2.4rem;
    right: 100%;
  }
}
.hiw__item-img {
  align-items: flex-end;
  display: flex;
  margin-bottom: 2.4rem;
  padding-left: 1.6rem;
  padding-right: 1.6rem;
}
@media (min-width: 767px) {
  .hiw__item-img {
    height: 16rem;
    margin-bottom: 4.2rem;
  }
}
.hiw__item-img img {
  height: auto;
  max-width: 100%;
}
.hiw__item-title b,
.hiw__item-title strong {
  font-weight: 400;
  text-decoration: underline;
}
.product-benefits {
  padding-bottom: 3rem;
  padding-top: 12rem;
  text-align: center;
}
@media (min-width: 767px) {
  .product-benefits__inner {
    align-items: start;
    display: flex;
    justify-content: center;
  }
}
.product-benefits__pic {
  display: flex;
  justify-content: center;
}
@media (min-width: 767px) {
  .product-benefits__pic {
    justify-content: start;
  }
}
.product-benefits__pic img {
  height: auto;
  position: relative;
  width: 60%;
  z-index: 10;
}
@media (min-width: 767px) {
  .product-benefits__pic img {
    width: 40rem;
  }
}
.product-benefits__caption {
  margin-bottom: 2.4rem;
}
@media (max-width: 767px) {
  .product-benefits__caption br {
    display: none;
  }
}
.product-benefits__list {
  text-align: left;
}
@media (min-width: 767px) {
  .product-benefits__list {
    padding-top: 8rem;
    transform: translateX(-6rem);
  }
}
.product-benefits__list ul li {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='111' height='105' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M96.214 8.587a147.441 147.441 0 0 0-13.537 9.387c-1.068.845-2.159 1.676-3.213 2.54-1.054.864-2.077 1.753-3.119 2.631-2.112 1.735-4.053 3.607-6.062 5.434a158.426 158.426 0 0 0-5.76 5.694c-1.906 1.914-3.709 3.901-5.508 5.897a192.075 192.075 0 0 0-19.117 25.542 177.92 177.92 0 0 0-7.808 13.754c-.222.436-.433.878-.65 1.317a84.463 84.463 0 0 0-8.042-7.637 100.718 100.718 0 0 0-10.956-7.936A81.615 81.615 0 0 0 .398 58.885c2.651 3.457 5.237 6.827 7.724 10.213 2.5 3.366 4.866 6.763 7.105 10.141 1.115 1.692 2.155 3.41 3.194 5.094 1.04 1.685 1.936 3.423 2.858 5.107a59.93 59.93 0 0 1 4.248 10.14c.408 1.364 1.25 2.587 2.423 3.518 1.172.93 2.62 1.525 4.164 1.711a8.623 8.623 0 0 0 4.51-.668c1.4-.621 2.564-1.603 3.35-2.823l.99-1.543c.26-.405.584-.968.883-1.475l.938-1.567 1.952-3.146 3.995-6.295c2.69-4.191 5.437-8.36 8.2-12.516a853.65 853.65 0 0 1 17.125-24.67c5.83-8.18 11.863-16.26 18.028-24.4l9.393-12.248c3.135-4.151 6.413-8.23 9.52-12.618a112.362 112.362 0 0 0-14.784 7.747Z' fill='%231DB408'/%3E%3C/svg%3E");
  background-position: 1.2rem 0.6rem;
  background-repeat: no-repeat;
  background-size: 2.4rem auto;
  border-bottom: 1px solid var(--base-color);
  font-size: 2rem;
  margin-bottom: 0.6rem;
  padding: 0.6rem 2.4rem 0.6rem 5.2rem;
}
@media (min-width: 767px) {
  .product-benefits__list ul li {
    background-position: 6.4rem 0.6rem;
    padding: 0.6rem 2.4rem 0.6rem 10rem;
  }
}
.product-benefits__list ul li:last-child {
  border: 0;
}
.video-section {
  padding: 8rem 0;
  position: relative;
}
.video-section:after {
  background-position: 50%;
  background-repeat: no-repeat;
  content: "";
  display: block;
  height: 2.4rem;
  left: 0;
  position: absolute;
  top: 100%;
  width: 100%;
  z-index: 10;
}
@media (min-width: 767px) {
  .video-section:after {
    height: 6rem;
  }
}
.video-section__inner {
  margin-left: auto;
  margin-right: auto;
  max-width: 80rem;
  padding-bottom: 80%;
  position: relative;
}
@media (min-width: 767px) {
  .video-section__inner {
    padding-bottom: 40%;
  }
}
.video-section__inner iframe {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.banner {
  align-items: center;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  justify-content: center;
  padding: 2.4rem 1.6rem;
}
@media (min-width: 767px) {
  .banner {
    height: 100vh;
    padding: 4.8rem 2.4rem;
  }
}
.banner__content {
  background-color: #fff;
  border-radius: 2.4rem;
  max-width: 60rem;
  padding: 2.4rem;
  position: relative;
  width: 100%;
}
@media (min-width: 767px) {
  .banner__content {
    border-radius: 4.8rem;
    padding: 6.2rem 4.8rem;
  }
}
.banner__logo {
  max-width: 14rem;
}
@media (max-width: 767px) {
  .banner__logo {
    margin-bottom: 1.2rem;
    max-width: 8rem;
  }
}
@media (min-width: 767px) {
  .banner__logo {
    bottom: 100%;
    left: 4.8rem;
    margin-bottom: -3rem;
    position: absolute;
  }
}
.banner__logo img {
  height: auto;
  max-width: 100%;
}
.banner__title {
  font-weight: 400;
  margin-bottom: 2.4rem;
}
@media (max-width: 767px) {
  .banner__title {
    font-size: 1.8rem;
    margin-bottom: 1.6rem;
  }
  .banner__title br {
    display: none;
  }
}
.banner__title b,
.banner__title strong {
  font-weight: 400;
  text-decoration: underline;
}
.banner__text {
  margin-bottom: 3.6rem;
}
@media (max-width: 767px) {
  .banner__text {
    margin-bottom: 2.4rem;
  }
}

/* Reviews */
.reviews .page-content__title {
  text-align: center;
}

.reviews__list {
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
}
.reviews__item {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.reviews__item-title h3{
  margin: 0;
}
/* Add spacing around the entire Videowise app block */
.shopify-app-block .reeview-app-widget {
  padding: 40px !important;
  box-sizing: border-box;
}
.footer__legal {
  margin-top: 20px;
  text-align: center;
  font-size: 12px;
  color: #777;
}

.footer__legal-links {
  list-style: none;
  padding: 0;
  margin-bottom: 10px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
}

.footer__legal-links a {
  color: #777;
  text-decoration: underline;
}


.fade-in{
  opacity:0;
  transition:opacity .35s ease-in-out;
}

.fade-in.loaded{
  opacity:1;
}

.header__nav {
  font-family:'Poppins', sans-serif;
}
.header__tools-link--store{
  font-family: 'Poppins', sans-serif;
  font-weight:600;
  font-size:20px; 
}

.blog__inner{
  display:flex;
  gap:40px;
}

.blog__sidebar{
  width:220px;
  flex-shrink:0;
}

.blog__main{
  flex:1;
}

.blog__posts{
  display:grid;
  grid-template-columns:repeat(3, 1fr);
  gap:30px;
}

.blog__post{
  display:flex;
  flex-direction:column;
}

.blog__post-img{
  display:block;
  width:100%;
  padding-top:75%; /* controls image ratio */
  background-size:cover;
  background-position:center;
}

.blog__post-title{
  margin-top:15px;
  font-size:18px;
}

.blog__post-btn{
  margin-top:auto;
}