/** Shopify CDN: Minification failed

Line 9620:33 Expected identifier but found "6"
Line 11437:0 Unexpected "{"
Line 11437:1 Expected identifier but found "%"
Line 11443:0 Unexpected "{"
Line 11443:1 Expected identifier but found "%"

**/
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');



:root {
  --alpha-button-background: 1;
  --alpha-button-border: 1;
  --alpha-link: 0.85;
  --alpha-badge-border: 0.1;
  --focused-base-outline: 0.2rem solid rgba(var(--color-foreground), 0.5);
  --focused-base-outline-offset: 0.3rem;
  --focused-base-box-shadow: 0 0 0 0.3rem rgb(var(--color-background)), 0 0 0.5rem 0.4rem rgba(var(--color-foreground), 0.3);
}

.product-card-wrapper .card,
.contains-card--product {
  --border-radius: var(--product-card-corner-radius);
  --border-width: var(--product-card-border-width);
  --border-opacity: var(--product-card-border-opacity);
  --shadow-horizontal-offset: var(--product-card-shadow-horizontal-offset);
  --shadow-vertical-offset: var(--product-card-shadow-vertical-offset);
  --shadow-blur-radius: var(--product-card-shadow-blur-radius);
  --shadow-opacity: var(--product-card-shadow-opacity);
  --shadow-visible: var(--product-card-shadow-visible);
  --image-padding: var(--product-card-image-padding);
  --text-alignment: var(--product-card-text-alignment);
}

.collection-card-wrapper .card,
.contains-card--collection {
  --border-radius: var(--collection-card-corner-radius);
  --border-width: var(--collection-card-border-width);
  --border-opacity: var(--collection-card-border-opacity);
  --shadow-horizontal-offset: var(--collection-card-shadow-horizontal-offset);
  --shadow-vertical-offset: var(--collection-card-shadow-vertical-offset);
  --shadow-blur-radius: var(--collection-card-shadow-blur-radius);
  --shadow-opacity: var(--collection-card-shadow-opacity);
  --shadow-visible: var(--collection-card-shadow-visible);
  --image-padding: var(--collection-card-image-padding);
  --text-alignment: var(--collection-card-text-alignment);
}

.article-card-wrapper .card,
.contains-card--article {
  --border-radius: var(--blog-card-corner-radius);
  --border-width: var(--blog-card-border-width);
  --border-opacity: var(--blog-card-border-opacity);
  --shadow-horizontal-offset: var(--blog-card-shadow-horizontal-offset);
  --shadow-vertical-offset: var(--blog-card-shadow-vertical-offset);
  --shadow-blur-radius: var(--blog-card-shadow-blur-radius);
  --shadow-opacity: var(--blog-card-shadow-opacity);
  --shadow-visible: var(--blog-card-shadow-visible);
  --image-padding: var(--blog-card-image-padding);
  --text-alignment: var(--blog-card-text-alignment);
}

.contains-content-container,
.content-container {
  --border-radius: var(--text-boxes-radius);
  --border-width: var(--text-boxes-border-width);
  --border-opacity: var(--text-boxes-border-opacity);
  --shadow-horizontal-offset: var(--text-boxes-shadow-horizontal-offset);
  --shadow-vertical-offset: var(--text-boxes-shadow-vertical-offset);
  --shadow-blur-radius: var(--text-boxes-shadow-blur-radius);
  --shadow-opacity: var(--text-boxes-shadow-opacity);
  --shadow-visible: var(--text-boxes-shadow-visible);
}

.contains-media,
.global-media-settings {
  --border-radius: var(--media-radius);
  --border-width: var(--media-border-width);
  --border-opacity: var(--media-border-opacity);
  --shadow-horizontal-offset: var(--media-shadow-horizontal-offset);
  --shadow-vertical-offset: var(--media-shadow-vertical-offset);
  --shadow-blur-radius: var(--media-shadow-blur-radius);
  --shadow-opacity: var(--media-shadow-opacity);
  --shadow-visible: var(--media-shadow-visible);
}

/* base */

.page-width {
  max-width: var(--page-width);
  margin: 0 auto;
  padding: 0 1.5rem;
}

body:has(.section-header .drawer-menu) .announcement-bar-section .page-width {
  max-width: 100%;
}

.page-width.drawer-menu {
  max-width: 100%;
}

.page-width-desktop {
  padding: 0;
  margin: 0 auto;
}

.utility-bar__grid.page-width {
  padding-left: 3rem;
  padding-right: 3rem;
}

@media screen and (min-width: 750px) {
.product-period-therapy p.product__text.inline-richtext.subheading-styles.topsub-styles.subtitle {
    font-size: 16px !important;
    color: #000000 !important;
        font-family: 'Jost';
        font-weight: 300;
    line-height: 1.5!important;
        padding-top: 10px;
    
}
.aa-faq-left-body{
    font-size: 16px;
}

.extra-divs {
    gap: 10px;
    padding: 12px 14px;
       margin-top: 12px !important;

}
.aa-ing-grid {
    row-gap: 0 !important;
}



  .page-width {
    padding: 0 5rem;
  }
  .top-lleft {
    padding-left: 20px !important;
}

  .header.page-width,
  .utility-bar__grid.page-width {
    padding-left: 3.2rem;
    padding-right: 3.2rem;
  }

  .page-width--narrow {
    padding: 0 9rem;
  }

  .page-width-desktop {
    padding: 0;
  }

  .page-width-tablet {
    padding: 0 5rem;
  }
}

@media screen and (min-width: 990px) {
  .header:not(.drawer-menu).page-width {
    padding-left: 5rem;
    padding-right: 5rem;
  }

  .page-width--narrow {
    max-width: 72.6rem;
    padding: 0;
  }

  .page-width-desktop {
    max-width: var(--page-width);
  }

}





.isolate {
  position: relative;
  z-index: 0;
}

.section + .section {
  margin-top: var(--spacing-sections-mobile);
}




@media screen and (min-width: 750px) {
  .section + .section {
    margin-top: var(--spacing-sections-desktop);
  }
}



.element-margin-top {
  margin-top: 5rem;
}






@media screen and (min-width: 750px) {
  .element-margin {
    margin-top: calc(5rem + var(--page-width-margin));
  }
}


.background-secondary {
  background-color: rgba(var(--color-foreground), 0.04);
}

.grid-auto-flow {
  display: grid;
  grid-auto-flow: column;
}

.page-margin,
.shopify-challenge__container {
  margin: 7rem auto;
}

.rte-width {
  max-width: 82rem;
  margin: 0 auto 2rem;
}

.list-unstyled {
  margin: 0;
  padding: 0;
  list-style: none;
}

.hidden {
  display: none !important;
}

.visually-hidden {
  position: absolute !important;
  overflow: hidden;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
  clip: rect(0 0 0 0);
  word-wrap: normal !important;
}

.visually-hidden--inline {
  margin: 0;
  height: 1em;
}

.overflow-hidden {
  overflow: hidden;
}

.skip-to-content-link:focus {
  z-index: 9999;
  position: inherit;
  overflow: auto;
  width: auto;
  height: auto;
  clip: auto;
}

.full-width-link {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
}

::selection {
  background-color: rgba(var(--color-foreground), 0.2);
}

.text-body {
  font-size: 1.5rem;
  letter-spacing: 0.06rem;
  line-height: calc(1 + 0.8 / var(--font-body-scale));
  font-family: var(--font-body-family);
  font-style: var(--font-body-style);
  font-weight: var(--font-body-weight);
}

h1,
h2,
h3,
h4,
h5,
.h0,
.h1,
.h2,
.h3,
.h4,
.h5 {
  font-family: var(--font-heading-family);
  font-style: var(--font-heading-style);
  font-weight: var(--font-heading-weight);
  letter-spacing: calc(var(--font-heading-scale) * 0.06rem);
  color: rgb(var(--color-foreground));
  line-height: calc(1 + 0.3 / max(1, var(--font-heading-scale)));
  word-break: break-word;
}

.hxxl {
  font-size: clamp(calc(var(--font-heading-scale) * 5.6rem), 14vw, calc(var(--font-heading-scale) * 7.2rem));
  line-height: 1.1;
}

.hxl {
  font-size: calc(var(--font-heading-scale) * 5rem);
  line-height: calc(1 + 0.3 / max(1, var(--font-heading-scale)));
}

@media only screen and (min-width: 750px) {
  .hxl {
    font-size: calc(var(--font-heading-scale) * 6.2rem);
  }
}

.h0 {
  font-size: calc(var(--font-heading-scale) * 4rem);
}

@media only screen and (min-width: 750px) {
  .h0 {
    font-size: calc(var(--font-heading-scale) * 5.2rem);
  }
}

h1,
.h1 {
  font-size: calc(var(--font-heading-scale) * 3rem);
}

@media only screen and (min-width: 750px) {
  h1,
  .h1 {
    font-size: calc(var(--font-heading-scale) * 4rem);
  }
}

h2,
.h2 {
  font-size: calc(var(--font-heading-scale) * 2rem);
}

@media only screen and (min-width: 750px) {
  h2,
  .h2 {
    font-size: calc(var(--font-heading-scale) * 2.4rem);
  }
}

h3,
.h3 {
  font-size: calc(var(--font-heading-scale) * 1.7rem);
}

@media only screen and (min-width: 750px) {
  h3,
  .h3 {
    font-size: calc(var(--font-heading-scale) * 1.8rem);
  }
}

h4,
.h4 {
  font-family: var(--font-heading-family);
  font-style: var(--font-heading-style);
  font-size: calc(var(--font-heading-scale) * 1.5rem);
}

h5,
.h5 {
  font-size: calc(var(--font-heading-scale) * 1.2rem);
}

@media only screen and (min-width: 750px) {
  h5,
  .h5 {
    font-size: calc(var(--font-heading-scale) * 1.3rem);
  }
}

h6,
.h6 {
  color: rgba(var(--color-foreground), 0.75);
  margin-block-start: 1.67em;
  margin-block-end: 1.67em;
}

blockquote {
  font-style: italic;
  color: rgba(var(--color-foreground), 0.75);
  border-left: 0.2rem solid rgba(var(--color-foreground), 0.2);
  padding-left: 1rem;
}

@media screen and (min-width: 750px) {
  blockquote {
    padding-left: 1.5rem;
  }
}

.caption {
  font-size: 1rem;
  letter-spacing: 0.07rem;
  line-height: calc(1 + 0.7 / var(--font-body-scale));
}

@media screen and (min-width: 750px) {
  .caption {
    font-size: 1.2rem;
  }
}

.caption-with-letter-spacing {
  font-size: 1rem;
  letter-spacing: 0.13rem;
  line-height: calc(1 + 0.2 / var(--font-body-scale));
  text-transform: uppercase;
}

.caption-with-letter-spacing--medium {
  font-size: 1.2rem;
  letter-spacing: 0.16rem;
}

.caption-with-letter-spacing--large {
  font-size: 1.4rem;
  letter-spacing: 0.18rem;
}

.caption-large,
.customer .field input,
.customer select,
.field__input,
.form__label,
.select__select {
  font-size: 1.3rem;
  line-height: calc(1 + 0.5 / var(--font-body-scale));
  letter-spacing: 0.04rem;
}

.color-foreground {
  color: rgb(var(--color-foreground));
}

table:not([class]) {
  table-layout: fixed;
  border-collapse: collapse;
  font-size: 1.4rem;
  border-style: hidden;
  box-shadow: 0 0 0 0.1rem rgba(var(--color-foreground), 0.2);
  /* draws the table border  */
}

table:not([class]) td,
table:not([class]) th {
  padding: 1em;
  border: 0.1rem solid rgba(var(--color-foreground), 0.2);
}

@media screen and (max-width: 749px) {
  .small-hide {
    display: none !important;
  }
}

@media screen and (min-width: 750px) and (max-width: 989px) {
  .medium-hide {
    display: none !important;
  }
}

@media screen and (min-width: 990px) {
  .large-up-hide {
    display: none !important;
  }
}

.left {
  text-align: left;
}

.center {
  text-align: center;
}

.right {
  text-align: right;
  font-family: 'Jost';
}

.uppercase {
  text-transform: uppercase;
}

.light {
  opacity: 0.7;
}

a:empty,
ul:empty,
dl:empty,
div:empty,
section:empty,
article:empty,
p:empty,
h1:empty,
h2:empty,
h3:empty,
h4:empty,
h5:empty,
h6:empty {
  display: block;
}

.link,
.customer a {
  cursor: pointer;
  display: inline-block;
  border: none;
  box-shadow: none;
  text-decoration: underline;
  text-underline-offset: 0.3rem;
  color: rgb(var(--color-link));
  background-color: transparent;
  font-size: 1.4rem;
  font-family: inherit;
}

.link--text {
  color: rgb(var(--color-foreground));
}

.link--text:hover {
  color: rgba(var(--color-foreground), 0.75);
}

.link-with-icon {
  display: inline-flex;
  font-size: 1.4rem;
  font-weight: 600;
  letter-spacing: 0.1rem;
  text-decoration: none;
  margin-bottom: 4.5rem;
  white-space: nowrap;
}

.link-with-icon .icon {
  width: 1.5rem;
  margin-left: 1rem;
}

a:not([href]) {
  cursor: not-allowed;
}

.circle-divider::after {
  content: '\2022';
  margin: 0 1.3rem 0 1.5rem;
}

.circle-divider:last-of-type::after {
  display: none;
}

hr {
  border: none;
  height: 0.1rem;
  background-color: rgba(var(--color-foreground), 0.2);
  display: block;
  margin: 5rem 0;
}

@media screen and (min-width: 750px) {
  hr {
    margin: 7rem 0;
  }
}

.full-unstyled-link {
  text-decoration: none;
  color: currentColor;
  display: block;
  letter-spacing:0;
}

.placeholder {
  background-color: rgba(var(--color-foreground), 0.04);
  color: rgba(var(--color-foreground), 0.55);
  fill: rgba(var(--color-foreground), 0.55);
}

details > * {
  box-sizing: border-box;
}

.break {
  word-break: break-word;
}

.visibility-hidden {
  visibility: hidden;
}

@media (prefers-reduced-motion) {
  .motion-reduce {
    transition: none !important;
    animation: none !important;
  }
}

:root {
  --duration-short: 100ms;
  --duration-default: 200ms;
  --duration-announcement-bar: 250ms;
  --duration-medium: 300ms;
  --duration-long: 500ms;
  --duration-extra-long: 600ms;
  --duration-extra-longer: 750ms;
  --duration-extended: 3s;
  --ease-out-slow: cubic-bezier(0, 0, 0.3, 1);
  --animation-slide-in: slideIn var(--duration-extra-long) var(--ease-out-slow) forwards;
  --animation-fade-in: fadeIn var(--duration-extra-long) var(--ease-out-slow);
}

.underlined-link,
.customer a,
.inline-richtext a {
  text-underline-offset: 0.3rem;
  text-decoration-thickness: 0.1rem;
  transition: text-decoration-thickness ease 100ms;
}

.underlined-link,
.customer a {
  color: rgba(var(--color-link), var(--alpha-link));
}

.inline-richtext a,
.rte.inline-richtext a {
  color: currentColor;
}

.underlined-link:hover,
.customer a:hover,
.inline-richtext a:hover {
  color: rgb(var(--color-link));
  text-decoration-thickness: 0.2rem;
}

.icon-arrow {
  width: 1.5rem;
}

h3 .icon-arrow,
.h3 .icon-arrow {
  width: calc(var(--font-heading-scale) * 1.5rem);
}

/* arrow animation */
.animate-arrow .icon-arrow path {
  transform: translateX(-0.25rem);
  transition: transform var(--duration-short) ease;
}

.animate-arrow:hover .icon-arrow path {
  transform: translateX(-0.05rem);
}

.svg-wrapper {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
}

.svg-wrapper > svg {
  height: 100%;
  width: 100%;
}

/* base-details-summary */
summary {
  cursor: pointer;
  list-style: none;
  position: relative;
}

.menu-drawer__menu-item .icon-caret {
  position: absolute;
  height: 0.6rem;
  right: 1.5rem;
  top: calc(50% - 0.2rem);
}

summary::-webkit-details-marker {
  display: none;
}

.disclosure-has-popup {
  position: relative;
}

.disclosure-has-popup[open] > summary::before {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  display: block;
  cursor: default;
  content: ' ';
  background: transparent;
}

.disclosure-has-popup > summary::before {
  display: none;
}

.disclosure-has-popup[open] > summary + * {
  z-index: 100;
}

@media screen and (min-width: 750px) {
  .disclosure-has-popup[open] > summary + * {
    z-index: 4;
  }

  .facets .disclosure-has-popup[open] > summary + * {
    z-index: 2;
  }
}

.placeholder-svg {
  height: 100%;
  width: 100%;
}

/* base-focus */
/*
  Focus ring - default (with offset)
*/

*:focus {
  outline: 0;
  box-shadow: none;
}

*:focus-visible {
  outline: var(--focused-base-outline);
  outline-offset: var(--focused-base-outline-offset);
  box-shadow: var(--focused-base-box-shadow);
}

/* Fallback - for browsers that don't support :focus-visible, a fallback is set for :focus */
.focused {
  outline: var(--focused-base-outline);
  outline-offset: var(--focused-base-outline-offset);
  box-shadow: var(--focused-base-box-shadow);
}

/*
  Focus ring - inset
*/

.focus-inset:focus-visible {
  outline: 0.2rem solid rgba(var(--color-foreground), 0.5);
  outline-offset: -0.2rem;
  box-shadow: 0 0 0.2rem 0 rgba(var(--color-foreground), 0.3);
}

.focused.focus-inset {
  outline: 0.2rem solid rgba(var(--color-foreground), 0.5);
  outline-offset: -0.2rem;
  box-shadow: 0 0 0.2rem 0 rgba(var(--color-foreground), 0.3);
}

/*
  Focus ring - none
*/

/* Dangerous for a11y - Use with care */
.focus-none {
  box-shadow: none !important;
  outline: 0 !important;
}

.focus-offset:focus-visible {
  outline: 0.2rem solid rgba(var(--color-foreground), 0.5);
  outline-offset: 1rem;
  box-shadow: 0 0 0 1rem rgb(var(--color-background)), 0 0 0.2rem 1.2rem rgba(var(--color-foreground), 0.3);
}

.focus-offset.focused {
  outline: 0.2rem solid rgba(var(--color-foreground), 0.5);
  outline-offset: 1rem;
  box-shadow: 0 0 0 1rem rgb(var(--color-background)), 0 0 0.2rem 1.2rem rgba(var(--color-foreground), 0.3);
}

/* component-title */
.title,
.title-wrapper-with-link {
  margin: 3rem 0 2rem;
}

.title-wrapper-with-link .title {
  margin: 0;
}

.title .link {
  font-size: inherit;
}

.title-wrapper {
  margin-bottom: 3rem;
}

.title-wrapper-with-link {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 1rem;
  margin-bottom: 3rem;
  flex-wrap: wrap;
}

.title--primary {
  margin: 4rem 0;
}

.title-wrapper--self-padded-tablet-down,
.title-wrapper--self-padded-mobile {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.s23-img-slot img, .s6s7-img-slot img {
    width: 100%;
    height: auto;
    border-radius:10px;
}
@media screen and (min-width: 750px) {
  .title-wrapper--self-padded-mobile {
    padding-left: 0;
    padding-right: 0;
  }
  .s6s7-tab-btn {
  border-bottom: 0.5px solid rgba(0, 0, 0, 0.08) !important;
      
}
.s6s7-tab-btn.active {
  border-bottom: 2px solid #243c81 !important;
}
}

@media screen and (min-width: 990px) {
  .title,
  .title-wrapper-with-link {
    margin: 5rem 0 3rem;
  }

  .title--primary {
    margin: 2rem 0;
  }

  .title-wrapper-with-link {
    align-items: center;
  }

  .title-wrapper-with-link .title {
    margin-bottom: 0;
  }

  .title-wrapper--self-padded-tablet-down {
    padding-left: 0;
    padding-right: 0;
  }
}

.title-wrapper-with-link .link-with-icon {
  margin: 0;
  flex-shrink: 0;
  display: flex;
  align-items: center;
}

.title-wrapper-with-link .link-with-icon .svg-wrapper {
  width: 1.5rem;
}

.title-wrapper-with-link a {
  margin-top: 0;
  flex-shrink: 0;
}

.title-wrapper--no-top-margin {
  margin-top: 0;
}

.title-wrapper--no-top-margin > .title {
  margin-top: 0;
}

.subtitle {
  font-size: 1.8rem;
  line-height: calc(1 + 0.8 / var(--font-body-scale));
  letter-spacing: 0.06rem;
  color: rgba(var(--color-foreground), 0.7);
}

.subtitle--small {
  font-size: 1.4rem;
  letter-spacing: 0.1rem;
}

.subtitle--medium {
  font-size: 1.6rem;
  letter-spacing: 0.08rem;
}

/* component-grid */
.grid {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 2rem;
  padding: 0;
  list-style: none;
  column-gap: var(--grid-mobile-horizontal-spacing);
  row-gap: var(--grid-mobile-vertical-spacing);
}

@media screen and (min-width: 750px) {
  .grid {
    column-gap: var(--grid-desktop-horizontal-spacing);
    row-gap: var(--grid-desktop-vertical-spacing);
  }
}

.grid:last-child {
  margin-bottom: 0;
}

.grid__item {
  width: calc(25% - var(--grid-mobile-horizontal-spacing) * 3 / 4);
  max-width: calc(50% - var(--grid-mobile-horizontal-spacing) / 2);
  flex-grow: 1;
  flex-shrink: 0;
}

@media screen and (min-width: 750px) {
  .grid__item {
    width: calc(25% - var(--grid-desktop-horizontal-spacing) * 3 / 4);
    max-width: calc(50% - var(--grid-desktop-horizontal-spacing) / 2);
  }
}

.grid--gapless.grid {
  column-gap: 0;
  row-gap: 0;
}

@media screen and (max-width: 749px) {
  .grid__item.slider__slide--full-width {
    width: 100%;
    max-width: none;
  }
}

.grid--1-col .grid__item {
  max-width: 100%;
  width: 100%;
}

.grid--3-col .grid__item {
  width: calc(33.33% - var(--grid-mobile-horizontal-spacing) * 2 / 3);
}

@media screen and (min-width: 750px) {
  .grid--3-col .grid__item {
    width: calc(33.33% - var(--grid-desktop-horizontal-spacing) * 2 / 3);
  }
}

.grid--2-col .grid__item {
  width: calc(50% - var(--grid-mobile-horizontal-spacing) / 2);
}

@media screen and (min-width: 750px) {
  .grid--2-col .grid__item {
    width: calc(50% - var(--grid-desktop-horizontal-spacing) / 2);
  }

  .grid--4-col-tablet .grid__item {
    width: calc(25% - var(--grid-desktop-horizontal-spacing) * 3 / 4);
  }

  .grid--3-col-tablet .grid__item {
    width: calc(33.33% - var(--grid-desktop-horizontal-spacing) * 2 / 3);
  }

  .grid--2-col-tablet .grid__item {
    width: calc(50% - var(--grid-desktop-horizontal-spacing) / 2);
  }
}

@media screen and (max-width: 989px) {
  .grid--1-col-tablet-down .grid__item {
    width: 100%;
    max-width: 100%;
  }

  .slider--tablet.grid--peek {
    margin: 0;
    width: 100%;
  }

  .slider--tablet.grid--peek .grid__item {
    box-sizing: content-box;
    margin: 0;
  }

  .slider.slider--tablet .scroll-trigger.animate--slide-in,
  .slider.slider--mobile .scroll-trigger.animate--slide-in {
    animation: none;
    opacity: 1;
    transform: inherit;
  }

  .scroll-trigger:not(.scroll-trigger--offscreen) .slider--tablet {
    animation: var(--animation-slide-in);
  }
}

@media screen and (min-width: 990px) {
  .grid--6-col-desktop .grid__item {
    width: calc(16.66% - var(--grid-desktop-horizontal-spacing) * 5 / 6);
    max-width: calc(16.66% - var(--grid-desktop-horizontal-spacing) * 5 / 6);
  }

  .grid--5-col-desktop .grid__item {
    width: calc(20% - var(--grid-desktop-horizontal-spacing) * 4 / 5);
    max-width: calc(20% - var(--grid-desktop-horizontal-spacing) * 4 / 5);
  }

  .grid--4-col-desktop .grid__item {
    width: calc(25% - var(--grid-desktop-horizontal-spacing) * 3 / 4);
    max-width: calc(25% - var(--grid-desktop-horizontal-spacing) * 3 / 4);
  }

  .grid--3-col-desktop .grid__item {
    width: calc(33.33% - var(--grid-desktop-horizontal-spacing) * 2 / 3);
    max-width: calc(33.33% - var(--grid-desktop-horizontal-spacing) * 2 / 3);
  }

  .grid--2-col-desktop .grid__item {
    width: calc(50% - var(--grid-desktop-horizontal-spacing) / 2);
    max-width: calc(50% - var(--grid-desktop-horizontal-spacing) / 2);
  }

  .slider.slider--desktop .scroll-trigger.animate--slide-in {
    animation: none;
    opacity: 1;
    transform: inherit;
  }

  .scroll-trigger:not(.scroll-trigger--offscreen) .slider--desktop {
    animation: var(--animation-slide-in);
  }
}

@media screen and (min-width: 990px) {
  .grid--1-col-desktop {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .grid--1-col-desktop .grid__item {
    width: 100%;
    max-width: 100%;
  }
}

@media screen and (max-width: 749px) {
  .grid--peek.slider--mobile {
    margin: 0;
    width: 100%;
  }

  .grid--peek.slider--mobile .grid__item {
    box-sizing: content-box;
    margin: 0;
  }

  .grid--peek .grid__item {
    min-width: 35%;
  }

  .grid--peek.slider .grid__item:first-of-type {
    margin-left: 0rem;
  }

  /* Fix to show some space at the end of our sliders in all browsers */
  .grid--peek.slider:after {
    margin-left: calc(-1 * var(--grid-mobile-horizontal-spacing));
  }

  .grid--2-col-tablet-down .grid__item {
    width: calc(50% - var(--grid-mobile-horizontal-spacing) / 2);
  }

  .slider--tablet.grid--peek.grid--2-col-tablet-down .grid__item,
  .grid--peek .grid__item {
    width: calc(50% - var(--grid-mobile-horizontal-spacing) - 3rem);
  }

  .slider--tablet.grid--peek.grid--1-col-tablet-down .grid__item,
  .slider--mobile.grid--peek.grid--1-col-tablet-down .grid__item {
    width: calc(100% - var(--grid-mobile-horizontal-spacing) - 3rem);
  }
}

@media screen and (min-width: 750px) and (max-width: 989px) {
  .slider--tablet.grid--peek .grid__item {
    width: calc(25% - var(--grid-desktop-horizontal-spacing) - 3rem);
  }

  .slider--tablet.grid--peek.grid--3-col-tablet .grid__item {
    width: calc(33.33% - var(--grid-desktop-horizontal-spacing) - 3rem);
  }

  .slider--tablet.grid--peek.grid--2-col-tablet .grid__item,
  .slider--tablet.grid--peek.grid--2-col-tablet-down .grid__item {
    width: calc(50% - var(--grid-desktop-horizontal-spacing) - 3rem);
  }

  .slider--tablet.grid--peek .grid__item:first-of-type {
    margin-left: 1.5rem;
  }

  .grid--2-col-tablet-down .grid__item {
    width: calc(50% - var(--grid-desktop-horizontal-spacing) / 2);
  }

  .grid--1-col-tablet-down.grid--peek .grid__item {
    width: calc(100% - var(--grid-desktop-horizontal-spacing) - 3rem);
  }
}

/* component-media */
.media {
  display: block;
  background-color: rgba(var(--color-foreground), 0.1);
  position: relative;
  overflow: hidden;
}

.media--transparent {
  background-color: transparent;
}

.media > *:not(.zoom):not(.deferred-media__poster-button),
.media model-viewer {
  display: block;
  max-width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

.media > img {
  object-fit: cover;
  object-position: center center;
  transition: opacity 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.media--square {
  padding-bottom: 100%;
}

.media--portrait {
  padding-bottom: 125%;
}

.media--landscape {
  padding-bottom: 66.6%;
}

.media--cropped {
  padding-bottom: 56%;
}

.media--16-9 {
  padding-bottom: 56.25%;
}

.media--circle {
  padding-bottom: 100%;
  border-radius: 50%;
}

.media.media--hover-effect > img + img {
  opacity: 0;
}

@media screen and (min-width: 990px) {
  .media--cropped {
    padding-bottom: 63%;
  }
}

deferred-media {
  display: block;
}

/* component-button */
/* Button - default */

.button--secondary,
.button--tertiary {
  --color-button: var(--color-secondary-button);
  --color-button-text: var(--color-secondary-button-text);
}

.button--tertiary {
  --alpha-button-background: 0;
  --alpha-button-border: 0.2;
}

.button,
.shopify-challenge__button,
.customer button,
button.shopify-payment-button__button--unbranded {
  --shadow-horizontal-offset: var(--buttons-shadow-horizontal-offset);
  --shadow-vertical-offset: var(--buttons-shadow-vertical-offset);
  --shadow-blur-radius: var(--buttons-shadow-blur-radius);
  --shadow-opacity: var(--buttons-shadow-opacity);
  --shadow-visible: var(--buttons-shadow-visible);
  --border-offset: var(--buttons-border-offset); /* reduce radius edge artifacts */
  --border-opacity: calc(1 - var(--buttons-border-opacity));
  border-radius: 0;
  position: relative;
}

.button,
.shopify-challenge__button,
.customer button,
button.shopify-payment-button__button--unbranded {
  min-width: calc(12rem + var(--buttons-border-width) * 2);
  min-height: calc(4.5rem + var(--buttons-border-width) * 2);
}

.button,
.shopify-challenge__button,
.customer button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border: 0;
  padding: 0 3rem;
  cursor: pointer;
  font: inherit;
  font-size: 1.5rem;
  text-decoration: none;
  color: rgb(var(--color-button-text));
  transition: box-shadow var(--duration-short) ease;
  -webkit-appearance: none;
  appearance: none;
  background-color: rgba(var(--color-button), var(--alpha-button-background));
}

.button:before,
.shopify-challenge__button:before,
.customer button:before,
.shopify-payment-button__button--unbranded:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  border-radius: var(--buttons-radius-outset);
  box-shadow: var(--shadow-horizontal-offset) var(--shadow-vertical-offset) var(--shadow-blur-radius)
    rgba(var(--color-shadow), var(--shadow-opacity));
}

.button:after,
.shopify-challenge__button:after,
.customer button:after,
.shopify-payment-button__button--unbranded:after {
  content: '';
  position: absolute;
  top: var(--buttons-border-width);
  right: var(--buttons-border-width);
  bottom: var(--buttons-border-width);
  left: var(--buttons-border-width);
  z-index: 1;
  border-radius: 0;
  box-shadow: 0 0 0 calc(var(--buttons-border-width) + var(--border-offset))
      rgba(var(--color-button-text), var(--border-opacity)),
    0 0 0 var(--buttons-border-width) rgba(var(--color-button), var(--alpha-button-background));
  transition: box-shadow var(--duration-short) ease;
}

.button:not([disabled]):hover::after,
.shopify-challenge__button:hover::after,
.customer button:hover::after,
.shopify-payment-button__button--unbranded:hover::after {
  --border-offset: 1.3px;
  box-shadow: 0 0 0 calc(var(--buttons-border-width) + var(--border-offset))
      rgba(var(--color-button-text), var(--border-opacity)),
    0 0 0 calc(var(--buttons-border-width) + 1px) rgba(var(--color-button), var(--alpha-button-background));
}

.button--secondary:after {
  --border-opacity: var(--buttons-border-opacity);
}

.button:focus-visible,
.button:focus,
.button.focused,
.shopify-payment-button__button--unbranded:focus-visible,
.shopify-payment-button__button--unbranded:focus {
  outline: 0;
  box-shadow: 0 0 0 0.3rem rgb(var(--color-background)), 0 0 0 0.5rem rgba(var(--color-foreground), 0.5),
    0 0 0.5rem 0.4rem rgba(var(--color-foreground), 0.3);
}

.button:focus:not(:focus-visible):not(.focused),
.shopify-payment-button__button--unbranded:focus:not(:focus-visible):not(.focused) {
  box-shadow: inherit;
}

.button::selection,
.shopify-challenge__button::selection,
.customer button::selection {
  background-color: rgba(var(--color-button-text), 0.3);
}

.button,
.button-label,
.shopify-challenge__button,
.customer button {
  font-size: 1.5rem;
  letter-spacing: 0.1rem;
  line-height: calc(1 + 0.2 / var(--font-body-scale));
}

.button--tertiary {
  font-size: 1.2rem;
  padding: 1rem 1.5rem;
  min-width: calc(9rem + var(--buttons-border-width) * 2);
  min-height: calc(3.5rem + var(--buttons-border-width) * 2);
}

.button--small {
  padding: 1.2rem 2.6rem;
}

/* Shopify Accelerated Checkout */

shopify-accelerated-checkout {
  --shopify-accelerated-checkout-button-border-radius: var(--buttons-radius-outset);
  --shopify-accelerated-checkout-button-box-shadow: var(--shadow-horizontal-offset) var(--shadow-vertical-offset) var(--shadow-blur-radius)
  rgba(var(--color-shadow), var(--shadow-opacity));
}
shopify-accelerated-checkout-cart {
  --shopify-accelerated-checkout-button-border-radius: var(--buttons-radius-outset);
  --shopify-accelerated-checkout-button-box-shadow: var(--shadow-horizontal-offset) var(--shadow-vertical-offset) var(--shadow-blur-radius)
  rgba(var(--color-shadow), var(--shadow-opacity));
}


/* Button - other */

.button:disabled,
.button[aria-disabled='true'],
.button.disabled,
.customer button:disabled,
.customer button[aria-disabled='true'],
.customer button.disabled,
.quantity__button.disabled {
  cursor: not-allowed;
  opacity: 0.5;
}
.product-form__submit, .shopify-payment-button {
    width: 100% !important;
    letter-spacing: 0;
}

button.product-form__submit{
    border-radius: 7px;
    font-family: 'jost';
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 0;
    text-align: center;
   
    background: #4b061a;
    color: #fff;
    margin-bottom: 0;
    height: 51px;
}

button.product-form__submit span{
  
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 0;
    text-align: center;
   
    color: #fff;
}
button.shopify-payment-button__button.shopify-payment-button__button--unbranded {
      font-family: 'jost';
    font-size: 16px;
    background: #fef7ec;
    font-weight: 500;
    text-transform: uppercase;
    color: #4b061a;
    border: 2px solid #4b061a;
    padding: 15px;
    border-radius: 7px;
    line-height: 18px;
    height: 51px;
        letter-spacing: 0;
}







.button.loading {
  color: transparent;
  position: relative;
}

@media screen and (forced-colors: active) {
  .button.loading {
    color: rgb(var(--color-foreground));
  }
}

.button.loading > .loading__spinner {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  height: 100%;
  display: flex;
  align-items: center;
}

.button.loading > .loading__spinner .spinner {
  width: fit-content;
}

.button.loading > .loading__spinner .path {
  stroke: rgb(var(--color-button-text));
}

/* Button - social share */

.share-button {
  display: block;
  position: relative;
}

.share-button details {
  width: fit-content;
}

.share-button__button {
  font-size: 1.4rem;
  display: flex;
  align-items: center;
  color: rgb(var(--color-link));
  margin-left: 0;
  padding-left: 0;
  min-height: 4.4rem;
}

details[open] > .share-button__fallback {
  animation: animateMenuOpen var(--duration-default) ease;
}

.share-button__button:hover {
  text-decoration: underline;
  text-underline-offset: 0.3rem;
}

.share-button__button,
.share-button__fallback button {
  cursor: pointer;
  background-color: transparent;
  border: none;
}

.share-button__button .icon-share {
  height: 1.2rem;
  margin-right: 1rem;
  min-width: 1.3rem;
}

.share-button__fallback {
  display: flex;
  align-items: center;
  position: absolute;
  top: 3rem;
  left: 0.1rem;
  z-index: 3;
  width: 100%;
  min-width: max-content;
  border-radius: var(--inputs-radius);
  border: 0;
}

.share-button__fallback:after {
  pointer-events: none;
  content: '';
  position: absolute;
  top: var(--inputs-border-width);
  right: var(--inputs-border-width);
  bottom: var(--inputs-border-width);
  left: var(--inputs-border-width);
  border: 0.1rem solid transparent;
  border-radius: var(--inputs-radius);
  box-shadow: 0 0 0 var(--inputs-border-width) rgba(var(--color-foreground), var(--inputs-border-opacity));
  transition: box-shadow var(--duration-short) ease;
  z-index: 1;
}

.share-button__fallback:before {
  background: rgb(var(--color-background));
  pointer-events: none;
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: var(--inputs-radius-outset);
  box-shadow: var(--inputs-shadow-horizontal-offset) var(--inputs-shadow-vertical-offset)
    var(--inputs-shadow-blur-radius) rgba(var(--color-shadow), var(--inputs-shadow-opacity));
  z-index: -1;
}

.share-button__fallback button {
  width: 4.4rem;
  height: 4.4rem;
  padding: 0;
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  right: var(--inputs-border-width);
}

.share-button__fallback button:hover {
  color: rgba(var(--color-foreground), 0.75);
}

.share-button__fallback button:hover .svg-wrapper {
  transform: scale(1.07);
}

.share-button__close:not(.hidden) + .share-button__copy {
  display: none;
}

.share-button__close,
.share-button__copy {
  background-color: transparent;
  color: rgb(var(--color-foreground));
}

.share-button__copy:focus-visible,
.share-button__close:focus-visible {
  background-color: rgb(var(--color-background));
  z-index: 2;
}

.share-button__copy:focus,
.share-button__close:focus {
  background-color: rgb(var(--color-background));
  z-index: 2;
}

.field:not(:focus-visible):not(.focused) + .share-button__copy:not(:focus-visible):not(.focused),
.field:not(:focus-visible):not(.focused) + .share-button__close:not(:focus-visible):not(.focused) {
  background-color: inherit;
}

.share-button__fallback .field:after,
.share-button__fallback .field:before {
  content: none;
}

.share-button__fallback .field {
  border-radius: 0;
  min-width: auto;
  min-height: auto;
  transition: none;
}

.share-button__fallback .field__input:focus,
.share-button__fallback .field__input:-webkit-autofill {
  outline: 0.2rem solid rgba(var(--color-foreground), 0.5);
  outline-offset: 0.1rem;
  box-shadow: 0 0 0 0.1rem rgb(var(--color-background)), 0 0 0.5rem 0.4rem rgba(var(--color-foreground), 0.3);
}

.share-button__fallback .field__input {
  box-shadow: none;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  filter: none;
  min-width: auto;
  min-height: auto;
}

.share-button__fallback .field__input:hover {
  box-shadow: none;
}

.share-button__fallback .icon {
  width: 1.5rem;
  height: 1.5rem;
}

.share-button__message:not(:empty) {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-top: 0;
  padding: 0.8rem 0 0.8rem 1.5rem;
  margin: var(--inputs-border-width);
}

.share-button__message:not(:empty):not(.hidden) ~ * {
  display: none;
}

/* component-form */
.field__input,
.select__select,
.customer .field input,
.customer select {
  -webkit-appearance: none;
  appearance: none;
  background-color: rgb(var(--color-background));
  color: rgb(var(--color-foreground));
  font-family: var(--font-body-family);
  font-style: var(--font-body-style);
  font-weight: var(--font-body-weight);
  font-size: 1.6rem;
  width: 100%;
  box-sizing: border-box;
  transition: box-shadow var(--duration-short) ease;
  border-radius: var(--inputs-radius);
  height: 4.5rem;
  min-height: calc(var(--inputs-border-width) * 2);
  min-width: calc(7rem + (var(--inputs-border-width) * 2));
  position: relative;
  border: 0;
}

.field:before,
.select:before,
.customer .field:before,
.customer select:before,
.localization-form__select:before {
  pointer-events: none;
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: var(--inputs-radius-outset);
  box-shadow: var(--inputs-shadow-horizontal-offset) var(--inputs-shadow-vertical-offset)
    var(--inputs-shadow-blur-radius) rgba(var(--color-shadow), var(--inputs-shadow-opacity));
  z-index: -1;
}

.field:after,
.select:after,
.customer .field:after,
.customer select:after,
.localization-form__select:after {
  pointer-events: none;
  content: '';
  position: absolute;
  top: var(--inputs-border-width);
  right: var(--inputs-border-width);
  bottom: var(--inputs-border-width);
  left: var(--inputs-border-width);
  border: 0.1rem solid transparent;
  border-radius: var(--inputs-radius);
  box-shadow: 0 0 0 var(--inputs-border-width) rgba(var(--color-foreground), var(--inputs-border-opacity));
  transition: box-shadow var(--duration-short) ease;
  z-index: 1;
}

.select__select {
  font-family: var(--font-body-family);
  font-style: var(--font-body-style);
  font-weight: var(--font-body-weight);
  font-size: 1.2rem;
  color: rgba(var(--color-foreground), 0.75);
}

.field:hover.field:after,
.select:hover.select:after,
.select__select:hover.select__select:after,
.customer .field:hover.field:after,
.customer select:hover.select:after,
.localization-form__select:hover.localization-form__select:after {
  box-shadow: 0 0 0 calc(0.1rem + var(--inputs-border-width))
    rgba(var(--color-foreground), var(--inputs-border-opacity));
  outline: 0;
  border-radius: var(--inputs-radius);
}

.field__input:focus-visible,
.select__select:focus-visible,
.customer .field input:focus-visible,
.customer select:focus-visible,
.localization-form__select:focus-visible.localization-form__select:after {
  box-shadow: 0 0 0 calc(0.1rem + var(--inputs-border-width)) rgba(var(--color-foreground));
  outline: 0;
  border-radius: var(--inputs-radius);
}

.field__input:focus,
.select__select:focus,
.customer .field input:focus,
.customer select:focus,
.localization-form__select:focus.localization-form__select:after {
  box-shadow: 0 0 0 calc(0.1rem + var(--inputs-border-width)) rgba(var(--color-foreground));
  outline: 0;
  border-radius: var(--inputs-radius);
}

.localization-form__select:focus {
  outline: 0;
  box-shadow: none;
}

.text-area,
.select {
  display: flex;
  position: relative;
  width: 100%;
}

/* Select */

.select .svg-wrapper,
.customer select + .svg-wrapper {
  height: 0.6rem;
  width: 1rem;
  pointer-events: none;
  position: absolute;
  top: calc(50% - 0.2rem);
  right: 0;
}

.select__select,
.customer select {
  cursor: pointer;
  line-height: calc(1 + 0.6 / var(--font-body-scale));
  padding: 0 calc(var(--inputs-border-width) + 3rem) 0 2rem;
  margin: var(--inputs-border-width);
  min-height: calc(var(--inputs-border-width) * 2);
}

/* Field */

.field {
  position: relative;
  width: 100%;
  display: flex;
  transition: box-shadow var(--duration-short) ease;
}

.customer .field {
  display: flex;
}

.field--with-error {
  flex-wrap: wrap;
}

.field__input,
.customer .field input {
  flex-grow: 1;
  text-align: left;
  padding: 1.5rem;
  margin: var(--inputs-border-width);
  transition: box-shadow var(--duration-short) ease;
}

.field__label,
.customer .field label {
  font-size: 1.6rem;
  left: calc(var(--inputs-border-width) + 2rem);
  top: calc(1rem + var(--inputs-border-width));
  margin-bottom: 0;
  pointer-events: none;
  position: absolute;
  transition: top var(--duration-short) ease, font-size var(--duration-short) ease;
  color: rgba(var(--color-foreground), 0.75);
  letter-spacing: 0.1rem;
  line-height: 1.5;
}

.field__input:focus ~ .field__label,
.field__input:not(:placeholder-shown) ~ .field__label,
.field__input:-webkit-autofill ~ .field__label,
.customer .field input:focus ~ label,
.customer .field input:not(:placeholder-shown) ~ label,
.customer .field input:-webkit-autofill ~ label {
  font-size: 1rem;
  top: calc(var(--inputs-border-width) + 0.5rem);
  left: calc(var(--inputs-border-width) + 2rem);
  letter-spacing: 0.04rem;
}

.field__input:focus,
.field__input:not(:placeholder-shown),
.field__input:-webkit-autofill,
.customer .field input:focus,
.customer .field input:not(:placeholder-shown),
.customer .field input:-webkit-autofill {
  padding: 2.2rem 1.5rem 0.8rem 2rem;
  margin: var(--inputs-border-width);
}

.field__input::-webkit-search-cancel-button,
.customer .field input::-webkit-search-cancel-button {
  display: none;
}

.field__input::placeholder,
.customer .field input::placeholder {
  opacity: 0;
}

.field__button {
  align-items: center;
  background-color: transparent;
  border: 0;
  color: currentColor;
  cursor: pointer;
  display: flex;
  height: 4.4rem;
  justify-content: center;
  overflow: hidden;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 4.4rem;
}

.field__button > .svg-wrapper {
  height: 2.5rem;
  width: 2.5rem;
}

.field__input:-webkit-autofill ~ .field__button,
.field__input:-webkit-autofill ~ .field__label,
.customer .field input:-webkit-autofill ~ label {
  color: rgb(0, 0, 0);
}

/* Text area */

.text-area {
  font-family: var(--font-body-family);
  font-style: var(--font-body-style);
  font-weight: var(--font-body-weight);
  min-height: 10rem;
  resize: none;
}

input[type='checkbox'] {
  display: inline-block;
  width: auto;
  margin-right: 0.5rem;
}

/* Form global */

.form__label {
  display: block;
  margin-bottom: 0.6rem;
}

.form__message {
  align-items: center;
  display: flex;
  font-size: 1.4rem;
  line-height: 1;
  margin-top: 1rem;
}

.form__message--large {
  font-size: 1.6rem;
}

.customer .field .form__message {
  font-size: 1.4rem;
  text-align: left;
}

.form__message .icon,
.customer .form__message .svg-wrapper {
  flex-shrink: 0;
  height: 1.3rem;
  margin-right: 0.5rem;
  width: 1.3rem;
}

.form__message--large .icon,
.customer .form__message .svg-wrapper {
  height: 1.5rem;
  width: 1.5rem;
  margin-right: 1rem;
}

.customer .field .form__message .svg-wrapper {
  align-self: start;
}

.form-status {
  margin: 0;
  font-size: 1.6rem;
}

.form-status-list {
  padding: 0;
  margin: 2rem 0 4rem;
}

.form-status-list li {
  list-style-position: inside;
}

.form-status-list .link::first-letter {
  text-transform: capitalize;
}

/* component-quantity */
.quantity {
  color: rgba(var(--color-foreground));
  position: relative;
  width: calc(14rem / var(--font-body-scale) + var(--inputs-border-width) * 2);
  display: flex;
  border-radius: var(--inputs-radius);
  min-height: calc((var(--inputs-border-width) * 2) + 4.5rem);
}

.quantity:after {
  pointer-events: none;
  content: '';
  position: absolute;
  top: var(--inputs-border-width);
  right: var(--inputs-border-width);
  bottom: var(--inputs-border-width);
  left: var(--inputs-border-width);
  border: 0.1rem solid transparent;
  border-radius: var(--inputs-radius);
  transition: box-shadow var(--duration-short) ease;
  z-index: 1;
}

.quantity:before {
  background: rgb(var(--color-background));
  pointer-events: none;
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: var(--inputs-radius-outset);
  
  z-index: -1;
}

.quantity__input {
  color: currentColor;
  font-family: var(--font-body-family);
  font-style: var(--font-body-style);
  font-weight: var(--font-body-weight);
  font-size: 1.6rem;
  font-weight: 500;
  opacity: 0.85;
  text-align: center;
  background-color: transparent;
  border: 0;
  padding: 0 0.5rem;
  width: 100%;
  flex-grow: 1;
  -webkit-appearance: none;
  appearance: none;
}

.quantity__button {
  width: calc(4.5rem / var(--font-body-scale));
  flex-shrink: 0;
  font-size: 1.8rem;
  border: 0;
  background-color: transparent;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgb(var(--color-foreground));
  padding: 0;
}

.quantity__button:first-child {
  margin-left: calc(var(--inputs-border-width));
}

.quantity__button:last-child {
  margin-right: calc(var(--inputs-border-width));
}

.quantity__button .svg-wrapper {
  width: 1rem;
  pointer-events: none;
}

.quantity__button:focus-visible,
.quantity__input:focus-visible {
  background-color: rgb(var(--color-background));
  z-index: 2;
}

.quantity__button:focus,
.quantity__input:focus {
  background-color: rgb(var(--color-background));
  z-index: 2;
}

.quantity__button:not(:focus-visible):not(.focused),
.quantity__input:not(:focus-visible):not(.focused) {
  box-shadow: inherit;
  background-color: inherit;
}

.quantity__input:-webkit-autofill,
.quantity__input:-webkit-autofill:hover,
.quantity__input:-webkit-autofill:active {
  box-shadow: 0 0 0 10rem rgb(var(--color-background)) inset !important;
  -webkit-box-shadow: 0 0 0 10rem rgb(var(--color-background)) inset !important;
}

.quantity__input::-webkit-outer-spin-button,
.quantity__input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.quantity__input[type='number'] {
  -moz-appearance: textfield;
}

.quantity__rules {
  margin-top: 0.5rem;
  position: relative;
  font-size: 1.2rem;
}

.quantity__rules .caption {
  display: inline-block;
  margin-top: 0;
  margin-bottom: 0;
}

.quantity__rules .divider + .divider::before {
  content: '\2022';
  margin: 0 0.5rem;
}

.quantity__rules-cart {
  position: relative;
}

.product__info-container .loading__spinner:not(.hidden) ~ *,
.quantity__rules-cart .loading__spinner:not(.hidden) ~ * {
  visibility: hidden;
}

/* component-modal */
.modal__toggle {
  list-style-type: none;
}

.modal__toggle-close {
  display: none;
}

.modal__toggle-open {
  display: flex;
}

.modal__close-button.link {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0rem;
  height: 4.4rem;
  width: 4.4rem;
  background-color: transparent;
}

.modal__close-button .icon {
  width: 1.7rem;
  height: 1.7rem;
}

.modal__content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgb(var(--color-background));
  z-index: 4;
  display: flex;
  justify-content: center;
  align-items: center;
}

.media-modal {
  cursor: zoom-out;
}

.media-modal .deferred-media {
  cursor: initial;
}

/* component-cart-count-bubble */
.cart-count-bubble:empty {
  display: none;
}

.cart-count-bubble {
  position: absolute;
  background-color: rgb(var(--color-button));
  color: rgb(var(--color-button-text));
  height: 1.7rem;
  width: 1.7rem;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 0.9rem;
  bottom: 0.8rem;
  left: 1.2rem;
  line-height: calc(1 + 0.1 / var(--font-body-scale));
  top:5px;
}

/* utility-bar */
.utility-bar {
  height: 100%;
}

.utility-bar--bottom-border {
  border-bottom: 0.1rem solid rgba(var(--color-foreground), 0.08);
}

/* period therepy product css start form here */

.section-template--20071638958331__main-padding .first-short .accordion__title:after{
    display:none;
}


.section-template--20071638958331__main-padding .second-short .accordion__title:after{
   display:none;
}



.section-template--20071638958331__main-padding .star-short .accordion__title:after{
   display:none;
}

table.therapy-table {
    color: #002b70;
}
.therapy-table {
  width: 100%;
  border-collapse: collapse;
  text-align: left;
}

.therapy-table th,
.therapy-table td {
  padding: 2px;
  vertical-align: top;
}
.product-period-therapy span.subtext {
    display: block;
    margin-top: 10px;
    line-height: 17px;
}

.product-period-therapy .therapy-table td {
    text-align: right;
}

.product-period-therapy .short-accordion .active .content-accordion-short {
    padding-left: 10px;
}


/* End here */

@media screen and (min-width: 990px) {
  .utility-bar--bottom-border-social-only {
    border-bottom: 0.1rem solid rgba(var(--color-foreground), 0.08);
  }

}

.utility-bar__grid {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-areas: 'announcements';
}

.utility-bar__grid .list-social {
  justify-content: flex-start;
  align-content: center;
  margin-left: -1.2rem;
  grid-area: social-icons;
}

@media screen and (max-width: 989px) {
  .utility-bar .utility-bar__grid .list-social {
    display: none;
  }
}

.utility-bar .list-social__item .icon {
  scale: 0.9;
}

@media screen and (min-width: 990px) {
  .utility-bar__grid--3-col {
    grid-template-columns: 3fr 4fr 3fr;
    grid-template-areas: 'social-icons announcements language-currency';
  }

  .utility-bar__grid--2-col {
    grid-template-columns: 1fr 1fr;
    grid-template-areas: 'social-icons language-currency';
  }

  .announcement-bar.announcement-bar--one-announcement,
  .announcement-bar--one-announcement .announcement-bar__link {
    width: fit-content;
    margin: auto;
  }
}

.announcement-bar,
.announcement-bar__announcement {
  color: rgb(var(--color-foreground));
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-content: center;
  grid-area: announcements;
}

.announcement-bar .slider--everywhere {
  margin-bottom: 0;
  scroll-behavior: auto;
}

.utility-bar__grid .announcement-bar-slider {
  width: 100%;
}

.utility-bar__grid .announcement-bar-slider {
  width: 100%;
}

.announcement-bar-slider,
.announcement-bar-slider .slider {
  width: 100%;
}

.announcement-bar .slider-button--next {
  margin-right: -1.5rem;
  min-width: 44px;
}

.announcement-bar .slider-button--prev {
  margin-left: -1.5rem;
  min-width: 44px;
}

.announcement-bar .slider-button--next:focus-visible,
.announcement-bar .slider-button--prev:focus-visible,
.utility-bar .list-social__link:focus-visible {
  outline-offset: -0.3rem;
  box-shadow: 0 0 0 -0.2rem rgb(var(--color-foreground));
}

.localization-wrapper {
  grid-area: language-currency;
  align-self: center;
  display: flex;
  justify-content: flex-end;
}

.localization-wrapper .localization-selector + .disclosure__list-wrapper {
  animation: animateMenuOpen var(--duration-default) ease;
}

.utility-bar .localization-wrapper .disclosure .localization-form__select,
.utility-bar .localization-wrapper .disclosure__link {
  font-size: calc(var(--font-heading-scale) * 1.3rem);
}

@media screen and (min-width: 990px) {
  body:has(.section-header .header:not(.drawer-menu)) .utility-bar .page-width {
    padding-left: 5rem;
    padding-right: 5rem;
  }

  .announcement-bar-slider {
    width: 60%;
  }

  .announcement-bar .slider-button {
    height: 3.8rem;
  }
}

.announcement-bar__link {
  display: flex;
  width: 100%;
  text-decoration: none;
  height: 100%;
  justify-content: center;
  align-items: center;
}

.announcement-bar__link:hover {
  text-decoration: underline;
}

.announcement-bar__link .icon-arrow {
  display: inline-block;
  pointer-events: none;
  margin-left: 0.8rem;
  vertical-align: middle;
  margin-bottom: 0.2rem;
}

.announcement-bar__message {
  text-align: center;
  padding: 1rem 0;
  margin: 0;
  letter-spacing: 0.1rem;
  min-height: 3.8rem;
}

.announcement-bar-slider--fade-in-next .announcement-bar__message,
.announcement-bar-slider--fade-in-previous .announcement-bar__message,
.announcement-bar-slider--fade-out-next .announcement-bar__message,
.announcement-bar-slider--fade-out-previous .announcement-bar__message {
  animation-duration: var(--duration-announcement-bar);
  animation-timing-function: ease-in-out;
  animation-fill-mode: forwards;
}

.announcement-bar-slider--fade-in-next .announcement-bar__message {
  --announcement-translate-from: -1.5rem;
  /* Prevent flicker */
  opacity: 0;
  animation-name: translateAnnouncementSlideIn;
  animation-delay: var(--duration-announcement-bar);
}

.announcement-bar-slider--fade-in-previous .announcement-bar__message {
  --announcement-translate-from: 1.5rem;
  /* Prevent flicker */
  opacity: 0;
  animation-name: translateAnnouncementSlideIn;
  animation-delay: var(--duration-announcement-bar);
}

.announcement-bar-slider--fade-out-next .announcement-bar__message {
  --announcement-translate-to: 1.5rem;
  animation-name: translateAnnouncementSlideOut;
}

.announcement-bar-slider--fade-out-previous .announcement-bar__message {
  --announcement-translate-to: -1.5rem;
  animation-name: translateAnnouncementSlideOut;
}

@keyframes translateAnnouncementSlideIn {
  0% {
    opacity: 0;
    transform: translateX(var(--announcement-translate-from));
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes translateAnnouncementSlideOut {
  0% {
    opacity: 1;
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    transform: translateX(var(--announcement-translate-to));
  }
}

/* section-header */
.section-header.shopify-section-group-header-group {
  z-index: 3;
}

.shopify-section-header-sticky {
  position: sticky;
  top: 0;
}

.shopify-section-header-hidden {
  top: calc(-1 * var(--header-height));
}

.shopify-section-header-hidden.menu-open {
  top: 0;
}

.section-header.animate {
  transition: top 0.15s ease-out;
}

.shopify-section-group-header-group {
  z-index: 4;
}

.section-header ~ .shopify-section-group-header-group {
  z-index: initial;
}

/* Main Header Layout */
.header-wrapper {
  display: block;
  position: relative;
  background-color: rgb(var(--color-background));
}

.header-wrapper--border-bottom {
  border-bottom: 0.1rem solid rgba(var(--color-foreground), 0.08);
}

.header {
  display: grid;
  grid-template-areas: 'left-icons heading icons';
  grid-template-columns: 1fr 2fr 1fr;
  align-items: center;
}

@media screen and (max-width: 749px) {
  .header--has-app {
    grid-template-columns: auto 1fr auto;
  }
}

@media screen and (min-width: 990px) {
  .header {
    grid-template-columns: 1fr auto 1fr;
  }

  .header--top-left,
  .header--middle-left:not(.header--has-menu) {
    grid-template-areas:
      'heading icons'
      'navigation navigation';
    grid-template-columns: 1fr auto;
  }

  .header--top-left.drawer-menu,
  .header--middle-left.drawer-menu {
    grid-template-areas: 'navigation heading icons';
    grid-template-columns: auto 1fr auto;
    column-gap: 1rem;
  }

  .header--middle-left {
    grid-template-areas: 'heading navigation icons';
    grid-template-columns: auto auto 1fr;
    column-gap: 2rem;
  }

  .header--middle-center:not(.drawer-menu) {
    grid-template-areas: 'navigation heading icons';
    grid-template-columns: 1fr auto 1fr;
    column-gap: 2rem;
  }

  .header--middle-center a.header__heading-link {
    text-align: center;
  }

  .header--top-center {
    grid-template-areas:
      'left-icons heading icons'
      'navigation navigation navigation';
  }

  .header--top-center.drawer-menu {
    grid-template-areas: 'left-icons heading icons';
    grid-template-columns: 1fr auto 1fr;
  }

  .header:not(.header--middle-left, .header--middle-center) .header__inline-menu {
    margin-top: 1.05rem;
  }
}

.header *[tabindex='-1']:focus {
  outline: none;
}

.header__heading {
  margin: 0;
  line-height: 0;
}

.header > .header__heading-link {
  line-height: 0;
}

.header__heading,
.header__heading-link {
  grid-area: heading;
  justify-self: center;
}

.header__heading-link {
  display: inline-block;
  padding: 0.75rem;
  text-decoration: none;
  word-break: break-word;
}

.header__heading-link:hover .h2 {
  color: rgb(var(--color-foreground));
}

.header__heading-link .h2 {
  line-height: 1;
  color: rgba(var(--color-foreground), 0.75);
}

.header__heading-logo {
  height: auto;
  max-width: 100%;
  margin: 0 auto;
}

.header__heading-logo-wrapper {
  width: 100%;
  display: inline-block;
  transition: width 0.3s cubic-bezier(0.52, 0, 0.61, 0.99);
}

@media screen and (max-width: 989px) {
  .header__heading,
  .header__heading-link {
    text-align: center;
  }

  .header--mobile-left .header__heading,
  .header--mobile-left .header__heading-link {
    text-align: left;
    justify-self: start;
  }

  .header--mobile-left {
    grid-template-columns: auto 2fr 1fr;
  }
}

@media screen and (min-width: 990px) {
  .header--middle-left .header__heading-link,
  .header--top-left .header__heading-link {
    margin-left: -0.75rem;
  }

  .header__heading,
  .header__heading-link {
    justify-self: start;
  }

  .header--middle-center .header__heading-link,
  .header--middle-center .header__heading {
    justify-self: center;
    text-align: center;
  }

  .header--top-center .header__heading-link,
  .header--top-center .header__heading {
    justify-self: center;
    text-align: center;
  }
}

/* Header icons */
.header__icons {
  display: flex;
  grid-area: icons;
  justify-self: end;
  padding-right: 0.8rem;
}

.header__icons .shopify-app-block {
  max-width: 4.4rem;
  max-height: 4.4rem;
  overflow: hidden;
}

.header__icon:not(.header__icon--summary),
.header__icon span {
  display: flex;
  align-items: center;
  justify-content: center;
}

.header__icon {
  color: rgb(var(--color-foreground));
}

.header__icon span {
  height: 100%;
}

.header__icon .svg-wrapper {
  width: 28px;
  height: 28px;
}

.header__icon::after {
  content: none;
}

.header__icon:hover .icon,
.modal__close-button:hover .icon {
  transform: scale(1.07);
}

.header__icon .icon {
  height: 2rem;
  width: 2rem;
  fill: none;
  vertical-align: middle;
}

.header__icon,
.header__icon--cart .icon {
  height: auto;
  width: auto;
  padding: 0;
}

.header__icon--cart {
  position: relative;
  margin-right: -1.2rem;
}

.header__icon--menu[aria-expanded='true']::before {
  content: '';
  top: 100%;
  left: 0;
  height: calc(var(--viewport-height, 100vh) - (var(--header-bottom-position, 100%)));
  width: 100%;
  display: block;
  position: absolute;
  background: rgba(var(--color-foreground), 0.5);
}

.header__icon--account shop-user-avatar {
  --shop-avatar-size: 2.8rem;
}

details .header__icon-close {
  display: none;
}

details[open] .header__icon-close {
  display: inline-block;
}

account-icon {
  display: flex;
}

/* Search */
menu-drawer + .header__search {
  display: none;
}

.header > .header__search {
  grid-area: left-icons;
  justify-self: start;
}

.header--top-center.drawer-menu > .header__search {
  margin-left: 3.2rem;
}

.header--top-center header-drawer {
  grid-area: left-icons;
}

.header:not(.header--has-menu) * > .header__search {
  display: none;
}

.header__search {
  display: inline-flex;
  line-height: 0;
}

.header--top-center > .header__search {
  display: none;
}

.header--top-center * > .header__search {
  display: inline-flex;
}

@media screen and (min-width: 990px) {
  .header:not(.header--top-center) * > .header__search,
  .header--top-center > .header__search {
    display: inline-flex;
  }

  .header:not(.header--top-center) > .header__search,
  .header--top-center * > .header__search {
    display: none;
  }
}

details[open] > .search-modal {
  opacity: 1;
  animation: animateMenuOpen var(--duration-default) ease;
}

details[open] .modal-overlay {
  display: block;
}

details[open] .modal-overlay::after {
  position: absolute;
  content: '';
  background-color: rgb(var(--color-foreground), 0.5);
  top: 100%;
  left: 0;
  right: 0;
  height: 100vh;
}

.search-modal {
  opacity: 0;
  border-bottom: 0.1rem solid rgba(var(--color-foreground), 0.08);
  min-height: calc(100% + var(--inputs-margin-offset) + (2 * var(--inputs-border-width)));
  height: 100%;
}

.search-modal__content {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding: 0 5rem 0 1rem;
  line-height: calc(1 + 0.8 / var(--font-body-scale));
  position: relative;
}

.search-modal__content-bottom {
  bottom: calc((var(--inputs-margin-offset) / 2));
}

.search-modal__content-top {
  top: calc((var(--inputs-margin-offset) / 2));
}

.search-modal__form {
  width: 100%;
}

.search-modal__close-button {
  position: absolute;
  right: 0.3rem;
}

@media screen and (min-width: 750px) {
  .search-modal__close-button {
    right: 1rem;
  }

  .search-modal__content {
    padding: 0 6rem;
  }
}

@media screen and (min-width: 990px) {
  .search-modal__form {
    max-width: 74.2rem;
  }

  .search-modal__close-button {
    position: initial;
    margin-left: 0.5rem;
  }
}

/* Header menu drawer */
.header__icon--menu .icon {
  display: block;
  position: absolute;
  opacity: 1;
  transform: scale(1);
  transition: transform 150ms ease, opacity 150ms ease;
}

details:not([open]) > .header__icon--menu .icon-close,
details[open] > .header__icon--menu .icon-hamburger {
  visibility: hidden;
  opacity: 0;
  transform: scale(0.8);
}

.js details[open]:not(.menu-opening) > .header__icon--menu .icon-close {
  visibility: hidden;
}

.js details[open]:not(.menu-opening) > .header__icon--menu .icon-hamburger {
  visibility: visible;
  opacity: 1;
  transform: scale(1.07);
}

.js details > .header__submenu {
  opacity: 0;
  transform: translateY(-1.5rem);
}

details[open] > .header__submenu {
  animation: animateMenuOpen var(--duration-default) ease;
  animation-fill-mode: forwards;
  z-index: 1;
}

@media (prefers-reduced-motion) {
  details[open] > .header__submenu {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Header menu */
.header__inline-menu {
  margin-left: -1.2rem;
  grid-area: navigation;
  display: none;
}

.header--top-center .header__inline-menu,
.header--top-center .header__heading-link {
  margin-left: 0;
}

@media screen and (min-width: 990px) {
  .header__inline-menu {
    display: block;
  }

  .header--top-center .header__inline-menu {
    justify-self: center;
  }

  .header--top-center .header__inline-menu > .list-menu--inline {
    justify-content: center;
  }

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

.header__menu {
  padding: 0 1rem;
}

.header__menu-item {
  padding: 1.2rem;
  text-decoration: none;
  color: rgba(var(--color-foreground), 0.75);
}

.header__menu-item:hover {
  color: rgb(var(--color-foreground));
}

.header__menu-item span {
  transition: text-decoration var(--duration-short) ease;
}

.header__menu-item:hover span {
  text-decoration: underline;
  text-underline-offset: 0.3rem;
}

details[open] > .header__menu-item {
  text-decoration: underline;
}

details[open]:hover > .header__menu-item {
  text-decoration-thickness: 0.2rem;
}

details[open] > .header__menu-item .icon-caret {
  transform: rotate(180deg);
}

.header__active-menu-item {
  transition: text-decoration-thickness var(--duration-short) ease;
  color: rgb(var(--color-foreground));
  text-decoration: underline;
  text-underline-offset: 0.3rem;
}

.header__menu-item:hover .header__active-menu-item {
  text-decoration-thickness: 0.2rem;
}

.header__submenu {
  transition: opacity var(--duration-default) ease, transform var(--duration-default) ease;
}

.global-settings-popup,
.header__submenu.global-settings-popup {
  border-radius: var(--popup-corner-radius);
  border-color: rgba(var(--color-foreground), var(--popup-border-opacity));
  border-style: solid;
  border-width: var(--popup-border-width);
  box-shadow: var(--popup-shadow-horizontal-offset) var(--popup-shadow-vertical-offset) var(--popup-shadow-blur-radius)
    rgba(var(--color-shadow), var(--popup-shadow-opacity));
  z-index: -1;
}

.header__submenu.list-menu {
  padding: 1rem 0;
}

.header__submenu .header__submenu {
  background-color: rgba(var(--color-foreground), 0.03);
  padding: 1rem 0;
  margin: 1rem 0;
}

.header__submenu .header__menu-item:after {
  right: 2rem;
}

.header__submenu .header__menu-item {
  justify-content: space-between;
  padding: 0.8rem 2rem;
}

.header__submenu .header__menu-item:hover {
  text-decoration-line: underline;
}

.header__menu-item .icon-caret {
  right: 0.8rem;
}

.header__submenu .icon-caret {
  flex-shrink: 0;
  margin-left: 1rem;
  position: static;
}

header-menu > details,
details-disclosure > details {
  position: relative;
}

@keyframes animateMenuOpen {
  0% {
    opacity: 0;
    transform: translateY(-1.5rem);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.overflow-hidden-mobile,
.overflow-hidden-tablet,
.overflow-hidden-desktop {
  overflow: hidden;
}

@media screen and (min-width: 750px) {
  .overflow-hidden-mobile {
    overflow: auto;
  }
}

@media screen and (min-width: 990px) {
  .overflow-hidden-tablet {
    overflow: auto;
  }
}

.badge {
  
  border-radius: var(--badge-corner-radius);
  display: inline-block;
  font-size: 1.2rem;
  letter-spacing: 0.1rem;
  line-height: 1;
  padding: 0.5rem 1.3rem 0.6rem 1.3rem;
  text-align: center;
  background-color: rgb(var(--color-badge-background));
  border-color: rgba(var(--color-badge-border), var(--alpha-badge-border));
  color: rgb(var(--color-badge-foreground));
  word-break: break-word;
}

.gradient {
  background: rgb(var(--color-background));
  background: var(--gradient-background);
  background-attachment: fixed;
}

@media screen and (forced-colors: active) {
  .icon {
    color: CanvasText;
    fill: CanvasText !important;
  }

  .icon-close-small path {
    stroke: CanvasText;
  }
}

.ratio {
  display: flex;
  position: relative;
  align-items: stretch;
}

.ratio::before {
  content: '';
  width: 0;
  height: 0;
  padding-bottom: var(--ratio-percent);
}

.content-container {
  border-radius: var(--text-boxes-radius);
  border: var(--text-boxes-border-width) solid rgba(var(--color-foreground), var(--text-boxes-border-opacity));
  position: relative;
}

.content-container:after {
  content: '';
  position: absolute;
  top: calc(var(--text-boxes-border-width) * -1);
  right: calc(var(--text-boxes-border-width) * -1);
  bottom: calc(var(--text-boxes-border-width) * -1);
  left: calc(var(--text-boxes-border-width) * -1);
  border-radius: var(--text-boxes-radius);
  box-shadow: var(--text-boxes-shadow-horizontal-offset) var(--text-boxes-shadow-vertical-offset)
    var(--text-boxes-shadow-blur-radius) rgba(var(--color-shadow), var(--text-boxes-shadow-opacity));
  z-index: -1;
}

.content-container--full-width:after {
  left: 0;
  right: 0;
  border-radius: 0;
}

@media screen and (max-width: 749px) {
  .content-container--full-width-mobile {
    border-left: none;
    border-right: none;
    border-radius: 0;
  }
  .content-container--full-width-mobile:after {
    display: none;
  }
}

.global-media-settings {
  position: relative;
  border: var(--media-border-width) solid rgba(var(--color-foreground), var(--media-border-opacity));
  border-radius: var(--media-radius);
  overflow: visible !important;
  background-color: rgb(var(--color-background));
}

.global-media-settings:after {
  content: '';
  position: absolute;
  top: calc(var(--media-border-width) * -1);
  right: calc(var(--media-border-width) * -1);
  bottom: calc(var(--media-border-width) * -1);
  left: calc(var(--media-border-width) * -1);
  border-radius: var(--media-radius);
  box-shadow: var(--media-shadow-horizontal-offset) var(--media-shadow-vertical-offset) var(--media-shadow-blur-radius)
    rgba(var(--color-shadow), var(--media-shadow-opacity));
  z-index: -1;
  pointer-events: none;
}

.global-media-settings--no-shadow {
  overflow: hidden !important;
}

.global-media-settings--no-shadow:after {
  content: none;
}

.global-media-settings img,
.global-media-settings iframe,
.global-media-settings model-viewer,
.global-media-settings video,
.global-media-settings .placeholder-svg {
  border-radius: calc(var(--media-radius) - var(--media-border-width));
}

.content-container--full-width,
.global-media-settings--full-width,
.global-media-settings--full-width img,
.global-media-settings--full-width video,
.global-media-settings--full-width iframe,
.global-media-settings--full-width .placeholder-svg {
  border-radius: 0;
  border-left: none;
  border-right: none;
}

/* check for flexbox gap in older Safari versions */
@supports not (inset: 10px) {
  .grid {
    margin-left: calc(-1 * var(--grid-mobile-horizontal-spacing));
  }

  .grid__item {
    padding-left: var(--grid-mobile-horizontal-spacing);
    padding-bottom: var(--grid-mobile-vertical-spacing);
  }

  @media screen and (min-width: 750px) {
    .grid {
      margin-left: calc(-1 * var(--grid-desktop-horizontal-spacing));
    }

    .grid__item {
      padding-left: var(--grid-desktop-horizontal-spacing);
      padding-bottom: var(--grid-desktop-vertical-spacing);
    }
  }

  .grid--gapless .grid__item {
    padding-left: 0;
    padding-bottom: 0;
  }

  @media screen and (min-width: 749px) {
    .grid--peek .grid__item {
      padding-left: var(--grid-mobile-horizontal-spacing);
    }
  }

  .product-grid .grid__item {
    padding-bottom: var(--grid-mobile-vertical-spacing);
  }

  @media screen and (min-width: 750px) {
    .product-grid .grid__item {
      padding-bottom: var(--grid-desktop-vertical-spacing);
    }
  }
}

.font-body-bold {
  font-weight: var(--font-body-weight-bold);
}

/* outline and border styling for Windows High Contrast Mode */
@media (forced-colors: active) {
  .button,
  .shopify-challenge__button,
  .customer button {
    border: transparent solid 1px;
  }

  .button:focus-visible,
  .button:focus,
  .button.focused,
  .shopify-payment-button__button--unbranded:focus-visible,
  .shopify-payment-button [role='button']:focus-visible,
  .shopify-payment-button__button--unbranded:focus,
  .shopify-payment-button [role='button']:focus {
    outline: solid transparent 1px;
  }

  .field__input:focus,
  .select__select:focus,
  .customer .field input:focus,
  .customer select:focus,
  .localization-form__select:focus.localization-form__select:after {
    outline: transparent solid 1px;
  }

  .localization-form__select:focus {
    outline: transparent solid 1px;
  }
}

.rte:after {
  clear: both;
  content: '';
  display: block;
}

.rte > *:first-child {
  margin-top: 0;
}

.rte > *:last-child {
  margin-bottom: 0;
}

.rte table {
  table-layout: fixed;
}

@media screen and (min-width: 750px) {
  .rte table td {
    padding-left: 1.2rem;
    padding-right: 1.2rem;
  }
}

.rte img {
  height: auto;
  max-width: 100%;
  border: var(--media-border-width) solid rgba(var(--color-foreground), var(--media-border-opacity));
  border-radius: var(--media-radius);
  box-shadow: var(--media-shadow-horizontal-offset) var(--media-shadow-vertical-offset) var(--media-shadow-blur-radius)
    rgba(var(--color-shadow), var(--media-shadow-opacity));
  margin-bottom: var(--media-shadow-vertical-offset);
}

.rte ul,
.rte ol {
  list-style-position: inside;
  padding-left: 2rem;
      margin-top: 5px;
}

.rte li {
  list-style: inherit;
  letter-spacing: 0;
}

.rte li:last-child {
  margin-bottom: 0;
}

.rte a {
  color: rgba(var(--color-link), var(--alpha-link));
  text-underline-offset: 0.3rem;
  text-decoration-thickness: 0.1rem;
  transition: text-decoration-thickness var(--duration-short) ease;
}

.rte a:hover {
  color: rgb(var(--color-link));
  text-decoration-thickness: 0.2rem;
}

.rte blockquote {
  display: inline-flex;
}

.rte blockquote > * {
  margin: -0.5rem 0 -0.5rem 0;
}

/* Image mask global styles */

.shape--mask {
  display: block;
  height: 0;
  width: 0;
}

.shape--arch {
  clip-path: url('#Shape-Arch');
}

.shape--blob {
  clip-path: polygon(var(--shape--blob-1));
}

.shape--chevronleft {
  clip-path: polygon(100% 0%, 85% 50%, 100% 100%, 15% 100%, 0% 50%, 15% 0%);
}

.shape--chevronright {
  clip-path: polygon(85% 0%, 100% 50%, 85% 100%, 0% 100%, 15% 50%, 0% 0%);
}

.shape--circle {
  clip-path: circle(closest-side);
}

.shape--diamond {
  clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
}

.shape--parallelogram {
  clip-path: polygon(15% 0, 100% 0%, 85% 100%, 0% 100%);
}

.shape--round {
  clip-path: ellipse(45% 45% at 50% 50%);
}

/* Fixed background */
.animate--fixed {
  clip-path: inset(0);
}

.animate--fixed > img:not(.zoom):not(.deferred-media__poster-button),
.animate--fixed > svg:not(.zoom):not(.deferred-media__poster-button) {
  position: fixed;
  height: 100vh;
}

/* Zoom in image on scroll */
.animate--zoom-in {
  --zoom-in-ratio: 1;
}

.animate--zoom-in > img,
.animate--zoom-in > .svg-wrapper {
  transition: scale var(--duration-short) linear;
  scale: var(--zoom-in-ratio);
}

/* Animations */

@media (prefers-reduced-motion: no-preference) {
  .animate--ambient > img,
  .animate--ambient > .svg-wrapper {
    animation: animateAmbient 30s linear infinite;
  }

  @keyframes animateAmbient {
    0% {
      transform: rotate(0deg) translateX(1em) rotate(0deg) scale(1.2);
    }
    100% {
      transform: rotate(360deg) translateX(1em) rotate(-360deg) scale(1.2);
    }
  }

  .scroll-trigger.animate--fade-in,
  .scroll-trigger.animate--slide-in {
    opacity: 0.01;
  }

  .scroll-trigger.animate--slide-in {
    transform: translateY(2rem);
  }

  .scroll-trigger:not(.scroll-trigger--offscreen).animate--fade-in {
    opacity: 1;
    animation: var(--animation-fade-in);
  }

  .scroll-trigger:not(.scroll-trigger--offscreen).animate--slide-in {
    animation: var(--animation-slide-in);
    animation-delay: calc(var(--animation-order) * 75ms);
  }

  .scroll-trigger.scroll-trigger--design-mode.animate--fade-in,
  .scroll-trigger.scroll-trigger--design-mode.animate--slide-in,
  .scroll-trigger.scroll-trigger--design-mode .slider,
  .scroll-trigger:not(.scroll-trigger--offscreen).scroll-trigger--cancel {
    opacity: 1;
    animation: none;
    transition: none;
    transform: none;
  }

  .scroll-trigger.scroll-trigger--design-mode.animate--slide-in {
    transform: translateY(0);
  }

  @keyframes slideIn {
    from {
      transform: translateY(2rem);
      opacity: 0.01;
    }
    to {
      transform: translateY(0);
      opacity: 1;
    }
  }

  @keyframes fadeIn {
    from {
      opacity: 0.01;
    }
    to {
      opacity: 1;
    }
  }
}

/* Element Hovers: Vertical Lift, 3d Lift */

@media (prefers-reduced-motion: no-preference) and (hover: hover) {
  .animate--hover-3d-lift .card-wrapper .card--card,
  .animate--hover-3d-lift .card-wrapper .card--standard .card__inner,
  .animate--hover-3d-lift .button:not(.button--tertiary),
  .animate--hover-3d-lift .shopify-challenge__button,
  .animate--hover-3d-lift .customer button,
  .animate--hover-3d-lift .shopify-payment-button__button,
  .animate--hover-3d-lift .deferred-media .deferred-media__poster-button {
    transition: transform var(--duration-long) ease, box-shadow var(--duration-long) ease;
    transform-origin: center;
  }

  .animate--hover-3d-lift .card-wrapper:hover .card--card,
  .animate--hover-3d-lift .card-wrapper:hover .card--standard .card__inner,
  .animate--hover-3d-lift .button:not(.button--tertiary):not([disabled]):hover,
  .animate--hover-3d-lift .shopify-challenge__button:not([disabled]):hover,
  .animate--hover-3d-lift .customer button:not([disabled]):hover,
  .animate--hover-3d-lift .shopify-payment-button__button:hover,
  .animate--hover-3d-lift .deferred-media:hover .deferred-media__poster-button {
    transition: transform var(--duration-extended) ease, box-shadow var(--duration-long) ease; /* Slow the card transition speed while hover is active. */
    transform: rotate(1deg);
    box-shadow: -1rem -1rem 1rem -1rem rgba(0, 0, 0, 0.05), 1rem 1rem 1rem -1rem rgba(0, 0, 0, 0.05),
      0 0 0.5rem 0 rgba(255, 255, 255, 0), 0 2rem 3.5rem -2rem rgba(0, 0, 0, 0.5);
  }

  .animate--hover-3d-lift .deferred-media:hover .deferred-media__poster-button {
    transform: translate(-50%, -50%) scale(1.05); /* Apply a specialized transform to the video play button. */
  }

  .animate--hover-3d-lift .collage__item .card-wrapper:hover .card--card,
  .animate--hover-3d-lift .collage__item .card-wrapper:hover .card--standard .card__inner {
    transform: rotate(0.5deg); /* Less intense rotation for collage items. */
  }

  .animate--hover-3d-lift .product-grid .grid__item:hover,
  .animate--hover-3d-lift .collection-list .grid__item:hover,
  .animate--hover-3d-lift .collage__item:hover,
  .animate--hover-3d-lift .blog-articles .article:hover,
  .animate--hover-3d-lift .complementary-slide li:hover {
    z-index: 2; /* Make sure the hovered card is the topmost card. */
  }

  .animate--hover-3d-lift .product-grid {
    isolation: isolate; /* Ensure z-index changes here don't negatively effect other UI stacking. */
  }

  .animate--hover-3d-lift .card-wrapper .card--shape.card--standard:not(.card--text) .card__inner {
    box-shadow: none;
    transition: transform var(--duration-long) ease, filter var(--duration-long) ease;
  }

  .animate--hover-3d-lift .card-wrapper:hover .card--shape.card--standard:not(.card--text) .card__inner {
    transition: transform calc(2 * var(--duration-extended)) ease, filter var(--duration-long) ease; /* Slow the card transition speed while hover is active. */
    filter: drop-shadow(0rem 2rem 2rem rgba(0, 0, 0, 0.15)) drop-shadow(0rem 1rem 1rem rgba(0, 0, 0, 0.15));
  }

  .animate--hover-3d-lift .card-wrapper:hover .card--card:after,
  .animate--hover-3d-lift .card-wrapper:hover .card--standard .card__inner:after,
  .animate--hover-3d-lift
    .card-wrapper:hover
    .card--shape.card--standard:not(.card--text)
    .card__inner
    .card__media:before {
    background-image: var(--easter-egg);
    background-size: 250px 250px;
    mix-blend-mode: color-dodge;
    pointer-events: none;
    z-index: 2;
  }

  .animate--hover-3d-lift
    .card-wrapper:hover
    .card--shape.card--standard:not(.card--text)
    .card__inner
    .card__media:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
  }

  .animate--hover-3d-lift .card-wrapper .card--card:before,
  .animate--hover-3d-lift .card-wrapper .card--standard .card__media:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0;
    pointer-events: none;
    transition: background-position calc(2 * var(--duration-extended)) ease, opacity var(--duration-default) ease;
    mix-blend-mode: overlay;
    background-size: 400% 100%;
    background-position: 90% 0;
    background-repeat: no-repeat;
    background-image: linear-gradient(
      135deg,
      rgba(255, 255, 255, 0) 45%,
      rgba(255, 255, 255, 1) 50%,
      rgba(255, 255, 255, 0) 55%
    );
  }

  .animate--hover-3d-lift .card-wrapper:hover .card--card:before,
  .animate--hover-3d-lift .card-wrapper:hover .card--standard .card__media:after {
    opacity: 0.2;
    transition: background-position 6s ease, opacity var(--duration-long) ease;
    background-position: left;
    z-index: 2;
  }

  :root {
    --easter-egg: none;
    --sparkle: url('./sparkle.gif');
  }

  .animate--hover-vertical-lift .button:not(.button--tertiary),
  .animate--hover-vertical-lift .shopify-challenge__button,
  .animate--hover-vertical-lift .customer button,
  .animate--hover-vertical-lift .shopify-payment-button__button {
    transition: transform var(--duration-default) var(--ease-out-slow);
  }

  .animate--hover-vertical-lift .card-wrapper .card--card,
  .animate--hover-vertical-lift .card-wrapper .card--standard .card__inner {
    transition: transform var(--duration-medium) var(--ease-out-slow);
  }

  .animate--hover-vertical-lift .card-wrapper:hover .card--card,
  .animate--hover-vertical-lift .card-wrapper:hover .card--standard .card__inner {
    transform: translateY(-0.75rem);
  }

  .animate--hover-vertical-lift .card-wrapper:active .card--card,
  .animate--hover-vertical-lift .card-wrapper:active .card--standard .card__inner {
    transform: translateY(-0.5rem);
  }

  .animate--hover-vertical-lift .button:not(.button--tertiary):not([disabled]):hover,
  .animate--hover-vertical-lift .shopify-challenge__button:not([disabled]):hover,
  .animate--hover-vertical-lift .customer button:not([disabled]):hover,
  .animate--hover-vertical-lift .shopify-payment-button__button:hover {
    transform: translateY(-0.25rem);
  }

  .animate--hover-vertical-lift .button:not(.button--tertiary):not([disabled]):active,
  .animate--hover-vertical-lift .shopify-challenge__button:not([disabled]):active,
  .animate--hover-vertical-lift .customer button:not([disabled]):active,
  .animate--hover-vertical-lift .shopify-payment-button__button:active {
    transform: translateY(0);
  }

  .animate--hover-vertical-lift .button:not([disabled]):hover:after,
  .animate--hover-vertical-lift .customer button:not([disabled]):hover:after,
  .animate--hover-vertical-lift .shopify-payment-button__button:not([disabled]):hover:after {
    --border-offset: 0.3px; /* Default is 1.3px as defined above in this file. This removes 1px to prevent the border from growing on buttons when this effect is on.  */
    box-shadow: 0 0 0 calc(var(--buttons-border-width) + var(--border-offset))
        rgba(var(--color-button-text), var(--border-opacity)),
      0 0 0 var(--buttons-border-width) rgba(var(--color-button), var(--alpha-button-background));
  }

  .animate--hover-vertical-lift .button:not([disabled]).button--secondary:hover:after {
    --border-offset: 0px; /* Prevent the border from growing on buttons when this effect is on. */
  }
}

/* Loading spinner */
.loading__spinner {
  position: absolute;
  z-index: 1;
  width: 1.8rem;
}

.loading__spinner {
  width: 1.8rem;
  display: inline-block;
}

.spinner {
  animation: rotator 1.4s linear infinite;
}

@keyframes rotator {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(270deg);
  }
}

.path {
  stroke-dasharray: 280;
  stroke-dashoffset: 0;
  transform-origin: center;
  stroke: rgb(var(--color-foreground));
  animation: dash 1.4s ease-in-out infinite;
}

@media screen and (forced-colors: active) {
  .path {
    stroke: CanvasText;
  }
}

@keyframes dash {
  0% {
    stroke-dashoffset: 280;
  }
  50% {
    stroke-dashoffset: 75;
    transform: rotate(135deg);
  }
  100% {
    stroke-dashoffset: 280;
    transform: rotate(450deg);
  }
}

.loading__spinner:not(.hidden) + .cart-item__price-wrapper,
.loading__spinner:not(.hidden) ~ cart-remove-button {
  opacity: 50%;
}

.loading__spinner:not(.hidden) ~ cart-remove-button {
  pointer-events: none;
  cursor: default;
}

/* Progress bar */
.progress-bar-container {
  width: 100%;
  margin: auto;
}

.progress-bar {
  height: 0.13rem;
  width: 100%;
}

.progress-bar-value {
  width: 100%;
  height: 100%;
  background-color: rgb(var(--color-foreground));
  animation: indeterminateAnimation var(--duration-extra-longer) infinite ease-in-out;
  transform-origin: 0;
}

.progress-bar .progress-bar-value {
  display: block;
}

@keyframes indeterminateAnimation {
  0% {
    transform: translateX(-20%) scaleX(0);
  }
  40% {
    transform: translateX(30%) scaleX(0.7);
  }
  100% {
    transform: translateX(100%) scaleX(0);
  }
}





























/* Custom css */

/* my css start */

.shopify-policy__container {
    width: 100% !important;
    max-width: 95%;
}

/* blog css start */

.product-swiper {
    display: none;
}


.header__icon .svg-wrapper svg path {
   stroke:#0D3D1F;
}
/* end here */

summary.header__icon.header__icon--search.header__icon--summary.link.focus-inset.modal__toggle {
    display: none;
}
account-icon .svg-wrapper {
    width: 15px !important;
    height: 15px !important;
}
account-icon .svg-wrapper svg {
    fill:#0D3D1F;
}
.header__icon--account {
    gap: 10px;
}
.page-width {
    max-width: 1240px;
    width: 100%;
    padding: 0 !important;
    /* margin: auto; */
}
.header--middle-left {
        grid-template-areas: "heading navigation icons";
        grid-template-columns: auto 2fr auto;
        column-gap: 0rem;
    }
nav.header__inline-menu {
    text-align: center;
}
.header__heading-logo {
    height: auto;
        max-width: 70%;
        margin: 0 auto;
}
.list-menu__item span {
    line-height: 20px;
    font-size: 18px;
    font-family: 'Source Sans 3';
    font-weight: 400;
  color:#0D3D1F;
}
a.header__icon.header__icon--account.link.focus-inset.small-hide {
    text-decoration: none;
  line-height: 20px;
    font-size: 18px;
    font-family: 'Source Sans 3';
    font-weight: 400;
  color:#fef7ec;
}
p.announcement-bar__message.h5 {
    font-family: "Montserrat";
    font-size: 18px;
    line-height: 22px;
    font-weight: 400;
  letter-spacing: 0;
}
p.announcement-bar__message.h5 span strong { 
  font-weight: 500;
}
.slideshow__controls.slideshow__controls--top.slider-buttons.slideshow__controls--border-radius-mobile {
    display: none;
}
.slideshow__text h2 p {
    font-size: 46px;
    font-family: math;
    font-family: 'Merriweather';
    line-height: 60px;
    font-weight: 400;
  margin: 0;
}

.slideshow__text h2 {
    margin: 0;
}

.slideshow__controls.slider-buttons.slideshow__controls--border-radius-mobile {
    display: none !important;
}
.slideshow__media img {
   background-color: #FEF7EC !important;
}
a.button.button--secondary {
    line-height: 25px;
    padding: 17px 35px;
    min-width: auto !important;
    min-height: auto !important;
    font-size: 19px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 0;
    font-family: 'Source Sans 3';
  border:1px solid black;
}
a.button.button--secondary:hover {
    background: #4b061a;
    color: white;
    border: 1px solid #4b061a !important;
}
a.button.button--secondary:before {
    box-shadow: none;
}
a.button.button--secondary:after {
    box-shadow: none;
}
a.button.button--secondary:hover:after {
    box-shadow: none;
}
.feature-text h2 {
    font-size: 46px;
    line-height: 60px;
    color: #4b061a;
    font-family: 'Merriweather';
    margin: 0;
}
.feature-text p {
    line-height: 27px;
    font-family: 'Source Sans 3';
    color: black;
    font-size: 18px;
    letter-spacing: 0;
}
  .feature-icons-section {
    
   padding: 50px 0px !important;
   display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0;
  }
  
  
  
  .feature-icons {
    flex: 1;
    min-width: 300px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
  }
  
  .feature-icon {
    display: flex;
    align-items: center;
    gap: 15px;
    flex-direction: column;
  }
  
  .feature-icon__image img {
    width: auto;
    height: 70px;
    object-fit: contain;
  }
  
 .feature-icon__text {
    font-size: 18px;
    font-weight: 500;
    font-family: 'Source Sans 3';
    line-height: 18px;
    color: black;
    letter-spacing: 0;
}
  
  .subheading {
   
    margin-top: 15px;
  }
.two-column-iframe-section {
    padding: 50px 0px !important;
  }

  .two-column-iframe-section__main-heading {
    text-align: center;
    margin-bottom: 40px;
    font-size: calc(var(--font-heading-scale) * 2.4rem);
  }

  .two-column-iframe-section__columns {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
  }

  .two-column-iframe-section__column {
    display: flex;
   align-items: center;
    gap: 10px;
  }

  h3.two-column-iframe-section__column-heading {
    font-size: 30px;
    line-height: 39px;
    font-weight: 400;
    font-family: 'Merriweather';
    color: black;
    letter-spacing: 0;
    text-align: left;
    margin: 0;
}

.section__main-heading {
    font-size: 54px;
    font-weight: 400;
    font-family: 'Merriweather';
    line-height: 65px;
    color: #4b061a;
    letter-spacing: 0;
    margin: 0;
  margin-bottom: 25px;
  text-align: center;
}


.pink-box-shadow .two-column-iframe-section__iframe-container iframe {
    box-shadow: 0px 0px 10px 1px #D53A48;
    border-radius: 10px 10px 10px 10px;
}
.blue-box-shadow .two-column-iframe-section__iframe-container iframe {

    border-radius: 10px 10px 10px 10px;
    box-shadow: 0px 0px 10px 3px #344273;

}
.two-product-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
  gap:30px;
}
.product-column .featured-product {
    flex-direction: column;
}
.product-column .grid__item.product__media-wrapper {
    width: 100% !important;
    max-width: 100% !important;
}
.product-column .product__info-wrapper {
  width: 100% !important;
    max-width: 100% !important;
}
.featured-product:not(.product--no-media)>.product__info-wrapper {
        padding: 0 20px !important ;
    }
.product-column h2.product__title {
    font-size: 28px;
    line-height: 34px;
    font-weight: 400;
    font-family: 'Source Sans 3';
    color: #4b061a;
    letter-spacing: 0;
    text-decoration: none;
}
.product-column a{
   text-decoration: none ;
}
.product-column .product__info-container span {
    font-size: 18px;
    line-height: 27px;
    font-weight: 400;
    font-family: 'Source Sans 3';
    color: #000;
    letter-spacing: 0;
}
.product-column  .price__regular span {
    font-size: 19px;
    line-height: 19px;
    font-weight: 600;
    font-family: 'Source Sans 3';
    color: #000;
    letter-spacing: 0;
}
.product-column button {
    padding: 15px 40px !important;
    min-width: auto;
    max-width: max-content;
    background: #4b061a !important;
    color: #fff !important;
    font-family: "Source Sans 3", Sans-serif;
    font-size: 19px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0;
    height: 100%;
    min-height: 55px;
  margin-bottom: 0rem !important;
  line-height: 25px !important;
   border: 1px solid #4b061a;
  border-radius: 30px !important;
}
.product-column button span{
   color: white !important;
  font-family: "Source Sans 3", Sans-serif;
    font-size: 19px !important;
    font-weight: 600 !important;
    text-transform: uppercase;
    letter-spacing: 0;
}

.product-column button:hover {
    background: transparent !important;
    border: 1px solid black;
    color: black !important;
}
.product-column button:hover span {
  color: black !important;
}
.product-form__buttons {
    max-width: 44rem;
    display: flex;
    gap: 15px;
}
.product-column button:before {
  box-shadow: none !important;
}
.product-column button:after {
  box-shadow: none !important;
}
a.link.product__view-details.animate-arrow {
    display: none;
}
/* .product-form__submit {
    margin-bottom: 0;
} */
.article-card__date-icon svg {
    width: 10px;
    height: 10px;
}


.article-slider-section {
  padding: 50px 0;
  max-width: 1200px;
  margin: 0 auto;
}

.article-slider-section .section-heading {
  text-align: center;
  margin-bottom: 30px;
  font-size: 2rem;
}

.article-slider {
  margin: 0 -15px;
  visibility: hidden; /* Hide until initialized */
}

.article-slider.slick-initialized {
  visibility: visible; /* Show once initialized */
}





.article-slide {
  padding: 0px;
  outline: none;

}

.article-card {
  height: 100%;
  display: flex;
  flex-direction: column;
  background: transparent;
  margin-right: 10px;
  overflow: hidden;
  
}

.article-card__image {
  position: relative;
  padding-top: 75%;
  overflow: hidden;
}

.article-card__image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.article-card:hover .article-card__image img {
  transform: scale(1.05);
}

.article-card__content {
  padding: 10px 0;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.article-card__date {
  
    display: flex;
    gap: 10px;
    align-items: initial;
    justify-content: flex-start;
    font-size: 12px;
    line-height: 16px;
    font-weight: 400;
    font-family: 'Source Sans 3';
    color: #6a6a6a;
    letter-spacing: 0;
    text-transform: uppercase;
}
.article-card__date svg path {
  fill:#6a6a6a;
}
.article-card__title {
  font-size: 22px;
line-height: 28px;
    font-weight: 400;
    font-family: 'Source Sans 3';
    margin: 0;
    color: #000;
    letter-spacing: 0;
}

.article-card__title a {
  color: inherit;
  text-decoration: none;
}

.article-card__excerpt {
  font-size: 18px;
line-height: 27px;
    font-weight: 400;
    font-family: 'Source Sans 3';
    
    color: #000;
    letter-spacing: 0;
}

.article-card__link {
  color: #0066cc;
  text-decoration: none;
  font-weight: 500;
  display: inline-block;
  margin-top: auto;
}

.article-slider .slick-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  border: none;
  opacity: 1;
  transition: opacity 0.3s ease;
  transform: rotate(180deg);
      background: transparent !important;
    box-shadow: none !important;
}


  .article-slider .slick-arrow svg path {
  fill:#4B051B;
}
.article-slider .slick-prev {
  left: -5%;
}

.article-slider .slick-next {
  right:-5%;
}

h2.footer-block__heading.inline-richtext {
    font-size: 16px;
    font-weight: 600;
    line-height: 18px;
    color: #fef7ec;
}
ul.footer-block__details-content.list-unstyled a {
    font-size: 14px;
    line-height: 20px;
    color: #fff !important;
    font-weight: 400;
    font-family: 'Source Sans 3';
}
.footer__blocks-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  gap:50px !important;
}
.footer-block.grid__item {
    width: 100%;
    max-width: 100%;
}
.footer-block__contact-item p {
    margin: 0 !important;
   color: #fff !important;
}
 .footer-block__contact-info {
    display: flex;
    flex-direction: column;
    gap: 12px;
  }
  
  .footer-block__contact-item {
    display: flex;
    align-items: flex-start;
    gap: 10px;
  }
  
  .footer-block__contact-icon {
    flex-shrink: 0;
    margin-top: 0px;
  }
  
  .footer-block__contact-text {
    margin: 0;
  }
.footer a {
  color: white !important;
  text-decoration: none !important;
    color: #fff !important;
}
.footer-block__contact-icon {
    line-height: 34px;
}
.footer li.list-social__item span {
    fill: white;
}

li.list-social__item {
    border: 1px solid;
    border-radius: 25px;
}
.list-unstyled.list-social {
    gap: 15px;
}
.footer-block__contact-item.social-icon {
    flex-direction: column;
}
.footer-block__contact-item.social-icon p {
    font-size: 18px;
    line-height: 27px;
    font-family: 'Source Sans 3';
}
ul.list-menu li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 0px 0 40px;
    gap: 40px;
  text-transform: capitalize;
}
ul.list-menu li:after {
    content: '';
    width: auto;
    height: 20px;
    border-right: 2px solid;
}
.header__submenu li:after {
    display: none;
}
.header__submenu {
    background: #0D3D1F;
    color: #fff;
    width: auto !important;
    min-width: 10em !important;
    max-width: 1000px;
    box-shadow: 0px 10px 7px 0px rgba(0, 0, 0, 0.25) !important;
    border-radius: 0px 0px 10px 10px !important;
}
.header__submenu .header__menu-item {
    font-size: 18px;
    line-height: 20px;
    color: white;
    width: 100%;
    font-family: 'Source Sans 3';
  padding: 0;
    white-space: nowrap;
  text-transform: math-auto;
}
.header__submenu.list-menu {
  padding: 0 !important;
}
.header__submenu li {
    padding: 10px 40px !important;
}
.footer__content-bottom-wrapper--center {
    justify-content: flex-start !important;
}
.footer__copyright.caption small {
    font-size: 18px;
    line-height: 27px;
    text-transform: capitalize;
  font-family: "Montserrat";
}
.featured-product .product__info-wrapper {
    border: 1px solid black;
    border-radius: 0px 0px 8px 8px;
    overflow: hidden;
    border-top: none;
}
.featured-product .product-media-container {
    margin-bottom: 0 !important;
}
.product-column img {
border-radius: 08px 08px 0px 0px;
}

/* .shopify-section button {
    text-transform: uppercase;
}
.shopify-section button:hover {
    background-color:#0000;
    color:#4B051B;
} */
.product--thumbnail_slider .slider-mobile-gutter {
    max-width: 504px;
    width: 100% !important;
  margin: auto;
}

.customer button {
    text-transform: uppercase;
}
.customer button:hover {
    background-color:#fff;
    color:#000;
    border-color:#000;
}
div#ImageWithText--template--19380071071995__image_with_text_hXtjPK {
    padding: 20px 20px 20px 20px;
}

.product-period-therapy .usage-icon {
  display: none;
    
}
a.header__heading-link.link.link--text.focus-inset {
    padding:3px 0 5px 0 !important;
}


.icon-content p {
  
    letter-spacing: 0;
    margin: 0 !important;
}
.featured-product .product__tax.caption.rte {
    display: none;
}
.heading-image-container p {
    font-size: 18px;
    line-height: 27px;
    font-weight: 700;
    font-family: 'Source Sans 3';
    text-align: center;
    color: white;
    letter-spacing: 0;
    margin: 0 0 20px;
}


.featured-product img {
    width: 100%;
    height: 100%;
}
.product-column a {
    text-decoration: none;
    line-height: 0;
}

 
section#shopify-section-template--19349945254139__section_heading_image_kfLGb6 .heading-image-container .section__main-heading {
    margin-bottom: 5px !important;
} 


.featured-product.product {
    padding: 0;
}
.featured-product img {
    width: 100%;
    height: 406px !important;
    object-fit: cover;
    object-position: center;
}


/* -----------------------------------------------------------------------------------------------product page ------------------------------------------------------------------------ */
.product__title h1 {
    font-family: 'Merriweather';
    font-size: 54px;
    line-height: 64px;
    font-weight: 400;
}
.product__description p {
    font-size: 18px;
    line-height: 27px;
    font-weight: 400;
    font-family: 'Source Sans 3';
    color: #000;
    letter-spacing: 0;
}
a.header__heading-link.link.link--text.focus-inset {
    padding:2px 0 5px 0 !important;
}
 legend.form__label {
    display: none;
}
  fieldset.js.product-form__input.product-form__input--pill {
    display: grid;
    border-radius: 0 !important;
    grid-template-columns: 1fr 1fr;
  }
fieldset.js.product-form__input.product-form__input--pill label {
    font-family: 'jost';
     letter-spacing: 0;
    font-size: 14px;
    position: relative;
        padding: 12px 14px;
}
.quantity__button {
    border-radius: 7px;
}
.quantity {
    min-height: 51px;
}
button.quantity__button:first-child {
    border-radius: 7px 0px 0 7px;
}
button.quantity__button:last-child {
    border-radius: 0px 7px 7px 0px;
}
/* .product-sleep-therapy .product-form__submit, .product-sleep-therapy  button.shopify-payment-button__button {
    padding: 15px 48px !important;
    border-radius: 7px !important;
} */
/* .product-sleep-therapy .product__info-wrapper {
    padding: 0 !important;
} */
 .product-sleep-therapy .product--thumbnail_slider .slider-mobile-gutter,  .product-period-therapy .product--thumbnail_slider .slider-mobile-gutter {
    max-width: 100% !important;
}

.grid__item.product__media-wrapper {
    max-width: 50% !important;
}
.product__info-wrapper.grid__item {
    max-width: 50% !important;
}

.buy-and-quanity {
    grid-template-columns: 30% 70%;
    gap: 0;
}

.quantity__input {
    width: 2.631em !important;
    margin-left: 3px !important;
    margin-right: 3px !important;
    font-weight: 600 !important;
    font-size: 21px !important;
}

 .product-sleep-therapy  .jdgm-preview-badge .jdgm-star.jdgm-star {
    color: #F69927;
}
 .product-sleep-therapy span.jdgm-prev-badge__text {
    font-weight: 400 !important;
    font-family: Inter;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: 0;
    color: #000000 !important;
    /* margin-left: 85px; */
}





.product-form__input--pill input[type=radio]:checked+label {
    color: #000 !important;
    border-radius: 0 !important;
    border: 2px solid black !important;
    padding: 10px !important;
    font-family: 'Montserrat';
    font-weight: 700;
    letter-spacing: 0;
    font-size: 14px;
    background-color: #f0f0f0 !important;
}
.product-form__input--pill input[type=radio]+label {
   background: transparent !important;
    color: black !important;
    border-radius: 0 !important;
    padding: 30px; font-family: 'Source Sans 3';
    font-weight: 600;
    letter-spacing: 0;
    font-size: 16px;
  border:none !important;
      display: flex !important
;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: 7px;
    text-align: left !important;
}

p.variant-second-line {
    margin: 0;
    font-style: italic;
    font-weight: 400;
    font-size: 14px;
font-family: 'jost';

    margin-top: 10px;
}


label.quantity__label.form__label {
    display: none;
}
.buy-and-quanity {
  display: grid;
        align-items: center;
    grid-template-columns: 30% 70%;
    gap: 0px;
}

button.quantity__button {
    border: 1px solid;
    background: #0D3D1F !important;
    color: white !important;
    opacity: 1 !important;
}
.quantity__input {
    border: 1px solid;
    background: white;
    border-color: #CFCFCF;
    padding: 11px !important;
    /* padding: 12px 12px 12px 15px; */
    width: 3.631em;
}

/* .product-form__submit {
    font-size: 19px;
    line-height: 19px;
    font-weight: 600;
    font-family: 'Source Sans 3';
    color: #000;
    letter-spacing: 0;
    text-transform: uppercase;
    background: #4b061a;
    color: white;
    border-radius: 25px;
  padding: 15px !important;
  width: auto;
   
} */
.product-form__submit:before{
  box-shadow: none !important;
}
.product-form__submit:after{
  box-shadow: none !important;
}

button.shopify-payment-button__button.shopify-payment-button__button--unbranded {
    font-family: 'inter';
    font-size: 18px;
    background: #fef7ec;
    font-weight: 600;
    text-transform: uppercase;
    color: #4b061a;
    border: 2px solid #4b061a;
    padding: 15px;
    border-radius: 0px;
}
button.shopify-payment-button__button.shopify-payment-button__button--unbranded:hover {
    background: #4b061a;
    color: #fef7ec;
    border: 2px solid #4b061a;

}
.product-form__input {
    margin-bottom: 0 !important;
}
/* .product-sleep-therapy .product-form__submit {
    margin-bottom: 0;
}
.product-sleep-therapy .product-form__quantity {
    margin-bottom: 0;
} */



 .shopify-payment-button__button--unbranded:before{
     box-shadow: none !important;
 }

 .shopify-payment-button__button--unbranded:after{
     box-shadow: none !important;
 }

.main-blog  .blog-articles a {
    font-size: 18px;
    line-height: 22px;
    font-weight: 400;
    font-family: 'Source Sans 3';
    color: #ee423e;
    letter-spacing: 0;
    text-decoration: none !important;
}
.main-blog  .article-card .card__heading {
    margin-bottom: 0;
}
.main-blog  .article-card__info.caption-with-letter-spacing.h5 {
    color: #adadad;
    font-size: 12px;
    line-height: 1.3em;
}
.main-blog  p.article-card__excerpt.rte-width {
    color: #777;
    font-size: 14px;
    line-height: 1.5em;
    margin: 10px 0 !important;
}

article.article-template .circle-divider .icon {
  display: inline-block;
  margin-right: 5px;
  vertical-align: middle;
  width: 14px;
}
article.article-template .circle-divider .icon svg {
  width: 100%;
  height: 100%;
}
article.article-template span.circle-divider.caption-with-letter-spacing {
  display: flex;
  align-items: center;
}
.circle-divider:after {
    content: unset ;
}

#shopify-section-template--24573531291929__main article.article-template span.circle-divider.caption-with-letter-spacing {
    display: flex;
    align-items: center;
    font-size: 18px;
    text-transform: capitalize;
    white-space: nowrap;
    color: #EE423E;
    font-family: 'Jost';
    letter-spacing:0;
}

.simple-image-grid-main-section {
    background: #4B051B;
  padding: 30px 0;
}


.product-period-therapy li.icon-with-text__item:nth-child(2) img {
    width: 75px;
    line-height: 0 !important;
}
.product-period-therapy li.icon-with-text__item:nth-child(3) img {
    width: 87px;
}
/* ---------------------------------------------------------------------------aboutus--------------------------------------------------------------------------------------------------- */

div#ImageWithText--template--19368621474043__image_with_text_JmJjb7 {
    padding-top: 0;
  padding-right: 0;
}
.image-with-text__content h4 {
    font-size: 36px;
    line-height: 47px;
    color: #4b061a;
    font-weight: 500;
    margin: 0;
  font-family: Merriweather;
}

.image-with-text__content h6 {
    font-family: 'Source Sans 3';
    font-size: 18px;
    line-height: 27px;
    color: #4b061a;
    font-weight: 400;
  margin: 15px 0 0;
}

.image-with-text__text.rte.body p {
   font-family: 'Source Sans 3';
    font-size: 18px;
    line-height: 20px;
    color: #000000;
    font-weight: 400;
}

.title-wrapper-with-link {
    display: flex;
    justify-content: center;
}
.multicolumn-list__item {
    border: 1px solid black;
      border-radius: 15px;
  padding: 15px ;
}
ul#Slider-template--19368621474043__multicolumn_4gqHRp {
    gap: 50px;
    flex-wrap: nowrap;
    display: grid;
    grid-template-columns: 1fr 1fr;
}
ul#Slider-template--19368621474043__multicolumn_4gqHRp li {
    width: 100% !important;
    max-width: 100% !important;
}
.multicolumn-card__info h3 {
    font-size: 20px;
    line-height: 26px;
    font-weight: 400;
    font-family: 'Merriweather';
    color: #4b061a;
    letter-spacing: 0;
}
.multicolumn-card__info p {
    font-size: 18px;
    line-height: 27px;
    font-weight: 400;
    font-family: 'Source Sans 3';
    color: #000;
    letter-spacing: 0;
    width: 80%;
    margin: auto !important;
}
.multicolumn {
    padding-bottom: 50px;
}
.product .product__media.media.media--transparent img {
    border-radius: 10px;
}
.featured-product .product__media.media.media--transparent img {
    border-radius: 10px 10px 0px 0px;
}
h2.image-with-text__heading.inline-richtext.h1 p {
    font-family: 'Merriweather';
    font-size: 46px;
    line-height: 60px;
    margin: 0;
}



.product {
    padding: 50px 0;
}

.product-sleep-therapy .product__title h1 {
  color: #002B70;
}
.product-sleep-therapy h2.image-with-text__heading p {
     color: #243C81
}

.product-sleep-therapy .two-column-iframe-main-section {
    background: #243C81;
}

.product-sleep-therapy .two-column-iframe-section h2 {
    color: white;
}

.product-sleep-therapy h3.two-column-iframe-section__column-heading {
    color: white;
}
.product-sleep-therapy .tea-left-section h2 {
   color: #243C81;
}
.product-sleep-therapy h2.collapsible-content__heading.inline-richtext.section__main-heading {
  color: #243C81;
}


.product-period-therapy .product__title h1 {
  color: #ee423e !important;
}
.product-period-therapy h2.image-with-text__heading p {
     color: #ee423e !important;
}

.product-period-therapy .two-column-iframe-main-section {
    background: #ee423e !important;
}

.product-period-therapy .two-column-iframe-section h2 {
    color: white;
}

.product-period-therapy h3.two-column-iframe-section__column-heading {
    color: white;
}
.product-period-therapy .tea-left-section h2 {
   color: #ee423e !important;
}
.product-period-therapy h2.collapsible-content__heading.inline-richtext.section__main-heading {
  color: #ee423e !important;
}

.product-period-therapy .tea-right-section {
    background: #ee423e;
}
.product-sleep-therapy .simple-image-grid-main-section {
  background: #243c81;
margin-bottom: 36px!important;
}



.product-period-therapy  .simple-image-grid-main-section {

background: #ee423e;
margin-bottom: 36px!important;
}

.accordion__title {
    
    padding-left: 30px !important; 
}
.accordion summary .icon-caret {
    position: absolute;
    height: 20px;
    left: 0;
    top: 30%;
  transform: rotate(90deg);
}
h3.accordion__title.inline-richtext.h4 {
    font-size: 22px;
    line-height: 28px;
    font-weight: 600;
    font-family: 'Source Sans 3';
    color: #000;
    letter-spacing: 0;
}
.accordion__content {
    margin-bottom: 1.5rem;
    word-break: break-word;
    /* overflow-x: auto; */
    padding: 0 .6rem;
    font-size: 18px;
    line-height: 27px;
    font-weight: 400;
    font-family: 'Source Sans 3';
    color: #000;
    letter-spacing: 0;
}
  .product-sleep-therapy .accordion__content{
   overflow-x: visible !important;
   overflow-y: visible !important;
}

.page-width.section-template--19380280885499__custom_featured_product_Br8LYF-padding {
    padding: 50px 0 !important;
    
}
.blog-articles {
    grid-template-columns: 1fr 1fr 1fr !important;
}
article.article-template .circle-divider .icon {
  display: inline-block;
  margin-right: 5px;
  vertical-align: middle;
  width: 14px;
}
article.article-template .circle-divider .icon svg {
  width: 100%;
  height: 100%;
}
article.article-template .show_details {
  display: flex;
    align-items: center;
    gap: 15px;
    justify-content: center;
    font-family: 'Jost';
}
article.article-template span.circle-divider.caption-with-letter-spacing {
  display: flex;
    align-items: center;
    color: #EE423E;
    font-size: 18px;
    font-weight: 400;
    text-transform: capitalize;
    white-space: nowrap;
    line-height: 1.5;
    transition: all .5s ease;
}
article.article-template span.circle-divider.caption-with-letter-spacing:hover {
    color: #000;
}
.main-blog.page-width.section-template--19349944959227__main-padding {
    padding: 50px 0 !important;
}
article article-template__comment-wrapper.background-secondary {
    padding-bottom: 50px;
}
article.article-template {
    padding: 50px 0 0;
}
article h1.article-template__title {
    text-align: center;
    margin-bottom: 20px !important;
    color: #4B061A;
    font-size: 35px;
    font-weight: normal;
    line-height: 1.2em;
    font-family: 'Playfair Display';
}
article.article-template span.circle-divider.caption-with-letter-spacing.time {
    color: #000;
}

.slideshow__media.banner__media.mobile-image.media {
    display: none;
}

.header__submenu  li:hover {
    background: white;
 
}


.header__submenu  li:hover a{
  color:#0D3D1F;
}

/* ------------------------------------------kartik---------------------------------------------------------- */
.price.price--large.price--on-sale.price--show-badge span.badge.price__badge-sale.color-scheme-4 {
display: none !important;
}
  .snowing-main h2 {
    font-size: 30px;
    line-height: 39px;
    font-weight: 400;
    color: #002c83;
    font-family: Merriweather !important;
}

.snowing-main h3 {
    font-size:20px;
    line-height:30px;
    font-weight: 400;
    color: #002c83;
    font-family: Merriweather !important;
}
.snowing-main ul {
    font-size: 18px;
   color: #000;
    line-height: 27px;
    font-family: "Source Sans 3";
}

.snowing-main p {
    font-size: 18px;
    color: #000;
    line-height: 27px;
    font-family: "Source Sans 3";
    letter-spacing: 0;
}




.shopify-policy__container .shopify-policy__title {
    padding-top: 50px;
}
.shopify-policy__container .rte {
    padding-bottom: 80px;
}
.shopify-policy__container .shopify-policy__title h1 {
    font-family: 'Playfair Display', Georgia, serif !important;
    font-size: 46px !important;
    font-weight: 400 !important;
    line-height: 60px !important;
    color: #1c1a13!important;
    text-align: left;
}
.shopify-policy__container .rte p {
    font-size: 15px;
    line-height: 27px;
    color: #5c5948!important;
    font-weight: 400 !important;
    font-family: 'Jost' !important;
  letter-spacing: 0;
  margin-top:0;
   margin-bottom: 0px;
}
.shopify-policy__container .rte h5 {
    font-size: 18px !important;
    line-height: 26px !important;
    font-weight: 700 !important;
    color: #000 !important;
    font-family: "Source Sans 3";
    text-transform: uppercase !important;
    margin-bottom: 5px;
    letter-spacing: 0;
}
.shopify-policy__container .rte h5.p2 {
    margin: 0px !important;
    padding: 0px !important;
        margin-top: 30px !important;
}

.shopify-policy__container p.p2 a {
    color: #0D3D1F;
}
.shopify-policy__container a {
    color: #0D3D1F;
}
.shopify-policy__container .rte strong {
    text-transform: uppercase;
}
.shopify-policy__body .rte li {
  font-size: 15px !important;
    line-height: 27px !important;
    font-weight: 400 !important;
    color: #5c5948 !important;
    font-family: 'Jost';
    letter-spacing: 0;
}

.contact-form .contact-form h2 {
    text-align: center;
    font-size: 46px;
    line-height: 60px;
    font-weight: 400;
    color: #4B061A;
    padding-top:80px;
}
.contact-form .contact.page-width.page-width--narrow.section-template--19349945155835__form-padding {
    width: 33%;
}
.contact-form .contact__button {
    text-align: center;
}
.contact-form button.button {
    color: #000;
    background-color: transparent;
    width: 100%;
    text-transform: uppercase;
}
.contact-form .contact.page-width {
    padding-bottom: 80px !important;
}

.contact-form .field:after {
    box-shadow: none !important;
    border-bottom: 1px solid #00000017;
}

.contact-form .contact.page-width {
    padding-bottom: 80px !important;
    padding-top: 50px !important;
    text-align: center;
}
.contact-form .contact h2 {
   font-size: 46px;
    color: #1c1a13;
    font-weight: 400;
    font-family: 'Playfair Display' !important;
    text-align: left;
    padding-bottom: 10px;
}
.contact-form button.button:hover {
    color: #FEF9EC;
    background-color: #0D3D1F;
}

.contact-form .field__input:focus {
    box-shadow: none !important;
    border-top: 1px solid #0000004a;
    border-right: 1px solid #0000004a;
    border-left: 1px solid #0000004a;
}


.left-part-vdo {
  display: flex;
  gap: 15px;
}
.blog-head {
  margin-top: 50px;
}
.right-part-vdo {
  display: flex;
}
.tw-pro p {
  font-size: 18px;
  color: #000;
  line-height: 27px;
  font-family: jost;
  letter-spacing: 0;
}
.tw-pro a {
  font-size: 18px;
  color: red;
  font-family: jost;
}
.article-template__hero-container.scroll-trigger.animate--fade-in {
  max-width: 1236px;
  margin-top: 20px;
  padding: 0px 30px;
}
.child-blog-sec {
  padding-bottom: 21px;
}
.blog-head b {
  color: #000;
  font-family:jost;
  font-weight: 500;
}
.blog-head p strong {
    font-weight: 500;
    font-style: italic;
    letter-spacing:0;
}
.coll p {
    font-family: 'Jost';
       letter-spacing:0;
}
.li-section li strong {
    font-weight: 500;
       letter-spacing:0;
}
.main-dv a {
  color: red;
  font-family: 'Jost';
     letter-spacing:0;
}
.main-dv p {
  font-family: 'Jost';
     letter-spacing:0;
}
.main-dv ul li {
  font-family: 'Jost';
     letter-spacing:0;
}
.main-dv ol li {
  font-family: 'Jost';
     letter-spacing:0;
}
.main-dv {
  font-family: 'Jost';
     letter-spacing:0;
}
.sec-blog-col1 {
  width: 30% !important;
}
.blog-head p {
  font-size: 18px;
  line-height: 27px;
  font-weight: 500;
  color: #000;
  font-family: jost;
   letter-spacing:0;
}
.blog-head a {
  color: red;
  font-family: jost;
}
.blog-head h2 {
  text-align: center;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  padding: 2px;
  font-family: Merriweather !important;
} 
/* second blog css */
.blog-head li {
  font-size: 18px;
  color: #000;
  line-height: 27px;
  font-weight: 400;
  font-family: jost;
}
.li-section li {
  color: #000 !important;
  font-family: jost;
}
.main-dv {
  font-size: 18px;
  color: #000;
  line-height: 24px;
  font-weight: 400;
}


.cart-count-bubble {
    background-color: #0D3D1F;
    color: white !important;
}
section#shopify-section-template--19349945254139__section_heading_image_kfLGb6 .heading-image__image {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
    max-width: 64%;
    margin: auto;
}
section#shopify-section-template--19349945254139__section_heading_image_kfLGb6 .heading-image-container p {
  margin-bottom:50px !important; 
}
 
section#shopify-section-template--19380071071995__section_heading_image_kfLGb6 .heading-image__image {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
    max-width: 64%;
    margin: auto;
}


.product-period-therapy .icon-with-text--horizontal {
  
    column-gap: 50px !important;
    
}
.product-period-therapy .icon-with-text--horizontal {
    column-gap: 25px !important;
}
/* ---------------------------------------------------------Blog---------------------------------------------------------- */

.child-blog-sec {
    display: flex;
  align-items: center;
  gap:15px;
}
.right-part {
    width: 28%;
}
.right-part img {
    border:none;
}
ul.tex-li {
    font-size: 18px;
    color: #002C83;
    line-height: 27px;
   font-family: jost;
}

.left-part h2 {
    font-size: 30px;
    line-height: 39px;
    font-weight: 400;
    color: #002C83;
   font-family: 'Playfair Display' !important;
}
.sec-blog-col1 {
    width: 35%;
}
.sec-blog-col2 h2 {
    font-size: 30px;
    line-height: 39px;
    font-weight: 400;
    color: #002C83;
    font-family:'Playfair Display' !important;
}


.product-sleep-therapy .product .icon-with-text img {
    width: 40px;
    height: 40px;
}
.article-template__hero-adapt.media {
    border-radius: 11px;
   margin-top: 30px;
}
.sec-blog-col1 img {
  border: none;
}
.left-part {
  width: 77%;
}
.top-sec {
  text-align: center;
  border: 1px dashed;
}
.top-sec {
  font-size: 20px;
  line-height: 30px;
  font-weight: 400;
  color: #002C83;
}
.top-sec p {
  margin: 12px;
  font-family: 'Jost';
  letter-spacing:0;
}

button.quantity__button .svg-wrapper {
    width: 14px !important;
}
a.read-more {
    font-size: 12px !important;
    line-height: 18px !important;
}

.slideshow__controls.slider-buttons {
        display: none !important;
    }


h2.jdgm-carousel-title {
    font-size: 54px !important;
    font-weight: 400;
    font-family: 'Merriweather' !important;
    line-height: 65px !important;
    color: #4b061a !important;
    letter-spacing: 0;
    margin: 0;
    margin-bottom: 25px !important;
    text-align: center !important;
}

span.jdgm-all-reviews-rating-wrapper {
    display: none !important;
}
.two-column-iframe-section__iframe-container iframe {
    border-radius: 13px;
}
 .main-blog  .article-card__image {
    position: relative;
    padding-top: 0;
    overflow: hidden;
}
  .main-blog .article-card__image--medium .ratio:before {
        padding-bottom: 50% !important;
    }
#menu-drawer .menu-drawer__menu-item>.svg-wrapper svg.icon {
    stroke: #0D3D1F;
    stroke-width: 1px !important;
  right: -1.5rem;
}

#menu-drawer a.header_list {
    color: #000;
    text-decoration: none;
}
nav.header__inline-menu a {
    text-decoration: none;
    line-height: 20px;
    font-size: 18px;
    font-family: "Source Sans 3";
    font-weight: 400;
    color: #0D3D1F;
}
.header__active-menu-item {
    text-decoration: underline !important;
}

.contact input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px #12121200 inset !important;
    -webkit-text-fill-color: #000000 !important;
    transition: background-color 5000s ease-in-out 0s;
}


span.discount-badge {
    position: absolute;
    padding: 5px;
    background: red;
    right: 12px;
    top: 9px;
    color: #fff;
    height: 23px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    z-index: 1;
    letter-spacing: 0;
    font-family: "Source Sans 3" !important;
    font-size: 14px !important;
    font-weight: 700 !important;
}
.header-wrapper svg.icon.icon-caret {
    width: 10px;
    height: 10px;
    margin-left: 10px;
    stroke: #fff;
    stroke-width: 0.7px;
}
span.variant-compare-price {
     display: none !important;
    }


contact .form__message {
    display: none !important;
}
.contact ul.form-status-list.caption-large {
    display: none !important;
}
.contact h2.form-status.caption-large.text-body {
    display: none !important;
}


span.form__message {
    position: absolute;
    bottom: -23px !important;
}

.contact h2.form-status.form-status-list.form__message {
    font-size: 15px !important;
}

/* .Vtl-StickyAddToCart__ProductInfo {
    display: none !important;
} */
div#bundle-sticky_submit {
    font-size: 20px !important;
    font-family: "Source Sans 3" !important;
    letter-spacing: 0 !important;
}
.Vtl-StickyAddToCart__ProductQuantity {
    width: 172px !important;
    border-radius: 0 !important;
  justify-content: center;
}
.Vtl-StickyAddToCart__ProductQuantity .Vtl-QuantitySelector__Container .Vtl-Button {
    width: 45px !important;
    background: #4B051B !important;
  border-radius: 0 !important;
}
.Vtl-StickyAddToCart__ProductQuantity .Vtl-QuantitySelector__Container .Vtl-Button svg path {
  fill: white !important;
}
.Vtl-Button__Content {
    justify-content: center;
}
.Vtl-StickyAddToCart__ProductQuantity .Vtl-QuantitySelector__Container input[type=number] {
    border: 1px solid #cfcfcf;
}

.Vtl-QuantitySelector__Container input[type=number] {

    width: 50px !important;
}

section#shopify-section-template--19603028476155__custom_featured_product_Br8LYF {
    padding: 50px 0 !important;
}

ul.icon-with-text.icon-i-text-wrapper.icon-with-text--vertical.list-unstyled {
    margin-top: 9.9px;
    margin-bottom: 5px;
}
.buy-and-quanity {
    margin-bottom: 10px;
}
p.product__text.inline-richtext.tax-includes {
    margin-top: 1px;
}
.product__title {
    margin-bottom: 8px;
}
p.product__text.inline-richtext.subheading-styles.subtitle {
    margin-top: 0px;
}
fieldset.js.product-form__input.product-form__input--pill {
    gap: 25px;
}
a.header__icon.header__icon--account.link.focus-inset p {
    display: none;
}
a.header__icon.header__icon--account.link.focus-inset {
    margin-right: 22px;
}










@media screen and (max-width: 1300px) {

.sidebyside-wrapper h1.ph-h1 {
    font-size: 3vw !important;
}
.sidebyside-wrapper {
          max-width: 91%;
        margin: 0 auto;
    }







  .dsds {
    margin-top: 11px;
}

  div#menu-drawer a.menu-drawer__account {
    display: none !important;
}
.menu-drawer  ul.list-menu li:after {
   display: none;
}
.menu-drawer__menu-item--active, .menu-drawer__menu-item:focus, .menu-drawer__close-button:focus, .menu-drawer__menu-item:hover, .menu-drawer__close-button:hover {
    background: transparent !important;
}
.menu-drawer__menu-item {
    padding-left: 0 !important;
}

 .menu-drawer__menu-item {
    padding-left: 0;
}
  details#Details-menu-drawer-menu-item-2 {
    width: 100%;
}
.menu-drawer summary.menu-drawer__menu-item a {
    width: fit-content;
}
.menu-drawer details {
    width: 100%;
}
.menu-drawer summary {
    width: 100%;
    justify-content: space-between;
}

  .menu-drawer .menu-drawer__close-button {
    padding: 1.1rem 3rem;
    text-decoration: none;
    font-size: 1.8rem;
}
.menu-drawer .menu-opening span.svg-wrapper svg.icon {
    stroke: #0D3D1F;
}
/* .menu-drawer span.svg-wrapper {
    position: unset !important;
    transform: unset !important;
} */


  
.page-width {
    max-width: 90%;
    width: 100%;
    padding: 0 !important;
  margin: auto !important;
}
  ul.list-menu li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 0 0 20px;
    gap: 20px;
}
.slideshow__media img {
    
    object-position: right !important;
   
}
  .feature-icons-section.page-width {
    padding: 50px 0 !important;
     gap: 15px;
}
  .feature-icons {
    column-gap: 0;
}
 .two-column-iframe-section.page-width {
    padding: 50px 0 !important;
}
  h3.two-column-iframe-section__column-heading {
    font-size: 25px;
    line-height: 27px;
    font-weight: 400;
    font-family: Merriweather;
    color: #000;
    letter-spacing: 0;
    text-align: left;
    margin: 0;
}
  .two-column-iframe-section__column {
    display: flex
;
    align-items: center;
    gap: 10px;
}
  .slideshow__text h2 p {
    font-size: 35px;
    font-family: math;
    font-family: Merriweather;
    line-height: 47px;
    font-weight: 400;

    margin: 0;
}
  .two-column-iframe-section__column {

    text-align: center;
}
  h3.two-column-iframe-section__column-heading {
    text-align: center;
}


  
  .product-column button {
    padding: 15px 20px !important;
    min-width: auto; 
  }
  header.header.header--middle-left.header--mobile-center.page-width.header--has-menu.header--has-social.header--has-account {
    display: flex;
    justify-content: space-between;
}
    summary.header__icon {
    margin-left: 20px;
}
.buy-and-quanity {
    display: block !important;
}
}
.leftusage-flex .icoin-lists img {
    width: 75px;
    max-width: 45px;
}



@media screen and (max-width:1200px) {

.icon-class-first-nae li.icon-with-text__item:after {
    right: 13% !important;
}
span.min {
    font-size: 27px;
}
.qck-sctions {
    width: 91%;
}



}

@media screen and (max-width: 900px) {
.product-form__submit, .shopify-payment-button {
    width: 100% !important;
}
.template-blog .blog-articles {
grid-template-columns: 1fr 1fr !important;
}




button.product-form__submit{
    font-size: 15px;
    height: 50px;
}

button.product-form__submit span{
    font-size: 15px;
}
button.shopify-payment-button__button.shopify-payment-button__button--unbranded {
    font-size: 15px;
        height: 50px;
}




  .icon-with-text--horizontal {
    flex-wrap: wrap;
}
  .product__info-wrapper {
        padding: 0 0 0 20px !important;
    }
  .product-form__submit {
    font-size: 15px;
    line-height: 19px;
  }
  button.shopify-payment-button__button.shopify-payment-button__button--unbranded {
 
    font-size: 15px;
  }

  button.quantity__button {
    width: 30px;
}
  .buy-and-quanity {
    display: grid
;
    align-items: center;
    grid-template-columns: 34% 66%;
    
}
  .two-column-iframe-section__columns {
    display: grid
;
    grid-template-columns: 1fr;
    gap: 30px;
}
  div#bundle-sticky_submit {
    
    max-width: fit-content !important;
}
  .Vtl-StickyAddToCart__Actions.Vtl-StickyAddToCart__Actions--hasInfo.Vtl-StickyAddToCart__Actions--hasOnlyQuantity {
    justify-content: center !important;
}
.faq-container.page-width {
    display: block !important;
}
}

a.jdgm-write-rev-link {

border: none !important;
padding: 14px !important;
font-size: 13px;
}
.main-blog.page-width.section-template--21722459111675__main-padding {
    padding: 40px 0 !important;
}
section#shopify-section-template--21722459734267__1780649834f9a4f7c7 {
    background: #f0f2f9;
}
section#shopify-section-template--21722459734267__btm_mbl_new_MyjHTn {
    display: none;
}
section.s-who {
    display: flex;
    gap: 96px;
}
.septic-left, .septic-right {
    width: 50%;
}
p.aa-use-label1 {
    font-size: 10px;
    font-weight: 500;
    padding-bottom: 1rem;
}
@media screen and (max-width: 768px) {
  section#shopify-section-template--21722459734267__btm_mbl_new_MyjHTn {
    display: block!important;
}
  .aa-desk {
    display: none;
}
  body.gradient.product-period-therapy.template-product-period-therepy span.badge {
    font-size: 10px !important;
}
  .Vtl-StickyAddToCart {
    bottom: 0;
    background-color: #FEF7EC;
    z-index: 20;
    padding-top: 0!important;
    padding-bottom: 0!important;
}
  .template-blog .blog-articles {
grid-template-columns: 1fr !important;
}
.jdgm-rev-widg__summary .jdgm-star {
    font-size: 12px;
}
.jdgm-row-rating {
    margin-bottom: 0!important;
}
  .aa-cta-h {
    font-size: 30px!important;
}
 .aa-cta-h span {
    font-size: 30px!important;
}
p.aa-cta-code {
    font-size: 12px;
}
p.aa-cta-sub {
    font-size: 14px;
    line-height: 17px;
}
  .product-sleep-therapy .jdgm-rev-widg__summary .jdgm-star {
    font-size: 11px!important;
    color: #F69927;
}
.jdgm-rev-widg__summary-text.jdgm-all-reviews__summary-text--verified {
    font-size: 14px!important;
}
  .header__heading-logo {
    max-width: 50%!important;
  }
  .header__icon .svg-wrapper {
    width: 25px;
    height: 16px;
}
  #taa-homepage .pillars {
    display:grid!important;
        grid-template-columns: repeat(2, 1fr);
    }
    #taa-homepage .p-title {
    font-size: 11px!important;
}
.p-icon svg {
    width: 15px!important;
    height: 15px!important;
}
  .excerpt{
    line-height: 22px;
}
    #s-prod .prod-q {
  font-size: 23px!important;
  margin-bottom:0;
}
#s-prod {
    padding: 40px 20px;
}
  .cert-band {
    padding: 12px 0!important;
}
  #taa-about .s {
    padding: 40px 24px;
    border-bottom: 0.5px solid var(--border);
    background: var(--cream);
}
 .product-period-therapy .faq-header {
    padding: 0 20px;
    padding-top:40px;
}
    .product-period-therapy .faq-header .s6s7-s7-heading span {
        font-size: 25px;
        color: #9b1d20;
        font-family: var(--font-d) !important;
    }
      .product-period-therapy p.product__text.inline-richtext.new-produt-title strong {
        font-family: 'Playfair Display', Georgia, serif !important;
        font-size: 25px !important;
        color: #9b1d20!important;
        margin-bottom: 8px;
        font-weight:500!important;
    }
  .combo-mob .cta-h span{
            font-family: var(--font-d)!important;
            font-size: 30px;
            font-weight: 400;
            color: #ffffffa6;
            line-height: 1.15;
            margin: 0 0 8px;
        }
  .faq-header .s6s7-s7-heading {
    font-family: var(--font-d);
    font-size: 25px;
     margin-bottom: 5px;
}
 .faq-header .s6s7-s7-heading span {
    font-family: var(--font-d)!important;
    font-size: 25px;
    color:#253D81;
}
 .faq-header .s6s7-body {
    font-size: 11px;
}
.faq-header .s6s7-eyebrow {
    margin-bottom: 5px;
}
  #taa-homepage .s-h {
    font-family: var(--font-d);
    font-size: 28px!important;
}
  .section-template--21722459767035__main-padding {
    padding-top: 0!important;
    padding-bottom: 9px;
}
  section#ProductInfo-template--21722459767035__main {
    padding: 0 20px;
}
      #quinn-lite-cards-1.quinn_cards {
        margin: 0px 0px 0px 0px;
        padding: 5px 20px 40px 20px!important;
        scroll-padding: 5px 5px 40px 15px;
        background-color: #fef7ec;
    }
  section#ProductInfo-template--21722459734267__main {
    padding: 0 20px !important;
}

  .shopify-payment-button {
    font-size: 14px;
}
    span[style*="font-size:16px"] {
    font-size: 12px !important;
  }
  .right-part {
    width: 30%;
  }
  .left-part {
    width: 70%;
  }
  .sec-blog-col1 {
    width: 70%;
  }
  .right-part-vdo {
    display: block;
  }
    .icon-class-first-nae li.icon-with-text__item:after {
    display:none !important;
}
.product.product--medium.product--left.product--thumbnail_slider.product--mobile-show.grid.grid--1-col.grid--2-col-tablet {
    display: block;
}
    .grid--2-col-tablet .grid__item {
        width: 100% !important;
    
}
.grid__item.product__media-wrapper, .product__info-wrapper.grid__item {
    max-width: 100% !important;
}
.product-sleep-therapy .badge {
    font-size: 10px!important;
    padding: 6px 12px!important;
}
 .product-sleep-therapy p.product__text.inline-richtext.subtitle {
    font-size: 11px !important;
        line-height: 15px !important;
        margin-top: 8px;
}


#taa-homepage .s-who {
    display: block !important;
}
.septic-left, .septic-right {
    width: 100%;
}
div#bundle-sticky_submit {
            width: 115px;
            height: 39px !important;
        }










}

@media screen and (max-width: 749px) {

span.Vtl-Money.notranslate.Vtl-StickyAddToCart__ProductPriceCurrent {
    font-size: 13px !important;
}




product-info .product--thumbnail_slider .slider-mobile-gutter {
    max-width: 100%;
    width: 100%!important;
    margin: auto !important;
}
product-info slider-component ul {
    gap: 0px !important;
    /* justify-content: center; */
}
  product-info .grid--peek.slider:after {
    display:none;
}
  .product-form__input--pill label {
    border: unset !important;
    outline: unset !important;
    box-shadow: unset !important;
}
product-info .product-media-container.media-type-image {
    background-color: transparent;
    border: 1px solid transparent !important;
}
.faq-question {
    font-size: 16px !important;
}
.faq-answer p {
    font-size: 13px !important;
    line-height: 16px !important;
}
.product-sleep-therapy .accordion__title, p.product__text.inline-richtext.Ingredients-heading
 {
    font-size: 20px;
}
.buy-and-quanity {
        align-items: end !important;
                gap: 5px !important;
    }




}



@media screen and (max-width: 600px) {
span.min {
    font-size: 19px !important;
}
.section-template--20071638958331__main-padding {
    padding-top: 0 !important;
}
p.product__text.inline-richtext.subheading-styles.topsub-styles.subtitle {
    font-size: 15px !important;
}



  .jdgm-rev-widg {
    padding-left: 0;
    padding-right: 0;
}
  .faq-main-ww {
    max-width: 90% !important;
}
.product-sleep-therapy .reelUp_slider_heading, .product-sleep-therapy .faq-main-ww h2, .product-sleep-therapy h2.jdgm-rev-widg__title {
    font-size: 25px !important;
}
.product-period-therapy .reelUp_slider_heading, .product-period-therapy .faq-main-ww h2, .product-period-therapy h2.jdgm-rev-widg__title {
    font-size: 25px !important;
}
#judgeme_product_reviews {
    max-width: 90% !important;
}

.row-ixons img {
    margin-bottom: 0;
}
.first-short i {
    font-size: 11px;
}
.image-wrapper:nth-child(2) .center-border {
    top: 14px;
}
/* 
.jdgm-widget.jdgm-preview-badge.jdgm-preview-badge--with-link.jdgm--done-setup {
    margin-top: 16px;
} */

  section#shopify-section-template--19603028476155__custom_featured_product_Br8LYF {
    padding: 30px 0 !important;
}
.featured-product img {
    width: 100%;
    height: 330px!important;
    object-fit: cover;
    object-position: center;
}
section#shopify-section-template--19349945254139__section_heading_image_kfLGb6  .heading-image__image {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
    max-width: 100%;
    margin: auto;
}
    .contact-form .contact.page-width.page-width--narrow.section-template--19349945155835__form-padding {
        width: 100%;
    }

.product-period-therapy .icon-with-text--horizontal {
    column-gap: 10px !important;
}
 section#shopify-section-template--19380071071995__section_heading_image_kfLGb6 .heading-image__image {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
    max-width: 100%;
    margin: auto;
}
.article-slider-section h2.section__main-heading {
    padding-left: 20px;
}
  fieldset.js.product-form__input.product-form__input--pill label {
    padding: 10px !important;
}
span.variant-price.variant-price-sale {
    display: block;
}
  span.variant-compare-price {
    text-decoration: line-through;
    opacity: 0.5;
    margin-top: 5px !important;
    font-size: 12px;
}
.slideshow__slide {
    height: 50vh !important;
} 
  
  .slideshow__media img {
               object-position: bottom right !important;
        object-fit: contain !important;
    
    }
p.timing-text {
    margin-top: 20px !important;
  line-height: 20px !important;
}
  .tea-right-section {
    
    padding: 40px 20px!important;
}
p.infusion-text {
    text-align: left !important;
}
  .usage-option p {
    line-height: 20px !important;
}
 .product-period-therapy .usage-icon {
  display: none;
    
}
  .product-period-therapy .usage-icon img {
    width: 100%;
    height: 100%;
}
.slideshow__media.banner__media.desktop-image.media {
    display: none;
}
  .slideshow__media.banner__media.mobile-image.media {
    display: block;
}
  .banner--mobile-bottom .banner__box {
        padding: 20px 0 !important;
    }
  .icon-w-text {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr !important;
    gap: 5px !important;
    padding: 20px 0;
}
  .icon-item {
    display: flex
;
    align-items: center;
    gap: 20px;
    text-align: center;
    color: white;
    justify-content: start !important;
}
  .slideshow__text h2 p {
        font-size: 28px;
        font-family: Merriweather;
        line-height: 35px;
        font-weight: 400;
    width: 100%;
    margin: 0;
        
    }
  div#Slide-template--19349945090299__slideshow_cYfhKG-2 img {
    object-fit: cover !important;
} 
  #shopify-section-template--19349945090299__icon_text_3ryGnT section {
    padding: 30px 0 !important ;
    background: #4B051B;
    color: white;
}
  .feature-icons-section.page-width {
        padding: 40px 0 !important;
        gap: 15px;
    grid-template-columns: 1fr;
    }

  .feature-text h2 {
    font-size: 28px;
    line-height: 30px;
    color: #4b061a;
    font-family: Merriweather;
    margin: 0;
    text-align: left;
}
  .feature-text p {
    line-height: 20px;
    font-family: "Source Sans 3";
    color: #000;
    font-size: 16px;
    letter-spacing: 0;
    text-align: left;
}
  .feature-icon__text {
    font-size: 16px;
    font-weight: 500;
    font-family: "Source Sans 3";
    line-height: 24px;
    color: #000;
    letter-spacing: 0;
    text-align: left;
}
  h2.section__main-heading {
    font-size: 28px;
    line-height: 30px;
    color: #4b061a;
    font-family: Merriweather;
    margin: 0;
    text-align:left;
    margin-bottom: 25px;
}
  .two-column-iframe-section__columns {
    display: grid;
    grid-template-columns: 1fr;
    gap: 30px;
}
  .two-product-container {
    display: grid
;
    grid-template-columns: 1fr;
    gap: 30px;
}
  .product-column .slider.slider--mobile .slider__slide {
        
        padding-bottom: 0;
    }
  .article-card {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    background: transparent;
    margin-right: 0px;
    overflow: hidden;
    margin: auto;
}
  .article-card__image {
    position: relative;
    padding-top: 55%;
    overflow: hidden;
}
  .footer-block__image-wrapper img {
    display: block;
    height: auto;
    max-width: 75% !important;
}
  .footer .grid {
        display: flex !important;
    }
  .footer-block__details-content {
    margin-bottom: 0 !important;
}
      .footer-block.grid__item {
        padding: 0;
        margin: 0 !important;
        width: 100%;
    }

  .footer__blocks-wrapper {
    display: grid
;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 20px !important;
}

.footer-block.grid__item:nth-child(2) {
    width: 45%;
    max-width: 49%;
}
  .footer-block.grid__item:nth-child(3) {
    width: 45%;
    max-width: 49%;
}
  .footer__copyright.caption small {
            font-size: 14px;
        line-height: 20px;
        text-transform: capitalize;
        color: white;
}
  a.header__icon.header__icon--account.link.focus-inset {
    margin-right: 5px;
}
  a.header__icon.header__icon--account.link.focus-inset p {
    display: none;
    margin-right: 29px;
}
  a.button.button--secondary {
    line-height: 25px;
    padding: 10px 30px;
  }
  .two-column-iframe-section.page-width {
        padding: 40px 0 !important;
    }
  .product-column button {
       padding: 10px 20px !important;
        font-size: 16px !important;
    min-height: 50px!important;
    }
  .product-column button span {
    font-size: 16px !important;
  }
  .article-slider-section {
    padding: 30px 0;
    max-width: 1200px;
    margin: 0 auto;
}
  h3.two-column-iframe-section__column-heading {
        font-size: 20px;
        line-height: 23px;
    text-align: left;
       
    }
  
  .icon-item img {
    width: 50px !important;
    height: 60px !important;
    
}
  div#ImageWithText--template--19368621474043__image_with_text_JmJjb7 {
    padding-top: 20px;
    padding-right: 0;
    padding-left: 0;
}
.image-with-text__content h4 {
    font-size: 32px;
        line-height: 30px;
        color: #4b061a;
        font-weight: 500;
        margin: 0;
        font-family: Merriweather;
        text-align: left;
        width: 100%;
        margin-top: 10px;
}
.image-with-text__text.rte.body p {
    font-family: "Source Sans 3";
    font-size: 16px;
    line-height: 20px;
    color: #000;
    font-weight: 400;
}
.section-template--19368621474043__image_with_text_JmJjb7-padding {
    padding-top: 27px;
    padding-bottom: 0px !important; 
}
  ul#Slider-template--19368621474043__multicolumn_4gqHRp {
    gap: 30px;
    flex-wrap: nowrap;
    display: grid;
    grid-template-columns: 1fr;
}
  .multicolumn-card__info p {
    font-size: 16px;
    line-height: 25px;
    font-weight: 400;
    font-family: "Source Sans 3";
    color: #000;
    letter-spacing: 0;
    width: 100%;
    margin: auto !important;
}
  .multicolumn-card__info {
    padding-bottom: 0 !important;
}

  .product.grid {
    gap: 0px !important;
}
  .product__description p {
    font-size: 16px;
    line-height: 22px;
    font-weight: 400;
    font-family: "Source Sans 3";
    color: #000;
    letter-spacing: 0;
    margin-top: 0 !important;
}
  .product__description.rte.quick-add-hidden {
    margin: 0;
}
  .product {
    padding: 0px 0;
}

  .product-form__submit {
    font-size: 16px;
    line-height: 13px;
    font-weight: 600;
    font-family: "Source Sans 3";
    padding: 10px !important;
    min-height: auto !important;
    margin-bottom: 0 !important;
  }
  /* button.shopify-payment-button__button.shopify-payment-button__button--unbranded {
    min-width: auto !important;
    font-family: "Source Sans 3";
    font-size: 16px;
    min-height: 50px !important;
    background: #4b061a;
    font-weight: 600;
    text-transform: uppercase;
    padding: 15px;
    letter-spacing: 0;
    line-height: 0 !important;
    white-space: nowrap;
    color:#fff !important;
   
} */
  .buy-and-quanity {
    display: grid;
    align-items: center;
    grid-template-columns: auto auto;
    gap: 0;
}
  ul.icon-with-text.icon-with-text--horizontal.list-unstyled {
    flex-wrap: wrap;
    row-gap: 20px;
}
  product-form.product-form {
    margin: 0 !important;
}
  quantity-input.quantity {
    min-height: auto !important;
}
  .quantity__button {
    width: 30px;
  }
  .quantity__input {
    border: 1px solid;
    background: #fff;
    border-color: #cfcfcf;
    padding: 11px !important;
    width: 40px;
    flex-grow: initial;
}
  quantity-input.quantity {
    min-height: auto !important;
    width: auto !important;
}
     h2.image-with-text__heading.inline-richtext.h1 p {
        font-family: Merriweather;
        font-size: 28px;
        line-height: 30px;
        margin: 0;
    }
  div#ImageWithText--template--19349945254139__image_with_text_hXtjPK {
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 20px;
    padding-top: 0px !important;
}
  .ingredient img {
    max-width: 100%;
    height: auto;
    margin-bottom: 10px;
    object-fit: contain;
}
  .tea-ingredients {
    margin-bottom: 0px !important;
}
  .ingredient-row {
    display: flex
;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 20px;
    margin-bottom: 0px !important;
}
  .no-extracts {
    display: inline-block;
    font-size: 16px !important;
    line-height: 20px !important;
  }
  .tea-pure-info {
    margin-top: 0px !important;
}
  .tea-pure-info {
    margin-top: 0px;
}
  .step p {
    font-size: 16px !important;
    line-height: 20px !important;
}
  .step h3 {
    font-size: 16px;
    line-height: 20px !important;
    margin-bottom: 5px !important;
    font-weight: 600;
    font-family: 'Source Sans 3';
    margin: 0;
    color: white;
    letter-spacing: 0;
}
  h3.accordion__title.inline-richtext.h4 {
    font-size: 18px;
    line-height: 23px;
    font-weight: 600;
    font-family: 'Source Sans 3';
    color: #000;
    letter-spacing: 0;
}
  .accordion__content {

    font-size: 16px;
    line-height: 23px;
  }
  .slideshow__controls.slider-buttons {
    display: none !important;
}

.banner__content {
   align-items: flex-start !important;
    justify-content: flex-start !important;
    z-index: 2;
}

.slideshow__text.banner__box.content-container {
    padding: 30px 0 0px;
    width: 100%;
    margin-left: 0 !important;
}
.slideshow__text a.button.button--secondary {
        line-height: 25px;
        padding: 10px 30px;
        font-size: 18px;
        letter-spacing: 0.92px;
        padding: 10px 24px 10px 24px;
    }

  .icon-content h3 {
    font-size: 16px !important;
    line-height: 23px;
    color: white;
    font-weight: 600;
    font-family: 'Source Sans 3';
    white-space: nowrap;
    letter-spacing: 0;
}
  .icon-content p {
    font-family: 'Source Sans 3';
    font-size: 14px !important;
    line-height: 20px !important;
    letter-spacing: 0;
    margin: 0 !important;
}
  .product-column .product.grid {
    gap: 0 !important;
}
  h2.jdgm-carousel-title {
    font-size: 28px !important;
    font-weight: 400;
    font-family: 'Merriweather' !important;
    line-height: 30px !important;
    color: #4b061a !important;
    letter-spacing: 0;
    margin: 0;
    margin-bottom: 25px !important;
    text-align: left!important;
}
.jdgm-carousel-title-and-link {
    width: 100% !important;
    margin: 0;
}
  .slick-prev svg, .slick-next svg {
    width: 30px !important;
    height: 30px !important;
    fill: #333;
}

  h3.two-column-iframe-section__column-heading {
    width: 40%;
}
  .two-column-iframe-section__iframe-container {
    width: 60%;
}

 .two-column-iframe-section__iframe-container iframe {
   
    width: 100%;
   max-height: 400px;
}
.two-column-iframe-section__column.blue-box-shadow {
    flex-direction: row-reverse;
}
  p.announcement-bar__message.h5 {

    font-size: 13px;
    line-height: 22px;
    font-weight: 400;
    letter-spacing: 0;
    padding: 7px 0px 5px 0px;
}
  .footer__content-bottom {
    border-top: 1px solid #C0C2B0;
    border-bottom: 1px solid #C0C2B0;
    padding: 20px 0px 10px 16px;
}
  .product-form__input {
   
    margin: 0 !important;
    
}
  .section-template--19349945254139__image_with_text_hXtjPK-padding.gradient.color-scheme-1 .image-with-text__grid {
    flex-direction: column-reverse !important;
}
  .two-column-iframe-section__column.row-second {
    flex-direction: row-reverse;
}
      .ingredient {
        width: 28% !important;
    }
  .tea-left-section {
    width: 50%;
    background-color: #f9f4e8;
    padding: 50px 20px !important;
}
  .tea-ingredients {
    padding-top: 25px;
}
 h2.tea-section-heading.section__main-heading {
    text-align: left !important;
    margin-bottom: 0 !important;
}
  p.preparation-heading {
    text-align: left !important;
    margin-top: 10px !important;
}
 ul.list-menu li:after {
   display: none;
 }
  .section-template--19380071071995__image_with_text_hXtjPK-padding .image-with-text__grid {
        flex-direction: column-reverse !important;
    }
  .preparation-steps {
    gap: 10px !important;
}
  div#ImageWithText--template--19380071071995__image_with_text_hXtjPK {
    padding: 0px 0 20px 0px;
}
  .blog-articles {
    grid-template-columns: 1fr 1fr !important;
}
  .section__main-heading {
    font-size: 32px;
    font-weight: 400;
    font-family: Merriweather;
    line-height: 24px;
    color: #4b061a;
    letter-spacing: 0;
    margin: 0 0 25px;
    text-align:left;
}
  .section-template--19368621474043__image_with_text_JmJjb7-padding .image-with-text__grid {
    flex-direction: column-reverse;
    padding-bottom: 50px;
}
  article h1.article-template__title {
    text-align: center;
    margin-bottom: 20px !important;
    color: #4b061a;
    font-size: 35px;
    font-weight: 400;
    line-height: 1.2em;
    font-family: 'Playfair Display';
    width: 84%;
    margin: auto;
}
  .show_details {
    flex-wrap: wrap;
}
  .image-with-text__content h6 {
    font-family: "Source Sans 3";
    font-size: 16px;
    line-height: 24px;
    color: #4b061a;
    font-weight: 400;
    margin: 15px 0 0;
}
  article.article-template span.circle-divider.caption-with-letter-spacing {
    display: flex;
    align-items: center;
    color: #ee423e;
    font-size: 16px;
    font-weight: 400;
    text-transform: capitalize;
    white-space: nowrap;
    line-height: 1.5;
    transition: all .5s ease;
    letter-spacing: 0;
    font-family: 'Jost';
}
  .tw-pro p {
    font-size: 16px;
    color: #000;
    line-height: 24px;
    font-family: jost;
}
 .tw-pro h2 {
    font-family: 'Playfair Display'!important;
}


  .child-blog-sec {
    flex-direction: column-reverse;
  }
  .right-part {
    width: 100%;
  }
  .left-part {
    width: 100%;
  }
  .sec-blog-col1 {
    width: 100% !important;
  }
  ul.tex-li {
    font-size: 16px;
    line-height: 26px;
  }
  .top-sec {
    font-size: 18px;
    line-height: 28px;
  }
  .article-template__hero-adapt.media {
    margin: 15px;
  }
  .blog-head img {
    width: 100%;
  }
  article.article-template .show_details {
    display: flex;
    align-items: center;
    gap: 5px;
    justify-content: center;
    font-family: 'Jost';
}

.product-period-therapy .icon-with-text--horizontal li:last-child {
    display: none ;
}
  .ingredient-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: center !important;
    gap: 20px;
    margin-bottom: 30px;
    align-items: center;
}

  section#shopify-section-template--19349945090299__custom_featured_product_HgEwq4  .product__media-wrapper slider-component:not(.thumbnail-slider--no-slide) {
    margin-right: auto !important;
}
.page-width.utility-bar__grid {
    max-width: 95% !important;
}
  .child-blog-sec.reverce-blog {
    flex-direction: column !important;
}

  .heading-image-container p {
    font-size: 16px;
    line-height: 18px;
    font-weight: 700;
    font-family: 'Source Sans 3';
    text-align: left;
    color: white;
    letter-spacing: 0;
    margin: 0 0 30px;
}

  .usage-options-full li {
    line-height: 20px;
    margin-bottom: 10px;
}

.accordion p {
    line-height: 20px !important;
    font-size:13px !important;
}


  .icon-with-text--horizontal .icon-with-text__item {
    flex-direction: column;
    width: 42% !important;
}


.feature-text {
    padding-right: 20px;
}
 .featured-product .product__info-container p {
    font-size: 16px;
    line-height: 20px;
    color: black;
    letter-spacing: 0;
}
  .product-form__buttons {
    max-width: 44rem;
    display: flex;
    gap: 15px;
    /* justify-content: space-evenly; */
    padding-top:15px;
}
.product-form__buttons {
           padding-top: 0;
    }



  .jdgm-carousel-wrapper {
    width: 80%;
    margin: auto;
    padding: 30px 0 0 !important;
}
  .product__info-wrapper {
        padding: 0 0 0 0px !important;
    }
  .product-period-therapy .tea-right-section {
    background: #ee423e;
}
.product-sleep-therapy .simple-image-grid-main-section {
  background: #243c81;
margin-bottom: 27px!important;
}
  .product-period-therapy .simple-image-grid-main-section {
    background: #ee423e;
    margin-bottom: 27px !important;
}
div#bundle-sticky_submit {
    font-weight: 600;
    font-size: 15px!important;
    font-family: "Source Sans 3"!important;
    letter-spacing: 0!important;
  max-width: 400px !important;
}
.content-accordion-short img {
        width: 105px !important;
}
h2.h4.accordion__title.inline-richtext {
    font-size: 20px !important;
}
p.quick-heading {
    font-size: 15px !important;
    margin-top: 0;
}
td.highlight {
    font-weight: 500 !important;
    font-size: 13px !important;
    line-height: 17px !important;
            padding: 5px !important;

}
.tooltips span {
    font-size:11px !important;
}
.row-ixons img {
    width:50px !important;
}
.row-ixons img {
    padding-right:8px !important;
}
.content-accordion-short {
    gap: 6px;
}

.page-width h2 {
    font-size: 23px !important  ;
}
.cotton-bag img {
    width: 123px !important;
}
.bag-content h5 {
    font-size: 15px !important;
    line-height: 20px !important;
}
.bag-content p {
    font-size: 13px !important;
    line-height: 17px !important;
}
.icoin-lists div {
    font-size: 11px !important;
    line-height: 15px !important;
}
span.time-minutes strong {
    font-size: 15px !important;
    line-height: 18px !important;
}
.icon-main-list span {
    font-size: 11px !important;
    line-height: 13px !important;
}
.icon-main-list h5 {
    font-size: 13px !important;
    line-height: 16px !important;
}
.content-accordion-short p {
    font-size: 13px !important;
    line-height:18px !important;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}
.content-accordion-short {
    gap: 5px !important;
}
.short-accordion .active .content-accordion-short {
    padding-left: 10px !important;
    padding-right: 10px !important;

}
.product-sleep-therapy .product .icon-with-text img, .product-period-therapy .product .icon-with-text img {
    width: 40px !important;
    height: 40px !important;
    border: 1px solid #4B061A !important;
    border-radius: 100px !important;
    padding: 5px !important;
}
p.product__text.inline-richtext.Ingredients-heading {
    font-size: 20px !important;
}
.faq-question {
    padding: 0px 0 !important;
}
.faq-container.page-width {
    padding-top: 0px !important;
}
span.subtext.note {
    display: block !important;
    line-height: 14px !important;
    padding-top: 6px !important;
}
.short-accordion .active .summary__title {
    padding-left: 10px !important;
}
li.icon-with-text__item {
        margin-bottom: 11px !important;
    }
ul.icon-with-text.icon-class-first-nae.icon-with-text--vertical.list-unstyled.icon-with-text--text-only li:last-child {
    display: none !important;
}
.subheading-styles.subtitle{
    font-size: 15px !important;
}
.icon-i-text-wrapper span.h4.inline-richtext p,span {
    font-size: 12px;
}
section#ProductInfo-template--19879668220155__main {
    padding-bottom: 0px !important;
}
.tooltip .tooltiptext {
    transform: translateX(0%) !important;
}
 .product-sleep-therapy fieldset.js.product-form__input.product-form__input--pill {
    gap: 6px;
}
.product-sleep-therapy span.discount-badge {
    padding: 5px;
    right: 0;
    top: 0;
     height: 20px;
     font-size: 11px !important;

}
.short-accordion h2.h4.accordion__title.inline-richtext {
    font-size: 15px !important;
}
.short-accordion summary {
        padding-bottom: 5px !important;
        padding-top: 5px !important;
    }
.faq-container {
    width: 100%;
    display: block !important;
}
div#shopify-section-template--19879668220155__faq_accordion_F67Ftw {
    padding-bottom: 38px;
}
/* media-gallery {
    display: none;
} */
.product-swiper {
        display: block !important;
        position: relative;
                margin-top: 11px;
    }
.swiper-slide img{
  border-radius: 0 !important;
}
.product-sleep-therapy product-info {
    padding-top: 0 !important;
}
.product__info-wrapper.grid__item {
    margin-top: 65px;
}
.swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets.swiper-pagination-horizontal {
    bottom: -25px;
    z-index: 0;
}
.swiper-pagination-bullet-active {
    background: #560000;
}
.faq-item {
    padding-left: 0;
    padding-right: 0;
}
.second-short .accordion__title:after, .star-short .accordion__title:after, .first-short .accordion__title:after {
        left: 50% !important;
}
.faq-item {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
.product-sleep-therapy .faq-question, .product-period-therapy .faq-question  {
        line-height: 18px !important;
        font-size: 13px !important;
             justify-content: space-between;
    }
.faq-answer p {
    font-size: 15px !important;
    line-height: 24px !important;
}
.faq-item.open .faq-question {
        padding: 10px !important;
        margin-bottom: 10px !important;
    }
.dark-bgs {
        display: block !important;
        text-align: center !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
    
}
.left-div-content {
        width: 248px!important;
        margin: 0 auto !important;
        margin-bottom: 15px !important;
}
.left-div-content span {
    font-weight: 700;
    font-size: 15px !important;
}
span.subtext {
    display: block;
    padding-top: 6px;
}
button.shopify-payment-button__button.shopify-payment-button__button--unbranded {
        font-size: 14px !important;
      
    }
.product-sleep-therapy .faq-question span.plus-arrow {
    font-size: 25px !important;
}

.product-sleep-therapy .product--mobile-show, .product-period-therapy .product--mobile-show{
    overflow: hidden !important;
}

.product-sleep-therapy .page-width, .product-period-therapy .page-width {
    max-width: 100%;
}
.product-sleep-therapy .product__info-wrapper.grid__item, .product-period-therapy .product__info-wrapper.grid__item  {
        width: 95% !important;
        margin: 20px auto 0 !important;
    }
.product-sleep-therapy div#shopify-section-template--19879668220155__faq_accordion_F67Ftw {
    max-width: 90% !important;
    margin: 0 auto !important;
}

.product-sleep-therapy section#shopify-section-template--19879668220155__174558608960f3660b {
    max-width: 90% !important;
    margin: 0 auto !important;
}

.product-sleep-therapy .footer__content-top.page-width {
    max-width: 90% !important;
}
.header--mobile-center {
    max-width: 90% !important;
}
.short-accordion .tooltip .tooltiptext {
        transform: translateX(0%) !important;
        left: 0;
    }

.second-short .accordion__title:after, .star-short .accordion__title:after, .first-short .accordion__title:after{
      font-size: 15px !important;
}
p.product__text.inline-richtext.subtitle {
    font-size: 13px !important;
    line-height: 18px !important;
}
.icon-first-part span.h4.inline-richtext p {
        font-size: 13px !important;
        line-height: 16px !important;
    }

.icon-first-part span.h4.inline-richtext {
    letter-spacing: 0 !important;
    font-family: 'Inter' !important;
    font-size: 13px !important;
    padding-right: 17px;
    line-height: 15px !important;
}

/* .product-sleep-therapy .product-form__submit, .product-sleep-therapy button.shopify-payment-button__button {
    padding: 15px 16px !important;
    border-radius: 7px !important;
} */

.icon-class-first-nae li.icon-with-text__item {
    border-right: 1px solid #C9C3BA;
}
.icon-class-first-nae li.icon-with-text__item {
    position: relative;
    width: auto;
    padding-left: 25px;
    padding-right: 25px;
}
.icon-class-first-nae li.icon-with-text__item:first-child {
    padding-left: 0;
}
.icon-class-first-nae  li.icon-with-text__item:nth-child(3) {
    border: 0;
}
div#shopify-section-template--19879668220155__faq_accordion_F67Ftw {
    padding-bottom: 20px !important;
}
label.quantity__label.form__label {
    display: none !important;
}
.main-icon-lists .tooltips span {
    line-height: 12px !important;
}
.summary__title:after {
    font-size: 25px;
}
.main-icon-lists span.tooltiptext {
    line-height: 16px !important;
    font-size: 12px !important;
}
.icon-class-first-nae li.icon-with-text__item {
    width: 33%;
    justify-content: center;
        padding: 0 10px;
        
}
fieldset.js.product-form__input.product-form__input--pill label {
    font-size: 13px;
}
.quantity__input {
        width: 38px !important;
        margin-left: 0px !important;
        margin-right: 0px !important;
        font-weight: 700 !important;
        font-size: 15px !important;
        padding-right: 0 !important;
        padding-left: 0 !important;
        line-height: 27px;
    }
.accordion__content {
        font-size: 16px;
        line-height: 23px;
        margin-top: 8px !important;
    }
.science-tab {
    margin-top: 0 !important;
}

p.text-wrapper.paragraph {
    font-family: 'Inter';
    margin-top: 0 !important;

}
.qck-sctions p.text-wrapper.paragraph {
    margin-bottom: 0 !important;
            LINE-HEIGHT: 15PX ! IMPORTANT;
}
.twenty-min {
    padding-left: 10px;
}
p.text-wrapper {
    margin-bottom: 14px !important;
}
.consider .tooltip .tooltiptext {
    transform: translateX(-50%) !important;
}
.safety-sections, .superiority-sections {
    margin-top: 4px;
}
p.product__text.inline-richtext.Ingredients-heading {
    margin-top: 29px !important;
}
.cotton-bag .tooltip .tooltiptext {
    left: 0 !important;
        transform: translate(-50%) !important;
}
.tooltiptext {
    font-size: 13px !important;
    line-height: 18px !important;
}
.faq-item.open {
    border: 1px solid #063073;
    padding: 0px !important;
}
p.product__text.inline-richtext.Ingredients-heading {
    margin-top: 25px;
}
/* .icon-first-part li.icon-with-text__item {
    margin-bottom: 0 !important;
} */
.second-short .accordion__title:after, .first-short .accordion__title:after, .second-short .accordion__title:after{
  top: 0 !important;
}
.Precautions li {
    font-size: 11px !important;
    line-height: 17px !important;
            margin-bottom: 4px !important;
}
.Quality p {
    font-size: 11px !important;
    line-height: 17px !important;
    margin-top: 0;
    color: #002b70;
}

div#shopify-section-template--19879668220155__faq_accordion_F67Ftw h2 {
    font-size: 20px !important;
}
.product-sleep-therapy .faq-answer p {
        font-size: 13px !important;
        line-height: 18px !important;
        padding-left: 10px;
        padding-right: 10px;
        padding-bottom: 10px;
    }

.product-sleep-therapy span.tooltiptext {
    font-size: 13px !important;
    line-height: 18px !important;
}
.faq-answer {
    padding-bottom: 0 !important;
}
.jdgm-rev__body p {
    letter-spacing: 0;
    font-size: 13px;
}
.consider, span.time-minutes {
    font-size: 11px !important;
    line-height: 15px !important;
}
p.product__text.inline-richtext.subheading-styles.subtitle, .tax-includes, span.jdgm-prev-badge__text  {
    font-size: 13px !important;
}
.product__title h1 {
    font-family: 'Montserrat';
    font-weight: 700;

}

fieldset.js.product-form__input.product-form__input--pill label{
          font-size: 12px !important;
          margin-bottom:0!important;
}
p.variant-second-line {
    font-size: 11px !important;
      
   }
   .period-therapy p.variant-second-line {
    font-size: 11px !important;
          opacity: 0.8;
   }
span.variant-price {
    font-size: 13px !important;
}
.product-form__buttons span {
    font-size: 15px !important;
}

p.product__text.inline-richtext.Ingredients-contents {
    font-size: 13px !important;
    line-height: 18px !important;

}

.dark-bgs p {
    font-size: 11px !important;
    line-height: 13px !important;
}
.Quality strong {
    font-size: 13px !important;
    margin-bottom: 5px !important;
}
table span.heading {
    font-size: 15px !important;
    font-family: 'Inter';
}
span.subtext {
        font-size: 11px !important;
            line-height: 15px !important;

    }
span.highlight {
    font-size: 13px !important;
}
.jdgm-rev__title {
    font-size: 13px !important;
}
span.jdgm-rev__timestamp {
    font-size: 11px !important;
}
.icoin-lists.first .usage-txts:before,
.icoin-lists.second .usage-txts:before
{
  display: none !important;
}
.product-sleep-therapy .icoin-lists img {
    margin-right: 10px !important;
    width: 30px;
}
.leftusage-flex {
    width: 211px !important;
}
.usage-flex {
        gap: 10px !important;
    }
.tooltip .tooltiptext {
    width: 200px !important;
    background-color: #333;
    padding: 6px !important;
    border-radius: 5px;
    bottom: 125% ;
    left: 50%;
 
}
.content-accordion-short p {
    width: 250px !important;
}
.content-accordion-short {
    justify-content: space-between;
}
.product-sleep-therapy .product__title h1, .product-period-therapy .product__title h1  {
    font-size: 32px !important;
    line-height: 40px !important;

}
.icon-first-part li.icon-with-text__item p{
    margin: 0px !important;
} 
.first-short {
    margin-top: 10px !important;
}

.usage-main {
    margin-top: 13px !important;
}
.dark-bgs p {
        margin-top: 0px !important;
        margin-bottom: 0;
    }
.Precautions p {
    margin-bottom: 0 !important;
}
.Precautions ul {
    margin-bottom: 0;
    margin-top: 0;
}
.product-sleep-therapy .table th:first-child {
    width: 80px !important;
}
.Precautions {
    margin-top: 7px !important;
}
.Quality {
    padding: 11px !important;
}
.safety-sections p.text-wrapper {
        margin-bottom: 4px !important;
    }
.product-sleep-therapy table img {
    width: 96px;
}
.product-sleep-therapy tr th:nth-child(3) img.image {
    width: 96px;
}
.product-sleep-therapy tr th:nth-child(2) {
    width: 68px !important;

}
.product-sleep-therapy tr th:nth-child(3) {
    width: 120px !important;

}
.product-sleep-therapy span.tooltip strong {
    font-size: 9px !important;
}
.product-sleep-therapy td{

        vertical-align: middle;
}

.right-div-image {
    width: 78% !important;
    margin: 0 auto;
}


.template-page-shop-all .product__info-wrapper.grid__item {
        margin-top: 0;
}
.logo-scirify img {
    margin-right: 41px;
    width: 50px;
}
.product-sleep-therapy  span.variant-price-container {
    display: flex;
}

/* .product-sleep-therapy button.product-form__submit {
    width: 95px !important;
    min-width: 70%;
}
.product-sleep-therapy .shopify-payment-button {
    width: 95px !important;
    min-width: 70%;
} */


.product-sleep-therapy  .reelUp_slider_heading, h2.jdgm-rev-widg__title {
    padding-left: 20px !important;
    FONT-SIZE: 20px !important;
    
}

.product-sleep-therapy  h2.jdgm-rev-widg__title {
        FONT-SIZE: 25px !important;
        padding-left: 0 !important;
        text-align: center !important;

}


.product-sleep-therapy .usage-sections p.text-wrapper {
        margin-bottom: 0 !important;
        margin-top: 0 !important;
        line-height: 16px !important;
        /* font-size: 11px !important; */
    }
    .dark-bgs {
    margin-top: 14px !important;
}
span.time-minutes {
    margin-top: 5px;
}
.superiority-sections table:not([class]) th {
    width: 33%;
}
.Precautions li:after {
        width: 4px !important;
        height: 4px !important;
        top: 6px !important;
        left: -11px !important;
    }
quantity-input.quantity {
    width: 100% !important;
}
div#Quantity-Form-template--19879668220155__main, div#Quantity-Form-template--19879668252923__main {
    width: 25% !important;
}
.dsds .product-form__buttons {
    display: flex !important;
}
.dsds {
    width: 75% !important;
margin-top: 0;
    }
button#ProductSubmitButton-template--19879668220155__main {
    min-width: 50% !important;
}
/* .shopify-payment-button {
    min-width: 50% !important;
} */
button.product-form__submit span {
        font-size: 14px !important;
    }
.product-sleep-therapy tr th {
    padding: 7px 0;
}

.logo-scirify img {
    margin-right: 22px !important;
}
/* .product-sleep-therapy span.jdgm-prev-badge__text {
    margin-left: 34px;
} */
.main-icon-lists .icon-lists:nth-child(2) {
    margin-bottom: 0px;
}
.main-icon-lists .icon-lists:nth-child(3 ) {
    margin-bottom: 2px;
}
.main-icon-lists .icon-main-list h5{
    font-size: 13px !important;
        line-height: 7px !important;
}
.main-icon-lists .icon-main-list {
    margin-top: 9px;
}

.superiority-sections p.text-wrapper {
        line-height: 17px !important;

    }
/* button.shopify-payment-button__button.shopify-payment-button__button--unbranded {
    min-width: 80% !important;
    max-width: 89% !important;
} */
.science-tab summary {
    padding-top: 5px;
}

.main-icon-lists .icon-lists:first-child {
    margin-bottom: 14px !important;
}
.consider span.tooltip {
    margin-left: 4px !important;
}
.buy-and-quanity {
    display: flex !important
;
}
.template-index .product__info-wrapper.grid__item {
        margin-top: 0;
    }
   .template-index .product-column .price__regular span, .template-page-shop-all .product-column .price__regular span {
    font-size: 19px !important;
    line-height: 19px;
    font-weight: 600;
    font-family: "Source Sans 3";
    color: #000;
    letter-spacing: 0;
}

.template-index .product-form__buttons, .template-page-shop-all .product-form__buttons {
        padding-top: 0 !important;
    }
.template-inde button.shopify-payment-button__button.shopify-payment-button__button--unbranded,
.template-page-shop-all button.shopify-payment-button__button.shopify-payment-button__button--unbranded
{
        width: auto !important;
            min-width: 44% !important;
        max-width: 71% !important;
    font-size: 14px !important;
            padding: 0 20px !important;
    }






}


@media screen and (max-width: 450px) {

.cotton-bag .tooltip .tooltiptext {
        left: 0 !important;
        transform: translate(-100%) !important;
    }
.tooltip .tooltiptext {
        width: 180px !important;
  }
.consider span.tooltip {
    padding-top: 0;
    padding-bottom: 0;
}
.main-tooltip-contents {
    bottom: 34px !important;
}
    .usage-sections {
    margin-top: 13px;
}
 .dosed {
          line-height: 15px !important;
        font-size: 13px !important;
      }
.main-tooltip-contents strong {
    font-size: 12px !important;
}
.main-tooltip-contents strong:first-child {
    margin-right: 1px !important;
}
.first-short img {
        width: 143px !important;
        transform: rotate(110deg);
    }
.product-period-therapy .product__info-wrapper.grid__item {
        margin-top: 0;
    }
/* .product-period-therapy .product .icon-with-text img{
    width: 100px !important;
    height: 100px !important;
} */
.product-period-therapy  .icon-with-text img {
        border: 0 !important;
        border-radius: 0 !important;
        padding: 5px !important;
    }
    .product-period-therapy .icon-with-text--horizontal .h4 {
    font-size: 15px !important;
}


  }
@media screen and (max-width: 380px) {
  .simple-image-grid__item {
       
        width: 70px !important;
       
    }
  /* .product-form__submit {
                font-size: 14px;
        line-height: 0px;
        font-weight: 600;
        font-family: "Source Sans 3";
        padding: 15px!important;
        min-height: auto !important;
        margin-bottom: 0 !important;
        min-width: fit-content !important;
    } */
  /* button.shopify-payment-button__button.shopify-payment-button__button--unbranded {
        
        font-size: 14px;
        
        background: #4b061a;
        font-weight: 600;
        text-transform: uppercase;
        padding: 13px;
  } */
  .product-form__buttons {
    
    gap: 5px;
}

  .contact-form .contact.page-width.page-width--narrow.section-template--19349945155835__form-padding {
    width: 100%;
}
  .shopify-policy__container .shopify-policy__title h1 {
    font-family: 'Playfair Display', Georgia, serif !important;
    font-size: 35px !important;
    font-weight: 400 !important;
    line-height: 35px !important;
    color: #4B051B !important;
    text-align: left;
}
  .shopify-policy__container .shopify-policy__title {
    padding-top: 30px;
}
  .section-template--19349945254139__image_with_text_hXtjPK-padding {
    padding-top: 0 !important;
    padding-bottom: 27px;
}

span.discount-badge {
    font-size: 12px !important;
    padding-right: 3px !important;
}
p.announcement-bar__message.h5 span {
    font-size: 11px !important;
}
/* button#ProductSubmitButton-template--19879668220155__main, .shopify-payment-button {
        min-width: 50% !important;
    } */
    button.product-form__submit span {
        font-size: 14px !important;
    }
button.shopify-payment-button__button.shopify-payment-button__button--unbranded {
        font-size: 14px !important;
 
        padding-right: 0;
                min-width: auto;
    }


    .template-inde button.shopify-payment-button__button.shopify-payment-button__button--unbranded,
.template-page-shop-all button.shopify-payment-button__button.shopify-payment-button__button--unbranded
{
           width: auto !important;
        min-width: 44% !important;
        max-width: 78% !important;
        font-size: 10px !important;
        padding: 0 20px !important;
    }

}

.header__submenu li:hover {
  background: #fff;
    border-radius: 0px 0px 8px 8px;
}

/* header_drawer */

#menu-drawer .menu-drawer__menu-item .icon-caret {
    display: block !important;
    transform: rotate(270deg);
}
.js .menu-drawer__menu-item svg.icon.icon-arrow {
    display: none !important;
}
#menu-drawer .menu-drawer__menu li div.list-menu__item {
    justify-content: space-between;
    width: 100%;
    position: relative;
}
#menu-drawer .menu-drawer__menu .menu-drawer__menu-item--active {
    position:relative;
}
#menu-drawer .menu-drawer__menu .menu-drawer__menu-item--active a {
  color: #0D3D1F !important;
}
#menu-drawer .menu-drawer__menu .menu-drawer__menu-item--active:before {
    content: "";
    position: absolute;
    background-color: #0D3D1F;
    border-radius: 10px;
    height: 38px;
    width: 5px;
    left: 5px;
}

#menu-drawer .menu-drawer__menu li .list-menu__item a {
    color: #000;
    text-decoration: none;
    padding-left: 20px !important;
 text-transform: initial !important;
 font-family: 'Jost';
    letter-spacing: 0;
}
#menu-drawer .menu-drawer__menu li .list-menu__item {
    width: 95% !important;
    position: relative;
    border-bottom: 1px solid #ececec;
  padding-bottom: 15px;
  padding-top: 15px;
}
#menu-drawer .menu-drawer__menu li:last-child .list-menu__item {
    border: unset;
}

#menu-drawer .has-submenu .menu-drawer__menu a {
    border: unset !important;
    padding: 0px;
}

#menu-drawer .menu-drawer__menu-item>.svg-wrapper svg.icon path {
    fill: transparent !important;
}

section#shopify-section-template--19349945090299__custom_featured_product_HgEwq4 .product-form__buttons {
    justify-content: unset;
}

.page-width.section-template--19349945057531__custom_featured_product_8wY3c8-padding {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
}


#bundle-sticky_add_to_cart .Vtl-StickyAddToCart__ProductInfoTitle, #bundle-sticky_add_to_cart .Vtl-StickyAddToCart__ProductPriceDiscounted, #bundle-sticky_add_to_cart .Vtl-StickyAddToCart__ProductInfoReviewsStars .vtl-pr-ss__inner-el

 {
   color: black !important;
    font-weight: 500;
    letter-spacing: 0 !important;
    font-family: 'Jost';
    font-size: 13px;
}

span.Vtl-Money.notranslate.Vtl-StickyAddToCart__ProductPriceCurrent {
    color: #000000 !important;
    font-size: 17px !important;
    font-family: 'Jost';
}
.Vtl-StickyAddToCart__ProductInfoContainer {
    gap: 0!important;
}



/* Product Detaill page css */



li.icon-with-text__item img {
    border: 1px solid #4c001c;
    border-radius: 2000px;
    padding: 2px;
    width: 50px !important;
    height: 50px !important;
}

.icon-with-text {
    display: flex;
    flex-wrap: wrap;
}
li.icon-with-text__item {
    width: 50%;
}
span.h4.inline-richtext p {
    letter-spacing: 0;
}
li.icon-with-text__item {
    margin-bottom: 10px;
}

p.product__text.inline-richtext.subtitle {
  font-family: Inter;
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    letter-spacing: 0;
    color: #002B70;
}
p.product__text.inline-richtext.subheading-styles.subtitle {
    font-size: 18px !important;
}
.product__title {
    margin-bottom: 8px !important;
}
div#shopify-block-ASlpSZXR1WmYvRFVUc__judge_me_reviews_preview_badge_paqT3k {
    margin-top: 0px;
}

span.variant-price {
    font-family: 'jost';
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 0;
}

.product-form__input--pill input[type=radio]+label {
    background: #FFFFFF !important;
    border: 2px solid #E7E7E7 !important;
}
.icon-class-first-nae  strong {
    font-family: Montserrat;
    font-weight: 600;
    font-size: 13px !important;
    line-height: 100%;
    letter-spacing: 0;
}
 
      .icon-class-first-nae {
    flex-wrap: nowrap;
}
.icon-class-first-nae span.h4.inline-richtext {
    color: #002B70;
}
.icon-class-first-nae span.h4.inline-richtext p {
    margin: 0;
    text-align: center !important;
    line-height: 15px;
        font-size: 13px !important;
}
.icon-class-first-nae li:first-child:before {
    content: '';
    width: 74px;
    height: 38px;
    display: block;
    background-image: url(/cdn/shop/files/effects.svg?v=1755080028);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: bottom !important;
    margin-right: -5px;
}
.icon-class-first-nae li.icon-with-text__item:after {
    content: '';
    width: 2px;
    height: 100%;
    background: #D0CBC2;
    position: absolute;
    right: 22%;
}

li.icon-with-text__item:nth-child(3):after,
li.icon-with-text__item:nth-child(4):after{
    opacity: 0;
}
.icon-class-first-nae li.icon-with-text__item {
    position: relative;
     width: 33%;
}
.subheading-styles.subtitle {
    font-weight: 400;
    font-size: 18px;
    line-height: 100%;
    letter-spacing: 0;
}
.icon-i-text-wrapper span.h4.inline-richtext p {
  font-family: Inter;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
}
span.tooltiptext {
    font-size: 14px !important;
    line-height: 16px !important;
}
product-form.product-form {
    margin-bottom: 0 !important;
    margin-top: 0 !important;
}
label.quantity__label.form__label{
  display:block ;
}
label.quantity__label.form__label {
    font-family: Montserrat;
    font-weight: 700;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0;
    color: #000000;
}
.icon-class-first-nae {
    margin-bottom: -11px !important ;
    margin-top: 17px !important;
}

variant-selects {
    margin-top: 0 !important;
}
.tax-includes {
    color: #000;
    letter-spacing: 0;
}



.accordion__title, p.product__text.inline-richtext.Ingredients-heading{
    font-family: Montserrat;
    font-weight: 800;
    font-size: 35px;
    line-height: 100%;
    letter-spacing: 0;
    color: #002B70;
    padding-left: 0 !important;
}
.accordion {
    border-top: 0;
    border-bottom: 0;
}
.product-sleep-therapy  .accordion summary {
    border-bottom: 1px solid #D5CFC6;
}
.accordion summary {
color: #002B70;
}

.product-sleep-therapy .product__accordion .accordion__content {
    padding: 0;
    margin-top: 14px;
}
p.text-wrapper {
 font-family: Inter; 
    color: #002b70;
    font-size: 16px;
    line-height: 18px;
    letter-spacing: 0;
    margin-bottom: 23px;
}
img.graph-img {
    width: 100%;
    height: auto;
}
p.quick-heading {
    font-family: Inter;
    font-weight: bolder !important;
    font-size: 18px;
    line-height: 18px;
    letter-spacing: 0;
    color: #002B70;
    margin-bottom: 0;
}
p.text-wrapper.paragraph {
    font-size: 14px;
    margin-top: 9px;
}


  .tooltip {
      position: relative;
      display: inline-block;
      cursor: pointer;
      
    }

    .tooltip .tooltiptext {
      visibility: hidden;
      width: 200px;
      background-color: #333;
      color: #fff;
      text-align: left;
      padding: 8px;
      border-radius: 5px;
      position: absolute;
      z-index: 1;
      bottom: 125%; /* Tooltip position above the element */
      left: 50%;
      transform: translateX(-50%);
      opacity: 0;
      transition: opacity 0.3s;
    }

    .tooltip:hover .tooltiptext {
      visibility: visible;
      opacity: 1;
    } 
.icon-main-list h5 {
    font-family: Inter;
    font-weight: 700;
    font-size: 16px;
    line-height: 16px;
    margin-bottom: 0px;
    margin-top: 0;
    color: #002B70;
}
.row-ixons {
    display: flex;
    align-items: center;
      color: #002B70;
}
.icon-main-list span {
    font-family: Inter;
    font-weight: 400;
    font-size: 14px;
     color: #002B70;
    line-height: 18px;
    letter-spacing: 0;
}
.icon-lists {
    display: flex;
    align-items: center;
    justify-content: space-between;
    /* overflow: hidden; */
    margin-bottom: 11px;
}


.row-ixons img {
    padding-right: 17px;
}
.tooltips span {
    font-family: Inter;
    font-weight: 400;
    font-size: 14px;
    color: #002B70;
    line-height: 18px;
    letter-spacing: 0;
}
span.tooltip i {
    font-style: normal;
    font-weight: 600;
}



.tooltips span {
    font-family: Inter;
    font-weight: 400;
    font-size: 14px;
    color: #002b70;
    line-height: 18px;
    letter-spacing: 0;
    display: flex;
    justify-content: end;
    margin-bottom: 2px;
}
.tooltips {
    display: block !important;
}
p.product__text.inline-richtext.Ingredients-contents {
     font-family: Inter; 
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0;
    color: #002B70;
}

p.product__text.inline-richtext.Ingredients-heading {
    padding-bottom: 16px;
    border-bottom: 1px solid #D5CFC6;
    margin-top: 40px;
}

.short-accordion h2.h4.accordion__title.inline-richtext {
 font-family: Inter; 
    font-weight: 700;
    font-size: 18px;
    line-height: 18px;
    letter-spacing: 0;
}
.content-accordion-short {
    display: flex;
    gap: 13px;
}



.content-accordion-short p {
  font-family: Inter; 
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #002B70;
}
/* Basic styling for accordion icon */
.summary__title {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.summary__title:after {
    content: "+";
    font-weight: 400;
    font-size: 33px;
    margin-left: auto;
    transition: transform 2.3s ease;
    font-family: 'Inter';
}

/* When details is open */
details[open] .summary__title::after {
  content: '-';
}

/* Active class styling */
details.active .summary__title {
      color: #002B70; /* example active color */
}
.accordion .active summary {
    padding-left: 20px !important;

}

.product-sleep-therapy .accordion svg.icon.icon-caret {
    display: none;
}

.short-accordion .summary__title {
    padding-right: 12px;
}
.short-accordion .active .content-accordion-short {
    padding-left: 20px;
    padding-right: 20px;
    transition: 0.6s ;
}
.short-accordion .active {
    border: 1px solid #002B70;
        transition: 0.6s ;
        margin-bottom: 10px;
        
}

details.short-accordion {
    border: 1px solid #002B70;
        transition: 0.6s ;
}
.short-accordion .active .summary__title{
    padding-left: 20px;
}
.accordion .active summary {
    padding-left: 0px !important;
}
.accordion__content img {
    max-width: 100%;
    border: none;
}
.cotton-bag {
    display: flex;
    align-items: center;
}
.bag-content h5 {
    margin-bottom: 10px;
    font-family: Montserrat;
    font-weight: 700;
    font-size: 18px;
    line-height: 20px;
    letter-spacing: 0;
    color: #002b70;
    margin-top: 0;
}
.bag-content {
    padding-left: 26px;
}
.cotton-bag img {
    width: 143px;
}
.cotton-bag img {
    width: 181px;
        transform: rotate(270deg);
}
.bag-content p {
   font-family: Inter; 
    font-weight: 400;
    font-size: 16px;
    letter-spacing: 0;
    line-height: 22px;
    color: #002b70;
    margin-bottom: 0 !important;
    margin-top: 0;
}
.usage-flex {
    display: flex;
    gap: 23px;
}
.icoin-lists {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}
.leftusage-flex span.time-minutes strong {
    display: block;
}
.icoin-lists {
    display: flex;
    align-items: center;
    margin-bottom: 19px;
}
span.time-minutes {
    font-family: Inter;
    font-weight: 400;
    font-size: 16px;
    line-height: 18px;
    letter-spacing: 0;
    text-align: center;
    color: #002b70;
    display: block;
    margin-bottom: 13px;
}
span.time-minutes strong {
    font-family: 'inter';
    font-size: 22px;
    line-height: 26px;
}
.icoin-lists div {
    font-family: Inter; 
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
       color: #002B70;
    letter-spacing: 0;
}
.icoin-lists img {
    margin-right: 19px;
    width: 81px;
}
.usage-txts{
      position: relative;
}
/* .icoin-lists.first .usage-txts:before {
    content: '1.';
    font-family: Inter;
    font-weight: 700;
    position: absolute;
    left: -16px;
}
.icoin-lists.second .usage-txts:before {
    content: '2.';
    font-family: Inter;
    font-weight: 700;
    position: absolute;
    left: -16px;
} */
.consider {
    font-family: Inter;
    font-weight: 400;
    font-size: 16px;
    line-height: 18px;
    color: #002b70;
    margin-top: 0px;
}
.leftusage-flex {
    width: 340px;
}

.dark-bgs {
    background: #002B70;
    color: #fff;
    margin-top: 19px;
    text-align: center;
    display: flex;
    align-items: center;
    padding: 23px 23px;

}
.left-div-content span {
    font-family: Montserrat;
    font-weight: 700;
    font-size: 18px;
    line-height: 18px;
}
.left-div-content p {
    font-family: Inter;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0;
    text-align: center;
}
.left-div-content {
    width: 242px;
    margin-right: 33px;
} 

.Quality p strong {
    display: block;
    /* font-family: Inter; */
    font-weight: 700;
    font-size: 18px;
    line-height: 18px;
        color: #002b70;
            margin-bottom: 12px;
}
.Quality p {
    display: block;
    font-family: Inter; 
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    margin-top: 0;
        color: #002b70;
}

.Quality {
    border: 1px solid #002B70;
    padding: 20px;
}
.logo-scirify {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
.logo-scirify img {
    margin-right: 41px;
}



.logo-scirify img:after {
    content: '';
    width: 60px;
    height: 2px;
    display: block;
    position: absolute;
    background: #000;
    top: 0;
    bottom: 0;
}
.Precautions {
    margin-top: 24px;
}
.Precautions li {
    list-style-type: none;
    margin-bottom: 15px;
    color: #002b70;
    position: relative;
    font-size: 16px;
    line-height: 24px;
}
.Precautions li:after {
    content: "";
    width: 7px;
    height: 7px;
    display: block;
    background: #002b70;
    position: absolute;
    top: 9px;
    border-radius: 50px;
    left: -18px;
}
.Precautions li:last-child {
    margin-bottom: 0 !important;
}

.Precautions ul {
    margin-bottom: 0;
}

/* .superiority-sections table:not([class]) td, .superiority-sections table:not([class]) th {
    border: 0;
} */

.superiority-sections table:not([class]) {
    table-layout: fixed;
    border-collapse: collapse;
    font-size: 1.4rem;
    border-style: hidden;
    box-shadow: none;
    width: 100%;
    overflow: hidden;
        border: 2px solid #002C73 !important;
}
.superiority-sections tr, .superiority-sections th, .superiority-sections td {
    text-align: center;
     color: #002b70;
}
td.highlight {
    font-family: Inter;
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0;
    text-align: right;
}
td span.highlight {
    font-family: Inter;
    font-weight: 700;
    font-size: 16px;
    line-height: 14px;
    text-align: center;
    display: block;
}
span.subtext {
font-family: Inter; 
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    text-align: center;
}

span.heading {
    font-family: 'Inter';
    font-weight: 700;
    font-size: 15px;
    line-height: 18px;
    letter-spacing: 0;
    text-align: center;
    display: block;
}

.faq-title {
    font-family: Inter;
    font-weight: 700;
    font-size: 18px;
    line-height: 100%;
        color: #002b70;
    letter-spacing: 0;
}
/* 
.collapsible-content__grid .grid__item {
    display: flex;
    flex-wrap: wrap;
}
.collapsible-content__grid .accordion {
    width: 47%;
}
.collapsible-content__grid .grid__item {
    display: flex;
    flex-wrap: wrap;
    max-width: 1240px;
    margin: 0 auto;
    gap: 9px;
    justify-content: space-between;
}

.collapsible-content__grid .accordion__content {
    padding-left: 17px;
    padding-top: 12px;
}

.collapsible-content summary:hover {`
    background: none;
} */

/* .page-width h2 { 
    font-family: Montserrat;
    font-weight: 700;
    font-size: 35px;
    color: #002B70;
} */


.faq-question {
    font-weight: 700 !important;
    font-size: 18px !important;
    text-align: left !important;
    line-height: 28px !important;
    font-family: 'Inter';
    color: #002B70 !important;
}
.faq-answer p {
    font-weight: 400 !important;
    font-size: 16px !important;
    line-height: 18px !important;
      color: #002B70 !important;
    margin-top: 0;
    margin-bottom: 0;
    letter-spacing: 0;
}



div#shopify-section-template--19879668220155__faq_accordion_F67Ftw {
    padding-bottom: 80px;
}

.faq-container.page-width {
    gap: 81px !important;
    padding-top: 25px;
}

.product-sleep-therapy  li.icon-with-text__item img {
    border: 1px solid #4B061A;
    border-radius: 100%;
}
.faq-item.open .faq-question {
    color: #002B70 !important;
}
span.tooltiptext {
    background-color:#002b70 !important;
    color: #fff !important;
}

.tooltip .tooltiptext {
    visibility: hidden;
    background-color: #002b70 !important;
}

.tooltip .tooltiptext {
    transform: translateX(-100%) !important;
  }
.faq-item.open {
    border: 1px solid #002b70;
}
.faq-item.open .faq-question {
    border-bottom: 1px solid #002b70;
    margin-bottom: 17px;
}

.product-sleep-therapy .leftusage-flex .consider span .tooltiptext {
    font-weight: 400 !important;
}

 

.first-short .accordion__title:after {
    content: '>50%*';
    display: flex;
    position: absolute;
      top: 10px;
    left: 0;
    right: 0;
    width: auto;
    font-weight: 400;
    bottom: 0;
    height: auto;
    align-items: center;
    justify-content: center;
    font-size: 18px;
}

.second-short .accordion__title:after {
    content: '>20%*';
    display: flex;
    position: absolute;
    top: 10px;
    left: 0;
    right: 0;
    width: auto;
    font-weight: 400;
    bottom: 0;
    height: auto;
    align-items: center;
    justify-content: center;
    font-size: 18px;
}

.star-short .accordion__title:after {
    content: '*';
    display: flex;
    position: absolute;
    top: 10px;
    left: 0;
    right: 0;
    width: auto;
    font-weight: 400;
    bottom: 0;
    height: auto;
    align-items: center;
    justify-content: center;
    font-size: 18px;
}

.main-tooltip-contents span.tooltip {
    font-family: Inter;
    font-weight: 700;
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 0;
    color: #002B70;
}

.main-tooltip-contents .tooltiptext {
    font-weight: 400;
}
.graphtooltip-contents {
    position: relative;
}
.main-tooltip-contents strong {
    color: #002b70;
    font-weight: 400;
    font-family: 'Inter';
    font-size: 16px;
}
.main-tooltip-contents strong:first-child {
    margin-right: 4px;
}
.main-tooltip-contents {
    position: absolute;
    bottom: 70px;
    right: 0;
}
.icoin-lists.first {
    margin-bottom: 6px;
}

.safety-sections, .superiority-sections  {
    margin-top: 3px !important;
}


.product-swiper{
  display: none;  
}

.product .icon-with-text img {
    width: 100px;
    height: 100px;
}



@font-face {
    font-family: 'Inter';
    src: url('/cdn/shop/files/Inter28pt-Regular.eot?v=1754896050');
    src: url('/cdn/shop/files/Inter28pt-Regular.eot?v=1754896050') format('embedded-opentype'),
        url('/cdn/shop/files/Inter28pt-Regular.woff2?v=1754896049') format('woff2'),
        url('/cdn/shop/files/Inter28pt-Regular.woff?v=1754896049') format('woff'),
        url('/cdn/shop/files/Inter28pt-Regular.ttf?v=1754896050') format('truetype'),
        url('Inter28pt-Regular.svg#Inter28pt-Regular') format('svg');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

.icon-class-first-nae li.icon-with-text__item:first-child p, .icon-class-first-nae li.icon-with-text__item:first-child p strong {
    font-size: 0 !important;
}

.usage-sections p.text-wrapper {
    margin-bottom: 6px !important;
    margin-top: 0;
}
.usage-main {
    margin-top: 25px;
}
.icon-first-part li.icon-with-text__item {
    margin-bottom: 5px;
}

.consider a {
    color: #fff !important;
}

/* 
.product-sleep-therapy .jdgm-rev-widg__summary-text,
.product-sleep-therapy .jdgm-sort-dropdown,
.product-sleep-therapy span.jdgm-rev-widg__summary-average,
.product-sleep-therapy b.jdgm-rev__title,
.product-sleep-therapy .jdgm-rev__body,
.product-sleep-therapy .jdgm-paginate__page,
.product-sleep-therapy .jdgm-rev__author,
.product-sleep-therapy .jdgm-paginate__page.jdgm-curt,
.product-sleep-therapy .jdgm-rev__timestamp, .jdgm-rev__location,
.product-sleep-therapy .jdgm-histogram__frequency,
.product-sleep-therapy p.product__text.inline-richtext.subtitle,
.product-sleep-therapy .icon-i-text-wrapper span.h4.inline-richtext p,
.product-sleep-therapy .icon-first-part span.h4.inline-richtext,
.product-sleep-therapy .tax-includes,
.product-sleep-therapy label.quantity__label.form__label,
.product-sleep-therapy span.jdgm-prev-badge__text, 
.product-sleep-therapy .product-form__input--pill input[type=radio]:checked+label,
.product-sleep-therapy fieldset.js.product-form__input.product-form__input--pill label,
.product-sleep-therapy .quantity__input,
.product__title h1
{
         color: #002B70 !important;
} */
.product-sleep-therapy .product__title h1, .product-period-therapy .product__title h1 {
    font-family: 'Montserrat';
    font-size: 48px;
    line-height: 58px;
    font-weight: 800;
    letter-spacing: 0;
}


.product-sleep-therapy .superiority-sections tr th:nth-child(2) {
    background: #002B70 !important;
    color: #FDF8EE !important;
    border-bottom-color: #fef7ed;
}
.product-sleep-therapy .superiority-sections tr th:nth-child(3) {
    vertical-align: bottom;
}




.product-sleep-therapy .superiority-sections tr td:nth-child(2) {
    background: #002B70;
    color: #FDF8EE;
    border-color: #FDF8EE;
        line-height: 0;
}
.product-sleep-therapy .superiority-sections table img {
    max-width: 50%;
    object-fit: contain;
    margin-bottom: 0;
}
.superiority-sections tr td:nth-child(3){
       line-height: 0;
}
.right-div-image {
    width: 256px;
}

.template-page-shop-all h2.section__main-heading {
    padding-top: 50px;
}

.template-page-shop-all .two-product-container {
    padding-bottom: 70px;
}

.template-page-shop-all h2.section__main-heading {
    padding-top: 50px;
    font-size: 54px;
    font-weight: 400;
    font-family: Merriweather;
    line-height: 65px;
    color: #4b061a;
    letter-spacing: 0;
    margin: 0 0 25px;
    text-align: center;
}

span.variant-compare-price {
    display: inline-block !important;
    font-family: Inter;
    font-weight: 400;
    font-size: 11px;
    line-height: 100%;
    letter-spacing: 0;
    margin-left: 0;
    text-decoration: line-through;
    text-align: right;
    margin-bottom: 4px;
}
.icon-first-part span.h4.inline-richtext {
    letter-spacing: 0;
    font-family: 'Inter';
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
}


span.tooltip i, .short-accordion span.tooltip strong, .consider span.tooltip, .superiority-sections span.tooltip strong, .cotton-bag span.tooltip strong {
    background: #002b70;
    color: #fff;
    padding: 2px;
    border-radius: 200px;
    font-size: 12px;
    font-family: Montserrat;
    width: 13px;
    height: 13px;
    display: flex;
    justify-content: center;
    line-height: 10px;
}
.reelUp_slider_heading,  .faq-main-ww h2, h2.jdgm-rev-widg__title{
    font-family: Montserrat;
    font-weight: 800 !important;
    font-size: 42px !important;
    letter-spacing: 0;
    color: #002B70 !important;
    text-align: left !important;
}


/* .product-sleep-therapy span.jdgm-prev-badge__text:before {
    content: '4.75';
    margin-right: 9px;
} */

/* Product title ke neeche static stars dikhane ke liye */
.card__information {
  position: relative;
}

/* Fake star rating */
/* .card__information::after {
  content: "★★★★★"; 
  color: #FFD700;    
  font-size: 14px;   
  display: block;
  margin-top: 4px;
} */

/* .product-sleep-therapy .product--left span.jdgm-prev-badge__stars:before {
    content: '';
    width: 98px;
    height: 17px;
    display: block;
    background: url(/cdn/shop/files/reviews.svg?v=1755594029);
    z-index: 1;
    position: relative;
    background-repeat: no-repeat;
    margin-bottom: -17px;
    z-index: 1;
        background-size: cover;
    background-color: #fef7ed;
} */


/* .product-sleep-therapy  span.jdgm-prev-badge__stars {
    position: relative;
}
.product-sleep-therapy .jdgm-preview-badge .jdgm-star.jdgm-star {
    color: #f69927;
    font-size: 0;
} */


.icon-lists .tooltips span.tooltip {
    margin-left: 5px;
}

.dosed {
    margin-bottom: 0 !important;
}
.first-short {
    margin-top: 7px;
}
.science-tab .icon-main-list h5 {
   
    letter-spacing: 0;
}
     .main-icon-lists .tooltips span {
    line-height: 11px;
}
.main-icon-lists .icon-lists {
     margin-bottom: 0;
}
.main-icon-lists .icon-lists:first-child {
    margin-bottom: 5px;
}

.consider strong {
    display: flex;
    margin-left: 4px;
    align-items: center;
}

.consider {
    display: flex;
}
.static-reviews a {
    font-weight: 400 !important;
    font-family: Inter;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: 0;
    text-decoration: none;
    color: #032e6d;
    display: flex;
    align-items: center;
}
.static-reviews img {
    margin-right: 6px;
}
.icon-class-first-nae li.icon-with-text__item {
    margin-bottom: 10px;
}
.icon-class-first-nae li.icon-with-text__item:nth-child(3) p {
    font-size: 14px !important;
}
.icon-class-first-nae li.icon-with-text__item:nth-child(3) strong {
    font-size: 14px !important;
}
.consider span.tooltip i {
    width: 13px !important;
    height: 11px;
    padding: 2px;
}



@media only screen and (max-width: 387px) and (min-width: 368px)  {

.cotton-bag .tooltip .tooltiptext {
        transform: translate(-63%) !important;
    }







}



.Quality p a {
    color: #002b70;
    letter-spacing: 0 !important;
}
.Quality p a:hover {
    color: #002b70;

}

/* 
.product-sleep-therapy .jdgm-rev-widg__summary .jdgm-star, .product-sleep-therapy .jdgm-star.jdgm--on:before, .product-sleep-therapy .jdgm-histogram .jdgm-star {
    font-size: 16px;
    color: #F69927;
} */



.product-sleep-therapy .jdgm-rev-widg__summary .jdgm-star{
    font-size: 16px;
    color: #F69927;
}


.consider span.tooltip {
    margin-left: 5px;
}


/* 

.product-form__input--pill input[type=radio]:checked+label {
    color: #000 !important;
    border-radius: 0 !important;
    border: 2px solid black !important;
    padding: 18px !important;
    font-family: "Source Sans 3" !important;
    font-weight: 600 !important;
    letter-spacing: 0 !important;
    font-size: 15px !important;
    background-color: #f0f0f0 !important;
}
 */



.product-period-therapy .icon-with-text--horizontal .icon-with-text__item {
    flex-direction: column;
    width: 26%;
}

.product-period-therapy .product-form__quantity {
    margin-bottom: 0;
}
span.discount-badge {
    display: none;
}

span.variant-price.variant-price-sale {
    display: flex;
}
p.variant-second-line {
    font-style: normal;
    margin-top: 0;
    font-size: 12px;
    font-weight: 300!important;
    letter-spacing: 0 !important;
    text-transform: capitalize;
}

span.variant-price-container {
    display: flex;
    width: fit-content;
    margin-left: auto;
    position: absolute;
    right: 10px;
    bottom: 10px;
    flex-direction: column-reverse;
}


@font-face {
    font-family: 'Montserrat';
    src: url('/cdn/shop/files/Montserrat-Bold.eot?v=1755694524');
    src: url('/cdn/shop/files/Montserrat-Bold.eot?v=1755694524') format('embedded-opentype'),
        url('/cdn/shop/files/Montserrat-Bold.woff2?v=1755694524') format('woff2'),
        url('/cdn/shop/files/Montserrat-Bold.woff?v=1755694524') format('woff'),
        url('/cdn/shop/files/Montserrat-Bold.ttf?v=1755694525') format('truetype'),
        url('Montserrat-Bold.svg#Montserrat-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url('/cdn/shop/files/Montserrat-ExtraBold.eot');
    src: url('/cdn/shop/files/Montserrat-ExtraBold.eot') format('embedded-opentype'),
        url('/cdn/shop/files/Montserrat-ExtraBold.woff2') format('woff2'),
        url('/cdn/shop/files/Montserrat-ExtraBold.woff?v=1755694524') format('woff'),
        url('/cdn/shop/files/Montserrat-ExtraBold.ttf') format('truetype'),
        url('Montserrat-ExtraBold.svg#Montserrat-ExtraBold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

.product-form__input--pill input[type=radio]+label {
    padding-left: 10px;
}


span.quantity__rules-cart {
    display: none;
}

.template-index .featured-product:not(.product--no-media)>.product__info-wrapper,
 .template-page-shop-all .featured-product:not(.product--no-media)>.product__info-wrapper {
    width: 100% !important;
    max-width: 100% !important;
}
.product__accordion path {
    display: none;
}

.product-period-therapy .span.subtext {
    display: block;
    margin-top: 9px;
}

.static-reviews a {
    font-weight: 600 !important;
}

.icon-first-part p, .icon-first-part span.h4.inline-richtext {
    font-weight: 600 !important;
}

.main-tooltip-contents {
    line-height: 20px;
}

.imgwith-sub p {
    font-style: italic;
    width: 100% !important;
    text-align: center;
    margin-top: 0;
    margin-bottom: 0;
}
.content-accordion-short p {
    width: 77%;
}
label.quantity__label.form__label {
    display: none;
}
table.therapy-table td {
    font-size: 14px;
    line-height: 17px;
}
.therapy-title {
    font-family: Inter;
    font-weight: 700;
    font-size: 16px;
    line-height: 16px;
    margin-bottom: 0;
    margin-top: 0;
    color: #002b70;
}
.therapy-desc {
    font-family: Inter;
    font-weight: 400;
    font-size: 14px;
    color: #002b70;
    line-height: 18px;
    letter-spacing: 0;
}
.icon-class {
    display: flex;
}
.icon-class img {
    padding-right: 11px;
}
.qck-main {
    display: flex;
    align-items: end;
    justify-content: start;
}

.qck-main p.text-wrapper {
    margin-bottom: 0;
}

.twenty-min {
    font-size: 85px;
    font-weight: 700;
    font-family: Montserrat;
    position: relative;
}
span.min span.tooltip {
    position: absolute;
    right: 14px;
    bottom: 0;
}
span.min {
    font-size: 43px;
    margin-top: 9px;
        margin-left: 10px;
    width: 100% !important;
}
.qck-sctions {
    width: 48%;
}
.tooltip-contents-20min {
    width: 100%;
    text-align: left;
    color: #032e6d;
}
.tooltip-contents-20min .main-tooltip-contents {
    position: relative;
    bottom: 0;

}
p.ingredient-name {
    font-size: 13px;
       line-height: 14px !important;
}
.image-block img {
    margin-top: 13px;
}

.qck-main .tooltiptext {
    font-size: 12px !important;
    line-height: 16px !important;
    font-weight: 400 !important;
}
.consider-inline span.tooltiptext a {
    color: #fff !important;
}

.tooltip-contents-20min .main-tooltip-contents strong:first-child {
    margin-right: 0;
}
.tooltip-contents-20min .main-tooltip-contents {
     line-height: 6px;
    margin-top: 6px;
}
.product-period-therapy .icon-first-part li.icon-with-text__item {
    display: block;
}
.product-period-therapy .faq-item.open {
    border: 1px solid #9B2125;
}
.safety-sections p.text-wrapper {
    margin-top: 11px;
}

.product-period-therapy .icon-first-part  span.h4.inline-richtext p {
    letter-spacing: 0;
    margin-top: 0;
       margin-bottom: 0;
}

.product-period-therapy .icon-first-part {
    display: flex !important;
    flex-wrap: nowrap !important;
}
.product-period-therapy .icon-first-part li.icon-with-text__item:last-child {
    display: none;
}
h3.testimonial-heading {
    font-family: Montserrat !important;
    font-weight: 800 !important;
    font-size: 35px !important;
    letter-spacing: 0;
    text-align: left !important;
    margin-bottom: 25px !important;
      color: #002b70 !important;
}
.product-period-therapy h3.testimonial-heading {
      color: #9B2125 !important;
}
.product-period-therapy .reelUp_slider_heading, .product-period-therapy .faq-main-ww h2, .product-period-therapy h2.jdgm-rev-widg__title{
color: #9B2125 !important;
  font-family: 'Playfair Display';
    font-weight: 500 !important;
}
.product-sleep-therapy .reelUp_slider_heading, .product-sleep-therapy .faq-main-ww h2, .product-sleep-therapy h2.jdgm-rev-widg__title{
      color: #002b70 !important;
      font-family: 'Playfair Display';
    font-weight: 500 !important;
}
.twenty-min {
    font-size: 45px;
    font-weight: 700;
}



/* CSS */
.image-section {
    display: flex;
    justify-content: flex-start;
    gap: 33px;
    position: relative;
}

.image-wrapper {
  position: relative;
  display: inline-block;
}

.image-wrapper img {
    display: block;
    width: 121px;
    height: auto;
    border-radius: 10px;
}

.center-border {
    position: absolute;
    top: 50%;
    right: -17px;
    transform: translate(-50%, -50%);
    width: 1px;
    height: 66px;
    pointer-events: none;
    box-sizing: border-box;
    background: #d0cbc2;
    display: block !important;
}
.image-wrapper:nth-child(2) img,
.image-wrapper:nth-child(3) img{
    width: 100px;
}

h3.rf-carousel-title.rf-mb-4 {
  font-family: Montserrat!important;
    font-weight: 800 !important;
    font-size: 35px !important;
    letter-spacing: 0;
    color: #002b70 !important;
    text-align: left !important;
    margin-bottom: 25px!important;
}
.rf-carousel-section.rf-mb-8 {
    margin-left: 15px;
    margin-right: 15px;
}

.product-period-therapy .accordion__title,
.product-period-therapy .p.product__text.inline-richtext.subtitle,
product-period-therapy .accordion__title{
  color: #9B2125 !important;
}

.product-period-therapy .accordion__title, p.product__text.inline-richtext.Ingredients-heading{
  color: #9B2125 !important;
}

.product-period-therapy p.text-wrapper{
  color: #9B2125 !important;
}
.product-period-therapy p.product__text.inline-richtext.subtitle{
   color: #9B2125 !important;
}
.product-period-therapy .static-reviews a{
   color: #9B2125 !important;
}
.product-period-therapy span.h4.inline-richtext{
   color: #9B2125 !important;
}

.product-period-therapy .content-accordion-short p{
  color: #9B2125 !important;
}

.product-period-therapy span.tooltip i{
  background-color: #9B2125 !important;
}

.product-period-therapy p.quick-heading{
  color: #9B2125 !important;
}

.product-period-therapy .product__title h1, .product-period-therapy h2.image-with-text__heading p{
   color: #9B2125 !important;
}

.product-period-therapy .therapy-title{
    color: #9B2125 !important;
}
.product-period-therapy .therapy-desc{
   color: #9B2125 !important;
}

.product-period-therapy table.therapy-table {
    color: #9B2125 !important;
}

.product-period-therapy .tooltip-contents-20min{
  color: #9B2125 !important;
}
.product-period-therapy .main-tooltip-contents strong{
  color: #9B2125 !important;
}
.product-period-therapy .tooltip .tooltiptext {
    background-color: #9B2125 !important;
}

.product-period-therapy .bag-content h5{
  color: #9B2125 !important;
}

.product-period-therapy .bag-content p{
  color: #9B2125 !important;
}
.product-period-therapy .cotton-bag span.tooltip strong {
   background-color: #9B2125 !important;

}

/*.product-period-therapy span.time-minutes{
  background-color: #9B2125 !important;
}*/
.product-period-therapy .reelUp_slider_heading, .faq-main-ww h2, h2.jdgm-rev-widg__title {
   color: #9B2125 !important;
}

.product-period-therapy .faq-question {
    color: #9B2125 !important;
}
.product-period-therapy  .faq-item.open .faq-question {
    border-bottom: 1px solid #9B2125;
}
.product-period-therapy .faq-item.open .faq-question {
   color: #9B2125 !important;
}
.product-period-therapy .faq-answer p{
  color: #9B2125 !important;
}

.product-period-therapy .plus-arrow {
   color: #9B2125 !important;
}
.product-period-therapy.faq-item.open {
    border: 1px solid #9B2125 !important;
}
.product-period-therapy .accordion summary {
  color: #9B2125 !important;
}
.product-period-therapy details.active .summary__title {
    color: #9B2125 !important;
}

.product-period-therapy .dark-bgs {
   background-color: #9B2125 !important;

}

.product-period-therapy span.time-minutes {
    color: #9B2125 !important;
}

.product-period-therapy .icoin-lists div{
   color: #9B2125 !important;
}
.product-period-therapy  strong{
   color: #9B2125 !important;
}
.product-period-therapy .consider{
   color: #9B2125 !important;
}
.product-period-therapy .Quality p{
   color: #9B2125 !important;
}
.product-period-therapy .superiority-sections tr,
.product-period-therapy .superiority-sections th,
.product-period-therapy .superiority-sections td {
  color: #9B2125 !important;
}


.product-period-therapy span.tooltip i, .short-accordion span.tooltip strong, .consider span.tooltip, .superiority-sections span.tooltip strong, .cotton-bag span.tooltip strong {
    background-color: #9B2125 !important;
}
.product-period-therapy .Precautions li {
  color: #9B2125 !important;
}

.product-period-therapy .Precautions li:after {
    background-color: #9B2125 !important;
}

.product-period-therapy .Quality p a {
    color: #9B2125 !important;
}

.product-period-therapy .short-accordion .active
 {
    border: 1px solid #9B2125;
}

.gradient.product-sleep-therapy.template-product p.product__text.inline-richtext.Ingredients-heading {
  color: #002b70!important;
}

.gradient.product-sleep-therapy.template-product span.tooltip strong {
  background: #002b70!important;
}

.product-period-therapy span.tooltip strong {
  color:rgb(255, 255, 255)!important;
}

.product-period-therapy .Quality {
    border: 1px solid #9B2125;
}

.product-period-therapy .superiority-sections table:not([class]) {
  border: 1px solid #9B2125!important;
}

.product-period-therapy table:not([class]) td, table:not([class]) th {
    border: .1rem solid #9B2125;
}
/*@media screen and (min-width: 1024px) {
  .product-period-therapy .icon-first-part li.icon-with-text__item {
    display: flex !important;
  }
}*/


span.heading {
}

.product-period-therapy .accordion summary {
    border-bottom: 0px;
}


.product-period-therapy  p.ingredient-name {
    margin: 0px!important;
}



.gradient.product-sleep-therapy h2.rich-text__heading.rte.inline-richtext.h1 {
  font-family: Montserrat !important;
  font-weight: 800 !important;
  font-size: 35px !important;
  letter-spacing: 0;
  color: #002b70 !important;
  text-align: left !important;
  margin-bottom: 25px !important;
}
.product-period-therapy .icon-first-part li.icon-with-text__item:first-child {
    width: 184px;
    
}
.product-period-therapy .icon-first-part li.icon-with-text__item:nth-child(2) {
    width: 195px;
}

.product-period-therapy h2.rich-text__heading.rte.inline-richtext.h1 {
  font-family: Montserrat !important;
  font-weight: 800 !important;
  font-size: 35px !important;
  letter-spacing: 0;
  color: #9B2125 !important;
  text-align: left !important;
  margin-bottom: 25px !important;6
}
.content-accordion-short .image-block img.ingredient-image {
    width: 155px !important;
    margin-top: 10px;
}
p.ingredient-name {
    margin: 0 !important;
    width: 100%;
    text-align: center;
    font-style: italic;
}
.usage-sections.accordion summary, safety-sections.accordion summary  {
    margin-bottom: 10px !important;
}
.product-period-therapy .tooltip .tooltiptext {
    background-color: #9B2125 !important;
}
.product-period-therapy .accordion__content {
    overflow-x: visible;

}


.product-period-therapy .therapy-table .icon-class img {
    width: 50px; 
  height: 50px;     
  object-fit: contain; 
  border: 1px solid #4c001c;
  border-radius: 2000px; 
  padding: 2px;
}
.product-period-therapy .icon-flexs {
    padding-left: 17px;
}

.usage-comn-section h2.h4.accordion__title.inline-richtext {
    font-size: 16px;
    font-weight: 600;
}
.usage-comn-section summary {
    padding: 0 !important;
}

.usage-comn-section {
    max-width: 80%;
    margin: 0 auto !important;
}
h3.dosage-heading {
   font-family: 'Montserrat';
    font-weight: 700;
    font-size: 18px;
    line-height: 18px;
    letter-spacing: 0;
    color: #9B2125;
    margin: 0 auto;
    margin-bottom: 9px;
}
.usage-comn-section li {
    font-family: Inter;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    list-style-type: none !important;
    color: #9B2125;
}
.consider-inline {
    font-family: Inter;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #9b2125;
    margin-top: 20px;

}


 .product-period-therapy .icoin-lists {
    margin-bottom: 9px;
}
.usage-comn-section li:after {
    content: "";
    width: 7px;
    height: 7px;
    display: block;
    background-color: #9B2125 !important;
    position: absolute;
    top: 9px;
    border-radius: 50px;
    left: -18px;
}
 .usage-comn-section li {
    position: relative;
}

.product-period-therapy .dark-bgs .right-div-image img {
    width: 100%;
}

@media only screen and (max-width: 600px) {

.usage-comn-section h2.h4.accordion__title.inline-richtext {
        font-size: 15px !important;
    }
.usage-comn-section li {
    font-size: 13px !important;
    line-height: 17px !important;
}
.usage-comn-section li:after {
    top: 4px;
}
.consider-inline {
    font-size: 11px !important;
    line-height: 15px !important;
}
.product-period-therapy .icon-first-part li.icon-with-text__item {
    height: 94px;
}








 .product-period-therapy h2.rich-text__heading.rte.inline-richtext.h1 {
    font-size: 20px !important;
    padding-left: 0 !important;
  }
   .gradient.product-sleep-therapy h2.rich-text__heading.rte.inline-richtext.h1 {
    font-size: 20px !important;
    padding-left: 0 !important;
  }
.image-wrapper img {
    width: 120px !important;

}
.image-wrapper:nth-child(2) img {
    width: 81px !important;
}
.image-wrapper:nth-child(3) img {
    width: 100px !important;
}
.image-section {
    align-items: end;
}
.center-border {
    height: 50px;

}
div#shopify-block-AOEtqTWxlS0toN3NoQ__judge_me_reviews_preview_badge_JyQkAG {
    margin-top: 7px !important;
}








.image-wrapper:nth-child(2) img, .image-wrapper:nth-child(3) img {
    width: 88px;
}
.product-period-therapy .icon-first-part li.icon-with-text__item:first-child {
    width: 221px;
}
.content-accordion-short p {
    width: 70% !important;
}
p.ingredient-name {
    width: 100% !important;
}
.qck-main {
    margin-top: 13px;
}
.twenty-min .main-tooltip-contents {
        bottom: 0 !important;
    }
.qck-sctions {
    width: 53%;
}
.therapy-title {
    font-size: 13px;
}
.icon-class {
    margin-top: 10px;
}
h3.testimonial-heading {
    font-size: 25px !important;
    max-width: 95%;
    margin-right: 0;
    margin-left: auto;
}
.therapy-desc {
    font-size: 11px;
    line-height: 13px;

}
table.therapy-table td {
    font-size: 11px;
    line-height: 12px;
}
.gradient.product-sleep-therapy.template-product span.tooltip strong {
    background: #002b70 !important;
    border-radius: 50px;
}
.product-period-therapy .icon-flexs {
    padding-left: 10px;
}
.product-period-therapy .therapy-table span.tooltip {
    margin-left: 3px;
}


}
.product-sleep-therapy .consider span.tooltip {
    background: #032e6d !important;
}
.product-period-therapy table:not([class]) td, table:not([class]) th {
    border: 0 !important;
}
.product-period-therapy .superiority-sections tr td {
        border-bottom: 1px solid !important;
    }
.product-period-therapy .superiority-sections tr:first-child {
    border-bottom: 1px solid !important;
}



@media only screen and (max-width: 568px) {
.superiority-sections tr:first-child th {
    width: 56px !important;
}
.product-period-therapy .superiority-sections th:first-child {
        width: 41px !important;
    }
.product-period-therapy .superiority-sections tr td {
    padding: 5px;
}
.product-period-therapy  td.highlight {
    text-align: center;
}
.product-period-therapy table span.heading {
        font-size: 12px !important;
        line-height: 12px;
    }


.rightusage-flex img {
        width: 160px;
    }
.product-period-therapy .therapy-table .icon-class img {
    width: 35px;
    height: 35px;
}
.qck-sctions {
        width: 100%;
    }
.product-period-therapy .superiority-sections table:not([class]) th {
        width: 111px;
        padding: 10px;
    }
.product-period-therapy .superiority-sections .accordion__content {
    overflow-x: scroll !important;
}

.product-period-therapy .image-block {
    text-align: center;
            width: 30%;
}

.product-period-therapy .faq-answer p {
    padding: 10px;
}
.section-sections--20071635550459__footer-padding {
    padding-left: 15px;
    padding-right: 15px;
}
.content-accordion-short .image-block img.ingredient-image {
    width: 155px !important;
    margin-top: 10px;
    height: auto !important;
    object-fit: contain !important;
}
span.tooltiptext {
    font-size: 12px !important;
    line-height: 15px !important;
}
.qck-main .tooltiptext {
    line-height: 15px !important;
}


.product-period-therapy .science-tab .product__accordion .accordion__content {
    padding: 0;
}
span.min span.tooltip {
    right: 3px !important;
}
div#ProductAccordion-collapsible_tab_QmgaBL-template--20071638958331__main {
    padding: 0;
}
.product-period-therapy .icoin-lists img {
    margin-right: 9px;
}

.product-period-therapy .superiority-sections table:not([class]) th:nth-child(3) img.image,
.product-period-therapy .superiority-sections table:not([class]) th:nth-child(4) img.image
{
    width: 67px;
    min-height: 93px;
    height: auto;
    object-fit: contain;
}
.product-period-therapy span.subtext {
    margin-top: 0;
}
.leftusage-flex .icoin-lists img {
    max-width: 33px;
}
.product-period-therapy .superiority-sections tr td {
        padding: 10px;
    }
.product-period-therapy .icon-class-first-nae li:first-child:before {
        width: 100px !important;
        height: 44px !important;
    }
.product-period-therapy  .icon-class-first-nae li.icon-with-text__item:first-child {
        width: 39%;
    }
.product-period-therapy .leftusage-flex h3.dosage-heading {
    margin-bottom: 10px !important;
}
h3.dosage-heading {
    margin-top: 8px !important;
    margin-bottom: 17px !important;
}
h3.dosage-heading {
    font-size: 16px !important;
}
.product-period-therapy .leftusage-flex {
   padding: 5px 12px 0 !important;
}

  .rightusage-flex img {
        width: 193px;
    }

.image-wrapper:nth-child(3) img {
        width: 75px !important;
    }
.image-wrapper img {
        width: 100px !important;
    }
.image-wrapper:nth-child(2) img {
        width: 74px !important;
    }
body.product-period-therapy .icon-class-first-nae li.icon-with-text__item:nth-child(3) strong {
    font-size: 14px !important;
}
body.product-period-therapy .icon-class-first-nae strong {
    font-size: 14px !important;
}
.product-period-therapy .icon-class-first-nae li.icon-with-text__item:first-child {
        width: 30% !important;
    }
.product-period-therapy .icon-first-part li.icon-with-text__item:nth-child(2) {
    width: 236px;
}


}

@media only screen and (max-width: 400px) {
/* .template-page-about-us #taa-about .ph-h1 {
    font-size: 25px !important;
} */


}

.product-period-therapy .icon-class-first-nae li.icon-with-text__item:nth-child(3) strong {
    font-size: 17px !important;
}






.product-period-therapy .jdgm-preview-badge .jdgm-star.jdgm-star,
.product-sleep-therapy .jdgm-preview-badge .jdgm-star.jdgm-star
 {
    color: #f49440;
}



.product-period-therapy .jdgm-widget span.jdgm-prev-badge__text,
.product-sleep-therapy .jdgm-widget span.jdgm-prev-badge__text
{
    
    font-family: Inter;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: 0;
    text-decoration: none;
    color: #032e6d;
}



.product-period-therapy .jdgm-widget span.jdgm-prev-badge__text{
        color: #9B2125;
}




.product-period-therapy  li.icon-with-text__item img{
  padding: 1px 6px 0px 5px;
}

.product-period-therapy .icon-first-part li.icon-with-text__item:nth-child(2) img {
    padding: 7px;
}
.product-period-therapy .icon-i-text-wrapper span.h4.inline-richtext p {
     line-height: 17px;
}

.product-period-therapy .icon-class-first-nae li:first-child:before {
    content: "";
    width: 131px;
    height: 55px;
        margin-top: -10px;
    background-image: url(/cdn/shop/files/Asset_1_4x_f66d2a46-9ed6-4915-8455-2e17318ae942.png?v=1758895544);
}
.product-period-therapy .icon-class-first-nae {
    margin-bottom: -14px !important;
    margin-top: 25px !important;
}



.product-period-therapy .icon-class-first-nae span.h4.inline-richtext p {
    font-size: 16px !important;
}

.product-period-therapy .icon-class-first-nae strong {
    font-family: Montserrat;
    font-weight: 600;
    font-size: 17px !important;
    line-height: 100%;
    letter-spacing: 0;
}


.product-period-therapy .icon-class-first-nae li.icon-with-text__item {
    justify-content: center;
}

.product-period-therapy  .icon-class-first-nae li.icon-with-text__item:first-child {
    justify-content: start;
}

.product-period-therapy .icon-class-first-nae li.icon-with-text__item:nth-child(2) {
    margin-left: 4px;
    margin-right: -6px;
    width: 31%;
}
.product-period-therapy .icon-class-first-nae li.icon-with-text__item:nth-child(2):after {
    right: 0;
}


.product-period-therapy .icon-class-first-nae li.icon-with-text__item:first-child:after {
    right: -5%;
}



@media (min-width:1200px) {



.product-period-therapy .science-tab {
    margin-top: 35px;
}
.product-period-therapy .science-tab summary {
    padding: 18px 0px;
}

.product-period-therapy .Ingredients-heading {
    margin-top: 17px !important;
}
.product-period-therapy .first-short {
    margin-top: 15px !important;
}

.product-period-therapy .safety-sections summary,
.product-period-therapy .superiority-sections summary{
    padding: 18px 0px;
}
.product-period-therapy .safety-sections .accordion__content,
.product-period-therapy .superiority-sections .accordion__content,
.product-period-therapy .science-tab .accordion__content


{
    padding-left: 0 !important;
      padding-right: 0 !important;
}






}

.product-period-therapy .Ingredients-heading {
    border-bottom: 0 !important;
    padding-bottom: 0 !important;
}

.product-period-therapy  .cotton-bag {
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 13px;
}


.product-period-therapy .leftusage-flex h3.dosage-heading {
    margin-left: 0;
        margin-bottom: 17px;
}

.product-period-therapy .safety-sections {
    margin-top: 22px !important;
}

.product-period-therapy .leftusage-flex {
    border: 1px solid #9B2125;
    padding: 15px;
    padding-bottom: 0;
}


h3.dosage-heading {
    margin-top: 8px !important;
    margin-bottom: 17px !important;
}


.twenty-min {
    margin-left: 20px !important;
}
.center-table {
    margin-top: 8px;
    margin-bottom: 8px;
}









/*.product-sleep-therapy css */


 body.gradient.product-sleep-therapy.template-product .footer{
  display: none;
} 


.product-period-therapy footer.footer.color-scheme-e1e8cf78-9fbe-4b91-bab7-c619e377311c.gradient.section-sections--21540461215995__footer-padding {
    display: none;
}



.product-sleep-therapy .product__title h1, .product-period-therapy .product__title h1
 {
font-family: 'DM Serif Display', Georgia, serif;
    font-size: clamp(42px, 4.5vw, 64px);
    line-height: 1.08;
    color: #1a1a18;
 }


 .product-sleep-therapy fieldset.js.product-form__input.product-form__input--pill {

    grid-template-columns: 1fr;
}


 .product-sleep-therapy .price-per-item__container {
    display: none;
}

.product-sleep-therapy .buy-and-quanity {
  grid-template-columns: 100%;
  
}


.product-sleep-therapy fieldset.js.product-form__input.product-form__input--pill {
    gap: 0px;
}

.product-sleep-therapy .product-form__buttons {
    max-width: 100%;
    align-items:center;
}


.product-sleep-therapy button.product-form__submit {
    border-radius: 0;
    background: #243c81;
    margin-bottom: 0;
}





.product-sleep-therapy button.shopify-payment-button__button.shopify-payment-button__button--unbranded {
    
    font-size: 16px;
    font-weight: 500 !important;
    background: #fef7ec;
    color: #243c81;
    border: 1px solid #243c81;
    padding: 10px;
    border-radius: 0px;
}
.product-sleep-therapy button.shopify-payment-button__button.shopify-payment-button__button--unbranded:hover {
    background: #243c81;
    color: #fef7ec;
    border: 1px solid #243c81;
}



.product-sleep-therapy button.product-form__submit span{

    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0;
     color: #FEF9EC;
}

.discount-bar {
  letter-spacing:0;
    background: #e8ecf8;
    border-radius: 8px;
    padding: 10px 16px;
    font-size: 15px;
    color: #243c81;
    font-weight: 500;
    display: inline-block;
    margin-bottom: 14px!important;
    margin-top: 0px!important;
    width: 100%;
    text-align: center;
}
.s4-stats {
    display: none!important;
}
.s4-eyebrow {

    font-family:'Jost', system-ui, sans-serif !important;

}


/* DEFAULT (unchecked) */
.product-sleep-therapy .product-form__input--pill input[type="radio"]:checked + label {
    border: 0.5px solid rgba(36, 60, 129, 0.25);
    border-radius: 8px !important;
    padding: 12px 14px !important;
    background: #253e7e !important;
    color: #ffffff !important;
    display: flex !important;
    gap: 11px;
    cursor: pointer;
    margin-bottom: 10px;
    font-family: 'Jost', system-ui, sans-serif !important;
    margin-right: 0;
}

/* CHECKED (selected) */
.product-sleep-therapy .product-form__input--pill input[type="radio"] + label {
    background-color: #ffffff !important;
    color: #26407b !important;
    border: 1px solid #243c81 !important;
    font-weight: 500;
    margin-right: 0;
    border-radius: 8px !important;
}

.product-sleep-therapy .page-width {
    max-width: 1200px;
    width: 100%;
    padding: 0;
}

.product-sleep-therapy p.product__text.inline-richtext.subtitle {
    letter-spacing: 0;
    font-family: 'Jost', system-ui, sans-serif !important;
     font-size: 16px!important;
    font-weight: 300;
    color: #000;
    line-height: 1.55;
    margin-bottom: 14px;
}

.product-sleep-therapy span.chk {
    color: #3B6D11;
}

.product-sleep-therapy .trust-row {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 13px;
    color: #5f5e5a;
    margin-bottom: 6px;
    
}
.product-sleep-therapy .trust-row a{
    color: #3B6D11!important ;
    font-weight: 500!important;
   
}


.product-sleep-therapy .badge {
    display: inline-block;
    font-size: 13px;
    font-weight: 500;
    padding: 6px 12px;
    border-radius: 20px;
    margin-right: 3px;
    margin-bottom: 3px;
    background: #e8ecf8;
    color: #243c81;
    font-family: 'Jost', system-ui, sans-serif !important;
    letter-spacing: 0;
 }


 .product-sleep-therapy  .hero-product-name {
    
    font-size: 12px;
    font-weight: 500;
    letter-spacing: .12em;
    text-transform: uppercase;
    color: #1a1a18;
    margin-bottom: 14px;
}


 

    .product-sleep-therapy .dsds {
        width: 100% !important;
        margin: 0 auto;
    }

   .product-sleep-therapy .buy-and-quanity {
      gap: 0px !important;
    }


  .product-sleep-therapy .jdgm-preview-badge .jdgm-star.jdgm-star {
    color: #ba7517;
    font-size: 14px;
}


  .product-sleep-therapy .jdgm-widget.jdgm-preview-badge.jdgm--done-setup {
    margin: 15px 0px!important;

}


.product-sleep-therapy div#bundle-sticky_submit {
    background: #243c81 !important;
    border-radius: 0px!important;
    font-size: 14px!important;
    font-family: 'Jost'!important;
    font-weight: 500!important;
}


/* p.product__text.inline-richtext strong {
    font-family: "DM Serif Display", Georgia, serif;
    font-size: clamp(42px, 4.5vw, 64px);
    line-height: 1.08;
    color: #1a1a18;
} */




@media screen and (max-width: 749px) {
    .thumbnail-list__item.slider__slide {
        width: calc(24% - .6rem)!important;
    }

/* p.product__text.inline-richtext strong {
    font-family: "DM Serif Display", Georgia, serif;
    font-size: 30px;
    line-height: 1.08;
    color: #1a1a18;
} */

.product-period-therapy p.product__text.inline-richtext.subheading-styles.topsub-styles.subtitle {
    font-size: 12px !important;
    line-height: 1.5 !important;
    padding-top: 4px;
    color: #000 !important;
        font-weight: 300;

}
p.it {
    font-size: 12px !important;
    color: #6b0f12 !important;
}
.product-period-therapy span.sp {
    font-size: 9px !important;
    font-weight: 500 !important;
}
.product-period-therapy .stat-l {
    font-size: 11px;
}
.product-period-therapy p.product__text.inline-richtext {
        font-size: 12px;
        font-weight: 400;
    }
.product-period-therapy .cert-band img {
    width: 45px;
}
.period-therapy a.cert-link {
     font-weight: 500 !important;
}
.period-therapy .cert-band {
    margin-bottom: 0 !important;
}

.product-period-therapy .wit-cause {
    margin-bottom: 10px !important;
}


.product-period-therapy  .wit-study-row {
    row-gap: 0;

}
.combo-mob .ws-table td {
    line-height: 1.2;
}

.product-period-therapy .aa-ws-table td {
    line-height: 1.5;
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}

.product-period-therapy  .aa-ws-table th {
    line-height: 1.3;
}
.product-period-therapy table td:nth-child(2) {
    padding: 0 !important;
}

.product-period-therapy td:first-child {
    padding-right: 0 !important;
}
.product-period-therapy .mbll .rightt {
    padding-top: 33px;
}
.product-period-therapy  .aa-mobile-callout {
    padding: 12px;
    letter-spacing: 0;
}
.product-period-therapy strong {
    color: #9B2125 !important;
    font-weight: 400;
    line-height: 1.2;
}
.product-period-therapy .aa-when-card {
    padding-left: 0;

}
.product-period-therapy .aa-batch-link a {
    color: #990727;
}
.product-period-therapy .aa-batch-link a {
    display: block !important;
}
.faq-header .s6s7-eyebrow {
        margin-bottom: 5px;
        display: block;
        font-size: 9px !important;
        font-weight: 500;
        letter-spacing: 0.2em;
        text-transform: uppercase;
    }
.product-period-therapy .faq-header {
    padding-bottom: 14px !important;
}


.product-period-therapy h2.jdgm-rev-widg__title {
    padding-left: 0 !important;
    text-align: center !important;
}

.product-period-therapy p.announcement-bar__message.h5 {
    width: 100% !important;
}

body.product-period-therapy .product__text{
    font-size: 12px !important;
    line-height: 1.5 !important;
}
 


  }







/*   product-period-therepy  css */

  .product-period-therepy .page-width {
    max-width: 1200px;
    width: 100%;
    padding: 0 48px !important;
}


body.gradient.product-period-therapy.template-product-period-therepy section#shopify-section-template--21540464623867__apps_wnyHtY {
    background: #f4f3ef;
}

body.gradient.product-period-therapy.template-product-period-therepy p.product__text.inline-richtext strong {
  font-family:'DM Serif Display', Georgia, serif;
  font-size: clamp(40px, 4.2vw, 60px);
  font-weight: 700;
  line-height: 1.08;
  color: #1a1a18;
}

body.gradient.product-period-therapy.template-product-period-therepy p.product__text.inline-richtext {
    padding-bottom: 15px;
        margin-top: 0;
}



body.gradient.product-period-therapy.template-product-period-therepy p.product__text.inline-richtext em {
   color: #9b1d20!important;

}

body.gradient.product-period-therapy.template-product-period-therepy span.badge {
    color: #9b1d20;
    background: #fceaea;
    display: inline-block;
    font-size: 13px;
    font-weight: 500;
    padding: 6px 12px;
    border-radius: 20px;
    margin-right: 3px;
    margin-bottom: 3px;
    font-family:'jost';
    letter-spacing:0;
}

section.aa-wif-section {
    background: #fef9f0;
}




.hero-right p {
    font-weight: 500;
    font-family:'Jost', system-ui, sans-serif;
}




body.gradient.product-period-therapy.template-product-period-therepy .price-per-item__container {
    display: none;
} 





body.gradient.product-period-therapy.template-product-period-therepy  .buy-and-quanity{
    grid-template-columns: 100%!important;
}
body.gradient.product-period-therapy.template-product-period-therepy .product-form__buttons {
    max-width: 100%;
}

body.gradient.product-period-therapy.template-product-period-therepy fieldset.js.product-form__input.product-form__input--pill {
    grid-template-columns: 1fr;
}

body.gradient.product-period-therapy.template-product-period-therepy fieldset.js.product-form__input.product-form__input--pill {
    gap: 0px;
}

body.gradient.product-period-therapy.template-product-period-therepy variant-selects {
    display: block;
    margin-bottom: 15px;
}

body.gradient.product-period-therapy.template-product-period-therepy button.product-form__submit {
    border-radius: 0px;
    background: #9b1d20;
    height: 50px;
}


body.gradient.product-period-therapy.template-product-period-therepy button.product-form__submit span {
  color: #FEF9EC;
  text-transform: none!important;
  font-family: 'Jost', system-ui, sans-serif!important;
  font-weight: 500!important;
}


button.shopify-payment-button__button.shopify-payment-button__button--unbranded {
    text-transform: none!important;
  font-family: 'Jost', system-ui, sans-serif!important;
  font-size: 16px;
  font-weight: 500!important;
    background: #fef7ec;
    color: #9b1d20;
    border: 1px solid #9b1d20;
    padding: 10px;
    border-radius: 0px;
}

button.shopify-payment-button__button.shopify-payment-button__button--unbranded:hover {
     background: #9b1d20;
     color: #FEF9EC;
     border: 1px solid #9b1d20;
}


.product-period-therapy .jdgm-preview-badge .jdgm-star.jdgm-star {
    color: #ba7517;
    font-size: 10px;
}



.product-period-therapy p.product__text.inline-richtext.DES.subtitle{
    font-size: 17px!important;
    color: #5f5e5a!important;
    line-height: 1.75!important;
    
}

.product-period-therapy span.jdgm-prev-badge__text {
  color: #5f5e5a!important;
  font-size: 13px!important;
 
}

.product-period-therapy .jdgm-widget.jdgm-preview-badge.jdgm--done-setup{
   margin-bottom: 22px;
}
div#shopify-block-AT3h1azdLQWZ0NWFrQ__judge_me_reviews_review_widget_YpJDxx {
    background: #f0f2f9;
}
.jdgm-rev.jdgm-divider-top.jdgm--done-setup {
    background: #FEF9EC;
    margin: 10px 0;
    border: 1px solid #00000014;
    border-radius: 8px;
    padding-left: 10px;
    padding-right: 10px;
}
.jdgm-rev__icon {
    display: none !important;
}
.jdgm-rev-widg {
    padding: 24px 0px!important;
    margin: 0;
    border: none;
}
.jdgm-rev__header {
    padding: 0 5px;
}
 .jdgm-rev__content {
    padding: 0 5px;
}

.jdgm-row-rating {
    margin-bottom: 0;
}
.jdgm-row-extra {
    line-height: 0;
    display: none;
}

.product-period-therapy .product-form__input--pill input[type=radio]:checked+label {
    border: 1px solid #d48a8c !important;
    border-radius: 8px !important;
    font-family: 'Jost';
    background: #990727 !important;
    color: #ffffff !important;
    display: flex !important;
    gap: 7px;
    cursor: pointer;
    margin-bottom: 10px;
    margin-right: 0px !important;
}
a {
    text-decoration: none;
}
span.cl {
    font-size: 22px;
    color: rgba(254, 249, 236, 0.88);
    letter-spacing:0;
}

.product-period-therapy .product-form__input--pill input[type=radio]+label {
    background-color: #fef9ed !important;
    color: #97002c !important;
    border: 1px solid #9b1d20 !important;
    padding: 14px 14px !important;
    font-weight: 500;
    border-radius: 8px !important;
    margin-right: 0px !important;
}

.product-period-therapy .chk {
    color: #9b1d20;
}

.product-period-therapy .trust-row {
    font-size: 13px;
    color: #5f5e5a;
    margin-bottom: 6px;
    font-family: 'DM Sans', system-ui, sans-serif;
}

.product-period-therapy .discount-bar {
  background: #e8ecf8;
    border-radius: 8px;
    padding: 10px 16px;
    font-size: 15px;
    color: #243c81;
    font-weight: 600;
    display: inline-block;
    margin-bottom: 14px !important;
    margin-top: 0px !important;
    /* font-family: 'DM Sans', system-ui, sans-serif; */
    width: 100%;
    text-align: center;
    letter-spacing:0;
}
    .product-period-therapy  .product-form__submit, .shopify-payment-button {
        width: 50% !important;
    }

body.gradient.product-period-therapy.template-product-period-therepy button.product-form__submit span {
font-size: 16px ;
}
body.gradient.product-period-therapy.template-product-period-therepy button.product-form__submit span:after {
font-size: 17px;
}

.Vtl-StickyAddToCart__ProductInfoTitle {
         text-transform: capitalize;
    }
.product-period-therapy div#bundle-sticky_submit {
    background: #9b1d20 !important;
    font-size: 14px !important;
    height: 39px;
    font-weight: 500;
    font-family: 'Jost' !important;
}

.rich-text__text.rte p {
    font-size: 11px;
    font-weight: 500;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: #0D3D1F;
    margin-bottom: 1px;
    display: block;
    font-family: 'Jost', system-ui, sans-serif;
}
 .product-period-therapy .rich-text__text.rte p {
    color: #9b1d20;
}

p.product__text.inline-richtext a {
    color:#243c81!important;
    text-decoration: underline;
}
.period-therapy p.product__text.inline-richtext a {
    color:#9b1d20!important;
    text-decoration: underline;
}
.jdgm-histogram .jdgm-star {
    color: #FBBB40!important;
}
a.jdgm-write-rev-link {
    background: #002b70 !important;
      font-family: jost;
    letter-spacing: 0;
}
 b.jdgm-rev__title {
    color: #002b70 !important;
     font-family: jost;
    letter-spacing: 0;
}
span.jdgm-star.jdgm--on,span.jdgm-star.jdgm--half, span.jdgm-star.jdgm--off{
   color: #FBBB40!important;
}
span.jdgm-rev-widg__summary-average, span.jdgm-rev__author, .jdgm-rev__body p {
    font-family: jost;
    letter-spacing: 0;
}
.product-period-therapy a.jdgm-write-rev-link {
    background: #9b1d20 !important;
      font-family: jost;
    letter-spacing: 0;
}
 .product-period-therapy b.jdgm-rev__title {
    color: #9b1d20 !important;
     font-family: jost;
    letter-spacing: 0;
}
.jdgm-histogram__bar-content {
    background-color: #FBBB40!important;
}
.template-blog .card__information {
padding: 21px !important;
}

.template-page-shop-all
 #s-prod .prod-img {
    aspect-ratio: 1 / 1;

}



  @media screen and (max-width: 600px) {


#taa-homepage .prod-img {
    aspect-ratio: auto !important;
}


    .product-period-therapy .dsds {
        width: 100% !important;
    }
    .product-period-therapy button.shopify-payment-button__button.shopify-payment-button__button--unbranded {
        min-width: 100% !important;
        max-width: 100% !important;
  }
  .product-period-therapy p.product__text.inline-richtext.DES.subtitle {
    font-size: 15px !important;
    line-height: 1.25 !important;

}
.stars-row {
        font-size: 11px !important;
    }

}


@media screen and (max-width: 749px) {
    .product-period-therapy .buy-and-quanity {
        align-items: end !important;
        gap: 0px !important;
    }
}





footer.s8-footer {
    display: none!important;
}

footer.aa-footer {
    display: none!important;
}

body.gradient.product-sleep-therapy.template-product .taa-footer {
  background: #243c81!important;
}

body.gradient.product-period-therapy.template-product-period-therepy .taa-footer {
  background: #9b1d20!important;
}


body.gradient.template-page-shop-all .product-form__buttons {
    max-width: 100%!important;
}

 body.gradient.template-page-shop-all .product-form__buttons span {
    font-size: 0 !important;
    line-height: 0 !important;
}

body.gradient.template-page-shop-all .product-form__buttons span::before {
    font-size: 15px !important;
    font-weight: 500 !important;
    font-family: 'DM Sans', system-ui, sans-serif !important;
    line-height: 18px !important;
    content: "add to cart";
    text-transform: capitalize!important;
} 



 p.product__text.inline-richtext.new-produt-title {
    font-family: 'Playfair Display', Georgia, serif!important;
    font-weight: 500!important;
    line-height: 1.15!important;
    font-size: 42px;
    color: #1a1a18;
}
 p.product__text.inline-richtext.new-produt-title strong{
    font-family: 'Playfair Display', Georgia, serif!important;
    font-weight: 500!important;
    line-height: 1.15!important;
    font-size: 42px!important;
    color: #243c81!important;
     display:block;
}
 .product-period-therapy p.product__text.inline-richtext.new-produt-title strong{
    font-family: 'Playfair Display', Georgia, serif!important;
    font-weight: 500!important;
    line-height: 1.15!important;
    font-size: 42px;
    color: #9b1d20!important;
}
.product-sleep-therapy p.product__text.inline-richtext.new-produt-title em {
  color: #243c81!important;
}

.stat-pill {
       background: #fceaea;
    border-radius: 8px;
    padding: 11px 13px;
    margin-bottom: 11px;
    margin-top: 16px;
    display: flex;
    gap: 8px;
    align-items: center;
}
.stars-row {
    margin-bottom: 10px;
}

.stat-n {
    font-size: 24px !important;
    font-weight: 600 !important;
    color: #9b1d20 !important;
    line-height: 1;
    margin-bottom: 3px;
    margin-top: 0;
        letter-spacing: -2px;
}

.stat-l {
       font-size: 15px;
    font-weight: 300 !important;
    color: #6b0f12 !important;
    line-height: 1.4;
    margin-top: 0;
    margin-bottom: 0;
}

.cert-band {
    display: flex;
    align-items: center;
    justify-content: space-around;
    padding: 12px 14px;
    border-radius: 8px;
    margin-bottom: 12px;
    background:#f0f2f9;
}

.cert-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 4px;
}

.cert-sep {
    width: 0.5px!important;
    height: 28px!important;
    background: rgba(0, 0, 0, 0.08)!important;
}
span.cert-lbl{
    color: #9b1d20!important;
    font-weight: 600;
    font-size: 14px;
    text-decoration: none;
}



.product-sleep-therapy .review {
    border-left: 2px solid rgba(36, 60, 129, 0.3);
    padding: 11px 13px;
    margin-bottom: 12px;
    background: #e8ecf8;
    border-radius: 0 8px 8px 0;
}

.product-sleep-therapy .review-text {
    font-size: 15px;
    font-weight: 300;
    color: #1a2d63;
    font-style: italic;
    line-height: 1.65;
    margin-bottom: 8px;
    margin-top: 0;
    letter-spacing: 0;
}

.product-sleep-therapy .review-meta {
    display: flex;
    align-items: center;
    gap: 8px;
}
.product-sleep-therapy .review-name {
    font-size: 15px;
    font-weight: 500;
    color: #243c81;
    font-family: 'Jost' !important;
    letter-spacing:0;
}

.product-sleep-therapy .ver-tag {
    display: inline-block;
    font-size: 13px;
    font-weight: 500;
    padding: 2px 10px;
    border-radius: 15px;
    background: #e8ecf8;
    color: #243c81;
    border: 0.5px solid rgba(36, 60, 129, 0.25);
     font-family: 'Jost', system-ui, sans-serif !important;
         letter-spacing:0;
}

.product-sleep-therapy .stat-pill {
   align-items: center;
    background: #e8ecf8 !important;
    border-radius: 8px;
    padding: 11px 13px;
    margin-bottom: 10px;
    display: flex;
    gap: 7px;
}
.product-sleep-therapy .stat-n {
    font-size: 22px;
    font-weight: 600;
    color: #243c81!important;
    line-height: 1;
    font-family: 'Jost', system-ui, sans-serif !important;
    margin-bottom: 3px;
    letter-spacing: -2px;
}

.product-sleep-therapy .stat-l {
    font-size: 14px;
    font-weight: 300;
    color: #3d5499!important;
    line-height: 1.4;
    letter-spacing: 0;
}
.vr-1 {
    bottom: 23px!important;
}
.vr-2 {
    bottom: 15px!important;
}


.product-sleep-therapy  .cert-lbl a {
  color: #243c81!important;
  font-weight:600;

}

.Vtl-StickyAddToCart__Container {
   flex-direction: row!important;

}
.card.article-card.card--standard.card--media {
    background: white;
    border-radius: 18px;
        border: 1px solid #00000012;
}
.title-wrapper-with-link.title-wrapper--self-padded-tablet-down.title-wrapper--no-top-margin {
    border-bottom: 1px solid #00000012;
}
    h2.rich-text__heading.rte.inline-richtext.h1 {
    font-family: 'Playfair Display', Georgia, serif;
    font-size: 46px;
}
.card.article-card.card--standard.card--media h3.card__heading.h2 {
    font-size: 15px;
    color: black;
    line-height: 1.65;
    font-weight: 300;
}
.card.article-card.card--standard.card--media p.article-card__excerpt.rte-width {
    font-size: 13px;
    color: #5f5e5a;
    line-height: 1.6;
    font-weight: 300;
    font-family: jost;
        margin-bottom: 10px;
        margin-top: 0;
}
.article-card__info.caption-with-letter-spacing.h5 {
    color: #9a9892;
    font-size: 12px;
    text-transform: capitalize;
    letter-spacing: 0;
    font-family: jost;
    font-weight: 400;
}
.title-wrapper-with-link {
    display: flex;
    justify-content: flex-start;
}
h2#SectionHeading-template--21722459635963__featured_blog_9PQVn3 {
    font-size: 11px;
    font-weight: 600;
    letter-spacing: .1em;
    text-transform: uppercase;
    padding: 16px 0 14px;
    /* border-bottom: .5px solid var(--border); */
    margin-bottom: 0;
    display: block;
    /* grid-column: 1 / -1; */
    color: #9b1d20;
}
h2#SectionHeading-template--21722459635963__featured_blog_9Niz4p{
    font-size: 11px;
    font-weight: 600;
    letter-spacing: .1em;
    text-transform: uppercase;
    padding: 16px 0 14px;
    /* border-bottom: .5px solid var(--border); */
    margin-bottom: 0;
    display: block;
    /* grid-column: 1 / -1; */
    color: #3B6D11;
}








@media (max-width: 749px) {

#taa-homepage .hero-content {
        position: relative;
        z-index: 2;
        padding: 29px 20px 20px;
        box-shadow: none !important;
        background-image: url(/cdn/shop/files/phone_banner-11.png?v=1780930112);
        background-size: cover;
        background-repeat: no-repeat;
        background-position: bottom;
        padding-bottom: 234px !important;
    }
.mbl-img {
    display: none !important;
}








#taa-homepage .cta-h span { color: #84BA94;     font-size: 30px!important;}
#taa-homepage .s-who-h span, #taa-homepage .s-h span, #taa-homepage .hero-h1 span { color: #84BA94;     font-size: 28px!important; }
  .aa-wif-study-link {
    font-size: 10px!important;
        color: #6b0f12!important;
}

a.aa-wif-study-link {
    color: #5f5e5a !important;
}
 a.aa-wif-study-link path {
    stroke: #5f5e5a;
}

a.aa-wif-study-link rect {
       stroke: #5f5e5a;
}

.aa-ingr-note p {
    color: #990727 !important;
    letter-spacing: 0 !important;
    line-height: 1.4;
    font-size: 12px;
}
.combo-mob .ingr-note p {
     letter-spacing: 0 !important;
    line-height: 1.4;
    font-size: 12px;
            color: #253e7e !important;
            margin: 0;
        }





  #taa-homepage .cert-item {

    font-size: 9px!important;
   
}
#taa-homepage .s-label {
    margin-bottom: 0!important;
}
.taa-footer-inner {
    width: auto!important;
}
.aa-sec-sf {
    margin-top: 0px!important;
}
p.product__text.inline-richtext.new-produt-title {
    font-family: 'Playfair Display', Georgia, serif!important;
    font-size: 25px!important;
    font-weight: 500!important;
    line-height: 1.15!important;
    color: #1a1a18!important;
    margin-bottom: 8px;
    padding-bottom:0!important;
    display:block;
}
.product-sleep-therapy span.jdgm-prev-badge__text {
    color: #5f5e5a !important;
    font-size: 11px!important;
    font-weight: 300!important;
}
.aa-sec-h{
   font-size: 25px!important;
}
.aa-cause-title {
    letter-spacing: 0;
}

.cert-img{
  height:30px;
  object-fit:contain;
}

.cert-svg{
  width:25px;
  height:18px;
}

.cert-svg path{
  stroke:#9b1d20;
  stroke-width:1.3;
  fill:none;
  stroke-linecap:round;
  stroke-linejoin:round;
}

.cert-link{
  font-weight:500;
  font-size:10px!important;
  text-decoration:none;
}
.cert-item svg {
    width: 15px;
    height: 15px;
}
.wit-heading {
  font-size: 25px!important;
  margin-top:0;
}
.wit-heading span {
  font-size: 25px!important;
  margin-top:0;
}
.wit-cause {
    margin-bottom: 5px;
}
  

.rich-text__text.rte p {
    font-size: 9px!important;
            margin-bottom: 0 !important;
}
.aa-tab {
     border-bottom: 2px solid transparent!important;
}
.aa-tab.active {
    border-bottom-color: var(--r)!important;
}
.aa-herb-name {
    font-size: 13px!important;
}
.wit-title, .wit-cause,.wit-herb {
    margin-top: 0;
}
.rich-text {
    padding-top: 30px!important;
    padding-bottom: 0px;
    border-top: 0.5px solid rgba(0, 0, 0, 0.08);
}
.product-period-therapy .discount-bar {
    padding: 10px 0px;
    font-size: 11px!important;
    color: #9b1d20;
    font-weight: 500!important;
    text-align: center;
}

.period-therapy .cert-band {
    background: #fef9f0;
    margin-bottom: 30px;
}
.product-sleep-therapy  .cert-item img {
  height: 30px;
  object-fit: contain;
}

.product-sleep-therapy  .cert-lbl a {
  font-weight: 500;
  font-size: 9px;
  text-decoration: none;
}


.taa-footer-inner {
    display: block!important;

}
/* Remove all table lines */
table,
tr,
td,
th,
tbody,
thead {
  border: 0 !important;
  outline: 0 !important;
  box-shadow: none !important;
}

/* Prevent collapsed border artifacts */
table {
  border-collapse: separate !important;
  border-spacing: 0 !important;
}

/* Remove vertical/horizontal separators */
td,
th {
  border-right: none !important;
  border-bottom: none !important;
  background-image: none !important;
}

/* Remove pseudo-element dividers */
td::before,
td::after,
th::before,
th::after,
tr::before,
tr::after {
  display: none !important;
}

{% if template.name == 'product' %}
p,
span {
  font-family: 'Jost', system-ui, sans-serif !important;
  letter-spacing: 0;
}
{% endif %}


a.cert-link {
    line-height: 1.3;
    color: #9b1d20!important;
    font-weight: 600!important;
    text-decoration: none!important;
}

a.cert-link {
    width: 100%;
    display: block;
    text-align: center;
    margin: 0 auto;
    line-height: 1.3;
    color: #9b1d20;
    font-weight: 600;
    text-decoration: none;
}

.stars-row {
    font-size: 15px;
    font-weight: 300;
    color: var(--ts);
    display: flex;
    align-items: center;
    gap: 6px;
    margin-bottom: 8px!important;
}
.stars {
    color: #BA7517;
    letter-spacing: 0.5px;
}
a.cert-link {
    color: #9b1d20;
    font-weight: 500;
    font-size: 16px;
    text-decoration: none;
}
.product-period-therapy .rich-text__text.rte p {
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: #9b1d20;
    margin-bottom: 10px;
    display: block;
}
.product-period-therapy div#bundle-sticky_submit {
    background: #9b1d20 !important;
    font-size: 13px !important;
    border-radius: 0px!important;
    padding: 0!important;
    width: 104px!important;
}
  body.gradient.template-page-science  #quinn-lite-cards-1.quinn_cards {
        padding: 5px 0px 20px 0px !important;
    }
    .blog {
    padding: 0 18px;
}
}

 .tw-pro h2 {
    font-family: 'Playfair Display'!important;
}
.shopify-payment-button {
    width: 100% !important;
}
.product-period-therapy .shopify-payment-button {
    width: 50% !important;
}
.mm {
    padding-left: 10px!important;
}
.product-period-therapy p.product__text.inline-richtext.new-produt-title {
    display: ruby;
}




.product--left .grid.slider {
  padding-left: 0 !important;
  scroll-padding-left: 0 !important;
  margin-left: 0 !important;
}


 .product--left .grid.slider .slider__slide:first-child {
  margin-left: 0 !important;
  padding-left: 0 !important;
}

.product--left slider-component.slider-mobile-gutter {
  padding-left: 0 !important;
}
