/** Shopify CDN: Minification failed

Line 472:17 Expected ":"

**/
/* Header */
.header-wrapper {
    padding: 16.5px 0;
}

.header-wrapper .header__inline-menu .list-menu li:first-child {
    display: none;
}
.header__heading-logo-wrapper{
    max-width:230px;
    width:100%;
}
.header-wrapper .header__inline-menu .list-menu li .header__menu-item,
.footer-menu ul li a,
.footer-policies a,
.footer-bottom .copyright-text {
    padding: 0;
    color: var(--plum);
    font-family: "Space Mono", monospace;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 700;
    line-height: 120%;
    transition: color .5s;
    text-decoration: none;
}
.header-wrapper .header__inline-menu .list-menu li .header__menu-item:hover,
.footer-menu ul li a:hover,
.footer-policies a:hover,
.copyright-text a:hover {
    color: var(--red);
}
.header-wrapper .header__inline-menu .list-menu li .header__menu-item span{
    text-decoration: none;
}

.header-wrapper .header__inline-menu .list-menu{
    gap: 100px;
}

.header-wrapper .header__inline-menu{
    margin-left: 0;
}

.header__icons .list-social {
    align-items: center;
    gap: 22px;
    margin-right: 8px;
}

.header__icons .list-social .list-social__link {
    padding: 0;
}

.header__icons .list-social .list-social__link .svg-wrapper .icon {
    max-height: 25px;
    height: auto;
    width: 100%;
}

.header__icons .list-social .list-social__link .svg-wrapper{
    width: 25px;
    height: 25px;
}


/* Footer */

.footer-icons {
    display: flex;
    gap: 24px;
    justify-content: center;
}

.footer-icons .icon-item {
    width: 72px;
    height: 72px;
}

.footer-icons .icon-item img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.footer-bottom,
.footer-policies {
    display: flex;
    gap: 41px;
    justify-content: center;
    align-items: center;
}

.footer-menu ul {
    display: flex;
    gap: 80px;
    justify-content: center;
    margin-top: 75px;
    margin-bottom: 41px;
}

.footer-menu ul li a{
    font-size: 14.4px;
}

.footer-bottom .copyright-text,
.footer-bottom .copyright-text a{
    font-weight: 400;
    transition: 0.3s ease;
}

.field__input::placeholder {
  opacity: 1;
  color: #000; 
}
.footer-newsletter-heading {
    margin: 0 0 25px 0;
    text-align: center;
    font-size: 32px;
    font-family: 'SwayVariable';
    font-weight: 400;
    line-height: 100%;
    color: var(--plum);
}
button#Subscribe, button#PopupSubscribe {
    position: unset!important;
    max-width: 134px;
    width: 100%;
    padding: 16.52px 25px;
    font-family: Space Grotesk,sans-serif;
    text-transform: uppercase;
    color: var(--lime);
    background: var(--plum);
    border-top-right-radius: 60px;
    border-bottom-right-radius: 60px;
    border: 2px solid var(--plum);
    height: auto;
    font-size: 16px;
    font-weight: 500;
    transition:0.3s ease;
}
 
button#Subscribe:hover, button#PopupSubscribe {
    color: var(--yellow);
}

.newsletter-form__field-wrapper {
    max-width: 393px;
    margin: auto;
}

.newsletter-form__field-wrapper input {
    border: 2px solid;
    border-right: 0;
    border-radius: 60px 0 0 60px !important;
    border-color: var(--plum);
    margin: 0 !important;
    height: auto;
    outline: none !important;
    box-shadow: none !important;
    padding: 0 12px !important;
}

.newsletter-form__field-wrapper input::placeholder {
    color: #9F9F9F;
}

.footer-menu {
    margin-bottom: 26px;
}

.newsletter-form {
    margin-bottom: 112px;
}

.footer-inner {
    padding: 95px 0;
}


/* site */
.custom-banner-description p {
    font-size: 25px;
    font-weight: 400;
    color: #000;
    font-style: italic;
    margin-bottom: 27px !important;
    line-height: 31px;
    text-align: left;
    font-family: 'SwayVariable';
}
.custom-banner-inner-content {
    display: flex;
}
img{
    width: 100%;
    height: 100%;
}
.custom-banner h1 {
    margin-bottom: 15px;
    color: #fff;
    line-height: 85px;
    text-align: left;
    text-shadow: -6px 6px 0 var(--plum);
    -webkit-text-stroke-width: 1.5px;
    -webkit-text-stroke-color: var(--plum);
}
.custom-button:hover {
    box-shadow: -4px 4px 0 0 var(--plum);
    transition: .3s ease;
}
.product-form__submit:hover {
    box-shadow: -4px 4px 0 0 var(--plum);
    transition: .3s ease;
}
.bg-img{
    position: absolute;
    width: 100%;
    bottom: 0px;
    display: flex;
    left: 0;
    
}
.custom-banner-description {
    display: flex;
    flex-direction: column;
    gap: 18px;
}
.scoops-introduction {
    background-color: var(--off-white);
    padding-bottom: 360px;
}
.introduction-heading h5 {
    margin: 0;
    text-align: center;
    font-weight: 600;
    font-style: italic;
    color: var(--plum);
    margin-bottom: 41px;
    font-family: Swayvariable;
}
.scoops-introduction-content {
    display: flex;
    flex-direction: column;
    max-width: 800px;
    margin: 0 auto;
}
.introduction-paragraph p {
    text-align: center;
    color: var(--plum);
    font-weight: 400;
    line-height: 27px;
}
.introduction p{
font-size: 1.5rem;
}
.product-images {
    background-color: var(--lavender2);
    padding: 40px 0px;
    padding-bottom: 90px;
}
.custom-product-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 396px;
    width: 100%;
}
.custom-product-grid {
    display: flex;
    justify-content: center;
    margin-top: 55px;
}
.custom-product-item p {
    text-align: center;
    max-width: 87%;
    font-size: 19px;
    line-height: 24px;
    color: var(--plum);
}
.custom-product-item h3 {
    font-style: italic;
    margin: 10px;
    color: var(--plum);
    text-transform: none;
    font-family: Swayvariable;
    font-size: 31px;
    font-weight: 500;
    text-align: center;
}
.image-with-button {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 40px;
}
.homepage-bxslider {
    display: flex;
    align-items: center;
    gap: 77px ! important;
}
.slider-section .slider-item{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    width: auto !important;
}
.slider-image {
    max-width: 80px;
    width: 100%;
}

.homepage-bxslider .slider-image img {
  width: auto;
  height: auto;
  display: block;
}

/* .main-image img{
    background-color: var(--off-white);
} */
.slider-title{
    font-size: 48PX;
    font-family: Swayvariable;
    text-transform: uppercase;
    font-weight: 400;
    line-height: 100%;
    color: var(--plum);
      white-space: nowrap;  
      margin: 0;

}
.slider-section{
    padding: 25px 0;
}
.main-image {
    display: flex;
    justify-content: center;
    padding: 0 15px 30px;
    background: #d89537;
}

.main-image .img-wrapper {
    margin-top: -284px;
    max-width: 1003px;
    width: 95%;
}

.review-section-content {
    display: flex;
    justify-content: space-between;
    gap: 35px;
}
.review-text{
font-family: Swayvariable;
}
.review-item {
    padding: 3rem;
    width: 100%;
    box-shadow: -6px 6px 0 0 var(--lavender2);
    background-color: #fff;
    border: 1px solid var(--lavender2);
    border-radius: 20px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.review-section {
    padding: 66px 0;
    padding-bottom: 168px;
    background-color: var(--off-white);
}
.review-text {
    font-size: 25px;
    line-height: 27px;
    font-style: italic;
    font-weight: 400;
    color: var(--plum);
    margin-bottom: 12px;
}
.review-name {
    font-weight: 600;
    color: var(--plum);
    line-height:18px;
    font-size: 16px;
}
.review-location {
    font-weight: 600;
    color: var(--plum);
    font-size: 13px;
    line-height: 100%;
    margin-top: 8px;
}
.inner-wr {
    background-color: var(--pink);
}
.peanut-img {
    max-width: 300px;
    width: 100%;
    margin-top: -52px;
}
.peanut-section-heading h2 {
    color: var(--plum);
    font-weight: 700;
    margin: 30px;
}
.inner-wr {
    background-color: var(--pink);
    display: flex;
    flex-direction: column;
    align-items: center;
    border-radius: 80px;
    justify-content: center;
}
.peanut-section-para {
    max-width: 800px;
    text-align: center;
    margin-bottom: 36px;
}
.peanut-section-para p{
    color: var(--plum);
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
}
.second-peanut-img {
    max-width: 672px;
    width: 100%;
    margin-bottom: 30px;
}
.second-peanut-img img{
     border: 1px solid var(--plum);
     border-radius: 48px;
}
.img-with-text-section{
    background-color: var(--off-white);
}
.content-block.image-block {
    display: flex;
}
.last-coffee-images{
    max-width:800px;
    width:100%;
}
.recipe-section{
    text-align: center;
    padding: 20px 0px 155px 0px;
}
.recipe-blocks {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    padding: 0px 37px;
}
.recipe-block {
      text-align: center;
}
.recipe-img {
    max-width: 370px;
    width: 100%;
    height: 288px;
}
.recipe-img img{
    width: 100%;s
    height: 100%;
    object-fit: cover;
    border: 1px solid var(--plum);
    border-radius:50px;
     transition: 0.3s ease;
}
.recipe-block p{
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
}
.recipe-block h4 {
    margin: 15px 40px;
    line-height: 35px;
    font-family: 'SwayVariable';
    border-color: var(--plum);
}
.recipe-block a{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-decoration-color:var(--plum);
}
.recipe-section-content h1 {
    color: var(--plum);
    margin: 0;
    line-height: 75px;
    color: var(--plum);
}

.recipe-section-content p {
    font-size: 32px;
    font-family: Swayvariable;
    line-height: 34px;
    margin-top: 20px;
    color: var(--plum);
    font-weight: 400;
}
.recipe-section-content{
    padding: 65px 0;
    width: 100%;
    max-width: 816px;
    margin: auto;
    padding-bottom: 80px;
}
.recipe-img img:hover{
    box-shadow: -4px 4px 0 0 var(--plum);
    transform: translate(4px, -4px);
}
.single-recipe-intro-img {
     max-width: 583px;
    width: 100%;
    height: 400px;
}
.single-recipe-intro-description {
    text-align: center;
    max-width: 535px;
    padding: 0px 35px;
    width: 100%;
}
.single-recipe-intro-content {
    justify-content: center;
    display: flex;
    padding: 27px;
    border-radius: 56px;
   margin: 32px 68px;
}
.single-recipe-intro-img img {
    width: 100%;    
    display: block;
    border-radius: 36px;
    border: 1px solid var(--plum);
}
.single-recipe-intro-description h1 {
    font-size: 80px;
    line-height: 72px;
    color: var(--plum);
    margin:0;
    margin-bottom: 30px;
}

.metafield-multi_line_text_field {
    font-size: 19px;
    color: var(--plum);
    line-height: 120%;
    letter-spacing: 0;
    display: block;
}

.metafield-multi_line_text_field br{
    display: none;
}
.single-recipe-intro {
    display: flex;
    background-color: var(--sand);
}
.recipe-ingredients-directions {
    background-color: var(--sand);
    display: flex;
}
.rid-wrapper{
    display: flex;
    justify-content: center;
    padding: 0px 80px;
    gap: 60px;
}
.rid-ingredients {
    max-width: 265px;
    width: 100%;
}
.rid-directions li {
    font-size: 21px;
    line-height: 32px;
    margin-bottom: 25px;
}
.rid-directions li {
    font-size: 21px;
    line-height: 32px;
    margin-bottom: 25px;
    font-weight: 300;
}
.rid-wrapper h2 {
    font-family: Swayvariable;
    color: var(--red);
    font-size: 32px;
    font-variation-settings: "wght" 466, "CNST" 50;
    font-weight: 700;
    margin-bottom: 20px;
}
.rid-wrapper ul{
    list-style-type: disc;
    margin-bottom: 10px;
    padding-left: 40px;
} 
.template-page-single-recipe .footer-wr{
    background-color: var(--sand);
}
.copyright-text a{
    text-decoration: none;
    color: var(--plum);
}
.policy-privacy main#MainContent:has(.shopify-policy__container),
.policy-privacy .footer-wr {
    background: var(--pink);
}
.template-page-product-list main#MainContent:has(.shopify-policy__container),
.template-page-product-list .footer-wr {
   background-color: var(--sand);
}
.shopify-policy__container {
    max-width: 560px;
    max-width: 1320px;
    margin: 0 auto;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 50px;
}
.shopify-policy__container h1,
.shopify-policy__container h3 {
    font-family: Swayvariable;
    font-size: 32px;
    text-align: left;
    color: var(--plum);
}
.policy-terms main#MainContent:has(.shopify-policy__container),
.policy-terms .footer-wr {
    background: var(--lavender2);
}
.template-collection main#MainContent:has(.collection-hero),
.template-collection .footer-wrapper {
    background: var(--lavender2);
}
.content.terms-content p{
    font-size: 19px;
    line-height: 23px;
    font-weight: 400;
    color: var(--plum);
}
.rte {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.rte p{
    font-size: 19px;
    line-height: 23px;
    font-weight: 400;
    color: var(--plum);
}
.content.terms-content {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.heading-4{
    margin:0;
}
 /*#product-grid {
    display: flex;
    gap: 20px;
    flex-wrap:wrap;
} */
.card__heading a {
    text-decoration: none !important;
    font-size: 20px;
    font-family: Swayvariable;
}
.card-information{
    font-family: 'Space Grotesk';
}
.page-type-collection .card {
    background: #fff;
    border-radius: 20px;
    box-shadow: -6px 6px 0 0 var(--lavender2);
    border: 1px solid var(--lavender2);
    padding: 18px;
}
.page-type-collection .card .card__inner {
    background: #fff;
    border-radius: 20px !important;
}
 
.page-type-collection .card .card__content .card__information {
    padding: 25px 30px !important;
}
.all-products-highlight .product-card {
    display: flex;
    border-radius: 56px;
    border: 1px solid var(--plum);
    justify-content: space-between;
    overflow: hidden;
}
.all-products-highlight .product-card:not(:last-child) {
    margin-bottom: 26px;
}
.metadield-img {
    width: 100%;
    max-width: 300px;
    margin: 0px auto;
}
.all-products-highlight {
    background-color: var(--sand);
    display: flex;
    padding: 30px 0;
   
}
.all-products-highlight .product-right {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    width: 40%;
    padding: 32px 62px;
}
.all-products-highlight .product-left {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content:center;
    width: 60%;
    padding: 62px;
}
.all-products-highlight .section-heading {
    color: var(--plum);
    text-transform: none;
    font-size: 62px;
    text-align: center;
}
.product-item-paragraph {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 20px;
    color: var(--plum);
}
.all-products-highlight  .ingredients {
    font-family: Swayvariable;
    font-size: 12px;
}
.mini-heading1{
    margin-bottom: 5px;
}
.mini-heading1 strong{
    font-size: 14px;
    color: var(--plum);
    font-weight: 500;
    text-transform: uppercase;
}
.all-products-highlight  .tagline {
    font-family: Swayvariable;
    color: var(--plum);
    font-weight: 600;
    font-size: 38px;
    margin-bottom: 15px;
}
.all-products-highlight .product-img {
    max-width: 500px;
}
.product-card:nth-child(3n+1){
  background:#ffdc2e;
}
.product-card:nth-child(3n+1) .product-right{
  background:#f5f2e280;
}
.product-card:nth-child(3n+2){
  background:var(--pink);
}
.product-card:nth-child(3n+2) .product-right {
  background: #fff5bd80;
}
.product-card:nth-child(3n+3){
  background-color: rgb(208, 171, 255);
}
.product-card:nth-child(3n+3) .product-right {
  background-color: #fff5bd80;
}
.button{
    background-color: var(--lime);
    text-decoration: none;
    padding: 10px 50px;
    color: var(--plum);
    border-radius: 27px;
    border: 1px solid var(--plum);
    font-weight: 700;
    font-size: 20px;
    width: max-content;
    transition: .3s ease;
}
.drawer__inner-empty .underlined-link {
    text-decoration: none;
}
.drawer__inner-empty .cart__login-paragraph {
    margin-top: .8rem;
    color: var(--plum);
}
.template-404 .shopify-section .template-404{
   background-color: var(--off-white);
   padding: 90px 0px;
}
.title {
    margin: 20px;
}
.template-404 p{
    font-size: 20px;
    font-weight: 600;
}
.product__info-wrapper .nutrition-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 25px;
}
 
.product__info-wrapper .nutrition-item {
    display: flex;
    align-items: center;
    gap: 15px;
}
.product__info-wrapper .nutrition-icon {
    width: 35px;
    height: 35px;
}
.product__info-wrapper button.nutrition-link {
    cursor: pointer;
}
.product__info-wrapper .nutrition-link {
    margin-bottom: 25px;
    text-decoration: underline;
    font-size: 18px;
    color: #44083B;
    font-weight: 500;
    border: 0;
    background: transparent;
    display: flex;
    padding: 0;
    font-family: var(--font-body-family);
    align-items: center;
    letter-spacing: 0.06rem;
}
.product__info-wrapper .nutrition-text {
    color: #44083B;
    font-weight: 700;
     font-size: 18px;
}
.product__info-wrapper .product__description {
    gap: 10px;
    margin-bottom: 0px !important;
}
.product__info-wrapper .mini-heading1 strong{
    font-size: 18px;
}
.product__info-wrapper .nutrition-wrapper{
    margin-bottom: 53px;
    margin-top: 0;
}
.menu-drawer__navigation {
    background-color: var(--off-white);
}
.menu-drawer__utility-links{
    padding: 1rem 3rem !important;
    background-color: var(--off-white) !important;
    border-top: 1px solid  var(--plum);
}
.section-template--26467806118167__product-grid-padding {
        padding-top: 0px !important;
}
.button--tertiary{
    margin-left:20px !important;
    background:white;
}
.caption-with-letter-spacing {
    font-size: 16px;
    font-weight: 500 !important;
    color: var(--plum);
}
.button--tertiary {
    border: none;
    background:transparent;
}
.cart-item__name {
    font-size: 16px;
}
.icon-remove {
    width: 30px !important;
    height: 24px !important;
}
.button--tertiary .svg-wrapper {
    width: 30px;
    height: 70px;
}
.tax-note {
    font-size:16px;
}   
.totals__total {
    font-size: 22px !important;
    font-family: 'Space Grotesk';
    font-weight: 600;
}
.totals {
    align-items: center;
}
.cart-item__name {
    font-family: 'Space Grotesk';
}
.header{
    padding-top: 20px ! important;
}
.custom-product-item {
    max-width: 455px;
}
.rid-wrapper .rid-ingredients ul li {
    font-family: Space Grotesk, sans-serif;
    font-size: 1em;
    font-weight: 600;
    line-height: 150%;
    color: #333 !important;
    
}
.contact-sec-wr .metafield-rich_text_field ol{
    margin-top:0;
}
.contact-sec-wr .field .field__label {
    display: none !important;
}
.contact-sec-wr .field {
    border: 1px solid;
}
.contact-sec-wr form {
    padding: 40px 0px !important;
    max-width: 800px;
    width: 100%;
    margin: 0 auto;
}
.contact-sec-wr{
    background-color: #f5f2e2;
    max-width: 100% !important;
}
.contact-sec-wr .field__input:focus-visible{
    box-shadow:none;
    border:none;
}
.contact-sec-wr .field__input{
    padding:0;
    padding-left: 20px !important;
    margin: none !important;
}
.contact-sec-wr .field__input:focus{
    padding:0;
    box-shadow:none;
}
.contact-sec-wr .field textarea{
    padding-top: 15px !important;
}

.contact-sec-wr .field .form__message {
    position: absolute;
    bottom: -17px;
    margin: 0;
    align-items: center;
}

.contact-sec-wr .field .form__message .svg-wrapper{
    height: 10px;
}

.shopify-section:has(.page-banner) {
    background-color: #f5f2e2;
}
.page-banner h1 {
    text-align: center;
    margin: 0;
    font-family: Beastly Demo;
    padding-top: 80px;
    font-size: 55px;
    color: var(--plum);
}

#PopupNewsletter{
    width:100%;
}
.pop-up-newsletter-form {
    min-width: 100% !important;
}
.form__message {
    text-align: center !important;
    font-size: 16px !important;
    line-height: 24px !important;
    margin-top: 22px !important;
    justify-content: center !important;
}
/* FAQ */

.faq-wr{
    padding-top: 70px;
}

.faq-wr .accordion-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease;
}
.faq-wr .faq-container  {
    max-width: 940px;
    margin: auto;
}
.faq-wr .accordion-item  {
     overflow: hidden; 
    padding: 16px 0px;
    border-bottom: 1.44px solid #44083B;
}

.faq-wr .accordion-item:last-child {
    border-bottom: 0;
}
.faq-wr .accordion-button {
  width:100%;
  border:none;
  padding: 0;
  text-align:left;
  font-weight:600;
  cursor:pointer;
  display:flex;
  justify-content:space-between;
  align-items:center;
}

.faq-wr .accordion-body p  {
    font-family: 'Space Grotesk';
    font-size: 17px;
    color: var(--plum);
}
.faq-wr .faq-heading  {
    font-size: 40px;
    text-align: center;
    color: var(--plum);
    margin-top: 0;
}
.faq-wr .accordion-button h4  {
    font-size: 19px;
    font-family: 'Space Grotesk';
    color: var(--plum);
    font-weight: 600;
} 
.faq-wr .faq-icon svg {
  transition:transform .3s;
}

.faq-wr .accordion-item.active .faq-icon svg {
  transform:rotate(-180deg);
}

/* nutrition-popup */
  .nutrition-popup{
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,0.6);
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 9999;
    padding: 20px;
  }

  .nutrition-popup-inner{
    background: #f5f2e2;
    padding: 20px;
    max-width: 580px;
    width: 100%;
    position: relative;
  }

  .popup-close{
    position: absolute;
    top: 10px;
    right: 15px;
    font-size: 28px;
    cursor: pointer;
  }

  .nutrition-popup img{
    width: 100%;
    display: flex;
    height: auto;
  }


  .newsletter-popup{
  display:none;
  position:fixed;
  top:0;
  left:0;
  width:100%;
  height:100%;
  background:rgba(0,0,0,0.6);
  justify-content:center;
  align-items:center;
  z-index:9999;
}
.newsletter-popup-inner {
    background: #fff;
    padding: 40px;
    border-radius: 10px;
    max-width: 550px;
    width: 95%;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: var(--off-white);
}
.newsletter-popup-close,
.svg-wrapper.popup-close {
    position: absolute;
    right: 20px;
    top: 17px;
    font-size: 35px;
    cursor: pointer;
    border: 1px solid;
    width: 30px;
    height: 30px;
    padding: 8px;
    background: var(--plum);
    border-radius: 50%;
}
.newsletter-popup-inner h3 {
    font-size: 26px;
}
.newsletter-popup-close svg path,
.svg-wrapper.popup-close svg path{
  fill:white;
}

.svg-wrapper.popup-close {
    top: -15px;
    right: -15px;
}

.google-form-wr iframe {
    border: 0;
    min-height: 3035px;
}
