@font-face {
  font-family: "IvarDisplay-Regular";
  src: url("../fonts/IvarDisplay-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Sailec";
  src: url("../fonts/Sailec-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Sailec";
  src: url("../fonts/Sailec-Medium.woff2") format("woff2");
  font-weight: 500;
  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: "Sailec";
}

html {
  line-height: 1;
  font-size: 62.5%;
  font-variant-ligatures: none;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}

body {
  font-size: 1.6rem;
  font-family: "Sailec";
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: subpixel-antialiased;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

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: 991.98px) {
  .main-container {
    width: 94.27083%;
  }
}
@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(4, 1fr);
  -moz-column-gap: 20px;
       column-gap: 20px;
  row-gap: 20px;
}
@media (max-width: 991.98px) {
  .products-grid {
    grid-template-columns: repeat(2, 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;
}

.header-banner {
  z-index: 42;
  background-color: #5b6f80;
}
.header-banner a {
  font-family: "Sailec";
  font-size: 1rem;
  font-weight: 400;
  color: #ffffff;
  text-align: left;
  white-space: nowrap;
  pointer-events: none;
  cursor: default;
}
@media (max-width: 767.98px) {
  .header-banner a {
    font-size: 1.2rem;
  }
}

.we-icon:before, .we-icon:after {
  font-family: "we-icons" !important;
  width: 20px;
  height: 20px;
  font-size: 20px;
  color: #212529;
}
.we-icon.location:before {
  content: "\e01d";
}
.we-icon.burger:before {
  content: "\e029";
}
.we-icon.burger:after {
  content: "\e017";
}
.we-icon.search {
  cursor: pointer;
}
.we-icon.search:before {
  content: "\e03c";
}
.we-icon.account:before {
  content: "\e001";
}
.we-icon.wishlist:before {
  content: "\e04a";
}
.we-icon.cart:before {
  content: "\e006";
}
.we-icon.contact:before {
  content: "\e036";
}
.we-icon.search-btn {
  cursor: pointer;
}
.we-icon.search-btn:before {
  content: "\e013";
  font-size: 3.5rem;
}
@media (max-width: 1279.98px) {
  .we-icon.search-btn:before {
    font-size: 2.4rem;
  }
}
.we-icon.close-search-btn {
  cursor: pointer;
}
.we-icon.close-search-btn:before {
  content: "\e017";
}
.we-icon.arrow:before {
  content: "\e014";
}
.we-icon.arrow:after {
  content: "\e011";
}

.header {
  background-color: #ffffff;
}
.header:after {
  content: "";
  display: block;
  height: 1px;
  position: absolute;
  width: 0%;
  border-bottom: 1px solid #c0c0c0;
  transform-origin: center;
  left: 50%;
  bottom: 0;
  z-index: 0;
  transform: translateX(-50%);
  transition: width 0.5s cubic-bezier(0.19, 0.43, 0.37, 1);
  z-index: 31;
}
.header.b-effect:after {
  width: 100%;
}
.header-top {
  background-color: #ffffff;
}
.header-top .location {
  font-size: 12px;
}
.header-top .logo {
  z-index: 8;
}
.header-top .burger {
  z-index: 10;
}
.header-top .burger:after {
  background-color: #ffffff;
}
.header .search-container {
  background-color: #ffffff;
}
.header .search-container .search-field {
  border-bottom: 1px solid #666;
}
.header .search-container .search-field input {
  font-family: "IvarDisplay-Regular";
  font-weight: 400;
  font-size: 3.5rem;
  text-transform: uppercase;
  letter-spacing: 0.2rem;
  line-height: 1.2;
  color: #262627;
}
.header .search-container .search-field input::-moz-placeholder {
  color: rgba(128, 126, 163, 0.6);
}
.header .search-container .search-field input::placeholder {
  color: rgba(128, 126, 163, 0.6);
}
@media (max-width: 1279.98px) {
  .header .search-container .search-field input {
    font-size: 2.4rem;
  }
}
.header-main {
  font-size: 14px;
  line-height: 16.8px;
  background-color: #ffffff;
  color: #212529;
}
.header-main:after {
  content: "";
  display: block;
  height: 1px;
  position: absolute;
  width: 0;
  border-bottom: 1px solid #c0c0c0;
  transform-origin: center;
  left: 50%;
  bottom: 0;
  z-index: 0;
  transform: translateX(-50%);
  transition: width 0.5s cubic-bezier(0.19, 0.43, 0.37, 1);
  z-index: 31;
}
.header-main.b-effect:after {
  width: 100%;
}
.header-main li a {
  font-family: "Sailec";
  font-weight: 500;
  font-size: 1.2rem;
  letter-spacing: 0.1rem;
  text-transform: uppercase;
  line-height: 1.2;
  color: #000;
}
@media (max-width: 991.98px) {
  .header-main li a {
    line-height: 20px;
    color: #000;
    width: 100%;
  }
}
.header-main li a.bold-link {
  font-weight: 600;
}
.header-main .menu-middle {
  font-size: 12px;
  padding: 17px 0 13px 0;
}
.header-main .menu-bottom a {
  font-size: 12px;
  text-decoration: underline;
  text-underline-offset: 5px;
  font-weight: 600;
}
@media (max-width: 991.98px) {
  .header-main {
    border-bottom: 0;
  }
}
.header .header-overlay {
  background-color: rgba(0, 0, 0, 0.5019607843);
}

footer {
  border-top: 1px solid #c0c0c0;
  -webkit-font-smoothing: antialiased;
}
footer .footer-main .footer-links-title {
  color: #212529;
  font-weight: 500;
  font-size: 1.2rem;
  line-height: 12px;
  text-transform: uppercase;
}
footer .footer-main .footer-links-list a {
  color: #666;
  font-size: 1.2rem;
  line-height: 1;
}
footer .footer-main .footer-links-list a:hover {
  text-decoration: underline;
}
footer .footer-main .footer-right-container .footer-right a {
  text-decoration: underline;
  font-weight: 500;
}
footer .footer-main .footer-right-container .footer-right a:hover {
  -webkit-text-decoration-color: transparent;
          text-decoration-color: transparent;
}
footer .footer-main .footer-right-container a {
  font-size: 12px;
}
footer .footer-main .footer-right-container a:hover p {
  text-decoration: underline;
}
@media (max-width: 991.98px) {
  footer .footer-main .footer-right-container {
    border-bottom: 1px solid #c0c0c0;
  }
  footer .footer-main .footer-right-container .social-links {
    border-top: 1px solid #c0c0c0;
  }
  footer .footer-main .footer-right-container .social-links i {
    font-size: 17px;
  }
  footer .footer-main .footer-right-container .location-link {
    background-color: #e4e6e5;
  }
  footer .footer-main .footer-right-container a p {
    text-transform: uppercase;
    font-weight: 500;
    gap: 10px;
  }
  footer .footer-main .footer-right-container a p span {
    text-transform: none;
    font-weight: 400;
  }
}
@media (max-width: 991.98px) {
  footer .footer-main .footer-links-item:not(:last-of-type) {
    border-bottom: 1px solid #c0c0c0;
  }
  footer .footer-main .footer-links-item .footer-links-title .arrow {
    font-size: 18px;
  }
  footer .footer-main .footer-links-item .footer-links-title .arrow:after {
    transform: scaleY(1);
    transition: transform 0.3s cubic-bezier(0.19, 0.43, 0.37, 1);
  }
  footer .footer-main .footer-links-item .footer-links-title .arrow:before {
    transform: scaleY(0);
    transition: transform 0.3s cubic-bezier(0.19, 0.43, 0.37, 1);
  }
  footer .footer-main .js-footer-item .footer-links-title .arrow:after {
    transform: scaleY(0);
    transition: transform 0.3s cubic-bezier(0.19, 0.43, 0.37, 1);
  }
  footer .footer-main .js-footer-item .footer-links-title .arrow:before {
    transform: scaleY(1);
    transition: transform 0.3s cubic-bezier(0.19, 0.43, 0.37, 1);
  }
}
footer .footer-rights {
  background-color: #5b6f80;
  color: #ffffff;
  font-weight: 400;
  font-size: 1rem;
  text-transform: uppercase;
  text-align: center;
  line-height: 1.2;
}

.phone {
  line-height: 1.2;
}

.footer {
  background-color: transparent !important;
}

