/** Shopify CDN: Minification failed

Line 297:0 Unexpected "}"
Line 1647:0 Expected "}" to go with "{"

**/
/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v7.0.29,
* Autoprefixer: v9.7.6
* Browsers: last 12 version
*/

.ackLp {
	-webkit-box-orient: horizontal!important;
	-webkit-box-direction: normal!important;
	-webkit-flex-flow: row!important;
	-ms-flex-flow: row!important;
	flex-flow: row!important;
}

.h1,
.h2,
.h3,
.h4,
.section-header__title {
	line-height: 1.3;
	color: #OD12BA !important;
}

h1.section-header__title {
	color: #0d1b2a;
}

.trade-discount {
	color: #c90066;
}

.trade-discount {
	border: solid 1.5px;
	padding: 8px;
	margin: 10px 0;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
}

.line-through {
	text-decoration: line-through;
}

.template-collection .trade-discount {
	margin: 10px auto;
}

.modal-body {
	color: black;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.modal-body div {
	padding: 2em;
}

.modal-body img {
	width: 25%;
}

.product-accordions ul li {
	list-style: disc;
	margin-bottom: 1rem;
}

.product-accordions ul li span {
	font-weight: bold;
}

.product-faq_wrapper {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
}

.product-faq_content-1 {
	width: 25%;
	padding: 1rem;
	-webkit-align-self: flex-end;
	-ms-flex-item-align: end;
	align-self: flex-end;
}

.product-faq_content-1 span {
	color: #c90066;
}

.product-faq_content-2 {
	width: 50%;
	padding: 1rem;
	-webkit-align-self: flex-end;
	-ms-flex-item-align: end;
	align-self: flex-end;
}

@media screen and (max-width: 768px) {
	#shopify-section-1619212054d2265287 .hero__text-wrap {
		padding-top: 8rem;
	}
	#shopify-section-16196269352b9cbd73 .hero__text-wrap {
		padding-top: 10rem;
	}
}

.trade-price {
	color: #c90066;
	padding: 0px 3px;
}

.subtotal__discount-text {
	width: 100%;
}

.order-discount--price {
	color: #c90066;
}

.template-cart .trade-discount {
	margin-top: 5px;
}

button.btn.update-cart {
	width: 100%;
	margin-bottom: 10px;
	background: white;
	color: #c90066;
	border: solid #c90066;
}

button.btn.update-cart:hover {
	color: white;
	-webkit-transition: all .1s;
	-o-transition: all .1s;
	transition: all .1s;
	-webkit-transition-delay: 0s!Important;
	-o-transition-delay: 0s!Important;
	transition-delay: 0s!Important;
}


/* Remove text shadows on heros 
-----------------------------------------*/

.hero__text-shadow:before {
	display: none!important;
}

.section-header__title,
.benefits__title,
.section-header h2,
.custom-content h2 {
	margin: auto;
	max-width: 1000px;
	line-height: 1.3;
  	font-weight: 700;
    text-transform: uppercase;
	color: #OD12BA !important;
}

.benefits__section-wrapper .section-header h2,
.section-header h2 {
  color: #0d1b2a;
}

.cta-btn {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.slideText {
	display: none;
}


/* Custom slide banner 
--------------------------------*/

.slideText.slideone img {
    max-width: 30px;
    margin-left: -3rem;
    margin-top: -0.2rem;
    position: absolute;
}

#shopify-section-1524769873765,
#shopify-section-16196269352b9cbd73 {
	position: relative;
}

#shopify-section-1524769873765 .slideText.slideone,
#shopify-section-16196269352b9cbd73 .slideText.slidetwo {
  position: absolute;
  bottom: 0;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  font-size: 1rem;
  font-weight: 700;
  color: #3f3f3f;
  text-transform: uppercase;
}

#shopify-section-1524769873765 .slideText.slideone {
	background: white;
}

#shopify-section-1524769873765 .slideText.slideone div,
#shopify-section-16196269352b9cbd73 .slideText.slidetwo div {
	padding: 0.25rem 17px;
  text-align:center;
}


@media screen and (min-width: 768px) {
  #shopify-section-1524769873765 .slideText.slideone,
  #shopify-section-16196269352b9cbd73 .slideText.slidetwo {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    font-size: 1rem;
    align-items: center;
    justify-content: space-around;
	}
	#shopify-section-1524769873765 .slideText.slideone div,
	#shopify-section-16196269352b9cbd73 .slideText.slidetwo div {
		padding: 2rem;
	}
  
  div#shopify-section-1524769873765 .slideText.slideone {
    padding: 1rem;
}
  
}



/* Hide images on mobile   */
  
@media screen and (max-width: 769px) {
    .slideText.slideone img {
      display: none;
    }
  
  
  #shopify-section-1524769873765 .slideText.slideone {
    position: relative;
    padding: 11px;
  }

}

#shopify-section-1524769873765 .slideText.slideone div,
#shopify-section-16196269352b9cbd73 .slideText.slidetwo div {
  padding: 0.3rem;

}

}
  


div#CollectionSection-161913090782019f9c h2.section-header__title {
	max-width: 1100px;
}

div#CollectionSection-165118319204f6eb40 h2.section-header__title {
	max-width: 1100px;
}

p.h4.footer__title {
	font-family: "Poppins", sans-serif!important;
	text-transform: none;
	letter-spacing: 0.025em;
	font-size: 16px;
	font-weight: 800;
}

#shopify-section-16191939744f083130 {
	margin-bottom: 0;
}

div#shopify-section-16191939744f083130 {
	margin-bottom: 0;
}

#shopify-section-1619021087a9039b94 {
	padding: 2em;
	background-color: #c0caad;
	color: #fff;
	background-image: url(/cdn/shop/files/lock-green_overlay.jpg?v=1619457190);
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

#shopify-section-1619021087a9039b94 .wistia_responsive_padding+p {
	margin: 0 auto;
	max-width: 60%;
	font-size: 0.8rem;
	text-align: center;
}

#shopify-section-1619021087a9039b94 h2 {
	color: #0d1b2a;
}

#shopify-section-1619021087a9039b94 p {
	font-size: 1.1em;
	color: #0d1b2a;
}

a.home-video.rte__image img {
	margin: auto;
	width: 100%!important;
	height: auto!important;
}

p.homepage-video-text {
	padding: 2rem 3rem;
	background: white;
	max-width: 90%;
	margin: auto;
}

#wistia_chrome_23 #wistia_grid_29_wrapper .w-css-reset-tree div {
	background-color: #415a77!important;
}

#wistia_grid_29_wrapper canvas {
	background: #415a77!important;
}

.w-bottom-bar-lower.w-css-reset {
	background: #415a77;
}

div#shopify-section-161962637277cb81fb {
	min-height: 100%;
}

div#shopify-section-161962637277cb81fb .hero__text-shadow {
  display: none;
}

div#shopify-section-16191950154dc86930 {
	margin-top: 0;
	background: #f2f2f2;
	background-clip: padding-box;
	padding: 75px 0;
}

div#shopify-section-16191950154dc86930 .image-wrap {
	background: #f2f2f2!important;
}

.richtext-section-v2--16191939744f083130 p strong {
	color: #f58fa5;
}

div#shopify-section-161945303420e84ed2 .custom-content {
	-webkit-box-shadow: 0 10px 25px rgb(0 0 0 / 10%);
	box-shadow: 0 10px 25px rgb(0 0 0 / 10%);
}

div#shopify-section-161945303420e84ed2 .custom-content .custom__item {
	margin-top: 22px;
}

.grid-product__title {
	font-size: 1.3rem;
	font-weight: 700;
	color: #0d1b2a;
    text-transform: uppercase;
}

#shopify-section-16190220654ee7e651 {
	margin-top: 0;
}

.benefits__text {
	font-weight: 400;
	line-height: 1.3;
	text-transform: uppercase;
}

.benefits--16190234999d42aa46 .benefits__title {
    text-transform: uppercase;
    font-weight: 700;
}
.benefits--16190234999d42aa46 .benefits__text {
    text-transform: uppercase;
    font-weight: 700;
}

/* Featured Collection V2 */

.alt-style .grid.grid--uniform,
div#CollectionSection-161913090782019f9c .grid.grid--uniform {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
}

.alt-style .grid__item.grid-product.small--one-whole.medium-up--one-third,
div#CollectionSection-161913090782019f9c .grid__item.grid-product.small--one-whole.medium-up--one-third {
	display: -webkit-box; 
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
}

.alt-style .grid-product__content,
div#CollectionSection-161913090782019f9c .grid-product__content {
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

.alt-style img.grid-product__image,
div#CollectionSection-161913090782019f9c img.grid-product__image {
    background: #f2f2f2;
}

@media screen and (min-width:769px) {
    .alt-style .grid.grid--uniform,
	div#CollectionSection-161913090782019f9c .grid.grid--uniform {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-webkit-flex-direction: row;
		-ms-flex-direction: row;
		flex-direction: row;
	}
}

@media only screen and (max-width: 768px) {
  .alt-style .small--one-whole {
      width: calc(100% - 15px);
      margin-bottom: 17px !important;
  }
}


.grid-product__pretext {
	margin-bottom: 0.5rem;
}

.grid-product__title {
	margin-bottom: 0.5rem;
}

.grid-product__subtext {
	margin: 0 auto 1rem;
	max-width: 75%;
}

.grid-product__price {
	font-size: 1rem;
	font-weight: 700;
	color: #0d1b2a;
	margin-bottom: 0.5rem;
}

#shopify-section-1619023219d9d247e4 {
	margin-bottom: 0;
	margin-top: 0;
}

.testimonial-stars {
	color: #c90066;
}

.testimonials-slider__text cite {
	color: #0d1b2a;
}

.testimonials-slider .dot.is-selected {
	color: #c90066;
}

#shopify-section-1619211358f7f98c15 {
	margin-bottom: 0;
	margin-top: 0;
	padding: 35px 0;
	background: #f2f2f2;
}

p.h2 {
	color: #0d1b2a;
}

p.h3 {
	color: #0d1b2a;
}

h2.section-header__title {
	color: #0d1b2a;
}

p.h4.footer__title {
	color: #OD12BA;
}

.slideshow__slide.slideshow__slide--1619212054d2265287-0.is-selected .hero__subtitle {
	max-width: 500px;
	font-size: 16px;
}

.slideshow__slide.slideshow__slide--16196269352b9cbd73-0.is-selected .hero__subtitle {
	max-width: 500px;
}

.slideshow__slide.slideshow__slide--16196269352b9cbd73-0.is-selected .hero__subtitle {
	max-width: 500px;
}

/* .custom__item-inner.custom__item-inner--image {
	max-width: 100px;
} */

#locksmiths-page header.section-header {
	display: inherit!important;
}

.video-container {
	overflow: hidden;
	position: relative;
	width: 100%;
}

.video-container::after {
	display: block;
	content: '';
}

.video-container iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

#shopify-section-1620155949f9068e55 .section-header {
	margin-bottom: 0;
}

.slideshow__slide--16196269352b9cbd73-0 .hero__pretitle {
	font-size: 27.2px !important;
}

.slideshow__slide--16196269352b9cbd73-0 .hero__subtitle {
	font-size: 16px !important;
}

#shopify-section-16190234999d42aa46 .benefits__subtext a {
  color: #0d1b2a;
  font-weight: 700;
}

@media only screen and (max-width: 400px) {
  .slideshow__slide--1619212054d2265287-0 .hero__pretitle {
    font-size: 25px;
    line-height: 1.1;
  }
}

.typeform-widget {
	height: 640px!important;
}

.typeform-popup_button--wrapper {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
}


.modal__close .icon {
    width: 50px;
    height: 50px;
}

.modal-open .modal--solid:before {
    background-color: rgb(0 0 0 / 53%);
}


.h1--title {
  margin-top: 50px;
  margin-bottom: -25px;
  color: #0d1b2a;
}

@media (min-width: 769px) {
  .h1--title {
    margin-top: 75px;
    margin-bottom: -50px;
  }
}


.article__body.rte ul li {
	list-style-type: disc;
}

.article__body.rte a {
  color: #0D1b2a !important;
  border-bottom: 1px solid !important;
  border-bottom-color: #0D1b2a !important;
}

.article__body.rte a u {
  text-decoration-line: none;
}

/*   HEADER */  

a.site-nav__link {
  text-transform: uppercase;
}
  
a.header-phone {
  padding-right: 1rem;
  font-weight:700;
  font-size: 1rem;
}

.header-phone strong {
  padding: 0 0.5rem;
  color: #c90066;
}

@media screen and (max-width: 1164px) {
a.header-phone {
    display: none;
 }
}

/*   HOME FEATURE V2  */ 


.door-type_new {
  display: inline-flex;
  text-align: left!important;
  height: 22px;
  background-color: #0D1B2A;
  border-color: #0D1B2A;
  max-width: 100%;
  color: white;
  padding: 1px 1rem;
  border-radius: 4px 0px 0px 4px;
  border-radius:4px;
/*   margin-left: -1rem; */
  margin-bottom: 1rem;
  text-transform: uppercase;
}

.door-type_existing {
  display: inline-flex;
  text-align: left!important;
  height: 22px;
  background-color: #c90066;
  border-color:#c90066;
  max-width: 100%;
  color: white;
  padding: 1px 1rem;
  border-radius: 4px 0px 0px 4px;
  border-radius:4px;
/*   margin-left: -1rem; */
  margin-bottom: 1rem;
  text-transform: uppercase;
}

.new-doors-badge-triangle {
  display:none;
  position: absolute;
  width: 0;
  height: 0;
  border-right: 10px solid transparent;
  border-top: 22px solid;
  padding-left: 1rem;
  color: #0D1B2A!important;
}

.existing-doors-badge-triangle {
  display:none;
  position: absolute;
  width: 0;
  height: 0;
  border-right: 10px solid transparent;
  border-top: 22px solid;
  padding-left: 1rem;
  color: #c90066!important;
}

.door-type_new span, .door-type_existing span {
  color: #white;
  font-weight: bold;
}

.alt-style .grid__item,
div#CollectionSection-161913090782019f9c .grid__item {  
  background: #f2f2f2;
  margin: 0rem 1rem;
  padding: 21px 7px;
  border-radius: 8px;

}

.alt-style .image-wrap,
div#CollectionSection-161913090782019f9c .image-wrap {
  background: #f2f2f2; 
}

.alt-style .grid-product__secondary-image img
div#CollectionSection-161913090782019f9c .grid-product__secondary-image img {
  background: #f2f2f2;
}


@media screen and (max-width: 768px) {

  div#CollectionSection-161913090782019f9c .grid__item {  
    margin: 1.5rem 1rem;
  }

  .new-doors-badge-triangle {
    margin-top: -3px; 
    border-top: 27px solid;

  }

  .door-type_new {
    padding-top: 3px;
    font-size: 14px;
    height: 27px;
  }  

  .existing-doors-badge-triangle {
    margin-top: -3px;
    border-top: 27px solid;

  }

  .door-type_existing {
    padding-top: 3px;
    font-size: 14px;
    height: 27px;
  }
  
  
}

div#CollectionSection-161913090782019f9c .grid-product__subtext {
max-width: 85%;
}
/* 
@media screen and (min-width:769px) and (max-width: 1000px) {
.slideshow__slide--1524769873765-0 .hero__title {
    margin-top: -30%;
  font-size:30px!important;
}
} */


/* Slider video btn */


.video-play_btn {
    height: 55px;
}

a.btn.btn--inverse.btn--inverse_alt {
  border: none;
  background: none!important;
  margin: auto;
  min-width: auto;
}

a.btn.btn--inverse.btn--inverse_alt span {
    vertical-align: middle;
}

.video-btn_text {
margin-right: 1rem;
}

.product-single__description.rte li {
    list-style: disc!important;
}

@media screen and (max-width: 768px) {
    #shopify-section-1619212054d2265287 .hero__text-wrap {
        padding-top: 4rem;
    }
}


div#shopify-section-1651959612122c96b5 .video-container {
    max-width: 800px;
    margin: 0 auto;
}

.variant-wrapper--dropdown select {
  width: 100%;
}


.product-single__description.rte li {
    font-size: 14px;
}

.product-single__description.rte ul li li {
    font-size: .9rem;
    list-style: none!Important;
}




/* 

JULY EDITS 

*/

/* Homepage hero 1 */

/* div#Slideshow-1524769873765 .hero__top-subtitle {
  font-weight: 700;
  font-size: 1.1rem;
  color: #ffffff;
  margin-bottom: 0px;
  line-height: 1rem;
}

div#Slideshow-1524769873765 h2.h1.hero__title {
  line-height: 4rem;
  font-weight: 900;
  font-size: 3.15rem;
  color: #ffffff;
  margin-left: -3px;
}

div#Slideshow-1524769873765 .hero__subtitle {
  color: #c80066!important;
  font-size: 1.51rem;
  font-weight: 700;
  line-height: 1.2rem;
}


@media screen and (max-width: 480px)  {
  #shopify-section-1524769873765 .hero__top-subtitle {
    font-size: 0.9rem;
    margin-bottom: -6px;
    line-height: 1.2rem;
  }
  #shopify-section-1524769873765 .hero__title  {
    line-height: 2.5rem;
    font-size: 2.66rem;
    margin-bottom: -10px;
  }
  div#Slideshow-1524769873765 .hero__subtitle {
    color: #c80066!important;
    font-size: 1.15rem;
    line-height: 1.85rem;
    margin-bottom: -1px;

  }
  #shopify-section-1524769873765 .btn {
    padding-left: 0;
  }
} */


#Slideshow-1524769873765 h2.h1.hero__title {
  font-weight: 900;
}
#Slideshow-1524769873765 .hero__subtitle {
  font-weight: 700;
}



/* Home page hero 2 */

.hero__subtitle.hero__subtitle__html {
/*   text-align: left; */
  margin-left: 10px;
}

.hero__subtitle p {
  color: #3f3f3f!important;
  font-size: 1rem;
  line-height: 1.2rem;
}

div#shopify-section-1619212054d2265287 .hero__title {
  font-weight: 900;
  font-size: 3.48rem;
  color: #3f3f3f;
  line-height: 3rem;
}

div#shopify-section-1619212054d2265287 .video-btn_text {
    color: #3f3f3f;
}

div#shopify-section-1619212054d2265287 .hero__top-subtitle {
  font-size:1.125rem;
  color: #c90066;
  font-weight: 700;
}

div#shopify-section-1619212054d2265287 .hero__subtitle h2 {
    font-size: 2.02rem;
    color: #c90066;
}



@media screen and (max-width:768px)  {
  
  div#Slideshow-1524769873765 .hero__text-content.vertical-center.horizontal-left {
    vertical-align: middle!important;
  }

  div#Slideshow-1619212054d2265287 .hero__text-content.vertical-center {
    vertical-align: bottom!Important;
  }

  div#Slideshow-1619212054d2265287  .hero__text-content.horizontal-right {
    text-align: center;
  }

  div#Slideshow-1619212054d2265287 .hero__text-shadow {
    padding-bottom: 13vw;
  }  
}

@media screen and (max-width:460px) {

  div#Slideshow-1619212054d2265287 .hero__text-shadow {
    padding-bottom: 0vw;
}
  
  

  .hero__subtitle p {
    font-size: .83rem;
    line-height: 1rem;
}
  
  div#Slideshow-1619212054d2265287 .hero__subtitle h2 {
    text-align: center;
    margin-left: -9px;
    font-size: 1.65rem !important;
    line-height: 1.65rem;
  }
  
}

@media screen and (max-width: 460px)  {
  #shopify-section-1619212054d2265287 .hero__top-subtitle {
    font-size: 0.92rem!important;
    color: #c90066;
  }
  #shopify-section-1619212054d2265287 .hero__title  {
    line-height: 3rem !important;
    font-size: 2.85rem !important;
  }

  #shopify-section-1619212054d2265287 .hero__subtitle {
    font-size: 0.75rem !important;
  }
  #shopify-section-1619212054d2265287 .homepage-slider-2 {
    font-size: 1rem !important;
  }

}






/* Lock diagram-dark svg section and image(mobile) */

div#shopify-section-1657302021a4b009ee .lock-diagram_heading {
    z-index: 1;
    margin-top: 5rem!important;
}


div#shopify-section-1657301074d249cd3b .custom__item-inner.custom__item-inner--image {
    max-width: 100%;
}

div#shopify-section-1657301074d249cd3b .custom__item.one-whole.align--center {
    margin-bottom: 0px;
}


@media screen and (max-width:720px)  {
  
  div#shopify-section-16513513655a54d75a {
  display: none;
  }
}

div#shopify-section-1657302021a4b009ee .custom__item-inner.custom__item-inner--image {
    max-width: 100%;
}

div#shopify-section-1657302021a4b009ee .custom__item.one-whole.align--center {
    margin-bottom: 0px;
}

@media screen and (min-width: 720px)  {
  
  div#shopify-section-1657302021a4b009ee {
  display: none;
  }
}

div#shopify-section-1657302021a4b009ee .page-width {
    max-width: 100%;
    padding: 0px;
}
  

div#shopify-section-16513513655a54d75a .page-width {
    max-width: 100%;
    padding: 0px;
  
}

div#shopify-section-16513513655a54d75a .custom__item {
    margin-bottom: 10px;
}

text.st2.st4.st5 {
    font-weight: 700;
}

div#shopify-section-16513513655a54d75a .custom-content h2 {
max-width:100%!important;
}

.lock-diagram_heading {
    display: flex;
    justify-content: center;
    font-family: Poppins;
    text-transform: uppercase!important;
    color: #fff;
    font-size: 1.7rem;
    position: absolute;
    margin-top: 2.2vw!Important;
    width: 100%;
}

.st5{display:none;}

@media screen and (max-width: 460px)  {
div#shopify-section-1657302021a4b009ee .lock-diagram_heading {
    margin-top: 3rem!important;
    font-size: 19px;
}
}

/* Logo slider */


/* desktop */
div#Slideshow-1657223555a4f331ab {
  height: 7vw;
}
@media screen and (max-width: 768px)  {
  div#Slideshow-1657223555a4f331ab {
    display:none;
  } 
}

/* mobile */
div#Slideshow-16582826788bc6b706 {
  height:  20vw;
}
@media screen and (min-width: 768px)  {
  /* mobile */
  div#Slideshow-16582826788bc6b706 {
    display:none;
  }
  .hero-natural--16582826788bc6b706 {
    display: none;
  }
}

/* text-box animation */

@keyframes fadeIn {
  0% { opacity: 0; }
  100% { opacity: 1; }
}

.fade-in { 
  animation: fadeIn 3s;
}


/* VIDEO SECTION Advanced Content 
-------------------------------------*/


div#shopify-section-advanced-content_2 .index-section {
    margin: 1rem!important;
}


.landing-page .custom__item-inner.custom__item-inner--image {
    max-width: 100%;
}

div#shopify-section-advanced-content_2 {
    background: #ebebeb;
    padding: 1rem 2rem;
}



@media screen and (max-width: 768px) {
  div#shopify-section-advanced-content_2 {
    padding: 1rem 1rem;
  }
}

/* 
video.landing-video {
    object-fit: fill;
} */


.landing-page h1.heading {
    font-weight: 700;
    margin: 2rem 0rem .5rem 0rem!important;
  	font-size: 2rem;
}

.landing-page h7.subheading {
    margin: .5rem 0rem 1rem 0;
    font-weight: normal;
    font-size:1.1rem;
}

.landing-page p.text {
  font-weight: 700;
  font-size: 1rem;
  line-height: 1.2;
  margin: 1rem 0rem 2rem 0rem;
}

.landing-page h1.subtext {
    margin: 1rem 0;
    font-weight: 700;
}

.button-wrapper {
    display: flex;
    justify-content: center;
    width: 100%;
  	margin-bottom: 2rem;
}

/* video .video1 {
   background: transparent url('/cdn/shop/files/landing-page_video-poster_1.png?v=1657675984') 50% 50% / cover no-repeat ;
 }

video .video2 {
   background: transparent url('/cdn/shop/files/landing-page_video-poster_2.png?v=1657675984') 50% 50% / cover no-repeat ;
 } */



/* LOCK FINISHES Benenfits Section 
------------------------------------*/


.svg-logo-wrapper {
    display: flex;
    justify-content: center;
}

.svg-logo-wrapper svg#Layer_1 {
    width: 225px;
}

/* DOOR FURNITURE RANGE Advanced Content 
------------------------------------*/

div#shopify-section-advanced-content_3 .section-header {
  width:100%;
  display: flex;
  align-content: center;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}

img.heritage-logo {
    max-width: 295px;
}

/* responsive design */


.custom__item.custom-item--desktop {
    display: block;
}

.custom__item.custom-item--mobile {
    display: none;
}

@media screen and (max-width: 768px) {

  .custom__item.custom-item--desktop {
    display: none;
  }

  .custom__item.custom-item--mobile {
    display: block;
  }
}

  /* SLIDE SHOW logos */

.landing-page div#Slideshow-slideshow-2 {
  height: 7vw;
}

@media screen and (max-width: 768px)  {
  .landing-page div#Slideshow-slideshow-2 {
    display:none;
  } 
}

/* mobile */
.landing-page div#Slideshow-slideshow-3 {
  height:  20vw;
}


@media screen and (min-width: 768px)  {
  .landing-page div#Slideshow-slideshow-3 {
    display:none;
  }

  .hero-natural--slideshow-3 {
    display: none;
  }
}  
  


/* TESTIMONIALS 
----------------------------*/


div#shopify-section-testimonials-2{
    margin-bottom: 0px;
}


.slideText.slideone img {
  max-width: 26px;
  margin-left: -2rem;
  margin-top: -2px;
  position: absolute;
}


.benefits--benefits-4 .benefits__title {
  font-size: 1rem;

}


.grid-product__secondary-image img {
    -o-object-fit: contain;
    object-fit: contain;
}


.template-collection.suffix--dual-lock-sets .grid-product__secondary-image,
.template-collection.suffix--all .grid-product__secondary-image,
.template-index .grid-product__secondary-image {
	display: none;
}

.template-collection.suffix--all [data-product-handle="the-finbolt"] .grid-product__secondary-image,
.template-index [data-product-handle="the-finbolt"] .grid-product__secondary-image {
	display: block;
}


/* TRADE */
.list__docs {
  margin: 0;
}
.list__docs a {
  width: 100%;
}
.list__docs a h4 {
  padding: 1rem 0;
  margin: 0;
}

.bg--34987954-e566-4552-8a89-b056680bb7db,
.bg--2bc7264a-07fd-40ea-ab67-5939216dbca2 {
  margin-bottom: 0;
  padding: 3rem 0 1rem;
}

.bg--4d815611-34be-42eb-8b09-4c351654a412,
.bg--6e97e00f-56b0-49c3-bf73-e124c7d26013 {
  margin-top: 0;
  padding: 2rem 0 2rem; 
}

.bg--34987954-e566-4552-8a89-b056680bb7db,
.bg--2bc7264a-07fd-40ea-ab67-5939216dbca2,
.bg--4d815611-34be-42eb-8b09-4c351654a412,
.bg--6e97e00f-56b0-49c3-bf73-e124c7d26013 {
  background: #f2f2f2;
}


.vat-tag {
  font-size: 0.85rem;
  margin-bottom: 0.5rem !important;
}

.vat-tag + div {
  font-size: 1.5rem;
}


.suffix--finishes .custom-content .section-header {
  margin: 0 auto 2rem;
}


.template-page.suffix--videos .custom-content .button-wrapper .btn {
  background: #000;
}

.video-with-badge {
  position: relative;
}

.video-with-badge__badge {
  position: absolute;
  top: -2.5%;
  right: 0;
  border-radius: 50%;
  font-size: 0.8rem;
  font-weight: 700;
  line-height: 1.2;
  background: #c90066;
  color: #fff;
  width: auto;
  aspect-ratio: 1 / 1;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.5rem;
}

.handle--smart-locks .video-with-badge__badge,
.handle--doorsetsv2 .video-with-badge__badge {
    display: none;
}


[data-section-type="collection-template"] .section-header__title {
  font-size: 2rem;
}
[data-section-type="collection-template"] .grid-product__title {
  text-align: center;
}
[data-section-type="collection-template"] .grid-product__content {
  text-align: center;
  margin-bottom: 1rem;
}

@media (min-width: 1024px) {
  [data-section-type="collection-template"] .section-header__title {
    font-size: 2.75rem;
  }  
}

ol.indent-list li {
  font-size: 14.28px !important;
  padding: 0 !important;
  margin: 0 !important;
}

.handle--lock-sets .video-with-badge__badge {
  display: none;
}

.rte .bullet-list {
  font-size: 1em;
}


.handle--double-locking-solutions .custom-content a {
  color: #c90066;
}

.handle--double-locking-solutions .custom-content a.btn {
  color: #fff;
}

.product__price__wrapper {
  margin-bottom: 1rem;
}

/* .header-phone .phone-icon {
  display: none;
} */


@media only screen and (max-width:768px){
  .product-single__meta{
    text-align: left;
  }
}

.site-nav__link {
  position: relative;
}

.site-nav__link--smart-locks::before {
  position: absolute;
  top: -6px;
  left: 50%;
  transform: translateX(-50%);
  content: "New";
  background-color: var(--colorBtnPrimary);
  color: #ffffff;
  font-size: 9px;
  font-weight: bold;
  letter-spacing: 1px;
  padding: 2px 6px;
  border-radius: 12px;
  display: inline-block;
  vertical-align: middle;
}

.mobile-nav__link {
  position: relative;
}

.mobile-nav__link--smart-locks::after  {
  content: "New";
  background-color: var(--colorBtnPrimary);
  color: #ffffff;
  font-size: 9px;
  font-weight: bold;
  letter-spacing: 1px;
  padding: 2px 6px;
  border-radius: 12px;
  display: inline-block;
  vertical-align: middle;
}

.product-line-item,
.variant-wrapper {
  width: calc(49% - 15px);
  display: inline-block;
}

@media only screen and (max-width:768px){
  .product-line-item,
  .variant-wrapper {
    width: 100%;
  }
}

.handle--smart-locks .hero__link .phone-svg {
  display: none
}

.key-code__container {
  background: #f8f8f8;
  padding: 1rem;
  margin-bottom: 1rem;
}

.key-code__input {
  width: 100%;
  margin-bottom: 0.5rem;
  background: #ffffff;
}

.grid-product__image-mask {
  overflow: visible;
}

.badge__container {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  position: absolute;
  top: -18px;
  left: 20px;
  z-index: 2;
}

.badge__container img {
  background: #fff;
  border-radius: 50%;
  outline: 3px solid #fff;
  height: 125px;
  width: 125px;
}

.benefits__image {
  position: relative;
  display: block;
  margin: auto;
}

.benefits__image::after {
  content: "LEARN MORE";
  position: absolute;
  bottom: 10%;
  left: 50%;
  transform: translateX(-50%);
  background: rgba(0, 0, 0, 0.7);
  color: white;
  padding: 8px 12px;
  border-radius: 5px;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  transition: 0.3s ease-in-out;
  opacity: 0;
}

.benefits__image:hover::after {
  opacity: 1;

.benefits__image:hover::after {
  opacity: 1;
}



#shopify-section-slideshow_W7rMcX .hero__text-shadow {
  padding: 1.5rem;
  background: rgba(255, 255, 255, 0.75);
  color: #000;
  width: 100%;
  text-align: left;
}
#shopify-section-slideshow_W7rMcX .hero__text-content {
  vertical-align: bottom;
  margin: 0;
}
#shopify-section-slideshow_W7rMcX  .hero__title {
  font-size: 1.35rem;
}
#shopify-section-slideshow_W7rMcX  .hero__subtitle {
  margin: 0;
}

@media screen and (min-width: 768px) {
  #shopify-section-slideshow_W7rMcX  .hero__text-wrap .page-width {
    width: 50%;
  }
}






