/** Shopify CDN: Minification failed

Line 3677:1 Expected identifier but found "<!--"
Line 3692:0 Unexpected "<"
Line 3705:44 Unexpected "/"
Line 4176:44 Unexpected "/"
Line 4263:0 Expected identifier but found "<"
Line 4273:0 Unexpected "<"
Line 4280:1 Unexpected "<"
Line 5929:25 Unexpected "\"About Crowned by Sacred\""
Line 6410:0 Unexpected "<"
Line 7361:1 Expected "}" to go with "{"

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

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

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

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

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

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

/* base */

.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);
  }
}/* Crowned by Sacred – gold line under header */
.header-wrapper {
  border-bottom: 1px solid #D4AF37; /* soft gold line */
  /* Step 1: Soften header background */
.header-wrapper {
  background-color: #1A1A1A; /* matte black */
  border-bottom: 1px solid #D4AF37; /* soft gold divider */
}/* Step 2: Resize & center logo */
.header__heading-logo {
  max-width: 100px; /* adjust this number if you want it smaller/larger */
  margin: 0 auto;
}/* Step 3: Style announcement bar */
.announcement-bar {
  background-color: #1A1A1A; /* matches header */
  color: #EADFC4; /* soft cream-gold text */
  font-size: 13px;
  letter-spacing: 1px;
  text-transform: uppercase;
}/* Step 4: Gold hover for menu links */
.header__menu-item:hover {
  color: #D4AF37 !important;
  transition: color 0.3s ease;
}/* Step 6: Transparent + blurred luxury header */
.header-wrapper {
  background-color: rgba(26, 26, 26, 0.75); /* 75% opaque matte black */
  backdrop-filter: blur(10px); /* soft blur effect */
  -webkit-backdrop-filter: blur(10px); /* for Safari */
  border-bottom: 1px solid rgba(212, 175, 55, 0.6); /* soft gold line */
  transition: background-color 0.4s ease, backdrop-filter 0.4s ease;
}
/* Step 7: Gold hover animation for buttons */
.button,
.btn,
.shopify-payment-button__button,
.button--primary,
.button--secondary {
  background-color: #1A1A1A;           /* matte black default */
  color: #FAF8F2;                      /* soft cream text */
  border: 1px solid #D4AF37;           /* gold outline */
  transition: all 0.3s ease-in-out;    /* smooth fade */
  border-radius: 4px;                  /* subtle modern rounding */
  letter-spacing: 1px;
  text-transform: uppercase;
}

.button:hover,
.btn:hover,
.shopify-payment-button__button:hover,
.button--primary:hover,
.button--secondary:hover {
  background-color: #D4AF37;           /* gold fill on hover */
  color: #1A1A1A;                      /* dark text for contrast */
  transform: scale(1.03);              /* gentle lift */
}.button--secondary:hover {
  background-color: #D4AF37 !important;
  color: #1A1A1A !important;
}/* Step 8: Smooth fade-in on scroll */
.fade-in-up {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 1s ease-out, transform 1s ease-out;
}

.fade-in-up.visible {
  opacity: 1;
  transform: translateY(0);
}<!-- Step 8: Fade-in animation on scroll -->
<script>
document.addEventListener("DOMContentLoaded", function() {
  const elements = document.querySelectorAll('.fade-in-up');
  const observer = new IntersectionObserver((entries) => {
    entries.forEach(entry => {
      if (entry.isIntersecting) {
        entry.target.classList.add('visible');
        observer.unobserve(entry.target);
      }
    });
  }, { threshold: 0.2 });

  elements.forEach(el => observer.observe(el));
});
</script>
<div class="fade-in-up">
  <h2>Crowned Elite Collection</h2>
  <p>Luxury density 200–250% with HD lace.</p>
</div
/* Crowned by Sacred - Product Title Styling */
.product__title {
  font-family: "Playfair Display", serif; /* elegant serif font */
  font-size: 28px; /* adjust as desired */
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #1A1A1A; /* matte black text */
  margin-bottom: 10px;
* Crowned by Sacred — button unification */

/* Collection grid quick-add (Feather often uses .quick-add__submit) */
.quick-add__submit,
.card .button,
.card .btn {
  background-color: #1A1A1A;      /* matte black */
  color: #FAF8F2;                 /* cream text */
  border: 1px solid #D4AF37;      /* gold outline */
  border-radius: 6px;             /* subtle modern round */
  letter-spacing: 1px;
  text-transform: uppercase;
  transition: all .25s ease;
}

/* Product page Add to Cart */
.product-form__buttons .button,
.product-form__buttons .btn,
.shopify-payment-button__button--unbranded {
  background-color: #1A1A1A;
  color: #FAF8F2;
  border: 1px solid #D4AF37;
  border-radius: 6px;
  letter-spacing: 1px;
  text-transform: uppercase;
  transition: all .25s ease;
}

/* Hover state (all buttons) */
.quick-add__submit:hover,
.card .button:hover,
.card .btn:hover,
.product-form__buttons .button:hover,
.product-form__buttons .btn:hover,
.shopify-payment-button__button--unbranded:hover {
  background-color: #D4AF37;      /* gold fill */
  color: #1A1A1A;                 /* dark text */
  transform: scale(1.02);
}

/* Optional: sale price styling to match gold theme */
.price .price-item--sale { color: #D4AF37; font-weight: 600; }
.price .price-item--regular { color: #6F6F6F; }  /* softer strikethrough color */

/* Disabled state (sold out) */
.button[disabled],
.btn[disabled],
.quick-add__submit[disabled] {
  opacity: .55;
  cursor: not-allowed;
}
/* Crowned by Sacred – Light Cream Cart Drawer Styling */

/* Cart Drawer / Popup Background */
#CartDrawer,
.drawer,
.ajaxcart,
.cart-popup,
.cart-notification {
  background-color: #FAF8F2 !important; /* soft cream background */
  color: #1A1A1A !important; /* matte black text */
}

/* Cart Drawer Header Text */
#CartDrawer h2,
.drawer__header,
.cart-notification__heading {
  color: #1A1A1A !important; /* black header text */
  font-weight: 600;
  letter-spacing: 0.5px;
}

/* Buttons inside the cart drawer */
#CartDrawer .button,
#CartDrawer .btn,
.drawer__footer .button,
.cart-notification__buttons .button {
  background-color: #1A1A1A !important;  /* matte black */
  color: #FAF8F2 !important;            /* cream text */
  border: 1px solid #D4AF37 !important; /* gold outline */
  border-radius: 4px;
  transition: all 0.3s ease;
  text-transform: uppercase;
}

#CartDrawer .button:hover,
#CartDrawer .btn:hover,
.drawer__footer .button:hover,
.cart-notification__buttons .button:hover {
  background-color: #D4AF37 !important; /* gold fill on hover */
  color: #1A1A1A !important;            /* black text on hover */
}

/* Secondary buttons (Continue Shopping) */
#CartDrawer .button--secondary,
.cart-notification__secondary-button {
  background-color: transparent !important;
  color: #1A1A1A !important;
  border: none !important;
  text-decoration: underline;
}

/* Divider lines inside drawer */
#CartDrawer hr,
.drawer__footer,
.cart-notification__content {
  border-color: #D4AF37 !important; /* soft gold dividers */
}
/* Crowned by Sacred — Cream cart NOTIFICATION (center modal) */

/* Modal container + inner */
.cart-notification,
.cart-notification__content,
.cart-notification__links,
.cart-notification__wrapper,
.cart-notification__header {
  background-color: #FAF8F2 !important; /* cream */
  color: #1A1A1A !important;            /* matte black text */
}

/* Heading & message */
.cart-notification__heading,
.cart-notification__message,
.cart-notification__name {
  color: #1A1A1A !important;
}

/* Buttons inside notification */
.cart-notification__links .button,
.cart-notification__links .btn {
  background-color: #1A1A1A !important;   /* matte black */
  color: #FAF8F2 !important;              /* cream text */
  border: 1px solid #D4AF37 !important;   /* gold outline */
  border-radius: 6px;
  text-transform: uppercase;
  letter-spacing: 1px;
  transition: all .25s ease;
}
.cart-notification__links .button:hover,
.cart-notification__links .btn:hover {
  background-color: #D4AF37 !important;   /* gold fill */
  color: #1A1A1A !important;              /* black text */
  transform: scale(1.02);
}

/* Secondary action (Continue shopping) */
.cart-notification__secondary-button,
.cart-notification__links a:not(.button) {
  background: transparent !important;
  color: #1A1A1A !important;
  border: none !important;
  text-decoration: underline;
}

/* Modal border + shadow for luxury look */
.cart-notification {
  border: 1px solid #D4AF37 !important;
  border-radius: 10px !important;
  box-shadow: 0 20px 50px rgba(0,0,0,.12) !important;
}

/* Dimmed background overlay behind the modal */
.cart-notification__background,
.modal__overlay,
.overlay,
#shopify-section-cart-notification ~ .overlay {
  background-color: rgba(250, 248, 242, 0.90) !important; /* cream tint instead of black */
}
/* Crowned by Sacred — Cream cart NOTIFICATION (center modal) */

/* Modal container + inner */
.cart-notification,
.cart-notification__content,
.cart-notification__links,
.cart-notification__wrapper,
.cart-notification__header {
  background-color: #FAF8F2 !important; /* cream */
  color: #1A1A1A !important;            /* matte black text */
}

/* Heading & message */
.cart-notification__heading,
.cart-notification__message,
.cart-notification__name {
  color: #1A1A1A !important;
}

/* Buttons inside notification */
.cart-notification__links .button,
.cart-notification__links .btn {
  background-color: #1A1A1A !important;   /* matte black */
  color: #FAF8F2 !important;              /* cream text */
  border: 1px solid #D4AF37 !important;   /* gold outline */
  border-radius: 6px;
  text-transform: uppercase;
  letter-spacing: 1px;
  transition: all .25s ease;
}
.cart-notification__links .button:hover,
.cart-notification__links .btn:hover {
  background-color: #D4AF37 !important;   /* gold fill */
  color: #1A1A1A !important;              /* black text */
  transform: scale(1.02);
}

/* Secondary action (Continue shopping) */
.cart-notification__secondary-button,
.cart-notification__links a:not(.button) {
  background: transparent !important;
  color: #1A1A1A !important;
  border: none !important;
  text-decoration: underline;
}

/* Modal border + shadow for luxury look */
.cart-notification {
  border: 1px solid #D4AF37 !important;
  border-radius: 10px !important;
  box-shadow: 0 20px 50px rgba(0,0,0,.12) !important;
}

/* Dimmed background overlay behind the modal */
.cart-notification__background,
.modal__overlay,
.overlay,
#shopify-section-cart-notification ~ .overlay {
  background-color: rgba(250, 248, 242, 0.90) !important; /* cream tint instead of black */
}
/* Crowned by Sacred — Cream + Gold cart NOTIFICATION (center modal) */
.cart-notification,
.cart-notification__content,
.cart-notification__links,
.cart-notification__wrapper,
.cart-notification__header {
  background-color: #FAF8F2 !important; /* cream */
  color: #1A1A1A !important;            /* matte black text */
}

/* Heading, message, product name */
.cart-notification__heading,
.cart-notification__message,
.cart-notification__name {
  color: #1A1A1A !important;
  letter-spacing: .3px;
}

/* Buttons */
.cart-notification__links .button,
.cart-notification__links .btn {
  background-color: #1A1A1A !important;   /* matte black */
  color: #FAF8F2 !important;              /* cream text */
  border: 1px solid #D4AF37 !important;   /* gold outline */
  border-radius: 8px;
  text-transform: uppercase;
  letter-spacing: 1px;
  transition: all .25s ease;
}
.cart-notification__links .button:hover,
.cart-notification__links .btn:hover {
  background-color: #D4AF37 !important;   /* gold fill */
  color: #1A1A1A !important;              /* black text */
  transform: scale(1.02);
}

/* “Continue shopping” link */
.cart-notification__secondary-button,
.cart-notification__links a:not(.button) {
  background: transparent !important;
  color: #1A1A1A !important;
  border: none !important;
  text-decoration: underline;
}

/* Gold border + soft shadow */
.cart-notification {
  border: 1px solid #D4AF37 !important;
  border-radius: 12px !important;
  box-shadow: 0 20px 50px rgba(0,0,0,.12) !important;
}

/* Cream-tinted overlay behind modal (not dark) */
.cart-notification__background,
.modal__overlay,
.overlay,
#shopify-section-cart-notification ~ .overlay {
  background-color: rgba(250, 248, 242, .92) !important;
}

/* Optional: rounded product thumbnail corners inside modal */
.cart-notification__image,
.cart-notification__image img {
  border-radius: 10px;
  overflow: hidden;
}
/* Crowned by Sacred — Cream + Gold Drawer Cart */
#CartDrawer,
.drawer,
.ajaxcart {
  background-color: #FAF8F2 !important; /* cream background */
  color: #1A1A1A !important; /* matte black text */
  border-left: 1px solid #D4AF37 !important; /* gold divider line */
  box-shadow: -4px 0 20px rgba(0,0,0,0.08);
}

/* Drawer header and total section */
.drawer__header,
.drawer__footer,
#CartDrawer h2 {
  background-color: #FAF8F2 !important;
  color: #1A1A1A !important;
  border-bottom: 1px solid #D4AF37 !important;
}

/* Product titles and prices inside drawer */
.drawer__item-title,
.drawer__item-price {
  color: #1A1A1A !important;
  font-weight: 500;
}

/* Buttons inside cart drawer */
#CartDrawer .button,
#CartDrawer .btn,
.drawer__footer .button {
  background-color: #1A1A1A !important; /* matte black */
  color: #FAF8F2 !important; /* cream text */
  border: 1px solid #D4AF37 !important; /* gold outline */
  border-radius: 6px;
  text-transform: uppercase;
  letter-spacing: 1px;
  transition: all .25s ease;
}

#CartDrawer .button:hover,
#CartDrawer .btn:hover,
.drawer__footer .button:hover {
  background-color: #D4AF37 !important; /* gold fill */
  color: #1A1A1A !important; /* black text */
  transform: scale(1.02);
}

/* “Continue Shopping” link */
.drawer__footer a:not(.button) {
  background: transparent !important;
  color: #1A1A1A !important;
  text-decoration: underline;
}

/* Optional: soft fade overlay behind drawer */
.drawer__overlay {
  background-color: rgba(250, 248, 242, 0.9) !important; /* cream tint */
}
/* Crowned by Sacred — Cream + Gold Drawer Cart */
#CartDrawer,
.drawer,
.ajaxcart {
  background-color: #FAF8F2 !important; /* cream background */
  color: #1A1A1A !important; /* matte black text */
  border-left: 1px solid #D4AF37 !important; /* gold divider line */
  box-shadow: -4px 0 20px rgba(0,0,0,0.08);
}

/* Drawer header and total section */
.drawer__header,
.drawer__footer,
#CartDrawer h2 {
  background-color: #FAF8F2 !important;
  color: #1A1A1A !important;
  border-top: 1px solid #D4AF37 !important;
  border-bottom: 1px solid #D4AF37 !important;
}

/* Product titles and prices inside drawer */
.drawer__item-title,
.drawer__item-price {
  color: #1A1A1A !important;
  font-weight: 500;
}

/* Buttons inside cart drawer */
#CartDrawer .button,
#CartDrawer .btn,
.drawer__footer .button {
  background-color: #1A1A1A !important; /* matte black */
  color: #FAF8F2 !important; /* cream text */
  border: 1px solid #D4AF37 !important; /* gold outline */
  border-radius: 6px;
  text-transform: uppercase;
  letter-spacing: 1px;
  transition: all .25s ease;
}

#CartDrawer .button:hover,
#CartDrawer .btn:hover,
.drawer__footer .button:hover {
  background-color: #D4AF37 !important; /* gold fill */
  color: #1A1A1A !important; /* black text */
  transform: scale(1.02);
}

/* “Continue Shopping” link */
.drawer__footer a:not(.button) {
  background: transparent !important;
  color: #1A1A1A !important;
  text-decoration: underline;
}

/* Optional: soft fade overlay behind drawer */
.drawer__overlay {
  background-color: rgba(250, 248, 242, 0.9) !important; /* cream tint */
}
/* ===== Feather Theme: Full-width Banner Fix ===== */

/* Force the hero and image banner sections to span full width */
.template-index .section--image-banner,
.template-index .image-banner,
.template-index .banner,
.template-index .section--image-banner .page-width {
  width: 100% !important;
  max-width: 100% !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
}

/* Make banner images scale correctly */
.image-banner__media img,
.banner__media img {
  width: 100%;
  height: 100%;
  object-fit: cover !important;
  object-position: center !important;
}

/* Optional: keep it slightly lower if header overlaps */
.section--image-banner:first-child {
  margin-top: 80px;
}
@media (max-width: 749px) {
  .section--image-banner:first-child {
    margin-top: 100px;
  }
}
/* ===== Feather Theme Full-Width Banner Fix ===== */
.section--image-banner,
.image-banner,
.image-banner .page-width {
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
}

/* Make banner image fill edge-to-edge */
.image-banner__media img {
  width: 100%;
  height: 100%;
  object-fit: cover !important;
  object-position: center !important;
}

/* Optional: space below sticky header */
.section--image-banner:first-child {
  margin-top: 80px;
}
@media (max-width: 749px) {
  .section--image-banner:first-child {
    margin-top: 100px;
  }
}
* Full-width luxury banner fix for Feather */
.image-banner,
.image-banner .page-width {
  max-width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
}
.image-banner__media img {
  width: 100%;
  height: 100%;
  object-fit: cover !important;
  object-position: center !important;
}/* Adds a thin gold divider line under the Our Journey heading */
h1, .page-title, .section-header__title {
  position: relative;
  padding-bottom: 12px;   /* space between text and line */
  margin-bottom: 25px;    /* space below the line */
}

h1::after, .page-title::after, .section-header__title::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 60px;            /* line length – adjust as needed */
  height: 2px;            /* line thickness */
  background-color: #D4AF37; /* gold color */
}
/* Adds a thin gold divider line under headings with a fade-in slide effect */
h1, .page-title, .section-header__title {
  position: relative;
  padding-bottom: 12px;    /* space between text and line */
  margin-bottom: 25px;     /* space below the line */
}

h1::after, .page-title::after, .section-header__title::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 60px;             /* line length */
  height: 2px;             /* line thickness */
  background-color: #D4AF37; /* luxury gold */
  transform: translateX(-50%) scaleX(0);
  opacity: 0;
  transition: transform 0.8s ease, opacity 0.8s ease;
  transform-origin: center;
}

/* Animation trigger when visible */
h1.is-visible::after,
.page-title.is-visible::after,
.section-header__title.is-visible::after {
  transform: translateX(-50%) scaleX(1);
  opacity: 1;
}
/* Thin gold divider under page titles (Feather-safe) */
.title-wrapper h1,
h1.page-title,
h1.section-header__title,
.main-page-title,
h1.title {
  position: relative;
  display: inline-block;     /* ensures the pseudo-element positions correctly */
  padding-bottom: 12px;      /* space between text and line */
  margin-bottom: 28px;       /* space below the line */
}

.title-wrapper h1::after,
h1.page-title::after,
h1.section-header__title::after,
.main-page-title::after,
h1.title::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 64px;               /* line length */
  height: 2px;               /* thickness */
  background: #D4AF37;       /* gold */
  transform: translateX(-50%);
}title--page,
.title--page::after { /* same properties as above */ }
page-title-wrapper h1,
.section-header h1 { position:relative; display:inline-block; padding-bottom:12px; margin-bottom:28px; }
.page-title-wrapper h1::after,
.section-header h1::after { content:""; position:absolute; left:50%; bottom:0; width:64px; height:2px; background:#D4AF37; transform:translateX(-50%); }
<script>
document.addEventListener("DOMContentLoaded", () => {
  const titles = document.querySelectorAll(
    ".title-wrapper h1, h1.page-title, h1.section-header__title, .main-page-title, h1.title"
  );
  const io = new IntersectionObserver((entries)=>{
    entries.forEach(e => { if (e.isIntersecting) e.target.classList.add("is-visible"); });
  }, {threshold: 0.6});
  titles.forEach(t => io.observe(t));
});
</script>
cbs-gold-divider{
  width:64px;
  height:2px;
  background:#D4AF37;
  margin:12px auto 28px;  /* space above/below, centered */
  display:block;
}<div class="cbs-gold-divider"></div>
/* Force a thin gold line under common page-title selectors */
.title-wrapper h1,
h1.page-title,
h1.section-header__title,
.main-page-title,
h1.title {
  position: relative !important;
  padding-bottom: 12px !important;
  margin-bottom: 28px !important;
  display: inline-block !important;
}

.title-wrapper h1::after,
h1.page-title::after,
h1.section-header__title::after,
.main-page-title::after,
h1.title::after {
  content: "" !important;
  position: absolute !important;
  left: 50% !important;
  bottom: 0 !important;
  width: 64px !important;
  height: 2px !important;
  background: #D4AF37 !important;
  transform: translateX(-50%) !important;
}
/* Crowned by Sacred — thin gold line under Our Journey title */
.section-header,
.section-header__title,
.page__title,
.page-title,
h1, h2, .title {
  position: relative;
  display: inline-block;
  padding-bottom: 12px;
  margin-bottom: 26px;
}

.section-header::after,
.section-header__title::after,
.page__title::after,
.page-title::after,
h1::after, h2::after, .title::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 64px;
  height: 2px;
  background-color: #D4AF37;
  transform: translateX(-50%);
  border-radius: 2px;
}
/* Crowned by Sacred — thin gold line under Our Journey title */
.section-header,
.section-header__title,
.page__title,
.page-title,
h1, h2, .title {
  position: relative;
  display: inline-block;
  padding-bottom: 12px;
  margin-bottom: 26px;
}

.section-header::after,
.section-header__title::after,
.page__title::after,
.page-title::after,
h1::after, h2::after, .title::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 64px;
  height: 2px;
  background-color: #D4AF37;
  transform: translateX(-50%);
  border-radius: 2px;
}
/* Crowned by Sacred — thin gold line under Our Journey title */
.section-header,
.section-header__title,
.page__title,
.page-title,
h1, h2, .title {
  position: relative;
  display: inline-block;
  padding-bottom: 12px;
  margin-bottom: 26px;
}

.section-header::after,
.section-header__title::after,
.page__title::after,
.page-title::after,
h1::after, h2::after, .title::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 64px;
  height: 2px;
  background-color: #D4AF37;
  transform: translateX(-50%);
  border-radius: 2px;
}
/* Thin gold line between page title and content */
.title-wrapper + .section,
.title-wrapper + .page-width,
.page__header + .rte,
.page__title + .rte,
h1.title + .rte {
  position: relative;
  padding-top: 28px; /* space above the paragraph */
}

.title-wrapper + .section::before,
.title-wrapper + .page-width::before,
.page__header + .rte::before,
.page__title + .rte::before,
h1.title + .rte::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 64px;
  height: 2px;
  background: #D4AF37;
  transform: translateX(-50%);
  border-radius: 2px;
}.cbs-divider{width:64px;height:2px;background:#D4AF37;margin:16px auto 26px;border-radius:2px;display:block;}
/* Crowned by Sacred – lighten popup cart background */
.cart-popup,
.cart-notification,
.drawer,
.cart-drawer {
  background-color: #FAF8F2 !important; /* Cream background */
  color: #2B1B0E !important; /* Espresso text */
}

/* Make buttons match your gold aesthetic */
.cart-popup button,
.cart-notification button,
.cart-drawer button {
  background-color: #D4AF37 !important; /* Gold button */
  color: #FFFFFF !important; /* White text */
  border-radius: 8px !important; /* Softer corners */
  border: none !important;
}

/* Optional: subtle gold divider for luxury feel */
.cart-popup::before,
.cart-notification::before {
  content: "";
  display: block;
  height: 1px;
  background-color: #D4AF37;
  opacity: 0.3;
}
/* Crowned by Sacred — make POPUP CART cream (Feather theme) */
.cart-notification,
.cart-notification__content,
.cart-notification__footer,
.cart-notification__links,
.cart-notification .card,
.cart-popup,
.cart-popup__content,
.cart-popup__cta {
  background-color: #FAF8F2 !important;   /* cream */
  color: #2B1B0E !important;              /* espresso text */
}

/* Buttons in the popup */
.cart-notification button,
.cart-notification .button,
.cart-popup button,
.cart-popup .button {
  background-color: #D4AF37 !important;   /* gold */
  color: #FFFFFF !important;
  border: none !important;
  border-radius: 8px !important;
}

/* Remove dark inner panels / rows */
.cart-notification .cart-notification__item,
.cart-notification .cart-item,
.cart-popup .cart-item {
  background: transparent !important;
}

/* Optional: thin gold divider at the top for polish */
.cart-notification::before,
.cart-popup::before {
  content: "";
  display: block;
  height: 1px;
  background-color: #D4AF37;
  opacity: .25;
}
/* Luxury Crowned by Sacred header refinement */
.header {
  background-color: #FAF8F2 !important;
  color: #2B1B0E !important;
  border-bottom: 1px solid #D4AF37 !important;
}

/* Make icons espresso */
.header svg, .header .icon {
  fill: #2B1B0E !important;
}

/* Add elegant gold hover effect */
a:hover, .menu-item:hover {
  color: #D4AF37 !important;
}/* Crowned by Sacred footer refinement */
.footer {
  background-color: #FAF8F2 !important;
  color: #2B1B0E !important;
  border-top: 1px solid #D4AF37 !important;
}

.footer a {
  color: #2B1B0E !important;
  text-decoration: none;
}

.footer a:hover {
  color: #D4AF37 !important;
}

.footer .button {
  background-color: #D4AF37 !important;
  color: #FFFFFF !important;
  border-radius: 8px !important;
}
/* Crowned by Sacred footer refinement */
.footer {
  background-color: #FAF8F2 !important;
  color: #2B1B0E !important;
  border-top: 1px solid #D4AF37 !important;
}

.footer a {
  color: #2B1B0E !important;
  text-decoration: none;
}

.footer a:hover {
  color: #D4AF37 !important;
}

.footer .button {
  background-color: #D4AF37 !important;
  color: #FFFFFF !important;
  border-radius: 8px !important;
}
/* --- Crowned by Sacred Footer --- */
.footer,
.footer__content-top,
.footer__content-bottom {
  background: #FAF8F2 !important;        /* cream */
  color: #2B1B0E !important;             /* espresso */
}

/* Thin gold divider */
.footer__content-bottom {
  border-top: 1px solid #E5D8A8 !important;
}

/* Links */
.footer a { color: #2B1B0E !important; text-decoration: none; }
.footer a:hover { color: #D4AF37 !important; }
/* Newsletter field + button */
.footer .newsletter-form .field__input,
.footer .footer-block--newsletter .field__input {
  background: #FFFFFF !important;
  border: 1.5px solid #D4AF37 !important;
  color: #2B1B0E !important;
  border-radius: 10px !important;
}

.footer .newsletter-form .button,
.footer .footer-block--newsletter .button {
  background: #D4AF37 !important;
  color: #FFFFFF !important;
  border: none !important;
  border-radius: 10px !important;
}

/* Social icons & copyright */
.footer .list-social__link svg { fill: #2B1B0E !important; }
.footer .copyright__content,
.footer__copyright { color: #2B1B0E !important; }

/* Hide the off-brand Shop follow button (if toggle didn't work) */
.footer .shop-follow-button,
.footer a[href*="shop.app"] { display: none !important; }

/* Optional: soften payment icons so they don't clash */
.footer .list-payment { filter: grayscale(100%); opacity: 0.9; }
/* Crowned by Sacred – Gold Shop Button Styling */
.footer .shop-follow-button,
.footer a[href*="shop.app"] {
  background-color: #D4AF37 !important; /* gold */
  color: #FFFFFF !important; /* white text */
  border-radius: 8px !important;
  padding: 10px 24px !important;
  font-weight: 600 !important;
  text-transform: uppercase !important;
  font-family: 'Playfair Display', serif !important;
  letter-spacing: 0.5px !important;
  box-shadow: 0 2px 4px rgba(0,0,0,0.15);
  border: none !important;
}

/* Optional hover effect */
.footer .shop-follow-button:hover,
.footer a[href*="shop.app"]:hover {
  background-color: #B8972B !important; /* slightly darker gold on hover */
  color: #FFFFFF !important;
  transform: scale(1.03);
  transition: all 0.25s ease-in-out;
  /* Crowned By Sacred – gold newsletter heading */
.email-signup h2 strong,
.section-newsletter h2 strong,
.newsletter h2 strong,
.footer .newsletter__heading strong {
  color: #D4AF37 !important;
}

.email-signup h2,
.section-newsletter h2,
.newsletter h2,
.footer .newsletter__heading {
  position: relative;
  text-align: center;
}

.email-signup h2::after,
.section-newsletter h2::after,
.newsletter h2::after,
.footer .newsletter__heading::after {
  content: "";
  display: block;
  width: 64px;
  height: 2px;
  background: #D4AF37;
  margin: 10px auto 0;
  border-radius: 2px;
}/* === CBS utilities === */
.gold-text { color:#D4AF37 !important; }          /* turn any text gold */
.cbs-divider { display:block; width:64px; height:2px; background:#D4AF37; margin:10px auto; border-radius:2px; 
}
/* === Crowned by Sacred Newsletter Styling === */

/* Make the "Crowned" word gold */
.section-newsletter h2,
.email-signup h2,
.footer .newsletter__heading {
  color: #2C332F; /* your main espresso text */
  text-align: center;
}

/* Target the bolded or strong part (the word "Crowned") */
.section-newsletter h2 strong,
.email-signup h2 strong,
.footer .newsletter__heading strong {
  color: #D4AF37 !important; /* gold accent */
}

/* Add a centered gold line under the heading */
.section-newsletter h2::after,
.email-signup h2::after,
.footer .newsletter__heading::after {
  content: "";
  display: block;
  width: 60px;
  height: 2px;
  background-color: #D4AF37;
  margin: 10px auto 0;
  border-radius: 2px;
}
/* Crowned by Sacred — gold email placeholder */
.newsletter__input::placeholder,
input[type="email"]::placeholder {
  color: #D4AF37 !important;
  opacity: 1 !important;
}
.newsletter__input,
input[type="email"] {
  color: #D4AF37 !important;
  border-color: #D4AF37 !important;
}/* Contact page polish (Feather) */
.template-page--contact form .field__input,
.template-page--contact form textarea {
  border: 1px solid #111; /* espresso/black outline for luxury feel */
  border-radius: 8px;
  padding: 14px 16px;
  background: #FAF8F2; /* cream */
}

.template-page--contact .button,
.template-page--contact button[type="submit"] {
  background: #D4AF37;      /* gold */
  color: #111;
  border: none;
  border-radius: 8px;
  padding: 14px 22px;
  font-weight: 600;
}

.template-page--contact .button:hover,
.template-page--contact button[type="submit"]:hover {
  filter: brightness(0.95);
  transform: translateY(-1px);
}

.template-page--contact .page-width { max-width: 760px; } /* keeps it elegant */

.template-page--contact .cbs-divider {
  height: 1px;
  background: linear-gradient(to right, transparent, #D4AF37, transparent);
  margin: 16px 0 24px;
}/* Crowned by Sacred – Contact form dropdown fix */
.template-page--contact .field {
  margin-bottom: 18px; /* adds space between all form fields */
}

.template-page--contact select.field__input {
  border: 1px solid #111;
  border-radius: 8px;
  padding: 14px 16px;
  background: #FAF8F2;
  width: 100%;
  font-size: 15px;
  color: #111;
}

.template-page--contact label.field__label {
  font-weight: 500;
  margin-bottom: 6px;
  display: block;
  font-size: 14px;
  color: #111;
}
/* --- Crowned by Sacred Contact Form Alignment Fix --- */
.template-page--contact select.field__input {
  border: 1px solid #111;
  border-radius: 8px;
  padding: 14px 16px; /* same vertical + horizontal padding as text boxes */
  background: #FAF8F2;
  width: 100%;
  font-size: 15px;
  color: #111;
  appearance: none; /* removes default browser dropdown style */
  -webkit-appearance: none;
  -moz-appearance: none;
  line-height: 1.5;
  height: 52px; /* matches the height of your text inputs */
  box-sizing: border-box;
  text-align: left;
}

.template-page--contact .field {
  margin-bottom: 18px;
}

.template-page--contact label.field__label {
  font-weight: 500;
  display: block;
  margin-bottom: 6px;
}
/* Crowned by Sacred — feather-native select fix */
.template-page--contact .field { margin-bottom: 18px; }

.template-page--contact .select {
  position: relative;
  display: block;
  width: 100%;
  border: 1px solid #111;          /* put border on the WRAPPER */
  border-radius: 8px;
  background-color: #FAF8F2;
  box-sizing: border-box;
}

/* make the actual <select> borderless and full-size inside the wrapper */
.template-page--contact .select select.field__input {
  border: 0 !important;            /* remove inner border to avoid double lines */
  box-shadow: none;
  outline: none;
  width: 100%;
  height: 52px;                    /* match input height */
  padding: 14px 44px 14px 16px;    /* room on right for arrow */
  background: transparent;
  color: #111;
  font-size: 15px;
  line-height: 1.5;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}

/* draw a simple chevron arrow on the wrapper */
.template-page--contact .select::after {
  content: "";
  position: absolute;
  right: 14px;
  top: 50%;
  width: 10px;
  height: 10px;
  border-right: 2px solid #111;
  border-bottom: 2px solid #111;
  transform: translateY(-60%) rotate(45deg);
  pointer-events: none;
}

/* labels */
.template-page--contact label.field__label {
  display: block;
  margin-bottom: 6px;
  font-weight: 500;
  color: #111;
}
/* --- Crowned by Sacred: Normalize all contact fields --- */
.template-page--contact .field { width:100%; margin-bottom:18px; }

/* TEXT + EMAIL + PHONE */
.template-page--contact input.field__input {
  height: 52px;
  border: 1px solid #111;
  border-radius: 8px;
  padding: 14px 16px;
  background: #FAF8F2;
  width: 100%;
  box-sizing: border-box;
  color: #111;
  font-size: 15px;
}

/* SELECT (wrapper holds border) */
.template-page--contact .select {
  position: relative;
  width: 100%;
  border: 1px solid #111;
  border-radius: 8px;
  background: #FAF8F2;
  box-sizing: border-box;
}
.template-page--contact .select select.field__input {
  border: 0 !important;
  outline: none;
  width: 100%;
  height: 52px;
  padding: 14px 44px 14px 16px;
  background: transparent;
  color: #111;
  font-size: 15px;
  line-height: 1.5;
  appearance: none; -webkit-appearance: none; -moz-appearance: none;
}
/* dropdown caret */
.template-page--contact .select::after {
  content: "";
  position: absolute;
  right: 14px;
  top: 50%;
  width: 10px; height: 10px;
  border-right: 2px solid #111;
  border-bottom: 2px solid #111;
  transform: translateY(-60%) rotate(45deg);
  pointer-events: none;
}

/* TEXTAREA */
.template-page--contact textarea.field__input {
  min-height: 140px;               /* ensure big message box */
  border: 1px solid #111;
  border-radius: 8px;
  padding: 14px 16px;
  background: #FAF8F2;
  width: 100%;
  box-sizing: border-box;
  color: #111;
  font-size: 15px;
}

/* Labels */
.template-page--contact label.field__label {
  display: block;
  margin-bottom: 6px;
  font-weight: 500;
  color: #111;
}
/* Crowned by Sacred — perfectly center the dropdown text */
.template-page--contact .select {        /* wrapper keeps the outer border */
  position: relative;
  width: 100%;
  border: 1px solid #111;
  border-radius: 8px;
  background: #FAF8F2;
  box-sizing: border-box;
}

.template-page--contact .select select.field__input {
  /* remove inner border + normalize sizing */
  border: 0 !important;
  outline: none;
  box-shadow: none;
  width: 100%;
  height: 52px;                          /* same as your inputs */
  padding: 13px 44px 13px 16px;          /* same vertical padding as inputs */
  line-height: calc(26pxpx - 28px);        /* 24px = 52 - (14+14). Centers text */
  background: transparent;
  color: #111;
  font-size: 15px;
  appearance: none; -webkit-appearance: none; -moz-appearance: none;
}

/* draw the chevron arrow */
.template-page--contact .select::after {
  content: "";
  position: absolute;
  right: 14px;
  top: 50%;
  width: 10px; height: 10px;
  border-right: 2px solid #111;
  border-bottom: 2px solid #111;
  transform: translateY(-60%) rotate(45deg);
  pointer-events: none;
}

/* consistent spacing + labels */
.template-page--contact .field { margin-bottom: 18px; }
.template-page--contact label.field__label { display:block; margin-bottom:6px; font-weight:500; color:#111; }
/* Crowned by Sacred — center the Contact form button */
.template-page--contact form#ContactForm,
.template-page--contact .contact {
  max-width: 760px;         /* optional: keeps the form elegant */
  margin: 0 auto;           /* center the whole form container */
}

.template-page--contact .contact__button {
  display: flex;
  justify-content: center;  /* centers the button row */
  padding-top: 8px;
}

.template-page--contact .contact__button .button {
  display: inline-block;
  margin: 0 auto;
  min-width: 180px;         /* looks polished; adjust if you like */
}

/* extra breathing room above the footer text */
.template-page--contact .contact__button + * {
  margin-top: 16px;
}

/* (optional) on small screens make the button full width */
@media (max-width: 749px) {
  .template-page--contact .contact__button .button {
    width: 100%;
  }
}
/* Crowned by Sacred — center the Contact form button */
.template-page--contact form#ContactForm,
.template-page--contact .contact {
  max-width: 760px;         /* optional: keeps the form elegant */
  margin: 0 auto;           /* center the whole form container */
}

.template-page--contact .contact__button {
  display: flex;
  justify-content: center;  /* centers the button row */
  padding-top: 8px;
}

.template-page--contact .contact__button .button {
  display: inline-block;
  margin: 0 auto;
  min-width: 180px;         /* looks polished; adjust if you like */
}

/* extra breathing room above the footer text */
.template-page--contact .contact__button + * {
  margin-top: 16px;
}

/* (optional) on small screens make the button full width */
@media (max-width: 749px) {
  .template-page--contact .contact__button .button {
    width: 100%;
  }
}
/* Crowned by Sacred — center the Contact form button */
.template-page--contact form#ContactForm,
.template-page--contact .contact {
  max-width: 760px;         /* optional: keeps the form elegant */
  margin: 0 auto;           /* center the whole form container */
}

.template-page--contact .contact__button {
  display: flex;
  justify-content: center;  /* centers the button row */
  padding-top: 8px;
}

.template-page--contact .contact__button .button {
  display: inline-block;
  margin: 0 auto;
  min-width: 180px;         /* looks polished; adjust if you like */
}

/* extra breathing room above the footer text */
.template-page--contact .contact__button + * {
  margin-top: 16px;
}

/* (optional) on small screens make the button full width */
@media (max-width: 749px) {
  .template-page--contact .contact__button .button {
    width: 100%;
  }
}
/* Crowned by Sacred — center the Contact form button */
.template-page--contact form#ContactForm,
.template-page--contact .contact {
  max-width: 760px;         /* optional: keeps the form elegant */
  margin: 0 auto;           /* center the whole form container */
}

.template-page--contact .contact__button {
  display: flex;
  justify-content: center;  /* centers the button row */
  padding-top: 8px;
}

.template-page--contact .contact__button .button {
  display: inline-block;
  margin: 0 auto;
  min-width: 180px;         /* looks polished; adjust if you like */
}

/* extra breathing room above the footer text */
.template-page--contact .contact__button + * {
  margin-top: 16px;
}

/* (optional) on small screens make the button full width */
@media (max-width: 749px) {
  .template-page--contact .contact__button .button {
    width: 100%;
  }
}/* Crowned by Sacred — center the Contact form button */
.template-page--contact form#ContactForm,
.template-page--contact .contact {
  max-width: 760px;         /* optional: keeps the form elegant */
  margin: 0 auto;           /* center the whole form container */
}

.template-page--contact .contact__button {
  display: flex;
  justify-content: center;  /* centers the button row */
  padding-top: 8px;
}

.template-page--contact .contact__button .button {
  display: inline-block;
  margin: 0 auto;
  min-width: 180px;         /* looks polished; adjust if you like */
}

/* extra breathing room above the footer text */
.template-page--contact .contact__button + * {
  margin-top: 16px;
}

/* (optional) on small screens make the button full width */
@media (max-width: 749px) {
  .template-page--contact .contact__button .button {
    width: 100%;
  }
}/* Crowned by Sacred — center the Contact form button */
.template-page--contact form#ContactForm,
.template-page--contact .contact {
  max-width: 760px;         /* optional: keeps the form elegant */
  margin: 0 auto;           /* center the whole form container */
}

.template-page--contact .contact__button {
  display: flex;
  justify-content: center;  /* centers the button row */
  padding-top: 8px;
}

.template-page--contact .contact__button .button {
  display: inline-block;
  margin: 0 auto;
  min-width: 180px;         /* looks polished; adjust if you like */
}

/* extra breathing room above the footer text */
.template-page--contact .contact__button + * {
  margin-top: 16px;
}

/* (optional) on small screens make the button full width */
@media (max-width: 749px) {
  .template-page--contact .contact__button .button {
    width: 100%;
  }
}
/* Crowned by Sacred — center the Contact button */
.template-page--contact #ContactForm {
  max-width: 760px;
  margin: 0 auto;                 /* center entire form */
  display: block;
}

.template-page--contact #ContactForm .contact__button{
  float: none !important;
  position: static !important;
  clear: both !important;
  width: 100%;
  text-align: center;             /* center the button */
  padding-top: 8px;
}

.template-page--contact #ContactForm .contact__button .button{
  display: inline-block;
  margin: 0 auto;
  min-width: 180px;
}
:root{
  --cbs-cream:#FAF8F2;
  --cbs-champagne:#E7CBA9;  /* champagne gold */
  --cbs-espresso:#4B3A2F;
  --cbs-ink:#1A1A1A;
  --cbs-matte:#0E0E0E;      /* soft matte black */
}.shopify-section + .shopify-section{
  position:relative;
}
.shopify-section + .shopify-section::before{
  content:"";
  position:absolute;
  top:0; left:0; right:0;
  height:1px;
  background:linear-gradient(to right, transparent 0%, var(--cbs-champagne) 10%, var(--cbs-champagne) 90%, transparent 100%);
  opacity:.85;
  pointer-events:none;
}.button, .button--primary, .shopify-payment-button__button, [type="submit"].button{
  border-radius:8px;
  transition:box-shadow .25s ease, transform .25s ease, background-color .25s ease;
}
.button:hover, .button--primary:hover, .shopify-payment-button__button:hover, [type="submit"].button:hover{
  box-shadow:0 6px 18px rgba(231,203,169,.45), 0 2px 6px rgba(0,0,0,.08);
  transform:translateY(-1px);
}/* Make logo a touch larger on mobile */
.header__heading-logo, .header__heading img{
  max-height:44px;  /* tweak 40–52px to taste */
}

/* gold hairline under header for separation */
.header{
  border-bottom:1px solid var(--cbs-champagne);
}
.cbs-fade-bottom {
  position: relative;
  overflow: hidden;
}
.cbs-fade-bottom::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1px;
  height: 72px;
  background: linear-gradient(
    to bottom,
    rgba(250, 248, 242, 0) 0%,
    rgba(250, 248, 242, 0.85) 55%,
    #FAF8F2 100%
  );
  pointer-events: none;
}
/* HERO: show more of the top on desktop so heads aren't cut */
@media (min-width: 990px){
  .template-index .shopify-section:first-of-type .banner__media img,
  .template-index .shopify-section:first-of-type .banner__media picture img{
    object-position: 50% 20%; /* 50% X, 20% Y. Lower number = shifts image up */
  }
}

/* Optional: on large laptops give the banner a touch more height */
@media (min-width: 1200px){
  .template-index .shopify-section:first-of-type .banner{
    min-height: 62vh; /* try 58–68vh to taste */
  }
}
/* Adjust homepage hero banner for better proportion */
.template-index .shopify-section:first-of-type .banner {
  max-width: 100vw; /* ensure full viewport width */
  overflow: hidden;
}
/* Slightly enlarge image without cutting off heads */
.template-index .shopify-section:first-of-type .banner__media img {
  object-fit: cover;
  object-position: 50% 25%; /* raise image a little so faces stay centered */
  transform: scale(1.05); /* gentle zoom-in to remove side gaps */
  width: 100%;
  height: auto;
}@media (min-width: 1600px) {
  .template-index .shopify-section:first-of-type .banner__media img {
    transform: scale(1.1);
  }
}
/* === Crowned by Sacred Desktop Banner Resize === */
@media (min-width: 990px) {
  .template-index .shopify-section:first-of-type .banner {
    max-height: 600px; /* reduce banner height */
    overflow: hidden;
  }

  .template-index .shopify-section:first-of-type .banner__media img {
    object-fit: contain; /* show full image inside area */
    object-position: center center; /* keep centered */
    width: 100%;
    height: auto;
    transform: scale(1); /* no zoom */
  }

  /* Adjust text placement */
  .template-index .shopify-section:first-of-type .banner__content {
    padding-top: 60px; /* adjust spacing if text looks too low */
    padding-bottom: 60px;
  }
}
/* === Crowned by Sacred Desktop Banner Refinement === */
@media (min-width: 990px) {
  /* Resize the banner area */
  .template-index .shopify-section:first-of-type .banner {
    max-height: 600px; /* reduce desktop height */
    overflow: hidden;
  }

  /* Fit image perfectly without cutting models */
  .template-index .shopify-section:first-of-type .banner__media img {
    object-fit: contain;
    object-position: center center;
    width: 100%;
    height: auto;
    transform: scale(1);
  }

  /* Adjust padding for centered look */
  .template-index .shopify-section:first-of-type .banner__content {
    padding-top: 60px;
    padding-bottom: 40px;
  }

  /* --- Refine text scaling --- */
  .template-index .shopify-section:first-of-type .banner__heading {
    font-size: 42px !important; /* smaller elegant size */
    line-height: 1.2;
    letter-spacing: 0.5px;
  }

  .template-index .shopify-section:first-of-type .banner__text {
    font-size: 18px !important;
    line-height: 1.6;
    color: #2c2c2c;
  }
}
/* === Crowned by Sacred - Full Width Banner Adjustment === */
@media (min-width: 990px) {
  .template-index .shopify-section:first-of-type {
    max-width: 100vw !important;
    margin: 0 auto;
    padding: 0;
  }

  .template-index .shopify-section:first-of-type .banner {
    width: 100vw !important;
    max-width: 100vw !important;
    overflow: hidden;
  }

  .template-index .shopify-section:first-of-type .banner__media img {
    width: 100%;
    height: auto;
    object-fit: cover;
    object-position: center top;
    transform: scale(1.02);
  }
}
/* === Crowned by Sacred - Fill Banner Side Space with Cream === */
@media (min-width: 990px) {
  .template-index .shopify-section:first-of-type {
    background-color: #FAF8F2 !important; /* brand cream background */
    margin: 0 auto;
    padding: 0;
    max-width: 100vw;
  }

  .template-index .shopify-section:first-of-type .banner {
    background-color: #FAF8F2 !important; /* ensures no white gaps */
    max-width: 100vw !important;
    width: 100%;
    overflow: hidden;
  }

  .template-index .shopify-section:first-of-type .banner__media img {
    object-fit: contain; /* keeps full image visible */
    object-position: center center;
    width: 100%;
    height: auto;
    background-color: #FAF8F2; /* blends edges with site */
  }
}h2 {
  font-size: 28px !important;
  line-height: 1.3em !important;
}.why-choose-sacred h2 {
  font-size: 28px !important;
  line-height: 1.3em !important;
}/* Why Choose section – mobile-first tidy up */
.why-choose-sacred h2{
  font-size: 26px !important;     /* smaller so it doesn’t wrap */
  line-height: 1.25 !important;
  letter-spacing: .2px;
  margin-bottom: 12px;
}

/* If the editor inserted <br> tags, hide them on mobile */
.why-choose-sacred h2 br{ display:none; }

/* Paragraph spacing & width */
.why-choose-sacred p{
  max-width: 680px;
  margin: 10px auto 0;
  line-height: 1.6;
}

/* Desktop sizing */
@media (min-width: 990px){
  .why-choose-sacred h2{
    font-size: 32px !important;    /* elegant, one-line target */
    line-height: 1.25 !important;
  }
}
/* Remove extra space for sections marked no-gap */
.no-gap,
.no-gap .page-width,
.no-gap .section,
.no-gap .container,
.no-gap .rich-text__wrapper {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

/* Kill extra paragraph spacing in no-gap sections */
.no-gap .rte p:first-child { margin-top: 0 !important; }
.no-gap .rte p:last-child  { margin-bottom: 0 !important; }

/* If Feather newsletter adds its own padding */
.no-gap.newsletter,
.no-gap .newsletter__inner { padding-top: 0 !important; padding-bottom: 0 !important; }
/* ==== COLLECTION CARDS — FEATHER FIX ==== */

/* 1) Make all cards use the same aspect and center the model */
.collection-list .card,
.collection-list .collection-card {
  display: flex;
  flex-direction: column;
  height: 100%;
}

/* Image wrapper behaves consistently */
.collection-list .card__media,
.collection-list .collection-card__media {
  position: relative;
  aspect-ratio: 4 / 5; /* tall portrait to avoid head cuts; change to 1/1 if you prefer square */
  overflow: hidden;
  border-radius: 0.5rem;                /* soft corners to match your brand */
}

/* Actual image: fill, no stretch, center on face */
.collection-list .card__media img,
.collection-list .collection-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;                     /* prevents squish */
  object-position: center top;           /* keeps faces in frame */
  display: block;
}

/* 2) Content area aligned and equal height */
.collection-list .card__content,
.collection-list .collection-card__content {
  display: flex;
  flex-direction: column;
  justify-content: center;               /* vertical centering */
  align-items: center;
  text-align: center;
  gap: 0.35rem;
  padding: 0.9rem 0.75rem 1rem;
  height: auto;
  min-height: 5.5rem;                    /* equalize heights if titles differ */
}

/* 3) Titles: consistent sizing + prevent multi-line overflow */
.collection-list .card__heading,
.collection-list .collection-card__title {
  margin: 0;
  line-height: 1.2;
  font-weight: 600;
  font-size: clamp(1rem, 0.9rem + 0.5vw, 1.25rem);
  max-width: 100%;
  display: -webkit-box;
  -webkit-line-clamp: 2;                 /* max two lines */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* 4) Subtext/links keep tidy spacing */
.collection-list .card__info,
.collection-list .collection-card__link {
  margin-top: 0.2rem;
}

/* 5) Grid gutters consistent */
.section--collection-list .grid,
.collection-list .grid {
  --grid-gutter: 18px;
  gap: var(--grid-gutter);
}

/* 6) Mobile tweaks */
@media (max-width: 749px) {
  .collection-list .card__media,
  .collection-list .collection-card__media {
    aspect-ratio: 1 / 1;                 /* square on mobile = stable crop */
  }
  .collection-list .card__content,
  .collection-list .collection-card__content {
    padding: 0.7rem 0.6rem 0.9rem;
    min-height: 4.75rem;
  }
}/* ===============================
   CROWNED BY SACRED – COLLECTION CARD FIX
   =============================== */

/* Card container alignment */
.collection-list .card,
.collection-list .collection-card {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  height: 100%;
  background: #FAF8F2; /* Cream background for consistency */
  border-radius: 0.4rem;
  overflow: hidden;
}

/* Image section: portrait ratio for desktop */
.collection-list .card__media,
.collection-list .collection-card__media {
  position: relative;
  aspect-ratio: 4 / 5;
  overflow: hidden;
  border-radius: 0.4rem;
}

/* Image centering and scaling */
.collection-list .card__media img,
.collection-list .collection-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  transition: transform 0.4s ease;
}

/* Elegant hover zoom effect */
.collection-list .card:hover img,
.collection-list .collection-card:hover img {
  transform: scale(1.04);
}

/* Text section alignment */
.collection-list .card__content,
.collection-list .collection-card__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 1rem 0.75rem 1.2rem;
  min-height: 5.5rem;
}

/* Title styling (consistent size and spacing) */
.collection-list .card__heading,
.collection-list .collection-card__title {
  font-family: "Playfair Display", serif; /* Luxury serif font */
  font-weight: 600;
  font-size: clamp(1rem, 0.95rem + 0.4vw, 1.25rem);
  color: #1A1A1A;
  margin: 0;
  line-height: 1.25;
  text-transform: capitalize;
}

/* Keep subtext and link neat */
.collection-list .card__info,
.collection-list .collection-card__link {
  font-size: 0.95rem;
  color: #6F6F6F;
  margin-top: 0.25rem;
}

/* Spacing between cards */
.section--collection-list .grid,
.collection-list .grid {
  --grid-gutter: 22px;
  gap: var(--grid-gutter);
}

/* MOBILE STYLES */
@media (max-width: 749px) {
  .collection-list .card__media,
  .collection-list .collection-card__media {
    aspect-ratio: 1 / 1; /* square mobile layout */
  }
  .collection-list .card__content,
  .collection-list .collection-card__content {
    padding: 0.75rem 0.5rem 1rem;
    min-height: 4.8rem;
  }
}
button.button--tertiary,
a.button--tertiary {
  background-color: #FAF8F2 !important; /* soft cream or change to #D4AF37 for gold */
  color: #000000 !important; /* black text for readability */
  border: 1px solid #D4AF37 !important; /* optional gold border */
}
/* Crowned by Sacred – Button Styling */
button.button--tertiary,
a.button--tertiary {
  background-color: transparent !important;
  color: #D4AF37 !important; /* Champagne gold text */
  border: 1.5px solid #D4AF37 !important; /* Gold outline */
  border-radius: 6px;
  padding: 12px 20px;
  font-weight: 500;
  transition: all 0.3s ease;
}

/* Hover effect for luxury feel */
button.button--tertiary:hover,
a.button--tertiary:hover {
  background-color: #D4AF37 !important;
  color: #FAF8F2 !important; /* Cream text on hover */
  box-shadow: 0 4px 12px rgba(212, 175, 55, 0.3);
}/* --- Crowned by Sacred: Cart Drawer Buttons --- */

/* CONTINUE SHOPPING  (tertiary/link button inside the drawer) */
.drawer .button--tertiary,
.cart-drawer .button--tertiary,
.drawer a.button--tertiary,
.cart-drawer a.button--tertiary {
  background: transparent !important;
  color: #D4AF37 !important;            /* champagne gold text */
  border: 1.5px solid #D4AF37 !important;/* gold outline */
  border-radius: 6px !important;
  padding: 12px 20px !important;
  font-weight: 500 !important;
  text-decoration: none !important;
  transition: all .25s ease !important;
}

.drawer .button--tertiary:hover,
.cart-drawer .button--tertiary:hover {
  background: #D4AF37 !important;
  color: #FAF8F2 !important;             /* cream text on hover */
  box-shadow: 0 4px 12px rgba(212,175,55,.28) !important;
}

/* VIEW CART (primary button inside the drawer) */
.drawer .button--primary,
.cart-drawer .button--primary,
.drawer button.button--primary {
  background: transparent !important;
  color: #FAF8F2 !important;             /* cream text */
  border: 1.5px solid #FAF8F2 !important;/* cream outline */
  border-radius: 6px !important;
}

.drawer .button--primary:hover,
.cart-drawer .button--primary:hover {
  background: #FAF8F2 !important;
  color: #0E0E0E !important;             /* dark text for contrast */
}

/* If Feather uses 'secondary' for the link on some screens, catch it too */
.drawer .button--secondary,
.cart-drawer .button--secondary {
  background: transparent !important;
  color: #D4AF37 !important;
  border: 1.5px solid #D4AF37 !important;
  border-radius: 6px !important;
}
/* Crowned by Sacred - Gold Cart Bubble */
.cart-count-bubble {
  background-color: #D4AF37 !important; /* Champagne gold */
  color: #FAF8F2 !important; /* Cream text */
  font-size: 11px !important;
  font-weight: 600;
  border: none;
  min-width: 18px;
  min-height: 18px;
  line-height: 18px;
  text-align: center;
  border-radius: 50%;
  top: -4px;
  right: -4px;
  position: absolute;
}

/* Hide the circle when empty */
.cart-count-bubble:empty {
  display: none !important;
}
/* Hide empty cart bubble */
.cart-count-bubble:empty {
  display: none !important;
}/* Crowned by Sacred - Gold Cart Bubble */
.cart-count-bubble {
  background-color: #D4AF37 !important; /* Champagne gold */
  color: #FAF8F2 !important; /* Cream text */
  font-size: 11px !important;
  font-weight: 600;
  border: none;
  min-width: 18px;
  min-height: 18px;
  line-height: 18px;
  text-align: center;
  border-radius: 50%;
  top: -4px;
  right: -4px;
  position: absolute;
}

/* Hide the circle when empty */
.cart-count-bubble:empty {
  display: none !important;
}
.cart-count-bubble{background:#D4AF37!important;color:#FAF8F2!important}
.cart-count-bubble:empty{display:none!important}
.header{border:none!important;box-shadow:none!important}
/* Fix cart bubble + header line + color */
.cart-count-bubble {
  background: #D4AF37 !important;
  color: #FAF8F2 !important;
  border: none !important;
}
.cart-count-bubble:empty {
  display: none !important;
}
.header,
.shopify-section-header {
  border: none !important;
  box-shadow: none !important;
}
/* Fix cart bubble + header line + color */
.cart-count-bubble {
  background: #D4AF37 !important;
  color: #FAF8F2 !important;
  border: none !important;
}
.cart-count-bubble:empty {
  display: none !important;
}
.header,
.shopify-section-header {
  border: none !important;
  box-shadow: none !important;
}.cart-count-bubble{background:#D4AF37!important;color:#FAF8F2!important}
.cart-count-bubble:empty{display:none!important}
.header{border:none!important;box-shadow:none!important}
/* Remove white header line */
.header-wrapper::after,
.shopify-section-header::after,
.header::after {
  display: none !important;
  border: none !important;
  box-shadow: none !important;
}/* Hide empty extra/dynamic button area in cart notification */
.cart-notification .shopify-payment-button,
.cart-notification__dynamic-checkout,
.cart-notification__extra,
.cart-notification__upsell,
.cart-notification__buttons .button--secondary {
  display: none !important;
}/* Hide empty 2nd button in cart popup */
.cart-notification .cart-notification__buttons > *:last-child{
  display:none !important;
}
.cart-notification .cart-notification__buttons{ gap:0 !important; }
.cart-notification .button--secondary,
.cart-notification .shopify-payment-button,
.cart-notification .additional-checkout-buttons{
  display:none !important;
}.cart-popup .shopify-payment-button,.cart-popup .additional-checkout-buttons,.cart-popup [data-shopify="payment-button"],.cart-popup .shopify-cleanslate,.cart-popup .cart-popup__cta--secondary{display:none!important}
.cart-popup .button--secondary{display:none!important}
.cart-popup .additional-checkout-buttons,.cart-popup .dynamic-checkout__content,.cart-popup .shopify-payment-button,.cart-popup .shopify-cleanslate{display:none!important}
.cart-popup .cart-popup__buttons>*:empty{display:none!important}
.popup-notification .additional-checkout-buttons,.popup-notification .dynamic-checkout__content,.popup-notification .shopify-payment-button,.popup-notification .shopify-cleanslate{display:none!important}
/* Kill any remaining gold line/pill under the footer */
.shopify-section-footer,
.shopify-section-footer * {
  box-shadow: none !important;
}

.shopify-section-footer {
  border-top: none !important;      /* force remove any border */
  background-image: none !important;
}

.shopify-section-footer::before,
.shopify-section-footer::after,
.footer::before,
.footer::after {
  content: none !important;          /* remove decorative pseudo-lines */
  display: none !important;
}

/* Safety: if a floating gold chip/button is there, hide it */
.back-to-top,
.scroll-to-top,
.floating-button {
  display: none !important;
}
/* Kill any remaining gold line/pill under the footer */
.shopify-section-footer,
.shopify-section-footer * {
  box-shadow: none !important;
}

.shopify-section-footer {
  border-top: none !important;      /* force remove any border */
  background-image: none !important;
}

.shopify-section-footer::before,
.shopify-section-footer::after,
.footer::before,
.footer::after {
  content: none !important;          /* remove decorative pseudo-lines */
  display: none !important;
}

/* Safety: if a floating gold chip/button is there, hide it */
.back-to-top,
.scroll-to-top,
.floating-button {
  display: none !important;
}
/* Kill any remaining gold line/pill under the footer */
.shopify-section-footer,
.shopify-section-footer * {
  box-shadow: none !important;
}

.shopify-section-footer {
  border-top: none !important;      /* force remove any border */
  background-image: none !important;
}

.shopify-section-footer::before,
.shopify-section-footer::after,
.footer::before,
.footer::after {
  content: none !important;          /* remove decorative pseudo-lines */
  display: none !important;
}

/* Safety: if a floating gold chip/button is there, hide it */
.back-to-top,
.scroll-to-top,
.floating-button {
  display: none !important;
}
.shopify-section-footer { border-top: 1px solid #E9E5DA !important; }
/* --- Fix add-to-cart drawer button and text colors --- */
.ajaxcart__footer .button,
.cart-notification__links .button,
.cart-notification__links button {
  background-color: #D4AF37 !important; /* champagne gold button */
  color: #1A1A1A !important;            /* dark espresso text */
  border: 1px solid #D4AF37 !important;
  font-family: 'Cormorant Garamond', serif !important;
  font-weight: 600 !important;
  text-transform: none !important;
}

/* Hover effect for a luxury finish */
.ajaxcart__footer .button:hover,
.cart-notification__links .button:hover {
  background-color: #1A1A1A !important;
  color: #FAF8F2 !important; /* cream text on hover */
  border: 1px solid #1A1A1A !important;
}

/* Fix the “Item added to your cart” text color */
.cart-notification__heading,
.cart-notification__product-name,
.cart-notification__text,
.ajaxcart__content {
  color: #FAF8F2 !important; /* soft cream for readability on black background */
}

/* Fix “Continue shopping” link */
.cart-notification__links a {
  color: #D4AF37 !important; /* gold link color */
  text-decoration: underline;
}/* --- Fix add-to-cart drawer button and text colors --- */
.ajaxcart__footer .button,
.cart-notification__links .button,
.cart-notification__links button {
  background-color: #D4AF37 !important; /* champagne gold button */
  color: #1A1A1A !important;            /* dark espresso text */
  border: 1px solid #D4AF37 !important;
  font-family: 'Cormorant Garamond', serif !important;
  font-weight: 600 !important;
  text-transform: none !important;
}

/* Hover effect for a luxury finish */
.ajaxcart__footer .button:hover,
.cart-notification__links .button:hover {
  background-color: #1A1A1A !important;
  color: #FAF8F2 !important; /* cream text on hover */
  border: 1px solid #1A1A1A !important;
}

/* Fix the “Item added to your cart” text color */
.cart-notification__heading,
.cart-notification__product-name,
.cart-notification__text,
.ajaxcart__content {
  color: #FAF8F2 !important; /* soft cream for readability on black background */
}

/* Fix “Continue shopping” link */
.cart-notification__links a {
  color: #D4AF37 !important; /* gold link color */
  text-decoration: underline;
}/* --- LUXURY STYLE: Add-to-Cart Drawer --- */

/* Drawer background + general text */
.cart-notification,
.ajaxcart,
.ajaxcart__content,
.cart-notification__content {
  background-color: #FAF8F2 !important; /* soft cream background */
  color: #1A1A1A !important;            /* espresso text */
}

/* Title + text details */
.cart-notification__heading,
.cart-notification__product-name,
.cart-notification__text {
  color: #1A1A1A !important;
  font-family: 'Cormorant Garamond', serif !important;
}

/* “Item added to your cart” confirmation checkmark and icon */
.cart-notification__header svg,
.cart-notification__header path {
  color: #D4AF37 !important; /* gold accent */
  fill: #D4AF37 !important;
}

/* Buttons (View Cart / Checkout) */
.cart-notification__links .button,
.ajaxcart__footer .button {
  background-color: #D4AF37 !important; /* gold */
  color: #1A1A1A !important;            /* dark espresso text */
  border: 1px solid #D4AF37 !important;
  border-radius: 6px !important;
  font-family: 'Cormorant Garamond', serif !important;
  font-weight: 600 !important;
  text-transform: none !important;
}

/* Hover state for luxury feel */
.cart-notification__links .button:hover,
.ajaxcart__footer .button:hover {
  background-color: #1A1A1A !important;
  color: #FAF8F2 !important; /* cream text */
  border-color: #1A1A1A !important;
}

/* “Continue Shopping” link */
.cart-notification__links a {
  color: #4B4033 !important; /* espresso brown */
  text-decoration: underline;
}

/* Product name + price styling */
.cart-notification__product-name,
.cart-notification__product-price {
  color: #1A1A1A !important;
  font-weight: 500 !important;
}
template-page h1.page-title {
    display: none !important;
}
/* Hide the H1 page title ONLY on the Our Story page (Feather) */
body.page-our-story .page-title,
body.page-our-story h1.page-title,
body.page-our-story .section-header__title,
body.page-our-story .page-header h1,
body.template-page--our-story .page-title {
  display: none !important;
}
/* Fallback: hide any default page H1 titles */
.template-page .page-title,
.template-page .page-header h1 {
  display: none !important;
}/* Hide the default title only on the Our Story page */
body.page-our-story main .section-header,
body.page-our-story main .section-header__title,
body.page-our-story main .page-title,
body.page-our-story main h1.page-title,
body.page-our-story main .page__title {
  display: none !important;
}

/* Safety net: if Feather uses a generic .title inside the first section header */
body.page-our-story main .section-header:first-of-type,
body.page-our-story main .section-header:first-of-type .title,
body.page-our-story main .section-header:first-of-type h1 {
  display: none !important;
}* Hide default title on "About Crowned by Sacred" page */
body.page-about-crowned-by-sacred main .section-header,
body.page-about-crowned-by-sacred main .section-header__title,
body.page-about-crowned-by-sacred main .page-title,
body.page-about-crowned-by-sacred main h1.page-title,
body.page-about-crowned-by-sacred main .page__title,
body.page-about-crowned-by-sacred main h1:first-of-type {
  display: none !important;
}/* Hide the default FAQ page title */
body.page-faq .page-title,
body.page-faq h1.page-title,
body.page-faq main h1.page-title,
body.page-faq main .section-header__title {
  display: none !important;
}
/* Hide the big page title ONLY on the FAQ page */
body.page-frequently-asked-questions-faq .section-header__title,
body.page-frequently-asked-questions-faq h1.page-title,
body.page-frequently-asked-questions-faq main h1:first-of-type,
body.page-frequently-asked-questions-faq .page__title,
body.page-frequently-asked-questions-faq .page-title {
  display: none !important;
}/* Hide the small page title on the FAQ page */
body.page-frequently-asked-questions-faq .section-header__title,
body.page-frequently-asked-questions-faq h1.page-title,
body.page-frequently-asked-questions-faq .page-title,
body.page-frequently-asked-questions-faq main .section-header__title {
  display: none !important;
}
/* Crowned by Sacred — Afterpay/Klarna Luxury Style */
.cbp-payments-note {
  margin: 12px 0 6px;
  text-align: center !important;
  font-size: 15px;
  font-family: "Cormorant Garamond", serif !important;
  color: #4B4033 !important; /* Espresso */
  line-height: 1.6;
}

.cbp-payments-note strong {
  color: #D4AF37 !important;  /* Gold accent */
  font-weight: 600;
}

.cbp-payments-note__link {
  color: #D4AF37 !important;
  text-decoration: underline;
  text-underline-offset: 2px;
  font-weight: 500;
  transition: opacity 0.2s ease-in-out;
}

.cbp-payments-note__link:hover {
  opacity: 0.75;
}
/* Crowned by Sacred — Policy & Terms Page Styling */
body.page-terms-of-service,
body.page-terms,
body.page-policy {
  background-color: #FAF8F2 !important; /* Cream background */
  color: #4B4033 !important; /* Espresso text */
  font-family: "Cormorant Garamond", serif !important;
  font-size: 16px !important;
  line-height: 1.8 !important;
  padding: 40px 20px !important;
}

/* Page Title */
body.page-terms-of-service h1,
body.page-policy h1 {
  text-align: center;
  color: #D4AF37 !important; /* Gold title */
  font-weight: 600;
  font-size: 28px;
  margin-bottom: 25px;
  border-bottom: 2px solid #D4AF37;
  display: inline-block;
  padding-bottom: 8px;
}

/* Subheadings */
body.page-terms-of-service h2,
body.page-terms-of-service h3,
body.page-policy h2,
body.page-policy h3 {
  color: #4B4033 !important; /* Espresso */
  font-size: 20px;
  font-weight: 600;
  margin-top: 30px;
  margin-bottom: 10px;
  border-left: 4px solid #D4AF37;
  padding-left: 10px;
}

/* Paragraphs */
body.page-terms-of-service p,
body.page-policy p {
  color: #4B4033 !important;
}

/* Links */
body.page-terms-of-service a,
body.page-policy a {
  color: #D4AF37 !important; /* Gold */
  text-decoration: underline;
  text-underline-offset: 2px;
  transition: color 0.3s ease-in-out;
}

body.page-terms-of-service a:hover,
body.page-policy a:hover {
  color: #4B4033 !important; /* Espresso hover */
}
/* Crowned by Sacred — Uniform product description styling */
.product__info-container .rte,
.product .rte,
.product__description .rte {
  font-family: "Cormorant Garamond", serif !important;
  color: #4B4033 !important;             /* Espresso */
  line-height: 1.8 !important;
  font-size: 16px !important;
}

/* Paragraphs & lists */
.product__info-container .rte p,
.product__info-container .rte li {
  color: #4B4033 !important;             /* Espresso */
}

/* Headings inside description */
.product__info-container .rte h2,
.product__info-container .rte h3,
.product__info-container .rte h4 {
  color: #4B4033 !important;             /* Espresso */
  font-weight: 600;
  margin: 22px 0 8px;
  border-left: 4px solid #D4AF37;        /* Gold accent */
  padding-left: 10px;
}

/* Links */
.product__info-container .rte a {
  color: #D4AF37 !important;             /* Gold */
  text-decoration: underline;
  text-underline-offset: 2px;
}
.product__info-container .rte a:hover {
  color: #4B4033 !important;             /* Espresso hover */
}

/* Optional soft divider for sections in descriptions */
.product__info-container .rte hr {
  border: 0;
  height: 1px;
  background: linear-gradient(to right, #D4AF37, rgba(212,175,55,0));
  margin: 18px 0;
}
/* Crowned by Sacred — Collection description styling */
.collection-hero__description,
.collection__description,
.template-collection .rte {
  font-family: "Cormorant Garamond", serif !important;
  color: #4B4033 !important;        /* Espresso text */
  line-height: 1.8 !important;
  font-size: 17px !important;
  background: #FAF8F2;              /* Cream backdrop */
  padding: 20px 25px;
  border-radius: 6px;
  max-width: 900px;
  margin: 0 auto 30px;
}

/* Headings inside collection text */
.collection-hero__description h1,
.collection__description h2,
.collection__description h3 {
  color: #4B4033 !important;
  font-weight: 600;
  border-left: 4px solid #D4AF37;   /* Gold accent */
  padding-left: 10px;
  margin-bottom: 10px;
}

/* Links inside collection descriptions */
.collection__description a {
  color: #D4AF37 !important;
  text-decoration: underline;
  text-underline-offset: 3px;
}
.collection__description a:hover {
  color: #4B4033 !important;
}
/* Crowned by Sacred — Collection Description Styling for Feather Theme */
.collection__description,
.collection-hero__text,
.collection-hero__inner .rte {
  background: #FAF8F2 !important;      /* Cream background */
  padding: 22px 26px !important;
  border-radius: 6px !important;
  font-family: "Cormorant Garamond", serif !important;
  color: #4B4033 !important;           /* Espresso text */
  font-size: 17px !important;
  line-height: 1.8 !important;
  max-width: 900px !important;
  margin: 0 auto 30px !important;
}

/* Gold border accent for headings */
.collection__description h2,
.collection__description h3,
.collection__description h4,
.collection-hero__text h1 {
  color: #4B4033 !important;
  font-weight: 600 !important;
  border-left: 4px solid #D4AF37 !important;
  padding-left: 12px !important;
  margin-bottom: 10px !important;
}

/* Add gold underline to collection titles */
.collection-hero__title {
  font-family: "Cormorant Garamond", serif !important;
  color: #4B4033 !important;
  font-weight: 700 !important;
  font-size: 36px !important;
  position: relative !important;
  display: inline-block !important;
  margin-bottom: 12px !important;
}

.collection-hero__title::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -4px;
  width: 50%;
  height: 2px;
  background-color: #D4AF37; /* Gold underline */
}

/* Gold links inside collection text */
.collection__description a {
  color: #D4AF37 !important;
  text-decoration: underline;
  text-underline-offset: 3px;
}
.collection__description a:hover {
  color: #4B4033 !important;
}
/* ===== Crowned by Sacred — Collection banner/description styling ===== */

/* Cream card behind the description text */
.template-collection .collection-hero__description,
.template-collection .collection-hero__text,
.template-collection .collection__description,
.template-collection .collection-hero .rte,
.template-collection .collection-hero__inner .rte {
  background: #FAF8F2 !important;   /* cream */
  color: #4B4033 !important;         /* espresso text */
  padding: 22px 26px !important;
  border-radius: 6px !important;
  line-height: 1.8 !important;
  max-width: 980px !important;
  margin: 0 auto 30px !important;
  font-family: "Cormorant Garamond", serif !important;
  font-size: 17px !important;
}

/* Espresso headings with subtle gold underline */
.template-collection .collection-hero__title,
.template-collection .title--primary,
.template-collection h1.collection-title {
  color: #4B4033 !important;         /* espresso */
  font-family: "Cormorant Garamond", serif !important;
  font-weight: 700 !important;
  display: inline-block !important;
  margin-bottom: 12px !important;
  position: relative !important;
}
.template-collection .collection-hero__title::after,
.template-collection .title--primary::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -8px;
  width: 84px;
  height: 3px;
  background: #D4AF37;              /* gold */
  border-radius: 2px;
}

/* Links inside the description */
.template-collection .collection-hero__description a,
.template-collection .collection-hero .rte a,
.template-collection .collection__description a {
  color: #D4AF37 !important;         /* gold links */
  text-decoration: underline;
  text-underline-offset: 2px;
  transition: opacity .2s ease-in-out;
}
.template-collection .collection-hero__description a:hover,
.template-collection .collection-hero .rte a:hover,
.template-collection .collection__description a:hover {
  opacity: .8;
}
/* ===== Crowned by Sacred — Collection banner/description styling ===== */

/* Cream card behind the description text */
.template-collection .collection-hero__description,
.template-collection .collection-hero__text,
.template-collection .collection__description,
.template-collection .collection-hero .rte,
.template-collection .collection-hero__inner .rte {
  background: #FAF8F2 !important;   /* cream */
  color: #4B4033 !important;         /* espresso text */
  padding: 22px 26px !important;
  border-radius: 6px !important;
  line-height: 1.8 !important;
  max-width: 980px !important;
  margin: 0 auto 30px !important;
  font-family: "Cormorant Garamond", serif !important;
  font-size: 17px !important;
}

/* Espresso headings with subtle gold underline */
.template-collection .collection-hero__title,
.template-collection .title--primary,
.template-collection h1.collection-title {
  color: #4B4033 !important;         /* espresso */
  font-family: "Cormorant Garamond", serif !important;
  font-weight: 700 !important;
  display: inline-block !important;
  margin-bottom: 12px !important;
  position: relative !important;
}
.template-collection .collection-hero__title::after,
.template-collection .title--primary::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -8px;
  width: 84px;
  height: 3px;
  background: #D4AF37;              /* gold */
  border-radius: 2px;
}

/* Links inside the description */
.template-collection .collection-hero__description a,
.template-collection .collection-hero .rte a,
.template-collection .collection__description a {
  color: #D4AF37 !important;         /* gold links */
  text-decoration: underline;
  text-underline-offset: 2px;
  transition: opacity .2s ease-in-out;
}
.template-collection .collection-hero__description a:hover,
.template-collection .collection-hero .rte a:hover,
.template-collection .collection__description a:hover {
  opacity: .8;
}
/* ===== Crowned by Sacred — Collection banner/description styling ===== */

/* Cream card behind the description text */
.template-collection .collection-hero__description,
.template-collection .collection-hero__text,
.template-collection .collection__description,
.template-collection .collection-hero .rte,
.template-collection .collection-hero__inner .rte {
  background: #FAF8F2 !important;   /* cream */
  color: #4B4033 !important;         /* espresso text */
  padding: 22px 26px !important;
  border-radius: 6px !important;
  line-height: 1.8 !important;
  max-width: 980px !important;
  margin: 0 auto 30px !important;
  font-family: "Cormorant Garamond", serif !important;
  font-size: 17px !important;
}

/* Espresso headings with subtle gold underline */
.template-collection .collection-hero__title,
.template-collection .title--primary,
.template-collection h1.collection-title {
  color: #4B4033 !important;         /* espresso */
  font-family: "Cormorant Garamond", serif !important;
  font-weight: 700 !important;
  display: inline-block !important;
  margin-bottom: 12px !important;
  position: relative !important;
}
.template-collection .collection-hero__title::after,
.template-collection .title--primary::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -8px;
  width: 84px;
  height: 3px;
  background: #D4AF37;              /* gold */
  border-radius: 2px;
}

/* Links inside the description */
.template-collection .collection-hero__description a,
.template-collection .collection-hero .rte a,
.template-collection .collection__description a {
  color: #D4AF37 !important;         /* gold links */
  text-decoration: underline;
  text-underline-offset: 2px;
  transition: opacity .2s ease-in-out;
}
.template-collection .collection-hero__description a:hover,
.template-collection .collection-hero .rte a:hover,
.template-collection .collection__description a:hover {
  opacity: .8;
}
/* Crowned by Sacred - Collection Description Styling */
.collection-description,
.collection__description,
.collection-hero__text,
.rte.collection__description {
  color: #4B4033 !important; /* Espresso text */
  font-family: "Cormorant Garamond", serif !important;
  background-color: #FAF8F2 !important; /* Cream background */
  padding: 24px 32px !important;
  border-radius: 6px !important;
  line-height: 1.8 !important;
  font-size: 17px !important;
  max-width: 950px !important;
  margin: 20px auto !important;
}

/* Gold accent for collection headings */
.collection__title,
.collection-hero__title,
.collection__description h2,
.collection__description h3 {
  color: #4B4033 !important; /* Espresso */
  border-bottom: 3px solid #D4AF37 !important; /* Gold underline */
  padding-bottom: 6px !important;
  display: inline-block !important;
  font-weight: 700 !important;
}
/* Header refinement */
.header-wrapper {
  background-color: #000000 !important;
  border-bottom: 1px solid #D4AF37 !important;
  padding-top: 8px;
  padding-bottom: 8px;
}

/* Navigation link color */
.header__menu-item {
  color: #D4AF37 !important;
  font-weight: 500;
  letter-spacing: 0.5px;
}

/* Hero text refinement */
.hero__title {
  line-height: 1.25em;
  letter-spacing: 0.3px;
  color: #1A1A1A !important;
}

.hero__text {
  color: #D4AF37 !important;
  font-size: 18px;
  letter-spacing: 0.4px;
}
.header-wrapper {
  border-bottom: 1px solid #D4AF37;
}
announcement-bar__message {
  font-size: 14px;
  letter-spacing: 1px;
}
.hero {
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.08);
}
<hr style="width:60px; border:1px solid #D4AF37; margin:auto;">
/* --- Crowned by Sacred homepage refinements --- */

/* Add gold divider under black header */
.header-wrapper {
  border-bottom: 1px solid #D4AF37;
}

/* Adjust hero banner spacing and shadow for luxury depth */
.section.hero,
.banner,
.image-banner {
  padding-top: 30px;
  padding-bottom: 40px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
}

/* Refine announcement bar */
.announcement-bar__message {
  font-size: 14px;
  letter-spacing: 1px;
  color: #D4AF37;
}

/* Collection titles and buttons alignment */
.collection-list__title,
.collection-item__title {
  color: #4B4033 !important;
  font-family: 'Cormorant Garamond', serif !important;
}

/* Gold text accent */
.gold-text {
  color: #D4AF37 !important;
}
/* --- Crowned by Sacred collection balance --- */

.collection-list__item {
  min-height: 400px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.collection-list__item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 8px;
}

.collection-list__title {
  font-size: 20px;
  font-weight: 600;
  text-align: center;
  margin-top: 10px;
  color: #4B4033 !important;
}

.collection-list__item:hover {
  transform: translateY(-5px);
  transition: all 0.3s ease-in-out;
}
.collection-list {
  margin-top: 20px !important;
  margin-bottom: 40px !important;
}
.collection-list__item:hover {
  box-shadow: 0px 4px 18px rgba(212, 175, 55, 0.25);
  transform: scale(1.02);
  transition: all 0.3s ease-in-out;
}
h1, h2, h3, h4, h5 {
  color: #4B4033 !important;
  font-family: "Cormorant Garamond", serif !important;
}
.section-heading::after {
  content: "";
  display: block;
  width: 60px;
  height: 2px;
  background-color: #D4AF37;
  margin: 10px auto;
}
/* === Crowned by Sacred - Final Polish Touches === */

/* 1. Gold divider line above "Shop Collections" */
.shopify-section:has(h2:contains("Shop Collections"))::before {
  content: "";
  display: block;
  width: 80%;
  max-width: 1000px;
  height: 1.5px;
  background-color: #D4AF37; /* Soft gold */
  margin: 25px auto 35px auto;
  border-radius: 2px;
}

/* 2. Tighten product grid padding */
.collection-list,
.product-grid {
  padding-bottom: 8px !important;
  margin-bottom: 0 !important;
}

/* 3. Slight hover glow for collection cards */
.collection-card:hover img {
  transform: scale(1.02);
  box-shadow: 0px 6px 18px rgba(212, 175, 55, 0.25);
  transition: all 0.3s ease-in-out;
}
/* === Crowned by Sacred — Homepage collection grid fix === */
:root{
  --cbp-espresso:#4B4033;
  --cbp-gold:#D4AF37;
  --cbp-cream:#FAF8F2;
}

/* Space and style the 3-up grid titles & cards on the HOME page only */
body.template-index .collection-list,
body.index .collection-list{
  gap: 22px !important;               /* space between cards */
}

/* Card styling */
body.template-index .collection-list .card,
body.index .collection-list .card{
  border-radius: 12px !important;
  overflow: hidden !important;
  background: var(--cbp-cream) !important;
}

/* Collection names under the images */
body.template-index .collection-list .card__heading,
body.index .collection-list .card__heading{
  color: var(--cbp-espresso) !important;
  font-family: "Cormorant Garamond", serif !important;
  font-weight: 700 !important;
  letter-spacing: .2px !important;
}

/* Keep two columns on mobile for balance */
@media (max-width: 749px){
  body.template-index .collection-list{
    grid-template-columns: repeat(2, minmax(0,1fr)) !important;
  }
}
/* Adjust collection banner height for tablets and desktop */
.collection-hero__image {
  object-fit: cover;
  height: auto;
  max-height: 420px; /* adjust between 380–450px to your preference */
}

@media screen and (max-width: 749px) {
  .collection-hero__image {
    max-height: 360px;
  }
}.hero__media {
  max-height: 680px; /* adjust to 650–700px range for fine-tuning */
  object-fit: cover;
}
/* Feather – Collection banner tuning */
.collection-hero .media,
.collection-hero__image-wrapper,
.section-template--collection .media {
  aspect-ratio: 16 / 6;      /* wide & elegant; adjust to 16/5.5 if you want taller */
  height: auto !important;
  max-height: none !important;
}

.collection-hero .media img,
.section-template--collection .media img,
.collection-hero__image {
  width: 100%;
  height: 100%;
  object-fit: cover !important;
  object-position: 55% 40% !important;  /* shifts framing slightly right & UP */
  border-radius: 14px;                  /* keep the nice rounded card look */
}

/* Tablet-only refinement */
@media (min-width: 600px) and (max-width: 1024px) {
  .collection-hero .media,
  .section-template--collection .media {
    aspect-ratio: 16 / 6;
  }
  .collection-hero .media img {
    object-position: 55% 38% !important; /* lift a touch more on tablet */
  }
}

/* Reduce gap below banner a bit */
.collection-hero,
.section-template--collection .collection__description + .media {
  margin-bottom: 14px;
}
/* === Tablet-only hero banner fix (Feather) === */
@media (min-width: 600px) and (max-width: 1024px) {
  /* Frame the media (works for Hero, Banner, or Slideshow sections) */
  .hero, .banner, .slideshow {
    aspect-ratio: 16 / 6.5;         /* try 16/6–16/7 to taste */
    height: auto !important;
  }

  .hero__media, .banner__media, .slideshow__slide .media,
  .hero__media img, .banner__media img, .slideshow__slide .media img {
    width: 100%;
    height: 100%;
    object-fit: cover !important;
    object-position: 50% 42% !important; /* nudge crop upward a touch */
  }

  /* Keep text readable and away from edges */
  .hero__content, .banner__content, .slideshow__text-wrapper {
    padding: 24px 6vw !important;   /* gives breathing room left/right */
    max-width: 1100px;
    margin: 0 auto;
  }
}object-position: 50% 38% !important;  /* lower second % = moves crop up */
/* === Tablet-only: lock hero height + crop === */
@media (min-width: 600px) and (max-width: 1024px) {
  /* Frame the container with a consistent height */
  .hero, .banner, .slideshow, .image-banner, .section-hero {
    height: clamp(460px, 42vw, 620px) !important; /* 9:4-ish feel, adjust middle 42vw if needed */
  }

  /* Make the image fill that frame and crop elegantly */
  .hero__media, .banner__media, .slideshow__slide .media, .image-banner__media,
  .hero__media img, .banner__media img, .slideshow__slide .media img, .image-banner__media img {
    width: 100%;
    height: 100% !important;
    object-fit: cover !important;
    object-position: 50% 40% !important; /* lift the crop slightly; try 38% if you want higher */
  }

  /* Keep headline away from the very top/bottom edges */
  .hero__content, .banner__content, .slideshow__text-wrapper, .image-banner__content {
    padding: 20px 5vw !important;
    max-width: 1100px;
    margin: 0 auto;
  }
}/* === Tablet-only: collection banner sizing + crop === */
@media (min-width: 600px) and (max-width: 1024px) {
  .collection-hero, .section-template--collection .media,
  .collection-hero .media, .collection-hero__image-wrapper {
    height: clamp(300px, 30vw, 420px) !important; /* matches card look, not too tall */
    overflow: hidden;
    border-radius: 14px;
  }

  .collection-hero .media img, .collection-hero__image,
  .section-template--collection .media img {
    width: 100%;
    height: 100% !important;
    object-fit: cover !important;
    object-position: 55% 38% !important; /* nudge right + slightly up */
  }
}/* ===========================
   TABLET FIXES (Feather theme)
   =========================== */
@media (min-width: 600px) and (max-width: 1024px) {

  /* 1) HOMEPAGE HERO/BANNER/SIDESHOW — show full image (no crop) */
  .hero, .banner, .slideshow, .image-banner, .section-hero {
    min-height: 0 !important;
    height: clamp(420px, 46vw, 560px) !important; /* change 46vw to fine-tune overall height */
    background: #FAF8F2; /* prevents gray bars if any */
    overflow: hidden;
  }

  .hero__media, .banner__media, .slideshow__slide .media, .image-banner__media {
    width: 100%;
    height: 100% !important;
  }

  .hero__media img, .banner__media img, .slideshow__slide .media img, .image-banner__media img {
    width: 100%;
    height: 100% !important;
    object-fit: contain !important;    /* 👈 full image visible */
    object-position: center center !important;
    display: block;
  }

  /* 2) COLLECTION BANNER — show full card (no crop) */
  .collection-hero, .collection-hero .media, .collection-hero__image-wrapper,
  .section-template--collection .media {
    min-height: 0 !important;
    height: clamp(300px, 34vw, 420px) !important; /* adjust 34vw if needed */
    overflow: hidden;
    border-radius: 14px;
  }

  .collection-hero .media img, .collection-hero__image,
  .section-template--collection .media img {
    width: 100%;
    height: 100% !important;
    object-fit: contain !important;    /* 👈 full image visible */
    object-position: center center !important;
    display: block;
  }

  /* 3) Kill any legacy ratio wrappers that force cropping */
  .ratio, .media--adapt { padding-bottom: 0 !important; height: auto !important; }
}
/* =========================
   Tablet Fix v3 — No Crop
   ========================= */
@media (min-width: 600px) and (max-width: 1024px) {

  /* 0) Kill any ratio padding that forces a fixed crop */
  .ratio,
  .media--adapt,
  .media--cropped,
  .banner__media:before,
  .image-banner__media:before,
  .slideshow__slide .media:before,
  .collection-hero .media:before {
    padding-bottom: 0 !important;
    height: auto !important;
  }

  /* 1) HOMEPAGE HERO / BANNER / SLIDESHOW */
  .hero, .banner, .image-banner, .slideshow, .section-hero {
    height: auto !important;
    min-height: 0 !important;
    overflow: visible !important;
    background: #FAF8F2;
  }

  .hero__media, .banner__media, .image-banner__media, .slideshow__slide .media {
    height: auto !important;
  }

  .hero__media img,
  .banner__media img,
  .image-banner__media img,
  .slideshow__slide .media img {
    width: 100% !important;
    height: auto !important;           /* <- key: let image set the height */
    object-fit: contain !important;     /* show entire image, no crop */
    object-position: center center !important;
    display: block !important;
  }

  /* 2) COLLECTION BANNER */
  .collection-hero,
  .collection-hero .media,
  .collection-hero__image-wrapper,
  .section-template--collection .media {
    height: auto !important;
    min-height: 0 !important;
    overflow: visible !important;
    border-radius: 14px;
    background: #FAF8F2;
  }

  .collection-hero .media img,
  .collection-hero__image,
  .section-template--collection .media img {
    width: 100% !important;
    height: auto !important;           /* <- no crop */
    object-fit: contain !important;
    object-position: center center !important;
    display: block !important;
  }
}/* =========================
   Tablet-only (keep Adapt ON)
   ========================= */
@media (min-width: 600px) and (max-width: 1024px) {

  /* --- Neutralize the aspect-ratio padding that Adapt adds on tablet --- */
  .hero__media:before,
  .banner__media:before,
  .image-banner__media:before,
  .slideshow__slide .media:before,
  .collection-hero .media:before {
    content: none !important;
    display: none !important;
    padding-bottom: 0 !important;
  }

  /* --- HOMEPAGE HERO / BANNER / SLIDESHOW --- */
  .hero, .banner, .image-banner, .slideshow {
    height: auto !important;
    min-height: 0 !important;
    overflow: visible !important;
    background: #FAF8F2;
  }
  .hero__media, .banner__media, .image-banner__media, .slideshow__slide .media {
    height: auto !important;
  }
  .hero__media img,
  .banner__media img,
  .image-banner__media img,
  .slideshow__slide .media img {
    width: 100% !important;
    height: auto !important;           /* show full artwork */
    object-fit: contain !important;     /* keep entire image; no crop */
    object-position: center center !important;
    display: block !important;
  }

  /* --- COLLECTION BANNER --- */
  .collection-hero,
  .collection-hero .media,
  .collection-hero__image-wrapper {
    height: auto !important;
    min-height: 0 !important;
    overflow: visible !important;
    border-radius: 14px;
    background: #FAF8F2;
  }
  .collection-hero .media img,
  .collection-hero__image {
    width: 100% !important;
    height: auto !important;           /* full card visible; no crop */
    object-fit: contain !important;
    object-position: center center !important;
    display: block !important;
  }
}/* =========================
   Tablet-only (keep Adapt ON)
   ========================= */
@media (min-width: 600px) and (max-width: 1024px) {

  /* --- Neutralize the aspect-ratio padding that Adapt adds on tablet --- */
  .hero__media:before,
  .banner__media:before,
  .image-banner__media:before,
  .slideshow__slide .media:before,
  .collection-hero .media:before {
    content: none !important;
    display: none !important;
    padding-bottom: 0 !important;
  }

  /* --- HOMEPAGE HERO / BANNER / SLIDESHOW --- */
  .hero, .banner, .image-banner, .slideshow {
    height: auto !important;
    min-height: 0 !important;
    overflow: visible !important;
    background: #FAF8F2;
  }
  .hero__media, .banner__media, .image-banner__media, .slideshow__slide .media {
    height: auto !important;
  }
  .hero__media img,
  .banner__media img,
  .image-banner__media img,
  .slideshow__slide .media img {
    width: 100% !important;
    height: auto !important;           /* show full artwork */
    object-fit: contain !important;     /* keep entire image; no crop */
    object-position: center center !important;
    display: block !important;
  }

  /* --- COLLECTION BANNER --- */
  .collection-hero,
  .collection-hero .media,
  .collection-hero__image-wrapper {
    height: auto !important;
    min-height: 0 !important;
    overflow: visible !important;
    border-radius: 14px;
    background: #FAF8F2;
  }
  .collection-hero .media img,
  .collection-hero__image {
    width: 100% !important;
    vheight: auto !important;           /* full card visible; no crop */
    object-fit: contain !important;
    object-position: center center !important;
    display: block !important;
  }
}/* Crowned by Sacred — Elegant Gold Separator for Shipping & Returns */
.product__description h4,
.product__description h3 {
  position: relative;
}

.product__description h4:contains("Shipping"),
.product__description h3:contains("Shipping") {
  padding-top: 10px;
  margin-top: 25px;
}

.product__description h4:contains("Shipping")::before,
.product__description h3:contains("Shipping")::before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: rgba(212, 175, 55, 0.3); /* soft gold */
  margin-bottom: 20px;
}background-color: rgba(212, 175, 55, 0.5);
/* Crowned by Sacred – Gold underline hover for main navigation */
.header__menu-item {
  position: relative;
  color: #faf8f2;
  text-decoration: none;
  transition: color 0.3s ease;
}

.header__menu-item::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -4px;                /* distance below text */
  width: 0%;
  height: 2px;
  background-color: #d4af37;   /* signature gold */
  transition: width 0.35s ease;
}/* Hide vendor on product cards, product pages, collection pages, and predictive search (Feather) */
.product__vendor,
.product-meta__vendor,
.card__vendor,
.product-card__vendor,
.collection-product-card__vendor,
.predictive-search__item-vendor,
.search-item__vendor,
a[href*="/collections/vendors"] {
  display: none !important;
}

.header__menu-item:hover::after,
.header__menu-item:focus::after {
  width: 100%;                 /* underline animates in */
}

.header__menu-item:hover {
  color: #d4af37;              /* optional gold text on hover */
}
/* === Judge.me Star Rating Styling Fix === */
.jdgm-star {
  color: #d4af37 !important; /* Crowned Gold */
  opacity: 1 !important;
}

.jdgm-star.jdgm--off {
  color: #e5e5e5 !important; /* Light neutral for empty stars */
}

.jdgm-star.jdgm--on {
  color: #d4af37 !important; /* Gold for filled stars */
}

.jdgm-preview-badge,
.jdgm-rev-widg__summary-stars {
  color: #d4af37 !important; /* Gold across all badges */
}
/* Crowned by Sacred Product Styling */
.product__title, .product__price {
  color: #4B4033 !important;
    font-family: 'Cormorant Garamond', serif !important;
    }
    button, .button {
      background-color: #D4AF37 !important;
        color: #FAF8F2 !important;
          border: none !important;
          }
          button:hover, .button:hover {
            background-color: #E1C16E !important;
            }
            hr {
              border-color: #D4AF37 !important;
                width: 60px;
                  margin: 20px 0;
                  }
                  /* Keep product card images luxury-aligned (no cropping or uneven boxes) */
.card__media img,
.card__inner .media img,
.product-card__image img {
  object-fit: cover !important;
  aspect-ratio: 4 / 5; /* consistent portrait ratio */
  width: 100%;
  height: auto;
}

/* Reset forced square or landscape ratios from theme defaults */
.media--square,
.media--landscape {
  aspect-ratio: 4 / 5 !important;
}
/* FEATHER — keep product thumbnails uniform & luxury-aligned */

/* 1) Lock the media wrappers to a portrait ratio */
.product-item__media,
.product-card__media,
.card__media,
.media,
.media--square,
.media--landscape,
.media--portrait {
  aspect-ratio: 4 / 5 !important; /* choose one ratio and stick to it */
}

/* 2) Make images fill the box without distortion */
.product-item__media img,
.product-card__media img,
.card__media img,
.media img {
  width: 100%;
  height: 100%;
  object-fit: cover !important;   /* fills the frame evenly */
  object-position: center;        /* keeps faces centered */
}

/* 3) Prevent odd max-heights from the theme or apps */
.product-item__media,
.product-card__media,
.card__media {
  max-height: none !important;
}
media__placeholder, .media--loading::before {
  background-color: #FAF8F2; /* your cream tone */
  color: #D4AF37; /* your gold tone */
  font-family: "Cormorant Garamond", serif;
  font-size: 18px;
  letter-spacing: 1px;
  text-align: center;
  content: "CROWNED BY SACRED";
  display: flex;
  justify-content: center;
  align-items: center;
}
/* === Cart drawer / add-to-cart notification text colors === */

/* Primary + secondary buttons inside the cart drawer/notification */
#cart-notification .button,
#cart-notification button,
.cart-notification .button,
.cart-notification button,
.cart-drawer .button,
.cart-drawer button,
.cart-drawer__footer .button {
  color: #1B1410 !important;            /* espresso text so it’s visible */
}

/* Make primary button gold with dark text */
#cart-notification .button--primary,
.cart-notification .button--primary,
.cart-drawer .button--primary {
  background: #D4AF37 !important;       /* gold */
  border-color: #D4AF37 !important;
  color: #1B1410 !important;            /* espresso */
}

/* Make secondary button white with dark text & visible border */
#cart-notification .button--secondary,
.cart-notification .button--secondary,
.cart-drawer .button--secondary {
  background: #FFFFFF !important;
  border-color: #FFFFFF !important;
  color: #1B1410 !important;
}

/* Shopify accelerated checkout (unbranded) inside drawer */
.cart-drawer .shopify-payment-button__button--unbranded,
#cart-notification .shopify-payment-button__button--unbranded {
  background: #D4AF37 !important;
  color: #1B1410 !important;
  border-color: #D4AF37 !important;
}

/* Ensure the “Continue shopping” link is readable */
#cart-notification a,
.cart-notification a,
.cart-drawer a {
  color: #D4AF37 !important;            /* gold link */
} 
/* === FEATHER: fix invisible text on cart drawer / add-to-cart notice === */

/* Catch-all for Feather buttons inside any drawer/notification */
#CartDrawer .button,
#CartDrawer button,
#CartDrawer .btn,
.cart-drawer .button,
.cart-drawer button,
.cart-drawer .btn,
.drawer .button,
.drawer button,
.drawer .btn,
#cart-notification .button,
#cart-notification button,
.ajax-cart .button,
.ajax-cart button,
.cart-popup .button,
.cart-popup button {
  color: #1B1410 !important;               /* espresso text */
}

/* Primary (solid) buttons */
#CartDrawer .button--primary,
.cart-drawer .button--primary,
.drawer .button--primary,
#cart-notification .button--primary,
.ajax-cart .button--primary,
.cart-popup .button--primary,
.drawer .c-button:not(.c-button--secondary) {
  background: #D4AF37 !important;          /* gold */
  border-color: #D4AF37 !important;
  color: #1B1410 !important;
}

/* Secondary / outline buttons (the “white line” style) */
#CartDrawer .button--secondary,
.cart-drawer .button--secondary,
.drawer .button--secondary,
#cart-notification .button--secondary,
.ajax-cart .button--secondary,
.cart-popup .button--secondary,
.drawer .c-button--secondary {
  background: #FFFFFF !important;
  border-color: #FFFFFF !important;
  color: #1B1410 !important;
}

/* Ensure text inside span wrappers also flips color */
#CartDrawer .button span,
.cart-drawer .button span,
.drawer .button span,
#cart-notification .button span,
.ajax-cart .button span,
.cart-popup .button span {
  color: #1B1410 !important;
}

/* "Continue shopping" link */
#CartDrawer a,
.cart-drawer a,
.drawer a,
#cart-notification a,
.ajax-cart a,
.cart-popup a {
  color: #D4AF37 !important;
}
/* === FEATHER – make cart notice/drawer button text visible on iOS === */

/* Force text color on all buttons inside the cart drawer/notification */
#CartDrawer button,
#CartDrawer [class*="button"],
#CartDrawer [class*="btn"],
#cart-notification button,
#cart-notification [class*="button"],
#cart-notification [class*="btn"],
.cart-popup button,
.cart-popup [class*="button"],
.cart-popup [class*="btn"] {
  color: #1B1410 !important;              /* espresso text */
  -webkit-text-fill-color: #1B1410 !important; /* fixes iOS invisible text */
}

/* Ensure inner spans also take color (Feather uses nested spans) */
#CartDrawer button span,
#cart-notification button span,
.cart-popup button span,
#CartDrawer [class*="button"] span,
#cart-notification [class*="button"] span,
.cart-popup [class*="button"] span {
  color: #1B1410 !important;
  -webkit-text-fill-color: #1B1410 !important;
}

/* Primary (solid) buttons */
#CartDrawer .c-button:not(.c-button--secondary):not(.c-button--ghost),
#cart-notification .c-button:not(.c-button--secondary):not(.c-button--ghost),
.cart-popup .c-button:not(.c-button--secondary):not(.c-button--ghost) {
  background: #D4AF37 !important;         /* gold */
  border-color: #D4AF37 !important;
  color: #1B1410 !important;
}

/* Secondary / outline / ghost (your “white line” button) */
#CartDrawer .c-button--secondary,
#CartDrawer .c-button--ghost,
#CartDrawer .button--secondary,
#CartDrawer .button--outline,
#cart-notification .c-button--secondary,
#cart-notification .c-button--ghost,
#cart-notification .button--secondary,
#cart-notification .button--outline {
  background: #FFFFFF !important;
  border-color: #FFFFFF !important;
  color: #1B1410 !important;
}

/* Shopify accelerated checkout (unbranded) */
#CartDrawer .shopify-payment-button__button--unbranded,
#cart-notification .shopify-payment-button__button--unbranded {
  background: #D4AF37 !important;
  border-color: #D4AF37 !important;
  color: #1B1410 !important;
}
#CartDrawer .shopify-payment-button__button--unbranded span,
#cart-notification .shopify-payment-button__button--unbranded span {
  color: #1B1410 !important;
  -webkit-text-fill-color: #1B1410 !important;
}
/* Remove dynamic checkout (Shop Pay/Apple Pay) from add-to-cart popup entirely */
#cart-notification .shopify-payment-button,
#cart-notification [data-shopify="payment-button"],
#cart-notification .product-form__payment-container,
.cart-notification .shopify-payment-button,
.cart-notification [data-shopify="payment-button"],
.cart-notification .product-form__payment-container {
  display: none !important;
  height: 0 !important;
  min-height: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
  border: 0 !important;
}

/* Extra safety: hide any inner elements if the wrapper still renders */
#cart-notification .shopify-payment-button *,
.cart-notification .shopify-payment-button * {
  display: none !important;
}
/* Hide dynamic checkout (Shop Pay / Apple Pay) inside ADD-TO-CART NOTICE only */
#cart-notification .shopify-payment-button,
#cart-notification [data-shopify="payment-button"],
#cart-notification .additional-checkout-buttons,
#cart-notification .product-form__payment-container,
#cart-notification .shopify-payment-button__more-options,
.cart-notification .shopify-payment-button,
.cart-notification [data-shopify="payment-button"],
.cart-notification .additional-checkout-buttons,
.cart-notification .product-form__payment-container,
.cart-notification .shopify-payment-button__more-options {
  display: none !important;
  height: 0 !important;
  min-height: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
  border: 0 !important;
}

/* In case Feather wraps it in a generic links container, kill the 2nd child (the white bar) */
#cart-notification .cart-notification__links > *:nth-child(2) {
  display: none !important;
  height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
}

/* Tidy spacing once it's gone */
#cart-notification .cart-notification__links { gap: 12px !important; }
/* FEATHER – Hide quick view / zoom button on product cards */
.product-card [class*="quick"],
.product-card [class*="zoom"],
.c-product-card__quick-add,
.c-product-card__action,
.c-quick-view,
.quick-view-trigger,
.quick-add__trigger,
.product-item__action,
.product-card__actions,
.media__zoom,
.card__media-button,
.product-card__media button[aria-label*="Quick"],
.product-card__media button[aria-label*="Zoom"] {
  display: none !important;
}

/* Also hide it inside featured collection blocks on the homepage */
.featured-collection [class*="quick"],
.featured-collection [class*="zoom"] {
  display: none !important;
}

/* Prevent any leftover spacing where that button sat */
.product-card__media { padding: 0 !important; }
/* FEATHER – remove the little round “+” zoom/quick-view on product cards */

/* Common Feather product-card media buttons */
.product-card__media button,
.product-card__media [class*="zoom"],
.product-card__media [class*="quick"],
.card__media button,
.card__media [class*="zoom"],
.card__media [class*="quick"],
.c-product-card__media button,
.c-product-card__media [class*="zoom"],
.c-product-card__media [class*="quick"] {
  display: none !important;
}

/* Also kill it inside Featured Collection blocks on the homepage */
.section-featured-collection .card__media button,
.section-featured-collection .card__media [class*="zoom"],
.section-featured-collection .product-card__media button {
  display: none !important;
}

/* Clean up any leftover positional wrapper that could leave a dot */
.product-card__media .media__zoom,
.card__media .media__zoom,
.c-product-card__media .media__zoom {
  display: none !important;
  visibility: hidden !important;
  width: 0 !important;
  height: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.button--secondary {
  border: 1px solid #D4AF37;
  color: #D4AF37;
  transition: all 0.3s ease;
}
.button--secondary:hover {
  background-color: #D4AF37;
  color: #FAF8F2;
  box-shadow: 0 0 12px rgba(212,175,55,0.3);
}
/* =====================================================
   Crowned by Sacred — Luxury CTA Styling (Feather Theme)
   ===================================================== */

/* Primary CTA Buttons (Add to Bag / Select Your Style) */
.shopify-payment-button__button--unbranded,
button[type="submit"],
.product-form__submit,
button.Button--primary,
a.Button--primary,
button.shopify-payment-button__button,
a.shopify-payment-button__button {
  background-color: #B8860B !important; /* rich antique gold */
  color: #FFFFFF !important; /* white text */
  border: none !important;
  border-radius: 6px !important;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  transition: all 0.35s ease;
  box-shadow: 0 2px 6px rgba(75, 58, 42, 0.25); /* subtle espresso shadow */
}

/* Hover Effect — Gold to Espresso Glow */
.shopify-payment-button__button--unbranded:hover,
button[type="submit"]:hover,
.product-form__submit:hover,
button.Button--primary:hover,
a.Button--primary:hover,
button.shopify-payment-button__button:hover,
a.shopify-payment-button__button:hover {
  background-color: #4B3A2A !important; /* espresso */
  color: #FAF8F2 !important; /* cream */
  box-shadow: 0 0 12px rgba(212, 175, 55, 0.35); /* gold glow */
}