/** Shopify CDN: Minification failed

Line 317:10 Unexpected "{"
Line 317:19 Expected ":"

**/
:root{
  --green: #50C4CB;
}

.hero-btn{
    display: flex; gap: 15px; align-items: center;
    font-size: 16px;    
}

  .menu-list {
    --menu-horizontal-gap: 2rem !important;
  }

  .compare-at-price{
    opacity: 1 !important;
  }

  .price{
    color: #50c4cb;
    font-size: 22px;
    font-weight: 600;
  }

  .btn.btn-green{
    background: var(--green) !important;
  }

  .shop-online-carousel .tcc-collection-image img{
    object-fit: cover !important;
    height: 320px;
  }

.email-subscribe-home .email-signup__input-group {
    grid-template-columns: 50% 50%;
    margin-bottom: 50px;
    gap: 30px !important;
}
.email-subscribe-home .email-signup__button {
    position: absolute;
    bottom: -70px; left: 0; right: 0;
    margin-left: auto; margin-right: auto;

    display: flex;
    align-items: center;
    padding: 10px 30px;
    font-size: 14px;    
}

.email-subscribe-home .email-signup__button svg{
  width: 30px;
}

.email-subscribe-home .email-signup__input-group input {
    background: transparent;
    color: #fff;
    border-bottom: 1px solid #fff;
    border-radius: 0;
    padding-left: 10px;
}
.email-subscribe-home .email-signup__input-group input::placeholder {
    color: #fff;
    text-transform: uppercase;
}


.footer-content{
  gap: 50px !important;
}

.footer-content a{
  text-decoration: none;
  color: #000000;
}
.footer-content a:hover{
  text-decoration: underline;
}

.footer-payment-icons ul{
    display: flex;
    align-items: center;
    gap: 20px; padding: 0;
    list-style: none;  
}
.footer-payment-icons img {
  display: block;
  width: auto;
  max-width: none;
}

.footer-utilities .utilities{
    display: flex;
    flex-direction: row;
    justify-content: space-between !important;
}

/*** Carousel Styles ***/

.tcc-text-block h2{text-transform: uppercase; font-size: 48px; margin-bottom: 20px;}
.tcc-text-block p{font-size: 18px;}

/* Two-column layout */
.text-collection-carousel .tcc-grid {
  display: grid;
  grid-template-columns: 30% 70%;
  gap: 5rem;
  align-items: center;
}

/* Swiper container */
.tcc-carousel .swiper {
  overflow: visible; /* allows peek */
}

/* Carousel column */
.tcc-carousel {
  position: relative;
}

/* Clip slides only */
.tcc-carousel-clip {
  overflow: hidden;
  position: relative;
}

/* Swiper overflow for peek */
.tcc-carousel-clip .swiper {
  overflow: visible;
  padding-right: 40px;
  margin-right: -40px;
}

/* Arrow styling */
.tcc-carousel .swiper-button-prev,
.tcc-carousel .swiper-button-next {
  width: 36px;
  height: 36px;
  background: rgba(0,0,0,0.7);
  border-radius: 50%;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  z-index: 20;
}


/* Collection card */
.tcc-collection-card {
  display: block;
  text-decoration: none;
  color: inherit;
}

.tcc-collection-image img {
  width: 100%;
  display: block;
  height: 350px;
  object-fit: cover;
}

.tcc-collection-title {
    position: absolute;
    bottom: 0;
    z-index: 50;
    text-align: center;
    left: 0;
    right: 0;
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 1.28px;
    text-transform: uppercase;
    margin: 1em 2em !important;
    background: rgba(255, 255, 255, 0.4);
    padding: 1em 2em;
}

/* Arrow positions */
.tcc-carousel .swiper-button-prev {
  left: -18px;
}

.tcc-carousel .swiper-button-next {
  right: -18px;
}

/* Arrow icons */
.tcc-carousel .swiper-button-prev::after,
.tcc-carousel .swiper-button-next::after {
  color: #fff;
  font-size: 22px;
}

/* Arrows – always visible */
.tcc-carousel .swiper-button-prev,
.tcc-carousel .swiper-button-next {
  width: 55px;
  height: 55px;
  background: #FFFFFF;
  border-radius: 100%;
  border: 1px solid #000000;
  top: 50%;
  transform: translateY(0%);
  opacity: 1;
}

.tcc-carousel .swiper-button-prev::after,
.tcc-carousel .swiper-button-next::after {
  color: #000000;
  font-size: 18px;
}

/* Optional: push arrows slightly outside carousel */
.tcc-carousel .swiper-button-prev {
  left: -25px;
}

.tcc-carousel .swiper-button-next {
  right: -25px;
}



@media screen and (max-width: 1240px){
  .header__columns{
    --header-left: 2fr !important;
  }
}

@media screen and (max-width: 990px){

  .text-block h2{font-size: 35px;}

  .main-content-home {
    display: flex;
    padding: 20px 35px 0;
  }

  .main-content-home h1 {font-size: 35px;}
  .main-content-home p {font-size: 16px;}
  .main-content-home p:last-child {margin-bottom: 20px;}

  .main-content-home .section-content-wrapper.section-content-wrapper,
  .experience  .section-content-wrapper.section-content-wrapper  {
    display: flex;
    flex-direction: column !important;
  }

  .main-content-home .section-content-wrapper.section-content-wrapper .group-block,
  .experience  .section-content-wrapper.section-content-wrapper .group-block .group-block-content {
      width: 100%;
      flex-direction: column;
  }
  .experience  .image-experience .group-block-content {flex-direction: row !important;}
  .image-experience {width: 80%;}

  .experience .group-block{
        flex-basis: 100% !important;
        width: 100%;
  }

  .text-collection-carousel .tcc-grid{
    grid-template-columns: 50% 80%;
  }

}

@media screen and (max-width: 600px){
    .text-collection-carousel .tcc-grid{
      grid-template-columns: 95%;
    }  
    .image-experience{
      width: 80% !important;
      margin-top: 30px;
    }
    .tcc-collection-title{
      font-size: 12px;
    }
}

.shop-online-carousel img {
    border: 1px solid #e9e9e9;
    box-shadow: 0px 0px 10px #e9e9e9;
}

.shop-online-carousel .tcc-text-block a::after {
  content: "";
  display: inline-block;
  width: 28px;
  height: 14px;
  margin-left: 10px;
  background-color: currentColor; /* Inherits the link color */
  
  /* The SVG acts as a stencil */
  -webkit-mask-image: url("/cdn/shop/files/arrow-rse.svg?v=1770020955");
  mask-image: url("/cdn/shop/files/arrow-rse.svg?v=1770020955");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  mask-size: contain;
}

/* Now, if you change the link color, the SVG changes too! */
.shop-online-carousel .tcc-text-block a:hover {
  color: #50c4cb;
}


/* Expand Shopify Forms width */
/* 1. Force the parent section to allow more width */
.section-{{ section.id }}-padding, 
[id^="shopify-block-"][id*="forms_inline"] {
  max-width: 400px !important; /* Adjust this to your ideal maximum */
  width: 100% !important;
  margin: 0 auto !important;
}

/* 2. Target the specific Shadow DOM container inside the app */
[id^="shopify-block-"][id*="forms_inline"] > * {
  max-width: 100% !important;
  width: 100% !important;
}

/* 3. If it's inside a standard Shopify Page Width container, break it out */
/*.page-width.page-width--narrow {
  max-width: 1400px !important;
}

._inline_1q1d2_47 ._formContainer_1q1d2_30{
  max-width: 90% !important;
}*/