/** Shopify CDN: Minification failed

Line 4245:34 Expected ":"

**/
/* Derived from base colors (theme settings) */

:root {
  --color-foreground: var(--color-base-text);
  --color-background: var(--color-base-background);
  --color-heading: var(--color-base-heading);
  --color-border: var(--color-base-border);
}

/* Primary button */

:root {
  --color-button-background: var(--color-base-accent);
  --color-button-border: var(--color-base-accent);
  --color-button-text: var(--color-base-solid-button-labels);
}

/* Secondary button */

.button--secondary {
  --color-button-background: var(--color-background);
  --color-button-border: var(--color-base-outline-button-labels);
  --color-button-text: var(--color-base-outline-button-labels);
}

/* Tertiary button */

.button--tertiary {
  --color-button-background: var(--color-background);
  --color-button-border: var(--color-border);
  --color-button-text: var(--color-base-outline-button-labels);
}

/* Links */

:root {
  --color-link: var(--color-base-outline-button-labels);
}

/* Badges */

:root {
  --color-badge-background: rgba(var(--color-background), 0.95);
  --color-badge-foreground: rgb(var(--color-foreground));
  --color-badge-border: rgb(var(--color-border));
}

/* Duration */

:root {
  --duration-short: 100ms;
  --duration-default: 250ms;
  --duration-long: 500ms;
  --duration-animate: 1000ms;
  --image-position: center center;
}

/* base */

.no-js:not(html) {
  display: none !important;
}

html.no-js .no-js:not(html) {
  display: block !important;
}

.no-js-inline {
  display: none !important;
}

html.no-js .no-js-inline {
  display: inline-block !important;
}

html.no-js .no-js-hidden {
  display: none !important;
}

html {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}

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

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

@media screen and (min-width: 750px) {
  .page-width {
    padding: 0 5rem;
  }

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

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

@media screen and (min-width: 990px) {
  .page-width--inner {
    padding: 0 15rem;
  }

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

  .page-width-desktop {
    max-width: var(--page-width);
    padding: 0 5rem;
  }
}

.page-width--full-width {
  max-width: 100%;
  padding: 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 {
  margin-top: 5rem;
}

.element-margin-small {
  margin-top: 3rem;
}

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

[data-page-rendering] .shopify-section + .shopify-section {
  content-visibility: auto;
}

.shopify-design-mode[data-page-rendering] .shopify-section + .shopify-section,
.no-js [data-page-rendering] .shopify-section + .shopify-section {
  content-visibility: visible;
}

body {
  color: rgb(var(--color-foreground));
  background-color: rgb(var(--color-background));
  overflow-x: hidden;
}

.background-secondary {
  border-top: 0.1rem solid rgb(var(--color-border));
  padding: 4rem 0 5rem;
}

@media screen and (min-width: 750px) {
  .background-secondary {
    padding: 6rem 0 5rem;
  }
}

.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: 0.1rem;
  height: 0.1rem;
  margin: -0.1rem;
  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;
}

body.overflow-hidden {
  padding-inline-end: var(--scrollbar-width);
}

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

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

.heading,
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-heading));
  line-height: calc(1 + 0.3 / max(1, var(--font-heading-scale)));
}

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

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

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

@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.8rem);
  }
}

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) * 2rem);
  }
}

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

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

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;
}

[data-heading-capitalize] h1,
[data-heading-capitalize] h2,
[data-heading-capitalize] h3,
[data-heading-capitalize] .h0,
[data-heading-capitalize] .h1,
[data-heading-capitalize] .h2,
[data-heading-capitalize] .h3,
[data-heading-capitalize] .card-information__text,
[data-heading-capitalize] .bundle-products .product-title {
  text-transform: uppercase;
}

[data-heading-capitalize] .article-card__title,
[data-heading-capitalize] .article-template__navigation .h3 {
  font-size: calc(var(--font-heading-scale) * 1.7rem - 0.2rem);
  letter-spacing: 0.2em;
}

[data-heading-capitalize] .card-information__text.h4,
[data-heading-capitalize] .bundle-products .product-title {
  font-size: calc(var(--font-heading-scale) * 1.5rem - 0.2rem);
  letter-spacing: 0.2em;
}

@media only screen and (min-width: 750px) {
  [data-heading-capitalize] .article-card__title,
  [data-heading-capitalize] .article-template__navigation .h3 {
    font-size: calc(var(--font-heading-scale) * 2rem - 0.2rem);
  }

  [data-heading-capitalize] .card-information__text.h4,
  [data-heading-capitalize] .bundle-products .product-title {
    font-size: calc(var(--font-heading-scale) * 1.6rem - 0.2rem);
  }
}

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

@media screen and (min-width: 750px) {
  blockquote {
    padding-inline-start: 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;
  }
}

.typeset0,
.typeset,
.typeset2,
.typeset3 {
  line-height: calc(1 + 0.4 / var(--font-body-scale));
  color: rgb(var(--color-foreground));
}

.typeset0 {
  font-size: 1.3rem;
}

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

.typeset {
  font-size: 1.5rem;
}

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

.typeset2 {
  font-size: 1.8rem;
}

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

.typeset3 {
  font-size: 2rem;
}

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

.typeset .link,
.typeset2 .link,
.typeset3 .link {
  font-size: inherit;
}

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

.caption-with-letter-spacing .link {
  font-size: inherit;
  color: inherit;
}

.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 rgb(var(--color-border));
  /* draws the table border  */
}

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

@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;
  }
}

.center {
  text-align: center;
}

.left {
  text-align: start;
}

.right {
  text-align: end;
}

@media screen and (max-width: 749px) {
  .mobile-center {
    text-align: center;
  }

  .mobile-left {
    text-align: start;
  }

  .mobile-right {
    text-align: end;
  }
}

.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: none;
}

.link {
  font-family: inherit;
  font-size: 1.4rem;
  cursor: pointer;
  padding: 0;
  position: relative;
  border: none;
  box-shadow: none;
  text-decoration: none;
  color: rgb(var(--color-link));
  background-color: transparent;
  background-image: linear-gradient(
      to top,
      rgb(var(--color-border)) 0px,
      rgb(var(--color-border)) 0px
    ),
    linear-gradient(to top, transparent 0px, transparent 0px);
  background-repeat: no-repeat;
  background-position: right bottom, right bottom;
  background-size: 0% 0.1rem, 100% 0.1rem;
  transition-property: background-size;
  transition-timing-function: ease;
  transition-duration: var(--duration-default);
}

@media screen and (hover: hover) {
  .link:hover {
    background-position: left bottom, left bottom;
    background-size: 100% 0.1rem, 100% 0.1rem;
  }
}

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

.link--underline {
  background-image: linear-gradient(
      to top,
      rgb(var(--color-link)) 0px,
      rgb(var(--color-link)) 0px
    ),
    linear-gradient(
      to top,
      rgb(var(--color-border)) 0px,
      rgb(var(--color-border)) 0px
    );
}

.link-with-icon {
  background-image: none;
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  white-space: nowrap;
}

.link-with-icon .label {
  position: relative;
}

@media screen and (hover: hover) {
  .link-with-icon .label {
    background-color: transparent;
    background-image: linear-gradient(
        to top,
        rgb(var(--color-link)) 0px,
        rgb(var(--color-link)) 0px
      ),
      linear-gradient(
        to top,
        rgb(var(--color-border)) 0px,
        rgb(var(--color-border)) 0px
      );
    background-repeat: no-repeat;
    background-position: right bottom, right bottom;
    background-size: 0% 0.1rem, 100% 0.1rem;
    transition: background-size var(--duration-default) ease;
  }

  .link-with-icon:hover .label {
    background-position: left bottom, left bottom;
    background-size: 100% 0.1rem, 100% 0.1rem;
  }
}

.link-with-icon .icon {
  width: 1.8rem;
  height: 1.8rem;
  margin-inline-end: 1rem;
}

.circle-divider::after {
  content: "\2022";
  font-weight: 400;
  margin: 0 1.3rem 0 1.5rem;
}

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

.dash-divider::after {
  content: "\2014";
  font-weight: 400;
  margin: 0 1rem 0 1.2rem;
}

.dash-divider:last-of-type::after {
  content: none;
}

hr {
  border: none;
  height: 0.1rem;
  background-color: rgb(var(--color-border));
  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;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
}

.placeholder {
  background-color: rgba(var(--color-base-text), 0.04);
  color: rgba(var(--color-base-text), 0.55);
  fill: rgba(var(--color-base-text), 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;
  }
}

/* arrow animation */
@media screen and (hover: hover) {
  .animate-arrow .icon-arrow path {
    transform: translateX(-0.25rem);
    transition: transform var(--duration-default) ease;
  }

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

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

summary .icon-caret {
  position: absolute;
  top: 50%;
  right: 1.5rem;
  margin-top: -0.3rem;
  height: 0.6rem;
  transition: transform var(--duration-default) ease;
}

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

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

.disclosure-has-popup[open] > summary::before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 2;
  display: block;
  cursor: default;
  background: none;
}

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

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

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

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

*:focus-visible {
  outline: 0.2rem solid rgb(var(--color-keyboard-focus));
  outline-offset: 0.3rem;
  box-shadow: 0 0 0 0.3rem rgb(var(--color-background)),
    0 0 0.5rem 0.4rem rgba(var(--color-keyboard-focus), 0.5);
}

/* Fallback - for browsers that don't support :focus-visible, a fallback is set for :focus */
.focused,
.no-js *:focus {
  outline: 0.2rem solid rgb(var(--color-keyboard-focus));
  outline-offset: 0.3rem;
  box-shadow: 0 0 0 0.3rem rgb(var(--color-background)),
    0 0 0.5rem 0.4rem rgba(var(--color-keyboard-focus), 0.5);
}

/* Negate the fallback side-effect for browsers that support :focus-visible */
.no-js *:focus:not(:focus-visible) {
  outline: 0;
  box-shadow: none;
}

/*
  Focus ring - inset
*/

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

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

.no-js .focus-inset:focus:not(:focus-visible) {
  outline: 0;
  box-shadow: none;
}

/*
  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 rgb(var(--color-keyboard-focus));
  outline-offset: 1rem;
  box-shadow: 0 0 0 1rem rgb(var(--color-background)),
    0 0 0.2rem 1.2rem rgba(var(--color-keyboard-focus), 0.5);
}

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

.no-js .focus-offset:focus:not(:focus-visible) {
  outline: 0;
  box-shadow: none;
}

/* component-title */
.title-wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 2rem;
}

.title-wrapper.center {
  justify-content: center;
}

.title-wrapper.right {
  justify-content: flex-end;
}

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

.title {
  margin: 3rem 0 2rem;
}

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

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

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

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

.title-wrapper .link {
  font-size: 1.6rem;
  margin-top: 0;
  flex-shrink: 0;
}

.title-wrapper .link-with-icon {
  display: flex;
  align-items: center;
  text-transform: uppercase;
  font-family: var(--font-heading-family);
  font-size: calc(var(--font-heading-scale) * 1.3rem);
  letter-spacing: 0.3rem;
  font-weight: 600;
}

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

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

.title-wrapper--no-heading {
  display: none;
}

@media screen and (max-width: 989px) {
  .title-wrapper--mobile-link {
    display: flex;
  }
}

[data-heading-center] .title-wrapper:not(.title-wrapper--no-heading) {
  flex-direction: column;
  align-items: center;
  text-align: center;
}

[data-heading-center] .page-title {
  text-align: center;
}

.title .link {
  font-size: inherit;
  line-height: normal;
}

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

@media screen and (min-width: 750px) {
  .subtitle {
    font-size: 1.8rem;
    line-height: calc(1 + 0.8 / var(--font-body-scale));
  }
}

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

@media screen and (min-width: 480px) {
  .grid {
    --grid-horizontal-spacing: 2rem;
  }
}

@media screen and (min-width: 750px) {
  .grid {
    --grid-horizontal-spacing: 3rem;
  }
}

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

@media screen and (min-width: 750px) {
  .grid__item {
    padding-bottom: 1rem;
  }

  .grid__item--one-third {
    max-width: 100%;
    width: calc(33.33% - var(--grid-horizontal-spacing) / 2);
  }

  .grid__item--two-third {
    max-width: 100%;
    width: calc(66.67% - var(--grid-horizontal-spacing) / 2);
  }

  .grid__item--one-quarter {
    max-width: 100%;
    width: calc(25% - var(--grid-horizontal-spacing) / 2);
  }

  .grid__item--three-quarter {
    max-width: 100%;
    width: calc(75% - var(--grid-horizontal-spacing) / 2);
  }
}

.grid--gapless {
  margin-bottom: 0;
  --grid-horizontal-spacing: 0rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.grid__item--vertical-align {
  align-self: center;
}

.grid__item--full-width {
  flex: 0 0 100%;
  max-width: 100%;
}

.grid--no-gutters {
  column-gap: 0;
}

.grid--no-gutters .grid__item {
  padding-bottom: 0;
}

/* component-media */

.media-wrapper {
  display: block;
  position: relative;
  overflow: hidden;
  background-color: rgb(var(--color-placeholder));
}

[data-lazy-image] .media-wrapper.loading,
.media-wrapper[loading] {
  position: relative;
}

[data-lazy-image] .media-wrapper.loading::before,
[data-lazy-image] .media-wrapper.loading::after,
.media-wrapper[loading]::before,
.media-wrapper[loading]::after {
  content: "";
  position: absolute;
  width: 5rem;
  height: 0.2rem;
  left: 50%;
  top: 50%;
  margin-top: -0.1rem;
  margin-left: -2.5rem;
  z-index: 1;
  background-color: rgb(var(--color-base-background));
}

[data-lazy-image] .media-wrapper.loading::before,
.media-wrapper[loading]::before {
  opacity: 1;
  background-color: rgb(var(--color-base-text));
}

[data-lazy-image] .media-wrapper.loading::after,
[data-lazy-image] .media-wrapper--small.loading::after,
.media-wrapper[loading]::after {
  animation: preloading 1.5s infinite ease;
  will-change: transform;
}

[data-lazy-image] .media-wrapper.loading img[is="lazy-image"],
.media-wrapper[loading] img[is="lazy-image"] {
  opacity: 0;
}

.media-wrapper--large[loading]::before,
.media-wrapper--large[loading]::after {
  width: 8rem;
  height: 0.3rem;
  margin-left: -4rem;
  margin-top: -0.15rem;
}

[data-lazy-image] .media-wrapper--small.loading::before,
[data-lazy-image] .media-wrapper--small.loading::after {
  width: 3rem;
  margin-left: -1.5rem;
}

.media {
  display: block;
  position: relative;
  overflow: hidden;
}

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

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

.media > img {
  backface-visibility: hidden;
  object-fit: cover;
  object-position: var(--image-position);
  transition: opacity var(--duration-long) ease;
}

.media--image-contain > img {
  object-fit: contain;
}

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

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

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

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

.media--wide {
  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%;
  }
}

.media .image-fit {
  position: relative;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
  object-position: var(--image-position);
}

.media--image-contain .image-fit {
  object-fit: contain;
}

.media--adapt {
  position: relative;
  height: 0;
  padding-bottom: var(--image-ratio-percent);
}

.media--adapt .image-fit {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.media--400px {
  height: 260px;
}

.media--450px {
  height: 292.5px;
}

.media--500px {
  height: 325px;
}

.media--550px {
  height: 357.5px;
}

.media--600px {
  height: 390px;
}

.media--650px {
  height: 422.5px;
}

.media--700px {
  height: 455px;
}

.media--750px {
  height: 487.5px;
}

.media--850px {
  height: 552.5px;
}

.media--900px {
  height: 585px;
}

.media--100vh {
  height: 100vh;
}

@media screen and (min-width: 750px) {
  .media--400px {
    height: 400px;
  }

  .media--450px {
    height: 450px;
  }

  .media--500px {
    height: 500px;
  }

  .media--550px {
    height: 550px;
  }

  .media--600px {
    height: 600px;
  }

  .media--650px {
    height: 650px;
  }

  .media--700px {
    height: 700px;
  }

  .media--750px {
    height: 750px;
  }

  .media--850px {
    height: 850px;
  }

  .media--900px {
    height: 900px;
  }
}

@media screen and (max-width: 749px) {
  .media-mobile--200px {
    height: 200px;
  }

  .media-mobile--250px {
    height: 250px;
  }

  .media-mobile--300px {
    height: 300px;
  }

  .media-mobile--400px {
    height: 400px;
  }

  .media-mobile--500px {
    height: 500px;
  }

  .media-mobile--600px {
    height: 600px;
  }

  .media-mobile--100vh {
    height: 90vh;
  }

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

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

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

  .media-mobile--adapt {
    position: relative;
    height: 0;
    padding-bottom: var(--image-ratio-percent);
  }

  .media-mobile--adapt .image-fit {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
}

deferred-media {
  display: block;
}

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

.button,
.shopify-challenge__button {
  position: relative;
  z-index: 1;
  cursor: pointer;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  font-family: inherit;
  padding: 1rem 3rem;
  padding-top: calc(1rem + var(--font-button-baseline));
  text-decoration: none;
  border-radius: var(--button-radius);
  border: var(--button-border-width) solid #b5a824;
  color: rgb(var(--color-button-text));
  background-color: rgb(var(--color-button-background));
  font-family: var(--font-button-family);
  min-width: 24rem;
  max-width: 100%;
  min-height: 4.6rem;
  text-transform: uppercase;
  font-weight: 600;
  transition-property: color, background-color, box-shadow;
  transition-duration: var(--duration-long);
  transition-timing-function: ease;
  -webkit-appearance: none;
  appearance: none;
  overflow: hidden;
  box-shadow: var(--button-shadow-horizontal-offset)
    var(--button-shadow-vertical-offset)
    rgba(var(--color-shadow), var(--shadow-opacity));
}

.shopify-challenge__button {
  border: var(--button-border-width) solid rgb(var(--color-button-border));
}

@media screen and (min-width: 750px) {
  .button,
  .shopify-challenge__button {
    min-height: 5rem;
  }

  .button--large {
    font-size: calc(var(--font-button-size) + 2px);
    padding: 1.5rem 3rem;
    padding-top: calc(1.5rem + var(--font-button-baseline));
    min-height: 6rem;
  }
}

.button[disabled],
.button[aria-disabled="true"] {
  pointer-events: none;
}

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

.button--tertiary {
  font-size: calc(var(--font-button-size) - 1px);
  padding: 0.8rem 1.5rem;
  padding-top: calc(0.8rem + var(--font-button-baseline));
  min-width: 9rem;
  min-height: 4rem;
  line-height: calc(1 + 0.8 / var(--font-body-scale));
  border: none;
  box-shadow: inset 0 0 0 0.1rem rgb(var(--color-button-border));
  transition: box-shadow var(--duration-default) ease;
}

.button--small {
  font-size: max(calc(var(--font-button-size) - 2px), 1.2rem);
  padding: 0.6rem 2rem;
  padding-top: calc(0.6rem + var(--font-button-baseline));
  min-height: 4rem;
  min-width: 18rem;
}

.shopify-challenge__container .shopify-challenge__button {
  min-width: 16rem;
  margin-top: 3rem;
}

/* Button - hover */

@media screen and (hover: hover) {
  .button::after {
    content: "";
    z-index: -1;
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    transform: skew(-15deg);
    background-image: linear-gradient(
      90deg,
      transparent,
      rgba(var(--color-button-text), 0.25),
      transparent
    );
  }

  .button--secondary::after {
    content: "";
    z-index: -1;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 120%;
    height: 100%;
    background-image: none;
    background-color: #b5a824;
    border-color: #b5a824;
    backface-visibility: hidden;
    will-change: transform;
    transform: rotate3d(0, 0, 1, 10deg) translate3d(-1.2em, 110%, 0);
    transform-origin: 0% 100%;
    transition: transform var(--duration-long) ease;
  }

  .button--tertiary::after {
    content: none;
  }

  .button:hover {
    box-shadow: none;
    background-color: rgba(var(--color-button-background), 0.85);
    transition-delay: var(--duration-default);
  }

  .button:hover::after {
    animation: shine var(--duration-animate) ease;
  }

  .button--secondary:hover {
    color: rgb(var(--color-button-background));
    transition-delay: 0s;
  }

  .button--secondary:hover::after {
    animation: none;
    transform: rotate3d(0, 0, 1, 0deg) translate3d(0, 0, 0);
  }

  .button--tertiary:hover {
    color: rgb(var(--color-button-text));
    box-shadow: inset 0 0 0 0.2rem rgb(var(--color-button-border));
    transition-delay: 0s;
  }

  @keyframes shine {
    to {
      left: 100%;
    }
  }
}

/* Button - other */

.button:disabled,
.button[aria-disabled="true"],
.button.disabled {
  cursor: not-allowed;
  opacity: 0.5;
}

.button--full-width {
  display: flex;
  width: 100%;
}

.button.loading {
  color: transparent;
}

.button.loading::after {
  content: "";
  display: block;
  animation: loading var(--duration-long) infinite linear;
  border: 0.2rem solid transparent;
  border-inline-start: 0.2rem solid rgb(var(--color-button-text));
  border-radius: 100%;
  height: 2.4rem;
  width: 2.4rem;
  z-index: -1;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -1.2rem;
  margin-left: -1.2rem;
  right: auto;
  bottom: auto;
  background: none;
  transform: none;
  transform-origin: unset;
}

.button--small.loading:before {
  width: 2rem;
  height: 2rem;
}

@keyframes loading {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.button--cta {
  min-height: 4.5rem;
  background: none;
  box-shadow: none;
  min-width: auto;
  max-width: 100%;
  padding: 0;
  border: none;
  justify-content: space-between;
  text-transform: none;
  color: rgb(var(--color-link));
}

.button--cta.button--small {
  min-height: 2.7rem;
  min-width: auto;
}

.button--cta.button--small .label {
  padding-inline-end: 1rem;
  font-size: 1rem;
  line-height: 2rem;
  text-transform: uppercase;
  letter-spacing: 0.2em;
}

@media screen and (min-width: 750px) {
  .button--cta {
    min-width: 22.5rem;
  }

  .button--cta.button--large .label {
    font-size: 1.8rem;
  }
}

@media screen and (hover: hover) {
  .button--cta:hover {
    color: rgb(var(--color-link));
    background-color: transparent;
  }
}

.button--cta::before,
.button--cta::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 0.1rem;
  bottom: 0;
  right: 0;
  top: auto;
  left: auto;
  transform: none;
  border: none;
  background-image: none;
  background-color: rgb(var(--color-border));
  transition: transform var(--duration-default) ease;
}

.button--cta::before {
  transform: scaleX(0);
  transform-origin: left;
  transition-delay: 0s;
}

.button--cta::after {
  transform-origin: right;
  transition-delay: 0.25s;
}

@media screen and (hover: hover) {
  .button--cta:hover::before {
    transform: scaleX(1);
    transition-delay: 0.25s;
  }

  .button--cta:hover::after {
    transform: scaleX(0);
    transition-delay: 0s;
  }
}

.button--cta .label {
  padding-inline-end: 2rem;
  font-size: 1.6rem;
  line-height: calc(1 + 0.8 / var(--font-body-scale));
  letter-spacing: 0.04rem;
  text-align: start;
  display: inline-block;
  vertical-align: top;
  overflow: hidden;
  transition: transform var(--duration-default) ease;
}

@media screen and (hover: hover) {
  .button--cta:hover .label {
    transform: translateX(0.5rem);
  }
}

.button--cta .icon {
  fill: currentColor;
  width: 1.5rem;
  height: 1.5rem;
}

.button--cta.loading {
  color: rgb(var(--color-link));
}

.button--cta.loading::before {
  content: none;
}

.button--cta.loading::after {
  background-color: transparent;
  border-width: 0.1rem;
  width: 1.6rem;
  height: 1.6rem;
  margin-top: -0.8rem;
  margin-left: 0;
  left: auto;
  right: 0;
}

.button--cta.loading .icon {
  color: transparent;
}

.button--arrow {
  box-shadow: none;
  min-height: auto;
  min-width: auto;
}

/* component-form */
.field__input,
.select__select,
.customer .field input,
.customer select {
  font-family: inherit;
  -webkit-appearance: none;
  appearance: none;
  background-color: transparent;
  border: 0;
  border-radius: 0;
  color: rgb(var(--color-foreground));
  width: 100%;
  box-shadow: inset 0 0 0 0.1rem rgb(var(--color-border));
  height: 4.2rem;
  box-sizing: border-box;
  transition: box-shadow var(--duration-default) ease;
}

@media screen and (min-width: 750px) {
  .field__input,
  .select__select,
  .customer .field input,
  .customer select {
    min-height: 4.5rem;
  }
}

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

@media screen and (hover: hover) {
  .field__input:hover,
  .select__select:hover,
  .customer .field input:hover,
  .customer select:hover {
    box-shadow: inset 0 0 0 0.2rem rgb(var(--color-border));
  }
}

.field__input.invalid,
.select__select.invalid,
.customer .field input.invalid,
.customer select.invalid {
  box-shadow: inset 0 0 0 0.1rem var(--color-critical);
}

@media screen and (hover: hover) {
  .field__input.invalid:hover,
  .select__select.invalid:hover,
  .customer .field input.invalid:hover,
  .customer select.invalid:hover {
    box-shadow: inset 0 0 0 0.2rem var(--color-critical);
  }
}

.field__input:focus-visible,
.select__select:focus-visible,
.customer .field input:focus-visible,
.customer select:focus-visible {
  outline: none;
  box-shadow: inset 0 0 0 0.2rem rgb(var(--color-border));
}

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

/* Select */

.select .icon-caret,
.customer select + svg {
  height: 0.6rem;
  pointer-events: none;
  position: absolute;
  top: calc(50% - 0.35rem);
  right: 1.5rem;
}

.select__select,
.customer select {
  cursor: pointer;
  padding: 0;
  padding-inline-start: 1.5rem;
  padding-inline-end: 4rem;
}

/* Field */

.field {
  position: relative;
  width: 100%;
  display: flex;
}

.customer .field {
  display: block;
}

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

.field__input,
.customer .field input {
  flex-grow: 1;
  text-align: start;
  padding: 1.5rem;
}

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

.field__input::placeholder,
.customer .field input::placeholder {
  color: rgb(var(--color-foreground));
  opacity: 0.7;
  transition: opacity var(--duration-default) ease;
}

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

.field__input:-webkit-autofill,
.customer .field input:-webkit-autofill {
  background-clip: text;
  -webkit-background-clip: text;
}

.field__input::-webkit-search-decoration,
.customer .field input::-webkit-search-decoration {
  -webkit-appearance: none;
}

.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;
}

@media screen and (hover: hover) {
  .field__button:hover {
    color: currentColor;
  }
}

.field__button::before {
  content: none;
}

.field__button > .icon {
  height: 2.5rem;
  width: 2.5rem;
}

/* Text area */

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

.text-area--resize-vertical {
  resize: vertical;
}

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

/* Form global */

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

.form__message {
  font-family: var(--font-body-family);
  align-items: center;
  display: grid;
  grid-template-columns: auto 1fr;
  font-size: 1.4rem;
  line-height: 1;
  margin-top: 1rem;
  margin-bottom: 0;
  font-weight: 400;
  color: var(--color-success);
}

.form__message.errors {
  color: var(--color-critical);
}

.form__message.errors .rte a {
  color: inherit;
}

.form__message.errors + .errors {
  margin-top: 1rem;
}

.form__message.errors + .errors ul {
  margin-top: 0;
}

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

.form__message .icon,
.customer .form__message .icon {
  align-self: flex-start;
  height: 1.6rem;
  width: 1.6rem;
  margin-inline-end: 0.5rem;
}

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

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

.form-status .icon {
  width: 1.8rem;
  height: 1.8rem;
}

.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 {
  position: relative;
  width: 12rem;
  display: flex;
  align-items: center;
  --color-keyboard-focus: var(--color-border);
}

.form__label + .quantity {
  width: 14rem;
  box-shadow: 0 0 0 0.1rem rgb(var(--color-border));
}

.no-js .quantity {
  height: 4rem;
  width: 10rem;
  box-shadow: 0 0 0 0.1rem rgb(var(--color-border));
}

.quantity__input {
  font-family: inherit;
  color: currentColor;
  font-size: 1.4rem;
  font-weight: 500;
  opacity: 0.85;
  text-align: center;
  background-color: transparent;
  border: 0;
  padding: 0 0.5rem;
  height: 3.6rem;
  width: 100%;
  flex-grow: 1;
  -webkit-appearance: none;
  appearance: none;
}

.form__label + .quantity .quantity__input {
  height: 4.5rem;
}

.quantity__button {
  padding: 0;
  position: relative;
  flex: 0 0 3.6rem;
  width: 3.6rem;
  height: 3.6rem;
  border-radius: 50%;
  flex-shrink: 0;
  font-size: 1.8rem;
  border: 0;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgb(var(--color-foreground));
  background-color: rgba(var(--color-foreground), 0.06);
  transition: color var(--duration-default) ease;
}

.form__label + .quantity .quantity__button {
  flex: 0 0 2.6rem;
  width: 2.6rem;
  height: 2.6rem;
}

.form__label + .quantity .quantity__button:first-child {
  margin-inline-start: 1rem;
}

.form__label + .quantity .quantity__button:last-child {
  margin-inline-end: 1rem;
}

.quantity__button::after {
  content: "";
  width: 100%;
  height: 100%;
  pointer-events: none;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  border-radius: 50%;
  transform: scale(0);
  background-color: rgb(var(--color-foreground));
  transition: transform var(--duration-default) ease;
}

@media screen and (hover: hover) {
  .quantity__button:hover {
    color: rgb(var(--color-background));
  }

  .quantity__button:hover::after {
    transform: scale(1);
  }
}

.quantity__button .icon {
  flex: 0 0 1rem;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  position: relative;
  z-index: 2;
}

.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;
}

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

.no-js details[open] .modal__toggle {
  position: absolute;
  z-index: 101;
  height: 3.4rem;
  width: 4.4rem;
  right: 1.5rem;
}

@media screen and (min-width: 750px) {
  .no-js details[open] .modal__toggle {
    height: 4.4rem;
    right: calc(100% / 2 - 30rem);
  }
}

.modal__toggle-close {
  display: none;
}

.no-js details[open] .modal__toggle span {
  width: 2.4rem;
  height: 2.4rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background-color: rgb(var(--color-background));
}

.no-js details[open] .modal__toggle .icon-close {
  display: flex;
  width: 1.2rem;
  height: 1.2rem;
}

.modal__toggle-open {
  display: flex;
}

.no-js details[open] .modal__toggle-open {
  display: none;
}

.no-js .modal__close-button {
  visibility: hidden;
}

.modal__close-button {
  padding: 1.2rem;
  height: 4.4rem;
  width: 4.4rem;
  border: none;
  background-color: transparent;
  cursor: pointer;
  position: relative;
  color: rgb(var(--color-link));
}

.modal__close-button .icon {
  width: 2rem;
  height: 2rem;
  transition: transform var(--duration-default) ease;
}

@media screen and (hover: hover) {
  .modal__close-button:hover .icon {
    transform: scale(0.8) rotate(90deg);
  }
}

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

.no-js details[open] .modal__content {
  overflow: visible;
}

.no-js details[open] .modal-overlay {
  display: block;
  animation: fade-in var(--duration-long) ease;
}

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

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

.cart-count-bubble {
  position: absolute;
  background-color: rgb(var(--color-base-accent));
  color: rgb(var(--color-base-solid-button-labels));
  font-family: var(--font-button-family);
  height: 1.4rem;
  width: 1.4rem;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 0.9rem;
  top: 0;
  right: 0.5rem;
  line-height: 1;
  transition-property: opacity, transform, color, background-color;
  transition-duration: var(--duration-default);
  transition-timing-function: ease;
}

@media screen and (min-width: 750px) {
  .cart-count-bubble {
    top: 0.6rem;
  }
}

.cart-count-bubble--dot {
  top: 1.2rem;
  right: 0.8rem;
  width: 0.4rem;
  height: 0.4rem;
  background-color: rgb(var(--color-header-foreground));
}

/* section-header */
#shopify-section-header.animate {
  transition: transform var(--duration-default) ease;
}

/* Main Header Layout */
.header-wrapper {
  display: block;
  position: relative;
  z-index: 20;
  transition: box-shadow var(--duration-default) ease;
}

.header-wrapper--border-bottom {
  box-shadow: 0 0.1rem 0 rgba(var(--color-header-border), 0.3);
}

.header {
  display: grid;
  grid-template-areas: "left-icon heading icons";
  grid-template-columns: 1fr 2fr 1fr;
  align-items: center;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

@media screen and (min-width: 990px) {
  .header--top-left {
    grid-template-areas:
      "heading icons"
      "navigation navigation";
    grid-template-columns: 1fr auto;
  }

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

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

  .header--center-split {
    grid-template-areas: "left-icon navigation heading navigation-split icons";
    grid-template-columns: auto 1fr auto 1fr auto;
    column-gap: 2rem;
  }

  .header--center-split .header__heading {
    margin: 0 1rem;
  }

  .header--off-canvas {
    grid-template-areas: "left-icon heading icons";
    grid-template-columns: 1fr auto 1fr;
    column-gap: 2rem;
  }

  .header--off-canvas header-drawer {
    display: block;
  }

  .header--off-canvas .header__inline-menu {
    display: none;
  }

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

  .header--middle-left .header__inline-menu {
    min-width: 45rem;
  }

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

.header-wrapper > .header::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--gradient-header-background);
  background-color: rgb(var(--color-header-background));
}

@media screen and (min-width: 750px) {
  .header-wrapper > .header::before {
    transition: transform var(--duration-default) ease;
  }
}

.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: block;
  position: relative;
  word-break: break-word;
  text-decoration: none;
}

.header__heading-link::before,
.header__heading-link::after {
  content: none;
}

.header__heading-link .h2 {
  line-height: 1;
  color: rgb(var(--color-header-foreground));
  transition: color var(--duration-default) ease;
}

@media screen and (hover: hover) {
  .header__heading-link:hover .h2 {
    color: rgb(var(--color-header-foreground), 0.7);
  }
}

.header__heading-logo {
  width: auto;
  height: auto;
  max-height: var(--image-logo-height);
}

@media screen and (min-width: 750px) {
  .header__heading-logo {
    transition: opacity var(--duration-default) ease;
  }
}

.header__heading-logo.inverse {
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

@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: center;
    justify-self: start;
  }

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

@media screen and (min-width: 990px) {
  .header__heading,
  .header__heading-link {
    justify-self: start;
  }

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

/* Header icons */
.header__right {
  display: flex;
  grid-area: icons;
  justify-self: end;
  margin-inline-end: -1.5rem;
}

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

.header__icon span:not(.cart-count-bubble) {
  height: 100%;
}

.header__icon {
  color: rgb(var(--color-header-foreground));
  height: 3.4rem;
  width: 5.2rem;
}

@media screen and (hover: hover) {
  .header__icon:hover {
    color: rgba(var(--color-header-foreground), 0.7);
  }
}

@media screen and (min-width: 750px) {
  .header__icon {
    height: 4.4rem;
    transition: color var(--duration-default) ease;
  }
}

.header__icon::after {
  content: none;
}

.header__icon .icon {
  stroke-width: var(--icon-weight);
  height: 2rem;
  width: 2rem;
  fill: none;
  vertical-align: middle;
  transition: transform var(--duration-default) ease;
  will-change: transform;
}

.header__icon .icon,
#icon-close,
#icon-search,
#icon-cart {
  overflow: visible;
}

@media screen and (hover: hover) {
  .header__icon:hover .icon {
    transform: scale(1.07);
  }
}

.header__icon--cart {
  position: relative;
}

.no-js .cart-drawer-container {
  display: none;
}

@media screen and (max-width: 989px) {
  menu-drawer ~ .header__right .header__icon--account {
    display: none;
  }
}

/* Search */
.header__left {
  display: flex;
  grid-area: left-icon;
  margin-inline-start: -1.5rem;
}

.header__left header-menu-toggle,
.header__left--localization search-modal,
.header__left--localization > localization-form,
.header--top-center .header__left search-modal,
.header--center-split .header__left search-modal {
  display: none;
}

search-modal {
  display: inline-flex;
  line-height: 0;
}

.header--top-center .header__right search-modal,
.header--center-split .header__right search-modal,
.header--top-center .header__left--localization ~ .header__right search-modal,
.header--center-split
  .header__left--localization
  ~ .header__right
  search-modal {
  display: inline-flex;
}

@media screen and (min-width: 990px) {
  .header__left--localization > localization-form,
  .header--top-center .header__left search-modal,
  .header--center-split .header__left search-modal {
    display: block;
  }

  .header--top-center .header__right search-modal,
  .header--center-split .header__right search-modal {
    display: none;
  }
}

.details-modal {
  overflow: hidden;
  height: 0;
}

/* Header localization */
.header .localization-selector {
  width: auto;
  padding: 0;
  height: 3.4rem;
  color: rgb(var(--color-header-foreground));
  background-color: transparent;
  border: none;
}

@media screen and (min-width: 750px) {
  .header .localization-selector {
    height: 4.4rem;
  }
}

.header .localization-selector .icon + .label {
  margin-inline-start: 0.8rem;
}

.header .localization-selector .label {
  font-family: var(--font-navigation-family);
  font-size: calc(var(--font-navigation-size) - 0.2rem);
  font-weight: var(--font-navigation-weight);
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  white-space: nowrap;
}

.header__left > localization-form .localization-selector + .disclosure__list,
.header__right > localization-form .localization-selector + .disclosure__list {
  animation-name: animateHeaderLocalization;
  top: calc(100% + 1rem);
  bottom: auto;
  border: none;
  box-shadow: 0 1rem 2rem rgba(var(--color-header-foreground), 0.08);
  --color-background: var(--color-header-background);
  --color-link: var(--color-header-foreground);
}

@keyframes animateHeaderLocalization {
  0% {
    opacity: 0;
    transform: translate(-50%, -1rem);
  }
  100% {
    opacity: 1;
    transform: translate(-50%, 0);
  }
}

.header__right .localization-form {
  display: none;
}

@media screen and (min-width: 990px) {
  .header__right .localization-form {
    display: block;
  }
}

/* Header cart drawer */
summary .header__icon--summary::after,
drawer-close-button.header__icon--summary::after,
drawer-close-button.header__icon--menu::after {
  content: "";
  position: absolute;
  width: 3.4rem;
  height: 3.4rem;
  border-radius: 50%;
  transform: scale(0);
  background-color: rgba(var(--color-foreground), 0.08);
  transition: transform var(--duration-default) ease;
}

details[open].menu-opening > summary .header__icon--summary::after {
  transform: scale(1);
}

drawer-close-button.header__icon--summary,
drawer-close-button.header__icon--menu {
  position: absolute;
  top: 1rem;
  right: 1rem;
  background: none;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

drawer-close-button.header__icon--menu {
  right: auto;
  left: 1rem;
}

drawer-close-button.header__icon--summary .icon-close,
drawer-close-button.header__icon--menu .icon-close {
  height: 1.4rem;
  width: 1.4rem;
  stroke-width: calc(var(--icon-weight) - 0.1px);
  color: rgb(var(--color-header-foreground));
}

/* Header menu drawer */
.header__icon--menu .icon {
  display: block;
  position: absolute;
  opacity: 1;
  transform: scale(1);
  transition-property: transform, opacity;
  transition-timing-function: ease;
  transition-duration: var(--duration-default);
  stroke-width: calc(calc(var(--icon-weight) * 2) - 0.4px);
}

.header__icon--menu .icon-close {
  height: 1.4rem;
  width: 1.4rem;
  stroke-width: calc(var(--icon-weight) - 0.1px);
}

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

details[open].menu-opening > .header__icon--menu span {
  color: rgb(var(--color-header-foreground));
  transition: color var(--duration-default) ease;
}

.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);
}

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

.header__inline-menu-split {
  grid-area: navigation-split;
}

.header--top-center .header__inline-menu,
.header--top-center .header__heading-link,
.header--center-split .header__inline-menu,
.header--center-split .header__heading-link {
  margin-inline-start: 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--center-split .header__inline-menu:not(.header__inline-menu-split) {
    text-align: end;
  }

  .header--center-split .header__inline-menu .list-menu {
    justify-content: center;
    column-gap: 0;
  }

  .header--middle-left .header__inline-menu {
    margin-inline-start: 0;
    text-align: end;
  }
}

@media screen and (min-width: 1200px) {
  .header--center-split .header__inline-menu .list-menu {
    column-gap: 1.5rem;
  }

  .header--middle-left .header__right {
    margin-inline-start: 8rem;
  }
}

.header__menu {
  padding: 0 1rem;
}

.header__menu-item {
  font-family: var(--font-navigation-family);
  font-size: var(--font-navigation-size);
  font-weight: var(--font-navigation-weight);
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  padding: 1.2rem 1.5rem;
  color: rgb(var(--color-link));
  transition: color var(--duration-default) ease;
}

.header__menu-item--top {
  --color-link: var(--color-header-foreground);
}

@media screen and (hover: hover) {
  .header__menu-item:hover {
    color: rgba(var(--color-link), 0.7);
  }
}

.header__menu-item--top .label {
  --color-border: var(--color-header-border);
}

@media screen and (hover: hover) {
  .header__menu-item .label {
    background-color: transparent;
    background-image: linear-gradient(
        to top,
        rgb(var(--color-border)) 0px,
        rgb(var(--color-border)) 0px
      ),
      linear-gradient(to top, transparent 0px, transparent 0px);
    background-repeat: no-repeat;
    background-position: right bottom, right bottom;
    background-size: 0% 0.1rem, 100% 0.1rem;
    transition-property: background-size;
    transition-timing-function: ease;
    transition-duration: var(--duration-default);
  }

  details[open].menu-opening > .header__menu-item .label,
  .no-js details[open] > .header__menu-item .label,
  .header__menu-item:hover .label {
    background-position: left bottom, left bottom;
    background-size: 100% 0.1rem, 100% 0.1rem;
  }
}

.header__active-menu-item .label,
.list-menu__item--active .label {
  background-position: left bottom, left bottom;
  background-size: 100% 0.1rem, 100% 0.1rem;
}

.header__menu-item .icon-caret {
  position: static;
  height: 0.6rem;
  width: auto;
  display: none;
  transition: transform var(--duration-default) ease;
}

.header__submenu .icon-caret {
  margin-inline-start: 1.2rem;
  margin-top: 0.3rem;
  display: block;
}

.header__submenu details[open] > summary .icon-caret {
  transform: scaleY(-1);
}

@keyframes animateMenuOpen {
  0% {
    height: 0;
  }

  100% {
    height: 27rem;
  }
}

@keyframes animateOverlayOpen {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

/* Sections */
.section--divider {
  border-top: 0.1rem solid rgb(var(--color-base-border));
}

.section--padding,
.header-section--padding {
  padding-top: calc(var(--section-padding-top) * 0.75);
  padding-bottom: calc(var(--section-padding-bottom) * 0.75);
}

.spacing-section {
  display: block;
  min-height: var(--spacing-section-mobile);
}

@media screen and (min-width: 750px) {
  .section--padding {
    padding-top: var(--section-padding-top);
    padding-bottom: var(--section-padding-bottom);
  }

  .spacing-section {
    min-height: var(--spacing-section-desktop);
  }
}

@media screen and (min-width: 990px) {
  .header-section--padding {
    padding-top: var(--section-padding-top);
    padding-bottom: var(--section-padding-bottom);
  }
}

.transition-body {
  position: relative;
}

.transition-body::after {
  content: "";
  display: block;
  position: fixed;
  z-index: 30;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: url(cross.svg), url(cross.png), zoom-out;
  pointer-events: none;
  transition: opacity var(--duration-long) ease;
  background-color: rgba(var(--color-overlay), 0.5);
}

#MainContent,
#shopify-section-footer {
  transition: transform var(--duration-long) ease;
}

.badge {
  border: 0.1rem solid transparent;
  display: inline-block;
  font-size: 1.1rem;
  text-transform: uppercase;
  line-height: 1;
  padding: 0.5rem 1rem;
  text-align: center;
  word-break: break-word;
  width: max-content;
  background-color: var(--color-badge-background);
  border-color: var(--color-badge-border);
  color: var(--color-badge-foreground);
  font-family: var(--font-button-family);
  padding-top: calc(0.5rem + var(--font-button-baseline));
  border-radius: min(var(--button-radius), 0.2rem);
}

@media screen and (max-width: 480px) {
  .badge {
    font-size: 0.9rem;
    padding: 0.3rem 0.5rem;
    padding-top: calc(0.3rem + calc(var(--font-button-baseline) * 0.65));
  }
}

.badge:empty {
  display: none;
}

.badge--onsale {
  color: rgb(var(--color-background));
    background-color: #b5a824;
    border-color: #b5a824;
}

.icon-plus-alt {
  position: relative;
}

.icon-plus-alt::before,
.icon-plus-alt::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: currentColor;
}

.icon-plus-alt::before {
  width: 100%;
  height: 0.1rem;
}

.icon-plus-alt::after {
  width: 0.1rem;
  height: 100%;
}

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

quick-view-drawer {
  display: none;
}

/* Animate */

use-animate {
  display: block;
}

[data-animate-image] use-animate {
  transition-duration: var(--duration-long);
  transition-timing-function: ease;
}

[data-animate-image] use-animate[data-animate^="fade"] {
  opacity: 0;
  transition-property: opacity, transform;
}

[data-animate-image] use-animate[data-animate^="fade"][animate],
.no-js [data-animate-image] use-animate[data-animate^="fade"] {
  opacity: 1;
  transform: translateZ(0);
}

[data-animate-image] use-animate[data-animate="fade-up"] {
  transform: translate3d(0, 5rem, 0);
}

[data-animate-image] use-animate[data-animate^="zoom-fade"] .image-animate {
  opacity: 0;
}
[data-animate-image]
  use-animate[data-animate="zoom-fade"][animate]:not(.loading)
  .image-animate {
  animation: zoom-fade var(--duration-animate) ease forwards;
}
[data-animate-image]
  use-animate[data-animate="zoom-fade-small"][animate]:not(.loading)
  .image-animate {
  animation: zoom-fade-small var(--duration-animate) ease forwards;
}
.no-js [data-animate-image] use-animate .image-animate {
  opacity: 1;
}

@keyframes zoom-fade {
  0% {
    opacity: 0;
    transform: scale(1.2);
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}

@keyframes zoom-fade-small {
  0% {
    opacity: 0;
    transform: scale(1.1);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}

@keyframes appear-down {
  0% {
    opacity: 0;
    transform: translateY(-1rem);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes appear-up {
  0% {
    opacity: 0;
    transform: translateY(1rem);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes bounce {
  0%,
  100% {
    transform: scale(0);
  }
  50% {
    transform: scale(1);
  }
}

@keyframes fade-in {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fade-out {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

@keyframes preloading {
  0%,
  44%,
  88.1%,
  100% {
    transform-origin: left;
  }

  0%,
  100%,
  88% {
    transform: scaleX(0);
  }

  44.1%,
  88% {
    transform-origin: right;
  }

  33%,
  44% {
    transform: scaleX(1);
  }
}

.modal-scrollbar-measure {
  display: block;
  position: absolute;
  top: -100rem;
  width: 5rem;
  height: 5rem;
  overflow: scroll;
}

.breadcrumb {
  line-height: calc(1 + 0.4 / var(--font-body-scale));
}

.breadcrumb--divider {
  border-bottom: 0.1rem solid rgb(var(--color-border));
  padding-bottom: 0.6rem;
}

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

.shopify-policy__container {
  margin-bottom: 5rem;
}

@media screen and (min-width: 750px) {
  .shopify-policy__container {
    margin-bottom: 7rem;
  }
}

/* Flickity v3.0.0 */

.flickity-enabled {
  position: relative;
}

.flickity-enabled:focus {
  outline: none;
}

.flickity-viewport {
  overflow: hidden;
  position: relative;
  height: 100%;
  touch-action: pan-y;
}

.flickity-slider {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

.flickity-rtl .flickity-slider {
  left: unset;
  right: 0;
}

.flickity-enabled.is-draggable {
  -webkit-tap-highlight-color: transparent;
  user-select: none;
}

.flickity-enabled.is-draggable .flickity-viewport {
  cursor: move;
  cursor: grab;
}

.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
  cursor: grabbing;
}

.flickity-cell {
  position: absolute;
  left: 0;
}

.flickity-rtl .flickity-cell {
  left: unset;
  right: 0;
}

.flickity-button {
  position: absolute;
  background-color: rgb(var(--color-background));
  border: none;
  color: rgb(var(--color-foreground));
}

.flickity-button:hover {
  cursor: pointer;
}

.flickity-button:focus {
  outline: none;
}

.flickity-button:active {
  opacity: 0.6;
}

.flickity-button:disabled {
  opacity: 0.3;
  cursor: auto;
  pointer-events: none;
}

.flickity-button-icon {
  fill: currentColor;
}

.flickity-prev-next-button {
  top: 50%;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  transform: translateY(-50%);
}

.flickity-prev-next-button.previous {
  left: 10px;
}
.flickity-prev-next-button.next {
  right: 10px;
}
.flickity-rtl .flickity-prev-next-button.previous {
  left: auto;
  right: 10px;
}

.flickity-rtl .flickity-prev-next-button.next {
  right: auto;
  left: 10px;
}

.flickity-prev-next-button .flickity-button-icon {
  position: absolute;
  left: 25%;
  top: 25%;
  width: 50%;
  height: 50%;
}

.flickity-page-dots {
  position: absolute;
  z-index: 2;
  bottom: 100%;
  padding: 0 1rem;
  background-color: rgb(var(--color-background));
  margin: 0;
  list-style: none;
  text-align: center;
  line-height: 0;
  animation: fade-in var(--duration-default) ease;
  display: flex;
  align-items: center;
  justify-content: center;
}

.flickity-rtl .flickity-page-dots {
  direction: rtl;
}

.flickity-page-dot {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: transparent;
  border: none;
  width: 3rem;
  height: 4rem;
  opacity: 0.4;
  cursor: pointer;
  transition: transform var(--duration-default) ease;
  font-size: 0;
}

.flickity-page-dot.is-selected {
  opacity: 1;
}

.flickity-page-dot::after {
  content: "";
  display: block;
  width: 0.6rem;
  height: 0.6rem;
  border-radius: 50%;
  background-color: rgb(var(--color-foreground));
  transition: transform var(--duration-default) ease;
}

.flickity-page-dot.is-selected::after {
  transform: scale(1.5);
}
thumbnail-slider.thumbnail-slider.slider-mobile-gutter .samita-container,
product-thumbnails .product__thumbnail .samita-container {
  display: none;
}
.transition-cover {
  flex-flow: column;
}
img.loading-img {
  width: 13rem;
  margin-bottom: 10px;
}

/* custom */

#wishlisthero-product-page-button-container {
  display: none;
}

#shopify-section-template--17982854889712__logo_list_DhRwQR , #shopify-section-template--18708891861232__collapsible-content {
  background: #fffbef;
}

#shopify-section-template--17982854889712__main,
#shopify-section-template--18058873176304__main,
#shopify-section-template--18058991042800__main,
#shopify-section-template--18065000825072__main {
  background-image: url("/cdn/shop/files/White.png?v=1715929659");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: bottom;
  background: #fffbef;
}

#shopify-section-template--17982854889712__guarantees_iEjck3,
#shopify-section-template--18065000825072__guarantees_iEjck3,
#shopify-section-template--18070128132336__guarantees_iEjck3,
#shopify-section-template--18112027459824__guarantees_iEjck3,
#shopify-section-template--18070582395120__guarantees_iEjck3,
#shopify-section-template--18106076397808__guarantees_iEjck3,
#shopify-section-template--18107577860336__guarantees_iEjck3 {
  background-image: url("/cdn/shop/files/Summer_BG.png?v=1715933134");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}


@media only screen and (max-width: 600px){
  #shopify-section-template--17982854889712__guarantees_iEjck3,
#shopify-section-template--18065000825072__guarantees_iEjck3,
#shopify-section-template--18070128132336__guarantees_iEjck3,
#shopify-section-template--18112027459824__guarantees_iEjck3,
#shopify-section-template--18070582395120__guarantees_iEjck3,
#shopify-section-template--18106076397808__guarantees_iEjck3,
#shopify-section-template--18107577860336__guarantees_iEjck3{
   background-image: url("/cdn/shop/files/Summer-BG-Mobile.png?v=1731755625");
}
}



#shopify-section-template--17982854889712__logo_list_Qx8zDm,
#shopify-section-template--18070128132336__logo_list_Qx8zDm,
#shopify-section-template--18112027459824__logo_list_Qx8zDm,
#shopify-section-template--18294199353584__logo_list_tpk6z7,
#shopify-section-template--18412668911856__logo_list_tpk6z7,
#shopify-section-template--18293076787440__logo_list_tpk6z7,
#shopify-section-template--18070582395120__logo_list_Qx8zDm,
#shopify-section-template--18106076397808__logo_list_Qx8zDm,
#shopify-section-template--18107577860336__logo_list_Qx8zDm,
#shopify-section-template--18622484807920__logo_list_Qx8zDm,
#shopify-section-template--18627791880432__logo_list_Qx8zDm,
#shopify-section-template--18065000825072__logo_list_Qx8zDm,
#shopify-section-template--17976328749296__logo_list_tpk6z7,
#shopify-section-template--18708891861232__logo_list_Qx8zDm,
#shopify-section-template--18058873176304__logo_list_Qx8zDm,
#shopify-section-template--18058991042800__logo_list_Qx8zDm,
#shopify-section-template--18653724016880__logo_list_Qx8zDm,
#shopify-section-template--18653724016880__logo_list_Qx8zDm,
#shopify-section-template--18627791880432__logo_list_Qx8zDm,
#shopify-section-template--18653724016880__logo_list_Qx8zDm,
#shopify-section-template--18995949961456__logo_list_Qx8zDm,
#shopify-section-template--18995949961456__logo_list_Qx8zDm,
#shopify-section-template--19534131724528__logo_list_Qx8zDm,
#shopify-section-template--19535408857328__custom_liquid_A9x4WR,
#shopify-section-template--19535408857328__logo_list_Qx8zDm,
#shopify-section-template--19540429897968__logo_list_tpk6z7,
#shopify-section-template--19540670316784__logo_list_Qx8zDm,
#shopify-section-template--19552317997296__logo_list_Qx8zDm,
#shopify-section-template--19566155006192__logo_list_tpk6z7,
#shopify-section-template--19571417088240__logo_list_Qx8zDm,
#shopify-section-template--19609501827312__logo_list_Qx8zDm,
#shopify-section-template--19610387054832__logo_list_tpk6z7,
#shopify-section-template--19641377226992__logo_list_Qx8zDm,
#shopify-section-template--19646117380336__logo_list_Qx8zDm,
#shopify-section-template--19665489821936__logo_list_Qx8zDm,
#shopify-section-template--19894488072432__logo_list_tpk6z7,
#shopify-section-template--19789081215216__logo_list_tpk6z7
{
  background-color: #1c1f2e;
  background-image: url("/cdn/shop/files/Beige.png?v=1715929659");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: bottom;
}
#shopify-section-template--19641377226992__rich_text_kGQa46{
      background: #fffbef;
}

#shopify-section-template--18995949961456__custom_liquid_A9x4WR,
#shopify-section-template--18995949961456__custom_liquid_WCwVLY,
#shopify-section-template--18995949961456__rich_text_8VP8Pj,
#shopify-section-template--19535408857328__custom_liquid_WCwVLY,
#shopify-section-template--19540429897968__rich_text_KjkqED,
#shopify-section-template--19540429897968__custom_liquid_Vhe6Qr,
#shopify-section-template--19540429897968__custom_liquid_wcaeLY,
#shopify-section-template--19540670316784__custom_liquid_A9x4WR,
#shopify-section-template--19540670316784__custom_liquid_WCwVLY,
#shopify-section-template--19540670316784__rich_text_8VP8Pj,
#shopify-section-template--19552317997296__custom_liquid_WCwVLY,
#shopify-section-template--19552317997296__custom_liquid_A9x4WR,
#shopify-section-template--19552317997296__rich_text_8VP8Pj,
#shopify-section-template--19609501827312__rich_text_8VP8Pj,
#shopify-section-template--18995949961456__custom_liquid_A9x4WR,
#shopify-section-template--19609501827312__rich_text_8VP8Pj,
#shopify-section-template--19609501827312__custom_liquid_A9x4WR,
#shopify-section-template--19609501827312__custom_liquid_WCwVLY,
#shopify-section-template--19641377226992__rich_text_8VP8Pj,
#shopify-section-template--19609501827312__custom_liquid_A9x4WR,
#shopify-section-template--19641377226992__custom_liquid_WCwVLY,
#shopify-section-template--19665489821936__rich_text_8VP8Pj,
#shopify-section-template--19665489821936__custom_liquid_A9x4WR,
#shopify-section-template--19665489821936__custom_liquid_WCwVLY,
#shopify-section-template--19789081215216__custom_liquid_Vhe6Qr,
#shopify-section-template--19789081215216__custom_liquid_wcaeLY
{
  background-color: #1c1f2e;
}

#shopify-section-template--17982854889712__logo_list_Qx8zDm .section--padding,
#shopify-section-template--18070128132336__logo_list_Qx8zDm .section--padding,
#shopify-section-template--18070582395120__logo_list_Qx8zDm .section--padding,
#shopify-section-template--18106076397808__logo_list_Qx8zDm .section--padding,
#shopify-section-template--18107577860336__logo_list_Qx8zDm .section--padding,
#shopify-section-template--17976328749296__logo_list_tpk6z7 .section--padding,
#shopify-section-template--18112027459824__logo_list_Qx8zDm .section--padding,
#shopify-section-template--18294199353584__logo_list_tpk6z7 .section--padding,
#shopify-section-template--18412668911856__logo_list_tpk6z7 .section--padding,
#shopify-section-template--18293076787440__logo_list_tpk6z7 .section--padding,
    #shopify-section-template--18708891861232__logo_list_Qx8zDm .section--padding
{
  padding-bottom: 75px;
  padding-top: 20px;
}

#shopify-section-template--17982854889712__guarantees_iEjck3,
#shopify-section-template--18065000825072__guarantees_iEjck3,
#shopify-section-template--18070128132336__guarantees_iEjck3,
#shopify-section-template--18112027459824__guarantees_iEjck3,
#shopify-section-template--18070582395120__guarantees_iEjck3,
#shopify-section-template--18106076397808__guarantees_iEjck3,
#shopify-section-template--18107577860336__guarantees_iEjck3,
#shopify-section-template--19535408857328__collapsible-content,
#shopify-section-template--19535408857328__rich_text_kGQa46{
  background-color: #fffbef;
  position: relative;
  bottom: 1px;
}

#shopify-section-template--17982854889712__logo_list_Qx8zDm,
#shopify-section-template--18070128132336__logo_list_Qx8zDm,
#shopify-section-template--18112027459824__logo_list_Qx8zDm,
#shopify-section-template--18293076787440__logo_list_tpk6z7,
#shopify-section-template--18294199353584__logo_list_tpk6z7,
#shopify-section-template--18412668911856__logo_list_tpk6z7,
#shopify-section-template--18070582395120__logo_list_Qx8zDm,
#shopify-section-template--18106076397808__logo_list_Qx8zDm,
#shopify-section-template--18107577860336__logo_list_Qx8zDm,
#shopify-section-template--18622484807920__logo_list_Qx8zDm,
#shopify-section-template--18627791880432__logo_list_Qx8zDm,
#shopify-section-template--18065000825072__logo_list_Qx8zDm,
#shopify-section-template--18058873176304__logo_list_Qx8zDm,
#shopify-section-template--18058991042800__logo_list_Qx8zDm,
#shopify-section-template--18647144628464__multicolumn_68jgpE{
  position: relative;
  bottom: 1px;
}

#shopify-section-template--17982854889712__rich_text_8VP8Pj,
#shopify-section-template--18070128132336__rich_text_8VP8Pj,
#shopify-section-template--18112027459824__rich_text_8VP8Pj,
#shopify-section-template--18294199353584__rich_text_KjkqED,
#shopify-section-template--18412668911856__rich_text_KjkqED,
#shopify-section-template--18412668911856__custom_liquid_wcaeLY,
#shopify-section-template--18293076787440__rich_text_KjkqED,
#shopify-section-template--18070582395120__rich_text_8VP8Pj,
#shopify-section-template--18106076397808__rich_text_8VP8Pj,
#shopify-section-template--18107577860336__rich_text_8VP8Pj,
#shopify-section-template--17976328749296__custom_liquid_T3QB6n,
#shopify-section-template--17976328749296__rich_text_KjkqED,
#shopify-section-template--18355248890096__rich_text_QGktpK,
#shopify-section-template--18583617634544__rich_text_QGktpK,
#shopify-section-template--18583617634544__custom_liquid_bCkyNn,
#shopify-section-template--18107577860336__rich_text_8VP8Pj,
#shopify-section-template--18622484807920__rich_text_8VP8Pj,
#shopify-section-template--18647144628464__rich_text_8VP8Pj,
#shopify-section-template--18647144628464__logo_list_Qx8zDm,
#shopify-section-template--18647144628464__custom_liquid_WCwVLY,
#shopify-section-template--18627791880432__rich_text_8VP8Pj,
#shopify-section-template--18622484807920__custom_liquid_WCwVLY,
#shopify-section-template--18647144628464__multicolumn_68jgpE,
#shopify-section-template--18647144628464__video_jw7VVt,
#shopify-section-template--18627791880432__custom_liquid_A9x4WR,
#shopify-section-template--18627791880432__custom_liquid_WCwVLY,
  #shopify-section-template--18065000825072__rich_text_8VP8Pj,
#shopify-section-template--18058873176304__rich_text_8VP8Pj,
#shopify-section-template--18058991042800__rich_text_8VP8Pj,
#shopify-section-template--17982854889712__custom_liquid_A9x4WR,
#shopify-section-template--18070128132336__custom_liquid_A9x4WR,
#shopify-section-template--18070582395120__custom_liquid_A9x4WR,
#shopify-section-template--18065000825072__custom_liquid_A9x4WR,
#shopify-section-template--18058873176304__custom_liquid_A9x4WR,
#shopify-section-template--18058991042800__custom_liquid_A9x4WR,
#shopify-section-template--18070128132336__custom_liquid_WCwVLY,
#shopify-section-template--18112027459824__custom_liquid_WCwVLY,
#shopify-section-template--18294199353584__custom_liquid_wcaeLY,
#shopify-section-template--18293076787440__custom_liquid_wcaeLY,
#shopify-section-template--17982854889712__custom_liquid_QqL96j,
#shopify-section-template--18058991042800__custom_liquid_4h86VC,
#shopify-section-template--18070582395120__custom_liquid_XjTpzM,
#shopify-section-template--18106076397808__custom_liquid_A9x4WR,
#shopify-section-template--18106076397808__custom_liquid_XjTpzM,
#shopify-section-template--18107577860336__custom_liquid_WCwVLY,
#shopify-section-template--17976328749296__custom_liquid_wcaeLY,
#shopify-section-template--18355248890096__custom_liquid_bCkyNn,
#shopify-section-template--18412668911856__custom_liquid_T3QB6n,
#shopify-section-template--18653724016880__rich_text_8VP8Pj,
#shopify-section-template--18653724016880__custom_liquid_WCwVLY,
#shopify-section-template--18653724016880__rich_text_8VP8Pj,
#shopify-section-template--18708891861232__rich_text_8VP8Pj,
#shopify-section-template--18708891861232__custom_liquid_WCwVLY,
#shopify-section-template--18112027459824__custom_liquid_A9x4WR,
#shopify-section-template--19534131724528__custom_liquid_WCwVLY,
#shopify-section-template--19534131724528__rich_text_8VP8Pj,
#shopify-section-template--19534131724528__custom_liquid_A9x4WR,
#shopify-section-template--19534131724528__custom_liquid_jUA7eQ,
#shopify-section-template--19535408857328__rich_text_8VP8Pj,
#shopify-section-template--19566155006192__rich_text_KjkqED,
#shopify-section-template--19566155006192__custom_liquid_Vhe6Qr,
#shopify-section-template--19566155006192__custom_liquid_wcaeLY,
#shopify-section-template--19571417088240__multicolumn_68jgpE,
#shopify-section-template--19571417088240__rich_text_8VP8Pj,
#shopify-section-template--19571417088240__custom_liquid_A9x4WR,
#shopify-section-template--19571417088240__custom_liquid_WCwVLY,
#shopify-section-template--19610387054832__rich_text_KjkqED,
#shopify-section-template--19610387054832__custom_liquid_Vhe6Qr,
#shopify-section-template--19610387054832__custom_liquid_wcaeLY,
#shopify-section-template--19610387054832__custom_liquid_wcaeLY,
#shopify-section-template--19646117380336__rich_text_8VP8Pj,
#shopify-section-template--19646117380336__custom_liquid_A9x4WR,
#shopify-section-template--19646117380336__custom_liquid_WCwVLY,
#shopify-section-template--19894488072432__rich_text_KjkqED,
#shopify-section-template--19894488072432__custom_liquid_Vhe6Qr,
#shopify-section-template--19894488072432__custom_liquid_wcaeLY,
#shopify-section-template--19789081215216__rich_text_KjkqED

{
  background: #1c1f2e ;
}
#shopify-section-template--18355248890096__rich_text_QGktpK .section--padding{padding-bottom:5px;}

#shopify-section-template--17982854889712__tab_collage_h8YwyP {
  background-image: url("/cdn/shop/files/Blue.png?v=1715929659");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: bottom;
}

#shopify-section-template--17982854889712__rich_text_8VP8Pj,
#shopify-section-template--18070128132336__rich_text_8VP8Pj,
#shopify-section-template--18112027459824__rich_text_8VP8Pj,
#shopify-section-template--18070582395120__rich_text_8VP8Pj,
#shopify-section-template--18065000825072__rich_text_8VP8Pj,
#shopify-section-template--18058873176304__rich_text_8VP8Pj,
#shopify-section-template--18058991042800__rich_text_8VP8Pj,
#shopify-section-template--17982854889712__custom_liquid_A9x4WR,
#shopify-section-template--18070128132336__custom_liquid_A9x4WR,
#shopify-section-template--18070582395120__custom_liquid_A9x4WR,
#shopify-section-template--18070582395120__custom_liquid_XjTpzM,
#shopify-section-template--18106076397808__custom_liquid_A9x4WR,
#shopify-section-template--18106076397808__custom_liquid_XjTpzM,
#shopify-section-template--18107577860336__custom_liquid_WCwVLY,
#shopify-section-template--18065000825072__custom_liquid_A9x4WR,
#shopify-section-template--18058991042800__custom_liquid_A9x4WR,
#shopify-section-template--18070128132336__custom_liquid_WCwVLY,
#shopify-section-template--18112027459824__custom_liquid_WCwVLY,
#shopify-section-template--17982854889712__custom_liquid_QqL96j,
#shopify-section-template--18294199353584__custom_liquid_wcaeLY,
#shopify-section-template--18058991042800__custom_liquid_4h86VC {
  position: relative;
  bottom: 1px;
}
#shopify-section-template--17982854889712__collapsible-content,
#shopify-section-template--18070128132336__collapsible-content,
#shopify-section-template--18112027459824__custom_liquid_W9B4Gi,
#shopify-section-template--18070582395120__collapsible-content,
#shopify-section-template--18106076397808__collapsible-content,
#shopify-section-template--18107577860336__custom_liquid_W9B4Gi,
#shopify-section-template--18622484807920__collapsible-content,
#shopify-section-template--18647144628464__collapsible-content,
#shopify-section-template--18627791880432__collapsible-content,
#shopify-section-template--18058991042800__collapsible-content,
#shopify-section-template--18065000825072__collapsible-content {
  position: relative;
  bottom: 2px;
}
.subtitle {
    padding: 6px 16px;
    display: inline-flex !important
;
    margin-top: 0 !important;
      border: 2px dashed #aea123;
}

.subtitle svg {
  fill: white !important;
}

#shopify-section-template--17982854889712__collapsible-content,
#shopify-section-template--18070128132336__collapsible-content,
#shopify-section-template--18112027459824__custom_liquid_W9B4Gi,
#shopify-section-template--18070582395120__collapsible-content,
#shopify-section-template--18106076397808__collapsible-content,
#shopify-section-template--18107577860336__custom_liquid_W9B4Gi,
#shopify-section-template--18622484807920__collapsible-content,
#shopify-section-template--18647144628464__collapsible-content,
#shopify-section-template--18058991042800__collapsible-content,
#shopify-section-template--18065000825072__collapsible-content,
#shopify-section-template--19534131724528__collapsible-content{
  background-color: #fffbef;
}

.shopify-payment-button__button {
  color: white !important;
}

#shopify-section-template--17982854889712__logo_list_Qx8zDm .section--padding {
  padding-top: 0px !important;
}
.accordion__title {
  font-family: "Butler";
}

.product__accordion .accordion__title {
  text-transform: capitalize !important;
  letter-spacing: 1px !important;
  font-size: 18px !important;
}

.product__accordion .accordion__content,
.accordion__content p {
  font-size: 15px !important;
}
.product-form__submit,
.shopify-payment-button__button,
.shopify-payment-button {
  min-height: 43px !important;
}
.product-form__submit {
  min-width: 0rem !important;
}
.product .form__label {
  display: none;
}
.product fieldset label {
  min-height: 3rem !important;
}
.shopify-payment-button__button:hover {
  background-color: black !important;
}

.price__badge-sale {
  animation: blinker 2s linear infinite;
  background: red;
  color: white;
}

@keyframes blinker {
  50% {
    opacity: 0;
  }
}

/* Product-page*/

@media screen and (max-width: 768px) {
  #shopify-section-template--17982854889712__tab_collage_h8YwyP use-animate {
    max-width: 100% !important;
  }
  .product-form__buttons {
    flex-wrap: wrap !important;
  }
}
/* .header-wrapper
  .header
  nav.header__inline-menu .list-menu--inline[role="list"]
  li:first-child{
    position: relative;
    bottom: 30px;
  }  */
/* .header-wrapper
  .header
  nav.header__inline-menu .list-menu--inline[role="list"]
  li:first-child:before {
    content: "Live";
    font-size: 9px;
    position: relative;
    background: red;
    top: 11px;
    color: #fff;
    left: 64px;
    padding: 2px 3px;
    animation: blinker 2s linear infinite;
  } */


.mega-menu__item ul li:before{display:none !important;}
.mega-menu__item ul li{position:inherit !important;}
.list-menu-dropdown .show-from-bottom li:before{display:none !important;}
.list-menu-dropdown .show-from-bottom li{position:inherit !important;}
/* .header-wrapper
  .header
  nav.header__inline-menu
  .list-menu--inline
  li{
        position: relative;
    bottom: 30px;
  }

.header-wrapper
  .header
  nav.header__inline-menu
  .list-menu--inline
  li:first-child:before {
    {
      content: "Live";
    font-size: 9px;
    position: relative;
    background: red;
    top: 11px;
    color: #fff;
    left: 64px;
    padding: 2px 3px;
    animation: blinker 2s linear infinite;
  } 
  } */

/* #shopify-section-template--18412668911856__custom_liquid_T3QB6n .section--padding{padding:0px;}
  .header__inline-menu [role="list"]
  li:first-child:after {
content: url(/cdn/shop/files/Rakhi_special_ff038283-6b11-4a17-abc3-e0a08ad0b47a.png?v=1721369909);
    color: #fff;
    font-size: 14px;
    position: relative;
    left: -14px;
    top: -32px;
    display: block;
    width: 30px;
    z-index: -1;
    transform: scale(0.8);
} 
 */
  .header__inline-menu [tabindex="-1"]
  li:first-child:after{
    display:none;
  }

.header-wrapper
  .header
  nav.header__inline-menu
[tabindex="-1"]
  li:nth-child(3):after{display:none;}

/* .header-wrapper
  .header
  nav.header__inline-menu
  .list-menu--inline
  li:nth-child(3):after {
  content: "New";
  font-size: 9px;
  position: relative;
  bottom: 61px;
  left: 47px;
  background: red;
  color: white;
  padding: 2px 3px;
  animation: blinker 2s linear infinite;
}
 */
.mega-menu__item li::after {
  display: none !important;
}

.header-wrapper
  .header
  .header__inline-menu
  .list-menu
  li:nth-child(10)
  dropdown-menu {
  z-index: 9 !important;
}

#shopify-section-template--17976327602416__tab_collage_Q4jGnD .tab-collage__left {
  background-image: url("/cdn/shop/files/Category.jpg?v=1719921375");
}

/*
#shopify-section-template--17976327340272__custom_liquid_7DegnW .section--padding .page-width p::before { 
  content: " “ "; 
}

#shopify-section-template--17976327340272__custom_liquid_7DegnW .section--padding .page-width p::after { 
  content: " ” "; 
}
*/

.product-form__input
  input[type="radio"]:checked
  + label:not(.color__swatch):after {
  background: #afa917 !important;
}
fieldset label:hover {
  box-shadow: inset 0 0 0 0.2rem #afa917 !important;
}

.subtitle {
  font-size: 15px !important;
}
.product-form__input input[type="radio"] + label {
  font-size: 13px;
}
/* WebKit Browsers */
::-webkit-scrollbar {
  width: 5px;
}

::-webkit-scrollbar-track {
  background: #f1f1f1;
}

::-webkit-scrollbar-thumb {
  background: #888;
  border-radius: 10px;
}

::-webkit-scrollbar-thumb:hover {
  background: #555;
}

@media only screen and (max-width: 600px) {
  .product-link__image {
    width: 21% !important;
  }
  .product-link__image img {
    --image-height: 52px !important;
  }
  .product-link__image .img-text {
    font-size: 10px !important;
  }

  h3,
  .product__heading,
  h2,
  .tab-collage__heading,
  h3 strong {
    font-size: 24px !important;
  }
  h4 strong,
  .accordion__title,
  .product__accordion .accordion__title {
    font-size: 15px !important;
  }
  p,
  .metafield-multi_line_text_field {
    font-size: 12px !important;
  }
}
.product__heading {
  font-size: 24px !important;
}
.product-form__input {
  overflow: hidden;
}
.button-container .button {
  color: white !important;
}
.custom-note {
  background: #b5a829;
  color: white;
  padding: 6px;
  display: block;
}
@media only screen and (min-width: 600px) {
  .footer__content-right {
    width: 20% !important;
  }
}
.shipping-calculator .button,
.cart__ctas button {
  color: white !important;
}
button.chat-toggle.chat-toggle--text-button {
  position: relative !important;
  left: -64px !important;
  bottom: 24px !important;
}
.reset23947hdfjue8934 * {
  bottom: 47px !important;
}
button.chat-toggle.chat-toggle--text-button {
  height: 40px !important;
  width: 60px !important;
}

#shopify-chat {
  display: none !important;
}
#shopify-section-template--17976327602416__rich-text-0{
     background-image: url(/cdn/shop/files/Heritage_BG.png?v=1719817628);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    background-color: #1b1f2e;
      height: 33vh;
}

@media only screen and (max-width: 600px) {
   #shopify-section-template--17976327602416__rich-text-0{

      height: auto;
}

}

#shopify-section-template--18153038282992__images_with_text_mHDGFb{
    background-image: url(/cdn/shop/files/Gifitng_BG_copy_2.png?v=1719913644);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    height: 104vh;
}
#shopify-section-template--18153038282992__testimonials_VPQ37g{background-color:#fef8e6;}
.banner-content{
    width: 40%;
    background-color: #1c1f2e;
    text-align: center;
    padding: 12px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;  
  background-image:url("/cdn/shop/files/Tea_BG_1.png?v=1719303914");
}
.banner-content .banner__heading{margin-bottom:20px;}
#shopify-section-template--18153038282992__video_hero_Ujd3J9 .page-width{display:flex;}
/* .list-menu--inline li:last-child{
  position:relative;
  right:20px;
} */
[data-variant-id="46300512485616"] dt{display:none !important;}
[data-handle="mystery-gift"] dt{display:none !important;}
cart-recommendations add-to-cart{color: white !important;
    background: #1b1f2d !important;
    padding: 4px !important;}
cart-recommendations add-to-cart span{    font-size: 10px !important;}
#best-seller-tag{
    position: relative;
    right: -212px;
    bottom: 30px;
    background: #1b1f2d;
    color: white;
    padding: 0px 6px;
    font-size: 12px;
}

.docapp-fg-pin-cropper{overflow:visible !important;}
[docapp-data-fg-goal="2_23589"] img{
      max-height: 35px !important;
    max-width: 40px !important;

}
.docapp-free-gift-progress .docapp-fg-progress-goal .docapp-fg-pin .docapp-fg-free-shipping {

    background-image: url('/cdn/shop/files/delivery-truck_1.png?v=1720520116') !important;
      background-size: contain !important;
}
[docapp-data-fg-goal="1_23588"] img{
        max-height: 26px !important;
      max-width: 32px !important;
}
.docapp-fg-pin-cropper {
    background: #fffbef !important;
}
.docapp-promo-widget-variables .docapp-free-shipping-image{
      background-image: url('/cdn/shop/files/delivery-truck_1.png?v=1720520116') !important;
        background-size: contain !important;
  background-color: transparent !important;
}
.docapp-fg-goal-bubble  {background-color:white !important;
                       color:black !important;
                       }
.docapp-fg-discount{
    background-image: url('/cdn/shop/files/sale.png?v=1720593566') !important;
          background-size: contain !important;
  background-color: transparent !important;
}

[docapp-data-fg-goal="0_3836"]{
      left: calc(18% - 40px) !important;
}

[docapp-data-fg-goal="1_23588"]{
      left: calc(46% - 40px) !important;
}
[docapp-data-fg-goal="2_23589"]{
      left: calc(73% - 40px) !important;
}

.offer p:after {
	content:'';
    top:0;
	transform:translateX(100%);
    height: 21px;
	position: absolute;
	z-index:1;
	animation: slide 1s infinite;
	 
  /* 
  CSS Gradient - complete browser support from http://www.colorzilla.com/gradient-editor/ 
  */
  background: -moz-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,0.8) 50%, rgba(128,186,232,0) 99%, rgba(125,185,232,0) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(255,255,255,0)), color-stop(50%,rgba(255,255,255,0.8)), color-stop(99%,rgba(128,186,232,0)), color-stop(100%,rgba(125,185,232,0))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%,rgba(255,255,255,0.8) 50%,rgba(128,186,232,0) 99%,rgba(125,185,232,0) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left, rgba(255,255,255,0) 0%,rgba(255,255,255,0.8) 50%,rgba(128,186,232,0) 99%,rgba(125,185,232,0) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left, rgba(255,255,255,0) 0%,rgba(255,255,255,0.8) 50%,rgba(128,186,232,0) 99%,rgba(125,185,232,0) 100%); /* IE10+ */
	background: linear-gradient(to right, rgba(255,255,255,0) 0%,rgba(255,255,255,0.8) 50%,rgba(128,186,232,0) 99%,rgba(125,185,232,0) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#007db9e8',GradientType=1 ); /* IE6-9 */
} 

.product_content h3{color:white !important; display:none;}
.leftside_image h4{font-size:14px !important;}
.leftside_image p {

    margin-top: 0px;
}
p.img-text {
    margin-top: 0px;
    font-size: 13px;
}
[data-variant-id="46311865975024"] , [data-variant-id="46311890190576"]{display:none !important;}


.offers-container .dropdown-header h2:before {
    background-color: #b5a824;
    content: "";
    display: block;
    height: 1px;
    width: 75px;
    right: 86px;
    position: relative;offer-image
}

.offers-container .dropdown-header h2:after {
    background-color: #b5a824;
    content: "";
    display: block;
    position: relative;
    right: -212px;
    bottom: 12px;
    height: 1px;
    width: 75px;
}


@media only screen and (max-width: 600px) {
  #shopify-section-template--18153038282992__video_hero_Ujd3J9 .page-width{
  flex-direction:column;
  }
#shopify-section-template--18153038282992__video_hero_Ujd3J9 .page-width .banner-content{width:100%;}
#shopify-section-template--18153038282992__video_hero_Ujd3J9 .page-width .banner{width:100%;}

.all_content_rw img {
    max-width: 100% !important;
}
  .steep_green_tea_row{
    flex-wrap:wrap;
  }
  .steep_green_tea_row .steep_green_tea_col{
    margin-bottom:30px;
  }
  .special-offers-container{
        max-width: 171px !important;
    top: 52% !important;
  }
  
}

#corner-cowi-cart-possible-free-products-list{display:none !important;}

#shopify-section-template--18293076787440__custom_liquid_T3QB6n .section--padding{
  padding-top:0px;
}

#shopify-section-template--18355248890096__slideshow_UKLnED , #shopify-section-template--18355248890096__multicolumn_nBVBQ4 , #shopify-section-template--18355248890096__rich_text_QrWxjM , #shopify-section-template--18583617634544__rich_text_QrWxjM , #shopify-section-template--18583617634544__slideshow_UKLnED , #shopify-section-template--18583617634544__multicolumn_nBVBQ4  {
  background-image:url("/cdn/shop/files/Diwali_BG.png?v=1724833553");
}
#shopify-section-template--18355248890096__rich_text_QrWxjM .rich-text:before , #shopify-section-template--18583617634544__rich_text_QrWxjM .rich-text:before{
      display: inline-block;
    content: "";
    width: 100px;
    height: 300px;
    background-image: url(/cdn/shop/files/Shape_1_copy.png?v=1724833553);
    background-repeat: no-repeat;
    position: absolute;
    z-index: 9999;
    left: -95px;
    bottom: -203px;
}

#shopify-section-template--18355248890096__rich_text_QrWxjM .rich-text:after ,  #shopify-section-template--18583617634544__rich_text_QrWxjM .rich-text:after{
    display: inline-block;
    content: "";
    width: 100px;
    height: 300px;
    background-image: url(/cdn/shop/files/Shape_1.png?v=1724833553);
    background-repeat: no-repeat;
    position: absolute;
    z-index: 9999;
    right: -140px;
    bottom: -202px;
}

#shopify-section-template--18355248890096__rich_text_QrWxjM .rich-text ,  #shopify-section-template--18583617634544__rich_text_QrWxjM .rich-text{position:relative;}
#shopify-section-template--18653724016880__rich_text_kGQa46{background-color:#fffbef;}
#shopify-section-template--18645017919728__custom_liquid_JYYqJU , #shopify-section-template--18645017919728__banner,
#shopify-section-template--18621561733360__banner,
#shopify-section-template--18621561733360__custom_liquid_JYYqJU,
#shopify-section-template--19462273990896__banner, #shopify-section-template--19462273990896__custom_liquid_JYYqJU
{
background-image:url("https://www.octavius.in/cdn/shop/files/Category.jpg?v=1719921375");
  
}




/* .header__inline-menu ul.list-menu.list-menu--inline li:first-child:before {
    content: "";
    background-image: url(/cdn/shop/files/Pngtree_creative_diwali_diya_png_5581830.png?v=1726895783);
    background-size: contain;
  height: 40px;
    width: 40px;
    background-repeat: no-repeat;
    position: absolute;
    left: -40px;
    top: -4px;
}  */


/* .header__inline-menu ul.list-menu.list-menu--inline li:nth-child(2):after{
    content: "Sale";
    position: relative;
    left: 96px;
    top: -58px;
    font-size: 12px;
    padding: 0px 8px;
    color: #fff;
    display: inline-block;
    background-color:#b5a824;
	-webkit-animation-name: blink;
	-webkit-animation-duration: 0.6s;
	-webkit-animation-iteration-count:infinite;
	-webkit-animation-timing-function:ease-in-out;
	-webkit-animation-direction: alternate;
} 


 .menu-drawer__navigation .menu-drawer__menu li:nth-child(2) a:after{
    content: "Sale";
    position: absolute;
    left: 46%;
    font-size: 12px;
    padding: 0px 8px;
    color: #fff;
    display: inline-block;
    background-color:#b5a824;
	-webkit-animation-name: blink;
	-webkit-animation-duration: 0.6s;
	-webkit-animation-iteration-count:infinite;
	-webkit-animation-timing-function:ease-in-out;
	-webkit-animation-direction: alternate;
} */






.header__inline-menu ul.list-menu.list-menu--inline  dropdown-menu li:nth-child(2):after{
display:none;
}

/* .header__inline-menu ul.list-menu.list-menu--inline li:first-child .header__menu-item .label , .menu-drawer__navigation .menu-drawer__menu li:first-child a{
      background: linear-gradient(to right, #da00a4 20%, #ff2626 40% 60%, #5d1dff 80%);
    background-size: 200% auto;
    -webkit-background-clip: text;
    -webkit-text-fill-color: #0000003b;
    animation: shine 1s linear infinite;
    font-weight: bolder !important;
    font-size: 13px !important
} */
@-webkit-keyframes shine {
  to {
    background-position: 200% center;
  }
}
@keyframes shine {
  to {
    background-position: 200% center;
  }
}


.menu-drawer__inner-submenu a{
      background: none !important;
    color: black !important;
    -webkit-text-fill-color: #281f1f !important;
}



.header__inline-menu ul.list-menu.list-menu--inline .mega-menu__item li:first-child .header__menu-item .label{
 background: none;
    background-size: inherit;
    -webkit-background-clip: inherit;
    -webkit-text-fill-color: inherit;
    animation: none;

}


/* .header__inline-menu ul.list-menu.list-menu--inline li:first-child{
background-image: url(/cdn/shop/files/Sequence_02_12.gif?v=1729253011);
    background-size: 70%;
    background-repeat: no-repeat;
    background-position-x: 37px;
    background-position-y: -11px;
    }
 */



.header__inline-menu ul.list-menu.list-menu--inline li:first-child {
  position: relative;
}
/* .menu-drawer__navigation ul.menu-drawer__menu.list-menu li:first-child:before {
   content: "";
    background-image: url(/cdn/shop/files/Pngtree_creative_diwali_diya_png_5581830.png?v=1726895783);
    background-size: contain;
    height: 40px;
    width: 40px;
    background-repeat: no-repeat;
    position: absolute;
    left: 105px;
    top: -1px;
} */
.menu-drawer__navigation ul.menu-drawer__menu.list-menu li:first-child
/* {
   position: relative;
} */
#shopify-section-template--18622484807920__video_jw7VVt .section--padding{
  padding-bottom:0px;
} 
#shopify-section-template--18708891861232__multicolumn_68jgpE .section--padding{
    padding-top:0px;
}
#Slider-template--18708891861232__multicolumn_68jgpE{margin-top:0px;}


  /* {% if product.handle == 'ceramic-coffee-tea-mug-set-with-smart-heating-pad-300-ml' %}
    #shopify-section-template--18708891861232__gallery_ppTYLr {
      display: none;
    }
  {% endif %} */

@media only screen and (min-width: 600px){
header.page-width{
 max-width:150rem !important;     
}
}

#shopify-section-template--18708891861232__custom_liquid_A9x4WR{
  background-color:#1c1f2e;
}

/* color highlight */

.header__inline-menu ul.list-menu.list-menu--inline.list-menu li:nth-child(3) a.header__menu-item--top , .menu-drawer__navigation .menu-drawer__menu li:nth-child(3) a{
      /* background:linear-gradient(90deg, rgba(255,165,0,1) 0%, rgba(255,238,206,1) 25%, rgba(255,255,255,1) 36%, rgba(255,255,255,1) 63%, rgba(205,230,205,1) 75%, rgba(6,131,3,1) 100%); */
  /* background-color:#b5a824;  
  padding: 3px 7px !important;
    position: relative;
    top: 4px; 
color:white !important ; */
}
.header__inline-menu ul.list-menu.list-menu--inline.list-menu li:nth-child(3) a.header__menu-item--top span , .menu-drawer__navigation .menu-drawer__menu li:nth-child(3) a span{
  /* color:white !important ; */
}

.header__inline-menu ul.list-menu.list-menu--inline.list-menu li:nth-child(3) a.header__menu-item--top span{
  /* color:white !important; */
}

.header__inline-menu ul.list-menu.list-menu--inline.list-menu li:nth-child(4) a:after{
  content:"";
}





/* .header__inline-menu ul.list-menu.list-menu--inline li:nth-child(4) a span {
  color: white !important;
   top: 0px;
} */

/* .header__inline-menu  ul.list-menu.list-menu--inline li:nth-child(4) a{

    padding: 3px 7px !important;
    position: relative;
    top: 4px;

} */

.mega-menu__item .list-menu-child .header__menu-item{
        background-color: white !important;

}



.quick-view__right variant-radios  , div#corner-cowi-cart-item-variant-options-0  {display:none !important;}
.offer{
font-weight: bold;
    letter-spacing: 1px;
  
}

.header__inline-menu ul.list-menu.list-menu--inline li:nth-child(5) a:after {
    /* background: #b5a824; */
    /* padding: 3px 7px !important;
    position: relative;
    top: 4px;
    content: "";
    background-image: url(/cdn/shop/files/Sequence_02.gif?v=1729246342);
    width: 118px;
    height: 59px;
    background-size: contain;
    background-repeat: no-repeat; */
}




@keyframes blink{
0%{opacity: 0;}
50%{opacity: .5;}
100%{opacity: 1;}
}

/* highlight animation */
.header__inline-menu ul.list-menu.list-menu--inline.list-menu li:nth-child(3) a.header__menu-item--top:after{
    /* content: ""; */
    /* top: 0;
    transform: translate(100%);
    width: 52%;
    height: 36px;
    position: absolute;
    z-index: 1;
    animation: slide 1s infinite;
    background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .8) 50%, rgba(128, 186, 232, 0) 99%, rgba(125, 185, 232, 0) 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(50%, rgba(255, 255, 255, .8)), color-stop(99%, rgba(128, 186, 232, 0)), color-stop(100%, rgba(125, 185, 232, 0)));
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .8) 50%, rgba(128, 186, 232, 0) 99%, rgba(125, 185, 232, 0) 100%);
    background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .8) 50%, rgba(128, 186, 232, 0) 99%, rgba(125, 185, 232, 0) 100%);
    background: -ms-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .8) 50%, rgba(128, 186, 232, 0) 99%, rgba(125, 185, 232, 0) 100%);
    background: linear-gradient(to right, #fff0, #fffc 50%, #80bae800 99%, #7db9e800);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00ffffff",endColorstr="#007db9e8",GradientType=1); */
}


.menu-drawer__navigation .menu-drawer__menu li:nth-child(2) .menu-drawer__menu-item.list-menu__itemfocus-inset:after{
content: "";
    top: 12%;
    transform: translate(100%);
    width: 31%;
    height: 65px;
    position: absolute;
    z-index: 1;
    animation: slide 1s infinite;
    background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .8) 50%, rgba(128, 186, 232, 0) 99%, rgba(125, 185, 232, 0) 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(50%, rgba(255, 255, 255, .8)), color-stop(99%, rgba(128, 186, 232, 0)), color-stop(100%, rgba(125, 185, 232, 0)));
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .8) 50%, rgba(128, 186, 232, 0) 99%, rgba(125, 185, 232, 0) 100%);
    background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .8) 50%, rgba(128, 186, 232, 0) 99%, rgba(125, 185, 232, 0) 100%);
    background: -ms-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .8) 50%, rgba(128, 186, 232, 0) 99%, rgba(125, 185, 232, 0) 100%);
    background: linear-gradient(to right, #fff0, #fffc 50%, #80bae800 99%, #7db9e800);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00ffffff",endColorstr="#007db9e8",GradientType=1);
}
/* .menu-drawer__navigation .menu-drawer__menu li:nth-child(4) a ,  */
.menu-drawer__navigation .menu-drawer__menu li:nth-child(3) .menu-drawer__menu-item.list-menu__itemfocus-inset{
background-color: #b1a423;
    /* color: white !important; */
    display: inline-block;
    padding: 6px 12px;
}


/* .header__inline-menu ul.list-menu.list-menu--inline li:first-child .header__menu-item:before{
    content: "";
    background-image: url(/cdn/shop/files/Octavius_gif2.gif?v=1729578819);
    background-size: contain;
    background-repeat: no-repeat;
    background-position-y: 6px;
    height: 226px;
    width: 285px;
    position: absolute;
} */

.custom-product-badge{
position: relative;
    display: inline;
    /* background: #1a1b18; */
    color: #fff;
    padding: 3px 15px;
    bottom: 31px;
    z-index: 9999;
    right: -204px;
    font-size: 11px;
      background-image: url(/cdn/shop/files/Offer_BG.png?v=1732620055);
    background-size: 100%;
}
.disclosure-has-popup .button--full-width , .mobile-facets__footer button {
  color:white;
}
#shopify-section-template--17976327340272__custom_liquid_7DegnW .hed ,#shopify-section-template--17976327340272__custom_liquid_7DegnW .black-tea-collection-text h4{
  padding-left:0px;
}
.offer p{text-align:center;}
#shopify-section-template--17976328749296__custom_liquid_Vhe6Qr,#shopify-section-template--18622484807920__custom_liquid_A9x4WR{
background-color:#1c1f2e;
}
#shopify-section-template--17976328749296__custom_liquid_Vhe6Qr .section--padding{padding:0px;}
#shopify-section-template--17976328749296__custom_liquid_wcaeLY .section--padding{padding:0px;}
#shopify-section-template--17976328749296__logo_list_tpk6z7 {
  position: relative;
    bottom: 1px;
}
.all_content_rw .leftside_image{
      display: flex;
    align-items: center;
}
#shopify-section-template--18622484807920__multicolumn_68jgpE .multicolumn-card__title{
  text-align:center;
}


.all_content_rw .leftside_image ,.all_content_rw .leftside_image .product_content {
  height:500px !important;
}


@media only screen and (max-width: 600px){
  .multicolumn-list .multicolumn-card__title{
    font-size:16px !important;
  }
  .dabbbaaa {
    padding-bottom: 25px !important;
  }

 .product-link__image{
    display:inline-flex !important;
    gap: 9px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
margin-right: 0px !important;
           width: 25% !important;
 }
  .product-link__image img {
    /* max-width: 64% !important; */
  }
.steep_green_tea_row{
  flex-direction:column;
      align-items: center;
}

.product__accordion .accordion__content, .accordion__content p , .accordion__content h5 , .accordion__content h1 ,.accordion__content h2 , .accordion__content h3 , .accordion__content h4 {
    font-size: 12px !important;
    font-family:"Century Gothic", sans-serif;
}


  .custom-product-badge {
    position: static;
    display: inline;
    background: #1a1b18;
    color: #fff;
    padding: 2px 15px;
    bottom: -4px;
    z-index: 9999;
    right: -148px;
    font-size: 9px;
} 

  
}

.subtitle svg{
  display:none !important;
}

#shopify-section-template--18627791880432__logo_list_Qx8zDm .section--padding , #shopify-section-template--18653724016880__logo_list_Qx8zDm .section--padding , #shopify-section-template--18653724016880__logo_list_Qx8zDm .section--padding{
    padding-bottom: 70px;
}
#shopify-section-template--18627791880432__collapsible-content  , #shopify-section-template--18653724016880__collapsible-content{
  background-color:#fffbef;
}

@media only screen and (min-width: 600px){
  #shopify-section-template--18622484807920__logo_list_Qx8zDm .logo-list{
        padding-bottom: 40px;
  }

.rightside_image{
      width: 50% !important;
}
  
  .rightside_image p {
        margin-top: 0px;
  }
  
}



.header__inline-menu ul.list-menu.list-menu--inline.list-menu li:nth-child(2) a.header__menu-item--top:after{
    /* background-image: url(/cdn/shop/files/Christmas.gif?v=1732104682); */
    background-image: url(/cdn/shop/files/hat_1.png?v=1734602057);
    /* content: ""; */
    background-size: contain;
    /* width: 101px;
    height: 64px; */
  width: 30px;
    height: 30px;
    position: absolute;
    background-repeat: no-repeat;
    /* left: 4px;
    bottom: 4px; */
  /* right: -10px;
    top: -10px; */
    }


 .menu-drawer__navigation .menu-drawer__menu li:nth-child(2) .menu-drawer__menu-item.list-menu__itemfocus-inset:before{
       /* background-image: url(/cdn/shop/files/Christmas.gif?v=1732104682); */
       background-image:url(/cdn/shop/files/hat_1.png?v=1734602057);
    content: "";
    background-size: contain;
    /* width: 101px;
    height: 64px; */
   width: 30px;
    height: 30px;
    position: absolute;
    background-repeat: no-repeat;
    /* left: 43px;
    top: 34px; */
   left: 137px;
    top: 60px;
 }


.header__inline-menu ul.list-menu.list-menu--inline.list-menu li:first-child a.header__menu-item--top:after{
    /* background-image: url(/cdn/shop/files/Snow.gif?v=1732104683); */
    background-image: url(/cdn/shop/files/snowflake_1.png?v=1734602057);
    /* content: ""; */
    background-size: cover;
    /* width: 90px;
    height: 38px; */
  width: 25px;
    height: 25px;
    position: absolute;
    background-repeat: no-repeat;
    /* left: 4px;
    bottom: 9px; */
right: -22px;
    bottom: 10px;
}




 /* .menu-drawer__navigation .menu-drawer__menu li:first-child .menu-drawer__menu-item.list-menu__itemfocus-inset:before{
   background-image: url(/cdn/shop/files/snowman.png?v=1732004244);
    content: "";
    background-size: contain;
    width: 77px;
    height: 31px;
    position: absolute;
    background-repeat: no-repeat;
       left: 114px;
    top: 9px;
 } */


/* .header__inline-menu ul.list-menu.list-menu--inline.list-menu li:first-child a.header__menu-item--top:before{
background-image: url(/cdn/shop/files/snowman.png?v=1732004244);
    content: "";
    background-size: contain;
    width: 77px;
    height: 31px;
    position: absolute;
    background-repeat: no-repeat;
    left: -34px;
    bottom: 9px;
}
 */




/* .offers-container{
    padding: 11px 11px 5px;
background: #1b1f2d;
  background-size: 100%;
} */
.offers-container .dropdown-header {
    padding: 20px 11px 0;
    background: #1b1f2d;
    background-size: 100%;
}

 .offers-wrapper {
   padding: 11px 11px 22px;
    background: #1b1f2d;
    background-size: 100%;
}


/* .offers-container .dropdown-header h2:before , .offers-container .dropdown-header h2:after{display:none !important} */



.offers-container .dropdown-header h2:before{
    content: "";
    width: 21px;
    height: 21px;
    background-image: url(/cdn/shop/files/Stars.png?v=1732620055);
    background-size: contain;
    background-color: transparent;
    background-repeat: no-repeat;
    position: absolute;
    left: -30px;
    top: 1px;
}

.offers-container .dropdown-header h2:after{
      content: "";
    width: 21px;
    height: 21px;
    background-image: url(/cdn/shop/files/Stars_2.png?v=1732620055);
    background-size: contain;
    background-color: transparent;
    background-repeat: no-repeat;
    position: absolute;
    right: -30px;
    top: 1px;
}
.dropdown-header h2{
  position:relative;
}


.baDropdownStyle .bacurr-choiceDesign {
    top: -130px !important;
}

.jdgm-rev-widg.jdgm-rev-widg{
      background: #fffbef;
}
.jdgm-histogram__bar-content{
    background: #b5a824 !important;
}
@media only screen and (min-width: 600px){
  .jdgm-rev-widg__reviews{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .jdgm-rev-widg__reviews .jdgm-quest, .jdgm-rev{
        width: 33% !important;
  }
  .jdgm-rev__pic-link{
   height: 170px !important; 
  }
}
.grid__item a[href*="mystery-gift"] {
    display: none !important;
}
[data-product-id="8922858455280"] .corner-cowi-cart-item-qty{
    display: none !important;
}

.variant-discount .money , .variant-discount {
  font-size:12px !important;
}

.product-variants
{
    background: red;
    color: white;
    padding: 4px 9px;
  font-size:12px;
}
.product__media-wrapper .price__badge-sale{
      position: absolute;
    z-index: 1; 
}
.jdgm-rev__timestamp , [data-option-set-id="775960"] {display:none !important;}

.mega-menu__item .mega-menu__item-link .header__menu-item .label{font-weight:bold !important;}

[data-product-handle="docapp-free-gift-big-mystery-gift-1"] , .collection [data-handle="mystery-gift"] , .collection [data-handle="big-mystery-gift"] , .collection [data-handle="docapp-free-gift-mystery-gift-1"]
, .collection [data-handle="option-set-776056-image-swatches-1"] , .collection [data-handle="option-set-776056-image-swatches-1"] , .collection [data-handle="mepc-customization-charge"]
{display:none;}



/* signature */

.header__inline-menu ul.list-menu.list-menu--inline.list-menu li:nth-child(3) a.header__menu-item--top .label{visibility:hidden;}
.header__inline-menu ul.list-menu.list-menu--inline.list-menu li:nth-child(3) a.header__menu-item--top:after{
  content:"";
      background-image: url(/cdn/shop/files/Signature_Picks_copy_2.png?v=1740571535);
    width: 95px;
    height: 24px;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
}

 .menu-drawer__navigation .menu-drawer__menu li:nth-child(3) .menu-drawer__menu-item.list-menu__itemfocus-inset{
   visibility:hidden;
 }

 .menu-drawer__navigation .menu-drawer__menu li:nth-child(3) .menu-drawer__menu-item.list-menu__itemfocus-inset:after{
    background-image: url(/cdn/shop/files/Signature_Picks_309f69c6-4a8d-4902-bf6b-495f1601da7c.png?v=1740335930);
    content: "";
    background-size: contain;
    width: 97px;
    height: 80px;
    position: absolute;
    background-repeat: no-repeat;
    top: 13px;
   visibility:visible;
 }
.menu-drawer__navigation .menu-drawer__menu li:nth-child(3) details .list-menu__item.focus-inset{visibility:hidden;}

.menu-drawer__navigation .menu-drawer__menu li:nth-child(3) details .list-menu__item.focus-inset:after{
      background-image: url(/cdn/shop/files/Signature_Picks_copy_2.png?v=1740571535);
    content: "";
    background-size: contain;
    width: 97px;
    height: 80px;
    position: absolute;
    background-repeat: no-repeat;
    top: 13px;
   visibility:visible;
}

.menu-drawer .icon-arrow{visibility:visible !important;}

.menu-drawer__submenu li details .list-menu__item.focus-inset:after{
  display:none
}
.menu-drawer__submenu li details .list-menu__item.focus-inset{visibility:visible !important;}


/* end signature */


/* teaware */

.header__inline-menu ul.list-menu.list-menu--inline.list-menu li:nth-child(4) a.header__menu-item--top:after{
  content:"";
      background-image: url(/cdn/shop/files/octavius_gifting_1.png?v=1758212137);
    width: 105px;
    height: 24px;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    left: -5px;
}

 .menu-drawer__navigation .menu-drawer__menu li:nth-child(5) .menu-drawer__menu-item.list-menu__itemfocus-inset{
   visibility:hidden;
 }

 .menu-drawer__navigation .menu-drawer__menu li:nth-child(5) .menu-drawer__menu-item.list-menu__itemfocus-inset:after{
    background-image: url(/cdn/shop/files/Summer_Sips_Icon_3f8f93b3-ee17-4062-bbb7-1d3844c8c112.png?v=1746424930);
    content: "";
    background-size: contain;
    width: 97px;
    height: 80px;
    position: absolute;
    background-repeat: no-repeat;
    top: 222px;
   visibility:visible;
 }
.menu-drawer__navigation .menu-drawer__menu li:nth-child(4) details .list-menu__item.focus-inset{visibility:hidden;}

.menu-drawer__navigation .menu-drawer__menu li:nth-child(4) .menu-drawer__menu-item.list-menu__itemfocus-inset:after{
    background-image: url(/cdn/shop/files/octavius_gifting_1.png?v=1758212137);
    content: "";
    background-size: contain;
    width: 110px;
    height: 25px;
    position: absolute;
    background-repeat: no-repeat;
    top: 13px;
   visibility:visible;
}


.menu-drawer .icon-arrow{visibility:visible !important;}

.menu-drawer__submenu li details .list-menu__item.focus-inset:after{
  display:none
}
.menu-drawer__submenu li details .list-menu__item.focus-inset{visibility:visible !important;}


/* end teaware */



/* teaware */

.header__inline-menu ul.list-menu.list-menu--inline.list-menu li:nth-child(8) a.header__menu-item--top .label{visibility:hidden;}
.header__inline-menu ul.list-menu.list-menu--inline.list-menu li:nth-child(8) a.header__menu-item--top:after{
  content:"";
      background-image: url(/cdn/shop/files/Teaware_ce75aa92-6e04-4629-8ff6-cd7918f0a588.png?v=1740335930);
    width: 95px;
    height: 24px;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
}

 .menu-drawer__navigation .menu-drawer__menu li:nth-child(9) .menu-drawer__menu-item.list-menu__itemfocus-inset{
   visibility:hidden;
 }

 .menu-drawer__navigation .menu-drawer__menu li:nth-child(9) .menu-drawer__menu-item.list-menu__itemfocus-inset:after{
    background-image: url(/cdn/shop/files/Teaware_ce75aa92-6e04-4629-8ff6-cd7918f0a588.png?v=1740335930);
    content: "";
    background-size: contain;
    width: 97px;
    height: 80px;
    position: absolute;
    background-repeat: no-repeat;
    top: 13px;
   visibility:visible;
 }
.menu-drawer__navigation .menu-drawer__menu li:nth-child(9) details span.menu-drawer__menu-item.list-menu__item.animate-arrow.focus-inset.menu-drawer__menu-item--active{visibility:hidden;}

.menu-drawer__navigation .menu-drawer__menu li:nth-child(9) details span.menu-drawer__menu-item.list-menu__item.animate-arrow.focus-inset.menu-drawer__menu-item--active:after{
      background-image: url(/cdn/shop/files/Teaware_ce75aa92-6e04-4629-8ff6-cd7918f0a588.png?v=1740335930);
    content: "";
    background-size: contain;
    width: 97px;
    height: 80px;
    position: absolute;
    background-repeat: no-repeat;
    top: 13px;
   visibility:visible;
}


.menu-drawer .icon-arrow{visibility:visible !important;}

.menu-drawer__submenu li details .list-menu__item.focus-inset:after{
  display:none
}
.menu-drawer__submenu li details .list-menu__item.focus-inset{visibility:visible !important;}


/* end teaware */



/* instant premix */

.header__inline-menu ul.list-menu.list-menu--inline.list-menu li:nth-child(2) a.header__menu-item--top .label{visibility:hidden;}
.header__inline-menu ul.list-menu.list-menu--inline.list-menu li:nth-child(2) a.header__menu-item--top:after{
  content:"";
      /* background-image: url(/cdn/shop/files/Instant_Premix_fd531702-9fab-4cb0-b3f9-4f58feecb9dd.png?v=1740335929); */
      background-image: url(/cdn/shop/files/Instant_Premix_c0cae494-206e-4cde-aab0-55adcc7c20df.png?v=1740487875);
    width: 95px;
    height: 24px;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
}

 .menu-drawer__navigation .menu-drawer__menu li:nth-child(2) .menu-drawer__menu-item.list-menu__itemfocus-inset{
   visibility:hidden;
 }

 .menu-drawer__navigation .menu-drawer__menu li:nth-child(2) .menu-drawer__menu-item.list-menu__itemfocus-inset:after{
    background-image: url(/cdn/shop/files/Instant_Premix_fd531702-9fab-4cb0-b3f9-4f58feecb9dd.png?v=1740335929);
    content: "";
    background-size: contain;
    width: 97px;
    height: 80px;
    position: absolute;
    background-repeat: no-repeat;
    top: 13px;
   visibility:visible;
 }
.menu-drawer__navigation .menu-drawer__menu li:nth-child(2) details .list-menu__item.focus-inset{visibility:hidden;}

.menu-drawer__navigation .menu-drawer__menu li:nth-child(2) details .list-menu__item.focus-inset:after{
      background-image: url(/cdn/shop/files/Instant_Premix_c0cae494-206e-4cde-aab0-55adcc7c20df.png?v=1740487875);
    content: "";
    background-size: contain;
    width: 97px;
    height: 80px;
    position: absolute;
    background-repeat: no-repeat;
    top: 13px;
   visibility:visible;
}

.menu-drawer .icon-arrow{visibility:visible !important;}

.menu-drawer__submenu li details .list-menu__item.focus-inset:after{
  display:none
}
.menu-drawer__submenu li details .list-menu__item.focus-inset{visibility:visible !important;}

/* end instant premix */



/* sub head highlight */

.header__inline-menu ul.list-menu.list-menu--inline.list-menu li:nth-child(3) .list-mega-menu .mega-menu__item:last-child li:nth-child(5) a span , .header__inline-menu ul.list-menu.list-menu--inline.list-menu li:nth-child(3) .list-mega-menu .mega-menu__item:last-child li:nth-child(10) a span ,.header__inline-menu ul.list-menu.list-menu--inline.list-menu li:nth-child(3) .list-mega-menu .mega-menu__item:last-child li:nth-child(11) a span{
position:relative;
}

.header__inline-menu ul.list-menu.list-menu--inline.list-menu li:nth-child(3) .list-mega-menu .mega-menu__item:last-child li:nth-child(5) a span:after , .header__inline-menu ul.list-menu.list-menu--inline.list-menu li:nth-child(3) .list-mega-menu .mega-menu__item:last-child li:nth-child(10) a span:after ,.header__inline-menu ul.list-menu.list-menu--inline.list-menu li:nth-child(3) .list-mega-menu .mega-menu__item:last-child li:nth-child(11) a span:after{
   content: "Bestseller";
    letter-spacing: 2px;
    font-weight: 900;
    position: absolute;
    background: #399;
    padding: 3px 5px;
    color: #fff !important;
    bottom: 10px;
    text-decoration: blink;
    -webkit-animation-name: blinkerr;
    -webkit-animation-duration: .6s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: ease-in-out;
    -webkit-animation-direction: alternate;
    font-size: 10px;
}
@-webkit-keyframes blinkerr {
  from {opacity: 1.0;}
  to {opacity: 0.0;}
}
li:has(a[href*="/products/free-hamper"]) {
    display: none !important;
}



.press{
display: flex;
    width: 75%;
    margin: 37px auto;
    overflow: auto;
    border-radius: 24px;
    border: 1px solid gray;
}
.press-title {
    width: 25%;
    color: #1b1f2d;
    display: flex;
    background: #b4a724;
    justify-content: center;
    font-size: 22px;
    font-weight: 700;
    align-items: center;
}
div#node-marquee img {
    max-width: 80px;
}
div#node-marquee {
    display: flex !important;
    padding-bottom: 5px;
    width: 75%;
    justify-content: space-around;
}
@media (max-width: 800px) {
div#node-marquee img {
    max-width: 70px;
}
div#node-marquee {
   width: 100%;
}
.press-title {
    width: 100%;
}
.press {
width: 100%;
       flex-direction: column;
}
}

 .benefit-icon .det_img img{max-width:30% !important;}
.offer-image img{width:100%;}
#shopify-section-template--19534131724528__custom_liquid_jUA7eQ p{color:white;}


.card-wrapper:has(.card-information__text:contains("Tuberose Diffuser Oil + Ceramic Flower Aromatherapy Combo")) {
  display: none !important;
}
li:has(a[href*="tuberose-diffuser-oil-ceramic-flower-aromatherapy-combo"]) {
  display: none !important;
}
.offer-image {
    display: none;
}
.offers-container img {
    margin-top: 30px;
}

li:has([data-variant-id="47935558648048"]), li:has([data-variant-id="47935971786992"]){
  position: relative;
}
li:has([data-variant-id="47935558648048"]):before, li:has([data-variant-id="47935971786992"]):before{
      position: absolute;
	    content: "Newly Launched";
	    top: 0;
	    right: 0;
	    z-index: 99;
	    color: #fff;
	    background-color: #ff3434;
	    padding: 0px 12px;
      font-size: 14px;
      animation: blinker 1s linear infinite;
}

li:has([data-variant-id="47551635194096"]), li:has([data-variant-id="47568636543216"]), li:has([data-variant-id="47568638443760"]), li:has([data-variant-id="47718378373360"]), 
li:has([data-variant-id="47718446104816"]), li:has([data-variant-id="47718479364336"]), li:has([data-variant-id="47718529499376"]), li:has([data-variant-id="47704448794864"]), 
li:has([data-variant-id="47704550768880"]){
    	position: relative;
}
    li:has([data-variant-id="47551635194096"]):before, li:has([data-variant-id="47568636543216"]):before, li:has([data-variant-id="47568638443760"]):before,
    li:has([data-variant-id="47718378373360"]):before, li:has([data-variant-id="47718446104816"]):before, li:has([data-variant-id="47718479364336"]):before,
    li:has([data-variant-id="47718529499376"]):before, li:has([data-variant-id="47704448794864"]):before,
    li:has([data-variant-id="47704550768880"]):before{
	    position: absolute;
	    content: "New";
	    top: 0;
	    right: 0;
	    z-index: 99;
	    color: #fff;
	    background-color: #ff3434;
	    padding: 0px 12px;
      font-size: 14px;
      animation: blinker 1s linear infinite;
	}
@keyframes blinker {  
  50% { opacity: 0; }
}

section#shopify-section-template--18355248890096__rich_text_trdJ8N {
    background-image: url(https://www.octavius.in/cdn/shop/files/Diwali_BG.png?v=1724833553);
}
section#shopify-section-template--18355248890096__rich_text_trdJ8N .rich-text.section--padding {
    position: relative;
}
section#shopify-section-template--18355248890096__rich_text_trdJ8N .rich-text.section--padding:before {
    display: inline-block;
    content: "";
    width: 100px;
    height: 300px;
    background-image: url(/cdn/shop/files/Shape_1_copy.png?v=1724833553);
    background-repeat: no-repeat;
    position: absolute;
    z-index: 9999;
    left: -95px;
    bottom: -203px;
}
section#shopify-section-template--18355248890096__rich_text_trdJ8N .rich-text.section--padding:after {
    display: inline-block;
    content: "";
    width: 100px;
    height: 300px;
    background-image: url(/cdn/shop/files/Shape_1.png?v=1724833553);
    background-repeat: no-repeat;
    position: absolute;
    z-index: 9999;
    right: -140px;
    bottom: -202px;
}
@media (max-width: 800px) {
section#shopify-section-template--18355248890096__rich_text_trdJ8N .rich-text.section--padding:after, section#shopify-section-template--18355248890096__rich_text_trdJ8N .rich-text.section--padding:before
{
  display: none;
}}

[data-product-id="9477070356720"] .corner-cowi-cart-item-qty{
  display: none !important;
visibility:hidden !important;
}


   .two-icons div {
      display: flex;
      align-items: center;
      gap: 15px;
   }
.two-icons img {
    max-width: 50px;
}
.two-icons p {
    font-size: 12px;
}
.header__inline-menu ul.list-menu.list-menu--inline.list-menu li:nth-child(1) a.header__menu-item--top span{
    background: #239191 !important;
    padding-top: 0;
    text-decoration: blink;
    -webkit-animation-name: blinker;
    -webkit-animation-duration: 0.85s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: ease-in-out;
    -webkit-animation-direction: alternate;
    color: #fff !important;
    padding: 0px 5px;
}


/* rakhi */

.header__inline-menu ul.list-menu.list-menu--inline.list-menu li:nth-child(4) a.header__menu-item--top .label{
  visibility:hidden;
}
/* .header__inline-menu ul.list-menu.list-menu--inline.list-menu li:nth-child(4) a.header__menu-item--top:after{
content: "";
background-image:url(/cdn/shop/files/Frame_5574.png?v=1755082828);
  position: absolute;
   right: -7px;
    top: 7px;
    height: 30px;
    width: 100px;
    background-size: contain;
    background-repeat: no-repeat;
} */
.menu-drawer__navigation .menu-drawer__menu li:nth-child(4) .menu-drawer__menu-item.list-menu__itemfocus-inset{
   visibility:hidden;
   position: relative;
 }
/* .menu-drawer__navigation .menu-drawer__menu li:nth-child(4) .menu-drawer__menu-item.list-menu__itemfocus-inset:before {
    content: "sale";
    background: #239191 !important;
    text-decoration: blink;
    -webkit-animation-name: blinker;
    -webkit-animation-duration: 0.85s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: ease-in-out;
    -webkit-animation-direction: alternate;
    border-radius: 60px;
    color: #fff !important;
    padding: 0px 5px;
    left: 91px;
    position: absolute;
    top: 5px;
    visibility: visible;
} */
 /* .menu-drawer__navigation .menu-drawer__menu li:nth-child(4) .menu-drawer__menu-item.list-menu__itemfocus-inset:after{
 content: "";
background-image:url(/cdn/shop/files/Frame_5574.png?v=1755082828);
  position: absolute;
    left: 0px;
   top: 15px;
    height: 40px;
    width: 100px;
    background-size: contain;
    background-repeat: no-repeat;
      visibility:visible;
 } */

@media only screen and (max-width: 600px) {
  
  /* .menu-drawer__navigation .menu-drawer__menu li:nth-child(4){position: relative;} */
}



.menu-drawer__navigation .menu-drawer__menu li:nth-child(4) details .list-menu__item.focus-inset{visibility:hidden;}

.menu-drawer__navigation .menu-drawer__menu li:nth-child(4) details .list-menu__item.focus-inset:after{
      background-image: url(/cdn/shop/files/Rakhi_c7609abf-220d-4447-9290-9cf8ac41be9f.png?v=1751003267);
    content: "";
    background-size: contain;
    width: 97px;
    height: 80px;
    position: absolute;
    background-repeat: no-repeat;
    top: 13px;
   visibility:visible;
}

.menu-drawer .icon-arrow{visibility:visible !important;}

.menu-drawer__submenu li details .list-menu__item.focus-inset:after{
  display:none
}
.menu-drawer__submenu li details .list-menu__item.focus-inset{visibility:visible !important;}

/* end rakhi */

.special-offers-container{display:none !important;}
p.cat-sub-head{display: none !important;}










@media screen and (max-width: 800px) {
  .product-video-bottom video {
    width: 100px !important;
}
  .close-video-btn {
    bottom: 177px !important;
    width: 25px !important;
    height: 25px !important;
}
}
.product-video-bottom video {
    position: fixed;
    right: 15px;
    width: 130px;
    height: auto;
    bottom: 15px;
  z-index: 9999;
}
.close-video-btn {
    position: fixed;
    right: 3px;
    bottom: 227px;
    background-color: #005e72;
    color: #fff;
    border: none;
    font-size: 20px;
    cursor: pointer;
    width: 30px;
    line-height: normal;
    height: 30px;
    border-radius: 50%;
    z-index: 999999999999;
}


[data-shopify="payment-button"]{
  display: none !important;
}
div#videoContainer {
    display: none;
}
li:has(a[href*="/products/mystery-gift"]),
li:has(a[href*="/products/docapp-free-gift-mystery-gift-1"]),
li:has(a[href*="/products/docapp-free-gift-big-mystery-gift-1"]),
li:has(a[href*="/products/big-mystery-gift"]){
    display: none !important;
}

.flex-shrink-0.w-full.overflow-hidden:has(a[href*="https://www.octavius.in/products/big-mystery-gift"]),
.flex-shrink-0.w-full.overflow-hidden:has(a[href*="https://www.octavius.in/products/docapp-free-gift-mystery-gift-1"]),
.flex-shrink-0.w-full.overflow-hidden:has(a[href*="https://www.octavius.in/products/docapp-free-gift-big-mystery-gift-1"]),
.flex-shrink-0.w-full.overflow-hidden:has(a[href*="https://www.octavius.in/products/mystery-gift"]){
    display: none !important;
}



 @media (max-width: 800px) {

        .timerwatch-box {
            width: 45px !important;
            height: 45px !important;
            font-size: 18px !important;
        }

        .timerwatch-box .label {
            font-size: 12px !important;
        }

        #offer-timer {
            background-image: url(/cdn/shop/files/Frame_16.png?v=1755002603) !important;
            background-size: cover !important;
        }

        #offer-timer {
            padding: 10px 5px !important;
            gap: 5px !important;
            flex-direction: column;
        }

        .offer-heading b {
            font-size: 20px !important;
        }

       div#offer-timer .offer-heading span {
            font-size: 20px !important;
        }
        .offer-heading {
    font-size: 14px !important;
    line-height: 24px;
}
    }

    .timerwatch {
        display: flex;
        justify-content: center;
        gap: 10px;
        margin-top: 0px;
    }


    .timerwatch-box div {
        color: #fff;
        line-height: 1;
    }

    .timerwatch .timerwatch-box:nth-child(5) {
        background: #fff;
    }

    .timerwatch .timerwatch-box:nth-child(5) div {
        color: #0011ff;
    }

    .timerwatch .timerwatch-box:nth-child(4) {
        background: #539b3b;
    }

    .timerwatch .timerwatch-box:nth-child(3) div {
        color: #0011ff;
    }

    .timerwatch .timerwatch-box:nth-child(3) {
        background: #ffffff;
    }

    .timerwatch-box {
        width: 50px;
        height: 50px;
        display: flex;
        background: linear-gradient(320deg, rgba(226, 192, 75, 1) 16%, rgba(210, 168, 64, 1) 52%, rgba(177, 122, 34, 1) 87%);
        flex-direction: column;
        justify-content: center;
        align-items: center;
        font-size: 23px;
        position: relative;
        font-weight: 600;
    }

    .offer-heading span {
        color: #e49434 !important;
    font-size: 27px !important;
    font-weight: 900 !important;
    }

    .offer-heading b {
        color: #278209;
        font-size: 24px;
    }

    .offer-heading {
        text-align: center;
        font-size: 18px;
        color: #0011ff;
        font-weight: 700;
    }


    .timerwatch-box .label {
        font-size: 14px;
        margin-top: 2px;
        margin-bottom: 0;
        color: #fff;
    }

    #offer-timer {
        background-image: url(/cdn/shop/files/Frame_14_1.png?v=1755002604);
        background-size: cover;
        padding: 10px 0;
        display: flex;
        justify-content: center;
        gap: 10px;
        align-items: center;
    }

    .timerwatch .timerwatch-box:nth-child(2) {
        background: #e49434;
    }

    /* .header__inline-menu ul.list-menu.list-menu--inline.list-menu li:nth-child(4) a.header__menu-item--top:before {
    content: "sale";
    background: #239191 !important;
    text-decoration: blink;
    -webkit-animation-name: blinker;
    -webkit-animation-duration: 0.85s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: ease-in-out;
    -webkit-animation-direction: alternate;
    border-radius: 60px;
    color: #fff !important;
    padding: 0px 5px;
    right: -22px;
    text-transform: capitalize;
    position: absolute;
    top: -15px;
} */



  #canvas-new {
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      z-index: 0;
      cursor: crosshair;
    }

    /* 🎉 Diwali intro overlay */
    #diwaliOverlay {
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: #fffbde;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      z-index: 9999;
      color: #eb6221;
      font-size: 3em;
      text-align: center;
    }

    #diwaliOverlay img {
      max-width: 150px;
      margin-top: 20px;
    }

