* {
  box-sizing: border-box;
}

body {
  background-color: #101010;
  padding: 0;
  margin: 0;
  font-family: "Roboto", sans-serif;
}

@font-face {
  font-family: "Anton";
  font-style: normal;
  font-weight: 300;
  src: url("/assets/fonts/Anton/Anton-Regular.woff2") format("woff2");
  font-display: swap;
}

@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 200;
  src: url("/assets/fonts/Roboto/roboto-light.woff2") format("woff2");
  font-display: swap;
}

@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 300;
  src: url("/assets/fonts/Roboto/roboto-regular.woff2") format("woff2");
  font-display: swap;
}

@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  src: url("/assets/fonts/Roboto/Roboto-Bold.woff2") format("woff2");
  font-display: swap;
}

.header-desktop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  width: 100%;
  padding: 1.4rem 3.8rem;
  transition: all 0.3s ease-in-out;
}

header.scrolled {
  background: linear-gradient(
    0deg,
    rgba(29, 29, 29, 0) 0%,
    rgba(29, 29, 29, 0.8) 100%
  );
}

nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.nav-left,
.nav-center,
.nav-right {
  display: flex;
  align-items: center;
}

.nav-left {
  justify-content: flex-start;
  min-width: 120px;
}

.nav-center {
  justify-content: center;
  flex: 1;
  margin-top: 1.5rem;
  gap: 1.4rem;
}

.nav-right {
  justify-content: flex-end;
  min-width: 120px;
  margin-top: 1.5rem;
  gap: 1rem;
}

.logo img {
  width: 75px;
  height: auto;
  display: block;
  transition: all 0.3s ease-in-out;
}

header.scrolled .logo img {
  width: 65px;
}

.nav-center a {
  color: #f8f2de;
  text-decoration: none;
  font-size: 1.3rem;
  font-weight: 200;
}

.current-page {
  color: #d00c16 !important;
}

.nav-center a.current-page {
  position: relative;
  z-index: 1;
}

.lang {
  display: inline-flex;
  align-items: center;
  gap: 3px;
  color: #f8f2de;
  text-decoration: none;
  font-size: 1.05rem;
  font-weight: 200;
}

.cart img {
  width: 20px;
  height: 20px;
  display: block;
}

.mobile-header {
  display: none;
  width: 100%;
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  padding: 15px;
  background: linear-gradient(
    0deg,
    rgba(29, 29, 29, 0) 0%,
    rgba(29, 29, 29, 0.8) 100%
  );
}

.mobile-header nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

.nav-menu {
  background: transparent;
  border: none;
}

.line-menu {
  background-color: #f8f2de;
  width: 25px;
  height: 1px;
  margin-bottom: 5px;
}

.line-small {
  background-color: #f8f2de;
  width: 20px;
  height: 1px;
  margin-bottom: 5px;
  float: right;
}

.menu-mobile {
  display: none;
  background-color: #101010;
  clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0 100%);
  height: 100%;
  height: 100dvh;
  width: 100%;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 10000;
}

.menu-mobile-inner {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}

.menu-close {
  height: 20px;
  position: relative;
  width: 20px;
}

.menu-closing {
  position: absolute;
  right: 1.4rem;
  top: 1.8rem;
}

.menu-links {
  display: flex;
  flex-direction: column;
  top: 20%;
  left: 1.4rem;
  padding: 30% 2rem 2rem 2rem;
}

.menu-mobile-bottom {
  padding-bottom: 1rem;
}

.menu-links a {
  text-decoration: none;
  padding: 0.7rem 0;
  color: #f8f2de;
  font-weight: 200;
  font-size: 2rem;
  line-height: 2rem;
}

.menu-divider {
  display: block;
  margin: 2rem 2rem 0 auto;
  width: calc(100% - 4rem);
  height: 2px;
}

.menu-divider line {
  stroke-dasharray: 1000;
  stroke-dashoffset: 1000;
}

.language-switch {
  display: flex;
  color: #f8f2de;
  font-weight: 200;
  font-size: 1.5rem;
  line-height: 2rem;
  padding: 0.8rem 0 0 1.5rem;
}

.language-switch a {
  text-decoration: none;
  color: #f8f2de;
  margin: 0 0.5rem;
}

.hero-wrapper {
  position: relative;
  height: 100vh;
  width: 100%;
  overflow: hidden;
}

.hero-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.hero-background img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(45%);
}

.hero-text {
  position: absolute;
  bottom: 5rem;
  left: 7rem;
  width: calc(100% - 14rem);
  color: #f8f2de;
  overflow: hidden;
  z-index: 2;
}

.reveal-container {
  overflow: hidden;
}

.hero-slider {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}

.hero-slider figure {
  margin: 0;
}

.slides {
  position: relative;
  width: 100%;
  height: 100%;
}

.slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: opacity 1.3s ease-in-out;
  z-index: 1;
}

.slide.active {
  opacity: 1;
  z-index: 2;
}

.slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}

.slide::after {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(
    circle at center,
    rgba(0, 0, 0, 0.15),
    rgba(0, 0, 0, 0.65)
  );
  pointer-events: none;
}

.slider-indicator {
  position: absolute;
  bottom: 32px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 10px;
  z-index: 5;
}

.slider-indicator .dot {
  width: 40px;
  height: 3px;
  background: rgba(255, 255, 255, 0.25);
  transition: background 0.4s ease;
}

.slider-indicator .dot.active {
  background: #b71c1c;
}

.hero-slider::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 4;

  background: linear-gradient(
    180deg,
    rgba(255, 242, 242, 0.07) 0%,
    rgba(10, 10, 10, 0.5) 70.18%,
    rgba(0, 0, 0, 0.9) 91.1%
  );
  pointer-events: none;
}

.hero-text {
  position: absolute;
  z-index: 100;
  left: 8rem;
  bottom: 32%;
}

h1 {
  color: #f8f2de;
  font-family: "Anton", sans-serif;
  letter-spacing: 3px;
  font-size: 3.7rem;
  line-height: 4.8rem;
  font-weight: 500;
  margin-bottom: 2rem;
  text-transform: uppercase;
  width: 70%;
}

.hero-text p {
  color: #f8f2de;
  font-weight: 200;
  font-size: 1.2rem;
  width: 70%;
}

.gear-cta {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: #f8f2de;
  font-weight: 200;
  text-decoration: none;
  background: linear-gradient(
    86deg,
    #3a3838 10.84%,
    #454545 39.53%,
    #817d7d 80.38%,
    #bfbfbf 95.96%,
    #bdbdbd 104.21%
  );
  padding: 14px 26px;
  border-radius: 5px;
}

.gear-cta img {
  margin-top: 2px;
}

.product-card-hero {
  position: absolute;
  bottom: 4rem;
  right: 8rem;
  background-color: #101010;
  z-index: 100;
}

.product-card-hero-inner {
  position: relative;
  display: flex;
  justify-content: space-between;
  gap: 8px;
  padding: 0.3rem;
}

.product-img-hero {
  width: 180px;
  height: auto;
}

.product-img-hero img {
  width: 100%;
  height: auto;
  object-fit: cover;
  display: block;
}

.product-card-hero-text {
  padding-right: 4rem;
}

.product-card-hero-text h3 {
  color: #f8f2de;
  margin-top: 6px;
}

.product-card-hero-text p {
  color: #f8f2de;
  font-weight: 200;
  font-size: 1.1rem;
}

.control-cta {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: #f8f2de;
  font-weight: 200;
  text-decoration: none;
  background: linear-gradient(
    86deg,
    #5c0000 10.84%,
    #7c0000 39.53%,
    #970101 68.77%,
    #a14e4e 94%,
    #d5d5d5 104.21%
  );
  padding: 14px 26px;
  border-radius: 5px;
}

.control-cta img {
  margin-top: 2px;
}

.lab-cta {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: #f8f2de;
  font-weight: 200;
  text-decoration: none;
  background: linear-gradient(
    86deg,
    #03051a 10.84%,
    #040747 39.53%,
    #1d0197 68.77%,
    #53479a 94%,
    #b7b5fe 104.21%
  );
  padding: 14px 26px;
  border-radius: 5px;
}

.lab-cta img {
  margin-top: 2px;
}

.badge-product-hero {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 20;
}

.badge-product-hero img {
  width: 80px;
}

.intro {
  padding: 8rem 12rem;
}

.intro-wrapper {
  display: flex;
  justify-content: center;
}

.intro h2 {
  font-size: 2.7rem;
  line-height: 3.3rem;
  color: #252525;
  transition: color 0.1s;
  text-align: center;
  width: 60%;
}

.intro-text {
  display: flex;
  justify-content: center;
}

.intro-text p {
  color: #f8f2de;
  font-weight: 100;
  font-size: 1.2rem;
  text-align: center;
  width: 65%;
  margin-top: 0;
}

.intro-button {
  display: flex;
  justify-content: center;
  margin-top: 2rem;
}

.intro-button a {
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
}

.categories-section {
  margin: 4rem 8rem 0rem 8rem;
}

.category-layout {
  display: flex;
  justify-content: space-between;
  gap: 1.6rem;
}

.category-item {
  width: 33.33%;
  height: 600px;
  position: relative;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  border-radius: 15px;
  cursor: pointer;
}

.category-item {
  border: 1px solid rgba(255, 255, 255, 0.08);
  overflow: hidden;
  transition:
    transform 280ms ease,
    box-shadow 280ms ease,
    border-color 280ms ease;
}

.category-item::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 15px;
  pointer-events: none;
  opacity: 0;
  transition:
    opacity 260ms ease,
    box-shadow 320ms ease;
}

.category-item:nth-child(1) {
  --hover-accent: 170, 170, 170;
} /* Gear */
.category-item:nth-child(2) {
  --hover-accent: 215, 40, 40;
} /* Control */
.category-item:nth-child(3) {
  --hover-accent: 70, 120, 255;
} /* Lab */

.category-item:hover {
  transform: translateY(-4px);
  border-color: rgba(var(--hover-accent), 0.95);
  box-shadow:
    0 18px 40px rgba(0, 0, 0, 0.45),
    0 0 0 1px rgba(var(--hover-accent), 0.35),
    0 14px 46px rgba(var(--hover-accent), 0.18),
    0 26px 90px rgba(var(--hover-accent), 0.12);
}

.category-item:hover::after {
  opacity: 1;
  box-shadow:
    0 0 0 2px rgba(var(--hover-accent), 0.85),
    0 0 26px rgba(var(--hover-accent), 0.38),
    inset 0 0 22px rgba(var(--hover-accent), 0.1);
}

.category-img {
  width: 100%;
  height: 100%;
  border-radius: 15px;
  z-index: 4;
}

.category-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 15px;
}

.category-header {
  position: absolute;
  transform: translate(-50%, -50%);
  left: 50%;
  top: 25%;
  z-index: 10;
  text-align: center;
}

.category-logo {
  width: 75px;
}

.category-header h2 {
  font-family: "Anton", sans-serif;
  font-weight: 500;
  font-size: 2.2rem;
  color: #f8f2de;
  margin-bottom: 0rem;
  margin-top: 1rem;
}

.category-text {
  display: flex;
  align-items: center;
  gap: 0.3rem;
}

.category-text p {
  color: #f8f2de;
  font-weight: 200;
  font-size: 1.2rem;
  margin-top: 0.5rem;
}

.category-cta-wrapper {
  position: relative;
  display: flex;
  justify-content: center;
  z-index: 6;
}

.category-cta {
  position: absolute;
  bottom: 2rem;
}

.category-gradient {
  position: absolute;
  inset: 0;
  z-index: 5;
  pointer-events: none;
  height: 100%;
  width: 100%;
  background: linear-gradient(
    180deg,
    rgba(255, 242, 242, 0.07) 0%,
    rgba(10, 10, 10, 0.5) 70.18%,
    rgba(0, 0, 0, 0.9) 91.1%
  );
  border-radius: 15px;
}

.usp-section {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100vh;
  overflow: hidden;
  width: 100%;
  margin-top: 6rem;
}

.usp-section .img {
  position: relative;
  width: 100%;
  height: 100%;
}

.usp-section .img-container {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.scroll-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(40%);
}

.text-content-header {
  position: absolute;
  top: 6rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  text-align: center;
}

.text-content-header h2 {
  position: relative;
  display: flex;
  align-items: center;
  font-family: "Anton", sans-serif;
  color: #ecbc92;
  font-weight: 700;
  font-size: 2.8rem;
  margin: 0;
  line-height: 1;
}

.text-content-header h2::before,
.text-content-header h2::after {
  content: "";
  height: 1px;
  width: 260px;
  display: block;
  margin: 0 1.4rem;
}

.text-content-header h2::before {
  background: linear-gradient(90deg, rgba(99, 99, 99, 0.5) 0%, #c38410 100%);
}

.text-content-header h2::after {
  background: linear-gradient(90deg, #c38410 0%, rgba(99, 99, 99, 0.5) 100%);
}

.usp-layout {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  position: absolute;
  top: 25%;
  left: 8rem;
  z-index: 2;
}

.usp-item {
  padding: 1rem;
  border-radius: 15px;
  background: rgba(58, 58, 58, 0.2);
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  backdrop-filter: blur(7.5px);
}

.usp-item h3 {
  font-family: "Anton", sans-serif;
  font-weight: 500;
  color: #f8f2de;
  font-size: 1.6rem;
  margin-bottom: 0;
}

.usp-item p {
  color: #f8f2de;
  font-weight: 200;
  font-size: 1.2rem;
  margin-top: 0.5rem;
}

.header-slider {
  text-align: center;
  margin: 6rem 0;
}

.header-slider h2 {
  position: relative;
  display: inline-flex;
  align-items: center;
  font-family: "Anton", sans-serif;
  color: #ecbc92;
  font-weight: 500;
  font-size: 3rem;
  margin: 0;
  line-height: 1;
}

.header-slider h2::before,
.header-slider h2::after {
  content: "";
  height: 1px;
  width: 260px;
  display: block;
  margin: 0 1.4rem;
}

.header-slider h2::before {
  background: linear-gradient(90deg, rgba(99, 99, 99, 0.5) 0%, #c38410 100%);
}

.header-slider h2::after {
  background: linear-gradient(90deg, #c38410 0%, rgba(99, 99, 99, 0.5) 100%);
}

.poduct-img {
  max-width: 100%;
  display: block;
}

.bestseller-badge {
  position: absolute;
  top: 0;
  right: -2px;
  width: 90px;
}

.product-slider {
  --gap: clamp(18px, 2.2vw, 28px);
  --pad-x: clamp(18px, 2.2vw, 26px);
  --pad-top: clamp(18px, 2.2vw, 26px);
  --pad-bottom: 18px;
  --mobile-card: 100%;

  background:
    radial-gradient(
      1200px 280px at 25% 20%,
      rgba(255, 40, 0, 0.18),
      rgba(0, 0, 0, 0) 60%
    ),
    radial-gradient(
      1200px 280px at 75% 30%,
      rgba(255, 120, 0, 0.1),
      rgba(0, 0, 0, 0) 62%
    ),
    linear-gradient(180deg, #101010 0%, #101010 100%);
  overflow: hidden;
  padding: 4rem 8rem 2rem 8rem;
}

.product-slider__viewport {
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  padding-bottom: 8px;
  scrollbar-width: none;
  overscroll-behavior-x: contain;
}
.product-slider__viewport::-webkit-scrollbar {
  display: none;
}

.product-slider__track {
  display: flex;
  gap: var(--gap);
  align-items: flex-start;
  width: 100%;
  padding-right: var(--gap);
}

.product-card {
  flex: 0 0 calc((100% - (var(--gap) * 2)) / 3);
  min-width: calc((100% - (var(--gap) * 2)) / 3);
  scroll-snap-align: start;
  scroll-snap-stop: always;
}

@media (max-width: 1024px) {
  .product-card {
    flex-basis: calc((100% - var(--gap)) / 2);
    min-width: calc((100% - var(--gap)) / 2);
  }
}

@media (max-width: 640px) {
  .product-card {
    flex-basis: var(--mobile-card);
    min-width: var(--mobile-card);
  }
}

.product-card__media {
  display: block;
  border-radius: 8px;
  overflow: hidden;
  box-shadow:
    0 0 0 1px rgba(255, 255, 255, 0.06) inset,
    0 20px 40px rgba(0, 0, 0, 0.45);
  background: rgba(0, 0, 0, 0.18);
  position: relative;
  border-radius: 15px;
}

.poduct-img {
  width: 100%;
  height: 480px;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  transform: translateZ(0);
  -webkit-user-drag: none;
  user-select: none;
  border-radius: 15px;
}

.product-card__head {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 12px;
  margin-top: 14px;
}

.product-card__title {
  margin: 0;
  font-family: "Anton", sans-serif;
  font-size: 1.6rem;
  letter-spacing: 0.2px;
  font-weight: 500;
  text-transform: uppercase;
  color: #f8f2de;
}

.product-card__price {
  font-size: 1.3rem;
  font-weight: 200;
  color: #f8f2de;
  white-space: nowrap;
}

.product-card__desc {
  margin: 6px 0 0;
  font-weight: 200;
  font-size: 1rem;
  line-height: 1.35;
  color: #f8f2de;
  max-width: 80%;
}

.product-card__actions {
  display: flex;
  gap: 10px;
  margin-top: 1rem;
  flex-wrap: wrap;
}

.btn {
  color: #f8f2de;
  text-decoration: none;
  padding: 12px 26px;
  border-radius: 999px;
  font-weight: 200;
  font-size: 1rem;
  font-family: "Roboto", sans-serif;
  text-decoration: none;
  border: 0;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition:
    transform 0.15s ease,
    filter 0.15s ease,
    opacity 0.15s ease;
  user-select: none;
  white-space: nowrap;
}

.btn--light {
  background: #f8f2de;
  color: #1b1b1b;
}

.btn--red {
  background: #6b0000;
}

@media (hover: hover) and (pointer: fine) {
  .btn:hover {
    transform: translateY(-1px);
    filter: brightness(1.03);
  }
  .poduct-img:hover {
    transform: scale(1.03);
    transition: transform 0.35s ease;
  }
}

.btn:focus-visible,
.slider-control:focus-visible,
.product-slider__viewport:focus-visible {
  outline: 2px solid rgba(255, 255, 255, 0.6);
  outline-offset: 3px;
}

.product-slider__bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-top: 4rem;
}

.product-slider__divider {
  flex: 1;
  height: 1px;
  background: linear-gradient(
    to right,
    rgba(255, 255, 255, 0),
    rgb(236 188 146),
    rgba(255, 255, 255, 0)
  );
  opacity: 0.9;
}

.product-slider__controls {
  display: inline-flex;
  gap: 10px;
}

.slider-control {
  width: 48px;
  height: 36px;
  border: 1px solid rgba(255, 255, 255, 0.35);
  background: transparent;
  color: rgba(255, 255, 255, 0.9);
  cursor: pointer;
  display: grid;
  place-items: center;
  border-radius: 2px;
  transition:
    transform 0.15s ease,
    opacity 0.15s ease,
    border-color 0.15s ease;
}

.slider-control svg {
  width: 22px;
  height: 22px;
}

.slider-control:disabled {
  opacity: 0.35;
  cursor: not-allowed;
}

@media (hover: hover) and (pointer: fine) {
  .slider-control:hover {
    transform: translateY(-1px);
    border-color: rgba(255, 255, 255, 0.55);
  }
}

.product-slider__viewport[data-drag="true"] {
  cursor: grabbing;
}
@media (hover: hover) and (pointer: fine) {
  .product-slider__viewport {
    cursor: grab;
  }
}

.lab-section {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100vh;
  overflow: hidden;
  width: 100%;
  margin: 10rem 0;
}

.lab-section .img {
  position: relative;
  width: 100%;
  height: 100%;
}

.lab-section .img-container {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.scroll-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(40%);
}

.text-content-header {
  position: absolute;
  top: 6rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  text-align: center;
}

.text-content-header h2 {
  position: relative;
  display: inline-flex;
  align-items: center;
  font-family: "Anton", sans-serif;
  color: #ecbc92;
  font-weight: 500;
  font-size: 3rem;
  margin: 0;
  line-height: 1;
}

.text-content-header h2::before,
.text-content-header h2::after {
  content: "";
  height: 1px;
  width: 260px;
  display: block;
  margin: 0 1.4rem;
}

.text-content-header h2::before {
  background: linear-gradient(90deg, rgba(99, 99, 99, 0.5) 0%, #c38410 100%);
}

.text-content-header h2::after {
  background: linear-gradient(90deg, #c38410 0%, rgba(99, 99, 99, 0.5) 100%);
}

.lab-section-text {
  position: absolute;
  bottom: 5%;
  left: 8rem;
  z-index: 2;
}

.lab-section-text p {
  color: #f8f2de;
  font-weight: 200;
  font-size: 1.2rem;
  max-width: 40%;
}

.lab-section-cta {
  margin-top: 7rem;
}

.faq-section {
  margin: 8rem;
}

.faq-intro h2 {
  font-family: "Anton", sans-serif;
  font-weight: 500;
  font-size: 3rem;
  color: #f8f2de;
  margin-bottom: 0rem;
  margin-top: 1rem;
  text-transform: uppercase;
}

.faq-intro p {
  color: #f8f2de;
  font-weight: 200;
  font-size: 1.2rem;
}

.faq-wrapper {
  width: 100%;
  margin-top: 4rem;
}

.faq-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #989898;
  width: 100%;
  cursor: pointer;
}

.faq-item:first-child {
  border-top: 1px solid #989898;
  margin-top: 2rem;
}

.faq-item h4 {
  color: #f8f2de;
  font-weight: 500;
  font-size: 1.5rem;
  margin: 3.2rem 0;
}

.faq-icon {
  border: 1.8px solid #989898;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 45px;
  width: 45px;
  border-radius: 2px;
}

.faq-content {
  color: #f8f2de;
  overflow: hidden;
  max-height: 0;
  opacity: 0;
  transition:
    max-height 300ms ease,
    opacity 250ms ease;
}

.faq-content p {
  margin: 1rem 0 2rem 0;
  font-size: 1.3rem;
  font-weight: 200;
}

.faq-content a {
  margin: 1rem 0 2rem 0;
  font-size: 1.3rem;
  font-weight: 200;
  color: #d00c16;
  text-decoration: none;
  position: relative;
}

.adress-link {
  display: inline-block;
}

.faq-content a::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 100%;
  height: 1px;
  background-color: currentColor;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 220ms ease;
}

.faq-content a:hover::before {
  transform: scaleX(1);
}

.faq-content.open {
  opacity: 1;
}

.faq-item[aria-expanded="true"] {
  border-bottom-color: transparent;
}

.faq-item[aria-expanded="true"] + .faq-content {
  border-bottom: 1px solid #4a4947;
}

.blog-section {
  padding: 0rem 8rem 8rem 8rem;
  background:
    radial-gradient(
      1200px 280px at 25% 20%,
      rgba(255, 40, 0, 0.18),
      rgba(0, 0, 0, 0) 60%
    ),
    radial-gradient(
      1200px 280px at 75% 30%,
      rgba(255, 120, 0, 0.1),
      rgba(0, 0, 0, 0) 62%
    ),
    linear-gradient(180deg, #101010 0%, #101010 100%);
}

.blog-intro h2 {
  font-family: "Anton", sans-serif;
  font-weight: 500;
  font-size: 3rem;
  color: #f8f2de;
  margin-bottom: 0rem;
  margin-top: 1rem;
  text-transform: uppercase;
}

.blog-intro p {
  color: #f8f2de;
  font-weight: 200;
  font-size: 1.2rem;
}

.blog-layout {
  display: flex;
  justify-content: space-between;
  gap: 1.6rem;
}

.blog-item {
  background-color: #fcf5ee;
  border-radius: 15px;
  width: 33.33%;
  overflow: hidden;
}

.blog-img {
  width: 100%;
  height: 435px;
  border-radius: 7px;
  padding: 0.4rem;
}

.blog-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 9.6px;
}

.blog-info {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.blog-author {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 7px;
  border-right: 1px solid #7b7b7b;
  height: 25px;
  padding-right: 1rem;
}

.blog-author img {
  width: 35px;
  height: auto;
}

.blog-author p {
  color: #191919;
  font-size: 1rem;
  font-weight: 200;
  margin: 0;
}

.blog-text {
  padding: 0.8rem 1rem;
}

.blog-date p {
  padding-left: 1rem;
  color: #191919;
  font-size: 1rem;
  font-weight: 200;
  margin: 0;
}

.blog-btn {
  color: #f8f2de;
  text-decoration: none;
  padding: 12px 26px;
  border-radius: 999px;
  font-weight: 200;
  font-size: 1rem;
  font-family: "Roboto", sans-serif;
  text-decoration: none;
  border: 0;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition:
    transform 0.15s ease,
    filter 0.15s ease,
    opacity 0.15s ease;
  user-select: none;
  white-space: nowrap;
  background-color: #6b0000;
}

.blog-item-intro h3 {
  margin-bottom: 0;
  font-family: "Anton", sans-serif;
  font-size: 1.6rem;
  letter-spacing: 0.2px;
  font-weight: 500;
  line-height: 2rem;
  text-transform: uppercase;
  color: #191919;
}

.blog-item-intro p {
  font-weight: 200;
  font-size: 1rem;
  color: #191919;
  max-width: 80%;
}

footer {
  background-color: #191919;
  padding: 2rem 8rem 0 8rem;
}

.footer-logo {
  width: 65px;
  height: auto;
}

.footer-slogan {
  color: #f8f2de;
  font-weight: 200;
  font-size: 1.1rem;
  width: 60%;
}

.footer-top {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

.social-icons {
  display: flex;
  gap: 12px;
  align-items: center;
}

.footer-links {
  display: flex;
  justify-content: space-between;
  margin: 4rem 0;
}

.footer-links div {
  width: 25%;
  display: flex;
  flex-direction: column;
}

.footer-links h4 {
  color: #f8f2de;
  font-weight: 300;
  font-size: 1.3rem;
  margin-bottom: 1rem;
}

.footer-links a {
  text-decoration: none;
  color: #f8f2de;
  font-weight: 200;
  line-height: 1.4rem;
  font-size: 1rem;
  display: inline-block;
}

.footer-logos {
  display: flex;
  gap: 1rem;
}

.footer-line {
  width: 100%;
  height: 1px;
  background-color: #3a3838;
  margin-top: 1rem;
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.footer-bottom p {
  color: #f8f2de;
  font-weight: 200;
  font-size: 0.9rem;
}

.footer-bottom a {
  text-decoration: none;
  color: #f8f2de;
  font-weight: 200;
  font-size: 0.9rem;
}

@media (max-width: 768px) {
  .header-desktop {
    display: none;
  }
  .mobile-header {
    display: flex;
  }
  .hero-text {
    left: 1rem;
    width: calc(100% - 2rem);
    right: 1rem;
    bottom: 20%;
  }
  h1 {
    width: 100%;
    font-size: 2rem;
    line-height: 2.7rem;
    letter-spacing: 0;
  }
  .hero-text p {
    width: 100%;
  }
  .product-card-hero {
    display: none;
  }
  .intro {
    padding: 8rem 1rem;
  }
  .intro h2 {
    width: 100%;
    font-size: 1.7rem;
    line-height: 2.2rem;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 3rem;
  }
  .intro-text p {
    width: 100%;
  }
  .categories-section {
    margin: 0rem 1rem 2rem 1rem;
  }
  .category-layout {
    flex-direction: column;
  }
  .category-item {
    width: 100%;
    height: 500px;
  }
  .product-slider {
    padding: 4rem 1rem 2rem 1rem;
  }
  .header-slider {
    margin: 0 0 3rem 0;
  }
  .header-slider h2 {
    font-size: 2rem;
  }
  .header-slider h2::before,
  .header-slider h2::after {
    width: 70px;
    margin: 0 0.8rem;
  }
  .poduct-img {
    height: 400px;
  }
  .product-slider__track {
    padding-right: 0;
  }
  .product-card__title {
    font-size: 1.4rem;
  }
  .product-slider__bottom {
    margin-top: 3rem;
  }
  .usp-section {
    margin: 2rem 0;
  }
  .usp-item {
    padding: 0.7rem;
  }
  .usp-item h3 {
    font-size: 1.4rem;
    margin-top: 0.5rem;
  }
  .usp-item p {
    font-size: 1.1rem;
    margin-bottom: 0;
  }
  .text-content-header h2 {
    font-size: 2rem;
  }
  .text-content-header h2::before,
  .text-content-header h2::after {
    width: 70px;
    margin: 0 0.8rem;
  }
  .usp-layout {
    left: 1rem;
    right: 1rem;
    width: calc(100% - 2rem);
    gap: 1rem;
    top: inherit;
    bottom: 10%;
  }
  .faq-section {
    margin: 8rem 1rem;
  }
  .faq-intro h2 {
    font-size: 2rem;
    line-height: 2.8rem;
  }
  .faq-item h4 {
    font-size: 1.4rem;
    width: 90%;
    margin: 2.6rem 0;
  }
  .faq-icon {
    padding: 10px;
    width: 40px;
    height: 40px;
  }
  .lab-section {
    margin: 6rem 0;
  }
  .lab-section-text {
    left: 1rem;
    right: 1rem;
    width: calc(100% - 2rem);
  }
  .text-content-header h2 {
    font-size: 2rem;
  }
  .text-content-header h2::before,
  .text-content-header h2::after {
    width: 70px;
    margin: 0 0.8rem;
  }
  .lab-section-text p {
    width: 100%;
    max-width: none;
  }
  .blog-section {
    padding: 2rem 1rem 8rem 1rem;
  }
  .blog-intro h2 {
    font-size: 2rem;
    line-height: 2.8rem;
  }
  .blog-layout {
    flex-direction: column;
    margin-top: 2rem;
  }
  .blog-item {
    width: 100%;
  }
  .blog-img {
    height: 330px;
  }
  .blog-text {
    padding: 0.6rem 0.7rem;
  }
  .blog-item-intro h3 {
    font-size: 1.4rem;
    letter-spacing: 0px;
    line-height: 1.9rem;
  }
  .blog-item-intro p {
    max-width: none;
  }
  footer {
    padding: 2rem 1rem 0rem 1rem;
  }

  .footer-top {
    align-items: flex-start;
    flex-direction: column;
  }

  .social-icons {
    margin-top: 0.5rem;
  }

  .footer-slogan {
    width: 70%;
  }

  .footer-links {
    flex-direction: column;
    margin: 1rem 0;
  }
  .footer-logos {
    margin-top: 3rem;
  }
  .footer-bottom {
    padding: 1rem;
    flex-direction: column;
  }
  .footer-bottom p {
    margin: 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .header-desktop {
    display: none;
  }
  .mobile-header {
    display: flex;
  }
  .menu-links a {
    font-size: 2.2rem;
    line-height: 2.2rem;
  }
  .hero-text {
    left: 3rem;
    width: calc(100% - 6rem);
    right: 3%;
    bottom: 20%;
  }
  h1 {
    width: 100%;
    font-size: 3rem;
    line-height: 3.6rem;
  }
  .hero-text p {
    width: 100%;
  }
  .product-card-hero {
    display: none;
  }
  .intro {
    padding: 8rem 3rem;
  }
  .intro h2 {
    width: 100%;
    font-size: 2.2rem;
    line-height: 2.6rem;
  }
  .intro-text p {
    width: 100%;
  }
  .categories-section {
    margin: 0rem 3rem 2rem 3rem;
  }
  .category-layout {
    flex-direction: column;
  }
  .category-item {
    width: 100%;
    height: 500px;
  }
  .product-slider {
    padding: 4rem 3rem 2rem 3rem;
  }
  .header-slider {
    margin: 0 0 3rem 0;
  }
  .header-slider h2 {
    font-size: 2.6rem;
  }
  .header-slider h2::before,
  .header-slider h2::after {
    width: 120px;
    margin: 0 0.8rem;
  }
  .poduct-img {
    height: 400px;
  }
  .product-slider__track {
    padding-right: 0;
  }
  .product-card__title {
    font-size: 1.5rem;
  }
  .product-slider__bottom {
    margin-top: 3rem;
  }
  .usp-section {
    margin: 2rem 0;
  }
  .usp-item {
    padding: 1rem;
  }
  .usp-item h3 {
    font-size: 1.6rem;
    margin-top: 0.5rem;
  }
  .usp-item p {
    font-size: 1.2rem;
  }
  .text-content-header h2 {
    font-size: 2.8rem;
  }
  .text-content-header h2::before,
  .text-content-header h2::after {
    width: 120px;
    margin: 0 0.8rem;
  }
  .usp-layout {
    left: 3rem;
    right: 3rem;
    width: calc(100% - 6rem);
    gap: 1rem;
    top: inherit;
    bottom: 30%;
  }
  .faq-section {
    margin: 8rem 3rem;
  }
  .faq-intro h2 {
    font-size: 2.6rem;
    line-height: 3.4rem;
  }
  .faq-item h4 {
    font-size: 1.5rem;
    width: 90%;
    margin: 2.6rem 0;
  }
  .faq-icon {
    padding: 10px;
    width: 40px;
    height: 40px;
  }
  .lab-section {
    margin: 6rem 0;
  }
  .lab-section-text {
    left: 3rem;
    right: 3rem;
    width: calc(100% - 6rem);
    bottom: 25%;
  }
  .text-content-header h2 {
    font-size: 2.8rem;
  }
  .text-content-header h2::before,
  .text-content-header h2::after {
    width: 120px;
    margin: 0 0.8rem;
  }
  .lab-section-text p {
    width: 100%;
    max-width: none;
  }
  .blog-section {
    padding: 2rem 3rem 8rem 3rem;
  }
  .blog-intro h2 {
    font-size: 2.6rem;
    line-height: 3.4rem;
  }
  .blog-layout {
    flex-direction: column;
    margin-top: 2rem;
  }
  .blog-item {
    width: 100%;
  }
  .blog-img {
    height: 330px;
  }
  .blog-text {
    padding: 0.6rem 0.7rem;
  }
  .blog-item-intro h3 {
    font-size: 1.5rem;
    letter-spacing: 0px;
    line-height: 1.9rem;
  }
  footer {
    padding: 2rem 3rem 0rem 3rem;
  }

  .footer-top {
    align-items: flex-start;
    flex-direction: column;
  }

  .social-icons {
    margin-top: 0.5rem;
  }

  .footer-slogan {
    width: 70%;
  }

  .footer-links {
    display: grid;
    grid-template-columns: 1fr 1fr;
    margin: 1rem 0;
  }
  .footer-logos {
    margin-top: 3rem;
  }
  .footer-bottom {
    padding: 1rem;
    flex-direction: column;
  }
  .footer-bottom p {
    margin: 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1200px) and (orientation: landscape) {
  .header-desktop {
    padding: 1.8rem 2.5%;
  }
  .product-card-hero-inner {
    display: none;
  }
  .hero-text {
    bottom: 28%;
  }
  h1 {
    font-size: 3.2rem;
    line-height: 4rem;
  }
  .intro {
    padding: 8rem;
  }
  .intro h2 {
    width: 100%;
  }
  .categories-section {
    margin: 4rem 6rem 0rem 6rem;
  }
  .product-slider {
    padding: 4rem 6rem 2rem 6rem;
  }
  .poduct-img {
    height: 420px;
  }
  .product-card__title {
    font-size: 1.5rem;
  }
  .product-slider__bottom {
    margin-top: 2rem;
  }
  .usp-layout {
    gap: 1rem;
    left: 6rem;
    top: 30%;
  }
  .usp-item {
    padding: 0.8rem;
  }
  .usp-item p {
    margin-bottom: 0;
  }
  .faq-section {
    margin: 6rem;
  }
  .lab-section-text {
    left: 6rem;
  }
  .blog-section {
    padding: 0 6rem 8rem 6rem;
  }
  .blog-img {
    height: 380px;
  }
  .blog-item-intro h3 {
    font-size: 1.5rem;
  }
  .blog-item-intro p {
    max-width: none;
  }
  footer {
    padding: 2rem 6rem 0 6rem;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1380px) {
}

@media only screen and (min-width: 1024px) and (max-width: 1520px) {
  .header-desktop {
    padding: 1.8rem 2.5%;
  }
  .product-card-hero-inner {
    display: none;
  }
  .hero-text {
    bottom: 28%;
  }
  h1 {
    font-size: 3.2rem;
    line-height: 4rem;
  }
  .intro {
    padding: 8rem;
  }
  .intro h2 {
    width: 80%;
  }
  .categories-section {
    margin: 4rem 6rem 0rem 6rem;
  }
  .product-slider {
    padding: 4rem 6rem 2rem 6rem;
  }
  .poduct-img {
    height: 420px;
  }
  .product-card__title {
    font-size: 1.5rem;
  }
  .product-slider__bottom {
    margin-top: 2rem;
  }
  .usp-layout {
    gap: 1rem;
    left: 6rem;
    top: 30%;
  }
  .usp-item {
    padding: 0.8rem;
  }
  .usp-item p {
    margin-bottom: 0;
  }
  .faq-section {
    margin: 6rem;
  }
  .lab-section-text {
    left: 6rem;
  }
  .blog-section {
    padding: 0 6rem 8rem 6rem;
  }
  .blog-img {
    height: 380px;
  }
  .blog-item-intro h3 {
    font-size: 1.5rem;
  }
  .blog-item-intro p {
    max-width: none;
  }
  footer {
    padding: 2rem 6rem 0 6rem;
  }
}
