/* AJO89 Gothic Chronos — final visual override, loaded after all legacy styles. */

@font-face {
  font-family: "AJO89ChronosText";
  src: url("fonts/poppins-regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "AJO89ChronosText";
  src: url("fonts/poppins-medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "AJO89ChronosText";
  src: url("fonts/poppins-semibold.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "AJO89ChronosText";
  src: url("fonts/poppins-bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "AJO89ChronosText";
  src: url("fonts/poppins-extraBold.woff2") format("woff2");
  font-weight: 800 900;
  font-style: normal;
  font-display: swap;
}

/* Keep legacy aliases local so the extracted foundation no longer needs remote font files. */
@font-face { font-family: "poppinsregular"; src: url("fonts/poppins-regular.woff2") format("woff2"); font-weight: 400; font-style: normal; font-display: swap; }
@font-face { font-family: "poppinsmedium"; src: url("fonts/poppins-medium.woff2") format("woff2"); font-weight: 500; font-style: normal; font-display: swap; }
@font-face { font-family: "poppinssemibold"; src: url("fonts/poppins-semibold.woff2") format("woff2"); font-weight: 600; font-style: normal; font-display: swap; }
@font-face { font-family: "poppinsbold"; src: url("fonts/poppins-bold.woff2") format("woff2"); font-weight: 700; font-style: normal; font-display: swap; }
@font-face { font-family: "poppinsExtraBold"; src: url("fonts/poppins-extraBold.woff2") format("woff2"); font-weight: 800; font-style: normal; font-display: swap; }
@font-face { font-family: "Font Awesome 6 Free"; src: url("fonts/fa-solid-900.woff2") format("woff2"); font-weight: 900; font-style: normal; font-display: block; }
@font-face { font-family: "Font Awesome 6 Brands"; src: url("fonts/fa-brands-400.woff2") format("woff2"); font-weight: 400; font-style: normal; font-display: block; }

:root {
  --chronos-obsidian: #050506;
  --chronos-black: #090506;
  --chronos-black-soft: #12090a;
  --chronos-panel: rgba(20, 8, 9, 0.94);
  --chronos-panel-strong: rgba(11, 5, 6, 0.98);
  --chronos-crimson: #8f0611;
  --chronos-crimson-deep: #4c0308;
  --chronos-ruby: #d51325;
  --chronos-red-hot: #ff3047;
  --chronos-gold: #d6a83a;
  --chronos-gold-bright: #ffe18a;
  --chronos-gold-deep: #8c5a13;
  --chronos-ivory: #fff4db;
  --chronos-text: #f3e8dc;
  --chronos-muted: #c8b7ab;
  --chronos-line: rgba(222, 174, 70, 0.32);
  --chronos-line-hot: rgba(255, 223, 137, 0.72);
  --chronos-red-glow: rgba(202, 12, 33, 0.30);
  --chronos-gold-glow: rgba(224, 170, 54, 0.22);
  --chronos-shadow: rgba(0, 0, 0, 0.68);
  --chronos-font-display: Georgia, "Times New Roman", Times, serif;
  --chronos-font-body: "AJO89ChronosText", "Segoe UI", Arial, sans-serif;
  --chronos-font-button: "AJO89ChronosText", "Arial Narrow", Impact, sans-serif;
  --clock-ring-duration: 31s;
  --gear-fast-duration: 17s;
  --gear-medium-duration: 29s;
  --gear-slow-duration: 47s;
  --ember-duration: 8s;
  --chronos-hour-angle: 305deg;
  --chronos-minute-angle: 60deg;
  --chronos-second-angle: 0deg;
  --chronos-parallax-x: 0px;
  --chronos-parallax-y: 0px;

  --theme-primary: var(--chronos-ruby);
  --theme-secondary: var(--chronos-crimson);
  --theme-bg: var(--chronos-obsidian);
  --theme-surface: #100708;
  --theme-surface-2: #190a0c;
  --theme-panel: #210d10;
  --theme-text: var(--chronos-ivory);
  --theme-muted: var(--chronos-muted);
  --theme-accent: var(--chronos-gold-bright);
  --theme-accent-2: var(--chronos-gold);
  --theme-border-soft: var(--chronos-line);
  --theme-border-strong: rgba(255, 238, 196, 0.12);
  --theme-glow-main: var(--chronos-red-glow);
  --theme-glow-soft: var(--chronos-gold-glow);
  --theme-shadow-deep: var(--chronos-shadow);
  --theme-panel-grad: linear-gradient(145deg, rgba(31, 11, 13, 0.97), rgba(8, 5, 6, 0.99));
  --theme-cta: linear-gradient(145deg, #ff4a4a 0%, #c50e24 38%, #78030d 100%);
}

html {
  background: var(--chronos-obsidian);
  scrollbar-color: var(--chronos-gold-deep) #090506;
  scrollbar-width: thin;
}

html,
body.body-desktop {
  min-width: 320px;
  max-width: 100%;
}

body.body-desktop {
  position: relative;
  overflow-x: clip;
  color: var(--chronos-text);
  font-family: var(--chronos-font-body);
  background:
    radial-gradient(circle at 50% -8%, rgba(206, 17, 37, 0.34), transparent 31%),
    radial-gradient(circle at 8% 30%, rgba(126, 3, 15, 0.24), transparent 25%),
    radial-gradient(circle at 93% 58%, rgba(197, 104, 20, 0.12), transparent 20%),
    linear-gradient(180deg, #100406 0%, #070506 24%, #0b0506 56%, #050506 100%);
  background-attachment: fixed;
}

body.body-desktop::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  opacity: 0.34;
  background:
    repeating-linear-gradient(118deg, transparent 0 17px, rgba(255, 220, 142, 0.025) 18px, transparent 19px 38px),
    repeating-linear-gradient(62deg, transparent 0 23px, rgba(160, 7, 24, 0.035) 24px, transparent 25px 46px);
  -webkit-mask-image: radial-gradient(ellipse at center, #000 24%, rgba(0, 0, 0, 0.7) 62%, transparent 100%);
  mask-image: radial-gradient(ellipse at center, #000 24%, rgba(0, 0, 0, 0.7) 62%, transparent 100%);
}

body.body-desktop::after {
  content: "";
  position: fixed;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  box-shadow: inset 0 0 150px rgba(0, 0, 0, 0.88), inset 0 -70px 110px rgba(0, 0, 0, 0.56);
}

body.body-desktop > :not(.ajo89-chronos-atmosphere) {
  position: relative;
  z-index: 1;
}

::selection {
  color: #130304;
  background: var(--chronos-gold-bright);
}

::-webkit-scrollbar { width: 10px; }
::-webkit-scrollbar-track { background: #090506; }
::-webkit-scrollbar-thumb {
  border: 2px solid #090506;
  border-radius: 0;
  background: linear-gradient(var(--chronos-gold-bright), var(--chronos-gold-deep));
}

a {
  color: var(--chronos-gold-bright);
}

a:hover {
  color: var(--chronos-ivory);
}

.theme-color,
.brand-name a,
.write-review,
.head-content a,
.product-store a {
  color: var(--chronos-gold-bright) !important;
}

.theme-color:hover,
.brand-name a:hover,
.write-review:hover,
.head-content a:hover,
.product-store a:hover {
  color: var(--chronos-ivory) !important;
}

.ajo89-chronos-atmosphere {
  position: fixed;
  inset: 0;
  z-index: 0;
  overflow: hidden;
  pointer-events: none;
  isolation: isolate;
}

.ajo89-chronos-mist,
.ajo89-chronos-sigil,
.ajo89-chronos-vignette,
.ajo89-chronos-particles {
  position: absolute;
  pointer-events: none;
}

.ajo89-chronos-mist {
  width: 62vw;
  height: 62vw;
  min-width: 620px;
  min-height: 620px;
  border-radius: 50%;
  filter: blur(70px);
  mix-blend-mode: screen;
  opacity: 0.18;
}

.ajo89-chronos-mist--one {
  top: -26vw;
  left: -18vw;
  background: radial-gradient(circle, rgba(199, 8, 30, 0.72), rgba(91, 2, 13, 0.12) 48%, transparent 72%);
  animation: ajo89MistDriftOne 19s ease-in-out infinite alternate;
}

.ajo89-chronos-mist--two {
  right: -24vw;
  bottom: -28vw;
  background: radial-gradient(circle, rgba(217, 141, 34, 0.34), rgba(115, 4, 15, 0.14) 46%, transparent 73%);
  animation: ajo89MistDriftTwo 27s ease-in-out infinite alternate;
}

.ajo89-chronos-sigil {
  width: min(52vw, 760px);
  aspect-ratio: 1;
  border-radius: 50%;
  opacity: 0.10;
  background:
    repeating-conic-gradient(from 5deg, transparent 0 11deg, rgba(248, 202, 93, 0.9) 11.5deg 12deg, transparent 12.5deg 29deg),
    radial-gradient(circle, transparent 0 39%, rgba(214, 168, 58, 0.52) 39.4% 39.9%, transparent 40.4% 54%, rgba(174, 18, 30, 0.58) 54.4% 55%, transparent 55.5%);
  -webkit-mask-image: radial-gradient(circle, transparent 0 29%, #000 30% 68%, transparent 69%);
  mask-image: radial-gradient(circle, transparent 0 29%, #000 30% 68%, transparent 69%);
}

.ajo89-chronos-sigil--one {
  top: 19vh;
  right: -19vw;
  animation: ajo89RingSpin 63s linear infinite;
}

.ajo89-chronos-sigil--two {
  bottom: 7vh;
  left: -23vw;
  transform: scale(0.76);
  animation: ajo89RingSpinReverse 79s linear infinite;
}

.ajo89-chronos-vignette {
  inset: 0;
  background: radial-gradient(ellipse at center, transparent 28%, rgba(0, 0, 0, 0.28) 72%, rgba(0, 0, 0, 0.64) 100%);
}

.ajo89-chronos-particles {
  inset: 0;
  overflow: hidden;
}

.ajo89-chronos-particle {
  --particle-size: 3px;
  --particle-left: 50%;
  --particle-delay: 0s;
  --particle-speed: var(--ember-duration);
  --particle-drift: 24px;
  position: absolute;
  left: var(--particle-left);
  bottom: -24px;
  width: var(--particle-size);
  height: calc(var(--particle-size) * 1.8);
  border-radius: 50% 50% 42% 42%;
  opacity: 0;
  background: linear-gradient(#fff4c0, #f3a626 34%, #d50b24 82%);
  box-shadow: 0 0 8px rgba(255, 78, 44, 0.85), 0 0 16px rgba(199, 7, 26, 0.46);
  animation: ajo89EmberRise var(--particle-speed) linear var(--particle-delay) infinite;
}

/* Header / navigation */
.main-header.header-sticky.new-v5 {
  top: 0;
  z-index: 1100;
  padding: 4px 0;
  border: 0;
  border-bottom: 1px solid rgba(222, 174, 70, 0.36);
  background:
    linear-gradient(90deg, rgba(68, 3, 9, 0.42), transparent 18% 82%, rgba(68, 3, 9, 0.42)),
    rgba(7, 4, 5, 0.86);
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.52), inset 0 -1px 0 rgba(151, 4, 18, 0.30);
  backdrop-filter: blur(18px) saturate(1.15);
  transition: background-color 0.35s ease, box-shadow 0.35s ease;
}

.main-header.header-sticky.new-v5.is-chronos-scrolled {
  background-color: rgba(5, 3, 4, 0.97);
  box-shadow: 0 20px 52px rgba(0, 0, 0, 0.72), 0 1px 18px rgba(164, 6, 22, 0.16);
}

.main-header .navbar {
  min-height: 84px;
}

.main-header .header-left .navbar-brand {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  min-width: 196px;
  min-height: 68px;
  padding: 7px 18px;
  border: 1px solid rgba(255, 222, 133, 0.48);
  border-radius: 4px;
  clip-path: polygon(11px 0, calc(100% - 11px) 0, 100% 11px, 100% calc(100% - 11px), calc(100% - 11px) 100%, 11px 100%, 0 calc(100% - 11px), 0 11px);
  background:
    radial-gradient(circle at 50% 100%, rgba(175, 8, 25, 0.32), transparent 52%),
    linear-gradient(145deg, rgba(38, 12, 13, 0.96), rgba(5, 4, 5, 0.98));
  box-shadow: inset 0 0 0 2px rgba(73, 33, 16, 0.9), inset 0 1px 0 rgba(255, 239, 187, 0.22), 0 13px 26px rgba(0, 0, 0, 0.44), 0 0 23px rgba(161, 4, 20, 0.16);
}

.main-header .header-left .navbar-brand::before {
  content: "";
  position: absolute;
  top: -45%;
  left: -75%;
  z-index: 0;
  width: 48%;
  height: 190%;
  transform: skewX(-24deg);
  opacity: 0;
  background: linear-gradient(90deg, transparent, rgba(255, 236, 171, 0.34), transparent);
}

.main-header .header-left .navbar-brand::after {
  content: "◆";
  position: absolute;
  right: 7px;
  top: 50%;
  z-index: 2;
  transform: translateY(-50%);
  color: var(--chronos-ruby);
  font-size: 10px;
  text-shadow: 0 0 9px rgba(255, 30, 56, 0.9);
}

.main-header .header-left .navbar-brand.is-chronos-sweeping::before {
  animation: ajo89LightSweep 1.15s cubic-bezier(.2, .65, .2, 1);
}

.main-header .header-left .navbar-brand img {
  position: relative;
  z-index: 1;
  display: block;
  width: min(182px, 22vw) !important;
  max-width: none !important;
  height: auto !important;
  object-fit: contain;
  filter: drop-shadow(0 2px 1px #000) drop-shadow(0 0 8px rgba(222, 168, 42, 0.35)) drop-shadow(0 0 15px rgba(178, 5, 22, 0.22));
}

.explore-btn,
.select-category.dropdown-toggle,
.select-store.dropdown-toggle,
.mobile-menu-toggle,
.menu-back,
.close-cart {
  border: 1px solid var(--chronos-line);
  border-radius: 3px;
  color: var(--chronos-ivory);
  background: linear-gradient(145deg, rgba(36, 10, 12, 0.96), rgba(8, 5, 6, 0.98));
  box-shadow: inset 0 1px 0 rgba(255, 230, 164, 0.10), 0 9px 21px rgba(0, 0, 0, 0.34);
}

.explore-btn img {
  border-radius: 50%;
  filter: drop-shadow(0 0 8px rgba(224, 164, 36, 0.42));
}

#search-form-sm {
  position: relative;
  overflow: visible;
  gap: 9px;
  padding: 8px;
  border: 1px solid rgba(220, 173, 69, 0.42);
  border-radius: 5px;
  background:
    linear-gradient(90deg, rgba(128, 4, 17, 0.12), transparent 31% 69%, rgba(128, 4, 17, 0.12)),
    linear-gradient(145deg, rgba(12, 6, 7, 0.97), rgba(24, 8, 10, 0.95));
  box-shadow: inset 0 0 0 1px rgba(255, 228, 151, 0.05), 0 16px 34px rgba(0, 0, 0, 0.34);
}

.header-search-bar {
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

#search-form-sm::after {
  content: "";
  position: absolute;
  left: 18%;
  right: 18%;
  bottom: -1px;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--chronos-gold-bright), transparent);
  box-shadow: 0 0 12px var(--chronos-gold-glow);
}

#search-box-text-sm,
.form-control,
#number {
  min-height: 48px;
  border: 1px solid rgba(202, 148, 51, 0.22);
  border-radius: 2px;
  color: var(--chronos-text);
  caret-color: var(--chronos-gold-bright);
  background: rgba(4, 3, 4, 0.78);
}

#search-box-text-sm::placeholder,
.form-control::placeholder {
  color: rgba(214, 195, 181, 0.62);
}

#search-box-text-sm:focus,
.form-control:focus,
.variations-button:focus,
.btn:focus,
a.btn:focus,
.dropdown-toggle:focus {
  border-color: rgba(255, 220, 128, 0.66);
  outline: 2px solid rgba(182, 10, 30, 0.52);
  outline-offset: 2px;
  box-shadow: 0 0 0 4px rgba(209, 9, 34, 0.12), 0 0 22px rgba(222, 164, 45, 0.12);
}

.dropdown-menu {
  border: 1px solid rgba(218, 168, 63, 0.38);
  border-radius: 3px;
  background: rgba(10, 5, 6, 0.98);
  box-shadow: 0 24px 54px rgba(0, 0, 0, 0.68);
}

.dropdown-item:hover,
.dropdown-item:focus {
  color: var(--chronos-ivory);
  background: linear-gradient(90deg, rgba(157, 5, 20, 0.36), rgba(91, 3, 13, 0.12));
}

/* Remove the last runtime dependency on the old Ubuy flag sprite. */
.store-flag span,
.country-flag span,
.signin-sprite,
.createaccount-sprite,
.main-header .header-right .delivery-sprite,
.main-header .header-right .language-sprite,
.main-header .header-right .cart-sprite,
.main-header .header-right .account-sprite {
  background-image: none !important;
}

.store-flag span,
.country-flag span {
  display: block;
  width: 24px !important;
  height: 24px !important;
  border: 1px solid rgba(255, 221, 130, 0.64);
  border-radius: 50%;
  background:
    radial-gradient(circle at 34% 28%, #fff3c2 0 7%, transparent 8%),
    conic-gradient(from 45deg, #5d020c, #d4122a, #7a030e, #d9a731, #5d020c) !important;
  box-shadow: inset 0 0 0 3px rgba(4, 3, 4, 0.55), 0 0 10px rgba(192, 11, 31, 0.22);
}

/* Route bar */
.ajo89-route-shell {
  z-index: 4;
  margin-top: 18px;
}

.ajo89-route-frame {
  border: 1px solid rgba(216, 167, 61, 0.40);
  border-radius: 5px;
  clip-path: polygon(12px 0, calc(100% - 12px) 0, 100% 12px, 100% calc(100% - 12px), calc(100% - 12px) 100%, 12px 100%, 0 calc(100% - 12px), 0 12px);
  background:
    radial-gradient(260px circle at var(--crumb-x) var(--crumb-y), rgba(199, 11, 32, 0.18), transparent 58%),
    linear-gradient(145deg, rgba(28, 9, 11, 0.95), rgba(7, 5, 6, 0.98));
  box-shadow: 0 18px 38px rgba(0, 0, 0, 0.44), inset 0 1px 0 rgba(255, 229, 159, 0.09);
}

.ajo89-route-frame::before {
  border-radius: 4px;
  background: linear-gradient(120deg, rgba(255, 221, 134, 0.05), transparent 30% 72%, rgba(167, 6, 23, 0.15));
}

.ajo89-route-frame::after {
  background: linear-gradient(90deg, rgba(255, 221, 126, 0.85), rgba(184, 7, 27, 0));
}

.ajo89-route-link,
.ajo89-route-chip {
  border-color: rgba(215, 164, 56, 0.24);
  border-radius: 2px;
  color: var(--chronos-muted);
  background: rgba(65, 12, 16, 0.24);
}

.ajo89-route-link:hover,
.ajo89-route-chip:hover {
  color: var(--chronos-ivory);
  border-color: rgba(255, 221, 128, 0.54);
  background: rgba(158, 5, 21, 0.25);
}

.ajo89-route-link::after,
.ajo89-route-chip::after {
  background: linear-gradient(90deg, rgba(227, 176, 64, 0.72), transparent);
}

.ajo89-route-current {
  border-color: rgba(255, 232, 168, 0.13);
  border-radius: 2px;
  color: var(--chronos-ivory);
  background: linear-gradient(145deg, rgba(63, 13, 17, 0.62), rgba(13, 6, 7, 0.92));
}

.ajo89-route-meta {
  color: var(--chronos-muted);
}

.ajo89-route-meta::before {
  border-radius: 2px;
  transform: rotate(45deg);
  background: radial-gradient(circle, #fff2b6 0%, #d61a2d 54%, transparent 72%);
  box-shadow: 0 0 16px rgba(214, 18, 44, 0.62);
}

.ajo89-route-progress {
  background: linear-gradient(90deg, #641019, #d8122b 34%, #f2bd4e 70%, #fff1b4);
  box-shadow: 0 0 14px rgba(206, 12, 35, 0.34), 0 0 18px rgba(224, 173, 60, 0.18);
}

/* Hero Chronos engine */
#deskTopView.detailpage-revamp {
  position: relative;
  isolation: isolate;
  overflow: clip;
  margin-top: 1.6rem !important;
  padding: clamp(34px, 5vw, 76px) 0 clamp(22px, 4vw, 54px);
}

#deskTopView.detailpage-revamp > .container {
  position: relative;
  z-index: 2;
}

.ajo89-chronos-hero-engine {
  --chronos-clock-size: clamp(560px, 70vw, 1030px);
  position: absolute;
  inset: -90px 0 auto;
  z-index: 0;
  height: min(890px, 86vw);
  min-height: 680px;
  overflow: hidden;
  pointer-events: none;
  opacity: 0.92;
}

.ajo89-chronos-clock {
  position: absolute;
  top: -18%;
  left: 50%;
  width: var(--chronos-clock-size);
  aspect-ratio: 1;
  border-radius: 50%;
  transform: translate3d(calc(-50% + var(--chronos-parallax-x)), var(--chronos-parallax-y), 0);
  opacity: 0.38;
  background:
    repeating-conic-gradient(from -0.5deg, rgba(255, 222, 128, 0.74) 0 0.7deg, transparent 0.8deg 5.9deg),
    radial-gradient(circle, transparent 0 17%, rgba(122, 3, 14, 0.38) 17.2% 17.8%, transparent 18% 48%, rgba(217, 164, 50, 0.16) 48.2% 49%, transparent 49.2% 66%, rgba(218, 164, 50, 0.34) 66.2% 66.8%, transparent 67%);
  box-shadow: 0 0 90px rgba(186, 7, 28, 0.22), inset 0 0 80px rgba(0, 0, 0, 0.78);
  transition: transform 0.35s cubic-bezier(.2, .7, .2, 1);
}

.ajo89-chronos-clock::before,
.ajo89-chronos-clock::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
}

.ajo89-chronos-clock::before {
  inset: 5%;
  border: 2px solid rgba(221, 172, 58, 0.48);
  box-shadow: inset 0 0 0 8px rgba(91, 3, 12, 0.20), inset 0 0 38px rgba(181, 7, 25, 0.20), 0 0 16px rgba(222, 169, 48, 0.10);
}

.ajo89-chronos-clock::after {
  inset: 13%;
  border: 1px dashed rgba(255, 226, 142, 0.38);
  animation: ajo89RingSpinReverse 42s linear infinite;
}

.ajo89-clock-ring {
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
}

.ajo89-clock-ring--outer {
  inset: 1.5%;
  border: 7px double rgba(182, 120, 24, 0.38);
  background: repeating-conic-gradient(from 0deg, transparent 0 8deg, rgba(245, 192, 68, 0.58) 8.4deg 9deg, transparent 9.4deg 18deg);
  -webkit-mask-image: radial-gradient(circle, transparent 0 91%, #000 91.4% 96%, transparent 96.4%);
  mask-image: radial-gradient(circle, transparent 0 91%, #000 91.4% 96%, transparent 96.4%);
  animation: ajo89RingSpin var(--clock-ring-duration) linear infinite;
}

.ajo89-clock-ring--middle {
  inset: 20%;
  border: 1px solid rgba(217, 162, 47, 0.42);
  background: repeating-conic-gradient(from 3deg, transparent 0 14deg, rgba(198, 12, 34, 0.58) 14.4deg 15deg, transparent 15.4deg 29deg);
  -webkit-mask-image: radial-gradient(circle, transparent 0 82%, #000 83% 91%, transparent 92%);
  mask-image: radial-gradient(circle, transparent 0 82%, #000 83% 91%, transparent 92%);
  animation: ajo89RingSpinReverse 37s linear infinite;
}

.ajo89-clock-ring--inner {
  inset: 34%;
  border: 1px dotted rgba(255, 227, 144, 0.46);
  box-shadow: 0 0 28px rgba(185, 7, 25, 0.18), inset 0 0 24px rgba(185, 7, 25, 0.16);
  animation: ajo89RingSpin 23s linear infinite;
}

.ajo89-clock-numeral {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 58px;
  margin-left: -29px;
  color: rgba(255, 221, 124, 0.80);
  font-family: var(--chronos-font-display);
  font-size: clamp(17px, 2vw, 29px);
  font-weight: 700;
  line-height: 1;
  text-align: center;
  text-shadow: 0 1px #2b0a06, 0 0 12px rgba(226, 165, 42, 0.42);
  transform: translateY(-50%) rotate(calc(var(--clock-index) * 30deg)) translateY(calc(var(--chronos-clock-size) * -0.405)) rotate(calc(var(--clock-index) * -30deg));
}

.ajo89-clock-hand {
  position: absolute;
  left: calc(50% - 3px);
  bottom: 50%;
  width: 6px;
  border-radius: 6px 6px 2px 2px;
  transform-origin: 50% 100%;
  box-shadow: 0 0 11px rgba(222, 170, 51, 0.32), 0 1px 2px #000;
  will-change: transform;
}

.ajo89-clock-hand--hour {
  height: 23%;
  background: linear-gradient(90deg, #6f3e0b, #ffe39a 48%, #8a4f0d);
  transform: rotate(var(--chronos-hour-angle));
  transition: transform 0.8s cubic-bezier(.2, .7, .2, 1);
}

.ajo89-clock-hand--minute {
  left: calc(50% - 2px);
  width: 4px;
  height: 33%;
  background: linear-gradient(90deg, #6a3909, #f6cf69 50%, #87500d);
  transform: rotate(var(--chronos-minute-angle));
  transition: transform 0.8s cubic-bezier(.2, .7, .2, 1);
}

.ajo89-clock-hand--second {
  left: calc(50% - 1px);
  width: 2px;
  height: 37%;
  border-radius: 0;
  background: linear-gradient(#fff0b0, #e1102b 18% 100%);
  box-shadow: 0 0 9px rgba(232, 17, 48, 0.62);
  transform: rotate(var(--chronos-second-angle));
  transition: transform 0.16s cubic-bezier(.25, .8, .35, 1);
}

.ajo89-clock-ruby {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 3;
  width: 26px;
  aspect-ratio: 1;
  transform: translate(-50%, -50%) rotate(45deg);
  border: 2px solid #f3c861;
  background: radial-gradient(circle at 30% 28%, #ff9b9b 0 8%, #df112e 28%, #6b020c 76%);
  box-shadow: inset 0 0 8px rgba(255, 234, 184, 0.35), 0 0 16px rgba(224, 13, 43, 0.74), 0 0 34px rgba(181, 6, 28, 0.50);
  animation: ajo89RubyPulse 2.8s ease-in-out infinite;
}

.ajo89-chronos-gear {
  position: absolute;
  border-radius: 50%;
  opacity: 0.28;
  background:
    repeating-conic-gradient(from 0deg, #e4b54b 0 5deg, #5e3309 5.5deg 8deg, transparent 8.5deg 13deg),
    radial-gradient(circle, transparent 0 22%, #c99029 23% 28%, #3b2009 29% 47%, #daaa3c 48% 56%, transparent 57%);
  -webkit-mask-image: radial-gradient(circle, transparent 0 18%, #000 19% 58%, transparent 59%);
  mask-image: radial-gradient(circle, transparent 0 18%, #000 19% 58%, transparent 59%);
  filter: drop-shadow(0 0 12px rgba(211, 150, 32, 0.30));
}

.ajo89-chronos-gear::before,
.ajo89-chronos-gear::after {
  content: "";
  position: absolute;
  border-radius: 50%;
}

.ajo89-chronos-gear::before {
  inset: 14%;
  border: 2px dashed rgba(255, 219, 117, 0.62);
}

.ajo89-chronos-gear::after {
  inset: 41%;
  border: 2px solid rgba(255, 228, 151, 0.68);
  background: #2a1306;
}

.ajo89-chronos-gear--one {
  top: 39%;
  left: 2%;
  width: clamp(150px, 18vw, 280px);
  aspect-ratio: 1;
  animation: ajo89GearSpin var(--gear-medium-duration) linear infinite;
}

.ajo89-chronos-gear--two {
  top: 20%;
  right: 4%;
  width: clamp(120px, 14vw, 220px);
  aspect-ratio: 1;
  animation: ajo89GearSpinReverse var(--gear-fast-duration) linear infinite;
}

.ajo89-chronos-gear--three {
  right: 18%;
  bottom: -3%;
  width: clamp(190px, 24vw, 350px);
  aspect-ratio: 1;
  opacity: 0.18;
  animation: ajo89GearSpin var(--gear-slow-duration) linear infinite;
}

.ajo89-chronos-arc {
  position: absolute;
  border-radius: 50%;
  opacity: 0.24;
  border: 1px solid rgba(228, 178, 63, 0.52);
  box-shadow: inset 0 0 28px rgba(172, 5, 24, 0.18), 0 0 20px rgba(217, 160, 40, 0.10);
}

.ajo89-chronos-arc::before {
  content: "";
  position: absolute;
  inset: 9%;
  border-radius: inherit;
  border: 1px dashed rgba(192, 10, 31, 0.54);
}

.ajo89-chronos-arc--one {
  top: 9%;
  left: 11%;
  width: clamp(210px, 28vw, 430px);
  aspect-ratio: 1;
  animation: ajo89ArcBreathe 7.5s ease-in-out infinite alternate;
}

.ajo89-chronos-arc--two {
  right: 7%;
  bottom: 2%;
  width: clamp(260px, 32vw, 490px);
  aspect-ratio: 1;
  animation: ajo89ArcBreathe 11s ease-in-out -3s infinite alternate-reverse;
}

/* Hero and product frame */
.detail-section > .row {
  row-gap: 24px;
}

.product-item,
.sidebar {
  top: 102px;
}

.product-item .product-banner,
.single-product-content,
.sidebar .card,
.product-article,
.faq-container,
.jt-review-wrap,
.footer-top,
.footer-bottom {
  border-color: var(--chronos-line);
  color: var(--chronos-text);
  background:
    radial-gradient(circle at 18% 0%, rgba(172, 7, 25, 0.15), transparent 29%),
    linear-gradient(150deg, rgba(30, 10, 12, 0.97), rgba(7, 5, 6, 0.99));
  box-shadow: 0 22px 48px var(--chronos-shadow), inset 0 1px 0 rgba(255, 229, 156, 0.08);
}

.product-item .product-banner {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding: 16px;
  border: 1px solid rgba(229, 180, 68, 0.52);
  border-radius: 6px;
  clip-path: polygon(15px 0, calc(100% - 15px) 0, 100% 15px, 100% calc(100% - 15px), calc(100% - 15px) 100%, 15px 100%, 0 calc(100% - 15px), 0 15px);
  background:
    radial-gradient(circle at 50% 15%, rgba(199, 8, 29, 0.26), transparent 41%),
    repeating-linear-gradient(135deg, rgba(255, 222, 128, 0.025) 0 1px, transparent 1px 12px),
    linear-gradient(150deg, rgba(38, 11, 13, 0.98), rgba(5, 4, 5, 0.99));
  box-shadow: inset 0 0 0 3px rgba(73, 33, 14, 0.68), inset 0 0 36px rgba(134, 3, 17, 0.18), 0 25px 52px rgba(0, 0, 0, 0.62), 0 0 34px rgba(159, 6, 23, 0.16);
}

.product-item .product-banner::before {
  content: "";
  position: absolute;
  inset: 7px;
  z-index: 0;
  pointer-events: none;
  border: 1px solid rgba(255, 220, 128, 0.18);
  clip-path: inherit;
  background:
    linear-gradient(90deg, var(--chronos-gold) 0 28px, transparent 28px calc(100% - 28px), var(--chronos-gold) calc(100% - 28px)) top / 100% 1px no-repeat,
    linear-gradient(90deg, var(--chronos-gold) 0 28px, transparent 28px calc(100% - 28px), var(--chronos-gold) calc(100% - 28px)) bottom / 100% 1px no-repeat;
}

.product-item .product-banner::after {
  content: "";
  position: absolute;
  top: -55%;
  left: -80%;
  z-index: 3;
  width: 42%;
  height: 210%;
  transform: skewX(-23deg);
  pointer-events: none;
  opacity: 0;
  background: linear-gradient(90deg, transparent, rgba(255, 225, 139, 0.17), transparent);
}

.product-item .product-banner.is-chronos-sweeping::after {
  animation: ajo89FrameSweep 1.25s cubic-bezier(.2, .65, .2, 1);
}

.product-item .product-banner > * {
  position: relative;
  z-index: 1;
}

.product-item .product-banner .main-slider-container {
  display: flex !important;
  width: 100% !important;
  max-width: none !important;
  height: auto !important;
  min-height: 0 !important;
  padding: 8px !important;
  overflow: visible !important;
  aspect-ratio: 1 / 1;
}

.product-item .product-banner .main-product-slider {
  width: 100% !important;
  height: auto !important;
  min-height: 0 !important;
  transform: perspective(1000px) rotateX(var(--chronos-tilt-x, 0deg)) rotateY(var(--chronos-tilt-y, 0deg));
  transform-style: preserve-3d;
  transition: transform 0.45s cubic-bezier(.2, .75, .2, 1);
  will-change: transform;
}

.product-item .product-banner .main-product-slider .slide-item {
  position: relative;
  display: flex !important;
  width: 100% !important;
  min-width: 0 !important;
  max-width: 100% !important;
  height: auto !important;
  min-height: 0 !important;
  padding: 7px;
  overflow: hidden;
  aspect-ratio: 1 / 1;
  border: 1px solid rgba(255, 219, 119, 0.48);
  border-radius: 3px;
  background: #080405;
  box-shadow: inset 0 0 0 3px rgba(90, 35, 12, 0.56), 0 15px 32px rgba(0, 0, 0, 0.54), 0 0 26px rgba(175, 6, 25, 0.20);
}

.product-item .product-banner .main-product-slider .slide-item::before {
  content: "";
  position: absolute;
  inset: 4px;
  z-index: 2;
  pointer-events: none;
  border: 1px solid rgba(255, 237, 177, 0.12);
  box-shadow: inset 0 0 34px rgba(0, 0, 0, 0.35);
}

.product-item .product-banner .main-product-slider .slide-item > a {
  display: block;
  width: 100%;
  height: 100%;
}

.product-item .product-banner .slide-item img {
  display: block;
  width: 100% !important;
  max-width: 100% !important;
  height: 100% !important;
  max-height: none !important;
  object-fit: contain !important;
  border-radius: 0 !important;
  background: #080405;
  filter: saturate(1.06) contrast(1.03);
}

.thumbnail-container {
  margin-top: 12px;
}

.thumbnail-container .d-flex {
  gap: 7px;
}

.thumbnail-container .item {
  flex: 1 1 0;
  min-width: 0;
  padding: 3px;
  overflow: hidden;
  aspect-ratio: 1 / 1;
  border: 1px solid rgba(211, 159, 47, 0.30) !important;
  border-radius: 2px;
  background: #0b0506;
}

.thumbnail-container .item:hover {
  transform: translateY(-3px);
  border-color: rgba(255, 221, 126, 0.72);
  box-shadow: 0 12px 22px rgba(0, 0, 0, 0.44), 0 0 14px rgba(180, 6, 24, 0.20);
}

.thumbnail-container .item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.wishlist-icon {
  border-color: rgba(223, 171, 57, 0.35) !important;
  color: var(--chronos-gold-bright) !important;
  background: rgba(49, 7, 11, 0.78) !important;
}

.single-product-content,
.sidebar .card {
  border-radius: 5px;
  background:
    radial-gradient(circle at 90% 3%, rgba(181, 6, 25, 0.18), transparent 29%),
    linear-gradient(155deg, rgba(29, 9, 11, 0.97), rgba(7, 5, 6, 0.99));
}

.single-product-content {
  position: relative;
  overflow: hidden;
  padding: 24px;
}

.single-product-content::before,
.sidebar .card::before {
  content: "";
  position: absolute;
  inset: 7px;
  pointer-events: none;
  border: 1px solid rgba(255, 227, 151, 0.06);
}

.single-product-content > *,
.sidebar .card > * {
  position: relative;
  z-index: 1;
}

.head-content .title,
.product-details .heading,
.faq-title,
.jt-review-title,
.footer-heading,
.ajo89-demo-article-card h1,
.ajo89-demo-tutorial-head h2,
.ajo89-demo-inspo-head h2,
.ajo89-demo-confidence-wrap h2 {
  font-family: var(--chronos-font-display);
  color: var(--chronos-gold-bright);
  letter-spacing: 0.005em;
  text-shadow: 0 1px 0 #3b1906, 0 2px 0 #120403, 0 0 18px rgba(222, 164, 40, 0.16);
}

.head-content .title {
  font-size: clamp(1.72rem, 2.5vw, 2.75rem);
  color: var(--chronos-gold-bright) !important;
}

.rating-stars .star,
.jt-stars {
  color: var(--chronos-gold-bright);
  text-shadow: 0 0 10px rgba(231, 176, 52, 0.30);
}

.availability .in-stock,
.text-success,
.primary-text {
  color: #ffb7ad !important;
}

.middle-content,
.bottom-content,
.product-details,
.product-shop,
.product-features {
  border-top-color: rgba(220, 169, 59, 0.17);
}

.variations-button,
.free-express-shipping,
.border-box {
  border-color: rgba(218, 168, 58, 0.26);
  border-radius: 3px;
  color: var(--chronos-text);
  background: linear-gradient(145deg, rgba(37, 11, 13, 0.92), rgba(8, 5, 6, 0.96));
}

.progress-bar {
  background: linear-gradient(90deg, #6a020c, #d70d2a 46%, #e7b342 82%, #fff1b1);
  box-shadow: 0 0 18px rgba(199, 9, 31, 0.30);
}

.features-points li,
.features-points li a,
.product-article p,
.product-article li,
.item-id,
.total_review,
.jt-member-info,
.description,
.product-store span,
.availability label,
.faq-answer,
.jt-review-subtitle,
.prime-text,
.footer-top p,
.footer-top li,
.footer-bottom p,
.footer-menu li a,
.followus span {
  color: var(--chronos-muted);
}

.product-details .text-dark,
.view_more_cities.text-dark {
  color: var(--chronos-ivory) !important;
}

/* Premium command buttons */
.quantity-input {
  grid-template-columns: 48px minmax(0, 1fr) 48px;
  gap: 8px;
}

.minus-btn,
.plus-btn {
  border: 1px solid rgba(214, 160, 50, 0.35);
  border-radius: 2px;
  color: var(--chronos-gold-bright);
  background: linear-gradient(145deg, #250b0d, #070405);
}

.minus-btn:hover,
.plus-btn:hover {
  border-color: rgba(255, 222, 130, 0.66);
  color: #fff;
}

#add-to-cart-btn,
#buy-now-btn {
  --chronos-magnet-x: 0px;
  --chronos-magnet-y: 0px;
  --chronos-button-lift: 0px;
  position: relative;
  isolation: isolate;
  overflow: hidden;
  width: 100%;
  min-height: 58px;
  margin-top: 9px;
  padding: 0 42px;
  border-radius: 3px;
  font-family: var(--chronos-font-button);
  font-size: 0.92rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  transform: translate3d(var(--chronos-magnet-x), calc(var(--chronos-magnet-y) + var(--chronos-button-lift)), 0);
  transition: transform 0.28s cubic-bezier(.2, .75, .2, 1), filter 0.28s ease, box-shadow 0.28s ease, border-color 0.28s ease;
  will-change: transform;
}

#add-to-cart-btn:hover,
#buy-now-btn:hover {
  --chronos-button-lift: -3px;
}

#add-to-cart-btn::before,
#buy-now-btn::before {
  content: "";
  position: absolute;
  top: -55%;
  left: -72%;
  z-index: -1;
  width: 44%;
  height: 210%;
  transform: skewX(-25deg);
  opacity: 0;
  background: linear-gradient(90deg, transparent, rgba(255, 248, 209, 0.42), transparent);
}

#add-to-cart-btn::after,
#buy-now-btn::after {
  position: absolute;
  right: 16px;
  top: 50%;
  z-index: 1;
  transform: translateY(-50%);
  color: currentColor;
  font-size: 13px;
  text-shadow: 0 0 10px currentColor;
}

#add-to-cart-btn {
  color: var(--chronos-ivory) !important;
  border: 2px solid #e6b848 !important;
  background:
    linear-gradient(90deg, rgba(255, 87, 78, 0.22), transparent 22% 78%, rgba(255, 87, 78, 0.18)),
    linear-gradient(145deg, #f1323b 0%, #bd0b20 42%, #76020d 100%) !important;
  box-shadow: inset 0 1px 0 rgba(255, 236, 174, 0.38), inset 0 -7px 12px rgba(65, 0, 5, 0.38), 0 15px 27px rgba(152, 4, 20, 0.38), 0 0 22px rgba(218, 14, 43, 0.22);
}

#add-to-cart-btn::after {
  content: "♛";
  color: var(--chronos-gold-bright);
}

#buy-now-btn {
  color: var(--chronos-gold-bright) !important;
  border: 1px solid rgba(236, 191, 74, 0.78) !important;
  background:
    radial-gradient(circle at 50% 120%, rgba(174, 7, 25, 0.46), transparent 58%),
    linear-gradient(145deg, #26090c, #090405 70%) !important;
  box-shadow: inset 0 1px 0 rgba(255, 232, 165, 0.15), inset 0 -7px 13px rgba(107, 2, 13, 0.22), 0 14px 25px rgba(0, 0, 0, 0.46), 0 0 17px rgba(174, 6, 26, 0.17);
}

#buy-now-btn::after {
  content: "◆";
  color: var(--chronos-ruby);
}

#add-to-cart-btn:hover {
  filter: brightness(1.12) saturate(1.06);
  box-shadow: inset 0 1px 0 rgba(255, 241, 194, 0.48), inset 0 -7px 12px rgba(65, 0, 5, 0.35), 0 19px 33px rgba(159, 4, 21, 0.46), 0 0 30px rgba(232, 19, 50, 0.28);
}

#buy-now-btn:hover {
  border-color: var(--chronos-gold-bright) !important;
  color: #fff1bb !important;
  filter: brightness(1.11);
  box-shadow: inset 0 1px 0 rgba(255, 232, 165, 0.22), 0 17px 30px rgba(0, 0, 0, 0.50), 0 0 23px rgba(191, 8, 29, 0.23);
}

#add-to-cart-btn.is-chronos-sweeping::before,
#buy-now-btn.is-chronos-sweeping::before {
  animation: ajo89ButtonSweep 1.05s cubic-bezier(.2, .68, .2, 1);
}

.ajo89-chronos-ripple {
  position: absolute;
  z-index: 0;
  width: 10px;
  aspect-ratio: 1;
  border-radius: 50%;
  pointer-events: none;
  background: rgba(255, 236, 171, 0.62);
  box-shadow: 0 0 20px rgba(255, 218, 110, 0.36);
  transform: translate(-50%, -50%) scale(0);
  animation: ajo89ButtonRipple 0.72s ease-out forwards;
}

/* Long-form article and feature modules */
.product-article {
  border-radius: 7px;
  background:
    radial-gradient(circle at 12% 7%, rgba(174, 7, 25, 0.17), transparent 23%),
    linear-gradient(145deg, rgba(22, 8, 10, 0.98), rgba(6, 4, 5, 0.99));
}

.product-article .card-body {
  border-color: rgba(218, 167, 58, 0.20);
  border-radius: 4px;
  background: linear-gradient(150deg, rgba(45, 12, 15, 0.44), rgba(7, 5, 6, 0.85));
}

.ajo89-demo-article-shell {
  --ajo89-obsidian: var(--chronos-obsidian);
  --ajo89-deep: var(--chronos-black-soft);
  --ajo89-panel: rgba(25, 8, 10, 0.94);
  --ajo89-panel-2: rgba(13, 6, 7, 0.97);
  --ajo89-line-soft: rgba(224, 173, 62, 0.20);
  --ajo89-line-blue: rgba(191, 8, 29, 0.31);
  --ajo89-line-gold: rgba(255, 216, 116, 0.42);
  --ajo89-gold-1: var(--chronos-gold-bright);
  --ajo89-gold-2: var(--chronos-gold);
  --ajo89-gold-3: var(--chronos-gold-deep);
  --ajo89-ivory: var(--chronos-ivory);
  --ajo89-text: var(--chronos-text);
  --ajo89-muted: var(--chronos-muted);
  --ajo89-blue-glow: rgba(181, 6, 26, 0.15);
  --ajo89-gold-glow: var(--chronos-gold-glow);
}

.ajo89-demo-article-shell::before {
  background: radial-gradient(circle, rgba(193, 8, 30, 0.20), rgba(105, 3, 14, 0.07) 38%, transparent 72%);
}

.ajo89-demo-article-card {
  opacity: 1;
  transform: none;
  border-color: rgba(222, 171, 60, 0.26);
  border-radius: 6px;
  clip-path: polygon(14px 0, calc(100% - 14px) 0, 100% 14px, 100% calc(100% - 14px), calc(100% - 14px) 100%, 14px 100%, 0 calc(100% - 14px), 0 14px);
  background:
    radial-gradient(420px circle at var(--mx) var(--my), rgba(190, 8, 29, 0.15), transparent 43%),
    radial-gradient(280px circle at 84% 12%, rgba(230, 177, 55, 0.10), transparent 44%),
    linear-gradient(148deg, rgba(34, 10, 13, 0.98), rgba(7, 5, 6, 0.99));
  box-shadow: 0 28px 68px rgba(0, 0, 0, 0.56), inset 0 1px 0 rgba(255, 231, 161, 0.08);
}

.ajo89-demo-article-card::before,
.ajo89-demo-tutorial-kicker,
.ajo89-demo-inspo-kicker,
.ajo89-demo-confidence-kicker,
.jt-review-badge {
  border-color: rgba(232, 183, 71, 0.38);
  border-radius: 2px;
  color: #fff0c5;
  background: linear-gradient(145deg, rgba(87, 12, 19, 0.62), rgba(14, 6, 7, 0.96));
}

.ajo89-demo-article-card::after {
  background: linear-gradient(120deg, transparent, rgba(196, 10, 31, 0.07) 19%, transparent 38%), linear-gradient(90deg, transparent, rgba(255, 211, 104, 0.06), transparent);
}

.ajo89-demo-article-card h1 {
  color: transparent;
  background: linear-gradient(#fff4cd 0%, #eac15a 46%, #9c6318 100%);
  -webkit-background-clip: text;
  background-clip: text;
}

.ajo89-demo-article-card h1::after {
  border-radius: 0;
  background: linear-gradient(90deg, var(--chronos-gold-bright), var(--chronos-ruby), transparent);
}

.ajo89-demo-tutorial-shell {
  --ajo89-obsidian: var(--chronos-obsidian);
  --ajo89-deep: var(--chronos-black-soft);
  --ajo89-panel: rgba(25, 8, 10, 0.94);
  --ajo89-panel-2: rgba(14, 6, 8, 0.97);
  --ajo89-line-soft: rgba(220, 169, 58, 0.22);
  --ajo89-line-blue: rgba(189, 8, 28, 0.30);
  --ajo89-line-gold: rgba(229, 180, 68, 0.36);
  --ajo89-gold-1: var(--chronos-gold-bright);
  --ajo89-gold-2: var(--chronos-gold);
  --ajo89-gold-3: var(--chronos-gold-deep);
  --ajo89-ivory: var(--chronos-ivory);
  --ajo89-text: var(--chronos-text);
  --ajo89-muted: var(--chronos-muted);
  --ajo89-blue-glow: rgba(184, 7, 27, 0.13);
  --ajo89-gold-glow: var(--chronos-gold-glow);
}

.ajo89-demo-tutorial-shell,
.ajo89-demo-inspo-shell,
.ajo89-demo-confidence-shell,
.jt-flow-relocated {
  scroll-margin-top: 128px;
}

.ajo89-demo-tutorial-shell::before,
.ajo89-demo-inspo-shell::before,
.ajo89-demo-confidence-shell::before {
  background: radial-gradient(circle, rgba(183, 7, 27, 0.17), rgba(94, 3, 13, 0.05) 40%, transparent 74%);
}

.ajo89-demo-step {
  opacity: 1;
  transform: none;
  border-color: rgba(218, 168, 58, 0.22);
  border-radius: 5px;
  background:
    radial-gradient(280px circle at var(--mx) var(--my), rgba(192, 8, 29, 0.13), transparent 46%),
    radial-gradient(180px circle at 90% 12%, rgba(228, 175, 55, 0.08), transparent 44%),
    linear-gradient(148deg, rgba(32, 10, 12, 0.98), rgba(7, 5, 6, 0.99));
  box-shadow: 0 19px 44px rgba(0, 0, 0, 0.42), inset 0 1px 0 rgba(255, 232, 167, 0.07);
}

.ajo89-demo-step:hover {
  border-color: rgba(255, 218, 119, 0.48);
  box-shadow: 0 25px 56px rgba(0, 0, 0, 0.48), 0 0 19px rgba(175, 6, 25, 0.12);
}

.ajo89-demo-step::before {
  background: linear-gradient(120deg, transparent, rgba(193, 8, 29, 0.07) 17%, transparent 35%), linear-gradient(90deg, transparent, rgba(255, 210, 104, 0.05), transparent);
}

.ajo89-demo-step-no {
  border-radius: 2px;
  color: transparent;
  background: linear-gradient(#fff0bc, #e4b543 54%, #89530e);
  -webkit-background-clip: text;
  background-clip: text;
}

.ajo89-demo-step-no::before {
  border-color: rgba(227, 178, 66, 0.34);
  border-radius: 2px;
  background: linear-gradient(145deg, rgba(75, 13, 17, 0.72), rgba(8, 5, 6, 0.96));
}

.ajo89-demo-inspo-shell,
.ajo89-demo-confidence-shell {
  --ajo89-inspo-line-soft: rgba(220, 169, 58, 0.22);
  --ajo89-inspo-line-blue: rgba(191, 8, 29, 0.34);
  --ajo89-inspo-line-gold: rgba(232, 183, 70, 0.34);
  --ajo89-inspo-ivory: var(--chronos-ivory);
  --ajo89-inspo-text: var(--chronos-text);
  --ajo89-inspo-muted: var(--chronos-muted);
  --ajo89-inspo-shadow: rgba(0, 0, 0, 0.46);
}

.ajo89-demo-inspo-card,
.ajo89-demo-confidence-wrap {
  opacity: 1;
  transform: none;
  border-color: rgba(220, 169, 58, 0.23);
  border-radius: 5px;
  background: linear-gradient(150deg, rgba(34, 10, 13, 0.98), rgba(7, 5, 6, 0.99));
  box-shadow: 0 22px 44px rgba(0, 0, 0, 0.44), inset 0 1px 0 rgba(255, 229, 159, 0.07);
}

.ajo89-demo-inspo-card::before,
.ajo89-demo-confidence-wrap::before {
  border-radius: 4px;
  background: linear-gradient(120deg, rgba(255, 230, 160, 0.04), transparent 36% 72%, rgba(193, 8, 29, 0.08)), radial-gradient(circle at top right, rgba(182, 8, 27, 0.13), transparent 36%);
}

.ajo89-demo-inspo-card::after {
  background: radial-gradient(circle, rgba(189, 8, 29, 0.16), rgba(88, 2, 12, 0.04) 44%, transparent 74%);
}

.ajo89-demo-inspo-card:hover,
.ajo89-demo-confidence-wrap:hover {
  border-color: rgba(255, 219, 124, 0.48);
  box-shadow: 0 26px 50px rgba(0, 0, 0, 0.50), 0 0 18px rgba(181, 7, 26, 0.12);
}

.ajo89-demo-inspo-index {
  border-color: rgba(230, 181, 69, 0.38);
  border-radius: 2px;
  color: #fff0c2;
  background: linear-gradient(145deg, rgba(88, 12, 18, 0.67), rgba(8, 5, 6, 0.96));
}

/* FAQ and reviews: preserve state classes and JS-controlled heights. */
.jt-flow-relocated .faq-container,
.jt-flow-relocated .jt-review-wrap {
  border: 1px solid rgba(222, 171, 59, 0.30);
  border-radius: 5px;
  background:
    radial-gradient(circle at 12% 4%, rgba(181, 7, 26, 0.17), transparent 29%),
    linear-gradient(150deg, rgba(31, 10, 12, 0.98), rgba(7, 5, 6, 0.99));
}

.jt-flow-relocated .faq-title {
  border-color: rgba(225, 175, 65, 0.24);
  border-radius: 2px;
  background: rgba(86, 13, 18, 0.24);
}

.jt-flow-relocated .faq-item {
  border-color: rgba(218, 167, 58, 0.24);
  border-radius: 3px;
  background: linear-gradient(145deg, rgba(35, 11, 13, 0.98), rgba(10, 5, 6, 0.98));
  box-shadow: inset 0 1px 0 rgba(255, 231, 163, 0.06), 0 10px 24px rgba(0, 0, 0, 0.32);
}

.jt-flow-relocated .faq-item:hover,
.jt-flow-relocated .faq-item.active {
  border-color: rgba(255, 217, 113, 0.52);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.42), 0 0 17px rgba(182, 6, 26, 0.12);
}

.jt-flow-relocated .faq-item::before {
  color: var(--chronos-gold-bright);
}

.jt-flow-relocated .faq-item::after {
  background: radial-gradient(circle at var(--faq-x) var(--faq-y), rgba(191, 8, 29, 0.16), transparent 45%);
}

.jt-flow-relocated .faq-question,
.jt-flow-relocated .faq-question-text {
  color: var(--chronos-ivory);
}

.jt-flow-relocated .faq-toggle-icon {
  border-color: rgba(230, 180, 68, 0.50);
  border-radius: 2px;
  color: var(--chronos-gold-bright);
  background: rgba(104, 11, 18, 0.52);
}

.jt-flow-relocated .faq-toggle-icon::before,
.jt-flow-relocated .faq-toggle-icon::after {
  background: var(--chronos-gold-bright);
}

.jt-flow-relocated .faq-item.active .faq-toggle-icon {
  border-color: rgba(255, 221, 127, 0.72);
  color: var(--chronos-gold-bright);
  background: linear-gradient(145deg, #a1081d, #3e060c) !important;
  box-shadow: 0 0 15px rgba(199, 10, 33, 0.32), inset 0 1px 0 rgba(255, 233, 169, 0.22);
}

.jt-flow-relocated .faq-answer {
  color: var(--chronos-muted);
  background: rgba(9, 5, 6, 0.78);
}

.jt-flow-relocated .faq-answer::before {
  background: linear-gradient(90deg, var(--chronos-ruby), var(--chronos-gold), transparent);
}

.jt-flow-relocated .jt-review-wrap {
  overflow: hidden;
}

.jt-flow-relocated .jt-review-card {
  border-color: rgba(220, 169, 58, 0.18);
  border-radius: 4px;
  background: linear-gradient(145deg, rgba(52, 14, 17, 0.72), rgba(9, 5, 6, 0.92));
}

.jt-flow-relocated .jt-review-card.is-front {
  border-color: rgba(235, 187, 74, 0.36);
  background: linear-gradient(145deg, rgba(58, 14, 18, 0.98), rgba(10, 5, 6, 0.99)) !important;
  box-shadow: 0 18px 38px rgba(0, 0, 0, 0.44), 0 0 20px rgba(177, 7, 26, 0.12);
}

.jt-avatar {
  border: 1px solid rgba(255, 235, 176, 0.42);
  color: #1a0505;
  background: linear-gradient(145deg, #fff1b5, #dca637 55%, #8b0a17);
  box-shadow: 0 10px 22px rgba(183, 9, 28, 0.25);
}

.jt-review-tag,
.jt-review-badge {
  border-color: rgba(225, 176, 67, 0.28);
  color: var(--chronos-muted);
  background: rgba(88, 13, 18, 0.34);
}

.jt-dot {
  border-radius: 0;
  transform: rotate(45deg);
  background: rgba(255, 226, 150, 0.24);
}

.jt-dot.active {
  width: 11px;
  border-radius: 0;
  background: var(--chronos-ruby);
  box-shadow: 0 0 13px rgba(222, 13, 43, 0.54);
}

.jt-arrow {
  border-color: rgba(225, 177, 68, 0.34);
  border-radius: 2px;
  color: var(--chronos-gold-bright);
  background: linear-gradient(145deg, rgba(54, 13, 16, 0.96), rgba(7, 5, 6, 0.98));
}

.jt-arrow:hover {
  color: #fff;
  background: linear-gradient(145deg, rgba(163, 7, 22, 0.62), rgba(42, 9, 12, 0.94));
}

/* Footer clockwork composition */
.footer-top {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  border-radius: 7px 7px 0 0;
  background:
    radial-gradient(circle at 50% 112%, rgba(180, 7, 27, 0.24), transparent 37%),
    linear-gradient(160deg, rgba(27, 9, 11, 0.99), rgba(6, 4, 5, 0.99));
}

.footer-top::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -225px;
  z-index: 0;
  width: min(600px, 72vw);
  aspect-ratio: 1;
  transform: translateX(-50%);
  border-radius: 50%;
  border: 2px solid rgba(223, 172, 60, 0.22);
  background:
    repeating-conic-gradient(transparent 0 7deg, rgba(225, 176, 65, 0.20) 7.4deg 8deg, transparent 8.4deg 15deg),
    radial-gradient(circle, transparent 0 52%, rgba(183, 7, 27, 0.12) 53% 54%, transparent 55%);
  -webkit-mask-image: radial-gradient(circle, transparent 0 48%, #000 49% 78%, transparent 79%);
  mask-image: radial-gradient(circle, transparent 0 48%, #000 49% 78%, transparent 79%);
  animation: ajo89RingSpin 71s linear infinite;
}

.footer-top::after {
  content: "";
  position: absolute;
  left: 7%;
  right: 7%;
  top: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--chronos-gold-bright), var(--chronos-ruby), var(--chronos-gold-bright), transparent);
  box-shadow: 0 0 18px rgba(211, 13, 39, 0.24);
}

.footer-top > * {
  position: relative;
  z-index: 1;
}

.footer-heading {
  position: relative;
  padding-bottom: 8px;
  color: var(--chronos-gold-bright);
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.footer-heading::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 54px;
  height: 1px;
  background: linear-gradient(90deg, var(--chronos-ruby), var(--chronos-gold), transparent);
}

.footer-top li {
  position: relative;
  padding-left: 12px;
}

.footer-top li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.72em;
  width: 5px;
  height: 1px;
  background: var(--chronos-gold);
  box-shadow: 0 0 7px rgba(224, 168, 48, 0.38);
}

.footer-top a,
.footer-menu a,
.social-footer a,
.followus,
.pay_icon-name {
  color: var(--chronos-muted);
}

.footer-top a:hover,
.footer-menu a:hover,
.social-footer a:hover {
  color: var(--chronos-gold-bright);
}

.footer-bottom {
  border-top-color: rgba(220, 169, 58, 0.17);
  background: linear-gradient(180deg, rgba(12, 6, 7, 0.98), rgba(4, 3, 4, 0.99));
}

.social-footer a {
  border-color: rgba(219, 168, 58, 0.22);
  border-radius: 2px;
  background: rgba(76, 11, 16, 0.30);
}

.social-footer a:hover {
  border-color: rgba(255, 221, 127, 0.52);
  box-shadow: 0 0 18px rgba(189, 8, 29, 0.20);
}

/* Progressive reveal. Hidden state only exists when JS confirms enhancement support. */
.chronos-enhanced .chronos-reveal {
  opacity: 0;
  transform: translateY(24px);
  clip-path: inset(0 0 14% 0);
  transition: opacity 0.78s cubic-bezier(.2, .7, .2, 1), transform 0.78s cubic-bezier(.2, .7, .2, 1), clip-path 0.82s cubic-bezier(.2, .7, .2, 1);
}

.chronos-enhanced .chronos-reveal.is-chronos-visible {
  opacity: 1;
  transform: translateY(0);
  clip-path: inset(0 0 0 0);
}

html.is-chronos-paused .ajo89-chronos-atmosphere *,
html.is-chronos-paused .ajo89-chronos-hero-engine *,
html.is-chronos-paused .footer-top::before {
  animation-play-state: paused !important;
}

/* Keyframes use deliberately varied periods and motion profiles. */
@keyframes ajo89RingSpin { to { transform: rotate(360deg); } }
@keyframes ajo89RingSpinReverse { to { transform: rotate(-360deg); } }
@keyframes ajo89GearSpin { to { transform: rotate(360deg); } }
@keyframes ajo89GearSpinReverse { to { transform: rotate(-360deg); } }

@keyframes ajo89MistDriftOne {
  0% { transform: translate3d(-2%, -1%, 0) scale(0.96); opacity: 0.12; }
  54% { opacity: 0.21; }
  100% { transform: translate3d(15%, 9%, 0) scale(1.08); opacity: 0.16; }
}

@keyframes ajo89MistDriftTwo {
  0% { transform: translate3d(3%, 4%, 0) scale(1.04); opacity: 0.12; }
  42% { opacity: 0.19; }
  100% { transform: translate3d(-13%, -8%, 0) scale(0.92); opacity: 0.15; }
}

@keyframes ajo89EmberRise {
  0% { transform: translate3d(0, 16px, 0) scale(0.5); opacity: 0; }
  9% { opacity: 0.78; }
  46% { transform: translate3d(var(--particle-drift), -48vh, 0) scale(1); opacity: 0.62; }
  78% { opacity: 0.42; }
  100% { transform: translate3d(calc(var(--particle-drift) * -0.45), -108vh, 0) scale(0.3); opacity: 0; }
}

@keyframes ajo89RubyPulse {
  0%, 100% { filter: brightness(0.88); box-shadow: inset 0 0 8px rgba(255, 234, 184, 0.30), 0 0 13px rgba(224, 13, 43, 0.55), 0 0 28px rgba(181, 6, 28, 0.34); }
  48% { filter: brightness(1.22); box-shadow: inset 0 0 8px rgba(255, 238, 192, 0.46), 0 0 22px rgba(235, 21, 53, 0.88), 0 0 46px rgba(181, 6, 28, 0.56); }
}

@keyframes ajo89ArcBreathe {
  0% { transform: scale(0.96) rotate(-2deg); opacity: 0.13; }
  100% { transform: scale(1.04) rotate(4deg); opacity: 0.29; }
}

@keyframes ajo89LightSweep {
  0% { left: -75%; opacity: 0; }
  18% { opacity: 0.65; }
  82% { opacity: 0.52; }
  100% { left: 135%; opacity: 0; }
}

@keyframes ajo89FrameSweep {
  0% { left: -80%; opacity: 0; }
  18% { opacity: 0.85; }
  78% { opacity: 0.55; }
  100% { left: 142%; opacity: 0; }
}

@keyframes ajo89ButtonSweep {
  0% { left: -72%; opacity: 0; }
  20% { opacity: 0.78; }
  80% { opacity: 0.54; }
  100% { left: 142%; opacity: 0; }
}

@keyframes ajo89ButtonRipple {
  0% { transform: translate(-50%, -50%) scale(0); opacity: 0.7; }
  100% { transform: translate(-50%, -50%) scale(24); opacity: 0; }
}

@media (max-width: 1199px) {
  .main-header .header-left .navbar-brand {
    min-width: 166px;
  }

  .main-header .header-left .navbar-brand img {
    width: 150px !important;
  }

  .ajo89-chronos-hero-engine {
    --chronos-clock-size: clamp(520px, 78vw, 900px);
  }
}

@media (max-width: 991px) {
  .product-item,
  .sidebar {
    position: relative !important;
    top: auto !important;
  }

  .sidebar .card {
    max-height: none !important;
    overflow: visible !important;
  }

  #deskTopView.detailpage-revamp {
    padding-top: 42px;
  }

  .ajo89-chronos-hero-engine {
    --chronos-clock-size: clamp(620px, 106vw, 850px);
    top: 0;
    height: 940px;
  }

  .ajo89-chronos-clock {
    top: -8%;
    opacity: 0.29;
  }

  .ajo89-chronos-gear--three {
    right: -2%;
  }

  .single-product-content,
  .sidebar .card {
    padding: 21px;
  }
}

@media (max-width: 768px) {
  body.body-desktop {
    background-attachment: scroll;
  }

  .main-header.header-sticky.new-v5 {
    padding-bottom: 9px;
  }

  .main-header .navbar {
    display: flex !important;
    flex-wrap: wrap !important;
    align-items: center !important;
    gap: 9px;
  }

  .main-header .header-left {
    position: relative;
    z-index: 2;
    order: 1;
    width: 100%;
  }

  .main-header .header-center {
    position: static !important;
    z-index: 1;
    order: 2;
    display: block !important;
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    background: transparent !important;
  }

  .mobile-menu-toggle {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    min-height: 44px;
    padding: 0;
    border: 1px solid rgba(222, 173, 66, 0.42);
    border-radius: 2px;
    color: var(--chronos-gold-bright);
    background: linear-gradient(145deg, rgba(55, 12, 15, 0.96), rgba(7, 5, 6, 0.98));
    cursor: pointer;
  }

  .mobile-menu-toggle i {
    font-size: 18px;
    line-height: 1;
  }

  .mobile-menu-wrapper {
    position: fixed !important;
    inset: 0 auto 0 0 !important;
    z-index: 1250 !important;
    display: block !important;
    width: min(82vw, 320px) !important;
    height: 100dvh !important;
    padding: 20px !important;
    overflow-y: auto !important;
    visibility: hidden;
    opacity: 0;
    transform: translateX(-104%);
    border-right: 1px solid rgba(226, 176, 67, 0.46);
    color: var(--chronos-text);
    background: linear-gradient(160deg, rgba(39, 10, 13, 0.99), rgba(6, 4, 5, 0.99));
    box-shadow: 22px 0 54px rgba(0, 0, 0, 0.72);
    transition: transform 0.36s cubic-bezier(.2, .75, .2, 1), opacity 0.28s ease, visibility 0.36s;
  }

  .mobile-menu-wrapper.show {
    visibility: visible;
    opacity: 1;
    transform: translateX(0);
  }

  .mobile-menu-wrapper .mega-menu,
  .mobile-menu-wrapper .mega__container,
  .mobile-menu-wrapper .mega__header {
    position: static !important;
    display: block !important;
    width: 100% !important;
    height: auto !important;
    opacity: 1 !important;
    visibility: visible !important;
    transform: none !important;
  }

  .mobile-menu-wrapper .mega__controls {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    color: var(--chronos-gold-bright);
  }

  .mobile-menu-wrapper .menu-back {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    padding: 0;
  }

  .wrapper-bg {
    position: fixed !important;
    inset: 0 !important;
    z-index: 1240 !important;
    display: none !important;
    width: 100% !important;
    height: 100% !important;
    background: rgba(0, 0, 0, 0.72) !important;
    backdrop-filter: blur(3px);
  }

  .wrapper-bg.show {
    display: block !important;
  }

  .wrapper-bg .close-menu {
    display: none !important;
  }

  .main-header .header-left .navbar-brand {
    min-width: 156px;
    min-height: 56px;
    padding: 6px 14px;
  }

  .main-header .header-left .navbar-brand img {
    width: 138px !important;
    height: auto !important;
  }

  #search-form-sm {
    display: grid !important;
    grid-template-columns: 1fr;
    width: 100% !important;
    border-radius: 4px;
  }

  .ajo89-demo-tutorial-shell,
  .ajo89-demo-inspo-shell,
  .ajo89-demo-confidence-shell,
  .jt-flow-relocated {
    scroll-margin-top: 214px;
  }

  .ajo89-route-frame {
    border-radius: 4px;
  }

  #deskTopView.detailpage-revamp {
    margin-top: 0.8rem !important;
    padding: 34px 0 28px;
  }

  .ajo89-chronos-hero-engine {
    --chronos-clock-size: clamp(560px, 138vw, 760px);
    top: 20px;
    min-height: 720px;
    height: 820px;
  }

  .ajo89-chronos-clock {
    top: -4%;
    opacity: 0.24;
  }

  .ajo89-clock-numeral {
    font-size: 17px;
  }

  .ajo89-chronos-gear--one {
    left: -12%;
  }

  .ajo89-chronos-gear--two {
    right: -9%;
  }

  .product-item .product-banner,
  .single-product-content,
  .sidebar .card,
  .product-article .card-body,
  .jt-flow-relocated .faq-container,
  .jt-flow-relocated .jt-review-wrap,
  .footer-top {
    padding: 15px;
  }

  .product-item .product-banner .main-slider-container {
    padding: 5px !important;
  }

  .thumbnail-container .d-flex {
    display: grid !important;
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  .thumbnail-container .item {
    width: auto !important;
    min-width: 0 !important;
  }

  .ajo89-demo-article-card,
  .ajo89-demo-step,
  .ajo89-demo-inspo-card,
  .ajo89-demo-confidence-wrap {
    border-radius: 4px;
  }

  .footer-top::before {
    bottom: -178px;
  }
}

@media (max-width: 600px) {
  .ajo89-chronos-mist {
    min-width: 470px;
    min-height: 470px;
    filter: blur(52px);
  }

  .ajo89-chronos-sigil {
    width: 560px;
  }

  .ajo89-route-shell {
    margin-top: 9px;
  }

  .ajo89-route-frame {
    clip-path: polygon(8px 0, calc(100% - 8px) 0, 100% 8px, 100% calc(100% - 8px), calc(100% - 8px) 100%, 8px 100%, 0 calc(100% - 8px), 0 8px);
  }

  .ajo89-route-nav {
    width: 100%;
    min-width: 0;
  }

  .ajo89-route-current {
    flex: 1 1 100%;
    width: 100%;
    min-width: 0;
    max-width: 100%;
  }

  .ajo89-route-current span {
    display: block;
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .product-item .product-banner {
    padding: 12px;
    clip-path: polygon(10px 0, calc(100% - 10px) 0, 100% 10px, 100% calc(100% - 10px), calc(100% - 10px) 100%, 10px 100%, 0 calc(100% - 10px), 0 10px);
  }

  .head-content .title {
    font-size: clamp(1.5rem, 7vw, 2rem);
  }

  #add-to-cart-btn,
  #buy-now-btn {
    min-height: 54px;
    font-size: 0.84rem;
  }

  .ajo89-demo-article-card {
    clip-path: polygon(9px 0, calc(100% - 9px) 0, 100% 9px, 100% calc(100% - 9px), calc(100% - 9px) 100%, 9px 100%, 0 calc(100% - 9px), 0 9px);
  }

  .jt-flow-relocated .jt-review-slider {
    min-height: 372px;
  }
}

@media (max-width: 480px) {
  .main-header .header-left .navbar-brand {
    min-width: 142px;
    padding: 5px 12px;
  }

  .main-header .header-left .navbar-brand img {
    width: 126px !important;
  }

  #search-form-sm {
    padding: 9px;
  }

  .ajo89-route-link,
  .ajo89-route-chip {
    padding-inline: 10px;
    letter-spacing: 0.05em;
  }

  #deskTopView.detailpage-revamp {
    padding-top: 26px;
  }

  .ajo89-chronos-hero-engine {
    --chronos-clock-size: 610px;
    top: 42px;
    height: 720px;
  }

  .ajo89-chronos-clock {
    left: 54%;
    opacity: 0.20;
  }

  .ajo89-chronos-gear--three {
    display: none;
  }

  .product-item .product-banner,
  .single-product-content,
  .sidebar .card,
  .product-article .card-body,
  .jt-flow-relocated .faq-container,
  .jt-flow-relocated .jt-review-wrap,
  .footer-top {
    padding: 12px;
  }

  .thumbnail-container .d-flex {
    grid-template-columns: repeat(5, minmax(44px, 1fr));
    gap: 5px;
  }

  .quantity-input {
    grid-template-columns: 42px minmax(0, 1fr) 42px;
  }

  .ajo89-demo-step-no {
    max-width: 78px;
  }

  .footer-top::before {
    bottom: -142px;
  }
}

@media (max-width: 360px) {
  .main-header .header-left .navbar-brand {
    min-width: 126px;
  }

  .main-header .header-left .navbar-brand img {
    width: 112px !important;
  }

  .ajo89-route-current {
    white-space: normal;
  }

  .thumbnail-container .d-flex {
    grid-template-columns: repeat(5, minmax(38px, 1fr));
  }

  #add-to-cart-btn,
  #buy-now-btn {
    padding-inline: 34px;
    letter-spacing: 0.10em;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  .ajo89-chronos-mist,
  .ajo89-chronos-sigil,
  .ajo89-chronos-particle,
  .ajo89-clock-ring,
  .ajo89-chronos-clock::after,
  .ajo89-clock-ruby,
  .ajo89-chronos-gear,
  .ajo89-chronos-arc,
  .footer-top::before,
  .ajo89-route-meta::before {
    animation: none !important;
  }

  .ajo89-chronos-particle {
    display: none;
  }

  .ajo89-chronos-clock,
  .product-item .product-banner .main-product-slider,
  #add-to-cart-btn,
  #buy-now-btn,
  .chronos-enhanced .chronos-reveal {
    transition-duration: 0.01ms !important;
    transform: none !important;
  }

  .chronos-enhanced .chronos-reveal {
    opacity: 1 !important;
    clip-path: none !important;
  }
}
