/*
Theme Name: Perpetual Peptide Child
Theme URI: https://perpetualpeptide.co
Description: Stripped-down child theme baseline for Twenty Twenty-Five.
Author: Perpetual Peptide
Template: twentytwentyfive
Version: 1.0.0
Text Domain: perpetual-peptide-child
*/

:root {
  --pp-bg: #eef0f3;
  --pp-surface: #ffffff;
  --pp-surface-soft: #f4f5f7;
  --pp-text: #15171b;
  --pp-text-soft: #2a2f38;
  --pp-muted: #6b7280;
  --pp-border: rgba(21, 23, 27, 0.14);
  --pp-ink: #1a1b20;
  --pp-ink-strong: #101115;
  --pp-accent: #78d4e7;
  --pp-accent-strong: #4dbed6;
  --pp-button-gradient: #EFE7DE;
  --pp-button-gradient-hover: #EFE7DE;
  --pp-shadow-soft: 0 16px 34px rgba(16, 17, 21, 0.08);
  --pp-font-base: "Google Sans", "Helvetica Neue", Arial, sans-serif;
  --pp-font-accent: "Inter", "Arial Narrow", "Helvetica Neue", Arial, sans-serif;
  --pp-font-button: "Noto Sans", "Helvetica Neue", Arial, sans-serif;
  --ihl-font-primary: "Google Sans", "Helvetica Neue", Arial, sans-serif !important;
  --ihl-font-secondary: "Inter", "Arial Narrow", "Helvetica Neue", Arial, sans-serif !important;
  --wp--preset--font-family--display: "Inter", "Arial Narrow", "Helvetica Neue", Arial, sans-serif !important;
  --wp--preset--font-family--mono: "Noto Sans", "Helvetica Neue", Arial, sans-serif !important;
}

html body,
html body p,
html body li,
html body dd,
html body dt,
html body label,
html body input,
html body select,
html body textarea,
html body button,
html body td,
html body th,
html body .wp-block-paragraph {
  font-family: var(--ihl-font-primary, var(--pp-font-base)) !important;
}

html body h1,
html body h2,
html body h3,
html body h4,
html body h5,
html body h6,
html body .wp-block-heading,
html body .elementor-widget-heading .elementor-heading-title {
  font-family: var(--ihl-font-secondary, var(--pp-font-accent)) !important;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

body {
  margin: 0;
  min-height: 100vh;
  background: var(--pp-bg);
  color: var(--pp-text);
  font-family: var(--pp-font-base);
  letter-spacing: 0.01em;
  line-height: 1.55;
}

.wp-site-blocks {
  min-height: 100vh;
  background: var(--pp-bg);
}

a {
  color: inherit;
  text-decoration-thickness: 1.5px;
  text-underline-offset: 3px;
}

a:hover {
  color: var(--pp-ink-strong);
}

h1,
h2,
h3,
.wp-block-heading,
.elementor-widget-heading .elementor-heading-title,
.ihl-shop-banner-title,
.ihl-home-link-label {
  font-family: var(--pp-font-accent);
  font-weight: 400;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

h1 {
  font-size: clamp(2rem, 4.2vw, 2.9rem);
  text-transform: none;
}

h2 {
  text-transform: none;
}

h3 {
  text-transform: none;
}

h2,
.wp-block-heading {
  font-size: clamp(1.55rem, 3vw, 2.2rem);
}

h3,
.elementor-widget-heading .elementor-heading-title,
.ihl-shop-banner-title,
.ihl-home-story-title,
.ihl-home-featured-title,
.ihl-home-coa-title,
.ihl-home-insta-title {
  font-size: clamp(1.2rem, 2.2vw, 1.75rem);
  line-height: 1.14;
}

.ihl-shop-banner-subtitle,
.ihl-home-story-text,
.ihl-home-coa-subtitle,
.ihl-home-insta-subtitle {
  font-size: clamp(0.95rem, 1.35vw, 1.1rem);
  line-height: 1.45;
}

h4,
h5,
h6,
p,
li,
label,
input,
select,
textarea {
  font-family: var(--pp-font-base);
}

.wp-site-blocks > header,
header.wp-block-template-part {
  background: var(--pp-surface);
  border-bottom: 1px solid var(--pp-border);
}

.wp-site-blocks > header .wp-site-title,
.wp-site-blocks > header .wp-block-navigation-item__content {
  color: var(--pp-text);
}

.wp-site-title a {
  text-decoration: none;
}

.wp-site-blocks > header .wp-block-navigation-item__content {
  font-size: 12px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

button:not(.cl-mobile-menu-toggle):not(.cl-mobile-flyout-close),
input[type="submit"],
input[type="button"],
input[type="reset"],
.button,
.wp-element-button,
.wp-block-button__link,
.elementor-button,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.ihl-portal-button,
.ihl-shop-banner-button {
  padding: 10px 16px !important;
  border: 1px solid var(--pp-ink) !important;
  border-radius: 6px !important;
  box-shadow: none !important;
  background: var(--pp-ink) !important;
  color: #fff !important;
  font-family: var(--pp-font-button) !important;
  font-size: 12px !important;
  letter-spacing: 0.08em !important;
  text-transform: uppercase !important;
  text-decoration: none !important;
}

button:not(.cl-mobile-menu-toggle):not(.cl-mobile-flyout-close):hover,
input[type="submit"]:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
.button:hover,
.wp-element-button:hover,
.wp-block-button__link:hover,
.elementor-button:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover,
.ihl-portal-button:hover,
.ihl-shop-banner-button:hover {
  background: var(--pp-ink-strong) !important;
  border-color: var(--pp-ink-strong) !important;
  color: #fff !important;
  transform: translateY(-1px);
}

.cl-mobile-menu-toggle,
.cl-mobile-menu-toggle:hover,
.cl-mobile-menu-toggle:focus,
.cl-mobile-menu-toggle:focus-visible,
.cl-mobile-menu-toggle:active {
  background: #ffffff !important;
  border-color: #cfd3dd !important;
  color: #111822 !important;
  box-shadow: none !important;
  transform: none !important;
}

.cl-mobile-flyout-close,
.cl-mobile-flyout-close:hover,
.cl-mobile-flyout-close:focus,
.cl-mobile-flyout-close:focus-visible,
.cl-mobile-flyout-close:active {
  background: #ffffff !important;
  border-color: #cfd6e2 !important;
  color: #111822 !important;
  box-shadow: none !important;
  transform: none !important;
}

.ihl-portal-button.secondary {
  background: var(--pp-surface) !important;
  color: var(--pp-ink) !important;
}

input[type="text"],
input[type="email"],
input[type="password"],
input[type="tel"],
input[type="number"],
input[type="search"],
input[type="url"],
select,
textarea,
.elementor-field,
.woocommerce input.input-text,
.woocommerce textarea,
.woocommerce select {
  border: 1px solid rgba(18, 20, 24, 0.2) !important;
  border-radius: 6px !important;
  background: var(--pp-surface) !important;
  color: var(--pp-text) !important;
}

input:focus,
select:focus,
textarea:focus {
  border-color: var(--pp-ink) !important;
  box-shadow: 0 0 0 2px rgba(77, 190, 214, 0.25) !important;
  outline: none;
}

.wp-block-group,
.elementor-widget-container,
.elementor-column-gap-default > .elementor-column > .elementor-element-populated {
  border-color: var(--pp-border);
}

.woocommerce ul.products li.product,
.ihl-shop-card,
.ihl-coa-card,
.ihl-portal-card,
.ihl-portal-order-card,
.ihl-checkout-card,
.ihl-checkout-summary-card {
  border: 1px solid #d5d9df !important;
  border-radius: 12px !important;
  background: linear-gradient(180deg, #f8f9fb 0%, #f0f2f5 100%) !important;
  box-shadow: var(--pp-shadow-soft);
}

.ihl-shop-card-media,
.ihl-coa-card-media {
  border-radius: 10px;
  background-color: #fff;
}

.ihl-shop-card-vendor,
.ihl-shop-card-price-label,
.ihl-home-disclaimer-line,
.ihl-portal-subheading {
  color: var(--pp-muted) !important;
}

body.rr-portal-page:not(.rr-login-page) .ihl-portal .ihl-shop-card-vendor-link,
body.rr-portal-page:not(.rr-login-page) .ihl-portal .ihl-account-product-vendor-link,
.ihl-portal.ihl-portal--home .ihl-home-featured .ihl-shop-card-vendor-link {
  text-decoration: none !important;
  color: inherit !important;
}

.ihl-shop-card-name,
.ihl-coa-card-name,
.ihl-home-disclaimer-title,
.ihl-portal-header h2 {
  color: var(--pp-text) !important;
}

.ihl-portal-logo {
  display: inline-flex;
  align-items: center;
  max-width: min(840px, 82vw);
}

.ihl-portal-logo img {
  display: block;
  height: 180px;
  width: auto;
  max-width: 100%;
}

.ihl-portal-header-actions .ihl-portal-icon-link img {
  width: 22px;
  height: 22px;
  display: block;
}

.ihl-shop-grid,
.ihl-home-product-grid,
.ihl-coa-grid {
  gap: 16px !important;
}

.ihl-shop-banner-slider {
  border-radius: 14px;
  overflow: hidden;
  box-shadow: var(--pp-shadow-soft);
}

.ihl-shop-banner {
  background-color: #dfe2e7 !important;
}

.ihl-shop-banner::after {
  background: linear-gradient(
    120deg,
    rgba(15, 16, 20, 0.8) 0%,
    rgba(15, 16, 20, 0.28) 58%,
    rgba(15, 16, 20, 0) 100%
  ) !important;
}

.ihl-shop-banner .ihl-shop-banner-kicker {
  color: #fff !important;
  font-family: var(--pp-font-base) !important;
  letter-spacing: 0.08em !important;
}

.ihl-shop-banner .ihl-shop-banner-title,
.ihl-shop-banner .ihl-shop-banner-subtitle {
  color: #fff !important;
}

.ihl-home-links {
  gap: 14px !important;
}

@media (max-width: 768px) {
  .ihl-portal--pricing .ihl-shop-banner-slider {
    width: auto;
    margin: 0;
  }
}

@media (min-width: 769px) and (max-width: 1100px) {
  .ihl-portal--pricing .ihl-shop-banner-slider {
    width: auto;
    margin: 0;
  }

  .ihl-portal--pricing .ihl-shop-layout {
    grid-template-columns: minmax(0, 1fr);
    gap: 20px;
  }

  .ihl-portal--pricing .ihl-shop-sidebar {
    position: static;
    display: none;
    padding: 16px;
    border: 1px solid var(--rr-line, #e5e7eb);
    background: #ffffff;
  }

  .ihl-portal--pricing.ihl-shop-filters-open .ihl-shop-sidebar {
    display: block;
  }

  .ihl-portal--pricing .ihl-shop-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 28px 16px;
  }

  .ihl-portal--pricing .ihl-shop-card,
  .ihl-portal--pricing .ihl-shop-card-body {
    min-width: 0;
  }

  .ihl-portal--pricing .ihl-shop-card-add {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 50px;
    align-items: center;
    gap: 8px;
    width: 100%;
  }

  .ihl-portal--pricing .ihl-shop-add-button {
    width: 100%;
    min-width: 0;
    padding: 8px 10px !important;
    font-size: 11px !important;
    height: 34px;
    gap: 8px;
    justify-content: center;
  }

  .ihl-portal--pricing .ihl-shop-qty-input {
    width: 50px;
    min-width: 0;
    height: 34px;
    font-size: 13px;
  }
}

.ihl-home-link {
  border-radius: 0 !important;
  background: linear-gradient(160deg, #2a2b31 0%, #17181c 100%) !important;
  box-shadow: none !important;
}

.ihl-home-link-label,
.ihl-home-link-note {
  color: #fff !important;
}

.ihl-home-disclaimer-card,
.ihl-home-trust,
.ihl-home-featured,
.ihl-portal-table,
.ihl-portal-payment {
  border: 1px solid #d8dde4 !important;
  border-radius: 12px !important;
  background: var(--pp-surface) !important;
  box-shadow: var(--pp-shadow-soft);
}

.ihl-home-trust-logo {
  filter: grayscale(1) contrast(1.05);
}

.ihl-portal-notice.info {
  border-color: rgba(77, 190, 214, 0.55) !important;
  background: rgba(120, 212, 231, 0.18) !important;
}

.ihl-portal-table th {
  background: #eaedf1 !important;
  color: var(--pp-text-soft) !important;
}

.ihl-portal-table td {
  background: #fff !important;
}

hr {
  border: 0;
  border-top: 1px solid var(--pp-border);
}

footer,
.site-footer,
.wp-site-blocks > footer,
footer.wp-block-template-part,
.wp-block-template-part.wp-block-template-part-footer {
  border-top: none;
  background: linear-gradient(90deg, #17181d 0%, #20222a 100%);
  color: #fff;
}

footer a,
footer .wp-block-site-title a,
footer .wp-block-navigation a,
.site-footer a {
  color: #fff;
}

footer .wp-block-navigation-item__content {
  font-family: var(--pp-font-accent);
  font-size: 11px;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

footer .rr-footer-logo,
footer .custom-logo,
.site-footer .rr-footer-logo,
.site-footer .custom-logo,
footer .wp-block-site-logo img,
.site-footer .wp-block-site-logo img {
  display: block;
  width: auto !important;
  height: auto !important;
  max-width: min(260px, 72vw) !important;
  max-height: 74px !important;
  object-fit: contain;
}

@media (max-width: 1024px) {
  .ihl-shop-grid,
  .ihl-home-product-grid,
  .ihl-coa-grid {
    gap: 12px !important;
  }
}

@media (max-width: 768px) {
  .wp-site-blocks > header .wp-block-navigation-item__content {
    font-size: 11px;
  }

  h1,
  h2,
  h3,
  .wp-block-heading,
  .elementor-widget-heading .elementor-heading-title,
  .ihl-shop-banner-title {
    letter-spacing: 0.05em;
  }

  .ihl-shop-banner-slider {
    border-radius: 10px;
  }
}

@media (min-width: 501px) and (max-width: 768px) {
  body.rr-portal-page:not(.rr-login-page) .wp-block-navigation__responsive-container:not(.is-menu-open),
  body.rr-portal-page:not(.rr-login-page) .wp-block-navigation:not(.is-menu-open) .wp-block-navigation__responsive-container {
    display: none !important;
    position: fixed !important;
    width: 0 !important;
    height: 0 !important;
    opacity: 0 !important;
    visibility: hidden !important;
    pointer-events: none !important;
    z-index: -1 !important;
  }

  body.rr-portal-page:not(.rr-login-page) .wp-block-navigation__responsive-container-open {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
  }

  body.rr-portal-page:not(.rr-login-page) .ihl-portal .ihl-portal-header {
    display: flex !important;
  }

  body.rr-portal-page:not(.rr-login-page) .ihl-portal .ihl-portal-header-actions {
    display: inline-flex !important;
    align-items: center !important;
  }

  body.rr-portal-page:not(.rr-login-page) .ihl-portal-menu-toggle {
    display: none !important;
  }

  body.rr-portal-page:not(.rr-login-page) .ihl-portal .ihl-portal-nav {
    display: flex !important;
    overflow-x: auto !important;
    white-space: nowrap !important;
    gap: 16px !important;
  }
}

/* Cellular Longevity portal auth overrides */
body.rr-portal-page .ihl-portal,
body.rr-portal-page .ihl-portal p,
body.rr-portal-page .ihl-portal li,
body.rr-portal-page .ihl-portal span,
body.rr-portal-page .ihl-portal label,
body.rr-portal-page .ihl-portal input,
body.rr-portal-page .ihl-portal select,
body.rr-portal-page .ihl-portal textarea,
body.rr-portal-page .ihl-portal td,
body.rr-portal-page .ihl-portal th,
body.rr-portal-page .ihl-portal a {
  font-family: "Google Sans", "Helvetica Neue", Arial, sans-serif !important;
}

body.rr-portal-page .ihl-portal h1,
body.rr-portal-page .ihl-portal h2,
body.rr-portal-page .ihl-portal h3,
body.rr-portal-page .ihl-portal h4,
body.rr-portal-page .ihl-portal h5,
body.rr-portal-page .ihl-portal h6,
body.rr-portal-page .ihl-portal .wp-block-heading,
body.rr-portal-page .ihl-portal .ihl-auth-card-head h2,
body.rr-portal-page .ihl-portal .ihl-verify-title {
  font-family: "Inter", "Arial Narrow", "Helvetica Neue", Arial, sans-serif !important;
}

body.rr-portal-page .ihl-portal h1 {
  text-transform: none !important;
}

body.rr-portal-page .ihl-portal h2 {
  text-transform: none !important;
}

body.rr-portal-page .ihl-portal h3 {
  text-transform: none !important;
}

body.rr-portal-page .ihl-portal button,
body.rr-portal-page .ihl-portal .rr-auth-btn,
body.rr-portal-page .ihl-portal .ihl-portal-button,
body.rr-portal-page .ihl-portal .ihl-portal-submit,
body.rr-portal-page .ihl-portal input[type="submit"],
body.rr-portal-page .ihl-portal input[type="button"],
body.rr-portal-page .ihl-portal input[type="reset"] {
  font-family: "Noto Sans", "Helvetica Neue", Arial, sans-serif !important;
}

body.rr-login-page .wp-block-post-title,
body.rr-login-page h1.wp-block-post-title,
body.rr-login-page .entry-title,
body.rr-login-page .entry-header {
  display: none !important;
}

body.rr-portal-page:not(.rr-login-page) .wp-block-post-title,
body.rr-portal-page:not(.rr-login-page) h1.wp-block-post-title,
body.rr-portal-page:not(.rr-login-page) .entry-title,
body.rr-portal-page:not(.rr-login-page) .entry-header {
  display: none !important;
}

body.rr-login-page .rr-auth-input-wrap--password {
  position: relative !important;
  display: block !important;
}

body.rr-login-page .rr-auth-input-wrap--password .rr-auth-input {
  padding-right: 2.8rem !important;
}

body.rr-login-page .rr-auth-password-toggle,
body.rr-login-page #ihl-loginform .rr-auth-password-toggle {
  position: absolute !important;
  right: 0.7rem !important;
  top: 50% !important;
  transform: translateY(-50%) !important;
  width: 1.4rem !important;
  height: 1.4rem !important;
  min-width: 1.4rem !important;
  min-height: 1.4rem !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 0 !important;
  margin: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  color: #6b7280 !important;
  line-height: 1 !important;
  letter-spacing: 0 !important;
  text-transform: none !important;
  text-decoration: none !important;
  -webkit-tap-highlight-color: transparent !important;
}

body.rr-login-page .rr-auth-password-toggle:hover,
body.rr-login-page #ihl-loginform .rr-auth-password-toggle:hover {
  transform: translateY(-50%) !important;
  background: transparent !important;
  border-color: transparent !important;
  color: #111827 !important;
}

body.rr-login-page .rr-auth-password-toggle svg,
body.rr-login-page #ihl-loginform .rr-auth-password-toggle svg {
  width: 1.1rem !important;
  height: 1.1rem !important;
  display: block;
  stroke: currentColor !important;
}

body.rr-login-page .rr-auth-password-toggle:focus,
body.rr-login-page #ihl-loginform .rr-auth-password-toggle:focus,
body.rr-login-page .rr-auth-password-toggle:focus-visible,
body.rr-login-page #ihl-loginform .rr-auth-password-toggle:focus-visible {
  outline: none !important;
  box-shadow: none !important;
  border-color: transparent !important;
}

/* Redacted-style login shell layout */
body.rr-login-page header,
body.rr-login-page .site-header,
body.rr-login-page #masthead,
body.rr-login-page .wp-site-blocks > header,
body.rr-login-page header.wp-block-template-part,
body.rr-login-page .ihl-portal-header,
body.rr-login-page .ihl-portal.ihl-portal--login .ihl-portal-header {
  display: none !important;
}

body.rr-login-page footer.cl-footer,
body.rr-login-page .cl-footer {
  display: block !important;
}

body footer.cl-footer,
body .cl-footer {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
}

body.rr-login-page .wp-block-navigation,
body.rr-login-page .wp-block-navigation__responsive-container,
body.rr-login-page .wp-block-navigation__responsive-container-open,
body.rr-login-page .ihl-portal-mobile-cart {
  display: none !important;
}

body.rr-login-page .wp-site-blocks {
  padding-top: 0 !important;
}

body.rr-login-page :where(.wp-site-blocks) > :first-child {
  margin-top: 0 !important;
}

body.rr-login-page {
  overflow: auto;
  min-height: 100vh;
}

body.rr-login-page.rr-login-scroll {
  overflow: auto;
  height: auto;
}

@media (max-width: 768px) {
  .has-global-padding {
    padding-right: 10px !important;
    padding-left: 10px !important;
  }

  body.rr-login-page .wp-site-blocks,
  body.rr-login-page .wp-block-post-content,
  body.rr-login-page .entry-content {
    max-width: none !important;
    width: 100% !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .has-global-padding > .alignfull {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  body.rr-login-page .ihl-portal-header,
  body.rr-login-page .ihl-portal.ihl-portal--login .ihl-portal-header {
    display: none !important;
  }

  body.rr-login-page .ihl-portal--login .ihl-portal-login-wrap {
    padding: 28px 10px 36px !important;
    min-height: auto !important;
    align-items: flex-start !important;
  }

  body.rr-login-page .ihl-portal--login .ihl-portal-login,
  body.rr-login-page .rr-auth-shell {
    width: 100% !important;
    max-width: 100% !important;
    margin-top: 0 !important;
  }

  body.rr-login-page .rr-auth-card,
  body.rr-login-page .ihl-portal-login-card {
    padding: 18px 14px !important;
    border-radius: 0.3rem !important;
  }

  body.rr-login-page .rr-auth-form {
    gap: 12px !important;
  }
}

@media (max-width: 480px) {
  body.rr-login-page .ihl-portal--login .ihl-portal-login-wrap {
    padding: 24px 6px 32px !important;
  }

  body.rr-login-page .ihl-portal-login-card,
  body.rr-login-page .rr-auth-card {
    padding: 16px 12px !important;
  }
}

/* Cellular Longevity portal visual system (Shop/COAs/Orders/Account) */
body.rr-portal-page:not(.rr-login-page) {
  background: #ffffff !important;
}

body.rr-portal-page:not(.rr-login-page) .wp-site-blocks {
  background: #f2f2f2 !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  --wp--style--block-gap: 0 !important;
}

body.rr-portal-page:not(.rr-login-page) .wp-site-blocks > * + * {
  margin-block-start: 0 !important;
}

body.rr-portal-page:not(.rr-login-page) .wp-site-blocks .wp-block-shortcode {
  margin: 0 !important;
}

body.rr-portal-page:not(.rr-login-page) .has-global-padding {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  background: #ffffff;
}

body.rr-portal-page:not(.rr-login-page) .wp-block-group.alignfull.has-global-padding {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

body.rr-portal-page:not(.rr-login-page) .wp-site-blocks > header,
body.rr-portal-page:not(.rr-login-page) header.wp-block-template-part,
body.rr-portal-page:not(.rr-login-page) .wp-site-blocks > .wp-block-template-part,
body.rr-portal-page:not(.rr-login-page) .site-header,
body.rr-portal-page:not(.rr-login-page) #masthead {
  display: none !important;
}

body.rr-portal-page:not(.rr-login-page) .wp-site-blocks > header,
body.rr-portal-page:not(.rr-login-page) header.wp-block-template-part,
body.rr-portal-page:not(.rr-login-page) .wp-site-blocks > header.wp-block-template-part {
  display: block !important;
}

/* Keep portal header replacement, but allow footer/non-header template parts to render. */
body.rr-portal-page:not(.rr-login-page) .wp-site-blocks > .wp-block-template-part:not(header.wp-block-template-part),
body.rr-portal-page:not(.rr-login-page) .wp-site-blocks > footer,
body.rr-portal-page:not(.rr-login-page) footer.wp-block-template-part,
body.rr-portal-page:not(.rr-login-page) .site-footer {
  display: block !important;
}

body.rr-portal-page:not(.rr-login-page) .wp-block-post-content,
body.rr-portal-page:not(.rr-login-page) .entry-content {
  margin-top: 0 !important;
  padding-top: 0 !important;
  overflow: visible !important;
}

/* Prevent duplicate theme footers on portal routes. */
body.rr-portal-page:not(.rr-login-page) .wp-site-blocks > footer:not(.cl-footer),
body.rr-portal-page:not(.rr-login-page) footer.wp-block-template-part:not(.cl-footer),
body.rr-portal-page:not(.rr-login-page) .site-footer:not(.cl-footer) {
  display: none !important;
}

/* Portal shortcodes render inside constrained content; force footer to full-bleed. */
body.rr-portal-page:not(.rr-login-page) footer.cl-footer,
body.rr-portal-page:not(.rr-login-page) .cl-footer {
  display: block !important;
  width: 100vw !important;
  max-width: 100vw !important;
  margin-left: calc(50% - 50vw) !important;
  margin-right: calc(50% - 50vw) !important;
  border-radius: 0 !important;
}

body.rr-portal-page:not(.rr-login-page) .cl-footer .cl-wrap {
  width: min(1240px, calc(100vw - 64px)) !important;
}

body.rr-portal-page:not(.rr-login-page) .cl-footer {
  margin-bottom: 0 !important;
}

@media (max-width: 768px) {
  body.rr-portal-page:not(.rr-login-page) .cl-footer .cl-wrap {
    width: calc(100vw - 28px) !important;
  }
}

body.rr-portal-page:not(.rr-login-page) :where(.wp-site-blocks) > :first-child,
body.rr-portal-page:not(.rr-login-page) .wp-block-post-content > :first-child {
  margin-top: 0 !important;
}

body.rr-portal-page:not(.rr-login-page) .ihl-portal {
  max-width: min(1320px, calc(100vw - 52px)) !important;
  padding: 10px 0 0 !important;
  background: transparent !important;
}

body.rr-portal-page:not(.rr-login-page) .ihl-portal-main {
  display: grid;
  gap: 22px;
}

body.rr-portal-page:not(.rr-login-page) .ihl-portal .ihl-portal-header {
  margin: 0 auto 24px !important;
  padding: 10px 0 8px !important;
  border-bottom: 1px solid #d8dee8 !important;
  background: transparent !important;
  display: grid !important;
  grid-template-areas:
    "brand nav actions"
    "preview preview preview";
  grid-template-columns: auto minmax(0, 1fr) auto !important;
  align-items: center !important;
  column-gap: 24px !important;
  row-gap: 10px !important;
  min-height: 78px !important;
}

body.rr-portal-page:not(.rr-login-page) .ihl-portal .ihl-portal-header-main {
  display: contents !important;
}

body.rr-portal-page:not(.rr-login-page) .ihl-portal .ihl-portal-logo {
  grid-area: brand;
  max-width: none !important;
}

body.rr-portal-page:not(.rr-login-page) .ihl-portal .ihl-portal-logo img {
  height: 56px !important;
  width: auto !important;
}

body.rr-portal-page:not(.rr-login-page) .ihl-portal .ihl-portal-header h2 {
  display: none !important;
}

body.rr-portal-page:not(.rr-login-page) .ihl-portal .ihl-portal-nav {
  grid-area: nav;
  display: flex !important;
  min-width: 0;
  flex-wrap: wrap;
  align-items: center !important;
  justify-content: center !important;
  gap: 26px !important;
  justify-self: center !important;
}

body.rr-portal-page:not(.rr-login-page) .ihl-portal .ihl-portal-nav a {
  font-size: 13px !important;
  letter-spacing: 0.12em !important;
  text-transform: uppercase !important;
  color: #2a3038 !important;
  padding: 6px 0 !important;
  text-decoration: none !important;
}

body.rr-portal-page:not(.rr-login-page) .ihl-portal .ihl-portal-nav a:hover {
  color: #111622 !important;
}

body.rr-portal-page:not(.rr-login-page) .ihl-portal .ihl-portal-nav a:focus-visible {
  color: #111622 !important;
}

body.rr-portal-page:not(.rr-login-page) .cl-footer a:hover,
body.rr-portal-page:not(.rr-login-page) footer a:hover {
  color: #efe7de !important;
}

body.rr-portal-page:not(.rr-login-page) .ihl-portal .ihl-portal-nav a.is-active {
  color: #111111 !important;
}

body.rr-portal-page:not(.rr-login-page) .ihl-portal .ihl-portal-nav a.is-active::after {
  height: 2px !important;
  bottom: -5px !important;
  background: #111111 !important;
}

body.rr-portal-page:not(.rr-login-page) .ihl-portal .ihl-portal-header-actions {
  grid-area: actions;
  display: inline-flex !important;
  align-items: center !important;
  justify-self: end !important;
  gap: 12px !important;
  margin: 0 !important;
}

body.rr-portal-page:not(.rr-login-page) .ihl-portal .ihl-portal-menu-toggle {
  display: none !important;
}

body.rr-portal-page:not(.rr-login-page) .ihl-portal .ihl-portal-icon-link {
  width: 34px !important;
  height: 34px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  border-radius: 999px !important;
  border: 1px solid #cfd3dd !important;
  background: #ffffff !important;
  padding: 0 !important;
  overflow: hidden !important;
  line-height: 0 !important;
  font-size: 0 !important;
  align-self: center !important;
}

body.rr-portal-page:not(.rr-login-page) .ihl-portal .ihl-portal-icon-link .ihl-portal-icon-image,
body.rr-portal-page:not(.rr-login-page) .ihl-portal .ihl-portal-icon-link img {
  width: 16px !important;
  height: 16px !important;
  min-width: 16px !important;
  min-height: 16px !important;
  max-width: 16px !important;
  max-height: 16px !important;
  display: block !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  position: static !important;
  inset: auto !important;
  vertical-align: middle !important;
  object-fit: contain !important;
  object-position: center center !important;
  transform: none !important;
  translate: none !important;
}

body.rr-portal-page:not(.rr-login-page) .ihl-portal .ihl-portal-icon-link.has-avatar {
  overflow: hidden !important;
  padding: 0 !important;
}

body.rr-portal-page:not(.rr-login-page) .ihl-portal .ihl-portal-icon-link.has-avatar .ihl-portal-icon-avatar {
  width: 100% !important;
  height: 100% !important;
  min-width: 100% !important;
  min-height: 100% !important;
  max-width: 100% !important;
  max-height: 100% !important;
  object-fit: cover !important;
  object-position: center center !important;
  border-radius: 999px !important;
  display: block !important;
  transform: none !important;
  translate: none !important;
}

body.rr-portal-page:not(.rr-login-page) .ihl-portal-icon-link.cl-icon-btn,
body.rr-portal-page:not(.rr-login-page) .ihl-portal-mobile-cart {
  width: 34px !important;
  height: 34px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  border-radius: 999px !important;
  border: 1px solid #cfd3dd !important;
  background: #ffffff !important;
  padding: 0 !important;
  overflow: hidden !important;
  line-height: 0 !important;
  font-size: 0 !important;
  align-self: center !important;
}

body.rr-portal-page:not(.rr-login-page) .ihl-portal-icon-link[data-portal-icon="cart"],
body.rr-portal-page:not(.rr-login-page) .ihl-portal-mobile-cart {
  overflow: visible !important;
}

body.rr-portal-page:not(.rr-login-page) .ihl-portal-icon-link.cl-icon-btn .ihl-portal-icon-image,
body.rr-portal-page:not(.rr-login-page) .ihl-portal-icon-link.cl-icon-btn img,
body.rr-portal-page:not(.rr-login-page) .ihl-portal-mobile-cart .ihl-portal-icon-image,
body.rr-portal-page:not(.rr-login-page) .ihl-portal-mobile-cart img {
  width: 16px !important;
  height: 16px !important;
  min-width: 16px !important;
  min-height: 16px !important;
  max-width: 16px !important;
  max-height: 16px !important;
  display: block !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  position: static !important;
  inset: auto !important;
  vertical-align: middle !important;
  object-fit: contain !important;
  object-position: center center !important;
  transform: none !important;
  translate: none !important;
}

body.rr-portal-page:not(.rr-login-page) .ihl-portal-icon-link.cl-icon-btn.has-avatar .ihl-portal-icon-avatar,
body.rr-portal-page:not(.rr-login-page) .ihl-portal-mobile-cart.has-avatar .ihl-portal-icon-avatar {
  width: 100% !important;
  height: 100% !important;
  min-width: 100% !important;
  min-height: 100% !important;
  max-width: 100% !important;
  max-height: 100% !important;
  object-fit: cover !important;
  object-position: center center !important;
  border-radius: 999px !important;
  display: block !important;
  transform: none !important;
  translate: none !important;
}

body.rr-portal-page:not(.rr-login-page) .ihl-portal .ihl-portal-icon-badge {
  top: -6px !important;
  right: -8px !important;
  background: #111111 !important;
  color: #ffffff !important;
  z-index: 3 !important;
}

body.rr-portal-page:not(.rr-login-page) .ihl-portal .ihl-portal-preview-row {
  grid-area: preview;
  justify-self: start;
}

body.rr-portal-page:not(.rr-login-page) .ihl-portal .ihl-portal-preview-row .ihl-portal-preview {
  grid-column: auto;
  justify-self: start;
  margin-top: 0;
  border-radius: 10px !important;
  border: 1px solid #d7dce5 !important;
  background: #ffffff !important;
}

body.rr-portal-page:not(.rr-login-page) .ihl-portal .ihl-portal-notice {
  border-radius: 10px !important;
}

body.rr-portal-page:not(.rr-login-page) .ihl-portal .ihl-shop-layout {
  display: grid !important;
  grid-template-columns: 292px minmax(0, 1fr) !important;
  gap: 24px !important;
  align-items: start !important;
  padding-top: 20px;
}

body.rr-portal-page:not(.rr-login-page) .ihl-portal .ihl-shop-sidebar {
  position: sticky;
  top: 22px;
  border: 1px solid #efe7de !important;
  border-radius: 14px !important;
  background: #ffffff !important;
  box-shadow: 0 12px 30px rgba(15, 18, 22, 0.06) !important;
  padding: 16px !important;
}

body.rr-portal-page:not(.rr-login-page) .ihl-portal .ihl-shop-sidebar-inner {
  display: grid;
  gap: 12px;
}

body.rr-portal-page:not(.rr-login-page) .ihl-portal .ihl-shop-filter-group {
  border: 1px solid #efe7de !important;
  border-radius: 10px;
  background: #fbf9f7;
  padding: 8px 10px;
}

body.rr-portal-page:not(.rr-login-page) .ihl-portal .ihl-shop-filter-group > summary {
  font-family: "Inter", "Arial Narrow", "Helvetica Neue", Arial, sans-serif !important;
  font-size: 13px;
  letter-spacing: 0.11em;
  text-transform: uppercase;
  cursor: pointer;
}

body.rr-portal-page:not(.rr-login-page) .ihl-portal .ihl-shop-filter-options {
  display: grid;
  gap: 8px;
  margin-top: 10px;
}

body.rr-portal-page:not(.rr-login-page) .ihl-portal .ihl-shop-filter-option {
  font-size: 13px;
  color: #303846;
}

body.rr-portal-page:not(.rr-login-page) .ihl-portal .ihl-shop-content {
  min-width: 0;
}

body.rr-portal-page:not(.rr-login-page) .ihl-portal .ihl-shop-banner-slider {
  border-radius: 16px !important;
  overflow: hidden;
  border: 1px solid #dbe1ea !important;
  box-shadow: 0 16px 34px rgba(16, 19, 25, 0.1);
}

body.rr-portal-page:not(.rr-login-page) .ihl-portal .ihl-shop-toolbar {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 12px;
  align-items: center;
  margin: 2px 0 0 !important;
}

body.rr-portal-page:not(.rr-login-page) .ihl-portal .ihl-shop-filter-toggle {
  border: 1px solid #d6dce6 !important;
  border-radius: 10px !important;
  background: #ffffff !important;
  color: #1f2632 !important;
  padding: 10px 12px !important;
  font-family: "Noto Sans", "Helvetica Neue", Arial, sans-serif !important;
  font-size: 11px !important;
  letter-spacing: 0.1em !important;
  text-transform: uppercase !important;
}

body.rr-portal-page:not(.rr-login-page) .ihl-portal .ihl-shop-search {
  position: relative;
  display: block;
  max-width: none !important;
}

body.rr-portal-page:not(.rr-login-page) .ihl-portal .ihl-shop-search input {
  width: 100% !important;
  border: 1px solid #d6dce6 !important;
  border-radius: 10px !important;
  background: #ffffff !important;
  font-size: 14px !important;
  padding: 11px 42px 11px 12px !important;
}

body.rr-portal-page:not(.rr-login-page) .ihl-portal .ihl-shop-search .ihl-shop-icon {
  position: absolute;
  top: 50%;
  right: 12px;
  transform: translateY(-50%);
  width: 16px !important;
  height: 16px !important;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  pointer-events: none;
}

body.rr-portal-page:not(.rr-login-page) .ihl-portal .ihl-shop-search .ihl-shop-icon svg,
body.rr-portal-page:not(.rr-login-page) .ihl-portal .ihl-shop-search .ihl-shop-icon img {
  width: 16px !important;
  height: 16px !important;
  display: block !important;
}

body.rr-portal-page:not(.rr-login-page) .ihl-portal .ihl-shop-filter-toggle .ihl-shop-icon {
  width: 14px !important;
  height: 14px !important;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  flex: 0 0 14px;
}

body.rr-portal-page:not(.rr-login-page) .ihl-portal .ihl-shop-filter-toggle .ihl-shop-icon svg,
body.rr-portal-page:not(.rr-login-page) .ihl-portal .ihl-shop-filter-toggle .ihl-shop-icon img {
  width: 14px !important;
  height: 14px !important;
  display: block !important;
}

body.rr-portal-page:not(.rr-login-page) .ihl-portal .ihl-shop-grid {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: 18px !important;
}

body.rr-portal-page:not(.rr-login-page) .ihl-portal .ihl-shop-card,
body.rr-portal-page:not(.rr-login-page) .ihl-portal .ihl-coa-card {
  border: none !important;
  border-radius: none!important;
  background: #ffffff !important;
  box-shadow: none !important;
}

body.rr-portal-page:not(.rr-login-page) .ihl-portal .ihl-shop-card {
  padding: 14px !important;
  display: grid;
  align-content: start !important;
  min-width: 0;
}

body.rr-portal-page:not(.rr-login-page) .ihl-portal .ihl-shop-card-media {
  width: 100%;
  min-height: 220px;
  border-radius: 12px !important;
  background-color: #f5f7fb !important;
  background-repeat: no-repeat !important;
  background-position: center center !important;
  background-size: cover !important;
}

body.rr-portal-page:not(.rr-login-page) .ihl-portal .ihl-shop-card-media.has-image {
  min-height: 0;
  background: transparent !important;
}

body.rr-portal-page:not(.rr-login-page) .ihl-portal .ihl-shop-card-media.has-image img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 12px;
  border: 1px solid #efe7de !important;
  margin-bottom: 48px important;
}

body.rr-portal-page:not(.rr-login-page) .ihl-portal .ihl-shop-card-media,
body.rr-portal-page:not(.rr-login-page) .ihl-portal.ihl-portal--pricing .ihl-shop-product-media,
body.rr-portal-page:not(.rr-login-page) .ihl-portal.ihl-portal--cart .ihl-cart-item-media,
body.rr-portal-page:not(.rr-login-page) .ihl-portal.ihl-portal--account .ihl-account-product-media,
body.rr-portal-page:not(.rr-login-page) .ihl-portal.ihl-portal--orders .ihl-order-sku-thumb,
body.rr-portal-page:not(.rr-login-page) .ihl-portal.ihl-portal--coas .ihl-coa-card-media,
.ihl-portal.ihl-portal--home .ihl-home-featured .ihl-shop-card-media {
  position: relative;
  overflow: hidden;
}

body.rr-portal-page:not(.rr-login-page) .ihl-portal .ihl-shop-card-media::after,
body.rr-portal-page:not(.rr-login-page) .ihl-portal.ihl-portal--pricing .ihl-shop-product-media::after,
body.rr-portal-page:not(.rr-login-page) .ihl-portal.ihl-portal--cart .ihl-cart-item-media::after,
body.rr-portal-page:not(.rr-login-page) .ihl-portal.ihl-portal--account .ihl-account-product-media::after,
body.rr-portal-page:not(.rr-login-page) .ihl-portal.ihl-portal--coas .ihl-coa-card-media::after,
.ihl-portal.ihl-portal--home .ihl-home-featured .ihl-shop-card-media::after {
  content: "Image for representation only";
  position: absolute;
  right: 8px;
  bottom: 8px;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  max-width: calc(100% - 16px);
  min-height: 16px;
  padding: 2px 6px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.75);
  color: rgba(17, 24, 39, 0.68);
  font-family: "Noto Sans", "Helvetica Neue", Arial, sans-serif;
  font-size: 9px;
  font-weight: 500;
  letter-spacing: 0.01em;
  line-height: 1.1;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  pointer-events: none;
}

body.rr-portal-page:not(.rr-login-page) .ihl-portal.ihl-portal--orders .ihl-order-sku-thumb::after {
  content: "Rep.";
  position: absolute;
  right: 2px;
  bottom: 2px;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  min-height: 10px;
  padding: 1px 3px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.78);
  color: rgba(17, 24, 39, 0.62);
  font-family: "Noto Sans", "Helvetica Neue", Arial, sans-serif;
  font-size: 6px;
  font-weight: 600;
  letter-spacing: 0.02em;
  line-height: 1;
  white-space: nowrap;
  pointer-events: none;
}

body.rr-portal-page:not(.rr-login-page) .ihl-portal .ihl-shop-card-body {
  display: grid !important;
  gap: 6px;
  align-content: start !important;
  min-width: 0;
}

body.rr-portal-page:not(.rr-login-page) .ihl-portal .ihl-shop-card-vendor {
  font-size: 11px !important;
  letter-spacing: 0.12em !important;
  text-transform: uppercase !important;
  color: #667085 !important;
}

body.rr-portal-page:not(.rr-login-page) .ihl-portal .ihl-shop-card-name {
  font-family: "Inter", "Arial Narrow", "Helvetica Neue", Arial, sans-serif !important;
  font-size: 18px !important;
  letter-spacing: 0.02em !important;
  line-height: 1.04 !important;
  text-transform: uppercase !important;
  color: #111622 !important;
  display: block;
  min-width: 0;
  max-width: 100%;
  overflow-wrap: anywhere;
  word-break: break-word;
  hyphens: auto;
}

body.rr-portal-page:not(.rr-login-page) .ihl-portal .ihl-shop-card-price,
body.rr-portal-page:not(.rr-login-page) .ihl-portal .ihl-shop-card-price-value {
  font-family: "Noto Sans", "Helvetica Neue", Arial, sans-serif !important;
  font-size: 18px !important;
  font-weight: 700 !important;
  color: #121823 !important;
}

body.rr-portal-page:not(.rr-login-page) .ihl-portal .ihl-shop-card-price-label {
  font-size: 10px !important;
  letter-spacing: 0.09em !important;
  text-transform: uppercase !important;
}

body.rr-portal-page:not(.rr-login-page) .ihl-portal .ihl-shop-card-tag {
  display: inline-flex;
  align-items: center;
  min-height: 26px;
  border: 1px solid #efe7de;
  border-radius: 6px;
  background: #efe7de;
  padding: 0 10px;
  font-size: 11px;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  color: #3b4352;
}

body.rr-portal-page:not(.rr-login-page) .ihl-portal .ihl-shop-card-add {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) 58px !important;
  gap: 8px !important;
  align-items: center !important;
  margin-top: 4px !important;
}

body.rr-portal-page:not(.rr-login-page) .ihl-portal .ihl-shop-add-button,
body.rr-portal-page:not(.rr-login-page) .ihl-portal .ihl-portal-button.ihl-shop-add-button {
  width: 100% !important;
  border: 0 !important;
  border-radius: 10px !important;
  min-height: 38px !important;
  background: #efe7de !important;
  color: #000000 !important;
  font-family: "Noto Sans", "Helvetica Neue", Arial, sans-serif !important;
  font-size: 12px !important;
  letter-spacing: 0.12em !important;
  text-transform: uppercase !important;
  font-weight: 700 !important;
  margin: 0 !important;
  padding: 10px 12px !important;
}

body.rr-portal-page:not(.rr-login-page) .ihl-portal .ihl-shop-add-button:hover {
  background: #111622 !important;
  color: #ffffff !important;
}

body.rr-portal-page:not(.rr-login-page) .ihl-portal .ihl-shop-qty-input {
  width: 58px !important;
  min-height: 38px !important;
  border-radius: 10px !important;
  border: 1px solid #d0d8e6 !important;
  text-align: center;
  font-size: 13px !important;
  appearance: textfield;
  -moz-appearance: textfield;
}

body.rr-portal-page:not(.rr-login-page) .ihl-portal .ihl-shop-qty-input::-webkit-outer-spin-button,
body.rr-portal-page:not(.rr-login-page) .ihl-portal .ihl-shop-qty-input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

body.rr-portal-page:not(.rr-login-page) .ihl-portal .ihl-shop-card--mini .ihl-shop-card-media {
  min-height: 132px;
  margin-bottom: 24px !important;
}

body.rr-portal-page:not(.rr-login-page) .ihl-portal .ihl-shop-card--mini .ihl-shop-card-name {
  font-size: 20px !important;
}

body.rr-portal-page:not(.rr-login-page) .ihl-portal .ihl-portal-button,
body.rr-portal-page:not(.rr-login-page) .ihl-portal .ihl-portal-submit {
  border-radius: 10px !important;
}

body.rr-portal-page:not(.rr-login-page) .ihl-portal .ihl-cart-summary-card,
body.rr-portal-page:not(.rr-login-page) .ihl-portal .ihl-checkout-card,
body.rr-portal-page:not(.rr-login-page) .ihl-portal .ihl-account-card,
body.rr-portal-page:not(.rr-login-page) .ihl-portal .ihl-account-panel,
body.rr-portal-page:not(.rr-login-page) .ihl-portal .ihl-portal-order-card,
body.rr-portal-page:not(.rr-login-page) .ihl-portal .ihl-portal-table {
  border: 1px solid #dbe1eb !important;
  border-radius: 14px !important;
  background: #ffffff !important;
  box-shadow: 0 12px 28px rgba(15, 18, 22, 0.06) !important;
}

@media (max-width: 1150px) {
  body.rr-portal-page:not(.rr-login-page) .ihl-portal .ihl-shop-layout {
    grid-template-columns: minmax(0, 1fr) !important;
  }

  body.rr-portal-page:not(.rr-login-page) .ihl-portal .ihl-shop-sidebar {
    position: static;
    top: auto;
  }

  body.rr-portal-page:not(.rr-login-page) .ihl-portal .ihl-shop-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

@media (min-width: 1151px) and (max-width: 1380px) {
  body.rr-portal-page:not(.rr-login-page) .ihl-portal .ihl-shop-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 820px) {
  body.rr-portal-page:not(.rr-login-page) .ihl-portal {
    max-width: min(1320px, calc(100vw - 24px)) !important;
  }

  body.rr-portal-page:not(.rr-login-page) .ihl-portal .ihl-portal-header {
    grid-template-areas:
      "brand actions"
      "nav nav"
      "preview preview";
    grid-template-columns: 1fr auto !important;
    row-gap: 12px !important;
    min-height: 72px !important;
    padding: 10px 0 !important;
  }

  body.rr-portal-page:not(.rr-login-page) .ihl-portal .ihl-portal-header-main {
    display: contents !important;
  }

  body.rr-portal-page:not(.rr-login-page) .ihl-portal .ihl-portal-nav {
    grid-area: nav;
    justify-content: flex-start !important;
    overflow-x: auto;
    white-space: nowrap;
    gap: 18px !important;
    padding-bottom: 4px;
    justify-self: start !important;
  }

  body.rr-portal-page:not(.rr-login-page) .ihl-portal .ihl-portal-preview-row {
    grid-area: preview;
    width: 100%;
  }

  body.rr-portal-page:not(.rr-login-page) .ihl-portal .ihl-portal-preview-row .ihl-portal-preview {
    max-width: 100%;
  }

  body.rr-portal-page:not(.rr-login-page) .ihl-portal .ihl-shop-toolbar {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 620px) {
  body.rr-portal-page:not(.rr-login-page) .ihl-portal .ihl-shop-grid {
    grid-template-columns: 1fr !important;
  }

  body.rr-portal-page:not(.rr-login-page) .ihl-portal .ihl-shop-card-media {
    min-height: 190px;
  }
}

/* Shop page parity with homepage nav + layout */

body.rr-portal-page:not(.rr-login-page) .ihl-portal.ihl-portal--pricing .ihl-shop-breadcrumb {
  display: none !important;
}

body.rr-portal-page:not(.rr-login-page) .ihl-portal.ihl-portal--pricing .ihl-shop-toolbar {
  grid-template-columns: minmax(0, 1fr) !important;
  justify-items: end;
  margin: 0 0 18px !important;
}

body.rr-portal-page:not(.rr-login-page) .ihl-portal.ihl-portal--pricing .ihl-shop-filter-toggle {
  display: none !important;
}

body.rr-portal-page:not(.rr-login-page) .ihl-portal.ihl-portal--pricing .ihl-shop-search {
  width: min(460px, 100%);
  max-width: 460px !important;
  justify-self: end;
  margin-left: auto;
}

body.rr-portal-page:not(.rr-login-page) .ihl-portal.ihl-portal--pricing .ihl-shop-search input {
  min-height: 42px;
  padding: 8px 38px 8px 12px !important;
  font-size: 13px !important;
}

body.rr-portal-page:not(.rr-login-page) .ihl-portal .ihl-shop-card-media-link,
body.rr-portal-page:not(.rr-login-page) .ihl-portal .ihl-account-product-media-link,
.ihl-portal.ihl-portal--home .ihl-home-featured .ihl-shop-card-media-link {
  display: block;
  text-decoration: none !important;
  color: inherit !important;
}

body.rr-portal-page:not(.rr-login-page) .ihl-portal .ihl-shop-card-name-link,
body.rr-portal-page:not(.rr-login-page) .ihl-portal .ihl-account-product-name-link,
.ihl-portal.ihl-portal--home .ihl-home-featured .ihl-shop-card-name-link {
  text-decoration: none !important;
  color: inherit !important;
}

body.rr-portal-page:not(.rr-login-page) .ihl-portal .ihl-shop-card-name-link:hover,
body.rr-portal-page:not(.rr-login-page) .ihl-portal .ihl-account-product-name-link:hover {
  color: #111622 !important;
}

body.rr-portal-page:not(.rr-login-page) .ihl-portal.ihl-portal--pricing .ihl-shop-product-view {
  display: grid;
  gap: 12px;
}

body.rr-portal-page:not(.rr-login-page) .ihl-portal.ihl-portal--pricing .ihl-shop-product-breadcrumb {
  font-size: 11px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #667085;
}

body.rr-portal-page:not(.rr-login-page) .ihl-portal.ihl-portal--pricing .ihl-shop-product-back {
  width: fit-content;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 42px;
  padding: 10px 16px;
  border-radius: 12px;
  border: 0;
  background: var(--pp-button-gradient);
  box-shadow: 0 10px 20px rgba(219, 48, 94, 0.2);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  text-decoration: none;
  color: #ffffff;
}

body.rr-portal-page:not(.rr-login-page) .ihl-portal.ihl-portal--pricing .ihl-shop-product-back:hover {
  background: var(--pp-button-gradient-hover);
  color: #ffffff;
}

body.rr-portal-page:not(.rr-login-page) .ihl-portal.ihl-portal--pricing .ihl-shop-product-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(360px, 1.05fr);
  gap: 16px;
  align-items: start;
}

body.rr-portal-page:not(.rr-login-page) .ihl-portal.ihl-portal--pricing .ihl-shop-product-media {
  border: 1px solid #dde3ec;
  border-radius: 16px;
  background: #ffffff;
  box-shadow: 0 12px 28px rgba(15, 18, 22, 0.08);
  min-height: clamp(380px, 48vw, 620px);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 16px;
}

body.rr-portal-page:not(.rr-login-page) .ihl-portal.ihl-portal--pricing .ihl-shop-product-media img {
  width: auto;
  height: auto;
  max-width: min(100%, 440px);
  max-height: min(72vh, 560px);
  border-radius: 12px;
  background: #ffffff;
  object-fit: contain;
  object-position: center center;
}

body.rr-portal-page:not(.rr-login-page) .ihl-portal.ihl-portal--pricing .ihl-shop-product-media-fallback {
  min-height: clamp(320px, 36vw, 520px);
  border-radius: 12px;
  background-size: cover;
  background-position: center center;
}

body.rr-portal-page:not(.rr-login-page) .ihl-portal.ihl-portal--pricing .ihl-shop-product-content {
  border: 1px solid #dde3ec;
  border-radius: 16px;
  background: #ffffff;
  box-shadow: 0 12px 28px rgba(15, 18, 22, 0.08);
  padding: 20px;
  display: grid;
  gap: 12px;
  align-content: start;
}

body.rr-portal-page:not(.rr-login-page) .ihl-portal.ihl-portal--pricing .ihl-shop-product-vendor {
  font-size: 11px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #667085;
}

body.rr-portal-page:not(.rr-login-page) .ihl-portal.ihl-portal--pricing .ihl-shop-product-title {
  margin: 0;
  font-family: "Inter", "Arial Narrow", "Helvetica Neue", Arial, sans-serif !important;
  font-size: clamp(30px, 3.5vw, 46px);
  letter-spacing: 0.02em;
  line-height: 1.02;
  text-transform: uppercase;
  color: #111622;
}

body.rr-portal-page:not(.rr-login-page) .ihl-portal.ihl-portal--pricing .ihl-shop-product-sku {
  font-size: 12px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #667085;
}

body.rr-portal-page:not(.rr-login-page) .ihl-portal.ihl-portal--pricing .ihl-shop-product-price .ihl-shop-card-price,
body.rr-portal-page:not(.rr-login-page) .ihl-portal.ihl-portal--pricing .ihl-shop-product-price .ihl-shop-card-price-value {
  font-size: clamp(24px, 2.8vw, 36px) !important;
  line-height: 1.05;
}

body.rr-portal-page:not(.rr-login-page) .ihl-portal.ihl-portal--pricing .ihl-shop-product-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
}

body.rr-portal-page:not(.rr-login-page) .ihl-portal.ihl-portal--pricing .ihl-shop-product-tag,
body.rr-portal-page:not(.rr-login-page) .ihl-portal.ihl-portal--pricing .ihl-shop-product-stock {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  border-radius: 999px;
  padding: 0 12px;
  font-size: 11px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

body.rr-portal-page:not(.rr-login-page) .ihl-portal.ihl-portal--pricing .ihl-shop-product-tag {
  border: 1px solid #d3dae7;
  background: #f8faff;
  color: #3b4352;
}

body.rr-portal-page:not(.rr-login-page) .ihl-portal.ihl-portal--pricing .ihl-shop-product-stock {
  border: 1px solid #cad3e4;
  background: #f4f7fd;
  color: #2a3345;
}

body.rr-portal-page:not(.rr-login-page) .ihl-portal.ihl-portal--pricing .ihl-shop-product-short,
body.rr-portal-page:not(.rr-login-page) .ihl-portal.ihl-portal--pricing .ihl-shop-product-details {
  margin: 0;
  font-size: 16px;
  line-height: 1.65;
  color: #111827;
}

body.rr-portal-page:not(.rr-login-page) .ihl-portal.ihl-portal--pricing .ihl-shop-product-short p,
body.rr-portal-page:not(.rr-login-page) .ihl-portal.ihl-portal--pricing .ihl-shop-product-details p {
  margin: 0 0 12px;
}

body.rr-portal-page:not(.rr-login-page) .ihl-portal.ihl-portal--pricing .ihl-shop-product-short p:last-child,
body.rr-portal-page:not(.rr-login-page) .ihl-portal.ihl-portal--pricing .ihl-shop-product-details p:last-child {
  margin-bottom: 0;
}

body.rr-portal-page:not(.rr-login-page) .ihl-portal.ihl-portal--pricing .ihl-shop-product-short h1,
body.rr-portal-page:not(.rr-login-page) .ihl-portal.ihl-portal--pricing .ihl-shop-product-short h2,
body.rr-portal-page:not(.rr-login-page) .ihl-portal.ihl-portal--pricing .ihl-shop-product-short h3,
body.rr-portal-page:not(.rr-login-page) .ihl-portal.ihl-portal--pricing .ihl-shop-product-details h1,
body.rr-portal-page:not(.rr-login-page) .ihl-portal.ihl-portal--pricing .ihl-shop-product-details h2,
body.rr-portal-page:not(.rr-login-page) .ihl-portal.ihl-portal--pricing .ihl-shop-product-details h3 {
  margin: 14px 0 8px;
  color: #0f172a;
  font-family: "Inter", "Arial Narrow", "Helvetica Neue", Arial, sans-serif !important;
  line-height: 1.08;
}

body.rr-portal-page:not(.rr-login-page) .ihl-portal.ihl-portal--pricing .ihl-shop-product-short ul,
body.rr-portal-page:not(.rr-login-page) .ihl-portal.ihl-portal--pricing .ihl-shop-product-short ol,
body.rr-portal-page:not(.rr-login-page) .ihl-portal.ihl-portal--pricing .ihl-shop-product-details ul,
body.rr-portal-page:not(.rr-login-page) .ihl-portal.ihl-portal--pricing .ihl-shop-product-details ol {
  margin: 0 0 12px 20px;
  padding: 0;
}

body.rr-portal-page:not(.rr-login-page) .ihl-portal.ihl-portal--pricing .ihl-shop-product-short li,
body.rr-portal-page:not(.rr-login-page) .ihl-portal.ihl-portal--pricing .ihl-shop-product-details li {
  margin-bottom: 6px;
}

body.rr-portal-page:not(.rr-login-page) .ihl-portal.ihl-portal--pricing .ihl-shop-product-add {
  margin-top: 4px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 72px;
  gap: 10px;
  align-items: center;
}

body.rr-portal-page:not(.rr-login-page) .ihl-portal.ihl-portal--pricing .ihl-shop-product-related {
  margin-top: 18px;
  display: grid;
  gap: 12px;
}

body.rr-portal-page:not(.rr-login-page) .ihl-portal.ihl-portal--pricing .ihl-shop-product-related-title {
  margin: 0;
  font-family: "Inter", "Arial Narrow", "Helvetica Neue", Arial, sans-serif !important;
  font-size: clamp(22px, 2.2vw, 30px);
  line-height: 1.05;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: #111622;
}

body.rr-portal-page:not(.rr-login-page) .ihl-portal.ihl-portal--pricing .ihl-shop-product-related-grid {
  margin-top: 0 !important;
}

body.rr-portal-page:not(.rr-login-page) .ihl-portal.ihl-portal--pricing .ihl-shop-product-related-grid .ihl-shop-card--related .ihl-shop-card-media,
body.rr-portal-page:not(.rr-login-page) .ihl-portal.ihl-portal--pricing .ihl-shop-product-related-grid .ihl-shop-card--related .ihl-shop-card-media.has-image {
  min-height: clamp(190px, 18vw, 250px) !important;
  height: clamp(190px, 18vw, 250px) !important;
}

body.rr-portal-page:not(.rr-login-page) .ihl-portal.ihl-portal--pricing .ihl-shop-product-add-button {
  width: 100%;
  min-height: 42px;
  border: 0 !important;
  border-radius: 12px !important;
  background: var(--pp-button-gradient) !important;
  color: #ffffff !important;
  letter-spacing: 0.12em !important;
}

body.rr-portal-page:not(.rr-login-page) .ihl-portal.ihl-portal--pricing .ihl-shop-product-qty-input {
  width: 72px;
  min-height: 42px;
  border-radius: 12px;
  border: 1px solid #d0d8e6;
  text-align: center;
  font-size: 14px;
  appearance: textfield;
  -moz-appearance: textfield;
}

body.rr-portal-page:not(.rr-login-page) .ihl-portal.ihl-portal--pricing .ihl-shop-product-qty-input::-webkit-outer-spin-button,
body.rr-portal-page:not(.rr-login-page) .ihl-portal.ihl-portal--pricing .ihl-shop-product-qty-input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

body.rr-portal-page:not(.rr-login-page) .ihl-portal.ihl-portal--pricing .ihl-shop-cross-link {
  margin-top: 18px !important;
}

body.rr-portal-page:not(.rr-login-page) .ihl-portal.ihl-portal--pricing .ihl-shop-cross-link-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: auto !important;
  min-width: 220px;
  min-height: 44px;
  border: 0 !important;
  border-radius: 12px !important;
  background: #000000 !important;
  color: #ffffff !important;
  letter-spacing: 0.12em !important;
  text-transform: uppercase;
  text-decoration: none;
}

body.rr-portal-page:not(.rr-login-page) .ihl-portal.ihl-portal--pricing .ihl-shop-cross-link-button:hover {
  background: var(--pp-button-gradient-hover) !important;
  color: #000000 !important;
}

body.rr-portal-page:not(.rr-login-page) .ihl-portal.ihl-portal--pricing .ihl-shop-card:not(.ihl-shop-card--mini) .ihl-shop-card-media,
body.rr-portal-page:not(.rr-login-page) .ihl-portal.ihl-portal--pricing .ihl-shop-card:not(.ihl-shop-card--mini) .ihl-shop-card-media.has-image {
  min-height: clamp(220px, 22vw, 320px) !important;
  height: fit-content !important;
}

body.rr-portal-page:not(.rr-login-page) .ihl-portal.ihl-portal--pricing .ihl-shop-card:not(.ihl-shop-card--mini) .ihl-shop-card-media.has-image {
  display: flex !important;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  margin-bottom: 24px !important;
}

body.rr-portal-page:not(.rr-login-page) .ihl-portal.ihl-portal--pricing .ihl-shop-card:not(.ihl-shop-card--mini) .ihl-shop-card-media.has-image img {
  width: 100% !important;
  height: 100% !important;
  object-fit: contain !important;
  object-position: center center !important;
}

body.rr-portal-page:not(.rr-login-page) .ihl-portal.ihl-portal--pricing .ihl-shop-card-vendor {
  display: none !important;
}

body.rr-portal-page:not(.rr-login-page) .ihl-portal.ihl-portal--pricing .ihl-shop-sidebar .ihl-shop-filter-group:has(input[data-filter-group="brand"]) {
  display: none !important;
}

body.rr-portal-page:not(.rr-login-page) .ihl-portal.ihl-portal--pricing .ihl-shop-price-range.cl-price-range-hidden {
  display: none !important;
}

body.rr-portal-page:not(.rr-login-page) .ihl-portal.ihl-portal--pricing .cl-price-checkboxes {
  display: grid;
  gap: 8px;
  margin-top: 10px;
}

body.rr-portal-page:not(.rr-login-page) .ihl-portal.ihl-portal--pricing .cl-price-option {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  color: #303846;
  cursor: pointer;
}

body.rr-portal-page:not(.rr-login-page) .ihl-portal.ihl-portal--pricing .cl-price-option input[type="checkbox"] {
  width: 16px;
  height: 16px;
  margin: 0;
}

body.rr-portal-page:not(.rr-login-page) .ihl-portal.ihl-portal--pricing .ihl-shop-featured {
  margin-top: 14px;
}

body.rr-portal-page:not(.rr-login-page) .ihl-portal.ihl-portal--pricing .ihl-shop-featured-list {
  display: grid;
  gap: 14px;
}

body.rr-portal-page:not(.rr-login-page) .ihl-portal.ihl-portal--pricing .ihl-shop-featured-list .ihl-shop-card--mini {
  margin: 0;
}

body.rr-portal-page:not(.rr-login-page) .ihl-portal .ihl-portal-header-actions .ihl-portal-icon-link[data-portal-icon="logout"] {
  display: none !important;
}

body.rr-portal-page:not(.rr-login-page) .ihl-portal .ihl-portal-header {
  display: none !important;
}

body.rr-portal-page:not(.rr-login-page) .ihl-portal.ihl-portal--pricing .ihl-shop-banner-slider {
  width: 100% !important;
  border-radius: 16px !important;
  margin-bottom: 18px !important;
}

body.rr-portal-page:not(.rr-login-page) .ihl-portal.ihl-portal--pricing .ihl-shop-banner,
body.rr-portal-page:not(.rr-login-page) .ihl-portal.ihl-portal--pricing .ihl-shop-banner-slide {
  min-height: 440px !important;
  background-size: cover !important;
  background-position: center center !important;
  display: flex !important;
  align-items: center !important;
}

body.rr-portal-page:not(.rr-login-page) .ihl-portal.ihl-portal--pricing .ihl-shop-banner-cta {
  max-width: 620px !important;
  padding: 34px 34px !important;
}

/* COA banner full bleed under nav */
body.rr-portal-page:not(.rr-login-page) .ihl-portal.ihl-portal--coas {
  padding-top: 0 !important;
  margin-top: 0 !important;
}

body.rr-portal-page:not(.rr-login-page) .ihl-portal.ihl-portal--coas .ihl-portal-main {
  gap: 0 !important;
  overflow: visible !important;
}

body.rr-portal-page:not(.rr-login-page) .ihl-portal.ihl-portal--coas .ihl-coa-toolbar {
  display: grid;
  gap: 8px;
}

body.rr-portal-page:not(.rr-login-page) .ihl-portal.ihl-portal--coas .ihl-shop-search {
  width: min(460px, 100%);
  max-width: 460px !important;
  justify-self: end;
  margin: 20px 0 !important;
}

body.rr-portal-page:not(.rr-login-page) .ihl-portal.ihl-portal--coas .ihl-shop-banner-slider {
  position: relative;
  left: 50%;
  right: 50%;
  width: 100vw !important;
  max-width: 100vw !important;
  margin-left: -50vw !important;
  margin-right: -50vw !important;
  margin-top: 0 !important;
  margin-bottom: 26px !important;
  border-radius: 0 !important;
  border: 0 !important;
  box-shadow: none !important;
  height: 800px !important;
}

body.rr-portal-page:not(.rr-login-page) .ihl-portal.ihl-portal--coas .ihl-shop-banner,
body.rr-portal-page:not(.rr-login-page) .ihl-portal.ihl-portal--coas .ihl-shop-banner-slide {
  min-height: 800px !important;
  height: 800px !important;
  border-radius: 0 !important;
  background-size: cover !important;
  background-position: center center !important;
}

body.rr-portal-page:not(.rr-login-page) .ihl-portal.ihl-portal--coas .ihl-shop-banner-cta {
  display: none !important;
}

body.rr-portal-page:not(.rr-login-page) .ihl-portal.ihl-portal--coas .ihl-coa-card-media {
  width: 100%;
  aspect-ratio: 4 / 5;
  min-height: 260px;
  border-radius: 12px !important;
  overflow: hidden;
  background: #fff;
}

body.rr-portal-page:not(.rr-login-page) .ihl-portal.ihl-portal--coas .ihl-coa-card-media img {
  display: block;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  object-position: center center !important;
}

body.rr-portal-page:not(.rr-login-page) .ihl-portal.ihl-portal--coas .ihl-coa-card {
  padding: 14px !important;
  display: grid;
  align-content: start !important;
  gap: 10px;
}

body.rr-portal-page:not(.rr-login-page) .ihl-portal.ihl-portal--coas .ihl-coa-card-body {
  display: grid !important;
  gap: 6px;
  align-content: start !important;
}

body.rr-portal-page:not(.rr-login-page) .ihl-portal.ihl-portal--coas .ihl-coa-card-vendor {
  display: none !important;
}

body.rr-portal-page:not(.rr-login-page) .ihl-portal.ihl-portal--coas .ihl-coa-card-name {
  font-family: "Inter", "Arial Narrow", "Helvetica Neue", Arial, sans-serif !important;
  font-size: 18px !important;
  letter-spacing: 0.02em !important;
  line-height: 1.04 !important;
  text-transform: uppercase !important;
  color: #111622 !important;
}

body.rr-portal-page:not(.rr-login-page) .ihl-portal.ihl-portal--coas .ihl-coa-card-size {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  min-height: 26px;
  border: 1px solid #d3dae7;
  border-radius: 999px;
  background: #f8faff;
  padding: 0 10px;
  font-size: 11px;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  color: #3b4352;
}

body.rr-portal-page:not(.rr-login-page) .ihl-portal.ihl-portal--coas .ihl-coa-card-link {
  width: 100% !important;
  border: 0 !important;
  border-radius: 10px !important;
  min-height: 38px !important;
  background: #111622 !important;
  color: #ffffff !important;
  font-family: "Noto Sans", "Helvetica Neue", Arial, sans-serif !important;
  font-size: 12px !important;
  letter-spacing: 0.12em !important;
  text-transform: uppercase !important;
  font-weight: 700 !important;
  margin: 4px 0 0 !important;
  padding: 10px 12px !important;
}

body.rr-portal-page:not(.rr-login-page) .ihl-portal.ihl-portal--coas .ihl-coa-card-link:hover {
  background: #0b1020 !important;
  color: #ffffff !important;
}

body.rr-portal-page:not(.rr-login-page) .ihl-portal.ihl-portal--coas .ihl-coa-detail {
  display: grid;
  grid-template-columns: minmax(0, 1.48fr) minmax(320px, 0.72fr);
  gap: 20px 22px;
  align-items: start;
  margin: 22px 0 28px;
}

body.rr-portal-page:not(.rr-login-page) .ihl-portal.ihl-portal--coas .ihl-coa-detail-header {
  grid-column: 1 / -1;
  display: grid;
  gap: 6px;
  margin: 0;
}

body.rr-portal-page:not(.rr-login-page) .ihl-portal.ihl-portal--coas .ihl-coa-detail-title {
  margin: 0;
  font-family: "Inter", "Arial Narrow", "Helvetica Neue", Arial, sans-serif !important;
  font-size: clamp(30px, 4vw, 44px);
  letter-spacing: 0.02em;
  line-height: 1.02;
  text-transform: uppercase;
  color: #111622;
}

body.rr-portal-page:not(.rr-login-page) .ihl-portal.ihl-portal--coas .ihl-coa-detail-subtitle {
  margin: 0;
  font-size: 15px;
  color: #667085;
}

body.rr-portal-page:not(.rr-login-page) .ihl-portal.ihl-portal--coas .ihl-coa-detail-media {
  background: #ffffff;
  border: 1px solid #dde3ec;
  border-radius: 16px;
  box-shadow: 0 12px 28px rgba(15, 18, 22, 0.08);
  overflow: hidden;
  padding: 14px;
}

body.rr-portal-page:not(.rr-login-page) .ihl-portal.ihl-portal--coas .ihl-coa-detail-media img {
  display: block;
  width: 100%;
  height: auto;
  max-height: 820px;
  object-fit: contain;
  object-position: center top;
  border-radius: 10px;
  border: 1px solid #e3e8f1;
  background: #ffffff;
}

body.rr-portal-page:not(.rr-login-page) .ihl-portal.ihl-portal--coas .ihl-coa-product {
  position: static;
  top: auto;
  align-self: start;
}

body.rr-portal-page:not(.rr-login-page) .ihl-portal.ihl-portal--coas .ihl-coa-product .ihl-coa-product-card {
  margin: 0;
}

body.rr-portal-page:not(.rr-login-page) .ihl-portal.ihl-portal--coas .ihl-coa-product .ihl-coa-product-card .ihl-shop-card-media,
body.rr-portal-page:not(.rr-login-page) .ihl-portal.ihl-portal--coas .ihl-coa-product .ihl-coa-product-card .ihl-shop-card-media.has-image {
  min-height: clamp(320px, 32vw, 460px) !important;
  height: clamp(320px, 32vw, 460px) !important;
  border-radius: 12px !important;
}

body.rr-portal-page:not(.rr-login-page) .ihl-portal.ihl-portal--coas .ihl-coa-product .ihl-coa-product-card .ihl-shop-card-media.has-image {
  display: flex !important;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background: #ffffff !important;
}

body.rr-portal-page:not(.rr-login-page) .ihl-portal.ihl-portal--coas .ihl-coa-product .ihl-coa-product-card .ihl-shop-card-media.has-image img {
  width: 100% !important;
  height: 100% !important;
  object-fit: contain !important;
  object-position: center center !important;
}

body.rr-portal-page:not(.rr-login-page) .ihl-portal.ihl-portal--coas .ihl-coa-related {
  grid-column: 1 / -1;
  margin-top: 34px;
}

body.rr-portal-page:not(.rr-login-page) .ihl-portal.ihl-portal--coas .ihl-coa-related-title {
  margin: 0 0 12px;
  font-family: "Inter", "Arial Narrow", "Helvetica Neue", Arial, sans-serif !important;
  font-size: clamp(22px, 2.2vw, 30px);
  line-height: 1.05;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: #111622;
}

body.rr-portal-page:not(.rr-login-page) .ihl-portal.ihl-portal--coas .ihl-coa-view-all {
  grid-column: 1 / -1;
  margin: 26px 0 8px;
  text-align: center;
}

body.rr-portal-page:not(.rr-login-page) .ihl-portal.ihl-portal--coas .ihl-coa-view-all .ihl-coa-view-all-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 220px;
  min-height: 46px;
  border: 0 !important;
  border-radius: 12px !important;
  background: #111622 !important;
  color: #ffffff !important;
  font-family: "Noto Sans", "Helvetica Neue", Arial, sans-serif !important;
  font-size: 12px !important;
  letter-spacing: 0.12em !important;
  text-transform: uppercase !important;
  font-weight: 700 !important;
  text-decoration: none !important;
  padding: 12px 20px !important;
}

body.rr-portal-page:not(.rr-login-page) .ihl-portal.ihl-portal--coas .ihl-coa-view-all .ihl-coa-view-all-button:hover {
  background: #111622 !important;
  color: #ffffff !important;
}

@media (max-width: 1200px) {
  body.rr-portal-page:not(.rr-login-page) .ihl-portal.ihl-portal--coas .ihl-coa-detail {
    grid-template-columns: 1fr;
  }

  body.rr-portal-page:not(.rr-login-page) .ihl-portal.ihl-portal--coas .ihl-coa-product {
    position: static;
  }
}

@media (max-width: 768px) {
  body.rr-portal-page:not(.rr-login-page) .ihl-portal.ihl-portal--coas .ihl-coa-detail {
    margin: 16px 0 22px;
    gap: 14px;
  }

  body.rr-portal-page:not(.rr-login-page) .ihl-portal.ihl-portal--coas .ihl-coa-detail-media {
    padding: 10px;
    border-radius: 12px;
  }

  body.rr-portal-page:not(.rr-login-page) .ihl-portal.ihl-portal--coas .ihl-coa-detail-subtitle {
    font-size: 13px;
  }

  body.rr-portal-page:not(.rr-login-page) .ihl-portal.ihl-portal--coas .ihl-coa-product .ihl-coa-product-card .ihl-shop-card-media,
  body.rr-portal-page:not(.rr-login-page) .ihl-portal.ihl-portal--coas .ihl-coa-product .ihl-coa-product-card .ihl-shop-card-media.has-image {
    min-height: 280px !important;
    height: 280px !important;
  }
}

body.rr-portal-page:not(.rr-login-page) .ihl-portal.ihl-portal--coas .ihl-coa-detail-media img.cl-coa-zoomable {
  cursor: zoom-in;
}

.cl-coa-lightbox {
  position: fixed;
  inset: 0;
  z-index: 1000000;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 16px;
  background: rgba(6, 10, 18, 0.88);
}

.cl-coa-lightbox.is-open {
  display: flex;
}

.cl-coa-lightbox-dialog {
  position: relative;
  width: min(96vw, 1440px);
  max-height: 92vh;
  border-radius: 14px;
  background: #0a0f1a;
  box-shadow: 0 24px 50px rgba(0, 0, 0, 0.45);
  overflow: hidden;
}

.cl-coa-lightbox-content {
  max-height: 92vh;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 8px;
}

.cl-coa-lightbox-image {
  display: block;
  width: auto;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
  border-radius: 10px;
  background: #fff;
}

.cl-coa-lightbox-close {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 4;
  width: 36px;
  height: 36px;
  border-radius: 999px !important;
  border: 1px solid rgba(216, 226, 241, 0.55) !important;
  background: rgba(12, 17, 28, 0.82) !important;
  color: #ffffff !important;
  font-size: 24px !important;
  line-height: 1 !important;
  padding: 0 !important;
}

@media (max-width: 768px) {
  .cl-coa-lightbox {
    padding: 8px;
  }

  .cl-coa-lightbox-dialog {
    width: 100%;
    max-height: 100%;
    border-radius: 10px;
  }

  .cl-coa-lightbox-close {
    top: 10px;
    right: 10px;
  }
}

/* Cart page redesign */
body.rr-portal-page:not(.rr-login-page) .ihl-portal.ihl-portal--cart {
  max-width: min(1380px, calc(100vw - 48px)) !important;
}

body.rr-portal-page:not(.rr-login-page) .ihl-portal.ihl-portal--cart .ihl-portal-main {
  gap: 22px;
}

body.rr-portal-page:not(.rr-login-page) .ihl-portal.ihl-portal--cart .ihl-cart-header {
  margin: 4px 0 4px;
}

body.rr-portal-page:not(.rr-login-page) .ihl-portal.ihl-portal--cart .ihl-cart-title {
  font-family: "Inter", "Arial Narrow", "Helvetica Neue", Arial, sans-serif !important;
  font-size: clamp(28px, 3.2vw, 44px);
  line-height: 0.98;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: #111622;
}

body.rr-portal-page:not(.rr-login-page) .ihl-portal.ihl-portal--cart .ihl-cart-alerts {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin: 0 0 8px;
}

body.rr-portal-page:not(.rr-login-page) .ihl-portal.ihl-portal--cart .ihl-cart-alert {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin: 0;
  padding: 12px 14px;
  border: 1px solid #d8e0eb;
  border-radius: 12px;
  background: linear-gradient(180deg, #ffffff 0%, #f7faff 100%);
  color: #1f2937;
  font-size: 12px;
  line-height: 1.45;
}

body.rr-portal-page:not(.rr-login-page) .ihl-portal.ihl-portal--cart .ihl-cart-alert-icon {
  width: 20px;
  height: 20px;
  flex: 0 0 20px;
  border-radius: 999px;
  border: 1px solid #EFE7DE;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 11px;
  font-weight: 700;
  color: #111622;
}

body.rr-portal-page:not(.rr-login-page) .ihl-portal.ihl-portal--cart .ihl-cart-alert p {
  margin: 0;
}

body.rr-portal-page:not(.rr-login-page) .ihl-portal.ihl-portal--cart .ihl-cart-alert strong {
  font-family: "Noto Sans", "Helvetica Neue", Arial, sans-serif;
  font-size: 12px;
}

body.rr-portal-page:not(.rr-login-page) .ihl-portal.ihl-portal--cart .ihl-cart-form {
  display: grid;
  gap: 24px;
}

body.rr-portal-page:not(.rr-login-page) .ihl-portal.ihl-portal--cart .ihl-cart-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.6fr) minmax(300px, 0.88fr);
  gap: 22px;
  align-items: start;
}

body.rr-portal-page:not(.rr-login-page) .ihl-portal.ihl-portal--cart .ihl-cart-items {
  display: grid;
  gap: 14px;
}

body.rr-portal-page:not(.rr-login-page) .ihl-portal.ihl-portal--cart .ihl-cart-item {
  display: grid;
  grid-template-columns: 108px minmax(0, 1fr) auto;
  gap: 16px;
  align-items: center;
  padding: 14px;
  border: 1px solid #d9e0ea;
  border-radius: 14px;
  background: #ffffff;
  box-shadow: 0 12px 30px rgba(17, 24, 39, 0.06);
}

body.rr-portal-page:not(.rr-login-page) .ihl-portal.ihl-portal--cart .ihl-cart-item-media {
  width: 108px;
  height: 118px;
  border-radius: 10px;
  border: 1px solid #e2e8f2;
  background-color: #f6f8fc;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

body.rr-portal-page:not(.rr-login-page) .ihl-portal.ihl-portal--cart .ihl-cart-item-body {
  display: grid;
  gap: 8px;
  min-width: 0;
}

body.rr-portal-page:not(.rr-login-page) .ihl-portal.ihl-portal--cart .ihl-cart-item-name {
  font-family: "Inter", "Arial Narrow", "Helvetica Neue", Arial, sans-serif !important;
  font-size: clamp(21px, 2.2vw, 30px);
  line-height: 1.02;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #121823;
}

body.rr-portal-page:not(.rr-login-page) .ihl-portal.ihl-portal--cart .ihl-cart-item-variant {
  font-size: 11px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #6b7280;
}

body.rr-portal-page:not(.rr-login-page) .ihl-portal.ihl-portal--cart .ihl-cart-item-unit {
  font-size: 13px;
  color: #475467;
}

body.rr-portal-page:not(.rr-login-page) .ihl-portal.ihl-portal--cart .ihl-cart-item-controls {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
}

body.rr-portal-page:not(.rr-login-page) .ihl-portal.ihl-portal--cart .ihl-cart-item-qty {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

body.rr-portal-page:not(.rr-login-page) .ihl-portal.ihl-portal--cart .ihl-cart-item-qty > span {
  font-size: 11px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #4b5563;
}

body.rr-portal-page:not(.rr-login-page) .ihl-portal.ihl-portal--cart .ihl-cart-item-qty input {
  width: 62px;
  min-height: 38px !important;
  border: 1px solid #cfd9e6 !important;
  border-radius: 10px !important;
  background: #ffffff !important;
  text-align: center;
  font-size: 14px !important;
  font-weight: 600;
  -moz-appearance: textfield;
  appearance: textfield;
}

body.rr-portal-page:not(.rr-login-page) .ihl-portal.ihl-portal--cart .ihl-cart-item-qty input::-webkit-outer-spin-button,
body.rr-portal-page:not(.rr-login-page) .ihl-portal.ihl-portal--cart .ihl-cart-item-qty input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

body.rr-portal-page:not(.rr-login-page) .ihl-portal.ihl-portal--cart .ihl-cart-item-update {
  border: 1px solid #111111 !important;
  border-radius: 10px !important;
  background: #111111 !important;
  color: #ffffff !important;
  min-height: 38px;
  padding: 0 16px !important;
  font-size: 11px !important;
  letter-spacing: 0.12em !important;
  text-transform: uppercase;
  font-weight: 700;
}

body.rr-portal-page:not(.rr-login-page) .ihl-portal.ihl-portal--cart .ihl-cart-item-remove {
  border: 1px solid #d4dbe6 !important;
  border-radius: 10px !important;
  background: #f8fafc !important;
  color: #334155 !important;
  min-height: 38px;
  padding: 0 14px !important;
  font-size: 11px !important;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: 700;
}

body.rr-portal-page:not(.rr-login-page) .ihl-portal.ihl-portal--cart .ihl-cart-item-total {
  display: grid;
  justify-items: end;
  gap: 2px;
  text-align: right;
  color: #667085;
  font-size: 10px;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

body.rr-portal-page:not(.rr-login-page) .ihl-portal.ihl-portal--cart .ihl-cart-item-total strong {
  font-family: "Noto Sans", "Helvetica Neue", Arial, sans-serif;
  font-size: clamp(17px, 1.4vw, 22px);
  font-weight: 700;
  color: #111827;
  letter-spacing: 0.02em;
}

body.rr-portal-page:not(.rr-login-page) .ihl-portal.ihl-portal--cart .ihl-cart-summary {
  position: sticky;
  top: 16px;
}

body.rr-portal-page:not(.rr-login-page) .ihl-portal.ihl-portal--cart .ihl-cart-summary-card {
  border: 1px solid #d8e0ec !important;
  border-radius: 16px !important;
  background: linear-gradient(180deg, #ffffff 0%, #f7f9fc 100%) !important;
  box-shadow: 0 16px 36px rgba(15, 18, 22, 0.08) !important;
  padding: 18px !important;
  display: grid;
  gap: 14px;
}

body.rr-portal-page:not(.rr-login-page) .ihl-portal.ihl-portal--cart .ihl-cart-summary-card h3 {
  margin: 0;
  font-family: "Inter", "Arial Narrow", "Helvetica Neue", Arial, sans-serif !important;
  font-size: 22px;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: #121823;
}

body.rr-portal-page:not(.rr-login-page) .ihl-portal.ihl-portal--cart .ihl-cart-promo,
body.rr-portal-page:not(.rr-login-page) .ihl-portal.ihl-portal--cart .ihl-cart-credit {
  display: grid;
  gap: 8px;
  border: 1px solid #dbe3ee;
  border-radius: 12px;
  background: #ffffff;
  padding: 12px;
  margin: 10px 0 10px 0 !important;
}

body.rr-portal-page:not(.rr-login-page) .ihl-portal.ihl-portal--cart .ihl-cart-promo label,
body.rr-portal-page:not(.rr-login-page) .ihl-portal.ihl-portal--cart .ihl-cart-credit-head span,
body.rr-portal-page:not(.rr-login-page) .ihl-portal.ihl-portal--cart .ihl-cart-credit-partial label {
  font-size: 11px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #475467 !important;
}

body.rr-portal-page:not(.rr-login-page) .ihl-portal.ihl-portal--cart .ihl-cart-promo-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto auto;
  gap: 8px;
}

body.rr-portal-page:not(.rr-login-page) .ihl-portal.ihl-portal--cart .ihl-cart-promo input {
  min-height: 40px;
  border: 1px solid #cfd8e6 !important;
  border-radius: 10px !important;
  background: #ffffff !important;
  font-size: 13px !important;
  padding: 0 12px !important;
}

body.rr-portal-page:not(.rr-login-page) .ihl-portal.ihl-portal--cart .ihl-cart-promo-apply,
body.rr-portal-page:not(.rr-login-page) .ihl-portal.ihl-portal--cart .ihl-cart-promo-remove {
  min-height: 40px;
  border-radius: 10px !important;
  font-size: 11px !important;
  letter-spacing: 0.08em !important;
  text-transform: uppercase;
  padding: 0 14px !important;
}

body.rr-portal-page:not(.rr-login-page) .ihl-portal.ihl-portal--cart .ihl-cart-promo-apply {
  background: #111111 !important;
  border: 1px solid #111111 !important;
  color: #ffffff !important;
}

body.rr-portal-page:not(.rr-login-page) .ihl-portal.ihl-portal--cart .ihl-cart-promo-remove {
  background: #ffffff !important;
  border: 1px solid #cfd8e6 !important;
  color: #1f2937 !important;
}

body.rr-portal-page:not(.rr-login-page) .ihl-portal.ihl-portal--cart .ihl-cart-credit-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
}

body.rr-portal-page:not(.rr-login-page) .ihl-portal.ihl-portal--cart .ihl-cart-credit-head strong {
  font-size: 16px;
  color: #111827;
}

body.rr-portal-page:not(.rr-login-page) .ihl-portal.ihl-portal--cart .ihl-cart-credit-options {
  display: grid;
  gap: 6px;
}

body.rr-portal-page:not(.rr-login-page) .ihl-portal.ihl-portal--cart .ihl-cart-credit-option {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  color: #1f2937;
}

body.rr-portal-page:not(.rr-login-page) .ihl-portal.ihl-portal--cart .ihl-cart-credit-partial input[type="number"] {
  min-height: 38px;
  border-radius: 10px !important;
  border: 1px solid #cfd8e6 !important;
  background: #ffffff !important;
}

body.rr-portal-page:not(.rr-login-page) .ihl-portal.ihl-portal--cart .ihl-cart-summary-lines {
  display: grid;
  gap: 8px;
  padding-top: 8px;
  border-top: 1px solid #dbe3ee;
}

body.rr-portal-page:not(.rr-login-page) .ihl-portal.ihl-portal--cart .ihl-cart-summary-line {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  color: #344054;
  font-size: 13px;
}

body.rr-portal-page:not(.rr-login-page) .ihl-portal.ihl-portal--cart .ihl-cart-summary-line strong {
  color: #111827;
}

body.rr-portal-page:not(.rr-login-page) .ihl-portal.ihl-portal--cart .ihl-cart-summary-total {
  margin-top: 2px;
  padding-top: 10px;
  border-top: 1px dashed #ccd6e4;
}

body.rr-portal-page:not(.rr-login-page) .ihl-portal.ihl-portal--cart .ihl-cart-summary-total span {
  font-size: 12px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

body.rr-portal-page:not(.rr-login-page) .ihl-portal.ihl-portal--cart .ihl-cart-summary-total .ihl-portal-order-total {
  font-size: clamp(24px, 2.1vw, 32px);
  font-weight: 700;
  letter-spacing: 0.01em;
  color: #111111;
}

body.rr-portal-page:not(.rr-login-page) .ihl-portal.ihl-portal--cart .ihl-cart-summary-actions {
  display: grid;
  gap: 10px;
}

body.rr-portal-page:not(.rr-login-page) .ihl-portal.ihl-portal--cart .ihl-cart-checkout {
  width: 100%;
  min-height: 44px;
  border: 0 !important;
  border-radius: 12px !important;
  background: var(--pp-button-gradient) !important;
  color: #000000 !important;
  font-size: 12px !important;
  letter-spacing: 0.12em !important;
  text-transform: uppercase;
  font-weight: 800;
}

body.rr-portal-page:not(.rr-login-page) .ihl-portal.ihl-portal--cart .ihl-cart-continue {
  width: 100%;
  min-height: 42px;
  border-radius: 12px !important;
  border: 1px solid #cfd8e6 !important;
  background: #ffffff !important;
  color: #111111 !important;
  justify-content: center;
  font-size: 11px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-weight: 700;
}

body.rr-portal-page:not(.rr-login-page) .ihl-portal.ihl-portal--cart .ihl-cart-addons {
  margin-top: 8px;
}

body.rr-portal-page:not(.rr-login-page) .ihl-portal.ihl-portal--cart .ihl-cart-addons-title {
  margin: 0 0 12px;
  font-family: "Inter", "Arial Narrow", "Helvetica Neue", Arial, sans-serif !important;
  font-size: clamp(20px, 2vw, 28px);
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: #111622;
}

body.rr-portal-page:not(.rr-login-page) .ihl-portal.ihl-portal--cart .ihl-cart-addons-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

body.rr-portal-page:not(.rr-login-page) .ihl-portal.ihl-portal--cart .ihl-cart-addons-grid .ihl-shop-card-media,
body.rr-portal-page:not(.rr-login-page) .ihl-portal.ihl-portal--cart .ihl-cart-addons-grid .ihl-shop-card-media.has-image {
  height: clamp(320px, 40vw, 500px) !important;
  min-height: clamp(320px, 40vw, 500px) !important;
}

body.rr-portal-page:not(.rr-login-page) .ihl-portal.ihl-portal--cart .ihl-cart-addons-grid .ihl-shop-card-media.has-image img {
  width: 100%;
  height: 100% !important;
  object-fit: contain;
  object-position: center center;
}

body.rr-portal-page:not(.rr-login-page) .ihl-portal.ihl-portal--cart .ihl-cart-addons-grid .ihl-shop-card-name {
  font-size: clamp(18px, 1.45vw, 22px) !important;
}

body.rr-portal-page:not(.rr-login-page) .ihl-portal.ihl-portal--cart .ihl-cart-addons-grid .ihl-shop-card-add {
  grid-template-columns: minmax(0, 1fr) 52px !important;
}

body.rr-portal-page:not(.rr-login-page) .ihl-portal.ihl-portal--cart .ihl-cart-addons-grid .ihl-shop-qty-input {
  width: 52px !important;
}

/* Checkout page redesign */
body.rr-portal-page:not(.rr-login-page) .ihl-portal.ihl-portal--checkout {
  max-width: min(1380px, calc(100vw - 48px)) !important;
  background: transparent !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  padding: 0 0 44px !important;
  margin-bottom: 0 !important;
}

body.rr-portal-page:not(.rr-login-page) .ihl-portal.ihl-portal--checkout .ihl-portal-main {
  margin-top: 0 !important;
}

body.rr-portal-page:not(.rr-login-page) .ihl-portal.ihl-portal--checkout .ihl-checkout-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.55fr) minmax(320px, 0.9fr);
  gap: 22px;
  align-items: start;
}

body.rr-portal-page:not(.rr-login-page) .ihl-portal.ihl-portal--checkout .ihl-checkout-main {
  display: grid;
  gap: 16px;
}

body.rr-portal-page:not(.rr-login-page) .ihl-portal.ihl-portal--checkout .ihl-checkout-card {
  border: 1px solid #d8e0ec !important;
  border-radius: 14px !important;
  background: linear-gradient(180deg, #ffffff 0%, #f8f9fc 100%) !important;
  box-shadow: 0 12px 30px rgba(17, 24, 39, 0.07) !important;
  padding: 16px !important;
  display: grid;
  gap: 12px;
}

body.rr-portal-page:not(.rr-login-page) .ihl-portal.ihl-portal--checkout .ihl-checkout-card h3 {
  margin: 0 !important;
  font-family: "Inter", "Arial Narrow", "Helvetica Neue", Arial, sans-serif !important;
  font-size: 24px !important;
  letter-spacing: 0.03em !important;
  text-transform: uppercase !important;
  color: #111622 !important;
}

body.rr-portal-page:not(.rr-login-page) .ihl-portal.ihl-portal--checkout .ihl-checkout-option-grid {
  display: grid;
  gap: 10px;
}

body.rr-portal-page:not(.rr-login-page) .ihl-portal.ihl-portal--checkout .ihl-checkout-option-grid--payment {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

body.rr-portal-page:not(.rr-login-page) .ihl-portal.ihl-portal--checkout .ihl-checkout-option-grid--delivery {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

body.rr-portal-page:not(.rr-login-page) .ihl-portal.ihl-portal--checkout .ihl-checkout-option-content {
  border: 1px solid #d6deea !important;
  border-radius: 12px !important;
  background: #ffffff !important;
  min-height: 78px;
  padding: 10px 12px !important;
  box-shadow: none !important;
}

body.rr-portal-page:not(.rr-login-page) .ihl-portal.ihl-portal--checkout .ihl-checkout-option-icon {
  width: 38px;
  height: 38px;
  border-radius: 10px;
  background: #f3f6fb;
}

body.rr-portal-page:not(.rr-login-page) .ihl-portal.ihl-portal--checkout .ihl-checkout-option-text strong {
  font-size: 14px;
  color: #111827;
}

body.rr-portal-page:not(.rr-login-page) .ihl-portal.ihl-portal--checkout .ihl-checkout-option-text span,
body.rr-portal-page:not(.rr-login-page) .ihl-portal.ihl-portal--checkout .ihl-portal-help {
  color: #667085 !important;
  font-size: 12px;
}

body.rr-portal-page:not(.rr-login-page) .ihl-portal.ihl-portal--checkout .ihl-checkout-option input:checked + .ihl-checkout-option-content {
  border-color: #EFE7DE !important;
  box-shadow: 0 0 0 2px rgba(239, 231, 222, 0.8) !important;
  background: #f9f4ed !important;
}

body.rr-portal-page:not(.rr-login-page) .ihl-portal.ihl-portal--checkout .ihl-shipping-panel {
  display: grid;
  gap: 14px;
}

body.rr-portal-page:not(.rr-login-page) .ihl-portal.ihl-portal--checkout .ihl-portal-form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

body.rr-portal-page:not(.rr-login-page) .ihl-portal.ihl-portal--checkout .ihl-portal-order-field {
  display: grid;
  gap: 6px;
}

body.rr-portal-page:not(.rr-login-page) .ihl-portal.ihl-portal--checkout .ihl-portal-order-field label {
  margin: 0 !important;
  font-size: 11px !important;
  letter-spacing: 0.08em !important;
  text-transform: uppercase !important;
  color: #475467 !important;
}

body.rr-portal-page:not(.rr-login-page) .ihl-portal.ihl-portal--checkout .ihl-portal-select,
body.rr-portal-page:not(.rr-login-page) .ihl-portal.ihl-portal--checkout .ihl-portal-order-field input[type="text"],
body.rr-portal-page:not(.rr-login-page) .ihl-portal.ihl-portal--checkout .ihl-portal-order-field input[type="email"],
body.rr-portal-page:not(.rr-login-page) .ihl-portal.ihl-portal--checkout .ihl-portal-order-field input[type="tel"],
body.rr-portal-page:not(.rr-login-page) .ihl-portal.ihl-portal--checkout .ihl-portal-order-field textarea,
body.rr-portal-page:not(.rr-login-page) .ihl-portal.ihl-portal--checkout .ihl-portal-checkbox {
  border: 1px solid #cfd8e6 !important;
  border-radius: 10px !important;
  background: #ffffff !important;
  min-height: 42px;
  padding: 10px 12px !important;
  box-shadow: none !important;
  font-size: 13px !important;
  color: #111827 !important;
}

body.rr-portal-page:not(.rr-login-page) .ihl-portal.ihl-portal--checkout #ihl-checkout-notes {
  min-height: 118px;
  resize: vertical;
}

body.rr-portal-page:not(.rr-login-page) .ihl-portal.ihl-portal--checkout .ihl-portal-checkbox {
  display: flex;
  align-items: center;
  gap: 8px;
  line-height: 1.35;
}

body.rr-portal-page:not(.rr-login-page) .ihl-portal.ihl-portal--checkout .ihl-shippo-rates {
  display: grid;
  gap: 8px;
  margin-top: 0;
}

body.rr-portal-page:not(.rr-login-page) .ihl-portal.ihl-portal--checkout .ihl-shippo-rate {
  display: grid;
  grid-template-columns: 16px minmax(0, 1fr) auto;
  gap: 10px;
  align-items: center;
  border: 1px solid #d6deea !important;
  border-radius: 10px !important;
  background: #ffffff !important;
  padding: 10px 12px;
  box-shadow: none !important;
}

body.rr-portal-page:not(.rr-login-page) .ihl-portal.ihl-portal--checkout .ihl-shippo-rate input {
  margin: 0;
  accent-color: #db305e;
}

body.rr-portal-page:not(.rr-login-page) .ihl-portal.ihl-portal--checkout .ihl-shippo-rate.is-selected {
  border-color: #EFE7DE !important;
  background: #f9f4ed !important;
  box-shadow: 0 0 0 1px rgba(239, 231, 222, 0.8) !important;
}

body.rr-portal-page:not(.rr-login-page) .ihl-portal.ihl-portal--checkout .ihl-shippo-rate-meta strong {
  font-size: 13px;
  color: #111827;
}

body.rr-portal-page:not(.rr-login-page) .ihl-portal.ihl-portal--checkout .ihl-shippo-rate-meta small,
body.rr-portal-page:not(.rr-login-page) .ihl-portal.ihl-portal--checkout .ihl-shippo-status,
body.rr-portal-page:not(.rr-login-page) .ihl-portal.ihl-portal--checkout .ihl-shippo-loading {
  font-size: 12px;
  color: #667085 !important;
}

body.rr-portal-page:not(.rr-login-page) .ihl-portal.ihl-portal--checkout .ihl-checkout-summary {
  position: sticky;
  top: 16px;
}

body.rr-portal-page:not(.rr-login-page) .ihl-portal.ihl-portal--checkout .ihl-checkout-summary-card {
  border: 1px solid #d8e0ec !important;
  border-radius: 14px !important;
  background: linear-gradient(180deg, #ffffff 0%, #f8f9fc 100%) !important;
  box-shadow: 0 14px 34px rgba(17, 24, 39, 0.08) !important;
  display: grid;
  gap: 12px;
}

body.rr-portal-page:not(.rr-login-page) .ihl-portal.ihl-portal--checkout .ihl-checkout-summary-body {
  padding: 16px;
}

body.rr-portal-page:not(.rr-login-page) .ihl-portal.ihl-portal--checkout .ihl-checkout-summary-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  font-size: 11px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #667085;
}

body.rr-portal-page:not(.rr-login-page) .ihl-portal.ihl-portal--checkout .ihl-checkout-summary-header h3 {
  margin: 0;
  font-family: "Inter", "Arial Narrow", "Helvetica Neue", Arial, sans-serif !important;
  font-size: 20px;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: #111622;
}

body.rr-portal-page:not(.rr-login-page) .ihl-portal.ihl-portal--checkout .ihl-checkout-summary-items {
  display: grid;
  gap: 10px;
}

body.rr-portal-page:not(.rr-login-page) .ihl-portal.ihl-portal--checkout .ihl-checkout-summary-item {
  display: flex;
  justify-content: space-between;
  gap: 8px;
  padding-bottom: 8px;
  border-bottom: 1px solid #e4e9f1;
}

body.rr-portal-page:not(.rr-login-page) .ihl-portal.ihl-portal--checkout .ihl-checkout-summary-item strong {
  font-size: 13px;
  color: #111827;
}

body.rr-portal-page:not(.rr-login-page) .ihl-portal.ihl-portal--checkout .ihl-checkout-summary-meta {
  font-size: 11px;
  color: #667085;
}

body.rr-portal-page:not(.rr-login-page) .ihl-portal.ihl-portal--checkout .ihl-checkout-summary-amount {
  font-size: 13px;
  font-weight: 700;
  color: #111827;
}

body.rr-portal-page:not(.rr-login-page) .ihl-portal.ihl-portal--checkout .ihl-cart-promo,
body.rr-portal-page:not(.rr-login-page) .ihl-portal.ihl-portal--checkout .ihl-cart-credit {
  display: grid;
  gap: 8px;
  border: 1px solid #dbe3ee;
  border-radius: 12px;
  background: #ffffff;
  padding: 12px;
  margin: 10px 0px 10px 0px !important;
}

body.rr-portal-page:not(.rr-login-page) .ihl-portal.ihl-portal--checkout .ihl-cart-promo label,
body.rr-portal-page:not(.rr-login-page) .ihl-portal.ihl-portal--checkout .ihl-cart-credit-head span,
body.rr-portal-page:not(.rr-login-page) .ihl-portal.ihl-portal--checkout .ihl-cart-credit-partial label {
  font-size: 11px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #475467 !important;
}

body.rr-portal-page:not(.rr-login-page) .ihl-portal.ihl-portal--checkout .ihl-cart-promo-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto auto;
  gap: 8px;
}

body.rr-portal-page:not(.rr-login-page) .ihl-portal.ihl-portal--checkout .ihl-cart-promo input,
body.rr-portal-page:not(.rr-login-page) .ihl-portal.ihl-portal--checkout .ihl-cart-credit-partial input[type="number"] {
  min-height: 40px;
  border: 1px solid #cfd8e6 !important;
  border-radius: 10px !important;
  background: #ffffff !important;
  font-size: 13px !important;
  padding: 0 12px !important;
}

body.rr-portal-page:not(.rr-login-page) .ihl-portal.ihl-portal--checkout .ihl-cart-promo-apply,
body.rr-portal-page:not(.rr-login-page) .ihl-portal.ihl-portal--checkout .ihl-cart-promo-remove {
  min-height: 40px;
  border-radius: 10px !important;
  font-size: 11px !important;
  letter-spacing: 0.08em !important;
  text-transform: uppercase;
  padding: 0 12px !important;
}

body.rr-portal-page:not(.rr-login-page) .ihl-portal.ihl-portal--checkout .ihl-cart-promo-apply {
  background: #111111 !important;
  border: 1px solid #111111 !important;
  color: #ffffff !important;
}

body.rr-portal-page:not(.rr-login-page) .ihl-portal.ihl-portal--checkout .ihl-cart-promo-remove {
  background: #ffffff !important;
  border: 1px solid #cfd8e6 !important;
  color: #1f2937 !important;
}

body.rr-portal-page:not(.rr-login-page) .ihl-portal.ihl-portal--checkout .ihl-cart-credit-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
}

body.rr-portal-page:not(.rr-login-page) .ihl-portal.ihl-portal--checkout .ihl-cart-credit-head strong {
  color: #111827;
  font-size: 16px;
}

body.rr-portal-page:not(.rr-login-page) .ihl-portal.ihl-portal--checkout .ihl-cart-credit-options {
  display: grid;
  gap: 6px;
}

body.rr-portal-page:not(.rr-login-page) .ihl-portal.ihl-portal--checkout .ihl-cart-credit-option {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  color: #1f2937;
}

body.rr-portal-page:not(.rr-login-page) .ihl-portal.ihl-portal--checkout .ihl-checkout-summary-totals {
  display: grid;
  gap: 8px;
  padding-top: 10px;
  border-top: 1px solid #dbe3ee;
}

body.rr-portal-page:not(.rr-login-page) .ihl-portal.ihl-portal--checkout .ihl-portal-order-summary {
  border: 0 !important;
  background: transparent !important;
  padding: 0 !important;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  font-size: 13px;
  color: #344054;
  font-weight: 500;
}

body.rr-portal-page:not(.rr-login-page) .ihl-portal.ihl-portal--checkout .ihl-portal-order-summary span {
  color: #667085 !important;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-size: 11px;
}

body.rr-portal-page:not(.rr-login-page) .ihl-portal.ihl-portal--checkout .ihl-portal-order-summary strong {
  color: #111827;
  font-weight: 700;
}

body.rr-portal-page:not(.rr-login-page) .ihl-portal.ihl-portal--checkout .ihl-portal-order-summary--total {
  margin-top: 4px;
  padding-top: 10px !important;
  border-top: 1px dashed #ccd6e4 !important;
  border-radius: 0 !important;
}

body.rr-portal-page:not(.rr-login-page) .ihl-portal.ihl-portal--checkout .ihl-portal-order-summary--total .ihl-portal-order-total {
  font-size: clamp(24px, 2vw, 30px);
  color: #111111;
}

body.rr-portal-page:not(.rr-login-page) .ihl-portal.ihl-portal--checkout .ihl-checkout-actions {
  display: grid;
  gap: 10px;
}

body.rr-portal-page:not(.rr-login-page) .ihl-portal.ihl-portal--checkout .ihl-portal-submit {
  width: 100%;
  min-height: 44px;
  border: 0 !important;
  border-radius: 12px !important;
  background: var(--pp-button-gradient) !important;
  color: #000000 !important;
  font-size: 12px !important;
  letter-spacing: 0.12em !important;
  text-transform: uppercase;
  font-weight: 800;
}

body.rr-portal-page:not(.rr-login-page) .ihl-portal.ihl-portal--checkout .ihl-checkout-secondary,
body.rr-portal-page:not(.rr-login-page) .ihl-portal.ihl-portal--checkout .ihl-checkout-tertiary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 42px;
  border-radius: 12px !important;
  border: 1px solid #cfd8e6 !important;
  background: #ffffff !important;
  color: #111111 !important;
  text-decoration: none;
  font-size: 11px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-weight: 700;
  padding: 0 12px;
}

body.rr-portal-page:not(.rr-login-page) .ihl-portal.ihl-portal--checkout .ihl-checkout-summary-toggle {
  border: 0 !important;
  border-bottom: 1px solid #dbe3ee !important;
  background: #ffffff !important;
  color: #111827 !important;
  padding: 14px 16px !important;
}

body.rr-portal-page:not(.rr-login-page) .ihl-portal.ihl-portal--checkout .ihl-checkout-summary-toggle-total {
  font-weight: 700;
}

/* Account page redesign */
body.rr-portal-page:not(.rr-login-page) .ihl-portal.ihl-portal--account {
  max-width: min(1380px, calc(100vw - 48px)) !important;
  background: transparent !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  padding: 0 0 44px !important;
  margin-bottom: 0 !important;
}

body.rr-portal-page:not(.rr-login-page) .ihl-portal.ihl-portal--account .ihl-portal-main {
  margin-top: 0 !important;
}

body.rr-portal-page:not(.rr-login-page) .ihl-portal.ihl-portal--account .ihl-account-layout {
  display: grid;
  grid-template-columns: minmax(270px, 330px) minmax(0, 1fr);
  gap: 22px;
  align-items: start;
}

body.rr-portal-page:not(.rr-login-page) .ihl-portal.ihl-portal--account .ihl-account-sidebar {
  position: sticky;
  top: 16px;
  display: grid;
  gap: 14px;
}

body.rr-portal-page:not(.rr-login-page) .ihl-portal.ihl-portal--account .ihl-account-card,
body.rr-portal-page:not(.rr-login-page) .ihl-portal.ihl-portal--account .ihl-account-menu,
body.rr-portal-page:not(.rr-login-page) .ihl-portal.ihl-portal--account .ihl-account-featured,
body.rr-portal-page:not(.rr-login-page) .ihl-portal.ihl-portal--account .ihl-account-panel,
body.rr-portal-page:not(.rr-login-page) .ihl-portal.ihl-portal--account .ihl-account-password-card,
body.rr-portal-page:not(.rr-login-page) .ihl-portal.ihl-portal--account .ihl-account-referral-card,
body.rr-portal-page:not(.rr-login-page) .ihl-portal.ihl-portal--account .ihl-account-referral-progress {
  border: 1px solid #d8e0ec !important;
  border-radius: 14px !important;
  background: linear-gradient(180deg, #ffffff 0%, #f8f9fc 100%) !important;
  box-shadow: 0 12px 30px rgba(17, 24, 39, 0.07) !important;
}

body.rr-portal-page:not(.rr-login-page) .ihl-portal.ihl-portal--account .ihl-account-card--profile {
  padding: 16px !important;
  display: grid;
  gap: 8px;
}

body.rr-portal-page:not(.rr-login-page) .ihl-portal.ihl-portal--account .ihl-account-card-kicker {
  margin: 0;
  font-size: 11px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #667085;
}

body.rr-portal-page:not(.rr-login-page) .ihl-portal.ihl-portal--account .ihl-account-card-name {
  font-family: "Inter", "Arial Narrow", "Helvetica Neue", Arial, sans-serif !important;
  font-size: clamp(24px, 2.2vw, 30px);
  line-height: 1.05;
  letter-spacing: 0.02em;
  color: #111622;
}

body.rr-portal-page:not(.rr-login-page) .ihl-portal.ihl-portal--account .ihl-account-card-meta {
  font-size: 13px;
  color: #667085;
}

body.rr-portal-page:not(.rr-login-page) .ihl-portal.ihl-portal--account .ihl-account-menu {
  padding: 12px !important;
  display: grid;
  gap: 8px;
}

body.rr-portal-page:not(.rr-login-page) .ihl-portal.ihl-portal--account .ihl-account-menu-title {
  margin: 0 0 4px;
  font-size: 11px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #475467;
}

body.rr-portal-page:not(.rr-login-page) .ihl-portal.ihl-portal--account .ihl-account-tab {
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  min-height: 40px;
  border: 1px solid #d3dce9 !important;
  border-radius: 10px !important;
  background: #f5f7fc !important;
  color: #243041 !important;
  font-size: 12px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-weight: 700;
  padding: 0 12px;
  cursor: pointer;
  box-shadow: none !important;
}

body.rr-portal-page:not(.rr-login-page) .ihl-portal.ihl-portal--account .ihl-account-tab.is-active,
body.rr-portal-page:not(.rr-login-page) .ihl-portal.ihl-portal--account .ihl-account-tab[aria-selected="true"] {
  border-color: #bfcde2 !important;
  background: #eaf0fa !important;
  box-shadow: inset 0 0 0 1px #d6e0ef !important;
  color: #1a2533 !important;
}

body.rr-portal-page:not(.rr-login-page) .ihl-portal.ihl-portal--account .ihl-account-tab:hover {
  background: #edf2fa !important;
  border-color: #c7d4e7 !important;
}

body.rr-portal-page:not(.rr-login-page) .ihl-portal.ihl-portal--account .ihl-account-logout {
  width: 100%;
  min-height: 40px;
  border-radius: 10px !important;
  border: 1px solid #d3dce9 !important;
  background: #ffffff !important;
  color: #111111 !important;
  font-size: 11px !important;
  letter-spacing: 0.1em !important;
  text-transform: uppercase;
  font-weight: 700;
}

body.rr-portal-page:not(.rr-login-page) .ihl-portal.ihl-portal--account .ihl-account-featured {
  padding: 14px !important;
  display: grid;
  gap: 10px;
}

body.rr-portal-page:not(.rr-login-page) .ihl-portal.ihl-portal--account .ihl-account-featured-title {
  margin: 0;
  font-family: "Inter", "Arial Narrow", "Helvetica Neue", Arial, sans-serif !important;
  font-size: 22px;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: #111622;
}

body.rr-portal-page:not(.rr-login-page) .ihl-portal.ihl-portal--account .ihl-account-product {
  border: 1px solid #dde4ef;
  border-radius: 12px;
  background: #ffffff;
  overflow: hidden;
  display: grid;
  grid-template-columns: 86px minmax(0, 1fr);
  min-width: 0;
}

body.rr-portal-page:not(.rr-login-page) .ihl-portal.ihl-portal--account .ihl-account-product-media {
  min-height: 112px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

body.rr-portal-page:not(.rr-login-page) .ihl-portal.ihl-portal--account .ihl-account-product-body {
  display: grid;
  gap: 6px;
  padding: 10px;
  min-width: 0;
}

body.rr-portal-page:not(.rr-login-page) .ihl-portal.ihl-portal--account .ihl-account-product-vendor {
  font-size: 10px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #667085;
}

body.rr-portal-page:not(.rr-login-page) .ihl-portal.ihl-portal--account .ihl-account-product-name {
  font-family: "Inter", "Arial Narrow", "Helvetica Neue", Arial, sans-serif !important;
  font-size: 20px;
  line-height: 1;
  color: #101828;
}

body.rr-portal-page:not(.rr-login-page) .ihl-portal.ihl-portal--account .ihl-account-product-price {
  font-size: 13px;
  font-weight: 700;
  color: #111827;
}

body.rr-portal-page:not(.rr-login-page) .ihl-portal.ihl-portal--account .ihl-account-product-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

body.rr-portal-page:not(.rr-login-page) .ihl-portal.ihl-portal--account .ihl-account-product-tags span {
  display: inline-flex;
  align-items: center;
  min-height: 20px;
  border: 1px solid #dbe3ef;
  border-radius: 999px;
  padding: 0 8px;
  font-size: 10px;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  color: #475467;
  background: #f8fafc;
}

body.rr-portal-page:not(.rr-login-page) .ihl-portal.ihl-portal--account .ihl-account-product-form {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 52px;
  gap: 8px;
  align-items: center;
}

body.rr-portal-page:not(.rr-login-page) .ihl-portal.ihl-portal--account .ihl-account-product-add {
  min-height: 36px;
  border-radius: 10px !important;
  border: 0 !important;
  background: var(--pp-button-gradient) !important;
  color: #ffffff !important;
  font-size: 10px !important;
  letter-spacing: 0.1em !important;
  text-transform: uppercase;
  font-weight: 800;
}

body.rr-portal-page:not(.rr-login-page) .ihl-portal.ihl-portal--account .ihl-account-product-qty {
  width: 52px !important;
  min-height: 36px !important;
  border-radius: 10px !important;
  border: 1px solid #d0d8e6 !important;
  text-align: center;
  font-size: 13px !important;
  appearance: textfield;
  -moz-appearance: textfield;
}

body.rr-portal-page:not(.rr-login-page) .ihl-portal.ihl-portal--account .ihl-account-product-qty::-webkit-outer-spin-button,
body.rr-portal-page:not(.rr-login-page) .ihl-portal.ihl-portal--account .ihl-account-product-qty::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

body.rr-portal-page:not(.rr-login-page) .ihl-portal.ihl-portal--account .ihl-account-content {
  min-width: 0;
  display: grid;
  gap: 16px;
}

body.rr-portal-page:not(.rr-login-page) .ihl-portal.ihl-portal--account .ihl-account-section {
  display: grid;
  gap: 14px;
}

body.rr-portal-page:not(.rr-login-page) .ihl-portal.ihl-portal--account .ihl-account-section[hidden] {
  display: none !important;
}

body.rr-portal-page:not(.rr-login-page) .ihl-portal.ihl-portal--account .ihl-account-section-heading {
  display: grid;
  gap: 6px;
  margin: 0;
}

body.rr-portal-page:not(.rr-login-page) .ihl-portal.ihl-portal--account .ihl-account-section-heading h2 {
  margin: 0 !important;
  font-family: "Inter", "Arial Narrow", "Helvetica Neue", Arial, sans-serif !important;
  font-size: clamp(24px, 2.1vw, 32px) !important;
  letter-spacing: 0.03em !important;
  text-transform: uppercase !important;
  color: #111622 !important;
}

body.rr-portal-page:not(.rr-login-page) .ihl-portal.ihl-portal--account .ihl-account-section-heading h3 {
  margin: 0 !important;
  font-family: "Inter", "Arial Narrow", "Helvetica Neue", Arial, sans-serif !important;
  font-size: clamp(20px, 1.7vw, 24px) !important;
  letter-spacing: 0.03em !important;
  text-transform: uppercase !important;
  color: #111622 !important;
}

body.rr-portal-page:not(.rr-login-page) .ihl-portal.ihl-portal--account .ihl-account-section-heading p {
  margin: 0;
  color: #667085;
  font-size: 13px;
}

body.rr-portal-page:not(.rr-login-page) .ihl-portal.ihl-portal--account .ihl-account-panel,
body.rr-portal-page:not(.rr-login-page) .ihl-portal.ihl-portal--account .ihl-account-password-card {
  padding: 16px !important;
  display: grid;
  gap: 12px;
}

body.rr-portal-page:not(.rr-login-page) .ihl-portal.ihl-portal--account .ihl-account-password-title {
  margin: 0;
  font-size: 12px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #667085;
  font-weight: 700;
}

body.rr-portal-page:not(.rr-login-page) .ihl-portal.ihl-portal--account .ihl-account-form,
body.rr-portal-page:not(.rr-login-page) .ihl-portal.ihl-portal--account .ihl-account-form-wrap {
  display: grid;
  gap: 12px;
}

body.rr-portal-page:not(.rr-login-page) .ihl-portal.ihl-portal--account .ihl-account-form-heading {
  display: grid;
  gap: 4px;
}

body.rr-portal-page:not(.rr-login-page) .ihl-portal.ihl-portal--account .ihl-account-form-heading h3 {
  margin: 0;
  font-family: "Inter", "Arial Narrow", "Helvetica Neue", Arial, sans-serif !important;
  font-size: 22px;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: #111622;
}

body.rr-portal-page:not(.rr-login-page) .ihl-portal.ihl-portal--account .ihl-account-form-heading p {
  margin: 0;
  font-size: 12px;
  color: #667085;
}

body.rr-portal-page:not(.rr-login-page) .ihl-portal.ihl-portal--account .ihl-account-form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

body.rr-portal-page:not(.rr-login-page) .ihl-portal.ihl-portal--account .ihl-portal-order-field {
  display: grid;
  gap: 6px;
}

body.rr-portal-page:not(.rr-login-page) .ihl-portal.ihl-portal--account .ihl-portal-order-field label {
  margin: 0 !important;
  font-size: 11px !important;
  letter-spacing: 0.08em !important;
  text-transform: uppercase !important;
  color: #475467 !important;
}

body.rr-portal-page:not(.rr-login-page) .ihl-portal.ihl-portal--account .ihl-portal-order-field input[type="text"],
body.rr-portal-page:not(.rr-login-page) .ihl-portal.ihl-portal--account .ihl-portal-order-field input[type="email"],
body.rr-portal-page:not(.rr-login-page) .ihl-portal.ihl-portal--account .ihl-portal-order-field input[type="tel"],
body.rr-portal-page:not(.rr-login-page) .ihl-portal.ihl-portal--account .ihl-portal-order-field input[type="password"],
body.rr-portal-page:not(.rr-login-page) .ihl-portal.ihl-portal--account .ihl-portal-order-field textarea {
  border: 1px solid #cfd8e6 !important;
  border-radius: 10px !important;
  background: #ffffff !important;
  min-height: 42px;
  padding: 10px 12px !important;
  box-shadow: none !important;
  font-size: 13px !important;
  color: #111827 !important;
}

body.rr-portal-page:not(.rr-login-page) .ihl-portal.ihl-portal--account [data-account-avatar-picker] {
  border: 1px solid #cfd8e6 !important;
  background: #f8f9fc !important;
  box-shadow: none !important;
}

body.rr-portal-page:not(.rr-login-page) .ihl-portal.ihl-portal--account [data-account-avatar-overlay] {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  min-height: 30px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  background: rgba(17, 24, 39, 0.7);
  color: #ffffff;
}

body.rr-portal-page:not(.rr-login-page) .ihl-portal.ihl-portal--account [data-account-avatar-overlay] svg {
  width: 14px;
  height: 14px;
  stroke: currentColor;
  fill: none;
  stroke-width: 2;
}

body.rr-portal-page:not(.rr-login-page) .ihl-portal.ihl-portal--account [data-account-avatar-overlay-text] {
  font-size: 10px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-weight: 700;
}

body.rr-portal-page:not(.rr-login-page) .ihl-portal.ihl-portal--account .ihl-account-form-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
}

body.rr-portal-page:not(.rr-login-page) .ihl-portal.ihl-portal--account .ihl-account-form-actions .ihl-portal-submit {
  width: auto;
  min-width: 220px;
  min-height: 42px;
  border: 0 !important;
  border-radius: 12px !important;
  background: var(--pp-button-gradient) !important;
  color: #000000 !important;
  font-size: 11px !important;
  letter-spacing: 0.1em !important;
  text-transform: uppercase;
  font-weight: 800;
  padding: 0 16px !important;
}

body.rr-portal-page:not(.rr-login-page) .ihl-portal.ihl-portal--account .ihl-account-form-actions .ihl-portal-button.secondary {
  min-height: 42px;
  border-radius: 12px !important;
  border: 1px solid #cfd8e6 !important;
  background: #ffffff !important;
  color: #111111 !important;
  font-size: 11px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-weight: 700;
  padding: 0 14px;
}

body.rr-portal-page:not(.rr-login-page) .ihl-portal.ihl-portal--account .ihl-account-addresses {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

body.rr-portal-page:not(.rr-login-page) .ihl-portal.ihl-portal--account .ihl-account-address-card {
  border: 1px solid #dbe3ef;
  border-radius: 12px;
  background: #ffffff;
  padding: 12px;
  display: grid;
  gap: 8px;
}

body.rr-portal-page:not(.rr-login-page) .ihl-portal.ihl-portal--account .ihl-account-address-card.is-primary {
  border-color: #EFE7DE;
  background: #f9f4ed;
}

body.rr-portal-page:not(.rr-login-page) .ihl-portal .ihl-shop-add-button:hover,
body.rr-portal-page:not(.rr-login-page) .ihl-portal.ihl-portal--cart .ihl-cart-checkout:hover,
body.rr-portal-page:not(.rr-login-page) .ihl-portal.ihl-portal--checkout .ihl-portal-submit:hover,
body.rr-portal-page:not(.rr-login-page) .ihl-portal.ihl-portal--account .ihl-account-product-add:hover,
body.rr-portal-page:not(.rr-login-page) .ihl-portal.ihl-portal--account .ihl-account-form-actions .ihl-portal-submit:hover {
  background: var(--pp-button-gradient-hover) !important;
  color: #4A7FA8 !important;
}

body.rr-portal-page:not(.rr-login-page) .ihl-portal.ihl-portal--account .ihl-account-address-title {
  font-family: "Inter", "Arial Narrow", "Helvetica Neue", Arial, sans-serif !important;
  font-size: 21px;
  line-height: 1;
  color: #111622;
}

body.rr-portal-page:not(.rr-login-page) .ihl-portal.ihl-portal--account .ihl-account-address-lines {
  font-size: 13px;
  line-height: 1.45;
  color: #1f2937;
}

body.rr-portal-page:not(.rr-login-page) .ihl-portal.ihl-portal--account .ihl-account-address-meta {
  font-size: 11px;
  color: #667085;
}

body.rr-portal-page:not(.rr-login-page) .ihl-portal.ihl-portal--account .ihl-account-address-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

body.rr-portal-page:not(.rr-login-page) .ihl-portal.ihl-portal--account .ihl-account-address-delete {
  margin: 0;
}

body.rr-portal-page:not(.rr-login-page) .ihl-portal.ihl-portal--account .ihl-account-address-actions .ihl-portal-button.secondary {
  min-height: 34px;
  border-radius: 9px !important;
  border: 1px solid #cfd8e6 !important;
  background: #ffffff !important;
  color: #111111 !important;
  font-size: 10px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-weight: 700;
  padding: 0 11px;
}

body.rr-portal-page:not(.rr-login-page) .ihl-portal.ihl-portal--account .ihl-account-table-wrap {
  width: 100%;
  overflow: auto;
  border: 1px solid #d8e0ec;
  border-radius: 14px;
  background: #ffffff;
}

body.rr-portal-page:not(.rr-login-page) .ihl-portal.ihl-portal--account .ihl-account-orders-table,
body.rr-portal-page:not(.rr-login-page) .ihl-portal.ihl-portal--account .ihl-account-promo-table,
body.rr-portal-page:not(.rr-login-page) .ihl-portal.ihl-portal--account .ihl-account-referrals-table,
body.rr-portal-page:not(.rr-login-page) .ihl-portal.ihl-portal--account .ihl-account-credit-table {
  width: 100%;
  min-width: 680px;
  border-collapse: collapse;
  background: transparent;
}

body.rr-portal-page:not(.rr-login-page) .ihl-portal.ihl-portal--account .ihl-account-orders-table th,
body.rr-portal-page:not(.rr-login-page) .ihl-portal.ihl-portal--account .ihl-account-promo-table th,
body.rr-portal-page:not(.rr-login-page) .ihl-portal.ihl-portal--account .ihl-account-referrals-table th,
body.rr-portal-page:not(.rr-login-page) .ihl-portal.ihl-portal--account .ihl-account-credit-table th {
  background: #f8fafc;
  border-bottom: 1px solid #dde4ef;
  padding: 10px 12px;
  text-align: left;
  font-size: 11px;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  color: #475467;
}

body.rr-portal-page:not(.rr-login-page) .ihl-portal.ihl-portal--account .ihl-account-orders-table td,
body.rr-portal-page:not(.rr-login-page) .ihl-portal.ihl-portal--account .ihl-account-promo-table td,
body.rr-portal-page:not(.rr-login-page) .ihl-portal.ihl-portal--account .ihl-account-referrals-table td,
body.rr-portal-page:not(.rr-login-page) .ihl-portal.ihl-portal--account .ihl-account-credit-table td {
  padding: 10px 12px;
  border-bottom: 1px solid #edf1f7;
  font-size: 13px;
  color: #1f2937;
  background: #ffffff;
}

body.rr-portal-page:not(.rr-login-page) .ihl-portal.ihl-portal--account .ihl-account-orders-table tr:last-child td,
body.rr-portal-page:not(.rr-login-page) .ihl-portal.ihl-portal--account .ihl-account-promo-table tr:last-child td,
body.rr-portal-page:not(.rr-login-page) .ihl-portal.ihl-portal--account .ihl-account-referrals-table tr:last-child td,
body.rr-portal-page:not(.rr-login-page) .ihl-portal.ihl-portal--account .ihl-account-credit-table tr:last-child td {
  border-bottom: 0;
}

body.rr-portal-page:not(.rr-login-page) .ihl-portal.ihl-portal--account .ihl-order-actions,
body.rr-portal-page:not(.rr-login-page) .ihl-portal.ihl-portal--orders .ihl-order-actions {
  display: inline-flex;
  flex-wrap: wrap;
  gap: 6px;
}

body.rr-portal-page:not(.rr-login-page) .ihl-portal.ihl-portal--account .ihl-order-action,
body.rr-portal-page:not(.rr-login-page) .ihl-portal.ihl-portal--orders .ihl-order-action {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 28px;
  border: 1px solid #d3dce9;
  border-radius: 999px;
  padding: 0 10px;
  text-decoration: none;
  font-size: 10px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-weight: 700;
  color: #111827;
  background: #ffffff;
}

body.rr-portal-page:not(.rr-login-page) .ihl-portal.ihl-portal--account .ihl-order-action + .ihl-order-action,
body.rr-portal-page:not(.rr-login-page) .ihl-portal.ihl-portal--orders .ihl-order-action + .ihl-order-action {
  margin-left: 6px;
}

body.rr-portal-page:not(.rr-login-page) .ihl-portal.ihl-portal--orders .ihl-portal-remove {
  position: relative;
  display: inline-flex;
  align-items: center;
}

body.rr-portal-page:not(.rr-login-page) .ihl-portal.ihl-portal--orders .ihl-order-remove-input {
  position: absolute;
  width: 1px;
  height: 1px;
  opacity: 0;
  pointer-events: none;
  margin: 0;
}

body.rr-portal-page:not(.rr-login-page) .ihl-portal.ihl-portal--orders .ihl-portal-remove-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  min-height: 34px;
  padding: 0 12px !important;
  border-radius: 10px !important;
  border: 1px solid #f3b0b7 !important;
  background: #fff1f3 !important;
  color: #b42318 !important;
  font-size: 10px !important;
  letter-spacing: 0.08em !important;
  text-transform: uppercase !important;
  font-weight: 800 !important;
  text-decoration: none !important;
}

body.rr-portal-page:not(.rr-login-page) .ihl-portal.ihl-portal--orders .ihl-portal-remove-btn i {
  font-size: 15px;
  line-height: 1;
}

body.rr-portal-page:not(.rr-login-page) .ihl-portal.ihl-portal--orders .ihl-portal-remove-btn:hover {
  border-color: #d92d20 !important;
  background: #fee4e2 !important;
  color: #912018 !important;
  transform: none !important;
}

body.rr-portal-page:not(.rr-login-page) .ihl-portal.ihl-portal--orders .ihl-portal-remove-btn.is-active {
  border-color: #d92d20 !important;
  background: #d92d20 !important;
  color: #ffffff !important;
}

body.rr-portal-page:not(.rr-login-page) .ihl-portal.ihl-portal--orders .ihl-portal-table + .ihl-portal-order-summary {
  margin-top: 14px;
}

body.rr-portal-page:not(.rr-login-page) .ihl-portal.ihl-portal--orders .ihl-portal-main {
  align-items: start;
}

body.rr-portal-page:not(.rr-login-page) .ihl-portal.ihl-portal--orders .ihl-portal-table {
  align-self: start;
  height: auto !important;
}

body.rr-portal-page:not(.rr-login-page) .ihl-portal.ihl-portal--orders .ihl-portal-table tbody,
body.rr-portal-page:not(.rr-login-page) .ihl-portal.ihl-portal--orders .ihl-portal-table tr {
  height: auto !important;
}

body.rr-portal-page:not(.rr-login-page) .ihl-portal.ihl-portal--orders .ihl-portal-table th,
body.rr-portal-page:not(.rr-login-page) .ihl-portal.ihl-portal--orders .ihl-portal-table td {
  vertical-align: middle !important;
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}

body.rr-portal-page:not(.rr-login-page) .ihl-portal.ihl-portal--orders .ihl-order-sku-cell {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  max-width: 100%;
  min-width: 0;
}

body.rr-portal-page:not(.rr-login-page) .ihl-portal.ihl-portal--orders .ihl-order-sku-thumb {
  width: 48px;
  height: 48px;
  border: 1px solid #d8e0ec;
  border-radius: 10px;
  background: #ffffff;
  overflow: hidden;
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

body.rr-portal-page:not(.rr-login-page) .ihl-portal.ihl-portal--orders .ihl-order-sku-thumb img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}

body.rr-portal-page:not(.rr-login-page) .ihl-portal.ihl-portal--orders .ihl-order-sku-name {
  min-width: 0;
  overflow-wrap: anywhere;
}

body.rr-portal-page:not(.rr-login-page) .ihl-portal.ihl-portal--orders .ihl-portal-order-summary + .ihl-portal-order-summary {
  margin-top: 8px;
}

body.rr-portal-page:not(.rr-login-page) .ihl-portal.ihl-portal--orders .ihl-order-meta {
  margin-top: 16px;
}

body.rr-portal-page:not(.rr-login-page) .ihl-portal.ihl-portal--orders .ihl-portal-cart-actions {
  margin-top: 20px !important;
}

body.rr-portal-page:not(.rr-login-page) .ihl-portal.ihl-portal--orders .ihl-portal-order-cancel-form {
  display: grid;
  gap: 10px;
  width: 100%;
}

@media (max-width: 820px) {
  body.rr-portal-page:not(.rr-login-page) .ihl-portal.ihl-portal--orders .ihl-order-sku-cell {
    gap: 8px;
  }

  body.rr-portal-page:not(.rr-login-page) .ihl-portal.ihl-portal--orders .ihl-order-sku-thumb {
    width: 40px;
    height: 40px;
    border-radius: 8px;
  }
}

body.rr-portal-page:not(.rr-login-page) .ihl-portal.ihl-portal--account .ihl-account-referral-block {
  display: grid;
  gap: 12px;
}

body.rr-portal-page:not(.rr-login-page) .ihl-portal.ihl-portal--account .ihl-account-referral-kicker {
  font-size: 11px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #667085;
}

body.rr-portal-page:not(.rr-login-page) .ihl-portal.ihl-portal--account .ihl-account-referral-card {
  padding: 16px !important;
  display: grid;
  gap: 10px;
}

body.rr-portal-page:not(.rr-login-page) .ihl-portal.ihl-portal--account .ihl-account-referral-card--center {
  justify-items: center;
  text-align: center;
}

body.rr-portal-page:not(.rr-login-page) .ihl-portal.ihl-portal--account .ihl-account-referral-card--center .ihl-account-referral-url {
  width: 100%;
  text-align: left;
}

body.rr-portal-page:not(.rr-login-page) .ihl-portal.ihl-portal--account .ihl-account-referral-title {
  font-size: 11px;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  color: #667085;
}

body.rr-portal-page:not(.rr-login-page) .ihl-portal.ihl-portal--account .ihl-account-referral-url {
  border: 1px dashed #d3dce9;
  border-radius: 10px;
  background: #ffffff;
  min-height: 42px;
  padding: 10px 12px;
  font-size: 12px;
  color: #111827;
  word-break: break-all;
}

body.rr-portal-page:not(.rr-login-page) .ihl-portal.ihl-portal--account .ihl-account-referral-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

body.rr-portal-page:not(.rr-login-page) .ihl-portal.ihl-portal--account .ihl-account-referral-progress {
  padding: 14px !important;
  display: grid;
  gap: 6px;
}

body.rr-portal-page:not(.rr-login-page) .ihl-portal.ihl-portal--account .ihl-account-referral-progress-title {
  font-family: "Inter", "Arial Narrow", "Helvetica Neue", Arial, sans-serif !important;
  font-size: 23px;
  line-height: 1.05;
  color: #111622;
}

body.rr-portal-page:not(.rr-login-page) .ihl-portal.ihl-portal--account .ihl-account-referral-progress-note {
  font-size: 12px;
  color: #667085;
}

body.rr-portal-page:not(.rr-login-page) .ihl-portal.ihl-portal--account .ihl-account-muted {
  color: #667085;
  font-size: 13px;
}

body.rr-portal-page:not(.rr-login-page) .ihl-portal.ihl-portal--account .ihl-portal-button {
  width: auto;
  min-height: 40px;
  border-radius: 10px !important;
  font-size: 11px;
  letter-spacing: 0.08em;
}

body.rr-portal-page:not(.rr-login-page) .ihl-portal.ihl-portal--pricing .ihl-shop-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 20px !important;
}

body.rr-portal-page:not(.rr-login-page) .ihl-portal .cl-product-hidden {
  display: none !important;
}

@media (max-width: 1150px) {
  body.rr-portal-page:not(.rr-login-page) .ihl-portal.ihl-portal--account .ihl-account-layout {
    grid-template-columns: minmax(0, 1fr);
  }

  body.rr-portal-page:not(.rr-login-page) .ihl-portal.ihl-portal--account .ihl-account-sidebar {
    position: static;
  }

  body.rr-portal-page:not(.rr-login-page) .ihl-portal.ihl-portal--account .ihl-account-featured {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  body.rr-portal-page:not(.rr-login-page) .ihl-portal.ihl-portal--account .ihl-account-featured-title {
    grid-column: 1 / -1;
  }

  body.rr-portal-page:not(.rr-login-page) .ihl-portal.ihl-portal--account .ihl-account-addresses {
    grid-template-columns: 1fr;
  }

  body.rr-portal-page:not(.rr-login-page) .ihl-portal.ihl-portal--checkout .ihl-checkout-layout {
    grid-template-columns: minmax(0, 1fr);
  }

  body.rr-portal-page:not(.rr-login-page) .ihl-portal.ihl-portal--checkout .ihl-checkout-summary {
    position: static;
  }

  body.rr-portal-page:not(.rr-login-page) .ihl-portal.ihl-portal--checkout .ihl-checkout-option-grid--payment {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  body.rr-portal-page:not(.rr-login-page) .ihl-portal.ihl-portal--cart .ihl-cart-layout {
    grid-template-columns: minmax(0, 1fr);
  }

  body.rr-portal-page:not(.rr-login-page) .ihl-portal.ihl-portal--cart .ihl-cart-summary {
    position: static;
  }

  body.rr-portal-page:not(.rr-login-page) .ihl-portal.ihl-portal--cart .ihl-cart-addons-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  body.rr-portal-page:not(.rr-login-page) .ihl-portal.ihl-portal--pricing .ihl-shop-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  body.rr-portal-page:not(.rr-login-page) .ihl-portal.ihl-portal--pricing .ihl-shop-sidebar,
  body.rr-portal-page:not(.rr-login-page) .ihl-portal.ihl-portal--pricing.ihl-shop-filters-open .ihl-shop-sidebar,
  body.rr-portal-page:not(.rr-login-page) .ihl-portal.ihl-portal--pricing .ihl-shop-featured,
  body.rr-portal-page:not(.rr-login-page) .ihl-portal.ihl-portal--pricing .ihl-shop-filter-group {
    display: none !important;
  }

  body.rr-portal-page:not(.rr-login-page) .ihl-portal.ihl-portal--coas .ihl-shop-banner-slider {
    height: 620px !important;
  }

  body.rr-portal-page:not(.rr-login-page) .ihl-portal.ihl-portal--coas .ihl-shop-banner,
  body.rr-portal-page:not(.rr-login-page) .ihl-portal.ihl-portal--coas .ihl-shop-banner-slide {
    min-height: 620px !important;
    height: 620px !important;
  }
}

@media (max-width: 820px) {
  body.rr-portal-page:not(.rr-login-page) .ihl-portal.ihl-portal--pricing .ihl-shop-grid {
    grid-template-columns: 1fr !important;
  }

  body.rr-portal-page:not(.rr-login-page) .ihl-portal.ihl-portal--account {
    max-width: min(1320px, calc(100vw - 22px)) !important;
  }

  body.rr-portal-page:not(.rr-login-page) .ihl-portal.ihl-portal--account .ihl-account-sidebar {
    gap: 10px;
  }

  body.rr-portal-page:not(.rr-login-page) .ihl-portal.ihl-portal--account .ihl-account-menu {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    align-items: stretch;
  }

  body.rr-portal-page:not(.rr-login-page) .ihl-portal.ihl-portal--account .ihl-account-menu-title {
    grid-column: 1 / -1;
  }

  body.rr-portal-page:not(.rr-login-page) .ihl-portal.ihl-portal--account .ihl-account-tab {
    width: 100%;
  }

  body.rr-portal-page:not(.rr-login-page) .ihl-portal.ihl-portal--account .ihl-account-featured {
    grid-template-columns: 1fr;
  }

  body.rr-portal-page:not(.rr-login-page) .ihl-portal.ihl-portal--account .ihl-account-product {
    grid-template-columns: 78px minmax(0, 1fr);
  }

  body.rr-portal-page:not(.rr-login-page) .ihl-portal.ihl-portal--account .ihl-account-form-grid {
    grid-template-columns: 1fr;
  }

  body.rr-portal-page:not(.rr-login-page) .ihl-portal.ihl-portal--account .ihl-account-form-actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  body.rr-portal-page:not(.rr-login-page) .ihl-portal.ihl-portal--account .ihl-account-form-actions .ihl-portal-submit,
  body.rr-portal-page:not(.rr-login-page) .ihl-portal.ihl-portal--account .ihl-account-form-actions .ihl-portal-button.secondary,
  body.rr-portal-page:not(.rr-login-page) .ihl-portal.ihl-portal--account .ihl-account-referral-actions .ihl-portal-button {
    width: 100%;
  }

  body.rr-portal-page:not(.rr-login-page) .ihl-portal.ihl-portal--account .ihl-account-orders-table,
  body.rr-portal-page:not(.rr-login-page) .ihl-portal.ihl-portal--account .ihl-account-promo-table,
  body.rr-portal-page:not(.rr-login-page) .ihl-portal.ihl-portal--account .ihl-account-referrals-table,
  body.rr-portal-page:not(.rr-login-page) .ihl-portal.ihl-portal--account .ihl-account-credit-table {
    min-width: 0;
  }

  body.rr-portal-page:not(.rr-login-page) .ihl-portal.ihl-portal--account .ihl-account-orders-table thead,
  body.rr-portal-page:not(.rr-login-page) .ihl-portal.ihl-portal--account .ihl-account-promo-table thead,
  body.rr-portal-page:not(.rr-login-page) .ihl-portal.ihl-portal--account .ihl-account-referrals-table thead,
  body.rr-portal-page:not(.rr-login-page) .ihl-portal.ihl-portal--account .ihl-account-credit-table thead {
    display: none;
  }

  body.rr-portal-page:not(.rr-login-page) .ihl-portal.ihl-portal--account .ihl-account-orders-table tbody,
  body.rr-portal-page:not(.rr-login-page) .ihl-portal.ihl-portal--account .ihl-account-promo-table tbody,
  body.rr-portal-page:not(.rr-login-page) .ihl-portal.ihl-portal--account .ihl-account-referrals-table tbody,
  body.rr-portal-page:not(.rr-login-page) .ihl-portal.ihl-portal--account .ihl-account-credit-table tbody {
    display: grid;
    gap: 10px;
    padding: 10px;
  }

  body.rr-portal-page:not(.rr-login-page) .ihl-portal.ihl-portal--account .ihl-account-orders-table tr,
  body.rr-portal-page:not(.rr-login-page) .ihl-portal.ihl-portal--account .ihl-account-promo-table tr,
  body.rr-portal-page:not(.rr-login-page) .ihl-portal.ihl-portal--account .ihl-account-referrals-table tr,
  body.rr-portal-page:not(.rr-login-page) .ihl-portal.ihl-portal--account .ihl-account-credit-table tr {
    display: grid;
    gap: 6px;
    border: 1px solid #e0e7f1;
    border-radius: 10px;
    padding: 8px;
    background: #ffffff;
  }

  body.rr-portal-page:not(.rr-login-page) .ihl-portal.ihl-portal--account .ihl-account-orders-table td,
  body.rr-portal-page:not(.rr-login-page) .ihl-portal.ihl-portal--account .ihl-account-promo-table td,
  body.rr-portal-page:not(.rr-login-page) .ihl-portal.ihl-portal--account .ihl-account-referrals-table td,
  body.rr-portal-page:not(.rr-login-page) .ihl-portal.ihl-portal--account .ihl-account-credit-table td {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 10px;
    border: 0;
    padding: 2px 4px;
    font-size: 12px;
  }

  body.rr-portal-page:not(.rr-login-page) .ihl-portal.ihl-portal--account .ihl-account-orders-table td::before,
  body.rr-portal-page:not(.rr-login-page) .ihl-portal.ihl-portal--account .ihl-account-promo-table td::before,
  body.rr-portal-page:not(.rr-login-page) .ihl-portal.ihl-portal--account .ihl-account-referrals-table td::before,
  body.rr-portal-page:not(.rr-login-page) .ihl-portal.ihl-portal--account .ihl-account-credit-table td::before {
    content: attr(data-label);
    flex: 0 0 auto;
    font-size: 10px;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #667085;
    font-weight: 700;
  }

  body.rr-portal-page:not(.rr-login-page) .ihl-portal.ihl-portal--account .ihl-account-orders-table td[colspan],
  body.rr-portal-page:not(.rr-login-page) .ihl-portal.ihl-portal--account .ihl-account-promo-table td[colspan],
  body.rr-portal-page:not(.rr-login-page) .ihl-portal.ihl-portal--account .ihl-account-referrals-table td[colspan],
  body.rr-portal-page:not(.rr-login-page) .ihl-portal.ihl-portal--account .ihl-account-credit-table td[colspan] {
    display: block;
    text-align: left;
    padding: 6px 4px;
  }

  body.rr-portal-page:not(.rr-login-page) .ihl-portal.ihl-portal--account .ihl-account-orders-table td[colspan]::before,
  body.rr-portal-page:not(.rr-login-page) .ihl-portal.ihl-portal--account .ihl-account-promo-table td[colspan]::before,
  body.rr-portal-page:not(.rr-login-page) .ihl-portal.ihl-portal--account .ihl-account-referrals-table td[colspan]::before,
  body.rr-portal-page:not(.rr-login-page) .ihl-portal.ihl-portal--account .ihl-account-credit-table td[colspan]::before {
    content: none;
  }

  body.rr-portal-page:not(.rr-login-page) .ihl-portal.ihl-portal--checkout {
    max-width: min(1320px, calc(100vw - 22px)) !important;
  }

  body.rr-portal-page:not(.rr-login-page) .ihl-portal.ihl-portal--checkout .ihl-checkout-layout {
    grid-template-columns: 1fr;
  }

  body.rr-portal-page:not(.rr-login-page) .ihl-portal.ihl-portal--checkout .ihl-checkout-summary {
    position: static;
    order: -1;
    width: auto !important;
    margin: 0 0 14px !important;
  }

  body.rr-portal-page:not(.rr-login-page) .ihl-portal.ihl-portal--checkout .ihl-checkout-summary-card {
    border: 1px solid #d8e0ec !important;
    border-radius: 12px !important;
    background: linear-gradient(180deg, #ffffff 0%, #f8f9fc 100%) !important;
    box-shadow: 0 12px 28px rgba(17, 24, 39, 0.08) !important;
    padding: 0 !important;
  }

  body.rr-portal-page:not(.rr-login-page) .ihl-portal.ihl-portal--checkout .ihl-checkout-summary-toggle {
    display: flex !important;
  }

  body.rr-portal-page:not(.rr-login-page) .ihl-portal.ihl-portal--checkout .ihl-checkout-summary.is-collapsed .ihl-checkout-summary-body {
    display: none;
  }

  body.rr-portal-page:not(.rr-login-page) .ihl-portal.ihl-portal--checkout .ihl-checkout-summary-body {
    padding: 14px !important;
    border-bottom: 0 !important;
    background: transparent !important;
  }

  body.rr-portal-page:not(.rr-login-page) .ihl-portal.ihl-portal--checkout .ihl-checkout-summary-header {
    display: none;
  }

  body.rr-portal-page:not(.rr-login-page) .ihl-portal.ihl-portal--checkout .ihl-checkout-actions--sidebar {
    display: none;
  }

  body.rr-portal-page:not(.rr-login-page) .ihl-portal.ihl-portal--checkout .ihl-checkout-actions--main {
    display: grid;
  }

  body.rr-portal-page:not(.rr-login-page) .ihl-portal.ihl-portal--checkout .ihl-checkout-option-grid--payment,
  body.rr-portal-page:not(.rr-login-page) .ihl-portal.ihl-portal--checkout .ihl-checkout-option-grid--delivery,
  body.rr-portal-page:not(.rr-login-page) .ihl-portal.ihl-portal--checkout .ihl-portal-form-grid {
    grid-template-columns: 1fr;
  }

  body.rr-portal-page:not(.rr-login-page) .ihl-portal.ihl-portal--checkout .ihl-cart-promo-row {
    grid-template-columns: 1fr;
  }

  body.rr-portal-page:not(.rr-login-page) .ihl-portal.ihl-portal--cart {
    max-width: min(1320px, calc(100vw - 22px)) !important;
  }

  body.rr-portal-page:not(.rr-login-page) .ihl-portal.ihl-portal--cart .ihl-cart-alerts {
    grid-template-columns: 1fr;
  }

  body.rr-portal-page:not(.rr-login-page) .ihl-portal.ihl-portal--cart .ihl-cart-item {
    grid-template-columns: 88px minmax(0, 1fr);
    gap: 12px;
  }

  body.rr-portal-page:not(.rr-login-page) .ihl-portal.ihl-portal--cart .ihl-cart-item-total {
    grid-column: 1 / -1;
    justify-items: start;
    text-align: left;
    padding-top: 2px;
    border-top: 1px dashed #d5dde9;
  }

  body.rr-portal-page:not(.rr-login-page) .ihl-portal.ihl-portal--cart .ihl-cart-item-media {
    width: 88px;
    height: 100px;
  }

  body.rr-portal-page:not(.rr-login-page) .ihl-portal.ihl-portal--cart .ihl-cart-promo-row {
    grid-template-columns: 1fr;
  }

  body.rr-portal-page:not(.rr-login-page) .ihl-portal.ihl-portal--cart .ihl-cart-addons-grid {
    grid-template-columns: 1fr;
  }

  body.rr-portal-page:not(.rr-login-page) .ihl-portal.ihl-portal--pricing .ihl-shop-search {
    max-width: 100% !important;
    justify-self: stretch;
    margin-left: 0;
  }

  body.rr-portal-page:not(.rr-login-page) .ihl-portal.ihl-portal--pricing .ihl-shop-layout {
    grid-template-columns: 1fr !important;
  }

  body.rr-portal-page:not(.rr-login-page) .ihl-portal.ihl-portal--pricing .ihl-shop-sidebar,
  body.rr-portal-page:not(.rr-login-page) .ihl-portal.ihl-portal--pricing .ihl-shop-featured,
  body.rr-portal-page:not(.rr-login-page) .ihl-portal.ihl-portal--pricing .ihl-shop-filter-group {
    display: none !important;
  }

  body.rr-portal-page:not(.rr-login-page) .ihl-portal.ihl-portal--pricing .ihl-shop-banner,
  body.rr-portal-page:not(.rr-login-page) .ihl-portal.ihl-portal--pricing .ihl-shop-banner-slide {
    min-height: 320px !important;
  }

  body.rr-portal-page:not(.rr-login-page) .ihl-portal.ihl-portal--pricing .ihl-shop-product-layout {
    grid-template-columns: 1fr;
  }

  body.rr-portal-page:not(.rr-login-page) .ihl-portal.ihl-portal--pricing .ihl-shop-product-title {
    font-size: clamp(26px, 8.5vw, 38px);
  }

  body.rr-portal-page:not(.rr-login-page) .ihl-portal.ihl-portal--pricing .ihl-shop-product-media {
    min-height: 320px;
    padding: 12px;
  }

  body.rr-portal-page:not(.rr-login-page) .ihl-portal.ihl-portal--pricing .ihl-shop-product-media img {
    max-width: min(100%, 340px);
    max-height: min(52vh, 420px);
  }

  body.rr-portal-page:not(.rr-login-page) .ihl-portal.ihl-portal--pricing .ihl-shop-product-add {
    grid-template-columns: minmax(0, 1fr) 64px;
  }

  body.rr-portal-page:not(.rr-login-page) .ihl-portal.ihl-portal--pricing .ihl-shop-product-qty-input {
    width: 64px;
  }

  body.rr-portal-page:not(.rr-login-page) .ihl-portal.ihl-portal--coas .ihl-shop-banner-slider {
    height: 460px !important;
    margin-bottom: 20px !important;
  }

  body.rr-portal-page:not(.rr-login-page) .ihl-portal.ihl-portal--coas .ihl-shop-banner,
  body.rr-portal-page:not(.rr-login-page) .ihl-portal.ihl-portal--coas .ihl-shop-banner-slide {
    min-height: 460px !important;
    height: 460px !important;
  }
}

@media (max-width: 820px) {
  body.rr-portal-page:not(.rr-login-page) .ihl-portal.ihl-portal--pricing .ihl-shop-card-name {
    font-size: 15px !important;
    line-height: 1.08 !important;
    letter-spacing: 0.01em !important;
  }
}

@media (max-width: 480px) {
  body.rr-portal-page:not(.rr-login-page) .ihl-portal.ihl-portal--pricing .ihl-shop-card-name {
    font-size: 14px !important;
  }

  body.rr-portal-page:not(.rr-login-page) .ihl-portal.ihl-portal--pricing .ihl-shop-product-content {
    padding: 14px;
  }

  body.rr-portal-page:not(.rr-login-page) .ihl-portal.ihl-portal--pricing .ihl-shop-product-add {
    grid-template-columns: 1fr;
  }

  body.rr-portal-page:not(.rr-login-page) .ihl-portal.ihl-portal--pricing .ihl-shop-product-qty-input {
    width: 100%;
  }
}

.cl-shop-toast-stack {
  position: fixed;
  top: 16px;
  right: 16px;
  z-index: 999999;
  display: grid;
  gap: 8px;
  width: min(340px, calc(100vw - 24px));
}

.cl-shop-toast {
  border: 1px solid #d5d9df;
  border-radius: 10px;
  background: #ffffff;
  color: #111827;
  font-size: 13px;
  line-height: 1.4;
  padding: 10px 12px;
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.14);
  opacity: 0;
  transform: translateY(-6px);
  transition: opacity 0.2s ease, transform 0.2s ease;
}

.cl-shop-toast.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.cl-shop-toast.is-dismissed {
  opacity: 0;
  transform: translateY(-6px);
}

.cl-shop-toast--success {
  border-color: rgba(22, 163, 74, 0.34);
  background: rgba(240, 253, 244, 0.97);
}

.cl-shop-toast--error {
  border-color: rgba(220, 38, 38, 0.34);
  background: rgba(254, 242, 242, 0.97);
}

/* Gen1 palette propagation for cart/checkout/orders/coas */
body.rr-portal-page:not(.rr-login-page) .ihl-portal {
  --gen1-portal-accent: #efe7de;
  --gen1-portal-accent-press: #e5dbc9;
  --gen1-portal-accent-soft: #f9f4ed;
  --gen1-portal-border: #dbe1eb;
  --gen1-portal-border-strong: #cfd8e6;
  --gen1-portal-surface: #ffffff;
  --gen1-portal-surface-soft: #f8f9fc;
  --gen1-portal-text: #111622;
  --gen1-portal-muted: #667085;
}

body.rr-portal-page:not(.rr-login-page) .ihl-portal.ihl-portal--cart .ihl-cart-item,
body.rr-portal-page:not(.rr-login-page) .ihl-portal.ihl-portal--cart .ihl-cart-summary-card,
body.rr-portal-page:not(.rr-login-page) .ihl-portal.ihl-portal--cart .ihl-cart-promo,
body.rr-portal-page:not(.rr-login-page) .ihl-portal.ihl-portal--cart .ihl-cart-credit,
body.rr-portal-page:not(.rr-login-page) .ihl-portal.ihl-portal--checkout .ihl-checkout-card,
body.rr-portal-page:not(.rr-login-page) .ihl-portal.ihl-portal--checkout .ihl-checkout-summary-card,
body.rr-portal-page:not(.rr-login-page) .ihl-portal.ihl-portal--checkout .ihl-cart-promo,
body.rr-portal-page:not(.rr-login-page) .ihl-portal.ihl-portal--checkout .ihl-cart-credit,
body.rr-portal-page:not(.rr-login-page) .ihl-portal.ihl-portal--orders .ihl-portal-table,
body.rr-portal-page:not(.rr-login-page) .ihl-portal.ihl-portal--orders .ihl-portal-order-card,
body.rr-portal-page:not(.rr-login-page) .ihl-portal.ihl-portal--orders .ihl-portal-order-summary,
body.rr-portal-page:not(.rr-login-page) .ihl-portal.ihl-portal--coas .ihl-coa-card,
body.rr-portal-page:not(.rr-login-page) .ihl-portal.ihl-portal--coas .ihl-coa-detail-media,
body.rr-portal-page:not(.rr-login-page) .ihl-portal.ihl-portal--coas .ihl-coa-product .ihl-coa-product-card {
  border: 1px solid var(--gen1-portal-border) !important;
  background: linear-gradient(180deg, #ffffff 0%, var(--gen1-portal-surface-soft) 100%) !important;
  box-shadow: 0 12px 28px rgba(15, 18, 22, 0.06) !important;
}

body.rr-portal-page:not(.rr-login-page) .ihl-portal.ihl-portal--orders .ihl-portal-table th,
body.rr-portal-page:not(.rr-login-page) .ihl-portal.ihl-portal--orders .ihl-portal-table thead th {
  background: #f4f6fa !important;
  color: var(--gen1-portal-muted) !important;
  border-bottom: 1px solid var(--gen1-portal-border) !important;
}

body.rr-portal-page:not(.rr-login-page) .ihl-portal.ihl-portal--orders .ihl-portal-table td {
  border-bottom: 1px solid #e7ebf1 !important;
  color: #1f2937 !important;
}

body.rr-portal-page:not(.rr-login-page) .ihl-portal.ihl-portal--cart .ihl-cart-item-media,
body.rr-portal-page:not(.rr-login-page) .ihl-portal.ihl-portal--orders .ihl-order-sku-thumb,
body.rr-portal-page:not(.rr-login-page) .ihl-portal.ihl-portal--coas .ihl-coa-card-media,
body.rr-portal-page:not(.rr-login-page) .ihl-portal.ihl-portal--coas .ihl-coa-detail-media img {
  border: 1px solid var(--gen1-portal-border) !important;
  background: #ffffff !important;
}

body.rr-portal-page:not(.rr-login-page) .ihl-portal.ihl-portal--cart .ihl-cart-item-qty input,
body.rr-portal-page:not(.rr-login-page) .ihl-portal.ihl-portal--cart .ihl-cart-promo input,
body.rr-portal-page:not(.rr-login-page) .ihl-portal.ihl-portal--checkout .ihl-portal-select,
body.rr-portal-page:not(.rr-login-page) .ihl-portal.ihl-portal--checkout .ihl-portal-order-field input[type="text"],
body.rr-portal-page:not(.rr-login-page) .ihl-portal.ihl-portal--checkout .ihl-portal-order-field input[type="email"],
body.rr-portal-page:not(.rr-login-page) .ihl-portal.ihl-portal--checkout .ihl-portal-order-field input[type="tel"],
body.rr-portal-page:not(.rr-login-page) .ihl-portal.ihl-portal--checkout .ihl-portal-order-field textarea,
body.rr-portal-page:not(.rr-login-page) .ihl-portal.ihl-portal--checkout .ihl-cart-promo input,
body.rr-portal-page:not(.rr-login-page) .ihl-portal.ihl-portal--checkout .ihl-cart-credit-partial input[type="number"] {
  border: 1px solid var(--gen1-portal-border-strong) !important;
  background: #ffffff !important;
}

body.rr-portal-page:not(.rr-login-page) .ihl-portal.ihl-portal--checkout .ihl-checkout-option input:checked + .ihl-checkout-option-content,
body.rr-portal-page:not(.rr-login-page) .ihl-portal.ihl-portal--checkout .ihl-shippo-rate.is-selected {
  border-color: #ddd2c2 !important;
  background: var(--gen1-portal-accent-soft) !important;
  box-shadow: 0 0 0 1px rgba(221, 210, 194, 0.75) !important;
}

body.rr-portal-page:not(.rr-login-page) .ihl-portal.ihl-portal--checkout .ihl-shippo-rate input {
  accent-color: var(--gen1-portal-text);
}

body.rr-portal-page:not(.rr-login-page) .ihl-portal.ihl-portal--cart .ihl-cart-checkout,
body.rr-portal-page:not(.rr-login-page) .ihl-portal.ihl-portal--checkout .ihl-portal-submit,
body.rr-portal-page:not(.rr-login-page) .ihl-portal.ihl-portal--coas .ihl-coa-card-link,
body.rr-portal-page:not(.rr-login-page) .ihl-portal.ihl-portal--coas .ihl-coa-view-all .ihl-coa-view-all-button,
body.rr-portal-page:not(.rr-login-page) .ihl-portal.ihl-portal--orders .ihl-portal-update-order,
body.rr-portal-page:not(.rr-login-page) .ihl-portal.ihl-portal--orders .ihl-portal-edit-order,
body.rr-portal-page:not(.rr-login-page) .ihl-portal.ihl-portal--orders .ihl-order-action,
body.rr-portal-page:not(.rr-login-page) .ihl-portal.ihl-portal--orders .ihl-portal-button:not(.secondary):not(.danger):not(.ihl-portal-remove-btn) {
  background: var(--gen1-portal-accent) !important;
  border: 1px solid #ddd2c2 !important;
  color: var(--gen1-portal-text) !important;
  box-shadow: none !important;
}

body.rr-portal-page:not(.rr-login-page) .ihl-portal.ihl-portal--cart .ihl-cart-checkout:hover,
body.rr-portal-page:not(.rr-login-page) .ihl-portal.ihl-portal--checkout .ihl-portal-submit:hover,
body.rr-portal-page:not(.rr-login-page) .ihl-portal.ihl-portal--coas .ihl-coa-card-link:hover,
body.rr-portal-page:not(.rr-login-page) .ihl-portal.ihl-portal--coas .ihl-coa-view-all .ihl-coa-view-all-button:hover,
body.rr-portal-page:not(.rr-login-page) .ihl-portal.ihl-portal--orders .ihl-portal-update-order:hover,
body.rr-portal-page:not(.rr-login-page) .ihl-portal.ihl-portal--orders .ihl-portal-edit-order:hover,
body.rr-portal-page:not(.rr-login-page) .ihl-portal.ihl-portal--orders .ihl-order-action:hover,
body.rr-portal-page:not(.rr-login-page) .ihl-portal.ihl-portal--orders .ihl-portal-button:not(.secondary):not(.danger):not(.ihl-portal-remove-btn):hover {
  background: #111622 !important;
  border-color: #111622 !important;
  color: #ffffff !important;
  transform: none !important;
}

body.rr-portal-page:not(.rr-login-page) .ihl-portal.ihl-portal--cart .ihl-cart-continue,
body.rr-portal-page:not(.rr-login-page) .ihl-portal.ihl-portal--checkout .ihl-checkout-secondary,
body.rr-portal-page:not(.rr-login-page) .ihl-portal.ihl-portal--checkout .ihl-checkout-tertiary,
body.rr-portal-page:not(.rr-login-page) .ihl-portal.ihl-portal--orders .ihl-portal-button.secondary:not(.ihl-portal-update-order):not(.ihl-portal-edit-order) {
  border: 1px solid var(--gen1-portal-border-strong) !important;
  background: #ffffff !important;
  color: var(--gen1-portal-text) !important;
}

body.rr-portal-page:not(.rr-login-page) .ihl-portal.ihl-portal--coas .ihl-coa-card-size {
  border-color: #ddd2c2 !important;
  background: var(--gen1-portal-accent) !important;
  color: #3b4352 !important;
}
