/** Shopify CDN: Minification failed

Line 566:31 Unexpected "#404-not-found"

**/
/* More Than Chocolate Section Start */

.moreThanChocolateSection {
    padding: 60px 0px;
}

.moreThanChocolateSection .section-header {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: start;
}

.moreThanChocolateSection .section-header .left {
    width: 100%;
    max-width: 65%;
}

.moreThanChocolateSection .section-header .right {
    width: 100%;
    max-width: 35%;
    padding-left: 28px;
}

.moreThanChocolateSection .section-header .right .bodyMedium {
    margin-bottom: 32px;
    width: 100%;
}

.moreThanChocolateSection .icon-boxes {
    display: flex;
    flex-wrap: wrap;
    align-items: start;
    justify-content: center;
    gap: 20px;
    width: 100%;
    max-width: 100%;
    padding: 74px 0px 20px;
    text-align: center;
}

.moreThanChocolateSection .icon-boxes .icon-box {
    width: 100%;
    max-width: calc(33.33% - 14px);
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 8px;
}

.moreThanChocolateSection .icon-boxes .icon-box .icon-box-heading {
    margin: 0;
    max-width: 250px;
    font-family: 'Montserrat' !important;
    font-weight: 700 !important;
}

/* More Thank Chocolate Section End */

/* Footer Start */

#shopify-section-sections--20051435520238__footer_circle_carousel_RbmYgR {
    position: relative;
}

.shopCacaoButton {
    padding: 6px 32px 9px;
    background: #FF9533;
    border: 1px solid #FF9533; 
    border-radius: 50px;
    color: #ffff;
    margin-top: 10px !important;
    display: block;
    max-width: fit-content;
    margin: 0 auto;
    font-weight: 400;
    transition: all .3s ease-in-out;
    font-size: 22px;
    line-height: 28px;
    position: absolute;
    bottom: 20px;
    left: 0;
    right: 0;
}

.shopCacaoButton:hover {
    background: transparent !important;
    color: #FF9533 !important;
}

/* Footer End */

/* Image With Text Section Start */

.imageWithTextSection {
    padding: 60px 0px 0px;  
}

.imageWithTextSection .contentWrapper {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-wrap: wrap;
    border-bottom: 1px solid rgba(9, 9, 9, .25);
    padding-bottom: 48px;
}

.imageWithTextSection .leftContent {
    width: 100%;
    max-width: 80%;
    padding-right: 120px;
}

.imageWithTextSection .rightImageCol {
    width: 100%;
    max-width: 20%;
    text-align: right;
    display: flex;
    justify-content: flex-end;
    align-items: center; 
}

/* Image With Text Section End */

/* Faq Section Start */

.faq-section {
    padding: 48px 0px;
}

.faq-section .accordion-item .accordion-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    text-transform: uppercase;
}

.glossaryPageFaqs {
    padding-bottom: 0px;
}

.glossaryPageFaqs .faq-wrapper {
    width: 100%;
    padding-bottom: 60px;
    border-bottom: 1px solid rgb(9 9 9 / 25%);
}
.glossaryPageFaqs .faq-wrapper .accordion-item {
    max-width: 60%;
}

/* Faq Section End */

/* Our Ritual Page Start */

.ourRitualsPageBanner .rightImageCol {
    max-width: 30% !important;
}

.ourRitualsPageBanner .leftContent {
    max-width: 70% !important;
    padding-right: 20px !important;
}

.ourRitualsPageBanner .rightImageCol img {
    max-width: 100% !important;
}

.ourRitualsPageBanner .contentWrapper {
    padding-bottom: 60px !important;
    border-color: rgba(9, 9, 9, .16);
}

.ourRitualsPageContentSection .bodyMedium.mainDescription {
    margin: 0;
    margin-top: -15px;
}

.ourRitualsPageContentSection .leftContent ul {
    padding-left: 25px;
}

.ourRitualsPageContentSection .leftContent {
    padding-right: 0 !important;
    max-width: 50% !important;
}

.ourRitualsPageContentSection .rightImageCol {
    max-width: 50% !important;
}

.ourRitualsPageContentSection .rightImageCol img {
    max-width: 346px !important;
}

.ourRitualsPageContentSection .contentWrapper {
    /* border: none; */
}

/* Our Ritual PAge End */

/* Contact Page Start */

.contactPageBanner {
    padding-top: 80px !important;
}

.contactPageBanner .rightImageCol img {
    margin-top: -50px;
}

.contactPageBanner .leftContent {
    padding-right: 100px !important;
}

.contactPageBanner .contentWrapper {
    padding: 0 !important;
}

.contactPageFormSection {
    padding: 48px 0px 0px;
}

.contactPageFormSection .contact-map-wrapper {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: center;
}

.contactPageFormSection .contact-map-wrapper .contact-form-col {
    width: 100%;
    max-width: 60%;
    padding-right: 200px;
}

.contactPageFormSection .contact-map {
    width: 100%;
    max-width: 40%;
}

.contactPageFormSection .contact-form-col h4 {
    font-family: "Open Sans" !important;
    font-weight: 700 !important;
    margin-bottom: 32px;
}

.contactPageFormSection form label {
    font-size: 16px;
    font-family: "Open Sans" !important;
    color: #24262F;
}

.contactPageFormSection .contact-form textarea {
    margin-bottom: 48px;
}

.contactPageFormSection form .customButton {
    padding-left: 61px !important;
    padding-right: 61px !important;
    cursor: pointer;
}

.contactPageBanner .contentWrapper {
    border-color: rgba(9, 9, 9, .25) !important;
}

.contactPageFormSection .contact-map-wrapper {
    border-bottom: 1px solid rgba(9, 9, 9, .25);
    padding-bottom: 48px;
}

.directContactSection .direct-contact-wrapper {
    padding: 48px 0px;
    border-bottom: 1px solid rgba(9, 9, 9, .25);
}

.ctaNewsletterSection {
    padding-top: 96px !important;
    padding-bottom: 48px !important;
}

/* Contact Page End */

/* Terms And Condition Page Start */

.termsAndConditionPageContent .mainHeading {
    margin: 0 !important;
}

.termsAndConditionPageContent .contentWrapper {
    padding: 0 !important;
    border: none !important;
}

.termsAndConditionPageContent .leftContent {
    max-width: 100% !important;
    padding: 0 !important;
}

.termsAndConditionPageContent .mainDescription, .customTabSection .tab-content p {
    color: #090909 !important;
    opacity: 1 !important;
    font-size: 16px !important;
}

.termsAndConditionPageContent .mainDescription strong, .customTabSection .tab-content strong {
    font-size: 20px !important;
    font-weight: 400 !important;
    font-family: 'Archivo Black' !important;
    text-transform: capitalize !important;
}

.addSpaceInImageWithTextSection {
    padding-bottom: 48px !important;
}

.shippingPageFaqs .accordion-title {
    text-transform: capitalize !important;
}

/* Terms And Condition Page End */

/* Information and Policy Page Start */

.customTabSection {
    padding: 72px 0 0;
}

.customTabSection .contentWrapper {
    padding-bottom: 40px;
}

/* Information and Policy Page End */

/* 404 PAge Start */

.errorPageBanner .rightImageCol  {
    justify-content: center !important;
} 

.errorPageBanner .rightImageCol img {
    max-width: 70% !important;
}

.errorPageBanner .leftContent {
    padding-right: 100px !important;
}

/* 404 Page End */

/* Stockists Page Start */

.stockistsBanner .rightImageCol img {
    max-width: 100% !important;
}

.stockistsBanner .mainHeading {
    width: 100%;
    max-width: 50%;
}

.stockistsBanner .customButton .buttonIcon {
    width: 100%;
    max-width: fit-content !important;
}

.stockistsBanner .customButton:hover img {
    filter: brightness(30) !important;
}

.availableStockistSection .mainContent {
    padding-bottom: 0px !important;
    border-bottom: none !important;
}

.RetailersSection .infoCol.first {
    max-width: 100% !important;
    border: 0 !important;
}

.RetailersSection .stockistCard {
    max-width: calc(50% - 12px) !important;
}
.stockistsBanner .contentWrapper {
    border: none;
}
.stockistsBanner .contentWrapper .mainHeading {
    max-width: 100%;
}
.stockistsBanner.imageWithTextSection .rightImageCol img {
    max-width: 300px !important;
}
.availableStockistSection.availableStockistRes {
    padding-top: 0;
    margin-top: -60px;
}

/* Stockists Page ENd */

/* Our story Page Start */

.ourStoryPageBanner .contentWrapper {
    padding: 0 !important;
    border: 0 !important;
}

.ourStoryPageBanner {
    position: relative;
}

.acknowledgmentSection .content {
    border: 0 !important;
}

/* Our Story Page End */


/* Recipes Page Css Start */
.imageWithTextSection.Recipe_Banner .leftContent {
    max-width: 60%;
    padding-right: 80px;
    padding-top: 50px;
}

.imageWithTextSection.Recipe_Banner .contentWrapper {
  padding-bottom: 0px;
}

.imageWithTextSection.Recipe_Banner {
    padding: 32px 0 0;
}

.imageWithTextSection.Recipe_Banner .rightImageCol {
  max-width: 40%;
}

.imageWithTextSection.Recipe_Banner .rightImageCol img {
    max-width: 100% !important;
}


/* Recipes Page Css Close */


/* Media Page Css Start */

.featuredHighLightSection {
    padding: 48px 0px 0px;
}

.featuredHighLightSection .contentMain {
    padding-bottom: 48px;
    border-bottom: 1px solid rgba(9, 9, 9, .25);
}

.featuredHighLightSection .contentMain .sectionTitle {
    color: rgba(9, 9, 9, .6);
    font-family: 'Archivo Black' !important;
    margin: 0 0 16px;
}

.featuredHighLightSection .contentMain .highlight-blocks {
    display: flex;
    flex-wrap: wrap;
    align-items: start;
    justify-content: center;
    gap: 32px;
}

.featuredHighLightSection .contentMain .highlight-blocks .highlight-block {
    width: 100%;
    max-width: calc(33.33% - 22px);
}

.featuredHighLightSection .contentMain .highlight-blocks .highlight-block .highlight-Image {
    width: 100%;
    display: block;
    height: 278px;
    overflow: hidden;
}

.featuredHighLightSection .contentMain .highlight-blocks .highlight-block .highlight-Image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all .3s ease-in-out;
    object-position: center;
}

.featuredHighLightSection .contentMain .highlight-blocks .highlight-block .highlight-Image:hover img {
    height: 105%;
}

.featuredHighLightSection .contentMain .highlight-blocks .highlight-block .highlight-date {
    margin: 32px 0px 0px;
    color: #2A4BAF;
    font-family: 'Archivo Black' !important;
}

.featuredHighLightSection .contentMain .highlight-blocks .highlight-block .highlight-title {
    margin: 8px 0px;
}

.featuredHighLightSection .contentMain .highlight-blocks .highlight-block .highlight-title a {
    text-decoration: none;
    font-weight: 700;
    display: block;
    margin: 0;
}

.featuredHighLightSection .contentMain .highlight-blocks .highlight-block .highlight-description {
    color: rgba(9, 9, 9, .6);
    margin: 0;
}

.mediaPageCtaSection .cta-center {
    padding-left: 50px !important;
}

.mediaPageCtaSection .cta-right .arrow {
    display: none !important;
}

.mediaPageCtaSection .cta-button {
    text-align: center !important;
}

.mediaPageCtaSection .cta-newsletter-wrapper:after {
    content: '';
    width: 100%;
    height: 1px;
    position: absolute;
    bottom: -50px;
    top: auto;
    background: rgba(9, 9, 9, .25) !important;
    margin: 0 auto;
}

.mediaPageCtaSection .cta-newsletter-wrapper {
    position: relative;
}

.mediaPageCtaSection {
    padding-top: 120px !important;
}

/* Media Page Css Close */

#media-amp-pr .footer-blue-bar, #media-pr .footer-blue-bar {
    background: #FF9533;
}

#faq .footer-blue-bar, #shipping .footer-blue-bar,
#privacy-policy .footer-blue-bar, #terms-conditions .footer-blue-bar {
    background: #77DEFF;
}

#our-rituals .footer-blue-bar, #404-not-found .footer-blue-bar {
    background: #BE1313;
}

#stockists .footer-blue-bar, #contact .footer-blue-bar {
    background: #006528;
}

.journalDetailNewsLetter .cta-center {
    max-width: 40% !important;
    padding-left: 20px;
}


.journalDetailNewsLetter .cta-right {
    max-width: 35% !important;
}


/*  */
.BlogDetailInfo {
    border: none;
    border-bottom: 1px solid rgba(9, 9, 9, .25);
}

.icon-boxes-section {
  padding: 50px 0;
  text-align: center;
}

.icon-boxes-section .icon-boxes-grid .icon-box img {
  width: 72px;
  height: 72px;
  object-fit: contain;
  margin: 0px auto 32px;
}

.icon-boxes-section h5 {
  font-size: 24px;
  text-align: left;
}

.icon-boxes-section .icon-boxes-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  margin-top: 32px;
}

.icon-boxes-section .icon-boxes-grid .icon-box {
  padding: 40px;
  max-width: calc(20% - 15px);
  width: 100%;
  border: 1px solid rgba(9, 9, 9, .25);
}

.icon-boxes-section .icon-boxes-grid .icon-box h6 {
  font-size: 20px;
}

.icon-boxes-section .icon-boxes-grid .icon-box p {
  font-size: 20px;
}

.article-recipes-detail-page .custom-section-content h5 {
  font-size: 20px;
}

.article-recipes-detail-page .custom-section-content ul {
  margin: 0px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.article-recipes-detail-page .custom-section-content ul li {
  margin: 0px;
  list-style: none;
  position: relative;
}

.article-recipes-detail-page .custom-section-content ul li::before {
  content: '';
  position: absolute;
  left: -34px;
  top: 4px;
  bottom: 0;
  width: 20px;
  height: 20px;
  background: transparent;
  border: 1px solid #090909;
}

.article-recipes-detail-page .custom-section-content p,
.article-recipes-detail-page .custom-section-content li {
  margin: 0px !important;
  font-size: 20px !important;
}

.journalDetailNewsLetter.ctaNewsletterSection .cta-newsletter-wrapper .cta-left {
  max-width: 18%;
}

.journalDetailNewsLetter.ctaNewsletterSection .cta-heading {
  font-size: 32px !important;
}

.journalDetailNewsLetter.journalDetailNewsLetter .cta-right {
    max-width: 42% !important;
    padding-right: 20px !important;
    width: 100% !important;
}

.journalDetailNewsLetter.ctaNewsletterSection form#NewsletterForm {
    justify-content: flex-end;
    gap: 0px;
}

.journalDetailNewsLetter.ctaNewsletterSection .cta-right form .customButton {
  font-family: 'Open Sans';
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  margin-left: 20px;
}

/*  */


/* Journal Page Css Start */

.imageWithTextSection.Journal_Banner .leftContent {
  max-width: 70%;
  padding-right: 0px;
}

.imageWithTextSection.Journal_Banner .rightImageCol {
  max-width: 30%;
}

.journal-blog-section .blog-grid {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  gap: 32px;
}

.journal-blog-section .blog-grid .blog-card .blog-image,
.journal-blog-section .blog-grid .blog-card .blogContent {
  display: block;
  max-width: calc(50% - 20px);
  width: 100%;
}

.journal-blog-section .blog-grid .blog-card {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  align-items: center;
}

.journal-blog-section h5 {
  color: rgba(9, 9, 9, .6);
  margin-bottom: 16px;
}

.journal-blog-section {
    padding: 48px 0px;
}

.journal-blog-section .blog-grid .blog-card .blogContent .blog-tags .tag {
  color: #2a4baf;
  font-family: 'Archivo Black';
  font-size: 15px;
  font-style: normal;
}

.journal-blog-section .blog-grid .blog-card .blog-excerpt {
  margin-bottom: 40px !important;
  font-size: 20px !important;
  color: rgba(9, 9, 9, .6) !important;
  display: block !important;
}

.journal-blog-section .blog-grid .blog-card .blog-meta span {
  font-family: "Open Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
}

.journal-blog-section .blog-grid .blog-card .blog-meta .metadivider {
    margin: 0px 20px;
}

.cacao-section .cacao-section-content-block {
display: flex;
gap: 40px;
align-items: center;
}
.cacao-section .cacao-section-content p br {
  display: none;
}

.cacao-section .cacao-section-content h5, .cacao-section .cacao-section-content h4, .cacao-section .cacao-section-content h3, .cacao-section .cacao-section-content h6 {
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    margin: 40px 0px 10px;
}

.cacao-section .cacao-section-content p {
    margin: 0px;
    font-size: 16px;
}
/* Journal Page Css Close */

/* Events Page Css Start */

.collection-events .ai-product-showcase {
  display: none;
}

.events-products-grid {
    position: relative;
    z-index: 1;
}

.events-products-grid .left,
.events-products-grid .right {
  max-width: calc(50% - 15px);
  width: 100%;
}


.events-products-grid .right h4 {
    font-family: 'Open Sans' !important;
    font-weight: 600 !important;
    font-size: 30px !important;
    line-height: 42px !important;
    margin: 8px 0px;
    color: #090909;
}

.events-products-grid .right p.meta-location {
    /* margin: 24px 0px 48px; */
    color: #24262F;
}

.events-products-grid .product-card {
    gap: 30px;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 32px;
}

.events-products-grid .right .customButton {
    cursor: pointer;
    font-family: 'Open Sans';
}

.events-products-grid .right p {
    font-size: 16px;
    color: #090909;
    margin: 0;
}

.clear-filter.button {
    color: #090909 !important;
}

.events-products-grid .right h5 {
  color: #006528;
}

.Event_Location img {
    width: 20px;
    height: 20px;
}

.event-booking-section .BookingWrapper {
  display: flex;
  gap: 200px;
  flex-wrap: wrap;
}

.event-booking-section .BookingWrapper .event-left,
.event-booking-section .BookingWrapper .event-right {
  max-width: calc(50% - 100px);
  width: 100%;
}

.Event_Location {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 24px 0px 48px;
}

.collection-events.collection-page .three-column-footer-section .footer-blue-bar {
    background: #FFC557;
}

.event-booking-section .BookingWrapper .event-left input,
.event-booking-section .BookingWrapper .event-left textarea {
    padding: 12px 16px;
    border: 1px solid rgba(36, 38, 47, 0.25);
    color: #24262f;
    font-family: 'Open Sans';
    font-size: 16px;
    font-style: normal;
    outline: none;
    font-weight: 400;
    width: 100%;
    border-radius: 0;
}

.event-booking-section .BookingWrapper .event-left textarea {
    min-height: 100px;
}

.event-booking-section .BookingWrapper .event-left label {
  color: #24262f;
  font-family: 'Open Sans';
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  width: 100%;
  display: inline-block;
  margin-bottom: 8px;
}

.event-booking-section .BookingWrapper .event-left input::placeholder,
.event-booking-section .BookingWrapper .event-left textarea::placeholder {
  opacity: 1;
}

.event-booking-section .BookingWrapper .event-left .form-field {
  margin-bottom: 32px;
}


/* Events Page Css Close */



/* Reserve Banner Section Css Start */

.Reserve_Banner h1 {
    color: #2A4BAF;
    line-height: 114.062px !important;
    letter-spacing: -5.805px;
    text-transform: uppercase;
}

.Reserve_Banner {
    padding: 50px 0px 40px;
}

.Reserve_Banner .BannerContent p {
    max-width: 80%;
    width: 100%;
    font-size: 20px;
    color: #24262E;
    opacity: 0.8;
    margin-top: 20px;
}

.event-booking-section .BookingWrapper .event-left .event-bottom .event-price h5 {
    font-size: 24px;
    margin-bottom: 5px;
}

.event-booking-section .BookingWrapper .event-left .customButton {
    cursor: pointer;
    white-space: nowrap;
}

.event-booking-section .BookingWrapper .event-left .event-bottom .event-price p {
    margin-top: 0px;
    font-size: 16px;
    color: rgba(9, 9, 9, .6);
}

.event-booking-section .BookingWrapper .event-left .event-bottom {
  margin-top: 60px;
}

.event-booking-section .BookingWrapper .event-left .event-bottom .QuantityBtn {
    display: flex;
    align-items: center;
    margin-top: 32px;
}

.event-booking-section .BookingWrapper .event-left .event-bottom .QuantityBtn label {
    width: fit-content;
    color: rgba(9, 9, 9, .6);
}

.event-booking-section .BookingWrapper .event-left .event-bottom .QuantityBtn .quantity-wrapper {
    display: flex;
    align-items: center;
    gap: 16px;
    padding-right: 48px;
    margin-right: 48px;
    border-right: 1px solid rgba(9, 9, 9, .25);
}

.event-booking-section .BookingWrapper .event-left .event-bottom .QuantityBtn .quantity-box input {
    width: 100%;
    text-align: center;
    border: 2px solid #FFF1B2;
    border-top: none;
    border-bottom: none;
    font-family: "Archivo Black";
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
}

.event-booking-section .BookingWrapper .event-left .event-bottom .QuantityBtn .quantity-box {
    display: flex;
    width: 170px;
    overflow: hidden;
border-radius: 999px;
border: 0.888px solid #D9D9D9;
background: #FFF;
    border-radius: 50px;
}

input::-webkit-inner-spin-button,
input::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input {
  -moz-appearance: textfield;
}

.event-booking-section .BookingWrapper .event-left .event-bottom .QuantityBtn .quantity-box button {
padding: 16px;
border: none;
background: #FFFAE466;
font-size: 30px;
font-family: 'Open Sans';
line-height: 20px;
cursor: pointer;
}

.event-booking-section .BookingWrapper .event-left .event-bottom .QuantityBtn .quantity-box button svg {
    width: 100px;
    height: 20px;
}

.event-booking-section .BookingWrapper .event-left .event-bottom .PriceSection {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.event-booking-section .BookingWrapper .event-left .event-bottom .PriceSection .QuantityBtn .quantity-wrapper {
  border: none !important;
  margin: 0px !important;
  padding: 0px !important;
}

.event-booking-section .BookingWrapper .event-left .event-bottom .PriceSection .QuantityBtn {
  display: none;
}

/* Reserve Banner Section Css Close */


@media (max-width: 1360px) {

.ctaNewsletterSection form#NewsletterForm {
    flex-wrap: wrap !important;
}

.ctaNewsletterSection form#NewsletterForm {
    flex-wrap: wrap !important;
    justify-content: end;
    gap: 16px !important;
}


/* More Than Chocolate Section Start */

/* .moreThanChocolateSection .section-header .right {
    padding-left: 0px;
}

.moreThanChocolateSection .section-header .right .bodyMedium {
    margin-bottom: 20px;
}

.moreThanChocolateSection .icon-boxes {
    gap: 32px;
    padding: 54px 0px;
}

.moreThanChocolateSection .icon-boxes .icon-box {
    max-width: calc(20% - 26px);
} */


/* More Thank Chocolate Section End */

/* Mission to disrupt Section Start */

.missionToDisruptSection .mainTitle {
    margin-top: 0 !important;
    margin-bottom: 20px !important;
}

/* Mission to Disrupt Section End */

/* Footer Start */

.three-column-footer-section .newsletter-input-group {
    gap: 10px !important;
}

.three-column-footer-section .customButton {
    padding: 14px 10px !important;
}


/* Footer End */

/* Image With Text Section Start */

.imageWithTextSection .contentWrapper {
    padding-bottom: 38px;
}

.imageWithTextSection .leftContent {
    padding-right: 20px;
}

/* Image With Text Section End */

.ourRitualsPageContentSection .rightImageCol img {
    max-width: 300px !important;
}

/* Stockists Page Start */

.stockistsBanner .contentWrapper {
    padding-bottom: 40px !important;
}

.availableStockistSection .infoCol.first {
    max-width: 19% !important;
}

.availableStockistSection .infoCol.second {
    max-width: 81% !important;
}

.RetailersSection .infoCol.first {
    max-width: 100% !important;
}

/* Stockists Page End */


}

@media(max-width: 1170px){
    /*  */
.icon-boxes-section .icon-boxes-grid .icon-box {
    max-width: calc(25% - 15px);
}


.ctaNewsletterSection .cta-newsletter-wrapper {
    padding: 20px 0px;
}


.event-booking-section .BookingWrapper .event-left .event-bottom .QuantityBtn {
    flex-wrap: wrap;
    row-gap: 32px;
}

.event-booking-section .BookingWrapper {
    gap: 20px;
}

.event-booking-section .BookingWrapper .event-left, .event-booking-section .BookingWrapper .event-right {
    max-width: calc(50% - 10px);
}

/*  */
}

@media(max-width:1200px){
    .Reserve_Banner h1 {
    line-height: 74.062px !important;
}
}


@media (max-width: 1024px) {


.events-products-grid .right .Event_Location {
    margin: 18px 0px 18px;
}

/* Media Page Css Start */
.featuredHighLightSection .contentMain .highlight-blocks .highlight-block .highlight-date {
    margin: 16px 0px 0px;
}

.featuredHighLightSection .contentMain .highlight-blocks .highlight-block .highlight-title {
    margin: 4px 0px;
}

.featuredHighLightSection .contentMain .highlight-blocks {
    gap: 16px;
}

.featuredHighLightSection .contentMain .highlight-blocks .highlight-block {
    max-width: calc(33.33% - 11px);
}

.featuredHighLightSection .contentMain .highlight-blocks .highlight-block .highlight-Image {
    height: 200px;
}

.featuredHighLightSection .contentMain .highlight-blocks .highlight-block .highlight-description {
    height: 60px;
    overflow-y: auto;
    scrollbar-width: none; /* For Firefox */
    -ms-overflow-style: none;  /* For IE and Edge */
}

.featuredHighLightSection .contentMain .highlight-blocks .highlight-block .highlight-description::-webkit-scrollbar {
    display: none; /* For Chrome, Safari, and Opera */
}

.mediaPageCtaSection .cta-center {
    padding-left: 20px !important;
}

.mediaPageCtaSection .cta-right {
    padding-right: 20px !important;
}


/* Media Page Css Close */


/* Mission to disrupt Section Start */

.missionToDisruptSection .blueBar {
    padding: 8px 0px;
}

.missionToDisruptSection .blueBar .barIcon {
    height: 30px !important;
}

/* Mission to Disrupt Section End */

/* Footer Start */

.three-column-footer-section .customButton {
    text-align: center !important;
    max-width: 100% !important;
}

.three-column-footer-section .newsletter-input {
    max-width: 100% !important;
}

.three-column-footer-section .footer-column {
    padding: 60px 20px !important;
}

/* Footer End */

/* Image With text Section Start */

.imageWithTextSection .rightImageCol img {
    max-width: 150px !important;
}

/* Image With Text Section End */

/* Our Ritual Page Start */

.ourRitualsPageBanner .rightImageCol img {
    max-width: 100% !important;
}

.ourRitualsPageContentSection .rightImageCol img {
    max-width: 250px !important;
}

.ourRitualsPageContentSection .leftContent {
    max-width: 70% !important;
}

.ourRitualsPageContentSection .rightImageCol {
    max-width: 30% !important;
}

/* Our Ritual PAge End */

/* Contact Page Start */

.contactPageFormSection .contact-map-wrapper .contact-form-col {
    padding-right: 100px !important;
}

.contactPageFormSection .contact-form-col h4 {
    margin-bottom: 20px !important;
}

.contactPageFormSection .contact-form input, .contactPageFormSection .contact-form textarea {
    padding: 14px !important;
    margin-bottom: 20px !important;
    margin-top: 5px !important;
    font-size: 14px !important;
}

.contactPageFormSection form .customButton {
    padding-left: 41px !important;
    padding-right: 41px !important;
    cursor: pointer;
}

.contactPageFormSection .contact-map iframe {
    height: 420px!important;
}

.contactPageFormSection form label {
    font-size: 14px !important;
}

.directContactSection .contact-box {
    padding: 16px !important;
}

.directContactSection .contact-icon img {
    max-width: 35px !important;
}

.directContactSection .contact-icon {
    margin-bottom: 22px !important;
}

.directContactSection .direct-contact-title {
    margin-bottom: 16px !important;
}

.ctaNewsletterSection {
    padding-top: 76px !important;
    padding-bottom: 40px !important;
}

/* Contact Page End */

/* Terms And Condition Page Start */

.termsAndConditionPageContent .mainDescription, .customTabSection .tab-content p {
    font-size: 14px !important;
}

.termsAndConditionPageContent .mainDescription strong, .customTabSection .tab-content strong {
    font-size: 16px !important;
}

.addSpaceInImageWithTextSection {
    padding-bottom: 40px !important;
}


/* Terms And Condition Page End */

/* Information and Policy Page Start */

.customTabSection {
    padding: 48px 0 0;
}

.customTabSection .tab-content.active {
    margin-top: 30px !important;
    max-width: 60% !important;
}

.customTabSection .tabs-nav {
    gap: 30px !important;
}

.customTabSection .faq-wrapper .accordion-title {
    padding: 20px 0px !important;
}


/* Information and Policy Page End */

/* 404 Page Start */

.errorPageBanner .rightImageCol img {
    max-width: 70% !important;
}

.errorPageBanner .leftContent {
    padding-right: 40px !important;
}

/* 404 Page End */

/* Stockists Page Start */

.stockistsBanner .rightImageCol img {
    max-width: 100% !important;
}

/* Stockists Page ENd */

.mediaPageCtaSection {
    padding-top: 120px !important;
}

.journal-blog-section .blog-grid .blog-card .blog-excerpt {
    margin-bottom: 20px !important;
    font-size: 16px !important;
}

.event-booking-section .BookingWrapper .event-left .event-bottom .QuantityBtn .quantity-box input {
    padding: 0;
}

.event-booking-section .BookingWrapper .event-left .event-bottom .QuantityBtn .quantity-wrapper {
    padding-right: 28px;
    margin-right: 28px;
}

}


@media (max-width: 991px) {

.event-booking-section .BookingWrapper {
    gap: 20px;
}

.teamBehindSection .centerContent {
  padding-top: 40px;
}

.missionToDisruptSection .centerContent {
    padding-top: 28px;
}


img.ritualIcon {
    width: 90px;
    height: 90px;
    right: 0px;
    top: 30px;
}

.event-booking-section .BookingWrapper .event-left, .event-booking-section .BookingWrapper .event-right {
    max-width: calc(50% - 10px);
}

    .icon-boxes-section .icon-boxes-grid .icon-box {
        max-width: calc(33% - 18px);
    }

    .journal-blog-section .blog-grid .blog-card .blog-meta span {
        font-size: 14px;
    }


    .journal-blog-section .blog-grid .blog-card .blog-excerpt {
        margin-bottom: 20px !important;
        font-size: 14px !important;
        display: -webkit-box !important;
    }

    .journalDetailNewsLetter.ctaNewsletterSection .cta-newsletter-wrapper .cta-center {
        margin-bottom: 20px;
    }

    .journalDetailNewsLetter.ctaNewsletterSection form#NewsletterForm {
        justify-content: center;
        gap: 0px !important;
    }

    .journalDetailNewsLetter.ctaNewsletterSection .cta-newsletter-wrapper .cta-left, .journalDetailNewsLetter.ctaNewsletterSection .cta-newsletter-wrapper .cta-center, .journalDetailNewsLetter.journalDetailNewsLetter.journalDetailNewsLetter .cta-right {
        max-width: 100% !important;
        text-align: center;
    }

    .journalDetailNewsLetter.ctaNewsletterSection .cta-left img {
        max-width: 40%;
        margin: -110px auto 0px !important;
    }


.journal-blog-section .blog-grid .blog-card .blog-meta .metadivider {
    margin: 0px 12px;
}
/* More Than Chocolate Section Start */

/* .moreThanChocolateSection .section-header .left, .moreThanChocolateSection .section-header .right {
    width: 100%;
    max-width: 100%;
}

.moreThanChocolateSection .icon-boxes {
    gap: 20px;
    padding: 40px 0px;
    row-gap: 60px;
}

.moreThanChocolateSection .icon-boxes .icon-box {
    max-width: calc(33.33% - 15px);
}

.moreThanChocolateSection .section-header .right {
    padding-top: 20px;
} */

/* More Thank Chocolate Section End */

/* Mission to disrupt Section Start */

.missionToDisruptSection .centerContent {
    top: 0 !important;
    max-width: 55% !important;
}

.missionToDisruptSection .mainTitle {
    margin-top: 0 !important;
    margin-bottom: 20px !important;
}

/* Mission to Disrupt Section End */

/* Team Behind Section Start */

.teamBehindSection .mainTitle {
    margin-bottom: 4px; 
}

.teamBehindSection .mainDescription p {
    margin-bottom: 12px;
} 

/* Team Behind Section End */

/* Footer Start */

.three-column-footer-section .newsletter-description {
    margin-bottom: 10px;
}

.three-column-footer-section .footer-column {
    padding: 40px 20px !important;
}

.three-column-footer-section .newsletter-input {
    padding: 14px 20px !important;
    font-size: 14px !important;
    line-height: 16px;
}

/* Footer End */

/* Contact Page Start */

.contactPageBanner .leftContent {
    padding-right: 0px !important;
}

.contactPageBanner .rightImageCol img {
    margin-top: -30px !important;
}

.contactPageBanner {
    padding-top: 60px !important;
}

.contactPageFormSection .contact-map-wrapper .contact-form-col {
    padding-right: 50px !important;
}

.ctaNewsletterSection {
    padding-top: 60px !important;
}

.ctaNewsletterSection .cta-newsletter-wrapper .cta-center {
    max-width: 45% !important;
}

.ctaNewsletterSection .cta-right {
    max-width: 30% !important;
    padding-right: 30px !important;
}

.ctaNewsletterSection .cta-left img {
    margin-top: -50px !important;
}

.ctaNewsletterSection .cta-heading {
    margin-bottom: 4px !important;
}

/* Contact Page End */

/* Information and Policy Page Start */

.customTabSection {
    padding: 40px 0 0;
}

.customTabSection .tab-content.active {
    max-width: 100% !important;
}

.customTabSection .tabs-nav {
    gap: 25px !important;
}

/* Information and Policy Page End */

/* 404 Page Start */

.imageWithTextSection .buttonWrapper {
    margin-top: 20px !important;
}

.errorPageBanner .rightImageCol img {
    max-width: 80% !important;
}

/* 404 Page End */

/* Stockists Page Start */

.stockistsBanner .rightImageCol img {
    max-width: 100% !important;
}

.availableStockistSection .infoCol.first {
    max-width: 22% !important;
}

.availableStockistSection .infoCol.second {
    max-width: 78% !important;
    padding-left: 32px !important;
}

.availableStockistSection .stockistCard hr {
    margin: 16px 0px !important;
}

.availableStockistSection .stockistCard {
    padding: 16px !important;
}

.RetailersSection .infoCol.first {
    max-width: 100% !important;
}

/* Stockist Page End */

.mediaPageCtaSection {
    position: relative;
    padding-top: 90px !important;
}

.events-products-grid .left, .events-products-grid .right {
    max-width: 100%;
}

.events-products-grid .product-card {
    gap: 20px;
}

    
}

@media(max-width:920px){
.event-booking-section .BookingWrapper {
    gap: 20px;
    flex-direction: column-reverse;
}

.event-booking-section .BookingWrapper .event-left, .event-booking-section .BookingWrapper .event-right {
    max-width: 100%;
}

}


@media (max-width: 767px) {
    
.events-products-grid .right p,
.events-products-grid .right h5 {
    font-size: 12px;
}

.ourStoryPageBanner h1.mainHeading {
    font-size: 45px !important;
    line-height: 45px !important;
}

.moreThanChocolateSection .icon-boxes {
    row-gap: 28px !important;
}
.moreThanChocolateSection .section-header .left, .moreThanChocolateSection .section-header .right {
    max-width: 100%;
}
.moreThanChocolateSection .section-header .right {
    padding: 20px 0 10px 0;
}
.missionToDisruptSection .centerContent {
    padding-top:0px;
}

.event-booking-section .BookingWrapper .event-left .event-bottom .PriceSection .QuantityBtn, .event-booking-section .BookingWrapper .event-left .event-bottom .PriceSection .QuantityBtn .quantity-wrapper {
    display: flex !important;
}

.event-booking-section .BookingWrapper .event-left .event-bottom .QuantityBtn .quantity-box {
    width: 130px;
}

.event-booking-section .BookingWrapper .event-left .event-bottom .QuantityBtn .quantity-wrapper {
  display: none;
}

.event-booking-section .BookingWrapper .event-left .event-bottom .QuantityBtn .quantity-wrapper {
    padding-right: 0;
    margin-right: 0;
    border-right: none;
    gap: 12px;
}

.event-booking-section .BookingWrapper .event-left .event-bottom .QuantityBtn .quantity-box input {
    padding: 0;
}

.event-booking-section .BookingWrapper .event-left .event-bottom .QuantityBtn .quantity-box button svg {
    width: 40px;
    height: 16px;
}

.event-booking-section .BookingWrapper .event-left .event-bottom .QuantityBtn .quantity-box input {
    font-size: 18px;
}

.event-booking-section .BookingWrapper .event-left .form-field {
    margin-bottom: 24px;
}

.event-booking-section .BookingWrapper .event-left .event-bottom .event-price h5 {
    font-size: 14px;
}

.event-booking-section .BookingWrapper .event-left .event-bottom .event-price p,
.event-booking-section .BookingWrapper .event-left .event-bottom .QuantityBtn label {
    font-size: 12px;
}

.event-booking-section .BookingWrapper .event-left .event-bottom .QuantityBtn .quantity-box button {
    padding: 14px;
}

    .event-booking-section .BookingWrapper .event-left .event-bottom .QuantityBtn {
        margin-top: 20px;
        flex-direction: column;
        align-items: flex-start;
    }

.event-booking-section .BookingWrapper .event-left .event-bottom {
    margin-top: 0;
}

.Reserve_Banner .BannerContent p {
    max-width: 100%;
    font-size: 16px;
    margin-top: 10px;
}

.Reserve_Banner {
    padding: 30px 0px 40px;
}

.Reserve_Banner h1 {
    line-height: 54.062px !important;
    letter-spacing: 0;
    text-transform: capitalize;
}

.Event_Location img {
    width: 16px;
    height: 16px;
}

.events-products-grid .right h4 {
    font-size: 16px !important;
    line-height: 24px !important;
}
    
.collection-events.collection-page .product-grid-container {
  padding-bottom: 0px !important;
}

.collection-page .facets-toggle {
    border: 1px solid #090909;
    border-radius: 50px;
    text-align: center;
    justify-content: center;
    margin: 0;
}

.facets-toggle .facets-toggle__wrapper {
    width: 100%;
}

.facets__actions {
    gap: 0;
}

.facets-toggle .facets-toggle__wrapper .facets-toggle__button {
    justify-content: center;
    width: 100%;
}

:is(.facets--drawer,.facets--vertical) :is(.facets__item,.sorting-filter):before {
    display: none;
}

/*  */

.journal-blog-section .blog-grid .blog-card .blog-image, .journal-blog-section .blog-grid .blog-card .blogContent,
.event-booking-section .BookingWrapper .event-left, .event-booking-section .BookingWrapper .event-right {
max-width: 100%;
}

.event-booking-section .BookingWrapper {
    gap: 24px;
    flex-direction: column-reverse;
}

#shopify-section-template--20101034836206__kakawa_cta_newsletter_section_drP7PT .ctaNewsletterSection.journalDetailNewsLetter {
    padding-top: 100px !important;
}

.blog-feature .blog-meta {
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
}

.cacao-section .cacao-section-content h5, .cacao-section .cacao-section-content h4, .cacao-section .cacao-section-content h3, .cacao-section .cacao-section-content h6 {
    font-size: 16px;
    margin: 20px 0px 10px;
}

.cacao-section-content {
    max-width: 100% !important;
}

.cacao-section-image {
    display: none;
}

.journal-blog-section .blog-grid .blog-card .blog-excerpt {
    margin-bottom: 14px !important;
    font-size: 12px !important;
    color: rgba(9, 9, 9, .6) !important;
    line-height: 18px !important;
    display: -webkit-box !important;
    margin-top: 6px !important;
}

.ctaNewsletterSection.journalDetailNewsLetter {
    padding-top: 50px !important;
}

.ctaNewsletterSection .cta-heading {
    font-size: 24px !important;
}

.journalDetailNewsLetter.ctaNewsletterSection .cta-newsletter-wrapper .cta-center {
    padding-top: 0 !important;
    padding-bottom: 0px !important;
}

.journalDetailNewsLetter.ctaNewsletterSection .cta-heading {
    font-size: 24px !important;
}

.journalDetailNewsLetter.ctaNewsletterSection .cta-description {
    font-size: 14px !important;
}

.journalDetailNewsLetter.ctaNewsletterSection form#NewsletterForm input[type="email"] {
    font-size: 14px;
    width: 100%;
}

.journalDetailNewsLetter.journalDetailNewsLetter.journalDetailNewsLetter .cta-right {
    padding: 0px 15px !important;
}

.journalDetailNewsLetter.ctaNewsletterSection .cta-right form .customButton {
    font-size: 12px;
    margin-left: 10px;
    padding: 6px 16px !important;
    min-width: fit-content;
}

.journalDetailNewsLetter.ctaNewsletterSection form#NewsletterForm {
    flex-wrap: nowrap !important;
}

.journal-blog-section .blog-grid .blog-card .blogContent .blog-tags .tag {
    color: #2a4baf;
    font-family: 'Archivo Black';
    font-size: 12px;
    font-style: normal;
}
.journal-blog-section .blog-grid .blog-card .blog-title {
  margin-top: 5px !important;
}

.journal-blog-section .blog-grid .blog-card .blog-meta span {
    font-family: "Open Sans";
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
}

.journal-blog-section .blog-grid .blog-card .blog-meta .metadivider {
    margin: 0px 16px;
}

    .imageWithTextSection.Recipe_Banner.Journal_Banner {
        padding: 32px 0 0px;
    }

/*  */
/* More Than Chocolate Section Start */

.moreThanChocolateSection {
    padding-bottom: 0px !important;
}

.imageWithTextSection, .faq-section, .ourRitualsPageContentSection {
    padding: 40px 0px;
}
.moreThanChocolateSection {
    padding: 0px 0px 40px;
}

.moreThanChocolateSection .icon-boxes {
    padding: 32px 0px;
}

.moreThanChocolateSection .icon-boxes .icon-box {
    max-width: calc(33.3% - 0px);
}

/* .moreThanChocolateSection .icon-boxes .icon-box:nth-child(1) {
    order: 1;
} */

.moreThanChocolateSection .icon-boxes {
    padding: 30px 0;
    gap: 10px 0px !important;
    /* flex-direction: row-reverse;  */
}

.moreThanChocolateSection .icon-boxes .icon-box .icon-box-heading {
    margin: 0;
    max-width: 100%;
    font-size: 10px;
}
 
/* More Thank Chocolate Section End */

/* Mission to Disrupt Section Start */

.missionToDisruptSection {
    padding-top: 140px;
}

.missionToDisruptSection .mobileOnly {
    margin-bottom: -12px;
}

.missionToDisruptSection .centerContent {
    max-width: 65% !important;
}

.missionToDisruptSection .smallImage img {
    max-width: 80px !important;
}

.missionToDisruptSection .blueBar .swiper-slide {
    gap: 20px !important;
    padding: 0 !important;
    margin: 0px 10px !important;
}

.missionToDisruptSection .blueBar {
    padding: 4px 0 !important;
}

.missionToDisruptSection .blueBar .barIcon {
    height: 20px !important;
}

/* Mission to Disrupt Section End */

/* Team Behind Section Start */

.teamBehindSection .mainTitle {
    width: 100%;
    max-width: 50%;
    margin: 0 auto 5px;
}

/* Team Behind Section End */

/* Footer Start */

.three-column-footer-section .container {
    padding: 0 !important;
}

.three-column-footer-section .footer-column {
    max-width: 100% !important;
    text-align: left !important;
    padding: 0 !important;
}

.three-column-footer-section .footer-column:first-child {
    border-right: 1px solid rgba(9, 9, 9, .3)  !important;
}

.three-column-footer-section .newsletter-column {
    order: -1;
    max-width: 100% !important;
    border-left: 0 !important;
    border-right: 0 !important;
    border-bottom: 1px solid rgba(9, 9, 9, .3)  !important;
    text-align: center !important;
    padding: 16px !important;  
}

.three-column-footer-section .newsletter-heading {
    margin-bottom: 4px !important;
}

.three-column-footer-section .newsletter-description {
    margin-bottom: 16px !important;
}

.three-column-footer-section .newsletter-input {
    max-width: 100% !important;
}

.three-column-footer-section .customButton {
    max-width: 100% !important;
}

.three-column-footer-section .footer-blue-bar {
    padding: 40px 0px !important;
    border: none !important;
}

.three-column-footer-section .footer-logo {
    padding: 0 16px;
}

.three-column-footer-section .footer-menu li {
    margin-bottom: 0 !important;
    border-bottom: 1px solid #0000006B;
    width: 100%;
    text-align: center;
    padding: 11px;
}

.three-column-footer-section .footer-menu {
    width: 100%;
}

.three-column-footer-section .footer-menu a {
    font-size: 20px !important;
    line-height: 26px !important;
    text-decoration: none !important;
}

/* Footer End */

/* Image WIth Text Section Start */

.imageWithTextSection .leftContent {
    max-width: 100% !important;
}

.imageWithTextSection .rightImageCol {
    display: none;
}

.imageWithTextSection .mainHeading {
    margin-bottom: 16px !important;
}

/* Image With Text Section End */

/* Faq Section Start */

.glossaryPageFaqs .faq-wrapper {
    max-width: 100%;
}

.faq-section .accordion-item .accordion-title, .customTabSection .faq-wrapper .accordion-title {
    padding: 18px 0px !important;
}

.faq-section.glossaryPageFaqs {
    padding-top: 0;
}

.faq-section .accordion-item .accordion-title .faqIcon svg {
    width: 16px !important;
    height: fit-content !important;
}

/* Faq Section End */

/* Our Ritual Page Start */

.ourRitualsPageBanner .rightImageCol {
    display: block !important;
    max-width: 100% !important;
}

.ourRitualsPageBanner .contentWrapper {
    padding: 0 !important;
}

.ourRitualsPageContentSection {
    padding-top: 0 !important;
}

.ourRitualsPageContentSection .rightImageCol img {
    display: none;
}

/* Our Ritual PAge End */

/* Contact Page Start */

.contactPageBanner .rightImageCol {
    display: none !important;
}

.contactPageBanner .contentWrapper {
    border: 0 !important;
}

.contactPageFormSection .contact-map-wrapper .contact-form-col, .contactPageFormSection .contact-map {
    max-width: 100%;
    padding: 0 !important;
}

.contactPageFormSection .contact-map-wrapper {
    flex-direction: column-reverse;
    gap: 24px;
}

.contactPageFormSection {
    padding-top: 20px !important;
}

.contactPageFormSection form .customButton {
    padding: 10px 21px !important;
    width: fit-content !important;
    max-width: fit-content !important;
    min-width: fit-content !important;
}

.directContactSection .contact-box {
    max-width: 100% !important;
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    align-items: center;
}

.directContactSection .contact-icon {
    margin-bottom: 0px !important;
}

.directContactSection .direct-contact-title {
    margin-bottom: 12px !important;
}

.ctaNewsletterSection {
    padding-top: 106px !important;
}

.ctaNewsletterSection .cta-newsletter-wrapper .cta-left, 
.ctaNewsletterSection .cta-newsletter-wrapper .cta-center, 
.ctaNewsletterSection .cta-newsletter-wrapper .cta-right {
    max-width: 100% !important;
    justify-content: center !important;
    text-align: center !important;  
    padding: 0 !important;
}

.ctaNewsletterSection .cta-left img {
    max-width: 70% !important;
    margin: -90px auto 0 !important;
}

.ctaNewsletterSection .cta-newsletter-wrapper .cta-center {
    padding: 45px 16px 16px !important;
}

.ctaNewsletterSection.ctaSection .cta-newsletter-wrapper .cta-center {
    padding: 20px 16px 16px !important;
}

.ctaNewsletterSection .cta-newsletter-wrapper .cta-button {
    padding: 12px 16px !important;
    width: 100% !important; 
    max-width: 90% !important; 
    margin-bottom: 16px !important;
}

.ctaNewsletterSection .cta-heading {
    max-width: 90% !important;
    margin: 0 auto 8px !important;
}

/* Contact Pag End */
 
/* Terms And Condition Page Start */

.termsAndConditionPageContent .mainDescription {
    font-size: 12px !important;
}

.termsAndConditionPageContent .mainDescription strong {
    font-size: 14px !important;
}

.addSpaceInImageWithTextSection, .availableStockistSection {
    padding-top: 0px !important;
}

.termsAndConditionPageContent .mainHeading {
    margin: 0 !important;
    text-transform: capitalize !important;
}


/* Terms And Condition Page End */

/* Information and Policy Page Start */


.customTabSection, .errorPageBanner .rightImageCol {
    display: none !important;
}

.informationPolicyPageBanner .contentWrapper {
    padding-bottom: 0 !important;
    border: 0 !important;
}

.errorPageBanner .leftContent {
    padding-right: 0px !important;
    padding-bottom: 40px !important;
}
.errorPageBanner {
    padding-bottom: 0;
}

/* Information and Policy Page End */

/* Stockists Page Start */

.stockistsBanner .contentWrapper {
    border-bottom: 1px solid rgba(9, 9, 9, .25) !important;
}

.availableStockistSection .infoCol.first, .availableStockistSection .infoCol.second {
    max-width: 100% !important;
}

.availableStockistSection .infoCol.first {
    border-right: 0 !important;
    border-bottom: 1px solid rgba(9, 9, 9, .25) !important;
    padding: 0 0 16px 0 !important;
}

.availableStockistSection .infoCol.second {
    padding: 16px 0 0 0 !important;
}

.RetailersSection {
    padding: 40px 0px 0px !important;
}

.availableStockistSection .mainContent {
    padding-bottom: 0px !important;
}

.RetailersSection .infoCol.first {
    max-width: 100% !important;
    border: 0 !important;
}

.RetailersSection .stockistWrapper {
    gap: 12px !important;
}

.RetailersSection .stockistCard {
    max-width: 100% !important;
}

.availableStockistSection .sectionHeading {
    margin-bottom: 12px !important; 
}

.RetailersSection .infoCol.second, .RetailersSection .infoCol.first {
    padding: 0 !important;
}

/* Stockists Page End */

/* Our story Page Start */

.ourStoryPageBanner .mainHeading {
    max-width: 60%;    
    text-transform: none !important;
}

    .ritual-content p {
        margin: 4px 0 12px !important;
    }

    .ritual-list {
        gap: 8px !important;
    }

.ourStoryPageBanner .rightImageCol img {
    position: absolute !important;
    max-width: 150px !important;
    right: 0 !important;
    top: 36px !important;
}

.ourStoryPageBanner p.bodyMedium {
    font-size: 14px !important;
    line-height: 140% !important;
}

.simpleTextSection .sticky-heading, .simpleTextSection .scrollable-description {
    position: relative !important;
    max-width: 100% !important;
    top: 0 !important;
}

.simpleTextSection {
    padding: 40px 0px 0px !important;
}

.simpleTextSection .content {
    padding-bottom: 40px !important;
}

/* Our Story Page End */


/* Media Page Css Start */

.mediaAndPRPageBanner .mainHeading {
    text-transform: capitalize !important;
}

.featuredHighLightSection {
    padding: 0px;
}

.featuredHighLightSection .contentMain {
    padding-bottom: 40px;
}

.featuredHighLightSection .contentMain .highlight-blocks .highlight-block .highlight-description {
    height: 100%;
}

.featuredHighLightSection .contentMain .highlight-blocks {
    gap: 24px;
}

.featuredHighLightSection .contentMain .highlight-blocks .highlight-block {
    max-width: 100%;
}

.mediaPageCtaSection .cta-right .arrow {
    display: block !important;
}

/* Media Page Css Close */


/* Recipes Page Css Start */

.imageWithTextSection.Recipe_Banner .leftContent {
    padding-top: 0;
    padding-right: 0;
}

.imageWithTextSection.Recipe_Banner .contentWrapper {
    border: none !important;
}

.imageWithTextSection.Recipe_Banner {
    padding: 32px 0 32px;
}

/* Recipes Page Css Close */

.mediaPageCtaSection {
    padding-top: 120px !important;
}


.article-recipes-detail-page .custom-section-content p,
.article-recipes-detail-page .custom-section-content li {
  margin: 0px !important;
  font-size: 16px !important;
}

.article-recipes-detail-page .custom-section-content ul {
    gap: 12px;
}

.article-recipes-detail-page .custom-section-content h5 {
    font-size: 18px;
}

#shopify-section-template--20115392626926__section_QDqKDa {
    padding-bottom: 40px;
}

.icon-boxes-section {
    padding-top: 24px;
}

.icon-boxes-section .icon-boxes-grid .icon-box {
    padding: 12px 8px;
    max-width: calc(33% - 10px);
}

.icon-boxes-section .icon-boxes-grid {
    margin-top: 20px;
    gap: 16px;
}

.icon-boxes-section .icon-boxes-grid .icon-box img {
    width: 40px;
    height: 40px;
    margin: 0px auto 12px;
}

.icon-boxes-section .icon-boxes-grid .icon-box h6 {
font-size: 14px;
margin-bottom: 4px;
}

.icon-boxes-section .icon-boxes-grid .icon-box p {
    font-size: 12px;
}

.blogTitleInfo .text-block.h3 {
    flex: auto !important;
    margin-bottom: 4px;
}

    .shopCacaoButton {
        padding: 4px 14px 6px;
        font-size: 12px;
        line-height: 18px;
        bottom: 10px;
    }
    
}


@media ( max-width: 430px ) {
.ourStoryPageBanner .mainHeading {
    Max-width: 70% !important;
}

img.ritualIcon {
    width: 70px;
    height: 80px;
    right: -15px;
    top: 190px;
    object-fit: contain;
}

.teamBehindSection .centerContent {
  padding-top: 00px;
}
}

@media(min-width:500px) and (max-width:991px){
    .ritual-content {
        padding: 20px 16px 120px !important;
    }
}


@media (max-width: 375px) {

/* More Thank Chocolate Section End */

/* .missionToDisruptSection {
    height: 40vh !important;
} */

.missionToDisruptSection .centerContent {
    max-width: 100% !important;
}

.missionToDisruptSection .smallImage img {
    max-width: 80px !important;
    margin-bottom: 10px !important;
}

.teamBehindSection .mainTitle {
    max-width: 60%;
}

/* Mission to Disrupt Section End */

/* Stockists Page Start */

.stockistsBanner .mainHeading {
    max-width: 100%;
}

/* Stockists Page End */

}

@media(max-width: 340px){
    /*  */
    .icon-boxes-section .icon-boxes-grid .icon-box {
        padding: 12px 8px;
        max-width: calc(50% - 10px);
    }

/*  */
}


@media (max-width: 320px) {

/* Footer Start */

.three-column-footer-section .newsletter-input {
    max-width: 53% !important;
}

.three-column-footer-section .newsletter-input-group {
    gap: 8px !important;
}

/* Footer End */

}

@media(max-width:305px){
.event-booking-section .BookingWrapper .event-left .event-bottom .PriceSection {
    align-items: flex-start;
    flex-wrap: wrap;
    flex-direction: column;
}
}


