#fw-section-custom-html-0ebd6186-25a5-42aa-85fc-26542cddc065 {

/* Container for the options */
.color-options-container {
  display: flex;
  gap: 5px;
  margin-top: 10px;
}

/* The actual color blocks */
.win95-color-swatch {
  width: 20px;
  height: 20px;
  border-radius: 0; /* Ensures absolute square corners */
  
  /* Sunken inset border effect */
  border-top: 2px solid var(--win-dark-gray);
  border-left: 2px solid var(--win-dark-gray);
  border-right: 2px solid var(--win-white);
  border-bottom: 2px solid var(--win-white);
  
  cursor: pointer;
}

/* Optional: Make it look 'pushed in' or highlighted when selected */
.win95-color-swatch.selected {
  outline: 1px dotted var(--win-black);
  outline-offset: -4px;
}
}

































#fw-section-custom-html-496f3946-d5b5-41fe-833f-01df2fb27695 {

#fw-section-product-recommendations-product-default,
.product-recommendations,
section[data-testid="main.single.section"].product-recommendations {
  display: none !important;
  visibility: hidden !important;
  height: 0 !important;
  overflow: hidden !important;
}
}