/** Shopify CDN: Minification failed

Line 185:0 Comments in CSS use "/* ... */" instead of "//"
Line 407:20 Unexpected "="

**/
:root {
  --ce-teal: #7cccc7;
  --ce-dark-teal: #67aba7;
  --ce-lite-teal: #daf1ef;
  --ce-border-gray: #e5e5e5;
  --ce-lite-gray: #d9d9d9;
  --ce-std-text: #979797;
  --ce-std-h-text: #808080;
  --ce-menu-drawer-teal: #71bcb7;
  --ce-dark-gray-text: #4d4d4d;
  --ce-white: #ffffff;
  --ce-black: #000000;
  --ce-hdr-size: 22px;
  --ce-hdr-weight: 600;
}

body{
  animation: 1.8s fadeIn;
}

p {
  margin-bottom: 3px;
}

/**/
.ba_widget_parent.left .ba_widget_content {
    width: 100% !important;
    padding: 10px !important;
}

/* header announcement bar message */
.announcement-bar__message{
  color: #ffffff !important;
}
/* header announcement bar color */
.announcement-bar{
  background-color: #67aba7 !important;
}
.member-black-friday-class{
  background-color: #000 !important;
}
.member-black-friday-class > .collection-hero__inner > .collection-hero__text-wrapper > .collection-hero__title{
  color: #fff;
  padding-bottom: 35px;
}

/*************************************************** DECEMBER THEME CHANGE *************************************************/

.three-column-button{
  border:2px solid #ffffff !Important;
}
.three-column-title-header{
  color: #2f6ca1 !Important;
}
.featured-item-02-read-more-button-wrapper-template--16785746133207__53687455-8be0-4ab2-890c-42f568b2bddb{
  margin-top: 20px;
  background-color: #2f6ca1 !Important;
  width: 137px !Important;
  padding: 10px 25px 10px 25px !Important;
}
a.featured-item-02-read-more-button:link{
  color: #ffffff !Important;
}

.announcement-bar{
  background: url('/cdn/shop/files/dark-teal-background-mobile.webp') center center / cover no-repeat !important; 
  background-color: none;
}
 #featured-seo-container-collection-item{
   border: 1px solid #7cccc7 !Important;
 }

@media only screen and (min-width: 769px) {

  h4.special-custom-image-with-text{
    color: #555555 !Important;
  }
  #custom-header {
     background: url('/cdn/shop/files/header-green-banner-backround-desktop.webp') center center / cover no-repeat;
  }
  .main-header-seo {
     background: url('/cdn/shop/files/dark-teal-background-desktop.webp') center center / cover no-repeat;
  }

  #featured-seo-container{
    background: url('/cdn/shop/files/gold-and-white-background-desktop.webp') center center / cover no-repeat;
  }
  #featured-seo-container-collection-item{
    background-color: #ffffff;
  }
  .three-column-section{
    background: url('/cdn/shop/files/ice-blue-background-desktop.webp') center center / cover no-repeat;
  }
  .featured-item-02-template--16785746133207__53687455-8be0-4ab2-890c-42f568b2bddb{
    background: url('/cdn/shop/files/gold-and-white-background-desktop.webp') center center / cover no-repeat;
  }
  .three-column-title, .three-column-button{
    color: #ffffff !important;
  }
  .three-column-price{
    color: #dedede !important;
    text-shadow: 1px 1px 1px #000000;
  }
  #ecom-new-items{
    background: url('/cdn/shop/files/dark-teal-background-desktop.webp') center center / cover no-repeat !important; 
  }
  .image-with-text__content{
    background: url('/cdn/shop/files/gold-and-white-background-desktop.webp') center center / cover no-repeat;
  }
  .camilla-home-bio-wrapper-class{
    background: url('/cdn/shop/files/ice-blue-background-desktop.webp') center center / cover no-repeat;
  }


}  

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

  #custom-header {
     background: url('/cdn/shop/files/header-green-banner-backround-mobile-v2.webp') center center / cover no-repeat;
  }
  .main-header-seo {
     background: url('/cdn/shop/files/dark-teal-background-mobile.webp') center center / cover no-repeat;
  }

  #featured-seo-container{
    background: url('/cdn/shop/files/gold-and-white-background-mobile.webp') center center / cover no-repeat;
  }
  #featured-seo-container-collection-item{
    background-color: #ffffff;
  }
  .three-column-section{
    background: url('/cdn/shop/files/ice-blue-background-mobile.webp') center center / cover no-repeat;
  }
  .featured-item-02-template--16785746133207__53687455-8be0-4ab2-890c-42f568b2bddb{
    background: url('/cdn/shop/files/gold-and-white-background-mobile.webp') center center / cover no-repeat;
  }
  .three-column-title, .three-column-button{
    color: #ffffff !important;
  }
  .three-column-price{
    color: #dedede !important;
    text-shadow: 1px 1px 1px #000000;
  }
  #ecom-new-items{
    background: url('/cdn/shop/files/dark-teal-background-mobile.webp') center center / cover no-repeat !important; 
  }
  .image-with-text__content{
    background: url('/cdn/shop/files/gold-and-white-background-mobile.webp') center center / cover no-repeat;
  }
  .camilla-home-bio-wrapper-class{
    background: url('/cdn/shop/files/ice-blue-background-mobile.webp') center center / cover no-repeat;
  }


}  


/*************************************************** FONT CHANGES *************************************************/
/*
header-text-class
std-text-class
btn-label-text
*/

/**/
.button{
  color: white !important;
}

.featured-item-02-title-text{
  color: var( ce-teal );
}

.header-text-class {
  color: var( --ce-std-h-text ) !important;
}

//
p.announcement-bar__message{
  margin-bottom: 0px !important;
}

/******************************************************************************************************************/

/* this adds padding to the slider, otherwise the items in the slider are up against the container */
.ecom-collection__product-container .ecom-swiper-container{
  padding: 5px 8px !important;
}


/**/
.fs-row, .fs-row:after, .fs-row:before{
  justify-content: center !important;
} 
.fs-sr-grid-item-wrapper{
  border: 1px solid #efefef;
  margin: 5px;
  box-shadow: 2px 2px 8px rgba(155,155,155,0.5) !important;
} 

/* very top announcement bar */
.announcement-bar__message{
  background-color: var(--ce-dark-teal) !important;
  color: white !important;
}

/* all href links */
.custom-href-link{
  color: #7cccc7 !important;
  font-weight: 700 !important;
}

/* Home page cart icon */
.link--text{
  color: #ffffff !Important;
}

.faqs-answer-text{
  color: #47474 !important;
}

/* This is ensures that the Flash Search area not so big */
#MainContent {
  min-height: 200px !important;
}

/**/
#shopify-section-template--16785745805527__1686018429996afdb2{
  margin-bottom: 1rem !important;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

/* slider dots */
.slick-dots li button:before{
  font-size: 15px !important;
}

/* without this the header will flow into the page */
.contact{
  min-height: 550px !important;
}

/******* links - start *******/
a:link {
  color: var( --ce-teal );
}
/* visited link */
a:visited {
  color: var( --ce-teal )
}
/* mouse over link */
a:hover {
  color: var( --ce-teal );
}
/* selected link */
a:active {
  color: var( --ce-teal );
}
/******* menu items links - start *******/
/* mobile menu links */
a.menu-drawer__menu-item:link {
  color: var( --ce-white ) !important;
}
/* visited link */
a.menu-drawer__menu-item:visited {
  color: var( --ce-white ) !important;
}
/* mouse over link */
a.menu-drawer__menu-item:hover {
  color: var( --ce-white ) !important;
}
/* selected link */
a.menu-drawer__menu-item:active {
  color: var( --ce-white ) !important;
}

/* desktop header */
.header__menu-item{
  color: var( --ce-white ) !important;
}
/******* links - end *******/
/* this is the product card title in the New and Best sellers section */
.card-wrapper:hover .card-information__text{
  text-decoration: none !important;
}
/* wrapper container for all related items in product page */
.ecom-kuoasz5id8 > .ecom-element > .ecom-collection__product-wrapper{
  padding: 10 px 20px !important;
}
/* hover for collection buy now buttons */
.ecom-core.ecom-eg6fenhrqdp .ecom-collection__product-form__actions--view-more:hover{
  background-color: #67aba7 !important;
}
/* wrapper for the entire collection cards */
.ecom-element.ecom-collection.ecom-collection__product{
  padding: 30px 0px !important;
}
/* this is the wrapper around the collection product cards */
.ecom-collection__product-main.ecom-collection_product_template_collection{
  padding: 0px 10px !important;
}
/* text for the product cards */
.custom-product-card-text-title{
  font-size: 13px !important;
}
/* this is the wrapper for the product cards in the collections */
.ecom-collection__product-item{
  box-sizing: border-box !important;
  border: 1px solid #efefef !important;
  box-shadow: 2px 2px 10px rgba(153,153,153,0.5) !important;
}

/* this is the NEW ITEMS section */
#shopify-section-template--16783173976279__b5376e1e-2e0e-4176-a659-14eee42bd9f0{
  background-color: var(--ce-lite-teal) !important;
}
/* wrapper for the product card */
.card-wrapper{
  background-color:#ffffff !important;
}
/* buy now button */
.collection-buy-now-button{
  background-color: #7cccc7 !important;
  color: #FFFFFF !important; 
}

/* this is the envelope in the footer email signup pt-1 */
.ecom-core.ecom-k4opphu6opo .ecom-shopify__newsletter-form-field--input{
  background-image: none !important;
  background-position: left 3px center !important;
  background-size: 20% !important;
}
/* this is the envelope in the footer email signup pt-2 */
.ecom-core.ecom-k4opphu6opo .ecom-shopify__newsletter-form-field--input{
   padding: 10px 10px 10px 10px !important;
}
/* this is the envelope in the footer email signup pt-3 */
.ecom-core.ecom-k4opphu6opo .ecome-shopify__newsletter__button{
   padding: 0 30px 0 0px !important;
}

/* this is the NEW items section */
#shopify-section-template--16785746133207__b5376e1e-2e0e-4176-a659-14eee42bd9f0{
  background-color: #67aba7;
  padding-top: 4rem !important;
}
#shopify-section-template--16785746133207__f1dbfa7f-944a-452f-ae52-8f8134415a1b{
  padding-top: 4rem !important;
}

/* padding under newsletter signup in footer */
.ecom-core.ecom-k4opphu6opo .ecom-newsletter-form-content{
  padding-bottom: 20px !important;
} 

.featured-collection-title-wrapper-with-link{
  margin-top: 0px !important;  
  margin-bottom: 1em !important;  
} 

/* this is a spaced divider that is default in the theme between sections */
.spaced-section{
  margin-top: 0px !important;
}

/***** Setting Global font for site - start *****/
body {
  font-family: 'Lato', sans-serif !important;
  font-weight: 400 !important;
  line-height: 1.5em !important;
  color: var( --ce-dark-gray-text );
}
h1,h2,h3,h4,h5 {
  font-family: 'Lato', sans-serif !important;
  color: var( --ce-dark-gray-text );
}
p {
  font-family: 'Lato', sans-serif !important;
  font-weight: 400 !important;
  line-height: 1.5em !important;
}

/* this is the text for the cards in best sellers and new */
.card-information__text h5{
  font-family: 'Lato', sans-serif !important;
  font-weight: 400 !important;
  line-height: 1.5em !important;
  color: var( --ce-dark-gray-text );
}

/* this is the product card title in the Best Sellers/New section on home page */
.custom-product-card=text-title{
  font-size: 14px !important;
}

/* this is the footer spacing before the grey area */
.ecom-core.ecom-h328u77trum{
  padding-bottom: 4rem;
}

/***** Setting Global font for site - end *****/

/* set alt lighter teal color */
.lite-teal-class{
  background-color: #67aba7 ;
}
.dark-teal-class{
  background-color: var( --ce-dark-teal );
}
.light-grey-class{
  background-color: var( --ce-lite-gray );
}

/* site button class */
.custom-btn-class{
  background-color: var( --ce-teal );
  color: #ffffff;
  border-radius: 5px;
  border: 2px solid var( --ce-border-gray );
  padding: 3px 30px;
}
.custom-btn-class:hover{
  background-color: #518883;
}

/* ecom product page quantity label */
.ecom-core.ecom-20ftv1ou57u .ecom-product-single__quantity-container label{
  padding-top: 6px !important;
}

/* this is the divider in the ecom product page */
.ecom-d2n3iwuo3st > .element__divi{
  padding: 0px !important;
}

/* centers the wishlist button in ecom product page */
#wishlisthero-product-page-button-container > button{
  margin: auto !important;
}

.announcement-bar{
  background-color: #ffffff !important;
}

#shopify-section-header{
  background-color: var(--ce-dark-teal) !important;
}

/* HEADER */
.header__inline-menu{
  width: 100%;
  background-color: #66aba6;
  display: inline-grid !important;
}

.header__icon--cart{
  margin-right: 2rem !important;
}
.header__icon--search{
  margin-left: 1.7rem !important;
}

/* this is the title above the collection pages */
.collection-hero__title{
  margin: 1rem 0 0 !important;
  text-align: center !important;
}

/* this is the title above the collection pages */
.collection-hero__description{
  margin: auto;
}

/* this is the newsletter signup on the home page */
#shopify-section-template--16783173976279__1632876108806ec9ad{
  margin-top: 0px;
}

/* wrapper around the ecom product */
.ecom-collection__product-item{
  padding: 0px 0px 10px 0px; 
}

#ecom-collection-page{
  margin: 0px 10px !important;
}

/* collection description area */
.ecom-collection__description--paragraph{
  line-height: 1.5em;
}

/* this is the drop down menu container on mobile */
#menu_drawer{
  background-color: #71bcb7 !important;
}
  
/**/
#shopify-section-template--16785745805527__ecom-collection-page .ecom-core.ecom-1om60zvgbh5{
  z-index: 1 !important;
}
  
/* this is the header of the Previous Blog Section */
.ecom-core.ecom-p465xy4yzyp .ecom-shopify__blog--post-link:not(.ecom-image-default)>.ecom-shopify__blog--post-title{
  color: var( --ce-std-h-text ) !important;
}

/* this is the text of the previous blog section */
.ecom-core.ecom-p465xy4yzyp .ecom-shopify__blog--post-excerpt{
  color: var( --ce-std-text ) !important;
}

/* this is the class for the patreon links on the patreon page */
.patreon-link-class a{
  color: #7cccc7 !important;
  font-weight: var( --ce-hdr-weight )!important;
  font-size: 14px;
}

/* main page title of shopify pages */
.main-page-title{
  text-transform: uppercase !important;
  font-size: 23px !important;
  padding: 5px 0px 0px 0px !important;
  margin-top: 10px !important;
  margin-bottom: 10px !important;
  font-size: 23px !important;
}


/* ############################################ BLOG SECTION ############################################ */
.ecom-core.ecom-lx4xwtr9kmq .ecom-shopify__article__description-container, .ecom-core.ecom-lx4xwtr9kmq .ecom-shopify__article__description-container a{
  color: var( --ce-std-h-text ) !important;
}

/* ############################################ MOBILE ############################################ */
@media screen and (max-width: 768px) {

  .mobile-offer{
        display: block !important;
  }  

  .menu-drawer__navigation a[href="/collections/on-sale"] {
    /*font-family: 'Roboto Condensed', sans-serif;*/
    font-size: 1.1em;
    font-weight: 700;
    color: #FF0000 !important;
  }

  /**/
  .list-menu{
    background-color: #67b2ad !important;
  }

  /* events page title */
  .ecom-core.ecom-ptj1umqbywq .element__heading .ecom__heading{
    margin: 4.5px !important;
  }

  
  /**************************************************************************************************/
  /************* FS Product Cart Page - start ***********/
  /* collection page product cart text info */
  .fs-sr-grid-item__title a{
    font-size: 12px !important;
    text-decoration: none !important;
    color: var( --ce-std-text ) !important;
    margin-bottom: 3px !important;
  }
  .fs-sr-grid-item__info{
    margin-bottom: 15px;
  }
  .fs-sr-grid-item__title{
    margin-bottom: 4px !important;
  }
  .fs-product-button-atc-bottom{
    margin-top: 5px !important;
  }
  .fs-price-wishlist-group{
    justify-content: center !important;
  }
  .fs-wishlisthero-wrapper{
    padding: 0px 10px 0px 10px !important; 
  }
  .fs-product-button{
    padding: 2px !important; 
  }
  .fs-label--top-left{
    top: 1px !important;
    left: 2px !important;
  }

  .fs-label-shape-rounded{
    width:32px !important;
    height:32px !important;
  }
  .fs-label{
    line-height: 9px !important;
  }
  /**/
  .fs-sr-item-wrapper {
    padding: 0px !important;
  }
  /*  this is the product cart */
  .fs-sr-grid-item__title{
    text-align: center !important;
    color: var( --ce-dark-gray-text ) !important;
  }
  .fs-product-button-mobile-design-7 .fs-product-button-atc-bottom-inner {
     font-size: 11px !important;
     width: 115px !important;
     border-radius: 7px !important;
     margin: auto !important;
  } 
  .fs-product-button-mobile-design-7 .fs-product-button-atc-bottom-inner .fs-product-button__text {
     font-size: 11px !important;
     width: 115px !important;
     border-radius: 7px !important;
     margin: auto !important;
  } 
  /* flex column width */
  .fs-col-xs-12{
    flex: 0 0 45% !important;
  }
  /************* FS Product Cart Page - end *********************************************************/
  /**************************************************************************************************/
  
  .slider-counter{
    font-size: 1.5rem !important;
    font-weight: 400!important; 
  }

  /* this is the page width of collection pages */
  #shopify-section-template--16785745805527__1686025421bc079e4c > .page-width{
    padding: 0 0 !important;  
  }
    
  /* wishlist icon position 
  .fs-wishlisthero-wrapper {
    left: -5px !important;
    top: 93px !important;
  }*/
  
  #shopify-section-template--16785745805527__ecom-collection-page > #ecom-collection-page{
    margin: 0px !important;
  }
  
  /* blog breadcrumb in mobile */
  .ecom-base__breadcrumbs__list{
    font-size: 1rem !important;
  }
  
  /* Collections page view more button */
  .ecom-collection__product-form__actions--view-more{
    margin-right: 20px !important;
  }
  
  /* Wishlist icon next to buy now button */
  .wishlisthero-floating{
    top: 58px !important;
    right: -1px !important;
    bottom: -3px !important;
  }

  /* Wishlist section ecom product page */
  #wishlisthero-product-page-button-container>button {
    height: 20px !important;
  }
  
  /* this is the mobile tab title "Description" ecom product page */
  .ecom-core.ecom-ei35mr0e .tabs__wrapper.ecom__element .tabs__nav.ecom-item-active {
    padding: 0px 30px !important;
  }  
  .ecom-core.ecom-ei35mr0e .tabs__body{
     padding-top: 0px !important; 
  } 
  
  /* this is the view more button related prodcuts ecom product page */
  .ecom-core.ecom-alpc7v9mtc4 .ecom-collection__product-form__actions--view-more{
    padding: 3px 15px !important;
  }
  
  /* this is the qty div in ecom product page */
  .ecom-core.ecom-bo9lwkg33mq {
    display: flex !important;
    justify-content: center !important;
  }
  
  /* this is the title above the collection pages */
  .collection-hero__title{
    font-size: 2.5rem !important;
  }
  /* this is the home page category section */
  .__pf_ZllNzcIu .pf-590fe8df65d0-1_{
    padding-top: 10px !important;
    padding-bottom: 12px !important;
  }
  
  .custom-section-main-wrapper{
    width: 100% !Important;
    padding: 5px 5px 5px 5px !Important;
  }
  .header__inline-menu{
    display: none !important;
  }  
  header-drawer{
    grid-area: left-icon;
    margin-left: 1.2rem !important;
  }   
}

.header__heading-link{
  padding: 0px !important;
}

/* ############################################ DESKTOP ############################################ */
@media only screen and (min-width: 769px) {

  .mobile-offer{
    display: none !important;
  }  

  #custom-header {
     background: url('/cdn/shop/files/header-green-banner-backround-desktop.webp') center center / cover no-repeat;
  }

  /* Customize the menu item linking to /collections/sale */
  .header__inline-menu a[href="/collections/on-sale"] {
    /*font-family: 'Roboto Condensed', sans-serif;*/
    font-size: 1.1em;
    font-weight: 700;
    color: #FF0000 !important;
  }

  /* this is the Best Sellers section - home page */
  #shopify-section-template--16785746133207__f1dbfa7f-944a-452f-ae52-8f8134415a1b {
    margin-top: 50px !important;
  }  
  
  /* fs collection product cards width */
  .fs-col-xl-6{
    flex: 0 0 23% !important;
  }
  
  /* this is the row  of icons in the footer */
  .ecom-core.ecom-7e1j1214c7q{
    padding-top: 5rem !important;
  }

  /* this is the desktop dropdown list item highlight color */
  ul.header__submenu ul{
    background-color: #fff !important;
    border: 0.5px solid #7cccc7;
  }
  ul.header__submenu ul li{
    color: #7cccc7 !important;
  }
    ul.header__submenu ul li:hover{
    color: #fff !important;
  }
  .header__submenu .header__menu-item{
    color: #fff;
  }
  .header__submenu .header__menu-item:hover{
    color: #fff;
  }
  
  .header__menu-item:hover{
    background-color: #9cc9c6 !important;
  }
  
  /**/
  .ecom-core.ecom-c9izmnmegv .ecom-collection__filters-heading{
    display: none;
  }
  .ecom-modal-content--mobile.ecom-modal-content > .modal-header{
    display: none;
  }
  
  /* Wishlist icon next to buy now button */
  .wishlisthero-floating{
    right: 32px !important;
    top: 57px !important;
  }
  
  /* this centers the main image in ecom product page */
  .ecom-core.ecom-0ahyqbuqw2v .ecom-product-single__media--featured img {
    margin: auto !important;
  }
  
  /* removes the space above the description at the bottom */
  #ecom-r3d2xw6q > .tabs__body{
    padding-top: 0px !important; 
  }
  
  /* this is the title above the collection pages */
  .collection-hero__title{
    font-size: 3rem !important;
  }

  .product{
    justify-content: center !important;
  }
  .grid__item{
    max-width: 75% !important;
    margin: auto;
  }
  
  .custom-header{
    padding: 8px 0px 0px 0px !important;
    max-width: 100% !important;
  }
  .content-for-layout{
    width: 100%;
    margin: auto;
  }
  .featured-collection-wrapper{
    padding-left: 4rem !important;
    padding-right: 4rem !important;
  }  
  .card-wrapper {
    max-width: 323px !important;
  }
  .frame-sample-img{
    max-width: 180px !important;     
  }
    
}

/************************************ Ecomposer Section ***********************************/

/* ecom product "add to cart" button hover */
.ecom-core.ecom-51eea5ex8ye .ecom-product-single__add-to-cart--submit:hover{
  background-color: #67aba7 !important;
}

/* mini-cart button settings */
.ecom-ajax-cart-continue-shopping-button, .ecom-ajax-cart-checkout-button{
  background-color: #67aba7 !important;
  border: 2px solid var(--ce-border-gray) !important;
}
:where(.ecom-ajax-cart-continue-shopping-button, .ecom-ajax-cart-checkout-button):hover{
  background-color: #67aba7 !important;
}
/* product - heading */
.ecom_product__heading{
  color: var( --ce-std-h-text ) !important;
}
/**/
.ecom-ajax-cart-header > h3{
  color: var(--ce-std-h-text) !important;
}
.ecom-ajax-cart-line-item-title, .ecom-ajax-cart-line-item-price, .ecom-ajax-cart-totals__subtotal{
  color: var(--ce-std-h-text) !important;
}

.ecom-core.ecom-k3u2mfbnw0b .element__heading .ecom__heading{
  color: var(--ce-std-h-text) !important;
  font-weight: 200 !important;
}
/*********************************************************************************************/
.frame-img-title{
  text-align: center;
}
.frame-options-wrapper{
  margin-top: 25px; 
}
.frame-images-wrapper-ul {
    list-style: none;
    padding-left: 0;
    display: flex; /* Use Flexbox */
    flex-wrap: wrap; /* Allow wrapping to the next line */
}
