/*!***********************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/.pnpm/css-loader@6.11.0_webpack@5.98.0/node_modules/css-loader/dist/cjs.js!./node_modules/.pnpm/sass-loader@14.2.1_sass@1.86.0_webpack@5.98.0/node_modules/sass-loader/dist/cjs.js!./node_modules/.pnpm/normalize.css@8.0.1/node_modules/normalize.css/normalize.css ***!
  \***********************************************************************************************************************************************************************************************************************************************************************************************/
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

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

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

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

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

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

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

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

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

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

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

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

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

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

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

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

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

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

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

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}
/*!**************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/.pnpm/css-loader@6.11.0_webpack@5.98.0/node_modules/css-loader/dist/cjs.js!./node_modules/.pnpm/sass-loader@14.2.1_sass@1.86.0_webpack@5.98.0/node_modules/sass-loader/dist/cjs.js!./node_modules/.pnpm/swiper@11.2.6/node_modules/swiper/swiper-bundle.css ***!
  \**************************************************************************************************************************************************************************************************************************************************************************************/
/**
 * Swiper 11.2.6
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2025 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: March 19, 2025
 */
/* FONT_START */
@font-face {
  font-family: "swiper-icons";
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");
  font-weight: 400;
  font-style: normal;
}
/* FONT_END */
:root {
  --swiper-theme-color: #007aff;
  /*
  --swiper-preloader-color: var(--swiper-theme-color);
  --swiper-wrapper-transition-timing-function: initial;
  */
}

:host {
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
}

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
  display: block;
}

.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  box-sizing: content-box;
}

.swiper-android .swiper-slide,
.swiper-ios .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

.swiper-horizontal {
  touch-action: pan-y;
}

.swiper-vertical {
  touch-action: pan-x;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
  display: block;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

/* Auto Height */
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}

.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* 3D Effects */
.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}

.swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}

.swiper-3d {
  perspective: 1200px;
}

.swiper-3d .swiper-slide,
.swiper-3d .swiper-cube-shadow {
  transform-style: preserve-3d;
}

/* CSS Mode */
.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  /* For Firefox */
  -ms-overflow-style: none;
  /* For Internet Explorer and Edge */
}

.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-css-mode.swiper-horizontal > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}

.swiper-css-mode.swiper-vertical > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}

.swiper-css-mode.swiper-free-mode > .swiper-wrapper {
  scroll-snap-type: none;
}

.swiper-css-mode.swiper-free-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: none;
}

.swiper-css-mode.swiper-centered > .swiper-wrapper::before {
  content: "";
  flex-shrink: 0;
  order: 9999;
}

.swiper-css-mode.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always;
}

.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  margin-inline-start: var(--swiper-centered-offset-before);
}

.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}

.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  margin-block-start: var(--swiper-centered-offset-before);
}

.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}

/* Slide styles start */
/* 3D Shadows */
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}

.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,
.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader {
  animation: swiper-preloader-spin 1s infinite linear;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}

@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* Slide styles end */
.swiper-virtual .swiper-slide {
  -webkit-backface-visibility: hidden;
  transform: translateZ(0);
}

.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
}

.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 {
  width: 1px;
  height: var(--swiper-virtual-size);
}

:root {
  --swiper-navigation-size: 44px;
  /*
  --swiper-navigation-top-offset: 50%;
  --swiper-navigation-sides-offset: 10px;
  --swiper-navigation-color: var(--swiper-theme-color);
  */
}

.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: var(--swiper-navigation-top-offset, 50%);
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - var(--swiper-navigation-size) / 2);
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-prev.swiper-button-hidden,
.swiper-button-next.swiper-button-hidden {
  opacity: 0;
  cursor: auto;
  pointer-events: none;
}

.swiper-navigation-disabled .swiper-button-prev,
.swiper-navigation-disabled .swiper-button-next {
  display: none !important;
}

.swiper-button-prev svg,
.swiper-button-next svg {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transform-origin: center;
}

.swiper-rtl .swiper-button-prev svg,
.swiper-rtl .swiper-button-next svg {
  transform: rotate(180deg);
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
  left: var(--swiper-navigation-sides-offset, 10px);
  right: auto;
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto;
}

.swiper-button-lock {
  display: none;
}

/* Navigation font start */
.swiper-button-prev:after,
.swiper-button-next:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1;
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  content: "prev";
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto;
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  content: "next";
}

/* Navigation font end */
:root {
  /*
  --swiper-pagination-color: var(--swiper-theme-color);
  --swiper-pagination-left: auto;
  --swiper-pagination-right: 8px;
  --swiper-pagination-bottom: 8px;
  --swiper-pagination-top: auto;
  --swiper-pagination-fraction-color: inherit;
  --swiper-pagination-progressbar-bg-color: rgba(0,0,0,0.25);
  --swiper-pagination-progressbar-size: 4px;
  --swiper-pagination-bullet-size: 8px;
  --swiper-pagination-bullet-width: 8px;
  --swiper-pagination-bullet-height: 8px;
  --swiper-pagination-bullet-border-radius: 50%;
  --swiper-pagination-bullet-inactive-color: #000;
  --swiper-pagination-bullet-inactive-opacity: 0.2;
  --swiper-pagination-bullet-opacity: 1;
  --swiper-pagination-bullet-horizontal-gap: 4px;
  --swiper-pagination-bullet-vertical-gap: 6px;
  */
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 300ms opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

.swiper-pagination-disabled > .swiper-pagination,
.swiper-pagination.swiper-pagination-disabled {
  display: none !important;
}

/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: var(--swiper-pagination-bottom, 8px);
  top: var(--swiper-pagination-top, auto);
  left: 0;
  width: 100%;
}

/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  display: inline-block;
  border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet:only-child {
  display: none !important;
}

.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-vertical > .swiper-pagination-bullets,
.swiper-pagination-vertical.swiper-pagination-bullets {
  right: var(--swiper-pagination-right, 8px);
  left: var(--swiper-pagination-left, auto);
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}

.swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block;
}

.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}

.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 200ms transform, 200ms top;
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms left;
}

.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms right;
}

/* Fraction */
.swiper-pagination-fraction {
  color: var(--swiper-pagination-fraction-color, inherit);
}

/* Progress */
.swiper-pagination-progressbar {
  background: var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, 0.25));
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}

.swiper-horizontal > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-horizontal,
.swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: var(--swiper-pagination-progressbar-size, 4px);
  left: 0;
  top: 0;
}

.swiper-vertical > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-vertical,
.swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite {
  width: var(--swiper-pagination-progressbar-size, 4px);
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-lock {
  display: none;
}

:root {
  /*
  --swiper-scrollbar-border-radius: 10px;
  --swiper-scrollbar-top: auto;
  --swiper-scrollbar-bottom: 4px;
  --swiper-scrollbar-left: auto;
  --swiper-scrollbar-right: 4px;
  --swiper-scrollbar-sides-offset: 1%;
  --swiper-scrollbar-bg-color: rgba(0, 0, 0, 0.1);
  --swiper-scrollbar-drag-bg-color: rgba(0, 0, 0, 0.5);
  --swiper-scrollbar-size: 4px;
  */
}

.swiper-scrollbar {
  border-radius: var(--swiper-scrollbar-border-radius, 10px);
  position: relative;
  touch-action: none;
  background: var(--swiper-scrollbar-bg-color, rgba(0, 0, 0, 0.1));
}

.swiper-scrollbar-disabled > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-disabled {
  display: none !important;
}

.swiper-horizontal > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-horizontal {
  position: absolute;
  left: var(--swiper-scrollbar-sides-offset, 1%);
  bottom: var(--swiper-scrollbar-bottom, 4px);
  top: var(--swiper-scrollbar-top, auto);
  z-index: 50;
  height: var(--swiper-scrollbar-size, 4px);
  width: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
}

.swiper-vertical > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-vertical {
  position: absolute;
  left: var(--swiper-scrollbar-left, auto);
  right: var(--swiper-scrollbar-right, 4px);
  top: var(--swiper-scrollbar-sides-offset, 1%);
  z-index: 50;
  width: var(--swiper-scrollbar-size, 4px);
  height: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: var(--swiper-scrollbar-drag-bg-color, rgba(0, 0, 0, 0.5));
  border-radius: var(--swiper-scrollbar-border-radius, 10px);
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

/* Zoom container styles start */
.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

/* Zoom container styles end */
.swiper-slide-zoomed {
  cursor: move;
  touch-action: none;
}

/* a11y */
.swiper .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-grid > .swiper-wrapper {
  flex-wrap: wrap;
}

.swiper-grid-column > .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column;
}

.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 {
  pointer-events: auto;
}

.swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper.swiper-cube {
  overflow: visible;
}

.swiper-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.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-prev {
  pointer-events: auto;
  visibility: visible;
}

.swiper-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  z-index: 0;
}

.swiper-cube .swiper-cube-shadow:before {
  content: "";
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  filter: blur(50px);
}

.swiper-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}

/* Cube slide shadows start */
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-top,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-bottom,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-left,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* Cube slide shadows end */
.swiper.swiper-flip {
  overflow: visible;
}

.swiper-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  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;
}

/* Flip slide shadows start */
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-top,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-bottom,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-left,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* Flip slide shadows end */
.swiper-creative .swiper-slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
  transition-property: transform, opacity, height;
}

.swiper.swiper-cards {
  overflow: visible;
}

.swiper-cards .swiper-slide {
  transform-origin: center bottom;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
}
/*!**********************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/.pnpm/css-loader@6.11.0_webpack@5.98.0/node_modules/css-loader/dist/cjs.js!./node_modules/.pnpm/sass-loader@14.2.1_sass@1.86.0_webpack@5.98.0/node_modules/sass-loader/dist/cjs.js!./src/scss/main.scss ***!
  \**********************************************************************************************************************************************************************************************************************************/
/* ========================================================================================= */
/* TOOLS - MIXINS */
/* ========================================================================================= */
/* ========================================================================================= */
/* END TOOLS - MIXINS */
/* ========================================================================================= */
/* ========================================================================================= */
/* TOOLS - FUNCTIONS */
/* ========================================================================================= */
/* ========================================================================================= */
/* END TOOLS - FUNCTIONS */
/* ========================================================================================= */
.c-scrollbar {
  z-index: 99;
  opacity: 1;
}
.c-scrollbar_thumb {
  margin: 0px;
  width: 5px;
  border-radius: 0px;
  opacity: 1;
  background-color: var(--color-black);
}

.asl_w_container.asl_w_container_1 {
  width: calc(var(--col-1) * 6) !important;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  padding-top: 15px;
}
@media (min-width: 1191px) {
  .asl_w_container.asl_w_container_1 {
    padding-top: 0px;
  }
}

.asl_keyword {
  display: none;
}

:root {
  --av-transition: all 0.3s ease-in-out;
  --container-width: 1300px;
  --padding-bottom-default: 14px;
  --font-a: "Montserrat", sans-serif;
  --font-b: "Montserrat", sans-serif;
  --font-c: "Montserrat", sans-serif;
  --color-black: #000000;
  --color-white: #ffffff;
  --color-brand-primary: #dcc080;
  --color-brand-third: #fff8e7;
  --color-brand-secondary: #3f4e65;
  --color-brand-contrast: #C98860;
  --color-background-light: #F9F8F7;
  --color-background-dark: #252525;
  --color-bg-primary: #dcc080;
  --color-white-op: rgba(255, 255, 255, 0.6392156863);
  --color-wc-dark: #d6d6d6;
  --color-red: #c01111;
  --color-red-secondary: #e09494;
  --component-z-index: 3;
}
@media (max-width: 610px) {
  :root {
    --total-columns: 4;
    --grid-gutter: 24px;
    --container-padding: 24px;
  }
}
@media (min-width: 611px) and (max-width: 1190px) {
  :root {
    --total-columns: 8;
    --grid-gutter: 24px;
    --container-padding: 32px;
  }
}
@media (min-width: 1191px) {
  :root {
    --total-columns: 12;
    --grid-gutter: 48px;
    --container-padding: 48px;
  }
}

*,
*:after,
*:before {
  padding: 0;
  margin: 0;
  outline: 0px solid;
  box-sizing: border-box;
}
*:hover, *:active, *:focus, *:visited,
*:after:hover,
*:after:active,
*:after:focus,
*:after:visited,
*:before:hover,
*:before:active,
*:before:focus,
*:before:visited {
  outline: 0px solid;
}

::selection {
  color: var(--color-white);
  background-color: var(--color-black);
}

.av-main {
  z-index: 2;
}

.fade-leave,
.fade-once-to,
.fade-enter-to {
  opacity: 1;
}

.fade-enter,
.fade-once,
.fade-leave-to {
  opacity: 0;
}

.fade-leave-active,
.fade-once-active,
.fade-enter-active {
  transition: opacity 0.6s ease-in-out;
}

.is-sale-price-line-trought {
  text-decoration: line-through;
  color: var(--color-red);
}

.with-box-shadow {
  position: relative;
  padding: 20px 5px;
  text-align: center;
  border-radius: 5px;
  display: flex;
  flex-direction: column;
  align-items: center;
  min-height: 380px;
  justify-content: space-between;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease-in-out;
}
.with-box-shadow:hover {
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.5);
}
@media (min-width: 1191px) {
  .with-box-shadow {
    padding: 20px;
    min-height: 430px;
  }
}

html,
body {
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.53px;
  font-family: var(--font-b);
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  padding: 0;
  margin: 0;
  height: auto;
  background-color: var(--color-white);
  color: var(--color-black);
}
@media (min-width: 611px) {
  html,
  body {
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.71px;
    font-family: var(--font-b);
    font-weight: 400;
  }
}
@media (min-width: 1191px) {
  html,
  body {
    font-size: 18px;
    line-height: 26px;
    letter-spacing: 0.8px;
    font-family: var(--font-b);
    font-weight: 400;
  }
}
body.is-debug {
  outline: 1px dotted fuchsia;
}
body.is-debug * {
  outline: 1px dotted red;
}
body.is-debug * * {
  outline: 1px dotted cyan;
}
body.is-debug * * * {
  outline: 1px dotted orange;
}
body.is-debug * * * * {
  outline: 1px dotted blue;
}
body.is-debug * * * * * {
  outline: 1px solid gray;
}
body.is-debug * * * * * * {
  outline: 1px solid purple;
}
body.is-debug * * * * * * * {
  outline: 1px solid rosybrown;
}
body.is-debug * * * * * * * * {
  outline: 1px solid darkolivegreen;
}
body.is-debug * * * * * * * * * {
  outline: 1px dotted fuchsia;
}
body.is-debug * * * * * * * * * * {
  outline: 1px dotted red;
}
body.is-debug * * * * * * * * * * * {
  outline: 1px dotted cyan;
}
body.is-debug * * * * * * * * * * * * {
  outline: 1px dotted orange;
}
body.is-debug * * * * * * * * * * * * * {
  outline: 1px dotted blue;
}
body.is-debug * * * * * * * * * * * * * * {
  outline: 1px solid gray;
}
body.is-debug * * * * * * * * * * * * * * * {
  outline: 1px solid purple;
}
body.is-debug * * * * * * * * * * * * * * * * {
  outline: 1px solid rosybrown;
}
body.is-debug * * * * * * * * * * * * * * * * * {
  outline: 1px solid darkolivegreen;
}
body.is-overflow-hidden {
  overflow: hidden;
}

ul, ol {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

img {
  max-width: 100%;
  width: auto;
  height: auto;
  display: block;
}

h1, h2, h3, h4, h5, h6 {
  color: inherit;
  padding: 0px;
  margin: 0px;
  text-transform: none;
}

p {
  font-family: inherit;
  font-weight: inherit;
  color: inherit;
  padding: 0;
  padding-bottom: var(--padding-bottom-default);
  margin: 0;
  font-size: inherit;
  line-height: inherit;
}
p:last-child {
  padding-bottom: 0px;
}
p:empty {
  display: none;
}

a {
  color: inherit;
  transition: var(--av-transition);
  text-decoration: none;
  cursor: pointer;
}

@keyframes av_rotate {
  0% {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(180deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.o-bg-color-white {
  --bg-color: var(--color-white);
  background-color: var(--bg-color);
}
.o-bg-color-black {
  --bg-color: var(--color-black);
  background-color: var(--bg-color);
}
.o-bg-color-brand-primary {
  --bg-color: var(--color-brand-primary);
  background-color: var(--bg-color);
}
.o-bg-color-brand-contrast {
  --bg-color: var(--color-brand-contrast);
  background-color: var(--bg-color);
}
.o-bg-color-background-light {
  --bg-color: var(--color-background-light);
  background-color: var(--bg-color);
}
.o-bg-color-background-dark {
  --bg-color: var(--color-background-dark);
  background-color: var(--bg-color);
}
.o-bg-color-transparent {
  --bg-color: transparent;
  background-color: var(--bg-color);
}

.o-container {
  max-width: 100%;
  width: calc(var(--container-width) + var(--container-padding) * 2);
  padding-left: calc(var(--container-padding) - var(--grid-gutter) / 2);
  padding-right: calc(var(--container-padding) - var(--grid-gutter) / 2);
  display: flex;
  margin: 0 auto;
  flex-wrap: wrap;
}
.o-container--full {
  width: 100%;
}
@media (min-width: 1191px) {
  .o-container--full {
    padding-left: calc(56px - var(--grid-gutter) / 2);
    padding-right: calc(56px - var(--grid-gutter) / 2);
  }
}

[class^=o-col-],
[class*=" o-col-"] {
  padding-left: calc(var(--grid-gutter) / 2);
  padding-right: calc(var(--grid-gutter) / 2);
}

@media (min-width: 1191px) {
  .o-col-1\@md {
    width: calc((100% - 0px) / var(--total-columns) * 1);
  }
}
@media (min-width: 1191px) {
  .o-col-push-1\@md {
    margin-left: calc(1 / var(--total-columns) * (100% - 0px));
  }
}
@media (min-width: 1191px) {
  .o-col-2\@md {
    width: calc((100% - 0px) / var(--total-columns) * 2);
  }
}
@media (min-width: 1191px) {
  .o-col-push-2\@md {
    margin-left: calc(2 / var(--total-columns) * (100% - 0px));
  }
}
@media (min-width: 1191px) {
  .o-col-3\@md {
    width: calc((100% - 0px) / var(--total-columns) * 3);
  }
}
@media (min-width: 1191px) {
  .o-col-push-3\@md {
    margin-left: calc(3 / var(--total-columns) * (100% - 0px));
  }
}
@media (min-width: 1191px) {
  .o-col-4\@md {
    width: calc((100% - 0px) / var(--total-columns) * 4);
  }
}
@media (min-width: 1191px) {
  .o-col-push-4\@md {
    margin-left: calc(4 / var(--total-columns) * (100% - 0px));
  }
}
@media (min-width: 1191px) {
  .o-col-5\@md {
    width: calc((100% - 0px) / var(--total-columns) * 5);
  }
}
@media (min-width: 1191px) {
  .o-col-push-5\@md {
    margin-left: calc(5 / var(--total-columns) * (100% - 0px));
  }
}
@media (min-width: 1191px) {
  .o-col-6\@md {
    width: calc((100% - 0px) / var(--total-columns) * 6);
  }
}
@media (min-width: 1191px) {
  .o-col-push-6\@md {
    margin-left: calc(6 / var(--total-columns) * (100% - 0px));
  }
}
@media (min-width: 1191px) {
  .o-col-7\@md {
    width: calc((100% - 0px) / var(--total-columns) * 7);
  }
}
@media (min-width: 1191px) {
  .o-col-push-7\@md {
    margin-left: calc(7 / var(--total-columns) * (100% - 0px));
  }
}
@media (min-width: 1191px) {
  .o-col-8\@md {
    width: calc((100% - 0px) / var(--total-columns) * 8);
  }
}
@media (min-width: 1191px) {
  .o-col-push-8\@md {
    margin-left: calc(8 / var(--total-columns) * (100% - 0px));
  }
}
@media (min-width: 1191px) {
  .o-col-9\@md {
    width: calc((100% - 0px) / var(--total-columns) * 9);
  }
}
@media (min-width: 1191px) {
  .o-col-push-9\@md {
    margin-left: calc(9 / var(--total-columns) * (100% - 0px));
  }
}
@media (min-width: 1191px) {
  .o-col-10\@md {
    width: calc((100% - 0px) / var(--total-columns) * 10);
  }
}
@media (min-width: 1191px) {
  .o-col-push-10\@md {
    margin-left: calc(10 / var(--total-columns) * (100% - 0px));
  }
}
@media (min-width: 1191px) {
  .o-col-11\@md {
    width: calc((100% - 0px) / var(--total-columns) * 11);
  }
}
@media (min-width: 1191px) {
  .o-col-push-11\@md {
    margin-left: calc(11 / var(--total-columns) * (100% - 0px));
  }
}
@media (min-width: 1191px) {
  .o-col-12\@md {
    width: calc((100% - 0px) / var(--total-columns) * 12);
  }
}
@media (min-width: 1191px) {
  .o-col-push-12\@md {
    margin-left: calc(12 / var(--total-columns) * (100% - 0px));
  }
}
@media (min-width: 611px) and (max-width: 1190px) {
  .o-col-1\@sm {
    width: calc((100% - 0px) / var(--total-columns) * 1);
  }
}
@media (min-width: 611px) and (max-width: 1190px) {
  .o-col-push-1\@sm {
    margin-left: calc(1 / var(--total-columns) * (100% - 0px));
  }
}
@media (min-width: 611px) and (max-width: 1190px) {
  .o-col-2\@sm {
    width: calc((100% - 0px) / var(--total-columns) * 2);
  }
}
@media (min-width: 611px) and (max-width: 1190px) {
  .o-col-push-2\@sm {
    margin-left: calc(2 / var(--total-columns) * (100% - 0px));
  }
}
@media (min-width: 611px) and (max-width: 1190px) {
  .o-col-3\@sm {
    width: calc((100% - 0px) / var(--total-columns) * 3);
  }
}
@media (min-width: 611px) and (max-width: 1190px) {
  .o-col-push-3\@sm {
    margin-left: calc(3 / var(--total-columns) * (100% - 0px));
  }
}
@media (min-width: 611px) and (max-width: 1190px) {
  .o-col-4\@sm {
    width: calc((100% - 0px) / var(--total-columns) * 4);
  }
}
@media (min-width: 611px) and (max-width: 1190px) {
  .o-col-push-4\@sm {
    margin-left: calc(4 / var(--total-columns) * (100% - 0px));
  }
}
@media (min-width: 611px) and (max-width: 1190px) {
  .o-col-5\@sm {
    width: calc((100% - 0px) / var(--total-columns) * 5);
  }
}
@media (min-width: 611px) and (max-width: 1190px) {
  .o-col-push-5\@sm {
    margin-left: calc(5 / var(--total-columns) * (100% - 0px));
  }
}
@media (min-width: 611px) and (max-width: 1190px) {
  .o-col-6\@sm {
    width: calc((100% - 0px) / var(--total-columns) * 6);
  }
}
@media (min-width: 611px) and (max-width: 1190px) {
  .o-col-push-6\@sm {
    margin-left: calc(6 / var(--total-columns) * (100% - 0px));
  }
}
@media (min-width: 611px) and (max-width: 1190px) {
  .o-col-7\@sm {
    width: calc((100% - 0px) / var(--total-columns) * 7);
  }
}
@media (min-width: 611px) and (max-width: 1190px) {
  .o-col-push-7\@sm {
    margin-left: calc(7 / var(--total-columns) * (100% - 0px));
  }
}
@media (min-width: 611px) and (max-width: 1190px) {
  .o-col-8\@sm {
    width: calc((100% - 0px) / var(--total-columns) * 8);
  }
}
@media (min-width: 611px) and (max-width: 1190px) {
  .o-col-push-8\@sm {
    margin-left: calc(8 / var(--total-columns) * (100% - 0px));
  }
}
@media (max-width: 610px) {
  .o-col-1\@xs {
    width: calc((100% - 0px) / var(--total-columns) * 1);
  }
}
@media (max-width: 610px) {
  .o-col-push-1\@xs {
    margin-left: calc(1 / var(--total-columns) * (100% - 0px));
  }
}
@media (max-width: 610px) {
  .o-col-2\@xs {
    width: calc((100% - 0px) / var(--total-columns) * 2);
  }
}
@media (max-width: 610px) {
  .o-col-push-2\@xs {
    margin-left: calc(2 / var(--total-columns) * (100% - 0px));
  }
}
@media (max-width: 610px) {
  .o-col-3\@xs {
    width: calc((100% - 0px) / var(--total-columns) * 3);
  }
}
@media (max-width: 610px) {
  .o-col-push-3\@xs {
    margin-left: calc(3 / var(--total-columns) * (100% - 0px));
  }
}
@media (max-width: 610px) {
  .o-col-4\@xs {
    width: calc((100% - 0px) / var(--total-columns) * 4);
  }
}
@media (max-width: 610px) {
  .o-col-push-4\@xs {
    margin-left: calc(4 / var(--total-columns) * (100% - 0px));
  }
}

.o-color-white {
  --text-color: var(--color-white);
  color: var(--text-color);
}
.o-color-black {
  --text-color: var(--color-black);
  color: var(--text-color);
}
.o-color-brand-primary {
  --text-color: var(--color-brand-primary);
  color: var(--text-color);
}
.o-color-brand-contrast {
  --text-color: var(--color-brand-contrast);
  color: var(--text-color);
}
.o-color-background-light {
  --text-color: var(--color-background-light);
  color: var(--text-color);
}
.o-color-background-dark {
  --text-color: var(--color-background-dark);
  color: var(--text-color);
}

.o-padding-default {
  padding-top: 40px;
  padding-bottom: 40px;
}
@media (min-width: 611px) {
  .o-padding-default {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
@media (min-width: 1191px) {
  .o-padding-default {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}

@media (max-width: 610px) {
  .o-pt-160\@xs {
    padding-top: 160px;
  }
}
@media (min-width: 611px) and (max-width: 1190px) {
  .o-pt-160\@sm {
    padding-top: 160px;
  }
}
@media (min-width: 1191px) {
  .o-pt-160\@md {
    padding-top: 160px;
  }
}
@media (max-width: 610px) {
  .o-pt-128\@xs {
    padding-top: 128px;
  }
}
@media (min-width: 611px) and (max-width: 1190px) {
  .o-pt-128\@sm {
    padding-top: 128px;
  }
}
@media (min-width: 1191px) {
  .o-pt-128\@md {
    padding-top: 128px;
  }
}
@media (max-width: 610px) {
  .o-pt-96\@xs {
    padding-top: 96px;
  }
}
@media (min-width: 611px) and (max-width: 1190px) {
  .o-pt-96\@sm {
    padding-top: 96px;
  }
}
@media (min-width: 1191px) {
  .o-pt-96\@md {
    padding-top: 96px;
  }
}
@media (max-width: 610px) {
  .o-pt-80\@xs {
    padding-top: 80px;
  }
}
@media (min-width: 611px) and (max-width: 1190px) {
  .o-pt-80\@sm {
    padding-top: 80px;
  }
}
@media (min-width: 1191px) {
  .o-pt-80\@md {
    padding-top: 80px;
  }
}
@media (max-width: 610px) {
  .o-pt-64\@xs {
    padding-top: 64px;
  }
}
@media (min-width: 611px) and (max-width: 1190px) {
  .o-pt-64\@sm {
    padding-top: 64px;
  }
}
@media (min-width: 1191px) {
  .o-pt-64\@md {
    padding-top: 64px;
  }
}
@media (max-width: 610px) {
  .o-pt-48\@xs {
    padding-top: 48px;
  }
}
@media (min-width: 611px) and (max-width: 1190px) {
  .o-pt-48\@sm {
    padding-top: 48px;
  }
}
@media (min-width: 1191px) {
  .o-pt-48\@md {
    padding-top: 48px;
  }
}
@media (max-width: 610px) {
  .o-pt-32\@xs {
    padding-top: 32px;
  }
}
@media (min-width: 611px) and (max-width: 1190px) {
  .o-pt-32\@sm {
    padding-top: 32px;
  }
}
@media (min-width: 1191px) {
  .o-pt-32\@md {
    padding-top: 32px;
  }
}
@media (max-width: 610px) {
  .o-pt-24\@xs {
    padding-top: 24px;
  }
}
@media (min-width: 611px) and (max-width: 1190px) {
  .o-pt-24\@sm {
    padding-top: 24px;
  }
}
@media (min-width: 1191px) {
  .o-pt-24\@md {
    padding-top: 24px;
  }
}
@media (max-width: 610px) {
  .o-pt-16\@xs {
    padding-top: 16px;
  }
}
@media (min-width: 611px) and (max-width: 1190px) {
  .o-pt-16\@sm {
    padding-top: 16px;
  }
}
@media (min-width: 1191px) {
  .o-pt-16\@md {
    padding-top: 16px;
  }
}
@media (max-width: 610px) {
  .o-pt-8\@xs {
    padding-top: 8px;
  }
}
@media (min-width: 611px) and (max-width: 1190px) {
  .o-pt-8\@sm {
    padding-top: 8px;
  }
}
@media (min-width: 1191px) {
  .o-pt-8\@md {
    padding-top: 8px;
  }
}
@media (max-width: 610px) {
  .o-pt-4\@xs {
    padding-top: 4px;
  }
}
@media (min-width: 611px) and (max-width: 1190px) {
  .o-pt-4\@sm {
    padding-top: 4px;
  }
}
@media (min-width: 1191px) {
  .o-pt-4\@md {
    padding-top: 4px;
  }
}
@media (max-width: 610px) {
  .o-pt-0\@xs {
    padding-top: 0px;
  }
}
@media (min-width: 611px) and (max-width: 1190px) {
  .o-pt-0\@sm {
    padding-top: 0px;
  }
}
@media (min-width: 1191px) {
  .o-pt-0\@md {
    padding-top: 0px;
  }
}
@media (max-width: 610px) {
  .o-pb-160\@xs {
    padding-bottom: 160px;
  }
}
@media (min-width: 611px) and (max-width: 1190px) {
  .o-pb-160\@sm {
    padding-bottom: 160px;
  }
}
@media (min-width: 1191px) {
  .o-pb-160\@md {
    padding-bottom: 160px;
  }
}
@media (max-width: 610px) {
  .o-pb-128\@xs {
    padding-bottom: 128px;
  }
}
@media (min-width: 611px) and (max-width: 1190px) {
  .o-pb-128\@sm {
    padding-bottom: 128px;
  }
}
@media (min-width: 1191px) {
  .o-pb-128\@md {
    padding-bottom: 128px;
  }
}
@media (max-width: 610px) {
  .o-pb-96\@xs {
    padding-bottom: 96px;
  }
}
@media (min-width: 611px) and (max-width: 1190px) {
  .o-pb-96\@sm {
    padding-bottom: 96px;
  }
}
@media (min-width: 1191px) {
  .o-pb-96\@md {
    padding-bottom: 96px;
  }
}
@media (max-width: 610px) {
  .o-pb-80\@xs {
    padding-bottom: 80px;
  }
}
@media (min-width: 611px) and (max-width: 1190px) {
  .o-pb-80\@sm {
    padding-bottom: 80px;
  }
}
@media (min-width: 1191px) {
  .o-pb-80\@md {
    padding-bottom: 80px;
  }
}
@media (max-width: 610px) {
  .o-pb-64\@xs {
    padding-bottom: 64px;
  }
}
@media (min-width: 611px) and (max-width: 1190px) {
  .o-pb-64\@sm {
    padding-bottom: 64px;
  }
}
@media (min-width: 1191px) {
  .o-pb-64\@md {
    padding-bottom: 64px;
  }
}
@media (max-width: 610px) {
  .o-pb-48\@xs {
    padding-bottom: 48px;
  }
}
@media (min-width: 611px) and (max-width: 1190px) {
  .o-pb-48\@sm {
    padding-bottom: 48px;
  }
}
@media (min-width: 1191px) {
  .o-pb-48\@md {
    padding-bottom: 48px;
  }
}
@media (max-width: 610px) {
  .o-pb-32\@xs {
    padding-bottom: 32px;
  }
}
@media (min-width: 611px) and (max-width: 1190px) {
  .o-pb-32\@sm {
    padding-bottom: 32px;
  }
}
@media (min-width: 1191px) {
  .o-pb-32\@md {
    padding-bottom: 32px;
  }
}
@media (max-width: 610px) {
  .o-pb-24\@xs {
    padding-bottom: 24px;
  }
}
@media (min-width: 611px) and (max-width: 1190px) {
  .o-pb-24\@sm {
    padding-bottom: 24px;
  }
}
@media (min-width: 1191px) {
  .o-pb-24\@md {
    padding-bottom: 24px;
  }
}
@media (max-width: 610px) {
  .o-pb-16\@xs {
    padding-bottom: 16px;
  }
}
@media (min-width: 611px) and (max-width: 1190px) {
  .o-pb-16\@sm {
    padding-bottom: 16px;
  }
}
@media (min-width: 1191px) {
  .o-pb-16\@md {
    padding-bottom: 16px;
  }
}
@media (max-width: 610px) {
  .o-pb-8\@xs {
    padding-bottom: 8px;
  }
}
@media (min-width: 611px) and (max-width: 1190px) {
  .o-pb-8\@sm {
    padding-bottom: 8px;
  }
}
@media (min-width: 1191px) {
  .o-pb-8\@md {
    padding-bottom: 8px;
  }
}
@media (max-width: 610px) {
  .o-pb-4\@xs {
    padding-bottom: 4px;
  }
}
@media (min-width: 611px) and (max-width: 1190px) {
  .o-pb-4\@sm {
    padding-bottom: 4px;
  }
}
@media (min-width: 1191px) {
  .o-pb-4\@md {
    padding-bottom: 4px;
  }
}
@media (max-width: 610px) {
  .o-pb-0\@xs {
    padding-bottom: 0px;
  }
}
@media (min-width: 611px) and (max-width: 1190px) {
  .o-pb-0\@sm {
    padding-bottom: 0px;
  }
}
@media (min-width: 1191px) {
  .o-pb-0\@md {
    padding-bottom: 0px;
  }
}

.o-main {
  padding-top: 0px;
}

.o-button--style-1 {
  position: relative;
  width: auto;
  display: inline-block;
  padding: 5px 10px;
  overflow: hidden;
  border: 1px solid var(--color-white);
  border-radius: 3px;
  color: var(--color-black);
  cursor: pointer;
  transition: all 0.2s ease-in-out;
}
.o-button--style-1:hover, .o-button--style-1.is-hover, .o-button--style-1.is-active {
  background-color: var(--color-black);
  color: var(--color-white);
}
.o-button--style-1::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  background-color: var(--color-white);
  opacity: 0.5;
  z-index: -1;
}
.o-button--style-2 {
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 0.61px;
  font-family: var(--font-c);
  font-weight: 400;
  position: relative;
}
@media (min-width: 611px) {
  .o-button--style-2 {
    font-size: 12px;
    line-height: 18px;
    letter-spacing: 0.7px;
    font-family: var(--font-c);
    font-weight: 400;
  }
}
@media (min-width: 1191px) {
  .o-button--style-2 {
    font-size: 12px;
    line-height: 18px;
    letter-spacing: 0.64px;
    font-family: var(--font-c);
    font-weight: 800;
  }
}
.o-button--style-2::before {
  content: "";
  position: absolute;
  bottom: -3px;
  left: 0px;
  height: 1px;
  width: 0px;
  background-color: var(--color-black);
  transition: all 0.3s ease-in-out;
}
.o-button--style-2:hover::before {
  width: 100%;
}

.o-font-display-1 {
  font-size: 52px;
  line-height: 50px;
  letter-spacing: 0px;
  font-family: var(--font-a);
  font-weight: 400;
}
@media (min-width: 611px) {
  .o-font-display-1 {
    font-size: 76px;
    line-height: 74px;
    letter-spacing: 0px;
    font-family: var(--font-a);
    font-weight: 400;
  }
}
@media (min-width: 1191px) {
  .o-font-display-1 {
    font-size: 130px;
    line-height: 112px;
    letter-spacing: 0px;
    font-family: var(--font-a);
    font-weight: 400;
  }
}
.o-font-display-2 {
  font-size: 28px;
  line-height: 33px;
  letter-spacing: 0px;
  font-family: var(--font-a);
  font-weight: 400;
}
@media (min-width: 611px) {
  .o-font-display-2 {
    font-size: 42px;
    line-height: 56px;
    letter-spacing: 0px;
    font-family: var(--font-a);
    font-weight: 400;
  }
}
@media (min-width: 1191px) {
  .o-font-display-2 {
    font-size: 58px;
    line-height: 68px;
    letter-spacing: 0px;
    font-family: var(--font-a);
    font-weight: 400;
  }
}
.o-font-display-3 {
  font-size: 20px;
  line-height: 22px;
  letter-spacing: 0px;
  font-family: var(--font-a);
  font-weight: 400;
}
@media (min-width: 611px) {
  .o-font-display-3 {
    font-size: 24px;
    line-height: 30px;
    letter-spacing: 0px;
    font-family: var(--font-a);
    font-weight: 400;
  }
}
@media (min-width: 1191px) {
  .o-font-display-3 {
    font-size: 28px;
    line-height: 32px;
    letter-spacing: 0px;
    font-family: var(--font-a);
    font-weight: 400;
  }
}
.o-font-display-headline {
  font-size: 12px;
  line-height: 20px;
  letter-spacing: 0px;
  font-family: var(--font-c);
  font-weight: 400;
}
@media (min-width: 611px) {
  .o-font-display-headline {
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0px;
    font-family: var(--font-c);
    font-weight: 400;
  }
}
@media (min-width: 1191px) {
  .o-font-display-headline {
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0px;
    font-family: var(--font-c);
    font-weight: 400;
  }
}
.o-font-display-button {
  font-size: 20px;
  line-height: 24px;
  letter-spacing: 0px;
  font-family: var(--font-b);
  font-weight: 400;
}
@media (min-width: 611px) {
  .o-font-display-button {
    font-size: 20px;
    line-height: 24px;
    letter-spacing: 0px;
    font-family: var(--font-b);
    font-weight: 400;
  }
}
@media (min-width: 1191px) {
  .o-font-display-button {
    font-size: 22px;
    line-height: 26px;
    letter-spacing: 0px;
    font-family: var(--font-b);
    font-weight: 400;
  }
}
.o-font-display-body {
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.53px;
  font-family: var(--font-b);
  font-weight: 400;
}
@media (min-width: 611px) {
  .o-font-display-body {
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.71px;
    font-family: var(--font-b);
    font-weight: 400;
  }
}
@media (min-width: 1191px) {
  .o-font-display-body {
    font-size: 18px;
    line-height: 26px;
    letter-spacing: 0.8px;
    font-family: var(--font-b);
    font-weight: 400;
  }
}
.o-font-display-caption {
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 0.61px;
  font-family: var(--font-c);
  font-weight: 400;
}
@media (min-width: 611px) {
  .o-font-display-caption {
    font-size: 12px;
    line-height: 18px;
    letter-spacing: 0.7px;
    font-family: var(--font-c);
    font-weight: 400;
  }
}
@media (min-width: 1191px) {
  .o-font-display-caption {
    font-size: 12px;
    line-height: 18px;
    letter-spacing: 0.64px;
    font-family: var(--font-c);
    font-weight: 800;
  }
}
.o-overflow-hidden {
  overflow: hidden;
}
@media (max-width: 610px) {
  .o-overflow-hidden\@xs {
    overflow: hidden;
  }
}
@media (min-width: 611px) and (max-width: 1190px) {
  .o-overflow-hidden\@sm {
    overflow: hidden;
  }
}
@media (min-width: 1191px) {
  .o-overflow-hidden\@md {
    overflow: hidden;
  }
}

.o-text-align-left {
  text-align: left;
}
.o-text-align-right {
  text-align: right;
}
.o-text-align-center {
  text-align: center;
}

.o-video-bg {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%; /* Set video container element width here */
  height: 100%; /* Set video container element height here */
  overflow: hidden;
  background: transparent; /* bg color, if video is not high enough */
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.o-video-bg__width {
  position: absolute;
  width: 100%; /* Change width value to cover more area*/
  height: 100%;
  left: -9999px;
  right: -9999px;
  margin: auto;
}
.o-video-bg__aspect {
  position: absolute;
  width: 100%;
  height: 0;
  top: -9999px;
  bottom: -9999px;
  margin: auto;
  padding-bottom: 56.25%;
  overflow: hidden;
}
.o-video-bg__make-height {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.o-video-bg__hide-controls {
  box-sizing: content-box;
  position: relative;
  height: 100%;
  width: 100%;
  padding: 55px 97.7777px;
  top: -55px;
  left: -97.7777px;
}
.o-video-bg__iframe,
.o-video-bg iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border: 0 none;
  display: block;
  pointer-events: none;
}

.o-bg-s {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-color: var(--bg-color);
}
.o-bg-s--brand-primary {
  --bg-color: var(--color-brand-primary);
  --text-color: var(--color-white);
  --alt-color: var(--color-white);
}
.o-bg-s--brand-contrast {
  --bg-color: var(--color-brand-contrast);
  --text-color: var(--color-black);
  --alt-color: var(--color-brand-primary);
}
.o-bg-s--background-dark {
  --bg-color: var(--color-bg-dark);
  --text-color: var(--color-white);
  --alt-color: var(--color-white);
}
.o-bg-s--background-light {
  --bg-color: var(--color-bg-light);
  --text-color: var(--color-black);
  --alt-color: var(--color-brand-primary);
}
.o-bg-s--black {
  --bg-color: var(--color-black);
  --text-color: var(--color-white);
  --alt-color: var(--color-white);
}
.o-bg-s--white {
  --bg-color: var(--color-white);
  --text-color: var(--color-black);
  --alt-color: var(--color-brand-primary);
}
.o-bg-s__image {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}
.o-bg-s__overlay {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 3;
  opacity: 0.54;
  mix-blend-mode: multiply;
}
.o-bg-s__overlay--brand-primary {
  background-color: var(--color-brand-primary);
}
.o-bg-s__overlay--brand-contrast {
  background-color: var(--color-brand-contrast);
}
.o-bg-s__overlay--bg-dark {
  background-color: var(--color-bg-dark);
}
.o-bg-s__overlay--bg-light {
  background-color: var(--color-bg-light);
}
.o-bg-s__overlay--black {
  background-color: var(--color-black);
}
.o-bg-s__overlay--white {
  background-color: var(--color-white);
}

.b-debug {
  opacity: 0;
  display: block;
  pointer-events: none;
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100vh;
  z-index: 9999999;
  background: none;
}
.is-debug .b-debug {
  opacity: 0.2;
}
.b-debug__col {
  height: 100vh;
  display: inline-block;
}
.b-debug__inner {
  background-color: rgba(144, 238, 144, 0.4);
  width: 100%;
  height: 100%;
  display: block;
}

.b-header {
  background-color: var(--color-white);
  position: fixed;
  width: 100%;
  z-index: 999999999;
  transition: all 0.3s ease-in-out;
  padding: 10px 0px;
}
.b-header.is-alt {
  background-color: var(--color-white);
}
.is-dropdown-active .b-header {
  background-color: var(--color-brand-third);
}
.b-header__container {
  height: 100%;
  justify-content: space-between;
}
.b-header__wrapper-menu {
  width: 100%;
  display: flex;
  align-items: center;
  position: relative;
  justify-content: space-between;
}
@media (min-width: 1191px) {
  .b-header__wrapper-menu {
    width: auto;
    justify-content: initial;
  }
}
.b-header__menu {
  display: flex;
}
.b-header__menu .menu-item-depth-0 {
  padding-right: 34px;
}
.b-header__menu .menu-item-depth-0.is-block-active .menu-link::before {
  width: 100%;
}
.b-header__menu .menu-item-depth-0 .menu-link {
  position: relative;
  padding-bottom: 3px;
}
.is-alt .b-header__menu .menu-item-depth-0 .menu-link, .single-product.woocommerce-page .b-header__menu .menu-item-depth-0 .menu-link, .woocommerce-cart .b-header__menu .menu-item-depth-0 .menu-link {
  color: var(--color-black);
}
.b-header__menu .menu-item-depth-0 .menu-link::before {
  transition: all 0.3s ease-in-out;
  content: "";
  width: 0%;
  position: absolute;
  bottom: 0px;
  height: 1px;
  background-color: var(--color-black);
}
.is-alt .b-header__menu .menu-item-depth-0 .menu-link::before {
  background-color: var(--color-black);
}
.b-header__menu .menu-item-depth-0 .menu-link:hover {
  opacity: 1;
}
.b-header__menu .menu-item-depth-0 .menu-link:hover::before {
  width: 100%;
}
.b-header__menu .current-menu-item .menu-link {
  opacity: 1;
}
.b-header__menu .current-menu-item .menu-link::before {
  width: 100%;
}
.b-header__nav {
  display: none;
}
@media (min-width: 1191px) {
  .b-header__nav {
    display: block;
    margin-right: 40px;
  }
}
.b-header__wrapper-link {
  display: flex;
}
.b-header__logo {
  width: 100px;
}
.b-header__logo-text {
  display: none;
}
@media (min-width: 611px) {
  .b-header__logo-text {
    display: flex;
    align-items: center;
  }
}
.is-alt .b-header__logo-text, .single-product.woocommerce-page .b-header__logo-text, .woocommerce-cart .b-header__logo-text {
  color: var(--color-black);
}
.b-header__wrapper-logo {
  position: absolute;
  left: 50%;
  top: 0px;
  transform: translateX(-50%);
  z-index: 9;
}
@media (min-width: 1191px) {
  .b-header__wrapper-logo {
    position: relative;
    display: flex;
    align-items: center;
    left: 0px;
    top: 0px;
    transform: initial;
  }
}
.b-header__wrapper-card {
  position: fixed;
  background-color: var(--color-white);
  top: 0px;
  right: -100%;
  height: 100vh;
  width: 100%;
  z-index: 9;
  transition: all 0.3s ease-in-out;
  border-left: 1px solid var(--color-black);
}
.is-active-card .b-header__wrapper-card {
  right: 0%;
}
@media (min-width: 1191px) {
  .b-header__wrapper-card {
    width: 30%;
    right: -30%;
  }
  .is-active-card .b-header__wrapper-card {
    right: 0vh;
  }
}
.b-header__wrapper-card-icon {
  display: flex;
  align-items: center;
  position: relative;
  margin-right: 20px;
}
.woocommerce-cart .b-header__wrapper-card-icon, .woocommerce-checkout .b-header__wrapper-card-icon {
  display: none !important;
}
.b-header__card-icon {
  cursor: pointer;
  width: 26px;
  height: 26px;
}
.is-dropdown-active .b-header__card-icon path, .single-product.woocommerce-page .b-header__card-icon path {
  fill: var(--color-black);
}
.is-alt .b-header__card-icon path {
  fill: var(--color-black);
}
.b-header__velo {
  position: fixed;
  width: 100%;
  height: 100vh;
  left: 0px;
  background-color: black;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s ease-in-out;
}
.b-header__velo.is-active {
  opacity: 0.3;
  visibility: visible;
}
.b-header__card-quantity {
  border: 1px solid red;
  border-radius: 50%;
  color: var(--color-white);
  background-color: red;
  width: 14px;
  height: 14px;
  font-size: 8px;
  font-weight: 700;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  bottom: 16px;
  right: -5px;
  pointer-events: none;
}
.b-header__card-quantity.is-empty {
  display: none;
}
.b-header__wrapper-hamburguer {
  width: 28px;
  height: 22px;
  position: relative;
  border-top: 2px solid var(--color-black);
  border-bottom: 2px solid var(--color-black);
  cursor: pointer;
}
.b-header__wrapper-hamburguer::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: var(--color-black);
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.3s ease-in-out;
}
.b-header__wrapper-hamburguer::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: transparent;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.3s ease-in-out;
}
.is-dropdown-active .b-header__wrapper-hamburguer {
  border-top: 0px;
  border-bottom: 0px;
}
.is-dropdown-active .b-header__wrapper-hamburguer::before {
  transform: rotate(45deg);
  background-color: var(--color-black);
}
.is-dropdown-active .b-header__wrapper-hamburguer::after {
  transform: rotate(-45deg);
  background-color: var(--color-black);
}
@media (min-width: 1191px) {
  .b-header__wrapper-hamburguer {
    display: none;
  }
}
.b-header__wrapper-profile {
  display: flex;
  cursor: pointer;
}
.b-header__wrapper-profile svg {
  width: 30px;
  height: 30px;
}
.b-header__wrapper-profile svg g {
  fill: var(--color-white);
}
.b-header__wrapper-icons {
  display: flex;
  position: relative;
}
.b-header__logout {
  position: absolute;
  border-radius: 5px;
  padding: 5px 8px;
  right: 0;
  display: flex;
  flex-direction: column;
  width: 200%;
  min-width: 150px;
  justify-content: center;
  background: var(--color-background-dark);
  opacity: 0;
  top: -5%;
  visibility: hidden;
  pointer-events: none;
  border: 1px solid var(--color-white);
  transition: all 0.3s ease-in-out;
  z-index: 9;
}
.is-active .b-header__logout {
  top: 115%;
  opacity: 1;
  visibility: visible;
  pointer-events: all;
}
.b-header__profile-item {
  cursor: pointer;
  color: white;
  transition: all 0.3s ease-in-out;
}
.b-header__profile-item:hover {
  color: var(--color-brand-primary);
}
.b-header__logout-link {
  pointer-events: none;
  color: var(--color-white);
}
.b-header__logout-link.is-active {
  color: var(--color-brand-primary);
  pointer-events: none;
}

.b-footer {
  position: relative;
  z-index: 5;
  position: relative;
  right: 0px;
  top: 0px;
  width: 100%;
  z-index: 99999;
  height: auto;
  background-color: var(--color-background-dark);
}
.b-footer::after {
  content: ".b-footer";
  position: absolute;
  top: 10px;
  right: 10px;
  width: auto;
  height: auto;
  color: var(--color-black);
  display: none;
  z-index: 10;
  background-color: rgba(255, 255, 255, 0.7);
  white-space: nowrap;
  font-size: 14px;
  line-height: 19px;
}
.is-debug .b-footer {
  outline: 4px solid lightsalmon !important;
}
.is-debug .b-footer::after {
  display: block;
}
.b-footer__container {
  justify-content: space-between;
}
@media (min-width: 1191px) {
  .b-footer__container {
    justify-content: initial;
  }
}
.b-footer__wrapper-logo {
  display: block;
  text-align: center;
}
.b-footer__logo {
  display: inline-block;
  max-width: 100%;
  width: 90px;
}
@media (min-width: 611px) {
  .b-footer__logo {
    width: 120px;
  }
}
@media (min-width: 1191px) {
  .b-footer__logo {
    width: auto;
  }
}
.b-footer__wrapper-socials {
  display: block;
  width: 100%;
  padding-bottom: 0px;
}
.b-footer__inner {
  color: var(--color-white);
  padding-top: 25px;
  padding-bottom: 0px;
}
@media (min-width: 611px) {
  .b-footer__inner {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
.b-footer__label {
  padding-bottom: 18px;
}
@media (min-width: 611px) {
  .b-footer__label {
    padding-bottom: 28px;
  }
}
.b-footer__wrapper-nav {
  display: block;
  width: 100%;
}
.b-footer__nav {
  display: block;
  width: 100%;
}
.b-footer__menu {
  display: block;
  width: 100%;
}
.b-footer__menu .menu-item-depth-0 {
  width: 100%;
  padding-bottom: 14px;
  display: block;
}
.b-footer__menu .menu-item-depth-0:hover {
  color: var(--color-brand-primary);
}
.b-footer__wrapper-phones {
  display: flex;
  align-items: flex-start;
}
.b-footer__wrapper-phones svg {
  width: 34px;
  height: 34px;
}
.b-footer__wrapper-phone {
  display: flex;
  flex-direction: column;
  margin-left: 20px;
  padding-bottom: 24px;
}
.b-footer__whats {
  padding-bottom: 24px;
}
.b-footer__whats svg {
  width: 34px;
  height: 34px;
  margin-right: 20px;
}
.b-footer__whats a {
  display: flex;
  align-items: center;
}
.b-footer__whats a:hover {
  color: var(--color-brand-primary);
}
.b-footer__email {
  position: relative;
}
.b-footer__email svg {
  width: 34px;
  height: 34px;
  left: -45px;
  top: 0px;
  margin-right: 20px;
}
@media (min-width: 1191px) {
  .b-footer__email svg {
    position: absolute;
    margin-right: 0px;
  }
}
.b-footer__email a {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
}
.b-footer__email a:hover {
  color: var(--color-brand-primary);
}
.b-footer__wrapper-contact {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.b-footer__col-1 {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-bottom: 24px;
}
@media (min-width: 611px) {
  .b-footer__col-1 {
    display: none;
  }
}
@media (min-width: 1191px) {
  .b-footer__col-1 {
    display: flex;
    padding-bottom: 0px;
  }
}
.b-footer__wrapper-copyright {
  padding: 5px;
  background-color: var(--color-white);
  text-align: center;
}
.b-footer__copyright a {
  color: var(--color-brand-secondary);
  text-decoration: underline;
}
.b-footer__contact, .b-footer__nav {
  padding-bottom: 24px;
}
@media (min-width: 611px) {
  .b-footer__contact, .b-footer__nav {
    padding-bottom: 0px;
  }
}

.b-loader {
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  width: 100%;
  height: 100vh;
  left: 0px;
  top: 0px;
  z-index: 9999999999999;
  background-color: var(--color-white);
  overflow: hidden;
}
.b-loader__item {
  border-radius: 50%;
  padding: 8px;
  border: 2px solid transparent;
  animation: av_rotate linear 0.9s infinite;
  border-top-color: var(--color-black);
  position: relative;
  margin: 75px auto;
  width: 60px;
  height: 60px;
  display: block;
  overflow: hidden;
  will-change: transform;
}
.b-loader__products {
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  width: 100%;
  height: 100vh;
  left: 0px;
  top: 0px;
  z-index: 9999999999999;
  background-color: var(--color-black);
  opacity: 0;
  visibility: hidden;
}
.b-loader__products.is-active {
  opacity: 0.3;
  visibility: visible;
}
.b-loader__item-products {
  border-radius: 50%;
  padding: 8px;
  border: 2px solid transparent;
  animation: av_rotate linear 0.9s infinite;
  border-top-color: var(--color-white);
  position: relative;
  margin: 75px auto;
  width: 60px;
  height: 60px;
  display: block;
  overflow: hidden;
  will-change: transform;
}

.b-socials {
  width: 100%;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 3;
  justify-content: center;
}
@media (min-width: 611px) {
  .b-socials {
    justify-content: flex-end;
  }
}
@media (min-width: 1191px) {
  .b-socials {
    justify-content: flex-start;
  }
}
.b-socials__item-icon {
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.53px;
  font-family: var(--font-b);
  font-weight: 400;
  display: inline-block;
  cursor: pointer;
  color: var(--color-white);
  padding-right: 23px;
}
@media (min-width: 611px) {
  .b-socials__item-icon {
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.71px;
    font-family: var(--font-b);
    font-weight: 400;
  }
}
@media (min-width: 1191px) {
  .b-socials__item-icon {
    font-size: 18px;
    line-height: 26px;
    letter-spacing: 0.8px;
    font-family: var(--font-b);
    font-weight: 400;
  }
}
.b-socials__item-icon svg path {
  fill: var(--color-white);
  transition: all 0.3s ease-in-out;
}
.b-socials__item-icon svg:hover path {
  fill: var(--color-brand-primary);
}
.b-socials__item-icon:last-child {
  padding: 0px;
}

.b-menu-dropdown {
  position: relative;
  z-index: 9999;
  position: fixed;
  right: 0px;
  top: 0px;
  width: 100%;
  display: flex;
  transition: all 0.3s ease-in-out 0s;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  background-color: #fff8e7;
  overflow: auto;
  height: calc(var(--vh) * 100);
}
.b-menu-dropdown::after {
  content: ".b-menu-dropdown";
  position: absolute;
  top: 10px;
  right: 10px;
  width: auto;
  height: auto;
  color: var(--color-black);
  display: none;
  z-index: 10;
  background-color: rgba(255, 255, 255, 0.7);
  white-space: nowrap;
  font-size: 14px;
  line-height: 19px;
}
.is-debug .b-menu-dropdown {
  outline: 4px solid lightsalmon !important;
}
.is-debug .b-menu-dropdown::after {
  display: block;
}
@media (min-width: 1191px) {
  .b-menu-dropdown {
    display: none;
  }
}
.is-dropdown-active .b-menu-dropdown {
  transition-delay: 0s;
  pointer-events: all;
  opacity: 1;
  visibility: visible;
}
.b-menu-dropdown__container {
  height: 100%;
  justify-content: center;
}
.b-menu-dropdown__wrapper {
  width: 100%;
  position: relative;
  z-index: 2;
  display: block;
  padding-top: 96px;
}
@media (min-width: 611px) {
  .b-menu-dropdown__wrapper {
    padding-top: 0px;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
  }
}
.b-menu-dropdown__inner {
  width: 100%;
  display: flex;
  height: 100%;
  align-items: flex-start;
  flex-wrap: wrap;
  position: relative;
  padding-bottom: 44px;
}
@media (min-width: 611px) {
  .b-menu-dropdown__inner {
    padding-bottom: 0px;
  }
}
@media (min-width: 1191px) {
  .b-menu-dropdown__inner {
    flex-wrap: nowrap;
  }
}
.b-menu-dropdown__wrapper-menu {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
}
@media (min-width: 1191px) {
  .b-menu-dropdown__wrapper-menu {
    padding: 31px 0px;
  }
}
.b-menu-dropdown__label {
  display: block;
  width: 100%;
  color: var(--color-white);
  opacity: 0.4;
  text-align: center;
  padding-bottom: 9px;
}
@media (min-width: 611px) {
  .b-menu-dropdown__label {
    padding-bottom: 4px;
  }
}
@media (min-width: 1191px) {
  .b-menu-dropdown__label {
    text-align: left;
    padding-bottom: 0px;
  }
}
.b-menu-dropdown__menu {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  height: 100%;
}
.b-menu-dropdown__menu .menu-item-depth-0 {
  margin-bottom: 40px;
}
.b-menu-dropdown__menu .menu-item-depth-0 .menu-link {
  opacity: 0.8;
  color: var(--color-black);
  position: relative;
  padding-bottom: 3px;
}
.b-menu-dropdown__menu .menu-item-depth-0 .menu-link::before {
  transition: all 0.3s ease-in-out;
  content: "";
  width: 0%;
  position: absolute;
  bottom: 0px;
  height: 2px;
  background-color: var(--color-black);
}
.b-menu-dropdown__menu .menu-item-depth-0 .menu-link:hover {
  opacity: 1;
}
.b-menu-dropdown__menu .menu-item-depth-0 .menu-link:hover::before {
  width: 100%;
}
.b-menu-dropdown__menu .current-menu-item .menu-link {
  opacity: 1;
}
.b-menu-dropdown__menu .current-menu-item .menu-link::before {
  width: 100%;
}

.b-languages {
  position: relative;
  text-transform: uppercase;
  display: flex;
}
.b-languages:hover .b-languages__list {
  opacity: 1;
  visibility: visible;
}
.b-languages__button {
  color: var(--color-white);
  transition: all 0.4s ease-in-out;
  cursor: default;
  position: relative;
  z-index: 999;
  padding-right: 14px;
  position: relative;
  color: var(--color-white);
}
.is-alt .b-languages__button {
  color: var(--color-white);
}
.is-active .b-languages__button {
  color: var(--color-white);
}
.b-languages__icon {
  display: none;
  position: absolute;
  top: -1px;
  right: 0px;
}
@media (min-width: 1191px) {
  .b-languages__icon {
    right: 8px;
  }
}
.b-languages__icon svg {
  width: 10px;
}
.b-languages__icon .langs-fill {
  fill: var(--color-white);
  transition: all 0.3s ease-in-out;
}
.b-languages__list {
  display: flex;
}
.b-languages__button:hover .b-languages__list {
  opacity: 1;
  visibility: visible;
}
.b-languages__lang {
  display: flex;
}
.b-languages__lang a {
  color: var(--color-white);
  transition: all 0.4s ease-in-out;
  cursor: pointer;
  padding-right: 14px;
  opacity: 0.4;
}
.is-alt .b-languages__lang a {
  color: var(--color-white);
}
.is-active .b-languages__lang a {
  color: var(--color-white);
}
@media (min-width: 1191px) {
  .b-languages__lang a:hover {
    opacity: 0.7;
  }
}

.b-card {
  height: calc(var(--vh) * 100);
}
.b-card__inner {
  padding-top: 60px;
  display: flex;
  flex-direction: column;
  height: 100vh;
  justify-content: space-between;
}
.b-card__wrapper-product {
  padding: 10px 20px;
  border-top: 1px solid var(--color-black);
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.b-card__wrapper-price {
  display: flex;
  flex-direction: column;
}
.b-card__name {
  padding-bottom: 10px;
  font-weight: bold;
}
.b-card__wrapper-close {
  position: absolute;
  right: 20px;
  top: 0px;
  height: 60px;
  display: flex;
  align-items: center;
}
.b-card__close {
  cursor: pointer;
}
.b-card__wrapper-card-icon {
  position: absolute;
  left: 20px;
  top: 0px;
  height: 60px;
  display: flex;
  align-items: center;
}
.b-card__wrapper-remove {
  display: flex;
}
.b-card__wrapper-quantity {
  display: flex;
  padding-right: 20px;
}
.b-card__wrapper-quantity svg {
  width: 15px;
  height: 15px;
  cursor: pointer;
}
.b-card__wrapper-quantity svg path, .b-card__wrapper-quantity svg g {
  pointer-events: none;
}
.b-card__wrapper-image {
  width: auto;
  margin-right: 10px;
}
.b-card__wrapper-image a {
  transition: all 0.3s ease-in-out;
}
.b-card__wrapper-image a:hover {
  opacity: 0.5;
}
.b-card__wrapper-image img {
  width: 50px;
  height: 50px;
}
.b-card__image {
  border-radius: 5px;
}
.b-card__wrapper-product-list {
  overflow: auto;
}
.b-card__product {
  padding-right: 20px;
  width: 68%;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
}
.b-card__wrapper-empty {
  position: absolute;
  top: 40%;
  transform: translateY(-50%);
  width: 100%;
  text-align: center;
}
.b-card__remove-item {
  cursor: pointer;
}
.b-card__remove-item:hover path {
  fill: var(--color-red);
}
.b-card__wrapper-total {
  border-top: 1px solid var(--color-black);
  padding-top: 20px;
  padding-bottom: 20px;
}
.b-card__total-title {
  display: flex;
  justify-content: space-between;
  padding: 0px 20px;
}
.b-card__wrapper-subtotal {
  display: flex;
}
.b-card__wrapper-loader {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: var(--color-black);
  opacity: 0;
  left: 0px;
  top: 0px;
  visibility: hidden;
  transition: all 0.3s ease-in-out;
}
.b-card__wrapper-loader.is-active {
  opacity: 0.3;
  visibility: visible;
}
.b-card__loader {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  z-index: 9999999;
  background-color: var(--color-black);
}
.b-card__item {
  border-radius: 50%;
  padding: 8px;
  border: 2px solid transparent;
  animation: av_rotate linear 0.9s infinite;
  border-top-color: var(--color-white);
  position: relative;
  margin: 75px auto;
  width: 60px;
  height: 60px;
  display: block;
  overflow: hidden;
  will-change: transform;
}
.b-card__wrapper-submit {
  margin: 0px 10px;
  width: auto;
  display: flex;
  justify-content: center;
}
.b-card__submit {
  width: auto;
  text-align: center;
  background-color: var(--color-red-secondary);
  padding: 10px;
}
.b-card__submit.is-empty {
  pointer-events: none;
  opacity: 0.5;
}
.b-card__submit:hover {
  opacity: 0.5;
}
.b-card__regular-price {
  display: flex;
}
.b-card__regular-price-text {
  padding-right: 24px;
}
.has-discount .b-card__regular-price-text {
  text-decoration: line-through;
  color: var(--color-red);
}
.b-card__regular-price-discount {
  padding: 0px 3px;
  background-color: var(--color-red);
  color: var(--color-white);
  border-radius: 3px;
}
.b-card__price {
  padding-bottom: 6px;
}

.b-generic-loader__wrapper-loader {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: var(--color-black);
  opacity: 0;
  left: 0px;
  top: 0px;
  visibility: hidden;
  transition: all 0.3s ease-in-out;
}
.b-generic-loader__wrapper-loader.is-active {
  opacity: 0.3;
  visibility: visible;
}
.b-generic-loader__loader {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  z-index: 9999999;
  background-color: var(--color-black);
}
.b-generic-loader__item {
  border-radius: 50%;
  padding: 8px;
  border: 2px solid transparent;
  animation: av_rotate linear 0.9s infinite;
  border-top-color: var(--color-white);
  position: relative;
  margin: 75px auto;
  width: 60px;
  height: 60px;
  display: block;
  overflow: hidden;
  will-change: transform;
}

.b-product-info {
  position: relative;
  z-index: 99999999;
}
.b-product-info__wrapper-info {
  padding: 40px 20px 20px 20px;
  z-index: 999999;
  background-color: var(--color-bg-primary);
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  visibility: hidden;
  display: flex;
  flex-direction: column;
  width: calc(var(--col-1) * 4);
  transition: all 0.3s ease-in-out;
  max-height: 90vh;
}
.is-active-info .b-product-info__wrapper-info {
  opacity: 1;
  visibility: visible;
}
@media (min-width: 611px) {
  .b-product-info__wrapper-info {
    width: calc(var(--col-1) * 6);
    padding: 40px;
  }
}
@media (min-width: 1191px) {
  .b-product-info__wrapper-info {
    width: calc(var(--col-1) * 8);
  }
}
.b-product-info__info {
  padding: 14px;
  width: 100%;
  background-color: var(--color-white-op);
  overflow: auto;
  display: none;
}
.b-product-info__info.is-description, .b-product-info__info.is-ingredients {
  display: block;
}
.b-product-info__info span {
  font-weight: bold;
}
@media (min-width: 611px) {
  .b-product-info__info {
    width: 50%;
  }
}
.b-product-info__info-box {
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
@media (min-width: 611px) {
  .b-product-info__info-box {
    flex-direction: row;
  }
}
.b-product-info__info-wrapper-image {
  display: block;
  position: relative;
  width: 100%;
}
.b-product-info__info-wrapper-image:before {
  content: "";
  display: block;
  padding-bottom: 70%;
}
@media (min-width: 611px) {
  .b-product-info__info-wrapper-image {
    width: 50%;
  }
  .b-product-info__info-wrapper-image.is-full {
    width: 100%;
  }
  .b-product-info__info-wrapper-image:before {
    content: "";
    display: block;
    padding-bottom: 140%;
  }
}
.b-product-info__info-image {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.b-product-info__info-title {
  padding-bottom: 20px;
  text-align: center;
}
.b-product-info__info-close {
  width: 20px;
  height: 20px;
  position: absolute;
  right: 10px;
  top: 10px;
  cursor: pointer;
}
@media (min-width: 611px) {
  .b-product-info__info-close {
    width: 35px;
    height: 35px;
  }
}
.b-product-info__info-close::after {
  content: "";
  position: absolute;
  width: 100%;
  top: 50%;
  height: 1px;
  background-color: var(--color-black);
  transform: rotate(45deg);
}
.b-product-info__info-close::before {
  content: "";
  position: absolute;
  width: 100%;
  top: 50%;
  height: 1px;
  background-color: var(--color-black);
  transform: rotate(-45deg);
}
.b-product-info__wrapper-description {
  display: none;
}
.is-description .b-product-info__wrapper-description {
  display: block;
}
.b-product-info__wrapper-ingredients {
  display: none;
}
.is-ingredients .b-product-info__wrapper-ingredients {
  display: block;
}
.b-product-info__info-description {
  padding-bottom: 15px;
}
.b-product-info__info-velo {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  z-index: 999998;
  background-color: var(--color-black);
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-in-out;
}
.is-active-info .b-product-info__info-velo {
  opacity: 0.5;
  visibility: visible;
}

.b-whatsapp {
  position: fixed;
  z-index: 99999999;
  opacity: 0.7;
  transition: all 0.3s ease-in-out;
  bottom: 5px;
  right: 15px;
}
@media (min-width: 611px) {
  .b-whatsapp {
    bottom: 80px;
    right: 30px;
  }
}
@media (min-width: 1191px) {
  .b-whatsapp {
    bottom: 30px;
  }
}
.b-whatsapp:hover {
  opacity: 1;
}
.b-whatsapp svg {
  width: 40px;
  height: 40px;
}
.b-whatsapp__wrapper-icon {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.b-whatsapp__icon {
  margin-bottom: 10px;
}
.b-whatsapp__wrapper-text {
  padding: 5px 10px;
  background-color: #44cd44;
  border-radius: 10px;
  display: none;
}
@media (min-width: 611px) {
  .b-whatsapp__wrapper-text {
    display: initial;
  }
}
.b-whatsapp__text {
  color: var(--color-white);
}

.b-modal-image {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  z-index: 999999999;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-in-out;
}
.b-modal-image.is-active {
  opacity: 1;
  visibility: visible;
}
.b-modal-image__inner {
  position: relative;
  width: 100%;
  height: 100%;
}
.b-modal-image__container {
  position: relative;
  height: 100%;
}
.b-modal-image__velo {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background-color: var(--color-black);
  opacity: 0.7;
}
.b-modal-image__close {
  position: absolute;
  width: 60px;
  height: 60px;
  right: 20px;
  top: var(--container-padding);
  cursor: pointer;
}
.b-modal-image__close path {
  fill: var(--color-white);
  transition: all 0.3s ease-in-out;
}
.b-modal-image__close:hover path {
  fill: var(--color-brand-secondary);
}
.b-modal-image__wrapper-image {
  display: flex;
  justify-content: center;
}

.b-modal-sub-menu {
  position: fixed;
  z-index: 9999;
  width: 100%;
}
.b-modal-sub-menu__container {
  position: relative;
}
.b-modal-sub-menu__wrapper-cat {
  position: absolute;
  left: 0px;
  width: 100%;
  top: 0px;
  background-color: var(--color-white);
  padding: 92px 30px 20px 30px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-in-out;
}
.b-modal-sub-menu__wrapper-cat.is-hover {
  opacity: 1;
  visibility: visible;
}
.b-modal-sub-menu__cat {
  display: flex;
  justify-content: center;
  padding-top: 12px;
  padding-bottom: 34px;
}
.b-modal-sub-menu__wrapper-child-cat {
  display: flex;
  flex-direction: column;
  align-items: center;
  cursor: pointer;
  padding: 0px 28px;
}
.b-modal-sub-menu__child-cat-image {
  height: 110px !important;
  width: 110px !important;
  transition: all 0.3s ease-in-out;
}
.is-active .b-modal-sub-menu__child-cat-image {
  opacity: 0.5;
}
.b-modal-sub-menu__child-cat-title {
  padding-top: 10px;
  position: relative;
}
.b-modal-sub-menu__child-cat-title::before {
  content: "";
  position: absolute;
  width: 0%;
  height: 1px;
  background-color: var(--color-black);
  bottom: -2px;
  transition: all 0.3s ease-in-out;
}
.is-active .b-modal-sub-menu__child-cat-title::before {
  width: 100%;
}
.b-modal-sub-menu__wrapper-cta {
  text-align: center;
}

.b-modal-error-ajax {
  position: fixed;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 10000000000000000000000;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-in-out;
}
.b-modal-error-ajax.is-active {
  opacity: 1;
  visibility: visible;
}
.b-modal-error-ajax__velo {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background-color: var(--color-black);
  opacity: 0.5;
}
.b-modal-error-ajax__inner {
  padding: 30px 60px;
  border: 1px solid var(--color-black);
  background-color: #f5f6f7;
  border-radius: 3px;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
  z-index: 99;
}
.b-modal-error-ajax__wrapper-message {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.b-modal-error-ajax__title {
  padding-bottom: 24px;
}
.b-modal-error-ajax__description {
  padding-bottom: 24px;
  color: var(--color-red);
}
.b-modal-error-ajax__close-cta {
  padding: 5px 10px;
  border: 1px solid var(--color-black);
  border-radius: 3px;
  color: var(--color-black);
  background-color: #f5f6f7;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.b-modal-error-ajax__close-cta:hover {
  background-color: var(--color-black);
  color: var(--color-white);
}

.b-single-product-options__wrapper-variable {
  display: flex;
  flex-direction: column;
  padding-bottom: 34px;
  padding-top: 14px;
}
.b-single-product-options__variable-block-active.inactive {
  display: none;
}
.b-single-product-options__variable-block {
  padding: 10px 0px;
  font-weight: bold;
}
.b-single-product-options__variable-wrapper-block {
  display: flex;
  flex-wrap: wrap;
}
.b-single-product-options__variable {
  padding-right: 15px;
  padding-bottom: 15px;
}
.b-single-product-options__variable.variable-active {
  font-weight: bold;
}
.b-single-product-options__variable.hide {
  pointer-events: none;
  opacity: 0.5;
}
.b-single-product-options__variable-wrapper-title {
  border: 1px solid var(--color-black);
  padding: 5px;
  border-radius: 3px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  opacity: 0.5;
}
.b-single-product-options__variable-wrapper-title:hover {
  opacity: 1;
  border-color: var(--color-red);
}
.variable-active .b-single-product-options__variable-wrapper-title {
  opacity: 1;
  border-color: var(--color-red);
  background-color: rgba(185, 51, 51, 0.1607843137);
}
.hide .b-single-product-options__variable-wrapper-title {
  border: 1px dashed var(--color-black);
}
.b-single-product-options__attributes {
  padding-bottom: 24px;
  padding-top: 24px;
  border-bottom: 1px solid var(--color-black);
}
.b-single-product-options__wrapper-attr {
  display: flex;
}
.b-single-product-options__attribute-title {
  font-weight: bold;
  padding-right: 10px;
  white-space: nowrap;
}

.c-hero {
  position: relative;
  position: relative;
  height: 100vh;
  z-index: var(--component-z-index);
}
.c-hero::after {
  content: ".c-hero";
  position: absolute;
  top: 10px;
  right: 10px;
  width: auto;
  height: auto;
  color: var(--color-black);
  display: none;
  z-index: 10;
  background-color: rgba(255, 255, 255, 0.7);
  white-space: nowrap;
  font-size: 14px;
  line-height: 19px;
}
.is-debug .c-hero {
  outline: 4px solid lightsalmon !important;
}
.is-debug .c-hero::after {
  display: block;
}
.c-hero--half {
  height: 50vh;
}
.c-hero__wrapper-container {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
}
@media (min-width: 611px) {
  .c-hero__wrapper-container {
    justify-content: space-between;
  }
}
.c-hero__container {
  position: relative;
  z-index: 2;
  flex-direction: row;
}
@media (min-width: 611px) {
  .c-hero__container {
    padding-bottom: 100px;
  }
}
@media (min-width: 1191px) {
  .c-hero__container {
    padding-bottom: 0px;
  }
}
.c-hero__container-1 {
  padding-bottom: 30px;
  padding-top: 70px;
}
@media (min-width: 611px) {
  .c-hero__container-1 {
    padding-top: 140px;
  }
}
@media (min-width: 1191px) {
  .c-hero__container-1 {
    padding-top: 45px;
    padding-bottom: 50px;
  }
}
.c-hero__col {
  height: auto;
  margin-bottom: 14px;
}
@media (min-width: 1191px) {
  .c-hero__col {
    height: 100%;
    margin-bottom: 0px;
  }
}
.c-hero__wrapper {
  display: flex;
  justify-content: start;
  align-content: start;
  flex-wrap: wrap;
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 5;
}
.c-hero__wrapper-title {
  display: block;
  width: 100%;
  padding-bottom: 30px;
}
@media (min-width: 611px) {
  .c-hero__wrapper-title {
    padding-bottom: 48px;
  }
}
.c-hero__title {
  color: var(--text-color);
  overflow-wrap: break-word;
  display: block;
  width: 100%;
  text-align: left;
}
.c-hero__wrapper--bottom .c-hero__title {
  text-align: left;
}
.c-hero__wrapper-cta {
  display: block;
  width: auto;
  text-align: center;
}
.c-hero__cta {
  padding: 5px 10px;
}
@media (min-width: 611px) {
  .c-hero__cta {
    padding: 10px;
  }
}
.c-hero__inner {
  height: 100%;
}
.c-hero__wrapper-image {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 2;
  display: block;
}
.c-hero__wrapper-arrow {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 10%;
  z-index: 9;
}
.c-hero__wrapper-arrow svg {
  width: auto;
  height: 50px;
}
.c-hero__bg-dark {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 10;
  left: 0px;
  top: 0px;
  background-color: var(--color-black);
  opacity: 0.5;
}
.c-hero__info {
  display: flex;
  padding: 8px 10px;
  position: relative;
}
@media (min-width: 611px) {
  .c-hero__info {
    padding: 15px 10px;
  }
}
.c-hero__info-text {
  color: var(--color-black);
  padding-left: 10px;
  position: relative;
}
.c-hero__info-text::before {
  position: absolute;
  left: 2px;
  height: 100%;
  width: 1px;
  background-color: var(--color-black);
}
.c-hero__info-image {
  width: 50px;
  height: 50px;
  flex-shrink: 0;
}
.c-hero__info-velo {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background-color: var(--color-white);
  opacity: 0.5;
  z-index: -1;
  border-radius: 3px;
}
.c-hero__swiper {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  left: 0px;
  top: 0px;
}
.c-image-text {
  position: relative;
  position: relative;
  z-index: var(--component-z-index);
  background-color: var(--bg-color);
}
.c-image-text::after {
  content: ".c-image-text";
  position: absolute;
  top: 10px;
  right: 10px;
  width: auto;
  height: auto;
  color: var(--color-black);
  display: none;
  z-index: 10;
  background-color: rgba(255, 255, 255, 0.7);
  white-space: nowrap;
  font-size: 14px;
  line-height: 19px;
}
.is-debug .c-image-text {
  outline: 4px solid lightsalmon !important;
}
.is-debug .c-image-text::after {
  display: block;
}
@media (max-width: 610px) {
  .is-content-image .c-image-text--align-item-left {
    text-align: left;
  }
}
@media (max-width: 610px) {
  .is-image-content .c-image-text--align-item-left {
    text-align: right;
  }
}
@media (min-width: 611px) {
  .c-image-text--align-item-left {
    text-align: center;
    justify-content: center;
  }
}
@media (max-width: 610px) {
  .is-content-image .c-image-text--align-item-center {
    text-align: left;
  }
}
@media (max-width: 610px) {
  .is-image-content .c-image-text--align-item-center {
    text-align: right;
  }
}
@media (min-width: 611px) {
  .c-image-text--align-item-center {
    text-align: center;
    justify-content: center;
  }
}
@media (max-width: 610px) {
  .is-content-image .c-image-text--align-item-right {
    text-align: left;
  }
}
@media (max-width: 610px) {
  .is-image-content .c-image-text--align-item-right {
    text-align: right;
  }
}
@media (min-width: 611px) {
  .c-image-text--align-item-right {
    text-align: center;
    justify-content: center;
  }
}
.c-image-text__col--image {
  margin-bottom: 0px;
  order: 1;
}
@media (min-width: 611px) {
  .is-image-content .c-image-text__col--image {
    order: 1;
  }
}
@media (min-width: 1191px) {
  .is-image-content .c-image-text__col--image {
    margin-left: var(--col-1);
  }
}
@media (min-width: 611px) {
  .is-content-image .c-image-text__col--image {
    order: 2;
  }
}
@media (min-width: 1191px) {
  .single-press .c-image-text__col--image {
    margin-left: var(--col-1);
  }
}
.c-image-text__col--texts {
  order: 2;
}
@media (min-width: 611px) {
  .is-content-image .c-image-text__col--texts {
    order: 1;
  }
}
@media (min-width: 1191px) {
  .is-content-image .c-image-text__col--texts {
    margin-left: var(--col-1);
  }
}
@media (min-width: 611px) {
  .is-image-content .c-image-text__col--texts {
    order: 2;
  }
}
.c-image-text__wrapper {
  position: relative;
  z-index: 5;
  width: 100%;
  display: block;
}
@media (min-width: 611px) {
  .c-image-text__wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    align-content: center;
    height: 100%;
  }
}
.c-image-text__wrapper-image {
  display: block;
  width: 100%;
  margin-bottom: 24px;
}
.c-image-text__wrapper-image:before {
  content: "";
  display: block;
  padding-bottom: 100%;
}
@media (min-width: 611px) {
  .c-image-text__wrapper-image {
    margin-bottom: 0px;
  }
}
@media (min-width: 1191px) {
  .c-image-text__wrapper-image:before {
    content: "";
    display: block;
    padding-bottom: 135.5%;
  }
}
.c-image-text__image {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.c-image-text__wrapper-overline {
  display: block;
  width: 100%;
  padding-bottom: 18px;
  text-align: left;
}
.c-image-text__wrapper-overline--no-padding {
  padding-bottom: 0px;
}
@media (min-width: 611px) {
  .is-image-content .c-image-text__wrapper-overline {
    margin-top: 0px;
  }
}
@media (min-width: 611px) {
  .c-image-text__wrapper-overline {
    margin-top: 0px;
  }
}
.c-image-text__overline {
  font-size: 12px;
  line-height: 20px;
  letter-spacing: 0px;
  font-family: var(--font-c);
  font-weight: 400;
  color: var(--text-color);
  display: block;
  width: 100%;
}
@media (min-width: 611px) {
  .c-image-text__overline {
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0px;
    font-family: var(--font-c);
    font-weight: 400;
  }
}
@media (min-width: 1191px) {
  .c-image-text__overline {
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0px;
    font-family: var(--font-c);
    font-weight: 400;
  }
}
.o-bg-s--background-light .c-image-text__overline {
  color: var(--alt-color);
}
.c-image-text__wrapper-title {
  display: block;
  width: 100%;
  padding-bottom: 25px;
  text-align: left;
}
@media (min-width: 611px) {
  .c-image-text__wrapper-title {
    padding-bottom: 20px;
  }
}
@media (min-width: 1191px) {
  .c-image-text__wrapper-title {
    padding-bottom: 57px;
  }
}
.c-image-text__title {
  color: var(--text-color);
  display: block;
  width: 100%;
  font-size: 28px;
  line-height: 33px;
  letter-spacing: 0px;
  font-family: var(--font-a);
  font-weight: 400;
}
@media (min-width: 611px) {
  .c-image-text__title {
    font-size: 42px;
    line-height: 56px;
    letter-spacing: 0px;
    font-family: var(--font-a);
    font-weight: 400;
  }
}
@media (min-width: 1191px) {
  .c-image-text__title {
    font-size: 58px;
    line-height: 68px;
    letter-spacing: 0px;
    font-family: var(--font-a);
    font-weight: 400;
  }
}
.o-bg-s--background-light .c-image-text__title {
  color: var(--alt-color);
}
.c-image-text__wrapper-description {
  display: block;
  width: 100%;
  color: var(--text-color);
  padding-bottom: 25px;
  text-align: left;
}
@media (max-width: 610px) {
  .c-image-text__wrapper-description-special {
    padding-top: 14px;
  }
}
@media (min-width: 611px) {
  .c-image-text__wrapper-description {
    padding-bottom: 30px;
  }
}
@media (min-width: 1191px) {
  .c-image-text__wrapper-description {
    padding-bottom: 51px;
  }
}
.c-image-text__description {
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.53px;
  font-family: var(--font-b);
  font-weight: 400;
  display: block;
  width: 100%;
}
@media (min-width: 611px) {
  .c-image-text__description {
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.71px;
    font-family: var(--font-b);
    font-weight: 400;
  }
}
@media (min-width: 1191px) {
  .c-image-text__description {
    font-size: 18px;
    line-height: 26px;
    letter-spacing: 0.8px;
    font-family: var(--font-b);
    font-weight: 400;
  }
}
.c-text {
  position: relative;
  position: relative;
  z-index: 9;
}
.c-text::after {
  content: ".c-text";
  position: absolute;
  top: 10px;
  right: 10px;
  width: auto;
  height: auto;
  color: var(--color-black);
  display: none;
  z-index: 10;
  background-color: rgba(255, 255, 255, 0.7);
  white-space: nowrap;
  font-size: 14px;
  line-height: 19px;
}
.is-debug .c-text {
  outline: 4px solid lightsalmon !important;
}
.is-debug .c-text::after {
  display: block;
}
.woocommerce-account .c-text {
  min-height: 110vh;
  background-color: var(--color-white);
}
.woocommerce-account .c-text__inner {
  min-height: 100vh;
}
.c-text:first-child .c-text__wrapper {
  padding-top: var(--header-height);
}
.c-text__wrapper {
  display: block;
  width: 100%;
  position: relative;
  z-index: 5;
}
.c-text__wrapper-title {
  display: block;
  width: 100%;
}
.c-text__title {
  color: var(--alt-color);
  display: block;
  width: 100%;
}
.c-text__title--normal {
  font-size: 28px;
  line-height: 33px;
  letter-spacing: 0px;
  font-family: var(--font-a);
  font-weight: 400;
}
@media (min-width: 611px) {
  .c-text__title--normal {
    font-size: 42px;
    line-height: 56px;
    letter-spacing: 0px;
    font-family: var(--font-a);
    font-weight: 400;
  }
}
@media (min-width: 1191px) {
  .c-text__title--normal {
    font-size: 58px;
    line-height: 68px;
    letter-spacing: 0px;
    font-family: var(--font-a);
    font-weight: 400;
  }
}
.c-text__title--big {
  font-size: 52px;
  line-height: 50px;
  letter-spacing: 0px;
  font-family: var(--font-a);
  font-weight: 400;
}
@media (min-width: 611px) {
  .c-text__title--big {
    font-size: 76px;
    line-height: 74px;
    letter-spacing: 0px;
    font-family: var(--font-a);
    font-weight: 400;
  }
}
@media (min-width: 1191px) {
  .c-text__title--big {
    font-size: 130px;
    line-height: 112px;
    letter-spacing: 0px;
    font-family: var(--font-a);
    font-weight: 400;
  }
}
.c-text__wrapper-text {
  display: block;
  width: 100%;
  color: var(--text-color);
}
.c-text__wrapper-text .u-column2.col-2 {
  opacity: 0;
  visibility: hidden;
  display: none;
}
.c-text__wrapper-text .u-columns.col2-set {
  display: flex;
  justify-content: center;
}
.c-text__woocommerce-register {
  cursor: pointer;
  width: 100%;
  text-align: center;
  transition: all 0.3s ease-in-out;
  display: none;
}
.c-text__woocommerce-register.is-active {
  display: block;
}
.c-text__woocommerce-register:hover {
  opacity: 0.5;
}
.c-text__text {
  display: block;
  width: 100%;
}
.c-text__text--normal {
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 0.61px;
  font-family: var(--font-c);
  font-weight: 400;
}
@media (min-width: 611px) {
  .c-text__text--normal {
    font-size: 12px;
    line-height: 18px;
    letter-spacing: 0.7px;
    font-family: var(--font-c);
    font-weight: 400;
  }
}
@media (min-width: 1191px) {
  .c-text__text--normal {
    font-size: 12px;
    line-height: 18px;
    letter-spacing: 0.64px;
    font-family: var(--font-c);
    font-weight: 800;
  }
}
.c-text__text--big {
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.53px;
  font-family: var(--font-b);
  font-weight: 400;
}
@media (min-width: 611px) {
  .c-text__text--big {
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.71px;
    font-family: var(--font-b);
    font-weight: 400;
  }
}
@media (min-width: 1191px) {
  .c-text__text--big {
    font-size: 18px;
    line-height: 26px;
    letter-spacing: 0.8px;
    font-family: var(--font-b);
    font-weight: 400;
  }
}
.c-text__text--low {
  opacity: 0.4;
}
.c-text__text--high {
  opacity: 1;
}
.c-text__wrapper-title + .c-text__wrapper-text {
  padding-top: 37px;
}
.c-text__wrapper-text + .c-text__wrapper-ctas {
  padding-top: 48px;
}
.c-text__wrapper-title + .c-text__wrapper-ctas {
  padding-top: 48px;
}
.c-text .woocommerce {
  display: flex;
  flex-direction: column;
  padding-top: 30px;
}

.c-slider {
  position: relative;
  display: block;
  width: 100%;
  position: relative;
  z-index: 9999999;
  overflow: hidden;
}
.c-slider::after {
  content: ".c-slider";
  position: absolute;
  top: 10px;
  right: 10px;
  width: auto;
  height: auto;
  color: var(--color-black);
  display: none;
  z-index: 10;
  background-color: rgba(255, 255, 255, 0.7);
  white-space: nowrap;
  font-size: 14px;
  line-height: 19px;
}
.is-debug .c-slider {
  outline: 4px solid lightsalmon !important;
}
.is-debug .c-slider::after {
  display: block;
}
.c-slider__wrapper {
  display: block;
  width: 100%;
  position: relative;
  overflow: hidden;
  z-index: 5;
}
.c-slider__col-slider {
  transition: all 0.4s ease-in-out;
}
.is-inview .c-slider__col-slider {
  opacity: 1;
  visibility: visible;
}
.c-slider__slider {
  display: block;
  width: 100%;
  position: relative;
}
@media (min-width: 1191px) {
  .c-slider__slider {
    width: 100%;
  }
}
.c-slider__slide {
  display: block;
  width: 100%;
  position: relative;
  overflow: hidden;
}
.c-slider__wrapper-image {
  display: block;
  width: 100%;
  position: relative;
  z-index: 1;
}
.c-slider__wrapper-image:before {
  content: "";
  display: block;
  padding-bottom: 100%;
}
@media (min-width: 611px) {
  .c-slider__wrapper-image:before {
    content: "";
    display: block;
    padding-bottom: 100%;
  }
}
.c-slider__view-more {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background-color: var(--color-white);
  z-index: 9;
  color: var(--color-black);
  opacity: 0;
  border-radius: 5px;
  transition: all 0.3s ease-in-out;
}
@media (min-width: 611px) {
  .is-active .c-slider__view-more {
    opacity: 0.5;
  }
}
.c-slider__view-more-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 5px;
  background-color: var(--color-white);
  color: var(--color-black);
  border-radius: 10px;
  text-align: center;
  width: 80%;
  font-weight: bold;
  z-index: 10;
  opacity: 0.8;
  transition: all 0.3s ease-in-out;
}
@media (min-width: 611px) {
  .c-slider__view-more-text {
    width: auto;
  }
}
@media (min-width: 1191px) {
  .c-slider__view-more-text {
    opacity: 0;
    width: auto;
  }
}
.is-active .c-slider__view-more-text {
  opacity: 1;
}
.c-slider__image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 2;
  border-radius: 5px;
}
.c-slider__wrapper-pagination {
  display: block;
  width: 100%;
  position: static;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
  padding-top: 32px;
  padding-bottom: 12px;
}
@media (min-width: 1191px) {
  .c-slider__wrapper-pagination {
    padding-top: 40px;
  }
}
.c-slider__wrapper-pagination .swiper-pagination {
  position: static;
  pointer-events: all;
  display: flex;
  align-items: center;
  justify-content: center;
}
.c-slider__wrapper-pagination .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  border: 1px solid var(--text-color);
  background-color: var(--text-color);
  margin: 0px 6px;
  opacity: 0.4;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  transform: scale(1);
}
@media (min-width: 611px) {
  .c-slider__wrapper-pagination .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    margin: 0px 5px;
  }
}
@media (min-width: 1191px) {
  .c-slider__wrapper-pagination .swiper-pagination-bullet {
    width: 6px;
    height: 6px;
    margin: 0px 4px;
  }
}
.c-slider__wrapper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
  border: 1px solid var(--text-color);
  background-color: var(--text-color);
}
.c-slider .swiper-wrapper {
  position: relative;
}
.c-slider__progress-bar {
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 0px;
  max-width: 100%;
  height: 3px;
  z-index: 5;
  background-color: var(--text-color);
  transition: all 0s linear;
  display: none;
}
.swiper-slide-active .c-slider__progress-bar {
  width: 100%;
  transition-duration: 9s;
}
.c-slider__wrapper-arrows {
  position: absolute;
  z-index: 4;
  top: 50%;
  right: 0px;
  width: auto;
  transform: translateY(-50%);
  display: none;
}
@media (min-width: 1191px) {
  .c-slider__wrapper-arrows {
    display: flex;
    align-items: center;
  }
}
.c-slider__arrow {
  width: 56px;
  height: 56px;
  background-color: var(--text-color);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s ease-in-out;
}
@media (min-width: 1191px) {
  .c-slider__arrow:hover {
    background-color: var(--text-color);
  }
}
.c-slider__arrow--prev {
  border-right: 1px solid var(--text-color);
}
.c-slider__wrapper-next-prev {
  position: absolute;
  width: 100%;
  top: 50%;
  transform: translateY(-50%);
  left: 0px;
  z-index: 9;
}
.c-slider__wrapper-title {
  padding-bottom: 65px;
}
.c-slider__title {
  text-align: center;
  color: var(--text-color);
}

.c-slider-text {
  position: relative;
  display: block;
  width: 100%;
  position: relative;
  z-index: var(--component-z-index);
}
.c-slider-text::after {
  content: ".c-slider-text";
  position: absolute;
  top: 10px;
  right: 10px;
  width: auto;
  height: auto;
  color: var(--color-black);
  display: none;
  z-index: 10;
  background-color: rgba(255, 255, 255, 0.7);
  white-space: nowrap;
  font-size: 14px;
  line-height: 19px;
}
.is-debug .c-slider-text {
  outline: 4px solid lightsalmon !important;
}
.is-debug .c-slider-text::after {
  display: block;
}
.c-slider-text__inner {
  overflow-x: hidden;
}
.c-slider-text__wrapper {
  display: block;
  width: 100%;
  position: relative;
}
.c-slider-text__slider {
  display: block;
  width: 100%;
  position: relative;
}
@media (min-width: 1191px) {
  .c-slider-text__slider {
    width: 100%;
    padding-bottom: 0px;
  }
}
.c-slider-text__slide {
  display: block;
  width: 100%;
  position: relative;
  transition: all 0.4s ease-in-out;
}
.is-inview .c-slider-text__slide {
  opacity: 1;
  visibility: visible;
}
@media (min-width: 1191px) {
  .c-slider-text__slide--mod {
    display: flex;
    justify-content: flex-end;
  }
}
.c-slider-text__wrapper-image {
  display: block;
  width: 100%;
  position: relative;
  z-index: 8;
}
.c-slider-text__wrapper-image:before {
  content: "";
  display: block;
  padding-bottom: 100%;
}
@media (min-width: 611px) {
  .c-slider-text__wrapper-image:before {
    content: "";
    display: block;
    padding-bottom: 50%;
  }
}
@media (min-width: 1191px) {
  .c-slider-text__wrapper-image {
    width: calc(var(--col-1) * 8 - var(--grid-gutter));
  }
  .c-slider-text__wrapper-image:before {
    content: "";
    display: block;
    padding-bottom: 60%;
  }
}
.c-slider-text__image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 2;
  padding-right: 0px;
}
@media (max-width: 610px) {
  .c-slider-text__slide--mod .c-slider-text__image {
    left: auto;
    right: 0px;
    padding-left: calc(var(--col-1) - var(--grid-gutter));
    padding-right: 0px;
  }
}
@media (min-width: 611px) {
  .c-slider-text__image {
    padding-right: var(--col-1);
  }
}
@media (min-width: 1191px) {
  .c-slider-text__image {
    padding-right: 0px;
  }
}
.c-slider-text__wrapper-content {
  text-align: left;
  margin-top: 0px;
  position: absolute;
  top: 50%;
  width: 80%;
  padding: 10px 0px 10px 10px;
  z-index: 9;
  border: 7px solid white;
  background-color: var(--color-white);
  left: 20px;
  opacity: 0;
  transition: opacity 0.2s ease-in-out;
}
.swiper-slide-active .c-slider-text__wrapper-content {
  opacity: 1;
}
.c-slider-text__wrapper-content--mod {
  text-align: left;
}
@media (max-width: 610px) {
  .c-slider-text__slide--mod .c-slider-text__wrapper-content {
    padding-left: 0;
  }
}
@media (min-width: 611px) {
  .c-slider-text__wrapper-content {
    width: 50%;
  }
}
@media (min-width: 1191px) {
  .c-slider-text__wrapper-content {
    width: 50%;
    left: auto;
    right: -80px;
    top: 50%;
    transform: translateY(-50%);
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: var(--grid-gutter);
  }
  .c-slider-text__wrapper-content--mod {
    right: auto;
    left: 0px;
    padding-left: 0px;
    padding-right: var(--grid-gutter);
    text-align: center;
  }
}
.c-slider-text__wrapper-overline {
  display: block;
  width: 100%;
  padding-bottom: 5px;
}
@media (min-width: 611px) {
  .c-slider-text__wrapper-overline {
    padding-bottom: 14px;
  }
}
.c-slider-text__overline {
  font-size: 12px;
  line-height: 20px;
  letter-spacing: 0px;
  font-family: var(--font-c);
  font-weight: 400;
  color: var(--text-color);
  display: block;
  width: 100%;
}
@media (min-width: 611px) {
  .c-slider-text__overline {
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0px;
    font-family: var(--font-c);
    font-weight: 400;
  }
}
@media (min-width: 1191px) {
  .c-slider-text__overline {
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0px;
    font-family: var(--font-c);
    font-weight: 400;
  }
}
.c-slider-text__wrapper-title {
  display: block;
  width: 100%;
  padding-bottom: 5px;
}
@media (min-width: 611px) {
  .c-slider-text__wrapper-title {
    padding-bottom: 14px;
  }
}
.c-slider-text__title {
  color: var(--text-color);
  display: block;
  width: 100%;
}
.c-slider-text__wrapper-cta {
  display: block;
  width: 100%;
  margin-bottom: 4px;
}
@media (min-width: 611px) {
  .c-slider-text__wrapper-cta {
    margin-bottom: 10px;
  }
}
.c-slider-text__wrapper-cta:last-child {
  margin-bottom: 0px;
}
.c-slider-text__wrapper-pagination {
  display: block;
  width: 100%;
  position: static;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  pointer-events: none;
  padding-top: 28px;
  padding-bottom: 12px;
}
.c-slider-text__wrapper-pagination .swiper-pagination {
  position: static;
  pointer-events: all;
  display: flex;
  align-items: center;
}
.c-slider-text__pagination {
  display: flex;
  width: 100%;
  align-items: center;
}
.c-slider-text .swiper-container {
  overflow: visible;
}
.c-slider-text .swiper-pagination-bullet {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 0px solid var(--text-color);
  background-color: transparent;
  margin: 0px 6px;
  opacity: 0.2;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  transform: scale(1);
  display: flex;
  justify-content: center;
  align-items: center;
}
.c-slider-text .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
}

.c-contact {
  position: relative;
  position: relative;
  z-index: 9;
}
.c-contact::after {
  content: ".c-contact";
  position: absolute;
  top: 10px;
  right: 10px;
  width: auto;
  height: auto;
  color: var(--color-black);
  display: none;
  z-index: 10;
  background-color: rgba(255, 255, 255, 0.7);
  white-space: nowrap;
  font-size: 14px;
  line-height: 19px;
}
.is-debug .c-contact {
  outline: 4px solid lightsalmon !important;
}
.is-debug .c-contact::after {
  display: block;
}
.c-contact__wrapper {
  display: block;
  width: 100%;
  position: relative;
  z-index: 5;
}
.c-contact__wrapper-title {
  display: block;
  width: 100%;
  padding-bottom: 42px;
  text-align: left;
}
.c-contact__title {
  font-size: 28px;
  line-height: 33px;
  letter-spacing: 0px;
  font-family: var(--font-a);
  font-weight: 400;
  display: block;
  width: auto;
  color: var(--alt-color);
}
@media (min-width: 611px) {
  .c-contact__title {
    font-size: 42px;
    line-height: 56px;
    letter-spacing: 0px;
    font-family: var(--font-a);
    font-weight: 400;
  }
}
@media (min-width: 1191px) {
  .c-contact__title {
    font-size: 58px;
    line-height: 68px;
    letter-spacing: 0px;
    font-family: var(--font-a);
    font-weight: 400;
  }
}
.c-contact__wrapper-text {
  display: block;
  width: 100%;
  text-align: left;
}
.c-contact__text {
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.53px;
  font-family: var(--font-b);
  font-weight: 400;
  display: block;
  width: auto;
  color: var(--text-color);
  padding-bottom: 60px;
}
@media (min-width: 611px) {
  .c-contact__text {
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.71px;
    font-family: var(--font-b);
    font-weight: 400;
  }
}
@media (min-width: 1191px) {
  .c-contact__text {
    font-size: 18px;
    line-height: 26px;
    letter-spacing: 0.8px;
    font-family: var(--font-b);
    font-weight: 400;
  }
}
@media (min-width: 611px) {
  .c-contact__text {
    padding-bottom: 0px;
  }
}
.c-contact__wrapper-shortcode {
  display: block;
  width: 100%;
}
.c-contact__wrapper-shortcode ::-webkit-input-placeholder {
  color: var(--text-color);
}
.c-contact__wrapper-shortcode :-moz-placeholder { /* Firefox 18- */
  color: var(--text-color);
}
.c-contact__wrapper-shortcode ::-moz-placeholder { /* Firefox 19+ */
  color: var(--text-color);
}
.c-contact__wrapper-shortcode :-ms-input-placeholder {
  color: var(--text-color);
}
.c-contact__submit {
  font-size: 20px;
  line-height: 24px;
  letter-spacing: 0px;
  font-family: var(--font-b);
  font-weight: 400;
  width: auto;
  padding: 2px;
  color: var(--text-color);
  background-color: transparent;
  display: flex;
  justify-content: center;
}
@media (min-width: 611px) {
  .c-contact__submit {
    font-size: 20px;
    line-height: 24px;
    letter-spacing: 0px;
    font-family: var(--font-b);
    font-weight: 400;
  }
}
@media (min-width: 1191px) {
  .c-contact__submit {
    font-size: 22px;
    line-height: 26px;
    letter-spacing: 0px;
    font-family: var(--font-b);
    font-weight: 400;
  }
}
.c-contact__submit::before {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 2px;
  left: 0px;
  transform: scaleX(1);
  transform-origin: left top;
  bottom: 0px;
  transition: all 0.2s ease-in-out;
  background-color: var(--color-gold);
}
@media (min-width: 1191px) {
  .c-contact__submit:hover::before, .c-contact__submit.is-hover::before, .c-contact__submit.is-active::before {
    transform: scaleX(0.4);
  }
}
.c-contact__submit .wpcf7-submit {
  font-size: 20px;
  line-height: 24px;
  letter-spacing: 0px;
  font-family: var(--font-b);
  font-weight: 400;
  padding: 2px;
  color: var(--text-color);
  background-color: transparent;
  border-bottom: none;
  cursor: pointer;
  width: auto;
  padding-top: 38px;
}
@media (min-width: 611px) {
  .c-contact__submit .wpcf7-submit {
    font-size: 20px;
    line-height: 24px;
    letter-spacing: 0px;
    font-family: var(--font-b);
    font-weight: 400;
  }
}
@media (min-width: 1191px) {
  .c-contact__submit .wpcf7-submit {
    font-size: 22px;
    line-height: 26px;
    letter-spacing: 0px;
    font-family: var(--font-b);
    font-weight: 400;
  }
}
.c-contact__shortcode .wpcf7-submit {
  border: 1px solid var(--color-wc-dark);
  margin-top: 24px;
  width: 100%;
}
.c-contact .wpcf7-not-valid-tip {
  color: rgb(207, 49, 49);
}
.c-contact .wpcf7-list-item {
  margin: 0px !important;
}
.c-contact div.wpcf7-response-output {
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 0.61px;
  font-family: var(--font-c);
  font-weight: 400;
  border: 0px;
  color: rgb(255, 252, 105);
  text-align: left;
  margin: 0px;
  padding-left: 0px;
}
@media (min-width: 611px) {
  .c-contact div.wpcf7-response-output {
    font-size: 12px;
    line-height: 18px;
    letter-spacing: 0.7px;
    font-family: var(--font-c);
    font-weight: 400;
  }
}
@media (min-width: 1191px) {
  .c-contact div.wpcf7-response-output {
    font-size: 12px;
    line-height: 18px;
    letter-spacing: 0.64px;
    font-family: var(--font-c);
    font-weight: 800;
  }
}
.c-contact__comments {
  padding-top: 126px;
}
.c-contact__wrapper-map {
  overflow: hidden;
  position: relative;
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.5);
  margin-top: 20px;
}
.c-contact__wrapper-map:before {
  content: "";
  display: block;
  padding-bottom: 100%;
}
@media (min-width: 1191px) {
  .c-contact__wrapper-map {
    margin-top: 80px;
  }
  .c-contact__wrapper-map:before {
    content: "";
    display: block;
    padding-bottom: 35%;
  }
}
.c-contact__wrapper-map .leaflet-bottom {
  display: none;
}
.c-contact__map {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.c-contact__wrapper-direction {
  padding-top: 24px;
}

.c-form {
  display: block;
  width: 100%;
  z-index: var(--component-z-index);
}
.c-form__label {
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.53px;
  font-family: var(--font-b);
  font-weight: 400;
  color: var(--text-color);
  display: block;
  width: 100%;
}
@media (min-width: 611px) {
  .c-form__label {
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.71px;
    font-family: var(--font-b);
    font-weight: 400;
  }
}
@media (min-width: 1191px) {
  .c-form__label {
    font-size: 18px;
    line-height: 26px;
    letter-spacing: 0.8px;
    font-family: var(--font-b);
    font-weight: 400;
  }
}
.c-form__wrapper-input {
  padding-bottom: 15px;
}
.c-form__wrapper-input input {
  border: 0px;
  border: 1px solid var(--color-wc-dark);
  border-radius: 5px;
  padding: 5px 10px;
  width: 100%;
}
.c-form__wrapper-input textarea {
  border: 1px solid var(--color-wc-dark);
  border-radius: 5px;
  width: 100%;
  padding: 5px 10px;
}
.c-form__wrapper-button input {
  background-color: white;
  color: black;
}

.c-products {
  position: relative;
  min-height: 50vh;
  z-index: 999;
  background-color: var(--color-white);
}
.c-products::after {
  content: ".c-products";
  position: absolute;
  top: 10px;
  right: 10px;
  width: auto;
  height: auto;
  color: var(--color-black);
  display: none;
  z-index: 10;
  background-color: rgba(255, 255, 255, 0.7);
  white-space: nowrap;
  font-size: 14px;
  line-height: 19px;
}
.is-debug .c-products {
  outline: 4px solid lightsalmon !important;
}
.is-debug .c-products::after {
  display: block;
}
.c-products__inner {
  padding-bottom: 50px;
  padding-top: 50px;
}
.c-products__col--card {
  margin: 20px 0px;
}
.c-products__col--cat {
  margin-bottom: 20px;
}
.c-products__col--wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  align-content: start;
}
@media (min-width: 1191px) {
  .c-products__col--wrapper {
    grid-template-columns: repeat(3, 1fr);
  }
}
.c-products__wrapper-products {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.c-products__box-1, .c-products__box-2 {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}
.c-products__cart-text {
  display: none;
}
@media (min-width: 611px) {
  .c-products__cart-text {
    display: initial;
  }
}
.c-products__box-2-info {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 5px;
  margin-bottom: 20px;
  border-radius: 10px;
  width: 100%;
  background-color: #fff9ea;
}
.c-products__wrapper-loader {
  border-radius: 5px;
  z-index: 9999;
}
.c-products__loader {
  border-radius: 5px;
}
.c-products__image {
  max-height: 280px;
}
.c-products__wrapper-title {
  padding-bottom: 5px;
}
.c-products__wrapper-price {
  display: flex;
  font-weight: bold;
  flex-direction: column;
}
@media (min-width: 611px) {
  .c-products__wrapper-price {
    flex-direction: row;
  }
}
.c-products__wrapper-price span {
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 0.61px;
  font-family: var(--font-c);
  font-weight: 400;
  position: relative;
  display: flex;
  align-items: flex-end;
  padding-left: 8px;
  text-decoration: none !important;
}
@media (min-width: 611px) {
  .c-products__wrapper-price span {
    font-size: 12px;
    line-height: 18px;
    letter-spacing: 0.7px;
    font-family: var(--font-c);
    font-weight: 400;
  }
}
@media (min-width: 1191px) {
  .c-products__wrapper-price span {
    font-size: 12px;
    line-height: 18px;
    letter-spacing: 0.64px;
    font-family: var(--font-c);
    font-weight: 800;
  }
}
.c-products__wrapper-percentage {
  padding: 3px 5px;
  background-color: var(--color-red);
  border-radius: 3px;
  color: var(--color-white);
  position: absolute;
  top: 5px;
  left: 5px;
}
@media (min-width: 611px) {
  .c-products__wrapper-percentage {
    padding: 5px 15px;
    top: 10px;
    left: 10px;
  }
}
.c-products__wrapper-regular-price {
  text-decoration: line-through;
  color: var(--color-red);
}
.c-products__wrapper-quantity {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 15px;
  border: 1px solid var(--color-black);
  border-radius: 3px;
}
.c-products__wrapper-quantity span {
  margin-right: 5px;
}
.c-products__quantity {
  width: 32px;
  user-select: none;
  margin-right: 0px !important;
  border-left: 1px solid var(--color-black);
  border-right: 1px solid var(--color-black);
}
.c-products__btn-quantity {
  width: 20px;
  height: 26px;
  z-index: 7;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.c-products__btn-quantity::before {
  position: absolute;
  top: 50%;
  left: 50%;
  height: 100%;
  transform: translate(-50%, -50%);
}
.c-products__btn-quantity:hover {
  background-color: var(--color-brand-contrast);
  color: white;
}
.c-products__rest::before {
  content: "-";
}
.c-products__add::before {
  content: "+";
}
.c-products__wrapper-select {
  background-color: transparent;
  border-radius: 3px;
  margin-bottom: 15px;
}
.c-products__wrapper-categories {
  display: flex;
  margin-top: 40px;
  padding: 15px 20px;
  background-color: var(--color-white-op);
  border-radius: 5px;
  justify-content: center;
  flex-wrap: wrap;
}
.c-products__title {
  position: relative;
  margin: 0px 16px;
}
.c-products__title::before {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 0px;
  height: 1px;
  background-color: var(--color-black);
  transition: all 0.3s ease-in-out;
}
.c-products__title:hover::before {
  width: 100%;
}
.c-products__title.is-active::before {
  width: 100%;
}
.c-products__title-card {
  font-weight: bold;
}
.c-products__card {
  position: relative;
  margin-bottom: 12px;
}
.c-products__wrapper-add-card {
  display: flex;
}
.c-products__wrapper-info-icon {
  width: 30px;
  height: 30px;
  cursor: pointer;
}
.c-products__wrapper-info-icon svg path {
  transition: all 0.3s ease-in-out;
}
.c-products__wrapper-info-icon:hover svg path {
  fill: var(--color-brand-contrast);
}
.c-products__wrapper-pagination {
  display: flex;
  justify-content: center;
}
.c-products__pagination .page-numbers {
  padding: 0px 5px;
}
.c-products__pagination .page-numbers.current {
  font-weight: bold;
  border: 1px solid var(--color-black);
  border-radius: 2px;
}
.c-products__wrapper-cta {
  position: absolute;
  top: 5px;
  right: 5px;
  background-color: var(--color-red-secondary);
  padding: 3px 5px;
  display: flex;
  border-radius: 4px;
  transition: all 0.3s ease-in-out;
}
@media (min-width: 611px) {
  .c-products__wrapper-cta {
    padding: 5px 10px;
    top: 10px;
    right: 10px;
  }
}
.c-products__wrapper-cta:hover {
  opacity: 0.5;
}
.c-products__product-link {
  transition: all 0.3s ease-in-out;
}
.c-products__wrapper-short-desc {
  padding-bottom: 10px;
}

.c-categories {
  min-height: 50vh;
  z-index: 999;
  position: relative;
  background-color: var(--color-bg-primary);
}
.c-categories__inner {
  padding-top: 50px;
  padding-bottom: 40px;
}
.c-categories__col {
  margin-bottom: 30px;
  min-height: 156px;
}
@media (min-width: 611px) {
  .c-categories__col {
    margin-bottom: 40px;
  }
}
@media (min-width: 1191px) {
  .c-categories__col {
    min-height: 260px;
  }
}
.c-categories__wrapper-card {
  padding: 20px;
  position: relative;
  height: 100%;
  background-color: var(--color-white-op);
  border-radius: 5px;
  transition: all 0.3s ease-in-out;
}
.c-categories__wrapper-card:hover {
  opacity: 0.8;
}
.c-categories__wrapper-cat {
  display: flex;
  width: 100%;
  justify-content: center;
  flex-wrap: wrap;
}
.c-categories__wrapper-image {
  display: block;
  position: relative;
  width: 100%;
  overflow: hidden;
}
.c-categories__wrapper-image:before {
  content: "";
  display: block;
  padding-bottom: 70%;
}
@media (min-width: 611px) {
  .c-categories__wrapper-image:before {
    content: "";
    display: block;
    padding-bottom: 65%;
  }
}
@media (min-width: 1191px) {
  .c-categories__wrapper-image:before {
    content: "";
    display: block;
    padding-bottom: 80%;
  }
}
.c-categories__image {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
}
@media (min-width: 1191px) {
  .c-categories__image:hover {
    transform: scale(1.2);
  }
}
.c-categories__wrapper-title {
  position: relative;
}
.c-categories__title {
  text-align: center;
  padding-top: 24px;
}

.c-end-process {
  background-color: var(--color-white);
}
.c-end-process__inner {
  padding-top: 115px;
  padding-bottom: 50px;
}
@media (min-width: 1191px) {
  .c-end-process__inner {
    padding-top: 150px;
    padding-bottom: 100px;
  }
}
.c-end-process__wrapper-title {
  padding-bottom: 20px;
}
@media (min-width: 1191px) {
  .c-end-process__wrapper-title {
    padding-bottom: 80px;
  }
}
.c-end-process .cart_totals {
  padding-top: 24px;
}
.c-end-process .cart_totals h2 {
  padding-bottom: 24px;
}

.woocommerce .form-row select {
  width: auto !important;
}
.woocommerce .ph-addon-description {
  display: none !important;
}
.woocommerce .woocommerce-Price-amount.amount {
  color: var(--color-black);
}
.woocommerce .woocommerce-tabs.wc-tabs-wrapper {
  display: none;
}
.woocommerce-checkout input {
  border: 0px;
  border: 1px solid var(--color-black);
  border-radius: 5px;
  padding: 5px 10px;
}
.woocommerce-checkout textarea {
  resize: none;
  border: 0px;
  border: 1px solid var(--color-black);
  border-radius: 5px;
  padding: 5px 10px;
}
.woocommerce-checkout h3 {
  padding-bottom: 20px;
  padding-top: 40px;
}
.woocommerce-checkout button {
  background-color: var(--color-white) !important;
  color: var(--color-black) !important;
  margin-top: 24px !important;
  transition: all 0.3s ease-in-out;
}
.woocommerce-checkout button:hover {
  background-color: var(--color-black) !important;
  color: var(--color-white) !important;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation {
  width: auto;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation ul {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 1191px) {
  .woocommerce-account .woocommerce .woocommerce-MyAccount-navigation ul {
    flex-direction: row;
    align-items: initial;
  }
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation li {
  border: 1px solid var(--color-black);
  border-bottom: 0px;
  text-align: center;
  text-indent: 0px;
  transition: none;
  transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.53px;
  font-family: var(--font-b);
  font-weight: 400;
}
@media (min-width: 1191px) {
  .woocommerce-account .woocommerce .woocommerce-MyAccount-navigation li {
    margin: 0px 4px;
    border-radius: 15px 15px 0px 0px;
  }
}
@media (min-width: 611px) {
  .woocommerce-account .woocommerce .woocommerce-MyAccount-navigation li {
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.71px;
    font-family: var(--font-b);
    font-weight: 400;
  }
}
@media (min-width: 1191px) {
  .woocommerce-account .woocommerce .woocommerce-MyAccount-navigation li {
    font-size: 18px;
    line-height: 26px;
    letter-spacing: 0.8px;
    font-family: var(--font-b);
    font-weight: 400;
  }
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation li:first-child {
  margin-left: 0px;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation li:nth-last-child(2) {
  margin-right: 0px;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation li.is-active {
  background-color: var(--color-background-dark);
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation li.is-active a {
  color: var(--color-white) !important;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation li::before {
  width: 0px;
  height: 0px;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation li:hover {
  background-color: var(--color-black);
  color: var(--color-white);
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation li a {
  transition: none;
  display: flex;
  width: 100%;
  height: 100%;
  justify-content: center;
  padding: 5px 0px;
  align-items: center;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link--customer-logout {
  display: none;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-content {
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.53px;
  font-family: var(--font-b);
  font-weight: 400;
  width: 100%;
  padding: 40px 20px;
  background-color: var(--color-wc-dark);
  border-radius: 0px 0px 15px 15px;
  color: var(--color-black);
}
@media (min-width: 611px) {
  .woocommerce-account .woocommerce .woocommerce-MyAccount-content {
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.71px;
    font-family: var(--font-b);
    font-weight: 400;
  }
}
@media (min-width: 1191px) {
  .woocommerce-account .woocommerce .woocommerce-MyAccount-content {
    font-size: 18px;
    line-height: 26px;
    letter-spacing: 0.8px;
    font-family: var(--font-b);
    font-weight: 400;
  }
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-content a {
  border-bottom: 1px solid var(--color-black);
  transition: all 0.3s ease-in-out;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-content a:hover {
  opacity: 0.5;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-Addresses a {
  transition: all 0.3s ease-in-out;
  padding: 2px 8px;
  border: 1px solid var(--color-black);
  border-radius: 5px;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-Addresses a:hover {
  background-color: var(--color-black);
  color: var(--color-white);
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-content form input {
  padding: 5px;
  border: 0px;
  border: 1px solid var(--color-black);
  border-radius: 5px;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-content form button {
  margin-top: 20px;
  background-color: var(--color-white);
  transition: all 0.3s ease-in-out;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-content form button:hover {
  background-color: var(--color-black);
  color: var(--color-white);
}
.woocommerce .wc-proceed-to-checkout a {
  background-color: var(--color-white) !important;
  color: var(--color-black) !important;
  border: 1px solid var(--color-black);
  border-radius: 5px;
  transition: all 0.3s ease-in-out;
}
.woocommerce .wc-proceed-to-checkout a:hover {
  background-color: var(--color-black) !important;
  color: var(--color-white) !important;
}
.woocommerce .woocommerce-cart-form .coupon {
  display: flex;
  justify-content: space-between;
}
.woocommerce .woocommerce-cart-form .coupon input {
  width: 50% !important;
}
@media (min-width: 611px) {
  .woocommerce .woocommerce-cart-form .product-thumbnail img {
    width: 70px;
  }
}
.woocommerce .woocommerce-cart-form a.remove:hover {
  color: red !important;
  background: none !important;
}
.woocommerce .product.type-product {
  margin: 0px 10px;
}
@media (min-width: 611px) {
  .woocommerce .product.type-product {
    margin: 0px 38px;
  }
}
@media (min-width: 1191px) {
  .woocommerce .product.type-product {
    margin: 0px 100px;
  }
}
.woocommerce .product.type-product h1 {
  line-height: 30px;
}
@media (min-width: 611px) {
  .woocommerce .product.type-product h1 {
    line-height: 38px;
  }
}
.woocommerce .product.type-product .related.products {
  padding-top: 20px;
}
.woocommerce .product.type-product .related.products h2 {
  padding-bottom: 20px;
}
.woocommerce .product.type-product .add_to_cart_button {
  display: none !important;
}

.woocommerce-form input {
  border: 0px;
  border: 1px solid var(--color-black);
  border-radius: 5px;
  padding: 5px 10px;
}
.woocommerce-form label {
  font-weight: bold;
}
.woocommerce-form .lost_password {
  font-weight: bold;
}

.woocommerce-breadcrumb {
  padding-top: 120px !important;
  visibility: hidden !important;
  opacity: 0 !important;
}

.woocommerce-tabs.wc-tabs-wrapper {
  visibility: hidden;
  opacity: 0;
}

.ph-product-addons-pricing ul li {
  display: none !important;
}
.ph-product-addons-pricing ul li.ph_addon_subtotal {
  display: block !important;
}

.product_meta {
  display: none !important;
}

.single_add_to_cart_button.button {
  background-color: var(--color-white) !important;
  color: var(--color-black) !important;
  margin-top: 24px !important;
  transition: all 0.3s ease-in-out;
  border: 1px solid var(--color-black) !important;
}
.single_add_to_cart_button.button:hover {
  background-color: var(--color-black) !important;
  color: var(--color-white) !important;
}

.woocommerce-form-register {
  display: flex;
  flex-direction: column;
}
.woocommerce-form-register .woocommerce-form-row.woocommerce-form-row--wide {
  order: 0 !important;
}
.woocommerce-form-register .g-recaptcha {
  order: 3 !important;
}
.woocommerce-form-register .g-recaptcha + p {
  order: 3 !important;
}
.woocommerce-form-register .woocommerce-privacy-policy-text {
  order: 4 !important;
}
.woocommerce-form-register .woocommerce-form-row.form-row {
  order: 4 !important;
}
.woocommerce-form-register .form-row.form-row-wide {
  order: 2 !important;
}

.wpfda-submit button {
  border: 0px;
  border: 1px solid var(--color-black);
  border-radius: 3px;
  padding: 5px;
  cursor: pointer;
  color: var(--color-black);
}

.woocommerce-MyAccount-navigation-link--wpf-delete-account:hover {
  background-color: red !important;
  color: var(--color-white) !important;
}
.woocommerce-MyAccount-navigation-link--wpf-delete-account.is-active {
  background-color: red !important;
  color: var(--color-white) !important;
}

.woocommerce-form-login__submit, .woocommerce-form-register__submit {
  position: relative;
  width: auto;
  display: inline-block;
  padding: 5px 10px;
  overflow: hidden;
  border: 1px solid var(--color-black);
  border-radius: 3px;
  color: var(--color-black);
  cursor: pointer;
  transition: all 0.2s ease-in-out;
}
.woocommerce-form-login__submit:hover, .woocommerce-form-login__submit.is-hover, .woocommerce-form-login__submit.is-active, .woocommerce-form-register__submit:hover, .woocommerce-form-register__submit.is-hover, .woocommerce-form-register__submit.is-active {
  background-color: var(--color-black);
  color: var(--color-white);
}
.woocommerce-form-login__submit::before, .woocommerce-form-register__submit::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  background-color: var(--color-white);
  opacity: 0.5;
  z-index: -1;
}

.c-list-directories {
  min-height: 90vh;
}
.c-list-directories__inner {
  padding-top: 150px;
  padding-bottom: 150px;
}
.c-list-directories__wrapper-image {
  display: block;
  width: 50%;
  position: relative;
}
.c-list-directories__wrapper-image:before {
  content: "";
  display: block;
  padding-bottom: 110%;
}
.c-list-directories__image {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 5px;
}
.c-list-directories__title {
  font-weight: bold;
}
.c-list-directories__box-bottom {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.c-list-directories__col {
  padding-bottom: 24px;
}
.c-list-directories__directory {
  background-color: #fff9ea;
  border-radius: 10px;
  padding: 20px 10px;
  padding-bottom: 10px;
}
.c-list-directories__phone {
  padding-bottom: 10px;
}
.c-list-directories__phone span {
  font-weight: bold;
}
.c-list-directories__wrapper-title {
  padding-bottom: 18px;
}
.c-list-directories__wrapper-info {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.c-list-directories__wrapper-info strong {
  font-weight: bold !important;
}
.c-list-directories__wrapper-image-info {
  display: flex;
  gap: 5px;
}
.c-list-directories__wrapper-phone-email span {
  font-weight: bold;
}
.c-list-directories__wrapper-button {
  display: flex;
  justify-content: center;
}

.c-register-directory {
  min-height: 100vh;
}
.c-register-directory__inner {
  padding-top: 150px;
  padding-bottom: 100px;
}
.c-register-directory__wrapper {
  background-color: #fff9ea;
  padding: 20px;
  border-radius: 5px;
}
.c-register-directory__wrapper-form form {
  position: relative;
  top: 50%;
}
.c-register-directory__wrapper-form form fieldset {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  border: 0px;
  padding-left: 0px;
  padding-right: 0px;
}
.c-register-directory__wrapper-form form input {
  padding: 10px 5px;
  border-radius: 5px;
  border: 1px solid var(--color-brand-contrast);
}
.c-register-directory__label {
  padding-bottom: 38px;
}
.c-register-directory__company-label {
  padding-bottom: 24px;
  padding-top: 24px;
}
.c-register-directory__wrapper-company {
  padding-bottom: 24px;
}
.c-register-directory__wrapper-customer {
  padding-bottom: 14px;
}
.c-register-directory__wrapper-customer.hidden {
  display: none;
}
.c-register-directory__error-user {
  color: red;
  display: none;
}
.c-register-directory__error-user.is-error {
  display: block;
}
.c-register-directory__wrapper-submit {
  display: flex;
  justify-content: center;
  padding-bottom: 24px;
}
.c-register-directory__submit {
  padding: 5px 10px !important;
}
.c-register-directory__sum {
  width: 30px;
  height: 30px;
  position: relative;
  justify-content: center;
  align-items: center;
  display: flex;
  border: 1px solid var(--color-brand-contrast);
  border-radius: 3px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.c-register-directory__sum::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 15px;
  height: 1px;
  background-color: var(--color-black);
  transition: all 0.3s ease-in-out;
}
.c-register-directory__sum::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 15px;
  height: 1px;
  background-color: var(--color-black);
  transform: rotate(90deg);
  transition: all 0.3s ease-in-out;
}
.c-register-directory__sum:hover {
  background-color: var(--color-brand-contrast);
}
.c-register-directory__sum:hover::before, .c-register-directory__sum:hover::after {
  background-color: var(--color-white);
}
.c-register-directory__wrapper-socials {
  display: flex;
  position: relative;
  align-items: center;
  gap: 20px;
}
.c-register-directory__wrapper-socials input {
  width: 100%;
}
.c-register-directory__social-list {
  margin-top: 14px;
}
.c-register-directory__wrapper-terms-conditions {
  margin-bottom: 24px;
  display: flex;
  flex-direction: column;
}
.c-register-directory__terms-conditions {
  padding-left: 5px;
  text-decoration: underline;
}
.c-register-directory__user-exist {
  padding-left: 5px;
}

.c-product-categories {
  position: relative;
  min-height: 50vh;
  z-index: 999;
  background-color: var(--color-white);
}
.c-product-categories::after {
  content: ".c-product-categories";
  position: absolute;
  top: 10px;
  right: 10px;
  width: auto;
  height: auto;
  color: var(--color-black);
  display: none;
  z-index: 10;
  background-color: rgba(255, 255, 255, 0.7);
  white-space: nowrap;
  font-size: 14px;
  line-height: 19px;
}
.is-debug .c-product-categories {
  outline: 4px solid lightsalmon !important;
}
.is-debug .c-product-categories::after {
  display: block;
}
.c-product-categories__inner {
  padding-top: 50px;
}
@media (min-width: 611px) {
  .c-product-categories__inner {
    padding-bottom: 50px;
  }
}
.c-product-categories__container {
  position: relative;
}
.c-product-categories__col {
  display: flex;
  align-items: center;
  padding-bottom: 24px;
}
.c-product-categories__col--parent-cat {
  padding: 0px;
  padding-bottom: 48px;
  width: 100%;
}
@media (min-width: 1191px) {
  .c-product-categories__col--parent-cat {
    width: calc(var(--col-1) * 2);
  }
}
.c-product-categories__parent-cat {
  background-color: var(--color-brand-contrast);
  position: relative;
  width: 100%;
}
.c-product-categories__parent-cat:before {
  content: "";
  display: block;
  padding-bottom: 40%;
}
@media (min-width: 1191px) {
  .c-product-categories__parent-cat:before {
    content: "";
    display: block;
    padding-bottom: 100%;
  }
}
.c-product-categories__parent-cat.color-1 {
  background-color: #4E6990;
}
.c-product-categories__parent-cat.color-2 {
  background-color: #5C2A2A;
}
.c-product-categories__wrapper-link {
  position: relative;
  width: 100%;
}
@media (min-width: 1191px) {
  .c-product-categories__wrapper-link {
    position: initial;
    width: initial;
  }
}
.c-product-categories__wrapper-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
}
.c-product-categories__wrapper-child {
  width: 100%;
  position: relative;
}
@media (min-width: 1191px) {
  .c-product-categories__wrapper-child {
    width: calc(var(--col-1) * 2);
    padding: 0px 10px;
  }
}
.c-product-categories__wrapper-image {
  display: block;
  width: 100%;
  margin-bottom: 24px;
  position: relative;
}
.c-product-categories__wrapper-image:before {
  content: "";
  display: block;
  padding-bottom: 100%;
}
.c-product-categories__image {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.c-product-categories__wrapper-title {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  z-index: 2;
  height: 50%;
  color: var(--color-white);
  display: flex;
  align-items: center;
  justify-content: center;
}
.c-product-categories__velo {
  position: absolute;
  height: 100%;
  width: 100%;
  background-color: var(--color-black);
  opacity: 0.6;
  z-index: 1;
}
.c-product-categories__title {
  z-index: 2;
  position: relative;
  text-align: center;
  font-weight: bold;
}
.c-product-categories__parent-title {
  font-weight: bold;
  padding-bottom: 24px;
  color: var(--color-white);
}

.c-single-product {
  position: relative;
}
.c-single-product::after {
  content: ".c-single-product";
  position: absolute;
  top: 10px;
  right: 10px;
  width: auto;
  height: auto;
  color: var(--color-black);
  display: none;
  z-index: 10;
  background-color: rgba(255, 255, 255, 0.7);
  white-space: nowrap;
  font-size: 14px;
  line-height: 19px;
}
.is-debug .c-single-product {
  outline: 4px solid lightsalmon !important;
}
.is-debug .c-single-product::after {
  display: block;
}
.c-single-product__inner {
  padding-top: 140px;
  padding-bottom: 100px;
}
.c-single-product__col--features {
  display: flex;
  flex-direction: column;
}
.c-single-product__wrapper-title {
  padding-bottom: 12px;
  padding-top: 50px;
}
@media (min-width: 611px) {
  .c-single-product__wrapper-title {
    padding-top: 0px;
  }
}
.c-single-product__title {
  font-weight: bold;
}
.c-single-product__short-description {
  border-bottom: 1px solid var(--color-black);
}
.c-single-product__wrapper-image {
  display: block;
  width: 100%;
  position: relative;
  display: flex;
  justify-content: center;
  cursor: zoom-in;
}
.c-single-product__image {
  width: auto;
  height: 100%;
  object-fit: cover;
}
.c-single-product__wrapper-short-description {
  padding-bottom: 0px;
}
.c-single-product__wrapper-brand {
  padding-bottom: 12px;
}
.c-single-product__wrapper-product-summary {
  width: 100%;
  border: 1px solid var(--color-black);
  padding: 18px 20px;
  position: relative;
  z-index: 99999;
  background-color: var(--color-white);
  order: -1;
}
@media (min-width: 611px) {
  .c-single-product__wrapper-product-summary {
    order: initial;
  }
}
@media (min-width: 1191px) {
  .c-single-product__wrapper-product-summary {
    width: calc(var(--col-1) * 3);
  }
}
.c-single-product__wrapper-quantity {
  display: flex;
  align-items: center;
  padding-right: 12px;
}
.c-single-product__wrapper-cart {
  display: flex;
  justify-content: space-between;
}
.price-not-found .c-single-product__wrapper-cart {
  opacity: 0.5;
  pointer-events: none;
}
.c-single-product__number {
  width: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.c-single-product__regular-price {
  display: flex;
  align-items: center;
}
.c-single-product__sale-price {
  padding-bottom: 12px;
}
.c-single-product__price span {
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 0.61px;
  font-family: var(--font-c);
  font-weight: 400;
  padding-left: 10px;
}
@media (min-width: 611px) {
  .c-single-product__price span {
    font-size: 12px;
    line-height: 18px;
    letter-spacing: 0.7px;
    font-family: var(--font-c);
    font-weight: 400;
  }
}
@media (min-width: 1191px) {
  .c-single-product__price span {
    font-size: 12px;
    line-height: 18px;
    letter-spacing: 0.64px;
    font-family: var(--font-c);
    font-weight: 800;
  }
}
.price-not-found .c-single-product__price {
  color: var(--color-red);
}
.c-single-product__wrapper-cta {
  display: flex;
  background-color: var(--color-red-secondary);
  padding: 4px 9px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  align-items: center;
}
.c-single-product__wrapper-cta:hover {
  opacity: 0.5;
}
.price-not-found .c-single-product__wrapper-cta {
  background-color: var(--color-wc-dark);
}
.c-single-product__wrapper-delivery {
  padding-top: 24px;
  display: flex;
  align-items: center;
  padding-bottom: 24px;
}
.c-single-product__wrapper-delivery svg path {
  fill: var(--color-red);
}
.c-single-product__delivery-text {
  padding-left: 10px;
  color: var(--color-red);
}
.c-single-product__wrapper-menu {
  display: flex;
}
.c-single-product__menu-item {
  margin-right: 60px;
  position: relative;
  cursor: pointer;
}
.c-single-product__menu-item.is-active::before {
  content: "";
  position: absolute;
  left: 0px;
  bottom: 0px;
  height: 1px;
  width: 100%;
  background-color: var(--color-black);
}
.c-single-product__wrapper-token {
  position: relative;
}
.c-single-product__wrapper-description {
  position: relative;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
}
.c-single-product__description, .c-single-product__technical-sheet, .c-single-product__technical-video {
  position: absolute;
  top: 44px;
  width: 100%;
  left: 0px;
  opacity: 0;
  visibility: hidden;
  line-height: normal;
}
.c-single-product__description.is-active, .c-single-product__technical-sheet.is-active, .c-single-product__technical-video.is-active {
  opacity: 1;
  visibility: visible;
}
.c-single-product__technical-video {
  display: flex;
}
.c-single-product__technical-video iframe {
  margin: 0px 10px;
}
.c-single-product__description {
  position: relative;
}
.c-single-product__description ol, .c-single-product__description ul {
  list-style-type: initial;
  padding: initial;
  margin: initial;
  position: relative;
  left: 25px;
  padding: 15px 0px;
}
.c-single-product__description li {
  padding-bottom: 5px;
}
.c-single-product__description h2, .c-single-product__description h3 {
  padding-bottom: 20px;
}
.c-single-product__technical-sheet-wrapper-image {
  display: block;
  width: calc(var(--col-1) * 4) !important;
  margin-bottom: 24px;
  position: relative;
}
.c-single-product__technical-sheet-wrapper-image:before {
  content: "";
  display: block;
  padding-bottom: 100%;
}
.c-single-product__technical-sheet-wrapper-image-velo-hover {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  z-index: 9;
  display: flex;
  justify-content: center;
  align-items: center;
}
.c-single-product__technical-sheet-wrapper-image-velo-hover svg {
  width: 80px;
  height: 80px;
  z-index: 1;
}
.c-single-product__technical-sheet-wrapper-image-velo-hover svg path {
  stroke: var(--color-white);
}
.c-single-product__technical-sheet-wrapper-image-velo {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: var(--color-black);
  top: 0px;
  left: 0px;
  z-index: 9;
  opacity: 0;
}
.c-single-product__technical-sheet-wrapper-image-velo:hover {
  opacity: 0.7;
}
.c-single-product__technical-sheet-img {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100% !important;
  object-fit: contain;
  z-index: 99;
  cursor: pointer;
}
.c-single-product__technical-sheet {
  width: 100%;
  display: flex;
  top: 80px;
}
.c-single-product__pdf {
  display: flex;
  transition: all 0.3s ease-in-out;
}
.c-single-product__pdf:hover {
  opacity: 0.5;
}
.c-single-product__wrapper-attr {
  display: flex;
}
.c-single-product__attribute-title {
  font-weight: bold;
  padding-right: 10px;
  white-space: nowrap;
}
.c-single-product__attributes {
  padding-bottom: 24px;
  padding-top: 24px;
  border-bottom: 1px solid var(--color-black);
}
.c-single-product__sku {
  padding-top: 24px;
}
.c-single-product__wrapper-sku {
  padding-bottom: 34px;
}
.c-single-product__wrapper-variable {
  display: flex;
  flex-direction: column;
  padding-bottom: 34px;
  padding-top: 14px;
}
.c-single-product__variable {
  padding-right: 15px;
  padding-bottom: 15px;
}
.c-single-product__variable.variable-active {
  font-weight: bold;
}
.c-single-product__variable.hide {
  pointer-events: none;
  opacity: 0.5;
}
.c-single-product__variable-wrapper-title {
  border: 1px solid var(--color-black);
  padding: 5px;
  border-radius: 3px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  opacity: 0.5;
}
.c-single-product__variable-wrapper-title:hover {
  opacity: 1;
  border-color: var(--color-red);
}
.variable-active .c-single-product__variable-wrapper-title {
  opacity: 1;
  border-color: var(--color-red);
  background-color: rgba(185, 51, 51, 0.1607843137);
}
.hide .c-single-product__variable-wrapper-title {
  border: 1px dashed var(--color-black);
}
.c-single-product__variable-wrapper-block {
  display: flex;
  flex-wrap: wrap;
}
.c-single-product__variable-block {
  padding: 10px 0px;
  font-weight: bold;
}
.c-single-product__variable-block-active.inactive {
  display: none;
}
.c-single-product__no-price {
  padding-bottom: 24px;
  font-weight: bold;
  color: var(--color-red);
}
.c-single-product__wrapper-gallery {
  display: grid;
  grid-template-columns: repeat(3, 1fr); /* 3 columnas */
  gap: 10px;
  padding-bottom: 34px;
}
.c-single-product__gallery-image {
  cursor: zoom-in;
}
.c-single-product__wrapper-percentage {
  position: absolute;
  top: 10px;
  right: 10px;
  width: auto;
  left: initial;
}
.c-single-product__wrapper-path {
  display: flex;
  flex-direction: column;
  padding-bottom: 40px;
}
@media (min-width: 1191px) {
  .c-single-product__wrapper-path {
    flex-direction: row;
    padding-bottom: 80px;
  }
}
.c-single-product__path {
  display: flex;
  justify-content: center;
  align-items: center;
}
.c-single-product__path-text {
  padding: 0px 10px;
}
.c-single-product__breadcrumb {
  width: 20px;
  height: 20px;
}
.c-single-product__wrapper-read-more {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  padding-top: 24px;
}
.c-single-product__wrapper-read-more:hover {
  opacity: 0.5;
}
.c-single-product__wrapper-pdf {
  padding-bottom: 34px;
}

.c-atributes {
  position: relative;
  position: relative;
  z-index: 9;
}
.c-atributes::after {
  content: ".c-atributes";
  position: absolute;
  top: 10px;
  right: 10px;
  width: auto;
  height: auto;
  color: var(--color-black);
  display: none;
  z-index: 10;
  background-color: rgba(255, 255, 255, 0.7);
  white-space: nowrap;
  font-size: 14px;
  line-height: 19px;
}
.is-debug .c-atributes {
  outline: 4px solid lightsalmon !important;
}
.is-debug .c-atributes::after {
  display: block;
}
.c-atributes__inner {
  position: relative;
}
.c-atributes__wrapper-item {
  display: flex;
  align-items: center;
  padding-bottom: 10px;
}
.c-atributes__title {
  font-weight: bold;
  padding-bottom: 15px;
}
.c-atributes__checkbox {
  width: 20px;
  height: 20px;
  border: 1px solid var(--color-black);
  cursor: pointer;
  position: relative;
}
.deactivate .c-atributes__checkbox {
  cursor: not-allowed;
}
.is-active .c-atributes__checkbox::before {
  content: "";
  position: absolute;
  left: 0px;
  top: 50%;
  width: 100%;
  height: 1px;
  background-color: var(--color-black);
  transform: rotate(45deg);
}
.is-active .c-atributes__checkbox::after {
  content: "";
  position: absolute;
  right: 0px;
  top: 50%;
  width: 100%;
  height: 1px;
  background-color: var(--color-black);
  transform: rotate(-45deg);
}
.c-atributes__checkbox.is-inactive {
  pointer-events: none;
  opacity: 0.5;
}
.c-atributes__wrapper-brand {
  padding-bottom: 24px;
}
.c-atributes__brand-item {
  padding-left: 10px;
}
.c-atributes__wrapper-filter-cta {
  position: fixed;
  opacity: 0.5;
}
.c-atributes__wrapper-filter-cta.is-active {
  opacity: 1;
}
.c-atributes__filter-cta {
  padding: 5px 10px;
  border: 1px solid var(--color-black);
}
.c-atributes__wrapper-categories {
  padding-bottom: 24px;
}
.c-atributes__wrapper-categories.deactivate {
  opacity: 0.8;
}
.c-atributes__wrapper-clean-filter {
  padding-bottom: 25px;
}
.c-atributes__clean-filter {
  padding: 5px;
  border: 1px dashed var(--color-red);
  cursor: pointer;
  text-align: center;
  border-radius: 5px;
  transition: all 0.3s ease-in-out;
  opacity: 0.8;
  pointer-events: none;
}
.c-atributes__clean-filter.active {
  border: 1px solid var(--color-red);
  opacity: 1;
  pointer-events: all;
}
.c-atributes__clean-filter.active:hover {
  background-color: var(--color-red);
  color: var(--color-white);
  border: 1px solid var(--color-white);
}
.c-slider-product {
  position: relative;
  background-color: var(--color-white);
  color: var(--color-black);
}
.c-slider-product::after {
  content: ".c-slider-product";
  position: absolute;
  top: 10px;
  right: 10px;
  width: auto;
  height: auto;
  color: var(--color-black);
  display: none;
  z-index: 10;
  background-color: rgba(255, 255, 255, 0.7);
  white-space: nowrap;
  font-size: 14px;
  line-height: 19px;
}
.is-debug .c-slider-product {
  outline: 4px solid lightsalmon !important;
}
.is-debug .c-slider-product::after {
  display: block;
}
.c-slider-product__inner {
  padding: 62px 0px;
}
.c-slider-product__wrapper-title {
  padding-bottom: 42px;
  text-align: center;
}
.c-slider-product__btn-next {
  right: 3px;
  color: var(--color-black);
}
.c-slider-product__btn-next::after {
  font-size: 28px;
}
@media (min-width: 1191px) {
  .c-slider-product__btn-next::after {
    font-size: 44px;
  }
}
@media (min-width: 1191px) {
  .c-slider-product__btn-next {
    right: 50px;
  }
}
.c-slider-product__btn-prev {
  left: 3px;
  color: var(--color-black);
}
.c-slider-product__btn-prev::after {
  font-size: 28px;
}
@media (min-width: 1191px) {
  .c-slider-product__btn-prev::after {
    font-size: 44px;
  }
}
@media (min-width: 1191px) {
  .c-slider-product__btn-prev {
    left: 50px;
  }
}

.c-brands__inner {
  padding-bottom: 40px;
}
@media (min-width: 611px) {
  .c-brands__inner {
    padding-bottom: 120px;
  }
}
.c-brands__col {
  padding-bottom: 40px;
}
@media (min-width: 1191px) {
  .c-brands__col {
    padding-bottom: 0px;
  }
}
.c-brands__wrapper-title {
  text-align: center;
  padding-bottom: 24px;
}
@media (min-width: 1191px) {
  .c-brands__wrapper-title {
    padding-bottom: 80px;
  }
}

.c-block-product__inner {
  padding: 140px 0px 90px 0px;
}
@media (min-width: 1191px) {
  .c-block-product__inner {
    padding: 180px 0px;
  }
}
.c-block-product__col {
  margin-bottom: 42px;
}
.c-block-product__wrapper-image {
  display: block;
  width: calc(var(--col-1) * 2);
  margin-bottom: 24px;
  position: relative;
}
.c-block-product__wrapper-image:before {
  content: "";
  display: block;
  padding-bottom: 100%;
}
.c-block-product__image {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.c-block-product__link {
  padding: 15px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  border-radius: 3px;
  min-height: initial !important;
}
.c-block-product__wrapper-title {
  padding-bottom: 50px;
}
@media (min-width: 1191px) {
  .c-block-product__wrapper-title {
    padding-bottom: 94px;
  }
}
.c-block-product__title {
  text-align: center;
}

.c-catalogs {
  z-index: 9;
  position: relative;
  background-color: var(--color-white);
}
.c-catalogs__inner {
  padding-top: 44px;
}
@media (min-width: 1191px) {
  .c-catalogs__inner {
    padding: 96px;
  }
}
.c-catalogs__wrapper-title {
  padding-bottom: 24px;
  border-bottom: 1px solid var(--color-black);
}
.c-catalogs__title {
  text-align: center;
}
.c-catalogs__catalogs-box {
  width: 100%;
  justify-content: center;
}
@media (min-width: 1191px) {
  .c-catalogs__catalogs-box {
    width: calc(var(--col-1) * 2);
  }
}
.c-catalogs__wrapper-catalogs {
  padding: 10px 5px;
  padding-top: 24px;
}
.c-catalogs__wrapper-subtitle {
  padding: 24px 0px;
}

.s-content ul {
  display: block;
  width: 100%;
}
.s-content ul li {
  display: block;
  width: 100%;
  text-indent: 20px;
  position: relative;
}
.s-content ul li::before {
  content: "";
  position: absolute;
  top: 1em;
  left: 0px;
  width: 6px;
  height: 6px;
  background-color: var(--color-black);
  transform: translateY(-50%);
  border-radius: 50%;
}
.s-content i, .s-content em {
  font-style: var(--w-regular);
  font-family: var(--font-a);
}
.s-content b,
.s-content strong {
  font-weight: bold;
}
.s-content a {
  color: var(--color-a);
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  display: inline;
  position: relative;
  overflow: hidden;
}
.s-content a::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 0px;
  height: 1px;
  background-color: var(--color-a);
  transition: all 0.4s ease-in-out;
}
.s-content a:hover {
  color: var(--color-a);
}
.s-content a:hover::before {
  width: 100%;
}
.s-content h2, .s-content h3, .s-content h4, .s-content h5, .s-content h6 {
  font-weight: inherit;
  color: inherit;
  padding: 0;
  padding-bottom: var(--padding-bottom-default);
  margin: 0;
}
.s-content h2:last-child, .s-content h3:last-child, .s-content h4:last-child, .s-content h5:last-child, .s-content h6:last-child {
  padding-bottom: 0px;
}
.s-content h2:empty, .s-content h3:empty, .s-content h4:empty, .s-content h5:empty, .s-content h6:empty {
  display: none;
}
.s-debug [class] {
  outline: 3px solid lightgrey;
}
.s-debug [class*=__] {
  outline-color: grey;
}
.s-debug [class*="--"] {
  outline-color: rgb(72, 72, 72);
}
.s-debug [class^=o-],
.s-debug [class*=" o-"] {
  outline-color: orange;
}
.s-debug [class^=c-],
.s-debug [class*=" c-"] {
  outline-color: lightseagreen;
}
.s-debug [class^=u-],
.s-debug [class*=" u-"] {
  outline-color: lightcoral;
}
.s-debug [class^=is-],
.s-debug [class*=" is-"],
.s-debug [class^=has-],
.s-debug [class*=" has-"] {
  outline-color: yellow;
}
.s-debug [class^=js-],
.s-debug [class*=" js-"] {
  outline-color: darkmagenta;
}
.s-debug [class^=t-],
.s-debug [class*=" t-"] {
  outline-color: darkblue;
}
.s-debug [class^=s-],
.s-debug [class*=" s-"] {
  outline-color: darkorange;
}
.s-debug [class^=qa-],
.s-debug [class*=" qa-"] {
  outline-color: lightpink;
}
.s-debug [class^=_] {
  outline-color: red;
}
.s-debug [class*="@"] {
  outline-color: greenyellow;
}

.u-none {
  display: none !important;
}
@media (max-width: 610px) {
  .u-none\@xs {
    display: none !important;
  }
}
@media (min-width: 611px) and (max-width: 1190px) {
  .u-none\@sm {
    display: none !important;
  }
}
@media (min-width: 1191px) {
  .u-none\@md {
    display: none !important;
  }
}

.u-block {
  display: block !important;
}
/*!**************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/.pnpm/css-loader@6.11.0_webpack@5.98.0/node_modules/css-loader/dist/cjs.js!./node_modules/.pnpm/sass-loader@14.2.1_sass@1.86.0_webpack@5.98.0/node_modules/sass-loader/dist/cjs.js!./node_modules/.pnpm/leaflet@1.9.4/node_modules/leaflet/dist/leaflet.css ***!
  \**************************************************************************************************************************************************************************************************************************************************************************************/
/* required styles */
.leaflet-pane,
.leaflet-tile,
.leaflet-marker-icon,
.leaflet-marker-shadow,
.leaflet-tile-container,
.leaflet-pane > svg,
.leaflet-pane > canvas,
.leaflet-zoom-box,
.leaflet-image-layer,
.leaflet-layer {
  position: absolute;
  left: 0;
  top: 0;
}

.leaflet-container {
  overflow: hidden;
}

.leaflet-tile,
.leaflet-marker-icon,
.leaflet-marker-shadow {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -webkit-user-drag: none;
}

/* Prevents IE11 from highlighting tiles in blue */
.leaflet-tile::selection {
  background: transparent;
}

/* Safari renders non-retina tile on retina better with this, but Chrome is worse */
.leaflet-safari .leaflet-tile {
  image-rendering: -webkit-optimize-contrast;
}

/* hack that prevents hw layers "stretching" when loading new tiles */
.leaflet-safari .leaflet-tile-container {
  width: 1600px;
  height: 1600px;
  -webkit-transform-origin: 0 0;
}

.leaflet-marker-icon,
.leaflet-marker-shadow {
  display: block;
}

/* .leaflet-container svg: reset svg max-width decleration shipped in Joomla! (joomla.org) 3.x */
/* .leaflet-container img: map is broken in FF if you have max-width: 100% on tiles */
.leaflet-container .leaflet-overlay-pane svg {
  max-width: none !important;
  max-height: none !important;
}

.leaflet-container .leaflet-marker-pane img,
.leaflet-container .leaflet-shadow-pane img,
.leaflet-container .leaflet-tile-pane img,
.leaflet-container img.leaflet-image-layer,
.leaflet-container .leaflet-tile {
  max-width: none !important;
  max-height: none !important;
  width: auto;
  padding: 0;
}

.leaflet-container img.leaflet-tile {
  /* See: https://bugs.chromium.org/p/chromium/issues/detail?id=600120 */
  mix-blend-mode: plus-lighter;
}

.leaflet-container.leaflet-touch-zoom {
  -ms-touch-action: pan-x pan-y;
  touch-action: pan-x pan-y;
}

.leaflet-container.leaflet-touch-drag {
  -ms-touch-action: pinch-zoom;
  /* Fallback for FF which doesn't support pinch-zoom */
  touch-action: none;
  touch-action: pinch-zoom;
}

.leaflet-container.leaflet-touch-drag.leaflet-touch-zoom {
  -ms-touch-action: none;
  touch-action: none;
}

.leaflet-container {
  -webkit-tap-highlight-color: transparent;
}

.leaflet-container a {
  -webkit-tap-highlight-color: rgba(51, 181, 229, 0.4);
}

.leaflet-tile {
  filter: inherit;
  visibility: hidden;
}

.leaflet-tile-loaded {
  visibility: inherit;
}

.leaflet-zoom-box {
  width: 0;
  height: 0;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 800;
}

/* workaround for https://bugzilla.mozilla.org/show_bug.cgi?id=888319 */
.leaflet-overlay-pane svg {
  -moz-user-select: none;
}

.leaflet-pane {
  z-index: 400;
}

.leaflet-tile-pane {
  z-index: 200;
}

.leaflet-overlay-pane {
  z-index: 400;
}

.leaflet-shadow-pane {
  z-index: 500;
}

.leaflet-marker-pane {
  z-index: 600;
}

.leaflet-tooltip-pane {
  z-index: 650;
}

.leaflet-popup-pane {
  z-index: 700;
}

.leaflet-map-pane canvas {
  z-index: 100;
}

.leaflet-map-pane svg {
  z-index: 200;
}

.leaflet-vml-shape {
  width: 1px;
  height: 1px;
}

.lvml {
  behavior: url(#default#VML);
  display: inline-block;
  position: absolute;
}

/* control positioning */
.leaflet-control {
  position: relative;
  z-index: 800;
  pointer-events: visiblePainted; /* IE 9-10 doesn't have auto */
  pointer-events: auto;
}

.leaflet-top,
.leaflet-bottom {
  position: absolute;
  z-index: 1000;
  pointer-events: none;
}

.leaflet-top {
  top: 0;
}

.leaflet-right {
  right: 0;
}

.leaflet-bottom {
  bottom: 0;
}

.leaflet-left {
  left: 0;
}

.leaflet-control {
  float: left;
  clear: both;
}

.leaflet-right .leaflet-control {
  float: right;
}

.leaflet-top .leaflet-control {
  margin-top: 10px;
}

.leaflet-bottom .leaflet-control {
  margin-bottom: 10px;
}

.leaflet-left .leaflet-control {
  margin-left: 10px;
}

.leaflet-right .leaflet-control {
  margin-right: 10px;
}

/* zoom and fade animations */
.leaflet-fade-anim .leaflet-popup {
  opacity: 0;
  -webkit-transition: opacity 0.2s linear;
  -moz-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}

.leaflet-fade-anim .leaflet-map-pane .leaflet-popup {
  opacity: 1;
}

.leaflet-zoom-animated {
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
}

svg.leaflet-zoom-animated {
  will-change: transform;
}

.leaflet-zoom-anim .leaflet-zoom-animated {
  -webkit-transition: -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1);
  -moz-transition: -moz-transform 0.25s cubic-bezier(0, 0, 0.25, 1);
  transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1);
}

.leaflet-zoom-anim .leaflet-tile,
.leaflet-pan-anim .leaflet-tile {
  -webkit-transition: none;
  -moz-transition: none;
  transition: none;
}

.leaflet-zoom-anim .leaflet-zoom-hide {
  visibility: hidden;
}

/* cursors */
.leaflet-interactive {
  cursor: pointer;
}

.leaflet-grab {
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: grab;
}

.leaflet-crosshair,
.leaflet-crosshair .leaflet-interactive {
  cursor: crosshair;
}

.leaflet-popup-pane,
.leaflet-control {
  cursor: auto;
}

.leaflet-dragging .leaflet-grab,
.leaflet-dragging .leaflet-grab .leaflet-interactive,
.leaflet-dragging .leaflet-marker-draggable {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: grabbing;
}

/* marker & overlays interactivity */
.leaflet-marker-icon,
.leaflet-marker-shadow,
.leaflet-image-layer,
.leaflet-pane > svg path,
.leaflet-tile-container {
  pointer-events: none;
}

.leaflet-marker-icon.leaflet-interactive,
.leaflet-image-layer.leaflet-interactive,
.leaflet-pane > svg path.leaflet-interactive,
svg.leaflet-image-layer.leaflet-interactive path {
  pointer-events: visiblePainted; /* IE 9-10 doesn't have auto */
  pointer-events: auto;
}

/* visual tweaks */
.leaflet-container {
  background: #ddd;
  outline-offset: 1px;
}

.leaflet-container a {
  color: #0078A8;
}

.leaflet-zoom-box {
  border: 2px dotted #38f;
  background: rgba(255, 255, 255, 0.5);
}

/* general typography */
.leaflet-container {
  font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.5;
}

/* general toolbar styles */
.leaflet-bar {
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.65);
  border-radius: 4px;
}

.leaflet-bar a {
  background-color: #fff;
  border-bottom: 1px solid #ccc;
  width: 26px;
  height: 26px;
  line-height: 26px;
  display: block;
  text-align: center;
  text-decoration: none;
  color: black;
}

.leaflet-bar a,
.leaflet-control-layers-toggle {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  display: block;
}

.leaflet-bar a:hover,
.leaflet-bar a:focus {
  background-color: #f4f4f4;
}

.leaflet-bar a:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

.leaflet-bar a:last-child {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom: none;
}

.leaflet-bar a.leaflet-disabled {
  cursor: default;
  background-color: #f4f4f4;
  color: #bbb;
}

.leaflet-touch .leaflet-bar a {
  width: 30px;
  height: 30px;
  line-height: 30px;
}

.leaflet-touch .leaflet-bar a:first-child {
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}

.leaflet-touch .leaflet-bar a:last-child {
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
}

/* zoom control */
.leaflet-control-zoom-in,
.leaflet-control-zoom-out {
  font: bold 18px "Lucida Console", Monaco, monospace;
  text-indent: 1px;
}

.leaflet-touch .leaflet-control-zoom-in, .leaflet-touch .leaflet-control-zoom-out {
  font-size: 22px;
}

/* layers control */
.leaflet-control-layers {
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.4);
  background: #fff;
  border-radius: 5px;
}

.leaflet-control-layers-toggle {
  background-image: url(011a678e3efe41981754.png);
  width: 36px;
  height: 36px;
}

.leaflet-retina .leaflet-control-layers-toggle {
  background-image: url(4a4ee777ddc0d4cedee4.png);
  background-size: 26px 26px;
}

.leaflet-touch .leaflet-control-layers-toggle {
  width: 44px;
  height: 44px;
}

.leaflet-control-layers .leaflet-control-layers-list,
.leaflet-control-layers-expanded .leaflet-control-layers-toggle {
  display: none;
}

.leaflet-control-layers-expanded .leaflet-control-layers-list {
  display: block;
  position: relative;
}

.leaflet-control-layers-expanded {
  padding: 6px 10px 6px 6px;
  color: #333;
  background: #fff;
}

.leaflet-control-layers-scrollbar {
  overflow-y: scroll;
  overflow-x: hidden;
  padding-right: 5px;
}

.leaflet-control-layers-selector {
  margin-top: 2px;
  position: relative;
  top: 1px;
}

.leaflet-control-layers label {
  display: block;
  font-size: 13px;
  font-size: 1.08333em;
}

.leaflet-control-layers-separator {
  height: 0;
  border-top: 1px solid #ddd;
  margin: 5px -10px 5px -6px;
}

/* Default icon URLs */
.leaflet-default-icon-path { /* used only in path-guessing heuristic, see L.Icon.Default */
  background-image: url(1e8408af1a34bdf61457.png);
}

/* attribution and scale controls */
.leaflet-container .leaflet-control-attribution {
  background: #fff;
  background: rgba(255, 255, 255, 0.8);
  margin: 0;
}

.leaflet-control-attribution,
.leaflet-control-scale-line {
  padding: 0 5px;
  color: #333;
  line-height: 1.4;
}

.leaflet-control-attribution a {
  text-decoration: none;
}

.leaflet-control-attribution a:hover,
.leaflet-control-attribution a:focus {
  text-decoration: underline;
}

.leaflet-attribution-flag {
  display: inline !important;
  vertical-align: baseline !important;
  width: 1em;
  height: 0.6669em;
}

.leaflet-left .leaflet-control-scale {
  margin-left: 5px;
}

.leaflet-bottom .leaflet-control-scale {
  margin-bottom: 5px;
}

.leaflet-control-scale-line {
  border: 2px solid #777;
  border-top: none;
  line-height: 1.1;
  padding: 2px 5px 1px;
  white-space: nowrap;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: rgba(255, 255, 255, 0.8);
  text-shadow: 1px 1px #fff;
}

.leaflet-control-scale-line:not(:first-child) {
  border-top: 2px solid #777;
  border-bottom: none;
  margin-top: -2px;
}

.leaflet-control-scale-line:not(:first-child):not(:last-child) {
  border-bottom: 2px solid #777;
}

.leaflet-touch .leaflet-control-attribution,
.leaflet-touch .leaflet-control-layers,
.leaflet-touch .leaflet-bar {
  box-shadow: none;
}

.leaflet-touch .leaflet-control-layers,
.leaflet-touch .leaflet-bar {
  border: 2px solid rgba(0, 0, 0, 0.2);
  background-clip: padding-box;
}

/* popup */
.leaflet-popup {
  position: absolute;
  text-align: center;
  margin-bottom: 20px;
}

.leaflet-popup-content-wrapper {
  padding: 1px;
  text-align: left;
  border-radius: 12px;
}

.leaflet-popup-content {
  margin: 13px 24px 13px 20px;
  line-height: 1.3;
  font-size: 13px;
  font-size: 1.08333em;
  min-height: 1px;
}

.leaflet-popup-content p {
  margin: 17px 0;
  margin: 1.3em 0;
}

.leaflet-popup-tip-container {
  width: 40px;
  height: 20px;
  position: absolute;
  left: 50%;
  margin-top: -1px;
  margin-left: -20px;
  overflow: hidden;
  pointer-events: none;
}

.leaflet-popup-tip {
  width: 17px;
  height: 17px;
  padding: 1px;
  margin: -10px auto 0;
  pointer-events: auto;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.leaflet-popup-content-wrapper,
.leaflet-popup-tip {
  background: white;
  color: #333;
  box-shadow: 0 3px 14px rgba(0, 0, 0, 0.4);
}

.leaflet-container a.leaflet-popup-close-button {
  position: absolute;
  top: 0;
  right: 0;
  border: none;
  text-align: center;
  width: 24px;
  height: 24px;
  font: 16px/24px Tahoma, Verdana, sans-serif;
  color: #757575;
  text-decoration: none;
  background: transparent;
}

.leaflet-container a.leaflet-popup-close-button:hover,
.leaflet-container a.leaflet-popup-close-button:focus {
  color: #585858;
}

.leaflet-popup-scrolled {
  overflow: auto;
}

.leaflet-oldie .leaflet-popup-content-wrapper {
  -ms-zoom: 1;
}

.leaflet-oldie .leaflet-popup-tip {
  width: 24px;
  margin: 0 auto;
  -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";
  filter: progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678);
}

.leaflet-oldie .leaflet-control-zoom,
.leaflet-oldie .leaflet-control-layers,
.leaflet-oldie .leaflet-popup-content-wrapper,
.leaflet-oldie .leaflet-popup-tip {
  border: 1px solid #999;
}

/* div icon */
.leaflet-div-icon {
  background: #fff;
  border: 1px solid #666;
}

/* Tooltip */
/* Base styles for the element that has a tooltip */
.leaflet-tooltip {
  position: absolute;
  padding: 6px;
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 3px;
  color: #222;
  white-space: nowrap;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
}

.leaflet-tooltip.leaflet-interactive {
  cursor: pointer;
  pointer-events: auto;
}

.leaflet-tooltip-top:before,
.leaflet-tooltip-bottom:before,
.leaflet-tooltip-left:before,
.leaflet-tooltip-right:before {
  position: absolute;
  pointer-events: none;
  border: 6px solid transparent;
  background: transparent;
  content: "";
}

/* Directions */
.leaflet-tooltip-bottom {
  margin-top: 6px;
}

.leaflet-tooltip-top {
  margin-top: -6px;
}

.leaflet-tooltip-bottom:before,
.leaflet-tooltip-top:before {
  left: 50%;
  margin-left: -6px;
}

.leaflet-tooltip-top:before {
  bottom: 0;
  margin-bottom: -12px;
  border-top-color: #fff;
}

.leaflet-tooltip-bottom:before {
  top: 0;
  margin-top: -12px;
  margin-left: -6px;
  border-bottom-color: #fff;
}

.leaflet-tooltip-left {
  margin-left: -6px;
}

.leaflet-tooltip-right {
  margin-left: 6px;
}

.leaflet-tooltip-left:before,
.leaflet-tooltip-right:before {
  top: 50%;
  margin-top: -6px;
}

.leaflet-tooltip-left:before {
  right: 0;
  margin-right: -12px;
  border-left-color: #fff;
}

.leaflet-tooltip-right:before {
  left: 0;
  margin-left: -12px;
  border-right-color: #fff;
}

/* Printing */
@media print {
  /* Prevent printers from removing background-images of controls. */
  .leaflet-control {
    -webkit-print-color-adjust: exact;
    print-color-adjust: exact;
  }
}
