/* line 1, theme_default.scss */
* {
  padding: 0px;
  margin: 0px;
  border: 0px; }

/* line 6, theme_default.scss */
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

/* line 13, theme_default.scss */
html,
body {
  height: 100%;
  min-width: 320px; }

/* line 19, theme_default.scss */
body {
  line-height: 1;
  font-size: 16px;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

/* line 31, theme_default.scss */
input[type=email],
input[type=tel],
input[type=text],
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: 0; }

/* line 41, theme_default.scss */
input,
button,
textarea {
  font-size: inherit;
  outline: none; }

/* line 49, theme_default.scss */
button {
  cursor: pointer;
  color: inherit;
  background-color: inherit; }

/* line 55, theme_default.scss */
a {
  color: inherit; }

/* line 59, theme_default.scss */
a:link,
a:visited {
  text-decoration: none; }

/* line 64, theme_default.scss */
a:hover {
  text-decoration: none;
  color: inherit; }

/* line 69, theme_default.scss */
ul li {
  list-style: none; }

/* line 73, theme_default.scss */
img {
  vertical-align: top; }

/* line 77, theme_default.scss */
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-family: inherit;
  font-weight: inherit;
  font-size: inherit; }

/* line 89, theme_default.scss */
p {
  margin-bottom: 0; }

/* line 93, theme_default.scss */
.lock body {
  overflow: hidden; }

/* line 97, theme_default.scss */
.layout .layout__content {
  padding-top: 0 !important;
  padding-bottom: 0 !important; }

/* line 103, theme_default.scss */
.co-input-field, .m-input-field {
  background-color: #fff;
  border: none; }

/* line 108, theme_default.scss */
a, .co-input-description a:not([class]), .co-menu-link, .co-link, .link {
  color: inherit; }

/* line 114, theme_default.scss */
.input-group__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: 49px;
  padding: 0 15px;
  border-radius: 40px;
  background-color: #fff;
  gap: 15px; }

/* line 128, theme_default.scss */
.input {
  display: block;
  width: 100%;
  font-size: 16px;
  line-height: 120%;
  color: #808080; }

/* line 136, theme_default.scss */
.quantity__input {
  display: block;
  width: 100%;
  background-color: inherit;
  color: #fff;
  font-size: 16px;
  text-align: center;
  pointer-events: none; }

/* line 146, theme_default.scss */
.quantity__button {
  height: 100%;
  padding-left: 10px;
  padding-right: 10px;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  line-height: 1; }

/* line 158, theme_default.scss */
.co-button:not(.co-button--link) {
  background-color: #2394F0;
  font-family: inherit; }

/* line 163, theme_default.scss */
.btn__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: center;
  column-gap: 20px; }

/* line 174, theme_default.scss */
.btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 30px;
  font-weight: 600;
  text-align: center; }

/* line 189, theme_default.scss */
.btn_small {
  min-height: 46px;
  padding: 5px 10px;
  font-size: 16px;
  line-height: 100%; }

/* line 196, theme_default.scss */
.btn_average {
  min-height: 40px;
  padding: 8px 30px;
  font-size: 16px;
  line-height: 100%; }

/* line 203, theme_default.scss */
.btn__add {
  width: 100%;
  background-color: #f5f5f5;
  cursor: pointer; }

/* line 209, theme_default.scss */
.btn__add:not(.cart-added) > .quantity__button,
.btn__add:not(.cart-added) > .quantity__input {
  display: none; }

/* line 214, theme_default.scss */
.btn__add.cart-added {
  background-color: #2394F0; }

/* line 218, theme_default.scss */
.btn__add.cart-added > span {
  display: none; }

/* line 222, theme_default.scss */
.btn__disbled {
  background-color: #FFFFFF;
  pointer-events: none;
  opacity: 0.75; }

/* line 228, theme_default.scss */
.btn__disabled-grey {
  width: 100%;
  pointer-events: none;
  background-color: #646464;
  color: #fff; }

/* line 235, theme_default.scss */
.btn__clear {
  font-size: 18px;
  line-height: 100%;
  color: #646464; }

/* line 243, theme_default.scss */
.slider__arrows {
  -ms-flex-item-align: start;
  align-self: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: 16px;
  gap: 30px; }

/* line 257, theme_default.scss */
.title__large {
  font-size: 35px;
  font-weight: 700; }

/* line 262, theme_default.scss */
.title__large:not(:last-child) {
  margin-bottom: 30px; }

/* line 266, theme_default.scss */
.title__medium {
  font-size: 25px;
  font-weight: 700;
  line-height: 1.35; }

/* line 272, theme_default.scss */
.title__medium:not(:last-child) {
  margin-bottom: 25px; }

/* line 276, theme_default.scss */
.title__small {
  font-size: 18px;
  font-weight: 700;
  line-height: 100%; }

/* line 283, theme_default.scss */
.swiper {
  width: 100%;
  max-width: 1200px;
  margin: auto;
  overflow: hidden; }

/* line 290, theme_default.scss */
.swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center; }

/* line 297, theme_default.scss */
.local-loader {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  z-index: 50;
  width: 100%;
  min-height: 200px;
  height: 100%;
  overflow: visible;
  text-align: center;
  background-color: #ffffff59; }

/* line 311, theme_default.scss */
.local-loader svg {
  width: 100%;
  height: 100%;
  max-width: 3.125rem;
  content-visibility: visible;
  display: inline-block; }

/* line 320, theme_default.scss */
._app-hide {
  opacity: 0 !important;
  pointer-events: none !important;
  display: none !important; }

@media screen and (max-width: 1000px) {
  /* line 327, theme_default.scss */
  ._disabled-mob {
    display: none !important; } }
@media screen and (max-width: 760px) {
  /* line 334, theme_default.scss */
  .title__large,
  .title__medium {
    font-size: 18px; }

  /* line 339, theme_default.scss */
  .title__small {
    font-size: 16px; }

  /* line 343, theme_default.scss */
  .title__medium:not(:last-child),
  .title__large:not(:last-child) {
    margin-bottom: 15px; }

  /* line 349, theme_default.scss */
  .input {
    line-height: 100%; }

  /* line 353, theme_default.scss */
  .quantity__input {
    font-size: 14px;
    line-height: 16px; }

  /* line 358, theme_default.scss */
  .btn__wrapper {
    flex-direction: column; }

  /* line 362, theme_default.scss */
  .btn_small {
    min-height: 36px;
    font-size: 14px;
    line-height: 16px; } }
