@import url("https://fonts.googleapis.com/css2?family=Kanit:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@keyframes marquee {
  0% {
    left: 0;
  }
  100% {
    left: -1760px;
  }
}
html.lenis,
html.lenis body {
  height: auto;
}

.lenis.lenis-smooth {
  scroll-behavior: auto !important;
}

.lenis.lenis-smooth [data-lenis-prevent] {
  overscroll-behavior: contain;
}

.lenis.lenis-stopped {
  overflow: hidden;
}

.lenis.lenis-smooth iframe {
  pointer-events: none;
}

* {
  font-family: "Kanit", sans-serif;
  box-sizing: border-box;
  padding: 0;
  margin: 0;
  border: 0;
  border-radius: 0;
  font-weight: normal;
  font-style: normal;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  scroll-behavior: smooth;
}

h1,
h2,
h3,
h4,
h5,
p,
span,
body,
li,
ul,
a {
  padding: 0;
  margin: 0;
}

input:focus,
textarea:focus {
  outline: none;
  accent-color: #121212;
}

body {
  background-color: #121212;
}
body.scrollblock {
  overflow: hidden;
}

.center-box {
  max-width: 1160px;
  margin: auto;
  padding: 0 20px;
}

.grid {
  display: grid;
  grid-template-columns: 1fr 3fr;
  gap: 8px;
}

header {
  left: 0;
  right: 0;
  z-index: 11;
  position: fixed;
  left: 0;
  right: 0;
  background-color: #ffffff;
  transition-duration: 0.3s;
  border-bottom: 1px solid #b4b4b4;
}
header.hidden {
  transform: translateY(-100%);
}
header .message-row {
  background-color: #121212;
  padding: 12px;
}
header .message-row p {
  font-size: 12px;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: normal;
  color: #ffffff;
  text-align: center;
}
header .menu-bar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 21px 32px;
}
header .menu-bar .logo a {
  display: block;
  height: auto;
}
header .menu-bar .logo a img {
  display: block;
}
header .menu-bar .menu {
  display: flex;
  gap: 80px;
}
header .menu-bar .menu nav ul {
  list-style-type: none;
  display: flex;
  align-items: center;
  gap: 40px;
}
header .menu-bar .menu nav ul li {
  padding: 4.5px 4px;
}
header .menu-bar .menu nav ul li a {
  color: rgba(18, 18, 18, 0.6);
  text-decoration: none;
  transition-duration: 0.1s;
}
header .menu-bar .menu nav ul li a:hover {
  color: #121212;
}
header .menu-bar .menu .lang {
  display: flex;
  gap: 8px;
}
header .menu-bar .menu .lang span {
  display: block;
  padding: 4.5px 4px;
}
header .menu-bar .menu .lang span a {
  color: #b4b4b4;
  text-decoration: none;
  transition-duration: 0.3s;
}
header .menu-bar .menu .lang span a:hover {
  color: #121212;
}
header .menu-bar .menu .lang span.active {
  color: #121212;
}
header .menu-bar .menu .mobile-nav-btn {
  display: none;
}
header .mobile-nav {
  display: none;
}

.loader {
  position: fixed;
  background-color: #121212 !important;
  top: 0;
  left: 0;
  right: 0;
  height: 100svh;
  z-index: 20;
  opacity: 1;
}

section {
  position: relative;
  z-index: 3;
}

.hero-slider {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 3;
  overflow: hidden;
  height: 100vh;
  background-color: #121212;
}
.hero-slider.hidden {
  z-index: 1;
  transform: translateX(-100%);
}
.hero-slider.mobile {
  display: none;
}
.hero-slider .swiper-wrapper .slide {
  background-position: center;
  background-size: cover;
  width: 100vw;
}
.hero-slider .swiper-wrapper .slide .overlay {
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0.12%, rgba(18, 18, 18, 0.2) 99.89%);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100vh;
  z-index: 0;
}
.hero-slider .swiper-wrapper .slide .center-box {
  width: 100%;
  position: relative;
  height: 100svh;
  display: flex;
  flex-direction: column;
  gap: 40px;
  justify-content: center;
  z-index: 1;
}
.hero-slider .swiper-wrapper .slide .center-box h2 {
  font-size: 64px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: normal;
}
@media (max-width: 1024px) {
  .hero-slider .swiper-wrapper .slide .center-box h2 {
    font-size: 52px;
  }
}
.hero-slider .swiper-wrapper .slide .center-box p {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: normal;
  max-width: 368px;
}
@media (max-width: 1024px) {
  .hero-slider .swiper-wrapper .slide .center-box p {
    font-size: 14px;
  }
}

.hero-swiper-pagination,
.hero-mobile-swiper-pagination {
  position: absolute;
  bottom: 60px !important;
  display: flex;
  justify-content: center;
  align-items: center;
}
.hero-swiper-pagination span,
.hero-mobile-swiper-pagination span {
  height: 14px;
  width: 14px;
  border: 2px solid #ffffff;
  background-color: transparent;
}
.hero-swiper-pagination span.swiper-pagination-bullet-active,
.hero-mobile-swiper-pagination span.swiper-pagination-bullet-active {
  border-style: double;
  height: 20px;
  width: 20px;
  background: #ffffff;
}

.top-spacer {
  height: 100svh;
  opacity: 0;
}

.logo-caroussel {
  overflow-x: hidden;
  border-bottom: 1px solid #b4b4b4;
  background-color: #f0f0f0;
}
.logo-caroussel .marquee {
  padding: 40px 0;
  display: flex;
  position: relative;
  margin-right: 72px;
}
.logo-caroussel .marquee div {
  display: flex;
  align-items: center;
}
.logo-caroussel .marquee div img {
  margin-right: 72px;
  max-height: 55px;
}

.introduction {
  padding: 160px 0;
  background-color: #f0f0f0;
}
.introduction .center-box h2 {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: normal;
  color: #b4b4b4;
}
@media (max-width: 1024px) {
  .introduction .center-box h2 {
    font-size: 14px;
  }
}
.introduction .center-box p {
  font-size: 48px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: normal;
}
@media (max-width: 1024px) {
  .introduction .center-box p {
    font-size: 36px;
    letter-spacing: -2%;
  }
}

.categories {
  padding: 205px 0;
  background-color: #121212;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
}
.categories-list .center-box {
  display: flex;
  flex-wrap: wrap;
  padding: 80px 0;
}
.categories-list .center-box .category {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  padding: 40px 0;
  color: #ffffff;
  text-transform: uppercase;
  width: calc(25% - 4px);
}
.categories-list .center-box .category span {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: normal;
}
@media (max-width: 1024px) {
  .categories-list .center-box .category span {
    font-size: 14px;
  }
}

.title-row {
  display: flex;
  justify-content: space-between;
  padding-bottom: 20px;
  border-bottom: 1px solid #b4b4b4;
  margin-bottom: 40px;
}
.title-row h2 {
  font-size: 32px;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: normal;
  text-transform: uppercase;
}
@media (max-width: 1024px) {
  .title-row h2 {
    font-size: 20px;
  }
}
.title-row h3 {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: normal;
  color: #b4b4b4;
}
@media (max-width: 1024px) {
  .title-row h3 {
    font-size: 14px;
  }
}
.title-row .pagination {
  display: flex;
  gap: 8px;
}
.title-row .pagination > div {
  padding: 4px;
  background-color: #ffffff;
  display: flex !important;
  justify-content: center;
  align-items: center;
  position: inherit !important;
  height: auto;
  width: auto;
  margin: 0;
  cursor: pointer;
}
.title-row .pagination > div:hover {
  background-color: #121212;
}
.title-row .pagination > div:hover svg path {
  fill: #ffffff;
}
.title-row .pagination > div.swiper-button-disabled {
  background-color: #b4b4b4;
  cursor: auto;
}
.title-row .pagination > div.swiper-button-disabled svg path {
  fill: #ffffff;
}
.title-row .pagination > div::after {
  content: "";
}
.title-row .pagination > div.nums {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: normal;
  cursor: auto;
  width: 84px;
}
@media (max-width: 1024px) {
  .title-row .pagination > div.nums {
    font-size: 14px;
  }
}
.title-row .pagination > div.nums:hover {
  background-color: #ffffff;
  cursor: auto;
}
.title-row .pagination > div.nums:hover svg path {
  fill: #121212;
}

.highlighted-products {
  padding: 80px 0;
  background-color: #f0f0f0;
}
.highlighted-products .center-box {
  overflow: hidden;
}
.highlighted-products .product {
  display: flex;
  gap: 8px;
}
.highlighted-products .product-img {
  width: calc(50% - 4px);
  height: 600px;
  background-size: cover;
}
.highlighted-products .product-desc {
  width: 50%;
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 80px;
}
.highlighted-products .product-desc-upper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.highlighted-products .product-desc-upper img {
  height: 39px;
}
.highlighted-products .product-desc-upper span {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: normal;
}
@media (max-width: 1024px) {
  .highlighted-products .product-desc-upper span {
    font-size: 14px;
  }
}
.highlighted-products .product-desc-middle {
  border-top: 1px solid #b4b4b4;
  padding: 12px 0;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.highlighted-products .product-desc-middle-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.highlighted-products .product-desc-middle-row span {
  font-size: 12px;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: normal;
  color: #b4b4b4;
}
.highlighted-products .product-desc-middle-row p {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: normal;
}
@media (max-width: 1024px) {
  .highlighted-products .product-desc-middle-row p {
    font-size: 14px;
  }
}
.highlighted-products .product-desc-lower {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 12px 0;
  border-top: 1px solid #b4b4b4;
}
.highlighted-products .product-desc-lower span {
  font-size: 12px;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: normal;
  color: #b4b4b4;
}
.highlighted-products .product-desc-lower p {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: normal;
}
@media (max-width: 1024px) {
  .highlighted-products .product-desc-lower p {
    font-size: 14px;
  }
}

.new-arrivals {
  padding: 80px 0 160px;
  background-color: #f0f0f0;
}
.new-arrivals .center-box {
  overflow: hidden;
}
.new-arrivals .product-listing {
  display: flex;
  gap: 8px;
}
.new-arrivals .product-listing.mobile {
  display: none;
}
.new-arrivals .product-listing .product {
  width: calc(25% - 4px);
  padding: 17px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.new-arrivals .product-listing .product-upper-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 16px;
}
.new-arrivals .product-listing .product-upper-row img {
  height: 28px;
  max-width: 60%;
}
.new-arrivals .product-listing .product-upper-row .badge {
  font-size: 10px;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: normal;
  padding: 8px 12px;
  background-color: #f12929;
  color: #ffffff;
  text-transform: uppercase;
}
@media (max-width: 1024px) {
  .new-arrivals .product-listing .product-upper-row .badge {
    line-height: 1.4;
  }
}
.new-arrivals .product-listing .product-img {
  height: 280px;
  background-size: cover;
  background-position: center;
}
.new-arrivals .product-listing .product-text {
  padding: 16px 0;
}
.new-arrivals .product-listing .product-text h4 {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: normal;
  padding-bottom: 6px;
}
@media (max-width: 1024px) {
  .new-arrivals .product-listing .product-text h4 {
    font-size: 14px;
  }
}
.new-arrivals .product-listing .product-text span {
  font-size: 12px;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: normal;
}
.new-arrivals .product-listing .product-text span p {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.wpcf7-list-item {
  margin: 0 !important;
}
.wpcf7-list-item label {
  display: flex;
  gap: 8px;
}
.wpcf7-list-item input[type=checkbox] {
  height: 16px !important;
  width: 16px;
  border: 0;
  border-radius: 0;
  accent-color: #121212;
}
.wpcf7-list-item .wpcf7-list-item-label {
  font-size: 12px;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: normal;
  color: #b4b4b4;
}
.wpcf7-list-item .wpcf7-list-item-label a {
  color: #b4b4b4;
}

.contact {
  padding: 80px 0 160px;
  background-color: #ffffff;
}
.contact-title {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: normal;
  color: #b4b4b4;
}
@media (max-width: 1024px) {
  .contact-title {
    font-size: 14px;
  }
}
.contact-list {
  font-size: 48px;
  line-height: 1.2;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 40px;
}
.contact-list a {
  display: inline-block;
  color: #121212;
  text-decoration: none;
}
.contact-list a:hover {
  text-decoration: underline;
}
.contact-list button {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: normal;
  color: #ffffff;
  background-color: transparent;
  padding: 16px 20px;
  cursor: pointer;
  transition-duration: 0.1s;
  border: 1px solid #121212;
  position: relative;
  overflow: hidden;
  transition-duration: 0.5s;
}
@media (max-width: 1024px) {
  .contact-list button {
    font-size: 14px;
  }
}
.contact-list button .btn-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  transition-duration: 0.5s;
  background-color: #121212;
  z-index: -1;
}
.contact-list button:hover {
  color: #121212;
  background-color: transparent;
}
.contact-list button:hover .btn-bg {
  transform: translateY(100%);
}

.contact-popup-wrapper {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  display: none;
  z-index: 21;
}
.contact-popup-wrapper.opened {
  display: flex;
}
.contact-popup-wrapper .popup-bg {
  width: 100vw;
  height: 100vh;
  background-color: rgba(18, 18, 18, 0.6);
}
.contact-popup-wrapper .contact-popup {
  background-color: #ffffff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 468px;
  padding: 24px 24px 40px;
  display: flex;
  flex-direction: column;
  z-index: 11;
}
.contact-popup-wrapper .contact-popup > div {
  display: flex;
  flex-direction: column;
}
.contact-popup-wrapper .contact-popup .close-btn {
  text-align: right;
  margin-bottom: 40px;
  background-color: transparent;
  cursor: pointer;
  align-self: flex-end;
}
.contact-popup-wrapper .contact-popup-content h4 {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: normal;
  padding-bottom: 20px;
}
.contact-popup-wrapper .contact-popup-content form {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
}
.contact-popup-wrapper .contact-popup-content form p {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
  width: 100%;
}
.contact-popup-wrapper .contact-popup-content form p label {
  width: 100%;
}
.contact-popup-wrapper .contact-popup-content form p label input {
  height: 44px;
}
.contact-popup-wrapper .contact-popup-content form p label input[type=text],
.contact-popup-wrapper .contact-popup-content form p label input[type=email],
.contact-popup-wrapper .contact-popup-content form p label textarea {
  border: 1px solid #b4b4b4;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: normal;
  padding: 12px;
  width: 100%;
}
@media (max-width: 1024px) {
  .contact-popup-wrapper .contact-popup-content form p label input[type=text],
  .contact-popup-wrapper .contact-popup-content form p label input[type=email],
  .contact-popup-wrapper .contact-popup-content form p label textarea {
    font-size: 14px;
  }
}
.contact-popup-wrapper .contact-popup-content form p label textarea {
  height: 164px;
}
.contact-popup-wrapper .contact-popup-content form .send-msg {
  cursor: pointer;
  transition-duration: 0.5s;
  position: relative;
  overflow: hidden;
  background-color: transparent;
  transition-duration: 0.5s;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: normal;
}
@media (max-width: 1024px) {
  .contact-popup-wrapper .contact-popup-content form .send-msg {
    font-size: 14px;
  }
}
.contact-popup-wrapper .contact-popup-content form .send-msg .btn-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  transition-duration: 0.5s;
  background-color: #121212;
  z-index: -1;
}
.contact-popup-wrapper .contact-popup-content form .send-msg button {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: normal;
  background-color: transparent;
  padding: 16px 20px;
  color: #ffffff;
  border: 1px solid #121212;
  transition-duration: 0.5s;
  cursor: pointer;
}
@media (max-width: 1024px) {
  .contact-popup-wrapper .contact-popup-content form .send-msg button {
    font-size: 14px;
  }
}
.contact-popup-wrapper .contact-popup-content form .send-msg:hover {
  color: #121212;
  background-color: transparent;
}
.contact-popup-wrapper .contact-popup-content form .send-msg:hover .btn-bg {
  transform: translateY(100%);
}
.contact-popup-wrapper .contact-popup-content form .send-msg:hover button {
  color: #121212;
}

.brands {
  background-color: #121212;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  -webkit-background-size: cover;
  padding: 272px 0;
}
.brands-logos {
  padding: 80px 0;
}
.brands-logos .center-box {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0 8px;
}
.brands-logos .center-box img {
  width: 274px;
  max-width: calc(25% - 6px);
}

.article {
  padding: 80px 0;
  background-color: #f0f0f0;
}
.article-header {
  padding-bottom: 80px;
}
.article-header .badges {
  display: flex;
  gap: 8px;
  padding-bottom: 20px;
}
.article-header .badges span {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: normal;
  display: block;
  padding: 8px 20px;
  background-color: #ffffff;
}
@media (max-width: 1024px) {
  .article-header .badges span {
    font-size: 14px;
  }
}
.article-header h4 {
  font-size: 48px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: normal;
}
@media (max-width: 1024px) {
  .article-header h4 {
    font-size: 36px;
    letter-spacing: -2%;
  }
}
.article-img {
  height: 466px;
  background-size: cover;
  background-position: center;
}

.feedbacks {
  padding: 80px 0;
  background-color: #f0f0f0;
}
.feedbacks .center-box {
  overflow: hidden;
}
.feedbacks .title-row {
  margin-bottom: 80px;
}
.feedbacks .testimonial {
  background-color: #ffffff;
  padding: 40px;
  width: 100%;
}
.feedbacks .testimonial p {
  font-size: 40px;
  font-weight: 300;
  line-height: 1.2;
  letter-spacing: normal;
  padding-bottom: 40px;
}
@media (max-width: 1024px) {
  .feedbacks .testimonial p {
    font-size: 28px;
    letter-spacing: -2%;
  }
}
.feedbacks .testimonial-footer {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 20px;
}
.feedbacks .testimonial-footer-img {
  height: 64px;
  width: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #f0f0f0;
}
.feedbacks .testimonial-footer-content span {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: normal;
  display: block;
  padding-bottom: 6px;
}

.newsletter {
  padding: 80px 0 160px;
  background-color: #f0f0f0;
  margin-bottom: 414px;
}
.newsletter-title {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: normal;
  color: #b4b4b4;
}
@media (max-width: 1024px) {
  .newsletter-title {
    font-size: 14px;
  }
}
.newsletter-content h3 {
  font-size: 48px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: normal;
  padding-bottom: 40px;
}
@media (max-width: 1024px) {
  .newsletter-content h3 {
    font-size: 36px;
    letter-spacing: -2%;
  }
}
.newsletter-content form {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  width: 100%;
  max-width: 462px;
}
.newsletter-content form div {
  flex-grow: 1;
}
.newsletter-content form div input[type=email] {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: normal;
  height: 40px;
  padding: 12px;
  margin-bottom: 12px;
  width: 100%;
}
@media (max-width: 1024px) {
  .newsletter-content form div input[type=email] {
    font-size: 14px;
  }
}
.newsletter-content form div input[type=email]:focus {
  outline: none;
}
.newsletter-content form div .terms {
  display: flex;
  align-items: center;
  gap: 8px;
}
.newsletter-content form div .terms input[type=checkbox] {
  border-radius: 0;
  border: none;
  height: 16px;
  width: 16px;
  accent-color: #121212;
}
.newsletter-content form div .terms label {
  font-size: 12px;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: normal;
  color: #b4b4b4;
}
.newsletter-content form div .terms label a {
  color: #b4b4b4;
}
.newsletter-content form button {
  height: 40px;
  width: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #ffffff;
  transition-duration: 0.1s;
  cursor: pointer;
}
.newsletter-content form button:hover {
  background-color: #121212;
}
.newsletter-content form button:hover svg path {
  fill: #ffffff;
}

footer {
  background-color: #121212;
  padding: 260px 0 40px;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  justify-content: flex-end;
  z-index: -1;
}
footer.hidden {
  transform: translateY(100%);
}
footer .footer-content {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  padding-bottom: 200px;
  gap: 8px;
}
footer .footer-content .col h4 {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: normal;
  color: #ffffff;
  padding-bottom: 20px;
}
footer .footer-content .col ul {
  list-style-type: none;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
footer .footer-content .col ul li {
  font-size: 12px;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: normal;
  color: #ffffff;
}
footer .footer-content .col ul li a {
  font-size: 12px;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: normal;
  color: #ffffff;
  text-decoration: none;
}
footer .footer-content .col ul li a:hover {
  text-decoration: underline;
}
footer .footer-content .footer-social-icons {
  display: flex;
  gap: 8px;
  justify-content: flex-end;
}
footer .footer-content .footer-social-icons a {
  display: inline-block;
}
footer .footer-bottom p {
  font-size: 12px;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: normal;
  color: #ffffff;
  text-align: center;
}
footer .footer-bottom p a {
  color: #b4b4b4;
  text-decoration: none;
  transition-duration: 0.3s;
}
footer .footer-bottom p a:hover {
  color: #ffffff;
}

@media only screen and (max-width: 1024px) {
  .center-box {
    padding: 0 20px;
  }
  .grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  header .menu-bar {
    padding: 21px 20px;
  }
  header .menu-bar .menu nav {
    display: none;
  }
  header .menu-bar .menu .lang {
    display: none;
  }
  header .menu-bar .menu .mobile-nav-btn {
    display: block;
    cursor: pointer;
    background-color: transparent;
  }
  header .mobile-nav {
    display: block;
    position: fixed;
    top: -100vh;
    left: 0;
    width: 100%;
    z-index: 10;
    height: 100svh;
    overflow-y: scroll;
    background-color: #121212;
    color: #ffffff;
    transition-duration: 0.3s;
  }
  header .mobile-nav .menu-bar {
    background-color: #ffffff;
  }
  header .mobile-nav .menu-bar .mobile-nav-btn {
    background-color: transparent;
    cursor: pointer;
  }
  header .mobile-nav.opened {
    top: 0;
  }
  header .mobile-nav_inner-container {
    padding: 40px 20px;
    display: flex;
    flex-direction: column;
    gap: 80px;
  }
  header .mobile-nav_inner-container .lang {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.2;
    letter-spacing: normal;
    display: flex;
    gap: 8px;
  }
}
@media only screen and (max-width: 1024px) and (max-width: 1024px) {
  header .mobile-nav_inner-container .lang {
    font-size: 14px;
  }
}
@media only screen and (max-width: 1024px) {
  header .mobile-nav_inner-container .lang span {
    display: block;
    padding: 4.5px 4px;
  }
  header .mobile-nav_inner-container .lang span a {
    color: #b4b4b4;
    text-decoration: none;
  }
  header .mobile-nav_inner-container .lang span a:hover {
    color: #ffffff;
  }
  header .mobile-nav_inner-container .lang span.active {
    color: #ffffff;
  }
  header .mobile-nav_inner-container nav .header-menu ul {
    list-style-type: none;
    display: flex;
    flex-direction: column;
    gap: 40px;
  }
  header .mobile-nav_inner-container nav .header-menu ul li a {
    font-size: 40px;
    font-weight: 300;
    line-height: 1.2;
    letter-spacing: normal;
    color: #ffffff;
    text-decoration: none;
    padding: 4px;
  }
}
@media only screen and (max-width: 1024px) and (max-width: 1024px) {
  header .mobile-nav_inner-container nav .header-menu ul li a {
    font-size: 28px;
    letter-spacing: -2%;
  }
}
@media only screen and (max-width: 1024px) {
  header .mobile-nav_inner-container .social-icons {
    display: flex;
    gap: 8px;
  }
  .hero-slider.mobile {
    display: flex;
  }
  .hero-slider.mobile.hidden {
    z-index: 1;
    transform: translateX(-100%);
  }
  .hero-slider.desktop {
    display: none;
  }
  .hero-slider .slide .overlay {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 12.32%, rgba(0, 0, 0, 0.4) 77.96%) !important;
  }
  .hero-slider .slide .center-box {
    flex-direction: column;
    gap: 24px;
    justify-content: flex-end !important;
    padding: 40px 20px 156px;
  }
  .hero-slider .slide .center-box h2 {
    font-size: 64px;
    font-weight: 400;
    line-height: 1;
    letter-spacing: normal;
  }
}
@media only screen and (max-width: 1024px) and (max-width: 1024px) {
  .hero-slider .slide .center-box h2 {
    font-size: 52px;
  }
}
@media only screen and (max-width: 1024px) {
  .hero-slider .slide .center-box p {
    font-size: 12px;
    font-weight: 400;
    line-height: 1.2;
    letter-spacing: normal;
    max-width: 278px;
  }
  .introduction {
    padding: 120px 0;
  }
  .categories {
    padding: 0;
    background-attachment: scroll;
  }
  .categories-list .center-box {
    padding: 80px 0;
  }
  .categories-list .center-box .category {
    width: calc(50% - 4px);
  }
  .title-row {
    flex-direction: column;
    gap: 20px;
  }
  .title-row h2 {
    font-size: 32px;
    font-weight: 500;
    line-height: 1.2;
    letter-spacing: normal;
    text-transform: uppercase;
  }
}
@media only screen and (max-width: 1024px) and (max-width: 1024px) {
  .title-row h2 {
    font-size: 20px;
  }
}
@media only screen and (max-width: 1024px) {
  .title-row .pagination {
    display: flex;
    gap: 8px;
  }
  .highlighted-products .product {
    flex-direction: column;
    gap: 20px;
  }
  .highlighted-products .product-img {
    background-position: center;
    width: 100%;
    max-height: 600px;
    height: calc(100vw - 40px);
  }
  .highlighted-products .product-desc {
    width: 100%;
    padding: 0;
    gap: 40px;
  }
  .highlighted-products .product-desc-upper {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .highlighted-products .product-desc-upper img {
    height: auto;
    width: 80px;
  }
  .highlighted-products .product-desc-upper span {
    padding: 8px 12px;
  }
  .highlighted-products .product-desc-middle {
    gap: 12px;
  }
  .highlighted-products .product-desc-lower {
    gap: 4px;
  }
  .new-arrivals {
    padding: 80px 0 120px;
  }
  .new-arrivals .title-row .pagination {
    display: none;
  }
  .new-arrivals .product-listing {
    justify-content: flex-start;
    overflow-x: scroll;
  }
  .new-arrivals .product-listing.mobile {
    display: flex;
  }
  .new-arrivals .product-listing.desktop {
    display: none;
  }
  .new-arrivals .product-listing .wrapper {
    display: flex;
    gap: 10px;
  }
  .new-arrivals .product-listing .wrapper .product {
    width: 278px !important;
    padding: 12px;
  }
  .new-arrivals .product-listing .wrapper .product-upper-row {
    padding: 20px 0;
  }
  .new-arrivals .product-listing .wrapper .product-text {
    padding: 12px 0;
  }
  .contact {
    padding: 80px 0 120px;
  }
  .contact-list a {
    font-size: 48px;
    font-weight: 400;
    line-height: 1;
    letter-spacing: normal;
    hyphens: auto;
  }
}
@media only screen and (max-width: 1024px) and (max-width: 1024px) {
  .contact-list a {
    font-size: 36px;
    letter-spacing: -2%;
  }
}
@media only screen and (max-width: 1024px) {
  .contact-list button {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.2;
    letter-spacing: normal;
  }
}
@media only screen and (max-width: 1024px) and (max-width: 1024px) {
  .contact-list button {
    font-size: 14px;
  }
}
@media only screen and (max-width: 1024px) {
  .contact-popup-wrapper {
    z-index: 11;
    overflow-y: auto;
  }
  .contact-popup-wrapper .contact-popup {
    display: flex;
    top: 0;
    left: 0;
    right: 0;
    transform: translate(0, 0);
    width: 100%;
    min-height: 100vh;
    height: inherit;
    padding: 20px 20px 120px;
  }
  .contact-popup-wrapper .contact-popup .close-btn {
    margin-bottom: 80px;
  }
  .contact-popup-wrapper .contact-popup-content {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
  }
  .contact-popup-wrapper .contact-popup-content form {
    flex-grow: 1;
    justify-content: space-between;
  }
  .contact-popup-wrapper .contact-popup-content form input[type=submit] {
    width: 100%;
  }
  .contact-popup-wrapper .contact-popup-content form input[type=submit]:hover {
    background-color: #121212;
    color: #ffffff;
  }
  .contact-popup-wrapper .contact-popup-content form input[type=submit]:active {
    background-color: #ffffff;
    color: #121212;
  }
  .brands {
    padding: 0;
    background-attachment: scroll;
  }
  .brands-cover-img {
    height: 320px;
  }
  .brands-logos .center-box {
    gap: 4px;
  }
  .brands-logos .center-box img {
    width: calc(50% - 4px);
    max-width: inherit;
  }
  .article-header {
    padding-bottom: 40px;
  }
  .feedbacks {
    padding: 40px 0;
  }
  .feedbacks .title-row {
    margin-bottom: 40px;
  }
  .feedbacks .testimonial {
    padding: 20px;
  }
  .feedbacks .testimonial-footer {
    gap: 12px;
  }
  .newsletter {
    padding: 80px 0 120px;
    margin-bottom: 718px;
  }
  .newsletter h3 {
    font-size: 48px;
    font-weight: 400;
    line-height: 1;
    letter-spacing: normal;
  }
}
@media only screen and (max-width: 1024px) and (max-width: 1024px) {
  .newsletter h3 {
    font-size: 36px;
    letter-spacing: -2%;
  }
}
@media only screen and (max-width: 1024px) {
  footer .footer-content {
    grid-template-columns: 1fr;
    gap: 40px;
    padding-bottom: 80px;
  }
  footer .footer-content .footer-social-icons {
    justify-content: flex-start;
  }
}

/*# sourceMappingURL=styles.css.map */
