/*
 * AKO Bags Gold Experience 5.4.4 — Resilient Business Card
 * OpenCart 3.0.3.8 + Journal 3.1.x
 */

:root {
  --ako-gold-950: #211508;
  --ako-gold-800: #6f4b16;
  --ako-gold-700: #9f6f25;
  --ako-gold-600: #c28b36;
  --ako-gold-500: #d5a149;
  --ako-gold-400: #e7bd70;
  --ako-gold-300: #f2d89d;
  --ako-gold-200: #faeac3;
  --ako-ink: #0d0d0f;
  --ako-ink-soft: #17171b;
  --ako-gold-line: rgba(213, 161, 73, 0.38);
  --ako-gold-glow: rgba(213, 161, 73, 0.18);
  --ako-gold-shadow: 0 18px 45px rgba(0, 0, 0, 0.18), 0 0 0 1px rgba(213, 161, 73, 0.12);
  --ako-gold-ease: cubic-bezier(0.22, 1, 0.36, 1);
  --ako-emerald-900: #043a24;
  --ako-emerald-700: #087a46;
  --ako-emerald-600: #0da75d;
  --ako-emerald-500: #18c873;
  --ako-emerald-300: #83efb8;
}

/* -------------------------------------------------------------------------
   BLACK LUXURY / MAXIMUM GOLD
   These stronger rules deliberately override Journal's generated skin CSS.
   ------------------------------------------------------------------------- */

html {
  background: #030303 !important;
  scrollbar-color: var(--ako-gold-600) #090909;
}

html::-webkit-scrollbar {
  width: 9px;
}

html::-webkit-scrollbar-track {
  background: #080808;
}

html::-webkit-scrollbar-thumb {
  border: 2px solid #080808;
  border-radius: 20px;
  background: linear-gradient(180deg, var(--ako-gold-300), var(--ako-gold-700));
}

body.ako-gold-experience {
  color: #f5ead2 !important;
  background:
    radial-gradient(circle at 50% -10%, rgba(213, 161, 73, 0.20), transparent 32%),
    radial-gradient(circle at 100% 45%, rgba(159, 111, 37, 0.11), transparent 27%),
    radial-gradient(circle at 0 80%, rgba(213, 161, 73, 0.08), transparent 30%),
    #050505 !important;
  background-attachment: fixed !important;
}

.ako-gold-experience .site-wrapper {
  background:
    linear-gradient(rgba(5, 5, 5, 0.90), rgba(5, 5, 5, 0.94)),
    repeating-linear-gradient(135deg, rgba(213, 161, 73, 0.025) 0 1px, transparent 1px 16px) !important;
}

.ako-gold-dust {
  position: fixed;
  inset: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  pointer-events: none;
  mix-blend-mode: screen;
}

.ako-gold-aurora {
  position: fixed;
  inset: 0;
  z-index: 0;
  overflow: hidden;
  pointer-events: none;
}

.ako-gold-aurora i {
  position: absolute;
  width: min(64vw, 820px);
  aspect-ratio: 1;
  border-radius: 46% 54% 62% 38% / 38% 45% 55% 62%;
  filter: blur(72px);
  opacity: 0.16;
  background: radial-gradient(circle at 35% 35%, rgba(255, 218, 131, 0.92), rgba(180, 110, 23, 0.18) 42%, transparent 70%);
  animation: akoAuroraFloat 18s var(--ako-gold-ease) infinite alternate;
}

.ako-gold-aurora i:nth-child(1) { top: -22%; left: -18%; }
.ako-gold-aurora i:nth-child(2) { top: 20%; right: -28%; animation-delay: -7s; animation-duration: 23s; }
.ako-gold-aurora i:nth-child(3) {
  bottom: -28%;
  left: 12%;
  background: radial-gradient(circle at 45% 45%, rgba(29, 214, 121, 0.75), rgba(4, 96, 54, 0.16) 45%, transparent 72%);
  animation-delay: -12s;
  animation-duration: 26s;
}
.ako-gold-aurora i:nth-child(4) {
  top: 42%;
  left: 23%;
  width: min(40vw, 520px);
  opacity: 0.10;
  background: radial-gradient(circle, rgba(239, 195, 91, 0.82), transparent 68%);
  animation-duration: 30s;
  animation-delay: -18s;
}

.ako-gold-stage {
  position: fixed;
  inset: 0;
  z-index: 99990;
  pointer-events: none;
}

.ako-gold-stage i {
  position: absolute;
  width: 54px;
  height: 54px;
  opacity: 0.72;
}

.ako-gold-stage i::before,
.ako-gold-stage i::after {
  content: '';
  position: absolute;
  background: linear-gradient(90deg, transparent, var(--ako-gold-500));
  box-shadow: 0 0 10px rgba(213, 161, 73, 0.28);
}

.ako-gold-stage i::before {
  width: 54px;
  height: 1px;
}

.ako-gold-stage i::after {
  width: 1px;
  height: 54px;
}

.ako-gold-stage i:nth-child(1) { top: 7px; left: 7px; }
.ako-gold-stage i:nth-child(2) { top: 7px; right: 7px; transform: rotate(90deg); }
.ako-gold-stage i:nth-child(3) { right: 7px; bottom: 7px; transform: rotate(180deg); }
.ako-gold-stage i:nth-child(4) { bottom: 7px; left: 7px; transform: rotate(270deg); }

/* Strong black-glass header with gold controls. */
.ako-gold-experience header[class*="header-"],
.ako-gold-experience .desktop-header,
.ako-gold-experience .mobile-header,
.ako-gold-experience .mobile-container,
.ako-gold-experience .mobile-wrapper-header {
  background-color: rgba(4, 4, 4, 0.96) !important;
  border-color: rgba(213, 161, 73, 0.62) !important;
  box-shadow: 0 10px 35px rgba(0, 0, 0, 0.72), 0 1px 0 rgba(242, 216, 157, 0.22) !important;
  backdrop-filter: blur(15px);
  -webkit-backdrop-filter: blur(15px);
}

.ako-gold-experience .header-search input,
.ako-gold-experience #search input,
.ako-gold-experience .search-input {
  color: #fff3d1 !important;
  background: rgba(8, 8, 8, 0.95) !important;
  border: 1px solid rgba(213, 161, 73, 0.52) !important;
  box-shadow: inset 0 0 18px rgba(213, 161, 73, 0.06), 0 0 0 1px rgba(0, 0, 0, 0.8) !important;
}

.ako-gold-experience .header-search button,
.ako-gold-experience #search button,
.ako-gold-experience .search-trigger,
.ako-gold-experience .mobile-bar-group a,
.ako-gold-experience .mobile-header a {
  color: var(--ako-gold-400) !important;
  text-shadow: 0 0 12px rgba(213, 161, 73, 0.34);
}

.ako-gold-experience .main-menu,
.ako-gold-experience .top-menu,
.ako-gold-experience .desktop-main-menu-wrapper {
  background: linear-gradient(180deg, #0d0d0d, #050505) !important;
  border-color: rgba(213, 161, 73, 0.36) !important;
}

.ako-gold-experience .main-menu a,
.ako-gold-experience .top-menu a {
  color: #f6dfad !important;
}

.ako-gold-experience .main-menu .dropdown-menu,
.ako-gold-experience .main-menu .j-dropdown,
.ako-gold-experience .mobile-main-menu-container {
  color: #f4e6c6 !important;
  background: rgba(5, 5, 5, 0.98) !important;
  border: 1px solid rgba(213, 161, 73, 0.48) !important;
  box-shadow: 0 22px 55px rgba(0, 0, 0, 0.78), 0 0 28px rgba(213, 161, 73, 0.09) !important;
}

/* Hero slider gets an unmistakable luxury frame and warm cinematic grading. */
.ako-gold-experience .module-master_slider {
  position: relative;
  border-top: 1px solid rgba(242, 216, 157, 0.48) !important;
  border-bottom: 2px solid var(--ako-gold-600) !important;
  box-shadow:
    inset 0 0 0 1px rgba(213, 161, 73, 0.18),
    inset 0 -70px 90px rgba(0, 0, 0, 0.28),
    0 16px 45px rgba(0, 0, 0, 0.52),
    0 0 24px rgba(213, 161, 73, 0.10) !important;
}

.ako-gold-experience .module-master_slider .ms-slide-bgcont img {
  filter: contrast(1.04) saturate(1.06) sepia(0.04) !important;
}

/* Large editorial section titles in black glass and bright gold. */
.ako-gold-experience .title-module {
  position: relative;
  padding: 10px !important;
  background: transparent !important;
}

.ako-gold-experience .title-module .title-wrapper {
  padding: clamp(18px, 3vw, 34px) clamp(14px, 4vw, 42px) !important;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.035), transparent 42%),
    linear-gradient(110deg, rgba(10, 10, 10, 0.98), rgba(27, 18, 7, 0.92), rgba(5, 5, 5, 0.98)) !important;
  border: 1px solid rgba(213, 161, 73, 0.65) !important;
  border-radius: 16px !important;
  box-shadow: inset 0 0 28px rgba(213, 161, 73, 0.07), 0 15px 38px rgba(0, 0, 0, 0.42), 0 0 24px rgba(213, 161, 73, 0.07) !important;
}

.ako-gold-experience .title-module .title,
.ako-gold-experience .title-module .title a,
.ako-gold-experience .title-module .title span {
  color: var(--ako-gold-300) !important;
  background: linear-gradient(105deg, #9b6c25 0%, #f9e8b8 31%, #d7a64f 54%, #fff0c5 76%, #9b6c25 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  text-shadow: 0 3px 22px rgba(213, 161, 73, 0.18) !important;
  letter-spacing: 0.025em;
}

.ako-gold-experience .title-module .subtitle,
.ako-gold-experience .title-module .subtitle * {
  color: #d7c7a6 !important;
}

.ako-gold-experience .title-module .title-wrapper::after {
  width: min(220px, 52vw) !important;
  height: 2px !important;
  background: linear-gradient(90deg, transparent, #b87d27 18%, #fff0bd 50%, #b87d27 82%, transparent) !important;
  box-shadow: 0 0 16px rgba(242, 216, 157, 0.58) !important;
}

/* Banners become bright gold-framed editorial cards. */
.ako-gold-experience .module-banners .module-item {
  border: 2px solid var(--ako-gold-600) !important;
  border-radius: 18px !important;
  background: #080808 !important;
  box-shadow: inset 0 0 0 1px rgba(255, 239, 191, 0.16), 0 16px 40px rgba(0, 0, 0, 0.48), 0 0 20px rgba(213, 161, 73, 0.14) !important;
}

.ako-gold-experience .module-banners .module-item::before {
  content: '';
  position: absolute;
  top: -90%;
  bottom: -90%;
  left: -55%;
  z-index: 4;
  width: 24%;
  transform: rotate(16deg);
  background: linear-gradient(90deg, transparent, rgba(255, 238, 188, 0.32), transparent);
  pointer-events: none;
  animation: akoLuxurySweep 7s var(--ako-gold-ease) infinite;
}

.ako-gold-experience .module-banners .module-item::after {
  border: 1px solid rgba(255, 237, 185, 0.45) !important;
  background:
    linear-gradient(180deg, rgba(213, 161, 73, 0.06), transparent 35%, rgba(0, 0, 0, 0.10)),
    radial-gradient(circle at var(--ako-pointer-x) var(--ako-pointer-y), rgba(255, 239, 194, 0.26), transparent 38%) !important;
  opacity: 0.72 !important;
}

.ako-gold-experience .module-banners .banner-text,
.ako-gold-experience .module-banners .banner-caption,
.ako-gold-experience .module-banners [class*="banner-caption-"] {
  color: #fff1c9 !important;
  text-shadow: 0 3px 18px #000, 0 0 15px rgba(213, 161, 73, 0.36) !important;
}

/* Manufacturer area: black glass panel and individually gilded logos. */
.ako-gold-experience .module-manufacturers {
  margin-top: 18px !important;
  margin-bottom: 28px !important;
  padding: clamp(14px, 3vw, 30px) !important;
  background:
    radial-gradient(circle at 50% 0, rgba(213, 161, 73, 0.16), transparent 40%),
    linear-gradient(145deg, rgba(13, 13, 13, 0.98), rgba(4, 4, 4, 0.98)) !important;
  border: 1px solid rgba(213, 161, 73, 0.62) !important;
  border-radius: 20px !important;
  box-shadow: inset 0 0 40px rgba(213, 161, 73, 0.05), 0 20px 52px rgba(0, 0, 0, 0.52) !important;
}

.ako-gold-experience .manufacturer-thumb {
  padding: 6px !important;
  background:
    linear-gradient(#090909, #171007) padding-box,
    linear-gradient(135deg, #76501a, #fae5ac 45%, #a66f20 72%, #f1cf7c) border-box !important;
  border: 2px solid transparent !important;
  border-radius: 999px !important;
  box-shadow: inset 0 0 18px rgba(213, 161, 73, 0.13), 0 8px 22px rgba(0, 0, 0, 0.48), 0 0 12px rgba(213, 161, 73, 0.12) !important;
}

.ako-gold-experience .manufacturer-thumb::before {
  inset: -5px !important;
  opacity: 0.72 !important;
}

.ako-gold-experience .manufacturer-thumb .name,
.ako-gold-experience .manufacturer-thumb .name a,
.ako-gold-experience .manufacturer-layout .name,
.ako-gold-experience .manufacturer-layout .name a {
  color: var(--ako-gold-300) !important;
  text-shadow: 0 0 10px rgba(213, 161, 73, 0.32) !important;
}

/* Product/catalog cards: deep black, rich gold border and clearly gold price. */
.ako-gold-experience .product-thumb {
  overflow: hidden;
  color: #eadfc8 !important;
  background:
    linear-gradient(145deg, rgba(20, 20, 20, 0.99), rgba(5, 5, 5, 0.99)) padding-box,
    linear-gradient(135deg, rgba(126, 84, 24, 0.95), rgba(245, 216, 146, 0.95), rgba(151, 98, 28, 0.95)) border-box !important;
  border: 1px solid transparent !important;
  border-radius: 18px !important;
  box-shadow: 0 15px 38px rgba(0, 0, 0, 0.44), inset 0 0 28px rgba(213, 161, 73, 0.035) !important;
}

.ako-gold-experience .product-thumb .caption,
.ako-gold-experience .product-thumb .product-details {
  color: #e9ddc4 !important;
  background: linear-gradient(180deg, rgba(15, 15, 15, 0.96), rgba(5, 5, 5, 0.99)) !important;
  border-color: rgba(213, 161, 73, 0.22) !important;
}

.ako-gold-experience .product-thumb .name a {
  color: #f4e5c1 !important;
}

.ako-gold-experience .product-thumb .price,
.ako-gold-experience .product-thumb .price-new,
.ako-gold-experience .product-thumb .product-price-new {
  color: var(--ako-gold-400) !important;
  font-weight: 800 !important;
  text-shadow: 0 0 13px rgba(213, 161, 73, 0.30) !important;
}

.ako-gold-experience .product-thumb::after {
  opacity: 0.38 !important;
}

/* Make primary commerce actions truly gold, not merely brown. */
.ako-gold-experience :is(.btn-cart, .btn-buy, .button-cart, .notification-view-cart, .notification-checkout),
.ako-gold-experience .buttons .btn-primary,
.ako-gold-experience .btn-primary {
  color: #100b04 !important;
  font-weight: 800 !important;
  background: linear-gradient(115deg, #8e601b 0%, #e6bd68 28%, #fff0bf 48%, #c68b31 70%, #f0cf87 100%) !important;
  background-size: 180% 100% !important;
  border: 1px solid #f7e4b2 !important;
  box-shadow: 0 9px 24px rgba(0, 0, 0, 0.38), 0 0 20px rgba(213, 161, 73, 0.24) !important;
}

.ako-gold-experience :is(.btn-cart, .btn-buy, .button-cart, .notification-view-cart, .notification-checkout):hover,
.ako-gold-experience .buttons .btn-primary:hover,
.ako-gold-experience .btn-primary:hover {
  color: #000 !important;
  background-position: 100% 50% !important;
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.46), 0 0 28px rgba(242, 216, 157, 0.44) !important;
}

/* Inner pages, forms, panels and breadcrumbs use the same visual language. */
.ako-gold-experience .breadcrumb,
.ako-gold-experience .panel,
.ako-gold-experience .well,
.ako-gold-experience .table-responsive,
.ako-gold-experience .login-box,
.ako-gold-experience .register-page,
.ako-gold-experience .checkout-page {
  color: #e9ddc4 !important;
  background: linear-gradient(145deg, rgba(16, 16, 16, 0.97), rgba(5, 5, 5, 0.98)) !important;
  border-color: rgba(213, 161, 73, 0.42) !important;
  box-shadow: inset 0 0 26px rgba(213, 161, 73, 0.035), 0 13px 32px rgba(0, 0, 0, 0.34) !important;
}

.ako-gold-experience h1,
.ako-gold-experience h2,
.ako-gold-experience h3,
.ako-gold-experience .page-title {
  color: var(--ako-gold-300) !important;
  text-shadow: 0 2px 18px rgba(213, 161, 73, 0.18);
}

.ako-gold-experience input,
.ako-gold-experience select,
.ako-gold-experience textarea {
  color: #f5e9cc !important;
  background-color: #0b0b0b !important;
  border-color: rgba(213, 161, 73, 0.42) !important;
}

.ako-gold-experience input:focus,
.ako-gold-experience select:focus,
.ako-gold-experience textarea:focus {
  border-color: var(--ako-gold-400) !important;
  box-shadow: 0 0 0 3px rgba(213, 161, 73, 0.13), 0 0 19px rgba(213, 161, 73, 0.12) !important;
}

/* Footer closes the page with a pronounced gold crown line. */
.ako-gold-experience footer,
.ako-gold-experience .footer {
  color: #d9cbaa !important;
  background:
    radial-gradient(circle at 50% 0, rgba(213, 161, 73, 0.17), transparent 34%),
    linear-gradient(180deg, #0d0b08, #030303 48%) !important;
  border-top: 2px solid var(--ako-gold-600) !important;
  box-shadow: inset 0 1px 0 rgba(255, 238, 188, 0.34), 0 -18px 45px rgba(0, 0, 0, 0.46), 0 -3px 18px rgba(213, 161, 73, 0.12) !important;
}

.ako-gold-experience footer h3,
.ako-gold-experience footer .title,
.ako-gold-experience footer a {
  color: var(--ako-gold-300) !important;
}

.ako-gold-experience footer a:hover {
  color: #fff0be !important;
  text-shadow: 0 0 13px rgba(213, 161, 73, 0.44);
}

@keyframes akoLuxurySweep {
  0%, 58% { left: -55%; opacity: 0; }
  64% { opacity: 0.85; }
  78% { left: 145%; opacity: 0; }
  100% { left: 145%; opacity: 0; }
}

@media (max-width: 768px) {
  .ako-gold-stage i {
    width: 32px;
    height: 32px;
    opacity: 0.58;
  }

  .ako-gold-stage i::before { width: 32px; }
  .ako-gold-stage i::after { height: 32px; }

  .ako-gold-experience .title-module {
    padding: 7px !important;
  }

  .ako-gold-experience .title-module .title-wrapper {
    padding: 18px 12px 22px !important;
    border-radius: 13px !important;
  }

  .ako-gold-experience .module-banners .module-item,
  .ako-gold-experience .product-thumb {
    border-radius: 14px !important;
  }

  .ako-gold-experience .module-manufacturers {
    margin-right: 7px !important;
    margin-left: 7px !important;
    padding: 14px 8px !important;
    border-radius: 16px !important;
  }
}

.ako-gold-experience {
  isolation: isolate;
}

.ako-gold-experience .site-wrapper {
  position: relative;
  z-index: 1;
}

/* Ambient gold light — fixed, subtle and non-interactive. */
.ako-gold-ambient {
  position: fixed;
  inset: 0;
  z-index: 0;
  overflow: hidden;
  pointer-events: none;
  opacity: 0.75;
}

.ako-gold-ambient i {
  position: absolute;
  width: min(58vw, 780px);
  aspect-ratio: 1;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(213, 161, 73, 0.07) 0%, rgba(213, 161, 73, 0) 68%);
  filter: blur(10px);
  animation: akoGoldDrift 18s var(--ako-gold-ease) infinite alternate;
}

.ako-gold-ambient i:first-child {
  top: -25%;
  right: -18%;
}

.ako-gold-ambient i:last-child {
  bottom: -32%;
  left: -20%;
  animation-delay: -9s;
  animation-duration: 22s;
}

/* Slim premium scroll indicator. */
.ako-gold-progress {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 100000;
  height: 2px;
  pointer-events: none;
  transform: translateZ(0);
}

.ako-gold-progress span {
  display: block;
  width: 100%;
  height: 100%;
  transform: scaleX(var(--ako-scroll-progress, 0));
  transform-origin: left center;
  background: linear-gradient(90deg, var(--ako-gold-800), var(--ako-gold-300), var(--ako-gold-500));
  box-shadow: 0 0 12px rgba(231, 189, 112, 0.6);
  transition: transform 80ms linear;
}

/* Header and navigation accents. */
.ako-gold-experience header[class*="header-"],
.ako-gold-experience .mobile-header {
  border-bottom-color: rgba(213, 161, 73, 0.18) !important;
  box-shadow: 0 9px 30px rgba(0, 0, 0, 0.12);
}

.ako-gold-experience .main-menu > .j-menu > li > a,
.ako-gold-experience .main-menu > ul > li > a,
.ako-gold-experience .top-menu a {
  position: relative;
}

.ako-gold-experience .main-menu > .j-menu > li > a::after,
.ako-gold-experience .main-menu > ul > li > a::after,
.ako-gold-experience .top-menu > li > a::after {
  content: '';
  position: absolute;
  right: 50%;
  bottom: 3px;
  left: 50%;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--ako-gold-400), transparent);
  box-shadow: 0 0 8px rgba(231, 189, 112, 0.55);
  transition: right 320ms var(--ako-gold-ease), left 320ms var(--ako-gold-ease);
}

.ako-gold-experience .main-menu > .j-menu > li:hover > a::after,
.ako-gold-experience .main-menu > ul > li:hover > a::after,
.ako-gold-experience .top-menu > li:hover > a::after {
  right: 15%;
  left: 15%;
}

/* Journal module titles with a moving gold highlight. */
.ako-gold-experience .title-module .title-wrapper {
  position: relative;
  overflow: hidden;
}

.ako-gold-experience .title-module .title-wrapper::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  width: min(118px, 34vw);
  height: 1px;
  transform: translateX(-50%);
  background: linear-gradient(90deg, transparent, var(--ako-gold-500) 30%, var(--ako-gold-200) 50%, var(--ako-gold-500) 70%, transparent);
  background-size: 180% 100%;
  box-shadow: 0 0 11px rgba(213, 161, 73, 0.35);
  animation: akoGoldLine 4.8s linear infinite;
}

.ako-gold-experience .title-module .title,
.ako-gold-experience .title-module .subtitle {
  text-wrap: balance;
}

.ako-gold-experience .module-master_slider .ms-nav-next,
.ako-gold-experience .module-master_slider .ms-nav-prev,
.ako-gold-experience .swiper-button-next,
.ako-gold-experience .swiper-button-prev {
  transition: color 240ms ease, border-color 240ms ease, box-shadow 240ms ease, transform 240ms var(--ako-gold-ease) !important;
}

.ako-gold-experience .module-master_slider .ms-nav-next:hover,
.ako-gold-experience .module-master_slider .ms-nav-prev:hover,
.ako-gold-experience .swiper-button-next:hover,
.ako-gold-experience .swiper-button-prev:hover {
  border-color: rgba(213, 161, 73, 0.52) !important;
  box-shadow: 0 0 18px rgba(213, 161, 73, 0.22) !important;
}

/* Banner cards: pointer-following glow, restrained lift and image zoom. */
.ako-gold-experience .module-banners .module-item {
  --ako-pointer-x: 50%;
  --ako-pointer-y: 50%;
  position: relative;
  isolation: isolate;
  overflow: hidden;
  transform: translateZ(0);
  transition: transform 500ms var(--ako-gold-ease), filter 500ms var(--ako-gold-ease), box-shadow 500ms var(--ako-gold-ease);
}

.ako-gold-experience .module-banners .module-item::after {
  content: '';
  position: absolute;
  inset: 0;
  z-index: 2;
  border: 1px solid transparent;
  background:
    radial-gradient(circle at var(--ako-pointer-x) var(--ako-pointer-y), rgba(250, 234, 195, 0.19), transparent 34%) padding-box,
    linear-gradient(120deg, rgba(213, 161, 73, 0.08), rgba(242, 216, 157, 0.55), rgba(213, 161, 73, 0.08)) border-box;
  opacity: 0;
  pointer-events: none;
  transition: opacity 360ms ease;
}

.ako-gold-experience .module-banners .module-item:hover {
  transform: translateY(-4px) translateZ(0);
  filter: saturate(1.04) contrast(1.02);
  box-shadow: var(--ako-gold-shadow);
}

.ako-gold-experience .module-banners .module-item:hover::after {
  opacity: 1;
}

.ako-gold-experience .module-banners .module-item img {
  transition: transform 850ms var(--ako-gold-ease), filter 500ms ease;
}

.ako-gold-experience .module-banners .module-item:hover img {
  transform: scale(1.025);
}

.ako-gold-experience .module-banners .banner-caption,
.ako-gold-experience .module-banners [class*="banner-caption-"] {
  z-index: 3;
}

/* Manufacturer logos: elegant gold orbit without changing Journal dimensions. */
.ako-gold-experience .manufacturer-thumb {
  --ako-pointer-x: 50%;
  --ako-pointer-y: 50%;
  position: relative;
  isolation: isolate;
  transition: transform 420ms var(--ako-gold-ease), filter 420ms ease;
}

.ako-gold-experience .manufacturer-thumb::before {
  content: '';
  position: absolute;
  inset: -3px;
  z-index: -1;
  border-radius: inherit;
  background: conic-gradient(from 90deg, transparent 0 18%, rgba(213, 161, 73, 0.72) 30%, rgba(250, 234, 195, 0.95) 38%, rgba(213, 161, 73, 0.16) 49%, transparent 60% 100%);
  opacity: 0;
  filter: blur(0.2px);
  transition: opacity 320ms ease;
  animation: akoGoldOrbit 6s linear infinite;
}

.ako-gold-experience .manufacturer-thumb::after {
  content: '';
  position: absolute;
  inset: 0;
  z-index: 2;
  border-radius: inherit;
  background: radial-gradient(circle at var(--ako-pointer-x) var(--ako-pointer-y), rgba(250, 234, 195, 0.16), transparent 48%);
  opacity: 0;
  pointer-events: none;
  transition: opacity 300ms ease;
}

.ako-gold-experience .manufacturer-thumb:hover {
  transform: translateY(-4px) scale(1.015);
  filter: drop-shadow(0 12px 18px rgba(0, 0, 0, 0.18));
}

.ako-gold-experience .manufacturer-thumb:hover::before,
.ako-gold-experience .manufacturer-thumb:hover::after {
  opacity: 1;
}

/* Product cards across product modules and category pages. */
.ako-gold-experience .product-thumb {
  --ako-pointer-x: 50%;
  --ako-pointer-y: 50%;
  position: relative;
  isolation: isolate;
  border-color: rgba(213, 161, 73, 0.12) !important;
  transition: transform 420ms var(--ako-gold-ease), border-color 300ms ease, box-shadow 420ms var(--ako-gold-ease) !important;
}

.ako-gold-experience .product-thumb::after {
  content: '';
  position: absolute;
  inset: 0;
  z-index: 3;
  border-radius: inherit;
  background: radial-gradient(circle at var(--ako-pointer-x) var(--ako-pointer-y), rgba(242, 216, 157, 0.13), transparent 34%);
  opacity: 0;
  pointer-events: none;
  transition: opacity 300ms ease;
}

.ako-gold-experience .product-thumb:hover {
  transform: translateY(-5px);
  border-color: rgba(213, 161, 73, 0.42) !important;
  box-shadow: var(--ako-gold-shadow) !important;
}

.ako-gold-experience .product-thumb:hover::after {
  opacity: 1;
}

.ako-gold-experience .product-thumb .image img {
  transition: transform 700ms var(--ako-gold-ease), filter 400ms ease !important;
}

.ako-gold-experience .product-thumb:hover .image img {
  transform: scale(1.025);
  filter: saturate(1.035);
}

.ako-gold-experience .product-thumb .name a,
.ako-gold-experience .product-thumb .price-new,
.ako-gold-experience .product-thumb .product-price-new {
  transition: color 250ms ease, text-shadow 250ms ease;
}

.ako-gold-experience .product-thumb:hover .name a,
.ako-gold-experience .product-thumb:hover .price-new,
.ako-gold-experience .product-thumb:hover .product-price-new {
  color: var(--ako-gold-400) !important;
  text-shadow: 0 0 14px rgba(213, 161, 73, 0.15);
}

/* Gold buttons get a light sweep, while utility controls remain untouched. */
.ako-gold-experience :is(.btn-cart, .btn-buy, .button-cart, .notification-view-cart, .notification-checkout),
.ako-gold-experience .buttons .btn-primary {
  position: relative;
  overflow: hidden;
  background-image: linear-gradient(110deg, var(--ako-gold-950), var(--ako-gold-700) 48%, var(--ako-gold-500)) !important;
  border-color: rgba(242, 216, 157, 0.32) !important;
  box-shadow: 0 8px 20px rgba(111, 75, 22, 0.18);
  transition: transform 240ms var(--ako-gold-ease), box-shadow 240ms ease, filter 240ms ease !important;
}

.ako-gold-experience :is(.btn-cart, .btn-buy, .button-cart, .notification-view-cart, .notification-checkout)::after,
.ako-gold-experience .buttons .btn-primary::after {
  content: '';
  position: absolute;
  top: -80%;
  bottom: -80%;
  left: -70%;
  width: 42%;
  transform: skewX(-18deg);
  background: linear-gradient(90deg, transparent, rgba(255, 247, 226, 0.48), transparent);
  transition: left 680ms var(--ako-gold-ease);
  pointer-events: none;
}

.ako-gold-experience :is(.btn-cart, .btn-buy, .button-cart, .notification-view-cart, .notification-checkout):hover,
.ako-gold-experience .buttons .btn-primary:hover {
  transform: translateY(-1px);
  filter: brightness(1.08);
  box-shadow: 0 11px 26px rgba(111, 75, 22, 0.28), 0 0 18px rgba(213, 161, 73, 0.12);
}

.ako-gold-experience :is(.btn-cart, .btn-buy, .button-cart, .notification-view-cart, .notification-checkout):hover::after,
.ako-gold-experience .buttons .btn-primary:hover::after {
  left: 130%;
}

/* Reveal motion is enabled only after JavaScript marks a target. */
.ako-gold-js .ako-gold-reveal {
  opacity: 0 !important;
  translate: 0 24px;
  transition: opacity 760ms var(--ako-gold-ease) var(--ako-reveal-delay, 0ms), translate 760ms var(--ako-gold-ease) var(--ako-reveal-delay, 0ms);
}

.ako-gold-js .ako-gold-reveal.ako-gold-visible {
  opacity: 1 !important;
  translate: 0 0;
}

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

@keyframes akoGoldDrift {
  0% { transform: translate3d(0, 0, 0) scale(0.94); }
  100% { transform: translate3d(5vw, 6vh, 0) scale(1.08); }
}

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

@media (max-width: 1024px) {
  .ako-gold-ambient {
    opacity: 0.52;
  }

  .ako-gold-experience .module-banners .module-item:hover,
  .ako-gold-experience .manufacturer-thumb:hover,
  .ako-gold-experience .product-thumb:hover {
    transform: none;
  }

  .ako-gold-experience .main-menu > .j-menu > li > a::after,
  .ako-gold-experience .main-menu > ul > li > a::after {
    display: none;
  }
}

@media (max-width: 768px) {
  .ako-gold-progress {
    height: 2px;
  }

  .ako-gold-experience .title-module .title-wrapper::after {
    width: 86px;
  }

  .ako-gold-js .ako-gold-reveal {
    translate: 0 16px;
    transition-duration: 620ms;
  }

  .ako-gold-ambient i {
    width: 110vw;
  }
}

@media (prefers-reduced-motion: reduce) {
  .ako-gold-experience *,
  .ako-gold-experience *::before,
  .ako-gold-experience *::after {
    scroll-behavior: auto !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }

  .ako-gold-js .ako-gold-reveal,
  .ako-gold-js .ako-gold-reveal.ako-gold-visible {
    opacity: 1 !important;
    translate: none !important;
  }

  .ako-gold-ambient {
    display: none;
  }
}

/* V5.3 — three staggered rings, with the banner-title border restored. */
.ako-gold-experience .module-banners .banner-caption > span {
  border: 2px solid rgba(212, 171, 2, 0.96) !important;
  border-radius: 7px !important;
  box-shadow: inset 0 0 0 1px rgba(255, 231, 151, 0.06), 0 7px 20px rgba(0, 0, 0, 0.24) !important;
}

.ako-gold-experience a[href*="screenshot-reviews"]::before,
.ako-gold-experience .module-master_slider .ms-layer-button::before,
.ako-gold-experience .module-master_slider .ms-btn-container a::before,
.ako-gold-experience .module-banners .banner-caption > span::before {
  content: none !important;
  display: none !important;
  animation: none !important;
}

/* V5.3.1 — hard stop for continuous pulse layers. */
.ako-gold-experience .ako-action-pulses,
.ako-gold-experience .ako-action-pulses > i {
  display: none !important;
  animation: none !important;
  animation-play-state: paused !important;
  will-change: auto !important;
}

.ako-gold-experience a[href*="screenshot-reviews"],
.ako-gold-experience .module-master_slider .ms-layer-button,
.ako-gold-experience .module-master_slider .ms-btn-container a,
.ako-gold-experience .module-banners .banner-caption > span {
  will-change: auto !important;
}

/* V5.4 — Balanced Motion: a small, compositor-friendly animation budget. */
.ako-gold-experience .ako-action-pulses {
  display: block !important;
}

.ako-gold-experience .ako-action-pulses > i {
  display: block !important;
  animation: akoTripleEmeraldPulse 3.6s linear infinite !important;
  animation-play-state: paused !important;
  will-change: auto !important;
}

.ako-gold-experience .ako-action-pulses > i:nth-child(2) {
  animation-delay: -0.9s !important;
}

.ako-gold-experience .ako-action-pulses > i:nth-child(3) {
  animation-delay: -1.8s !important;
}

.ako-gold-experience .ako-pulse-live .ako-action-pulses > i {
  animation-play-state: running !important;
  will-change: transform, opacity !important;
}

.ako-gold-experience .container-k {
  display: block !important;
}

.ako-gold-experience .container-k .circle-container {
  display: none !important;
  animation: none !important;
}

.ako-gold-experience .container-k .circle-container:nth-child(-n + 8) {
  display: block !important;
}

.ako-gold-experience .container-k .circle-container:nth-child(-n + 8) .circle {
  display: block !important;
  animation: akoLiteParticle 5.8s ease-in-out infinite !important;
  will-change: transform, opacity !important;
}

.ako-gold-experience .container-k .circle-container:nth-child(2) .circle { animation-delay: -0.7s !important; }
.ako-gold-experience .container-k .circle-container:nth-child(3) .circle { animation-delay: -1.4s !important; }
.ako-gold-experience .container-k .circle-container:nth-child(4) .circle { animation-delay: -2.1s !important; }
.ako-gold-experience .container-k .circle-container:nth-child(5) .circle { animation-delay: -2.8s !important; }
.ako-gold-experience .container-k .circle-container:nth-child(6) .circle { animation-delay: -3.5s !important; }
.ako-gold-experience .container-k .circle-container:nth-child(7) .circle { animation-delay: -4.2s !important; }
.ako-gold-experience .container-k .circle-container:nth-child(8) .circle { animation-delay: -4.9s !important; }

.ako-gold-experience .brand-wheel {
  overflow: hidden !important;
}

.ako-gold-experience .brand-slide:not(.delay) {
  position: static !important;
  display: flex !important;
  width: max-content !important;
  align-items: center !important;
  justify-content: flex-start !important;
  animation: akoLiteTicker 30s linear infinite !important;
  will-change: transform !important;
}

.ako-gold-experience .brand-slide.delay {
  display: none !important;
}

.ako-gold-experience .brand-slide:not(.delay) .logo-div:nth-child(n) {
  display: flex !important;
  flex: 0 0 auto !important;
  opacity: 1 !important;
  animation: none !important;
  transition: none !important;
}

@keyframes akoLiteParticle {
  0%, 100% { opacity: 0.18; transform: scale(0.72); }
  50% { opacity: 0.72; transform: scale(1.08); }
}

@keyframes akoLiteTicker {
  from { transform: translate3d(0, 0, 0); }
  to { transform: translate3d(-33.333%, 0, 0); }
}

@media (max-width: 768px) {
  .ako-gold-experience .container-k .circle-container:nth-child(n + 7) {
    display: none !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  .ako-gold-experience .ako-action-pulses,
  .ako-gold-experience .container-k,
  .ako-gold-experience .brand-slide:not(.delay) {
    animation: none !important;
  }

  .ako-gold-experience .ako-action-pulses,
  .ako-gold-experience .container-k {
    display: none !important;
  }
}

/* Disable the legacy sf15 field: 100 continuously animated circles. */
.ako-gold-experience .container-k,
.ako-gold-experience .container-k .circle-container,
.ako-gold-experience .container-k .circle {
  display: none !important;
  animation: none !important;
  transition: none !important;
  will-change: auto !important;
}

/* Convert the legacy fixed ticker from 20 animations to a static info bar. */
.ako-gold-experience .brand-wheel,
.ako-gold-experience .brand-slide,
.ako-gold-experience .brand-slide .logo-div {
  animation: none !important;
  transition: none !important;
  will-change: auto !important;
}

.ako-gold-experience .brand-slide:not(.delay) {
  position: static !important;
  display: flex !important;
  width: 100% !important;
  align-items: center;
  justify-content: space-around;
}

.ako-gold-experience .brand-slide.delay,
.ako-gold-experience .brand-slide:not(.delay) .logo-div:nth-child(n + 4) {
  display: none !important;
}

.ako-gold-experience .brand-slide:not(.delay) .logo-div {
  opacity: 1 !important;
}

@media (max-width: 768px) {
  .ako-gold-experience .brand-slide:not(.delay) .logo-div:nth-child(n + 2) {
    display: none !important;
  }

  .ako-gold-experience .brand-slide:not(.delay) .logo-div:first-child {
    display: block !important;
    width: 100% !important;
    text-align: center !important;
  }
}

.ako-gold-experience .ako-pulse-action {
  position: relative !important;
  isolation: isolate;
  overflow: visible !important;
}

.ako-gold-experience .ako-action-pulses {
  position: absolute !important;
  inset: 0 !important;
  z-index: 4;
  display: block !important;
  width: auto !important;
  height: auto !important;
  min-width: 0 !important;
  min-height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: visible !important;
  color: transparent !important;
  font-size: 0 !important;
  line-height: 0 !important;
  background: none !important;
  border: 0 !important;
  border-radius: inherit !important;
  box-shadow: none !important;
  transform: none !important;
  pointer-events: none;
}

.ako-gold-experience .ako-action-pulses > i {
  position: absolute;
  inset: -3px;
  display: block;
  border: 1px solid rgba(90, 255, 180, 0.92);
  border-radius: inherit;
  opacity: 0;
  pointer-events: none;
  transform: scale(0.98);
  box-shadow: 0 0 12px 1px rgba(24, 200, 115, 0.24);
  will-change: transform, opacity;
  animation: akoTripleEmeraldPulse 3.6s linear infinite;
  animation-play-state: paused;
}

.ako-gold-experience .ako-action-pulses > i:nth-child(2) {
  border-color: rgba(24, 200, 115, 0.74);
  animation-delay: -0.9s;
}

.ako-gold-experience .ako-action-pulses > i:nth-child(3) {
  border-color: rgba(7, 122, 70, 0.56);
  animation-delay: -1.8s;
}

.ako-gold-experience .ako-pulse-live .ako-action-pulses > i {
  animation-play-state: running;
}

@keyframes akoTripleEmeraldPulse {
  0% {
    opacity: 0.62;
    transform: scale(0.98);
  }
  55% {
    opacity: 0.32;
    transform: scale(1.10);
  }
  85% {
    opacity: 0;
    transform: scale(1.18);
  }
  100% {
    opacity: 0;
    transform: scale(1.18);
  }
}

@media (prefers-reduced-motion: reduce) {
  .ako-gold-experience .ako-action-pulses {
    display: none !important;
  }
}

@media print {
  .ako-gold-ambient,
  .ako-gold-progress,
  .ako-gold-dust,
  .ako-gold-stage {
    display: none !important;
  }
}

/* Final priority seals: Journal skin rules are generated with !important. */
.ako-gold-experience header[class*="header-"],
.ako-gold-experience .desktop-header,
.ako-gold-experience .mobile-header,
.ako-gold-experience .mobile-container,
.ako-gold-experience .mobile-wrapper-header {
  border-bottom-color: rgba(213, 161, 73, 0.72) !important;
  box-shadow: 0 10px 35px rgba(0, 0, 0, 0.72), 0 1px 0 rgba(242, 216, 157, 0.28), 0 0 22px rgba(213, 161, 73, 0.10) !important;
}

.ako-gold-experience .product-thumb,
.ako-gold-experience .product-thumb:hover {
  border-color: transparent !important;
  box-shadow: 0 18px 46px rgba(0, 0, 0, 0.56), 0 0 24px rgba(213, 161, 73, 0.18), inset 0 0 28px rgba(213, 161, 73, 0.05) !important;
}

.ako-gold-experience :is(.btn-cart, .btn-buy, .button-cart, .notification-view-cart, .notification-checkout),
.ako-gold-experience .buttons .btn-primary,
.ako-gold-experience .btn-primary {
  color: #100b04 !important;
  background: linear-gradient(115deg, #8e601b 0%, #e6bd68 28%, #fff0bf 48%, #c68b31 70%, #f0cf87 100%) !important;
  background-size: 180% 100% !important;
  border-color: #f7e4b2 !important;
  box-shadow: 0 9px 24px rgba(0, 0, 0, 0.38), 0 0 20px rgba(213, 161, 73, 0.28) !important;
}

/* -------------------------------------------------------------------------
   V3 — EMERALD ACTIONS, RESPONSIVE BRANDS, BUSINESS SUPPORT
   ------------------------------------------------------------------------- */

.ako-gold-experience .site-wrapper {
  background:
    linear-gradient(rgba(5, 5, 5, 0.86), rgba(5, 5, 5, 0.92)),
    repeating-linear-gradient(135deg, rgba(213, 161, 73, 0.032) 0 1px, transparent 1px 16px) !important;
}

/* All primary actions are emerald green with a gold luxury edge. */
.ako-gold-experience :is(.btn-cart, .btn-buy, .button-cart, .notification-view-cart, .notification-checkout),
.ako-gold-experience .buttons .btn-primary,
.ako-gold-experience .btn-primary,
.ako-gold-experience .ako-emerald-btn {
  color: #f4fff9 !important;
  background: linear-gradient(115deg, #043a24 0%, #087a46 30%, #18c873 50%, #087a46 72%, #0fb764 100%) !important;
  background-size: 190% 100% !important;
  border: 1px solid rgba(242, 216, 157, 0.86) !important;
  box-shadow: 0 10px 26px rgba(0, 0, 0, 0.46), 0 0 22px rgba(24, 200, 115, 0.25), inset 0 1px 0 rgba(255, 255, 255, 0.18) !important;
  text-shadow: 0 1px 7px rgba(0, 0, 0, 0.42) !important;
}

.ako-gold-experience :is(.btn-cart, .btn-buy, .button-cart, .notification-view-cart, .notification-checkout):hover,
.ako-gold-experience .buttons .btn-primary:hover,
.ako-gold-experience .btn-primary:hover,
.ako-gold-experience .ako-emerald-btn:hover {
  color: #fff !important;
  background-position: 100% 50% !important;
  border-color: #fff0bd !important;
  box-shadow: 0 13px 32px rgba(0, 0, 0, 0.52), 0 0 30px rgba(24, 200, 115, 0.42), 0 0 12px rgba(231, 189, 112, 0.28) !important;
}

/* Manufacturer accordion — no more cramped five-column circles on phones. */
.ako-gold-experience .module-manufacturers-38 {
  padding: 14px !important;
  overflow: hidden;
  background:
    radial-gradient(circle at 12% 0, rgba(24, 200, 115, 0.11), transparent 30%),
    radial-gradient(circle at 88% 100%, rgba(213, 161, 73, 0.13), transparent 32%),
    linear-gradient(145deg, rgba(12, 12, 12, 0.99), rgba(3, 3, 3, 0.99)) !important;
  border: 1px solid rgba(213, 161, 73, 0.72) !important;
  border-radius: 24px !important;
  box-shadow: inset 0 0 42px rgba(213, 161, 73, 0.04), 0 20px 50px rgba(0, 0, 0, 0.58), 0 0 24px rgba(24, 200, 115, 0.06) !important;
}

.ako-gold-experience .module-manufacturers-38 .panel-group,
.ako-gold-experience .module-manufacturers-38 .panel {
  margin: 0 !important;
  background: transparent !important;
  border: 0 !important;
  border-radius: 17px !important;
  box-shadow: none !important;
}

html body.ako-gold-experience .module.module-banners > .module-body > .module-item,
html body.ako-gold-experience .module.module-banners > .module-body > .module-item:hover {
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  filter: none !important;
  transition: none !important;
}

.ako-gold-experience .module-banners .banner-text,
.ako-gold-experience .module-banners .banner-caption,
.ako-gold-experience .module-banners [class*="banner-caption-"] {
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}

.ako-gold-experience .module-banners .banner-caption > span,
.ako-gold-experience .module-banners [class*="banner-caption-"] > span {
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}

/* V5.2 — lightweight chatbot-style gold pulse on selected actions. */
.ako-gold-experience a[href*="screenshot-reviews"],
.ako-gold-experience .module-master_slider .ms-layer-button,
.ako-gold-experience .module-master_slider .ms-btn-container a,
.ako-gold-experience .module-banners .banner-caption > span {
  position: relative !important;
  isolation: isolate;
  overflow: visible !important;
}

.ako-gold-experience a[href*="screenshot-reviews"]::before,
.ako-gold-experience .module-master_slider .ms-layer-button::before,
.ako-gold-experience .module-master_slider .ms-btn-container a::before,
.ako-gold-experience .module-banners .banner-caption > span::before {
  content: '' !important;
  position: absolute;
  inset: -4px;
  z-index: 2;
  border: 1px solid rgba(231, 189, 112, 0.82);
  border-radius: inherit;
  opacity: 0;
  pointer-events: none;
  transform: scale(0.96);
  box-shadow: 0 0 12px 2px rgba(213, 161, 73, 0.16);
  will-change: transform, opacity;
  animation: akoGoldActionPulse 2.35s cubic-bezier(0.22, 1, 0.36, 1) infinite;
}

.ako-gold-experience .module-master_slider .ms-layer-button::before,
.ako-gold-experience .module-master_slider .ms-btn-container a::before {
  animation-delay: -0.78s;
}

.ako-gold-experience .module-banners .banner-caption > span::before {
  border-radius: 6px;
  animation-delay: -1.56s;
}

@keyframes akoGoldActionPulse {
  0% {
    opacity: 0.82;
    transform: scale(0.96);
  }
  58% {
    opacity: 0;
    transform: scale(1.13);
  }
  100% {
    opacity: 0;
    transform: scale(1.13);
  }
}

@media (prefers-reduced-motion: reduce) {
  .ako-gold-experience a[href*="screenshot-reviews"]::before,
  .ako-gold-experience .module-master_slider .ms-layer-button::before,
  .ako-gold-experience .module-master_slider .ms-btn-container a::before,
  .ako-gold-experience .module-banners .banner-caption > span::before {
    display: none !important;
    animation: none !important;
  }
}

.ako-gold-experience .module-manufacturers-38 .panel + .panel {
  margin-top: 13px !important;
}

.ako-gold-experience .module-manufacturers-38 .panel-heading {
  padding: 0 !important;
  overflow: hidden;
  background:
    linear-gradient(115deg, rgba(4, 58, 36, 0.98), rgba(8, 122, 70, 0.96) 48%, rgba(4, 58, 36, 0.98)) !important;
  border: 1px solid rgba(231, 189, 112, 0.72) !important;
  border-radius: 14px !important;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.09), 0 8px 22px rgba(0, 0, 0, 0.34), 0 0 15px rgba(24, 200, 115, 0.13) !important;
}

.ako-gold-experience .module-manufacturers-38 .panel-title,
.ako-gold-experience .module-manufacturers-38 .panel-title a {
  margin: 0 !important;
  color: #fff5d5 !important;
  font-weight: 800 !important;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.45) !important;
}

.ako-gold-experience .module-manufacturers-38 .panel-title a {
  display: flex !important;
  min-height: 56px;
  padding: 10px 12px 10px 17px !important;
  align-items: center;
  justify-content: space-between;
  text-decoration: none !important;
}

.ako-gold-experience .module-manufacturers-38 .panel-title .fa {
  display: none !important;
}

.ako-gold-experience .module-manufacturers-38 .panel-title a::before {
  content: none !important;
  display: none !important;
}

.ako-gold-experience .module-manufacturers-38 .panel-title a::after {
  content: '+' !important;
  position: static !important;
  display: inline-flex !important;
  width: 34px;
  height: 34px;
  margin-left: auto;
  flex: 0 0 34px;
  align-items: center;
  justify-content: center;
  color: #f7d98f !important;
  font-family: Arial, sans-serif !important;
  font-size: 22px !important;
  font-weight: 400 !important;
  line-height: 1 !important;
  background: rgba(3, 16, 10, 0.82) !important;
  border: 1px solid rgba(242, 216, 157, 0.58);
  border-radius: 50%;
  box-shadow: 0 0 14px rgba(213, 161, 73, 0.14);
  transform: none !important;
  transition: transform 350ms var(--ako-gold-ease), background 250ms ease;
}

.ako-gold-experience .module-manufacturers-38 .panel-title a[aria-expanded="true"]::after {
  content: '−' !important;
  background: rgba(0, 0, 0, 0.88) !important;
}

.ako-gold-experience .module-manufacturers-38 .panel-collapse .panel-body {
  padding: 16px 2px 2px !important;
  background: transparent !important;
  border: 0 !important;
}

.ako-gold-experience .module-manufacturers-38 .manufacturer-grid {
  display: grid !important;
  grid-template-columns: repeat(auto-fit, minmax(126px, 1fr));
  gap: 12px !important;
  width: 100% !important;
  margin: 0 !important;
}

.ako-gold-experience .module-manufacturers-38 .manufacturer-layout {
  width: auto !important;
  min-width: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
}

.ako-gold-experience .module-manufacturers-38 .manufacturer-thumb {
  display: flex !important;
  min-height: 150px;
  padding: 15px 8px 12px !important;
  align-items: center;
  justify-content: flex-start;
  flex-direction: column;
  gap: 9px;
  overflow: hidden;
  background:
    linear-gradient(145deg, rgba(25, 21, 13, 0.98), rgba(5, 9, 7, 0.99)) padding-box,
    linear-gradient(140deg, #74501c, #f2d696 42%, #0da75d 72%, #c18a34) border-box !important;
  border: 1px solid transparent !important;
  border-radius: 18px !important;
  box-shadow: inset 0 0 24px rgba(213, 161, 73, 0.05), 0 9px 24px rgba(0, 0, 0, 0.42) !important;
}

.ako-gold-experience .module-manufacturers-38 .manufacturer-thumb::before {
  inset: 0 !important;
  z-index: 0 !important;
  border-radius: 18px !important;
  background:
    radial-gradient(circle at 15% 5%, rgba(255, 232, 174, 0.13), transparent 32%),
    radial-gradient(circle at 90% 90%, rgba(24, 200, 115, 0.10), transparent 36%) !important;
  opacity: 1 !important;
  animation: none !important;
  pointer-events: none;
}

.ako-gold-experience .module-manufacturers-38 .manufacturer-thumb .image,
.ako-gold-experience .module-manufacturers-38 .manufacturer-thumb .caption {
  position: relative;
  z-index: 2;
}

.ako-gold-experience .module-manufacturers-38 .manufacturer-thumb .image {
  width: 78px !important;
  height: 78px !important;
  flex: 0 0 78px;
  padding: 4px;
  overflow: hidden;
  background: #fff;
  border: 2px solid rgba(242, 216, 157, 0.88);
  border-radius: 50%;
  box-shadow: 0 7px 20px rgba(0, 0, 0, 0.46), 0 0 17px rgba(213, 161, 73, 0.18);
}

.ako-gold-experience .module-manufacturers-38 .manufacturer-thumb .image a,
.ako-gold-experience .module-manufacturers-38 .manufacturer-thumb .image img {
  display: block;
  width: 100% !important;
  height: 100% !important;
  border-radius: 50%;
  object-fit: cover;
}

.ako-gold-experience .module-manufacturers-38 .manufacturer-thumb .caption,
.ako-gold-experience .module-manufacturers-38 .manufacturer-thumb .name {
  width: 100%;
  min-width: 0;
  padding: 0 !important;
  text-align: center !important;
}

.ako-gold-experience .module-manufacturers-38 .manufacturer-thumb .name a {
  display: block;
  overflow: hidden;
  color: #f4dda7 !important;
  font-size: 13px !important;
  font-weight: 700 !important;
  line-height: 1.3 !important;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.ako-gold-experience .module-manufacturers-38 .manufacturer-thumb:hover {
  transform: translateY(-5px) !important;
  box-shadow: 0 15px 32px rgba(0, 0, 0, 0.54), 0 0 24px rgba(24, 200, 115, 0.18), 0 0 13px rgba(213, 161, 73, 0.15) !important;
}

/* Business support section generated from the user's old Journal HTML block. */
.ako-gold-experience .grid-item-top-3-2-5 {
  padding: clamp(8px, 2.2vw, 24px) !important;
}

.ako-business-card,
.ako-business-card * {
  box-sizing: border-box;
}

.ako-business-card {
  position: relative;
  display: grid;
  grid-template-columns: minmax(310px, 0.88fr) minmax(0, 1.12fr);
  max-width: 1180px;
  margin: 20px auto 90px;
  overflow: hidden;
  color: #eee4ce;
  background:
    radial-gradient(circle at 100% 0, rgba(24, 200, 115, 0.12), transparent 31%),
    linear-gradient(140deg, rgba(18, 16, 12, 0.99), rgba(4, 5, 5, 0.99));
  border: 1px solid rgba(231, 189, 112, 0.72);
  border-radius: 28px;
  box-shadow: 0 28px 70px rgba(0, 0, 0, 0.60), 0 0 35px rgba(213, 161, 73, 0.09), inset 0 0 45px rgba(213, 161, 73, 0.035);
}

.ako-business-card::after {
  content: '';
  position: absolute;
  inset: 8px;
  z-index: 4;
  border: 1px solid rgba(242, 216, 157, 0.15);
  border-radius: 21px;
  pointer-events: none;
}

.ako-business-card__visual {
  position: relative;
  min-height: 100%;
  overflow: hidden;
  background: #090909;
  border-right: 1px solid rgba(213, 161, 73, 0.34);
}

.ako-business-card__visual::after {
  content: '';
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(0, 0, 0, 0.04), rgba(3, 5, 4, 0.68)),
    radial-gradient(circle at 50% 20%, transparent 25%, rgba(0, 0, 0, 0.42) 88%);
  pointer-events: none;
}

.ako-business-card__visual img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 620px;
  object-fit: cover;
  filter: contrast(1.04) saturate(1.04) sepia(0.05);
  transition: transform 1.1s var(--ako-gold-ease), filter 500ms ease;
}

.ako-business-card:hover .ako-business-card__visual img {
  transform: scale(1.025);
  filter: contrast(1.06) saturate(1.08) sepia(0.03);
}

.ako-business-card__visual > span {
  position: absolute;
  right: 24px;
  bottom: 24px;
  z-index: 2;
  padding: 9px 13px;
  color: #f4dda7;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.16em;
  background: rgba(3, 3, 3, 0.76);
  border: 1px solid rgba(231, 189, 112, 0.62);
  border-radius: 999px;
  backdrop-filter: blur(9px);
}

.ako-business-card__content {
  position: relative;
  z-index: 2;
  padding: clamp(32px, 5vw, 64px);
}

.ako-business-card__eyebrow {
  display: flex;
  margin-bottom: 22px;
  align-items: center;
  gap: 12px;
  color: var(--ako-emerald-300);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.ako-business-card__eyebrow i {
  width: 34px;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--ako-gold-400));
}

.ako-business-card__eyebrow i:last-child {
  transform: rotate(180deg);
}

.ako-business-card h2 {
  margin: 0 0 20px !important;
  color: #f5dfa8 !important;
  font-size: clamp(26px, 3.2vw, 44px) !important;
  font-weight: 800 !important;
  line-height: 1.22 !important;
  letter-spacing: -0.025em;
  background: linear-gradient(105deg, #c38c35, #fff0c2 45%, #d7a54e 78%, #f5dda2);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.ako-business-card__lead {
  max-width: 680px;
  margin: 0 0 28px;
  color: #d8cdb6 !important;
  font-size: 16px;
  line-height: 1.75;
}

.ako-business-card__benefits {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.ako-business-card__benefits article {
  display: flex;
  min-height: 138px;
  padding: 17px;
  gap: 13px;
  background: linear-gradient(145deg, rgba(20, 20, 18, 0.94), rgba(7, 10, 8, 0.96));
  border: 1px solid rgba(213, 161, 73, 0.26);
  border-radius: 16px;
  transition: transform 350ms var(--ako-gold-ease), border-color 250ms ease, box-shadow 350ms ease;
}

.ako-business-card__benefits article:hover {
  transform: translateY(-3px);
  border-color: rgba(24, 200, 115, 0.54);
  box-shadow: 0 12px 26px rgba(0, 0, 0, 0.34), 0 0 18px rgba(24, 200, 115, 0.08);
}

.ako-business-card__benefits article > b {
  display: inline-flex;
  width: 36px;
  height: 36px;
  flex: 0 0 36px;
  align-items: center;
  justify-content: center;
  color: #dffbea;
  background: linear-gradient(145deg, var(--ako-emerald-700), var(--ako-emerald-900));
  border: 1px solid rgba(242, 216, 157, 0.58);
  border-radius: 11px;
  box-shadow: 0 0 14px rgba(24, 200, 115, 0.14);
}

.ako-business-card__benefits h3 {
  margin: 1px 0 7px !important;
  color: #f1d99f !important;
  font-size: 15px !important;
  line-height: 1.35 !important;
  text-shadow: none !important;
}

.ako-business-card__benefits p {
  margin: 0;
  color: #bfb5a0 !important;
  font-size: 13px;
  line-height: 1.55;
}

.ako-business-card__quote {
  display: flex;
  margin: 22px 0;
  padding: 14px 16px;
  align-items: center;
  gap: 12px;
  color: #e9ddc1;
  background: linear-gradient(90deg, rgba(213, 161, 73, 0.10), rgba(24, 200, 115, 0.07));
  border-left: 2px solid var(--ako-gold-400);
  border-radius: 0 12px 12px 0;
}

.ako-business-card__quote span {
  color: var(--ako-emerald-300);
}

.ako-business-card__quote p {
  margin: 0;
  color: inherit !important;
  line-height: 1.55;
}

.ako-business-card__quote strong {
  color: var(--ako-gold-300);
}

.ako-business-card__actions {
  display: flex;
  gap: 11px;
}

.ako-emerald-btn {
  position: relative;
  display: inline-flex;
  min-height: 52px;
  padding: 12px 18px;
  align-items: center;
  justify-content: center;
  gap: 18px;
  overflow: hidden;
  font-size: 14px;
  font-weight: 800;
  text-align: center;
  text-decoration: none !important;
  border-radius: 13px;
  transition: transform 280ms var(--ako-gold-ease), box-shadow 280ms ease, background-position 600ms var(--ako-gold-ease) !important;
}

.ako-emerald-btn--whatsapp {
  flex: 1 1 auto;
}

.ako-emerald-btn--call {
  flex: 0 0 auto;
  min-width: 128px;
}

.ako-emerald-btn i {
  display: inline-flex;
  width: 27px;
  height: 27px;
  align-items: center;
  justify-content: center;
  color: #062d1d;
  font-style: normal;
  background: #dffbea;
  border-radius: 50%;
}

.ako-emerald-btn:hover {
  transform: translateY(-2px);
}

@keyframes akoAuroraFloat {
  0% { transform: translate3d(-4vw, -3vh, 0) rotate(-8deg) scale(0.90); }
  100% { transform: translate3d(9vw, 8vh, 0) rotate(13deg) scale(1.13); }
}

@media (min-width: 481px) and (max-width: 768px) {
  .ako-gold-experience .module-manufacturers-38 .manufacturer-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 9px !important;
  }
}

@media (max-width: 900px) {
  .ako-business-card {
    grid-template-columns: 1fr;
  }

  .ako-business-card__visual {
    min-height: 260px;
    border-right: 0;
    border-bottom: 1px solid rgba(213, 161, 73, 0.34);
  }

  .ako-business-card__visual img {
    height: 280px;
    min-height: 0;
  }
}

@media (max-width: 480px) {
  .ako-gold-experience .module-manufacturers-38 {
    padding: 9px !important;
    border-radius: 18px !important;
  }

  .ako-gold-experience .module-manufacturers-38 .manufacturer-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px !important;
  }

  .ako-gold-experience .module-manufacturers-38 .manufacturer-thumb {
    min-height: 128px;
    padding: 11px 5px 9px !important;
    border-radius: 14px !important;
  }

  .ako-gold-experience .module-manufacturers-38 .manufacturer-thumb::before {
    border-radius: 14px !important;
  }

  .ako-gold-experience .module-manufacturers-38 .manufacturer-thumb .image {
    width: 66px !important;
    height: 66px !important;
    flex-basis: 66px;
  }

  .ako-gold-experience .module-manufacturers-38 .manufacturer-thumb .name a {
    font-size: 11px !important;
  }

  .ako-business-card {
    margin: 12px auto 55px;
    border-radius: 20px;
  }

  .ako-business-card::after {
    inset: 5px;
    border-radius: 15px;
  }

  .ako-business-card__visual,
  .ako-business-card__visual img {
    height: 210px;
    min-height: 210px;
  }

  .ako-business-card__content {
    padding: 28px 18px 24px;
  }

  .ako-business-card__eyebrow {
    gap: 8px;
    font-size: 10px;
  }

  .ako-business-card__eyebrow i {
    width: 18px;
  }

  .ako-business-card h2 {
    font-size: 27px !important;
  }

  .ako-business-card__lead {
    font-size: 14px;
  }

  .ako-business-card__benefits {
    grid-template-columns: 1fr;
  }

  .ako-business-card__benefits article {
    min-height: 0;
  }

  .ako-business-card__actions {
    flex-direction: column;
  }

  .ako-emerald-btn--call {
    width: 100%;
  }

  .ako-gold-aurora i {
    width: 130vw;
    filter: blur(58px);
  }
}

@media (max-width: 350px) {
  .ako-gold-experience .module-manufacturers-38 .manufacturer-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (prefers-reduced-motion: reduce) {
  .ako-gold-aurora i {
    animation: none !important;
  }
}

@media print {
  .ako-gold-aurora {
    display: none !important;
  }
}

/* -------------------------------------------------------------------------
   V4 — REFINED PRODUCT CATEGORY
   Thin edges, almost-square corners and restrained light instead of frames.
   ------------------------------------------------------------------------- */

.ako-category-waves {
  position: fixed;
  inset: 0;
  z-index: 2;
  overflow: hidden;
  opacity: 0.26;
  pointer-events: none;
  mix-blend-mode: screen;
  -webkit-mask-image: linear-gradient(90deg, #000 0%, rgba(0, 0, 0, 0.78) 13%, transparent 32%, transparent 68%, rgba(0, 0, 0, 0.78) 87%, #000 100%);
  mask-image: linear-gradient(90deg, #000 0%, rgba(0, 0, 0, 0.78) 13%, transparent 32%, transparent 68%, rgba(0, 0, 0, 0.78) 87%, #000 100%);
}

.ako-category-waves::before,
.ako-category-waves::after {
  content: '';
  position: absolute;
  top: 5%;
  width: 24vw;
  height: 90%;
  filter: blur(34px);
  opacity: 0.30;
  background: radial-gradient(ellipse at center, rgba(213, 161, 73, 0.20), transparent 69%);
}

.ako-category-waves::before { left: -15vw; }
.ako-category-waves::after { right: -15vw; }

.ako-category-waves svg {
  display: block;
  width: 100%;
  height: 100%;
}

.ako-category-waves path {
  fill: none;
  stroke-width: 1;
  vector-effect: non-scaling-stroke;
  opacity: 0.34;
}

.ako-category-waves__left path {
  stroke: url(#ako-wave-gold-left);
}

.ako-category-waves__right path {
  stroke: url(#ako-wave-gold-right);
}

.ako-category-waves path:nth-child(4n + 1) {
  stroke-width: 1.45;
  opacity: 0.60;
  filter: drop-shadow(0 0 3px rgba(242, 216, 157, 0.58));
}

.ako-category-waves__left {
  transform-origin: 0 50%;
  animation: akoCategoryWaveLeft 14s ease-in-out infinite alternate;
}

.ako-category-waves__right {
  transform-origin: 100% 50%;
  animation: akoCategoryWaveRight 17s ease-in-out infinite alternate;
}

/* Clean category chrome. */
html.route-product-category .ako-gold-experience .breadcrumb,
html.route-product-category .ako-gold-experience .products-filter,
html.route-product-category .ako-gold-experience .category-info,
html.route-product-category .ako-gold-experience .refine-categories {
  border-radius: 5px !important;
}

html.route-product-category .ako-gold-experience .products-filter {
  padding: 10px !important;
  background: rgba(8, 8, 8, 0.92) !important;
  border: 1px solid rgba(213, 161, 73, 0.16) !important;
  border-bottom-color: rgba(213, 161, 73, 0.36) !important;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.24) !important;
}

html.route-product-category .ako-gold-experience .refine-item,
html.route-product-category .ako-gold-experience .refine-category {
  overflow: hidden;
  background: rgba(10, 10, 10, 0.94) !important;
  border: 1px solid rgba(213, 161, 73, 0.14) !important;
  border-radius: 5px !important;
  box-shadow: none !important;
  transition: border-color 220ms ease, background 220ms ease, transform 280ms var(--ako-gold-ease) !important;
}

html.route-product-category .ako-gold-experience .refine-item:hover,
html.route-product-category .ako-gold-experience .refine-category:hover {
  background: rgba(17, 15, 10, 0.96) !important;
  border-color: rgba(213, 161, 73, 0.38) !important;
  transform: translateY(-2px);
}

/* Product cards: remove the previous thick gradient frame and 18px radius. */
html.route-product-category .ako-gold-experience .product-thumb,
html.route-product-category .ako-gold-experience .product-thumb:hover {
  overflow: hidden !important;
  background: #090909 !important;
  border: 1px solid rgba(213, 161, 73, 0.18) !important;
  border-radius: 5px !important;
  box-shadow: 0 7px 20px rgba(0, 0, 0, 0.28) !important;
}

html.route-product-category .ako-gold-experience .product-thumb {
  transform: translateZ(0);
  transition: transform 320ms var(--ako-gold-ease), border-color 240ms ease, box-shadow 320ms var(--ako-gold-ease) !important;
}

html.route-product-category .ako-gold-experience .product-thumb:hover {
  transform: translateY(-3px) translateZ(0);
  border-color: rgba(213, 161, 73, 0.44) !important;
  box-shadow: 0 13px 30px rgba(0, 0, 0, 0.42), 0 0 16px rgba(213, 161, 73, 0.07) !important;
}

html.route-product-category .ako-gold-experience .product-thumb::before {
  content: none !important;
  display: none !important;
}

html.route-product-category .ako-gold-experience .product-thumb::after {
  border-radius: 4px !important;
  background: linear-gradient(135deg, rgba(242, 216, 157, 0.05), transparent 32%) !important;
  opacity: 0 !important;
}

html.route-product-category .ako-gold-experience .product-thumb:hover::after {
  opacity: 0.55 !important;
}

html.route-product-category .ako-gold-experience .product-thumb .image {
  overflow: hidden;
  background: #0d0d0d !important;
  border-bottom: 1px solid rgba(213, 161, 73, 0.11) !important;
  border-radius: 4px 4px 0 0 !important;
}

html.route-product-category .ako-gold-experience .product-thumb .image img {
  border-radius: 0 !important;
  transform: none;
}

html.route-product-category .ako-gold-experience .product-thumb:hover .image img {
  transform: scale(1.018);
}

html.route-product-category .ako-gold-experience .product-thumb .caption,
html.route-product-category .ako-gold-experience .product-thumb .product-details {
  background: linear-gradient(180deg, #0c0c0c, #080808) !important;
  border: 0 !important;
  border-radius: 0 !important;
}

html.route-product-category .ako-gold-experience .product-thumb .name a {
  color: #eee4cf !important;
  text-shadow: none !important;
}

html.route-product-category .ako-gold-experience .product-thumb:hover .name a {
  color: #f2d89d !important;
}

html.route-product-category .ako-gold-experience .product-thumb .price,
html.route-product-category .ako-gold-experience .product-thumb .price-new,
html.route-product-category .ako-gold-experience .product-thumb .product-price-new {
  color: var(--ako-gold-400) !important;
  text-shadow: none !important;
}

html.route-product-category .ako-gold-experience .product-thumb .btn,
html.route-product-category .ako-gold-experience .product-thumb button,
html.route-product-category .ako-gold-experience .product-thumb .button-group a {
  border-radius: 4px !important;
}

html.route-product-category .ako-gold-experience .product-thumb :is(.btn-cart, .btn-buy, .button-cart) {
  color: #f4fff9 !important;
  background: linear-gradient(110deg, #06482d, #0da75d, #087a46) !important;
  border: 1px solid rgba(231, 189, 112, 0.48) !important;
  border-radius: 4px !important;
  box-shadow: 0 5px 14px rgba(0, 0, 0, 0.30) !important;
}

html.route-product-category .ako-gold-experience .product-thumb .product-label,
html.route-product-category .ako-gold-experience .product-thumb .label,
html.route-product-category .ako-gold-experience .product-thumb [class*="badge"] {
  border-radius: 3px !important;
}

html.route-product-category .ako-gold-experience .pagination > li > a,
html.route-product-category .ako-gold-experience .pagination > li > span {
  color: #e8dbbf !important;
  background: #0a0a0a !important;
  border-color: rgba(213, 161, 73, 0.20) !important;
  border-radius: 4px !important;
}

html.route-product-category .ako-gold-experience .pagination > .active > a,
html.route-product-category .ako-gold-experience .pagination > .active > span {
  color: #fff !important;
  background: var(--ako-emerald-700) !important;
  border-color: rgba(242, 216, 157, 0.52) !important;
}

@keyframes akoCategoryWaveLeft {
  0% { transform: translate3d(-1.5vw, -1vh, 0) scale(0.98); opacity: 0.76; }
  100% { transform: translate3d(2.5vw, 2vh, 0) scale(1.025); opacity: 1; }
}

@keyframes akoCategoryWaveRight {
  0% { transform: translate3d(1.5vw, 1vh, 0) scale(1.02); opacity: 0.88; }
  100% { transform: translate3d(-2.5vw, -2vh, 0) scale(0.985); opacity: 0.72; }
}

@media (max-width: 768px) {
  .ako-category-waves {
    opacity: 0.22;
    -webkit-mask-image: linear-gradient(90deg, #000 0%, rgba(0, 0, 0, 0.68) 11%, transparent 27%, transparent 73%, rgba(0, 0, 0, 0.68) 89%, #000 100%);
    mask-image: linear-gradient(90deg, #000 0%, rgba(0, 0, 0, 0.68) 11%, transparent 27%, transparent 73%, rgba(0, 0, 0, 0.68) 89%, #000 100%);
  }

  html.route-product-category .ako-gold-experience .product-thumb,
  html.route-product-category .ako-gold-experience .product-thumb:hover {
    transform: none;
    border-radius: 4px !important;
    box-shadow: 0 5px 16px rgba(0, 0, 0, 0.26) !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  .ako-category-waves__left,
  .ako-category-waves__right {
    animation: none !important;
  }
}

@media print {
  .ako-category-waves {
    display: none !important;
  }
}

/* V4.1 — Keep decorative light black/gold; emerald is reserved for actions. */
.ako-gold-aurora i:nth-child(3) {
  background: radial-gradient(circle at 45% 45%, rgba(231, 189, 112, 0.62), rgba(111, 75, 22, 0.13) 45%, transparent 72%) !important;
}

.ako-gold-experience .module-manufacturers-38 {
  background:
    radial-gradient(circle at 12% 0, rgba(213, 161, 73, 0.11), transparent 31%),
    radial-gradient(circle at 88% 100%, rgba(213, 161, 73, 0.08), transparent 34%),
    linear-gradient(145deg, rgba(12, 12, 12, 0.995), rgba(2, 2, 2, 0.995)) !important;
  border-color: rgba(213, 161, 73, 0.62) !important;
  box-shadow: inset 0 0 42px rgba(213, 161, 73, 0.035), 0 20px 50px rgba(0, 0, 0, 0.62), 0 0 20px rgba(213, 161, 73, 0.05) !important;
}

.ako-gold-experience .module-manufacturers-38 .panel-heading {
  background:
    linear-gradient(110deg, rgba(6, 6, 6, 0.99), rgba(38, 28, 13, 0.98) 48%, rgba(7, 7, 7, 0.99)) !important;
  border-color: rgba(213, 161, 73, 0.58) !important;
  box-shadow: inset 0 1px 0 rgba(255, 239, 194, 0.06), 0 8px 22px rgba(0, 0, 0, 0.40), 0 0 14px rgba(213, 161, 73, 0.07) !important;
}

.ako-gold-experience .module-manufacturers-38 .panel-title,
.ako-gold-experience .module-manufacturers-38 .panel-title a {
  color: #f0d79b !important;
  text-shadow: 0 1px 10px rgba(213, 161, 73, 0.12) !important;
}

.ako-gold-experience .module-manufacturers-38 .panel-title a::after {
  color: #efd18b !important;
  background: rgba(3, 3, 3, 0.94) !important;
  border-color: rgba(213, 161, 73, 0.54) !important;
  box-shadow: 0 0 12px rgba(213, 161, 73, 0.08) !important;
}

.ako-gold-experience .module-manufacturers-38 .manufacturer-thumb {
  background:
    linear-gradient(145deg, rgba(20, 18, 13, 0.99), rgba(5, 5, 5, 0.995)) padding-box,
    linear-gradient(140deg, rgba(116, 80, 28, 0.92), rgba(242, 214, 150, 0.78) 46%, rgba(105, 72, 25, 0.70) 74%, rgba(193, 138, 52, 0.88)) border-box !important;
  border-color: transparent !important;
  box-shadow: inset 0 0 24px rgba(213, 161, 73, 0.035), 0 9px 24px rgba(0, 0, 0, 0.46) !important;
}

.ako-gold-experience .module-manufacturers-38 .manufacturer-thumb::before {
  background:
    radial-gradient(circle at 15% 5%, rgba(255, 232, 174, 0.11), transparent 33%),
    radial-gradient(circle at 90% 90%, rgba(213, 161, 73, 0.065), transparent 38%) !important;
}

.ako-gold-experience .module-manufacturers-38 .manufacturer-thumb:hover {
  box-shadow: 0 15px 32px rgba(0, 0, 0, 0.58), 0 0 21px rgba(213, 161, 73, 0.13) !important;
}

/* V4.2 — five compact brands on mobile. */
@media (max-width: 768px) {
  .ako-gold-experience .module-manufacturers-38 {
    padding: 7px !important;
  }

  .ako-gold-experience .module-manufacturers-38 .manufacturer-grid {
    grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
    gap: 5px !important;
  }

  .ako-gold-experience .module-manufacturers-38 .manufacturer-thumb {
    min-height: 108px !important;
    padding: 9px 2px 7px !important;
    gap: 7px !important;
    border-radius: 11px !important;
  }

  .ako-gold-experience .module-manufacturers-38 .manufacturer-thumb::before {
    border-radius: 11px !important;
  }

  .ako-gold-experience .module-manufacturers-38 .manufacturer-thumb .image {
    width: 50px !important;
    height: 50px !important;
    flex-basis: 50px !important;
    padding: 2px !important;
    border-width: 1px !important;
  }

  .ako-gold-experience .module-manufacturers-38 .manufacturer-thumb .name a {
    padding: 0 1px !important;
    font-size: 9px !important;
    line-height: 1.2 !important;
  }
}

@media (max-width: 370px) {
  .ako-gold-experience .module-manufacturers-38 .manufacturer-grid {
    gap: 3px !important;
  }

  .ako-gold-experience .module-manufacturers-38 .manufacturer-thumb {
    min-height: 96px !important;
    padding-top: 7px !important;
  }

  .ako-gold-experience .module-manufacturers-38 .manufacturer-thumb .image {
    width: 43px !important;
    height: 43px !important;
    flex-basis: 43px !important;
  }

  .ako-gold-experience .module-manufacturers-38 .manufacturer-thumb .name a {
    font-size: 8px !important;
  }
}

.ako-emerald-btn i svg {
  display: block;
  width: 16px;
  height: 16px;
  fill: currentColor;
}

.ako-emerald-btn--whatsapp i svg {
  width: 17px;
  height: 17px;
}

/* V5.1.2 — restrained luxury contact actions. */
.ako-business-card__actions {
  gap: 10px !important;
}

.ako-business-card__actions .ako-emerald-btn {
  min-height: 62px !important;
  padding: 8px 14px !important;
  justify-content: flex-start !important;
  gap: 11px !important;
  color: #f4ead5 !important;
  background: linear-gradient(110deg, #07110c 0%, #0b1c13 58%, #08100c 100%) !important;
  border: 1px solid rgba(213, 161, 73, 0.48) !important;
  border-radius: 10px !important;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.035), 0 8px 20px rgba(0, 0, 0, 0.28) !important;
  text-shadow: none !important;
  transform: none !important;
}

.ako-business-card__actions .ako-emerald-btn--whatsapp {
  border-left: 3px solid #25d366 !important;
}

.ako-business-card__actions .ako-emerald-btn--call {
  min-width: 190px;
  background: linear-gradient(110deg, #100d08 0%, #181208 58%, #0c0a07 100%) !important;
  border-left: 3px solid var(--ako-gold-500) !important;
}

.ako-business-card__actions .ako-emerald-btn:hover {
  color: #fff !important;
  background: linear-gradient(110deg, #0a1810 0%, #10271a 58%, #0a1610 100%) !important;
  border-color: rgba(242, 216, 157, 0.72) !important;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05), 0 9px 22px rgba(0, 0, 0, 0.34) !important;
  transform: none !important;
}

.ako-business-card__actions .ako-emerald-btn > i {
  display: inline-flex !important;
  width: 38px !important;
  height: 38px !important;
  flex: 0 0 38px !important;
  padding: 0 !important;
  color: inherit !important;
  background: transparent !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}

.ako-business-card__actions .ako-emerald-btn > i svg,
.ako-business-card__actions .ako-emerald-btn--whatsapp i svg {
  width: 38px !important;
  height: 38px !important;
}

.ako-business-card__actions .ako-emerald-btn > span {
  display: flex;
  min-width: 0;
  align-items: flex-start;
  flex-direction: column;
  gap: 2px;
  line-height: 1.15;
  text-align: left;
}

.ako-business-card__actions .ako-emerald-btn > span b {
  color: #f7ecd5;
  font-size: 14px;
  font-weight: 800;
}

.ako-business-card__actions .ako-emerald-btn > span small {
  color: #a99f8c;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.015em;
}

.ako-business-card__actions .ako-wa-bubble {
  fill: #25d366;
}

.ako-business-card__actions .ako-wa-phone {
  fill: #fff;
}

.ako-business-card__actions .ako-call-circle {
  fill: var(--ako-gold-500);
}

.ako-business-card__actions .ako-call-phone {
  fill: #0a0804;
}

@media (max-width: 480px) {
  .ako-business-card__actions .ako-emerald-btn--call {
    min-width: 0;
  }
}

/* V5.1.3 — Journal's native Font Awesome contact marks. */
.ako-business-card__actions .ako-emerald-btn > i.fa {
  display: inline-flex !important;
  width: 38px !important;
  height: 38px !important;
  flex: 0 0 38px !important;
  align-items: center !important;
  justify-content: center !important;
  font-family: FontAwesome !important;
  font-style: normal !important;
  font-weight: normal !important;
  line-height: 1 !important;
  border: 0 !important;
  border-radius: 50% !important;
  box-shadow: none !important;
}

.ako-business-card__actions .ako-emerald-btn--whatsapp > i.fa {
  color: #fff !important;
  background: #25d366 !important;
  font-size: 22px !important;
}

.ako-business-card__actions .ako-emerald-btn--call > i.fa {
  color: #090704 !important;
  background: var(--ako-gold-500) !important;
  font-size: 18px !important;
}

.ako-business-card__actions .ako-emerald-btn > i.fa::before {
  display: block !important;
  margin: 0 !important;
}

/* V5.1.4 — crisp standalone glyphs, independent from icon fonts. */
.ako-business-card__actions .ako-emerald-btn > i.ako-contact-mark {
  display: inline-flex !important;
  width: 38px !important;
  height: 38px !important;
  flex: 0 0 38px !important;
  align-items: center !important;
  justify-content: center !important;
  border: 0 !important;
  border-radius: 50% !important;
  box-shadow: none !important;
}

.ako-business-card__actions .ako-emerald-btn > i.ako-contact-mark--whatsapp {
  color: #fff !important;
  background: #25d366 !important;
}

.ako-business-card__actions .ako-emerald-btn > i.ako-contact-mark--call {
  color: #090704 !important;
  background: var(--ako-gold-500) !important;
}

.ako-business-card__actions .ako-emerald-btn > i.ako-contact-mark--whatsapp svg {
  width: 22px !important;
  height: 22px !important;
  fill: #fff !important;
}

.ako-business-card__actions .ako-emerald-btn > i.ako-contact-mark--call svg {
  width: 17px !important;
  height: 17px !important;
  fill: #090704 !important;
}

/* V5.1.6 — banner imagery without a card frame. */
.ako-gold-experience .module-banners .module-item,
.ako-gold-experience .module-banners .module-item:hover,
.ako-gold-experience .module-banners .module-item > a,
.ako-gold-experience .module-banners .banner-image,
.ako-gold-experience .module-banners .banner-image img {
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}

.ako-gold-experience .module-banners .module-item::before,
.ako-gold-experience .module-banners .module-item::after {
  content: none !important;
  display: none !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}

/* V4.2 — completely flat category product cards: no border, no radius. */
html.route-product-category .ako-gold-experience .product-thumb,
html.route-product-category .ako-gold-experience .product-thumb:hover {
  background: #090909 !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: 0 8px 22px rgba(0, 0, 0, 0.30) !important;
}

html.route-product-category .ako-gold-experience .product-thumb:hover {
  box-shadow: 0 13px 30px rgba(0, 0, 0, 0.42), 0 0 14px rgba(213, 161, 73, 0.05) !important;
}

html.route-product-category .ako-gold-experience .product-thumb::after,
html.route-product-category .ako-gold-experience .product-thumb .image,
html.route-product-category .ako-gold-experience .product-thumb .image img,
html.route-product-category .ako-gold-experience .product-thumb .caption,
html.route-product-category .ako-gold-experience .product-thumb .product-details {
  border-radius: 0 !important;
}

html.route-product-category .ako-gold-experience .product-thumb .image {
  border-right: 0 !important;
  border-left: 0 !important;
}

/* -------------------------------------------------------------------------
   V5 — PERFORMANCE MODE + BORDERLESS PRODUCTS EVERYWHERE
   ------------------------------------------------------------------------- */

/* Remove continuous and GPU-heavy decorative work while keeping the palette. */
.ako-gold-dust {
  display: none !important;
}

.ako-gold-ambient i,
.ako-gold-aurora i,
.ako-category-waves__left,
.ako-category-waves__right,
.ako-gold-experience .title-module .title-wrapper::after,
.ako-gold-experience .module-banners .module-item::before,
.ako-gold-experience .manufacturer-thumb::before {
  animation: none !important;
}

.ako-gold-ambient i,
.ako-gold-aurora i {
  filter: none !important;
}

.ako-gold-aurora i {
  opacity: 0.075 !important;
}

.ako-category-waves {
  mix-blend-mode: normal !important;
}

.ako-category-waves path:nth-child(4n + 1) {
  filter: none !important;
}

.ako-gold-experience header[class*="header-"],
.ako-gold-experience .desktop-header,
.ako-gold-experience .mobile-header,
.ako-gold-experience .mobile-container,
.ako-gold-experience .mobile-wrapper-header {
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
}

.ako-gold-experience .module-banners .module-item::before {
  display: none !important;
}

.ako-gold-experience .module-manufacturers-38 .manufacturer-thumb,
.ako-gold-experience .module-manufacturers-38 .manufacturer-thumb:hover {
  transform: none !important;
  box-shadow: inset 0 0 18px rgba(213, 161, 73, 0.025) !important;
}

/* Long category grids render only as they approach the viewport. */
.ako-gold-experience .product-layout {
  content-visibility: auto;
  contain-intrinsic-size: 280px 480px;
}

/* Product cards on home, category, search, manufacturer and special pages. */
.ako-gold-experience .product-thumb,
.ako-gold-experience .product-thumb:hover {
  overflow: hidden !important;
  background: #090909 !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  transform: none !important;
  transition: none !important;
}

.ako-gold-experience .product-thumb::before,
.ako-gold-experience .product-thumb::after {
  content: none !important;
  display: none !important;
}

.ako-gold-experience .product-thumb .image,
.ako-gold-experience .product-thumb .image a,
.ako-gold-experience .product-thumb .image img,
.ako-gold-experience .product-thumb .caption,
.ako-gold-experience .product-thumb .product-details,
.ako-gold-experience .product-thumb .button-group,
.ako-gold-experience .product-thumb .button-group-page,
.ako-gold-experience .product-thumb .btn,
.ako-gold-experience .product-thumb button,
.ako-gold-experience .product-thumb [class*="label"],
.ako-gold-experience .product-thumb [class*="badge"] {
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}

.ako-gold-experience .product-thumb .image {
  background: #0b0b0b !important;
}

.ako-gold-experience .product-thumb .image img,
.ako-gold-experience .product-thumb:hover .image img {
  transform: none !important;
  filter: none !important;
  transition: none !important;
}

.ako-gold-experience .product-thumb :is(.btn-cart, .btn-buy, .button-cart) {
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}

/* OpenCart / Journal individual product page. */
html.route-product-product .ako-gold-experience .product-info,
html.route-product-product .ako-gold-experience .product-info .product-left,
html.route-product-product .ako-gold-experience .product-info .product-right,
html.route-product-product .ako-gold-experience .product-info .product-image,
html.route-product-product .ako-gold-experience .product-info .main-image,
html.route-product-product .ako-gold-experience .product-info .main-image img,
html.route-product-product .ako-gold-experience .product-info .additional-images,
html.route-product-product .ako-gold-experience .product-info .additional-image,
html.route-product-product .ako-gold-experience .product-info .additional-image img,
html.route-product-product .ako-gold-experience .product-info .product-details,
html.route-product-product .ako-gold-experience .product-info .product-options,
html.route-product-product .ako-gold-experience .product-info .button-group-page,
html.route-product-product .ako-gold-experience .product-info .btn-cart,
html.route-product-product .ako-gold-experience .product-info .stepper,
html.route-product-product .ako-gold-experience .product-info .stepper input,
html.route-product-product .ako-gold-experience .product-info .stepper button {
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}

html.route-product-product .ako-gold-experience .product-info img {
  border-radius: 0 !important;
}

@media (max-width: 1024px) {
  .ako-gold-aurora {
    display: none !important;
  }

  .ako-category-waves {
    opacity: 0.13 !important;
  }

  .ako-gold-experience .product-layout {
    contain-intrinsic-size: 180px 360px;
  }
}

/* Final route priority: Journal category rules use higher specificity. */
html.route-product-category .ako-gold-experience .product-thumb,
html.route-product-category .ako-gold-experience .product-thumb:hover,
html.route-product-category .ako-gold-experience .product-thumb .image,
html.route-product-category .ako-gold-experience .product-thumb .image img,
html.route-product-category .ako-gold-experience .product-thumb .caption,
html.route-product-category .ako-gold-experience .product-thumb .product-details,
html.route-product-category .ako-gold-experience .product-thumb .button-group,
html.route-product-category .ako-gold-experience .product-thumb .button-group-page,
html.route-product-category .ako-gold-experience .product-thumb .btn,
html.route-product-category .ako-gold-experience .product-thumb button,
html.route-product-category .ako-gold-experience .product-thumb [class*="label"],
html.route-product-category .ako-gold-experience .product-thumb [class*="badge"] {
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}

/* V5.1 — Ultra Lite: no fixed/composited runtime decoration. */
.ako-gold-ambient,
.ako-gold-aurora,
.ako-gold-stage,
.ako-gold-progress,
.ako-gold-dust,
.ako-category-waves {
  display: none !important;
}

/* Keep brand logo and name together; Journal adds auto height/margins. */
.ako-gold-experience .module-manufacturers-38 .manufacturer-grid {
  grid-auto-rows: max-content !important;
  align-items: start !important;
}

.ako-gold-experience .module-manufacturers-38 .manufacturer-layout {
  height: auto !important;
  align-self: start !important;
}

.ako-gold-experience .module-manufacturers-38 .manufacturer-thumb {
  justify-content: flex-start !important;
}

.ako-gold-experience .module-manufacturers-38 .manufacturer-thumb .image,
.ako-gold-experience .module-manufacturers-38 .manufacturer-thumb .caption,
.ako-gold-experience .module-manufacturers-38 .manufacturer-thumb .name {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.ako-gold-experience .module-manufacturers-38 .manufacturer-thumb .caption {
  flex: 0 0 auto !important;
}

@media (max-width: 768px) {
  .ako-gold-experience .module-manufacturers-38 .manufacturer-thumb {
    width: 100% !important;
    height: auto !important;
    min-height: 0 !important;
    max-height: none !important;
    padding: 7px 2px 7px !important;
    gap: 4px !important;
  }

  .ako-gold-experience .module-manufacturers-38 .manufacturer-thumb .image {
    width: 48px !important;
    height: 48px !important;
    flex: 0 0 48px !important;
  }
}

@media (max-width: 370px) {
  .ako-gold-experience .module-manufacturers-38 .manufacturer-thumb {
    height: auto !important;
    min-height: 0 !important;
    max-height: none !important;
    padding: 5px 2px !important;
    gap: 3px !important;
  }

  .ako-gold-experience .module-manufacturers-38 .manufacturer-thumb .image {
    width: 42px !important;
    height: 42px !important;
    flex-basis: 42px !important;
  }
}

/* Final V5.3 priority seal. */
.ako-gold-experience .module-banners .banner-caption > span {
  border: 2px solid rgba(212, 171, 2, 0.96) !important;
  border-radius: 7px !important;
  box-shadow: inset 0 0 0 1px rgba(255, 231, 151, 0.06), 0 7px 20px rgba(0, 0, 0, 0.24) !important;
}

.ako-gold-experience a[href*="screenshot-reviews"]::before,
.ako-gold-experience .module-master_slider .ms-layer-button::before,
.ako-gold-experience .module-master_slider .ms-btn-container a::before,
.ako-gold-experience .module-banners .banner-caption > span::before {
  content: none !important;
  display: none !important;
  animation: none !important;
}

/* Final V5.3.1 performance seal. */
.ako-gold-experience .ako-action-pulses,
.ako-gold-experience .ako-action-pulses > i {
  display: none !important;
  animation: none !important;
  animation-play-state: paused !important;
  will-change: auto !important;
}

.ako-gold-experience a[href*="screenshot-reviews"],
.ako-gold-experience .module-master_slider .ms-layer-button,
.ako-gold-experience .module-master_slider .ms-btn-container a,
.ako-gold-experience .module-banners .banner-caption > span {
  will-change: auto !important;
}

/* Final V5.4 Balanced Motion priority seal. */
.ako-gold-experience .module-master_slider {
  border-top: 0 !important;
}

.ako-gold-experience #logo,
.ako-gold-experience #logo img,
.ako-gold-experience .logo,
.ako-gold-experience .logo img {
  filter: none !important;
  box-shadow: none !important;
  text-shadow: none !important;
}

.ako-gold-experience .ako-action-pulses {
  display: block !important;
}

.ako-gold-experience .ako-action-pulses > i {
  display: block !important;
  animation: none !important;
  animation-play-state: paused !important;
  will-change: auto !important;
}

.ako-gold-experience .ako-action-pulses > i:nth-child(2) { animation-delay: -0.9s !important; }
.ako-gold-experience .ako-action-pulses > i:nth-child(3) { animation-delay: -1.8s !important; }

.ako-gold-experience .ako-pulse-live .ako-action-pulses > i {
  animation: akoTripleEmeraldPulse 3.6s linear infinite !important;
  animation-play-state: running !important;
  will-change: transform, opacity !important;
}

.ako-gold-experience .ako-pulse-live .ako-action-pulses > i:nth-child(2) {
  animation-delay: -0.9s !important;
}

.ako-gold-experience .ako-pulse-live .ako-action-pulses > i:nth-child(3) {
  animation-delay: -1.8s !important;
}

.ako-gold-experience .container-k {
  display: block !important;
}

.ako-gold-experience .container-k .circle-container {
  display: none !important;
}

.ako-gold-experience .container-k .circle-container:nth-child(-n + 8) {
  display: block !important;
}

.ako-gold-experience .container-k .circle-container:nth-child(-n + 8) .circle {
  display: block !important;
  animation: akoLiteParticle 5.8s ease-in-out infinite !important;
  will-change: transform, opacity !important;
}

.ako-gold-experience .brand-slide:not(.delay) {
  display: flex !important;
  width: max-content !important;
  animation: akoLiteTicker 30s linear infinite !important;
  will-change: transform !important;
}

.ako-gold-experience .brand-slide.delay {
  display: none !important;
}

.ako-gold-experience .brand-slide:not(.delay) .logo-div:nth-child(n) {
  display: flex !important;
  opacity: 1 !important;
  animation: none !important;
}

@media (max-width: 768px) {
  .ako-gold-experience .container-k .circle-container:nth-child(n + 7) {
    display: none !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  .ako-gold-experience .ako-action-pulses,
  .ako-gold-experience .container-k {
    display: none !important;
  }

  .ako-gold-experience .brand-slide:not(.delay) {
    animation: none !important;
  }
}
