/** Shopify CDN: Minification failed

Line 3028:60 Unexpected "{"

**/
@font-face {
    font-family: 'FoundersGroteskMedium';
    src: url(//lusalighting.com/cdn/shop/files/founders-grotesk-medium.woff2?v=216502791747321861) format('woff2');
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: 'FoundersGroteskRegular';
    src: url(//lusalighting.com/cdn/shop/files/founders-grotesk-regular.woff2?v=17420744795983970071) format('woff2');
    font-weight: normal;
    font-style: normal;
}
@font-face {
  font-family: "SofiaProBold";
  src: url(//lusalighting.com/cdn/shop/files/font.woff2?v=11464760096851440266) format('woff2'), 
     url(//lusalighting.com/cdn/shop/files/font.woff?v=3020829010377891598) format('woff');
  font-weight: normal;
  font-style: normal;
}

/*
font-family: 'FoundersGroteskMedium', Helvetica, Arial, sans-serif;
font-family: 'FoundersGroteskRegular', Helvetica, Arial, sans-serif;
font-family: 'SofiaPro', Helvetica, Arial, sans-serif;
*/

:root {
  --font-main: FoundersGroteskRegular, "Helvetica Neue", sans-sans;
  --font-main-bold: FoundersGroteskMedium, "Helvetica Neue", sans-sans;
  --font-secondary: SofiaProBold, "Helvetica Neue", sans-sans;

  --font-color:#28282d;

  --cta-color:#28282d;
  --cta-background:#fff;
  --cta-border:1px solid #28282d;

  --cta-color-hover:#19454b;
  --cta-background-hover:#b4c8c2;
  --cta-border-hover:1px solid #19454b;
}


body {
  font-family: var(--font-main);
  font-weight:normal;
}
body * {
  letter-spacing:0.5px;
}
body .h1,
body h1,
body .h2,
body h2,
body .h3,
body h3,
body .h4,
body h4,
body .h5,
body h5,
body .h6,
body h6 {
  font-family: var(--font-main);
}
.header__link-list a,
.header__icon-list a {
  color: #28292E;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.75px;
}
.header__wrapper .count-bubble {
  font-size: 14px;
  font-weight:normal;
  width: 40px;
  color:#000;
  background: transparent;
  position:relative;
  top: -10px;
  left: 24px;
  display:inline-block;
}
.header__wrapper .count-bubble:before {
  content: '(';
  display:inline-block;
}
.header__wrapper .count-bubble:after {
  content: ')';
  display:inline-block;
}
.button {
  border-radius:30px;
}
.slideshow .button {
  font-size: 19px; 
  font-weight: 500;
  width:100%;
  max-width:222px;
  background:transparent;
  color:#fff;
  border:2px solid #fff;
  margin-top: 70px !important;
  padding:10px 10px;
}

.slideshow [data-sequence="heading"] { 
  font-size:42px;
  font-family: var(--font-main-bold);
  font-weight:normal !important;
  max-width:300px;
  letter-spacing:1px;
  line-height:50px;
}
.slideshow .prose [data-sequence="subheading"] { 
  font-size:19px;
  font-family: var(--font-main);
  font-weight:normal !important;
  max-width:285px;
  letter-spacing:0.5px;
  margin:8px 0 30px;
}
.slideshow .btn_cta {
  font-size:19px;
  font-family: var(--font-main-bold);
  font-weight:normal !important;
  color: var(--cta-color);
  background-color: var(--cta-background);
  border: var(--cta-border);
  letter-spacing:1px;
  margin-left:-4px;
  padding: 14.5px 50.3px;
}
.slideshow .btn_cta:hover {
  color: var(--cta-color-hover);
  background-color: var(--cta-background-hover);
  border: var(--cta-border-hover);
}
.rich-text .custom_paragraph {
  font-size:38px;
  line-height:1.3;
  letter-spacing:1px;
}
.rich-text .rich-text__wrapper .bold {
  font-size:16px;
  font-family: var(--font-secondary);
  font-weight:normal !important;
  /*letter-spacing:3px;*/
  margin-bottom:17px;
}
.rich-text .custom_paragraph strong { 
  font-family: var(--font-secondary);
}
.value-props {
  width: 100%;
  display: flex;
  justify-content: space-between;  
  align-items: center;
  margin: 24px 0;
  gap: 0;  
}
.value-props .value-item {
  flex: 1;              
  display: flex;
  align-items: center;
  gap: 10px;             
}
.value-props svg,
.value-props img {
  width: 120px;
  flex-shrink: 0;
}
@media (max-width:481px) {
  .value-props svg,
  .value-props img {
    width: 80px;
  }
}

.value-props span {
  font-size: 15px;
  line-height: 1.2;
  font-weight: 500;
  color: #4B5D57;
  display: inline-block;
  white-space: nowrap;   
}
.value-item span br {
  content: "";
  display: block;
  line-height: 1.1;
}
.shopify-section--collection-list .section {
  padding-bottom: 30px;
}

.collection-list .collection-card {
  padding: 0;
}
.collection-list .col-prod-title {
  font-size:21px;
  font-family: var(--font-main-bold);
  font-weight:normal !important;
  color: var(--font-color);
  line-height:1.3;
  margin-bottom: 10px;
}
.collection-list .prose *+p {
  color: var(--font-color);
  margin-top: 6px;
}
.collection-list .rounded-sm {
  -webkit-border-radius:15px;
  border-radius:15px;
}
.collection-list .collection-card__content:first-child {
  margin-block-end: 0;
  line-height:1.25;
}

.collection-card .custom-cta {
  font-size:19px;
  font-family: var(--font-main-bold);
  font-weight:normal !important;
  color: var(--cta-color);
  background-color: var(--cta-background);
  border: var(--cta-border);
  -webkit-border-radius:30px;
  border-radius:30px;
  margin-top:25px;
  padding: 12.5px 45.3px;
}
.collection-card .custom-cta:hover {
  color: var(--cta-color-hover);
  background-color: var(--cta-background-hover);
  border: var(--cta-border-hover);
}
.content-over-media>:not(img,video,iframe,svg,video-media) {
  max-width:420px;
}
.template-index .shopify-section--hot-spots .hot-spot__dot {
  color: #28292E;
  font-family: var(--font-main-bold);
  font-weight:normal !important;
}
.shopify-section--hot-spots .section {
  padding-bottom:20px;
}
.template-index .hot-spot-popover::part(content) {
  max-width:300px;
  border:none;
}
.shopify-section--hot-spots h2 {
  font-family: var(--font-main-bold);
  letter-spacing:2px;
  font-weight: normal !important;
}
.template-index .shopify-section--hot-spots .h6{
  font-size:21px;
  font-family: var(--font-main-bold);
  font-weight: normal !important;
}
.template-index .shopify-section--hot-spots p {
  font-size:16px;
  margin-top: 10px !important;
}
.template-index .hot-spot-popover::part(body) {
  padding-top:9px;
  padding-bottom:20px;
} 
.shopify-section--hot-spots .btn_cta {
  font-size:19px;
  font-family: var(--font-main-bold);
  font-weight: normal !important;
  color: var(--cta-color);
  background-color: var(--cta-background);
  border: var(--cta-border);
  letter-spacing:1px;
  padding: 14.5px 45.3px;
}
.shopify-section--hot-spots .btn_cta:hover {
  color: var(--cta-color-hover);
  background-color: var(--cta-background-hover);
  border: var(--cta-border-hover);
}
.shopify-section--featured-collection .section {
  padding-top:50px;
  padding-bottom:0;
}
.shopify-section--featured-collection .scrollable-with-controls {
  overflow: hidden;
}
.shopify-section--featured-collection .scrollable-with-controls .scrollbar__buttons {
  padding:5px;
} 
.shopify-section--featured-collection .scrollable-with-controls .scrollbar__progress {
  max-width: 866px;
  height: 5px;
  top: 24px;
  margin: 0 auto;
  border-radius:15px;
}
.shopify-section--featured-collection .scrollable-with-controls .scrollbar__progress:before {
  background: #19454B;
  border-top-left-radius:15px;
  border-bottom-left-radius:15px;
}
.shopify-section--featured-collection h2 {
  font-size:38px;
  font-family: var(--font-main-bold);
  font-weight: normal !important;
  letter-spacing:1px;
}
.shopify-section--featured-collection h2 {
  font-size:38px;
  font-family: var(--font-main-bold);
  font-weight: normal !important;
  letter-spacing:1px;
}
.shopify-section--featured-collection .product-card__title {
  font-size:21px;
  font-family: var(--font-main-bold);
  font-weight: normal !important;
  letter-spacing:0.5px;
}
.shopify-section--featured-collection .price-list {
  font-size:19px;
  color:#28292E;
}
.shopify-section--featured-collection .prose p {
  margin-top:10px !important;
  max-width: 520px;
}
.shopify-section--featured-collection .btn_cta {
  display:none;
}
.shopify-section--featured-collection .text-with-icon {
  font-size:19px;
  font-family: var(--font-main-bold);
  font-weight: normal !important;
  text-decoration:underline;
}
.shopify-section--featured-collection .text-with-icon .reversed-link {
  background:none;
}
.shopify-section--featured-collection .ring {
  box-shadow: 0 0 0 1px rgb(0 0 0 / 1);
}
.shopify-section--text-with-icons .h3{
  font-size:38px;
  font-family: var(--font-main-bold);
  font-weight: normal !important;
  letter-spacing:1px;
}
.shopify-section--text-with-icons .text-with-icons__item {
  max-width:260px;
  margin:0 auto;
}
.shopify-section--text-with-icons .text-with-icons__item .image-icon {
  width: 100%;
  height:30px;
}
.shopify-section--text-with-icons .text-with-icons .prose p {
  padding:0 10px;
  font-size:16px;
}
.shopify-section--text-with-icons .text-with-icons .prose p.h5 {
  font-size:19px;
  font-family: var(--font-main-bold);
  font-weight: normal !important;
  letter-spacing:0.8px;
  text-transform:capitalize;
}
.shopify-section--text-with-icons .justify-self-center p {
  font-size:18px;
  text-align:center;
  margin-top:10px;
}

.shopify-section--before-after-image .section {
  padding-top:50px;
  padding-bottom:50px;
}
.shopify-section--before-after-image .section-stack {
  gap: 30px;
}
.shopify-section--before-after-image .section-stack__intro,
.shopify-section--before-after-image .section-stack__main {
  width:100%;
}
.shopify-section--before-after-image .section-stack__intro p {
  margin-top: 0px !important;
}
.shopify-section--before-after-image .section-stack__intro .prose,
.shopify-section--before-after-image .section-stack__intro .cta-wrap {
  width:50%;
  max-width:100%;
  float:left;
}
.shopify-section--before-after-image .section-stack__intro .cta-wrap {
  text-align:right;
  padding-top:10px;
}
.shopify-section--before-after-image h2 {
  font-size:42px;
  font-family: var(--font-main-bold);
  font-weight:normal !important;
  letter-spacing:0.7px;
}
.shopify-section--before-after-image p {
  font-size:18px;
  margin-top:15px !important;
}
.shopify-section--before-after-image .custom_cta {
  font-size:19px;
  font-family: var(--font-main-bold);
  font-weight:normal !important;
  color: var(--cta-color);
  background-color: var(--cta-background);
  border: var(--cta-border);
  border-radius:30px;
  display:inline-block;
  line-height: 1;
  letter-spacing:0.5px;
  padding: 17.5px 73.3px;
}
.shopify-section--before-after-image .custom_cta:hover {
  color: var(--cta-color-hover);
  background-color: var(--cta-background-hover);
  border: var(--cta-border-hover);
}
.shopify-section--before-after-image .rounded {
  border-radius:25px;
}
.shopify-section--revealed-image .revealed-image__wrapper {
  top:-20px;
}
.revealed-image__content .h0 {
  font-family: var(--font-main-bold);
  font-weight:normal !important;
}
.shopify-section--text-with-icons .justify-self-center {
  text-align:center;
}
.scrolling-text__text {
  font-size:45px;
  font-family: var(--font-main-bold);
  font-weight:normal !important;
  padding-left:0;
}
.product-card {
  border-radius:10px;
}
.product-card .product-card__quick-buy {
  left:0;
  right:0;
  text-align:center;
}
.product-card__badge-list,
.product-card .product-card__badge-list {
  display:block;
}
.product-card .product-card__badge-list .badge {
  color:#28292E;
  background-color: #B4C8C2 !important;
  font-size:11px;
  font-family: var(--font-main-bold);
  font-weight:normal !important;
  position: relative;
  top: -3px;
  min-width:51px;
  height:25px;
  background: none;
  display:inline-block;
  border: 1px solid #898989;
  margin-right:5px;
  text-align:center;
  z-index:9999;
}
.product-card:hover .badge {
  color:#19454B;
  background-color: #B4C8C2;
  border-color: #898989;
}
.product-card .badge--sold-out {
  color:#28292E;
  font-size:11px;
  font-family: var(--font-main-bold);
  font-weight:normal !important;
  background: none;
  border: 1px solid #000;
  text-align:center;
  top:4px;
}

#shopify-section-template--20106083467580__rich_text_KcKEpx .h1 {
  color: #19454b;
  font-size: 35px;
  font-family: var(--font-main-bold);
  font-weight: normal !important;
  line-height: 1.3;
}
#shopify-section-template--20106083467580__rich_text_KcKEpx .h1:after {
  content: "";
  border-top: 1px solid #777;
  width: 150px;
  display: block;
  margin: 30px 0 0px;
}
#shopify-section-template--20106083467580__rich_text_KcKEpx .prose > div {
  width:100%;
  max-width:430px;
}
#shopify-section-template--20106083467580__rich_text_KcKEpx p {
  font-size: 15px;
  line-height: 1.3;
}
#shopify-section-template--20106083467580__rich_text_KcKEpx p.bold {
  color: #19454b;
  font-size: 27px;
  font-family: var(--font-main-bold);
  font-weight: normal !important;
  line-height: 1.3;
}
#shopify-section-template--20106083467580__rich_text_KcKEpx .btn_cta {
  color: var(--cta-color);
  background-color: var(--cta-background);
  border: var(--cta-border);
  font-family: var(--font-main-bold);
  font-size:19px;
  font-weight: normal !important;
  letter-spacing:0.5px;
  margin-left:-3px;
  padding:14.5px 45.3px;
}
#shopify-section-template--20106083467580__rich_text_KcKEpx .btn_cta:hover {
  color: var(--cta-color-hover);
  background-color: var(--cta-background-hover);
  border: var(--cta-border-hover);
}

/* Collection */
.shop-wrap .shopify-section--custom-liquid,
.shop-wrap .shopify-section--collection-list,
.recessed-wrap .shopify-section--media-with-text,
.recessed-wrap .shopify-section--featured-collection {
  display:none !important;
}
.template-collection .section-stack .section-header {
  margin: 0 auto;
  text-align: center;
}
.template-collection .section-stack .section-header h2 {
  font-size:54px;
  font-family: var(--font-main-bold);
  font-weight:normal !important;
}
.template-collection .media-with-text.rounded {
  border-radius: 20px;
}
.template-collection .media-with-text .h2 {
  font-size:54px;
  font-family: var(--font-main-bold);
  font-weight:normal !important;
  letter-spacing:0.8px;
}
.template-collection .media-with-text p {
  margin-top:15px;
}
.template-collection .collection {
  margin: 0 0 10px;
}
.collection__top-bar {
  position:relative;
  border-bottom: 1px solid #000;
  padding-bottom: 15px;
}
.collection__top-bar h2 {
  color:#28292E;
  font-size:35px;
  font-family: var(--font-main-bold);
  font-weight:normal !important;
  position: absolute;
  top: 10px;
  left: 0;
}
.collection__top-bar button.text-with-icon {
  display:none;
}
.collection__top-bar .facet-dialog {
  visibility: visible !important;
  opacity: 1 !important;
  position: static !important;
  border:none;
  padding-right:0;
}
.collection__top-bar .facets-summary {
  justify-content: flex-end;
}
.collection__top-bar .facet-dialog-option {
  font-size:16px;
  font-family: var(--font-main);
  font-weight:normal !important;
  text-transform:capitalize;
  color:#000;
  border:1px solid #000;
  margin-left:6px;
  padding: 6.3px 17px;
}
.collection__top-bar :checked+.facet-dialog-option, 
.collection__top-bar .facet-dialog-option:hover {
  color:#19454B;
  background-color:#B4C8C2;
  opacity: 1;
}
.collection__top-bar .active-facets {
  display:none;
}
.product-card__figure,
.product-card__image {
  background-color:#ebebeb;
  border-radius:10px !important;
}
.product-card__title {
  font-size:21px;
  font-family: var(--font-main-bold);
  font-weight:normal !important;
}
.template-collection .scrolling-text__text {
  font-size:129px;
}
.template-collection .rich-text__wrapper .h3 {
  font-size:34px;
  font-family: var(--font-main-bold);
  font-weight:normal !important;
}
.template-collection .rich-text__wrapper .prose div {
  margin-top:15px;
}
/* Account */
.activate__form .btn_cta:hover {
  color: #19454b;
  background-color: #b4c8c2;
  border-color: #b4c8c2;
}
.template-customers-login:not(.scrolled) .header__wrapper,
.template-customers-activate_account :not(.scrolled) .header__wrapper,
.template-customers-login .shopify-section,
.template-customers-register .shopify-section,
.template-customers-activate_account .shopify-section {
  background:#f8f8f8; 
}
.template-customers-login .customer-form__box,
.template-customers-activate_account .customer-form__box,
.simply-otp-wrapper .olWrapper .ol, 
.sotp-widget .olWrapper .ol {
  width:100%;
  max-width:600px;
  text-align:center;
  background-color:#fff;
  border-radius:20px;
  margin:50px auto 80px;
  padding:40px 40px;
}
.template-customers-login h3.login-header {
  font-size:30px !important;
  font-family: var(--font-main-bold);
  font-weight:normal !important;
}
.template-customers-login .simply-otp-wrapper .olWrapper .ol .otp-btn, 
.template-customers-login .sotp-widget .olWrapper .ol .otp-btn {
  font-size:16px;
  font-family: var(--font-main-bold);
  font-weight: normal !important;
  background:#19454b !important;
  border-color: #19454b;
  color:#fff !important;
  border-radius:30px;
}
.template-customers-login .simply-otp-wrapper .olWrapper .ol .otp-btn:hover, 
.template-customers-login .sotp-widget .olWrapper .ol .otp-btn:hover {
  background: #b4c8c2 !important;
  color:#19454b !important;
  border-color: #19454b !important;
}
.template-customers-register .h2,
.template-customers-activate_account .h2,
#login .h2 {
  font-size:50px;
  font-family: var(--font-main-bold);
  font-weight:normal !important;
  letter-spacing:0.6px;
}
#login .otp .eosh-error bold {
  font-size:17px;
  font-family: var(--font-main-bold);
  font-weight:normal !important;
  text-decoration:underline;
}
#login .otp .eosh-error bold:hover {
  color:#b40303;
}
#login .otp-heading {
  font-size:19px;
  font-family: var(--font-main-bold);
  font-weight:normal !important;
  letter-spacing:0.6px;
}
#login .form_section .form_block .form_field.enter_phone {
  color:#28292E;
  font-size:16px;
  font-family: var(--font-main);
  font-weight:normal !important;
  background-color: #fff;
  border: 1px solid #828282;
  border-radius: 20px;
}
#login .form_section .form_btm_block .login_otp .cnt .txt {
  font-size:19px;
  font-family: var(--font-main-bold);
  font-weight:normal !important;
}
#login .form_section .form_block .form_field.enter_phone .eosh_ph_field_item {
  font-size: 19px;
  font-family: var(--font-main);
  font-weight:normal !important;
  color:#28292E;
}
.template-customers-activate_account .btn_cta, 
#login .form_section .form_block .form_btn .eosh-btn,
#login .form_section .form_btm_block .login_otp .login_otp_cta {
  color:#28292E;
  font-size: 19px;
  font-family: var(--font-main-bold);
  font-weight: 400!important;
  background-color:#fff;
  border-radius: 30px;
  border: 1px solid #000;
  box-shadow:none;
}
#login .form_section .form_block .form_btn .eosh-btn:hover,
#login .form_section .form_btm_block .login_otp .login_otp_cta:hover {
  color: #19454b;
  background-color: #b4c8c2;
}
#login .form_section .form_top_sec .form_otp_info .otp_num {
  width:100%;
  text-align:center;
}
#login .form_section .form_block .form_nav .form_nav_cta {
  text-decoration:underline;
}
/*
#login #tel-div,
#login #eoshTabPhone,
#login #eoshTabEmail {
  display:none !important;
}

#login #EoshEmailForm {
  display:block !important;
}*/
#login #eoshTabPhone {
  display:none !important;
}
#login #EoshEmailForm {
  margin-bottom:30px;
}
.template-customers-login .customer-form__box.spinner:before {
  content:'';
  background: url(/cdn/shop/files/spinner.gif?v=1700137776) center center no-repeat;
  width:30px;
  height:30px;
  display:block;
  background-size:cover;
  position:absolute;
  top:45%;
  left:49.5%;
  z-index:9;
}
.template-customers-login .customer-form__box-inner.fade {
  opacity:0;
}
.template-customers-login .customer-form__box-inner {
  opacity:1;
  transition: all 0.5s ease;
  position:relative;
}
.template-customers-register .customer-form__box {
  max-width:500px;
  width:100%;
  margin:0 auto;
}
.template-customers-register .customer-form__box-inner {
  max-width: 100%;
}

/* Product */
.template-product .shopify-section--header {
  background-color:#f8f8f8;
}
.template-product .header__wrapper {
  background-color:transparent;
  -webkit-backdrop-filter: none;
  backdrop-filter:none;
}
.template-product.scrolled .header__wrapper {
  background-color:#fff;
}
.anchor.cylinder-wall-sconce-wrap .shopify-section--tabs,
.anchor.cylinder-pendant-light-wrap .shopify-section--tabs,
.anchor[class*="adapters"] .shopify-section--tabs,
.anchor[class*="kit"] .shopify-section--tabs {
  display:none;
}
.template-product .shopify-section {
  background-color:#f8f8f8;
}
.mobile-panel .shopify-app-block {
  padding:12px 0 12px;
}
.mobile-panel .shopify-app-block {
  padding:12px 0 12px;
}
.mobile-panel .product-info__title,
.product-info .product-info__title {
  font-size:34px;
  font-family: var(--font-main-bold);
  font-weight:normal !important;
  letter-spacing:.7px;
  text-transform:capitalize;
  margin-bottom:0;
}
.mobile-panel .product-info__description,
.product-info .product-info__description {
  margin-top:10px;
}
.mobile-panel .product-info__description .prose,
.product-info .product-info__description .prose {
  font-size:16px;
  font-family: var(--font-main);
  font-weight:normal !important;
  letter-spacing:.8px;
}
fieldset.variant-picker__option:not(.Color-variant) > div {
  width:100%;
  display: inline-block;
  vertical-align: middle;
  margin-right: 0;
}
fieldset.variant-picker__option.Color-variant > div {
  display: block;
  vertical-align: middle;
  margin-right: 0;
}
.variant-picker__option:nth-child(2) > div,
.variant-picker__option:nth-child(3) > div  {
  width:100%;
}
.variant-picker__option .text-subdued {
  color: #28292E;
  font-size:19px;
  font-family: var(--font-main-bold);
  font-weight:normal !important;
  margin-right:10px;
  padding-top: 7px;
}
.variant-picker__option .block-swatch {
  width: 100%;
  max-width: 111px;
  line-height:1.2;
  border-radius: 10px;
  height: 40px;
  padding: 15px 10px;
}
.variant-picker__option.Adapter-variant .block-swatch {
  height: 46px;
  padding: 12px 10px;
}
.variant-picker__option .color-swatch {
  width: 34px;
  height: 34px;
} 
.variant-picker__option .block-swatch span {
  z-index: 1;
  margin: 0 auto;
  padding: 0 22px;
}
.variant-picker__option.Adapter-variant .block-swatch span {
  padding: 0 5px;
}
.variant-picker__option .block-swatch:last-child span {
  padding:0 8px;
}
/*.product-gallery__media-list .product-gallery__media:nth-child(2) {
  max-height: 428px;
  overflow: hidden;
  border-radius: 5px;
}*/
.template-product .offer span.text-sm {
  font-size:21px;
  font-family: var(--font-main-bold);
  font-weight:normal !important;
}
.template-product .offer .prose {
  max-width: 325px;
}
.template-product .btn_cta {
  font-size: 19px;
  font-family: var(--font-main-bold);
  font-weight:normal !important;
  color:#fff;
  background-color:#4B5D57;
  position:relative;
  border: 1px solid #19454b;
  display: inline-block;
  border-radius: 30px;
  text-decoration: none;
  padding: 17.5px 32px;
}
.template-product .btn_cta:hover {
  color:#19454B;
  background-color:#B4C8C2;
  border-color:#19454b;
}
.template-product .section-stack__intro .btn_cta,
.template-product .section-stack__main .btn_cta {
  color:#19454B;
  background-color:#fff;
  border: 1px solid #19454b;
}
.template-product .section-stack__intro .btn_cta:hover,
.template-product .section-stack__main .btn_cta:hover {
  color:#19454B;
  background-color:#B4C8C2;
  border-color:#19454b;
}
.template-product .buy-buttons .btn_cta:disabled:after {
  content: '';
  display:block;
  width:100%;
  height:100%;
  position:absolute;
  top:0;
  left:0;
  z-index:9;
}
.section-description .metafield-multi_line_text_field {
  max-height: 130px;
  overflow: hidden;
  display:block;
  transition: all 0.5s ease;
}
.section-description .hidden {
  max-height: none !important;
}
.section-description .toggle-btn {
  font-family: var(--font-main-bold);
  font-weight:normal !important;
  text-decoration:underline;
  cursor: pointer;
}
.section-description .toggle-btn:after {
  content: "";
  display: inline-block;
  background: url(//lusalighting.com/cdn/shop/files/arrow-down-all.svg?v=904098082776509917) 0 0 no-repeat;
  vertical-align: middle;
  width: 13px;
  height: 13px;
  position: relative;
  top: 2px;
  left: 10px;
}

.section-description .toggle-btn.clicked:after {
  top: 0px;
  transform: rotate(180deg);
}
.Adapter-variant {
  position:relative;
}
.Adapter-variant #help_button {
  font-size:12px;
  color:#28292E;
  position:absolute;
  top:14px;
  right:4px;
  text-decoration:underline;
}
main[class*="conversion-kit-wrap"] .Adapter-variant #help_button {
  right:127px;
}
#popup-help {
  display:none;
}
.Adapter-variant #popup-help {
  position: absolute;
  top: -226px;
  left: 0;
  z-index: 9;
}
.popup-help .content {
  background-color:#fff;
  border-radius:15px;
  position:relative;
  padding:30px 30px;
}
.popup-help .content .close {
  position:absolute;
  top:0;
  right: 16px;
  font-size: 30px;
  cursor:pointer;
}
.popup-help .content h3 {
  font-size: 21px;
  font-family: var(--font-main-bold);
  font-weight:normal !important;
}
.popup-help .content ul {
  margin:16px 0 0 30px;
}
.popup-help .content li {
  margin-left: -16px;
  padding-bottom: 14px;
}
.popup-help .content li:before {
  content: '';
  background-color:#B4C8C2;
  border-radius: 0.375rem;
  height: 8px;
  width: 8px;
  display: inline-block;
  vertical-align: top;
  position: relative;
  left: -14px;
  margin: 9px -8px 0 0px;
}
.template-product .shopify-section--accordion-content .section {
  padding-top:50px;
  padding-bottom: 10px;
}
.template-product .shopify-section--accordion-content .btn_cta div {
  display:inline-block;
}
.template-product .shopify-section--accordion-content .btn_wrap {
  display: grid;
  grid-template-columns: repeat(3, 1fr); 
  gap: 10px;
  position: absolute;
  top: -110px;
  right: 35px;
}
.template-product .shopify-section--accordion-content .btn_wrap .btn_cta {
  font-size:17px;
  margin: 15px 0 0 !important;
  padding: 2px 25px 4px;
}
.template-product .shopify-section--accordion-content .btn_cta:hover:after  {
  filter: brightness(0) invert(1);  
}
.template-product details.accordion {
  padding:10px 0 7px;
  border-bottom: 1px solid #B5C6C0;
  border-top:none;
}
.template-product details.accordion:nth-last-child(2) {
  border-bottom: none;
}
.template-product .shopify-section--accordion-content h2 {
  font-size: 42px;
  font-family: var(--font-main-bold);
  font-weight:normal !important;
}
/*.template-product details.accordion:last-child {
  border-bottom: 1px solid #000;
}
.template-product .accordion.group {
  position:relative;
}
.template-product .accordion.group:after {
  content: '';
  display:block;
  width:100%;
  height:100%;
  position:absolute;
  top:0;
  left:0;
  z-index:1;
}
.template-product details.accordion > summary {
  display:inline-block;
  vertical-align:middle;
}
.template-product details.accordion > summary .accordion__toggle {
  padding: 0px 0px 9px;
}
.template-product details.accordion > div {
  max-width:430px;
  display:inline-block;
  vertical-align:middle;
  margin:0;
}



.template-product details.accordion {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 12px;
}

.template-product details .accordion__toggle {
  display: flex;
  align-items: center;
  gap: 12px;
}
.template-product details .accordion__content .prose p {
  display: flex;
  align-items: center;
  margin: 0;
  line-height:1.3;
}*/

/* The value text */
.template-product details .accordion__content span.metafield-multi_line_text_field {
  display: inline-block;
}



.template-product summary .accordion__toggle span {
  font-size:20px;
  font-family: var(--font-main-bold);
  font-weight:normal !important;
  text-transform:capitalize;
}
.template-product .show-all-button {
  font-size:19px;
  font-family: var(--font-main-bold);
  font-weight:normal !important;
  text-decoration:underline;
}
.template-product .show-all-button:after {
  content: '';
  display:inline-block;
  background: url(//lusalighting.com/cdn/shop/files/arrow-down-all.svg?v=904098082776509917) 0 0 no-repeat;
  vertical-align:middle;
  width:13px;
  height:13px;
  position: relative;
  top: 2px;
  left: 10px;
}
.template-product .show-all-button.close:after {
  top: 0px;
  transform: rotate(180deg);
}
.template-product .hot-spot-popover {
  display:block !important;
  opacity:1 !important;
  visibility: visible !important;
}
.template-product .shopify-section--hot-spots .content-over-media {
  overflow:hidden !important;
}

.template-product .content-over-media .prose h2 {
  color:#19454B;
  font-size:42px;
  font-family: var(--font-main-bold);
  font-weight:normal !important;
}
.template-product .hot-spot {
  background-color: #ebebeb;
}
.template-product .hot-spot:nth-of-type(2) .prose {
  max-width: 298px;
}
.template-product .hot-spot:nth-of-type(3) .prose {
  max-width: 318px;
}
.template-product .hot-spot:nth-of-type(4) .prose {
  max-width: 358px;
}
.template-product .hot-spot:nth-of-type(5) .prose {
  max-width: 258px;
}
.template-product .hot-spot:nth-of-type(6) .prose {
  max-width: 328px;
}   
.template-product .hot-spot:nth-of-type(4) .prose,
.template-product .hot-spot:nth-of-type(5) .prose,
.template-product .hot-spot:nth-of-type(6) .prose {
  text-align:right;
}

.template-product .hot-spot .hot-spot-popover:before {
  content: '';
  display:block;
  background: url(//lusalighting.com/cdn/shop/files/vector-check-icon.svg?v=17078579568309210285) 0 0 no-repeat;
  width:25px;
  height:25px;
  position: absolute;
  top: -13px;
  left: -30px;
  z-index:9;
}
.template-product .hot-spot:nth-of-type(4) .hot-spot-popover:before,
.template-product .hot-spot:nth-of-type(5) .hot-spot-popover:before,
.template-product .hot-spot:nth-of-type(6) .hot-spot-popover:before {
  left:auto;
  right: -30px;
}
.template-product .hot-spot-popover::part(content) {
  border:none;
  border-top:1px solid #19454B;
  background: #e8e8e8;
}
.template-product .hot-spot-popover > div {
  background: #e8e8e8 !important;
}
.template-product .hot-spot-popover::part(body) {
  padding: 0;
}
.template-product .hot-spot .prose {
  padding:10px 0;
}
.template-product main[class*="kit-wrap"] .shopify-section--hot-spots {
  /*margin-bottom:80px;*/
  /*padding-bottom:80px;*/
  padding-bottom:0px;
}
.template-product main[class*="kit-wrap"] .shopify-section--product-recommendations {
  display:none;
}
.template-product .shopify-section--product-recommendations .section {
  padding-top:20px;
}
.template-product .shopify-section--product-recommendations h2 {
  font-size: 46px;
  font-family: var(--font-main-bold);
  font-weight:normal !important;
}
.template-product .shopify-section--product-recommendations p {
  margin-top:12px;
}
.template-product .product-gallery .product-card__badge-list {
  margin-top:26px;
}
.badge-custom .badge {
  color:#fff;
  font-size: 11px;
  font-family: var(--font-main-bold);
  font-weight:normal !important;
  background-color: #000000;
  border: 1px solid #000000;
  display:inline-block;
  margin:10px 10px 10px;
  padding: 3.8px 12.3px;
}

.product-info__price .badge-custom .product-card__badge-list {
  position:relative;
  top: -4px;
}
.template-product .shopify-section--tabs .section {
  background-color: #F0F0EE;
  max-width: 1306px;
  width: 100%;
  margin: 0 auto 80px;
  padding: 80px 80px 100px;
  border-radius: 16px;
}
.custom_tabs {
  margin-bottom:10px;
}
.custom_tabs .section-stack {
  position:relative;
}
.custom_tabs .h2 {
  font-size: 34px;
  font-family: var(--font-main-bold);
  font-weight:normal !important;
  letter-spacing:0.8px;
}
.custom_tabs .prose {
  width:100%;
  max-width: 600px;
}
.custom_tabs .sub-content,
.custom_tabs .sub-price {
  margin-top:8px;
}
.custom_tabs .sub-price {
  font-size:19px;
  max-width:220px;
  position: relative;
  bottom: -47px;
}
.custom_tabs .tabs-inner {
  max-width: 50%;
  text-align:left;
}
.custom_tabs .tabs-inner .content-wrap {
  min-height: 108px;
  clear:both;
}
.custom_tabs .tabs-inner .content-wrap ul {
  border-bottom: 1px solid #000;
  margin-bottom: 15px;
  padding-bottom: 36px;
}
.custom_tabs .tabs-inner .content-wrap h6 {
  font-size: 20px;
  font-family: var(--font-main);
  font-weight:normal !important;
  float:left;
  margin-top:42px;
}
.custom_tabs .tabs-inner .content-wrap p {
  float:right;
}
.custom_tabs .tabs-inner .tabs-nav__button {
  width:100%;
  max-width:47%;
  color:#000;
  font-family: var(--font-main);
  font-weight:normal !important;
  letter-spacing:0.5px;
  border: 1px solid #000;
  border-radius: 26px;
  margin:17px 15px 0;
  padding: 7px 5px;
}
.custom_tabs .tabs-inner .tabs-nav__button:hover,
.custom_tabs .tabs-inner .tabs-nav__button[aria-selected=true] {
  color:#19454B;
  background-color:#B4C8C2; 
  border-color:#19454b;
}
.custom_tabs .tabs-inner::part(tab-list):after {
  display:none;
}
.custom_tabs .tabs-inner::part(tab-list) {
  display:block;
  box-shadow:none;
  padding-bottom: 10px;
}
.custom_tabs .tabs-inner .tabs-nav__button:first-child,
.custom_tabs .tabs-inner .tabs-nav__button:nth-child(5) {
  margin-left:0;
}
.custom_tabs .tabs-inner .tabs-nav__button:nth-child(3),
.custom_tabs .tabs-inner .tabs-nav__button:nth-child(4),
.custom_tabs .tabs-inner .tabs-nav__button:nth-child(6),
.custom_tabs .tabs-inner .tabs-nav__button:nth-child(7) {
  margin-right:0;
}
.custom_tabs .tabs-inner .img-wrap {
  width:100%;
  max-width:449px;
  max-height:500px;
  overflow:hidden;
  position:absolute;
  top:0;
  right:0;
  margin:0;
  border-radius:20px;
}
.custom_tabs .tabs-inner .img-wrap img {
  margin-top:0 !important;
}
.custom_tabs .tabs-inner:part(tab-list):after {
  display:none !important;
}
.custom_tabs .content-wrap li {
  list-style:none;
  padding-left: 30px;
}
.custom_tabs .content-wrap li:before {
  content: '';
  display:inline-block;
  background: url(//lusalighting.com/cdn/shop/files/vector-check-icon.svg?v=17078579568309210285) 0 0 no-repeat;
  vertical-align:middle;
  width:25px;
  height:25px;
  position:relative;
  top:-2px;
  left: -32px;
  margin-right: -30px;
  padding-right: 30px;
}
.custom_tabs .content-wrap a {
  font-size: 19px;
  font-family: var(--font-main-bold);
  font-weight:normal !important;
  border: 1px solid #000;
  background: none;
  display: inline-block;
  border-radius: 30px;
  text-decoration: none;
  position:relative;
  top:10px;
  padding:12px 45px;
}
.custom_tabs .content-wrap a:hover {
  color:#19454B;
  background-color:#B4C8C2;
  border-color:#19454b;
}
.custom_tabs .content-wrap a:after {
  content: '';
  display:inline-block;
  background: url(//lusalighting.com/cdn/shop/files/Vector-arrow-right.svg?v=1658503207289670591) 0 0 no-repeat;
  vertical-align:middle;
  width:13px;
  height:13px;
  margin-left:10px;
}
.custom_tabs .content-wrap a:hover:after {
  filter: brightness(0) invert(1);
}
.icons_popup label {
  max-width: 100%;
  width: 100%;
  display: block;
}
.custom-media-text .rounded {
  border-radius:20px;
}
.template-product .custom-media-text {
  display:none;
}
.template-product .retrofit-kit-wrap .product-video-Retrofit,
.template-product .remodel-kit-wrap .product-video-Remodel,
.template-product .new-construction-kit-wrap .product-video-New {
  display:block;
}
.template-product .remodel-housing-wrap .product-video-Remodel,
.template-product .adapters-wrap .product-video-Retrofit,
.template-product .new-construction-housing-with-bar-hangers-wrap .product-video-New {
  display:block;
}
.template-product .product-video-wrap .media-with-text__media {
  background: #ececec;
}
.template-product .product-video-wrap .media-with-text__media .img-video {
  padding: 60px 60px;
}
.template-product .product-video-wrap .media-with-text__media img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
  border-radius:25px;
}
.template-product .product-video-wrap .media-with-text__content {
  padding: 50px 0px 50px 60px;
}
.template-product .product-video-wrap p.sub_heading {
  font-size:33px !important;
  font-family: var(--font-main-bold);
  font-weight:normal !important;
  line-height: 1.3;
}
.template-product .product-video-wrap p.sub_heading:after {
  content:'';
  display:block;
  border-top:1px solid #000;
  width: 50px;
  margin: 43px 0 39px;
}
.template-product .product-video-wrap .button_wrap .btn_cta:hover {
  color: #19454b !important;
  background-color: #b4c8c2 !important;
  border-color: #19454b !important;
}
.template-product .product-video-wrap .button_wrap .btn_cta:last-child {
  margin-right:0 !important;
}
.template-product .product-video-wrap .button_wrap .btn_cta:last-child:after {
  content: '';
  display:inline-block;
  background: url(//lusalighting.com/cdn/shop/files/Vector-arrow-down.svg?v=10622646357333119191) 0 0 no-repeat;
  vertical-align:middle;
  width:13px;
  height:13px;
  position: relative;
  top: -1px;
  margin-left:10px;
}
@media screen and (max-width: 768px) {
  .template-product .product-video-wrap .media-with-text__media .img-video,
  .template-product .product-video-wrap .media-with-text__media img {
    border-radius:0;
    padding:0;
  }
  .template-product .product-video-wrap .media-with-text__content {
    padding:50px 30px;
  }
  .template-product .product-video-wrap p.sub_heading br {
    display:none;
  }
}

.template-product .mfp-content {
  width:100%;
  max-width:600px;
  margin:0 auto;
}
.template-product .mfp-close-btn-in .mfp-close {
  color: #fff;
  font-size: 40px;
  opacity: 1;
  top: -40px;
  right: -40px;
}
.template-product .mfp-close-btn-in .mfp-close:hover {
  color:#b4c8c2;
}

#shopify-section-template--20106084254012__cb9a95a2-b67f-487d-8028-3696e5bbaddf .section-blends,
#shopify-section-template--20106084254012__45184894-99ca-45b4-b73a-862374408587 .section-blends,
#shopify-section-template--20106084254012__de782589-49bf-406f-b8f4-ae48458c63f5 .section-blends {
  padding-top: 30px
}

/* Blog */
.blog-post-card__info .h1,
.blog-post-card__info .h2,
.blog-post-card__info .h3,
.blog-post-card__info .h4,
.blog-post-card__info .h5,
.blog-post-card__info .h6,
.article-comments__form .h1,
.article-comments__form .h2,
.article-comments__form .h3,
.article-comments__form .h4,
.article-comments__form .h5,
.article-comments__form .h6,
.article-banner__content .h0,
.article-content strong {
  font-family: var(--font-main-bold);
  font-weight:normal !important;
}
.article-banner__image {
  max-width:750px;
}
.article-banner__content .h0 {
  font-size:48px;
}
.article-comments__form .h1,
.blog-post-card__info .h1 {
  font-size:40px;
}
.article-comments__form .h2,
.blog-post-card__info .h2 {
  font-size:35px;
}
.article-content .prose h2 {
  line-height:35px;
  font-size:34px;
}
.article-comments__form .h3,
.blog-post-card__info .h3 {
  font-size:30px;
}
.article-content .prose h3 {
  line-height:32px;
  font-size:24px;
}
.article-comments__form .h4,
.blog-post-card__info .h4 {
  font-size:28px;
}
.article-comments__form .h5,
.blog-post-card__info .h5 {
  font-size:25px;
}
.article-comments__form .h6,
.blog-post-card__info .h6 {
  font-size:20px;
}
.article-content p,
.article-comments__form p,
.blog-post-card__info p {
  font-size:18px;
}
.article-navigation__title {
  font-size:35px;
  font-family: var(--font-main-bold);
  font-weight:normal !important;
}

/* Cart */
.cart-drawer .free-shipping-bar span {
  font-size: 16px;
  font-family: var(--font-main-bold);
  font-weight:normal !important;
}
.cart-drawer .free-shipping-bar span.bold.text-accent {
  color: #28292E;
  font-family: var(--font-main-bold);
  font-weight: 400!important;
}
.cart-drawer .free-shipping-bar .progress-bar:before {
  background: #D6A134;
}
.cart-drawer .h5 {
  font-size: 30px;
  font-family: var(--font-main-bold);
  font-weight:normal !important;
  margin-top:15px;
}
.cart-drawer .count-bubble {
  width:35px;
  font-size: 14px;
  background: #fff;
  color: #000;
  display: block;
  padding: 0;
}
.cart-drawer .count-bubble:before {
  content: '(';
  display:inline-block;
}
.cart-drawer .count-bubble:after {
  content: ')';
  display:inline-block;
}
.cart-drawer .drawer__close-icon {
  position:relative;
  top:-26px;
}
.cart-drawer .line-item__media-wrapper {
  background-color: #ebebeb;
  border-radius:5px;
  height: 100%;
}
.cart-drawer .line-item__media-wrapper img {
  padding-top: 0;
  height: 143px;
  object-fit: cover;
}
.cart-drawer .line-item__info {
  gap:0px;
}
.cart-drawer .line-item__info a {
  font-size: 16px;
  font-family: var(--font-main-bold);
  font-weight:normal !important;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 196px;
  width:100%;
}
.cart-drawer .line-item {
  align-items: flex-start;
  flex-wrap: wrap;
  min-height:210px;
}
.cart-drawer .line-item__actions {
  width:64%;
}
.cart-drawer .line-item__actions .v-stack {
  display:block;    
  position: relative;
  top: -50px;
}
.cart-drawer .quantity-selector {
  height: 32px;
}
.cart-drawer .quantity-input {
  display: inline-block;
  vertical-align: middle;
  float: left;
  width: 21px;
  border-radius: 20px;
  padding: 4px;
  border: none;
}
.cart-drawer .quantity-selector__button {
  padding: 9px;
}
.cart-drawer .quantity-selector__button .icon {
  width:7px;
}
.cart-drawer .text-xs {
  display: inline-block;
  vertical-align:middle;
  float: right;
  margin-top: 8px;
  position: relative;
  left: 0;
}
.cart-drawer .cart-drawer__recommendations .h-stack p {
  font-size: 18px;
  font-family: var(--font-main-bold);
  font-weight:normal !important;
}
.cart-drawer .v-stack.gap-6 {
  overflow-x: hidden;
}
.cart-drawer form.buy-buttons {
  width:100%;
  display:block;
}
.cart-drawer button[name="checkout"] {
  color:#19454b;
  background-color:#fff;
  font-size: 18px;
  font-family: var(--font-main-bold);
  font-weight:normal !important;
  width: 100%;
  margin-top: 12px;
}
.cart-drawer button[name="checkout"]:hover {
  color:#19454b;
  background-color:#B4C8C2;
}
.cart-drawer div[slot="footer"] .h5 {
  font-size: 19px;
  font-family: var(--font-main-bold);
  font-weight:normal !important;
}
.cart-drawer div[slot="footer"] .button {
  width:100%;
}
.cart-drawer div[slot="footer"] .text-subdued {
  border-top: 1px solid #DDE0DF;
  margin-top: 10px;
  padding-top: 10px;
}
.cart-drawer button[aria-controls="cart-drawer-note"] {
  display:none;
}
.order-summary__header .h2 {
  font-size: 54px;
  font-family: var(--font-main-bold);
  font-weight:normal !important;
  display:inline-block;
}
.order-summary__header .custom-count {
  display:inline-block;
  font-size: 16px;
  font-family: var(--font-main-bold);
  font-weight:normal !important;    
  vertical-align: top;
  padding: 8px;
}
.order-summary__header .custom-count:before {
  content: '(';
  display:inline-block;
}
.order-summary__header .custom-count:after {
  content: ')';
  display:inline-block;
}
.order-summary thead th {
  border-bottom: 1px solid #28292E;
}
.order-summary__body {
  border-top: 1px solid #28292E;
  border-bottom: 1px solid #28292E;
}
.line-item__media-wrapper {
  background-color: #f0f0ee;
  border-radius:5px;
}
.cart-order .quantity-input {
  display: inline-block;
  vertical-align:middle;
  float:left;
  width: 90px;
  border-radius: 20px;
}
.cart-order .text-xs {
  display: inline-block;
  vertical-align:middle;
  float: right;
  margin-top: 8px;
}
.cart-order line-item-quantity.v-stack {
  display: block;
}
.cart-order__recap {
  text-align:center;
}
.cart-order__recap h4 {
  font-size: 21px;
  font-family: var(--font-main-bold);
  font-weight:normal !important;
}
.cart-order__recap .button {
  color:#fff;
  background-color:#19454B;
  border: 1px solid #19454b;
}
.cart-order__recap .button:hover {
  color:#19454B;
  background-color:#B4C8C2;
  border-color:#19454b;
}
.cart-order__recap .button svg {
  display:none;
}
.cart-order__recap .btn-continue {
  font-size: 21px;
  font-family: var(--font-main-bold);
  font-weight:normal !important;
  text-align:center;
}
.cart-order .free-shipping-bar .progress-bar:before {
  background:#19454b;
}
.cart-order .free-shipping-bar .text-accent {
  color:#19454b;
  font-family: var(--font-main-bold);
  font-weight:normal !important;
}
.cart-drawer .flyout-cart-input {
  margin-top: 9px;
}
.cart-drawer .flyout-cart-input a.link {
  font-size:12px;
  font-family: var(--font-main);
  position: relative;
  left: 68px;
}
.template-cart .flyout-cart-input {
  display:none;
}
.cart-drawer .horizontal-product__info {
  display:block;
}
.cart-drawer .horizontal-product__info .btn_cta {
  font-size:16px;
  margin-top:5px;
  padding: 7.5px 20px;
}
.cart-drawer .buy-buttons .btn_cta {
  color: #fff;
  background-color: #19454b;
  border: 1px solid #19454b;
  font-weight: 400 !important;
}

/* Page */
.template-page-our-story .h1 {
  font-size: 46px;
  font-family: var(--font-main-bold);
  font-weight:normal !important;
}
.template-page-our-story .rich-text .prose div {
  margin-top:10px;
}
.template-page-our-story .rich-text .prose div p {
  font-size:21px;
}
.container .page-spacer {
  margin-bottom:0;
}
.static-content h4 {
  font-size: 24px;
  font-family: var(--font-main-bold);
  font-weight:normal !important;
}
.static-content p {
  font-size: 17px;
  margin:10px 0 30px;
}
.template-page-faqs .h2 {
  font-size: 35px;
  font-family: var(--font-main-bold);
  font-weight:normal !important;
}
.template-page-faqs .section-stack__main,
.template-page-faqs .section-stack__intro {
  width:100%;
  text-align:left;
}
.template-page-faqs .section-full {
  padding-bottom:40px;
}
.template-page-faqs .section-stack {
  gap: 0;
}
.template-page-faqs .section-stack__intro .prose {
  text-align:left;
}
.template-page-faqs .accordion-box .accordion__toggle {
  font-size: 19px;
  font-family: var(--font-main-bold);
  font-weight:normal !important;
}
.template-page-faqs .accordion-box .accordion__content p {
  font-size: 17px;
}
body .newsletter-drawer {
  top: 25%;
  bottom: auto !important;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.template-customers-login .newsletter-drawer,
.template-customers-account .newsletter-drawer {
  display:none;
}
.newsletter-drawer__content {
  border-radius:20px;
}
.newsletter-drawer__content .btn_cta .text-with-icon {
  font-size:19px;
  font-family: var(--font-main-bold);
  font-weight:normal !important;
}
.newsletter-drawer__content p.h5 {
  font-size:34px;
  font-family: var(--font-main-bold);
  font-weight:normal !important;
  line-height: 36px;
}
.newsletter-drawer__content .btn_cta .text-with-icon svg {
  display: none;
}
.newsletter-drawer__content .btn_cta .text-with-icon {
  color: #19454B !important;
}
#newsletter-drawer button.sm-max:hidden {
  top: 15px;
  right: 15px;
}
#newsletter-drawer button .icon {
  width: 30px;
  height: 30px;
  color:#fff;
}
.template-page-contact .section-stack__intro .text-center {
  text-align: left;
}
.template-page-contact .section-stack__intro .text-center h2 {
  font-size:55px;
  font-family: var(--font-main-bold);
  font-weight:normal !important;
} 
.template-page-contact .shopify-section--custom-html .section {
  background-color:#ECECEC;
  padding-top:60px;
  padding-bottom:60px;
}
.template-page-contact .ask-question {
  display: grid; 
  grid-template-columns: 0.6fr 1.4fr; 
  grid-template-rows: 1fr; 
  gap: 100px; 
  grid-template-areas: ". ."; 
}
.template-page-contact .ask-question .h2 {
  color:#25444A;
  font-size: 55px;
  font-family: var(--font-main-bold);
  font-weight:normal !important;
  margin-bottom:35px;
}
.template-page-contact .ask-question p {
  font-size:24px;
  line-height:1.2;
}
.template-page-contact .ask-question p strong {
  font-family: var(--font-main-bold);
  font-weight:normal !important;
  display:block;
  margin-bottom:25px;
}
.template-page-return:not(.scrolled) .header__wrapper,
.template-page-CCPA:not(.scrolled) .header__wrapper,
.template-page-return .shopify-section,
.template-page-CCPA .shopify-section {
  background:#f8f8f8; 
}
.template-page-return .return-content {
  width:100%;
  max-width:600px;
  text-align:center;
  background-color:#fff;
  border-radius:20px;
  margin:0 auto 80px;
  padding:40px 40px;
}
.template-page-return .shopify-section--main-page .page-spacer {
  margin-bottom:40px;
}
.template-page-return .return-content p {
  font-size:16px;
  margin-bottom:30px;
}
.custom-media-text .button_wrap a {
  font-family: var(--font-main-bold);
  font-weight:normal !important;
}
/*.why-lusa section:nth-child(2),
.why-lusa section:nth-child(3),
.why-lusa section:nth-child(4) {
  max-width:1300px;
  background-color:#f0f0ee;
  margin:0 auto;
}
.why-lusa section:nth-child(2) {
  padding-top:40px;
  border-radius: 20px 20px 0px 0px;
}
.why-lusa section:nth-child(4) {
  padding-bottom:40px;
  border-radius: 0px 0px 20px 20px;
}*/
.why-lusa .images-scrolling__content .h4 {
  font-family: var(--font-main-bold);
  font-weight:normal !important;
}
#shopify-section-template--22086061359420__custom_html_P3xRgF {
  height:0;
  display:none;
}
#shopify-section-template--22086061359420__multi_column_zby9QB .section {
  padding-top:100px;
}
#shopify-section-template--22086061359420__multi_column_zby9QB .section-stack {
  padding-top:45px;
}
#shopify-section-template--22086061359420__multi_column_zby9QB .multi-column__item:hover {
    background-color: #dee5e2;
}
@media screen and (max-width:768px) {
  .why-lusa section:nth-child(2) {
    border-radius: 10px 10px 0px 0px;
  }
  .why-lusa section:nth-child(4) {
    border-radius: 0px 0px 10px 10px;
  }
  .why-lusa .images-scrolling__content .h4 {
    font-size:20px;
    padding-top:15px;
  }
  #main #shopify-section-template--22086061359420__rich_text_kapacW .rich-text__wrapper .h1 {
    font-size: 20px;
    max-width: 250px;
  }
  #main #shopify-section-template--22086061359420__rich_text_BnkW8C .rich-text__wrapper {
    border-bottom: none;
  } 
  #main #shopify-section-template--22086061359420__rich_text_BnkW8C .section-blends {
    padding-bottom: 0;
  }
  #main #shopify-section-template--22086061359420__multi_column_zby9QB h2 {
    font-size:27px;
  }
  #main #shopify-section-template--22086061359420__multi_column_zby9QB .multi-column__item {
    padding: 40px 30px;
  }
  #main #shopify-section-template--22086061359420__multi_column_zby9QB .h4 {
    font-size:22px;
  }
  #main #shopify-section-template--22086061359420__multi_column_zby9QB .prose p {
    font-size: 19px;
  }
  .why-lusa .images-scrolling__counter {
    display:none;
  }
  #shopify-section-template--22086061359420__multi_column_zby9QB .section {
    padding-top:0px;
  }
  .template-page-contact .shopify-section--custom-html .section {
    padding-bottom: 0;
  }
  .template-page-contact .ask-question {
    display:block;                
  }
  .template-page-contact .ask-question > p {
    display: block !important;
    width: 100% !important;
  }
  .template-product .shopify-section--accordion-content .section {
    padding-top: 150px;
  } 
}
/* Footer */
.footer .form-control {
  overflow:hidden;
}
.footer input[type="email"] {
  border:1px solid #28292E;
  border-radius:8px;
}
.footer .custom_cta {
  font-size: 19px;
  font-family: var(--font-main-bold);
  font-weight:normal !important;
  position:relative;
  padding: 0 14px;
}
.footer .custom_cta:before {
  content: "";
  display: block;
  border-left: 1px solid #28292E;
  height: 65px;
  position: absolute;
  top: -17px;
  left: -19px;
}
.footer .floating-label {
  color:#28292E;
  opacity:1;
}
.footer p.bold {
  font-size: 19px;
  font-family: var(--font-main-bold);
  font-weight:normal !important;
}
.footer .footer__block:last-child a {
  background:none;
  text-decoration:none;
}
.footer .footer__copyright {
  font-size:16px;
  letter-spacing:1px;
}
.footer .footer__copyright a {
  padding:5px 5px;
}
.footer .footer__copyright a:hover {
  color:#000;
}
.footer .banner--success {
  color: #000;
  background-color:transparent;
  justify-content: left;
  padding: 10px 0;
}
.footer__copyright a:after {
  content: '|';
  display:inline-block;
  margin-left:15px;
}
.footer__copyright a:last-child:after {
  display:none;
}
.footer__block--menu {
  max-width:170px;
  width:100%;
}
.footer__block--menu:last-child {
  margin-inline-end: 0;
}
.footer .form-message p {
  color:#000;
  padding:10px 0;
}
.footer .failed-message p {
  color:red;
  padding:10px 0;
}

.footer .ql-font-kanit {
  font-size: 16px !important;
  font-family: var(--font-main)!important;
  font-weight: 400 !important;
  color: #6c6c6c;
}
.footer div.kl-private-reset-css-Xuajs1 {
  padding:0 !important;
  min-height:0 !important;
}
.footer .kl-private-reset-css-Xuajs1 input[type=email] {
  border: 1px solid #28292E !important;
  border-top-left-radius: 8px !important;
  border-bottom-left-radius: 8px !important;
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
  background-color:#f2f2f2 !important;
  margin-top: 0;
  padding-left: 15px !important;
  padding-right: 15px !important;
}
.footer .kl-private-reset-css-Xuajs1 input[type=email]:focus,
.footer .kl-private-reset-css-Xuajs1 input[type=email]:hover {
  outline:none !important;
  box-shadow:none !important;
}
.footer .kl-private-reset-css-Xuajs1 input[type=email]:focus {
  border-top:2px solid #28292E !important;
  border-left:2px solid #28292E !important;
  border-bottom:2px solid #28292E !important;
}
.footer .go3176171171 p {
    margin: 0px 0 25px !important;
}
.footer button.go3894874857 {
  font-size: 19px !important;
  font-family: var(--font-main-bold) !important;
  font-weight: 400 !important;
  height: 52px !important;
  border: 1px solid #28292E !important;
  border-top-right-radius: 8px !important;
  border-bottom-right-radius: 8px !important;
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
  border-left:none !important;
  padding-left:15px !important;
  padding-right:15px !important;
}

/* Filter */
.template-collection .facets-horizontal {
  justify-content: right;
}
@media screen and (max-width:1360px) {
  .template-page-contact .shopify-section--text-with-icons .text-with-icons__item {
    max-width: 580px !important;
  }
}
@media screen and (max-width:1310px) {
  .facet-dialog {
    max-width: min(1100px,70vw);
  }
  .collection .facets-horizontal {
    width: 134%;
    display: block;
    /*position: absolute;
    top: -7px;
    left: 0;*/
  }
  .collection form.contents {
    position: relative;
    /*height: 79px;*/
    display: block;
    width: 894px;
    overflow-x: scroll;
  }
  .collection__top-bar .wrap {
    display:block;
  }
  .collection__top-bar .facet-dialog-option {
    display: inline-block;
    margin-left:0;
    margin-right:7px;
  }
  .facets-horizontal {
    width: 1000px;
    display:block;
  }
  .template-page-contact .shopify-section--text-with-icons .text-with-icons__item {
    max-width: 500px!important;
  }
}
@media screen and (max-width:1200px) {
  .custom_tabs .tabs-inner .img-wrap {
    max-width: 429px;
  }
  .collection__top-bar h2 {
    position:static;
  }
  .collection .facets-horizontal {
    top: 0;
  }
  .collection--filters-horizontal .collection__top-bar {
    row-gap: 0;
    grid-template-columns: none;
  }
}
@media screen and (max-width:1120px) {
  .custom_tabs .tabs-inner .img-wrap {
    max-width: 380px;
  }
}

@media screen and (max-width: 1000px) {
  .template-page-contact .shopify-section--text-with-icons .text-with-icons__item {
    max-width: 400px!important;
  }
  .template-page-contact .shopify-section--text-with-icons .text-with-icons .prose p.h5 {
    font-size:35px !important;
  }
  .template-page-contact .shopify-section--text-with-icons .text-with-icons .prose p {
    font-size:16px !important;
  }
  .template-product .shopify-section--tabs .section {
    padding: 50px;
  }
  .custom_tabs .tabs-inner .img-wrap {
    max-width: 310px;
  }
  .shopify-section--main-collection {
    overflow:hidden;
  }
  .collection__top-bar .facets-summary {
    overflow: visible;
  }
  .collection__top-bar .facet-dialog {
    padding:0;
  }
  .collection__top-bar, 
  .collection__facets {
    display: block;
  }
  .collection__top-bar h2 {
    position:static;
  }
  /*.collection form.contents {
    height: 49px;
  }*/
  .template-product .btn_cta {
    color:#fff;
    background-color:#4B5D57;
  }
  .shopify-section--tabs {
    padding:0 20px;
  }
  .template-product .shopify-section--hot-spots .content-over-media {
    overflow:visible !important;
    grid-template: none;
    gap: 0;
    place-items: center;
    display: block;
    padding-bottom:30px;
  }
  .template-product .shopify-section--hot-spots .section-stack {
    display:block;
  }
  .template-product .hot-spot-popover::part(body) {
    padding: 15px 0 5px;
  }
  .template-product .hot-spot {
    position: static !important;
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    max-width: 100% !important;
    padding:3px 20px;
  }
  .template-product .hot-spot-popover {
    position: relative !important;
  }
  .shopify-section--hot-spots h2 {
    font-size: 34px;
  }
  .shopify-section--hot-spots p {
    font-size: 16px;
    line-height: 22px;
  }
  .shopify-section--hot-spots .btn_cta {
    color:#28292E;
    border-color:#28292E;
  }
  .template-product .hot-spot .hot-spot-popover:before {
    top: 31px;
    left: 9px !important;
  }
  .template-product .hot-spot .prose {
    max-width: 100%!important;
    text-align: left !important;
    padding-top:5px;
    padding-bottom:1px;
    padding-left: 40px;
    color: #19454B;
  }
  .template-product .popover::part(overlay) {
    display:none;
  }
  .template-product .popover::part(content) {
    display:block;
    border-radius: 0px;
    background: transparent;
  }
}
@media screen and (max-width: 900px) {
  /*.header__icon-list [aria-controls="header-sidebar-menu"] {
    display:none;
  }
  .header__icon-list .header__link-list {
    display:block;
  }*/
  .template-product .shopify-section--tabs .section {
    overflow:hidden;
    padding: 30px 35px;
  }
  .custom_tabs .tabs-inner {
    display:block;
    max-width: 100%;
  }
  .custom_tabs .tabs-inner .img-wrap {
    position:static;
    max-width: 100%;
  }
  .custom_tabs .tabs-inner .tabs-nav__button {
    margin: 0 7px;
    padding: 5px 20px;
  }
  
  .custom_tabs .tabs-inner .content-wrap {
    margin-top: 0;
  }
  .custom_tabs .content-wrap a {
    top:20px;
    padding:10px 35px;
  }
  .custom_tabs .tab-content.prose {
    max-width:100%;
    border-top: 1px solid #000;
    padding-top: 20px;
  }
  .template-product .jdgm-carousel-item__review-body {
    font-size: 24px;
  }
  .facet-dialog {
    max-width: min(1100px,66vw);
  }
  .collection .facets-horizontal {
    width: 146%;
  }
}
@media screen and (min-width: 700px) {
  .block-swatch {
    text-align:center;
    max-width: 100px;
    white-space: break-spaces;
  }
}

@media (max-width: 768px) {
  .template-product .shopify-section--accordion-content .btn_wrap {
    display:block;
    margin-bottom:15px;
    top:-200px;
    left:0;
    right:0;
  }
  .template-page-contact .shopify-section--text-with-icons .text-with-icons__item {
    max-width: 373px !important;
    margin-bottom:10px !important;
  }
  .template-page-contact .shopify-section--text-with-icons .text-with-icons .prose p.h5 {
    font-size: 28px !important;
  }
  .template-collection .media-with-text .h2 {
    font-size: 34px;
  }
  .template-collection .media-with-text p {
    margin-top:5px;
  }
  a[aria-controls="cart-drawer"] {
    left: -15px;
    position: relative;
  }
  .template-product details.accordion>summary,
  .template-product details.accordion>div {
    max-width: 100%;
  }
  .template-product .product-gallery--mobile-expanded .product-gallery__media {
    max-width: 95vw;
    margin-left: -17px;
  }
  .template-product .product-gallery--mobile-expanded .product-gallery__media img {
    width:100%;
  }
  
  .template-product .product-gallery__zoom .circle-button {
    display:none;
  }
  .template-product details.accordion {
    max-width: 100%;
    margin:0 auto;
    display:block;
  }
  
  .custom_tabs .tabs-inner::part(tab_buttons) {
    width:550px;
    overflow-x: scroll;
    margin-bottom: 5px;
    padding: 0 0 15px;
    -webkit-appearance: none;
  }
  .custom_tabs .tabs-inner .content-wrap h6 {
    float: none;
    margin-top: 22px;
  }
  .custom_tabs .tabs-inner .content-wrap p {
    float: none;
    margin-top: 0;
  }
  .custom_tabs .tabs-inner::part(tab_inner) {
    width: 700px;
  }
  .shopify-section--featured-collection h2,
  .shopify-section--before-after-image h2 {
    font-size: 34px;
  }
  .shopify-section--featured-collection p,
  .shopify-section--before-after-image .section-stack__intro p {
    font-size: 16px;
    line-height: 22px;
  }
  
  .template-product :is(.drawer,.popover)::part(outside-close-button) {
    display: none !important;
  }
  .template-product .jdgm-review-widget--medium .jdgm-rev-widg {
    padding: 34px 56px;
  }
  .template-product .jdgm-write-rev-link.jdgm-write-rev-link {
    font-size: 19px;
    font-family: var(--font-main-bold);
    font-weight: normal !important;
    max-width:80%;
    color: #19454b;
    background-color: #fff;
    border: 1px solid #19454b;
    display: inline-block;
    border-radius: 30px;
    text-decoration: none;
    margin-top:20px;
    padding: 17.5px 15px;
  }
  .template-product .jdgm-rev-widg {
    padding: 54px 40px !important;
  }
  .template-product .elspw-content .remodal-cancel,
  .template-product .elspw-content .remodal-confirm {
    margin-bottom: 15px;
    width: 100%;
  }
  .shopify-section--text-with-icons .h3 {
    font-size: 30px;
  }
  .shopify-section--text-with-icons .text-with-icons__item {
    max-width: 300px;
  }
  .variant-picker__option .block-swatch {
    max-width: 48%;
  }
  .rich-text .custom_paragraph {
    font-size:24px;
  }
  .revealed-image__content .h0 {
    font-size:45px;
  }
  .revealed-image__content .h0 br {
    display:none;
  }
  .shopify-section--collection-list .section {
    padding-bottom: 40px;
  }
  .scrolling-text__text {
    font-size:80px;
  }
  .template-page-faqs .h2 {
    font-size: 25px;
  }
  .shopify-section--before-after-image .section-stack__intro .prose, 
  .shopify-section--before-after-image .section-stack__intro .cta-wrap {
    width:100%;
  }
  .shopify-section--before-after-image .section-stack__intro .cta-wrap {
    text-align:left;
    margin-top: 22px;
  }
  .template-page-faqs .accordion-box .accordion__toggle {
    font-size:18px;
  }
  .template-page-faqs .accordion-box .accordion__content p {
    font-size: 16px;
  }
  .footer .footer__block-list {
    display:block;
  }
  .footer .footer__block--menu {
    max-width: 250px;
    margin: 20px 0px;
  }
  .footer .footer__copyright {
    font-size:12px;
  }
  .footer .custom_cta {
    font-size:16px;
  }
}
@media (max-width: 500px) {
  .template-page-our-story .multi-column__item .img-wrap {
    width:80px !important;
    height:80px !important;
  }
  .template-page-our-story .multi-column__item .img-wrap img {
    width:44px !important;
  }
  .template-page-faqs .section-stack__intro .text-center h2,
  .template-page-contact .section-stack__intro .text-center h2 {
    font-size: 40px !important;;
  }
  .template-page-contact .shopify-section--text-with-icons .text-with-icons__item {
    max-width: 323px !important;
  }
  .template-page-faqs .accordion__toggle,
  .template-page-contact .accordion__toggle {
    font-size: 22px !important;
  }
  .template-page-faqs .accordion__content p,
  .template-page-contact .accordion__content p {
    font-size: 22px !important;
  }
  .collection .product-card {
    max-width:166px; 
  }
  .shopify-section--hot-spots .section {
    padding-top: 33px;
  }
  .collection-list .collection-card__content:first-child {
    padding-bottom:10px;
  }
  .custom_tabs {
    margin-bottom: 42px;
  }
  .collection .facets-horizontal {
    width: 174%;
  }

  #shopify-section-template--20106083467580__rich_text_KcKEpx .h1 {
    hyphens: none;
  }
}
.template-product .scrollbar__progress:before {
  background-color: #19454B;
  border-radius:25px;
}
.template-product .scrollbar__progress {
  height: 5px;
  border-radius:25px;
}

/* Reviews */
.template-index .shopify-section--apps {
  margin-bottom:70px;
}
.template-index .jdgm-carousel-title,
.template-index .jdgm-carousel-number-of-reviews,
.template-index .jdgm-carousel-item__review-rating {
  display:none !important;
}
.template-index .jdgm-carousel-title-and-link {
  display:block;
  margin:0 auto;
  width:100%;
  height:auto;
}
.template-index .jdgm-carousel-item,
.template-index .jdgm-carousel--compact-theme.jdgm-carousel {
  width:100%;
}
.template-index .jdgm-carousel__item-wrapper {
  height: auto;
}
.template-index .jdgm-carousel--compact-theme .jdgm-carousel-item__reviewer-name-wrapper {
  text-align: center;
  padding: 25px 12px;
}
.template-index .jdgm-carousel-item__review-body {
  font-size: 38px;
  font-weight:normal !important;
}
.template-index .jdgm-line-clamp {
  display: -webkit-box;
  -webkit-box-orient: horizontal;
  overflow: visible;
  text-overflow: inherit;
  text-align:center;
}
.template-index .jdgm-carousel-item__review-body p {
  margin:15px auto;
}
.template-index .jdgm-carousel-item__review-body p:before {
  content: '';
  display:inline-block;
  background: url(//lusalighting.com/cdn/shop/files/left-quote.png?v=10533364918025976633) 0 0 no-repeat;
  width:30px;
  height:30px;
  vertical-align:top;
  position:relative;
  top:-8px;
  right:5px;
}
.template-index .jdgm-carousel-item__review-body p:after {
  content: '';
  display:inline-block;
  background: url(//lusalighting.com/cdn/shop/files/right-quote.png?v=188734823351261857) 0 0 no-repeat;
  width:30px;
  height:30px;
  vertical-align:bottom;
  position:relative;
  top:10px;
  left:5px;
}

.template-index .jdgm-carousel-item__reviewer-name {
  font-size:16px;
  font-family: var(--font-secondary);
  font-weight:normal !important;
  text-transform:uppercase;
}
.template-product .jdgm-rev-widg__header:before {
  content: '';
  display:inline-block;
  background: url(//lusalighting.com/cdn/shop/files/Stars.png?v=3996631923200925649) 0 0 no-repeat;
  width:105px;
  height:41px;
  margin:0 auto;
  text-align:center;
}
.template-product #judgeme_product_reviews {
  background-color:#fff;
  border-radius:20px;
}
.template-product .jdgm-rev-widg {
  padding: 54px 76px;
}
.template-product .jdgm-widget:not(.jdgm-review-widget--small,.jdgm-review-widget--medium) .jdgm-row-stars,
.template-product .jdgm-widget:not(.jdgm-review-widget--small,.jdgm-review-widget--medium) .jdgm-rev-widg__summary,
.template-product .jdgm-widget:not(.jdgm-review-widget--small,.jdgm-review-widget--medium) :not(.jdgm-revs-tab__content-header)>.jdgm-widget-actions-wrapper {
  display:block;
  width:100%;
  border: none;
}
.template-product .jdgm-rev__icon,
.template-product .jdgm-histogram, 
.template-product .jdgm-row-actions,
.template-product .jdgm-rev-widg__title,
.template-product .jdgm-rev-widg__summary-text,
.template-product .jdgm-rev-widg__summary .jdgm-star {
  display:none !important;
}
.template-product .jdgm-widget:not(.jdgm-review-widget--small,.jdgm-review-widget--medium) .jdgm-write-rev-link {
  font-size: 19px;
  font-family: var(--font-main-bold);
  font-weight: normal !important;
  color: #19454b;
  background-color: #fff;
  border: 1px solid #19454b;
  display: inline-block;
  border-radius: 30px;
  text-decoration: none;
  margin-top:20px;
  padding: 17.5px 32px;
}
.template-product .jdgm-widget:not(.jdgm-review-widget--small,.jdgm-review-widget--medium) .jdgm-write-rev-link:hover {
  color: #19454b;
  background-color: #b4c8c2;
}
.template-product .form-horizontal p.center {
  display:none;
}
.template-product bis-popup select, 
.template-product bis-popup input {
  padding: 0;
  width: 100%;
  font-size: 16px;
  border-bottom: 1px solid #e3e3e3;
}
.template-product .wall-mount-wrap .shopify-section.shopify-section--main-product,
.template-product .pendant-wrap .shopify-section.shopify-section--main-product {
  display:block;
}
.template-product .wall-mount-wrap .shopify-section,
.template-product .pendant-wrap .shopify-section {
  display:none;
}
bis-inline.product-form__buttons {
  font-size: 19px;
  font-family: var(--font-main-bold);
  font-weight: 400!important;
  border: 1px solid #19454b;
  background-color: #19454b;
  display: inline-block;
  border-radius: 30px;
  text-decoration: none;
  padding: 12px 32px;
  cursor:pointer;
}
bis-inline.product-form__buttons:hover {
  background-color: #fff !important;
}
bis-inline.product-form__buttons:hover span {
  color: #19454b !important;
}
.facets__floating-filter {
  display:none;
}
.jdgm-widget:not(.jdgm-review-widget--small,
.jdgm-review-widget--medium) .jdgm-rev-widg[data-number-of-reviews="0"] .jdgm-widget-actions-wrapper {
  border:none !important;
}
.template-product .elspw-modal {
  border-radius:15px;
}
.template-product .elspw-content h1 {
  font-size:25px !important;
  font-family: var(--font-main-bold) !important;
  font-weight:normal !important;
}
.template-product .elspw-content h1 strong {
  font-weight:normal !important;
}
.template-product .elspw-content p {
  font-size:18px;
  font-family: var(--font-main) !important;
  font-weight:normal !important;
}
.template-product .elspw-content ul {
  margin: 16px 0 0 30px;
}
.template-product .elspw-content ul li {
  font-family: var(--font-main) !important;
  font-weight:normal !important;
  margin-left: -16px;
  padding-bottom: 14px;
}
.template-product .elspw-content ul li:before {
  content: "";
  background-color: #b4c8c2;
  border-radius: 0.375rem;
  height: 8px;
  width: 8px;
  display: inline-block;
  vertical-align: top;
  position: relative;
  left: -14px;
  margin: 9px -8px 0 0;
}
.template-product .elspw-content .remodal-cancel {
  font-size: 19px;
  font-family: var(--font-main-bold);
  font-weight: 400!important;
  display: inline-block;
  border-radius: 30px;
  text-decoration: none;
  padding: 10.5px 32px;
}
.template-product .elspw-content .remodal-confirm {
  font-size: 19px;
  font-family: var(--font-main-bold);
  font-weight: 400!important;
  color: transparent;
  background-color: #19454b;
  border: 1px solid #19454b;
  display: inline-block;
  border-radius: 30px;
  text-decoration: none;
  padding: 10.5px 12px;
}
.template-product .elspw-content .remodal-confirm:hover {
  color: #19454b;
  background-color: #b4c8c2;
  border-color: #19454b;
}
.template-product .elspw-content .remodal-confirm:before {
  content: 'Add to cart';
  display:inline-block;
  color:#fff;
  margin-right:-26px;
  position: relative;
  z-index: 1;
}
.template-product .elspw-content .remodal-confirm:hover:before {
  background-color: #b4c8c2;
}
.collection .tag-4,
.collection .tag-5,
.collection .tag-6,
.collection .tag-7,
.collection .tag-9 {
  display:none;
}

.multi-column-feature .multi-column__item:hover .img-wrap img,
.multi-column-feature .multi-column__item:hover .img-wrap:after {
  transform: scale(1.1);
}
.multi-column-feature .multi-column__item .img-wrap {
  position:relative;
  cursor:pointer;
  border-radius:22px;
  display:block;
  transition: all .5s ease-out;
  overflow:hidden;
}
.multi-column-feature .multi-column__item .img-wrap:after {
  content: '';
  width:50px;
  height:50px;
  background: url(//lusalighting.com/cdn/shop/files/plus-btn.svg?v=11253866330089674321) 0 0 no-repeat;
  transition: all .5s ease-out;
  position:absolute;
  right:25px;
  bottom:35px;
  z-index:9;
}
.multi-column-feature .multi-column__item .img-wrap.open:after {
  transition: all .5s ease-out;
  rotate: 45deg;
}
.multi-column-feature .multi-column__item .img-wrap img {
  border-radius:22px;
  display:block;
  overflow:hidden;
  transition: all .5s ease-out;
}
.multi-column-feature .text-start {
  width:100%;
  height:100%;
  position:absolute;
  top:0;
  left:0;
  right:0;
  z-index:9;
  border-radius:22px;
}
.multi-column-feature .grid__title {
  position:absolute;
  bottom:0;
  left:0;
  right:0;
  padding: 30px 25px;
}
.multi-column-feature .grid__title .h4 {
  color:#fff;
  font-family: var(--font-main-bold);
  font-weight: 400!important;
  letter-spacing:.5px;
}
.multi-column-feature .inner-content {
  font-size:24px;
  font-family: var(--font-main-bold);
  font-weight: 400!important;
  opacity:0;
  transform: translateY(100%);
  visibility:hidden;
  border-radius:20px;
  background-color:#b4c8c2;
  transition: all .5s ease-out;
  padding:45px 35px;
  line-height:1.4;
}
@media (max-width: 1200px) {
  .multi-column-feature .inner-content {
    font-size:19px;
    line-height:1.3;
    padding: 25px 25px;
  }
  .multi-column-feature .grid__title {
    padding: 30px 45px 30px 25px;
  }
  .multi-column-feature .grid__title .h4 {
    font-size:22px;
  }
  .multi-column-feature .multi-column__item .img-wrap:after {
    width: 42px;
    height: 42px;
  }
}

.multi-column-feature .inner-content.active {
  color:#19454b; 
  opacity:1;
  visibility: visible;
  transform: translateY(0);
}
.okeReviews[data-oke-container] .oke-reviewContent-title, 
div.okeReviews .oke-reviewContent-title,
.okeReviews .oke-reviewContent-body.oke-bodyText {
  font-family: var(--font-main) !important;
  font-weight: 400!important;
}

.okeReviews[data-oke-container] .oke-media-image, 
.okeReviews[data-oke-container] .oke-media-image:hover,
div.okeReviews .oke-media-image,
div.okeReviews .oke-media-image:hover,
.oke-media.oke-mediaCollage-item:hover {
  border-radius:15px;
  transition: none !important;
  cursor:pointer;
}



#block-template--20106084254012__de782589-49bf-406f-b8f4-ae48458c63f5-78d780bb-c2c9-4c0e-b81e-8e07e5f83620 {
  --media-with-text-item-grid-template: none !important;
}
/*#block-template--20106084254012__de782589-49bf-406f-b8f4-ae48458c63f5-78d780bb-c2c9-4c0e-b81e-8e07e5f83620 video {
  display:none;
}
#block-template--20106084254012__de782589-49bf-406f-b8f4-ae48458c63f5-78d780bb-c2c9-4c0e-b81e-8e07e5f83620 video-media {
  height:0;
}*/
#block-template--20106084254012__de782589-49bf-406f-b8f4-ae48458c63f5-78d780bb-c2c9-4c0e-b81e-8e07e5f83620 .media-with-text__content {
  display:none;
}
product-card[handle="round-trim"] .rating,
.round-trim-wrap .product-info__rating {
  display:none;
}

.template-page-installation-videos .product-video-wrap .img-video img {
  height: 100%;
  object-fit: cover;
}

.remodel-housing-wrap #shopify-section-template--20106084254012__feature_chart_xRFqXJ,
.new-construction-housing-with-bar-hangers-wrap #shopify-section-template--20106084254012__feature_chart_xRFqXJ {
  display:none;
}
.template-product .custom-feature-chart .feature-chart,
.template-page-why-lusa-page .custom-feature-chart .feature-chart
.template-page-why-us .custom-feature-chart .feature-chart, {
  border-radius:10px;
  padding:0px 34px 0px; 
}
@media screen and (max-width: 768px) {
  .lusa-chart-right,
  .feature-chart {
    background-color:#e9efed;
  }
  .template-product .feature-chart {
    padding:0 20px !important;
  }
  .template-product .elspw-content .remodal-confirm {
    height:53px;
  }
}
.template-page-why-lusa-page .custom-feature-chart  .feature-chart__table,
.template-page-why-us .custom-feature-chart  .feature-chart__table,
.template-product .custom-feature-chart .feature-chart__table {
  overflow:visible;
}
.template-page-why-lusa-page .custom-feature-chart  .feature-chart__table-row,
.template-product .custom-feature-chart .feature-chart__table-row {
  align-items: center;
  border-color:#95AEA6;
  padding-top: 0;
  padding-bottom: 0;
}
.template-page-why-lusa-page .custom-feature-chart .feature-chart__table-row .feature-chart__value,
.template-page-why-us .custom-feature-chart .feature-chart__table-row .feature-chart__value,
.template-product .custom-feature-chart .feature-chart__table-row .feature-chart__value {
  font-size:15px;
}
.template-page-why-lusa-page .custom-feature-chart .feature-chart__table-row:first-child .feature-chart__heading,
.template-page-why-us .custom-feature-chart .feature-chart__table-row:first-child .feature-chart__heading,
.template-product .custom-feature-chart .feature-chart__table-row:first-child .feature-chart__heading {
  opacity:0;
}
.template-page-why-us .custom-feature-chart  .feature-chart__table-row {
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
}
.template-page-why-us .custom-feature-chart  .feature-chart__table-row:nth-child(2) {
  border-top:none;
}
.template-page-why-us .custom-feature-chart .feature-chart__table-row .feature-chart__value {
  font-size:15px;
  border-left:1px solid #dededf;
}
.template-page-why-us .custom-feature-chart .feature-chart__table-row:first-child .feature-chart__heading {
  opacity:0;
}
.template-page-why-lusa-page .custom-feature-chart .feature-chart__table-row:first-child .feature-chart__value,
.template-page-why-us .custom-feature-chart .feature-chart__table-row:first-child .feature-chart__value,
.template-product .custom-feature-chart .feature-chart__table-row:first-child .feature-chart__value { 
  font-size:25px;
  font-weight: 400!important;
  border-left:none;
}
.template-page-why-lusa-page .custom-feature-chart .feature-chart__table-row:first-child .feature-chart__value p,
.template-page-why-us .custom-feature-chart .feature-chart__table-row:first-child .feature-chart__value p,
.template-product .custom-feature-chart .feature-chart__table-row:first-child .feature-chart__value p { 
  letter-spacing:0.7px;
}
.template-page-why-lusa-page .custom-feature-chart .feature-chart__table-row:first-child .feature-chart__value:last-child,
.template-page-why-us .custom-feature-chart .feature-chart__table-row:first-child .feature-chart__value:last-child,
.template-product .custom-feature-chart .feature-chart__table-row:first-child .feature-chart__value:last-child {
  font-size:25px;
}
.template-page-why-lusa-page .custom-feature-chart .feature-chart__table-row .feature-chart__heading,
.template-page-why-us .custom-feature-chart .feature-chart__table-row .feature-chart__heading,
.template-product .custom-feature-chart .feature-chart__table-row .feature-chart__heading {
  font-size:20px;
  font-weight: 400!important;
  position:relative;
  line-height:1.1;
  padding-right: 10px;
}
.template-page-why-lusa-page .custom-feature-chart .heading_content,
.template-page-why-us .custom-feature-chart .heading_content,
.template-product .custom-feature-chart .heading_content {
  display:inline-block;
  position:relative;
}
.template-page-why-lusa-page .custom-feature-chart .heading_content .hover-button,
.template-page-why-us .custom-feature-chart .heading_content .hover-button,
.template-product .custom-feature-chart .heading_content .hover-button {
  cursor:pointer;
  position: relative;
  top: -12px;
}
.template-page-why-lusa-page .custom-feature-chart .heading_content .hover-content,
.template-page-why-us .custom-feature-chart .heading_content .hover-content,
.template-product .custom-feature-chart .heading_content .hover-content {
  position: absolute;
  top: 10px;
  left: 16px;
  width: 237px;
  background: #fff;
  color: #28282D;
  font-size: 15px;
  font-family: var(--font-main) !important;
  font-weight: 400!important;
  border-radius: 10px;
  z-index:9;
  box-shadow: 0px 3px 7px 2px rgba(0,0,0,0.21);
  -webkit-box-shadow: 0px 3px 7px 2px rgba(0,0,0,0.21);
  -moz-box-shadow: 0px 3px 7px 2px rgba(0,0,0,0.21);
  padding: 20px 15px;
}
.template-page-why-lusa-page .custom-feature-chart .feature-chart__table-row .feature-chart__heading .hover-button,
.template-page-why-us .custom-feature-chart .feature-chart__table-row .feature-chart__heading .hover-button,
.template-product .custom-feature-chart .feature-chart__table-row .feature-chart__heading .hover-button {
  width:15px;
  height:15px;
  display:inline-block;
}
.template-page-why-lusa-page .custom-feature-chart .feature-chart__table-row .feature-chart__value,
.template-page-why-us .custom-feature-chart .feature-chart__table-row .feature-chart__value,
.template-product .custom-feature-chart .feature-chart__table-row .feature-chart__value {
  text-align:center;
  padding: 15px 0;  
  color:#161819;
}
.template-page-why-lusa-page .custom-feature-chart .feature-chart__table-row .feature-chart__value p,
.template-page-why-us .custom-feature-chart .feature-chart__table-row .feature-chart__value p,
.template-product .custom-feature-chart .feature-chart__table-row .feature-chart__value p {
  max-width:370px;
  width:100%;
  margin:5px auto 0;
  line-height: 1.3;
}
.template-page-why-lusa-page .custom-feature-chart .feature-chart__table-row .feature-chart__value h5,
.template-page-why-us .custom-feature-chart .feature-chart__table-row .feature-chart__value h5,
.template-product .custom-feature-chart .feature-chart__table-row .feature-chart__value h5 {
  font-size: 16px;
  font-family: var(--font-main-bold);
  font-weight: 400!important;
  margin:15px 0 0;
}
.template-page-why-lusa-page .custom-feature-chart .feature-chart__table-row .feature-chart__value p strong,
.template-page-why-us .custom-feature-chart .feature-chart__table-row .feature-chart__value p strong,
.template-product .custom-feature-chart .feature-chart__table-row .feature-chart__value p strong {
  font-family: var(--font-main-bold);
  font-weight: 400!important;
}
.template-page-why-lusa-page .custom-feature-chart .feature-chart__table-row .feature-chart__value .img-wrap,
.template-page-why-us .custom-feature-chart .feature-chart__table-row .feature-chart__value .img-wrap,
.template-product .custom-feature-chart .feature-chart__table-row .feature-chart__value .img-wrap {
  width:100%;
  height:100px;
  text-align:center;
}
.template-page-why-lusa-page .custom-feature-chart .feature-chart__table-row .feature-chart__value .img-wrap-light,
.template-page-why-us .custom-feature-chart .feature-chart__table-row .feature-chart__value .img-wrap-light,
.template-product .custom-feature-chart .feature-chart__table-row .feature-chart__value .img-wrap-light {
  width:100%;
  height:130px;
  text-align:center;
}
.template-page-why-lusa-page .custom-feature-chart .feature-chart__table-row .feature-chart__value .img-wrap-light.left-ad,
.template-page-why-us .custom-feature-chart .feature-chart__table-row .feature-chart__value .img-wrap-light.left-ad,
.template-product .custom-feature-chart .feature-chart__table-row .feature-chart__value .img-wrap-light.left-ad {
  left: -26px;
  position: relative;
}
.template-page-why-lusa-page .custom-feature-chart .feature-chart__table-row .feature-chart__value .img-wrap-light.max-height,
.template-page-why-us .custom-feature-chart .feature-chart__table-row .feature-chart__value .img-wrap-light.max-height,
.template-product .custom-feature-chart .feature-chart__table-row .feature-chart__value .img-wrap-light.max-height {
  height:100%;
}
.template-page-why-lusa-page .custom-feature-chart .feature-chart__table-row .feature-chart__value .img-wrap-light.medium,
.template-page-why-us .custom-feature-chart .feature-chart__table-row .feature-chart__value .img-wrap-light.medium,
.template-product .custom-feature-chart .feature-chart__table-row .feature-chart__value .img-wrap-light.medium {
  height:114px;
}
.template-page-why-lusa-page .custom-feature-chart .feature-chart__table-row .feature-chart__value .img-wrap-light.m-small,
.template-page-why-us .custom-feature-chart .feature-chart__table-row .feature-chart__value .img-wrap-light.m-small,
.template-product .custom-feature-chart .feature-chart__table-row .feature-chart__value .img-wrap-light.m-small {
  height:85px;
}
.template-page-why-lusa-page .custom-feature-chart .feature-chart__table-row .feature-chart__value .img-wrap-light.sm-small,
.template-page-why-us .custom-feature-chart .feature-chart__table-row .feature-chart__value .img-wrap-light.sm-small,
.template-product .custom-feature-chart .feature-chart__table-row .feature-chart__value .img-wrap-light.sm-small {
  height:60px;
}
.template-page-why-lusa-page .custom-feature-chart .feature-chart__table-row .feature-chart__value .img-wrap-light.small,
.template-page-why-us .custom-feature-chart .feature-chart__table-row .feature-chart__value .img-wrap-light.small,
.template-product .custom-feature-chart .feature-chart__table-row .feature-chart__value .img-wrap-light.small {
  height:96px;
}
.template-page-why-lusa-page .custom-feature-chart .feature-chart__table-row .feature-chart__value .img-wrap-light.x-small,
.template-page-why-us .custom-feature-chart .feature-chart__table-row .feature-chart__value .img-wrap-light.x-small,
.template-product .custom-feature-chart .feature-chart__table-row .feature-chart__value .img-wrap-light.x-small {
  height:40px;
}
.template-page-why-lusa-page .custom-feature-chart .feature-chart__table-row .feature-chart__value .img-wrap img,
.template-page-why-lusa-page .custom-feature-chart .feature-chart__table-row .feature-chart__value .img-wrap-light img,
.template-page-why-us .custom-feature-chart .feature-chart__table-row .feature-chart__value .img-wrap img,
.template-page-why-us .custom-feature-chart .feature-chart__table-row .feature-chart__value .img-wrap-light img,
.template-product .custom-feature-chart .feature-chart__table-row .feature-chart__value .img-wrap img,
.template-product .custom-feature-chart .feature-chart__table-row .feature-chart__value .img-wrap-light img {
  margin:0 auto;
}
.template-page-why-lusa-page .custom-feature-chart .feature-chart__table-row .feature-chart__value .img-wrap-icon,
.template-page-why-us .custom-feature-chart .feature-chart__table-row .feature-chart__value .img-wrap-icon,
.template-product .custom-feature-chart .feature-chart__table-row .feature-chart__value .img-wrap-icon {
  margin-top:10px;
}
.template-page-why-lusa-page .custom-feature-chart .feature-chart__table-row .feature-chart__value .icon-wrap,
.template-page-why-us .custom-feature-chart .feature-chart__table-row .feature-chart__value .icon-wrap,
.template-product .custom-feature-chart .feature-chart__table-row .feature-chart__value .icon-wrap {
  display:inline-block;
  text-align:center;
  padding:0 30px;
  margin:0;
}
.template-page-why-lusa-page .custom-feature-chart .feature-chart__table-row .feature-chart__value .icon-wrap img,
.template-page-why-us .custom-feature-chart .feature-chart__table-row .feature-chart__value .icon-wrap img,
.template-product .custom-feature-chart .feature-chart__table-row .feature-chart__value .icon-wrap img {
  display:inline-block;
  width:39px;
}
.template-page-why-lusa-page .custom-feature-chart .feature-chart__table-row .feature-chart__value .icon-wrap span,
.template-page-why-us .custom-feature-chart .feature-chart__table-row .feature-chart__value .icon-wrap span,
.template-product .custom-feature-chart .feature-chart__table-row .feature-chart__value .icon-wrap span {
  display:block;
  width: 51px;
  margin: 11px auto 0;
}
.template-page-why-lusa-page .custom-feature-chart .feature-chart__table-row .feature-chart__value .icon-wrap .underline,
.template-page-why-us .custom-feature-chart .feature-chart__table-row .feature-chart__value .icon-wrap .underline,
.template-product .custom-feature-chart .feature-chart__table-row .feature-chart__value .icon-wrap .underline {
  border-bottom:1px solid #161819;
}
@media (max-width: 768px) {
  .template-product .custom-feature-chart .feature-chart__table-row:first-child .feature-chart__value p { 
    font-size:16px;
  }
  .template-product .custom-feature-chart .feature-chart__table-row:first-child .feature-chart__value.chart-heading-1 p {
    font-size:20px;
    padding-top: 5px;
  }
  .template-product .custom-feature-chart .feature-chart__table-row:nth-child(2) {
    border-top:none;
  }
  .template-product .custom-feature-chart .feature-chart__table-row:first-child .feature-chart__value.chart-heading-1 {
    border-right:none !important;
  }
  .template-product .custom-feature-chart .feature-chart__value.chart-heading-1 {
    border-right:1px solid #95aea6 !important;
  }
  .template-page-why-lusa-page .custom-feature-chart .feature-chart__table-row,
  .template-page-why-us .custom-feature-chart .feature-chart__table-row,
  .template-product .custom-feature-chart .feature-chart__table-row {
    display:block;
  }
  .template-page-why-lusa-page .custom-feature-chart .feature-chart__table-row:first-child .feature-chart__value:last-child,
  .template-page-why-us .custom-feature-chart .feature-chart__table-row:first-child .feature-chart__value:last-child,
  .template-product .custom-feature-chart .feature-chart__table-row:first-child .feature-chart__value:last-child {
      padding-top: 32px;
  }
  .template-page-why-lusa-page .custom-feature-chart .feature-chart__table-row .feature-chart__heading,
  .template-page-why-us .custom-feature-chart .feature-chart__table-row .feature-chart__heading,
  .template-product .custom-feature-chart .feature-chart__table-row .feature-chart__heading {
    width: 45%;
    font-size: 16px;
    font-weight:600 !important;
    display: inline-block;
    padding: 28px 0 11px;
  }
  .template-page-why-lusa-page .custom-feature-chart .feature-chart__table-row .feature-chart__value,
  .template-page-why-us .custom-feature-chart .feature-chart__table-row .feature-chart__value,
  .template-product .custom-feature-chart .feature-chart__table-row .feature-chart__value {
    display: inline-block;
    width: 26.5%;
    vertical-align:top;
    padding: 25px 10px;
    border-left: none;
  }
  .template-page-why-lusa-page .custom-feature-chart .feature-chart__table-row .feature-chart__value:nth-child(2),
  .template-page-why-us .custom-feature-chart .feature-chart__table-row .feature-chart__value:nth-child(2),
  .template-product .custom-feature-chart .feature-chart__table-row .feature-chart__value:nth-child(2) {
    border:none;
  }
  .template-page-why-lusa-page .custom-feature-chart .feature-chart__table-row .feature-chart__value .icon-wrap,
  .template-page-why-us .custom-feature-chart .feature-chart__table-row .feature-chart__value .icon-wrap,
  .template-product .custom-feature-chart .feature-chart__table-row .feature-chart__value .icon-wrap {
    padding: 0 10px;
  }
  .template-page-why-lusa-page .custom-feature-chart .feature-chart__table-row .feature-chart__value .icon-wrap img,
  .template-page-why-us .custom-feature-chart .feature-chart__table-row .feature-chart__value .icon-wrap img,
  .template-product .custom-feature-chart .feature-chart__table-row .feature-chart__value .icon-wrap img {
    width: 31px;
  }
  .template-page-why-lusa-page .custom-feature-chart .feature-chart__table-row:nth-child(4) .feature-chart__heading:after,
  .template-page-why-us .custom-feature-chart .feature-chart__table-row:nth-child(4) .feature-chart__heading:after,
  .template-product .custom-feature-chart .feature-chart__table-row:nth-child(4) .feature-chart__heading:after {
    top:-10px;
    left:5px;
  }
  .template-page-why-lusa-page .custom-feature-chart .feature-chart__table-row .feature-chart__value .img-wrap-light.left-ad,
  .template-page-why-us .custom-feature-chart .feature-chart__table-row .feature-chart__value .img-wrap-light.left-ad,
  .template-product .custom-feature-chart .feature-chart__table-row .feature-chart__value .img-wrap-light.left-ad {
    left: 0;
  }
  
}

.mfp-wrap #shopify-section-template--20106084254012__slideshow_844fHm,
.mfp-wrap #shopify-section-template--20106084254012__slideshow_abYkkX,
.mfp-wrap #shopify-section-template--20106084254012__slideshow_jKQE9p,
.mfp-wrap #shopify-section-template--20106084254012__slideshow_HEmTMB,
.mfp-wrap #shopify-section-template--20106084254012__slideshow_8TFaUJ, 
.mfp-wrap #shopify-section-template--20106084254012__slideshow_FwmBDd,
.mfp-wrap #shopify-section-template--20106084254012__slideshow_XiFwwn,
.mfp-wrap #shopify-section-template--20106084254012__slideshow_mKXkJx,
.mfp-wrap #shopify-section-template--20106084254012__slideshow_khPwcd,
.mfp-wrap #shopify-section-template--20106084254012__slideshow_Hf8WYN,
.mfp-wrap #shopify-section-template--20106084254012__slideshow_BjBj6G,
.mfp-wrap #shopify-section-template--20106084254012__slideshow_9bLEYP,
.mfp-wrap #shopify-section-template--20106084254012__slideshow_VEntr4,
.mfp-wrap #shopify-section-template--flangless_kit {
  display:block;
  border-radius: 20px;
}

#shopify-section-template--20106084254012__slideshow_844fHm,
#shopify-section-template--20106084254012__slideshow_abYkkX,
#shopify-section-template--20106084254012__slideshow_jKQE9p,
#shopify-section-template--20106084254012__slideshow_HEmTMB,
#shopify-section-template--20106084254012__slideshow_8TFaUJ, 
#shopify-section-template--20106084254012__slideshow_FwmBDd,
#shopify-section-template--20106084254012__slideshow_XiFwwn,
#shopify-section-template--20106084254012__slideshow_mKXkJx,
#shopify-section-template--20106084254012__slideshow_khPwcd,
#shopify-section-template--20106084254012__slideshow_Hf8WYN,
#shopify-section-template--20106084254012__slideshow_BjBj6G,
#shopify-section-template--20106084254012__slideshow_9bLEYP,
#shopify-section-template--20106084254012__slideshow_VEntr4,
#shopify-section-template--flangless_kit {
  display: none;
}
.mfp-wrap .shopify-section--slideshow .slideshow,
.mfp-wrap .shopify-section--slideshow .content-over-media {
  border-radius:20px;
}
.template-product .shopify-section--slideshow .slideshow__controls {
  width: 152px;
  right: 0;
  left: 0;
  bottom: 41px;
  text-align: center;
  margin: 0 auto;
}
.template-product .shopify-section--slideshow .prev-next-buttons {
  border: 1px solid #D4D4D5;
  border-radius: 30px;
  gap: 50px;
}
.template-product .shopify-section--slideshow .slideshow__carousel {
  counter-reset: slider-counter;
}
.template-product .shopify-section--slideshow .slideshow__slide::before {
  font-size: 14px;
  color: #636363;
  counter-increment: slider-counter;
  content: "" counter(slider-counter) " / 2 ";
  position: absolute;
  left: 0;
  right: 0;
  bottom:50px;
  z-index: 999999;
  text-align: center;
}
#block-image_CK7Kkr.slideshow__slide::before,
#block-image_nhFAiW.slideshow__slide::before,
#block-image_iG4Cz6.slideshow__slide::before {
  display:none;
}

.template-product #shopify-section-template--20106084254012__slideshow_Hf8WYN .slideshow__slide::before {
  counter-increment: slider-counter;
  content: "" counter(slider-counter) " / 5 ";
}

.template-product #shopify-section-template--20106084254012__slideshow_VEntr4 .slideshow__slide::before {
  counter-increment: slider-counter;
  content: "" counter(slider-counter) " / 6 ";
}

.template-product #shopify-section-template--20106084254012__slideshow_BjBj6G .slideshow__slide::before,
.template-product #shopify-section-template--20106084254012__slideshow_9bLEYP .slideshow__slide::before {
  counter-increment: slider-counter;
  content: "" counter(slider-counter) " / 11 ";
}
.template-product .shopify-section--slideshow .circle-button--lg {
  height:37px;
}



/* Start */

#shopify-section-template--20106083467580__multi_column_YTwekn .h4 {
  color:#25444A;
  max-width:350px;
}
#shopify-section-template--20106083467580__multi_column_YTwekn .multi-column .multi-column__item:nth-of-type(2) p {
  color:#fff;
}
#shopify-section-template--20106083467580__multi_column_YTwekn .multi-column .multi-column__item:nth-of-type(2) p.h4 {
  max-width:450px;
}
#shopify-section-template--20106083467580__multi_column_YTwekn .multi-column .multi-column__item:nth-of-type(2) a {
  margin-top:17px;
}
#shopify-section-template--20106083467580__multi_column_YTwekn .multi-column__item ul {
  padding:0 0 20px;
}
#shopify-section-template--20106083467580__multi_column_YTwekn .multi-column__item li {
  list-style:none;
  position:relative;
  line-height:1.4;
  margin-bottom:22px;
  padding-left:85px;
}
#shopify-section-template--20106083467580__multi_column_YTwekn .multi-column__item .button:hover {
  background-color:#b4c7c2;
}
#shopify-section-template--20106083467580__multi_column_YTwekn .multi-column__item strong {
  font-family: var(--font-main-bold);
}
#shopify-section-template--20106083467580__multi_column_YTwekn .multi-column__item li:before {
  content:'';
  display: block;
  position: absolute;
  top: 15px;
  left: 20px;
}
#shopify-section-template--20106083467580__multi_column_YTwekn .multi-column__item li:first-child:before{
  background: url(//lusalighting.com/cdn/shop/files/Group_17.svg?v=9184501998367693470) center center no-repeat;
  background-size:contain;
  width: 37px;
  height: 48px;
  left:23px;
}
#shopify-section-template--20106083467580__multi_column_YTwekn .multi-column__item li:nth-child(2):before {
  background: url(//lusalighting.com/cdn/shop/files/Group_19.svg?v=7722411580147969573) center center no-repeat;
  background-size:contain;
  width: 43px;
  height: 50px;
}
#shopify-section-template--20106083467580__multi_column_YTwekn .multi-column__item li:last-child:before {
  background: url(//lusalighting.com/cdn/shop/files/Group_21.svg?v=707328172541457585) center center  no-repeat;
  background-size:contain;
  width: 43px;
  height: 50px;
}
@media screen and  (max-width: 1424px) {
  #shopify-section-template--20106083467580__multi_column_YTwekn img {
    height: 80vh;
  }
}
@media screen and (max-width: 1174px) {
  #shopify-section-template--20106083467580__multi_column_YTwekn .multi-column {
    display:block;
  }
  #shopify-section-template--20106083467580__multi_column_YTwekn .multi-column .multi-column__item:nth-of-type(2) a {
    margin-top:40px;
  }
  #shopify-section-template--20106083467580__multi_column_YTwekn .multi-column__item {
    height: 70vh;
  }
  #shopify-section-template--20106083467580__multi_column_YTwekn .multi-column__item img {
    width: 91vw;
    height: 65vh;
  }
}
@media screen and (max-width: 768px) {
  .panel.gap-8 ul li:nth-child(2) {
    display:none;
  }
  .navigation-promo__wrapper {
    margin-top: 5px;
  }
  .filter__custom-select .filter__selected {
    padding-left:12px;
  }
  #shopify-section-template--20106083467580__multi_column_YTwekn .multi-column__item {
    background-color: #B8C6C2;
    border-radius:20px;
    height: 71vh;
    min-height: 620px;
    margin-bottom: 40px;
  }
  #shopify-section-template--20106083467580__multi_column_YTwekn .multi-column__item:last-child {
    background-color: #25444A !important; 
  }
  #shopify-section-template--20106083467580__multi_column_YTwekn .multi-column__item img {
    display:none;
  }
  #shopify-section-template--20106083467580__multi_column_YTwekn .multi-column__item .v-stack.gap-4 {
    padding: 40px 30px 30px;
  }
  #shopify-section-template--20106083467580__multi_column_YTwekn .h4 {
    font-size: 32px !important;
    max-width: 250px;
  }
  #shopify-section-template--20106083467580__multi_column_YTwekn .multi-column__item li {
    padding-left:0;
  }
  #shopify-section-template--20106083467580__multi_column_YTwekn .multi-column__item li:before {
    display:none;
  }
  #shopify-section-template--20106083467580__multi_column_YTwekn p, 
  #shopify-section-template--20106083467580__multi_column_YTwekn li {
    font-size: 16px !important;
  }
  fieldset.variant-picker__option:not(.Color-variant)>div {
    overflow: scroll;
  }
  .variant-picker__option-values {
    overflow: scroll;
    width: 170%;
    padding-bottom:20px;
  }
  .variant-picker__option .block-swatch {
    max-width: 150px;
    flex: 1;
  }
  .variant-picker {
    gap: 0;
  }
}
@media screen and (max-width: 400px) {
  #shopify-section-template--20106083467580__multi_column_YTwekn .multi-column__item:nth-child(2) {
    height: 93vh;
  }
}
@media screen and (max-width: 600px) {
  #shopify-section-template--20106083467580__multi_column_YTwekn .multi-column .multi-column__item:nth-of-type(2) a {
    margin-top:40px;
  }
  
}
.filter__custom-select {
  position: relative;
  width: 254px; /* Adjust width as needed */
}

.filter__selected {
  font-size:1.2rem;
  padding: 10px 20px 20px;
  cursor: pointer;
}

.filter__selected::after {
  content: "";
  border: solid black;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 3px;
  transform: rotate(45deg);
  position: relative;
  top: -2px;
  left: 11px;
}

.active .filter__selected::after {
  transform: rotate(-135deg);
  top: 2px;
}

.filter__options {
  list-style: none;
  padding: 0;
  margin: 0;
  display: none;
  position: absolute;
  background-color: #fff;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  width: 100%;
  z-index: 1;
}

.active .filter__options {
  display: block;
}

.filter__options li {
  padding: 10px;
  cursor: pointer;
}

.filter__options li:hover {
  background-color: #f3f3f3;
}
.filter__options {
  background-color:#ECECEC;
  list-style-type: none;
  padding: 0;
  margin: 0;
  border-radius:10px;
}
.filter__options li {
  display: flex;
  align-items: center;
  cursor: pointer;
  padding: 5px 10px;
}
.filter__options li:hover {
  background-color:#ECECEC;
}
.filter__options li:hover .radio-circle {
  background-color: #B8C6C2;
  border: 1px solid #fff;
}
.radio-circle {
  width: 16px;
  height: 16px;
  border: 2px solid #ccc;
  border-radius: 50%;
  margin-right: 10px;
  flex-shrink: 0;
  transition: background-color 0.3s;
}
.option-selected .radio-circle {
  background-color: #B8C6C2;
  border: 1px solid #fff;
}
.option-reset {
  font-size:16px;
  color: #636363;
  position:absolute;
  top: 14px;
  right: 7px;
  text-decoration:underline;
}
.option-reset:hover {
  color:#000;
}
.clear-button {
  margin-top: 5px;
  padding: 0 10px;
  cursor: pointer;
  border: none;
  text-align: center;
  text-decoration: underline;
  vertical-align: top;
}
.option-wrap {
  margin:0 0 15px 20px;
}
.option-wrap .option-item {
  display: inline-block;
  border: 1px solid #636363;
  border-radius: 30px;
  position: relative;
  overflow: hidden;
  margin-right: 15px;
  padding: 5px 40px 5px 15px;
}
.option-wrap .option-item:after {
  content: "x";
  font-size: 22px;
  font-weight: 100;
  display: inline-block;
  position: absolute;
  top: -8px;
  right: 5px;
  cursor: pointer;
  padding: 10px;
  transform: matrix(0, 0.9, -0.7, 0, 0, 0);
}

.product-info__quantity-selector {
  width:100%;
  max-width:30%;
  display:inline-block;
  vertical-align:top;
  margin:0 0 20px;
}
.product-info__buy-buttons {
  width:100%;
  max-width:68%;
  display:inline-block;
  vertical-align:top;
  margin:0 0 20px;
  padding-left:15px;
}

.template-product .product-info__buy-buttons .btn_cta {
 padding: 14.5px 32px;
}
@media screen and (max-width: 481px) {
  .product-info__quantity-selector {
    max-width: 36%;
  }
  .product-info__buy-buttons {
    max-width:100%;
    padding:0;
  }
  .template-product .product-info__buy-buttons .btn_cta {
    padding: 12.5px 32px;
    font-size: 15px;
  }
    /* Container card */
  .product-info .product-info__text {
    background: #f3fbf6;
    border-radius: 14px;
    padding: 18px 20px 18px 64px;
    position: relative;
    max-width: 420px;
  }

  /* Shipping icon */
  .product-info .product-info__text::before {
    content: "";
    position: absolute;
    top: 18px;
    left: 20px;
    width: 34px;
    height: 34px;
    border-radius: 8px;
    background-color: #e3f3ea;
    background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3 7L12 2L21 7V17L12 22L3 17V7Z' stroke='%232f6f5f' stroke-width='2' stroke-linejoin='round'/%3E%3Cpath d='M3 7L12 12L21 7' stroke='%232f6f5f' stroke-width='2' stroke-linejoin='round'/%3E%3Cpath d='M12 12V22' stroke='%232f6f5f' stroke-width='2'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 20px;
  }

  /* Typography */
  .product-info .product-info__text .prose p {
    margin: 0;
    font-size: 15px;
    line-height: 1.45;
    color: #2b4f47;
  }

  /* Create the "Shipping" title */
  .product-info .product-info__text .prose p::before {
    content: "Shipping";
    display: block;
    font-weight: 700;
    font-size: 16px;
    margin-bottom: 6px;
    color: #2b4f47;
  }

  /* Emphasize cutoff time */
  .product-info .product-info__text strong {
    font-weight: 700;
  }

  /* Hide link visually if you want cleaner UI */
  .product-info .product-info__text a {
    display: none;
  }
}
#shopify-section-template--22086061359420__multiple_images_with_text_gzL99x .multiple-images-with-text__image-list > img {
  border-radius:20px;
}
/* End */

section[data-gorgias-contact-form-uid="15mxb0fq"],
section[data-gorgias-contact-form-uid="15mxb0fq"] iframe,
section[data-gorgias-contact-form-uid="15mxb0fq"] * {
    max-width:1239px !important; /* or your preferred width */
    margin: 0 auto;
}




.template-product .shopify-section--slideshow .mfp-close {
  color: #000;
  font-family: var(--font-main);
  font-weight: 400 !important;
  font-size: 24px;
  top: 15px;
  right: 15px;
  border: 1px solid #ccc;
  border-radius: 50%;
  line-height: 0;
  width: 35px;
  height: 35px;
  padding:0 10px 2px;
}

.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8; }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }
  .mfp-preloader a {
    color: #CCC; }
    .mfp-preloader a:hover {
      color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation; }

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }
  .mfp-close:hover,
  .mfp-close:focus {
    opacity: 1; }
  .mfp-close:active {
    top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }
  .mfp-arrow:active {
    margin-top: -54px; }
  .mfp-arrow:hover,
  .mfp-arrow:focus {
    opacity: 1; }
  .mfp-arrow:before,
  .mfp-arrow:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent; }
  .mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }
  .mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }
  .mfp-arrow-left:after {
    border-right: 17px solid #FFF;
    margin-left: 31px; }
  .mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }
  .mfp-arrow-right:after {
    border-left: 17px solid #FFF;
    margin-left: 39px; }
  .mfp-arrow-right:before {
    border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }
  .mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px; }
  .mfp-iframe-holder .mfp-close {
    top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }
  .mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }
  .mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444; }
  .mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px; }
  .mfp-figure figure {
    margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
      padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }
