/** Shopify CDN: Minification failed

Line 3624:0 All "@import" rules must come first
Line 3645:0 All "@import" rules must come first
Line 4033:0 Unexpected "<"
Line 4738:0 Unexpected "{"
Line 4739:2 Unexpected "\"sections\""
Line 4740:4 Unexpected "\"main-blog\""
Line 4741:6 Unexpected "\"type\""
Line 4743:8 Expected identifier but found "\"layout\""
Line 4751:5 Unexpected ","
Line 4753:6 Unexpected "\"type\""
... and 7 more hidden warnings

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

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

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

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

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

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

/* base */

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.hidden {
  display: none !important;
}

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

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

.overflow-hidden {
  overflow: hidden;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.left {
  text-align: left;
}

.center {
  text-align: center;
}

.right {
  text-align: right;
}

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

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

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

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

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

.icon-arrow {
  width: 1.5rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

/*
  Focus ring - inset
*/

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

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

/*
  Focus ring - none
*/

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

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

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

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

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

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

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

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

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

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

@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-wrapper {
  width: 1.5rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .grid--peek.slider .grid__item:first-of-type {
    margin-left: 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--secondary,
.button--tertiary {
  --color-button: var(--color-secondary-button);
  --color-button-text: var(--color-secondary-button-text);
}

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

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

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

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

.button:after,
.shopify-challenge__button:after,
.customer button:after,
.shopify-payment-button__button--unbranded:after {
  content: '';
  position: absolute;
  top: var(--buttons-border-width);
  right: var(--buttons-border-width);
  bottom: var(--buttons-border-width);
  left: var(--buttons-border-width);
  z-index: 1;
  border-radius: 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__button--unbranded:focus {
  outline: 0;
  box-shadow: 0 0 0 0.3rem rgb(var(--color-background)), 0 0 0 0.5rem rgba(var(--color-foreground), 0.5),
    0 0 0.5rem 0.4rem rgba(var(--color-foreground), 0.3);
}

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

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

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

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

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

/* Shopify Accelerated Checkout */

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


/* Button - other */

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

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

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

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

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

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

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

/* Button - social share */

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Select */

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

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

/* Field */

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

.customer .field {
  display: flex;
}

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

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

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

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

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

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

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

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

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

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

/* Text area */

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

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

/* Form global */

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.quantity__rules-cart {
  position: relative;
}

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

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

.modal__toggle-close {
  display: none;
}

.modal__toggle-open {
  display: flex;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.header__icon span {
  height: 100%;
}

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

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

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

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

details .header__icon-close {
  display: none;
}

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

account-icon {
  display: flex;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.search-modal__form {
  width: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.header__menu {
  padding: 0 1rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.badge {
  border: 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-badge-foreground));
  word-break: break-word;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.rte table {
  table-layout: fixed;
}

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

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

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

.rte li {
  list-style: inherit;
}

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

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

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

.rte blockquote {
  display: inline-flex;
}

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

/* Image mask global styles */

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Animations */

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@keyframes indeterminateAnimation {
  0% {
    transform: translateX(-20%) scaleX(0);
  }
  40% {
    transform: translateX(30%) scaleX(0.7);
  }
  100% {
    transform: translateX(100%) scaleX(0);
  }
}
/* === DOPESICK GLOBAL FONT === */
body, h1, h2, h3, h4, h5, h6, p, a, button, input, textarea {
  font-family: 'Inherit' !important;
}

/* Optional: add your Dopesick pink and dark vibe sitewide */
body {
  color: #ef25aa !important;
  background-color: #000 !important;
  letter-spacing: 1px;
}
@import url('https://fonts.googleapis.com/css2?family=Pirata+One&display=swap');

body, h1, h2, h3, h4, h5, h6, p, a, button, input, textarea, span {
  font-family: 'Pirata One', serif !important;
  color: #ef25aa !important;
  letter-spacing: 1px;
}

body {
  background-color: #000000 !important;
}

h1, h2, h3, h4, h5, h6 {
  text-shadow: 0 0 6px #ef25aa, 0 0 10px #ef25aa;
}

a:hover, button:hover {
  color: #fff !important;
  text-shadow: 0 0 10px #ef25aa, 0 0 30px #ff77ee, 0 0 50px #ef25aa;
  transform: scale(1.05);
}
@import url('https://fonts.googleapis.com/css2?family=Pirata+One&family=Cormorant+Garamond:wght@500&display=swap');

h1, h2, h3 {
  font-family: 'Pirata One', serif !important;
  color: #ef25aa !important;
  text-shadow: 0 0 8px #ef25aa;
}

p {
  font-family: 'Cormorant Garamond', serif !important;
  color: #ffbdee !important; /* Softer pink for long text */
  line-height: 1.8;
  font-size: 17px;
}
/* === DOPESICK IMAGE GLOW === */
.image-with-text img,
.image-with-text__media img,
.image-with-text__image {
  border-radius: 10px;
  box-shadow: 0 0 20px rgba(239, 37, 170, 0.4),
              0 0 40px rgba(239, 37, 170, 0.2);
  transition: all 0.3s ease-in-out;
}

/* Subtle hover effect */
.image-with-text img:hover {
  box-shadow: 0 0 30px rgba(239, 37, 170, 0.6),
              0 0 60px rgba(239, 37, 170, 0.3);
  transform: scale(1.02);
}
/* === DOPESICK NEON GLOW BUTTONS === */
button,
.shopify-payment-button,
a.button,
button.shopify-button,
input[type="submit"],
input[type="button"],
input[type="reset"] {
  background-color: #000 !important;
  color: #ef25aa !important;
  border: 2px solid #ef25aa !important;
  border-radius: 8px !important;
  padding: 10px 22px !important;
  text-transform: uppercase;
  font-family: 'Pirata One', serif !important;
  font-size: 16px;
  letter-spacing: 1px;
  cursor: pointer;
  box-shadow: 0 0 12px rgba(239,37,170,0.5);
  transition: all 0.3s ease-in-out;
}

/* Hover state */
button:hover,
a.button:hover,
.shopify-payment-button:hover,
button.shopify-button:hover,
input[type="submit"]:hover {
  background-color: #ef25aa !important;
  color: #000 !important;
  box-shadow: 0 0 20px #ef25aa, 0 0 40px #ff77ee;
  transform: scale(1.05);
}
/* Subtle pulsing effect for featured buttons */
.hero__button, .main-cta, .btn-primary {
  animation: dopesickPulse 2.5s infinite alternate;
}

@keyframes dopesickPulse {
  from {
    box-shadow: 0 0 10px #ef25aa, 0 0 20px #ef25aa;
  }
  to {
    box-shadow: 0 0 25px #ef25aa, 0 0 60px #ff77ee;
  }
}
/* === DOPESICK HEADER NAV GLOW === */

/* Header background (optional) */
.header, .site-header, .navigation {
  background-color: #000 !important;
}

/* Navigation links */
.header a,
.site-nav__link,
.navigation a,
.header__menu-item,
a.header__heading-link {
  color: #ef25aa !important;
  font-family: 'Pirata One', serif !important;
  letter-spacing: 1px;
  text-transform: uppercase;
  transition: all 0.3s ease-in-out;
}

/* Hover glow effect */
.header a:hover,
.site-nav__link:hover,
.navigation a:hover,
.header__menu-item:hover {
  color: #fff !important;
  text-shadow: 0 0 10px #ef25aa, 0 0 25px #ff77ee, 0 0 45px #ef25aa;
  transform: scale(1.05);
}

/* Site title or logo text (if text-based) */
.header__heading, .header__heading-link {
  color: #ef25aa !important;
  font-family: 'Pirata One', serif !important;
  text-shadow: 0 0 6px #ef25aa, 0 0 15px #ff77ee;
  transition: all 0.3s ease-in-out;
}

/* On hover for title */
.header__heading-link:hover {
  color: #fff !important;
  text-shadow: 0 0 12px #ef25aa, 0 0 35px #ff77ee;
  transform: scale(1.03);
}
.header, .site-header {
  border-bottom: 2px solid #ef25aa;
  box-shadow: 0 0 15px #ef25aa;
}
/* === DOPESICK PRODUCT CARD STYLING === */

/* Product card container */
.card, .product-card, .grid__item, .product-grid-item {
  background-color: #000 !important;
  border: 1px solid #ef25aa !important;
  border-radius: 10px !important;
  padding: 15px !important;
  box-shadow: 0 0 12px rgba(239,37,170,0.25);
  transition: all 0.3s ease-in-out;
}

/* Hover glow */
.card:hover, .product-card:hover {
  box-shadow: 0 0 20px rgba(239,37,170,0.6), 0 0 40px rgba(239,37,170,0.3);
  transform: scale(1.02);
}

/* Product title */
.card__heading, .product-card__title, .product-item__title {
  font-family: 'Pirata One', serif !important;
  color: #ef25aa !important;
  text-transform: uppercase;
  font-size: 18px !important;
  letter-spacing: 1px;
  text-shadow: 0 0 6px #ef25aa;
  transition: all 0.3s ease-in-out;
}

.card__heading:hover, .product-card__title:hover {
  color: #fff !important;
  text-shadow: 0 0 10px #ef25aa, 0 0 30px #ff77ee;
}

/* Price styling */
.price, .price-item, .product-card__price {
  color: #ffbdee !important;
  font-family: 'Cormorant Garamond', serif !important;
  font-size: 16px;
}

/* Add to Cart buttons */
.product-form__submit, .card__add-to-cart, .button--primary {
  background-color: #000 !important;
  color: #ef25aa !important;
  border: 2px solid #ef25aa !important;
  border-radius: 8px !important;
  padding: 8px 18px !important;
  font-family: 'Pirata One', serif !important;
  text-transform: uppercase;
  box-shadow: 0 0 10px rgba(239,37,170,0.4);
  transition: all 0.3s ease-in-out;
}

.product-form__submit:hover, .card__add-to-cart:hover {
  background-color: #ef25aa !important;
  color: #000 !important;
  box-shadow: 0 0 25px #ef25aa, 0 0 40px #ff77ee;
  transform: scale(1.05);
}
.card__media img, .product-card__image, .product-item__image {
  border-radius: 8px;
  box-shadow: 0 0 15px rgba(239,37,170,0.3);
  transition: all 0.3s ease-in-out;
}

.card__media img:hover {
  box-shadow: 0 0 25px rgba(239,37,170,0.6);
  transform: scale(1.03);
}
/* === DOPESICK PRODUCT DETAIL PAGE STYLING === */

/* Page background and text */
.product, .product__info-container, .product__media, body.product {
  background-color: #000 !important;
  color: #ffbdee !important;
  font-family: 'Cormorant Garamond', serif !important;
}

/* Product title */
.product__title, .product__title h1 {
  font-family: 'Pirata One', serif !important;
  color: #ef25aa !important;
  font-size: 30px !important;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  text-shadow: 0 0 8px #ef25aa, 0 0 15px #ff77ee;
  margin-bottom: 10px;
}

/* Price */
.price, .price-item, .product__price {
  color: #ffbdee !important;
  font-family: 'Cormorant Garamond', serif !important;
  font-size: 20px !important;
}

/* Description */
.product__description p {
  color: #ffbdee !important;
  line-height: 1.8;
  font-size: 17px;
}

/* Product images */
.product__media img, .product__image {
  border-radius: 10px;
  box-shadow: 0 0 15px rgba(239,37,170,0.3);
  transition: all 0.3s ease-in-out;
}

.product__media img:hover {
  box-shadow: 0 0 25px rgba(239,37,170,0.6);
  transform: scale(1.02);
}

/* Add to Cart button */
.product-form__submit, button.product-form__submit {
  background-color: #000 !important;
  color: #ef25aa !important;
  border: 2px solid #ef25aa !important;
  border-radius: 8px !important;
  font-family: 'Pirata One', serif !important;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 12px 25px !important;
  box-shadow: 0 0 10px rgba(239,37,170,0.4);
  transition: all 0.3s ease-in-out;
}

.product-form__submit:hover {
  background-color: #ef25aa !important;
  color: #000 !important;
  box-shadow: 0 0 25px #ef25aa, 0 0 50px #ff77ee;
  transform: scale(1.05);
}

/* Quantity selector styling */
.quantity__input {
  background-color: #111 !important;
  color: #ffbdee !important;
  border: 1px solid #ef25aa !important;
}

/* Variant / size buttons */
.product-form__input input[type="radio"] + label {
  background-color: #000 !important;
  border: 1px solid #ef25aa !important;
  color: #ef25aa !important;
  font-family: 'Pirata One', serif !important;
  text-transform: uppercase;
  transition: all 0.3s ease-in-out;
}

.product-form__input input[type="radio"]:checked + label {
  background-color: #ef25aa !important;
  color: #000 !important;
  box-shadow: 0 0 15px #ef25aa, 0 0 30px #ff77ee;
}
.product__title::after {
  content: '';
  display: block;
  width: 100px;
  height: 2px;
  background: #ef25aa;
  margin-top: 10px;
  box-shadow: 0 0 10px #ef25aa;
}
/* === DOPESICK CART PAGE STYLING === */
.cart, .cart__items, .cart__footer {
  background-color: #000 !important;
  color: #ffbdee !important;
  font-family: 'Cormorant Garamond', serif !important;
}

.cart__item-title, .cart__heading, .cart__subtotal-title, .cart__footer h2 {
  font-family: 'Pirata One', serif !important;
  color: #ef25aa !important;
  text-shadow: 0 0 8px #ef25aa, 0 0 20px #ff77ee;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.cart__price, .cart__subtotal, .cart__total {
  color: #ffbdee !important;
}

.cart__remove {
  color: #ef25aa !important;
  text-decoration: underline;
}

.cart__remove:hover {
  color: #fff !important;
  text-shadow: 0 0 10px #ef25aa;
}

/* Checkout button on cart page */
.cart__checkout, .cart__submit, .cart__footer button {
  background-color: #000 !important;
  color: #ef25aa !important;
  border: 2px solid #ef25aa !important;
  border-radius: 8px !important;
  font-family: 'Pirata One', serif !important;
  text-transform: uppercase;
  padding: 12px 24px;
  box-shadow: 0 0 10px rgba(239,37,170,0.4);
  transition: all 0.3s ease-in-out;
}

.cart__checkout:hover {
  background-color: #ef25aa !important;
  color: #000 !important;
  box-shadow: 0 0 25px #ef25aa, 0 0 50px #ff77ee;
  transform: scale(1.05);
}
/* === DOPESICK ABOUT US POLISH === */
.image-with-text__content,
.image-with-text__text {
  background: rgba(0, 0, 0, 0.85);
  border: 1px solid #ef25aa;
  border-radius: 12px;
  padding: 40px 35px;
  box-shadow: 0 0 25px rgba(239, 37, 170, 0.25);
  color: #f2d8ef;
  line-height: 1.8;
  font-size: 17px;
  font-family: "Cormorant Garamond", serif;
  max-width: 750px;
  margin: 0 auto;
} 
/* === Automatic line-through for the word DOPESICK === */

/* Works on all text elements */
body :not(style):not(script) {
  /* This ensures normal behavior before we replace text */
}

/* Add a visual strike effect with a pseudo-element */
body :not(style):not(script) {
  /* nothing yet, the real work is below */
}

/* Use the attribute selector to catch the word Dopesick in text */
body :not(style):not(script):not(title) {
  /* nothing, we’ll use JS inlined below for full support */
}

/* Optional: ensure uppercase text styling */
.dopesick-strike {
  position: relative;
  display: inline-block;
}

.dopesick-strike::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 55%;
  height: 2px;
  background: #ef25aa;
  box-shadow: 0 0 6px rgba(239,37,170,0.6);
}
<script>
document.addEventListener("DOMContentLoaded", () => {
  const walker = document.createTreeWalker(document.body, NodeFilter.SHOW_TEXT);
  let node;
  while ((node = walker.nextNode())) {
    if (/dopesick/i.test(node.nodeValue)) {
      const span = document.createElement("span");
      span.innerHTML = node.nodeValue.replace(/(dopesick)/gi, '<span class="dopesick-strike">$1</span>');
      node.parentNode.replaceChild(span, node);
    }
  }
});
</script>
/* === Line-through style for the word Dopesick === */
.dopesick-strike{
  position:relative;
  display:inline-block;
}

.dopesick-strike::after{
  content:"";
  position:absolute;
  left:0; right:0;
  top:55%;
  height:2px;
  background:#ef25aa; /* brand pink */
  box-shadow:0 0 6px rgba(239,37,170,.6);
  pointer-events:none;
}
/* === THE DOPESICK COLLECTIVE COMPLETE STYLE === */

/* ---------- Base layout ---------- */
body, .page, .pagetify-section {
  background-color: #000000 !important;
  color: #ffffff !important;
  font-family: "Century Gothic", "Cinzel Decorative", sans-serif !important;
}

/* ---------- Headings ---------- */
h1, h2, h3, h4, h5 {
  color: #ef25aa !important;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  text-shadow: 0 0 12px rgba(239, 37, 170, 0.9),
               0 0 18px rgba(239, 37, 170, 0.6);
  font-weight: 700;
}

/* ---------- Paragraphs ---------- */
p, li {
  color: #f5f5f5 !important;
  line-height: 1.7;
  letter-spacing: 0.3px;
  font-size: 16px;
}

/* ---------- Links with neon underline ---------- */
a {
  position: relative;
  color: #ef25aa !important;
  text-decoration: none;
  text-shadow: 0 0 6px rgba(239, 37, 170, 0.8);
  transition: all 0.3s ease;
}

a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 0;
  height: 2px;
  background-color: #ef25aa;
  box-shadow: 0 0 6px rgba(239, 37, 170, 0.9);
  transition: width 0.3s ease;
}

a:hover {
  color: #ffffff !important;
  text-shadow: 0 0 10px rgba(239, 37, 170, 1);
}

a:hover::after {
  width: 100%;
}

/* ---------- Buttons ---------- */
button, .pagetify-button, .btn {
  background: transparent !important;
  border: 2px solid #ef25aa !important;
  color: #ef25aa !important;
  font-family: "Century Gothic", sans-serif !important;
  font-weight: bold;
  text-transform: uppercase;
  padding: 12px 24px;
  border-radius: 6px;
  letter-spacing: 1px;
  text-shadow: 0 0 6px rgba(239, 37, 170, 0.8);
  box-shadow: 0 0 12px rgba(239, 37, 170, 0.3);
  transition: all 0.3s ease-in-out;
}

button:hover, .pagetify-button:hover, .btn:hover {
  background-color: #ef25aa !important;
  color: #000000 !important;
  box-shadow: 0 0 20px rgba(239, 37, 170, 0.9);
  text-shadow: none;
  transform: scale(1.03);
}

/* ---------- Blog cards / containers ---------- */
.blog-post, .pagetify-post {
  background: rgba(20, 20, 20, 0.95) !important;
  border: 1px solid #ef25aa !important;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 0 15px rgba(239, 37, 170, 0.25);
  transition: transform 0.25s ease;
}
.blog-post:hover, .pagetify-post:hover {
  transform: scale(1.02);
  box-shadow: 0 0 25px rgba(239, 37, 170, 0.6);
}

/* ---------- Section titles ---------- */
.pagetify-section-title {
  border-bottom: 2px solid #ef25aa !important;
  padding-bottom: 10px;
  margin-bottom: 20px;
  text-align: center;
}

/* ---------- Scrollbar ---------- */
::-webkit-scrollbar {
  width: 10px;
}
::-webkit-scrollbar-track {
  background: #000;
}
::-webkit-scrollbar-thumb {
  background: #ef25aa;
  box-shadow: 0 0 8px rgba(239, 37, 170, 0.9);
  border-radius: 5px;
}

/* ---------- DOPESICK Slash & Flicker ---------- */
strong:contains("Dopesick"),
span:contains("Dopesick"),
p:contains("Dopesick"),
a:contains("Dopesick"),
h1:contains("Dopesick"),
h2:contains("Dopesick"),
h3:contains("Dopesick") {
  position: relative;
  display: inline-block;
  color: inherit;
}

strong:contains("Dopesick")::after,
span:contains("Dopesick")::after,
p:contains("Dopesick")::after,
a:contains("Dopesick")::after,
h1:contains("Dopesick")::after,
h2:contains("Dopesick")::after,
h3:contains("Dopesick")::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 52%;
  height: 2px;
  background-color: #ef25aa;
  box-shadow: 0 0 6px rgba(239, 37, 170, 0.9);
  transform: rotate(-8deg);
  transform-origin: center;
  pointer-events: none;
  opacity: 0.9;
  transition: all 0.2s ease;
}
/* === THE DOPESICK COLLECTIVE GLOBAL STYLE === */

/* ---------- Font & base text ---------- */
body, h1, h2, h3, h4, h5, h6, p, a, button, input, label, li, span {
  font-family: "Century Gothic", "Cinzel Decorative", sans-serif !important;
  color: #ffffff !important;
}

/* ---------- Page background ---------- */
body {
  background-color: #000000 !important;
}

/* ---------- Headings ---------- */
h1, h2, h3, h4, h5, h6 {
  color: #ef25aa !important;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  text-shadow: 0 0 12px rgba(239, 37, 170, 0.9),
               0 0 18px rgba(239, 37, 170, 0.6);
  font-weight: 700;
}

/* ---------- Links ---------- */
a {
  position: relative;
  color: #ef25aa !important;
  text-decoration: none;
  text-shadow: 0 0 6px rgba(239, 37, 170, 0.8);
  transition: all 0.3s ease;
}
a::after {
  content: "";
  position: absolute;
  left: 0; bottom: -2px;
  width: 0; height: 2px;
  background-color: #ef25aa;
  box-shadow: 0 0 6px rgba(239, 37, 170, 0.9);
  transition: width 0.3s ease;
}
a:hover {
  color: #ffffff !important;
  text-shadow: 0 0 10px rgba(239, 37, 170, 1);
}
a:hover::after { width: 100%; }

/* ---------- Buttons ---------- */
button, .btn, .shopify-payment-button__button {
  background: transparent !important;
  border: 2px solid #ef25aa !important;
  color: #ef25aa !important;
  font-weight: bold;
  text-transform: uppercase;
  padding: 12px 24px;
  border-radius: 6px;
  letter-spacing: 1px;
  text-shadow: 0 0 6px rgba(239, 37, 170, 0.8);
  box-shadow: 0 0 12px rgba(239, 37, 170, 0.3);
  transition: all 0.3s ease-in-out;
}
button:hover, .btn:hover, .shopify-payment-button__button:hover {
  background-color: #ef25aa !important;
  color: #000000 !important;
  box-shadow: 0 0 20px rgba(239, 37, 170, 0.9);
  text-shadow: none;
  transform: scale(1.03);
}

/* ---------- Cards, product boxes, blog posts ---------- */
.card, .product-card, .blog-post, .collection-item {
  background-color: #111 !important;
  border: 1px solid #ef25aa !important;
  border-radius: 10px;
  box-shadow: 0 0 15px rgba(239, 37, 170, 0.25);
}

/* ---------- Section titles ---------- */
.section-header, .title, .pagetify-section-title {
  border-bottom: 2px solid #ef25aa !important;
  padding-bottom: 10px;
  margin-bottom: 20px;
  text-align: center;
}

/* ---------- Scrollbar ---------- */
::-webkit-scrollbar {
  width: 10px;
}
::-webkit-scrollbar-track {
  background: #000;
}
::-webkit-scrollbar-thumb {
  background: #ef25aa;
  box-shadow: 0 0 8px rgba(239, 37, 170, 0.9);
  border-radius: 5px;
}

/* ---------- Dopesick slash (diagonal + flicker) ---------- */
@keyframes neon-flicker {
  0%, 100% { opacity: 1; box-shadow: 0 0 6px rgba(239,37,170,0.9); }
  20% { opacity: 0.7; box-shadow: 0 0 3px rgba(239,37,170,0.5); }
  40% { opacity: 0.4; box-shadow: 0 0 2px rgba(239,37,170,0.3); }
  60% { opacity: 1; box-shadow: 0 0 10px rgba(239,37,170,1); }
  80% { opacity: 0.6; box-shadow: 0 0 4px rgba(239,37,170,0.6); }
}

.dopesick-slash {
  position: relative;
  display: inline-block;
}
.dopesick-slash::after {
  content: "";
  position: absolute;
  left: 0; right: 0;
  top: 55%;
  height: 2px;
  background: #ef25aa;
  box-shadow: 0 0 6px rgba(239, 37, 170, 0.9);
  transform: rotate(-8deg);
  transform-origin: center;
  pointer-events: none;
  transition: all 0.2s ease;
}
.dopesick-slash:hover::after {
  animation: neon-flicker 0.7s ease-in-out;
}
/* === DOPESICK BLOG STYLES === */
.blog-box:hover {
  transform: scale(1.04);
  box-shadow: 0 0 25px rgba(239, 37, 170, 0.9);
  animation: neonPulse 1.2s infinite;
}

.blog-box:hover .overlay {
  background: rgba(0, 0, 0, 0.3);
}

/* === Background Images (replace URLs below) === */
.blog-box.story {
  background: url('/cdn/s/files/your-image1.jpg') center/cover no-repeat;
}
.blog-box.wins {
  background: url('/cdn/s/files/your-image2.jpg') center/cover no-repeat;
}
.blog-box.lost {
  background: url('/cdn/s/files/your-image3.jpg') center/cover no-repeat;
}
.blog-box.reviews {
  background: url('/cdn/s/files/your-image4.jpg') center/cover no-repeat;
}

@keyframes neonPulse {
  0%, 100% { box-shadow: 0 0 10px rgba(239,37,170,0.4); }
  50% { box-shadow: 0 0 25px rgba(239,37,170,0.9); }
}
/* === Dopesick Blog Footer Reposition === */
.template-blog footer {
  order: 3;
  margin-top: 60px;
}

.template-blog .dopesick-blog-categories {
  order: 1;
}

.template-blog .dopesick-newsletter {
  order: 2;
}

/* For mobile layout alignment */
@media (max-width: 768px) {
  .dopesick-blog-categories {
    margin-bottom: 80px;
  }
}
/* === Reorder sections on BLOG pages === */
.template-blog #MainContent {
  display: flex;
  flex-direction: column;
}

/* Default: put all sections in the middle */
.template-blog #MainContent > .shopify-section {
  order: 2;
}

/* Put our blog boxes first */
.template-blog #MainContent .dopesick-blog-categories {
  order: 1;
}

/* Put our custom newsletter next (if you used it) */
.template-blog #MainContent .dopesick-newsletter {
  order: 2;
}

/* Ensure the Shopify footer (payments, policies) is LAST */
.template-blog #MainContent > [id^="shopify-section-footer"],
.template-blog #MainContent > .shopify-section-footer {
  order: 3;
  margin-top: 60px;
}
/* === DOPE-SICK SITEWIDE FOOTER FIX + GLOW STYLE === */

/* Force footer to always stay at bottom sitewide */
footer,
[id^="shopify-section-footer"],
.shopify-section-footer {
  position: relative;
  order: 999;
  margin-top: 80px !important;
  display: block !important;
  text-align: center;
}

/* Ensure page content stacks properly */
#MainContent {
  display: flex;
  flex-direction: column;
  padding-bottom: 100px;
}

#MainContent > .shopify-section {
  order: 1;
}

/* Footer always last */
#MainContent > [id^="shopify-section-footer"],
#MainContent > .shopify-section-footer {
  order: 999;
}

/* === GLOW EFFECTS TO MATCH DOPESICK AESTHETIC === */
footer,
.shopify-section-footer {
  background: transparent;
  color: #ff9ee8;
  text-shadow: 0 0 8px rgba(255, 0, 255, 0.5),
               0 0 16px rgba(255, 0, 255, 0.4);
}

/* Glow for newsletter input + button */
footer input[type="email"],
.shopify-section-footer input[type="email"] {
  border: 1px solid #ff9ee8;
  background: transparent;
  color: #fff;
  box-shadow: 0 0 10px rgba(255, 0, 255, 0.4);
}

footer input[type="email"]::placeholder {
  color: #ff9ee8;
  opacity: 0.8;
}

footer button,
.shopify-section-footer button {
  background: #ff9ee8;
  color: black;
  text-transform: uppercase;
  letter-spacing: 1px;
  border: none;
  padding: 8px 16px;
  box-shadow: 0 0 10px rgba(255, 0, 255, 0.6);
  transition: 0.2s;
}

footer button:hover,
.shopify-section-footer button:hover {
  background: #fff;
  color: #ff9ee8;
  box-shadow: 0 0 18px rgba(255, 0, 255, 0.8);
}

/* Make social icons glow too */
footer a svg,
.shopify-section-footer a svg {
  filter: drop-shadow(0 0 4px #ff9ee8) drop-shadow(0 0 8px #ff9ee8);
}
/* === DOPE-SICK SITEWIDE FOOTER FIX + GLOW STYLE === */

/* Force footer to always stay at bottom sitewide */
footer,
[id^="shopify-section-footer"],
.shopify-section-footer {
  position: relative;
  order: 999;
  margin-top: 80px !important;
  display: block !important;
  text-align: center;
}

/* Ensure page content stacks properly */
#MainContent {
  display: flex;
  flex-direction: column;
  padding-bottom: 100px;
}

#MainContent > .shopify-section {
  order: 1;
}

/* Footer always last */
#MainContent > [id^="shopify-section-footer"],
#MainContent > .shopify-section-footer {
  order: 999;
}

/* === GLOW EFFECTS TO MATCH DOPESICK AESTHETIC === */
footer,
.shopify-section-footer {
  background: transparent;
  color: #ff9ee8;
  text-shadow: 0 0 8px rgba(255, 0, 255, 0.5),
               0 0 16px rgba(255, 0, 255, 0.4);
}

/* Glow for newsletter input + button */
footer input[type="email"],
.shopify-section-footer input[type="email"] {
  border: 1px solid #ff9ee8;
  background: transparent;
  color: #fff;
  box-shadow: 0 0 10px rgba(255, 0, 255, 0.4);
}

footer input[type="email"]::placeholder {
  color: #ff9ee8;
  opacity: 0.8;
}

footer button,
.shopify-section-footer button {
  background: #ff9ee8;
  color: black;
  text-transform: uppercase;
  letter-spacing: 1px;
  border: none;
  padding: 8px 16px;
  box-shadow: 0 0 10px rgba(255, 0, 255, 0.6);
  transition: 0.2s;
}

footer button:hover,
.shopify-section-footer button:hover {
  background: #fff;
  color: #ff9ee8;
  box-shadow: 0 0 18px rgba(255, 0, 255, 0.8);
}

/* Make social icons glow too */
footer a svg,
.shopify-section-footer a svg {
  filter: drop-shadow(0 0 4px #ff9ee8) drop-shadow(0 0 8px #ff9ee8);
}
/* === DOPESICK BLOG BOXES ABOVE FOOTER === */

.dopesick-blog-links {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 40px;
  justify-items: center;
  align-items: stretch;
  margin: 100px auto 80px auto;
  padding: 0 20px;
  max-width: 1100px;
  text-align: center;
}

.dopesick-blog-box {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid #ff9ee8;
  border-radius: 14px;
  padding: 30px 20px;
  width: 100%;
  color: #ffffff;
  font-family: 'Century Gothic', sans-serif;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 1px;
  box-shadow: 0 0 10px rgba(255, 0, 255, 0.4);
  transition: all 0.3s ease-in-out;
  text-decoration: none;
}

.dopesick-blog-box:hover {
  transform: translateY(-6px) scale(1.02);
  box-shadow: 0 0 25px rgba(255, 0, 255, 0.8),
              0 0 45px rgba(255, 0, 255, 0.4);
  border-color: #fff;
}

.dopesick-blog-box h2 {
  font-size: 1.3rem;
  margin-bottom: 10px;
  color: #ff9ee8;
  text-shadow: 0 0 10px rgba(255, 0, 255, 0.6);
}

.dopesick-blog-box p {
  font-size: 0.9rem;
  color: #ddd;
  font-weight: normal;
  text-transform: none;
}

/* Make sure the boxes stay above the footer */
footer,
.shopify-section-footer {
  margin-top: 80px !important;
  position: relative !important;
  z-index: 0;
}
.dopesick-blog-links {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 40px;
  justify-items: center;
  align-items: stretch;
  margin: 100px auto 80px auto;
  padding: 0 20px;
  max-width: 1100px;
  text-align: center;
}

.dopesick-blog-box {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid #ff9ee8;
  border-radius: 14px;
  padding: 30px 20px;
  width: 100%;
  color: #ffffff;
  font-family: 'Century Gothic', sans-serif;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 1px;
  box-shadow: 0 0 10px rgba(255, 0, 255, 0.4);
  transition: all 0.3s ease-in-out;
  text-decoration: none;
}

.dopesick-blog-box:hover {
  transform: translateY(-6px) scale(1.02);
  box-shadow: 0 0 25px rgba(255, 0, 255, 0.8),
              0 0 45px rgba(255, 0, 255, 0.4);
  border-color: #fff;
}

.dopesick-blog-box h2 {
  font-size: 1.3rem;
  margin-bottom: 10px;
  color: #ff9ee8;
  text-shadow: 0 0 10px rgba(255, 0, 255, 0.6);
}

.dopesick-blog-box p {
  font-size: 0.9rem;
  color: #ddd;
  font-weight: normal;
  text-transform: none;
}
/* Hide Shopify's built-in blog title (we use custom one instead) */
.template-blog h1.title,
.main-blog__title,
.section-header__title {
  display: none !important;
}
/* Dopesick Blog Boxes — single row + matching gothic style */
.dopesick-blog-links {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: stretch;
  gap: 40px;
  overflow-x: auto;
  padding: 40px 20px;
  margin: 0 auto 80px auto;
  max-width: 1400px;
}

.dopesick-blog-box {
  flex: 1 1 20%;
  min-width: 260px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid #ff9ee8;
  border-radius: 12px;
  padding: 25px;
  text-align: center;
  color: #fff;
  font-family: "Cinzel Decorative", "Century Gothic", sans-serif;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: bold;
  box-shadow: 0 0 15px rgba(255, 0, 255, 0.3);
  transition: all 0.3s ease;
  text-decoration: none;
}

.dopesick-blog-box:hover {
  transform: scale(1.05);
  box-shadow: 0 0 35px rgba(255, 0, 255, 0.7);
  border-color: #fff;
}

.dopesick-blog-box h2 {
  color: #ff9ee8;
  font-size: 1.3rem;
  text-shadow: 0 0 10px rgba(255, 0, 255, 0.6);
  margin-bottom: 10px;
}

.dopesick-blog-box p {
  font-size: 0.9rem;
  color: #ddd;
  text-transform: none;
  font-weight: 400;
  letter-spacing: 0.5px;
}

/* Responsive fallback — stack neatly on mobile */
@media (max-width: 900px) {
  .dopesick-blog-links {
    flex-wrap: wrap;
  }
}
{
  "sections": {
    "main-blog": {
      "type": "main-blog",
      "settings": {
        "layout": "collage",
        "show_image": true,
        "image_height": "medium",
        "show_date": true,
        "show_author": false,
        "padding_top": 36,
        "padding_bottom": 36
      }
    },
    "dopesick-blog-links": {
      "type": "custom-liquid",
      "settings": {
        "custom_liquid": "<section class='dopesick-blog-links'><a href='/blogs/share-your-story' class='dopesick-blog-box'><h2>Share Your Story</h2><p>Open up, express your truth, and inspire others through your journey.</p></a><a href='/blogs/share-your-wins' class='dopesick-blog-box'><h2>Share Your Wins</h2><p>Celebrate recovery milestones — every win matters.</p></a><a href='/blogs/lost-in-life-fornow' class='dopesick-blog-box'><h2>Lost in Life, For Now</h2><p>A space for reflection, resilience, and rebuilding.</p></a><a href='/blogs/product-reviews' class='dopesick-blog-box'><h2>Product Reviews</h2><p>Read real feedback from The Dopesick Collective community.</p></a></section>"
      }
    },
    "dc-random-posts": {
      "type": "dc-random-posts",
      "settings": {
        "heading": "Latest from the Community",
        "blog_1": "share-your-story",
        "blog_2": "share-your-wins",
        "blog_3": "lost-in-life-fornow",
        "blog_4": "product-reviews"
      }
    }
  },
  "order": ["main-blog", "dopesick-blog-links", "dc-random-posts"]
}
/* --- Fade-In Glow Animation for "Latest from the Community" --- */
@keyframes fadeInGlow {
  0% {
    opacity: 0;
    transform: translateY(30px);
    box-shadow: 0 0 0 rgba(255, 0, 255, 0);
  }
  60% {
    opacity: 1;
    transform: translateY(0);
    box-shadow: 0 0 25px rgba(255, 0, 255, 0.4);
  }
  100% {
    opacity: 1;
    box-shadow: 0 0 15px rgba(255, 0, 255, 0.3);
  }
}

.dopesick-random-posts {
  animation: fadeInGlow 1.5s ease-out both;
}

.random-card {
  opacity: 0;
  transform: translateY(20px);
  animation: fadeInGlow 1.4s ease forwards;
}

.random-card:nth-child(1) { animation-delay: 0.3s; }
.random-card:nth-child(2) { animation-delay: 0.5s; }
.random-card:nth-child(3) { animation-delay: 0.7s; }
.random-card:nth-child(4) { animation-delay: 0.9s; }
/* --- DOPE☠SICK "Latest from the Community" Styling --- */
.dopesick-random-posts {
  margin: 80px auto;
  text-align: center;
  max-width: 1200px;
  padding: 40px 0;
}

.dopesick-random-title {
  font-family: "Cinzel Decorative", "Century Gothic", sans-serif;
  font-size: 26px;
  font-weight: 700;
  text-transform: uppercase;
  color: #ff9ee8;
  text-shadow: 0 0 15px #ff9ee8;
  margin-bottom: 40px;
  border: 2px solid #ff9ee8;
  display: inline-block;
  padding: 12px 28px;
  border-radius: 12px;
  background-color: rgba(0, 0, 0, 0.4);
  box-shadow: 0 0 20px rgba(255, 0, 255, 0.4);
}

.dopesick-random-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 35px;
}

.random-card {
  background: rgba(0, 0, 0, 0.5);
  border: 1px solid #ff9ee8;
  border-radius: 12px;
  width: 260px;
  padding: 20px;
  box-shadow: 0 0 15px rgba(255, 0, 255, 0.4);
  transition: all 0.3s ease;
}

.random-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 0 25px rgba(255, 0, 255, 0.6);
  border-color: #fff;
}

.random-card img {
  width: 100%;
  border-radius: 8px;
  margin-bottom: 12px;
}

.random-card h3 {
  font-family: "Cinzel Decorative", "Century Gothic", sans-serif;
  color: #ff9ee8;
  font-size: 18px;
  margin-bottom: 10px;
  text-transform: uppercase;
  text-shadow: 0 0 10px #ff9ee8;
}

.random-card p {
  font-size: 14px;
  color: #ffffff;
  line-height: 1.6;
}

.random-card .readmore {
  color: #ff9ee8;
  font-weight: bold;
  text-transform: uppercase;
  text-shadow: 0 0 10px #ff9ee8;
  margin-top: 10px;
  display: inline-block;
}

/* Mobile adjustments */
@media (max-width: 768px) {
  .dopesick-random-grid {
    flex-direction: column;
    align-items: center;
  }
  .random-card {
    width: 85%;
  }
}
/* --- Fade-In Glow Animation for Main Blog Boxes --- */
@keyframes fadeInGlowBox {
  0% {
    opacity: 0;
    transform: translateY(40px);
    box-shadow: 0 0 0 rgba(255, 0, 255, 0);
  }
  60% {
    opacity: 1;
    transform: translateY(0);
    box-shadow: 0 0 25px rgba(255, 0, 255, 0.5);
  }
  100% {
    opacity: 1;
    box-shadow: 0 0 15px rgba(255, 0, 255, 0.3);
  }
}

/* Apply to your 4 main pink boxes */
.dopesick-blog-links .blog-box {
  opacity: 0;
  transform: translateY(20px);
  animation: fadeInGlowBox 1.4s ease forwards;
}

/* Staggered reveal for each box */
.dopesick-blog-links .blog-box:nth-child(1) { animation-delay: 0.3s; }
.dopesick-blog-links .blog-box:nth-child(2) { animation-delay: 0.5s; }
.dopesick-blog-links .blog-box:nth-child(3) { animation-delay: 0.7s; }
.dopesick-blog-links .blog-box:nth-child(4) { animation-delay: 0.9s; }
/* --- Gray Background Panel for "Latest from the Community" --- */
.dopesick-random-posts {
  background: linear-gradient(180deg, #1a1a1a 0%, #2b2b2b 100%);
  border-top: 1px solid rgba(255, 158, 232, 0.2);
  border-bottom: 1px solid rgba(255, 158, 232, 0.2);
  box-shadow: 0 0 30px rgba(255, 0, 255, 0.15);
  border-radius: 16px;
  padding: 60px 20px;
  margin: 60px auto;
  max-width: 1200px;
}
/* --- Latest from the Community Section --- */
.dopesick-latest-section {
  text-align: center;
  margin: 80px auto;
  max-width: 1200px;
}

.dopesick-section-title {
  font-size: 28px;
  color: #ff33cc;
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 20px;
  text-shadow: 0 0 15px rgba(255, 0, 255, 0.5);
}

/* Gray box */
.dopesick-featured-box {
  background: linear-gradient(180deg, #1a1a1a 0%, #2b2b2b 100%);
  border-radius: 16px;
  padding: 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  box-shadow: 0 0 30px rgba(255, 0, 255, 0.15);
}

/* Image on the left */
.featured-left {
  flex: 1;
  padding-right: 30px;
}

.featured-img {
  width: 100%;
  border-radius: 12px;
  border: 1px solid rgba(255, 0, 255, 0.3);
  box-shadow: 0 0 20px rgba(255, 0, 255, 0.2);
}

/* Text on the right */
.featured-right {
  flex: 1;
  text-align: left;
  color: white;
}

.featured-title {
  font-size: 22px;
  color: #ff66ff;
  margin-bottom: 10px;
  text-shadow: 0 0 12px rgba(255, 0, 255, 0.4);
}

.featured-excerpt {
  font-size: 16px;
  line-height: 1.6;
  color: #dcdcdc;
  margin-bottom: 15px;
}

.featured-link {
  display: inline-block;
  background-color: transparent;
  border: 1px solid #ff33cc;
  color: #ff33cc;
  text-transform: uppercase;
  padding: 8px 16px;
  border-radius: 8px;
  transition: all 0.3s ease;
}

.featured-link:hover {
  background-color: #ff33cc;
  color: black;
  box-shadow: 0 0 20px rgba(255, 0, 255, 0.5);
}
/* --- Rotating Community Post Styling --- */
.dopesick-latest-section {
  text-align: center;
  margin: 80px auto;
  max-width: 1200px;
}

.dopesick-section-title {
  font-size: 28px;
  color: #ff33cc;
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 20px;
  text-shadow: 0 0 15px rgba(255, 0, 255, 0.5);
}

/* Gray box for rotation area */
.dopesick-featured-box {
  background: linear-gradient(180deg, #1a1a1a 0%, #2b2b2b 100%);
  border-radius: 16px;
  padding: 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  box-shadow: 0 0 30px rgba(255, 0, 255, 0.15);
  transition: background 0.6s ease-in-out;
}

/* Image on left */
.featured-left {
  flex: 1;
  padding-right: 30px;
}

.featured-img {
  width: 100%;
  border-radius: 12px;
  border: 1px solid rgba(255, 0, 255, 0.3);
  box-shadow: 0 0 20px rgba(255, 0, 255, 0.2);
  transition: opacity 0.5s ease-in-out;
}

/* Text on right */
.featured-right {
  flex: 1;
  text-align: left;
  color: white;
  transition: opacity 0.5s ease-in-out;
}

.featured-title {
  font-size: 22px;
  color: #ff66ff;
  margin-bottom: 10px;
  text-shadow: 0 0 12px rgba(255, 0, 255, 0.4);
}

.featured-excerpt {
  font-size: 16px;
  line-height: 1.6;
  color: #dcdcdc;
  margin-bottom: 15px;
}

.featured-link {
  display: inline-block;
  background-color: transparent;
  border: 1px solid #ff33cc;
  color: #ff33cc;
  text-transform: uppercase;
  padding: 8px 16px;
  border-radius: 8px;
  transition: all 0.3s ease;
}

.featured-link:hover {
  background-color: #ff33cc;
  color: black;
  box-shadow: 0 0 20px rgba(255, 0, 255, 0.5);
}
/* --- Pulsing Glow Animation for Latest from the Community --- */
@keyframes pulseGlow {
  0% {
    box-shadow: 0 0 20px rgba(255, 0, 255, 0.2),
                0 0 40px rgba(255, 0, 255, 0.1);
    background: linear-gradient(180deg, #1a1a1a 0%, #2b2b2b 100%);
  }
  50% {
    box-shadow: 0 0 40px rgba(255, 0, 255, 0.45),
                0 0 80px rgba(255, 0, 255, 0.25);
    background: linear-gradient(180deg, #222222 0%, #333333 100%);
  }
  100% {
    box-shadow: 0 0 20px rgba(255, 0, 255, 0.2),
                0 0 40px rgba(255, 0, 255, 0.1);
    background: linear-gradient(180deg, #1a1a1a 0%, #2b2b2b 100%);
  }
}
/* --- DOPESICK Center Pulse --- */
.dopesick-text {
  font-family: 'UnifrakturCook', 'Old English Text MT', serif;
  font-size: 3.2rem;
  fill: #f5e6de;
  stroke: none;
  text-shadow: 0 0 15px #ff2cb6;
  letter-spacing: 0.05em;
  animation: pulse 3s ease-in-out infinite;
}

/* Double Strike glowing pulse */
.strike {
  stroke: #ff2cb6;
  stroke-width: 4;
  filter: drop-shadow(0 0 12px #ff2cb6);
  animation: doublePulse 3s ease-in-out infinite;
}

@keyframes doublePulse {
  0%, 100% {
    opacity: 1;
    stroke-width: 4;
    filter: drop-shadow(0 0 10px #ff2cb6);
  }
  50% {
    opacity: 0.8;
    stroke-width: 6;
    filter: drop-shadow(0 0 25px #ff2cb6);
  }
}
/* --- FIX A + TEXT VISIBILITY --- */
.a-leg, .a-bar {
  stroke: #ff2cb6 !important;
  stroke-width: 10;
  stroke-linecap: round;
  fill: none;
  filter: drop-shadow(0 0 12px #ff2cb6);
  animation: breathe 6s ease-in-out infinite;
}

.dopesick-text,
.label,
.inner {
  fill: #f5e6de !important;
  stroke: none;
  paint-order: stroke;
  text-shadow: 0 0 10px #ff2cb6;
  filter: drop-shadow(0 0 10px #ff2cb6);
}

/* Scale and center properly */
.upward-a-svg {
  width: 90%;
  height: auto;
  margin: 0 auto;
  display: block;
  overflow: visible;
}/* --- Fix layering and visibility for DOPESICK --- */
.dopesick-text {
  font-family: 'UnifrakturCook', 'Old English Text MT', serif;
  font-size: 3.2rem;
  fill: #f5e6de !important;
  stroke: none;
  paint-order: stroke;
  text-shadow: 0 0 15px #ff2cb6, 0 0 30px #ff2cb6;
  letter-spacing: 0.05em;
  filter: drop-shadow(0 0 10px #ff2cb6);
  animation: pulse 3s ease-in-out infinite;
  dominant-baseline: middle;
}

/* Double Strike lines pulse separately */
.strike {
  stroke: #ff2cb6;
  stroke-width: 4;
  filter: drop-shadow(0 0 10px #ff2cb6);
  animation: doublePulse 3s ease-in-out infinite;
}

/* Ensure DOPESICK stays above all lines */
.upward-a-svg text.dopesick-text {
  z-index: 10;
  position: relative;
  pointer-events: none;
}

/* Slight vertical adjustment */
@media (min-width: 600px) {
  .dopesick-text {
    transform: translateY(-5px);
  }
}

/* Double pulse animation */
@keyframes doublePulse {
  0%, 100% {
    opacity: 1;
    stroke-width: 4;
    filter: drop-shadow(0 0 10px #ff2cb6);
  }
  50% {
    opacity: 0.8;
    stroke-width: 6;
    filter: drop-shadow(0 0 25px #ff2cb6);
  }
}
/* --- Combined Philosophy + Logo Section --- */
.philosophy-logo-section {
  background: #000;
  padding: 100px 8%;
  color: #f5e6de;
  text-align: center;
  border-top: 2px solid #ff2cb6;
  box-shadow: 0 0 40px #ff2cb6;
}

.section-title {
  font-family: 'UnifrakturCook', 'Old English Text MT', serif;
  font-size: 3rem;
  color: #ff2cb6;
  text-shadow: 0 0 20px #ff2cb6;
  animation: pulse 3s infinite;
}

.section-intro {
  max-width: 700px;
  margin: 0 auto 60px auto;
  font-size: 1.1rem;
  line-height: 1.8;
}

.logo-container {
  position: relative;
  width: 100%;
  height: 500px;
  margin: 60px auto;
  display: flex;
  justify-content: center;
  align-items: center;
}

.a-symbol {
  position: relative;
  width: 400px;
  height: 400px;
}

.circle {
  position: absolute;
  width: 100%;
  height: 100%;
  border: 3px solid #ff2cb6;
  border-radius: 50%;
  box-shadow: 0 0 40px #ff2cb6;
  animation: breathing 4s ease-in-out infinite;
}

.a-line {
  position: absolute;
  top: 15%;
  width: 4px;
  height: 80%;
  background: #ff2cb6;
  box-shadow: 0 0 30px #ff2cb6;
}

.a-line.left {
  left: 35%;
  transform: rotate(-10deg);
}

.a-line.right {
  right: 35%;
  transform: rotate(10deg);
}

.a-strike {
  position: absolute;
  top: 45%;
  left: 10%;
  right: 10%;
  height: 6px;
  background: #ff2cb6;
  box-shadow: 0 0 25px #ff2cb6;
  border-radius: 4px;
}

.dopesick-text {
  position: absolute;
  top: 40%;
  width: 100%;
  text-align: center;
  font-family: 'UnifrakturCook', serif;
  font-size: 3rem;
  color: #f5e6de;
  text-shadow: 0 0 10px #ff2cb6;
}

.inner-words {
  position: absolute;
  top: 65%;
  width: 100%;
  display: flex;
  justify-content: space-evenly;
  font-family: 'Poppins', sans-serif;
  font-size: 1rem;
  color: #f5e6de;
}

.subheading {
  font-family: 'UnifrakturCook', serif;
  color: #ff2cb6;
  margin-top: 60px;
  margin-bottom: 20px;
  font-size: 2rem;
  text-shadow: 0 0 10px #ff2cb6;
}

.logo-explanation, .upward-path {
  max-width: 800px;
  margin: 0 auto 60px auto;
  line-height: 1.8;
}

.highlight {
  color: #ff2cb6;
  font-weight: bold;
  text-shadow: 0 0 10px #ff2cb6;
}

@keyframes pulse {
  0%, 100% { text-shadow: 0 0 10px #ff2cb6; }
  50% { text-shadow: 0 0 30px #ff2cb6; }
}

@keyframes breathing {
  0%, 100% { box-shadow: 0 0 40px #ff2cb6; opacity: 0.8; }
  50% { box-shadow: 0 0 80px #ff2cb6; opacity: 1; }
}
/* === DOPESICK PHILOSOPHY LOGO SECTION === */
.ds-full-story {
  background: #000;
  color: #fff;
  text-align: center;
  padding: 140px 20px;
  position: relative;
  overflow: hidden;
}
.ds-heading {
  font-family: 'Cinzel', serif;
  font-size: 2rem;
  letter-spacing: 2px;
  color: #ff2cb6;
  text-shadow: 0 0 25px #ff2cb6;
  margin-bottom: 50px;
  animation: breathe 6s infinite;
}
.ds-symbol {
  position: relative;
  width: 340px;
  height: 340px;
  margin: 0 auto 50px;
}
.circle {
  position: absolute;
  inset: 0;
  border-radius: 50%;
  border: 4px solid #ff2cb6;
  box-shadow: 0 0 50px #ff2cb6, 0 0 100px #ff2cb6;
  animation: breathe 6s infinite;
  opacity: 0.9;
}
.letter-a {
  position: absolute;
  inset: 0;
}
.left-line, .right-line {
  position: absolute;
  width: 6px;
  height: 100%;
  background: #ff2cb6;
  box-shadow: 0 0 40px #ff2cb6, 0 0 80px #ff2cb6;
  border-radius: 3px;
  opacity: 0.9;
}
.left-line {
  transform: rotate(13deg);
  left: 45%;
  top: 0;
}
.right-line {
  transform: rotate(-13deg);
  right: 45%;
  top: 0;
}
.cross-line {
  position: absolute;
  top: 52%;
  left: 6%;
  width: 88%;
  height: 10px;
  background: linear-gradient(90deg, #ff2cb6, #ff5fe4);
  box-shadow: 0 0 40px #ff2cb6, 0 0 100px #ff2cb6;
  animation: doublePulse 3s infinite ease-in-out;
  border-radius: 5px;
}
.word {
  position: absolute;
  top: 46%;
  left: 50%;
  transform: translateX(-50%);
  font-family: 'UnifrakturCook', cursive;
  font-size: 2.5rem;
  letter-spacing: 3px;
  color: #fff;
  text-shadow: 0 0 25px #ff2cb6, 0 0 50px #ff2cb6, 0 0 80px #ff2cb6;
  animation: dsPulse 3s infinite ease-in-out;
}
.caption {
  position: absolute;
  bottom: -45px;
  width: 100%;
  font-size: 1.1rem;
  color: #ff2cb6;
  text-shadow: 0 0 15px #ff2cb6;
  animation: breathe 6s infinite;
}
.description {
  max-width: 700px;
  margin: 0 auto;
  font-size: 1rem;
  line-height: 1.8;
  color: #ddd;
  opacity: 0.95;
}

/* === Animations === */
@keyframes breathe {
  0%, 100% {
    opacity: 0.85;
    text-shadow: 0 0 25px #ff2cb6;
  }
  50% {
    opacity: 1;
    text-shadow: 0 0 50px #ff2cb6;
  }
}
@keyframes doublePulse {
  0%, 100% {
    box-shadow: 0 0 25px #ff2cb6, 0 0 50px #ff2cb6;
    opacity: 0.9;
  }
  50% {
    box-shadow: 0 0 70px #ff2cb6, 0 0 140px #ff2cb6;
    opacity: 1;
  }
}
@keyframes dsPulse {
  0%, 100% {
    text-shadow: 0 0 25px #ff2cb6, 0 0 50px #ff2cb6;
    transform: scale(1);
  }
  50% {
    text-shadow: 0 0 70px #ff2cb6, 0 0 140px #ff2cb6;
    transform: scale(1.05);
  }
}
/* === DOPESICK UPWARD A SECTION === */
.ds-full-story {
  background: #000;
  color: #fff;
  text-align: center;
  padding: 120px 20px;
  overflow: hidden;
  animation: fadeIn 2.5s ease-in-out;
}

.ds-wrapper {
  max-width: 800px;
  margin: 0 auto;
}

.ds-heading {
  font-family: 'Cinzel', serif;
  color: #ff2cb6;
  font-size: 2rem;
  letter-spacing: 2px;
  margin-bottom: 40px;
  text-shadow: 0 0 25px #ff2cb6, 0 0 50px #ff2cb6;
  animation: breathe 6s infinite ease-in-out;
}

.ds-symbol {
  position: relative;
  width: 360px;
  height: 360px;
  margin: 0 auto 40px;
}

.ds-symbol svg {
  width: 100%;
  height: 100%;
  filter: drop-shadow(0 0 25px #ff2cb6) drop-shadow(0 0 60px #ff2cb6);
  animation: breathe 5s infinite ease-in-out;
}

.word {
  position: absolute;
  top: 48%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-family: 'UnifrakturCook', cursive;
  font-size: 2.5rem;
  letter-spacing: 3px;
  color: #fff;
  text-shadow: 0 0 25px #ff2cb6, 0 0 50px #ff2cb6;
  animation: pulseText 3s infinite ease-in-out;
}

.caption {
  margin-top: 10px;
  font-size: 1.1rem;
  color: #ff2cb6;
  text-shadow: 0 0 25px #ff2cb6;
}

.description {
  max-width: 700px;
  margin: 40px auto 0;
  font-size: 1rem;
  line-height: 1.8;
  color: #ccc;
}

/* === Animations === */
@keyframes fadeIn {
  0% { opacity: 0; transform: translateY(30px); }
  100% { opacity: 1; transform: translateY(0); }
}

@keyframes breathe {
  0%, 100% { opacity: 0.85; filter: drop-shadow(0 0 20px #ff2cb6); }
  50% { opacity: 1; filter: drop-shadow(0 0 60px #ff2cb6); }
}

@keyframes pulseText {
  0%, 100% {
    transform: translate(-50%, -50%) scale(1);
    text-shadow: 0 0 25px #ff2cb6;
  }
  50% {
    transform: translate(-50%, -50%) scale(1.05);
    text-shadow: 0 0 70px #ff2cb6;
  }
}
/* SVG text styling for the philosophy block */
#ds-philosophy svg text {
  fill: #fff;
  font-family: "Cinzel", serif;
  font-size: 20px;
  text-shadow: 0 0 10px #ff2cb6;
  paint-order: stroke;
  stroke: #000;
  stroke-width: 3px;
}
}
#ds-philosophy .svg-label.big{ font-size:26px; }
#ds-philosophy .svg-word{
  fill:#ff2cb6;
  font-family:"UnifrakturCook", cursive;
  font-size:54px;
  text-shadow:0 0 12px #ff2cb6,0 0 28px #ff2cb6;
}

/* Section framing (if not already added) */
#ds-philosophy{ background:#000; color:#fff; text-align:center; padding:80px 0; }
#ds-philosophy .path-block{ margin:120px auto; max-width:980px; }
#ds-philosophy .neon-title{ color:#ff2cb6; text-shadow:0 0 20px #ff2cb6,0 0 40px #ff2cb6; margin:0 0 24px; }
#ds-philosophy .diagram-svg{ width:95%; max-width:980px; display:block; margin:0 auto 20px; }
#ds-philosophy .caption{ max-width:880px; margin:8px auto 0; opacity:.92; line-height:1.6; }

@media (max-width:520px){
  #ds-philosophy svg text{ font-size:18px; }
  #ds-philosophy .svg-label.big{ font-size:20px; }
  #ds-philosophy .svg-word{ font-size:42px; }
}
/* === DOPESICK PHILOSOPHY FINALIZED === */
#ds-philosophy {
  background: #000;
  color: #fff;
  text-align: center;
  padding: 100px 0;
  overflow: hidden;
}

#ds-philosophy .path-block {
  margin: 120px auto;
  max-width: 800px;
}

#ds-philosophy .neon-title {
  font-size: 2rem;
  color: #ff2cb6;
  text-shadow: 0 0 20px #ff2cb6, 0 0 40px #ff2cb6;
  margin-bottom: 30px;
  animation: glowPulse 3s ease-in-out infinite;
}

/* SVG size + animation */
#ds-philosophy .diagram-svg {
  width: 70%;
  max-width: 600px;
  margin: 0 auto 20px;
  display: block;
  animation: neonHeartbeat 2.5s infinite ease-in-out;
  filter: drop-shadow(0 0 10px #ff2cb6) drop-shadow(0 0 30px #ff2cb6);
}

#ds-philosophy svg text {
  fill: #fff;
  font-family: "Cinzel", serif;
  font-size: 20px;
  text-shadow: 0 0 10px #ff2cb6;
}

#ds-philosophy .svg-word {
  fill: #ff2cb6;
  font-family: "UnifrakturCook", cursive;
  font-size: 50px;
  text-shadow: 0 0 15px #ff2cb6, 0 0 30px #ff2cb6;
}

#ds-philosophy .caption {
  font-size: 1rem;
  max-width: 700px;
  margin: 0 auto 15px;
  opacity: 0.9;
  line-height: 1.7;
  font-family: "Poppins", sans-serif;
}

/* Explanation blocks */
#ds-philosophy .explanation {
  max-width: 720px;
  margin: 20px auto 80px;
  font-size: 1rem;
  opacity: 0.85;
  line-height: 1.6;
  font-family: "Poppins", sans-serif;
  border-left: 2px solid #ff2cb6;
  padding-left: 15px;
}

/* Neon pulse animations */
@keyframes neonHeartbeat {
  0%, 100% {
    opacity: 1;
    transform: scale(1);
    filter: drop-shadow(0 0 8px #ff2cb6) drop-shadow(0 0 16px #ff2cb6);
  }
  50% {
    opacity: 0.7;
    transform: scale(1.02);
    filter: drop-shadow(0 0 20px #ff2cb6) drop-shadow(0 0 40px #ff2cb6);
  }
}

@keyframes glowPulse {
  0%, 100% { text-shadow: 0 0 15px #ff2cb6, 0 0 30px #ff2cb6; }
  50% { text-shadow: 0 0 25px #ff2cb6, 0 0 60px #ff2cb6; }
}
/* === DOPESICK Double Cross Effect (Global) === */

/* Subtle pulsing glow animation */
@keyframes crossPulse {
  0%, 100% {
    opacity: 0.9;
    filter: drop-shadow(0 0 3px #ff2cb6);
  }
  50% {
    opacity: 0.6;
    filter: drop-shadow(0 0 8px #a020f0);
  }
}

/* Auto-detect and style anything with "DOPESICK" text */
[class*="DOPESICK"],
h1:has-text("DOPESICK"),
h2:has-text("DOPESICK"),
h3:has-text("DOPESICK"),
h4:has-text("DOPESICK"),
a:has-text("DOPESICK"),
span:has-text("DOPESICK"),
p:has-text("DOPESICK") {
  position: relative;
  display: inline-block;
  color: #ff2cb6;
  text-shadow:
    0 0 10px #ff2cb6,
    0 0 25px #a020f0,
    0 0 40px #ff7efc;
  font-weight: 800;
  letter-spacing: 1px;
}

/* Create the two glowing diagonal lines */
[class*="DOPESICK"]::before,
[class*="DOPESICK"]::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  height: 2px;
  background: linear-gradient(90deg, #ff2cb6 0%, #a020f0 50%, #34b2ff 100%);
  mix-blend-mode: screen;
  opacity: 0.8;
  border-radius: 2px;
  animation: crossPulse 4s ease-in-out infinite;
  pointer-events: none;
}

/* Slight diagonal offset for each cross line */
[class*="DOPESICK"]::before {
  top: 45%;
  transform: rotate(-8deg);
}
[class*="DOPESICK"]::after {
  top: 55%;
  transform: rotate(8deg);
}
/* put this at the very bottom of assets/base.css */
@keyframes dsCrossPulse {
  0%,100% { opacity: .9; filter: drop-shadow(0 0 3px #ff2cb6); }
  50% { opacity: .6; filter: drop-shadow(0 0 8px #a020f0); }
}

.ds-cross {
  position: relative;
  display: inline-block;
  color: #ff2cb6;
  text-shadow:
    0 0 10px #ff2cb6,
    0 0 25px #a020f0,
    0 0 40px #ff7efc;
  font-weight: 800;
  letter-spacing: 1px;
}

.ds-cross::before,
.ds-cross::after {
  content: "";
  position: absolute;
  left: 0; right: 0;
  height: 2px;
  background: linear-gradient(90deg, #ff2cb6 0%, #a020f0 50%, #34b2ff 100%);
  border-radius: 2px;
  mix-blend-mode: screen;
  opacity: .8;
  animation: dsCrossPulse 4s ease-in-out infinite;
  pointer-events: none;
}
.ds-cross::before { top: 45%; transform: rotate(-8deg); }
.ds-cross::after { top: 55%; transform: rotate(8deg); }

/* Add this to opt-out anywhere: <span class="ds-skip">DOPESICK</span> */
/* === Dopesick Neon Heartbeat (Header Text) === */
.ds-heartbeat {
  position: relative;
  color: #fff;
  text-shadow:
    0 0 2px rgba(255,255,255,.6),
    0 0 6px rgba(255,44,182,.65),
    0 0 14px rgba(255,44,182,.55),
    0 0 28px rgba(255,44,182,.45);
  animation: dsHeartbeat 3.5s ease-in-out infinite;
  will-change: filter, text-shadow, transform;
}

/* Brighter pulse on hover/focus */
.ds-heartbeat:hover,
.ds-heartbeat:focus {
  text-shadow:
    0 0 3px rgba(255,255,255,.8),
    0 0 10px rgba(255,44,182,.75),
    0 0 22px rgba(255,44,182,.7),
    0 0 36px rgba(255,44,182,.6);
}

/* Heartbeat animation */
@keyframes dsHeartbeat {
  0% {
    filter: drop-shadow(0 0 0 rgba(255,44,182,.25));
    transform: scale(1);
  }
  12% {
    filter: drop-shadow(0 0 10px rgba(255,44,182,.45)) drop-shadow(0 0 22px rgba(255,44,182,.35));
    transform: scale(1.015);
  }
  16% {
    filter: drop-shadow(0 0 16px rgba(255,44,182,.6)) drop-shadow(0 0 30px rgba(255,44,182,.45));
    transform: scale(1.028);
  }
  24% {
    filter: drop-shadow(0 0 6px rgba(255,44,182,.35));
    transform: scale(1.01);
  }
  40% {
    filter: drop-shadow(0 0 12px rgba(255,44,182,.4));
    transform: scale(1.018);
  }
  100% {
    filter: drop-shadow(0 0 0 rgba(255,44,182,.25));
    transform: scale(1);
  }
}

/* Respect reduced-motion settings */
@media (prefers-reduced-motion: reduce) {
  .ds-heartbeat { animation: none; }
}
/* === DOPESICK BASE THEME STYLES === */
/* Root Variables */
:root {
  --neon-pink: #ff2cb6;
  --neon-blue: #77e0ff;
  --neon-orange: #ffb347;
  --neon-green: #8aff80;
  --neon-purple: #c67bff;
  --text-gray: #ddd;
  --dark-bg: #0a0a0a;
}

/* === Global Background & Font Setup === */
body {
  background-color: var(--dark-bg);
  color: var(--text-gray);
  font-family: 'Oswald', 'Poppins', sans-serif;
  letter-spacing: 0.4px;
  overflow-x: hidden;
  transition: background 1s ease;
}

/* Smooth Scroll + Reduced Motion Respect */
html {
  scroll-behavior: smooth;
}
@media (prefers-reduced-motion: reduce) {
  * { animation: none !important; transition: none !important; }
}

/* === LOGO DOUBLE CROSS EFFECT === */
header .site-header__heading,
.shopify-section-header,
h1.site-header__logo {
  position: relative;
  display: inline-block;
  color: var(--neon-pink);
  text-shadow:
    0 0 5px var(--neon-pink),
    0 0 15px var(--neon-pink);
  animation: logoGlow 4s ease-in-out infinite;
}

header .site-header__heading::after {
  content: "//";
  position: absolute;
  left: 50%;
  transform: translateX(-50%) scale(1.1);
  color: var(--neon-pink);
  opacity: 0.8;
  text-shadow:
    0 0 4px var(--neon-pink),
    0 0 12px var(--neon-pink);
  animation: logoFlicker 6s infinite alternate;
}

/* Logo Animations */
@keyframes logoGlow {
  0%, 100% { text-shadow: 0 0 5px var(--neon-pink), 0 0 15px var(--neon-pink); }
  50% { text-shadow: 0 0 10px var(--neon-blue), 0 0 25px var(--neon-pink); }
}
@keyframes logoFlicker {
  0%, 100% { opacity: 0.6; }
  50% { opacity: 1; transform: translateX(-50%) scale(1.15); }
}

/* === UNIVERSAL NEON GLOW TITLES === */
h1, h2, h3, .section-title, .dopesick-title {
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 700;
  color: var(--neon-pink);
  text-shadow:
    0 0 2px rgba(255,255,255,.5),
    0 0 8px rgba(255,44,182,.6),
    0 0 18px rgba(255,44,182,.45),
    0 0 26px rgba(255,44,182,.3);
  animation: dopesickStrobe 6s ease-in-out infinite;
}

/* Blue or orange subheaders for depth */
h2, h3, .dopesick-sub {
  color: var(--neon-blue);
  text-shadow:
    0 0 2px rgba(255,255,255,.4),
    0 0 6px rgba(119,224,255,.5),
    0 0 14px rgba(119,224,255,.35);
}

/* === Hitting Bottom Heartbeat === */
.hitting-bottom, .ds-heartbeat {
  color: var(--neon-pink);
  font-weight: 800;
  text-shadow:
    0 0 4px rgba(255,255,255,.6),
    0 0 10px rgba(255,44,182,.65),
    0 0 20px rgba(255,44,182,.5),
    0 0 30px rgba(255,44,182,.4);
  animation: dsHeartbeat 3.5s ease-in-out infinite;
}

/* === Downward Path Line / Diagram Glow === */
.v-line path, .v-line line {
  stroke-width: 6;
  stroke-linecap: round;
  stroke: url(#vGradient);
  filter: drop-shadow(0 0 10px rgba(255,255,255,.4))
          drop-shadow(0 0 20px rgba(255,44,182,.3));
}

/* === Link & Accent Glow === */
a {
  color: var(--neon-blue);
  text-decoration: none;
  transition: all .3s ease;
}
a:hover {
  color: var(--neon-pink);
  text-shadow:
    0 0 4px var(--neon-pink),
    0 0 12px var(--neon-pink);
}

/* === Animations === */
@keyframes dopesickStrobe {
  0%, 100% {
    text-shadow:
      0 0 2px rgba(255,255,255,.5),
      0 0 8px rgba(255,44,182,.6),
      0 0 18px rgba(255,44,182,.45),
      0 0 26px rgba(255,44,182,.3);
  }
  50% {
    text-shadow:
      0 0 5px rgba(255,255,255,.7),
      0 0 14px rgba(255,44,182,.75),
      0 0 30px rgba(255,44,182,.6),
      0 0 40px rgba(255,44,182,.45);
  }
}
@keyframes dsHeartbeat {
  0%, 100% { transform: scale(1); opacity: 1; }
  25% { transform: scale(1.04); opacity: 0.9; }
  50% { transform: scale(1.08); opacity: 1; }
  75% { transform: scale(1.04); opacity: 0.95; }
}

/* === Section Background Gradient System === */
section {
  background: radial-gradient(circle at center, rgba(255,44,182,0.05) 0%, transparent 70%);
  border-radius: 6px;
  padding: 40px;
  margin: 20px auto;
  max-width: 1100px;
  box-shadow: 0 0 40px rgba(255,44,182,.05);
  transition: all 1s ease;
}
section:hover {
  background: radial-gradient(circle at center, rgba(255,44,182,0.12) 0%, transparent 70%);
  box-shadow: 0 0 40px rgba(255,44,182,.1);
}

/* === Footer Glow === */
footer {
  color: #999;
  border-top: 1px solid rgba(255,44,182,.3);
  text-shadow: 0 0 2px rgba(255,44,182,.4);
  padding: 30px;
  text-align: center;
}

/* === Responsive Adjustment === */
@media (max-width: 768px) {
  h1, h2, h3 {
    font-size: clamp(22px, 5vw, 36px);
  }
  .dopesick-title { font-size: clamp(26px, 6vw, 42px); }
}
/* ================================
   DOPESICK • GLOBAL AURA PACK
   ================================ */

:root{
  --ink:#ffffff;
  --bg-0:#000000;
  --bg-1:#0a0a0a;
  --pink:#ff2cb6;
  --blue:#34b2ff;
  --orange:#ff7a3c;
  --gold:#ffe066;
  --violet:#a26bff;
  --fog-soft: rgba(255,44,182,.10);
  --fog-blue: rgba(52,178,255,.10);
  --fog-amber: rgba(255,122,60,.10);
  --glow-soft: 0 0 14px rgba(255,255,255,.25);
  --glow-pink: 0 0 12px rgba(255,44,182,.75), 0 0 28px rgba(255,44,182,.45);
  --glow-blue: 0 0 12px rgba(52,178,255,.75), 0 0 28px rgba(52,178,255,.45);
  --glow-amber:0 0 12px rgba(255,122,60,.75), 0 0 28px rgba(255,122,60,.45);
}

/* ---- Breathing page background (subtle) ---- */
.ds-site{
  background:
    radial-gradient(1200px 600px at 10% 20%, rgba(255,44,182,.06), transparent 70%),
    radial-gradient(1200px 600px at 90% 30%, rgba(52,178,255,.06), transparent 70%),
    radial-gradient(900px 500px at 50% 80%, rgba(255,122,60,.06), transparent 70%),
    linear-gradient(#070709,#000);
  animation: ds-breathe-bg 18s ease-in-out infinite;
  background-attachment: fixed;
}

/* Ambient fog overlay (injected once via JS) */
.ds-ambient-fog{
  position: fixed; inset: 0; pointer-events:none; z-index: 1;
  background:
   radial-gradient(600px 400px at 20% 30%, var(--fog-soft), transparent 70%),
   radial-gradient(700px 500px at 80% 25%, var(--fog-blue), transparent 70%),
   radial-gradient(800px 600px at 50% 80%, var(--fog-amber), transparent 75%);
  filter: blur(22px) saturate(105%);
  opacity:.8;
  mix-blend-mode: screen;
  animation: ds-fog-morph 22s linear infinite;
}

/* Keep main content above fog */
#MainContent, main, .shopify-section { position: relative; z-index: 2; }

/* ---- Header logo + name glow ---- */
.header__heading, .site-header__logo, .shopify-section-header .header__heading-link{
  position: relative;
  z-index: 3;
}
.ds-logo-glow{
  filter: drop-shadow(0 0 10px rgba(255,44,182,.6))
          drop-shadow(0 0 30px rgba(52,178,255,.35));
  animation: ds-logo-hum 6s ease-in-out infinite;
}

/* ---- DOPESICK double-cross treatment ---- */
.ds-strike{
  position: relative;
  display: inline-block;
  text-shadow: var(--glow-pink);
}
.ds-strike::before,
.ds-strike::after{
  content:"";
  position:absolute; left:0; right:0;
  height:2px; border-radius:2px;
  background: linear-gradient(90deg, var(--pink), var(--blue), var(--orange));
  mix-blend-mode: screen;
  box-shadow: 0 0 10px rgba(255,44,182,.6);
  transform-origin: center;
}
.ds-strike::before{ top:48%; transform: translateY(-50%) rotate(.6deg); }
.ds-strike::after { top:52%; transform: translateY(-50%) rotate(-.6deg); }
/* tiny flicker */
.ds-strike{ animation: ds-flicker 5.5s infinite steps(60,end); }

/* ---- Typography utilities ---- */
.neon-pink { color: var(--pink); text-shadow: var(--glow-pink); }
.neon-blue { color: var(--blue); text-shadow: var(--glow-blue); }
.neon-amber { color: var(--orange); text-shadow: var(--glow-amber); }
.neon-gold { color: var(--gold); text-shadow: 0 0 12px rgba(255,224,102,.75), 0 0 28px rgba(255,224,102,.45); }

.neon-breathe{
  animation: ds-breathe 7s ease-in-out infinite;
}
.neon-strobe{
  animation: ds-strobe 6s ease-in-out infinite;
}
.neon-heartbeat{
  animation: ds-heart 3.5s ease-in-out infinite;
}

/* ---- Cards/Buttons quick-aura ---- */
.ds-card, .ds-badge, .button, .btn, [type="submit"], .shopify-payment-button__button{
  position: relative;
  z-index: 2;
}
.ds-aura{
  box-shadow: 0 0 0 rgba(0,0,0,0), inset 0 0 0 rgba(0,0,0,0);
  animation: ds-aura 9s ease-in-out infinite;
}

/* ---- Animations ---- */
@keyframes ds-breathe{
  0%,100% { filter: drop-shadow(0 0 10px rgba(255,44,182,.6)); transform: translateZ(0) scale(1); }
  50% { filter: drop-shadow(0 0 22px rgba(52,178,255,.6)); transform: translateZ(0) scale(1.02); }
}

@keyframes ds-strobe{
  0%,100% { text-shadow: 0 0 10px rgba(255,44,182,.9), 0 0 24px rgba(255,44,182,.5); }
  25% { text-shadow: 0 0 14px rgba(52,178,255,.9), 0 0 32px rgba(52,178,255,.5); }
  50% { text-shadow: 0 0 14px rgba(255,122,60,.9), 0 0 32px rgba(255,122,60,.5); }
  75% { text-shadow: 0 0 14px rgba(255,224,102,.9), 0 0 32px rgba(255,224,102,.5); }
}

@keyframes ds-heart{
  0%,100% { transform: scale(1); text-shadow: var(--glow-pink); }
  50% { transform: scale(1.06); text-shadow: 0 0 28px rgba(255,44,182,.85); }
}

@keyframes ds-logo-hum{
  0%,100% { filter: drop-shadow(0 0 12px rgba(255,44,182,.65)) drop-shadow(0 0 24px rgba(52,178,255,.35)); }
  50% { filter: drop-shadow(0 0 18px rgba(52,178,255,.65)) drop-shadow(0 0 36px rgba(255,122,60,.35)); }
}

@keyframes ds-breathe-bg{
  0%,100% { filter: saturate(110%); }
  50% { filter: saturate(125%) brightness(105%); }
}

@keyframes ds-fog-morph{
  0% { opacity:.75; transform: translateY(0) scale(1); }
  50% { opacity:.95; transform: translateY(-12px) scale(1.02); }
  100% { opacity:.75; transform: translateY(0) scale(1); }
}

@keyframes ds-aura{
  0%,100% { box-shadow: 0 0 14px rgba(255,44,182,.4); }
  33% { box-shadow: 0 0 18px rgba(52,178,255,.4); }
  66% { box-shadow: 0 0 18px rgba(255,122,60,.4); }
}

@keyframes ds-flicker{
  0%, 3%, 5%, 30%, 100% { opacity:1 }
  2%, 4% { opacity:.82 }
  28% { opacity:.94 }
}

/* ---- Accessibility: reduce motion ---- */
@media (prefers-reduced-motion: reduce){
  .ds-site, .ds-ambient-fog,
  .neon-breathe, .neon-strobe, .neon-heartbeat,
  .ds-aura, .ds-strike, .ds-logo-glow{
    animation: none !important;
  }
}
/* =========================================================
   DOPESICK — Global Neon System (colors, glow, motion)
   Append to bottom of base.css
   ======================================================= */

/* Palette */
:root{
  --ink:#111;
  --paper:#0a0a0d;
  --pink:#ff2cb6;
  --hotpink:#ff44d0;
  --orange:#ff7a3c;
  --yellow:#ffe066;
  --blue:#34b2ff;
  --green:#6df8a1;
  --purple:#a26bff;
  --fog: rgba(255,255,255,.08);
  --glow-soft: 0 0 20px rgba(255, 100, 200, .25);
  --glow-strong: 0 0 42px rgba(255, 70, 180, .35);
}

/* Site background + faint film grain */
body.gradient{
  background:
    radial-gradient(1200px 600px at 50% -150px, rgba(255,44,182,.18), transparent 60%),
    radial-gradient(900px 420px at 50% 120%, rgba(52,178,255,.15), transparent 55%),
    linear-gradient(#0a0a0d, #0a0a0d);
  color:#e9e9ee;
  letter-spacing:.2px;
  background-attachment: fixed;
  overflow-x:hidden;
}

/* Universal container for our custom sections */
.dopesick-section{
  max-width: 1180px;
  margin: 80px auto;
  padding: 40px 22px 60px;
  position:relative;
  background: linear-gradient(180deg, rgba(255,255,255,.02), rgba(255,255,255,.0));
  border-radius: 28px;
  box-shadow: 0 0 0 1px rgba(255,255,255,.06), var(--glow-soft);
}

/* Titles */
.dopesick-title{
  font-size: 44px;
  line-height: 1.1;
  margin: 0 0 10px;
  color:#fff;
  letter-spacing:.08em;
  text-transform: uppercase;
  text-shadow:
    0 0 3px #fff,
    0 0 8px var(--hotpink),
    0 0 24px var(--hotpink);
}
.dopesick-sub{
  margin: 8px 0 28px;
  font-weight: 700;
  color: #8cc8ff;
  letter-spacing:.25em;
}

/* Neon label “pills” (used for bubbles) */
.ds-pill{
  --c:var(--pink);
  display:inline-block;
  padding:10px 18px;
  border-radius:16px;
  font-weight:800;
  letter-spacing:.12em;
  color:#fff;
  background: color-mix(in oklab, var(--c) 16%, transparent);
  border:1px solid color-mix(in oklab, var(--c) 65%, white 10%);
  box-shadow:
    0 0 4px color-mix(in oklab, var(--c) 35%, white 0%),
    0 0 14px color-mix(in oklab, var(--c) 55%, white 0%),
    inset 0 0 10px color-mix(in oklab, var(--c) 20%, black 0%);
  text-shadow: 0 0 2px #000, 0 0 8px var(--c);
  transform: translateZ(0);
}

/* Gentle title strobe */
.neon-strobe{
  animation: strobe 6s ease-in-out infinite;
}
@keyframes strobe{
  0%,100%{ filter: drop-shadow(0 0 0 rgba(0,0,0,0)) drop-shadow(0 0 16px var(--hotpink)); opacity:1; }
  50%{ filter: drop-shadow(0 0 0 rgba(0,0,0,0)) drop-shadow(0 0 28px var(--hotpink)); opacity:.96;}
}

/* Heartbeat (use on logo word or special lines) */
.ds-heartbeat{ animation: hb 1.9s ease-in-out infinite; }
@keyframes hb{
  0%, 28%, 100%{ transform: scale(1); filter: drop-shadow(0 0 14px var(--hotpink)); }
  15%{ transform: scale(1.04); filter: drop-shadow(0 0 26px var(--hotpink)); }
}

/* —— Downward Path (V) ———————————————— */
#downward-path .v-wrap{ position:relative; width:min(880px, 90vw); margin: 0 auto 30px; aspect-ratio: 16/9; }
#downward-path svg{ position:absolute; inset:0; width:100%; height:100%; }
#downward-path .left-line{ stroke: url(#vLeftGrad); stroke-width:14; }
#downward-path .right-line{ stroke: url(#vRightGrad); stroke-width:14; }
#downward-path .v-wrap::after{
  content:"";
  position:absolute; inset: 10% 22% 0 22%;
  background: radial-gradient(240px 110px at 50% 86%, rgba(255,44,182,.28), transparent 62%);
  filter: blur(8px);
  pointer-events:none;
}

/* Bubble coordinates (responsive via percentages) */
#downward-path .pill-addiction { --c:var(--pink); position:absolute; left:16%; top:10%; }
#downward-path .pill-recovery { --c:var(--blue); position:absolute; right:16%; top:10%; }
#downward-path .pill-early { --c:var(--pink); position:absolute; left:7%; top:42%; }
#downward-path .pill-middle { --c:var(--orange); position:absolute; right:9.5%; top:46%; }
#downward-path .pill-late { --c:var(--blue); position:absolute; left:22%; bottom:10%; }
#downward-path .pill-bottom { --c:var(--pink); position:absolute; left:50%; transform:translateX(-50%); bottom:-14px; }

/* —— Triangle of Self-Obsession ——————————— */
#triangle .tri-wrap{ position:relative; width:min(900px, 92vw); margin:0 auto 28px; aspect-ratio: 16/10; }
#triangle svg{ position:absolute; inset:0; width:100%; height:100%; }
#triangle .tri{ fill:none; stroke-width:14; stroke:url(#triGrad); }
#triangle .label{ position:absolute; }
#triangle .label-love { --c:var(--pink); left:50%; top:30%; transform:translate(-50%,-50%); }
#triangle .label-faith { --c:var(--orange); left:13%; bottom:10%; transform:translate(-50%,0); }
#triangle .label-acceptance { --c:var(--purple); right:10%; bottom:9%; transform:translate(50%,0); }
#triangle .label-anger { --c:var(--hotpink); left:50%; top:-2%; transform:translate(-50%,0); }
#triangle .label-fear { --c:var(--blue); left:4%; bottom:-4%; }
#triangle .label-resentment { --c:var(--pink); right:0%; bottom:-4%; }

/* —— Upward A ——————————— */
#upward-a .a-wrap{ position:relative; width:min(880px, 90vw); margin:0 auto 30px; aspect-ratio:1/1; }
#upward-a svg{ position:absolute; inset:0; width:100%; height:100%; }
#upward-a .ring{ fill:none; stroke:url(#ringGrad); stroke-width:18; }
#upward-a .glyph{ fill:none; stroke:url(#aGrad); stroke-width:14; stroke-linecap:round; }

/* —— Shop (collections, product cards) ————————— */
.template-collection .section-template--main-collection{
  background: linear-gradient(180deg, rgba(255,255,255,.02), rgba(255,255,255,0));
  border-radius: 26px;
  box-shadow: 0 0 0 1px rgba(255,255,255,.06);
  padding-top: 24px;
}
.card--standard{
  border-radius: 18px; overflow:hidden; background:#0e0d11; border:1px solid rgba(255,255,255,.06);
  box-shadow: 0 0 0 1px rgba(255,255,255,.02), 0 0 16px rgba(255,44,182,.12);
  transition: transform .25s ease, box-shadow .25s ease;
}
.card--standard:hover{
  transform: translateY(-6px);
  box-shadow: 0 0 22px rgba(255,44,182,.18), 0 0 36px rgba(52,178,255,.14);
}
.card-information__text{ color:#fff; font-weight:700; letter-spacing:.04em; text-shadow:0 0 10px rgba(255,255,255,.1); }
.price{ color:#b9f; text-shadow:0 0 12px rgba(162,107,255,.25); }

/* Buttons (cart / primary) */
.button, .shopify-payment-button__button{
  border-radius: 999px !important;
  border:1px solid rgba(255,255,255,.2) !important;
  background: radial-gradient(120px 80px at 50% -20%, rgba(255,44,182,.35), transparent 60%), #18161c !important;
  color:#fff !important;
  box-shadow: 0 0 12px rgba(255,44,182,.2), inset 0 0 10px rgba(255,255,255,.04);
  transition: transform .15s ease, box-shadow .15s ease;
}
.button:hover, .shopify-payment-button__button:hover{
  transform: translateY(-1px);
  box-shadow: 0 0 18px rgba(255,44,182,.3), 0 0 22px rgba(52,178,255,.22);
}

/* About hero image (set the image URL below in inline style in theme.liquid) */
.ds-hero{
  min-height: clamp(380px, 60vw, 620px);
  border-radius: 28px;
  overflow:hidden;
  position:relative;
  background: #0b0a10 center/cover no-repeat;
  box-shadow: 0 0 0 1px rgba(255,255,255,.06), var(--glow-soft);
}
.ds-hero::after{
  content:""; position:absolute; inset:0;
  background: radial-gradient(600px 220px at 30% 15%, rgba(255,44,182,.24), transparent 55%),
              radial-gradient(700px 260px at 70% 85%, rgba(52,178,255,.20), transparent 58%);
  mix-blend-mode: screen; pointer-events:none;
}

/* Tiny helpers */
.center { text-align:center; }
.mt-30{ margin-top:30px; }
.mb-10{ margin-bottom:10px; }
.mb-30{ margin-bottom:30px; }

/* === DOPESICK GLOBAL VISUAL STYLE === */
:root {
  --ink:#0a0a0d;
  --ghost:#e8e8e8;
  --pink:#ff2cb6;
  --blue:#34b2ff;
  --orange:#ff7a3c;
}

body {
  background: var(--ink);
  color: #ddd;
  overflow-x: hidden;
  letter-spacing: .03em;
  font-family: 'Orbitron', sans-serif;
}

/* Headings / links glow */
h1,h2,h3,a {
  text-shadow: 0 0 16px rgba(255,44,182,0.8);
  transition: all .4s ease;
}
a:hover {
  color: var(--pink);
  text-shadow: 0 0 30px rgba(255,44,182,1);
}

/* Glowing logo pulse */
@keyframes glowPulse {
  0%,100% { filter: drop-shadow(0 0 10px rgba(255,44,182,0.7)); }
  50% { filter: drop-shadow(0 0 25px rgba(255,44,182,1)); }
}
.site-header__logo img { animation: glowPulse 4s ease-in-out infinite; }
/* === DOPESICK ASCENSION 3.0 SECTION === */
.ascension-wrap {
  max-width: 1200px;
  margin: 0 auto;
  padding: 80px 20px;
}
.ascension-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(420px, 1fr));
  gap: 80px;
  justify-items: center;
}
.ascension-card {
  width: 100%;
  min-height: 580px;
  background: rgba(0,0,0,0.75);
  border: 2px solid rgba(255,44,182,0.3);
  border-radius: 22px;
  box-shadow: 0 0 32px rgba(255,44,182,0.25);
  padding: 40px 28px;
  text-align: center;
  transition: transform .6s ease, box-shadow .6s ease;
}
.ascension-card:hover {
  transform: scale(1.03);
  box-shadow: 0 0 60px rgba(255,44,182,.8);
}
.ascension-symbol svg {
  width: 180px;
  height: 180px;
  display: block;
  margin: 0 auto 20px;
  filter: drop-shadow(0 0 12px rgba(255,44,182,0.8));
}
.ascension-title {
  font-size: 1.4rem;
  text-transform: uppercase;
  color: var(--pink);
  letter-spacing: 1.6px;
  margin-bottom: 6px;
}
.ascension-sub {
  color: var(--blue);
  text-transform: uppercase;
  font-size: .9rem;
  margin-bottom: 14px;
}
.ascension-copy {
  font-size: 1.05rem;
  line-height: 1.6;
  color: #eee;
}
@media(max-width:768px){
  .ascension-card{min-height:480px;}
  .ascension-symbol svg{width:150px;height:150px;}
}
/* === DOPESICK · DOUBLE-GLOW SIGNATURE === */

/* moving gradient */
@keyframes dopesickGradient {
  0% { background-position: 0% 50%; }
  50% { background-position: 100% 50%; }
  100% { background-position: 0% 50%; }
}

/* global class – apply to any text you want to glow */
.dsx {
  position: relative;
  display: inline-block;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 2px;
  background: linear-gradient(90deg,#ff7a3c,#ff2cb6,#34b2ff);
  background-size: 300%;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: dopesickGradient 6s linear infinite;
  text-shadow:
    0 0 10px rgba(255,44,182,.7),
    0 0 25px rgba(255,44,182,.6),
    0 0 45px rgba(52,178,255,.4);
}

/* twin glowing slashes */
.dsx::before,
.dsx::after {
  content: "";
  position: absolute;
  left: -4%;
  right: -4%;
  height: 3px;
  background: linear-gradient(90deg,#ff7a3c,#ff2cb6,#34b2ff);
  box-shadow:
    0 0 10px rgba(255,44,182,.8),
    0 0 20px rgba(52,178,255,.5);
  border-radius: 2px;
}
.dsx::before { top: 0; }
.dsx::after { bottom: 0; }

/* optional gentle pulse so the glow feels alive */
@keyframes dsxPulse {
  0%,100% { opacity: 1; filter: drop-shadow(0 0 12px rgba(255,44,182,.8)); }
  50% { opacity: .85; filter: drop-shadow(0 0 25px rgba(255,44,182,1)); }
}
.dsx { animation: dopesickGradient 6s linear infinite, dsxPulse 4s ease-in-out infinite; }
/* === DOPESICK · HORIZONTAL GLOW SIGNATURE === */
@keyframes dopesickGradient {
  0% { background-position: 0% 50%; }
  50% { background-position: 100% 50%; }
  100% { background-position: 0% 50%; }
}
@keyframes dsxPulse {
  0%,100% { opacity: 1; filter: drop-shadow(0 0 12px rgba(255,44,182,.8)); }
  50% { opacity: .85; filter: drop-shadow(0 0 25px rgba(255,44,182,1)); }
}

/* apply to any word you want crossed with the neon line */
.dsx {
  position: relative;
  display: inline-block;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 2px;
  background: linear-gradient(90deg,#ff7a3c,#ff2cb6,#34b2ff);
  background-size: 300%;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: dopesickGradient 6s linear infinite, dsxPulse 4s ease-in-out infinite;
  text-shadow:
    0 0 10px rgba(255,44,182,.7),
    0 0 25px rgba(255,44,182,.6),
    0 0 45px rgba(52,178,255,.4);
}

/* single glowing line through the middle of the text */
.dsx::before {
  content: "";
  position: absolute;
  left: -4%;
  right: -4%;
  top: 50%;
  transform: translateY(-50%);
  height: 3px;
  background: linear-gradient(90deg,#ff7a3c,#ff2cb6,#34b2ff);
  box-shadow:
    0 0 10px rgba(255,44,182,.8),
    0 0 20px rgba(52,178,255,.5);
  border-radius: 2px;
}
.coming-soon {
  opacity: 0.7;
  text-align: center;
  transition: all 0.3s ease;
}

.coming-soon:hover {
  opacity: 1;
  transform: scale(1.03);
}

.coming-soon .store-name_glow-text {
  color: #ff007f;
  text-shadow: 0 0 10px #ff007f, 0 0 20px #ff007f;
}
/* Dopesick Neon Pulse for Coming Soon Symbol */
.coming-soon .store-img {
  filter: drop-shadow(0 0 8px #ff007f) drop-shadow(0 0 16px #ff007f);
  opacity: 0.85;
  animation: dopesickPulse 3s ease-in-out infinite;
  transition: transform 0.4s ease, opacity 0.4s ease;
}

.coming-soon .store-img:hover {
  transform: scale(1.05);
  opacity: 1;
}

@keyframes dopesickPulse {
  0% {
    filter: drop-shadow(0 0 5px #ff007f) drop-shadow(0 0 15px #ff007f);
    opacity: 0.8;
  }
  50% {
    filter: drop-shadow(0 0 20px #ff007f) drop-shadow(0 0 40px #ff007f);
    opacity: 1;
  }
  100% {
    filter: drop-shadow(0 0 5px #ff007f) drop-shadow(0 0 15px #ff007f);
    opacity: 0.8;
  }
}
/* Dopesick Neon Pulse for Symbol + Text */
.coming-soon .store-img {
  filter: drop-shadow(0 0 8px #ff007f) drop-shadow(0 0 16px #ff007f);
  opacity: 0.85;
  animation: dopesickPulse 3s ease-in-out infinite;
  transition: transform 0.4s ease, opacity 0.4s ease;
}

.coming-soon .store-img:hover {
  transform: scale(1.05);
  opacity: 1;
}

/* Make the text pulse in sync */
.coming-soon .store-name_glow-text,
.coming-soon .store-desc,
.coming-soon .store-btn {
  color: #ff007f;
  text-shadow: 0 0 10px #ff007f, 0 0 25px #ff007f;
  animation: dopesickPulse 3s ease-in-out infinite;
}

/* Optional: make button stand out on hover */
.coming-soon .store-btn:hover {
  transform: scale(1.05);
  text-shadow: 0 0 20px #ff007f, 0 0 35px #ff007f;
}

/* Shared pulse animation */
@keyframes dopesickPulse {
  0% {
    filter: drop-shadow(0 0 5px #ff007f) drop-shadow(0 0 15px #ff007f);
    opacity: 0.8;
  }
  50% {
    filter: drop-shadow(0 0 20px #ff007f) drop-shadow(0 0 40px #ff007f);
    opacity: 1;
  }
  100% {
    filter: drop-shadow(0 0 5px #ff007f) drop-shadow(0 0 15px #ff007f);
    opacity: 0.8;
  }
}
/* Unified Ascension + Creed styling */
.ascension-creed-section {
  background: transparent;
  color: #fff;
}

.symbol-row {
  display: flex;
  justify-content: center;
  gap: 25px;
  margin-bottom: 50px;
}

.symbol-icon {
  width: 90px;
  filter: drop-shadow(0 0 10px #ff007f);
  opacity: 0;
  animation: symbolFade 6s ease-in-out forwards;
}

.symbol-icon:nth-child(1) { animation-delay: 0.5s; }
.symbol-icon:nth-child(2) { animation-delay: 1s; }
.symbol-icon:nth-child(3) { animation-delay: 1.5s; }
.symbol-icon:nth-child(4) { animation-delay: 2s; }
.symbol-icon:nth-child(5) { animation-delay: 2.5s; }

@keyframes symbolFade {
  0% { opacity: 0; transform: scale(0.8); }
  50% { opacity: 1; transform: scale(1.05); }
  100% { opacity: 1; transform: scale(1); }
}

.ascension-title {
  font-size: 2.5rem;
  color: #ff007f;
  text-shadow: 0 0 12px #ff007f, 0 0 30px #ff007f;
  margin-bottom: 10px;
}

.ascension-subtitle {
  font-size: 1rem;
  opacity: 0.85;
  margin-bottom: 40px;
  animation: dopesickPulse 3s ease-in-out infinite;
}

.creed-line {
  font-size: 1.4rem;
  color: #ff007f;
  text-shadow: 0 0 12px #ff007f, 0 0 35px #ff007f;
  margin-bottom: 10px;
  animation: dopesickPulse 3s ease-in-out infinite;
}

.creed-subtext {
  font-size: 1rem;
  letter-spacing: 1px;
  opacity: 0.9;
  animation: dopesickPulse 3s ease-in-out infinite;
}

@keyframes dopesickPulse {
  0%, 100% { opacity: 0.8; text-shadow: 0 0 10px #ff007f; }
  50% { opacity: 1; text-shadow: 0 0 25px #ff007f, 0 0 40px #ff007f; }
}
/* === DOPESICK ASCENSION + CREED STYLES === */
.ascension-creed-section {
  background: transparent;
  color: #fff;
}

.symbol-row {
  display: flex;
  justify-content: center;
  gap: 25px;
  margin-bottom: 50px;
  flex-wrap: wrap;
}

.symbol-icon {
  width: 100px;
  opacity: 0;
  transform: scale(0.9);
  filter: drop-shadow(0 0 10px #ff007f);
  animation: symbolFade 1.2s ease-in-out forwards;
}

.symbol-icon:nth-child(1) { animation-delay: 0.3s; }
.symbol-icon:nth-child(2) { animation-delay: 0.6s; }
.symbol-icon:nth-child(3) { animation-delay: 0.9s; }
.symbol-icon:nth-child(4) { animation-delay: 1.2s; }
.symbol-icon:nth-child(5) { animation-delay: 1.5s; }

@keyframes symbolFade {
  0% { opacity: 0; transform: scale(0.8); filter: drop-shadow(0 0 5px #ff007f); }
  50% { opacity: 1; transform: scale(1.05); filter: drop-shadow(0 0 25px #ff007f) drop-shadow(0 0 40px #ff007f); }
  100% { opacity: 1; transform: scale(1); }
}

.ascension-title {
  font-size: 2.5rem;
  color: #ff007f;
  text-shadow: 0 0 12px #ff007f, 0 0 35px #ff007f;
  margin-bottom: 10px;
  animation: dopesickPulse 3s ease-in-out infinite;
}

.ascension-subtitle {
  font-size: 1rem;
  letter-spacing: 2px;
  opacity: 0.9;
  margin-bottom: 40px;
  animation: dopesickPulse 3s ease-in-out infinite;
}

.creed-line {
  font-size: 1.3rem;
  color: #ff007f;
  text-shadow: 0 0 10px #ff007f, 0 0 30px #ff007f;
  margin-bottom: 10px;
  animation: dopesickPulse 3s ease-in-out infinite;
}

.creed-subtext {
  font-size: 1rem;
  letter-spacing: 1px;
  opacity: 0.9;
  animation: fadeRise 2s ease-out forwards;
  animation-delay: 2.5s;
}

@keyframes dopesickPulse {
  0%, 100% { opacity: 0.8; text-shadow: 0 0 10px #ff007f; }
  50% { opacity: 1; text-shadow: 0 0 25px #ff007f, 0 0 45px #ff007f; }
}

@keyframes fadeRise {
  0% { opacity: 0; transform: translateY(20px); }
  100% { opacity: 1; transform: translateY(0); }
}
/* === DOPESICK WELCOME SIGN STYLES === */
.dopesick-welcome {
  color: #fff;
  background: transparent;
}

.symbol-row {
  display: flex;
  justify-content: center;
  gap: 45px;
  margin-bottom
  /* === DOPESICK WELCOME SIGN STYLES === */
.dopesick-welcome {
  background: transparent;
  color: #fff;
}

.symbol-row {
  display: flex;
  justify-content: center;
  gap: 40px;
  margin-bottom: 50px;
  flex-wrap: wrap;
}

.symbol-svg {
  width: 100px;
  height: 100px;
  opacity: 0;
  transform: scale(0.9);
  filter: drop-shadow(0 0 8px #ff007f);
  animation: symbolFade 1.2s ease-in-out forwards;
}

.symbol-svg:nth-child(1) { animation-delay: 0.3s; }
.symbol-svg:nth-child(2) { animation-delay: 0.6s; }
.symbol-svg:nth-child(3) { animation-delay: 0.9s; }
.symbol-svg:nth-child(4) { animation-delay: 1.2s; }

@keyframes symbolFade {
  0% { opacity: 0; transform: scale(0.8); filter: drop-shadow(0 0 5px #ff007f); }
  50% { opacity: 1; transform: scale(1.05); filter: drop-shadow(0 0 25px #ff007f) drop-shadow(0 0 40px #ff007f); }
  100% { opacity: 1; transform: scale(1); }
}

.creed-line {
  font-size: 1.4rem;
  color: #ff007f;
  text-shadow: 0 0 12px #ff007f, 0 0 35px #ff007f;
  margin-bottom: 10px;
  animation: dopesickPulse 3s ease-in-out infinite;
}

.creed-subtext {
  font-size: 1rem;
  letter-spacing: 1px;
  opacity: 0.9;
  animation: fadeRise 2s ease-out forwards;
  animation-delay: 1.5s;
}

@keyframes dopesickPulse {
  0%, 100% { opacity: 0.8; text-shadow: 0 0 10px #ff007f; }
  50% { opacity: 1; text-shadow: 0 0 25px #ff007f, 0 0 45px #ff007f; }
}

@keyframes fadeRise {
  0% { opacity: 0; transform: translateY(20px); }
  100% { opacity: 1; transform: translateY(0); }
}
/* === DOPESICK WELCOME SIGN — THE AWAKENING === */
.dopesick-welcome {
  text-align: center;
  padding: 120px 0 100px;
  background: radial-gradient(circle at center, rgba(255,0,127,0.05) 0%, rgba(0,0,0,1) 100%);
  color: #fff;
  overflow: hidden;
  position: relative;
}

.symbol-line {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  height: 2px;
  background: linear-gradient(90deg, transparent, #ff007f, transparent);
  opacity: 0.6;
  animation: energyPulse 3s ease-in-out infinite;
  filter: drop-shadow(0 0 10px #ff007f);
}

.symbol-row {
  display: flex;
  justify-content: center;
  gap: 60px;
  margin-bottom: 60px;
  flex-wrap: wrap;
  position: relative;
  z-index: 2;
}

.symbol-svg {
  width: 100px;
  height: 100px;
  opacity: 0;
  transform: scale(0.8);
  filter: drop-shadow(0 0 8px #ff007f);
  animation: symbolFade 1.2s ease-in-out forwards;
  transition: transform 0.4s ease, filter 0.4s ease;
}

.symbol-svg:nth-child(1) { animation-delay: 0.4s; }
.symbol-svg:nth-child(2) { animation-delay: 0.7s; }
.symbol-svg:nth-child(3) { animation-delay: 1.0s; }
.symbol-svg:nth-child(4) { animation-delay: 1.3s; }

.symbol-svg:hover {
  transform: scale(1.15);
  filter: drop-shadow(0 0 25px #ff007f) drop-shadow(0 0 45px #ff007f);
  cursor: pointer;
}

@keyframes symbolFade {
  0% { opacity: 0; transform: scale(0.7); }
  50% { opacity: 1; transform: scale(1.05); filter: drop-shadow(0 0 25px #ff007f); }
  100% { opacity: 1; transform: scale(1); }
}

@keyframes energyPulse {
  0%, 100% { opacity: 0.5; box-shadow: 0 0 15px #ff007f; }
  50% { opacity: 1; box-shadow: 0 0 40px #ff007f; }
}

/* Creed area */
.creed-text {
  margin-top: 60px;
  animation: fadeRise 2s ease-out forwards;
}

.creed-line {
  font-size: 1.5rem;
  color: #ff007f;
  text-shadow: 0 0 10px #ff007f, 0 0 35px #ff007f;
  margin-bottom: 12px;
  animation: dopesickPulse 3s ease-in-out infinite;
}

.creed-subtext {
  font-size: 1rem;
  letter-spacing: 1.2px;
  opacity: 0.9;
  animation: dopesickPulse 5s ease-in-out infinite alternate;
}

@keyframes dopesickPulse {
  0%, 100% { opacity: 0.8; text-shadow: 0 0 10px #ff007f; }
  50% { opacity: 1; text-shadow: 0 0 30px #ff007f, 0 0 60px #ff007f; }
}

@keyframes fadeRise {
  0% { opacity: 0; transform: translateY(25px); }
  100% { opacity: 1; transform: translateY(0); }
}

/* Subtle particle shimmer for the background aura */
.dopesick-welcome::after {
  content: "";
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
  background: radial-gradient(circle at 50% 20%, rgba(255,0,127,0.15), transparent 70%);
  opacity: 0.3;
  animation: auraFlow 6s ease-in-out infinite alternate;
  pointer-events: none;
}

@keyframes auraFlow {
  0% { transform: scale(1) translateY(0); opacity: 0.3; }
  50% { transform: scale(1.1) translateY(-10px); opacity: 0.5; }
  100% { transform: scale(1) translateY(0); opacity: 0.3; }
}
/* === DOPESICK WELCOME SIGN — REACTIVE AURA EDITION === */
.dopesick-welcome {
  text-align: center;
  padding: 120px 0 100px;
  background: radial-gradient(circle at center, rgba(255,0,127,0.05), rgba(0,0,0,1) 90%);
  color: #fff;
  overflow: hidden;
  position: relative;
  transition: background 0.2s ease;
}

.symbol-line {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  height: 2px;
  background: linear-gradient(90deg, transparent, #ff007f, transparent);
  opacity: 0.6;
  animation: energyPulse 3s ease-in-out infinite;
  filter: drop-shadow(0 0 10px #ff007f);
}

.symbol-row {
  display: flex;
  justify-content: center;
  gap: 60px;
  margin-bottom: 60px;
  flex-wrap: wrap;
  position: relative;
  z-index: 2;
}

.symbol-svg {
  width: 100px;
  height: 100px;
  opacity: 0;
  transform: scale(0.8);
  filter: drop-shadow(0 0 8px #ff007f);
  animation: symbolFade 1.2s ease-in-out forwards;
  transition: transform 0.4s ease, filter 0.4s ease;
}

.symbol-svg:nth-child(1) { animation-delay: 0.4s; }
.symbol-svg:nth-child(2) { animation-delay: 0.7s; }
.symbol-svg:nth-child(3) { animation-delay: 1.0s; }
.symbol-svg:nth-child(4) { animation-delay: 1.3s; }

.symbol-svg:hover {
  transform: scale(1.15);
  filter: drop-shadow(0 0 25px #ff007f) drop-shadow(0 0 45px #ff007f);
  cursor: pointer;
}

@keyframes symbolFade {
  0% { opacity: 0; transform: scale(0.7); }
  50% { opacity: 1; transform: scale(1.05); filter: drop-shadow(0 0 25px #ff007f); }
  100% { opacity: 1; transform: scale(1); }
}

@keyframes energyPulse {
  0%, 100% { opacity: 0.5; box-shadow: 0 0 15px #ff007f; }
  50% { opacity: 1; box-shadow: 0 0 40px #ff007f; }
}

/* Creed area */
.creed-text {
  margin-top: 60px;
  animation: fadeRise 2s ease-out forwards;
}

.creed-line {
  font-size: 1.5rem;
  color: #ff007f;
  text-shadow: 0 0 10px #ff007f, 0 0 35px #ff007f;
  margin-bottom: 12px;
  animation: dopesickPulse 3s ease-in-out infinite;
}

.creed-subtext {
  font-size: 1rem;
  letter-spacing: 1.2px;
  opacity: 0.9;
  animation: dopesickPulse 5s ease-in-out infinite alternate;
}

@keyframes dopesickPulse {
  0%, 100% { opacity: 0.8; text-shadow: 0 0 10px #ff007f; }
  50% { opacity: 1; text-shadow: 0 0 30px #ff007f, 0 0 60px #ff007f; }
}

@keyframes fadeRise {
  0% { opacity: 0; transform: translateY(25px); }
  100% { opacity: 1; transform: translateY(0); }
}

/* Subtle floating aura */
.dopesick-welcome::after {
  content: "";
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
  background: radial-gradient(circle at 50% 20%, rgba(255,0,127,0.15), transparent 70%);
  opacity: 0.3;
  animation: auraFlow 6s ease-in-out infinite alternate;
  pointer-events: none;
}

@keyframes auraFlow {
  0% { transform: scale(1) translateY(0); opacity: 0.3; }
  50% { transform: scale(1.1) translateY(-10px); opacity: 0.5; }
  100% { transform: scale(1) translateY(0); opacity: 0.3; }
}
/* === DOPESICK SHOP — ELECTRIC FLOW EDITION === */
.store-section {
  position: relative;
  padding: 100px 5% 120px;
  background: radial-gradient(circle at center, rgba(255,0,127,0.05) 0%, rgba(0,0,0,1) 100%);
  color: #fff;
  text-align: center;
  overflow: hidden;
}

.store-title {
  font-size: 2.2rem;
  color: #ff007f;
  text-shadow: 0 0 10px #ff007f, 0 0 30px #ff007f;
  margin-bottom: 10px;
  letter-spacing: 2px;
  animation: dopesickPulse 4s ease-in-out infinite;
}

.store-subtitle {
  font-size: 1.1rem;
  color: #ffb3e0;
  opacity: 0.9;
  letter-spacing: 1px;
  margin-bottom: 60px;
  animation: fadeRise 2s ease-out forwards;
}

.store-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 40px;
  justify-items: center;
  align-items: start;
}

/* PRODUCT CARD */
.store-item {
  position: relative;
  width: 100%;
  max-width: 330px;
  background: rgba(0,0,0,0.45);
  border: 2px solid rgba(255,0,127,0.25);
  border-radius: 20px;
  padding: 25px 15px 30px;
  box-sizing: border-box;
  text-align: center;
  transition: transform 0.4s ease, box-shadow 0.4s ease;
  overflow: hidden;
  z-index: 0;
}

/* Electric border layer */
.store-item::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 20px;
  background: conic-gradient(
    from 0deg,
    #ff007f 0deg,
    #ff70c0 90deg,
    #ff007f 180deg,
    #ff70c0 270deg,
    #ff007f 360deg
  );
  background-size: 200% 200%;
  z-index: -1;
  opacity: 0;
  transform: scale(1.05);
  transition: opacity 0.5s ease;
  animation: borderFlow 4s linear infinite;
}

.store-item:hover::before {
  opacity: 0.8;
}

@keyframes borderFlow {
  0% { background-position: 0% 50%; }
  50% { background-position: 100% 50%; }
  100% { background-position: 0% 50%; }
}

.store-item:hover {
  transform: scale(1.03);
  box-shadow: 0 0 30px rgba(255,0,127,0.4);
}

/* PRODUCT TEXT */
.store-name_glow-text {
  font-size: 1.3rem;
  color: #ff007f;
  text-shadow: 0 0 10px #ff007f, 0 0 30px #ff007f;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  margin-bottom: 10px;
  animation: dopesickPulse 4s ease-in-out infinite;
}

.store-desc {
  font-size: 0.95rem;
  color: #fff;
  line-height: 1.6;
  opacity: 0.85;
  margin-bottom: 15px;
}

.store-price {
  display: block;
  font-size: 1rem;
  font-weight: 600;
  color: #ff007f;
  text-shadow: 0 0 6px #ff007f;
  margin-top: 10px;
}

.store-btn {
  margin-top: 15px;
  display: inline-block;
  padding: 10px 20px;
  border: 1px solid #ff007f;
  border-radius: 30px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #ff007f;
  text-shadow: 0 0 6px #ff007f;
  transition: all 0.3s ease;
}

.store-btn:hover {
  background: #ff007f;
  color: #000;
  box-shadow: 0 0 25px #ff007f;
}

/* MOBILE LAYOUT */
@media (max-width: 768px) {
  .store-grid {
    grid-template-columns: 1fr;
    gap: 25px;
  }

  .store-item {
    max-width: 90%;
    margin: 0 auto;
    padding: 20px;
  }

  .store-name_glow-text {
    font-size: 1.5rem;
  }

  .store-desc {
    font-size: 1.05rem;
  }

  .store-btn {
    padding: 10px 24px;
    border-radius: 25px;
  }

  /* Mobile “Tap Glow” Effect */
  .store-item:active::before {
    opacity: 1;
  }

  .store-item:active {
    transform: scale(1.05);
    box-shadow: 0 0 25px rgba(255,0,127,0.8);
  }
}

/* BACKGROUND SHIMMER + MOTION */
.store-section::after {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 50% 10%, rgba(255,0,127,0.1), transparent 70%);
  opacity: 0.3;
  animation: auraFlow 8s ease-in-out infinite alternate;
  pointer-events: none;
}

@keyframes dopesickPulse {
  0%, 100% { opacity: 0.85; text-shadow: 0 0 10px #ff007f, 0 0 20px #ff007f; }
  50% { opacity: 1; text-shadow: 0 0 25px #ff007f, 0 0 60px #ff007f; }
}

@keyframes fadeRise {
  0% { opacity: 0; transform: translateY(15px); }
  100% { opacity: 1; transform: translateY(0); }
}

@keyframes auraFlow {
  0% { transform: scale(1); opacity: 0.3; }
  50% { transform: scale(1.1); opacity: 0.5; }
  100% { transform: scale(1); opacity: 0.3; }
}
/* === DOPESICK MOBILE VIEW FIX === */

/* Prevent horizontal scrolling and forced zoom */
html, body {
  max-width: 100%;
  overflow-x: hidden;
}

.store-section,
.store-grid,
.store-item {
  max-width: 100%;
  box-sizing: border-box;
}

/* Images should never exceed the screen width */
.store-item img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}

/* Better fit for small screens */
@media (max-width: 768px) {
  .store-grid {
    grid-template-columns: 1fr;
    gap: 25px;
    padding: 0 10px;
  }

  .store-item {
    margin: 0 auto;
    width: 100%;
  }

  /* Remove any residual left/right overflow */
  * {
    max-width: 100%;
  }
}
/* === FINAL MOBILE SHOP FIX === */

/* 1. Prevent overflow from grid or product images */
.store-section,
.store-grid,
.store-item,
.store-item img {
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  overflow-x: hidden;
}

/* 2. Make sure grid fits viewport perfectly */
.store-grid {
  display: grid;
  grid-template-columns: 1fr;
  justify-items: center;
  align-items: start;
  gap: 25px;
  padding: 0 10px;
}

/* 3. Resize product images for mobile */
@media (max-width: 768px) {
  .store-item img {
    width: 100%;
    height: auto;
    object-fit: contain;
    border-radius: 10px;
  }

  /* Prevent white-space overflow from long product names */
  .store-name_glow-text {
    word-break: break-word;
    text-align: center;
    font-size: 1.4rem;
  }

  /* Make sure buttons and price text wrap correctly */
  .store-btn,
  .store-price {
    display: block;
    text-align: center;
    max-width: 100%;
    margin: 10px auto 0;
  }

  /* Contain everything perfectly inside viewport */
  html, body {
    max-width: 100%;
    overflow-x: hidden;
  }
}

/* 4. Fix any rogue flex or width scaling from global theme */
* {
  max-width: 100%;
  box-sizing: border-box;
}
/* === DOPESICK MOBILE IMAGE FIX === */

/* remove any fixed sizing that Shopify injects inline */
.store-item img,
.product__media img,
.product__media-wrapper img {
  width: 100% !important;
  max-width: 100% !important;
  height: auto !important;
  object-fit: contain !important;
  display: block;
  margin: 0 auto;
}

/* stop the grid or wrapper from stretching wider than the viewport */
.store-section,
.store-grid,
.store-item,
.product,
.product__media-wrapper {
  max-width: 100vw;
  overflow-x: hidden;
  box-sizing: border-box;
}

/* force single-column stacking on small screens */
@media (max-width: 768px) {
  .store-grid {
    grid-template-columns: 1fr;
    gap: 25px;
    padding: 0 10px;
  }
}

/* eliminate any body-level horizontal scroll */
html, body {
  width: 100%;
  overflow-x: hidden;
}
/* nuclear mobile overflow kill */
img, .store-img, .product__media, .product__media img {
  width: 100% !important;
  max-width: 100% !important;
  height: auto !important;
  object-fit: contain !important;
}
/* === Dopesick Mobile Layout Fix === */
@media (max-width: 768px) {
  .store-grid {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 25px !important;
    width: 100% !important;
  }

  .store-img-wrap {
    width: 90% !important;
    max-width: 400px !important;
  }

  .store-img {
    width: 100% !important;
    height: auto !important;
    border-radius: 12px !important;
    box-shadow: 0 0 10px #ff005c, 0 0 20px #ff005c !important;
  }

  .store-info {
    text-align: center !important;
    padding: 10px !important;
  }

  .store-name_glow-text {
    font-size: 1.4rem !important;
    text-shadow: 0 0 8px #ff004c, 0 0 16px #ff004c !important;
  }
}
/* === Dopesick Product Page Mobile Fix === */
@media (max-width: 768px) {
  .product-info,
  .shopify-section.section,
  [id^="shopify-section-template"] {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    width: 100% !important;
    text-align: center !important;
    gap: 20px !important;
  }

  .product__media,
  .product__media-wrapper,
  .product__media-item {
    width: 90% !important;
    max-width: 400px !important;
    margin: 0 auto !important;
  }

  .product__title,
  .product__description,
  .product__price {
    text-align: center !important;
    width: 100% !important;
  }

  img {
    width: 100% !important;
    height: auto !important;
    border-radius: 12px !important;
    box-shadow: 0 0 10px #ff005c, 0 0 20px #ff005c !important;
  }
}
/* === DOPESICK FINAL MOBILE FIX === */
@media (max-width: 768px) {
  /* Force product layout to stack on mobile */
  .product,
  .product-info,
  .shopify-section,
  .grid,
  .grid--1-col,
  .grid--2-col,
  .grid--2-col-tablet,
  .product--large,
  .product--stacked {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 auto !important;
  }

  /* Make product images responsive */
  .product__media,
  .product__media-item,
  .product__media-wrapper,
  .product__image,
  img {
    width: 90% !important;
    height: auto !important;
    border-radius: 12px !important;
    box-shadow: 0 0 10px #ff005c, 0 0 20px #ff005c !important;
    margin: 0 auto !important;
  }

  /* Center product text */
  .product__title,
  .product__description,
  .product__price,
  .product__info-wrapper,
  .product-form {
    text-align: center !important;
    width: 100% !important;
  }

  /* Remove left/right stacking */
  .product--left,
  .product--right {
    flex-direction: column !important;
  }

  /* Prevent mobile hide for images/text */
  .product--mobile-hide {
    display: flex !important;
  }
}
/* === DOPESICK FINAL MOBILE STORE FIX === */
@media (max-width: 768px) {
  /* make the grid stack */
  .store-grid {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    width: 100% !important;
    gap: 30px !important;
    margin: 0 auto !important;
  }

  /* make store items responsive */
  .store-item {
    width: 90% !important;
    max-width: 420px !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    text-align: center !important;
  }

  /* ensure images resize correctly */
  .store-img-wrap,
  .store-img-wrap img {
    display: block !important;
    width: 100% !important;
    height: auto !important;
    max-width: 100% !important;
    border-radius: 12px !important;
    box-shadow: 0 0 10px #ff005c, 0 0 25px #ff005c !important;
    margin: 0 auto !important;
  }

  /* fix text layout */
  .store-info {
    text-align: center !important;
    padding: 10px !important;
  }

  .store-name_glow-text {
    font-size: 1.3rem !important;
    text-shadow: 0 0 8px #ff004c, 0 0 16px #ff004c !important;
  }
}
img[src*="/cdn/shop/files/"] {
  object-fit: contain !important;
  max-width: 100% !important;
  height: auto !important;
}
/* === DOPESICK: lock mobile width & kill overflow === */
@media (max-width: 768px) {
  /* Never allow horizontal overflow */
  html, body {
    width: 100% !important;
    max-width: 100vw !important;
    overflow-x: hidden !important;
  }

  /* Any common wrappers must respect viewport */
  .page-width,
  .container,
  .shopify-section,
  #MainContent,
  #dopesick-store,
  .store-section,
  .store-grid,
  .product,
  .grid {
    max-width: 100vw !important;
    width: 100% !important;
    margin: 0 auto !important;
    overflow-x: hidden !important;
  }

  /* Store items */
  .store-item {
    display: block !important;
    width: 90% !important;
    max-width: 420px !important;
    margin: 0 auto !important;
  }

  /* Images: ignore any inline width/height from Shopify */
  .store-img-wrap,
  .store-img-wrap img,
  .product__media img,
  .product__image,
  img {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    height: auto !important;
    object-fit: contain !important;
  }
}
/* === DOPESICK WIDTH LOCK FIX === */
@media (max-width: 768px) {
  html, body {
    width: 100% !important;
    max-width: 100vw !important;
    overflow-x: hidden !important;
  }

  /* Force all custom grid elements to stay within the viewport */
  .store-section,
  .store-grid,
  .store-item,
  .store-img-wrap,
  .store-img,
  .store-info,
  .store-name_glow-text,
  .store-desc {
    box-sizing: border-box !important;
    width: 100% !important;
    max-width: 100vw !important;
    margin: 0 auto !important;
    padding: 0 !important;
    overflow-x: hidden !important;
  }

  /* Images shrink to fit instead of setting their own width */
  .store-img img {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    height: auto !important;
    object-fit: contain !important;
  }

  /* Optional: small breathing room between stacked cards */
  .store-item + .store-item {
    margin-top: 20px !important;
  }
}
/* === DOPESICK: clamp dopesick-store to viewport on mobile === */
@media (max-width: 768px) {
  /* Lock the section itself */
  #dopesick-store {
    box-sizing: border-box !important;
    width: 100vw !important;
    max-width: 100vw !important;
    margin: 0 auto !important;
    padding: 0 !important;
    overflow-x: hidden !important;
  }

  /* Lock every direct child and typical descendants */
  #dopesick-store .store-grid,
  #dopesick-store .store-item,
  #dopesick-store .store-img-wrap,
  #dopesick-store .store-img,
  #dopesick-store .store-info,
  #dopesick-store .store-name_glow-text,
  #dopesick-store .store-desc {
    box-sizing: border-box !important;
    width: 100% !important;
    max-width: 100vw !important;
    margin: 0 auto !important;
    padding: 0 !important;
    overflow-x: hidden !important;
    display: block !important;
  }

  /* Make links behave like blocks, not inline */
  #dopesick-store a.store-item {
    display: block !important;
    text-decoration: none;
  }

  /* Images: ignore any inline width/height coming from Shopify/CDN */
  #dopesick-store img,
  #dopesick-store .store-img-wrap img,
  #dopesick-store .store-img {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    height: auto !important;
    object-fit: contain !important;
  }

  /* Stack and space nicely */
  #dopesick-store .store-grid {
    display: flex !important;
    flex-direction: column !important;
    gap: 22px !important;
    align-items: center !important;
    justify-content: center !important;
  }
}
/* === DOPESICK STORE WIDTH FIX === */
/* Limit the slash through 'DOPESICK' to the word width only inside the store */
#dopesick-store .dopesick::before,
#dopesick-store .dopesick::after {
  position: absolute !important;
  left: 0 !important;
  right: auto !important;
  width: 100% !important; /* matches the word width */
  max-width: 100% !important;
  overflow: hidden !important;
}

/* Prevent full-page overflow from global line animations */
#dopesick-store,
#dopesick-store * {
  max-width: 100% !important;
  overflow-x: hidden !important;
}/* === DOPESICK STORE: slash only through the word === */

/* 1) Force the dopesick element to hug the text, even if it's an <a> or <div> */
#dopesick-store :is(a,h1,h2,h3,h4,h5,span,div).dopesick-glow {
  display: inline-block !important;
  width: auto !important;
  max-width: max-content !important; /* use fit-content if your browser prefers */
  white-space: nowrap !important;
  padding: 0 !important;
  margin: 0 !important;
  position: relative !important;
}

/* 2) Make the slash the size of that word box (not the whole row) */
#dopesick-store :is(a,h1,h2,h3,h4,h5,span,div).dopesick-glow::after {
  left: 0 !important;
  right: auto !important; /* prevent stretching */
  width: 100% !important; /* exactly the word width */
  max-width: 100% !important;
  height: 3px !important; /* keep your neon thickness */
  top: 50% !important;
  transform: translateY(-50%) rotate(-8deg) !important;
}

/* 3) Safety: stop any ancestor rule from forcing full-width */
#dopesick-store .store-item,
#dopesick-store .store-info,
#dopesick-store .store-name_glow-text {
  overflow: visible !important;
}

/* 4) Optional: if your glow is on a nested span inside the title block */
#dopesick-store .store-name_glow-text .dopesick-glow {
  display: inline-block !important;
  width: auto !important;
  max-width: max-content !important;
}
/* === reset any accidental overflow or position locks === */
html, body {
  position: static !important;
  overflow: auto !important;
  height: auto !important;
}

#dopesick-store,
#dopesick-store * {
  position: static !important;
  overflow: visible !important;
}
/* Store: the glow lives only on the word span */
#dopesick-store span.dopesick-glow {
  position: relative;
  display: inline-block;
  white-space: nowrap;
}
#dopesick-store span.dopesick-glow::after {
  left: 0;
  right: auto;
  width: 100%; /* exactly the word width */
}
/* === HERMES CORE / DOPESICK FOUNDATION === */

/* 1. Root palette + glow variables */
:root {
  --ds-red: #ff004c;
  --ds-pink: #ff00c8;
  --ds-bg: #000;
  --ds-text: #f1f1f1;
  --ds-glow1: 0 0 6px var(--ds-red);
  --ds-glow2: 0 0 12px var(--ds-red);
  --ds-glow3: 0 0 24px var(--ds-red);
  --ds-font: 'Orbitron', 'Montserrat', sans-serif;
}

/* 2. Global reset / layout safety */
html, body {
  margin: 0;
  padding: 0;
  background: var(--ds-bg);
  color: var(--ds-text);
  font-family: var(--ds-font);
  overflow-x: hidden;
}

/* 3. Utility: universal glow */
.glow {
  color: var(--ds-red);
  text-shadow: var(--ds-glow1), var(--ds-glow2), var(--ds-glow3);
}

/* 4. Utility: neon underline */
.neon-line::after {
  content: "";
  display: block;
  height: 2px;
  margin-top: 4px;
  background: linear-gradient(90deg, var(--ds-pink), var(--ds-red));
  box-shadow: var(--ds-glow2), var(--ds-glow3);
}

/* 5. Core DOPESICK effect */
.dopesick-glow {
  position: relative;
  display: inline-block;
  font-weight: 700;
  text-transform: uppercase;
  color: var(--ds-red);
  text-shadow: var(--ds-glow1), var(--ds-glow2);
  white-space: nowrap;
}

.dopesick-glow::after {
  content: "";
  position: absolute;
  left: 0;
  top: 55%;
  width: 100%;
  height: 2px;
  transform: rotate(-8deg);
  background: linear-gradient(90deg, var(--ds-pink), var(--ds-red));
  box-shadow: var(--ds-glow2);
  pointer-events: none;
}

/* 6. Animated pulse */
@keyframes dopesickPulse {
  0%,100% { opacity: 0.8; filter: blur(0); }
  50% { opacity: 1; filter: blur(1px); }
}
.dopesick-glow,
.dopesick-glow::after {
  animation: dopesickPulse 3s infinite ease-in-out;
}

/* 7. Section headers */
.section-header,
.store-title,
.underground-title,
.founder-title {
  display: inline-block;
  width: fit-content;
  margin: 0 auto;
  text-align: center;
  color: var(--ds-red);
  text-shadow: var(--ds-glow1), var(--ds-glow2);
  position: relative;
}
.section-header::after,
.store-title::after,
.underground-title::after,
.founder-title::after {
  content: "";
  position: absolute;
  bottom: -6px;
  left: 0;
  width: 100%;
  height: 2px;
  background: linear-gradient(90deg, var(--ds-pink), var(--ds-red));
  box-shadow: var(--ds-glow2);
}

/* 8. Store containment – prevent overflow */
#dopesick-store,
#dopesick-store * {
  max-width: 100vw;
  overflow-x: hidden;
}

/* 9. Responsiveness */
@media (max-width: 768px) {
  .dopesick-glow {
    transform: scale(0.95);
  }
}
/* === DOPESICK NEON FLOW RESTORE === */
@keyframes dopesickFlow {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}

.dopesick-glow::after {
  /* multi-color animated gradient */
  background: linear-gradient(
    90deg,
    #ff9100,
    #ff00c8,
    #00bfff,
    #ff9100
  );
  background-size: 300% 300%;
  animation: dopesickFlow 5s linear infinite;
  box-shadow:
    0 0 10px #ff00c8,
    0 0 20px #ff9100,
    0 0 25px #00bfff;
}
/* === THE DOPESICK COLLECTIVE // GLOBAL MASTER === */

/* 1. Core palette + fonts */
:root {
  --ds-black: #000000;
  --ds-white: #ffffff;
  --ds-pink: #ff00c8;
  --ds-red: #ff004c;
  --ds-blue: #00bfff;
  --ds-orange: #ff9100;
  --ds-font: 'Orbitron', 'Montserrat', sans-serif;
}

/* 2. Global reset + base layout */
html, body {
  background-color: var(--ds-black) !important;
  color: var(--ds-white) !important;
  font-family: var(--ds-font) !important;
  overflow-x: hidden !important;
  margin: 0 !important;
  padding: 0 !important;
  scroll-behavior: smooth;
}

/* 3. Universal text + glow tone */
h1, h2, h3, h4, h5, h6, p, a, span {
  color: var(--ds-white) !important;
  text-shadow: 0 0 5px var(--ds-red), 0 0 15px var(--ds-pink);
}

/* 4. Signature DOPESICK glow */
@keyframes dopesickFlow {
  0% { background-position: 0% 50%; }
  50% { background-position: 100% 50%; }
  100% { background-position: 0% 50%; }
}
.dopesick-glow {
  position: relative;
  display: inline-block;
  text-transform: uppercase;
  font-weight: 700;
  color: var(--ds-red);
  text-shadow: 0 0 8px var(--ds-red), 0 0 16px var(--ds-pink);
  white-space: nowrap;
}
.dopesick-glow::after {
  content: "";
  position: absolute;
  left: 0;
  top: 55%;
  width: 100%;
  height: 2px;
  transform: rotate(-8deg);
  background: linear-gradient(
    90deg,
    var(--ds-orange),
    var(--ds-pink),
    var(--ds-blue),
    var(--ds-orange)
  );
  background-size: 300% 300%;
  animation: dopesickFlow 5s linear infinite;
  box-shadow: 0 0 8px var(--ds-pink), 0 0 18px var(--ds-blue);
  opacity: 0.9;
}

/* 5. Heartbeat logo glow */
@keyframes dsHeartbeat {
  0%,100% { transform: scale(1); opacity: 0.7; }
  50% { transform: scale(1.25); opacity: 1; }
}
.dopesick-master::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 600px;
  height: 600px;
  transform: translate(-50%, -50%);
  background: radial-gradient(circle, rgba(255,44,182,0.4), transparent 70%);
  filter: blur(120px);
  animation: dsHeartbeat 5s ease-in-out infinite;
  z-index: 0;
}

/* 6. Shop + card layout */
.dopesick-master .shop-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 40px;
  margin-top: 40px;
}
.dopesick-master .product-card {
  background: rgba(0,0,0,0.5);
  border: 1px solid rgba(255,44,182,0.5);
  border-radius: 25px;
  box-shadow: 0 0 25px rgba(255,44,182,0.4);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.dopesick-master .product-card:hover {
  transform: scale(1.05);
  box-shadow: 0 0 50px rgba(255,44,182,0.8);
}

/* 7. Neon underline headers */
.section-header::after,
.store-title::after,
.founder-title::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -6px;
  width: 100%;
  height: 2px;
  background: linear-gradient(
    90deg,
    var(--ds-orange),
    var(--ds-pink),
    var(--ds-blue),
    var(--ds-orange)
  );
  background-size: 300% 300%;
  animation: dopesickFlow 6s linear infinite;
  box-shadow: 0 0 10px var(--ds-pink), 0 0 20px var(--ds-red);
}

/* 8. Footer / tag line */
.footer-line {
  text-align: center;
  font-size: 1rem;
  text-transform: uppercase;
  color: #ff2cb6;
  margin-top: 80px;
  letter-spacing: 2px;
  text-shadow: 0 0 10px rgba(255,44,182,0.8);
}
/* Expand blog "Share Your Story" section full width */
.template-blog.share-your-story .page-width,
.blog-template .page-width,
.template-blog .page-width {
  max-width: 100% !important;
  width: 100% !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

/* Center and space the pink boxes evenly */
.share-your-story .grid,
.blog-template .grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
}

.share-your-story .grid__item {
  flex: 1 1 300px;
  max-width: 400px;
}
.latest-community {
  text-align: center;
  margin-top: 80px;
  padding: 40px 0;
  background: rgba(0,0,0,0.3);
}

.latest-community h2 {
  color: #ff00a0;
  font-size: 2rem;
  text-transform: uppercase;
  letter-spacing: 2px;
  text-shadow: 0 0 20px #ff00a0, 0 0 40px #ff00a0;
  margin-bottom: 40px;
}

.community-posts {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 30px;
  max-width: 1200px;
  margin: 0 auto;
}

.community-post {
  width: 300px;
  background: rgba(0, 0, 0, 0.7);
  border: 2px solid #ff00a0;
  border-radius: 16px;
  padding: 20px;
  box-shadow: 0 0 30px #ff00a0aa;
  transition: transform 0.3s ease;
}

.community-post:hover {
  transform: translateY(-5px);
  background: #ff00a0;
  color: #000;
}

.community-post a.btn {
  display: inline-block;
  margin-top: 15px;
  border: 2px solid #ff00a0;
  padding: 10px 25px;
  text-decoration: none;
  color: #ff00a0;
  border-radius: 12px;
  text-transform: uppercase;
  transition: all 0.3s ease;
}

.community-post a.btn:hover {
  background: #ff00a0;
  color: #000;
}