/** Shopify CDN: Minification failed

Line 529:14 Unexpected "{"
Line 529:23 Expected ":"
Line 532:14 Unexpected "{"
Line 532:23 Expected ":"
Line 536:14 Unexpected "{"
Line 536:23 Expected ":"
Line 542:14 Unexpected "{"
Line 542:23 Expected ":"
Line 603:1 Expected identifier but found "."
Line 708:8 Unexpected "{"
... and 11 more hidden warnings

**/


      #shopify-section-template--15569101586529__section_custom_code_RmNqL4 {
        position: relative;
        z-index: 99999 !important;
      }

      #CustomCode--template--15569101357153__section_custom_code_h6agRD {
        position: relative;
        z-index: 99999 !important;
      }

      #CustomCode--template--15569101652065__section_custom_code_4yJtgj {
        position: relative;
        z-index: 99999 !important;
      }

      #CustomCode--template--15569102798945__section_custom_code_yeLE9y {
        position: relative;
        z-index: 99999 !important;
      }

      #CustomCode--template--15569102733409__section_custom_code_eREYJY {
        position: relative;
        z-index: 99999 !important;
      }

      #shopify-section-template--15569102405729__section_custom_code_epTjnx {
        position: relative;
        z-index: 99999 !important;
      }

      #CustomCode--template--15569101619297__section_custom_code_XrUjXa {
        position: relative;
        z-index: 99999 !important;
      }
      
      #CustomCode--template--15569102831713__section_custom_code_GL34CV {
        position: relative;
        z-index: 99999 !important;
      }

      .drawer__inner {
         z-index: 999999 !important;
      }

      #CustomCode--template--15569101324385__section_custom_code_Mz6yXX {
        position: relative;
        z-index: 99999 !important;
      }

      #CustomCode--template--15569101586529__section_custom_code_3bKbB7{
        position: relative;
        z-index: 99999 !important;
      }

      #CustomCode--template--15569101357153__section_custom_code_jxniF8 {
        position: relative;
        z-index: 99999 !important;
      }
      
      body {
        background-color: white;
      }

      .newsletter-form .input-group__btn {
        padding: 0px 10px !important
      }

      #Newsletter--sections--15569101946977__section_newsletter_HEV8pa .brick__section {
        max-width: 1240px;
        margin: auto;
      }

        @media only screen and (min-width: 1400px) {
  .brick__block__text {
    flex-basis: 100%;
  }
          
}
      .newsletter-form {
  --border:none !important;
  max-width: 440px;
}
      .article__link a {
  color: white !important;
        background-color: #84C1EB !important;
        padding: 10px 35px !important;
        border-radius: 200px;

}
      .article__link {
  display: flex;
  justify-content: center;
        font-family: "FF Unit Rounded Pro", sans-serif !important;
  font-weight: 400;
        text-transform: normal !important;
        text-decoration: none;
}
      .grid-container .product-item__description {
  font-weight: 400 !important;
  font-size: 15px !important;
        color: #808080 !important;
        margin-top: 10px;
        margin-bottom: 25px;
        
}

    .grid-container   .quick-add__button {
        display: none !important;
      }
      .buy-now-button {
  display: inline-block;
  padding: 10px 30px;
  background: #84C1EB;
  color: #ffffff;
  text-decoration: none;
  border-radius: 100px;
  transition: 0.4s ease;
        font-weight: 700;
}
      .buy-now-button:hover {
 
  background: #FB81AD !important;
  color: #ffffff;
  text-decoration: none;
  border-radius: 100px;
  transition: background 0.3s ease;
        font-weight: 700;
}

.article__hero {
  display: none;
}

a::after {
  display: none;
}

body {
  overflow-x: hidden;
}

button {
    font-size: 20px;
    font-weight: 700;
    border-radius: 200px;
    text-transform: none;
    font-family: 'FF Unit Rounded Pro', sans-serif;
}

.caps {
    font-size: 20px !important;
    font-weight: 700 !important;
    border-radius: 200px !important;
    text-transform: none !important;
    font-family: 'FF Unit Rounded Pro', sans-serif !important;
}

#shopify-section-sections--15569101881441__footer_columns_mBaPHN {
    background-color: #676868 !important;
}

.three-columns-promo {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  width: 100%;
  max-width: 100vw;
}

.promo-column {
  width: 33.33%;
  min-height: 550px;
  background-size: cover;
  background-position: center;
  position: relative;
  overflow: hidden;
  transition: transform 0.3s ease;
}

.promo-overlay {
  background-color: rgba(0, 0, 0, 0.3);
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background-color 0.5s ease;
}

.promo-content {
  text-align: center;
  color: white;
  padding: 20px;
}

.promo-button {
  opacity: 1;
  background: white;
  color: #e75c8d;
  padding: 10px 20px;
  border-radius: 10px;
  font-weight: bold;
  text-decoration: none;
  transition: all 0.4s ease;
}

.promo-column:hover .promo-button {
  background: #e75c8d;
  color: white;
  transform: scale(1.1);
}

.promo-column:hover .promo-overlay {
  background-color: rgba(132, 193, 235, 1);
}

@media screen and (max-width: 768px) {
  .promo-column {
    width: 100%;
  }
}
.testimonial-section {
  background-color: #84C1EB;
  text-align: center;
  padding: 60px 0px;
  overflow: hidden;
  width: 100%;
  max-width: 100vw;
  position: relative;
}

.testimonial-section h2 {
  color: white;
  font-weight: 900;
  margin: auto;
  max-width: 343px;
}

.testimonial-section p.subheading {
  color: white;
  font-size: 1rem;
}

.testimonial-slider {
  max-width: 1300px;
  margin: 0 auto;
  padding: 20px 0;
  padding-bottom: 0px !important;
  overflow: hidden;
}

.testimonial-slide {
  background: white;
  border-radius: 16px;
  padding: 20px;
  margin: 10px;
  text-align: center;
  height: 360px;
  display: flex !important;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  transition: all 0.3s ease-in-out;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}

.testimonial-slide img {
  width: 70px;
  height: 70px;
  object-fit: cover;
  border-radius: 50%;
  margin-bottom: 10px;
}

.testimonial-slide h4 {
  font-size: 1rem;
  margin: 10px 0 5px;
  color: #808080;
}

.testimonial-slide p {
  font-size: 0.875rem;
  color: #808080;
}

/* Buttons below slider */
.testimonial-buttons {
  display: flex;
  gap: 16px;
  justify-content: center;
  margin-top: 20px;
}

.testimonial-buttons a {
  background-color: #ee7498;
  color: white;
  padding: 12px 20px;
  border-radius: 9999px;
  text-decoration: none;
  font-weight: 400;
}

/* Slick navigation arrows */
.slick-prev, .slick-next {
  background-color: white;
  border-radius: 50%;
  padding: 10px;
  z-index: 10;
}

.slick-prev:before, .slick-next:before {
  color: #84C1EB;
  font-size: 20px;
}

/* Slick dots */
.slick-dots {
  margin-top: 10px;
}

.slick-dots li button:before {
  font-size: 10px;
  color: #fff;
  opacity: 0.6;
}

.slick-dots li.slick-active button:before {
  color: #ee7498;
  opacity: 1;
}

/* Slightly grow the center (active) slide */
.testimonial-slider .slick-center {
  transform: scale(1.05);
  z-index: 2;
  transition: transform 0.3s ease-in-out;
}

/* Optional: Smooth transition for all slides */
.testimonial-slider .testimonial-slide {
  transition: transform 0.3s ease-in-out;
}

.slick-dots {
  text-align: center;
  margin-top: 20px;
  padding: 0;
  list-style: none;
}

.slick-dots li {
  display: inline-block;
  margin: 0 5px;
}

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 12px;
  height: 12px;
  padding: 0;
  border: none;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.5);
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.slick-dots li.slick-active button {
  background-color: #ee7498;
}

#shopify-section-template--15569101619297__section_blog_4NjrPb a {
  font-size: 20px;
  text-transform: none;
  font-weight: 700;
  letter-spacing: 0px;
}

.article__link a:hover {
  --btn-text-hover: white !important;
}

.product-item--centered {
  border-radius: 18px;
}

.product-item__image {
  border-radius: 18px;
}

.sale-box {
  border-radius: 18px !important;
}

.custom-footer-columns {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 30px;
  padding: 40px 25px;
  padding-bottom: 0px;
  max-width: 1140px;
  margin: auto;
  background-color: #676868 !important;
}

.footer-col {
  flex: 1;
  min-width: 200px;
}

.footer-col h4 {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 10px;
}

.footer-col ul {
  list-style: disc;
  padding-left: 20px;
}

.footer-col li {
  margin-bottom: 8px;
}

.footer-col a {
  text-decoration: none;
  color: inherit;
}

#CustomCode--template--15569101586529__section_custom_code_3bKbB7 {
  position: relative;
  z-index: 99999999 !important;
}

/* Dots */
.testimonial-section .slick-dots {
  display: flex !important;
  justify-content: center;
  gap: 10px;
  margin-top: 25px;
  position: static; /* ensure not off-canvas */
}
.testimonial-section .slick-dots li { margin: 0; }
.testimonial-section .slick-dots li button {
  width: 12px; height: 12px;
  padding: 0; border: 0;
  background: transparent;
  cursor: pointer;
  font-size: 0; /* hide the “1, 2, 3” numbers you see in the DOM */
}
.testimonial-section .slick-dots li button::before {
  content: ""; display: block;
  width: 12px; height: 12px; border-radius: 50%;
  background: #eeeeee; opacity: 1; /* force visible */
}
.testimonial-section .slick-dots li.slick-active button::before {
  background: #ee7498; transform: scale(1.15);
}

.testimonial-section .slick-prev,
.testimonial-section .slick-next {
  position: absolute; top: 50%; transform: translateY(-50%);
  width: 36px; height: 36px; border: 0; background: transparent; z-index: 2;
}
.testimonial-section .slick-prev { left: 20px; margin-top: -30px; }
.testimonial-section .slick-next { right: 40px; margin-top: -30px; }
.testimonial-section .slick-prev::before,
.testimonial-section .slick-next::before {
  content: "\2039";
  font-size: 30px;
  line-height: 1;
  color: white;
  background-color: #ee7498;
  opacity: 1;
  padding: 9px 26px 24px 26px;
  border-radius: 200px;
  transition: 0.4s ease;

}

.testimonial-section a {
 transition: 0.4s ease;
}

.testimonial-section a:hover {
  background: white;
  color:  #ee7498;
}


.testimonial-section button.slick-prev:hover::before,
.testimonial-section .slick-next:hover::before {
  font-size: 30px;
  color: white;
  background-color: #84C1EB;
  opacity: 1;

}

.testimonial-section .slick-next::before { content: '›'; }

@media (max-width: 480px) {
  .testimonial-section .slick-prev,
  .testimonial-section .slick-next { display: none !important; }
}

#Collection--{{ section.id }} .grid__dots{
  display:flex; justify-content:center; gap:10px; margin-top:12px;
}
#Collection--{{ section.id }} .grid__dots button{
  width:10px; height:10px; border-radius:50%;
  background:#cfd3d8; border:0; padding:0; cursor:pointer;
}
#Collection--{{ section.id }} .grid__dots button.is-active{
  background:#ee7498; transform:scale(1.15);
  border-style: white;
  border-width: 1px;
  border-color: white;
}
#Collection--{{ section.id }} .grid__dots button:focus{ outline:2px solid #ee7498; outline-offset:2px; }

.buy-now-button {
  margin-top: 30px;
  margin-bottom: 30px !important;
}
.product-item__info .product-item__title {
  min-height: 50px;
}

.grid .product-item__price .price {
  color: #676868;
  font-size: 18px;
}

.sale .new-price {
  color: #ee7498 !important;
  font-family: "FF Unit Rounded Pro", sans-serif;
}

.product-item__swatches__holder, .radio__fieldset.radio__fieldset--swatches, .grid .selector-wrapper__scrollbar {
  display: none !important;
}


.grid__dots-cta a {
margin: auto;
margin-top: 25px;
border-radius: 200px;
font-family: "FF Unit Rounded Pro", sans-serif;
text-transform:  none;
letter-spacing: 0px;
font-size: 20px;
font-weight: 700;
padding-left: 30px;
padding-right: 30px;
padding-top: 10px;
padding-bottom: 10px;
transition: 0.3s ease;
}

.grid__dots-cta a:hover {
  background-color: #ee7498;
  border-color:transparent;
}


#Collection--template--15569101652065__section_collection_jFeadW .grid__dots-cta a:hover {
  background-color: white;
  color: #ee7498;
}

.btn::after {
  display: none;
}


.index-product .btn::hover {
background-color: #84C1EB !important;
}

..product-form .btn--solid:hover {
  background-color: #84C1EB;
  border-radius: 200px;
  border-color: #84C1EB;
}


.slider__button {
  border-radius: 200px !important;
}

  .slider__button::after {
    display: none;
  }

  .grid .price {
    font-weight: 700 !important;
  }




.grid__dots-cta  {
  display: flex;
  justify-content: center;
}

.testimonial-section p.subheading {
  font-size: 19px;
  font-family: "FF Unit Rounded Pro", sans-serif;
}

.btn--solid {
  font-size: 20px !important;
  font-family: "FF Unit Rounded Pro", sans-serif !important;
  letter-spacing: 0px;
  font-weight: 700 !important;
  border-style: none;
}

.btn--solid::after {
  font-size: 20px !important;
  font-family: "FF Unit Rounded Pro", sans-serif !important;
  letter-spacing: 0px;
  font-weight: 700 !important;
  background-color: #84C1EB !important;
}

#shopify-section-template--15569101553761__main .product-form .btn--solid:hover {
 border-color:  #84C1EB !important;
 background-color:  #84C1EB !important;
}

.btn__text {
  font-size: 20px !important;
}

.cart-bar__form .product__submit__add {
  font-size: 20px !important;
   font-family: "FF Unit Rounded Pro", sans-serif !important;
  letter-spacing: 0px;
  font-weight: 700 !important;
  background-color: #84C1EB !important;
  color: white;
  border-color: #84C1EB !important;
  border-radius: 200px;
}

.tabs .tab-link {
border-style: solid;
border-color: #eee;
border-width: 2px;
border-radius: 12px;
padding: 5px 25px;
transition: 0.2s ease;
}

.tabs .tab-link:hover {
border-style: solid;
border-color: #84C1EB;
background-color: #84C1EB;
color: white !important;
}

.tabs .tab-link:hover span {
  color: white !important;
}

.tabs > li.current {
  background-color:  #84C1EB;
}

.tabs > li.current span {
 color: white !important;
}

.article__title a {
  color: #808080 !important;
}

.widget__title {
  font-family: "FF Unit Rounded Pro", sans-serif !important;
    color: #ee7498 !important;
}

#Blog--{{ section.id }} .blog__pagination{
  display:flex; align-items:center; justify-content:center; gap:16px; margin-top:16px; flex-wrap:wrap;
}
#Blog--{{ section.id }} .blog__pagination-list{
  display:flex; gap:8px; list-style:none; padding:0; margin:0;
}
#Blog--{{ section.id }} .blog__pagination-list li a,
#Blog--{{ section.id }} .blog__pagination-prev,
#Blog--{{ section.id }} .blog__pagination-next{
  padding:8px 12px; border:1px solid var(--color-borders, #e5e7eb); border-radius:999px; text-decoration:none;
}
#Blog--{{ section.id }} .blog__pagination-list li.is-active span{
  padding:8px 12px; border-radius:999px; background: var(--color-foreground, #84C1EB); color:#fff; display:inline-block;
}

.related-products-section {
  background-color: #84C1EB;
  text-align: center;
  padding: 60px 0px;
  overflow: hidden;
  width: 100%;
  max-width: 100vw;
  position: relative;
}

.related-products-section h2 {
  color: white;
  font-weight: 900;
  margin: auto;
  max-width: 343px;
}


.related-products-slider {
  max-width: 1300px;
  margin: 0 auto;
  padding: 40px 0;
  overflow: hidden;
}

.related-product-slide img {
  width: 140px;
  height: auto;
  object-fit: contain;
  margin-bottom: 10px;
}

.related-product-slide h4 {
  font-size: 1rem;
  margin: 10px 0 5px;
  color: #333;
}

.related-product-slide .price {
  font-size: 0.875rem;
  color: #808080;
}

.slick-prev, .slick-next {
  background-color: white;
  border-radius: 50%;
  padding: 10px;
  z-index: 10;
}

.slick-prev:before, .slick-next:before {
  color: #84C1EB;
  font-size: 20px;
}

.slick-dots li button:before {
  font-size: 10px;
  color: #fff;
  opacity: 0.6;
}

.slick-dots li.slick-active button:before {
  color: #ee7498;
  opacity: 1;
}

.related-products-slider .slick-center {
  transform: scale(1.05);
  z-index: 2;
  transition: transform 0.3s ease-in-out;
}

.related-products-section p.subheading {
  font-size: 19px;
  font-family: "FF Unit Rounded Pro", sans-serif;
  color: white;
}

.related-products-section .slick-dots{
  display: flex !important;
  justify-content: center;
  gap: 10px;
  margin-top: 25px;
  position: static !important;
  list-style: none;
  padding: 0;
}

.related-products-section .slick-dots li{
  margin: 0;
  line-height: 1;
}

.related-products-section .slick-dots li button{
  width: 14px;
  height: 14px;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
  font-size: 0;      /* hide 1,2,3… */
  line-height: 0;
}

.related-products-section .slick-dots li button::before{
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  margin: 2px;
  border-radius: 50%;
  background: #cfd3d8;
  opacity: 1;
  transition: transform .2s ease, background-color .2s ease;
}

.related-products-section .slick-dots li.slick-active button::before{
  background: #ee7498;
  transform: scale(1.2);
}

.related-products-section .slick-dots li button:hover::before{
  transform: scale(1.1);
}

.related-products-section .slick-dots li button:focus-visible{
  outline: 2px solid #ee7498;
  outline-offset: 2px;
}

.predictive-search {
  background-color:white !important;
}
.predictive-search
.btn--outline.btn--primary {
background-color: #84C1EB !important;
color: white !important; 
border-color:  #84C1EB !important;
font-family: "FF Unit Rounded Pro", sans-serif !important;
text-transform: none;
font-weight: 700;
letter-spacing: 0px;
}



.search-popdown {
  background-color: white !important;
}

.search-popdown__main {
  background: white !important;
}

.search-popdown input[type="search"] {
  color: #808080 !important;
}

.index-product {
  background: white !important;
}

.product__photo {
  border-style: solid;
  border-color: #eee;
  border-width: 1px;
}

.template-product .shopify-section {
  background-color: white !important;
}

#CustomCode--template--15569101586529__section_custom_code_3bKbB7 {
  position: relative;
  z-index: 9999999999 !important;
}

.slider__button {
  background: #ee7498 !important;
  --bg: : #ee7498;
  color: white !important;
}

.slider__button::before {
  background: white !important;
}

.slick-dotted.slick-slider {
  margin-bottom: 25px !important;
}



@media only screen and (min-width: 750px) {
  /* ensure the parent is flex */
  #shopify-section-sections--15569101946977__section_newsletter_HEV8pa .brick { display: flex; flex-wrap: wrap; }

  #shopify-section-sections--15569101946977__section_newsletter_HEV8pa .brick__block:first-child {  /* 40% */
    flex: 0 0 30%;
  }
  #shopify-section-sections--15569101946977__section_newsletter_HEV8pa .brick__block:nth-child(2) { /* 60% */
    flex: 0 0 70%;
  }
}

#shopify-section-sections--15569101946977__section_newsletter_HEV8pa {
  background: #676868 !important;
}

@media only screen and (min-width: 1400px) {
  .brick__block__text {
    flex-basis: 100% !important;
  }
}

@media only screen and (min-width: 1200px) {
  .brick__block__text {
    flex-basis: 100% !important;
  }
}

#shopify-section-sections--15569101946977__section_newsletter_HEV8pa  .brick__block__text {
  padding: 0px;
}

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

  .testimonial-buttons {
 flex-direction:column; 
  }
  
  .testimonial-buttons a {
     display:block;
       text-align:center;
       width:300px;
       margin: auto;
       }
  #Newsletter--sections--15569101946977__section_newsletter_HEV8pa img {
  max-width: 100% !important
}
 
}

.grid__dots {
  margin-top: 25px;
}

.drawer--header {
  z-index: 9999999999999 !important;
}


@media only screen and (min-width: 750px) {
#CustomCode--template--15569101586529__section_custom_code_jdfBXV {
  display: none;
}
}

.blog__pagination-list li.is-active span {
  color: #808080;
  background-color: transparent;
  border-color: #dddddd;
  border-style: solid;
  border-width: 1px;
  font-family: "FF Unit Rounded Pro", sans-serif !important;
  font-size: 20px;
  font-weight: 500;
  margin-top: -10px;
}

.blog__pagination-prev{
padding: 8px 12px;
  border: 1px solid var(--color-borders, #e5e7eb);
  border-radius: 999px;
  text-decoration: none;
}

.radio__fieldset .radio__button input:checked ~ label {
  background:  #84C1EB !important;
  color: white;
  font-size: 14px !important;
  text-transform: none;
  letter-spacing: 0px;
}

.radio__fieldset .radio__button label {
border-color:  #84C1EB !important;
  font-size: 14px !important;
  text-transform: none !important;
  letter-spacing: 0px !important;
}

