/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */

div img.swiper-slide-image { width: 100% !important; height: auto !important; }


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

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

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

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

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

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

/* base */

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

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

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

@media screen and (min-width: 750px) {

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

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

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

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

@media screen and (min-width: 990px) {
  

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.caption {
  font-size: 1rem;
  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;
  line-height: calc(1 + 0.2 / var(--font-body-scale));
  text-transform: uppercase;
}

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

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

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

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

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

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

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

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

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

.left {
  text-align: left;
}

.center {
  text-align: center;
}

.right {
  text-align: right;
}

.uppercase {
  text-transform: uppercase;
}

.light {
  opacity: 0.7;
}

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

.link,
.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;
  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-announcement-bar: 250ms;
  --duration-medium: 300ms;
  --duration-long: 500ms;
  --duration-extra-long: 600ms;
  --duration-extra-longer: 750ms;
  --duration-extended: 3s;
  --ease-out-slow: cubic-bezier(0, 0, 0.3, 1);
  --animation-slide-in: slideIn var(--duration-extra-long) var(--ease-out-slow) forwards;
  --animation-fade-in: fadeIn var(--duration-extra-long) var(--ease-out-slow);
}

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

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

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

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

.icon-arrow {
  width: 1.5rem;
}

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

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

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

/* 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 {
  outline: var(--focused-base-outline);
  outline-offset: var(--focused-base-outline-offset);
  box-shadow: var(--focused-base-box-shadow);
}

/*
  Focus ring - inset
*/

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

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

/*
  Focus ring - none
*/

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

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

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

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

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

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

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

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

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

.title-wrapper--self-padded-tablet-down,
.title-wrapper--self-padded-mobile {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

@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 {
  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));
  color: rgba(var(--color-foreground), 0.7);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

deferred-media {
  display: block;
}

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

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

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

.button,
.shopify-challenge__button,
.customer button,
button.shopify-payment-button__button--unbranded,
.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);
  --shadow-visible: var(--buttons-shadow-visible);
  --border-offset: var(--buttons-border-offset); /* reduce radius edge artifacts */
  --border-opacity: calc(1 - var(--buttons-border-opacity));
  border-radius: var(--buttons-radius-outset);
  position: relative;
}

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

.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-shadow), var(--shadow-opacity));
}

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

.button:before,
.shopify-challenge__button:before,
.customer button:before,
.shopify-payment-button__button--unbranded:before,
.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,
.customer button {
  font-size: 1.5rem;
  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,
.quantity__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__spinner {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  height: 100%;
  display: flex;
  align-items: center;
}

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

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

/* Button - social share */

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Select */

.select .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 calc(var(--inputs-border-width) + 3rem) 0 2rem;
  margin: var(--inputs-border-width);
  min-height: calc(var(--inputs-border-width) * 2);
}

/* Field */

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

.customer .field {
  display: flex;
}

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

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

.field__label,
.customer .field label {
  font-size: 1.6rem;
  left: calc(var(--inputs-border-width) + 2rem);
  top: calc(1rem + var(--inputs-border-width));
  margin-bottom: 0;
  pointer-events: none;
  position: absolute;
  transition: top var(--duration-short) ease, font-size var(--duration-short) ease;
  color: rgba(var(--color-foreground), 0.75);
  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);
}

.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 {
  color: rgba(var(--color-foreground));
  position: relative;
  width: calc(14rem / var(--font-body-scale) + var(--inputs-border-width) * 2);
  display: flex;
  border-radius: var(--inputs-radius);
  min-height: calc((var(--inputs-border-width) * 2) + 4.5rem);
}

.quantity:after {
  pointer-events: none;
  content: '';
  position: absolute;
  top: var(--inputs-border-width);
  right: var(--inputs-border-width);
  bottom: var(--inputs-border-width);
  left: var(--inputs-border-width);
  border: 0.1rem solid transparent;
  border-radius: var(--inputs-radius);
  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;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.quantity__rules-cart {
  position: relative;
}

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

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

.modal__toggle-close {
  display: none;
}

.modal__toggle-open {
  display: flex;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.header__icon span {
  height: 100%;
}

.header__icon::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;
  padding: 0;
}

.header__icon--cart {
  position: relative;
  margin-right: 0 !important;
}

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

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

account-icon {
  display: flex;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.search-modal__form {
  width: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.header__menu {
  padding: 0 1rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.rte table {
  table-layout: fixed;
}

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

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

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

.rte li {
  list-style: inherit;
}

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

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

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

.rte blockquote {
  display: inline-flex;
}

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

/* Image mask global styles */

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Animations */

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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



h1, h2, h3, h4, h5, .h0, .h1, .h2, .h3, .h4, .h5 { font-family: "Caslon rounded", Sans-serif;  }
a { text-decoration: none; }
body { font-family: "matter sq trial bold", Sans-serif; font-weight: 300; }

.header-wrapper--border-bottom { border-bottom: 0; background: #D1B4D6 !important; }

.list-menu__item { font-family: "matter sq trial bold", Sans-serif; color: #533278; font-size: 15px; text-transform: uppercase; padding: 1.2rem 1.6rem; }
.header__menu-item span { text-decoration: none !important; }

.cart-count-bubble { background: transparent; position: relative; bottom: inherit; left: auto; font-size: 14px; line-height: inherit; width: auto; height: auto; }
.header__icon span { text-decoration: none; }
.header__icon--cart { text-decoration: none; }

.cart-icon-bubble {
  width: auto;
  color: #fff;
  font-family: "matter sq trial bold", Sans-serif; font-weight: 300;
  font-size: 14px;
  text-transform: uppercase;
  background: #533278;
  height: 35px;
  padding: 0px 20px;
  border-radius: 30px;
  line-height: 0.6;
  margin-top: 5px;
}
.cart-icon-bubble svg { margin-right: 7px; }

.header.header--middle-center { transition: padding 0.5s ease; }

.scrolled-past-header .header.header--middle-center { padding-top: 10px; padding-bottom: 10px; }
.section-header.shopify-section-group-header-group { z-index: 999; }

.main-banner .page-width { position: relative; }
.main-banner img { width: 100%; height: auto; display: block; border-radius: 20px; }
.main-banner .banner-content { position: absolute; top: 50%; left: 0; right: 0; text-align: center; margin-top: -90px; }
.main-banner h3 { color: #fff; font-family: "Caslon rounded", Sans-serif; font-size: 54px; font-weight: 400; text-transform: uppercase; line-height: 54px; -webkit-text-stroke: 1px #533278; margin: 0 auto; max-width: 450px; width: 100%; }
.main-banner h3 br { display: none; }
.main-banner a {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.3em;
  color: #533278;
  background-color: #FFFFFF;
  border-radius: 40px 40px 40px 40px;
  box-shadow: 0px 2px 6px 0px rgba(50.971673583984376, 50.971673583984376, 50.971673583984376, 0.5);
  padding: 12px 50px 12px 50px;
  text-decoration: none;
  font-family: 'matter_sq_trialmedium';
  margin-top: 35px;
  display: inline-block;
  -webkit-transition: all .25s ease;
  transition: all .25s ease;
}
.main-banner a:hover {
  background-color: #533278;
  color: #FFFFFF;
}

.main-banner { padding-bottom: 50px; }

.banner-ticker .bx-viewport {  }
.banner-ticker ul { float: left; }
.banner-ticker li { display: flex; justify-content: center; align-items: center; }
.banner-ticker p {
  margin: 0;
  float: left;
  position: relative;
  text-align: center;
  color: #fff;
  font-size: 20px;
  font-family: "matter_sq_trialmedium";
  display: flex;
  align-items: center;
  text-transform: capitalize;
}

.banner-ticker p img {
  width: 25px;
  height: 24px;
  display: inline-block;
  position: relative;
  margin-right: 10px;
  object-fit: contain;
}

.meet-gummies h2 {
  color: #533278;
  font-family: "Caslon rounded", Sans-serif;
  font-size: 44px;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 42px;
  margin: 0;
  text-align: center;
}

.meet-gummies ul {
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  list-style: none;
}

.meet-gummies ul li {
  max-width: 31.33%;
  margin-right: 3%;
  margin-top: 50px;
  position: relative;
  text-align: center;
  width: 100%;
}

.meet-gummies ul li:nth-child(3n+3) { margin-right: 0; }

.meet-gummies ul li img { width: 100%; max-width: 250px;  -webkit-transition: all .25s ease; transition: all .25s ease; }

.meet-gummies ul li p {
  color: #533278;
  text-align: center;
  font-size: 18px;
  font-weight: normal;
  font-family: 'matter_sq_trialmedium';
  float: left;
  width: 100%;
  margin-bottom: 0;
  margin-top: 10px;
}

.meet-gummies ul li a {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
}

.meet-gummies ul li:hover img { opacity: 0.7; }

.snoozy-fruit .page-width { position: relative; }
.snoozy-fruit .page-width > img { width: 100%; height: auto; }

.snoozy-fruit .banner-content { position: absolute; top: 0; bottom: 0; left: 5rem; right: 5rem; display: flex; align-items: center; justify-content: center; }

.snoozy-fruit .banner-content > div { display: flex; align-items: center; padding: 0 12rem; }

.snoozy-fruit .banner-content p { margin: 0 0 0 40px; color: #006938; font-size: 24px; font-weight: 400; font-family: "matter sq trial bold", Sans-serif; float: left; width: 100%; line-height: 1.5; }

.home-testimonials .page-width { max-width: 100%; padding: 0 0px; }
.home-testimonials h3 { color: #533278; font-family: "Caslon rounded", Sans-serif; font-size: 44px; font-weight: 400; text-transform: uppercase; line-height: 42px; margin: 0 0 35px; text-align: center; padding: 0 15px; }
.home-testimonials ul { padding: 0; }
.testimonials-carousel li { display: flex; gap: 20px; }
.testimonials-carousel li > * { flex: 0 0 48%; flex-shrink: 0; max-width: 48%; }

.testimonials-carousel .carousel-content { background: #F7C671; border-radius: 20px; text-align: center; padding: 30px 20px 30px; min-height: 100%; display: flex; align-items: center; }
.testimonials-carousel img { height: auto !important; border-radius: 20px; width: 100% !important; float: left; object-fit: cover; }
.testimonials-carousel h4 { text-transform: capitalize; font-family: matter_sq_trialbold; font-weight: normal; font-size: 1.3em; max-width: 100%; margin: 0 auto; }
.carousel-content p { font-size: 17px; line-height: 1.5; margin: 10px 0 0; font-family: "matter sq trial bold", Sans-serif; }
.carousel-content strong { margin-top: 13px; display: inline-block; }
.testimonials-btn { display: inline-block; margin-top: 50px; width: 100%; text-align: center; }
.testimonials-btn a { font-size: 18px; font-weight: normal; line-height: 1.3em; color: #533278; background-color: #D1B4D6; border-radius: 40px 40px 40px 40px; padding: 14px 50px 14px 50px; text-decoration: none; font-family: "matter sq trial bold", Sans-serif; -webkit-transition: all .25s ease; transition: all .25s ease; }
.testimonials-btn a:hover { color: #FFFFFF; background-color: #533278; }


.textimage-content h3 { color: #533278; font-family: "Caslon rounded", Sans-serif; font-size: 48px; font-weight: 400; text-transform: uppercase; line-height: 54px; margin: 0 0 15px; }
.textimage-content p { font-size: 24px; line-height: 1.5; margin: 0; font-family: "matter sq trial bold", Sans-serif; color: #533278; max-width: 460px; text-wrap: balance; }
.image-wrap { display: flex; align-items: center; gap: 50px; justify-content: center; }
.text-image img { max-width: 460px; width: 100%; }


.instagram-section h3 { color: #533278; font-family: "Caslon rounded", Sans-serif; font-size: 44px; font-weight: 400; text-transform: uppercase; line-height: 42px; margin: 0 0 30px; text-align: center; }
.instagram-section ul { list-style: none; padding: 0; margin: 0; display: flex; gap: 30px; }
.instagram-section ul li { width: 100%; }
.instagram-section ul li a { display: inline-block; }
.instagram-section ul li a:hover img { opacity: 0.7; }
.instagram-section ul li img { width: 100%; border-radius: 20px; -webkit-transition: all .25s ease; transition: all .25s ease; }



.footer { background: url(/cdn/shop/files/footercurve.png) repeat-x center top; padding-top: 60px; margin-top: -60px; }
.footerbg-clr { float: left; width: 100%; background: #f5d2e6; padding-top: 70px; padding-bottom: 30px; }

.top-footer { display: flex; justify-content: space-between; }
.top-footer h2 { color: #EA2833; font-size: 30px; margin: 0; }
.top-footer .newsletter-sec { float: left; width: 51%; position: relative; }
.top-footer .footer-right { float: left; width: 43%; }
.top-footer .footer-menus { display: flex; justify-content: space-between; margin-top: 35px; }

.newsletter-sec p { margin: 15px 0 0; color: #ea2833; font-size: 16px; font-family: "matter sq trial bold", Sans-serif; line-height: 1.5; max-width: 440px; width: 100%; }
.newsletter-form { display: flex; margin-top: 40px; }
.newsletter-sec img {
  position: absolute;
  top: -10px;
  right: 0;
  max-width: 185px;
  height: 130px;
  width: 100%;
  object-fit: contain;
  object-position: center left;
}

.footer-menus ul {
  padding: 0;
  list-style: none;
  width: 100%;
}


.newsletter-form input { border: 1px solid #ea2833 !important; background: transparent !important; font-size: 16px !important; padding: 15px 20px 18px 20px !important; color: #ea2833 !important; max-width: 100% !important; width: 100% !important; border-radius: 40px !important; font-family: matterlight !important; }
.newsletter-form input::placeholder { opacity: 1 !important; }
.newsletter-form button { background: #ea2833 !important; color: #fff !important; border: 0 !important; border-radius: 30px !important; padding: 17px 30px !important; margin-left: auto !important; font-size: 15px !important; -webkit-transition: all .25s ease !important; transition: all .25s ease !important; font-family: 'matter_sq_trialmedium' !important; height: auto !important; font-weight: normal !important; }
.newsletter-form button:hover { background: #533278 !important; }

.footer-menus a { color: #EA2833; text-decoration: none; font-family: 'matter_sq_trialmedium'; font-size: 16px; }
.footer-menus a:hover { text-decoration: underline; }

.copyright-social ul { list-style: none; padding: 0; margin: 10px 0 0; display: flex; flex-wrap: wrap; justify-content: space-between; }
.copyright-social ul > li { width: 33.33%; }
.copyright-social ul > li a { color: #ea2833; text-decoration: none; font-size: 12px; font-family: "matter sq trial bold", Sans-serif; text-transform: uppercase; }
.copyright-social ul > li div a { float: left; margin-right: 10px; margin-top: 6px; }
.copyright-social ul > li a img { max-width: 20px; float: left; -webkit-transition: all .25s ease; transition: all .25s ease; }
.copyright-social ul > li a:hover img { opacity: 0.7;  }
.copyright-social ul > li a:hover { text-decoration: underline; }

.copyrightarea p { color: #ea2833; font-size: 14px; font-family: "matter sq trial bold", Sans-serif; line-height: 1.5; margin: 40px 0 20px; text-align: center; }

#MainContent > #col-main { max-width: 1200px; margin: 80px auto 100px; }

#store-locator-title { margin: 50px 0 0 0; text-align: center; color: #006938; text-transform: uppercase; font-size: 54px; }
#store-locator-title::after {
  color: #006938;
  content: "Find a store that carries Delta 9 THC or CBN products near you ! Snoozy\2019s store locator has hundreds of Delta 9 stores and tells you the closest one.";
  display: block;
  font-size: 16px;
  font-weight: 400;
  margin: 10px auto 40px;
  font-family: "matter sq trial bold", Sans-serif;
  text-transform: initial;
  line-height: 28px;
  max-width: 650px;
}

#snoozy .header-wrapper--border-bottom { background: #B6E795 !important; }
#snoozy .list-menu__item { color: #006938; }
#snoozy .cart-icon-bubble { background: #006938; }
#snoozy #MainContent  { background: #B6E795; }
#snoozy #MainContent > #col-main { max-width: 1200px; margin: 30px auto 100px; }
#snoozy #MainContent .show-addresses { background: #fff; border-radius: 20px; overflow: hidden; padding: 40px; max-width: 1200px; margin: 0 auto 80px; width: 100%; }
#snoozy #MainContent .search_bar { background: transparent; border: 0; padding: 0 0 10px 0px; margin-bottom: 15px; flex-wrap: inherit; }

#snoozy .search_bar label { color: #006938; width: 100%; font-family: "matter sq trial bold", Sans-serif; font-size: 16px; float: left; }

#snoozy #MainContent .search_bar > div { margin-right: 20px; text-align: left;}
.search_bar .main_search_bar { width: 100% !important; }
.search_bar .search_within_distance { text-align: left; width: 100%; }
.search_bar .search_limit { text-align: left; width: 100%; }

.search_bar .main_search_bar input, .search_bar .search_within_distance select, .search_bar .search_limit select { margin-bottom: 0; outline: none; width: 100%; background: transparent; border: 1px solid #006938; color: #006938; padding: 15px 20px; border-radius: 40px; margin-top: 10px; }
#submitBtn {
  float: left !important;
  padding: 3px 45px !important;
  margin-top: 39px !important;
  background: #006938;
  border: 0;
  box-shadow: none;
  border-radius: 40px;
  text-shadow: none;
  font-size: 14px;
  text-transform: capitalize;
  font-family: matter_sq_trialsemibold;
  font-weight: 400;
  margin-left: 0;
}

.addresses li {
  background: none !important;
  border-top: 1px solid #006938 !important;
  grid-template-columns: 0 auto !important;
}

#directions_text #direction_destination .name, .addresses li a .name {
  color: #006938 !important;
  font-family: matter_sq_trialsemibold !important;
  font-weight: normal !important;
}

.addresses li a br {
  display: none;
}

.addresses li a span {
  color: #006938 !important;
  font-size: 14px;
  line-height: 22px;
}


@media screen and (min-width: 750px) {
  .contact__fields {
    display: grid;
    grid-template-columns: repeat(1,1fr) !important;
    grid-column-gap: 2rem;
  }
}

.field__input:focus, .select__select:focus, .customer .field input:focus, .customer select:focus, .localization-form__select:focus.localization-form__select::after {
  box-shadow: initial !important;
}

#contact-us-snoozy .header-wrapper--border-bottom { background: #b6c9fe !important; }
#contact-us-snoozy .list-menu__item { color: #1E4691; }
#contact-us-snoozy .cart-icon-bubble { background: #1E4691; }

#contact-us-snoozy .contact > .title {
  margin: 0;
  text-align: center;
  color: #1E4691;
  text-transform: uppercase;
  font-size: 54px;
}


#contact-us-snoozy .contact > p {
  color: #1e4691;
  display: block;
  font-size: 16px;
  font-weight: 400;
  margin: 10px auto 40px;
  font-family: "matter sq trial bold", Sans-serif;
  text-transform: initial;
  line-height: 28px;
  max-width: 530px;
  text-align: center;
}

#contact-us-snoozy .contact > p span {
  margin-top: 20px;
  display: inline-block;
}

.contact #ContactForm {
  background: #fff;
  padding: 50px;
  border-radius: 20px;
  margin-top: 0px;
}

.contact-image img {
  max-width: 470px !important; 
  width: 100%;
}

.contact-image {
  display: flex;
  justify-content: center;
  margin-bottom: -30px;
  z-index: 2;
  position: relative;
}

.contact #ContactForm h1 {
  text-align: center;
  margin: 0 0 20px;
  font-size: 30px;
  color: #1E4691;
  font-weight: normal;
}

#contact-us-snoozy .contact > p a { color: #1e4691; text-decoration: underline; }

#contact-us-snoozy .contact > p a:hover { text-decoration: none; }

.contact__fields label {
  color: #1E4691;
  font-family: "matter sq trial bold", Sans-serif;
}

.contact__fields input {
  border: 1px solid #1E4691;
  border-radius: 50px;
  margin-bottom: 15px;
  padding: 23px;
  margin-top: 5px;
}

.contact__fields textarea {
  border: 1px solid #1E4691;
  border-radius: 20px;
  margin-bottom: 15px;
  padding: 23px;
  margin-top: 5px;
  height: 240px;
}

.contact__button button {
  background: #1E4691;
  border: 0;
  width: 100%;
  border-radius: 40px;
  box-shadow: ;
  font-family: 'matter_sq_trialmedium';
  font-size: 16px;
  padding: 16px;
}

.contact__button button:hover { background: #533278; }

.contact__button button:before, .contact__button button:after { display: none; }

.faq-box .collapsible-content__header h2 { font-size: 50px; color: #1E4691; }

.faq-box .grid { background: #f7c671; border-radius: 20px; padding: 60px; }

.faq-box .grid > h2 { float: left; text-transform: uppercase; width: 100%; text-align: center; color: #E94A00; font-size: 40px; margin-top: 0; }

.looking-answers { margin-bottom: 150px; }
.looking-answers .page-width { position: relative; }
.looking-answers .mobile-img { display: none !important; }
.looking-answers .banner-content {
  position: absolute;
  left: 5rem;
  right: 5rem;
  text-align: center;
  top: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.looking-answers .page-width > img { width: 100%; display: flex; }
.looking-answers .banner-content img { max-width: 130px; }
.looking-answers h3 { color: #533278; text-transform: uppercase; font-size: 40px; margin: 10px 0 0; }
.looking-answers p {
  color: #533278;
  font-family: 'matter_sq_trialsemibold';
  max-width: 320px;
  margin: 10px auto 0;
  font-size: 16px;
  line-height: 26px;
}

.looking-answers p a { color: #533278; }
.looking-answers p a:hover { text-decoration: underline; }

.blog-template .header-wrapper--border-bottom { background: #f5bdcf !important; }
.blog-template .list-menu__item { color: #ea2833; }
.blog-template .cart-icon-bubble { background: #ea2833; }

.blog-template #MainContent { background: #f5bdcf; text-align: center; }

.blog-template #MainContent .title--primary {
  color: #EA2833;
  font-size: 54px;
  text-transform: uppercase;
}

.blog-articles, .blog-bg .slider-mobile-gutter ul {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 50px !important;
}

.blog-articles .article, .blog-bg .grid__item {
  display: flex;
  align-items: center;
  width: calc(32.2% - 26.5px);
}

.article-card__image {
  border-radius: 20px;
}

.blog-articles .article-card .card__information, .blog__posts .article-card .card__information {
  padding-left: 1rem;
  padding-right: 1rem;
}

.article-card .card__heading {
  margin-bottom: .6rem;
  color: #EA2833;
  text-transform: uppercase;
  font-size: 24px;
}

.article-card__info {
  font-family: "matter sq trial bold", Sans-serif;
  font-size: 16px;
  letter-spacing: 0;
  text-transform: capitalize;
  color: #ea2833;
}

.article-card__excerpt {
  width: 100%;
  margin-top: 1.2rem;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 14px;
  line-height: 22px;
  color: #ea2833;
}

.pagination__item.pagination__item--current, a.pagination__item:hover {
  background: #ea2833;
  color: #fff;
  opacity: 1;
  border-radius: 8px;
  text-decoration: none;
}

.pagination__item:after {
  display: none !important;
}

.article-template__hero-container {
  border-radius: 20px !important;
  overflow: hidden;
}


.article-detail-template .header-wrapper--border-bottom { background: transparent !important; }
.article-detail-template .list-menu__item { color: #ea2833; }
.article-detail-template .cart-icon-bubble { background: #ea2833; }


.feature-img img {
  width: 100%;
  border-radius: 20px;
  height: 450px;
  object-fit: cover;
}

.article-template > .page-width {
  display: flex;
}

.article-sidebar {
  max-width: 30%;
  width: 100%;
  margin-left: auto;
}

.article-sidebar a img {
  width: 100%;
  height: 150px;
  border-radius: 20px;
  object-fit: cover;
}

.related-sidebar {
  border: 1px solid #EA2833;
  border-radius: 20px;
  padding: 20px;
  text-align: center;
  position: sticky;
  top: 110px;
  left: 0;
}

.related-sidebar > h2 {
  font-family: "matter sq trial bold", Sans-serif;
  font-size: 16px;
  letter-spacing: 0;
  text-transform: capitalize;
  color: #ea2833;
  margin: 5px 0 20px;
}

.related-sidebar .post-name {
  color: #ea2833;
  text-transform: uppercase;
  font-size: 24px;
  margin-top: 10px;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 0;
}

.meta-date time {
  font-family: "matter sq trial bold", Sans-serif;
  font-size: 16px;
  letter-spacing: 0;
  text-transform: capitalize;
  color: #ea2833;
  display: inline-block;
  width: 100%;
  margin-bottom: 20px;
}

.article-contentleft header {
  margin-top: 0 !important;
  text-align: center;
}

.article-contentleft .article-template__title {
  margin-bottom: .6rem;
  color: #ea2833;
  text-transform: uppercase;
  font-size: 44px;
}

.article-contentleft > header > span {
  font-family: "matter sq trial bold", Sans-serif;
  font-size: 16px;
  letter-spacing: 0;
  text-transform: capitalize;
  color: #ea2833;
}

.article-contentleft .article-template__content {
  color: #533278;
}

.article-contentleft .article-template__content p {
  margin: 0;
}

.article-template__content h2  {
  color: #ea2833;
  text-transform: uppercase;
  font-size: 38px;
  margin: 0 0 10px;
}

.article-template__content h3 {
  color: #ea2833;
  text-transform: uppercase;
  font-size: 32px;
  margin: 0 0 10px;
}

.article-template__content h4 {
  color: #ea2833;
  text-transform: uppercase;
  font-size: 28px;
  margin: 0 0 10px;
}

.article-template {
  padding: 20px 0 10px;
}

.article-detail-template .feature-img {
  margin-top: 0 !important;
  margin-bottom: 40px;
}

.blog-bg {
  background: #F5BDCF;
  padding: 60px;
  border-radius: 20px;
  text-align: center;
}

.blog__title {
  color: #ea2833;
  text-transform: uppercase;
  font-size: 48px;
  margin: 0 0 0px;
  width: 100%;
  text-align: center;
}


#product-grid .card__heading { color: #533278; font-size: 42px; text-align: center; max-width: 306px; margin: 0 auto; text-transform: uppercase; line-height: 1; }

#product-grid .card__information > strong { color: #533278; font-weight: normal; font-family: "matter sq trial bold", Sans-serif; text-align: center; width: 100%; display: inline-block; margin-bottom: 5px; }

#product-grid .card-information > .price { color: #533278; font-weight: 400; font-family: "matter sq trial bold", Sans-serif; text-align: center; width: 100%; display: inline-block; margin-bottom: 5px; }

.collection-hero__title { margin: 40px 0 15px !important; text-align: center; font-size: 56px; color: #533278; text-transform: uppercase; }

.collection-image { text-align: center; margin: 50px 0; }
.collection-image img { max-width: 700px; width: 100%; }

.styles_Header__Bdd-b h2, #upCart #UpcartPopup .TextStyle--variationStrong, .UpcartDesignSettings__cartTextColor { color: #5A3273 !important; text-transform: uppercase; font-weight: normal; }
.UpcartDesignSettings__cartTextColor h3 { color: #5A3273 !important; font-weight: normal !important; }

.okeReviews-dedicated-page-title h1 { color: #533278; font-size: 48px; margin-bottom: 0; }

#reviews div.okeReviews.oke-w { padding-bottom: 80px; }

.okeReviews-dedicated-page-title { padding-top: 0px !important; }

.page-template-okendo-reviews .main-banner .banner-content { margin-top: -27px; }

.page-template-okendo-reviews #main-banner { margin-top: 20px; }

.page-template-okendo-reviews #main-banner .main-banner { padding-bottom: 30px; }

#lab-reports-snoozy .header-wrapper--border-bottom { border-bottom: 0; background: #B1A1CA !important; }
#lab-reports-snoozy #MainContent { background: #B1A1CA; padding-bottom: 50px; }
#reviews #MainContent { padding: 0 15px 60px;  }

.faq-box .accordion__content ul {
  padding-left: 0px;
  margin-top: 5px;
  margin-bottom: 5px;
}

.page-template-wholesale .header-wrapper--border-bottom {
  border-bottom: 0;
  background: #B1A1CA !important;
}

.wholesale-banner img {
  border-radius: 20px;
}

.wholesale-banner .main-banner h3 { max-width: 720px; }

.wholesale-banner .main-banner .banner-content { margin-top: -120px; }

.program-subheading p { font-size: 20px; line-height: 1.5; margin: 0; font-family: "matter sq trial bold", Sans-serif; color: #533278; max-width: 590px; text-align: center; margin: 0 auto; }

.program-bg { border-radius: 20px; margin-top: 40px; text-align: center; padding: 70px 60px; }

.program-bg h2 { color: #EA2833; font-family: "Caslon rounded", Sans-serif; font-size: 44px; font-weight: 400; text-transform: uppercase; line-height: 42px; margin: 0 0 35px; text-align: center; }

.program-bg ul { list-style: none; padding: 0; display: flex; gap: 50px; }
.program-bg ul li .box-bg { width: 100%; border-radius: 20px; padding: 35px; background: #fff; }

.program-bg ul li .box-bg img { width: 100%; border-radius: 20px; height: auto; }

.program-bg ul li .box-bg h3 { color: #ea2833; font-family: "Caslon rounded", Sans-serif; font-size: 34px; font-weight: 400; text-transform: uppercase; line-height: 38px; margin: 20px auto 0; text-align: center; max-width: 300px; }

.program-btn a { font-size: 16px; font-weight: 500; line-height: 1.3em; color: #fff; background-color: #EA2833; border-radius: 40px; padding: 14px 50px; text-decoration: none; font-family: "matter sq trial bold", Sans-serif; margin-top: 35px; display: inline-block; }
.program-btn a:hover { background-color: #fff; color: #EA2833; }

.riskfree { text-align: center; }

.riskfree h2 { color: #533278; font-family: "Caslon rounded", Sans-serif; font-size: 44px; font-weight: 400; text-transform: uppercase; line-height: 42px; margin: 0 auto 0px; text-align: center; max-width: 400px; }
.riskfree p { font-size: 18px; line-height: 1.5; font-family: "matter sq trial bold", Sans-serif; color: #533278; margin: 10px 0; }

.riskfree ul { padding: 0; list-style: none; display: flex; text-align: center;  margin: 50px 0 0;  }

.riskfree ul li { width: 100%; padding: 0 20px; text-align: center; }

.riskfree ul li p { font-size: 18px; line-height: 1.5; font-family: "matter sq trial bold", Sans-serif; color: #533278; margin: 10px auto 0; max-width: 260px; }

.riskfree ul li img { height: 100px; object-fit: contain; width: 120px; object-position: center bottom; }

.snoozy-fruit .banner-content img { max-width: 400px; width: 100%; }

.orderplaced-section { text-align: center; }
.orderplaced-section h3 { color: #533278; font-family: "Caslon rounded", Sans-serif; font-size: 54px; font-weight: 400; text-transform: uppercase; line-height: 1; margin: 70px auto 0; text-align: center; max-width: 570px; }

.orderplaced-section a { font-size: 16px; font-weight: 500; line-height: 1.3em; color: #533278; background-color: #D1B4D6; border-radius: 40px; padding: 14px 50px; text-decoration: none; font-family: "matter sq trial bold", Sans-serif; margin-top: 20px; display: inline-block; -webkit-transition: all .25s ease; transition: all .25s ease; }
.orderplaced-section a:hover { background: #533278; color: #fff;  }

#about-us .header-wrapper--border-bottom { background: #b6c9fe !important; }
#about-us .list-menu__item { color: #1E4691; }
#about-us .cart-icon-bubble { background: #1E4691; }

#about-us #MainContent { background: #b6c9fe !important; }

.about-head { position: relative; margin-top: 30px; }
.about-head img {
  width: 100%;
  height: auto;
}

.about-head h2 {
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #1E4691;
  font-size: 140px;
}

.aboutus-section ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.aboutus-section ul li {
  display: flex;
  align-items: center;
  gap: 50px;
  margin-top: 60px;
  text-align: center;
}

.aboutus-section ul li img { width: 100%; height: auto; }

.aboutus-section ul li:nth-child(2n+2) img {
  order: 2;
}

.aboutus-section .abt-content { width: 100%; }

.aboutus-section ul li h3 {
  margin: 0;
  text-align: center;
  color: #1e4691;
  text-transform: uppercase;
  font-size: 54px;
}

.aboutus-section ul li p {
  font-size: 20px;
  line-height: 1.5;
  font-family: "matter sq trial bold", Sans-serif;
  color: #1e4691;
  max-width: 340px;
  text-align: center;
  margin: 0 auto;
}

.shopify-policy__container .shopify-policy__title > h1 {
  color: #533278;
  text-transform: uppercase;
  font-size: 48px;
  margin: 50px 0 0;
}

.shopify-policy__container {
  max-width: 1000px !important;
  margin-bottom: 100px;

}

.shopify-policy__container p, .shopify-policy__container a {
  font-size: 15px;
  color: #533278;
}
.shopify-policy__container a:hover { text-decoration: underline;  }

.shopify-policy__container b, .shopify-policy__container strong { font-weight: normal; font-family: 'matter_sq_trialmedium'; text-decoration: underline; }

.main-banner > .page-width > span {
  position: absolute;
  right: 20px;
  top: -20px;
  z-index: 9;
  animation: pulse-dot 10s infinite linear;
}

.main-banner > .page-width > span img {
  width: 100%;
  max-width: 133px;
}

.section-header.animate { z-index: 999; }

@keyframes pulse-dot {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}


.product--thumbnail_slider .product--thumbnail_slider .product__media-list { background: #fff; border-radius: 20px; }

.slider-mobile-gutter:not(.thumbnail-slider) .global-media-settings { border: 0; width: 100% !important; padding: 0; border-radius: 20px; }

.media > :not(.zoom):not(.deferred-media__poster-button) { object-fit: cover; border-radius: 20px; }

.thumbnail-slider.slider-mobile-gutter .thumbnail { border-radius: 50%; box-shadow: none !important; }

.product__info-wrapper { width: 100% !important; padding: 30px 35px !important; border-radius: 20px; background: #fff; text-align: center; }

.product.product--medium { gap: 30px !important; }

.product.product--medium .product__text.caption-with-letter-spacing { text-transform: capitalize; color: #533278; text-align: center; font-size: 18px; font-family: "matter sq trial bold", Sans-serif;  float: left; width: 100%; margin-bottom: 0; font-weight: 600; }

.product.product--medium .product__title h1, .product.product--medium .product__title a { color: #533278; font-family: "Caslon rounded", Sans-serif; font-size: 44px; font-weight: 400; text-transform: uppercase; line-height: 42px; margin: 10px 0 0; text-align: center; display: inline-block; }

.product.product--medium .product__text.caption-with-letter-spacing + .product__title { margin-top: 0; margin-bottom: -10px !important; }

.product.product--medium .oke-sr-count { color: #533278; font-family: "matter sq trial bold", Sans-serif; font-weight: 600; }

.mood-products h4 { color: #533278; margin: 0; text-align: left; font-family: "matter sq trial bold", Sans-serif; font-weight: normal; font-size: 16px; }
.mood-products ul { padding: 0; display: flex; list-style: none; gap: 12px; width: 100%; margin-top: 10px; margin-bottom: 0; }
.mood-products ul li { width: 100%; font-size: 14px; font-family: "matter sq trial bold", Sans-serif; }
.mood-products ul li a { color: #533278; }
.mood-products ul li a.active img { border: 1px solid #533278; border-radius: 16px; }
.mood-products ul li a:hover img { opacity: 0.9; border: 1px solid #533278; }
.mood-products ul li img { width: 100%; float: left; margin-bottom: 5px; -webkit-transition: all .25s ease; transition: all .25s ease; border-radius: 12px; border: 1px solid transparent; }

.dosage-links h4 { color: #533278; margin: 0; text-align: left; font-family: "matter sq trial bold", Sans-serif; font-weight: 500; font-size: 16px; }
.dosage-links ul { padding: 0; display: flex; list-style: none; gap: 10px; width: 100%; margin-top: 10px; margin-bottom: 20px; }
.dosage-links ul li { width: 100%; }
.dosage-links a { font-size: 15px; font-weight: 600; line-height: 1.3em; color: #533278; border-radius: 40px; padding: 14px 10px; text-decoration: none; -webkit-transition: all .25s ease; transition: all .25s ease; width: 100%; border: 1.5px solid #533278; display: inline-block; font-family: "matter sq trial bold", Sans-serif; margin-top: 5px; }
.dosage-links ul li a:hover, .dosage-links ul li a.active { background: #533278; color: #fff; }

.not-added ul { list-style: none; padding: 0; display: flex; margin: 0; gap: 10px; flex: 1; }
.not-added ul li { width: 100%; display: flex; justify-content: center; background: url(https://shop.getsnoozy.com/wp-content/uploads/2024/11/Union-1-1.svg) no-repeat center center / contain; color: #fff; align-items: center; }

.not-added ul li > span {
  color: #fff;
  font-family: "Caslon rounded", Sans-serif;
  font-size: 34px;
  font-weight: 400;
  text-transform: uppercase;
  text-align: center;
  display: flex;
  line-height: 60px;
  padding-top: 7px;
}

.not-added ul li p {
  margin: 0;
  line-height: 1.2;
  font-size: 12px;
  margin-left: 4px;
}

.not-added .plus-content { flex: 1; display: flex; gap: 10px; align-items: center; }

.not-added > p {
  margin: 0;
  font-family: "matter sq trial bold", Sans-serif;
  font-weight: 600;
  font-size: 14px;
  color: #533278;
  
}

.not-added .plus-content p {
  margin: 0;
  font-family: "matter sq trial bold", Sans-serif;
  font-size: 14px;
}

.not-added {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: -10px !important;
}

.product-form .sealsubs-container > div:first-child { display: none; }
[data-product] .sls-purchase-options-container { border: 0 !important; }

.sealsubs-target-element .sls-option[type="radio"]:checked + .sls-custom-radio::after { width: 16px !important; height: 16px !important; } 
.sealsubs-container .sls-purchase-options-container .sls-option-container, 
.sealsubs-container .sls-purchase-options-container .sls-option-container.sls-active { padding: 0.7em 0 !important; }

.sls-savings-badge { display: none !important; }

.sls-more-info-container { padding: 0 !important; font-size: 0.8em !important; font-family: "matter sq trial bold", Sans-serif; }
.sls-more-info-container .sls-sub-icon { display: none; }

.sls-more-info-container .sls-subscription-details-label a { text-decoration: underline; color: #533278 }
.sls-more-info-container .sls-subscription-details-label a:hover { text-decoration: none; }

.product-form__buttons { max-width: 100% !important; }

.product-form__buttons button, .product-form__buttons a {
  background: #533278 !important;
  color: #fff;
  border-radius: 40px;
  font-family: "matter sq trial bold", Sans-serif;
  font-size: 17px;
  font-weight: 500;
  padding: 16px 18px 19px;
  margin: 0 !important;
  letter-spacing: inherit;
  text-decoration: none;
  -webkit-transition: all .25s ease;
  transition: all .25s ease;
}

.product-form__buttons button:hover { opacity: 0.8; }

.product-form__buttons button:after, .product-form__buttons button:before { display: none; }

.product__description.rte.quick-add-hidden {
  background: #D1B4D6;
  border-radius: 20px;
  text-align: center;
  padding: 30px 20px;
  font-size: 14px;
  font-family: "matter sq trial bold", Sans-serif;
}

.product-ingredients h2 { color: #533278; font-family: "Caslon rounded", Sans-serif; font-size: 44px; font-weight: 400; text-transform: uppercase; line-height: 42px; margin: 0 auto; text-align: center; width: 100%; }

.product-ingredients ul {
  list-style: none;
  padding: 0;
  display: flex;
  gap: 30px;
  text-align: center;
  margin: 20px 0 0;
  position: relative;
}

.product-ingredients ul li { width: 100%; }

.product-ingredients ul li .box-bg {
  border-radius: 20px;
  margin-top: 70px;
  min-height: 450px;
  padding: 0px 25px 20px;
}

.product-ingredients ul li .box-bg .img-wrap {
  width: 114px;
  height: 114px;
  background: #fff;
  border: 1px solid #533278;
  border-radius: 50%;
  padding: 20px;
  margin-top: -57px;
  display: inline-block;
}

.product-ingredients ul li .box-bg .img-wrap img {
  width: 100%;
  height: 70px;
  object-fit: contain;
}

.product-ingredients ul li .box-bg h3 {
  color: #533278;
  font-family: "Caslon rounded", Sans-serif;
  font-size: 28px;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 32px;
  margin: 40px auto 15px;
  text-align: center;
}

.product-ingredients ul li .box-bg p {
  color: #533278;
  max-width: 340px;
  margin: 0 auto;
  font-size: 16px;
  line-height: 26px;
}

.fine-print .fine-col > h2 { color: #533278; font-family: "Caslon rounded", Sans-serif; font-size: 44px; font-weight: 400; text-transform: uppercase; line-height: 42px; margin: 0 auto; text-align: left; width: 100%; }

.fine-print .fine-col > h3 {
  font-family: 'matter_sq_trialbold';
  font-size: 22px;
  color: #533278;
  font-weight: normal;
  margin: 40px 0 0;
}

.fine-col ul {
  padding: 0;
  list-style: inside;
  color: #533278;
  margin: 10px 0 0;
  line-height: 25px;
}

.fine-print .page-width {
  display: flex;
}

.fine-print .page-width .fine-col {
  width: 100%;
}

.fine-print .page-width .fine-col img {
  max-width: 480px;
  margin-left: auto;
  float: right;
  width: 100%;
}

.fine-print .best-li li strong {
  font-weight: normal;
  font-family: "matter sq trial bold", Sans-serif;
}

.text-image.happy-customers {
  margin-bottom: 70px;
}

.happy-customers.text-image img {
  max-width: 45%;
  width: 100%;
}

.happy-customers.text-image .textimage-content {
  margin-left: auto;
  max-width: 45%;
  width: 100%;
}

.related-products__heading {
  color: #533278;
  font-family: "Caslon rounded", Sans-serif;
  font-size: 44px;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 42px;
  margin: 0 0 15px;
  text-align: center;
}

.related-products .card__information strong {
  color: #533278;
  font-weight: 400;
  font-family: "matter sq trial bold", Sans-serif;
  text-align: center;
  width: 100%;
  display: inline-block;
  margin-bottom: 5px;
}

.related-products .card__heading {
  color: #533278;
  font-size: 28px;
  text-align: center;
  max-width: 208px;
  margin: 0 auto;
  text-transform: uppercase;
  line-height: 1;
}

.related-products .card-information > .price {
  color: #533278;
  font-weight: 400;
  font-family: "matter sq trial bold", Sans-serif;
  text-align: center;
  width: 100%;
  display: inline-block;
  margin-bottom: 5px;
}

.product-template .faq-box .grid.grid--1-col { position: relative; }
.product-template .faq-box .grid.grid--1-col::before {
  position: absolute;
  top: -80px;
  right: 5px;
  content: "";
  background: url(https://cdn.shopify.com/s/files/1/0611/1848/0583/files/product-faq.png?v=1721339084) no-repeat center center / contain;
  width: 200px;
  height: 120px;
}


.article-detail-template .header-wrapper--border-bottom {
  background: #fff !important;
}

.collection-template .header-wrapper--border-bottom {
  background: #fff !important;
}

.collection-template .shopify-section-header-sticky.animate .header-wrapper--border-bottom,
.page-template-okendo-reviews .shopify-section-header-sticky.animate .header-wrapper--border-bottom {
  background: #fff !important;
}

.page-template-okendo-reviews .header-wrapper--border-bottom { background: #fff !important; }


.form__message { display: none !important; }

.form-status-list { margin: 2rem 0 1rem; background: red; list-style: none; color: #fff !important; padding: 13px 20px 15px; border-radius: 50px; }
.form-status-list .link { text-decoration: none; color: #fff; font-size: 1.6rem; font-family: "matter sq trial bold", Sans-serif; }


.snoozy-fruit .page-width > img.mobile-image { display: none; }


.kaching-bundles__block--horizontal .kaching-bundles__bar-container { padding: 18px 7px !important; border-radius: 50px !important; min-height: auto !important; background-color: #533379; }
.kaching-bundles__block--horizontal .kaching-bundles__bar-title { line-height: 15px !important; color: #fff; font-family: 'matter_sq_trialsemibold' !important; font-size: 14px !important; font-weight: 600; text-transform: uppercase !important; }
.kaching-bundles__block-title:before, .kaching-bundles__block-title:after { display: none !important; }
.kaching-bundles__block-title { margin: 10px 0 35px !important; text-align: left; font-family: "matter sq trial bold", Sans-serif; font-weight: 400 !important; font-size: 16px !important; color: #533278 !important; letter-spacing: 0; }
.kaching-bundles .kaching-bundles__bar-radio, .home-slider24 .kaching-bundles .kaching-bundles__bar-radio { display: none !important; }
.kaching-bundles__bar :checked + .kaching-bundles__bar-container { box-shadow: inset 0 0 0 2px #533379 !important; background: #533379 !important; }
.kaching-bundles__bar-pricing { display: none !important; }
.kaching-bundles__bar :checked + .kaching-bundles__bar-container span.kaching-bundles__bar-title { color: #fff !important; }
.kaching-bundles__bar-container .kaching-bundles__bar-subtitle { color: #533278 !important; font-size: 12px !important; position: absolute; bottom: -23px; left: 0; right: 0; }
.kaching-bundles__bar-container { box-shadow: inset 0 0 0 1.5px #533379 !important; }
.kaching-bundles__block--horizontal .kaching-bundles__bar-container:hover { background: #533379; }
.kaching-bundles__block--horizontal .kaching-bundles__bar-container .kaching-bundles__bar-title { color: #533379 !important; font-weight: normal !important; font-family: matter_sq_trialmedium !important; text-transform: capitalize !important; font-size: 15px !important; }
.kaching-bundles__block--horizontal .kaching-bundles__bar-container:hover .kaching-bundles__bar-title { color: #fff !important; }
.kaching-bundles .kaching-bundles__bars .kaching-bundles__bar-radio { display: none !important; }
.kaching-bundles .kaching-bundles__block--horizontal .kaching-bundles__bar:nth-child(1) .kaching-bundles__bar-subtitle { display: none; }
.kaching-bundles .kaching-bundles__block { margin-bottom: 25px !important; }

.sealsubs-container label { font-family: "matter sq trial bold", Sans-serif; font-weight: normal !important; }

.product__description.rte.quick-add-hidden a {  color: #533278; text-decoration: underline; }

.product-ingredients .owl-prev { position: absolute; left: -60px; top: 60%; }
.product-ingredients .owl-next { position: absolute; right: -60px; top: 60%; }

.product-ingredients .owl-prev span {
  font-size: 0;
  background: url(https://cdn.shopify.com/s/files/1/0611/1848/0583/files/prev-arrow.svg) no-repeat center center;
  width: 32px;
  height: 32px;
  margin-top: -16px;
  display: block;
  float: left;
}

.product-ingredients .owl-next span {
  font-size: 0;
  background: url(https://cdn.shopify.com/s/files/1/0611/1848/0583/files/next-arrow.svg) no-repeat center center;
  width: 32px;
  height: 32px;
  margin-top: -16px;
  display: block;
  float: right;
}

.table-cover {
  width: 100%;
  overflow: auto;
  padding: 1px;
  margin: 30px 0 !important;
}

#menu-drawer { background: #B6C9FE; top: 0; z-index: 999; }
#menu-drawer .menu-drawer__menu-item {
  padding: 0.1rem 3rem;
  text-decoration: none;
  font-size: 4rem;
  justify-content: center;
  font-family: "Caslon rounded", Sans-serif;
  color: #1e4691;
}

.menu-drawer__utility-links {
  display: none;
}

.js .menu-drawer { height: calc(var(--viewport-height, 100vh)) !important; }

.menu-drawer__inner-container { height: auto !important; }

.drawer-head { position: relative; }
.drawer-logo { text-align: center; padding-top: 20px; }
.drawer-head .drawer-logo img {
  width: 100%;
  max-width: 150px;
  margin: 0 auto;
}

.drawer-head .icon.icon-close {
  width: 20px;
  position: absolute;
  right: 20px;
  top: 30px;
  cursor: pointer;
}

.metafield-img {
  border-radius: 20px;
  margin: 0 auto;
  max-width: 100%;
}

.store-wholesale .page-width {
  max-width: 1000px;
  margin-top: 90px;
  margin-bottom: 150px;
}

.store-wholesale img {
  width: 100%;
  max-width: 420px;
}

.store-wholesale .textimage-content {
  text-align: center;
}

.store-wholesale .textimage-content { text-align: center; width: 100%; }
.store-wholesale .textimage-content h3 { color: #006938; font-size: 56px; line-height: 54px; }
.store-wholesale .textimage-content a {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.3em;
  color: #006938;
  border-radius: 40px;
  padding: 14px 50px;
  text-decoration: none;
  font-family: "matter sq trial bold", Sans-serif;
  margin-top: 10px;
  display: inline-block;
  -webkit-transition: all .25s ease;
  transition: all .25s ease;
  background: #B6E795;
 }

.store-wholesale .textimage-content a:hover { background: #006938; color: #fff; }

.agelogo { text-align: center; }

.age-gate { position: fixed; top: 0; left: 0; z-index: 99999999999; display: flex; align-items: center; justify-content: center; width: 100%; height: 100%; text-align: center; background: #fff; } 
.age-gate .page-width { max-width: 1100px; display: flex; align-items: center; height: 100%; width: 100%; }
.agecontent p { font-family: "matter sq trial bold", Sans-serif; color: #533278; font-size: 20px; padding: 10px 0 35px 0; margin: 0; }
.ageblocks { display: flex; gap: 40px; }
.ageblocks .block-area { width: 100%; position: relative; cursor: pointer; -webkit-transition: all .25s ease; transition: all .25s ease; }
.ageblocks .block-area:hover { opacity: 0.7; }
.ageblocks .block-area > div { position: absolute; top: 0; left: 0; right: 0; bottom: 0; display: flex; flex-wrap: wrap; justify-content: center; align-items: center; }
.ageblocks .block-area img { width: 100%; height: auto; }
.ageblocks .block-area > div img { max-width: 180px; }
.ageblocks .block-area > div h3 { width: 100%; font-size: 54px; font-weight: 400; margin: 10px 0 0; }
.ageblocks .block-area > div.yes-content h3 { color: #006938; }
.ageblocks .block-area > div.no-content h3 { color: #EA2833; }

.age-gate.pink { background: #F5D2E6; }
.age-gate .layout2 { display: none; width: 100%; }
.age-gate .layout2 .agelogo { text-align: center; position: absolute; top: 30px; left: 0; right: 0; }
.age-gate .layout2 h3 { margin: 0; }
.age-gate .layout2 h3 a { color: #EA2833; text-transform: uppercase; font-size: 60px; }

#delta-9-thc-gummies-for-energy-snoozy .not-added ul li,
#delta-9-gummies-for-energy-a-2-pack-trial-size-snoozy .not-added ul li,
#\32 -pack-new-morning-highs-daytime-gummies-wholesale .not-added ul li,
#new-morning-highs-daytime-gummies-wholesale .not-added ul li {
  background: url(https://cdn.shopify.com/s/files/1/0611/1848/0583/files/Union.svg?v=1721822167) no-repeat center center /contain;
}

#delta-9-thc-gummies-for-stress-and-anxiety-snoozy .not-added ul li,
#delta-9-thc-gummies-for-stress-relief-a-2-pack-trial-size-snoozy .not-added ul li,
#\32 -pack-stress-free-mind-relief-gummies-wholesale .not-added ul li,
#stress-free-mind-relief-gummies-wholesale .not-added ul li {
  background: url(https://cdn.shopify.com/s/files/1/0611/1848/0583/files/Union_b152f6bf-b012-4f09-b456-f379fa7a13cf.svg?v=1721822765) no-repeat center center /contain;
}

#cbd-gummies-for-sex-and-intimacy-snoozy .not-added ul li,
#cbd-gummies-for-sex-in-a-2-pack-trial-size-snoozy .not-added ul li,
#\32 -pack-love-is-all-you-need-intimacy-gummies-wholesale .not-added ul li,
#love-is-all-you-need-intimacy-gummies-wholesale .not-added ul li {
  background: url(https://cdn.shopify.com/s/files/1/0611/1848/0583/files/Union_86c7d9d2-48cb-4a48-ba2c-c8e10f8057f0.svg?v=1721823050) no-repeat center center /contain;
}



.banner-ticker li {
  width: auto !important;
  margin: 0 30px;
}

label.sls-purchase-options-label { display: none; }

.header__icon--menu[aria-expanded="true"]::before { display: none !important;  }

.styles_Header__closeButton__IIDff { background: transparent !important; }
button.UpcartDesignSettings__button, button.upcart-discount-code-button { border-radius: 50px !important; font-family: matter_sq_trialmedium !important; font-weight: normal !important; }
.styles_Header__closeButtonIcon__qEVz1 { fill: #533278 !important; height: 20px !important; width: 20px !important; }
.UpcartDesignSettings__button { border-radius: 40px !important; }
.upcart-upsells-title { font-size: 24px !important; margin: 10px 0 0 0; }

.riskfree .page-width { max-width: 1100px; }

#privacy-policy .shopify-policy__body .elementor-text-editor.elementor-clearfix > p:first-child { text-align: center; font-family: "matter sq trial bold", Sans-serif; font-size: 20px; margin-bottom: 0; }

.newsletter-form > div { width: 100%; }

.upcart-header-text { font-size: 34px; }
.upcart-header { padding: 20px 30px !important }

.upcart-product-quantity-input, .upcart-product-quantity-minus, .upcart-product-quantity-plus { border-color: #533278 !important;  }
.upcart-product-quantity-minus { border-top-left-radius: 20px !important; border-bottom-left-radius: 20px !important; }
.upcart-product-quantity-plus { border-top-right-radius: 20px !important; border-bottom-right-radius: 20px !important; }

.newsletter-form p { max-width: 100% !important; }

#UpcartPopupBackDrop { background: #D1B4D6; opacity: 0.7; }

.upcart-product-title-link, .upcart-upsell-item-title {
  font-family: matter_sq_trialmedium !important;
  text-transform: capitalize;
}

section[data-gorgias-contact-form-uid] {
  background: #fff;
  padding: 50px;
  border-radius: 20px;
  margin-top: 0;
}

.seal-container.seal-sectioned.seal-tac { max-width: 710px !important; padding: 40px !important; border-radius: 20px !important; margin-bottom: 150px !important; }
.seal-subscription-page h2 { color: #006938 !important; text-align: center !important; text-transform: uppercase !important; font-size: 42px !important; margin-bottom: 5px !important; }
.seal-subscription-page h2 + .seal-mb-1 { font-size: 16px; font-weight: 400; margin: 10px auto 20px; font-family: "matter sq trial bold", Sans-serif; text-transform: initial; line-height: 26px; color: #006938 !important; }
.seal-floating-label .seal-input, .seal-floating-label input.seal-input[type="text"] { font-size: 1em; padding: 1.6em 1.6em 0.45em 1.6em !important; width: 100%; border-radius: 50px; border: 1.5px solid #006938 !important; color: #006938 !important; }
.seal-floating-label label { top: 0.75em !important; left: 1.8em !important; color: #006938 !important; }
.seal-button { background: #006938 !important; border: 0 !important; border-radius: 40px !important; font-family: matter_sq_trialmedium !important; font-size: 16px !important; padding: 16px 60px !important; }


.upcart-addons-title { font-family: matter_sq_trialmedium !important; text-transform: capitalize !important; margin-bottom: 0 !important; }
.upcart-addons-product-description { color: #000 !important; opacity: 1; margin-top: -5px; }

.pagination-wrapper { margin-bottom: 50px; }

.homemain-banner { padding-top: 20px; }

.article-detail-template .header { background: #fff; }


.related-products .card__inner.ratio { border-radius: 20px; overflow: hidden; }

.not-added .plus-content.stress { flex: 1.7; }
.not-added .plus-content.love { flex: 1.5; }
.daytime-added { width: 100%; max-width: 360px; }

.i-icon { height: 100%; display: flex; align-items: center; justify-content: center; }

#direction_destination, div.addresses li {
  background: url(/cdn/shop/files/SnoozyFruitCharacters-01.png) no-repeat scroll 12px 17px transparent !important;
  background-size: 24px !important;
}

.collections-home .title {
  color: #533278;
  font-family: "Caslon rounded", Sans-serif;
  font-size: 44px;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 42px;
  margin: 0 0 40px;
  text-align: center;
}

.collections-home .card__information > strong {
  color: #533278;
  font-weight: 400;
  font-family: "matter sq trial bold", Sans-serif;
  text-align: center;
  width: 100%;
  display: inline-block;
  margin-top: 5px;
}

.collections-home .card__information h3 {
  color: #533278;
  font-size: 42px;
  text-align: center;
  text-transform: uppercase;
  line-height: 1;
  max-width: 305px;
  margin: 5px auto 10px;
}

.rating-star { --color-rating-star: #fbbc34 !important; }
.card-wrapper .rating-star { --letter-spacing: 0 !important; --font-size: 2.3 !important; }
.card-information { display: flex; justify-content: center; align-items: center; }
.card-information .caption { margin-left: 5px; color: #533278; font-family: "matter sq trial bold", Sans-serif; font-size: 14px; margin-top: 0 !important; }
.card-information > .rating { margin: 0 !important; }

.collections-home .card .media { border-radius: 20px !important; }

.collections-home, .collections-home > *, .collections-home > * > * { width: 100%; }


.okeReviews[data-oke-container] .oke-w-review-side, div.okeReviews .oke-w-review-side { border: 1.5px solid #533278 !important; border-radius: 15px; }
.okeReviews[data-oke-container] .oke-title, div.okeReviews .oke-title { font-family: matter_sq_trialmedium !important; font-weight: normal !important; margin-top: 0 !important; }
div.okeReviews[data-oke-container] .oke-reviewContent-body p { color: #533278 !important; }

.okeReviews[data-oke-container] .oke-w-review-footer, div.okeReviews .oke-w-review-footer { display: none !important; }
.okeReviews[data-oke-container] .oke-reviewContent > :first-child, div.okeReviews .oke-reviewContent > :first-child { margin-top: 10px !important; }
.okeReviews[data-oke-container] .oke-w-reviewer-verified, div.okeReviews .oke-w-reviewer-verified,
.okeReviews[data-oke-container] .oke-w-reviewer-verified-icon::before, div.okeReviews .oke-w-reviewer-verified-icon::before { color: #533278 !important; }
.oke-w-review-side * { color: #533278; }
.oke-w-review-recommendation { display: none; }
.okeReviews[data-oke-container] .oke-is-large .oke-w-reviews-list-item, div.okeReviews .oke-is-large .oke-w-reviews-list-item { padding: 15px 0 !important; border: 0 !important; }
.okeReviews[data-oke-container] .oke-w-reviews-controls, div.okeReviews .oke-w-reviews-controls { display: none !important; }
.okeReviews[data-oke-container] .oke-w-reviews-main--nav-divider, div.okeReviews .oke-w-reviews-main--nav-divider { border-top: 0 !important; }
.okeReviews[data-oke-container] .oke-button, div.okeReviews .oke-button { border-color: #533278 !important; background-color: #533278 !important; padding: 12px 24px 15px 24px !important; }
.okeReviews[data-oke-container] div:empty, div.okeReviews div:empty { background: #533278 !important; }

.review-title { text-align: center; }
.review-title h3 { color: #533278; font-family: "Caslon rounded", Sans-serif; font-size: 48px; font-weight: 400; text-transform: uppercase;  line-height: 54px; margin: 0 0 0px; }
.hooper-list .oke-media-image { border-radius: 10px; }

.metafield-img.home-image { max-width: 230px; width: 100%; }

.kaching-bundles__bar a {
  text-align: center;
  width: 100%;
  padding: 3px 7px !important;
  border-radius: 50px !important;
  box-shadow: inset 0 0 0 1.5px #533379 !important;
  color: #533379;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 400 !important;
  font-family: matter_sq_trialmedium !important;
  text-transform: capitalize !important;
  font-size: 15px !important;
}

.kaching-bundles__bar a:hover { background: #533379; color: #fff; }

#refer-a-friend-earn-commission-snoozy-affiliate { background: #d1b4d6 !important; }
#refer-a-friend-earn-commission-snoozy-affiliate .main-page-title { display: none; }
#refer-a-friend-earn-commission-snoozy-affiliate #MainContent { padding-bottom: 110px; padding-top: 30px; }
#refer-a-friend-earn-commission-snoozy-affiliate #affiliate-sign-up-form { border-radius: 30px; }


 .collection-hero__description { max-width: 890px !important; text-align: center; font-size: 16px !important; margin: -10px auto 10px !important; width: 100%; color: #533278; }
 .home-testimonials h3 span { width: 100%; display: inline-block; font-size: 40px; }

#affiliate-terms-of-service #MainContent .page-width { width: 100%; max-width: 1000px; padding-top: 0; padding-bottom: 150px; }

#affiliate-terms-of-service #MainContent h1.main-page-title { color: #533278; text-transform: uppercase; font-size: 48px; margin: 50px 0 0; text-align: center; }

#affiliate-terms-of-service #MainContent h2 { color: #533278; text-transform: uppercase; font-size: 30px; margin: 10px 0 0 !important; text-align: left; }

#affiliate-terms-of-service #MainContent h3 {
  font-weight: 400;
  font-family: "matter sq trial bold", Sans-serif;
  text-decoration: underline;
  font-size: 15px;
  color: #533278;
}

#affiliate-terms-of-service #MainContent p, 
#affiliate-terms-of-service #MainContent a,
#affiliate-terms-of-service #MainContent ul,
#affiliate-terms-of-service #MainContent ol {
  font-size: 15px;
  color: #533278;
  margin-bottom: 20px;
}


#wholesale-registration-form #MainContent { background: #d1b4d6; }

#wholesale-registration-form #MainContent .shopify-block { background: #fff; max-width: 700px; margin: 50px auto 160px; border-radius: 30px; padding: 0 30px; }

#product-grid .card__inner { border-radius: 20px; overflow: hidden; }


.not-added + .two-count-bundles { display: block; margin: 25px 0 30px; }
.not-added + .two-count-bundles .kaching-bundles__block-title { margin-bottom: 10px !important; }
.not-added + .kaching-bundles__block .kaching-bundles__bars { flex-direction: row; justify-content: space-between; gap: 10px; display: flex; }
.not-added + .kaching-bundles__block .kaching-bundles__bars .kaching-bundles__bar { width: 100%; }
.not-added + .kaching-bundles__block .kaching-bundles__bar a { width: 100%; padding: 12px 20px !important; }

.not-added + .two-count-bundles .kaching-bundles__bar a.active { background: #533379; color: #fff; }

.product__info-wrapper .product__tax { display: none; }

.product .price .badge, .product .price__container { margin-bottom: .5rem; }
.price > * { display: inline-block; vertical-align: top; }

.product__info-wrapper .price__container { width: 100%; }
.product__info-wrapper .price--large { color: #533278; text-align: left; font-size: 1em; text-transform: uppercase; line-height: 42px; font-family: "matter sq trial bold", Sans-serif; font-weight: 400 !important; width: 100%; letter-spacing: 0; margin-top: -15px; }
.product__info-wrapper .price .price-item::before { content: 'Regular Price'; text-transform: capitalize; letter-spacing: 0; letter-spacing: 0; margin-right: auto; }
.product__info-wrapper .price__regular .price-item--regular { width: 100%; display: flex; align-items: center; border-bottom: 1px solid #533278; padding-bottom: 5px; }


.sls-one-time-price .sls-price::before, .sls-selling-plan-group-price .sls-price::before { margin-right: 5px; text-decoration: line-through; }

.kaching-bundles .kaching-bundles__block--horizontal .kaching-bundles__bar:before { color: #fff; text-align: center; float: left; width: 100%; position: absolute; left: 0; right: 0; top: -33px; font-size: 12px; border: 1px solid; border-radius: 4px; padding: 2px 0px; box-shadow: 1px 1px; font-family: "Caslon rounded", Sans-serif !important; text-transform: uppercase; }
.kaching-bundles .kaching-bundles__block--horizontal .kaching-bundles__bar:nth-child(2):before { content: 'Most Popular'; }
.kaching-bundles .kaching-bundles__block--horizontal .kaching-bundles__bar:nth-child(4):before { content: 'Best Value'; }
.kaching-bundles .kaching-bundles__bars { overflow: initial !important; }

.product-accourdians {
  background: #d1b4d6;
  border-radius: 20px;
  text-align: left;
  padding: 30px 30px;
  font-size: 14px;
  font-family: "matter sq trial bold", Sans-serif;
  display: inline-block;
  width: 100%;
}

.product-accourdians .accordion__content {
  padding: 0 !important;
}

.product-accourdians .product__accordion {
  margin: 0;
}

.product-accourdians .h4.accordion__title {
  font-family: 'matter_sq_trialmedium';
  font-size: 16px !important;
  font-weight: normal;
  text-decoration: none !important;
  color: #533278;
}

.product-accourdians .accordion { border-color: #533278; }

.product-accourdians ul { padding: 0; list-style: none; font-family: "matter sq trial bold", Sans-serif; }

.product-accourdians ul li { line-height: 1.5; margin-bottom: 5px; position: relative; padding-left: 15px; }
.product-accourdians ul li::before { content: ''; background: #533278; width: 6px; height: 6px; position: absolute; top: 9px; bottom: auto; border-radius: 50%; left: 0; }
.product-accourdians ul li strong { font-family: matter_sq_trialbold; font-weight: normal; }

.money-back { font-family: "Caslon rounded", Sans-serif; text-transform: uppercase; margin: -7px 0 15px !important; font-size: 18px; }
.money-back a { color: #533278; }
.money-back a:hover { text-decoration: underline; }

.product-warning { margin-top: 0 !important; font-size: 14px; }
.product-warning a { color: red; line-height: 1.7; display: inline-block; }
.product-warning a b { font-family: "matter sq trial bold", Sans-serif; font-weight: normal; }
.product-warning a:hover { text-decoration: underline; }

.sealsubs-container { position: relative; }
.sealsubs-container .sls-option-container:not(:last-child) { margin-bottom: 30px; }
.sealsubs-container .sls-more-info-container { position: absolute; top: 100px; left: 0; right: 0; }


.bundle-dosage ul { flex-wrap: wrap; justify-content: center; }

.dosage-links.bundle-dosage li { width: calc(33.33% - 7px); }

.product.product--medium .product-bundle-content .product__title h1, .product.product--medium .product-bundle-content .product__title a { font-size: 56px; line-height: 50px; margin: 30px 0 0; max-width: 350px; }
.page-template-bundle .product-ingredients ul li .box-bg h3 {  font-size: 28px; line-height: 28px; max-width: 290px; }
.page-template-bundle .product-ingredients ul li .box-bg { min-height: 360px; }
.bundle-accourdians.product-accourdians { background: transparent; max-width: 570px; float: right; padding-top: 0px; }
.bundle-accourdians.product-accourdians .h4.accordion__title { font-size: 18px !important; }
.bundle-accourdians.product-accourdians ul { padding: 0; margin: 0; }

.bundle-accourdians.product-accourdians h4 { font-family: "matter sq trial bold", Sans-serif; font-size: 15px; color: #533278; font-weight: 400; margin: 10px 0 10px !important; }
.fine-print .page-width .fine-col .bundle-accourdians.product-accourdians img { max-width: 100%; float: left; width: 100%; margin: 30px 0 20px; border: 0; }
.page-template-bundle .fine-print .page-width .fine-col:last-child { width: 80%; }


.page-template-bundle .image-wrap { background: #D1B4D6; border-radius: 20px; }
.page-template-bundle .happy-customers.text-image img { border-radius: 20px; } 
.page-template-bundle .textimage-content h3 { margin: 0 0 5px; max-width: 480px; }
.page-template-bundle .textimage-content p { max-width: 480px; }
.page-template-bundle .happy-customers.text-image .textimage-content { margin-right: auto; text-align: center; }


.kaching-bundles .kaching-bundles__bar-wrapper { padding: 0 !important; }

.sealsubs-container .sls-option-container label { text-transform: capitalize; }
.sls-subscription-details-label { font-size: 0.95em; text-transform: capitalize; }

.kaching-bundles .kaching-bundles__bar-main { min-height: inherit !important; }

.product-form__input { max-width: 100% !important; display: flex; gap: 10px; margin-bottom: 35px !important; text-align: left; }
.product-form__input > ul { max-width: 100% !important; display: flex; gap: 10px; margin-bottom: 35px !important; text-align: left; width: 100%; padding: 0; list-style: none; }
.product-form__input > ul li { width: 100%; }
.product-form__input .form__label { color: #533379; font-family: "matter sq trial bold", Sans-serif; font-weight: 500; font-size: 16px; margin-bottom: 40px !important; }

.product-form__input--pill input[type="radio"] + label {
  margin: 0 !important;
  width: 100%;
  padding: 18px 7px !important;
  border-radius: 50px !important;
  min-height: auto !important;
  box-shadow: inset 0 0 0 1.5px #533379 !important;
  color: #533379 !important;
  font-weight: 500 !important;
  font-family: "matter sq trial bold", Sans-serif !important;
  text-transform: capitalize !important;
  font-size: 15px !important;
  border: 0 !important;
  position: relative;
  text-align: center;
}

.product-form__input--pill input[type="radio"]:checked + label { background-color: #533379 !important; color: #fff !important; }
.product-form__input--pill input[type="radio"] + label:hover { background-color: #533379 !important; color: #fff !important; }

.sls-selling-plan-group-price .sls-price .money,
.sls-one-time-price .sls-price .money { display: block !important; }

.sls-one-time-price .sls-price::before,  .sls-selling-plan-group-price .sls-price::before { display: none; }
.sls-selling-plan-group-price .sls-price::after, .sls-one-time-price .sls-price::after { display: none; }



.product-form__input > ul li:nth-child(1) label:before {
  content: "Most Popular" !important;
  color: #533278;
  box-shadow: 1px 1px #533278 !important;
  text-align: center;
  float: left;
  width: 100%;
  position: absolute !important;
  left: 0 !important;
  right: 0 !important;
  top: -33px !important;
  font-size: 12px;
  border: 1px solid;
  border-radius: 4px !important;
  padding: 7px 0;
  font-family: "Caslon rounded", Sans-serif !important;
  text-transform: uppercase;
  bottom: auto !important;
}

.product-form__input > ul li:nth-child(1) label:after {
  content: "Save 13%";
  color: #533278;
  font-size: 12px;
  position: absolute;
  bottom: -23px;
  left: 0;
  right: 0;
}

.product-form__input > ul li:nth-child(3) label:after {
  content: "Save 18%";
  color: #533278;
  font-size: 12px;
  position: absolute;
  bottom: -23px;
  left: 0;
  right: 0;
}

.product-form__input > ul li:nth-child(4) label:before {
  color: #533278;
  box-shadow: 1px 1px #533278 !important;
  content: "Best Value" !important;
  text-align: center;
  float: left;
  width: 100%;
  position: absolute !important;
  left: 0 !important;
  right: 0 !important;
  top: -33px !important;
  font-size: 12px;
  border: 1px solid;
  border-radius: 4px !important;
  padding: 7px 0;
  font-family: "Caslon rounded", Sans-serif !important;
  text-transform: uppercase;
  bottom: auto !important;
}


.product-form__input > ul li:nth-child(4) label:after {
  content: "Save 25%";
  color: #533278;
  font-size: 12px;
  position: absolute;
  bottom: -23px;
  left: 0;
  right: 0;
}

.product-form__input > ul li:nth-child(2) { order: 1; }
.product-form__input > ul li:nth-child(1) { order: 2; }
.product-form__input > ul li:nth-child(3) { order: 3; }
.product-form__input > ul li:nth-child(4) { order: 4; }



#thc-and-melatonin-free-cbd-sleep-gummies-snoozy .product-form__input > ul li:nth-child(1) label:after {
  content: "Save 4%";
}

#thc-and-melatonin-free-cbd-sleep-gummies-snoozy .product-form__input > ul li:nth-child(3) label:after {
  content: "Save 6%";
}

#thc-and-melatonin-free-cbd-sleep-gummies-snoozy .product-form__input > ul li:nth-child(4) label:after {
  content: "Save 12%";
}

#delta-9-thc-gummies-for-stress-and-anxiety-snoozy .product-form__input > ul li:nth-child(1) label:after,
#cbd-gummies-for-sex-and-intimacy-snoozy .product-form__input > ul li:nth-child(1) label:after {
  content: "Save 6%";
}
#delta-9-thc-gummies-for-stress-and-anxiety-snoozy .product-form__input > ul li:nth-child(3) label:after, 
#cbd-gummies-for-sex-and-intimacy-snoozy .product-form__input > ul li:nth-child(3) label:after {
  content: "Save 9%";
}
#delta-9-thc-gummies-for-stress-and-anxiety-snoozy .product-form__input > ul li:nth-child(4) label:after, 
#cbd-gummies-for-sex-and-intimacy-snoozy .product-form__input > ul li:nth-child(4) label:after {
  content: "Save 14%";
}

.global-media-settings { background: transparent !important; }

.dosage-links.bundle-dosage ul { margin-bottom: 40px; }

.bundle-dosage ul {  margin-top: 15px; gap: 10px; }

.dosage-links.bundle-dosage li { width: calc(50% - 5px); }

.bundle-dosage ul li a { margin: 0; }

span[data-rtx-onetime-price],[data-rtx-subscription-price] { display: none; }

.product__info-container select[name="rtx_selling_plan"] { border: 1px solid; border-radius: 10px; font-family: inherit;  }

.product-accourdians > h3 { font-size: 26px; margin: 0; text-transform: uppercase; color: inherit; }
.product-accourdians > ul { margin-top: 10px; }
.product-accourdians > p { margin-bottom: 0; }

.contact-faq .collapsible-content__heading.inline-richtext.h1 { font-size: 54px; margin-bottom: 10px !important; } 

.page-template-contact .title.title-wrapper--no-top-margin { text-align: center; margin: 20px 0 0; color: #1e4691; }
.page-template-contact .title.title-wrapper--no-top-margin + p { text-align: center; margin: 10px 0 30px; color: #1e4691; }

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


@media screen and (min-width: 990px) {
  #product-grid, .related-products .product-grid {
    column-gap: 35px;
    row-gap: 40px;
  }
  #product-grid .grid__item {
    width: calc(33.33% - 24px);
    max-width: calc(33.33% - 24px);
    border-radius: 20px; 
    overflow: hidden;
  }
  .related-products .product-grid .grid__item {
    width: calc(24.8% - 24px);
    max-width: calc(24.8% - 24px);
    border-radius: 20px; 
    overflow: hidden;
  }
}

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

  .testimonials-carousel .carousel-content { padding: 20px 10px 20px; }
  .testimonials-carousel h4 { font-size: 0.9em; }
  .carousel-content p { font-size: 13px; margin: 10px 0 0; }
  .carousel-content strong { margin-top: 0px; }


  
}


@media screen and (min-width: 990px) {
  .card:hover .article-card__image img {
    transform: scale(1.3) !important;
  }
  .underline-links-hover:hover a {
    text-decoration: none !important;
  }
  .collections-home .grid--3-col-desktop .grid__item {
    width: calc(33.33% - 40px * 2 / 3);
    max-width: calc(33.33% - 40px * 2 / 3);
  }
}

@media screen and (min-width: 750px) {
  .contact__button { margin-top: 1rem !important; }
  .collections-home .grid { column-gap: 40px; row-gap: 20px; width: 100%; }
  .okeReviews[data-oke-container] .oke-title, div.okeReviews .oke-title { font-size: 20px !important; }
  .header__icons .list-menu li:nth-last-child(1), .header__icons .list-menu li:nth-last-child(2),.header__icons .list-menu li:nth-last-child(3) { display: none; }
}

@media screen and (max-width: 750px) {
  .cart-icon-bubble { font-size: 0; background: transparent; padding: 0; margin: 0; }
  .header__icons { padding-right: 0; }
  .cart-count-bubble { background: red; position: absolute; bottom: inherit; left: auto; font-size: 8px; line-height: inherit; width: 15px; height: 15px; right: -5px; top: 0; display: none; }
  .cart-icon-bubble svg { margin-right: 5px; width: 22px; height: 22px; fill: #533278; } 
  .header { padding: 10px 1.4rem 10px 1.4rem !important; }
  .menu-drawer__inner-container { height: calc(100vh - 64px) !important; display: flex; justify-content: center; align-items: center; }
  .menu-drawer__navigation-container { height: auto !important; }
  .main-banner { padding-top: 15px; padding-bottom: 0; overflow: hidden; }
  .main-banner .banner-content { margin-top: -110px; }
  .main-banner h3 { font-size: 36px; line-height: 36px; text-shadow: 0px 0px 3px rgba(0,0,0,.2); max-width: 320px; width: 100%; -webkit-text-stroke: 0; }
  .main-banner a { padding: 11px 30px; margin-top: 10px; font-size: 15px; }
  .main-banner > .page-width > span { right: 6px; top: -15px; }
  .main-banner > .page-width > span img { width: 100%; max-width: 90px; }
  .meet-gummies ul li { max-width: 46.5%; margin-right: 7%; margin-top: 30px; }
  .meet-gummies ul li:nth-child(3n+3) { margin-right: 7%; }
  .meet-gummies ul li:nth-child(2n+2) { margin-right: 0; }
  .meet-gummies ul li p { font-size: 18px; float: none; max-width: 130px; margin: 5px auto 0; display: inline-block; line-height: 1.4; }
  .snoozy-fruit .banner-content > div { flex-wrap: wrap; padding: 0 20px; }
  .snoozy-fruit .banner-content p { margin-left: 0; font-size: 20px; text-align: center; margin-top: 20px; }
  .snoozy-fruit .page-width > img.actual-image { display: none; }
  .snoozy-fruit .page-width > img.mobile-image { display: block; }
  .snoozy-fruit .banner-content img { max-width: 170px; margin: 0 auto; }
  .testimonials-carousel .carousel-content { padding: 20px 10px 20px; min-height: auto; }
  .carousel-content p { font-size: 14px; line-height: 1.3; margin: 6px 0; }
  .testimonials-carousel li { gap: 10px; }
  
  .home-testimonials h3 { margin: 0 0 20px; padding-right: 0; }
  .testimonials-btn { margin-top: 30px; }
  .testimonials-btn a { font-size: 15px; }
  .image-wrap { gap: 25px; text-align: center; flex-wrap: wrap; }
  .textimage-content h3 { margin: 0 0 10px; font-size: 32px; line-height: 36px; }
  .textimage-content p { font-size: 18px; }
  .instagram-section { padding-top: 50px !important; }
  .instagram-section h3 { margin-bottom: 20px; }
  .instagram-section ul { gap: 15px; flex-wrap: wrap; }
  .instagram-section ul li { width: calc(50% - 7.5px); }
  .instagram-section ul li img { float: left; }
  .instagram-section ul li a { float: left; }
  .top-footer { flex-wrap: wrap; }
  .top-footer .newsletter-sec { float: left; width: 100%; text-align: center; }
  .newsletter-sec img { position: relative; top: 0; display: inline-block; }
  .footerbg-clr { padding-top: 40px; }
  .newsletter-sec img { max-width: 150px; object-position: center; margin-bottom: 20px; height: auto; }
  .newsletter-sec p { margin: 0 auto; }
  .newsletter-form { flex-wrap: wrap; gap: 20px; margin-top: 5px; }
  .newsletter-form button { width: 100%; padding: 17.5px 30px;  }
  .top-footer .footer-menus { width: 100%; margin-top: 0px; }
  .top-footer .footer-right { width: 100%; }
  .footer-menus a { font-size: 14px; }
  .copyrightarea p { text-align: center; font-size: 14px !important; line-height: 1.3; margin: 25px 0 10px; }
  .collection-hero__title { font-size: 36px; line-height: 1.2; }
  .collection-image { padding: 0 20px; }
  product-info .page-width { background: #fff; max-width: calc(100% - 20px); border-radius: 20px; }
  .product__info-wrapper { width: 100% !important; padding: 0px 15px 0 !important; text-align: center; }
  .product.product--medium { gap: 0 !important; }
  .product.product--medium .product__title h1 { font-size: 32px; line-height: 40px; margin: 10px 0 0; }
  .product.product--medium .product__text.caption-with-letter-spacing { font-size: 16px;  }
  .mood-products ul { gap: 8px; }
  .mood-products ul li { font-size: 11px; }
  .dosage-links a { border-radius: 10px; display: flex; height: 100%; align-items: center; justify-content: center; padding: 10px; }
  .not-added { flex-wrap: wrap; }
  .fine-print .page-width { flex-wrap: wrap; }
  .fine-print .page-width .fine-col { order: 2; width: 100%; }
  .fine-print .page-width .fine-col:last-child { order: 1; }
  .fine-print .page-width .fine-col img { margin-bottom: 50px; }
  .fine-print h3 { margin: 20px 0 0; }
  .happy-customers.text-image img { max-width: 100%; }
  .happy-customers.text-image .textimage-content { max-width: 100%; }
  .text-image.happy-customers { margin-bottom: 30px; }
  .faq-box .grid { padding: 50px 30px; }
  faq-box .grid .accordion__title { font-size: 16px !important; }
  .related-products .card__heading { font-size: 18px; }
  #snoozy #MainContent > #col-main { padding: 0 20px; }
  #store-locator-title { font-size: 42px; }
  #store-locator-title::after { font-size: 18px; margin: 10px auto 40px; line-height: 26px; }
  #snoozy #MainContent .search_bar { flex-wrap: wrap; }
  #snoozy #MainContent .show-addresses { padding: 30px; }
  #snoozy #MainContent .search_bar > div { margin-right: 0px; }
  #submitBtn { padding: 17px 45px !important; margin-top: 15px !important; width: 100%; height: auto; }
  #contact-us-snoozy .contact > .title { font-size: 42px; }
  #contact-us-snoozy .contact > p { max-width: 300px; }
  .contact #ContactForm { padding: 50px 30px 30px; }
  .faq-box .grid .accordion__title { font-size: 14px !important; }
  .looking-answers .mobile-img { display: block !important; }
  .looking-answers .actual-img { display: none !important; }
  .looking-answers h3 { font-size: 24px; line-height: 28px; }
  .looking-answers p { margin: 15px auto 0; font-size: 20px; line-height: 32px; }
  .blog-articles { gap: 30px !important; }
  .blog-articles .article, .blog-bg .grid__item { width: 100%; }
  .article-template > .page-width { flex-wrap: wrap; }
  .article-contentleft .article-template__title { font-size: 34px; }
  .article-detail-template .feature-img { margin-bottom: 20px; }
  .article-template__content h2 { font-size: 24px; }
  .article-contentleft .article-template__content { font-size: 16px; line-height: 24px; }
  .article-contentleft .article-template__content ul { padding-left: 0; }
  .article-sidebar { max-width: 100%; width: 100%; }
  .blog-bg { border-radius: 0; margin-top: 30px; padding: 60px 20px 10px; }
  .blog__title { font-size: 42px; line-height: 1;  }
  .blog-bg ul li { margin: 0 !important; }
  .blog-bg .slider-buttons { display: none; }
  .blog-bg .article { padding: 0 !important; }
  .wholesale-banner .main-banner h3 { font-size: 34px; line-height: 37px; text-shadow: 0px 0px 12px #533278; max-width: 285px !important; width: 100%; }
  .program-bg { padding: 40px 35px; }
  .program-bg h2 { font-size: 34px; line-height: 1; }
  .program-bg ul { gap: 40px; flex-wrap: wrap; }
  .program-bg ul li .box-bg h3 { font-size: 30px; line-height: 1; }
  .program-btn a { margin-top: 20px; }
  .riskfree { margin-top: 60px !important; }
  .riskfree h2 { font-size: 34px; line-height: 1; }
  .riskfree p { font-size: 16px; line-height: 1.5; margin: 10px auto; max-width: 260px; }
  .riskfree ul { flex-wrap: wrap; margin-top: 30px; }
  .riskfree ul li { margin-bottom: 30px; }
  .orderplaced-section h3 { font-size: 42px; line-height: 1; }
  .program-bg ul li .box-bg { padding: 25px; }
   .page-template-okendo-reviews .main-banner .page-width > img { height: 220px; object-fit: cover; object-position: center; border-radius: 20px; }
  .about-head h2 { font-size: 50px; }
  .aboutus-section ul li { flex-wrap: wrap; gap: 30px; margin-top: 40px; }
  .aboutus-section ul li h3 { font-size: 42px; }
  .aboutus-section ul li:nth-child(2n+2) img { order: 1; }
  .aboutus-section .abt-content { order: 2; }
  .page-template-about .instagram-section { margin-top: 0px !important; margin-bottom: 30px !important; }
  .faq-box .grid > h2 { font-size: 42px; line-height: 1; margin-bottom: 0; }
  .product-ingredients .owl-prev { left: -10px; }
  .product-ingredients .owl-next { right: -10px; }
  .cart-icon-bubble { background: transparent !important; }
  .article-detail-template .cart-icon-bubble svg path { fill: #ea2833; } 
  .page-template-okendo-reviews .cart-icon-bubble svg path, .collection-template .cart-icon-bubble svg path { fill: #533278; } 
  .article-template .article-contentleft { width: 100%; }
  .article-contentleft .article-template__content { padding-left: 0; padding-right: 0; }
  .main-banner > .page-width > span { z-index: 1; }
  .home-testimonials .page-width { max-width: 100%; padding: 0px 0 0 5px; }
  .store-wholesale .textimage-content h3 { font-size: 40px; line-height: 1.1; margin: 15px 0 0; }
  .addresses ul { height: 400px; }
  .store-wholesale .page-width { padding: 0 20px; }
  .ageblocks { flex-wrap: wrap; gap: 20px; }
  .ageblocks .block-area > div img { max-width: 120px; }              
  .ageblocks .block-area > div h3 { font-size: 36px; margin: 5px 0 0; line-height: 1; }
  .ageblocks .block-area > img { height: 230px; }
  .agecontent p { font-size: 16px; padding: 0 0 15px 0; }
  .banner-ticker p::before { width: 24px; height: 24px; margin-top: -3.5px; }
  #product-grid .card__heading { font-size: 22px; }
  .grid { column-gap: 10px; row-gap: 10px; }
  .grid--2-col-tablet-down .grid__item { width: calc(50% - 10px); }
  #product-grid .card__information > strong { font-size: 13px; margin-bottom: 3px; margin-top: -5px !important; float: left; width: 100%; }
   .thumbnail-slider { display: flex !important; align-items: center; justify-content: center; }
  .slider-buttons { display: none !important; }
  .thumbnail-slider .thumbnail-list.slider { justify-content: center; }
  .thumbnail.global-media-settings img { border-radius: 0; display: none; }
  .thumbnail-list__item.slider__slide { width: 14px !important; }
  .slider-mobile-gutter:not(.thumbnail-slider) .global-media-settings { padding: 0 10px 0 !important; }  
  .not-added ul { flex: 0 0 auto; width: 100%; justify-content: center; }
  .not-added ul li { width: 33.33%; }
  .product__info-container .sls-price::after { content: '/Bag'; } 
  .section-template--17269638267079__collapsible_content_rjY6q9-padding { padding-top: 100px !important; }
  .product-template .faq-box .grid.grid--1-col::before { top: -85px; width: 100%; height: 120px; }
  .store-wholesale img { order: 2; }
  .store-wholesale .textimage-content { order: 1; }
  .store-wholesale .page-width { margin-top: 50px; }
  .store-wholesale .textimage-content a { margin-bottom: 10px; }
  .cart-icon-bubble svg path { fill: #533278; }
  .blog-template .cart-icon-bubble svg path { fill: #ea2833; }
  .blog-template .header__icon--menu svg path { stroke: #ea2833; }
  .article-detail-template .header__icon--menu svg path { stroke: #ea2833; }
  body#snoozy .cart-icon-bubble svg path { fill: #006938; }
  body#snoozy .header__icon--menu svg path { stroke: #006938; }
  product-recommendations .grid__item:nth-child(n+5) { display: none; }
  .looking-answers { margin-bottom: 60px; }
  .homemain-banner { padding-top: 0px; }
  .newsletter-form .klaviyo-form * { width: 100% !important; flex-wrap: wrap; margin: 3px 0 !important; }
  .newsletter-form .klaviyo-form button { margin-left: -5px !important; }
  div[data-testid="form-row"] > div { padding-right: 0 !important; }
  .article-card__excerpt { -webkit-line-clamp: 3; text-wrap: balance; }
  div.blog-articles .article-card .card__information, div.blog__posts .article-card .card__information { padding-left: 1rem; padding-right: 1rem; }
  .blog-bg { display: none; }
  .not-added { justify-content: center; }
  .not-added .plus-content { justify-content: center; gap: 5px; }
  .accordion summary { padding: 1rem 0 !important; }
  .faq-box .accordion { margin-top: 1rem; }
  .collections-home .card__information h3 { font-size: 20px; margin: 0 auto 10px; }
  body#hemp-delta-9-cbd-wholesale-snoozy .wholesale-banner img { height: 400px; object-fit: cover; }  
  .program-subheading p { text-wrap: balance; }
  
  .footer { background-position: left top !important; }
  
  .section-header.shopify-section-group-header-group { z-index: 999; }
  div#upCart { z-index: 99999999999; position: relative; }
  .main-banner img { border-radius: 0; }
  .okeReviews-dedicated-page-title h1 { font-size: 42px; line-height: 1; }
  .product-template div[data-oke-widget=""] { padding: 0 15px; }
  .review-title h3 { font-size: 38px; }
  .kaching-bundles .kaching-bundles__block--horizontal .kaching-bundles__bars { gap: 5px !important; }
  .kaching-bundles .kaching-bundles__bar { flex: 0 0 100% !important; margin: 5px 0 50px !important; width: calc(25% - 5px); max-width: calc(25% - 5px); }
  .kaching-bundles .kaching-bundles__block--horizontal .kaching-bundles__bar::before { top: -30px !important; font-size: 9px !important; }
  .not-added + .kaching-bundles__block .kaching-bundles__bars { flex-direction: initial !important; justify-content: flex-start !important; display: flex; flex-wrap: wrap; }
  .not-added + .kaching-bundles__block .kaching-bundles__bars .kaching-bundles__bar { width: calc(33% - 6px); }
  .kaching-bundles .kaching-bundles__block { margin-bottom: -25px !important; }
  .copyright-social ul > li { width: 50%; }
  .product-template div.sls-select-container select.sls-select { max-width: 174px !important; font-size: 14px; width: 100%; }
  .sealsubs-container .sls-more-info-container { top: 95px; }
   .product__media-list .product__media-item { width: 100% !important; }
  .product-form__input { gap: 5px; }
  .product-form__input--pill label::before { font-size: 10px !important; }
  .product-form__input > ul { gap: 5px; }
  .rtx-subscription-box.is-visible { padding-inline-start: 0px !important; justify-content: space-between; }
  .rtx-subscription label {font-size: 14px; }
  .product__info-container select[name="rtx_selling_plan"] { max-width: 200px; font-size: 14px; }
}

/* STAY AI UPDATES */
.sealsubs-target-element {
  display: none !important;
}


product-info {
  display: block;
}

.product {
  margin: 0;
}

.product.grid {
  gap: 0;
}

.product--no-media {
  max-width: 57rem;
  margin: 0 auto;
}

.product__media-wrapper {
  padding-left: 0;
  position: sticky;   top: 0;
}

@media screen and (min-width: 750px) {
  .product__column-sticky {
    display: block;
    position: sticky;
    top: 3rem;
    z-index: 2;
  }

  .product--thumbnail .thumbnail-list {
    padding-right: var(--media-shadow-horizontal-offset);
  }

  .product__info-wrapper {
    padding: 0 0 0 5rem;
  }

  .product__info-wrapper--extra-padding {
    padding: 0 0 0 8rem;
  }

  .product--right .product__info-wrapper {
    padding: 0 5rem 0 0;
  }

  .product--right .product__info-wrapper--extra-padding {
    padding: 0 8rem 0 0;
  }

  .product--right .product__media-list {
    margin-bottom: 2rem;
  }

  .product__media-container .slider-buttons {
    display: none;
  }

  .product--right .product__media-wrapper {
    order: 2;
  }
}

@media screen and (min-width: 990px) {
  .product--large:not(.product--no-media) .product__media-wrapper {
    max-width: 100%;
    width: calc(100% - var(--grid-desktop-horizontal-spacing) / 2);
  }

  .product--large:not(.product--no-media) .product__info-wrapper {
    padding: 0 0 0 4rem;
    max-width: 100%;
    width: calc(100% - var(--grid-desktop-horizontal-spacing) / 2);
  }

  .product--large:not(.product--no-media).product--right .product__info-wrapper {
    padding: 0 4rem 0 0;
  }

  .product--medium:not(.product--no-media) .product__media-wrapper,
  .product--small:not(.product--no-media) .product__info-wrapper {
    max-width: 100%;
  }

  .product--medium:not(.product--no-media) .product__info-wrapper,
  .product--small:not(.product--no-media) .product__media-wrapper {
    max-width: calc(100% - 15px);
    width: calc(100% - 15px);
  }
}

/* Dynamic checkout */

.shopify-payment-button__button {
  font-family: inherit;
  min-height: 4.6rem;
}

.shopify-payment-button__button [role='button'].focused {
  outline: 0.2rem solid rgba(var(--color-foreground), 0.5) !important;
  outline-offset: 0.3rem;
  box-shadow: 0 0 0 0.1rem rgba(var(--color-button), var(--alpha-button-border)),
    0 0 0 0.3rem rgb(var(--color-background)), 0 0 0.5rem 0.4rem rgba(var(--color-foreground), 0.3) !important;
}

.shopify-payment-button__button [role='button']:focus:not(:focus-visible) {
  outline: 0;
  box-shadow: none !important;
}

.shopify-payment-button__button [role='button']:focus-visible {
  outline: 0.2rem solid rgba(var(--color-foreground), 0.5) !important;
  box-shadow: 0 0 0 0.1rem rgba(var(--color-button), var(--alpha-button-border)),
    0 0 0 0.3rem rgb(var(--color-background)), 0 0 0.5rem 0.4rem rgba(var(--color-foreground), 0.3) !important;
}

.shopify-payment-button__button--unbranded {
  background-color: rgba(var(--color-button), var(--alpha-button-background));
  color: rgb(var(--color-button-text));
  font-size: 1.4rem;
  line-height: calc(1 + 0.2 / var(--font-body-scale));
}

.shopify-payment-button__button--unbranded::selection {
  background-color: rgba(var(--color-button-text), 0.3);
}

.shopify-payment-button__button--unbranded:hover,
.shopify-payment-button__button--unbranded:hover:not([disabled]) {
  background-color: rgba(var(--color-button), var(--alpha-button-background));
}

.shopify-payment-button__more-options {
  margin: 1.6rem 0 1rem;
  font-size: 1.2rem;
  line-height: calc(1 + 0.5 / var(--font-body-scale));
  text-decoration: underline;
  text-underline-offset: 0.3rem;
}

.shopify-payment-button__button + .shopify-payment-button__button--hidden {
  display: none;
}

/* Product form */

.product-form {
  display: block;
}

.product-form__error-message-wrapper:not([hidden]) {
  display: flex;
  align-items: flex-start;
  font-size: 1.3rem;
  line-height: 1.4;
  margin-bottom: 1.5rem;
}

.product-form__error-message-wrapper svg {
  flex-shrink: 0;
  width: 1.5rem;
  height: 1.5rem;
  margin-right: 0.7rem;
  margin-top: 0.25rem;
}

/* Form Elements */
.product-form__input {
  flex: 0 0 100%;
  padding: 0;
  margin: 0 0 1.2rem 0;
  max-width: 44rem;
  min-width: fit-content;
  border: none;
}

.product-form__input .form__label {
  padding-left: 0;
}

.product-form__input .select {
  max-width: 100%;
}

.product-form__submit {
  margin-bottom: 1rem;
}

.product-form__submit[aria-disabled='true'] + .shopify-payment-button .shopify-payment-button__button[disabled],
.product-form__submit[disabled] + .shopify-payment-button .shopify-payment-button__button[disabled] {
  cursor: not-allowed;
  opacity: 0.5;
}

@media screen and (forced-colors: active) {
  .product-form__submit[aria-disabled='true'] {
    color: Window;
  }
}

/* Overrides */
.shopify-payment-button__more-options {
  color: rgb(var(--color-foreground));
}

.shopify-payment-button__button {
  font-size: 1.5rem;
}

/* Product info */

.product__info-container > * + * {
  margin: 1.5rem 0;
}

.product__info-container iframe {
  max-width: 100%;
}

.product__info-container .product-form,
.product__info-container .product__description,
.product__info-container .icon-with-text {
  margin: 1rem 0;
}

.product__text {
  margin-bottom: 0;
}

a.product__text {
  display: block;
  text-decoration: none;
  color: rgba(var(--color-foreground), 0.75);
}

.product__text.caption-with-letter-spacing {
  text-transform: uppercase;
}

.product__title {
  word-break: break-word;
  margin-bottom: 1.5rem;
}

.product__title > * {
  margin: 0;
}

.product__title > a {
  display: none;
}

.product__title + .product__text.caption-with-letter-spacing {
  margin-top: -1.5rem;
}

.product__text.caption-with-letter-spacing + .product__title {
  margin-top: 0;
}

.product__accordion .accordion__content {
  padding: 0 1rem;
}

.product .price .badge {
  margin-bottom: 0.5rem;
}

.product .price__container {
  margin-bottom: 0.5rem;
}

.product .price dl {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

.product .price--sold-out .price__badge-sale {
  display: none;
}

@media screen and (min-width: 750px) {
  .product__info-container {
    max-width: 100%;
  }

  .product__info-container .price--on-sale .price-item--regular {
    font-size: 1.6rem;
  }

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

.product__description-title {
  font-weight: 600;
}

.product--no-media .product__title,
.product--no-media .product__text,
.product--no-media .product__tax,
.product--no-media .product__sku,
.product--no-media shopify-payment-terms {
  text-align: center;
}

.product--no-media .product__media-wrapper,
.product--no-media .product__info-wrapper {
  padding: 0;
}

.product__tax {
  margin-top: -1.4rem;
}

.product--no-media .share-button {
  max-width: 100%;
}

.product--no-media .product-form__quantity,
.product--no-media .share-button,
.product--no-media .product__view-details,
.product--no-media .product__pickup-availabilities,
.product--no-media .product-form {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.product--no-media .product-form {
  flex-direction: column;
}

.product--no-media .product-form > .form {
  max-width: 30rem;
  width: 100%;
}

.product--no-media .product-form__quantity {
  flex-direction: column;
  max-width: 100%;
}

.product-form__quantity .form__label {
  margin-bottom: 0.6rem;
}

.price-per-item__label.form__label {
  margin-bottom: 0rem;
}

.product-form__quantity-top .form__label {
  margin-bottom: 1.2rem;
}

.product-form__buttons {
  max-width: 44rem;
}

.product--no-media .product__info-container > modal-opener {
  display: block;
  text-align: center;
}

.product--no-media .product-popup-modal__button {
  padding-right: 0;
}

.product--no-media .price {
  text-align: center;
}

/* Product media */
.product__media-list video {
  border-radius: calc(var(--media-radius) - var(--media-border-width));
}

@media screen and (max-width: 749px) {
  .product__media-list {
    margin-left: -2.5rem;
    margin-bottom: 3rem;
    width: calc(100% + 4rem);
  }

  .product__media-wrapper slider-component:not(.thumbnail-slider--no-slide) {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }

  .slider.product__media-list::-webkit-scrollbar {
    height: 0.2rem;
    width: 0.2rem;
  }

  .product__media-list::-webkit-scrollbar-thumb {
    background-color: rgb(var(--color-foreground));
  }

  .product__media-list::-webkit-scrollbar-track {
    background-color: rgba(var(--color-foreground), 0.2);
  }

  .product__media-list .product__media-item {
    width: calc(100% - 3rem - var(--grid-mobile-horizontal-spacing));
  }

  .product--mobile-columns .product__media-item {
    width: calc(50% - 1.5rem - var(--grid-mobile-horizontal-spacing));
  }
}

@media screen and (min-width: 750px) {
  .product--thumbnail .product__media-list,
  .product--thumbnail_slider .product__media-list {
    padding-bottom: calc(var(--media-shadow-vertical-offset) * var(--media-shadow-visible));
  }

  .product__media-list {
    padding-right: calc(var(--media-shadow-horizontal-offset) * var(--media-shadow-visible));
  }

  .product--thumbnail .product__media-item:not(.is-active),
  .product--thumbnail_slider .product__media-item:not(.is-active) {
    display: none;
  }

  .product-media-modal__content > .product__media-item--variant.product__media-item--variant {
    display: none;
  }

  .product-media-modal__content > .product__media-item--variant:first-child {
    display: block;
  }
}

@media screen and (min-width: 750px) and (max-width: 989px) {
  .product__media-list .product__media-item:first-child {
    padding-left: 0;
  }

  .product--thumbnail_slider .product__media-list {
    margin-left: 0;
  }

  .product__media-list .product__media-item {
    width: 100%;
  }
}

.product__media-icon .icon {
  width: 1.2rem;
  height: 1.4rem;
}

.product__media-icon,
.thumbnail__badge {
  background-color: rgb(var(--color-background));
  border-radius: 50%;
  border: 0.1rem solid rgba(var(--color-foreground), 0.1);
  color: rgb(var(--color-foreground));
  display: flex;
  align-items: center;
  justify-content: center;
  height: 3rem;
  width: 3rem;
  position: absolute;
  left: 1.2rem;
  top: 1.2rem;
  z-index: 1;
  transition: color var(--duration-short) ease, opacity var(--duration-short) ease;
}

.product__media-video .product__media-icon {
  opacity: 1;
}

.product__modal-opener--image .product__media-toggle:hover {
  cursor: zoom-in;
}

.product__modal-opener:hover .product__media-icon {
  border: 0.1rem solid rgba(var(--color-foreground), 0.1);
}

@media screen and (min-width: 750px) {
  .grid__item.product__media-item--full {
    width: 100%;
  }

  .product--columns .product__media-item:not(.product__media-item--single):not(:only-child) {
    max-width: calc(50% - var(--grid-desktop-horizontal-spacing) / 2);
  }

  .product--large.product--columns .product__media-item--full .deferred-media__poster-button {
    height: 5rem;
    width: 5rem;
  }

  .product--medium.product--columns .product__media-item--full .deferred-media__poster-button {
    height: 4.2rem;
    width: 4.2rem;
  }

  .product--medium.product--columns .product__media-item--full .deferred-media__poster-button .icon {
    width: 1.8rem;
    height: 1.8rem;
  }

  .product--small.product--columns .product__media-item--full .deferred-media__poster-button {
    height: 3.6rem;
    width: 3.6rem;
  }

  .product--small.product--columns .product__media-item--full .deferred-media__poster-button .icon {
    width: 1.6rem;
    height: 1.6rem;
  }
}

@media screen and (min-width: 990px) {
  .product--stacked .product__media-item {
    max-width: calc(50% - var(--grid-desktop-horizontal-spacing) / 2);
  }

  .product:not(.product--columns) .product__media-list .product__media-item:first-child,
  .product:not(.product--columns) .product__media-list .product__media-item--full {
    width: 100%;
    max-width: 100%;
  }

  .product__modal-opener .product__media-icon {
    opacity: 0;
  }

  .product__modal-opener:hover .product__media-icon,
  .product__modal-opener:focus .product__media-icon {
    opacity: 1;
  }
}

.product__media-item > * {
  display: block;
  position: relative;
}

.product__media-toggle {
  display: flex;
  border: none;
  background-color: transparent;
  color: currentColor;
  padding: 0;
}

.product__media-toggle::after {
  content: '';
  cursor: pointer;
  display: block;
  margin: 0;
  padding: 0;
  position: absolute;
  top: calc(var(--border-width) * -1);
  right: calc(var(--border-width) * -1);
  bottom: calc(var(--border-width) * -1);
  left: calc(var(--border-width) * -1);
  z-index: 2;
}

.product__media-toggle:focus-visible {
  outline: 0;
  box-shadow: none;
}

/* outline styling for Windows High Contrast Mode */
@media (forced-colors: active) {
  .product__media-toggle:focus-visible,
  .product__media-toggle:focus-visible:after {
    outline: transparent solid 1px;
    outline-offset: 2px;
  }
}
.product__media-toggle.focused {
  outline: 0;
  box-shadow: none;
}

.product__media-toggle:focus-visible:after {
  box-shadow: 0 0 0 0.3rem rgb(var(--color-background)), 0 0 0rem 0.5rem rgba(var(--color-foreground), 0.5);
  border-radius: var(--media-radius);
}

.product__media-toggle.focused:after {
  box-shadow: 0 0 0 0.3rem rgb(var(--color-background)), 0 0 0rem 0.5rem rgba(var(--color-foreground), 0.5);
  border-radius: var(--media-radius);
}

.product-media-modal {
  background-color: rgb(var(--color-background));
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  visibility: hidden;
  opacity: 0;
  z-index: -1;
}

.product-media-modal[open] {
  visibility: visible;
  opacity: 1;
  z-index: 101;
}

.product-media-modal__dialog {
  display: flex;
  align-items: center;
  height: 100vh;
}

.product-media-modal__content {
  max-height: 100vh;
  width: 100%;
  overflow: auto;
}

.product-media-modal__content > *:not(.active),
.product__media-list .deferred-media {
  display: none;
}

@media screen and (min-width: 750px) {
  .product-media-modal__content {
    padding-bottom: 2rem;
  }

  .product-media-modal__content > *:not(.active) {
    display: block;
  }

  .product__modal-opener:not(.product__modal-opener--image) {
    display: none;
  }

  .product__media-list .deferred-media {
    display: block;
  }
}

@media screen and (max-width: 749px) {
  .product--thumbnail .is-active .product__modal-opener:not(.product__modal-opener--image),
  .product--thumbnail_slider .is-active .product__modal-opener:not(.product__modal-opener--image) {
    display: none;
  }

  .product--thumbnail .is-active .deferred-media,
  .product--thumbnail_slider .is-active .deferred-media {
    display: block;
    width: 100%;
  }
}

.product-media-modal__content > * {
  display: block;
  height: auto;
  margin: auto;
}

.product-media-modal__content .media {
  background: none;
}

.product-media-modal__model {
  width: 100%;
}

.product-media-modal__toggle {
  background-color: rgb(var(--color-background));
  border: 0.1rem solid rgba(var(--color-foreground), 0.1);
  border-radius: 50%;
  color: rgba(var(--color-foreground), 0.55);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  right: 2rem;
  padding: 1.2rem;
  position: fixed;
  z-index: 2;
  top: 2rem;
  width: 4rem;
}

.product-media-modal__content .deferred-media {
  width: 100%;
}

@media screen and (min-width: 750px) {
  .product-media-modal__content {
    padding: 2rem 11rem;
  }

  .product-media-modal__content > * {
    width: 100%;
  }

  .product-media-modal__content > * + * {
    margin-top: 2rem;
  }

  .product-media-modal__toggle {
    right: 5rem;
    top: 2.2rem;
  }
}

@media screen and (min-width: 990px) {
  .product-media-modal__content {
    padding: 2rem 11rem;
  }

  .product-media-modal__content > * + * {
    margin-top: 1.5rem;
  }

  .product-media-modal__content {
    padding-bottom: 1.5rem;
  }

  .product-media-modal__toggle {
    right: 5rem;
  }
}

.product-media-modal__toggle:hover {
  color: rgba(var(--color-foreground), 0.75);
}

.product-media-modal__toggle .icon {
  height: auto;
  margin: 0;
  width: 2.2rem;
}

/* Product popup */

.product-popup-modal {
  box-sizing: border-box;
  opacity: 0;
  position: fixed;
  visibility: hidden;
  z-index: -1;
  margin: 0 auto;
  top: 0;
  left: 0;
  overflow: auto;
  width: 100%;
  background: rgba(var(--color-foreground), 0.2);
  height: 100%;
}

.product-popup-modal[open] {
  opacity: 1;
  visibility: visible;
  z-index: 101;
}

.product-popup-modal__content {
  border-radius: var(--popup-corner-radius);
  background-color: rgb(var(--color-background));
  overflow: auto;
  height: 80%;
  margin: 0 auto;
  left: 50%;
  transform: translateX(-50%);
  margin-top: 5rem;
  width: 92%;
  position: absolute;
  top: 0;
  padding: 0 1.5rem 0 3rem;
  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));
}

.product-popup-modal__content.focused {
  box-shadow: 0 0 0 0.3rem rgb(var(--color-background)), 0 0 0.5rem 0.4rem rgba(var(--color-foreground), 0.3),
    var(--popup-shadow-horizontal-offset) var(--popup-shadow-vertical-offset) var(--popup-shadow-blur-radius)
      rgba(var(--color-shadow), var(--popup-shadow-opacity));
}

.product-popup-modal__content:focus-visible {
  box-shadow: 0 0 0 0.3rem rgb(var(--color-background)), 0 0 0.5rem 0.4rem rgba(var(--color-foreground), 0.3),
    var(--popup-shadow-horizontal-offset) var(--popup-shadow-vertical-offset) var(--popup-shadow-blur-radius)
      rgba(var(--color-shadow), var(--popup-shadow-opacity));
}

@media screen and (min-width: 750px) {
  .product-popup-modal__content {
    padding-right: 1.5rem;
    margin-top: 10rem;
    width: 70%;
    padding: 0 3rem;
  }

  .product-media-modal__dialog .global-media-settings--no-shadow {
    overflow: visible !important;
  }
}

.product-popup-modal__content img {
  max-width: 100%;
}

@media screen and (max-width: 749px) {
  .product-popup-modal__content table {
    display: block;
    max-width: fit-content;
    overflow-x: auto;
    white-space: nowrap;
    margin: 0;
  }

  .product-media-modal__dialog .global-media-settings,
  .product-media-modal__dialog .global-media-settings video,
  .product-media-modal__dialog .global-media-settings model-viewer,
  .product-media-modal__dialog .global-media-settings iframe,
  .product-media-modal__dialog .global-media-settings img {
    border: none;
    border-radius: 0;
  }
}

.product-popup-modal__opener {
  display: inline-block;
}

.product-popup-modal__button {
  font-size: 1.6rem;
  padding-right: 1.3rem;
  padding-left: 0;
  min-height: 4.4rem;
  text-underline-offset: 0.3rem;
  text-decoration-thickness: 0.1rem;
  transition: text-decoration-thickness var(--duration-short) ease;
}

.product-popup-modal__button:hover {
  text-decoration-thickness: 0.2rem;
}

.product-popup-modal__content-info {
  padding-right: 4.4rem;
}

.product-popup-modal__content-info > * {
  height: auto;
  margin: 0 auto;
  max-width: 100%;
  width: 100%;
}

@media screen and (max-width: 749px) {
  .product-popup-modal__content-info > * {
    max-height: 100%;
  }
}

.product-popup-modal__toggle {
  background-color: rgb(var(--color-background));
  border: 0.1rem solid rgba(var(--color-foreground), 0.1);
  border-radius: 50%;
  color: rgba(var(--color-foreground), 0.55);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  position: sticky;
  padding: 1.2rem;
  z-index: 2;
  top: 1.5rem;
  width: 4rem;
  margin: 0 0 0 auto;
}

.product-popup-modal__toggle:hover {
  color: rgba(var(--color-foreground), 0.75);
}

.product-popup-modal__toggle .icon {
  height: auto;
  margin: 0;
  width: 2.2rem;
}

.product__media-list .media > * {
  overflow: hidden;
}

.thumbnail-list {
  flex-wrap: wrap;
  grid-gap: 1rem;
}

/* Fix to show some space at the end of our sliders in all browsers to be applied on thumbnails */
.slider--mobile.thumbnail-list:after {
  content: none;
}

@media screen and (min-width: 750px) {
  .product--stacked .thumbnail-list {
    display: none;
  }

  .thumbnail-list {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
  }
}

.thumbnail-list_item--variant:not(:first-child) {
  display: none;
}

@media screen and (min-width: 990px) {
  .thumbnail-list {
    grid-template-columns: repeat(4, 1fr);
  }

  .product--medium .thumbnail-list {
    grid-template-columns: repeat(5, 1fr);
  }

  .product--large .thumbnail-list {
    grid-template-columns: repeat(6, 1fr);
  }
}

@media screen and (max-width: 749px) {
  .product__media-item {
    display: flex;
    align-items: center;
  }

  .product__modal-opener {
    width: 100%;
  }

  .thumbnail-slider {
    display: flex;
    align-items: center;
  }

  .thumbnail-slider .thumbnail-list.slider {
    display: flex;
    padding: 0.5rem;
    flex: 1;
    scroll-padding-left: 0.5rem;
  }

  .thumbnail-list__item.slider__slide {
    width: calc(33% - 0.6rem);
  }
}

@media screen and (min-width: 750px) {
  .product--thumbnail_slider .thumbnail-slider {
    display: flex;
    align-items: center;
  }

  .thumbnail-slider .thumbnail-list.slider--tablet-up {
    display: flex;
    padding: 1.5rem 0.5rem 0;
    flex: 1;
    scroll-padding-left: 0.5rem;
  }

  .product__media-wrapper .slider-mobile-gutter .slider-button {
    display: none;
  }

  .thumbnail-list.slider--tablet-up .thumbnail-list__item.slider__slide {
    width: calc(25% - 0.8rem);
  }

  .product--thumbnail_slider .slider-mobile-gutter .slider-button {
    display: flex;
  }
}

@media screen and (min-width: 900px) {
  .product--small .thumbnail-list.slider--tablet-up .thumbnail-list__item.slider__slide {
    width: calc(25% - 0.8rem);
  }

  .thumbnail-list.slider--tablet-up .thumbnail-list__item.slider__slide {
    width: calc(20% - 0.8rem);
  }
}

.thumbnail {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  height: 100%;
  width: 100%;
  padding: 0;
  color: rgb(var(--color-foreground));
  cursor: pointer;
  background-color: transparent;
}

.thumbnail:hover {
  opacity: 0.7;
}

.thumbnail.global-media-settings img {
  border-radius: 0;
}

.thumbnail[aria-current] {
  box-shadow: 0 0 0rem 0.1rem rgb(var(--color-foreground));
  border-color: rgb(var(--color-foreground));
}

.image-magnify-full-size {
  cursor: zoom-out;
  z-index: 1;
  margin: 0;
  border-radius: calc(var(--media-radius) - var(--media-border-width));
}

.image-magnify-hover {
  cursor: zoom-in;
}

.product__modal-opener--image .product__media-zoom-none,
.product__media-icon--none {
  display: none;
}

.product__modal-opener > .loading__spinner {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  display: flex;
  align-items: center;
  height: 48px;
  width: 48px;
}

.product__modal-opener .path {
  stroke: rgb(var(--color-button));
  opacity: 0.75;
}

@media (hover: hover) {
  .product__media-zoom-hover,
  .product__media-icon--hover {
    display: none;
  }
}

@media screen and (max-width: 749px) {
  .product__media-zoom-hover,
  .product__media-icon--hover {
    display: flex;
  }
}

.js .product__media {
  overflow: hidden !important;
}

.thumbnail[aria-current]:focus-visible {
  box-shadow: 0 0 0 0.3rem rgb(var(--color-background)), 0 0 0rem 0.5rem rgba(var(--color-foreground), 0.5);
}

.thumbnail[aria-current]:focus,
.thumbnail.focused {
  outline: 0;
  box-shadow: 0 0 0 0.3rem rgb(var(--color-background)), 0 0 0rem 0.5rem rgba(var(--color-foreground), 0.5);
}

/* outline styling for Windows High Contrast Mode */
@media (forced-colors: active) {
  .thumbnail[aria-current]:focus,
  .thumbnail.focused {
    outline: transparent solid 1px;
  }
}
.thumbnail[aria-current]:focus:not(:focus-visible) {
  outline: 0;
  box-shadow: 0 0 0 0.1rem rgb(var(--color-foreground));
}

.thumbnail img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.thumbnail__badge .icon {
  width: 1rem;
  height: 1rem;
}

.thumbnail__badge .icon-3d-model {
  width: 1.2rem;
  height: 1.2rem;
}

.thumbnail__badge {
  color: rgb(var(--color-foreground), 0.6);
  height: 2rem;
  width: 2rem;
  left: auto;
  right: calc(0.4rem + var(--media-border-width));
  top: calc(0.4rem + var(--media-border-width));
}

@media screen and (min-width: 750px) {
  .product:not(.product--small) .thumbnail__badge {
    height: 3rem;
    width: 3rem;
  }

  .product:not(.product--small) .thumbnail__badge .icon {
    width: 1.2rem;
    height: 1.2rem;
  }

  .product:not(.product--small) .thumbnail__badge .icon-3d-model {
    width: 1.4rem;
    height: 1.4rem;
  }
}

.thumbnail-list__item {
  position: relative;
}

.thumbnail-list__item::before {
  content: '';
  display: block;
  padding-bottom: 100%;
}

.product:not(.featured-product) .product__view-details {
  display: none;
}

.product__view-details {
  display: block;
  text-decoration: none;
}

.product__view-details:hover {
  text-decoration: underline;
  text-underline-offset: 0.3rem;
}

.product__view-details .icon {
  width: 1.2rem;
  margin-left: 1.2rem;
  flex-shrink: 0;
}

/* Inventory status */

.product__inventory {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.product--no-media .product__inventory {
  justify-content: center;
}

/* This keeps the container from getting display: none; applied to it and to make sure we're not introducing some layout shift when switching to an unavailable variant */
.product__inventory.visibility-hidden:empty {
  display: block;
}

.product__inventory.visibility-hidden:empty::after {
  content: '#';
}

/* Icon with text */
.icon-with-text {
  --icon-size: calc(var(--font-heading-scale) * 3rem);
  --icon-spacing: calc(var(--font-heading-scale) * 1rem);
}

.icon-with-text--horizontal {
  display: flex;
  justify-content: center;
  column-gap: 3rem;
  flex-direction: row;
}

.icon-with-text--vertical {
  --icon-size: calc(var(--font-heading-scale) * 2rem);
}

.icon-with-text .icon {
  fill: rgb(var(--color-foreground));
  height: var(--icon-size);
  width: var(--icon-size);
}

.icon-with-text--horizontal .icon,
.icon-with-text--horizontal img {
  margin-bottom: var(--icon-spacing);
}

.icon-with-text--vertical .icon {
  min-height: var(--icon-size);
  min-width: var(--icon-size);
  margin-right: var(--icon-spacing);
}

.icon-with-text img {
  height: var(--icon-size);
  width: var(--icon-size);
  object-fit: contain;
}

.icon-with-text--vertical img {
  margin-right: var(--icon-spacing);
}

.icon-with-text--horizontal .h4 {
  padding-top: calc(var(--icon-size) + var(--icon-spacing));
  text-align: center;
}

.icon-with-text--horizontal svg + .h4,
.icon-with-text--horizontal img + .h4,
.icon-with-text--horizontal.icon-with-text--text-only .h4 {
  padding-top: 0;
}

.icon-with-text__item {
  display: flex;
  align-items: center;
}

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

.icon-with-text--vertical .icon-with-text__item {
  margin-bottom: var(--icon-size);
}

/* SKU block */

.product__sku.visibility-hidden::after {
  content: '#';
}

/* Product-thumbnail snippet */

.product-media-container {
  --aspect-ratio: var(--preview-ratio);
  --ratio-percent: calc(1 / var(--aspect-ratio) * 100%);
  position: relative;
  width: 100%;
  max-width: calc(100% - calc(var(--media-border-width) * 2));
}

.product-media-container.constrain-height {
  /* arbitrary offset value based on average theme spacing and header height */
  --viewport-offset: 400px;
  --constrained-min-height: 300px;
  --constrained-height: max(var(--constrained-min-height), calc(100vh - var(--viewport-offset)));
  margin-right: auto;
  margin-left: auto;
}

.product-media-container.constrain-height.media-fit-contain {
  --contained-width: calc(var(--constrained-height) * var(--aspect-ratio));
  width: min(var(--contained-width), 100%);
}

.product-media-container .media {
  padding-top: var(--ratio-percent);
}

.product-media-container.constrain-height .media {
  padding-top: min(var(--constrained-height), var(--ratio-percent));
}

@media screen and (max-width: 749px) {
  .product-media-container.media-fit-cover {
    display: flex;
    align-self: stretch;
  }

  .product-media-container.media-fit-cover .media {
    /* allow media img element to scale relative to modal-opener/product-media-container */
    position: initial;
  }
}

@media screen and (min-width: 750px) {
  .product-media-container {
    max-width: 100%;
  }

  .product-media-container:not(.media-type-image) {
    /* override to use actual media ratio (not poster ratio) for video/models on desktop */
    --aspect-ratio: var(--ratio);
  }

  .product-media-container.constrain-height {
    --viewport-offset: 170px;
    --constrained-min-height: 500px;
  }

  .product-media-container.media-fit-cover,
  .product-media-container.media-fit-cover .product__modal-opener,
  .product-media-container.media-fit-cover .media {
    height: 100%;
  }

  .product-media-container.media-fit-cover .deferred-media__poster img {
    object-fit: cover;
    width: 100%;
  }
}

.product-media-container .product__modal-opener {
  display: block;
  position: relative;
}

@media screen and (min-width: 750px) {
  .product-media-container .product__modal-opener:not(.product__modal-opener--image) {
    display: none;
  }
}

/* Recipient form */
.recipient-form {
  /* (2.88[line-height] - 1.6rem) / 2 */
  --recipient-checkbox-margin-top: 0.64rem;

  display: block;
  position: relative;
  max-width: 44rem;
  margin-bottom: 2.5rem;
}

.recipient-form-field-label {
  margin: 0.6rem 0;
}

.recipient-form-field-label--space-between {
  display: flex;
  justify-content: space-between;
}

.recipient-checkbox {
  flex-grow: 1;
  font-size: 1.6rem;
  display: flex;
  word-break: break-word;
  align-items: flex-start;
  max-width: inherit;
  position: relative;
  cursor: pointer;
}

.recipient-form > input[type='checkbox'] {
  position: absolute;
  width: 1.6rem;
  height: 1.6rem;
  margin: var(--recipient-checkbox-margin-top) 0;
  top: 0;
  left: 0;
  z-index: -1;
  appearance: none;
  -webkit-appearance: none;
}

.recipient-fields__field {
  margin: 0 0 2rem 0;
}

.recipient-fields .field__label {
  white-space: nowrap;
  text-overflow: ellipsis;
  max-width: calc(100% - 3.5rem);
  overflow: hidden;
}

.recipient-checkbox > svg {
  margin-top: var(--recipient-checkbox-margin-top);
  margin-right: 1.2rem;
  flex-shrink: 0;
}

.recipient-form .icon-checkmark {
  visibility: hidden;
  position: absolute;
  left: 0.28rem;
  z-index: 5;
  top: 0.4rem;
}

.recipient-form > input[type='checkbox']:checked + label .icon-checkmark {
  visibility: visible;
}

.js .recipient-fields {
  display: none;
}

.recipient-fields hr {
  margin: 1.6rem auto;
}

.recipient-form > input[type='checkbox']:checked ~ .recipient-fields {
  display: block;
  animation: animateMenuOpen var(--duration-default) ease;
}
.recipient-form > input[type='checkbox']:not(:checked, :disabled) ~ .recipient-fields,
.recipient-email-label {
  display: none;
}

.js .recipient-email-label.required {
  display: inline;
}

.recipient-form ul {
  line-height: calc(1 + 0.6 / var(--font-body-scale));
  padding-left: 4.4rem;
  text-align: left;
}

.recipient-form ul a {
  display: inline;
}

.recipient-form .error-message::first-letter {
  text-transform: capitalize;
}

.accordion__content p { margin: 0; }

@media screen and (forced-colors: active) {
  .recipient-fields > hr {
    border-top: 0.1rem solid rgb(var(--color-background));
  }

  .recipient-checkbox > svg {
    background-color: inherit;
    border: 0.1rem solid rgb(var(--color-background));
  }

  .recipient-form > input[type='checkbox']:checked + label .icon-checkmark {
    border: none;
  }
}

variant-selects {
  display: block;
}

.product--no-media .product-form__input--pill,
.product--no-media .product-form__input--swatch,
.product--no-media .product-form__input--dropdown {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.product--no-media .product-form__input.product-form__input--pill,
.product--no-media .product-form__input.product-form__input--swatch {
  flex-wrap: wrap;
  margin: 0 auto 1.2rem auto;
}

.product--no-media .product-form__input--dropdown {
  flex-direction: column;
  max-width: 100%;
}

:is(.product-form__input--pill, .product-form__input--swatch) .form__label {
  margin-bottom: 0.2rem;
}

.product-form__input input[type='radio'] {
  clip: rect(0, 0, 0, 0);
  overflow: hidden;
  position: absolute;
  height: 1px;
  width: 1px;
}

.product-form__input input[type='radio']:not(.disabled):not(.visually-disabled) + label > .label-unavailable {
  display: none;
}

.product-form__input--dropdown {
  --swatch-input--size: 2rem;
  margin-bottom: 1.6rem;
}

.product-form__input--dropdown .dropdown-swatch + select {
  padding-left: calc(2.4rem + var(--swatch-input--size));
}

.product-form__input--dropdown .dropdown-swatch {
  position: absolute;
  left: 1.6rem;
  top: calc(50% - var(--swatch-input--size) / 2);
  width: var(--swatch-input--size);
  height: var(--swatch-input--size);
  z-index: 1;
}

/* Custom styles for Pill display type */
.product-form__input--pill input[type='radio'] + label {
  border: var(--variant-pills-border-width) solid rgba(var(--color-foreground), var(--variant-pills-border-opacity));
  background-color: rgb(var(--color-background));
  color: rgba(var(--color-foreground));
  border-radius: var(--variant-pills-radius);
  color: rgb(var(--color-foreground));
  display: inline-block;
  margin: 0.7rem 0.5rem 0.2rem 0;
  padding: 1rem 2rem;
  font-size: 1.4rem;
  line-height: 1;
  text-align: center;
  transition: border var(--duration-short) ease;
  cursor: pointer;
  position: relative;
}

.product-form__input--pill input[type='radio'] + label:before {
  content: '';
  position: absolute;
  top: calc(var(--variant-pills-border-width) * -1);
  right: calc(var(--variant-pills-border-width) * -1);
  bottom: calc(var(--variant-pills-border-width) * -1);
  left: calc(var(--variant-pills-border-width) * -1);
  z-index: -1;
  border-radius: var(--variant-pills-radius);
  box-shadow: var(--variant-pills-shadow-horizontal-offset) var(--variant-pills-shadow-vertical-offset)
    var(--variant-pills-shadow-blur-radius) rgba(var(--color-shadow), var(--variant-pills-shadow-opacity));
}

.product-form__input--pill input[type='radio'] + label:hover {
  border-color: rgb(var(--color-foreground));
}

.product-form__input--pill input[type='radio']:checked + label {
  background-color: rgb(var(--color-foreground));
  color: rgb(var(--color-background));
}

@media screen and (forced-colors: active) {
  .product-form__input--pill input[type='radio']:checked + label {
    text-decoration: underline;
  }

  .product-form__input--pill input[type='radio']:focus-visible + label {
    outline: transparent solid 1px;
    outline-offset: 2px;
  }
}

.product-form__input--pill input[type='radio']:checked + label::selection {
  background-color: rgba(var(--color-background), 0.3);
}

.product-form__input--pill input[type='radio']:disabled + label,
.product-form__input--pill input[type='radio'].disabled + label {
  border-color: rgba(var(--color-foreground), 0.1);
  color: rgba(var(--color-foreground), 0.6);
  text-decoration: line-through;
}

.product-form__input--pill input[type='radio'].disabled:checked + label,
.product-form__input--pill input[type='radio']:disabled:checked + label {
  color: rgba(var(--color-background), 0.6);
}
.product-form__input--pill input[type='radio']:focus-visible + label {
  box-shadow: 0 0 0 0.3rem rgb(var(--color-background)), 0 0 0 0.5rem rgba(var(--color-foreground), 0.55);
}

/* Fallback */
.product-form__input--pill input[type='radio'].focused + label {
  box-shadow: 0 0 0 0.3rem rgb(var(--color-background)), 0 0 0 0.5rem rgba(var(--color-foreground), 0.55);
}

/* Custom styles for Swatch display type */
.product-form__input--swatch {
  display: flex;
  flex-wrap: wrap;
}

.product-form__input--swatch .swatch-input__input + .swatch-input__label {
  --swatch-input--size: 3.6rem;

  margin: 0.7rem 1.2rem 0.2rem 0;
}

.purchase-label {
  border-bottom: 1px solid #533278 !important;
}

.oke-is-clickable {
  display: flex;
  justify-content: center;
  align-items: center;
}

.oke-stars img {
  height: 17px;
  object-fit: cover;
  width: 140px;
}



.product-accourdians { display: none; }

.slider-buttons.quick-add-hidden { display: none; }

.oke-stars { display: flex; }

.page.page-id-79 .elementor-element.elementor-element-e95fefc {
  background: #B1A1CA;
}

div .rtx-subscription, div .rtx-subcription *, div .purchaseTypeLbl {
  text-align: center;
  font-family: inherit !important;
}


[data-rtx-subscription-price], [data-rtx-onetime-price=""] {
  font-family: inherit !important;
  font-weight: normal !important;
}

div .rtx-modal-button {
  font-family: "matter sq trial bold", Sans-serif !important;
  background: transparent !important;
  color: inherit !important;
}

.thumbnail-slider.slider-mobile-gutter .thumbnail.active {
  border: 1px solid #000;
}

span[data-rtx-onetime-price] em {
  font-style: normal;
  margin-left: 10px;
}

.cross-price {
  text-decoration: line-through;
  margin-left: 10px;
}

#masthead {
  z-index: inherit !important;
}


@media screen and (min-width: 750px) {
  .product-form__input--swatch .swatch-input__input + .swatch-input__label {
    --swatch-input--size: 2.8rem;
  }
}

@media screen and (max-width: 749px) {
   .product-media-sec { display: flex;justify-content: center; margin: 0 auto; } 
   .product-media-sec > .elementor-widget-container { width: 100%; border-top-left-radius: 20px; border-top-right-radius: 20px; }
    .product-media-sec .grid--peek.slider .grid__item:first-of-type { margin-left: 0; }
    .product__media-wrapper slider-component:not(.thumbnail-slider--no-slide) { margin: 0; }
    .product.product--medium > .e-con-inner { background: #fff; max-width: 95%; border-radius: 20px; margin-top: 30px; }
    .product.product--medium { padding-bottom: 50px; }
    .thumbnail-slider { display: none !important; }
    .product__media-list .owl-dots { display: flex; justify-content: center; gap: 10px; margin-top: 20px; margin-bottom: 20px; }
    .product__media-list .owl-dot { width: 14px; height: 14px; border: 1px solid #0000001a !important; display: inline-block; border-radius: 30px; }
    .product__media-list .owl-dot.active { border-color: #000 !important; }
}