/** Shopify CDN: Minification failed

Line 156:36 Unexpected ")"
Line 244:31 Unexpected ")"
Line 556:38 Unexpected ")"

**/
/*---- Global styling ----*/

body{
  color: #1E1E1E;
  font-size: 14px;
  background-color: #fff;
}
.custom-row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 -8px;
}
.custom-col {
  padding: 0 8px;
  flex: 0 0 100%;
  max-width: 100%;
}
.custom-col-12 {
  flex: 0 0 100%;
  width: 100%;
  padding: 0 8px;
}
.custom-col-9 {
  flex: 0 0 75%;
  width: 75%;
  padding: 0 8px;
}
.custom-col-8 {
  flex: 0 0 66.6667%;
  width: 66.6667%;
  padding: 0 8px;
}
.custom-col-6{
    max-width: 50%;
    flex: 0 0 50%;
    padding: 0 8px;
}
.custom-col-4{
  max-width: 33.3333%;
  flex: 0 0 33.3333%;
  padding: 0 8px;
}
.custom-col-3 {
    flex: 0 0 25%;
    width: 25%;
    padding: 0 8px;
}
.announcement-bar__announcement span {
    font-weight: 700;
}

h1, h2, h3, h4, h5, h6, .h0, .h1, .h2, .h3, .h4, .h5, .h6{
  font-weight: 700;
}
.heading {
    color: inherit;
    margin: 15px 0;
}
.page-width {
    max-width: 1470px;
    padding: 0 15px;
    width: 100%;
    margin: auto;
}
/* img {
    width: auto;
    height: auto;
    max-width: 100%;
} */

.collection-card__inner .collection-card__content .h4 p{
    text-transform: uppercase !important;
        font-size: 18px;
}

/*---- Buttons ----*/
.button--primary{
    background-color: #FDCD06;
    border: #FDCD06;
    outline: #FDCD06;
    color: #000;
}
.button--primary:hover,
.button-secondary:hover {
    background-color: #024C46;
    color: #fff;
}

/*---- Banner ----*/
.slide__content .button-secondary{
    color: #fff;
}

/*---- Product Benefits ----*/

#pro-benefits {
    color: #02514A;
    position: relative;
    background-color: #F6F5F6;
    overflow: hidden;
    font-size: 14px;
}
#pro-benefits .title-area {
    margin-bottom: 30px;
}
#pro-benefits .title-area p {
    max-width: 560px;
}
#pro-benefits .benefit-blk {
    margin: 20px 0;
}
#pro-benefits .benefit-blk .icon {
    width: 60px;
    height: 60px;
    background-color: #024f49;
    flex: 0 0 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    margin-bottom: 15px;
}
#pro-benefits .benefit-blk .icon img{
    width: auto;
    max-width: 100%;
    height: auto;
}
#pro-benefits .benefit-blk .txt h4 {
    margin: 0 0 10px;
    font-size: 24px;
}
#pro-benefits .benefit-blk .txt p {
    margin: 10px 0 0;
    line-height: 1.6;
    color: inherit;
    max-width: 520px;
}
#pro-benefits .btn-blk {
    margin-top: 30px;
    display: flex;
}

#pro-benefits .btn-blk a {
  margin-right: 15px;
}
#pro-benefits .btn-blk a:last-child(){
  margin: 0 ;
}

#pro-benefits .prodcut-cta {
    background-color: #024C46;
    height: 100%;
    display: flex;
    color: #fff;
    align-items: center;
    padding: 25px;
}
#pro-benefits .prodcut-cta h4{
    color: #fff;
    margin: 0 0 15px;
    font-size: 24px;
}

/*---- Product Benefits ----*/

#project {
    color: #fff;
    position: relative;
    background-color: #024F49;
    background-image: linear-gradient(to right, #024F49 , #013632);
    overflow: hidden;
    font-size: 14px;
}
#project .custom-row{
  justify-content: center;
}
#project .title-area {
    margin-bottom: 40px;
    text-align: center;
}
#project .title-area h3{
    margin: 0 0 15px;
}
#project .title-area p {
    max-width: 540px;
    margin: auto;
}
#project .project-blk {
    background-color: #013632;
    color: #fff;
    overflow: hidden;
    transition: all 0.3s ease 0s;
    display: flex;
    flex-direction: column;
    text-decoration: none;
    height: 100%;
}
#project .project-blk .image-wrapper {
    width: 100%;
    height: 480px;
    border-radius: 8px;
}
#project .image-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
#project .project-blk .txt{
  padding: 15px;
}
#project .project-blk .txt h4 {
    margin: 0 0 10px;
    font-size: 24px;
    color:inherit;
}
#project .btn-blk {
    margin-top: 30px;
    text-align: center;
    width: auto;
    max-width: 100%;
}
#project .btn-blk .button--primary{
    background-color: #FDCD06;
    color: #000;
    display: inline-block;
}
#project .btn-blk .button--primary:after,
#project .btn-blk .button--primary:before {
    box-shadow: none !important;
}
#project .btn-blk a {
  margin-right: 15px;
}
#project .btn-blk a:last-child(){
  margin: 0 ;
}

/*---- Fiberglass Reinforcement ----*/

#fiberglass {
    color: #024F49;
    position: relative;
    background-color: #fff;
    overflow: hidden;
    font-size: 14px;
}

#fiberglass .custom-col-3,
#fiberglass .custom-col-4,
#fiberglass .custom-col-6{
    padding: 8px;
}
#fiberglass .title-area{
    margin-bottom: 30px;
}
#fiberglass .title-area p {
    max-width: 540px;
    margin: auto;
}
#fiberglass .fiberglass-blk {
    background-color:#F6F5F6;
    color: #02514A;
    overflow: hidden;
    transition: all 0.3s ease 0s;
    display: flex;
    flex-direction: column;
    text-decoration: none;
    height: 100%;
}
#fiberglass .image-wrapper img {
    width: 100%;
}
#fiberglass .fiberglass-blk .txt{
  padding: 25px;
}
#fiberglass .fiberglass-blk .txt h4 {
    margin: 0 0 10px;
    font-size: 24px;
    color:inherit;
}
#fiberglass .fiberglass-blk .txt p {
    margin: 0 0 15px;
    min-height: 180px;
}
#fiberglass .fiberglass-blk .txt .button--primary{
    background-color: #FDCD06;
    color: #1E1E1E;
}
#fiberglass .fiberglass-blk .txt .button--primary:hover{
    background-color: #024F49;
    color: #fff;
}
#fiberglass .fiberglass-blk .txt .button--primary:after,
#fiberglass .fiberglass-blk .txt .button--primary:before {
    box-shadow: none !important;
}

/*---- The Test Glasvesel vs Staal ----*/

#de-test {
    color: #fff;
    position: relative;
    background-color: #024F49;
    background-image: linear-gradient(to right, #024F49 , #013632);
    overflow: hidden;
    font-size: 14px;
}
#de-test .custom-row{
  justify-content: center;
}
#de-test .title-area{
    margin-bottom: 40px;
}
#de-test .title-area h3{
    margin: 0 0 15px;
}
#de-test .title-area p {
    max-width: 540px;
    margin: 0;
}
#de-test .video-blk-wrapper h4 {
    margin: 0 0 20px;
    font-size: 24px;
    color:inherit;
}
#de-test .video-blk-wrapper .video_blk{
    position: relative;
    display: block;
    padding-bottom: 55%;
    cursor: pointer;
    overflow: hidden;
    border-radius: 4px;
}
#de-test .video-blk-wrapper .video_blk iframe{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	display: block;
	width: 100%;
	height: 100%;
	-o-object-fit: fill;
	object-fit: fill;
	-o-object-position: center;
	object-position: center;
	border: 0 !important;
	margin: auto;
}

/*---- The Test Glasvesel vs Staal ----*/

#image-gallery {
    color: #024F49;
    position: relative;
    background-color: #fff;
    overflow: hidden;
    font-size: 14px;
}
#image-gallery .custom-row{
  justify-content: center;
}
#image-gallery .title-area{
    margin-bottom: 30px;
}
#image-gallery .title-area p {
    max-width: 540px;
    margin: 0;
}
#image-gallery .gallery-grid-row{
    gap: 16px;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    grid-auto-rows: min-content;
    display: grid;
}
#image-gallery .gallery-grid-col {
  grid-column: span 2;
  flex-direction: column;
  display: flex;
}
#image-gallery .gallery-grid-col:nth-child(4),
#image-gallery .gallery-grid-col:nth-child(5){
    grid-column: span 3;
    grid-row: span 3;
}
#image-gallery .image-wrapper {
    display: flex;
    height: 100%;
    overflow: hidden;
    border-radius: 4px;
}
#image-gallery .image-wrapper img{
    width: 100%;
    transition: all 0.5s ease 0s;
    height: 100%;
    object-fit: cover;
}

/*---- Characteristics ----*/

#characteristics{
    color: #024F49;
    position: relative;
    background-color: #fff;
    overflow: hidden;
    font-size: 14px;
}
#characteristics .title-area{
    margin-bottom: 40PX
}
#characteristics .characteristics-table-wrapper {
  overflow-x: auto;
}
#characteristics .characteristics-table-wrapper table {
  width: 100%; 
  border-collapse: collapse;
  border: 1px solid #F6F5F6;
}
#characteristics .characteristics-table-wrapper table thead tr {
    background-color: #024F49;
    color: #fff;
    text-align: left;
}
#characteristics .characteristics-table-wrapper table thead tr th {
   color: #fff;
}
#characteristics .characteristics-table-wrapper table tbody tr th{
    text-align: left;
}
#characteristics .characteristics-table-wrapper table tr th, 
#characteristics .characteristics-table-wrapper table tr td {
    font-size: 14px;
    border: none !important;
    padding: 15px !important;
}
#characteristics .characteristics-table-wrapper table tbody tr:nth-child(even){
    background-color:#F6F5F6;
}

/*---- Rust Formation ----*/

.rust-fomration-warpper {
    color: #024F49;
    position: relative;
    background-color: #F6F5F6;
    overflow: hidden;
    font-size: 14px;
}
.rust-fomration-warpper .main-title,
.rust-fomration-warpper .section-title-area{
    margin-bottom: 30px;
}
.rust-fomration-warpper .section-title-area h4 {
    font-size: 24px;
    margin: 0 0 15px;
}
.rust-fomration-warpper .section-title-area p {
    max-width: 540px;
    margin: 0;
}
.rust-fomration-warpper .formation-blk img{
    width: 100%
}

/*---- ----*/

#impressie {
    color: #02514A;
    position: relative;
    background-color: #F6F5F6;
    overflow: hidden;
    font-size: 14px;
}
#impressie .title-area {
    margin-bottom: 40px;
}
#impressie .img-blk{
    margin: 8px 0;
    overflow: hidden;
    border-radius: 4px;
}
#impressie .img-blk img{
    width: 100%;
}


/*---- Certification & Guidline ----*/

#certifications {
    color: #fff;
    position: relative;
    background-color: #024F49;
    background-image: linear-gradient(to right, #024F49 , #013632);
    overflow: hidden;
    font-size: 14px;
}
#certifications .title-area {
    margin-bottom: 40px;
}
#certifications .title-area h3{
    margin: 0 0 15px;
}
#certifications .title-area p {
    max-width: 540px;
    margin: auto;
}
.certification-blk h4 {
    font-weight: 400;
    margin: 0 0 25px;
}
.certification-blk .certifaction-list {
    list-style: none;
    padding: 0;
    margin: 0;
}
.certification-blk .certifaction-list li {
    font-size: 16PX;
    margin: 0 0 10px;
    position: relative;
    padding-left: 35px;
}
.certification-blk .certifaction-list li::before {
    content: "";
    position: absolute;
    left: 5px;
    top: 2px;
    width: 6px;
    height: 15px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}
#certifications .btn-blk {
    margin-top: 30px;
    display: flex;
    align-items: center;
}
#certifications .btn-blk .button-secondary{
    border:1px solid #fff;
    color: #fff;
}

#certifications .btn-blk a {
  margin-right: 15px;
}
#certifications .btn-blk a:last-child(){
  margin: 0 ;
}




/*
|----------------------------------------------------------------------
|       Responsive
|----------------------------------------------------------------------
*/

@media only screen and (max-width: 1199px){
    
} 
@media only screen and (max-width: 991px) {
    #characteristics .characteristics-table-wrapper table {
        width: 990px;
        border-collapse: collapse;
    }
    .custom-col-4{
        max-width: 50%;
        flex: 0 0 50%;
    }
    .custom-col-3{
        max-width: 33.3333%;
        flex: 0 0 33.3333%;
    }
    #image-gallery .gallery-grid-col,
    #image-gallery .gallery-grid-col:nth-child(4){
        grid-column: span 3;
        flex-direction: column;
        display: flex;
    }
    #image-gallery .gallery-grid-col:nth-child(5) {
        grid-column: span 6;
        grid-row: span 3;
    }
     
}
@media (max-width: 767px) {
    .custom-col-3,
    .custom-col-4,
    .custom-col-6{
        max-width: 100%;
        flex: 0 0 100%;
    }
    #project .project-blk .image-wrapper {
        height: 420px;
    }
    .btn-blk a {
        margin-right: 8px;
        font-size: 12px;
        padding: 10px 15px;
    }
}
@media only screen and (max-width: 575px){
    
}