:root {
  --pro-bg: #f4f7fb;
  --pro-surface: #ffffff;
  --pro-surface-muted: #f8fafc;
  --pro-text: #172033;
  --pro-text-soft: #5f6f86;
  --pro-border: rgba(23, 32, 51, 0.08);
  --pro-border-strong: rgba(23, 32, 51, 0.14);
  --pro-primary: #0f6cbd;
  --pro-primary-strong: #0b5aa0;
  --pro-accent: #ff8a1f;
  --pro-shadow-sm: 0 8px 22px rgba(15, 23, 42, 0.06);
  --pro-shadow-md: 0 18px 45px rgba(15, 23, 42, 0.10);
  --pro-shadow-lg: 0 28px 60px rgba(15, 23, 42, 0.14);
  --pro-radius-sm: 12px;
  --pro-radius-md: 18px;
  --pro-radius-lg: 24px;
}

html,
body {
  background: var(--pro-bg) !important;
  color: var(--pro-text) !important;
}

body {
  font-family: 'Prompt', 'Segoe UI', sans-serif !important;
}

.top-bar.pro-topbar {
  background: linear-gradient(135deg, #123056 0%, #183d6b 100%) !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08) !important;
  box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.06) !important;
}

.top-bar.pro-topbar .top-bar-full-width {
  max-width: 1320px !important;
  margin: 0 auto !important;
  padding: 0.4rem 1.25rem !important;
}

.pro-topbar-layout {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 1rem !important;
  width: 100% !important;
}

.pro-topbar-social-group,
.pro-topbar-flag-group {
  display: flex !important;
  align-items: center !important;
}

.pro-topbar-social-group {
  gap: 0.5rem !important;
}

.pro-topbar-social {
  width: 36px !important;
  height: 36px !important;
  min-width: 36px !important;
  min-height: 36px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  border-radius: 12px !important;
  color: #fff !important;
  text-decoration: none !important;
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.18) !important;
  transition: transform 0.18s ease, box-shadow 0.18s ease, opacity 0.18s ease !important;
}

.pro-topbar-social:hover {
  transform: translateY(-2px) !important;
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.22) !important;
  opacity: 0.96 !important;
}

.pro-topbar-social[data-social="facebook"] {
  background: #1877f2 !important;
}

.pro-topbar-social[data-social="line"] {
  background: #00c300 !important;
}

.pro-topbar-social[data-social="youtube"] {
  background: #ff0000 !important;
}

.pro-topbar-social[data-social="tiktok"] {
  background: #000000 !important;
}

.pro-topbar-flag-group {
  gap: 0.45rem !important;
}

.pro-topbar-flag {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  background: rgba(255, 255, 255, 0.10) !important;
  border: 1px solid rgba(255, 255, 255, 0.18) !important;
  border-radius: 12px !important;
  padding: 0.38rem 0.55rem !important;
  cursor: pointer !important;
  transition: background 0.18s ease, transform 0.18s ease, border-color 0.18s ease !important;
}

.pro-topbar-flag:hover {
  background: rgba(255, 255, 255, 0.16) !important;
  border-color: rgba(255, 255, 255, 0.28) !important;
  transform: translateY(-1px) !important;
}

.pro-topbar-flag svg {
  width: 30px !important;
  height: 20px !important;
  border-radius: 4px !important;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2) !important;
}

.top-hero-row.pro-hero-shell,
.top-hero-row.pro-hero-shell .hero-section,
.top-hero-row.pro-hero-shell .hero-section-wrapper,
.top-hero-row.pro-hero-shell #main-hero-slider,
.top-hero-row.pro-hero-shell .swiper-wrapper {
  background: #fff !important;
  padding: 0 !important;
  margin: 0 !important;
}

.main-header-wrapper-v2 {
  background: rgba(255, 255, 255, 0.92) !important;
  backdrop-filter: blur(14px) !important;
  border-bottom: 1px solid rgba(23, 32, 51, 0.07) !important;
  box-shadow: 0 10px 30px rgba(15, 23, 42, 0.06) !important;
  padding: 0.85rem 0 !important;
}

.header-layout-v2 {
  max-width: 1320px !important;
  gap: 1rem !important;
  padding: 0 1.25rem !important;
}

.header-left-v2,
.header-center-v2,
.header-right-v2 {
  align-items: center !important;
}

.brand-container-v2 {
  gap: 0.85rem !important;
}

#shop-logo-main-v2 {
  width: 52px !important;
  height: 52px !important;
  border-radius: 14px !important;
  border: 1px solid rgba(15, 108, 189, 0.08) !important;
  box-shadow: 0 8px 20px rgba(15, 108, 189, 0.10) !important;
}

#shop-name-display-v2 {
  color: #123056 !important;
  font-size: 1.32rem !important;
  font-weight: 700 !important;
  letter-spacing: -0.02em !important;
}

.brand-tagline-v2 {
  color: var(--pro-text-soft) !important;
  font-size: 0.78rem !important;
}

.category-menu-btn-v2 {
  background: #eef5fb !important;
  color: #1d3557 !important;
  box-shadow: none !important;
  border: 1px solid rgba(15, 108, 189, 0.10) !important;
  border-radius: 14px !important;
  padding: 0.8rem 1rem !important;
}

.category-menu-btn-v2:hover {
  background: #e2eefb !important;
  transform: translateY(-1px) !important;
  box-shadow: 0 8px 22px rgba(15, 108, 189, 0.10) !important;
}

.main-nav {
  background: transparent !important;
  padding: 0.55rem 0 0 !important;
}

#main-nav-container {
  max-width: 1320px !important;
  margin: 0 auto !important;
  padding: 0 1.25rem !important;
  display: flex !important;
  align-items: center !important;
  gap: 0.75rem !important;
}

#main-nav-container > a,
#main-nav-container .nav-link,
#main-nav-container button:not(.category-menu-btn-v2) {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-height: 42px !important;
  padding: 0.72rem 1rem !important;
  border-radius: 12px !important;
  border: 1px solid transparent !important;
  background: rgba(255, 255, 255, 0.86) !important;
  color: #304762 !important;
  text-decoration: none !important;
  font-size: 0.92rem !important;
  font-weight: 500 !important;
  box-shadow: 0 8px 18px rgba(15, 23, 42, 0.04) !important;
  transition: background 0.18s ease, color 0.18s ease, border-color 0.18s ease, transform 0.18s ease !important;
}

#main-nav-container > a:hover,
#main-nav-container .nav-link:hover,
#main-nav-container button:not(.category-menu-btn-v2):hover {
  background: #ffffff !important;
  color: var(--pro-primary) !important;
  border-color: rgba(15, 108, 189, 0.12) !important;
  transform: translateY(-1px) !important;
}

#category-menu-trigger.category-menu-btn-v2,
.pro-category-trigger {
  margin-right: 0 !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 0.8rem !important;
  min-height: 56px !important;
  padding: 0 1.5rem 0 1rem !important;
  background: #ffffff !important;
  color: #1185df !important;
  -webkit-text-fill-color: #1185df !important;
  border: 2px solid #4aa8f7 !important;
  border-radius: 999px !important;
  box-shadow: 0 10px 24px rgba(22, 133, 223, 0.12) !important;
  font-weight: 700 !important;
  position: relative !important;
  z-index: 20 !important;
  cursor: pointer !important;
  pointer-events: auto !important;
}

#category-menu-trigger.category-menu-btn-v2:hover,
.pro-category-trigger:hover {
  background: #ffffff !important;
  border-color: #2196f3 !important;
  box-shadow: 0 14px 30px rgba(33, 150, 243, 0.16) !important;
}

#category-menu-trigger.category-menu-btn-v2 i,
.pro-category-trigger i,
#category-menu-trigger.category-menu-btn-v2 span,
.pro-category-trigger span {
  color: #1185df !important;
  -webkit-text-fill-color: #1185df !important;
}

#category-menu-trigger.category-menu-btn-v2 i:first-child,
.pro-category-trigger i:first-child {
  width: 40px !important;
  height: 40px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  margin-right: 0 !important;
  border-radius: 12px !important;
  background: linear-gradient(180deg, #e9f6ff 0%, #d9edff 100%) !important;
  box-shadow: inset 0 0 0 1px rgba(74, 168, 247, 0.24) !important;
  font-size: 1.1rem !important;
}

#category-menu-trigger.category-menu-btn-v2 i:last-child,
.pro-category-trigger i:last-child {
  font-size: 0.85rem !important;
  margin-left: 0.1rem !important;
}

#category-menu-trigger.category-menu-btn-v2 span,
.pro-category-trigger span {
  font-size: 1rem !important;
  font-weight: 700 !important;
  line-height: 1 !important;
}

#category-dropdown-menu.pro-category-dropdown,
#category-dropdown-menu.category-dropdown-menu-v2 {
  border-top: none !important;
  border: 1px solid rgba(23, 32, 51, 0.08) !important;
  border-radius: 18px !important;
  box-shadow: 0 24px 50px rgba(15, 23, 42, 0.16) !important;
  overflow-x: hidden !important;
  overflow-y: auto !important;
  max-height: min(72vh, 620px) !important;
  background: #ffffff !important;
  z-index: 999999 !important;
  -webkit-overflow-scrolling: touch !important;
  overscroll-behavior: contain !important;
  scrollbar-width: thin !important;
}

#category-dropdown-menu.pro-category-dropdown::-webkit-scrollbar,
#category-dropdown-menu.category-dropdown-menu-v2::-webkit-scrollbar {
  width: 10px !important;
}

#category-dropdown-menu.pro-category-dropdown::-webkit-scrollbar-thumb,
#category-dropdown-menu.category-dropdown-menu-v2::-webkit-scrollbar-thumb {
  background: rgba(17, 133, 223, 0.28) !important;
  border-radius: 999px !important;
  border: 2px solid rgba(255, 255, 255, 0.95) !important;
}

#category-dropdown-menu.pro-category-dropdown::-webkit-scrollbar-track,
#category-dropdown-menu.category-dropdown-menu-v2::-webkit-scrollbar-track {
  background: transparent !important;
}

#category-dropdown-menu .category-dropdown-content {
  padding: 1rem !important;
  gap: 0.75rem !important;
}

#category-dropdown-menu .category-dropdown-item {
  padding: 0.85rem 0.95rem !important;
  border-radius: 12px !important;
  background: #f7fafc !important;
  color: var(--pro-text) !important;
  -webkit-text-fill-color: var(--pro-text) !important;
  border: 1px solid transparent !important;
  transition: background 0.18s ease, border-color 0.18s ease, transform 0.18s ease !important;
}

#category-dropdown-menu .category-dropdown-item:hover {
  background: #eef5fb !important;
  border-color: rgba(15, 108, 189, 0.12) !important;
  transform: translateX(3px) !important;
}

#category-dropdown-menu .category-dropdown-loading,
#category-dropdown-menu .category-dropdown-error {
  padding: 0.9rem 1rem !important;
  border-radius: 12px !important;
  font-size: 0.9rem !important;
}

#category-dropdown-menu .category-dropdown-loading {
  color: #7b8798 !important;
  background: #f8fafc !important;
}

#category-dropdown-menu .category-dropdown-error {
  color: #b42318 !important;
  background: #fff1f1 !important;
}

@media (max-width: 991.98px) {
  #category-menu-trigger.category-menu-btn-v2,
  .pro-category-trigger {
    min-height: 52px !important;
    padding: 0 1.35rem 0 0.9rem !important;
  }
}

.search-bar-v2 {
  background: rgba(255, 255, 255, 0.98) !important;
  border: 1px solid rgba(23, 32, 51, 0.09) !important;
  border-radius: 16px !important;
  padding: 0.35rem 0.45rem !important;
  box-shadow: 0 10px 26px rgba(15, 23, 42, 0.06) !important;
}

.search-bar-v2:focus-within {
  border-color: rgba(15, 108, 189, 0.35) !important;
  box-shadow: 0 14px 30px rgba(15, 108, 189, 0.10) !important;
  transform: none !important;
}

.category-select-v2 {
  background: #f4f7fb !important;
  border-radius: 12px !important;
  color: var(--pro-text-soft) !important;
  min-width: 96px !important;
}

#search-input-main-v2 {
  font-size: 0.96rem !important;
  color: var(--pro-text) !important;
}

#search-button-main-v2,
.cart-link-v2 {
  background: linear-gradient(135deg, var(--pro-primary), var(--pro-primary-strong)) !important;
  border-radius: 13px !important;
  box-shadow: 0 12px 24px rgba(15, 108, 189, 0.18) !important;
}

#search-button-main-v2:hover,
.cart-link-v2:hover {
  background: linear-gradient(135deg, var(--pro-primary-strong), #084f8d) !important;
  box-shadow: 0 16px 30px rgba(15, 108, 189, 0.22) !important;
  transform: translateY(-1px) !important;
}

.login-btn-v2,
.notification-btn-v2 {
  background: #ffffff !important;
  border: 1px solid rgba(23, 32, 51, 0.09) !important;
  color: #244261 !important;
  box-shadow: none !important;
}

.login-btn-v2:hover,
.notification-btn-v2:hover {
  background: #f4f8fc !important;
  color: var(--pro-primary) !important;
  box-shadow: 0 10px 24px rgba(15, 23, 42, 0.08) !important;
}

.warranty-check-btn-v2,
.repair-status-btn-v2 {
  display: inline-flex !important;
  align-items: center !important;
  gap: 0.5rem !important;
  padding: 0.68rem 0.95rem !important;
  border-radius: 12px !important;
  border: 1px solid rgba(23, 32, 51, 0.09) !important;
  background: #ffffff !important;
  color: #244261 !important;
  text-decoration: none !important;
  font-size: 0.9rem !important;
  font-weight: 500 !important;
  box-shadow: none !important;
}

.warranty-check-btn-v2:hover,
.repair-status-btn-v2:hover {
  background: #f4f8fc !important;
  color: var(--pro-primary) !important;
  box-shadow: 0 10px 24px rgba(15, 23, 42, 0.08) !important;
  transform: translateY(-1px) !important;
}

.top-hero-row,
.top-hero-row .hero-section,
.top-hero-row .hero-section-wrapper {
  background: transparent !important;
}

#main-hero-slider,
.main-hero-slider-container {
  border-radius: 0 0 var(--pro-radius-lg) var(--pro-radius-lg) !important;
  overflow: hidden !important;
  box-shadow: var(--pro-shadow-lg) !important;
}

.category-section {
  background: transparent !important;
  padding-top: 1.1rem !important;
  padding-bottom: 1rem !important;
}

.category-section .category-section-wrapper {
  background: rgba(255, 255, 255, 0.88) !important;
  backdrop-filter: blur(10px) !important;
  border: 1px solid rgba(23, 32, 51, 0.06) !important;
  border-radius: var(--pro-radius-md) !important;
  box-shadow: var(--pro-shadow-sm) !important;
}

#main-content,
.below-main-row,
.content-balanced-container {
  margin-top: 0.85rem !important;
}

.homepage-section,
.full-width-section,
.content-balanced-container section,
.below-main-row section {
  margin-bottom: 1.4rem !important;
}

.below-main-row {
  align-items: start !important;
  gap: 1.15rem !important;
}

.ads-left-sidebar {
  border-radius: var(--pro-radius-md) !important;
  background: rgba(255, 255, 255, 0.92) !important;
  border: 1px solid rgba(23, 32, 51, 0.07) !important;
  box-shadow: var(--pro-shadow-sm) !important;
  overflow: hidden !important;
}

.ads-left-sidebar .ads-header {
  background: linear-gradient(135deg, #153459 0%, #1b4575 100%) !important;
  color: #f7fbff !important;
  font-weight: 600 !important;
  letter-spacing: 0.02em !important;
}

.ads-left-sidebar .ads-body {
  background: #f8fbff !important;
}

.ads-left-sidebar .ad-card,
.ads-left-sidebar .ad-fallback {
  border-radius: 12px !important;
  overflow: hidden !important;
  box-shadow: 0 10px 22px rgba(15, 23, 42, 0.08) !important;
  border: 1px solid rgba(23, 32, 51, 0.05) !important;
}

.ads-left-sidebar .ad-label {
  font-weight: 600 !important;
  color: #244261 !important;
}

#reviews-section {
  background: transparent !important;
}

.pro-reviews-shell {
  width: min(1320px, calc(100vw - 2rem)) !important;
  max-width: 1320px !important;
  display: block !important;
  clear: both !important;
  float: none !important;
  flex: none !important;
  position: relative !important;
  isolation: isolate !important;
  background: transparent !important;
  margin: 0 auto !important;
  padding: 0.5rem 0 0 !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.pro-reviews-inner {
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 auto !important;
  padding: 0 !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.reviews-shell {
  width: min(1320px, calc(100vw - 2rem)) !important;
  max-width: 1320px !important;
  display: block !important;
  clear: both !important;
  float: none !important;
  flex: none !important;
  background: #f8f9fa !important;
  margin: 0 auto !important;
  padding: 0 !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.reviews-inner {
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 auto !important;
  padding: 0 !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

#reviews-section,
#reviews-section > .reviews-section,
#reviews-section .reviews-layout,
#reviews-section .reviews-stats,
#reviews-section .reviews-grid,
#reviews-section .reviews-gallery,
#reviews-section .gallery-grid,
#reviews-section .reviews-cta {
  width: 100% !important;
  max-width: 100% !important;
  margin-left: auto !important;
  margin-right: auto !important;
  box-sizing: border-box !important;
  transform: none !important;
  left: auto !important;
  right: auto !important;
  float: none !important;
  clear: both !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

#reviews-section > .reviews-section {
  display: block !important;
  position: relative !important;
  overflow: visible !important;
}

#reviews-section .reviews-container,
#reviews-section .reviews-panel {
  width: 100% !important;
  max-width: 100% !important;
  min-width: 0 !important;
  margin-left: auto !important;
  margin-right: auto !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.reviews-shell.pro-reviews-shell {
  display: block !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

.blog-section-homepage.pro-blog-homepage,
.blog-section-homepage {
  width: min(1180px, calc(100vw - 2rem)) !important;
  max-width: 1180px !important;
  clear: both !important;
  float: none !important;
  margin: 1rem auto 0 !important;
  padding: 0 !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  background: transparent !important;
}

.pro-blog-shell {
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 auto !important;
  padding: 1.55rem !important;
  border-radius: 30px !important;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.97) 0%, rgba(245, 249, 255, 0.98) 52%, rgba(255, 248, 239, 0.92) 100%) !important;
  border: 1px solid rgba(23, 32, 51, 0.08) !important;
  box-shadow: 0 28px 60px rgba(15, 23, 42, 0.1) !important;
  position: relative !important;
  overflow: hidden !important;
}

.pro-blog-shell::before {
  content: '' !important;
  position: absolute !important;
  inset: 0 !important;
  background: radial-gradient(circle at 12% 16%, rgba(15, 108, 189, 0.09), transparent 34%),
    radial-gradient(circle at 88% 14%, rgba(255, 176, 74, 0.15), transparent 28%) !important;
  pointer-events: none !important;
}

.pro-blog-shell::after {
  content: '' !important;
  position: absolute !important;
  inset: 1px !important;
  border-radius: 29px !important;
  border: 1px solid rgba(255, 255, 255, 0.7) !important;
  pointer-events: none !important;
}

.pro-blog-shell > * {
  position: relative !important;
  z-index: 1 !important;
}

.pro-blog-header,
.pro-blog-header.pro-blog-header--compact {
  position: relative !important;
  z-index: 1 !important;
  display: flex !important;
  justify-content: space-between !important;
  align-items: flex-start !important;
  gap: 1rem !important;
  margin-bottom: 1.35rem !important;
}

.pro-blog-header-copy {
  min-width: 0 !important;
}

.pro-blog-header-side {
  display: flex !important;
  flex-direction: column !important;
  align-items: flex-end !important;
  gap: 0.95rem !important;
  min-width: min(100%, 420px) !important;
}

.pro-blog-header-stats {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 0.8rem !important;
  width: 100% !important;
}

.pro-blog-stat-card {
  display: flex !important;
  flex-direction: column !important;
  gap: 0.2rem !important;
  padding: 0.88rem 0.92rem !important;
  border-radius: 20px !important;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(233, 244, 255, 0.96) 56%, rgba(221, 236, 255, 0.96) 100%) !important;
  border: 1px solid rgba(96, 165, 250, 0.24) !important;
  box-shadow: inset 0 2px 0 rgba(255, 255, 255, 0.85), inset 0 -2px 0 rgba(37, 99, 235, 0.08), 0 14px 24px rgba(15, 23, 42, 0.07) !important;
}

.pro-blog-stat-card strong {
  color: #132238 !important;
  font-size: 1.08rem !important;
  font-weight: 800 !important;
  line-height: 1 !important;
}

.pro-blog-stat-card span {
  color: #64748b !important;
  font-size: 0.77rem !important;
  line-height: 1.35 !important;
}

.pro-blog-kicker {
  display: inline-flex !important;
  align-items: center !important;
  padding: 0.38rem 0.72rem !important;
  border-radius: 999px !important;
  background: linear-gradient(180deg, rgba(255, 221, 168, 0.9) 0%, rgba(255, 191, 88, 0.92) 100%) !important;
  color: #7c4300 !important;
  font-size: 0.74rem !important;
  font-weight: 700 !important;
  letter-spacing: 0.08em !important;
  text-transform: uppercase !important;
  margin-bottom: 0.65rem !important;
}

.pro-blog-title {
  margin: 0 !important;
  font-size: clamp(1.7rem, 2.8vw, 2.35rem) !important;
  line-height: 1.1 !important;
  letter-spacing: -0.03em !important;
  color: #172033 !important;
  font-weight: 700 !important;
}

.pro-blog-summary {
  margin: 0.55rem 0 0 !important;
  max-width: 720px !important;
  color: #5f6f86 !important;
  font-size: 0.97rem !important;
  line-height: 1.7 !important;
}

.pro-blog-link,
.pro-blog-footer-link {
  display: inline-flex !important;
  align-items: center !important;
  gap: 0.55rem !important;
  text-decoration: none !important;
  font-weight: 700 !important;
}

.pro-blog-link {
  color: #fff !important;
  white-space: nowrap !important;
  padding: 0.84rem 1.1rem !important;
  border-radius: 999px !important;
  background: linear-gradient(180deg, #2f86df 0%, #2474ca 46%, #1d5ea9 100%) !important;
  border: 1px solid rgba(29, 94, 169, 0.6) !important;
  box-shadow: inset 0 2px 0 rgba(255, 255, 255, 0.3), inset 0 -2px 0 rgba(10, 51, 94, 0.2), 0 16px 28px rgba(15, 23, 42, 0.16) !important;
}

.pro-blog-link:hover {
  transform: translateY(-1px) !important;
}

.pro-blog-footer {
  position: relative !important;
  z-index: 1 !important;
  display: flex !important;
  justify-content: center !important;
  margin-top: 1.1rem !important;
}

.pro-blog-footer-link {
  padding: 0.95rem 1.25rem !important;
  border-radius: 999px !important;
  background: linear-gradient(180deg, #38bdf8 0%, #1fb6de 44%, #1097bb 100%) !important;
  border: 1px solid rgba(8, 145, 178, 0.55) !important;
  color: #ffffff !important;
  box-shadow: inset 0 2px 0 rgba(255, 255, 255, 0.28), inset 0 -2px 0 rgba(8, 145, 178, 0.18), 0 16px 28px rgba(15, 23, 42, 0.18) !important;
}

.pro-blog-filter-panel {
  position: relative !important;
  z-index: 1 !important;
  display: flex !important;
  flex-direction: column !important;
  gap: 0.95rem !important;
  padding: 1rem 1.05rem 1.08rem !important;
  margin-bottom: 1.15rem !important;
  border-radius: 26px !important;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(240, 247, 255, 0.98) 52%, rgba(232, 244, 255, 0.95) 100%) !important;
  border: 1px solid rgba(96, 165, 250, 0.2) !important;
  box-shadow: inset 0 2px 0 rgba(255, 255, 255, 0.88), inset 0 -2px 0 rgba(96, 165, 250, 0.08), 0 16px 28px rgba(15, 23, 42, 0.06) !important;
}

.pro-blog-filter-head {
  display: flex !important;
  align-items: flex-start !important;
  justify-content: space-between !important;
  gap: 1rem !important;
  flex-wrap: wrap !important;
}

.pro-blog-filter-head-copy {
  min-width: 0 !important;
}

.pro-blog-filter-eyebrow {
  display: inline-flex !important;
  align-items: center !important;
  padding: 0.34rem 0.72rem !important;
  border-radius: 999px !important;
  background: linear-gradient(180deg, rgba(219, 234, 254, 0.96) 0%, rgba(191, 219, 254, 0.98) 100%) !important;
  color: #1d4ed8 !important;
  font-size: 0.72rem !important;
  font-weight: 800 !important;
  letter-spacing: 0.04em !important;
  text-transform: uppercase !important;
  margin-bottom: 0.55rem !important;
}

.pro-blog-filter-title {
  margin: 0 !important;
  color: #172033 !important;
  font-size: 1.06rem !important;
  font-weight: 800 !important;
  line-height: 1.3 !important;
}

.pro-blog-filter-summary {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 1rem !important;
  flex-wrap: wrap !important;
  margin: 0 !important;
}

.pro-blog-filter-summary-pill {
  display: inline-flex !important;
  align-items: center !important;
  gap: 0.45rem !important;
  padding: 0.5rem 0.82rem !important;
  border-radius: 999px !important;
  background: linear-gradient(180deg, rgba(224, 242, 254, 0.98) 0%, rgba(186, 230, 253, 0.98) 100%) !important;
  color: #0f4c81 !important;
  border: 1px solid rgba(56, 189, 248, 0.26) !important;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.7) !important;
  font-size: 0.8rem !important;
  font-weight: 800 !important;
}

.pro-blog-filter-summary-text {
  color: #526377 !important;
  font-size: 0.9rem !important;
}

.pro-blog-filter-link {
  display: inline-flex !important;
  align-items: center !important;
  gap: 0.45rem !important;
  padding: 0.82rem 0.95rem !important;
  border-radius: 999px !important;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(224, 242, 254, 0.98) 100%) !important;
  border: 1px solid rgba(56, 189, 248, 0.2) !important;
  color: #0f6cbd !important;
  font-weight: 800 !important;
  text-decoration: none !important;
  white-space: nowrap !important;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.75), 0 8px 16px rgba(15, 23, 42, 0.06) !important;
}

.pro-blog-filter-link:hover {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(208, 241, 255, 0.98) 100%) !important;
  color: #0c5b9f !important;
}

.pro-blog-footer-link span {
  color: rgba(255, 255, 255, 0.74) !important;
  font-size: 0.82rem !important;
  font-weight: 500 !important;
}

.pro-blog-grid,
.blog-cards-grid-5col {
  position: relative !important;
  z-index: 1 !important;
  width: 100% !important;
  max-width: 100% !important;
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  grid-auto-rows: 1fr !important;
  gap: 1rem !important;
  margin: 0 !important;
  padding: 0 !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.compact-blog-card {
  display: flex !important;
  flex-direction: column !important;
  align-self: stretch !important;
  min-width: 0 !important;
  min-height: 100% !important;
  border-radius: 20px !important;
  overflow: hidden !important;
  background: #ffffff !important;
  border: 1px solid rgba(23, 32, 51, 0.08) !important;
  box-shadow: 0 16px 34px rgba(15, 23, 42, 0.08) !important;
  transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease !important;
  cursor: pointer !important;
  height: auto !important;
  margin: 0 !important;
  position: relative !important;
}

.compact-blog-card:hover {
  transform: translateY(-4px) !important;
  border-color: rgba(15, 108, 189, 0.16) !important;
  box-shadow: 0 22px 40px rgba(15, 23, 42, 0.12) !important;
}

.pro-blog-homepage .compact-blog-card.is-lead,
.blog-section-homepage .compact-blog-card.is-lead {
  grid-column: span 2 !important;
  background: linear-gradient(180deg, #ffffff 0%, #f7fbff 100%) !important;
  border-color: rgba(15, 108, 189, 0.16) !important;
  box-shadow: 0 24px 44px rgba(15, 23, 42, 0.14) !important;
}

.compact-blog-media {
  position: relative !important;
  overflow: hidden !important;
  background: linear-gradient(135deg, #dcecff, #eef4fb) !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  aspect-ratio: 16 / 7.6 !important;
  min-height: 126px !important;
  max-height: 148px !important;
  padding: 0 !important;
}

.pro-blog-homepage .compact-blog-card.is-lead .compact-blog-media,
.blog-section-homepage .compact-blog-card.is-lead .compact-blog-media {
  aspect-ratio: 16 / 7.1 !important;
  min-height: 210px !important;
  max-height: 250px !important;
}

.compact-card-image {
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  object-position: center center !important;
  background: #f8fbff !important;
  border-radius: 0 !important;
  transition: transform 0.35s ease !important;
}

.compact-card-image.is-portrait {
  object-fit: contain !important;
  padding: 0.5rem 1rem !important;
  background: linear-gradient(180deg, #ffffff 0%, #f3f8fd 100%) !important;
}

.pro-blog-homepage .compact-blog-card.is-lead .compact-card-image.is-portrait,
.blog-section-homepage .compact-blog-card.is-lead .compact-card-image.is-portrait {
  padding: 0.7rem 1.25rem !important;
}

.compact-card-image.is-landscape-wide {
  object-position: center 35% !important;
}

.compact-card-image.is-standard-landscape {
  object-position: center center !important;
}

.compact-blog-card:hover .compact-card-image {
  transform: scale(1.035) !important;
}

.compact-card-badge {
  position: absolute !important;
  top: 0.9rem !important;
  left: 0.9rem !important;
  display: inline-flex !important;
  align-items: center !important;
  padding: 0.36rem 0.68rem !important;
  border-radius: 999px !important;
  background: rgba(255, 255, 255, 0.88) !important;
  color: #123056 !important;
  font-size: 0.72rem !important;
  font-weight: 700 !important;
  backdrop-filter: blur(10px) !important;
}

.compact-card-lead-flag {
  position: absolute !important;
  top: 0.9rem !important;
  right: 0.9rem !important;
  display: inline-flex !important;
  align-items: center !important;
  padding: 0.4rem 0.75rem !important;
  border-radius: 999px !important;
  background: linear-gradient(135deg, #0f6cbd, #38bdf8) !important;
  color: #ffffff !important;
  font-size: 0.72rem !important;
  font-weight: 800 !important;
  letter-spacing: 0.02em !important;
  box-shadow: 0 12px 24px rgba(15, 108, 189, 0.24) !important;
}

.compact-card-content {
  display: flex !important;
  flex-direction: column !important;
  gap: 0.52rem !important;
  padding: 1.05rem 1.05rem 1.08rem !important;
  flex: 1 !important;
  min-height: 0 !important;
}

.compact-card-topline {
  color: #7a8aa0 !important;
  font-size: 0.8rem !important;
  font-weight: 600 !important;
}

.pro-blog-homepage .compact-card-title,
.blog-section-homepage .compact-card-title,
.compact-card-title {
  margin: 0 !important;
  color: #172033 !important;
  font-size: 1.12rem !important;
  font-weight: 700 !important;
  line-height: 1.3 !important;
  display: -webkit-box !important;
  -webkit-line-clamp: 2 !important;
  -webkit-box-orient: vertical !important;
  overflow: hidden !important;
}

.pro-blog-homepage .compact-blog-card.is-lead .compact-card-title,
.blog-section-homepage .compact-blog-card.is-lead .compact-card-title {
  font-size: 1.34rem !important;
  -webkit-line-clamp: 3 !important;
}

.pro-blog-homepage .compact-card-excerpt,
.blog-section-homepage .compact-card-excerpt,
.compact-card-excerpt {
  margin: 0 !important;
  color: #5f6f86 !important;
  font-size: 0.9rem !important;
  line-height: 1.55 !important;
  display: -webkit-box !important;
  -webkit-line-clamp: 2 !important;
  -webkit-box-orient: vertical !important;
  overflow: hidden !important;
  flex: 1 !important;
}

.pro-blog-homepage .compact-blog-card.is-lead .compact-card-excerpt,
.blog-section-homepage .compact-blog-card.is-lead .compact-card-excerpt {
  font-size: 0.96rem !important;
  -webkit-line-clamp: 3 !important;
}

.compact-card-meta {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 0.75rem !important;
  color: #0f6cbd !important;
  font-size: 0.82rem !important;
  font-weight: 700 !important;
  margin-top: auto !important;
}

.compact-card-meta-group {
  display: flex !important;
  align-items: center !important;
  gap: 0.75rem !important;
  flex-wrap: wrap !important;
  color: #64748b !important;
  font-size: 0.75rem !important;
  font-weight: 700 !important;
}

.compact-card-meta-group span {
  display: inline-flex !important;
  align-items: center !important;
  gap: 0.35rem !important;
}

.compact-card-cta {
  display: inline-flex !important;
  align-items: center !important;
  gap: 0.42rem !important;
  color: #0f6cbd !important;
  white-space: nowrap !important;
}

@media (max-width: 992px) {
  .pro-blog-shell {
    width: min(980px, calc(100vw - 1.5rem)) !important;
    padding: 1.2rem !important;
  }

  .pro-blog-header,
  .pro-blog-header.pro-blog-header--compact {
    flex-direction: column !important;
  }

  .pro-blog-header-side {
    align-items: stretch !important;
    min-width: 0 !important;
    width: 100% !important;
  }

  .pro-blog-grid,
  .blog-cards-grid-5col {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 768px) {
  .pro-blog-shell {
    width: min(100%, calc(100vw - 1rem)) !important;
    padding: 1rem !important;
    border-radius: 22px !important;
  }

  .pro-blog-header,
  .pro-blog-header.pro-blog-header--compact {
    flex-direction: column !important;
    align-items: flex-start !important;
  }

  .pro-blog-grid,
  .blog-cards-grid-5col {
    grid-template-columns: 1fr !important;
  }

  .pro-blog-header-stats {
    grid-template-columns: 1fr !important;
  }

  .pro-blog-filter-panel {
    padding: 0.9rem !important;
    border-radius: 20px !important;
  }

  .pro-blog-filter-summary {
    align-items: flex-start !important;
  }

  .compact-blog-media {
    min-height: 168px !important;
    max-height: none !important;
  }

  .pro-blog-homepage .compact-blog-card.is-lead,
  .blog-section-homepage .compact-blog-card.is-lead {
    grid-column: span 1 !important;
  }

  .pro-blog-homepage .compact-blog-card.is-lead .compact-blog-media,
  .blog-section-homepage .compact-blog-card.is-lead .compact-blog-media {
    min-height: 186px !important;
    max-height: none !important;
  }

  .compact-card-image {
    height: 100% !important;
  }

  .pro-blog-homepage .compact-card-title,
  .blog-section-homepage .compact-card-title,
  .compact-card-title {
    font-size: 1rem !important;
  }

  .pro-blog-homepage .compact-card-excerpt,
  .blog-section-homepage .compact-card-excerpt,
  .compact-card-excerpt {
    font-size: 0.84rem !important;
  }
}

/* Homepage blog text visibility recovery */
.pro-blog-homepage .pro-blog-header,
.blog-section-homepage .pro-blog-header,
.pro-blog-homepage .pro-blog-header.pro-blog-header--compact,
.blog-section-homepage .pro-blog-header.pro-blog-header--compact {
  align-items: flex-start !important;
}

.pro-blog-homepage .pro-blog-summary,
.blog-section-homepage .pro-blog-summary {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  font-size: 1.02rem !important;
  line-height: 1.55 !important;
  color: #35506f !important;
  font-weight: 600 !important;
  max-width: 860px !important;
}

.pro-blog-homepage .compact-blog-card,
.blog-section-homepage .compact-blog-card {
  min-height: 320px !important;
}

.pro-blog-homepage .compact-card-content,
.blog-section-homepage .compact-card-content {
  display: flex !important;
  flex-direction: column !important;
  justify-content: flex-start !important;
  align-items: stretch !important;
  gap: 0.55rem !important;
  min-height: 146px !important;
  padding: 1rem 1rem 1.05rem !important;
  overflow: visible !important;
}

.pro-blog-homepage .compact-card-topline,
.blog-section-homepage .compact-card-topline {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  line-height: 1.35 !important;
  margin: 0 !important;
}

.pro-blog-homepage .compact-card-title,
.blog-section-homepage .compact-card-title {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  position: static !important;
  transform: none !important;
  text-align: left !important;
  word-break: break-word !important;
  white-space: normal !important;
  min-height: calc(1.3em * 2) !important;
  max-height: none !important;
  padding: 0.05rem 0 0 !important;
  overflow: hidden !important;
}

.pro-blog-homepage .compact-card-excerpt,
.blog-section-homepage .compact-card-excerpt {
  display: -webkit-box !important;
  visibility: visible !important;
  opacity: 1 !important;
  position: static !important;
  transform: none !important;
  text-align: left !important;
  white-space: normal !important;
  word-break: break-word !important;
  min-height: calc(1.55em * 2) !important;
  max-height: calc(1.55em * 2.2) !important;
  margin-top: 0.05rem !important;
  overflow: hidden !important;
}

.pro-blog-homepage .compact-card-meta,
.blog-section-homepage .compact-card-meta {
  margin-top: auto !important;
  padding-top: 0.2rem !important;
}

@media (max-width: 575.98px) {
  .compact-card-meta {
    flex-direction: column !important;
    align-items: flex-start !important;
  }

  .compact-card-meta-group {
    gap: 0.55rem !important;
  }
}

@media (max-width: 768px) {
  .pro-blog-homepage .pro-blog-summary,
  .blog-section-homepage .pro-blog-summary {
    font-size: 0.9rem !important;
    line-height: 1.5 !important;
  }

  .pro-blog-homepage .compact-blog-card,
  .blog-section-homepage .compact-blog-card {
    min-height: 0 !important;
  }

  .pro-blog-homepage .compact-card-content,
  .blog-section-homepage .compact-card-content {
    min-height: 0 !important;
  }
}

#reviews-section .reviews-grid,
#reviews-section .gallery-grid,
#reviews-section .reviews-stats {
  justify-content: stretch !important;
}

@media (max-width: 768px) {
  #reviews-section,
  #reviews-section > .reviews-section,
  #reviews-section .reviews-container,
  #reviews-section .reviews-panel {
    width: 100% !important;
    max-width: 100% !important;
  }
}

.vendor-support-container {
  display: flex !important;
  gap: 15px !important;
  flex-wrap: wrap !important;
  justify-content: center !important;
  align-items: center !important;
  padding: 20px 0 !important;
}

.vendor-support-loading {
  width: 100% !important;
}

.vendor-support-empty,
.vendor-support-error {
  margin: 0 !important;
  width: 100% !important;
  text-align: center !important;
}

.vendor-logo-item {
  flex: 0 0 auto !important;
  text-align: center !important;
}

.vendor-logo-image {
  max-width: 120px !important;
  max-height: 60px !important;
  object-fit: contain !important;
}

.vendor-logo-name {
  font-size: 12px !important;
}

.section-title,
h2.section-title,
.homepage-section h2,
.homepage-section h3,
[data-section-id] h2,
[data-section-id] h3 {
  color: var(--pro-text) !important;
  letter-spacing: -0.02em !important;
}

.product-card-new,
.product-card,
.product-card-wrapper,
.flash-sale-card,
.card.product-card,
.home-product-grid > *,
.flash-product-grid > *,
.best-selling-grid > *,
.best-selling-clean-grid > * {
  border-radius: var(--pro-radius-md) !important;
}

.product-card-new,
.product-card,
.flash-sale-card,
.card.product-card {
  background: var(--pro-surface) !important;
  border: 1px solid var(--pro-border) !important;
  box-shadow: var(--pro-shadow-sm) !important;
  overflow: hidden !important;
  transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease !important;
}

.product-card-new:hover,
.product-card:hover,
.flash-sale-card:hover,
.card.product-card:hover {
  transform: translateY(-4px) !important;
  border-color: rgba(15, 108, 189, 0.20) !important;
  box-shadow: var(--pro-shadow-md) !important;
}

.product-image-container-new,
.card-img-top-wrapper,
.product-image-container {
  background: linear-gradient(180deg, #fbfdff 0%, #f2f6fb 100%) !important;
  border-bottom: 1px solid rgba(23, 32, 51, 0.05) !important;
}

.card-body-new,
.product-card .card-body,
.flash-sale-card .card-body,
.product-card-wrapper .card-body {
  padding: 1rem !important;
}

.brand-line-new,
.product-card .brand-line-new,
.product-card .brand-name,
.product-card .product-brand {
  color: var(--pro-primary) !important;
  font-size: 0.74rem !important;
  font-weight: 700 !important;
  letter-spacing: 0.05em !important;
}

.product-title-new,
.product-card .card-title,
.product-card .product-title,
.flash-sale-card .fs-product-title,
.best-selling-clean-grid .card-title,
.best-selling-clean-grid .product-title,
#products-grid .card-title,
#products-grid .product-title,
.home-product-grid .card-title,
.home-product-grid .product-title,
[class*="product-title"],
[class*="product-name"] {
  color: var(--pro-text) !important;
  font-size: 0.95rem !important;
  line-height: 1.45 !important;
  font-weight: 600 !important;
  letter-spacing: -0.01em !important;
}

.product-desc-new,
.product-card .product-desc,
.product-card .card-text,
.fs-benefit,
.fs-benefit-text,
.meta-line,
.meta-col {
  color: var(--pro-text-soft) !important;
}

.card-price,
.card-price-online,
.fs-main-price,
.product-card .price,
.price-row .price,
.price-section-new .card-price {
  color: #0f4f8a !important;
  font-size: 1.12rem !important;
  font-weight: 700 !important;
}

.card-price-original,
.fs-original-price {
  color: #8a97ab !important;
}

.price-pill.warranty-pill,
.price-pill.zero-installment,
.fs-discount-pill,
.feature-badge {
  border-radius: 999px !important;
  box-shadow: none !important;
}

.fs-discount-row,
.price-pills,
.product-badges-sidebar,
.right-badges-column {
  gap: 0.35rem !important;
}

button.add-to-cart-btn,
.add-to-cart-btn,
.btn.add-to-cart-btn,
.btn.btn-primary.add-to-cart-btn,
.product-card .add-to-cart-btn,
.product-card .btn.add-to-cart-btn,
.swiper-slide .add-to-cart-btn,
.product-card-wrapper .add-to-cart-btn,
.card .add-to-cart-btn,
[class*="product"] .add-to-cart-btn,
.buy-now-btn-new,
.flash-sale-card .fs-action {
  height: 40px !important;
  min-height: 40px !important;
  max-height: 40px !important;
  border-radius: 12px !important;
  background: linear-gradient(135deg, var(--pro-primary), var(--pro-primary-strong)) !important;
  color: #fff !important;
  border: none !important;
  box-shadow: 0 12px 24px rgba(15, 108, 189, 0.18) !important;
  font-size: 0.84rem !important;
  font-weight: 700 !important;
  letter-spacing: 0.01em !important;
}

button.add-to-cart-btn:hover,
.add-to-cart-btn:hover,
.btn.add-to-cart-btn:hover,
.btn.btn-primary.add-to-cart-btn:hover,
.product-card .add-to-cart-btn:hover,
.product-card .btn.add-to-cart-btn:hover,
.swiper-slide .add-to-cart-btn:hover,
.product-card-wrapper .add-to-cart-btn:hover,
.card .add-to-cart-btn:hover,
[class*="product"] .add-to-cart-btn:hover,
.buy-now-btn-new:hover,
.flash-sale-card .fs-action:hover {
  background: linear-gradient(135deg, var(--pro-primary-strong), #084f8d) !important;
  box-shadow: 0 16px 30px rgba(15, 108, 189, 0.22) !important;
  transform: translateY(-1px) !important;
}

#main-footer {
  background: #ffffff !important;
  margin-top: 1.4rem !important;
}

#main-footer .footer-container {
  background: #ffffff !important;
  box-shadow: none !important;
  padding: 1.6rem clamp(18px, 3vw, 36px) 1rem !important;
}

#main-footer .footer-container::before {
  content: none !important;
  background: none !important;
}

#main-footer .footer-spotlight__visual {
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
}

#main-footer .footer-card-title,
#main-footer .footer-spotlight__heading,
#main-footer .footer-logo-title,
#main-footer .footer-contact-title {
  color: #111827 !important;
}

/* Reviews section layout recovery */
.reviews-shell.pro-reviews-shell {
  width: min(var(--homepage-shell-max-width, 1600px), calc(100vw - (var(--homepage-shell-edge-gap, 24px) * 2))) !important;
  max-width: min(var(--homepage-shell-max-width, 1600px), calc(100vw - (var(--homepage-shell-edge-gap, 24px) * 2))) !important;
  margin: 0 auto !important;
  padding: 0 !important;
  background: transparent !important;
}

.reviews-shell.pro-reviews-shell .reviews-inner,
.reviews-shell.pro-reviews-shell #reviews-section,
.reviews-shell.pro-reviews-shell #reviews-section > .reviews-section {
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 auto !important;
  padding: 0 !important;
  display: block !important;
}

.reviews-shell.pro-reviews-shell #reviews-section .reviews-section,
.reviews-shell.pro-reviews-shell #reviews-section .reviews-container,
.reviews-shell.pro-reviews-shell #reviews-section .reviews-panel {
  box-sizing: border-box !important;
}

.reviews-shell.pro-reviews-shell #reviews-section .reviews-section {
  padding: 2.75rem 0 1.35rem !important;
  background: linear-gradient(180deg, #f3f6fb 0%, #eef3f9 58%, #edf4fb 100%) !important;
}

.reviews-shell.pro-reviews-shell #reviews-section .reviews-container {
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 auto !important;
  padding: 0 clamp(18px, 3vw, 36px) !important;
}

.reviews-shell.pro-reviews-shell #reviews-section .reviews-panel {
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 auto !important;
  padding: 1.6rem !important;
  border-radius: 26px !important;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.84) 0%, rgba(248, 251, 255, 0.92) 100%) !important;
  border: 1px solid rgba(23, 32, 51, 0.08) !important;
  box-shadow: 0 18px 46px rgba(15, 23, 42, 0.08) !important;
  overflow: visible !important;
}

.reviews-shell.pro-reviews-shell #reviews-section .reviews-header {
  max-width: 820px !important;
  margin: 0 auto 1.55rem !important;
  padding: 0 0.5rem !important;
  text-align: center !important;
}

.reviews-shell.pro-reviews-shell #reviews-section .reviews-badge {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 0.5rem !important;
  margin-bottom: 0.85rem !important;
}

.reviews-shell.pro-reviews-shell #reviews-section .reviews-header h2 {
  margin: 0 0 0.65rem !important;
  font-size: clamp(1.85rem, 3vw, 2.45rem) !important;
  line-height: 1.12 !important;
  letter-spacing: -0.03em !important;
  text-align: center !important;
}

.reviews-shell.pro-reviews-shell #reviews-section .reviews-header p {
  max-width: 760px !important;
  margin: 0 auto !important;
  font-size: 0.96rem !important;
  line-height: 1.68 !important;
  text-align: center !important;
  color: #5f6f86 !important;
}

.reviews-shell.pro-reviews-shell #reviews-section .reviews-layout {
  display: grid !important;
  gap: 0.95rem !important;
  width: 100% !important;
}

.reviews-shell.pro-reviews-shell #reviews-section .reviews-stats {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: 0.75rem !important;
  align-items: stretch !important;
}

.reviews-shell.pro-reviews-shell #reviews-section .stat-item {
  display: flex !important;
  flex-direction: column !important;
  justify-content: center !important;
  min-height: 132px !important;
  padding: 1.1rem 0.85rem 1rem !important;
  text-align: center !important;
}

.reviews-shell.pro-reviews-shell #reviews-section .reviews-grid {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 0.9rem !important;
  align-items: stretch !important;
}

.reviews-shell.pro-reviews-shell #reviews-section .review-card {
  position: relative !important;
  display: grid !important;
  grid-template-rows: auto auto minmax(0, 1fr) auto auto !important;
  gap: 0 !important;
  min-height: 238px !important;
  height: auto !important;
  padding: 1.1rem !important;
  border-radius: 18px !important;
  overflow: hidden !important;
}

.reviews-shell.pro-reviews-shell #reviews-section .review-header {
  display: flex !important;
  align-items: center !important;
  gap: 0.9rem !important;
  margin-bottom: 0.95rem !important;
}

.reviews-shell.pro-reviews-shell #reviews-section .review-avatar {
  width: 52px !important;
  height: 52px !important;
  min-width: 52px !important;
  border-radius: 16px !important;
  font-size: 1.15rem !important;
  flex-shrink: 0 !important;
}

.reviews-shell.pro-reviews-shell #reviews-section .review-author,
.reviews-shell.pro-reviews-shell #reviews-section .author-name,
.reviews-shell.pro-reviews-shell #reviews-section .author-info {
  min-width: 0 !important;
}

.reviews-shell.pro-reviews-shell #reviews-section .author-name {
  font-size: 0.95rem !important;
  line-height: 1.3 !important;
}

.reviews-shell.pro-reviews-shell #reviews-section .author-info {
  font-size: 0.78rem !important;
  line-height: 1.45 !important;
}

.reviews-shell.pro-reviews-shell #reviews-section .review-stars {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 0.2rem !important;
  margin-bottom: 0.75rem !important;
}

.reviews-shell.pro-reviews-shell #reviews-section .review-content {
  display: block !important;
  min-height: 0 !important;
  height: auto !important;
  margin-bottom: 0.85rem !important;
  font-size: 0.88rem !important;
  line-height: 1.7 !important;
  overflow: visible !important;
  word-break: break-word !important;
}

.reviews-shell.pro-reviews-shell #reviews-section .review-product {
  padding-top: 0.85rem !important;
  margin-top: auto !important;
  font-size: 0.8rem !important;
  line-height: 1.55 !important;
}

.reviews-shell.pro-reviews-shell #reviews-section .verified-badge {
  align-self: flex-start !important;
  margin-top: 0.5rem !important;
  white-space: nowrap !important;
}

.reviews-shell.pro-reviews-shell #reviews-section .reviews-gallery {
  margin-top: 0.1rem !important;
}

.reviews-shell.pro-reviews-shell #reviews-section .gallery-title {
  margin: 0 0 0.95rem !important;
  font-size: 1.35rem !important;
  line-height: 1.25 !important;
  text-align: center !important;
}

.reviews-shell.pro-reviews-shell #reviews-section .gallery-grid {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: 0.9rem !important;
}

.reviews-shell.pro-reviews-shell #reviews-section .gallery-item {
  min-height: 172px !important;
  height: auto !important;
  border-radius: 18px !important;
}

.reviews-shell.pro-reviews-shell #reviews-section .gallery-overlay {
  padding: 0.95rem 0.9rem 0.85rem !important;
}

.reviews-shell.pro-reviews-shell #reviews-section .gallery-caption {
  font-size: 0.88rem !important;
  line-height: 1.35 !important;
}

.reviews-shell.pro-reviews-shell #reviews-section .gallery-subcaption {
  font-size: 0.74rem !important;
  line-height: 1.45 !important;
}

.reviews-shell.pro-reviews-shell #reviews-section .reviews-cta {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 1.5rem !important;
  padding: 1.2rem 1.35rem !important;
  margin-top: 0.1rem !important;
  border-radius: 20px !important;
}

@media (max-width: 980px) {
  .reviews-shell.pro-reviews-shell #reviews-section .reviews-stats {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  .reviews-shell.pro-reviews-shell #reviews-section .reviews-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  .reviews-shell.pro-reviews-shell #reviews-section .gallery-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 768px) {
  .reviews-shell.pro-reviews-shell {
    width: min(100%, calc(100vw - 1rem)) !important;
  }

  .reviews-shell.pro-reviews-shell #reviews-section .reviews-section {
    padding: 2rem 0 1rem !important;
  }

  .reviews-shell.pro-reviews-shell #reviews-section .reviews-container {
    width: min(100%, calc(100% - 1rem)) !important;
    padding: 0 0.5rem !important;
  }

  .reviews-shell.pro-reviews-shell #reviews-section .reviews-panel {
    padding: 1.1rem !important;
    border-radius: 22px !important;
  }

  .reviews-shell.pro-reviews-shell #reviews-section .reviews-header {
    padding: 0 !important;
    margin-bottom: 1.5rem !important;
  }

  .reviews-shell.pro-reviews-shell #reviews-section .reviews-header h2 {
    font-size: 1.55rem !important;
  }

  .reviews-shell.pro-reviews-shell #reviews-section .reviews-header p {
    font-size: 0.9rem !important;
  }

  .reviews-shell.pro-reviews-shell #reviews-section .reviews-stats,
  .reviews-shell.pro-reviews-shell #reviews-section .reviews-grid,
  .reviews-shell.pro-reviews-shell #reviews-section .gallery-grid {
    grid-template-columns: 1fr !important;
  }

  .reviews-shell.pro-reviews-shell #reviews-section .review-card,
  .reviews-shell.pro-reviews-shell #reviews-section .stat-item {
    min-height: unset !important;
    padding: 1.1rem !important;
  }

  .reviews-shell.pro-reviews-shell #reviews-section .gallery-item {
    min-height: 180px !important;
  }

  .reviews-shell.pro-reviews-shell #reviews-section .reviews-cta {
    flex-direction: column !important;
    align-items: flex-start !important;
    padding: 1.15rem !important;
    border-radius: 18px !important;
  }
}

#main-footer .footer-spotlight__description,
#main-footer .footer-logo-caption,
#main-footer .footer-contact-list p,
#main-footer .footer-pill span {
  color: #6b7280 !important;
}

#main-footer .badge-logo-frame {
  border-radius: 8px !important;
  box-shadow: none !important;
}

#main-footer .footer-form {
  background: rgba(255, 255, 255, 0.07) !important;
  border: 1px solid rgba(255, 255, 255, 0.12) !important;
}

#main-footer .footer-form button {
  background: linear-gradient(135deg, #35c6d8, #169fcb) !important;
  color: #ffffff !important;
}

#main-footer .footer-social-btn {
  width: 44px !important;
  height: 44px !important;
  border-radius: 14px !important;
  box-shadow: 0 10px 22px rgba(15, 23, 42, 0.16) !important;
}

#main-footer .footer-social-btn--facebook {
  background: #1877f2 !important;
}

#main-footer .footer-social-btn--line {
  background: #00c300 !important;
}

#main-footer .footer-social-btn--phone {
  background: #169fcb !important;
}

#main-footer .footer-facebook-plugin {
  margin: 1.5rem 0 !important;
}

#main-footer .footer-spotlight {
  background: linear-gradient(135deg, #79dff2 0%, #42c7e6 50%, #1fa9d0 100%) !important;
  border-color: rgba(255, 255, 255, 0.5) !important;
  box-shadow: 0 18px 42px rgba(15, 121, 153, 0.24) !important;
  padding: clamp(2rem, 3vw, 2.9rem) clamp(2rem, 3vw, 2.75rem) clamp(2rem, 3vw, 2.75rem) clamp(2.8rem, 4.5vw, 4rem) !important;
}

#main-footer .footer-spotlight__content {
  padding: 0.5rem 0.85rem 0.5rem 1.6rem !important;
}

#main-footer .footer-badge,
#main-footer .footer-spotlight__heading,
#main-footer .footer-spotlight__description,
#main-footer .footer-logo-wrap,
#main-footer .footer-contact-block,
#main-footer .footer-pill-stats,
#main-footer .footer-form {
  margin-left: 1.35rem !important;
  margin-right: 0.5rem !important;
}

#main-footer .footer-contact-block,
#main-footer .footer-pill-stats,
#main-footer .footer-form {
  padding-left: 0.35rem !important;
}

#main-footer .footer-spotlight__visual,
#main-footer .footer-contact-block,
#main-footer .footer-pill,
#main-footer .footer-form,
#main-footer .footer-app-download,
#main-footer .footer-facebook-plugin {
  background: rgba(255, 255, 255, 0.16) !important;
  border-color: rgba(255, 255, 255, 0.36) !important;
}

#main-footer .footer-badge {
  background: rgba(255, 255, 255, 0.2) !important;
  border-color: rgba(255, 255, 255, 0.45) !important;
  color: #0c5270 !important;
}

#main-footer .footer-badge {
  padding: 0.45rem 1rem !important;
  font-size: 0.95rem !important;
}

#main-footer .footer-spotlight__heading {
  font-size: clamp(2rem, 3.2vw, 3rem) !important;
  line-height: 1.14 !important;
}

#main-footer .footer-spotlight__description {
  font-size: 1.02rem !important;
  line-height: 1.65 !important;
  max-width: 100% !important;
}

#main-footer .footer-logo-wrap {
  padding: 0.9rem 1rem !important;
  gap: 0.85rem !important;
}

#main-footer .footer-logo-title {
  font-size: 1.15rem !important;
}

#main-footer .footer-logo-caption {
  font-size: 0.92rem !important;
  line-height: 1.45 !important;
}

#main-footer .footer-contact-block {
  padding: 1.05rem 1.2rem !important;
}

#main-footer .footer-contact-title,
#main-footer .footer-visual-title,
#main-footer .footer-card-title {
  font-size: 1rem !important;
  line-height: 1.4 !important;
}

#main-footer .footer-contact-list p,
#main-footer .footer-app-download-title,
#main-footer .footer-copy,
#main-footer .footer-bottom__meta,
#main-footer .footer-legal-links a,
#main-footer .footer-link-list a {
  font-size: 0.95rem !important;
  line-height: 1.6 !important;
}

#main-footer .footer-pill-stats {
  gap: 0.85rem !important;
}

#main-footer .footer-pill {
  padding: 0.9rem 1rem !important;
  gap: 0.3rem !important;
  text-align: left !important;
}

#main-footer .footer-pill strong {
  font-size: 1rem !important;
}

#main-footer .footer-pill span,
#main-footer .footer-app-download-label {
  font-size: 0.9rem !important;
  line-height: 1.45 !important;
}

#main-footer .footer-form {
  padding: 0.45rem !important;
  gap: 0.5rem !important;
}

#main-footer .footer-form input,
#main-footer .footer-form button {
  font-size: 0.95rem !important;
}

#main-footer .footer-form input {
  padding: 0.8rem 1rem !important;
}

#main-footer .footer-form button {
  padding: 0.8rem 1.25rem !important;
}

#main-footer .footer-grid {
  gap: 1.2rem !important;
}

#main-footer .footer-card {
  padding: 1.35rem 1.4rem !important;
}

#main-footer .footer-link-list {
  gap: 0.65rem !important;
}

#main-footer .footer-contact-list i,
#main-footer .footer-tts-btn {
  color: #0f6f99 !important;
}

#main-footer .footer-form input::placeholder {
  color: rgba(255, 255, 255, 0.78) !important;
}

.login-modal-compat {
  display: none !important;
}

.custom-modal-box {
  border-radius: 22px !important;
  box-shadow: 0 30px 80px rgba(15, 23, 42, 0.24) !important;
}

.custom-modal-header {
  background: linear-gradient(135deg, #123056 0%, #1d4d83 100%) !important;
}

.custom-modal-body {
  background: #fbfdff !important;
}

.custom-modal-body .form-input {
  border: 1px solid rgba(23, 32, 51, 0.12) !important;
  background: #ffffff !important;
  box-shadow: inset 0 1px 2px rgba(15, 23, 42, 0.03) !important;
}

.custom-modal-body .form-input:focus {
  border-color: rgba(15, 108, 189, 0.32) !important;
  box-shadow: 0 0 0 4px rgba(15, 108, 189, 0.08) !important;
}

.custom-submit-btn {
  background: linear-gradient(135deg, var(--pro-primary), var(--pro-primary-strong)) !important;
  box-shadow: 0 14px 30px rgba(15, 108, 189, 0.18) !important;
}

.custom-social-btn.facebook-btn,
.custom-social-btn.line-btn,
.custom-social-btn.google-btn {
  border-radius: 12px !important;
}

#registrationModal .registration-modal-dialog {
  max-width: 420px !important;
  width: min(95%, 420px) !important;
  margin: 1rem auto !important;
}

#registrationModal .registration-modal-content {
  border: none !important;
  border-radius: 22px !important;
  overflow: hidden !important;
  box-shadow: 0 30px 80px rgba(15, 23, 42, 0.24) !important;
}

#registrationModal .registration-modal-header {
  background: linear-gradient(135deg, #123056 0%, #1d4d83 100%) !important;
  padding: 1.25rem 1.25rem 1.15rem !important;
  position: relative !important;
}

#registrationModal .registration-modal-title {
  color: #ffffff !important;
  font-weight: 700 !important;
  font-size: 1.25rem !important;
  margin: 0 !important;
}

#registrationModal .registration-modal-close {
  position: absolute !important;
  top: 0.75rem !important;
  right: 0.75rem !important;
  opacity: 0.9 !important;
}

#registrationModal .registration-modal-body {
  padding: 1.25rem !important;
  background: #fbfdff !important;
  max-height: 70vh !important;
  overflow-y: auto !important;
}

#registrationModal .registration-alert {
  display: none;
  font-size: 13px !important;
}

#registrationModal .registration-field {
  margin-bottom: 12px !important;
}

#registrationModal .registration-field--spacious {
  margin-bottom: 16px !important;
}

#registrationModal .registration-label {
  display: block !important;
  font-weight: 600 !important;
  color: #334155 !important;
  margin-bottom: 4px !important;
  font-size: 13px !important;
}

#registrationModal .registration-required {
  color: #dc2626 !important;
}

#registrationModal .registration-input {
  border-radius: 10px !important;
  border: 1px solid rgba(23, 32, 51, 0.12) !important;
  padding: 10px 12px !important;
  font-size: 14px !important;
  width: 100% !important;
  box-shadow: inset 0 1px 2px rgba(15, 23, 42, 0.03) !important;
}

#registrationModal .registration-input:focus {
  border-color: rgba(15, 108, 189, 0.32) !important;
  box-shadow: 0 0 0 4px rgba(15, 108, 189, 0.08) !important;
}

#registrationModal .registration-textarea {
  resize: none !important;
}

#registrationModal .registration-submit {
  background: linear-gradient(135deg, var(--pro-primary), var(--pro-primary-strong)) !important;
  border: none !important;
  border-radius: 10px !important;
  padding: 12px !important;
  font-weight: 700 !important;
  font-size: 15px !important;
  color: #fff !important;
  margin-bottom: 12px !important;
  box-shadow: 0 14px 30px rgba(15, 108, 189, 0.18) !important;
}

#registrationModal .registration-switch {
  text-align: center !important;
  padding-top: 12px !important;
  border-top: 1px solid rgba(23, 32, 51, 0.08) !important;
}

#registrationModal .registration-switch-copy {
  color: #64748b !important;
  font-size: 12px !important;
}

#registrationModal .registration-switch-link {
  color: var(--pro-primary) !important;
  font-weight: 700 !important;
  text-decoration: none !important;
  margin-left: 4px !important;
  font-size: 12px !important;
}

.floating-messenger-btn {
  width: 58px !important;
  height: 58px !important;
  border-radius: 18px !important;
  background: linear-gradient(135deg, #123056 0%, #0f6cbd 100%) !important;
  border: 2px solid rgba(255, 255, 255, 0.88) !important;
  box-shadow: 0 18px 36px rgba(15, 23, 42, 0.22) !important;
}

.floating-messenger-btn:hover {
  transform: translateY(-4px) !important;
  box-shadow: 0 24px 42px rgba(15, 23, 42, 0.28) !important;
}

.messenger-badge {
  background: #ff6b35 !important;
}

.repair-dialog-title-icon {
  color: #ff6b35 !important;
}

.repair-form-shell {
  text-align: left !important;
  padding: 10px 0 !important;
}

.repair-form-field {
  margin-bottom: 15px !important;
}

.repair-form-label {
  display: block !important;
  margin-bottom: 5px !important;
  font-weight: 600 !important;
  color: #334155 !important;
}

.repair-form-required {
  color: #dc2626 !important;
}

.repair-form-hint {
  color: #94a3b8 !important;
  font-weight: 400 !important;
}

.repair-form-icon {
  width: 16px !important;
  margin-right: 6px !important;
}

.repair-form-icon--muted {
  color: #667085 !important;
}

.repair-form-icon--accent {
  color: #ff6b35 !important;
}

.repair-form-icon--violet {
  color: #8b5cf6 !important;
}

.repair-form-icon--danger {
  color: #e74c3c !important;
}

.repair-form-icon--blue {
  color: #0f6cbd !important;
}

.repair-form-icon--green {
  color: #28a745 !important;
}

.repair-form-select {
  width: 100% !important;
  height: 45px !important;
  font-size: 15px !important;
  border: 1px solid #d9d9d9 !important;
  border-radius: 8px !important;
  padding: 0 10px !important;
}

.repair-form-note,
.repair-status-note {
  border-radius: 10px !important;
  padding: 10px 12px !important;
  font-size: 13px !important;
}

.repair-form-note {
  background: #f8f9fa !important;
  color: #666 !important;
}

.repair-status-note {
  background: #e8f4fd !important;
  color: #0c5460 !important;
}

.repair-note-icon {
  margin-right: 6px !important;
}

.repair-note-icon--info {
  color: #17a2b8 !important;
}

.repair-success-shell {
  text-align: center !important;
}

.repair-success-number {
  font-size: 18px !important;
  color: #28a745 !important;
  font-weight: 600 !important;
}

.repair-success-copy {
  color: #666 !important;
}

.repair-result-list {
  text-align: left !important;
  max-height: 400px !important;
  overflow-y: auto !important;
  padding: 5px 10px !important;
}

.repair-result-card {
  background: #f8f9fa !important;
  padding: 12px 15px !important;
  border-radius: 10px !important;
  margin-bottom: 10px !important;
  border-left: 4px solid #6c757d !important;
}

.repair-result-card-header {
  display: flex !important;
  justify-content: space-between !important;
  align-items: center !important;
  margin-bottom: 8px !important;
  padding-left: 3px !important;
  gap: 0.75rem !important;
}

.repair-result-number {
  color: #333 !important;
}

.repair-status-pill {
  display: inline-block !important;
  padding: 3px 10px !important;
  border-radius: 12px !important;
  font-size: 12px !important;
  color: #fff !important;
  background: #6c757d !important;
}

.repair-result-row {
  margin: 3px 0 !important;
  font-size: 13px !important;
  padding-left: 3px !important;
}

.repair-result-row--muted {
  color: #666 !important;
}

.repair-result-comment {
  margin: 5px 0 0 !important;
  font-size: 12px !important;
  color: #555 !important;
  background: #fff8e1 !important;
  padding: 8px 10px !important;
  border-radius: 5px !important;
}

.repair-result-detail {
  text-align: left !important;
  padding: 15px 25px 15px 35px !important;
}

.repair-info-box {
  background: #f8f9fa !important;
  padding: 20px 25px 20px 30px !important;
  border-radius: 12px !important;
  margin-bottom: 20px !important;
  border: 1px solid #e9ecef !important;
}

.repair-info-row {
  margin: 10px 0 10px 20px !important;
  font-size: 15px !important;
}

.repair-info-label {
  color: #333 !important;
}

.repair-info-value {
  color: #0f6cbd !important;
  font-weight: 600 !important;
}

.repair-comment-box {
  margin: 15px 0 0 20px !important;
  background: #fff8e1 !important;
  padding: 12px 18px !important;
  border-radius: 8px !important;
  font-size: 14px !important;
  border-left: 4px solid #ffc107 !important;
}

.repair-comment-icon {
  color: #ffc107 !important;
  margin-right: 10px !important;
}

.repair-status-center {
  text-align: center !important;
  margin: 25px 0 15px !important;
}

.repair-status-big {
  display: inline-block !important;
  padding: 12px 30px !important;
  border-radius: 25px !important;
  font-size: 18px !important;
  font-weight: 600 !important;
  color: #fff !important;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15) !important;
  background: #6c757d !important;
}

.repair-meta-center {
  text-align: center !important;
  color: #666 !important;
  margin: 10px 0 !important;
}

.repair-status-received {
  border-left-color: #17a2b8 !important;
}

.repair-status-received .repair-status-pill,
.repair-status-received .repair-status-big {
  background: #17a2b8 !important;
}

.repair-status-pending {
  border-left-color: #ffc107 !important;
}

.repair-status-pending .repair-status-pill,
.repair-status-pending .repair-status-big {
  background: #ffc107 !important;
  color: #1f2937 !important;
}

.repair-status-in-progress {
  border-left-color: #007bff !important;
}

.repair-status-in-progress .repair-status-pill,
.repair-status-in-progress .repair-status-big {
  background: #007bff !important;
}

.repair-status-awaiting-parts {
  border-left-color: #6f42c1 !important;
}

.repair-status-awaiting-parts .repair-status-pill,
.repair-status-awaiting-parts .repair-status-big {
  background: #6f42c1 !important;
}

.repair-status-awaiting-approval {
  border-left-color: #fd7e14 !important;
}

.repair-status-awaiting-approval .repair-status-pill,
.repair-status-awaiting-approval .repair-status-big {
  background: #fd7e14 !important;
}

.repair-status-completed {
  border-left-color: #28a745 !important;
}

.repair-status-completed .repair-status-pill,
.repair-status-completed .repair-status-big {
  background: #28a745 !important;
}

.repair-status-delivered {
  border-left-color: #20c997 !important;
}

.repair-status-delivered .repair-status-pill,
.repair-status-delivered .repair-status-big {
  background: #20c997 !important;
}

.repair-status-cancelled {
  border-left-color: #dc3545 !important;
}

.repair-status-cancelled .repair-status-pill,
.repair-status-cancelled .repair-status-big {
  background: #dc3545 !important;
}

@media (max-width: 991px) {
  .pro-topbar-layout {
    flex-wrap: wrap !important;
    justify-content: center !important;
  }

  .header-layout-v2 {
    padding: 0 1rem !important;
  }

  #main-hero-slider,
  .main-hero-slider-container {
    border-radius: 0 0 18px 18px !important;
  }

  #main-footer .footer-spotlight {
    grid-template-columns: 1fr !important;
  }

  #main-footer .footer-badges-row {
    grid-template-columns: 1fr !important;
  }
}

@media (max-width: 768px) {
  .top-bar.pro-topbar .top-bar-full-width {
    padding: 0.45rem 0.85rem !important;
  }

  .pro-topbar-social {
    width: 34px !important;
    height: 34px !important;
    min-width: 34px !important;
    min-height: 34px !important;
  }

  .main-header-wrapper-v2 {
    padding: 0.75rem 0 !important;
  }

  #main-nav-container {
    overflow-x: auto !important;
    padding-bottom: 0.2rem !important;
    scrollbar-width: none !important;
  }

  #main-nav-container::-webkit-scrollbar {
    display: none !important;
  }

  .ads-left-sidebar {
    display: none !important;
  }

  #registrationModal .registration-modal-body {
    padding: 1rem !important;
  }

  .search-bar-v2,
  .category-menu-btn-v2,
  .login-btn-v2,
  .notification-btn-v2,
  .cart-link-v2 {
    border-radius: 12px !important;
  }

  .card-body-new,
  .product-card .card-body,
  .flash-sale-card .card-body,
  .product-card-wrapper .card-body {
    padding: 0.85rem !important;
  }

  .product-title-new,
  .product-card .card-title,
  .product-card .product-title,
  .flash-sale-card .fs-product-title,
  .best-selling-clean-grid .card-title,
  .best-selling-clean-grid .product-title,
  #products-grid .card-title,
  #products-grid .product-title,
  .home-product-grid .card-title,
  .home-product-grid .product-title,
  [class*="product-title"],
  [class*="product-name"] {
    font-size: 0.88rem !important;
    line-height: 1.4 !important;
  }

  .card-price,
  .card-price-online,
  .fs-main-price,
  .product-card .price,
  .price-row .price,
  .price-section-new .card-price {
    font-size: 1.02rem !important;
  }

  #main-footer .footer-container {
    padding: 1.6rem 1rem 1rem !important;
  }
}

/* Reviews section final enforcement */
.reviews-shell.pro-reviews-shell #reviews-section .reviews-panel {
  padding: 1.5rem !important;
  overflow: visible !important;
}

.reviews-shell.pro-reviews-shell #reviews-section .reviews-header {
  max-width: 820px !important;
  margin: 0 auto 1.55rem !important;
  padding: 0 0.5rem !important;
}

.reviews-shell.pro-reviews-shell #reviews-section .reviews-header h2 {
  margin: 0 0 0.65rem !important;
  font-size: clamp(1.85rem, 3vw, 2.45rem) !important;
  line-height: 1.12 !important;
}

.reviews-shell.pro-reviews-shell #reviews-section .reviews-header p {
  max-width: 760px !important;
  margin: 0 auto !important;
  font-size: 0.96rem !important;
  line-height: 1.68 !important;
}

.reviews-shell.pro-reviews-shell #reviews-section .reviews-stats {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: 0.75rem !important;
}

.reviews-shell.pro-reviews-shell #reviews-section .reviews-grid {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 0.9rem !important;
  align-items: stretch !important;
}

.reviews-shell.pro-reviews-shell #reviews-section .review-card {
  display: grid !important;
  grid-template-rows: auto auto minmax(0, 1fr) auto auto !important;
  min-height: 238px !important;
  height: auto !important;
  padding: 1.1rem !important;
}

.reviews-shell.pro-reviews-shell #reviews-section .review-content {
  height: auto !important;
  min-height: 0 !important;
  overflow: visible !important;
  line-height: 1.7 !important;
}

.reviews-shell.pro-reviews-shell #reviews-section .gallery-grid {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: 0.9rem !important;
}

.reviews-shell.pro-reviews-shell #reviews-section .gallery-item {
  min-height: 172px !important;
}

.reviews-shell.pro-reviews-shell #reviews-section .reviews-cta {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 1.5rem !important;
}

@media (max-width: 980px) {
  .reviews-shell.pro-reviews-shell #reviews-section .reviews-stats {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  .reviews-shell.pro-reviews-shell #reviews-section .reviews-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  .reviews-shell.pro-reviews-shell #reviews-section .gallery-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 768px) {
  .reviews-shell.pro-reviews-shell #reviews-section .reviews-panel {
    padding: 1.1rem !important;
  }

  .reviews-shell.pro-reviews-shell #reviews-section .reviews-header h2 {
    font-size: 1.55rem !important;
  }

  .reviews-shell.pro-reviews-shell #reviews-section .reviews-header p {
    font-size: 0.9rem !important;
  }

  .reviews-shell.pro-reviews-shell #reviews-section .reviews-stats,
  .reviews-shell.pro-reviews-shell #reviews-section .reviews-grid,
  .reviews-shell.pro-reviews-shell #reviews-section .gallery-grid {
    grid-template-columns: 1fr !important;
  }

  .reviews-shell.pro-reviews-shell #reviews-section .review-card,
  .reviews-shell.pro-reviews-shell #reviews-section .stat-item {
    min-height: unset !important;
  }

  .reviews-shell.pro-reviews-shell #reviews-section .reviews-cta {
    flex-direction: column !important;
    align-items: flex-start !important;
  }
}

/* Homepage product sections: remove excess right gutter */
#main-content,
#dynamic-content-wrapper,
#dynamic-content-wrapper > .homepage-section,
#dynamic-content-wrapper > section,
#dynamic-content-wrapper > div {
  width: 100% !important;
  max-width: 100% !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  box-sizing: border-box !important;
}

#main-content .homepage-section,
#main-content .homepage-section .container,
#main-content .homepage-section .section-content,
#main-content .homepage-section .section-inner,
#main-content .homepage-section .content-area,
#main-content .homepage-section .section-content-area {
  width: 100% !important;
  max-width: 100% !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  box-sizing: border-box !important;
}

#main-content .homepage-section .container,
#main-content .homepage-section .section-content,
#main-content .homepage-section .section-inner,
#main-content .homepage-section .content-area,
#main-content .homepage-section .section-content-area {
  padding-left: 12px !important;
  padding-right: 12px !important;
}

#main-content .homepage-section .homepage-product-carousel-shell,
#main-content .homepage-section .product-carousel-slider,
#main-content .homepage-section .swiper-container,
#main-content .homepage-section .product-grid {
  width: 100% !important;
  max-width: 100% !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  box-sizing: border-box !important;
}

#main-content .homepage-section .homepage-product-carousel-shell {
  padding-right: 0 !important;
  overflow: hidden !important;
}

#main-content .homepage-section .product-carousel-slider .swiper-wrapper {
  width: auto !important;
  max-width: none !important;
  margin-right: 0 !important;
}

#main-content .homepage-section .product-carousel-slider .swiper-slide {
  box-sizing: border-box !important;
}

#main-content .homepage-section .section-header,
#main-content .homepage-section .homepage-section-header,
#main-content .homepage-section .section-title-wrapper {
  width: 100% !important;
  max-width: 100% !important;
  padding-left: 12px !important;
  padding-right: 12px !important;
  box-sizing: border-box !important;
}

@media (min-width: 1200px) {
  #main-content .homepage-section .container,
  #main-content .homepage-section .section-content,
  #main-content .homepage-section .section-inner,
  #main-content .homepage-section .content-area,
  #main-content .homepage-section .section-content-area,
  #main-content .homepage-section .section-header,
  #main-content .homepage-section .homepage-section-header,
  #main-content .homepage-section .section-title-wrapper {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
}

@media (max-width: 768px) {
  #main-content .homepage-section .container,
  #main-content .homepage-section .section-content,
  #main-content .homepage-section .section-inner,
  #main-content .homepage-section .content-area,
  #main-content .homepage-section .section-content-area,
  #main-content .homepage-section .section-header,
  #main-content .homepage-section .homepage-section-header,
  #main-content .homepage-section .section-title-wrapper {
    padding-left: 8px !important;
    padding-right: 8px !important;
  }
}

/* Product carousel hard-stop: never show partial slide outside frame */
#main-content .homepage-section .homepage-product-carousel-shell,
#main-content .homepage-section .homepage-product-carousel-shell .swiper,
#main-content .homepage-section .homepage-product-carousel-shell .swiper-container,
#main-content .homepage-section .homepage-product-carousel-shell .product-carousel-slider {
  width: 100% !important;
  max-width: 100% !important;
  overflow: hidden !important;
  position: relative !important;
  box-sizing: border-box !important;
}

#main-content .homepage-section .homepage-product-carousel-shell .swiper-wrapper,
#main-content .homepage-section .homepage-product-carousel-shell .swiper-container .swiper-wrapper,
#main-content .homepage-section .homepage-product-carousel-shell .product-carousel-slider .swiper-wrapper {
  display: flex !important;
  flex-wrap: nowrap !important;
  width: auto !important;
  max-width: none !important;
}

#main-content .homepage-section .homepage-product-carousel-shell .swiper-slide,
#main-content .homepage-section .homepage-product-carousel-shell .product-carousel-slider .swiper-slide {
  max-width: 100% !important;
  box-sizing: border-box !important;
  overflow: hidden !important;
}

@media (min-width: 980px) {
  #main-content .homepage-section .homepage-product-carousel-shell.homepage-product-carousel-shell--desktop-grid {
    overflow: hidden !important;
  }

  #main-content .homepage-section .homepage-product-carousel-shell .homepage-product-carousel--desktop-grid {
    overflow: visible !important;
  }

  #main-content .homepage-section .homepage-product-carousel-shell .swiper-wrapper.homepage-product-carousel-grid {
    display: grid !important;
    grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
    gap: 12px !important;
    width: 100% !important;
    transform: none !important;
  }

  #main-content .homepage-section .homepage-product-carousel-shell .swiper-wrapper.homepage-product-carousel-grid .swiper-slide {
    width: auto !important;
    min-width: 0 !important;
    margin: 0 !important;
  }
}

@media (min-width: 980px) and (max-width: 1279px) {
  #main-content .homepage-section .homepage-product-carousel-shell .swiper-wrapper.homepage-product-carousel-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  }
}

/* Homepage carousel nav final override */
#dynamic-content-wrapper > .homepage-section.section-wrapper .homepage-product-carousel-shell,
#main-content .homepage-section .homepage-product-carousel-shell {
  position: relative !important;
  display: block !important;
  grid-template-columns: minmax(0, 1fr) !important;
  column-gap: 0 !important;
  width: 100% !important;
  max-width: 100% !important;
}

#dynamic-content-wrapper > .homepage-section.section-wrapper .homepage-product-carousel-shell .product-carousel-slider,
#dynamic-content-wrapper > .homepage-section.section-wrapper .homepage-product-carousel-shell .swiper,
#dynamic-content-wrapper > .homepage-section.section-wrapper .homepage-product-carousel-shell .swiper-container,
#main-content .homepage-section .homepage-product-carousel-shell .product-carousel-slider,
#main-content .homepage-section .homepage-product-carousel-shell .swiper,
#main-content .homepage-section .homepage-product-carousel-shell .swiper-container {
  grid-column: auto !important;
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  left: auto !important;
  right: auto !important;
}

.below-main-row #dynamic-content-wrapper > .homepage-section.section-wrapper .homepage-product-carousel-shell,
.below-main-row #dynamic-content-wrapper > .homepage-section.section-wrapper .product-carousel-slider,
.below-main-row #dynamic-content-wrapper > .homepage-section.section-wrapper .product-carousel-slider.swiper-container,
.below-main-row #dynamic-content-wrapper > .homepage-section.section-wrapper .product-carousel-slider .swiper,
.below-main-row #dynamic-content-wrapper > .homepage-section.section-wrapper .product-carousel-slider .swiper-wrapper {
  overflow: hidden !important;
  width: 100% !important;
  max-width: 100% !important;
  padding-right: 0 !important;
  padding-bottom: 0 !important;
}

#main-content .homepage-section .homepage-product-carousel-shell .product-carousel-slider .homepage-product-carousel-grid,
#dynamic-content-wrapper > .homepage-section.section-wrapper .product-carousel-slider .homepage-product-carousel-grid {
  display: grid !important;
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  transform: none !important;
}

#main-content .homepage-section .homepage-product-carousel-shell .product-carousel-slider,
#dynamic-content-wrapper > .homepage-section.section-wrapper .product-carousel-slider {
  touch-action: pan-y !important;
}

#main-content .homepage-section .homepage-product-carousel-shell .product-carousel-slider .homepage-product-carousel-pages,
#dynamic-content-wrapper > .homepage-section.section-wrapper .product-carousel-slider .homepage-product-carousel-pages {
  width: 100% !important;
  max-width: 100% !important;
}

#main-content .homepage-section .homepage-product-carousel-shell .product-carousel-slider .homepage-product-carousel-page,
#dynamic-content-wrapper > .homepage-section.section-wrapper .product-carousel-slider .homepage-product-carousel-page {
  width: 100% !important;
  max-width: 100% !important;
  box-sizing: border-box !important;
}

#main-content .homepage-section .homepage-product-carousel-shell .product-carousel-slider .homepage-product-carousel-grid-item,
#dynamic-content-wrapper > .homepage-section.section-wrapper .product-carousel-slider .homepage-product-carousel-grid-item {
  width: auto !important;
  min-width: 0 !important;
  max-width: 100% !important;
  margin: 0 !important;
  box-sizing: border-box !important;
}

#main-content .homepage-section .homepage-product-carousel-shell .product-carousel-slider .homepage-product-carousel-grid-item > *,
#dynamic-content-wrapper > .homepage-section.section-wrapper .product-carousel-slider .homepage-product-carousel-grid-item > * {
  width: 100% !important;
  max-width: 100% !important;
}

#main-content .homepage-section .homepage-product-carousel-shell .product-carousel-slider .homepage-product-carousel-placeholder,
#dynamic-content-wrapper > .homepage-section.section-wrapper .product-carousel-slider .homepage-product-carousel-placeholder {
  visibility: hidden !important;
  pointer-events: none !important;
  min-width: 0 !important;
}

#main-content .homepage-section .homepage-product-carousel-shell .homepage-carousel-nav {
  position: absolute !important;
  top: 50% !important;
  transform: translateY(-50%) !important;
  width: 42px !important;
  height: 42px !important;
  border: none !important;
  border-radius: 999px !important;
  padding: 0 !important;
  margin: 0 !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  background: linear-gradient(135deg, #1487e3 0%, #0b63ce 100%) !important;
  color: #ffffff !important;
  box-shadow: 0 14px 28px rgba(11, 99, 206, 0.28) !important;
  z-index: 8 !important;
  cursor: pointer !important;
  font-size: 0 !important;
}

#main-content .homepage-section .homepage-product-carousel-shell .homepage-carousel-nav:hover {
  transform: translateY(-50%) scale(1.06) !important;
  box-shadow: 0 18px 34px rgba(11, 99, 206, 0.34) !important;
  background: linear-gradient(135deg, #0f78de 0%, #084fb3 100%) !important;
}

#main-content .homepage-section .homepage-product-carousel-shell .homepage-carousel-nav::before {
  content: '' !important;
  display: block !important;
  width: 10px !important;
  height: 10px !important;
  border-top: 2.5px solid currentColor !important;
  border-right: 2.5px solid currentColor !important;
}

#main-content .homepage-section .homepage-product-carousel-shell .homepage-carousel-nav-prev {
  left: 10px !important;
}

#main-content .homepage-section .homepage-product-carousel-shell .homepage-carousel-nav-prev::before {
  transform: rotate(-135deg) !important;
  margin-left: 4px !important;
}

#main-content .homepage-section .homepage-product-carousel-shell .homepage-carousel-nav-next {
  right: 10px !important;
}

#main-content .homepage-section .homepage-product-carousel-shell .homepage-carousel-nav-next::before {
  transform: rotate(45deg) !important;
  margin-right: 4px !important;
}

#main-content .homepage-section .homepage-product-carousel-shell .homepage-carousel-nav.swiper-button-disabled,
#main-content .homepage-section .homepage-product-carousel-shell .homepage-carousel-nav[disabled] {
  opacity: 0.42 !important;
  cursor: default !important;
  box-shadow: none !important;
}

@media (min-width: 768px) {
  #main-content .homepage-section .homepage-product-carousel-shell .homepage-carousel-nav {
    opacity: 0 !important;
    pointer-events: none !important;
  }

  #main-content .homepage-section .homepage-product-carousel-shell.homepage-product-carousel-shell--has-overflow:hover .homepage-carousel-nav,
  #main-content .homepage-section .homepage-product-carousel-shell.homepage-product-carousel-shell--has-overflow:focus-within .homepage-carousel-nav {
    opacity: 1 !important;
    pointer-events: auto !important;
  }
}

@media (max-width: 767px) {
  #main-content .homepage-section .homepage-product-carousel-shell .homepage-carousel-nav {
    width: 36px !important;
    height: 36px !important;
  }

  #main-content .homepage-section .homepage-product-carousel-shell .homepage-carousel-nav-prev {
    left: 6px !important;
  }

  #main-content .homepage-section .homepage-product-carousel-shell .homepage-carousel-nav-next {
    right: 6px !important;
  }
}
