/** Shopify CDN: Minification failed

Line 60:13 Expected identifier but found whitespace
Line 60:15 Unexpected "{"
Line 60:26 Expected ":"
Line 61:14 Expected identifier but found whitespace
Line 61:16 Unexpected "{"
Line 61:27 Expected ":"
Line 62:14 Expected identifier but found whitespace
Line 62:16 Unexpected "{"
Line 62:27 Expected ":"
Line 62:37 Unexpected ","
... and 2 more hidden warnings

**/
/* Global variables
// ------------------------------------------------------------------------------------
*/
:root {
    --primary-color: #e9ec97;
    --secondary-color: #2A6859;
    --global-radius: .5em;
    --light-pink: #FFF9F9;
    --body-color: #144F41;
    --color-border: #f3dddf;
    --color-green-light: #BFCEAE;
    --color-green-dark: #144F41;
    --color-green-lighter:#BFCEAE;
    --color-blue-green: #449D83;
    --font-pangaia: "PP Hatton Regular", serif;
    --font-heading-letter-spacing: 0;

    --label-border-radius: 6px;
    --card-border-radius: 12px;
}


h1,.h1 {
  --font-heading-scale: 1.2;
}

h2,.h2 {
  --font-heading-scale: .95;
}


	h1,h2,h3,h4,h5,h6,
	.h1,.h2,.h3,.h4,.h5,.h6,
	.logolink.text-logo,
	.heading-font,
	.h1-large,
	.customer-addresses .my-address .address-index {
	  font-family: "Pangaia Medium" !important;
    font-weight: normal;
	}

	body,
	.body-font,
	.thb-product-detail .product-title {
		font-style: {{ body_font.style }};
		font-weight: {{ body_font.weight }};
		font-family: {{ body_font.family }}, {{ body_font.fallback_families }};
	}


/* Global overrides */



/* Titles
// ------------------------------------------------------------------------------------
*/
.h4.rich-text--heading {
    --font-heading-scale: .85;
}

/* Menu
// ------------------------------------------------------------------------------------
*/
.thb-full-menu>li>a {
  font-size: 15px;
}

.thb-full-menu>li {
  padding: 5px 10px;
}


.thb-full-menu li.menu-item-has-children>a {
  padding-right: 13px;
}

.thb-full-menu li.menu-item-has-children>a:after {
  content: ""; 
  position: absolute;
  width: 9px; 
  height: 12px; 
  top: 50%;
  right: 0;
  margin-top: 1px;
  transform: translateY(-50%);
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2210%22%20height%3D%228%22%20viewBox%3D%220%200%2010%208%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%3Cpath%20d%3D%22M9%201L5%206L1%201%22%20stroke%3D%22%23144F41%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}

.thb-secondary-area--item-count {
    --color-header-text: var(--primary-color);
    color: #1D1D1B;
    font-weight: 700;
}

.thb-full-menu.thb-secondary-menu {

  li {
    padding: 6px 15px;
  }

  a {
    opacity: 1;
    font-weight: normal;
    font-size: 90%;
  }
}

/* Buttons
// ------------------------------------------------------------------------------------
*/
.button {
  --icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='7' height='10' viewBox='0 0 7 10'%3E%3Cpath d='M1 1L5.30769 5L1 9' stroke='black' stroke-width='2' stroke-linecap='round' fill='none'/%3E%3C/svg%3E");
  position: relative;
  padding-right: 40px;
  font-weight: 700!important;

  &:after {
    content: '';
    position: absolute;
    width: 8px;
    height: 10px;
    right: 1.5em;
    top: 50%;
    transform: translateY(-50%);
    transition: transform .3s ease;
    background-color: currentColor;
    mask-image: var(--icon);
    mask-repeat: no-repeat;
    mask-size: contain;
  }

  &:hover {
    &:after {
      transform: translateX(.25em) translateY(-50%);
    }  
  }

  &.single-add-to-cart-button {
      --icon: url("data:image/svg+xml;utf8,<svg width='23' height='24' viewBox='0 0 19 20' fill='transparent' xmlns='http://www.w3.org/2000/svg'><path stroke='black' d='M1 4.58011L3.88304 1.09945V1H15.2164L18 4.58011M1 4.58011V17.2099C1 18.2044 1.89474 19 2.88889 19H16.1111C17.1053 19 18 18.2044 18 17.2099V4.58011M1 4.58011H18M13.3275 8.16022C13.3275 10.1492 11.6374 11.7403 9.54971 11.7403C7.46199 11.7403 5.67251 10.1492 5.67251 8.16022' stroke-width='1.1' stroke-linecap='round' stroke-linejoin='round'/></svg>");
      display: flex;
      flex-direction: row-reverse;
      align-items: center;
      gap: 8px;

      &:after {
        position: relative;
        top: auto;
        right: auto;
        transform: none;
        width: 18px;
        height: 18px;
      }
    }  

    &:hover {
      transform: none;
    }
}

.button.outline {
  &:hover {
    background: var(--body-color);
    border-color: var(--body-color);
    color: var(--body-color);
  }
}


.button-icon {
  --btn-width: 2.5em;
  --btn-height: 2.5em;
  --btn-background: #ECB7B9;
  --btn-background-hover: #F7A1A4;
  --btn-color: #1D1D1B;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: var(--btn-background);
  color: var(--btn-color);
  width: var(--btn-width);
  height: var(--btn-height);
  border-radius: 50%;
  text-decoration: none;
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%227%22%20height%3D%2210%22%20viewBox%3D%220%200%207%2010%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%3Cpath%20d%3D%22M1%201L5.30769%205L1%209%22%20stroke%3D%22%231D1D1B%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22/%3E%3C/svg%3E");
  background-size: 7px 10px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  transition: background-position .3s ease;
}

.button-icon:after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    pointer-events: auto;
    content: "";
    background-color: rgba(0, 0, 0, 0);
}

.button-icon:hover {
   background-position: calc(50% + .25em) 50%;
}

.thb-full-menu li.menu-item-has-children>a svg {
  display: none;
}


/* Header
// ------------------------------------------------------------------------------------
*/

.image-with-text-overlay--content {
  max-width: 1400px!important;
}

.section-image-with-text-overlay {
  background: var(--color-green-light);
    .image-with-text-overlay--bg {
      width: 62vw;
      left: auto;
      right: 0;

      &:before {
        content: '';
        width: 140px;
        height: 140px;
        position: absolute;
        left: -60px;
        bottom: 40px;
        z-index: 2;
        pointer-events: none;
        background-image: url('/cdn/shop/files/annie_green_stamp.svg?v=1778093099');
        background-size: cover;
        background-position: center center;

         @media only screen and (max-width: 768px) {
          left: auto;
          right: 16px;
          bottom: 16px;
          width: 100px;
          height: 100px;
         }
      }

      @media only screen and (max-width: 768px) {
        width: 100vw;
      }
    }

    .image-with-text-overlay--content-inner {
      h1 {
        max-width: 12ch;
        display: block;

         @media only screen and (max-width: 768px) {
          color: #FFFFFF;
        }
      }

      .button {
        --solid-button-background: var(--primary-color);
        --solid-button-label: var(--color-green-dark);
        --solid-button-background-hover: var(--primary-color);
      }
    }
}



/* Footer
// ------------------------------------------------------------------------------------
*/
.footer {
  .widget--help {
    @media only screen and (max-width: 768px) {
      margin-top: 40px;
    }
  }
}


/* Breadcrumgs
// ------------------------------------------------------------------------------------
*/
.breadcrumbs {
  
}


/* Navigation
// ------------------------------------------------------------------------------------
*/
.flickity-nav {
    --bg-body: var(--secondary-color);
    --color: var(--light-pink);
    border: 0!important;
    
    svg {
      path {
        stroke-width: 2px;
        stroke: var(--color);
      }
    }
}

/* Blog > Card
// ------------------------------------------------------------------------------------
*/
.blog-post--large {
  @media only screen and (min-width: 768px) {
    gap: 0!important;
  }

  .blog-post--content {
    background: var(--primary-color);
  }

  .featured-image {
    margin-bottom: 0!important;
  }
}

/* Section > homepage hero
// ------------------------------------------------------------------------------------
*/


/* Section > media-with-text
// ------------------------------------------------------------------------------------
*/
.media-with-text {
  .media-with-text--content {
    @media only screen and (min-width: 1140px) {
        padding: 35px 160px;
    }

    p {
      line-height: 1.4;
    }
  }
}


/* Blog > Single
// ------------------------------------------------------------------------------------
*/
.article-section {
  .blog-post-detail--title .entry-title {
    margin: 24px 0 8px 0;
  }

  .blog-post-detail--meta {
    display: flex;
    align-items: center;
    justify-content: center;

    .post-author {
      display: inline-flex;
      align-items: center;
      gap: 4px;

      img {
        max-width: 24px;
        border-radius: 50%;
      }
    }
  }
}

.blog-post-detail--wrapper--inner {
  .post-content {
    --spacing: 40px;

    ul,ol {
      margin-left: 1rem;

      li {
        &::marker {
          color: var(--secondary-color);
        }
      }
    }

    ul {
      li {
        p {
          margin-bottom: 4px;
        }
      }
    }

    h2,h3,h4,h5 {
      --font-heading-scale: .75!important;
    }

    .is-lead {
      p {
       font-size: 1.2em;
       font-weight: 500;
       margin-bottom: var(--spacing);
      }
    }

    .blog-product-list {
      margin: var(--spacing) 0;
      grid-gap: 16px;
      grid-template-columns: repeat(2, calc(50% - 16px));

      grid-auto-rows: min-content;
      list-style: none;
      display: grid;

      @media only screen and (min-width: 768px) {
        grid-template-columns: repeat(3, calc(33.333% - 16px));
      }

      .product-card {
        margin-bottom: 0;

        .price {
          margin-bottom: 0;

          .from {
            display: none;
          }
        }

        a {
          text-decoration: none;
        }
      }
    }

    .article-image {
      margin: var(--spacing) 0;
      img {
        width: 100%;
      }
    }

    .article-video {
      margin: var(--spacing) 0;
    }
  }
}

/* Contact form
// ------------------------------------------------------------------------------------
*/
.contact-form {
  #contact_form {
    background: var(--light-pink);
    padding: 24px 16px;
    border-radius: var(--general-border-radius);

    @media only screen and (min-width: 768px) {
      padding: 40px;
    }

    .section-header--title {
    --font-heading-scale: .75;
    }
  }
}


.contact-form button,
.contact-form input[type="submit"],
form.contact button,
form.contact input[type="submit"] {
  background-color: #e9ec97 !important;
  color: #000 !important;
  border: none;
  border-radius: 50px;
  font-weight: 600;
  padding: 12px 30px;
  transition: opacity 0.3s ease;
}
.contact-form button:hover,
.contact-form input[type="submit"]:hover,
form.contact button:hover,
form.contact input[type="submit"]:hover {
  opacity: 0.8;
}



/* Collapse
// ------------------------------------------------------------------------------------
*/
.accordion:not(.product--accordion) {
  --color-border: transparent;
  background:var(--light-pink);
}

.accordion {
  summary {
    svg {
      width: 10px;
      path {
        stroke-width: 3px;
      }
    }
  }
}

/* Product > Product card
// ------------------------------------------------------------------------------------
*/
.product-card {
  --font-product-title-scale: 0.9;
  --font-product-title-line-height-scale: 0.75;

  .price {
    color: var(--color-blue-green);
  }

  .from {
    display: none;
  }
}

.product-card .product-card-info {
    margin-top: -8px;
}

.product-card .price {
  font-size: 13px;
}
.product-card .price del {
    font-weight: 700!important;
    color: #d7aaab!important;
}

.product-card .price del+ins {
    margin-left: 0.25em!important;
}
.product-card .price .amount.discounted {
  --color-price-discounted: #d7aaab;
}
.product-card .product-card--badges {
    justify-content: flex-end;
    height: 100%;
    padding: 0.5em;
    pointer-events: none;
    white-space: nowrap;
}

/* Badges
// ------------------------------------------------------------------------------------
*/
.badge {
    border-radius: 0.25em;
    clip-path: none!important;
    padding: 0 0.65em!important;
    height: 18px!important;

    &.out-of-stock {
      color: #FFF;
    }
}


/* Text with icons
// ------------------------------------------------------------------------------------
*/
.text-with-icons.text-with-icons-has-bg--true {
  padding: 60px 0;
}

.text-with-icons {
    .text-with-icons--block-heading {
      font-family: "PP Hatton Regular", serif;
      font-weight: 300;
    }
}

/* Product single
// ------------------------------------------------------------------------------------
*/
.product-section {
  @media only screen and (min-width: 768px) {
    .product{
        margin-top: 0!important;
    }
  }

  .product-information--inner {
    @media only screen and (min-width: 768px) {
      height: auto!important;
    }
  }

  @media only screen and (min-width: 768px) {
    .flickity-slider {
      position: relative;
      transform: none !important;
      grid-gap: 10px;
      grid-template-columns: repeat(auto-fit, minmax(calc(50% - 16px), 1fr));
      grid-auto-rows: min-content;
      margin: 0;
      padding: 0;
      list-style: none;
      display: grid;
    }

    .flickity-viewport {
      height: auto !important;
    }

    .flickity-nav {
      display: none!important;
    }

    .product-images__slide {
      position: relative !important;
      transform: none !important;
      left: auto !important;

      .product-single__media-image {
        height: 100%;
        background: #FFE0E1;

        .product-single__media-zoom {
          border: 0;
          background: rgba(0,0,0,0.25);

          svg {
            path {
              stroke: #FFFFFF;
            }
          }
        }
      }
    }

    .product-gallery-container scroll-shadow {
      display: none;
    }
  }

  /* product information */
  .product-information--inner {
    .product--title-container {
      border-bottom: 0;
      padding-bottom: 0;
    }

    .product--price-container {
      margin-top: 8px;

      .price {
        font-size: 1.2rem;
      }
    }

    .product-form {
      margin-top: 16px;
    }

    .accordion__content {
      p,ul,ol {
        font-size: 15px;
      }

      h2,h3,h4,h5 {
        --font-heading-scale: .65;
        margin: 8px 0;
      }
    }

    .variations {
      .form__label {
        font-size: 12px;
        opacity: .5;
        display: none;
      }
      .form__label__value {
        display: none;
      }

       .product-form__input--block {
        input[type="radio"] + label {
          font-size: 12px;
          font-weight: 500;
          padding: 5px 12px;
        }
        input[type=radio]:checked+label {
          background-color: var(--light-pink);
        }
      }
    }

    .accordion summary {
      font-size: 1rem;
      padding: 16px 40px 16px 0;
    }
  }
}

/* Product USPS
// ------------------------------------------------------------------------------------
*/
.product-usps {
  ul,ol {
    list-style: none;
    padding: 0;
    margin: 0;
    padding: 0 0 16px 0;

    li {
      display: flex;
      align-items: center;
      gap: 12px;
      font-size: .875rem;

      &:before {
        content: "";
        display: inline-block;
        width: 18px;
        height: 18px;
        background-image: url("data:image/svg+xml,%3Csvg%20width='18'%20height='18'%20viewBox='0%200%2021%2020'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3E%3Cpath%20opacity='0.1'%20d='M10.5%2019C15.4706%2019%2019.5%2014.9706%2019.5%2010C19.5%205.02944%2015.4706%201%2010.5%201C5.52944%201%201.5%205.02944%201.5%2010C1.5%2014.9706%205.52944%2019%2010.5%2019Z'%20fill='%2339AE1C'/%3E%3Cpath%20d='M10.5%2019C15.4706%2019%2019.5%2014.9706%2019.5%2010C19.5%205.02944%2015.4706%201%2010.5%201C5.52944%201%201.5%205.02944%201.5%2010C1.5%2014.9706%205.52944%2019%2010.5%2019Z'%20stroke='%2339AE1C'%20stroke-width='1.3'%20stroke-miterlimit='10'/%3E%3Cpath%20d='M6.75%2010H14.25'%20stroke='%2339AE1C'%20stroke-width='1.3'%20stroke-linecap='round'%20stroke-linejoin='round'/%3E%3Cpath%20d='M10.5%206.25V13.75'%20stroke='%2339AE1C'%20stroke-width='1.3'%20stroke-linecap='round'%20stroke-linejoin='round'/%3E%3C/svg%3E");
        background-repeat: no-repeat;
        background-size: contain;
        background-position: center;
      }
    }
  }
}


/* Stock status
// ------------------------------------------------------------------------------------
*/
.stock-status {
  --color: var(--secondary-color);
  margin-bottom: 8px;
  font-size: 13px;
  font-weight: 500;
  color: var(--color);
  display: flex;
  gap: 6px;
  align-items: center;

  &:before {
    content: '';
    width: 5px;
    height: 5px;
    background: var(--color);
    border-radius: 50%;
  }
}

/* Product > Sticky add to cart
// ------------------------------------------------------------------------------------
*/
.product-add-to-cart-sticky {
  background: var(--light-pink)!important;

  .product-add-to-cart-sticky--title {
      --font-product-title-scale: 1;
      margin-bottom: 2px;
  }

  .variations {
    margin-bottom: 0;

    .product-form__input--block {
      margin-bottom: 0;
    }
  }

  .product-form {
    margin-top: 12px;
  }

  .product-add-to-cart-sticky--image {
    width: 48px;
    margin-right: 12px;
  }

  .form__label {
    display: none;
  }

  .price {
    font-size: .85em;
  }
}


/* Search
// ------------------------------------------------------------------------------------
*/
.thb-predictive-search {
  --bg-body: var(--light-pink);
  
}

/* Search
// ------------------------------------------------------------------------------------
*/
.cart-drawer {
  background-color: var(--light-pink)!important;

  .button.checkout-button {
    background: var(--primary-color);
    color: var(--body-color);
  }

  .product-cart-item img {
    max-width: 56px;
  }

  .cart-empty {
    .button {
      background: var(--primary-color);
      color: var(--body-color);
    }
  }

  &.cart-drawer--empty {
    .checkout-button {
      background: var(--primary-color);
      color: var(--body-color);
    }
  }
}


.product--pros-cons-section {
  gap: 6px!important;
}

/* Judge.me 
// ------------------------------------------------------------------------------------
*/
.jdgm-cards-carousel {

  .jdgm-arrow {
    --arrows-color: #FFFFFF;
    width: 46px!important;
    height: 46px!important;
    border-radius: 50%;
    background: var(--secondary-color)!important;

    svg {
      width: 12px!important;
      height: 20px!important;

      path {
        stroke: var(--arrows-color);
      }
    }
  }

  .jdgm-header-info {
    .jdgm-average-rating {
      display: none;
    }

    .jdgm-verified-checkmark {
      width: 16px;
      height: 16px;
    }

    .jdgm-verified-text {
      font-size: 13px;
    }
  }

  .jdgm-reviewer-info {
    margin-top: 4px;
    .jdgm-reviewer-name {
      font-size: 14px!important;
    }
  }

  .jdgm-cards-wrapper {
    max-width: 100%!important;
  }
  
  .jdgm-rating-section {
    margin-top: 16px;
    gap: 2px!important;

    .jdgm-star {
      font-size: 16px!important;
    }
  }

  .jdgm-title {
    font-weight: normal!important;
  }
}

.product-card {
  .product-card-info--inner {
    .jdgm-widget {
      margin-bottom: 4px;

      .jdgm-star {
        font-size: 13px;
        padding: 0 2px 0 0 !important;
      }

      .jdgm-prev-badge__text {
        font-size: 12px;
      }
    }
  }
}

.jdgm-write-rev-link, 
.jdgm-ask-question-btn,
.jdgm-btn {
  font-size: calc(var(--button-font-scale) * .875rem)!important;
}

.jdgm-preview-badge {
  .jdgm-prev-badge__text {
    font-size: 13px;
    margin-left: 4px;
  }
}

/* Accordion FAQ
// ------------------------------------------------------------------------------------
*/
.section-accordion-faq {
  display: flex;
  flex-direction: column;
  gap: 40px;

  .faq-category-row {
    width: 100%;
  }
}

/* Cart
// ------------------------------------------------------------------------------------
*/
.thb-cart-form--container {
  .accordion {
   --color-border: #f3dddf;
    background: transparent;    
  }

  .thb-cart-form--collaterals {
    background: var(--light-pink);
  }

  .thb-cart-form--proceed {
    .checkout-button {
      background: var(--secondary-color);
      color: #FFFFFF;
    }
  }

  .cart-empty {
    .button {
      background: var(--secondary-color);
      color: #FFFFFF;
    }
  }
}

/* Cart > Shipping
// ------------------------------------------------------------------------------------
*/
.free-shipping {
  .free-shipping--bar {
    .free-shipping--percentage {
      --color-body: var(--secondary-color);
    }
  }
}

/* Section > Gallery
// ------------------------------------------------------------------------------------
*/
.section-gallery {
  .gallery__item-content p.subheading {
    font-size: 9px;
    margin: 0;
  }

  .button {
    --solid-button-background: var(--primary-color);
    --solid-button-label: var(--color-green-dark);
    --solid-button-background-hover: var(--primary-color);
  }
}