/** Shopify CDN: Minification failed

Line 2294:44 Unexpected ";"
Line 3273:112 "olor" is not a known CSS property

**/
/* Color custom properties */
:root,
.color-background-1 {
  --color-foreground: var(--color-base-text);
  --color-background: var(--color-base-background-1);
  --gradient-background: var(--gradient-base-background-1);
}
.color-background-2 {
  --color-foreground: var(--color-base-text);
  --color-background: var(--color-base-background-2);
  --gradient-background: var(--gradient-base-background-2);
}
.color-inverse {
  --color-foreground: var(--color-base-background-1);
  --color-background: var(--color-base-text);
  --gradient-background: rgb(var(--color-base-text));
}
.color-accent-1 {
  --color-foreground: var(--color-base-solid-button-labels);
  --color-background: var(--color-base-accent-1);
  --gradient-background: var(--gradient-base-accent-1);
}
.color-accent-2 {
  --color-foreground: var(--color-base-solid-button-labels);
  --color-background: var(--color-base-accent-2);
  --gradient-background: var(--gradient-base-accent-2);
}
.color-foreground-outline-button {
  --color-foreground: var(--color-base-outline-button-labels);
}
.color-foreground-accent-1 {
  --color-foreground: var(--color-base-accent-1);
}
.color-foreground-accent-2 {
  --color-foreground: var(--color-base-accent-2);
}
:root,
.color-background-1 {
  --color-link: var(--color-base-outline-button-labels);
  --alpha-link: 0.85;
}
.color-background-2,
.color-inverse,
.color-accent-1,
.color-accent-2 {
  --color-link: var(--color-foreground);
  --alpha-link: 0.7;
}
:root,
.color-background-1 {
  --color-button: var(--color-base-accent-1);
  --color-button-text: var(--color-base-solid-button-labels);
  --alpha-button-background: 1;
  --alpha-button-border: 1;
}
.color-background-2,
.color-inverse,
.color-accent-1,
.color-accent-2 {
  --color-button: var(--color-foreground);
  --color-button-text: var(--color-background);
}
.button--secondary {
  --color-button: var(--color-base-outline-button-labels);
  --color-button-text: var(--color-base-outline-button-labels);
  --color-button: var(--color-background);
  --alpha-button-background: 1;
}
.color-background-2 .button--secondary,
.color-accent-1 .button--secondary,
.color-accent-2 .button--secondary {
  --color-button: var(--color-background);
  --color-button-text: var(--color-foreground);
}
.color-inverse .button--secondary {
  --color-button: var(--color-background);
  --color-button-text: var(--color-foreground);
}
.button--tertiary {
  --color-button: var(--color-base-outline-button-labels);
  --color-button-text: var(--color-base-outline-button-labels);
  --alpha-button-background: 0;
  --alpha-button-border: 0.2;
}
.color-background-2 .button--tertiary,
.color-inverse .button--tertiary,
.color-accent-1 .button--tertiary,
.color-accent-2 .button--tertiary {
  --color-button: var(--color-foreground);
  --color-button-text: var(--color-foreground);
}
:root,
.color-background-1 {
  --color-badge-background: var(--color-background);
  --color-badge-border: var(--color-foreground);
  --alpha-badge-border: 0.1;
}
.color-background-2,
.color-inverse,
.color-accent-1,
.color-accent-2 {
  --color-badge-background: var(--color-background);
  --color-badge-border: var(--color-background);
  --alpha-badge-border: 1;
}
:root,
.color-background-1,
.color-background-2 {
  --color-card-hover: var(--color-base-text);
}
.color-inverse {
  --color-card-hover: var(--color-base-background-1);
}
.color-accent-1,
.color-accent-2 {
  --color-card-hover: var(--color-base-solid-button-labels);
}
:root,
.color-icon-text {
  --color-icon: rgb(var(--color-base-text));
}
.color-icon-accent-1 {
  --color-icon: rgb(var(--color-base-accent-1));
}
.color-icon-accent-2 {
  --color-icon: rgb(var(--color-base-accent-2));
}
.color-icon-outline-button {
  --color-icon: rgb(var(--color-base-outline-button-labels));
}
.contains-card,
.card {
  --border-radius: var(--card-corner-radius);
  --border-width: var(--card-border-width);
  --border-opacity: var(--card-border-opacity);
  --shadow-horizontal-offset: var(--card-shadow-horizontal-offset);
  --shadow-vertical-offset: var(--card-shadow-vertical-offset);
  --shadow-blur-radius: var(--card-shadow-blur-radius);
  --shadow-opacity: var(--card-shadow-opacity);
}
.contains-content-container,
.content-container {
  --border-radius: var(--text-boxes-radius);
  --border-width: var(--text-boxes-border-width);
  --border-opacity: var(--text-boxes-border-opacity);
  --shadow-horizontal-offset: var(--text-boxes-shadow-horizontal-offset);
  --shadow-vertical-offset: var(--text-boxes-shadow-vertical-offset);
  --shadow-blur-radius: var(--text-boxes-shadow-blur-radius);
  --shadow-opacity: var(--text-boxes-shadow-opacity);
}
.product__media-gallery .slider,
.product__media-item {
  --border-radius: var(--media-radius);
  --border-width: var(--media-border-width);
  --border-opacity: var(--media-border-opacity);
  --shadow-horizontal-offset: var(--media-shadow-horizontal-offset);
  --shadow-vertical-offset: var(--media-shadow-vertical-offset);
  --shadow-blur-radius: var(--media-shadow-blur-radius);
  --shadow-opacity: var(--media-shadow-opacity);
}
/* 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;
}
.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;
  }
  .page-width-tablet {
    padding: 0 5rem;
  }
}
@media screen and (min-width: 990px) {
  .page-width--narrow {
    max-width: 72.6rem;
    padding: 0;
  }
  .page-width-desktop {
    max-width: var(--page-width);
    padding: 0 5rem;
  }
}
.isolate {
  position: relative;
  z-index: 0;
}
.section + .section {
  margin-top: var(--spacing-sections-mobile);
}
@media screen and (min-width: 750px) {
  .section + .section {
    margin-top: var(--spacing-sections-desktop);
  }
}
.element-margin-top {
  margin-top: 5rem;
}
@media screen and (min-width: 750px) {
  .element-margin {
    margin-top: calc(5rem + var(--page-width-margin));
  }
}
body,
.color-background-1,
.color-background-2,
.color-inverse,
.color-accent-1,
.color-accent-2 {
  color: rgba(var(--color-foreground), 0.75);
  background-color: rgb(var(--color-background));
}
.background-secondary {
  background-color: rgba(var(--color-foreground), 0.04);
}
.grid-auto-flow {
  display: grid;
  grid-auto-flow: column;
}
.page-margin,
.shopify-challenge__container {
  margin: 7rem auto;
}
.rte-width {
  max-width: 82rem;
  margin: 0 auto 2rem;
}
.list-unstyled {
  margin: 0;
  padding: 0;
  list-style: none;
}
.hidden {
  display: none !important;
}
.visually-hidden {
  position: absolute !important;
  overflow: hidden;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
  clip: rect(0 0 0 0);
  word-wrap: normal !important;
}
.visually-hidden--inline {
  margin: 0;
  height: 1em;
}
.overflow-hidden {
  overflow: hidden;
}
.skip-to-content-link:focus {
  z-index: 9999;
  position: inherit;
  overflow: auto;
  width: auto;
  height: auto;
  clip: auto;
}
.full-width-link {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
}
::selection {
  background-color: rgba(var(--color-foreground), 0.2);
}
.text-body {
  font-size: 1.5rem;
  letter-spacing: 0.06rem;
  line-height: calc(1 + 0.8 / var(--font-body-scale));
  font-family: var(--font-body-family);
  font-style: var(--font-body-style);
  font-weight: var(--font-body-weight);
}
h1,
h2,
h3,
h4,
h5,
.h0,
.h1,
.h2,
.h3,
.h4,
.h5 {
  font-family: var(--font-heading-family);
  font-style: var(--font-heading-style);
  font-weight: var(--font-heading-weight);
  letter-spacing: calc(var(--font-heading-scale) * 0.06rem);
  color: rgb(var(--color-foreground));
  line-height: calc(1 + 0.3 / max(1, var(--font-heading-scale)));
  word-break: break-word;
}
.h0 {
  font-size: calc(var(--font-heading-scale) * 4rem);
}
@media only screen and (min-width: 750px) {
  .h0 {
    font-size: calc(var(--font-heading-scale) * 5.2rem);
  }
}
h1,
.h1 {
  font-size: calc(var(--font-heading-scale) * 3rem);
}
@media only screen and (min-width: 750px) {
  h1,
  .h1 {
    font-size: calc(var(--font-heading-scale) * 4rem);
  }
}
h2,
.h2 {
  font-size: calc(var(--font-heading-scale) * 2rem);
}
@media only screen and (min-width: 750px) {
  h2,
  .h2 {
    font-size: calc(var(--font-heading-scale) * 2.4rem);
  }
}
h3,
.h3 {
  font-size: calc(var(--font-heading-scale) * 1.7rem);
}
@media only screen and (min-width: 750px) {
  h3,
  .h3 {
    font-size: calc(var(--font-heading-scale) * 1.8rem);
  }
}
h4,
.h4 {
  font-family: var(--font-heading-family);
  font-style: var(--font-heading-style);
  font-size: calc(var(--font-heading-scale) * 1.5rem);
}
h5,
.h5 {
  font-size: calc(var(--font-heading-scale) * 1.2rem);
}
@media only screen and (min-width: 750px) {
  h5,
  .h5 {
    font-size: calc(var(--font-heading-scale) * 1.3rem);
  }
}
h6,
.h6 {
  color: rgba(var(--color-foreground), 0.75);
  margin-block-start: 1.67em;
  margin-block-end: 1.67em;
}
blockquote {
  font-style: italic;
  color: rgba(var(--color-foreground), 0.75);
  border-left: 0.2rem solid rgba(var(--color-foreground), 0.2);
  padding-left: 1rem;
}
@media screen and (min-width: 750px) {
  blockquote {
    padding-left: 1.5rem;
  }
}
.caption {
  font-size: 1rem;
  letter-spacing: 0.07rem;
  line-height: calc(1 + 0.7 / var(--font-body-scale));
}
@media screen and (min-width: 750px) {
  .caption {
    font-size: 1.2rem;
  }
}
.caption-with-letter-spacing {
  font-size: 1rem;
  letter-spacing: 0.13rem;
  line-height: calc(1 + 0.2 / var(--font-body-scale));
  text-transform: uppercase;
}
.caption-with-letter-spacing--medium {
  font-size: 1.2rem;
  letter-spacing: .16rem;
}
.caption-with-letter-spacing--large {
  font-size: 1.4rem;
  letter-spacing: 0.18rem;
}
.caption-large,
.customer .field input,
.customer select,
.field__input,
.form__label,
.select__select {
  font-size: 1.3rem;
  line-height: calc(1 + 0.5 / var(--font-body-scale));
  letter-spacing: 0.04rem;
}
.color-foreground {
  color: rgb(var(--color-foreground));
}
table:not([class]) {
  table-layout: fixed;
  border-collapse: collapse;
  font-size: 1.4rem;
  border-style: hidden;
  box-shadow: 0 0 0 0.1rem rgba(var(--color-foreground), 0.2);
  /* draws the table border  */
}
table:not([class]) td,
table:not([class]) th {
  padding: 1em;
  border: 0.1rem solid rgba(var(--color-foreground), 0.2);
}
.hidden {
  display: none !important;
}
@media screen and (min-width: 750px) {
  .smal-up-hide{
    display: none !important;
  }
}
@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;
}
.right {
  text-align: right;
}
.uppercase {
  text-transform: uppercase;
}
.light {
  opacity: 0.7;
}
.body_empty a:empty,
.body_empty ul:empty,
.body_empty dl:empty,
.body_empty div:empty,
.body_empty section:empty,
.body_empty article:empty,
.body_empty p:empty,
.body_empty h1:empty,
.body_empty h2:empty,
.body_empty h3:empty,
.body_empty h4:empty,
.body_empty h5:empty,
.body_empty h6:empty {
  display: none;
}
.link,
.customer a {
  cursor: pointer;
  display: inline-block;
  border: none;
  box-shadow: none;
  text-decoration: underline;
  text-underline-offset: 0.3rem;
  color: rgb(var(--color-link));
  background-color: transparent;
  font-size: 1.4rem;
  font-family: inherit;
}
.link--text {
  color: rgb(var(--color-foreground));
}
.link--text:hover {
  color: rgba(var(--color-foreground), 0.75);
}
.link-with-icon {
  display: inline-flex;
  font-size: 1.4rem;
  font-weight: 600;
  letter-spacing: 0.1rem;
  text-decoration: none;
  margin-bottom: 4.5rem;
  white-space: nowrap;
}
.link-with-icon .icon {
  width: 1.5rem;
  margin-left: 1rem;
}
a:not([href]) {
  cursor: not-allowed;
}
.circle-divider::after {
  content: '\2022';
  margin: 0 1.3rem 0 1.5rem;
}
.circle-divider:last-of-type::after {
  display: none;
}
hr {
  border: none;
  height: 0.1rem;
  background-color: rgba(var(--color-foreground), 0.2);
  display: block;
  margin: 5rem 0;
}
@media screen and (min-width: 750px) {
  hr {
    margin: 7rem 0;
  }
}
.full-unstyled-link {
  text-decoration: none;
  color: currentColor;
  display: block;
}
.placeholder {
  background-color: rgba(var(--color-foreground), 0.04);
  color: rgba(var(--color-foreground), 0.55);
  fill: rgba(var(--color-foreground), 0.55);
}
details > * {
  box-sizing: border-box;
}
.break {
  word-break: break-word;
}
.visibility-hidden {
  visibility: hidden;
}
@media (prefers-reduced-motion) {
  .motion-reduce {
    transition: none !important;
    animation: none !important;
  }
}
:root {
  --duration-short: 100ms;
  --duration-default: 200ms;
  --duration-long: 500ms;
}
.underlined-link,
.customer a {
  color: rgba(var(--color-link), var(--alpha-link));
  text-underline-offset: 0.3rem;
  text-decoration-thickness: 0.1rem;
  transition: text-decoration-thickness ease 100ms;
}
.underlined-link:hover,
.customer a:hover {
  color: rgb(var(--color-link));
  text-decoration-thickness: 0.2rem;
}
.icon-arrow {
  width: 1.5rem;
}
h3 .icon-arrow,
.h3 .icon-arrow {
  width: calc(var(--font-heading-scale) * 1.5rem);
}
/* arrow animation */
.animate-arrow .icon-arrow path {
  transform: translateX(-0.25rem);
  transition: transform var(--duration-short) ease;
}
.animate-arrow:hover .icon-arrow path {
  transform: translateX(-0.05rem);
}
/* base-details-summary */
summary {
  cursor: pointer;
  list-style: none;
  position: relative;
}
summary .icon-caret {
  position: absolute;
  height: 0.6rem;
  right: 1.5rem;
  top: calc(50% - 0.2rem);
}
summary::-webkit-details-marker {
  display: none;
}
.disclosure-has-popup {
  position: relative;
}
.disclosure-has-popup[open] > summary::before {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  display: block;
  cursor: default;
  content: ' ';
  background: transparent;
}
.disclosure-has-popup > summary::before {
  display: none;
}
.disclosure-has-popup[open] > summary + * {
  z-index: 100;
}
@media screen and (min-width: 750px) {
  .disclosure-has-popup[open] > summary + * {
    z-index: 4;
  }
  .facets .disclosure-has-popup[open] > summary + * {
    z-index: 2;
  }
}
/* base-focus */
/*
  Focus ring - default (with offset)
*/
*:focus {
  outline: 0;
  box-shadow: none;
}
/* Fallback - for browsers that don't support :focus-visible, a fallback is set for :focus */
.focused,
.no-js *:focus {
  outline: 0.2rem solid rgba(var(--color-foreground), 0.5);
  outline-offset: 0.3rem;
  box-shadow: 0 0 0 0.3rem rgb(var(--color-background)),
    0 0 0.5rem 0.4rem rgba(var(--color-foreground), 0.3);
}
/* 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 rgba(var(--color-foreground), 0.5);
  outline-offset: -0.2rem;
  box-shadow: 0 0 0.2rem 0 rgba(var(--color-foreground), 0.3);
}
.focused.focus-inset,
.no-js .focus-inset:focus {
  outline: 0.2rem solid rgba(var(--color-foreground), 0.5);
  outline-offset: -0.2rem;
  box-shadow: 0 0 0.2rem 0 rgba(var(--color-foreground), 0.3);
}
.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 rgba(var(--color-foreground), 0.5);
  outline-offset: 1rem;
  box-shadow: 0 0 0 1rem rgb(var(--color-background)),
    0 0 0.2rem 1.2rem rgba(var(--color-foreground), 0.3);
}
.focus-offset.focused,
.no-js .focus-offset:focus {
  outline: 0.2rem solid rgba(var(--color-foreground), 0.5);
  outline-offset: 1rem;
  box-shadow: 0 0 0 1rem rgb(var(--color-background)),
    0 0 0.2rem 1.2rem rgba(var(--color-foreground), 0.3);
}
.no-js .focus-offset:focus:not(:focus-visible) {
  outline: 0;
  box-shadow: none;
}
/* component-title */
.title,
.title-wrapper-with-link {
  margin: 3rem 0 2rem;
}
.title-wrapper-with-link .title {
  margin: 0;
}
.title .link {
  font-size: inherit;
}
.title-wrapper {
  margin-bottom: 3rem;
}
.title-wrapper-with-link {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 1rem;
  margin-bottom: 4rem;
  flex-wrap: wrap;
}
.title--primary {
  margin: 4rem 0;
}
.title-wrapper--self-padded-tablet-down,
.title-wrapper--self-padded-mobile {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
@media screen and (min-width: 750px) {
  .title-wrapper--self-padded-mobile {
    padding-left: 0;
    padding-right: 0;
  }
}
@media screen and (min-width: 990px) {
  .title,
  .title-wrapper-with-link {
    margin: 5rem 0 3rem;
  }
  .title--primary {
    margin: 2rem 0;
  }
  .title-wrapper-with-link {
    align-items: center;
  }
  .title-wrapper-with-link .title {
    margin-bottom: 0;
  }
  .title-wrapper--self-padded-tablet-down {
    padding-left: 0;
    padding-right: 0;
  }
}
.title-wrapper-with-link .link-with-icon {
  margin: 0;
  flex-shrink: 0;
  display: flex;
  align-items: center;
}
.title-wrapper-with-link .link-with-icon svg {
  width: 1.5rem;
}
.title-wrapper-with-link a {
  color: rgb(var(--color-link));
  margin-top: 0;
  flex-shrink: 0;
}
.title-wrapper--no-top-margin {
  margin-top: 0;
}
.title-wrapper--no-top-margin > .title {
  margin-top: 0;
}
.subtitle {
  font-size: 1.8rem;
  line-height: calc(1 + 0.8 / var(--font-body-scale));
  letter-spacing: 0.06rem;
  color: rgba(var(--color-foreground), 0.7);
}
.subtitle--small {
  font-size: 1.4rem;
  letter-spacing: 0.1rem;
}
.subtitle--medium {
  font-size: 1.6rem;
  letter-spacing: 0.08rem;
}
/* component-grid */
.grid {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 2rem;
  padding: 0;
  list-style: none;
  column-gap: var(--grid-mobile-horizontal-spacing);
  row-gap: var(--grid-mobile-vertical-spacing);
}
@media screen and (min-width: 750px) {
  .grid {
    column-gap: var(--grid-desktop-horizontal-spacing);
    row-gap: var(--grid-desktop-vertical-spacing);
  }
}
.grid:last-child {
  margin-bottom: 0;
}
.grid__item {
  width: calc(25% - var(--grid-mobile-horizontal-spacing) * 3 / 4);
  max-width: calc(50% - var(--grid-mobile-horizontal-spacing) / 2);
  flex-grow: 1;
  flex-shrink: 0;
}
@media screen and (min-width: 750px) {
  .grid__item {
    width: calc(25% - var(--grid-desktop-horizontal-spacing) * 3 / 4);
    max-width: calc(50% - var(--grid-desktop-horizontal-spacing) / 2);
  }
}
.grid--gapless.grid {
  column-gap: 0;
  row-gap: 0;
}
@media screen and (max-width: 749px) {
  .grid__item.slider__slide--full-width {
    width: 100%;
    max-width: none;
  }
}
.grid--1-col .grid__item {
  max-width: 100%;
  width: 100%;
}
.grid--3-col .grid__item {
  width: calc(33.33% - var(--grid-mobile-horizontal-spacing) * 2 / 3);
}
@media screen and (min-width: 750px) {
  .grid--3-col .grid__item {
    width: calc(33.33% - var(--grid-desktop-horizontal-spacing) * 2 / 3);
  }
}
.grid--2-col .grid__item {
  width: calc(50% - var(--grid-mobile-horizontal-spacing) / 2);
}
@media screen and (min-width: 750px) {
  .grid--2-col .grid__item {
    width: calc(50% - var(--grid-desktop-horizontal-spacing) / 2);
  }
  .grid--4-col-tablet .grid__item {
    width: calc(25% - var(--grid-desktop-horizontal-spacing) * 3 / 4);
  }
  .grid--3-col-tablet .grid__item {
    width: calc(33.33% - var(--grid-desktop-horizontal-spacing) * 2 / 3);
  }
  .grid--2-col-tablet .grid__item {
    width: calc(50% - var(--grid-desktop-horizontal-spacing) / 2);
  }
}
@media screen and (max-width: 989px) {
  .grid--1-col-tablet-down .grid__item {
    width: 100%;
    max-width: 100%;
  }
  .slider--tablet.grid--peek {
    margin: 0;
    width: 100%;
  }
  .slider--tablet.grid--peek .grid__item {
    box-sizing: content-box;
    margin: 0;
  }
}
@media screen and (min-width: 990px) {
  .grid--6-col-desktop .grid__item {
    width: calc(16.66% - var(--grid-desktop-horizontal-spacing) * 5 / 6);
    max-width: calc(16.66% - var(--grid-desktop-horizontal-spacing) * 5 / 6);
  }
  .grid--5-col-desktop .grid__item {
    width: calc(20% - var(--grid-desktop-horizontal-spacing) * 4 / 5);
    max-width: calc(20% - var(--grid-desktop-horizontal-spacing) * 4 / 5);
  }
  .grid--4-col-desktop .grid__item {
    width: calc(25% - var(--grid-desktop-horizontal-spacing) * 3 / 4);
    max-width: calc(25% - var(--grid-desktop-horizontal-spacing) * 3 / 4);
  }
  .grid--3-col-desktop .grid__item {
    width: calc(33.33% - var(--grid-desktop-horizontal-spacing) * 2 / 3);
    max-width: calc(33.33% - var(--grid-desktop-horizontal-spacing) * 2 / 3);
  }
  .grid--2-col-desktop .grid__item {
    width: calc(50% - var(--grid-desktop-horizontal-spacing) / 2);
    max-width: calc(50% - var(--grid-desktop-horizontal-spacing) / 2);
  }
}
.grid--full-width {
  flex: 0 0 100%;
  max-width: 100%;
}
@media screen and (min-width: 990px) {
  .grid--full-width .grid__item {
    width: 100%;
    max-width: 100%;
  }
}
@media screen and (max-width: 749px) {
  .grid--peek.slider--mobile {
    margin: 0;
    width: 100%;
  }
  .grid--peek.slider--mobile .grid__item {
    box-sizing: content-box;
    margin: 0;
  }
  .grid--peek .grid__item {
    min-width: 35%;
  }
  .grid--peek.slider .grid__item:last-of-type {
    margin-right: 1.5rem;
  }
  .grid--2-col-tablet-down .grid__item {
    width: calc(50% - var(--grid-mobile-horizontal-spacing) / 2);
  }
  .slider--tablet.grid--peek.grid--2-col-tablet-down .grid__item,
  .grid--peek .grid__item {
    width: calc(50% - var(--grid-mobile-horizontal-spacing) - 3rem);
  }
  .slider--tablet.grid--peek.grid--1-col-tablet-down .grid__item,
  .slider--mobile.grid--peek.grid--1-col-tablet-down .grid__item  {
    width: calc(100% - var(--grid-mobile-horizontal-spacing) - 3rem);
  }
}
@media screen and (min-width: 750px) and (max-width: 989px) {
  .slider--tablet.grid--peek .grid__item {
    width: calc(25% - var(--grid-desktop-horizontal-spacing) - 3rem);
  }
  .slider--tablet.grid--peek.grid--3-col-tablet .grid__item {
    width: calc(33.33% - var(--grid-desktop-horizontal-spacing) - 3rem);
  }
  .slider--tablet.grid--peek.grid--2-col-tablet .grid__item,
  .slider--tablet.grid--peek.grid--2-col-tablet-down .grid__item {
    width: calc(50% - var(--grid-desktop-horizontal-spacing) - 3rem);
  }
  .slider--tablet.grid--peek .grid__item:first-of-type {
    margin-left: 1.5rem;
  }
  .slider--tablet.grid--peek .grid__item:last-of-type {
    margin-right: 1.5rem;
  }
  .grid--2-col-tablet-down .grid__item {
    width: calc(50% - var(--grid-desktop-horizontal-spacing) / 2);
  }
  .grid--1-col-tablet-down.grid--peek .grid__item {
    width: calc(100% - var(--grid-desktop-horizontal-spacing) - 3rem);
  }
}
/* component-media */
.media {
  display: block;
  background-color: rgba(var(--color-foreground), 0.1);
  position: relative;
  overflow: hidden;
}
.media--transparent {
  background-color: transparent;
}
.media > *:not(.zoom):not(.deferred-media__poster-button),
.media model-viewer {
  display: block;
  max-width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.media > img {
  object-fit: cover;
  object-position: center center;
  transition: opacity 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.media--square {
  padding-bottom: 100%;
}
.media--portrait {
  padding-bottom: 125%;
}
.media--landscape {
  padding-bottom: 66.6%;
}
.media--cropped {
  padding-bottom: 56%;
}
.media--16-9 {
  padding-bottom: 56.25%;
}
.media--circle {
  padding-bottom: 100%;
  border-radius: 50%;
}
.media.media--hover-effect > img + img {
  opacity: 0;
}
@media screen and (min-width: 990px) {
  .media--cropped {
    padding-bottom: 63%;
  }
}
deferred-media {
  display: block;
}
/* component-button */
/* Button - default */
.button,
.shopify-challenge__button,
button.shopify-payment-button__button--unbranded,
.shopify-payment-button [role="button"],
.cart__dynamic-checkout-buttons [role='button'],
.cart__dynamic-checkout-buttons iframe {
  --shadow-horizontal-offset: var(--buttons-shadow-horizontal-offset);
  --shadow-vertical-offset: var(--buttons-shadow-vertical-offset);
  --shadow-blur-radius: var(--buttons-shadow-blur-radius);
  --shadow-opacity: var(--buttons-shadow-opacity);
  --border-offset: var(--buttons-border-offset); /* reduce radius edge artifacts */
  --border-opacity: calc(1 - var(--buttons-border-opacity));
  border-radius: var(--buttons-radius-outset);
  position: relative;
}
.button,
.shopify-challenge__button,
button.shopify-payment-button__button--unbranded {
  min-width: calc(12rem + var(--buttons-border-width) * 2);
  min-height: calc(4.5rem + var(--buttons-border-width) * 2);
}
.shopify-payment-button__button--branded {
  z-index: auto;
}
.cart__dynamic-checkout-buttons iframe {
  box-shadow: var(--shadow-horizontal-offset) var(--shadow-vertical-offset) var(--shadow-blur-radius) rgba(var(--color-base-text), var(--shadow-opacity));
}
.button,
.shopify-challenge__button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border: 0;
  padding: 0 3rem;
  cursor: pointer;
  font: inherit;
  font-size: 1.5rem;
  text-decoration: none;
  color: rgb(var(--color-button-text));
  transition: box-shadow var(--duration-short) ease;
  -webkit-appearance: none;
  appearance: none;
  background-color: rgba(var(--color-button), var(--alpha-button-background));
}
.button:before,
.shopify-challenge__button:before,
.customer button:before,
.shopify-payment-button__button--unbranded:before,
.shopify-payment-button [role="button"]:before,
.cart__dynamic-checkout-buttons [role='button']:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  border-radius: var(--buttons-radius-outset);
  box-shadow: var(--shadow-horizontal-offset) var(--shadow-vertical-offset) var(--shadow-blur-radius) rgba(var(--color-shadow), var(--shadow-opacity));
}
.button:after,
.shopify-challenge__button:after,
.customer button:after,
.shopify-payment-button__button--unbranded:after {
  content: '';
  position: absolute;
  top: var(--buttons-border-width);
  right: var(--buttons-border-width);
  bottom: var(--buttons-border-width);
  left: var(--buttons-border-width);
  z-index: 1;
  border-radius: var(--buttons-radius);
  box-shadow: 0 0 0 calc(var(--buttons-border-width) + var(--border-offset)) rgba(var(--color-button-text), var(--border-opacity)),
    0 0 0 var(--buttons-border-width) rgba(var(--color-button), var(--alpha-button-background));
  transition: box-shadow var(--duration-short) ease;
}
.button:not([disabled]):hover::after,
.shopify-challenge__button:hover::after,
.customer button:hover::after,
.shopify-payment-button__button--unbranded:hover::after {
  --border-offset: 1.3px;
  box-shadow: 0 0 0 calc(var(--buttons-border-width) + var(--border-offset)) rgba(var(--color-button-text), var(--border-opacity)),
    0 0 0 calc(var(--buttons-border-width) + 1px) rgba(var(--color-button), var(--alpha-button-background));
}
.button--secondary:after {
  --border-opacity: var(--buttons-border-opacity);
}
.button:focus-visible,
.button:focus,
.button.focused,
.shopify-payment-button__button--unbranded:focus-visible,
.shopify-payment-button [role="button"]:focus-visible,
.shopify-payment-button__button--unbranded:focus,
.shopify-payment-button [role="button"]:focus {
  outline: 0;
  box-shadow: 0 0 0 0.3rem rgb(var(--color-background)),
    0 0 0 0.5rem rgba(var(--color-foreground), 0.5),
    0 0 0.5rem 0.4rem rgba(var(--color-foreground), 0.3);
}
.button:focus:not(:focus-visible):not(.focused),
.shopify-payment-button__button--unbranded:focus:not(:focus-visible):not(.focused),
.shopify-payment-button [role="button"]:focus:not(:focus-visible):not(.focused) {
  box-shadow: inherit;
}
.button::selection,
.shopify-challenge__button::selection,
.customer button::selection {
  background-color: rgba(var(--color-button-text), 0.3);
}
.button,
.button-label,
.shopify-challenge__button{
  font-size: 1.5rem;
  letter-spacing: 0.1rem;
  line-height: calc(1 + 0.2 / var(--font-body-scale));
}
.button--tertiary {
  font-size: 1.2rem;
  padding: 1rem 1.5rem;
  min-width: calc(9rem + var(--buttons-border-width) * 2);
  min-height: calc(3.5rem + var(--buttons-border-width) * 2);
}
.button--small {
  padding: 1.2rem 2.6rem;
}
/* Button - other */
.button:disabled,
.button[aria-disabled='true'],
.button.disabled,
.customer button:disabled,
.customer button[aria-disabled='true'],
.customer button.disabled {
  cursor: not-allowed;
  opacity: 0.5;
}
.button--full-width {
  display: flex;
  width: 100%;
}
.button.loading {
  color: transparent;
  position: relative;
}
@media screen and (forced-colors: active) {
  .button.loading {
    color: rgb(var(--color-foreground));
  }
}
.button.loading > .loading-overlay__spinner {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  height: 100%;
  display: flex;
}
/* Button - social share */
.share-button {
  display: block;
  position: relative;
}
.share-button details {
  width: fit-content;
}
.share-button__button {
  font-size: 1.4rem;
  display: flex;
  min-height: 2.4rem;
  align-items: center;
  color: rgb(var(--color-link));
  margin-left: 0;
  padding-left: 0;
}
details[open] > .share-button__fallback {
  animation: animateMenuOpen var(--duration-default) ease;
}
.share-button__button:hover {
  text-decoration: underline;
  text-underline-offset: 0.3rem;
}
.share-button__button,
.share-button__fallback button {
  cursor: pointer;
  background-color: transparent;
  border: none;
}
.share-button__button .icon-share {
  height: 1.2rem;
  margin-right: 1rem;
  width: 1.3rem;
}
.share-button__fallback {
  background: rgb(var(--color-background));
  display: flex;
  align-items: center;
  position: absolute;
  top: 3rem;
  left: 0.1rem;
  z-index: 3;
  width: 100%;
  min-width: max-content;
  border-radius: var(--inputs-radius);
  border: 0;
}
.share-button__fallback:after {
  pointer-events: none;
  content: '';
  position: absolute;
  top: var(--inputs-border-width);
  right: var(--inputs-border-width);
  bottom: var(--inputs-border-width);
  left: var(--inputs-border-width);
  border: 0.1rem solid transparent;
  border-radius: var(--inputs-radius);
  box-shadow: 0 0 0 var(--inputs-border-width) rgba(var(--color-foreground), var(--inputs-border-opacity));
  transition: box-shadow var(--duration-short) ease;
  z-index: 1;
}
.share-button__fallback:before {
  pointer-events: none;
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: var(--inputs-radius-outset);
  box-shadow: var(--inputs-shadow-horizontal-offset) var(--inputs-shadow-vertical-offset) var(--inputs-shadow-blur-radius) rgba(var(--color-base-text), var(--inputs-shadow-opacity));
  z-index: -1;
}
.share-button__fallback button {
  width: 4.4rem;
  height: 4.4rem;
  padding: 0;
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  right: var(--inputs-border-width);
}
.share-button__fallback button:hover {
  color: rgba(var(--color-foreground), 0.75);
}
.share-button__fallback button:hover svg {
  transform: scale(1.07);
}
.share-button__close:not(.hidden) + .share-button__copy {
  display: none;
}
.share-button__close,
.share-button__copy {
  background-color: transparent;
  color: rgb(var(--color-foreground));
}
.share-button__copy:focus-visible,
.share-button__close:focus-visible {
  background-color: rgb(var(--color-background));
  z-index: 2;
}
.share-button__copy:focus,
.share-button__close:focus {
  background-color: rgb(var(--color-background));
  z-index: 2;
}
.field:not(:focus-visible):not(.focused) + .share-button__copy:not(:focus-visible):not(.focused),
.field:not(:focus-visible):not(.focused) + .share-button__close:not(:focus-visible):not(.focused) {
  background-color: inherit;
}
.share-button__fallback .field:after,
.share-button__fallback .field:before {
  content: none;
}
.share-button__fallback .field {
  border-radius: 0;
  min-width: auto;
  min-height: auto;
  transition: none;
}
.share-button__fallback .field__input:focus,
.share-button__fallback .field__input:-webkit-autofill {
  outline: 0.2rem solid rgba(var(--color-foreground),.5);
  outline-offset: 0.1rem;
  box-shadow: 0 0 0 0.1rem rgb(var(--color-background)),0 0 0.5rem 0.4rem rgba(var(--color-foreground),.3);
}
.share-button__fallback .field__input {
  box-shadow: none;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  filter: none;
  min-width: auto;
  min-height: auto;
}
.share-button__fallback .field__input:hover {
  box-shadow: none;
}
.share-button__fallback .icon {
  width: 1.5rem;
  height: 1.5rem;
}
.share-button__message:not(:empty) {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-top: 0;
  padding: 0.8rem 0 0.8rem 1.5rem;
  margin: var(--inputs-border-width);
}
.share-button__message:not(:empty):not(.hidden) ~ * {
  display: none;
}
/* component-form */
.field__input,
.select__select,
.customer .field input,
.customer select {
  -webkit-appearance: none;
  appearance: none;
  background-color: rgb(var(--color-background));
  color: rgb(var(--color-foreground));
  font-size: 1.6rem;
  width: 100%;
  box-sizing: border-box;
  transition: box-shadow var(--duration-short) ease;
  border-radius: var(--inputs-radius);
  height: 4.5rem;
  min-height: calc(var(--inputs-border-width) * 2);
  min-width: calc(7rem + (var(--inputs-border-width) * 2));
  position: relative;
  border: 0;
}
.field:before,
.select:before,
.customer .field:before,
.customer select:before,
.localization-form__select:before {
  pointer-events: none;
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: var(--inputs-radius-outset);
  box-shadow: var(--inputs-shadow-horizontal-offset) var(--inputs-shadow-vertical-offset) var(--inputs-shadow-blur-radius) rgba(var(--color-base-text), var(--inputs-shadow-opacity));
  z-index: -1;
}
.field:after,
.select:after,
.customer .field:after,
.customer select:after,
.localization-form__select:after {
  pointer-events: none;
  content: '';
  position: absolute;
  top: var(--inputs-border-width);
  right: var(--inputs-border-width);
  bottom: var(--inputs-border-width);
  left: var(--inputs-border-width);
  border: 0.1rem solid transparent;
  border-radius: var(--inputs-radius);
  box-shadow: 0 0 0 var(--inputs-border-width) rgba(var(--color-foreground), var(--inputs-border-opacity));
  transition: box-shadow var(--duration-short) ease;
  z-index: 1;
}
.select__select {
  font-family: var(--font-body-family);
  font-style: var(--font-body-style);
  font-weight: var(--font-body-weight);
  font-size: 1.2rem;
  color: rgba(var(--color-foreground), 0.75);
}
.field:hover.field:after,
.select:hover.select:after,
.select__select:hover.select__select:after,
.customer .field:hover.field:after,
.customer select:hover.select:after,
.localization-form__select:hover.localization-form__select:after {
  box-shadow: 0 0 0 calc(0.1rem + var(--inputs-border-width)) rgba(var(--color-foreground),var(--inputs-border-opacity));
  outline: 0;
  border-radius: var(--inputs-radius);
}
.localization-form__select:focus {
  outline: 0;
  box-shadow: none;
}
.text-area,
.select {
  display: flex;
  position: relative;
  width: 100%;
}
/* Select */
.select .icon-caret,
.customer select + svg {
  height: 0.6rem;
  pointer-events: none;
  position: absolute;
  top: calc(50% - 0.2rem);
  right: calc(var(--inputs-border-width) + 1.5rem);
}
.select__select,
.customer select {
  cursor: pointer;
  line-height: calc(1 + 0.6 / var(--font-body-scale));
  padding: 0 2rem;
  margin: var(--inputs-border-width);
  min-height: calc(var(--inputs-border-width) * 2);
}
/* Field */
.field {
  position: relative;
  width: 100%;
  display: flex;
  transition: box-shadow var(--duration-short) ease;
}
.customer .field {
  display: flex;z-index: 0
}
.field--with-error {
  flex-wrap: wrap;
}
.field__input,
.customer .field input {
  flex-grow: 1;
  text-align: left;
  padding: 1.5rem;
  margin: var(--inputs-border-width);
  transition: box-shadow var(--duration-short) ease;
}
.field__label,
.customer .field label {
  font-size: 1.6rem;
  left: calc(var(--inputs-border-width) + 2rem);
  top: calc(1rem + var(--inputs-border-width));
  margin-bottom: 0;
  pointer-events: none;
  position: absolute;
  transition: top var(--duration-short) ease,
    font-size var(--duration-short) ease;
  color: rgba(var(--color-foreground), 0.75);
  letter-spacing: 0.1rem;
  line-height: 1.5;
}
.field__input:focus ~ .field__label,
.field__input:not(:placeholder-shown) ~ .field__label,
.field__input:-webkit-autofill ~ .field__label,
.customer .field input:focus ~ label,
.customer .field input:not(:placeholder-shown) ~ label,
.customer .field input:-webkit-autofill ~ label {
  font-size: 1rem;
  top: calc(var(--inputs-border-width) + 0.5rem);
  left: calc(var(--inputs-border-width) + 2rem);
  letter-spacing: 0.04rem;
}
.field__input:focus,
.field__input:not(:placeholder-shown),
.field__input:-webkit-autofill,
.customer .field input:focus,
.customer .field input:not(:placeholder-shown),
.customer .field input:-webkit-autofill {
  padding: 2.2rem 1.5rem 0.8rem 2rem;
  margin: var(--inputs-border-width);
}
.field__input::-webkit-search-cancel-button,
.customer .field input::-webkit-search-cancel-button {
  display: none;
}
.field__input::placeholder,
.customer .field input::placeholder {
  opacity: 0;
}
.field__button {
  align-items: center;
  background-color: transparent;
  border: 0;
  color: currentColor;
  cursor: pointer;
  display: flex;
  height: 4.4rem;
  justify-content: center;
  overflow: hidden;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 4.4rem;
}
.field__button > svg {
  height: 2.5rem;
  width: 2.5rem;
}
.field__input:-webkit-autofill ~ .field__button,
.field__input:-webkit-autofill ~ .field__label,
.customer .field input:-webkit-autofill ~ label {
  color: rgb(0, 0, 0);
}
/* Text area */
.text-area {
  font-family: var(--font-body-family);
  font-style: var(--font-body-style);
  font-weight: var(--font-body-weight);
  min-height: 10rem;
  resize: none;
}
input[type='checkbox'] {
  display: inline-block;
  width: auto;
  margin-right: 0.5rem;
}
/* Form global */
.form__label {
  display: block;
  margin-bottom: 0.6rem;
}
.form__message {
  align-items: center;
  display: flex;
  font-size: 1.4rem;
  line-height: 1;
  margin-top: 1rem;
}
.form__message--large {
  font-size: 1.6rem;
}
.customer .field .form__message {
  font-size: 1.4rem;
  text-align: left;
}
.form__message .icon,
.customer .form__message svg {
  flex-shrink: 0;
  height: 1.3rem;
  margin-right: 0.5rem;
  width: 1.3rem;
}
.form__message--large .icon,
.customer .form__message svg {
  height: 1.5rem;
  width: 1.5rem;
  margin-right: 1rem;
}
.customer .field .form__message svg {
  align-self: start;
}
.form-status {
  margin: 0;
  font-size: 1.6rem;
}
.form-status-list {
  padding: 0;
  margin: 2rem 0 4rem;
}
.form-status-list li {
  list-style-position: inside;
}
.form-status-list .link::first-letter {
  text-transform: capitalize;
}
/* component-quantity */
.quantity {
    position: relative;
    width: 95px;
    display: grid;
    min-height: 35px;
    grid-gap: 3px;
    padding: 4px 7px;
    border: 1px solid #EEEEEE;
    grid-template-columns: repeat(3, minmax(0, 1fr));
}
.quantity__button svg {
  pointer-events: none;
}
.quantity__input {
  -webkit-appearance: none;
  appearance: none;
}
.quantity__button {border: 0;background-color: transparent;cursor: pointer;display: -webkit-box;display: -moz-box;display: -ms-flexbox;display: -webkit-flex;display: flex;align-items: center;-webkit-align-items: center;-moz-align-items: center;-o-align-items: center;-ms-align-items: center;justify-content: center;-webkit-justify-content: center;-moz-justify-content: center;-o-justify-content: center;-ms-justify-content: center;padding: 0;}
.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: 5;
}
.modal__toggle-close {
  display: none;
}
.no-js details[open] svg.modal__toggle-close {
  display: flex;
  z-index: 1;
  height: 1.7rem;
  width: 1.7rem;
}
.modal__toggle-open {
  display: flex;
}
.no-js details[open] .modal__toggle-open {
  display: none;
}
.no-js .modal__close-button.link {
  display: none;
}
.modal__close-button.link {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0rem;
  height: 4.4rem;
  width: 4.4rem;
  background-color: transparent;
}
.modal__close-button .icon {
  width: 1.7rem;
  height: 1.7rem;
}
.modal__content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgb(var(--color-background));
  z-index: 4;
  display: flex;
  justify-content: center;
  align-items: center;
}
.media-modal {
  cursor: zoom-out;
}
.media-modal .deferred-media {
  cursor: initial;
}
/* component-cart-count-bubble */
.cart-count-bubble:empty {
  display: none;
}
.cart-count-bubble {
  position: absolute;
  background-color: var(--theme_color);
  color: rgb(var(--color-button-text));
  height: 1.7rem;
  width: 1.7rem;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 0.9rem;
  bottom: 0.8rem;
  left: 10px;
  line-height: calc(1 + 0.1 / var(--font-body-scale));
}
.cart_link {
    position: relative;
}
/* section-announcement-bar */
#shopify-section-announcement-bar {
  z-index: 4;
}
.announcement-bar {
  border-bottom: 0.1rem solid rgba(var(--color-foreground), 0.08);
  color: rgb(var(--color-foreground));
}
.announcement-bar__link {
  display: block;
  width: 100%;
  padding: 1rem 2rem;
  text-decoration: none;
}
.announcement-bar__link:hover {
  color: rgb(var(--color-foreground));
  background-color: rgba(var(--color-card-hover), 0.06);
}
.announcement-bar__link .icon-arrow {
  display: inline-block;
  pointer-events: none;
  margin-left: 0.8rem;
  vertical-align: middle;
  margin-bottom: 0.2rem;
}
.announcement-bar__link .announcement-bar__message {
  padding: 0;
}
.announcement-bar__message {
  text-align: center;
  padding: 1rem 2rem;
  margin: 0;
  letter-spacing: 0.1rem;
}
/* section-header */
#shopify-section-header {
  z-index: 3;
}
.shopify-section-header-sticky {
  position: sticky;
  top: 0;
}
.shopify-section-header-hidden {
/*   transform: translateY(-100%); */
}
.shopify-section-header-hidden.menu-open {
  transform: translateY(0);
}
#shopify-section-header.animate {
  transition: transform 0.15s ease-out;
}
/* Main Header Layout */
.header-wrapper {
  display: block;
  position: relative;
  background-color: rgb(var(--color-background));z-index: 1;
}
.header-wrapper--border-bottom {
  border-bottom: 0.1rem solid rgba(var(--color-foreground), 0.08);
}
header{
  box-shadow: -2px 5px 10px rgb(0, 0, 0, 0.04);-webkit-box-shadow: -2px 5px 10px rgb(0, 0, 0, 0.04);-moz-box-shadow: -2px 5px 10px rgb(0, 0, 0, 0.04);-o-box-shadow: -2px 5px 10px rgb(0, 0, 0, 0.04);-ms-box-shadow: -2px 5px 10px rgb(0, 0, 0, 0.04)
}
.header {
  display: grid;
  grid-template-areas: 'left-icon heading icons';
  grid-template-columns: 1fr 2fr 1fr;
  align-items: center;padding: 16px 0 0;
}
@media screen and (min-width: 990px) {
  .header--top-left,
  .header--middle-left:not(.header--has-menu) {
    grid-template-areas:
      'heading icons'
      'navigation navigation';
    grid-template-columns: 1fr auto;
  }
  .header--middle-left {
    grid-template-areas: 'heading navigation icons';
    grid-template-columns: 1fr 2fr 1fr;
    column-gap: 2rem;padding: 16px 40px;
  }
.header--middle-left .header__heading {
    justify-self: flex-start;
}
  .header--middle-left .nav_menu {
    margin: 0;
}
  .header:not(.header--middle-left) .header__inline-menu {
    margin-top: 1.05rem;
  }
  .header--top-center{grid-template-areas:"left-icon heading icons" "navigation navigation navigation"}
}
.header *[tabindex='-1']:focus {
  outline: none;
}
.header > .header__heading-link {
  line-height: 0;
}
.header__heading{
  grid-area: heading;
  justify-self: center;font-size: 0; line-height: 0;
}
.header__heading-link {
  display: inline-block;
  padding: 0.75rem;
  text-decoration: none;
  word-break: break-word;
}
.header__heading-link:hover .h2 {
  color: rgb(var(--color-foreground));
}
.header__heading-link .h2 {
  line-height: 1;
  color: rgba(var(--color-foreground), 0.75);
}
@media screen and (max-width: 989px) {
  .header__heading,
  .header__heading-link {
    text-align: center;
  }
}
/* Header icons */
.header__icons {
  display: flex;
  grid-area: icons;
  justify-self: end;
}
.header__icon:not(.header__icon--summary),
.header__icon span {
  display: flex;
  align-items: center;
  justify-content: center;
}
.header__icon {
  color: rgb(var(--color-foreground));
}
.header__icon span {
  height: 100%;
}
.header__icon::after {
  content: none;
}
.header__icon:hover .icon,
.modal__close-button:hover .icon {
  transform: scale(1.07);
}
.header__icon .icon {
  height: 2rem;
  width: 2rem;
  fill: none;
  vertical-align: middle;
}
.header__icon,
.header__icon--cart .icon {
  height: 4.4rem;
  width: 4.4rem;
}
.header__icon--cart {
  position: relative;
  margin-right: -1.2rem;
}
@media screen and (max-width: 989px) {
  menu-drawer ~ .header__icons .header__icon--account {
    display: none;
  }
}
.header__icon--menu[aria-expanded="true"]::before {
  content: "";
  top: 100%;
  left: 0;
  height: calc(var(--viewport-height, 100vh) - (var(--header-bottom-position, 100%)));
  width: 100%;
  display: block;
  position: absolute;
  background: rgba(var(--color-foreground), 0.5);
}
/* Search */
menu-drawer + .header__search {
  display: none;
}
.header > .header__search {
  grid-area: left-icon;
  justify-self: start;
}
.header:not(.header--has-menu) * > .header__search {
  display: none;
}
.header--top-center > .header__search {
  display: none;
}
@media screen and (min-width: 990px) {
  .header:not(.header--top-center) * > .header__search,
  .header--top-center > .header__search {
    display: inline-flex;
  }
  .header:not(.header--top-center) > .header__search{
    display: none;
  }
}
.no-js .predictive-search {
  display: none;
}
details[open] > .search-modal {
  opacity: 1;
  animation: animateMenuOpen var(--duration-default) ease;
}
details[open] .modal-overlay {
  display: block;
}
details[open] .modal-overlay#header-search-modal-overlay {
  position: absolute;
  background-color: rgb(var(--color-foreground), 0.5);
  top: 100%;
  left: 0;
  right: 0;
  height: 100vh;
}
details[open] .modal-overlay::after {
  position: absolute;
  content: '';
  background-color: rgb(var(--color-foreground), 0.5);
  top: 100%;
  left: 0;
  right: 0;
  height: 100vh;
}
details[open] .modal-overlay#header-search-modal-overlay::after {
  display: none;
}
.no-js details[open] > .header__icon--search {
  top: 1rem;
  right: 0.5rem;
}
.search-modal {
  opacity: 0;
  border-bottom: 0.1rem solid rgba(var(--color-foreground), 0.08);
  min-height: calc(100% + var(--inputs-margin-offset) + (2 * var(--inputs-border-width)));
  height: 100%;
}
.search-modal__content {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding: 0 5rem 0 1rem;
  line-height: calc(1 + 0.8 / var(--font-body-scale));
  position: relative;
}
.search-modal__content-bottom {
  bottom: calc((var(--inputs-margin-offset) / 2) );
}
.search-modal__content-top {
  top: calc((var(--inputs-margin-offset) / 2) );
}
.search-modal__form {
  width: 100%;
}
.search-modal__close-button {
  position: absolute;
  right: 0.3rem;
}
@media screen and (min-width: 750px) {
  .search-modal__close-button {
    right: 1rem;
  }
  .search-modal__content {
    padding: 0 6rem;
  }
}
@media screen and (min-width: 990px) {
  .search-modal__form {
    max-width: 47.8rem;
  }
  .search-modal__close-button {
    position: initial;
    margin-left: 0.5rem;
  }
}
/* Header menu drawer */
.header__icon--menu .icon {
  display: block;
  position: absolute;
  opacity: 1;
  transform: scale(1);
  transition: transform 150ms ease, opacity 150ms ease;height: auto; width: auto;
}
details:not([open]) > .header__icon--menu .icon-close,
details[open] > .header__icon--menu .icon-hamburger {
  visibility: hidden;
  opacity: 0;
  transform: scale(0.8);
}
.js details[open]:not(.menu-opening) > .header__icon--menu .icon-close {
  visibility: hidden;
}
.js details[open]:not(.menu-opening) > .header__icon--menu .icon-hamburger {
  visibility: visible;
  opacity: 1;
  transform: scale(1.07);
}
.js .header__inline-menu details > .header__submenu {
  opacity: 0;
  transform: translateY(-1.5rem);
}
.header__inline-menu details[open] > .header__submenu {
  animation: animateMenuOpen var(--duration-default) ease;
  animation-fill-mode: forwards;
  z-index: 1;
}
@media (prefers-reduced-motion) {
  .header__inline-menu details[open] > .header__submenu {
    opacity: 1;
    transform: translateY(0);
  }
}
/* Header menu */
.header__submenu {
  transition: opacity var(--duration-default) ease,
    transform var(--duration-default) ease;
}
.header__submenu.list-menu--disclosure {
  border-radius: var(--popup-corner-radius);
  border-color: rgba(var(--color-foreground), var(--popup-border-opacity));
  border-style: solid;
  border-width: var(--popup-border-width);
  box-shadow: var(--popup-shadow-horizontal-offset) var(--popup-shadow-vertical-offset) var(--popup-shadow-blur-radius) rgba(var(--color-shadow), var(--popup-shadow-opacity));
}
.header__submenu.list-menu {
  padding: 2.4rem 0;
}
.header__submenu .header__submenu {
  background-color: rgba(var(--color-foreground), 0.03);
  padding: 0.5rem 0;
  margin: 0.5rem 0;
}
.header__submenu .icon-caret {
  flex-shrink: 0;
  margin-left: 1rem;
  position: static;
}
details-disclosure > details {
  position: relative;
}
@keyframes animateMenuOpen {
  0% {
    opacity: 0;
    transform: translateY(-1.5rem);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.overflow-hidden-mobile,
.overflow-hidden-tablet {
  overflow: hidden;
}
@media screen and (min-width: 750px) {
  .overflow-hidden-mobile {
    overflow: auto;
  }
}
@media screen and (min-width: 992px) {
  .overflow-hidden-tablet {
    overflow: auto;
  }
}
.badge {
  border: 1px solid transparent;
  border-radius: var(--badge-corner-radius);
  display: inline-block;
  font-size: 1.2rem;
  letter-spacing: 0.1rem;
  line-height: 1;
  padding: 0.6rem 1.3rem;
  text-align: center;
  background-color: rgb(var(--color-badge-background));
  border-color: rgba(var(--color-badge-border), var(--alpha-badge-border));
  color: rgb(var(--color-foreground));
  word-break: break-word;
}
.gradient {
  background: rgb(var(--color-background));
  background: var(--gradient-background);
  background-attachment: fixed;
}
@media screen and (forced-colors: active) {
  .icon {
    color: CanvasText;
    fill: CanvasText !important;
  }
  .icon-close-small path {
    stroke: CanvasText;
  }
}
.ratio {
  display: flex;
  position: relative;
  align-items: stretch;
}
.ratio::before {
  content: '';
  width: 0;
  height: 0;
  padding-bottom: var(--ratio-percent);
}
.content-container {
  border-radius: var(--text-boxes-radius);
  border: var(--text-boxes-border-width) solid rgba(var(--color-foreground), var(--text-boxes-border-opacity));
  position: relative;
}
.content-container:after {
  content: '';
  position: absolute;
  top: calc(var(--text-boxes-border-width) * -1);
  right: calc(var(--text-boxes-border-width) * -1);
  bottom: calc(var(--text-boxes-border-width) * -1);
  left: calc(var(--text-boxes-border-width) * -1);
  border-radius: var(--text-boxes-radius);
  box-shadow: var(--text-boxes-shadow-horizontal-offset)
    var(--text-boxes-shadow-vertical-offset)
    var(--text-boxes-shadow-blur-radius)
    rgba(var(--color-shadow), var(--text-boxes-shadow-opacity));
  z-index: -1;
}
.content-container--full-width:after {
  left: 0;
  right: 0;
  border-radius: 0;
}
@media screen and (max-width: 749px) {
  .content-container--full-width-mobile {
    border-left: none;
    border-right: none;
    border-radius: 0;
  }
  .content-container--full-width-mobile:after {
    display: none;
  }
}
.global-media-settings {
  position: relative;
  border: 1px solid transparent;
  border-radius: var(--media-radius);
  overflow: visible !important;
  background-color: rgb(var(--color-background));
}
.global-media-settings:after {
  content: '';
  position: absolute;
  top: calc(var(--media-border-width) * -1);
  right: calc(var(--media-border-width) * -1);
  bottom: calc(var(--media-border-width) * -1);
  left: calc(var(--media-border-width) * -1);
  border-radius: var(--media-radius);
  box-shadow: var(--media-shadow-horizontal-offset) var(--media-shadow-vertical-offset) var(--media-shadow-blur-radius) rgba(var(--color-shadow), var(--media-shadow-opacity));
  z-index: -1;
}
.global-media-settings--no-shadow {
  overflow: hidden !important;
}
.global-media-settings--no-shadow:after {
  content: none;
}
.global-media-settings img,
.global-media-settings iframe,
.global-media-settings model-viewer,
.global-media-settings video {
  border-radius: calc(var(--media-radius) - var(--media-border-width));
}
.content-container--full-width,
.global-media-settings--full-width,
.global-media-settings--full-width img {
  border-radius: 0;
  border-left: none;
  border-right: none;
}
/* check for flexbox gap in older Safari versions */
@supports not (inset: 10px) {
  .grid {
    margin-left: calc(-1 * var(--grid-mobile-horizontal-spacing));
  }
  .grid__item {
    padding-left: var(--grid-mobile-horizontal-spacing);
    padding-bottom: var(--grid-mobile-vertical-spacing);
  }
  @media screen and (min-width: 750px) {
    .grid {
      margin-left: calc(-1 * var(--grid-desktop-horizontal-spacing));
    }
    .grid__item {
      padding-left: var(--grid-desktop-horizontal-spacing);
      padding-bottom: var(--grid-desktop-vertical-spacing);
    }
  }
  .grid--gapless .grid__item {
    padding-left: 0;
    padding-bottom: 0;
  }
  @media screen and (min-width: 749px) {
    .grid--peek .grid__item {
      padding-left: var(--grid-mobile-horizontal-spacing);
    }
  }
  .product-grid .grid__item {
    padding-bottom: var(--grid-mobile-vertical-spacing);
  }
  @media screen and (min-width: 750px) {
    .product-grid .grid__item {
      padding-bottom: var(--grid-desktop-vertical-spacing);
    }
  }
}
/*----- ajax drawer -----  */
.my-cart__items { 
  opacity: 1;
  transition: opacity .2s;
}
/* Make the area with controls visually disabled */
body.js-ajax-cart-request-in-progress .my-cart__items {
  opacity: .7;
} 
  .my-container__content{flex:1 1 auto;}
  .my-container__cart{display:none;}
  body.js-my-cart-open .my-container__cart{
    flex: 0 0 300px;padding:0 15px;display:block;transition:0.3s;
  }
  .my-cart__items { 
    opacity: 1;
    transition: opacity .2s;
  }
  body.js-ajax-cart-request-in-progress .my-cart__items{opacity:0.5;}
  form.js-ajax-cart-form-in-progress[type="submit"] {opacity: 0.5;}
  body.js-ajax-cart-empty .cart-count-bubble-inner {display:none!imporant;}
/*----wc_jigi---*/
@font-face {
    font-family: 'Chronicle Display';
    src: url('https://cdn.shopify.com/s/files/1/0450/8942/3524/files/ChronicleDisplay-Roman.eot?v=1665641960');
    src: url('https://cdn.shopify.com/s/files/1/0450/8942/3524/files/ChronicleDisplay-Roman.eot?v=1665641960?#iefix') format('embedded-opentype'),
        url('https://cdn.shopify.com/s/files/1/0450/8942/3524/files/ChronicleDisplay-Roman.woff2?v=1665641959') format('woff2'),
        url('https://cdn.shopify.com/s/files/1/0450/8942/3524/files/ChronicleDisplay-Roman.woff?v=1665641960') format('woff'),
        url('https://cdn.shopify.com/s/files/1/0450/8942/3524/files/ChronicleDisplay-Roman.ttf?v=1665641960') format('truetype'),
        url('https://cdn.shopify.com/s/files/1/0450/8942/3524/files/ChronicleDisplay-Roman.svg?v=1665641960#ChronicleDisplay-Roman') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
* {box-sizing: border-box;}
body{color: var(--body_color);letter-spacing: 0;font-size: 18px; line-height: 26px;font-family: var(--font-body-family);}
a{text-decoration: none;color: var(--body_color);}
ul, li{list-style: none;}
ul{margin:0; padding: 0;}
p, figure, h1, h2, h3, h4, h5, h6{margin: 0;}
img {max-width: 100%;vertical-align: middle;}
button{cursor: pointer;}
video {width: 100%;height: 100%;display: inline-block;vertical-align: middle;}
input, textarea, button, select, a, html {-webkit-tap-highlight-color: transparent;}
.container {margin: 0 auto;display: block;max-width: 100%;width: 1408px;padding: 0 24px;}
.text_center{text-align: center;}
.text_left{text-align: left;}
.text_right{text-align: right;}
h1, h2, h3, h4, h5, h6{
font-family: 'Chronicle Display';
color: var(--body_color);letter-spacing: 0;}
.btn{text-align: center; transition: all 0.3s ease-in-out;-webkit-transition: all 0.3s ease-in-out;-moz-transition: all 0.3s ease-in-out;-o-transition: all 0.3s ease-in-out;-ms-transition: all 0.3s ease-in-out;font-size: 18px;line-height: 18px;position: relative;display: inline-block;vertical-align: middle;text-transform: uppercase;letter-spacing: 0.07em;padding: 17px 50px;}

.btn{font-family: var(--font-body-family);background: var(--primary_btn_bg); color: var(--primary_btn_txt); border: 1px solid var(--primary_btn_border);}
.btn:hover {background: var(--primary_btn_bg_hover);border-color: var(--primary_btn_border_hover);color: var(--primary_btn_txt_hover);}

.secondary_btn,.btn--secondary {background: var(--secondary_btn_bg);border-color: var(--secondary_btn_border);color: var(--secondary_btn_txt);}

.section_ttl{font-size: 40px; line-height: 48px;text-transform: capitalize;}
.small_ttl, .sml_ttl{font-size: 26px;line-height: 32px;}
.ingredient_block {display: inline-block;width: 100%;}
.slick-arrow {font-size: 0;background: transparent;border: none;position: absolute;top: 50%;transform: translateY(-50%);-webkit-transform: translateY(-50%);-moz-transform: translateY(-50%);-o-transform: translateY(-50%);-ms-transform: translateY(-50%);width: 16px;height: 29px;padding: 0;z-index: 1;}
.slick-prev{background: url(//www.vosgeschocolate.com/cdn/shop/t/684/assets/left.svg?v=110109050001656447191759422955) no-repeat scroll center;background-size: 100%;left: 0;background-size: 100% 100%;}
.slick-next{background: url(//www.vosgeschocolate.com/cdn/shop/t/684/assets/right.svg?v=120700977844358538461759422955) no-repeat scroll center;background-size: 100%;right: 0;background-size: 100% 100%;}
.slick-dots button {border: none;padding: 0;font-size: 0;height: 100%;width: 100%;line-height: 0;box-shadow: none;display: inline-block;vertical-align: middle;background: transparent;}
.slick-dots li {height: 8px;width: 8px;margin: 0 4px;display: inherit;border: 1px solid rgba(98, 98, 98, 0.5);display: inline-block;vertical-align: middle;line-height: 0;}
.sec_ttl {font-size: 32px;line-height: 38px;}
.slick-dots {display: -webkit-box;display: -moz-box;display: -ms-flexbox;display: -webkit-flex;display: flex;justify-content: center;-webkit-justify-content: center;-moz-justify-content: center;-o-justify-content: center;-ms-justify-content: center;align-items: center;-webkit-align-items: center;-moz-align-items: center;-o-align-items: center;-ms-align-items: center;margin: 24px 0 0;}
.slick-dots .slick-active button{background: rgba(98, 98, 98, 0.5);}
.secondary_btn:hover,.btn--secondary:hover {background: var(--secondary_btn_bg_hover);border-color: var(--secondary_btn_border_hover);color: var(--secondary_btn_txt_hover);}
.open_cart {position: relative;overflow: hidden;}
.btn--secondary:hover{color:white!important};
.w_bold{font-weight: 700;}
.coll_tab {display: grid;grid-template-columns: repeat(4,minmax(0,1fr));grid-gap: 12px;}
.product_container {max-width: 1360px;padding: 0 24px;margin: auto;}
.product-form__quantity .quantity {padding: 16px 12px;width: 122px;grid-template-columns: 1fr 2fr 1fr;}
.product-form__quantity .quantity__button {width: 24px;}
.product-form__quantity .quantity__input {font-size: 18px;line-height: 26px;}
.padding_side {padding-right: 40px !important;padding-left: 40px!important;}
.padding_side_none {padding-right: 0px !important;padding-left: 0px!important;}
.cust_container {max-width: 1230px!important;width: 100%!important;margin: 0 auto!important;padding-left: 15px!important;padding-right: 15px!important;}
.search-results .cust_container{    width: 1268px !important;  padding-left: 24px!important;padding-right: 24px!important;}
@media (max-width: 1440px){
  .container{width: 1248px;}
}
@media (max-width: 1439px){
  .section_ttl {font-size: 42px;line-height: 50px;}
  .small_ttl {font-size: 22px;line-height: 28px;}
  .padding_side_none {padding-right: 0px !important;padding-left: 0px!important;}
}
@media (max-width: 1399px){
  .cust_container{
    max-width: 100%!important;
    padding-left: 40px!important;
    padding-right: 40px!important;
  }
  .padding_side_none {padding-right: 0px !important;padding-left: 0px!important;}
}
@media (max-width: 1199px){
  .section_ttl {font-size: 36px;line-height: 40px;}
  .cust_container{
    padding-left: 24px!important;
    padding-right: 24px!important;
  }
  .padding_side_none {padding-right: 0px !important;padding-left: 0px!important;}
}
@media (max-width: 991px){
  .container, .product_container{padding: 0 16px;}
  .cust_container{
    padding-left: 16px!important;
    padding-right: 16px!important;
  }
  .padding_side_none {padding-right: 0px !important;padding-left: 0px!important;}
}
@media (min-width: 768px){
  .mobile_display{display: none !important}
  .padding_side_none {padding-right: 0px !important;padding-left: 0px!important;}
}
@media (max-width: 767px){
  body{font-size: 15px;line-height: 23px;}
  .desktop_display{display: none !important;}
  .padding_side_none {padding-right: 0px !important;padding-left: 0px!important;}
  .coll_tab {display: grid;grid-template-columns: repeat(2,minmax(0,1fr));grid-gap: 12px;}
}
@media (max-width: 479px){
  .sec_ttl, .section_ttl{font-size: 26px;line-height: 32px;}
  .btn {font-size: 16px;line-height: 20px;padding: 14px 28px;}
  .small_ttl {font-size: 20px;}
  .padding_side_none {padding-right: 0px !important;padding-left: 0px!important;}
  .coll_tab {display: grid;grid-template-columns: repeat(2,minmax(0,1fr));grid-gap: 12px;}
}
/* on hover product image change */
/* .product_thumb img */
/* .prodcut_inner .product_thumb a img:last-child{
  display:none;
}
.prodcut_inner .product_thumb a:hover img:last-child{
  display:block!important
}
.prodcut_inner .product_thumb a:hover img:first-child{
  display:none!important
} */
/* .prodcut_inner .product_thumb img{
      transition: all .1s ease-in-out;
    -webkit-transition: all .1s ease-in-out;
} */
/* for search result page */
.snize-search-results .snize-main-panel .snize-main-panel-controls ul li{
  list-style:none;
}
/* for search result page */
/*  animation */
/* [aos="fade"] {
  opacity: 0;
  transition-property: opacity;
}
[aos="fade"].aos-animate {
  opacity: 1;
}
html{
  scroll-behavior: smooth;
}
 */
.animatable {
  /* initially hide animatable objects */
  visibility: hidden;
  /* initially pause animatable objects their animations */
  -webkit-animation-play-state: paused;   
  -moz-animation-play-state: paused;     
  -ms-animation-play-state: paused;
  -o-animation-play-state: paused;   
  animation-play-state: paused; 
}
/* show objects being animated */
.animated {
  visibility: visible;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  -ms-animation-duration: 1s;
  -o-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-play-state: running;
  -moz-animation-play-state: running;
  -ms-animation-play-state: running;
  -o-animation-play-state: running;
  animation-play-state: running;
}
/* CSS Animations (extracted from http://glifo.uiparade.com/) */
@-webkit-keyframes fadeInDown {
	0% {
		opacity: 0;
		-webkit-transform: translateY(-50px);
	}	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
	}
}
@-moz-keyframes fadeInDown {
	0% {
		opacity: 0;
		-moz-transform: translateY(-50px);
	}
	100% {
		opacity: 1;
		-moz-transform: translateY(0);
	}
}
@-o-keyframes fadeInDown {
	0% {
		opacity: 0;
		-o-transform: translateY(-50px);
	}
	100% {
		opacity: 1;
		-o-transform: translateY(0);
	}
}
@keyframes fadeInDown {
	0% {
		opacity: 0;
		transform: translateY(-50px);
	}
	100% {
		opacity: 1;
		transform: translateY(0);
	}
}
@-webkit-keyframes fadeIn {
	0% {
		opacity: 0;
	}
	20% {
		opacity: 0.2;
	}
    50%{
      opacity: 0.5;
    }
    60%{
      opacity: 0.6;
    }
    70%{
      opacity: 0.7;
    }
    80%{
      opacity: 0.8;
    }
    90%{
      opacity: 0.9;
    }
	100% {
		opacity: 1;
	}
}
@-moz-keyframes fadeIn {
	0% {
		opacity: 0;
	}
	20% {
		opacity: 0.2;
	}
    50%{
      opacity: 0.5;
    }
    60%{
      opacity: 0.6;
    }
    70%{
      opacity: 0.7;
    }
    80%{
      opacity: 0.8;
    }
    90%{
      opacity: 0.9;
    }
	100% {
		opacity: 1;
	}
}
@-o-keyframes fadeIn {
	0% {
		opacity: 0;
	}
	20% {
		opacity: 0.2;
	}
    50%{
      opacity: 0.5;
    }
    60%{
      opacity: 0.6;
    }
    70%{
      opacity: 0.7;
    }
    80%{
      opacity: 0.8;
    }
    90%{
      opacity: 0.9;
    }
	100% {
		opacity: 1;
	}
}
@keyframes fadeIn {
	0% {
		opacity: 0;
	}
	20% {
		opacity: 0.2;
	}
    50%{
      opacity: 0.5;
    }
    60%{
      opacity: 0.6;
    }
    70%{
      opacity: 0.7;
    }
    80%{
      opacity: 0.8;
    }
    90%{
      opacity: 0.9;
    }
	100% {
		opacity: 1;
	}
}
@-webkit-keyframes bounceInLeft {
	0% {
		opacity: 0;
		-webkit-transform: translateX(-2000px);
	}
	60% {
		-webkit-transform: translateX(20px);
	}
	80% {
		-webkit-transform: translateX(-5px);
	}
	100% {
		opacity: 1;
		-webkit-transform: translateX(0);
	}
}
@-moz-keyframes bounceInLeft {
	0% {
		opacity: 0;
		-moz-transform: translateX(-2000px);
	}
	60% {
		-moz-transform: translateX(20px);
	}
	80% {
		-moz-transform: translateX(-5px);
	}
	100% {
		opacity: 1;
		-moz-transform: translateX(0);
	}
}
@-o-keyframes bounceInLeft {
	0% {
		opacity: 0;
		-o-transform: translateX(-2000px);
	}
	60% {
		opacity: 1;
		-o-transform: translateX(20px);
	}
	80% {
		-o-transform: translateX(-5px);
	}
	100% {
		opacity: 1;
		-o-transform: translateX(0);
	}
}
@keyframes bounceInLeft {
	0% {
		opacity: 0;
		transform: translateX(-2000px);
	}
	60% {
		transform: translateX(20px);
	}
	80% {
		transform: translateX(-5px);
	}
	100% {
		opacity: 1;
		transform: translateX(0);
	}
}
@-webkit-keyframes bounceInRight {
	0% {
		opacity: 0;
		-webkit-transform: translateX(2000px);
	}
	60% {
		-webkit-transform: translateX(-20px);
	}
	80% {
		-webkit-transform: translateX(5px);
	}
	100% {
		opacity: 1;
		-webkit-transform: translateX(0);
	}
}
@-moz-keyframes bounceInRight {
	0% {
		opacity: 0;
		-moz-transform: translateX(2000px);
	}
	60% {
		-moz-transform: translateX(-20px);
	}
	80% {
		-moz-transform: translateX(5px);
	}
	100% {
		opacity: 1;
		-moz-transform: translateX(0);
	}
}
@-o-keyframes bounceInRight {
	0% {
		opacity: 0;
		-o-transform: translateX(2000px);
	}
	60% {
		-o-transform: translateX(-20px);
	}
	80% {
		-o-transform: translateX(5px);
	}
	100% {
		opacity: 1;
		-o-transform: translateX(0);
	}
}
@keyframes bounceInRight {
	0% {
		opacity: 0;
		transform: translateX(2000px);
	}
	60% {
		transform: translateX(-20px);
	}
	80% {
		transform: translateX(5px);
	}
	100% {
		opacity: 1;
		transform: translateX(0);
	}
}
@-webkit-keyframes fadeInUp {
	0% {
		opacity: 0;
		-webkit-transform: translateY(20px);
	}	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
	}
}
@-moz-keyframes fadeInUp {
	0% {
		opacity: 0;
		-moz-transform: translateY(20px);
	}
	100% {
		opacity: 1;
		-moz-transform: translateY(0);
	}
}
@-o-keyframes fadeInUp {
	0% {
		opacity: 0;
		-o-transform: translateY(20px);
	}
	100% {
		opacity: 1;
		-o-transform: translateY(0);
	}
}
@keyframes fadeInUp {
	0% {
		opacity: 0;
		transform: translateY(20px);
	}
	100% {
		opacity: 1;
		transform: translateY(0);
	}
}
@-moz-keyframes bounceIn {
	0% {
		opacity: 0;
		-moz-transform: scale(1.5);
	}
	100% {
		-moz-transform: scale(1);
	}
	70% {
		-moz-transform: scale(1);
	}
	100% {
		opacity: 1;
		-moz-transform: scale(1);
	}
}
@-o-keyframes bounceIn {
	0% {
		opacity: 0;
		-o-transform: scale(1.5);
	}
	100% {
		-o-transform: scale(1);
	}
}
@keyframes bounceIn {
	0% {
		opacity: 0;
		transform: scale(1.5);
	}
	50% {
		transform: scale(1);
	}
	70% {
		transform: scale(1);
	}
	100% {
		opacity: 1;
		transform: scale(1);
	}
}
@-webkit-keyframes moveUp {
	0% {
		opacity: 1;
		-webkit-transform: translateY(40px);
	}	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
	}
}
@-moz-keyframes moveUp {
	0% {
		opacity: 1;
		-moz-transform: translateY(40px);
	}
	100% {
		opacity: 1;
		-moz-transform: translateY(0);
	}
}
@-o-keyframes moveUp {
	0% {
		opacity: 1;
		-o-transform: translateY(40px);
	}
	100% {
		opacity: 1;
		-o-transform: translateY(0);
	}
}
@keyframes moveUp {
	0% {
		opacity: 1;
		transform: translateY(40px);
	}
	100% {
		opacity: 1;
		transform: translateY(0);
	}
}
@-webkit-keyframes fadeBgColor {
	0%{
		background:none;
	}
  70%{
		background:none;
	}
	100%{
		background:#464646;
	}
}
@-o-keyframes fadeBgColor {
	0%{
		background:none;
	}
  70%{
		background:none;
	}
	100%{
		background:#464646;
	}
}
@keyframes fadeBgColor {
	0%{
		background:none;
	}
  70%{
		background:none;
	}
	100%{
		background:#464646;
	}
}
.animated.animationDelay{
	animation-delay:.4s;
	-webkit-animation-delay:.4s;
}
.animated.animationDelayMed{
	animation-delay:1.2s;
	-webkit-animation-delay:1.2s;
}
.animated.animationDelayLong{
	animation-delay:1.6s;
	-webkit-animation-delay:1.6s;
}
.animated.fadeBgColor {
	-webkit-animation-name: fadeBgColor;
	-moz-animation-name: fadeBgColor;
	-o-animation-name: fadeBgColor;
	animation-name: fadeBgColor;
}
.animated.bounceIn {
	-webkit-animation-name: bounceIn;
	-moz-animation-name: bounceIn;
	-o-animation-name: bounceIn;
	animation-name: bounceIn;
}
.animated.bounceInRight {
	-webkit-animation-name: bounceInRight;
	-moz-animation-name: bounceInRight;
	-o-animation-name: bounceInRight;
	animation-name: bounceInRight;
}
.animated.bounceInLeft {
	-webkit-animation-name: bounceInLeft;
	-moz-animation-name: bounceInLeft;
	-o-animation-name: bounceInLeft;
	animation-name: bounceInLeft;
}
.animated.fadeIn {
	-webkit-animation-name: fadeIn;
	-moz-animation-name: fadeIn;
	-o-animation-name: fadeIn;
	animation-name: fadeIn;
}
.animated.fadeInDown {
	-webkit-animation-name: fadeInDown;
	-moz-animation-name: fadeInDown;
	-o-animation-name: fadeInDown;
	animation-name: fadeInDown;
}
.animated.fadeInUp {
	-webkit-animation-name: fadeInUp;
	-moz-animation-name: fadeInUp;
	-o-animation-name: fadeInUp;
	animation-name: fadeInUp;
}
.animated.moveUp {
	-webkit-animation-name: moveUp;
	-moz-animation-name: moveUp;
	-o-animation-name: moveUp;
	animation-name: moveUp;
}
/* animation */
/* snize changes */
div.snize div.snize-main-panel-controls ul li a,
div.snize .snize-reviews .total-reviews
{
  color: var(--body_color)!important;
}
div.snize .snize-reviews .total-reviews{
  font-size:16px!important;
  padding-left:8px!important
}
div.snize div.snize-main-panel-controls ul li a.active{
  color: #333!important;
}
#snize-search-results-grid-mode span.snize-overhidden{
  display: flex!important;
  flex-direction: column!important;
  text-align:center!important;
}
#snize-search-results-grid-mode li.snize-product span.snize-title{
  order:1!important;
}
div.snize .snize-reviews{
  align-items: center;
  order:2!important;
}
#snize-search-results-grid-mode .snize-price-list{
  order:3!important;
/*   display:none!important; */
  margin-top: 20px !important;
      font-size: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
}
div.snize .snize-reviews{
  display: flex!important;
  justify-content: center!important;
      flex-wrap: wrap;
}
div.snize #snize-search-results-grid-mode li.snize-product{
  border:none!important
}
#snize-search-results-grid-mode span.snize-overhidden{
  background: #F6F6F4!important;
}
#snize-search-results-grid-mode li.snize-product span.snize-title{
  font-weight:normal!important;
  font-size:18px!important;
      text-align: center !important;
}
div.snize li.snize-product .snize-price-list{
  color: var(--body_color)!important;
}
#snize-search-results-grid-mode span.snize-price.money {
    font-size: 18px;
    line-height: 24px;
    font-weight: 400;
      order: 3;
}
#snize-search-results-grid-mode span.snize-discounted-price {
    vertical-align: middle !important;
    font-weight: 400;
    color: #121212BF;
    order: 2;
    margin-right: 10px;
}
#snize-search-results-grid-mode li.snize-product .snize-view-link, #snize-search-results-grid-mode li.snize-product .snize-item {
  height:100%!important;
}
div.snize .stars-10:after,div.snize .stars-20:after,div.snize .stars-30:after,div.snize .stars-40:after,div.snize .stars-50:after,div.snize .stars-60:after,div.snize .stars-70:after,div.snize .stars-80:after,div.snize .stars-90:after,div.snize .stars-100:after,
div.snize .stars-fivestar:after,
div.snize .stars-fourstar:after,
div.snize .stars-threestar:after,
div.snize .stars-twostar:after,
div.snize .stars-onestar:after
{
  color: var(--body_color)!important;
}
div.snize .snize-product-filters-block:hover{
      background-color: #38165f03!important;
}
.snize-reviews .stars-container{
  font-size:22px!important
}
#snize_results.snize-mobile-design.snize-new-version li.snize-product .snize-price-list .snize-price{ color: var(--body_color) !important; }
div.snize li.snize-product .snize-price-list .snize-price {
    margin-right: 0px !important;
}
@media (max-width: 991px){
#snize-search-results-grid-mode .snize-reviews .total-reviews {
    font-size: 15px !important;
    line-height: 23px !important;
}
}
@media (max-width: 767px){
#snize_results.snize-mobile-design.snize-new-version #snize-search-results-grid-mode li.snize-product span.snize-title {
font-size: 15px !important;
    line-height: 23px;
}
  .snize-reviews .stars-container{
  font-size:20px!important
}
  #snize-search-results-grid-mode .snize-reviews .total-reviews {
    font-size: 12px !important;
    line-height: 23px !important;
      margin-left: 0!important ;
    padding-left: 0 !important;
    width: 100%;
    text-align: center;
}
  #snize_results.snize-mobile-design.snize-new-version .snize-reviews {  margin-top: 10px !important;     margin-bottom: 16px;}
}
/* snize changes */
/* about and landing page header fix */
.about-us .announcement_bar,
.landing-page .announcement_bar,
.storytelling .announcement_bar,
.travel-the-world-through-chocolate .announcement_bar
{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9;
}
.about-us header,
.landing-page header,
.storytelling header,
.travel-the-world-through-chocolate header
{
    position: fixed;
    top: 28px;
    left: 0;
    width: 100%;
    background: white;
}
@media(max-width:767px){
  .about-us header,
  .landing-page header,
  .storytelling header,
  .travel-the-world-through-chocolate header
  {
      top: 24px;
  }
}
@media(max-width:541px){
  .about-us header,
  .landing-page header,
  .storytelling header,
  .travel-the-world-through-chocolate header
  {
      top: 40px;
  }
}
/* about and landing page header fix */
/* zapiet app */
#storePickupApp .checkoutMethodsContainer.default .checkoutMethod.active{
  background: white!important;
  border-color:#38165f!important;
}
#storePickupApp .checkoutMethodsContainer.default .checkoutMethod.active svg path{
  fill:#38165f!important;
}
#storePickupApp .checkoutMethodsContainer.default .checkoutMethod{
    background: transparant!important;
    border-radius: 0!important;
}
#storePickupApp .checkoutMethodsContainer.default .checkoutMethod .checkoutMethodName{
  color: #626262;
}
#storePickupApp .checkoutMethodsContainer.default .checkoutMethod.active .checkoutMethodName{
  color: #38165f;
} 
.inputWithButton .button:before{
  box-shadow:none!important;
}
.inputWithButton .datepickerIcon svg path{
  fill:#38165f!important;
}
.checkoutMethodContainer .filterByRegion select{
  padding: 10px!important;
  background: transparent!important;
  border: 1px solid #e8e8e1!important;
  color: #080907!important;
}
/* zapiet app */
/* icon chanes */
.header__icons svg.user path{
}
.header__icons svg.user .cls-2{
  fill:none;
  stroke-width: 3px!important;
}
/* icon changes */
.yotpo-reviews-carousel-dummy {font-size: 24px !important;}
.yotpo-bottomline .text-m {font-size: 12px !important;line-height: 16px !important;color: #626262 !important;font-weight: 500 !important;font-family: Roboto, sans-serif !important;padding-left: 8px !important;}
.yotpo.bottomLine .yotpo-bottomline .yotpo-icon-star, .yotpo.bottomLine .yotpo-bottomline .yotpo-icon-empty-star{width: 15px !important;margin-right: 3px !important;}
.yotpo .standalone-bottomline .star-clickable{align-items: center !important;-webkit-align-items: center !important;-moz-align-items: center !important;-o-align-items: center !important;-ms-align-items: center !important;}
.yotpo .yotpo-icon-star:before, .yotpo .yotpo-icon-empty-star:before{width: 100% !important;display: inline !important;}
.yotpo-logo-link-new {display: none !important;}
.yotpo-nav-wrapper span {text-transform: uppercase;line-height: 20px !important;display: inline-block !important;font-family: Roboto, sans-serif !important;font-weight: 400 !important;color: #080908 !important;}
.yotpo .yotpo-nav ul .yotpo-nav-tab.yotpo-active span {color: var(--body_color) !important;}
.yotpo .yotpo-nav ul .yotpo-nav-tab.yotpo-active .yotpo-nav-wrapper {border-bottom: 1px solid;border-color: var(--body_color) !important;}
.yotpo .new-yotpo-small-box{border-bottom: none !important;}
.main-widget .yotpo-nav-primary ul {display: flex !important;align-items: center !important;justify-content: center !important;width: 100% !important;}
.yotpo .yotpo-nav li{margin: 0 12px !important;}
.yotpo .yotpo-label-container{border-top: none !important;padding-top: 0 !important;}
.yotpo .yotpo-regular-box{padding: 40px 0 24px!important;border: none !important;margin: 0 !important;display: inline-block;width: 100%;}
.main-widget .bottom-line-items{margin-bottom: 0 !important;}
.main-widget .write-question-review-buttons-container {float: none !important;padding-right: 0 !important;text-align: center !important;margin-top: 40px !important;}
.yotpo .yotpo-default-button, .yotpo input[type="button"].yotpo-default-button {margin: 0 !important;background: var(--primary_btn_bg) !important;color: var(--primary_btn_txt) !important;border: 1px solid var(--primary_btn_border) !important;font-size: 18px !important;line-height: 26px !important;text-transform: uppercase !important;letter-spacing: .07em !important;padding: 17px !important;height: auto !important;border-radius: 0 !important;display: inline-block !important;position: relative !important;float: right!important;margin: 0 0 16px !important;min-width: 287px !important;top: 0 !important;}
.write-question-review-buttons-container .write-question-review-button .write-question-review-button-icon, .write-question-review-buttons-container .write-question-review-button .write-question-review-button-text {color: #fff !important;font-size: 20px !important;line-height: 20px !important;font-weight: 400 !important;font-family: Roboto, sans-serif !important; letter-spacing: .07em !important;}
.yotpo .yotpo-first-review{margin-top: 40px !important;}
.yotpo .yotpo-first-review .yotpo-first-review-stars .yotpo-icon-star{color: var(--body_color) !important;}
.yotpo .yotpo-first-review .yotpo-first-review-stars{margin-bottom: 40px !important;}
.yotpo .write-review-wrapper{margin-top: 40px !important;}
.write-question-review-buttons-container .write-question-review-button:hover{border-color: #a5a5a5 !important;}
.write-question-review-buttons-container .write-question-review-button:hover span.yotpo-icon.yotpo-icon-write-no-frame.write-question-review-button-icon.yotpo-hidden-mobile, .write-question-review-buttons-container .write-question-review-button:hover .write-question-review-button-text {color: #a5a5a5 !important;}
.yotpo .write-review .connect-wrapper{padding-left: 0 !important;}
.yotpo-header-title {font-size: 32px !important;line-height: 38px;text-transform: capitalize;color: var(--body_color) !important;margin-bottom: 24px !important;}
.yotpo .write-review .submit-button {display: inline-block !important;float: none !important;margin: 0 !important;width: 100% !important;text-align: center !important;}
.yotpo .primary-color-btn, .yotpo input[type="button"].primary-color-btn{float: none !important;}
.yotpo .primary-color-btn:hover, .yotpo input[type="button"].primary-color-btn:hover {background: var(--primary_btn_bg_hover) !important;border: 1px solid var(--primary_btn_border_hover) !important;color: var(--primary_btn_txt_hover) !important;}
.yotpo .yotpo-default-button:hover, .yotpo input[type="button"].yotpo-default-button:hover {background-color: var(--primary_btn_bg_hover) !important;border-color: var(--primary_btn_border_hover) !important;color: var(--primary_btn_txt_hover) !important;}
.yotpo.yotpo-main-widget {padding: 0 40px !important;max-width: 100% !important;width: 960px !important;}
.mini_desc .yotpo .standalone-bottomline .star-clickable{float: none !important;justify-content: center !important;}
.mini_desc .yotpo-display-wrapper {text-align: center !important;margin-top: 0px !important;}
.mini_desc .yotpo-bottomline .text-m {font-size: 20px !important;line-height: 28px !important;font-weight: 400 !important;color: var(--body_color) !important;}
.yotpo-reviews.yotpo-active .yotpo-regular-box {border: 1px solid #D2CCCC !important;border-top: 1px solid #D2CCCC !important;padding: 40px 30px !important;border-radius: 10px !important;margin: 0 0 24px !important;}
.content-title.yotpo-font-bold {font-size: 20px !important;line-height: 24px !important;color: #080908 !important;text-transform: capitalize !important;font-family: 'Chronicle Display' !important;font-weight: 400 !important;}
.yotpo .yotpo-review .yotpo-main .content-review, .yotpo .yotpo-comment .yotpo-main .content-review, .yotpo .yotpo-question .yotpo-main .content-review, .yotpo .yotpo-onsite-upload .yotpo-main .content-review{font-size: 15px !important;line-height: 23px !important;color: #0E1C29 !important;}
.label-helpful, .yotpo .yotpo-review .yotpo-header .yotpo-header-element .y-label.yotpo-review-date {font-size: 14px !important;line-height: 22px !important;color: #2B2B2B !important;}
.yotpo-action, .yotpo .yotpo-review .yotpo-header .yotpo-icon-profile {display: none !important;}
.yotpo .yotpo-review .yotpo-main, .yotpo .yotpo-review .yotpo-footer{margin-left: 0 !important;}
.yotpo .yotpo-icon{font-size: 21px !important;}
.yotpo .yotpo-review .yotpo-header .yotpo-header-element .y-label.yotpo-user-name{color: var(--body_color) !important;text-transform: capitalize !important;}
.yotpo .yotpo-review .yotpo-header .yotpo-review-stars{margin-top: 6px !important;margin-right: 0 !important;}
.yotpo .transparent-color-btn span.yotpo-icon {color: #a5a5a5 !important;}
.yotpo .yotpo-review .yotpo-footer .yotpo-helpful.yotpo-helpful {float: none !important;}
.bottom-line-items-container .avg-score {float: none !important;font-size: 15px !important;font-family: Roboto, sans-serif !important;color: var(--body_color) !important;}
.yotpo .write-review .socialize-wrapper{display: none !important;}
.yotpo .write-review .submit-button .form-input-error, .yotpo .write-review .yotpo-header .y-label .form-input-error{width: 100%;}
.product .yotpo .primary-color-btn:hover, .product .yotpo input[type="button"].primary-color-btn:hover {background: transparent!important;border: 1px solid var(--theme_color)!important;}
.yotpo .write-review .socialize-wrapper .yotpo-or{margin-top: 20px !important;}
.yotpo .write-review .socialize-wrapper{position: relative !important;}
.yotpo.yotpo-main-widget .yotpo-thank-you .yotpo-thankyou-header span{color: var(--body_color) !important;}
/* .mini_desc .standalone-bottomline {margin-bottom: 10px !important;} */
.yotpo .yotpo-bottomline .yotpo-icon-star, .yotpo .yotpo-bottomline .yotpo-icon-half-star, .yotpo .yotpo-bottomline .yotpo-icon-empty-star, .yotpo .yotpo-bottomline .yotpo-icon-star, .yotpo .yotpo-review .yotpo-header .yotpo-review-stars .yotpo-icon{color: var(--body_color) !important;}
.yotpo.yotpo-main-widget.yotpo-small .yotpo-visible-mobile, .yotpo .yotpo-modal-dialog.yotpo-small .yotpo-visible-mobile {display: none !important;}
.yotpo a:hover {color: #000!important;}
.yotpo .yotpo-small-box {padding: 0 !important;border: none !important;}
.yotpo .yotpo-nav-dropdown{display: none !important;}
.yotpo-nav-content {margin-top: 40px !important;display: inline-block;width: 100%;}
.primary-title {margin:0 0 41px !important;line-height: 28px !important;color: var(--body_color) !important;letter-spacing: 0.05em !important;text-transform: uppercase !important;font-size: 24px !important;font-family: var(--font-body-family) !important;}
.rebuy-widget .rebuy-product-grid.large-columns-4 .rebuy-product-block, body.recharge-customer-portal#recharge-novum.recharge-theme-novum #recharge-te #rc_te-template-wrapper .rebuy-widget .rebuy-product-grid.large-columns-4 .rebuy-product-block, body.recharge-customer-portal#recharge-novum.recharge-theme-novum #shopify-section-footer .rebuy-widget .rebuy-product-grid.large-columns-4 .rebuy-product-block, .rebuy-recommended-products .rebuy-product-grid.large-columns-4 .rebuy-product-block{padding: 0 6px !important;}
.rebuy-widget .rebuy-product-grid.large-carousel, body.recharge-customer-portal#recharge-novum.recharge-theme-novum #recharge-te #rc_te-template-wrapper .rebuy-widget .rebuy-product-grid.large-carousel, body.recharge-customer-portal#recharge-novum.recharge-theme-novum #shopify-section-footer .rebuy-widget .rebuy-product-grid.large-carousel, .rebuy-recommended-products .rebuy-product-grid.large-carousel {padding: 0 24px !important;}
.rebuy-button {text-transform: uppercase !important;padding: 15px!important;height: auto!important;font-size: 15px !important;line-height: 23px !important;background: transparent !important;border-color: #a5a5a5 !important;color: var(--body_color) !important;border-width: 1px  !important;font-family: var(--font-body-family) !important;}
.rebuy-widget .rebuy-product-block .rebuy-product-actions, body.recharge-customer-portal#recharge-novum.recharge-theme-novum #recharge-te #rc_te-template-wrapper .rebuy-widget .rebuy-product-block .rebuy-product-actions, body.recharge-customer-portal#recharge-novum.recharge-theme-novum #shopify-section-footer .rebuy-widget .rebuy-product-block .rebuy-product-actions, .rebuy-recommended-products .rebuy-product-block .rebuy-product-actions{margin-top: 0 !important;}
.rebuy-product-info, .rebuy-product-media {background: #F6F6F4 !important;}
.rebuy-product-info {padding: 24px 32px 16px !important;}
.rebuy-product-actions {padding: 0 32px 24px !important;background: #F6F6F4 !important;}
.rebuy-widget .rebuy-product-block .rebuy-product-media img, body.recharge-customer-portal#recharge-novum.recharge-theme-novum #recharge-te #rc_te-template-wrapper .rebuy-widget .rebuy-product-block .rebuy-product-media img, body.recharge-customer-portal#recharge-novum.recharge-theme-novum #shopify-section-footer .rebuy-widget .rebuy-product-block .rebuy-product-media img, .rebuy-recommended-products .rebuy-product-block .rebuy-product-media img{width: 100% !important;}
.rebuy-widget .flickity-page-dots, body.recharge-customer-portal#recharge-novum.recharge-theme-novum #recharge-te #rc_te-template-wrapper .rebuy-widget .flickity-page-dots, body.recharge-customer-portal#recharge-novum.recharge-theme-novum #shopify-section-footer .rebuy-widget .flickity-page-dots, .rebuy-recommended-products .flickity-page-dots, .powered-by-rebuy{display: none !important;}
.rebuy-widget .flickity-button.previous, body.recharge-customer-portal#recharge-novum.recharge-theme-novum #recharge-te #rc_te-template-wrapper .rebuy-widget .flickity-button.previous, body.recharge-customer-portal#recharge-novum.recharge-theme-novum #shopify-section-footer .rebuy-widget .flickity-button.previous, .rebuy-recommended-products .flickity-button.previous{background: transparent !important;}
.mini_desc .yotpo-bottomline .text-m{font-size: 18px!important;text-transform: capitalize !important;}
.yotpo-shoppers-say{background: #F6F6F4;padding: 64px 0 !important;}
.yotpo-shoppers-say .shoppers-say-title {margin: 0 !important;height: auto !important;font-size: 32px !important;line-height: 38px !important;font-family: Chronicle Display !important;text-transform: capitalize !important;color: var(--body_color) !important;}
.yotpo-shoppers-say .yotpo-regular-box {padding: 0 !important;}
.yotpo-shoppers-say .yotpo-icon-star, .yotpo-shoppers-say .yotpo-icon-empty-star, .yotpo-shoppers-say .yotpo-icon-full-star, .yotpo-shoppers-say .yotpo-icon-half-star{color: var(--body_color) !important;}
.yotpo-shoppers-say .yotpo-icon-star{font-size: 18px !important;}
/* .yotpo-stars-and-sum-reviews {display: none;} */
.yotpo.yotpo-main-widget .yotpo-bottomline.yotpo-bottomline-2-boxes .yotpo-bottomline-box-2 .yotpo-star-distribution, .yotpo .yotpo-modal-dialog .yotpo-bottomline.yotpo-bottomline-2-boxes .yotpo-bottomline-box-2 .yotpo-star-distribution {border: none !important;padding: 0 !important;margin: 0 !important;}
.yotpo.yotpo-main-widget .yotpo-bottomline.yotpo-bottomline-2-boxes .yotpo-bottomline-box-2 .yotpo-star-distribution .yotpo-star-distribution-content .yotpo-distibutions-stars .review-stars .yotpo-icon-star, .yotpo.yotpo-main-widget .yotpo-bottomline.yotpo-bottomline-2-boxes .yotpo-bottomline-box-2 .yotpo-star-distribution .yotpo-star-distribution-content .yotpo-distibutions-stars .review-stars .yotpo-icon-empty-star, .yotpo .yotpo-modal-dialog .yotpo-bottomline.yotpo-bottomline-2-boxes .yotpo-bottomline-box-2 .yotpo-star-distribution .yotpo-star-distribution-content .yotpo-distibutions-stars .review-stars .yotpo-icon-star, .yotpo .yotpo-modal-dialog .yotpo-bottomline.yotpo-bottomline-2-boxes .yotpo-bottomline-box-2 .yotpo-star-distribution .yotpo-star-distribution-content .yotpo-distibutions-stars .review-stars .yotpo-icon-empty-star {color: var(--body_color) !important;font-size: 20px !important;}
.yotpo.yotpo-main-widget .yotpo-bottomline.yotpo-bottomline-2-boxes .yotpo-bottomline-box-2 .yotpo-star-distribution .yotpo-star-distribution-content .yotpo-distibutions-sum-reviews .yotpo-sum-reviews, .yotpo .yotpo-modal-dialog .yotpo-bottomline.yotpo-bottomline-2-boxes .yotpo-bottomline-box-2 .yotpo-star-distribution .yotpo-star-distribution-content .yotpo-distibutions-sum-reviews .yotpo-sum-reviews {font-size: 14px !important;line-height: 20px !important;color: #080908 !important;margin-bottom: 5px !important;min-width: 40px !important;margin-right: 24px !important;}
.bottom_left_star .pull-left {float: none !important;}
.yotpo-bottomline.bottom_left_star.pull-left.star-clickable { width: 100% !important;display: inline-block !important;vertical-align: middle !important;text-align: center !important;margin-bottom: 16px !important;}
.yotpo.yotpo-main-widget .yotpo-bottomline.yotpo-bottomline-2-boxes .yotpo-bottomline-box-2 .yotpo-star-distribution .yotpo-star-distribution-content .yotpo-distributions-graphs .yotpo-star-distribution-graph .yotpo-star-distribution-score-wrapper .yotpo-star-distribution-graph-score, .yotpo .yotpo-modal-dialog .yotpo-bottomline.yotpo-bottomline-2-boxes .yotpo-bottomline-box-2 .yotpo-star-distribution .yotpo-star-distribution-content .yotpo-distributions-graphs .yotpo-star-distribution-graph .yotpo-star-distribution-score-wrapper .yotpo-star-distribution-graph-score{background: #38165F !important;border-radius: 2px !important;}
.yotpo.yotpo-main-widget .yotpo-bottomline.yotpo-bottomline-2-boxes .yotpo-bottomline-box-2 .yotpo-star-distribution .yotpo-star-distribution-content .yotpo-distibutions-stars .review-stars, .yotpo .yotpo-modal-dialog .yotpo-bottomline.yotpo-bottomline-2-boxes .yotpo-bottomline-box-2 .yotpo-star-distribution .yotpo-star-distribution-content .yotpo-distibutions-stars .review-stars{margin-right: 12px !important;display: flex;}
.yotpo.yotpo-main-widget .yotpo-bottomline.yotpo-bottomline-2-boxes .yotpo-bottomline-box-2 .yotpo-star-distribution .yotpo-star-distribution-content .yotpo-distributions-graphs .yotpo-star-distribution-graph, .yotpo .yotpo-modal-dialog .yotpo-bottomline.yotpo-bottomline-2-boxes .yotpo-bottomline-box-2 .yotpo-star-distribution .yotpo-star-distribution-content .yotpo-distributions-graphs .yotpo-star-distribution-graph{width: 252px !important; height: 9px !important;margin-bottom: 16px !important;}
.yotpo.yotpo-main-widget .yotpo-bottomline.yotpo-bottomline-2-boxes .yotpo-bottomline-box-2 .yotpo-star-distribution .yotpo-star-distribution-content .yotpo-distributions-graphs, .yotpo .yotpo-modal-dialog .yotpo-bottomline.yotpo-bottomline-2-boxes .yotpo-bottomline-box-2 .yotpo-star-distribution .yotpo-star-distribution-content .yotpo-distributions-graphs{padding-top:6px !important;}
.yotpo.yotpo-main-widget .yotpo-bottomline.yotpo-bottomline-2-boxes .yotpo-bottomline-box-2 .yotpo-star-distribution .yotpo-star-distribution-content .yotpo-distributions-graphs .yotpo-star-distribution-graph, .yotpo .yotpo-modal-dialog .yotpo-bottomline.yotpo-bottomline-2-boxes .yotpo-bottomline-box-2 .yotpo-star-distribution .yotpo-star-distribution-content .yotpo-distributions-graphs .yotpo-star-distribution-graph{border-radius: 20px !important;overflow: hidden !important;}
.yotpo.yotpo-main-widget .yotpo-icon-btn .yotpo-icon-button-text, .yotpo .yotpo-modal-dialog .yotpo-icon-btn .yotpo-icon-button-text {font-family: var(--font-body-family) !important;}
.yotpo.yotpo-main-widget .yotpo-icon-btn:hover span, .yotpo .yotpo-modal-dialog .yotpo-icon-btn:hover span {color: var(--primary_btn_txt_hover) !important;}
.yotpo.yotpo-main-widget .yotpo-bottomline .text-m{padding-left: 0 !important;}
.yotpo .write-review .yotpo-header .yotpo-icon{color: var(--body_color) !important;}
.yotpo .write-review .submit-button{margin-top: 40px !important;}
.shopify-app-block .yotpo .primary-color-btn:hover, .yotpo input[type="button"].primary-color-btn:hover {background: var(--primary_btn_bg_hover) !important;border-color: var(--primary_btn_border_hover) !important;color: var(--primary_btn_txt_hover) !important;}
.yotpo-pictures-gallery .yotpo-hover-enable .yotpo-single-image-container .y-media-hover{cursor: pointer !important;}
.yotpo-pictures-gallery .yotpo-hover-enable .yotpo-single-image-container .y-media-hover .y-hover-elements, .yotpo-pictures-widget .yotpo-hover-enable .yotpo-single-image-container .y-media-hover .y-hover-elements{cursor: pointer !important;}
.yotpo-pictures-gallery .yotpo-single-image-container .yotpo-video, .yotpo-pictures-widget .yotpo-single-image-container .yotpo-video {  cursor: revert !important;}
.rebuy-modal-visible .rebuy-cart__flyout {right: 0;}
.link_text{display: inline-block; position: relative;     text-transform: uppercase; font-size: 15px;   line-height: 23px;  margin-top: 16px;}
.link_text::after {position: absolute;content: "";left: 0;bottom: 0;border-bottom: 1px solid var(--body_color);height: 1px;width: 0;transition: all 0.3s ease-in-out;}
.link_text:hover::after {width: 100%;}
.yotpo.yotpo-main-widget .yotpo-bottomline.yotpo-bottomline-2-boxes .yotpo-bottomline-box-2 .yotpo-star-distribution .yotpo-star-distribution-content .yotpo-distributions-graphs .yotpo-star-distribution-graph .yotpo-star-distribution-score-wrapper .yotpo-star-distribution-graph-score, .yotpo .yotpo-modal-dialog .yotpo-bottomline.yotpo-bottomline-2-boxes .yotpo-bottomline-box-2 .yotpo-star-distribution .yotpo-star-distribution-content .yotpo-distributions-graphs .yotpo-star-distribution-graph .yotpo-star-distribution-score-wrapper .yotpo-star-distribution-graph-score, .yotpo.yotpo-main-widget .yotpo-bottomline.yotpo-bottomline-2-boxes .yotpo-bottomline-box-2 .yotpo-star-distribution .yotpo-star-distribution-content .yotpo-distributions-graphs .yotpo-star-distribution-graph .yotpo-star-distribution-graph-background, .yotpo .yotpo-modal-dialog .yotpo-bottomline.yotpo-bottomline-2-boxes .yotpo-bottomline-box-2 .yotpo-star-distribution .yotpo-star-distribution-content .yotpo-distributions-graphs .yotpo-star-distribution-graph .yotpo-star-distribution-graph-background {display: block !important;}
.yotpo-display-wrapper{display: inline-block;width: 100%;}
.yotpo-default-button span {font-size: 18px;line-height: 26px;}
.yotpo-default-button .yotpo-icon {display: none;}
.tab_body a:hover::after, .bottom_text a:hover:after, .coll_desc_bottom a:hover::after, .content-section-container a:hover::after, .coll_desc a:hover::after, .product__description a:hover::after, .rte p a:hover:after, .faq_ans a:hover:after, .main_rich_text a:hover::after {width: 100%;}
.bottom_text a:after, .tab_body a::after, .coll_desc_bottom a::after, .content-section-container a::after, .coll_desc a:after, .product__description a::after, .rte p a::after, .main_rich_text a::after, .faq_ans a:after {position: absolute;content: "";left: 0;bottom: -2px;width: 0;height: 2px;background: var(--body_color);transition: all 0.3s ease-in-out;}
.bottom_text a, .tab_body a, .coll_desc_bottom a, .content-section-container a, .coll_desc a, .product__description a, .rte p a, .main_rich_text a, .faq_ans a {position: relative;border-bottom: 2px solid rgb(0 0 0 / 20%);text-decoration: none !important;}
.main_page_contant .rte a.btn, .main_rich_text a span{text-decoration: none !important;}
.sml_ttl a{border-bottom:1px solid var(--body_color);}
.sml_ttl a:hover {color: #080908;border-color:#080908;}
.yotpo-header-element > *, .yotpo-main > * {width: 100%;}
.yotpo-thankyou-footer {
    display: inline-block;
    margin-top: 15px !important;
}
.yotpo-thankyou-footer .yotpo-default-button {
    float: none !important;
    min-width: auto !important;
}
.yotpo-thankyou-footer .yotpo-default-button .yotpo-icon {
    display: inline-block !important;
    font-size: 13px !important;
    position: relative;
    top: -2px;
}
.yotpo.yotpo-main-widget .yotpo-thank-you, .yotpo .yotpo-modal-dialog .yotpo-thank-you{margin-bottom: 40px;}
@media (max-width: 1199px){
  .yotpo.bottomLine .yotpo-bottomline .yotpo-icon-star, .yotpo.bottomLine .yotpo-bottomline .yotpo-icon-empty-star {width: 13px!important;}
  .padding_side {padding-right: 24px!important;padding-left: 24px!important;}
  .padding_side_none {padding-right: 0px !important;padding-left: 0px!important;}
/*   .mini_desc .standalone-bottomline {margin-bottom: 2% !important;} */
}
@media (max-width: 991px){
  .mini_desc .yotpo-bottomline .text-m{font-size: 15px !important;line-height: 23px !important;}
  .yotpo.bottomLine .yotpo-bottomline .yotpo-icon-star, .yotpo.bottomLine .yotpo-bottomline .yotpo-icon-half-star, .yotpo.bottomLine .yotpo-bottomline .yotpo-icon-empty-star, .yotpo.bottomline .yotpo-bottomline .yotpo-icon-star, .yotpo.bottomline .yotpo-bottomline .yotpo-icon-half-star, .yotpo.bottomline .yotpo-bottomline .yotpo-icon-empty-star, .yotpo .yotpo-modal-bottom-line .yotpo-bottomline .yotpo-icon-star, .yotpo .yotpo-modal-bottom-line .yotpo-bottomline .yotpo-icon-half-star, .yotpo .yotpo-modal-bottom-line .yotpo-bottomline .yotpo-icon-empty-star{font-size: 12px !important;}
  .yotpo.bottomLine .yotpo-bottomline .yotpo-icon-star, .yotpo.bottomLine .yotpo-bottomline .yotpo-icon-empty-star{width: 9px !important;}
  .padding_side {padding-right: 16px!important;padding-left: 16px!important;}
  .padding_side_none {padding-right: 0px !important;padding-left: 0px!important;}
  .padding_none{padding-top:20px!important;padding-bottom:20px!important}
/* section padding option   */
   #MainContent .shopify-section:nth-child(2) .padding_none{padding-top:40px!important}
   #MainContent .shopify-section:last-child .padding_none{padding-bottom:40px!important}
   #MainContent .shopify-section:first-child .video_padding_none{padding:0!important}
  .subscriptions #MainContent .shopify-section:nth-child(2) .padding_none{padding-top:0px!important}
  .corporate-gifts #MainContent .shopify-section:last-child .padding_none{padding-bottom:0px!important}
  .gifts-by-price-1 #MainContent .shopify-section:first-child .padding_none,
  .gifts-by-occasion-new #MainContent .shopify-section:first-child .padding_none,
  .gift-guide-2021 #MainContent .shopify-section:last-child .padding_none
  {
    padding-top:40px!important;
  }
  .gifts-by-price-1 #MainContent .shopify-section:nth-child(2) .padding_none{
    padding-top:20px!important;
  }
  .king-st-vodka #MainContent .shopify-section:nth-child(2) .padding_none,
  #shopify-section-template--14266602618976__09630de9-783e-440c-93de-d475f0666908 .padding_none,
  #shopify-section-template--14267147878496__daea2b4f-a091-42a5-8f83-e5da68350268 .padding_none,
  #shopify-section-template--14267209449568__29fec40f-1daf-466f-9b1a-ba27d3138ab1 .padding_none
  {
    padding-top:0px!important;
  }
  #shopify-section-template--14266602618976__63d402a7-372f-4d9b-9aac-c825690d38ad .padding_none,
  .prima-experience #MainContent .shopify-section:last-child .padding_none,
  #shopify-section-template--14267147878496__3be13c6a-ac79-4b62-a9c9-18f555c3b504 .padding_none,
  #shopify-section-template--14267209449568__abe8729c-2aff-447d-b4c2-897c0d73f6e2 .padding_none
  {
    padding-bottom:0!important;
  }
   .recipes #MainContent .shopify-section:last-child .padding_none{padding-bottom:0px!important}
   .holiday #MainContent .shopify-section:last-child .padding_none{padding-bottom:0px!important}
   .shop #MainContent .shopify-section:last-child .padding_none{padding-bottom:0px!important}
/* section padding option   */
}
/* @media (min-width: 768px){
  .mini_desc .yotpo-bottomline .text-m{line-height: 22px !important;font-size: 14px!important;}
  .yotpo .yotpo-icon {font-size: 16px !important;line-height: 19px;}
  .explore_collection_pro .btn_add_to_cart {padding: 10px 30px;font-size: 60%;line-height: 100%;}
} */
.rebuy-cart__flyout-item-property {font-weight: 500;font-size: 12px;line-height: 16px;color: #A5A5A5 !important;olor: #A5A5A5 !important;margin-top: 5px;}
@media(max-width:991px){
  .link_text {
    margin-top: 12px;
    font-size: 12px;
    line-height: 15px;
}
}
@media (max-width: 960px){
  .main-widget .bottom-line-items {margin-bottom: 0 !important;text-align: center !important;}
  .bottom-line-items-container .bottom-line-items .yotpo-filter-stars {float: none !important;margin: auto !important;}
  .main-widget .reviews-qa-labels-container{position: relative !important;float: none !important;margin-left: 0 !important;}
  .yotpo.yotpo-main-widget{padding: 0 16px !important;margin: 0 !important;}
  .yotpo .yotpo-default-button, .yotpo input[type="button"].yotpo-default-button{padding: 17px 25px !important;}
}
@media (max-width: 767px){
  .yotpo .yotpo-default-button, .yotpo input[type="button"].yotpo-default-button{padding: 12px 25px !important;font-size: 15px !important;line-height: 23px !important;}
  .write-question-review-buttons-container .write-question-review-button .write-question-review-button-icon, .write-question-review-buttons-container .write-question-review-button .write-question-review-button-text{font-size: 15px !important;line-height: 23px !important;}
  .yotpo .yotpo-regular-box {padding: 40px 0 0 !important;}
  .mini_desc .yotpo-bottomline .text-m {font-size: 16px !important;line-height: 24px !important;}
  .yotpo.bottomLine .yotpo-bottomline .yotpo-icon-star, .yotpo.bottomLine .yotpo-bottomline .yotpo-icon-empty-star {width: 12px !important;}
  .yotpo.yotpo-main-widget .yotpo-bottomline.yotpo-bottomline-2-boxes .yotpo-default-button, .yotpo .yotpo-modal-dialog .yotpo-bottomline.yotpo-bottomline-2-boxes .yotpo-default-button {min-width: 210px !important;}
  .yotpo.yotpo-main-widget .yotpo-bottomline .questions, .yotpo .yotpo-modal-dialog .yotpo-bottomline .questions {margin: 5px !important;float: none !important;margin: auto !important;text-align: center !important;}
  .main_page_title{padding-top:60px!important;padding-bottom:60px!important;}
}
@media (max-width: 575px){
  .main_page_title{padding-top:40px!important;padding-bottom:40px!important;}
}
@media (max-width: 510px){
  .yotpo.yotpo-main-widget.yotpo-small .yotpo-bottomline.yotpo-bottomline-2-boxes .yotpo-bottomline-box-1, .yotpo .yotpo-modal-dialog.yotpo-small .yotpo-bottomline.yotpo-bottomline-2-boxes .yotpo-bottomline-box-1{margin: auto !important;float: none !important;display: inline-block !important;text-align: center !important;}
  .yotpo.yotpo-main-widget.yotpo-small .yotpo-bottomline.yotpo-bottomline-2-boxes, .yotpo .yotpo-modal-dialog.yotpo-small .yotpo-bottomline.yotpo-bottomline-2-boxes{text-align: center !important;}
  .yotpo.yotpo-main-widget .yotpo-bottomline .yotpo-sum-reviews, .yotpo .yotpo-modal-dialog .yotpo-bottomline .yotpo-sum-reviews {left: 50% !important;transform: translateX(-50%) !important;}
}
@media (max-width: 479px){
  .main-widget .write-question-review-buttons-container .write-question-review-button {width: 100% !important;margin: 5px 0 !important;}
  .main-widget .write-question-review-buttons-container{margin-top: 24px !important;}
  .yotpo .yotpo-default-button, .yotpo input[type="button"].yotpo-default-button {padding: 12px 9px !important;}
  .yotpo-header-title {font-size: 20px !important;line-height: 24px !important;margin-bottom: 10px !important;}
  .mini_desc .yotpo .standalone-bottomline .star-clickable{flex-wrap: wrap !important;}
  .mini_desc .yotpo-bottomline .text-m {font-size: 12px !important;line-height: 23px !important;}
  .yotpo.bottomLine .yotpo-bottomline .yotpo-icon-star, .yotpo.bottomLine .yotpo-bottomline .yotpo-icon-half-star, .yotpo.bottomLine .yotpo-bottomline .yotpo-icon-empty-star, .yotpo.bottomline 	.yotpo-bottomline .yotpo-icon-star, .yotpo.bottomline .yotpo-bottomline .yotpo-icon-half-star, .yotpo.bottomline .yotpo-bottomline .yotpo-icon-empty-star, .yotpo .yotpo-modal-bottom-line 	.yotpo-bottomline .yotpo-icon-star, .yotpo .yotpo-modal-bottom-line .yotpo-bottomline .yotpo-icon-half-star, .yotpo .yotpo-modal-bottom-line .yotpo-bottomline .yotpo-icon-empty-star {font-size: 15px !important;}
  .yotpo-reviews.yotpo-active .yotpo-regular-box{padding: 24px !important;}
  .link_text {
    margin-top: 8px;
    font-size: 14px;
    line-height: 20px;
}
}
/* .dark_button a.btn{
  background: var(--secondary_btn_bg);
  border-color: var(--secondary_btn_border);
  color: var(--secondary_btn_txt);
} */
/* 9-1-23 changes */
.home_banner ul.banner_slider{
  z-index:0;
}
.rebuy-cart__background{
  display:none;
}
.cart .overlay_widget{
  display:none;
}
.cart.open_cart{
  overflow:auto!important;
}
.collection .collection_image_banner img{
  height:227px;
}
.product_description button:disabled,
.product_description button[disabled],
.product-form__buttons button:disabled,
.product-form__buttons button[disabled]
{
  cursor: no-drop!important;
  background: gray;
  border: none;
  opacity: 0.5;
  color: white;
}
.sold{
  cursor: no-drop!important;
  opacity: 0.9!important;
  color:grey!important
}
.rebuy-widget .rebuy-product-grid.large-carousel{
  padding:0!important
}
@media(max-width:991px){
  .menu-drawer__account{display:flex!important;}
  .menu-drawer__account svg{width:17px;}
  .rebuy-product-actions{padding: 0 16px 24px !important;}
  .rebuy-product-info {padding: 24px 16px 16px !important;
}
}
@media (max-width: 767px){
  .collection .collection_image_banner img {height: 250px;}
}
@media (max-width: 480px){
  .widget-type-cart .primary-title {
      padding: 0px;
  }
}
#snize_results.snize-mobile-design.snize-new-version #snize-search-results-grid-mode ul{margin-left: 0 !important; margin-right: 0!important;  width: 100%!important;  grid-gap: 12px;}
div.snize:before, div.snize:after, div.snize .clearfix:before, div.snize .clearfix:after{ display:none !important }
#snize_results.snize-mobile-design.snize-new-version #snize-search-results-grid-mode li.snize-product{ min-width: auto !important;}
#snize_results.snize-mobile-design.snize-new-version #snize-search-results-grid-mode.snize-two-columns li.snize-product{width: calc( 50% - 6px ) !important;background: #F6F6F4;}
#snize_results.snize-mobile-design.snize-new-version #snize-search-results-grid-mode span.snize-thumbnail {  height: 180px !important;     padding-top: 0px !important;}
div.snize #snize-search-results-grid-mode li.snize-product{ background: #F6F6F4; }
#snize-search-results-grid-mode li.snize-product .snize-button{     border-radius: 0;    order: 3;  text-transform: uppercase;    z-index: 0; background: transparent;  border: 1px solid;  border-color: var(--secondary_btn_border); color: var(--secondary_btn_txt);  padding: 17px 20px;}
#snize-search-results-grid-mode span.snize-overhidden{ padding-bottom: 0px !important;}
#snize-search-results-grid-mode li.snize-product .snize-item{ padding: 24px 0px !important;}
#snize-search-results-grid-mode .snize-thumbnail-wrapper { padding: 0px 0 10px !important;}
    div.snize #snize-search-results-grid-mode li.snize-product {
    cursor: default;
    width: calc(25% - 9px) !important;
      margin: 0 !important ;
}
#snize-search-results-grid-mode ul{     grid-gap: 12px !important;}
#snize-search-results-grid-mode li.snize-product .snize-button:hover {  background: var(--secondary_btn_bg_hover);   border-color: var(--secondary_btn_border_hover);  color: var(--secondary_btn_txt_hover);}
div.snize div.snize-main-panel-dropdown ul.snize-main-panel-dropdown-content ::marker{ display:none !important;     font-size: 0 !important;}
#snize-search-results-grid-mode span.snize-thumbnail img{     max-width: 100% !important;   max-height: 100% !important;}
div.snize div.slider-container.snize-theme .back-bar{z-index: 0;}
.product__thumb-play {  position: absolute; top: 50%;   left: 50%;   -webkit-transform: translate(-50%,-50%);  transform: translate(-50%,-50%);   background-color: #3d1152; border-radius: 100px;   padding: 7px;   z-index: 1;  pointer-events: none;   transition: opacity .5s ease;   font-size: 0;}
.product__thumb-play svg{ width: 24px !important;  height: 24px  !important; vertical-align: middle;   text-align: center;  width: 100%;  height: 100%;   fill: #fff;}
/* .alt_div_video iframe{ width: 100%;   height: 100%;  position: absolute;    border: none;  top: 0;   bottom: 0;  width: 100%;  height: 100%;} */
.alt_div_video { position: relative;  display: block;  padding-bottom: 15% !important;   height: 100%;     overflow: hidden;}
.alt_div_video iframe {
    border: none;
    position: absolute;
    top: 0;
    width: 100vh;
    width: 100vw;
    height: 37vw;
    min-width: 175.77vh;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
/*     height: 50vh; */
}
.yotpo-no-reviews {
    padding-bottom: 40px !important;
}
@media(max-width:1440px){
  .alt_div_video iframe { height: 45vw;}
}
@media(max-width:1074px){
 #snize-search-results-grid-mode .snize-thumbnail-wrapper { padding: 0px 0 10px !important;}
    div.snize #snize-search-results-grid-mode li.snize-product {  width: calc(33.33% - 8px) !important;  } 
}
@media(max-width:876px){
    div.snize #snize-search-results-grid-mode li.snize-product {  width: calc(50% - 6px) !important;  } 
}
@media(max-width:767px){
  .search-results .cust_container {
    width: 1268px !important;
    padding-left: 16px!important;
    padding-right: 16px!important;
}
  #snize-search-results-grid-mode li.snize-product .snize-item {
    padding: 0px!important;
}
  #snize_results.snize-mobile-design.snize-new-version #snize-search-results-grid-mode .snize-price-list{margin-bottom: 8px !important;}
  #snize-search-results-grid-mode li.snize-product .snize-button { padding: 11px 18px ;}
  #snize-search-results-grid-mode .snize-thumbnail-wrapper{padding: 0px !important;}
  #snize_results.snize-mobile-design.snize-new-version #snize-search-results-grid-mode span.snize-overhidden {  padding: 16px 8px 16px 9px !important;}
  #snize-search-results-grid-mode .snize-price-list{    margin-bottom: 0 !important; }
  #snize_results.snize-mobile-design div.snize-main-panel-mobile-filters>a , #snize_results.snize-mobile-design div.snize-main-panel-dropdown>a{    color: var(--body_color) !important;}
  #snize_results.snize-mobile-design div.snize-main-panel-dropdown>a>.caret{    border-color: var(--body_color) !important;}
  #snize-modal-mobile-sortby-dialog ul.snize-main-panel-dropdown-content li a , #snize-modal-mobile-filters-dialog div.snize-product-filter-opener span.snize-product-filter-title{    font-weight: 400 !important; color: var(--body_color) !important;  }
  #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container button.snize-product-filters-show-products{    background-color: var(--body_color) !important;     font-size: 14px !important;;   font-weight: 400 !important;}
  #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container button.snize-product-filters-reset-all{ font-size: 14px !important; color: var(--body_color) !important;     font-weight: 400 !important;}
  .product__thumb-play { padding: 4px;   }
  .product__thumb-play svg { width: 22px !important;  height: 17px !important;}
}
@media(max-width:749px){
  .alt_div_video iframe{
        height: 100vw;
  }
}
.search_icon > svg {
    pointer-events: none;
}
@media (max-width: 479px){
  .yotpo .write-question-button{float: none !important;}
}
@media only screen and (min-width: 768px) and (max-width: 1050px){
button.myBtn.add-to-bag {
    font-size: clamp(10px, 1.3cqw, 16px) !important;
}
}
.hide_NotifyButton .klaviyo-bis-trigger{display:none !important;}
a.btnlnk:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 100;
}

a.btnlnk {
    position: relative;
}
button.product-form__submit.btn.button--secondary {
    text-transform: uppercase !important;
    border-radius: 0 !important;
}
button.product-form__submit.btn.button--secondary:hover span.dot {
    background: #38165E;
}