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

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

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

/* line 20, 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 32, theme_default.scss */
input[type=email],
input[type=tel],
input[type=text],
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: 0; }

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

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

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

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

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

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

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

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

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

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

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

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

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

/* line 115, 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 129, theme_default.scss */
.input {
  display: block;
  width: 100%;
  font-size: 16px;
  line-height: 120%;
  color: #808080; }

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

/* line 147, 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 159, theme_default.scss */
.co-button:not(.co-button--link) {
  background-color: #2394F0;
  font-family: inherit; }

/* line 164, 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 175, 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 190, theme_default.scss */
.btn_small {
  min-height: 46px;
  padding: 5px 10px;
  font-size: 16px;
  line-height: 100%; }

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

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

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

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

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

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

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

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

/* line 244, 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 262, theme_default.scss */
.title__large {
  font-size: 35px;
  font-weight: 700; }

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

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

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

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

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

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

/* line 301, 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 315, theme_default.scss */
.local-loader svg {
  width: 100%;
  height: 100%;
  max-width: 3.125rem;
  content-visibility: visible;
  display: inline-block; }

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

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

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

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

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

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

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