

html,
body,
#app {
  background-color: #000 !important;
  margin: 0 !important;
}

html.kaos-html,
html.kaos-html body {
  overflow-x: clip;
  max-width: 100%;
}

.kaos-html {
  scroll-behavior: smooth;
}

.kaos-body {
  color: rgba(255, 255, 255, 0.92);
  min-height: 100vh;
}


.kaos-backdrop-shell {
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  overflow: hidden;
}

.kaos-backdrop-base {
  position: absolute;
  inset: 0;
  background: #000;
}

.kaos-ambient-glow {
  display: none;
}

.kaos-soft-grid {
  position: absolute;
  inset: 0;
  opacity: 0.35;
  background-image: linear-gradient(rgba(255, 255, 255, 0.04) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, 0.04) 1px, transparent 1px);
  background-size: 56px 56px;
  mask-image: radial-gradient(ellipse at center, black 0%, transparent 75%);
}

.kaos-vignette-layer {
  position: absolute;
  inset: 0;
  box-shadow: inset 0 0 120px rgba(0, 0, 0, 0.85);
}


.kaos-shop-wrap {
  position: relative;
  z-index: 1;
}

.kaos-inner-column {
  max-width: min(1920px, 96vw);
  margin: 0 auto;
  padding: 0 clamp(1rem, 2.6vw, 2.75rem) 3rem;
}

@media (min-width: 768px) {
  .kaos-inner-column {
    padding: 0 clamp(1.15rem, 2.85vw, 3rem) 4rem;
  }
}

.kaos-shop-page {
  padding-bottom: 2rem;
}


.kaos-shop-page > .hero {
  min-height: calc(100svh - var(--kaos-shop-chrome-h, 4.25rem));
  min-height: calc(100dvh - var(--kaos-shop-chrome-h, 4.25rem));
  padding-bottom: 0.5rem;
}

.hero {
  position: relative;
  min-height: 78vh;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border-radius: 0 0 1.25rem 1.25rem;
}

.hero-glow {
  position: absolute;
  top: 42%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: 95%;
  max-width: 520px;
  aspect-ratio: 1.15;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 85, 0, 0.42) 0%, rgba(255, 85, 0, 0.14) 42%, transparent 68%);
  filter: blur(72px);
  pointer-events: none;
  z-index: 1;
}

.kaos-hero-local-grid.grid-overlay {
  position: absolute;
  inset: 0;
  background-image: linear-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px);
  background-size: 60px 60px;
  pointer-events: none;
  z-index: 2;
  mask-image: linear-gradient(to bottom, black 0%, black 55%, transparent 100%);
}

.floating-elements {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 3;
}

.floating-element {
  position: absolute;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: rgba(255, 85, 0, 0.35);
  animation: kaosFloat 14s ease-in-out infinite;
}

.floating-element:nth-child(1) { top: 18%; left: 12%; animation-delay: 0s; }
.floating-element:nth-child(2) { top: 42%; left: 78%; animation-delay: 2s; }
.floating-element:nth-child(3) { top: 68%; left: 22%; animation-delay: 4s; }
.floating-element:nth-child(4) { top: 30%; left: 55%; animation-delay: 1s; }
.floating-element:nth-child(5) { top: 55%; left: 88%; animation-delay: 3s; }

@keyframes kaosFloat {
  0%, 100% { transform: translateY(0) scale(1); opacity: 0.5; }
  50% { transform: translateY(-18px) scale(1.2); opacity: 1; }
}

.hero-content {
  position: relative;
  z-index: 4;
  text-align: center;
  padding: 5.75rem clamp(1rem, 3vw, 2.5rem) 5.5rem;
  max-width: min(76rem, 96vw);
  margin: 0 auto;
}

.hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.4rem 1rem;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(255, 255, 255, 0.04);
  font-size: 0.8rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: none;
  color: rgba(255, 255, 255, 0.88);
  margin-bottom: 1.5rem;
}


.hero-badge.kaos-badge-pulse {
  border-color: rgba(255, 130, 60, 0.55);
  background: linear-gradient(145deg, rgba(90, 38, 8, 0.55), rgba(18, 8, 4, 0.92));
  box-shadow:
    0 0 0 1px rgba(255, 85, 0, 0.22),
    0 8px 32px rgba(255, 85, 0, 0.28);
  color: rgba(255, 255, 255, 0.96);
}

.kaos-badge-pulse .badge-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #ff7700;
  box-shadow: 0 0 14px rgba(255, 120, 40, 0.95);
  animation: kaosPulse 2s ease-in-out infinite;
}

@keyframes kaosPulse {
  0%, 100% { opacity: 1; transform: scale(1); }
  50% { opacity: 0.6; transform: scale(0.85); }
}

.hero-title {
  font-family: "Lexend", system-ui, sans-serif;
  font-weight: 800;
  font-size: clamp(3.2rem, 8.8vw, 5.15rem);
  line-height: 1.08;
  letter-spacing: -0.03em;
  margin: 0 0 1.55rem;
  padding-bottom: 0.14em;
  background: linear-gradient(105deg, #ff6a00 0%, #ff944d 28%, #ffd4a8 55%, #ffffff 88%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
  filter: drop-shadow(0 2px 24px rgba(255, 85, 0, 0.25));
}

.hero-subtitle {
  font-size: clamp(1.12rem, 2.2vw, 1.28rem);
  line-height: 1.68;
  color: rgba(255, 255, 255, 0.72);
  margin: 0.5rem auto 2.35rem;
  max-width: 44rem;
}


.hero-cta-rez {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 0.85rem;
  margin: 0 auto 0.5rem;
  max-width: min(30rem, 94vw);
}

.btn-rez-pill {
  flex: 1 1 auto;
  min-width: 8.75rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.92rem 2.05rem;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  background: rgba(255, 255, 255, 0.045);
  color: #fff;
  font-weight: 600;
  font-size: 1.08rem;
  text-decoration: none;
  transition:
    transform 0.2s cubic-bezier(0.34, 1.45, 0.64, 1),
    border-color 0.2s ease,
    background 0.2s ease,
    box-shadow 0.2s ease;
}

.btn-rez-pill:hover {
  border-color: rgba(255, 85, 0, 0.55);
  background: rgba(255, 85, 0, 0.12);
  box-shadow: 0 0 0 1px rgba(255, 85, 0, 0.18), 0 10px 36px rgba(255, 85, 0, 0.2);
  transform: translateY(-2px);
}

.hero-cta-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem;
  justify-content: center;
  align-items: stretch;
  margin: 0 auto 0.25rem;
  max-width: 28rem;
}

@media (min-width: 520px) {
  .hero-cta-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto auto;
    max-width: 26rem;
    gap: 0.75rem 0.85rem;
  }

  .hero-cta-grid .btn-primary-heroo {
    grid-column: 1 / -1;
  }

  .hero-cta-grid .btn-discord-heroo {
    grid-column: 1 / -1;
    justify-self: center;
    min-width: 12rem;
  }
}

.btn-heroo {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.75rem 1.35rem;
  border-radius: 0.65rem;
  font-weight: 600;
  font-size: 0.95rem;
  text-decoration: none;
  transition: transform 0.15s ease, box-shadow 0.15s ease, background 0.15s ease;
}

.btn-primary-heroo {
  position: relative;
  overflow: hidden;
  background: linear-gradient(135deg, #ff6a00, #ff3d00);
  color: #fff;
  box-shadow: 0 8px 32px rgba(255, 85, 0, 0.45), inset 0 1px 0 rgba(255, 255, 255, 0.2);
  border: 1px solid rgba(255, 200, 160, 0.35);
}

.btn-heroo-glow {
  position: absolute;
  inset: -40%;
  background: conic-gradient(from 120deg, transparent, rgba(255, 255, 255, 0.35), transparent 40%);
  opacity: 0;
  transition: opacity 0.35s ease;
  animation: kaosBtnShine 4.5s linear infinite;
  pointer-events: none;
}

.btn-primary-heroo:hover .btn-heroo-glow {
  opacity: 0.5;
}

@keyframes kaosBtnShine {
  to { transform: rotate(360deg); }
}

.btn-heroo-label,
.btn-heroo-discord-ico {
  position: relative;
  z-index: 1;
}

.btn-heroo-discord-ico {
  width: 1.15rem;
  height: 1.15rem;
  color: #b5c3ff;
}

.btn-secondary-heroo {
  background: rgba(255, 255, 255, 0.05);
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.18);
  backdrop-filter: blur(8px);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.35);
}

.btn-secondary-heroo:hover {
  background: rgba(255, 85, 0, 0.12);
  border-color: rgba(255, 85, 0, 0.45);
  box-shadow: 0 0 0 1px rgba(255, 85, 0, 0.2), 0 8px 28px rgba(255, 85, 0, 0.15);
}

.btn-discord-heroo {
  gap: 0.55rem;
  background: linear-gradient(145deg, rgba(88, 101, 242, 0.35), rgba(15, 15, 20, 0.95));
  border: 1px solid rgba(120, 135, 255, 0.45);
  color: #fff;
  box-shadow: 0 6px 28px rgba(88, 101, 242, 0.25);
}

.btn-discord-heroo:hover {
  border-color: rgba(160, 175, 255, 0.65);
  transform: translateY(-2px);
  box-shadow: 0 10px 36px rgba(88, 101, 242, 0.35);
}

.btn-primary-heroo:hover {
  transform: translateY(-2px);
  box-shadow: 0 14px 44px rgba(255, 85, 0, 0.5), inset 0 1px 0 rgba(255, 255, 255, 0.25);
}

.kaos-hero-help {
  margin-top: 0.25rem;
}

.btn-kaos-glass {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.55rem 1rem;
  border-radius: 0.5rem;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.04);
  color: #fff;
  font-size: 0.9rem;
  font-weight: 500;
  text-decoration: none;
}

.btn-kaos-glass svg {
  width: 1.15rem;
  height: 1.15rem;
  color: #5865f2;
}

.btn-kaos-glass:hover {
  background: rgba(255, 255, 255, 0.08);
}


.kaos-container-padding {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

.kaos-shop-quick-access.kaos-container-padding {
  padding-top: 1.25rem;
}

.features-grid {
  display: grid;
  gap: 1rem;
  grid-template-columns: 1fr;
}

@media (min-width: 640px) {
  .features-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 1024px) {
  .features-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}

.feature-card {
  position: relative;
  padding: 1.35rem;
  border-radius: 1rem;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: linear-gradient(145deg, rgba(24, 24, 28, 0.95), rgba(10, 10, 12, 0.98));
  overflow: hidden;
}

.feature-card::before {
  content: "";
  display: none;
}

.feature-icon {
  width: 2.75rem;
  height: 2.75rem;
  border-radius: 0.65rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 85, 0, 0.12);
  color: #ff7733;
  margin-bottom: 0.85rem;
}

.feature-icon .icon {
  width: 1.35rem;
  height: 1.35rem;
  fill: currentColor;
}

.feature-title {
  font-family: "Lexend", system-ui, sans-serif;
  font-size: 1.05rem;
  font-weight: 700;
  margin: 0 0 0.4rem;
  color: #fff;
}

.feature-description {
  margin: 0;
  font-size: 0.875rem;
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.65);
}


.kaos-socials-block {
  position: relative;
  margin: 2rem 0;
  border-radius: 1rem;
  overflow: hidden;
  border: 1px solid rgba(255, 85, 0, 0.2);
  background: rgba(12, 12, 14, 0.9);
}

.kaos-socials-glow {
  position: absolute;
  inset: 0;
  opacity: 0.9;
  pointer-events: none;
}

.kaos-socials-glow svg {
  width: 100%;
  height: 100%;
}

.kaos-socials-strip {
  position: relative;
  padding: 1.75rem 1.25rem;
}

.kaos-socials-inner {
  max-width: 56rem;
  margin: 0 auto;
}

.kaos-socials-row {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  align-items: flex-start;
}

@media (min-width: 768px) {
  .kaos-socials-row {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }
}

.kaos-socials-heading h2 {
  font-family: "Lexend", system-ui, sans-serif;
  font-size: 1.5rem;
  font-weight: 800;
  margin: 0 0 0.35rem;
  color: #fff;
}

.kaos-accent-word {
  color: #ff5500;
}

.kaos-socials-sub {
  margin: 0;
  color: rgba(255, 255, 255, 0.65);
  font-size: 0.95rem;
}

.kaos-social-banner-cta {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.65rem 1.1rem;
  border-radius: 0.6rem;
  background: #5865f2;
  color: #fff;
  font-weight: 600;
  text-decoration: none;
}

.kaos-social-banner-cta svg {
  width: 1.25rem;
  height: 1.25rem;
}

.kaos-social-banner-cta:hover {
  filter: brightness(1.08);
}


.kaos-products-region {
  position: relative;
  margin-top: 1rem;
  margin-bottom: 2rem;
  isolation: isolate;
}

.kaos-products-region::before {
  content: "";
  display: none;
}

.kaos-product-starfield {
  position: absolute;
  inset: 0;
  z-index: 0;
  width: 100%;
  min-height: 0;
  pointer-events: none;
  overflow: hidden;
  -webkit-mask-image: linear-gradient(
    to bottom,
    transparent 0%,
    #000 6%,
    #000 94%,
    transparent 100%
  );
  mask-image: linear-gradient(
    to bottom,
    transparent 0%,
    #000 6%,
    #000 94%,
    transparent 100%
  );
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
}

.kaos-product-starfield__layer {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: block;
  pointer-events: none;
  will-change: transform;
}

.kaos-product-starfield__layer--fine::before {
  content: "";
  position: absolute;
  inset: -4%;
  background-repeat: repeat, repeat, repeat, repeat, repeat, repeat, repeat, repeat;
  background-image:
    radial-gradient(ellipse 88% 58% at 50% 50%, rgba(255, 92, 28, 0.04), transparent 68%),
    radial-gradient(circle at 10% 14%, rgba(255, 168, 108, 0.4) 0.65px, transparent 1.35px),
    radial-gradient(circle at 54% 8%, rgba(255, 125, 72, 0.34) 0.6px, transparent 1.25px),
    radial-gradient(circle at 84% 26%, rgba(255, 188, 128, 0.38) 0.68px, transparent 1.4px),
    radial-gradient(circle at 26% 46%, rgba(255, 130, 76, 0.3) 0.55px, transparent 1.15px),
    radial-gradient(circle at 72% 56%, rgba(255, 152, 94, 0.36) 0.62px, transparent 1.28px),
    radial-gradient(circle at 6% 74%, rgba(255, 108, 56, 0.28) 0.52px, transparent 1.08px),
    radial-gradient(circle at 42% 90%, rgba(255, 142, 86, 0.32) 0.58px, transparent 1.18px),
    radial-gradient(circle at 91% 78%, rgba(255, 120, 68, 0.3) 0.55px, transparent 1.12px);
  background-size:
    100% 100%,
    76px 90px,
    76px 90px,
    76px 90px,
    76px 90px,
    76px 90px,
    76px 90px,
    76px 90px,
    76px 90px;
  background-position:
    0 0,
    0 0,
    29px 47px,
    17px 69px,
    48px 21px,
    59px 77px,
    9px 38px,
    66px 12px,
    40px 93px;
}

.kaos-product-starfield__layer--fine {
  opacity: 0.78;
  animation: kaos-stars-drift-fine 84s linear infinite;
}

.kaos-product-starfield__layer--bold::before {
  content: "";
  position: absolute;
  inset: -4%;
  background-repeat: repeat, repeat, repeat, repeat, repeat, repeat, repeat;
  background-image:
    radial-gradient(ellipse 82% 52% at 48% 46%, rgba(255, 88, 32, 0.055), transparent 72%),
    radial-gradient(circle at 14% 18%, rgba(255, 158, 98, 0.48) 0.78px, transparent 1.55px),
    radial-gradient(circle at 62% 12%, rgba(255, 118, 62, 0.4) 0.7px, transparent 1.42px),
    radial-gradient(circle at 88% 36%, rgba(255, 195, 135, 0.46) 0.82px, transparent 1.62px),
    radial-gradient(circle at 30% 52%, rgba(255, 128, 70, 0.36) 0.65px, transparent 1.32px),
    radial-gradient(circle at 76% 64%, rgba(255, 152, 92, 0.44) 0.75px, transparent 1.48px),
    radial-gradient(circle at 8% 80%, rgba(255, 102, 52, 0.34) 0.6px, transparent 1.22px),
    radial-gradient(circle at 46% 8%, rgba(255, 142, 82, 0.4) 0.68px, transparent 1.38px);
  background-size:
    100% 100%,
    118px 104px,
    118px 104px,
    118px 104px,
    118px 104px,
    118px 104px,
    118px 104px,
    118px 104px;
  background-position:
    0 0,
    12px 8px,
    41px 55px,
    23px 78px,
    57px 29px,
    71px 66px,
    3px 44px,
    88px 19px;
}

.kaos-product-starfield__layer--bold {
  opacity: 0.52;
  animation: kaos-stars-drift-bold 110s linear infinite reverse;
  animation-delay: -18s;
}

@keyframes kaos-stars-drift-fine {
  0% {
    transform: translate(0, 0);
  }
  25% {
    transform: translate(-4px, 3px);
  }
  50% {
    transform: translate(3px, -2px);
  }
  75% {
    transform: translate(-2px, -3px);
  }
  100% {
    transform: translate(0, 0);
  }
}

@keyframes kaos-stars-drift-bold {
  0% {
    transform: translate(0, 0);
  }
  33% {
    transform: translate(5px, -3px);
  }
  66% {
    transform: translate(-4px, 3px);
  }
  100% {
    transform: translate(0, 0);
  }
}

@media (prefers-reduced-motion: reduce) {
  .kaos-product-starfield__layer--fine,
  .kaos-product-starfield__layer--bold {
    animation: none;
    transform: none;
  }

  .kaos-product-starfield__layer--fine {
    opacity: 0.62;
  }

  .kaos-product-starfield__layer--bold {
    opacity: 0.42;
  }
}

.kaos-product-grid-slot {
  position: relative;
  isolation: isolate;
}

.kaos-product-grid-slot > .kaos-product-starfield {
  z-index: 0;
}

.kaos-product-grid-slot__fore {
  position: relative;
  z-index: 1;
}

html.kaos-product-template .kaos-app-root > div:first-child {
  position: relative;
  z-index: 2;
}

html.kaos-product-template #app > footer {
  position: relative;
  z-index: 2;
}

.kaos-product-page-starfield-slot {
  position: relative;
}

.kaos-product-page-starfield-slot > .kaos-product-starfield {
  z-index: 0;
}

.kaos-product-page-starfield-slot__fore {
  position: relative;
  z-index: 1;
}

.kaos-product-starfield--product-page.kaos-product-starfield {
  position: fixed;
  inset: 0;
  min-height: 100vh;
  min-height: 100dvh;
  z-index: 0;
  -webkit-mask-image: radial-gradient(ellipse 130% 115% at 50% 50%, #000 0%, #000 84%, transparent 100%);
  mask-image: radial-gradient(ellipse 130% 115% at 50% 50%, #000 0%, #000 84%, transparent 100%);
}

.kaos-product-starfield--product-page .kaos-product-starfield__layer {
  will-change: transform, opacity;
}

.kaos-product-starfield--product-page .kaos-product-starfield__layer--fine::before {
  inset: -12%;
  background-repeat: no-repeat, repeat, repeat, repeat, repeat, repeat, repeat;
  background-image:
    radial-gradient(ellipse 125% 90% at 46% 40%, rgba(255, 95, 40, 0.068), transparent 72%),
    radial-gradient(circle at 19% 27%, rgba(255, 155, 98, 0.4) 1px, transparent 2.35px),
    radial-gradient(circle at 67% 13%, rgba(255, 118, 68, 0.34) 0.85px, transparent 2.05px),
    radial-gradient(circle at 84% 71%, rgba(255, 175, 118, 0.36) 0.95px, transparent 2.2px),
    radial-gradient(circle at 33% 82%, rgba(255, 128, 78, 0.31) 0.8px, transparent 1.95px),
    radial-gradient(circle at 51% 48%, rgba(255, 138, 88, 0.28) 0.72px, transparent 1.75px),
    radial-gradient(circle at 73% 36%, rgba(255, 108, 58, 0.35) 0.9px, transparent 2.1px);
  background-size:
    100% 100%,
    229px 191px,
    173px 241px,
    263px 197px,
    211px 257px,
    251px 179px,
    199px 223px;
  background-position:
    0 0,
    31px 19px,
    59px 67px,
    13px 47px,
    71px 11px,
    41px 83px,
    89px 37px;
  animation: kaos-stars-drift-fine-page 34s linear infinite;
}

.kaos-product-starfield--product-page .kaos-product-starfield__layer--fine {
  opacity: 1;
  animation: kaos-stars-twinkle-fine-page 8s ease-in-out infinite;
}

.kaos-product-starfield--product-page .kaos-product-starfield__layer--bold::before {
  inset: -12%;
  background-repeat: no-repeat, repeat, repeat, repeat, repeat, repeat, repeat, repeat;
  background-image:
    radial-gradient(ellipse 118% 88% at 54% 58%, rgba(255, 88, 32, 0.078), transparent 76%),
    radial-gradient(circle at 11% 63%, rgba(255, 165, 105, 0.42) 1.12px, transparent 2.65px),
    radial-gradient(circle at 58% 29%, rgba(255, 122, 62, 0.38) 1px, transparent 2.4px),
    radial-gradient(circle at 91% 19%, rgba(255, 195, 130, 0.4) 1.18px, transparent 2.75px),
    radial-gradient(circle at 27% 41%, rgba(255, 132, 74, 0.34) 0.88px, transparent 2.1px),
    radial-gradient(circle at 76% 84%, rgba(255, 150, 92, 0.38) 1.02px, transparent 2.45px),
    radial-gradient(circle at 44% 7%, rgba(255, 105, 52, 0.32) 0.82px, transparent 2px),
    radial-gradient(circle at 6% 18%, rgba(255, 142, 82, 0.36) 0.95px, transparent 2.25px);
  background-size:
    100% 100%,
    269px 233px,
    181px 277px,
    293px 211px,
    239px 251px,
    217px 269px,
    257px 193px,
    227px 263px;
  background-position:
    0 0,
    17px 53px,
    73px 23px,
    37px 79px,
    97px 5px,
    11px 61px,
    61px 41px,
    47px 97px;
  animation: kaos-stars-drift-bold-page 46s linear infinite reverse;
  animation-delay: -7s;
}

.kaos-product-starfield--product-page .kaos-product-starfield__layer--bold {
  opacity: 1;
  animation: kaos-stars-twinkle-bold-page 10.5s ease-in-out infinite;
  animation-delay: -2.25s;
}

@keyframes kaos-stars-drift-fine-page {
  0% {
    transform: translate(0, 0);
  }
  20% {
    transform: translate(-12px, 9px);
  }
  40% {
    transform: translate(10px, 4px);
  }
  60% {
    transform: translate(6px, -11px);
  }
  80% {
    transform: translate(-9px, -5px);
  }
  100% {
    transform: translate(0, 0);
  }
}

@keyframes kaos-stars-drift-bold-page {
  0% {
    transform: translate(0, 0);
  }
  25% {
    transform: translate(14px, -10px);
  }
  50% {
    transform: translate(-8px, 12px);
  }
  75% {
    transform: translate(-5px, -7px);
  }
  100% {
    transform: translate(0, 0);
  }
}

@keyframes kaos-stars-twinkle-fine-page {
  0%,
  100% {
    opacity: 0.5;
  }
  50% {
    opacity: 0.72;
  }
}

@keyframes kaos-stars-twinkle-bold-page {
  0%,
  100% {
    opacity: 0.38;
  }
  50% {
    opacity: 0.6;
  }
}

@media (prefers-reduced-motion: reduce) {
  .kaos-product-starfield--product-page .kaos-product-starfield__layer--fine,
  .kaos-product-starfield--product-page .kaos-product-starfield__layer--bold {
    animation: none;
  }

  .kaos-product-starfield--product-page .kaos-product-starfield__layer--fine::before,
  .kaos-product-starfield--product-page .kaos-product-starfield__layer--bold::before {
    animation: none;
  }

  .kaos-product-starfield--product-page .kaos-product-starfield__layer--fine {
    opacity: 0.56;
  }

  .kaos-product-starfield--product-page .kaos-product-starfield__layer--bold {
    opacity: 0.42;
  }
}

.kaos-products-slot,
.kaos-products-slot > * {
  position: relative;
  z-index: 1;
}

.kaos-products-slot > .kaos-product-starfield {
  z-index: 0;
}

html.kaos-products-template .components {
  position: relative;
  isolation: isolate;
}

html.kaos-products-template .components::before {
  content: "";
  position: absolute;
  z-index: 0;
  pointer-events: none;
  top: -3rem;
  left: 50%;
  transform: translateX(-50%);
  width: min(118%, 72rem);
  height: 28rem;
  background:
    radial-gradient(
      ellipse 58% 48% at 50% 0%,
      rgba(255, 95, 25, 0.12),
      transparent 64%
    ),
    radial-gradient(
      ellipse 40% 55% at 88% 35%,
      rgba(255, 120, 55, 0.07),
      transparent 58%
    );
}

html.kaos-products-template .components > * {
  position: relative;
  z-index: 1;
}


.kaos-products-slot .component {
  border-radius: 0;
  border: none;
  background: transparent;
  padding: 0;
  box-shadow: none;
}

.kaos-product-search-wrap {
  margin-bottom: 1rem;
}

.kaos-product-search {
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(14, 14, 18, 0.55);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.kaos-product-search:focus-within {
  border-color: rgba(255, 85, 0, 0.45);
  box-shadow: 0 0 0 1px rgba(255, 85, 0, 0.12);
}

.kaos-products-slot .component h2 {
  font-family: "Lexend", system-ui, sans-serif;
  color: #fff;
  border-left-color: #ff5500 !important;
}


.kaos-rez-products-row {
  display: flex;
  flex-wrap: wrap;
  margin-left: -18px;
  margin-right: -18px;
  overflow: visible;
}

.kaos-rez-col {
  box-sizing: border-box;
  flex: 0 0 auto;
  width: 100%;
  min-width: 0;
  padding: 0 18px;
  margin-bottom: 1.5rem;
  overflow: visible;
}

@media (min-width: 768px) {
  .kaos-rez-col {
    width: 50%;
  }
}

@media (min-width: 1024px) {
  .kaos-rez-col {
    width: 33.333333%;
  }
}

.kaos-rez-products-row--centered {
  justify-content: center;
}

.kaos-rez-products-row--centered .kaos-rez-col {
  flex: 0 1 auto;
}


a.kaos-rez-product-card.kaos-product-card {
  position: relative;
  z-index: 0;
  text-decoration: none;
  background: rgba(255, 255, 255, 0.01) !important;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
  border-color: rgba(255, 255, 255, 0.05) !important;
  border-radius: 0.75rem;
  transform: scale(0.985);
  transform-origin: center center;
  transition:
    transform 0.42s cubic-bezier(0.25, 0.85, 0.3, 1),
    color 0.3s ease,
    background-color 0.35s ease,
    border-color 0.35s ease,
    box-shadow 0.5s cubic-bezier(0.25, 0.85, 0.2, 1);
  box-shadow: none;
}

a.kaos-rez-product-card:hover {
  z-index: 2;
  transform: scale(1.028);
  background: rgba(255, 255, 255, 0.05) !important;
  
  border-color: rgba(255, 165, 88, 0.55) !important;
  box-shadow:
    0 0 0 1px rgba(255, 155, 75, 0.5),
    0 10px 34px -8px rgba(255, 130, 45, 0.42),
    0 0 52px 4px rgba(255, 120, 40, 0.22),
    0 0 88px 16px rgba(255, 110, 35, 0.12),
    0 0 130px 32px rgba(255, 100, 30, 0.06) !important;
  color: #fff;
  text-decoration: none;
}

a.kaos-rez-product-card:active {
  transform: scale(1.01);
  transition-duration: 0.12s;
}

.kaos-rez-pc-inner {
  min-height: 0;
}

.kaos-rez-pc-media {
  padding: 0.5rem;
  margin-bottom: 0.75rem;
}

.kaos-rez-pc-frame {
  overflow: hidden;
  border-radius: 0.5rem;
}

.kaos-rez-pc-body {
  padding: 0 1.5rem 1.5rem;
}

@media (max-width: 767px) {
  .kaos-rez-pc-body {
    padding: 0 1rem 1rem;
  }
}

.kaos-rez-pc-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 1rem;
}

.kaos-rez-pc-title {
  flex: 1 1 0%;
  margin: 0;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.95);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

@media (min-width: 768px) {
  .kaos-rez-pc-title {
    font-size: 1.25rem;
  }
}

.kaos-rez-pc-stats {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.5rem;
}

@media (max-width: 767px) {
  .kaos-rez-pc-stats {
    gap: 1rem;
  }
}

.kaos-rez-price-wrap {
  padding: 0.25rem;
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: stretch;
  background: rgba(255, 255, 255, 0.025);
  border-radius: 0.375rem;
}

.kaos-rez-from-cell {
  display: flex;
  align-items: center;
  justify-content: center;
}

.kaos-rez-from-label {
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 300;
  color: rgba(255, 255, 255, 0.6);
}

.kaos-rez-price-cell {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  padding: 0.75rem 0.35rem;
  background: rgba(20, 20, 20, 0.25);
  border-radius: 0.25rem;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 600;
  color: #fff;
  gap: 0.15rem;
  text-align: center;
}

.kaos-rez-price-sep {
  font-weight: 500;
  color: rgba(255, 255, 255, 0.45);
}

.kaos-rez-meta-box {
  padding: 0.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.6);
  background: rgba(255, 255, 255, 0.025);
  border-radius: 0.375rem;
  text-align: center;
}

.kaos-rez-meta-inline {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.35rem;
}

.kaos-rez-meta-ico {
  width: 1.15rem;
  height: 1.15rem;
  flex-shrink: 0;
  color: rgba(255, 255, 255, 0.65);
}

.kaos-rez-pc-slash {
  margin: 0.65rem 0 0;
  font-size: 0.8rem;
  line-height: 1.4;
  color: rgba(255, 255, 255, 0.45);
  text-decoration: line-through;
  text-align: center;
}


.kaos-reviews-section {
  position: relative;
  margin: 3rem 0;
  padding: 2.5rem 0 3rem;
  border-radius: 1rem;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.06);
}

.kaos-reviews-bg {
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse 85% 70% at 50% 42%, rgba(255, 85, 0, 0.1), transparent 62%), #070708;
  pointer-events: none;
}

.kaos-reviews-inner {
  position: relative;
  z-index: 1;
  padding: 0 0.5rem;
}

.kaos-section-title-wrap {
  text-align: center;
  margin-bottom: 1.5rem;
}

.kaos-section-title {
  font-family: "Lexend", system-ui, sans-serif;
  font-size: 1.75rem;
  font-weight: 800;
  margin: 0;
  color: #fff;
}

.kaos-fbs-marquee {
  overflow: hidden;
  margin: 0 -0.25rem;
  mask-image: linear-gradient(90deg, transparent, #000 6%, #000 94%, transparent);
}

.kaos-fbs-marquee-inner {
  display: flex;
  width: max-content;
  animation: kaosMarqueeScroll var(--marquee-sec, 48s) linear infinite;
  will-change: transform;
}

@keyframes kaosMarqueeScroll {
  to {
    transform: translateX(-50%);
  }
}

.kaos-fbs-track {
  display: flex;
  flex-shrink: 0;
  gap: 1rem;
  padding: 0.35rem 0.75rem 1rem 0;
}

.kaos-marquee-card {
  flex: 0 0 auto;
  width: min(300px, 82vw);
  border-radius: 0.9rem;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(18, 18, 22, 0.95);
  padding: 1.1rem;
  display: flex;
  flex-direction: column;
}

.kaos-reviews-empty {
  text-align: center;
  color: rgba(255, 255, 255, 0.45);
  font-size: 0.95rem;
  margin: 0.5rem 0 1rem;
}

.kaos-reviews-more {
  text-align: center;
  margin: 0.75rem 0 0;
  padding-top: 0.75rem;
  border-top: 1px solid rgba(255, 85, 0, 0.35);
}

.kaos-feedback-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem;
  margin-bottom: 0.65rem;
}

.kaos-stars {
  display: flex;
  gap: 2px;
}

.kaos-star {
  width: 1rem;
  height: 1rem;
}

.kaos-star-filled {
  color: #ffb020;
}

.kaos-star-empty {
  color: rgba(255, 255, 255, 0.2);
}

.kaos-feedback-date {
  font-size: 0.75rem;
  color: rgba(255, 255, 255, 0.45);
}

.kaos-feedback-message {
  margin: 0;
  font-size: 0.9rem;
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.82);
}

.kaos-feedback-footer {
  margin-top: auto;
  padding-top: 0.75rem;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
}

.kaos-feedback-product {
  margin: 0;
  font-size: 0.78rem;
  color: rgba(255, 85, 0, 0.85);
}

.kaos-feedback-reply {
  margin: 0.5rem 0 0;
  font-size: 0.8rem;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.55);
  border-left: 2px solid rgba(255, 85, 0, 0.45);
  padding-left: 0.65rem;
}

.kaos-reviews-more-link {
  color: #ff7733;
  font-weight: 600;
  text-decoration: none;
  font-size: 0.9rem;
}

.kaos-reviews-more-link:hover {
  text-decoration: underline;
}


.kaos-faq-section {
  margin-top: 2rem;
}

.kaos-faq-layout {
  display: grid;
  gap: 2rem;
  width: 100%;
  max-width: none;
  margin: 0;
}

@media (min-width: 992px) {
  .kaos-faq-layout {
    grid-template-columns: 1fr 1fr;
    align-items: stretch;
  }
}

.kaos-faq-col--help {
  display: flex;
  flex-direction: column;
  min-height: 0;
}

.kaos-faq-col--items {
  position: relative;
}

.kaos-faq-glow-deco {
  position: absolute;
  z-index: 0;
  top: -120px;
  left: -160px;
  width: 420px;
  height: 560px;
  pointer-events: none;
  opacity: 0.7;
}

.kaos-faq-glow-svg {
  width: 100%;
  height: 100%;
}

.kaos-details.faq-item {
  position: relative;
  z-index: 1;
  border-radius: 0.85rem;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(14, 14, 18, 0.92);
  margin-bottom: 0.75rem;
  overflow: hidden;
}

.kaos-details .icon {
  width: 2.25rem;
  height: 2.25rem;
  border-radius: 0.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.95rem;
  flex-shrink: 0;
}

.faq-item--blue .icon,
.faq-item--green .icon,
.faq-item--accent .icon,
.faq-item--orange .icon,
.faq-item--red .icon {
  background: rgba(255, 85, 0, 0.18);
  color: #ff944d;
  border: 1px solid rgba(255, 85, 0, 0.28);
  box-shadow: 0 0 20px rgba(255, 85, 0, 0.12);
}

.kaos-details .faq-header::-webkit-details-marker {
  display: none;
}

.kaos-details .faq-header {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding: 1rem 1rem;
  cursor: pointer;
  list-style: none;
  border-radius: 0.85rem;
  transition: background 0.35s cubic-bezier(0.4, 0, 0.2, 1), box-shadow 0.35s ease, border-color 0.35s ease;
}

.kaos-details:hover > .faq-header,
.kaos-details .faq-header:hover {
  background: rgba(255, 85, 0, 0.07);
  box-shadow: inset 0 0 0 1px rgba(255, 85, 0, 0.18);
}

.kaos-details .question {
  flex: 1;
  text-align: left;
  font-weight: 600;
  color: #fff;
  font-size: 0.95rem;
}

.kaos-details .toggle-icon {
  transition: transform 0.45s cubic-bezier(0.34, 1.45, 0.64, 1);
  color: rgba(255, 255, 255, 0.35);
}

.kaos-details[open] .toggle-icon {
  transform: rotate(45deg);
  color: #ff5500;
}

.kaos-details:not([open]) .faq-body {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  margin: 0;
  padding: 0;
  font-size: 0.9rem;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.68);
  transition: max-height 0.55s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.38s ease, padding 0.45s ease;
}

.kaos-details[open] .faq-body {
  max-height: 28rem;
  overflow: hidden;
  opacity: 1;
  margin: 0;
  padding: 0.35rem 1rem 1.15rem 3.25rem;
  font-size: 0.9rem;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.68);
  transition: max-height 0.55s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.35s ease 0.06s, padding 0.45s ease;
}


.help-section {
  position: relative;
  border-radius: 1rem;
  overflow: hidden;
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  min-height: 100%;
  width: 100%;
  border: 1px solid rgba(255, 85, 0, 0.18);
}

.help-section__bg {
  position: absolute;
  inset: 0;
  background-color: #0a0a0c;
  background-size: cover;
  background-position: center right;
  background-repeat: no-repeat;
}

.help-section__bg::before {
  content: none;
  display: none;
}

.help-section__bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    105deg,
    rgba(0, 0, 0, 0.88) 0%,
    rgba(0, 0, 0, 0.62) 42%,
    rgba(0, 0, 0, 0.35) 72%,
    rgba(0, 0, 0, 0.2) 100%
  );
}

.help-content {
  position: relative;
  z-index: 1;
  padding: 2rem 1.5rem;
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  min-height: 0;
}

.help-content h3 {
  font-family: "Lexend", system-ui, sans-serif;
  font-size: 1.5rem;
  font-weight: 800;
  margin: 0 0 0.75rem;
  color: #fff;
}

.help-accent {
  color: #ff5500;
}

.help-content p {
  margin: 0 0 1.25rem;
  color: rgba(255, 255, 255, 0.72);
  line-height: 1.6;
  font-size: 0.95rem;
}

.help-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
  margin-top: auto;
}

.btn-transparent {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  padding: 0.55rem 0.95rem;
  border-radius: 0.5rem;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(0, 0, 0, 0.25);
  color: #fff;
  font-size: 0.875rem;
  font-weight: 500;
  text-decoration: none;
}

.btn-transparent:hover {
  background: rgba(255, 255, 255, 0.08);
}

.py-5 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}


.kaos-shop-template #app.kaos-app-shop {
  max-width: none;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}


.kaos-shop-template .components {
  width: 100%;
  max-width: 100%;
}

html.kaos-product-template #app.kaos-app-product {
  max-width: none !important;
  width: 100% !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
}

html.kaos-product-template .components {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  max-width: 100%;
}

html.kaos-product-template .product-wrapper.kaos-fp-wrap {
  width: 100%;
  max-width: 100%;
  align-self: stretch;
}

.kaos-top-chrome {
  position: relative;
  z-index: 60;
}

.kaos-sticky-navbar {
  position: relative;
  z-index: 70;
  margin: 0;
  padding: 0;
  border: none;
  background: transparent;
}


.kaos-navbar-float-shell {
  position: relative;
  z-index: 70;
  width: 100%;
  padding: 0.75rem 0.75rem clamp(4.5rem, 11vw, 5.75rem);
  pointer-events: none;
}

.kaos-navbar-float-shell > .kaos-navbar {
  pointer-events: auto;
}

.kaos-navbar {
  max-width: min(1920px, 96vw);
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: 0.75rem;
  justify-content: space-between;
}

.kaos-navbar.kaos-navbar--rez {
  position: fixed;
  top: 1.25rem;
  left: 50%;
  transform: translateX(-50%);
  width: 95%;
  max-width: 1200px;
  margin: 0;
  border-radius: 35px;
  padding: 12px 22px;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.35), inset 0 1px 0 rgba(255, 255, 255, 0.06);
  background: rgba(6, 6, 8, 0.78);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border: 1px solid rgba(255, 255, 255, 0.1);
  transition: transform 0.35s cubic-bezier(0.4, 0, 0.2, 1), box-shadow 0.35s ease, background 0.35s ease, border-color 0.35s ease;
  z-index: 70;
  overflow: hidden;
}

.kaos-navbar--rez::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 120, 40, 0.08), transparent);
  transition: left 0.55s ease;
  pointer-events: none;
}

.kaos-navbar--rez:hover::before {
  left: 100%;
}

.kaos-navbar--rez:hover {
  transform: translateX(-50%) translateY(-2px) scale(1.01);
  box-shadow: 0 16px 48px rgba(0, 0, 0, 0.45), inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 0 0 1px rgba(255, 120, 40, 0.14);
  background: rgba(10, 10, 12, 0.88);
  border-color: rgba(255, 120, 40, 0.18);
}

.kaos-navbar-brand {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  text-decoration: none;
  color: #fff;
  font-weight: 700;
  font-family: "Lexend", system-ui, sans-serif;
  flex-shrink: 0;
}

.kaos-navbar-logo {
  flex-shrink: 0;
  display: block;
  background: transparent;
  border: none;
  box-shadow: none;
}

.kaos-navbar-logo--brandmark {
  width: 1.75rem;
  height: 1.75rem;
  object-fit: contain;
}

.kaos-navbar-brand-text {
  font-size: 1.02rem;
  letter-spacing: -0.02em;
  white-space: nowrap;
}

.kaos-navbar-brand-text--gradient {
  display: inline-block;
  background-image: linear-gradient(
    105deg,
    #b84305 0%,
    #e86412 28%,
    #ff9a52 52%,
    #ffe4cc 82%,
    #ffffff 100%
  );
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
}

.kaos-navbar-links {
  display: flex;
  align-items: center;
  gap: 0.3rem;
  overflow-x: auto;
  flex: 1;
  min-width: 0;
  justify-content: center;
  padding: 0 0.35rem;
  -webkit-overflow-scrolling: touch;
}

.kaos-navbar--rez .kaos-navbar-links {
  gap: 0.125rem;
  padding: 0 0.5rem;
}

.kaos-nav-link {
  flex-shrink: 0;
  padding: 0.45rem 0.75rem;
  border-radius: 0.5rem;
  font-size: 0.8125rem;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.78);
  text-decoration: none;
  border: 1px solid transparent;
  transition: color 0.22s ease, background 0.22s ease, border-color 0.22s ease, box-shadow 0.22s ease, transform 0.3s ease;
}

.kaos-nav-link:hover {
  color: #fff;
  background: rgba(255, 85, 0, 0.09);
  border-color: rgba(255, 85, 0, 0.22);
  box-shadow: 0 0 18px rgba(255, 85, 0, 0.08);
}

.kaos-nav-link-active {
  color: #ffb47a;
  background: rgba(255, 85, 0, 0.14);
  border-color: rgba(255, 85, 0, 0.28);
}

.kaos-navbar--rez .kaos-nav-link {
  position: relative;
  z-index: 0;
  padding: 0.5rem 1rem;
  border-radius: 20px;
  font-size: 0.875rem;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.82);
  isolation: isolate;
}

.kaos-navbar--rez .kaos-nav-link::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 20px;
  background: linear-gradient(135deg, rgba(255, 120, 40, 0.14), rgba(255, 85, 0, 0.06));
  opacity: 0;
  transition: opacity 0.3s ease;
  z-index: -1;
}

.kaos-navbar--rez .kaos-nav-link:hover::before {
  opacity: 1;
}

.kaos-navbar--rez .kaos-nav-link:hover {
  color: #fff;
  transform: translateY(-2px);
  text-shadow: 0 4px 8px rgba(0, 0, 0, 0.25);
  border-color: transparent;
  box-shadow: none;
  background: transparent;
}

.kaos-navbar--rez .kaos-nav-link::after {
  content: "";
  position: absolute;
  width: 0;
  height: 3px;
  bottom: 6px;
  left: 50%;
  background: linear-gradient(90deg, #ff8c42, #ff5500);
  border-radius: 2px;
  transition: width 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  transform: translateX(-50%);
  z-index: 1;
  pointer-events: none;
}

.kaos-navbar--rez .kaos-nav-link:hover::after {
  width: calc(100% - 2rem);
  box-shadow: 0 0 10px rgba(255, 100, 40, 0.45);
}

.kaos-navbar--rez .kaos-nav-link-active {
  color: #ffb57a;
  background: rgba(255, 85, 0, 0.12);
  border-color: rgba(255, 120, 40, 0.35);
  box-shadow: 0 0 20px rgba(255, 85, 0, 0.12);
}

.kaos-navbar--rez .kaos-nav-link-active::before {
  opacity: 0.45;
}

.kaos-navbar-tools {
  display: flex;
  align-items: center;
  gap: 0.45rem;
  flex-shrink: 0;
}

.kaos-navbar-currency {
  display: none;
}

@media (min-width: 768px) {
  .kaos-navbar-currency {
    display: block;
  }
}

.kaos-icon-btn-outline,
.kaos-round-icon-btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.35rem;
  height: 2.35rem;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(0, 0, 0, 0.35);
  color: rgba(255, 255, 255, 0.92);
  cursor: pointer;
  transition: background 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}

.kaos-navbar--rez .kaos-icon-btn-outline,
.kaos-navbar--rez .kaos-round-icon-btn {
  width: 48px;
  height: 48px;
  border: 2px solid rgba(255, 255, 255, 0.18);
  background: rgba(255, 255, 255, 0.08);
  overflow: hidden;
  transition: transform 0.35s cubic-bezier(0.4, 0, 0.2, 1), background 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease;
}

.kaos-navbar--rez .btn-cart {
  overflow: visible;
}

.kaos-navbar--rez .kaos-icon-btn-outline::before,
.kaos-navbar--rez .kaos-round-icon-btn::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  background: linear-gradient(135deg, rgba(255, 120, 40, 0.35), rgba(255, 85, 0, 0.12));
  border-radius: 50%;
  transition: width 0.55s cubic-bezier(0.4, 0, 0.2, 1), height 0.55s cubic-bezier(0.4, 0, 0.2, 1);
  transform: translate(-50%, -50%);
  z-index: 0;
}

.kaos-navbar--rez .kaos-icon-btn-outline:hover::before,
.kaos-navbar--rez .kaos-round-icon-btn:hover::before {
  width: 120%;
  height: 120%;
}

a.kaos-icon-btn-outline,
a.kaos-round-icon-btn {
  text-decoration: none;
}

.kaos-icon-btn-outline:hover,
.kaos-round-icon-btn:hover {
  background: rgba(255, 85, 0, 0.12);
  border-color: rgba(255, 85, 0, 0.35);
  box-shadow: 0 0 20px rgba(255, 85, 0, 0.12);
}

.kaos-navbar--rez .kaos-icon-btn-outline:hover,
.kaos-navbar--rez .kaos-round-icon-btn:hover {
  background: rgba(255, 255, 255, 0.12);
  border-color: rgba(255, 120, 40, 0.45);
  color: #fff;
  transform: scale(1.08) rotate(4deg);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.28), 0 0 22px rgba(255, 85, 0, 0.18);
}

.kaos-navbar--rez .kaos-navbar-fa-icon {
  position: relative;
  z-index: 2;
  font-size: 18px;
  line-height: 1;
}

@keyframes kaos-navbar-fa-bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    transform: translateY(0);
  }

  40% {
    transform: translateY(-6px);
  }

  60% {
    transform: translateY(-3px);
  }
}

.kaos-navbar--rez .btn-cart:hover .kaos-navbar-fa-icon,
.kaos-navbar--rez .btn-login:hover .kaos-navbar-fa-icon {
  animation: kaos-navbar-fa-bounce 0.55s ease;
}

.kaos-nav-icon-svg {
  width: 1.15rem;
  height: 1.15rem;
}

.kaos-cart-badge {
  position: absolute;
  top: 0;
  right: 0;
  transform: translate(40%, -40%);
  min-width: 1.125rem;
  height: 1.125rem;
  font-size: 0.625rem;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #ff5500;
  color: #fff;
  border-radius: 999px;
  padding: 0 4px;
  line-height: 1;
  border: 2px solid rgba(6, 6, 8, 0.95);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.4);
  pointer-events: none;
}

.kaos-navbar--rez .kaos-cart-badge {
  z-index: 10;
}

@media (max-width: 767px) {
  .kaos-navbar-links {
    justify-content: flex-start;
  }

  .kaos-navbar {
    flex-wrap: wrap;
    row-gap: 0.5rem;
  }

  .kaos-navbar-tools {
    margin-left: auto;
  }

  .kaos-navbar--rez {
    border-radius: 22px;
    padding: 10px 14px;
  }

  .kaos-navbar--rez .kaos-nav-link {
    padding: 0.45rem 0.75rem;
    font-size: 0.8125rem;
  }

  .kaos-navbar--rez .kaos-icon-btn-outline,
  .kaos-navbar--rez .kaos-round-icon-btn {
    width: 42px;
    height: 42px;
  }

  .kaos-navbar--rez .kaos-navbar-fa-icon {
    font-size: 16px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .kaos-fbs-marquee-inner {
    animation: none !important;
  }

  .kaos-navbar--rez::before {
    transition: none;
  }

  .kaos-navbar--rez,
  .kaos-navbar--rez:hover {
    transform: translateX(-50%) !important;
  }

  .kaos-navbar--rez .kaos-nav-link,
  .kaos-navbar--rez .kaos-nav-link:hover,
  .kaos-navbar--rez .kaos-icon-btn-outline:hover,
  .kaos-navbar--rez .kaos-round-icon-btn:hover {
    transform: none !important;
    animation: none !important;
  }

  .kaos-navbar--rez .btn-cart:hover .kaos-navbar-fa-icon,
  .kaos-navbar--rez .btn-login:hover .kaos-navbar-fa-icon {
    animation: none !important;
  }
}


.product-wrapper.kaos-fp-wrap {
  --fp-accent: #ff6a00;
  --fp-accent-hover: #ff8533;
  --kaos-fp-orange: #ff6a00;
  --kaos-fp-orange-soft: rgba(255, 120, 40, 0.35);
  --kaos-fp-panel: rgba(255, 255, 255, 0.02);
  color: #a1a1aa;
  min-height: 100vh;
  padding-top: clamp(3.5rem, 5vw, 3.75rem);
  width: 100%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
}

.product-wrapper.kaos-fp-wrap .container {
  width: 100%;
  max-width: min(1140px, calc(100vw - 2rem));
  margin-left: auto;
  margin-right: auto;
  padding-left: clamp(0.75rem, 2.5vw, 1.25rem);
  padding-right: clamp(0.75rem, 2.5vw, 1.25rem);
  box-sizing: border-box;
}

.product-wrapper.kaos-fp-wrap .container.px-4 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

@media (min-width: 992px) {
  .product-wrapper.kaos-fp-wrap .container.px-lg-5 {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}

.product-wrapper.kaos-fp-wrap .my-5 {
  margin-top: 1rem;
  margin-bottom: 2.25rem;
}

.product-wrapper.kaos-fp-wrap .py-5-nav {
  padding-top: 2rem;
  padding-bottom: 2rem;
}


.product-wrapper.kaos-fp-wrap .row.gx-4.gx-lg-5 {
  position: relative;
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-0.5 * var(--bs-gutter-x));
  margin-left: calc(-0.5 * var(--bs-gutter-x));
  width: 100%;
  max-width: none;
  box-sizing: border-box;
}

.product-wrapper.kaos-fp-wrap .row.gx-4.gx-lg-5::before {
  content: "";
  position: absolute;
  z-index: 0;
  inset: -0.9rem -0.2rem;
  border-radius: 1.35rem;
  background: rgba(5, 5, 7, 0.36);
  backdrop-filter: blur(20px) saturate(118%);
  -webkit-backdrop-filter: blur(20px) saturate(118%);
  border: 1px solid rgba(255, 255, 255, 0.05);
  pointer-events: none;
}

.product-wrapper.kaos-fp-wrap .row.gx-4.gx-lg-5 > * {
  position: relative;
  z-index: 1;
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-top: var(--bs-gutter-y);
  box-sizing: border-box;
}

@media (min-width: 992px) {
  .product-wrapper.kaos-fp-wrap .row.gx-4.gx-lg-5 {
    --bs-gutter-x: 3rem;
    align-items: flex-start;
  }

  .product-wrapper.kaos-fp-wrap .row.gx-4.gx-lg-5 > .col-lg-6 {
    flex: 0 0 auto;
    width: 50%;
    max-width: 50%;
  }

  .product-wrapper.kaos-fp-wrap .col-lg-6 + .col-lg-6 .kaos-fp-buy-column {
    padding-top: 0.5rem;
  }

  .product-wrapper.kaos-fp-wrap .col-lg-6 + .col-lg-6 .kaos-fp-display-title {
    margin-top: 0;
  }
}

.product-wrapper.kaos-fp-wrap .status {
  display: flex;
  align-items: center;
  gap: 8px;
}

.product-wrapper.kaos-fp-wrap .status .indicator {
  position: relative;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.product-wrapper.kaos-fp-wrap .product-gallery {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.product-wrapper.kaos-fp-wrap .main-image-wrap {
  position: relative;
  border: 2px solid rgba(255, 255, 255, 0.06);
  border-radius: 16px;
  overflow: hidden;
  aspect-ratio: 16 / 9;
  cursor: zoom-in;
  background: rgba(255, 255, 255, 0.01);
}

.product-wrapper.kaos-fp-wrap .kaos-fp-product-gallery .splide {
  margin: 0;
  height: 100%;
}

.product-wrapper.kaos-fp-wrap .kaos-fp-product-gallery .splide__track {
  margin: 0;
  height: 100%;
}

.product-wrapper.kaos-fp-wrap .kaos-fp-splide-track,
.product-wrapper.kaos-fp-wrap .main-image-wrap .splide__list,
.product-wrapper.kaos-fp-wrap .main-image-wrap .splide__slide {
  height: 100%;
}

.product-wrapper.kaos-fp-wrap .gallery-main-img,
.product-wrapper.kaos-fp-wrap .kaos-fp-gallery-main-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
}

.product-wrapper.kaos-fp-wrap .main-image-wrap:hover .gallery-main-img,
.product-wrapper.kaos-fp-wrap .main-image-wrap:hover .kaos-fp-gallery-main-img {
  transform: scale(1.04);
}

.product-wrapper.kaos-fp-wrap .gallery-zoom-hint {
  position: absolute;
  bottom: 12px;
  right: 12px;
  z-index: 2;
  background: rgba(0, 0, 0, 0.55);
  backdrop-filter: blur(8px);
  color: rgba(255, 255, 255, 0.7);
  padding: 6px 10px;
  border-radius: 8px;
  font-size: 12px;
  display: flex;
  align-items: center;
  gap: 6px;
  opacity: 0;
  transition: opacity 0.3s ease;
  pointer-events: none;
}

.product-wrapper.kaos-fp-wrap .main-image-wrap:hover .gallery-zoom-hint {
  opacity: 1;
}

body.kaos-gallery-lightbox-open {
  overflow: hidden;
}

.kaos-gallery-lightbox {
  position: fixed !important;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  width: 100vw;
  height: 100vh;
  z-index: 99999 !important;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.5rem;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.25s ease, visibility 0.25s ease;
}

.kaos-gallery-lightbox--open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.kaos-gallery-lightbox__backdrop {
  position: absolute;
  inset: 0;
  border: 0;
  padding: 0;
  margin: 0;
  background: rgba(0, 0, 0, 0.92);
  cursor: pointer;
}

.kaos-gallery-lightbox__close {
  position: fixed;
  top: 1.25rem;
  right: 1.25rem;
  z-index: 2;
  width: 2.75rem;
  height: 2.75rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 999px;
  background: rgba(0, 0, 0, 0.55);
  color: #fff;
  cursor: pointer;
  transition: background 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}

.kaos-gallery-lightbox__close:hover {
  background: rgba(255, 85, 0, 0.25);
  border-color: rgba(255, 85, 0, 0.55);
  transform: scale(1.05);
}

.kaos-gallery-lightbox__stage {
  position: relative;
  z-index: 1;
  max-width: min(96vw, 1400px);
  max-height: 92vh;
  display: flex;
  align-items: center;
  justify-content: center;
}

.kaos-gallery-lightbox__img {
  display: block;
  max-width: 100%;
  max-height: 92vh;
  width: auto;
  height: auto;
  object-fit: contain;
  border-radius: 8px;
  box-shadow: 0 24px 80px rgba(0, 0, 0, 0.55);
  user-select: none;
}

.product-wrapper.kaos-fp-wrap .gallery-thumbs {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}

.product-wrapper.kaos-fp-wrap .gallery-thumb {
  border: 2px solid rgba(255, 255, 255, 0.08);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.03);
  padding: 3px;
  opacity: 0.55;
  transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
  cursor: pointer;
}

.product-wrapper.kaos-fp-wrap .gallery-thumb:hover {
  opacity: 0.85;
  border-color: rgba(255, 130, 50, 0.55);
  transform: translateY(-2px) scale(1.05);
}

.product-wrapper.kaos-fp-wrap .gallery-thumb.active,
.product-wrapper.kaos-fp-wrap .gallery-thumb.kaos-fp-gallery-thumb--active {
  opacity: 1;
  border-color: var(--kaos-fp-orange);
  box-shadow: 0 0 14px rgba(255, 106, 0, 0.4);
  transform: scale(1.06);
}

.product-wrapper.kaos-fp-wrap .gallery-thumb img {
  display: block;
  width: 76px;
  height: 43px;
  object-fit: cover;
  border-radius: 7px;
  aspect-ratio: 16 / 9;
}

.product-wrapper.kaos-fp-wrap .product-tabs .btn:hover {
  background: rgba(255, 255, 255, 0.1);
}

.product-wrapper.kaos-fp-wrap .kaos-fp-tabs-panel.content {
  border: 2px solid rgba(255, 255, 255, 0.05);
  border-radius: 15px;
  background: rgba(255, 255, 255, 0.01);
  padding: 24px;
  margin-top: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}

.product-wrapper.kaos-fp-wrap .kaos-fp-product-tabs {
  margin-top: 0.5rem;
}

.product-wrapper.kaos-fp-wrap .kaos-fp-tab-btn {
  padding: 0.4rem 0.85rem;
  border-radius: 0.5rem;
  font-size: 0.75rem;
  font-weight: 600;
  border: 1px solid rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.78);
  background: rgba(255, 255, 255, 0.03);
  transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.product-wrapper.kaos-fp-wrap .kaos-fp-tab-btn:hover {
  background: rgba(255, 120, 40, 0.12);
  border-color: rgba(255, 120, 40, 0.35);
  color: #fff;
}

.product-wrapper.kaos-fp-wrap .kaos-fp-tab-btn--active {
  background: rgba(255, 106, 0, 0.18);
  border-color: rgba(255, 120, 40, 0.55);
  color: #ffb347;
}

.product-wrapper.kaos-fp-wrap .display-6,
.product-wrapper.kaos-fp-wrap .kaos-fp-display-title {
  color: #e5e5e5;
  margin-bottom: 16px;
  font-size: clamp(1.75rem, 4vw, 2.25rem);
  font-weight: 800;
  line-height: 1.12;
  letter-spacing: -0.02em;
}

.product-wrapper.kaos-fp-wrap .fs-5,
.product-wrapper.kaos-fp-wrap .kaos-fp-fs-price {
  font-weight: 600;
  color: #e5e5e5;
  font-size: 1.35rem;
}

.product-wrapper.kaos-fp-wrap .stock-indicator {
  border: 2px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.05);
  padding: 4px 12px;
  font-size: 12px;
  display: inline-flex;
  align-items: center;
  gap: 4px;
}

.product-wrapper.kaos-fp-wrap .stock-indicator.btn-outline-primary {
  border-color: rgb(var(--cl-accent));
  color: rgb(var(--cl-accent));
}

.product-wrapper.kaos-fp-wrap .kaos-fp-stock-pill.stock-indicator.btn-outline-primary {
  background: rgba(255, 255, 255, 0.05);
  box-shadow: none;
}

.product-wrapper.kaos-fp-wrap .stock-unlimited svg {
  color: rgb(var(--cl-accent));
  width: 16px;
  height: 16px;
}

.product-wrapper.kaos-fp-wrap .variants {
  flex-direction: column;
  gap: 0.75rem;
}

.product-wrapper.kaos-fp-wrap .variants .variant.btn {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0.5rem;
  position: relative;
  border-radius: var(--bs-border-radius, 0.5rem);
  border: 1px solid rgba(255, 118, 52, 0.52) !important;
  box-shadow: none;
  --bs-btn-color: #e5e5e5;
  --bs-btn-bg: rgba(255, 255, 255, 0.04);
  --bs-btn-border-color: rgba(255, 118, 52, 0.52);
  --bs-btn-hover-bg: rgba(255, 106, 0, 0.1);
  --bs-btn-hover-border-color: rgba(255, 130, 65, 0.75);
  --bs-btn-active-bg: rgba(255, 106, 0, 0.12);
  --bs-btn-active-border-color: rgba(255, 130, 65, 0.85);
  --bs-btn-focus-box-shadow: 0 0 0 0.2rem rgba(255, 106, 0, 0.22);
  padding: 0.65rem 0.85rem;
  text-align: left;
}

.product-wrapper.kaos-fp-wrap .variants .variant.btn:disabled {
  border-color: rgba(255, 255, 255, 0.12) !important;
  --bs-btn-border-color: rgba(255, 255, 255, 0.12);
  opacity: 0.55;
}

.product-wrapper.kaos-fp-wrap .variants .variant.btn.active {
  background-color: rgba(255, 106, 0, 0.14) !important;
  border-color: rgba(255, 130, 58, 0.95) !important;
  --bs-btn-border-color: rgba(255, 130, 58, 0.95);
  color: #fff !important;
  outline: 0;
  box-shadow:
    0 0 0 1px rgba(255, 120, 45, 0.45),
    0 0 20px rgba(255, 100, 40, 0.35),
    0 0 40px rgba(255, 85, 0, 0.16) !important;
}

.product-wrapper.kaos-fp-wrap .variants .variant .name-stock {
  text-align: left;
}

.product-wrapper.kaos-fp-wrap .variants .variant .name,
.product-wrapper.kaos-fp-wrap .variants .variant .stock {
  margin-bottom: 0;
}

.product-wrapper.kaos-fp-wrap .variants .variant .description {
  font-size: 0.875rem;
  white-space: pre-line;
}

.product-wrapper.kaos-fp-wrap .variants .variant .stock {
  font-size: 0.75rem;
}

.product-wrapper.kaos-fp-wrap .variants .variant .price {
  padding: 0.25rem 0.5rem;
  border-radius: var(--bs-border-radius, 0.5rem);
  background: rgba(255, 255, 255, 0.025);
  color: #a3a3a3;
  font-weight: 500;
  min-width: 4.5rem;
}

.product-wrapper.kaos-fp-wrap .variants .variant .active-indicator {
  position: absolute;
  top: -12px;
  right: -4px;
  z-index: 1;
  background: var(--bs-secondary-bg, #121212);
  border-radius: 50%;
}

.product-wrapper.kaos-fp-wrap .variants .variant .active-indicator svg {
  width: 24px;
  height: 24px;
  display: block;
}

.product-wrapper.kaos-fp-wrap .variants .variant {
  transform: scale(1);
  transform-origin: center;
  backface-visibility: hidden;
}

.product-wrapper.kaos-fp-wrap .variants .variant:hover:not(:disabled) {
  transform: scale(1.02);
  box-shadow: 0 6px 20px rgba(255, 100, 40, 0.14);
  filter: brightness(1.04);
}

.product-wrapper.kaos-fp-wrap .variants .variant.btn.active:hover:not(:disabled) {
  transform: scale(1.02);
  filter: brightness(1.06);
  box-shadow:
    0 0 0 1px rgba(255, 120, 45, 0.52),
    0 0 24px rgba(255, 100, 40, 0.4),
    0 0 46px rgba(255, 85, 0, 0.2) !important;
}

.product-wrapper.kaos-fp-wrap .kaos-fp-buy-column {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}

.product-wrapper.kaos-fp-wrap .quantity-btn:hover:not(:disabled) {
  background: rgba(255, 255, 255, 0.1) !important;
  color: rgb(var(--cl-accent)) !important;
}

.product-wrapper.kaos-fp-wrap .quantity-btn:disabled {
  opacity: 0.4;
  cursor: not-allowed;
}

.product-wrapper.kaos-fp-wrap .quantity-input:focus {
  outline: none;
  background: rgba(255, 255, 255, 0.05) !important;
}

.product-wrapper.kaos-fp-wrap .kaos-fp-purchase-panel {
  margin-top: 1rem;
  padding: 0.95rem 1rem 1.1rem;
  background: rgba(14, 14, 18, 0.96);
  border: 1px solid rgba(255, 118, 48, 0.45);
  border-radius: 14px;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.04),
    0 14px 40px rgba(255, 80, 0, 0.07);
}

html.kaos-product-template .product-wrapper.kaos-fp-wrap .kaos-fp-purchase-panel {
  background: rgba(7, 7, 9, 0.5);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
}

.product-wrapper.kaos-fp-wrap .kaos-fp-purchase-panel__qty .form-label {
  color: rgba(255, 255, 255, 0.58);
  font-size: 0.8125rem;
  font-weight: 500;
  margin-bottom: 0.4rem;
}

.product-wrapper.kaos-fp-wrap .kaos-fp-qty-shell {
  display: flex !important;
  flex-direction: row !important;
  flex-wrap: nowrap !important;
  align-items: stretch;
  width: 100%;
  min-height: 2.75rem;
  border-radius: 10px;
  overflow: hidden;
  border: 1px solid rgba(255, 110, 45, 0.5);
  background: rgba(0, 0, 0, 0.42);
}

.product-wrapper.kaos-fp-wrap .kaos-fp-qty-shell .kaos-fp-qty-btn {
  width: 2.75rem;
  min-width: 2.75rem;
  max-width: 2.75rem;
  flex: 0 0 2.75rem;
  padding: 0.35rem 0 !important;
  border: none !important;
  border-radius: 0 !important;
  background: rgba(255, 255, 255, 0.06) !important;
  color: rgba(255, 255, 255, 0.95) !important;
  box-shadow: none !important;
}

.product-wrapper.kaos-fp-wrap .kaos-fp-qty-shell .kaos-fp-qty-btn--minus {
  border-right: 1px solid rgba(255, 120, 55, 0.28) !important;
}

.product-wrapper.kaos-fp-wrap .kaos-fp-qty-shell .kaos-fp-qty-btn--plus {
  border-left: 1px solid rgba(255, 120, 55, 0.28) !important;
}

.product-wrapper.kaos-fp-wrap .kaos-fp-qty-shell .quantity-input,
.product-wrapper.kaos-fp-wrap .kaos-fp-qty-shell .kaos-fp-qty-input {
  flex: 1 1 auto;
  min-width: 0;
  width: auto !important;
  border: none !important;
  border-radius: 0 !important;
}

.product-wrapper.kaos-fp-wrap .kaos-fp-qty-shell .kaos-fp-qty-btn:hover:not(:disabled) {
  background: rgba(255, 106, 0, 0.22) !important;
  color: #fff !important;
}

.product-wrapper.kaos-fp-wrap .kaos-fp-purchase-panel__alert {
  margin-top: 0.35rem;
}

.product-wrapper.kaos-fp-wrap .buy-buttons.kaos-fp-buy-buttons-row {
  display: flex !important;
  flex-direction: row !important;
  flex-wrap: nowrap !important;
  align-items: stretch;
  gap: 0.65rem;
}

.product-wrapper.kaos-fp-wrap .buy-buttons.kaos-fp-buy-buttons-row .kaos-fp-buy-buttons__slot {
  min-width: 0;
  flex: 1 1 0;
  max-width: 100%;
}

.product-wrapper.kaos-fp-wrap .buy-buttons.kaos-fp-buy-buttons-row .kaos-fp-buy-buttons__slot .btn {
  width: 100%;
}

.product-wrapper.kaos-fp-wrap .buy-buttons .btn svg,
.product-wrapper.kaos-fp-wrap .buy-buttons .kaos-fp-buy-ico {
  width: 1.25rem;
  height: 1.25rem;
  flex-shrink: 0;
}

.product-wrapper.kaos-fp-wrap .buy-buttons .kaos-fp-buy-ico--spin {
  width: 1.25rem;
  height: 1.25rem;
}

.product-wrapper.kaos-fp-wrap .buy-buttons .kaos-fp-buy-action-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2.85rem;
  padding: 0.55rem 0.85rem;
  border-radius: 10px;
  font-weight: 600;
  gap: 0.5rem;
}

.product-wrapper.kaos-fp-wrap .buy-buttons .kaos-fp-buy-btn-inner {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  line-height: 1.2;
}

.product-wrapper.kaos-fp-wrap .buy-buttons .btn.kaos-fp-btn-add-outline.btn-add-to-cart {
  background: transparent !important;
  border: 2px solid rgba(255, 130, 60, 0.95) !important;
  color: #ffc8a4 !important;
  box-shadow: none;
}

.product-wrapper.kaos-fp-wrap .buy-buttons .btn.kaos-fp-btn-add-outline.btn-add-to-cart:hover:not(:disabled) {
  background: rgba(255, 106, 0, 0.14) !important;
  color: #fff !important;
  filter: none;
  transform: none;
}

.product-wrapper.kaos-fp-wrap .buy-buttons .btn.kaos-fp-btn-add-outline.btn-add-to-cart:disabled {
  opacity: 0.45;
  transform: none !important;
  cursor: not-allowed;
}

.product-wrapper.kaos-fp-wrap .kaos-fp-qty-shell .quantity-btn svg,
.product-wrapper.kaos-fp-wrap .kaos-fp-qty-shell .kaos-fp-qty-btn svg {
  width: 24px;
  height: 24px;
}

.product-wrapper.kaos-fp-wrap .btn {
  border-radius: 15px;
  font-weight: 500;
  transition: all 0.3s ease;
}

.product-wrapper.kaos-fp-wrap .btn-buy-now-styled.kaos-fp-btn-buy-solid {
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  position: relative;
  overflow: hidden;
  border: none !important;
  color: #fff !important;
  font-weight: 700;
  letter-spacing: 0.02em;
  background: rgb(var(--cl-accent)) !important;
  box-shadow: 0 6px 22px rgba(255, 106, 0, 0.38);
}

.product-wrapper.kaos-fp-wrap .btn-buy-now-styled.kaos-fp-btn-buy-solid:hover:not(:disabled) {
  filter: brightness(1.08);
  box-shadow: 0 8px 28px rgba(255, 106, 0, 0.5);
  transform: none;
}

.product-wrapper.kaos-fp-wrap .btn-buy-now-styled:disabled {
  opacity: 0.45;
  cursor: not-allowed;
  transform: none !important;
}

.product-wrapper.kaos-fp-wrap .splide__arrow {
  background: rgba(0, 0, 0, 0.55);
  border: 1px solid rgba(255, 120, 40, 0.35);
  fill: #ffb37a;
}

.product-wrapper.kaos-fp-wrap .splide__arrow:hover {
  background: rgba(255, 106, 0, 0.25);
}

.product-wrapper.kaos-fp-wrap .kaos-fp-badge {
  background: linear-gradient(135deg, rgba(255, 106, 0, 0.95), rgba(255, 140, 50, 0.85));
  border: 1px solid rgba(255, 160, 90, 0.5);
}

.product-wrapper.kaos-fp-wrap .kaos-fp-tabs-content {
  color: #e5e5e5;
  line-height: 1.6;
}

.kaos-fp-status .indicator {
  position: relative;
}

.kaos-fp-status .pulsating {
  position: absolute;
  inset: 0;
  border-radius: 50%;
  animation: kaosFpPulse 2s infinite;
  opacity: 0.55;
  pointer-events: none;
}

@keyframes kaosFpPulse {
  0% {
    transform: scale(1);
    opacity: 0.55;
  }
  50% {
    transform: scale(1.35);
    opacity: 0.2;
  }
  100% {
    transform: scale(1);
    opacity: 0.55;
  }
}

.kaos-fp-price-stock {
  row-gap: 0.35rem;
}

.kaos-fp-stock-pill {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  padding: 0.25rem 0.65rem;
  border-radius: 999px;
  font-size: 0.75rem;
  font-weight: 600;
  border: 2px solid rgba(255, 120, 40, 0.45);
  background: rgba(255, 106, 0, 0.12);
  color: #ffb37a;
}

.kaos-fp-stock-pill--out {
  border-color: rgba(239, 68, 68, 0.45);
  background: rgba(239, 68, 68, 0.12);
  color: #fecaca;
}

.kaos-fp-badge {
  background: linear-gradient(135deg, rgba(255, 106, 0, 0.95), rgba(255, 140, 50, 0.85));
  border: 1px solid rgba(255, 160, 90, 0.5);
  color: #fff !important;
}

.product-wrapper.kaos-fp-wrap .kaos-fp-form-root {
  background: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}

.kaos-fp-variant:disabled {
  opacity: 0.45;
  cursor: not-allowed;
}

html.kaos-status-template #app.kaos-app-status {
  max-width: none !important;
  width: 100% !important;
}

html.kaos-status-template #app > div:first-of-type {
  width: 100%;
  max-width: 100%;
}

html.kaos-status-template .components {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  max-width: 100%;
}


.components:has(.kaos-rez-status-page) {
  width: 100%;
  max-width: 100%;
}

.kaos-rez-status-page {
  width: 100%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  box-sizing: border-box;
}

.kaos-rez-status-page .kaos-rs-shell {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  max-width: 100%;
}

.kaos-rez-status-page .py-5-nav {
  padding-top: clamp(5rem, 14vw, 7.5rem);
  padding-bottom: 2rem;
}

.kaos-rs-section-header {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  max-width: 100%;
  text-align: center;
  margin-bottom: 2.5rem;
  animation: kaosRsSectionHeaderIn 0.8s cubic-bezier(0.16, 1, 0.3, 1) both;
}

.kaos-rs-badge-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}

.kaos-rs-section-title-container {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  margin-top: 1rem;
  margin-bottom: 0.75rem;
}

@keyframes kaosRsSectionHeaderIn {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.kaos-rs-fade-in {
  animation: kaosRsFadeIn 0.9s ease both;
}

@keyframes kaosRsFadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.kaos-rs-slide-up {
  animation: kaosRsSlideUp 0.85s cubic-bezier(0.16, 1, 0.3, 1) both;
}

.kaos-rs-section-subtitle.kaos-rs-slide-up {
  animation-delay: 0.12s;
}

@keyframes kaosRsSlideUp {
  from {
    opacity: 0;
    transform: translateY(18px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.kaos-rs-section-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.35rem;
  padding: 0.35rem 0.85rem;
  border-radius: 999px;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.92);
  background: rgba(255, 106, 0, 0.12);
  border: 1px solid rgba(255, 120, 40, 0.45);
  box-shadow: 0 0 0 0 rgba(255, 106, 0, 0.35);
  animation: kaosRsBadgePulse 2.4s ease-in-out infinite;
}

@keyframes kaosRsBadgePulse {
  0%,
  100% {
    box-shadow: 0 0 0 0 rgba(255, 106, 0, 0.35);
  }
  50% {
    box-shadow: 0 0 0 6px rgba(255, 106, 0, 0);
  }
}

.kaos-rs-section-title {
  position: relative;
  display: inline-block;
  font-size: clamp(1.75rem, 4vw, 2.35rem);
  font-weight: 800;
  color: #f4f4f5;
  letter-spacing: -0.02em;
  margin: 0;
  padding-bottom: 0.35rem;
}

.kaos-rs-section-title .kaos-rs-title-underline {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -2px;
  width: 100%;
  height: 8px;
  color: #ff6a00;
  pointer-events: none;
  overflow: visible;
}

.kaos-rs-section-title .kaos-rs-title-glow {
  filter: drop-shadow(0 0 10px rgba(255, 106, 0, 0.45));
}

.kaos-rs-section-title::after {
  content: "";
  position: absolute;
  bottom: -6px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 2px;
  border-radius: 2px;
  background: linear-gradient(90deg, transparent, #ff6a00, #ffb347, #ff6a00, transparent);
  box-shadow: 0 0 12px rgba(255, 106, 0, 0.55);
  animation: kaosRsTitleLineGrow 1s cubic-bezier(0.16, 1, 0.3, 1) 0.35s forwards;
}

@keyframes kaosRsTitleLineGrow {
  from {
    width: 0;
  }
  to {
    width: 80%;
  }
}

.kaos-rs-section-subtitle {
  max-width: 36rem;
  width: 100%;
  margin: 1rem auto 0;
  padding: 0 0.5rem;
  box-sizing: border-box;
  font-size: 0.95rem;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.55);
  text-align: center;
  text-wrap: balance;
}

.kaos-rs-row {
  width: 100%;
  display: flex;
  justify-content: center;
}

.kaos-rs-status-cards {
  width: 100%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.kaos-rs-status-group {
  margin-bottom: 0;
}

.kaos-rs-status-cards-inner {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.kaos-rs-status-card {
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 1rem 1.5rem;
  width: 100%;
  min-height: 6.25rem;
  padding: 1.5rem clamp(1.25rem, 4vw, 3rem);
  border-radius: 1rem;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.06);
  text-decoration: none;
  color: inherit;
  transition: transform 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease;
  overflow: hidden;
  box-sizing: border-box;
}

.kaos-rs-status-card::before {
  content: "";
  position: absolute;
  inset: -1px;
  border-radius: inherit;
  background: linear-gradient(135deg, #ff6a00, #ffb347, #ff6a00);
  background-size: 200% 200%;
  opacity: 0;
  z-index: 0;
  transition: opacity 0.35s ease;
  animation: kaosRsBorderFlow 4s linear infinite;
}

@keyframes kaosRsBorderFlow {
  0% {
    background-position: 0% 50%;
  }
  100% {
    background-position: 200% 50%;
  }
}

.kaos-rs-status-card:hover {
  transform: translateY(-3px);
  border-color: rgba(255, 120, 40, 0.55);
  box-shadow: 0 12px 36px rgba(255, 106, 0, 0.18);
}

.kaos-rs-status-card:hover::before {
  opacity: 0.45;
}

.kaos-rs-product-name {
  position: relative;
  z-index: 1;
  flex: 1 1 auto;
  min-width: 0;
  margin: 0;
  font-size: clamp(1.1rem, 2.4vw, 1.35rem);
  font-weight: 700;
  color: #fff;
  letter-spacing: -0.01em;
  text-align: left;
  line-height: 1.25;
}

.kaos-rs-status-badge {
  position: relative;
  z-index: 1;
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.5rem 1rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.08);
  align-self: center;
}

.kaos-rs-status-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.kaos-rs-shield-icon {
  color: var(--status-color, #2ecc71);
  stroke: var(--status-color, #2ecc71);
  position: relative;
  z-index: 2;
}

.kaos-rs-status-icon::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 30px;
  height: 30px;
  margin: -15px 0 0 -15px;
  background-color: var(--status-color, #2ecc71);
  opacity: 0.22;
  border-radius: 50%;
  animation: kaosRsStatusPulse 1.5s ease-out infinite;
  z-index: 1;
}

@keyframes kaosRsStatusPulse {
  0% {
    transform: scale(0.75);
    opacity: 0.35;
  }
  70% {
    transform: scale(1.35);
    opacity: 0;
  }
  100% {
    transform: scale(1.35);
    opacity: 0;
  }
}

.kaos-rs-status-text {
  font-size: 0.8rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: var(--status-color, #2ecc71);
}

@media (prefers-reduced-motion: reduce) {
  .kaos-rs-section-header,
  .kaos-rs-fade-in,
  .kaos-rs-slide-up,
  .kaos-rs-section-badge,
  .kaos-rs-section-title::after,
  .kaos-rs-status-icon::before,
  .kaos-rs-status-card::before {
    animation: none !important;
  }

  .kaos-rs-section-title::after {
    width: 80%;
  }
}

.kaos-fp-qty-wrap {
  display: flex;
  align-items: stretch;
}

.kaos-fp-qty-input {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: textfield;
  border: 0 !important;
  box-shadow: none !important;
  color-scheme: dark;
  color: rgba(255, 255, 255, 0.95) !important;
  background-color: rgba(255, 255, 255, 0.07) !important;
}

.kaos-fp-qty-input::-webkit-outer-spin-button,
.kaos-fp-qty-input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.kaos-fp-qty-input:focus {
  outline: none;
  background-color: rgba(255, 255, 255, 0.1) !important;
}

.kaos-fp-qty-input:disabled {
  opacity: 0.55;
}

.kaos-fp-btn-inner {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.4rem;
  width: 100%;
  min-height: 2.35rem;
  text-align: center;
}

.kaos-fp-buy-buttons {
  display: flex;
  flex-direction: column;
  gap: 0.65rem;
}

@media (min-width: 640px) {
  .kaos-fp-buy-buttons {
    flex-direction: row;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
  }

  .kaos-fp-buy-buttons > .kaos-fp-btn-add,
  .kaos-fp-buy-buttons > .kaos-fp-btn-buy {
    flex: 0 1 auto;
    min-width: min(12rem, 42vw);
    max-width: 14rem;
  }
}

.kaos-fp-btn-add,
.kaos-fp-btn-buy {
  min-height: 2.5rem;
}

html.kaos-fp-variant-modal-lock,
html.kaos-fp-variant-modal-lock body {
  overflow: hidden;
}

.kaos-fp-variant-modal {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: max(0.75rem, env(safe-area-inset-top, 0px)) max(0.75rem, env(safe-area-inset-right, 0px)) max(0.75rem, env(safe-area-inset-bottom, 0px)) max(0.75rem, env(safe-area-inset-left, 0px));
}

.kaos-fp-variant-modal__backdrop {
  position: absolute;
  inset: 0;
  z-index: 0;
  background: rgba(0, 0, 0, 0.75);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}

.kaos-fp-variant-modal__dialog {
  position: relative;
  z-index: 1;
  width: min(1100px, 100%);
  max-height: min(90vh, 920px);
  display: flex;
  flex-direction: column;
  border-radius: 18px;
  border: 1px solid rgba(255, 120, 40, 0.22);
  box-shadow: 0 0 0 1px rgba(255, 100, 50, 0.08), 0 28px 90px rgba(0, 0, 0, 0.6);
  background: linear-gradient(165deg, #18181c 0%, #101012 100%);
  overflow: hidden;
}

.kaos-fp-variant-modal__head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1rem;
  padding: 1.1rem 1.25rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  flex-shrink: 0;
}

.kaos-fp-variant-modal__title {
  margin: 0;
  font-size: clamp(1rem, 2.4vw, 1.2rem);
  font-weight: 800;
  color: #fff;
  line-height: 1.25;
  letter-spacing: -0.02em;
  padding-right: 0.5rem;
}

.kaos-fp-variant-modal__title-muted {
  font-weight: 600;
  color: rgba(255, 255, 255, 0.42);
}

.kaos-fp-variant-modal__close {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.04);
  color: rgba(255, 255, 255, 0.78);
  cursor: pointer;
  transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.kaos-fp-variant-modal__close:hover {
  background: rgba(255, 106, 0, 0.18);
  border-color: rgba(255, 120, 40, 0.45);
  color: #fff;
}

.kaos-fp-variant-modal__scroll {
  overflow: auto;
  padding: 1rem 1.25rem 1.35rem;
  -webkit-overflow-scrolling: touch;
}

.kaos-fp-variant-modal__grid {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  justify-content: center;
}

.kaos-fp-variant-modal-card {
  flex: 1 1 200px;
  min-width: min(100%, 200px);
  max-width: 280px;
  border-radius: 14px;
  border: 2px solid rgba(255, 255, 255, 0.08);
  background: rgba(6, 6, 8, 0.92);
  padding: 0;
  overflow: hidden;
  cursor: pointer;
  transition: transform 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}

.kaos-fp-variant-modal-card:hover:not(:disabled) {
  transform: translateY(-2px);
  border-color: rgba(255, 120, 40, 0.4);
  box-shadow: 0 14px 40px rgba(0, 0, 0, 0.4);
}

.kaos-fp-variant-modal-card--active {
  border-color: rgba(255, 120, 40, 0.88) !important;
  box-shadow: 0 0 0 1px rgba(255, 106, 0, 0.28), 0 10px 32px rgba(255, 85, 0, 0.18);
}

.kaos-fp-variant-modal-card:disabled {
  opacity: 0.45;
  cursor: not-allowed;
  transform: none;
}

.kaos-fp-variant-modal-card__media {
  position: relative;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  background: rgba(0, 0, 0, 0.45);
}

.kaos-fp-variant-modal-card__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.kaos-fp-variant-modal-card__media-tint {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(140, 70, 220, 0.22) 0%, transparent 42%, rgba(0, 0, 0, 0.4) 100%);
  pointer-events: none;
}

.kaos-fp-variant-modal-card__body {
  padding: 0.85rem 1rem 1rem;
}

.kaos-fp-variant-modal-card__name {
  margin: 0 0 0.35rem;
  font-size: 0.9rem;
  font-weight: 700;
  color: #fff;
  line-height: 1.3;
}

.kaos-fp-variant-modal-card__desc {
  margin: 0 0 0.5rem;
  font-size: 0.7rem;
  line-height: 1.35;
  color: rgba(255, 255, 255, 0.48);
}

.kaos-fp-variant-modal-card__status {
  display: flex;
  align-items: center;
  gap: 0.4rem;
  font-size: 0.68rem;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.72);
  margin-bottom: 0.65rem;
}

.kaos-fp-vm-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  flex-shrink: 0;
}

.kaos-fp-vm-dot--ok {
  background: #22c55e;
  box-shadow: 0 0 8px rgba(34, 197, 94, 0.55);
}

.kaos-fp-vm-dot--warn {
  background: #eab308;
  box-shadow: 0 0 8px rgba(234, 179, 8, 0.45);
}

.kaos-fp-vm-dot--off {
  background: #64748b;
}

.kaos-fp-variant-modal-card__footer {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
}

.kaos-fp-vm-pill {
  display: inline-flex;
  align-items: center;
  gap: 0.25rem;
  padding: 0.28rem 0.55rem;
  border-radius: 999px;
  font-size: 0.68rem;
  font-weight: 600;
}

.kaos-fp-vm-pill--price {
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.05);
  color: rgba(255, 255, 255, 0.78);
}

.kaos-fp-vm-pill--price .kaos-fp-vm-pill__value {
  color: #fff;
  font-weight: 800;
}

.kaos-fp-vm-pill__prefix {
  font-weight: 500;
  opacity: 0.62;
}

.kaos-fp-vm-pill--stock {
  border: 1px solid rgba(167, 139, 250, 0.28);
  background: rgba(110, 50, 160, 0.14);
  color: rgba(230, 210, 255, 0.95);
}

@media (max-width: 639px) {
  .kaos-fp-variant-modal__grid {
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: stretch;
  }

  .kaos-fp-variant-modal-card {
    max-width: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  .kaos-fp-variant-modal-card:hover:not(:disabled) {
    transform: none;
  }
}


.kaos-terms-template #app.kaos-app-terms {
  max-width: none;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}

.kaos-terms-rez {
  --kaos-t-orange: #ff6a00;
  --kaos-t-orange-mid: #ff944d;
  --kaos-t-orange-soft: rgba(255, 120, 45, 0.35);
}

.kaos-terms-rez .terms-page-wrapper {
  padding-top: clamp(4rem, 10vw, 5.5rem);
  padding-bottom: 4rem;
  min-height: 100vh;
  max-width: min(1100px, 94vw);
  margin-left: auto;
  margin-right: auto;
  padding-left: 1rem;
  padding-right: 1rem;
}

.kaos-terms-rez .kaos-terms-two-col {
  display: grid;
  gap: 1.5rem;
  align-items: start;
}

@media (min-width: 992px) {
  .kaos-terms-rez .kaos-terms-two-col {
    grid-template-columns: minmax(0, 2fr) minmax(0, 1fr);
    gap: 1.75rem;
    align-items: start;
  }
}

.kaos-terms-rez .terms-hero-section {
  text-align: center;
  margin-bottom: 3rem;
  transition:
    opacity 0.8s cubic-bezier(0.16, 1, 0.3, 1),
    transform 0.8s cubic-bezier(0.16, 1, 0.3, 1);
  opacity: 0;
  transform: translateY(28px);
}

.kaos-terms-rez .terms-hero-section.revealed {
  opacity: 1;
  transform: none;
}

.kaos-terms-rez .terms-badge {
  margin-bottom: 1.2rem;
}

.kaos-terms-rez .terms-title {
  font-size: clamp(2rem, 5vw, 2.8rem);
  font-weight: 700;
  margin-bottom: 1rem;
  background: linear-gradient(135deg, #ffffff 0%, #ffb37a 45%, #ffffff 100%);
  background-size: 200% 200%;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: kaosTermsGradient 6s ease infinite;
}

@keyframes kaosTermsGradient {
  0%,
  100% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
}

.kaos-terms-rez .terms-subtitle {
  font-size: 1rem;
  color: rgba(255, 255, 255, 0.55);
  max-width: 520px;
  margin: 0 auto;
  line-height: 1.7;
}

.kaos-terms-rez .terms-warning-banner {
  background: rgba(239, 68, 68, 0.08);
  border: 1px solid rgba(239, 68, 68, 0.35);
  border-radius: 14px;
  padding: 18px 24px;
  margin-bottom: 28px;
  display: flex;
  align-items: flex-start;
  gap: 14px;
  transition:
    opacity 0.7s ease,
    transform 0.7s ease;
  opacity: 0;
  transform: translateY(24px);
}

.kaos-terms-rez .terms-warning-banner.revealed {
  opacity: 1;
  transform: none;
}

.kaos-terms-rez .terms-warning-banner svg {
  color: #f87171;
  flex-shrink: 0;
  margin-top: 2px;
}

.kaos-terms-rez .terms-warning-banner p {
  color: rgba(255, 255, 255, 0.75);
  font-size: 0.9rem;
  line-height: 1.6;
  margin: 0;
}

.kaos-terms-rez .terms-warning-banner strong {
  color: #f87171;
}

.kaos-terms-rez .terms-card {
  background: rgba(255, 255, 255, 0.02);
  border: 1px solid rgba(255, 120, 50, 0.28);
  border-radius: 20px;
  overflow: hidden;
  transition:
    opacity 0.8s cubic-bezier(0.16, 1, 0.3, 1),
    transform 0.8s cubic-bezier(0.16, 1, 0.3, 1);
  transition-delay: 0.08s;
  opacity: 0;
  transform: translateY(26px);
}

.kaos-terms-rez .terms-card.revealed {
  opacity: 1;
  transform: none;
}

.kaos-terms-rez .terms-card-header {
  padding: 20px 28px;
  border-bottom: 1px solid rgba(255, 120, 50, 0.22);
  display: flex;
  align-items: center;
  gap: 12px;
  background: rgba(255, 106, 0, 0.07);
}

.kaos-terms-rez .terms-card-header svg {
  color: var(--kaos-t-orange);
  flex-shrink: 0;
}

.kaos-terms-rez .terms-card-header span {
  font-size: 0.85rem;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.6);
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.kaos-terms-rez .terms-body {
  padding: 28px;
}

.kaos-terms-rez .tos-section {
  transition:
    opacity 0.6s cubic-bezier(0.16, 1, 0.3, 1),
    transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
  margin-bottom: 28px;
  opacity: 0;
  transform: translateY(18px);
}

.kaos-terms-rez .tos-section.revealed {
  opacity: 1;
  transform: none;
}

.kaos-terms-rez .tos-section-title {
  font-size: 1.1rem;
  font-weight: 700;
  color: #ffb37a;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.kaos-terms-rez .tos-section-title::before {
  content: "";
  display: inline-block;
  width: 4px;
  height: 1.1em;
  background: linear-gradient(180deg, #ff6a00, #ff944d);
  border-radius: 2px;
  flex-shrink: 0;
}

.kaos-terms-rez .tos-section p,
.kaos-terms-rez .tos-section ul {
  color: rgba(255, 255, 255, 0.65);
  line-height: 1.85;
  font-size: 0.93rem;
  margin-bottom: 0;
}

.kaos-terms-rez .tos-section ul {
  padding-left: 1.5rem;
}

.kaos-terms-rez .tos-section ul li {
  margin-bottom: 4px;
}

.kaos-terms-rez .tos-gap {
  margin-top: 10px;
}

.kaos-terms-rez .kaos-terms-accent {
  color: #ffb37a;
}

.kaos-terms-rez .tos-divider {
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(255, 120, 50, 0.35), transparent);
  margin: 22px 0;
}

.kaos-terms-rez .terms-sidebar {
  transition:
    opacity 0.8s cubic-bezier(0.16, 1, 0.3, 1),
    transform 0.8s cubic-bezier(0.16, 1, 0.3, 1);
  transition-delay: 0.12s;
  opacity: 0;
  transform: translateY(22px);
}

.kaos-terms-rez .terms-sidebar.revealed {
  opacity: 1;
  transform: none;
}

.kaos-terms-rez .terms-info-card {
  background: rgba(255, 106, 0, 0.06);
  border: 1px solid rgba(255, 120, 50, 0.28);
  border-radius: 16px;
  padding: 22px;
  margin-bottom: 14px;
  transition: all 0.55s cubic-bezier(0.16, 1, 0.3, 1);
}

.kaos-terms-rez .terms-info-card:hover {
  border-color: rgba(255, 140, 70, 0.55);
  box-shadow: 0 8px 30px rgba(255, 106, 0, 0.14);
  transform: translateY(-3px);
}

.kaos-terms-rez .terms-info-card-icon {
  width: 38px;
  height: 38px;
  background: rgba(255, 106, 0, 0.16);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 12px;
  color: #ffb37a;
}

.kaos-terms-rez .terms-info-card-icon i {
  font-size: 1.05rem;
  line-height: 1;
}

.kaos-terms-rez .terms-info-card-title {
  font-size: 0.9rem;
  font-weight: 700;
  color: #e5e5e5;
  margin-bottom: 5px;
}

.kaos-terms-rez .terms-info-card-text {
  font-size: 0.8rem;
  color: rgba(255, 255, 255, 0.48);
  line-height: 1.6;
}

.kaos-terms-rez .terms-last-updated {
  font-size: 0.78rem;
  color: rgba(255, 255, 255, 0.3);
  text-align: center;
  margin-top: 14px;
}

@media (prefers-reduced-motion: reduce) {
  .kaos-terms-rez .terms-hero-section,
  .kaos-terms-rez .terms-warning-banner,
  .kaos-terms-rez .terms-card,
  .kaos-terms-rez .tos-section,
  .kaos-terms-rez .terms-sidebar {
    transition: none !important;
    opacity: 1 !important;
    transform: none !important;
  }

  .kaos-terms-rez .terms-title {
    animation: none !important;
  }
}

.kaos-footer {
  width: 100%;
  max-width: 100%;
  margin-left: 0;
  margin-right: 0;
  background: transparent;
  border: none;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  flex-shrink: 0;
  min-height: 7.5rem;
  padding-top: 0;
  padding-bottom: 1rem;
  box-sizing: border-box;
}

.kaos-shop-template #app > .kaos-footer,
html.kaos-product-template #app > .kaos-footer,
html.kaos-products-template #app > .kaos-footer,
html.kaos-terms-template #app > .kaos-footer,
html.kaos-status-template #app > .kaos-footer {
  width: 100%;
  max-width: 100%;
  margin-left: 0;
  margin-right: 0;
}

.kaos-footer-inner {
  width: 100%;
  max-width: min(1920px, 96vw);
  margin-left: auto;
  margin-right: auto;
  padding-left: clamp(1.25rem, 3.5vw, 3rem);
  padding-right: clamp(1.25rem, 3.5vw, 3rem);
}

.kaos-footer-bar {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 1rem 1.75rem;
  width: 100%;
  padding: 0.75rem 0 0.35rem;
  min-height: unset;
  margin-top: auto;
}

.kaos-footer-brand {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.55rem 0.85rem;
  text-decoration: none;
  min-width: 0;
  flex: 1 1 auto;
}

.kaos-footer-logo-img {
  flex-shrink: 0;
  width: 2.25rem;
  height: 2.25rem;
  object-fit: contain;
  display: block;
  background: transparent;
  border: none;
  box-shadow: none;
  filter: none;
}

.kaos-footer-brand-text {
  font-family: "Lexend", system-ui, sans-serif;
  font-weight: 700;
  font-size: clamp(0.95rem, 1.8vw, 1.12rem);
  letter-spacing: -0.02em;
  line-height: 1.2;
  white-space: nowrap;
}

.kaos-footer-brand-text--gradient {
  display: inline-block;
  background-image: linear-gradient(
    105deg,
    #b84305 0%,
    #e86412 28%,
    #ff9a52 52%,
    #ffe4cc 82%,
    #ffffff 100%
  );
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
}

.kaos-footer-copyright-inline {
  font-size: 0.75rem;
  line-height: 1.4;
  color: rgba(255, 255, 255, 0.42);
  white-space: nowrap;
}

.kaos-footer-end {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  gap: 0.85rem 1.5rem;
  flex-shrink: 0;
}

.kaos-footer-links {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.35rem 1.15rem;
}

.kaos-footer-link {
  font-size: 0.8125rem;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.72);
  text-decoration: none;
  transition: color 0.2s ease;
  white-space: nowrap;
}

.kaos-footer-link:hover {
  color: #fff;
}

.kaos-footer-socials {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  flex-shrink: 0;
}

.kaos-footer-social-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: auto;
  height: auto;
  padding: 0;
  border: none;
  border-radius: 0;
  background: transparent;
  color: rgba(255, 255, 255, 0.55);
  transition: color 0.2s ease, opacity 0.2s ease;
}

.kaos-footer-social-link svg {
  width: 1.2rem;
  height: 1.2rem;
}

.kaos-footer-social-link:hover {
  color: rgba(255, 255, 255, 0.95);
  background: transparent;
  border: none;
}

@media (max-width: 900px) {
  .kaos-footer-bar {
    flex-direction: column;
    align-items: flex-start;
  }

  .kaos-footer-end {
    width: 100%;
    justify-content: flex-start;
  }

  .kaos-footer-copyright-inline {
    white-space: normal;
    width: 100%;
    flex-basis: 100%;
    padding-left: calc(2rem + 0.85rem);
  }
}

@media (max-width: 520px) {
  .kaos-footer-brand {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.35rem;
  }

  .kaos-footer-copyright-inline {
    padding-left: 0;
  }
}
