/** Shopify CDN: Minification failed

Line 1241:2 Unexpected "{"

**/
/* ========================================
   Global Styles
======================================== */


:root {
  /* Base Colors */
  --color-black: #000000;
  --color-white: #FFFFFF;

  /* Primary Brand Colors */
  --color-primary-blue: #3C59C1;
  --color-primary-purple: #570D3A;
  --color-secondary-purple: #7C206F;
  --color-teal: #73C0D4;

  /* Accent Colors */
  --color-accent-coral: #DA5742;
  --color-accent-pink: #EB6A9F;
  --color-accent-gold: #EFB34F;
  --color-accent-yellow: #F6C643;
  --color-accent-cream: #FCEDAF;

  /* Neutral Colors */
  --color-gray: #A7A7A7;
  --color-light-gray: #D9D9D9;

  /* Transparent Variants */
  --color-primary-blue-transparent: rgba(60, 89, 193, 0);
  --color-primary-purple-transparent: rgba(87, 13, 58, 0);
  --color-secondary-purple-transparent: rgba(124, 32, 111, 0);
  --color-light-gray-transparent: rgba(217, 217, 217, 0);


/* Font Sizes */
  --fs-12: 12px;
  --fs-13: 13px;
  --fs-14: 14px;
  --fs-15: 15px;
  --fs-16: 16px;
  --fs-17: 17px;
  --fs-18: 18px;
  --fs-19: 19px;
  --fs-20: 20px;
  --sub-heading: 55px;

/* Font Weights */
   --fw-100: 100;
  --fw-200: 200;
  --fw-300: 300;
  --fw-400: 400; /* Regular */
  --fw-500: 500; /* Medium */
  --fw-600: 600; /* Semi Bold */
  --fw-700: 700; /* Bold */
  --fw-800: 800; /* Extra Bold */
  --fw-900: 900; /* Black */

  /* Font Family */
  --ff-frock: 'Frock', sans-serif;
  --ff-frock-bold: 'frockbold', sans-serif;
  --ff-new-hero: 'new_herosuper';
  --ff-rl-aqva: 'RL Aqva', sans-serif;
  --font-h1--family: 'new_herosuper';
  --font-h2--family: 'new_herosuper';
  --font-h3--family: 'new_herosuper';
  --font-h4--family: 'new_herosuper';
  --font-h5--family: 'new_herosuper';
  --font-h6--family: 'new_herosuper';
  --font-paragraph--family: 'Frock', sans-serif !important;
  --ff-rl: 'rl_aqvablack';
  --ff-mr-dafo: 'mr_dafoeregular';

}


@font-face {
    font-family: 'new_herosuper';
    src: url('/cdn/shop/files/newhero-super-webfont.woff2?v=1780665507') format('woff2'),
         url('/cdn/shop/files/newhero-super-webfont.woff?v=1780665507') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'frockregular';
    src: url('/cdn/shop/files/frock-regular-webfont.woff2?v=1780666013') format('woff2'),
         url('/cdn/shop/files/frock-regular-webfont.woff?v=1780666014') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'frockbold';
    src: url('/cdn/shop/files/frock-bold-webfont.woff2?v=1782193062') format('woff2'),
         url('/cdn/shop/files/frock-bold-webfont.woff?v=1782193062') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'rl_aqvablack';
    src: url('/cdn/shop/files/rlaqva-black-webfont.woff2?v=1781074443') format('woff2'),
         url('/cdn/shop/files/rlaqva-black-webfont.woff?v=1781074442') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'mr_dafoeregular';
    src: url('/cdn/shop/files/mrdafoe-regular-webfont.woff2?v=1781090066') format('woff2'),
         url('/cdn/shop/files/mrdafoe-regular-webfont.woff?v=1781090065') format('woff');
    font-weight: normal;
    font-style: normal;

}




body {
    --header-group-height: 10px !important;
}
h1,
h2,
h3,
h4,
h5,
h6,
h1 p,
h2 p,
h3 p,
h4 p,
h5 p,
h6 p {
  font-family: var(--ff-new-hero);
}

body,
p,
li {
  font-family: var(--ff-frock);
}

.relative {
  position: relative;
}

.default-header  {
      padding: 150px 20px 150px;
}
    .default-header:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 128px;
    background: url(https://drinkbrightside.com/cdn/shop/files/cream-stripes.png?v=1780566150);

    }
    .default-header .h1 h1 {
        font-size: 55px;
        text-transform: uppercase;
        margin-bottom: 30px;
    }

#header-component {
    --language-button-background-color: transparent;
    --language-button-border-color: transparent;
    --header-bg-color: transparent;
    --header-logo-display: none;
    --header-logo-inverse-display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background-color: transparent;
    z-index: var(--layer-overlay);
}
#header-component[data-sticky-state=active] {
    background: #570D3A;
}
.page-faq #header-component,
.page-customer-portal #header-component {
    background: #570D3A;
}
.page-customer-portal #MainContent {
	background: #FCEDAF;
}


.header__row .header__columns {
  width: 100%;
    max-width: 1280px;
    margin: 0 auto;
    padding: 20px 15px;
}
.header__row .header__columns .header-menu-overlay__heading {
	margin-bottom: 50px;
}
.account-actions__link {
	color: #fff;
	--button-border-color: #fff !important;
}
.page-width,
.custom-section-content {
  max-width: 1280px;
  margin: 0 auto;
  width: 100%;
}


   header-actions {
    display: flex;
    align-items: center;
    gap: 7px;
}

.header-actions__portal-link {
    color: var(--color-foreground, #fff);
    text-decoration: none;
}

.header-actions__portal-link .svg-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 25px;
    height: var(--button-size, 44px);
}
.header-actions__action .svg-wrapper {
	width: 25px;
}
.header-actions__portal-link svg {
    width: var(--icon-size-md, 24px);
    height: var(--icon-size-md, 24px);
}

.button.size-style,
.button-secondary.size-style {
    font-size: var(--fs-16);
    font-weight: var(--fw-600);
    font-family: var(--ff-new-hero);
    border-radius: 0;
    color: var(--color-white);
    padding-left: 35px;
    padding-right: 35px;
}

.button.size-style {
    background: var(--color-accent-coral);
}
#template--23187331711226__featured_product_information_8rWRq6 .main-heading {
    text-align: center;
    margin: 30px;
}
.button-secondary.size-style {
    background: var(--color-secondary-purple);
    --button-border-width: 0;
}

.button.size-style:hover {
background: var(--color-primary-purple);
}
.button-secondary.size-style:hover {
background: var(--color-accent-pink);
}



/*      ---------------------- Hero Section START ----------------- */
.hero__container {
padding: 200px 0px;
}
.hero__container .hero__media {
    object-position: top center;
}
.hero__container .text-block.h1 p {
    font-size: 85px;
    max-width: 800px;
    font-family: var(--ff-new-hero);
}
.hero__container .text-block p {
    font-size: var(--fs-16);
    font-family: var(--ff-frock);
    max-width: 600px;
}
.stripe-img {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 128px;
    background: url(/cdn/shop/files/cream-stripes.png?v=1780566150);
}
/*      ---------------------- Hero Section END ----------------- */


#shopify-section-template--22612384940282__marquee_hq4d9w {
  background: var(--color-accent-cream);
}
.marquee__repeated-items p {
    color: var(--color-secondary-purple);
}


/* ========================================
   Zembrin Effect Section
======================================== */

.zembrin-effect-wrapper {
  max-width: 1200px;
  margin: 0 auto;
}

.zembrin-header {
  text-align: center;
  margin-bottom: 40px;
}

.zembrin-header h2 {
  font-size: var(--sub-heading);
  font-weight: 800;
  color: var(--color-accent-coral);
  margin: 0 0 15px;
  line-height: 1;
  text-transform: uppercase;
}

.zembrin-header p {
  color: var(--color-white);
  font-size: var(--fs-16);
  letter-spacing: 0;
  margin-top: 12px;
}

.zembrin-grid {
    display: grid;
    grid-template-columns: 25% 1fr 25%;
    gap: 30px;
    align-items: center;
}

.zembrin-benefits {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.zembrin-benefits.left {
    align-items: end;
}
.zembrin-benefits.left .benefit-item:nth-child(2) {
    align-self: start;
}
.zembrin-benefits.right {
    align-items: start;
}
.zembrin-benefits.right .benefit-item:nth-child(2) {
    align-self: end;
}


.benefit-item {
    text-align: center;
    gap: 15px;
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 170px;
}
.benefit-item img {
    width: auto;
}

.benefit-text {
  color: #fff;
  font-size: 15px;
  line-height: 1.4;
}

.zembrin-center {
  text-align: center;
}

.zembrin-center img {
  width: 100%;
  display: block;
  margin: auto;
}

.zembrin-bottom-content {
    text-align: center;
    margin-top: 30px;
    display: flex;
    justify-content: center;
    gap: 40px;
}

.zembrin-bottom-content p {
    color: #fff;
    max-width: 310px;
    margin: 0;
    line-height: 1.6;
    font-size: 16px;
    font-weight: normal;
}

.zembrin-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 16px 35px;
  background: var( --color-accent-yellow);
  color: var(--color-accent-pink);
  text-decoration: none;
  font-size: var(--fs-16);
  font-weight: var(--fw-700);
  text-transform: uppercase;
  transition: 0.3s;
}

.zembrin-btn:hover {
  opacity: 0.85;
}


/* ========================================
   Most Drinks Section
======================================== */
.most-drinks  .group-block-content .h3 p {
  color: var(--color-accent-cream);    
    font-size: var(--sub-heading);
    font-family: var(--ff-new-hero);
    font-weight: 900;
    line-height: 60px;
}

.most-drinks  .group-block-content .h3 p strong {
    color: var(--color-secondary-purple);
}

.most-drinks  .group-block-content p {
    color: white;
    font-size: var(--fs-16);
    font-family: var(--ff-frock);
    font-weight: var(--fw-400);
    width: 100%;
    max-width: 100%;
}

.most-drinks .section--page-width {
    max-width: 1350px;
    margin: 0 auto;
}
.most-drinks  .image-block {
    width: 75%;
}


/* ========================================
   Lighter Section
======================================== */

.lighter  h2 {
    font-size: var(--sub-heading);
    color: var(--color-accent-cream);
}
.lighter  h3 {
    font-size: var(--sub-heading);
    color: var( --color-teal);
    padding-bottom: 100px;
}

.lighter:after  {
  content: "";
  background: url(/cdn/shop/files/cream-stripes.png?v=1780566150);
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 128px;
}

.lighter .spacing-style {
  --padding-block-end: 200px;
}

 #shopify-section-template--22612384940282__content_timeline_faq_gx6myV .content-timeline-faq .ctf-heading {
    color: #570D3A;
}

/* ========================================
   Timeline / FAQ Section
======================================== */

.ctf-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: start;
}

.ctf-eyebrow {
  text-transform: uppercase;
  margin-bottom: 24px;
  font-style: italic;
}

.ctf-heading {
    margin: 0 0 30px;
    font-size: var(--sub-heading);
    line-height: .95;
    font-weight: 800;
    text-transform: uppercase;
    color: var(--color-primary-purple);
}
#shopify-section-template--22612384940282__content_timeline_faq_dtPr9G  .ctf-heading {
    color: #DA5742;
}

.ctf-description {
  margin-bottom: 30px;
  max-width: 550px;
}

.ctf-description a {
  color: #570D3A;
}
.ctf-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 16px 28px;
    text-decoration: none;
    background: #DA5742;
    color: #fff;
    font-weight: 700;
}
.ctf-btn:hover {
  background: var(--color-primary-purple);
}


.ctf-faq-link {
  display: inline-block;
  margin-top: 15px;
  font-weight: 700;
  text-decoration: underline;
}


/* INGREDIENT section */
.section.ingredients {
    padding-bottom: 150px;
}
.ingredients:after {
    content: "";
    background: url(/cdn/shop/files/cream-stripes.png?v=1780566150);
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 128px;
}

.ingredients .text-block.h2 h2 {
    font-size: var(--sub-heading);
    color: var(--color-secondary-purple);
}

.ingredients .text-block p {
font-weight: var(--fw-400);
}

.ingredients .group-block-content {
    height: 100%;
    width: 100%;
    margin-bottom: 30px;
}
.ingredients .button.size-style {
    background: var(--color-secondary-purple);
}

.ingredients .button.size-style:hover {
    background: var(--color-primary-purple);
}


.ingredients .button-secondary.size-style {
    background: transparent;
    --button-border-width: 2px;
    --button-border-color: var(--color-secondary-purple);
    color: var(--color-secondary-purple);
}

.ingredients .button-secondary.size-style:hover {
    background: var(--color-secondary-purple);
    --button-border-color: var(--color-secondary-purple);
    color: #fff;
}



/* Timeline */

.timeline-wrapper {
  margin-bottom: 50px;
  position: relative;
}

.timeline-card {
  border: 1px solid #da5742;
}

.timeline-top {
  padding: 8px 18px 16px;
  font-weight: 700;
  text-transform: uppercase;
  background-image: url(/cdn/shop/files/orange-layers_1.png?v=1780988679);
  background-position: 0 bottom;
  position: relative;
}


.timeline-content {
  display: grid;
  grid-template-columns: 180px 1fr;
  gap: 10px;
  padding: 15px 15px 32px 15px;
}

.timeline-title {
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
}

.timeline-arrow {
    font-size: 18px;
    line-height: 1;
    margin: 0;
    bottom: -30px;
    position: absolute;
    z-index: 5;
    left: 20px;
    background: url(/cdn/shop/files/arrow-long.png?v=1780579850);
    width: 15px;
    height: 60px;
}
.timeline-description {
    font-size: 16px;
    line-height: 1.2;
    font-weight: 300;
}

/* FAQ */

.faq-item {
    width: 100%;
    margin-bottom: 12px;
    border: 1px solid var(--color-primary-purple);
}

.faq-item.active .faq-question {
background-image: url(/cdn/shop/files/purple-layers.png?v=1780988679);
background-position: 0 bottom;
    color: #fff;
    min-height: 49px;
    padding: 5px 20px 12px;
}

.faq-question {
    width: 100%;
    background: none;
    border: 0;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    
    text-align: left;
    background-color: transparent;
    background-repeat: repeat-x;
    color: var(--color-primary-purple);
    font-size: 16px;
    min-height: 49px;
        min-height: 40px;
            padding: 10px 20px 8px;
            font-family: var(--ff-new-hero);
}

.faq-answer {
  display: none;
  padding: 20px;
  border-top: 1px solid rgba(var(--color-foreground), 0.35);
  line-height:1.2;
}

.faq-item.active .faq-answer {
  display: block;
}

.faq-item.active .faq-icon {
  transform: rotate(180deg);
   color: #F6C643;
}

.faq-icon {
  transition: 0.3s ease;
}

/* Coming soon */

#shopify-section-template--22612384940282__section_JLmXHA .background-image-container img {
    object-position: bottom;
}
.coming-soon .text-block.h2 h2 {
    color: #FCEDAF;
}

.coming-soon .group-block-content rte-formatter.text-block--AdG1nM1ZBdlZxWDdxe__text_GFD9y7,
.coming-soon .group-block-content rte-formatter.text-block--ANFpadTZqMUVMR2tUT__text_BJR9JX,
.coming-soon .group-block-content rte-formatter.text-block--AelZtS1UvV0t4QmRwR__text_YX9Gh3, 
.coming-soon .group-block-content rte-formatter.text-block--AZlhESis5WEgrSEVkZ__text_XA4Ark, 
.coming-soon .group-block-content rte-formatter.text-block--AUHlEdklDRnpCUC83d__text_dk3Arc, 
.coming-soon .group-block-content rte-formatter.text-block--Ac1dRcXM2R3pHNXRHc__text_VgcUWr,
.coming-soon .group-block-content rte-formatter.text-block--ANGdXRFNyOG9nb05CZ__text_GFD9y7,
.coming-soon .group-block-content rte-formatter.text-block--AZ3kxOTQxcnVzMzk3Y__text_BJR9JX,
.coming-soon .group-block-content rte-formatter.text-block--ASloyTzNlSzhFd05LV__text_YX9Gh3,
.coming-soon .group-block-content rte-formatter.text-block--AUWNldjRtR0Z0dFllW__text_XA4Ark,
.coming-soon .group-block-content rte-formatter.text-block--ATHJGKy9Jc1lCM1dBQ__text_dk3Arc,
.coming-soon .group-block-content rte-formatter.text-block--AVTJ1eEhuc24vOC96a__text_VgcUWr,
.coming-soon .group-block-content rte-formatter.text-block--AekFnb3ZzdmJ2SGp1W__text_GFD9y7,
.coming-soon .group-block-content rte-formatter.text-block--AR3psQm1weUlmNjZjN__text_BJR9JX,
.coming-soon .group-block-content rte-formatter.text-block--AQnNJUUxxenR1OERhW__text_YX9Gh3 {
    background: url(/cdn/shop/files/Zembrin-Flower-On-the-Brightside.png?v=1781619878);
        padding: 35px;
        background-repeat: no-repeat;
        width: 169px;
        height: 169px;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        background-size: 100%;
        color: #fff;
        font-weight: bold;
        font-size: var(--fs-16);
        text-align: center;
        line-height: 1;
    }

.coming-soon .group-block-content rte-formatter.text-block--AdG1nM1ZBdlZxWDdxe__text_GFD9y7 p,
.coming-soon .group-block-content rte-formatter.text-block--ANFpadTZqMUVMR2tUT__text_BJR9JX p,
.coming-soon .group-block-content rte-formatter.text-block--AelZtS1UvV0t4QmRwR__text_YX9Gh3 p, 
.coming-soon .group-block-content rte-formatter.text-block--AZlhESis5WEgrSEVkZ__text_XA4Ark p, 
.coming-soon .group-block-content rte-formatter.text-block--AUHlEdklDRnpCUC83d__text_dk3Arc p, 
.coming-soon .group-block-content rte-formatter.text-block--Ac1dRcXM2R3pHNXRHc__text_VgcUWr p,
.coming-soon .group-block-content rte-formatter.text-block--ANGdXRFNyOG9nb05CZ__text_GFD9y7 p,
.coming-soon .group-block-content rte-formatter.text-block--AZ3kxOTQxcnVzMzk3Y__text_BJR9JX p,
.coming-soon .group-block-content rte-formatter.text-block--ASloyTzNlSzhFd05LV__text_YX9Gh3 p,
.coming-soon .group-block-content rte-formatter.text-block--AUWNldjRtR0Z0dFllW__text_XA4Ark p,
.coming-soon .group-block-content rte-formatter.text-block--ATHJGKy9Jc1lCM1dBQ__text_dk3Arc p,
.coming-soon .group-block-content rte-formatter.text-block--AVTJ1eEhuc24vOC96a__text_VgcUWr p,
.coming-soon .group-block-content rte-formatter.text-block--AekFnb3ZzdmJ2SGp1W__text_GFD9y7 p,
.coming-soon .group-block-content rte-formatter.text-block--AR3psQm1weUlmNjZjN__text_BJR9JX p,
.coming-soon .group-block-content rte-formatter.text-block--AQnNJUUxxenR1OERhW__text_YX9Gh3 p {
  text-align: center;
}



/* Get-Off section */

.get-off {
  position: relative;
  padding-bottom: 150px;
}
.get-off:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 121px;
    background-image: url(/cdn/shop/files/burgundyStripesSsparkle_1.png?v=1780981399);
    background-size: auto;
    background-repeat: no-repeat;
    background-position: center !important;
}

.get-off .text-block.h2 h2 {
    font-size: var(--sub-heading);
}
.get-off .email-signup__input-group--integrated {
    background-color: transparent;
    color: #570d3a;
    font-style: italic;
    position: relative;
}
.get-off .email-signup__input.paragraph {
        color: #570d3a;
    padding: 10px 15px;
    border: 2px solid #570D3A;
    background-color: transparent;
    font-style: italic;
    opacity: 1;
}
.get-off .email-signup__input.paragraph::placeholder {
  color: #570d3a;
  opacity: 1; /* Firefox */
}

.get-off .email-signup__input.paragraph::-ms-input-placeholder { /* Edge 12 -18 */
  color: #570d3a;
}
.get-off .email-signup__button--integrated.email-signup__button--text.button-unstyled {    
        position: absolute;
    right: -150px;
    top: 7px;
    font-weight: 700;
    color: #570d3a;
    text-decoration: underline;
    text-transform: uppercase;
}





/* ========================================
   Subscription/Autoship Section
======================================== */

.pack-option input {
  display: none;
}

.pack-content {
  display: flex;
  flex-direction: column;
  padding: 12px;
  transition: all 0.3s ease;
  cursor: pointer;
}

.pack-option input:checked + .pack-content {
  background: #4d083d;
  color: #fff;
  border-color: #4d083d;
  width: 100%;
}

.two-sodas {
  background: #FCEDAF;
  padding: 60px 0;
}
.flower-badge { 
    background-image: url(https://drinkbrightside.com/cdn/shop/files/flower-blue.png?v=1780575340) !important;
    background-color: transparent !important;
    padding: 35px 53px;
    background-repeat: no-repeat;
    width: 220px !important;
    height: 227px !important;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background-size: 100%;
    color: var(--color-accent-yellow);
    font-size: var(--fs-16);
    text-align: center;
    position: absolute;
    top: -50px;
    left: -50px;
    transform: rotate(-33deg);
    z-index: 1;
}

.flower-badge strong {
    font-size: 40px;
    line-height: 1;
    font-weight: 800;
    color: #fcedaf;
}
.flower-badge p {
    margin: 0;
    width: 110px;
    line-height: 1.3;
    color: white;
}

.two-sodas__heading {
  text-align: center;
  color: var(--heading);
  font-size: var(--sub-heading);
  line-height: 1;
  font-weight: 900;
  text-transform: uppercase;
  margin: 0;
}
.two-sodas__heading strong {
    display: block;
}

.two-sodas__subheading {
    text-align: center;
    margin: 20px 0 30px;
    color: var(--color-primary-purple);
    padding-right: 20px;
    padding-left: 20px;
}

.two-sodas__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;  
}

.soda-card {
  display: grid;
  grid-template-columns: 48% 52%;
  border: 2px solid #7c4561;
  background-color: #fcedaf !important;
  min-height: 722px;
}


.soda-card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover !important;
}


.soda-card__content {
  padding: 15px 25px 25px 25px;
}

.stars {
  color: #d49b2d;
  font-size: 20px;
}

.soda-card h3 {
    font-size: 35px;
    font-family: var(--ff-rl);
    line-height: 1;
    margin-bottom: 10px;
    color: #4d083d;
    margin-top: 0;
    font-weight: bold;
    text-transform: uppercase;
}

.soda-card__content .description {
    font-size: var(--fs-16);
    color: #570d3a;
    line-height: 1.2;
    margin-bottom: 8px;
}
.soda-card__content label {
  font-size: var(--fs-16);
  color: #570D3A;
  display: none;
  position: relative;
}


.pack-option:not(:first-child)::before, 
.variant-option__button-label:not(:nth-child(-n+2))::before {
	content: "FREE SHIPPING" !important;
	width: 45px;
	height: 45px;
	text-align: center;
	line-height: 1;
	font-size: 7.2px;
	background-image: url(/cdn/shop/files/zembrin-flower-blue.png?v=1781895865);
	color: #fff;
	padding: 1px;
	border-radius: 50%;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	left: auto;
	right: -4px;
	top: -28px;
	white-space: normal;
	background-size: contain;
	border: 0;
}

.pack-selector {
  display: flex;
  gap: 10px;
  margin: 24px 0 20px;
}

.pack-option {
  border: 2px solid #4d083d;
  flex: 1;
  cursor: pointer;
}
.radio-line span {
    font-size: 15px;
}
.pack-option input:checked + .pack-option__content {
	background: #570d3a !important;
}
.pack-option input:checked + .pack-option__content * {
	color: #fff !important;
}

/* .pack-option span {
    display: flex;
    flex-direction: column;
    padding: 10px;
    justify-content: center;
    text-align: center;
}
  .subscription-box {
  margin-top: 20px;
}

.subscription-box select {
    width: 100%;
    margin: 10px 0;
    padding: 8px;
    background: transparent;
        border-radius: 0;
    border: 2px solid #4d083d;
}


.subscription-box ul {
    padding-left: 20px;
    margin: 5px 0 10px;
    font-weight: bold;
    font-size: 14px;
    color: #570D3A;
}

.subscription-box ul li {
  font-family: var(--ff-new-hero);
} */

.button-group {
  display: flex;
  gap: 12px;
  margin-top: 20px;
}

.button-group button {
  flex: 1;
  border: none;
  cursor: pointer;
  padding: 16px;
  font-weight: 700;
  font-family: var(--ff-new-hero);
}

.add-cart-btn {
  background: var(--color-primary-blue);
  color: #fff;
}
.add-cart-btn:hover {
  background: #4d083d;
  color: #fff;
}

.buy-now-btn {
  border: 2px solid var(--color-primary-blue) !important;
  background: transparent;
  color: var(--color-primary-blue);
}
.buy-now-btn:hover {
  border: 2px solid var(--color-primary-blue) !important;
  background: var(--color-primary-blue);
  color: #fff;
}






#shopify-section-template--22612384940282__17818769804b31b57d .custom-section-content {max-width: 100%;}

#shopify-section-template--22612384940282__17818769804b31b57d .section.section--page-width {
    display: flex;
}
#shopify-section-template--22612384940282__17818769804b31b57d .shopify-app-block {
    width: 100%;
}

/* Product detail page */

.product-information__grid:not(.product-information__grid--half,
.product-information--media-none).product-information--media-left {
    grid-template-columns: 1fr 1fr;
}

body.template-product div.product-information.section {
    background-image: url(/cdn/shop/files/product-bg.jpg) !important;
    background-size: cover !important;
    background-position: 0 0 !important;
    background-repeat: no-repeat !important;
    /* --padding-block-start: 100px !important; */
    --padding-block-end: 200px !important;
    position: relative;
}
body.template-product div.product-information:after {
  content: "";
position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 128px;
    background: url(/cdn/shop/files/cream-stripes.png?v=1780566150)
}

.product-information__grid {
  width: 100%;
    max-width: 1280px;
    margin: 0 auto;
}

media-gallery slideshow-container,
media-gallery .media-fit-contain :is(img, .deferred-media__poster-image) {
    background-color: transparent;
}


.product-information__media media-gallery{
    margin-top: 0 !important;
}


.product-information .product-details h1 {
    font-size: 45px;
    color: #fff;
    text-transform: uppercase;
    font-family: var(--ff-rl);
}
.flavor-selector__title {
    font-size: 16px;
    font-family: var(--ff-rl);
}
.flavor-selector__heading {
    font-size: 16px;
    margin: 0 0 15px;
    font-family: var(--ff-frock);
}
.product-details .price,
.product-details .compare-at-price,
.product-details .unit-price {
    color: #fff;
}

.product-details .variant-picker__form legend {
    color: #fff;
}


.product-details .variant-option__button-label {
    border: 2px solid #fff;
    cursor: pointer;
    font-size: var(--fs-16);
    color: #fff;
    background-color: transparent;
    border-radius: 0;
    overflow: visible;
    position: relative;
    padding-left: 5px;
  padding-right: 5px;
}
.free-ship-badge {
	width: 40px;
	height: 40px;
	text-align: center;
	line-height: 1;
	font-size: 7px;
	background: #3c59c1;
	color: #fff;
	padding: 4px;
	border-radius: 50%;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	right: -10px;
	top: -24px;
	white-space: normal;
  z-index: 2;
}
.product-details .variant-option__button-label__pill {
    background: transparent;
}
.product-details .variant-option__button-label:has(:checked) .variant-option__button-label__pill,
.product-details .variant-option__button-label:has(:checked):hover .variant-option__button-label__pill {
    background-color: #611743;
}

.product-details .variant-option__button-label:has(:checked):hover {
    border-color: #fff;
    color: #fff;
    background-color: transparent;
}
.product-details .variant-option__button-label:has(:checked):not(.variant-option__button-label--has-swatch,:has([data-option-available=false])):before {
    content: "";
}

.product-details .button.add-to-cart-button {
    outline-color: red;
    background: #F6C643;
    text-transform: uppercase;
    font-weight: bold;
    border-radius: 0;
    width: 100%;
}
.product-details .shopify-payment-button__more-options {
    color: #fff;
}
.product-details .custom-accordion {
    margin-top: 15px;
}
.buy-buttons-block,
.product-details .custom-accordion,
.product-details rte-formatter {
        max-width: 380px;
} {
    max-width: 380px;
}

.product-details .button.add-to-cart-button:hover {
  background: #611743;
}
.product-details  .text-block--AUWpkYjJROGZESkt2e__text_aEtTtq {
    color: #fff;
}
.product-details .custom-accordion__trigger {
    border: 2px solid rgba(255,255,255,0.8);
    font-family: var(--ff-frock);
}
.product-details .custom-accordion__content {
    border: 2px solid rgba(255,255,255,0.8);
        border-top: 0;
}
.product-details .custom-accordion__content ul {
    margin: 0;
    padding-left: 18px;
}
.product-form-buttons .shopify-payment-button__button {
    width: 100%;
    padding-block: var(--padding-lg);
    background-color: transparent;
    border: 2px solid #F6C643;
    border-radius: 0;
    text-transform: uppercase;
    font-weight: bold;
}
.product-form-buttons .shopify-payment-button__button:hover {
  background: #F6C643;
}
.product-form-buttons .quantity-selector {
    flex-grow: 0;
    flex-shrink: 0;
    height: var(--height-buy-buttons);
    border-radius: 0 !important;
}

.cart-buttons {
    flex-basis: 100% !important;
    display: flex;
    justify-content: stretch;
    gap: 10px;
}
.cart-buttons > span,
.cart-buttons > .accelerated-checkout-block {
  width: 100%;
}
more-payment-options-link {
    display: none;
}




.product-details .rating-wrapper .rating-count, 
.product-details .rating-wrapper .rating-count-separator {
    color: #fff;
}

.product-details .filled-star {
    fill: #EFB24E;
}

.product-media img,
.slideshow-controls__thumbnails img {
border-width: 2px;
border-style: solid;
border-color: transparent;
object-fit: cover;
}

.product-strawberry-sunshine .product-media img,
.product-strawberry-sunshine .slideshow-controls__thumbnails img {
border-color: #EB6A9F;

}

.product-guava-glow .product-media img,
.product-guava-glow .slideshow-controls__thumbnails img {
border-color: #25b34b;
}
.product-strawberry-sunshine .product-media img{
border-width: 1px;
}
  
media-gallery.sticky-content {
    position: relative;
}

product-price .price {
	font-size: 35px;
	font-family: var(--ff-new-hero);
	margin-left: 10px;
}
.product-details .compare-at-price {
	font-size: 35px;
	font-family: var(--ff-new-hero);
}
 media-gallery slideshow-arrows {
    mix-blend-mode: normal;
}
 media-gallery .slideshow-controls__thumbnails {
    margin-inline: 0;
    padding-left: 2px;
}
 
.custom-accordion-item.active .custom-accordion__trigger {
    background: #fff;
    color: #570D3A;
}
.custom-accordion-item.active .custom-accordion__trigger {
    background-image: url(/cdn/shop/files/white-layers.png?v=1781693200);
    background-position: 0 bottom;
    background-color: transparent;
    min-height: 49px;
    padding: 5px 20px 12px;
}
 
.custom-accordion-item.active .custom-accordion__trigger .custom-accordion__icon {
    color: #F6C643;
}
 
.flavor-selector__grid .flavor-selector__item:first-child img,
.flavor-selector__grid .flavor-selector__item:first-child:hover img {
    border-color: #EB6A9F;
}

.flavor-selector__grid .flavor-selector__item:last-child img,
.flavor-selector__grid  .flavor-selector__item:last-child:hover img {
    border-color: #25B34B;
}

#grid .item-reply {
    color: #b74d76;
}

/* End */



/* Cart page and Drawer css start */

.custom__title {
    text-align: center;
    background-image: url(https://drinkbrightside.com/cdn/shop/files/plant-bg.png?v=1780989658&width=1920);
    color: #fff;
    padding: 150px 20px;
    position: relative;
    background-position: center;
}
.custom__title h1 {
    font-size: 55px;
    text-transform: uppercase;
}
.custom__title:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 128px;
    background: url(https://drinkbrightside.com/cdn/shop/files/cream-stripes.png?v=1780566150);
}

.template-cart .cart-page__title {
    display: none;
}
.template-cart  .cart-page__title+.cart-page__items {
    padding-top: 30px;
}
.template-cart .cart-items__details,
.template-cart .quantity-selector :is(.quantity-minus,.quantity-plus),
.template-cart .quantity-selector input[type=number] {
        color: #570D3A;
    }
         .template-cart .cart-page__summary {
    display: flex;
        padding-top: 40px;
            padding-bottom: 60px;
            padding-right: 15px;
            

}
 .template-cart .cart-page__summary .cart-summary {
  width: 100%;
  display: flex !important;
}
#shopify-section-template--23088715202810__178227894114017b81 {
  padding-left: 15px;
  padding-right: 15px;
}

.template-cart .cart-page__summary .section-background {display: none;}

.template-cart .cart-summary__inner {
    background: #570d3a;
    padding: 40px 20px;
    border-radius: 5px;
    margin-bottom: 0px;
    width: 100%;
}
    .template-cart .cart-summary__inner * {
        color: #fff;
    }

    .template-cart [role="rowgroup"] {
        position: relative !important;
        width: auto;
        height: auto;
     }
.template-cart [role="rowgroup"] th {
    padding-bottom: 10px;
    font-size: 14px;
}
   .template-cart thead tr  {
    border-bottom: 1px solid #570d3a !important;
}
.template-cart .cart-items__table-row td {
    padding-top: 15px;
}
.template-cart .cart-items__media img {
    border: 2px solid #570d3a;
}

.template-cart .cart-items__title {
    font-size: 22px;
    text-transform: uppercase;
}
.template-cart .cart-items__title:hover {
  color: #570d3a !important;
}
.template-cart .cart-items__table-row td.cart-items__price {
    font-size: 20px;
    font-family: var(--ff-new-hero);
    padding-top: 30px;
}
.template-cart .resource-list__item product-price .price {
    font-size: 18px;
}

cart-drawer-component dialog.cart-drawer__dialog .brightside-cart-upsell-root--drawer {
	padding: 10px 23px;
}



.cart-drawer__header,
.cart-drawer__content {
    background-color: #7C206F;
}
.cart-drawer__content {
    mask-image: none !important;
}

.cart-drawer__content::-webkit-scrollbar-track {
    background: #7C206F;
}

.cart-drawer__content::-webkit-scrollbar-thumb {
    background: #5f1855;
    border-radius: 4px;
}
.cart-drawer__content::-webkit-scrollbar {
    width: 0 !important;
}

.cart-items__table-row .cart-items__remove {
	width: auto;
	margin-left: 23px;
}

.cart-secondary-typography {
    font-family: var(--ff-frock);
}

.cart-items__title,
.brightside-cart-upsell__title {
    font-size: 16px;
    font-family: var(--ff-rl);
    text-transform: capitalize !important;
}
.cart-items__title:hover {
  color: #fff !important; 
}

.cart-items__details {
    color: #fff;
}

.quantity-selector {
    background-color: transparent;
    border: 0;
}
.quantity-selector :is(.quantity-minus, .quantity-plus) {
	width: 27px;
	height: 30px;
	color: #fff;
	border: 1px solid #DA5742;
	border-radius: 0 !important;
	font-size: 12px !important;
}

.cart-items__quantity .quantity-selector {
    width: auto;
    height: auto;
    justify-content: center;
    background: none;
}
.template-cart #cart-discount {
    border-color: #fff;
}

.template-cart #cart-discount::placeholder {
  color: #fff;
  opacity: 1; /* Firefox */
}

.template-cart #cart-discount::-ms-input-placeholder { /* Edge 12 -18 */
  color: #fff;
}
.quantity-selector input[type="number"] {
	color: #fff;
	border: 1px solid #da5742;
	font-weight: bold;
	padding: 2px 2px;
	width: auto;
  margin: 0 3px;
  height: 30px;
  text-align: center;
}
.cart-items__quantity-controls {
    gap: 0;
}
.cart-drawer__summary {
    background-color: #FCEDAF;
        padding: 0 0 20px 0;
}
.additional-checkout-buttons {
    display: none;
}
.cart-totals,
.cart__ctas {
    padding: 0 20px;
}
.cart-totals__total-label {
    font-size: 16px;
    font-family: var(--ff-new-hero);
    text-transform: uppercase;
    color: #570D3A;
}

.cart-totals__total-value {
    font-size: 16px;
    font-family: var(--ff-new-hero);
    color: #570D3A;
}


.cart-drawer__summary * {
    color: #570D3A;
}
scroll-hint.cart-drawer__items {
    /*padding-bottom: 128px;*/
        min-height: 300px;
         overflow-y: scroll !important;
    scrollbar-width: none;
    -ms-overflow-style: none;
}
.cart-drawer__items::-webkit-scrollbar {
    display: none; /* Chrome, Safari, Opera */
     width: 0;
    height: 0;
}
.cart-drawer__summary {
    position: relative !important;
    mask-image: none !important;
}
.cart-drawer__summary:before {
    content: "";
    bottom: 0;
    left: 0;
    right: 0;
    height: 128px;
    background: url(/cdn/shop/files/cream-stripes.png?v=1780566150);
    background-color: #7c206f;
    width: 100%;
}
.cart__ctas .cart__checkout-button {
       background: #F6C643;
    font-size: 16px;
    font-family: var(--ff-new-hero);
    text-transform: uppercase;
    border-radius: 0;
}

.cart__ctas .cart__checkout-button:hover {
       background: #570d3a;
       color: #F6C643 !important;
}

.cart__ctas .cart__checkout-button:hover .button-text {
  color: #F6C643 !important;
}
.cart-discount__button {
    background: #f6c643;
    border-radius: 0;
}
.cart-discount__button:hover {
    background: #570d3a;
       color: #F6C643;
}

body .cart-items__media img[src*="Strawberry"],
body .brightside-cart-upsell__image[src*="Strawberry"] {
  border: 2px solid #EB6A9F !important;
}
body .cart-items__media img[src*="Guava"],
body .brightside-cart-upsell__image[src*="Guava"] {
  border: 2px solid #7cb518 !important;
}
slideshow-slide .product-media img[src*="Strawberry"] {
  border: 2px solid #EB6A9F !important;
}

slideshow-slide .product-media img[src*="Guava"] {
  border: 2px solid #7cb518 !important;
}

@media (max-width: 640px) {
	.cart-items__table-row {
		grid-template-columns: clamp(2.5rem,15cqi,7.5rem) minmax(0,1fr) minmax(var(--cart-item-price-width),auto) !important;
	}
	.cart-items__quantity-controls {
		flex-direction: column; 
		align-items: start; 
	}
  .cart-items__quantity .quantity-selector {
	justify-content: start !important;
}
.cart-items__table-row .cart-items__remove {
	margin-left: 0;
}
}

/* Cart page and Drawer css end */



/* Footer section */

.footer-content .email-signup__input-group .email-signup__input--underline::placeholder {
  color: #fff;
  opacity: 1; /* Firefox */
}

.footer-content .email-signup__input-group .email-signup__input--underline::-ms-input-placeholder { /* Edge 12 -18 */
  color: #fff;
}

.footer-content .group-block-content .text-block.h4 p {
    font-size: 20px;
    font-family: var(--ff-new-hero);
    color: #fcedaf;
}
.footer-content .menu__heading.h5 {
    font-family: var(--ff-frock);
    font-size: 16px;
    font-weight: bold;
    color: #FCEDAF;
    padding-top:0;
}
.footer-content .details-content li.menu__item {
    font-family: var(--ff-frock);
    font-size: 16px;
    font-weight: normal;
    color: #fff;
}
.footer-content .details-content li.menu__item a:hover {
   color: #FCEDAF;
}
    .footer-content .email-signup__input-group--underline {
        display: flex;
        flex-direction: column;
        align-items: start;
        box-shadow: none;
    }
    .footer-content .email-signup__input--underline+.email-signup__button--integrated {
        margin: 0;
        align-self: start;
    }
    .footer-content .email-signup__input-group .email-signup__input--underline {
        background-color: transparent;
        padding: 8px 10px;
        border: 1px solid #fff;
        border-radius: 0;
        width: 100%;
        color: #fff;
        opacity: 1;
        margin-bottom: 12px;
        font-style: italic;
            text-transform: lowercase;
    }
    .footer-content .email-signup__input--underline+.email-signup__button--integrated.email-signup__button--text {
        padding-block: 9px;
        background: #DA5742;
        border-radius: 0;
        font-size: 16px;
        text-transform: uppercase;
      
        font-family: var(--ff-new-hero);
    }
      .footer-content>.group-block {
    min-width: 380px;
    padding-right: 30px;
}
   

 #shopify-section-template--23088715858170__hero_mawXci .stripe-img {
display: none;
 }



.plant-hero {
    background-image: url(/cdn/shop/files/plant-bg.png?v=1780989658) !important;
}

.plant-hero .text-block h1 {
    font-size: 55px;
    margin-top: 90px;
}
.plant-hero .text-block h2 {
    font-size: 55px;
    font-family: var(--ff-frock);
    font-weight: normal;
    color: #DA5742;
        max-width: 820px;
}

.plant-hero .image-block {
max-width: 533px;
}



.kanna .text-block.h2 h2 {
    color: #7C206F;
}
.bottom-stripe {
  padding-bottom: 120px;
}
.bottom-stripe:after {
    content: "";
    background: url(/cdn/shop/files/cream-stripes.png?v=1780566150);
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 128px;
}

.clinically .text-block.h2 h2 {
    color: #570D3A;
}



#shopify-section-template--23088715858170__content_timeline_faq_NQ893X .ctf-grid {
	display: flex;	
	gap: 40px;
	flex-direction: column;
	justify-content: center;
	align-content: center;
	align-items: center;
	max-width: 710px;
	margin: 0 auto;
}
#shopify-section-template--23088715858170__content_timeline_faq_NQ893X .ctf-eyebrow {
	text-transform: uppercase;
	margin-bottom: 24px;
	font-style: italic;
	text-align: center;
}
#shopify-section-template--23088715858170__content_timeline_faq_NQ893X .ctf-grid .ctf-heading {
	color: #7C206F;
}
#shopify-section-template--23088715858170__content_timeline_faq_NQ893X .timeline-card {
	border: 1px solid #7C206F;
}
#shopify-section-template--23088715858170__content_timeline_faq_NQ893X .timeline-top {
	background-image: url(/cdn/shop/files/light-purple-layers.png?v=1780992167);
}
#shopify-section-template--23088715858170__content_timeline_faq_NQ893X .timeline-arrow {
	background: url(/cdn/shop/files/arrow-long-purple.png?v=1780992293);
}

#Hero-template--22884413243642__hero_mawXci .hero__container {
padding: 60px 0px 500px;
}
.text-block--AbHJ4UUJZOWc3bTQyM__text_YLPk4p p {
	line-height: 64px !important;
	padding: 20px 0 30px !important;
}

.text-block--AbHJ4UUJZOWc3bTQyM__text_YLPk4p p strong,
.text-block--AZ0RWZmxiUWpJWmxvd__text_YLPk4p p strong {
	font-family: var(--ff-mr-dafo);
	display: block;
	color: rgb(252 237 175 / 1.0);
	font-size: 110px;
  font-weight: normal;
}


#Hero-template--22884413243642__hero_mawXci .stripe-img {
    display: none;
}



#shopify-section-template--22884413243642__content_timeline_faq_NQ893X .content-timeline-faq {
  padding-bottom: 130px !important;
  position: relative;
}
    #shopify-section-template--22884413243642__content_timeline_faq_NQ893X .content-timeline-faq:after {
    content: "";
    background: url(/cdn/shop/files/cream-stripes.png?v=1780566150);
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 128px;
}
#shopify-section-template--22884413243642__content_timeline_faq_NQ893X .ctf-grid {
    grid-template-columns: 1fr;
    gap: 40px;
}
#shopify-section-template--22884413243642__content_timeline_faq_NQ893X .ctf-left {
    text-align: center;
}
#shopify-section-template--22884413243642__content_timeline_faq_NQ893X.content-timeline-faq .ctf-heading {
    color: #7C206F;
}

#shopify-section-template--22884413243642__content_timeline_faq_NQ893X .ctf-right {
    margin: 0 auto;
    max-width: 710px;
}
#shopify-section-template--22884413243642__content_timeline_faq_NQ893X .timeline-top {
        background-image: url(/cdn/shop/files/light-purple-layers.png?v=1780992167);
    }
    #shopify-section-template--22884413243642__content_timeline_faq_NQ893X .timeline-card {
        border: 1px solid #7C206F;
    }
    #shopify-section-template--22884413243642__content_timeline_faq_NQ893X .timeline-arrow {
        background: url(/cdn/shop/files/arrow-long-purple.png?v=1780992293);
    }

    #shopify-section-template--22884413243642__content_timeline_faq_DCpxyH .content-timeline-faq .ctf-heading {
    color: #570D3A; 
}

#shopify-section-template--22884413243642__section_BXU9zD,
#shopify-section-template--22612385104122__section_zGrzeK .section {
    padding-bottom: 100px !important;
}
#shopify-section-template--22884413243642__section_BXU9zD:after, 
#shopify-section-template--22612385104122__section_zGrzeK:after {
    content: "";
    background-image: url(/cdn/shop/files/burgundyStripesSsparkle_1.png?v=1780981399);
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 121px;
    background-position: center bottom;
    background-repeat: no-repeat;
}
#shopify-section-template--22884413243642__section_BXU9zD .text-block h2 {
    max-width: 950px;
}


#shopify-section-template--22612385005818__form .section-content-wrapper,
#shopify-section-template--23088715399418__form .section-content-wrapper {
    flex-wrap: wrap;
    gap: 0;
}

#shopify-section-template--22612385005818__form,
#shopify-section-template--23088715399418__form {
  position: relative;
}
#shopify-section-template--22612385005818__form .section,
#shopify-section-template--23088715399418__form .section {
  padding-bottom: 120px;
}
#shopify-section-template--22612385005818__form:after,
#shopify-section-template--23088715399418__form:after {
  content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 128px;
    background: url(/cdn/shop/files/cream-stripes.png?v=1780566150);
}
#shopify-section-template--22612385005818__form .section-background,
#shopify-section-template--23088715399418__form .section-background {

  background-color: transparent;
}

.contact-form__form .contact-form__input {
    border-radius: 0;
    border: 2px solid #F6C643!important;
    padding: 9px 15px;
    font-style: italic;
    font-size: 16px;
    color: #fff;
}
.contact-form__form .contact-form__input--textarea {
    resize: vertical;
    min-height: 170px;
    height: 170px;
}
.contact-form__form .contact-form__input--textarea:hover {
background: none;
}
.contact-form__form .contact-form__input::placeholder {
  color: #fff;
  opacity: 1; /* Firefox */
}

.contact-form__form .contact-form__input::-ms-input-placeholder { /* Edge 12 -18 */
  color: #fff;
}
*:focus-visible {
  outline: none !important;
}
.contact-form__form button[type="submit"]{
    margin: 0 auto;
    background: #F6C643;
    text-transform: uppercase;
    min-width: 200px;
}
#shopify-section-template--22612385005818__section_hFWWmg .button.size-style {
    background: #7C206F;
    min-width: 200px;
}


.shopify-policy__container {
    padding: 0;
    max-width: 100%;
}
.shopify-policy__title {
    text-align: center;
    background-image: url(https://drinkbrightside.com/cdn/shop/files/plant-bg.png?v=1780989658&width=1920);
    color: #fff;
    padding: 150px 20px 150px;
    position: relative;
    background-position: center;
}
.shopify-policy__title h1 {
    font-size: 55px;
    text-transform: uppercase;
}

.shopify-policy__title:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 128px;
    background: url(/cdn/shop/files/cream-stripes.png?v=1780566150);
}
.shopify-policy__body {
    font-size: 16px;
    color: #570D3A;
    max-width: 760px;
    padding: 50px 20px 160px;
    margin: 0 auto;    
}
.shopify-policy__body a {
    color: #570D3A;  
}

.shopify-policy__container {
  background-color: #FCEDAF;
background-image: url(/cdn/shop/files/burgundyStripesSsparkle_1.png?v=1780981399);
    background-repeat: no-repeat;
    background-position: center bottom;
}

.shopify-policy__container hr {
  display: none;
}
.shopify-policy__container h2,
.shopify-policy__container h3 {
 margin:0;
 padding:0;
 font-size: 16px;
 font-family: var(--ff-new-hero);
}
.shopify-policy__container h2 br,
.shopify-policy__container h3 br {
  display: none;
}
.shopify-policy__container p {
 margin-top:0;
}


.advance-faq {
  z-index: 2;
  position: relative;
}

form[data-testid="klaviyo-form-VayqCf"] > .needsclick.kl-private-reset-css-Xuajs1  {
    flex-direction: row !important;

}
form[data-testid="klaviyo-form-VayqCf"] .needsclick input[type="email"] {
    color: #570D3A;
    font-family: var(--ff-frock);
   font-size: 16px;
    background-color: transparent;
    border: 1px solid;
    border-color: #570D3A;
   height: 45px;
    margin-right: 10px;
        font-style: italic;
}
form[data-testid="klaviyo-form-VayqCf"] .needsclick button[type="button"] {
        height: 50px;
    text-decoration: underline;
}
form[data-testid="klaviyo-form-VayqCf"] .needsclick input[type="email"]::placeholder {
  color: #570D3A;
  opacity: 1; /* Firefox */
}

form[data-testid="klaviyo-form-VayqCf"] .needsclick input[type="email"]::-ms-input-placeholder { /* Edge 12 -18 */
  color: #570D3A;
}


.footer-content form[data-testid="klaviyo-form-VayqCf"] > .needsclick.kl-private-reset-css-Xuajs1  {
    flex-direction: column !important;

}
.footer-content form[data-testid="klaviyo-form-VayqCf"] .needsclick input[type="email"] {
    color: #fff;
    border: 1px solid;
    border-color: #fff !important;
    height: 45px;
    margin-right: 0;
}
.footer-content  form[data-testid=klaviyo-form-VayqCf] .needsclick button[type=button] {
    height: 50px;
    background: #DA5742;
    text-decoration: none;
    color: #fff;
    font-size: 16px;
    font-family: var(--ff-new-hero);
    width: 160px;
    margin-top: 10px;
}
.text-block--ATmZLMkpOR014Si9Nb__text_f9CFLH ~ div {
    width: 100%;
}
.footer-content form[data-testid="klaviyo-form-VayqCf"] .needsclick input[type="email"]::placeholder {
  color: #fff;
  opacity: 1; /* Firefox */
}

.footer-content form[data-testid="klaviyo-form-VayqCf"] .needsclick input[type="email"]::-ms-input-placeholder { /* Edge 12 -18 */
  color: #fff;
}


#insta-feed h2 {
    color: #7c206f;
    margin-bottom: 50px !important;
}
.image-block--AWVJrRmgwSGl5RWVRS__image_MaDDiG img,
.image-block--ARGI2cVJLRWlobGxNZ__image_E3xNME img {
    max-width: 101px;
}

.image-block--Ab0Y5dUlncFlBdGxXV__image_EjNcTU img,
.image-block--Ac0RTRnAyVmMyMWpUV__image_JKAjkL img {
    max-width: 101px;
}

.image-block--Aa205Nk95b01aQmFOM__image_rtKHYf img,
.image-block--AZ1A1d2hEVEM5K1NnY__image_m3cPjb img {
    max-width: 107px;
}

.image-block--ASWJYUk5ZUDdaeEtwK__image_HMQ8yi img,
.image-block--AczAyU3RLdk1IQkZwY__image_yJNTJd img {
    max-width: 109px;
}

#shopify-section-template--22612385005818__blocks_Gbytpc {
  padding-bottom: 120px;
}
#shopify-section-template--22612385005818__blocks_Gbytpc:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 121px;
    background-image: url(/cdn/shop/files/burgundyStripesSsparkle_1.png?v=1780981399);
    background-size: auto;
    background-repeat: no-repeat;
    background-position: center!important;
}


/* #shopify-section-template--22612385038586__main {  
     text-align: center;
    background-image: url(https://drinkbrightside.com/cdn/shop/files/plant-bg.png?v=1780989658&width=1920);
    color: #fff;
    padding: 150px 20px;
    position: relative;
    background-position: center;
}


#shopify-section-template--22612385038586__main:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 128px;
    background: url(https://drinkbrightside.com/cdn/shop/files/cream-stripes.png?v=1780566150);
}
#shopify-section-template--22612385038586__main h1 {
    font-size: 55px;
    text-transform: uppercase;
} */

#shopify-block-AeGRSN1g2bDQwNmFYO__brightside_subscriptions_customer_portal_PNTze4 .gh-dashboard-login {
    margin-bottom: 60px;
}
#shopify-block-AeGRSN1g2bDQwNmFYO__brightside_subscriptions_customer_portal_PNTze4 .gh-dashboard-login h2 {
    display: none;
}


/* APP options code start from here */

.brightside-cart-upsell__select {
    background: #570d3a !important;
}
.gh-dashboard-login {
	background: transparent !important;
}
.gh-dashboard-login a:hover {
	color: #fff !important;
}
.gh-dashboard-login h2 {
	text-transform: uppercase;
	font-size: 42px;
	margin-bottom: 20px;
}


#shopify-section-template--23034353189114__main .page-width-content,
#shopify-section-template--23088715530490__main .page-width-content {
    display: flex;
    max-width: 1320px;
    margin: 0 auto;
    padding: 0 20px;
}
.gh-dashboard-flower img {
    width: auto;
}

.two-sodas__inner {
    position: relative;
}
.two-sodas__badge, .flower-badge {
    position: absolute;
    top: 0;
    right: 0;
    width: 132px;
    height: 132px;
    border-radius: 50%;
    background: #f6c453;
    color: #4f003d;
    display: grid;
    place-content: center;
    text-align: center;
    padding: 12px;
    font-size: 13px;
    line-height: 1.2;
    z-index: 2;
}
.two-sodas__heading p {
    margin: 0 0 30px;
    font-size: var(--sub-heading);
    line-height: .95;
    font-weight: 800;
    text-transform: uppercase;
    color: var(--color-primary-purple);
    font-family: var(--ff-new-hero);
}
 .brightside-purchase-picker__fieldset,
.brightside-purchase-option__price, 
.brightside-frequency-option__price,
.brightside-purchase-option__hint,
.brightside-autoship-benefits li {
    color: #fff !important;
} 
.brightside-frequency-dropdown {
    background: transparent !important;
}
.brightside-frequency-dropdown option {
    color: #000;
}
#shopify-buyer-consent {
    display: none;
}


body .brightside-frequency-dropdown-wrap {
    margin: 0;
}

body .brightside-frequency-dropdown {
    width: 100%;
    max-width: 100%;
    padding: 10px 18px 10px 5px;
    font-size: 14px;
    border: 2px solid #fff;
    border-radius: 0;
    background: transparent;
     white-space: normal;
    line-height: 1.4;
    margin-bottom: 18px;
}

body .brightside-frequency-dropdown:focus {
    outline: none;
}

body .brightside-autoship-benefits li {
    padding-left: 25px;
    margin-bottom: 0px;
    font-size: 14px;
    font-family: var(--font-h1--family);
    font-weight: normal;
}

body .brightside-autoship-benefits li::before {
    content: "✦";
    font-size: 16px;
    line-height: 1;
    width: 12px;
    height: 12px;
}


body .brightside-purchase-option {
    border: none;
    border-radius: 0;
    padding: 0;
    margin-bottom: 12px;
    cursor: pointer;
}

.brightside-purchase-option.brightside-purchase-option--subscription {
    font-family: 'frockbold';
    width: 100%;
}

body .brightside-purchase-option__body,
body .brightside-purchase-option__body {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

body .brightside-purchase-option__title {
    font-weight: 400;
}

body .brightside-purchase-picker__fieldset {
    display: flex;
    flex-direction: column;
}

body .brightside-purchase-option .brightside-purchase-option__hint {
    display: none;
}

body .brightside-purchase-option__pricing {
    display: flex;
    margin-top: 0;
    align-items: center;
}

body .brightside-purchase-option__pricing {
    display: flex;
    margin-top: 0;
    align-items: center;
    font-weight: bold;
}

body .brightside-purchase-option:has(.brightside-purchase-option__input:checked) {
    border-color: transparent;
    box-shadow: none;
}

body .brightside-purchase-option__input {
    border: 2px solid #fff;
}

body .brightside-purchase-option__input:checked:after {
    background: #fff;
}

.variant-picker__form {
    max-width: 380px;
    overflow: hidden;
}

  .brightside-purchase-picker {
      margin: 16px 0;
      max-width: 380px;
      position: relative;
    }
    .brightside-purchase-picker__legend {
      font-size: 14px;
      font-weight: 600;
      margin-bottom: 10px;
      display: none;
    }
   .product-details .brightside-purchase-picker:after {
    content: "";
    background: url(../assets/off-badge.svg);
    background-repeat: no-repeat;
    width: 133px!important;
    height: 133px!important;
    background-size: auto;
    position: absolute;
    top: -80px;
    right: -160px;
    left: auto;
    z-index: 1;
}
    .brightside-purchase-picker__notice {
      margin: 0 0 12px;
      padding: 10px 12px;
      border-radius: 6px;
      background: #fff4e5;
      border: 1px solid #f0c674;
      color: #5c3b00;
      font-size: 14px;
      line-height: 1.4;
    }
    .brightside-purchase-picker__fieldset {
      border: 0;
      margin: 0;
      padding: 0;
    }
    .brightside-purchase-option {
      display: block;
      border: 1px solid #d4d4d4;
      border-radius: 8px;
      padding: 12px 14px;
      margin-bottom: 10px;
      cursor: pointer;
    }
    .brightside-purchase-option:has(.brightside-purchase-option__input:checked) {
      border-color: #111;
      box-shadow: 0 0 0 1px #111;
    }
    .brightside-purchase-option__input {
      margin-right: 8px;
      vertical-align: top;
    }
    .brightside-purchase-option__body {
      display: inline-block;
      vertical-align: top;
    }
    .brightside-purchase-option__title {
      display: block;
      font-weight: 600;
      font-size: 16px;
    }
    .brightside-purchase-option__price,
    .brightside-frequency-option__price {
      display: block;
      font-size: 16px;
      color: #333;
      margin-top: 2px;
    }
    .brightside-purchase-option__hint {
      display: block;
      font-size: 13px;
      color: #666;
      margin-top: 2px;
    }
    .brightside-purchase-option__pricing {
      display: block;
      margin-top: 4px;
    }
    .brightside-purchase-option__compare {
      display: inline-block;
      margin-right: 8px;
      font-size: 16px;
      color: #777;
      text-decoration: line-through;
    }
    .brightside-autoship-benefits {
      list-style: none;
      margin: 12px 0 20px;
      padding: 0;
      font-size: 13px;
      color: #333;
    }
    .brightside-autoship-benefits li {
      position: relative;
      padding-left: 18px;
      margin-bottom: 6px;
    }
    .brightside-autoship-benefits li::before {
      content: "✦";
      position: absolute;
      left: 0;
      top: 0;
      color: #b8860b;
      font-size: 12px;
      line-height: 1.4;
    }
    .brightside-frequency-dropdown-wrap {
      display: none;
      margin: 4px 0 12px 28px;
      max-width: 100%;
    }
    .variant-option__button-label__text {
    line-height: 1.4;
}
    .variant-option--equal-width-buttons .variant-option__button-label__text span {
      font-size: 12px;
    }
  .variant-option--equal-width-buttons .variant-option__button-label__text span.variant-price {
    display: block;
    font-family: var(--ff-frock-bold);
    font-size: 19px;
}

    .brightside-purchase-picker:has(
        input[data-brightside-purchase-type][value="subscription"]:checked
      )
      .brightside-frequency-dropdown-wrap {
      display: block;
    }
    .brightside-frequency-dropdown-wrap__label {
      display: block;
      margin: 0 0 6px;
      font-size: 14px;
      font-weight: 600;
    }
    .brightside-frequency-dropdown {
      display: block;
      width: 100%;
      max-width: 360px;
      padding: 10px 12px;
      font-size: 15px;
      border: 1px solid #d4d4d4;
      border-radius: 8px;
      background: #fff;
      cursor: pointer;
    }
    .brightside-frequency-dropdown:focus {
      outline: 2px solid #111;
      outline-offset: 2px;
    }
    .brightside-selling-plan-select {
      position: absolute !important;
      width: 1px !important;
      height: 1px !important;
      overflow: hidden !important;
      clip: rect(0, 0, 0, 0) !important;
      white-space: nowrap !important;
      border: 0 !important;
    }
    .brightside-native-hidden {
      position: absolute !important;
      width: 1px !important;
      height: 1px !important;
      overflow: hidden !important;
      clip: rect(0, 0, 0, 0) !important;
      white-space: nowrap !important;
      border: 0 !important;
      padding: 0 !important;
      margin: -1px !important;
    } 
    .soda-card__content .brightside-purchase-picker__fieldset, 
.soda-card__content .brightside-purchase-option__price, 
.soda-card__content .brightside-frequency-option__price, 
.soda-card__content .brightside-purchase-option__hint, 
.soda-card__content .brightside-autoship-benefits li,
.brightside-purchase-picker__legend {
    color: #570d3a !important;
}

.soda-card__description {
    font-size: var(--fs-16);
    color: #570d3a;
    line-height: 1.2;
    margin-bottom: 8px;
}

.soda-card__label {
    font-size: var(--fs-16);
    color: #570d3a;
    line-height: 1.2;
}
.soda-card__stars {
    color: #f6c643 !important;
    font-size: 26px;
}
.pack-option__content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 0;
    text-align: center;
    line-height: 1.3;
    padding: 10px 1px 5px;
}
span.pack-option__title {font-size: 16px;}
span.pack-option__price {font-size: 19px; font-family: var(--ff-frock-bold);}
span.pack-option__onetime {font-size: 12px;}
.soda-card__content input[type=radio]:not(:disabled):hover:checked {
    border-color: #570d3a;
    background-color: transparent;
}

body .soda-card__content .brightside-frequency-dropdown {
    border: 2px solid #570d3a;
}
body .soda-card__content .brightside-purchase-option__input {
    border: 2px solid #570d3a;
}
body .soda-card__content .brightside-purchase-option__input:checked:after {
    background: #570d3a;
}
.soda-card__actions {
    display: flex;
    justify-content: center;
    gap: 7px;
}
.soda-card__actions button {
    padding: 14px 14px;
    border: 2px solid transparent;
    font-size: 14px;
    font-family: var(--ff-new-hero);
    cursor: pointer;
}

/* APP options code end here */




/* Blog css start from here */

.blog-posts-container {
    grid-template-columns: repeat(9,1fr);
}
.blog-posts-container .blog-post-card__content-text {
    padding-top: 5px;
        text-align: center;
}
.blog-posts-container .blog-post-card__content-text  a {
   display: none;
}
.blog-post-item .blog-post-card__image-container {
    border: 2px solid #570d3a;
}
.blog-post-featured-image {
    border: 2px solid #570d3a;
}

.blog-post-content {
    max-width: 730px;
}

.blog-post-content p br {
  display: none;
}

.blog-post-content h3{
    font-size: 22px;
}
.blog-post-comments-container {
    display: none;
}
.blog-post-content .rte-table-wrapper td {
    font-size: 14px;
}

/* Blog css end from here */



.button.size-style.button--AWWJ4Q2JFV293Q05jU__button_A8DgNJ {
	background: var(--color-primary-purple);
}
#shopify-section-template--23088715923706__section_zGrzeK .group-block {
	width: 100%;
}

.goodav-cart__timer-title p span {
	font-family: var(--ff-new-hero) !important;
}
.goodav-cart__timer-msg p span {
	font-family: var(--ff-frock) !important;
  font-weight: normal;
}
.goodav-cart__btn_wrap button {
	font-family: var(--ff-frock) !important;
}



.text-block--AN3F6bUN3eFEzcjJFU__product_title_JG6BDp p {
  font-family: var(--ff-rl);
  font-size: 48px;
  color: #4d083d;
}
#ProductInformation-template--23187331711226__featured_product_information_8rWRq6 {
	color: #4d083d;
}

.product-details button#BuyButtons-ProductSubmitButton-AczJQTjJRWVJyWExaS__add-to-cart {
	padding: 14px 14px;
	border: 2px solid transparent;
	font-size: 14px;
	font-family: var(--ff-new-hero);
	cursor: pointer;
	border: 0;
	background: var(--color-primary-blue);
	color: #fff;
  font-weight: normal;
}
.product-details button#BuyButtons-ProductSubmitButton-AczJQTjJRWVJyWExaS__add-to-cart .add-to-cart-icon {
  display: none;
}
#ProductInformation-template--23187331711226__featured_product_information_8rWRq6 product-price .price,
#ProductInformation-template--23187331711226__featured_product_information_8rWRq6 .text-block--AaitWcSt0L2NqLzhKT__text_zBKEam h3 {
	font-size: 28px;
  color: #4d083d;
}
.ai-star-rating__stars-am2rodlfatnbrsvpuaaigenblock56b7dbbeyjb4j {
	gap: 0px !important;
}
.ai-star-rating__star-am2rodlfatnbrsvpuaaigenblock56b7dbbeyjb4j svg {
	fill: #f6c643 !important;
}

#shopify-section-template--23187331711226__featured_product_information_8rWRq6 .product-media__image {
  object-fit: cover;
  border: 2px solid #4d083d;
}
#ProductInformation-template--23187331711226__featured_product_information_8rWRq6 a[ref="productTitleLink"] {
  pointer-events: none;
  cursor: default;
}
.cart-items__details a[href*="strawberry-sunshine-guava-glow"] {
  pointer-events: none;
  cursor: default;
}
/* ========================================
   Responsive Styles
======================================== */


@media (max-width: 1350px) {

  #shopify-section-template--22612384940282__section_zfBiiR .lighter,
  .shopify-section.content-timeline-faq .content-timeline-faq {
     padding-left: 20px;
        padding-right: 20px;
  }

/*   .shopify-section.content-timeline-faq {
    padding-left: 0;
    padding-right: 0;
}
    .section.lighter {
        padding-left: 20px;
        padding-right: 20px;
    }

    .content-timeline-faq .page-width {
        padding-left: 20px;
        padding-right: 20px;
    }

    .content-timeline-faq {
        padding-left: 20px;
        padding-right: 20px;
    } */
}


@media screen and (max-width: 1199px) {
.footer-content>.group-block {
    min-width: 260px;
    padding-right: 0;
}
.template-cart thead[role=rowgroup] {
    position: absolute !important;
}
.product-details .brightside-purchase-picker:after {
    position: relative;
    top: 0;
    right: 0;
    display: inline-block;
}
}

/* Tablet */

@media screen and (max-width: 1024px) {
.two-sodas {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 10px!important;
}

.most-drinks .group-block-content .h3 p,
.lighter h3,
.lighter h2,
.two-sodas__heading,
.content-timeline-faq .ctf-heading,
.ingredients .text-block.h2 h2,
.coming-soon .text-block.h2 h2,
.get-off .text-block.h2 h2,
.kanna .text-block.h2 h2,
.clinically .text-block.h2 h2,
#Hero-template--22884413243642__hero_mawXci .text-block.h2 h1,
#shopify-section-template--22884413243642__section_BXU9zD .text-block h2 {
    font-size: 40px;
    line-height: 1;
}
.button.size-style, 
.button-secondary.size-style {
    padding-left: 20px;
    padding-right: 20px;
}
.ingredients .text-block.h2 h2 {
  text-align: center;
}
.ctf-grid {
    gap: 20px;
}

  .ctf-grid {
    grid-template-columns: 1fr;
    gap: 50px;
  }

  .ctf-heading {
    font-size: 48px;
  }

  .timeline-content {
    grid-template-columns: 1fr;
  }

  .two-sodas__grid {
    grid-template-columns: 90% 10%;
    margin-top: 30px;
  }

  .soda-card {
    grid-template-columns: 1fr;
            max-width: 600px;
        margin: 0 auto;
        border: 0;
  }

  .card-coming-soon {
    text-align: center;
}
  .card-coming-soon img {
   margin: 0 auto;
       padding-top: 50px !important;
    padding-bottom: 50px !important;
}

  .two-sodas__heading {
    font-size: 42px;
  }

.two-sodas .slick-arrow {
    width: 22px!important;
    height: 22px!important;
    background: #570D3A!important;
    border-radius: 50%!important;
    transform: none!important;
    z-index: 10!important;
    opacity: 0.8;
}
.two-sodas .slick-arrow[aria-disabled="true"]{
  opacity: 1;
}
.two-sodas .slick-prev:before {
    content: "1" !important;
    font-size: 12px;
    color: #fff;
    opacity: 1;
    line-height: 6px;
    font-family: var(--ff-frock);
}

.two-sodas .slick-next:before {
    content: "2" !important;
    font-size: 12px;
    color: #fff;
    opacity: 1;
    line-height: 6px;
    font-family: var(--ff-frock);
}
/*   .two-sodas .slick-prev.slick-arrow {
    left: calc(50% - 45px) !important;
    right: auto !important;
  } 

  .two-sodas .slick-next.slick-arrow {
    left: calc(50% + 5px) !important;
    right: auto !important;
  }*/
  .two-sodas .slick-prev {
	left: 42% !important;
}
  .two-sodas .slick-next {
	right: 42% !important;
}

  .two-sodas .slick-arrow:before {
    content: none;
  }
  .slick-dots li button:before {
    font-size: 20px !important;
  }
  .slick-dots li.slick-active button:before {
    opacity: .75;
    color: #570D3A;
}
.two-sodas .slick-dots {
  display: block !important;
      bottom: -35px;
}
.two-sodas__heading p {
    margin: 0 0 20px;
    font-size: 40px;
}



  .soda-card__image {
    height: auto;
  }

  .soda-card__image img {
    width: 100%;
    height: auto;
    object-fit: cover !important;
  }

  .blog-posts-container {
    grid-template-columns: repeat(6,1fr);
}

}

/* Mobile */

@media screen and (max-width: 768px) {
  .header-logo__image {
	max-width: 160px;
}
.header-menu {
	margin-left: auto;
	margin-right: 20px;
}
.default-header .h1 h1 {
    font-size: 34px;
}
  .button.size-style, 
.button-secondary.size-style {
    padding-left: 15px;
    padding-right: 15px;
}


.hero__container {
     padding: 100px 0 250px;
}
.hero__container .text-block.h1 p {
    font-size: 40px;
}
.text-block--AbHJ4UUJZOWc3bTQyM__text_YLPk4p p {
	line-height: 34px !important;
	padding: 10px 0 20px;
}
.text-block--AbHJ4UUJZOWc3bTQyM__text_YLPk4p p strong,
.text-block--AZ0RWZmxiUWpJWmxvd__text_YLPk4p p strong {
	font-size: 60px;
}
.hero__content-wrapper .group-block-content {
    flex-direction: row;
    width: 100%;
    justify-content: start;
}
    .image-block--AekFBVXEwM0R3UEN5W__image_zrqB4w img {
        max-width: 130px;
    }

    
.text-block--AUXJCK0ViYjc4RWsra__text_ANhGKg {
    padding-bottom: 0;
}
.button-secondary--ATktrdS8wcWExai9yQ__button_n9MAip {
    margin-bottom: 50px;
}

#shopify-section-template--23088715858170__hero_mawXci .hero__content-wrapper .group-block-content {
	flex-direction: column;
}
  .zembrin-effect-section {
    padding: 40px 20px;
  }

  .zembrin-header h2 {
    font-size: 42px;
  }

 .zembrin-grid {
    display: flex;
    flex-direction: row;
    gap: 25px;
    flex-wrap: wrap;
    justify-content: center;
}

  .zembrin-center {
    order: 1;
  }

 .zembrin-benefits {
    width: 40%;
    order: 2;
    display: grid;
    grid-template-columns: repeat(1,1fr);
    gap: 25px 15px;
}

  .benefit-item img {
    width: 52px;
  }

  .benefit-text {
    font-size: 14px;
  }

 .zembrin-center img {
    max-width: 100%;
}

  .zembrin-bottom-content {
    margin-top: 40px;
        gap: 20px;
    flex-direction: column;
    align-items: center;
  }

  .zembrin-bottom-content p {
    font-size: 14px;
  }

  .zembrin-btn {
    width: 220px;
    max-width: 100%;
  }

  .ctf-heading {
    font-size: 40px;
  }

  .timeline-title {
    font-size: 20px;
  }

  .faq-question {
    font-size: 18px;
    padding: 16px;
  }

  .faq-answer {
    padding: 16px;
  }

  .most-drinks .mobile-column  {
    align-items: center;
}
.most-drinks .group-block-content .h3 p {
    font-size: 40px;
    line-height: 1.2;
    text-align: center;
}
.most-drinks .group-block-content p {
    text-align: center;
}
.most-drinks .image-block {
    width: 100%;
}
.get-off .email-signup-block {
    width: 50%;
        align-self: start;
    margin-left: 30px;
}


.ingredients .text-block.h2 h2 {
   font-size: 40px;
}

.lighter h2,
.lighter h3 {
    font-size: 40px;
}

.two-sodas {
    padding: 60px 20px;
}

.flower-badge {
    top: 170px;
    left: -80px;
    transform: rotate(-33deg) scale(0.6);
}
.soda-card__stars {
    text-align: center;
}
.soda-card__content .stars,
.soda-card__content h3,
.soda-card__content .description {
    text-align: center;
}

.soda-card__content label {
    justify-content: center;
}
/* .two-sodas .slick-prev, 
.two-sodas .slick-next {
    display: block !important;
    top: -40px;
    bottom: -41px !important;
    z-index: 10;
    top: auto !important;
} */
.content-timeline-faq .ctf-left {
    text-align: center;
}

.coming-soon .text-block.h2 h2 {
    text-align: center;
}

.ingredients .mobile-column {
    align-items: center;
}

.ingredients .text-block p {
    text-align: center;
}

.ingredients .group-block .group-block-content {
    height: 100%;
    width: 100%;
    margin-bottom: 30px;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: center;
}

.ingredients .group-block .group-block-content .image-block {
    width: 45%;
    justify-content: center;
}

.ingredients .group-block .group-block-content .image-block img {
    max-width: 115px;
}


.ctf-layout-faq .ctf-left {
    text-align: center;
}

.coming-soon .image-block.image-block--AdkEyaE9XVFY4dVMzM__image_bY7tiL img {
    max-width: 160px;
}

.coming-soon .text-block.h2 h2 {
    font-size: 40px;
}

.coming-soon .text-block p {
    text-align: center;
}

.coming-soon .group-block .group-block-content .group-block-content {
    flex-direction: row;
}


.coming-soon .group-block-content rte-formatter.text-block--AdG1nM1ZBdlZxWDdxe__text_GFD9y7,
.coming-soon .group-block-content rte-formatter.text-block--ANFpadTZqMUVMR2tUT__text_BJR9JX,
.coming-soon .group-block-content rte-formatter.text-block--AelZtS1UvV0t4QmRwR__text_YX9Gh3, 
.coming-soon .group-block-content rte-formatter.text-block--AZlhESis5WEgrSEVkZ__text_XA4Ark, 
.coming-soon .group-block-content rte-formatter.text-block--AUHlEdklDRnpCUC83d__text_dk3Arc, 
.coming-soon .group-block-content rte-formatter.text-block--Ac1dRcXM2R3pHNXRHc__text_VgcUWr,
.coming-soon .group-block-content rte-formatter.text-block--ANGdXRFNyOG9nb05CZ__text_GFD9y7,
.coming-soon .group-block-content rte-formatter.text-block--AZ3kxOTQxcnVzMzk3Y__text_BJR9JX,
.coming-soon .group-block-content rte-formatter.text-block--ASloyTzNlSzhFd05LV__text_YX9Gh3,
.coming-soon .group-block-content rte-formatter.text-block--AUWNldjRtR0Z0dFllW__text_XA4Ark,
.coming-soon .group-block-content rte-formatter.text-block--ATHJGKy9Jc1lCM1dBQ__text_dk3Arc,
.coming-soon .group-block-content rte-formatter.text-block--AVTJ1eEhuc24vOC96a__text_VgcUWr,
.coming-soon .group-block-content rte-formatter.text-block--AekFnb3ZzdmJ2SGp1W__text_GFD9y7,
.coming-soon .group-block-content rte-formatter.text-block--AR3psQm1weUlmNjZjN__text_BJR9JX,
.coming-soon .group-block-content rte-formatter.text-block--AQnNJUUxxenR1OERhW__text_YX9Gh3 {
    padding: 16px;
    width: 115px;
    height: 115px;
    font-size: 12px;
    text-align: center;
    line-height: 1;
}

.footer-content .group-block-content .text-block p {
    text-align: center;
}
.footer-content .email-signup__input--underline+.email-signup__button--integrated {
    align-self: center;
}
.footer-content .menu__heading.h5 {
    padding-top: 5px;
    padding-bottom: 0;
}
.footer-content {
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 80px;
}



.plant-hero .text-block h2 {
    font-size: 30px;
}
#Hero-template--22884413243642__hero_mawXci .hero__container {
    padding: 60px 0 150px;
}

#shopify-section-template--22884413243642__section_BPtjMT .text-block,
#shopify-section-template--22884413243642__hero_mawXci .text-block,
#shopify-section-template--22884413243642__section_NtYfAm .text-block {
    width: 100%;
}
#shopify-section-template--22884413243642__section_BPtjMT .text-block>*,
#shopify-section-template--22884413243642__hero_mawXci .text-block>*,
#shopify-section-template--22884413243642__section_NtYfAm .text-block>* {
    width: 100%;
    max-inline-size: 100%;
    text-align: center;
}
#shopify-section-template--22884413243642__hero_mawXci .hero__content-wrapper .group-block-content {
    flex-direction: column;
    width: 100%;
}

#shopify-section-template--22884413243642__section_NtYfAm .group-block-content.mobile-column .group-block-content.mobile-column {
    flex-direction: row;
    align-items: start;
}
#shopify-section-template--22884413243642__section_NtYfAm .group-block-content.mobile-column .group-block-content.mobile-column .group-block-content.mobile-column {
    flex-direction: column;
}
#shopify-section-template--22884413243642__section_NtYfAm .group-block-content.mobile-column .group-block-content.mobile-column .group-block-content.mobile-column p {
    font-size: 12px;
}

#shopify-section-template--22884413243642__section_BXU9zD .image-block__image {  
  width: auto;
}

#shopify-section-template--22612385005818__form .section-content-wrapper,
#shopify-section-template--23088715399418__form .section-content-wrapper{
    flex-wrap: nowrap;
    gap: 30px;
    flex-direction: column;
}

#shopify-section-template--22612385005818__form .text-block--AUGtINUY1ZGFiT2ltb__text_YJbNfC,
#shopify-section-template--23088715399418__form .text-block--AUGtINUY1ZGFiT2ltb__text_YJbNfC {
    order: 1;
    padding-bottom: 10px;
}
#shopify-section-template--22612385005818__form .group-block,
#shopify-section-template--23088715399418__form .group-block {
     order: 3;
}

#shopify-section-template--22612385005818__form .group-block + .group-block,
#shopify-section-template--23088715399418__form .group-block + .group-block {
     order: 2;
}

.contact-form__form .contact-form__input--textarea {
    resize: vertical;
    min-height: 100px;
    height: 100px;
}

.shopify-policy__title h1 {
    font-size: 40px;
}
.product-information__grid {
    padding-left: 15px;
    padding-right: 15px;
        gap: 30px;
}
.product-details {
    grid-column: 1 / -1;
}

#shopify-section-template--22612384940282__17811552369abc9294 .group-block-content {
    flex-direction: row;
}
#shopify-section-template--22612385005818__blocks_Gbytpc .group-block-content {
    flex-direction: row;
}
#insta-feed h2 {
    font-size: 28px;
}
.product-details .buy-buttons-block {
	max-width: 100%;
}


.gh-dashboard-login {
	padding: 20px 12px !important;
}
.gh-dashboard-login h2 {    
	font-size: 20px;
}
.gh-dashboard-grid {
	grid-template-columns: 1fr !important;
}
.gh-dashboard-nav {
	 gap: 10px !important;
}


.brightside-cart-upsell--drawer .brightside-cart-upsell__body {
	flex-direction: column !important;
}
.brightside-cart-upsell__dismiss {
	align-self: start;
}
.template-cart #shopify-block-ATE1hd08zbFRuaE1LS__brightside_subscriptions_cart_recommendations_VmkURK {
	width: calc(100% - 40px);
	margin: 0 20px;
}
}

@media (max-width: 640ppx) {
	.cart-items__table-row {
		grid-template-columns: clamp(2.5rem,15cqi,7.5rem) minmax(0,1fr) minmax(var(--cart-item-price-width),auto);
	}
	.cart-items__quantity-controls {
		flex-direction: column; 
		align-items: start; 
	}
}

/* Start Header Marquee */

.header-marquee {
  background: #7c206f !important;
  color: var(--marquee-text);
  overflow: hidden;
}

.header-marquee__inner {
  overflow: hidden;
}

.header-marquee__track {
  display: flex;
  width: max-content;
  animation: headerMarquee var(--marquee-speed) linear infinite;
  will-change: transform;
}

.header-marquee__group {
  display: flex;
  align-items: center;
  flex-shrink: 0;
}

.header-marquee__item {
  color: inherit;
  text-decoration: none;
  padding: 15px 20px;
  text-transform: uppercase;
  white-space: nowrap;
  flex-shrink: 0;
}
.header-marquee__item:empty {
    display: none;
}

span.header-marquee__item span {
  font-weight: var(--fw-600);
  color: var(--color-accent-gold);
  font-size: var(--fs-16);
  font-family: var(--ff-frock);
}

.header-marquee__separator {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 10px;
  flex-shrink: 0;
}

.header-marquee__separator .star-devider {
   background: url(/cdn/shop/files/Sparkle_OTBBlueSky.png?v=1781200061);
  width: 25px;
  height: 25px;
  display: block;
  background-repeat: no-repeat;
  background-size: contain;
}
.header-marquee__group .header-marquee__separator:last-child {
display: none;
} 

@keyframes headerMarquee {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-50%);
  }
}

@media screen and (max-width: 1024px) {
  .soda-card {
    grid-template-columns: 1fr;
    border: 2px solid rgb(124, 69, 97);
    margin-bottom: 15px;
  }
}

.header-menu-overlay__stripes {
  height: 170px; /* adjust to taste */
}

#shopify-section-template--22612384940282__17811552369abc9294 .image-block {
  transition: transform 0.2s ease;
}

#shopify-section-template--22612384940282__17811552369abc9294 .image-block:hover {
  transform: scale(1.2);
}

#shopify-section-template--22612385005818__blocks_Gbytpc .image-block {
  transition: transform 0.2s ease;
}

#shopify-section-template--22612385005818__blocks_Gbytpc .image-block:hover {
  transform: scale(1.2);
}

#shopify-section-template--22612384940282__17811552369abc9294,
#shopify-section-template--23088715333882__17811552369abc9294 {
  position: relative;
  padding-bottom: 128px;
}

#shopify-section-template--22612384940282__17811552369abc9294:after,
#shopify-section-template--23088715333882__17811552369abc9294:after {
  content: "";
  background: url(/cdn/shop/files/cream-stripes.png?v=1780566150);
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 128px;
}

.instafeed-new-layout-item {border: 2px solid #570d3a;}

@media (max-width: 749px) {
  .soda-card__title {
    font-size: 26px !important;
  }
}


/*jess edits*/
@media (max-width: 749px) {
  .two-sodas__grid {
    grid-template-columns: 1fr !important;
  }
}

.blog-post-featured-image {
  margin-left: auto !important;
  margin-right: auto !important;
}

.button--AQVZGNmNoVC82enpqZ__button_QXwJQU {
  margin-bottom: 30px !important;
}

.variant-option__button-label__pill {
  position: absolute;
  inset: 0;          /* stretch to exactly match the parent label's box */
  width: auto;
  height: auto;
  z-index: -1;        /* keep it behind the text/border content */
}


/*remove when ready to launch*/
/* button[data-testid="cart-drawer-trigger"] {
  display: none !important;
} */

 button.account-button {
  display: none !important;
} 

.soda-card {
  min-height: 0 !important;
}

.brightside-autoship-label {
  display: block;
  font-size: 1.3em !important;
  font-weight: bold;
}

.variant-option__button-label__text span:not(.variant-price):not(.brightside-autoship-label) {
  font-size: 0.7em;
  /* white-space: nowrap; */
}

[data-brightside-free-shipping-benefit] {
  display: block !important;
}

.brightside-frequency-dropdown-wrap {
  display: block !important;
}

.brightside-purchase-option__input {
  vertical-align: middle !important;
  position: relative;
  top: -2px;
}

.product-details .brightside-purchase-picker::after {
  display: none !important;
}

.product-details .custom-accordion,
.product-details rte-formatter {
  max-width: 100% !important;
}

.custom-accordion__content { 
  font-size: 16px !important;
}

.brightside-frequency-dropdown-wrap__label
{font-size: 16px !important;}

.brightside-frequency-dropdown 
{font-size: 16px !important;}


/* Optional: Pause on hover */
/*
.header-marquee:hover .header-marquee__track {
  animation-play-state: paused;
}
*/

/* End Header Marquee */

 div#shopify-block-AanNoTEo2bkcwQWxhW__126505107767775591 {
    display: none;
} 

/* test shimmer */

/* Shimmer: star rating in hero */
.ai-star-rating__star-ayutvutb1twvtzhffyaigenblock56b7dbbfnjjfj svg {
  animation: bsStarShimmer 0.9s ease-in-out 1;
}
.ai-star-rating__stars-ayutvutb1twvtzhffyaigenblock56b7dbbfnjjfj > div:nth-child(1) svg { animation-delay: 0.6s; }
.ai-star-rating__stars-ayutvutb1twvtzhffyaigenblock56b7dbbfnjjfj > div:nth-child(2) svg { animation-delay: 0.7s; }
.ai-star-rating__stars-ayutvutb1twvtzhffyaigenblock56b7dbbfnjjfj > div:nth-child(3) svg { animation-delay: 0.8s; }
.ai-star-rating__stars-ayutvutb1twvtzhffyaigenblock56b7dbbfnjjfj > div:nth-child(4) svg { animation-delay: 0.9s; }
.ai-star-rating__stars-ayutvutb1twvtzhffyaigenblock56b7dbbfnjjfj > div:nth-child(5) svg { animation-delay: 1s; }

@keyframes bsStarShimmer {
  0%, 100% { filter: brightness(1) drop-shadow(0 0 0 rgba(255,215,0,0)); }
  50% { filter: brightness(1.9) drop-shadow(0 0 5px rgba(255,215,0,0.9)); }
}

/* Shimmer: "Save 50% with Autoship" button */
.button--AMUJYVlJxUVNhVkxTW__button_4BipmT {
  position: relative;
  overflow: hidden;
}
.button--AMUJYVlJxUVNhVkxTW__button_4BipmT::after {
  content: "";
  position: absolute;
  top: 0;
  left: -75%;
  width: 50%;
  height: 100%;
  background: linear-gradient(120deg, transparent, rgba(255,215,0,0.75), transparent);
  transform: skewX(-20deg);
  animation: bsButtonShimmer 1.3s ease-in-out 1.2s 1;
  pointer-events: none;
}
@keyframes bsButtonShimmer {
  0% { left: -75%; }
  100% { left: 125%; }
}

@media (prefers-reduced-motion: reduce) {
  .ai-star-rating__star-ayutvutb1twvtzhffyaigenblock56b7dbbfnjjfj svg,
  .button--AMUJYVlJxUVNhVkxTW__button_4BipmT::after {
    animation: none;
  }
}

/* Shimmer: "Save 50% with Autoship" button — hover trigger */
.button--AMUJYVlJxUVNhVkxTW__button_4BipmT::before {
  content: "";
  position: absolute;
  top: 0;
  left: -75%;
  width: 50%;
  height: 100%;
  background: linear-gradient(120deg, transparent, rgba(255,215,0,0.75), transparent);
  transform: skewX(-20deg);
  pointer-events: none;
}
.button--AMUJYVlJxUVNhVkxTW__button_4BipmT:hover::before {
  animation: bsButtonShimmer 0.9s ease-in-out 1;
}

.text-block--AZ0RWZmxiUWpJWmxvd__text_YLPk4p p {
  line-height: 64px !important;
  padding: 20px 0 30px !important;
}
 .text-block--ARGVPRWc0SWJFR20xN__product_description_xdcpLb p br {
  display: none;
 }
 .r-ae8tjd {
  margin-right: 0 !important;
 }
 .text-block--ARGVPRWc0SWJFR20xN__product_description_xdcpLb p {
  text-wrap: auto;
 }
@media screen and (max-width: 768px) {
  .text-block--AZ0RWZmxiUWpJWmxvd__text_YLPk4p p  {
        line-height: 34px !important;
  }
  #ProductInformation-template--23187331711226__featured_product_information_8rWRq6 product-price .price, #ProductInformation-template--23187331711226__featured_product_information_8rWRq6 .text-block--AaitWcSt0L2NqLzhKT__text_zBKEam h3 {
	font-size: 20px;
  text-wrap: nowrap;
}

    #ProductInformation-template--23187331711226__featured_product_information_8rWRq6.product-details,
  #shopify-section-template--23187331711226__featured_product_information_8rWRq6 .product-information__grid {
    grid-column: 2 / 3;
  }
  #template--23187331711226__featured_product_information_8rWRq6 .main-heading {
	margin: 30px 0 0;
}
}

.text-block--AN3F6bUN3eFEzcjJFU__product_title_JG6BDp.h3 {
  margin-bottom: 10px;
}
.text-block--ARGVPRWc0SWJFR20xN__product_description_xdcpLb p {
  margin-bottom: 0;
}