@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&family=Space+Mono:ital,wght@0,400;0,700;1,400;1,700&family=Syne:wght@400..800&display=swap');
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.header {
  margin: 2rem auto !important;
}
.header .nav {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 2rem;
  justify-content: center;
  width: auto;
  height: auto;
  background: transparent;
  flex-direction: row;
  top: -17px;
}
.header .nav a {
  color: #c0c0c0;
  text-decoration: none;
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
  letter-spacing: 3px;
  text-transform: uppercase;
  position: relative;
  font-family: outfit;
  text-wrap: nowrap;
}
.header .nav a.active {
  top: 3px;
}
.header .nav .nav-link.search,
.header .nav .nav-link.account {
  display: none;
}
.header .actions {
  flex: 1;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 1.5rem;
}
.header .actions .search-icon {
  display: flex;
  align-items: center;
  cursor: pointer;
}
.header .actions .cart {
  display: flex;
  align-items: center;
  gap: 0.4rem;
}
.header .hamburger {
  display: none;
}
body .product-section::before,
body .product-section::after {
  content: "";
  position: absolute;
  background: #2a2a2a;
}
body #hero .arrow-buttons {
  margin-right: 87px;
}
