  .group h2 {font-size: 20px}
  .group-title {background-color: #ff6c0e; border-radius: 15px}
  .group-title img {width: 20px}
  .group:last-child {margin-bottom: 0}
  .group-products {width: 100%}
  .group-icon {
    width: 140px;
    background: #000;
    color: white;
    border-radius: 15px;
    padding: 13px;
    display: flex;
    align-items: center;
    margin-bottom: 0;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    }
  
  .group-icon h2 {color: #ffffff; font-size: 14px; margin-top: 10px}
  
  .factor-btn {
    display: flex;
    justify-content: center;
    align-items: center;
background-color: #f06c00;
border-radius: 50px;
width: 60px;
height: 60px;
}
  
  a:hover .factor-btn {
    background-color: #666666;
    }
  .factor-group a:hover {
    text-decoration:none;
    color: #666666;
    }
  
  .factor-group .scroll-container .col {
    max-width: 150px;
    }
  
  .bullet ul {list-style: disc;
    padding-left: 20px;}
  .play-btn span {line-height: initial;height: initial; margi-left: 15px; font-size: 18px}
  .modal-dialog {flex-direction: column}
  .modal .close {position: relative;
    margin-left: auto;cursor: pointer}
  .warning {
    max-width: 600px;
    margin: 0 auto;
    }
  
  #sortOptions select {font-size: 14px}
  .background-grey {
    background-color: #f3f3f3;
    }
  .background-grey > .container-lg {
    padding-left: 15px;
    padding-right: 0;
    }
  
  .no-scroll {
    overflow: hidden; /* Prevents scrolling */
}

  #updatePanel {width: 100%}

  #updatePanel ~ div {
    flex: 0 0 100%;
    max-width: 100%;
    }
  
@media (max-width: 575px) {
    .item {
        padding: 0!important;
    }
}
  
  .smd img.product-img {max-width: 100%!important; width: 150px;}
  .item {margin-bottom: 0}
  .item:hover {box-shadow: 0px 0px 16px 0 rgba(0, 0, 0, 0.15); border-radius: 15px}
  
/* Show overlay when panel is active */
.bg-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
    z-index: 999;
}

.bg-overlay.active {
    opacity: 1;
    visibility: visible;
}
  
#close-button {
    margin-left: auto;
    position: absolute;
    right: 10px;
    top: 10px;
    background-color: #ffffff;
    }
 
  @media (min-width: 992px) {
    #close-button {
      display: none;
      }
    }
  
  .thumbnail-img {
  position: relative;
  display: inline-block;
  overflow: hidden;
}
  
  .g-1 {
  gap: 2.5rem !important; /* 4px assuming base font size is 16px */
}
    
  #sortOptions {
    position: absolute;
    top: 0;
    right: 15px;}
  
  @media (min-width: 576px) {
    .smd img {
      max-width: initial;
      }
    }
    
  @media (min-width: 992px) {
      #sortOptions {
    position: relative;
    top: initial;
    right: initial;}
    }
  
  @media (min-width: 1400px) {
    .col-xxl-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
}

.thumbnail-img::before {
  content: ""; 
    display: block;
    width: 60px;
    height: 60px;
    background-color: #f06c00;
background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3Csvg version='1.1' id='Layer_1' xmlns:v='https://vecta.io/nano' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 18 18' style='enable-background:new 0 0 18 18;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:%23FFFFFF;%7D%0A%3C/style%3E%3Cpath class='st0' d='M13.1,11.5c2-2.8,1.8-6.8-0.7-9.3C9.6-0.6,5-0.6,2.2,2.2s-2.8,7.4,0,10.2c2.5,2.5,6.5,2.8,9.3,0.7l4.6,4.6 c0.4,0.4,1.2,0.4,1.6,0l0,0c0.4-0.4,0.4-1.2,0-1.6C17.7,16.1,13.1,11.5,13.1,11.5z M3.2,11.3C1,9,1,5.4,3.2,3.2S9,1,11.3,3.2 s2.2,5.9,0,8.1C9,13.5,5.5,13.5,3.2,11.3z'/%3E%3C/svg%3E%0A");
background-repeat: no-repeat no-repeat;
background-position: center center;
background-size: 30px 30px;
  position: absolute;
    border-radius: 80px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: opacity 0.3s ease;
  pointer-events: none; /* Makes sure it doesn't interfere with clicking */
  
}

.thumbnail-img:hover::before {
  opacity: 1;
   
}
  
  .filter-left {
    background-color: #ffffff;
    box-shadow: 3px 2px 5px 0px rgba(0,0,0,0.1);
-webkit-box-shadow: 3px 2px 5px 0px rgba(0,0,0,0.1);
-moz-box-shadow: 3px 2px 5px 0px rgba(0,0,0,0.1);
    width: 300px;
      position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  transform: translateX(-100%); /* Hide the panel off-screen initially */
  transition: transform 0.3s ease;
  z-index: 1011; /* Make sure the panel is above other content */
    }
  
  /* When the screen is larger than 767px, the panel stays in place */
@media (min-width: 992px) {
  .filter-left {
    transform: translateX(0);
      position: sticky;
      overflow: auto;
      z-index: 1;
  }
}

/* Add a class to slide the panel into view */
.filter-left.active {
  transform: translateX(0);
    overflow-y: auto;
}
  
    select.form-control {border-radius: 50px}
  
  /* Button styles */
#toggle-button {
    position: sticky;
    top: 50%;
    left: 0;
    z-index: 1001;
    background-color: #f06c00;
    border-radius: 0 30px 30px 0;
    color: #ffffff;
    font-weight: bold;
    text-decoration: none;
    padding: 12px 16px 12px 8px;
    height: 60px;
    margin-left: -30px;
    margin-top: -10px;
}
  
  #toggle-button.sticky {
  position: fixed; /* Switches to fixed position */
  top: 20px; /* Stays fixed 20px from the top */
  left: 20px;
  opacity: 1; /* Fully opaque when fixed */
}
  
  @media (min-width: 992px) {
    #toggle-button {
      display: none;
      }
    }
  
  
  .option-list li {
    margin-bottom: 8px;
    align-items: center;
    display: flex;
    }
  
  .sticky-top {
  position: -webkit-sticky; /* For Safari */
  position: sticky;
  top: 0;
  z-index: 1020; /* Ensures it sits above other content */
}
  
  .compare-banner .sm-btn {
    transition: background-color 0.3s ease;
    animation: pulse 2s infinite;
    }
  
  @keyframes pulse {
  0% {
    transform: scale(1);
    box-shadow: 0 0 0 0 rgba(255, 102, 0, 0.7);
  }
  50% {
    transform: scale(1.05);
    box-shadow: 0 0 20px 10px rgba(255, 102, 0, 0);
  }
  100% {
    transform: scale(1);
    box-shadow: 0 0 0 0 rgba(255, 102, 0, 0);
  }
}
  .value {display: none}
  #compare .scroll-container>ul {display: flex; justify-content: space-between; align-items: center; gap: 0; font-size: 14px}
  #compare li {max-width: 300px; flex-shrink: 0; text-align:center}
  
  #compare .name {height:40px; font-weight: bold; color: #242a34;}
  #compare .image {height:210px; padding: 0}
  #compare .desc {height: 100px;text-wrap: wrap}
  #compare .rating {height: 60px;flex-direction: column;}
  #compare .base {height: 100px}
  #compare .insert {height: 100px}
  #compare .cover {height: 100px}
  #compare .accessories {height: 100px}
  #compare .measurement {height: 30px}
  #compare .ledger {
    text-wrap:nowrap; 
    -webkit-box-shadow: 10px 0px 5px -4px rgba(0,0,0,0.15);
    -moz-box-shadow: 10px 0px 5px -4px rgba(0,0,0,0.15);
    box-shadow: 10px 0px 5px -4px rgba(0,0,0,0.15);
    font-weight: bold;
    color: #242a34;
    text-align: right;
    background-color: #f1f1f1;
    z-index: 10;
    position: relative;
    font-size: 13px;
    text-transform: uppercase;
    max-width: 200px;
  }
  #compare .ledger div {display: flex; align-items: center; justify-content: end; flex-direction: row;}
  #compare .scroll-container li > div {border-bottom: solid 1px #e3e3e3; display: flex; align-items: center;justify-content: space-around; padding: 0 20px;text-wrap: wrap;}
  #compare .scroll-container li > div:last-child {border-bottom: none}
  #compare .ledger div, #compare .scroll-container li > div {padding-top: 10px; padding-bottom: 10px}
  #compare .scroll-container .name {border-right: solid 1px #ffffff; background-color: #e3e3e3}
  #compare .scroll-container li > div .circle-container {margin-bottom: 5px}
  .option-list img {margin-left:5px}
  
  .option-list label {
    display: flex;
    align-items: center;
    margin-bottom: 0
  }
  
  .sm-btn.cta {border-radius:30px; font-size: 12px}
  
input[type=radio] {
      appearance: none;
  -webkit-appearance: none;
  border-radius: 50%;
  background: #fff;
  border: 3px solid #FFF;
    width: 18px;
    height: 18px;
    position: relative;
margin-right: 10px;
  /* The outline will be the outer circle */
  outline: 1px solid #999;
}  
  
  input[type=checkbox] {
      appearance: none;
  -webkit-appearance: none;
  border-radius: 50%;
  background: #fff;
  border: 0;
    width: 20px;
    height: 20px;
    position: relative;
margin-right: 7px;
  /* The outline will be the outer circle */
  outline: 1px solid #999;
}  
  
  label {cursor: pointer}
  
  .btn.btn-sunrise {
    background-color: #545454;
    border-color: #545454;
    border-radius: 50px;
    padding: 10px 18px;
    font-weight: bold;
    color: #ffffff;
    }
  
  .btn.btn-sunrise:hover {
    background-color:#727272;
    border-color:#727272;
    }
  
  
  @media (min-width: 576px) {
  .smd > div:hover {
    border-radius: 20px;
box-shadow: 0px 0px 5px 3px rgba(0,0,0,0.1);
-webkit-box-shadow: 0px 0px 5px 3px rgba(0,0,0,0.1);
-moz-box-shadow: 0px 0px 5px 3px rgba(0,0,0,0.1);
      overflow: hidden;
  }
    }
  
  input[type=checkbox]:checked {
  outline: 1px solid #f06c00;
    background-color: #f06c00;
  background-image: url('/getmedia/dde1915c-64ad-45f0-b1b4-2e331c99662e/icon-check-white.svg');
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 12px 12px;
  }
  input[type=radio]:checked {
  outline: 1px solid #f06c00;
    background: #f06c00;
    }
  
 .greyed-out {
            opacity: 0.2;
        }
        .greyed-out a {
            pointer-events: none;
        }
   .circle-container {
            display: flex;
            align-items: center;
        }
        .circle {
            width: 14px;
            height: 14px;
            border-radius: 50%;
            margin-right: 2px;
        }
        .orange {
            background-color: orange;
        }
        .grey {
            background-color: #e3e3e3;
        }
  
.scroll-container {
    overflow-x: auto;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch; /* Enables smooth scrolling on iOS devices */
    scrollbar-width: thin; /* For Firefox */
    scrollbar-color: #888 #f1f1f1; /* Scrollbar thumb and track color for Firefox */
}
  
  .scroll-container>.row {margin:0}

  .scroll-container .col:first-child {padding-left: 0}
   .scroll-container .col:last-child {padding-right: 0}
  
.scroll-container .col {
    display: inline-block;
    vertical-align: top;
    white-space: normal; /* Keep the contents within the column wrapping */
    max-width: 300px;
    flex: 0 0 auto;
}

/* Custom scrollbar for WebKit browsers (Chrome, Safari) */
.scroll-container::-webkit-scrollbar {
    height: 8px; /* Height of horizontal scrollbar */
}

.scroll-container::-webkit-scrollbar-thumb {
    background-color: #888; /* Color of the scrollbar thumb */
    border-radius: 10px; /* Rounded corners for the thumb */
}

.scroll-container::-webkit-scrollbar-track {
    background-color: #f1f1f1; /* Color of the scrollbar track */
}

/* Hide the scrollbar arrows in WebKit browsers */
.scroll-container::-webkit-scrollbar-button {
    display: none; /* Hide the up/down or left/right buttons */
}

/* Optional: Hover effect for the scrollbar thumb */
.scroll-container::-webkit-scrollbar-thumb:hover {
    background-color: #555; /* Darker thumb on hover */
}

/* Custom scrollbar styling for Firefox */
.scroll-container {
    scrollbar-width: thin; /* Makes the scrollbar thinner */
    scrollbar-color: #888 #f1f1f1; /* Colors for thumb and track */
}

/* Inactive filter style */
.inactive-filter {
    opacity: 0.5; /* Make the div look faded */
    pointer-events: none; /* Disable all interaction with the elements inside */
    cursor: not-allowed; /* Change cursor to indicate it's inactive */
    transition: opacity 0.3s ease; /* Smooth transition when fading */
}

  .circle-number {
    background-color: orange; /* Circle background color */
    color: #000000; /* Text color */
    border-radius: 50%; /* Makes the element a circle */
    width: 35px; /* Circle width */
    height: 35px; /* Circle height */
    line-height: 35px; /* Centers the text vertically */
    text-align: center; /* Centers the text horizontally */
    font-weight: bold; /* Makes the number bold */
    font-size: 16px; /* Size of the number */
    font-family: Arial, sans-serif; /* Font family */
    position: absolute;
}
  
  .inactive-filter .circle-number {
    background-color: #d3d3d3;   
    }
  
#compare .three-lines {height: 100px}
#compare .two-lines {height: 60px}

.item a {
    display: block;
    border-radius: 10px;
  }
  
  .item a:hover {
    text-decoration: none;
    }
  
  .item { padding: 10px 10px !important}
  
  .category-group {
        border: solid 1px #f0f0f0;
        border-radius: 10px;
    padding: 8px;
    }

  #category-container {width: 85%}
  #category-container>* {width: 20%}
  #category-container>.double {width: 40%!important}
  #category-container>.double .item {width: 47%;}
  
  .category-heading {
    background-color: #f0f0f0;
    border-radius: 8px;
    padding: 6px 10px;
    width: 100%;
    }
  
  .category-heading img { height: 60px; width: auto; padding: 8px 0; }
  
  .category-heading h2 {
    font-size: 16px;
    margin-bottom: 0;
    }
  
  .compare {
    background-color: #ffffff;
    padding: 5px 13px 5px 10px;
    border-radius: 20px;
    font-size: 13px;
    color: #000000;
    border: 1px solid #999;
  }
  
  #filters {width: 220px; margin-right: 40px;}
  #filters .form-check-inline {display: block!important;margin-bottom: 5px;}
  
  /* visually distinguish the chosen radio’s label (optional) */
.form-check-input:checked + .form-check-label {
  font-weight: 600;
  text-decoration: underline;
}
.metric-value { font-size: .9rem; margin-top: .25rem; }
  .item p {text-align: center; margin-bottom: 10px}
  
.item-responsive {
    flex-direction: row;
    display: flex;
    align-items: center;
}
      .item .col-list {
  align-items: start;
    text-align: left;
    }
  
    picture img {width: 140px}
  
  .group-list {flex-wrap: wrap;}
  .item {width: 100%}
      .item .item-card {
        border-bottom: none;
        padding-bottom: 0;
    }
  
      .vimeo-wrapper iframe {
    padding: 20px 0 20px 0;
}
  
@media (min-width: 768px) {
  .vimeo-wrapper iframe {
    padding: 70px 0 20px 0;
  }
}
  
 
@media (min-width: 568px) {
        .item-responsive {
    flex-direction: column;
}
      .item {
    width: 50%;
}
     .item .col-list {
  align-items: center;
      text-align: center;
    }
      }
 
  @media (min-width: 768px) {
     .item {
    width: 33.3%;
  }
}
  
    @media (min-width: 992px) {
     .item {
    width: 25%;
  }
}
  
@media (min-width: 1200px) {
  .item-responsive {
    flex-direction: row;
}
    .item .col-list {
  align-items: start;
      text-align: left;
    }
    .group-list {flex-wrap: wrap;}
    
   
      picture img {width: 300px}
    .group-title img {width: 40px}
}  

.bg-black-gradient {
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,0.65+100 */
background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.45) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.45) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.45) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 ); /* IE6-9 */
}
span.icon-play-media {background-color: #ff6c0e!important}
  
.vimeo-wrapper iframe {
    width: 100vw;
    height: 80vh;
     min-height: initial;
    min-width: initial;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
}
