/** Shopify CDN: Minification failed

Line 326:2 Expected ":"
Line 327:2 Expected ":"
Line 330:2 Expected ":"
Line 333:2 Expected ":"
Line 336:2 Expected ":"
Line 337:2 Expected ":"
Line 340:2 Expected ":"
Line 341:2 Expected ":"
Line 344:2 Expected ":"
Line 345:2 Expected ":"
... and 11 more hidden warnings

**/
@import url("https://dev.layouthub.com/storage/libraries/LineIcons/LineIcons.css?vendor_id=css_line_icon");@import url("https://dev.layouthub.com/storage/libraries/layouthub.css?vendor_id=css_layouthub_base");



.lh-container{
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

@media screen and (min-width:576px) {
    .lh-container{
        max-width: 540px
    }
}

@media screen and (min-width:768px) {
    .lh-container{
        max-width: 720px
    }
}

@media screen and (min-width:992px) {
    .lh-container{
        max-width: 960px
    }
}

@media screen and (min-width:1200px) {
    .lh-container{
        max-width: 1200px
    }
}

.lh-container-fluid{
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.lh-row{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.lh-col-md-1,
.lh-col-md-2,
.lh-col-md-3,
.lh-col-md-4,
.lh-col-md-5,
.lh-col-md-6,
.lh-col-md-7,
.lh-col-md-8,
.lh-col-md-9,
.lh-col-md-10,
.lh-col-md-11,
.lh-col-md-12{
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    box-sizing: border-box;
}

.lh-col-md-1{
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
}

.lh-col-md-2{
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
}

.lh-col-md-3{
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
}

.lh-col-md-4{
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
}

.lh-col-md-5{
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
}

.lh-col-md-6{
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}

.lh-col-md-7{
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
}

.lh-col-md-8{
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
}

.lh-col-md-9{
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
}

.lh-col-md-10{
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
}

.lh-col-md-11{
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
}

.lh-col-md-12{
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

section[data-layouthub="section"] *,
section[data-layouthub="section"] *:before,
section[data-layouthub="section"] *:after{
    box-sizing: border-box;
    color: inherit;
}

section[data-layouthub="section"] h1,
section[data-layouthub="section"] h2,
section[data-layouthub="section"] h3,
section[data-layouthub="section"] h4,
section[data-layouthub="section"] h5,
section[data-layouthub="section"] h6{
    color: #4f5362;
    font-weight: 700;
    line-height: 1.3;
    letter-spacing: 0;
    margin: 0;
    padding: 0;
}

section[data-layouthub="section"] p{
    margin: 0;
    padding: 0;
}

section[data-layouthub="section"] a{
    text-decoration: none;
    transition: all 0.3s ease 0s;
}

section[data-layouthub="section"] ul,
section[data-layouthub="section"] li{
    margin: 0;
    padding: 0;
    list-style: none;
}

section[data-layouthub="section"] img{
    max-width: 100%;
    border: 0;
}

[class*=hint--]{
    position: relative;
    display: inline-block
}

[class*=hint--]:after,[class*=hint--]:before{
    position: absolute;
    -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    visibility: hidden;
    opacity: 0;
    z-index: 1000000;
    pointer-events: none;
    -webkit-transition: .3s ease;
    -moz-transition: .3s ease;
    transition: .3s ease;
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    transition-delay: 0s
}

[class*=hint--]:hover:after,[class*=hint--]:hover:before{
    visibility: visible;
    opacity: 1;
    -webkit-transition-delay: .1s;
    -moz-transition-delay: .1s;
    transition-delay: .1s
}

[class*=hint--]:before{
    content: '';
    position: absolute;
    background: 0 0;
    border: 6px solid transparent;
    z-index: 1000001
}

[class*=hint--]:after{
    background: #383838;
    color: #fff;
    padding: 8px 10px;
    font-size: 12px;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    line-height: 12px;
    white-space: nowrap;
    text-shadow: 0 -1px 0 #000;
    box-shadow: 4px 4px 8px rgba(0,0,0,.3)
}

[class*=hint--][aria-label]:after{
    content: attr(aria-label)
}

[class*=hint--][data-hint]:after{
    content: attr(data-hint)
}

[aria-label='']:after,[aria-label='']:before,[data-hint='']:after,[data-hint='']:before{
    display: none!important
}

.hint--top-left:before,.hint--top-right:before,.hint--top:before{
    border-top-color: #383838
}

.hint--bottom-left:before,.hint--bottom-right:before,.hint--bottom:before{
    border-bottom-color: #383838
}
 
.hint--left:before{
    border-left-color: #383838;
    margin-right: -11px;
    margin-bottom: -6px
}

.hint--left:after{
    margin-bottom: -14px
}

.hint--left:after,.hint--left:before{
    right: 100%;
    bottom: 50%
}

.hint--left:hover:after,.hint--left:hover:before{
    -webkit-transform: translateX(-8px);
    -moz-transform: translateX(-8px);
    transform: translateX(-8px)
}

.hint--top-left:after,.hint--top-left:before{
    bottom: 100%;
    left: 50%
}

.hint--top-left:before{
    margin-bottom: -11px;
    left: calc(50% - 6px)
}

.hint--top-left:after{
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    transform: translateX(-100%);
    margin-left: 12px
}
 

.hint--bounce:after,.hint--bounce:before{
    -webkit-transition: opacity .3s ease,visibility .3s ease,-webkit-transform .3s cubic-bezier(.71,1.7,.77,1.24);
    -moz-transition: opacity .3s ease,visibility .3s ease,-moz-transform .3s cubic-bezier(.71,1.7,.77,1.24);
    transition: opacity .3s ease,visibility .3s ease,transform .3s cubic-bezier(.71,1.7,.77,1.24)
}

section h1, section h2, section  h3, section  h4, section h6 {
  font-family: myFirstFont !important;
}
.lh-product-actions {
display: none !important;
}

.lh-product-badges .lh-onsale {
    background: #e91e63!important;
    color: white;
}
.lh-product-badges span {
    font-size: calc(var(--lh-font-size) * 2);
}
.lh-quick-view {
    display: none !important;
}
#nt_wrapper {
    overflow: unset !important;
    background-color: #fff;
}
div#nt_wrapper {
    position: relative;
    z-index: 1000;
}
.btns_cart_1 .mini_cart_tool.mt__20 {
    margin-top: 20px;
    padding-top: 40px !important;
}
div#nt_content {
    position: relative;
    z-index: 10;
}
.lh-info-question.lh-active {
    background: #fafafa!important;
}

div#nt_menu_canvas, div#nt_search_canvas, div#nt_login_canvas {
    z-index: 2000;
} 

div#shopify-section-cart_widget {
    position: absolute;
    z-index: 1000;
}
.lh-content {
    padding: 47px 0!important;
    width: 77%;
    margin: auto;
}

.lh-product-title a {
    color: rgb(34, 34, 34) !important;
font-size: 18px!important;
}
.lh-collection-item .lh-product-info .lh-wrap-price .lh-cost {
    font-size: calc(var(--lh-font-size) * 2);}<!--lh-live-editor-->

text[data-lhi] {display: inline-block;}[data-lhi]:not(img):empty,img[src=""]{display: none;}[data-layouthub="section"] [data-lhi] pre{padding-left: 1rem;border-left: 3px solid var(--lh-color);}[data-layouthub="section"] [data-lh-live-editor] ol {padding-left: revert !important;list-style-type: decimal !important;} [data-layouthub="section"] [data-lh-live-editor] ul{padding-left: revert !important;list-style-type: disc !important;}[data-layouthub="section"] [data-lh-live-editor] li {list-style: inherit !important;} section[data-section-id="yqzhsmr6rai"] .lh-wrapper{
	 padding: 80px 0px; 
}
section[data-section-id="yqzhsmr6rai"] .lh-flex-jc-cen{
	 display: flex;
	 justify-content: center; 
}
section[data-section-id="yqzhsmr6rai"] .lh-col-md-4{
	 margin-bottom: 30px;
	 display: flex; 
}
section[data-section-id="yqzhsmr6rai"] .lh-col-md-4:nth-last-child(-n+3){
	 margin-bottom: 0px; 
}
section[data-section-id="yqzhsmr6rai"] .lh-wrap-feature, section[data-section-id="yqzhsmr6rai"] .lh-item include, section[data-section-id="yqzhsmr6rai"] .lh-item{
	 height: 100%;
	 width: 100%;
	 display: flex;
	 align-items: center; 
}
section[data-section-id="yqzhsmr6rai"] .lh-img img{
	 width: 100%;
	 max-width: 100%; 
}
section[data-section-id="yqzhsmr6rai"] .lh-text{
	 text-align: center;
	 padding: 50px 0px; 
}
section[data-section-id="yqzhsmr6rai"] .lh-text h3{
	 font-size: calc(var(--lh-font-size) * 2);
	 font-weight: 400;
	 margin-bottom: 40px;
	 position: relative;
	 z-index: 2; 
}
section[data-section-id="yqzhsmr6rai"] .lh-text h3 mark{
	 position: relative;
	 background: transparent;
	 color: currentcolor;
	 z-index: 2; 
}
section[data-section-id="yqzhsmr6rai"] .lh-text h3 mark::after{
	 content: "";
	 position: absolute;
	 bottom: 4px;
	 right: 0px;
	 background-color: rgb(242, 235, 223);
	 width: 100%;
	 height: 8px;
	 z-index: -1; 
}
section[data-section-id="yqzhsmr6rai"] .lh-p .lh-p-des{
	 font-size: calc(var(--lh-font-size) * 1);
	 line-height: 1.5;
	 color: rgb(102, 102, 102);
	 margin-bottom: 16px; 
}
section[data-section-id="yqzhsmr6rai"] .lh-p .lh-p-des:last-child{
	 margin-bottom: 0px; 
}
section[data-section-id="yqzhsmr6rai"] .lh-features{
	 padding: 50px 0px; 
}
section[data-section-id="yqzhsmr6rai"] .lh-wrap-feature{
	 border: 1px solid rgb(196, 196, 196); 
}
section[data-section-id="yqzhsmr6rai"] .lh-feature{
	 display: flex;
	 align-items: center;
	 padding-left: 30px;
	 padding-right: 30px;
	 margin-bottom: 32px; 
}
section[data-section-id="yqzhsmr6rai"] .lh-feature:last-child{
	 margin-bottom: 0px; 
}
section[data-section-id="yqzhsmr6rai"] .lh-icon{
	 margin-right: 16px;
	 flex: 0 0 2.5rem;
	 max-width: 4.5rem;
	 display: flex;
	 justify-content: center;
	 align-items: center;
	 font-size: calc(var(--lh-font-size) * 2.5); 
}
section[data-section-id="yqzhsmr6rai"] .lh-icon i{
	 font-size: calc(var(--lh-font-size) * 2.5);
	 color: var(--lh-color);
	 transition: transform 0.5s ease 0s; 
}
section[data-section-id="yqzhsmr6rai"] .lh-feature:hover .lh-icon i{
	 transform: scale(1.15); 
}
section[data-section-id="yqzhsmr6rai"] .lh-feature .lh-f-title{
	 font-size: calc(var(--lh-font-size) * 1);
	 color: rgb(102, 102, 102);
	 font-weight: 400; 
}
@media screen and (max-width: 911px) {
	section[data-section-id="yqzhsmr6rai"] .lh-wrapper{
		 padding: 0px 0px 50px; 
	}
	section[data-section-id="yqzhsmr6rai"] .lh-col-md-4{
		 flex: 0 0 50%;
		 max-width: 50%; 
	}
	section[data-section-id="yqzhsmr6rai"] .lh-odd .lh-col-md-4:last-child{
		 flex: 0 0 100%;
		 max-width: 100%; 
	}
	section[data-section-id="yqzhsmr6rai"] .lh-odd .lh-col-md-4:last-child .lh-features{
		 width: 100%;
		 display: flex;
		 flex-wrap: wrap; 
	}
	section[data-section-id="yqzhsmr6rai"] .lh-odd .lh-col-md-4:last-child .lh-features .lh-feature{
		 flex: 0 0 50%;
		 padding: 0px 0px 0px 35px; 
	}
	section[data-section-id="yqzhsmr6rai"] .lh-col-md-4:nth-last-child(-n+3){
		 margin-bottom: 30px;
	}
}
@media screen and (max-width: 767px) {
	section[data-section-id="yqzhsmr6rai"] .lh-wrapper{
		 padding: 0px; 
	}
	section[data-section-id="yqzhsmr6rai"] .lh-col-md-4{
		 flex: 0 0 100%;
		 max-width: 100%; 
	}
	section[data-section-id="yqzhsmr6rai"] .lh-col-md-4:last-child{
		 margin-bottom: 0px; 
	}
	section[data-section-id="yqzhsmr6rai"] .lh-text h3{
		 font-size: calc(var(--lh-font-size) * 1.5); 
	}
	section[data-section-id="yqzhsmr6rai"] .lh-odd .lh-col-md-4:last-child .lh-features .lh-feature{
		 flex: 0 0 100%;
		 padding: 0px 30px;
	}
}
section[data-section-id="yqzhsmr6rai"]{background: #fff}@media screen and (max-width: 991px) and (min-width: 768px) {}@media screen and (max-width: 767px) {}section[data-section-id="yqzhsmr6rai"] [data-lhis="group_item-img"]:not([data-lhi-child="a"]), section[data-section-id="yqzhsmr6rai"] [data-lhis="group_item-img"][data-lhi-child="a"] a {margin-bottom: 1px !important;}section[data-section-id="yqzhsmr6rai"] [data-lhis="group_item-heading"]:not([data-lhi-child="a"]), section[data-section-id="yqzhsmr6rai"] [data-lhis="group_item-heading"][data-lhi-child="a"] a {font-weight: bold !important;font-style: normal !important;text-decoration: none solid rgb(79, 83, 98) !important;text-transform: none !important;font-size: calc(var(--lh-font-size) * 3) !important;line-height: calc(var(--lh-font-size) * 3.3) !important;}@media screen and (max-width: 767px) {section[data-section-id="yqzhsmr6rai"] [data-lhis="group_item-heading"]:not([data-lhi-child="a"]), section[data-section-id="yqzhsmr6rai"] [data-lhis="group_item-heading"][data-lhi-child="a"] a {line-height: calc(var(--lh-font-size) * 2.8) !important;font-size: calc(var(--lh-font-size) * 2.6) !important;margin-bottom: 0px !important;padding-bottom: 0px !important;}} 
section[data-section-id="hjnqt1bwefh"] .lh-title{
	color: #1a1a1a;
	font-size: calc(var(--lh-font-size) * 2.25);
	line-height: 1.35;
	font-weight: 500;
	margin-bottom: 24px;
	text-align: center;

}
section[data-section-id="hjnqt1bwefh"] .lh-center{
	text-align: center;
}
section[data-section-id="hjnqt1bwefh"] .lh-desc{
	color: #5a5a5a;
    line-height: 1.5;
    width: 70%;
    font-size: calc(var(--lh-font-size) * 1);
    margin: 0px auto 24px;
    text-align: center;
}
section[data-section-id="hjnqt1bwefh"] .lh-desc span{
	font-weight: 500;
}
@media screen and (max-width: 991px) {
	section[data-section-id="hjnqt1bwefh"] .lh-desc{
		width: 100%;
	}
}
@media screen and (max-width: 767px) {
	 section[data-section-id="hjnqt1bwefh"] .lh-title{
	 	font-size: calc(var(--lh-font-size) * 1.75);
	 }
}
section[data-section-id="hjnqt1bwefh"]{padding-top: 94px;padding-bottom: 40px;background: #f3f3f3}@media screen and (max-width: 991px) and (min-width: 768px) {section[data-section-id="hjnqt1bwefh"]{padding-top: 80px;padding-bottom: 80px;}}@media screen and (max-width: 767px) {section[data-section-id="hjnqt1bwefh"]{padding-top: 60px;padding-bottom: 00px;}}section[data-section-id="hjnqt1bwefh"] [data-lhi="desc"]:not([data-lhi-child="a"]), section[data-section-id="hjnqt1bwefh"] [data-hub-attr-desc], section[data-section-id="hjnqt1bwefh"] [data-estyle="desc"]:not([data-lhi]),section[data-section-id="hjnqt1bwefh"] [data-lhi="desc"][data-lhi-child="a"] a {font-size: calc(var(--lh-font-size) * 1.5) !important;display: flex !important;justify-content: flex-start !important;text-align: left !important;margin-left: 0px !important;}section[data-section-id="hjnqt1bwefh"] [data-lhi="desc"]:not([data-lhi-child="a"])>*:not(br):not(p) /*ok*/, section[data-section-id="hjnqt1bwefh"] [data-hub-attr-desc] */*ok2*/, section[data-section-id="hjnqt1bwefh"] [data-estyle="desc"]:not([data-lhi]),section[data-section-id="hjnqt1bwefh"] [data-lhi="desc"][data-lhi-child="a"] a *:not(br):not(p) {display: contents !important;}section[data-section-id="hjnqt1bwefh"] [data-lhi="txt_title"]:not([data-lhi-child="a"]), section[data-section-id="hjnqt1bwefh"] [data-hub-attr-txt_title], section[data-section-id="hjnqt1bwefh"] [data-estyle="txt_title"]:not([data-lhi]),section[data-section-id="hjnqt1bwefh"] [data-lhi="txt_title"][data-lhi-child="a"] a {font-weight: 500 !important;font-style: normal !important;text-decoration: none solid rgb(26, 26, 26) !important;text-transform: none !important;display: flex !important;justify-content: flex-start !important;text-align: left !important;font-size: calc(var(--lh-font-size) * 2) !important;}section[data-section-id="hjnqt1bwefh"] [data-lhi="txt_title"]:not([data-lhi-child="a"])>*:not(br):not(p) /*ok*/, section[data-section-id="hjnqt1bwefh"] [data-hub-attr-txt_title] */*ok2*/, section[data-section-id="hjnqt1bwefh"] [data-estyle="txt_title"]:not([data-lhi]),section[data-section-id="hjnqt1bwefh"] [data-lhi="txt_title"][data-lhi-child="a"] a *:not(br):not(p) {display: contents !important;}section[data-section-id="sdsizl2853"]{
	padding: 12px 0px;
	background: #123741;
}
section[data-section-id="sdsizl2853"] .lh-text{
	font-size: calc(var(--lh-font-size) * 1);
	line-height: 1.65;
	color: #D6F6FF;
	text-align: center;
}section[data-section-id="sdsizl2853"]{padding-top: 40px;background: #f3f3f3}@media screen and (max-width: 991px) and (min-width: 768px) {section[data-section-id="sdsizl2853"]{padding-top: 40px;}}@media screen and (max-width: 767px) {section[data-section-id="sdsizl2853"]{padding-top: 40px;}}section[data-section-id="sdsizl2853"] [data-lhi="txt"]:not([data-lhi-child="a"]), section[data-section-id="sdsizl2853"] [data-hub-attr-txt], section[data-section-id="sdsizl2853"] [data-estyle="txt"]:not([data-lhi]),section[data-section-id="sdsizl2853"] [data-lhi="txt"][data-lhi-child="a"] a {font-size: calc(var(--lh-font-size) * 2) !important;color: #000000 !important;display: flex !important;justify-content: flex-start !important;text-align: left !important;padding-left: 60px !important;line-height: calc(var(--lh-font-size) * 3) !important;}section[data-section-id="sdsizl2853"] [data-lhi="txt"]:not([data-lhi-child="a"])>*:not(br):not(p) /*ok*/, section[data-section-id="sdsizl2853"] [data-hub-attr-txt] */*ok2*/, section[data-section-id="sdsizl2853"] [data-estyle="txt"]:not([data-lhi]),section[data-section-id="sdsizl2853"] [data-lhi="txt"][data-lhi-child="a"] a *:not(br):not(p) {display: contents !important;}@media screen and (max-width: 767px) {section[data-section-id="sdsizl2853"] [data-lhi="txt"]:not([data-lhi-child="a"]), section[data-section-id="sdsizl2853"] [data-hub-attr-txt], section[data-section-id="sdsizl2853"] [data-estyle="txt"]:not([data-lhi]),section[data-section-id="sdsizl2853"] [data-lhi="txt"][data-lhi-child="a"] a {font-weight: 400 !important;font-style: normal !important;text-decoration: none solid rgb(0, 0, 0) !important;text-transform: none !important;display: flex !important;justify-content: flex-start !important;text-align: left !important;padding-left: 20px !important;font-size: calc(var(--lh-font-size) * 1.75) !important;line-height: calc(var(--lh-font-size) * 2.36) !important;}section[data-section-id="sdsizl2853"] [data-lhi="txt"]:not([data-lhi-child="a"])>*:not(br):not(p) /*ok*/, section[data-section-id="sdsizl2853"] [data-hub-attr-txt] */*ok2*/, section[data-section-id="sdsizl2853"] [data-estyle="txt"]:not([data-lhi]),section[data-section-id="sdsizl2853"] [data-lhi="txt"][data-lhi-child="a"] a *:not(br):not(p) {display: contents !important;}} section[data-section-id="24z5prhzglv"] .lh-wrapper{
    padding: 80px 0px;
}

section[data-section-id="24z5prhzglv"] .lh-flex-jc-cen{
    display: flex;
    justify-content: center;
}

section[data-section-id="24z5prhzglv"] .lh-col-md-4{
    margin-bottom: 30px;
    display: flex;
}

section[data-section-id="24z5prhzglv"] .lh-col-md-4:nth-last-child(-n+3){
    margin-bottom: 0px;
}

section[data-section-id="24z5prhzglv"] .lh-wrap-feature, section[data-section-id="24z5prhzglv"] .lh-item include, section[data-section-id="24z5prhzglv"] .lh-item{
    height: 100%;
    width: 100%;
    display: flex;
    align-items: top;
    
}

section[data-section-id="24z5prhzglv"] .lh-img img{
    width: 100%;
    max-width: 100%;
}

section[data-section-id="24z5prhzglv"] .lh-text{
    text-align: center;
    padding: 50px 0px;
}

section[data-section-id="24z5prhzglv"] .lh-text h3{
    font-size: calc(var(--lh-font-size) * 2);
    font-weight: 400;
    margin-bottom: 40px;
    position: relative;
    z-index: 2;
}

section[data-section-id="24z5prhzglv"] .lh-text h3 mark{
    position: relative;
    background: transparent;
    color: currentcolor;
    z-index: 2;
}

section[data-section-id="24z5prhzglv"] .lh-text h3 mark::after{
    content: "";
    position: absolute;
    bottom: 4px;
    right: 0px;
    background-color: rgb(242, 235, 223);
    width: 100%;
    height: 8px;
    z-index: -1;
}

section[data-section-id="24z5prhzglv"] .lh-p .lh-p-des{
    font-size: calc(var(--lh-font-size) * 1);
    line-height: 1.5;
    color: rgb(102, 102, 102);
    margin-bottom: 16px;
}

section[data-section-id="24z5prhzglv"] .lh-p .lh-p-des:last-child{
    margin-bottom: 0px;
}

section[data-section-id="24z5prhzglv"] .lh-features{
    padding: 50px 0px;
}

section[data-section-id="24z5prhzglv"] .lh-wrap-feature{
    border: 1px solid rgb(196, 196, 196);
}

section[data-section-id="24z5prhzglv"] .lh-feature{
    display: flex;
    align-items: center;
    padding-left: 30px;
    padding-right: 30px;
    margin-bottom: 32px;
}

section[data-section-id="24z5prhzglv"] .lh-feature:last-child{
    margin-bottom: 0px;
}

section[data-section-id="24z5prhzglv"] .lh-icon{
    margin-right: 16px;
    flex: 0 0 2.5rem;
    max-width: 4.5rem;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: calc(var(--lh-font-size) * 2.5);
}

section[data-section-id="24z5prhzglv"] .lh-icon i{
    font-size: calc(var(--lh-font-size) * 2.5);
    color: var(--lh-color);
    transition: transform 0.5s ease 0s;
}

section[data-section-id="24z5prhzglv"] .lh-feature:hover .lh-icon i{
    transform: scale(1.15);
}

section[data-section-id="24z5prhzglv"] .lh-feature .lh-f-title{
    font-size: calc(var(--lh-font-size) * 1);
    color: rgb(102, 102, 102);
    font-weight: 400;
}

@media screen and (max-width: 911px) {
    section[data-section-id="24z5prhzglv"] .lh-wrapper{
        padding: 0px 0px 50px;
    }

    section[data-section-id="24z5prhzglv"] .lh-col-md-4{
        flex: 0 0 50%;
        max-width: 50%;
    }

    section[data-section-id="24z5prhzglv"] .lh-odd .lh-col-md-4:last-child{
        flex: 0 0 100%;
        max-width: 100%;
    }

    section[data-section-id="24z5prhzglv"] .lh-odd .lh-col-md-4:last-child .lh-features{
        width: 100%;
        display: flex;
        flex-wrap: wrap;
    }

    section[data-section-id="24z5prhzglv"] .lh-odd .lh-col-md-4:last-child .lh-features .lh-feature{
        flex: 0 0 50%;
        padding: 0px 0px 0px 35px;
    }

    section[data-section-id="24z5prhzglv"] .lh-col-md-4:nth-last-child(-n+3){
        margin-bottom: 30px;
    }
}

@media screen and (max-width: 767px) {
    section[data-section-id="24z5prhzglv"] .lh-wrapper{
        padding: 0px;
    }

    section[data-section-id="24z5prhzglv"] .lh-col-md-4{
        flex: 0 0 100%;
        max-width: 100%;
    }

    section[data-section-id="24z5prhzglv"] .lh-col-md-4:last-child{
        margin-bottom: 0px;
    }

    section[data-section-id="24z5prhzglv"] .lh-text h3{
        font-size: calc(var(--lh-font-size) * 1.5);
    }

    section[data-section-id="24z5prhzglv"] .lh-odd .lh-col-md-4:last-child .lh-features .lh-feature{
        flex: 0 0 100%;
        padding: 0px 30px;
    }
}section[data-section-id="24z5prhzglv"]{margin-top: 0px;padding-top: 0px;padding-bottom: 80px;background: #f3f3f3}@media screen and (max-width: 991px) and (min-width: 768px) {section[data-section-id="24z5prhzglv"]{margin-top: 0px;padding-top: 0px;padding-bottom: 80px;}}@media screen and (max-width: 767px) {section[data-section-id="24z5prhzglv"]{padding-bottom: 80px;}}section[data-section-id="24z5prhzglv"] [data-lhis="group_item-img"]:not([data-lhi-child="a"]), section[data-section-id="24z5prhzglv"] [data-lhis="group_item-img"][data-lhi-child="a"] a {}section[data-section-id="24z5prhzglv"] [data-lhis="group_item-heading"]:not([data-lhi-child="a"]), section[data-section-id="24z5prhzglv"] [data-lhis="group_item-heading"][data-lhi-child="a"] a {font-weight: bold !important;font-style: normal !important;text-decoration: none solid rgb(79, 83, 98) !important;text-transform: none !important;font-size: calc(var(--lh-font-size) * 3) !important;}@media screen and (max-width: 767px) {section[data-section-id="24z5prhzglv"] [data-lhis="group_item-heading"]:not([data-lhi-child="a"]), section[data-section-id="24z5prhzglv"] [data-lhis="group_item-heading"][data-lhi-child="a"] a {line-height: calc(var(--lh-font-size) * 2.8) !important;font-size: calc(var(--lh-font-size) * 2.6) !important;margin-bottom: 0px !important;padding-bottom: 0px !important;}}section[data-section-id="24z5prhzglv"] [data-lhis="group_item-editor"]:not([data-lhi-child="a"]), section[data-section-id="24z5prhzglv"] [data-lhis="group_item-editor"][data-lhi-child="a"] a {font-size: calc(var(--lh-font-size) * 1.3) !important;color: #000000 !important;line-height: calc(var(--lh-font-size) * 2.2) !important;}@media screen and (max-width: 767px) {section[data-section-id="24z5prhzglv"] [data-lhis="group_item-editor"]:not([data-lhi-child="a"]), section[data-section-id="24z5prhzglv"] [data-lhis="group_item-editor"][data-lhi-child="a"] a {font-size: calc(var(--lh-font-size) * 1.2) !important;}} section[data-section-id="y0ogr5y1byg"] .lh-title{
    font-size: calc(var(--lh-font-size) * 2.5);
    line-height: 1.4;
    color: rgb(26, 26, 26);
    font-weight: 600;
    letter-spacing: -0.05em;
    margin-bottom: 16px;
    text-align: center;
}

section[data-section-id="y0ogr5y1byg"] .lh-desc{
    font-size: calc(var(--lh-font-size) * 1);
    line-height: 1.5;
    color: rgb(90, 90, 90);
    margin-bottom: 40px;
    text-align: center;
}

section[data-section-id="y0ogr5y1byg"] .lh-item{
    padding-bottom: 60px;
    position: relative;
}

section[data-section-id="y0ogr5y1byg"] .lh-item:last-child{
    padding-bottom: 0px;
}

section[data-section-id="y0ogr5y1byg"] .lh-item::before{
    content: attr(databefore);
    width: 32px;
    height: 32px;
    border: 1px solid rgb(45, 75, 115);
    background: transparent;
    position: absolute;
    top: 12px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 3px;
    font-size: calc(var(--lh-font-size) * 1.43);
}

section[data-section-id="y0ogr5y1byg"] .lh-item::after{
    content: "";
    width: 1px;
    height: calc(100% - 31px);
    position: absolute;
    top: 44px;
    background: var(--lh-color);
    left: 15px;
}

section[data-section-id="y0ogr5y1byg"] .lh-item:last-child::after{
    content: none;
}

section[data-section-id="y0ogr5y1byg"] .lh-infor{
    margin-left: 70px;
    margin-right: 30px;
}

section[data-section-id="y0ogr5y1byg"] .lh-text{
    color: var(--lh-color);
    font-weight: normal;
    font-size: calc(var(--lh-font-size) * 2);
    line-height: 1.5;
    letter-spacing: -0.05em;
    margin-bottom: 16px;
}

section[data-section-id="y0ogr5y1byg"] .lh-detail{
    color: rgb(90, 90, 90);
    font-size: calc(var(--lh-font-size) * 1);
    line-height: 1.5;
}

section[data-section-id="y0ogr5y1byg"] .lh-detail p{
    margin-bottom: 12px;
}

section[data-section-id="y0ogr5y1byg"] .lh-detail ul{
    padding-left: 18px !important;
}

section[data-section-id="y0ogr5y1byg"] .lh-img{
    text-align: right;
}

@media screen and (max-width: 991px) {
    section[data-section-id="y0ogr5y1byg"] .lh-infor{
        margin-left: 30px;
        margin-right: 0px;
    }
}

@media screen and (max-width: 767px) {
    section[data-section-id="y0ogr5y1byg"] .lh-title{
        font-size: calc(var(--lh-font-size) * 2);
        margin-bottom: 12px;
        line-height: 1.5;
    }

    section[data-section-id="y0ogr5y1byg"] .lh-desc{
        margin-bottom: 32px;
    }

    section[data-section-id="y0ogr5y1byg"] .lh-col-md-5, section[data-section-id="y0ogr5y1byg"] .lh-col-md-7{
        flex: 0 0 100%;
        max-width: 100%;
    }

    section[data-section-id="y0ogr5y1byg"] .lh-col-md-5.lh-col-img{
        order: 0;
        margin-bottom: 16px;
        text-align: center;
    }

    section[data-section-id="y0ogr5y1byg"] .lh-col-md-7.lh-col-text{
        order: 1;
    }

    section[data-section-id="y0ogr5y1byg"] .lh-list .lh-item{
        padding-bottom: 24px;
    }

    section[data-section-id="y0ogr5y1byg"] .lh-list .lh-item::before, section[data-section-id="y0ogr5y1byg"] .lh-list .lh-item::after{
        content: none;
    }

    section[data-section-id="y0ogr5y1byg"] .lh-infor{
        margin-left: 0px;
    }

    section[data-section-id="y0ogr5y1byg"] .lh-text{
        font-size: calc(var(--lh-font-size) * 1.5);
        margin-bottom: 12px;
    }
}section[data-section-id="y0ogr5y1byg"]{padding-bottom: 80px;background: rgba(255, 255, 255, 0.30)}@media screen and (max-width: 991px) and (min-width: 768px) {section[data-section-id="y0ogr5y1byg"]{padding-top: 55px;padding-bottom: 80px;}}@media screen and (max-width: 767px) {section[data-section-id="y0ogr5y1byg"]{padding-top: 60px;padding-bottom: 60px;}}section[data-section-id="y0ogr5y1byg"] [data-lhi="txt_desc"]:not([data-lhi-child="a"]), section[data-section-id="y0ogr5y1byg"] [data-hub-attr-txt_desc], section[data-section-id="y0ogr5y1byg"] [data-estyle="txt_desc"]:not([data-lhi]),section[data-section-id="y0ogr5y1byg"] [data-lhi="txt_desc"][data-lhi-child="a"] a {font-size: calc(var(--lh-font-size) * 2.1) !important;color: #000000 !important;font-weight: bold !important;}section[data-section-id="y0ogr5y1byg"] [data-lhis="list_item-txt_desc"]:not([data-lhi-child="a"]), section[data-section-id="y0ogr5y1byg"] [data-lhis="list_item-txt_desc"][data-lhi-child="a"] a {font-size: calc(var(--lh-font-size) * 1.3) !important;display: none !important;}section[data-section-id="y0ogr5y1byg"] [data-lhi="list_item|txt_desc"] {display: none !important;}section[data-section-id="y0ogr5y1byg"] [data-lhis="list_item-txt_lable"]:not([data-lhi-child="a"]), section[data-section-id="y0ogr5y1byg"] [data-lhis="list_item-txt_lable"][data-lhi-child="a"] a {font-size: calc(var(--lh-font-size) * 1.5) !important;color: #000000 !important;}section[data-section-id="y0ogr5y1byg"] [data-lhi="txt_title"]:not([data-lhi-child="a"]), section[data-section-id="y0ogr5y1byg"] [data-hub-attr-txt_title], section[data-section-id="y0ogr5y1byg"] [data-estyle="txt_title"]:not([data-lhi]),section[data-section-id="y0ogr5y1byg"] [data-lhi="txt_title"][data-lhi-child="a"] a {font-size: calc(var(--lh-font-size) * 1.8) !important;} section[data-section-id="fs457ojcvwc"] .lh-wrapper{
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  padding: 16px 15px 43px;
}

section[data-section-id="fs457ojcvwc"] .lh-heading{
  font-size: calc(var(--lh-font-size) * 1.5);
  font-weight: bold;
  line-height: normal;
  letter-spacing: 0.12px;
  color: #232323;
  display: flex;
  border-bottom: 2px solid #5b5b5b;
  margin: 0 auto 29px;
  max-width: max-content;
}

section[data-section-id="fs457ojcvwc"] .lh-icon{
  font-size: calc(var(--lh-font-size) * 1.875);
  font-weight: normal;
  line-height: normal;
  letter-spacing: 0.15px;
  color: #232323;
  margin-right: 3px;
}

section[data-section-id="fs457ojcvwc"] .lh-heading span{
  margin-top: 6px;
}

section[data-section-id="fs457ojcvwc"] .lh-des{
  text-align: center;
  font-size: calc(var(--lh-font-size) * 1);
  font-weight: normal;
  font-style: italic;
  line-height: normal;
  color: #5b5b5b;
}

section[data-section-id="fs457ojcvwc"]{background: #fff}@media screen and (max-width: 991px) and (min-width: 768px) {}@media screen and (max-width: 767px) {} section[data-section-id="ftg3y7rh4tm"] h1, section[data-section-id="ftg3y7rh4tm"] h2, section[data-section-id="ftg3y7rh4tm"] h3, section[data-section-id="ftg3y7rh4tm"] h4, section[data-section-id="ftg3y7rh4tm"] h5, section[data-section-id="ftg3y7rh4tm"] p{
    margin: 0px;
    padding: 0px;
}

section[data-section-id="ftg3y7rh4tm"] a:hover, section[data-section-id="ftg3y7rh4tm"] a:focus{
    opacity: 1;
}

section[data-section-id="ftg3y7rh4tm"] .lh-collection-item{
    margin-bottom: 30px;
}

section[data-section-id="ftg3y7rh4tm"] .lh-product-title a{
    color: rgb(34, 34, 34) !important;
}

section[data-section-id="ftg3y7rh4tm"] .lh-product-content{
    padding-top: 80px;
}

section[data-section-id="ftg3y7rh4tm"] .lh-product-content.lh-left:not(.lh-canvas) .lh-info-wrapper, section[data-section-id="ftg3y7rh4tm"] .lh-product-content.lh-right:not(.lh-canvas) .lh-info-wrapper{
    -webkit-box-flex: 0;
    flex: 0 0 100%;
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px;
}

section[data-section-id="ftg3y7rh4tm"] .lh-product-content.lh-canvas .lh-info-wrapper, section[data-section-id="ftg3y7rh4tm"] .lh-product-content.lh-no-sidebar .lh-info-wrapper{
    -webkit-box-flex: 0;
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0px;
}

section[data-section-id="ftg3y7rh4tm"] .lh-produc-grid-actions{
    display: none;
}

section[data-section-id="ftg3y7rh4tm"] .spr-badge-caption{
    display: none;
}

section[data-section-id="ftg3y7rh4tm"] .lh-product-grid .lh-collection-heading{
    margin-bottom: 24px;
}

section[data-section-id="ftg3y7rh4tm"] .lh-product-grid .lh-collection-heading .lh-collection-title{
    font-size: calc(var(--lh-font-size) * 1);
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: rgb(34, 34, 34);
    text-align: center;
    display: block;
    text-transform: none;
}

section[data-section-id="ftg3y7rh4tm"] .lh-product-grid .lh-collection-des{
    font-size: calc(var(--lh-font-size) * 2);
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal;
    color: var(--lh-color);
    text-align: center;
    margin-top: 4px;
    display: block;
}

section[data-section-id="ftg3y7rh4tm"] .lh-none{
    display: none !important;
}

section[data-section-id="ftg3y7rh4tm"] .lh-collection-item .lh-product-thumb{
    position: relative;
    text-align: center;
    overflow: hidden;
}

section[data-section-id="ftg3y7rh4tm"] .lh-collection-item .lh-product-thumb a{
    line-height: 0;
    display: block;
    overflow: hidden;
}

section[data-section-id="ftg3y7rh4tm"] .lh-collection-item .lh-product-thumb img{
    width: 100%;
    height: auto;
}

section[data-section-id="ftg3y7rh4tm"] .spr-badge-starrating{
    margin: 0px;
}

section[data-section-id="ftg3y7rh4tm"] .lh-product-rating:empty{
    width: 100%;
    background-size: contain;
    background-repeat: repeat-x;
    height: 12px;
    max-width: 60px;
    display: inline-block;
    background-image: url("https://library.layouthub.com/HUB/files/Tm92LS0yMDE5/NTc0ODY0ODc5/First_release/pages/HomePageRoise/Product-grid-no-slider/assets/images/star.svg");
}

section[data-section-id="ftg3y7rh4tm"] .spr-icon.spr-icon-star-empty{
    opacity: 1;
    color: rgb(102, 102, 102) !important;
}

section[data-section-id="ftg3y7rh4tm"] i.spr-icon.spr-icon-star{
    color: rgb(102, 102, 102) !important;
}

section[data-section-id="ftg3y7rh4tm"] .spr-badge-starrating .spr-icon{
    font-size: calc(var(--lh-font-size) * 0.875);
    margin-right: 5px;
}

section[data-section-id="ftg3y7rh4tm"] .lh-collection-item .lh-product-thumb .lh-img-hover{
    position: absolute;
    top: 0px;
    left: 50%;
    opacity: 0;
    visibility: hidden;
    transform: translate(-50%);
    transition-duration: 0.7s;
}

section[data-section-id="ftg3y7rh4tm"] .lh-collection-item:hover .lh-product-thumb .lh-img-hover{
    opacity: 1;
    visibility: visible;
    transform: translate(-50%, 0px);
}

section[data-section-id="ftg3y7rh4tm"] .lh-collection-item .lh-product-info{
    margin-top: 13px;
    text-align: center;
}

section[data-section-id="ftg3y7rh4tm"] .lh-collection-item .lh-product-info .lh-product-title{
    font-size: calc(var(--lh-font-size) * 1.5);
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.56;
    letter-spacing: normal;
    color: rgb(34, 34, 34);
    text-transform: none;
}

section[data-section-id="ftg3y7rh4tm"] .lh-collection-item .lh-product-info .lh-wrap-price{
    margin-bottom: 11px;
    margin-top: 10px;
}

section[data-section-id="ftg3y7rh4tm"] .lh-collection-item .lh-product-info .lh-wrap-price .lh-sale{
    font-size: calc(var(--lh-font-size) * 1);
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.75;
    letter-spacing: normal;
    color: rgb(136, 136, 136);
    margin-right: 16px;
    text-decoration: line-through;
}

section[data-section-id="ftg3y7rh4tm"] .lh-collection-item .lh-product-info .lh-wrap-price .lh-sale .money{
    text-decoration: line-through;
}

section[data-section-id="ftg3y7rh4tm"] .lh-collection-item .lh-product-info .lh-wrap-price .lh-cost{
    font-size: calc(var(--lh-font-size) * 1.5);
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.75;
    letter-spacing: normal;
    color: rgb(34, 34, 34);
}

section[data-section-id="ftg3y7rh4tm"] .lh-info-wrapper.bad_enable .lh-product-badges{
    display: block;
}

section[data-section-id="ftg3y7rh4tm"] .lh-info-wrapper.bad_disable .lh-product-badges{
    display: none !important;
}

section[data-section-id="ftg3y7rh4tm"] .lh-product-badges{
    text-align: center;
}

section[data-section-id="ftg3y7rh4tm"] .lh-product-badges span{
    position: absolute;
    top: 16px;
    right: 16px;
    text-transform: none;
    display: inline-block;
    z-index: 3;
    padding: 3px 14px;
    border-radius: 4px;
    font-size: calc(var(--lh-font-size) * 1);
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.75;
    letter-spacing: normal;
}

section[data-section-id="ftg3y7rh4tm"] .lh-product-badges .lh-sold-out{
    background: rgb(132, 197, 239);
    color: white;
}

section[data-section-id="ftg3y7rh4tm"] .lh-product-badges .lh-onsale{
    background: rgb(132, 197, 239);
    color: white;
}

section[data-section-id="ftg3y7rh4tm"] .lh-product-badges .lh-hot{
    background: transparent;
    border: 1px solid var(--lh-color);
    color: var(--lh-color);
}

section[data-section-id="ftg3y7rh4tm"] .lh-product-badges span+span{
    top: 60px;
}

section[data-section-id="ftg3y7rh4tm"] .lh-product-badges span+span+span{
    top: 140px;
}

section[data-section-id="ftg3y7rh4tm"] .lh-product-grid svg{
    width: 15px;
    height: 15px;
}

section[data-section-id="ftg3y7rh4tm"] .lh-info-wrapper.b_show .product-buttons{
    display: block;
}

section[data-section-id="ftg3y7rh4tm"] .lh-info-wrapper.b_hide .product-buttons{
    display: none !important;
}

section[data-section-id="ftg3y7rh4tm"] .lh-collection-item .product-buttons{
    position: absolute;
    left: 50%;
    bottom: 0px;
    font-size: calc(var(--lh-font-size) * 0);
    width: 100%;
    z-index: 2;
    transform: translateX(-50%);
}

section[data-section-id="ftg3y7rh4tm"] .lh-collection-item .product-buttons>div{
    opacity: 0;
    visibility: hidden;
    text-align: center;
    display: inline-block;
    vertical-align: top;
    transform: translateY(20px);
}

section[data-section-id="ftg3y7rh4tm"] .lh-collection-item .product-buttons>div>a{
    display: block;
}

section[data-section-id="ftg3y7rh4tm"] .lh-collection-item .product-buttons>div a::before{
    font-size: calc(var(--lh-font-size) * 1.2);
    line-height: 3.2rem;
    height: 100%;
    width: 100%;
}

section[data-section-id="ftg3y7rh4tm"] .lh-collection-item .product-buttons>div a:focus{
    outline: none;
}

section[data-section-id="ftg3y7rh4tm"] .lh-collection-item .product-buttons .compare-btn a{
    fill: rgb(255, 255, 255);
    display: inline-block;
    padding: 17px 16px;
    border: none;
}

section[data-section-id="ftg3y7rh4tm"] .lh-collection-item .yith-wcwl-add-to-wishlist{
    position: absolute;
    top: 20px;
    right: 20px;
    font-size: calc(var(--lh-font-size) * 0);
    margin-top: 0px;
    z-index: 2;
}

section[data-section-id="ftg3y7rh4tm"] .lh-collection-item .yith-wcwl-add-to-wishlist .add_to_wishlist:hover{
    transition: all 0.4s ease 0s;
}

section[data-section-id="ftg3y7rh4tm"] .lh-collection-item .product-buttons .quick-view-btn{
    width: 48px;
    border-right: 1px solid rgba(255, 255, 255, 0.2);
}

section[data-section-id="ftg3y7rh4tm"] .lh-collection-item .product-buttons .quick-view-btn a{
    fill: rgb(255, 255, 255);
    display: inline-block;
    padding: 17px 16px;
    border: none;
}

section[data-section-id="ftg3y7rh4tm"] .lh-collection-item .product-buttons .add-to-cart-btn{
    width: 100%;
}

section[data-section-id="ftg3y7rh4tm"] .lh-collection-item .product-buttons .add-to-cart-btn a{
    font-size: calc(var(--lh-font-size) * 1);
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal;
    color: rgb(255, 255, 255);
    width: 100%;
    background-color: transparent;
    border: none;
    display: flex;
    align-items: center;
    border-radius: 0px;
    padding: 12px 0px;
    white-space: nowrap;
    text-align: center;
    justify-content: center;
}

section[data-section-id="ftg3y7rh4tm"] .lh-collection-item .product-buttons .compare-btn{
    width: 48px;
    display: inline-block;
    border-left: 1px solid rgba(255, 255, 255, 0.2);
    margin: 0px;
}

section[data-section-id="ftg3y7rh4tm"] .lh-collection-item .product-buttons .compare-btn .blockUI, section[data-section-id="ftg3y7rh4tm"] .lh-collection-item .product-buttons .compare-btn .blocOverlay{
    display: none !important;
}

section[data-section-id="ftg3y7rh4tm"] .lh-collection-item .product-buttons.mobile .quick-view-btn, section[data-section-id="ftg3y7rh4tm"] .lh-collection-item .product-buttons.mobile .compare-btn{
    display: none;
}

section[data-section-id="ftg3y7rh4tm"] .lh-collection-item .product-buttons.mobile .add-to-cart-btn{
    width: 100%;
}

section[data-section-id="ftg3y7rh4tm"] .lh-collection-item .product-buttons.product-buttons--dark .lh-icon{
    background-color: var(--lh-color);
}

section[data-section-id="ftg3y7rh4tm"] .lh-collection-item .product-buttons.product-buttons--dark .lh-icon a{
    color: white;
}

section[data-section-id="ftg3y7rh4tm"] .lh-collection-item .product-buttons.product-buttons--dark .lh-icon:hover{
    background-color: var(--lh-color);
}

section[data-section-id="ftg3y7rh4tm"] .lh-collection-item .product-buttons.product-buttons--dark .lh-icon:hover{
    opacity: 0.7;
}

section[data-section-id="ftg3y7rh4tm"] .lh-collection-item .product-buttons.product-buttons--dark .lh-icon:hover a{
    color: rgb(255, 255, 255);
    text-decoration: none !important;
}

section[data-section-id="ftg3y7rh4tm"] .lh-collection-item .product-buttons.product-buttons--light .lh-icon{
    background-color: rgb(255, 255, 255);
    border: 1px solid rgb(238, 238, 238);
}

section[data-section-id="ftg3y7rh4tm"] .lh-collection-item .product-buttons.product-buttons--light .lh-icon a{
    color: rgb(51, 51, 51);
}

section[data-section-id="ftg3y7rh4tm"] .lh-collection-item .product-buttons.product-buttons--light .add-to-cart-btn{
    border-left-width: 0px;
    border-right-width: 0px;
}

section[data-section-id="ftg3y7rh4tm"] .lh-collection-item:hover .product-buttons .lh-icon{
    opacity: 1;
    visibility: visible;
    transform: translateY(0px);
}

section[data-section-id="ftg3y7rh4tm"] .lh-collection-item:hover .lh-produc-grid-actions{
    opacity: 1;
    visibility: visible;
    transform: translateY(0px);
}

section[data-section-id="ftg3y7rh4tm"] .lh-collection-item:hover .product-buttons .quick-view-btn{
    transition: all 0.7s ease 0s;
}

section[data-section-id="ftg3y7rh4tm"] .lh-collection-item:hover .product-buttons .add-to-cart-btn{
    transition: all 0.4s ease 0s;
}

section[data-section-id="ftg3y7rh4tm"] .lh-collection-item:hover .product-buttons .compare-btn{
    transition: all 0.7s ease 0s;
}

section[data-section-id="ftg3y7rh4tm"] .lh-info-wrapper.n_ellipsis .lh-product-info .lh-product-title{
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

@media screen and (max-width: 991px) {
    section[data-section-id="ftg3y7rh4tm"] .lh-col-md-3{
        flex: 0 0 50%;
        max-width: 50%;
    }

    section[data-section-id="ftg3y7rh4tm"] .lh-collection-item{
        margin-bottom: 30px;
    }

    section[data-section-id="ftg3y7rh4tm"] .lh-product-content{
        padding-top: 60px;
    }
}

@media screen and (max-width: 767px) {
    section[data-section-id="ftg3y7rh4tm"] .lh-container{
        padding: 0px;
    }

    section[data-section-id="ftg3y7rh4tm"] .lh-container .lh-row.lh-mr{
        margin: 0px;
    }

    section[data-section-id="ftg3y7rh4tm"] .lh-collection-item .product-buttons>div{
        opacity: 1;
        visibility: visible;
        transform: none;
    }

    section[data-section-id="ftg3y7rh4tm"] .lh-product-grid .lh-collection-des{
        font-size: calc(var(--lh-font-size) * 1.5);
    }

    section[data-section-id="ftg3y7rh4tm"] .lh-col-md-3{
        flex: 0 0 100%;
        max-width: 100%;
    }

    section[data-section-id="ftg3y7rh4tm"] .lh-product-content{
        padding-top: 10px;
    }
}

section[data-section-id="ftg3y7rh4tm"] .lh-product-rating{
    display: flex;
    justify-content: flex-start;
    text-decoration: none;
    color: rgba(var(--lh-color-rgb), 0.965);
}

section[data-section-id="ftg3y7rh4tm"] [class^="spr-icon-"]::before, section[data-section-id="ftg3y7rh4tm"] [class*=" spr-icon-"]::before{
    width: 14px;
    height: 14px;
}

section[data-section-id="ftg3y7rh4tm"] .lh-product-rating i{
    margin-right: 3px;
    color: rgba(var(--lh-color-rgb), 0.3);
}

section[data-section-id="ftg3y7rh4tm"] .lh-product-rating i:not(:last-child){
    margin-right: 3px;
    color: var(--lh-color);
}

section[data-section-id="ftg3y7rh4tm"] .lh-produc-grid-actions{
    top: 0px;
    right: 0px;
    position: absolute;
}section[data-section-id="ftg3y7rh4tm"]{padding-bottom: 60px;background: #fff}@media screen and (max-width: 991px) and (min-width: 768px) {section[data-section-id="ftg3y7rh4tm"]{padding-bottom: 120px;}}@media screen and (max-width: 767px) {section[data-section-id="ftg3y7rh4tm"]{padding-bottom: 120px;}}section[data-section-id="ftg3y7rh4tm"] [data-lhi="trans_add_to_cart"]:not([data-lhi-child="a"]), section[data-section-id="ftg3y7rh4tm"] [data-hub-attr-trans_add_to_cart], section[data-section-id="ftg3y7rh4tm"] [data-estyle="trans_add_to_cart"]:not([data-lhi]),section[data-section-id="ftg3y7rh4tm"] [data-lhi="trans_add_to_cart"][data-lhi-child="a"] a {display: none !important;}section[data-section-id="ftg3y7rh4tm"] [data-lhi="trans_add_to_cart"], section[data-section-id="ftg3y7rh4tm"] [data-estyle="trans_add_to_cart"]:not([data-lhi]) {display: none !important;}section[data-section-id="ftg3y7rh4tm"] [data-lhi="related_des"]:not([data-lhi-child="a"]), section[data-section-id="ftg3y7rh4tm"] [data-hub-attr-related_des], section[data-section-id="ftg3y7rh4tm"] [data-estyle="related_des"]:not([data-lhi]),section[data-section-id="ftg3y7rh4tm"] [data-lhi="related_des"][data-lhi-child="a"] a {color: #000000 !important;margin-top: 0px !important;font-size: calc(var(--lh-font-size) * 5) !important;}@media screen and (max-width: 767px) {section[data-section-id="ftg3y7rh4tm"] [data-lhi="related_des"]:not([data-lhi-child="a"]), section[data-section-id="ftg3y7rh4tm"] [data-hub-attr-related_des], section[data-section-id="ftg3y7rh4tm"] [data-estyle="related_des"]:not([data-lhi]),section[data-section-id="ftg3y7rh4tm"] [data-lhi="related_des"][data-lhi-child="a"] a {font-size: calc(var(--lh-font-size) * 2.4) !important;line-height: calc(var(--lh-font-size) * 3) !important;margin-top: -20px !important;}}section[data-section-id="ftg3y7rh4tm"] [data-lhi="related_heading"]:not([data-lhi-child="a"]), section[data-section-id="ftg3y7rh4tm"] [data-hub-attr-related_heading], section[data-section-id="ftg3y7rh4tm"] [data-estyle="related_heading"]:not([data-lhi]),section[data-section-id="ftg3y7rh4tm"] [data-lhi="related_heading"][data-lhi-child="a"] a {font-size: calc(var(--lh-font-size) * 2) !important;color: rgba(18, 0, 162, 0.76) !important;}section[data-section-id="ftg3y7rh4tm"] [data-lhi="trans_view_more"]:not([data-lhi-child="a"]), section[data-section-id="ftg3y7rh4tm"] [data-hub-attr-trans_view_more], section[data-section-id="ftg3y7rh4tm"] [data-estyle="trans_view_more"]:not([data-lhi]),section[data-section-id="ftg3y7rh4tm"] [data-lhi="trans_view_more"][data-lhi-child="a"] a {display: none !important;}section[data-section-id="ftg3y7rh4tm"] [data-lhi="trans_view_more"], section[data-section-id="ftg3y7rh4tm"] [data-estyle="trans_view_more"]:not([data-lhi]) {display: none !important;}