@keyframes silent-city-logo-fly {
  0%, 100% {
    transform: translate3d(0, -10px, 0);
  }
  50% {
    transform: translate3d(0, 12px, 0);
  }
}

body.retro-theme .rr-header__logo > img {
  animation: silent-city-logo-fly 3.2s ease-in-out infinite !important;
  will-change: transform;
}

body.retro-theme .rr-category-icons > a,
body.retro-theme .rr-category-icons > a strong,
body.retro-theme .rr-category-icons > a .rr-category-icons__icon,
body.retro-theme .rr-category-icons > a:hover,
body.retro-theme .rr-category-icons > a:hover strong,
body.retro-theme .rr-category-icons > a:hover .rr-category-icons__icon {
  transition: none !important;
  transform: none !important;
  filter: none !important;
}

body.retro-theme .rr-category-icons > a:hover,
body.retro-theme .rr-category-icons > a:hover strong {
  color: #d8d4da !important;
}

body.retro-theme .rr-category-icons__icon img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  transform: none !important;
  transition: none !important;
}

body.retro-theme .options-popup {
  position: fixed !important;
  inset: 0 !important;
  z-index: 9999 !important;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100vw !important;
  height: 100vh !important;
  padding: 20px !important;
  background: rgba(8, 8, 12, 0.78) !important;
  backdrop-filter: blur(12px);
}

body.retro-theme .options-popup.hidden {
  display: none !important;
}

body.retro-theme .options-popup > div,
body.retro-theme .retro-options-native {
  width: min(520px, 100%) !important;
  max-height: min(720px, calc(100vh - 40px)) !important;
  overflow-y: auto !important;
  border: 1px solid var(--retro-line) !important;
  border-top: 3px solid var(--color-primary) !important;
  border-radius: 4px !important;
  background: var(--retro-panel) !important;
  box-shadow: 0 26px 70px rgba(0, 0, 0, 0.58) !important;
}

body.retro-theme .retro-options-native {
  padding: 24px !important;
}

body.retro-theme .retro-options-native__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 18px;
}

body.retro-theme .retro-options-native__header h3 {
  margin: 0;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 28px;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #ffffff;
}

body.retro-theme .retro-options-native__close {
  border: 0;
  background: transparent;
  color: rgba(255, 255, 255, 0.58);
  font-family: "Manrope", sans-serif;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  cursor: pointer;
}

body.retro-theme .store-product-options form {
  display: flex !important;
  flex-direction: column !important;
  gap: 14px !important;
}

body.retro-theme .store-product-options p,
body.retro-theme .store-product-options label {
  color: rgba(255, 255, 255, 0.68) !important;
  font-family: "Manrope", sans-serif;
  font-size: 13px !important;
}

body.retro-theme .store-product-options input,
body.retro-theme .store-product-options select,
body.retro-theme .store-product-options textarea {
  width: 100% !important;
  min-height: 48px !important;
  border: 1px solid rgba(255, 255, 255, 0.12) !important;
  border-radius: 3px !important;
  background: rgba(255, 255, 255, 0.055) !important;
  color: #ffffff !important;
  padding: 0 14px !important;
  outline: none !important;
}

body.retro-theme .store-product-options button[type="submit"],
body.retro-theme .store-product-options input[type="submit"] {
  width: 100% !important;
  min-height: 48px !important;
  border: 1px solid var(--color-primary) !important;
  border-radius: 3px !important;
  background: var(--color-primary) !important;
  color: #ffffff !important;
  font-family: "Barlow Condensed", sans-serif !important;
  font-size: 17px !important;
  font-weight: 800 !important;
  letter-spacing: 0.055em !important;
  text-transform: uppercase !important;
  cursor: pointer !important;
}
