/* Remove the right border from the left sidebar */
  .fern-scroll-area.flex-1 {
    border-right: none !important;
  }
  
  nav:has(.fern-scroll-area.flex-1) {
    border-right: none !important;
  }
  
  [data-radix-scroll-area-viewport] {
    border-right: none !important;
  }
  
  /* Remove borders from any parent containers */
  aside:first-of-type,
  nav:first-of-type {
    border-right: none !important;
  }
  
  /* Remove borders from pseudo-elements */
  .fern-scroll-area.flex-1::before,
  .fern-scroll-area.flex-1::after,
  nav:has(.fern-scroll-area.flex-1)::before,
  nav:has(.fern-scroll-area.flex-1)::after {
    display: none !important;
    border: none !important;
  }
  {
  .fern-product-selector {
    display: none !important;
  }
  }