/** Shopify CDN: Minification failed

Line 641:0 Unexpected "/"
Line 1046:1 Unexpected "/"
Line 1141:1 Unexpected "/"

**/
/* Exchange Product Detail - Figma Design System */

/* Base Layout */
.exchange-product-detail {
  position: relative;
  background: #F7F9FC;
  font-family: 'Rubik', sans-serif;
  border-top: none !important;
}

/* Remove any potential blue line from content area */
.exchange-product-detail::before,
.exchange-product-detail::after {
  border: none !important;
}

.content-for-layout {
  border-top: none !important;
}

/* Hero Section */
.product-hero-section {
  background: linear-gradient(to bottom, rgb(57, 255, 20), transparent) !important;
  padding: 24px 0 !important;
  border-bottom: 1px solid #CFD9E9 !important;
  box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.12) !important;
  position: relative !important;
}

.product-hero-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: radial-gradient(circle at 20% 50%, rgba(55, 81, 255, 0.1) 0%, transparent 50%),
    radial-gradient(circle at 80% 50%, rgba(37, 75, 134, 0.08) 0%, transparent 50%);
  pointer-events: none;
}

.hero-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  flex-wrap: wrap;
  max-width: 1186px;
  margin: 0 auto;
}

.hero-left {
  display: flex;
  align-items: center;
  gap: 24px;
  flex: 1;
  min-width: 300px;
}

/* Product Logo with Badge Support */
.product-logo {
  position: relative;
  display: inline-block;
}

.product-logo .logo-container {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  overflow: hidden;
  background: white;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.product-logo img,
.product-logo .product-logo-image {
  width: 80px !important;
  height: 80px !important;
  max-width: 80px !important;
  max-height: 80px !important;
  border-radius: 0;
  object-fit: contain !important;
  background: transparent;
  box-shadow: none;
}

.product-logo .product-logo-placeholder {
  width: 120px;
  height: 120px;
  background: #3751FF;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.product-logo .product-logo-placeholder span {
  color: white;
  font-weight: bold;
  font-size: 48px;
}

/* Certified Badge Overlay */
.product-logo .certified-badge-overlay {
  position: absolute;
  bottom: -4px;
  right: -4px;
  width: 36px;
  height: 36px;
  z-index: 10;
  background: white;
  border-radius: 50%;
  padding: 2px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}

.product-logo .certified-badge-icon {
  width: 100%;
  height: 100%;
  display: block;
}

.hero-info h1 {
  font-family: 'Rubik';
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 32px;
  color: #212328;
  margin: 0 0 8px 0;
}

.hero-info p {
  font-family: 'Rubik';
  font-style: normal;
  font-weight: 400;
  font-size: 17px;
  line-height: 24px;
  color: #000000 !important;
  margin: 0;
}

.hero-info strong {
  font-weight: 500;
  color: #000000 !important;
}

/* Tabs Navigation */
.tabs-navigation-section {
  background: white !important;
  border-bottom: 10px solid #ffffffec !important;
  position: sticky !important;
  top: 0 !important;
  z-index: 10 !important;
  padding-bottom: 24px !important;
}

.tabs-container {
  width: 100%;
  margin: 0 auto;
  padding: 16px 0 0 !important;
}

.tabs-container .flex {
  display: flex !important;
  gap: 24px !important;
  flex-wrap: wrap;
  justify-content: center;
}

.tab-item {
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  padding: 8px 24px !important;
  border-bottom: 2px solid transparent !important;
  background: none !important;
  border-left: none !important;
  border-right: none !important;
  border-top: none !important;
  cursor: pointer !important;
  transition: all 0.2s !important;
  font-family: 'Rubik' !important;
  font-style: normal !important;
  font-weight: 400 !important;
  font-size: 16px !important;
  line-height: 24px !important;
  text-align: center !important;
  color: #000000 !important;
  margin-right: 0 !important;
}

.tab-item.active {
  font-weight: 500 !important;
  color: #000000 !important;
  border-bottom-color: #254B86 !important;
}

.tab-item:hover {
  color: #000000 !important;
}

/* Main Content Layout */
.product-content-wrapper {
  max-width: 1366px;
  margin: 0 auto;
  padding: 0 60px;
}

.product-layout-wrapper {
  display: grid;
  grid-template-columns: 1fr 300px;
  gap: 24px;
  margin-top: 0;
}

/* Main Content Area */
.main-product-content {
  display: flex;
  flex-direction: column;
  gap: 32px;
  width: 866px;
  max-width: 100%;
}

/* Tab Content */
.tab-content-area {
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.tab-content {
  display: none;
}

.tab-content.active {
  display: block;
}

/* Section Styling - No borders */
.tab-content>div {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 24px 0 0;
  gap: 15px;
  border-top: none;
}

.tab-content>div:first-child {
  border-top: none;
  padding-top: 0;
}

/* Typography */
.tab-content h3 {
  font-family: 'Rubik';
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 28px;
  color: #212328;
  margin: 0;
  width: 100%;
}

.tab-content h4 {
  font-family: 'Rubik';
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  color: #676B80;
  margin: 0 0 8px 0;
}

.tab-content p {
  font-family: 'Rubik';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #212328;
  margin: 0;
}

/* Feature Lists */
.feature-section {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  padding: 0 0 8px;
  gap: 8px;
  width: 100%;
}

.feature-section h4 {
  width: 184px;
  flex-shrink: 0;
}

.feature-list-container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  flex: 1;
}

.feature-item {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 0;
  gap: 4px;
  width: 100%;
}

.feature-icon {
  width: 20px;
  height: 20px;
  background: #028329;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 12px;
  flex-shrink: 0;
}

.feature-item span:last-child {
  font-family: 'Rubik';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #141419;
  flex: 1;
}

/* Sidebar */
.right-info-panel {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 23px 33px;
  gap: 24px;
  width: 300px;
  background: #FFFFFF;
  border-radius: 24px;
  height: fit-content;
  position: relative;
  /* Removed sticky positioning - sidebar should scroll with content */
}

/* Sidebar Fields */
.sidebar-field {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 4px;
  width: 100%;
}

.sidebar-field label {
  font-family: 'Rubik';
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  color: #717385;
}

.sidebar-field .value {
  font-family: 'Rubik';
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  color: #00245B;
}

.sidebar-field .link {
  font-family: 'Rubik';
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  color: #3751FF;
  text-decoration: none;
}

/* Buttons */
.btn-primary {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 12px 16px;
  background: #3751FF;
  border-radius: 4px;
  border: none;
  cursor: pointer;
  font-family: 'Rubik';
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #FFFFFF;
  text-decoration: none;
  transition: background-color 0.2s;
}

.btn-primary:hover {
  background: #2940E6;
}

/* Related Products Section */
.related-products-section {
  padding: 48px 60px 60px;
  background: #CFD9E9;
  margin-top: 60px;
}

.related-products-section h3 {
  font-family: 'Rubik';
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 28px;
  color: #212328;
  margin: 0 0 24px 0;
}

/* Product Cards */
.product-card {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 0 0 16px;
  background: #FFFFFF;
  box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.12);
  border-radius: 6px;
  height: 239px;
}

.product-card-header {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 16px 24px 4px;
  width: 100%;
}

.product-card-avatar {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 10px;
  width: 100%;
  margin-bottom: 8px;
}

.product-card-avatar img {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  object-fit: cover;
}

.product-card-title {
  font-family: 'Rubik';
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #212328;
  margin: 0;
}

.product-card-vendor {
  font-family: 'Rubik';
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  color: #717385;
}

.product-card-vendor a {
  font-weight: 500;
  color: #3751FF;
  text-decoration: none;
}

.product-card-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 8px 24px 0;
  gap: 8px;
  width: 100%;
  flex: 1;
}

.product-card-description {
  font-family: 'Rubik';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #717385;
  flex: 1;
}

/* Responsive Design */
@media (max-width: 1200px) {
  .product-layout-wrapper {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .main-product-content {
    width: 100%;
  }

  .right-info-panel {
    width: 100%;
    position: static;
  }
}

@media (max-width: 768px) {
  .hero-content {
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
  }

  .hero-left {
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    min-width: auto;
  }

  .product-content-wrapper {
    padding: 0 20px;
  }

  .tabs-container .flex {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  .tab-item {
    white-space: nowrap;
    flex-shrink: 0;
  }

  .feature-section {
    flex-direction: column;
    gap: 12px;
  }

  .feature-section h4 {
    width: 100%;
  }
}

/* Video Player Styling */
.video-container {
  width: 100%;
  height: 486px;
  position: relative;
  background: url('exchange-bg.png'), #9EBFD0;
  border-radius: 8px;
  overflow: hidden;
}

.video-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
}

.video-title {
  position: absolute;
  left: 16px;
  right: 52px;
  top: 14px;
  font-family: 'Helvetica';
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 26px;
  color: #FFFFFF;
}

.video-play-button {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 68px;
  height: 48px;
  background: rgba(0, 0, 0, 0.25);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.video-play-button::after {
  content: '';
  width: 0;
  height: 0;
  border-left: 12px solid #EAEAEA;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  margin-left: 3px;
}

/ * Related Products - Force Single Row */ .related-products-section .exchange-grid {
  display: grid !important;
  grid-template-columns: repeat(4, 1fr) !important;
  gap: 24px !important;
  margin-top: 24px !important;
  max-width: 100% !important;
  overflow: hidden !important;
}

.related-products-section .exchange-product-card {
  width: 100% !important;
  max-width: none !important;
}

/* Back Button Styling */
.back-button:hover {
  color: #2940E6 !important;
  text-decoration: none !important;
}

.back-button svg {
  transition: transform 0.2s ease;
}

.back-button:hover svg {
  transform: translateX(-2px);
}

/* Responsive adjustments for related products */
@media (max-width: 1200px) {
  .related-products-section .exchange-grid {
    grid-template-columns: repeat(3, 1fr) !important;
  }
}

@media (max-width: 768px) {
  .related-products-section .exchange-grid {
    grid-template-columns: repeat(2, 1fr) !important;
  }
}

@media (max-width: 480px) {
  .related-products-section .exchange-grid {
    grid-template-columns: 1fr !important;
  }
}

/*
 Related Products Grid - EXACTLY 4 items in single row */
.related-products-grid {
  display: grid !important;
  grid-template-columns: repeat(4, 1fr) !important;
  gap: 24px !important;
  margin-top: 24px !important;
  max-width: 100% !important;
  overflow: hidden !important;
}

.related-products-grid .exchange-product-card {
  width: 100% !important;
  max-width: none !important;
  min-width: 0 !important;
  height: auto !important;
}

.related-products-grid .card-product-generic {
  width: 100% !important;
  max-width: none !important;
  height: 100% !important;
}

/* Responsive for related products grid */
@media (max-width: 1200px) {
  .related-products-grid {
    grid-template-columns: repeat(3, 1fr) !important;
  }
}

@media (max-width: 768px) {
  .related-products-grid {
    grid-template-columns: repeat(2, 1fr) !important;
  }
}

@media (max-width: 480px) {
  .related-products-grid {
    grid-template-columns: 1fr !important;
  }
}
/* Sti
cky Navigation System */
.product-sticky-navigation {
  position: -webkit-sticky;
  position: sticky;
  top: 80px;
  z-index: 1000;
  background: rgba(255, 255, 255, 0.5);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border-bottom: none;
  box-shadow: none;
  margin-bottom: 48px;
  width: 100%;
}

.product-sticky-navigation .nav-container {
  width: 100%;
  margin: 0 auto;
  padding: 0;
}

.product-sticky-navigation .nav-list {
  display: flex;
  gap: 32px;
  margin: 0;
  padding: 16px 0;
  list-style: none;
  justify-content: center;
  width: 100%;
}

.product-sticky-navigation .nav-item {
  flex-shrink: 0;
}

.product-sticky-navigation .nav-link {
  display: flex;
  align-items: center;
  padding: 8px 16px;
  font-family: 'Rubik', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #000000 !important;
  text-decoration: none;
  border-radius: 6px;
  transition: all 0.2s ease;
  white-space: nowrap;
  position: relative;
}

.product-sticky-navigation .nav-link:hover {
  color: #000000 !important;
  background-color: rgba(55, 81, 255, 0.05);
}

.product-sticky-navigation .nav-link.active {
  color: #000000 !important;
  font-weight: 500;
  background-color: rgba(55, 81, 255, 0.1);
}

/* Remove underline - just use background highlight */
.product-sticky-navigation .nav-link.active::after {
  display: none;
}

/* Focus styles for accessibility */
.product-sticky-navigation .nav-link:focus {
  outline: 2px solid #3751FF;
  outline-offset: 2px;
}

/* Smooth scrolling for the entire page */
html {
  scroll-behavior: smooth;
}

/* Respect reduced motion preferences */
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  
  .product-sticky-navigation .nav-link {
    transition: none;
  }
}

/* Section spacing adjustments for navigation */
.product-section {
  scroll-margin-top: 160px; /* Account for header + sticky navigation */
  padding-top: 16px;
  padding-bottom: 16px;
}

.product-section:first-child {
  scroll-margin-top: 120px;
}

/* Responsive design for sticky navigation */
@media (max-width: 1200px) {
  .product-sticky-navigation .nav-container {
    padding: 0 40px;
  }
}

@media (max-width: 768px) {
  .product-sticky-navigation .nav-container {
    padding: 0 20px;
  }
  
  .product-sticky-navigation .nav-list {
    gap: 16px;
    padding: 12px 0;
  }
  
  .product-sticky-navigation .nav-link {
    padding: 6px 12px;
    font-size: 13px;
  }
  
  .product-section {
    scroll-margin-top: 120px;
    padding-top: 12px;
    padding-bottom: 12px;
  }
}

@media (max-width: 480px) {
  .product-sticky-navigation .nav-list {
    gap: 12px;
  }
  
  .product-sticky-navigation .nav-link {
    padding: 4px 8px;
    font-size: 12px;
  }
}

/* Enhanced section visibility and spacing */
.product-content-sections {
  position: relative;
}

.product-section h3 {
  position: relative;
  scroll-margin-top: 140px;
}

/* Loading state for navigation */
.product-sticky-navigation.loading {
  opacity: 0.7;
  pointer-events: none;
}

/* Animation for active state changes */
.product-sticky-navigation .nav-link.active {
  animation: activeNavItem 0.3s ease-out;
}

@keyframes activeNavItem {
  0% {
    background-color: rgba(55, 81, 255, 0.05);
  }
  50% {
    background-color: rgba(55, 81, 255, 0.15);
  }
  100% {
    background-color: rgba(55, 81, 255, 0.1);
  }
}

/* Ensure navigation doesn't interfere with existing layout */
.product-content-wrapper {
  position: relative;
}

/* High contrast mode support */
@media (prefers-contrast: high) {
  .product-sticky-navigation {
    border-bottom: 2px solid #000;
  }
  
  .product-sticky-navigation .nav-link.active {
    background-color: #000;
    color: #fff;
  }
  
  .product-sticky-navigation .nav-link.active::after {
    background-color: #fff;
  }
}/* Acc
essibility Enhancements */

/* Skip Navigation */
.skip-navigation {
  position: absolute;
  top: -40px;
  left: 6px;
  background: #3751FF;
  color: white;
  padding: 8px 16px;
  text-decoration: none;
  border-radius: 4px;
  font-weight: 500;
  z-index: 1000;
  transition: top 0.3s ease;
}

.skip-navigation:focus {
  top: 6px;
  outline: 2px solid #fff;
  outline-offset: 2px;
}

/* Enhanced focus styles for navigation */
.product-sticky-navigation .nav-link:focus-visible {
  outline: 2px solid #3751FF;
  outline-offset: 2px;
  background-color: rgba(55, 81, 255, 0.1);
}

/* Section focus styles */
.product-section:focus {
  outline: 2px solid #3751FF;
  outline-offset: 4px;
}

/* Keyboard navigation hints */
.keyboard-navigation-hint {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background: rgba(0, 0, 0, 0.8);
  color: white;
  padding: 12px 16px;
  border-radius: 8px;
  font-size: 12px;
  z-index: 1000;
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.3s ease;
  pointer-events: none;
}

.keyboard-navigation-hint.show {
  opacity: 1;
  transform: translateY(0);
}

.keyboard-navigation-hint kbd {
  background: rgba(255, 255, 255, 0.2);
  padding: 2px 6px;
  border-radius: 3px;
  font-family: monospace;
  font-size: 11px;
}

/* High contrast mode improvements */
@media (prefers-contrast: high) {
  .product-sticky-navigation .nav-link:focus {
    outline: 3px solid #000;
    background-color: #fff;
    color: #000;
  }
  
  .skip-navigation {
    background: #000;
    color: #fff;
    border: 2px solid #fff;
  }
  
  .product-section:focus {
    outline: 3px solid #000;
  }
}

/* Reduced motion preferences */
@media (prefers-reduced-motion: reduce) {
  .skip-navigation {
    transition: none;
  }
  
  .keyboard-navigation-hint {
    transition: none;
  }
  
  .product-sticky-navigation .nav-link {
    transition: none;
  }
}

/* Screen reader only content */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

/* Focus management for sections */
.product-section[tabindex="-1"]:focus {
  outline: none;
}

.product-section[tabindex="-1"]:focus-visible {
  outline: 2px solid #3751FF;
  outline-offset: 4px;
}/
* Performance Optimizations */

/* GPU acceleration for smooth scrolling */
.product-sticky-navigation {
  will-change: transform;
  transform: translateZ(0);
}

.product-section {
  contain: layout style;
}

/* Optimize animations */
.product-sticky-navigation .nav-link {
  will-change: background-color, color;
}

.product-sticky-navigation .nav-link.active {
  will-change: auto;
}

/* Optimize scroll performance */
.product-content-sections {
  contain: layout;
}

/* Reduce paint operations */
.product-sticky-navigation .nav-link::after {
  will-change: transform, opacity;
}

/* Critical CSS for above-the-fold content */
.product-sticky-navigation {
  content-visibility: auto;
  contain-intrinsic-size: 0 60px;
}

.product-section {
  content-visibility: auto;
  contain-intrinsic-size: 0 200px;
}

/* Optimize for mobile performance */
@media (max-width: 768px) {
  .product-sticky-navigation {
    contain: strict;
  }
  
  .product-section {
    contain: layout style paint;
  }
}

/* Preload critical fonts */
@font-face {
  font-family: 'Rubik';
  font-display: swap;
}

/* Optimize image loading in sections */
.product-section img {
  content-visibility: auto;
  contain-intrinsic-size: 300px 200px;
}

/* Performance monitoring styles */
.performance-indicator {
  position: fixed;
  top: 10px;
  right: 10px;
  background: rgba(0, 0, 0, 0.7);
  color: white;
  padding: 4px 8px;
  border-radius: 4px;
  font-size: 10px;
  z-index: 9999;
  display: none;
}

.performance-indicator.show {
  display: block;
}

/* Optimize for reduced motion */
@media (prefers-reduced-motion: reduce) {
  * {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
  
  .product-sticky-navigation .nav-link {
    will-change: auto;
  }
}/
/* Force minimal spacing overrides */
.product-content-sections {
  gap: 28px !important; /* 1 row spacing between sections */
  margin-top: 48px !important;
  padding-top: 0 !important;
  margin-bottom: 0 !important;
}

.product-section {
  margin: 0 !important;
  padding: 0 !important;
}

.product-section:first-child {
  padding-top: 0 !important;
  margin-top: 0 !important;
}

.product-section .section-content {
  margin: 0 !important;
  padding: 0 !important;
}

.product-section h3,
.section-content h3 {
  margin: 0 !important;
  padding: 0 !important;
  margin-bottom: 4px !important;
}

.product-layout-wrapper {
  margin-top: 0 !important;
  gap: 24px !important;
}

.product-content-wrapper {
  padding-top: 0 !important;
  position: relative !important;
}

.product-content-wrapper .container {
  padding-top: 0 !important;
  margin-top: 0 !important;
  position: relative !important;
}

.main-product-content {
  margin-top: 0 !important;
  padding-top: 0 !important;
  position: relative !important;
}

/* Sidebar positioning - non-sticky, scrolls with content */
.right-info-panel {
  position: relative !important;
  top: auto !important;
  margin-top: 0 !important;
}

/* Ensure sticky navigation appears */
.product-sticky-navigation {
  position: -webkit-sticky !important;
  position: sticky !important;
  top: 0 !important;
  z-index: 1000 !important;
  background: white !important;
  border-bottom: 1px solid #CFD9E9 !important;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1) !important;
  margin-top: 12px !important;
  margin-bottom: 24px !important;
  width: 100% !important;
  left: 0 !important;
  right: 0 !important;
}

/* Debug styles to make navigation visible */
.product-sticky-navigation {
  border: 2px solid red !important; /* Temporary debug border */
}

.product-sticky-navigation .nav-list {
  background: #f0f0f0 !important; /* Temporary debug background */
}/* 
Additional sticky navigation fixes */
html, body {
  overflow-x: visible !important;
}

.product-content-wrapper,
.container,
.product-layout-wrapper,
.main-product-content {
  overflow: visible !important;
  transform: none !important;
}

/* Ensure sticky works on all browsers */
.product-sticky-navigation {
  position: -webkit-sticky !important;
  position: -moz-sticky !important;
  position: -ms-sticky !important;
  position: -o-sticky !important;
  position: sticky !important;
  top: 80px !important; /* Stop below header */
  z-index: 9999 !important;
  background: rgba(255, 255, 255, 0.5) !important;
  backdrop-filter: blur(10px) !important;
  -webkit-backdrop-filter: blur(10px) !important;
  border-bottom: none !important;
  box-shadow: none !important;
}

/* Remove debug styles and finalize */
.product-sticky-navigation {
  border: none !important; /* Remove debug red border */
}

.product-sticky-navigation .nav-list {
  background: transparent !important; /* Remove debug gray background */
}