@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: Montserrat-Regular;
  --main-color: #000000;
}

body:has(#sizebay-container) .vtex-flex-layout-0-x-flexColChild:has(> .vtex-modal-layout-0-x-triggerContainer) {
  display: none;
}

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

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

button.vfr__button--clean {
  font-family: var(--main-font);
  font-weight: 500;
  font-size: 14px;
  color: var(--main-color);
  margin: 0;
  line-height: normal;
  border: 1px solid;
  width: 100%;
  justify-content: center;
  border-radius: 5px;
}

.vfr__button--clean:hover {
  text-decoration: none;
  background: #000000;
  color: #fff;
}

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';
}

button#szb-vfr-button:hover:before,
button#szb-measurements-button:hover:before {
  color: #fff;
}

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

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

div.vfr__container--backdrop.szb-modal-open,
iframe#szb-modal {
  z-index: 99999999999999999 !important;
}
