/** Shopify CDN: Minification failed

Line 24:10 Unexpected "{"
Line 24:19 Expected ":"
Line 24:26 Unexpected "{"
Line 51:10 Unexpected "{"
Line 51:19 Expected ":"
Line 55:10 Unexpected "{"
Line 55:19 Expected ":"
Line 56:10 Unexpected "{"
Line 56:19 Expected ":"
Line 218:10 Unexpected "{"
... and 11 more hidden warnings

**/
/* SHOPIFY_STYLESHEETS_VERSION: 1.0 */


/* CSS from section stylesheet tags */
/* START_SECTION:custom-columns (INDEX:14) */
.padt0 {
    padding-top:0 !important;
  }
.section-{{ section.id }} {
  margin: 0 auto;
}

.section-heading {
  text-align: center;
  margin-bottom: 2rem;
}
.content_container {
     margin-top: 50px !important;
    max-width: 800px;
    margin: auto;
}
.section-description {
    text-align: center;
    margin-bottom: 50px;

}
  .section-description h2 {
    font-size:28px;
  }

.grid {
  display: grid;
  gap: 50px;
}

.section-{{ section.id }} .grid {
  margin-top: 50px;
}

.section-{{ section.id }} .grid,
.section-{{ section.id }} .grid__item {
  padding: 0 !important;
}

.grid--2-col-desktop {
  grid-template-columns: repeat(2, 1fr);
}

.grid--3-col-desktop {
  grid-template-columns: repeat(3, 1fr);
}

@media screen and (max-width: 749px) {
  .grid {
    grid-template-columns: 1fr;
  }
   .section-description h2 {
    font-size:24px;
  }
}

.card-media {
  position: relative;
  height: 500px;
  overflow: hidden;
}

.media-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
  .content-overlay { 
  text-align: center;
  }
/*
.image-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
}

.content-overlay {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  width: 90%;
  z-index: 2;
}
*/
.block-heading {
  margin-bottom: 1rem;
  color: #000;
  font-size: 24px;
}

.block-description {
  color: #000;
  
  p {
    margin: 0;
  }
}

@media screen and (max-width: 1300px) {
  .card-media {
    height: 450px;
  }
}

@media screen and (max-width: 1100px) {
  .card-media {
    height: 400px;
  }
}

@media screen and (max-width: 1000px) {
  .card-media {
    height: 350px;
  }
}
/* END_SECTION:custom-columns */

/* START_SECTION:heading-with-columns (INDEX:24) */
.section-feature-blocks {
  margin: 0 auto;
}
 .minmto .feature-block {
       justify-content: start !important;
 }
.minmto  .feature-image {
  height:450px; 
}
.feature-blocks-grid {
  display: grid;
  gap: 50px;
  margin-top: 40px;
}

.feature-blocks-grid.one_column {
  grid-template-columns: 1fr;
}

.feature-blocks-grid.two_columns {
  grid-template-columns: repeat(2, 1fr);
}

.feature-blocks-grid.three_columns {
  grid-template-columns: repeat(3, 1fr);
}

@media screen and (max-width: 749px) {
  .feature-blocks-grid.two_columns,
  .feature-blocks-grid.three_columns {
    grid-template-columns: 1fr;
  }
}

.feature-media-wrapper {
  margin-bottom: 20px;
  position: relative;
  width: 100%;
}

.feature-image {
  width: 100%;
  height: auto;
  display: block;
}

.feature-video {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}

.feature-heading {
  margin: 0 0 15px;
}

.feature-description {
  line-height: 1.5;
}

@media screen and (max-width: 1200px) {
  .section-feature-blocks .page-width {
    padding: 0 ;
  }
  .feature-blocks-grid {
    gap: 30px;
  }
}
/* END_SECTION:heading-with-columns */

/* START_SECTION:installation-banner (INDEX:28) */
.section-{{ section.id }} {
  margin: 0 auto;
}

.installation-banner {
  text-align: left;
}

.installation-banner__small-heading {
  font-size: 28px;
  margin-bottom: 50px;
}

.installation-banner__heading {
  margin-bottom: 1.5rem;
  font-size: 20px;
  line-height: 1.2;
}

.installation-banner__description {
  font-size: 14px;
  line-height: 1.5;
  
  p {
    margin: 0;
  }
}

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

  
}
/* END_SECTION:installation-banner */

/* START_SECTION:installation-fixing-guide (INDEX:29) */
.section-{{ section.id }} {
  margin: 0 auto;
}


.fixing-guide__heading {
  text-align: left;
  font-size: 28px;
  margin-bottom: 50px;
}

.fixing-guide__content {
  display: grid;
  grid-template-columns: 1fr;
  gap: 50px;
  align-items: start;
}

.fixing-guide__image {
width: 100%;
    max-width: 550px;
}

.fixing-image {
  width: 100%;
  height: auto;
  display: block;
}

.fixing-guide__description {
  font-size: 14px;
  line-height: 1.6;
  
  p {
    margin: 0 0 20px;
    
    &:last-child {
      margin-bottom: 0;
    }
  }
}

@media screen and (max-width: 989px) {
  .fixing-guide__heading {
    font-size: 28px;
    margin-bottom: 30px;
  }

  .fixing-guide__content {
    grid-template-columns: 1fr;
    gap: 30px;
  }
}

@media screen and (max-width: 749px) {
  .fixing-guide__heading {
    font-size: 24px;
    margin-bottom: 25px;
  }

  .fixing-guide__description {
    font-size: 14px;
  }
}
/* END_SECTION:installation-fixing-guide */

/* START_SECTION:installation-guide (INDEX:30) */
.section-{{ section.id }} {
  margin: 0 auto;
}

.installation-guide__heading {
  text-align: left;
  margin-bottom: 4rem;
  font-size: 32px;
}

.installation-guide__steps {
}

.installation-guide__timeline {
  position: relative;
  display: flex;
  flex-direction: row;
  gap: 0;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}

.installation-guide__step {
  flex: 1;
  min-width: 200px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  position: relative;
  padding: 0 40px;
}

.step-connector {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  position: relative;
  margin-bottom: 20px;
}

.step-number {
    width: 60px;
    height: 60px;
    background-color: #000;
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    position: relative;
    z-index: 2;
    font-size: 20px;
}

.connector-line {
  position: absolute;
  top: 50%;
  left: calc(50% + 20px);
    width: calc(100% + 40px);
  height: 2px;
  background-color: #000;
  transform: translateY(-50%);
}

.step-content {
  width: 100%;
}

.step-title {
  font-size: 18px;
  margin-bottom: 10px;
  font-weight: 500;
}

.step-description {
  color: #000;
  line-height: 1.5;
  font-size: 14px;
  
  p {
    margin: 0;
  }
}

@media screen and (max-width: 1200px) {
  .installation-guide__timeline {
    flex-direction: column;
    gap: 30px;
  }

  .installation-guide__step {
    width: 100%;
    flex: none;
    flex-direction: row;
    text-align: left;
    gap: 20px;
    padding: 0;
  }

  .step-connector {
    width: auto;
    margin-bottom: 0;
  }

  .connector-line {
    top: 30px;
        left: 50%;
        width: 2px;
        height: calc(100% + 45px);
    transform: translateX(-50%);
  }

  .step-content {
    flex: 1;
    padding-bottom: 0;
  }
  .step-title {
    margin-top: 0;
}
}

@media screen and (max-width: 749px) {
  .installation-guide__heading {
    font-size: 24px;
    margin-bottom: 2rem;
  }

  .installation-guide__step {
    gap: 20px;
  }

  .step-number {
    width: 32px;
    height: 32px;
    font-size: 14px;
  }

  .step-title {
    font-size: 18px;
  }

  .step-description {
    font-size: 14px;
  }
}
/* END_SECTION:installation-guide */

/* START_SECTION:installation-tabs (INDEX:31) */
.section-{{ section.id }} {
  margin: 0 auto;
}

.installation-tabs__heading {
  text-align: center;
  margin-bottom: 40px;
  font-size: 32px;
}

.installation-tabs__nav {
  display: grid;
  grid-template-columns: repeat(8, 1fr);
  gap: 20px;
  margin-bottom: 30px;
  width: 100%;
}

.tab-btn {
  padding: 6px 20px;
  background: none;
  border: 1px solid #000;
  cursor: pointer;
  position: relative;
  font-size: 15px;
  color: #000;
  transition: all 0.3s;
  width: 100%;
  text-align: center;
  min-height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.tab-btn.active {
  color: #fff;
  background: #000;
}

.tab-content {
  display: none;
  padding-top: 20px;
}

.tab-content.active {
  display: block;
}

.tab-content h3 {
  font-size: 24px;
  margin-bottom: 30px;
}

.installation-item {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
  align-items: start;
}

.installation-item__image {
  width: 100%;
}

.installation-image, .fixing-guide-image {
  width: 100%;
  height: auto;
  display: block;
  margin-bottom: 20px;
  max-width:600px;
}

.installation-steps__section {
  margin-bottom: 0;
}

.fixing-guide__section {
  
}

/* Timeline Styles */
.installation-guide__timeline {
  position: relative;
  display: flex;
  flex-direction: row;
  gap: 0;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}

.installation-guide__step {
  flex: 1;
  min-width: 200px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  position: relative;
  padding: 0 40px;
}

.step-connector {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  position: relative;
  margin-bottom: 20px;
}

.step-number {
  width: 60px;
  height: 60px;
  background-color: #000;
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  position: relative;
  z-index: 2;
  font-size: 20px;
}

.connector-line {
  position: absolute;
  top: 50%;
  left: calc(50% + 20px);
  width: calc(100% + 40px);
  height: 2px;
  background-color: #000;
  transform: translateY(-50%);
}

.step-content {
  width: 100%;
}

.step-title {
  font-size: 18px;
  margin-bottom: 10px;
  font-weight: 500;
}

.step-description {
  color: #000;
  line-height: 1.5;
  font-size: 14px;
}

.step-description p {
  margin: 0;
}

.installation-steps__header {
  font-size: 22px;
  margin: 30px 0 20px;
}

.fixing-guide__heading {
  font-size: 22px;
  margin: 30px 0 20px;
}

.fixing-guide__description {
  margin-bottom: 20px;
}

@media screen and (max-width: 1200px) {
  .installation-guide__timeline {
    flex-direction: column;
    gap: 30px;
  }

  .installation-guide__step {
    width: 100%;
    flex: none;
    flex-direction: row;
    text-align: left;
    gap: 20px;
    padding: 0;
  }

  .step-connector {
    width: auto;
    margin-bottom: 0;
  }

  .connector-line {
    top: 30px;
    left: 50%;
    width: 2px;
    height: calc(100% + 45px);
    transform: translateX(-50%);
  }

  .step-content {
    flex: 1;
    padding-bottom: 0;
  }
  
  .step-title {
    margin-top: 0;
  }
}

@media screen and (max-width: 991px) {
  .installation-tabs__nav {
    grid-template-columns: repeat(2, 1fr);
  }
  
  .installation-item {
    grid-template-columns: 1fr;
  }

  .installation-item__content {
    order: 1;
  }

  .installation-item__image {
    order: 2;
  }
}

@media screen and (max-width: 768px) {
  .installation-tabs__nav {
    grid-template-columns: 1fr;
  }
  
  .tab-btn {
    width: 100%;
    text-align: center;
    min-height: 50px;
  }
  
  .installation-tabs__heading {
    font-size: 24px;
    margin-bottom: 30px;
  }
  
  .tab-content h3 {
    font-size: 20px;
  }

  .step-number {
    width: 32px;
    height: 32px;
    font-size: 14px;
  }

  .step-title {
    font-size: 18px;
  }

  .step-description {
    font-size: 14px;
  }
  
  .connector-line {
    display: none;
  }

  .installation-steps__header,
  .fixing-guide__heading {
    font-size: 20px;
    margin: 20px 0 15px;
  }
}

  .table-container {
    width: 100%;
    overflow-x: auto;
    margin: 1rem 0;
    background: white;
    color: black;
    border-radius: 0;
    padding: 0;
    max-width: 600px;
        }
        .table-container h2 {
          font-size:18px;
        }
        .table-container table {
            width: 100%;
            border-collapse: collapse;
            min-width: 300px;
        }
        
        .table-container th,
        .table-container td {
            padding: 0.75rem;
            text-align: left;
            border: 1px solid black;
        }
        
        .table-container th {
            background-color: white;
            font-weight: 600;
        }
        
        .table-container tr:hover {
            background-color: #f8f8f8;
        }
        
        @media (max-width: 640px) {
            .table-container th,
            .table-container td {
                padding: 0.5rem;
                font-size: 0.875rem;
            }
        }
/* END_SECTION:installation-tabs */

/* START_SECTION:main-blog (INDEX:35) */
/* Filter styles */
.filter-container {
  margin-bottom: 30px;
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  align-items: center;
}

.dropdown-wrapper {
  position: relative;
  width: 100%;
  max-width: 200px;
}

.filter {
  width: 100%;
  padding: 8px 30px 8px 12px;
  appearance: none;
  -webkit-appearance: none;
  border: none;
  border-radius: 0 !important;
  font-size: 14px;
  cursor: pointer;
  border: 1px solid #ddd;
}

.filter option {
  padding: 8px;
}

.filter:focus-visible {
  outline: none !important;
}

.select-arrow {
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
}

.blog__article {
  opacity: 1;
  transition: opacity 0.3s ease;
}

.blog__article.hidden {
  display: none;
}

@media screen and (max-width: 767px) {
  .filter-container {
    flex-direction: column;
    align-items: start;
  }
  .filter-container h3 {
    margin:0;
  }
  .dropdown-wrapper {
    max-width: 100%;
  }
}
/* END_SECTION:main-blog */

/* START_SECTION:materials-article (INDEX:47) */
.breadcrumbs {
  margin-bottom: 20px;
}

.breadcrumb-link {
  color: inherit;
  text-decoration: none;
}

.breadcrumb-link:hover {
  text-decoration: underline;
}

.breadcrumb-separator {
  margin: 0 8px;
}

.breadcrumb-current {

}
  
.article-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 50px;
  align-items: start;
}

.image-column {
  position: sticky;
  top: 40px;
}

.article-image img {
  width: 100%;
  height: 100%;
  display: block;
}

.content-column {
  padding: 20px 0;
}

.article-title {
  margin: 0 0 20px 0;
  font-size: 2rem;
}

@media screen and (max-width: 768px) {
  .article-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  
  .image-column {
    position: relative;
    top: 0;
  }
}
/* END_SECTION:materials-article */

/* START_SECTION:materials-library (INDEX:48) */
.swatch-library {
  padding-top: 0;
}

.page-width {
  padding: 0 ;
}

.filter-container {
  margin-bottom: 30px;
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  align-items: center;
}

.dropdown-wrapper {
  position: relative;
  width: 100%;
  max-width: 200px;
}

.filter {
  width: 100%;
  padding: 8px 30px 8px 12px;
  appearance: none;
  -webkit-appearance: none;
  border: none;
  border-radius: 0 !important;
  font-size: 14px;
  cursor: pointer;
  border: 1px solid #ddd;
}

.filter option {
  padding: 8px;
}

.filter:focus-visible {
  outline: none !important;
}

.select-arrow {
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
}

.swatch-grid {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 20px;
  text-align: center;
}

/* Responsive grid settings */
@media screen and (min-width: 576px) {
  .swatch-grid { grid-template-columns: repeat(2, 1fr); }
}

@media screen and (min-width: 768px) {
  .swatch-grid { grid-template-columns: repeat(3, 1fr); }
}

@media screen and (min-width: 992px) {
  .swatch-grid { grid-template-columns: repeat(4, 1fr); }
}

@media screen and (min-width: 1200px) {
  .swatch-grid { grid-template-columns: repeat(5, 1fr); }
}

@media screen and (min-width: 1400px) {
  .swatch-grid { grid-template-columns: repeat(7, 1fr); }
}

.swatch-image {
  position: relative;
  width: 100%;
  padding-bottom: 100%;
}

.swatch-image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}

.swatch-item {
  opacity: 1;
  transition: opacity 0.3s ease;
}

.swatch-item.hidden {
  display: none;
}

.title {
  margin-top: 10px;
  font-size: 14px;
}

@media screen and (max-width: 767px) {
  .filter-container {
    flex-direction: column;
    align-items: start;
  }
  .filter-container h3 {
    margin:0;
  }
  .dropdown-wrapper {
    max-width: 100%;
  }
}
/* END_SECTION:materials-library */

/* START_SECTION:projects-main-blog (INDEX:60) */
/* Filter styles from swatch library */
.filter-container {
  margin-bottom: 30px;
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  align-items: center;
}

.dropdown-wrapper {
  position: relative;
  width: 100%;
  max-width: 200px;
}

.filter {
  width: 100%;
  padding: 8px 30px 8px 12px;
  appearance: none;
  -webkit-appearance: none;
  border: none;
  border-radius: 0 !important;
  font-size: 14px;
  cursor: pointer;
  border: 1px solid #ddd;
}

.filter option {
  padding: 8px;
}

.filter:focus-visible {
  outline: none !important;
}

.select-arrow {
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
}

.blog__article {
  opacity: 1;
  transition: opacity 0.3s ease;
}

.blog__article.hidden {
  display: none;
}

@media screen and (max-width: 767px) {
  .filter-container {
    flex-direction: column;
    align-items: start;
  }
  .filter-container h3 {
    margin:0;
  }
  .dropdown-wrapper {
    max-width: 100%;
  }
}
/* END_SECTION:projects-main-blog */

/* START_SECTION:section-faqs (INDEX:66) */
.section-faq {
  margin: 0 auto;
}

.faq-item {
  border-bottom: 1px solid #D9D9D9;
}

.faq-item:first-of-type .faq-button {
  padding-top: 0 !important;
}

.faq-button {
  width: 100%;
  padding: 40px 0;
  text-align: left;
  border: none;
  background: none;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  transition: padding 0.3s ease;
}

.question_container {
  display: flex;
  flex-direction: column;
  gap: 0;
}

.faq-question {
  font-weight: 500;
  flex-grow: 1;
  padding-right: 20px;
  font-size: 20px;
  transition: color 0.3s ease;
}
/*
.faq-answer {
  max-height: 0;
  opacity: 0;
  transition: max-height 0.3s ease, opacity 0.3s ease;
  overflow: hidden;
}

.faq-button[aria-expanded="true"] .faq-answer {
  max-height: 500px; 
  opacity: 1;
}
*/
.icon-plus,
.icon-minus {
  flex-shrink: 0;
  transition: transform 0.3s ease;
}

.icon-minus {
  display: none;
}

.faq-button[aria-expanded="true"] .icon-plus {
  display: none;
}

.faq-button[aria-expanded="true"] .icon-minus {
  display: block;
}

/* Smooth height animation for content */
.faq-content {
  overflow: hidden;
  max-height: 0;
  opacity: 0;
  transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1),
              opacity 0.3s ease;
}

.faq-content:not([hidden]) {
  max-height: 2000px; /* Adjust based on your content */
  opacity: 1;
}

.faq-images {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(24%, 1fr));
  gap: 20px;
  margin-bottom: 40px;
  transform: translateY(10px);
  transition: transform 0.3s ease 0.1s;
}

.faq-content:not([hidden]) .faq-images {
  transform: translateY(0);
}

.faq-image img {
  width: 100%;
  height: 100%;
  display: block;
  border-radius: 0;
  object-fit: cover;
}
@media screen and (max-width: 1200px) {
  .section-faq .page-width {
    padding:0 ;
  }
}
@media screen and (max-width: 749px) {
  .faq-images {
    grid-template-columns: 1fr;
  }
  .faq-question {
    font-size:18px;
  }
  .faq-button {
    padding: 20px 0;
  }
}
/* END_SECTION:section-faqs */