:root {
  --ar-icon-size: 1.75rem;
  --wonder-blue: #0094aa;
}

@font-face {
  font-family: 'Poppins';
  src: url(../fonts/poppins/Poppins-SemiBold.ttf);
  font-weight: 600;
}

@font-face {
  font-family: 'Trueno';
  src: url(../fonts/trueno/TruenoLt.ttf) format('truetype');
  font-weight: 400;
}

@font-face {
  font-family: 'Trueno';
  src: url(../fonts/trueno/TruenoSBd.ttf) format('truetype');
  font-weight: 600;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  color: #000;
  height: 100%;
  width: 100%;
  background-color: #fff;
}

body {
  margin: 0;
  font-size: 0.9rem;
  line-height: 1.25rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100vh;
  height: 100dvh;
  padding: 0;
}

.content {
  min-height: 90vh;
  flex: 1 0 auto;
  display: flex;
  flex-direction: column;
}

.product-name {
  font-family: 'Poppins';
  font-weight: 600;
}

.name-container {
  width: 100vw;
  font-family: 'Poppins';
  font-weight: 600;
  font-size: 1.5rem;
  line-height: 2.25rem;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 0 10vw;
  margin-bottom: 5vh;
}

.title-container {
  font-family: 'Trueno';
  font-weight: 400;
  font-size: 1.5rem;
  line-height: 1.75rem;
  margin-bottom: 1rem;
}

.infos-container {
  width: 80vw;
  display: flex;
  flex-direction: column;
  font-family: 'Trueno';
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 1.125rem;
  letter-spacing: 0.02rem;
}

.main-container {
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: calc(10vh + 1rem);
  padding-bottom: 5rem;
  position: relative;
}

.buttons-container {
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}

.d-none{
  display: none;
}

.button {
  width: 80vw;
  height: 3.125rem;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--wonder-blue);
  background-color: white;
  border: 3px solid var(--wonder-blue);
  border-radius: 32px;
  font-family: 'Trueno';
  font-weight: 600;
  font-size: 1rem;
}

.button:hover {
  color: #FFF;
  background-color: var(--wonder-blue);
}

ar-button:before {
  width: var(--ar-icon-size);
  height: var(--ar-icon-size);
  display: block;
  margin-right: 0.5rem;
  content: '';
  background-image: url(/images/ar-icon-wonder-blue.svg);
  background-size: var(--ar-icon-size) var(--ar-icon-size);
}

.logo {
  width: 4.5rem;
  height: 4.5rem;
  margin: 2.2rem 0 3.45rem 2rem;
}

ul {
  width: 80vw;
  /* margin-bottom: 5rem; */
}
