@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter-SemiBold.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "NotoSans";
  src: url("../fonts/NotoSans-Light.woff2") format("woff2");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "NotoSans";
  src: url("../fonts/NotoSans-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "NotoSans";
  src: url("../fonts/NotoSans-RegularItalic.woff2") format("woff2");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "NotoSans";
  src: url("../fonts/NotoSans-Medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "NotoSans";
  src: url("../fonts/NotoSans-MediumItalic.woff2") format("woff2");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "NotoSans";
  src: url("../fonts/NotoSans-SemiBold.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "we-icons";
  src: url("../fonts/we-icons.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
html,
body,
div,
span,
h1,
h2,
h3,
p,
a,
img,
i,
ul,
li,
form,
label,
article,
canvas,
footer,
header,
menu,
nav,
section {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline;
  box-sizing: border-box;
}

* {
  box-sizing: border-box;
  font-family: "NotoSans";
}

html {
  line-height: 1;
  font-size: 62.5%;
}

body {
  font-size: 1.6rem;
  font-family: "NotoSans";
}

ul {
  list-style: none;
}

a img {
  border: none;
}

article,
footer,
header,
main,
nav,
section {
  display: block;
}

button {
  background: none;
  border: none;
}
button:focus {
  outline: none;
  box-shadow: none;
}
button:active {
  outline: none;
  box-shadow: none;
}

input {
  background: none;
  border: none;
}
input:focus {
  outline: none;
  box-shadow: none;
}
input:active {
  outline: none;
  box-shadow: none;
}

img {
  max-width: 100%;
}

a {
  color: initial;
  text-decoration: none;
}

select:focus {
  outline: none;
  box-shadow: none;
}
select:active {
  outline: none;
  box-shadow: none;
}

@media (min-width: 992px) {
  .mobile-only {
    display: none !important;
  }
}

@media (max-width: 991.98px) {
  .desktop-only {
    display: none !important;
  }
}

.main-container {
  max-width: 1600px;
  width: 93.125%;
  margin: auto;
}
@media (max-width: 1279.98px) {
  .main-container {
    width: 94.75806%;
  }
}
@media (max-width: 767.98px) {
  .main-container {
    width: 89.33333%;
  }
}

.main-container-alt {
  max-width: 1600px;
  width: 93.125%;
  margin: auto;
}
@media (max-width: 1279.98px) {
  .main-container-alt {
    width: 94.75806%;
  }
}
@media (max-width: 991.98px) {
  .main-container-alt {
    width: 94.27083%;
  }
}
@media (max-width: 767.98px) {
  .main-container-alt {
    width: 89.33333%;
  }
}

.products-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  -moz-column-gap: 20px;
       column-gap: 20px;
  row-gap: 20px;
}
@media (max-width: 991.98px) {
  .products-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767.98px) {
  .products-grid {
    grid-template-columns: repeat(1, 1fr);
  }
}

.text-uppercase {
  text-transform: uppercase;
}

.text-center {
  text-align: center;
}

.js-fixed {
  overflow: hidden;
}

.js-block {
  display: block !important;
}

.js-flex {
  display: flex !important;
}

.js-none {
  display: none !important;
}

.top-cold-content {
  width: 100%;
  padding-bottom: 20px;
}
.top-cold-content .top-cold-content-full {
  height: auto;
  overflow: hidden;
  display: block;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  white-space: normal;
  -webkit-line-clamp: 2;
}
.top-cold-content .container-read-more {
  display: flex;
  align-items: center;
  padding-top: 8px;
  cursor: pointer;
}
.top-cold-content .expanded {
  height: auto;
  overflow: hidden;
  display: block;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  white-space: normal;
  -webkit-line-clamp: unset;
}

.banner {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 0;
  z-index: 42;
  position: relative;
}
.banner a {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.header {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 41;
}
.header-top {
  padding: 30px 0;
  display: flex;
  justify-content: space-between;
  position: relative;
  z-index: 30;
}
@media (max-width: 1023.98px) {
  .header-top {
    width: 94.27083% !important;
  }
}
@media (max-width: 767.98px) {
  .header-top {
    width: 89.33333% !important;
  }
}
.header-top a {
  display: flex;
  align-items: center;
}
.header-top .location {
  z-index: 10;
}
.header-top .location::before {
  margin-right: 5px;
}
.header-top .burger {
  overflow: hidden;
  width: 20px;
  position: relative;
  display: flex;
}
.header-top .burger:after {
  display: block;
  transform: translateX(0px);
  transition: transform 0.3s cubic-bezier(0.19, 0.43, 0.37, 1);
  opacity: 0;
}
.header-top .burger.js-burger {
  position: relative;
}
.header-top .burger.js-burger:after {
  transform: translateX(-20px);
  transition: transform 0.3s cubic-bezier(0.19, 0.43, 0.37, 1);
  opacity: 1;
}
.header-top .logo {
  width: 100%;
  z-index: 8;
}
.header-top .links-right {
  display: flex;
  align-items: center;
  z-index: 10;
}
.header-top .links-right span {
  margin: 0 10px;
  cursor: pointer;
}
.header-top .links-right a {
  margin: 0 10px;
}
.header-top .links-right a:last-of-type {
  margin-right: 5px;
}
@media (max-width: 991.98px) {
  .header-top {
    padding: 22px 0;
  }
  .header-top .logo img {
    width: 150px;
    height: auto;
  }
}
.header .search-container {
  position: absolute;
  top: 100%;
  width: 100%;
  overflow: hidden;
  transition: transform 0.5s cubic-bezier(0.19, 0.43, 0.37, 1);
  transform: translateY(-100%);
  z-index: 1;
}
.header .search-container .search-wrapper {
  padding: 50px 0;
  display: flex;
  justify-content: center;
}
.header .search-container .search-wrapper form {
  width: 83.05369%;
  display: flex;
  justify-content: space-between;
  margin-bottom: 45px;
}
.header .search-container .search-wrapper form .search-field {
  flex: 0 89.3617%;
  display: flex;
  align-items: center;
  padding-bottom: 10px;
}
.header .search-container .search-wrapper form .search-field input {
  width: 100%;
}
.header .search-container .search-wrapper form .close-search-btn {
  padding-top: 4.5px;
}
.header .search-container.js-search {
  transform: translateY(1px);
  transition: transform 0.5s cubic-bezier(0.19, 0.43, 0.37, 1);
}
@media (max-width: 991.98px) {
  .header .search-container {
    height: 100vh;
  }
}
.header-main {
  z-index: 30;
  position: relative;
}
.header-main-container {
  display: flex;
  justify-content: center;
  z-index: 20;
  position: relative;
}
.header-main a {
  padding: 16px 20px;
}
.header-main .menu-middle a {
  display: flex;
  gap: 5px;
  padding: 15px 0;
}
.header-main .menu-bottom {
  display: flex;
  gap: 10px;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  margin-top: 0 !important;
  padding: 29.5px 0 !important;
}
@media (max-width: 991.98px) {
  .header-main {
    position: absolute;
    top: 101%;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: calc(100vh - 64px);
    transform: translateX(-150%);
    transition: transform 0.5s cubic-bezier(0.19, 0.43, 0.37, 1);
    overflow: hidden;
  }
  .header-main a {
    padding: 10px 0;
  }
  .header-main-container {
    flex-direction: column;
    width: 94.27083%;
    margin: 10px auto 0;
  }
}
@media (max-width: 991.98px) and (max-width: 767.98px) {
  .header-main-container {
    width: 89.33333%;
  }
}
@media (max-width: 991.98px) {
  .header-main-container:not(:first-of-type) {
    padding: 15px 0;
    margin: auto auto 0;
  }
  .header-main.js-menu {
    transform: translateX(0);
    transition: transform 0.5s cubic-bezier(0.19, 0.43, 0.37, 1);
  }
}
@media (max-width: 767.98px) {
  .header-main .menu-middle {
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: flex-start;
  }
  .header-main .menu-middle a {
    width: 45%;
    height: 60px;
    display: flex;
    align-items: center;
  }
  .header-main .menu-bottom {
    margin-top: 0;
    padding: 29.5px 0;
  }
}
.header .header-overlay {
  position: fixed;
  width: 100vw;
  height: 100%;
  top: 188px;
  opacity: 0;
  transition: opacity 0.3s cubic-bezier(0.19, 0.43, 0.37, 1);
  max-width: 100%;
  display: none;
}
.header .header-overlay.js-h-overlay {
  opacity: 1;
  display: block;
  transition: opacity 0.3s cubic-bezier(0.19, 0.43, 0.37, 1);
}

footer .newsletter-container {
  padding: 40px 0;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  flex-wrap: nowrap;
}
footer .newsletter-container .newsletter-title {
  flex-grow: 1;
  max-width: 50%;
}
footer .newsletter-container .newsletter-title span {
  display: block;
  max-width: 85%;
  width: 100%;
}
footer .newsletter-container .newsletter-inner {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  max-width: 50%;
  width: 100%;
}
footer .newsletter-container .newsletter-inner p {
  margin-bottom: 10px;
}
footer .newsletter-container .newsletter-inner form {
  display: flex;
  flex-direction: row;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  max-width: 450px;
}
footer .newsletter-container .newsletter-inner form .newsletter {
  width: 68%;
}
footer .newsletter-container .newsletter-inner form .newsletter input {
  padding: 14px 20px;
  width: 100%;
}
footer .newsletter-container .newsletter-inner form .newsletter-btn {
  padding: 15px 25px;
  min-width: 130px;
}
footer .newsletter-container .newsletter-inner form .newsletter-checkbox {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  flex-wrap: nowrap;
}
footer .newsletter-container .newsletter-inner form .newsletter-checkbox input {
  margin: 0 5px 0 0;
  position: relative;
}
footer .newsletter-container .newsletter-inner form .newsletter-checkbox input:before {
  display: block;
}
footer .newsletter-container .newsletter-inner form .newsletter-checkbox input:after {
  display: none;
}
footer .newsletter-container .newsletter-inner form .newsletter-checkbox input:checked:after {
  display: block;
}
@media (max-width: 767.98px) {
  footer .newsletter-container {
    flex-direction: column;
    align-items: flex-start;
  }
  footer .newsletter-container .newsletter-title {
    max-width: 100%;
  }
  footer .newsletter-container .newsletter-title span {
    max-width: 100%;
  }
  footer .newsletter-container .newsletter-inner {
    max-width: 100%;
  }
  footer .newsletter-container .newsletter-inner form {
    flex-direction: column;
    max-width: 100%;
    align-items: flex-start;
    gap: 25px;
  }
  footer .newsletter-container .newsletter-inner form .newsletter {
    order: 1;
    width: 100%;
  }
  footer .newsletter-container .newsletter-inner form .newsletter-checkbox {
    order: 2;
  }
  footer .newsletter-container .newsletter-inner form .newsletter-btn {
    order: 3;
    width: 100%;
  }
}
footer .footer-main {
  padding: 40px 0;
}
footer .footer-main-inner {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: nowrap;
}
footer .footer-main-inner .footer-links-container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: nowrap;
  flex-basis: 50%;
  z-index: 1;
}
footer .footer-main-inner .footer-links-item {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  flex: 0 0 30%;
}
footer .footer-main-inner .footer-links-item.footer-our-website {
  position: relative;
  left: 275px;
}
@media (max-width: 1279.98px) {
  footer .footer-main-inner .footer-links-item.footer-our-website {
    left: 175px;
  }
}
@media (max-width: 767.98px) {
  footer .footer-main-inner .footer-links-item.footer-our-website {
    left: 0px;
  }
}
footer .footer-main-inner .footer-links-item.footer-follow-community {
  position: relative;
  left: 455px;
}
footer .footer-main-inner .footer-links-item.footer-follow-community span {
  margin-bottom: 0px;
}
footer .footer-main-inner .footer-links-item.footer-follow-community .footer-links-list a {
  margin-top: 0;
  padding: 1rem 0;
}
@media (max-width: 1444.98px) {
  footer .footer-main-inner .footer-links-item.footer-follow-community {
    left: 385px;
  }
}
@media (max-width: 1279.98px) {
  footer .footer-main-inner .footer-links-item.footer-follow-community {
    left: 270px;
  }
}
@media (max-width: 767.98px) {
  footer .footer-main-inner .footer-links-item.footer-follow-community {
    display: none;
  }
}
footer .footer-main-inner .footer-links-item .footer-links-title {
  margin-bottom: 5px;
}
footer .footer-main-inner .footer-links-item .footer-links-list {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
}
footer .footer-main-inner .footer-links-item .footer-links-list a {
  margin-top: 15px;
}
footer .footer-main-inner .footer-links-item.right-footer-style {
  flex-basis: 50%;
  align-items: flex-end;
}
footer .footer-main-inner .footer-links-item.right-footer-style .footer-right-container {
  max-width: 37.89062%;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  margin-right: 20px;
  width: 100%;
}
footer .footer-main-inner .footer-links-item.right-footer-style .footer-right-container .footer-right {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
}
footer .footer-main-inner .footer-links-item.right-footer-style .footer-right-container .footer-right a {
  margin: 5px 0 45px;
}
footer .footer-main-inner .footer-links-item.right-footer-style .footer-right-container a {
  margin-bottom: 10px;
  align-items: center;
}
footer .footer-main-inner .footer-links-item.right-footer-style .footer-right-container .social-links {
  display: none;
}
@media (max-width: 991.98px) {
  footer .footer-main-inner .footer-links-item.right-footer-style {
    align-items: center;
    width: 112%;
    margin-left: -6%;
  }
  footer .footer-main-inner .footer-links-item.right-footer-style .footer-right-container {
    max-width: 100%;
    margin-right: 0;
  }
  footer .footer-main-inner .footer-links-item.right-footer-style .footer-right-container .social-links {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 55px;
  }
}
@media (max-width: 991.98px) and (max-width: 767.98px) {
  footer .footer-main-inner .footer-links-item.right-footer-style .footer-right-container .social-links {
    gap: 26px;
  }
}
@media (max-width: 991.98px) {
  footer .footer-main-inner .footer-links-item.right-footer-style a {
    padding: 40px 0;
    margin-bottom: 0 !important;
    justify-content: center;
  }
}
footer .footer-main-inner .footer-links-item a {
  display: flex;
  gap: 5px;
}
footer .footer-main-inner .footer-links-item a p {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  gap: 2px;
}
footer .footer-main-inner .footer-links-item a p span {
  line-height: 17px;
}
@media (max-width: 991.98px) {
  footer .footer-main {
    padding: 0;
  }
  footer .footer-main .footer-main-inner {
    padding: 0;
    flex-direction: column-reverse;
  }
  footer .footer-main .footer-main-inner .footer-links-container {
    flex-basis: auto;
    flex-direction: column;
  }
  footer .footer-main .footer-main-inner .footer-links-container .footer-our-website {
    left: 0px;
  }
  footer .footer-main .footer-main-inner .footer-links-container .footer-follow-community {
    display: none;
    left: 0px;
  }
  footer .footer-main .footer-main-inner .footer-links-container .footer-links-title {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: nowrap;
    padding: 25px 0;
    margin-bottom: 0;
  }
  footer .footer-main .footer-main-inner .footer-links-container .footer-links-title .arrow {
    pointer-events: none;
  }
  footer .footer-main .footer-main-inner .footer-links-container .footer-links-list {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s cubic-bezier(0.19, 0.43, 0.37, 1);
  }
  footer .footer-main .footer-main-inner .footer-links-container .footer-links-list a {
    margin: 0;
    padding: 10px 0;
  }
  footer .footer-main .footer-main-inner .js-footer-item .footer-links-list {
    max-height: 300px;
    height: 100%;
    transition: max-height 0.3s cubic-bezier(0.19, 0.43, 0.37, 1);
  }
}
footer .footer-rights {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
  padding: 20px 20px;
}

