.nav-item.has-dropdown > .dropdown.product-category-dropdown {
  min-width: 260px;
  padding: 12px;
  display: none;
  flex-direction: column;
  gap: 8px;
}
.nav-item.has-dropdown:hover > .dropdown.product-category-dropdown,
.nav-item.has-dropdown:focus-within > .dropdown.product-category-dropdown {
  display: flex;
}
.nav-item.has-dropdown > .dropdown.product-category-dropdown li {
  list-style: none;
  margin: 0;
}
.nav-item.has-dropdown > .dropdown.product-category-dropdown a {
  display: block;
  padding: 8px 24px;
  font-size: 14px;
  font-weight: 500;
  color: var(--color-text-secondary, #555);
  background: #fff;
  border-radius: 20px;
  border: 1px solid rgba(0, 0, 0, 0.06);
  text-align: center;
  transition: all 0.2s ease;
}
.nav-item.has-dropdown > .dropdown.product-category-dropdown a:hover,
.nav-item.has-dropdown > .dropdown.product-category-dropdown a.active,
.nav-item.has-dropdown > .dropdown.product-category-dropdown a.is-active {
  background: var(--color-primary, #1a5cff);
  color: #fff;
  border-color: transparent;
}
.mobile-dropdown-menu.product-category-dropdown a {
  display: inline-block;
  padding: 8px 16px;
  margin: 4px 0;
  border-radius: 20px;
  border: 1px solid rgba(0, 0, 0, 0.08);
}
.mobile-dropdown-menu.product-category-dropdown a.active,
.mobile-dropdown-menu.product-category-dropdown a.is-active {
  background: var(--color-primary, #1a5cff);
  color: #fff;
}
a.product-tab {
  text-decoration: none;
  display: inline-block;
}
a.product-tab.active,
a.product-tab.is-active,
button.product-tab.active,
button.product-tab.is-active {
  background-color: var(--color-primary, #1a5cff);
  color: #fff;
}
.product-card-page-brand:empty { display: none; }




/* Keep original product-detail-grid above; only CMS body centered below */
.product-detail-section .product-detail-image,
.product-detail-section .product-detail-info {
    opacity: 1 !important;
    transform: none !important;
    visibility: visible !important;
}
.product-detail-body-wrap {
    max-width: 760px;
    margin: 40px auto 0;
    text-align: center;
}
.product-detail-body-wrap .product-detail-body {
    font-size: 16px;
    line-height: 1.8;
    color: var(--color-text-secondary, #555);
    text-align: center;
}
.product-detail-body-wrap .product-detail-body:empty {
    display: none;
}
.product-detail-body-wrap .product-detail-body :is(p, h1, h2, h3, h4, ul, ol, figure) {
    margin-left: auto;
    margin-right: auto;
}

a.news-tab {
  text-decoration: none;
  display: inline-block;
  cursor: pointer;
}
a.news-tab.active,
a.news-tab.is-active,
button.news-tab.active,
button.news-tab.is-active {
  background-color: var(--color-primary, #1a5cff);
  color: #fff;
}
.news-card-page-tag:empty { display: none; }
.video-card { text-decoration: none; color: inherit; display: block; }
