@font-face {
  font-family: "Barlow";
  src: url("../fonts/barlow-semi-condensed-v14-latin-regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Barlow";
  src: url("../fonts/barlow-semi-condensed-v14-latin-500.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Barlow";
  src: url("../fonts/barlow-semi-condensed-v14-latin-600.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Barlow";
  src: url("../fonts/barlow-semi-condensed-v14-latin-700.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Barlow";
  src: url("../fonts/barlow-semi-condensed-v14-latin-900.woff2") format("woff2");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "LumaIcons";
  src: url("../fonts/Luma-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: "Barlow";
}

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

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

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: 1024px) {
  .mobile-only {
    display: none !important;
  }
}

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

.main-container {
  max-width: 1200px;
  margin: auto;
}

.max-width-container {
  max-width: 100%;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .max-width-container {
    max-width: 1440px;
    margin: 0 auto;
  }
}

.main-padding-container {
  padding: 0 16px;
}
@media (min-width: 768px) {
  .main-padding-container {
    padding: 0 32px;
  }
}

.products-grid {
  display: grid;
  grid-template-columns: repeat(4, 25%);
}
@media (max-width: 639.98px) {
  .products-grid {
    grid-template-columns: repeat(1, 100%);
  }
}

.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: 40px;
  padding-right: 26px;
}
.top-cold-content .container-read-more {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 7px;
  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 {
  position: relative;
}
.header .upper-navbar {
  display: flex;
  justify-content: space-between;
  padding: 16px 32px;
  height: 84px;
  align-items: flex-end;
}
.header .upper-navbar .navbar-left {
  display: flex;
  gap: 16px;
}
.header .upper-navbar .navbar-right {
  display: flex;
  justify-content: space-between;
  margin-left: auto;
}
.header .upper-navbar .navbar-item {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-direction: column;
  gap: 0.5rem;
  margin-left: 2.4rem;
}
.header .upper-navbar .navbar-item img {
  max-height: 2.8rem;
  width: auto;
}
.header .upper-navbar .text-icon {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  white-space: nowrap;
  gap: 1.5px;
  padding-bottom: 2px;
}
.header .upper-navbar .text-icon img {
  margin: 2px 0;
}
.header .form-input {
  width: 640px;
  height: 48px;
  position: relative;
  margin: auto;
  margin-right: 64px;
  margin-left: 16px;
}
@media (max-width: 1199.98px) {
  .header .form-input {
    margin-right: 48px;
  }
}
.header .form-input input {
  width: 100%;
  height: 100%;
  padding-left: 1.2rem;
}
.header .form-input .search-icon {
  position: absolute;
  top: 12px;
  right: 0;
  margin: 0 12px;
}
.header .lower-navbar .list-items {
  padding: 0 32px 0 16px;
  display: flex;
}
.header .lower-navbar .list-items .product-item {
  display: flex;
  align-items: center;
  padding: 0 1.6rem;
}
.header .lower-navbar .list-items .product-item .hamburger-menu {
  width: 2.4rem;
  height: 2.4rem;
  margin-right: 0.8rem;
}
.header .lower-navbar .list-items .navbar-item {
  display: flex;
  align-items: center;
  justify-content: center;
}
.header .lower-navbar .list-items .navbar-item a {
  padding: 1.3rem 1.6rem;
}
.header .lower-navbar .list-items .navbar-item:first-child {
  padding: 1.3rem 0;
}
.header .overlay {
  position: fixed;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.5);
  transition: opacity 0.3s ease, visibility 0.3s ease;
  opacity: 0;
  visibility: hidden;
  z-index: 15;
}
.header .overlay.active {
  opacity: 1;
  visibility: visible;
}
.header .navbar-list-container {
  position: relative;
}
.header .navbar-list-container .search-option {
  display: none;
}
.header .navbar-list-container .horizontal-scroll {
  max-height: calc(100dvh - 137px);
  overflow-y: auto;
}
.header .navbar-list-container .select-navbar-list {
  position: absolute;
  top: -2px;
  left: 0;
  width: calc(33.3333% - 18px) !important;
  z-index: 10;
  transition: 0.3s ease-in-out;
  -webkit-animation-name: slidePositionInitial;
          animation-name: slidePositionInitial;
  -webkit-animation-duration: 0.4s;
          animation-duration: 0.4s;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  transform: translateX(-200%);
}
.header .navbar-list-container .select-navbar-list .navbar-list {
  flex: 1;
  display: flex;
  flex-direction: column;
}
.header .navbar-list-container .select-navbar-list .navbar-item {
  margin: 0 1.5rem;
}
.header .navbar-list-container .select-navbar-list .navbar-item a {
  display: block;
  padding: 1.7rem 1.7rem 1.7rem 1.6rem;
}
.header .navbar-list-container .additional-menu {
  display: none;
}
.header .navbar-list-container .close-icon-navbar-list {
  position: absolute;
  top: 7px;
  right: -48px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: right 0.8s ease-in-out, opacity 0.8s ease-in-out;
  opacity: 1;
  z-index: 10;
}
.header .navbar-list-container .select-navbar-list.active {
  transform: translateX(0%);
}
@media (min-width: 1400px) {
  .header .navbar-list-container .select-navbar-list.active:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    height: 100vh;
    width: calc((100% - 144rem) / 2);
    background: #fff;
    z-index: 118;
  }
}
@media (max-width: 1023.98px) {
  .header .navbar-list-container .select-navbar-list.active .form-input {
    margin: 0 !important;
  }
}
@-webkit-keyframes slidePositionInitial {
  0% {
    opacity: 0;
  }
  99% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes slidePositionInitial {
  0% {
    opacity: 0;
  }
  99% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.header .overlay-container {
  position: relative;
  margin-left: 20%;
}
.header .overlay-container .overlay-navbar-list {
  position: absolute;
  top: -2px;
  width: 100%;
  height: 100vh;
  background-color: rgba(51, 51, 51, 0.5490196078);
  z-index: 5;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s ease-in-out;
  -webkit-animation-name: slidePositionInitial;
          animation-name: slidePositionInitial;
  -webkit-animation-duration: 0.4s;
          animation-duration: 0.4s;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
}
.header .overlay-container .overlay-navbar-list.active {
  opacity: 1;
  visibility: visible;
}
@media (max-width: 1023.98px) {
  .header {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 30;
  }
  .header .navbar-list-container .select-navbar-list {
    position: fixed;
    top: 0;
    width: 100% !important;
    max-width: 450px !important;
  }
  .header .navbar-list-container .horizontal-scroll {
    max-height: 100vh;
    overflow-y: auto;
  }
  .header .navbar-list-container .additional-menu {
    display: block;
    padding-bottom: 32px;
  }
  .header .navbar-list-container .additional-list-menu {
    margin: 0 1.5rem;
    padding: 1.4rem 1.4rem 1.4rem 1.6rem;
    display: flex;
    align-items: center;
  }
  .header .navbar-list-container .additional-list-menu .text {
    margin-left: 0.8rem;
  }
  .header .navbar-list-container .additional-list-menu a {
    display: flex;
    align-items: center;
  }
  .header .navbar-list-container .additional-menu p {
    padding: 24px 0 8px;
    margin: 0 1.5rem;
  }
  .header .overlay-container .overlay-navbar-list {
    position: fixed !important;
    top: 0;
  }
  .header .navbar-search-option {
    border-bottom: 2px solid #dcdcdb;
    padding: 1.2rem 1.5rem;
    display: flex;
    align-items: center;
    flex-grow: 1;
  }
  .header .navbar-search-option .search-option {
    display: flex;
    flex-grow: 1;
  }
  .header .navbar-search-option .form-input {
    display: flex;
    align-items: center;
    flex: 1;
    width: auto;
  }
  .header .navbar-search-option .search-icon {
    width: 24px;
    height: 24px;
  }
  .header .navbar-search-option .form-input input {
    flex: 1;
    min-width: 0;
  }
  .header .navbar-search-option .close-icon-navbar-list {
    position: static;
    background-color: transparent;
    border-radius: 0;
    margin-left: 0.8rem;
  }
  .header .hamburger-menu-mobile {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .header .upper-navbar {
    flex-wrap: wrap;
    height: auto;
    padding: 12px 32px;
  }
  .header .upper-navbar .form-input {
    width: 100%;
    order: 1;
    margin: 8px 0 0;
  }
  .header .lower-navbar {
    display: none;
  }
  .header .navbar-right {
    width: 100%;
  }
  .header .navbar-right .logo-mobile {
    height: 40px;
  }
  .header .navbar-right .navbar-item {
    font-size: 13px !important;
    margin-left: 0;
  }
  .header .navbar-right .navbar-item .text-icon {
    gap: 0;
  }
  .header .navbar-right .navbar-item img {
    width: auto;
    height: 20px;
  }
  .header .navbar-right .navbar-item:last-of-type {
    margin-left: 13px;
  }
}
@media (max-width: 767.98px) {
  .header .upper-navbar {
    padding: 12px 16px;
  }
}
@media (max-width: 575.98px) {
  .header .select-navbar-list {
    max-width: 100% !important;
  }
}

.header-banner {
  line-height: 24px;
  padding: 15px 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
}
@media (max-width: 767.98px) {
  .header-banner {
    padding: 5px;
  }
}

.footer .brand-name {
  overflow: hidden;
}
.footer .brand-name h3 {
  padding: 2rem;
}
.footer .brand-name hr {
  margin: 0;
}
.footer .brand-name .brand-slider .blaze-prev,
.footer .brand-name .brand-slider .blaze-next {
  padding: 0;
  width: 24px;
  height: 24px;
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  display: none;
}
.footer .brand-name .brand-slider .blaze-track {
  display: flex;
  gap: 2.5px !important;
}
.footer .brand-name .brand-slider .blaze-track-container {
  margin-bottom: 20px;
  position: relative;
}
.footer .brand-name .brand-slider .blaze-track-container:hover .blaze-prev,
.footer .brand-name .brand-slider .blaze-track-container:hover .blaze-next {
  display: block;
}
@media (max-width: 799.98px) {
  .footer .brand-name .brand-slider .blaze-track-container {
    max-width: 470px;
    margin: 0 auto 20px;
  }
  .footer .brand-name .brand-slider .blaze-track-container .blaze-prev,
  .footer .brand-name .brand-slider .blaze-track-container .blaze-next {
    display: none !important;
  }
}
.footer .brand-name .brand-slider .blaze-prev {
  left: 5px;
}
.footer .brand-name .brand-slider .blaze-next {
  right: 5px;
}
.footer .brand-name .brand-slider .blaze-slide a {
  display: flex;
  justify-content: center;
  width: 288px;
}
@media (max-width: 767.98px) {
  .footer .brand-name .brand-slider .blaze-slide a {
    width: auto;
  }
}
.footer .brand-name .brand-slider .blaze-slide img {
  display: block;
}
.footer .brand-name .brand-slider .brand-logos {
  display: flex;
  justify-content: center;
}
.footer .brand-name .brand-slider .brand-logos a {
  display: inline-block;
  transition: transform 0.3s ease;
}
.footer .services {
  padding-bottom: 16px;
  padding-top: 2.6rem;
}
.footer .services-item {
  width: 130px;
  margin: 0 auto;
}
.footer .services .services-title {
  padding-bottom: 18px;
  margin: 0;
}
.footer .services .services-text {
  margin: 0;
  max-width: 110px;
  min-height: 55px;
}
.footer .services .services-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  align-items: flex-end;
  text-align: center;
  padding: 7px 0 10px;
}
@media (max-width: 767.98px) {
  .footer .services .services-list .services-item {
    margin: 5px auto 12px;
  }
}
.footer .services .services-icon {
  min-width: 40px;
}
.footer .services .services-link {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  row-gap: 12px;
}
.footer .footer-grid {
  display: flex;
  padding-top: 32px;
  padding-bottom: 30px;
}
.footer .footer-grid .footer-app-link img {
  width: 120px;
  height: auto;
}
.footer .footer-grid .footer-column {
  margin-right: 14px;
}
.footer .footer-grid .footer-column .toggle-icon {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 8px;
}
.footer .footer-grid .footer-column .toggle-img {
  width: 2.4rem;
  height: 2.4rem;
}
.footer .footer-grid .footer-column .footer-list.active {
  display: none;
}
.footer .footer-grid .footer-column .footer-list .footer-item {
  padding: 0.8rem 0;
  font-weight: 500;
}
.footer .footer-grid .footer-column .footer-payments,
.footer .footer-grid .footer-column .footer-socials {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 0.8rem;
  text-align: center;
}
.footer .footer-grid .footer-column .footer-socials {
  margin-bottom: 3rem;
}
.footer .footer-grid .footer-column .footer-links-social {
  display: flex;
}
.footer .footer-grid .footer-column .footer-links-social .footer-app-link {
  margin-right: 1rem;
}
.footer .footer-grid .footer-column .footer-links-social .footer-app-link:last-child {
  margin-right: 0;
}
.footer .footer-grid .footer-column .footer-app-link {
  display: flex;
  flex-direction: column;
  margin-top: 1rem;
}
.footer .footer-grid .social-media-footer {
  margin-top: 4rem;
}
.footer .center {
  text-align: center;
}
.footer .footer-sub-bar {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  padding-top: 16px;
  padding-bottom: 16px;
}
.footer .footer-sub-bar p {
  margin-right: 16px;
  font-size: 1.6rem;
  font-weight: 500;
}
.footer .footer-sub-bar ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  list-style: none;
  justify-content: center;
}
.footer .footer-sub-bar ul li {
  margin: 0;
  font-size: 1.8rem;
  font-weight: 500;
  margin-bottom: 0.8rem;
}
.footer .footer-sub-bar ul li a {
  margin-right: 8px;
  padding-right: 9px;
  position: relative;
}
.footer .footer-sub-bar ul li a:after {
  position: absolute;
  height: 80%;
  width: 1px;
  display: block;
  right: 0;
  top: 10%;
  opacity: 0.7;
}
@media (max-width: 1023.98px) {
  .footer .footer-grid {
    flex-wrap: wrap;
    padding-bottom: 0;
  }
  .footer .footer-grid .footer-column {
    max-width: 33.3333333333% !important;
    padding-bottom: 16px;
    margin-right: 0;
    width: 100%;
  }
  .footer .footer-grid .footer-column:not(:first-of-type) {
    padding-left: 16px;
  }
  .footer .footer-grid .footer-column .center {
    text-align: left;
  }
  .footer .footer-grid .footer-column.footer-payments-container {
    padding-left: 0;
  }
  .footer .footer-grid .footer-socials {
    margin-bottom: 16px !important;
  }
  .footer .footer-sub-color .footer-sub-bar {
    flex-direction: column;
    align-items: center;
  }
  .footer .footer-sub-color .footer-sub-bar p {
    margin-bottom: 8px;
    margin-right: 0;
  }
  .footer .footer-sub-color .footer-sub-bar ul {
    align-items: center;
    justify-content: center;
  }
  .footer .footer-sub-color .footer-sub-bar ul li {
    margin-bottom: 8px;
  }
}
@media (max-width: 767.98px) {
  .footer .footer-grid .footer-column {
    max-width: 50% !important;
    margin-bottom: 20px;
  }
  .footer .footer-grid .footer-column:last-child {
    margin-bottom: 0;
  }
  .footer .footer-grid .footer-column.footer-column:not(:first-of-type), .footer .footer-grid .footer-column:not(:first-of-type) {
    padding-left: 0 !important;
  }
  .footer .footer-grid .footer-column .center {
    text-align: center;
  }
  .footer .footer-grid .footer-payments,
  .footer .footer-grid .footer-socials {
    justify-content: center;
  }
  .footer .footer-grid .footer-links-social {
    flex-direction: column;
  }
}
@media (max-width: 639.98px) {
  .footer .footer-grid .footer-column {
    max-width: 100% !important;
    width: 100%;
  }
  .footer .footer-grid .footer-links-social {
    flex-direction: row;
    justify-content: center;
  }
}
@media (min-width: 576px) {
  .footer .footer-grid .footer-column .toggle-icon .toggle-img {
    display: none;
  }
  .footer .footer-grid .footer-column .footer-list {
    display: block !important;
  }
}
@media (min-width: 768px) {
  .footer .footer-sub-bar ul li {
    margin-bottom: 0;
  }
}
@media (min-width: 1200px) {
  .footer .brand-name hr {
    width: 70%;
    margin: 0 auto;
  }
  .footer .footer-grid .footer-column {
    max-width: calc(20% + 2px);
    width: 100%;
    padding-left: 24px;
  }
  .footer .footer-grid .footer-column:first-of-type {
    padding-left: 14px;
  }
  .footer .footer-grid .footer-column .footer-payments,
  .footer .footer-grid .footer-column .footer-socials {
    justify-content: start;
  }
  .footer .footer-grid .footer-column .footer-links-social {
    justify-content: start;
  }
  .footer .center {
    text-align: start;
  }
  .footer .footer-sub-bar {
    flex-direction: row;
  }
  .footer .footer-sub-bar ul {
    justify-content: start;
  }
}
@media (min-width: 1400px) {
  .footer .service-container {
    max-width: 1480px;
    margin: 0 auto;
  }
  .footer .footer-grid {
    width: 100%;
    margin: 0 auto;
  }
  .footer .footer-sub-bar {
    flex-direction: row;
  }
}

