@import url('https://fonts.googleapis.com/css2?family=Outfit&display=swap');

@font-face {
  font-family: 'Sizebay';
  src: url('https://static.sizebay.technology/font/stores/fontRuler/fonts/buttons-icons.woff');
}

@font-face {
  font-family: 'Sizebay';
  src: url('https://static.sizebay.technology/font/stores/fontRuler/fonts/untitled-font-3.woff');
}

:root {
  --main-font: 'Roboto', sans-serif;
  --main-color: #000000;
}

#szb-vfr-recommendation b {
  color: #000000;
}

#szb-vfr-recommendation {
  display: block;
  margin-top: 0.2em;
  margin-bottom: -0.8em;
}

.vfr__container {
  margin-top: 1em;
}

#szb-look-0:has([szb-product-path='masculino']):before {
  content: 'Provador Virtual Masculino:';
  margin-bottom: 0.4em;
  font-weight: 900;
}

#szb-look-1 {
  display: flex;
  flex-direction: column;
}

#szb-look-1:has([szb-product-path='feminino']):before {
  content: 'Provador Virtual Feminino:';
  margin-bottom: 0em;
  font-weight: 900;
}

#szb-look:has([szb-product-path='unissex']):before {
  content: 'Provador Virtual Infantil:';
  margin-bottom: 0.4em;
  font-weight: 900;
}

div.szb-vfr-btns {
  gap: 1em;
  margin-bottom: 1em;
}

button.vfr__button--clean {
  font-family: var(--main-font);
  font-weight: 500;
  font-size: 14px;
  color: var(--main-color);
  margin: 0;
  height: max-content;
  line-height: normal;
  outline: solid 1px #000000;
  padding: 12px 16px;
  border-radius: 50px;
  transition: 0.3s;
}

.vfr__button--clean:hover {
  text-decoration: none;
  background: #f0fec4;
  outline: solid 2px #cbfd33;
}

button.vfr__button--clean::before {
  display: flex;
  font-family: 'Sizebay';
  font-size: 19px;
  text-transform: none;
  color: #000;
  align-self: center;
  margin-right: 5px;
}

button#szb-vfr-button:before {
  height: 13px;
  content: '\61';
}

button#szb-measurements-button:before {
  height: 11px;
  content: '\62';
}

@media screen and (max-width: 768px) {
  .vfr__container {
    margin-left: 0px;
  }
}

@media screen and (max-width: 390px) {
  button.vfr__button--clean {
    font-size: 12px;
  }
}
