/*!************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** 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]!./modules/home/cart/ui/components/discountsInfoWindow/styles.module.scss ***!
  \******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.styles_container__i0uRy {
  position: absolute;
  bottom: calc(100% + 10px);
  right: 0px;
  z-index: 93;
  border-radius: 12px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding: 16px;
}@media not all and (min-width: 640px) {.styles_container__i0uRy {
    width: 100%;
  }
}@media (min-width: 640px) {.styles_container__i0uRy {
    width: 415px;
  }
}.styles_container__i0uRy {
  --tw-shadow: 0px 1px 4px rgba(12,12,13,0.1), 0px 1px 4px rgba(12,12,13,0.05);
  --tw-shadow-colored: 0px 1px 4px var(--tw-shadow-color), 0px 1px 4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.styles_container__i0uRy.styles_windowEnter__4tGyu {
  clip-path: inset(100% 0 0 0);
}
.styles_container__i0uRy.styles_windowEnterActive__sBY_D {
  clip-path: inset(-20px);
  transition: clip-path 0.3s ease;
}
.styles_container__i0uRy.styles_windowExit__LvLXT {
  clip-path: inset(-20px);
}
.styles_container__i0uRy.styles_windowExitActive__E9SXW {
  clip-path: inset(100% 0 0 0);
  transition: clip-path 0.3s ease;
}

.styles_title__OaFw3 {
  text-align: center;
  font-size: clamp(16px, 4vw, 20px);
  line-height: clamp(18px, 6vw, 24px);
  font-weight: 600;
}
.styles_title__OaFw3:not(:last-child) {
  margin-bottom: 12px;
}

.styles_description___KYX4 {
  font-size: clamp(12px, 4vw, 16px);
  line-height: clamp(18px, 6vw, 24px);
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(74 74 73 / var(--tw-text-opacity, 1));
}
.styles_description___KYX4:not(:last-child) {
  margin-bottom: 6px;
}

.styles_row__pYoWV {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  font-size: clamp(12px, 4vw, 16px);
  line-height: clamp(18px, 6vw, 24px);
  font-weight: 500;
}
.styles_row__pYoWV:not(:last-child) {
  margin-bottom: 6px;
}

.styles_count__iGAI2 {
  --tw-text-opacity: 1;
  color: rgb(74 74 73 / var(--tw-text-opacity, 1));
}

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

.styles_list__sofOI:not(:last-child) {
  margin-bottom: 12px;
}

.styles_info__oNjQK {
  font-size: clamp(12px, 4vw, 16px);
  line-height: clamp(18px, 6vw, 24px);
  font-weight: 500;
}
/*!**************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** 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/button/styles.module.css ***!
  \**************************************************************************************************************************************************************************************************************************************************************************/
.styles_button__IQFN4 {

  display: inline-flex;

  cursor: pointer;

  align-items: center;

  justify-content: center;

  overflow: hidden;

  white-space: nowrap;

  text-align: center;

  font-family: var(--font-josefin-sans), sans-serif;
}

.styles_button__IQFN4.styles_primary__LJq3d {

  border-width: 1px;

  --tw-border-opacity: 1;

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

  --tw-bg-opacity: 1;

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

  font-weight: 600;

  --tw-text-opacity: 1;

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

.styles_button__IQFN4.styles_primary__LJq3d:hover {

  --tw-bg-opacity: 1;

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

  --tw-text-opacity: 1;

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

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

.styles_button__IQFN4.styles_secondary__5hjVy {

  border-width: 1px;

  --tw-border-opacity: 1;

  border-color: rgb(209 250 229 / var(--tw-border-opacity, 1));

  --tw-bg-opacity: 1;

  background-color: rgb(209 250 229 / var(--tw-bg-opacity, 1));

  font-weight: 600;

  --tw-text-opacity: 1;

  color: rgb(5 150 105 / var(--tw-text-opacity, 1));
}

.styles_button__IQFN4.styles_secondary__5hjVy:hover {

  --tw-border-opacity: 1;

  border-color: rgb(5 150 105 / var(--tw-border-opacity, 1));

  --tw-bg-opacity: 1;

  background-color: rgb(5 150 105 / var(--tw-bg-opacity, 1));

  --tw-text-opacity: 1;

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

.styles_button__IQFN4.styles_secondary__5hjVy {

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

.styles_button__IQFN4.styles_teritary__jbDKG {

  border-width: 1px;

  --tw-border-opacity: 1;

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

  background-color: transparent;

  font-weight: 600;

  --tw-text-opacity: 1;

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

.styles_button__IQFN4.styles_teritary__jbDKG:hover {

  --tw-bg-opacity: 1;

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

  --tw-text-opacity: 1;

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

.styles_button__IQFN4.styles_teritary__jbDKG {

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

.styles_button__IQFN4.styles_text__neJms {

  background-color: transparent;

  font-weight: 600;

  --tw-text-opacity: 1;

  color: rgb(5 150 105 / var(--tw-text-opacity, 1));
}

.styles_button__IQFN4.styles_text__neJms:hover {

  --tw-bg-opacity: 1;

  background-color: rgb(5 150 105 / var(--tw-bg-opacity, 1));

  --tw-text-opacity: 1;

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

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

.styles_button__IQFN4.styles_xs__zfdoc {

  border-radius: 50px;

  font-size: clamp(12px, 4vw, 16px);

  line-height: clamp(18px, 6vw, 24px);
}

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

  .styles_button__IQFN4.styles_xs__zfdoc {

    height: 38px;
  }
}

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

  .styles_button__IQFN4.styles_xs__zfdoc {

    padding-left: 20px;

    padding-right: 20px;
  }
}

@media (min-width: 400px) {

  .styles_button__IQFN4.styles_xs__zfdoc {

    padding-left: 50px;

    padding-right: 50px;
  }
}

@media (min-width: 1230px) {

  .styles_button__IQFN4.styles_xs__zfdoc {

    height: 40px;
  }
}

.styles_button__IQFN4.styles_sm__ayIDX {

  border-radius: 50px;

  font-size: clamp(16px, 4vw, 20px);

  line-height: clamp(16px, 4vw, 20px);
}

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

  .styles_button__IQFN4.styles_sm__ayIDX {

    height: 40px;

    padding-left: 40px;

    padding-right: 40px;
  }
}

@media (min-width: 1230px) {

  .styles_button__IQFN4.styles_sm__ayIDX {

    height: 56px;

    padding-left: 60px;

    padding-right: 60px;
  }
}

.styles_button__IQFN4.styles_base__x8cT8 {

  border-radius: 50px;

  padding-left: 40px;

  padding-right: 40px;

  font-size: clamp(16px, 4vw, 20px);

  line-height: clamp(16px, 4vw, 20px);
}

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

  .styles_button__IQFN4.styles_base__x8cT8 {

    height: 48px;
  }
}

@media (min-width: 1230px) {

  .styles_button__IQFN4.styles_base__x8cT8 {

    height: 60px;
  }
}

.styles_button__IQFN4.styles_lg__mQ9Yd {

  border-radius: 50px;

  font-size: clamp(16px, 4vw, 20px);

  line-height: clamp(16px, 4vw, 20px);
}

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

  .styles_button__IQFN4.styles_lg__mQ9Yd {

    height: 60px;

    gap: 6px;

    padding-left: 30px;

    padding-right: 30px;
  }
}

@media (min-width: 1230px) {

  .styles_button__IQFN4.styles_lg__mQ9Yd {

    height: 72px;

    gap: 10px;

    padding-left: 50px;

    padding-right: 50px;
  }
}

.styles_button__IQFN4.styles_long__j6Err {

  border-radius: 50px;

  padding-left: 53px;

  padding-right: 53px;

  font-size: clamp(14px, 4vw, 18px);

  line-height: clamp(14px, 4vw, 18px);
}

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

  .styles_button__IQFN4.styles_long__j6Err {

    height: 48px;
  }
}

@media (min-width: 1230px) {

  .styles_button__IQFN4.styles_long__j6Err {

    height: 56px;
  }
}

/*!*********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** 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]!./modules/home/cart/ui/components/cartFooter/styles.module.scss ***!
  \*********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
@charset "UTF-8";
.styles_container__KJNJu{
  flex-shrink: 0;
  padding-top: 16px;
  padding-bottom: 16px;
}
@media not all and (min-width: 1230px){
  .styles_container__KJNJu{
    padding-left: 14px;
    padding-right: 14px;
  }
}
@media (min-width: 1230px){
  .styles_container__KJNJu{
    padding-left: 24px;
    padding-right: 24px;
  }
}

.styles_header__pZxVP{
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.styles_header__pZxVP:not(:last-child){
  margin-bottom: 4px;
}

.styles_title__HNuEK{
  font-size: clamp(12px, 4vw, 16px);
  line-height: clamp(18px, 6vw, 24px);
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(74 74 73 / var(--tw-text-opacity, 1));
}

.styles_infoButton__UyqSw{
  position: relative;
  z-index: 92;
  height: 50px;
  width: 100px;
  --tw-text-opacity: 1;
  color: rgb(74 74 73 / var(--tw-text-opacity, 1));
}

.styles_infoButton__UyqSw:hover{
  cursor: pointer;
  opacity: 0.5;
}

.styles_infoButton__UyqSw {
  top: 15px;
  transition: opacity 0.3s ease;
}

.styles_progressBar__wDuTZ{
  height: 14px;
  width: 100%;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(233 227 220 / var(--tw-bg-opacity, 1));
}
.styles_progressBar__wDuTZ:not(:last-child){
  margin-bottom: 4px;
}

.styles_progressLine__vCqYG{
  height: 100%;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(5 150 105 / var(--tw-bg-opacity, 1));
}

.styles_info__M3MEY{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.styles_info__M3MEY:not(:last-child){
  margin-bottom: 16px;
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(233 227 220 / var(--tw-border-opacity, 1));
  padding-bottom: 16px;
}

.styles_checkout__H6yoB:not(:last-child){
  margin-bottom: 16px;
}

.styles_strongText__4Ml8S{
  font-weight: 600 !important;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

.styles_strikeTroughText__pEJ9c{
  --tw-text-opacity: 1;
  color: rgb(74 74 73 / var(--tw-text-opacity, 1));
  text-decoration-line: line-through;
}

.styles_discountPrice__VNEDO{
  display: flex;
  align-items: center;
  gap: 12px;
}

.styles_row__cc3As{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.styles_row__cc3As p{
  font-size: clamp(12px, 4vw, 16px);
  line-height: clamp(18px, 6vw, 24px);
  font-weight: 500;
}

.styles_payButton__QA7zM{
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
.styles_payButton__QA7zM:not(:last-child){
  margin-bottom: 10px;
}

.styles_splitPoint__rYG4G{
  height: 8px;
  width: 8px;
  flex-shrink: 0;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(5 150 105 / var(--tw-bg-opacity, 1));
  transition: background-color 0.3s ease;
}
:hover > .styles_splitPoint__rYG4G{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}

/* Стили для иконки */
.styles_iconWrapper__IoRdM{
  margin-left: 0.5rem;
  display: flex;
  height: 2.5rem;
  width: 2.5rem;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}

.styles_buttonIcon__kAnlh{
  height: 1.75rem;
  width: 1.75rem;
  margin-left: -2px;
}

.styles_checkOtherProgramsButton__ROhT_{
  width: 100%;
}

.styles_backdrop__sdj4z{
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 90;
  height: 100%;
  width: 100%;
  background-color: rgb(0 0 0 / 0.1);
}
.styles_backdrop__sdj4z.styles_backdropEnter__U_5SR{
  opacity: 0;
}
.styles_backdrop__sdj4z.styles_backdropEnterActive__GgadF{
  opacity: 1;
  transition: opacity 0.3s ease;
}
.styles_backdrop__sdj4z.styles_backdropExit__W3wuH{
  opacity: 1;
}
.styles_backdrop__sdj4z.styles_backdropExitActive__A0f4i{
  opacity: 0;
  transition: opacity 0.3s ease;
}

/* Адаптация для планшетов */
@media (max-width: 1024px) {
  .styles_iconWrapper__IoRdM{
    height: 2.25rem;
    width: 2.25rem;
  }
  .styles_buttonIcon__kAnlh{
    height: 1.5rem;
    width: 1.5rem;
  }
}
/* Адаптация для мобильных */
@media (max-width: 768px) {
  .styles_iconWrapper__IoRdM{
    height: 2rem;
    width: 2rem;
  }
  .styles_buttonIcon__kAnlh{
    height: 1.25rem;
    width: 1.25rem;
  }
}
/* Адаптация для маленьких мобильных */
@media (max-width: 480px) {
  .styles_iconWrapper__IoRdM{
    height: 1.75rem;
    width: 1.75rem;
  }
  .styles_buttonIcon__kAnlh{
    height: 1rem;
    width: 1rem;
  }
  .styles_payButton__QA7zM {
    gap: 6px;
  }
}
/*!************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** 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/cartProductInfo/styles.module.scss ***!
  \************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.styles_cardInfo__WUeYU {
    display: flex;
    align-items: center
}
@media not all and (min-width: 640px) {
    .styles_cardInfo__WUeYU.styles_primary__0P_MU {
        gap: 0.375rem
    }
}
@media (min-width: 640px) {
    .styles_cardInfo__WUeYU.styles_primary__0P_MU {
        gap: 0.75rem
    }
}
@media not all and (min-width: 640px) {
    .styles_cardInfo__WUeYU.styles_primary__0P_MU:not(:last-child) {
        margin-bottom: 5px
    }
}
@media (min-width: 640px) {
    .styles_cardInfo__WUeYU.styles_primary__0P_MU:not(:last-child) {
        margin-bottom: 8px
    }
}
.styles_cardInfo__WUeYU.styles_secondary__PRwBE {
    display: flex;
    gap: 0.5rem
}
.styles_cardInfo__WUeYU.styles_secondary__PRwBE:not(:last-child) {
    margin-bottom: 0.25rem
}

.styles_icon__jAskj {
    position: relative;
    display: block;
    flex-shrink: 0
}
@media not all and (min-width: 640px) {
    .styles_primary__0P_MU .styles_icon__jAskj {
        height: 1rem;
        width: 1rem
    }
}
@media (min-width: 640px) {
    .styles_primary__0P_MU .styles_icon__jAskj {
        height: 1.5rem;
        width: 1.5rem
    }
}
.styles_secondary__PRwBE .styles_icon__jAskj {
    aspect-ratio: 1 / 1;
    width: 18px
}

.styles_cardInfoText__2igrQ {
    font-weight: 500
}
@media not all and (min-width: 640px) {
    .styles_primary__0P_MU .styles_cardInfoText__2igrQ {
        font-size: 12px;
        line-height: 1.18
    }
}
@media (min-width: 640px) {
    .styles_primary__0P_MU .styles_cardInfoText__2igrQ {
        font-size: clamp(12px, 4vw, 16px);
        line-height: clamp(18px, 6vw, 24px)
    }
}
.styles_secondary__PRwBE .styles_cardInfoText__2igrQ {
    font-size: clamp(10px, 4vw, 12px);
    line-height: clamp(10px, 4vw, 12px)
}

.styles_cardInfoText__2igrQ span {
    font-weight: 600
}
/*!*********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** 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]!./modules/home/cart/ui/components/recommendedCartProduct/styles.module.scss ***!
  \*********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.styles_container__VmJVz {
  position: relative;
  height: 100%;
  width: 180px;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  border-radius: 16px;
  padding: 10px;
  --tw-shadow: 0px 1px 4px rgba(12,12,13,0.1), 0px 1px 4px rgba(12,12,13,0.05);
  --tw-shadow-colored: 0px 1px 4px var(--tw-shadow-color), 0px 1px 4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.styles_image__ufEpo {
  position: relative;
  width: 100%;
  flex-shrink: 0;
  overflow: hidden;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  border-bottom-right-radius: 6px;
  border-bottom-left-radius: 6px;
}

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

  .styles_image__ufEpo {
    aspect-ratio: 1 / 1;
  }
}

@media (min-width: 1230px) {

  .styles_image__ufEpo {
    height: 130px;
  }
}

.styles_image__ufEpo {
  transition: filter 0.3s ease;
}
.styles_image__ufEpo:hover {
  --tw-brightness: brightness(.9);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.styles_image__ufEpo:not(:last-child) {
  margin-bottom: 12px;
}
.styles_image__ufEpo img {
  -o-object-fit: cover;
     object-fit: cover;
}

.styles_addToCartBtn__Qp2d8 {
  position: absolute;
  top: 14px;
  right: 14px;
  height: 36px;
  width: 36px;
  border-radius: 9999px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(255 181 220 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 181 220 / var(--tw-bg-opacity, 1));
  padding: 10px;
  --tw-text-opacity: 1;
  color: rgb(231 0 128 / var(--tw-text-opacity, 1));
  transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease;
}
.styles_addToCartBtn__Qp2d8:hover {
  --tw-border-opacity: 1;
  border-color: rgb(231 0 128 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(231 0 128 / var(--tw-text-opacity, 1));
}
.styles_addToCartBtn__Qp2d8 svg {
  --tw-text-opacity: 1;
  color: rgb(231 0 128 / var(--tw-text-opacity, 1));
}
.styles_addToCartBtn__Qp2d8.styles_active__9bUGX {
  --tw-border-opacity: 1;
  border-color: rgb(209 250 229 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(209 250 229 / var(--tw-bg-opacity, 1));
}
.styles_addToCartBtn__Qp2d8.styles_active__9bUGX svg {
  --tw-text-opacity: 1;
  color: rgb(5 150 105 / var(--tw-text-opacity, 1));
}

.styles_cardTitle__7yhHV {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  width: 100%;
  overflow: hidden;
  overflow-wrap: break-word;
  font-size: clamp(12px, 4vw, 16px);
  line-height: clamp(18px, 6vw, 24px);
  font-weight: 700;
  transition: color 0.3s ease;
}
.styles_cardTitle__7yhHV:hover {
  --tw-text-opacity: 1;
  color: rgb(231 0 128 / var(--tw-text-opacity, 1));
}
.styles_cardTitle__7yhHV:not(:last-child) {
  margin-bottom: 12px;
}
.styles_cardTitle__7yhHV strong {
  --tw-text-opacity: 1;
  color: rgb(231 0 128 / var(--tw-text-opacity, 1));
}
.styles_cardTitle__7yhHV b {
  font-weight: 700;
}
/*!*******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** 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/sliderArrow/style.module.scss ***!
  \*******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.style_button__LwNm5 {
  position: relative;
  display: block;
  width: 48px;
  flex-shrink: 0;
  aspect-ratio: 1;
  border-radius: 50%;
  transition: opacity 0.3s ease, color 0.3s ease, background 0.3s ease;
  display: flex;
  cursor: pointer;
  align-items: center;
  justify-content: center;
}
.style_button__LwNm5.style_prev__aXD7n {
  transform: rotate(-180deg);
}
.style_button__LwNm5.style_primary__DKfen {
  border-style: none;
  background-color: transparent;
  --tw-text-opacity: 1;
  color: rgb(231 0 128 / var(--tw-text-opacity, 1));
}
.style_button__LwNm5.style_primary__DKfen:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(231 0 128 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.style_button__LwNm5.style_primary__DKfen.style_disabled__QI_TG {
  pointer-events: none;
  --tw-text-opacity: 1;
  color: rgb(255 181 220 / var(--tw-text-opacity, 1));
}
.style_button__LwNm5.style_secondary__kbr_j {
  border-style: none;
  --tw-bg-opacity: 1;
  background-color: rgb(255 181 220 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.style_button__LwNm5.style_secondary__kbr_j:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(231 0 128 / var(--tw-bg-opacity, 1));
}
.style_button__LwNm5.style_secondary__kbr_j.style_disabled__QI_TG {
  opacity: 0;
}
/*!****************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[10].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[10].use[3]!./node_modules/swiper/swiper.css ***!
  \****************************************************************************************************************************************************************************************************************************************************************************/
/**
 * Swiper 11.1.15
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2024 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: November 18, 2024
 */

/* 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);
  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 */

/*!*******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** 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]!./modules/home/cart/ui/components/cartItem/styles.module.scss ***!
  \*******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.styles_container__MpqV6 {
  position: relative;
  width: 100%;
  border-radius: 16px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  --tw-shadow: 0px 1px 4px rgba(12,12,13,0.1), 0px 1px 4px rgba(12,12,13,0.05);
  --tw-shadow-colored: 0px 1px 4px var(--tw-shadow-color), 0px 1px 4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.styles_deleteButtonDesktop__qppVy {
  position: absolute;
  top: 16px;
  right: 16px;
  display: none;
  height: 24px;
  width: 24px;
}

.styles_deleteButtonDesktop__qppVy:hover {
  opacity: 0.5;
}

@media (min-width: 768px) {

  .styles_deleteButtonDesktop__qppVy {
    display: block;
  }
}

.styles_deleteButtonDesktop__qppVy {
  transition: opacity 0.3s ease;
}

.styles_content__1KECh {
  display: flex;
  flex-direction: row;
  gap: 1rem;
}

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

  .styles_content__1KECh {
    padding: 12px;
  }
}

@media (min-width: 1230px) {

  .styles_content__1KECh {
    padding: 16px;
  }
}

.styles_image___f3IG {
  position: relative;
  flex-shrink: 0;
  overflow: hidden;
  border-radius: 12px;
}

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

  .styles_image___f3IG {
    height: 100px;
    width: 100px;
  }
}

@media (min-width: 640px) {

  .styles_image___f3IG {
    height: 120px;
    width: 120px;
  }
}

.styles_image___f3IG {
  transition: filter 0.3s ease;
}
.styles_image___f3IG:hover {
  --tw-brightness: brightness(.9);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.styles_image___f3IG img {
  -o-object-fit: cover;
     object-fit: cover;
}

.styles_descriptionContainer__iihm_ {
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}

.styles_header___qD8B {
  display: flex;
  width: 100%;
  align-items: flex-start;
  justify-content: space-between;
}
.styles_header___qD8B:not(:last-child) {
  margin-bottom: 12px;
}

.styles_cardTitle__kzz4L {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  width: 100%;
  font-weight: 700;
}

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

  .styles_cardTitle__kzz4L {
    padding-right: 4px;
  }
}

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

  .styles_cardTitle__kzz4L {
    font-size: 13px;
    line-height: 1.25;
  }
}

@media (min-width: 640px) {

  .styles_cardTitle__kzz4L {
    font-size: clamp(14px, 4vw, 18px);
    line-height: clamp(20px, 4vw, 24px);
  }
}

@media (min-width: 768px) {

  .styles_cardTitle__kzz4L {
    padding-right: 38px;
  }
}

.styles_cardTitle__kzz4L {
  word-break: break-all;
  transition: color 0.3s ease;
}
.styles_cardTitle__kzz4L:hover {
  --tw-text-opacity: 1;
  color: rgb(231 0 128 / var(--tw-text-opacity, 1));
}
.styles_cardTitle__kzz4L strong {
  --tw-text-opacity: 1;
  color: rgb(231 0 128 / var(--tw-text-opacity, 1));
}
.styles_cardTitle__kzz4L b {
  font-weight: 700;
}

.styles_deleteButtonMobile__5nJS4 {
  position: relative;
  display: block;
  aspect-ratio: 1 / 1;
  width: 30px;
}

@media (min-width: 768px) {

  .styles_deleteButtonMobile__5nJS4 {
    display: none;
  }
}

.styles_splitLine__VJtUI {
  height: 1px;
  --tw-bg-opacity: 1;
  background-color: rgb(233 227 220 / var(--tw-bg-opacity, 1));
}

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

  .styles_splitLine__VJtUI {
    margin-left: 12px;
    margin-right: 12px;
    margin-bottom: 12px;
  }
}

@media (min-width: 1230px) {

  .styles_splitLine__VJtUI {
    margin-left: 16px;
    margin-right: 16px;
    margin-bottom: 16px;
  }
}

.styles_programsHeader__8RqEj {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
}

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

  .styles_programsHeader__8RqEj {
    padding-left: 12px;
    padding-right: 12px;
    padding-bottom: 12px;
  }
}

@media (min-width: 1230px) {

  .styles_programsHeader__8RqEj {
    padding-left: 16px;
    padding-right: 16px;
    padding-bottom: 16px;
  }
}

.styles_programsTitle__6FuhW {
  text-align: left;
  font-size: clamp(16px, 4vw, 20px);
  line-height: clamp(18px, 6vw, 24px);
  font-weight: 600;
}

.styles_programsChevron__5noJm {
  aspect-ratio: 1 / 1;
  --tw-rotate: 180deg;
  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));
}

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

  .styles_programsChevron__5noJm {
    width: 24px;
  }
}

@media (min-width: 768px) {

  .styles_programsChevron__5noJm {
    width: 32px;
  }
}

.styles_programsChevron__5noJm {
  transition: transform 0.3s ease;
}
.styles_programsChevron__5noJm.styles_open___ef4L {
  --tw-rotate: 0deg;
  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));
}

.styles_programsContent__kDOfB {
  pointer-events: none;
  max-height: 0px;
  overflow: hidden;
  will-change: max-height;
  transition: max-height 0.3s ease;
}
.styles_programsContent__kDOfB.styles_open___ef4L {
  pointer-events: initial;
}

.styles_slider__oROsb {
  width: 100%;
  padding-top: 1px !important;
}

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

  .styles_slider__oROsb {
    padding-left: 12px !important;
    padding-right: 12px !important;
    padding-bottom: 12px !important;
  }
}

@media (min-width: 1230px) {

  .styles_slider__oROsb {
    padding-left: 16px !important;
    padding-right: 16px !important;
    padding-bottom: 16px !important;
  }
}
.styles_slider__oROsb .swiper-wrapper {
  align-items: stretch;
}

.styles_swiperSlide__l_eyu {
  height: auto !important;
  width: -moz-fit-content !important;
  width: fit-content !important;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
/*!************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** 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]!./modules/home/cart/ui/components/cartItemsList/styles.module.scss ***!
  \************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.styles_list__1RP6u {

    flex-grow: 1;

    overflow-y: scroll;

    padding-top: 16px;

    padding-bottom: 16px
}

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

    .styles_list__1RP6u {

        padding-left: 14px;

        padding-right: 14px
    }
}

@media (min-width: 1230px) {

    .styles_list__1RP6u {

        padding-left: 24px;

        padding-right: 24px
    }
}

.styles_cartItem__eVImX:not(:last-child) {

    margin-bottom: 12px
}
/*!*********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** 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]!./modules/home/cart/ui/components/emptyState/styles.module.scss ***!
  \*********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.styles_emptyState__jpfJE {

    display: flex;

    min-height: 100%;

    flex-direction: column;

    align-items: center;

    justify-content: center
}

.styles_emptyStateTitle__0ZTEL {

    font-size: clamp(16px, 4vw, 24px);

    line-height: clamp(22px, 6vw, 32px);

    font-weight: 600
}
.styles_emptyStateTitle__0ZTEL:not(:last-child) {

    margin-bottom: 24px
}

.styles_emptyStateImage__cycr2 {

    position: relative;

    aspect-ratio: 1 / 1;

    width: 100%;

    max-width: 327px
}
.styles_emptyStateImage__cycr2:not(:last-child) {

    margin-bottom: 24px
}
/*!*********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** 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]!./modules/home/cart/ui/components/cartWindow/styles.module.scss ***!
  \*********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.styles_container__GVBTL {
  display: flex;
  height: 100%;
  width: 100%;
  flex-direction: column;
  align-items: center;
  --tw-bg-opacity: 1;
  background-color: rgb(252 248 247 / var(--tw-bg-opacity, 1));
}

.styles_header__vqzOn {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  --tw-bg-opacity: 1;
  background-color: rgb(252 248 247 / var(--tw-bg-opacity, 1));
}

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

  .styles_header__vqzOn {
    padding-left: 14px;
    padding-right: 14px;
    padding-top: 12px;
    padding-bottom: 8px;
  }
}

@media (min-width: 1230px) {

  .styles_header__vqzOn {
    padding-left: 24px;
    padding-right: 24px;
    padding-top: 24px;
    padding-bottom: 16px;
  }
}
.styles_header__vqzOn:not(:last-child) {
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-bottom-color: rgb(233 227 220 / var(--tw-border-opacity, 1));
}

.styles_title__UFil4 {
  font-size: clamp(16px, 4vw, 24px);
  line-height: clamp(22px, 6vw, 32px);
  font-weight: 500;
}

.styles_closeButton__6Gqua {
  position: relative;
  height: 32px;
  width: 32px;
}

.styles_closeButton__6Gqua:hover {
  opacity: 0.5;
}

.styles_closeButton__6Gqua {
  transition: opacity 0.3s ease;
}

.styles_content__PYBmz {
  display: flex;
  width: 100%;
  flex-grow: 1;
  flex-direction: column;
}

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

  .styles_content__PYBmz {
    max-height: calc(100% - 53px);
  }
}

@media (min-width: 1230px) {

  .styles_content__PYBmz {
    max-height: calc(100% - 73px);
  }
}
/*!******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** 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]!./modules/home/cart/ui/CartWindowProvider/styles.module.scss ***!
  \******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.styles_noScroll__YeiFa {
  overflow: hidden;
}

.styles_container__zPdpQ {
  position: fixed;
  bottom: 0px;
  right: 0px;
  z-index: 100;
  height: 100%;
}

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

  .styles_container__zPdpQ {
    width: 100%;
  }
}

@media (min-width: 1230px) {

  .styles_container__zPdpQ {
    width: 600px;
  }
}

.styles_container__zPdpQ {
  display: flex;
  flex-direction: column;
  align-items: center;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
.styles_container__zPdpQ.styles_cartWindowEnter__xFKrb {
  opacity: 0;
}
@media not all and (min-width: 1230px) {

  .styles_container__zPdpQ.styles_cartWindowEnter__xFKrb {
    --tw-translate-y: 110%;
    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));
  }
}
@media (min-width: 1230px) {

  .styles_container__zPdpQ.styles_cartWindowEnter__xFKrb {
    --tw-translate-x: 110%;
    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));
  }
}
.styles_container__zPdpQ.styles_cartWindowEnterActive__JeZXx {
  opacity: 1;
}
@media not all and (min-width: 1230px) {

  .styles_container__zPdpQ.styles_cartWindowEnterActive__JeZXx {
    --tw-translate-y: 0px;
    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));
  }
}
@media (min-width: 1230px) {

  .styles_container__zPdpQ.styles_cartWindowEnterActive__JeZXx {
    --tw-translate-x: 0px;
    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));
  }
}
.styles_container__zPdpQ.styles_cartWindowEnterActive__JeZXx {
  transition: transform 0.3s ease, opacity 0.3s ease;
}
.styles_container__zPdpQ.styles_cartWindowExit__4a1yg {
  opacity: 1;
}
@media not all and (min-width: 1230px) {

  .styles_container__zPdpQ.styles_cartWindowExit__4a1yg {
    --tw-translate-y: 0px;
    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));
  }
}
@media (min-width: 1230px) {

  .styles_container__zPdpQ.styles_cartWindowExit__4a1yg {
    --tw-translate-x: 0px;
    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));
  }
}
.styles_container__zPdpQ.styles_cartWindowExitActive__F3K8p {
  opacity: 0;
}
@media not all and (min-width: 1230px) {

  .styles_container__zPdpQ.styles_cartWindowExitActive__F3K8p {
    --tw-translate-y: 110%;
    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));
  }
}
@media (min-width: 1230px) {

  .styles_container__zPdpQ.styles_cartWindowExitActive__F3K8p {
    --tw-translate-x: 110%;
    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));
  }
}
.styles_container__zPdpQ.styles_cartWindowExitActive__F3K8p {
  transition: transform 0.3s ease, opacity 0.3s ease;
}

.styles_backdrop__tjUyn {
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 90;
  height: 100%;
  width: 100%;
  background-color: rgb(0 0 0 / 0.3);
}
.styles_backdrop__tjUyn.styles_backdropEnter__jymp5 {
  opacity: 0;
}
.styles_backdrop__tjUyn.styles_backdropEnterActive__8AMZk {
  opacity: 1;
  transition: opacity 0.3s ease;
}
.styles_backdrop__tjUyn.styles_backdropExit__3tnpA {
  opacity: 1;
}
.styles_backdrop__tjUyn.styles_backdropExitActive__uhc0n {
  opacity: 0;
  transition: opacity 0.3s ease;
}

.styles_floatingButton__dnBGY {
  position: fixed;
  bottom: 10px;
  right: 0px;
  z-index: 99;
  height: 43px;
  width: 220px;
}

@media (min-width: 1230px) {

  .styles_floatingButton__dnBGY {
    width: 410px;
  }
}

.styles_floatingButton__dnBGY {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-top-left-radius: 9999px;
  border-bottom-left-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(231 0 128 / var(--tw-bg-opacity, 1));
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  --tw-shadow: 0px 4px 12.4px rgba(0,0,0,0.2);
  --tw-shadow-colored: 0px 4px 12.4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.styles_floatingButton__dnBGY:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(231 0 128 / var(--tw-text-opacity, 1));
  --tw-shadow: 0 0 0 1px #E70080;
  --tw-shadow-colored: 0 0 0 1px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.styles_floatingButton__dnBGY {
  transition: background 0.3s ease, box-shadow 0.3s ease, color 0.3s ease, opacity 0.3s ease;
}
/*!****************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** 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]!./modules/home/leaveQuestion/styles.module.css ***!
  \****************************************************************************************************************************************************************************************************************************************************************************************/
.styles_wrapper__6_pl9 {
  --tw-bg-opacity: 1;
  background-color: rgb(32 32 32 / var(--tw-bg-opacity, 1));
}

.styles_innerContainer__EWQo8 {
  width: 100%;
}

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

  .styles_innerContainer__EWQo8 {
    padding-top: 1rem;
    padding-bottom: 3.5rem;
  }
}

@media (min-width: 1230px) {

  .styles_innerContainer__EWQo8 {
    max-width: 1180px;
    padding-bottom: 1.5rem;
  }
}

.styles_title__xrnUm {
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(231 0 128 / var(--tw-text-opacity, 1));
}

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

  .styles_title__xrnUm {
    font-size: 18px;
  }
}

@media (min-width: 640px) {

  .styles_title__xrnUm {
    font-size: clamp(22px, 4vw, 28px);
    line-height: clamp(24px, 6vw, 30px);
  }
}

@media (min-width: 1230px) {

  .styles_title__xrnUm {
    font-size: clamp(28px, 4vw, 32px);
    line-height: clamp(34px, 6vw, 40px);
  }
}

.styles_subtitle__h7Sia {
  font-size: clamp(12px, 4vw, 16px);
  line-height: clamp(18px, 6vw, 24px);
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

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

  .styles_subtitle__h7Sia {
    margin-top: 2px;
  }
}

@media (min-width: 640px) {

  .styles_subtitle__h7Sia {
    margin-top: 0.5rem;
  }
}

.styles_questionTitle__mbl6D {
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

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

  .styles_questionTitle__mbl6D {
    margin-top: 20px;
    font-size: 18px;
  }
}

@media (min-width: 640px) {

  .styles_questionTitle__mbl6D {
    margin-top: 30px;
    font-size: clamp(28px, 4vw, 32px);
    line-height: clamp(30px, 6vw, 36px);
  }
}

.styles_description___CZ6W {
  max-width: 588px;
  font-size: clamp(16px, 4vw, 20px);
  line-height: clamp(22px, 6vw, 28px);
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

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

  .styles_description___CZ6W {
    margin-top: 6px;
  }
}

@media (min-width: 640px) {

  .styles_description___CZ6W {
    margin-top: 16px;
  }
}

.styles_content__N_w_I {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.styles_content__N_w_I:last-child {
  margin-bottom: 0px;
}

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

  .styles_content__N_w_I {
    margin-top: 20px;
    flex-direction: column-reverse;
    gap: 1.5rem;
  }
}

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

  .styles_content__N_w_I {
    margin-bottom: 12px;
  }
}

@media (min-width: 640px) {

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

    .styles_content__N_w_I {
      margin-bottom: 1.5rem;
    }
  }
}

@media (min-width: 1230px) {

  .styles_content__N_w_I {
    margin-top: 40px;
    margin-bottom: 40px;
    flex-direction: row;
    gap: 2.5rem;
  }
}

.styles_iconContainer__R33QK {
  display: flex;
  flex-wrap: wrap;
}

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

  .styles_iconContainer__R33QK {
    gap: 10px;
  }
}

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

  .styles_iconContainer__R33QK {
    justify-content: space-between;
  }
}

@media (min-width: 1230px) {

  .styles_iconContainer__R33QK {
    gap: 30px;
  }
}

.styles_link__9wEC5 {
  position: relative;
  display: flex;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}

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

@media (max-width: 420px) {

  .styles_link__9wEC5 {
    height: 42px;
    width: 42px;
    border-radius: 10px;
  }
}

@media (min-width: 420px) {

  .styles_link__9wEC5 {
    height: 57px;
    width: 57px;
    border-radius: 16px;
  }
}

.styles_link__9wEC5 {
  transition: background 0.3s ease;
}

.styles_link__9wEC5:hover .styles_img___RPzA {
  filter: brightness(0) invert(1);
}

@media (max-width: 420px) {

  .styles_img___RPzA {
    height: 20px;
    width: 20px;
  }
}

@media (min-width: 420px) {

  .styles_img___RPzA {
    max-height: 44px;
    max-width: 44px;
  }
}

.styles_img___RPzA {

  display: block;
  max-width: 40px;
  max-height: 40px;
  -o-object-fit: contain;
     object-fit: contain;

  transition: filter 0.3s ease;
}

.styles_btnWrap__CLX53 {
  display: flex;
}

.styles_btnWrap__CLX53:last-child {
  margin-bottom: 0px;
}

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

  .styles_btnWrap__CLX53 {
    margin-bottom: 30px;
  }
}

@media (min-width: 1230px) {

  .styles_btnWrap__CLX53 {
    margin-bottom: 50px;
    justify-content: flex-end;
  }
}

.styles_menuList__Uhnw3 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

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

  .styles_menuList__Uhnw3 {
    flex-direction: column;
  }
}

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

  .styles_menuList__Uhnw3 {
    gap: 14px;
  }
}

@media (min-width: 640px) {

  .styles_menuList__Uhnw3 {
    gap: 20px;
  }
}

@media (min-width: 768px) {

  .styles_menuList__Uhnw3 {
    align-items: center;
  }
}

.styles_navLink__OzyaF {
  font-size: 16px;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

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

.styles_navLink__OzyaF {
  transition: color 0.3s ease;
}

/*!*********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** 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/errorSection/styles.module.scss ***!
  \*********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.styles_container__BwBAU {margin-left: auto;margin-right: auto;width: 100%;max-width: 1440px;padding-left: 20px;padding-right: 20px;padding-top: 30px;padding-bottom: 30px
}@media (min-width: 1230px) {.styles_container__BwBAU {padding-left: 125px;padding-right: 125px;padding-top: 100px;padding-bottom: 100px
    }
}.styles_container__BwBAU {display: flex;align-items: center;justify-content: space-between
}@media not all and (min-width: 1230px) {.styles_container__BwBAU {flex-direction: column-reverse
    }
}@media (min-width: 1230px) {.styles_container__BwBAU {flex-direction: row
    }
}

.styles_textSide__HeVbZ {display: flex;width: 100%;flex-direction: column;align-items: center
}

@media not all and (min-width: 1230px) {.styles_textSide__HeVbZ {margin-left: auto;margin-right: auto;max-width: 600px
    }
}

@media (min-width: 1230px) {.styles_textSide__HeVbZ {max-width: 574px
    }
}

.styles_title__gkBZF {text-align: center;font-weight: 700;--tw-text-opacity: 1;color: rgb(231 0 128 / var(--tw-text-opacity, 1))
}

@media not all and (min-width: 1230px) {.styles_title__gkBZF {font-size: 88px;line-height: .9
    }
}

@media (min-width: 1230px) {.styles_title__gkBZF {font-size: 128px;line-height: 132px
    }
}
.styles_title__gkBZF:not(:last-child) {margin-bottom: 16px
}

.styles_description__hR1Pf {text-align: center;font-weight: 500
}

@media not all and (min-width: 1230px) {.styles_description__hR1Pf {font-size: 28px;line-height: 1
    }
}

@media (min-width: 1230px) {.styles_description__hR1Pf {font-size: 38px;line-height: 1
    }
}
@media not all and (min-width: 1230px) {.styles_description__hR1Pf:not(:last-child) {margin-bottom: 10px
    }
}
@media (min-width: 1230px) {.styles_description__hR1Pf:not(:last-child) {margin-bottom: 36px
    }
}

.styles_buttons__mk_6Q {display: flex;width: 100%;gap: 10px
}

@media not all and (min-width: 640px) {.styles_buttons__mk_6Q {flex-direction: column
    }
}

@media (min-width: 640px) {.styles_buttons__mk_6Q {flex-direction: row
    }
}
.styles_buttons__mk_6Q button {width: 100%
}

.styles_supportText__dXVVl {text-align: center;font-size: clamp(16px, 4vw, 24px);line-height: clamp(22px, 6vw, 32px);font-weight: 500;--tw-text-opacity: 1;color: rgb(74 74 73 / var(--tw-text-opacity, 1))
}

@media not all and (min-width: 1230px) {.styles_supportText__dXVVl {margin-bottom: 36px
    }
}

@media (min-width: 1230px) {.styles_supportText__dXVVl {margin-bottom: 60px
    }
}
.styles_supportText__dXVVl a {--tw-text-opacity: 1;color: rgb(231 0 128 / var(--tw-text-opacity, 1))
}
.styles_supportText__dXVVl a:hover {text-decoration-line: underline
}

.styles_icon___RPp0 {display: block
}

@media not all and (min-width: 1230px) {.styles_icon___RPp0 {height: 26px;width: 26px
    }
}

@media (min-width: 1230px) {.styles_icon___RPp0 {height: 32px;width: 32px
    }
}

.styles_bgSide__ScuBc {position: relative;display: flex;aspect-ratio: 1 / 1;width: 100%;align-items: center;justify-content: center
}

@media not all and (min-width: 1230px) {.styles_bgSide__ScuBc {max-width: 250px
    }
}

@media (min-width: 1230px) {.styles_bgSide__ScuBc {max-width: 450px
    }
}
