/** Shopify CDN: Minification failed

Line 27:15 Expected ":"
Line 27:16 Expected identifier but found ":"

**/


/* CSS from section stylesheet tags */
.ba-container{
    margin-bottom:50px;
  }
  .ba-container .section-spacing{
    margin:0;
  }
  .ba-container{
    display:flex;
    gap:20px;
  }
  .before-after-image{
    flex:2 1 66.6%;
  }
  .other-images--container{
    flex:1 2 33.3%;
    display:flex;
    flex-direction:column;
    align-items;:space-between;
    gap:20px;
  }
  
  .ba_image_1,.ba_image_2{
    width:100%;
    height:auto;
  }

  @media(min-width:1024px){
    .ba-container .before-after-image--image.desktop-height-image,.before-after-image--media{
      aspect-ratio:auto;
      height:100%;
    }
  }
  
  @media(max-width:1023px){
    .ba-container{
      max-width:none;
      flex-wrap:wrap;
    }
    .ba-container .before-after-image--image.desktop-height-image{
      aspect-ratio:1;
    }
  }
.spectrum-section{
  display: flex;
  flex-direction:column;
}
  
.spectrum-illustration{
  height: 100px;
  width: 100%;
  background:#1c5d95; /* Changed from #000 to light blue */
  position: relative;
  overflow: hidden;
  border-bottom: 1px solid #ddd; /* Lighter border */
  display: flex;
  align-items: center;
  justify-content: center;
}
  
.white-beam {
  position: absolute;
  top: 50%;
  left: 0;
  width: 35%;
  transform: translateY(-50%);
  height: 3px;
  background: #ffefd5; /* Warm light beam */
  box-shadow: 0 0 8px 8px rgba(255, 239, 213, 0.8); /* Softer glow */
  z-index: 1;
}

.prism {
  position: absolute;
  top: 50%;
  left: 30%;
  transform: translateY(-50%);
  width: 15%;
  min-width: 50px;
  padding-bottom: 15%;
  background: rgba(255,255,255,0.9);
  clip-path: polygon(50% 0, 100% 100%, 0 100%);
  z-index: 2;
  box-shadow: 0 0 15px rgba(255,255,255,0.5);
}

.prism:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(205,232,255,0.8); /* Light blue background */
  border-radius: 15%;
  clip-path: polygon(50% 5%, 98% 98%, 2% 98%);
  filter: blur(1px);
  z-index: 3;
}

.spectrum {
  position: absolute;
  top: 50%;
  left: 35%;
  width: 100%;
  height: 12%;
  transform: translateY(-60%) skewY(8deg) rotate(-2deg);
  background: linear-gradient(to bottom,
    rgba(255, 0, 0, 0.7) 0%,    /* Lighter red */
    rgba(255, 85, 0, 0.7) 14.3%, /* Lighter orange-red */
    rgba(255, 255, 0, 0.7) 28.6%, /* Lighter yellow */
    rgba(0, 255, 0, 0.7) 42.9%, /* Lighter green */
    rgba(0, 255, 255, 0.7) 57.2%, /* Lighter cyan */
    rgba(0, 0, 255, 0.7) 71.5%, /* Lighter blue */
    rgba(139, 0, 255, 0.7) 85.8%, /* Lighter purple */
    rgba(139, 0, 255, 0.7) 100% /* Lighter purple */
  );
  transform-origin: left center;
  box-shadow: 0 0 20px 5px rgba(255, 255, 255, 0.5); /* Softer glow */
  z-index: 1;
}

.spectrum-container {
  width: 92vw;
  margin: 0 auto;
  box-sizing: border-box;
  border: solid 1px #ddd; /* Lighter border */
  background-color: #fcfcfc; /* Very light background */
}

.spectrum-text{
  width: 100%;
  display: flex;
}

.sp-subtext{
  text-align: center;
  color: #555; /* Darker text for better contrast */
  padding: 10px 0;
  border: solid 1px #ddd; /* Lighter border */
  background: #f7f7f7; /* Very light gray background */
  font-weight: 700;
  font-size: 15px;
  line-height: 3;
}

.sp-subtext:nth-child(2){
  line-height: 1.5;
}
  
.spectrum-display {
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  border: solid 1px #ddd; /* Lighter border */
  background-color: #f7f7f7; /* Light background */
}

.spectrum-bar {
  height: 100%;
  width: 50%;
  background: linear-gradient(to right, 
    rgba(75, 0, 130, 0.7) 0%,    /* Lighter UVB - deep purple */
    rgba(138, 43, 226, 0.7) 10%,   /* Lighter UVA - purple */
    rgba(0, 255, 255, 0.7) 20%,   /* Lighter Cyan */
    rgba(0, 255, 0, 0.7) 30%,   /* Lighter Green */
    rgba(255, 255, 0, 0.7) 40%,   /* Lighter Yellow */
    rgba(255, 165, 0, 0.7) 50%,   /* Lighter Orange */
    rgba(255, 0, 0, 0.7) 65%,   /* Lighter Red */
    rgba(128, 0, 0, 0.7) 100%   /* Lighter Dark red for IR */
  );
  border-radius: 0;
  position: relative;
  overflow: visible;
  border: 1px solid #ddd; /* Lighter border */
}

.spectrum-card_header {
  background-color: #e6f2ff; /* Light blue background */
  color: #333; /* Darker text color for contrast */
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  width: 100%;
}

.spectrum-label {
  text-align: center;
  font-size: clamp(10px, 2vw, 14px);
  font-weight: bold;
  border: solid 1px #ddd; /* Lighter border */
  padding: 10px 0;
}

.wavelength-label {
  font-size: clamp(8px, 1.5vw, 10px);
  color: #666; /* Lighter text color */
  display: block;
  margin-top: 3px;
}

.percentages {
  position: absolute;
  display: flex;
  justify-content: space-between;
  top: 25%;
  left: 45%;
  color: rgb(255, 255, 255); /* Dark text for contrast */
  font-weight: bold;
  font-size: clamp(16px, 3vw, 20px);
  z-index: 3;
}

.waveCanvas {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}

.side-box {
  width: 25%;
  height: 100%;
  background-color: #5684ab; /* Light blue background */
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.left-triangle {
  width: 20px;
  height: 40px;
  background: rgba(75, 0, 130, 0.7); /* Lighter purple */
  position: absolute;
  right: 5px;
  clip-path: polygon(0 50%, 100% 0, 100% 100%);
}

.right-triangle {
  width: 20px;
  height: 40px;
  background: rgba(128, 0, 0, 0.7); /* Lighter dark red */
  position: absolute;
  left: 5px;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
}

.side-text {
  color: white; /* Darker text for contrast */
  font-weight: bold;
  font-size: clamp(12px, 2vw, 16px);
  position: absolute;
  width: 100%;
  text-align: center;
  bottom: 15px;
}

.spectrum-images{
  display: flex;
}

.spectrum-image{
  height:100%;
  width: 100%;
  object-fit: cover;
}

/* Only necessary media query for larger screens */
@media screen and (min-width: 769px) {
  .spectrum-illustration {
    height: 120px;
  }
  
  .spectrum-display {
    height: 80px;
  }
  
  .left-triangle, .right-triangle {
    height: 100%;
  }
  
  .side-text {
    bottom: auto;
  }
  
  .sp-subtext {
    line-height:1;
  }
}

@media screen and (min-width:1024px){
  .spectrum-container{
    max-width: 500px;
  }

  .spectrum-section{
    flex-direction:row;
  }
}