/** Shopify CDN: Minification failed

Line 1088:19 Unexpected "{"
Line 1137:2 Unexpected ".2xl\\:grid-cols-4"

**/
button {
  cursor: pointer;
}

button:disabled,
button[disabled] {
  cursor: not-allowed;
}

.tree-block-img{
  width: 412px;
height: 454px;
  margin-top: 80px;
}



@media (max-width: 768px) {

  .tree-block-img{
width: 320px;
height: 352px;
    margin-top: 60px;
}
}


.collections-title {
  font-size: 76px;
  line-height: 1;
}

@media (max-width: 1024px) {
  .collections-title {
    font-size: 50px;
    line-height: 1;
  }
}

@media (max-width: 768px) {
  .collections-title {
    font-size: 25px;
    line-height: 1;
  }
}




.collection-title {
  color: #FFF;
  font-family: "Neue Montreal";
  font-size: 90px!important;
  font-style: normal;
  font-weight: 300;
  line-height: 100%; /* 90px */
  letter-spacing: 1.8px;
  padding-top: 100px;
}

@media (max-width: 1024px) {
  .collection-title {
    font-family: "Neue Montreal";
    font-size: 56px!important;
    letter-spacing: 1.12px;
    padding-top: 80px;
  }
}

@media (max-width: 768px) {
  .collection-title {
    font-family: "Neue Montreal";
    font-size: 40px!important;
    letter-spacing: 0.8px;
    padding-top: 60px;
  }
  #hamburger-menu li a{
  font-size: 14px;
}
}

.collection-type{
  color: #FFF;
  font-family: "Neue Montreal";
  font-size: 60px;
  font-style: normal;
  font-weight: 300;
  line-height: 100%; /* 60px */
  padding-bottom: 70px;
}

.collection-type-content{
    margin-bottom: 160px;
}



@media (max-width: 1024px) {
  .collection-type {
    font-family: "Neue Montreal";
    font-size: 40px;
    padding-bottom: 50px;
  }
  .collection-type-content{
    margin-bottom: 120px;
  }
}

.text-left{
  text-align: left!important;
}

@media (max-width: 768px) {
  .collection-type {
    font-family: "Neue Montreal";
    font-size: 32px;
    padding-bottom: 40px;   
  }
  .collection-type-content{
    margin-bottom: 100px;
  }
}


.pb-8{

padding-bottom: 30px;

}

.text-10xl{
  font-size: 165px;
}
.discount-badge{
  position: absolute;
  top: 15px;
  left: 15px;
  width: 50px;
  height: 55px;
  background-image: url('sale.png');
}

.swiper-scrollbar-horizontal{bottom: -10px!important; height: 5px!important; background-color:#403E3E!important;}

.swiper-scrollbar-drag{
  background-color: #BD437B!important;
  
}

#causes .swiper-wrapper .swiper-slide, #causes .t-blocks{
  height: 500px;
}

.grid article{
  font-size: 18px!important;
  font-style: normal;
  font-weight: 300;
  line-height: 180%; /* 32.4px */
  color: #fff!important;
}

.grid article a, .assembly a{
  color: #bd437b!important;
}

.grid article a:hover, .assembly a:hover{
  opacity: 0.9!important;
}

article img {
  border-radius: 15px!important;
  align-self: stretch;
  padding-top: 40px;
  padding-bottom: 40px;
}

.grid article h2{
  color: var(--WHITE, #FFF);
  padding-bottom: 50px;
  padding-top: 80px;
font-size: 40px;
font-style: normal;
font-weight: 300;
line-height: 100%; /* 40px */
}

.grid article h3 span{
font-size: 14px;
font-style: normal;
  color: #fff!important;
font-weight: 500;
  padding-top: 25px;
  padding-bottom: 10px;
text-transform: uppercase;
}

.filter li a {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #CD4E88;
  background-image: url('cat.svg');
  background-size: contain;
  background-repeat: no-repeat;
  transition: color 0.4s;
}

.filter {
  margin-top: 40px;
  margin-bottom: 40px;
}

@media (max-width: 768px) {
  .filter {
    margin-bottom: 40px;
  }
}

.filter li{
  margin-bottom: 15px;
}

.filter li a span {
  z-index: 10;
}

.filter li a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url('cat-hover.svg');
  background-size: contain;
  background-repeat: no-repeat;
  opacity: 0;
  transition: opacity 0.4s; 
  z-index: 0;
}

.filter li a:hover::before {
  opacity: 1;
}

.filter li a:hover, .story li a:hover {
  color: #FFF;
}

.collection-list-filter li a{
    width: 220px;
    height: 240px;
}

.collection-filters li a, .story li a{
      width: 140px;
    height: 154px;
}

.filter li a.default-state::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url('cat-hover.svg');
  background-size: contain;
  background-repeat: no-repeat;
  opacity: 1; 
  z-index: 0;
}

.filter li a.default-state:hover::before {
  opacity: 1; 
}

.filter li a.default-state {
  color: #FFF; 
}

.filter li a.default-state span {
  z-index: 10; 
}

.swiper-slide-thumb-active img {
  border: 3px solid #CD4E88;

}

.swiper-thumbs .swiper-slide img{
  width: 100%;
  aspect-ratio: 1 / 1;
}
@media (max-width: 1024px) {
  /* For tablet and mobile */
  .footer-form-section {
      display: none;
  }
}

/* Custom styles for the search input */
#search-form input[type="text"] {
  transition: width 0.3s ease-in-out;
  width: 0;
}

#search-form.show input[type="text"] {
  width: 200px; 
}



.search-container {
  position: relative;
}

.search-form {
  position: absolute;
  right: -10px;
  top: 3px;
  transform: translateY(-50%);
  opacity: 0;
  visibility: hidden;
  width: 0;
  overflow: hidden;
  transition: width 0.3s ease, opacity 0.3s ease;
  background-color: white; 
  z-index: 10; 
}


.search-container.active .search-form {
  opacity: 1;
  visibility: visible;
  width: 500px; 
}

.search-container.active ~ .contact-support {
  visibility: hidden;
  width: 0;
  margin: 0;
  padding: 0;
  overflow: hidden;
  transition: width 0.3s ease;
}

  .predictive-search-results {
    position: absolute;
    top: 118%;
    right: -9px;
    background-color: #fff;
    max-height: 450px;
    overflow-y: auto;
    width: 499px;
}

.predictive-search-results ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.predictive-search-results li {
  padding: 10px;
  border-bottom: 1px solid #e5e7eb;
}

.predictive-search-results li:last-child {
  border-bottom: none;
}

.predictive-search-results a {
  text-decoration: none;
  color: #111827;
}

.predictive-search-results a:hover {
  background-color: #f3f4f6;
}

@media (max-width: 1025px) {
  .search-container.active .search-form {
    width: 350px;
  }
  .predictive-search-results{
    width: 348px;
  }

}

@media (max-width: 768px) {
  .search-container.active .search-form {
    width: 250px;
  }
    .predictive-search-results{
    width: 248px;
  }
 
}


        .floating-label {
            position: relative;
        }
        .floating-label input {
            padding-top: 1rem;
        }
        .floating-label label {
            position: absolute;
            top: 50%;
            left: 1rem;
            transform: translateY(-50%);
            pointer-events: none;
            transition: all 0.2s ease;
            font-size: 18px;
        }
        .floating-label input:focus + label,
        .floating-label input:not(:placeholder-shown) + label {
            top: 0.55rem;
            left: 0.75rem;
            font-size: 10px;
        }

        .floating-textarea-label {
            position: relative;
        }
        .floating-textarea-label textarea {
            padding-top: 1rem;
        }
        .floating-textarea-label label {
            position: absolute;
            top: 21%;
            left: 1rem;
            transform: translateY(-50%);
            pointer-events: none;
            transition: all 0.2s ease;
            font-size: 18px;
        }

        .floating-textarea-label textarea:focus + label,
        .floating-textarea-label textarea:not(:placeholder-shown) + label {
            top: 0.55rem;
            left: 0.75rem;
            font-size: 10px;
        }
.home-image {
  width: 100%;
  height: 100vh;
  background-repeat: no-repeat;

  background-size: 731.499px 800px;
  background-position: center 55px;
  display: flex;
  flex-direction: column;
  position: relative;
}

@media (max-width: 640px) {
  .home-image {
    background-size: contain!important;
    background-position: center 150px!important;
  }
  .collections-link{
    display: none!important;
  }
}

@media (max-width: 1024px) {
  .home-image {
    background-size: contain;
    background-position: center center;
  }
}

.load-more-btn{
  color: var(--WHITE, #FFF);
/* BUTTON S */
font-family: "Neue Montreal";
font-size: 14px;
font-style: normal;
font-weight: 500;
line-height: 120%; /* 15.6px */
letter-spacing: 0.65px;
text-transform: uppercase;
  border-radius: 10px;
border: 1px solid #CD4E88;
padding: 15px 0px;
}


.product .object-cover {
  height: 378px;
  object-position: top;
}

.product-content-container{
  min-height: 190px;
}

/* product card image fix */
.product-card > div:first-child {
    background: white;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}



.exclusive-badge{
    background: url('exclusive.svg')  no-repeat center left;
    width: 100%;
    height: 90px;
    position: absolute;
    top: 58%;
    left: -20px;
}

@media (max-width: 768px) {
  .exclusive-badge {
    top: 52%;
  }
}

.product-video{
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 56.25%; 
}

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


.image-container {
  position: relative;
  background: #fff;
  width: 100%;
  aspect-ratio: 1 / 1;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

    .product-image {
      max-width: 100%;
      max-height: 100%;
      width: auto;
      height: auto;
      object-fit: contain;
    }

    @media (max-width: 768px) {
      .image-container {
        width: 100%;
        height: 320px;
      }
    }

    .product-image-slider .swiper-slide {
      background: white;
    }
    .swiper-button-next, .swiper-button-prev{
      color: #4b4949 !important;
    }

    .swiper-pagination-bullet{
      background: #F0F0F0 !important;
      opacity: 0.9!important;
    }

    .swiper-pagination-bullet-active{
      background: #BD437B !important;
    }

.christmas-green{
  border-radius: 40px;
background: linear-gradient(270deg, #285344 0%, #446C60 50%, #285344 100%);
  display: flex;
padding: 80px;
justify-content: space-between;
align-items: center;
align-self: stretch;
  margin-top: 200px;
  color: var(--WHITE, #FFF);
font-family: Graphik;
font-size: 16px;
font-style: normal;
font-weight: 300;
line-height: 180%; /* 28.8px */

}

.testimonial{
  margin-bottom: 140px;
  margin-top: 20px;
}
.christmas-green p{
  padding-bottom: 60px;
}
.christmas-green h4{
  color: var(--WHITE, #FFF);
font-family: "Neue Montreal";
font-size: 23px;
font-style: normal;
font-weight: 700;
line-height: 130%; /* 29.9px */
}
.christmas-title{
  color: #FFF;
  text-align: center;
  font-family: "Neue Montreal";
  font-size: 90px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%; /* 90px */
  padding-top: 80px;
  letter-spacing: 1.8px;
}
.christmas-title-h2{
  color: var(--WHITE, #FFF);
text-align: center;
/* H1 */
font-family: "Neue Montreal";
font-size: 90px;
font-style: normal;
font-weight: 300;
line-height: 100%; /* 90px */
letter-spacing: 1.8px;
}
.christmas-subtitle{
  text-align: center;
font-family: Corinthia;
font-size: 116px;
font-style: normal;
font-weight: 400;
line-height: 100%; /* 116px */
  background: linear-gradient(90deg, #B8995B 27.5%, #DACB8C 50.5%, #B8995B 75%);
background-clip: text;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
  padding-bottom: 60px;
}

.christmas-subtitle-big{
  text-align: center;
font-family: Corinthia;
font-size: 200px;
font-style: normal;
font-weight: 400;
line-height: 100%; /* 116px */
  background: linear-gradient(90deg, #B8995B 27.5%, #DACB8C 50.5%, #B8995B 75%);
background-clip: text;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
  margin-top: 160px;
}

.christmas-text{
  color: var(--WHITE, #FFF);
text-shadow: 0px 0px 30px rgba(33, 33, 33, 0.75);
font-family: Graphik;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 160%; /* 25.6px */
      padding-left: 20px;
      padding-right:20px;; 
}

.christmas-tree-buy-btn{
  display: flex;
width: 400px;
height: 90px;
padding: 15px 60px;
justify-content: center;
align-items: center;
gap: 10px;
  border-radius: 10px;
background: var(--AZALEA, #BD437B);
  color: #fff;
  font-family: "Neue Montreal";
font-size: 23px;
font-style: normal;
font-weight: 500;
line-height: 120%; /* 27.6px */
letter-spacing: 1.15px;
text-transform: uppercase;
}

.list-badges li{
    width: 140px;
  height: 154px;
  background-image: url('cat-tree.png');
  background-size: contain;
  background-repeat: no-repeat;
  color: var(--WHITE, #FFF);
text-align: center;
font-family: "Neue Montreal";
font-size: 14px;
font-style: normal;
font-weight: 700;
line-height: 140%; /* 19.6px */
letter-spacing: 0.56px;
text-transform: uppercase;
  margin-left: 20px;
}

@media (max-width: 1024px) {
  .christmas-tree-buy-btn{
        margin-top: 50px;
    margin-bottom: 50px;
  }
  .christmas-subtitle-big{
    font-size: 120px;
  }
  .christmas-title{
    color: #FFF;
    text-align: center;
    font-family: "Neue Montreal";
    font-size: 60px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%; /* 60px */
    letter-spacing: 1.2px;
  }
  .christmas-title-h2{
    color: var(--WHITE, #FFF);
text-align: center;
/* ≥ 768/H1 */
font-family: "Neue Montreal";
font-size: 56px;
font-style: normal;
font-weight: 300;
line-height: 100%; /* 56px */
letter-spacing: 1.12px;
  }
  .christmas-subtitle{
    text-align: center;
    font-family: Corinthia;
    font-size: 70px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%; /* 70px */
    padding-bottom: 30px;
  }
  .christmas-text{
    color: var(--WHITE, #FFF);
text-align: center;
text-shadow: 0px 0px 30px rgba(33, 33, 33, 0.75);
font-family: Graphik;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 160%; /* 25.6px */
  }
}

@media (max-width: 768px) {
  .christmas-title{
    color: #FFF;
    text-align: center;
    font-family: "Neue Montreal";
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%; /* 30px */
    letter-spacing: 0.6px;
  }
    .christmas-subtitle-big{
    font-size: 80px;
  }
  .christmas-subtitle{
    text-align: center;
font-family: Corinthia;
font-size: 40px;
font-style: normal;
font-weight: 400;
line-height: 100%; /* 40px */
    padding-bottom: 10px;
  }
  .christmas-text{
    color: var(--WHITE, #FFF);
text-align: center;
text-shadow: 0px 0px 30px rgba(33, 33, 33, 0.75);
font-family: Graphik;
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: 160%; /* 22.4px */

  }
  .christmas-title-h2{
    color: var(--WHITE, #FFF);
text-align: center;
/* ≥ 360/H1 */
font-family: "Neue Montreal";
font-size: 40px;
font-style: normal;
font-weight: 300;
line-height: 100%; /* 40px */
letter-spacing: 0.8px;
  }
    .list-badges li{
width: 102px;
height: 112px;
      color: var(--WHITE, #FFF);
text-align: center;
font-family: "Neue Montreal";
font-size: 10px;
font-style: normal;
font-weight: 700;
line-height: 140%; /* 14px */
letter-spacing: 0.4px;
text-transform: uppercase;
  }
  .christmas-tree-buy-btn{
    display: flex;
height: 50px;
    width: 100%;
padding: 15px 60px;
justify-content: center;
align-items: center;
gap: 10px;
flex: 1 0 0;
    color: var(--WHITE, #FFF);
font-family: "Neue Montreal";
font-size: 16px;
font-style: normal;
font-weight: 500;
line-height: 120%; /* 19.2px */
letter-spacing: 0.8px;
text-transform: uppercase;
    margin-top: 30px;
    margin-bottom: 30px;
  }
}

.marquee-block{
  background: var(--GOLD-GRAD, linear-gradient(90deg, #B8995B 27.5%, #DACB8C 50.5%, #B8995B 75%));
  padding-top: 20px;
  padding-bottom: 20px;
  margin-top: 140px;
  margin-bottom: 140px;

}
.marquee-block span {
    color: var(--MULCH-D, #161414);
font-family: Corinthia;
font-size: 50px;
font-style: normal;
font-weight: 700;
line-height: 100%; /* 50px */
}

.tree-free-shipping{
  color: var(--AZALEA-L, #CD4E88);
font-family: "Neue Montreal";
font-size: 14px;
font-style: normal;
font-weight: 700;
line-height: 140%; /* 19.6px */
letter-spacing: 0.42px;
text-transform: uppercase;
}

.tree-content {
  min-height: 456px;
}

.green-block{
display: flex;
padding: 75px 60px 85px 60px;
flex-direction: column;
align-items: center;
gap: 40px;
flex: 1 0 0;
align-self: stretch;
border-radius: 20px;
background: rgba(50, 92, 78, 0.75);
color: var(--WHITE, #FFF);
text-align: center;
font-family: Graphik;
font-size: 18px;
font-style: normal;
font-weight: 300;
line-height: 180%; /* 32.4px */
}

.green-block h3{
  color: var(--WHITE, #FFF);
text-align: center;
/* H4 */
font-family: "Neue Montreal";
font-size: 35px;
font-style: normal;
font-weight: 300;
line-height: 110%; /* 38.5px */
}
.green{
  margin-top: 80px;
}
.s-padding-left{
  padding-left: 60px;
}
.s-padding{
    padding-left: 60px;
  padding-right: 60px;
}
.m-padding{
    padding-left: 80px;
  padding-right: 80px;
}
.x-padding{
    padding-left: 150px;
  padding-right: 150px;
}
.christmas-tree{
  margin-top: 160px;
  margin-bottom: 180px;

}



/* Base styles for mobile (default) */
.testimonial-slide {
  background: url('testimonial-slide.png');
  background-repeat: no-repeat;
  background-size: contain;
  height: 410px !important;
  padding-left: 20px;
  padding-right: 20px;
  display: flex !important;
  box-sizing: border-box;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}

/* Styles for tablets and small desktops */
@media screen and (min-width: 550px) {
  .testimonial-slide {
    height: 530px !important;
    padding-left: 25px;
    padding-right: 25px;
  }
}

/* Styles for larger desktops */
@media screen and (min-width: 768px) {
  .testimonial-slide {
    height: 330px !important;
  }
}





.testimonial-slide p{
  color: var(--WHITE, #FFF);
text-align: center;
/* H4 */
font-family: "Neue Montreal";
font-size: 35px;
font-style: normal;
font-weight: 300;
line-height: 110%; /* 38.5px */
}

.testimonial-slide span{
  color: var(--GREY-L, #F0F0F0);
text-align: center;

font-family: Graphik;
font-size: 12px;
font-style: normal;
font-weight: 400;
line-height: 160%; /* 19.2px */
}

.testimonial-slide blockquote{
  color: var(--WHITE, #FFF);
text-align: center;
font-family: Graphik;
font-size: 16px;
font-style: normal;
font-weight: 300;
line-height: 180%; /* 28.8px */
}


@media (max-width: 768px) {
  .s-padding-left{
  padding-left: 20px;
    padding-right: 20px;
}
.s-padding{
    padding-left: 20px;
  padding-right: 20px;
}
.m-padding{
    padding-left: 20px;
  padding-right: 20px;
}
.x-padding{
    padding-left: 20px;
  padding-right: 20px;
}
    .christmas-green{
    padding: 20px;
  }
    .christmas-green h4{
      color: var(--WHITE, #FFF);
font-family: "Neue Montreal";
font-size: 14px;
font-style: normal;
font-weight: 700;
line-height: 130%; /* 18.2px */
    }
}

@media (max-width: 1024px) {
    .s-padding-left{
  padding-left: 30px;
}
.s-padding{
    padding-left: 30px;
  padding-right: 30px;
}
.m-padding{
    padding-left: 30px;
  padding-right: 30px;
}
.x-padding{
    padding-left: 30px;
  padding-right: 30px;
}
  .christmas-green{
    padding: 30px;
    margin-top: 80px;
  }
  .christmas-green h4{
    color: var(--WHITE, #FFF);
font-family: "Neue Montreal";
font-size: 18px;
font-style: normal;
font-weight: 700;
line-height: 130%; /* 23.4px */
  }

  
}
@media (min-width:1024px) {
    .tablet-menu {
        display: flex!important;
    }

  
}
.remove-item{
  display: block!important;
  cursor:pointer;
}

.spr-container{
  display: none!important;
}

.prod-new-section, {
  
text-align: center;

}

.prod-new-section p{
  font-family: "NeueMontreal",sans-serif!important;
font-size: clamp(16px, 1.6vw, 22px);
color: #232121!important;
font-style: normal;
font-weight: 500;
line-height: 120%; /* 26.4px */
}

.border-l{
  border-left: 1px solid black!important;
}

.swiper-slide {
  display: flex!important;
}

.product-subtitle{
font-family: "Neue Montreal";
font-size: clamp(14px, 1vw, 20px);
font-style: normal;
font-weight: 400;
line-height: 120%;
color: #fff;
  padding-bottom: 1vw;
}


.accordion-item .text-4xl {
  font-family: "Neue Montreal",sans-serif!important;
  font-weight: 300!important;
} 

.accordion-item .text-lg{
  font-family: "Graphik",sans-serif!important;
  font-size: 18px!important;
font-style: normal;
font-weight: 300;
}



@media (min-width: 1536px) {
  .2xl\:grid-cols-4{
    grid-template-columns: repeat(4, minmax(0, 1fr))!important;
  }
  
}

.accordion-item ul {
  list-style-type: disc!important;
  padding-left: 20px!important;
}

.accordion-item a {
  text-decoration: underline!important;
  color: #fff!important;
  transition: color 0.3s ease!important;
}

.accordion-item a:hover {
  color: #bd437b!important;
}


#shopify-section-footer .text-2xl{
  color: var(--WHITE, #FFF);
  font-family: "Neue Montreal"!important;
  font-size: 25px!important;
  font-style: normal!important;
  font-weight: 300!important;
  line-height: 120%!important; /* 30px */
}

@media (min-width: 1280px) {
  .single-product {
    padding-left: 4.2vw!important;
    padding-right: 4.2vw!important;
  }
}

@media (min-width: 1280px) {
  .product-information-section {
    display: flex; 
    flex-direction: column; 
    justify-content: space-between;
  }
}



.product-title {
  font-size: clamp(40px, 3.6vw, 70px);
  font-family: "Neue Montreal";
  font-weight: 300;
  line-height: 100%; /* 40px */
}

.accordion-item .text-4xl{
  font-size: clamp(20px, 1.8vw, 35px)!important;
}

.collection-list-title{
  font-size: clamp(60px, 8.94vw, 170px)!important;
  font-family: "Neue Montreal";
}

.collection-list-subttitle{
  font-size: clamp(25px, 4vw, 76px)!important;
  font-family: "Neue Montreal";
}


.product-card-title{
  font-size: clamp(14px, 0.95vw, 18px)!important;
  font-family: 'Graphik';
font-weight: 500;
line-height: 160%;
}