/*!***************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[0].use[3]!./src/components/Header/TopHeader/TopHeader.scss ***!
  \***************************************************************************************************************************************************************************************************************/
.top-header {
  padding: 8px 0;
}
@media (max-width: 991px) {
  .top-header {
    display: none;
  }
}
.top-header--inside {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.top-header--inside__left {
  display: flex;
  align-items: center;
  gap: 20px;
}
.top-header--inside__right {
  display: flex;
  align-items: center;
}
.top-header--categories {
  display: flex;
  gap: 15px;
}
.top-header--categories a:hover {
  text-decoration: none;
}
.top-header--language-switcher ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.top-header--language-switcher ul li {
  display: none;
  text-transform: uppercase;
  position: absolute;
}
.top-header--language-switcher ul li.current {
  position: relative;
  display: flex;
  align-items: center;
}
.top-header--language-switcher ul li.current:after {
  display: flex;
  content: "";
  background: #4A4A4A;
  mask-image: url(chevron-down.svg);
  -webkit-mask-image: url(chevron-down.svg);
  width: 14px;
  height: 8px;
  margin-left: 5px;
}
.top-header--language-switcher ul:hover li {
  display: flex;
}
.top-header .top-header-pages {
  display: flex;
  gap: 15px;
}
.top-header-mobile {
  display: block;
  padding: 10px 0;
}
@media (min-width: 992px) {
  .top-header-mobile {
    display: none;
  }
}
.top-header-mobile .top-header--inside__left img {
  width: 120px;
  height: auto;
}
.top-header-mobile .top-header--inside__right {
  gap: 15px;
}
.top-header-mobile .menu-icon {
  position: relative;
}
.top-header-mobile .header-menu--toggle-button {
  border: none;
  background: none;
  cursor: pointer;
}
/*!***************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[0].use[3]!./src/components/Header/SearchBar/SearchBar.scss ***!
  \***************************************************************************************************************************************************************************************************************/
.search-bar {
  position: relative;
}
.search-bar .search-container .search-wrapper {
  display: flex;
  border: 1px solid #4A4A4A;
  border-radius: 4px;
  height: 48px;
  align-items: center;
}
.search-bar .search-container .search-wrapper .search-form {
  width: 70%;
  height: 100%;
  align-items: center;
  display: flex;
  padding: 0 15px;
}
.search-bar .search-container .search-wrapper .search-form-inner {
  width: 100%;
}
.search-bar .search-container .search-wrapper .search-form-inner .input-search {
  border: none;
  width: 100%;
}
.search-bar .search-container .search-wrapper .search-form-inner .input-search:focus-visible, .search-bar .search-container .search-wrapper .search-form-inner .input-search:focus {
  outline: none;
  box-shadow: none;
}
.search-bar .search-container .search-wrapper .search-form-inner .search-reset-hidden,
.search-bar .search-container .search-wrapper .search-form-inner .ais-SearchBox-submit,
.search-bar .search-container .search-wrapper .search-form-inner .search-button {
  display: none;
}
.search-bar .search-container .search-wrapper .search-form-inner .search-reset {
  display: none;
}
.search-bar .search-container .search-wrapper .search-category-dropdown {
  position: relative;
  width: 25%;
  height: 100%;
}
.search-bar .search-container .search-wrapper .search-category-dropdown .visually-hidden {
  display: none;
  visibility: hidden;
  width: 0;
  height: 0;
}
.search-bar .search-container .search-wrapper .search-category-dropdown .search-category-button {
  display: flex;
  align-items: center;
  background: #FFFFFF;
  border: none;
  border-left: 1px solid #4A4A4A;
  gap: 5px;
  cursor: pointer;
  height: 100%;
  width: 100%;
  justify-content: center;
}
.search-bar .search-container .search-wrapper .search-category-dropdown .search-category-button .dropdown-arrow:after {
  display: flex;
  content: "";
  background: #4A4A4A;
  mask-image: url(chevron-down.svg);
  -webkit-mask-image: url(chevron-down.svg);
  width: 14px;
  height: 8px;
}
.search-bar .search-container .search-wrapper .search-category-dropdown .search-category-button .dropdown-arrow.open:after {
  transform: rotate(180deg);
}
.search-bar .search-container .search-wrapper .search-category-dropdown .search-category-options {
  list-style: none;
  display: flex;
  flex-direction: column;
  margin: 0;
  position: absolute;
  background: #FFFFFF;
  top: 46px;
  border-top: 0;
  width: 100%;
  gap: 2px;
  z-index: 999;
  padding: 0;
}
.search-bar .search-container .search-wrapper .search-category-dropdown .search-category-options .search-category-option {
  padding: 8px;
  cursor: pointer;
  margin: 2px 0;
}
.search-bar .search-container .search-wrapper .search-category-dropdown .search-category-options .search-category-option:hover, .search-bar .search-container .search-wrapper .search-category-dropdown .search-category-options .search-category-option.selected {
  background-color: #EEEEEE;
}
.search-bar .search-container .search-wrapper .search-button {
  height: 100%;
  width: 50px;
  background: #96710F;
  border: none;
  cursor: pointer;
}

.search-result-container {
  display: none;
  position: absolute;
  top: 48px;
  width: 900px;
  z-index: 999;
  background: white;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.1607843137);
  left: 0;
  padding: 20px;
}
@media (max-width: 991px) {
  .search-result-container {
    width: 100%;
    max-height: 75vh;
    overflow-y: scroll;
    top: 60px;
  }
}
.search-result-container.show-alg {
  display: block;
}
.search-result-container .search-suggestions .suggestions-list {
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.search-result-container .search-suggestions .suggestions-list .suggestion-item {
  cursor: pointer;
}
.search-result-container .search-suggestions .suggestions-list .suggestion-item .suggestion-button {
  background: none;
  border: none;
  cursor: pointer;
}
.search-result-container #hits {
  display: flex;
}
.search-result-container #hits .hits-container {
  width: 100%;
}
.search-result-container #hits .hits-list {
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  gap: 15px;
}
@media (max-width: 991px) {
  .search-result-container #hits .hits-list {
    gap: 5px;
    margin: 0;
  }
}
.search-result-container #hits .hits-list .hit-item {
  width: calc(20% - 12px);
}
@media (max-width: 991px) {
  .search-result-container #hits .hits-list .hit-item {
    width: 100%;
  }
}
@media (max-width: 991px) {
  .search-result-container #hits .hits-list .hit-item .product-hit {
    display: flex;
    align-items: center;
  }
}
.search-result-container #hits .hits-list .hit-item .product-hit .search-product-img img {
  width: 150px;
}
@media (max-width: 991px) {
  .search-result-container #hits .hits-list .hit-item .product-hit .search-product-img img {
    max-width: 120px;
  }
}
.search-result-container #hits .hits-list .hit-item .product-hit .search-product-informations a {
  display: block;
}

.search-bar-mobile {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  margin-top: 20px;
  padding-top: 10px;
  position: relative;
}
.search-bar-mobile .search-container {
  width: 100%;
}
.search-bar-mobile .search-container .search-wrapper {
  height: 48px;
  display: flex;
  flex-wrap: wrap;
}
.search-bar-mobile .search-container .search-wrapper .search-form-inner {
  height: 100%;
  display: flex;
  width: 100%;
}
.search-bar-mobile .search-container .search-wrapper .search-form-inner .input-search {
  border: none;
  height: 100%;
  width: calc(100% - 50px);
}
.search-bar-mobile .search-container .search-wrapper .search-form-inner .input-search:focus-visible, .search-bar-mobile .search-container .search-wrapper .search-form-inner .input-search:focus {
  outline: none;
  box-shadow: none;
}
.search-bar-mobile .search-container .search-wrapper .search-form-inner .search-button-hidden {
  display: none;
}
.search-bar-mobile .search-container .search-wrapper .search-button {
  cursor: pointer;
  width: 50px;
  height: 50px;
  border: none;
  background: none;
  display: flex;
  justify-content: center;
  align-items: center;
}
.search-bar-mobile .search-container .search-wrapper .search-button img {
  display: none;
}
.search-bar-mobile .search-container .search-wrapper .search-button:after {
  content: "";
  background: #000000;
  mask-image: url(search-icon.svg);
  -webkit-mask-image: url(search-icon.svg);
  width: 21px;
  height: 22px;
}
/*!*********************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[0].use[3]!./src/components/Header/MiddleHeader/MiddleHeader.scss ***!
  \*********************************************************************************************************************************************************************************************************************/
@media (max-width: 991px) {
  .middler-header {
    display: none;
  }
}
.middler-header--inside {
  display: flex;
  justify-content: space-between;
  padding: 25px 0;
  gap: 30px;
  align-items: center;
}
.middler-header--inside .middler-header--left {
  display: flex;
  align-items: center;
}
.middler-header--inside .middler-header--left__logo a {
  display: block;
}
.middler-header--inside .middler-header--left__logo a img {
  max-height: 60px;
  width: auto;
}
.middler-header--inside .middler-header--center {
  max-width: 700px;
  width: 100%;
}
.middler-header--inside .middler-header--center_search {
  width: 100%;
}
.middler-header--inside .middler-header--center_search .search-form {
  display: flex;
  width: 100%;
  position: relative;
}
.middler-header--inside .middler-header--center_search .search-form .input-search {
  width: 100%;
  padding: 10px 15px;
  border: 1px solid #ddd;
  border-radius: 4px;
  font-size: 14px;
  outline: none;
}
.middler-header--inside .middler-header--center_search .search-form .input-search:focus {
  border-color: #aaa;
}
.middler-header--inside .middler-header--center_search .search-form .search-button {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  background: none;
  border: none;
  cursor: pointer;
  color: #666;
}
.middler-header--inside .middler-header--center_search .search-form .search-button:hover {
  color: #000;
}
.middler-header--inside .middler-header--right {
  display: flex;
  align-items: center;
  gap: 10px;
  height: 48px;
}
.middler-header--inside .middler-header--right .menu-icon {
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #333;
  text-decoration: none;
  font-size: 14px;
  transition: color 0.3s ease;
  position: relative;
  height: 100%;
  justify-content: center;
}
.middler-header--inside .middler-header--right .menu-icon i {
  font-size: 20px;
  margin-bottom: 5px;
}
.middler-header--inside .middler-header--right .menu-icon:hover {
  color: #000;
}
.middler-header--inside .middler-header--right .cart-icon {
  position: relative;
}

@media (max-width: 992px) {
  .middler-header--inside .middler-header--left {
    flex-direction: column;
  }
  .middler-header--inside .middler-header--left__logo {
    margin-bottom: 15px;
    margin-right: 0;
  }
  .middler-header--inside .middler-header--center {
    margin: 15px 0;
  }
  .middler-header--inside .middler-header--right {
    flex-direction: row;
    justify-content: center;
    margin-top: 15px;
  }
}
/*!*************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[0].use[3]!./src/components/Header/MiniCart/MiniCart.scss ***!
  \*************************************************************************************************************************************************************************************************************/
.mini-cart {
  position: absolute;
  width: 400px;
  flex-direction: column;
  height: auto;
  background: #fff;
  right: 0;
  top: 40px;
  z-index: 999;
  border-radius: 8px;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.3215686275);
  display: none;
}
.mini-cart--inside {
  padding: 20px 25px;
}
.mini-cart.visible {
  display: flex;
}
.mini-cart ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.mini-cart-title {
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .mini-cart-title span:nth-child(2) {
    margin-left: 10px;
  }
}
.mini-cart-item {
  display: flex;
  align-items: center;
}
.mini-cart-item img {
  width: 30%;
  height: auto;
}
.mini-cart-item .item-info {
  width: 70%;
}
.mini-cart-item .item-info > span {
  display: flex;
  margin-bottom: 2px;
}
.mini-cart-summary {
  margin-top: 30px;
  border-top: 1px solid #000000;
  padding-top: 20px;
}
.mini-cart-summary .discount {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 10px;
}
.mini-cart-summary .discount span {
  border: 1px solid #96710F;
  border-radius: 4px;
  padding: 4px 8px;
}
.mini-cart-summary .total {
  display: flex;
  justify-content: space-between;
}
.mini-cart--buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 30px;
}
.mini-cart--buttons__button {
  width: 100%;
  max-width: 100%;
  height: 48px;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  line-height: 24px;
  display: flex;
  border-radius: 24px;
}
.mini-cart--buttons__button.disabled {
  opacity: 0.5;
  cursor: not-allowed;
  pointer-events: none;
}
.mini-cart--buttons .proceed-cart {
  background: #000000;
  color: #FFFFFF;
}
.mini-cart--buttons .proceed-checkout {
  background: #FFFFFF;
  color: #000000;
  border: 1px solid #000000;
}
/*!*************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[0].use[3]!./src/components/Header/MainMenu/MainMenu.scss ***!
  \*************************************************************************************************************************************************************************************************************/
.header-menu .main-menu {
  background-color: #FFFFFF;
}
.header-menu .main-menu ul {
  list-style-type: none;
}
.header-menu .main-menu .menu {
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: row;
  width: 100%;
  justify-content: space-between;
  height: 72px;
  align-items: center;
}
.header-menu .main-menu .menu.depth-0 > .menu-item {
  position: relative;
  height: 100%;
  display: flex;
  align-items: center;
}
.header-menu .main-menu .menu.depth-0 > .menu-item.has-children > .nav-link {
  display: flex;
  align-items: center;
  gap: 5px;
}
.header-menu .main-menu .menu.depth-0 > .menu-item.has-children > .nav-link:after {
  content: "";
  background: #4A4A4A;
  mask-image: url(chevron-down.svg);
  -webkit-mask-image: url(chevron-down.svg);
  width: 14px;
  height: 8px;
}
.header-menu .main-menu .menu .menu-item {
  position: relative;
}
.header-menu .main-menu .menu .menu-item.show-all {
  width: 100%;
}
@media (min-width: 992px) {
  .header-menu .main-menu .menu .submenu.depth-1 {
    position: absolute;
    z-index: 9999;
    background-color: white;
    min-width: 300px;
    padding: 30px !important;
    left: -30px;
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px;
    box-shadow: 0 1px 3px 0 rgba(16, 24, 40, 0.1019607843);
    flex-direction: column;
    display: none;
    top: 65px;
    min-height: 340px;
    transform: translateX(0);
    will-change: transform;
    transition: transform 0.1s ease-out;
  }
  .header-menu .main-menu .menu .submenu.depth-1[data-has-depth2=true] {
    min-height: 350px;
  }
  .header-menu .main-menu .menu .submenu.depth-1.show {
    display: flex;
  }
  .header-menu .main-menu .menu .submenu.depth-1 .menu-item {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    position: unset;
  }
  .header-menu .main-menu .menu .submenu.depth-1 .menu-item.has-children {
    width: 700px;
  }
  .header-menu .main-menu .menu .submenu.depth-1 .menu-item.has-children > .nav-link {
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .header-menu .main-menu .menu .submenu.depth-1 .menu-item.has-children > .nav-link:after {
    content: "";
    background: #4A4A4A;
    mask-image: url(chevron-right.svg);
    -webkit-mask-image: url(chevron-right.svg);
    width: 16px;
    height: 16px;
    margin-right: 10px;
  }
  .header-menu .main-menu .menu .submenu.depth-1 .menu-item .nav-link {
    width: 100%;
    padding: 8px;
    border-radius: 2px;
  }
  .header-menu .main-menu .menu .submenu.depth-1 .menu-item .nav-link:hover {
    background-color: #EEEEEE;
  }
  .header-menu .main-menu .menu .submenu.depth-2 {
    display: none;
    position: absolute;
    right: 0;
    flex-direction: column;
    z-index: 99999;
    width: 50%;
    top: 28px;
  }
  .header-menu .main-menu .menu .submenu.depth-2.show {
    display: flex;
  }
  .header-menu .main-menu .menu .submenu.depth-2 .menu-item .nav-link {
    display: block;
  }
  .header-menu .main-menu .menu .submenu.depth-2 .menu-item .nav-link:hover {
    background-color: #EEEEEE;
  }
}
@media (max-width: 991px) {
  .header-menu .main-menu {
    display: none;
  }
}
.header-menu.mobile .main-menu {
  position: fixed;
  top: 0;
  transform: translateX(-100%);
  height: 100vh;
  width: 100%;
  max-width: 400px;
  background: #FFFFFF;
  left: 0;
  padding: 20px;
  transition: all 0.3s ease-in-out;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  z-index: 10;
  opacity: 0;
}
.header-menu.mobile .main-menu.menu-open {
  transform: translateX(0);
  z-index: 9999999;
  opacity: 1;
}
.header-menu.mobile .main-menu .mobile-menu-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-shrink: 0;
  margin-bottom: 20px;
}
.header-menu.mobile .main-menu .mobile-menu-header .close-submenu-button,
.header-menu.mobile .main-menu .mobile-menu-header .close-menu-button {
  background: transparent;
  border: none;
  cursor: pointer;
}
.header-menu.mobile .main-menu .mobile-menu-header .close-submenu-button:after,
.header-menu.mobile .main-menu .mobile-menu-header .close-menu-button:after {
  content: "";
  background: #4A4A4A;
  mask-repeat: no-repeat;
  display: block;
}
.header-menu.mobile .main-menu .mobile-menu-header .close-submenu-button:after {
  mask-image: url(chevron-right.svg);
  -webkit-mask-image: url(chevron-right.svg);
  width: 16px;
  height: 16px;
  transform: rotate(180deg);
}
.header-menu.mobile .main-menu .mobile-menu-header .close-menu-button:after {
  mask-image: url(close-icon.svg);
  -webkit-mask-image: url(close-icon.svg);
  width: 20px;
  height: 20px;
}
.header-menu.mobile .main-menu .mobile-menu-content {
  flex: 1;
  overflow-y: auto;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
  overscroll-behavior: contain;
  scrollbar-width: none;
  -ms-overflow-style: none;
  transform: translateZ(0);
  will-change: scroll-position;
  touch-action: pan-y;
  padding-bottom: 120px;
}
.header-menu.mobile .main-menu .mobile-menu-content::-webkit-scrollbar {
  display: none;
}
.header-menu.mobile .main-menu .menu {
  flex-direction: column;
  align-items: flex-start;
  height: auto;
  justify-content: flex-start;
}
.header-menu.mobile .main-menu .menu li.menu-item {
  border-bottom: 1px solid #CCCCCC;
  border-bottom: 1px solid #ccc;
  width: 100%;
  height: 50px;
  display: flex;
}
.header-menu.mobile .main-menu .menu li.menu-item .menu-item-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 100%;
}
.header-menu.mobile .main-menu .menu li.menu-item .nav-link {
  font-size: 1rem;
  color: #000000;
}
.header-menu.mobile .main-menu .menu li.menu-item .toggle-submenu {
  background: none;
  border: none;
  cursor: pointer;
  height: 40px;
  width: 40px;
}
.header-menu.mobile .main-menu .menu li.menu-item.show-all {
  margin-top: 25px;
  border: none;
  background: #EEEEEE;
  border-radius: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.header-menu.mobile .main-menu .menu .submenu.mobile {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  max-width: 500px;
  height: 100vh;
  padding: 0 0 60px;
  background-color: #FFFFFF;
  transform: translateX(-100%);
  transition: transform 0.3s ease-in-out;
  z-index: 999;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  opacity: 0;
}
.header-menu.mobile .main-menu .menu .submenu.mobile .submenu-content {
  flex: 1;
  overflow-y: auto;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
  overscroll-behavior: contain;
  scrollbar-width: none;
  -ms-overflow-style: none;
  transform: translateZ(0);
  will-change: scroll-position;
  touch-action: pan-y;
  padding-bottom: 150px;
}
.header-menu.mobile .main-menu .menu .submenu.mobile .submenu-content::-webkit-scrollbar {
  display: none;
}
.header-menu.mobile .main-menu .menu .submenu.expanded {
  transform: translateX(0);
  opacity: 1;
}
.header-menu.mobile .main-menu .menu .submenu.depth-2 {
  top: 0;
  padding-top: 60px;
}
.header-menu.mobile .main-menu .menu .submenu.depth-2 .submenu-content {
  padding-bottom: 180px;
}
.header-menu.mobile .main-menu .menu .submenu.depth-3 .submenu-content {
  padding-bottom: 200px;
}
.header-menu.mobile .main-menu .mobile-menu-bottom {
  flex-shrink: 0;
  margin-top: 60px;
  padding-top: 40px;
  padding-bottom: 60px;
}
.header-menu.mobile .main-menu .mobile-menu-bottom-pages {
  display: flex;
  flex-direction: column;
}
.header-menu.mobile .main-menu .mobile-menu-bottom-pages a {
  border-bottom: 1px solid #CCCCCC;
  padding-bottom: 5px;
  height: 50px;
  display: flex;
  align-items: center;
}
.header-menu.mobile .main-menu .mobile-menu-bottom-languages ul {
  display: flex;
  flex-direction: column;
  padding: 0;
  margin-top: 20px;
  gap: 8px;
  padding-bottom: 80px;
}
/*!**************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[0].use[3]!./src/components/Header/Header.scss ***!
  \**************************************************************************************************************************************************************************************************/
#header {
  height: 221px;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.3215686275);
}
@media (max-width: 991px) {
  #header {
    height: 148px;
  }
}
#header .cart-counter {
  position: absolute;
  top: -5px;
  right: -5px;
  background-color: #96710F;
  color: white;
  border-radius: 50%;
  width: 18px;
  height: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 10px;
  font-weight: bold;
}
/*!**************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[0].use[3]!./src/components/Footer/Footer.scss ***!
  \**************************************************************************************************************************************************************************************************/
.footer .site-footer__newsletter .footer-newsletter {
  padding: 80px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.footer .site-footer__newsletter .footer-newsletter__inside {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
@media (max-width: 991px) {
  .footer .site-footer__newsletter .footer-newsletter__inside {
    justify-content: center;
  }
}
.footer .site-footer__newsletter .footer-newsletter__left {
  width: 50%;
}
@media (max-width: 991px) {
  .footer .site-footer__newsletter .footer-newsletter__left {
    width: 100%;
    margin-bottom: 20px;
    justify-content: center;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: center;
  }
}
.footer .site-footer__newsletter .footer-newsletter__title {
  margin: 0;
}
.footer .site-footer__newsletter .footer-newsletter__description {
  margin-top: 5px;
}
@media (max-width: 991px) {
  .footer .site-footer__newsletter .footer-newsletter__description {
    text-align: center;
  }
}
.footer .site-footer__newsletter .footer-newsletter__form {
  width: 50%;
}
@media (max-width: 991px) {
  .footer .site-footer__newsletter .footer-newsletter__form {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .footer .site-footer__newsletter .footer-newsletter__input-group {
    max-width: 500px;
    width: 100%;
    margin-bottom: 10px;
  }
}
@media (min-width: 768px) {
  .footer .site-footer__newsletter .footer-newsletter__input-group {
    height: 48px;
    border: 1px solid #CCCCCC;
    border-radius: 4px;
    border-top-right-radius: 22px;
    border-bottom-right-radius: 22px;
  }
}
.footer .site-footer__newsletter .footer-newsletter__input {
  border: none;
  background: transparent;
  width: 75%;
  padding: 0 20px;
  color: #CCCCCC;
}
.footer .site-footer__newsletter .footer-newsletter__input::placeholder {
  color: #CCCCCC;
}
.footer .site-footer__newsletter .footer-newsletter__input:focus-visible, .footer .site-footer__newsletter .footer-newsletter__input:focus {
  outline: none;
  box-shadow: none;
}
@media (max-width: 767px) {
  .footer .site-footer__newsletter .footer-newsletter__input {
    height: 48px;
    border: 1px solid #CCCCCC;
    border-radius: 4px;
    width: 100%;
    margin-bottom: 10px;
  }
}
.footer .site-footer__newsletter .footer-newsletter__button {
  width: 25%;
  height: 100%;
  border-radius: 20px;
  border: none;
  background: #FAFAFA;
  cursor: pointer;
}
@media (max-width: 767px) {
  .footer .site-footer__newsletter .footer-newsletter__button {
    width: 100%;
    height: 48px;
    margin-bottom: 10px;
  }
}
.footer .site-footer__newsletter .footer-newsletter__form-info {
  display: flex;
  max-width: 500px;
}
.footer .site-footer__console .footer-console {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.footer .site-footer__console .footer-console__links {
  width: 100%;
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-bottom: 20px;
}
.footer .site-footer__console .footer-console__link span {
  padding: 10px;
  border: 1px solid #CCCCCC;
  margin-bottom: 10px;
  display: inline-block;
  border-radius: 8px;
  min-width: 200px;
  text-align: center;
  text-transform: uppercase;
}
@media (max-width: 991px) {
  .footer .site-footer__console .footer-console__image img {
    width: 100%;
  }
}
.footer .site-footer__menus {
  display: flex;
  width: 100%;
  justify-content: space-between;
  margin-top: 50px;
  flex-wrap: wrap;
}
.footer .site-footer__menus .footer-menu {
  flex: 1;
  width: 25%;
}
@media (max-width: 991px) {
  .footer .site-footer__menus .footer-menu {
    width: 100%;
    flex: 1 1 50%;
  }
}
@media (max-width: 575px) {
  .footer .site-footer__menus .footer-menu {
    width: 100%;
    flex: 1 1 100%;
  }
}
.footer .site-footer__menus .footer-menu__items {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.footer .site-footer__menus .footer-menu__link {
  margin: 5px 0;
  align-items: center;
  gap: 10px;
  display: flex;
}
.footer .site-footer__menus .menu-socials .footer-menu__link:before {
  content: "";
  background: #CCCCCC;
  width: 24px;
  height: 24px;
  mask-repeat: no-repeat;
}
.footer .site-footer__menus .menu-socials .instagram:before {
  mask-image: url(instagram.svg);
  -webkit-mask-image: url(instagram.svg);
}
.footer .site-footer__menus .menu-socials .tiktok:before {
  mask-image: url(tiktok.svg);
  -webkit-mask-image: url(tiktok.svg);
  width: 20px;
  height: 20px;
}
.footer .site-footer__menus .menu-socials .youtube:before {
  mask-image: url(youtube.svg);
  -webkit-mask-image: url(youtube.svg);
}
.footer .site-footer__menus .menu-socials .facebook:before {
  mask-image: url(facebook.svg);
  -webkit-mask-image: url(facebook.svg);
}
.footer .site-footer__menus .footer-locations__logo {
  height: auto;
  margin-bottom: 20px;
}
@media (max-width: 991px) {
  .footer .site-footer__menus .footer-locations__logo {
    display: none;
  }
}
.footer .site-footer__menus .footer-locations__hotline-link, .footer .site-footer__menus .footer-locations__email {
  margin: 15px 0;
  display: block;
  text-decoration: underline;
  font-weight: 501;
}
.footer .site-footer__menus .footer-locations__hotline-link {
  margin-top: 30px;
}
.footer .site-footer__bottom .footer-copy {
  padding: 20px 0 40px 0;
}
.footer .site-footer__bottom .footer-copy__content {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
