@font-face {
  font-family: "San Francisco";
  font-weight: 400;
  src: url("https://applesocial.s3.amazonaws.com/assets/styles/fonts/sanfrancisco/sanfranciscodisplay-regular-webfont.woff");
}
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}
body {
  font-family: "San Francisco";
  display: flex;
  flex-direction: column;
  align-items: stretch;
  max-width: 1000px;
  margin: 0 auto;
  gap: 48px;
  font-size: 14px;
  margin-bottom: 50px;
}
nav {
  font-size: 13px;
}
nav ul {
  display: flex;
  list-style: none;
  justify-content: space-between;
  align-items: center;
}
ul {
  list-style: none;
}
li {
  cursor: pointer;
}
svg {
  display: block;
}
#produto {
  display: grid;
  grid-template-columns: 2fr 2fr;
}
#precos {
  font-size: 17.6x;
}
#a-vista,
#parcelas,
.pequeno {
  font-size: 12.8px;
}
.cinza {
  color: #6e6e73;
}
#opcoes-produto {
  display: flex;
  flex-direction: column;
  gap: 25px;
}
a {
  color: #0066cc;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
#selo-carbono {
  display: flex;
  align-items: center;
  gap: 4px;
  /* Nasting ou Aninhamento */
  & img {
    width: 25px;
  }
}
input[type="radio"] {
  display: none;
}
#selecao-cores label {
  display: flex;
  justify-items: center;
  align-items: center;
  width: 40px;
  height: 40px;
  justify-content: center;
}
#selecao-cores label img {
  width: 32px;
  cursor: pointer;
  mix-blend-mode: color;
}
#selecao-cores {
  display: flex;
  gap: 16px;
}
.cores {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
input[type="radio"]:checked + label {
  border: solid 2px #0066cc;
  border-radius: 50%;
}
#opcoes {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
#tamanho-caixa {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
#opcoes-tamanho {
  display: flex;
  gap: 10px;
}
#opcoes-tamanho label {
  border: solid 1px black;
  padding: 30px 50px;
  font-size: 17.6px;
  border-radius: 16px;
  font-weight: 700;
  cursor: pointer;
}
#opcoes-tamanho input[type="radio"]:checked + label {
  border: solid 2px #0066cc;
}
#selecionar-imagem input[type="radio"]:checked + label {
  border-radius: 0;
  border: none;
  border-bottom: solid 2px #0066cc;
}
#info-extra {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.entrega {
  display: flex;
  gap: 10px;
  align-items: flex-start;
}
.informacoes-entrega {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
button {
  background-color: #0071e3;
  color: white;
  font-size: 17.6px;
  border: none;
  padding: 8px 128px;
  align-self: start;
  cursor: pointer;
  border-radius: 10px;
}
button:hover {
  background-color: #057bf1;
}
#comprar-depois {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.salvar {
  display: flex;
  flex-direction: row;
  gap: 10px;
}
#selecionar-imagem label img {
  width: 46px;
  cursor: pointer;
}
#selecionar-imagem {
  display: flex;
  gap: 25px;
  justify-content: center;
}
.caixa-pequena {
  transform: scale(0.9);
}
