/**
 * Arquivo base do SCSS
 * @version 1.1.0
 */
/* ============= BASE ============= */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

strong {
  font-weight: bold;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
  font-weight: normal;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html, body {
  width: 100%;
  min-height: 100%;
  overflow-x: clip;
}

button,
input,
optgroup,
select,
textarea, html input[type=button],
input[type=reset],
input[type=submit], button[disabled],
html input[disabled], button::-moz-focus-inner,
input::-moz-focus-inner, input[type=checkbox],
input[type=radio], input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button, input[type=search], input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  border: none;
  background-image: none;
  background-color: transparent;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

a {
  text-decoration: none;
}

strong {
  font-weight: 500;
}

html {
  font-size: 62.5%;
}
@media (max-width: 900px) {
  html {
    font-size: 50%;
  }
}

html,
body {
  width: 100%;
  font-family: "Alexandria", sans-serif;
  color: #000000;
}

body {
  font-size: 1.5rem;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Alexandria", sans-serif;
  color: #000000;
  font-size: 4rem;
}

.text {
  line-height: 125%;
}
.text.primary {
  color: #191818;
}
.text.secondary {
  color: #F4F2EF;
}
.text.text-center {
  text-align: center;
}
.text.txt-14 {
  font-size: 1.4rem;
}
.text.txt-16 {
  font-size: 1.6rem;
}
.text.txt-18 {
  font-size: 1.8rem;
}
.text.txt-20 {
  font-size: 2rem;
}
.text.txt-21 {
  font-size: 2.1rem;
}
.text.txt-22 {
  font-size: 2.2rem;
}
.text.txt-23 {
  font-size: 2.3rem;
}
.text.txt-25 {
  font-size: 2.5rem;
}
.text.txt-28 {
  font-size: 2.8rem;
}
.text.txt-30 {
  font-size: 3rem;
}
.text.txt-32 {
  font-size: 3.2rem;
}
.text.txt-42 {
  font-size: 4.2rem;
  line-height: 110%;
}
.text.txt-96 {
  font-size: 9.6rem;
  line-height: 110%;
}

@media (max-width: 900px) {
  .text.txt-14 {
    font-size: 1.6rem;
  }
}
/* ============= FONTS ============ */
@font-face {
  font-family: "Sequel Sans Medium";
  src: url("/assets/site/fonts/SequelSans-MediumHead.woff2") format("woff2"), url("/assets/site/fonts/SequelSans-MediumHead.woff") format("woff"), url("/assets/site/fonts/SequelSans-MediumHead.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Sequel Sans Light";
  src: url("/assets/site/fonts/SequelSans-LightHead.woff2") format("woff2"), url("/assets/site/fonts/SequelSans-LightHead.woff") format("woff"), url("/assets/site/fonts/SequelSans-LightHead.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
/* =========== SECTIONS =========== */
:root {
  --site-header-offset-expanded: 188px;
  --site-header-offset-collapsed: 123px;
  --site-header-offset-mobile: 50px;
}

body:has(.header) {
  padding-top: var(--site-header-offset, 188px);
}
@media (max-width: 900px) {
  body:has(.header) {
    padding-top: var(--site-header-offset, 50px);
  }
}

.header {
  width: 100%;
  background: #fff;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
}
.header__hamburger {
  display: none;
  background: none;
  border: none;
  padding: 4px;
  cursor: pointer;
}
.header__mobile-dropdown {
  display: none;
}
.header__mobile-close-container {
  display: none;
}
.header__menu-link--mobile {
  display: none !important;
}
.header__mobile-submenu {
  display: none;
}
.header__nav-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 28px 12rem 5px;
  width: 100%;
}
.header__logo {
  display: flex;
  align-items: center;
  flex-shrink: 0;
}
.header__logo svg {
  display: block;
  width: 135px;
  height: auto;
}
.header__menu {
  display: flex;
  align-items: center;
  gap: 110px;
  list-style: none;
  margin: 0;
  padding: 0;
}
.header__menu-link {
  font-family: "Alexandria", sans-serif;
  font-size: 18px;
  font-weight: 300;
  font-style: normal;
  line-height: normal;
  color: #000;
  text-decoration: none;
  transition: opacity 0.3s ease;
  position: relative;
}
.header__menu-link::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  border-bottom: 1px solid #000;
  transition: all 0.3s ease;
}
.header__menu-link:hover::before {
  width: 100%;
}
.header__search {
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  padding: 4px;
  background: none;
  border: none;
  transition: opacity 0.3s ease;
}
.header__search svg {
  display: block;
  width: 22px;
  height: auto;
  transition: transform 0.4s cubic-bezier(0.25, 1, 0.5, 1);
}
.header__search:hover {
  opacity: 0.7;
}
.header__search:hover svg {
  transform: rotate(15deg) scale(1.1);
}
.header__actions {
  display: flex;
  align-items: center;
  gap: 24px;
}
.header__login {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 4px;
  transition: opacity 0.3s ease;
}
.header__login svg {
  display: block;
  height: 22px;
  width: auto;
  transition: transform 0.4s cubic-bezier(0.25, 1, 0.5, 1);
}
.header__login:hover {
  opacity: 0.7;
}
.header__login:hover svg {
  transform: scale(1.1);
}
.header__cart {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 4px;
  text-decoration: none;
  color: #000;
}
.header__cart svg {
  display: block;
}
.header__cart:hover {
  opacity: 0.7;
}
.header__cart-count {
  position: absolute;
  top: -6px;
  right: -8px;
  min-width: 18px;
  height: 18px;
  padding: 0 4px;
  border-radius: 999px;
  background: #000;
  color: #fff;
  font-size: 10px;
  line-height: 18px;
  text-align: center;
}
.header__user {
  display: flex;
  align-items: center;
  gap: 16px;
}
.header__user-name {
  font-family: "Alexandria", sans-serif;
  font-size: 16px;
  font-weight: 300;
  color: #000;
  white-space: nowrap;
  max-width: 220px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.header__logout {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 4px;
  transition: opacity 0.3s ease;
}
.header__logout svg {
  display: block;
  width: 22px;
  height: auto;
  transition: transform 0.4s cubic-bezier(0.25, 1, 0.5, 1);
}
.header__logout:hover {
  opacity: 0.7;
}
.header__logout:hover svg {
  transform: translateX(2px);
}
.header__categories {
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  background: #fff;
}
.header__categories-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 12rem;
  width: 100%;
  transition: padding 0.5s cubic-bezier(0.25, 1, 0.5, 1);
}
.header__category-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-decoration: none;
}
.header__category-item img {
  opacity: 0.1;
  transition: opacity 0.5s cubic-bezier(0.25, 1, 0.5, 1);
}
.header__category-item:hover .header__category-icon img {
  opacity: 1;
}
.header__category-item:hover .header__category-label {
  font-weight: 300;
  opacity: 1;
}
.header__category-item--active .header__category-icon img {
  opacity: 1;
}
.header__category-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 56px;
  transform: scale(0.7);
  transition: transform 0.5s cubic-bezier(0.25, 1, 0.5, 1);
}
.header__category-icon svg {
  display: block;
  max-width: 100%;
  max-height: 100%;
}
.header__category-icon svg path {
  transition: fill-opacity 0.4s ease, fill 0.4s ease;
}
.header__category-label {
  font-family: "Alexandria", sans-serif;
  font-size: 16px;
  font-weight: 200;
  font-style: normal;
  line-height: normal;
  color: #000;
  text-align: center;
  white-space: nowrap;
  opacity: 0;
  visibility: hidden;
  max-height: 0;
  margin-top: 0;
  overflow: hidden;
  transform: translateY(-6px);
  transition: all 0.5s cubic-bezier(0.25, 1, 0.5, 1);
}
.header:not(.header--scrolled) .header__categories-container, .header:hover .header__categories-container {
  padding: 16px 12rem 20px;
}
.header:not(.header--scrolled) .header__category-icon, .header:hover .header__category-icon {
  transform: scale(1);
}
.header:not(.header--scrolled) .header__category-label, .header:hover .header__category-label {
  opacity: 1;
  visibility: visible;
  max-height: 30px;
  margin-top: 10px;
  transform: translateY(0);
}
.header:not(.header--scrolled) .header__category-item--active .header__category-label, .header:hover .header__category-item--active .header__category-label {
  font-weight: 300;
}
.header__search-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 2000;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.15s ease;
}
.header__search-overlay--active {
  opacity: 1;
  pointer-events: auto;
}
.header__search-backdrop {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.75);
  backdrop-filter: blur(2px);
}
.header__search-content {
  position: relative;
  z-index: 1;
  width: calc(100% - 40px);
  max-width: 600px;
  padding: 30px;
  background-color: #FFF;
  background-image: linear-gradient(139deg, #828282 -123.18%, rgba(255, 255, 255, 0) 24.62%);
  border-radius: 8px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.2);
  transform: translateY(-15vh);
}
.header__search-title {
  font-family: "Alexandria", sans-serif;
  font-size: clamp(18px, 2.5vw, 24px);
  font-weight: 200;
  font-style: normal;
  line-height: normal;
  color: #000;
  text-align: center;
  margin: 0 0 20px 0;
}
.header__search-form {
  width: 100%;
}
.header__search-input-wrapper {
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
}
.header__search-input {
  width: 100%;
  color: #000;
  text-align: center;
  font-family: "Alexandria", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  border-radius: 8px;
  border: 1px solid #000;
  background: transparent;
  padding: 16px 60px 16px 60px;
  transition: all 0.3s ease;
  outline: none;
}
.header__search-input::placeholder {
  color: rgba(0, 0, 0, 0.5);
  font-weight: 200;
}
.header__search-input:focus {
  box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.1);
}
.header__search-submit {
  position: absolute;
  right: 20px;
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.3s ease;
}
.header__search-submit:hover {
  opacity: 0.7;
}
.header__search-submit svg {
  display: block;
  width: 22px;
  height: auto;
}

@media (max-width: 900px) {
  .header {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    z-index: 1000;
  }
  .header__nav-container {
    position: relative;
    padding: 15px 24px 10px;
    justify-content: space-between;
  }
  .header__hamburger {
    display: flex;
    align-items: center;
    justify-content: center;
    order: 1;
  }
  .header__logo {
    order: 2;
  }
  .header__logo svg {
    width: 80px;
  }
  .header__actions {
    order: 3;
    gap: 10px;
  }
  .header__menu {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 1;
    display: flex;
    width: 100%;
    margin: 0;
    background: #fff;
    flex-direction: column;
    gap: 0;
    align-items: stretch;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease;
    border-top: 1px solid transparent;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.06);
  }
  .header__menu--active {
    max-height: 1500px;
    border-top-color: rgba(0, 0, 0, 0.08);
  }
  .header__menu li:nth-last-child(2) .header__menu-link {
    border-bottom: none;
  }
  .header__menu-link {
    display: block;
    padding: 15px 24px;
    color: #000;
    font-size: 13px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    text-decoration: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  }
  .header__menu-link::before {
    display: none;
  }
  .header__menu-link:active {
    background-color: rgba(0, 0, 0, 0.02);
  }
  .header__menu-link--desktop {
    display: none !important;
  }
  .header__menu-link--mobile {
    display: flex !important;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    background: none;
    border: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    text-align: left;
    cursor: pointer;
    padding: 15px 24px;
    font-family: inherit;
  }
  .header__menu-link--mobile svg {
    transition: transform 0.4s ease;
  }
  .header__menu-link--mobile.active svg {
    transform: rotate(180deg);
  }
  .header__mobile-submenu {
    display: block;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease;
  }
  .header__mobile-submenu--active {
    max-height: 1000px;
  }
  .header__mobile-submenu-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px 10px;
    padding: 20px 24px;
    align-items: start;
  }
  .header__mobile-submenu-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-decoration: none;
  }
  .header__mobile-submenu-item:last-child:nth-child(3n-2) {
    grid-column: 2;
  }
  .header__mobile-submenu-item .header__mobile-submenu-icon {
    width: 48px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 8px;
  }
  .header__mobile-submenu-item .header__mobile-submenu-icon img {
    max-width: 100%;
    max-height: 100%;
    opacity: 0.1;
    transition: opacity 0.5s cubic-bezier(0.25, 1, 0.5, 1);
  }
  .header__mobile-submenu-item:hover .header__mobile-submenu-icon img {
    opacity: 1;
  }
  .header__mobile-submenu-item--active .header__mobile-submenu-icon img {
    opacity: 1;
  }
  .header__mobile-submenu-item .header__mobile-submenu-label {
    font-family: "Alexandria", sans-serif;
    font-size: 11px;
    font-weight: 300;
    color: #000;
    text-align: center;
    line-height: 1.3;
  }
  .header__mobile-submenu-all {
    display: block;
    text-align: center;
    padding: 10px 20px;
    margin: 0 24px 20px;
    font-family: "Alexandria", sans-serif;
    font-size: 13px;
    font-weight: 300;
    color: #000;
    text-decoration: none;
    transition: opacity 0.3s;
  }
  .header__mobile-submenu-all:hover {
    opacity: 0.7;
  }
  .header__mobile-close-container {
    display: block;
    width: 100%;
  }
  .header__mobile-close {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 0;
    margin-top: 40px;
    margin-bottom: 20px;
    background: none;
    border: none;
    cursor: pointer;
    transition: opacity 0.3s ease;
  }
  .header__mobile-close:hover {
    opacity: 0.7;
  }
  .header__categories {
    display: none !important;
  }
  .header__categories-container {
    padding: 20px 24px;
    gap: 20px;
    overflow-x: auto;
    justify-content: flex-start;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
  }
  .header__categories-container::-webkit-scrollbar {
    display: none;
  }
  .header__category-icon {
    width: 48px;
    height: 40px;
  }
  .header__category-label {
    font-size: 13px;
  }
  .header__user-name {
    max-width: 140px;
    font-size: 14px;
  }
  .header:hover .header__categories-container {
    padding: 20px 24px;
  }
}
.footer {
  width: 100%;
  background: #fff;
  font-family: "Alexandria", sans-serif;
  padding-top: 50px;
}
.footer__top {
  padding-left: 12rem;
  padding-right: 0;
  margin-bottom: 50px;
}
.footer__brand {
  display: flex;
  align-items: center;
  gap: 30px;
  margin-bottom: 15px;
}
.footer__brand svg {
  display: block;
  width: 135px;
  height: auto;
}
.footer__line {
  flex-grow: 1;
  height: 1px;
  background: rgba(0, 0, 0, 0.4);
}
.footer__contact {
  color: #000;
  font-size: 13px;
  font-weight: 300;
  line-height: normal;
  margin: 0;
}
.footer__main {
  display: flex;
  justify-content: space-between;
  padding: 0 12rem;
  margin-bottom: 60px;
}
.footer__column {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.footer__title {
  color: #000;
  font-size: 13px;
  font-weight: 500;
  line-height: normal;
  text-transform: uppercase;
  margin: 0;
}
.footer__list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
}
.footer__item {
  color: #000;
  font-size: 13px;
  font-weight: 200;
  line-height: 1.55;
  text-decoration: none;
  text-transform: uppercase;
  position: relative;
  display: inline-block;
  width: fit-content;
}
.footer__item::before {
  content: "";
  position: absolute;
  bottom: 2px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 0;
  border-bottom: 1px solid #000;
  transition: all 0.3s ease;
}
.footer__item:hover::before {
  width: 100%;
}
.footer__bottom {
  padding: 0 12rem 30px;
}
.footer__address {
  color: #000;
  text-align: center;
  font-size: 13px;
  font-weight: 300;
  line-height: normal;
  margin: 0;
}

@media (max-width: 1024px) {
  .footer__top {
    padding-left: 24px;
    padding-right: 24px;
  }
  .footer__main {
    padding: 0 24px;
    flex-direction: column;
    align-items: flex-start;
    gap: 36px;
  }
  .footer__column {
    width: 100%;
  }
  .footer__bottom {
    padding: 0 24px 30px;
  }
}
@media (max-width: 900px) {
  .footer {
    padding-top: 40px;
  }
  .footer__top {
    margin-bottom: 32px;
  }
  .footer__brand {
    margin-bottom: 12px;
  }
  .footer__brand svg {
    width: 100px;
  }
  .footer__brand .footer__line {
    display: none;
  }
  .footer__contact {
    font-size: 12px;
    line-height: 1.5;
  }
  .footer__main {
    margin-bottom: 36px;
    gap: 32px;
  }
  .footer__column {
    gap: 14px;
  }
  .footer__column:nth-child(-n+2) .footer__list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: 20px;
  }
  .footer__title {
    font-size: 12px;
    letter-spacing: 0.04em;
  }
  .footer__item {
    font-size: 12px;
    line-height: 1.65;
  }
  .footer__bottom {
    padding-bottom: 24px;
  }
  .footer__address {
    text-align: left;
    font-size: 12px;
    line-height: 1.5;
  }
}
/* ============ PAGES ============= */
#intro {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  z-index: 9999;
}

.intro__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  transform: scale(1.4);
  transform-origin: center center;
  animation: introBgZoomOut 1.2s cubic-bezier(0.25, 1, 0.5, 1) 0.5s forwards;
}

@keyframes introBgZoomOut {
  to {
    transform: scale(1);
  }
}
.intro__hero {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 12rem;
  z-index: 5;
  pointer-events: none;
}
.intro__hero > * {
  pointer-events: auto;
}

.intro__content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  z-index: 2;
  margin-left: auto;
  opacity: 0;
  transform: translateY(30px);
  animation: introContentFadeIn 0.8s ease 0.8s forwards;
}

@keyframes introContentFadeIn {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.intro__title {
  color: #FFF;
  font-family: "Alexandria", sans-serif;
  font-size: 60px;
  font-style: normal;
  font-weight: 250;
  line-height: normal;
  margin: 0 0 20px 0;
}
.intro__title strong {
  font-weight: 450;
}

.intro__subtitle {
  color: #FFF;
  font-family: "Alexandria", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  margin: 0 0 40px 0;
}
.intro__subtitle strong {
  font-weight: 400;
}

.intro__cta {
  color: #FFF;
  text-align: center;
  font-family: "Alexandria", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  border-radius: 8px;
  border: 1px solid #FFF;
  background: transparent;
  padding: 16px 40px;
  text-decoration: none;
  transition: all 0.3s ease;
  cursor: pointer;
}
.intro__cta:hover {
  background: rgba(255, 255, 255, 0.1);
}

.intro__person {
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  z-index: 1;
  opacity: 0;
  animation: introPersonFadeIn 1s ease 0.6s forwards;
}

@keyframes introPersonFadeIn {
  to {
    opacity: 1;
  }
}
.intro__person-img {
  display: block;
  height: 65vh;
  width: auto;
  object-fit: contain;
  position: relative;
  left: -255px;
  top: 35px;
}

.intro__product-card {
  z-index: 3;
  align-self: center;
  margin-top: 380px;
  opacity: 0;
  transform: translateX(-30px);
  animation: introProductFadeIn 0.8s ease 1s forwards;
}

@keyframes introProductFadeIn {
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
.intro__product-card-inner {
  border-radius: 15px;
  background: linear-gradient(85deg, #FFF 26%, rgba(0, 0, 0, 0) 113.34%);
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 25px 30px;
  position: relative;
  max-width: 600px;
  gap: 25px;
  position: relative;
}

.intro__product-img {
  display: block;
  width: 200px;
  height: auto;
  max-height: 200px;
  object-fit: contain;
  flex-shrink: 0;
}

.intro__product-info {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.intro__product-name {
  color: #FFF;
  font-family: "Alexandria", sans-serif;
  font-size: 30px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  margin: 0;
}
.intro__product-name strong {
  font-weight: 400;
}

.intro__product-desc {
  color: #FFF;
  font-family: "Alexandria", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  margin: 0;
}

.intro__product-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 106px;
  height: 36px;
  color: #FFF;
  text-align: center;
  font-family: "Alexandria", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  border-radius: 8px;
  border: none;
  background: rgb(0, 0, 0);
  text-decoration: none;
  transition: all 0.3s ease;
  cursor: pointer;
}
.intro__product-btn:hover {
  background: rgba(255, 255, 255, 0.15);
}

.intro__nav {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
  opacity: 0;
  transform: translateY(-20px);
  animation: homeNavFadeIn 0.6s ease 0.5s forwards;
}

@keyframes homeNavFadeIn {
  from {
    opacity: 0;
    transform: translateY(-20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.intro__nav-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 28px 12rem;
  width: 100%;
}

.intro__logo {
  display: flex;
  align-items: center;
  flex-shrink: 0;
}
.intro__logo svg {
  display: block;
  width: 135px;
  height: auto;
}

.intro__menu {
  display: flex;
  align-items: center;
  gap: 110px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.intro__menu-link {
  font-family: "Alexandria", sans-serif;
  font-size: 18px;
  font-weight: 300;
  font-style: normal;
  line-height: normal;
  color: #fff;
  text-decoration: none;
  transition: opacity 0.3s ease;
  position: relative;
}
.intro__menu-link::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 0;
  border-bottom: 1px solid #fff;
  transition: all 0.3s ease;
}
.intro__menu-link:hover::before {
  width: 100%;
}

.intro__actions {
  display: flex;
  align-items: center;
  gap: 24px;
}

.intro__search {
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  padding: 4px;
  background: none;
  border: none;
  transition: opacity 0.3s ease;
}
.intro__search svg {
  display: block;
  width: 22px;
  height: auto;
  transition: transform 0.4s cubic-bezier(0.25, 1, 0.5, 1);
}
.intro__search:hover {
  opacity: 0.7;
}
.intro__search:hover svg {
  transform: rotate(15deg) scale(1.1);
}

.intro__login {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 4px;
  transition: opacity 0.3s ease;
}
.intro__login svg {
  display: block;
  height: 22px;
  width: auto;
  transition: transform 0.4s cubic-bezier(0.25, 1, 0.5, 1);
}
.intro__login:hover {
  opacity: 0.7;
}
.intro__login:hover svg {
  transform: scale(1.1);
}

.intro__cart {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 4px;
  text-decoration: none;
  color: #fff;
}
.intro__cart svg {
  display: block;
}
.intro__cart:hover {
  opacity: 0.7;
}

.intro__cart-count {
  position: absolute;
  top: -6px;
  right: -8px;
  min-width: 18px;
  height: 18px;
  padding: 0 4px;
  border-radius: 999px;
  background: #fff;
  color: #000;
  font-size: 10px;
  line-height: 18px;
  text-align: center;
}

.intro__logout {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 4px;
  transition: opacity 0.3s ease;
}
.intro__logout svg {
  display: block;
  width: 22px;
  height: auto;
  transition: transform 0.4s cubic-bezier(0.25, 1, 0.5, 1);
}
.intro__logout:hover {
  opacity: 0.7;
}
.intro__logout:hover svg {
  transform: translateX(2px);
}

#intro.is-transitioning .intro__nav,
#intro.is-transitioning .intro__content,
#intro.is-transitioning .intro__product-card,
#intro.is-transitioning .intro__person-img {
  animation: fadeOutUI 0.4s ease forwards !important;
  pointer-events: none;
}
#intro.is-transitioning .intro__bg {
  animation: transitionBgExpand 1.6s ease-in forwards !important;
}
#intro.is-transitioning::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #FFF;
  z-index: 9999;
  pointer-events: none;
  opacity: 0;
  animation: introWhiteTransitionFade 1.6s ease-in forwards;
}

@keyframes fadeOutUI {
  to {
    opacity: 0;
    transform: translateY(-20px);
  }
}
@keyframes transitionBgExpand {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(25);
  }
}
@keyframes introWhiteTransitionFade {
  0% {
    opacity: 0;
  }
  40% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.intro__transition-text {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10000;
  pointer-events: none;
  opacity: 0;
}
.intro__transition-text p {
  color: #000;
  text-align: center;
  font-family: "Alexandria", sans-serif;
  font-size: 90px;
  font-style: normal;
  font-weight: 250;
  line-height: normal;
  margin: 0;
}

#intro.is-transitioning .intro__transition-text {
  animation: transitionTextFade 3s ease 1.6s forwards;
}

@keyframes transitionTextFade {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  15% {
    opacity: 1;
    transform: translateY(0);
  }
  85% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(-20px);
  }
}
@media (max-width: 900px) {
  .intro__nav-container {
    padding: 20px 24px;
  }
  .intro__menu {
    display: none;
  }
  .intro__bg {
    background-size: cover;
  }
  .intro__hero {
    padding: 0 24px;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    padding-bottom: 60px;
  }
  .intro__title,
  .intro__subtitle,
  .intro__product-card {
    display: none;
  }
  .intro__person {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    bottom: auto;
    z-index: 1;
    display: flex;
    justify-content: center;
    width: 100%;
  }
  .intro__person-img {
    height: 50vh;
    width: auto;
    left: 0;
    top: 0;
    position: relative;
  }
  .intro__content {
    align-items: center;
    width: 100%;
    margin: 0;
  }
  .intro__cta {
    font-size: 14px;
    padding: 16px 32px;
    background: rgba(0, 0, 0, 0.1411764706);
  }
  .intro__transition-text p {
    font-size: 36px;
    padding: 0 20px;
    line-height: 1.2;
  }
}
.home {
  width: 100%;
}
.home__hero {
  display: flex;
  height: calc(100vh - var(--site-header-offset, 188px));
  overflow: hidden;
}
@media (max-width: 768px) {
  .home__hero {
    flex-direction: column;
    height: auto;
    min-height: calc(100vh - var(--site-header-offset, 188px));
  }
}
.home__image {
  width: 25vw;
  min-width: 25vw;
  height: 100%;
  overflow: hidden;
}
@media (max-width: 768px) {
  .home__image {
    width: 100%;
    min-width: 100%;
    height: 35vh;
  }
}
.home__image-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.home__segments {
  flex: 1;
  height: 100%;
  overflow-y: auto;
  scrollbar-width: none;
}
.home__segments::-webkit-scrollbar {
  display: none;
}
.home__segments-list {
  display: flex;
  flex-direction: column;
}
.home__segment-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 2.5rem 4rem;
  text-decoration: none;
  color: #000;
  font-family: "Alexandria", sans-serif;
  font-size: 45px;
  font-style: normal;
  font-weight: 150;
  line-height: normal;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}
@media (max-width: 768px) {
  .home__segment-item {
    font-size: 24px;
    padding: 1.5rem 2rem;
  }
}
.home__segment-item {
  transition: font-weight 0.3s ease, background-color 0.3s ease;
  cursor: pointer;
}
.home__segment-item:first-child {
  border-top: 1px solid rgba(0, 0, 0, 0.08);
}
.home__segment-item:hover, .home__segment-item--active {
  font-weight: 300;
}
.home__segment-item:hover .home__segment-arrow, .home__segment-item--active .home__segment-arrow {
  opacity: 1;
  transform: translateX(0);
}
.home__segment-name {
  pointer-events: none;
}
.home__segment-arrow {
  display: flex;
  align-items: center;
  gap: 12px;
  font-family: "Alexandria", sans-serif;
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #000;
  opacity: 0;
  transform: translateX(-10px);
  transition: opacity 0.3s ease, transform 0.3s ease;
}
.home__segment-arrow svg {
  width: 24px;
  height: auto;
}
.home__architecture {
  width: 100%;
  height: 100vh;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  position: relative;
}
.home__architecture-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  max-width: 600px;
  margin-left: 50%;
  margin-top: 3rem;
}
@media (max-width: 768px) {
  .home__architecture-content {
    margin-left: 0;
    align-items: center;
    text-align: center;
    padding: 0 20px;
  }
}
.home__architecture-title {
  color: #FFF;
  font-family: "Alexandria", sans-serif;
  font-size: clamp(36px, 5vw, 60px);
  font-style: normal;
  font-weight: 250;
  line-height: normal;
  margin-bottom: 24px;
}
.home__architecture-title .fw-400 {
  font-weight: 400;
}
.home__architecture-desc {
  color: #FFF;
  font-family: "Alexandria", sans-serif;
  font-size: clamp(16px, 2vw, 18px);
  font-weight: 300;
  line-height: 1.4;
  margin-bottom: 40px;
}
.home__architecture-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 32px;
  border: 1px solid #FFF;
  border-radius: 4px;
  color: #FFF;
  text-align: center;
  font-family: "Alexandria", sans-serif;
  font-size: clamp(14px, 1.5vw, 18px);
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  text-decoration: none;
  text-transform: uppercase;
  position: relative;
  overflow: hidden;
  z-index: 1;
  transition: color 0.3s ease 0.1s;
  background: transparent;
}
.home__architecture-btn::before {
  content: "";
  position: absolute;
  top: -2px;
  left: -2px;
  width: calc(100% + 4px);
  height: calc(100% + 4px);
  border-radius: inherit;
  background: linear-gradient(to right, rgb(255, 255, 255), rgba(255, 255, 255, 0.2));
  transform: translateX(-100%);
  transition: transform 0.4s ease;
  z-index: -1;
}
.home__architecture-btn:hover {
  color: #000;
}
.home__architecture-btn:hover::before {
  transform: translateX(0);
}
.home__shell {
  width: 100%;
  min-height: 500px;
  padding: 60px 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .home__shell {
    flex-direction: column;
    padding: 60px 0;
  }
}
.home__shell-content {
  flex: 0 0 auto;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  text-align: left;
  padding-left: 30rem;
}
@media (max-width: 768px) {
  .home__shell-content {
    padding: 0 20px;
    align-items: center;
    text-align: center;
    margin-bottom: 40px;
  }
}
.home__shell-title {
  color: #FFF;
  font-family: "Alexandria", sans-serif;
  font-size: clamp(36px, 5vw, 60px);
  font-style: normal;
  font-weight: 250;
  line-height: normal;
  margin-bottom: 5rem;
}
@media (max-width: 768px) {
  .home__shell-title {
    margin-bottom: 2rem;
  }
}
.home__shell-desc {
  color: #FFF;
  font-family: "Alexandria", sans-serif;
  font-size: clamp(16px, 2vw, 20px);
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  margin-bottom: 8rem;
}
@media (max-width: 768px) {
  .home__shell-desc {
    margin-bottom: 3rem;
  }
}
.home__shell-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 8px 32px;
  color: #000;
  text-align: center;
  font-family: "Alexandria", sans-serif;
  font-size: clamp(12px, 1.5vw, 14px);
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  border-radius: 4px;
  border: 1px solid #000;
  text-decoration: none;
  position: relative;
  overflow: hidden;
  z-index: 1;
  transition: color 0.3s ease 0.1s;
}
.home__shell-btn::before {
  content: "";
  position: absolute;
  top: -2px;
  left: -2px;
  width: calc(100% + 4px);
  height: calc(100% + 4px);
  border-radius: inherit;
  background: linear-gradient(to right, rgb(0, 0, 0), rgba(0, 0, 0, 0.2));
  transform: translateX(-100%);
  transition: transform 0.4s ease;
  z-index: -1;
}
.home__shell-btn:hover {
  color: #FFF;
}
.home__shell-btn:hover::before {
  transform: translateX(0);
}
.home__shell-products {
  flex: 1;
  display: flex;
  flex-direction: column;
  min-width: 0;
  margin-left: 30rem;
  margin-top: 6rem;
}
@media (max-width: 768px) {
  .home__shell-products {
    margin: 0;
    width: 100%;
    padding: 0 20px;
    box-sizing: border-box;
  }
}
.home__shell-products-nav {
  display: flex;
  gap: 25px;
  margin-bottom: 15px;
}
.home__shell-products-container {
  border-radius: 10px;
  background: linear-gradient(85deg, #FFF 26%, rgba(0, 0, 0, 0) 113.34%);
  overflow: hidden;
  flex: 1;
  display: flex;
  align-items: center;
  padding: 20px 0 20px 20px;
}
.home__shell-products-arrow {
  background: none;
  border: none;
  cursor: pointer;
  color: #FFF;
  padding: 0;
  transition: opacity 0.3s ease;
}
.home__shell-products-arrow:hover {
  opacity: 0.5;
}
.home__shell-products-track {
  display: flex;
  gap: 20px;
  overflow-x: auto;
  scroll-behavior: smooth;
  scrollbar-width: none;
  flex: 1;
  align-items: center;
}
.home__shell-products-track::-webkit-scrollbar {
  display: none;
}
.home__shell-products-card {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  gap: 15px;
}
.home__shell-products-card-img {
  width: 160px;
  height: 160px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.home__shell-products-card-img img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}
.home__shell-products-card-info {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding-right: 30px;
}
.home__shell-products-card-name {
  color: #000;
  font-family: "Alexandria", sans-serif;
  font-size: clamp(20px, 2.5vw, 30px);
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  margin: 0 0 20px 0;
}
.home__shell-products-card-name span {
  font-weight: 450;
}
.home__shell-products-card-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 32px;
  border-radius: 8px;
  border: 1px solid #000;
  background: #000;
  color: #FFF;
  text-align: center;
  font-family: "Alexandria", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  text-decoration: none;
  transition: opacity 0.3s ease;
}
.home__shell-products-card-btn:hover {
  opacity: 0.8;
}
.home__cards {
  display: flex;
  width: 100%;
  min-height: 500px;
}
@media (max-width: 768px) {
  .home__cards {
    flex-direction: column;
  }
}
.home__card {
  flex: 1;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  position: relative;
  padding: 40px;
}
@media (max-width: 768px) {
  .home__card {
    min-height: 400px;
    padding: 40px 20px;
    justify-content: center;
  }
}
.home__card-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding-right: 12rem;
  padding-left: 4rem;
  max-width: 100%;
}
@media (max-width: 768px) {
  .home__card-content {
    padding: 0;
    align-items: center;
    text-align: center;
  }
}
.home__card-title {
  color: #FFF;
  font-family: "Alexandria", sans-serif;
  font-size: clamp(36px, 5vw, 60px);
  font-style: normal;
  font-weight: 250;
  line-height: normal;
  margin-bottom: 16px;
}
.home__card-desc {
  color: #FFF;
  font-family: "Alexandria", sans-serif;
  font-size: clamp(16px, 2vw, 20px);
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  margin-bottom: 32px;
}
.home__card-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 32px;
  color: #FFF;
  text-align: center;
  font-family: "Alexandria", sans-serif;
  font-size: clamp(10px, 1.2vw, 12px);
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  border-radius: 8px;
  border: 1px solid #FFF;
  text-decoration: none;
  background-color: transparent;
  position: relative;
  overflow: hidden;
  z-index: 1;
  transition: color 0.3s ease 0.1s;
}
.home__card-btn::before {
  content: "";
  position: absolute;
  top: -2px;
  left: -2px;
  width: calc(100% + 4px);
  height: calc(100% + 4px);
  border-radius: inherit;
  background: linear-gradient(to right, rgb(255, 255, 255), rgba(255, 255, 255, 0.2));
  transform: translateX(-100%);
  transition: transform 0.4s ease;
  z-index: -1;
}
.home__card-btn:hover {
  color: #000;
}
.home__card-btn:hover::before {
  transform: translateX(0);
}

.login {
  min-height: calc(100vh - var(--site-header-offset, 188px));
}
@media (max-width: 768px) {
  .login {
    min-height: calc(100vh - var(--site-header-offset, 50px));
  }
}
.login--auth-only {
  min-height: calc(100vh - 120px);
  display: flex;
  align-items: center;
}
.login--auth-only .login__wrapper {
  width: 100%;
  justify-content: center;
}
.login__wrapper {
  display: flex;
  gap: 30px;
  align-items: stretch;
  width: 100%;
  min-height: calc(100vh - var(--site-header-offset, 188px));
}
@media (max-width: 768px) {
  .login__wrapper {
    flex-direction: column;
    gap: 0;
    min-height: auto;
  }
}
.login__info-container {
  position: relative;
  flex: 1 1 60%;
  min-width: 0;
  min-height: 100%;
  overflow: hidden;
}
@media (max-width: 768px) {
  .login__info-container {
    flex: none;
    width: 100%;
    min-height: 550px;
  }
}
.login__info-container img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.login__info-texts {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 12rem;
  box-sizing: border-box;
}
@media (max-width: 1200px) {
  .login__info-texts {
    padding-left: 8rem;
    padding-right: 8rem;
  }
}
@media (max-width: 768px) {
  .login__info-texts {
    padding: 20px 20px 40px 20px;
    align-items: center;
  }
}
.login__info-texts h2 {
  color: #FFF;
  font-size: clamp(32px, 5vw, 56px);
  font-style: normal;
  line-height: normal;
  font-weight: 100;
}
@media (max-width: 768px) {
  .login__info-texts h2 {
    text-align: center;
  }
}
.login__info-texts h2 span {
  font-weight: 400;
}
.login__info-texts .description {
  color: #FFF;
  font-size: clamp(14px, 2vw, 18px);
  font-weight: 300;
  line-height: normal;
  font-style: normal;
  margin-top: 15px;
}
@media (max-width: 768px) {
  .login__info-texts .description {
    text-align: center;
  }
}
.login__info-texts .features {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin: 40px 0;
}
@media (max-width: 768px) {
  .login__info-texts .features {
    align-self: flex-start;
    width: 100%;
  }
}
.login__info-texts .features-item {
  display: flex;
  align-items: center;
  gap: 15px;
}
.login__info-texts .features-item .material-icons {
  color: #FFF;
  font-size: 40px;
}
.login__info-texts .features-item span:not(.material-icons) {
  color: #FFF;
  font-size: clamp(14px, 1.5vw, 16px);
  font-style: normal;
  font-weight: 300;
  line-height: normal;
}
.login__info-texts .help-text {
  color: #FFF;
  font-size: clamp(12px, 1.2vw, 14px);
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .login__info-texts .help-text {
    text-align: center;
    align-self: center;
  }
}
.login__info-texts .contact-btn {
  display: inline-flex;
  align-items: center;
  gap: 15px;
  text-decoration: none;
}
.login__info-texts .contact-btn span {
  color: #FFF;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.login__form-container {
  flex: 1 1 40%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-self: stretch;
  min-height: 100%;
  background-color: #1a1a1a;
  padding: 3rem 2rem 3rem 3rem;
  box-sizing: border-box;
}
@media (max-width: 1200px) {
  .login__form-container {
    padding-left: 8rem;
  }
}
@media (max-width: 768px) {
  .login__form-container {
    flex: none;
    min-height: auto;
    padding: 40px 20px;
    align-items: center;
  }
}
.login__form-container--panels {
  position: relative;
  justify-content: flex-start;
  max-height: calc(100vh - var(--site-header-offset, 188px));
  overflow-y: auto;
  overscroll-behavior: contain;
  padding-bottom: 3rem;
}
@media (max-width: 768px) {
  .login__form-container--panels {
    max-height: none;
    overflow-y: visible;
  }
}
.login__form-container .login-panel {
  width: 100%;
  max-width: 410px;
}
.login__form-container .login-panel[hidden] {
  display: none;
}
.login__form-container .login-panel__toolbar {
  position: sticky;
  top: 0;
  z-index: 3;
  padding: 0 0 12px;
  margin-bottom: 4px;
  background: linear-gradient(180deg, #1a1a1a 70%, rgba(26, 26, 26, 0));
}
.login__form-container .login-panel__back {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  margin-bottom: 0;
  padding: 0;
  border: 1px solid rgba(255, 255, 255, 0.35);
  border-radius: 50%;
  background: #1a1a1a;
  color: #fff;
  cursor: pointer;
}
.login__form-container .login-panel__back .material-icons {
  font-size: 20px;
}
.login__form-container .login-panel__back:hover {
  background: rgba(255, 255, 255, 0.08);
}
.login__form-container .contact-form {
  gap: 0;
}
.login__form-container .contact-form-submit {
  width: 100%;
  margin-top: 4px;
  font-size: 12px;
  font-weight: 500;
  padding: 14px 20px;
}
.login__form-container .login-register-recaptcha {
  margin-top: 20px;
}
.login__form-container .password-toggle {
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  border: none;
  background: none;
  padding: 0;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(255, 255, 255, 0.55);
  transition: color 0.2s ease;
}
.login__form-container .password-toggle:hover {
  color: #fff;
}
.login__form-container .password-toggle__icon {
  font-size: 22px;
  line-height: 1;
}
.login__form-container .password-toggle__icon--hide {
  display: none;
}
.login__form-container .password-toggle.is-visible .password-toggle__icon--show {
  display: none;
}
.login__form-container .password-toggle.is-visible .password-toggle__icon--hide {
  display: block;
}
.login__form-container form {
  width: 100%;
  max-width: 410px;
  margin: 0;
}
.login__form-container form h1 {
  color: #FFF;
  font-size: clamp(28px, 4vw, 40px);
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  margin: 0;
}
.login__form-container form .subtitle {
  color: #FFF;
  font-size: clamp(14px, 1.5vw, 16px);
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  margin-top: 10px;
  margin-bottom: 32px;
}
.login__form-container form .login-back-link {
  margin-top: 24px;
  text-align: center;
}
.login__form-container form .login-back-link a {
  color: #fff;
  font-size: 14px;
  font-weight: 300;
  text-decoration: none;
  opacity: 0.85;
}
.login__form-container form .login-back-link a:hover {
  opacity: 1;
  text-decoration: underline;
}
.login__form-container form .login-panel-link {
  margin: 20px 0 0;
  text-align: center;
}
.login__form-container form .login-panel-link__btn {
  color: #fff;
  font-size: 14px;
  font-weight: 300;
  line-height: normal;
  text-decoration: none;
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  opacity: 0.85;
  font-family: inherit;
}
.login__form-container form .login-panel-link__btn:hover {
  opacity: 1;
  text-decoration: underline;
}
.login__form-container--solo {
  flex: none;
  width: 100%;
  max-width: 560px;
  margin: 0 auto;
  padding: 4rem 2rem;
  border-radius: 4px;
  align-items: center;
}
.login__form-container--solo form {
  margin: 0 auto;
}
.login__form-container .form-extras {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
  gap: 16px;
}
.login__form-container .form-extras .forgot-password {
  color: #FFF;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-decoration: none;
  white-space: nowrap;
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
}
.login__form-container .form-extras .forgot-password:hover {
  text-decoration: underline;
}
.login__form-container .remember-checkbox {
  display: flex;
  align-items: center;
  gap: 10px;
  cursor: pointer;
  margin: 0;
}
.login__form-container .remember-checkbox__input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}
.login__form-container .remember-checkbox__box {
  width: 18px;
  height: 18px;
  border-radius: 3px;
  border: 1px solid #FFF;
  background: transparent;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  transition: background-color 0.2s ease;
}
.login__form-container .remember-checkbox__icon {
  font-size: 14px;
  color: #000;
  opacity: 0;
  transform: scale(0.6);
  transition: opacity 0.2s ease, transform 0.2s ease;
}
.login__form-container .remember-checkbox__label {
  color: #FFF;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.login__form-container .remember-checkbox__input:checked + .remember-checkbox__box {
  background-color: #FFF;
}
.login__form-container .remember-checkbox__input:checked + .remember-checkbox__box .remember-checkbox__icon {
  opacity: 1;
  transform: scale(1);
}
.login__form-container .divider {
  display: flex;
  align-items: center;
  gap: 15px;
  margin: 25px 0;
}
.login__form-container .divider__line {
  flex: 1;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.42);
}
.login__form-container .divider span {
  color: #FFF;
  text-align: center;
  font-size: 10px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.login__form-container .btn-create-account {
  width: 100%;
  height: 48px;
  border-radius: 2px;
  border: 1px solid #FFF;
  background: rgba(217, 217, 217, 0);
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  text-decoration: none;
  position: relative;
  padding: 0;
  color: inherit;
  font: inherit;
}
.login__form-container .btn-create-account .icon-left {
  position: absolute;
  left: 20px;
  display: flex;
  align-items: center;
}
.login__form-container .btn-create-account span.text {
  color: #FFF;
  text-align: center;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.login__form-container .btn-create-account .icon-right {
  position: absolute;
  right: 20px;
  display: flex;
  align-items: center;
}
.login__form-container .terms {
  color: #FFF;
  font-size: 12px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  margin-top: 30px;
}
.login__form-container .terms span {
  font-weight: 400;
}

.category-page {
  padding-top: 2rem;
}
.category-page .category-items {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.category-page .category-item {
  position: relative;
  width: 100%;
  height: 450px;
  background-size: cover;
  background-position: center;
  display: flex;
}
@media (max-width: 768px) {
  .category-page .category-item {
    height: 350px;
  }
}
.category-page .category-item__content {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 768px) {
  .category-page .category-item__content {
    align-items: center;
    text-align: center;
    padding: 0 20px;
  }
}
.category-page .category-item__content--left {
  align-items: flex-start;
  padding-left: 5%;
}
@media (max-width: 768px) {
  .category-page .category-item__content--left {
    align-items: center;
    padding: 0 20px;
  }
}
.category-page .category-item__content--right {
  align-items: flex-end;
  text-align: right;
  padding-right: 5%;
}
@media (max-width: 768px) {
  .category-page .category-item__content--right {
    align-items: center;
    text-align: center;
    padding: 0 20px;
  }
}
.category-page .category-item__spacer {
  flex: 1;
}
@media (max-width: 768px) {
  .category-page .category-item__spacer {
    display: none;
  }
}
.category-page .category-item__title {
  color: #000;
  font-size: clamp(32px, 5vw, 60px);
  font-style: normal;
  font-weight: 150;
  line-height: normal;
  margin: 0 0 15px 0;
}
.category-page .category-item__description {
  color: #000;
  font-size: clamp(14px, 2vw, 16px);
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  margin: 0 0 25px 0;
}
.category-page .category-item__btn {
  border-radius: 8px;
  border: 1px solid #000;
  color: #000;
  text-align: center;
  font-size: 12px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  background-color: transparent;
  padding: 12px 35px;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
  z-index: 1;
  transition: color 0.3s ease 0.1s;
}
.category-page .category-item__btn::before {
  content: "";
  position: absolute;
  top: -2px;
  left: -2px;
  width: calc(100% + 4px);
  height: calc(100% + 4px);
  border-radius: inherit;
  background: linear-gradient(to right, rgb(0, 0, 0), rgba(0, 0, 0, 0.2));
  transform: translateX(-100%);
  transition: transform 0.4s ease;
  z-index: -1;
}
.category-page .category-item__btn:hover {
  color: #FFF;
}
.category-page .category-item__btn:hover::before {
  transform: translateX(0);
}

.subcategory-page {
  overflow-x: hidden;
}
.subcategory-page .subcategory-banner {
  position: relative;
  width: 100%;
  height: calc(100vh - 188px);
  background-size: cover;
  background-position: center;
}
@media (max-width: 768px) {
  .subcategory-page .subcategory-banner {
    height: 400px;
    padding-bottom: 40px;
    justify-content: center;
  }
}
.subcategory-page .subcategory-banner {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  padding-bottom: 80px;
}
.subcategory-page .subcategory-banner__container {
  width: 1440px;
  max-width: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
  padding-left: 65%;
}
@media (max-width: 768px) {
  .subcategory-page .subcategory-banner__container {
    padding-left: 0;
    padding: 0 20px;
    align-items: center;
    text-align: center;
  }
}
.subcategory-page .subcategory-banner__title {
  color: #FFF;
  font-size: clamp(56px, 12vw, 100px);
  font-style: normal;
  font-weight: 150;
  line-height: normal;
  margin: 0 0 10px 0;
}
.subcategory-page .subcategory-banner__line {
  width: 100%;
  height: 1px;
  background-color: #FFF;
  margin-bottom: 20px;
}
.subcategory-page .subcategory-banner__description {
  color: #FFF;
  font-size: clamp(14px, 2vw, 20px);
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  margin: 0;
}
.subcategory-page .subcategory-details {
  width: 1320px;
  max-width: 100%;
  margin: 40px auto 0 auto;
  display: flex;
  flex-direction: column;
}
.subcategory-page .subcategory-details .subcategory-header {
  display: flex;
  flex-direction: column;
}
.subcategory-page .subcategory-details .subcategory-header__top {
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .subcategory-page .subcategory-details .subcategory-header__top {
    display: contents;
  }
}
.subcategory-page .subcategory-details .subcategory-header__title-box {
  border-radius: 8px;
  background: linear-gradient(139deg, #828282 -134.18%, rgba(255, 255, 255, 0) 56.62%);
  padding: 10px 40px 10px 20px;
  margin-right: 60px;
}
@media (max-width: 768px) {
  .subcategory-page .subcategory-details .subcategory-header__title-box {
    order: 1;
    margin-right: 20px;
    margin-left: 20px;
    padding: 10px 20px;
  }
}
.subcategory-page .subcategory-details .subcategory-header__title-box .breadcrumb {
  color: #000;
  font-size: clamp(12px, 1.5vw, 16px);
  font-style: normal;
  font-weight: 200;
  line-height: normal;
  margin-bottom: 5px;
}
.subcategory-page .subcategory-details .subcategory-header__title-box .breadcrumb strong {
  font-weight: 400;
}
.subcategory-page .subcategory-details .subcategory-header__title-box .title {
  color: #000;
  font-size: clamp(36px, 8vw, 96px);
  font-style: normal;
  font-weight: 100;
  line-height: normal;
  margin: 0;
}
.subcategory-page .subcategory-details .subcategory-header__downloads {
  display: flex;
  align-items: center;
  gap: 25px;
}
@media (max-width: 768px) {
  .subcategory-page .subcategory-details .subcategory-header__downloads {
    order: 3;
    flex-direction: column;
    align-items: flex-start;
    margin-top: 30px;
    padding-left: 20px;
    gap: 15px;
  }
}
.subcategory-page .subcategory-details .subcategory-header__downloads-title {
  color: #000;
  font-size: clamp(16px, 2vw, 20px);
  font-style: normal;
  font-weight: 150;
  line-height: normal;
}
.subcategory-page .subcategory-details .subcategory-header__downloads-title span {
  display: block;
  font-size: clamp(12px, 1.5vw, 14px);
  color: #666;
}
.subcategory-page .subcategory-details .subcategory-header__downloads-separator {
  width: 1px;
  height: 32px;
  background: #000;
}
@media (max-width: 768px) {
  .subcategory-page .subcategory-details .subcategory-header__downloads-separator {
    display: none;
  }
}
.subcategory-page .subcategory-details .subcategory-header__downloads-link {
  color: #000;
  font-size: 13.5px;
  font-style: normal;
  font-weight: 150;
  line-height: normal;
  text-decoration-line: underline;
  text-decoration-style: solid;
}
.subcategory-page .subcategory-details .subcategory-header__downloads-link--bold {
  font-weight: 300;
}
.subcategory-page .subcategory-details .subcategory-header__bottom {
  margin-top: 15px;
  padding-left: 20px;
}
@media (max-width: 768px) {
  .subcategory-page .subcategory-details .subcategory-header__bottom {
    order: 2;
  }
}
.subcategory-page .subcategory-details .subcategory-header__count {
  color: #000;
  font-size: clamp(12px, 1.5vw, 14px);
  font-style: normal;
  font-weight: 300;
  line-height: normal;
}
.subcategory-page .subcategory-details .subcategory-divider {
  width: 100vw;
  height: 1px;
  background-color: #000;
  margin: 20px 0 40px 0;
}
.subcategory-page .subcategory-details .subcategory-products {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 32px;
  margin-bottom: 80px;
}
@media (max-width: 768px) {
  .subcategory-page .subcategory-details .subcategory-products {
    grid-template-columns: 1fr;
    padding: 0 20px;
  }
}
.subcategory-page .subcategory-details .subcategory-products .product-mock-card {
  display: flex;
  flex-direction: column;
  text-decoration: none;
  color: inherit;
  width: 100%;
  box-sizing: border-box;
}
.subcategory-page .subcategory-details .subcategory-products .product-mock-card__image {
  width: 100%;
  aspect-ratio: 4/5;
  background-color: #EFEFEF;
  border-radius: 8px;
  background-size: cover;
  background-position: center;
  margin-bottom: 15px;
}
.subcategory-page .subcategory-details .subcategory-products .product-mock-card__title {
  color: #000;
  font-size: clamp(16px, 2.5vw, 22px);
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  margin: 0 0 15px 0;
}
.subcategory-page .subcategory-details .subcategory-products .product-mock-card__colors {
  margin-bottom: 25px;
}
.subcategory-page .subcategory-details .subcategory-products .product-mock-card__colors svg {
  display: block;
}
.subcategory-page .subcategory-details .subcategory-products .product-mock-card__table {
  display: flex;
  gap: 30px;
  margin-bottom: 25px;
  max-width: 100%;
  overflow-x: auto;
  overflow-y: hidden;
  flex-wrap: nowrap;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
}
.subcategory-page .subcategory-details .subcategory-products .product-mock-card__table::-webkit-scrollbar {
  display: none;
}
@media (max-width: 768px) {
  .subcategory-page .subcategory-details .subcategory-products .product-mock-card__table {
    gap: 20px;
    justify-content: flex-start;
  }
}
.subcategory-page .subcategory-details .subcategory-products .product-mock-card__col {
  display: flex;
  flex-direction: column;
  flex: 0 0 auto;
}
.subcategory-page .subcategory-details .subcategory-products .product-mock-card__col strong {
  color: #000;
  font-size: clamp(14px, 1.5vw, 16px);
  font-style: normal;
  font-weight: 250;
  line-height: normal;
  font-variant: all-small-caps;
  margin-bottom: 8px;
}
.subcategory-page .subcategory-details .subcategory-products .product-mock-card__col span {
  color: #000;
  font-size: clamp(12px, 1.2vw, 13.5px);
  font-style: normal;
  font-weight: 250;
  line-height: 25px;
}
.subcategory-page .subcategory-details .subcategory-products .product-mock-card__col span.active {
  font-weight: 300;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: auto;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}
.subcategory-page .subcategory-details .subcategory-products .product-mock-card__pricetag {
  border-radius: 8px;
  border: 1px solid #000;
  background: #000;
  color: #FFF;
  text-align: center;
  font-size: 12px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  padding: 10px 20px;
  width: max-content;
  margin-top: auto;
  text-decoration: none;
  display: inline-block;
}
.subcategory-page .subcategory-details .subcategory-products .product-mock-card__pricetag.product-info-price--locked {
  background: transparent;
  color: #000;
}

.segments-page .banner {
  position: relative;
  width: 100%;
}
.segments-page .banner img {
  width: 100%;
  object-fit: cover;
  height: calc(100vh - 188px);
  display: block;
}
@media (max-width: 768px) {
  .segments-page .banner img {
    height: calc(100vh - 50px);
    min-height: 420px;
  }
}
.segments-page .banner__overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background: linear-gradient(to right, rgba(0, 0, 0, 0.78) 0%, rgba(0, 0, 0, 0.52) 38%, rgba(0, 0, 0, 0.22) 62%, rgba(0, 0, 0, 0) 100%);
}
@media (max-width: 768px) {
  .segments-page .banner__overlay {
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.55) 0%, rgba(0, 0, 0, 0.72) 100%);
  }
}
.segments-page .banner-texts {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  padding: 0 clamp(1.25rem, 10.8vw, 13rem);
  display: flex;
  flex-direction: column;
  justify-content: center;
  box-sizing: border-box;
}
@media (max-width: 768px) {
  .segments-page .banner-texts {
    align-items: center;
    text-align: center;
    padding: 0 20px;
  }
}
.segments-page .banner-texts h2 {
  color: #FFF;
  font-size: clamp(28px, 3.125vw, 60px);
  font-weight: 100;
  margin: 0;
  line-height: 1.15;
  font-style: normal;
}
.segments-page .banner-texts h2 span {
  font-weight: 600;
}
.segments-page .banner-texts p {
  color: #FFF;
  font-size: clamp(14px, 1.04vw, 20px);
  font-weight: 300;
  margin: clamp(12px, 1vw, 20px) 0 0 0;
  line-height: 1.45;
  font-style: normal;
  max-width: 640px;
}
@media (max-width: 768px) {
  .segments-page .banner-texts p {
    max-width: 100%;
  }
}
.segments-page .banner-texts p span {
  font-weight: 600;
}
.segments-page .about-block {
  display: flex;
  flex-direction: column;
}
@media (min-width: 769px) {
  .segments-page .about-block {
    flex-direction: row;
  }
}
.segments-page .about-block__image {
  width: 100%;
}
@media (min-width: 769px) {
  .segments-page .about-block__image {
    width: 50%;
  }
}
.segments-page .about-block__image img {
  width: 100%;
  height: 100%;
  aspect-ratio: 109/71;
  object-fit: cover;
  display: block;
}
@media (max-width: 768px) {
  .segments-page .about-block__image img {
    aspect-ratio: 4/3;
  }
}
.segments-page .about-block__content {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(24px, 4vw, 40px) clamp(20px, 4vw, 80px);
  box-sizing: border-box;
}
@media (min-width: 769px) {
  .segments-page .about-block__content {
    width: 50%;
  }
}
.segments-page .about-block__content h3 {
  color: #000;
  font-size: clamp(24px, 3.5vw, 48px);
  font-weight: 100;
  margin: 0;
  line-height: 1.15;
  font-style: normal;
}
.segments-page .about-block__content h3 span {
  font-weight: 600;
}
.segments-page .about-block__content p {
  color: #5E5E5E;
  font-size: clamp(14px, 1.5vw, 20px);
  font-weight: 300;
  margin: clamp(16px, 1.5vw, 24px) 0 0 0;
  line-height: 1.5;
  font-style: normal;
}
.segments-page .products-section {
  margin-top: clamp(40px, 6vw, 80px);
  margin-bottom: clamp(40px, 6vw, 80px);
  padding: 0 clamp(1.25rem, 10.8vw, 13rem);
  box-sizing: border-box;
}
.segments-page .product-card {
  height: 520px;
  display: flex !important;
  flex-direction: column;
  background: #F8F8F8;
}
@media (max-width: 768px) {
  .segments-page .product-card {
    height: auto;
    min-height: 380px;
  }
}
.segments-page .product-card__image {
  height: 45%;
  background: #EAEAEA;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
@media (max-width: 768px) {
  .segments-page .product-card__image {
    height: 200px;
    flex-shrink: 0;
  }
}
.segments-page .product-card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.segments-page .product-card__content {
  height: 55%;
  padding: clamp(24px, 3vw, 40px) clamp(20px, 2vw, 30px);
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
}
@media (max-width: 768px) {
  .segments-page .product-card__content {
    height: auto;
    flex: 1;
  }
}
.segments-page .product-card__content h4 {
  color: #5E5E5E;
  font-size: clamp(18px, 2vw, 24px);
  font-style: normal;
  font-weight: 400;
  line-height: 1.25;
  margin: 0 0 16px 0;
}
.segments-page .product-card__content p {
  color: #5E5E5E;
  font-size: clamp(14px, 1.5vw, 18px);
  font-style: normal;
  font-weight: 300;
  line-height: 1.5;
  margin: 0;
}
.segments-page .product-card__content .btn {
  border-radius: 4px;
  border: 1px solid #000;
  color: #000;
  text-align: center;
  font-size: 13px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  background-color: transparent;
  padding: 12px 24px;
  display: inline-block;
  width: max-content;
  margin-top: auto;
  cursor: pointer;
  text-decoration: none;
}
@media (max-width: 768px) {
  .segments-page .product-card__content .btn {
    margin-top: 20px;
    width: 100%;
    max-width: 280px;
  }
}
.segments-page .product-card__content .btn:hover {
  opacity: 0.8;
}
.segments-page .middle-banner {
  position: relative;
  width: 100%;
  height: 500px;
  display: flex;
  align-items: center;
  background-size: cover;
  background-position: center;
}
@media (max-width: 768px) {
  .segments-page .middle-banner {
    height: auto;
    min-height: 320px;
    padding: 48px 0;
  }
}
.segments-page .middle-banner .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
}
.segments-page .middle-banner--center {
  justify-content: center;
  margin-bottom: clamp(24px, 4vw, 40px);
}
.segments-page .middle-banner--center .middle-banner__content {
  text-align: center;
  max-width: 800px;
  padding: 0 clamp(20px, 4vw, 40px);
  position: relative;
  z-index: 1;
}
.segments-page .middle-banner--center .middle-banner__content h2 {
  color: #FFF;
  text-align: center;
  font-size: clamp(24px, 3vw, 48px);
  font-style: normal;
  font-weight: 100;
  line-height: 1.15;
  margin: 0 0 16px 0;
}
.segments-page .middle-banner--center .middle-banner__content h2 span {
  font-weight: 500;
}
.segments-page .middle-banner--center .middle-banner__content p {
  color: #FFF;
  text-align: center;
  font-size: clamp(14px, 1.5vw, 20px);
  font-style: normal;
  font-weight: 300;
  line-height: 1.45;
  margin: 0;
}
.segments-page .middle-banner--left {
  justify-content: flex-start;
  padding-left: clamp(1.25rem, 10.8vw, 13rem);
  box-sizing: border-box;
}
@media (max-width: 768px) {
  .segments-page .middle-banner--left {
    justify-content: center;
    padding-left: 0;
  }
}
.segments-page .middle-banner--left .overlay {
  background: rgba(0, 0, 0, 0.3);
}
@media (max-width: 768px) {
  .segments-page .middle-banner--left .overlay {
    background: rgba(0, 0, 0, 0.55);
  }
}
.segments-page .middle-banner--left .middle-banner__content {
  text-align: left;
  max-width: 800px;
  padding: 0 clamp(20px, 4vw, 40px);
  position: relative;
  z-index: 1;
}
@media (max-width: 768px) {
  .segments-page .middle-banner--left .middle-banner__content {
    text-align: center;
  }
}
.segments-page .middle-banner--left .middle-banner__content h2 {
  color: #FFF;
  text-align: inherit;
  font-size: clamp(24px, 3vw, 48px);
  font-style: normal;
  font-weight: 100;
  line-height: 1.15;
  margin: 0 0 16px 0;
}
.segments-page .middle-banner--left .middle-banner__content p {
  color: #FFF;
  text-align: inherit;
  font-size: clamp(14px, 1.5vw, 20px);
  font-style: normal;
  font-weight: 300;
  line-height: 1.45;
  margin: 0;
}
.segments-page .residential-environments {
  padding: 0 clamp(1.25rem, 10.8vw, 13rem);
  box-sizing: border-box;
  margin-bottom: clamp(40px, 6vw, 80px);
  margin-top: clamp(40px, 6vw, 80px);
}
.segments-page .residential-environments h2 {
  color: #5E5E5E;
  font-size: clamp(20px, 2vw, 28px);
  font-style: normal;
  font-weight: 400;
  line-height: 1.25;
  margin: 0 0 clamp(24px, 3vw, 40px) 0;
}
.segments-page .residential-card {
  display: flex !important;
  flex-direction: column;
  cursor: pointer;
}
.segments-page .residential-card__image {
  width: 100%;
  aspect-ratio: 4/3;
  margin-bottom: 16px;
}
.segments-page .residential-card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.segments-page .residential-card__title {
  color: #5E5E5E;
  font-size: clamp(16px, 2vw, 24px);
  font-style: normal;
  font-weight: 400;
  line-height: 1.25;
  margin-bottom: 12px;
  text-transform: uppercase;
}
.segments-page .projects {
  padding: clamp(40px, 5vw, 70px) clamp(1.25rem, 10.8vw, 13rem);
  box-sizing: border-box;
}
.segments-page .projects-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: clamp(24px, 3vw, 40px);
}
@media (max-width: 768px) {
  .segments-page .projects-header {
    flex-direction: column;
    gap: 16px;
  }
}
.segments-page .projects-texts h2 {
  color: #5E5E5E;
  font-size: clamp(20px, 2vw, 30px);
  font-style: normal;
  line-height: 1.25;
  font-weight: 400;
  margin: 0;
}
.segments-page .projects-texts p {
  color: #5E5E5E;
  font-size: clamp(13px, 1.2vw, 16px);
  font-style: normal;
  line-height: 1.45;
  font-weight: 300;
  margin: 8px 0 0 0;
}
.segments-page .products-section .slick-list,
.segments-page .catalog-carousel .slick-list,
.segments-page .environments-carousel .slick-list {
  margin: 0 -20px;
}
@media (max-width: 768px) {
  .segments-page .products-section .slick-list,
  .segments-page .catalog-carousel .slick-list,
  .segments-page .environments-carousel .slick-list {
    margin: 0 -12px;
  }
}
@media (max-width: 480px) {
  .segments-page .products-section .slick-list,
  .segments-page .catalog-carousel .slick-list,
  .segments-page .environments-carousel .slick-list {
    margin: 0 -8px;
  }
}
.segments-page .products-section .slick-slide,
.segments-page .catalog-carousel .slick-slide,
.segments-page .environments-carousel .slick-slide {
  padding: 0 20px;
  box-sizing: border-box;
}
@media (max-width: 768px) {
  .segments-page .products-section .slick-slide,
  .segments-page .catalog-carousel .slick-slide,
  .segments-page .environments-carousel .slick-slide {
    padding: 0 12px;
  }
}
@media (max-width: 480px) {
  .segments-page .products-section .slick-slide,
  .segments-page .catalog-carousel .slick-slide,
  .segments-page .environments-carousel .slick-slide {
    padding: 0 8px;
  }
}
.segments-page .products-section .slick-prev,
.segments-page .products-section .slick-next,
.segments-page .catalog-carousel .slick-prev,
.segments-page .catalog-carousel .slick-next,
.segments-page .environments-carousel .slick-prev,
.segments-page .environments-carousel .slick-next {
  display: none !important;
}
.segments-page .projects-carousel .slick-list {
  margin: 0 -20px;
}
@media (max-width: 768px) {
  .segments-page .projects-carousel .slick-list {
    margin: 0 -12px;
  }
}
@media (max-width: 480px) {
  .segments-page .projects-carousel .slick-list {
    margin: 0 -8px;
  }
}
.segments-page .projects-carousel .slick-slide {
  padding: 0 20px;
  box-sizing: border-box;
}
@media (max-width: 768px) {
  .segments-page .projects-carousel .slick-slide {
    padding: 0 12px;
  }
}
@media (max-width: 480px) {
  .segments-page .projects-carousel .slick-slide {
    padding: 0 8px;
  }
}
.segments-page .projects-carousel .slick-prev,
.segments-page .projects-carousel .slick-next {
  display: none !important;
}
.segments-page .project-slide__gallery:not(.slick-initialized) ~ .project-slide__footer .project-slide__arrows {
  display: none;
}
.segments-page .project-slide__image {
  width: 100%;
  overflow: hidden;
}
.segments-page .project-slide__image img {
  width: 100%;
  display: block;
  object-fit: cover;
  aspect-ratio: 3/4;
}
@media (max-width: 768px) {
  .segments-page .project-slide__image img {
    aspect-ratio: 4/5;
  }
}
.segments-page .project-slide__footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 0 0 0;
  gap: 12px;
}
.segments-page .project-slide__title {
  color: #1a1a1a;
  font-size: clamp(11px, 1.2vw, 13px);
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.segments-page .project-slide__arrows {
  display: flex;
  gap: 12px;
  flex-shrink: 0;
}
.segments-page .project-slide__arrows button {
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  color: #1a1a1a;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.3s ease;
  outline: none;
}
.segments-page .project-slide__arrows button:hover:not(.slick-disabled) {
  opacity: 0.6;
}
.segments-page .project-slide__arrows button.slick-disabled {
  opacity: 0.2;
  cursor: default;
}

.contact-page #contato,
.contact-page #revendas {
  scroll-margin-top: calc(var(--site-header-offset, 188px) + 20px);
}
.contact-page .contact-banner {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr auto;
  grid-template-rows: 1fr;
  min-height: calc(100vh - 188px);
  box-sizing: border-box;
}
@media (max-width: 768px) {
  .contact-page .contact-banner {
    grid-template-columns: 1fr;
    grid-template-rows: auto auto;
    background-color: #0d0d0d;
  }
}
.contact-page .contact-banner .contact-banner-bg {
  grid-column: 1/-1;
  grid-row: 1/-1;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}
@media (max-width: 768px) {
  .contact-page .contact-banner .contact-banner-bg {
    grid-row: 1/2;
  }
}
.contact-page .contact-banner .contact-texts {
  grid-column: 1/2;
  grid-row: 1/2;
  z-index: 2;
  padding: clamp(40px, 6vw, 80px) clamp(2rem, 5vw, 6rem) clamp(40px, 6vw, 80px) clamp(2rem, 10vw, 13rem);
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 768px) {
  .contact-page .contact-banner .contact-texts {
    padding: 60px clamp(2rem, 5vw, 4rem);
    align-items: center;
    text-align: center;
  }
}
.contact-page .contact-banner .contact-texts h2 {
  color: #FFF;
  font-size: clamp(36px, 3.2vw, 60px);
  font-style: normal;
  line-height: normal;
  font-weight: 100;
  margin: 0;
}
.contact-page .contact-banner .contact-texts h2 span {
  font-weight: 400;
}
.contact-page .contact-banner .contact-texts p {
  color: #FFF;
  font-size: clamp(16px, 1.1vw, 20px);
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  margin-top: 28px;
  margin-bottom: 0;
}
.contact-page .contact-banner .contact-texts .features {
  display: flex;
  flex-direction: column;
  gap: 30px;
  margin: 40px 0;
}
@media (max-width: 768px) {
  .contact-page .contact-banner .contact-texts .features {
    align-self: flex-start;
    text-align: left;
  }
}
.contact-page .contact-banner .contact-texts .features-item {
  display: flex;
  align-items: center;
  gap: 20px;
}
.contact-page .contact-banner .contact-texts .features-item .material-icons, .contact-page .contact-banner .contact-texts .features-item__icon {
  color: #FFF;
  font-size: 40px;
  width: 40px;
  height: 40px;
  object-fit: contain;
  flex-shrink: 0;
}
.contact-page .contact-banner .contact-texts .features-item span:not(.material-icons) {
  color: #FFF;
  font-size: 15px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
}
.contact-page .contact-banner .contact-texts .features-item span:not(.material-icons) span {
  font-weight: 400;
}
.contact-page .contact-banner .contact-texts .contact-actions {
  display: flex;
  flex-direction: column;
  gap: 15px;
  max-width: 320px;
  width: 100%;
}
.contact-page .contact-banner .contact-texts .contact-actions a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 2px;
  padding: 0 clamp(10px, 1.5vw, 20px);
  height: clamp(40px, 3.5vw, 48px);
  text-decoration: none;
}
.contact-page .contact-banner .contact-texts .contact-actions a:first-child {
  background: #FFF;
}
.contact-page .contact-banner .contact-texts .contact-actions a:first-child span:not(.material-icons) {
  color: #000;
}
.contact-page .contact-banner .contact-texts .contact-actions a:first-child .material-icons {
  color: #000;
  font-size: clamp(16px, 1.5vw, 20px);
  font-weight: 300;
}
.contact-page .contact-banner .contact-texts .contact-actions a:last-child {
  background: transparent;
  border: 1px solid #FFF;
}
.contact-page .contact-banner .contact-texts .contact-actions a:last-child span:not(.material-icons) {
  color: #FFF;
}
.contact-page .contact-banner .contact-texts .contact-actions a:last-child .material-icons {
  color: #FFF;
  font-size: clamp(16px, 1.5vw, 20px);
  font-weight: 300;
}
.contact-page .contact-banner .contact-texts .contact-actions a span:not(.material-icons) {
  font-size: clamp(10px, 0.9vw, 12px);
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.contact-page .contact-banner .contact-form-wrapper {
  grid-column: 2/3;
  grid-row: 1/2;
  z-index: 2;
  width: 540px;
  border-radius: 4px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  background: rgba(0, 0, 0, 0.57);
  padding: clamp(20px, 2vw, 30px) clamp(20px, 2.5vw, 35px);
  box-sizing: border-box;
  align-self: center;
  margin-right: clamp(2rem, 10vw, 13rem);
}
@media (max-width: 768px) {
  .contact-page .contact-banner .contact-form-wrapper {
    grid-column: 1/2;
    grid-row: 2/3;
    width: 100%;
    margin: 0;
    padding: 40px clamp(1rem, 5vw, 2rem);
    border: none;
    background: transparent;
  }
}
.contact-page .contact-banner .contact-form-tabs {
  display: flex;
  justify-content: center;
  gap: 40px;
  margin-bottom: 20px;
}
.contact-page .contact-banner .contact-form-tab {
  background: none;
  border: none;
  cursor: pointer;
  color: #FFF;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 200;
  line-height: normal;
  padding: 0;
  font-family: inherit;
  transition: font-weight 0.2s ease;
}
.contact-page .contact-banner .contact-form-tab.is-active {
  font-weight: 400;
}
@media (max-width: 768px) {
  .contact-page .contact-banner .contact-form-tab {
    font-size: 18px;
  }
}
@media (max-width: 480px) {
  .contact-page .contact-banner .contact-form-tab {
    font-size: 14px;
    gap: 20px;
  }
}
.contact-page .contact-banner .contact-form-divider {
  background: #FFF;
  height: 1px;
  width: 100%;
  margin-bottom: 25px;
}
.contact-page .contact-banner .contact-form-panel {
  display: none;
}
.contact-page .contact-banner .contact-form-panel.is-active {
  display: block;
}
.contact-page .contact-banner .contact-form-title {
  color: #FFF;
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin: 0 0 25px 0;
}
@media (max-width: 768px) {
  .contact-page .contact-banner .contact-form-title {
    font-size: 24px;
  }
}
.contact-page .contact-banner .contact-form-file {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 100%;
  border-radius: 4px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  background: rgba(0, 0, 0, 0);
  padding: 14px 16px;
  cursor: pointer;
  transition: border-color 0.3s ease;
  box-sizing: border-box;
}
@media (max-width: 768px) {
  .contact-page .contact-banner .contact-form-file {
    padding: 16px 20px;
  }
}
.contact-page .contact-banner .contact-form-file:hover {
  border-color: rgba(255, 255, 255, 0.8);
}
.contact-page .contact-banner .contact-form-file .contact-form-file-icon {
  color: rgba(255, 255, 255, 0.6);
  font-size: 20px;
}
.contact-page .contact-banner .contact-form-file .contact-form-file-text {
  color: rgba(255, 255, 255, 0.6);
  font-size: 14px;
  font-weight: 300;
}
@media (max-width: 768px) {
  .contact-page .contact-banner .contact-form-file .contact-form-file-text {
    font-size: 16px;
  }
}
.contact-page .revendas-section {
  background-color: #0d0d0d;
  padding: clamp(60px, 6vw, 100px) clamp(2rem, 10vw, 13rem);
  display: flex;
  gap: 50px;
}
@media (max-width: 768px) {
  .contact-page .revendas-section {
    flex-direction: column-reverse;
    gap: 40px;
  }
}
.contact-page .revendas-section .revendas-text {
  flex: 1;
  max-width: 500px;
}
@media (max-width: 768px) {
  .contact-page .revendas-section .revendas-text {
    max-width: 100%;
  }
}
.contact-page .revendas-section .revendas-text h2 {
  color: #FFF;
  font-size: clamp(28px, 2.5vw, 40px);
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  margin: 0;
}
.contact-page .revendas-section .revendas-text > p {
  color: #FFF;
  font-size: clamp(16px, 1.5vw, 20px);
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  margin-top: 20px;
  margin-bottom: 40px;
}
.contact-page .revendas-section .revendas-text > p span {
  font-weight: 400;
}
.contact-page .revendas-section .revendas-text .select-container {
  margin-bottom: 60px;
}
.contact-page .revendas-section .revendas-text .select-container label {
  display: block;
  color: #FFF;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  margin-bottom: 10px;
}
.contact-page .revendas-section .revendas-text .select-container .select-wrapper {
  position: relative;
  max-width: 320px;
}
.contact-page .revendas-section .revendas-text .select-container .select-wrapper select {
  width: 100%;
  appearance: none;
  border-radius: 2px;
  border: 1px solid #FFF;
  background: rgba(255, 255, 255, 0);
  height: 48px;
  padding: 0 20px;
  color: #FFF;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  cursor: pointer;
  outline: none;
}
.contact-page .revendas-section .revendas-text .select-container .select-wrapper select option {
  color: #FFF;
  background-color: #0d0d0d;
}
.contact-page .revendas-section .revendas-text .select-container .select-wrapper svg {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
}
.contact-page .revendas-section .revendas-text .results-container h3 {
  color: #FFF;
  font-size: clamp(24px, 2.5vw, 32px);
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  margin: 0;
}
.contact-page .revendas-section .revendas-text .results-container > p {
  color: #FFF;
  font-size: clamp(16px, 1.5vw, 20px);
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  margin: 15px 0 40px 0;
}
.contact-page .revendas-section .revendas-text .results-container .results-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
  max-width: 400px;
  height: 150px;
  overflow-y: auto;
  padding-right: 10px;
}
.contact-page .revendas-section .revendas-text .results-container .results-list::-webkit-scrollbar {
  width: 4px;
}
.contact-page .revendas-section .revendas-text .results-container .results-list::-webkit-scrollbar-track {
  background: rgba(255, 255, 255, 0.1);
  border-radius: 4px;
}
.contact-page .revendas-section .revendas-text .results-container .results-list::-webkit-scrollbar-thumb {
  background: #9D8466;
  border-radius: 4px;
}
.contact-page .revendas-section .revendas-text .results-container .results-list .result-item {
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding: 0;
  border: none;
  background: none;
  font: inherit;
  text-align: inherit;
  cursor: pointer;
  transition: opacity 0.2s ease;
}
.contact-page .revendas-section .revendas-text .results-container .results-list .result-item:hover {
  opacity: 0.75;
}
.contact-page .revendas-section .revendas-text .results-container .results-list .result-item span:first-child {
  color: #9D8466;
  font-size: 20px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
}
.contact-page .revendas-section .revendas-text .results-container .results-list .result-item span:last-child {
  color: #FFF;
  text-align: right;
  font-size: 20px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
}
.contact-page .revendas-section .revendas-text .all-resellers-link {
  display: inline-flex;
  align-items: center;
  gap: 15px;
  margin-top: 60px;
  text-decoration: none;
  transition: opacity 0.3s ease;
}
.contact-page .revendas-section .revendas-text .all-resellers-link:hover {
  opacity: 0.7;
}
.contact-page .revendas-section .revendas-text .all-resellers-link span {
  color: #FFF;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.contact-page .revendas-section .revendas-text .all-resellers-link svg {
  transition: transform 0.4s ease;
}
.contact-page .revendas-section .revendas-text .all-resellers-link.is-active svg {
  transform: rotate(90deg);
}
.contact-page .revendas-section .revendas-map {
  flex: 1;
}
@media (max-width: 768px) {
  .contact-page .revendas-section .revendas-map {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
.contact-page .revendas-section .revendas-map img {
  width: 100%;
  object-fit: cover;
}
.contact-page .all-resellers-container {
  background-color: #0d0d0d;
  padding: 0 clamp(2rem, 10vw, 13rem);
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.6s cubic-bezier(0.4, 0, 0.2, 1), padding 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}
.contact-page .all-resellers-container.is-open {
  max-height: 100000px;
  padding: 30px clamp(2rem, 10vw, 13rem) 60px;
}
.contact-page .all-resellers-container .all-resellers-state {
  margin-bottom: 50px;
}
.contact-page .all-resellers-container .all-resellers-state.is-hidden {
  display: none;
}
.contact-page .all-resellers-container .all-resellers-state:last-child {
  margin-bottom: 0;
}
.contact-page .all-resellers-container .all-resellers-state-code {
  color: #FFF;
  font-size: clamp(48px, 10vw, 80px);
  font-style: normal;
  font-weight: 250;
  line-height: 1.05;
  margin: 0 0 12px 0;
}
.contact-page .all-resellers-container .all-resellers-city {
  scroll-margin-top: calc(var(--site-header-offset, 188px) + 20px);
  margin-bottom: 40px;
}
.contact-page .all-resellers-container .all-resellers-city:last-child {
  margin-bottom: 0;
}
.contact-page .all-resellers-container .all-resellers-city-name {
  color: #9D8466;
  font-size: clamp(24px, 4vw, 35px);
  font-style: normal;
  font-weight: 300;
  line-height: 1.25;
  margin: 0 0 20px 0;
  padding-bottom: 15px;
  border-bottom: 1px solid rgba(157, 132, 102, 0.3);
}
.contact-page .all-resellers-container .all-resellers-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 28px 30px;
}
.contact-page .all-resellers-container .all-resellers-card .store-name {
  color: #FFF;
  font-size: clamp(16px, 2vw, 20px);
  font-style: normal;
  font-weight: 400;
  line-height: 1.35;
  letter-spacing: 0.02em;
  margin: 0 0 12px 0;
}
.contact-page .all-resellers-container .all-resellers-card .store-details {
  color: #FFF;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: 1.65;
  letter-spacing: 0.01em;
  margin: 0;
}
.contact-page .all-resellers-container .all-resellers-card .store-details p,
.contact-page .all-resellers-container .all-resellers-card .store-details li,
.contact-page .all-resellers-container .all-resellers-card .store-details div {
  margin: 0 0 0.55em;
  padding: 0;
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  letter-spacing: inherit;
}
.contact-page .all-resellers-container .all-resellers-card .store-details p:last-child,
.contact-page .all-resellers-container .all-resellers-card .store-details li:last-child,
.contact-page .all-resellers-container .all-resellers-card .store-details div:last-child {
  margin-bottom: 0;
}
.contact-page .all-resellers-container .all-resellers-card .store-details br {
  display: block;
  content: "";
  margin-top: 0.45em;
}
.contact-page .all-resellers-container .all-resellers-card .store-details a {
  color: #FFF;
  font-size: inherit;
  font-style: normal;
  font-weight: inherit;
  line-height: inherit;
  letter-spacing: inherit;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-underline-offset: 2px;
  transition: opacity 0.3s ease;
}
.contact-page .all-resellers-container .all-resellers-card .store-details a:hover {
  opacity: 0.7;
}
.contact-page .contact-cta-blocks {
  display: flex;
  flex-direction: column;
  background: #FFF;
}
.contact-page .contact-cta-block {
  display: flex;
  flex-direction: column;
}
@media (min-width: 1024px) {
  .contact-page .contact-cta-block {
    flex-direction: row;
  }
}
@media (min-width: 1024px) {
  .contact-page .contact-cta-block.image-right {
    flex-direction: row-reverse;
  }
}
.contact-page .contact-cta-block__image {
  width: 100%;
  height: 400px;
  background-size: cover;
  background-position: center;
}
@media (min-width: 1024px) {
  .contact-page .contact-cta-block__image {
    width: 50%;
    height: auto;
    min-height: 500px;
  }
}
.contact-page .contact-cta-block__content {
  width: 100%;
  padding: 40px 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: #FFF;
  box-sizing: border-box;
}
@media (min-width: 1024px) {
  .contact-page .contact-cta-block__content {
    width: 50%;
    padding: 60px 10%;
  }
}
.contact-page .contact-cta-block__content h2 {
  color: #000;
  font-size: clamp(32px, 3.5vw, 48px);
  font-weight: 300;
  line-height: 1.2;
  margin: 0 0 20px;
}
.contact-page .contact-cta-block__content h2 strong, .contact-page .contact-cta-block__content h2 b, .contact-page .contact-cta-block__content h2 span {
  font-weight: 600;
}
.contact-page .contact-cta-block__content p {
  color: #5E5E5E;
  font-size: clamp(14px, 1.5vw, 18px);
  font-weight: 300;
  line-height: 1.5;
  margin: 0 0 40px;
}
.contact-page .contact-cta-block__btn {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  min-height: 44px;
  padding: 10px 20px;
  border: 1px solid #000;
  color: #000;
  text-decoration: none;
  font-size: 10px;
  text-transform: uppercase;
  width: 100%;
  max-width: 300px;
}
.contact-page .contact-cta-block__btn span.material-icons {
  font-size: 16px;
}
.contact-page .contact-cta-block__btn:hover {
  background: #000;
  color: #FFF;
}

.about-us .banner {
  position: relative;
  width: 100%;
}
.about-us .banner img {
  width: 100%;
  object-fit: cover;
  height: calc(100vh - 188px);
  display: block;
}
.about-us .banner .banner-texts {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 0 clamp(2rem, 10.8vw, 13rem);
  display: flex;
  flex-direction: column;
  justify-content: center;
  box-sizing: border-box;
}
@media (max-width: 768px) {
  .about-us .banner .banner-texts {
    align-items: center;
    text-align: center;
  }
}
.about-us .banner .banner-texts h2 {
  color: #FFF;
  font-size: clamp(28px, 3.125vw, 60px);
  font-weight: 100;
  margin: 0;
  line-height: normal;
  font-style: normal;
}
.about-us .banner .banner-texts h2 strong {
  font-weight: 400;
}
.about-us .banner .banner-texts p {
  color: #FFF;
  font-size: clamp(14px, 1.04vw, 20px);
  font-weight: 300;
  margin: clamp(10px, 1vw, 20px) 0 0 0;
  line-height: normal;
  font-style: normal;
}
.about-us .about-block {
  display: flex;
}
@media (max-width: 768px) {
  .about-us .about-block {
    flex-direction: column;
  }
}
.about-us .about-block.reverse {
  flex-direction: row-reverse;
}
@media (max-width: 768px) {
  .about-us .about-block.reverse {
    flex-direction: column;
  }
}
.about-us .about-block__image {
  width: 50%;
}
@media (max-width: 768px) {
  .about-us .about-block__image {
    width: 100%;
  }
}
.about-us .about-block__image img {
  width: 100%;
  height: 100%;
  aspect-ratio: 109/71;
  object-fit: cover;
  display: block;
}
.about-us .about-block__content {
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(20px, 2vw, 40px) clamp(20px, 4.1vw, 80px);
  box-sizing: border-box;
}
@media (max-width: 768px) {
  .about-us .about-block__content {
    width: 100%;
  }
}
.about-us .about-block__content h3 {
  color: #000;
  font-size: clamp(24px, 2.5vw, 48px);
  font-weight: 100;
  margin: 0;
  line-height: normal;
  font-style: normal;
}
.about-us .about-block__content h3 span {
  font-weight: 400;
}
.about-us .about-block__content p {
  color: #5E5E5E;
  font-size: clamp(14px, 1.04vw, 20px);
  font-weight: 300;
  margin: clamp(14px, 1.25vw, 24px) 0 0 0;
  line-height: normal;
  font-style: normal;
}
.about-us .resales {
  position: relative;
}
.about-us .resales img {
  width: 100%;
  object-fit: cover;
  height: 65vh;
  display: block;
}
.about-us .resales .resales-texts {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 0 clamp(2rem, 10.8vw, 13rem);
  display: flex;
  flex-direction: column;
  justify-content: center;
  box-sizing: border-box;
}
.about-us .resales .resales-texts h2 {
  color: #FFF;
  font-size: clamp(28px, 3.125vw, 60px);
  font-weight: 100;
  text-transform: uppercase;
  line-height: normal;
  font-style: normal;
}
.about-us .resales .resales-texts p {
  color: #FFF;
  font-size: clamp(14px, 1.04vw, 20px);
  font-weight: 300;
  margin-top: clamp(15px, 1.8vw, 35px);
  line-height: normal;
  font-style: normal;
}
.about-us .resales .resales-texts p span {
  font-weight: 400;
}
.about-us .resales .resales-texts .btn {
  margin-top: 35px;
  width: 100%;
  max-width: 320px;
  align-self: flex-start;
}
@media (max-width: 768px) {
  .about-us .resales .resales-texts .btn {
    align-self: center;
  }
}
.about-us .about-segments-section {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 100px 8%;
  gap: 8%;
  background: #000000;
  overflow: hidden;
}
@media (max-width: 1200px) {
  .about-us .about-segments-section {
    padding: 80px 40px;
    gap: 5%;
  }
}
@media (max-width: 1024px) {
  .about-us .about-segments-section {
    flex-direction: column;
    padding: 60px 30px;
    gap: 60px;
  }
}
@media (max-width: 640px) {
  .about-us .about-segments-section {
    padding: 50px 20px;
  }
}
.about-us .about-segments-content {
  flex: 1;
  max-width: 450px;
  display: flex;
  flex-direction: column;
  gap: 40px;
  z-index: 2;
}
@media (max-width: 1024px) {
  .about-us .about-segments-content {
    max-width: 600px;
    text-align: center;
    align-items: center;
  }
}
.about-us .about-segments-title {
  color: #FFF;
  font-size: clamp(28px, 3.125vw, 60px);
  font-style: normal;
  font-weight: 100;
  line-height: normal;
  margin: 0;
}
.about-us .about-segments-title span {
  font-weight: 400;
}
.about-us .about-segments-subtitle {
  color: #FFF;
  font-size: clamp(14px, 1.04vw, 20px);
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin: 0;
}
.about-us .about-segments-text {
  color: #FFF;
  font-size: clamp(14px, 1.04vw, 20px);
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  margin: 0;
}
.about-us .about-wheel-wrapper {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 750px;
  width: 100%;
}
.about-us .projects {
  padding: 70px 55px;
  box-sizing: border-box;
}
@media (max-width: 1024px) {
  .about-us .projects {
    padding: 50px 40px !important;
  }
}
@media (max-width: 768px) {
  .about-us .projects {
    padding: 40px 30px !important;
  }
}
@media (max-width: 640px) {
  .about-us .projects {
    padding: 40px 20px !important;
  }
}
@media (max-width: 480px) {
  .about-us .projects {
    padding: 30px 16px !important;
  }
}
.about-us .projects-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .about-us .projects-header {
    flex-direction: column;
    gap: 20px;
  }
}
.about-us .projects-texts h2 {
  color: #5E5E5E;
  font-size: clamp(20px, 1.56vw, 30px);
  font-style: normal;
  line-height: normal;
  font-weight: 400;
  margin: 0;
}
.about-us .projects-texts p {
  color: #5E5E5E;
  font-size: clamp(12px, 0.83vw, 16px);
  font-style: normal;
  line-height: normal;
  font-weight: 300;
  margin: 8px 0 0 0;
}
.about-us .projects-carousel .slick-list {
  margin: 0 -20px;
}
@media (max-width: 1200px) {
  .about-us .projects-carousel .slick-list {
    margin: 0 -15px;
  }
}
@media (max-width: 1024px) {
  .about-us .projects-carousel .slick-list {
    margin: 0 -15px;
  }
}
@media (max-width: 768px) {
  .about-us .projects-carousel .slick-list {
    margin: 0 -12px;
  }
}
@media (max-width: 640px) {
  .about-us .projects-carousel .slick-list {
    margin: 0 -10px;
  }
}
@media (max-width: 480px) {
  .about-us .projects-carousel .slick-list {
    margin: 0 -8px;
  }
}
.about-us .projects-carousel .slick-slide {
  padding: 0 20px;
  box-sizing: border-box;
}
@media (max-width: 1200px) {
  .about-us .projects-carousel .slick-slide {
    padding: 0 15px;
  }
}
@media (max-width: 1024px) {
  .about-us .projects-carousel .slick-slide {
    padding: 0 15px;
  }
}
@media (max-width: 768px) {
  .about-us .projects-carousel .slick-slide {
    padding: 0 12px;
  }
}
@media (max-width: 640px) {
  .about-us .projects-carousel .slick-slide {
    padding: 0 10px;
  }
}
@media (max-width: 480px) {
  .about-us .projects-carousel .slick-slide {
    padding: 0 8px;
  }
}
.about-us .projects-carousel .slick-prev,
.about-us .projects-carousel .slick-next {
  display: none !important;
}
.about-us .project-slide__image {
  width: 100%;
  overflow: hidden;
}
.about-us .project-slide__image img {
  width: 100%;
  display: block;
  object-fit: cover;
  aspect-ratio: 3/4;
}
.about-us .project-slide__footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 0 0 0;
}
.about-us .project-slide__title {
  color: #1a1a1a;
  font-size: 13px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.about-us .project-slide__arrows {
  display: flex;
  gap: 12px;
}
.about-us .project-slide__arrows button {
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  color: #1a1a1a;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.3s ease;
  outline: none;
}
.about-us .project-slide__arrows button:hover:not(.slick-disabled) {
  opacity: 0.6;
}
.about-us .project-slide__arrows button.slick-disabled {
  opacity: 0.2;
  cursor: default;
}
@media (max-width: 480px) {
  .about-us .project-slide__link {
    font-size: 12px;
  }
}
.about-us .project-button a:hover {
  opacity: 0.6;
}
.about-us .footer-banner {
  position: relative;
}
.about-us .footer-banner img {
  width: 100%;
  object-fit: cover;
  height: 25vh;
  display: block;
}
.about-us .footer-banner-texts {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 0 clamp(2rem, 10.8vw, 13rem);
  display: flex;
  flex-direction: column;
  justify-content: center;
  box-sizing: border-box;
}
.about-us .footer-banner-texts .title {
  color: #FFF;
  font-size: clamp(20px, 1.875vw, 36px);
  font-weight: 200;
  line-height: normal;
  font-style: normal;
}
.about-us .footer-banner-texts .title span {
  font-weight: 300;
}
.about-us .footer-banner-texts p {
  color: #FFF;
  font-size: clamp(14px, 0.93vw, 18px);
  font-style: normal;
  line-height: normal;
  font-weight: 300;
}

.product-page-wrapper {
  width: 100%;
  margin: 40px 0 80px 0;
  padding: 0 12rem;
}
@media (max-width: 1024px) {
  .product-page-wrapper {
    padding: 0 20px;
  }
}

.product-detail-layout {
  display: grid;
  grid-template-columns: 55% 40%;
  justify-content: space-between;
  align-items: start;
}
@media (max-width: 768px) {
  .product-detail-layout {
    display: flex;
    flex-direction: column;
    gap: 40px;
  }
}

.product-images-section {
  grid-column: 1;
  grid-row: 1;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 0;
}

.product-image-item {
  width: 100%;
  background-color: #f5f5f5;
  aspect-ratio: 4/3;
  background-size: cover;
  background-position: center;
}

.product-image-item.half {
  width: 50%;
}

.product-info-section {
  grid-column: 2;
  grid-row: 1/span 2;
  width: 100%;
  position: sticky;
  top: 160px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
@media (max-width: 768px) {
  .product-info-section {
    position: relative;
    top: 0;
  }
}

.product-info-content-box {
  width: 100%;
  border-radius: 8px 8px 0 0;
  background: linear-gradient(139deg, #828282 -123.18%, rgba(255, 255, 255, 0) 24.62%);
  padding: 40px 50px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
@media (max-width: 768px) {
  .product-info-content-box {
    padding: 30px 20px;
  }
}

.product-info-title {
  color: #000;
  font-size: clamp(24px, 6vw, 36px);
  font-style: normal;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: -0.01em;
  margin: 0 0 36px 0;
}

.product-info-desc {
  color: #000;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: 1.65;
  margin: 0;
}
.product-info-desc > *:first-child {
  margin-top: 0;
}
.product-info-desc p {
  margin: 0 0 1.1em;
}
.product-info-desc p:last-child {
  margin-bottom: 0;
}
.product-info-desc strong,
.product-info-desc b,
.product-info-desc h2,
.product-info-desc h3,
.product-info-desc h4 {
  display: block;
  font-size: inherit;
  font-weight: 600;
  line-height: 1.35;
  letter-spacing: 0.03em;
  margin: 1.6em 0 0.55em;
  color: inherit;
}
.product-info-desc strong:first-child,
.product-info-desc b:first-child,
.product-info-desc h2:first-child,
.product-info-desc h3:first-child,
.product-info-desc h4:first-child {
  margin-top: 0;
}
.product-info-desc p strong:only-child,
.product-info-desc p b:only-child {
  margin-bottom: 0.45em;
}
.product-info-desc ul,
.product-info-desc ol {
  margin: 0 0 1.1em;
  padding-left: 1.15em;
}
.product-info-desc li {
  line-height: 1.65;
  margin-bottom: 0.4em;
}
.product-info-desc li:last-child {
  margin-bottom: 0;
}

.product-info-readmore {
  color: #000;
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  display: inline-block;
  margin-bottom: 35px;
  cursor: pointer;
}

.product-info-colors {
  display: flex;
  gap: 15px;
  margin-bottom: 35px;
}

.product-info-colors svg {
  display: block;
}

.product-info-availability {
  color: #000;
  font-size: 13.5px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin: 0 0 10px 0;
}

.product-info-stock {
  color: #000;
  font-size: 13.5px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  margin: 0 0 35px 0;
}

.product-info-price {
  border-radius: 8px;
  border: 1px solid #000;
  background: #000;
  color: #FFF;
  text-align: center;
  font-size: 12px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  padding: 10px 20px;
  display: inline-block;
  cursor: default;
  text-decoration: none;
}
.product-info-price--locked {
  background: transparent;
  color: #000;
}

.product-info-purchase {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 35px;
}

.product-cart-trigger {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  padding: 0;
  border: 1px solid #000;
  border-radius: 8px;
  background: #fff;
  color: #000;
  cursor: pointer;
  transition: opacity 0.2s ease, transform 0.2s ease;
  flex-shrink: 0;
}
.product-cart-trigger svg {
  display: block;
}
.product-cart-trigger:hover {
  opacity: 0.75;
}
.product-cart-trigger:active {
  transform: scale(0.96);
}

body.product-cart-offcanvas-open {
  overflow: hidden;
}

.product-cart-offcanvas {
  position: fixed;
  inset: 0;
  z-index: 1200;
}
.product-cart-offcanvas[hidden] {
  display: none;
}
.product-cart-offcanvas__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.45);
  opacity: 0;
  transition: opacity 0.3s ease;
}
.product-cart-offcanvas__panel {
  position: absolute;
  top: 0;
  right: 0;
  width: min(100%, 420px);
  height: 100%;
  background: #fff;
  padding: 28px 24px 32px;
  overflow-y: auto;
  box-shadow: -8px 0 40px rgba(0, 0, 0, 0.12);
  transform: translateX(100%);
  transition: transform 0.32s cubic-bezier(0.25, 1, 0.5, 1);
}
.product-cart-offcanvas__close {
  position: absolute;
  top: 16px;
  right: 18px;
  border: none;
  background: none;
  font-size: 28px;
  line-height: 1;
  color: #666;
  cursor: pointer;
  padding: 4px;
}
.product-cart-offcanvas__close:hover {
  color: #000;
}
.product-cart-offcanvas--open .product-cart-offcanvas__backdrop {
  opacity: 1;
}
.product-cart-offcanvas--open .product-cart-offcanvas__panel {
  transform: translateX(0);
}

.product-cart-panel {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding-top: 8px;
}
.product-cart-panel__title {
  margin: 0;
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}
.product-cart-panel__field {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.product-cart-panel__field label {
  font-size: 10px;
  color: #999;
  text-transform: uppercase;
}
.product-cart-panel__field--inline {
  max-width: 120px;
}
.product-cart-panel__select, .product-cart-panel__input {
  width: 100%;
  border: 1px solid #D9D9D9;
  border-radius: 6px;
  padding: 10px 12px;
  font-size: 13px;
  background: #fff;
}
.product-cart-panel__actions {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.product-cart-panel__btn {
  border: 1px solid #000;
  background: #000;
  color: #fff;
  border-radius: 8px;
  padding: 12px 18px;
  font-size: 13px;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
}
.product-cart-panel__btn--outline {
  background: transparent;
  color: #000;
  display: inline-block;
  width: fit-content;
}
.product-cart-panel__link {
  color: #666;
  font-size: 12px;
  text-decoration: underline;
}
.product-cart-panel__feedback {
  font-size: 12px;
}
.product-cart-panel__feedback--success {
  color: #1b7f4b;
}
.product-cart-panel__feedback--error {
  color: #b42318;
}
.product-cart-panel--guest p {
  margin: 0 0 12px;
  font-size: 13px;
  color: #666;
}

/* Downloads Section */
.product-downloads-section {
  padding: 40px 50px 0 50px;
  width: 100%;
  position: relative;
}
@media (max-width: 768px) {
  .product-downloads-section {
    padding: 30px 20px 0 20px;
  }
}

.product-downloads-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: calc(100% + 12rem);
  height: 1px;
  background-color: #000;
}
@media (max-width: 1024px) {
  .product-downloads-section::before {
    width: 100%;
  }
}

.product-downloads-title {
  color: #000;
  font-size: 18px;
  font-style: normal;
  font-weight: 200;
  line-height: normal;
  margin-bottom: 20px;
}

.product-downloads-links {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.product-downloads-link {
  color: #000;
  font-size: 13.5px;
  font-style: normal;
  font-weight: 150;
  line-height: normal;
  text-decoration-line: underline;
  text-decoration-style: solid;
}

.product-downloads-link.bold {
  font-weight: 300;
}

.product-tech-specs-btn {
  margin-top: 30px;
  border-radius: 8px;
  background: #000;
  color: #FFF;
  text-align: center;
  font-size: 12px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  padding: 10px 20px;
  display: inline-block;
  text-decoration: none;
}

.product-characteristics-section {
  margin-top: 100px;
  grid-column: 1;
  scroll-margin-top: 120px;
  grid-row: 2;
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 100%;
}
@media (max-width: 768px) {
  .product-characteristics-section {
    margin-top: 40px;
  }
}

.characteristics-main-title {
  color: #000;
  font-size: clamp(24px, 6vw, 32px);
  font-style: normal;
  font-weight: 200;
  line-height: normal;
  text-transform: uppercase;
  margin: 0 0 20px 0;
}

.characteristics-divider {
  width: 100%;
  height: 1px;
  background-color: #000;
  margin-bottom: 40px;
}

.characteristics-blocks {
  display: flex;
  flex-direction: column;
  gap: 60px;
}

.char-block {
  display: flex;
  flex-direction: column;
}

.char-block-title {
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  margin: 0 0 20px 0;
}

.char-block-table-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}

.char-tabs {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 15px;
  margin-bottom: 30px;
}

.char-tab {
  padding: 8px 16px;
  border-radius: 8px;
  border: 1px solid #969696;
  background: #FFF;
  color: #000;
  font-size: 14px;
  font-weight: 300;
  cursor: pointer;
}

.char-tab.active {
  background: #f5f5f5;
}

.char-table-title {
  color: #000;
  text-align: center;
  font-size: 13.5px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin: 0 0 20px 0;
  text-transform: uppercase;
}

.char-table-container {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-bottom: 30px;
  flex-direction: column;
  align-items: center;
}
@media (max-width: 768px) {
  .char-table-container {
    align-items: flex-start;
  }
}

.char-table-content {
  width: 100%;
}
@media (max-width: 768px) {
  .char-table-content {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}

.char-table {
  width: 100%;
  border-collapse: collapse;
}
@media (max-width: 768px) {
  .char-table {
    white-space: nowrap;
  }
}

.char-table th, .char-table td {
  color: #000;
  text-align: center;
  font-size: 13.5px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  padding: 10px;
}

.char-table-empty {
  text-align: center;
  font-weight: 300;
  font-size: 13.5px;
}

.char-colors-list {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
}

.char-color-item {
  display: flex;
  align-items: center;
  gap: 15px;
}

.char-color-box {
  width: 32px;
  height: 32px;
  border-radius: 4px;
}

.char-color-name {
  color: #000;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.2;
}

.char-block-images .char-image-group {
  margin-bottom: 40px;
}
.char-block-images .char-image-group:last-child {
  margin-bottom: 0;
}

.char-images-flex {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.char-image-mock {
  width: 300px;
  height: 250px;
  background-color: #f5f5f5;
  background-size: cover;
  background-position: center;
  border: 1px solid #eaeaea;
}
@media (max-width: 768px) {
  .char-image-mock {
    width: 100%;
    height: auto;
    aspect-ratio: 4/3;
  }
}

.blog-page .banner {
  position: relative;
  width: 100%;
}
.blog-page .banner img {
  width: 100%;
  object-fit: cover;
  height: calc(100vh - 188px);
  display: block;
}
.blog-page .banner .banner-texts {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 0 13rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  box-sizing: border-box;
}
@media (max-width: 768px) {
  .blog-page .banner .banner-texts {
    padding: 0 20px;
    align-items: center;
    text-align: center;
  }
}
.blog-page .banner .banner-texts h2 {
  color: #FFF;
  font-size: clamp(36px, 3.2vw, 60px);
  font-style: normal;
  font-weight: 100;
  line-height: normal;
  margin: 0;
}
.blog-page .banner .banner-texts h2 span {
  font-weight: 400;
}
.blog-page .banner .banner-texts p {
  color: #FFF;
  font-size: clamp(14px, 1.1vw, 20px);
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  margin: 20px 0 0 0;
}
.blog-page .featured-article {
  display: flex;
  align-items: stretch;
  padding: 80px 13rem;
  gap: 80px;
}
@media (max-width: 768px) {
  .blog-page .featured-article {
    flex-direction: column;
    padding: 40px 0;
    gap: 30px;
  }
}
.blog-page .featured-article__image {
  flex: 1;
  min-width: 0;
}
.blog-page .featured-article__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.blog-page .featured-article__content {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-width: 0;
}
@media (max-width: 768px) {
  .blog-page .featured-article__content {
    padding: 0 20px;
  }
}
.blog-page .featured-article__label {
  color: #5E5E5E;
  font-size: clamp(14px, 1.1vw, 20px);
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  display: flex;
  align-items: center;
  gap: 16px;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.blog-page .featured-article__label-line {
  display: inline-block;
  width: 60px;
  height: 1px;
  background: #5E5E5E;
}
.blog-page .featured-article__title {
  color: #000;
  font-size: clamp(28px, 2.5vw, 48px);
  font-style: normal;
  font-weight: 100;
  line-height: normal;
  margin: 24px 0 0 0;
}
.blog-page .featured-article__description {
  color: #5E5E5E;
  font-size: clamp(14px, 1.1vw, 20px);
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  margin: 24px 0 0 0;
}
.blog-page .featured-article__link {
  color: #5E5E5E;
  font-size: clamp(14px, 1.1vw, 20px);
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin-top: 32px;
  text-transform: uppercase;
  letter-spacing: 1px;
  transition: opacity 0.3s ease;
}
.blog-page .featured-article__link svg {
  transition: transform 0.3s ease;
}
.blog-page .featured-article__link:hover {
  opacity: 0.7;
}
.blog-page .featured-article__link:hover svg {
  transform: translateX(6px);
}
.blog-page .blog-posts {
  background: #FFF;
  padding: 60px 13rem;
}
@media (max-width: 768px) {
  .blog-page .blog-posts {
    padding: 40px 20px;
  }
}
.blog-page .blog-posts__grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
  gap: 30px;
}
@media (max-width: 768px) {
  .blog-page .blog-posts__grid {
    grid-template-columns: 1fr;
  }
}
.blog-page .blog-posts__load-more {
  display: block;
  margin: 40px auto 0;
  padding: 12px 40px;
  border-radius: 4px;
  border: 1px solid #000;
  background: transparent;
  color: #000;
  font-size: clamp(12px, 0.9vw, 14px);
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 1px;
  cursor: pointer;
  transition: background 0.3s ease, color 0.3s ease;
}
.blog-page .blog-posts__load-more:hover:not(:disabled) {
  background: #000;
  color: #FFF;
}
.blog-page .blog-posts__load-more:disabled {
  opacity: 0.6;
  cursor: wait;
}
.blog-page .blog-card {
  background: #F5F5F5;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.blog-page .blog-card__image {
  width: 100%;
  overflow: hidden;
}
.blog-page .blog-card__image img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  display: block;
  transition: transform 0.5s ease;
}
.blog-page .blog-card:hover .blog-card__image img {
  transform: scale(1.05);
}
.blog-page .blog-card__body {
  padding: 20px 22px 24px;
  display: flex;
  flex-direction: column;
  flex: 1;
}
.blog-page .blog-card__date {
  color: #5E5E5E;
  font-size: clamp(12px, 0.9vw, 15px);
  font-style: normal;
  font-weight: 300;
  line-height: normal;
}
.blog-page .blog-card__title {
  color: #5E5E5E;
  font-size: clamp(14px, 1.1vw, 20px);
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin: 8px 0 0 0;
}
.blog-page .blog-card__description {
  color: #5E5E5E;
  font-size: clamp(12px, 0.9vw, 14px);
  font-style: normal;
  font-weight: 300;
  line-height: 1.5;
  margin: 10px 0 0 0;
  flex: 1;
}
.blog-page .blog-card__button {
  display: inline-block;
  align-self: flex-start;
  margin-top: 18px;
  padding: 8px 16px;
  border-radius: 4px;
  border: 1px solid #000;
  background: transparent;
  color: #000;
  text-align: center;
  font-size: clamp(12px, 0.9vw, 14px);
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  text-decoration: none;
  transition: background 0.3s ease, color 0.3s ease;
}
.blog-page .blog-card__button:hover {
  background: #000;
  color: #FFF;
}
.blog-page .footer-banner {
  position: relative;
}
.blog-page .footer-banner img {
  width: 100%;
  height: 25vh;
  object-fit: cover;
  display: block;
}
@media (max-width: 768px) {
  .blog-page .footer-banner img {
    height: 40vh;
  }
}
.blog-page .footer-banner-texts {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 0 13rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  box-sizing: border-box;
}
@media (max-width: 768px) {
  .blog-page .footer-banner-texts {
    flex-direction: column;
    justify-content: center;
    padding: 0 20px;
    gap: 24px;
  }
}
@media (max-width: 768px) {
  .blog-page .footer-banner-texts__left {
    text-align: center;
  }
}
.blog-page .footer-banner-texts__left .title {
  color: #FFF;
  font-size: clamp(20px, 2vw, 36px);
  font-style: normal;
  font-weight: 200;
  line-height: normal;
  margin: 0;
}
.blog-page .footer-banner-texts__left .title span {
  font-weight: 300;
}
.blog-page .footer-banner-texts__left p {
  color: #FFF;
  font-size: clamp(14px, 1vw, 18px);
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  margin: 20px 0 0 0;
}
@media (max-width: 768px) {
  .blog-page .footer-banner-texts__right {
    width: 100%;
    display: flex;
    justify-content: center;
  }
}
.blog-page .footer-banner-texts__right .newsletter-form {
  display: flex;
  height: 48px;
}
@media (max-width: 768px) {
  .blog-page .footer-banner-texts__right .newsletter-form {
    width: 100%;
    max-width: 380px;
  }
}
.blog-page .footer-banner-texts__right .newsletter-form input {
  width: 320px;
  padding: 0 16px;
  border-radius: 2px 0 0 2px;
  border: 1px solid #000;
  border-right: none;
  background: rgba(217, 217, 217, 0);
}
@media (max-width: 768px) {
  .blog-page .footer-banner-texts__right .newsletter-form input {
    width: 100%;
    flex: 1;
  }
}
.blog-page .footer-banner-texts__right .newsletter-form input {
  color: #000;
  font-size: clamp(14px, 1vw, 16px);
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  outline: none;
}
.blog-page .footer-banner-texts__right .newsletter-form input::placeholder {
  color: #000;
}
.blog-page .footer-banner-texts__right .newsletter-form button {
  padding: 0 32px;
  border-radius: 0 2px 2px 0;
  border: 1px solid #000;
  background: #000;
  color: #FFF;
  text-align: center;
  font-size: clamp(14px, 1vw, 16px);
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  cursor: pointer;
  transition: opacity 0.3s ease;
}
.blog-page .footer-banner-texts__right .newsletter-form button:hover {
  opacity: 0.8;
}

.blog-detail-page {
  background: #FFF;
}
.blog-detail-page .blog-detail-intro {
  display: flex;
  flex-direction: column-reverse; /* image top, text bottom on mobile */
  background: #F5F5F5;
}
@media (min-width: 1024px) {
  .blog-detail-page .blog-detail-intro {
    flex-direction: row;
  }
}
.blog-detail-page .blog-detail-intro__content {
  width: 100%;
  padding: 40px 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (min-width: 1024px) {
  .blog-detail-page .blog-detail-intro__content {
    width: 40%;
    padding: 80px 40px 80px 13rem;
  }
}
.blog-detail-page .blog-detail-intro__date {
  color: #000;
  font-size: 20px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  margin-bottom: 20px;
  display: block;
}
.blog-detail-page .blog-detail-intro__title {
  color: #000;
  font-size: clamp(28px, 3.5vw, 42px);
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  margin: 0 0 30px 0;
}
.blog-detail-page .blog-detail-intro__summary {
  color: #000;
  font-size: clamp(16px, 1.5vw, 18px);
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  margin: 0 0 40px 0;
}
.blog-detail-page .blog-detail-intro__line {
  width: 100%;
  height: 1px;
  background: #000;
}
.blog-detail-page .blog-detail-intro__image {
  width: 100%;
}
@media (min-width: 1024px) {
  .blog-detail-page .blog-detail-intro__image {
    width: 60%;
  }
}
.blog-detail-page .blog-detail-intro__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.blog-detail-page .blog-detail-main {
  display: flex;
  flex-direction: column; /* Stack share, content, related on mobile */
  padding: 40px 20px;
  gap: 40px;
  align-items: flex-start;
}
@media (min-width: 1024px) {
  .blog-detail-page .blog-detail-main {
    flex-direction: row;
    padding: 60px 13rem;
    gap: 60px;
  }
}
.blog-detail-page .blog-detail-share {
  width: 100%;
  flex-shrink: 0;
}
@media (min-width: 1024px) {
  .blog-detail-page .blog-detail-share {
    width: 150px;
    position: sticky;
    top: 180px;
  }
}
.blog-detail-page .blog-detail-share__title {
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin: 0 0 30px 0;
}
.blog-detail-page .blog-detail-share__list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 15px;
}
@media (min-width: 1024px) {
  .blog-detail-page .blog-detail-share__list {
    flex-direction: column;
  }
}
.blog-detail-page .blog-detail-share__list li a {
  display: flex;
  align-items: center;
  gap: 12px;
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  text-decoration: none;
  transition: opacity 0.3s ease;
}
.blog-detail-page .blog-detail-share__list li a:hover {
  opacity: 0.7;
}
.blog-detail-page .blog-detail-share__list li a svg {
  width: 20px;
  height: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.blog-detail-page .blog-detail-content {
  flex: 1;
}
.blog-detail-page .blog-detail-content p, .blog-detail-page .blog-detail-content span, .blog-detail-page .blog-detail-content div {
  color: #000;
  font-size: clamp(16px, 1.5vw, 18px);
  font-style: normal;
  font-weight: 300;
  line-height: 1.5;
  margin-bottom: 30px;
}
.blog-detail-page .blog-detail-content strong, .blog-detail-page .blog-detail-content b {
  font-weight: 400;
}
.blog-detail-page .blog-detail-content h1, .blog-detail-page .blog-detail-content h2, .blog-detail-page .blog-detail-content h3, .blog-detail-page .blog-detail-content h4, .blog-detail-page .blog-detail-content h5, .blog-detail-page .blog-detail-content h6 {
  color: #000;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin: 40px 0 20px 0;
}
.blog-detail-page .blog-detail-content h1, .blog-detail-page .blog-detail-content h2 {
  font-size: clamp(24px, 2.5vw, 32px);
  margin-top: 50px;
}
.blog-detail-page .blog-detail-content h3 {
  font-size: clamp(20px, 2vw, 28px);
}
.blog-detail-page .blog-detail-content h4, .blog-detail-page .blog-detail-content h5, .blog-detail-page .blog-detail-content h6 {
  font-size: clamp(18px, 1.8vw, 24px);
}
.blog-detail-page .blog-detail-content img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 40px 0;
}
.blog-detail-page .blog-detail-content ul, .blog-detail-page .blog-detail-content ol {
  color: #000;
  font-size: clamp(16px, 1.5vw, 18px);
  font-style: normal;
  font-weight: 300;
  line-height: 1.5;
  margin: 0 0 30px 20px;
  padding: 0;
}
.blog-detail-page .blog-detail-content ul li, .blog-detail-page .blog-detail-content ol li {
  margin-bottom: 10px;
}
.blog-detail-page .blog-detail-content a {
  color: #000;
  text-decoration: underline;
}
.blog-detail-page .blog-detail-content .blog-detail-cta {
  background: #F5F5F5;
  padding: 40px;
  margin-top: 50px;
  display: flex;
  flex-direction: column;
  gap: 24px;
  align-items: flex-start;
}
.blog-detail-page .blog-detail-content .blog-detail-cta p {
  margin: 0;
  color: #000;
  font-size: 20px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
}
.blog-detail-page .blog-detail-content .blog-detail-cta a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 14px 28px;
  background: #000;
  color: #FFF;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-decoration: none;
  transition: opacity 0.3s ease;
}
.blog-detail-page .blog-detail-content .blog-detail-cta a:hover {
  opacity: 0.8;
}
.blog-detail-page .blog-detail-related {
  width: calc(100% + 40px);
  flex-shrink: 0;
  background: #F5F5F5;
  margin: 0 -20px -40px -20px;
  padding: 40px 20px;
  box-sizing: border-box;
}
@media (min-width: 1024px) {
  .blog-detail-page .blog-detail-related {
    width: calc(250px + 13rem + 40px);
    margin: -60px -13rem -60px 0;
    padding: 60px 13rem 60px 40px;
  }
}
.blog-detail-page .blog-detail-related__title {
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin: 0 0 30px 0;
  text-align: center;
}
@media (min-width: 1024px) {
  .blog-detail-page .blog-detail-related__title {
    text-align: left;
  }
}
.blog-detail-page .blog-detail-related__list {
  display: flex;
  flex-direction: row;
  gap: 20px;
  margin-bottom: 40px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  padding-bottom: 20px;
}
.blog-detail-page .blog-detail-related__list::-webkit-scrollbar {
  display: none;
}
.blog-detail-page .blog-detail-related__list {
  -ms-overflow-style: none;
  scrollbar-width: none;
}
@media (min-width: 1024px) {
  .blog-detail-page .blog-detail-related__list {
    flex-direction: column;
    gap: 30px;
    overflow-x: visible;
    padding-bottom: 0;
  }
}
.blog-detail-page .blog-detail-related__card {
  display: block;
  text-decoration: none;
  transition: opacity 0.3s ease;
  width: 250px;
  flex-shrink: 0;
  scroll-snap-align: start;
}
@media (min-width: 1024px) {
  .blog-detail-page .blog-detail-related__card {
    width: 100%;
  }
}
.blog-detail-page .blog-detail-related__card:hover {
  opacity: 0.8;
}
.blog-detail-page .blog-detail-related__card img {
  width: 100%;
  height: 120px;
  object-fit: cover;
  display: block;
  margin-bottom: 15px;
}
.blog-detail-page .blog-detail-related__card .date {
  color: #5E5E5E;
  font-size: 12px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  display: block;
  margin-bottom: 5px;
}
.blog-detail-page .blog-detail-related__card .desc {
  color: #5E5E5E;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin: 0;
}
.blog-detail-page .blog-detail-related__link {
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 15px;
  transition: opacity 0.3s ease;
}
.blog-detail-page .blog-detail-related__link:hover {
  opacity: 0.7;
}

.result-screen {
  padding: 40px 12rem 100px;
  min-height: 60vh;
}
.result-screen__title {
  font-family: "Alexandria", sans-serif;
  font-size: clamp(16px, 2.5vw, 22px);
  font-weight: 200;
  font-style: normal;
  line-height: normal;
  margin-bottom: 40px;
  position: sticky;
  top: 90px;
  background: #fff;
  z-index: 10;
  padding: 10px 0;
}
.result-screen__title strong {
  font-weight: 400;
}
.result-screen__empty {
  font-family: "Alexandria", sans-serif;
  font-size: clamp(14px, 1.5vw, 18px);
  font-weight: 300;
  color: #666;
}
.result-screen__grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 32px;
}
.result-screen__section {
  margin-top: 60px;
}
.result-screen__section-header {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 20px;
  gap: 5px;
}
.result-screen__section-title {
  color: #000;
  font-family: "Alexandria", sans-serif;
  font-size: clamp(20px, 3vw, 28px);
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  margin: 0;
  text-transform: uppercase;
}
.result-screen__section-count {
  color: #000;
  font-family: "Alexandria", sans-serif;
  font-size: clamp(12px, 1.5vw, 14px);
  font-style: normal;
  font-weight: 300;
  line-height: normal;
}
.result-screen__divider {
  width: 100%;
  height: 1px;
  background-color: #000;
  margin-bottom: 40px;
}

.result-card {
  display: flex;
  flex-direction: column;
  text-decoration: none;
  color: inherit;
  transition: transform 0.3s ease;
  width: 100%;
  box-sizing: border-box;
}
.result-card:hover {
  transform: translateY(-5px);
}
.result-card__image {
  width: 100%;
  aspect-ratio: 4/5;
  background-color: #EFEFEF;
  border-radius: 8px;
  background-size: cover;
  background-position: center;
  margin-bottom: 15px;
}
.result-card__title {
  color: #000;
  font-family: "Alexandria", sans-serif;
  font-size: clamp(16px, 2vw, 20px);
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  margin: 0 0 15px 0;
}

@media (max-width: 900px) {
  .result-screen {
    padding: 40px 24px 60px;
  }
  .result-screen__title {
    font-size: 24px;
    position: static;
  }
  .result-screen__grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
  }
}
.cart {
  padding: 60px 0;
  font-family: Arial, Helvetica, sans-serif;
  overflow-x: hidden;
}
@media (max-width: 768px) {
  .cart {
    padding: 15px 0;
  }
}
.cart__container {
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 20px;
}
.cart__header {
  background: linear-gradient(141deg, #828282 -76.18%, rgba(255, 255, 255, 0) 30.62%);
  padding: 40px 30px;
  border-radius: 12px 0 0 0;
  margin-bottom: 0;
}
.cart__header .cart__subtitle {
  margin-bottom: 0;
}
.cart__breadcrumb {
  font-size: clamp(12px, 1.2vw, 14px);
  color: #999;
  margin-bottom: 20px;
}
.cart__breadcrumb a {
  color: #999;
  text-decoration: none;
}
.cart__breadcrumb a:hover {
  color: #000;
}
.cart__breadcrumb .separator {
  margin: 0 5px;
}
.cart__breadcrumb strong {
  color: #000;
  font-weight: 600;
}
.cart__title {
  color: #000;
  font-size: clamp(2.5rem, 6.5vw, 6rem);
  font-style: normal;
  font-weight: 250;
  line-height: normal;
  margin: 0;
  text-transform: uppercase;
  letter-spacing: -0.02em;
}
.cart__subtitle {
  color: #000;
  font-size: clamp(12px, 1.2vw, 14px);
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  margin-top: 15px;
  margin-bottom: 30px;
}
.cart__divider {
  border: 0;
  border-top: 1px solid #000;
  margin-bottom: 40px;
  margin-top: 0;
  margin-right: calc(-50vw + 50%);
}
.cart__divider--bottom {
  margin-top: 40px;
  margin-bottom: 40px;
}
.cart__list {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.cart__item {
  border-radius: 8px;
  background: linear-gradient(151deg, #828282 -37.18%, rgba(255, 255, 255, 0) 30.62%);
  border: none;
  min-height: 230px;
  width: 100%;
  max-width: 1283px;
  display: flex;
  flex-direction: column;
  padding: 20px;
  gap: 20px;
}
@media (min-width: 1024px) {
  .cart__item {
    flex-direction: row;
    align-items: center;
    padding: 30px;
  }
}
.cart__item-image-wrapper {
  flex-shrink: 0;
  width: 100%;
  height: 180px;
  background-color: #EFEFEF;
  border-radius: 6px;
  overflow: hidden;
}
@media (min-width: 768px) {
  .cart__item-image-wrapper {
    width: 200px;
  }
}
@media (min-width: 1024px) {
  .cart__item-image-wrapper {
    width: 250px;
    height: 170px;
  }
}
.cart__item-image {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.cart__item-info {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media (min-width: 1024px) {
  .cart__item-info {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding-left: 20px;
  }
}
.cart__item-name {
  font-size: clamp(16px, 2vw, 22px);
  font-weight: 300;
  line-height: normal;
  color: #000;
  text-transform: uppercase;
  max-width: 180px;
}
.cart__item-attributes {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
@media (min-width: 1024px) {
  .cart__item-attributes {
    gap: 0;
    flex-wrap: nowrap;
  }
}
.cart__item-attr {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
@media (min-width: 1024px) {
  .cart__item-attr {
    padding: 0 30px;
    border-right: 1px solid #E5E5E5;
  }
  .cart__item-attr:first-child {
    padding-left: 0;
  }
  .cart__item-attr:last-child {
    border-right: none;
    padding-right: 0;
  }
}
.cart__item-attr .attr-label {
  font-size: 10px;
  color: #999;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
.cart__item-attr .attr-value {
  font-size: 14px;
  color: #000;
  font-weight: 400;
  min-height: 20px;
}
.cart__item-attr .attr-value.color-box {
  width: 20px;
  height: 20px;
  border-radius: 2px;
  border: 1px solid #E5E5E5;
}
.cart__item-attr .attr-value.underline {
  text-decoration: underline;
  text-decoration-color: #999;
  text-underline-offset: 4px;
}
.cart__item-attr .attr-action {
  display: flex;
  align-items: center;
  gap: 4px;
  background: none;
  border: none;
  padding: 0;
  color: #999;
  font-size: 10px;
  cursor: pointer;
  margin-top: 4px;
}
.cart__item-attr .attr-action:hover {
  color: #000;
}
.cart__item-attr .attr-action:hover svg path {
  stroke: #000;
}
.cart__item-price {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.cart__item-side {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: space-between;
  gap: 16px;
  min-width: 140px;
}
@media (min-width: 1024px) {
  .cart__item-side {
    padding-left: 30px;
    border-left: 1px solid #E5E5E5;
    min-height: 120px;
  }
}
.cart__remove-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border: 1px solid #E5E5E5;
  border-radius: 8px;
  background: #fff;
  color: #999;
  cursor: pointer;
  padding: 0;
  transition: color 0.2s ease, border-color 0.2s ease, background 0.2s ease;
}
.cart__remove-btn svg {
  display: block;
}
.cart__remove-btn:hover {
  color: #000;
  border-color: #000;
  background: #fafafa;
}
.cart__qty-input {
  width: 64px;
  border: 1px solid #D9D9D9;
  border-radius: 4px;
  padding: 4px 8px;
  font-size: 14px;
  text-decoration: none !important;
}
.cart__empty {
  padding: 40px 0;
  text-align: center;
}
.cart__empty p {
  margin: 0 0 16px;
  color: #666;
}
.cart__feedback {
  font-size: 13px;
}
.cart__feedback--success {
  color: #1b7f4b;
}
.cart__feedback--error {
  color: #b42318;
}
.cart__btn-submit.is-loading {
  opacity: 0.6;
  pointer-events: none;
}
.cart .price-badge {
  background-color: #000;
  color: #FFF;
  padding: 8px 16px;
  border-radius: 4px;
  font-size: clamp(10px, 1.2vw, 12px);
  font-weight: 300;
  line-height: normal;
  text-align: center;
}
.cart__footer {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
@media (min-width: 768px) {
  .cart__footer {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
}
.cart__add-more {
  color: #999;
  text-decoration: none;
  font-size: clamp(14px, 1.5vw, 16px);
}
.cart__add-more:hover {
  color: #000;
  text-decoration: underline;
}
.cart__actions {
  display: flex;
  flex-direction: row;
  align-items: stretch;
}
@media (max-width: 576px) {
  .cart__actions {
    flex-direction: column;
  }
}
.cart__btn-submit {
  background: transparent;
  color: #000;
  border: 1px solid #000;
  border-right: none;
  padding: 15px 30px;
  border-radius: 8px 0 0 8px;
  font-size: clamp(14px, 1.8vw, 20px);
  font-weight: 250;
  line-height: normal;
  text-align: center;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  z-index: 1;
  transition: color 0.3s ease 0.1s;
}
@media (max-width: 576px) {
  .cart__btn-submit {
    border-radius: 8px 8px 0 0;
    border-right: 1px solid #000;
    border-bottom: none;
  }
}
.cart__btn-submit::before {
  content: "";
  position: absolute;
  top: -2px;
  left: -2px;
  width: calc(100% + 4px);
  height: calc(100% + 4px);
  border-radius: inherit;
  background: linear-gradient(to right, rgba(0, 0, 0, 0.8), #000);
  transform: translateX(-100%);
  transition: transform 0.4s ease;
  z-index: -1;
}
.cart__btn-submit:hover {
  color: #FFF;
}
.cart__btn-submit:hover::before {
  transform: translateX(0);
}
.cart__total {
  background: #000;
  color: #FFF;
  padding: 15px 30px;
  border-radius: 0 8px 8px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
  font-size: clamp(14px, 1.8vw, 20px);
  font-weight: 300;
  line-height: normal;
  text-align: center;
}
@media (max-width: 576px) {
  .cart__total {
    border-radius: 0 0 8px 8px;
  }
}
.cart__total .label {
  text-transform: uppercase;
}

body.cart-modal-open {
  overflow: hidden;
}

.cart-modal {
  position: fixed;
  inset: 0;
  z-index: 1200;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
}
.cart-modal[hidden] {
  display: none;
}
.cart-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.55);
}
.cart-modal__dialog {
  position: relative;
  z-index: 1;
  width: min(100%, 560px);
  max-height: calc(100vh - 40px);
  overflow-y: auto;
  background: #fff;
  border-radius: 12px;
  padding: 28px 24px 24px;
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.18);
}
.cart-modal__close {
  position: absolute;
  top: 12px;
  right: 16px;
  border: none;
  background: none;
  font-size: 28px;
  line-height: 1;
  color: #666;
  cursor: pointer;
}
.cart-modal__close:hover {
  color: #000;
}
.cart-modal__title {
  margin: 0 0 16px;
  font-size: clamp(20px, 3vw, 28px);
  font-weight: 300;
  text-transform: uppercase;
  color: #000;
  padding-right: 32px;
}
.cart-modal__intro {
  margin-bottom: 20px;
  font-size: 14px;
  line-height: 1.6;
  color: #444;
}
.cart-modal__label {
  display: block;
  margin-bottom: 8px;
  font-size: 12px;
  color: #666;
  text-transform: uppercase;
}
.cart-modal__message {
  width: 100%;
  min-height: 110px;
  border: 1px solid #D9D9D9;
  border-radius: 8px;
  padding: 12px;
  font-size: 14px;
  resize: vertical;
  margin-bottom: 16px;
}
.cart-modal__captcha {
  margin-bottom: 16px;
}
.cart-modal__feedback {
  margin-bottom: 16px;
}
.cart-modal__actions {
  display: flex;
  justify-content: flex-end;
  gap: 12px;
  flex-wrap: wrap;
}
.cart-modal__btn {
  border-radius: 8px;
  padding: 12px 20px;
  font-size: 14px;
  cursor: pointer;
  transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}
.cart-modal__btn--ghost {
  border: 1px solid #D9D9D9;
  background: #fff;
  color: #666;
}
.cart-modal__btn--ghost:hover {
  border-color: #000;
  color: #000;
}
.cart-modal__btn--primary {
  border: 1px solid #000;
  background: #000;
  color: #fff;
}
.cart-modal__btn--primary:hover {
  background: #222;
  border-color: #222;
}
.cart-modal__btn--primary.is-loading {
  opacity: 0.6;
  pointer-events: none;
}

/* ========= COMPONENTES ========== */
.btn {
  border-radius: 8px;
  border: 1px solid #FFF;
  background: transparent;
  color: #FFF;
  padding: 16px 32px;
  font-size: 12px;
  font-weight: 300;
  font-family: "Alexandria", sans-serif;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  z-index: 1;
  transition: color 0.3s ease 0.1s;
}
.btn::before {
  content: "";
  position: absolute;
  top: -2px;
  left: -2px;
  width: calc(100% + 4px);
  height: calc(100% + 4px);
  border-radius: inherit;
  background: linear-gradient(to right, rgb(255, 255, 255), rgba(255, 255, 255, 0.2));
  transform: translateX(-100%);
  transition: transform 0.4s ease;
  z-index: -1;
}
.btn:hover {
  color: #000;
}
.btn:hover::before {
  transform: translateX(0);
}
.form__row {
  display: flex;
  gap: 1rem;
}
.form__row:not(:last-child) {
  margin-bottom: 1rem;
}
.contact-form {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.contact-form-row {
  display: flex;
  gap: 15px;
}
.contact-form-row--half .contact-form-field, .contact-form-row--address .contact-form-field {
  flex: 1;
}
@media (max-width: 768px) {
  .contact-form-row--address:has(.contact-form-field--cep) {
    flex-direction: column;
    gap: 0;
  }
  .contact-form-row--address:has(.contact-form-field--state) {
    flex-direction: row;
    flex-wrap: wrap;
    column-gap: 10px;
    row-gap: 0;
  }
  .contact-form-row--address:has(.contact-form-field--state) .contact-form-field:not(.contact-form-field--state) {
    flex: 1 1 calc(50% - 5px);
    min-width: 0;
  }
  .contact-form-row--address:has(.contact-form-field--state) .contact-form-field--state {
    flex: 0 0 72px;
  }
  .contact-form-row--half {
    column-gap: 10px;
  }
}

.contact-form-field {
  position: relative;
  flex: 1;
  width: 100%;
  min-width: 0;
  padding-bottom: 14px;
}
.contact-form-field--cep {
  flex: 0 0 132px;
}
@media (max-width: 768px) {
  .contact-form-field--cep {
    flex: 1 1 100%;
  }
}
.contact-form-field--state {
  flex: 0 0 72px;
}
.contact-form-field--password .input-wrapper {
  position: relative;
  width: 100%;
}

.contact-form-phone-row {
  display: flex;
  align-items: center;
  gap: 12px;
}
.contact-form-phone-row .contact-form-input {
  flex: 1;
  min-width: 0;
}
.contact-form-phone-row .remember-checkbox--inline {
  flex-shrink: 0;
  margin: 0;
  white-space: nowrap;
}

.contact-form-input-wrap {
  position: relative;
  width: 100%;
}
.contact-form-input-wrap--cep .contact-form-input {
  padding-right: 38px;
}

.contact-form-cep-loader {
  position: absolute;
  top: 50%;
  right: 14px;
  width: 14px;
  height: 14px;
  border: 2px solid rgba(255, 255, 255, 0.25);
  border-top-color: rgba(255, 255, 255, 0.9);
  border-radius: 50%;
  transform: translateY(-50%);
  animation: contactFormCepLoaderSpin 0.65s linear infinite;
  pointer-events: none;
}
.contact-form-cep-loader[hidden] {
  display: none;
}

@keyframes contactFormCepLoaderSpin {
  to {
    transform: translateY(-50%) rotate(360deg);
  }
}
.contact-form-input {
  width: 100%;
  border-radius: 4px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  background: rgba(0, 0, 0, 0);
  padding: 14px 16px;
  color: #FFF;
  font-size: 14px;
  font-family: inherit;
  font-weight: 300;
  outline: none;
  box-sizing: border-box;
  transition: border-color 0.3s ease;
}
@media (max-width: 768px) {
  .contact-form-input {
    padding: 16px 20px;
    font-size: 16px;
  }
}
.contact-form-input::placeholder {
  color: rgba(255, 255, 255, 0.6);
  font-weight: 300;
}
.contact-form-input:focus {
  border-color: rgba(255, 255, 255, 0.8);
}
.contact-form-input.is-invalid {
  border-color: #f5365c;
}
.contact-form-input--password {
  padding-right: 48px;
}

.contact-form-textarea {
  min-height: 120px;
  resize: vertical;
}

.contact-form-error {
  position: absolute;
  left: 0;
  bottom: 0;
  color: #f5365c;
  font-size: 10px;
  line-height: 1.2;
  font-weight: 300;
  pointer-events: none;
}

.contact-form-feedback {
  display: block;
  min-height: 0;
  margin: 4px 0 0;
  padding: 0;
  font-size: 13px;
  font-weight: 300;
  line-height: 1.4;
  text-align: center;
  border-radius: 4px;
  transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}
.contact-form-feedback:empty {
  display: none;
}
.contact-form-feedback.is-sending {
  padding: 10px 14px;
  color: rgba(255, 255, 255, 0.85);
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.25);
  font-style: italic;
  letter-spacing: 0.02em;
  animation: contactFeedbackPulse 1.4s ease-in-out infinite;
}
.contact-form-feedback.is-error {
  padding: 10px 14px;
  color: #ffb4c0;
  background: rgba(245, 54, 92, 0.12);
  border: 1px solid rgba(245, 54, 92, 0.55);
}
.contact-form-feedback.is-success {
  padding: 14px 18px;
  color: #d4ffe8;
  background: rgba(45, 206, 137, 0.22);
  border: 1px solid #2dce89;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0.01em;
}

@keyframes contactFeedbackPulse {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0.65;
  }
}
.contact-form-submit {
  align-self: center;
  border-radius: 4px;
  border: 1px solid #FFF;
  background: #FFF;
  color: #000;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding: 14px 60px;
  cursor: pointer;
  font-family: inherit;
  margin-top: 10px;
  transition: opacity 0.3s ease;
}
.contact-form-submit:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}
@media (max-width: 768px) {
  .contact-form-submit {
    width: 100%;
    padding: 16px 60px;
    font-size: 18px;
  }
}
.contact-form-submit:hover {
  opacity: 0.85;
}

.wheel-menu {
  position: relative;
  width: 100%;
  aspect-ratio: 1;
}
.wheel-menu__circle {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  box-shadow: 0 0 60px rgba(255, 160, 80, 0.05);
}
.wheel-menu__svg {
  width: 100%;
  height: 100%;
  display: block;
}
.wheel-menu__svg pattern image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.wheel-menu__wheel {
  transform-box: view-box;
  transform-origin: center;
  transition: transform 0.9s cubic-bezier(0.25, 0.1, 0.25, 1);
}
.wheel-menu__segment {
  cursor: pointer;
  transform-box: view-box;
  transform-origin: center;
  transition: transform 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
}
.wheel-menu__segment--active .wheel-menu__segment-overlay {
  fill: rgba(0, 0, 0, 0.1) !important;
}
.wheel-menu__segment:hover {
  transform: scale(1.08);
}
.wheel-menu__segment:hover .wheel-menu__segment-overlay {
  fill: rgba(0, 0, 0, 0.3);
}
.wheel-menu__segment-overlay {
  transition: fill 0.4s ease;
  pointer-events: none;
}
.wheel-menu__label {
  font-family: "Alexandria", sans-serif, sans-serif;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  fill: #ffffff;
  pointer-events: none;
  transform-box: fill-box;
  transition: transform 0.4s cubic-bezier(0.25, 0.1, 0.25, 1);
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.8);
}
.wheel-menu__center {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 26%;
  aspect-ratio: 1;
  border-radius: 50%;
  background: #000000;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10;
  pointer-events: none;
  box-shadow: 0 0 0 2px rgba(255, 180, 100, 0.5), 0 0 35px rgba(255, 180, 100, 0.25);
  transition: box-shadow 0.4s ease;
}
.wheel-menu__center--active {
  box-shadow: 0 0 0 2px rgba(255, 180, 100, 0.8), 0 0 60px rgba(255, 150, 70, 0.5);
}
.wheel-menu__center svg {
  width: 45%;
  height: auto;
}

.cms-bar {
  height: 50px;
}
.cms-bar__row {
  position: fixed;
  bottom: 0;
  left: 0;
  background: #9700f6;
  height: 50px;
  display: flex;
  justify-content: flex-end;
  width: 100%;
  align-items: center;
  font-family: Arial, Helvetica, sans-serif;
}
.cms-bar__row .text {
  color: #FFF;
  margin-right: 15px;
  font-size: 14px;
  font-weight: bold;
}
.cms-bar__row .btn {
  background: #FFF;
  padding: 5px 20px;
  border-radius: 15px;
  margin-right: 15px;
  font-size: 14px;
  font-weight: bold;
  text-decoration: none;
  color: #000;
}
.cms-bar__row .btn:hover {
  background: #000;
  color: #FFF;
}

@media (max-width: 900px) {
  .cms-bar__row .text {
    display: none;
  }
}