@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: 'source-sans-3', sans-serif;
  --main-color: #000000;
}

div[class='w-12 right'],
body:has(.vfr__container) div[class='w-12 right ng-star-inserted'] {
  display: none;
}

#szb-vfr-recommendation {
  display: block;
  margin-top: 12px;
}

body:has(builder-product-preview) div.szb-vfr-btns {
  margin-bottom: 1em;
}

div.szb-vfr-btns {
  gap: 1em;
  justify-content: space-between;
}

button.vfr__button--clean {
  font-family: var(--main-font);
  font-family: source-sans-3, sans-serif;
  font-size: 1.125rem;
  letter-spacing: 0.0625rem;
  line-height: 1.75rem;
  font-weight: 500;
  font-size: 14px;
  color: var(--main-color);
  margin: 0;
  height: max-content;
  width: 100%;
  align-items: center;
  justify-content: center;
  line-height: normal;
  padding: 12px 24px;
  margin-top: 12px;
  border: solid 1px #cfd2d3;
  transition: background 0.5s ease;
}

.vfr__button--clean:hover {
  text-decoration: none;
  color: #ffffff;
  background: #000000;
  transition: background 0.5s ease;
}

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

button.vfr__button--clean:hover::before {
  color: #ffffff;
}

button[id^='shoe szb-vfr-button']:before {
  background: url(https://static.sizebay.technology/icons/shoeBlack.png) center center / 100% 100% no-repeat;
  display: flex;
  height: 16px;
  width: 16px;
  content: '';
  margin-bottom: 2px;
}

button[id^='shoe szb-vfr-button']:hover:before {
  background: url(https://static.sizebay.technology/icons/shoes-white.png) center center / 100% 100% no-repeat;
  display: flex;
  height: 16px;
  width: 16px;
  content: '';
  margin-bottom: 2px;
}

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

button#szb-chart-button:before {
  height: 13px;
  content: '\62';
}

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

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

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

  button.vfr__button--clean {
    padding: 12px;
  }
}

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