/** Shopify CDN: Minification failed

Line 218:4 Unexpected "{"
Line 218:5 Expected identifier but found "%"
Line 218:51 Unexpected "{"
Line 218:52 Expected identifier but found "%"
Line 583:32 Unexpected "{"
Line 583:41 Expected ":"
Line 583:48 Unexpected "{"
Line 586:32 Unexpected "{"
Line 586:41 Expected ":"
Line 845:2 Expected identifier but found ":"

**/
 .slideshow__controls.slider-buttons.slideshow__controls--border-radius-mobile {
    position: absolute;
    bottom: 0px;
    left: 50%;
    right: 50%;
  } 
.slideshow span.svg-wrapper {
    display: none;
}
.slideshow__text.banner__box.content-container.slideshow__text--left.slideshow__text-mobile--center {
  background: none;
}
.slideshow h2.banner__heading.inline-richtext.h1 {
  color: #f4d153;
  font-family: "Bricolage Grotesque";
  font-weight: 700;
  font-size: 60px;
}
.slideshow__text.banner__box.content-container.slideshow__text--left.slideshow__text-mobile--center {
  background: none;
} 
/* .slideshow h2.banner__heading.inline-richtext.h1 {
  color: #f4d153;
  font-family: "Bricolage Grotesque";
  font-weight: 700;
  font-size: 60px;
} */

.slider-counter__link--active.slider-counter__link--dots .dot {
    background-color: #fff !important;
    height: 13px;
    width: 13px;
}
.multicolumn .title.inline-richtext.h2 {
    font-size: 32px;
    font-size: 32px;
    font-weight: 600;
    text-align: center;
    color: #ffffff;
    margin: 15px 0 15px;
}
.multicolumn .title-wrapper-with-link.title-wrapper--self-padded-mobile.title-wrapper--no-top-margin.multicolumn__title {
    justify-content: center;
}

.multicolumn h3.inline-richtext {
    font-size: 20px;
    line-height: 1.3em;
    display: -webkit-box;
    -webkit-line-clamp: 2;
}

a.icon-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 20px;
    text-decoration: none;
    color: white;
    flex-shrink: 0;
    /* padding: 12px 18px; */
    font-family: 'Bricolage Grotesque';
    font-size: 20px;
    font-weight: 400;
}

a.icon-btn svg {
    width: 40px;
    height: 40px;
}
.cstm-header-buttons-wrap {
   display: flex;
    align-items: center;
    gap: 15px;
    flex-shrink: 0
}
a.header__icon.header__icon--account.link.focus-inset.small-hide {
    display: none;
}

a#cart-icon-bubble {
    display: none;
}
summary.header__icon.header__icon--search.header__icon--summary.link.focus-inset.modal__toggle {
    display: none;
}
a.cstm-btn-call {
    background-color: #e26d3d;
    color: #ffffff;
    padding: 10px 30px;
    border: none;
    border-radius: 20px;
    font-size: 18px;
    font-weight: 400;
    cursor: pointer;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    transition: transform 0.2s 
ease, box-shadow 0.2s 
ease;
    white-space: nowrap;
    width: 60%;
    text-align: center;
    justify-content: center;
}
a.cstm-btn-sms {
    padding: 10px 30px;
    border: none;
    border-radius: 20px;
    font-size: 18px;
    font-weight: 400;
    cursor: pointer;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    transition: transform 0.2s 
ease, box-shadow 0.2s 
ease;
    white-space: nowrap;
    width: 60%;
    text-align: center;
    justify-content: center;
    background-color: #187d79;
    color: #ffffff;
}
span.header__active-menu-item {
    color: #083b4c;
    text-decoration: none;
    font-size: 18px;
    font-weight: 500;
    transition: color 0.3s 
ease;
    white-space: nowrap;
}
a.header__menu-item.list-menu__item {
    color: #083b4c;
    text-decoration: none;
    font-size: 20px;
    font-weight: 500;
    transition: color 0.3s 
ease;
    white-space: nowrap;
}
header.header {
    padding-left: 0 !important;
    padding-right: 0 !important;
}
.main-form-content {
    max-width: 800px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
    padding: 40px 0px;
}

.main-custom-home-section {
    /* padding: 70px 20px 70px; */
    scroll-margin-top: 80px;
    background: #083b4c;
}

.form-review .review-text {
    color: black !important;
}


.pp-section {
    width: 100%;
    margin:0px auto;
  }

.pp-title {
    margin: 0 0 32px;
    font-family: 'Bricolage Grotesque';
    line-height:100%;
}
  .pp-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .pp-card {
    position: relative;
  }
  .pp-card-inner {
    position: relative;
    overflow: hidden;
    background-color: #F4F4F4;
    cursor: pointer;
  }
  .pp-image-wrapper {
    position: relative;
    width: 100%;
    aspect-ratio: 1 / 1;
  }
  .pp-image {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    {% comment %} transition: transform 0.3s ease; {% endcomment %}
  }
  .pp-name-overlay {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 12px 10px;
    background: linear-gradient(to top, rgba(0,0,0,0.9) 0%,rgba(0,0,0,0.50) 35%,rgba(0,0,0,0.3) 100%
    );
    text-align: center;
  }
  .pp-name {
    display: inline-block;
    color: #FFFFFF;
    font-size: 20px;
    font-weight: 600;
    font-family: 'Bricolage Grotesque';
}
  .pp-expand-btn {
    position: absolute;
    top: 10px;
    right: 10px;
    border: none;
    padding: 6px;
    border-radius: 999px;
    background: rgba(0, 0, 0, 0.45);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
  }
  .pp-expand-btn svg {
    width: 18px;
    height: 18px;
    stroke: #FFFFFF;
  }
  .pp-hidden-gallery {
    display: none;
  }
  .pp-banner-wrapper {
    margin-top: 40px;
    display: flex;
    justify-content: center;
    
  }
  .pp-banner {
    padding: 16px 24px;
    font-size: 20px;
    text-align: center;
    max-width: 900px;
    font-family: 'Bricolage Grotesque';
    font-weight: 400;
    background-color: #E1793BE5;  
}
  .pp-lightbox {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.9);
    z-index: 9999;
    display: none;
    align-items: center;
    justify-content: center;
  }
  .pp-lightbox.active {
    display: flex;
  }
  .pp-lightbox-inner {
    position: relative;
    width: 100%;
    max-width: 1100px;
    padding: 64px 24px 40px;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .pp-lightbox-close {
    position: absolute;
    top: 10%;
    right: 10%;
    /* top: 18px;
    right: 24px; */
    width: 40px;
    height: 40px;
    border-radius: 999px;
    border: none;
    background: rgba(255, 255, 255, 0.08);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
  }
  .pp-lightbox-close svg {
    width: 22px;
    height: 22px;
    stroke: #FFFFFF;
  }
  .pp-lightbox-title {
    margin: 0 0 16px;
    font-size: 22px;
    font-weight: 600;
    color: #FFFFFF;
    text-align: center;
  }
  .pp-lightbox-slider {
    position: relative;
    width: 100%;
    max-width: 900px;
    height: min(70vh, 640px);
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .pp-lightbox-image {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    box-shadow: 0 14px 50px rgba(0, 0, 0, 0.6);
  }
.pp-lightbox-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 44px;
    height: 44px;
    border-radius: 999px;
    border: none;
    background: #ff000000;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
 .pp-lightbox-nav svg {
    width: 28px;
    height: 28px;
    stroke: #47B8AB;
}
  .pp-lightbox-prev {
    left: 10px;
    z-index: 1;
  }
  .pp-lightbox-next {
    right: 10px;
  }
  .pp-lightbox-dots {
    margin-top: 16px;
    display: flex;
    gap: 8px;
    justify-content: center;
  }
  .pp-lightbox-dot {
    width: 8px;
    height: 8px;
    border-radius: 999px;
    border: none;
    background: rgba(255, 255, 255, 0.4);
    padding: 0;
    cursor: pointer;
    transition: all 0.2s ease;
  }
  .pp-lightbox-dot.active {
    background: #FFFFFF;
    transform: scale(1.2);
  }
  .pp-lightbox-counter {
    margin-top: 8px;
    font-size: 13px;
    color: rgba(255, 255, 255, 0.7);
  }


/* Lightbox image base */
#pp-lightbox-image {
  transition: transform 220ms ease, transform-origin 0ms;
  will-change: transform;
  max-width: 100%;
  max-height: 80vh;
  display: block;
  margin: 0 auto;
  cursor: zoom-in;
  touch-action: none; /* we'll handle touch */
}

/* When zoomed */
#pp-lightbox-image.zoomed {
  cursor: zoom-out;
  /* default zoom factor -- override with inline style or JS variable */
  transform: scale(var(--zoom, 2));
  /* keep transitions smooth for toggling; movement handled by changing transform-origin */
  transition: transform 120ms ease;
}

/* Thumbnail styles (optional) */
.lightbox-thumbs-container {
  display: flex;
  gap: 6px;
  justify-content: center;
  align-items: center;
  margin-top: 12px;
  flex-wrap: wrap;
}
.lightbox-thumb {
  width: 56px;
  height: 56px;
  object-fit: cover;
  display:inline-block;
  border: none;
}
.lightbox-thumb.active-thumb {
  outline: 2px solid #ddd;
}
/* css */

.scrolled-past-header img.header__heading-logo.motion-reduce {
    width: 130px;
    height: 30px;
}

.scrolled-past-header a.header__menu-item.list-menu__item {
    font-size: 15px;
  
}

.scrolled-past-header .header__inline-menu span.header__active-menu-item {
   font-size: 15px; 
}

.scrolled-past-header a.cstm-btn-call {
    font-size: 14px;
     padding: 10px 25px;
}
.scrolled-past-header a.cstm-btn-sms {
    font-size: 14px;
 padding: 10px 25px;
}
.scrolled-past-header a.cstm-btn-whatsapp {
    text-align: center;
    display: flex;
}
.scrolled-past-header a.cstm-btn-email {
    text-align: center;
    display: flex;
}


/* sticky header above code  */

.section-header.shopify-section-group-header-group {
    z-index: 9999;
}


.slideshow__text.banner__box.content-container.content-container--full-width-mobile.color-scheme-1.gradient.slideshow__text--left.slideshow__text-mobile--center {
    padding: 0px;
}

button.slider-button.slider-button--prev {
    display: none;
}
button.slider-button.slider-button--next {
    display: none;
}
.slider-counter__link--dots .dot {
    border: none;
    background: #b9afaf;
}

.slideshow__controls.slider-buttons {
    bottom: 15px;
    left: 0px;
    right: 0px;
    position: absolute;
}

.slideshow__text-wrapper.banner__content.banner__content--middle-left.page-width.banner--desktop-transparent.scroll-trigger.animate--slide-in {
    max-width: 1300px;
}

.contact-item_1 {
    font-size: 18px;
    font-family: 'Gilroy-Regular', sans-serif !important;
    font-weight: 100;
    color: #ffffff;
    opacity: 1;
    line-height: 25px;
}


.image-with-text.image-with-text--overlap .backround-transparent, .image-with-text:not(.image-with-text--overlap) .background-transparent {
    /* padding: 0px 0px 0px 30px;
      height: 500px; */
}



.image-with-text__text.rte.body {
    font-size: 15px;
    color: black;
}
h2.image-with-text__heading.inline-richtext.h2 {
    font-size: 30px;
    font-weight: 600;
    color: #000000;
}

.main-custom-home-section a.link {
    color: red;
}


.lightbox-thumbs-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 15px;
  position: relative;
  z-index: 50; /* Cross hide fix */
  padding-bottom: 10px;
}
.lightbox-thumb {
  width: 75px;
  height: 75px;
  object-fit: cover;
  margin: 4px;
  cursor: pointer;
  border: none; 
  border-radius: 0 !important;
}
.lightbox-thumb.active-thumb {
  outline: 2px solid #ffffff;
}

div#pp-lightbox-counter {
    display: none;
}

.custom-home-section h2.form-status.caption-large.text-body {
    color: red;
}

.image-with-text__media-item.image-with-text__media-item--medium.image-with-text__media-item--top.grid__item {
    width: 30%;
    /* border: 2px solid #006c71;     */
}   

.image-with-text__media img {
    object-fit: fill;
}

.custom_form {
    display: flex !important;
    gap: 8px !important;
}

.custom-home-section .contact__fields .field {
     /* min-width: 150px !important;  */
}

.custom_form .zip {
    flex: 0 0 30% !important;
}


@media(max-width: 480px){
  .cstm-header-buttons.section-{{ section.id }} {
    gap: 10px;
  }
  .cstm-header-buttons.section-{{ section.id }} a {
    padding: 6px 10px;
    font-size: 12px;
  }

}
.image-with-text__content {
    padding: 0px 20px !important;
}

 @media(max-width: 1024px) {

   header.header {
    padding-left: 35px !important;
    padding-right: 15px !important;
}

    .scrolled-past-header img.header__heading-logo.motion-reduce {
    width: 120px;
    height: 30px;
}

  .multicolumn-card.content-container {
    display: flex;
    align-items: center;
    width: 100%;
    flex-direction: column;
}

.contact-buttons {
    display: grid !important;
    grid-template-columns: repeat(2, 1fr);
}
.main-form-content {
    display: grid;
    grid-template-columns: 1fr;
   padding: 40px 0px !important;

}

.contact-buttons {
    display: flex;
    justify-content: left;
}

 }

/* @media (min-width: 481px) and (max-width: 766px) {

  .contact-buttons {
    display: flex;
    gap: 30px !important;
} */


 @media(max-width: 767px) {
   .scrolled-past-header img.header__heading-logo.motion-reduce {
    width: 180px;
    height: 30px;
}

 .custom_form {
    display: flex !important;
    gap: 8px !important;
}

.custom_form .zip {
    flex: 0 0 10% !important;
}
/* 
.custom-home-section .contact__fields .field {
     min-width: 100px !important; 
} */

.cstm-footer .logo-wrap img {
    width: 85px;
}
 .multicolumn-card-spacing {
    padding-left: 15px !important;
}
.multicolumn h3.inline-richtext {
    max-width: 150px !important;
}

  .multicolumn-card.content-container {
    display: flex;
    align-items: center;
    width: 100%;
    flex-direction: column;
}
.cstm-footer .logo-wrap{
    padding: 0px !important;
}
 /* .cstm-footer .social-row {
    gap: 10px !important;
} */

.cstm-footer .links-row {
    margin-top: -5px !important;
}

.cstm-footer .follow-label {
     margin-bottom: 0px !important;
}

   .cstm-footer .tagline {
    font-size: 18px !important;
    max-width: 300px !important;
}
.section-template--19459491070063__image_with_text_68VtbR-padding{
    padding-bottom:0px !important;
}
.image-with-text__content {
    padding: 30px 0px !important;
}

.image-with-text.image-with-text--no-overlap.isolate.scroll-trigger.animate--slide-in {
    margin-bottom: 0px !important;
}

h2.image-with-text__heading.inline-richtext.h2 {
    font-size: 24px !important;
}

.multicolumn .title.inline-richtext.h2 {
    font-size: 27px !important;
}

.main-form-content { 
    display: grid;
    grid-template-columns: 1fr !important;
    gap: 45px;
    padding: 40px 0px !important;
}

.contact-buttons{
  justify-content: center;
  flex-wrap: wrap;
  display: unset;
  margin-top : 0px !important

 }

 .btn-orange{
    padding: 12px 29px !important;
 }

 .slideshow {
    display: flex;
    flex-direction: column;
  }


.contact-item{
 flex-wrap: wrap; 
 font-size: 16px !important;
 margin-top: 20px !important;

}

.contact-section h2 {
  margin-bottom: 0px; 
  
}

.contact-item img {
    width: 28px !important;
     margin-top: 0px !important; 
}

.custom-home-section {
    max-width: 100%;
    padding: 25px 20px 25px 20px !important;
}
.contact-section {
    max-width: 100%;
    padding: 25px 20px 25px 20px !important;

}

.form-heading {
    font-size: 20px !important;
    font-weight: 600 !important;
}

.form-paragraph {
    font-size: 14px !important;
    font-weight: 500 !important;
}

.slideshow__controls.slider-buttons.slideshow__controls--border-radius-mobile {
    position: absolute;
    bottom: 0px;

  } 

  .slideshow h2.banner__heading.inline-richtext.h1 {
    font-weight: 700;
    max-width: 250px;
}

header-drawer {
 margin-left: 0rem;
}


.cstm-header-buttons-wrap {
    display: flex;
    align-items: center;
    gap: 15px;
    display: none;
    flex-shrink: 0;
}

header.header {
    padding-left: 15px !important;
}

.header__heading-logo {
    max-width: 60%;
}

.pp-title {
    margin-bottom: 16px !important;
    font-size: 16px !important;
    font-weight: 500;
    }
 
.pp-section {
    padding: 30px 15px !important;
}

.pp-grid {
    padding-top: 10px !important;
}

.pp-banner {
    background: #E1793BE5 !important;
    font-size: 18px !important;
    font-weight: 400 !important;
}

.contact-section h2 {
    font-size: 20px !important;
     margin-bottom: 10px !important;
    margin-top: 0px !important;
}

.contact-item_1
 {
    font-size: 14px !important;
 }

 .contact-buttons a.icon-btn {
    margin-left: -10px;
    margin-right: -10px;
}

 .image-with-text .image-with-text__text-item.grid__item {
  ::root  margin-top: 20px !important; 
    margin-inline: 0px;
}

.image-with-text .image-with-text__text.rte.body {
    font-size: 14px !important;
}

}

  
  @media screen and (max-width: 749px) {
    .slideshow h2.banner__heading.inline-richtext.h1 {
    font-size: 24px;
}
.header__icons {
    display: none;
}
header.header {
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
}
.slider-buttons {
    margin-top: -30px;
    z-index: 9;
}
    .pp-grid {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    :root body .pp-title {
      font-size: 24px !important;
      margin-bottom: 24px;
    }
    .pp-name {
      font-size: 14px;
    }
    .pp-banner {
      font-size: 14px;
      padding: 12px 16px;
      margin-top: 24px;
    }
    .pp-lightbox-inner {
      padding: 56px 12px 32px;
    }
    .pp-lightbox-slider {
      height: min(60vh, 460px);
    }

  }

  .multicolumn-card.content-container {
    display: grid;
    justify-items: center;
}

.multicolumn .page-width.section-template--19459491070063__multicolumn_ArDN7i-padding {
    padding-left: 0px;
    padding-right: 0px;
}

.background-none .multicolumn-list .multicolumn-card__info, .background-none .multicolumn-list:not(.slider) .center .multicolumn-card__info {
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.background-none .multicolumn-list:not(.slider) .center .multicolumn-card__info {
    padding-left: 0px;
    padding-right: 0px;
}
  


 @media only screen and (max-width: 375px){
  .pp-banner{
    margin-top:0px
  }

  /* .slideshow__text-wrapper.banner__content.banner__content--middle-left.page-width.banner--desktop-transparent.scroll-trigger.animate--slide-in {
    top: -25%;
} */

 

}




