/** Shopify CDN: Minification failed

Line 154:22 Expected identifier but found whitespace
Line 154:24 Unexpected "{"
Line 154:33 Expected ":"
Line 154:60 Unexpected "0"
Line 154:63 Unexpected "{"
Line 154:72 Expected ":"
Line 154:101 Expected ":"

**/
/* Gift Tin Swatch Tile */
.addon-swatch {
    margin-top: 0px;
}

.addon-swatch__label {
    margin-bottom: 12px;
    font-weight: 600;
    font-size: 16px;
}
h4 {
    line-height: 170%;
}
.addon-swatch__tile {
    display: flex;
    gap: 12px;
    align-items: center;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 10px;
    padding: 0px 20px 0px 0px;
    cursor: pointer;
    transition: all .2s ease;
    gap: 10px !important;
}

.addon-swatch__tile:hover {
  border-color: rgba(0,0,0,.5);
}

.addon-swatch__input {
  display: none;
}

.addon-swatch__image-wrap {
    width: 120px;
    height: 100px;
    border-radius: 10px 0px 0px 10px;
    overflow: hidden;
}
.addon-swatch__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.addon-swatch__text {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.addon-swatch__title {
    font-weight: 500;
    font-size: 15px;
    padding: 0px;
    margin: 0px;
}

.addon-swatch__price {
    opacity: 1.7;
    font-size: 13px;
    line-height: 10px;
}

/* Selected state */
.addon-swatch__tile:has(.addon-swatch__input:checked) {
    background: rgb(246 222 214);
    border-color: #f6ded6;
}

/* Tick next to "Gift Packaging" when selected */
.addon-swatch__tick { 
  display: none;
  margin-left: 6px;
}

/* Show tick when checkbox is checked */
.addon-swatch:has(.js-gift-tin-toggle:checked) .addon-swatch__tick {
  display: inline;
}

@font-face{
    font-family:Magzo;
    src:local('/fonts/Magzo'),local('https://www.cocomelt.uk/fonts/Magzo-Alt'),url(/cdn/shop/files/MagzoAlt.woff2?v=1771634141) format('woff2'),url(/cdn/shop/files/MagzoAlt.woff?v=1771634141) format('woff'),url(/cdn/shop/files/MagzoAlt.ttf?v=1771634141) format('truetype');
    font-weight:400;
    font-style:normal
}
h1,h2,h3 {
    font-family: Magzo !important;
}
summary.details__header {
    padding: 20px 0px;
}
accordion-custom details.details {
    border-bottom: none !important;
    border-top: 1px solid rgb(94 76 48 / 1.0) !important;
}.product-details .accordion--dividers {
    margin-bottom: -10px !important;
}
.button,
.btn,
.badge,
.accent-font {
  
}
.button {
 
}
.menu__heading,
.menu__heading__default,
.menu__heading__accordion {
  font-family: "Magzo", serif !important;
}
/* === FORCE ONLY THIS "Add to cart" button size === */
/* Targets Shopify "BuyButtons-ProductSubmitButton-..." IDs safely */
button[id^="BuyButtons-ProductSubmitButton-"][data-testid="standalone-add-to-cart"]{
  /* override the variable at the closest scope */
  --height-buy-buttons: 68px !important;

  /* enforce height + centering */
  height: var(--height-buy-buttons) !important;
  min-height: var(--height-buy-buttons) !important;

  /* width/feel */
  padding-inline: 28px !important;
  padding-block: 0 !important;

  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;

  /* optional styling */
  border-radius: 999px !important;
}

/* Optional: slightly smaller on mobile */
@media (max-width: 749px){
  button[id^="BuyButtons-ProductSubmitButton-"][data-testid="standalone-add-to-cart"]{
    --height-buy-buttons: 64px !important;
    padding-inline: 22px !important;
  }
}
 .coco-reels { margin: {{ section.settings.spacing_top }}px 0 {{ section.settings.spacing_bottom }}px; }
    .coco-reels__heading { margin: 0 0 12px; font-size: 1.1rem; line-height: 1.2; }

.coco-reels__track {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 40px;
}

    .coco-reels__item { position: relative; }

.coco-reels__video-wrap {
    width: 100%;
    aspect-ratio: 9 / 15;
    border-radius: 25px;
    overflow: hidden;
    background: rgba(0, 0, 0, 0.06);
}

    .coco-reels__video {
      width: 100%;
      height: 100%;
      object-fit: cover;
      display: block;
      background: #000;
      visibility: visible !important;
      opacity: 1 !important;
    }

    .coco-reels__hint {
      position: absolute;
      left: 10px;
      bottom: 10px;
      font-size: 12px;
      line-height: 1;
      padding: 8px 10px;
      border-radius: 999px;
      background: rgba(0,0,0,0.55);
      color: #fff;
      pointer-events: none;
    }
section.coco-reels {
    /* margin: 0px 70px; */
    max-width: 1600px;
    margin: 0 auto;
    padding: 0px 50px;
}
    @media (max-width: 749px) {
      .coco-reels__track {
        display: grid;
        grid-auto-flow: column;
        grid-auto-columns: 78%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        scroll-snap-type: x mandatory;
        padding-bottom: 6px;
        gap: 12px;
      }
      .coco-reels__item { scroll-snap-align: start; }
      .coco-reels__track::-webkit-scrollbar { display: none; }
      .coco-reels__track { scrollbar-width: none; }
    }
    /* Make slideshow sections truly full-bleed (break out of 1600px page width) */
.slideshow-section.section--full-width,
.slideshow-section.section--full-width .section,
.slideshow-section.section--full-width .section--page-width,
.slideshow-section.section--full-width slideshow-component,
.slideshow-section.section--full-width slideshow-container,
.slideshow-section.section--full-width slideshow-slides {
  max-width: 100% !important;
  width: 100% !important;
}

/* Ensure the slide media spans the full viewport width */
.slideshow-section.section--full-width .slide__image-container,
.slideshow-section.section--full-width .slide__image {
  width: 100% !important;
}

/* If your theme centers full-width sections inside a page wrapper, force true bleed */
.slideshow-section.section--full-width {
  margin-left: calc(50% - 50vw) !important;
  margin-right: calc(50% - 50vw) !important;
}


/* Stop the section wrapper from clipping the hover effect */
#shopify-section-template--27236388929922__section_KrCnMf .custom-section-content {
  overflow: visible !important;
}

/* Give breathing room so hover doesn’t clip at the edges */
#shopify-section-template--27236388929922__section_KrCnMf .section-content-wrapper {

  margin: 0px;
  overflow: visible !important;
}

/* Card base */
#shopify-section-template--27236388929922__section_KrCnMf .group-block {
  overflow: hidden; /* keeps rounded corners */
 
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  position: relative;
  z-index: 0;
}

/* Hover */
#shopify-section-template--27236388929922__section_KrCnMf .group-block:hover {
  transform: scale(1.03);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.15);
  z-index: 10;
}

/* Center the button inside the group block */
.group-block-content a.button-secondary {
  display: block;
  margin-left: auto;
  margin-right: auto;
  text-align: center; /* keeps the label centered */
}


/* Right arrow: pulse continuously for 3 seconds per loop */
.resource-list__carousel slideshow-arrows .slideshow-control--next {
  visibility: visible !important;
  opacity: 1;                  /* show it while pulsing */
  pointer-events: auto;
  animation: carouselPulse 3s ease-in-out infinite;
  will-change: transform, opacity, filter;
}

/* Stop pulsing on hover (optional) */
.resource-list__carousel:hover slideshow-arrows .slideshow-control--next {
  animation: none !important;
}

/* 3-second pulse loop */
@keyframes carouselPulse {
  0% {
    transform: translateX(0) scale(1);
    opacity: 0.55;
    filter: drop-shadow(0 0 0 rgba(0,0,0,0));
  }

  25% {
    transform: translateX(6px) scale(1.08);
    opacity: 1;
    filter: drop-shadow(0 10px 18px rgba(0,0,0,0.18));
  }

  50% {
    transform: translateX(0) scale(1);
    opacity: 0.7;
    filter: drop-shadow(0 0 0 rgba(0,0,0,0));
  }

  75% {
    transform: translateX(6px) scale(1.08);
    opacity: 1;
    filter: drop-shadow(0 10px 18px rgba(0,0,0,0.18));
  }

  100% {
    transform: translateX(0) scale(1);
    opacity: 0.55;
    filter: drop-shadow(0 0 0 rgba(0,0,0,0));
  }
}

/* Accessibility */
@media (prefers-reduced-motion: reduce) {
  .resource-list__carousel slideshow-arrows .slideshow-control--next {
    animation: none !important;
    opacity: 1 !important;
    filter: none !important;
  }
}






.account-button.header-actions__action.color-scheme-1 {
   
}
.header-pickup-button-desktop {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 12px 26px;
    border-radius: 999px;
    background: rgb(255 255 255);
    color: #38322a;
    text-decoration: none;
    transition: transform .2s ease;
    border: 1px solid #b0aca5;
    DISPLAY: NONE;
}

.header-pickup-button-desktop:hover {
  transform: translateY(-1px);
}
.header-pickup-button__icon svg {
    width: 19px !important;
    height: 19px !important;
    fill:rgb(90, 85, 81) !important;
}

.header-pickup-button__text {
  display: flex;
  flex-direction: column;
  line-height: 1.1;
}

.header-pickup-button__title {
    font-size: 19px;
    font-weight: 500;
    padding-bottom: 3px;
}
.header-pickup-button__sub {
    font-size: 12px;
    opacity: 0.6;
    font-weight: 100;
    letter-spacing: 0.3px;
}

header-actions {
  display: flex;
  align-items: center;
  gap: 16px;
}.header-pickup-button-desktop:hover {
    transform: translateY(-3px);
    box-shadow: 3px 3px 0px rgb(94 76 48 / 1.0);
}


variant-picker.variant-picker.spacing-style.variant-picker--left {
    display: none !important;
}

.product-card variant-swatch-king {
    height: 0px;
}



.addon-swatch--disabled {
  opacity: 0.5;
  pointer-events: none;
}
.addon-swatch--disabled .addon-swatch__tile {
  cursor: not-allowed;
}


input.avp-productoptiontextcolor.avp-productoptionbackground {
    width: 25px !important;
    height: 25px !important;
}.avpoptions-container__v2 .avp-option.ap-options__checkbox-container input[type="checkbox"][field-name] {
    accent-color: #edc2b2!important;
}span.choice-list-variatnt-title {
    font-weight: 700;
    font-size: 16px !important;
}span.apo-text-field textarea {
    height: 100px;
    font-size: 16px !important;
    line-height: 150%;
    padding: 12px 15px !important;
    border: 1px solid #9b9b9b !important;
    border-radius: 11px !important;
}h4#cart-drawer-heading-empty {
    margin-bottom: 20px;
}
a.button.cart-items__empty-button {
    font-family: Outfit !important;
    text-transform: capitalize;
    font-size: 18px;
    letter-spacing: 0.6px;
}span.add-to-cart-text {
    font-family: 'Outfit' !important;
    text-transform: capitalize;
    font-size: 25px;
}.sticky-add-to-cart__bar.color-scheme-1 span.add-to-cart-text__content {
    font-size: 17px;
}.sticky-add-to-cart__variant {
    font-size: 14px;
}h3.sticky-add-to-cart__title {
    font-family: 'Outfit' !important;
}.ap-label-tooltip {
    margin-bottom: 13px !important;
}span.apo-title {
    font-weight: 700;
    font-size: 16px !important;
}label.swatch-label.swatch-label-button {
    font-weight: 700 !important;
    font-size: 16px !important;
}.avpoptions-container__v2 .avp-option {
    margin-bottom: 30px;
    width: 100%;
}span.swatch-variant-title {
    font-size: 16px !important;
    letter-spacing: 0.4px;
}.template-index header-component#header-component {
    box-shadow: none !important;
}






/* Wrapper card */
.avp-productoptionswatchwrapper.apo-swatch-wrapper {
    display: inline-flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: flex-start !important;
    width: 120px !important;
    padding: 0px 0px 8px;
    border: 1px solid #cfcfcf;
    border-radius: 10px;
    background: #ffffff;
    cursor: pointer;
    box-sizing: border-box;
    transition: all 0.2s ease;
    overflow: hidden;
    position: relative;
}

/* Hide native checkbox */
.avp-productoptionswatchwrapper.apo-swatch-wrapper input[type="checkbox"] {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

/* Image block */
.avp-productoptionswatchwrapper.apo-swatch-wrapper .avp-productoptionswatch {
    display: block;
    width: 100% !important;
    aspect-ratio: 1 / 1;
    border-radius: 0px !important;
    background-size: cover !important;
    background-position: center;
    background-repeat: no-repeat;
    overflow: hidden;
    margin-bottom: 0px;
    height: 80px !important;
}

/* Remove inner spacer effect */
.avp-productoptionswatchwrapper.apo-swatch-wrapper .apo-color-image {
  display: block;
  width: 100%;
  height: 100%;
  opacity: 0;
}

/* Label text */
.avp-productoptionswatchwrapper.apo-swatch-wrapper .swatch-variant-title {
    display: block;
    font-size: 13px !important;
    line-height: 1.2;
    font-weight: 300 !important;
    color: #666;
    text-align: center;
    margin: 0;
    padding: 0 4px;
    letter-spacing: 0px;
}

/* Hover */
.avp-productoptionswatchwrapper.apo-swatch-wrapper:hover {
    border-color: #888888;
    background: #ffffff;
    transform: translateY(0px);
}

/* Selected state */
.avp-productoptionswatchwrapper.apo-swatch-wrapper:has(input:checked) {
  border-color: #8a8a8a;
  background: #e9e9e9;
  box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.05);
}

.avp-productoptionswatchwrapper.apo-swatch-wrapper:has(input:checked) .swatch-variant-title {
  color: #444;
}.avpoptions-container__v2 .avp-option.ap-options__swatch-container .ap-options__swatch.ap-swatch__single, .avpoptions-container__v2 .avp-option.ap-options__swatch-container .ap-options__swatch fieldset {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr))!important;
}div#apo-body-tooltip {
    display: none;
}.avp-productoptionswatchwrapper.apo-swatch-wrapper:has(input:checked) {
    border-color: #f3dad0!important;
    background: #f3dad0!important;
    box-shadow: none!important;
}
.avpoptions-container__v2 .avp-option.ap-options__swatch-container .ap-options__swatch-image input[field-name]:checked + .avp-productoptionswatch::before {
    width: 115px!important;
    height: 80px!important;
    font-size: 45px!important;
}.avp-productoptionswatchwrapper input[type="radio"]:checked + .avp-productoptionswatch {
    border: 0px solid #fff !important;

}


div.star-set-btn div.swatch-button-title-text {

    font-size: 16px!important;

}variant-swatch-king div.swatch-preset-1986025 div.star-set-btn {
    border-color: #CFCFCF!important;
    border-radius: 9px!important;
    text-align: center;
}
variant-swatch-king div.swatch-preset-1986025 .star-set-btn {
    min-width: 90px!important;
    line-height: 15.6px;
}.product-id-15288202723714 div#swatch-option1 {
    margin-bottom: -30px;
}.avpoptions-container__v2 .avp-option {
    margin-bottom: 30px!important;
    width: 100%;
}
.template-product.product-id-15288202723714 .divider.divider-ASzQxQklvYzRFK1VPT__divider_66XmhY.spacing-style {
    
}





.avp-productdescfont.avp-productdesctextcolor.ap-helptext {
    margin-bottom: 13px;
    margin-top: -5px;
}textarea#ContactForm-body {
    height: 170px!important;
}dialog-component.popup-link {
    background: #edc2b2;
    border-radius: 50px !important;
    overflow: auto;
    padding: 15px 30px;
}button.button.button-unstyled.popup-link__button.text-left.spacing-style {
    font-family: Outfit !important;
    font-size: 18px;
    background: none !important;
}dialog-component.popup-link:hover {
    background: rgb(244 229 223);
}

a.header-pickup-button-mobile.header-actions__action {
    display: none;
}

section#shopify-pc__banner {
    bottom: 40px;
    /* box-shadow: none; */
    /* border: 1px solid #000; */
    border-radius: 20px;
}.shopify-pc__banner__dialog h2 {
    line-height: initial;
    font-family: 'Outfit' !important;
    font-weight: 400!important;
}.shopify-pc__banner__dialog p {
    color: hsl(0deg, 0%, 12%, 100%);
    font-family: inherit;
    line-height: 170% !important;
    margin: 0;
    font-size: 15px !important;
    padding: 0;
}.shopify-pc__banner__dialog button.shopify-pc__banner__btn-manage-prefs {
    text-decoration: none!important;
    padding: 0;
    background: transparent;
    border: 1px solid #000!important;
    color: #333;
}
rte-formatter.spacing-style.text-block.text-block--AWHYzbHdoQ2ZsMStaV__text_KbhzGb.rte.text-block--align-center.rte {
    margin-bottom: -20px;
}rte-formatter.spacing-style.text-block.text-block--ANU1WNVFxS3d4UGxGR__text_mDMm9P.rte.text-block--align-center.rte {
    margin-top: -20px;
}
@keyframes wobble {
  0%   { transform: rotate(0deg); }
  25%  { transform: rotate(-3deg); }
  50%  { transform: rotate(3deg); }
  75%  { transform: rotate(-2deg); }
  100% { transform: rotate(0deg); }
}

/* Only target images inside THIS flex row layout */
div#shopify-section-template--27236388929922__section_3CNwDT .layout-panel-flex--row .image-block:hover img {
  animation: wobble 0.4s ease-in-out;
}























































@media screen and (max-width: 749px) {
    p {
        font-size: 16px !important;
        line-height: 180% !important;
    }

h1 {
        font-size: 45px!important;
        line-height: 100%;
        padding-bottom: 10px;
    }
h2 {
        font-size: 37px;
    }
h3 {
        font-size: 30px;
        /* letter-spacing: 0px; */
    }

h4 {
        font-size: 23px !important;
        line-height: 140%;
    }
h5 {
    font-size: 19px;
    letter-spacing: 1px;
}
    .h6 p {
        font-size: 18px !important;
        line-height: 150% !important;
    }
.group-block-content a.button-secondary {
    display: block;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    padding: 8px 30px;
    font-size: 16px;
}
.h4 p {
    font-size: 20px !important;
}
.h6 p {
    font-size: 16px !important;
    line-height: 150% !important;
}span.price {
    font-size: 15px;
}
    .ai-testimonial-carousel__track-augdlntzzvdbymhvjwaigenblock54398a1hwdw99 {
        display: flex;
        gap: 20px !important;
        overflow-x: auto;
        scroll-behavior: smooth;
        scrollbar-width: none;
        -ms-overflow-style: none;
        padding: 10px 15px !important;
    }
.ai-testimonial-carousel__container-augdlntzzvdbymhvjwaigenblock54398a1hwdw99 {
    margin: 0 auto;
    padding: 0 0px!important;
}.ai-testimonial-carousel__card-augdlntzzvdbymhvjwaigenblock54398a1hwdw99 {
        flex: 0 0 90%!important;
        min-width: 90%!important;
    }.ai-testimonial-carousel-augdlntzzvdbymhvjwaigenblock54398a1hwdw99 {
    display: block;
    width: 100%;
    padding: 0;
    background-color: #ffffff;
    width: 100vw;
    margin-left: calc(50% - 50vw);
}    .ai-testimonial-carousel__container-augdlntzzvdbymhvjwaigenblock54398a1hwdw99 {
        margin: 0 auto;
        padding: 0 0px !important;
        width: 100vw;
        margin-left: calc(50% - 50vw);
    }
    .ai-testimonial-carousel__customer-name-augdlntzzvdbymhvjwaigenblock54398a1hwdw99 {
        font-size: 20px !important;
    }
.ai-testimonial-carousel__text-augdlntzzvdbymhvjwaigenblock54398a1hwdw99 {
    color: #38322a;
    font-size: 16px !important;
    line-height: 1.7;
    font-weight: 100;
    flex-grow: 1;
    letter-spacing: 0.2px;
}.ai-testimonial-carousel__verified-augdlntzzvdbymhvjwaigenblock54398a1hwdw99 {
    font-size: 14px !important;
    color: #0d9a77;
    display: flex;
    align-items: center;
    gap: 4px;
}    .ai-testimonial-carousel__nav-augdlntzzvdbymhvjwaigenblock54398a1hwdw99--next {
        display:none!important;
    }    .ai-testimonial-carousel__nav-augdlntzzvdbymhvjwaigenblock54398a1hwdw99--prev {
        display:none!important;
    }

deferred-media.spacing-style.size-style.border-style {
    
}

.group-block-content {
        height: inherit;
        min-height: 0 !important;
    }
 .layout-panel-flex--row > .group-block--width-custom {
    flex-basis: auto !important;
    width: 100% !important;
  }
.group-block-content.layout-panel-flex.layout-panel-flex--row.mobile-column {
    gap: 0px;
}.footer-content.spacing-style {
    padding: 20px 20px;
}summary.menu__heading.h3 {
    
}footer h3 {
    font-size: 33px;
    letter-spacing: 0.3px;
}
footer .rte {
    padding-bottom: 5px;
}
a.header-pickup-button-desktop {
    display: none;
}
.slideshow-section.spacing-style.section.section--page-width.color-scheme-1.disable-section-top-offset {
    padding-top: 0px;
}
.header__row.header__row--top.color-scheme-1.section.section--full-width-margin.section--page-width {
        padding-top: 7px;
        padding-bottom: 7px;
    }
.slide__content.background-transparent {
    background-color: transparent;
    padding: 0px;
}
div#shopify-section-sections--27236389355906__section_rXDFeY {
    padding: 0px 20px;
}div#shopify-section-sections--27236389355906__section_EPbC8a {
    padding: 0px 20px;
}
.email-signup-block.size-style.spacing-style {
    padding: 10px 0px 0px 0px;
}
rte-formatter.spacing-style.text-block.text-block--AdUhndDFFRjI4bElwT__text_TzTpER.rte.text-block--align-left.rte {
    border-bottom: 1px solid rgb(94 76 48 / 27%);
    padding-top: 20px;
    padding-bottom: 20px;
    margin-bottom: 10px;
}
details.menu__details.spacing-style {
    border-bottom: 1px solid rgb(94 76 48 / 34%);
}nav.details-content {
    padding-bottom: 20px;
}
.image-block.image-block--AY3FsQmhjSmY1Q1pFZ__image_RfbVTw.image-block--height-fit.spacing-style.size-style {
    padding: 0px 40px;
}
.menu-drawer.color-scheme-1 {
        width: 100%;
        background: #f9f6ee;
    }   img.menu-drawer__logo {
        height: 40px;
        width: initial;
        margin: 0 auto;
        margin-top: 30px;
    }button.button.close-button.menu-drawer__close-button {
    top: 0;
    position: absolute;
    RIGHT: 0;
}.menu-drawer__navigation {
  flex: 1;
  display: flex;
  align-items: center;   /* vertical centering */
}

.menu-drawer__menu {
  width: 100%;
}
ul.menu-drawer__menu.has-submenu li.menu-drawer__list-item--flat a {
    text-align: center;
    display: table;
    font-size: 21px;
    line-height: 140%;
}    .menu-drawer__custom-text.rte.menu-drawer__animated-element p {
        text-align: center;
        font-size: 12px !important;
        color: #00000047;
        margin-bottom: 10px;
    }li.menu-drawer__list-item--flat {
    margin-bottom: 0px !important;
}.menu-drawer__menu-item-text {
    overflow: hidden;
     word-break: keep-all !important;
   
    hyphens: none !important;
}.social-icons__icon {
    /* width: 100%; */
    display: inline-flex;
    margin: 0 auto;
    text-align: center;
    width: 30px !important;
    height: 30px !important;
    fill: rgb(93 88 81);
}.menu-drawer__socials.menu-drawer__animated-element {
    margin: 0 auto;
    margin-bottom: 20px;
}
    svg#fi_1288610 {
        max-width: 40px !important;
        height: 19px !important;
        width: 19px !important;
        fill: #38322a;
    }header-actions {
    display: flex;
    align-items: center;
    gap: 0px;
}a.header-pickup-button-mobile.header-actions__action {
    display: inherit;
}.product-information.section.section--page-width.spacing-style.color-scheme-1.relative {
    padding-top: 0px;
}    .product-information__media {
        grid-column: 1 / -1;
        padding: 20px 20px 0px 20px;
    }slideshow-slides {
    border-radius: 15px;
}.group-block-content.layout-panel-flex.layout-panel-flex--column {
    
}.product-details span.price {
        font-size: 20px;
    }    product-price.text-block.text-block--align-left.text-left.h4.spacing-style {
        margin-top: -10px;
    }.swatch-view.swatch-view-image {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
    padding: 0;
  }

  .swatch-view.swatch-view-image .swatch-view-item {
    width: 100%;
    margin: 0;
  }variant-swatch-king div.swatch-preset-1986024 .swatch-image-wrapper {

    width: 100%;
}.swatch-image-wrapper {
        width: 100% !important;
        display: block !important;
        padding-bottom: 0px !important;
    }.star-set-image {
    width: 100% !important;
}variant-swatch-king div.swatches div.swatch-preset-1986024 ul.swatch-view li {
        margin: 0px !important;
    }      .swatch-img-text-adjacent {
        display: grid;
        /* width: auto; */
        padding-bottom: 5px !important;
    }variant-swatch-king div.swatch-preset-1986024 .swatch-img-text-adjacent p {
    font-size: 14px !important;
    text-overflow: inherit;
    width: 100% !important;
    text-align: center;
  
}.avpoptions-container__v2 .ap-options__checkbox .avp-productoptioncheckwrapper, .avpoptions-container__v2 .ap-options__radio .avp-productoptioncheckwrapper {
    display: grid;
    align-items: center;
    grid-template-columns: 2.8ch auto;
    width: 240px !important;
}span.add-to-cart-text {
    font-family: 'Outfit' !important;
    text-transform: capitalize;
    font-size: 21px;
}summary.details__header {
    padding: 20px 0px;
    font-size: 18px !important;
}section.coco-reels {
    /* margin: 0px 70px; */
    max-width: 1600px;
    margin: 0 auto;
    padding: 0px 15px;
}    .coco-reels__track {

        gap: 20px;
    }
.coco-reels__track {
    display: grid;
    grid-template-columns: none;
    gap: 20px;
}.product-information.section.section--page-width.spacing-style.color-scheme-1.relative {
    padding-block-end: 20px;
}.section.section--page-width.color-scheme-1.section-resource-list.spacing-style.gap-style {
   
}
    .resource-list {
        --resource-list-mobile-gap-max: 30px;
    }
.addon-swatch {
    margin-top: 0px;
}label.addon-swatch__tile {
    width: 100%;
}.avpoptions-container__v2 .avp-option.ap-options__swatch-container .ap-options__swatch fieldset {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
}.avp-productoptionswatchwrapper.apo-swatch-wrapper {

    width: 100% !important;

}.avpoptions-container__v2 .avp-option.ap-options__swatch-container .ap-options__swatch.ap-swatch__single, .avpoptions-container__v2 .avp-option.ap-options__swatch-container .ap-options__swatch fieldset {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
}
.spacing-style.layout-panel-flex.layout-panel-flex--row.section-content-wrapper.mobile-column {
    gap: 30px;
}     .ai-media-row__container-arhvonm9sl3g1swl6raigenblock0e56243bp4pjb {
        display: flex !important;
        overflow-x: auto;
        gap: 25px !important;
        padding: 0px 0px;
        -webkit-overflow-scrolling: touch;
    }

  .ai-media-row__item-arhvonm9sl3g1swl6raigenblock0e56243bp4pjb {
    flex: 0 0 80%;
  }

  .ai-media-row__item-arhvonm9sl3g1swl6raigenblock0e56243bp4pjb:first-child {
    margin-left: 20px;
  }

  .ai-media-row__item-arhvonm9sl3g1swl6raigenblock0e56243bp4pjb:last-child {
    margin-right: 20px;
  } .popup-link__content.dialog-modal {
    width: 100vw;
    max-width: 100vw;
    height: 100dvh;
    max-height: 100dvh;
    margin: 0;
    padding: 20px;
    border-radius: 0;
    inset: 0;
  }

  .popup-link__content.dialog-modal .popup-link__inner {
    height: 100%;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
  }.contact-form.spacing-style.size-style {
    width: 100%;
}button.button.submit-button.size-style.button {
    font-family: 'Outfit' !important;
    font-size: 20px;
    width: 100%;
}.spacing-style.layout-panel-flex.layout-panel-flex--column.section-content-wrapper.mobile-column {
    gap: 0px;
}.ai-testimonial-carousel__image-wrapper-augdlntzzvdbymhvjwaigenblock54398a1hwdw99 {
 
    aspect-ratio: 1.4 / 1!important;
  
}[class*="__product_title_"] p {
        font-size: 20px !important;
    }



button#shopify-pc__banner__btn-manage-prefs {
    display: none;
}.shopify-pc__banner__dialog p {
    color: hsl(0deg, 0%, 12%, 100%);
    font-family: inherit;
    line-height: 150% !important;
    margin: 0;
    font-size: 13px !important;
    padding: 0;
}.shopify-pc__banner__dialog button {
    border: none;
    text-decoration: none;
    font-family: inherit;
    padding: 6px 25px;
    margin-top: 5px;
    font-size: 100%;
    flex-basis: 50%;
    border-radius: 2px;
    line-height: 120%;
    font-size: 15px !important;
    height: unset;
    text-align: center;
}

rte-formatter.spacing-style.text-block.text-block--AWHYzbHdoQ2ZsMStaV__text_KbhzGb.rte.text-block--align-center.rte {
    margin-bottom: 0px;
}


}








































/* ================================
   Cocomelt Product Badges
   Works on collection cards + product page media
================================ */

/* Make product image/card areas positioning parents */
.product-card,
.product-card-wrapper,
.card,
.card-wrapper,
.card__inner,
.card__media,
.product-card__media,
.product-card__image,
.product-card__image-wrapper,
.product-card-gallery,
.product-card__gallery,
[data-product-card],
.product-media,
.product__media,
.product__media-wrapper,
.product-media-container,
.product__media-item,
.product__media-list,
.media-gallery {
  position: relative;
}

/* Main badge style */
.coco-product-badge {
    position: absolute !important;
    top: 30px;
    left: 30px !important;
    z-index: 9999 !important;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    width: auto;
    max-width: calc(100% - 20px);
    padding: 12px 20px;
    border-radius: 999px;
    background: #ffffff;
    color: #232323;
    font-size: 14px;
    line-height: 1;
    font-weight: 400;
    letter-spacing: 0.03em;
    text-align: center;
    white-space: nowrap;
    pointer-events: none;
    box-sizing: border-box;
}

/* Product page larger badge */
.coco-product-badge--large {
  top: 16px !important;
  left: 16px !important;
  padding: 8px 13px;
  font-size: 13px;
}

/* Optional colour versions */
.coco-product-badge--best-seller,
.coco-product-badge--🔥-best-seller {
  background: #111;
  color: #fff;
}

.coco-product-badge--new {
  background: #2f7d32;
  color: #fff;
}

.coco-product-badge--almost-gone {
  background: #b3261e;
  color: #fff;
}

/* Make sure badge sits above product images */
.product-card .coco-product-badge,
.card .coco-product-badge,
.card__inner .coco-product-badge,
.product-media .coco-product-badge,
.product__media .coco-product-badge,
.product-media-container .coco-product-badge {
  z-index: 9999 !important;
}

/* Product media specific */
.product-media {
  overflow: visible;
}

.product-media img,
.product-card img,
.card img {
  position: relative;
  z-index: 1;
}

.product-media .coco-product-badge,
.product-card .coco-product-badge,
.card .coco-product-badge {
  z-index: 20 !important;
}

/* Mobile */
@media screen and (max-width: 749px) {
  .coco-product-badge {
    top: 8px !important;
    left: 8px !important;
    max-width: calc(100% - 16px);
    padding: 6px 9px;
    font-size: 10px;
    line-height: 1;
  }

  .coco-product-badge--large {
    top: 10px !important;
    left: 10px !important;
    padding: 7px 10px;
    font-size: 11px;
  }
}.product-card,
.product-card-wrapper,
.card,
.card-wrapper,
.card__inner {
  position: relative;
}

.coco-product-badge--collection {
  position: absolute !important;
  top: 10px !important;
  left: 10px !important;
  z-index: 99999 !important;
}.product-badges {
    display: flex;
    flex-direction: column;
    gap: 6px;
    z-index: 9999;
    top: 20px;
    left: 20px;
}

.product-badges__badge--custom {
    background: #ffffff;
    color: #2d2d2d;
    padding: 9px 15px;
    border-radius: 999px;
    font-size: 14px;
    line-height: 1;
    font-weight: 400;
    letter-spacing: 0.03em;
    white-space: nowrap;
}




button.button.button.quick-add__button.quick-add__button--add.add-to-cart-button span.add-to-cart-text {
    font-family: 'Outfit' !important;
    text-transform: capitalize;
    font-size: 16px;
}button.button.quick-add__button.quick-add__button--choose.add-to-cart-button span{
    font-family: Outfit !important;
    font-size: 16px !important;
}


.collection-links__link {
    FONT-SIZE: 17PX;
    border: 1px solid #fff;
    padding: 7px 20px;
    border-radius: 60px;
}

collection-links-component:not([layout='spotlight']) .collection-links__container:hover &[aria-current='page'] {
  opacity: 1;
}
&[aria-current='page'] {
  opacity: 1;
}.collection-links__link--active {
    background: #514027;
    color: #fff;
    border-radius: 999px;
    padding: 8px 18px;
}

.collection-links__link--active .text-block,
.collection-links__link--active .text-block span {
  color: #fff;
}




































/* Shopify account popup card */
shopify-account::part(dialog) {
  position: fixed !important;
  top: 50% !important;
  left: 50% !important;
  right: auto !important;
  bottom: auto !important;
  transform: translate(-50%, -50%) !important;

  width: min(92vw, 460px) !important;
  height: auto !important;
  max-height: 88dvh !important;

  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;

  background: #fff !important;
  color: rgb(var(--color-foreground)) !important;

  border-radius: 18px !important;
  box-shadow: 0 22px 70px rgba(0, 0, 0, 0.35) !important;
  overflow: hidden !important;

  z-index: 999999 !important;
}

/* Dark blurred page background */
shopify-account::part(dialog)::backdrop {
  background: rgba(0, 0, 0, 0.55) !important;
  backdrop-filter: blur(7px) !important;
  -webkit-backdrop-filter: blur(7px) !important;
}

/* Mobile */
@media screen and (max-width: 749px) {
  shopify-account::part(dialog) {
    width: calc(100vw - 32px) !important;
    max-height: 86dvh !important;
    border-radius: 16px !important;
  }
}






div#avp-productoption-total-add {
    display: none !important;
}

.avpoptions-container__v2 .gift-card-option-layout {
    display: grid !important;
    grid-template-columns: 84px 1fr;
    column-gap: 14px;
    align-items: start;
}

.avpoptions-container__v2 .gift-card-option-layout .gift-card-option-thumb {
  grid-column: 1;
  grid-row: 1 / span 2;
  width: 84px;
  height: 84px;
  object-fit: cover;
  border-radius: 8px;
}

.avpoptions-container__v2 .gift-card-option-layout fieldset,
.avpoptions-container__v2 .gift-card-option-layout .ap-helptext {
  grid-column: 2;
}

.avpoptions-container__v2 .gift-card-option-layout fieldset {
  margin: 0;
  padding: 0;
  border: 0;
}

.avpoptions-container__v2 .gift-card-option-layout .avp-productoptioncheckwrapper {
  display: flex !important;
  align-items: center;
  gap: 8px;
}

.avpoptions-container__v2 .gift-card-option-layout .ap-helptext {
  margin-top: 6px;
  line-height: 1.4;
}.avpoptions-container__v2 .avp-option .ap-helptext {
    font-size: 14px;
    font-style: normal;
    color: #5a4d39;
    font-weight: 100 !important;
    line-height: 170% !important;
}




@media screen and (min-width: 750px) {
  .accordion {
    max-width: 700px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}




































variant-swatch-king:has(
  .swatches > [sa-group-position]:empty
):not(:has(.swatch-group, .swatch-option, input, button, a)) {
  display: none !important;
}
/* Remove unwanted spacing around the Add to Cart area */
.product-form-buttons > span:not(.product-form-text__error),
.product-form-buttons add-to-cart-component {
  display: block !important;
  margin: 0 !important;
  padding: 0 !important;
  gap: 0 !important;
  row-gap: 0 !important;
}

/*
Only hide the original Avis button while the replacement
Avis button is present.
*/
.product-form-buttons
add-to-cart-component:has(> .avis-new-addcart-button)
> .avis-org-addcart-button {
  display: none !important;
  margin: 0 !important;
  padding: 0 !important;
  height: 0 !important;
  min-height: 0 !important;
  border: 0 !important;
  overflow: hidden !important;
  pointer-events: none !important;
}.menu__heading-link {
  color: inherit;
  font: inherit;
  text-decoration: none;
}

.menu__heading-link:hover {
  text-decoration: underline;
  text-underline-offset: 0.15em;
}footer :is(h1,h2,h3,h4,h5,h6,p)>a:hover {
    --button-color: rgb(94 76 48);
    text-decoration: underline;
}










@media screen and (max-width: 749px) {
  header-actions {
    display: grid;
    grid-template-columns: repeat(3, 44px);
    align-items: center;
    justify-content: end;
    column-gap: 0;
  }

  header-actions > .header-actions__action,
  header-actions > .account-button,
  header-actions > cart-drawer-component {
    width: 44px;
    min-width: 44px;
    height: 44px;
  }

  header-actions > .header-actions__action,
  header-actions > .account-button,
  header-actions > cart-drawer-component > button {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  header-actions > cart-drawer-component > button {
    width: 44px;
    height: 44px;
    padding: 0;
  }

  .header-pickup-button-mobile {
    padding: 0;
  }

  .header-pickup-button-mobile svg {
    width: 20px;
    height: 20px;
  }
}









@media screen and (max-width: 749px) {
  button.desktop-scroll-arrow.desktop-scroll-arrow--left,
  button.desktop-scroll-arrow.desktop-scroll-arrow--right {
    display: none !important;
  }
  .image-block.image-block--AOGRxK2Izd0NBNTgvd__image_iDUNNF.image-block--height-fit.spacing-style.size-style {
    margin: 0 auto;
}.email-signup-block + .text-block {
    width: 100% !important;
    max-width: 100% !important;
    text-align: center !important;
    padding-top: 0px;
  }

  .email-signup-block + .text-block p {
        margin: 0 auto;
        text-align: center !important;
  }

  .email-signup-block + .text-block em {
    font-size: 8px !important;
    line-height: 1.3;
  }
  .spacing-style.text-block.text-block--AOTRSdTJZWS82K3R5S__text_jNXrfr.custom.text-block--align-left.custom-typography.custom-font-size.custom-color {
    text-align: center;
    margin: 0 auto;
    display: table;
    width: 100%;
}.spacing-style.text-block.text-block--AOTRSdTJZWS82K3R5S__text_jNXrfr.custom.text-block--align-left.custom-typography.custom-font-size.custom-color p {
    font-size: 13px !important;
    text-align: center;
}.spacing-style.layout-panel-flex.layout-panel-flex--column.section-content-wrapper.mobile-column {
   
}
  .group-block:has(.image-block--AK2RJU3g5LzQ3cVFOc__image_8PetjH)
    > .group-block-content
    > .group-block {
    margin-bottom: 30px;
  }

  .group-block:has(.image-block--AK2RJU3g5LzQ3cVFOc__image_8PetjH)
    > .group-block-content
    > .group-block:last-child {
    margin-bottom: 0;
  }
  span.apo-title {
    font-weight: 700;
    font-size: 18px !important;
}
}



@media screen and (max-width: 749px) {
  .avp-option.ap-options__swatch-container
  .ap-options__swatch.ap-options__swatch-image
  fieldset {
    display: grid !important;
    grid-template-columns: 1fr 1fr !important;
    column-gap: 10px !important;
    row-gap: 16px !important;
    width: 100% !important;
  }

  .avp-option.ap-options__swatch-container
  .ap-options__swatch.ap-options__swatch-image
  fieldset > label.apo-swatch-wrapper {
    display: flex !important;
    flex-direction: column !important;
    width: 100% !important;
    min-width: 0 !important;
    max-width: none !important;
    margin: 0 !important;
    box-sizing: border-box !important;
  }

  .avp-option.ap-options__swatch-container
  .ap-options__swatch.ap-options__swatch-image {
    display: block !important;
    width: 100% !important;
  }.avpoptions-container__v2 .avp-option .ap-helptext {
    font-size: 12px;
    font-style: italic;
    color: #666565;
}
}













@media screen and (max-width: 749px) {
  #shopify-section-template--27356227830146__section_bqk93y
  .section-content-wrapper {
    --padding-block-start: 50px !important;
    padding-block-start: 50px !important;
  }
}










@media screen and (max-width: 749px) {
  /* 10px gap between the three inner items */
  .group-block-content.layout-panel-flex.layout-panel-flex--row {
    gap: 20px !important;
    --gap: 20px !important;
  }

  /* Smaller text underneath each logo */
  .group-block-content.layout-panel-flex.layout-panel-flex--row
  .text-block p {
   
  }
 main#MainContent .accordion {
    padding-top: 20px;
}
footer .group-block-content.layout-panel-flex.layout-panel-flex--row.mobile-column {
        gap: 0px !important;
    }  .text-block--AbXprQlljTUZwWHFiS__text_Xper3q p,

  /* Speciality Coffee */
  .text-block--AdFdZOHZiUEtsMUhHU__text_aGxGTp p,

  /* The best Chai */
  .text-block--ATWY2bjVxcHREcnk2U__text_rr9746 p {
    font-size: 13px !important;
    line-height: 1.3 !important;
  }
}






















cart-drawer-component .cart-drawer__content {
  mask-image: none !important;
  -webkit-mask-image: none !important;
}



 
  .ap-options__swatch.ap-options__swatch-image.ap-swatch__multi fieldset {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 16px 12px !important;
    width: 100% !important;
  }

  .ap-options__swatch.ap-options__swatch-image.ap-swatch__multi
    .avp-productoptionswatchwrapper {
    width: 100% !important;
    min-width: 0 !important;
    margin: 0 !important;
    box-sizing: border-box !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
  }

  .ap-options__swatch.ap-options__swatch-image.ap-swatch__multi
    .avp-productoptionswatch {
    width: 100% !important;
    max-width: 100% !important;
    aspect-ratio: 1 / 1 !important;
    box-sizing: border-box !important;
  }

  .ap-options__swatch.ap-options__swatch-image.ap-swatch__multi
    .swatch-variant-title {
    width: 100% !important;
    margin-top: 6px !important;
    line-height: 1.25 !important;
    text-align: center !important;
    overflow-wrap: anywhere !important;
  }






























@media screen and (max-width: 749px) {

  /* Let the drawer itself use its natural height */
  .cart-drawer__inner {
    height: 100dvh !important;
    max-height: 100dvh !important;
    overflow: visible !important;
  }

  .cart-drawer__inner cart-items-component {
    height: 100% !important;
    min-height: 0 !important;
    display: flex !important;
    flex-direction: column !important;
  }

  /* Header fixed in its normal position */
  .cart-drawer__header {
    flex: 0 0 auto !important;
  }

  /* Main cart area scrolls */
  .cart-drawer__content {
    flex: 1 1 auto !important;
    min-height: 0 !important;
    height: 100% !important;
    max-height: none !important;

    overflow-y: auto !important;
    overflow-x: hidden !important;

    -webkit-overflow-scrolling: touch !important;

    padding-bottom: 20px !important;
  }

  /* Inner scroll-hint must NOT become a second scroll container */
  .cart-drawer__items {
    overflow: visible !important;
    height: auto !important;
    max-height: none !important;
  }

  .cart-drawer__summary {
    overflow: visible !important;
    height: auto !important;
    max-height: none !important;
  }

  /* Checkout stays in normal document flow */
  .cart-drawer__summary .cart__ctas {
    position: static !important;
    inset: auto !important;

    width: 100% !important;
    padding: 14px 0 20px !important;

    background: transparent !important;
    border: 0 !important;
  }

  .cart-drawer__summary .cart__checkout-button {
    width: 100% !important;
  }
}
@media screen and (max-width: 749px) {
  dialog.cart-drawer__dialog {
    overflow: hidden !important;
  }

  .cart-drawer__inner {
    min-height: 0 !important;
  }

  .cart-drawer__content {
    touch-action: pan-y !important;
    overscroll-behavior-y: contain !important;
  }
}