/*!************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[5].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[5].use[3]!./UIKit/burgerMenuButton/styles.module.css ***!
  \************************************************************************************************************************************************************************************************************************************************************************************/
.styles_btn__65Icv {
  position: relative;
  display: block;
  flex-shrink: 0;

  width: 24px;
  height: 24px;

  color: black;
  cursor: pointer;
}

.styles_icon__bEUzI {
  position: absolute;
  top: 0;
  left: 0;

  width: 100%;
  height: 100%;

  transition: transform 0.3s ease, opacity 0.3s ease;
}

.styles_icon__bEUzI.styles_cross__w316Q {
  opacity: 0;
  transform: scaleY(0);
}

.styles_btn__65Icv.styles_open__uK7sY .styles_icon__bEUzI.styles_burger__Boj1V {
  opacity: 0;
  transform: scaleY(0);
}

.styles_btn__65Icv.styles_open__uK7sY .styles_icon__bEUzI.styles_cross__w316Q {
  opacity: 1;
  transform: scaleY(1);
}

/*!**********************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[5].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[5].use[3]!./UIKit/localeSwitcher/styles.module.css ***!
  \**********************************************************************************************************************************************************************************************************************************************************************************/
.styles_switcherContainer__p6OAY {
  height: 24px;
}

@media (min-width: 640px) {

  .styles_switcherContainer__p6OAY {
    margin-left: 10px;
  }
}

@media (min-width: 1230px) {

  .styles_switcherContainer__p6OAY {
    border-left-width: 1px;
    --tw-border-opacity: 1;
    border-left-color: rgb(134 134 133 / var(--tw-border-opacity, 1));
  }
}

.styles_switcherContainer__p6OAY.styles_open__fgjWx .styles_switcherOptions__KzfF2 {
  opacity: 1;
  pointer-events: initial;
  clip-path: inset(0 0 0 0);
}

.styles_switcherContainer__p6OAY.styles_open__fgjWx .styles_switcherIcon__a8vhR {
  transform: rotate(0deg);
}

.styles_switcherContainer__p6OAY.styles_open__fgjWx .styles_switcherLabel__BdAt5 {
  --tw-text-opacity: 1;
  color: rgb(231 0 128 / var(--tw-text-opacity, 1));
}

.styles_switcherContainer__p6OAY.styles_open__fgjWx .styles_switcherLabelText__bVj7H::before,
.styles_switcherLabel__BdAt5:hover .styles_switcherLabelText__bVj7H::before {
  transform: scale(1);
}

.styles_switcherContainer__p6OAY.styles_open__fgjWx .styles_switcherLabel__BdAt5:after {
  pointer-events: initial;
}

.styles_switcherLabel__BdAt5 {
  display: flex;
  width: auto;
  align-items: center;
  justify-content: space-between;
  background-color: inherit;
  padding-left: 10px;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

.styles_switcherLabel__BdAt5:hover {
  --tw-text-opacity: 1;
  color: rgb(231 0 128 / var(--tw-text-opacity, 1));
}

.styles_switcherLabel__BdAt5 {

  position: relative;
}

.styles_switcherLabel__BdAt5:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;

  width: 100%;
  height: 10px;
  opacity: 0;

  pointer-events: none;
}

.styles_switcherLabelText__bVj7H {
  cursor: pointer;
  text-align: left;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 600;

  position: relative;
  transition: color 0.3s ease;
}

.styles_switcherLabelText__bVj7H::before {
  --tw-bg-opacity: 1;
  background-color: rgb(231 0 128 / var(--tw-bg-opacity, 1));

  content: "";
  position: absolute;
  bottom: 1px;
  left: 0;

  width: 100%;
  height: 2px;

  transform: scaleX(0);
  transition: transform 0.3s ease 0s;
}

.styles_switcherIcon__a8vhR {
  margin-left: 4px;
  height: 24px;
  width: 16px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  cursor: pointer;
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;

  transform: rotate(-180deg);
  transition: transform 0.3s ease;
}

.styles_switcherOptions__KzfF2 {
  position: absolute;
  z-index: 50;
  margin-top: 8px;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  overflow-y: auto;
  border-radius: 10px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(153 109 132 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));

  transition: opacity 0.3s ease, clip-path 0.3s ease;
  opacity: 0;
  pointer-events: none;
  clip-path: inset(0 0 100% 0);
}

.styles_switcherOptionItem__7CRM4 {
  width: auto;
  cursor: pointer;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

.styles_switcherOptionItem__7CRM4:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(255 233 245 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(231 0 128 / var(--tw-text-opacity, 1));
}

.styles_switcherOptionItem__7CRM4 {
  transition: background 0.3s ease, color 0.3s ease;
}

.styles_switcherOptionItem__7CRM4:not(:last-child) {
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(153 109 132 / var(--tw-border-opacity, 1));
}

.styles_switcherOptionButton__J_zB4 {
  height: 100%;
  width: 100%;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 16px;
  padding-right: 24px;
}

/*!***************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[5].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[5].use[3]!./UIKit/navMenu/styles.module.css ***!
  \***************************************************************************************************************************************************************************************************************************************************************************/
.styles_menuVertical__OcrNy {

  position: absolute;

  top: 52px;

  left: 0px;

  z-index: 100;

  width: 100%;

  --tw-bg-opacity: 1;

  background-color: rgb(255 233 245 / var(--tw-bg-opacity, 1));

  padding-top: 16px;

  padding-bottom: 16px;

  --tw-text-opacity: 1;

  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}@media (min-width: 1280px) {.styles_menuVertical__OcrNy {

    top: 72px;
  }
}.styles_menuVertical__OcrNy {

  transition: clip-path 0.3s ease;
  pointer-events: none;
  clip-path: inset(0 0 100% 0);
}

.styles_menuVertical__OcrNy.styles_open__qCbaX {
  pointer-events: initial;
  clip-path: inset(0 0 0 0);
}

.styles_menuVertical__OcrNy .styles_list__hYs_n {

  display: flex;

  flex-direction: column;

  align-items: center;

  gap: 16px;
}

.styles_menu__6d8VR .styles_list__hYs_n {

  display: flex;

  flex-wrap: wrap;

  align-items: center;

  gap: 44px;
}

.styles_link__50QY3 {

  display: inline-flex;

  align-items: center;

  gap: 4px;

  font-size: 16px;

  font-weight: 500;

  line-height: 24px;

  --tw-text-opacity: 1;

  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

.styles_link__50QY3:hover {

  --tw-text-opacity: 1;

  color: rgb(231 0 128 / var(--tw-text-opacity, 1));
}

.styles_link__50QY3 {

  position: relative;
  transition: color 0.3s ease 0s;
}

.styles_link__50QY3::before {

  --tw-bg-opacity: 1;

  background-color: rgb(231 0 128 / var(--tw-bg-opacity, 1));

  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;

  width: 100%;
  height: 2px;

  transform: scaleX(0);
  transition: transform 0.3s ease 0s;
}

.styles_link__50QY3:hover::before {
  transform: scale(1);
}

.styles_item__ZIW91.styles_submenu__9E6S2 {
  position: relative;
}

.styles_item__ZIW91.styles_submenu__9E6S2:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;

  width: 100%;
  height: 10px;
  opacity: 0;
  pointer-events: none;
}

.styles_item__ZIW91.styles_submenu__9E6S2:hover:before {
  pointer-events: initial;
}

.styles_item__ZIW91.styles_open__qCbaX .styles_link__50QY3 {

  --tw-text-opacity: 1;

  color: rgb(231 0 128 / var(--tw-text-opacity, 1));
}

.styles_item__ZIW91.styles_open__qCbaX .styles_link__50QY3::before {
  transform: scale(1);
}

.styles_item__ZIW91.styles_open__qCbaX .styles_icon__umALc {

  --tw-text-opacity: 1;

  color: rgb(231 0 128 / var(--tw-text-opacity, 1));
  transform: rotate(0deg);
}

.styles_item__ZIW91.styles_open__qCbaX .styles_options__V4V7Z {
  opacity: 1;
  pointer-events: initial;
  clip-path: inset(0 0 0 0);
}

.styles_icon__umALc {

  height: 24px;

  width: 16px;

  --tw-text-opacity: 1;

  color: rgb(134 134 133 / var(--tw-text-opacity, 1));
}

@media not all and (min-width: 1230px) {.styles_icon__umALc {

    display: none;
  }
}

.styles_icon__umALc {

  transform: rotate(-180deg);
  transition: transform 0.3s ease 0s;
}

.styles_options__V4V7Z {

  position: absolute;

  z-index: 50;

  margin-top: 8px;

  display: flex;

  flex-direction: column;

  overflow: hidden;

  border-radius: 10px;

  border-width: 1px;

  --tw-border-opacity: 1;

  border-color: rgb(153 109 132 / var(--tw-border-opacity, 1));

  --tw-bg-opacity: 1;

  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}

@media not all and (min-width: 1230px) {.styles_options__V4V7Z {

    display: none;
  }
}

.styles_options__V4V7Z {

  width: 340px;
  max-height: calc(100vh - 80px);
  overflow-x: hidden;
  overflow-y: auto;

  transition: opacity 0.3s ease, clip-path 0.3s ease;
  opacity: 0;
  pointer-events: none;
  clip-path: inset(0 0 100% 0);
}

.styles_optionItem__Fx55U {

  width: auto;

  cursor: pointer;

  font-size: 1rem;

  line-height: 1.5rem;

  font-weight: 500;

  --tw-text-opacity: 1;

  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

.styles_optionItem__Fx55U:hover {

  --tw-bg-opacity: 1;

  background-color: rgb(255 233 245 / var(--tw-bg-opacity, 1));

  --tw-text-opacity: 1;

  color: rgb(231 0 128 / var(--tw-text-opacity, 1));
}

.styles_optionItem__Fx55U {

  transition: background 0.3s ease, color 0.3s ease;
}

.styles_optionItem__Fx55U:not(:last-child) {

  border-bottom-width: 1px;

  --tw-border-opacity: 1;

  border-color: rgb(153 109 132 / var(--tw-border-opacity, 1));
}

.styles_optionButton__jORy6 {

  display: block;

  height: 100%;

  width: 100%;

  padding-top: 12px;

  padding-bottom: 12px;

  padding-left: 16px;

  padding-right: 24px;

  text-align: left;
}

.styles_optionButton__jORy6 strong {

  --tw-text-opacity: 1;

  color: rgb(231 0 128 / var(--tw-text-opacity, 1));
}

.styles_optionButton__jORy6 b {
  font-weight: 700;
}

.styles_optionItem__Fx55U[data-current="true"] {
  pointer-events: none;
}
.styles_optionItem__Fx55U[data-current="true"] .styles_optionButton__jORy6 {

  --tw-text-opacity: 1;

  color: rgb(46 139 87 / var(--tw-text-opacity, 1));
}

/*!***************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[5].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[5].use[3]!./layout/header/styles.module.css ***!
  \***************************************************************************************************************************************************************************************************************************************************************************/
.styles_header__bzk6Y {

  position: fixed;

  top: 0px;

  left: 0px;

  z-index: 89;

  width: 100%;

  --tw-bg-opacity: 1;

  background-color: rgb(255 233 245 / var(--tw-bg-opacity, 1));
}

@media not all and (min-width: 1280px) {

  .styles_header__bzk6Y {

    height: 52px;
  }
}

@media (min-width: 1280px) {

  .styles_header__bzk6Y {

    height: 72px;
  }
}

.styles_headerContainerOuter__WHA7b {

  margin-left: auto;

  margin-right: auto;

  height: 100%;

  width: 100%;

  max-width: 1440px;
}

.styles_headerContainerInner___85Mp {

  display: flex;

  height: 100%;

  width: 100%;

  align-items: center;

  justify-content: center;

  gap: 12px;

  padding-top: 10px;

  padding-bottom: 10px;

  padding-left: 20px;

  padding-right: 20px;
}

@media (min-width: 1230px) {

  .styles_headerContainerInner___85Mp {

    padding-left: 125px;

    padding-right: 125px;
  }
}

.styles_desktopMenu__m3jVO {

  display: none;
}

@media (min-width: 1230px) {

  .styles_desktopMenu__m3jVO {

    display: flex;
  }
}

.styles_burgerMenuContainer__xv41R {

  z-index: 99;

  width: 100%;
}

@media (min-width: 1230px) {

  .styles_burgerMenuContainer__xv41R {

    display: none;
  }
}

.styles_burgerTop__Q8Vr6 {

  position: relative;

  z-index: 101;

  display: flex;

  width: 100%;

  align-items: center;

  justify-content: space-between;

  gap: 8px;
}

.styles_burgerOptionsContainer__oRS8Z {

  display: flex;

  align-items: center;
}

.styles_cartButton__tSW3N {

  position: relative;

  margin-left: 16px;

  display: flex;

  min-width: -moz-fit-content;

  min-width: fit-content;

  align-items: center;

  justify-content: center;
}

@media (min-width: 640px) {

  .styles_cartButton__tSW3N {

    margin-left: 24px;
  }
}

.styles_cartButton__tSW3N {

  transition: opacity 0.3s ease;
}

.styles_cartButton__tSW3N:hover {
  opacity: 0.6;
}

.styles_cartIcon__loVsj {

  position: relative;

  bottom: 2px;

  height: 24px;

  width: 24px;

  --tw-text-opacity: 1;

  color: rgb(231 0 128 / var(--tw-text-opacity, 1));
}

.styles_cartItemsCounter__o_s4_ {

  position: absolute;

  top: -10px;

  right: -8px;

  height: 20px;

  width: 20px;

  border-radius: 9999px;

  --tw-bg-opacity: 1;

  background-color: rgb(153 109 132 / var(--tw-bg-opacity, 1));

  --tw-text-opacity: 1;

  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

@media not all and (min-width: 1536px) {

  .styles_headerContainerOuter__WHA7b button.styles_link__VQWAT {

    padding-left: 20px;

    padding-right: 20px;
  }
}

@media not all and (min-width: 1280px) {

  .styles_headerContainerOuter__WHA7b button.styles_link__VQWAT {

    height: 48px;

    padding-left: 16px;

    padding-right: 16px;

    font-size: 1rem;

    line-height: 1.5rem;
  }
}

@media not all and (min-width: 1230px) {

  .styles_headerContainerOuter__WHA7b button.styles_link__VQWAT {

    display: none;
  }
}

@media (min-width: 1536px) {

  .styles_headerContainerOuter__WHA7b button.styles_link__VQWAT {

    min-width: 320px;
  }
}

@media not all and (min-width: 640px) {

  .styles_headerContainerOuter__WHA7b button.styles_mobLink__seRmE {

    height: 38px;

    padding-left: 15px;

    padding-right: 15px;

    font-size: 0.875rem;

    line-height: 1.25rem;
  }
}

@media (min-width: 640px) {

  @media not all and (min-width: 1230px) {

    .styles_headerContainerOuter__WHA7b button.styles_mobLink__seRmE {

      height: 40px;

      padding-left: 20px;

      padding-right: 20px;

      font-size: 1rem;

      line-height: 1.5rem;
    }
  }
}

/*!**********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[7].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[7].use[3]!./node_modules/next/dist/build/webpack/loaders/resolve-url-loader/index.js??ruleSet[1].rules[13].oneOf[7].use[4]!./node_modules/next/dist/compiled/sass-loader/cjs.js??ruleSet[1].rules[13].oneOf[7].use[5]!./UIKit/section-title/styles.module.scss ***!
  \**********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.styles_title__PI62q {
  text-align: center;
  font-weight: 600;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(231 0 128 / var(--tw-text-opacity, 1));
}
@media not all and (min-width: 640px) {
  .styles_title__PI62q {
    font-size: 14px;
  }
}
@media (min-width: 640px) {
  .styles_title__PI62q {
    font-size: clamp(16px, 4vw, 24px);
    line-height: clamp(22px, 6vw, 32px);
  }
}
@media not all and (min-width: 640px) {
  .styles_title__PI62q:not(:last-child) {
    margin-bottom: 10px;
  }
}
@media (min-width: 640px) {
  @media not all and (min-width: 1230px) {
    .styles_title__PI62q:not(:last-child) {
      margin-bottom: 14px;
    }
  }
}
@media (min-width: 1230px) {
  .styles_title__PI62q:not(:last-child) {
    margin-bottom: 30px;
  }
}
.styles_title__PI62q strong {
  --tw-text-opacity: 1;
  color: rgb(5 150 105 / var(--tw-text-opacity, 1));
}
.styles_title__PI62q b {
  font-weight: 700;
}
