/** Shopify CDN: Minification failed

Line 1047:0 Unexpected "}"

**/

.product .pxFormGenerator{
  display:none;
}
.header .main-nav__item{
    font-size:14px;
    padding-bottom: 13.500px;
     /* font-weight:600; */
}
.header .main-nav__item svg{
  width:15px; 
  height:15px;
}
.header .child-nav__item{
      font-size:14px;
    padding-bottom: 13.500px;
     font-weight:500 !important;
}

.unbeatable_lighting_offers,
.design_list{
    font-weight:600;
    color:#f0bc19;
}
.header .Primary{
    height:auto !important;
}
/* .f_collection_home .slider__item {
    border: 1px solid #f1f0f0;
    padding: 10px;
     box-shadow: 0 0 15px rgba(0, 0, 0, 0.12),
                0 0 30px rgba(0, 0, 0, 0.08); 
                
 } */ 

 /* ///////////////////////////////////// */

 .collection-banner__content .rte p br{
  display:none;
 }
 .collection-banner__content .rte p{
      text-align: justify;
 }
 
    
     .my-mega-menu-container {
  display: flex;
  gap: 20px;
  align-items: flex-start;
  /* allow wrapping for smaller screens */
  flex-wrap: wrap;
}

.my-mega-menu-container > ul.child-nav {
  flex: 1 1 60%;
  min-width: 250px; /* prevents it from shrinking too small */
  margin: 0;
  padding: 0;
  list-style: none;
}

.my-mega-menu-images {
  display: flex;
  flex: 1 1 35%;
  gap: 12px;
  justify-content: flex-end;
  flex-wrap: nowrap;
}

.my-mega-menu-image {
  width: 216px; 
  height: 270px;
  object-fit: cover;
  border-radius: 4px; 
  display: block;
}
/* .main-nav__item{
    padding:10px 0 10px 7px !important;
} */
.my-mega-menu-container ul li a{
     padding:10px 0 10px 7px !important;

}
.LED_strip_light_driver .child-nav{
    column-count:2;
}

.my-mega-menu-container .child-nav {
    column-count:2;
}
.LED_strip_light_controller .child-nav{
    column-count:1;
}
.smart_lighting .child-nav{
    column-count:1;
}

.group {
  position: relative;
}
.container {
    width: 100%;
    max-width: 100%;
}

.container_main{
    width:100%;
    max-width:90%;
    margin:0 auto;
    padding:0 64px !important;
}
.contact_returns-warranties{
    width:100%;
    max-width:90%;
    margin:0 auto;
    padding:0 64px !important;
}

/* .container {
    width: 100%;
    max-width: 90%;
} */

/* .main-nav__grandchild {
  /* display: none; */
  /* position: absolute;
  top: 0;
  left: 100%;
  background: white;
  z-index: 50;
}

.group:hover .main-nav__grandchild {
  display: block;
} */ 

    .js .mega-nav--sidebar .child-nav__item--toggle.is-visible+.disclosure__panel{
                visibility: visible;
        max-height: none;
        opacity: 1;
    }


        .mega-nav--sidebar .child-nav__item--toggle+.disclosure__panel {
        visibility: hidden;
        position: absolute;
        top: 0;
        right: 0;
        left: 250px;
        min-height: 350px;
        max-height: 350px;
        padding-inline-start: calc(8 * var(--space-unit));
        transition: opacity .3s, visibility .3s;
        opacity: 0;
    }










/* ///////////////////////////////////////////// */


 .download-button {
  display: inline-block;
  padding: 8px 16px;
  background-color: #1f2937; /* Dark gray (can adjust) */
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  border: none;
  border-radius: 4px;
  text-decoration: none;
  transition: background-color 0.3s ease, box-shadow 0.3s ease;
}

.download-button:hover {
  background-color: #111827; /* Darker on hover */
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  text-decoration: none;
}


.f_collection_home .slider__item {
  border: 1px solid #f1f0f0;
  padding: 10px;
  box-sizing: border-box;
  background-color: #fff; 
  border-inline-end: 1px solid #f1f0f0 !important;
}




.f_collection_home {
  overflow-x: hidden;
}


.f_collection_home .card__media{
border: 1px solid transparent !important;
  background-color: #ffffff !important;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  
}

.f_collection_home .card__vendor{
    display:none;
}

/* .f_collection_home .card__title a{
  display: -webkit-box;
  -webkit-line-clamp: 3;       
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
} */

.f_collection_home .card__title a{
  line-height: 1.5em;     
  height: 4.5em;             
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  position: relative;
}
.f_collection_home .price__default{
display: flex;
justify-content: space-between;
}
.price_fs_icon{
        border: 1px solid #2171B6;
    padding: 6px;
    background: #2171B6;
    color: white;
    border-radius:2px;
      position:relative;
}
/* .price_fs_icon{
  
} */
.product_spec{
    margin-bottom:12px !important;
    margin-top:0 !important;
}
.product_spec .metafield-key {
  font-weight: bold;
  color: #333;
  margin-right: 5px;
}
.metafield-key {
  font-weight: bold;
  color: #333;
  margin-right: 5px;
}
.product-vendor-sku{
    margin-top:0;
}
.product-labels_container{
      margin-bottom:12px !important;
}
   .product-labels_container .product-label{
        padding-left:0 !important;
    }


.product .media-viewer__item{
    background-color:#fff;
    border: 1px solid transparent !important;
  background-color: #ffffff !important;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}


.custom-payments-container {
  display: flex;
  align-items: center;
 column-gap: 16px;
 margin-bottom: 12px;
}

.payment-icon {
  display: block;
  height: auto; 
  width: auto;  
  object-fit: contain;
}


.payment-text {
  font-size: 14px;
  line-height: 1.2;
  margin: 0;
}

.in-stock-label_container{
    margin-bottom:12px;
}
.in-stock-label_sub_container{
    column-gap:8px;
}


.cart-plus{
    position:absolute;
    bottom: 23px;
    left: 21px;
    font-size: 9px;
}
.cc-featured-blog .slider-nav__btn{
    background:#2171B6;
    border:1px solid #2171B6;
}

.sale_rich_text{

    margin: 0;
    padding:40px 20px 20px 20px;

}
.about-us_rich_one{
    background-color:#2171B6;
      margin: 0;
    padding:20px 0;
}
.about-us_rich_one .contained-heading,
.about-us_rich_one .section__block p{
    color:#fff;
}
.about-us_rich_one .contained-heading{
font-size: 36px;
        line-height: 43.2px;
        letter-spacing: normal;
        font-weight: 500;

}
.about-us_rich_one .section__block p{
font-size: 16px;
        line-height: 19.2px;
        letter-spacing: normal;
        font-weight: 400;
}
.about-us_rich_one .section__block{
    margin-bottom:16px;
}


.about_us_banner_one{
    padding:0 0 10px 0;
    background: #fff !important;
    padding-top:20px !important;
}

.about_us_banner_one .image-banner{
    height:300px;
}
.about_us_rich_two{
    margin:40px 0 20px 0 ;
}


/* ICON with text  */
/* Custom Icon Text Section Styles */
.second_banner_container .image-banner .text-overlay{
    background:transparent !important;
} 

.second_banner_container .text-overlay__block p{
 color:#fff;
  text-shadow: 0 2px 6px rgba(0, 0, 0, 0.6);
}

.second_banner_container .image-banner .text-overlay__heading{
    color:#fff;
    text-shadow: 0 2px 6px rgba(0, 0, 0, 0.6);
}
.second_banner_container .image-banner .container{
    padding-left:0 ;
}
.second_banner_container .image-banner .btn--primary{
   background: #2171B6 !important;
    border: 2px solid #2171B6;
}

.second_banner_container .image-banner .btn--primary:hover{
    background:#fff !important;
    border:2px solid #2171B6;
    color:#2171B6;
}
.second_banner_container{
    max-width:100%;
    margin:0 auto;
    padding:0 ;
}
.second_banner_container .text-overlay__heading h3{
    font-size:28px !important;
}


.link_conatiner_{
    justify-content:left;
}
.cc-icons-with-text .icons-with-text{
    background:#2171B6;
    /* color:#f2b500; */
}

.newsletter-extra-images{
    display: flex;
    margin-top: 32px;
    flex-wrap: wrap;
    column-gap: 24px;
}
.newsletter-small-heading{
    margin-top:16px;
  
}
.newsletter-small-heading p{
   
     margin-bottom:0px;
}
.newsletter-svg-icon{
 margin-top: 32px;
 text-align:center;

}
.newsletter-small-icon{
    margin-top:8px;
    text-align:center;
}
.footer-terms__bottom .payment-icons ul{
   display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: left;
    gap: 16px;
}

.footer-copyright_text{
            font-size: 16px;
        line-height: 120%;
        font-weight: 500;

}
.footer{
    padding-bottom:40px !important;
}
.footer__hr{
margin:20px 0 !important;
}
.collection_products__cls .js-pagination-result{

/* border: 1px solid #f1f0f0;
  padding: 10px; */
  box-sizing: border-box;
  /* background-color: #fff; 
  border-inline-end: 1px solid #f1f0f0 !important; */
  box-shadow: #0000003d 0 2px 8px;
  border-radius: 8px;
}
.collection_products__cls .media{
  border: 1px solid transparent !important;
  background-color: #ffffff !important;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  
}
.about_us_brands .magazine-slider-title{
font-size: 32px;
        line-height: 38.4px;
        letter-spacing: normal;
        font-weight: 500;
        margin-bottom: 14px;
}
.about_us_brands{
    padding:50px 0 40px 0
}

.moc__contact_us{
    padding-bottom:0 !important;
}
.contact_page_form .btn{
     background:#2171B6;
        border: 2px solid #2171B6;
    width:100%
}
.contact_page_form{
    padding-bottom:30px;
    padding-top:30px;
        margin: 40px 0;
}
/* .btn--primary{
   
} */
 .cc-faq{
    padding-top:50px !important;
    padding-bottom:50px !important;
 }



/* contact-us overlapping text  */
.moc__contact_us .media-overlap-wrapper {
  width: 100%;
  padding: 60px 0;
}

.moc__contact_us .media-overlap-container {
  position: relative;
  max-width: 100%;
  margin: 0 auto;
}

.moc__contact_us .media-overlap-image-container {
  width: 50%;
  position: relative;
}

.moc__contact_us .media-overlap-image {
  width: 100%;
  height: auto;
  display: block;
}

/* === Desktop text overlay (only visible on >=1024px) === */
.moc__contact_us .media-overlap-text-side {
  position: absolute;
  top: 50%;
  left: 38%; /* 50% width - 10% overlap */
  transform: translateY(-50%);
  width: 50%;
  height: 70%; 
  background: #2171B6;
  padding: 40px;
  z-index: 2;
  display: flex;
  align-items: center;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}

.moc__contact_us .media-overlap-text-block {
  max-width: 500px;
  margin: 0 auto;
}

.moc__contact_us .media-overlap-text-block h2 {
  margin-top: 0;
  font-size: 28px;
  line-height: 33.6px;
  letter-spacing: normal;
  font-weight: 500;
  color: #fff;
}

.moc__contact_us .media-overlap-text-block p {
  margin: 20px 0;
  font-size: 16px;
  line-height: 19.2px;
  letter-spacing: normal;
  font-weight: 400;
  color: #fff;
}

.moc__contact_us .media-overlap-btn {
  display: inline-block;
  padding: 12px 24px;
  background: #2171B6;
  color: #fff;
  text-decoration: none;
  border-radius: 4px;
  transition: background 0.3s ease;
  border: 2px solid #f2b500;
  border-radius: 28px;
}

.moc__contact_us .media-overlap-btn:hover {
  background: #fff;
  color: #2171B6;
  border: 2px solid #2171B6;
}

/* === Mobile version === */
.moc__contact_us .media-overlap-mobile-text {
  display: none;
}

#wizard-validation-form .form_generater_form_div{
  width:100% !important;
  max-width:100% !important;
}
.hulk-powered-wrapper{
  display:none !important;
}


@media (max-width: 1023px) {
  .moc__contact_us .media-overlap-text-side {
    display: none;
  }

  .moc__contact_us .media-overlap-image-container {
    width: 100%;
    max-width: 100%;
    position: relative; /* Important for overlay */
  }

  .moc__contact_us .media-overlap-image {
    min-height: 600px;
  }

  .moc__contact_us .media-overlap-wrapper {
    padding: 0px;
  }

  .moc__contact_us .media-overlap-mobile-text {
    position: absolute;
    bottom: 40px;
    left: 20px;
    right: 0;
    background: #2171B6;
    padding: 0px 10px 10px 10px;
    padding-top: 0;
    box-sizing: border-box;
    display: block;
    border-radius: 0px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  }

  .moc__contact_us .media-overlap-text-block {
    max-width: 100%;
  }

  .moc__contact_us .media-overlap-text-block h2 {
    font-size: 22px;
    margin-top: 0;
  }

  .moc__contact_us .media-overlap-text-block p {
    font-size: 14px;
    margin: 16px 0;
  }
  .second_banner_container .text-overlay__block:last-child{
  padding-top:15px;
 }
}




/* contact-us overlapping text  */
.warranty_page_return{
    margin-top:24px;
}
.warranty_page_return .contained-heading{
    font-size: 32px;
        line-height: 38.4px;
        letter-spacing: normal;
        font-weight: 600;
}
.warranty_page_return  .section__block{
    text-align:center;
    margin-bottom:40px;
}
.warranty_page_return .section__block p{
    text-align:left;
    margin-bottom:20px;
}
.warranty_page_return .section__block h3{
   text-align:left;
}
.warranty_page_return .section__block h3 strong{
    text-align:left;
    margin-bottom:20px;
    font-size:16px;
    font-weight:600;
}
.warranty_page_return .section__block h5{
    text-align:left;
}
.warranty_page_return .section__block h5 strong{
    text-align:left;
    margin-bottom:20px;
    font-size:16px;
    font-weight:600;
}
.cc-video .section{
    padding:0;
    background: #fff;
}
.cc-video .max-w-screen-lg {

max-width:100%
}

.hero_wth_cta_returns{
    min-height:320px !important;

}
.video-section{
    padding-bottom:40px;
}
.faq_richtext{
    margin: 0;
    background: #2171B6;
}
.faq_richtext .contained-heading{
            font-size: 32px;
        line-height: 38.4px;
        letter-spacing: normal;
        font-weight: 500;
        color:#fff;
}
.faq_richtext .flex{
    padding:30px;
}
.all_collection_class .js-pagination-result{

     border: 1px solid transparent !important;
  background-color: #ffffff !important;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
}

.all_collection_class .card__title {
  display: -webkit-box !important;
  -webkit-line-clamp: 3 !important;  
  -webkit-box-orient: vertical !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  line-height: 1.5em !important;       
  max-height: 4.5em !important;
  min-height: 4.5em !important;
}

.all_collection_class .text-theme-text{
    padding:0 0 10px 0;
}
.header__icon {
  transition: box-shadow 0.25s ease, transform 0.25s ease;
}

.header__icon:hover {
  box-shadow: 
    0 -2px 4px rgba(0, 0, 0, 0.08),  /* top shadow */
    0 4px 8px rgba(0, 0, 0, 0.1),    /* bottom shadow */
    0 8px 16px rgba(0, 0, 0, 0.08);  /* deeper shadow */
}
.footer .disclosure__title{
    position:relative;
    padding-bottom: 10px;
}

.footer .disclosure__title:before{
    content: " ";
    position: absolute;
    bottom: 0;
    width: 20px;
    height: 5px;
    background-color: #f2bd30;
}
.home_nav_slide_show{
    padding-top:13.500px;
}

.home_nav_slide_show .image-banner__image,
.home_nav_slide_show  .image-banner__image img{
    border-radius:8px;
}
.contact_returns-warranties .container__{
  padding-bottom:40px;
}



@media (min-width:1400px){
    .second_banner_container .container{
        margin:0;
    }
}
@media (max-width:1279px){

    .second_banner_container{
  
    /* padding:0 32px 0px 32px ; */
    padding:0;
}
.container_main{
    width:100%;
    max-width:90%;
    margin:0 auto;
    padding:0 32px !important;
}
.contact_returns-warranties{
   width:100%;
    max-width:90%;
    margin:0 auto;
    padding:0 32px !important;
}
.about_us_banner_one{
    padding-top:20px !important;
}
.cc-faq {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
}

}

@media (min-width:1024px){
.second_banner_container .text-overlay{
   max-width: 648px;
   /* padding: 10px 12px 10px 12px;
       margin-bottom: 2px; */
}
/* .second_banner_container .text-overlay__block{ 
     margin-bottom: 0px;
     margin-top:0px;
} */

   .warranty_page_return .text-overlay, .warranty_page_return .max-w-text-overlay {
        max-width: 100% !important;
        width: 100% !important;
    }
        .text-overlay, .max-w-text-overlay {
        max-width: 60% !important;
    }

}

@media (max-width:1023px){
.second_banner_container .image-banner{
    min-height: 750px !important;
}
.second_banner_container .image-banner__image {
        min-height: 750px !important;
    }

.second_banner_container .text-overlay{
   max-width: 90% !important;
   padding: 10px 12px 10px 12px;
       margin-bottom: 2px;
}
.second_banner_container .text-overlay__block{ 
     margin-bottom: 0px;
     margin-top:0px;
} 
.second_banner_container .image-banner .container {
    /* padding-left: 0; */
    padding-bottom: 150px;
}
.second_banner_container .text-overlay__heading h3{
    font-size:20px;
}
    .second_banner_container .text-overlay__block{
        font-size:12px;
    }
     .second_banner_container .image-banner .text-overlay__heading {
    font-size:20px !important;
  }
  .footer__base{
    text-align: center;
  }
  .footer-terms__bottom{
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .footer-copyright_text{
    font-size:12px;
  }
  .second_v_text_block{
      flex-direction: column-reverse !important;
    }

     .moc__contact_us .media-overlap-mobile-text {
    position: absolute;
    bottom: 0px; /* space from bottom */
    left: 0px;   /* space from left */
    right: 0;     /* no space on right */
    background: #2171B6;
    padding: 10px 10px 10px 10px;
    /* padding-top:0; */
    
    box-sizing: border-box;
    display: block;
    border-radius: 0px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  }
  .moc__contact_us .media-overlap-text-block{
    text-align:center;
  }
     .moc__contact_us .media-overlap-text-block a{
    color:#fff;
  }
   

}

@media (max-width:767px){
.second_banner_container .image-banner{
    min-height: 600px !important;
}
.second_banner_container .image-banner__image {
        min-height: 600px !important;
    }
}

@media (max-width:768px){

    .link_conatiner_{
        justify-content:center !important;
    }
    .card-switcher-wrapper{
        padding:40px 0 !important; 
    }
    .second_banner_container .text-overlay{
        margin:0 !important;
    }
    .my-mega-menu-images{
        display:none !important;
    }
    .container_main{
    width:100%;
    max-width:100%;
    margin:0 auto;
    padding:0 32px;
}
.about_us_banner_one{
    padding-top:20px !important;
}
.cc-faq {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
}
.contact_returns-warranties{
    width:100%;
    max-width:100%;
    margin:0 auto;
    padding:0 32px !important;
}
.home_nav_slide_show .block,
.home_nav_slide_show{
    height:442px;
}
.home_nav_slide_show .slideshow-pagination{
    display:none;
}
  .about_us_brands .magazine-slider-title,
  .ics-main-heading{
  font-size:25px !important;
  }
  .ics-column-heading{
    font-size:18px !important;
   
  }
  .ics-main-heading{
 margin-bottom: 0px !important;
  }
  .text-overlay__block{
    font-size:12px !important;
  }

}

@media (max-width:599px){
        .second_banner_container .image-banner .container{
    position: absolute !important;
    top: 220px !important;
    bottom: 0 !important; 
    padding-bottom: 0px;
    /* max-height: 210px; */

        }
    .second_banner_container .text-overlay {
        padding: 12px 10px !important;
        max-width: 95% !important;
    }
    .second_banner_container{
    /* padding:0 20px 0px 20px ; */
    padding:0 ;
   }
    .second_banner_container .image-banner .text-overlay__heading {
    font-size:20px !important;
    margin-bottom: 15px;
  }
  .container_main{
    width:100%;
    max-width:100%;
    margin:0 auto;
    padding:0 20px !important;
}
.about_us_banner_one{
    padding-top:20px !important;
}
.cc-faq {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
}
.contact_returns-warranties{
    width:100%;
    max-width:100%;
    margin:0 auto;
    padding:0 20px !important;
}

}

/* @media (max-width:417px){
        .second_banner_container .image-banner .container{
  
            max-height: 230px;

        }
 
}

@media (max-width:375px){
        .second_banner_container .image-banner .container{
  
            max-height: 247px;

        }
 
}
@media (max-width:337px){
        .second_banner_container .image-banner .container{
  
            max-height: 263px;

        } */
.second_banner_container .image-banner .container {
        position: absolute !important;
        top: 155px !important;
      
    }
 
}

.card--product .img-fit{
  object-fit: contain !important;
  
}
/* .all_collection_class .img-fit{
  object-fit: contain !important;
  
} */