body {
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h5,
p {
  font-weight: normal;
  margin: 0;
}

:focus,
button:focus,
a:focus {
  outline: 0;
}

ol,
ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

li {
  list-style: none;
}

a {
  color: inherit;
  text-decoration: none;
}
a:focus, a:hover {
  color: inherit;
  text-decoration: none;
  outline: 0;
}

form {
  margin: 0;
}

input:focus,
textarea:focus,
select:focus {
  outline: 0;
}

button {
  border: none;
  background-color: transparent;
  padding: 0;
}
button:focus, button:hover {
  color: inherit;
  text-decoration: none;
  outline: 0;
}

@font-face {
  font-family: "Jazmin Light";
  src: url("../fonts/Jazmin/Jazmin-Light.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
@font-face {
  font-family: "Jazmin Regular";
  src: url("../fonts/Jazmin/Jazmin-Regular.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
@font-face {
  font-family: "Jazmin Medium";
  src: url("../fonts/Jazmin/Jazmin-Medium.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
@font-face {
  font-family: "Mundial Regular";
  src: url("../fonts/Mundial/Mundial-Regular.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
@font-face {
  font-family: "Mundial Bold";
  src: url("../fonts/Mundial/Mundial-Bold.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
@font-face {
  font-family: "Mundial Light";
  src: url("../fonts/Mundial/Mundial-Light.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
.column {
  display: flex;
  flex-direction: column;
}

.row {
  display: flex;
}

.form-group {
  position: relative;
  margin: 0;
}

input.error,
textarea.error,
select.error {
  background-color: #fce4e4;
  border: 1px solid #cc0033;
  outline: none;
}

label.error {
  color: red;
  font-size: 12px;
  position: absolute;
  bottom: -20px;
}

img {
  max-width: 100%;
  display: block;
}

body {
  background-color: #f9f8f4;
}

body::-webkit-scrollbar {
  width: 3px;
  background-color: transparent !important;
}

body::-webkit-scrollbar-thumb {
  background-color: #f9f8f4;
  border-radius: 20px;
}

.fade-up {
  opacity: 0 !important;
  transform: translateY(20px) !important;
  transition: all 0.5s 0.5s cubic-bezier(0.19, 0.08, 0.32, 0.99);
}

.fade-up.is-inview {
  opacity: 1 !important;
  transform: translateY(0) !important;
}

.fade-opacity {
  opacity: 0 !important;
  transition: all 1s 1s cubic-bezier(0.19, 0.08, 0.32, 0.99);
}

.fade-opacity.is-inview {
  opacity: 1 !important;
}

[data-scroll-container] {
  will-change: transform;
}

/*! locomotive-scroll v4.1.3 | MIT License | https://github.com/locomotivemtl/locomotive-scroll */
html.has-scroll-smooth {
  overflow: hidden;
}

html.has-scroll-dragging {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.has-scroll-smooth body {
  overflow: hidden;
}

.has-scroll-smooth [data-scroll-container] {
  min-height: 100vh;
}

[data-scroll-direction=horizontal] [data-scroll-container] {
  height: 100vh;
  display: inline-block;
  white-space: nowrap;
}

[data-scroll-direction=horizontal] [data-scroll-section] {
  display: inline-block;
  vertical-align: top;
  white-space: nowrap;
  height: 100%;
}

.c-scrollbar {
  position: absolute;
  right: 0;
  top: 0;
  width: 11px;
  height: 100%;
  transform-origin: center right;
  transition: transform 0.3s, opacity 0.3s;
  opacity: 0;
}

.c-scrollbar:hover {
  transform: scaleX(1.45);
}

.c-scrollbar:hover,
.has-scroll-scrolling .c-scrollbar,
.has-scroll-dragging .c-scrollbar {
  opacity: 1;
}

.c-scrollbar_thumb {
  position: absolute;
  top: 0;
  right: 0;
  background-color: black;
  opacity: 0.5;
  width: 7px;
  border-radius: 10px;
  margin: 2px;
  cursor: -webkit-grab;
  cursor: grab;
}

.has-scroll-dragging .c-scrollbar_thumb {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

div.outer-container {
  margin-bottom: 24px;
}
div.outer-container div.outer-animation {
  overflow: hidden;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  text-align: center;
  margin: 0 auto;
}
div.outer-container div.outer-animation h3 {
  transform: translateY(80px);
  opacity: 0;
  transition: all 1s 0.3s cubic-bezier(0.19, 0.08, 0.32, 0.99);
  font-family: "Jazmin Light", sans-serif;
  color: #182a2b;
  font-size: clamp(24px, 4.27vw, 70px);
  line-height: clamp(32px, 5.67vw, 93px);
}
div.outer-container div.outer-animation h3.is-inview {
  opacity: 1;
  transform: translateY(0);
}

header {
  position: relative;
  padding: 16px 0;
  top: 0;
  left: 0;
  z-index: 999;
  background-color: rgba(249, 248, 244, 0.7);
  -webkit-backdrop-filter: blur(6px);
          backdrop-filter: blur(6px);
  width: 100%;
  padding-left: 16px;
  padding-right: 16px;
  box-sizing: border-box;
  transition: all 0.3s cubic-bezier(0.19, 0.08, 0.32, 0.99);
}
header div.container {
  justify-content: space-between;
  align-items: center;
  position: relative;
}
@media (max-width: 1080px) {
  header div.container > a:nth-of-type(1) svg {
    width: 160px;
  }
}
header div.container > a:nth-of-type(2) {
  display: none;
}
@media (min-width: 1080px) {
  header div.container > a:nth-of-type(2) {
    display: block;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
  }
}
header div.container img {
  max-height: 60px;
}
header div.container a.login-button {
  display: none;
}
@media (min-width: 1080px) {
  header div.container a.login-button {
    display: block;
  }
}
header div.container div.row {
  align-items: center;
  gap: 32px;
}
header div.container div.row a {
  font-family: "Mundial Regular", sans-serif;
  color: #182a2b;
  font-size: clamp(15px, 1.22vw, 20px);
  line-height: clamp(18px, 1.4vw, 23px);
  padding-bottom: 2px;
  margin: 0 auto;
  position: relative;
  transition: transform 0.1s ease-in-out;
}
header div.container div.row a::after {
  content: "";
  position: absolute;
  background-color: #182a2b;
  transition: transform 0.5s;
  left: 0;
  width: 100%;
  height: 1px;
  transform: scaleX(0.15);
  transform-origin: center;
  bottom: -8px;
}
header div.container div.row a:hover::after {
  transform: scaleX(1);
}
header div.container div.row button {
  z-index: 999;
  position: relative;
  width: 46px;
  height: 50px;
}
header div.container div.row button::before {
  content: "";
  border: 1px solid #182a2b;
  border-radius: 40px 30px 40px 30px;
  cursor: pointer;
  position: absolute;
  display: block;
  top: 0;
  left: -1px;
  width: 46px;
  height: 50px;
  transition: all 0.3s cubic-bezier(0.19, 0.08, 0.32, 0.99);
}
header div.container div.row button:hover::before {
  rotate: 180deg;
}
header div.container div.row button.open p:nth-of-type(1) {
  top: 24px;
  rotate: -42deg;
  left: 12px;
}
header div.container div.row button.open p:nth-of-type(2) {
  display: none;
}
header div.container div.row button.open p:nth-of-type(3) {
  top: 24px;
  rotate: 42deg;
  left: 12px;
}
header div.container div.row button.close p:nth-of-type(1) {
  transform: translateX(-50%);
  top: 17px;
  rotate: 0deg;
}
header div.container div.row button.close p:nth-of-type(2) {
  transform: translateX(-50%);
  top: 24px;
}
header div.container div.row button.close p:nth-of-type(3) {
  transform: translateX(-50%);
  top: 31px;
  rotate: 0deg;
}
header div.container div.row button p {
  width: 20px;
  height: 2px;
  background: #182a2b;
  border-radius: 10px;
  position: absolute;
  left: 50%;
  transition: all 0.3s cubic-bezier(0.19, 0.08, 0.32, 0.99);
}
header div.menu {
  opacity: 0;
  visibility: hidden;
  z-index: 11;
  height: 100vh;
  width: 100vw;
  overflow: hidden;
  position: fixed;
  top: 0;
  overflow-y: scroll;
  left: 0;
  pointer-events: none;
  transition: opacity 0s 0.5s, visibility 0s 0.5s;
}
header div.menu.open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transition: opacity 0s, visibility 0s;
}
header div.menu.open div.grid {
  -webkit-clip-path: inset(0);
          clip-path: inset(0);
  transition: -webkit-clip-path 0.6s 0.1s cubic-bezier(0.45, 0, 0.55, 1);
  transition: clip-path 0.6s 0.1s cubic-bezier(0.45, 0, 0.55, 1);
  transition: clip-path 0.6s 0.1s cubic-bezier(0.45, 0, 0.55, 1), -webkit-clip-path 0.6s 0.1s cubic-bezier(0.45, 0, 0.55, 1);
}
header div.menu div.grid {
  background-color: #f9f8f4;
  -webkit-clip-path: inset(0 100% 0 0);
          clip-path: inset(0 100% 0 0);
  transition: -webkit-clip-path 0.6s cubic-bezier(0.45, 0, 0.55, 1);
  transition: clip-path 0.6s cubic-bezier(0.45, 0, 0.55, 1);
  transition: clip-path 0.6s cubic-bezier(0.45, 0, 0.55, 1), -webkit-clip-path 0.6s cubic-bezier(0.45, 0, 0.55, 1);
  display: grid;
  grid-template-columns: 1fr 1fr;
  height: 100%;
  width: 100%;
}
header div.menu div.grid div.video {
  display: none;
}
@media (min-width: 1080px) {
  header div.menu div.grid div.video {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
  }
}
header div.menu div.grid div.video iframe {
  width: 100vw;
  height: 100vh;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  left: -60%;
}
header div.menu div.grid div.menu-options {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 80px;
  position: relative;
  padding-left: 40px;
}
@media (min-width: 1480px) {
  header div.menu div.grid div.menu-options {
    padding-left: 144px;
  }
}
header div.menu div.grid div.menu-options ul {
  gap: 24px;
}
header div.menu div.grid div.menu-options ul.home li:nth-of-type(1) a {
  opacity: 0.7;
}
header div.menu div.grid div.menu-options ul.home li:nth-of-type(1) a svg {
  margin-left: 0;
}
header div.menu div.grid div.menu-options ul.about li:nth-of-type(2) a {
  opacity: 0.7;
}
header div.menu div.grid div.menu-options ul.about li:nth-of-type(2) a svg {
  margin-left: 0;
}
header div.menu div.grid div.menu-options ul.products li:nth-of-type(3) a {
  opacity: 0.7;
}
header div.menu div.grid div.menu-options ul.products li:nth-of-type(3) a svg {
  margin-left: 0;
}
header div.menu div.grid div.menu-options ul li {
  overflow: hidden;
}
header div.menu div.grid div.menu-options ul li:nth-of-type(1) {
  transition: all 0.3s linear;
}
header div.menu div.grid div.menu-options ul li:nth-of-type(2) {
  transition: all 0.4s linear;
}
header div.menu div.grid div.menu-options ul li:nth-of-type(3) {
  transition: all 0.5s linear;
}
header div.menu div.grid div.menu-options ul li:nth-of-type(4) {
  transition: all 0.6s linear;
}
header div.menu div.grid div.menu-options ul li.show {
  opacity: 1;
  transform: translateY(0);
}
header div.menu div.grid div.menu-options ul li.hide {
  opacity: 0;
  transform: translateY(10px);
}
header div.menu div.grid div.menu-options ul li a {
  font-family: "Jazmin Light", sans-serif;
  color: #182a2b;
  font-size: clamp(24px, 4.27vw, 70px);
  line-height: clamp(32px, 5.67vw, 93px);
  gap: 16px;
  align-items: center;
  transition: all 0.3s cubic-bezier(0.19, 0.08, 0.32, 0.99);
}
header div.menu div.grid div.menu-options ul li a svg {
  margin-left: -68px;
  transition: all 0.3s cubic-bezier(0.19, 0.08, 0.32, 0.99);
}
header div.menu div.grid div.menu-options ul li a:hover {
  opacity: 1 !important;
}
header div.menu div.grid div.menu-options ul li a:hover svg {
  margin-left: 0;
}
header div.menu div.grid div.menu-options > div {
  align-items: flex-end;
  gap: 80px;
}
@media (min-width: 1080px) {
  header div.menu div.grid div.menu-options > div {
    display: flex;
  }
}
header div.menu div.grid div.menu-options > div > div.column {
  gap: 32px;
}
header div.menu div.grid div.menu-options > div > div.column span {
  font-family: "Mundial Light", sans-serif;
  color: #182a2b;
  font-size: clamp(14px, 1.1vw, 18px);
  line-height: clamp(18px, 1.46vw, 24px);
  max-width: 220px;
}
header div.menu div.grid div.menu-options > div > div.column div.row {
  gap: 32px;
}
header div.menu div.grid div.menu-options > div > div.column a {
  transition: all 0.3s cubic-bezier(0.19, 0.08, 0.32, 0.99);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  gap: 8px;
  font-family: "Mundial Regular", sans-serif;
  color: #182a2b;
  font-size: clamp(15px, 1.22vw, 20px);
  line-height: clamp(18px, 1.4vw, 23px);
}
header div.menu div.grid div.menu-options > div > div.column a::after {
  content: "";
  display: block;
  position: absolute;
  height: 1px;
  width: 0;
  right: 0;
  bottom: -6px;
  background-color: #182a2b;
  transition: all 0.3s cubic-bezier(0.19, 0.08, 0.32, 0.99);
}
header div.menu div.grid div.menu-options > div > div.column a:hover::after {
  left: 0;
  width: 100%;
}
header div.menu div.grid div.menu-options > div > div.column a svg {
  transition: all 0.3s cubic-bezier(0.19, 0.08, 0.32, 0.99);
}
header div.menu div.grid div.menu-options a.login-button {
  display: block;
}
@media (min-width: 1080px) {
  header div.menu div.grid div.menu-options a.login-button {
    display: none;
  }
}

footer section.footer {
  background-color: #182a2b;
  padding: 64px 0 64px 0;
}
@media (min-width: 1080px) {
  footer section.footer {
    padding: 144px 0 32px 0;
  }
}
footer section.footer div.container {
  display: block;
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  border: 0;
  padding: 0;
  margin: 0 auto;
  padding-left: 16px;
  padding-right: 16px;
}
@media (min-width: 1639px) {
  footer section.footer div.container {
    max-width: 1640px;
  }
}
footer section.footer div.container div.social-media {
  margin-bottom: 48px;
  display: grid;
  justify-content: space-between;
  grid-template-columns: 1fr;
}
@media (min-width: 1080px) {
  footer section.footer div.container div.social-media {
    grid-template-columns: repeat(auto-fit, minmax(240px, 240px));
    margin-bottom: 120px;
    padding: 0 64px;
  }
}
@media (max-width: 1080px) {
  footer section.footer div.container div.social-media {
    gap: 32px;
    justify-items: center;
  }
}
footer section.footer div.container div.social-media div.column {
  gap: 16px;
}
@media (max-width: 1080px) {
  footer section.footer div.container div.social-media div.column {
    width: 100%;
    text-align: center;
    flex-direction: column;
  }
}
@media (min-width: 1080px) {
  footer section.footer div.container div.social-media div.column {
    margin-top: 24px;
  }
}
footer section.footer div.container div.social-media div.column h4 {
  font-family: "Mundial Regular", sans-serif;
  color: #f9f8f4;
  font-size: clamp(15px, 1.22vw, 20px);
  line-height: clamp(18px, 1.4vw, 23px);
  text-transform: uppercase;
}
footer section.footer div.container div.social-media div.column ul {
  gap: 16px;
}
footer section.footer div.container div.social-media div.column ul li {
  max-width: 220px;
}
@media (max-width: 1080px) {
  footer section.footer div.container div.social-media div.column ul li {
    max-width: 100%;
  }
}
footer section.footer div.container div.social-media div.column ul li a {
  transition: all 0.3s cubic-bezier(0.19, 0.08, 0.32, 0.99);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  font-family: "Mundial Light", sans-serif;
  color: #f9f8f4;
  font-size: clamp(14px, 1.1vw, 18px);
  line-height: clamp(18px, 1.46vw, 24px);
}
footer section.footer div.container div.social-media div.column ul li a::after {
  content: "";
  display: block;
  position: absolute;
  height: 1px;
  width: 0;
  right: 0;
  bottom: -6px;
  background-color: #f9f8f4;
  transition: all 0.3s cubic-bezier(0.19, 0.08, 0.32, 0.99);
}
footer section.footer div.container div.social-media div.column ul li a:hover::after {
  left: 0;
  width: 100%;
}
footer section.footer div.container div.social-media > img {
  max-width: 160px;
}
@media (max-width: 780px) {
  footer section.footer div.container div.social-media > img {
    max-width: 100px;
  }
}
footer section.footer div.container div.animation-footer svg {
  width: 100%;
}
footer section.footer div.container div.animation-footer svg g g {
  transform: translateY(180px);
  transition: all 0.3s cubic-bezier(0.19, 0.08, 0.32, 0.99);
  opacity: 0;
}
@-webkit-keyframes footer-animation {
  0% {
    transform: translateY(180px);
    opacity: 0;
  }
  100% {
    transform: translateY(0px);
    opacity: 1;
  }
}
@keyframes footer-animation {
  0% {
    transform: translateY(180px);
    opacity: 0;
  }
  100% {
    transform: translateY(0px);
    opacity: 1;
  }
}
footer section.footer div.container div.animation-footer.is-inview svg g g.letter-1 {
  -webkit-animation: footer-animation 1s 0.2s cubic-bezier(0.19, 0.08, 0.32, 0.99) forwards;
          animation: footer-animation 1s 0.2s cubic-bezier(0.19, 0.08, 0.32, 0.99) forwards;
}
footer section.footer div.container div.animation-footer.is-inview svg g g.letter-2 {
  -webkit-animation: footer-animation 1s 0.22s cubic-bezier(0.19, 0.08, 0.32, 0.99) forwards;
          animation: footer-animation 1s 0.22s cubic-bezier(0.19, 0.08, 0.32, 0.99) forwards;
}
footer section.footer div.container div.animation-footer.is-inview svg g g.letter-3 {
  -webkit-animation: footer-animation 1s 0.24s cubic-bezier(0.19, 0.08, 0.32, 0.99) forwards;
          animation: footer-animation 1s 0.24s cubic-bezier(0.19, 0.08, 0.32, 0.99) forwards;
}
footer section.footer div.container div.animation-footer.is-inview svg g g.letter-4 {
  -webkit-animation: footer-animation 1s 0.26s cubic-bezier(0.19, 0.08, 0.32, 0.99) forwards;
          animation: footer-animation 1s 0.26s cubic-bezier(0.19, 0.08, 0.32, 0.99) forwards;
}
footer section.footer div.container div.animation-footer.is-inview svg g g.letter-5 {
  -webkit-animation: footer-animation 1s 0.28s cubic-bezier(0.19, 0.08, 0.32, 0.99) forwards;
          animation: footer-animation 1s 0.28s cubic-bezier(0.19, 0.08, 0.32, 0.99) forwards;
}
footer section.footer div.container div.animation-footer.is-inview svg g g.letter-6 {
  -webkit-animation: footer-animation 1s 0.3s cubic-bezier(0.19, 0.08, 0.32, 0.99) forwards;
          animation: footer-animation 1s 0.3s cubic-bezier(0.19, 0.08, 0.32, 0.99) forwards;
}
footer section.footer div.container div.animation-footer.is-inview svg g g.letter-7 {
  -webkit-animation: footer-animation 1s 0.32s cubic-bezier(0.19, 0.08, 0.32, 0.99) forwards;
          animation: footer-animation 1s 0.32s cubic-bezier(0.19, 0.08, 0.32, 0.99) forwards;
}
footer section.footer div.container div.animation-footer.is-inview svg g g.letter-8 {
  -webkit-animation: footer-animation 1s 0.34s cubic-bezier(0.19, 0.08, 0.32, 0.99) forwards;
          animation: footer-animation 1s 0.34s cubic-bezier(0.19, 0.08, 0.32, 0.99) forwards;
}
footer section.footer div.container div.copyright {
  border-top: 1px solid #f9f8f4;
  padding-top: 32px;
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  align-items: center;
}
@media (max-width: 768px) {
  footer section.footer div.container div.copyright {
    justify-content: center;
  }
}
@media (min-width: 768px) {
  footer section.footer div.container div.copyright {
    justify-content: space-between;
  }
}
footer section.footer div.container div.copyright h4,
footer section.footer div.container div.copyright a {
  font-family: "Mundial Regular", sans-serif;
  color: #f9f8f4;
  font-size: clamp(15px, 1.22vw, 20px);
  line-height: clamp(18px, 1.4vw, 23px);
  display: flex;
  align-items: center;
  gap: 10px;
}

li.product-card, li.product-card-exclusive {
  width: 100%;
}
@media (max-width: 1080px) {
  li.product-card, li.product-card-exclusive {
    height: 350px;
  }
}
li.product-card div, li.product-card-exclusive div {
  width: 100%;
  height: 320px;
  overflow: hidden;
}
@media (min-width: 1080px) {
  li.product-card div, li.product-card-exclusive div {
    height: 529px;
  }
}
li.product-card div img, li.product-card-exclusive div img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  margin-bottom: 16px;
  transition: all 0.3s cubic-bezier(0.19, 0.08, 0.32, 0.99);
  overflow: hidden;
}
li.product-card span, li.product-card-exclusive span {
  font-family: "Mundial Regular", sans-serif;
  color: #182a2b;
  font-size: clamp(15px, 1.22vw, 20px);
  line-height: clamp(18px, 1.4vw, 23px);
  margin-top: 8px;
  display: block;
  text-transform: uppercase;
}
li.product-card:hover img, li.product-card-exclusive:hover img {
  transform: scale(1.02);
}

#page404 .title {
  text-align: center;
  font-size: 30px;
  font-weight: 800;
  text-transform: uppercase;
}
#page404 .title .sad {
  transform: rotate(90deg);
  font-size: 60px;
}

section.initial-banner {
  height: 400px;
  margin-bottom: 64px;
  margin-top: 16px;
}
@media (min-width: 1080px) {
  section.initial-banner {
    margin-bottom: 112px;
    height: 100vh;
    margin-top: -82px;
  }
}
section.initial-banner div.swiper {
  height: 100%;
  position: relative;
}
section.initial-banner div.swiper ul.swiper-wrapper li.swiper-slide.video {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  position: relative;
}
section.initial-banner div.swiper ul.swiper-wrapper li.swiper-slide.video iframe {
  pointer-events: none;
  cursor: none;
  width: 100vw;
  height: 100%;
  cursor: none !important;
  position: absolute;
  left: 0;
  top: 0;
  transform: scale(1.6);
}
@media (min-width: 1080px) {
  section.initial-banner div.swiper ul.swiper-wrapper li.swiper-slide.video iframe {
    transform: scale(1.2);
    width: 100vw;
    height: 100vh;
  }
}
section.initial-banner div.swiper ul.swiper-wrapper li.swiper-slide.video div.column {
  padding-bottom: 48px;
}
section.initial-banner div.swiper ul.swiper-wrapper li.swiper-slide.video div.column h4 {
  font-family: "Jazmin Light", sans-serif;
  color: #f9f8f4;
  font-size: clamp(20px, 2.56vw, 42px);
  line-height: clamp(26px, 3.41vw, 56px);
  margin-bottom: 24px;
  text-align: center;
  text-transform: uppercase;
}
section.initial-banner div.swiper ul.swiper-wrapper li.swiper-slide.video div.column a {
  font-family: "Mundial Regular", sans-serif;
  color: #f9f8f4;
  font-size: clamp(15px, 1.22vw, 20px);
  line-height: clamp(18px, 1.4vw, 23px);
  padding-bottom: 2px;
  margin: 0 auto;
  position: relative;
  transition: transform 0.1s ease-in-out;
  text-align: center;
  display: block;
}
section.initial-banner div.swiper ul.swiper-wrapper li.swiper-slide.video div.column a::after {
  content: "";
  position: absolute;
  background-color: #f9f8f4;
  transition: transform 0.5s;
  left: 0;
  width: 100%;
  height: 1px;
  transform: scaleX(0.15);
  transform-origin: center;
  bottom: -8px;
}
section.initial-banner div.swiper ul.swiper-wrapper li.swiper-slide.video div.column a:hover::after {
  transform: scaleX(1);
}
section.initial-banner div.swiper ul.swiper-wrapper li.swiper-slide.video div.column a:after {
  transform: scaleX(0.25);
}
section.initial-banner div.swiper ul.swiper-wrapper li.swiper-slide.banner {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  position: relative;
}
section.initial-banner div.swiper ul.swiper-wrapper li.swiper-slide.banner div.column {
  padding-bottom: 48px;
}
section.initial-banner div.swiper ul.swiper-wrapper li.swiper-slide.banner div.column h4 {
  font-family: "Jazmin Light", sans-serif;
  color: #f9f8f4;
  font-size: clamp(20px, 2.56vw, 42px);
  line-height: clamp(26px, 3.41vw, 56px);
  margin-bottom: 24px;
  text-align: center;
  text-transform: uppercase;
}
section.initial-banner div.swiper ul.swiper-wrapper li.swiper-slide.banner div.column a {
  font-family: "Mundial Regular", sans-serif;
  color: #f9f8f4;
  font-size: clamp(15px, 1.22vw, 20px);
  line-height: clamp(18px, 1.4vw, 23px);
  padding-bottom: 2px;
  margin: 0 auto;
  position: relative;
  transition: transform 0.1s ease-in-out;
  text-align: center;
  display: block;
}
section.initial-banner div.swiper ul.swiper-wrapper li.swiper-slide.banner div.column a::after {
  content: "";
  position: absolute;
  background-color: #f9f8f4;
  transition: transform 0.5s;
  left: 0;
  width: 100%;
  height: 1px;
  transform: scaleX(0.15);
  transform-origin: center;
  bottom: -8px;
}
section.initial-banner div.swiper ul.swiper-wrapper li.swiper-slide.banner div.column a:hover::after {
  transform: scaleX(1);
}
section.initial-banner div.swiper div.swiper-controls {
  position: absolute;
}
@media (min-width: 1080px) {
  section.initial-banner div.swiper div.swiper-controls {
    right: 10%;
    gap: 16px;
    bottom: 48px;
  }
}
@media (max-width: 1080px) {
  section.initial-banner div.swiper div.swiper-controls {
    width: 100%;
    padding: 0 16px;
    right: 0;
    display: flex;
    justify-content: space-between;
    top: 50%;
    box-sizing: border-box;
  }
}
section.initial-banner div.swiper div.swiper-controls button.swiper-button-prev {
  position: static !important;
  width: 50px;
  height: 50px;
  opacity: 0.7;
  transition: all 0.3s cubic-bezier(0.19, 0.08, 0.32, 0.99);
}
section.initial-banner div.swiper div.swiper-controls button.swiper-button-prev:hover {
  opacity: 1;
}
section.initial-banner div.swiper div.swiper-controls button.swiper-button-prev::after {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='46.418' height='51.266' viewBox='0 0 46.418 51.266'%3E%3Cg id='Grupo_29' data-name='Grupo 29' transform='translate(-1671.165 -995.867)'%3E%3Cpath id='Caminho_37' data-name='Caminho 37' d='M44.633,33.52C40.43,45.45,26.808,54.773,14.24,49.987c-19.89-7.472-17.87-37.344-.6-46.742C34.35-8.338,52.236,13.291,44.633,33.52m-1.091-.4C51.221,13.79,34.1-7.742,14.122,4.053-2.014,13.309-4.5,41.977,14.439,49.444c12.221,4.447,25.229-4.749,29.1-16.323' transform='translate(1671.165 995.866)' fill='%23f9f8f4'/%3E%3Cpath id='Icon_feather-arrow-right' data-name='Icon feather-arrow-right' d='M7.5,17.105H26.711M17.105,7.5l9.605,9.605-9.605,9.605' transform='translate(1711.479 1038.605) rotate(180)' fill='none' stroke='%23f9f8f4' stroke-linecap='round' stroke-linejoin='round' stroke-width='1'/%3E%3C/g%3E%3C/svg%3E%0A");
}
section.initial-banner div.swiper div.swiper-controls button.swiper-button-next {
  position: static !important;
  width: 50px;
  height: 50px;
  opacity: 0.7;
  transition: all 0.3s cubic-bezier(0.19, 0.08, 0.32, 0.99);
}
section.initial-banner div.swiper div.swiper-controls button.swiper-button-next:hover {
  opacity: 1;
}
section.initial-banner div.swiper div.swiper-controls button.swiper-button-next::after {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='46.418' height='51.266' viewBox='0 0 46.418 51.266'%3E%3Cg id='Grupo_30' data-name='Grupo 30' transform='translate(-1733.582 -995.867)'%3E%3Cpath id='Caminho_36' data-name='Caminho 36' d='M44.633,33.52C40.43,45.45,26.808,54.773,14.24,49.987c-19.89-7.472-17.87-37.344-.6-46.742C34.35-8.338,52.236,13.291,44.633,33.52m-1.091-.4C51.221,13.79,34.1-7.742,14.122,4.053-2.014,13.309-4.5,41.977,14.439,49.444c12.221,4.447,25.229-4.749,29.1-16.323' transform='translate(1733.583 995.866)' fill='%23f9f8f4'/%3E%3Cpath id='Icon_feather-arrow-right' data-name='Icon feather-arrow-right' d='M7.5,17.105H26.711M17.105,7.5l9.605,9.605-9.605,9.605' transform='translate(1739.686 1004.395)' fill='none' stroke='%23f9f8f4' stroke-linecap='round' stroke-linejoin='round' stroke-width='1'/%3E%3C/g%3E%3C/svg%3E%0A");
}

section.coletion {
  padding-bottom: 64px;
}
@media (min-width: 1080px) {
  section.coletion {
    padding-bottom: 200px;
  }
}
section.coletion div.container {
  display: flex;
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  border: 0;
  padding: 0;
  margin: 0 auto;
  padding-left: 16px;
  padding-right: 16px;
  flex-direction: column;
  gap: 48px;
}
@media (min-width: 1639px) {
  section.coletion div.container {
    max-width: 1640px;
  }
}
@media (min-width: 1080px) {
  section.coletion div.container {
    display: grid;
    box-sizing: border-box;
    width: 100%;
    max-width: 100%;
    border: 0;
    padding: 0;
    margin: 0 auto;
    padding-left: 16px;
    padding-right: 16px;
    gap: 64px;
    grid-template-columns: 1fr 3fr;
  }
}
@media (min-width: 1080px) and (min-width: 1639px) {
  section.coletion div.container {
    max-width: 1640px;
  }
}
section.coletion div.container div.text h3 {
  font-family: "Jazmin Light", sans-serif;
  color: #182a2b;
  font-size: clamp(24px, 4.27vw, 70px);
  line-height: clamp(32px, 5.67vw, 93px);
  margin-bottom: 24px;
  max-width: 355px;
}
section.coletion div.container div.text p {
  font-family: "Mundial Light", sans-serif;
  color: #182a2b;
  font-size: clamp(14px, 1.1vw, 18px);
  line-height: clamp(18px, 1.46vw, 24px);
  margin-bottom: 72px;
  max-width: 95%;
}
section.coletion div.container div.text p:empty {
  display: none;
}
@media (min-width: 1080px) {
  section.coletion div.container div.text p {
    max-width: 261px;
  }
}
section.coletion div.container div.text a {
  font-family: "Mundial Regular", sans-serif;
  color: #182a2b;
  font-size: clamp(15px, 1.22vw, 20px);
  line-height: clamp(18px, 1.4vw, 23px);
  padding-bottom: 2px;
  margin: 0 auto;
  position: relative;
  transition: transform 0.1s ease-in-out;
}
section.coletion div.container div.text a::after {
  content: "";
  position: absolute;
  background-color: #182a2b;
  transition: transform 0.5s;
  left: 0;
  width: 100%;
  height: 1px;
  transform: scaleX(0.15);
  transform-origin: center;
  bottom: -8px;
}
section.coletion div.container div.text a:hover::after {
  transform: scaleX(1);
}
section.coletion div.container div.coletion-gallery {
  gap: 16px;
}
section.coletion div.container div.coletion-gallery > div:nth-of-type(odd) {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 16px;
  grid-auto-flow: dense;
}
section.coletion div.container div.coletion-gallery > div:nth-of-type(odd) > div.grid-1 {
  order: 2;
}
section.coletion div.container div.coletion-gallery > div:nth-of-type(odd) > div.grid-2 {
  order: 1;
}
section.coletion div.container div.coletion-gallery > div:nth-of-type(even) {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 16px;
}
section.coletion div.container div.coletion-gallery div.row:nth-of-type(even) div.grid-1 div a {
  font-family: "Mundial Regular", sans-serif;
  color: #f9f8f4;
  font-size: clamp(15px, 1.22vw, 20px);
  line-height: clamp(18px, 1.4vw, 23px);
  padding-bottom: 2px;
  margin: 0 auto;
  position: relative;
  transition: transform 0.1s ease-in-out;
}
section.coletion div.container div.coletion-gallery div.row:nth-of-type(even) div.grid-1 div a::after {
  content: "";
  position: absolute;
  background-color: #f9f8f4;
  transition: transform 0.5s;
  left: 0;
  width: 100%;
  height: 1px;
  transform: scaleX(0.15);
  transform-origin: center;
  bottom: -8px;
}
section.coletion div.container div.coletion-gallery div.row:nth-of-type(even) div.grid-1 div a:hover::after {
  transform: scaleX(1);
}
section.coletion div.container div.coletion-gallery div.row:nth-of-type(odd) div.grid-1 div a {
  font-family: "Mundial Regular", sans-serif;
  color: #f9f8f4;
  font-size: clamp(15px, 1.22vw, 20px);
  line-height: clamp(18px, 1.4vw, 23px);
  padding-bottom: 2px;
  margin: 0 auto;
  position: relative;
  transition: transform 0.1s ease-in-out;
}
section.coletion div.container div.coletion-gallery div.row:nth-of-type(odd) div.grid-1 div a::after {
  content: "";
  position: absolute;
  background-color: #f9f8f4;
  transition: transform 0.5s;
  left: 0;
  width: 100%;
  height: 1px;
  transform: scaleX(0.15);
  transform-origin: center;
  bottom: -8px;
}
section.coletion div.container div.coletion-gallery div.row:nth-of-type(odd) div.grid-1 div a:hover::after {
  transform: scaleX(1);
}
section.coletion div.container div.coletion-gallery div.row img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  height: 200px;
}
@media (min-width: 1080px) {
  section.coletion div.container div.coletion-gallery div.row img {
    height: 529px;
  }
}
section.coletion div.container div.coletion-gallery div.row > div {
  opacity: 0;
  visibility: hidden;
  -webkit-clip-path: inset(100% 0 0 0);
          clip-path: inset(100% 0 0 0);
  transition: -webkit-clip-path 0.6s cubic-bezier(0.45, 0, 0.55, 1);
  transition: clip-path 0.6s cubic-bezier(0.45, 0, 0.55, 1);
  transition: clip-path 0.6s cubic-bezier(0.45, 0, 0.55, 1), -webkit-clip-path 0.6s cubic-bezier(0.45, 0, 0.55, 1);
  position: relative;
}
section.coletion div.container div.coletion-gallery div.row > div::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: white;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(24, 42, 43, 0.6) 100%);
}
section.coletion div.container div.coletion-gallery div.row > div.is-inview {
  opacity: 1;
  visibility: visible;
  -webkit-clip-path: inset(0);
          clip-path: inset(0);
  transition: opacity 0s, visibility 0s, -webkit-clip-path 1s 0.5s cubic-bezier(0.45, 0, 0.55, 1);
  transition: opacity 0s, visibility 0s, clip-path 1s 0.5s cubic-bezier(0.45, 0, 0.55, 1);
  transition: opacity 0s, visibility 0s, clip-path 1s 0.5s cubic-bezier(0.45, 0, 0.55, 1), -webkit-clip-path 1s 0.5s cubic-bezier(0.45, 0, 0.55, 1);
}
section.coletion div.container div.coletion-gallery div.row > div.grid-1 {
  position: relative;
}
section.coletion div.container div.coletion-gallery div.row > div.grid-1 div {
  position: absolute;
  bottom: 32px;
  right: 32px;
}
@media (max-width: 1080px) {
  section.coletion div.container div.coletion-gallery div.row > div.grid-1 div {
    bottom: 24px;
  }
}
section.coletion div.container div.coletion-gallery div.row > div.grid-1 div a {
  font-family: "Mundial Regular", sans-serif;
  color: #f9f8f4;
  font-size: clamp(15px, 1.22vw, 20px);
  line-height: clamp(18px, 1.4vw, 23px);
  padding-bottom: 2px;
  margin: 0 auto;
  position: relative;
  transition: transform 0.1s ease-in-out;
}
section.coletion div.container div.coletion-gallery div.row > div.grid-1 div a::after {
  content: "";
  position: absolute;
  background-color: #f9f8f4;
  transition: transform 0.5s;
  left: 0;
  width: 100%;
  height: 1px;
  transform: scaleX(0.15);
  transform-origin: center;
  bottom: -8px;
}
section.coletion div.container div.coletion-gallery div.row > div.grid-1 div a:hover::after {
  transform: scaleX(1);
}
section.coletion div.container div.coletion-gallery div.row > div.grid-2 {
  position: relative;
}
section.coletion div.container div.coletion-gallery div.row > div.grid-2 h3 {
  position: absolute;
  bottom: 8px;
  left: 50%;
  transform: translateX(-50%);
  text-transform: uppercase;
  font-family: "Jazmin Light", sans-serif;
  color: #f9f8f4;
  font-size: clamp(24px, 4.27vw, 70px);
  line-height: clamp(32px, 5.67vw, 93px);
}
@media (max-width: 1080px) {
  section.coletion div.container div.coletion-gallery div.row > div.grid-2 h3 {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 26px;
  }
}

section.about-us div.container {
  display: block;
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  border: 0;
  padding: 0;
  margin: 0 auto;
  padding-left: 16px;
  padding-right: 16px;
}
@media (min-width: 1639px) {
  section.about-us div.container {
    max-width: 1640px;
  }
}
section.about-us div.container img {
  margin: 0 auto 24px auto;
  max-height: 95px;
}
section.about-us div.container p {
  font-family: "Mundial Light", sans-serif;
  color: #182a2b;
  font-size: clamp(14px, 1.1vw, 18px);
  line-height: clamp(18px, 1.46vw, 24px);
  margin: 0 auto 24px auto;
  max-width: 805px;
  text-align: center;
}
section.about-us div.container a {
  font-family: "Mundial Regular", sans-serif;
  color: #182a2b;
  font-size: clamp(15px, 1.22vw, 20px);
  line-height: clamp(18px, 1.4vw, 23px);
  padding-bottom: 2px;
  margin: 0 auto;
  position: relative;
  transition: transform 0.1s ease-in-out;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: block;
}
section.about-us div.container a::after {
  content: "";
  position: absolute;
  background-color: #182a2b;
  transition: transform 0.5s;
  left: 0;
  width: 100%;
  height: 1px;
  transform: scaleX(0.15);
  transform-origin: center;
  bottom: -8px;
}
section.about-us div.container a:hover::after {
  transform: scaleX(1);
}

section.products {
  margin-top: 64px;
}
@media (min-width: 1080px) {
  section.products {
    margin-top: 168px;
  }
}
section.products div.container {
  display: block;
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  border: 0;
  padding: 0;
  margin: 0 auto;
  padding-left: 16px;
  padding-right: 16px;
}
@media (min-width: 1639px) {
  section.products div.container {
    max-width: 1640px;
  }
}
section.products div.container h4 {
  font-family: "Jazmin Light", sans-serif;
  color: #182a2b;
  font-size: clamp(20px, 2.56vw, 42px);
  line-height: clamp(26px, 3.41vw, 56px);
  margin-bottom: 24px;
}
section.products div.container ul {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
  margin-bottom: 72px;
}
@media (min-width: 1080px) {
  section.products div.container ul {
    grid-template-columns: repeat(auto-fit, minmax(340px, 340px));
  }
}
section.products div.container a {
  font-family: "Mundial Regular", sans-serif;
  color: #182a2b;
  font-size: clamp(15px, 1.22vw, 20px);
  line-height: clamp(18px, 1.4vw, 23px);
  padding-bottom: 2px;
  margin: 0 auto;
  position: relative;
  transition: transform 0.1s ease-in-out;
  margin: 0 auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: block;
}
section.products div.container a::after {
  content: "";
  position: absolute;
  background-color: #182a2b;
  transition: transform 0.5s;
  left: 0;
  width: 100%;
  height: 1px;
  transform: scaleX(0.15);
  transform-origin: center;
  bottom: -8px;
}
section.products div.container a:hover::after {
  transform: scaleX(1);
}

section.products-list {
  margin-top: 80px;
  padding-bottom: 8px;
}
section.products-list div.container {
  display: block;
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  border: 0;
  padding: 0;
  margin: 0 auto;
  padding-left: 16px;
  padding-right: 16px;
}
@media (min-width: 1639px) {
  section.products-list div.container {
    max-width: 1640px;
  }
}
section.products-list div.container div.introduction-products {
  margin-bottom: 80px;
}
section.products-list div.container div.introduction-products h3 {
  font-family: "Jazmin Light", sans-serif;
  color: #182a2b;
  font-size: clamp(24px, 4.27vw, 70px);
  line-height: clamp(32px, 5.67vw, 93px);
  text-align: center;
  margin-bottom: 16px;
}
section.products-list div.container div.introduction-products span {
  font-family: "Mundial Light", sans-serif;
  color: #182a2b;
  font-size: clamp(14px, 1.1vw, 18px);
  line-height: clamp(18px, 1.46vw, 24px);
  text-align: center;
  max-width: 830px;
  display: block;
  margin: 0 auto 72px auto;
}
section.products-list div.container div.introduction-products span:empty {
  display: none;
}
section.products-list div.container div.introduction-products a {
  margin: 0 auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: block;
}
section.products-list div.container ul {
  display: grid;
  row-gap: 32px;
  -moz-column-gap: 16px;
       column-gap: 16px;
  margin-bottom: 72px;
  grid-template-columns: 1fr;
}
@media (min-width: 1080px) {
  section.products-list div.container ul {
    grid-template-columns: repeat(auto-fit, minmax(340px, 340px));
    min-height: 560px;
  }
}
section.products-list div.container ul li {
  display: none;
}
section.products-list div.container a.button {
  font-family: "Mundial Regular", sans-serif;
  color: #182a2b;
  font-size: clamp(15px, 1.22vw, 20px);
  line-height: clamp(18px, 1.4vw, 23px);
  padding-bottom: 2px;
  margin: 0 auto;
  position: relative;
  transition: transform 0.1s ease-in-out;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
section.products-list div.container a.button::after {
  content: "";
  position: absolute;
  background-color: #182a2b;
  transition: transform 0.5s;
  left: 0;
  width: 100%;
  height: 1px;
  transform: scaleX(0.15);
  transform-origin: center;
  bottom: -8px;
}
section.products-list div.container a.button:hover::after {
  transform: scaleX(1);
}

section.products-list-filter {
  margin-top: 80px;
  padding-bottom: 8px;
}
section.products-list-filter div.container {
  display: block;
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  border: 0;
  padding: 0;
  margin: 0 auto;
  padding-left: 16px;
  padding-right: 16px;
}
@media (min-width: 1639px) {
  section.products-list-filter div.container {
    max-width: 1640px;
  }
}
section.products-list-filter div.container div.introduction-products {
  margin-bottom: 80px;
}
section.products-list-filter div.container div.introduction-products h3 {
  font-family: "Jazmin Light", sans-serif;
  color: #182a2b;
  font-size: clamp(24px, 4.27vw, 70px);
  line-height: clamp(32px, 5.67vw, 93px);
  text-align: center;
  margin-bottom: 16px;
}
section.products-list-filter div.container div.introduction-products span {
  font-family: "Mundial Light", sans-serif;
  color: #182a2b;
  font-size: clamp(14px, 1.1vw, 18px);
  line-height: clamp(18px, 1.46vw, 24px);
  text-align: center;
  max-width: 830px;
  display: block;
  margin: 0 auto 72px auto;
}
section.products-list-filter div.container div.introduction-products span:empty {
  display: none;
}
section.products-list-filter div.container div.introduction-products a {
  margin: 0 auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: block;
}
section.products-list-filter div.container ul.row {
  justify-content: center;
  gap: 16px;
  margin-bottom: 48px;
  flex-wrap: wrap;
}
section.products-list-filter div.container ul.row li {
  justify-content: center;
  align-items: center;
  gap: 8px;
}
section.products-list-filter div.container ul.row li span {
  text-transform: uppercase;
  font-family: "Mundial Regular", sans-serif;
  color: #182a2b;
  font-size: clamp(16px, 1.34vw, 22px);
  line-height: clamp(20px, 1.46vw, 24px);
}
section.products-list-filter div.container ul.row li input {
  -webkit-appearance: none;
  -webkit-appearance: none;
  border: 1px solid #182a2b;
  border-radius: 0px;
  width: 20px;
  height: 20px;
  position: relative;
  margin: 0px;
}
section.products-list-filter div.container ul.row li input:checked::before {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14.993' height='12.68' viewBox='0 0 14.993 12.68'%3E%3Cline id='Linha_20' data-name='Linha 20' x2='6.721' y2='5.892' transform='translate(0.989 5.275)' fill='none' stroke='%23000' stroke-width='3'/%3E%3Cpath id='Caminho_54' data-name='Caminho 54' d='M7.012,0,3.506,5.1,0,10.2' transform='matrix(0.996, 0.087, -0.087, 0.996, 6.702, 0.954)' fill='none' stroke='%23000' stroke-width='3'/%3E%3C/svg%3E%0A");
  position: absolute;
  top: 53%;
  left: 50%;
  transform: translate(-50%, -50%);
}
section.products-list-filter div.container div.grid {
  gap: 16px;
  display: flex;
  flex-direction: column;
}
@media (min-width: 780px) {
  section.products-list-filter div.container div.grid {
    display: grid;
    grid-template-columns: 340px 1fr;
  }
}
section.products-list-filter div.container div.grid div.filter {
  box-sizing: border-box;
  width: 100%;
  border: 1px solid #182a2b;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  padding: 40px;
}
section.products-list-filter div.container div.grid div.filter h5 {
  font-family: "Jazmin Regular", sans-serif;
  color: #182a2b;
  font-size: clamp(18px, 1.83vw, 30px);
  line-height: clamp(24px, 2.44vw, 40px);
  margin-bottom: 32px;
  text-transform: uppercase;
}
section.products-list-filter div.container div.grid div.filter ul li {
  width: 100%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  box-sizing: border-box;
  margin-bottom: 32px;
  border-bottom: 1px solid #182a2b;
  padding-bottom: 8px;
  justify-content: flex-start;
  gap: 8px;
}
section.products-list-filter div.container div.grid div.filter ul li input {
  -webkit-appearance: none;
  -webkit-appearance: none;
  border: 1px solid #182a2b;
  border-radius: 0px;
  width: 20px;
  height: 20px;
  margin: 0px;
  position: relative;
}
section.products-list-filter div.container div.grid div.filter ul li input:checked::before {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14.993' height='12.68' viewBox='0 0 14.993 12.68'%3E%3Cline id='Linha_20' data-name='Linha 20' x2='6.721' y2='5.892' transform='translate(0.989 5.275)' fill='none' stroke='%23000' stroke-width='3'/%3E%3Cpath id='Caminho_54' data-name='Caminho 54' d='M7.012,0,3.506,5.1,0,10.2' transform='matrix(0.996, 0.087, -0.087, 0.996, 6.702, 0.954)' fill='none' stroke='%23000' stroke-width='3'/%3E%3C/svg%3E%0A");
  position: absolute;
  top: 53%;
  left: 50%;
  transform: translate(-50%, -50%);
}
section.products-list-filter div.container div.grid div.filter ul li p {
  font-family: "Mundial Regular", sans-serif;
  color: #182a2b;
  font-size: clamp(15px, 1.22vw, 20px);
  line-height: clamp(18px, 1.4vw, 23px);
}
section.products-list-filter div.container div.grid > ul {
  display: grid;
  row-gap: 32px;
  -moz-column-gap: 16px;
       column-gap: 16px;
  margin-bottom: 72px;
  grid-template-columns: 1fr;
}
@media (min-width: 1080px) {
  section.products-list-filter div.container div.grid > ul {
    grid-template-columns: repeat(auto-fit, minmax(340px, 340px));
    min-height: 560px;
  }
}

section.restricted-area-login div.container {
  display: block;
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  border: 0;
  padding: 0;
  margin: 0 auto;
  padding-left: 16px;
  padding-right: 16px;
  margin-top: 100px;
}
@media (min-width: 1639px) {
  section.restricted-area-login div.container {
    max-width: 1640px;
  }
}
section.restricted-area-login div.container h3 {
  font-family: "Jazmin Light", sans-serif;
  color: #182a2b;
  font-size: clamp(24px, 4.27vw, 70px);
  line-height: clamp(32px, 5.67vw, 93px);
  margin-bottom: 16px;
  text-align: center;
}
section.restricted-area-login div.container p {
  font-family: "Mundial Light", sans-serif;
  color: #182a2b;
  font-size: clamp(14px, 1.1vw, 18px);
  line-height: clamp(18px, 1.46vw, 24px);
  text-align: center;
  margin-bottom: 8px;
}
section.restricted-area-login div.container > a {
  font-family: "Mundial Light", sans-serif;
  color: #182a2b;
  font-size: clamp(14px, 1.1vw, 18px);
  line-height: clamp(18px, 1.46vw, 24px);
  text-align: center;
  width: 100%;
  display: block;
  margin-bottom: 40px;
  text-decoration: underline;
}
section.restricted-area-login div.container form {
  gap: 16px;
  align-items: center;
  margin-bottom: 48px;
}
section.restricted-area-login div.container form input {
  font-family: "Mundial Regular", sans-serif;
  color: #182a2b;
  font-size: clamp(15px, 1.22vw, 20px);
  line-height: clamp(18px, 1.4vw, 23px);
  border: 1px solid #182a2b;
  padding: 16px 32px;
  max-width: 560px;
  width: 100%;
  box-sizing: border-box;
  background-color: #F9F8F4;
}
section.restricted-area-login div.container form input:placeholder {
  color: #182a2b;
  opacity: 1;
  font-family: "Mundial Regular", sans-serif;
  color: #182a2b;
  font-size: clamp(15px, 1.22vw, 20px);
  line-height: clamp(18px, 1.4vw, 23px);
}
section.restricted-area-login div.container form input:-moz-placeholder {
  color: #182a2b;
  opacity: 1;
  font-family: "Mundial Regular", sans-serif;
  color: #182a2b;
  font-size: clamp(15px, 1.22vw, 20px);
  line-height: clamp(18px, 1.4vw, 23px);
}
section.restricted-area-login div.container form input::-moz-placeholder {
  color: #182a2b;
  opacity: 1;
  font-family: "Mundial Regular", sans-serif;
  color: #182a2b;
  font-size: clamp(15px, 1.22vw, 20px);
  line-height: clamp(18px, 1.4vw, 23px);
}
section.restricted-area-login div.container form input:-ms-input-placeholder {
  color: #182a2b;
  opacity: 1;
  font-family: "Mundial Regular", sans-serif;
  color: #182a2b;
  font-size: clamp(15px, 1.22vw, 20px);
  line-height: clamp(18px, 1.4vw, 23px);
}
section.restricted-area-login div.container form input::-webkit-input-placeholder {
  color: #182a2b;
  opacity: 1;
  font-family: "Mundial Regular", sans-serif;
  color: #182a2b;
  font-size: clamp(15px, 1.22vw, 20px);
  line-height: clamp(18px, 1.4vw, 23px);
}
section.restricted-area-login div.container form button {
  font-family: "Mundial Regular", sans-serif;
  color: #f9f8f4;
  font-size: clamp(15px, 1.22vw, 20px);
  line-height: clamp(18px, 1.4vw, 23px);
  background-color: #182a2b;
  padding: 12px 32px;
  max-width: 560px;
  width: 100%;
  box-sizing: border-box;
  height: 48px;
  cursor: pointer;
}
section.restricted-area-login div.container form div.error ul li span {
  font-family: "Mundial Light", sans-serif;
  color: red;
  font-size: clamp(14px, 1.1vw, 18px);
  line-height: clamp(18px, 1.46vw, 24px);
}
section.restricted-area-login div.container div {
  text-align: center;
  align-items: center;
  gap: 16px;
  margin-bottom: 144px;
}
section.restricted-area-login div.container div span {
  font-family: "Mundial Light", sans-serif;
  color: #182a2b;
  font-size: clamp(14px, 1.1vw, 18px);
  line-height: clamp(18px, 1.46vw, 24px);
}
section.restricted-area-login div.container div a {
  font-family: "Mundial Regular", sans-serif;
  color: #182a2b;
  font-size: clamp(15px, 1.22vw, 20px);
  line-height: clamp(18px, 1.4vw, 23px);
  background-color: #f9f8f4;
  border: 1px solid #182a2b;
  padding: 12px 32px;
  max-width: 560px;
  width: 100%;
  box-sizing: border-box;
  height: 48px;
}

section.sub-brand {
  margin-top: 200px;
}
section.sub-brand div.container {
  display: block;
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  border: 0;
  padding: 0;
  margin: 0 auto;
  padding-left: 16px;
  padding-right: 16px;
}
@media (min-width: 1639px) {
  section.sub-brand div.container {
    max-width: 1640px;
  }
}
section.sub-brand div.container div.sub-brand-item {
  padding-bottom: 72px;
  margin-bottom: 72px;
  border-bottom: 1px solid #707070;
}
@media (min-width: 1080px) {
  section.sub-brand div.container div.sub-brand-item {
    display: grid;
    grid-template-columns: 1fr 1.3fr;
    justify-content: space-between;
    gap: 56px;
  }
}
section.sub-brand div.container div.sub-brand-item div.information h1 {
  font-family: "Jazmin Light", sans-serif;
  color: #182a2b;
  font-size: clamp(32px, 8.54vw, 140px);
  line-height: clamp(42px, 11.34vw, 186px);
  margin-bottom: 24px;
}
section.sub-brand div.container div.sub-brand-item div.information p {
  font-family: "Mundial Regular", sans-serif;
  color: #182a2b;
  font-size: clamp(14px, 1.1vw, 18px);
  line-height: clamp(18px, 1.46vw, 24px);
  margin-bottom: 56px;
}
section.sub-brand div.container div.sub-brand-item div.information a {
  font-family: "Mundial Regular", sans-serif;
  color: #182a2b;
  font-size: clamp(15px, 1.22vw, 20px);
  line-height: clamp(18px, 1.4vw, 23px);
  padding-bottom: 2px;
  margin: 0 auto;
  position: relative;
  transition: transform 0.1s ease-in-out;
}
section.sub-brand div.container div.sub-brand-item div.information a::after {
  content: "";
  position: absolute;
  background-color: #182a2b;
  transition: transform 0.5s;
  left: 0;
  width: 100%;
  height: 1px;
  transform: scaleX(0.15);
  transform-origin: center;
  bottom: -8px;
}
section.sub-brand div.container div.sub-brand-item div.information a:hover::after {
  transform: scaleX(1);
}
section.sub-brand div.container div.sub-brand-item div.gallery {
  display: grid;
  gap: 16px;
  grid-template-columns: 1fr 1.3fr;
  grid-template-rows: 1fr 1fr;
}
section.sub-brand div.container div.sub-brand-item div.gallery img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  max-height: 400px;
  width: 100%;
}
section.sub-brand div.container div.sub-brand-item div.gallery img:nth-of-type(1) {
  grid-column: 1/3;
}
section.most-wanted div.container {
  display: block;
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  border: 0;
  padding: 0;
  margin: 0 auto;
  padding-left: 16px;
  padding-right: 16px;
}
@media (min-width: 1639px) {
  section.most-wanted div.container {
    max-width: 1640px;
  }
}
section.most-wanted div.container h4 {
  font-family: "Jazmin Light", sans-serif;
  color: #182a2b;
  font-size: clamp(20px, 2.56vw, 42px);
  line-height: clamp(26px, 3.41vw, 56px);
  margin-bottom: 24px;
}
section.most-wanted div.container ul {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  row-gap: 32px;
  -moz-column-gap: 16px;
       column-gap: 16px;
}

section.grid-content {
  position: relative;
  padding-bottom: 144px;
}
@media (max-width: 1080px) {
  section.grid-content {
    display: none;
  }
}
section.grid-content:after {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #707070;
  bottom: 0;
  position: absolute;
}
section.grid-content div.container {
  display: block;
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  border: 0;
  padding: 0;
  margin: 0 auto;
  padding-left: 16px;
  padding-right: 16px;
}
@media (min-width: 1639px) {
  section.grid-content div.container {
    max-width: 1640px;
  }
}
section.grid-content div.container div.row {
  justify-content: center;
  position: -webkit-sticky;
  position: sticky;
  top: 320px;
  display: flex;
  z-index: 99;
}
section.grid-content div.container div.grid-images {
  padding-bottom: 100px;
  margin-top: 100px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  row-gap: 144px;
}
section.grid-content div.container div.grid-images img {
  z-index: 9;
}
section.grid-content div.container div.grid-images img:nth-of-type(1) {
  grid-column: 1/2;
  grid-row: 1/2;
}
@media (min-width: 1080px) {
  section.grid-content div.container div.grid-images img:nth-of-type(1) {
    margin-top: -200px;
  }
}
section.grid-content div.container div.grid-images img:nth-of-type(2) {
  grid-column: 3/4;
  grid-row: 1/2;
  justify-self: end;
}
section.grid-content div.container div.grid-images img:nth-of-type(3) {
  grid-column: 2/3;
  grid-row: 2/3;
  justify-self: start;
  margin-left: -50px;
  position: relative;
  z-index: 99;
}
@media (min-width: 1080px) {
  section.grid-content div.container div.grid-images img:nth-of-type(3) {
    margin-top: -300px;
  }
}
section.grid-content div.container div.grid-images img:nth-of-type(4) {
  grid-column: 1/2;
  grid-row: 4/5;
  justify-self: center;
}
@media (min-width: 1080px) {
  section.grid-content div.container div.grid-images img:nth-of-type(4) {
    margin-top: -300px;
  }
}
section.grid-content div.container div.grid-images img:nth-of-type(5) {
  grid-column: 3/4;
  grid-row: 3/4;
  margin-left: -200px;
}
section.grid-content div.container div.grid-images div.text:nth-of-type(1) {
  grid-column: 3/4;
  grid-row: 2/3;
  justify-self: end;
  align-self: end;
}
section.grid-content div.container div.grid-images div.text:nth-of-type(2) {
  grid-column: 1/2;
  grid-row: 3/4;
  justify-self: center;
  z-index: -2;
  position: relative;
}
section.grid-content div.container div.grid-images div.text h5 {
  font-family: "Jazmin Regular", sans-serif;
  color: #182a2b;
  font-size: clamp(18px, 1.83vw, 30px);
  line-height: clamp(24px, 2.44vw, 40px);
  margin-bottom: 16px;
}
section.grid-content div.container div.grid-images div.text p {
  font-family: "Mundial Light", sans-serif;
  color: #182a2b;
  font-size: clamp(14px, 1.1vw, 18px);
  line-height: clamp(18px, 1.46vw, 24px);
  max-width: 401px;
}

section.grid-content-mobile {
  display: block;
  margin-top: 48px;
  padding-bottom: 64px;
}
section.grid-content-mobile:after {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #707070;
  bottom: 0;
  position: absolute;
}
@media (min-width: 1080px) {
  section.grid-content-mobile {
    display: none;
  }
}
section.grid-content-mobile div.container {
  display: flex;
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  border: 0;
  padding: 0;
  margin: 0 auto;
  padding-left: 16px;
  padding-right: 16px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 32px;
}
@media (min-width: 1639px) {
  section.grid-content-mobile div.container {
    max-width: 1640px;
  }
}
section.grid-content-mobile div.container img.logo {
  width: 100px;
}
section.grid-content-mobile div.container div.text h5 {
  font-family: "Jazmin Regular", sans-serif;
  color: #182a2b;
  font-size: clamp(18px, 1.83vw, 30px);
  line-height: clamp(24px, 2.44vw, 40px);
}
section.grid-content-mobile div.container div.text p {
  font-family: "Mundial Light", sans-serif;
  color: #182a2b;
  font-size: clamp(14px, 1.1vw, 18px);
  line-height: clamp(18px, 1.46vw, 24px);
  max-width: 90%;
}
section.grid-content-mobile div.container div.grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}
@media (max-width: 1080px) {
  section.grid-content-mobile div.container > img {
    width: 100%;
  }
}

section.values {
  padding-top: 64px;
  background-color: #f9f8f4;
}
@media (min-width: 1080px) {
  section.values {
    padding-top: 80px;
  }
}
section.values div.container {
  display: block;
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  border: 0;
  padding: 0;
  margin: 0 auto;
  padding-left: 16px;
  padding-right: 16px;
}
@media (min-width: 1639px) {
  section.values div.container {
    max-width: 1640px;
  }
}
section.values div.container div.essence {
  margin-bottom: 64px;
}
@media (min-width: 1080px) {
  section.values div.container div.essence {
    margin-bottom: 144px;
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
}
section.values div.container div.essence h2 {
  font-family: "Jazmin Light", sans-serif;
  color: #182a2b;
  font-size: clamp(28px, 6.1vw, 100px);
  line-height: clamp(36px, 8.11vw, 133px);
  margin-bottom: 32px;
}
@media (min-width: 1080px) {
  section.values div.container div.essence h2 {
    margin-bottom: 80px;
  }
}
@media (max-width: 1080px) {
  section.values div.container div.essence h2 {
    text-align: center;
  }
}
section.values div.container div.essence div {
  gap: 40px;
}
@media (max-width: 1080px) {
  section.values div.container div.essence div {
    align-items: center;
    justify-content: center;
  }
}
section.values div.container div.essence div span {
  font-family: "Jazmin Light", sans-serif;
  color: #182a2b;
  font-size: clamp(18px, 1.83vw, 30px);
  line-height: clamp(24px, 2.44vw, 40px);
  max-width: 660px;
}
@media (max-width: 1080px) {
  section.values div.container div.essence div span {
    text-align: center;
    font-family: "Mundial Light", sans-serif;
    color: #182a2b;
    font-size: clamp(14px, 1.1vw, 18px);
    line-height: clamp(18px, 1.46vw, 24px);
  }
}
section.values div.container div.essence div span:nth-of-type(2) {
  max-width: 583px;
}
@media (max-width: 1080px) {
  section.values div.container div.values {
    margin-bottom: 48px;
  }
}
section.values div.container div.values > h2 {
  font-family: "Jazmin Light", sans-serif;
  color: #182a2b;
  font-size: clamp(28px, 6.1vw, 100px);
  line-height: clamp(36px, 8.11vw, 133px);
  margin-bottom: 32px;
}
@media (min-width: 1080px) {
  section.values div.container div.values > h2 {
    margin-bottom: 80px;
  }
}
@media (max-width: 1080px) {
  section.values div.container div.values > h2 {
    text-align: center;
  }
}
section.values div.container div.values div.grid-information {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
}
@media (min-width: 1080px) {
  section.values div.container div.values div.grid-information {
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 100px;
  }
}
@media (max-width: 1080px) {
  section.values div.container div.values div.grid-information > div {
    text-align: center;
  }
}
section.values div.container div.values div.grid-information > div h2 {
  font-family: "Jazmin Light", sans-serif;
  color: #182a2b;
  font-size: clamp(28px, 6.1vw, 100px);
  line-height: clamp(36px, 8.11vw, 133px);
}
section.values div.container div.values div.grid-information > div h3 {
  font-family: "Jazmin Regular", sans-serif;
  color: #182a2b;
  font-size: clamp(18px, 1.83vw, 30px);
  line-height: clamp(24px, 2.44vw, 40px);
  margin-bottom: 8px;
  text-transform: uppercase;
}
@media (min-width: 1080px) {
  section.values div.container div.values div.grid-information > div h3 {
    max-width: 212px;
  }
}
section.values div.container div.values div.grid-information > div p {
  font-family: "Mundial Light", sans-serif;
  color: #182a2b;
  font-size: clamp(14px, 1.1vw, 18px);
  line-height: clamp(18px, 1.46vw, 24px);
}
@media (max-width: 1080px) {
  section.values div.container div.values div.grid-information > div p {
    margin: 0 auto;
  }
}
section.values div.container div.values div.grid-information > div:nth-of-type(1) p {
  max-width: 235px;
}
section.values div.container div.values div.grid-information > div:nth-of-type(2) p {
  max-width: 235px;
}
section.values div.container div.values div.grid-information > div:nth-of-type(3) p {
  max-width: 260px;
}
@media (min-width: 1080px) {
  section.values div.container div.values div.grid-information > div:nth-of-type(4) {
    grid-column: 2/3;
    grid-row: 2/3;
  }
}
section.values div.container div.values div.grid-information > div:nth-of-type(4) p {
  max-width: 235px;
}
@media (min-width: 1080px) {
  section.values div.container div.values div.grid-information > div:nth-of-type(5) {
    grid-column: 3/4;
    grid-row: 2/3;
  }
}
section.values div.container div.values div.grid-information > div:nth-of-type(5) p {
  max-width: 255px;
}
section.values div.container div.values div.grid-information > div:nth-of-type(5) h3 {
  max-width: 100%;
}
@media (min-width: 1080px) {
  section.values div.container div.values div.grid-information > div:nth-of-type(5) h3 {
    max-width: 185px;
  }
}
@media (min-width: 1080px) {
  section.values div.container div.values div.grid-information > div:nth-of-type(6) {
    grid-column: 4/5;
    grid-row: 2/3;
  }
}
section.values div.container div.values div.grid-information > div:nth-of-type(6) p {
  max-width: 230px;
}

section.policies-text div.container {
  display: block;
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  border: 0;
  padding: 0;
  margin: 0 auto;
  padding-left: 16px;
  padding-right: 16px;
  padding-top: 48px;
}
@media (min-width: 1639px) {
  section.policies-text div.container {
    max-width: 1640px;
  }
}
section.policies-text div.container h3 {
  font-family: "Jazmin Light", sans-serif;
  color: #182a2b;
  font-size: clamp(24px, 4.27vw, 70px);
  line-height: clamp(32px, 5.67vw, 93px);
  margin-bottom: 40px;
  text-align: center;
}
section.policies-text div.container p {
  font-family: "Mundial Light", sans-serif;
  color: #182a2b;
  font-size: clamp(14px, 1.1vw, 18px);
  line-height: clamp(18px, 1.46vw, 24px);
}
section.policies-text div.container p + p {
  margin-bottom: 40px;
}

section.product {
  margin-bottom: 168px;
  margin-top: 80px;
}
section.product div.container {
  display: block;
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  border: 0;
  padding: 0;
  margin: 0 auto;
  padding-left: 16px;
  padding-right: 16px;
}
@media (min-width: 1639px) {
  section.product div.container {
    max-width: 1640px;
  }
}
section.product div.container span {
  font-family: "Mundial Light", sans-serif;
  color: #182a2b;
  font-size: clamp(16px, 1.34vw, 22px);
  line-height: clamp(20px, 1.46vw, 24px);
  margin-bottom: 16px;
  display: block;
}
section.product div.container span a {
  text-decoration: underline;
}
section.product div.container > div {
  display: flex;
  gap: 16px;
}
section.product div.container > div div.images {
  display: flex;
  width: 65%;
  max-height: 700px;
  gap: 16px;
}
section.product div.container > div div.images .swiper {
  width: 100%;
  height: 100%;
}
section.product div.container > div div.images .mySwiper2 {
  height: 100%;
  width: 100%;
  max-width: 900px;
}
section.product div.container > div div.images .mySwiper {
  box-sizing: border-box;
  height: 100%;
  width: 122px;
}
section.product div.container > div div.images .mySwiper .swiper-slide {
  width: 100% !important;
  height: 120px;
  margin-right: 0 !important;
  cursor: pointer;
}
section.product div.container > div div.images .mySwiper .swiper-wrapper {
  gap: 16px;
  overflow-x: scroll;
}
section.product div.container > div div.images .mySwiper .swiper-wrapper::-webkit-scrollbar {
  width: 3px;
  background-color: transparent !important;
}
section.product div.container > div div.images .mySwiper .swiper-wrapper::-webkit-scrollbar-thumb {
  background-color: #d1d1d1;
  border-radius: 20px;
}
section.product div.container > div div.images .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
section.product div.container > div div.text {
  width: 100%;
  padding: 40px;
  border: 1px solid #182a2b;
}
section.product div.container > div div.text h5 {
  font-family: "Jazmin Regular", sans-serif;
  color: #182a2b;
  font-size: clamp(18px, 1.83vw, 30px);
  line-height: clamp(24px, 2.44vw, 40px);
  max-width: 400px;
}
section.product div.container > div div.text > p {
  font-family: "Mundial Light", sans-serif;
  color: #879190;
  font-size: clamp(15px, 1.22vw, 20px);
  line-height: clamp(18px, 1.4vw, 23px);
  margin-bottom: 32px;
}
section.product div.container > div div.text ul {
  gap: 24px;
  margin-bottom: 72px;
}
section.product div.container > div div.text ul li span {
  font-family: "Mundial Regular", sans-serif;
  color: #182a2b;
  font-size: clamp(15px, 1.22vw, 20px);
  line-height: clamp(18px, 1.4vw, 23px);
  margin-bottom: 8px;
}
section.product div.container > div div.text ul li p {
  font-family: "Mundial Light", sans-serif;
  color: #182a2b;
  font-size: clamp(14px, 1.1vw, 18px);
  line-height: clamp(18px, 1.46vw, 24px);
  max-width: 440px;
}
section.product div.container > div div.text a {
  font-family: "Mundial Regular", sans-serif;
  color: #f9f8f4;
  font-size: clamp(15px, 1.22vw, 20px);
  line-height: clamp(18px, 1.4vw, 23px);
  background-color: #182a2b;
  padding: 12px 32px;
  width: 100%;
  box-sizing: border-box;
  height: 48px;
  display: block;
  text-align: center;
}

section.more-products div.container {
  display: block;
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  border: 0;
  padding: 0;
  margin: 0 auto;
  padding-left: 16px;
  padding-right: 16px;
}
@media (min-width: 1639px) {
  section.more-products div.container {
    max-width: 1640px;
  }
}
section.more-products div.container h4 {
  font-family: "Jazmin Light", sans-serif;
  color: #182a2b;
  font-size: clamp(20px, 2.56vw, 42px);
  line-height: clamp(26px, 3.41vw, 56px);
  margin-bottom: 24px;
}
section.more-products div.container ul.list {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(auto-fit, minmax(340px, 340px));
  margin-bottom: 144px;
}

section.slide-categories div.container {
  display: block;
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  border: 0;
  padding: 0;
  margin: 0 auto;
  padding-left: 16px;
  padding-right: 16px;
}
@media (min-width: 1639px) {
  section.slide-categories div.container {
    max-width: 1640px;
  }
}
section.slide-categories div.container div.slide-categories-item {
  margin-bottom: 72px;
  padding-bottom: 72px;
  border-bottom: 1px solid #707070;
  display: flex;
  flex-direction: column;
}
@media (min-width: 780px) {
  section.slide-categories div.container div.slide-categories-item {
    flex-direction: row;
    height: calc(100vh - 82px);
    justify-content: space-between;
  }
}
section.slide-categories div.container div.slide-categories-item div.text h1 {
  font-family: "Jazmin Light", sans-serif;
  color: #182a2b;
  font-size: clamp(32px, 8.54vw, 140px);
  line-height: clamp(42px, 11.34vw, 186px);
  margin-bottom: 48px;
}
section.slide-categories div.container div.slide-categories-item div.text p {
  font-family: "Mundial Light", sans-serif;
  color: #182a2b;
  font-size: clamp(14px, 1.1vw, 18px);
  line-height: clamp(18px, 1.46vw, 24px);
  margin-bottom: 48px;
  max-width: 355px;
}
section.slide-categories div.container div.slide-categories-item div.text a {
  font-family: "Mundial Regular", sans-serif;
  color: #182a2b;
  font-size: clamp(15px, 1.22vw, 20px);
  line-height: clamp(18px, 1.4vw, 23px);
  padding-bottom: 2px;
  margin: 0 auto;
  position: relative;
  transition: transform 0.1s ease-in-out;
}
section.slide-categories div.container div.slide-categories-item div.text a::after {
  content: "";
  position: absolute;
  background-color: #182a2b;
  transition: transform 0.5s;
  left: 0;
  width: 100%;
  height: 1px;
  transform: scaleX(0.15);
  transform-origin: center;
  bottom: -8px;
}
section.slide-categories div.container div.slide-categories-item div.text a:hover::after {
  transform: scaleX(1);
}
section.slide-categories div.container div.slide-categories-item div.image {
  max-width: 850px;
  height: 100%;
  gap: 16px;
  width: 100%;
}
section.slide-categories div.container div.slide-categories-item div.image img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
section.slide-categories div.container div.slide-categories-item div.image img:nth-of-type(1) {
  max-height: 60%;
}
section.slide-categories div.container div.slide-categories-item div.image img:nth-of-type(2) {
  max-height: 40%;
}

section.highlights {
  background-color: #f9f8f4;
  padding-bottom: 64px;
  padding-top: 64px;
}
@media (min-width: 1080px) {
  section.highlights {
    padding: 144px 64px 200px 64px;
  }
}
section.highlights ul.container {
  display: grid;
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  border: 0;
  padding: 0;
  margin: 0 auto;
  padding-left: 16px;
  padding-right: 16px;
  grid-template-columns: repeat(auto-fit, minmax(275px, 275px));
  justify-content: space-between;
}
@media (min-width: 1639px) {
  section.highlights ul.container {
    max-width: 1640px;
  }
}
@media (max-width: 1080px) {
  section.highlights ul.container {
    gap: 32px;
    grid-template-columns: 1fr;
  }
}
section.highlights ul.container li svg {
  margin-bottom: 32px;
  width: 40px;
  height: 40px;
  display: block;
}
@media (max-width: 1080px) {
  section.highlights ul.container li svg {
    margin: 0 auto 32px auto;
  }
}
section.highlights ul.container li h3 {
  font-family: "Mundial Regular", sans-serif;
  color: #182a2b;
  font-size: clamp(16px, 1.34vw, 22px);
  line-height: clamp(20px, 1.46vw, 24px);
  margin-bottom: 8px;
  text-transform: uppercase;
}
@media (max-width: 1080px) {
  section.highlights ul.container li h3 {
    text-align: center;
  }
}
section.highlights ul.container li p {
  font-family: "Mundial Light", sans-serif;
  color: #182a2b;
  font-size: clamp(14px, 1.1vw, 18px);
  line-height: clamp(18px, 1.46vw, 24px);
  max-width: 253px;
}
@media (max-width: 1080px) {
  section.highlights ul.container li p {
    margin: 0 auto;
    text-align: center;
  }
}

section.highlights-phrase {
  padding-bottom: 144px;
  background-color: #f9f8f4;
}
section.highlights-phrase div.container {
  display: block;
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  border: 0;
  padding: 0;
  margin: 0 auto;
  padding-left: 16px;
  padding-right: 16px;
}
@media (min-width: 1639px) {
  section.highlights-phrase div.container {
    max-width: 1640px;
  }
}
section.highlights-phrase div.container a {
  font-family: "Mundial Regular", sans-serif;
  color: #182a2b;
  font-size: clamp(15px, 1.22vw, 20px);
  line-height: clamp(18px, 1.4vw, 23px);
  padding-bottom: 2px;
  margin: 0 auto;
  position: relative;
  transition: transform 0.1s ease-in-out;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: block;
}
section.highlights-phrase div.container a::after {
  content: "";
  position: absolute;
  background-color: #182a2b;
  transition: transform 0.5s;
  left: 0;
  width: 100%;
  height: 1px;
  transform: scaleX(0.15);
  transform-origin: center;
  bottom: -8px;
}
section.highlights-phrase div.container a:hover::after {
  transform: scaleX(1);
}

section.loader {
  height: 100vh;
  width: 100vw;
  background-color: #f9f8f4;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  overflow: hidden !important;
}
section.loader div.container {
  display: block;
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  border: 0;
  padding: 0;
  margin: 0 auto;
  padding-left: 16px;
  padding-right: 16px;
  height: 100%;
}
@media (min-width: 1639px) {
  section.loader div.container {
    max-width: 1640px;
  }
}
section.brand {
  margin-top: 64px;
}
@media (min-width: 1080px) {
  section.brand {
    margin-top: 168px;
  }
}
section.brand div.container {
  display: block;
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  border: 0;
  padding: 0;
  margin: 0 auto;
  padding-left: 16px;
  padding-right: 16px;
}
@media (min-width: 1639px) {
  section.brand div.container {
    max-width: 1640px;
  }
}
section.brand div.container h4 {
  font-family: "Jazmin Light", sans-serif;
  color: #182a2b;
  font-size: clamp(20px, 2.56vw, 42px);
  line-height: clamp(26px, 3.41vw, 56px);
  margin-bottom: 24px;
}
section.brand div.container div {
  display: block;
  position: relative;
  width: 100%;
  height: 200px;
  position: relative;
}
@media (min-width: 1080px) {
  section.brand div.container div {
    height: 810px;
  }
}
section.brand div.container div img {
  height: 100%;
  width: 100%;
}
section.brand div.container div button {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  cursor: pointer;
}

section.pop-up {
  width: 100vw;
  height: 100vh;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
}
section.pop-up div.blur {
  background-color: rgba(249, 248, 244, 0.7);
  -webkit-backdrop-filter: blur(6px);
          backdrop-filter: blur(6px);
  width: 100vw;
  height: 100vh;
  filter: blur(1px);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
section.pop-up iframe {
  width: 100vw;
  height: 90%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}
@media (min-width: 1080px) {
  section.pop-up iframe {
    width: 95vw;
  }
}
section.pop-up button {
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 9;
}