:root {
  --font-inter: "Inter", "SF Pro Text", "Avenir Next", "Segoe UI", "Helvetica Neue", Arial, sans-serif;
  --font-manrope: var(--font-inter);
  --font-jost: var(--font-inter);
  --font-roboto: var(--font-inter);
  --font-cormorant: "Didot", "Bodoni 72", "Iowan Old Style", "Palatino Linotype", "Book Antiqua", Garamond, Georgia, serif;
  --aura-ivory: #f8f3eb;
  --aura-cream: #efe3d2;
  --aura-rose: #e8d4d2;
  --aura-gold: #b68a55;
  --aura-charcoal: #241f1a;
  --aura-muted: #685f54;
  --aura-surface: #fffdfa;
  --aura-border: rgba(36, 31, 26, 0.14);
  --aura-shadow: 0 18px 40px rgba(45, 33, 18, 0.12);
  --aura-font-body: var(--font-inter, "Inter", "SF Pro Text", "Avenir Next", "Segoe UI", "Helvetica Neue", Arial), sans-serif;
  --aura-font-display: var(--font-inter, "Inter", "SF Pro Text", "Avenir Next", "Segoe UI", "Helvetica Neue", Arial), sans-serif;
  --aura-font-editorial: var(--font-cormorant, "Didot", "Bodoni 72", "Iowan Old Style", "Palatino Linotype", "Book Antiqua", Garamond, Georgia), serif;
}

html,
body,
#__next,
#root {
  font-family: var(--aura-font-body) !important;
}

body p,
body span,
body a,
body li,
body input,
body textarea,
body select,
body button,
body label {
  font-family: var(--aura-font-body) !important;
}

body {
  font-family: var(--aura-font-body);
  font-size: 16px;
  line-height: 1.6;
  color: var(--aura-charcoal);
  background:
    radial-gradient(circle at 8% -8%, rgba(232, 212, 210, 0.3), transparent 28%),
    radial-gradient(circle at 88% 0%, rgba(182, 138, 85, 0.16), transparent 32%),
    #fffdf9;
}

h1,
h2,
h3,
h4,
h5,
h6,
.tp-section-title-3,
.tp-section-title-6,
.tp-slider-title-3,
.tp-luxury-heading,
.tp-luxury-card-title,
.tp-proof-title,
.tp-footer-widget-title {
  font-family: var(--aura-font-display) !important;
  letter-spacing: 0;
}

.tp-luxury-heading,
.tp-luxury-card-title,
.tp-proof-title {
  font-family: var(--aura-font-editorial) !important;
}

p,
span,
a,
li,
input,
textarea,
select,
button {
  font-family: var(--aura-font-body);
}

.tp-btn,
.tp-btn-2 {
  border-radius: 999px;
}

.tp-announcement-bar {
  background: linear-gradient(90deg, #1f1914 0%, #2a221c 50%, #1f1914 100%);
  border-bottom: 1px solid rgba(255, 235, 207, 0.2);
}

.tp-announcement-bar-inner {
  min-height: 38px;
  gap: 8px;
}

.tp-announcement-bar-icon {
  color: rgba(255, 247, 236, 0.84);
}

.tp-announcement-bar-icon svg {
  width: 14px;
  height: 14px;
}

.tp-announcement-bar-text {
  color: rgba(255, 247, 236, 0.88);
  margin-bottom: 0;
  font-size: 12px;
  letter-spacing: 0.04em;
  text-align: center;
}

.tp-announcement-bar-text a {
  color: #ffe2b7;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 11px;
  margin-left: 4px;
}

.aura-header-wrap .tp-header-bottom-3 {
  background: rgba(255, 250, 244, 0.94);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid rgba(67, 53, 38, 0.12);
  padding: 0;
}

/* Keep header and hero separated: avoid absolute transparent header overlap */
.aura-header-wrap.tp-header-transparent {
  position: relative;
  top: auto;
  left: auto;
  right: auto;
}

header + .tp-slider-area.aura-hero-area {
  padding-top: 0;
}

.aura-header-container {
  max-width: 1280px;
}

.aura-header-wrap .tp-header-bottom-3 .row {
  min-height: 82px;
}

.aura-header-wrap .logo a {
  display: inline-flex;
  align-items: center;
}

.aura-logo-wordmark {
  display: inline-block;
  color: #101722;
  font-family: "Helvetica Neue", "Arial", sans-serif;
  font-size: 42px;
  font-weight: 800;
  letter-spacing: 0.08em;
  line-height: 1;
  text-transform: uppercase;
}

.aura-logo-wordmark-compact {
  font-size: 38px;
  letter-spacing: 0.07em;
}

.aura-header-wrap .logo a:hover .aura-logo-wordmark,
.tp-header-bottom-2 .logo a:hover .aura-logo-wordmark {
  color: #101722;
}

.aura-header-wrap .logo img {
  width: auto;
  height: 42px;
}

.tp-header-bottom-2 .logo img {
  width: auto;
  height: 38px;
}

.logo img.aura-brand-logo {
  border-radius: 999px;
  object-fit: contain;
  background: radial-gradient(circle at 48% 42%, #ffffff 58%, #f3f7ff 100%);
  border: 1px solid rgba(15, 23, 42, 0.12);
  padding: 5px;
  /* Keeps the round badge crisp/visible on both light and dark headers */
  filter: drop-shadow(0 4px 12px rgba(16, 23, 34, 0.18));
}

.aura-header-wrap .logo img.aura-brand-logo {
  height: 80px;
  width: 80px;
}

.tp-header-bottom-2 .logo img.aura-brand-logo {
  height: 72px;
  width: 72px;
}

.tp-header-main .logo img.aura-brand-logo,
.tp-header-sticky-area .logo img.aura-brand-logo {
  height: 72px;
  width: 72px;
}

@media (max-width: 768px) {
  .aura-header-wrap .logo img.aura-brand-logo {
    height: 54px;
    width: 54px;
  }

  .tp-header-bottom-2 .logo img.aura-brand-logo,
  .tp-header-main .logo img.aura-brand-logo,
  .tp-header-sticky-area .logo img.aura-brand-logo {
    height: 48px;
    width: 48px;
  }
}

@media (max-width: 576px) {
  .aura-header-wrap .logo img.aura-brand-logo {
    height: 46px;
    width: 46px;
  }

  .tp-header-bottom-2 .logo img.aura-brand-logo,
  .tp-header-main .logo img.aura-brand-logo,
  .tp-header-sticky-area .logo img.aura-brand-logo {
    height: 42px;
    width: 42px;
  }
}

/* Mobile off-canvas: prevent close icon and first dropdown toggle overlap */
.offcanvas__area {
  background: linear-gradient(180deg, #fffdf9 0%, #fbf5ee 100%);
  box-shadow: -22px 0 48px rgba(33, 24, 16, 0.18);
}

.offcanvas__area .offcanvas__close {
  top: 16px;
  right: 16px;
  z-index: 9;
}

.offcanvas__area .offcanvas__close-btn {
  width: 40px;
  height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: #f4ede4;
  color: #2f241b;
  box-shadow: 0 10px 24px rgba(49, 36, 23, 0.12);
}

.offcanvas__area .offcanvas__close-btn svg {
  display: block;
  margin: auto;
}

.offcanvas__area .offcanvas__wrapper {
  padding: 72px 18px 28px;
}

.offcanvas__area .offcanvas__content {
  padding-bottom: 24px;
}

.offcanvas__area .tp-main-menu-mobile ul li > .aura-mobile-menu-link,
.offcanvas__area .tp-main-menu-mobile ul li > a {
  padding-right: 58px;
}

.offcanvas__area .tp-main-menu-mobile ul li.has-dropdown > .aura-mobile-menu-link .dropdown-toggle-btn,
.offcanvas__area .tp-main-menu-mobile ul li.has-dropdown > a .dropdown-toggle-btn {
  right: 8px;
}

.aura-mobile-drawer {
  min-height: calc(100vh - 100px);
  display: flex;
  flex-direction: column;
}

.aura-mobile-drawer-head {
  margin-bottom: 22px;
  padding: 18px 18px 16px;
  border-radius: 24px;
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.96) 0%, rgba(247, 239, 229, 0.96) 100%);
  border: 1px solid rgba(70, 48, 24, 0.08);
  box-shadow: 0 16px 34px rgba(55, 38, 18, 0.09);
}

.aura-mobile-drawer-kicker {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 0 12px;
  border-radius: 999px;
  background: rgba(200, 155, 99, 0.14);
  color: #8f6531;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.aura-mobile-drawer-head h2 {
  margin: 14px 0 8px;
  font-size: 28px;
  line-height: 1;
  letter-spacing: -0.03em;
  color: #24180f;
}

.aura-mobile-drawer-head p {
  margin: 0;
  font-size: 13px;
  line-height: 1.6;
  color: #67584b;
}

.aura-mobile-drawer-footer {
  margin-top: auto;
  padding-top: 18px;
}

.aura-mobile-drawer-support {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 48px;
  padding: 12px 16px;
  border-radius: 18px;
  background: #2c2119;
  color: #fff6ec;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  box-shadow: 0 16px 28px rgba(33, 24, 16, 0.18);
}

.aura-mobile-drawer-support:hover {
  color: #fff;
  transform: translateY(-1px);
}

.offcanvas__area .tp-main-menu-mobile.fix {
  margin-bottom: 0 !important;
}

.offcanvas__area .tp-main-menu-mobile ul.aura-mobile-menu-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin: 0;
  padding: 0;
}

.offcanvas__area .tp-main-menu-mobile ul.aura-mobile-menu-list > li {
  list-style: none;
  margin: 0;
}

.offcanvas__area .tp-main-menu-mobile ul.aura-mobile-menu-list > li > .aura-mobile-menu-link {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 4px;
  min-height: 80px;
  padding: 18px 72px 18px 18px;
  border: 1px solid rgba(66, 45, 21, 0.09);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.88);
  box-shadow: 0 12px 24px rgba(46, 33, 19, 0.06);
  transition: transform 0.22s ease, border-color 0.22s ease, box-shadow 0.22s ease, background-color 0.22s ease;
}

.offcanvas__area .tp-main-menu-mobile ul.aura-mobile-menu-list > li > .aura-mobile-menu-link:hover,
.offcanvas__area .tp-main-menu-mobile ul.aura-mobile-menu-list > li > .aura-mobile-menu-link.expanded {
  background: #fff;
  border-color: rgba(143, 101, 49, 0.24);
  box-shadow: 0 18px 30px rgba(46, 33, 19, 0.09);
}

.aura-mobile-menu-title {
  font-size: 21px;
  line-height: 1.05;
  font-weight: 700;
  letter-spacing: -0.03em;
  color: #24180f;
}

.aura-mobile-menu-meta {
  font-size: 12px;
  line-height: 1.4;
  color: #786655;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.offcanvas__area .tp-main-menu-mobile ul li.has-dropdown > .aura-mobile-menu-link .dropdown-toggle-btn {
  position: absolute;
  top: 50%;
  right: 18px;
  width: 38px;
  height: 38px;
  margin: 0;
  padding: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  line-height: 1;
  border-radius: 999px;
  border: 1px solid rgba(66, 45, 21, 0.1);
  background: #f6eee5;
  color: #3c2a18;
  transform: translateY(-50%);
  z-index: 2;
}

.offcanvas__area .tp-main-menu-mobile ul li.has-dropdown > .aura-mobile-menu-link .dropdown-toggle-btn i {
  transition: transform 0.22s ease;
}

.offcanvas__area .tp-main-menu-mobile ul li.has-dropdown > .aura-mobile-menu-link.expanded .dropdown-toggle-btn {
  background: linear-gradient(135deg, #cfa16d 0%, #b9864e 100%);
  border-color: #b9864e;
  color: #fff;
}

.offcanvas__area .tp-main-menu-mobile ul li.has-dropdown > .aura-mobile-menu-link.expanded .dropdown-toggle-btn i {
  transform: rotate(90deg);
}

.offcanvas__area .tp-main-menu-mobile ul li .tp-submenu.aura-mobile-submenu {
  margin: 10px 8px 2px;
  padding: 10px;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(66, 45, 21, 0.08);
}

.offcanvas__area .tp-main-menu-mobile ul li .tp-submenu.aura-mobile-submenu li {
  margin: 0;
}

.offcanvas__area .tp-main-menu-mobile ul li .tp-submenu.aura-mobile-submenu li + li {
  margin-top: 6px;
}

.offcanvas__area .tp-main-menu-mobile ul li .tp-submenu.aura-mobile-submenu li a {
  display: block;
  padding: 12px 14px;
  border-radius: 14px;
  font-size: 14px;
  font-weight: 600;
  color: #4c3b2c;
}

.offcanvas__area .tp-main-menu-mobile ul li .tp-submenu.aura-mobile-submenu li a:hover {
  background: #fff;
  color: #8f6531;
}

@media (max-width: 575px) {
  .offcanvas__area .offcanvas__wrapper {
    padding: 64px 14px 22px;
  }

  .aura-mobile-drawer-head {
    padding: 16px;
    border-radius: 20px;
  }

  .aura-mobile-drawer-head h2 {
    font-size: 24px;
  }

  .offcanvas__area .tp-main-menu-mobile ul.aura-mobile-menu-list > li > .aura-mobile-menu-link {
    min-height: 74px;
    padding: 16px 66px 16px 16px;
    border-radius: 18px;
  }

  .aura-mobile-menu-title {
    font-size: 19px;
  }
}

.tp-footer-logo img {
  width: auto;
  height: 42px;
}

.tp-footer-logo img.aura-brand-logo {
  height: 64px;
  width: 64px;
}

@media (max-width: 576px) {
  .tp-footer-logo img {
    height: 36px;
  }

  .tp-footer-logo img.aura-brand-logo {
    height: 56px;
    width: 56px;
  }
}

/* Machines mega menu */
.tp-mega-menu.aura-machines-mega {
  padding: 0;
}

.tp-mega-menu.aura-machines-mega > li.aura-machines-mega-item {
  float: none;
  width: 100%;
  margin: 0;
}

.aura-machines-mega-inner {
  display: grid;
  grid-template-columns: 260px 1fr 320px;
  gap: 22px;
  padding: 26px 24px 24px;
}

.aura-machines-col-head {
  font-size: 12px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(16, 23, 34, 0.72);
  margin-bottom: 12px;
}

.aura-machines-brands {
  border-right: 1px solid rgba(16, 23, 34, 0.08);
  padding-right: 18px;
}

.aura-machines-brand-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.aura-machines-brand {
  display: flex;
  align-items: center;
  gap: 10px;
  width: 100%;
  text-align: left;
  background: rgba(16, 23, 34, 0.02);
  border: 1px solid rgba(16, 23, 34, 0.08);
  border-radius: 14px;
  padding: 10px 10px;
  cursor: pointer;
}

.aura-machines-brand.is-active {
  background: rgba(16, 23, 34, 0.04);
  border-color: rgba(16, 23, 34, 0.14);
}

.aura-machines-brand-logo img {
  width: 28px;
  height: 28px;
  object-fit: contain;
}

.aura-machines-brand-name {
  font-size: 14px;
  font-weight: 700;
  color: #101722;
  flex: 1;
}

.aura-machines-count {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 28px;
  height: 22px;
  padding: 0 8px;
  border-radius: 999px;
  border: 1px solid rgba(16, 23, 34, 0.12);
  background: #fff;
  font-size: 12px;
  color: rgba(16, 23, 34, 0.78);
}

.aura-machines-col-foot {
  margin-top: 14px;
}

.aura-machines-viewall {
  display: inline-block;
  font-weight: 700;
  font-size: 13px;
  color: #101722;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.aura-machines-grid-head {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
}

.aura-machines-mini-link {
  font-size: 13px;
  font-weight: 700;
  color: rgba(16, 23, 34, 0.78);
  text-decoration: underline;
  text-underline-offset: 3px;
}

.aura-machines-cards {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}

.aura-machine-card {
  display: grid;
  grid-template-columns: 56px 1fr;
  gap: 10px;
  border: 1px solid rgba(16, 23, 34, 0.08);
  background: #fff;
  border-radius: 16px;
  padding: 10px;
  transition: none;
  color: #101722;
  text-decoration: none;
}

.aura-machine-card:hover {
  border-color: rgba(16, 23, 34, 0.08) !important;
  box-shadow: none !important;
  transform: none !important;
  color: #101722 !important;
  text-decoration: none !important;
}

.aura-machine-card:hover .aura-machine-title,
.aura-machine-card:hover .aura-machine-bestfor {
  color: inherit;
}

.aura-machine-card:focus-visible {
  outline: 2px solid rgba(16, 23, 34, 0.35);
  outline-offset: 2px;
}

.aura-machine-thumb img {
  width: 56px;
  height: 56px;
  border-radius: 12px;
  object-fit: cover;
}

.aura-machine-title {
  display: block;
  font-size: 14px;
  font-weight: 800;
  color: #101722;
  line-height: 1.2;
  margin-bottom: 2px;
}

.aura-machine-bestfor {
  display: block;
  font-size: 12px;
  color: rgba(16, 23, 34, 0.74);
  margin-bottom: 6px;
}

.aura-machine-tags {
  display: inline-flex;
  flex-wrap: wrap;
  gap: 6px;
}

.aura-machine-chip {
  font-size: 11px;
  font-weight: 700;
  padding: 4px 8px;
  border-radius: 999px;
  background: rgba(16, 23, 34, 0.04);
  border: 1px solid rgba(16, 23, 34, 0.08);
  color: rgba(16, 23, 34, 0.78);
}

.aura-machines-detail {
  border-left: 1px solid rgba(16, 23, 34, 0.08);
  padding-left: 18px;
}

.aura-machines-detail-hero {
  border-radius: 18px;
  border: 1px solid rgba(16, 23, 34, 0.08);
  background: rgba(16, 23, 34, 0.02);
  padding: 12px;
}

.aura-machines-detail-img img {
  width: 100%;
  height: 140px;
  border-radius: 14px;
  object-fit: cover;
  margin-bottom: 10px;
}

.aura-machines-detail-brand img {
  width: 56px;
  height: 56px;
  object-fit: contain;
  border-radius: 14px;
  background: #fff;
  padding: 8px;
  border: 1px solid rgba(16, 23, 34, 0.08);
  margin-bottom: 10px;
}

.aura-machines-detail-title {
  font-weight: 900;
  color: #101722;
  font-size: 16px;
  line-height: 1.15;
}

.aura-machines-detail-sub {
  font-size: 12px;
  color: rgba(16, 23, 34, 0.70);
  margin-top: 4px;
}

.aura-machines-specs {
  display: grid;
  gap: 10px;
  margin-top: 12px;
}

.aura-machines-spec-k {
  font-size: 11px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(16, 23, 34, 0.60);
}

.aura-machines-spec-v {
  font-size: 13px;
  color: rgba(16, 23, 34, 0.86);
  font-weight: 700;
}

.aura-machines-ctas {
  display: grid;
  gap: 10px;
  margin-top: 14px;
}

.aura-machines-cta {
  width: 100%;
  justify-content: center;
}

/* Mobile machines accordion */
.tp-submenu.aura-machines-mobile {
  padding-top: 8px;
}

.aura-machines-mobile-head a {
  font-weight: 800;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.aura-machines-mobile-brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  width: 100%;
}

.aura-machines-mobile-brand-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

.aura-machines-mobile-brand-logo img {
  width: 20px;
  height: 20px;
  object-fit: contain;
}

.aura-machines-mobile-brand-name {
  font-weight: 800;
}

.aura-machines-mobile-brand-count {
  margin-left: 6px;
  font-size: 12px;
  opacity: 0.75;
}

/* Medical devices brand selector (machines page) */
.nees-brand-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 14px;
}

@media (max-width: 1200px) {
  .nees-brand-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 768px) {
  .nees-brand-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

.nees-brand-card {
  text-align: left;
  border-radius: 18px;
  border: 1px solid rgba(16, 23, 34, 0.10);
  background: #fff;
  padding: 14px 14px 12px;
  display: grid;
  gap: 8px;
  cursor: pointer;
  transition: transform 160ms ease, box-shadow 160ms ease, border-color 160ms ease;
}

.nees-brand-card.is-active {
  border-color: rgba(16, 23, 34, 0.22);
  box-shadow: 0 10px 24px rgba(16, 23, 34, 0.10);
  transform: translateY(-1px);
}

.nees-brand-card:focus-visible {
  outline: 2px solid rgba(16, 23, 34, 0.35);
  outline-offset: 2px;
}

.nees-brand-logo img {
  width: 42px;
  height: 42px;
  object-fit: contain;
  border-radius: 14px;
  border: 1px solid rgba(16, 23, 34, 0.08);
  background: rgba(16, 23, 34, 0.02);
  padding: 8px;
}

.nees-brand-name {
  font-weight: 900;
  color: #101722;
  font-size: 15px;
  line-height: 1.1;
}

.nees-brand-count {
  font-size: 12px;
  color: rgba(16, 23, 34, 0.70);
  font-weight: 700;
}

/* Machines showroom (brand suites) */
.nees-showroom {
  display: grid;
  gap: 26px;
}

/* IDS machines visual layout */
.ids-machines-showcase {
  background:
    radial-gradient(circle at 8% 0%, rgba(182, 138, 85, 0.18), transparent 32%),
    radial-gradient(circle at 90% 12%, rgba(232, 212, 210, 0.3), transparent 36%),
    linear-gradient(180deg, #fffdf8 0%, #f8f1e7 100%);
  padding: 56px 30px 46px;
}

.ids-machines-head {
  max-width: 1360px;
  margin: 0 auto 20px;
}

.ids-machines-head h2 {
  margin: 0 0 8px;
  color: #3f2d1b;
  font-family: var(--aura-font-body);
  font-size: clamp(30px, 3vw, 62px);
  font-weight: 800;
  line-height: 1.08;
}

.ids-machines-head p {
  margin: 0;
  color: #6d5540;
  font-size: clamp(15px, 1.2vw, 24px);
  font-weight: 600;
}

.ids-machines-status {
  max-width: 1560px;
  margin: 0 auto 14px;
  color: #5a4531;
  font-size: 14px;
  font-weight: 600;
  background: rgba(255, 255, 255, 0.88);
  border: 1px solid rgba(80, 58, 36, 0.16);
  border-radius: 14px;
  padding: 10px 14px;
}

.ids-machines-status-error {
  color: #9f3f19;
  border-color: rgba(159, 63, 25, 0.22);
  background: rgba(255, 243, 237, 0.88);
}

.ids-brand-suite {
  max-width: 1560px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(260px, 320px) 1fr;
  gap: clamp(16px, 1.6vw, 28px);
  align-items: stretch;
}

.ids-brand-suite + .ids-brand-suite {
  margin-top: clamp(20px, 2vw, 32px);
}

.ids-brand-suite.is-alt {
  grid-template-columns: 1fr minmax(260px, 320px);
}

.ids-brand-suite.is-alt .ids-brand-rail {
  order: 2;
}

.ids-brand-suite.is-alt .ids-machine-track {
  order: 1;
}

.ids-brand-rail {
  border: 1px solid rgba(17, 24, 39, 0.08);
  border-radius: 18px;
  background: linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
  padding: 20px 18px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 12px;
  min-height: 100%;
}

.ids-brand-link {
  display: block;
  text-decoration: none;
}

.ids-brand-link:hover .ids-brand-logo-shell {
  border-color: rgba(29, 78, 216, 0.22);
  box-shadow: 0 10px 18px rgba(15, 23, 42, 0.08);
}

.ids-brand-logo-shell {
  min-height: 102px;
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 14px;
  background: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 14px;
}

.ids-brand-logo {
  width: min(100%, 170px);
  height: auto;
  object-fit: contain;
}

.ids-brand-fallback {
  color: #0f172a;
  font-size: clamp(16px, 1.3vw, 22px);
  font-weight: 800;
  letter-spacing: 0.05em;
  text-align: center;
  text-transform: uppercase;
}

.ids-brand-kicker {
  margin: 2px 0 0;
  color: #475467;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.ids-brand-name {
  margin: 0;
  color: #0f172a;
  font-size: 22px;
  font-weight: 800;
  line-height: 1.15;
}

.ids-brand-summary {
  margin: 0;
  color: #344054;
  font-size: 13px;
  line-height: 1.5;
}

.ids-brand-ctas {
  margin-top: auto;
}

.ids-machine-track {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(14px, 1.4vw, 24px);
}

.ids-machine-track.ids-machine-track--1 {
  grid-template-columns: minmax(0, 360px);
  width: min(100%, 360px);
}

.ids-machine-track.ids-machine-track--2 {
  grid-template-columns: repeat(2, minmax(0, 360px));
  width: min(100%, calc(720px + clamp(14px, 1.4vw, 24px)));
}

.ids-brand-suite:not(.is-alt) .ids-machine-track.ids-machine-track--1,
.ids-brand-suite:not(.is-alt) .ids-machine-track.ids-machine-track--2 {
  margin-right: auto;
}

.ids-brand-suite.is-alt .ids-machine-track.ids-machine-track--1,
.ids-brand-suite.is-alt .ids-machine-track.ids-machine-track--2 {
  margin-left: auto;
}

.ids-machine-item {
  border: 1px solid rgba(17, 24, 39, 0.08);
  border-radius: 18px;
  background: #ffffff;
  padding: 10px 12px 14px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  text-decoration: none;
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}

.ids-machine-item:hover {
  transform: translateY(-3px);
  border-color: rgba(17, 24, 39, 0.16);
  box-shadow: 0 14px 24px rgba(15, 23, 42, 0.11);
}

.ids-machine-image-wrap {
  width: min(100%, 250px);
  height: clamp(220px, 24vw, 330px);
  display: flex;
  align-items: flex-end;
  justify-content: center;
}

.ids-machine-image {
  width: 100%;
  height: 100%;
  padding: 0 clamp(8px, 0.8vw, 14px);
  object-fit: contain;
  object-position: center bottom;
  transition: transform 260ms ease;
}

.ids-machine-item:hover .ids-machine-image {
  transform: scale(1.03);
}

.ids-machine-name {
  margin: 12px 0 0;
  color: #0f172a;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.02em;
  line-height: 1.25;
  text-transform: uppercase;
}

.ids-machine-model {
  margin: 5px 0 0;
  color: #344054;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.04em;
  line-height: 1.35;
  text-transform: uppercase;
}

.ids-machine-link {
  margin-top: 8px;
  color: #1d4ed8;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.ids-machine-image-empty {
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(19, 37, 77, 0.62);
  font-size: 12px;
  font-weight: 600;
}

.nees-devices-hero {
  background: linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
  border-bottom: 1px solid rgba(17, 24, 39, 0.08);
}

.nees-devices-hero-card {
  border: 1px solid rgba(17, 24, 39, 0.08);
  border-radius: 20px;
  background: #ffffff;
  padding: clamp(20px, 2vw, 30px);
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: clamp(18px, 2vw, 30px);
  align-items: center;
}

.nees-devices-hero-content h1 {
  margin: 0 0 12px;
  color: #101722;
  font-size: clamp(28px, 2.6vw, 48px);
  line-height: 1.1;
}

.nees-devices-hero-content p {
  margin: 0;
  color: #344054;
  font-size: 16px;
  line-height: 1.6;
  max-width: 60ch;
}

.nees-devices-hero-actions {
  border: 1px solid rgba(17, 24, 39, 0.08);
  border-radius: 16px;
  background: linear-gradient(160deg, #f8fafc 0%, #eef2ff 100%);
  padding: clamp(16px, 1.7vw, 22px);
}

.nees-devices-hero-actions h3 {
  margin: 0 0 6px;
  color: #0f172a;
  font-size: clamp(18px, 1.4vw, 24px);
  line-height: 1.2;
}

.nees-devices-hero-actions p {
  margin: 0 0 14px;
  color: #475467;
  font-size: 14px;
  line-height: 1.5;
}

.nees-hero-cta.nees-hero-cta--panel,
.ids-brand-ctas {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
}

.nees-hero-cta.nees-hero-cta--panel .nees-btn,
.ids-brand-ctas .nees-btn {
  width: 100%;
  justify-content: center;
  font-weight: 700;
  padding: 12px 14px;
  border-radius: 12px;
}

.nees-hero-cta.nees-hero-cta--panel .nees-btn-primary,
.ids-brand-ctas .nees-btn-primary {
  box-shadow: 0 10px 20px rgba(30, 64, 175, 0.24);
}

.nees-showroom--ids {
  gap: 0;
}

.nees-suite {
  border: 1px solid rgba(16, 23, 34, 0.08);
  border-radius: 22px;
  background: #fff;
  overflow: hidden;
}

.nees-suite.is-active {
  border-color: rgba(16, 23, 34, 0.18);
  box-shadow: 0 12px 28px rgba(16, 23, 34, 0.10);
}

.nees-suite-inner {
  display: grid;
  grid-template-columns: 340px 1fr;
  gap: 22px;
  padding: 26px;
}

.nees-suite-inner--ids {
  grid-template-columns: 300px 1fr;
}

.nees-suite.is-alt .nees-suite-inner {
  grid-template-columns: 1fr 340px;
}

.nees-suite-head {
  border-right: 1px solid rgba(16, 23, 34, 0.08);
  padding-right: 18px;
}

.nees-suite.is-alt .nees-suite-head {
  border-right: 0;
  border-left: 1px solid rgba(16, 23, 34, 0.08);
  padding-right: 0;
  padding-left: 18px;
  order: 2;
}

.nees-suite-logo img {
  width: 54px;
  height: 54px;
  object-fit: contain;
  border-radius: 16px;
  border: 1px solid rgba(16, 23, 34, 0.08);
  background: rgba(16, 23, 34, 0.02);
  padding: 10px;
}

.nees-suite-head--ids {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.nees-suite-logo--ids img {
  width: 140px;
  height: auto;
  border-radius: 14px;
  border: 0;
  background: linear-gradient(135deg, #121b2f 0%, #090f1f 100%);
  padding: 12px 14px;
}

.nees-suite-title {
  margin: 12px 0 6px;
  font-weight: 900;
  font-size: 22px;
  color: #101722;
  letter-spacing: 0.01em;
}

.nees-suite-statement {
  margin: 0;
  color: rgba(16, 23, 34, 0.72);
  font-weight: 700;
}

.nees-suite-actions {
  display: grid;
  gap: 10px;
  margin-top: 16px;
  max-width: 240px;
}

.nees-suite-btn {
  width: 100%;
  justify-content: center;
}

.nees-suite-grid-inner {
  display: grid;
  gap: 14px;
}

.nees-suite-grid.is-three .nees-suite-grid-inner {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.nees-suite-grid.is-two .nees-suite-grid-inner {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  max-width: 900px;
  margin: 0 auto;
}

.nees-machine-card {
  border: 1px solid rgba(16, 23, 34, 0.08);
  border-radius: 18px;
  background: linear-gradient(180deg, #ffffff 0%, #f7f8fa 100%);
  overflow: hidden;
  transition: none;
}

.nees-machine-card:hover {
  transform: none;
  border-color: rgba(16, 23, 34, 0.08);
  box-shadow: none;
}

.nees-machine-card--ids {
  display: block;
  background: #fff;
  border: 1px solid rgba(16, 23, 34, 0.08);
  border-radius: 18px;
  overflow: hidden;
  transition: box-shadow 220ms ease, border-color 220ms ease;
}

.nees-machine-card--ids:hover {
  border-color: rgba(16, 23, 34, 0.2);
  box-shadow: 0 14px 28px rgba(16, 23, 34, 0.13);
}

.nees-machine-media {
  position: relative;
  padding: 12px;
}

.nees-machine-media--ids {
  padding: 0;
  overflow: hidden;
}

.nees-machine-badge {
  position: absolute;
  top: 12px;
  left: 12px;
  z-index: 2;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  padding: 7px 10px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(16, 23, 34, 0.10);
  color: rgba(16, 23, 34, 0.80);
  backdrop-filter: blur(6px);
}

.nees-machine-img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  border-radius: 14px;
  border: 1px solid rgba(16, 23, 34, 0.06);
}

.nees-machine-img--ids {
  height: 360px;
  border-radius: 0;
  border: 0;
  transition: transform 280ms ease;
}

.nees-machine-card--ids:hover .nees-machine-img--ids {
  transform: scale(1.08);
}

.nees-machine-body {
  padding: 10px 14px 14px;
}

.nees-machine-title {
  margin: 0 0 8px;
  font-size: 16px;
  font-weight: 900;
  color: #101722;
  line-height: 1.15;
}

.nees-machine-features {
  margin: 0;
  padding-left: 18px;
  color: rgba(16, 23, 34, 0.74);
  font-weight: 650;
  font-size: 12.5px;
  display: grid;
  gap: 6px;
  min-height: 72px;
}

.nees-machine-cta {
  margin-top: 12px;
}

.nees-machine-link {
  display: inline-flex;
  font-weight: 900;
  text-decoration: underline;
  text-underline-offset: 3px;
  color: #101722;
}

.nees-machine-link:hover {
  color: #101722;
}

@media (max-width: 1200px) {
  .nees-devices-hero-card {
    grid-template-columns: 1fr;
  }

  .ids-brand-suite,
  .ids-brand-suite.is-alt {
    grid-template-columns: 1fr;
  }

  .ids-brand-suite.is-alt .ids-brand-rail,
  .ids-brand-suite.is-alt .ids-machine-track {
    order: 0;
  }

  .ids-brand-rail {
    padding: 18px 16px;
  }

  .ids-machine-track {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .nees-suite-inner {
    grid-template-columns: 1fr;
  }

  .nees-suite-inner--ids {
    grid-template-columns: 1fr;
  }

  .nees-suite.is-alt .nees-suite-inner {
    grid-template-columns: 1fr;
  }

  .nees-suite-head,
  .nees-suite.is-alt .nees-suite-head {
    border: 0;
    padding: 0;
    order: 0;
  }

  .nees-suite-actions {
    grid-template-columns: 1fr 1fr;
    max-width: 520px;
  }

  .nees-suite-grid.is-three .nees-suite-grid-inner {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 768px) {
  .ids-machines-showcase {
    padding: 28px 14px 22px;
  }

  .ids-machines-head {
    margin-bottom: 10px;
  }

  .ids-brand-suite {
    gap: 14px;
  }

  .ids-brand-logo-shell {
    min-height: 90px;
  }

  .ids-brand-logo {
    width: min(100%, 140px);
  }

  .ids-machine-track {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }

  .ids-machine-item {
    border-radius: 12px;
    padding: 8px 8px 10px;
  }

  .ids-machine-image-wrap {
    width: 100%;
    max-width: 100%;
    height: 130px;
  }

  .ids-machine-name {
    font-size: 11px;
    margin-top: 7px;
    line-height: 1.2;
  }

  .ids-machine-model {
    margin-top: 3px;
    font-size: 9px;
    line-height: 1.25;
  }

  .ids-machine-link {
    margin-top: 6px;
    font-size: 10px;
  }

  .nees-devices-hero-actions {
    padding: 14px;
  }

  .nees-hero-cta.nees-hero-cta--panel .nees-btn,
  .ids-brand-ctas .nees-btn {
    width: 100%;
  }

  .nees-suite-inner {
    padding: 18px;
  }

  .nees-suite-logo--ids img {
    width: 118px;
  }

  .nees-suite-actions {
    grid-template-columns: 1fr;
    max-width: 360px;
  }

  .nees-suite-grid.is-three .nees-suite-grid-inner,
  .nees-suite-grid.is-two .nees-suite-grid-inner {
    grid-template-columns: 1fr;
    max-width: none;
  }

  .nees-machine-img {
    height: 190px;
  }

  .nees-machine-img--ids {
    height: 260px;
  }
}

@media (max-width: 460px) {
  .ids-machine-track {
    gap: 8px;
  }

  .ids-machine-image-wrap {
    height: 116px;
  }

  .ids-machine-name {
    font-size: 10px;
  }

  .ids-machine-model {
    font-size: 8px;
  }
}

.aura-header-wrap .main-menu.menu-style-3 > nav > ul {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  flex-wrap: nowrap;
}

.aura-header-wrap .main-menu.menu-style-3 > nav > ul > li {
  display: inline-flex;
  align-items: center;
  margin-right: 0;
  min-height: 44px;
}

.aura-header-wrap .main-menu.menu-style-3 > nav > ul > li > a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  color: #2a211a;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.04em;
  line-height: 1;
  text-transform: uppercase;
  padding: 0;
  white-space: nowrap;
}

.aura-header-wrap .main-menu.menu-style-3 > nav > ul > li.has-dropdown > a::after {
  display: inline-flex;
  align-items: center;
  margin-left: 8px;
  line-height: 1;
  transform: translateY(1px);
}

.aura-header-wrap .main-menu.menu-style-3 > nav > ul > li:hover > a {
  color: #8f6531;
}

.aura-header-actions {
  gap: 8px;
}

.aura-header-actions .tp-header-action-item {
  margin-right: 0;
}

.aura-header-actions .tp-header-action-btn {
  width: 42px;
  height: 42px;
  border-radius: 999px;
  border: 1px solid rgba(42, 33, 26, 0.16);
  color: #2a211a;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(255, 253, 249, 0.92);
}

.aura-header-actions .tp-offcanvas-open-btn svg {
  display: block;
  width: 20px;
  height: 14px;
  margin: 0 auto;
}

.aura-header-actions .tp-header-action-btn:hover {
  border-color: rgba(143, 101, 49, 0.58);
  color: #8f6531;
  background-color: #fff;
}

.aura-header-actions .tp-header-action-badge {
  background-color: #2d241d;
  color: #fff;
}

.aura-header-cta-group {
  margin-left: 6px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.aura-header-pill-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  border-radius: 999px;
  padding: 0 16px;
  background: linear-gradient(120deg, #d4af77 0%, #b8884f 100%);
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  box-shadow: 0 8px 20px rgba(111, 75, 34, 0.24);
}

.aura-header-pill-btn:hover {
  color: #fff;
  transform: translateY(-1px);
}

.aura-header-pill-btn-light {
  background: transparent;
  border: 1px solid rgba(42, 33, 26, 0.24);
  color: #2a211a;
  box-shadow: none;
}

.aura-header-pill-btn-light:hover {
  color: #2a211a;
  border-color: rgba(42, 33, 26, 0.5);
}

.aura-header-search-autocomplete,
.aura-overlay-search-autocomplete {
  position: relative;
}

.aura-search-suggestions {
  position: absolute;
  top: calc(100% + 8px);
  left: 0;
  right: 0;
  z-index: 120;
  border-radius: 14px;
  border: 1px solid rgba(53, 39, 23, 0.14);
  background: #fff;
  box-shadow: 0 16px 28px rgba(40, 28, 18, 0.18);
  max-height: 320px;
  overflow-y: auto;
}

.aura-overlay-search-autocomplete .aura-search-suggestions {
  top: calc(100% + 6px);
}

.aura-search-suggestion-item {
  width: 100%;
  padding: 10px 14px;
  border: 0;
  border-bottom: 1px solid rgba(53, 39, 23, 0.1);
  background: #fff;
  text-align: left;
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.aura-search-suggestion-item:last-child {
  border-bottom: 0;
}

.aura-search-suggestion-item:hover {
  background: #faf4eb;
}

.aura-search-suggestion-title {
  color: #2f2419;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.35;
}

.aura-search-suggestion-meta {
  color: #7b6550;
  font-size: 12px;
  line-height: 1.35;
}

.aura-header-wrap.tp-header-sticky.header-sticky {
  box-shadow: 0 10px 24px rgba(41, 31, 20, 0.12);
}

.aura-hero-area .tp-slider-item-3::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: none;
}

.aura-hero-area .tp-slider-item-3::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: none;
}

.aura-hero-area .aura-hero-left-overlay {
  display: none;
}

.aura-hero-area .tp-slider-item-3 {
  align-items: center !important;
  background: #ffffff;
  min-height: 0;
}

.aura-hero-area .tp-slider-thumb-3 {
  object-fit: cover;
  object-position: center;
  filter: none;
  transition: none;
  will-change: auto;
}

.aura-hero-area .aura-hero-image {
  display: block;
  width: 100%;
  height: 100%;
  max-width: 100%;
  object-fit: cover;
}

.aura-hero-area .swiper-slide-active .tp-slider-thumb-3 {
  transform: none;
}

.aura-hero-area .tp-slider-item-3.aura-hero-frame-balanced .tp-slider-thumb-3 {
  filter: none;
}

.aura-hero-area .tp-slider-item-3.aura-hero-frame-clinic .tp-slider-thumb-3 {
  filter: none;
}

.aura-hero-area .tp-slider-height-3 {
  min-height: 0;
  height: auto;
  aspect-ratio: 16 / 9;
}

.aura-hero-content {
  position: relative;
  z-index: 2;
  padding-top: 148px;
}

.aura-hero-content > span {
  color: #ffe9d2;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 600;
  margin-bottom: 14px;
}

.aura-hero-area .tp-slider-title-3 {
  font-size: clamp(44px, 6vw, 84px);
  line-height: 0.96;
  margin-bottom: 16px;
  max-width: 11ch;
}

.aura-hero-area .tp-slider-lede-3 {
  color: rgba(255, 248, 239, 0.86);
  font-size: 17px;
  max-width: 520px;
  line-height: 1.62;
  margin-bottom: 26px;
}

.aura-hero-area .tp-slider-feature-item-3 {
  margin-bottom: 10px;
}

.aura-hero-area .tp-slider-feature-item-3:not(:last-child) {
  margin-right: 18px;
  padding-right: 18px;
}

.aura-hero-area .tp-slider-feature-title-3 {
  font-size: 14px;
  line-height: 1.3;
}

.aura-hero-area .tp-slider-feature-icon-3 span {
  font-size: 26px;
  margin-right: 10px;
}

.aura-hero-btns {
  display: flex;
  align-items: center;
  gap: 10px;
}

.aura-hero-btn {
  min-height: 46px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 22px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.aura-hero-btn-primary {
  background: linear-gradient(120deg, #d4af77 0%, #b8884f 100%);
  color: #fff;
  box-shadow: 0 12px 24px rgba(126, 85, 39, 0.26);
}

.aura-hero-btn-primary:hover {
  color: #fff;
  transform: translateY(-1px);
}

.aura-hero-btn-secondary {
  border: 1px solid rgba(255, 242, 223, 0.6);
  background: rgba(255, 255, 255, 0.08);
  color: #fff5e7;
}

.aura-hero-btn-secondary:hover {
  color: #fff;
  border-color: rgba(255, 242, 223, 0.9);
  background: rgba(255, 255, 255, 0.16);
}

.aura-gateway-area,
.aura-offer-band {
  background:
    radial-gradient(circle at 7% 25%, rgba(182, 138, 85, 0.12), transparent 33%),
    radial-gradient(circle at 93% 75%, rgba(232, 212, 210, 0.26), transparent 32%),
    linear-gradient(180deg, #fffdf9 0%, #fdf7ee 100%);
}

.aura-gateway-head span {
  display: inline-flex;
  align-items: center;
  border: 1px solid var(--aura-border);
  border-radius: 999px;
  padding: 6px 12px;
  margin-bottom: 10px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #7a4e1d;
  background: #fffaf4;
}

.aura-gateway-head h2 {
  font-size: clamp(34px, 4.8vw, 58px);
  line-height: 1;
  margin-bottom: 12px;
}

.aura-gateway-head p {
  max-width: 780px;
  margin: 0 auto;
  color: var(--aura-muted);
  font-size: 17px;
  line-height: 1.72;
}

.aura-gateway-card {
  height: 100%;
  border-radius: 20px;
  border: 1px solid var(--aura-border);
  background: var(--aura-surface);
  padding: 28px;
  box-shadow: var(--aura-shadow);
}

.aura-gateway-card h3 {
  font-size: 38px;
  margin-bottom: 10px;
}

.aura-gateway-card p {
  color: var(--aura-muted);
  margin-bottom: 14px;
}

.aura-gateway-card ul {
  margin-bottom: 20px;
  padding-left: 18px;
}

.aura-gateway-card li {
  color: var(--aura-muted);
  margin-bottom: 7px;
}

.aura-gateway-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.aura-gateway-card.is-clinic {
  background:
    linear-gradient(145deg, rgba(182, 138, 85, 0.08) 0%, rgba(255, 249, 241, 0.92) 100%);
}

.aura-trust-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

.aura-trust-grid article {
  border: 1px solid var(--aura-border);
  border-radius: 12px;
  background: #fff;
  padding: 16px;
}

.aura-trust-grid article p {
  margin-bottom: 0;
  color: #3f372f;
  font-size: 14px;
  line-height: 1.5;
}

.aura-brand-marquee-wrap {
  border: 1px solid var(--aura-border);
  border-radius: 0;
  border-left: 0;
  border-right: 0;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(255, 251, 245, 0.94));
  padding: 26px 0 0;
  box-shadow: var(--aura-shadow);
}

.aura-brand-heading {
  max-width: 980px;
  margin: 0 auto 22px;
  padding: 0 18px;
}

.aura-brand-kicker {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 8px 28px;
  border-radius: 999px;
  background: #dfe8f7;
  color: #11418e;
  font-size: 13px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-weight: 800;
  font-family: var(--aura-font-display);
}

.aura-brand-heading h3 {
  margin: 18px 0 14px;
  color: #0f1a31;
  font-size: clamp(38px, 4.8vw, 78px);
  line-height: 0.95;
  letter-spacing: -0.02em;
  font-family: var(--aura-font-display);
}

.aura-brand-heading p {
  margin: 0 auto;
  max-width: 900px;
  color: #4d5d7c;
  font-size: clamp(16px, 1.8vw, 22px);
  line-height: 1.45;
  font-family: var(--aura-font-body);
}

.aura-brand-marquee {
  overflow: hidden;
  border-top: 0;
}

.aura-brand-track {
  display: flex;
  align-items: center;
  gap: 24px;
  width: max-content;
  padding: 12px 0;
  /* 2x faster */
  animation: auraBrandMarquee 45s linear infinite;
  will-change: transform;
}

.aura-brand-marquee:hover .aura-brand-track {
  animation-play-state: paused;
}

.aura-brand-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 210px;
  height: 210px;
  border-radius: 50%;
  border: 1.5px solid rgba(55, 39, 20, 0.28);
  background: rgba(255, 255, 255, 0.9);
  padding: 18px;
  flex: 0 0 auto;
}

.aura-brand-pill img {
  width: 164px;
  height: 104px;
  border-radius: 0;
  object-fit: contain;
  background: transparent;
  border: 0;
  padding: 0;
  filter: saturate(0.95) contrast(1.04);
}

.aura-brand-fallback {
  color: #2f2318;
  font-size: 22px;
  font-weight: 600;
  line-height: 1.1;
  text-align: center;
  font-family: var(--font-jost), "Helvetica Neue", Arial, sans-serif;
  max-width: 100%;
}

@keyframes auraBrandMarquee {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}

.aura-offer-card {
  border-radius: 20px;
  border: 1px solid var(--aura-border);
  padding: 30px;
}

.aura-offer-card-primary {
  background:
    linear-gradient(140deg, #fff4e5 0%, #f8e7cf 45%, #f5e2c5 100%);
}

.aura-offer-card-secondary {
  background:
    linear-gradient(145deg, #fff 0%, #f7efe5 100%);
}

.aura-offer-chip {
  display: inline-flex;
  margin-bottom: 12px;
  border-radius: 999px;
  border: 1px solid rgba(36, 31, 26, 0.2);
  padding: 5px 11px;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.aura-offer-card h3 {
  font-size: clamp(30px, 3.6vw, 48px);
  line-height: 1.02;
  margin-bottom: 10px;
}

.aura-offer-card p {
  color: #544b42;
  margin-bottom: 18px;
}

.aura-offer-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.tp-luxury-skincare-area,
.tp-proof-area,
.tp-special-area,
.tp-best-area {
  background: transparent;
}

.aura-home-products-section {
  position: relative;
}

.aura-home-products-head {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 18px;
  margin-bottom: 28px;
  text-align: center;
}

.aura-home-products-title h3 {
  margin-bottom: 0;
}

.aura-home-products-tabs {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  border-radius: 999px;
  border: 1px solid rgba(56, 40, 23, 0.18);
  background: rgba(255, 255, 255, 0.82);
  padding: 6px;
}

.aura-home-products-tabs button {
  border: 0;
  background: transparent;
  color: #6e5a44;
  min-height: 36px;
  border-radius: 999px;
  padding: 0 16px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  transition: all 0.25s ease;
}

.aura-home-products-tabs button.active {
  background: #231a12;
  color: #fff2de;
}

.aura-home-products-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 288px));
  justify-content: center;
  gap: 22px;
  max-width: 1240px;
  margin: 0 auto;
}

.aura-home-products-item {
  width: 100%;
}

.aura-home-products-item .tp-product-item-3 {
  margin-bottom: 0;
  display: flex;
  flex-direction: column;
  height: 100%;
  overflow: hidden;
  background: #fff;
}

.aura-home-products-item .tp-product-thumb-3 {
  margin-bottom: 0;
  aspect-ratio: 1 / 1;
  overflow: hidden;
}

.aura-home-products-item .tp-product-thumb-3 > a {
  position: relative;
  display: block;
  height: 100%;
}

.aura-home-products-item .tp-product-thumb-3 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.tp-product-thumb-link .tp-product-image-primary,
.tp-product-thumb-link .tp-product-image-secondary {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.45s ease, opacity 0.45s ease;
}

.tp-product-thumb-link .tp-product-image-secondary {
  position: absolute;
  inset: 0;
  opacity: 0;
  pointer-events: none;
  transform: scale(1.03);
}

.aura-home-products-item .tp-product-item-3:hover .tp-product-thumb-link.has-hover-image .tp-product-image-primary {
  opacity: 0;
  transform: scale(1.02);
}

.aura-home-products-item .tp-product-item-3:hover .tp-product-thumb-link.has-hover-image .tp-product-image-secondary {
  opacity: 1;
  transform: scale(1);
}

.aura-home-products-item .tp-product-content-3 {
  display: flex;
  flex-direction: column;
  min-height: 200px;
  padding: 14px 16px 16px;
}

.aura-home-products-item .tp-product-tag-3 {
  margin-bottom: 6px;
}

.aura-home-products-item .tp-product-title-3 {
  margin-bottom: 0;
  font-size: 22px;
  line-height: 1.2;
  min-height: 54px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.aura-home-products-item .tp-product-price-wrapper-3 {
  margin-top: auto;
  padding-top: 10px;
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
  gap: 8px;
  row-gap: 4px;
}

.aura-home-products-item .tp-product-price-3 {
  font-size: 20px;
  display: inline-flex;
  align-items: baseline;
  line-height: 1.1;
  white-space: nowrap;
  font-weight: 700;
}

.aura-home-products-item .tp-product-price-3.new-price {
  font-weight: 800;
}

.aura-home-products-item .tp-product-price-3.old-price {
  font-size: 16px;
  font-weight: 600;
  color: #435066;
}

.tp-product-item-3 .tp-product-price-3.old-price {
  color: #3f495f;
  font-weight: 700;
}

.aura-home-products-state {
  display: flex;
  justify-content: center;
  padding-top: 20px;
}

.aura-accessories-section {
  position: relative;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 248, 239, 0.72) 100%);
}

.aura-accessories-head {
  max-width: 760px;
  margin: 0 auto 28px;
  text-align: center;
}

.aura-accessories-head span {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  border: 1px solid rgba(98, 66, 37, 0.2);
  border-radius: 999px;
  padding: 0 18px;
  color: #8f5d2f;
  background: rgba(255, 255, 255, 0.8);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.aura-accessories-head h2 {
  margin: 16px 0 10px;
  color: #071425;
  font-size: clamp(34px, 5vw, 56px);
  line-height: 1.02;
  letter-spacing: 0;
}

.aura-accessories-head p {
  margin: 0;
  color: #6d6258;
  font-size: 17px;
  line-height: 1.7;
}

.aura-accessories-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 288px));
  justify-content: center;
  gap: 22px;
  max-width: 1240px;
  margin: 0 auto;
}

.aura-accessory-card {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  min-height: 100%;
  border: 1px solid rgba(36, 31, 26, 0.08);
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 12px 30px rgba(46, 34, 21, 0.08);
}

.aura-accessory-media {
  position: relative;
  aspect-ratio: 1 / 1;
  overflow: hidden;
  background: #f6f1ea;
}

.aura-accessory-media a {
  display: block;
  width: 100%;
  height: 100%;
}

.aura-accessory-media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.aura-accessory-image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.45s ease, opacity 0.45s ease;
}

.aura-accessory-image-secondary {
  opacity: 0;
  transform: scale(1.03);
}

.aura-accessory-card:hover .aura-accessory-image-primary {
  opacity: 0;
  transform: scale(1.02);
}

.aura-accessory-card:hover .aura-accessory-image-secondary {
  opacity: 1;
  transform: scale(1);
}

.aura-accessory-badge {
  position: absolute;
  left: 14px;
  bottom: 14px;
  max-width: calc(100% - 28px);
  min-height: 28px;
  border-radius: 999px;
  padding: 6px 12px;
  color: #fff7ec;
  background: rgba(27, 20, 14, 0.82);
  font-size: 11px;
  font-weight: 800;
  line-height: 1.15;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.aura-accessory-content {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 14px 16px 16px;
}

.aura-accessory-kicker {
  margin-bottom: 6px;
  color: #736253;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.25;
  text-transform: uppercase;
}

.aura-accessory-content h3 {
  min-height: 54px;
  margin: 0;
  font-size: 22px;
  line-height: 1.2;
  letter-spacing: 0;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.aura-accessory-content h3 a {
  color: #071425;
}

.aura-accessory-content h3 a:hover,
.aura-accessory-content h3 a:focus {
  color: #8f5d2f;
}

.aura-accessory-price {
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
  gap: 8px;
  row-gap: 4px;
  margin-top: auto;
  padding-top: 12px;
}

.aura-accessory-price span {
  color: #071425;
  font-size: 20px;
  font-weight: 800;
  line-height: 1.1;
  white-space: nowrap;
}

.aura-accessory-price del {
  color: #435066;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.1;
}

.aura-accessory-actions {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 10px;
  align-items: center;
  margin-top: 14px;
}

.aura-accessory-cart-btn,
.aura-accessory-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  transition: all 0.2s ease;
}

.aura-accessory-cart-btn {
  gap: 8px;
  border: 1px solid #221913;
  color: #fff6e8;
  background: #221913;
  padding: 0 16px;
}

.aura-accessory-cart-btn svg {
  width: 14px;
  height: 14px;
}

.aura-accessory-cart-btn:hover,
.aura-accessory-cart-btn:focus {
  color: #fff6e8;
  background: #8f5d2f;
  border-color: #8f5d2f;
}

.aura-accessory-cart-btn:disabled {
  cursor: not-allowed;
  opacity: 0.65;
}

.aura-accessory-cart-btn.is-added {
  color: #fff6e8;
  background: #221913;
  border-color: #221913;
}

.aura-accessory-link {
  border: 1px solid rgba(34, 25, 19, 0.18);
  color: #221913;
  background: #fff;
  padding: 0 14px;
}

.aura-accessory-link:hover,
.aura-accessory-link:focus {
  color: #8f5d2f;
  border-color: rgba(143, 93, 47, 0.48);
}

.aura-accessories-loading {
  display: flex;
  justify-content: center;
  color: #6d6258;
  font-weight: 700;
}

.aura-accessory-detail-tabs {
  display: grid;
  gap: 30px;
  max-width: 1040px;
  margin: 0 auto;
}

.aura-accessory-detail-tabs section {
  border: 1px solid rgba(36, 31, 26, 0.08);
  border-radius: 18px;
  background: #fff;
  padding: 30px;
  box-shadow: 0 12px 30px rgba(46, 34, 21, 0.06);
}

.aura-accessory-detail-kicker {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  border-radius: 999px;
  padding: 0 14px;
  margin-bottom: 18px;
  color: #8f5d2f;
  background: #fff6e8;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.aura-accessory-specs table {
  margin-bottom: 0;
}

.aura-rating-placeholder {
  display: inline-block;
  width: 84px;
  height: 16px;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(255, 188, 11, 0.35), rgba(255, 188, 11, 0.12));
}

.tp-luxury-card,
.tp-product-item-3,
.tp-category-item-3,
.tp-proof-card,
.tp-special-wrapper {
  border-radius: 18px;
  border: 1px solid rgba(36, 31, 26, 0.08);
  box-shadow: 0 12px 30px rgba(46, 34, 21, 0.08);
}

.tp-category-item-3::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 25%, rgba(17, 11, 6, 0.63) 100%);
  pointer-events: none;
}

.tp-category-item-3 .tp-category-thumb-3.include-bg {
  object-position: center center;
}

.tp-product-item-3 .tp-product-thumb-3 img {
  border-radius: 16px;
}

.tp-product-action-btn-3,
.tp-product-add-cart-btn-large,
.tp-filter-btn {
  border-radius: 999px;
}

.tp-shop-top-b2b-link .tp-filter-btn {
  border-color: rgba(182, 138, 85, 0.5);
  color: #5b4228;
}

/* Instagram reels strip (homepage "Instagram Proof") */
.aura-proof-reels-bleed {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}

.tp-proof-grid.aura-proof-reels {
  display: flex;
  align-items: stretch;
  gap: 16px;
  overflow-x: auto;
  padding: 6px 18px 14px;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  overscroll-behavior-x: contain;
}

.tp-proof-grid.aura-proof-reels::-webkit-scrollbar {
  height: 8px;
}

.tp-proof-grid.aura-proof-reels::-webkit-scrollbar-thumb {
  background: rgba(27, 20, 13, 0.18);
  border-radius: 999px;
}

.tp-proof-card.aura-proof-reel {
  flex: 0 0 auto;
  width: clamp(170px, 18vw, 260px);
  scroll-snap-align: start;
  border-radius: 26px;
  overflow: hidden;
}

.tp-proof-card.aura-proof-reel:hover {
  transform: translateY(-4px);
}

.tp-proof-card.aura-proof-reel .tp-proof-media {
  aspect-ratio: 9 / 16;
  border-radius: 26px;
}

.tp-proof-card.aura-proof-reel .tp-proof-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(13, 10, 7, 0) 40%, rgba(13, 10, 7, 0.36) 100%);
  pointer-events: none;
}

.tp-proof-card.aura-proof-reel .tp-proof-media img {
  transform: none;
}

.tp-proof-card.aura-proof-reel .tp-proof-play {
  width: 42px;
  height: 42px;
  bottom: 14px;
  right: 14px;
}

.tp-proof-card.aura-proof-reel .tp-proof-media-badge {
  top: 12px;
  left: 12px;
  padding: 6px 10px;
  font-size: 10px;
}

.aura-proof-ig {
  position: absolute;
  bottom: 14px;
  left: 14px;
  width: 42px;
  height: 42px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.92);
  color: #0f172a;
  box-shadow: 0 10px 22px rgba(1, 15, 28, 0.2);
  z-index: 2;
}

@media (max-width: 576px) {
  .tp-proof-grid.aura-proof-reels {
    gap: 12px;
    padding-left: 12px;
    padding-right: 12px;
  }

  .tp-proof-card.aura-proof-reel {
    width: clamp(160px, 68vw, 220px);
  }
}

.tp-footer-area {
  position: relative;
}

.aura-footer-wordmark {
  display: inline-block;
  font-family: "Helvetica Neue", "Arial", sans-serif;
  font-size: 42px;
  font-weight: 800;
  letter-spacing: 0.08em;
  line-height: 1;
  text-transform: uppercase;
}

/* Light premium footer for style_2 flows (cart/checkout/internal pages) */
.tp-footer-area.tp-footer-style-2:not(.tp-footer-style-3):not(.tp-footer-style-primary) {
  background:
    radial-gradient(circle at 10% 12%, rgba(232, 212, 210, 0.22), transparent 34%),
    radial-gradient(circle at 90% 8%, rgba(201, 213, 204, 0.14), transparent 34%),
    linear-gradient(180deg, #f8f3eb 0%, #f2e8da 100%);
}

.tp-footer-area.tp-footer-style-2:not(.tp-footer-style-3):not(.tp-footer-style-primary) .tp-footer-widget-title {
  color: #2c3a49;
}

.tp-footer-area.tp-footer-style-2:not(.tp-footer-style-3):not(.tp-footer-style-primary) .tp-footer-desc,
.tp-footer-area.tp-footer-style-2:not(.tp-footer-style-3):not(.tp-footer-style-primary) .tp-footer-widget-content ul li a,
.tp-footer-area.tp-footer-style-2:not(.tp-footer-style-3):not(.tp-footer-style-primary) .tp-footer-contact-content p a,
.tp-footer-area.tp-footer-style-2:not(.tp-footer-style-3):not(.tp-footer-style-primary) .tp-footer-copyright p,
.tp-footer-area.tp-footer-style-2:not(.tp-footer-style-3):not(.tp-footer-style-primary) .tp-footer-talk span {
  color: #546273;
}

.tp-footer-area.tp-footer-style-2:not(.tp-footer-style-3):not(.tp-footer-style-primary) .tp-footer-widget-content ul li a:hover,
.tp-footer-area.tp-footer-style-2:not(.tp-footer-style-3):not(.tp-footer-style-primary) .tp-footer-contact-content p a:hover,
.tp-footer-area.tp-footer-style-2:not(.tp-footer-style-3):not(.tp-footer-style-primary) .tp-footer-talk h4 a {
  color: #2a3a4b;
}

.tp-footer-area.tp-footer-style-2:not(.tp-footer-style-3):not(.tp-footer-style-primary) .tp-footer-social a {
  border: 1px solid rgba(42, 58, 75, 0.18);
  border-radius: 999px;
  color: #2a3a4b;
  background: rgba(255, 255, 255, 0.72);
}

.tp-footer-area.tp-footer-style-2:not(.tp-footer-style-3):not(.tp-footer-style-primary) .tp-footer-bottom-wrapper {
  border-top-color: rgba(42, 58, 75, 0.18);
}

.tp-footer-area.tp-footer-style-2:not(.tp-footer-style-3):not(.tp-footer-style-primary) .aura-footer-wordmark {
  color: #2c3a49;
}

/* Dark premium footer for home / primary variants */
.tp-footer-area.tp-footer-style-3,
.tp-footer-area.tp-footer-style-primary {
  background:
    linear-gradient(180deg, #2b231d 0%, #1f1914 100%);
  color: rgba(255, 244, 230, 0.92);
}

.tp-footer-area.tp-footer-style-3 .tp-footer-widget-title,
.tp-footer-area.tp-footer-style-3 .tp-footer-desc,
.tp-footer-area.tp-footer-style-3 .tp-footer-widget-content ul li a,
.tp-footer-area.tp-footer-style-3 .tp-footer-contact-content p a,
.tp-footer-area.tp-footer-style-3 .tp-footer-copyright p,
.tp-footer-area.tp-footer-style-primary .tp-footer-widget-title,
.tp-footer-area.tp-footer-style-primary .tp-footer-desc,
.tp-footer-area.tp-footer-style-primary .tp-footer-widget-content ul li a,
.tp-footer-area.tp-footer-style-primary .tp-footer-contact-content p a,
.tp-footer-area.tp-footer-style-primary .tp-footer-copyright p {
  color: rgba(255, 244, 230, 0.9);
}

.tp-footer-area.tp-footer-style-3 .aura-footer-wordmark,
.tp-footer-area.tp-footer-style-primary .aura-footer-wordmark {
  color: rgba(255, 244, 230, 0.95);
}

.tp-footer-area.tp-footer-style-3 .tp-footer-talk span,
.tp-footer-area.tp-footer-style-primary .tp-footer-talk span {
  color: rgba(244, 229, 206, 0.72);
}

.tp-footer-area.tp-footer-style-3 .tp-footer-talk h4,
.tp-footer-area.tp-footer-style-3 .tp-footer-talk h4 a,
.tp-footer-area.tp-footer-style-primary .tp-footer-talk h4,
.tp-footer-area.tp-footer-style-primary .tp-footer-talk h4 a {
  color: #ffd9a9;
}

.tp-footer-area.tp-footer-style-3 .tp-footer-contact-content p,
.tp-footer-area.tp-footer-style-3 .tp-footer-contact-content p a,
.tp-footer-area.tp-footer-style-primary .tp-footer-contact-content p,
.tp-footer-area.tp-footer-style-primary .tp-footer-contact-content p a {
  color: rgba(255, 244, 230, 0.88);
}

.tp-footer-area.tp-footer-style-3 .tp-footer-contact-icon span,
.tp-footer-area.tp-footer-style-primary .tp-footer-contact-icon span {
  color: rgba(250, 229, 192, 0.88);
}

.tp-footer-area.tp-footer-style-3 .tp-footer-widget-content ul li a::after,
.tp-footer-area.tp-footer-style-primary .tp-footer-widget-content ul li a::after {
  background-color: rgba(247, 225, 190, 0.58);
}

.tp-footer-area.tp-footer-style-3 .tp-footer-widget-content ul li a:hover,
.tp-footer-area.tp-footer-style-3 .tp-footer-contact-content p a:hover,
.tp-footer-area.tp-footer-style-primary .tp-footer-widget-content ul li a:hover,
.tp-footer-area.tp-footer-style-primary .tp-footer-contact-content p a:hover {
  color: #ffdbad;
}

.tp-footer-area.tp-footer-style-3 .tp-footer-social a,
.tp-footer-area.tp-footer-style-primary .tp-footer-social a {
  border: 1px solid rgba(255, 235, 206, 0.32);
  border-radius: 999px;
  color: rgba(255, 244, 230, 0.92);
  background: rgba(255, 255, 255, 0.08);
}

.tp-footer-area.tp-footer-style-3 .tp-footer-social a:hover,
.tp-footer-area.tp-footer-style-primary .tp-footer-social a:hover {
  background: rgba(255, 219, 173, 0.2);
  color: #ffe2bd;
}

.tp-footer-area.tp-footer-style-3 .tp-footer-bottom-wrapper,
.tp-footer-area.tp-footer-style-primary .tp-footer-bottom-wrapper {
  border-top-color: rgba(255, 224, 177, 0.34);
}

.breadcrumb__area {
  background:
    radial-gradient(circle at 10% 18%, rgba(232, 212, 210, 0.28), transparent 28%),
    linear-gradient(180deg, #f9f1e7 0%, #f5e8d8 100%) !important;
}

.breadcrumb__title {
  font-size: clamp(36px, 5vw, 58px);
}

.aura-shop-container {
  max-width: 1280px;
}

.aura-shop-hero {
  position: relative;
  overflow: hidden;
  padding: 78px 0 44px;
  background:
    radial-gradient(circle at 6% 18%, rgba(232, 212, 210, 0.34), transparent 32%),
    radial-gradient(circle at 92% 12%, rgba(182, 138, 85, 0.2), transparent 30%),
    linear-gradient(180deg, #fffdfa 0%, #f6ede2 100%);
}

.aura-shop-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(247, 237, 223, 0.34) 100%);
  pointer-events: none;
}

.aura-shop-hero-inner {
  position: relative;
  z-index: 2;
  max-width: 640px;
}

.aura-shop-hero h1 {
  font-size: clamp(48px, 6vw, 80px);
  line-height: 0.9;
  margin-bottom: 10px;
}

.aura-shop-hero p {
  font-size: 16px;
  line-height: 1.65;
  color: #574c3f;
  margin-bottom: 14px;
}

.aura-shop-breadcrumb {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-weight: 700;
  color: #6a5c4c;
}

.aura-shop-breadcrumb a {
  color: #48392a;
}

.aura-shop-breadcrumb a:hover {
  color: #8a6332;
}

.aura-shop-section {
  padding-top: 30px;
}

.aura-shop-shell {
  border-radius: 14px;
  border: 1px solid rgba(1, 15, 28, 0.1);
  background: #fff;
  box-shadow: none;
  padding: 22px;
}

.aura-shop-toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 16px;
  border: 0;
  border-bottom: 1px solid rgba(1, 15, 28, 0.1);
  border-radius: 0;
  padding: 0 0 18px;
  margin-bottom: 22px;
  background: transparent;
}

.aura-shop-toolbar-left {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 16px;
}

.aura-shop-result {
  margin: 0;
  font-size: 13px;
  font-weight: 600;
  color: #43372b;
}

.aura-shop-sort {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.aura-shop-sort > span {
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #746756;
}

.aura-shop-sort .nice-select {
  min-width: 220px;
  height: 44px;
  border-radius: 999px;
  border: 1px solid rgba(55, 39, 20, 0.18);
  background: #fff;
  line-height: 44px;
  padding: 0 44px 0 16px;
}

.aura-shop-sort .nice-select::after {
  right: 20px;
}

.aura-shop-sort .nice-select .current {
  font-size: 13px;
  font-weight: 600;
  color: #35291d;
}

.aura-shop-toolbar-right {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
}

.aura-shop-filter-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 44px;
  border-radius: 999px;
  border: 1px solid rgba(61, 44, 23, 0.2);
  background: #fff;
  color: #312518;
  padding: 0 16px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  transition: all 0.34s ease;
}

.aura-shop-filter-btn svg {
  width: 16px;
  height: 16px;
}

.aura-shop-filter-btn:hover {
  color: #8f6531;
  border-color: rgba(143, 101, 49, 0.52);
  transform: translateY(-1px);
}

.aura-shop-toggle {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  border: 1px solid rgba(61, 44, 23, 0.16);
  background: #fff;
  border-radius: 999px;
  padding: 4px;
}

.aura-shop-toggle a {
  min-height: 36px;
  padding: 0 14px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #493929;
  transition: all 0.3s ease;
}

.aura-shop-toggle a:hover {
  color: #8f6531;
}

.aura-shop-toggle a.active {
  background: linear-gradient(120deg, #d4af77 0%, #b8884f 100%);
  color: #fff;
}

.aura-shop-empty {
  border: 1px dashed rgba(71, 53, 33, 0.24);
  border-radius: 16px;
  padding: 36px 20px;
  text-align: center;
}

.aura-shop-empty h2 {
  margin-bottom: 8px;
}

.aura-shop-empty p {
  margin-bottom: 0;
  color: #6f6253;
}

.aura-shop-products-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}

.aura-shop-product-cell {
  min-width: 0;
}

.aura-shop-category-links .tp-btn.tp-btn-sm {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  border-radius: 999px;
  border: 1px solid rgba(78, 55, 32, 0.16);
  background: rgba(255, 255, 255, 0.95);
  color: #3a2c1f;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: 0.02em;
  padding: 0 18px;
  white-space: nowrap;
  box-shadow: 0 4px 10px rgba(43, 28, 12, 0.06);
  transition: all 0.24s ease;
}

.aura-shop-category-links .tp-btn.tp-btn-sm.active,
.aura-shop-category-links .tp-btn.tp-btn-sm:hover {
  border-color: rgba(176, 128, 72, 0.56);
  background: linear-gradient(120deg, #d5af74 0%, #b7864c 100%);
  color: #fff;
  box-shadow: 0 10px 20px rgba(140, 98, 48, 0.28);
  transform: translateY(-1px);
}

.nees-prof-category-links .tp-btn.tp-btn-sm {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  border-radius: 999px;
  border: 1px solid rgba(78, 55, 32, 0.16);
  background: rgba(255, 255, 255, 0.95);
  color: #3a2c1f;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: 0.02em;
  padding: 0 18px;
  white-space: nowrap;
  box-shadow: 0 4px 10px rgba(43, 28, 12, 0.06);
  transition: all 0.24s ease;
}

.nees-prof-category-links .tp-btn.tp-btn-sm.active,
.nees-prof-category-links .tp-btn.tp-btn-sm:hover {
  border-color: rgba(176, 128, 72, 0.56);
  background: linear-gradient(120deg, #d5af74 0%, #b7864c 100%);
  color: #fff;
  box-shadow: 0 10px 20px rgba(140, 98, 48, 0.28);
  transform: translateY(-1px);
}

.nees-prof-listing .tp-section-title {
  font-size: clamp(24px, 2.5vw, 34px);
  letter-spacing: -0.01em;
  line-height: 1.08;
}

.nees-prof-listing .tp-product-count {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  border-radius: 999px;
  border: 1px solid rgba(56, 38, 18, 0.14);
  background: #fff;
  padding: 0 12px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #6e5f4f;
}

.aura-shop-grouped {
  display: grid;
  gap: 28px;
}

.tp-contact-area {
  background: linear-gradient(180deg, #fbf5ec 0%, #f6efe6 100%);
}

.tp-contact-area .tp-contact-inner {
  border-radius: 26px;
  border: 1px solid rgba(72, 52, 32, 0.14);
  background:
    radial-gradient(circle at 92% 10%, rgba(182, 138, 85, 0.12), transparent 34%),
    #fffdf9;
  box-shadow: 0 20px 44px rgba(42, 29, 16, 0.09);
  padding: clamp(22px, 2.5vw, 38px);
}

.tp-contact-area .tp-contact-wrapper {
  border-radius: 20px;
  border: 1px solid rgba(72, 52, 32, 0.1);
  background: #ffffff;
  padding: clamp(18px, 2vw, 30px);
}

.tp-contact-area .tp-contact-title {
  margin: 0;
  color: #342619;
  font-size: clamp(34px, 2.6vw, 48px);
  line-height: 1.08;
}

.tp-contact-area .tp-contact-subtitle {
  margin: 10px 0 0;
  color: #6f5a45;
  font-size: 15px;
  line-height: 1.6;
}

.tp-contact-area .tp-contact-form {
  margin-top: 18px;
}

.tp-contact-area .tp-contact-wrapper .tp-form-pro .tp-form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px 16px;
}

.tp-contact-area .tp-contact-wrapper .tp-form-pro .tp-field {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.tp-contact-area .tp-contact-wrapper .tp-form-pro .tp-field-full {
  grid-column: 1 / -1;
}

.tp-contact-area .tp-contact-wrapper .tp-form-pro label {
  font-size: 13px;
  color: #493626;
}

.tp-contact-area .tp-contact-wrapper .tp-form-pro input[type=text],
.tp-contact-area .tp-contact-wrapper .tp-form-pro input[type=email],
.tp-contact-area .tp-contact-wrapper .tp-form-pro textarea {
  border-radius: 12px;
  border-color: rgba(81, 59, 36, 0.16);
  background: #fffefc;
}

.tp-contact-area .tp-contact-wrapper .tp-form-pro textarea {
  min-height: 86px;
}

.tp-contact-area .tp-contact-wrapper .tp-form-pro input:focus,
.tp-contact-area .tp-contact-wrapper .tp-form-pro textarea:focus {
  border-color: rgba(182, 138, 85, 0.78);
  box-shadow: 0 0 0 3px rgba(182, 138, 85, 0.14);
}

.tp-contact-area .tp-contact-wrapper .tp-btn-primary {
  min-height: 48px;
  border-radius: 999px;
  border: 0;
  padding: 0 22px;
  font-weight: 800;
  letter-spacing: 0.02em;
  background: linear-gradient(135deg, #c5965f 0%, #a97743 100%);
  box-shadow: 0 12px 22px rgba(118, 83, 42, 0.28);
}

.tp-contact-area .tp-contact-wrapper .tp-btn-primary:hover {
  transform: translateY(-1px);
  box-shadow: 0 16px 26px rgba(118, 83, 42, 0.34);
}

.tp-contact-area .tp-contact-remember {
  margin-top: 12px;
}

.tp-contact-area .tp-contact-remember-label {
  display: inline-flex;
  align-items: flex-start;
  gap: 10px;
  cursor: pointer;
  color: #6f5a45;
  font-size: 13px;
  line-height: 1.5;
}

.tp-contact-area .tp-contact-remember-label input[type=checkbox] {
  width: 16px;
  height: 16px;
  margin-top: 2px;
  flex: 0 0 auto;
}

.tp-contact-area .tp-contact-remember-text {
  display: inline-block;
}

.tp-contact-area .tp-contact-wrapper .tp-form-pro .tp-actions {
  margin-top: 16px;
  display: flex;
  align-items: center;
}

.tp-contact-area .tp-contact-wrapper .tp-form-pro .tp-form-inline-error {
  margin-top: 10px;
  color: #c23030;
  font-size: 13px;
}

.tp-contact-area .tp-contact-info-wrapper {
  border-radius: 20px;
  border: 1px solid rgba(72, 52, 32, 0.1);
  background: #fff;
  padding: 18px 16px;
}

.tp-contact-area .tp-contact-social-icon {
  display: flex;
  gap: 8px;
}

@media (max-width: 768px) {
  .tp-contact-area .tp-contact-inner {
    border-radius: 18px;
    padding: 16px;
  }

  .tp-contact-area .tp-contact-wrapper,
  .tp-contact-area .tp-contact-info-wrapper {
    border-radius: 16px;
    padding: 14px;
  }

  .tp-contact-area .tp-contact-wrapper .tp-btn-primary {
    width: 100%;
    justify-content: center;
  }

  .tp-contact-area .tp-contact-wrapper .tp-form-pro .tp-form-grid {
    grid-template-columns: 1fr;
  }
}

.aura-shop-section-block + .aura-shop-section-block {
  padding-top: 4px;
}

.aura-shop-section-head .tp-section-title {
  font-size: clamp(24px, 2.5vw, 34px);
  letter-spacing: -0.01em;
  line-height: 1.02;
}

.aura-shop-section-head .tp-product-count {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  border-radius: 999px;
  border: 1px solid rgba(56, 38, 18, 0.14);
  background: #fff;
  padding: 0 12px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #6e5f4f;
}

.aura-shop-card {
  position: relative;
  height: 100%;
  border-radius: 14px;
  border: 1px solid rgba(1, 15, 28, 0.1);
  overflow: hidden;
  background: #fff;
  box-shadow: none;
  transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}

.aura-shop-card:hover {
  transform: translateY(-4px);
  border-color: rgba(1, 15, 28, 0.18);
  box-shadow: 0 14px 28px rgba(16, 23, 34, 0.13);
}

.aura-shop-card-media {
  position: relative;
  overflow: hidden;
  padding: 18px;
  background: #f7fafc;
}

.aura-shop-image-link {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 260px;
  border-radius: 10px;
  overflow: hidden;
  background: #fff;
}

.aura-shop-card-image {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: transform 0.35s ease;
}

.aura-shop-card:hover .aura-shop-card-image {
  transform: scale(1.03);
}

.aura-shop-card-badges {
  position: absolute;
  top: 24px;
  left: 24px;
  right: 72px;
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

.aura-shop-card-badge {
  display: inline-flex;
  align-items: center;
  min-height: 24px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(56, 38, 18, 0.12);
  padding: 0 10px;
  font-size: 9px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #412f1d;
  max-width: 100%;
}

.aura-shop-card-badge.is-sale {
  background: rgba(184, 136, 79, 0.14);
  border-color: rgba(184, 136, 79, 0.24);
  color: #7f5829;
}

.aura-shop-card-badge.is-pro {
  background: rgba(36, 31, 26, 0.14);
  border-color: rgba(36, 31, 26, 0.22);
  color: #2a211a;
}

.aura-shop-card-badge.is-stock {
  background: rgba(140, 53, 41, 0.14);
  border-color: rgba(140, 53, 41, 0.2);
  color: #7a2f25;
  min-height: 20px;
  font-size: 8px;
  padding: 0 8px;
}

.aura-shop-wishlist-btn {
  position: absolute;
  right: 24px;
  top: 24px;
  width: 38px;
  height: 38px;
  border-radius: 999px;
  border: 1px solid rgba(48, 34, 17, 0.16);
  background: rgba(255, 255, 255, 0.96);
  color: #3d2d1d;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}

.aura-shop-wishlist-btn svg {
  width: 16px;
  height: 16px;
}

.aura-shop-wishlist-btn:hover,
.aura-shop-wishlist-btn.active {
  color: #a36d33;
  border-color: rgba(163, 109, 51, 0.4);
}

.aura-shop-card-quick-actions {
  position: absolute;
  left: 18px;
  right: 18px;
  bottom: 18px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 8px;
  padding: 8px;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(6px);
  box-shadow: 0 8px 18px rgba(16, 23, 34, 0.16);
  opacity: 0;
  transform: translateY(14px);
  transition: all 0.36s ease;
  pointer-events: none;
}

.aura-shop-card:hover .aura-shop-card-quick-actions {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}

.aura-shop-action-btn {
  min-height: 40px;
  border-radius: 999px;
  border: 1px solid transparent;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  padding: 0 10px;
  transition: all 0.3s ease;
}

.aura-shop-action-btn svg {
  width: 13px;
  height: 13px;
}

.aura-shop-action-btn span {
  white-space: nowrap;
}

.aura-shop-action-btn.is-light {
  border-color: rgba(56, 38, 18, 0.18);
  background: #fff;
  color: #312417;
}

.aura-shop-action-btn.is-light:hover {
  border-color: rgba(56, 38, 18, 0.34);
  color: #20160f;
}

.aura-shop-action-btn.is-primary {
  background: #101722;
  color: #fff;
  box-shadow: 0 6px 14px rgba(16, 23, 34, 0.26);
}

.aura-shop-action-btn.is-primary:hover {
  color: #fff;
  transform: translateY(-1px);
  background: #0b1422;
  box-shadow: 0 10px 18px rgba(16, 23, 34, 0.32);
}

.aura-shop-card-content {
  padding: 18px 20px 20px;
  border-top: 1px solid rgba(1, 15, 28, 0.08);
}

@media (hover: none) {
  .aura-shop-card-quick-actions {
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
    background: rgba(255, 255, 255, 0.9);
  }
}

.aura-shop-card-brand {
  margin-bottom: 6px;
  color: #0989ff;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.aura-shop-card-subbrand {
  margin: -2px 0 8px;
  color: #5c6780;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.03em;
}

.aura-shop-stock-note {
  display: inline-flex;
  align-items: center;
  min-height: 22px;
  margin: 0 0 8px;
  padding: 0 10px;
  border-radius: 999px;
  border: 1px solid rgba(140, 53, 41, 0.26);
  background: rgba(140, 53, 41, 0.08);
  color: #7a2f25;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.aura-shop-card-title {
  margin-bottom: 10px;
  font-size: 24px;
  line-height: 1.2;
  letter-spacing: -0.01em;
}

.aura-shop-card-title a:hover {
  color: #8f6531;
}

.aura-shop-card-rating {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 10px;
}

.aura-shop-card-rating span {
  font-size: 12px;
  color: #726252;
}

.aura-shop-card-price {
  display: inline-flex;
  align-items: baseline;
  flex-wrap: wrap;
  gap: 8px;
  row-gap: 4px;
}

.aura-shop-card-price .is-current {
  color: #251a12;
  font-size: 18px;
  font-weight: 800;
  white-space: nowrap;
}

.aura-shop-card-price .is-old {
  color: #9b8a77;
  text-decoration: line-through;
  font-size: 13px;
  font-weight: 600;
  white-space: nowrap;
}

.aura-shop-pagination {
  margin-top: 30px !important;
}

.aura-shop-pagination .tp-pagination ul li a,
.aura-shop-pagination .tp-pagination ul li span {
  width: 42px;
  height: 42px;
  border-radius: 999px;
  border: 1px solid rgba(61, 44, 23, 0.16);
}

.aura-shop-pagination .tp-pagination ul li .current {
  background: #2d2116;
  color: #fff;
  border-color: #2d2116;
}

.aura-shop-filter-drawer .tp-filter-offcanvas-wrapper {
  max-width: 420px;
  background: #fefaf4;
  box-shadow: -18px 0 38px rgba(30, 21, 14, 0.22);
}

.aura-shop-filter-sidebar {
  padding: 0 24px 28px;
}

.aura-shop-filter-head {
  margin-bottom: 24px;
}

.aura-shop-filter-head h3 {
  font-size: 38px;
  line-height: 1;
  margin-bottom: 6px;
}

.aura-shop-filter-head p {
  margin-bottom: 0;
  font-size: 14px;
  color: #665848;
}

.aura-shop-filter-drawer .tp-filter-offcanvas-close {
  margin-bottom: 16px;
}

.aura-shop-filter-drawer .tp-filter-offcanvas-close-btn {
  border-radius: 999px;
  border-color: rgba(56, 40, 22, 0.2);
  background: #fff;
}

.aura-shop-filter-drawer .tp-shop-widget {
  border: 1px solid rgba(58, 42, 23, 0.12);
  border-radius: 14px;
  padding: 14px;
  margin-bottom: 14px;
  background: #fff;
}

.aura-shop-filter-drawer .tp-shop-widget-title {
  margin-bottom: 14px;
}

.aura-shop-filter-drawer .tp-shop-widget .tp-btn {
  width: 100%;
  min-height: 42px;
  border-radius: 999px;
  text-transform: uppercase;
  font-size: 11px;
  letter-spacing: 0.08em;
}

.aura-cart-hero {
  position: relative;
  padding: 48px 0 16px;
  border-bottom: 1px solid rgba(31, 42, 56, 0.08);
  background:
    radial-gradient(circle at 7% 18%, rgba(226, 216, 201, 0.4), transparent 32%),
    radial-gradient(circle at 90% 6%, rgba(201, 213, 204, 0.16), transparent 34%),
    linear-gradient(180deg, #f5efe7 0%, #fcfaf7 100%);
}

.aura-cart-hero-inner {
  max-width: 540px;
  padding-left: 12px;
}

.aura-cart-hero h1 {
  font-size: clamp(34px, 4.2vw, 48px);
  line-height: 1.04;
  margin-bottom: 4px;
  color: #1f2d3d;
}

.aura-cart-breadcrumb {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 10px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-weight: 600;
  color: #6f7a86;
  margin-top: 2px;
}

.aura-cart-breadcrumb a {
  color: #2a3a4b;
}

.aura-cart-breadcrumb a:hover {
  color: #1f2d3d;
}

.aura-cart-area {
  padding-top: 10px;
  background: linear-gradient(180deg, #f5efe7 0%, #ffffff 28%, #ffffff 100%);
}

.aura-cart-area.pb-120 {
  padding-bottom: 76px !important;
}

.aura-cart-area .container {
  max-width: 1280px;
}

.aura-cart-main-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 360px;
  gap: 18px;
  align-items: start;
}

.aura-cart-main-col,
.aura-cart-side-col {
  min-width: 0;
}

.aura-cart-main-grid--single {
  grid-template-columns: 1fr;
}

.aura-cart-side-col .aura-cart-summary {
  position: sticky;
  top: 104px;
}

.aura-cart-table-shell {
  min-height: 0;
}

.aura-cart-summary-shell .aura-cart-summary {
  min-height: 320px;
}

.aura-cart-loading-shell {
  min-height: 320px;
  padding: 16px;
  display: grid;
  gap: 14px;
}

.aura-cart-skeleton-line {
  height: 72px;
  border-radius: 12px;
  background: linear-gradient(90deg, rgba(232, 236, 240, 0.7) 0%, rgba(245, 247, 249, 0.96) 50%, rgba(232, 236, 240, 0.7) 100%);
  background-size: 220% 100%;
  animation: auraCartSkeleton 1.4s ease-in-out infinite;
}

.aura-cart-skeleton-line.is-head {
  height: 38px;
}

@keyframes auraCartSkeleton {
  0% {
    background-position: 100% 0;
  }
  100% {
    background-position: -100% 0;
  }
}

.aura-cart-empty {
  border: 1px dashed rgba(31, 42, 56, 0.16);
  border-radius: 20px;
  padding: 40px 20px 44px;
  background: rgba(255, 253, 250, 0.84);
  min-height: 430px;
}

.aura-cart-empty h3 {
  margin-bottom: 8px;
}

.aura-cart-table-shell {
  border-radius: 20px;
  border: 1px solid rgba(31, 42, 56, 0.12);
  background: linear-gradient(180deg, #fffdfa 0%, #ffffff 100%);
  box-shadow: 0 16px 34px rgba(31, 42, 56, 0.08);
  overflow: hidden;
}

.aura-cart-shipping-banner {
  margin: 0 0 18px !important;
  padding: 14px 18px;
  border: 1px solid rgba(31, 42, 56, 0.1);
  border-radius: 12px;
  background: rgba(250, 247, 242, 0.95);
}

.aura-cart-progress-wrap {
  display: grid;
  gap: 8px;
}

.aura-cart-progress-label {
  margin: 0;
  font-size: 11px;
  line-height: 1.4;
  color: #697381;
  font-weight: 500;
}

.aura-cart-progress-label span {
  color: #4e5f70;
  font-weight: 600;
}

.aura-cart-progress-track {
  width: 100%;
  height: 3px;
  border-radius: 999px;
  background: rgba(31, 42, 56, 0.12);
  overflow: hidden;
}

.aura-cart-progress-fill {
  height: 100%;
  width: 0;
  border-radius: inherit;
  background: linear-gradient(90deg, #b4c2b8 0%, #a8b7ad 100%);
  transition: width 0.4s ease;
}

.aura-cart-progress-fill.is-complete {
  background: linear-gradient(90deg, #9ab19f 0%, #8ea496 100%);
}

.aura-cart-table-wrap {
  overflow-x: auto;
}

.aura-cart-table-shell table {
  margin-bottom: 0;
  width: 100%;
}

.aura-cart-table {
  table-layout: fixed;
}

.aura-cart-col-image {
  width: 96px;
}

.aura-cart-col-title {
  width: 52%;
}

.aura-cart-col-price {
  width: 148px;
}

.aura-cart-col-qty {
  width: 190px;
}

.aura-cart-col-remove {
  width: 72px;
}

.aura-cart-table-shell .table > :not(caption) > * > * {
  border-bottom: 1px solid rgba(31, 42, 56, 0.08);
  box-shadow: none;
  vertical-align: middle;
  padding-left: 12px;
  padding-right: 12px;
}

.aura-cart-table-shell thead th {
  font-size: 10px;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  color: #73808e;
  font-weight: 600;
  border: 0 !important;
  background: rgba(248, 244, 238, 0.88);
  padding-top: 11px !important;
  padding-bottom: 11px !important;
}

.aura-cart-table-shell tbody td {
  padding-top: 16px !important;
  padding-bottom: 16px !important;
}

.aura-cart-table-shell tbody tr:first-child td {
  padding-top: 18px !important;
}

.aura-cart-row {
  animation: auraCartRowIn 0.42s ease both;
  animation-delay: calc(var(--aura-row-index, 0) * 0.07s);
}

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

.aura-cart-image-wrap {
  width: 60px;
  height: 60px;
  border-radius: 12px;
  border: 1px solid rgba(31, 42, 56, 0.12);
  background: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.aura-cart-image {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: transform 0.3s ease;
}

.aura-cart-cell-media {
  width: 96px;
  margin-right: 0 !important;
}

.aura-cart-cell-media .aura-cart-image {
  width: 100% !important;
  height: 100% !important;
  object-fit: contain !important;
}

.aura-cart-image-wrap:hover .aura-cart-image {
  transform: scale(1.04);
}

.aura-cart-brand {
  margin-bottom: 6px;
  color: #8a939d;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.aura-cart-cell-title > a {
  margin-left: 0 !important;
  display: inline-block;
  color: #1f2d3d;
  font-size: 15px;
  line-height: 1.28;
  font-weight: 500;
}

.aura-cart-cell-title > a:hover {
  color: #1a2633;
}

.aura-cart-meta {
  margin: 4px 0 0;
  color: #73614f;
  font-size: 11px;
  line-height: 1.3;
}

.aura-cart-cell-price {
  width: auto;
  text-align: center;
}

.aura-cart-cell-price span {
  font-size: 15px;
  font-weight: 600;
  color: #1f2d3d;
}

.aura-cart-price-wrap {
  min-height: 46px;
  display: inline-flex;
  align-items: center;
}

.aura-cart-cell-qty {
  width: auto;
  text-align: center;
}

.aura-cart-quantity {
  margin: 0 auto !important;
  min-height: 46px;
  border: 0;
  background: transparent;
  padding: 0;
  max-width: 164px;
  width: 164px;
  box-shadow: none;
  transition: box-shadow 0.3s ease, transform 0.3s ease;
}

.aura-cart-quantity.is-pulse {
  animation: auraQtyPulse 0.26s ease;
}

@keyframes auraQtyPulse {
  0% {
    transform: scale(1);
    box-shadow: 0 0 0 rgba(142, 164, 150, 0);
  }
  50% {
    transform: scale(1.03);
    box-shadow: 0 0 0 5px rgba(142, 164, 150, 0.16);
  }
  100% {
    transform: scale(1);
    box-shadow: 0 0 0 rgba(142, 164, 150, 0);
  }
}

.aura-cart-qty-btn {
  width: 36px;
  height: 36px;
  border-radius: 10px;
  border: 1px solid transparent;
  background: transparent;
  color: #273647;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  z-index: 2;
}

.aura-cart-qty-btn:hover {
  background: rgba(255, 255, 255, 0.95);
  border-color: rgba(31, 42, 56, 0.16);
}

.aura-cart-qty-btn:focus-visible {
  outline: 2px solid rgba(111, 139, 122, 0.45);
  outline-offset: 2px;
}

.aura-cart-qty-btn svg {
  width: 16px;
  height: 16px;
}

.aura-cart-quantity .tp-cart-input {
  width: 100%;
  height: 46px;
  border: 1px solid rgba(31, 42, 56, 0.2);
  border-radius: 999px;
  background: #f5f3ee;
  padding: 0 44px;
  color: #1f2d3d;
  font-size: 16px;
  font-weight: 600;
}

.aura-cart-quantity .tp-cart-minus {
  left: 10px;
}

.aura-cart-quantity .tp-cart-plus {
  right: 10px;
}

.aura-cart-cell-remove {
  width: auto;
  text-align: right;
  padding-right: 18px !important;
}

.aura-cart-remove-wrap {
  min-height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
}

.aura-cart-remove-btn {
  width: 36px;
  height: 36px;
  border-radius: 999px;
  border: 1px solid rgba(31, 42, 56, 0.14);
  background: #fff;
  color: #7a8591;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}

.aura-cart-remove-btn:hover {
  color: #2f3d4d;
  border-color: rgba(31, 42, 56, 0.26);
  transform: translateY(-1px);
}

.aura-cart-remove-btn span {
  display: none;
}

.aura-cart-bottom-actions {
  margin-top: 18px;
  display: flex;
  justify-content: flex-end;
}

.aura-cart-clear-btn {
  min-height: auto;
  border-radius: 0;
  border: 0 !important;
  background: transparent !important;
  color: #75808a !important;
  padding: 0 !important;
  font-size: 13px !important;
  letter-spacing: 0.02em;
  text-transform: none;
  font-weight: 500;
  box-shadow: none !important;
  transition: color 0.26s ease;
}

.aura-cart-clear-btn:hover {
  background: transparent !important;
  color: #2c3a4a !important;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

.aura-cart-summary {
  border-radius: 20px;
  border: 1px solid rgba(31, 42, 56, 0.12);
  background: linear-gradient(180deg, #fffdfa 0%, #fff 100%);
  box-shadow: 0 14px 30px rgba(31, 42, 56, 0.09);
  padding: 20px 22px 26px;
  margin-left: 0;
  transition: box-shadow 0.35s ease;
  width: 100%;
}

.aura-cart-summary:hover {
  box-shadow: 0 18px 34px rgba(31, 42, 56, 0.12);
}

.aura-cart-summary-head h3 {
  margin: 0 0 6px;
  font-size: clamp(28px, 2.5vw, 36px);
  line-height: 1.02;
  color: #1f2d3d;
}

.aura-cart-summary-head p {
  margin: 0 0 14px;
  color: #6f7a86;
  font-size: 13px;
  line-height: 1.55;
}

.aura-cart-summary-lines {
  border-top: 1px solid rgba(31, 42, 56, 0.12);
  border-bottom: 1px solid rgba(31, 42, 56, 0.12);
  padding: 11px 0 9px;
}

.aura-cart-summary-line {
  margin: 0;
  padding: 8px 0;
  border: 0;
}

.aura-cart-summary-line span {
  font-size: 15px;
  color: #5e6874;
  font-weight: 500;
}

.aura-cart-summary-line .tp-cart-checkout-top-price {
  color: #1f2d3d;
  font-weight: 600;
}

.aura-cart-summary-total {
  margin: 0;
  padding: 14px 0 10px;
}

.aura-cart-summary-total span {
  font-size: 20px;
  font-weight: 700;
  color: #1f2d3d;
}

.aura-cart-checkout-btn {
  min-height: 54px;
  border-radius: 10px;
  border: 1px solid #5d7568;
  background: linear-gradient(135deg, #6f8b7a 0%, #5f7b6b 100%);
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  font-weight: 700;
  box-shadow: 0 10px 16px rgba(95, 123, 107, 0.2);
  transition: all 0.3s ease;
}

.aura-cart-checkout-btn:hover {
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 14px 20px rgba(95, 123, 107, 0.26);
}

.aura-cart-checkout-btn.is-disabled {
  background: linear-gradient(135deg, #aab4ad 0%, #9aa59d 100%);
  border-color: #95a098;
  box-shadow: none;
  pointer-events: none;
  cursor: not-allowed;
}

.aura-cartmini-wrapper {
  min-height: 100dvh;
  padding-left: 20px;
  padding-right: 20px;
}

.aura-cartmini-shipping {
  border-bottom: 1px solid rgba(31, 42, 56, 0.1);
}

.aura-cartmini-widget {
  height: auto;
  max-height: calc(100dvh - 340px);
  overflow-y: auto;
  padding-bottom: 6px;
}

.aura-cartmini-widget .cartmini__widget-item {
  padding: 16px 0;
  border-bottom-color: rgba(31, 42, 56, 0.12);
}

.aura-cartmini-widget .cartmini__thumb {
  border-radius: 10px;
  overflow: hidden;
  border-color: rgba(31, 42, 56, 0.14);
}

.aura-cartmini-widget .cartmini__title {
  font-size: 16px;
  margin-bottom: 6px;
}

.aura-cartmini-widget .cartmini__price {
  font-size: 18px;
  color: #1c67c8;
  font-weight: 700;
}

.aura-cartmini-widget .cartmini__quantity {
  font-size: 14px;
  color: #2f3c4c;
  font-weight: 600;
}

.aura-cartmini-widget .cartmini__del {
  top: 12px;
  right: 0;
  background: transparent;
  border: 0;
}

.aura-cartmini-checkout {
  margin-top: 8px;
  padding-top: 16px;
  padding-bottom: 26px;
  border-top: 1px solid rgba(31, 42, 56, 0.12);
}

.aura-cartmini-checkout .cartmini__checkout-title {
  margin-bottom: 14px !important;
}

.aura-cartmini-checkout .cartmini__checkout-title h4,
.aura-cartmini-checkout .cartmini__checkout-title span {
  font-size: 18px;
  font-weight: 700;
  color: #101c2c;
}

.aura-cartmini-checkout-btns {
  display: grid;
  gap: 10px;
}

.aura-cartmini-btn {
  min-height: 54px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.02em;
  text-transform: none;
}

.aura-cartmini-btn.aura-cartmini-btn-primary {
  border: 1px solid #5d7568;
  background: linear-gradient(135deg, #6f8b7a 0%, #5f7b6b 100%);
  color: #fff;
  box-shadow: 0 10px 16px rgba(95, 123, 107, 0.2);
}

.aura-cartmini-btn.aura-cartmini-btn-primary:hover {
  color: #fff;
  transform: translateY(-1px);
}

.aura-cartmini-btn.aura-cartmini-btn-secondary {
  border: 3px solid #0e1b2d;
  background: #fff;
  color: #0e1b2d;
}

.aura-cartmini-btn.aura-cartmini-btn-secondary:hover {
  border-color: #0e1b2d;
  color: #0e1b2d;
  background: #f8fbff;
}

.aura-checkout-hero {
  position: relative;
  padding: 42px 0 14px;
  border-bottom: 1px solid rgba(31, 42, 56, 0.08);
  background:
    radial-gradient(circle at 8% 18%, rgba(226, 216, 201, 0.34), transparent 30%),
    radial-gradient(circle at 92% 6%, rgba(201, 213, 204, 0.14), transparent 34%),
    linear-gradient(180deg, #f5efe7 0%, #fcfaf7 100%);
}

.aura-checkout-hero-inner {
  max-width: 540px;
  padding-left: 12px;
}

.aura-checkout-hero h1 {
  margin: 0 0 4px;
  font-size: clamp(34px, 4.2vw, 48px);
  line-height: 1.04;
  color: #1f2d3d;
}

.aura-checkout-breadcrumb {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 2px;
  font-size: 10px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-weight: 600;
  color: #6f7a86;
}

.aura-checkout-breadcrumb a {
  color: #2a3a4b;
}

.aura-checkout-breadcrumb a:hover {
  color: #1f2d3d;
}

.aura-checkout-area {
  padding-top: 10px;
  background:
    radial-gradient(circle at 18% 0%, rgba(255, 255, 255, 0.96) 0%, rgba(248, 250, 252, 0.86) 34%, transparent 58%),
    linear-gradient(180deg, #fbfcff 0%, #f7f9fc 46%, #f3f6fa 100%);
}

.aura-checkout-area.pb-120 {
  padding-bottom: 68px !important;
}

.aura-checkout-shell {
  max-width: 1280px;
}

.aura-checkout-empty {
  border: 1px dashed rgba(31, 42, 56, 0.16);
  border-radius: 20px;
  background: rgba(255, 253, 250, 0.86);
  padding: 36px 20px 40px;
}

.aura-checkout-verify {
  margin-bottom: 16px;
}

.aura-checkout-verify .tp-checkout-verify-item {
  margin-bottom: 0;
}

.aura-checkout-verify-reveal {
  margin-bottom: 0;
  border-radius: 12px;
  border: 1px dashed rgba(31, 42, 56, 0.2);
  background: rgba(255, 253, 250, 0.82);
  color: #4f5c68;
  padding: 12px 16px;
  font-size: 14px;
}

.aura-checkout-verify-reveal button {
  color: #2a3a4b;
  font-weight: 500;
}

.aura-checkout-coupon-form {
  margin-top: 10px;
  padding: 14px;
  border-radius: 12px;
  border: 1px solid rgba(31, 42, 56, 0.14);
  background: rgba(255, 253, 250, 0.9);
}

.aura-checkout-coupon-form .tp-field label {
  margin-bottom: 6px;
  font-size: 12px;
  color: #5c6671;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.aura-checkout-coupon-form .tp-field input {
  border-radius: 10px;
  border: 1px solid rgba(31, 42, 56, 0.15);
  height: 46px;
}

.aura-checkout-coupon-actions {
  margin-top: 12px;
}

.aura-checkout-coupon-msg {
  margin: 10px 0 0;
  color: #4a7f5e;
  font-size: 13px;
}

.aura-checkout-main-row {
  --bs-gutter-x: 20px;
  --bs-gutter-y: 20px;
  align-items: flex-start;
}

.aura-checkout-bill-area {
  padding: 24px 24px 16px;
  border-radius: 20px;
  border: 1px solid rgba(31, 42, 56, 0.08);
  background: #fff;
  box-shadow: 0 14px 30px rgba(31, 42, 56, 0.06);
}

.aura-checkout-right {
  align-self: flex-start;
}

.aura-checkout-bill-title {
  margin-bottom: 16px;
  font-size: clamp(28px, 2.5vw, 36px);
  line-height: 1.08;
  color: #1f2d3d;
}

.aura-checkout-bill-area .tp-checkout-input {
  margin-bottom: 12px;
}

.aura-checkout-bill-area .tp-checkout-input label {
  margin-bottom: 7px;
  font-size: 14px;
  color: #2e3d4d;
}

.aura-sr-label {
  position: absolute !important;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.aura-checkout-bill-area .tp-checkout-input input,
.aura-checkout-bill-area .tp-checkout-input textarea {
  border-radius: 10px;
  border: 1px solid rgba(31, 42, 56, 0.16);
  background: #fff;
  height: 50px;
  padding: 0 16px;
  color: #172331;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.35;
}

.aura-checkout-bill-area .tp-checkout-input input::placeholder,
.aura-checkout-bill-area .tp-checkout-input textarea::placeholder {
  color: #6d7680;
  font-weight: 500;
  opacity: 1;
}

.aura-checkout-bill-area .tp-checkout-input textarea {
  height: 96px;
  padding: 15px 16px;
  resize: vertical;
}

.aura-checkout-bill-area .tp-checkout-input input:focus,
.aura-checkout-bill-area .tp-checkout-input textarea:focus {
  border-color: rgba(31, 42, 56, 0.36);
  box-shadow: 0 0 0 3px rgba(111, 139, 122, 0.14);
}

.aura-form-error {
  margin-top: 4px;
  color: #d04848;
  font-size: 12px;
  line-height: 1.3;
}

.aura-checkout-place {
  padding: 22px 24px 22px;
  border-radius: 20px;
  border: 1px solid rgba(31, 42, 56, 0.08);
  background: #fff;
  box-shadow: 0 14px 30px rgba(31, 42, 56, 0.065);
  position: static;
}

.aura-checkout-place .tp-checkout-place-title {
  margin: 0 0 10px;
  font-size: clamp(34px, 3vw, 46px);
  line-height: 1.02;
  color: #1f2d3d;
}

.aura-checkout-place .tp-order-info-list ul li {
  border-color: rgba(31, 42, 56, 0.1);
}

.aura-checkout-place .tp-order-info-list ul li span,
.aura-checkout-place .tp-order-info-list ul li p,
.aura-checkout-place .tp-order-info-list ul li h4 {
  color: #2a3847;
}

.aura-checkout-shipping-row {
  align-items: center;
  gap: 14px;
}

.aura-delivery-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 30px;
  padding: 6px 12px;
  border-radius: 999px;
  border: 1px solid rgba(95, 123, 107, 0.2);
  background: #f4f8f5;
  color: #365746 !important;
  font-size: 12px;
  font-weight: 800;
  line-height: 1.2;
  text-align: right;
}

.aura-delivery-pill.is-paid {
  border-color: rgba(154, 95, 50, 0.22);
  background: #fff7ef;
  color: #8c552c !important;
}

.aura-delivery-cost-row span:last-child {
  font-weight: 800;
}

.aura-delivery-cost-row span:last-child.is-free {
  color: #3f7a58 !important;
}

.aura-checkout-method-section,
.aura-checkout-payment {
  margin-top: 24px;
  font-family: "Inter", "SF Pro Text", "Segoe UI", Arial, sans-serif !important;
}

.aura-checkout-method-section h4,
.aura-checkout-payment-heading > span {
  display: block;
  margin: 0;
  color: #111;
  font-family: "Inter", "SF Pro Text", "Segoe UI", Arial, sans-serif !important;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: -0.01em;
  line-height: 1.2;
}

.aura-shipping-method-card {
  margin-top: 12px;
  overflow: hidden;
  border: 1px solid rgba(31, 42, 56, 0.14);
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 8px 18px rgba(31, 42, 56, 0.06);
}

.aura-method-option {
  position: relative;
  background: #fff;
  transition: background 0.18s ease, border-color 0.18s ease;
}

.aura-method-option + .aura-method-option {
  border-top: 1px solid rgba(31, 42, 56, 0.12);
}

.aura-method-option.is-selected {
  background: #f1faf9;
  box-shadow: inset 0 0 0 2px #078b88;
}

.aura-method-option > input {
  position: absolute;
  left: 18px;
  top: 24px;
  width: 20px;
  height: 20px;
  accent-color: #078b88;
}

.aura-method-option > input:focus-visible + label {
  outline: 3px solid rgba(7, 139, 136, 0.22);
  outline-offset: -3px;
}

.aura-method-option > label {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 18px;
  min-height: 84px;
  width: 100%;
  margin: 0;
  padding: 22px 22px 20px 58px;
  cursor: pointer;
}

.aura-method-option > label::before,
.aura-method-option > label::after {
  display: none;
}

.aura-method-copy {
  display: flex;
  flex-direction: column;
  gap: 5px;
  min-width: 0;
}

.aura-method-copy strong {
  color: #111;
  font-family: "Inter", "SF Pro Text", "Segoe UI", Arial, sans-serif !important;
  font-size: 15px;
  font-weight: 650;
  line-height: 1.25;
  text-transform: uppercase;
  letter-spacing: 0;
}

.aura-method-copy small {
  color: #111;
  font-family: "Inter", "SF Pro Text", "Segoe UI", Arial, sans-serif !important;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.4;
}

.aura-method-price {
  flex: 0 0 auto;
  color: #111;
  font-family: "Inter", "SF Pro Text", "Segoe UI", Arial, sans-serif !important;
  font-size: 15px;
  font-weight: 650;
  line-height: 1.2;
  text-align: right;
  white-space: nowrap;
}

.aura-method-price.is-free {
  text-transform: uppercase;
}

.aura-checkout-payment {
  padding: 0;
  border: 0;
  background: transparent;
}

.aura-checkout-fee-row span:last-child {
  color: #9a5f32 !important;
  font-weight: 700;
}

.aura-checkout-payment-heading {
  display: flex;
  flex-direction: column;
  gap: 6px;
  margin: 0 0 12px;
}

.aura-checkout-payment-heading small {
  color: #707070;
  font-family: "Inter", "SF Pro Text", "Segoe UI", Arial, sans-serif !important;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.45;
}

.aura-payment-summary-box {
  border: 1px solid rgba(31, 42, 56, 0.14);
  border-radius: 14px;
  background: #f8f8f8;
  overflow: hidden;
}

.aura-payment-summary-box strong {
  display: block;
  padding: 17px 22px;
  border-bottom: 1px solid rgba(31, 42, 56, 0.1);
  background: #f1faf9;
  color: #111;
  font-family: "Inter", "SF Pro Text", "Segoe UI", Arial, sans-serif !important;
  font-size: 16px;
  font-weight: 650;
  letter-spacing: 0;
}

.aura-payment-summary-box p {
  margin: 0;
  padding: 18px 22px;
  color: #1d1d1f;
  font-family: "Inter", "SF Pro Text", "Segoe UI", Arial, sans-serif !important;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.55;
}

.aura-bank-transfer-details {
  padding: 18px 22px 20px;
}

.aura-bank-transfer-details p {
  max-width: 62ch;
  margin: 0 0 16px;
  padding: 0;
  color: #1d1d1f;
  font-family: "Inter", "SF Pro Text", "Segoe UI", Arial, sans-serif !important;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.55;
}

.aura-bank-transfer-details dl {
  display: grid;
  gap: 10px;
  margin: 0;
}

.aura-bank-transfer-details dl > div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  min-height: 44px;
  padding: 11px 14px;
  border: 1px solid rgba(31, 42, 56, 0.1);
  border-radius: 10px;
  background: #fff;
}

.aura-bank-transfer-details dt,
.aura-bank-transfer-details dd {
  margin: 0;
  line-height: 1.35;
}

.aura-bank-transfer-details dt {
  color: #6b7280;
  font-family: "Inter", "SF Pro Text", "Segoe UI", Arial, sans-serif !important;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.025em;
}

.aura-bank-transfer-details dd {
  color: #111;
  font-family: "Inter", "SF Pro Text", "Segoe UI", Arial, sans-serif !important;
  font-size: 15px;
  font-weight: 600;
  text-align: right;
}

@media (max-width: 575px) {
  .aura-checkout-method-section h4,
  .aura-checkout-payment-heading > span {
    font-size: 22px;
  }

  .aura-method-option > label {
    flex-direction: column;
    gap: 8px;
    padding: 18px 14px 16px 50px;
  }

  .aura-method-price {
    align-self: flex-start;
  }

  .aura-method-copy small,
  .aura-checkout-payment-heading small {
    font-size: 14px;
  }

  .aura-payment-summary-box strong,
  .aura-payment-summary-box p {
    padding-left: 16px;
    padding-right: 16px;
  }

  .aura-bank-transfer-details {
    padding-left: 16px;
    padding-right: 16px;
  }

  .aura-bank-transfer-details dl > div {
    align-items: flex-start;
    flex-direction: column;
    gap: 4px;
  }

  .aura-bank-transfer-details dd {
    text-align: left;
  }
}

.aura-checkout-btn-wrapper .tp-checkout-btn {
  min-height: 54px;
  line-height: 54px;
  border-radius: 10px;
  border: 1px solid #5d7568;
  background: linear-gradient(135deg, #6f8b7a 0%, #5f7b6b 100%);
  color: #fff;
  font-size: 12px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  font-weight: 700;
  box-shadow: 0 10px 16px rgba(95, 123, 107, 0.2);
}

.aura-checkout-btn-wrapper .tp-checkout-btn:hover {
  color: #fff;
  transform: translateY(-1px);
  box-shadow: 0 14px 20px rgba(95, 123, 107, 0.26);
}

.aura-checkout-trust-note {
  margin: 10px 0 0;
  font-size: 12px;
  color: #66727f;
  text-align: center;
}

body.aura-qv-open {
  overflow: hidden;
}

.aura-qv-overlay {
  position: fixed;
  inset: 0;
  z-index: 99999;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
  background: rgba(24, 18, 13, 0.46);
  backdrop-filter: blur(6px);
  opacity: 0;
  transition: opacity 0.3s ease;
}

.aura-qv-overlay--open {
  opacity: 1;
}

.aura-qv-overlay--close {
  opacity: 0;
}

.aura-qv-modal {
  width: min(1140px, 100%);
  max-height: calc(100vh - 48px);
  overflow: auto;
  border-radius: 20px;
  border: 1px solid rgba(56, 41, 25, 0.2);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.95) 0%, rgba(252, 246, 237, 0.95) 100%);
  box-shadow: 0 28px 70px rgba(21, 16, 11, 0.34);
  opacity: 0;
  transform: translateY(24px) scale(0.97);
  transition: opacity 0.3s ease, transform 0.3s ease;
  position: relative;
}

.aura-qv-modal--open {
  opacity: 1;
  transform: translateY(0) scale(1);
}

.aura-qv-modal--close {
  opacity: 0;
  transform: translateY(24px) scale(0.97);
}

.aura-qv-shell {
  border-radius: 20px;
}

.aura-qv-content {
  position: relative;
  gap: 28px;
  align-items: flex-start;
  padding: 30px;
}

.aura-qv-shell .tp-product-modal-close-btn {
  top: 18px;
  right: 18px;
  width: 40px;
  height: 40px;
  border-radius: 999px;
  border: 1px solid rgba(56, 40, 23, 0.2);
  background: rgba(255, 255, 255, 0.9);
  color: #372718;
  font-size: 18px;
  transition: all 0.3s ease;
  z-index: 4;
}

.aura-qv-shell .tp-product-modal-close-btn:hover {
  border-color: rgba(56, 40, 23, 0.42);
  transform: rotate(90deg);
}

.aura-qv-gallery {
  flex: 0 0 46%;
  max-width: 46%;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.aura-qv-main-media {
  margin-bottom: 0;
}

.aura-qv-main-thumb {
  min-height: 490px;
  border-radius: 18px;
  border: 1px solid rgba(53, 39, 24, 0.12);
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.aura-qv-main-image {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: transform 0.38s ease;
  animation: auraQvImageFade 0.35s ease;
}

.aura-qv-main-thumb:hover .aura-qv-main-image {
  transform: scale(1.05);
}

@keyframes auraQvImageFade {
  from {
    opacity: 0;
    transform: scale(0.98);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}

.aura-qv-thumb-nav .nav-tabs {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 10px;
  border: 0;
}

.aura-qv-thumb-btn {
  border-radius: 12px !important;
  border: 1px solid rgba(53, 39, 24, 0.12) !important;
  overflow: hidden;
  background: #fff;
  padding: 0;
  width: 96px;
  flex: 0 0 96px;
  height: 96px;
  transition: all 0.3s ease;
}

.aura-qv-thumb-btn.active,
.aura-qv-thumb-btn:hover {
  border-color: rgba(152, 108, 57, 0.58) !important;
  box-shadow: 0 8px 16px rgba(39, 29, 19, 0.12);
}

.aura-qv-thumb-btn::after {
  display: none !important;
}

.aura-qv-thumb-btn > span {
  display: block !important;
  width: 100% !important;
  height: 100% !important;
}

.aura-qv-thumb-btn img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  padding: 6px;
  background: #fff;
}

.aura-qv-thumb-image {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}

.aura-qv-panel {
  flex: 1 1 0;
  min-width: 0;
}

.aura-qv-panel .tp-product-details-category span {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  color: #736452;
}

.aura-qv-panel .tp-product-details-title {
  font-size: clamp(30px, 2.45vw, 42px);
  line-height: 1.04;
  letter-spacing: -0.015em;
  margin-bottom: 12px;
  overflow-wrap: anywhere;
  word-break: break-word;
}

.aura-qv-inventory {
  flex-wrap: wrap;
  gap: 8px 14px;
  margin-bottom: 12px;
}

.aura-qv-panel .tp-product-details-stock span {
  border-radius: 999px;
  background: rgba(30, 111, 74, 0.1);
  color: #185f42;
  border: 1px solid rgba(30, 111, 74, 0.18);
  text-transform: capitalize;
}

.aura-qv-panel .tp-product-details-rating svg {
  transform: scale(1.03);
}

.aura-qv-panel .tp-product-details-reviews span {
  font-size: 13px;
  color: #594a39;
  font-weight: 600;
}

.aura-qv-description {
  margin-bottom: 14px;
  color: #4f4438;
  line-height: 1.62;
  font-size: 15px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.aura-qv-benefits {
  margin: 0 0 16px;
  padding-left: 0;
  list-style: none;
  display: grid;
  gap: 6px;
}

.aura-qv-benefits li {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #4f4539;
  font-size: 13px;
  line-height: 1.45;
}

.aura-qv-benefits li::before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 999px;
  background: linear-gradient(120deg, #d4af77 0%, #b8884f 100%);
  flex: 0 0 auto;
}

.aura-qv-panel .tp-product-details-price-wrapper {
  margin-bottom: 16px !important;
}

.aura-qv-panel .tp-product-details-price.new-price {
  font-size: 34px;
  font-weight: 700;
  color: #21170f;
}

.aura-qv-panel .tp-product-details-price.old-price {
  font-size: 16px;
  color: #9f8c79;
}

.aura-qv-panel .tp-product-details-variation {
  margin-bottom: 16px;
}

.aura-qv-panel .tp-product-details-variation-title {
  font-size: 13px;
  color: #594a3a;
}

.aura-qv-panel .tp-color-variation-btn {
  border-radius: 999px;
}

.aura-qv-cta-wrap {
  margin-top: 8px;
}

.aura-qv-cta-wrap .tp-product-details-action-title {
  margin-bottom: 8px;
  font-size: 13px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #665747;
}

.aura-qv-action-row {
  gap: 10px;
}

.aura-qv-panel .nees-cta-group {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.aura-qv-panel .nees-cta-group .nees-btn {
  min-height: 48px;
  width: 100%;
  border-radius: 12px;
  padding: 0 14px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.aura-qv-panel .nees-cta-group .nees-btn-ghost {
  grid-column: 1 / -1;
  justify-self: flex-start;
  width: auto;
  min-width: 140px;
}

.aura-qv-btn {
  min-height: 50px;
  border-radius: 14px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  transition: all 0.35s ease;
}

.aura-qv-btn.aura-qv-btn-primary {
  background: #2a211a;
  color: #fff;
  border: 1px solid #2a211a;
  box-shadow: 0 10px 24px rgba(36, 27, 20, 0.22);
}

.aura-qv-btn.aura-qv-btn-primary:hover {
  background: #1c140f;
  border-color: #1c140f;
  color: #fff;
  transform: translateY(-2px);
}

.aura-qv-btn.aura-qv-btn-secondary {
  border: 1px solid rgba(53, 39, 23, 0.2);
  background: #fff;
  color: #2d2219;
}

.aura-qv-btn.aura-qv-btn-secondary:hover {
  border-color: rgba(53, 39, 23, 0.38);
  color: #2d2219;
  transform: translateY(-1px);
}

.aura-qv-quantity {
  margin-bottom: 14px;
}

.aura-qv-quantity .tp-product-quantity {
  margin: 0 !important;
  border-radius: 999px;
  border: 1px solid rgba(53, 39, 23, 0.16);
  background: #f7f2eb;
  min-height: 50px;
  max-width: 170px;
  padding: 0 8px;
}

.aura-qv-quantity .tp-cart-minus,
.aura-qv-quantity .tp-cart-plus {
  width: 34px;
  height: 34px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}

.aura-qv-quantity .tp-cart-minus:hover,
.aura-qv-quantity .tp-cart-plus:hover {
  background: #fff;
}

.aura-qv-quantity .tp-cart-input {
  background: transparent;
  font-size: 15px;
  font-weight: 700;
}

.aura-qv-trust-block {
  margin-top: 12px;
  border: 1px solid rgba(54, 39, 23, 0.14);
  border-radius: 14px;
  padding: 12px 14px;
  background: rgba(255, 255, 255, 0.76);
}

.aura-qv-trust-badge {
  display: inline-flex;
  align-items: center;
  min-height: 24px;
  border-radius: 999px;
  border: 1px solid rgba(36, 31, 26, 0.2);
  padding: 0 10px;
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #2f251b;
  margin-bottom: 6px;
}

.aura-qv-trust-block p {
  margin: 0;
  color: #5a4d40;
  font-size: 12px;
  line-height: 1.5;
}

.aura-qv-trust-block p + p {
  margin-top: 2px;
}

.aura-qv-utility {
  margin-top: 14px;
  padding-top: 14px;
  border-top: 1px solid rgba(56, 41, 25, 0.12);
  margin-bottom: 0;
  padding-bottom: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.aura-qv-utility .tp-product-details-action-sm-btn {
  min-height: 38px;
  border-radius: 999px;
  border: 1px solid rgba(56, 41, 25, 0.14);
  background: rgba(255, 255, 255, 0.85);
  font-size: 12px;
  font-weight: 500;
  color: #5f5346;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 0 14px;
  line-height: 1;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.aura-qv-utility .tp-product-details-action-sm-btn:hover {
  color: #2c2219;
  border-color: rgba(56, 41, 25, 0.3);
}

.aura-pdp-area {
  background:
    radial-gradient(circle at 14% 0%, rgba(255, 255, 255, 0.98) 0%, rgba(248, 250, 252, 0.88) 36%, transparent 62%),
    linear-gradient(180deg, #fbfcff 0%, #f8fafc 48%, #f4f7fb 100%);
}

.aura-pdp-top {
  padding-top: 34px;
  padding-bottom: 76px !important;
}

.aura-pdp-grid {
  --bs-gutter-x: 52px;
  align-items: flex-start;
}

.aura-pdp-gallery {
  align-items: flex-start;
  gap: 14px;
}

.aura-pdp-gallery nav {
  flex: 0 0 94px;
}

.aura-pdp-thumbs {
  gap: 10px;
  border: 0;
}

.aura-pdp-thumbs .aura-pdp-thumb-btn {
  width: 92px;
  height: 112px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 14px;
  border: 1px solid rgba(54, 40, 23, 0.14);
  overflow: hidden;
  padding: 6px;
  transition: all 0.3s ease;
  background: #fff;
}

.aura-pdp-thumbs .aura-pdp-thumb-btn::after {
  display: none !important;
}

.aura-pdp-thumbs .aura-pdp-thumb-btn > span {
  display: block !important;
  width: 100% !important;
  height: 100% !important;
}

.aura-pdp-thumbs .aura-pdp-thumb-btn.active,
.aura-pdp-thumbs .aura-pdp-thumb-btn:hover {
  border-color: rgba(184, 136, 79, 0.6);
  box-shadow: 0 10px 20px rgba(40, 30, 20, 0.12);
}

.aura-pdp-thumbs .aura-pdp-thumb-btn img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  padding: 0;
  background: #fff;
}

.aura-pdp-thumb-image {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}

.aura-pdp-main-wrap {
  flex: 1 1 auto;
}

.aura-pdp-main-thumb {
  min-height: 640px;
  border-radius: 24px;
  border: 1px solid rgba(54, 40, 23, 0.12);
  background: #fff;
  padding: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.aura-pdp-main-image {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: transform 0.45s ease;
}

.aura-pdp-main-thumb:hover .aura-pdp-main-image {
  transform: scale(1.04);
}

.aura-pdp-panel {
  max-width: 520px;
}

.aura-pdp-panel .tp-product-details-category {
  margin-bottom: 8px;
}

.aura-pdp-panel .tp-product-details-category span {
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: #756553;
  font-weight: 700;
}

.aura-pdp-panel .tp-product-details-title {
  font-size: clamp(36px, 4vw, 56px);
  line-height: 0.95;
  margin-bottom: 14px;
  color: #231911;
}

.aura-pdp-panel .tp-product-details-inventory {
  gap: 10px 14px;
  margin-bottom: 14px !important;
}

.aura-pdp-panel .tp-product-details-stock span {
  border-radius: 999px;
  background: rgba(30, 111, 74, 0.11);
  border: 1px solid rgba(30, 111, 74, 0.2);
  color: #195f43;
  text-transform: capitalize;
  font-size: 11px;
}

.aura-pdp-panel .tp-product-details-reviews span {
  color: #6d5e4d;
}

.aura-pdp-description {
  color: #4f4539;
  line-height: 1.7;
  margin-bottom: 22px;
}

.aura-description-blocks {
  display: grid;
  gap: 14px;
}

.aura-description-section {
  display: grid;
  gap: 8px;
}

.aura-description-title {
  margin: 0;
  font-size: 17px;
  font-weight: 700;
  line-height: 1.25;
  color: #231b14;
}

.aura-description-text {
  margin: 0;
  color: #4f4539;
  font-size: 16px;
  line-height: 1.75;
}

.aura-description-list {
  margin: 0;
  padding-left: 20px;
  display: grid;
  gap: 4px;
}

.aura-description-list li {
  color: #4f4539;
  line-height: 1.7;
}

.aura-description-list--ordered {
  padding-left: 24px;
}

.aura-description-toggle {
  margin-top: 10px;
  border: 0;
  background: transparent;
  color: #806038;
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.aura-description-blocks.is-compact .aura-description-title {
  font-size: 16px;
}

.aura-description-blocks.is-compact .aura-description-text,
.aura-description-blocks.is-compact .aura-description-list li {
  font-size: 15px;
  line-height: 1.7;
}

.tp-product-details-desc-content .aura-description-blocks {
  gap: 16px;
}

.tp-product-details-desc-content .aura-description-title {
  font-size: 18px;
}

.tp-product-details-desc-content .aura-description-text,
.tp-product-details-desc-content .aura-description-list li {
  font-size: 16px;
  line-height: 1.8;
}

.aura-pdp-panel .tp-product-details-price-wrapper {
  display: flex;
  align-items: baseline;
  gap: 12px;
  margin-bottom: 14px !important;
}

.aura-pdp-panel .tp-product-details-price.new-price {
  font-size: clamp(34px, 3vw, 46px);
  font-weight: 700;
  color: #241a12;
}

.aura-pdp-panel .tp-product-details-price-wrapper.is-inquiry {
  margin-bottom: 16px !important;
}

.aura-pdp-panel .tp-product-details-price.new-price.inquiry-only-label {
  display: inline-block;
  font-size: clamp(24px, 2.1vw, 32px);
  line-height: 1.12;
  letter-spacing: -0.01em;
  white-space: nowrap;
}

.aura-pdp-panel .tp-product-details-price.old-price {
  font-size: 18px;
  color: #9b8977;
}

.aura-pdp-trust-inline {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 20px;
}

.aura-pdp-trust-inline span {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  border-radius: 999px;
  border: 1px solid rgba(51, 36, 20, 0.2);
  background: rgba(255, 255, 255, 0.84);
  padding: 0 12px;
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #3b2c1c;
  font-weight: 700;
}

.aura-pdp-panel .tp-product-details-action-title {
  margin-bottom: 10px;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.09em;
  color: #6b5a47;
}

.aura-pdp-panel .tp-product-details-action-item-wrapper {
  gap: 10px;
}

.aura-pdp-panel .aura-pdp-action-row {
  align-items: stretch !important;
  gap: 12px;
  margin-bottom: 12px;
}

.aura-pdp-panel .aura-pdp-action-row .tp-product-details-quantity {
  flex: 0 0 auto;
}

.aura-pdp-panel .aura-pdp-action-row .tp-product-details-add-to-cart {
  display: flex;
  flex: 1 1 auto;
  margin-bottom: 0 !important;
}

.aura-pdp-panel .aura-pdp-action-row .tp-product-details-add-to-cart-btn {
  width: 100%;
}

.aura-pdp-panel .tp-product-details-quantity .tp-product-quantity {
  margin-right: 0 !important;
  position: relative;
  overflow: hidden;
  border-radius: 999px;
  border: 1px solid rgba(52, 38, 22, 0.16);
  background: #f8f3ec;
  min-height: 50px;
  padding: 0 8px;
}

.aura-pdp-panel .tp-product-details-quantity .tp-cart-input[type="text"] {
  height: 48px;
  line-height: 48px;
  border: 0 !important;
  border-radius: 999px !important;
  background: transparent !important;
  box-shadow: none !important;
  padding: 0 34px;
}

.aura-pdp-panel .tp-product-details-quantity .tp-cart-input[type="text"]:focus {
  outline: none;
  box-shadow: none;
}

.aura-pdp-panel .tp-product-details-quantity .aura-pdp-quantity-pill {
  margin: 0 !important;
  width: 112px;
}

.aura-pdp-panel .tp-product-details-quantity .tp-cart-minus,
.aura-pdp-panel .tp-product-details-quantity .tp-cart-plus {
  width: 34px;
  height: 34px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.aura-pdp-panel .tp-product-details-quantity .tp-cart-minus:hover,
.aura-pdp-panel .tp-product-details-quantity .tp-cart-plus:hover {
  background: #fff;
}

.aura-pdp-btn {
  min-height: 52px;
  border-radius: 14px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  transition: all 0.34s ease;
}

.aura-pdp-btn.aura-pdp-btn-primary {
  border: 1px solid #2a211a;
  background: #2a211a;
  color: #fff;
  box-shadow: 0 12px 26px rgba(35, 25, 16, 0.2);
}

.aura-pdp-btn.aura-pdp-btn-primary:hover {
  color: #fff;
  background: #1d150f;
  border-color: #1d150f;
  transform: translateY(-2px);
}

.aura-pdp-panel .aura-pdp-checkout-btn {
  margin-top: 0;
}

.aura-pdp-btn.aura-pdp-btn-secondary {
  border: 1px solid rgba(53, 39, 23, 0.2);
  background: #fff;
  color: #2f2419;
}

.aura-pdp-btn.aura-pdp-btn-secondary:hover {
  color: #2f2419;
  border-color: rgba(53, 39, 23, 0.4);
  transform: translateY(-1px);
}

.aura-pdp-panel .tp-product-details-action-sm {
  margin-top: 16px;
  padding-top: 16px;
  border-top: 1px solid rgba(52, 38, 22, 0.14);
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.aura-pdp-panel .tp-product-details-action-sm-btn {
  min-height: 40px;
  border-radius: 999px;
  border: 1px solid rgba(52, 38, 22, 0.16);
  background: rgba(255, 255, 255, 0.86);
  color: #615345;
  font-size: 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 0 14px;
  line-height: 1;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.aura-pdp-panel .tp-product-details-action-sm-btn:hover {
  color: #2d2319;
  border-color: rgba(52, 38, 22, 0.34);
}

.aura-pdp-panel .tp-product-details-action-sm-btn svg {
  width: 15px;
  height: 15px;
  flex: 0 0 auto;
}

.aura-pdp-panel .tp-product-details-query,
.aura-pdp-panel .tp-product-details-msg,
.aura-pdp-panel .tp-product-details-social,
.aura-pdp-panel .tp-product-details-payment {
  margin-top: 16px;
}

.aura-pdp-panel .tp-product-details-social a {
  width: 32px;
  height: 32px;
  border-radius: 999px;
  border: 1px solid rgba(52, 38, 22, 0.16);
}

.nees-quote-form-wrap,
.nees-b2b-panel,
.nees-prof-card {
  border-radius: 18px;
  box-shadow: 0 10px 28px rgba(45, 35, 22, 0.08);
}

.nees-prof-card-minimal {
  border: 1px solid rgba(17, 24, 39, 0.1);
  background: #fff;
  overflow: hidden;
  transition: transform 0.35s ease, box-shadow 0.35s ease;
}

.nees-prof-card-minimal:hover {
  transform: translateY(-6px);
  box-shadow: 0 18px 34px rgba(45, 35, 22, 0.14);
}

.nees-prof-card-trigger {
  overflow: hidden;
  border-radius: 12px;
  cursor: pointer;
}

.nees-prof-card-trigger img {
  transition: transform 0.7s ease;
}

.nees-prof-card-minimal:hover .nees-prof-card-trigger img,
.nees-prof-card-minimal:focus-within .nees-prof-card-trigger img {
  transform: scale(1.08);
}

.nees-prof-card-minimal .nees-prof-card-content {
  border-top: 1px solid rgba(17, 24, 39, 0.08);
  padding: 16px 18px 20px;
}

.nees-prof-card-media {
  padding: 12px;
  background: #f7fafc;
}

.nees-prof-card-media .d-block {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 240px;
  border-radius: 12px;
  background: #fff;
  overflow: hidden;
}

.nees-prof-card-media img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.nees-prof-card-content h3 {
  margin-bottom: 0;
}

.nees-prof-title-btn {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  color: #131c2a;
  font-family: "Inter", "Helvetica Neue", Arial, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.26;
  letter-spacing: -0.01em;
  width: 100%;
  cursor: pointer;
}

.nees-prof-title-btn:hover {
  color: #8f6531;
}

.aura-mobile-sticky-cta {
  position: fixed;
  left: 12px;
  right: 12px;
  bottom: 12px;
  z-index: 97;
  box-sizing: border-box;
  max-width: calc(100vw - 24px);
  display: none;
  gap: 8px;
  border-radius: 999px;
  padding: 8px;
  background: rgba(30, 22, 15, 0.88);
  box-shadow: 0 12px 28px rgba(31, 23, 14, 0.35);
  backdrop-filter: blur(8px);
}

.aura-mobile-sticky-btn {
  flex: 1 1 33.333%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  border-radius: 999px;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  white-space: nowrap;
}

.aura-mobile-sticky-btn.is-retail {
  background: #fff7ec;
  color: #392715;
}

.aura-mobile-sticky-btn.is-machines {
  background: #edf4ff;
  color: #173a72;
}

.aura-mobile-sticky-btn.is-b2b {
  background: linear-gradient(120deg, #cfaa72 0%, #b6874f 100%);
  color: #fff;
}

.aura-gateway-card,
.aura-offer-card,
.tp-luxury-card,
.tp-proof-card,
.tp-feature-item-2 {
  animation: auraFadeUp 0.6s ease both;
}

/* Related products: keep cards aligned when some items show inquiry CTAs */
.aura-related-slider .swiper-slide {
  height: auto;
  display: flex;
}

.aura-related-slider .swiper-slide > * {
  width: 100%;
}

.aura-related-slider .tp-product-item-3 {
  height: 100%;
  margin-bottom: 0;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border-radius: 20px;
  background: #fff;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.aura-related-slider .tp-product-item-3:hover,
.aura-related-slider .tp-product-item-3:focus-within {
  transform: translateY(-4px);
  box-shadow: 0 18px 32px rgba(27, 18, 9, 0.16);
}

.aura-related-slider .tp-product-thumb-3 {
  position: relative;
  min-height: 300px;
  border-radius: 20px 20px 0 0;
  overflow: hidden;
  background: linear-gradient(180deg, #f7f7f8 0%, #f1f2f5 100%);
}

.aura-related-slider .tp-product-thumb-3 > a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 300px;
  padding: 24px;
}

.aura-related-slider .tp-product-thumb-3 img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.aura-related-slider .tp-product-action-3 {
  right: 14px;
  opacity: 0;
  visibility: hidden;
  transform: translateX(8px);
  transition: opacity 0.22s ease, transform 0.22s ease;
}

.aura-related-slider .tp-product-item-3:hover .tp-product-action-3,
.aura-related-slider .tp-product-item-3:focus-within .tp-product-action-3 {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
}

.aura-related-slider .tp-product-add-cart-btn-large-wrapper {
  display: none !important;
}

.aura-related-slider .tp-product-content-3 {
  display: flex;
  flex-direction: column;
  min-height: 170px;
  padding: 14px 14px 16px;
}

.aura-related-slider .tp-product-title-3 {
  font-size: 17px;
  line-height: 1.2;
  margin-bottom: 0;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.aura-related-slider .tp-product-price-wrapper-3 {
  margin-top: auto;
  padding-top: 10px;
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
  gap: 8px;
  row-gap: 4px;
}

.aura-related-slider .tp-product-price-3 {
  font-size: 16px;
  display: inline-flex;
  align-items: baseline;
  line-height: 1.1;
  white-space: nowrap;
  font-weight: 700;
}

.aura-related-slider .tp-product-price-3.new-price {
  font-weight: 800;
}

.aura-related-slider .tp-product-price-3.old-price {
  font-size: 14px;
  font-weight: 600;
  color: #435066;
}

.tp-special-wrapper .tp-section-title-pre-3 {
  color: #6a3d0f;
}

.tp-proof-cta .tp-btn.tp-btn-2 {
  background-color: #8a5520;
  border-color: #8a5520;
  color: #fff;
}

.tp-proof-cta .tp-btn.tp-btn-2:hover {
  background-color: #6b3f13;
  border-color: #6b3f13;
  color: #fff;
}

.aura-hero-lite-slider .tp-swiper-dot .swiper-pagination-bullet {
  width: 26px;
  height: 26px;
  margin: 0 4px;
  border: 0;
  background: transparent;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.aura-hero-lite-slider .tp-swiper-dot .swiper-pagination-bullet::before {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: rgba(41, 33, 23, 0.36);
  transition: background-color 0.2s ease, transform 0.2s ease;
}

.aura-hero-lite-slider .tp-swiper-dot .swiper-pagination-bullet.swiper-pagination-bullet-active::before {
  background: #8a5520;
  transform: scale(1.12);
}

@media (max-width: 991px) {
  .aura-related-slider .tp-product-action-3 {
    opacity: 1;
    visibility: visible;
    transform: none;
  }

  .aura-related-slider .tp-product-add-cart-btn-large-wrapper {
    display: none !important;
  }
}

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

@media (max-width: 1199px) {
  .aura-header-wrap .main-menu.menu-style-3 > nav > ul {
    gap: 14px;
  }

  .aura-header-wrap .main-menu.menu-style-3 > nav > ul > li > a {
    font-size: 12px;
    letter-spacing: 0.03em;
  }

  .aura-trust-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .aura-shop-products-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .aura-qv-content {
    gap: 22px;
    padding: 24px;
  }

  .aura-qv-gallery {
    flex-basis: 44%;
    max-width: 44%;
  }

  .aura-qv-main-thumb {
    min-height: 430px;
  }

  .aura-qv-panel .tp-product-details-title {
    font-size: clamp(27px, 3.4vw, 36px);
    line-height: 1.06;
  }

  .aura-pdp-main-thumb {
    min-height: 620px;
  }

  .aura-pdp-grid {
    --bs-gutter-x: 34px;
  }
}

@media (max-width: 991px) {
  .tp-announcement-bar-inner {
    min-height: 36px;
  }

  .tp-announcement-bar-icon {
    display: none;
  }

  .tp-announcement-bar-text {
    font-size: 11px;
    letter-spacing: 0.03em;
  }

  .aura-header-wrap .tp-header-bottom-3 .row {
    min-height: 72px;
  }

  .aura-header-wrap .logo img {
    height: 36px;
  }

  .aura-logo-wordmark {
    font-size: 36px;
  }

  .aura-logo-wordmark-compact {
    font-size: 34px;
  }

  .aura-header-actions .tp-header-action-btn {
    width: 40px;
    height: 40px;
  }

  .aura-gateway-card,
  .aura-offer-card {
    padding: 22px;
  }

  .aura-home-products-head {
    align-items: center;
    margin-bottom: 20px;
  }

  .aura-home-products-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    justify-content: stretch;
    max-width: none;
    gap: 14px;
  }

  .aura-accessories-section {
    padding-bottom: 58px;
  }

  .aura-accessories-head {
    margin-bottom: 20px;
  }

  .aura-accessories-head h2 {
    font-size: clamp(32px, 9vw, 48px);
  }

  .aura-accessories-head p {
    font-size: 15px;
  }

  .aura-accessories-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    justify-content: stretch;
    max-width: none;
    gap: 14px;
  }

  .aura-accessory-content {
    padding: 12px 13px 14px;
  }

  .aura-accessory-content h3 {
    min-height: 0;
    margin-bottom: 6px;
    font-size: 20px;
    line-height: 1.16;
  }

  .aura-accessory-price {
    margin-top: 0;
    padding-top: 0;
    gap: 6px;
    row-gap: 2px;
  }

  .aura-accessory-price span {
    font-family: "Inter", "Helvetica Neue", Arial, sans-serif;
    font-size: 22px;
    font-weight: 800;
    letter-spacing: 0;
  }

  .aura-accessory-price del {
    font-size: 16px;
  }

  .aura-accessory-actions {
    grid-template-columns: 1fr;
    gap: 8px;
    margin-top: 10px;
  }

  .aura-accessory-cart-btn,
  .aura-accessory-link {
    min-height: 36px;
    padding: 0 10px;
    font-size: 10px;
  }

  .aura-home-products-item .tp-product-content-3 {
    min-height: 160px;
    padding: 12px 13px 14px;
  }

  .aura-home-products-item .tp-product-title-3 {
    min-height: 0;
    margin-bottom: 6px;
    font-size: 20px;
    line-height: 1.16;
  }

  .aura-home-products-item .tp-product-price-wrapper-3 {
    margin-top: 0;
    padding-top: 0;
    gap: 6px;
    row-gap: 2px;
  }

  .aura-home-products-item .tp-product-price-3 {
    font-family: "Inter", "Helvetica Neue", Arial, sans-serif;
    font-size: 22px;
    font-weight: 800;
    letter-spacing: 0;
  }

  .aura-home-products-item .tp-product-price-3.old-price {
    font-size: 16px;
    font-weight: 700;
  }

  .aura-brand-heading {
    margin-bottom: 16px;
  }

  .aura-brand-kicker {
    min-height: 40px;
    padding: 7px 20px;
    font-size: 11px;
  }

  .aura-brand-heading h3 {
    margin: 14px 0 10px;
    font-size: clamp(34px, 10vw, 52px);
  }

  .aura-brand-heading p {
    font-size: clamp(15px, 4.6vw, 20px);
  }

  .aura-hero-area .tp-slider-height-3 {
    min-height: 0;
    height: auto;
    aspect-ratio: 16 / 9;
  }

  .aura-hero-area .aura-hero-left-overlay {
    width: 74%;
  }

  .aura-hero-content {
    padding-top: 122px;
    padding-bottom: 46px;
  }

  .aura-mobile-sticky-cta {
    display: flex;
    left: 10px;
    right: 10px;
    bottom: calc(10px + env(safe-area-inset-bottom));
  }

  .tp-category-area {
    padding-top: 58px;
  }

  .tp-category-item-3 {
    min-height: 380px;
  }

  .whatsapp-float-wrapper {
    left: 14px;
    bottom: calc(82px + env(safe-area-inset-bottom));
    width: 44px;
    height: 44px;
    z-index: 96;
    pointer-events: none;
  }

  .whatsapp-float-btn {
    width: 44px;
    height: 44px;
    pointer-events: auto;
  }

  .aura-shop-hero {
    padding: 66px 0 38px;
  }

  .aura-shop-shell {
    padding: 18px;
  }

  .aura-shop-toolbar {
    align-items: flex-start;
  }

  .aura-shop-toolbar-left,
  .aura-shop-toolbar-right {
    width: 100%;
  }

  .aura-shop-toolbar-right {
    justify-content: flex-start;
    min-width: 0;
  }

  .aura-shop-toolbar-right .aura-shop-toggle {
    display: none;
  }

  .aura-shop-category-links,
  .nees-prof-category-links {
    flex-wrap: nowrap !important;
    justify-content: flex-start;
    gap: 8px !important;
    overflow-x: auto;
    overflow-y: hidden;
    padding-bottom: 6px;
    margin-bottom: 18px;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
  }

  .aura-shop-category-links::-webkit-scrollbar,
  .nees-prof-category-links::-webkit-scrollbar {
    display: none;
  }

  .aura-shop-category-links .tp-btn.tp-btn-sm,
  .nees-prof-category-links .tp-btn.tp-btn-sm {
    flex: 0 0 auto;
    min-height: 36px;
    padding: 0 13px;
    font-size: 11px;
  }

  .aura-shop-section-head {
    gap: 10px;
    flex-direction: column;
    align-items: flex-start !important;
  }

  .aura-shop-products-grid {
    gap: 14px;
  }

  .aura-shop-card-media {
    padding: 12px;
  }

  .aura-shop-image-link {
    height: 210px;
  }

  .aura-shop-card-badges {
    top: 14px;
    left: 14px;
    right: 52px;
    gap: 4px;
  }

  .aura-shop-card-badge {
    min-height: 21px;
    padding: 0 8px;
    font-size: 9px;
    letter-spacing: 0.06em;
  }

  .aura-shop-wishlist-btn {
    right: 14px;
    top: 14px;
    width: 32px;
    height: 32px;
  }

  .aura-shop-wishlist-btn svg {
    width: 13px;
    height: 13px;
  }

  .aura-shop-card-quick-actions {
    left: 12px;
    right: 12px;
    bottom: 12px;
    padding: 6px;
    border-radius: 10px;
    gap: 6px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .aura-shop-action-btn {
    min-height: 34px;
    padding: 0 7px;
    font-size: 8.5px;
    letter-spacing: 0.05em;
    gap: 4px;
  }

  .aura-shop-action-btn svg {
    width: 11px;
    height: 11px;
  }

  .aura-shop-card-content {
    padding: 12px 12px 14px;
  }

  .aura-shop-card-brand {
    margin-bottom: 4px;
    font-size: 10px;
    letter-spacing: 0.06em;
  }

  .aura-shop-card-subbrand {
    margin: -1px 0 6px;
    font-size: 9px;
    letter-spacing: 0.04em;
  }

  .aura-shop-stock-note {
    min-height: 19px;
    margin: 0 0 6px;
    padding: 0 8px;
    font-size: 8.5px;
    letter-spacing: 0.05em;
  }

  .aura-shop-card-title {
    margin-bottom: 6px;
    font-size: 18px;
    line-height: 1.24;
    min-height: 2.48em;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  .aura-shop-card-price {
    gap: 6px;
    row-gap: 2px;
  }

  .aura-shop-card-price .is-current {
    font-family: "Inter", "Helvetica Neue", Arial, sans-serif;
    font-size: 19px;
    font-weight: 800;
    letter-spacing: 0;
  }

  .aura-shop-card-price .is-old {
    font-family: "Inter", "Helvetica Neue", Arial, sans-serif;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0;
  }

  .nees-prof-listing .tp-section-title {
    font-size: clamp(20px, 5vw, 28px);
  }

  .nees-prof-listing .tp-product-count {
    min-height: 26px;
    padding: 0 10px;
    font-size: 10px;
  }

  .nees-prof-card-media .d-block {
    min-height: 190px;
  }

  .nees-prof-card-minimal .nees-prof-card-content {
    padding: 10px 10px 12px;
  }

  .nees-prof-title-btn {
    font-size: 15px;
    line-height: 1.3;
    min-height: 2.6em;
  }

  .nees-prof-card .tp-btn.tp-btn-sm.tp-btn-border {
    min-height: 30px;
    padding: 0 10px;
    font-size: 10px;
    letter-spacing: 0.05em;
  }

  .aura-cart-hero {
    padding: 40px 0 14px;
  }

  .aura-cart-hero-inner {
    padding-left: 10px;
  }

  .aura-cart-area {
    padding-top: 8px;
  }

  .aura-cart-main-grid {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .aura-cart-side-col .aura-cart-summary {
    position: static;
    top: auto;
  }

  .aura-cart-table-shell .table {
    min-width: 760px;
  }

  .aura-cart-summary {
    margin-top: 0;
  }

  .aura-cartmini-widget {
    max-height: calc(100dvh - 320px);
  }

  .aura-checkout-hero {
    padding: 34px 0 14px;
  }

  .aura-checkout-hero-inner {
    padding-left: 10px;
  }

  .aura-checkout-area {
    padding-top: 8px;
  }

  .aura-checkout-main-row {
    --bs-gutter-y: 14px;
  }

  .aura-checkout-place {
    position: static;
    top: auto;
  }

  .aura-checkout-place .tp-checkout-place-title {
    font-size: clamp(30px, 7vw, 40px);
  }

  .aura-qv-overlay {
    padding: 14px;
  }

  .aura-qv-modal {
    max-height: calc(100vh - 28px);
  }

  .aura-qv-content {
    flex-direction: column;
    padding: 18px;
    gap: 16px;
  }

  .aura-qv-gallery {
    max-width: 100%;
    width: 100%;
    flex-basis: auto;
  }

  .aura-qv-main-thumb {
    min-height: 360px;
  }

  .aura-qv-thumb-nav .nav-tabs {
    justify-content: flex-start;
  }

  .aura-qv-action-row {
    flex-direction: column;
    align-items: stretch;
  }

  .aura-qv-panel .nees-cta-group {
    grid-template-columns: 1fr;
  }

  .aura-qv-panel .nees-cta-group .nees-btn-ghost {
    justify-self: stretch;
    width: 100%;
  }

  .aura-qv-quantity .tp-product-quantity {
    max-width: 100%;
    width: 100%;
  }

  .aura-pdp-top {
    padding-top: 48px;
    padding-bottom: 72px !important;
  }

  .aura-pdp-grid {
    --bs-gutter-x: 24px;
    --bs-gutter-y: 24px;
  }

  .aura-pdp-gallery {
    flex-direction: column-reverse;
    gap: 12px;
  }

  .aura-pdp-gallery nav {
    flex: 0 0 auto;
    width: 100%;
  }

  .aura-pdp-thumbs {
    flex-direction: row !important;
    flex-wrap: nowrap;
    overflow-x: auto;
    padding-bottom: 2px;
  }

  .aura-pdp-thumbs .aura-pdp-thumb-btn {
    width: 82px;
    height: 98px;
    flex: 0 0 auto;
  }

  .aura-pdp-main-thumb {
    min-height: 520px;
  }

  .aura-pdp-panel {
    max-width: 100%;
  }

  .aura-pdp-panel .tp-product-details-title {
    font-size: clamp(32px, 7vw, 44px);
  }

  .aura-pdp-panel .tp-product-details-action-item-wrapper {
    flex-direction: column;
    align-items: stretch !important;
  }

  .aura-pdp-panel .tp-product-details-quantity .tp-product-quantity {
    width: 100%;
    max-width: 100%;
  }
}

@media (max-width: 575px) {
  .tp-announcement-bar-text {
    font-size: 10px;
  }

  .aura-header-actions {
    gap: 6px;
  }

  .aura-header-actions .tp-header-action-btn {
    width: 36px;
    height: 36px;
  }

  .aura-home-products-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }

  .aura-accessories-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }

  .aura-accessory-card {
    border-radius: 14px;
  }

  .aura-accessory-media {
    border-radius: 14px 14px 0 0;
  }

  .aura-accessory-badge {
    left: 10px;
    bottom: 10px;
    max-width: calc(100% - 20px);
    min-height: 24px;
    padding: 5px 9px;
    font-size: 9px;
  }

  .aura-accessory-content {
    padding: 10px 10px 12px;
  }

  .aura-accessory-kicker {
    margin-bottom: 4px;
    font-size: 10px;
  }

  .aura-accessory-content h3 {
    margin-bottom: 4px;
    font-size: 17px;
    line-height: 1.22;
  }

  .aura-accessory-price {
    gap: 5px;
  }

  .aura-accessory-price span {
    font-size: 16px;
  }

  .aura-accessory-price del {
    font-size: 13px;
  }

  .aura-accessory-cart-btn,
  .aura-accessory-link {
    min-height: 32px;
    font-size: 9px;
  }

  .aura-accessory-card:hover .aura-accessory-image-primary,
  .aura-accessory-card:hover .aura-accessory-image-secondary {
    transform: none;
  }

  .aura-home-products-item .tp-product-item-3 {
    border-radius: 14px;
  }

  .aura-home-products-item .tp-product-thumb-3 {
    border-radius: 14px 14px 0 0;
  }

  .aura-home-products-item .tp-product-content-3 {
    min-height: 134px;
    padding: 10px 10px 12px;
  }

  .aura-home-products-item .tp-product-tag-3 {
    margin-bottom: 4px;
  }

  .aura-home-products-item .tp-product-title-3 {
    margin-bottom: 4px;
    min-height: 0;
    font-size: 17px;
    line-height: 1.22;
  }

  .aura-home-products-item .tp-product-price-wrapper-3 {
    margin-top: 0;
    gap: 5px;
  }

  .aura-home-products-item .tp-product-price-3 {
    font-size: 16px;
  }

  .aura-home-products-item .tp-product-price-3.old-price {
    font-size: 13px;
    font-weight: 650;
  }

  .aura-home-products-item .tp-product-action-item-3 .tp-product-add-cart-btn {
    display: none !important;
  }

  .aura-home-products-item .tp-product-item-3:hover .tp-product-thumb-link.has-hover-image .tp-product-image-primary,
  .aura-home-products-item .tp-product-item-3:hover .tp-product-thumb-link.has-hover-image .tp-product-image-secondary {
    transform: none;
  }

  .aura-hero-area .tp-slider-height-3 {
    min-height: 0;
    height: auto;
    aspect-ratio: 16 / 9;
  }

  .aura-hero-area .aura-hero-left-overlay {
    display: none !important;
    width: 100%;
    background: linear-gradient(90deg, rgba(22, 14, 9, 0.58) 0%, rgba(22, 14, 9, 0.38) 58%, rgba(22, 14, 9, 0.12) 100%);
  }

  .aura-hero-area .tp-slider-thumb-3 {
    object-fit: cover;
    object-position: center;
  }

  .aura-hero-content {
    padding-top: 106px;
  }

  .aura-hero-area .tp-slider-title-3 {
    line-height: 1;
    font-size: clamp(36px, 12vw, 50px);
  }

  .aura-hero-area .tp-slider-lede-3 {
    font-size: 15px;
  }

  .aura-hero-btns {
    width: 100%;
    flex-direction: column;
    align-items: stretch;
  }

  .tp-category-area {
    padding-top: 46px;
  }

  .tp-category-area .tp-section-title-wrapper-3 {
    margin-bottom: 22px;
  }

  .tp-category-area .tp-category-more-3 {
    margin-bottom: 26px;
  }

  .tp-category-item-3 {
    min-height: 312px;
    margin-bottom: 18px;
    border-radius: 22px;
    overflow: hidden;
  }

  .tp-category-item-3 .tp-category-thumb-3.include-bg {
    object-position: center 20%;
  }

  .tp-category-content-3 {
    bottom: 22px;
    padding: 0 18px;
  }

  .tp-category-title-3 {
    font-size: 20px;
    line-height: 1.08;
  }

  .tp-categroy-ammount-3 {
    font-size: 12px;
    margin-bottom: 10px !important;
  }

  .aura-hero-btn {
    width: 100%;
  }

  .aura-trust-grid {
    grid-template-columns: 1fr;
  }

  .aura-shop-hero {
    padding: 54px 0 30px;
  }

  .aura-shop-hero h1 {
    font-size: clamp(42px, 14vw, 58px);
  }

  .aura-shop-shell {
    border-radius: 18px;
    padding: 12px;
  }

  .aura-shop-card-media {
    padding: 8px;
  }

  .aura-shop-image-link {
    height: 165px;
    border-radius: 10px;
  }

  .aura-shop-card-image {
    object-fit: contain;
    object-position: center;
  }

  .aura-shop-card-quick-actions {
    position: static;
    margin-top: 8px;
    opacity: 1;
    transform: none;
    pointer-events: auto;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    padding: 0;
    border-radius: 0;
    background: transparent;
    backdrop-filter: none;
    box-shadow: none;
  }

  .aura-shop-action-btn {
    min-height: 30px;
    font-size: 8px;
    letter-spacing: 0.04em;
    padding: 0 6px;
    gap: 3px;
  }

  .aura-shop-action-btn span {
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .aura-shop-card-content {
    padding: 10px 10px 12px;
  }

  .aura-shop-card-brand {
    margin-bottom: 3px;
    font-size: 9px;
    letter-spacing: 0.05em;
  }

  .aura-shop-card-subbrand {
    margin: -1px 0 5px;
    font-size: 8px;
    letter-spacing: 0.03em;
  }

  .aura-shop-stock-note {
    min-height: 17px;
    margin: 0 0 5px;
    padding: 0 7px;
    font-size: 8px;
    letter-spacing: 0.04em;
  }

  .aura-shop-card-title {
    margin-bottom: 5px;
    font-size: 16px;
    line-height: 1.25;
    min-height: 2.5em;
  }

  .aura-shop-card-price .is-current {
    font-family: "Inter", "Helvetica Neue", Arial, sans-serif;
    font-size: 17px;
    font-weight: 800;
  }

  .aura-shop-card-price .is-old {
    font-family: "Inter", "Helvetica Neue", Arial, sans-serif;
    font-size: 12px;
    font-weight: 700;
  }

  .aura-shop-sort {
    width: 100%;
    max-width: 100%;
    min-width: 0;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
  }

  .aura-shop-sort .nice-select {
    flex: 1 1 auto;
    width: auto;
    min-width: 0;
    max-width: 100%;
  }

  .aura-shop-sort > span {
    flex: 0 0 auto;
  }

  .aura-shop-sort .nice-select .current {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .aura-shop-toolbar,
  .aura-shop-toolbar-left,
  .aura-shop-toolbar-right,
  .aura-shop-toggle {
    max-width: 100%;
    min-width: 0;
  }

  .aura-shop-toggle {
    width: 100%;
  }

  .aura-shop-toggle a {
    flex: 1 1 50%;
    min-width: 0;
  }

  .aura-shop-category-links,
  .nees-prof-category-links {
    margin-bottom: 14px;
    gap: 6px !important;
  }

  .aura-shop-category-links .tp-btn.tp-btn-sm,
  .nees-prof-category-links .tp-btn.tp-btn-sm {
    min-height: 34px;
    padding: 0 11px;
    font-size: 10px;
  }

  .aura-logo-wordmark {
    font-size: 30px;
    letter-spacing: 0.06em;
  }

  .aura-logo-wordmark-compact {
    font-size: 28px;
  }

  .aura-cart-hero {
    padding-top: 34px;
  }

  .aura-cart-hero-inner {
    padding-left: 8px;
  }

  .aura-cart-hero h1 {
    font-size: clamp(34px, 11vw, 42px);
  }

  .aura-cart-breadcrumb {
    gap: 8px;
    font-size: 10px;
  }

  .aura-cart-shipping-banner {
    padding: 12px 14px;
  }

  .aura-cart-progress-wrap {
    gap: 8px;
  }

  .aura-cart-progress-label {
    font-size: 11px;
  }

  .aura-cart-progress-track {
    height: 3px;
  }

  .aura-cart-summary {
    border-radius: 20px;
    padding: 18px 16px 22px;
  }

  .aura-cart-summary-head h3 {
    font-size: clamp(26px, 10.5vw, 32px);
  }

  .aura-cart-summary-line span {
    font-size: 14px;
  }

  .aura-cart-summary-total span {
    font-size: 18px;
  }

  .aura-cart-checkout-btn {
    min-height: 56px;
    border-radius: 10px;
  }

  .aura-cartmini-wrapper {
    padding-left: 16px;
    padding-right: 16px;
  }

  .aura-cartmini-widget {
    max-height: calc(100dvh - 300px);
  }

  .aura-cartmini-btn {
    min-height: 50px;
    font-size: 14px;
  }

  .aura-checkout-hero {
    padding-top: 30px;
  }

  .aura-checkout-hero-inner {
    padding-left: 8px;
  }

  .aura-checkout-hero h1 {
    font-size: clamp(34px, 11vw, 42px);
  }

  .aura-checkout-breadcrumb {
    gap: 8px;
    font-size: 10px;
  }

  .aura-checkout-bill-area {
    border-radius: 18px;
    padding: 18px 14px 12px;
  }

  .aura-checkout-bill-title {
    font-size: clamp(28px, 11vw, 34px);
  }

  .aura-checkout-bill-area .tp-checkout-input textarea {
    height: 132px;
  }

  .aura-checkout-place {
    border-radius: 18px;
    padding: 18px 14px 16px;
  }

  .aura-checkout-place .tp-checkout-place-title {
    font-size: clamp(28px, 11vw, 34px);
  }

  .aura-shop-products-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }

  .nees-prof-listing .tp-section-title {
    font-size: clamp(16px, 5vw, 22px);
  }

  .nees-prof-listing .tp-product-count {
    min-height: 24px;
    padding: 0 8px;
    font-size: 9px;
  }

  .nees-prof-card-media {
    padding: 8px;
  }

  .nees-prof-card-media .d-block {
    min-height: 150px;
    border-radius: 10px;
  }

  .nees-prof-card-minimal .nees-prof-card-content {
    padding: 9px 9px 11px;
  }

  .nees-prof-title-btn {
    font-size: 13px;
    line-height: 1.28;
    min-height: 2.56em;
  }

  .nees-prof-card .tp-btn.tp-btn-sm.tp-btn-border {
    min-height: 28px;
    padding: 0 8px;
    font-size: 9px;
    margin-top: 6px !important;
  }

  .aura-qv-shell .tp-product-modal-close-btn {
    top: 10px;
    right: 10px;
    width: 36px;
    height: 36px;
  }

  .aura-qv-main-thumb {
    min-height: 300px;
  }

  .aura-qv-thumb-nav .nav-tabs {
    justify-content: flex-start;
    gap: 8px;
  }

  .aura-qv-thumb-btn {
    width: 96px;
    flex: 0 0 96px;
    height: 96px;
  }

  .aura-qv-panel .tp-product-details-title {
    font-size: clamp(23px, 8.6vw, 30px);
    line-height: 1.08;
  }

  .aura-qv-panel .tp-product-details-price.new-price {
    font-size: 28px;
  }

  .aura-brand-pill {
    width: 156px;
    height: 156px;
    padding: 14px;
  }

  .aura-brand-pill img {
    width: 120px;
    height: 74px;
  }

  .aura-brand-fallback {
    font-size: 15px;
  }

  .aura-qv-btn {
    min-height: 46px;
  }

  .aura-pdp-top {
    padding-top: 40px;
  }

  .aura-home-products-tabs {
    width: auto;
    justify-content: center;
  }

  .aura-home-products-item {
    width: 100%;
  }

  .aura-pdp-main-thumb {
    min-height: 390px;
    border-radius: 18px;
    padding: 12px;
  }

  .aura-pdp-thumbs .aura-pdp-thumb-btn {
    width: 72px;
    height: 88px;
  }

  .aura-pdp-panel .tp-product-details-title {
    font-size: clamp(28px, 9vw, 36px);
    margin-bottom: 10px;
  }

  .aura-pdp-panel .tp-product-details-price.new-price {
    font-size: 30px;
  }

  .aura-pdp-panel .tp-product-details-price.new-price.inquiry-only-label {
    font-size: clamp(22px, 6.4vw, 28px);
    white-space: normal;
  }

.aura-pdp-btn {
    min-height: 46px;
    border-radius: 12px;
  }
}

/* Order Page Refresh */
.aura-order-page {
  position: relative;
  padding: 96px 0;
  background:
    radial-gradient(circle at 0% 0%, rgba(229, 208, 183, 0.32), transparent 55%),
    radial-gradient(circle at 100% 100%, rgba(233, 222, 206, 0.44), transparent 60%),
    linear-gradient(165deg, #f7f2ea 0%, #f3ece2 54%, #efe7db 100%);
}

.aura-order-container {
  max-width: 1120px;
}

.aura-order-success {
  margin-bottom: 24px;
  border-radius: 16px;
  border: 1px solid rgba(28, 111, 74, 0.2);
  background: linear-gradient(130deg, rgba(224, 248, 237, 0.92), rgba(245, 255, 251, 0.92));
  padding: 14px 20px;
  color: #0f2f23;
  font-family: var(--font-jost), "Helvetica Neue", Arial, sans-serif;
  font-size: 17px;
}

.aura-order-success p {
  margin: 0;
}

.aura-order-shell {
  position: relative;
  overflow: hidden;
  border-radius: 28px;
  border: 1px solid rgba(78, 57, 34, 0.12);
  background: linear-gradient(180deg, rgba(255, 252, 248, 0.98), rgba(251, 247, 240, 0.96));
  box-shadow:
    0 30px 64px rgba(78, 57, 34, 0.16),
    0 2px 0 rgba(255, 255, 255, 0.6) inset;
  padding: 40px;
  animation: auraOrderFade 380ms ease-out both;
}

.aura-order-shell::before {
  content: "";
  position: absolute;
  top: -140px;
  right: -120px;
  width: 310px;
  height: 310px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(203, 167, 121, 0.2), transparent 70%);
  pointer-events: none;
}

.aura-order-header {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: space-between;
  gap: 30px;
  padding-bottom: 28px;
  margin-bottom: 28px;
  border-bottom: 1px solid rgba(78, 57, 34, 0.12);
}

.aura-order-brand {
  max-width: 340px;
}

.aura-order-wordmark {
  margin: 0;
  color: #0e1a2f;
  font-family: var(--font-jost), "Helvetica Neue", Arial, sans-serif;
  font-size: 36px;
  font-weight: 800;
  letter-spacing: 0.16em;
  line-height: 1;
}

.aura-order-brand p {
  margin: 14px 0 0;
  color: #4a3b2b;
  font-family: var(--font-jost), "Helvetica Neue", Arial, sans-serif;
  line-height: 1.7;
}

.aura-order-title {
  text-align: right;
}

.aura-order-title span {
  display: inline-block;
  margin-bottom: 8px;
  padding: 6px 12px;
  border-radius: 999px;
  border: 1px solid rgba(76, 56, 35, 0.16);
  color: #5a3f24;
  letter-spacing: 0.08em;
  font-size: 11px;
  font-family: var(--font-jost), "Helvetica Neue", Arial, sans-serif;
  text-transform: uppercase;
}

.aura-order-title h1 {
  margin: 0;
  font-size: clamp(42px, 6vw, 58px);
  line-height: 1;
  color: #1e1710;
  font-family: var(--aura-font-display);
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

.aura-order-meta-pills {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 16px;
}

.aura-order-meta-pills p {
  margin: 0;
  border: 1px solid rgba(64, 49, 32, 0.14);
  background: rgba(255, 255, 255, 0.65);
  border-radius: 999px;
  padding: 8px 14px;
  color: #2d2217;
  font-size: 13px;
  font-family: var(--font-jost), "Helvetica Neue", Arial, sans-serif;
}

.aura-order-customer {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 20px;
  margin-bottom: 28px;
}

.aura-order-block-label {
  margin: 0 0 8px;
  font-size: 12px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #665038;
  font-family: var(--font-jost), "Helvetica Neue", Arial, sans-serif;
}

.aura-order-customer h2 {
  margin: 0 0 8px;
  color: #1f1710;
  font-size: clamp(30px, 4.8vw, 42px);
  line-height: 1;
  font-family: var(--aura-font-display);
  text-transform: uppercase;
}

.aura-order-customer p {
  margin: 0 0 4px;
  color: #433425;
  font-family: var(--font-jost), "Helvetica Neue", Arial, sans-serif;
}

.aura-order-customer-summary {
  min-width: 250px;
  display: grid;
  gap: 12px;
}

.aura-order-customer-summary > div {
  border: 1px solid rgba(58, 43, 26, 0.14);
  border-radius: 12px;
  padding: 12px 14px;
  background: rgba(255, 255, 255, 0.64);
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
}

.aura-order-customer-summary span {
  color: #5b4a38;
  font-size: 13px;
  font-family: var(--font-jost), "Helvetica Neue", Arial, sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.aura-order-customer-summary strong {
  color: #24190f;
  font-size: 17px;
  font-family: var(--font-jost), "Helvetica Neue", Arial, sans-serif;
}

.aura-order-table-wrap {
  margin-bottom: 28px;
  border: 1px solid rgba(60, 44, 25, 0.12);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.86);
  overflow: auto;
}

.aura-order-table-wrap .table {
  margin-bottom: 0;
}

.aura-order-table-wrap .table > :not(caption) > * > * {
  border-bottom-color: rgba(58, 43, 24, 0.1);
  padding: 14px 16px;
}

.aura-order-table-wrap thead th {
  background: linear-gradient(180deg, rgba(252, 246, 237, 0.98), rgba(246, 237, 224, 0.94));
  color: #2a1f14;
  font-size: 13px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  font-family: var(--font-jost), "Helvetica Neue", Arial, sans-serif;
  border-bottom-width: 1px;
}

.aura-order-table-wrap tbody td {
  color: #3b2b1c;
  font-size: 15px;
  font-family: var(--font-jost), "Helvetica Neue", Arial, sans-serif;
}

.aura-order-table-wrap tbody td:nth-child(2) {
  font-weight: 600;
  color: #261b11;
}

.aura-order-totals {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.aura-order-total-card {
  border: 1px solid rgba(62, 46, 28, 0.12);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.7);
  padding: 16px;
}

.aura-order-total-card h5 {
  margin: 0 0 8px;
  font-family: var(--aura-font-display);
  color: #21170f;
  font-size: 30px;
  line-height: 1;
}

.aura-order-total-card p {
  margin: 0;
  color: #3b2c1c;
  font-size: 17px;
  font-family: var(--font-jost), "Helvetica Neue", Arial, sans-serif;
  font-weight: 600;
  text-transform: uppercase;
}

.aura-order-total-card.is-highlight {
  background: linear-gradient(145deg, #2d2217, #1f1811);
  border-color: rgba(255, 227, 187, 0.3);
}

.aura-order-total-card.is-highlight h5,
.aura-order-total-card.is-highlight p {
  color: #fdf4e8;
}

.aura-order-actions {
  margin-top: 18px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 14px;
}

.aura-order-back-btn,
.aura-order-print-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 48px;
  border-radius: 999px;
  padding: 0 20px;
  font-size: 13px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-family: var(--font-jost), "Helvetica Neue", Arial, sans-serif;
  transition: all 0.3s ease;
}

.aura-order-back-btn {
  border: 1px solid rgba(48, 36, 22, 0.18);
  color: #2f2318;
  background: rgba(255, 255, 255, 0.66);
}

.aura-order-back-btn:hover {
  border-color: rgba(48, 36, 22, 0.34);
  color: #1d140d;
}

.aura-order-print-btn {
  border: 1px solid rgba(32, 24, 16, 0.16);
  background: #1f1811;
  color: #f5e6d3;
}

.aura-order-print-btn:hover {
  border-color: rgba(245, 230, 211, 0.6);
  background: #2e2216;
  color: #fff7ec;
}

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

@media (max-width: 991px) {
  .aura-order-page {
    padding: 72px 0;
  }

  .aura-order-shell {
    border-radius: 22px;
    padding: 24px;
  }

  .aura-order-header {
    flex-direction: column;
    align-items: flex-start;
  }

  .aura-order-title {
    text-align: left;
  }

  .aura-order-meta-pills {
    justify-content: flex-start;
  }

  .aura-order-customer {
    flex-direction: column;
  }

  .aura-order-customer-summary {
    width: 100%;
  }

  .aura-order-totals {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  .aura-order-page {
    padding: 56px 0;
  }

  .aura-order-shell {
    border-radius: 18px;
    padding: 16px 14px;
  }

  .aura-order-success {
    padding: 12px 14px;
    font-size: 15px;
  }

  .aura-order-title h1 {
    font-size: clamp(32px, 11vw, 44px);
  }

  .aura-order-table-wrap .table > :not(caption) > * > * {
    padding: 12px 10px;
    font-size: 13px;
  }

  .aura-order-totals {
    grid-template-columns: 1fr;
  }

  .aura-order-actions {
    flex-direction: column;
    align-items: stretch;
  }

  .aura-order-back-btn,
  .aura-order-print-btn {
    width: 100%;
  }
}

@media print {
  @page {
    size: auto;
    margin: 10mm;
  }

  .aura-order-page {
    padding: 0;
    background: #fff;
  }

  .aura-order-container {
    max-width: 100% !important;
    width: 100% !important;
    padding: 0 !important;
  }

  .aura-order-shell {
    border: 0;
    border-radius: 0;
    box-shadow: none;
    padding: 0;
    background: #fff;
    animation: none;
  }

  .aura-order-shell::before,
  .aura-order-actions,
  .aura-order-success {
    display: none !important;
  }

  .aura-order-wordmark {
    color: #111 !important;
    font-size: 32px;
  }

  .aura-order-table-wrap {
    overflow: visible;
  }

  .aura-order-table-wrap,
  .aura-order-customer,
  .aura-order-totals,
  .aura-order-total-card {
    break-inside: avoid;
    page-break-inside: avoid;
  }
}

.aura-featured-offer {
  background: transparent;
}

.aura-featured-offer-card {
  display: flex;
  gap: 24px;
  align-items: center;
  justify-content: space-between;
  padding: 32px 36px;
  border-radius: 28px;
  text-decoration: none;
  background: linear-gradient(110deg, #1f2438 0%, #8f6b3f 58%, #cfa262 100%);
  box-shadow: 0 28px 45px rgba(23, 23, 35, 0.2);
  border: 1px solid rgba(255, 255, 255, 0.22);
}

.aura-featured-offer-copy {
  max-width: 760px;
  color: #fff7ea;
}

.aura-featured-offer-kicker {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 8px 14px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.12);
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.aura-featured-offer-bogo {
  margin-top: 14px;
}

.aura-featured-offer-bogo span {
  display: block;
  font-size: clamp(28px, 4.5vw, 64px);
  font-weight: 800;
  line-height: 0.95;
  text-transform: uppercase;
}

.aura-featured-offer-bogo strong {
  display: block;
  margin-top: 6px;
  font-size: clamp(34px, 5.5vw, 86px);
  font-weight: 900;
  line-height: 0.95;
  text-transform: uppercase;
  color: #fff8ef;
}

.aura-featured-offer-copy h2 {
  margin: 16px 0 10px;
  color: #fff9f0;
  font-size: clamp(26px, 3vw, 48px);
  line-height: 1.12;
}

.aura-featured-offer-copy p {
  margin: 0;
  font-size: clamp(16px, 1.6vw, 30px);
  line-height: 1.45;
  color: rgba(255, 249, 240, 0.95);
}

.aura-featured-offer-cta {
  flex-shrink: 0;
  min-width: 170px;
  text-align: center;
}

.aura-featured-offer-cta span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 14px 22px;
  border-radius: 999px;
  background: #fff8ef;
  color: #3d2d1a;
  font-size: 22px;
  font-weight: 800;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

@media (max-width: 991px) {
  .aura-featured-offer-card {
    padding: 24px 20px;
    border-radius: 20px;
    flex-direction: column;
    align-items: flex-start;
  }

  .aura-featured-offer-cta {
    width: 100%;
    text-align: left;
  }
}

/* Blog detail CMS content normalization */
.tp-postbox-details-html-content {
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
}

.tp-postbox-details-html-content * {
  box-sizing: border-box;
}

.tp-postbox-details-html-content h1,
.tp-postbox-details-html-content h2,
.tp-postbox-details-html-content h3,
.tp-postbox-details-html-content h4,
.tp-postbox-details-html-content h5,
.tp-postbox-details-html-content h6,
.tp-postbox-details-html-content p,
.tp-postbox-details-html-content li {
  overflow-wrap: anywhere;
  word-break: break-word;
}

.tp-postbox-details-html-content img,
.tp-postbox-details-html-content video,
.tp-postbox-details-html-content iframe,
.tp-postbox-details-html-content canvas,
.tp-postbox-details-html-content svg {
  max-width: 100% !important;
  height: auto !important;
}

.tp-postbox-details-html-content table {
  width: 100% !important;
  display: block;
  overflow-x: auto;
}

.tp-postbox-details-thumb {
  overflow: hidden;
  border-radius: 8px;
  background: #f4f2ef;
}

.tp-postbox-details-thumb img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 1600 / 1067;
  object-fit: cover;
}

.tp-postbox-details-desc-thumb {
  width: min(100%, 860px);
  margin-inline: auto;
}

.tp-postbox-details-desc-thumb img {
  display: block;
  width: 100%;
  height: auto;
  max-height: 760px;
  object-fit: contain;
  border-radius: 8px;
  background: #f8f3e8;
}

.nees-event-gallery {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
  margin: 40px 0 44px;
}

.nees-event-gallery__item {
  margin: 0;
}

.nees-event-gallery__item:first-child {
  grid-column: 1 / -1;
}

.nees-event-gallery__item img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 1600 / 1067;
  object-fit: cover;
  border-radius: 8px;
  background: #f4f2ef;
}

.nees-event-gallery__item figcaption {
  margin-top: 10px;
  color: #55585b;
  font-size: 15px;
  line-height: 1.55;
}

.nees-blog-table-wrap {
  margin: 28px 0 34px;
  overflow-x: auto;
  border: 1px solid #e6e9ef;
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 12px 30px rgba(16, 36, 62, 0.06);
}

.nees-blog-table {
  width: 100%;
  min-width: 720px;
  border-collapse: collapse;
  color: #4b5565;
  font-size: 15px;
  line-height: 1.65;
}

.nees-blog-table th,
.nees-blog-table td {
  padding: 16px 18px;
  border-right: 1px solid #e8ebf0;
  border-bottom: 1px solid #e8ebf0;
  text-align: left;
  vertical-align: top;
}

.nees-blog-table th:last-child,
.nees-blog-table td:last-child {
  border-right: 0;
}

.nees-blog-table tbody tr:last-child th,
.nees-blog-table tbody tr:last-child td {
  border-bottom: 0;
}

.nees-blog-table thead th {
  background: #12304c;
  color: #fff;
  font-weight: 700;
}

.nees-blog-table tbody th {
  width: 20%;
  background: #f6f8fb;
  color: #183957;
  font-weight: 700;
}

.nees-blog-callout {
  margin: 26px 0 34px;
  padding: 20px 22px;
  border: 1px solid #f1d2cc;
  border-left: 5px solid #b64132;
  border-radius: 14px;
  background: #fff7f5;
  color: #63332d;
  font-size: 15px;
  line-height: 1.75;
}

.nees-blog-sources a {
  color: #245d8a;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.nees-blog-sources a:hover {
  color: #12304c;
}

/* Blog listing media: prevent theme/inline image rules from stretching event photos */
.tp-postbox-thumb:not(.tp-postbox-audio),
.tp-blog-grid-thumb {
  aspect-ratio: 3 / 2;
  overflow: hidden;
  background: #f4f2ef;
}

.tp-postbox-thumb:not(.tp-postbox-audio) > a,
.tp-blog-grid-thumb > a {
  display: block;
  width: 100%;
  height: 100%;
}

.tp-postbox-thumb:not(.tp-postbox-audio) img,
.tp-blog-grid-thumb img {
  display: block;
  width: 100% !important;
  height: 100% !important;
  max-width: none;
  object-fit: cover;
  object-position: center;
}

/* Blog detail mobile overflow hardening */
@media (max-width: 767px) {
  .tp-postbox-details-area .container,
  .tp-postbox-details-area .row,
  .tp-postbox-details-top,
  .tp-postbox-details-main-wrapper,
  .tp-postbox-details-content,
  .tp-postbox-details-html-content {
    max-width: 100%;
    overflow-x: hidden;
  }

  .tp-postbox-details-title {
    font-size: clamp(30px, 8.2vw, 36px);
    line-height: 1.16;
    overflow-wrap: anywhere;
    word-break: break-word;
    hyphens: auto;
  }

  .tp-postbox-details-meta {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px 12px;
    margin-bottom: 28px !important;
  }

  .tp-postbox-details-meta span {
    display: inline-flex;
    align-items: center;
    margin-right: 0;
    padding-right: 0;
    white-space: normal;
    overflow-wrap: anywhere;
  }

  .tp-postbox-details-meta span:not(:last-child)::after {
    display: none;
  }

  .tp-postbox-details-content p,
  .tp-postbox-details-html-content p {
    font-size: 17px;
    overflow-wrap: anywhere;
    word-break: break-word;
  }

  .tp-postbox-details-html-content img,
  .tp-postbox-details-html-content video,
  .tp-postbox-details-html-content iframe {
    max-width: 100% !important;
    height: auto;
  }

  .tp-postbox-details-thumb,
  .tp-postbox-details-thumb img,
  .tp-postbox-details-desc-thumb img,
  .nees-event-gallery__item img {
    border-radius: 6px;
  }

  .nees-event-gallery {
    grid-template-columns: 1fr;
    gap: 18px;
    margin: 32px 0 36px;
  }

  .nees-event-gallery__item figcaption {
    font-size: 14px;
  }
}

@media (max-width: 768px) {
  .aura-hero-area .tp-slider-height-3 {
    aspect-ratio: 4 / 5;
    min-height: min(72vh, 520px);
  }
}

/* Homepage blog cards need a fixed media box because CMS images vary widely. */
.tp-blog-thumb-2 {
  aspect-ratio: 4 / 3;
  min-height: 0;
  background: #f6f3ee;
}

.tp-blog-thumb-2 > a {
  position: absolute;
  inset: 0;
  display: block;
}

.tp-blog-thumb-2 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.tp-blog-content-2.has-thumbnail {
  padding-top: 24px;
}

@media (max-width: 575px) {
  .tp-blog-thumb-2 {
    aspect-ratio: 16 / 11;
  }
}
