/** Shopify CDN: Minification failed

Line 3208:78 Expected ":"

**/
/* Color custom properties */

:root,
.color-background-1 {
  --color-foreground: var(--color-base-text);
  --color-background: var(--color-base-background-1);
  --gradient-background: var(--gradient-base-background-1);
}

.color-background-2 {
  --color-foreground: var(--color-base-text);
  --color-background: var(--color-base-background-2);
  --gradient-background: var(--gradient-base-background-2);
}

.color-inverse {
  --color-foreground: var(--color-base-background-1);
  --color-background: var(--color-base-text);
  --gradient-background: rgb(var(--color-base-text));
}

.color-accent-1 {
  --color-foreground: var(--color-base-solid-button-labels);
  --color-background: var(--color-base-accent-1);
  --gradient-background: var(--gradient-base-accent-1);
}

.color-accent-2 {
  --color-foreground: var(--color-base-solid-button-labels);
  --color-background: var(--color-base-accent-2);
  --gradient-background: var(--gradient-base-accent-2);
}

.color-foreground-outline-button {
  --color-foreground: var(--color-base-outline-button-labels);
}

.color-foreground-accent-1 {
  --color-foreground: var(--color-base-accent-1);
}

.color-foreground-accent-2 {
  --color-foreground: var(--color-base-accent-2);
}

:root,
.color-background-1 {
  --color-link: var(--color-base-outline-button-labels);
  --alpha-link: 0.85;
}

.color-background-2,
.color-inverse,
.color-accent-1,
.color-accent-2 {
  --color-link: var(--color-foreground);
  --alpha-link: 0.7;
}

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

.color-background-2,
.color-inverse,
.color-accent-1,
.color-accent-2 {
  --color-button: var(--color-foreground);
  --color-button-text: var(--color-background);
}

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

.color-background-2 .button--secondary,
.color-accent-1 .button--secondary,
.color-accent-2 .button--secondary {
  --color-button: var(--color-background);
  --color-button-text: var(--color-foreground);
}

.color-inverse .button--secondary {
  --color-button: var(--color-background);
  --color-button-text: var(--color-foreground);
}

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

.color-background-2 .button--tertiary,
.color-inverse .button--tertiary,
.color-accent-1 .button--tertiary,
.color-accent-2 .button--tertiary {
  --color-button: var(--color-foreground);
  --color-button-text: var(--color-foreground);
}

:root,
.color-background-1 {
  --color-badge-background: var(--color-background);
  --color-badge-border: var(--color-foreground);
  --alpha-badge-border: 0.1;
}

.color-background-2,
.color-inverse,
.color-accent-1,
.color-accent-2 {
  --color-badge-background: var(--color-background);
  --color-badge-border: var(--color-background);
  --alpha-badge-border: 1;
}

:root,
.color-background-1,
.color-background-2 {
  --color-card-hover: var(--color-base-text);
}

.color-inverse {
  --color-card-hover: var(--color-base-background-1);
}

.color-accent-1,
.color-accent-2 {
  --color-card-hover: var(--color-base-solid-button-labels);
}

:root,
.color-icon-text {
  --color-icon: rgb(var(--color-base-text));
}

.color-icon-accent-1 {
  --color-icon: rgb(var(--color-base-accent-1));
}

.color-icon-accent-2 {
  --color-icon: rgb(var(--color-base-accent-2));
}

.color-icon-outline-button {
  --color-icon: rgb(var(--color-base-outline-button-labels));
}

.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 */

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

body,
.color-background-1,
.color-background-2,
.color-inverse,
.color-accent-1,
.color-accent-2 {
  color: rgba(var(--color-foreground), 0.75);
  background-color: rgb(var(--color-background));
}

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

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

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

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

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

.hidden {
  display: none !important;
}

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

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

.overflow-hidden {
  overflow: hidden;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.left {
  text-align: left;
}

.center {
  text-align: center;
}

.right {
  text-align: right;
}

.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;
  letter-spacing: 0.1rem;
  text-decoration: none;
  margin-bottom: 4.5rem;
  white-space: nowrap;
}

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

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

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

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

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

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

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

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

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

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

.visibility-hidden {
  visibility: hidden;
}

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

:root {
  --duration-short: 100ms;
  --duration-default: 200ms;
  --duration-long: 500ms;
}

.underlined-link,
.customer a {
  color: rgba(var(--color-link), var(--alpha-link));
  text-underline-offset: 0.3rem;
  text-decoration-thickness: 0.1rem;
  transition: text-decoration-thickness ease 100ms;
}

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

.icon-arrow {
  width: 1.5rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/*
  Focus ring - inset
*/

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

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

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

/*
  Focus ring - none
*/

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

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

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

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

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

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

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

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

.title-wrapper-with-link {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 1rem;
  margin-bottom: 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 {
  color: rgb(var(--color-link));
  margin-top: 0;
  flex-shrink: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@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: cover;
  object-position: center center;
  transition: opacity 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

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

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

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

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

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

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

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

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

deferred-media {
  display: block;
}

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

.button,
.shopify-challenge__button,
.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-base-text), 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;
  letter-spacing: 0.1rem;
  line-height: calc(1 + 0.2 / var(--font-body-scale));
}

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

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

/* Button - other */

.button:disabled,
.button[aria-disabled='true'],
.button.disabled,
.customer button:disabled,
.customer button[aria-disabled='true'],
.customer button.disabled,
.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-overlay__spinner {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  height: 100%;
  display: flex;
  align-items: center;
}

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

.button.loading > .loading-overlay__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-base-text), var(--inputs-shadow-opacity));
  z-index: -1;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.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);
  letter-spacing: 0.1rem;
  line-height: 1.5;
}

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

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

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

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

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

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

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

/* Text area */

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

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

/* Form global */

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

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

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

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

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

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

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

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

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

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

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

/* component-quantity */
.quantity {
  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-base-text), var(--inputs-shadow-opacity));
  z-index: -1;
}

.quantity__input {
  color: currentColor;
  font-size: 1.4rem;
  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: 1.2rem;
  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 .loading-overlay:not(.hidden) ~ *,
.quantity__rules-cart .loading-overlay:not(.hidden) ~ * {
  visibility: hidden;
}

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

.no-js details[open] .modal__toggle {
  position: absolute;
  z-index: 5;
}

.modal__toggle-close {
  display: none;
}

.no-js details[open] svg.modal__toggle-close {
  display: flex;
  z-index: 1;
  height: 1.7rem;
  width: 1.7rem;
}

.modal__toggle-open {
  display: flex;
}

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

.no-js .modal__close-button.link {
  display: none;
}

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

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

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

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

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

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

.cart-count-bubble {
  position: absolute;
  background-color: 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));
}

/* section-announcement-bar */
.announcement-bar {
  border-bottom: 0.1rem solid rgba(var(--color-foreground), 0.08);
  color: rgb(var(--color-foreground));
}

.announcement-bar__link {
  display: block;
  width: 100%;
  padding: 1rem 0;
  text-decoration: none;
}

.announcement-bar__link:hover {
  color: rgb(var(--color-foreground));
  background-color: rgba(var(--color-card-hover), 0.06);
}

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

.announcement-bar__link .announcement-bar__message {
  padding: 0;
}

.announcement-bar__message {
  padding: 1rem 0;
  margin: 0;
  letter-spacing: 0.1rem;
}

/* 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-icon heading icons';
  grid-template-columns: 1fr 2fr 1fr;
  align-items: center;
}

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

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

  .header--middle-center {
    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-icon heading icons'
      'navigation navigation navigation';
  }

  .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;
  width: 100%;
  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__heading-link {
    margin-left: -0.75rem;
  }

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

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

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

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

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

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

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

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

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

.no-js .predictive-search {
  display: none;
}

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

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

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

.no-js details[open] > .header__icon--search {
  top: 1rem;
  right: 0.5rem;
}

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

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

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

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

.search-modal__form {
  width: 100%;
}

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

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

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

@media screen and (min-width: 990px) {
  .search-modal__form {
    max-width: 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: 2.4rem 0;
}

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

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

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

.header__submenu .header__submenu .header__menu-item {
  padding-left: 3.4rem;
}

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

@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;
  letter-spacing: 0.1rem;
  line-height: 1;
  padding: 0.5rem 1.3rem 0.6rem 1.3rem;
  text-align: center;
  background-color: rgb(var(--color-badge-background));
  border-color: rgba(var(--color-badge-border), var(--alpha-badge-border));
  color: rgb(var(--color-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 {
  border-radius: calc(var(--media-radius) - var(--media-border-width));
}

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

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

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

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

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

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

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

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

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

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


@font-face {
    font-family: 'Bubbler One';
    src: url('/cdn/shop/files/BubblerOne-Regular.woff2') format('woff2'),
        url('/cdn/shop/files/BubblerOne-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Sunday';
    src: url('/cdn/shop/files/Sunday-Regular.woff2') format('woff2'),
        url('/cdn/shop/files/Sunday-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}


@font-face {
    font-family: 'Sunday Holiday';
    src: url('/cdn/shop/files/SundayHoliday.woff2') format('woff2'),
        url('/cdn/shop/files/SundayHoliday.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Brittany Signature';
    src: url('BrittanySignatureRegular.eot');
    src: url('/cdn/shop/files/BrittanySignatureRegular.eot') format('embedded-opentype'),
        url('/cdn/shop/files/BrittanySignatureRegular.woff2') format('woff2'),
        url('/cdn/shop/files/BrittanySignatureRegular.woff') format('woff'),
        url('/cdn/shop/files/BrittanySignatureRegular.ttf') format('truetype'),

    font-weight: normal;
    font-style: normal;
    font-display: swap;
}






.image_banner_collection h2 { font-family: 'Sunday'; font-weight: normal; font-style: normal; color: #ee2b78; font-size: 50px; text-align: center;}
.image_banner_collection .image-with-text__content { padding:0 20px 0 0 !important;}
.collection-content-info-section h2 { font-size: 35px;margin: 0 0 10px; font-family: 'Sunday'; font-weight: normal; font-style: normal; display: flex; justify-content: center; align-items: center; gap: 10px;}
.collection-content-info-section p { margin: 0; font-size: 20px; color: #fff; font-family: 'Bubbler One'; font-weight: normal; font-style: normal;line-height: 34px;}

.collection-content-info-section .page-width { max-width: 1200px; width: 100%;}

.collection-content-info-section { margin: 0 0 30px;} 

/* .image_banner_collection { margin: 0 0 40px;} */

.image_banner_collection .image-with-text__media img { position: unset !important; height: auto !important; max-width: 100% !important;}
/* .image_banner_collection .page-width { max-width: 1300px;} */
.image_banner_collection .page-width { max-width: 1340px;}
/* .image_banner_collection .image-with-text__media { padding: 0 !important;} */
.image_banner_collection { background-position: center; background-size: cover;}
.collection-content-info-section h2::before { content: ""; background-image: url("/cdn/shop/files/collection-title-icons.png"); width: 82px; height: 87px;min-width: 82px; display: inline-block; vertical-align: middle;}

/* .collection-content-info-section .rich-text__blocks { max-width:100%;} */
.collection-content-info-section .rich-text__blocks { max-width:1020px;}
.collection-content-info-section .metafield-rich_text_field { display: flex; align-items: center; gap: 10px; justify-content: center;}
.collection-content-info-section .metafield-rich_text_field::before {content: ""; background-image: url(/cdn/shop/files/collection-title-icons.png); width: 82px; height: 87px; min-width: 82px; display: inline-block; vertical-align: middle;}
.image_banner_collection .image-with-text__text { width: 100%;}

#easylockdown-password-form #easylockdown-password-note p { margin: 0 0 20px; font-family: Sunday; font-weight: 400; font-style: normal; color: #ee2b78; font-size: 30px; text-align: center;}
#easylockdown-password-form .easylockdown-form-holder { position: relative; width: 100%; max-width: 450px;}
#easylockdown-password-form .easylockdown-form-holder #easylockdown-password { text-align: left; font-weight: 400; font-size: 16px; font-family: Jost,sans-serif; line-height: 28px; color: var(--ecom-global-colors-primary); background-color: #fff; border-style: solid; border-width: 1px; border-color: #9f9f9f; border-radius: 24px; width: 100%; padding: 10px 110px 10px 19px;}
#easylockdown-password-form .easylockdown-form-holder a#easylockdown-password-form-button { font-family: Quicksand,sans-serif; font-size: 16px; font-weight: 500; line-height: 1.4em; letter-spacing: .6px; font-style: normal; text-transform: none; background-color: var(--ecom-global-colors-accent); border-style: none; border-radius: 40px; transition-duration: .4s; padding: 11px 32px 15px; position: absolute; right: 0; top: 0;height: 50px !important;}


.image_banner_collection .image-with-text__media, .image-grid-boxs .banner-image-block { padding-right: 10% !important; position: relative; padding-bottom: 0 !important;}
.image_banner_collection .image-with-text__media::after, .image-grid-boxs .banner-image-block::after { content: ""; display: inline-block; background-image: url(/cdn/shop/files/banner-right-bg.png); position: absolute; right: 0; bottom: 9%; width: 9%; height: 58%; background-size: 90%; background-repeat: no-repeat; background-position: center right;}


/* New Css */

.image-block-section { padding: 10px 0;}
.image-grid-boxs { display: flex; flex-wrap: wrap; align-items: center;}
.image-grid-boxs .span-colm-5 { width: 40%; padding: 0 30px 0 0px;}
.image-grid-boxs .span-colm-7 { width: 60%;}
.image-grid-boxs .banner-image-block img { width: 100%;vertical-align: top;}
.image-grid-boxs .banner-title-block h1 { text-align: center; font-family: Sunday; font-weight: 400; font-style: normal; color: #ee2b78; font-size: 50px; text-align: center;}
.transformations-image-section .trans-grid-boxs {display: flex;align-items: center;justify-content: right;background-color: #ffd6df;  border-radius: 36px;}
  
.transformations-image-section .trans-grid-boxs .image-boxs img {max-width: 100%;}
.transformations-image-section .trans-grid-boxs .transf-content-colm {width: 100%;max-width: 800px;}
.transformations-image-section .trans-grid-boxs .transform-content-block h2 {font-family: 'Sunday';font-size: 33px;text-align: center;color: #ee2b78;}
.transformations-image-section .trans-grid-boxs .transform-content-block .transform-description {font-family: 'Bubbler One';font-size: 24px;text-align: center;}
/* .transformations-image-section .trans-grid-boxs::after {content: '';background-color: #FFD6DF;position: absolute;width: 94%;height: 75%;border-radius: 36px;z-index: -1;left: auto;right: 0;} */
.transformations-image-section .trans-grid-boxs .transf-content-colm .transform-content-block {padding: 20px 40px;max-width: 95%;margin: auto;}
.transformations-image-section {padding: 80px 20px;}
.transformations-image-section .page-width {max-width: 1200px;padding: 0;}
.trans-grid-boxs .transform-book-btns a {font-size: 22px;font-family: 'Sunday';width: 260px;color: #fff;background-color: #ee2b78;border-radius: 24px;transition-duration: .4s; padding: 10px 30px;text-decoration: none;}
.trans-grid-boxs .transform-book-btns a {font-size: 22px;font-family: 'Sunday';width: 260px;color: #fff;background-color: #ee2b78;border-radius: 24px; transition-duration: .4s; padding: 10px 30px; text-decoration: none; width: 295px;max-width: 100%;height: 65px;display: flex;justify-content: center;align-items: center;margin: auto;}
.transformations-image-section .transform_row:nth-child(2n-2) .trans-grid-boxs {flex-direction: row-reverse;}
.transformations-image-section .transform_row:nth-child(2n-2) .trans-grid-boxs::after {left: 0;right: auto;}
.transformations-image-section .trans-grid-boxs .transform-content-block .transform-description p {margin: 15px;}
.transformations-image-section .transform_row {margin-bottom: 30px;position: relative;padding-left: 8%;padding-right: 0;padding-top: 30px;padding-bottom: 30px;}
.transformations-image-section .trans-grid-boxs .image-colm {width: 100%;position: absolute;left: 0;max-width: 375px;display: flex;align-items: center;justify-content: flex-start;margin: auto 0;}
.transformations-image-section .transform_row:nth-child(2n - 2) .trans-grid-boxs .image-colm {left: auto;right: 0;}
.transformations-image-section .transform_row:nth-child(2n - 2) {padding-right: 8%;padding-left: 0;}
.transformations-image-section .transform_row .trans-grid-boxs {padding-right: 0;padding-left: 30%;}
.transformations-image-section .transform_row:nth-child(2n-2) .trans-grid-boxs {justify-content: left;padding-right: 30%;padding-left: 0;}

.transformation-description-section { padding: 15px 0 20px;}
.transformation-description-section h2 { font-family: Sunday; font-weight: 400; font-style: normal;color: #fff; font-size: 36px; text-align: center;margin: 0 0 10px;}
.transformation-description-section p { text-align: center; margin: 0; font-size: 20px; color: #fff; font-family: Bubbler One; font-weight: 400; font-style: normal; line-height: 34px;}
.transformation-description-section h2::before { content: ""; background-image: url(/cdn/shop/files/collection-title-icons.png); width: 76px; height: 82px; min-width: 76px; display: inline-block; vertical-align: middle; background-size: 76px; background-position: center; background-repeat: no-repeat;}

/* New Css */
.fade-section::before { position: absolute; left: 0; bottom: 0; width: 50%; height: 100%; background: #f9b0b0; content: ""; border-radius: 50%; filter: blur(150px); z-index: 0; display: block; opacity: 1; visibility: visible;}

.transformation-description:before {content: "";background-image: url(/cdn/shop/files/collection-title-icons.png);width: 82px;height: 87px;min-width: 82px;display: inline-block;vertical-align: middle;}
.transformation-description {display: flex;align-items: center;gap: 10px;justify-content: center;}
.header--middle-left {grid-template-columns: auto auto auto;}
.list-menu--inline {gap: 10px;}
nav.header__inline-menu > ul > li:last-child > a {color: #fff;background: #ee2b78;font-family: Quicksand, sans-serif;font-size: 14px;font-weight: 500;line-height: 20px;letter-spacing: .6px;border-radius: 20px;padding: 10px 25px;text-decoration: none;}
/*nav.menu-drawer__navigation ul.menu-drawer__menu > li:last-child > a {color: #fff;background: #ee2b78;font-family: Quicksand, sans-serif;font-size: 14px;font-weight: 500;line-height: 20px;letter-spacing: .6px;border-radius: 20px;padding: 10px 25px;text-decoration: none;width: auto;display: inline-flex;margin: 1.1rem 3.2rem;}*/
.social-icons-list .ecom-base-iconlist .ecom-iconlist--list {display: flex !important;flex-wrap: wrap;justify-content: center;row-gap: 18px !important;}
.social-icons-list .ecom-base-iconlist .ecom-iconlist--list .ecom-iconlist--title {margin: 0px !important;}
.social-icons-list .ecom-base-iconlist .ecom-iconlist--list .ecom-iconlist-content {padding: 0px !important;}
.social-icons-list .ecom-base-iconlist .ecom-iconlist--list .ecom-iconlist--item .ecom-iconlist--container {align-items: center;}
.social-icons-list .ecom-base-iconlist .ecom-iconlist--list .ecom-iconlist-content .ecom-iconlist--des {display: none;}
.social-icons-list .ecom-base-iconlist .ecom-iconlist--list a {text-decoration: none;}
.collection-art-kit .collection-content-info-section .rich-text__blocks { max-width: 880px;}
nav.menu-drawer__navigation ul.menu-drawer__menu > li .custom-mob-book-now {color: #fff;background: #ee2b78;font-family: Quicksand, sans-serif;font-size: 14px;font-weight: 500;line-height: 20px; letter-spacing: .6px; border-radius: 20px;padding: 10px 25px;text-decoration: none;width: auto;display: inline-flex;margin: 1.1rem 3.2rem;}

.section-header.shopify-section-group-header-group {z-index: 999;}
.mailchimp-form-section:after {position: absolute;content: "";background-image: url("/cdn/shop/files/color-top-1.png?v=1763641435");width: 100%;height: 100%;top: 0;left: 0;right: 0;margin: auto;bottom: auto;z-index: -1;background-repeat: no-repeat;background-size: 100%;}
.mailchimp-form-section {position: relative;background-image: none !important;display: flex;justify-content: center;align-items: center;}
.mailchimp-form-section:before {position: absolute;content: "";background-image: url("/cdn/shop/files/color-bottom-2.png?v=1763641435");width: 100%;height: 100%;top: auto;left: 0;right: 0;margin: auto;bottom: 0;background-position: bottom;background-repeat: no-repeat;z-index: -1;background-size: 100%;}
.mailchimp-form-section {padding: 40px 0px 145px 0px;}
.mailchimp-box .custom-head-magic {font-weight: normal;font-family: 'Sunday';font-size: 60px;text-align: center;color: #ee2b78;text-shadow: rgba(238, 43, 120, 0.69) 2.69172px 2.69172px 0px;transform: translate(0px, 0px);}

.month-club-banner .booking-inner-col {justify-content: center;}
.month-club-banner {padding: 24px 0px 20px;}
.month-club-banner .booking-inner-col h2 {font-size: 47px;line-height: 1.5; padding: 0px 0px 12px;}
.month-club-banner a.small-potion-banner {text-decoration: none;padding: 24px 0px 20px;display: flex;flex-direction: column;}
.link-club .text-content {display: flex;}
.link-club a {text-decoration: none !important;width: 100%;display: flex;justify-content: center;}
.link-club a:hover {text-decoration: none;}

/* Youtube Page Css */

.youtube-banner-section { padding: 50px 0; background-color: #fff;}
.youtube-grid-boxs { display: flex; flex-wrap: wrap; align-items: center;}
.youtube-content-info h1 { text-align: center; color: rgb(238, 43, 120); font-size: 80px; font-family: Sunday; font-weight: 400; line-height: 1.5; margin: 0 0 10px;}
.youtube-content-info h3 { text-align: center; font-family: 'Sunday Holiday'; color: rgb(238, 43, 120); font-size: 50px; line-height: 1.3;}
.youtube-grid-boxs .colm-span-7 { width: 60%; padding: 0 30px 0 0;}
.youtube-grid-boxs .colm-span-5 { width: 40%;}
.banner-image-right img { max-width: 100%; vertical-align: top;}
.youtube-content-info h1 a, .youtube-content-info h3 a { color: #ee2b78; text-decoration: none;}


.youtube-block-section { padding: 100px 0;}
.youtube-items-grid { display: flex; flex-direction: column; gap: 80px;}
.youtube-items-grid { display: flex; flex-direction: column; gap: 80px;}
.youtube-items-boxs { display: flex; flex-wrap: wrap; border-radius: 36px; background: #f14b8c; align-items: center;}
.youtube_left_colm { width: 40%; position: relative; text-align: center; min-height: 250px;}
.youtube-image-block { position: absolute;top: 50%; transform: translateY(-50%); -moz-transform: translateY(-50%); left: 0; right: 0;}

.youtube-image-block .ecom-youtube-img img { max-width: 100%; vertical-align: top;}
.youtube_right_colm { width: 60%; padding: 0 30px;}
.youtube-content-block h2 { color: rgb(255, 255, 255); text-align: center; font-size: 50px; font-family: Sunday; font-weight: 400; line-height: 1.4; margin: 0 0 25px;}
.youtube-content-block .youtube-btns { text-align: center;}
.youtube-content-block .youtube-btns a { background: rgb(255, 255, 255); color: #f14b8c; font-family: Sunday; font-weight: 400; text-decoration: none; font-size: 30px; line-height: 1.2; padding: 22px 60px; display: inline-block; border-radius: 60px;}
.ecom-icon-1 { position: absolute;}
.ecom-youtube-img { max-width: 360px; margin: 0 auto;}

.youtube-items-boxs:nth-child(2n+1) .youtube-image-block { padding-left: 30px;}
.youtube-items-boxs:nth-child(2n) .youtube-image-block { padding-right: 30px;}

.ecom-icon-1 { position: absolute; right: 15px; bottom: -30px;}
.ecom-icon-1 img { max-width: 110px; vertical-align:top;}
.ecom-icon-2 { position: absolute; left: -40px; bottom: -15px;}
/* .youtube-image-block .ecom-icon-2 img, .youtube-image-block .ecom-icon-4 img, .youtube-image-block .ecom-icon-5 img, .youtube-image-block .ecom-icon-6 img { max-width: 100%;} */
.ecom-icon-3 { position: absolute; left: 0; right: 0; bottom: 22%; padding: 0 0 0 55px;}
.ecom-icon-4 { position: absolute; left: -20px; bottom: 0px;}
.ecom-icon-5 { position: absolute; right: -25px; bottom: -2px;}
.ecom-icon-6 { position: absolute; left: -55px; bottom: -2px;}
.ecom-icon-2 img, .ecom-icon-3 img, .ecom-icon-4 img, .ecom-icon-5 img, .ecom-icon-6 img{ max-width:100%; vertical-align: top;}


#smoothie-job-content .smoothie-job-listing-card .detail { display: inline-flex; align-items: center; float: none;}
#smoothie-job-content .smoothie-job-listing-card .detail .smoothie-icon-wrapper { display: inline-flex; align-items: center; float: none;}
#smoothie-job-content .smoothie-job-listing-card .detail .detail-text { margin-top: 0;}
#smoothie-job-content .job-page ul a { text-decoration: none;}





/* Potion Page Css */

.potion-video-section { padding: 60px 0;}
.potion-video-items .potion-video-image img { max-width: 100%;  vertical-align: top;}
.potion-video-section .potion-video-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 40px 50px;}
.potion-video-items .watch-now-btns { text-align: center; margin: 20px 0 0;}
.potion-video-items .watch-now-btns a { background: #f14b8c; color: #fff; font-family: Sunday; font-weight: 400; text-decoration: none; font-size: 24px; line-height: 1.2; padding: 16px 20px; display: inline-block; border-radius: 60px; width: 100%; max-width: 90%; text-align: center;}
.potion-video-items .watch-now-btns a:hover { background-color: #BDBCBF; color #fff;}



/* Donation Page Css */
.donation-banner-section { position: relative; padding:80px 0;}
.donation-banner-section h1 { text-align: center; color: #ee2b78; font-size: 60px; font-family: Sunday; font-weight: 400; line-height: 1.5; margin: 0;}
.donation-content-info h3 { text-align: center; color: #ee2b78; font-size: 36px; font-family: Sunday; font-weight: 400; line-height: 1.5;}
.donation-right-image { position: absolute; left: 0; bottom: 0;}
.donation-right-image img { max-width:100%; vertical-align: top;}


.social-follow-us-section { position: relative; padding: 10px 0;  overflow: hidden;}
.social-left-bg { position: absolute; left: -10px; top: 20px; width: 8%;}
.social-right-bg { position: absolute; right: -10px; top: 20px; width: 8%;  text-align: right;}
.social-left-bg img, .social-right-bg img{ max-width:100%;}
.social-follow-us-section .page-width { max-width: 100%; display: flex; flex-wrap: wrap;}
.social-left-column { width: 15%;}
.social-center-column { width: 70%; padding:20px 30px; display: flex; flex-wrap: wrap; align-items: center;}
.social-right-column { width: 15%;}
.social-phone-image img { max-width: 100%;}
.social-phone-image{position: relative;  z-index: 1;}
.social-content-info { max-width: 1000px; margin: 0 auto; width:100%;}
.social-content-info h2 { text-align: center; color: #ee2b78; font-size: 54px; font-family: Sunday; font-weight: 400; line-height: 1.5; margin: 0 0 25px;}
.social-content-info .footer-social-items ul { padding: 0; margin: 0; list-style: none; display: flex; flex-wrap: wrap; justify-content: center; gap: 25px 30px;}
.social-content-info .footer-social-items ul li { display: flex; align-items: center;}
.social-content-info .footer-social-items ul a.iconlist-container { display: flex; align-items: center; gap: 0 10px; text-decoration: none;}
.footer-social-items .iconlist-icon-block { display: flex; align-items: center;}
.social-content-info .iconlist-content-blocks { color: rgb(238, 43, 120); line-height: 24px; letter-spacing: 0em; font-size: 18px;}




/* Linktree Page Css */

.linktree-banner-section { position: relative; background-position: center; background-repeat: no-repeat; background-size: cover;  padding: 0px 0px;}
.linktree-banner-section::before { position: absolute; left: 0; right: 0; top: 0; content: ""; width: 100%; height: 100%; background-color: rgba(238,43,120,0.62);z-index: 1;}
.linktree-banner-section .linktree-banner-content {background: #fff;position: absolute;max-width: 900px;margin: 0 auto;width: 100%;padding: 40px;border-radius: 37px;top: 50%;left: 0;right: 0;transform: translateY(-50%);z-index: 1;}
.linktree-logo { text-align: center; padding: 0 0 30px;}
.linktree-logo img {max-width: 100%;}
.linktree-banner-content h2 { text-align: center; color: #ee2b78; font-size: 50px; font-family: Sunday; font-weight: 400; line-height: 1.5;}
.linktree-banner-content h3 { text-align: center; font-family: 'Sunday Holiday'; color: rgb(238, 43, 120); font-size: 34px; line-height: 1.3;}
.linktree-btns ul li a { background-color: rgb(238, 43, 120); width: 100%; display: block; text-align: center; color: #fff; text-decoration: none; font-size: 36px; font-family: Sunday; font-weight: 400; padding: 16px 10px 20px; border-radius: 40px;}
.linktree-btns ul { max-width: 790px; margin: 0 auto; width: 100%; display: flex; flex-direction: column; gap: 30px; list-style: none; padding: 50px 0 0;}
.linktree-btns ul li a[aria-disabled="true"], .linktree-btns ul li:nth-child(2n+1) a { background: #f597ab;}
.linktree-soical-section { padding: 30px 0;}
.desktop-tree{display:none;}
.linktree-banner-section .desktop-tree, .linktree-banner-section .mobile-tree {width: 100%;}


/* commuinity section*/
section.community-giving-section {padding: 70px 0;background-color: #fff;}
.community-giving-section .youtube-grid-boxs {justify-content: center;}

.community-content-section {padding: 100px 0;}
.inner-text-col .community-content-info {display: flex;flex-direction: row-reverse;justify-content: flex-end;align-items: center;}
.inner-text-col {display: flex;flex-direction: column;gap: 0px;}
.inner-text-col p {margin-top: 0px;font-family: Bubbler One;font-size: 22.6px;font-weight: 400;color: #ee4085;}
.inner-text-col .community-content-info h2 {color: #ee4085;font-size: 30px;text-decoration: none;line-height: 1.4em;font-weight: 500;font-family: Sunday;}
.inner-text-col .community-content-info .ecom-marquee-image {display: flex;align-items: center;}
.inner-text-col .community-content-info .ecom-marquee-image img {width: 85px;}
.community-content-section .inner-text-col {display: flex;flex-direction: column;gap: 0px;border-bottom: 1px dotted #dddddd;margin-bottom: 58px;}
.inner-text-col-2 {display: flex;align-items: center; gap: 30px;}
.inner-text-col-2 .image-second-col {width: 50%;}
.inner-text-col-2 img {width: 100%;border-radius: 46px;height: 650px;object-fit: cover;}
.inner-text-col-2  .community-content-info {width: 50%;}
.inner-text-col-2 .community-content-info h2 {color: #ee4085;font-size: 30px;text-decoration: none;line-height: 1.4em;font-weight: 500;font-family: Sunday;}
.inner-text-col-2 .community-content-info ul {list-style: none;padding: 25px 0px 0px;}
.inner-text-col-2 .community-content-info ul  li {position: relative;padding: 0px 0px 0px 42px;margin-bottom: 18px;color: #545454;font-size: 22px;font-family: Bubbler One;font-weight: 400;}
.inner-text-col-2 .community-content-info ul li:after {position: absolute; content: ""; background-image: url("/cdn/shop/files/checked.png?v=1768806421");width: 25px;height: 25px;left: 0;top: 0;bottom: 0;margin: auto;background-size: 25px;}
.inner-text-col-3 {border: 1px solid #dddddd;border-radius: 40px;padding: 30px;margin: 50px 0px 0px;}
.inner-text-col-3 .community-content-info h2 {color: #ee4085;font-size: 30px;text-decoration: none;line-height: 1.4em;font-weight: 500;font-family: Sunday;text-align: center;}
.inner-text-col-3 .community-content-info ul {list-style: none;padding: 25px 0px 0px;}
.inner-text-col-3 .community-content-info ul li {position: relative;padding: 0px 0px 0px 42px;margin-bottom: 18px;color: #545454;font-size: 22px;font-family: Bubbler One;font-weight: 400;}
.inner-text-col-3 .community-content-info ul li:after {position: absolute;content: "";background-image: url("/cdn/shop/files/checked.png?v=1768806421");width: 25px; height: 25px;left: 0;top: 0;bottom: 0;margin: auto;background-size: 25px;}
.inner-text-col-3 .form-col {display: flex;flex-direction: column;justify-content: center;align-items: center;padding: 17px 0px 0px;}
.inner-text-col-3 .form-col p {margin-top: 0px;font-family: Bubbler One;font-size: 20px;font-weight: 400;color: #545454;}
.inner-text-col-3 .form-col h2 {color: #ee4085;font-size: 30px;text-decoration: none;line-height: 1.4em;font-weight: 500;font-family: Sunday;text-align: center;padding: 0px 0px 18px;}
.inner-text-col-3 .form-col .ecom__element--button {font-family: Sunday;font-size: 20px;border-radius: 20px;transition-duration: .4s; padding: 10px 50px;}
.inner-text-col p br:first-child {display: none;}
.inner-text-col p br:last-child {display: none;}

/*parties section*/
.celebrate-section .magic-main {display: flex;align-items: center;justify-content: space-between;}
.celebrate-section .magic-main h1 {text-align: center;color: rgb(238, 43, 120);font-size: 55.5px;font-family: Sunday;font-weight: 400;line-height: 1.5;margin: 0;display: flex;flex-direction: column;text-shadow: 2.20002px 0px 9.35007px rgba(0, 0, 0, .325);}
.celebrate-section .magic-main .left-img-col, .celebrate-section .magic-main .right-img-col {display: flex;}
.celebrate-section {padding: 30px 0px 30px;}
.celebrate-section .magic-main h1 span {font-size: 65px;}
.page-birthday-parties .collection-content-info-section {background-color: rgb(238, 43, 120);margin: 0px;}
.page-birthday-parties .collection-content-info-section h2 {color: #fff;font-size: 30.5px;margin: 0px;}
.page-birthday-parties .collection-content-info-section .rich-text.content-container {background-color: rgb(238, 43, 120);padding-bottom: 16px;}
.page-birthday-parties .collection-content-info-section h2 {color: #fff;font-size: 35.5px; margin: 0px;font-family: 'Bubbler One';justify-content: space-between;}
.page-birthday-parties .collection-content-info-section .page-width .rich-text__blocks {max-width: 1160px;margin: auto;}
.celebrate-section .magic-main .left-img-col img, .celebrate-section .magic-main .right-img-col img {width: 100%;}

.magic-about-section .parties-main .content-col {display: flex;flex-direction: column;align-items: center;}
.magic-about-section .parties-main .right-img-col img {width: 100%;height: 492px;object-fit: cover;}
.magic-about-section .parties-main {display: flex;align-items: center;gap: 100px;}
.collection-content-info-section .page-width {max-width: 1200px;width: 100%;}
.magic-about-section .parties-main .content-col {display: flex;flex-direction: column;align-items: center;width: 50%;padding: 20px;}
.magic-about-section .parties-main .right-img-col {width: 50%;border-left: 5px solid #EE2B7A;display: flex;}
.magic-about-section .parties-main .content-col p {text-align: center;font-size: 23px;font-family: Bubbler One;font-weight: 400;color: #ee2b78;line-height: 34px;margin: 0px;padding: 20px 0px 0px;}
.magic-about-section .parties-main .content-col h2 {text-align: center;color: #ee2b78;font-size: 40px;font-family: Sunday;font-weight: 400;line-height: 1.5;text-shadow: 2.20002px 0px 9.35007px rgba(0, 0, 0, .325);}
.content-col .ecom__element--button {font-family: Sunday !important;font-size: 20px !important;border-radius: 20px;transition-duration: .4s;padding: 14px 50px;width: fit-content;margin: 20px auto 0px auto;}
.magic-about-section .parties-main .content-col .inner-content {max-width: 600px;margin: auto;}
.magic-about-section .page-width {padding: 0px;max-width: 1250px;}

.joy-section {padding: 80px 0px 3px;}
.joy-section .box-col-main .guide-box-col {display: grid;grid-column: 2;grid-template-columns: repeat(2, 1fr);padding: 69px 0px 0px 0px;gap: 44px;}
.joy-section .box-col-main .guide-box-col .icon-box {display: flex;align-items: center;}
.joy-section .page-width {max-width: 1260px;}
.joy-section .box-col-main h2 {color: rgb(238, 43, 120);font-size: 45.5px;font-family: Sunday;font-weight: 400;line-height: 1.5;margin: 0;display: flex;flex-direction: column;text-align: center;padding: 0px 0px 25px;text-shadow: 2.20002px 0px 9.35007px rgba(0, 0, 0, .325);}
.joy-section .box-col-main h3 {text-align: center;font-family: 'Brittany Signature';font-size: 55px;color: rgb(238, 43, 120);line-height: 50px;}
.joy-section .box-col-main .guide-box-col .icon-box img {width: 100%;max-width: 57px;}
.joy-section .box-col-main .guide-box-col .icon-box {display: flex;align-items: center;gap: 20px;}
.joy-section .box-col-main .guide-box-col .icon-box .heading-col h3 {font-family: 'Bubbler One';font-size: 36px;text-shadow: 2.20002px 0px 9.35007px rgba(0, 0, 0, .325);}
.joy-section .size-col h2 {display: none;}

.size-section {margin: auto;padding: 28px 20px 20px;    background-color: transparent !important;}
.size-section .page-width .size-col {max-width: 1180px;margin: auto;}
.size-section .page-width .size-col .size-box h3 {font-family: 'Bubbler One';color: #000;font-size: 28px;}
.size-section .page-width .size-col .size-box {display: flex;justify-content: space-between;align-items: center;padding: 4px 0px 0px;}
.size-section .page-width .size-col h2 {color: rgb(238, 43, 120);font-size: 35.5px;font-family: Sunday;font-weight: 400;line-height: 1.5;margin: 0;display: flex;flex-direction: column;text-align: center;padding: 0px 0px 16px;}
.size-section .page-width {max-width: 1305px;border-radius: 36px;padding: 28px 20px 20px;background-color: #ffd6df;}

.package-section {padding: 24px 0px 0px;}
.package-section .package-hed h2 {text-align: center;color: #ee2b78;font-size: 45.5px;font-family: Sunday;font-weight: 400;line-height: 1.5;padding: 0px 0px 25px;text-shadow: 2.20002px 0px 9.35007px rgba(0, 0, 0, .325);}
.package-section .package-hed h3 {text-align: center;font-family: 'Brittany Signature';font-size: 55px;color: rgb(238, 43, 120);line-height: 50px;}
.magical-way-col .trans-grid-boxs .magical-way-content-colm h3 {text-align: center;font-family: 'Brittany Signature';font-size: 32px;color: #545454;font-weight: 500;padding: 13px 0px 0px;}
.magical-way-col {padding: 44px 0px 0px;}
.magical-way-col .trans-grid-boxs .magical-way-content-block {padding: 20px 40px;max-width: 95%;margin: auto;}
.magical-way-col .way_row:nth-child(2n - 2) {padding-right: 8%;padding-left: 0;}
.magical-way-col .way_row {margin-bottom: 0px;position: relative;padding-left: 8%;padding-right: 0;padding-top: 30px;padding-bottom: 30px;}
.magical-way-col .way_row:nth-child(2n - 2) .trans-grid-boxs {flex-direction: row-reverse;justify-content: left;padding-right: 20%;padding-left: 0;}
.magical-way-col .way_row .trans-grid-boxs {padding-right: 0;padding-left: 20%;}
.magical-way-col .trans-grid-boxs .image-colm {width: 100%;position: absolute;left: 0;max-width: 395px;display: flex;align-items: center;justify-content: flex-start;margin: auto 0;}
.magical-way-col .way_row:nth-child(2n - 2) .trans-grid-boxs .image-colm {left: auto;right: 0;}
.magical-way-col .trans-grid-boxs {display: flex;align-items: center;justify-content: right;background-color: #ffd6df;border-radius: 36px;padding-right: 0;padding-left: 20%;}
.magical-way-col .trans-grid-boxs .magical-way-content-colm {width: 100%;max-width: 1000px;}
.magical-way-col .trans-grid-boxs .transform-book-btns a {width: fit-content;}
.magical-way-col .trans-grid-boxs .magical-way-content-colm h2 {font-family: 'Sunday';font-size: 40px;text-align: center;color: #ee2b78;letter-spacing: 0;}
.magical-way-description ul {list-style: none;display: grid;grid-template-columns: repeat(2, 1fr);gap: 23px;}
.magical-way-description ul li {font-size: 30px;text-align: center;font-family: 'Bubbler One';line-height: normal;}
.magical-way-description {padding: 20px 0px 20px;}
.magical-way-col .trans-grid-boxs .image-colm img {width: 100%;}
.magical-way-col .trans-grid-boxs .image-colm .image-boxs {display: flex;width: 100%;}
.package-section .page-width {max-width: 1405px;}

.guidance-section .page-width {max-width: 1395px;}
.guidance-section {padding: 20px 0px 21px;}
.guidance-section  .guidance-col {background-color: #ffd6df;padding: 20px 20px 48px;border-radius: 20px;}
.guidance-section .guidance-col h2 {color: rgb(238, 43, 120);font-size: 35.5px;font-family: Sunday;font-weight: 400;line-height: 1.5;margin: 0;display: flex;flex-direction: column;text-align: center;padding: 0px 0px 16px;}
.guidance-section .guidance-col .guidance-box {display: flex;justify-content: space-between;align-items: center;max-width: 1200px;margin: auto;}
.guidance-section .guidance-col .guidance-box h3 {display: flex;align-items: center;gap: 10px;font-family: 'Bubbler One';color: #000;font-size: 28px;}
.guidance-section .guidance-col .guidance-box h3 img {max-width: 24px;}

/*birthday inner page*/

.booking-inner-col .img-left-col img {width: 100%;max-width: 309px;}
.booking-inner-col {display: flex;align-items: center; gap: 30px;}
.booking-inner-col h2 {color: rgb(238, 43, 120);font-size: 45px;font-family: Sunday;font-weight: 400;line-height: 1.5;letter-spacing: 0;margin: 0;text-shadow: 2.20002px 0px 9.35007px rgba(0, 0, 0, .325);text-align: center;}
.booking-inner-col .img-left-col { display: flex;}
.booking-inner-col h3 {font-family: 'Brittany Signature';font-size: 40px;color: rgb(238, 43, 120);padding: 10px 0px 0px;text-align: center;}
.booking-inner-banner { padding: 55px 0px 38px;}
.booking-inner-banner .page-width { max-width: 1360px;}

.spa-package-section .page-width {max-width: 1400px;}
.spa-package-section .imagination-col h2 {color: rgb(238, 43, 120);font-size: 45.5px;font-family: Sunday;font-weight: 400;line-height: 1.5;margin: 0;display: flex;flex-direction: column;text-align: center;padding: 0px 0px 25px;text-shadow: 2.20002px 0px 9.35007px rgba(0, 0, 0, .325);letter-spacing: 0;}
.spa-package-section h3 {text-align: center;font-family: 'Brittany Signature';font-size: 55px;color: rgb(238, 43, 120);line-height: 50px;}
.spa-package-section .include-col .include-inner {background: rgb(255, 230, 236);padding: 40px;border-radius: 40px;}
.spa-package-section .include-col {padding: 65px 0px 0px;}
.spa-package-section .include-col .include-inner h2 {text-align: center;color: rgb(238, 43, 120);font-size: 47.1px;font-family: Sunday;font-weight: 400;line-height: 1.5;margin: 0;display: flex;flex-direction: column;text-align: center;padding: 0px 0px 30px;letter-spacing: 0;}
.spa-package-section .include-col .include-inner ul {list-style: none;display: flex;flex-direction: column;gap: 20px;}
.spa-package-section .include-col .include-inner ul li {display: flex;align-items: center;gap: 17px;padding: 0px 0px 0px 35px;font-size: 34px;font-family: 'Bubbler One';line-height: 48px;color: rgb(238, 43, 120);}
.spa-package-section .include-col .transform-book-btns {padding: 22px 0px 0px;}
.spa-package-section .include-col .transform-book-btns a {font-size: 22px;font-family: 'Sunday';color: #fff;background-color: #ee2b78;border-radius: 24px;transition-duration: .4s;padding: 10px 30px;text-decoration: none;width: fit-content;max-width: 100%;height: 65px;display: flex;justify-content: center;align-items: center;margin: auto;}
.spa-package-section {padding: 30px 0px 30px;}

.spa-inspired-section .page-width {max-width: 1375px;}
.spa-inspired-section .page-width .inspired-boxes { border: 4px solid #ee2b78;border-radius: 36px;padding: 20px 20px;display: flex;gap: 30px;}
.spa-inspired-section {padding: 50px 0px 80px;}
.spa-inspired-section .inspired-col-main {display: flex;flex-direction: column;gap: 60px;}
.spa-inspired-section .page-width .inspired-boxes .contact-col .top-heading {background-color: #fff;text-align: center;width: fit-content;margin: 0 auto;padding: 15px 50px;border-radius: 36px;position: absolute;left: 0;right: 0;top: -60px;}
.spa-inspired-section .page-width .inspired-boxes .contact-col .top-heading h2 {font-weight: 500;font-size: 32px;font-family: 'Sunday';color: #ee2b78;letter-spacing: 0;}
.spa-inspired-section .page-width .inspired-boxes .contact-col  h3 {text-align: center;font-family: 'Bubbler One';font-size: 44px;color: #545454;line-height: 1.4;padding: 26px 0px 23px;}
.spa-inspired-section .page-width .inspired-boxes .contact-col ul {list-style: none;display: flex;flex-direction: column;justify-content: center;margin: auto;max-width: 480px;gap: 10px;}
.spa-inspired-section .page-width .inspired-boxes .contact-col ul li {font-size: 32.2px;font-family: 'Bubbler One';line-height: normal;}
.spa-inspired-section .page-width .inspired-boxes .image-col {display: flex;}
.spa-inspired-section .inspired-col-main img {border-radius: 100%;max-width: 371px;width: 371px;}
.spa-inspired-section .page-width .inspired-boxes:nth-child(2n - 2) {flex-direction: row-reverse;}
.spa-inspired-section .page-width .inspired-boxes .contact-col {position: relative;display: flex;flex-wrap: wrap;align-items: center;}

.extra-magical-section .imagination-col h2 {color: rgb(238, 43, 120);font-size: 75px;font-family: Sunday;font-weight: 400;line-height: 1.5;margin: 0;display: flex;flex-direction: column;text-align: center;padding: 0px 0px 42px;}
.extra-magical-section .imagination-col h3 {text-align: center;font-family: 'Brittany Signature';font-size: 68px;color: rgb(238, 43, 120);line-height: 104px;letter-spacing: 0;}
.extra-magical-section .include-inner {display: flex;flex-direction: column;align-items: center;justify-content: center;padding: 38px 0px 0px;position: relative;}
.extra-magical-section .include-inner .transform-book-btns {padding: 45px 0px 0px;}
.extra-magical-section .include-inner .transform-book-btns a {font-size: 22px;font-family: 'Sunday';color: #fff;background-color: #ee2b78;border-radius: 24px;transition-duration: .4s;padding: 10px 30px;text-decoration: none;width: fit-content;max-width: 100%;height: 65px;display: flex;justify-content: center;align-items: center;margin: auto;}
.extra-magical-section .include-inner:after {position: absolute;content: "";width: 266px;height: 69px;background-image: url("/cdn/shop/files/left-star-twinkle.png");left: 10px;right: auto;top: 15%;z-index: 9;background-size: 266px;}
.extra-magical-section {padding: 80px 0px 88px;}
.extra-magical-section .page-width {max-width: 1300px;}
.page-spa-parties .size-section {padding: 37px 20px 40px;}
.page-potion-parties .size-section {padding: 37px 20px 40px;}
.page-witch-parties .size-section {padding: 37px 20px 40px;}


.inner-size-section { margin: auto;padding: 40px 20px 40px;background-color: transparent !important;}
.inner-size-section .page-width {max-width: 1305px;border-radius: 36px;padding: 28px 20px 20px;background-color: #ffd6df;}
.inner-size-section .page-width .size-col {max-width: 1180px;margin: auto;}
.inner-size-section .page-width .size-col h2 {color: rgb(238, 43, 120);font-size: 35.5px;font-family: Sunday;font-weight: 400;line-height: 1.5;margin: 0; display: flex;flex-direction: column;text-align: center;padding: 0px 0px 16px;}
.inner-size-section .page-width .size-col .size-box {display: flex;justify-content: space-between;align-items: center;padding: 4px 0px 0px;}
.inner-size-section .page-width .size-col .size-box h3 {font-family: 'Bubbler One';color: #000;font-size: 28px;}

.good-booking-section .guidance-col h2 {color: rgb(238, 43, 120);font-size: 35.5px;font-family: Sunday;font-weight: 400;line-height: 1.5; margin: 0;display: flex;flex-direction: column;text-align: center;padding: 0px 0px 3px;}
.good-booking-section .guidance-col .transform-book-btns {text-align: center;padding: 20px 0px 0px;}
.good-booking-section .guidance-col .transform-book-btns a {font-size: 22px;font-family: 'Sunday';width: fit-content;color: #fff;background-color: #ee2b78;border-radius: 24px;transition-duration: .4s;padding: 10px 30px;text-decoration: none;max-width: 100%;height: 65px;display: flex;justify-content: center;align-items: center; margin: auto;}
.good-booking-section .guidance-col {background-color: #ffd6df;padding: 22px 20px 22px;border-radius: 20px;}
.good-booking-section  .page-width {max-width: 1395px;}
.good-booking-section {padding: 20px 0px 80px;}
.spa-inspired-section .page-width .inspired-boxes .contact-col h3 br {display: none;}
.spa-package-section h3 br {display: none;}
#ecom-collection-detail .ecom-row.ecom-core.hide-on-desktop {display: none;}
.empower-sec .text-content br {display: none;}
.product-sec .shop-magical-title h3 br {display: none;}
.experince-section .shop-magical-title h3 br {display: none;}
.magic-four-line h3 br { display: none;}
.template-page-birthday-parties .collection-content-info-section {margin: 10px 0 10px;}
.template-page-birthday-parties .collection-content-info-section h2 {color: rgb(238, 43, 120);}

.magic-book-section {padding: 34px 0px 50px;}
.magic-book-section .book-col-main .book-col-content {display: flex;flex-direction: column; justify-content: center;align-items: center;max-width: 900px;margin: auto;}
.magic-book-section .book-col-main .book-col-content h2.megic-hed {font-family: 'Sunday';font-size: 65px;text-align: center;color: #ee2b78;letter-spacing: 0;line-height: 1.4;padding: 0px 0px 26px;}
.magic-book-section .book-col-main .book-col-content p {font-family: 'Bubbler One';font-size: 36px;text-shadow: 2.20002px 0px 9.35007px rgba(0, 0, 0, .325);text-align: center;color: #ee2279;line-height: 1.4;margin: 0px;}
.magic-book-section .bottom-img {text-align: center; padding: 32px 0px 0px;}
.magic-book-section .bottom-img img { width: 100%; max-width: 700px;margin: auto; text-align: center;}
.seprate-content-col {padding: 37px 0px 0px;}


.planning-section {padding: 0px 0px 30px;}
.planning-section .book-col-main {text-align: center;display: flex;flex-direction: column;align-items: center;}
.planning-magic-col {background-color: #ffd6df;padding: 35px 65px 20px;border-radius: 20px;width: 100%;}
.planning-section .page-width { max-width: 1400px;}
.planning-section .book-col-main h2 { color: rgb(238, 43, 120);font-size: 35.5px;font-family: Sunday;font-weight: 400;line-height: 1.5;margin: 0;display: flex;flex-direction: column;text-align: center;}
.planning-section .book-col-main h3 {text-align: center;font-family: 'Brittany Signature';font-size: 32px;color: rgb(238, 43, 120);line-height: 75px;text-shadow: 2px 0px 1px rgba(0, 0, 0, 0.18);}
.planning-section .book-col-main .guidance-box h3 {font-family: 'Bubbler One';color: rgb(238, 43, 120);font-size: 31px;text-shadow: none; line-height: normal;display: flex;align-items: center;gap: 12px;}
.planning-section .book-col-main  .guidance-box {display: flex;flex-direction: column;justify-content: flex-start; align-items: flex-start;padding: 10px 0px 0px;gap: 18px;}
.party-favors-btn {text-align: center;padding: 28px 0px 0px;}
.party-favors-btn a {font-size: 22px;font-family: 'Sunday';width: fit-content;color: #fff;background-color: #ee2b78;border-radius: 24px;transition-duration: .4s;padding: 10px 30px;text-decoration: none;width: fit-content;max-width: 100%;height: 65px;display: flex;justify-content: center;align-items: center;margin: auto;}
.planning-section .book-col-main .book-col-content {padding: 0px 0px 37px;}
.planning-section .book-col-main .book-col-content h2.megic-hed {text-shadow: 2.20002px 0px 9.35007px rgba(0, 0, 0, .325);height: auto;}

.hosted-section  h3 {text-align: center;font-family: 'Brittany Signature'; font-size: 55px; color: rgb(238, 43, 120);line-height: 1.4;}
.hosted-img-col .star-t-col { position: absolute; top: 46px; left: 50px;}
.hosted-section:after {position: absolute;content: ""; background-image: url(//goodwitchofsalem.com/cdn/shop/files/h-bg-image-1.webp?v=1776326402&width=2000);width: 100%;height: 100%;left: 0; right: 0;top: 0;background-repeat: no-repeat; opacity: 0.2;background-size:100%;}
.hosted-section .book-col-content {text-align: center;padding: 0px 0px 43px;}
.hosted-section  h2.megic-hed {font-family: 'Sunday';font-size: 65px;text-align: center;color: #ee2b78;letter-spacing: 0;line-height: 1.4;padding: 0px 0px 26px;}
.hosted-section  h3 {text-align: center;font-family: 'Brittany Signature';font-size: 55px;color: rgb(238, 43, 120);line-height: 1.4;}
.hosted-img-col {text-align: center;position: relative;}
.hosted-img-col .star-t-col {position: absolute;top: 46px;left: 50px;}
.hosted-img-col .star-t-col img {max-width: 250px;}
.hosted-section {padding: 60px 0px 40px; position: relative;}

.fly-over-section .fly-row {border-radius: 20px;background-color: #ffe6ec;}
.fly-over-section .page-width { max-width: 1400px;}
.fly-over-section { padding: 60px 0px 50px;}

.fly-over-section .fly-row {border-radius: 20px;background-color: #ffe6ec;padding: 20px 20px 110px;position: relative;overflow: hidden;}
.fly-over-section .fly-row:after {position: absolute;content: "";width: 655px;height: 485px;right: 0;background-image: url("/cdn/shop/files/pink-stars.webp?v=1776332711");top: 0;bottom: 0;margin: auto;}
.fly-col-content {text-align: center; display: flex;flex-direction: column;align-items: center;z-index: 1;position: relative;}
.fly-col-content h2.megic-hed {font-family: 'Sunday';font-size: 70px;text-align: center;color: #ee2b78;letter-spacing: 0;line-height: 1.4;padding: 0px 0px 20px;}
.fly-col-content h3 {font-family: 'Sunday';font-size: 45px;text-align: center;color: #ee2b78;letter-spacing: 0;line-height: 1.4;}
.fly-col-main {position: relative;}
.fly-col-main .fly-img-col {position: absolute;top: 30px;left: 55px;display: flex;}
.fly-col-main .fly-img-col img {  width: 100%; max-width: 375px;}

.party-favors-content-info h1 {text-align: center;color: rgb(238, 43, 120);font-size: 65px;font-family: Sunday;font-weight: 400;line-height: 1.5;margin: 0 0 10px;text-shadow: 2.20002px 0px 9.35007px rgba(0, 0, 0, .325);}
.party-favors-banner-section {padding: 40px 0px 40px;}
.party-favors-content-info h4 {text-align: center;font-family: 'Brittany Signature';font-size: 32px;color: rgb(238, 43, 120);line-height: 90px;}
.party-favors-banner-section .youtube-grid-boxs .colm-span-7 {width: 70%;padding: 0 0px 0 0;}
.party-favors-banner-section .youtube-grid-boxs .colm-span-5 {width: 30%;}

.magic-bring-section .book-col-content h2.megic-hed {color: rgb(238, 43, 120);font-size: 45.5px;font-family: Sunday;font-weight: 400;line-height: 1.5;margin: 0;display: flex;flex-direction: column;text-align: center;text-shadow: 2.20002px 0px 9.35007px rgba(0, 0, 0, .325);}
.magic-bring-section .book-col-content  p {font-family: 'Bubbler One';font-size: 36px;text-shadow: 2.20002px 0px 9.35007px rgba(0, 0, 0, .325);text-align: center;color: #ee2279;line-height: 1.4;margin: 0px;padding: 10px 0px 0px;}
.magic-bring-section .planning-magic-col h2 {color: rgb(238, 43, 120);font-size: 45.5px;font-family: Sunday;font-weight: 400;line-height: 1.5; margin: 0;display: flex;flex-direction: column; text-align: center;}
.magic-bring-section .planning-magic-col .guidance-box { padding: 20px 0px 0px 30px; display: flex;flex-direction: column;justify-content: flex-start;align-items: flex-start; gap: 10px;}
.magic-bring-section .book-col-content {text-align: center;padding: 0px 0px 30px;}
.magic-bring-section .page-width { max-width: 1400px;}
.bottom-color-row {background-color: #ffd6df;border-radius: 20px;padding: 12px;text-align: center;margin: 20px 0px 0px;}
.bottom-color-row h3 {font-family: 'Bubbler One';color: rgb(238, 43, 120);font-size: 31px;text-shadow: none; line-height: normal;}
.magic-bring-section {padding: 30px 0px 30px;}
.magic-bring-section .planning-magic-col  h3 {font-family: 'Bubbler One';color: rgb(238, 43, 120);font-size: 31px;text-shadow: none;line-height: normal;display: flex;align-items: center;gap: 12px;}
.template-page-magical-party-favors-kids h2.rich-text__heading {color: rgb(238, 43, 120);font-size: 45.5px; font-family: Sunday; font-weight: 400;line-height: 1.5;margin: 0;display: flex;flex-direction: column;text-align: center;text-shadow: 2.20002px 0px 9.35007px rgba(0, 0, 0, .325);}
.template-page-magical-party-favors-kids .rich-text__text {text-align: center;font-family: 'Brittany Signature';font-size: 40px;color: rgb(238, 43, 120);line-height: normal;}
.template-page-magical-party-favors-kids .rich-text__wrapper--center.page-width { max-width: 1400px;}
.template-page-magical-party-favors-kids  .rich-text__blocks {max-width: 1400px;}
.template-page-magical-party-favors-kids .collection__view-all a.button {font-size: 22px;font-family: 'Sunday';color: #fff;background-color: #ee2b78;border-radius: 24px;transition-duration: .4s;padding: 10px 30px;text-decoration: none;width: fit-content;max-width: 100%;height: 65px;display: flex;justify-content: center;align-items: center;margin: auto;}
.template-page-magical-party-favors-kids .collection__view-all a.button:after, .template-page-magical-party-favors-kids .collection__view-all a.button:before {display: none;}
.template-page-magical-party-favors-kids .card__information {text-align: center;}
.template-page-magical-party-favors-kids .card__information h3 a {font-family: Open Sans, sans-serif;font-size: 16px;font-style: normal;letter-spacing: 0px;text-decoration: none;}
.template-page-magical-party-favors-kids .card__information .price {text-align: center;color: #545454;font-weight: 700;font-size: 18px; text-transform: none;font-style: normal;text-decoration: none; font-family: Open Sans, sans-serif;line-height: 1.25em;}
.template-page-magical-party-favors-kids .collection__view-all { padding: 40px 0px 0px;}
.hosted-img-col img {width: 100%;max-width: 700px;}

.pot-img {text-align: center;}
.potion-club-section {padding: 77px 0px 55px;}
.potion-club-section .party-favors-content-info h1 {font-size: 55px;}
.potion-club-section .party-favors-content-info h4 {line-height: normal;font-size: 40px;}
.potion-club-section .party-favors-content-info h4:after {position: absolute;content: "";width: 100px;height: 90px;background-image: url("/cdn/shop/files/t-star.webp?v=1776403795");background-size: 84px;background-repeat: no-repeat;right: -70px;top: -15px;}
.potion-club-section .party-favors-content-info h4 {line-height: normal;font-size: 40px;position: relative;width: fit-content;margin: auto;}
.potion-club-section .party-favors-btn:after {right: 0;position: absolute;content: "";width: 84px;height: 90px;background-image: url("/cdn/shop/files/t-star.webp?v=1776403795");background-size: 84px;background-repeat: no-repeat;left: 0; top: -20px; margin: auto;}
.potion-club-section .party-favors-btn {width: fit-content;margin: auto;position: relative;}
.potion-club-section .page-width {max-width: 1470px;}
.potion-club-section .party-favors-btn:before { position: absolute; content: ""; width: 84px; height: 90px;background-image: url("/cdn/shop/files/t-star.webp?v=1776403795"); background-size: 84px; background-repeat: no-repeat;left: -65px;top: 20px; bottom: 0;margin: auto;}

.potion-btn-col {max-width: 440px;margin: auto;position: relative;}
.potion-btn-col:after {position: absolute;content: "";width: 84px;height: 90px;background-image: url("/cdn/shop/files/t-star.webp?v=1776403795");background-size: 84px;background-repeat: no-repeat;right: -5px;bottom: -35px;}
.potion-club-section .youtube-grid-boxs .colm-span-7 {padding: 0 0px 0 0;}
.potions-btn {width: 100% !important;margin: auto;}
.hosted-section .book-col-main {z-index: 1;position: relative;}
#HeaderMenu-MenuList-3 {width: 23rem;}


@media(max-width:1700px){
  .linktree-btns ul li a {font-size: 32px;padding: 12px 10px 14px;}
}

@media(min-width:1600px){
.desktop-tree{display:block;}
.mobile-tree{display:none;}
}


@media(min-width:1366px) and (max-width:1600px){
.mailchimp-form-section {padding: 30px 0 !important;}
}
@media(min-width:1024px) and (max-width:1366px){
.mailchimp-form-section {padding: 8px 0 45px;}
}


@media(min-width:1441px){
	
.image-block-section .page-width { max-width: 1350px;}	
	
}


@media(max-width:1440px){
.image-block-section .page-width { max-width: 100%;}
.potion-club-section .party-favors-content-info h1 {font-size: 44px;}
.potion-club-section .party-favors-content-info h4 {font-size: 32px;}
.potion-club-section .banner-image-right img {width: 100%;}
}
@media(max-width:1400px){
  .potions-btn .y-star {display: none;}
  .top-y-star{display: none !important;}
  .potions-btn .core__column--wrapper {padding: 0px 10px 0px 10px !important;}
}
@media(max-width:1300px){
.image-grid-boxs .banner-title-block h1{ font-size: 40px;}	
.social-content-info h2{ font-size: 40px;}
.social-content-info .iconlist-content-blocks{ font-size: 16px;}

.donation-banner-section h1{font-size: 40px;}
.donation-content-info h3{ font-size: 26px;}
.donation-right-image{ width: 30%;}
.linktree-banner-section {padding: 120px 0px;}
.linktree-banner-section .mobile-tree {position: absolute;left: 0;right: 0;top: 0;width: 100%;height: 100%;object-fit: cover;}
.linktree-banner-section .linktree-banner-content {position: relative;top: auto;transform: inherit;z-index: 1;}
.magical-way-description ul li {font-size: 27px;}


.spa-inspired-section .page-width .inspired-boxes .contact-col  h3 {font-size: 36px;padding: 15px 0px 15px;}
.spa-inspired-section .page-width .inspired-boxes .contact-col ul li {font-size: 26px;}
.spa-inspired-section .page-width .inspired-boxes .contact-col .top-heading h2 {font-size: 26px;}

}
@media(max-width:1250px){
.joy-section .box-col-main h2 {font-size: 40.5px;}
.joy-section .box-col-main h3 {font-size: 42px;}
.joy-section .box-col-main .guide-box-col {padding: 55px 0px 0px 0px;column-gap: 25px;row-gap: 30px;}
.joy-section .box-col-main .guide-box-col .icon-box .heading-col h3 {font-size: 32px;}

.magical-way-col .trans-grid-boxs .magical-way-content-colm h2 {font-size: 32px;}
.magical-way-col .trans-grid-boxs .magical-way-content-colm h3 {font-size: 28px;}
.magical-way-description ul {list-style: none;display: grid;grid-template-columns: repeat(2, 1fr);gap: 20px;}
.magical-way-col .trans-grid-boxs .magical-way-content-block {padding: 20px 40px;max-width: 90%;margin: auto;}
.magical-way-col .trans-grid-boxs .magical-way-content-colm { width: 100%;max-width: 830px;}
.magical-way-col .way_row .trans-grid-boxs {padding-right: 0;padding-left: 20%;}
.magical-way-col .trans-grid-boxs .image-colm {max-width: 350px;}
.magical-way-description ul li {font-size: 22px;}
.trans-grid-boxs .transform-book-btns a {font-size: 18px;height: 60px;}
.magical-way-col .way_row:nth-child(2n - 2) .trans-grid-boxs {flex-direction: row-reverse;justify-content: left;padding-right: 20%;padding-left: 0;}
.guidance-section .guidance-col .guidance-box h3 {font-size: 24px;}

.magic-book-section .book-col-main .book-col-content h2.megic-hed {font-size: 50px;padding: 0px 0px 20px;}
.magic-book-section .book-col-main .book-col-content p { font-size: 32px;}
.seprate-content-col {padding: 25px 0px 0px;}
.planning-section .book-col-main h2 {font-size: 32px;}
.planning-section .book-col-main h3 {font-size: 26px;}
.planning-section .book-col-main .guidance-box h3 {font-size: 28px;}
.hosted-section  h2.megic-hed {font-size: 40px;padding: 0px 0px 20px;}
.hosted-section  h3 {font-size: 32px;}
.fly-col-content h2.megic-hed {font-size: 55px;padding: 0px 0px 20px;}
.fly-col-content h3 {font-size: 34px;letter-spacing: 0;line-height: 1.4;}
.party-favors-btn a {font-size: 20px;font-family: 'Sunday';}
.fly-col-main .fly-img-col img {max-width: 330px;}

.party-favors-content-info h1 {font-size: 42px;}
.party-favors-content-info h4 {font-size: 30px;line-height: 85px;}
.magic-bring-section .book-col-content h2.megic-hed {font-size: 32px;}
.magic-bring-section .book-col-content  p {font-size: 28px;}
.magic-bring-section .planning-magic-col h2 {font-size: 32px;}
.magic-bring-section .planning-magic-col  h3 {font-size: 28px;}
.bottom-color-row h3 {font-size: 28px;}
.template-page-magical-party-favors-kids h2.rich-text__heading {font-size: 32px;}
.template-page-magical-party-favors-kids .rich-text__text {font-size: 32px;}

}

@media(min-width:1200px){
	
.collection-special-events .image_banner_collection h2, .collection-art-kit .image_banner_collection h2 { font-size: 60px;}	
.collection-store-classes .image_banner_collection h2{ font-size: 54px;}	
.linktree-soical-section .page-width { max-width: 1300px;}
.linktree-soical-section .social-left-column { width: 20%;}
.linktree-soical-section .social-center-column{ padding: 0 20px; width: 60%;}
.linktree-soical-section .social-right-column { width: 20%;}
.linktree-soical-section .social-content-info h2{ font-size: 47px;}
.linktree-soical-section .social-content-info .footer-social-items ul{   gap: 25px 20px;}
.social-content-info .iconlist-content-blocks{ font-size: 16px;}


}

@media(max-width:1199px){

.collection-content-info-section p br{ display:none;}	
.transformations-image-section .trans-grid-boxs .transform-content-block .transform-description {font-size: 20px;}
.transformations-image-section .trans-grid-boxs .transform-content-block h2 {font-size: 26px;}
.trans-grid-boxs .transform-book-btns a {width: 235px;height: 55px;}
.transformations-image-section .trans-grid-boxs .transf-content-colm .transform-content-block {padding: 15px 20px;}
.transformations-image-section .transform_row:nth-child(2n-2) {padding-right: 15%;}
.transformations-image-section .transform_row{padding-left: 15%;}
.image-grid-boxs .banner-title-block h1{ font-size: 36px;}
.mailchimp-box .custom-head-magic {font-size: 50px;}

.potion-video-section .potion-video-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 40px 20px;}
.potion-video-items .watch-now-btns a{ padding: 14px 20px;font-size: 18px;}


.booking-inner-col h2 {font-size: 36px;}
.booking-inner-col h3 {font-size: 34px;}
.spa-package-section .imagination-col h2 {font-size: 36px;}
.spa-package-section h3 {font-size: 44px;}
.spa-package-section .include-col .include-inner h2 {font-size: 36px;}
.spa-package-section .include-col .include-inner ul li {font-size: 26px;line-height: 42px;}
.spa-package-section .include-col .transform-book-btns a {font-size: 20px;}
.size-section .page-width .size-col h2 {font-size: 32px;}
.size-section .page-width .size-col .size-box h3 {font-size: 22px;}
.extra-magical-section .imagination-col h2 {font-size: 48px;padding: 0px 0px 28px;}
.extra-magical-section .imagination-col h3 {font-size: 44px;line-height: 68px;}
.extra-magical-section .include-inner .transform-book-btns a {font-size: 20px;}

.spa-inspired-section .page-width .inspired-boxes .contact-col  h3 {font-size: 30px;padding: 15px 0px 15px;}
.spa-inspired-section .page-width .inspired-boxes .contact-col ul li {font-size: 24px;}
.inner-size-section .page-width .size-col h2 {font-size: 32px;}
.inner-size-section .page-width .size-col .size-box h3 {font-size: 22px;}

.magic-book-section .book-col-main .book-col-content h2.megic-hed {font-size: 40px;padding: 0px 0px 20px;}
.magic-book-section .book-col-main .book-col-content p {font-size: 26px;}
.planning-section .book-col-main h2 {font-size: 30px;}
.planning-section .book-col-main .guidance-box h3 {font-size: 26px;}
.hosted-section h2.megic-hed {font-size: 36px;padding: 0px 0px 20px;}
.hosted-section h3 {font-size: 32px;}
.fly-col-content h2.megic-hed {font-size: 45px;padding: 0px 0px 20px;}
.fly-col-content h3 {font-size: 30px;}
.fly-col-main .fly-img-col img {width: 100%;max-width: 300px;}
.hosted-img-col img {width: 100%;max-width: 530px;}

.potion-club-section .party-favors-content-info h4 {font-size: 28px;}
.potion-club-section .party-favors-content-info h1 {font-size: 34px;}
}

@media(max-width:1130px){
.celebrate-section .magic-main h1 {font-size: 36.5px;}
.celebrate-section .magic-main h1 span {font-size: 40px;}
.page-birthday-parties .collection-content-info-section h2 {font-size: 30px;}
.magic-about-section .parties-main {gap: 40px;}
.magic-about-section .parties-main .content-col h2 {font-size: 32px;}
.joy-section .box-col-main h3 {font-size: 40px;}
.joy-section .box-col-main h2 {font-size: 32px;}
.joy-section .box-col-main .guide-box-col .icon-box .heading-col h3 {font-size: 30px;}
.joy-section .box-col-main .guide-box-col {padding: 50px 0px 0px 0px;column-gap: 22px;row-gap: 30px;}
.size-section .page-width .size-col .size-box h3 {font-size: 24px;}
.size-section .page-width .size-col h2 {font-size: 32px;}
.package-section .package-hed h2 {font-size: 32px;}
.package-section .package-hed h3 {font-size: 40px;}
.guidance-section .guidance-col h2 {font-size: 32px;}
.inner-size-section .page-width .size-col .size-box h3 {font-size: 24px;}
.inner-size-section .page-width .size-col h2 {font-size: 32px;}

.booking-inner-col h2 {font-size: 32px;}
.booking-inner-col h3 {font-size: 30px;}
.spa-package-section .imagination-col h2 {font-size: 32px;}
.spa-package-section h3 {font-size: 38px;}
.spa-package-section .include-col .include-inner h2 {font-size: 32px;}
.spa-package-section .include-col .include-inner ul {gap: 17px;}
.spa-package-section .include-col .include-inner ul li {font-size: 24px;line-height: 40px;}
.spa-inspired-section .page-width .inspired-boxes .contact-col  h3 {font-size: 28px;padding: 15px 0px 15px;}
.spa-inspired-section .page-width .inspired-boxes .contact-col ul li {font-size: 22px;}
.spa-inspired-section .page-width .inspired-boxes .contact-col .top-heading h2 {font-size: 22px;}
.spa-inspired-section .inspired-col-main img {max-width: 320px;width: 320px;}
.spa-inspired-section {padding: 50px 0px 60px;}
.extra-magical-section .imagination-col h2 {font-size: 34px;padding: 0px 0px 25px;}
.extra-magical-section .imagination-col h3 {font-size: 36px;line-height: 60px;}
.extra-magical-section .include-inner img {max-width: 450px; width: 100%;}
.extra-magical-section {padding: 60px 0px 60px;}
.booking-inner-banner {padding: 38px 0px 38px;}
.spa-package-section .include-col {padding: 50px 0px 0px;}
.spa-inspired-section .page-width .inspired-boxes .contact-col ul {max-width: 380px;}

.good-booking-section .guidance-col .transform-book-btns a {font-size: 20px;}
.good-booking-section .guidance-col h2 {font-size: 32px;}

}
@media(max-width:1100px){
.joy-section .box-col-main .guide-box-col .icon-box .heading-col h3 {font-size: 24px;}
.joy-section .box-col-main .guide-box-col {padding: 44px 0px 0px 0px;column-gap: 15px;row-gap: 23px;}
.joy-section .box-col-main .guide-box-col .icon-box img {width: 100%; max-width: 50px;}

.magical-way-col .trans-grid-boxs .image-colm {max-width: 330px;}
.magical-way-col .trans-grid-boxs .magical-way-content-block {padding: 20px 20px;max-width: 95%;margin: auto;}
.magical-way-description ul {gap: 16px;}
.magical-way-description ul li {font-size: 20px;}
.magical-way-col .way_row .trans-grid-boxs {padding-right: 0;padding-left: 24%;}
.magical-way-col .way_row:nth-child(2n - 2) .trans-grid-boxs {flex-direction: row-reverse;justify-content: left;padding-right: 24%;padding-left: 0;}
.guidance-section .guidance-col .guidance-box h3 {font-size: 20px;}
.fly-col-main .fly-img-col img {max-width: 250px;}
.hosted-img-col .star-t-col img {max-width: 200px;}

.party-favors-content-info h1 {font-size: 32px;}
.party-favors-content-info h4 {font-size: 26px;line-height: 70px;}
.magic-bring-section .book-col-content h2.megic-hed {font-size: 30px;}
.magic-bring-section .book-col-content p {font-size: 26px;}
.magic-bring-section .planning-magic-col h2 {font-size: 30px;}
.magic-bring-section .planning-magic-col h3 {font-size: 26px;}
.bottom-color-row h3 {font-size: 26px;}
.template-page-magical-party-favors-kids h2.rich-text__heading {font-size: 30px;}
.template-page-magical-party-favors-kids .rich-text__text {font-size: 28px;}
}
@media(max-width:1024px){
#ecom-event-collections {z-index: 9999;position: relative;}
#ecom-modal-block .ecom-container-filter-list--wrapper {padding-top: 46px;}
.section-header.shopify-section-group-header-group.menu-open {z-index: 99991;}
.mailchimp-form-section {padding: 40px 0 40px;}
.mailchimp-box .custom-head-magic {font-size: 38px;}

.youtube-content-block h2{ font-size: 30px;}
.youtube-content-block .youtube-btns a{ font-size: 24px; padding: 18px 45px;}
.ecom-icon-1{   right: 0;}
.ecom-icon-2 img, .ecom-icon-3 img, .ecom-icon-4 img, .ecom-icon-5 img, .ecom-icon-6 img { max-width: 70%;}
.youtube-items-grid{ gap: 60px;}
.youtube-content-info h1{font-size: 46px;}
.youtube-content-info h3{ font-size: 30px;}

.social-center-column{ padding: 20px 15px;}
.social-content-info .footer-social-items ul{ gap: 15px 10px;}
.social-content-info .footer-social-items ul a.iconlist-container{ gap: 0 5px;}
.footer-social-items .iconlist-icon-block { width: 24px;}
.footer-social-items .iconlist-icon-block img { max-width: 100%;}
.social-content-info .iconlist-content-blocks { font-size: 16px;}
.social-content-info h2 { font-size: 30px;}
.donation-banner-section h1 { font-size: 30px;}
.donation-content-info h3{ font-size: 20px;}
.linktree-banner-content h2{ font-size: 40px;}
.linktree-banner-content h3{ font-size: 24px;}
.linktree-btns ul li a{ padding: 12px 10px 16px; font-size: 24px;}
.linktree-btns ul{ padding: 35px 0 0;gap: 20px;}
.linktree-banner-section {padding: 100px 0px;}
.page-birthday-parties .collection-content-info-section h2 {font-size: 20px;}
.magic-about-section .parties-main .content-col h2 {font-size: 28px;}
.magic-about-section .parties-main {gap: 20px;}
.joy-section .box-col-main h3 {font-size: 30px;}
.joy-section .box-col-main h2 { font-size: 28px;}
.size-section .page-width .size-col h2 {font-size: 28px;}
.size-section .page-width .size-col .size-box h3 {font-size: 20px;}
.magical-way-col .trans-grid-boxs .image-colm {max-width: 290px;}
.magical-way-col .trans-grid-boxs .magical-way-content-colm h3 {font-size: 20px;}
.magical-way-col .trans-grid-boxs .magical-way-content-colm h2 {font-size: 24px;}
.magical-way-description ul li {font-size: 16px;}
.package-section .trans-grid-boxs .transform-book-btns a {font-size: 16px;height: 55px;}
.magical-way-col .trans-grid-boxs .magical-way-content-block {padding: 20px 20px;max-width: 100%;margin: auto;}
.magical-way-col .way_row .trans-grid-boxs {padding-right: 0;padding-left: 25%;}
.magical-way-col .way_row:nth-child(2n - 2) .trans-grid-boxs {flex-direction: row-reverse;justify-content: left;padding-right: 25%;padding-left: 0;}
.package-section .package-hed h3 {font-size: 30px;}
.package-section .package-hed h2 {font-size: 28px;}
.magical-way-col {padding: 25px 0px 0px;}
.guidance-section .guidance-col .guidance-box h3 {font-size: 18px;}
.guidance-section .guidance-col h2 {font-size: 28px;}

.booking-inner-col h2 {font-size: 28px;}
.booking-inner-col h3 {font-size: 26px;}
.spa-package-section .imagination-col h2 {font-size: 28px;padding: 0px 0px 20px;}
.spa-package-section h3 {font-size: 32px;}
.spa-package-section .include-col .include-inner h2 {font-size: 28px;padding: 0px 0px 24px;}
.spa-package-section .include-col .include-inner ul li {font-size: 20px;line-height: 40px;}
.spa-inspired-section .page-width .inspired-boxes .contact-col  h3 {font-size: 22px;padding: 15px 0px 15px;}
.spa-inspired-section .page-width .inspired-boxes .contact-col ul li {font-size: 20px;}
.spa-inspired-section .inspired-col-main img {max-width: 290px;width: 290px;}
.spa-inspired-section .page-width .inspired-boxes .contact-col .top-heading h2 {font-size: 20px;}
.extra-magical-section .imagination-col h2 {font-size: 28px;padding: 0px 0px 20px;}
.extra-magical-section .imagination-col h3 {font-size: 32px;line-height: 52px;}
.extra-magical-section .include-inner img {max-width: 380px;width: 100%;}
.extra-magical-section .include-inner:after {background-size: 217px;background-repeat: no-repeat;}
.spa-inspired-section .page-width .inspired-boxes .contact-col .top-heading {top: -53px;}
.inner-size-section .page-width .size-col h2 {font-size: 28px;}
.inner-size-section .page-width .size-col .size-box h3 {font-size: 20px;}
.good-booking-section .guidance-col h2 {font-size: 28px;}

.link-club .text-content a {font-size: 28px !important;font-family: BrittanySignatureRegular, sans-serif;}
.magic-book-section .book-col-main .book-col-content h2.megic-hed {font-size: 32px;padding: 0px 0px 20px;}
.magic-book-section .book-col-main .book-col-content p {font-size: 24px;}
.planning-section .book-col-main h2 {font-size: 28px;}
.planning-section .book-col-main h3 {font-size: 28px;}
.planning-section .book-col-main .guidance-box h3 {font-size: 24px;}
.party-favors-btn a {font-size: 18px;font-family: 'Sunday';}
.hosted-section h2.megic-hed {font-size: 32px;padding: 0px 0px 20px;}
.hosted-section h3 {font-size: 30px;}
.fly-col-content h2.megic-hed {font-size: 38px;padding: 0px 0px 20px;}
.fly-col-content h3 {font-size: 26px;}

}

@media(max-width:991px){

.image_banner_collection h2{font-size: 30px;}	
.collection-content-info-section p br{ display:none;}
.transformations-image-section .trans-grid-boxs .image-colm {max-width: 300px;}
.transformations-image-section .transform_row .trans-grid-boxs {padding-left: 26%;}
.transformations-image-section .transform_row:nth-child(2n-2) .trans-grid-boxs {justify-content: left;padding-right: 26%;padding-left: 0;}
.transformations-image-section .trans-grid-boxs .transform-content-block h2 {font-size: 22px;}
.transformations-image-section .trans-grid-boxs .transform-content-block .transform-description {font-size: 18px;}
.image-grid-boxs .banner-title-block h1{ font-size: 25px;}
.celebrate-section .magic-main .left-img-col, .celebrate-section .magic-main .right-img-col {display: flex;width: 30%;}
.celebrate-section .magic-main .content-col {width: 40%;}
.celebrate-section .magic-main h1 {font-size: 28px;}
.celebrate-section .magic-main h1 span {font-size: 33px;}
.joy-section .box-col-main .guide-box-col .icon-box {gap: 14px;}
.joy-section .box-col-main .guide-box-col { padding: 44px 0px 0px 0px; column-gap: 10px; row-gap: 20px;}
.joy-section .box-col-main .guide-box-col .icon-box img {width: 100%;max-width: 44px;}
.joy-section .box-col-main .guide-box-col .icon-box .heading-col h3 {font-size: 20px;}
.size-section .page-width .size-col .size-box h3 {font-size: 17px;}
.magical-way-col .trans-grid-boxs .image-colm {max-width: 230px;}
.guidance-section .guidance-col .guidance-box h3 {font-size: 14px;}


.spa-package-section .include-col {padding: 40px 0px 0px;}
.spa-package-section .include-col .include-inner {padding: 25px;}
.spa-inspired-section .page-width .inspired-boxes .contact-col .top-heading h2 {font-size: 17px;}
.spa-inspired-section .page-width .inspired-boxes .contact-col .top-heading {padding: 15px 30px;}
.spa-inspired-section .page-width .inspired-boxes .contact-col  h3 {font-size: 20px;padding: 15px 0px 15px;}
.spa-inspired-section .page-width .inspired-boxes .contact-col ul li {font-size: 18px;}
.spa-inspired-section .inspired-col-main img {max-width: 250px; width: 250px;}
.extra-magical-section .include-inner:after {background-size: 160px;background-repeat: no-repeat;}
.extra-magical-section .include-inner .transform-book-btns {padding: 30px 0px 0px;}
.spa-inspired-section .page-width .inspired-boxes .contact-col ul {max-width: 380px;justify-content: center;align-items: center;}

.fly-over-section .fly-row {padding: 20px 20px 80px;}
.fly-col-main .fly-img-col img {width: 100%;max-width: 180px;}
.fly-col-main .fly-img-col {position: absolute;top: 30px;left: 10px;display: flex;}
.hosted-img-col .star-t-col img {max-width: 160px;}
.hosted-img-col .star-t-col {position: absolute;top: 46px;left: 10px;}
.potion-club-section .party-favors-content-info h1 {font-size: 28px;}
.potion-club-section .party-favors-content-info h4 {font-size: 26px;}
.potion-club-section .youtube-grid-boxs .colm-span-7 {padding: 0 0px 0 0;width: 63%;}
.potion-club-section .youtube-grid-boxs .colm-span-5 {width: 37%;}
.party-favors-content-info h1 {font-size: 28px;}
.party-favors-content-info h4 {font-size: 24px;line-height: 55px;}

}


@media(max-width:989px){
	
header header-drawer {width: 120px;}

}


@media(max-width:767px){
.image_banner_collection .image-with-text__grid--reverse { flex-direction: column-reverse;}
.image_banner_collection .grid__item { width: 100%;}
.image_banner_collection .image-with-text__content { padding: 0 0 10px !important;}
.image_banner_collection h2{font-size: 24px;}	
.image_banner_collection .image-with-text__content .image-with-text__text { width: 100%; text-align: center;}
/* .image_banner_collection { margin: 0 0 30px;} */
.collection-content-info-section p{font-size: 18px; line-height: 28px;}
.collection-content-info-section .metafield-rich_text_field::before { width: 50px; min-width: 50px; background-size: 50px; height: 55px; background-repeat: no-repeat;}
.collection-content-info-section .metafield-rich_text_field { flex-direction: column; gap: 5px;}
.image_banner_collection h2 br { display: none;}
.image_banner_collection {padding-top: 20px !important; padding-bottom: 20px !important;}
.transformations-image-section .transform_row {width: 100%;}
.transformations-image-section .transform_row .trans-grid-boxs {padding: 0;}
.transformations-image-section .transform_row:nth-child(2n-2) .trans-grid-boxs {padding: 0;}
.transformations-image-section .trans-grid-boxs .transform-content-block .transform-description {display: none;}
.transformations-image-section .trans-grid-boxs .transform-content-block h2 {padding-bottom: 15px;}
.transformations-image-section .trans-grid-boxs .image-colm {position: relative;}
.transformations-image-section .transform_row {padding: 0;}
.transformations-image-section .transform_row:nth-child(2n-2) {padding: 0;}
.transformations-image-section .transform_row .trans-grid-boxs, .transformations-image-section .transform_row:nth-child(2n-2) .trans-grid-boxs {flex-direction: column;background-color: transparent;}
.transformations-image-section .trans-grid-boxs .transf-content-colm {background-color: #ffd6df;border-radius: 36px;}
.transformations-image-section .trans-grid-boxs .transf-content-colm .transform-content-block {padding: 110px 20px 20px 20px;}
.transformations-image-section .trans-grid-boxs .image-colm {position: relative;margin: 0 0 -80px;}
.transformations-image-section .trans-grid-boxs .image-colm {max-width: 375px;}
.transformations-image-section .trans-grid-boxs .transform-content-block h2 {font-size: 15px;}
.trans-grid-boxs .transform-book-btns a {width: 235px;height: 44px;font-size: 16px;}
.transformations-image-section .transform_row {margin-bottom: 30px;}
.transformations-image-section {padding: 40px 20px 40px;}
.image-grid-boxs .span-colm-5 { width: 100%; padding: 0 0 10px;}
.image-grid-boxs .span-colm-7 { width: 100%;}
.image-grid-boxs .banner-title-block h1{ font-size: 24px;}

.transformation-description-section h2{font-size: 30px;}
.transformation-description-section h2::before { width: 50px; height: 54px; min-width: 50px; background-size: 50px;}
.transformation-description-section p{font-size: 18px; line-height: 28px;}
.image-block-section { background-image: url("/cdn/shop/files/shop-our-bg.png") !important;}

.fade-section::before { width: 100%; border-radius: 0; filter: none; background: linear-gradient(to bottom, #f9b0b0 0%, #fff 100%);}
.transformation-description {flex-direction: column;gap: 5px;}
.image_banner_collection {background-image: url(/cdn/shop/files/shop-our-bg.png) !important;}
.social-icons-list .ecom-base-iconlist .ecom-iconlist--list {justify-content: left;}


.image_banner_collection .image-with-text__media, .image-grid-boxs .banner-image-block { padding-right: 0% !important;}
.image_banner_collection .image-with-text__media::after, .image-grid-boxs .banner-image-block::after { display:none;}
.collection-content-info-section { margin: 0 0 20px;}
.birthday-listing-section .ecom-iconlist--container { flex-direction: column !important; justify-content: center;}
.birthday-listing-section .ecom-iconlist--container .ecom-iconlist--image { margin: 0 auto 5px;}
.mailchimp-form-section::after {background-size: auto;}
.mailchimp-form-section::before {height: 30%;background-size: cover;}
.mailchimp-form-grd-boxs .mobile-img {max-width: 280px;}
.mailchimp-box .custom-head-magic {font-size: 33px;}



.youtube-grid-boxs .colm-span-7 { width: 100%; padding: 0 0 30px;}
.youtube-grid-boxs .colm-span-5 { width: 100%;}
.banner-image-right { text-align: center;}
.banner-image-right img { width: 100%; max-width: 400px; margin: 0 auto;}
.youtube-banner-section { padding: 30px 0;}
.youtube-content-info h1{font-size: 36px;}
.youtube-content-info h3{ font-size: 26px;}


.youtube-items-boxs { background: transparent; border-radius: 0;}
.youtube_left_colm { width: 100%; min-height: inherit;}
.youtube-items-boxs:nth-child(2n+1) .youtube-image-block { padding: 0;}
.youtube-image-block { position: unset; transform: inherit; -moz-transform: inherit;}



.youtube_left_colm { width: 100%; min-height: inherit; margin: 0 0 -70px;}
.youtube-items-boxs { background: transparent; border-radius: 0;}
.youtube-items-grid { gap: 40px;}
.youtube-items-boxs:nth-child(2n+1) .youtube-image-block { padding: 0;}
.youtube-image-block { position: unset; transform: inherit; -moz-transform: inherit;}
.youtube_right_colm { width: 100%; border-radius: 30px; background: #ee2c79; padding: 100px 20px 50px;}
.youtube-items-boxs:nth-child(2n) { flex-direction: column-reverse;}
.youtube-block-section { padding: 50px 0;}
.youtube-content-block .youtube-btns a{ font-size: 18px; padding: 16px 40px;}
.youtube-content-block h2{font-size: 26px;margin: 0 0 20px;}
.youtube-items-boxs:nth-child(2n) .youtube-image-block {padding-right: 0;}


.ecom-icon-1 { max-width: 360px; left: 0; right: 0; margin: 0 auto; text-align: right;}
.ecom-icon-2, .ecom-icon-4, .ecom-icon-6 { left: 0; right: 0; max-width: 360px; margin: 0 auto; text-align: left;}
.ecom-icon-5 { left: 0; right: 0; max-width: 360px; margin: 0 auto; text-align: right;}
.donation-banner-section h1 { font-size: 24px;}


.potion-video-section .potion-video-grid { grid-template-columns: repeat(2,1fr);gap: 40px 20px;}
.potion-video-items .watch-now-btns a{ max-width: 96%; padding: 14px 16px;}

.social-center-column { width: 100%; order: 3;}
.social-right-column, .social-left-column { width: auto;}
.social-follow-us-section .page-width{   justify-content: center;}
.social-left-column .social-phone-image img { width: 100%; max-width: 140px;}
.social-right-column .social-phone-image img { width: 100%; max-width: 145px;}
.social-content-info h2 { font-size: 24px;}


.donation-banner-section { padding: 40px 0 60px;}
.donation-content-info h3{ font-size: 18px;}


.linktree-banner-section .linktree-banner-content{ padding: 30px 15px;}
.linktree-banner-content h2{ font-size: 24px;}
.linktree-btns ul li a{ font-size: 16px;padding: 10px 10px 13px;}
.linktree-logo img { width: 100%; max-width: 200px;}
.linktree-logo{   padding: 0 0 20px;}
.celebrate-section .magic-main .left-img-col img, .celebrate-section .magic-main .right-img-col img {width: 100%;max-width: 360px;margin: auto;}
.celebrate-section .magic-main .right-img-col {width: 50%;order: 3;padding: 30px 10px 10px;}
.celebrate-section .magic-main .content-col {width: 100%;order: 1;}
.celebrate-section .magic-main .left-img-col {order: 2; width: 50%;padding: 30px 10px 10px;}
.celebrate-section .magic-main {flex-direction: row;gap: 0px;flex-wrap: wrap;}
.celebrate-section .magic-main h1 {font-size: 33px;}
.celebrate-section .magic-main h1 span {font-size: 34px;}	
.page-birthday-parties .collection-content-info-section h2 {font-size: 18px;flex-direction: column;justify-content: center;align-items: center;}
.magic-about-section .parties-main .right-img-col {width: 100%;border-top: 5px solid #EE2B7A;display: flex;border-left: 0px;}
.magic-about-section {padding: 25px 0px 0px;}
.magic-about-section .parties-main .content-col h2 {font-size: 26px;}
.magic-about-section .parties-main .content-col p {font-size: 18px;line-height: 30px;}
.content-col .ecom__element--button {font-size: 16px !important;height: 44px;}
.magic-about-section .parties-main { gap: 20px;flex-direction: column;}
.magic-about-section .parties-main .content-col {width: 100%;}
.magic-about-section .parties-main .right-img-col img {height: 420px;object-fit: cover;}
.joy-section {padding: 32px 0px 0px;}
.joy-section .box-col-main h2 {font-size: 26px;max-width: 290px;margin: auto;}
.joy-section .box-col-main h3 {font-size: 26px;max-width: 290px;margin: auto;}
.joy-section .box-col-main .guide-box-col {padding: 25px 0px 0px 0px;column-gap: 10px;row-gap: 20px;grid-template-columns: repeat(1, 1fr);}
.joy-section .box-col-main .guide-box-col .icon-box {gap: 0px;flex-direction: column;justify-content: center;}
.size-section .page-width .size-col .size-box {flex-direction: column;gap: 10px;}
.size-section .page-width .size-col h2 {font-size: 26px;}
.magical-way-col .way_row .trans-grid-boxs {padding-right: 0;padding-left: 0;flex-direction: column;background-color: transparent;}
.magical-way-col .trans-grid-boxs .image-colm { max-width: 290px;position: relative;margin: 0 0 -80px !important;}
.magical-way-col .way_row:nth-child(2n - 2) .trans-grid-boxs {flex-direction: column;justify-content: center;padding-right: 0;padding-left: 0;}
.magical-way-col .way_row:nth-child(2n - 2) {padding-right: 0;padding-left: 0;}
.magical-way-col .trans-grid-boxs .magical-way-content-block {padding: 100px 20px 20px;max-width: 100%;margin: auto;background-color: #ffd6df;border-radius: 40px;}
.magical-way-description ul li {font-size: 18px;}
.magical-way-col .trans-grid-boxs .magical-way-content-colm h3 {font-size: 24px;max-width: 235px;margin: auto;}
.magical-way-col .trans-grid-boxs .magical-way-content-colm h2 {font-size: 26px;}
.package-section .trans-grid-boxs .transform-book-btns a {font-size: 14px;height: 44px;width: 100%;}
.magical-way-col .way_row {padding-top: 15px;padding-bottom: 15px;padding-left: 0;}
.magical-way-description ul {gap: 10px;grid-template-columns: repeat(1, 1fr);}
.package-section .package-hed h2 {font-size: 26px;}
.package-section {padding: 32px 0px 0px;}
.magical-way-col {padding: 32px 0px 0px;}
.package-section .package-hed h3 {font-size: 26px;max-width: 300px;margin: auto;}
.guidance-section .guidance-col h2 {font-size: 26px;}
.guidance-section .guidance-col .guidance-box {max-width: 255px;flex-direction: column;gap: 10px;align-items: flex-start;}
.guidance-section {padding: 20px 0px 32px;}

.booking-inner-col {display: flex;align-items: center;gap: 20px;flex-direction: column;}
.booking-inner-col h2 {font-size: 26px;text-align: center;}
.booking-inner-col h3 {font-size: 26px;padding: 15px 0px 0px;}
.spa-package-section .imagination-col h2 {font-size: 26px;padding: 0px 0px 15px;}
.spa-package-section .include-col .include-inner h2 {font-size: 26px;padding: 0px 0px 20px;}
.spa-package-section .include-col .include-inner ul li {font-size: 18px;line-height: 32px;padding: 0px 0px 0px 0px;}
.spa-package-section .include-col .transform-book-btns a {font-size: 16px !important;height: 44px;text-align: center;padding: 10px 20px;width: 100%;}
.spa-inspired-section .page-width .inspired-boxes .image-col {display: flex;justify-content: center;}
.spa-inspired-section .page-width .inspired-boxes .contact-col .top-heading {position: relative;top: auto;padding: 15px 21px;}
.spa-inspired-section .page-width .inspired-boxes {gap: 20px;flex-direction: column-reverse;}
.spa-inspired-section .page-width .inspired-boxes .contact-col ul {max-width: 360px;justify-content: center;align-items: center;}
.spa-inspired-section .inspired-col-main img {max-width: 230px;width: 230px;}
.spa-inspired-section .page-width .inspired-boxes:nth-child(2n - 2) {flex-direction: column-reverse;}
.page-witch-parties .size-section {padding: 30px 20px 30px;}
.extra-magical-section {padding: 32px 0px 32px;}
.extra-magical-section .imagination-col h2 {font-size: 26px;padding: 0px 0px 20px;}
.extra-magical-section .imagination-col h3 {font-size: 26px;line-height: normal;}
.extra-magical-section .include-inner {padding: 25px 0px 0px;}
.spa-package-section h3 {font-size: 26px;line-height: 32px;}
.extra-magical-section .include-inner img {max-width: 375px;width: 100%;}
.extra-magical-section .include-inner:after {display: none;    }
.extra-magical-section .include-inner .transform-book-btns a {font-size: 16px !important;height: 44px;text-align: center;padding: 10px 20px;width: 100%;}
.spa-package-section .include-col {padding: 32px 0px 0px;}
.spa-inspired-section {padding: 32px 0px 32px;}
.spa-inspired-section .inspired-col-main {gap: 28px;}
.spa-package-section .include-col .transform-book-btns {padding: 22px 0px 0px;width: 100%;}
.extra-magical-section .include-inner .transform-book-btns {padding: 30px 0px 0px;width: 100%;}
.page-potion-parties .size-section {padding: 30px 20px 30px;}
.page-spa-parties .size-section {padding: 30px 20px 30px;}
.inner-size-section .page-width .size-col .size-box {flex-direction: column;gap: 10px;}
.inner-size-section .page-width .size-col h2 {font-size: 26px;}
.good-booking-section .guidance-col .transform-book-btns a {font-size: 16px !important;height: 44px;text-align: center;padding: 10px 20px;width: 100%;}
.good-booking-section .guidance-col h2 {font-size: 26px;max-width: 290px;margin: auto;}
.good-booking-section {padding: 0px 0px 80px;}
.guidance-section  .guidance-col {background-color: #ffd6df;padding: 20px 20px 30px;border-radius: 20px;}
.spa-inspired-section .page-width .inspired-boxes .contact-col h3 br {display: block;}
.spa-package-section h3 br {display: block;}
.spa-inspired-section .page-width .inspired-boxes .contact-col {align-items: center;justify-content: center;}
.link-club .text-content a {font-size: 24px !important;font-family: BrittanySignatureRegular, sans-serif !important;line-height: normal !important;padding: 8px 0px 10px;}
.empower-sec .text-content br {display: block;}
.product-sec .shop-magical-title h3 br {display: block;}
.link-club .text-content {line-height: normal !important;align-items: center !important;justify-content: center !important;}
.experince-section .shop-magical-title h3 br {display: block;}
.magic-four-line h3 br {display: block;}
.template-page-birthday-parties .collection-content-info-section h2 { flex-direction: column; font-size: 27px;}
.magic-book-section .book-col-main .book-col-content h2.megic-hed {font-size: 26px;padding: 0px 0px 20px;}
.planning-section .book-col-main h3 {font-size: 24px;line-height: 55px;}
.planning-section .book-col-main h2 {font-size: 24px;padding: 0px 0px 10px;}
.planning-magic-col {padding: 30px 20px 20px;}
.planning-section .book-col-main .guidance-box h3 {font-size: 22px;text-align: left;}
.hosted-section h2.megic-hed {font-size: 26px;padding: 0px 0px 20px;}
.hosted-section h3 {font-size: 26px;line-height: 52px; max-width: 285px; margin: auto;}
.hosted-img-col .star-t-col {display: none;}
.fly-col-content h2.megic-hed {font-size: 30px;padding: 0px 0px 20px;}
.fly-col-content h3 {font-size: 20px;}
.fly-col-main .fly-img-col {position: relative;left: 0;display: flex;right: 0;margin: auto;text-align: center;align-items: center;justify-content: center;}
.fly-over-section .fly-row::after {display: none;}
.fly-over-section {padding: 40px 0px 50px;}
.hosted-section {padding: 50px 0px 40px;position: relative;}
.magic-book-section .book-col-main .book-col-content p {font-size: 20px;}
.potion-club-section .youtube-grid-boxs .colm-span-7 {padding: 0 0px 0 0;width: 100%;}
.potion-club-section .youtube-grid-boxs .colm-span-5 {width: 100%;}
.potion-club-section .youtube-grid-boxs { flex-direction: column-reverse; gap: 25px;}
.potion-club-section { padding: 50px 0px 50px;}
.potion-club-section .party-favors-content-info h1 {font-size: 26px;}
.potion-club-section .party-favors-content-info h4:after {display:none;}
.seprate-content-col p br {display: none;}

.party-favors-banner-section .youtube-grid-boxs .colm-span-5 {width: 100%;}
.party-favors-banner-section .youtube-grid-boxs .colm-span-7 { width: 100%;padding: 18px 0px 0 0;}
.party-favors-content-info h4 { font-size: 24px; line-height: 57px;max-width: 290px; margin: auto;}
.magic-bring-section .book-col-content h2.megic-hed {font-size: 26px;}
.magic-bring-section .book-col-content p { font-size: 20px;}
.party-favors-btn a {font-size: 16px; font-family: 'Sunday';}
.magic-bring-section .planning-magic-col h2 {font-size: 24px;}
.magic-bring-section .planning-magic-col .guidance-box {padding: 20px 0px 0px 0px;}
.magic-bring-section .planning-magic-col h3 {font-size: 22px;}
.bottom-color-row h3 {font-size: 22px;}
.template-page-magical-party-favors-kids h2.rich-text__heading {font-size: 26px;}
.template-page-magical-party-favors-kids .rich-text__text { font-size: 24px;}
.template-page-magical-party-favors-kids .collection__view-all a.button {font-size: 16px;}
.party-favors-btn a {height: 60px;}
.template-page-magical-party-favors-kids .collection__view-all a.button {padding: 10px 42px;height: 59px;}
.hosted-section h3 br {display: none;}

}



@media(max-width:749px){
	
header header-drawer { width: 76px;}	
	
}

@media(max-width:389px){

.potion-video-section .potion-video-grid{grid-template-columns: repeat(1,1fr);}	
	
}