@font-face {
  font-family: GTEestiProDisplay-Bold;
  src: local("GT Eesti Pro Display - Bold"),
    url(fonts/gteestiprodisplay_bold.dac95605.otf) format("opentype");
  font-display: swap;
}

.gift-con {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin-bottom: 6rem;
}

.gift-con > h1 {
  font-size: 3.3rem;
  font-weight: 700;
  text-align: center;
  margin-bottom: 0.4rem;
}

.gift-con > h4 {
  font-size: 1.3rem;
  font-weight: 400;
  text-align: center;
  margin-bottom: 1.3rem;
}

.gift-con > .gift > input[type="text"] {
  width: 100%;
  max-width: 400px;
  height: 50px;
  border-radius: 10px;
  border: none;
  outline: none;
  padding: 0 1rem;
  font-size: 1.2rem;
  font-weight: 400;
  margin-bottom: 1rem;
  border: rgb(54, 50, 50) solid 1px;
}

.gift {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 100%;
  font-size: 1.2rem;
  font-weight: 400;
  margin-bottom: 1rem;
}
.gift-con > .gift > button {
  /* centre */
  display: flex;
  justify-content: center;
  align-items: center;
  /* centre */
}

.hero.svelte-td9o5b h1.svelte-td9o5b {
  font-size: 4rem;
  font-weight: 700;
  text-align: center;
}
@media (max-width: 768px) {
  .hero.svelte-td9o5b h1.svelte-td9o5b {
    font-size: 2rem;
  }
}

.download {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 50px;
}

h3.ok {
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
  margin-top: 20px;
}

.ShopAdvantages_advantages__j1Z8p {
  display: flex;
  justify-content: space-between;
  align-items: center;
  /* margin-bottom: 75px; */
  padding: 31px 53px;
  border-radius: 15px;
  box-shadow: 0 4px 4px var(--shadow_color);
}
@media (max-width: 768px) {
  .ShopAdvantages_advantages__j1Z8p {
    flex-direction: column;
    gap: 2rem;
  }
}
.ShopAdvantages_advantages__j1Z8p .ShopAdvantages_advantageCard__Jr_GS {
  max-width: 220px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.ShopAdvantages_advantages__j1Z8p
  .ShopAdvantages_advantageCard__Jr_GS
  .ShopAdvantages_ratingValue__8AvaK {
  display: flex;
  align-items: center;
  font-size: 48px;
}
.ShopAdvantages_advantages__j1Z8p .ShopAdvantages_advantageCard__Jr_GS span {
  font-family: GTEestiProDisplay-Bold;
  font-weight: 700;
  font-size: 48px;
  line-height: 1em;
  background: var(--accent);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.ShopAdvantages_advantages__j1Z8p
  .ShopAdvantages_advantageCard__Jr_GS
  .ShopAdvantages_ratingValue__8AvaK
  svg {
  margin-bottom: 5px;
  width: 1em;
  height: 1em;
  margin-left: 5px;
}

/* @media screen and (max-width: 768px) {
  .ShopAdvantages_advantages__j1Z8p {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }
} */
a,
button {
  cursor: pointer;
}
body,
button {
  font-family: VA-Font;
}
button,
input {
  border: none;
  outline: 0;
}
body,
h1,
h2,
h3,
h4,
h5,
h6,
html,
p {
  margin: 0;
  padding: 0;
}
button,
input,
span {
  outline: 0;
}
.column,
.row {
  display: flex;
}
.w-100,
body,
html,
section {
  width: 100%;
}
.h-100,
body,
html {
  height: 100%;
}
.feature-item,
.nowrap {
  white-space: nowrap;
}
.buy-btn,
.feature-item,
.product *,
.uppercase {
  text-transform: uppercase;
}
.background,
.bar,
.features,
.overflow,
.scroll-bar,
body.loading {
  overflow: hidden;
}
:root {
  --transition: all cubic-bezier(0.075, 0.82, 0.165, 1) 0.3s;
  --transition-slow: all cubic-bezier(0.075, 0.82, 0.165, 1) 0.6s;
  --black: #111;
  --light-black: #101010;
  --gray: #222;
  --light-gray: #333;
  --lighter-gray: #555;
  --accent: #6596ff;
  --secondary-accent: rgba(79, 150, 197, 0.15);
}
.btn,
.btn-gray,
.btn:hover,
.header-cta,
.header-cta:hover,
.hero-banner,
.hero-banner:hover,
.nav a,
.nav a:after,
.nav a:hover,
.nav a:hover:after {
  transition: var(--transition);
}

@font-face {
  font-family: VA-Font;
  src: url("fonts/Satoshi-Variable.woff2") format("woff2");
  font-weight: 100 1000;
  font-display: swap;
}

* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
body {
  background: var(--black);
  color: #fff;
  overflow-x: hidden;
  font-weight: 400;
  letter-spacing: -0.06rem;
  font-size: 1rem;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
a,
a:visited {
  text-decoration: none;
}
a {
  color: inherit;
}
button {
  background: 0 0;
  /* font-variation-settings: "wght" 500; */
}
img {
  user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  /* font-variation-settings: "wght" 400; */
  font-weight: 350;
  letter-spacing: -0.05em;
}
#hero h2,
h3 {
  text-align: right;
  line-height: 1;
  background: linear-gradient(92deg, #fff 0, #999 100%);
  -webkit-text-fill-color: transparent;
  padding-right: 0.625rem;
  padding-bottom: 0.625rem;
}
.column {
  flex-direction: column;
}
.row {
  flex-direction: row;
}
.grid,
.grid-3,
.grid-4 {
  display: grid;
}
.a-center {
  align-items: center;
}
.j-center {
  justify-content: center;
}
.a-start {
  align-items: flex-start;
}
.j-start {
  justify-content: flex-start;
}
.a-end {
  align-items: flex-end;
}
.j-end {
  justify-content: flex-end;
}
.j-between {
  justify-content: space-between;
}
.mt-1-2 {
  margin-top: 0.5rem;
}
.mt-1 {
  margin-top: 1rem;
}
.mt-2 {
  margin-top: 2rem;
}
.mt-3 {
  margin-top: 3rem;
}
.mt-4 {
  margin-top: 4rem;
}
.mt-6 {
  margin-top: 6rem;
}
.mt-8 {
  margin-top: 8rem;
}
.mb-1-2 {
  margin-bottom: 0.5rem;
}
.mb-1 {
  margin-bottom: 1rem;
}
.mb-2 {
  margin-bottom: 2rem;
}
.mb-4 {
  margin-bottom: 3rem;
}
.h-auto {
  height: auto;
}
.h-fit {
  height: fit-content;
}
.w-auto {
  width: auto;
}
.w-fit {
  width: fit-content;
}
.light {
  color: rgba(255, 255, 255, 0.35);
}
.gap-1-2 {
  gap: 0.5rem;
}
.gap-1 {
  gap: 1rem;
}
#products,
.gap-2 {
  gap: 2rem;
}
.gap-3 {
  gap: 3rem;
}
.gap-4 {
  gap: 4rem;
}
.gap-5 {
  gap: 5rem;
}
.gap-6 {
  gap: 6rem;
}
.wrap {
  flex-wrap: wrap;
}
.relative {
  position: relative;
}
.absolute,
.blur,
.scroll {
  position: absolute;
}
.grid {
  grid-template-columns: repeat(2, 1fr);
}
.grid-3 {
  grid-template-columns: repeat(3, 1fr);
}
.grid-4 {
  grid-template-columns: repeat(4, 1fr);
}
.uppercase {
  color: rgba(0, 0, 0, 0.5);
  font-size: 0.875rem;
}
#hero p,
.gray {
  color: #999;
}
.btn,
.category,
.feature-item {
  font-size: 1.175rem;
  letter-spacing: -0.06em;
}
.bold {
  font-variation-settings: "wght" 600;
}
.pb-1 {
  padding-bottom: 1rem;
}
.pb-2 {
  padding-bottom: 2rem;
}
.pb-3 {
  padding-bottom: 3rem;
}
.t-center {
  text-align: center;
}
::-webkit-scrollbar {
  display: none;
}
.hidden {
  display: none;
}
.btn,
.header,
.header-cta {
  display: flex;
}
#footer span.pink,
.btn,
.header span.pink,
.pink {
  color: var(--accent);
}
.btn {
  padding: 0.75rem 1.375rem;
  align-items: center;
  gap: 0.625rem;
  border-radius: 99rem;
  border: 1px solid var(--secondary-accent);
  background: var(--secondary-accent);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  font-weight: 500;
}
.btn-gray,
.category:not(.active):hover {
  background: rgba(255, 255, 255, 0.05);
  color: #aaa;
}
.btn-gray,
.category {
  backdrop-filter: blur(10px);
}
.btn-gray {
  border: 1px solid rgba(255, 255, 255, 0.125);
  -webkit-backdrop-filter: blur(10px);
}
.blur,
.header-cta {
  background: var(--accent);
}
.btn:hover {
  transform: scale(0.97);
  opacity: 0.85;
}
.header-cta {
  width: 3rem;
  height: 3rem;
  justify-content: center;
  align-items: center;
  border-radius: 99rem;
}
.header-cta:hover {
  transform: rotate(15deg) scale(0.97);
  opacity: 0.85;
}
.header-cta img {
  width: 1.175rem;
  height: 1.175rem;
}
.header {
  padding: 2rem 3rem;
  justify-content: space-between;
  align-items: center;
  height: calc(4rem + 3rem);
}
.features-wrapper,
.shadow {
  display: flex;
  align-items: center;
}
.header span {
  color: #fff;
  font-size: 1.5rem;
  font-weight: 600;
}
#hero h2,
.nav a {
  font-weight: 500;
}
.header img:not(.header-cta img) {
  height: 2rem;
}
.nav a {
  color: #999;
  font-size: 1.075rem;
}
.nav a:hover {
  color: #fff;
}
.nav a:after {
  content: "";
  display: block;
  width: 0;
  height: 2px;
  background: #fff;
}
.nav a:hover:after {
  width: 100%;
}
.content {
  padding: 2.5rem 5rem;
  width: 100%;
}
section:not(:first-child) {
  margin-top: 1.5rem;
}
section#features {
  margin-top: 0;
}
#hero {
  margin-top: 2.5rem;
  height: calc(100vh - 7rem);
}
.blur {
  right: 0;
  top: 85vh;
  border-radius: 21.5rem;
  opacity: 0.75;
  filter: blur(300px);
  width: 20rem;
  height: 20rem;
  z-index: 0;
}
.hero-banner {
  width: 30vw;
  transform: rotate(-5deg);
}
.hero-banner:hover {
  transform: rotate(-7.5deg) scale(0.98);
}
.scroll,
.scroll.scrolled {
  transition: var(--transition-slow);
}
#hero h2 {
  font-size: 4.75rem;
  letter-spacing: -0.06em;
  background-clip: text;
  -webkit-background-clip: text;
}
#footer span,
#hero p {
  font-size: 1.375rem;
}
#hero p {
  text-align: right;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: -0.04em;
  width: 75%;
}
.payment img {
  height: 1.75rem;
  user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}
.scroll {
  left: 50%;
  transform: translateX(-50%);
  top: 85vh;
}
.scroll.scrolled {
  opacity: 0;
  transform: translateX(-50%) translateY(1rem);
}
.scroll-bar {
  position: relative;
  width: 0.1rem;
  height: 3rem;
}
.loading,
.scroll-inner,
.shadow {
  position: absolute;
}
.scroll-bar::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0.1rem;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.1);
}
.buy-btn:hover,
.category.active {
  background: rgba(79, 144, 197, 0.15);
  color: var(--accent);
}
.scroll-inner {
  width: 0.1rem;
  height: 140%;
  top: 0;
  left: 0;
  background: linear-gradient(45deg, var(--accent) 0, rgba(1, 1, 1, 0) 100%);
  animation: 1.6s ease-out infinite scrollLoop;
}
@keyframes scrollLoop {
  0% {
    transform: translate3d(0, -100%, 0);
  }
  100% {
    transform: translate3d(0, 100%, 0);
  }
}
.features {
  width: 100%;
  max-width: calc(100vw - 10rem);
}
.features-wrapper {
  width: 400%;
  gap: 4rem;
}
.feature-item:first-child {
  margin-left: 0;
}
.feature-item {
  display: flex !important;
  color: #fff;
  font-weight: 500;
  margin: 0 2rem;
}
.buy-btn,
.category {
  color: var(--accent);
  background: var(--secondary-accent);
  font-weight: 500;
  transition: var(--transition);
}
.feature-item img {
  height: 1.675rem;
}
.shadow {
  width: 100%;
  left: 0;
  right: 0;
  top: 0;
  height: 100%;
  z-index: 5;
  justify-content: space-between;
}
.category,
.listings-header {
  display: flex;
  align-items: center;
}
.shadow-left {
  width: 5rem;
  height: 100%;
  background: linear-gradient(-90deg, rgba(17, 17, 17, 0) 0, #111 100%);
}
.shadow-right {
  width: 5rem;
  height: 100%;
  background: linear-gradient(
    90deg,
    rgba(17, 17, 17, 0) 0,
    rgb(24, 35, 38) 100%
  );
  transform: translateX(2px);
}
.load .loading,
.loading {
  transform: translate(-50%, -50%);
}
h3 {
  font-size: 2.75rem;
  letter-spacing: -0.06em;
  font-weight: 500;
  background-clip: text;
  -webkit-background-clip: text;
}
.category {
  padding: 0.75rem 1.375rem;
  gap: 0.625rem;
  border-radius: 99rem;
  border: 1px solid rgba(255, 255, 255, 0.075);
  background: rgba(255, 255, 255, 0.03);
  -webkit-backdrop-filter: blur(10px);
}
.buy-btn,
.product {
  background: rgba(255, 255, 255, 0.02);
}
.category.active {
  border: 1px solid var(--secondary-accent);
  transition: var(--transition);
  cursor: not-allowed;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}
.listings-header {
  justify-content: space-between;
  gap: 2rem;
  width: 100%;
  flex-direction: row;
}
.categories,
.product {
  display: flex;
  align-items: center;
}
.categories {
  gap: 1rem;
}
.category:not(.active):hover {
  border: 1px solid rgba(255, 255, 255, 0.125);
  transition: var(--transition);
}
.buy-btn {
  display: flex;
  padding: 0.625rem 0;
  justify-content: center;
  align-items: center;
  gap: 0.625rem;
  border-radius: 0.5rem;
  border: 2px solid rgba(255, 255, 255, 0.05);
  width: 100%;
  font-size: 0.925rem;
  letter-spacing: -0.04em;
  background: var(--secondary-accent);
}
#footer span,
.product-title {
  color: #fff;
  letter-spacing: -0.03rem;
}
.buy-btn:hover {
  color: var(--accent);
  background: rgba(175 64 151, 0.15);
  border: 2px solid var(--secondary-accent);
  /* transition: var(--transition); */
}
button:disabled {
  cursor: not-allowed;
  opacity: 0.5;
  transform: none;
  transition: none;
}
.product {
  justify-content: center;
  gap: 1rem;
  flex-direction: column;
  padding: 0.875rem;
  border-radius: 1rem;
  border: 2px solid rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(30px);
}
.loader,
.loading {
  width: 100%;
  align-items: center;
  transition: var(--transition);
  display: flex;
}
.product-title {
  font-size: 1rem;
  font-weight: 600;
}
#footer span,
.product * .gray,
.product-price {
  font-weight: 500;
}
.product-price {
  color: #fff;
  font-size: 1rem;
  letter-spacing: -0.01rem;
}
.product img {
  width: 100%;
  height: auto;
}
.product-info {
  padding: 0 0.25rem;
}
.product.hide {
  display: none;
  opacity: 0;
  transition: var(--transition);
}
.product.show {
  opacity: 1;
  transition: var(--transition);
}
.loading {
  left: 50%;
  top: 50%;
  justify-content: center;
  height: 100%;
  z-index: 5;
  opacity: 0;
  pointer-events: none;
}
.load .loading {
  opacity: 1;
  transition: var(--transition);
}
@keyframes loading {
  0% {
    transform: translate(-50%, -50%) rotate(0);
  }
  100% {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
.loading img {
  height: 2rem;
  animation: 1s ease-in-out infinite loading;
}
#products.load .product {
  opacity: 0.5;
}
.line {
  width: 100%;
  height: 1px;
  background: rgba(255, 255, 255, 0.1);
}
#footer img {
  height: 1.875rem;
}
.loader {
  position: fixed;
  left: 0;
  top: 0;
  height: 100%;
  z-index: 999;
  background: var(--black);
  justify-content: center;
}
.background,
.web-title {
  left: 0;
  top: 0;
  z-index: -1;
}
.loader.loaded {
  transform: translateX(-100%);
  transition: var(--transition);
}
.loader img {
  height: 2.5rem;
}
.bar {
  width: 180px;
  position: relative;
  height: 5px;
  background: rgba(255, 255, 255, 0.1);
}
.bar-inner {
  width: 0%;
  height: 100%;
  background: linear-gradient(90deg, var(--accent) 0, rgba(1, 1, 1, 0) 100%);
  transition: var(--transition);
}
.percent {
  color: #999;
  font-size: 0.925rem;
}
.sellpass-modal {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
.sellpass-modal:last-child {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
}
.web-title {
  position: absolute;
  opacity: 0;
  visibility: hidden;
}
.background {
  position: fixed;
  width: 100%;
  height: 100%;
  max-height: 100vh;
  max-width: 100vw;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0.5;
}
.background img {
  width: 100%;
  min-width: 100vw;
}
@media screen and (max-width: 568px) {
  #hero {
    height: calc(100vh - 7rem - 2.5rem + 2rem);
  }
  .blur,
  .header .nav,
  .hero-banner {
    display: none;
  }
  .content,
  .header {
    padding: 1rem;
  }
  #hero h2 {
    font-size: 2.75rem;
  }
  .hero-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2rem;
    height: 100%;
  }
  .hero-content {
    align-items: center;
    justify-content: space-around;
    height: 65%;
  }
  .hero-content * {
    text-align: center !important;
  }
  #hero p {
    width: 85%;
  }
  .payment img {
    height: 1.5rem;
  }
  .features {
    max-width: calc(100vw - 4rem);
  }
  .shadow-left {
    width: 5rem;
    height: 100%;
    background: linear-gradient(
      -90deg,
      rgba(17, 17, 17, 0) 0,
      rgb(17 17 17) 100%
    );
  }
  .shadow-right {
    width: 5rem;
    height: 100%;
    background: linear-gradient(
      90deg,
      rgba(17, 17, 17, 0) 0,
      rgb(17 17 17) 100%
    );
  }
  h3 {
    text-align: left;
  }
  .listings-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 2rem;
    width: 100%;
    flex-direction: column;
  }
  .categories {
    display: flex;
    align-items: center;
    gap: 1rem;
    overflow-x: auto;
    padding-bottom: 1rem;
    width: 100%;
    max-width: 100%;
    flex-wrap: nowrap;
    white-space: nowrap;
  }
  .category {
    flex: 0 0 auto;
  }
  .grid-3 {
    grid-template-columns: repeat(1, 1fr);
  }
  .footer-row {
    align-items: start;
    flex-direction: column;
    gap: 2rem;
  }
  #footer .btn {
    font-size: 0.875rem;
    padding: 0.75rem 1rem;
  }
  .product-title {
    font-size: 0.925rem;
    font-weight: 500;
  }
  .footer-bottom {
    gap: 2rem;
    align-items: start;
    width: 100%;
    flex-direction: column-reverse;
  }
  .creator.nav {
    flex-direction: column;
    gap: 1rem;
    align-items: start;
    justify-content: start;
  }
  .creator.nav a {
    font-size: 1.5rem;
  }
  #footer span {
    font-size: 1.875rem;
  }
  #footer img {
    height: 2rem;
  }
}
@media screen and (min-width: 569px) and (max-width: 769px) {
  .row.a-center.gap-6 {
    gap: 2rem;
  }
}
@media screen and (min-width: 569px) and (max-width: 968px) {
  #hero h2 {
    font-size: 3.875rem;
  }
  #hero {
    height: calc(100vh - 7rem - 2.5rem + 2rem);
  }
  .blur,
  .hero-banner {
    display: none;
  }
  .content,
  .header {
    padding: 2.5rem;
  }
  .hero-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2rem;
    height: 100%;
  }
  .hero-content {
    align-items: center;
    justify-content: space-around;
    height: 65%;
  }
  .hero-content * {
    text-align: center !important;
  }
  #hero p {
    width: 85%;
    font-size: 1.875rem;
  }
  .payment img {
    height: 2.475rem;
  }
  #footer span,
  .scroll-bar span {
    font-size: 1.5rem;
  }
  .features {
    max-width: calc(100vw - 4rem);
  }
  .shadow-left {
    width: 5rem;
    height: 100%;
    background: linear-gradient(
      -90deg,
      rgba(17, 17, 17, 0) 0,
      rgb(17 17 17) 100%
    );
  }
  .shadow-right {
    width: 5rem;
    height: 100%;
    background: linear-gradient(
      90deg,
      rgba(17, 17, 17, 0) 0,
      rgb(17 17 17) 100%
    );
  }
  h3 {
    text-align: left;
    font-size: 2rem;
  }
  .grid-3 {
    grid-template-columns: repeat(2, 1fr);
  }
  #footer .btn {
    font-size: 0.875rem;
    padding: 0.75rem 1rem;
  }
  .product-title {
    font-size: 0.925rem;
    font-weight: 500;
  }
  .footer-bottom {
    gap: 2rem;
    align-items: start;
    width: 100%;
    flex-direction: column-reverse;
  }
  .creator.nav {
    width: 100%;
    justify-content: space-between;
  }
  .creator.nav a {
    font-size: 1.375rem;
  }
  #footer img {
    height: 1.875rem;
  }
}
@media screen and (min-width: 1920px) {
  .header span,
  .product-title {
    font-weight: 500;
  }
  .loader img {
    height: 5rem;
  }
  .nav a,
  .percent {
    font-size: 1.375rem;
  }
  .gap-1-2 {
    gap: 1rem;
  }
  .loader-inner {
    gap: 2rem !important;
  }
  #hero {
    height: calc(100vh - 7rem - 5rem + 2rem);
  }
  .hero-container {
    height: calc(100% - 4.5rem);
    align-items: center;
    padding-bottom: 10rem;
  }
  .gap-2 {
    gap: 4rem;
  }
  .hero-banner {
    width: 37.5vw;
    margin-left: 2rem;
  }
  .content {
    padding: 2.5rem 5rem;
    width: 100%;
  }
  .payment img {
    height: 2.475rem;
  }
  #hero p {
    font-size: 1.875rem;
    width: 85%;
  }
  #hero h2 {
    font-size: 5.75rem;
  }
  .feature-item img {
    height: 1.875rem;
    margin-right: 1rem;
  }
  .feature-item,
  .scroll span {
    font-size: 1.675rem;
  }
  .product *,
  .product-title {
    font-size: 1.175rem;
  }
  h3 {
    font-size: 3.75rem;
  }
  .btn,
  .category {
    padding: 0.925rem 1.75rem;
    font-size: 1.375rem;
  }
  #footer span {
    font-size: 1.75rem;
  }
  .header span {
    font-size: 2.175rem;
  }
  .header img:not(.header-cta img) {
    height: 2.5rem;
  }
}
@media screen and (min-width: 2370px) {
  .header span,
  .product-title {
    font-weight: 500;
  }
  #hero {
    height: calc(100vh - 7rem - 5rem + 2rem);
    margin-top: 5rem;
  }
  .hero-container {
    height: calc(100% - 4.5rem);
    align-items: center;
    padding-bottom: 10rem;
  }
  .gap-2 {
    gap: 5rem;
  }
  .hero-banner {
    width: 32.5vw;
    margin-left: 4rem;
  }
  .content {
    padding: 3.5rem 5rem;
    width: 100%;
  }
  .payment img {
    height: 2.75rem;
  }
  #hero p {
    font-size: 2.175rem;
    width: 75%;
  }
  #hero h2 {
    font-size: 6.75rem;
  }
  .feature-item img {
    height: 2.375rem;
    margin-right: 1rem;
  }
  #footer span,
  .feature-item,
  .scroll span {
    font-size: 1.875rem;
  }
  h3 {
    font-size: 4rem;
  }
  .product * {
    font-size: 1.375rem;
  }
  .btn,
  .category,
  .nav a {
    font-size: 1.475rem;
  }
  .product {
    gap: 1.5rem;
  }
  .btn,
  .category {
    padding: 1rem 1.975rem;
  }
  .header span {
    font-size: 2.475rem;
  }
  .header img:not(.header-cta img) {
    height: 3.5rem;
  }
}

.info-container {
  margin-top: 2rem;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.info-1 {
  text-align: left;
  font-size: 1.1rem;
  color: #555;
}
.info-2 {
  text-align: right;
  font-size: 1.1rem;
  color: #555;
}

@media screen and (max-width: 768px) {
  .info-container {
    flex-direction: column;
    gap: 1rem;
  }
  .info-1,
  .info-2 {
    text-align: center;
  }
}
