/** Shopify CDN: Minification failed

Line 659:0 Unexpected "`"
Line 758:12 Expected ":"

**/
/* ********************************************* */
/* ************ HEADER CSS START *************** */
/* ********************************************* */
.menu-drawer-container .header__icon--summary.header__icon--menu {
    padding: 0;
}

.menu-drawer-container .header__icon--summary.header__icon--menu .header-drawer-icon--open svg {
    width: 100%;
}

.menu-drawer-container .header__icon--summary.header__icon--menu .header-drawer-icon--open {
    width: 80px;
}
p strong {
    color: #F3E5DC99;
}
cart-drawer-component.cart-drawer {
    display: flex;
    align-items: center;
}
.header-drawer_custom {
    display: flex;
    align-items: center;
    gap: 20px;
}
.global-btn {
  display: inline-block;
  border: 1px solid #000;
  padding: 4px 16px;
  font-size: 13px;
  text-decoration: none;
  color: black;
  transition: all 0.3s ease;
  border-radius: 3px;
}

.global-btn{
    position: relative;
}


.global-btn:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    transition-property: all;
    transition-timing-function: cubic-bezier(.4,0,.2,1);
    transition-duration: .45s;
}
.global-btn:after {
    background: black;
}

.global-btn:hover:after {
    width: 100%;
}
.global-btn span, .globle-btn_wrap span {
    position: relative;
    z-index: 2;
}

.global-btn, .globle-btn_wrap {
    overflow: hidden;
}
.global-btn:hover {
    color: white;
}
button.button.menu-drawer__close-button {
    margin-left: auto;
}

.header_custom_drawer-row {
    padding-top: 10px;
}

.header_custom_drawer-row {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 0px;
}

.header_custom_drawer-header h2 {
  font-size: 20px;
  font-weight: normal;
  margin-bottom: 20px;
}

.header_custom_drawer-body h3 {
  font-size: 18px;
  margin-bottom: 30px;
}

.drawer-body_menu {
    display: flex;
    justify-content: space-between;
}

.drawer-body_menu-left {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.drawer-body_menu-right {
    display: flex;
    flex-direction: column;
    width: 30%;
    min-width: 120px;
    gap: 10px;
}

.drawer-body_menu-left {
    width: 50%;
}

a.menu-left-item {
    color: black;
    font-size: 14px;
}

a.menu-right-item {
    color: grey;
    font-size: 14px;
}

.header_custom_drawer-footer p {
  font-size: 13px;
  color: #444;
  line-height: 1.6;
  margin-bottom: 15px;
}

.header_custom_drawer-header {
    padding: 0px 20px 30px;
    border-bottom: 1px solid #0000001A;
}

.header_custom_drawer-body {
    padding: 40px 20px 40px;
}

.drawer-body_menu-item p {
    width: 50%;
}

.header_custom_drawer-footer {
    padding: 40px 20px 30px;
}
.header_custom_drawer-footer {
    margin-top: auto;
}
.header_custom_drawer-row {
    height: 100%;
}
.multicolumn {
    background: black;
}
@media (max-width:1050px){
    .menu-drawer-container .header__icon--summary.header__icon--menu .header-drawer-icon--open {
        width: 40px;
    }
}
@media (max-width:750px){
    .header__row {
        padding: 0 15px;
    }

    .header__columns {
        padding: 0;
    }
    
}
/* ********************************************* */
/* ************ HEADER CSS END *************** */
/* ********************************************* */

/* ********************************************* */
/* ************ FOOTER CSS START *************** */
/* ********************************************* */
.footer-utilities__group.footer-utilities__group--left {
    display: none;
}

.footer-utilities__group.footer-utilities__group--right {
    justify-content: flex-start;
}
button.email-signup__button--integrated.email-signup__button--text {
    padding: 0 8px;
    height: 33px;
}
svg.social-icons__icon {
    fill: color(srgb 1 1 1);
}
footer .menu:not(:has(.menu__heading--empty)) .details-content {
    margin-top: 30px;
}
@media screen and (width < 750px) {
    footer .custom-font-size p {
        text-align: left;
    }
    .text-block--AS3ExZWVVOTF3ME4wV__text_3L9Fjq--wrapper p {
        font-size: 16px;
    }
    .mobile-text-lef, .mobile-text-left p   { text-align: left; }
    .mobile-text-center, .mobile-text-center p { text-align: center;margin: 0 auto; }
    .mobile-text-right, .mobile-text-right p  { text-align: right; }
    div.mobile-row-reverse {
        flex-direction: column-reverse!important;
    }
}
/* ********************************************* */
/* ************ FOOTER CSS END *************** */
/* ********************************************* */

/* ********************************************* */
/* ************ VIDEO CSS START *************** */
/* ********************************************* */
.video_hight {
    height: 100vh;
}
.icon-play_wrapper {
    bottom: 10px;
    top: unset;
    left: unset;
    right: 10px;
}

.icon-play_wrapper svg {
    width: 25px;
    height: 25px;
}
span.show_custom_play {
    position: absolute;
    bottom: 20px;
    right: 20px;
    z-index: 2;
    cursor: pointer;
}

span.show_custom_play svg {
    width: 25px;
    height: 25px;
}
svg.pause_wrap {
    position: absolute;
    top: 0;
    opacity: 0;
    transition: 0.3s ease;
}

span.show_custom_play.active svg.pause_wrap {
    opacity: 1;
}

span.show_custom_play.active svg.play_wrap {
    opacity: 0;
}

svg.play_wrap {
    transition: 0.3s ease;
}
@media (max-width:750px){
  video {
    padding: 0!important;
  }
}
/* ********************************************* */
/* ************ VIDEO CSS END *************** */
/* ********************************************* */

@media screen and (width < 750px) {
  .section-mobile-full-width>* {
      grid-column: 1 / -1;
  }
  .section-mobile-page-width>* {
      grid-column: 2;
  }
}




/* ********************************************* */
/* ************ SWIPER CSS START *************** */
/* ********************************************* */
.custom_btn_control:after {
    content: unset!important;
}
@media (min-width:1050px){
  .testimonial-card_item:first-child {
      margin-left: 60px;
  }
}
@media (max-width:800px){
  .testimonial-card_item:first-child {
      margin-left: 20px !important;
  }
}
div.custom_btn_control {
    width: 40px;
    height: 40px;
    left: unset;
    right: 0;
}
.swiper-button-prev.custom_btn_control {
    margin-right: 50px;
}
@media (max-width:750px){
  .custom_btn_control___wwrapper.hide_in_mobile {
    display: none;
  }
  .swiper-wrapper__container {
    gap: 10px;
  }
}
/* ********************************************* */
/* ************ SWIPER CSS END *************** */
/* ********************************************* */

.group-block-content.swiper-wrapper {
    gap: 0;
}

/* .swiper-slide.testimonial-card_item:nth-child(2) {
    margin-left: 40px;
}
@media (max-width:750px){
  .swiper-slide.testimonial-card_item:nth-child(2) {
    margin-left: 20px;
  }
} */

/* ********************************************* */
/* ************ PRODUCT CSS START *************** */
/* ********************************************* */
@media (min-width:750px){
  .custom_changes_wrapper .product-information__grid {
      display: flex;
  }
  
  .custom_changes_wrapper .product-information__media {
      min-width: unset;
      width: 60%;
  }
  
  .custom_changes_wrapper .product-details {
      width: 40%;
  }
}
label.variant-option__button-label {flex-direction: column;}

span.variant_save_text {
    line-height: 1;
}

.variant-option__button-label:has(:checked) span.variant_save_text {
    color: rgb(163 163 163);
}
/* div.custom_changes_wrapper .product-details-wrapper {
    border: 1px solid #00000080;
    border-radius: 2px;
} */
div.custom_changes_wrapper .text-block ul {padding: 0 17px;}
.variant-picker__form fieldset legend {
    display: none;
}
rte-formatter p {
    font-weight: 600;
    color: #515151;
}
div.custom_changes_wrapper .product-details {
    padding: 0!important;
}
button.description_read-more {
    cursor: pointer;
}
@media screen and (width < 750px) {
  .custom-font-size h1 {
      justify-content: flex-start;
  }
  .custom_changes_wrapper .product-information__media {
      margin-bottom: 15px;
  }
  .custom_changes_wrapper slideshow-container slideshow-slides {
      gap: 10px;
  }
}
/* .product_description_wrapper {
  height: 100%;
  text-overflow: ellipsis;
  overflow: hidden;
  max-height: 97px;
} */
button.description_read-more {
  background: unset;
  border: unset;
  padding: 0;
  font-weight: 600;
  text-decoration: underline;
}

  
.accordion.last_child {
    border-bottom: 1px solid;
}
div.custom_changes_wrapper .add_border_now {
    border: 1px solid #00000080;
    border-radius: 2px;
    padding: 30px;
}
/* ********************************************* */
/* ************ PRODUCT CSS END *************** */
/* ********************************************* */


/* ********************************************* */
/* ************ PRODUCT ACCORDION CSS START *************** */
/* ********************************************* */
.accordion .accordion_title {
    border-color: #3b332d;
    padding: 10px 24px 7px 0;
    line-height: 29px;
}
.accordion .accordion_title.uppercase {
    letter-spacing: 1px;
}
.accordion .accordion_title {
    cursor: pointer;
    border-top: 1px solid #3b332d;
    border-top: 1px solid;
    margin: 0;
    padding: 14px 24px 12px 0;
    font-size: 100%;
    line-height: 1.35;
    position: relative;
}
.accordion .accordion_inner {
    display: none;
}
.accordion .accordion_inner p {
    color: #3b332d;
}
h2.uppercase.accordion_title {
    display: flex;
    justify-content: space-between;
    position: relative;
}

h2.uppercase.accordion_title span {
    width: 16px;
    height: 16px;
    position: relative;
    cursor: pointer;
}

h2.uppercase.accordion_title span:after {
    content: '';
    width: 100%;
    height: 1.6px;
    position: absolute;
    background: black;
    top: 0;
    bottom: 0;
    margin: auto;
    transition: 0.3s ease;
}

h2.uppercase.accordion_title span:before {
    content: '';
    width: 1.6px;
    height: 100%;
    position: absolute;
    background: black;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 0;
    left: 0;
    transition: 0.3s ease;
}

h2.uppercase.accordion_title {
    font-weight: 100;
}
.accordion.active span::before {opacity: 0;}
.metafield-rich_text_field_cu p {
    font-size: 14px;
}

.metafield-rich_text_field_cu {
    padding-bottom: 20px;
}
.product-details {
    flex-direction: column;
}
.product_meta_accordions {
    margin-top: 30px;
}
span.variant_save_text {
    font-size: 12px;
}
.blog-post-card___info {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.blog-post-card___info a * {
    font-size: 14px!important;
}

.blog-post-details span {
    font-size: 14px;
}

.blog-post-card__content {
    padding: 0;
}

.blog-post-card__content-text {
    padding: 0!important;
}

.blog-grid-left div.blog-post-item:first-child:has(.blog-post-card__image-container) div.blog-post-card__content .blog-post-card__content-text rte-formatter {
    font-size: 50px;
}
@media screen and (width >= 768px) {
    .accordion_title {
        flex: 0 200px;
        padding: 24px;
    }
    .accordion .accordion_title {
        line-height: 1;
    }
    .accordion .accordion_title {
        padding: 20px 0;
    }
}
@media (max-width:750px){
    .mobile_changes_space {
        height: 90vh;
    }

    .mobile_changes_space .layout-panel-flex--column {
        justify-content: flex-start;
    }

    .mobile_changes_space .layout-panel-flex--column .mobile-text-center.spacing-style.text-block {
        margin-top: auto;
    }
}
/* ********************************************* */
/* ************ PRODUCT ACCORDION CSS END *************** */
/* ********************************************* */

.contact-form {
    background: #F3E5DC;
    padding: 40px;
}

.contact-form__input {
    background: transparent!important;
}

.contact-form__form input {
    border: 1px solid;
}

textarea.contact-form__input {
    border: 1px solid;
}
.contact-form__form-row {
    flex-direction: column!important;
    align-items: flex-start!important;
}
.submit-button {
    border: 1px solid;
    border-radius: 4px;
}
label.inputs_label {
    font-size: 20px;
}

.contact-form__form input {
    padding: 5px 10px;
}
.submit-button {
    padding: 8px;
}
h1.contact-form_heading {
    font-size: 38px;
    margin: 0 auto 40px;
    text-align: center;
}
textarea.contact-form__input {
    padding: 5px 10px;
}
@media (max-width:750px){
    .contact-form {
        margin-top: 20px;
        padding: 30px 15px;
    }

    h1.contact-form_heading {
        font-size: 24px;
    }

    label.inputs_label {
        font-size: 16px;
    }
    .page-width-content {
        margin-top: 20px;
    }
    div.custom_changes_wrapper .add_border_now {
        padding: 10px;
    }
    .mobile-text-left h1 {
        text-align: left;
    }
    .variant-option--equal-width-buttons .variant-option__button-label {
        padding: 10px;
    }
    .menu-drawer-container .header__icon--summary {
        padding: 0!important;
    }
}


/* ****************************************** */
/* ************ MAIN BLOGS CSS START ******** */
/* ****************************************** */

.blog-grid-wrapper {
    display: flex;
    gap: 20px;
}

.blog-grid-left {
    width: 50%;
}

div.blog-grid-right {
    width: 50%;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}
`
.blog-post-card {
    flex-direction: column!important;
}
.blog-post-item:first-child .blog-post-card {
    flex-direction: column!important;
}

.blog-post-item:first-child .blog-post-card__image-container {
    width: 100%!important;
}

div.blog-post-item:first-child:has(.blog-post-card__image-container) div.blog-post-card__content {
    width: 100%;
    padding: 0;
}

.blog-grid-wrapper .blog-post-card__image--large {
    --blog-post-card-img-height: 100%!important;
    border-radius: unset;
}
.blog-grid-left div.blog-post-item:first-child:has(.blog-post-card__image-container) div.blog-post-card__content .blog-post-card__content-text .blog__title * {
    font-size: 50px;
}
.blog-grid-right .blog-post-item {
    width: calc(100% / 2 - 10px);
}
.blog-grid-right a.blog__title * {
    font-size: 16px;
    line-height: 1.3;
}
div.blog-post-item:first-child:has(.blog-post-card__image-container) div.blog-post-card__content {
    padding-top: 10px;
} 
@media (max-width:1050px){
    .blog-grid-left div.blog-post-item:first-child:has(.blog-post-card__image-container) div.blog-post-card__content .blog-post-card__content-text .blog__title * {
        font-size: 30px;
    }
    .blog-post-card___info a * {
        font-size: 12px !important;
    }
    .blog-post-details span {
        font-size: 12px;
    }
}

@media (max-width:750px){
    .blog-post-card__content-text * {
        font-size: 12px;
        line-height: 1;
    }

    .blog-grid-wrapper {
        flex-direction: column;
    }

    .blog-grid-left {
        width: 100%;
    }

    .blog-post-card__content-text {
        margin-top: 10px;
    }

    div.blog-grid-right {
        width: 100%;
    }

    .blog-grid-wrapper {
        padding: 30px 0;
    }

    .marquee__wrapper {
        gap: 15px!important;
    }

    .marquee__content {
        gap: 15px!important;
    }

    .marquee__repeated-items {
        gap: 18px!important;
    }

    div.dot_wrapper {
        width: 7px;
        height: 7px;
    }
    .blog-post-card__content a {
        padding: 0!important;
    } 

    div.blog-post-item:first-child:has(.blog-post-card__image-container) div.blog-post-card__content {
        padding-top: 7px;
    }
    div.blog-grid-right {
        overflow-y: auto;
        /* hide on Firefox */
        scrollbar-width: none;
        hide on IE/Edge
        -ms-overflow-style: none;
        flex-wrap: unset;
        gap: 12px;
    }

    div.blog-grid-right .blog-post-item {
        min-width: 70%;
    }

    .blog-posts-container.blog-grid-right::-webkit-scrollbar {
        width: 0;
        height: 0;        
    }
    .blog-post-card__content a {
        margin-bottom: 10px;
    }
    .blog-post-card__content a {
        margin-bottom: 10px;
    }

    .latest-blogs-column {
        flex-wrap: wrap;
    }

    .latest-blogs-column .latest-blogs-column-item {
        width: 100%!important;
        border-right: unset!important;
        border-bottom: 1px solid;
    }
} 
/* ******************************************** */
/* ************ MAIN BLOGS CSS END ************ */
/* ******************************************** */


.marquee__repeated-items p strong {
    color: unset;
}
.small_dot span.dot_body {
    width: 7.5px;
    height: 7.5px;
}
span.orb_dot_wrap {
    width: 10px;
    height: 10px;
    background: black;
    display: flex;
    min-width: 10px;
    margin-top: 8px;
}

.orb_rich_text {
    display: flex;
    align-items: flex-start;
    flex-direction: row-reverse;
    gap: 15px;
}

.orb_rich_text p {
    max-width: fit-content;
}

.revse .orb_rich_text {
    flex-direction: row;
}

.orb_title_h1 p {
    font-size: 110px;
}

.orb_title {
    display: flex;
    justify-content: center;
    align-items: center;
}

.new {
    flex-direction: row-reverse;
}
.orb_rich_text p {
    font-size: 12px;
}
.logo_image img {
    max-width: 50px;
}
.orb_title_h1 p {
    font-size: 110px;
}
.orb_title.revse {
    flex-direction: row-reverse;
}
.orb_title {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.drink_column--data {
    display: flex;
    flex-direction: column;
    gap: 90px;
}

.orb_rich_text p {
    font-size: 12px;
}
.orb_rich_text {
    max-width: 200px;
}

.orb_rich_text {
    text-align: right;
}
.revse .orb_rich_text {
    text-align: left;
}

.drink_column--top .logo_text p {
    font-size: 17px;
    line-height: 1;
}
.drink_row {
    background: linear-gradient(102.19deg, #F3E5DC 0%, #CCA797 100%);
    padding: 10px 0 100px;
    margin-bottom: 60px;
}

.drink_column {
    display: flex;
    flex-direction: column;
    gap: 90px;
}

.drink_column--top {
    display: flex;
}

.logo_text p {
    font-size: 16px;
}

.orb_title_h1 h1 {
    font-weight: 100;
}
.drink_column--top .logo_text p {
    margin: 0;
}

.drink_column--top {
    gap: 10px;
}

.logo_text {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.drink_column--top {
    align-items: center;
}
@media (max-width:1050px){
  .orb_title_h1 p {
    font-size: 60px;
  }
}
@media (min-width:750px){
  .drink_column--data--mobile {
        display: none;
  }
  .orb_title_h1 p br {
        display: none;
    }
}
@media (max-width:990px){
  .orb_rich_text.desktop {
        display: none;
  }
  .drink_column--data--mobile {
        display: flex;
        justify-content: space-between;
    }
  .drink_column--data--mobile {
    display: flex;
        justify-content: space-between;
    }

    .drink_column--data--mobile .orb_rich_text {
        text-align: left;
        flex-direction: row;
    }
    .orb_rich_text:first-child {
        order: 1;
    }
    .drink_row {
        margin-bottom: 0px;
    }
    .orb_info_column {
    flex-direction: column;
    }

    .orb_block_col {
        flex-direction: column;
    }

    .orb_info_col_content_2 {
        max-width: 401px;
    }

    .orb_info_column p {
        font-size: 14px;
    }
    span.content_2_text {
    display: none;
    }
    .orb_info_col_content_2 {
    max-width: 326px;
    }
    .orb_info_column .orb_info_col {
    gap: 200px;
    }
    div.orb_block_text:after {
    width: 100%;
    height: 1px;
    content: '';
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(180deg, #CCA797 0%, #F4E5DC 100%);
    position: absolute;
    }
.orb_block_text {
    border-top: 1px solid;
    border-image-source: linear-gradient(180deg, #CCA797 0%, #F4E5DC 100%);
    padding-top: 0;
    padding-bottom: 0px !important;
    }
    .orb_block_col:last-child {
    padding-bottom: 10px;
    }
    div.blog_inner_row {
    display: unset ;
    justify-content: unset;
    width: 100%;
    }
    .blog_inner_row .col_image img {
    max-width: unset;
    }
    .blog_column .text_row {
    max-width: 95%;
    }
    div.marquee__wrapper {
    padding: 15px;
    }
    .orb_block_text .block_icon {
        display: flex;
        align-items: center;
    }
}
@media (max-width: 600px) {
    .orb_title_h1 p {
        font-size: 50px;
    }
    .drink_column {
        gap: 40px;
    }
    .orb_rich_text {
        width: 50%;
    }
}
@media (max-width: 380px) {
    .orb_title_h1 p {
        font-size: 40px;
    }
}
.orb_block_text_content {
    display: flex;
    gap: 7px;
    padding-top: 15px;
}
span.dot_orb_info {
    width: 10px;
    height: 10px;
    background-color: #FF5500;
    display: flex;
    margin-top: 7px;
}
.orb_info_col_content {
    display: flex;
    gap: 7px;
}
.orb_info_column p {
    margin: 0;
}
.orb_info_col_content_2 {
    display: flex;
    gap: 16px;
    width: 550px;
}
.orb_info_column {
    width: 100%;
    display: flex;
}
.orb_block_col {
    display: flex;
    gap: 10px;
    width: 100%;
}
.orb_block_text {
    width: 100%;
    display: flex;
    gap: 5px;
    padding: 20px;
}
.orb_block_text {
    border-left: 1px solid;
    border-image-source: linear-gradient(180deg, #CCA797 0%, #F4E5DC 100%);
    padding-top: 0;
}

.orb_block_text {
    position: relative;
}

.orb_block_text:after {
    width: 1px;
    height: 100%;
    content: '';
    left: 0;
    background: linear-gradient(180deg, #CCA797 0%, #F4E5DC 100%);
    position: absolute;
}
span.orb_block_text_span {
    width: 10px;
    height: 10px;
    display: flex;
    background: black;
    margin-top: 7px;
}
.orb_info_row {
    width: 100%;
    background-color: #F3E5DC;
}
.orb_info_container {
    width: 100%;
}
.orb_info_inner_row {
    width: 100%;
}
.orb_info_col {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 150px;
    padding: 30px;
    max-width: fit-content;
}