:root {
  --potentus-bg: #06131a;
  --potentus-bg-soft: #0b1c24;
  --potentus-panel: #34414a;
  --potentus-panel-soft: #1a2a33;
  --potentus-band: linear-gradient(90deg, rgba(113, 127, 136, 0), rgba(113, 127, 136, 0.45), rgba(113, 127, 136, 0));
  --potentus-text: #d8e2e7;
  --potentus-muted: #94a7b1;
  --potentus-heading: #f5f7f9;
  --potentus-border: rgba(178, 197, 206, 0.14);
  --potentus-red: #c61d20;
  --potentus-red-hover: #e12a2d;
  --potentus-yellow: #d9c54d;
  --potentus-green: #2ebf52;
  --potentus-green-hover: #3ddf67;
  --potentus-shell: 1080px;
  --potentus-shell-narrow: 760px;
  --potentus-radius: 24px;
  --potentus-radius-sm: 14px;
  --potentus-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
  --potentus-transition: 260ms ease;
  --potentus-transition-slow: 700ms cubic-bezier(0.22, 1, 0.36, 1);
}
@keyframes logoDrift {
  0% {
    transform: Rotate(45deg);
  }


  50% {
    transform: rotate(-45deg);
  }

  100% {
    transform: rotate(45deg);
  }
}

html {
  scroll-behavior: smooth;
}
#productTable p span {
  color: white;
  float: left;
  padding: 10px;
  border-left: 1px solid #CDD8E1;
}
body.is-potentus-home {
  background:
    radial-gradient(circle at top center, rgba(77, 92, 106, 0.28), transparent 30%),
    var(--potentus-bg);
  color: var(--potentus-text);
  font-family: "Segoe UI", Arial, sans-serif;
}

body.is-potentus-home .home-shell,
body.is-potentus-home .home-main {
  background: transparent;
}

body.is-potentus-home *,
.page--potentus *,
.cart--potentus *,
.checkout--potentus *,
.sku--potentus *,
.page--thankyou * {
  box-shadow: none !important;
}

body.is-potentus-home a {
  color: inherit;
}

.potentus-shell {
  width: min(calc(100% - 32px), var(--potentus-shell));
  margin: 0 auto;
}

.potentus-shell--narrow {
  width: min(calc(100% - 32px), var(--potentus-shell-narrow));
}

.potentus-heading {
  margin-bottom: 34px;
  text-align: center;
}

.potentus-heading--left {
  text-align: left;
}

.potentus-heading h2,
.potentus-panel h2,
.potentus-story__copy h2 {
  margin: 0;
  color: var(--potentus-heading);
  font-size: clamp(28px, 4vw, 42px);
  font-weight: 300;
  letter-spacing: 0.04em;
}

.potentus-heading p,
.potentus-panel p,
.potentus-story__copy p,
.potentus-order__copy p,
.potentus-intro p,
.potentus-about__notes p,
.potentus-faq__item p,
.potentus-range__copy p,
.potentus-benefit__copy p {
  color: var(--potentus-muted);
  font-size: 15px;
  line-height: 1.85;
}

.potentus-section-kicker,
.potentus-hero__eyebrow {
  margin: 0 0 12px;
  color: var(--potentus-heading);
  font-size: 14px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.potentus-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 132px;
  min-height: 38px;
  padding: 9px 24px;
  border-radius: 999px;
  border: 0;
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-decoration: none;
  text-transform: uppercase;
  transition: transform var(--potentus-transition), background-color var(--potentus-transition), box-shadow var(--potentus-transition);
}

.potentus-btn:hover,
.potentus-btn:focus-visible {
  transform: translateY(-1px);
  color: #fff;
}

.potentus-btn--primary {
  background: var(--potentus-red);
  box-shadow: 0 8px 20px rgba(198, 29, 32, 0.3);
}

.potentus-btn--primary:hover,
.potentus-btn--primary:focus-visible {
  background: var(--potentus-red-hover);
}

.potentus-btn--whatsapp {
  background: var(--potentus-green);
  box-shadow: 0 8px 20px rgba(46, 191, 82, 0.28);
}

.potentus-btn--whatsapp:hover,
.potentus-btn--whatsapp:focus-visible {
  background: var(--potentus-green-hover);
}

.potentus-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.potentus-list li {
  position: relative;
  margin-bottom: 14px;
  padding-left: 28px;
  color: #f2f4f7;
  line-height: 1.65;
}

.potentus-list li::before {
  content: "";
  position: absolute;
  top: 11px;
  left: 0;
  width: 8px;
  height: 8px;
  background: #ff834a;
  transform: rotate(45deg);
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 40;
  padding: 0 20px;
  background: rgba(6, 19, 26, 0.92) !important;
  border-bottom: 1px solid var(--potentus-border) !important;
  backdrop-filter: blur(14px);
}

.site-header__inner {
  display: flex;
  align-items: center;
  gap: 18px;
  max-width: 1140px;
  min-height: 72px;
  margin: 0 auto;
  padding: 10px 0;
}

.site-header__brand {
  display: block;
  flex-shrink: 0;
  max-width: 320px;
  text-decoration: none;
}

.site-header__brand-title {
  margin: 0 0 4px;
  color: #fff;
  font-size: 18px;
  font-weight: 300;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.site-header__brand-sub {
  margin: 0;
  color: var(--potentus-yellow);
  font-size: 11px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.site-header__search {
  flex: 1;
  max-width: 420px;
}

.site-search-form {
  display: flex;
  align-items: center;
  overflow: hidden;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.04);
}

.site-search__input {
  flex: 1;
  height: 40px;
  padding: 0 16px;
  border: 0;
  background: transparent !important;
  color: #fff !important;
  font-size: 13px;
}

.site-search__input::placeholder {
  color: rgba(216, 226, 231, 0.55);
}

.site-search__btn {
  width: 42px;
  height: 40px;
  border: 0;
  background: transparent;
  color: #fff;
}

.site-header__icons {
  display: flex;
  align-items: center;
  margin-left: auto;
}

.site-header__vdivider {
  width: 1px;
  height: 34px;
  margin-right: 12px;
  background: rgba(255, 255, 255, 0.12);
}

.site-icon-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: rgba(255, 255, 255, 0.86) !important;
  text-decoration: none;
  font-size: 12px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.site-icon-link__cart-wrap {
  position: relative;
}

.site-cart-btn__badge {
  position: absolute;
  top: -9px;
  right: -9px;
  min-width: 17px;
  height: 17px;
  padding: 0 3px;
  border-radius: 999px;
  background: var(--potentus-red);
  color: #fff;
  font-size: 10px;
  font-weight: 700;
  line-height: 17px;
  text-align: center;
}

.site-nav {
  padding: 0 20px;
  background: rgba(7, 17, 24, 0.95);
  border-bottom: 1px solid var(--potentus-border);
}

.site-nav__inner {
  display: flex;
  align-items: center;
  max-width: 1140px;
  height: 46px;
  margin: 0 auto;
}

.site-nav__toggle {
  display: none;
  padding: 8px;
  border: 0;
  background: transparent;
  color: #fff;
}

.site-nav__links {
  display: flex;
  align-items: center;
  gap: 6px;
  width: 100%;
}

.site-nav__item {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 32px;
  padding: 0 14px;
  border-radius: 999px;
  color: rgba(255, 255, 255, 0.82);
  font-size: 11px;
  letter-spacing: 0.12em;
  text-decoration: none;
  text-transform: uppercase;
  transition: background-color var(--potentus-transition), color var(--potentus-transition);
}

.site-nav__item:hover,
.site-nav__item:focus-visible {
  color: #fff;
  background: rgba(255, 255, 255, 0.08);
}

.site-nav__item--home {
  width: 36px;
  padding: 0;
}

.site-header--potentus {
  padding: 10px 24px;
  background: #04131a !important;
  border-bottom: 0 !important;
}

.site-header__inner--potentus {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  min-height: 0;
  padding: 0;
}

.site-header__brand--potentus {
  display: inline-flex;
  align-items: center;
  color: #e9eef2;
  font-size: 18px;
  font-weight: 300;
  letter-spacing: 0.08em;
  text-decoration: none;
  text-transform: uppercase;
  white-space: nowrap;
}

.site-nav--potentus {
  padding: 0;
  border: 0;
  background: transparent;
}

.site-nav--potentus .site-nav__inner {
  height: auto;
}

.site-nav--potentus .site-nav__links {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
}

.site-nav--potentus .site-nav__item {
  min-width: 142px;
  min-height: 46px;
  padding: 0 18px;
  border-radius: 0;
  background: #2c2a2b;
  color: #f7f7f7;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.05em;
  text-transform: none;
}

.site-nav--potentus .site-nav__item:hover,
.site-nav--potentus .site-nav__item:focus-visible {
  background: #3a3738;
}

.site-icon-link--potentus {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-left: 8px;
  color: #f7f7f7 !important;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.site-icon-link--potentus .site-icon-link__cart-wrap {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.site-icon-link--potentus .site-cart-btn__badge {
  top: -8px;
  right: -8px;
}

.site-nav--potentus .site-nav__toggle {
  display: none;
}

.is-potentus-home .home-main {
  padding-bottom: 20px;
}

.potentus-hero,
.potentus-intro,
.potentus-about,
.potentus-products,
.potentus-order,
.potentus-story,
.potentus-benefit,
.potentus-feedback,
.potentus-faq {
  position: relative;
  padding: 42px 0;
}

.potentus-hero {
  padding-top: 56px;
}

.potentus-hero__inner {
  display: flex;
  justify-content: center;
}

.potentus-hero__brand {
  display: grid;
  grid-template-columns: 360px minmax(0, 460px);
  align-items: center;
  gap: 28px;
}

.potentus-hero__logo {
  display: flex;
  align-items: center;
  justify-content: center;
}

.potentus-hero__logo img {
  width: 300px;
  object-fit: contain;
  animation: logoDrift 5.5s ease-in-out infinite;
  filter: drop-shadow(0 18px 30px rgba(0, 0, 0, 0.35));
}

.potentus-hero__copy {
  text-align: left;
}

.potentus-hero__copy h1 {
  margin: 0;
  color: #fff;
  font-size: clamp(48px, 7vw, 68px);
  font-weight: 300;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.potentus-hero__subline {
  margin: 8px 0 16px;
  color: var(--potentus-yellow);
  font-size: 14px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.potentus-hero__lead {
  max-width: 440px;
  margin: 0 0 18px;
  color: var(--potentus-muted);
  font-size: 15px;
  line-height: 1.85;
}

.potentus-divider {
  width: 100%;
  padding: 8px 0 0;
  background: transparent;
}

.potentus-divider span {
  display: block;
  height: 8px;
  margin-bottom: 5px;
  background:
    radial-gradient(circle at 12px -2px, transparent 12px, rgba(124, 136, 145, 0.45) 13px, transparent 14px) repeat-x,
    linear-gradient(90deg, rgba(255, 255, 255, 0.05), rgba(124, 136, 145, 0.24), rgba(255, 255, 255, 0.03));
  background-size: 26px 10px, 100% 100%;
  opacity: 0.7;
}

.potentus-intro {
  position: relative;
  padding: 0 0 82px;
  text-align: center;
}

/* .potentus-intro::before,
.potentus-intro::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: min(86%, 1280px);
  height: 1px;
  background: rgba(10, 22, 30, 0.75);
} */

.potentus-intro::before {
  bottom: 150px;
}

.potentus-intro::after {
  bottom: 120px;
}

.potentus-intro .potentus-shell--narrow {
  position: relative;
  width: min(calc(100% - 32px), 100%);
  max-width: 100%;
}

.potentus-intro__panel {
  position: relative;
  width: 100%;
  padding: 30px 24px 88px;
  background: #2d313d;
}

.potentus-intro__panel p {
  max-width: 980px;
  margin: 0 auto 24px;
  color: #f1f3f6;
  font-size: clamp(20px, 2vw, 26px);
  font-weight: 300;
  line-height: 1.55;
}

.potentus-intro__panel p:first-child {
  max-width: 1120px;
}

.potentus-intro__panel p:last-child {
  margin-bottom: 0;
}

.potentus-intro__cta {
  position: absolute;
  left: 50%;
  bottom: 30px;
  z-index: 2;
  transform: translateX(-50%);
}

.potentus-intro__cta::before,
.potentus-intro__cta::after {
  content: "";
  position: absolute;
  top: 50%;
  width: min(42vw, 820px);
  height: 1px;
  background: linear-gradient(90deg, rgba(83, 95, 110, 0), rgba(83, 95, 110, 0.7), rgba(83, 95, 110, 0));
}

.potentus-intro__cta::before {
  right: calc(100% + 20px);
}

.potentus-intro__cta::after {
  left: calc(100% + 20px);
}

.potentus-intro .potentus-btn--primary {
  min-width: 220px;
  min-height: 48px;
  padding: 10px 30px;
  border-radius: 999px;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0;
  text-transform: none;
}

.potentus-intro .potentus-btn--primary::before,
.potentus-intro .potentus-btn--primary::after {
  content: "";
  position: absolute;
  left: 50%;
  width: min(90vw, 1760px);
  height: 1px;
  transform: translateX(-50%);
  background: linear-gradient(90deg, rgba(83, 95, 110, 0), rgba(83, 95, 110, 0.75), rgba(83, 95, 110, 0));
}

.potentus-intro .potentus-btn--primary::before {
  top: -16px;
}

.potentus-intro .potentus-btn--primary::after {
  bottom: -16px;
}

.potentus-about__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.18fr) minmax(360px, 0.82fr);
  gap: 64px;
  align-items: start;
}

.potentus-panel {
  padding: 34px;
  background: var(--potentus-panel);
  border-radius: 0;
  box-shadow: var(--potentus-shadow);
}

.potentus-panel--about {
  min-height: 826px;
  padding: 22px 28px 34px;
}

.potentus-panel--about h2 {
  margin: 0 0 36px;
  color: #c9d3da;
  font-size: clamp(54px, 5vw, 78px);
  font-weight: 300;
  letter-spacing: -0.04em;
  text-align: center;
}

.potentus-panel__copy {
  max-width: 520px;
  margin: 0 auto;
}

.potentus-panel__copy p {
  margin: 0 0 18px;
  color: #f0f3f6;
  font-size: 18px;
  line-height: 1.7;
}

.potentus-panel__copy strong {
  font-weight: 600;
}

.potentus-panel__image {
  display: flex;
  justify-content: center;
  margin: 140px 0 0;
}

.potentus-panel__image img {
  width: min(260px, 100%);
  border-radius: 14px;
  box-shadow: var(--potentus-shadow);
}

.potentus-about__side {
  padding-top: 36px;
}

.potentus-about__portrait {
  margin: 0 0 34px;
}

.potentus-about__portrait img {
  display: block;
  width: min(100%, 338px);
  border-radius: 14px;
  box-shadow: var(--potentus-shadow);
}

.potentus-about__notes {
  margin-top: 28px;
}

.potentus-about__notes p {
  margin: 0 0 22px;
  color: #f2f4f7;
  font-size: 17px;
  line-height: 1.7;
}

.potentus-about__notes strong {
  font-weight: 600;
}

.potentus-products {
  padding-top: 56px;
}

.potentus-heading::before,
.potentus-heading::after {
  content: "";
  display: block;
  height: 10px;
  margin: 0 auto 18px;
  background: var(--potentus-band);
}

.potentus-heading::after {
  display: none;
}

.potentus-heading--products {
  display: block;
  width: 100vw;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  box-sizing: border-box;
  min-width: 0;
  margin-bottom: 72px;
  padding: 16px max(34px, calc((100vw - var(--potentus-shell)) / 2)) 14px;
  background: linear-gradient(90deg, rgba(84, 95, 105, 0.82), rgba(23, 36, 44, 0));
  text-align: left;
}

.potentus-heading--products::before {
  display: none;
}

.potentus-heading--products h2 {
  font-size: clamp(44px, 4vw, 64px);
  letter-spacing: -0.04em;
}

.potentus-range {
  position: relative;
  padding: 0 0 82px;
  margin-bottom: 80px;
}

.potentus-range__badge {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-width: 506px;
  min-height: 102px;
  margin-bottom: 22px;
  padding: 18px 24px;
  font-size: 24px;
  letter-spacing: 0.06em;
  text-transform: none;
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.26);
}

.potentus-range--ash .potentus-range__badge {
  background: linear-gradient(90deg, #f7f7f7, #e9e9e9);
  color: #111;
}

.potentus-range--mono .potentus-range__badge {
  background: linear-gradient(90deg, #17120f, #0b0807);
  color: #f5f5f5;
}

.potentus-range--cyan .potentus-range__badge {
  background: linear-gradient(90deg, #1cc8d2, #23d4df);
  color: #f6ffff;
}

.potentus-range__badge span,
.potentus-range__badge strong {
  position: relative;
  z-index: 1;
}

.potentus-range__badge strong {
  font-size: 56px;
  line-height: 1;
}

.potentus-range__content {
  display: grid;
  grid-template-columns: minmax(420px, 0.88fr) minmax(0, 0.82fr);
  gap: 92px;
  align-items: start;
}

.potentus-range__visual {
  position: relative;
  display: block;
  padding-top: 72px;
  color: inherit;
  text-decoration: none;
}

.potentus-range__tape {
  position: absolute;
  top: 42px;
  width: 44px;
  height: 88px;
  background: linear-gradient(180deg, rgba(153, 165, 173, 0.75), rgba(72, 86, 96, 0.58));
  opacity: 0.75;
}

.potentus-range__tape--left {
  left: -14px;
  transform: rotate(-43deg);
}

.potentus-range__tape--right {
  right: 18px;
  transform: rotate(43deg);
}

.potentus-range__mark {
  position: relative;
  z-index: 1;
  display: inline-block;
  width: 64px;
  height: 64px;
  margin-left: auto;
}

.potentus-range__mark--horse::before {
  content: "♞";
  position: absolute;
  inset: 0;
  font-size: 64px;
  line-height: 1;
  text-align: center;
}

.potentus-range__mark--couple::before {
  content: "◔";
  position: absolute;
  inset: 0;
  font-size: 56px;
  line-height: 1;
  text-align: center;
}

.potentus-range__mark--couple::after {
  content: "◕";
  position: absolute;
  right: -8px;
  bottom: 0;
  font-size: 36px;
  line-height: 1;
}

.potentus-range__ornament {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 110px;
  margin-top: 34px;
  color: rgba(214, 224, 231, 0.92);
}

.potentus-range__ornament::before {
  content: "◌ ◌\A◌ ◌";
  white-space: pre;
  font-size: 28px;
  line-height: 1.05;
  letter-spacing: 6px;
}

.potentus-range__ornament--2::before {
  content: "◎";
  font-size: 46px;
}

.potentus-range__ornament--3::before {
  content: "◌ ◎ ◌\A◎ ◌ ◎\A◌ ◎ ◌";
  font-size: 20px;
  line-height: 1.1;
}

.potentus-range::after {
  content: "";
  position: absolute;
  right: 92px;
  bottom: 22px;
  width: min(60%, 574px);
  height: 3px;
  background: rgba(239, 241, 244, 0.92);
}

.potentus-range__copy h3 {
  max-width: 560px;
  margin: 18px 0 24px;
  color: #d4dce1;
  font-size: 24px;
  font-weight: 300;
  line-height: 1.35;
}

.potentus-range__copy p {
  max-width: 560px;
  margin: 0 0 42px;
  color: #d5dde2;
  font-size: 18px;
  line-height: 1.65;
}

.potentus-heading--band {
  display: block;
  width: 100vw;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  box-sizing: border-box;
  min-width: 0;
  margin-bottom: 36px;
  padding: 8px max(26px, calc((100vw - var(--potentus-shell)) / 2)) 10px;
  background: linear-gradient(90deg, rgba(84, 95, 105, 0.82), rgba(23, 36, 44, 0));
  text-align: left;
}

.potentus-heading--band::before {
  display: none;
}

.potentus-heading--band h2 {
  font-size: clamp(34px, 3.4vw, 54px);
  letter-spacing: -0.04em;
}

.potentus-order__top,
.potentus-order__bottom,
.potentus-benefit__row {
  display: grid;
  grid-template-columns: minmax(320px, 0.95fr) minmax(0, 1.05fr);
  gap: 44px;
  align-items: start;
}

.potentus-order__bottom {
  margin-top: 28px;
  align-items: center;
}

.potentus-order__visual {
  background: transparent;
}

.potentus-order__visual--poster {
  max-width: 440px;
}

.potentus-order__card {
  position: relative;
  width: 100%;
  min-height: 460px;
  background-size: cover;
  background-position: center top;
  border-radius: 10px;
  overflow: hidden;
}

.potentus-order__card-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(160deg, rgba(10,10,10,0.72) 0%, rgba(10,10,10,0.55) 100%);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 32px 28px;
}

.potentus-order__card-title {
  margin: 0 0 14px;
  color: #f5a623;
  font-size: clamp(20px, 2.2vw, 26px);
  font-weight: 800;
  text-transform: uppercase;
  line-height: 1.15;
  letter-spacing: -0.01em;
}

.potentus-order__card-lead {
  margin: 0 0 10px;
  color: #e8edf0;
  font-size: 14px;
  line-height: 1.65;
}

.potentus-order__card-bullets {
  margin: 10px 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 6px;
}

.potentus-order__card-bullets li {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.5;
}

.potentus-order__visual--thumb {
  max-width: 280px;
}

.potentus-order__visual img,
.potentus-story__media img,
.potentus-benefit__media img,
.potentus-feedback__card img {
  display: block;
  width: 100%;
  height: auto;
}

.potentus-order__content h3,
.potentus-order__cta-copy h3,
.potentus-order__copy h4 {
  margin: 0 0 16px;
  color: #d9e0e5;
  font-size: 22px;
  font-weight: 300;
}

.potentus-order__steps {
  display: grid;
  gap: 10px;
  margin-bottom: 34px;
}

.potentus-step {
  display: grid;
  grid-template-columns: 22px minmax(0, 1fr) auto;
  gap: 12px;
  align-items: start;
}

.potentus-step__arrow {
  color: #42df2d;
  font-size: 56px;
  line-height: 0.8;
}

.potentus-step p {
  margin: 0;
  color: #d8e1e6;
  line-height: 1.7;
}

.potentus-step .potentus-btn {
  min-width: 0;
  min-height: 34px;
  padding: 7px 18px;
  font-size: 13px;
  text-transform: none;
  letter-spacing: 0;
}

.potentus-order__shipping {
  display: grid;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.potentus-order__shipping li,
.potentus-order__cta-copy p {
  color: #d7dfe4;
  line-height: 1.7;
}

.potentus-order__shipping li::before {
  content: "• ";
}

.potentus-order__cta-row {
  display: flex;
  align-items: center;
  gap: 18px;
  margin-top: 22px;
}

.potentus-order__cta-arrow {
  color: #42df2d;
  font-size: 58px;
  line-height: 0.8;
}

.potentus-story__row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(260px, 360px);
  gap: 42px;
  align-items: start;
  padding: 26px 0;
}

.potentus-story__row.is-reversed {
  grid-template-columns: minmax(0, 1fr) minmax(260px, 360px);
}

.potentus-story__row.is-reversed .potentus-story__copy {
  order: 1;
}

.potentus-story__row.is-reversed .potentus-story__media {
  order: 2;
}

.potentus-story__copy p,
.potentus-benefit__copy p {
  color: #d7dfe4;
  font-size: 17px;
  line-height: 1.7;
}

.potentus-story__media img,
.potentus-benefit__media img {
  box-shadow: var(--potentus-shadow);
}

.potentus-story__badge-card {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 240px;
  background: rgba(71, 38, 8, 0.72);
  overflow: hidden;
}

.potentus-story__badge-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.potentus-badge {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 120px;
  height: 120px;
  margin-top: 18px;
  border-radius: 50%;
  border: 2px solid rgba(217, 197, 77, 0.6);
  color: var(--potentus-yellow);
  text-transform: uppercase;
}

.potentus-badge--large {
  width: 170px;
  height: 170px;
  margin-top: 0;
}

.potentus-badge strong {
  font-size: 34px;
  line-height: 1;
}

.potentus-badge--large strong {
  font-size: 52px;
}

.potentus-badge span {
  max-width: 110px;
  font-size: 11px;
  letter-spacing: 0.08em;
  line-height: 1.3;
  text-align: center;
}

.potentus-badge--large span {
  max-width: 126px;
}

.potentus-story__bullets {
  display: grid;
  gap: 16px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.potentus-story__bullets li {
  color: #d7dfe4;
  font-size: 17px;
  line-height: 1.6;
}

.potentus-story__bullets li::before {
  content: "• ";
}

.potentus-benefit__block + .potentus-benefit__block {
  margin-top: 54px;
}

.potentus-benefit__title {
  margin-bottom: 24px;
}

.potentus-benefit__title h2 {
  margin: 0;
  color: #dce3e8;
  font-size: clamp(34px, 3vw, 52px);
  font-weight: 300;
  letter-spacing: -0.03em;
}

.potentus-benefit__title--center {
  text-align: center;
}

.potentus-benefit__row {
  align-items: center;
}

.potentus-benefit__close {
  margin-top: 22px;
  text-align: center;
}

.potentus-benefit__close p {
  margin: 0 0 14px;
  color: #dde4e9;
  font-size: 18px;
}

.page--potentus,
.cart--potentus,
.checkout--potentus,
.sku--potentus,
.page--thankyou {
  color: var(--potentus-text);
}

.page--potentus .container-fluid,
.cart--potentus .container-fluid,
.checkout--potentus .container-fluid,
.sku--potentus .container-fluid,
.page--thankyou .container-fluid {
  width: min(calc(100% - 32px), 1180px);
  margin: 0 auto;
}

.page--potentus .page__title,
.cart--potentus .cart__title,
.sku--potentus .sku__title,
.page--thankyou .h3 {
  display: inline-block;
  min-width: min(100%, 980px);
  margin: 18px 0 34px;
  padding: 12px 24px 14px;
  background: linear-gradient(90deg, rgba(84, 95, 105, 0.82), rgba(23, 36, 44, 0));
  color: #dfe7ec !important;
  font-size: clamp(30px, 3vw, 48px);
  font-weight: 300;
  letter-spacing: -0.03em;
  line-height: 1.15;
}

.page--potentus .page__wrapper,
.cart--potentus .cart__wrapper,
.checkout--potentus .checkout__section,
.sku--potentus .sku__wrapper,
.page--thankyou #toPrint,
.page--potentus .article,
.page--potentus .txt,
.page--potentus .products,
.page--potentus .nav-aside,
.page--potentus .page__sidebar,
.page--potentus .page__content {
  position: relative;
}

.page--potentus .page__wrapper {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 28px;
}

.page--potentus.page--category .page__wrapper {
  grid-template-columns: 280px minmax(0, 1fr);
  align-items: start;
}

.page--potentus .page__content,
.page--potentus .page__sidebar,
.cart--potentus .cart__wrapper,
.checkout--potentus .checkout__section,
.sku--potentus .sku__wrapper,
.page--thankyou #toPrint {
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.06);
  box-shadow: none;
}

.page--potentus .page__content,
.page--potentus .page__sidebar,
.cart--potentus .cart__wrapper,
.page--thankyou #toPrint {
  padding: 24px;
}

.page--potentus .nav-aside {
  padding: 0;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}

.page--potentus .nav-aside__menu {
  display: grid;
  gap: 8px;
}

.page--potentus .nav-aside__link {
  display: block;
  padding: 14px 16px;
  background: rgba(255,255,255,0.03) !important;
  color: var(--potentus-text) !important;
  border: 1px solid rgba(255,255,255,0.06);
  box-shadow: none !important;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 12px;
}

.page--potentus .nav-aside__link:hover,
.page--potentus .nav-aside__link.is-active {
  background: rgba(255,255,255,0.08) !important;
  color: #fff !important;
}

.page--potentus .products__grid {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
}

.page--potentus .products__grid .products__item,
.page--potentus .products__grid > li {
  flex: 0 0 calc(50% - 9px);
  max-width: 100%;
  min-width: 0;
}
.is-sticky-active .nav-aside{
  transform: translate(0,0px);
}
.details__categories-link:hover, .details__categories-link.is-active, .sku__free{
  background: transparent;
}
.page--potentus .products__item-image {
  height: auto !important;
  aspect-ratio: 1 / 1;
}
.ui-check__shipping,.ui-check__group,.ui-placeholder__select .selectric,.ui-select .selectric{
  background: transparent;
}
.ui-placeholder__select .selectric-wrapper{
  color: white;
}
.ui-card__back::before{
  height: 0px;
}
.page--potentus .products__item {
  background: rgba(255,255,255,0.03) !important;
  border: 1px solid rgba(255,255,255,0.08) !important;
  transition: transform var(--potentus-transition), border-color var(--potentus-transition), background-color var(--potentus-transition);
}

.page--potentus .products__item:hover {
  transform: translateY(-4px);
  background: rgba(255,255,255,0.05) !important;
  border-color: rgba(255,255,255,0.16) !important;
}

.page--potentus .products__item,
.page--potentus .txt,
.page--potentus .article,
.sku--potentus .sku__sticky,
.sku--potentus .sku__desc,
.sku--potentus .sku__gallery,
.sku--potentus .sku__group,
.sku--potentus .sku__info,
.sku--potentus .details__section,
.sku--potentus .details__categories-group,
.cart--potentus .cart__table,
.checkout--potentus .ui-check,
.checkout--potentus .ui-card,
.checkout--potentus .ui-payment {
  box-shadow: none !important;
}

.page--potentus .txt,
.page--potentus .article {
  padding: 28px;
}

.page--potentus .txt__wysiwyg,
.page--potentus .ui-wysiwyg,
.page--potentus .article,
.page--potentus .article.ui-wysiwyg {
  background: transparent !important;
  border: 0 !important;
}

.page--potentus .txt__wysiwyg,
.page--potentus .article,
.page--potentus .ui-wysiwyg {
  color: var(--potentus-text) !important;
}

.page--potentus .txt__wysiwyg h1,
.page--potentus .txt__wysiwyg h2,
.page--potentus .txt__wysiwyg h3,
.page--potentus .txt__wysiwyg h4,
.page--potentus .article h1,
.page--potentus .article h2,
.page--potentus .article h3,
.page--potentus .article h4 {
  color: #e0e7ec !important;
}

.sku--potentus .sku__sticky,
.sku--potentus .sku__desc,
.sku--potentus .sku__gallery,
.sku--potentus .sku__group,
.sku--potentus .sku__info,
.sku--potentus .details__section,
.sku--potentus .details__categories-group {
  background: rgba(255,255,255,0.03) !important;
  border-color: rgba(255,255,255,0.08) !important;
  color: var(--potentus-text) !important;
}
.sku--potentus .sku__desc, .sku--potentus .sku__info{
  background: transparent !important;
}
.sku--potentus .sku__sticky {
  top: 86px;
  backdrop-filter: blur(10px);
}

.sku--potentus .sku__title,
.sku--potentus .sku__sticky-item-title,
.sku--potentus .details__section h1,
.sku--potentus .details__section h2,
.sku--potentus .details__section h3 {
  color: #e4ebef !important;
}

.sku--potentus .sku__tabs-btn,
.sku--potentus .ui-select,
.sku--potentus .ui-number,
.sku--potentus .ui-number__input,
.sku--potentus .ui-number__minus,
.sku--potentus .ui-number__plus {
  background: rgba(255,255,255,0.04) !important;
  border-color: rgba(255,255,255,0.1) !important;
  color: var(--potentus-text) !important;
}

.sku--potentus .sku__tabs-btn.is-active {
  background: rgba(255,255,255,0.1) !important;
  border-color: rgba(255,255,255,0.16) !important;
  color: #fff !important;
}

.cart--potentus .cart__table,
.cart--potentus .cart__table thead tr,
.cart--potentus .cart__table tbody tr,
.checkout--potentus .checkout__shipping,
.checkout--potentus .checkout__delivery,
.checkout--potentus .checkout__payment,
.checkout--potentus .ui-check,
.checkout--potentus .ui-card,
.checkout--potentus .ui-payment,
.checkout--potentus .ui-placeholder,
.checkout--potentus .ui-placeholder__input,
.checkout--potentus .ui-placeholder__select,
.checkout--potentus .ui-placeholder__select select {
  background: rgba(255,255,255,0.03) !important;
  border-color: rgba(255,255,255,0.08) !important;
  color: var(--potentus-text) !important;
}

.cart--potentus .cart__table th,
.cart--potentus .cart__table td,
.checkout--potentus .checkout__title,
.checkout--potentus .ui-check__title,
.checkout--potentus .ui-check__text,
.checkout--potentus .ui-check__price,
.checkout--potentus .ui-placeholder__label {
  color: var(--potentus-text) !important;
}

.cart--potentus .cart__action,
.checkout--potentus .checkout__complete {
  background: transparent !important;
}

.ui-btn--blue,
.cart--potentus .ui-btn--blue,
.checkout--potentus .ui-btn--blue,
.sku--potentus .ui-btn--blue,
.page--thankyou .ui-btn--blue {
  background: var(--potentus-red) !important;
  border: 0 !important;
  color: #fff !important;
  border-radius: 999px !important;
  box-shadow: 0 8px 20px rgba(198, 29, 32, 0.28);
}

.ui-btn--blue:hover,
.cart--potentus .ui-btn--blue:hover,
.checkout--potentus .ui-btn--blue:hover,
.sku--potentus .ui-btn--blue:hover,
.page--thankyou .ui-btn--blue:hover {
  background: var(--potentus-red-hover) !important;
}

.ui-btn--light,
.cart--potentus .ui-btn--light {
  background: rgba(255,255,255,0.05) !important;
  border: 1px solid rgba(255,255,255,0.12) !important;
  color: var(--potentus-text) !important;
  border-radius: 999px !important;
}

.page--thankyou .invoice,
.page--thankyou #bankdetail-header,
.page--thankyou .bankdetails {
  color: var(--potentus-text);
}

.page--thankyou .invoice {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding: 12px 0;
  border-bottom: 1px solid rgba(255,255,255,0.06);
}

.page--thankyou .invoice label {
  color: var(--potentus-muted);
}

.breadcrumbs,
.breadcrumbs__item,
.breadcrumbs__link {
  color: rgba(220, 229, 235, 0.74) !important;
}

.potentus-feedback__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(220px, 280px));
  justify-content: center;
  gap: 34px;
}

.potentus-feedback__card {
  margin: 0;
  padding: 18px;
  background: rgba(255, 255, 255, 0.03);
  border-radius: var(--potentus-radius-sm);
  box-shadow: none;
}

.potentus-faq__list {
  display: grid;
  gap: 18px;
  margin-top: 24px;
}

.potentus-faq__item {
  padding-bottom: 18px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.potentus-faq__item h3 {
  margin: 0 0 8px;
  color: #fff;
  font-size: 20px;
  font-weight: 300;
}

.potentus-faq__item p {
  margin: 0;
}

.potentus-faq__cta {
  margin-top: 34px;
  text-align: center;
}

.potentus-faq__cta p {
  margin: 0 0 12px;
  color: var(--potentus-muted);
}

.site-footer {
  margin-top: 40px;
  background: rgba(4, 13, 18, 0.92);
  border-top: 1px solid var(--potentus-border);
  color: var(--potentus-muted);
}

.site-footer__inner {
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 20px;
}

.site-footer__main {
  padding: 34px 0 24px;
}

.site-footer__main .site-footer__inner {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 28px;
}

.site-footer__title {
  display: block;
  margin-bottom: 14px;
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.site-footer__links {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.site-footer__links a,
.site-footer__post {
  color: var(--potentus-muted);
  text-decoration: none;
}

.site-footer__posts {
  display: grid;
  gap: 14px;
}

.site-footer__post {
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr);
  gap: 12px;
  align-items: center;
}

.site-footer__post-img {
  width: 48px;
  height: 48px;
  object-fit: cover;
  border-radius: 8px;
}

.site-footer__post-title {
  display: block;
  color: var(--potentus-text);
  line-height: 1.5;
}

.site-footer__post-meta {
  color: var(--potentus-muted);
  font-size: 11px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.site-footer__bottom {
  padding: 16px 0 24px;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
}

.site-footer__bottom .site-footer__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.site-footer__copy {
  margin: 0;
  font-size: 12px;
}

.site-footer__payments {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.site-footer__payments img {
  width: auto;
  height: 24px;
  opacity: 0.7;
}

.scrolltop {
  position: fixed;
  right: 18px;
  bottom: 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
  backdrop-filter: blur(12px);
}

.theme-reveal {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity var(--potentus-transition-slow), transform var(--potentus-transition-slow);
}

.theme-reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 991px) {
  .site-header__inner {
    flex-wrap: wrap;
  }

  .site-header__inner--potentus {
    flex-wrap: wrap;
  }

  .site-header__search {
    order: 3;
    max-width: none;
    width: 100%;
  }

  .site-nav__toggle {
    display: inline-flex;
  }

  .site-nav--potentus .site-nav__toggle {
    display: inline-flex;
  }

  .site-nav__inner {
    height: auto;
    padding: 8px 0;
    flex-wrap: wrap;
  }

  .site-nav__links {
    display: none;
    flex-direction: column;
    align-items: stretch;
    width: 100%;
    padding: 10px 0 4px;
  }

  .site-nav.is-open .site-nav__links {
    display: flex;
  }

  .site-nav--potentus .site-nav__links {
    display: none;
    width: 100%;
    justify-content: stretch;
    gap: 8px;
  }

  .site-nav--potentus.is-open .site-nav__links {
    display: flex;
  }

  .site-nav--potentus .site-nav__item {
    min-width: 0;
    width: 100%;
  }

  .site-icon-link--potentus {
    justify-content: center;
    width: 100%;
    margin-left: 0;
    padding-top: 4px;
  }

  .potentus-hero__brand,
  .potentus-about__grid,
  .potentus-range__content,
  .potentus-order__top,
  .potentus-order__bottom,
  .potentus-story__row,
  .potentus-story__row.is-reversed,
  .potentus-benefit__row,
  .page--potentus.page--category .page__wrapper,
  .site-footer__main .site-footer__inner {
    grid-template-columns: 1fr;
  }

  .potentus-story__row.is-reversed .potentus-story__copy,
  .potentus-story__row.is-reversed .potentus-story__media {
    order: initial;
  }

  .potentus-order__visual--poster,
  .potentus-order__visual--thumb {
    max-width: 420px;
    margin: 0 auto;
  }

  .potentus-step {
    grid-template-columns: 22px minmax(0, 1fr);
  }

  .potentus-step .potentus-btn {
    margin-left: 34px;
  }

  .potentus-story__badge-card {
    max-width: 360px;
    margin: 0 auto;
  }

  .potentus-benefit__title,
  .potentus-benefit__title--center {
    text-align: center;
  }

  .potentus-feedback__grid {
    grid-template-columns: 1fr 1fr;
  }

  .page--potentus .products__grid .products__item {
    flex: 0 0 calc(50% - 9px);
  }

  .page--potentus .page__content,
  .page--potentus .page__sidebar,
  .cart--potentus .cart__wrapper,
  .checkout--potentus .checkout__section,
  .page--thankyou #toPrint {
    padding: 20px;
  }

  .potentus-heading--products {
    margin-bottom: 44px;
  }

  .potentus-range {
    margin-bottom: 42px;
    padding-bottom: 54px;
  }

  .potentus-range__content {
    gap: 28px;
  }

  .potentus-range__visual {
    width: min(100%, 560px);
    margin: 0 auto;
    padding-top: 54px;
  }

  .potentus-range__badge {
    min-width: 0;
    width: 100%;
  }

  .potentus-range::after {
    right: 0;
    left: 0;
    width: min(70%, 420px);
    margin: 0 auto;
  }
}

@media (max-width: 680px) {
  .site-header,
  .site-nav {
    padding-right: 14px;
    padding-left: 14px;
  }

  .site-header--potentus {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .site-header__brand {
    max-width: 220px;
  }

  .site-header__brand--potentus {
    max-width: none;
    font-size: 15px;
  }

  .site-header__brand-title {
    font-size: 14px;
  }

  .site-header__brand-sub,
  .site-icon-link span {
    display: none;
  }

  .potentus-hero {
    padding-top: 34px;
  }

  .potentus-hero__copy,
  .potentus-heading,
  .potentus-intro,
  .potentus-faq__cta {
    text-align: center;
  }

  .potentus-heading--band,
  .potentus-heading--products {
    text-align: left;
  }

  .potentus-heading--band {
    padding: 10px max(16px, calc((100vw - var(--potentus-shell)) / 2));
  }

  .potentus-heading--band h2 {
    font-size: 30px;
  }

  .potentus-panel {
    padding: 24px;
  }

  .potentus-heading--products {
    padding: 12px max(18px, calc((100vw - var(--potentus-shell)) / 2));
  }

  .potentus-heading--products h2 {
    font-size: 34px;
  }

  .page--potentus .page__title,
  .cart--potentus .cart__title,
  .sku--potentus .sku__title,
  .page--thankyou .h3 {
    min-width: 0;
    width: 100%;
    margin-bottom: 24px;
    padding: 10px 16px 12px;
    font-size: 28px;
  }

  .page--potentus .products__grid .products__item {
    flex: 0 0 100%;
  }

  .page--potentus .txt,
  .page--potentus .article,
  .page--potentus .page__content,
  .page--potentus .page__sidebar,
  .cart--potentus .cart__wrapper,
  .checkout--potentus .checkout__section,
  .page--thankyou #toPrint {
    padding: 18px;
  }

  .page--thankyou .invoice {
    display: block;
  }

  .page--thankyou .invoice label {
    display: block;
    margin-bottom: 4px;
  }

  .potentus-range__badge {
    min-height: 84px;
    padding: 16px 18px;
    font-size: 18px;
  }

  .potentus-range__badge strong {
    font-size: 34px;
  }

  .potentus-range__mark {
    width: 42px;
    height: 42px;
  }

  .potentus-range__mark--horse::before {
    font-size: 42px;
  }

  .potentus-range__mark--couple::before {
    font-size: 38px;
  }

  .potentus-range__mark--couple::after {
    right: -5px;
    font-size: 24px;
  }

  .potentus-range__copy h3 {
    margin-top: 0;
    font-size: 20px;
  }

  .potentus-range__copy p {
    margin-bottom: 28px;
    font-size: 16px;
  }

  .potentus-range__ornament {
    height: 72px;
    margin-top: 18px;
  }

  .potentus-order__content h3,
  .potentus-order__cta-copy h3,
  .potentus-order__copy h4,
  .potentus-benefit__title h2 {
    font-size: 28px;
  }

  .potentus-step__arrow,
  .potentus-order__cta-arrow {
    font-size: 40px;
  }

  .potentus-order__shipping li,
  .potentus-order__cta-copy p,
  .potentus-story__copy p,
  .potentus-story__bullets li,
  .potentus-benefit__close p {
    font-size: 16px;
  }

  .potentus-badge--large {
    width: 132px;
    height: 132px;
  }

  .potentus-badge--large strong {
    font-size: 40px;
  }

  .potentus-panel--about {
    min-height: 0;
    padding: 24px 18px 28px;
  }

  .potentus-panel--about h2 {
    margin-bottom: 24px;
    font-size: 42px;
  }

  .potentus-panel__copy {
    max-width: none;
  }

  .potentus-panel__copy p,
  .potentus-about__notes p,
  .potentus-list li {
    font-size: 16px;
  }

  .potentus-panel__image {
    margin-top: 34px;
  }

  .potentus-about__side {
    padding-top: 0;
  }

  .potentus-about__portrait img {
    width: 100%;
    max-width: 340px;
    margin: 0 auto;
  }

  .potentus-intro {
    padding-bottom: 62px;
  }

  .potentus-intro__panel {
    padding: 22px 16px 70px;
  }

  .potentus-intro__panel p {
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 18px;
  }

  .potentus-intro__cta {
    bottom: 18px;
    width: calc(100% - 32px);
  }

  .potentus-intro__cta::before,
  .potentus-intro__cta::after,
  .potentus-intro .potentus-btn--primary::before,
  .potentus-intro .potentus-btn--primary::after {
    display: none;
  }

  .potentus-intro .potentus-btn--primary {
    min-width: 0;
    width: 100%;
    font-size: 16px;
  }

  .potentus-range__badge {
    width: 100%;
    justify-content: center;
    text-align: center;
  }

  .potentus-feedback__grid,
  .site-footer__bottom .site-footer__inner {
    grid-template-columns: 1fr;
    display: grid;
    justify-items: center;
    text-align: center;
  }

  .potentus-feedback__card {
    width: min(100%, 280px);
  }
}

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

  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }

  .theme-reveal {
    opacity: 1;
    transform: none;
  }
}

/* ─── Dark page body background ─── */
body:has(.sku--potentus),
body:has(.checkout--potentus) {
  background: var(--potentus-bg);
  color: var(--potentus-text);
}

/* ─── Checkout dark mode extras ─── */
.checkout--potentus .ui-card__front {
  background: rgba(255, 255, 255, 0.04) !important;
  border: 1px solid rgba(255, 255, 255, 0.08) !important;
  box-shadow: none !important;
}

.checkout--potentus .ui-card__back {
  background: rgba(255, 255, 255, 0.03) !important;
}

.checkout--potentus .ui-expiration__label {
  color: var(--potentus-muted) !important;
}

.checkout--potentus .checkout__complete {
  border-top-color: rgba(255, 255, 255, 0.08) !important;
}

.checkout--potentus .ui-placeholder__tooltip {
  background: var(--potentus-panel-soft) !important;
  border-color: rgba(255, 255, 255, 0.12) !important;
  color: var(--potentus-text) !important;
  box-shadow: none !important;
}

/* payment method cards & card-form buttons */
.checkout--potentus .ui-check__method {
  background: rgba(255, 255, 255, 0.04) !important;
  border-color: rgba(255, 255, 255, 0.1) !important;
}

.checkout--potentus .ui-check__input:checked ~ .ui-check__method {
  border-color: #107cc0 !important;
}

.checkout--potentus .ui-check:hover .ui-check__method {
  border-color: rgba(255, 255, 255, 0.22) !important;
}

.checkout--potentus .ui-payment__check-btn {
  background: rgba(255, 255, 255, 0.04) !important;
  border-color: rgba(255, 255, 255, 0.1) !important;
}

.checkout--potentus .ui-payment__check-input:checked ~ .ui-payment__check-btn {
  border-color: #107cc0 !important;
}

/* keep inputs dark on hover/focus — base CSS overrides with #fff */
.checkout--potentus .ui-placeholder__input,
.checkout--potentus .ui-placeholder__input:hover,
.checkout--potentus .ui-placeholder__input:focus,
.checkout--potentus .ui-placeholder__textarea,
.checkout--potentus .ui-placeholder__textarea:hover,
.checkout--potentus .ui-placeholder__textarea:focus {
  background: rgba(255, 255, 255, 0.05) !important;
  border-color: rgba(255, 255, 255, 0.1) !important;
  color: var(--potentus-text) !important;
}

/* country / native select dropdowns */
.checkout--potentus select,
.checkout--potentus .ui-select select,
.checkout--potentus .ui-placeholder__select select {
  background: rgba(255, 255, 255, 0.05) !important;
  border-color: rgba(255, 255, 255, 0.1) !important;
  color: var(--potentus-text) !important;
  color-scheme: dark;
}

/* override #344049 text bleeding through in dark mode */
.cart--potentus .cart__table-item,
.cart--potentus .cart__table-shipping,
.cart--potentus .cart__table-qty,
.cart--potentus .cart__table-price,
.cart--potentus .cart__table-total,
.cart--potentus .cart__table-name,
.checkout--potentus .ui-check,
.checkout--potentus .ui-check__text,
.checkout--potentus .ui-check__text a,
.checkout--potentus .ui-check__title,
.checkout--potentus .ui-check__price,
.checkout--potentus .ui-expiration,
.checkout--potentus .ui-expiration__group {
  color: var(--potentus-text) !important;
}

/* ─── Drug page dark mode: body, details & bestsellers ─── */
body:has(.sku--potentus) {
  background: var(--potentus-bg);
  color: var(--potentus-text);
}

.sku--potentus ~ .details {
  background: var(--potentus-bg);
  color: var(--potentus-text);
}

.sku--potentus ~ .details .container-fluid {
  width: min(calc(100% - 32px), 1180px);
  margin: 0 auto;
}

.sku--potentus ~ .details .details__categories-group {
  background: rgba(255, 255, 255, 0.03) !important;
  border-color: rgba(255, 255, 255, 0.08) !important;
  color: var(--potentus-text) !important;
  box-shadow: none !important;
}

.sku--potentus ~ .details .details__categories-title {
  color: var(--potentus-heading) !important;
}

.sku--potentus ~ .details .details__categories-link {
  color: var(--potentus-muted) !important;
}

.sku--potentus ~ .details .details__categories-link:hover,
.sku--potentus ~ .details .details__categories-link.is-active {
  color: #fff !important;
}

.sku--potentus ~ .details .details__section {
  background: rgba(255, 255, 255, 0.03) !important;
  border-color: rgba(255, 255, 255, 0.08) !important;
  color: var(--potentus-text) !important;
  box-shadow: none !important;
}

.sku--potentus ~ .details .article,
.sku--potentus ~ .details .ui-wysiwyg {
  background: transparent !important;
  border: 0 !important;
  color: var(--potentus-text) !important;
}

.sku--potentus ~ .details h1,
.sku--potentus ~ .details h2,
.sku--potentus ~ .details h3,
.sku--potentus ~ .details h4 {
  color: var(--potentus-heading) !important;
}

.sku--potentus ~ .details .page__title {
  display: inline-block;
  min-width: min(100%, 980px);
  margin: 18px 0 34px;
  padding: 12px 24px 14px;
  background: linear-gradient(90deg, rgba(84, 95, 105, 0.82), rgba(23, 36, 44, 0));
  color: #dfe7ec !important;
  font-size: clamp(30px, 3vw, 48px);
  font-weight: 300;
  letter-spacing: -0.03em;
  line-height: 1.15;
}

.sku--potentus ~ .details .reviews__title {
  color: var(--potentus-heading) !important;
}

.sku--potentus ~ .details .reviews {
  color: var(--potentus-text);
}

.sku--potentus ~ .details .products {
  background: transparent !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}

.sku--potentus ~ .details .products__list > li {
  border-bottom-color: rgba(255, 255, 255, 0.08) !important;
}

.sku--potentus ~ .details .products__horizontal {
  background: rgba(255, 255, 255, 0.03) !important;
  border-color: rgba(255, 255, 255, 0.08) !important;
  color: var(--potentus-text) !important;
  box-shadow: none !important;
}

.sku--potentus ~ .details .products__horizontal-title {
  color: var(--potentus-heading) !important;
}

.sku--potentus ~ .details .products__horizontal-price ins {
  color: var(--potentus-heading) !important;
}

.sku--potentus ~ .details .products__horizontal-instock {
  color: var(--potentus-green) !important;
}

/* Bestsellers section */
.sku--potentus ~ .products,
.sku--potentus ~ .pagination {
  background: var(--potentus-bg);
  color: var(--potentus-text);
}

.sku--potentus ~ .products .products-featured__title {
  color: var(--potentus-heading);
}

.sku--potentus ~ .products .products__item {
  background: rgba(255, 255, 255, 0.03) !important;
  border: 1px solid rgba(255, 255, 255, 0.08) !important;
  box-shadow: none !important;
  color: var(--potentus-text) !important;
}

.sku--potentus ~ .products .products__item:hover {
  background: rgba(255, 255, 255, 0.05) !important;
  border-color: rgba(255, 255, 255, 0.16) !important;
}

.sku--potentus ~ .products .products__item-title,
.sku--potentus ~ .products .products__item-name {
  color: var(--potentus-heading) !important;
}

.sku--potentus ~ .products .products__item-price ins {
  color: var(--potentus-heading) !important;
}
