.t706__carticon-wrapper {
    display: none !important;
}

@font-face {
  font-family: 'HelveticaNeueLight';
  src: url('https://0185502d-8654-4b55-956d-8a0e672603e6.selstorage.ru/HelveticaNeue-Light%20(1).woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

.js-store-parts-switcher {
  font-family: 'HelveticaNeueLight', Arial, sans-serif !important;
}

@font-face {
  font-family: 'SultanRuqahBold';
  src: url('https://0185502d-8654-4b55-956d-8a0e672603e6.selstorage.ru/sultan-ruqah-bold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

#preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #FFFFFF; /* белый фон */
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 99999;
  transition: opacity 1s ease, visibility 1s ease;
}

#preloader-text {
  font-family: 'SultanRuqahBold', Arial, sans-serif;
  font-size: 80px; /* размер можешь изменить */
  color: #000000; /* черный текст */
  font-weight: bold;
}

#preloader.hide {
  opacity: 0;
  visibility: hidden;
}