/** Shopify CDN: Minification failed

Line 3492:16 Expected identifier but found whitespace
Line 3492:17 Unexpected "45px"
Line 4441:0 Unexpected "}"
Line 7799:1 Expected "}" to go with "{"

**/
/* Color custom properties */

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

}

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

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

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

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

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

/* base */

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.hidden {
  display: none !important;
}

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

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

.overflow-hidden {
  overflow: hidden;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.left {
  text-align: left;
}

.center {
  text-align: center;
}

.right {
  text-align: right;
}

.uppercase {
  text-transform: uppercase;
}

.light {
  opacity: 0.7;
}

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

.link,
.customer a {
  cursor: pointer;
  display: inline-block;
  border: none;
  box-shadow: none;
  text-decoration: underline;
  text-underline-offset: 0.3rem;
  color: rgb(var(--color-link));
  background-color: transparent;
  font-size: 1.4rem;
  font-family: inherit;
}

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

.link--text:hover {
  color: rgba(var(--color-foreground), 0.75);
}

.link-with-icon {
  display: inline-flex;
  font-size: 1.4rem;
  font-weight: 600;
  letter-spacing: 0.1rem;
  text-decoration: none;
  margin-bottom: 4.5rem;
  white-space: nowrap;
}

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

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

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

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

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

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

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

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

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

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

.visibility-hidden {
  visibility: hidden;
}

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

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

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

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

.icon-arrow {
  width: 1.5rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/*
  Focus ring - inset
*/

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

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

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

/*
  Focus ring - none
*/

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

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

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

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

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

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

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

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

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

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

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

@media screen and (min-width: 750px) {
  .title-wrapper--self-padded-mobile {
    padding-left: 0;
    padding-right: 0;
  }
}

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

  .title,
  .title-wrapper-with-link {
    margin: 5rem 0 3rem;
  }

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

  .title-wrapper-with-link {
    align-items: center;
  }

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

  .title-wrapper--self-padded-tablet-down {
    padding-left: 0;
    padding-right: 0;
  }
}

.title-wrapper-with-link .link-with-icon {
  margin: 0;
  flex-shrink: 0;
  display: flex;
  align-items: center;
}

.title-wrapper-with-link .link-with-icon svg {
  width: 1.5rem;
}

.title-wrapper-with-link a {
  color: rgb(var(--color-link));
  margin-top: 0;
  flex-shrink: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

deferred-media {
  display: block;
}

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

.button,
.shopify-challenge__button,
.customer button,
button.shopify-payment-button__button--unbranded,
.shopify-payment-button [role="button"],
.cart__dynamic-checkout-buttons [role='button'],
.cart__dynamic-checkout-buttons iframe {
  --shadow-horizontal-offset: var(--buttons-shadow-horizontal-offset);
  --shadow-vertical-offset: var(--buttons-shadow-vertical-offset);
  --shadow-blur-radius: var(--buttons-shadow-blur-radius);
  --shadow-opacity: var(--buttons-shadow-opacity);
  --shadow-visible: var(--buttons-shadow-visible);
  --border-offset: var(--buttons-border-offset);
  /* reduce radius edge artifacts */
  --border-opacity: calc(1 - var(--buttons-border-opacity));
  border-radius: var(--buttons-radius-outset);
  position: relative;
}

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

.shopify-payment-button__button--branded {
  z-index: auto;
}

.cart__dynamic-checkout-buttons iframe {
  box-shadow: var(--shadow-horizontal-offset) var(--shadow-vertical-offset) var(--shadow-blur-radius) rgba(var(--color-base-text), var(--shadow-opacity));
}

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

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

.button:after,
.shopify-challenge__button:after,
.customer button:after,
.shopify-payment-button__button--unbranded:after {
  content: '';
  position: absolute;
  top: var(--buttons-border-width);
  right: var(--buttons-border-width);
  bottom: var(--buttons-border-width);
  left: var(--buttons-border-width);
  z-index: 1;
  border-radius: var(--buttons-radius);
  box-shadow: 0 0 0 calc(var(--buttons-border-width) + var(--border-offset)) rgba(var(--color-button-text), var(--border-opacity)),
    0 0 0 var(--buttons-border-width) rgba(var(--color-button), var(--alpha-button-background));
  transition: box-shadow var(--duration-short) ease;
}

.button:not([disabled]):hover::after,
.shopify-challenge__button:hover::after,
.customer button:hover::after,
.shopify-payment-button__button--unbranded:hover::after {
  --border-offset: 1.3px;
  box-shadow: 0 0 0 calc(var(--buttons-border-width) + var(--border-offset)) rgba(var(--color-button-text), var(--border-opacity)),
    0 0 0 calc(var(--buttons-border-width) + 1px) rgba(var(--color-button), var(--alpha-button-background));
}

.button--secondary:after {
  --border-opacity: var(--buttons-border-opacity);
}

.button:focus-visible,
.button:focus,
.button.focused,
.shopify-payment-button__button--unbranded:focus-visible,
.shopify-payment-button [role="button"]:focus-visible,
.shopify-payment-button__button--unbranded:focus,
.shopify-payment-button [role="button"]:focus {
  outline: 0;
  box-shadow: 0 0 0 0.3rem rgb(var(--color-background)),
    0 0 0 0.5rem rgba(var(--color-foreground), 0.5),
    0 0 0.5rem 0.4rem rgba(var(--color-foreground), 0.3);
}

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

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

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

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

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

/* Button - other */

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

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

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

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

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

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

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

/* Button - social share */

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Select */

.select .icon-caret,
.customer select+svg {
  height: 0.6rem;
  pointer-events: none;
  position: absolute;
  top: calc(50% - 0.2rem);
  right: calc(var(--inputs-border-width) + 1.5rem);
}

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

/* Field */

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

.customer .field {
  display: flex;
}

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

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

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

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

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

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

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

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

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

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

/* Text area */

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

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

/* Form global */

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.modal__toggle-close {
  display: none;
}

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

.modal__toggle-open {
  display: flex;
}

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

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

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

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

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

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

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

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

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

.announcement-bar a {
  color: inherit !important;
  text-decoration: underline !important;
}

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

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

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

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

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

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

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

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

.shopify-section-header-hidden {
  transform: none !important;
}

.shopify-section-header-hidden.menu-open {
  transform: translateY(0);
}

#shopify-section-header.animate {
  transition: transform 0.15s ease-out;
}

/* Main Header Layout */
.header-wrapper {
  display: block;
  position: relative;
  width: 100%;
  background-color: rgb(var(--color-background));
  z-index: 1;
}



nav.header__inline-menu {
  width: 79%;
}

.list-menu--inline {
  display: inline-flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: space-between;
  padding: 0 !important;
  margin: 0 !important;
  zoom: 1.25;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@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: center;
    justify-self: start;
  }

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

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

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

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

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

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

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

.header__icon span {
  height: 100%;
}

.header__icon::after {
  content: none;
}

.header__icon:hover .icon,
.modal__close-button:hover .icon {
  transform: scale(1.07);
}

.header__icon .icon {
  height: 2rem;
  width: 2rem;
  fill: none;
  vertical-align: middle;
}

.header__icon,
.header__icon--cart .icon {
  height: 4.4rem;
  width: 4.4rem;
  padding: 0;
}

.header__icon--cart {
  position: relative;
  margin-right: -1.2rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.search-modal__form {
  width: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .content-container--full-width-mobile:after {
    display: none;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* outline and border styling for Windows High Contrast Mode */
@media (forced-colors: active) {

  .button,
  .shopify-challenge__button,
  .customer button {
    border: transparent solid 1px;
  }

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

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

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

.footer__content-top {

  padding-bottom: 0 !important;

}

.footer-block__details-content {

  margin-bottom: -60px !important;

}



@font-face {
  font-family: 'GildaDisplay-Regular';
  src: url('GildaDisplay-Regular.woff2') format('woff2');
  font-style: normal;

}

tagname or .classname or #id {
  font-family: GildaDisplay-Regular;
}



.header__menu-item .header__active-menu-item {
  text-decoration: none;
}



.product-grid .card:not(.ratio),
.product-grid .card-information {
  background: transparent !important;
}



/* FORCE mauve background on collection / product grid */
.template-collection,
.collection,
.collection__products,
.product-grid,
#MainContent {
  /* background-color: #B2819C !important; */
  background-color: white !important;
}

.header__menu-item {
  font-family: "Helvetica Neue", sans-serif !important;
  font-weight: 500 !important;
  letter-spacing: 1.5px !important;
  text-transform: uppercase !important;
}


.header__inline-menu {
  margin: 0 auto !important;
  justify-content: center !important;
}

.header__icons {
  margin-left: 0 !important;
}

@media screen and (min-width: 990px) {
  .header__menu-item span {
    font-family: Arial, Helvetica, sans-serif !important;
    font-size: 13px !important;
    font-weight: 500 !important;
    letter-spacing: 0.08em !important;
    text-transform: uppercase !important;
    color: #000 !important;
  }

  .header__inline-menu {
    justify-self: center !important;
  }

  .header__inline-menu .list-menu--inline {
    display: flex !important;
    gap: 32px !important;
    align-items: center !important;
    justify-content: center !important;
  }

  .icon-caret {
    width: 8px !important;
    height: 8px !important;
  }
}

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

  .header {
    grid-template-columns: 1fr auto 1fr !important;
    align-items: center !important;
  }

  .header__heading {
    justify-self: start !important;
  }

  .header__inline-menu {
    justify-self: center !important;
  }

  .header__icons {
    justify-self: end !important;
    display: flex !important;
    align-items: center !important;
    gap: 18px !important;
    padding-right: 12px !important;
  }

  .header__icon svg {
    width: 18px !important;
    height: 18px !important;
    stroke-width: 1.4 !important;
  }

  .header__icon {
    color: #000 !important;
  }
}

.tori-top-tabs {
  display: flex;
  border: 1px solid #000;
  border-bottom: 0;
  background: #fff;
  height: 44px;
}

.tori-top-tabs a {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 190px;
  padding: 0 32px;
  border-right: 1px solid #000;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
  letter-spacing: .06em;
  text-transform: uppercase;
  color: #000;
  text-decoration: none;
}

.tori-top-tabs a:first-child {
  background: #15308a;
  color: #fff;
}

@media screen and (max-width: 989px) {
  .tori-top-tabs {
    display: none;
  }
}

/* space below announcement bar */
.tori-top-tabs {
  margin-top: 20px;
  position: relative;
  z-index: 20;
}

/* make real header visible */
.header-wrapper {
  background: rgba(255, 255, 255, .92) !important;
  backdrop-filter: blur(6px);
  position: relative;
  z-index: 15;
}

/* give menu/header its own section */
.shopify-section-header-sticky {
  background: #fff !important;
}

/* spacing between menu and slideshow */
.banner,
.slideshow,
.shopify-section-group-header-group {
  margin-top: 0 !important;
}

/* make menu text/icons stronger */
.header__menu-item,
.header__icon,
.header__icon span {
  color: #000 !important;
  opacity: 1 !important;
}

/* logo visibility */
.header__heading-link {
  opacity: 1 !important;
}



/* first top tab only */
.tori-top-tabs a:first-child,
.tori-top-tabs button:first-child {
  background: #c40000 !important;
  color: white !important;
  border-color: #c40000 !important;
}

.tori-top-tabs a:nth-child(2),
.tori-top-tabs button:nth-child(2) {
  background: white !important;
  color: black !important;
}




.slideshow,
.banner {
  margin-top: 0 !important;
}

/* make all header icons same size */
.header__icon .icon {
  width: 2rem !important;
  height: 2rem !important;
  stroke-width: 1.5 !important;
}

.header__submenu .list-menu__item:hover,
.header__submenu .header__menu-item:hover,
.header__submenu .list-menu__item--active,
.header__submenu .header__menu-item--active,
.header__submenu a:hover,
.header__submenu a:focus {
  background: #d40000 !important;
  color: white !important;
}



.contact .field__input,
.contact textarea,
.contact .text-area {
  background: #ffffff !important;
  border: 1px solid #000000 !important;
  color: #000000 !important;
}

.contact .field__label {
  color: #000000 !important;
}

.contact {
  max-width: 700px;
  margin: 80px auto !important;
  padding: 40px !important;
}

/* FORCE REMOVE PINK FROM COLLECTION PRODUCT GRID */
#shopify-section-template--16775790395645__product-grid,
#shopify-section-template--16775790395645__product-grid *,
#shopify-section-template--16775790395645__product-grid .gradient,
#shopify-section-template--16775790395645__product-grid .color-background-2,
#shopify-section-template--16775790395645__product-grid .facets__wrapper,
#shopify-section-template--16775790395645__product-grid #FacetsWrapperDesktop,
#shopify-section-template--16775790395645__product-grid .product-grid-container,
#shopify-section-template--16775790395645__product-grid .collection,
#shopify-section-template--16775790395645__product-grid .page-width {
  background: #ffffff !important;
  background-color: #ffffff !important;
  --color-background: 255, 255, 255 !important;
  --gradient-background: #ffffff !important;
}

/* FIX FILTER/SORT BAR */
.facets-container {
  display: grid !important;
  background: #ffffff !important;
  color: #000000 !important;
  margin: 0 !important;
  padding: 12px 40px !important;
  min-height: 45px !important;
}

.facets__form {
  display: grid !important;
  grid-template-columns: 1fr auto auto !important;
  align-items: center !important;
  gap: 20px !important;
  width: 100% !important;
  background: #ffffff !important;
}

.facets__wrapper,
.facet-filters,
.product-count {
  display: flex !important;
  align-items: center !important;
  background: #ffffff !important;
  color: #000000 !important;
}

.facets-container *,
.facets__form *,
.facets__wrapper *,
.facet-filters *,
.product-count * {
  color: #000000 !important;
  background: transparent !important;
}

.product-count {
  display: none !important;
}

.facets__display .facets__header {
  display: none !important;
}

/* =============================================
   MOBILE FILTER DRAWER — SLIDE IN FROM LEFT
   ============================================= */

/* Full-screen backdrop — z-index below header so header stays on top */
#shopify-section-template--16775790395645__product-grid .mobile-facets {
  position: fixed !important;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  width: 100vw !important;
  max-width: none !important;
  background-color: rgba(0, 0, 0, 0) !important;
  pointer-events: none !important;
  transition: background-color 0.42s ease !important;
  /* Below header (z-index:50 in base.css) so header shows above backdrop */
  z-index: 49 !important;
}

#shopify-section-template--16775790395645__product-grid .mobile-facets__wrapper {
  width: 100% !important;
  max-width: none !important;
  background: transparent !important;
}

/* Backdrop fades in when open */
#shopify-section-template--16775790395645__product-grid .menu-opening .mobile-facets {
  background-color: rgba(0, 0, 0, 0.45) !important;
  pointer-events: all !important;
}

/* The drawer panel — above the header */
#shopify-section-template--16775790395645__product-grid .mobile-facets__inner {
  position: relative !important;
  top: auto !important;
  left: auto !important;
  margin-left: 0 !important;
  margin-right: auto !important;
  width: calc(100% - 5rem) !important;
  max-width: 400px !important;
  min-width: unset !important;
  height: 100% !important;
  background: #ffffff !important;
  /* Above header so panel overlaps it cleanly */
  z-index: 51 !important;
  overflow-y: auto !important;
  /* Start hidden off left edge */
  transform: translateX(-110vw) !important;
  transition: transform 0.42s cubic-bezier(0.25, 0.46, 0.45, 0.94) !important;
  will-change: transform !important;
  box-shadow: 6px 0 32px rgba(0, 0, 0, 0.2) !important;
  display: flex !important;
  flex-direction: column !important;
}

/* SLIDE IN from left */
#shopify-section-template--16775790395645__product-grid .menu-opening .mobile-facets__inner {
  transform: translateX(0) !important;
}

/* Stay off-screen when closed */
.js #shopify-section-template--16775790395645__product-grid .disclosure-has-popup:not(.menu-opening) .mobile-facets__inner {
  transform: translateX(-110vw) !important;
}

/* Force white on all sub-sections — override .gradient class */
#shopify-section-template--16775790395645__product-grid .mobile-facets__header,
#shopify-section-template--16775790395645__product-grid .mobile-facets__main,
#shopify-section-template--16775790395645__product-grid .mobile-facets__footer,
#shopify-section-template--16775790395645__product-grid .mobile-facets__inner .gradient {
  background: #ffffff !important;
  background-color: #ffffff !important;
}

#shopify-section-template--16775790395645__product-grid .product-count,
#shopify-section-template--16775790395645__product-grid .product-count-vertical,
#shopify-section-template--16775790395645__product-grid .facets__count {
  display: none !important;
}

/* hide only the sort/Featured control */
#shopify-section-template--16775790395645__product-grid .facet-filters {
  display: none !important;
}

/* force filter button/drawer trigger to stay visible */
#shopify-section-template--16775790395645__product-grid .mobile-facets__open-wrapper,
#shopify-section-template--16775790395645__product-grid .mobile-facets__open {
  display: inline-flex !important;
  visibility: visible !important;
  opacity: 1 !important;
}

.product-count,
.product-count-vertical {
  display: none !important;
}

@media screen and (min-width: 990px) {
  footer {
    position: relative !important;
  }

  footer .footer__blocks-wrapper {
    position: absolute !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
    display: flex !important;
    justify-content: center !important;
    align-items: flex-start !important;
    gap: 85px !important;
    width: auto !important;
    max-width: none !important;
    margin: 0 !important;
  }

  footer .footer-block--menu {
    width: 150px !important;
    max-width: 150px !important;
    min-width: 150px !important;
    text-align: center !important;
  }

  footer .footer-block--menu * {
    text-align: center !important;
    justify-content: center !important;
  }
}
.shopify-policy__container {
  max-width: 900px !important;
  width: 90% !important;
  margin: 80px auto !important;
  padding: 40px 20px !important;
  display: block !important;
  color: #000 !important;
  background: #fff !important;
}

.shopify-policy__title,
.shopify-policy__body,
.shopify-policy__body .rte,
.shopify-policy__body p,
.shopify-policy__body h1,
.shopify-policy__body h2,
.shopify-policy__body h3,
.shopify-policy__body li,
.shopify-policy__body ul {
  color: #000 !important;
  opacity: 1 !important;
  visibility: visible !important;
}

.shopify-policy__body {
  display: block !important;
}
/* Custom Privacy Policy page styling */

.shopify-policy__container {
  max-width: 850px;
  margin: 90px auto;
  padding: 50px 30px;
  background: #ffffff;
}

.shopify-policy__title h1 {
  font-family: Georgia, serif;
  font-size: 44px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #510F0F;
  text-align: left !important;
}
  margin-bottom: 45px;
}

.shopify-policy__body,
.shopify-policy__body p,
.shopify-policy__body li {
  font-family: Arial, sans-serif;
  font-size: 16px;
  line-height: .5;
  color: #111111;
}

.shopify-policy__body h1,
.shopify-policy__body h2,
.shopify-policy__body h3 {
  font-family: Georgia, serif;
  color: #510F0F;
  letter-spacing: 0.3px;
  margin-top: 38px;
  margin-bottom: 12px;
}

.shopify-policy__body h1 {
  font-size: 28px;
}

.shopify-policy__body h2 {
  font-size: 24px;
}

.shopify-policy__body h3 {
  font-size: 20px;
}

.shopify-policy__body a {
  color: #510F0F;
  text-decoration: underline;
}

::selection {
  background: Highlight !important;
  color: HighlightText !important;
}

::-moz-selection {
  background: Highlight !important;
  color: HighlightText !important;
}/* Make email links visible on policy/pages */
a[href^="mailto:"],
.shopify-policy__body a[href^="mailto:"],
.rte a[href^="mailto:"],
.page-width a[href^="mailto:"] {
  color: #000000 !important;
  text-decoration: underline !important;
  opacity: 1 !important;
  visibility: visible !important;
}/* Make all policy page links visible */
.shopify-policy__body a,
.shopify-policy__body a:visited,
.shopify-policy__body a:hover,
.shopify-policy__body a:active {
  color: #000000 !important;
  text-decoration: underline !important;
  opacity: 1 !important;
  visibility: visible !important;
}
/* Privacy policy spacing cleanup */
.shopify-policy__container {
  max-width: 900px !important;
  margin: 80px auto !important;
  padding: 0 24px !important;
}

/* Main body text spacing */
.shopify-policy__body,
.shopify-policy__body p,
.shopify-policy__body li {
  line-height: 1.35 !important;
}

/* Paragraph spacing */
.shopify-policy__body p {
  margin-top: 0 !important;
  margin-bottom: 14px !important;
}

/* Bullet spacing */
.shopify-policy__body ul,
.shopify-policy__body ol {
  margin-top: 8px !important;
  margin-bottom: 18px !important;
  padding-left: 28px !important;
}

.shopify-policy__body li {
  margin-bottom: 6px !important;
}

/* Heading spacing */
.shopify-policy__body h1,
.shopify-policy__body h2,
.shopify-policy__body h3 {
  margin-top: 36px !important;
  margin-bottom: 12px !important;
  line-height: 1.15 !important;
}

/* Main red title */
.shopify-policy__title h1 {
  text-align: left !important;
  line-height: 1.1 !important;
  margin-bottom: 36px !important;
}/* Make Privacy Policy main title black */
.shopify-policy__title h1 {
  color: #000000 !important;
}/* Privacy Policy font - all simple */
.shopify-policy__container,
.shopify-policy__container * {
  font-family: Arial, sans-serif !important;
}/* Make Privacy Policy text column narrower */
.shopify-policy__container {
  max-width: 650px !important;
  margin-left: auto !important;
  margin-right: auto !important;
}/* Make Privacy Policy body text smaller, not the main title */
.shopify-policy__body,
.shopify-policy__body p,
.shopify-policy__body li {
  font-size: 12px !important;
  line-height: 1.35 !important;
}

/* Smaller section headings inside the policy body */
.shopify-policy__body h1 {
  font-size: 24px !important;
}

.shopify-policy__body h2 {
  font-size: 20px !important;
}

.shopify-policy__body h3 {
  font-size: 17px !important;
}

/* Do NOT shrink the big top Privacy Policy title */
.shopify-policy__title h1 {
  font-size: 42px !important;
}
/* Make the main Privacy Policy title super bold */
.shopify-policy__title h1 {
  font-weight: 800 !important;
  text-transform: uppercase !important;
  letter-spacing: 1px !important;
  color: #000000 !important;
}
/* TORI V HEADER MENU HOVER - FINAL */
.header__inline-menu a,
.header__inline-menu a span,
.header__inline-menu summary,
.header__inline-menu summary span{
  color:#000!important;
  -webkit-text-fill-color:#000!important;
  text-decoration:none!important;
  background:transparent!important;
  box-shadow:none!important;
}

.header__inline-menu a:before,
.header__inline-menu a:after,
.header__inline-menu summary:before,
.header__inline-menu summary:after{
  display:none!important;
  content:none!important;
}

.header__inline-menu a:hover,
.header__inline-menu a:hover span,
.header__inline-menu summary:hover,
.header__inline-menu summary:hover span{
  color:#c40000!important;
  -webkit-text-fill-color:#c40000!important;
  text-decoration:underline!important;
  text-underline-offset:4px!important;
  text-decoration-thickness:1px!important;
}/* FINAL HEADER MENU FIX */
.header__inline-menu,
.header__inline-menu *,
.header__inline-menu *:hover,
.header__inline-menu *:focus,
.header__inline-menu *:active,
.header__inline-menu *[aria-current="page"]{
background:transparent!important;
background-color:transparent!important;
box-shadow:none!important;
border-color:transparent!important;
}

.header__inline-menu *:before,
.header__inline-menu *:after{
display:none!important;
content:none!important;
}

.header__inline-menu a,
.header__inline-menu a span,
.header__inline-menu .header__menu-item,
.header__inline-menu .header__menu-item span{
color:#000!important;
-webkit-text-fill-color:#000!important;
text-decoration:none!important;
}

.header__inline-menu li:hover a,
.header__inline-menu li:hover a span,
.header__inline-menu li:hover .header__menu-item,
.header__inline-menu li:hover .header__menu-item span{
color:#c40000!important;
-webkit-text-fill-color:#c40000!important;
text-decoration:underline!important;
text-underline-offset:4px!important;
text-decoration-thickness:1px!important;
}

/* ORDER SUPPORT — align all content's LEFT edge with the Help Center text column,
   while keeping a normal content width.
   The page sits inside the narrow .page-width--narrow container (~726px, centered),
   so to reach the Help Center's text position we use the Help Center's OWN full-bleed
   technique (width:100vw + margin:calc(50% - 50vw)) to break out to the full viewport,
   then use padding-left to start the content exactly at the Help Center column's left edge:
     3-col (>=1101px): left = 42vw + 14.24px   (55px pad + 1.05fr video col + 34px gap)
     2-col (751-1100px): left = 50vw + 17px     (Help Center switches to 1fr 1fr here)
   Selector .rte .tv-faq-page (higher specificity) beats the page's own inline <style>
   which sets left:-50px!important etc. Per-element max-widths in the page keep the width. */
@media screen and (min-width: 1101px) {
  .rte .tv-faq-page {
    box-sizing: border-box !important;
    width: 100vw !important;
    max-width: 100vw !important;
    margin-left: calc(50% - 50vw) !important;
    margin-right: calc(50% - 50vw) !important;
    left: 0 !important;
    transform: none !important;
    padding-left: calc(42vw + 14.24px) !important;
    padding-right: 55px !important;
  }
}

@media screen and (min-width: 751px) and (max-width: 1100px) {
  .rte .tv-faq-page {
    box-sizing: border-box !important;
    width: 100vw !important;
    max-width: 100vw !important;
    margin-left: calc(50% - 50vw) !important;
    margin-right: calc(50% - 50vw) !important;
    left: 0 !important;
    transform: none !important;
    padding-left: calc(50vw + 17px) !important;
    padding-right: 55px !important;
  }
}

/* PRODUCT PAGE — the theme's base text color is white (255,255,255) on a white
   background, so the product info (title/price/description/options) renders
   invisible. Other areas have black overrides; the product page didn't. Force the
   product info text dark. Buttons are left alone (they use colored backgrounds
   with light labels, e.g. the red Add to cart). */
.product__info-container .product__title h1,
.product__info-container .product__title h2,
.product__info-container .product__title .h1,
.product__info-container .product__title a,
.product__info-container .product__text,
.product__info-container .price,
.product__info-container .price__container,
.product__info-container .price-item,
.product__info-container .product__tax,
.product__info-container .product__tax a,
.product__info-container .product__description,
.product__info-container .product__accordion summary,
.product__info-container .product__accordion .accordion__title,
.product__info-container .rte,
.product__info-container .rte p,
.product__info-container .rte li,
.product__info-container .rte a,
.product__info-container .rte span,
.product__info-container .rte strong,
.product__info-container fieldset legend,
.product__info-container .form__label,
.product__info-container label,
.product__info-container .quantity__label {
  color: #000 !important;
  -webkit-text-fill-color: #000 !important;
}

/* The "Add to cart" button is a secondary (outline) style; with the white base
   colors its text + border are white-on-white = invisible. Make it solid black
   (red on hover) so it's clearly visible and customers can add to cart. */
.product__info-container .product-form__submit.button {
  background: #000 !important;
  background-color: #000 !important;
  color: #fff !important;
  -webkit-text-fill-color: #fff !important;
  border: 1px solid #000 !important;
  box-shadow: none !important;
}
.product__info-container .product-form__submit.button > span,
.product__info-container .product-form__submit.button .loading-overlay__spinner {
  color: #fff !important;
  -webkit-text-fill-color: #fff !important;
}
.product__info-container .product-form__submit.button::before { display: none !important; }
.product__info-container .product-form__submit.button::after { box-shadow: none !important; border: 0 !important; }
.product__info-container .product-form__submit.button:hover {
  background: #c40000 !important;
  background-color: #c40000 !important;
  border-color: #c40000 !important;
  color: #fff !important;
  -webkit-text-fill-color: #fff !important;
}
/* ===== TORI SHOP GRID - ALL LIGHT GRAY + INSTANT HOVER IMAGE SWITCH ===== */

#ProductGridContainer,
#ProductGridContainer .collection,
#ProductGridContainer .page-width,
.collection .page-width {
  max-width: none !important;
  width: 100% !important;
  padding: 0 !important;
  margin: 0 !important;
}

#product-grid {
  --grid-desktop-horizontal-spacing: 0px !important;
  --grid-desktop-vertical-spacing: 0px !important;
  --grid-mobile-horizontal-spacing: 0px !important;
  --grid-mobile-vertical-spacing: 0px !important;
  gap: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  border-top: 1px solid #111 !important;
  border-left: 1px solid #111 !important;
  background: #f3f3f3 !important;
}

#product-grid .grid__item {
  padding: 0 !important;
  margin: 0 !important;
  background: #f3f3f3 !important;
  border-right: 1px solid #111 !important;
  border-bottom: 1px solid #111 !important;
}

#product-grid .card,
#product-grid .card-wrapper,
#product-grid .card__inner,
#product-grid .card__media,
#product-grid .media {
  background: #f3f3f3 !important;
  background-color: #f3f3f3 !important;
}

#product-grid .card__inner.ratio {
  display: block !important;
  position: relative !important;
  overflow: hidden !important;
}

#product-grid .card__inner.ratio:before {
  content: "" !important;
  display: block !important;
  padding-bottom: var(--ratio-percent) !important;
}

#product-grid .card__inner .card__media {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  position: absolute !important;
  inset: 0 !important;
  width: 100% !important;
  height: 100% !important;
  background: #f3f3f3 !important;
  z-index: 1 !important;
}

#product-grid .card__inner .card__media .media {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  width: 100% !important;
  height: 100% !important;
  background: #f3f3f3 !important;
}
#product-grid .card__inner .card__media img {
  display: block !important;
  visibility: visible !important;
  position: absolute !important;
  inset: 0 !important;

  width: 100% !important;
  height: 100% !important;
  margin: 0 !important;

  object-fit: cover !important;
  object-position: center center !important;

  background: transparent !important;
  filter: none !important;
  image-rendering: auto !important;
  transform: none !important;
  backface-visibility: hidden !important;
  transition: opacity 0.45s ease !important;
  animation: none !important;
}

/* first image normal */
#product-grid .card__media img:first-child {
  opacity: 1 !important;
  z-index: 2 !important;
}

/* second image hidden until hover */
#product-grid .card__media img + img {
  opacity: 0 !important;
  z-index: 3 !important;
  transition: opacity 0.45s ease !important;
}

/* soft fade on hover */
#product-grid .card-wrapper:hover .card__media img:first-child:not(:only-child) {
  opacity: 0 !important;
}

#product-grid .card-wrapper:hover .card__media img + img {
  opacity: 1 !important;
}

/* video hover layer */
/* video hover layer - full edge to edge */
#product-grid .tori-hover-video {
  position: absolute !important;
  inset: 0 !important;
  width: 100% !important;
  height: 100% !important;
  margin: 0 !important;
  z-index: 4 !important;
  opacity: 0 !important;
  visibility: hidden !important;
  overflow: hidden !important;
  pointer-events: none !important;
  transition: opacity 0.45s ease, visibility 0s linear 0.45s !important;
}

#product-grid .tori-hover-video video {
  position: absolute !important;
  inset: 0 !important;
  width: 100% !important;
  height: 100% !important;
  min-width: 100% !important;
  min-height: 100% !important;
  object-fit: cover !important;
  object-position: center center !important;
  display: block !important;
  filter: none !important;
  transform: none !important;
}

#product-grid .card-wrapper:hover .tori-hover-video {
  opacity: 1 !important;
  visibility: visible !important;
  transition: opacity 0.45s ease, visibility 0s !important;
}

#product-grid .card-wrapper:has(.tori-hover-video):hover .card__media img {
  opacity: 0 !important;
}

/* hide duplicate inner text overlay */
#product-grid .card__inner > .card__content {
  display: none !important;
}

/* product text area also light gray */
#product-grid .card > .card__content,
#product-grid .card__information,
#product-grid .card-information {
  background: #f3f3f3 !important;
  background-color: #f3f3f3 !important;
  color: #000 !important;
  text-align: center !important;
  justify-content: center !important;
  align-items: center !important;
}

#product-grid .card__heading,
#product-grid .card__heading a,
#product-grid .price,
#product-grid .price *,
#product-grid .card-information,
#product-grid .card-information * {
  color: #000 !important;
  opacity: 1 !important;
  text-align: center !important;
  text-decoration: none !important;
  font-size: 12px !important;
  line-height: 1.25 !important;
}

.facets-container,
#main-collection-filters {
  max-width: none !important;
  width: 100% !important;
  padding: 14px 18px !important;
  margin: 0 !important;
}
/* Product title, price, and Buy Now button */

#product-grid .card__information {
  text-align: center !important;
  padding-top: 1.2rem !important;
}

#product-grid .card__heading,
#product-grid .card__heading a,
#product-grid .card-information,
#product-grid .price,
#product-grid .price__regular,
#product-grid .price-item {
  font-weight: 700 !important;
  letter-spacing: 0.04em !important;
  color: #111 !important;
}

#product-grid .card__heading,
#product-grid .card__heading a {
  font-size: 1.25rem !important;
  text-transform: none !important;
}

#product-grid .price,
#product-grid .price-item {
  font-size: 1.15rem !important;
}

.tori-card-add-form {
  margin-top: 0.9rem !important;
  display: flex !important;
  justify-content: center !important;
}

.tori-card-add-button {
  width: auto !important;
  min-width: 120px !important;
  padding: 0.9rem 1.6rem !important;
  border: 1px solid #111 !important;
  border-radius: 999px !important;
  background: #111 !important;
  color: #fff !important;
  font-size: 1.1rem !important;
  font-weight: 800 !important;
  letter-spacing: 0.08em !important;
  text-transform: uppercase !important;
  cursor: pointer !important;
  transition: background-color 0.22s ease, color 0.22s ease, border-color 0.22s ease !important;
}

.tori-card-add-button:hover {
  background: #c90000 !important;
  border-color: #c90000 !important;
  color: #fff !important;
  transform: none !important;
  translate: none !important;
}

.tori-card-add-button--sold-out {
  opacity: 0.45 !important;
  cursor: not-allowed !important;
}/* Make product title bolder than price + fix Buy Now visibility */

#product-grid .card__heading,
#product-grid .card__heading a {
  font-weight: 900 !important;
  font-size: 1.25rem !important;
  letter-spacing: 0.03em !important;
  color: #000 !important;
  text-transform: none !important;
  line-height: 1.25 !important;
}

#product-grid .price,
#product-grid .price__regular,
#product-grid .price-item {
  font-weight: 600 !important;
  font-size: 1.05rem !important;
  letter-spacing: 0.02em !important;
  color: #111 !important;
}


/* =====================================================
/* =====================================================
   TORI V ANNOUNCEMENT BAR — TWO FULL SCROLLING SETS
===================================================== */

.announcement-bar,
.announcement-bar-section,
.utility-bar {
  background: #050505 !important;
  background-color: #050505 !important;
  color: #ffffff !important;
  height: 30px !important;
  min-height: 30px !important;
  max-height: 30px !important;
  padding: 0 !important;
  margin: 0 !important;
  border: 0 !important;
  overflow: hidden !important;
  position: relative !important;
  display: block !important;
}

.announcement-bar__link {
  background: #050505 !important;
  background-color: #050505 !important;
  color: #ffffff !important;
  height: 30px !important;
  min-height: 30px !important;
  max-height: 30px !important;
  padding: 0 !important;
  margin: 0 !important;
  border: 0 !important;
  overflow: hidden !important;
  position: relative !important;
  display: block !important;
  width: 100% !important;
  text-decoration: none !important;
}

.announcement-bar .icon-arrow,
.announcement-bar__link .icon-arrow,
.utility-bar .icon-arrow {
  display: none !important;
}

.announcement-bar__message {
  font-size: 0 !important;
  color: transparent !important;
  -webkit-text-fill-color: transparent !important;
  padding: 0 !important;
  margin: 0 !important;
  width: 100% !important;
  height: 30px !important;
  overflow: hidden !important;
  position: relative !important;
  animation: none !important;
}

.announcement-bar__message * {
  font-size: 0 !important;
  color: transparent !important;
  -webkit-text-fill-color: transparent !important;
}

.announcement-bar__message::before {
  content: 'NEW SINGLE “BIG BAD WOLF” OUT NOW!   |   TORI V: LIVE JULY 11 DALLAS, TEXAS.   →   GET TICKETS NOW     NEW SINGLE “BIG BAD WOLF” OUT NOW!   |   TORI V: LIVE JULY 11 DALLAS, TEXAS.   →   GET TICKETS NOW     ' !important;

  display: inline-block !important;
  width: max-content !important;
  height: 30px !important;
  line-height: 30px !important;

  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;

  font-size: 10px !important;
  font-weight: 700 !important;
  letter-spacing: 0.10em !important;
  text-transform: uppercase !important;
  white-space: nowrap !important;

  animation: toriAnnouncementTwoSets 34s linear infinite !important;
}

.announcement-bar__message::after {
  content: none !important;
  display: none !important;
}

.announcement-bar:hover,
.announcement-bar__link:hover,
.utility-bar:hover {
  background: #050505 !important;
  background-color: #050505 !important;
}

.announcement-bar:hover .announcement-bar__message::before {
  animation-play-state: paused !important;
}

@keyframes toriAnnouncementTwoSets {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-50%);
  }
}
/* =====================================================
   TORI V HEADER ONLY — REMOVE RED BACKGROUND
   Keeps announcement bar untouched.
   Makes the main top/header area white.
===================================================== */

/* Force the main header area white */
#shopify-section-header,
#shopify-section-header .header-wrapper,
#shopify-section-header .header-wrapper.gradient,
#shopify-section-header .header-wrapper[class*="color-"],
#shopify-section-header sticky-header,
#shopify-section-header .header,
#shopify-section-header .header.gradient,
#shopify-section-header .header[class*="color-"],
#shopify-section-header .header.page-width,
#shopify-section-header .page-width {
  background: #ffffff !important;
  background-color: #ffffff !important;
  color: #050505 !important;
}

/* Remove any red gradient/color bleed behind the header */
#shopify-section-header .gradient,
#shopify-section-header [class*="color-accent"],
#shopify-section-header [class*="color-background"] {
  background: #ffffff !important;
  background-color: #ffffff !important;
}

/* Header spacing like the clean mockup */
#shopify-section-header .header {
  max-width: none !important;
  width: 100% !important;
  margin: 0 !important;
  padding-top: 34px !important;
  padding-bottom: 24px !important;
  border-bottom: 0 !important;
}

/* Logo stays centered */
#shopify-section-header .header__heading,
#shopify-section-header .header__heading-link {
  justify-self: center !important;
  text-align: center !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

/* Logo size */
#shopify-section-header .header__heading-logo,
#shopify-section-header .header__heading-logo-wrapper img {
  max-width: 175px !important;
  height: auto !important;
}

/* Menu text cleaner and lighter */
#shopify-section-header .header__menu-item,
#shopify-section-header .header__menu-item span,
#shopify-section-header .header__inline-menu .list-menu__item,
#shopify-section-header .header__inline-menu .list-menu__item span {
  color: #050505 !important;
  font-size: 12px !important;
  font-weight: 400 !important;
  letter-spacing: 0.08em !important;
  text-transform: uppercase !important;
  background: transparent !important;
}

/* Menu hover underline */
#shopify-section-header .header__menu-item:hover span,
#shopify-section-header .header__active-menu-item,
#shopify-section-header .header__inline-menu .list-menu__item:hover span {
  color: #c40000 !important;
  text-decoration: none !important;
  text-decoration-line: none !important;
}

/* Icons black */
#shopify-section-header .header__icons,
#shopify-section-header .header__icon,
#shopify-section-header .header__icon span,
#shopify-section-header .header__icon svg,
#shopify-section-header .header__icon .icon {
  color: #050505 !important;
  stroke: #050505 !important;
  fill: none !important;
  background: transparent !important;
}

/* Make icon sizes normal */
#shopify-section-header .header__icon svg,
#shopify-section-header .header__icon .icon {
  width: 20px !important;
  height: 20px !important;
}

/* Cart bubble stays red */
#shopify-section-header .cart-count-bubble {
  background: #c40000 !important;
  color: #ffffff !important;
}
/* =====================================================
   TORI V SEARCH MODAL FIX — CLEAN INPUT
   White search bar, black outline, visible "Search" placeholder,
   and typing works.
===================================================== */

/* Search modal area */
.search-modal,
.search-modal__content {
  background: #ffffff !important;
  background-color: #ffffff !important;
  border-color: rgba(0, 0, 0, 0.35) !important;
}

/* Keep search content centered like the reference */
.search-modal__content {
  min-height: 110px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}

/* Search form size */
.search-modal__form {
  max-width: 620px !important;
  width: 45vw !important;
  min-width: 420px !important;
}

/* Main search input wrapper */
.search-modal .field {
  background: #ffffff !important;
  background-color: #ffffff !important;
  border: 1px solid #050505 !important;
  box-shadow: none !important;
  height: 46px !important;
  min-height: 46px !important;
  display: flex !important;
  align-items: center !important;
  position: relative !important;
}

/* Remove Shopify fake field overlays that can block the input */
.search-modal .field:before,
.search-modal .field:after,
.search-modal .field:hover:after,
.search-modal .field:focus-within:after {
  content: none !important;
  display: none !important;
  box-shadow: none !important;
  border: 0 !important;
}

/* Actual search input */
.search-modal .field__input,
.search-modal input[type="search"],
.search-modal .search__input {
  background: transparent !important;
  background-color: transparent !important;
  color: #050505 !important;
  -webkit-text-fill-color: #050505 !important;
  caret-color: #050505 !important;
  border: 0 !important;
  outline: none !important;
  box-shadow: none !important;
  height: 46px !important;
  min-height: 46px !important;
  padding: 0 54px 0 16px !important;
  margin: 0 !important;
  font-size: 15px !important;
  line-height: 46px !important;
  width: 100% !important;
  z-index: 2 !important;
  position: relative !important;
  pointer-events: auto !important;
}

/* Show placeholder text: "Search" */
.search-modal .field__input::placeholder,
.search-modal input[type="search"]::placeholder,
.search-modal .search__input::placeholder {
  color: #555555 !important;
  -webkit-text-fill-color: #555555 !important;
  opacity: 1 !important;
}

/* Hide Shopify floating label so placeholder shows cleanly */
.search-modal .field__label {
  display: none !important;
}

/* Search button inside the input */
.search-modal .search__button,
.search-modal .field__button {
  background: transparent !important;
  background-color: transparent !important;
  color: #050505 !important;
  border: 0 !important;
  box-shadow: none !important;
  width: 46px !important;
  height: 46px !important;
  min-width: 46px !important;
  min-height: 46px !important;
  padding: 0 !important;
  right: 0 !important;
  top: 0 !important;
  z-index: 3 !important;
}

/* Search icon size/weight inside the search box */
.search-modal .search__button svg,
.search-modal .field__button svg,
.search-modal .icon-search {
  color: #050505 !important;
  stroke: #050505 !important;
  fill: none !important;

  width: 22px !important;
  height: 22px !important;
  min-width: 22px !important;
  min-height: 22px !important;
  max-width: none !important;
  max-height: none !important;

  transform: scale(1.18) !important;
  transform-origin: center center !important;
}

/* Search icon line thickness */
.search-modal .search__button path,
.search-modal .field__button path,
.search-modal .search__button circle,
.search-modal .field__button circle,
.search-modal .search__button line,
.search-modal .field__button line {
  stroke: #050505 !important;
  stroke-width: 1.15 !important;
  fill: none !important;
}
}

/* Close X */
.search-modal__close-button,
.search-modal__close-button.link {
  background: transparent !important;
  color: #050505 !important;
  box-shadow: none !important;
  border: 0 !important;
  margin-left: 18px !important;
}

.search-modal__close-button svg,
.search-modal__close-button path,
.search-modal__close-button .icon {
  color: #050505 !important;
  stroke: #050505 !important;
  fill: none !important;
}

/* Focus state: black outline, no blue/red */
.search-modal .field:focus-within {
  border-color: #050505 !important;
  box-shadow: 0 0 0 1px #050505 !important;
}

/* Mobile */
@media screen and (max-width: 749px) {
  .search-modal__form {
    width: 82vw !important;
    min-width: 0 !important;
  }

  .search-modal__content {
    padding: 0 18px !important;
  }
}
/* =====================================================
   TORI V SEARCH OVERLAY FIX — SAFE VERSION
   Removes the gray/faded screen effect without blocking clicks.
===================================================== */

details[open] .modal-overlay,
details[open] .modal-overlay::after,
.modal-overlay,
.modal-overlay::after {
  background: transparent !important;
  background-color: transparent !important;
  opacity: 0 !important;
  pointer-events: none !important;
}

.search-modal,
.search-modal__content {
  background: #ffffff !important;
  background-color: #ffffff !important;
  opacity: 1 !important;
  filter: none !important;
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
}
/* =====================================================
   TORI V SEARCH DROPDOWN POSITION
   Makes search open UNDER the header/menu, not replace it
===================================================== */

/* Make header the anchor for the dropdown */
#shopify-section-header,
#shopify-section-header .header-wrapper,
#shopify-section-header sticky-header {
  position: relative !important;
  overflow: visible !important;
}

/* Search modal becomes a dropdown under the header */
#shopify-section-header .search-modal {
  position: absolute !important;
  top: 100% !important;
  left: 0 !important;
  right: 0 !important;
  width: 100% !important;
  height: 115px !important;
  min-height: 115px !important;
  background: #ffffff !important;
  background-color: #ffffff !important;
  border-top: 1px solid rgba(0, 0, 0, 0.15) !important;
  border-bottom: 1px solid rgba(0, 0, 0, 0.25) !important;
  z-index: 50 !important;
  opacity: 1 !important;
  transform: none !important;
}

/* Keep search content centered inside dropdown */
#shopify-section-header .search-modal__content {
  height: 115px !important;
  min-height: 115px !important;
  background: #ffffff !important;
  background-color: #ffffff !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 0 5rem !important;
}

/* Search form size */
#shopify-section-header .search-modal__form {
  max-width: 620px !important;
  width: 45vw !important;
  min-width: 420px !important;
}

/* Search input wrapper */
#shopify-section-header .search-modal .field {
  background: #ffffff !important;
  background-color: #ffffff !important;
  border: 1px solid #050505 !important;
  box-shadow: none !important;
  height: 46px !important;
  min-height: 46px !important;
  display: flex !important;
  align-items: center !important;
}

/* Remove weird Shopify input overlays */
#shopify-section-header .search-modal .field:before,
#shopify-section-header .search-modal .field:after,
#shopify-section-header .search-modal .field:hover:after,
#shopify-section-header .search-modal .field:focus-within:after {
  content: none !important;
  display: none !important;
}

/* Actual input */
#shopify-section-header .search-modal .field__input,
#shopify-section-header .search-modal input[type="search"],
#shopify-section-header .search-modal .search__input {
  background: transparent !important;
  color: #050505 !important;
  -webkit-text-fill-color: #050505 !important;
  caret-color: #050505 !important;
  border: 0 !important;
  outline: none !important;
  box-shadow: none !important;
  height: 46px !important;
  min-height: 46px !important;
  padding: 0 54px 0 16px !important;
  margin: 0 !important;
  font-size: 15px !important;
  line-height: 46px !important;
  width: 100% !important;
}

/* Placeholder says Search */
#shopify-section-header .search-modal .field__input::placeholder,
#shopify-section-header .search-modal input[type="search"]::placeholder,
#shopify-section-header .search-modal .search__input::placeholder {
  color: #555555 !important;
  -webkit-text-fill-color: #555555 !important;
  opacity: 1 !important;
}

/* Hide floating label */
#shopify-section-header .search-modal .field__label {
  display: none !important;
}

/* Search button */
#shopify-section-header .search-modal .search__button,
#shopify-section-header .search-modal .field__button {
  background: transparent !important;
  color: #050505 !important;
  border: 0 !important;
  box-shadow: none !important;
  width: 46px !important;
  height: 46px !important;
  min-width: 46px !important;
  min-height: 46px !important;
  right: 0 !important;
  top: 0 !important;
}

/* Search icon black */
#shopify-section-header .search-modal .search__button svg,
#shopify-section-header .search-modal .field__button svg,
#shopify-section-header .search-modal .search__button path,
#shopify-section-header .search-modal .field__button path,
#shopify-section-header .search-modal .icon-search {
  color: #050505 !important;
  stroke: #050505 !important;
  fill: none !important;
}

/* Close X */
#shopify-section-header .search-modal__close-button,
#shopify-section-header .search-modal__close-button.link {
  background: transparent !important;
  color: #050505 !important;
  box-shadow: none !important;
  border: 0 !important;
  margin-left: 18px !important;
}

#shopify-section-header .search-modal__close-button svg,
#shopify-section-header .search-modal__close-button path,
#shopify-section-header .search-modal__close-button .icon {
  color: #050505 !important;
  stroke: #050505 !important;
  fill: none !important;
}

/* Keep page from dimming/fading */
details[open] .modal-overlay,
details[open] .modal-overlay::after,
.modal-overlay,
.modal-overlay::after {
  background: transparent !important;
  background-color: transparent !important;
  opacity: 0 !important;
  pointer-events: none !important;
}

/* Mobile */
@media screen and (max-width: 749px) {
  #shopify-section-header .search-modal {
    height: 95px !important;
    min-height: 95px !important;
  }

  #shopify-section-header .search-modal__content {
    height: 95px !important;
    min-height: 95px !important;
    padding: 0 18px !important;
  }

  #shopify-section-header .search-modal__form {
    width: 82vw !important;
    min-width: 0 !important;
  }
}
/* =====================================================
   TORI V SEARCH BAR SIZE + ICON TUNING
   Adjust only the numbers at the top.
===================================================== */

:root {
  --tori-search-bar-width: 720px;
  --tori-search-bar-height: 48px;
  --tori-search-font-size: 15px;
  --tori-search-icon-size: 21px;
  --tori-search-icon-weight: 1.02;
}

/* Search form width */
#shopify-section-header .search-modal__form {
  max-width: var(--tori-search-bar-width) !important;
  width: var(--tori-search-bar-width) !important;
  min-width: 0 !important;
}

/* Search bar height */
#shopify-section-header .search-modal .field {
  height: var(--tori-search-bar-height) !important;
  min-height: var(--tori-search-bar-height) !important;
}

/* Actual typing input */
#shopify-section-header .search-modal .field__input,
#shopify-section-header .search-modal input[type="search"],
#shopify-section-header .search-modal .search__input {
  height: var(--tori-search-bar-height) !important;
  min-height: var(--tori-search-bar-height) !important;
  line-height: var(--tori-search-bar-height) !important;
  font-size: var(--tori-search-font-size) !important;
  padding-left: 18px !important;
  padding-right: 58px !important;
}

/* Search button box */
#shopify-section-header .search-modal .search__button,
#shopify-section-header .search-modal .field__button {
  width: 56px !important;
  height: var(--tori-search-bar-height) !important;
  min-width: 56px !important;
  min-height: var(--tori-search-bar-height) !important;
}

/* Search icon size */
#shopify-section-header .search-modal .search__button svg,
#shopify-section-header .search-modal .field__button svg,
#shopify-section-header .search-modal .icon-search {
  width: var(--tori-search-icon-size) !important;
  height: var(--tori-search-icon-size) !important;
  min-width: var(--tori-search-icon-size) !important;
  min-height: var(--tori-search-icon-size) !important;
  color: #050505 !important;
  stroke: #050505 !important;
  fill: none !important;
}

/* Search icon line weight */
#shopify-section-header .search-modal .search__button svg *,
#shopify-section-header .search-modal .field__button svg *,
#shopify-section-header .search-modal .search__button path,
#shopify-section-header .search-modal .field__button path,
#shopify-section-header .search-modal .search__button circle,
#shopify-section-header .search-modal .field__button circle,
#shopify-section-header .search-modal .search__button line,
#shopify-section-header .search-modal .field__button line {
  stroke: #050505 !important;
  stroke-width: var(--tori-search-icon-weight) !important;
  fill: none !important;
}
/* =====================================================
   TORI V SEARCH MODAL ICON + X HOVER FIX
   Adjustable search icon weight + red X hover
===================================================== */

:root {
  --tori-search-modal-icon-size: 21px;
  --tori-search-modal-icon-weight: 1.4px;
}

/* Make the search button hold our custom icon */
#shopify-section-header .search-modal .search__button,
#shopify-section-header .search-modal .field__button {
  position: absolute !important;
  right: 0 !important;
  top: 0 !important;
  width: 54px !important;
  height: var(--tori-search-bar-height, 46px) !important;
  min-width: 54px !important;
  min-height: var(--tori-search-bar-height, 46px) !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  overflow: visible !important;
}

/* Hide Shopify's built-in search SVG */
#shopify-section-header .search-modal .search__button svg,
#shopify-section-header .search-modal .field__button svg,
#shopify-section-header .search-modal .search__button .icon,
#shopify-section-header .search-modal .field__button .icon {
  display: none !important;
  opacity: 0 !important;
  visibility: hidden !important;
}

/* One-piece connected magnifying glass icon */
#shopify-section-header .search-modal .search__button::before,
#shopify-section-header .search-modal .field__button::before {
  content: "" !important;
  width: 21px !important;
  height: 21px !important;
  position: absolute !important;
  top: 50% !important;
  left: 50% !important;
  transform: translate(-50%, -50%) !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  background-size: contain !important;
  pointer-events: none !important;

  background-image: url("data:image/svg+xml,%3Csvg%20viewBox='0%200%2024%2024'%20xmlns='http://www.w3.org/2000/svg'%20fill='none'%20stroke='%23050505'%20stroke-width='1.55'%20stroke-linecap='round'%20stroke-linejoin='round'%3E%3Ccircle%20cx='10.8'%20cy='10.8'%20r='6.8'/%3E%3Cpath%20d='M15.8%2015.8L20.5%2020.5'/%3E%3C/svg%3E") !important;
}

/* Turn off the old separate handle completely */
#shopify-section-header .search-modal .search__button::after,
#shopify-section-header .search-modal .field__button::after {
  content: none !important;
  display: none !important;
}

/* X stays black normally */
#shopify-section-header .search-modal__close-button,
#shopify-section-header .search-modal__close-button.link,
#shopify-section-header .search-modal__close-button svg,
#shopify-section-header .search-modal__close-button path,
#shopify-section-header .search-modal__close-button .icon {
  color: #050505 !important;
  stroke: #050505 !important;
  fill: none !important;
}

/* X turns red on hover */
#shopify-section-header .search-modal__close-button:hover,
#shopify-section-header .search-modal__close-button.link:hover,
#shopify-section-header .search-modal__close-button:hover svg,
#shopify-section-header .search-modal__close-button:hover path,
#shopify-section-header .search-modal__close-button:hover .icon {
  color: #c40000 !important;
  stroke: #c40000 !important;
  fill: none !important;
}
/* =====================================================
   TORI V — ANNOUNCEMENT BAR RESET
   Makes Shopify announcement text editable again
===================================================== */

.announcement-bar,
.announcement-bar-section,
.utility-bar {
  background: #050505 !important;
  color: #ffffff !important;
  height: 30px !important;
  min-height: 30px !important;
  max-height: 30px !important;
  overflow: hidden !important;
  padding: 0 !important;
  margin: 0 !important;
  border: 0 !important;
}

.announcement-bar__link {
  background: #050505 !important;
  color: #ffffff !important;
  height: 30px !important;
  min-height: 30px !important;
  max-height: 30px !important;
  overflow: hidden !important;
  padding: 0 !important;
  margin: 0 !important;
  text-decoration: none !important;
  display: block !important;
}

.announcement-bar__message {
  position: static !important;
  display: inline-block !important;
  width: max-content !important;
  max-width: none !important;
  height: 30px !important;
  line-height: 30px !important;
  padding: 0 !important;
  margin: 0 !important;

  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;

  font-size: 10px !important;
  font-weight: 700 !important;
  letter-spacing: 0.10em !important;
  text-transform: uppercase !important;
  white-space: nowrap !important;
  text-align: left !important;

  animation: toriAnnouncementSimpleScroll 42s linear infinite !important;
}

/* Kill all fake layered text that was causing the disappearing issue */
.announcement-bar__message::before,
.announcement-bar__message::after {
  content: none !important;
  display: none !important;
}

/* Hide Shopify's default arrow */
.announcement-bar .icon-arrow,
.announcement-bar__link .icon-arrow,
.utility-bar .icon-arrow {
  display: none !important;
}

.announcement-bar:hover .announcement-bar__message {
  animation-play-state: paused !important;
}

@keyframes toriAnnouncementSimpleScroll {
  0% {
    transform: translateX(100vw);
  }

  100% {
    transform: translateX(-100%);
  }
}
/* =====================================================
  

.collection .facets-container {
  width: 100% !important;
  align-items: center !important;
  justify-content: flex-start !important;
  padding: 18px 24px !important;
  margin: 0 !important;
  background: #ffffff !important;
  border-bottom: 1px solid #111111 !important;
  z-index: 2 !important;
}

.collection .mobile-facets__open,
.collection .facets__summary,
.collection .facets__heading,
.collection .facets__display,
.collection .facets__reset {
  display: inline-flex !important;
  visibility: visible !important;
  opacity: 1 !important;
}

.collection .mobile-facets__open {
  align-items: center !important;
  gap: 8px !important;
  color: #111111 !important;
  font-size: 14px !important;
  font-weight: 400 !important;
  letter-spacing: 0.03em !important;
  text-decoration: none !important;
  cursor: pointer !important;
}

.collection .mobile-facets__open svg,
.collection .mobile-facets__open .icon {
  display: block !important;
  width: 16px !important;
  height: 16px !important;
  color: #111111 !important;
  fill: none !important;
}

/* Keeps filter visible on desktop too */
@media screen and (min-width: 750px) {
  .collection .facets-container {
    display: flex !important;
  }

  .collection .mobile-facets__wrapper {
    display: flex !important;
  }
}
/* =====================================================
   TORI V — FIX BUY NOW BEING COVERED BY PRODUCT LINK
   Makes Buy Now actually clickable/hoverable
===================================================== */

/* Keep product card layered correctly */
#product-grid .card,
#product-grid .card-wrapper,
#product-grid .card__content,
#product-grid .card__information {
  position: relative !important;
}

/* Product image/link layers stay lower */
#product-grid .card__inner,
#product-grid .card__media,
#product-grid .media,
#product-grid .full-unstyled-link {
  position: relative !important;
  z-index: 1 !important;
}

/* The Buy Now form/button must sit ABOVE the product link layer */
#product-grid .tori-card-add-form {
  position: relative !important;
  z-index: 50 !important;
  pointer-events: auto !important;
}

#product-grid .tori-card-add-button {
  position: relative !important;
  z-index: 60 !important;
  pointer-events: auto !important;

  background: #000000 !important;
  background-color: #000000 !important;
  border: 1px solid #000000 !important;
  border-color: #000000 !important;

  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;

  cursor: pointer !important;
}

/* Product title hover red */
#product-grid .card__heading:hover,
#product-grid .card__heading:hover a,
#product-grid .card__heading a:hover,
#product-grid .full-unstyled-link:hover {
  color: #c40000 !important;
  -webkit-text-fill-color: #c40000 !important;
}

/* Buy Now hover: button stays black, text turns red */
#product-grid .tori-card-add-button:hover {
  background: #000000 !important;
  background-color: #000000 !important;
  border-color: #000000 !important;

  color: #c40000 !important;
  -webkit-text-fill-color: #c40000 !important;

  transform: none !important;
}

/* If button has inner text/span, force it too */
#product-grid .tori-card-add-button:hover * {
  color: #c40000 !important;
  -webkit-text-fill-color: #c40000 !important;
}
/* =====================================================
   TORI V — HEADER MENU FINAL THIN ACTIVE + HOVER
   Thin red underline. Active page stays red.
===================================================== */

/* Remove thick border underline from older code */
#shopify-section-header .header__menu-item,
#shopify-section-header .header__menu-item span,
#shopify-section-header .header__active-menu-item,
#shopify-section-header .list-menu__item,
#shopify-section-header .list-menu__item span {
  border-bottom: 0 !important;
  box-shadow: none !important;
}

/* Normal menu */
#shopify-section-header .header__menu-item span,
#shopify-section-header .list-menu__item span {
  color: #050505 !important;
  -webkit-text-fill-color: #050505 !important;
  text-decoration: none !important;
  text-decoration-line: none !important;
}

/* Hover menu item — thin red underline */
#shopify-section-header .header__menu-item:hover span,
#shopify-section-header .list-menu__item:hover span {
  color: #c40000 !important;
  -webkit-text-fill-color: #c40000 !important;

  text-decoration: underline !important;
  text-decoration-line: underline !important;
  text-decoration-color: #c40000 !important;
  text-decoration-thickness: 1px !important;
  text-underline-offset: 6px !important;
}

/* Current active page — same exact look as hover */
#shopify-section-header .header__menu-item .header__active-menu-item,
#shopify-section-header .list-menu__item .header__active-menu-item,
#shopify-section-header .header__active-menu-item {
  color: #c40000 !important;
  -webkit-text-fill-color: #c40000 !important;

  text-decoration: underline !important;
  text-decoration-line: underline !important;
  text-decoration-color: #c40000 !important;
  text-decoration-thickness: 1px !important;
  text-underline-offset: 6px !important;

  border-bottom: 0 !important;
  box-shadow: none !important;
}
/* =====================================================
   TORI V — HEADER MENU EXACT MATCH ACTIVE + HOVER
   Active page underline matches hover underline exactly
===================================================== */

/* Normal menu items */
#shopify-section-header .header__menu-item span,
#shopify-section-header .list-menu__item span {
  color: #050505 !important;
  -webkit-text-fill-color: #050505 !important;

  text-decoration: none !important;
  text-decoration-line: none !important;
  text-decoration-thickness: 1px !important;
  text-underline-offset: 5px !important;

  border-bottom: 0 !important;
  box-shadow: none !important;
}

/* Hover state */
#shopify-section-header .header__menu-item:hover span,
#shopify-section-header .list-menu__item:hover span {
  color: #c40000 !important;
  -webkit-text-fill-color: #c40000 !important;

  text-decoration: underline !important;
  text-decoration-line: underline !important;
  text-decoration-color: #c40000 !important;
  text-decoration-thickness: 1px !important;
  text-underline-offset: 5px !important;

  border-bottom: 0 !important;
  box-shadow: none !important;
}

/* Active/current page state */
#shopify-section-header .header__active-menu-item,
#shopify-section-header .header__menu-item .header__active-menu-item,
#shopify-section-header .list-menu__item .header__active-menu-item {
  color: #c40000 !important;
  -webkit-text-fill-color: #c40000 !important;

  text-decoration: underline !important;
  text-decoration-line: underline !important;
  text-decoration-color: #c40000 !important;
  text-decoration-thickness: 1px !important;
  text-underline-offset: 5px !important;

  border-bottom: 0 !important;
  box-shadow: none !important;
}

/* Active/current page WHILE hovered — do not shift, do not thicken */
#shopify-section-header .header__menu-item:hover .header__active-menu-item,
#shopify-section-header .list-menu__item:hover .header__active-menu-item,
#shopify-section-header .header__active-menu-item:hover {
  color: #c40000 !important;
  -webkit-text-fill-color: #c40000 !important;

  text-decoration: underline !important;
  text-decoration-line: underline !important;
  text-decoration-color: #c40000 !important;
  text-decoration-thickness: 1px !important;
  text-underline-offset: 5px !important;

  border-bottom: 0 !important;
  box-shadow: none !important;
}/* =====================================================
   TORI V — HEADER MENU EXACT SAME ACTIVE + HOVER
   One underline method only. No text-decoration.
===================================================== */

/* Kill every old underline method */
#shopify-section-header .header__menu-item,
#shopify-section-header .header__menu-item span,
#shopify-section-header .header__active-menu-item,
#shopify-section-header .list-menu__item,
#shopify-section-header .list-menu__item span {
  text-decoration: none !important;
  text-decoration-line: none !important;
  text-decoration-thickness: 0 !important;
  border-bottom: 0 !important;
  box-shadow: none !important;
}

/* Kill old fake underline pseudo-elements */
#shopify-section-header .header__menu-item::before,
#shopify-section-header .header__menu-item::after,
#shopify-section-header .header__menu-item span::before,
#shopify-section-header .header__menu-item span::after,
#shopify-section-header .list-menu__item::before,
#shopify-section-header .list-menu__item::after,
#shopify-section-header .list-menu__item span::before,
#shopify-section-header .list-menu__item span::after,
#shopify-section-header .header__active-menu-item::before,
#shopify-section-header .header__active-menu-item::after {
  display: none !important;
  content: none !important;
}

/* Normal menu text */
#shopify-section-header .header__menu-item span,
#shopify-section-header .list-menu__item span,
#shopify-section-header .header__active-menu-item {
  display: inline-block !important;
  color: #050505 !important;
  -webkit-text-fill-color: #050505 !important;

  padding-bottom: 6px !important;

  background-image: linear-gradient(#c40000, #c40000) !important;
  background-repeat: no-repeat !important;
  background-position: left bottom !important;
  background-size: 0 1px !important;

  transition: color 0.18s ease, background-size 0.18s ease !important;
}

/* Hover state */
#shopify-section-header .header__menu-item:hover span,
#shopify-section-header .list-menu__item:hover span {
  color: #c40000 !important;
  -webkit-text-fill-color: #c40000 !important;
  background-size: 100% 1px !important;
}

/* Current active page state — EXACT same underline as hover */
#shopify-section-header .header__active-menu-item,
#shopify-section-header .header__menu-item:hover .header__active-menu-item,
#shopify-section-header .list-menu__item:hover .header__active-menu-item {
  color: #c40000 !important;
  -webkit-text-fill-color: #c40000 !important;
  background-size: 100% 1px !important;
}
/* =====================================================
   TORI V — MAKE PRODUCT IMAGE CLICKABLE
===================================================== */

#product-grid .card__inner {
  position: relative !important;
}

#product-grid .tori-card-image-click-link {
  position: absolute !important;
  inset: 0 !important;
  z-index: 20 !important;
  display: block !important;
  cursor: pointer !important;
  text-decoration: none !important;
}

/* Keep hover image / media working underneath */
#product-grid .card__media,
#product-grid .card__media img,
#product-grid .media {
  pointer-events: none !important;
}
/* =========================================================
   TORI V PRODUCT PAGE — WHITE LUXURY LAYOUT
   Main image + thumbnails left, product info center-right,
   feature list far right like mockup
   ========================================================= */


/* Keep page white */
body,
.gradient,
main,
.product,
.product-section,
.shopify-section,
.page-width,
.product__media-wrapper,
.product__info-wrapper,
.product__info-container {
  background: #ffffff !important;
}


/* Remove previous fake top line */
.product__info-container::before {
  content: none !important;
  display: none !important;
}


/* Product title */
.product__title,
.product__title h1,
.product__info-wrapper h1,
.product__info-container h1 {
  font-family: Georgia, "Times New Roman", serif !important;
  font-size: clamp(34px, 3vw, 52px) !important;
  line-height: 1.05 !important;
  letter-spacing: 0.055em !important;
  text-transform: uppercase !important;
  font-weight: 500 !important;
  color: #070707 !important;
  margin-bottom: 18px !important;
  white-space: nowrap !important;
}


/* Price */
.price,
.price *,
.product__info-container .price,
.product__info-container .price-item {
  font-family: Arial, Helvetica, sans-serif !important;
  font-size: 18px !important;
  letter-spacing: 0.14em !important;
  text-transform: uppercase !important;
  font-weight: 500 !important;
  color: #111111 !important;
}


/* Shipping text */
.product__tax,
.product__tax a,
.product__info-container .product__tax {
  font-family: Arial, Helvetica, sans-serif !important;
  font-size: 12px !important;
  letter-spacing: 0.05em !important;
  color: #111111 !important;
}

.product__tax a {
  color: #9d1010 !important;
  text-decoration: underline !important;
  text-underline-offset: 3px !important;
}


/* Size / quantity labels */
.product-form__input .form__label,
.quantity__label,
.product__info-container label,
.product-form__input legend {
  font-family: Arial, Helvetica, sans-serif !important;
  font-size: 11px !important;
  letter-spacing: 0.17em !important;
  text-transform: uppercase !important;
  font-weight: 700 !important;
  color: #111111 !important;
  margin-bottom: 10px !important;
}


/* Size pills */
.product-form__input input[type="radio"] + label {
  font-family: Arial, Helvetica, sans-serif !important;
  font-size: 12px !important;
  letter-spacing: 0.08em !important;
  text-transform: uppercase !important;
  font-weight: 600 !important;
  min-width: 64px !important;
  height: 30px !important;
  border-radius: 999px !important;
  border: 1px solid rgba(0, 0, 0, 0.35) !important;
  background: #ffffff !important;
  color: #111111 !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  transition: all 0.2s ease !important;
}


/* Selected size */
.product-form__input input[type="radio"]:checked + label {
  background: #9d1010 !important;
  border-color: #9d1010 !important;
  color: #ffffff !important;
  box-shadow: none !important;
}


/* Hover size */
.product-form__input input[type="radio"] + label:hover {
  border-color: #9d1010 !important;
  color: #9d1010 !important;
}


/* Quantity */
.quantity,
.quantity * {
  font-family: Arial, Helvetica, sans-serif !important;
  font-size: 13px !important;
  font-weight: 600 !important;
  color: #111111 !important;
}


/* Product description */
.product__description,
.product__description *,
.product__info-container .rte,
.product__info-container .rte * {
  font-family: Arial, Helvetica, sans-serif !important;
  font-size: 15px !important;
  line-height: 1.75 !important;
  letter-spacing: 0.035em !important;
  font-weight: 400 !important;
  color: #111111 !important;
}


/* Add to cart */
.product-form__submit,
.product-form__buttons button,
button[name="add"] {
  font-family: Arial, Helvetica, sans-serif !important;
  font-size: 13px !important;
  letter-spacing: 0.22em !important;
  text-transform: uppercase !important;
  font-weight: 700 !important;
  border-radius: 4px !important;
  background: #050505 !important;
  color: #ffffff !important;
  border: 1px solid #050505 !important;
  min-height: 52px !important;
}

.product-form__submit:hover,
.product-form__buttons button:hover,
button[name="add"]:hover {
  background: #9d1010 !important;
  border-color: #9d1010 !important;
  color: #ffffff !important;
}


/* Shop Pay button */
.shopify-payment-button__button,
.shopify-payment-button__button--unbranded {
  font-family: Arial, Helvetica, sans-serif !important;
  font-size: 13px !important;
  letter-spacing: 0.14em !important;
  text-transform: uppercase !important;
  font-weight: 700 !important;
  border-radius: 4px !important;
  background: #9d1010 !important;
  color: #ffffff !important;
  min-height: 52px !important;
}


/* =========================================================
   DESKTOP LAYOUT
   Creates 3-zone layout:
   LEFT: thumbnails + main image
   MIDDLE: product info
   RIGHT: feature list
   ========================================================= */

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

  /* Main product grid */
  .product.grid,
  .product {
    display: grid !important;
    grid-template-columns: minmax(560px, 1.2fr) minmax(360px, 0.72fr) minmax(260px, 0.42fr) !important;
    column-gap: 54px !important;
    align-items: start !important;
    max-width: 1500px !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }


  /* Media stays first column */
  .product__media-wrapper {
    grid-column: 1 !important;
    width: 100% !important;
    max-width: none !important;
    display: grid !important;
    grid-template-columns: 95px minmax(0, 1fr) !important;
    column-gap: 24px !important;
    align-items: start !important;
  }


  /* Product info stays middle column */
  .product__info-wrapper {
    grid-column: 2 !important;
    width: 100% !important;
    max-width: 440px !important;
    padding-left: 0 !important;
  }

  .product__info-container {
    max-width: 440px !important;
  }


  /* Main gallery image on the right side of thumbnail rail */
  .product__media-list,
  .product__media-gallery,
  media-gallery .product__media-list {
    grid-column: 2 !important;
    grid-row: 1 !important;
  }


  /* Thumbnail rail on the LEFT of main hoodie image */
  .thumbnail-slider,
  slider-component.thumbnail-slider,
  media-gallery .thumbnail-slider {
    grid-column: 1 !important;
    grid-row: 1 !important;
    width: 95px !important;
    position: sticky !important;
    top: 130px !important;
    align-self: start !important;
  }


  /* Stack thumbnails vertically */
  .thumbnail-list,
  .thumbnail-list.slider,
  .thumbnail-list.slider--tablet-up {
    display: flex !important;
    flex-direction: column !important;
    gap: 18px !important;
    width: 95px !important;
    padding: 0 !important;
    margin: 0 !important;
    overflow: visible !important;
    scroll-padding-left: 0 !important;
  }

  .thumbnail-list__item,
  .thumbnail-list .thumbnail-list__item {
    width: 95px !important;
    height: 95px !important;
    max-width: 95px !important;
    flex: 0 0 95px !important;
  }

  .thumbnail,
  .thumbnail img {
    width: 95px !important;
    height: 95px !important;
    object-fit: cover !important;
  }

  .thumbnail {
    border: 1px solid rgba(0, 0, 0, 0.12) !important;
    background: #ffffff !important;
    border-radius: 0 !important;
    box-shadow: none !important;
  }

  .thumbnail[aria-current],
  .thumbnail[aria-current="true"] {
    border: 2px solid #9d1010 !important;
  }

  .thumbnail-slider .slider-button,
  .thumbnail-slider button[name="previous"],
  .thumbnail-slider button[name="next"] {
    display: none !important;
  }




/* =========================================================
   PRODUCT RECOMMENDATIONS / CARD TEXT
   ========================================================= */

.related-products__heading,
.product-recommendations__heading,
h2.title,
h2.inline-richtext {
  font-family: Georgia, "Times New Roman", serif !important;
  font-size: clamp(22px, 2.5vw, 34px) !important;
  letter-spacing: 0.24em !important;
  text-transform: uppercase !important;
  font-weight: 500 !important;
  color: #9d1010 !important;
  text-align: center !important;
}


.card__heading,
.card__heading a,
.product-card-wrapper .card__heading,
.product-card-wrapper .card__heading a {
  font-family: Arial, Helvetica, sans-serif !important;
  font-size: 15px !important;
  line-height: 1.35 !important;
  letter-spacing: 0.04em !important;
  font-weight: 800 !important;
  color: #111111 !important;
  text-transform: none !important;
}


.card-information,
.card-information *,
.product-card-wrapper .price,
.product-card-wrapper .price * {
  font-family: Arial, Helvetica, sans-serif !important;
  font-size: 13px !important;
  letter-spacing: 0.08em !important;
  font-weight: 500 !important;
  color: #111111 !important;
}


.card button,
.card .button,
.product-card-wrapper button,
.product-card-wrapper .button {
  font-family: Arial, Helvetica, sans-serif !important;
  font-size: 11px !important;
  letter-spacing: 0.18em !important;
  text-transform: uppercase !important;
  font-weight: 700 !important;
}


/* =========================================================
   MOBILE / TABLET FIXES
   Feature list stays under product info on smaller screens
   ========================================================= */



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

  .product__title,
  .product__title h1,
  .product__info-wrapper h1,
  .product__info-container h1 {
    font-size: 32px !important;
    letter-spacing: 0.04em !important;
    line-height: 1.05 !important;
    white-space: normal !important;
  }

  .related-products__heading,
  .product-recommendations__heading,
  h2.title,
  h2.inline-richtext {
    font-size: 22px !important;
    letter-spacing: 0.16em !important;
  }
}
/* =========================================================
   FIX POLICY PAGE EMAIL LINKS NOT CLICKABLE
   Makes sales@torivofficial.com clickable again
   ========================================================= */

.shopify-policy__container,
.shopify-policy__body,
.shopify-policy__body .rte,
.shopify-policy__body p,
.shopify-policy__body a,
main#MainContent,
main#MainContent a {
  pointer-events: auto !important;
}

/* Specifically force email links to work */
a[href^="mailto:"],
.shopify-policy__body a[href^="mailto:"],
main#MainContent a[href^="mailto:"] {
  pointer-events: auto !important;
  cursor: pointer !important;
  position: relative !important;
  z-index: 20 !important;
  color: inherit;
  text-decoration: underline !important;
  text-underline-offset: 3px !important;
}

/* Prevent invisible decorative layers from blocking clicks on policy pages */
.shopify-policy__container::before,
.shopify-policy__container::after,
.shopify-policy__body::before,
.shopify-policy__body::after,
main#MainContent::before,
main#MainContent::after {
  pointer-events: none !important;
}
/* =========================================================
   PRODUCT PAGE — MAIN PRODUCT IMAGE / TITLE OVERLAP FIX ONLY
   ========================================================= */

@media screen and (min-width: 990px) {
  .product.grid {
    display: grid !important;
    grid-template-columns: 600px 430px 300px !important;
    column-gap: 70px !important;
    max-width: 1480px !important;
    margin-left: auto !important;
    margin-right: auto !important;
    align-items: start !important;
    transform: none !important;
  }

  .product__media-wrapper {
    grid-column: 1 !important;
    width: 600px !important;
    max-width: 600px !important;
    transform: none !important;
  }

  .product__info-wrapper {
    grid-column: 2 !important;
    width: 430px !important;
    max-width: 430px !important;
    padding-left: 0 !important;
    transform: none !important;
    position: relative !important;
    z-index: 5 !important;
  }

  .product__info-container {
    width: 430px !important;
    max-width: 430px !important;
  }

  .product__title,
  .product__title h1,
  .product__info-wrapper h1,
  .product__info-container h1 {
    white-space: nowrap !important;
    position: relative !important;
    z-index: 6 !important;
  }

  .product::after {
    grid-column: 3 !important;
    width: 300px !important;
    max-width: 300px !important;
    margin-top: 205px !important;
  }
}/* TORI V — PRODUCT PAGE: THUMBNAILS LEFT + MAIN IMAGE RESTORED */
@media screen and (min-width: 990px) {
  .product__media-wrapper media-gallery {
    display: grid !important;
    grid-template-columns: 84px minmax(420px, 560px) !important;
    column-gap: 28px !important;
    align-items: start !important;
  }

  .product__media-wrapper .thumbnail-slider,
  .product__media-wrapper slider-component.thumbnail-slider {
    grid-column: 1 !important;
    grid-row: 1 !important;
    width: 84px !important;
    min-width: 84px !important;
    max-width: 84px !important;
    margin: 0 !important;
    padding: 0 !important;
    display: block !important;
  }

  .product__media-wrapper .thumbnail-list {
    display: flex !important;
    flex-direction: column !important;
    gap: 12px !important;
    width: 84px !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  .product__media-wrapper .thumbnail-list__item {
    width: 84px !important;
    height: 84px !important;
    margin: 0 !important;
  }

  .product__media-wrapper .thumbnail {
    width: 84px !important;
    height: 84px !important;
    min-height: 84px !important;
    padding: 0 !important;
    overflow: hidden !important;
    background: white !important;
  }

  .product__media-wrapper .thumbnail img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
  }

  .product__media-wrapper .product__media-list {
    grid-column: 2 !important;
    grid-row: 1 !important;
    width: 100% !important;
    max-width: 560px !important;
    min-width: 420px !important;
    margin: 0 !important;
    padding: 0 !important;
    display: block !important;
    overflow: visible !important;
  }

  .product__media-wrapper .product__media-item {
    width: 100% !important;
    max-width: 560px !important;
    margin: 0 !important;
  }

  .product__media-wrapper .product__media,
  .product__media-wrapper .product__media img,
  .product__media-wrapper .product__media media-gallery,
  .product__media-wrapper .product__media model-viewer,
  .product__media-wrapper .product__media video {
    width: 100% !important;
    max-width: 560px !important;
    display: block !important;
  }

  .product__media-wrapper .product__media img {
    height: auto !important;
    object-fit: contain !important;
  }
}

/* TORI V — CHANGE VIDEO THUMBNAIL WHITE CIRCLE INTO PLAY BUTTON */
.product__media-wrapper .thumbnail .thumbnail__badge,
.product__media-wrapper .thumbnail__badge {
  width: 24px !important;
  height: 24px !important;
  border-radius: 999px !important;
  background: #000 !important;
  border: 1px solid #fff !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  top: 5px !important;
  right: 5px !important;
}

.product__media-wrapper .thumbnail .thumbnail__badge svg,
.product__media-wrapper .thumbnail__badge svg {
  display: none !important;
}

.product__media-wrapper .thumbnail .thumbnail__badge::before,
.product__media-wrapper .thumbnail__badge::before {
  content: "" !important;
  display: block !important;
  width: 0 !important;
  height: 0 !important;
  border-top: 6px solid transparent !important;
  border-bottom: 6px solid transparent !important;
  border-left: 9px solid #fff !important;
  margin-left: 2px !important;
}

/* Keep mobile normal */
@media screen and (max-width: 989px) {
  .product__media-wrapper media-gallery {
    display: block !important;
  }

  .product__media-wrapper .product__media-list {
    min-width: 0 !important;
    max-width: 100% !important;
  }
}/* TORI V — PRODUCT PAGE IMAGE BACKGROUNDS MATCH SHOP PAGE */
.product__media-wrapper .product__media,
.product__media-wrapper .product__media-item,
.product__media-wrapper .product__media-list,
.product__media-wrapper .thumbnail {
  background: #f6f6f6 !important;
}

.product__media-wrapper .product__media {
  border-radius: 0 !important;
  overflow: hidden !important;
}

.product__media-wrapper .product__media img,
.product__media-wrapper .thumbnail img {
  background: #f6f6f6 !important;
  mix-blend-mode: normal !important;
}/* TORI V — PRODUCT PAGE MEDIA LAYOUT FINAL CLEAN VERSION */
@media screen and (min-width: 990px) {
  /* Gives the whole product image side more room */
  .product .product__media-wrapper {
    max-width: 760px !important;
    width: 52% !important;
    flex: 0 0 52% !important;
  }

  .product .product__info-wrapper {
    width: 48% !important;
    max-width: 48% !important;
    flex: 0 0 48% !important;
  }

  /* Thumbnail column + main image area */
  .product__media-wrapper media-gallery {
    display: grid !important;
    grid-template-columns: 92px 620px !important;
    column-gap: 24px !important;
    align-items: start !important;
    justify-content: center !important;
    width: 100% !important;
    margin: 0 auto !important;
  }

  /* Left thumbnails */
  .product__media-wrapper .thumbnail-slider,
  .product__media-wrapper slider-component.thumbnail-slider {
    grid-column: 1 !important;
    grid-row: 1 !important;
    width: 92px !important;
    min-width: 92px !important;
    max-width: 92px !important;
    display: block !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  .product__media-wrapper .thumbnail-list {
    display: flex !important;
    flex-direction: column !important;
    gap: 14px !important;
    width: 92px !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  .product__media-wrapper .thumbnail-list__item {
    width: 92px !important;
    height: 92px !important;
    margin: 0 !important;
  }

  .product__media-wrapper .thumbnail {
    width: 92px !important;
    height: 92px !important;
    min-height: 92px !important;
    background: #f6f6f6 !important;
    overflow: hidden !important;
    padding: 0 !important;
  }

  .product__media-wrapper .thumbnail img {
    width: 100% !important;
    height: 100% !important;
    object-fit: contain !important;
    background: #f6f6f6 !important;
  }

  /* Main gray square */
  .product__media-wrapper .product__media-list {
    grid-column: 2 !important;
    grid-row: 1 !important;
    width: 620px !important;
    max-width: 620px !important;
    margin: 0 !important;
    padding: 0 !important;
    display: block !important;
    overflow: visible !important;
  }

  .product__media-wrapper .product__media-item {
    width: 620px !important;
    max-width: 620px !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  .product__media-wrapper .product__media {
    width: 620px !important;
    height: 620px !important;
    max-width: 620px !important;
    background: #f6f6f6 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    overflow: hidden !important;
    box-sizing: border-box !important;
  }

  /* Hoodie inside the square */
  .product__media-wrapper .product__media img {
    width: 88% !important;
    max-width: 88% !important;
    height: 88% !important;
    max-height: 88% !important;
    object-fit: contain !important;
    display: block !important;
    margin: auto !important;
    background: #f6f6f6 !important;
  }
}

/* TORI V — VIDEO THUMBNAIL PLAY BUTTON */
.product__media-wrapper .thumbnail .thumbnail__badge,
.product__media-wrapper .thumbnail__badge {
  width: 24px !important;
  height: 24px !important;
  border-radius: 999px !important;
  background: #000 !important;
  border: 1px solid #fff !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  top: 5px !important;
  right: 5px !important;
}

.product__media-wrapper .thumbnail .thumbnail__badge svg,
.product__media-wrapper .thumbnail__badge svg {
  display: none !important;
}

.product__media-wrapper .thumbnail .thumbnail__badge::before,
.product__media-wrapper .thumbnail__badge::before {
  content: "" !important;
  display: block !important;
  width: 0 !important;
  height: 0 !important;
  border-top: 6px solid transparent !important;
  border-bottom: 6px solid transparent !important;
  border-left: 9px solid #fff !important;
  margin-left: 2px !important;
}

/* Mobile stays normal */
@media screen and (max-width: 989px) {
  .product .product__media-wrapper,
  .product .product__info-wrapper {
    width: 100% !important;
    max-width: 100% !important;
    flex: 0 0 100% !important;
  }

  .product__media-wrapper media-gallery {
    display: block !important;
  }

  .product__media-wrapper .product__media-list,
  .product__media-wrapper .product__media-item,
  .product__media-wrapper .product__media {
    width: 100% !important;
    max-width: 100% !important;
    height: auto !important;
  }
}/* TORI V — HIDE PRODUCT IMAGE ZOOM BUTTON */
.product__media-toggle,
.product__media-icon,
.product__modal-opener .product__media-icon,
.product__modal-opener .product__media-toggle {
  display: none !important;
  opacity: 0 !important;
  visibility: hidden !important;
  pointer-events: none !important;
}/* TORI V — PRODUCT PAGE MEDIA LAYOUT FINAL CLEAN VERSION — ALIGNED + CLOSER */
@media screen and (min-width: 990px) {
  /* Overall product row spacing */
  .product.grid,
  .product {
    column-gap: 12px !important;
    gap: 12px !important;
    align-items: flex-start !important;
  }

  /* Product media side */
  .product .product__media-wrapper {
    max-width: 780px !important;
    width: 53% !important;
    flex: 0 0 53% !important;
    padding-right: 0 !important;
    margin-top: 28px !important;
  }

  /* Product info side — closer to image */
  .product .product__info-wrapper {
    width: 47% !important;
    max-width: 47% !important;
    flex: 0 0 47% !important;
    padding-left: 0 !important;
    margin-left: 5px !important;
  }

  /* Thumbnail column + main image area */
  .product__media-wrapper media-gallery {
    display: grid !important;
    grid-template-columns: 92px 640px !important;
    column-gap: 14px !important;
    align-items: start !important;
    justify-content: center !important;
    width: 100% !important;
    margin: 0 auto !important;
  }

  /* Left thumbnails */
  .product__media-wrapper .thumbnail-slider,
  .product__media-wrapper slider-component.thumbnail-slider {
    grid-column: 1 !important;
    grid-row: 1 !important;
    width: 92px !important;
    min-width: 92px !important;
    max-width: 92px !important;
    display: block !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  .product__media-wrapper .thumbnail-list {
    display: flex !important;
    flex-direction: column !important;
    gap: 14px !important;
    width: 92px !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  .product__media-wrapper .thumbnail-list__item {
    width: 92px !important;
    height: 92px !important;
    margin: 0 !important;
  }

  .product__media-wrapper .thumbnail {
    width: 92px !important;
    height: 92px !important;
    min-height: 92px !important;
    background: #f6f6f6 !important;
    overflow: hidden !important;
    padding: 0 !important;
  }

  .product__media-wrapper .thumbnail img {
    width: 100% !important;
    height: 100% !important;
    object-fit: contain !important;
    background: #f6f6f6 !important;
  }

  /* Main gray square */
  .product__media-wrapper .product__media-list {
    grid-column: 2 !important;
    grid-row: 1 !important;
    width: 640px !important;
    max-width: 640px !important;
    margin: 0 !important;
    padding: 0 !important;
    display: block !important;
    overflow: visible !important;
  }

  .product__media-wrapper .product__media-item {
    width: 640px !important;
    max-width: 640px !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  .product__media-wrapper .product__modal-opener,
  .product__media-wrapper .product__modal-opener--image,
  .product__media-wrapper .product__media,
  .product__media-wrapper .media {
    width: 640px !important;
    height: 640px !important;
    max-width: 640px !important;
    background: #f6f6f6 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    overflow: hidden !important;
    position: relative !important;
    padding: 0 !important;
    box-sizing: border-box !important;
  }

  /* Hoodie image inside gray square */
  .product__media-wrapper .product__media img,
  .product__media-wrapper .media img,
  .product__media-wrapper .product__media-item img,
  .product__media-wrapper .product__modal-opener img,
  .product__media-wrapper img.motion-reduce {
    position: absolute !important;
    top: 50% !important;
    left: 50% !important;
    right: auto !important;
    bottom: auto !important;
    transform: translate(-50%, -50%) scale(1.20) !important;
    width: auto !important;
    height: auto !important;
    max-width: 100% !important;
    max-height: 100% !important;
    object-fit: contain !important;
    object-position: center center !important;
    margin: 0 !important;
    background: #f6f6f6 !important;
  }
}

/* TORI V — VIDEO THUMBNAIL PLAY BUTTON */
.product__media-wrapper .thumbnail .thumbnail__badge,
.product__media-wrapper .thumbnail__badge {
  width: 24px !important;
  height: 24px !important;
  border-radius: 999px !important;
  background: #000 !important;
  border: 1px solid #fff !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  top: 5px !important;
  right: 5px !important;
}

.product__media-wrapper .thumbnail .thumbnail__badge svg,
.product__media-wrapper .thumbnail__badge svg {
  display: none !important;
}

.product__media-wrapper .thumbnail .thumbnail__badge::before,
.product__media-wrapper .thumbnail__badge::before {
  content: "" !important;
  display: block !important;
  width: 0 !important;
  height: 0 !important;
  border-top: 6px solid transparent !important;
  border-bottom: 6px solid transparent !important;
  border-left: 9px solid #fff !important;
  margin-left: 2px !important;
}

/* TORI V — HIDE PRODUCT IMAGE ZOOM BUTTON */
.product__media-toggle,
.product__media-icon,
.product__modal-opener .product__media-icon,
.product__modal-opener .product__media-toggle {
  display: none !important;
  opacity: 0 !important;
  visibility: hidden !important;
  pointer-events: none !important;
}

/* Mobile stays normal */
@media screen and (max-width: 989px) {
  .product .product__media-wrapper,
  .product .product__info-wrapper {
    width: 100% !important;
    max-width: 100% !important;
    flex: 0 0 100% !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-left: 0 !important;
    margin-top: 0 !important;
  }

  .product__media-wrapper media-gallery {
    display: block !important;
  }

  .product__media-wrapper .product__media-list,
  .product__media-wrapper .product__media-item,
  .product__media-wrapper .product__modal-opener,
  .product__media-wrapper .product__modal-opener--image,
  .product__media-wrapper .product__media,
  .product__media-wrapper .media {
    width: 100% !important;
    max-width: 100% !important;
    height: auto !important;
  }

  .product__media-wrapper .product__media img,
  .product__media-wrapper .media img,
  .product__media-wrapper .product__media-item img,
  .product__media-wrapper .product__modal-opener img,
  .product__media-wrapper img.motion-reduce {
    position: static !important;
    transform: none !important;
    max-width: 100% !important;
    max-height: none !important;
    width: 100% !important;
    height: auto !important;
    margin: 0 auto !important;
  }
}/* TORI V — STOP PRODUCT THUMBNAILS FROM STICKING ON SCROLL */
@media screen and (min-width: 990px) {
  .product__media-wrapper .thumbnail-slider,
  .product__media-wrapper slider-component.thumbnail-slider,
  .product__media-wrapper .product__media-gallery .thumbnail-slider {
    position: relative !important;
    top: 0 !important;
    bottom: auto !important;
    align-self: flex-start !important;
  }
/* TORI V — FORCE REMOVE EMPTY IMAGE BANNER WHITE BOX */
.shopify-section .banner__content:has(.banner__box),
.shopify-section .banner__box.content-container,
.shopify-section .banner__box.content-container--full-width-mobile {
  display: none !important;
  visibility: hidden !important;
  opacity: 0 !important;
  background: transparent !important;
  background-color: transparent !important;
  box-shadow: none !important;
  border: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
  min-height: 0 !important;
  height: 0 !important;
  pointer-events: none !important;
}/* TORI V — PRODUCT DETAILS UNDER DESCRIPTION */
.tori-product-specs-box {
  position: static !important;
  width: 100% !important;
  max-width: 430px !important;
  margin: 26px 0 0 0 !important;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
  color: #000000 !important;
  -webkit-text-fill-color: #000000 !important;
}

.tori-product-specs-box h3 {
  display: inline-block !important;
  margin: 0 0 14px 0 !important;
  padding: 0 0 4px 0 !important;
  font-size: 11px !important;
  line-height: 1 !important;
  letter-spacing: 0.14em !important;
  text-transform: uppercase !important;
  font-weight: 700 !important;
  color: #000000 !important;
  -webkit-text-fill-color: #000000 !important;
  border-bottom: 1px solid #000000 !important;
}

.tori-product-specs-list {
  margin: 0 !important;
  padding-left: 17px !important;
  list-style: disc !important;
}

.tori-product-specs-list li {
  margin: 0 0 10px 0 !important;
  padding: 0 !important;
  font-size: 11px !important;
  line-height: 1.35 !important;
  letter-spacing: 0.06em !important;
  text-transform: uppercase !important;
  font-weight: 700 !important;
  color: #000000 !important;
  -webkit-text-fill-color: #000000 !important;
}
/* TORI V — YOU MAY ALSO LIKE — HORIZONTAL MOCKUP CARDS */
@media screen and (min-width: 990px) {
  .product-recommendations,
  .related-products {
    width: 100% !important;
    max-width: 1900px !important;
    margin: 80px auto 70px auto !important;
    padding: 0 36px !important;
  }

  .product-recommendations .related-products__heading,
  .related-products .related-products__heading,
  .product-recommendations h2,
  .related-products h2 {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 18px !important;
    margin: 0 0 28px 0 !important;

    font-family: var(--font-heading-family) !important;
    font-size: 30px !important;
    line-height: 1 !important;
    letter-spacing: 0.22em !important;
    text-transform: uppercase !important;
    font-weight: 400 !important;
    text-align: center !important;

    color: #9b0000 !important;
    -webkit-text-fill-color: #9b0000 !important;
  }

  .product-recommendations .related-products__heading::before,
  .product-recommendations .related-products__heading::after,
  .related-products .related-products__heading::before,
  .related-products .related-products__heading::after,
  .product-recommendations h2::before,
  .product-recommendations h2::after,
  .related-products h2::before,
  .related-products h2::after {
    content: "✦" !important;
    color: #b49155 !important;
    -webkit-text-fill-color: #b49155 !important;
    font-size: 14px !important;
    letter-spacing: 0 !important;
  }

  .product-recommendations .grid,
  .related-products .grid {
    display: grid !important;
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
    gap: 18px !important;
    align-items: stretch !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  .product-recommendations .grid__item,
  .related-products .grid__item {
    width: 100% !important;
    max-width: none !important;
    min-width: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
  }

  .product-recommendations .card-wrapper,
  .related-products .card-wrapper {
    display: grid !important;
    grid-template-columns: 50% 50% !important;
    grid-template-rows: 1fr auto !important;
    align-items: center !important;

    width: 100% !important;
    height: 185px !important;
    min-height: 185px !important;

    padding: 14px 18px !important;
    margin: 0 !important;

    background: #f3f3f3 !important;
    background-color: #f3f3f3 !important;

    border: 0 !important;
    border-radius: 0 !important;
    box-shadow: none !important;

    overflow: hidden !important;
    position: relative !important;
  }

  .product-recommendations .card,
  .related-products .card {
    display: contents !important;
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
    padding: 0 !important;
    margin: 0 !important;
  }

  .product-recommendations .card__inner,
  .related-products .card__inner {
    grid-column: 1 !important;
    grid-row: 1 / 3 !important;

    width: 100% !important;
    height: 158px !important;
    min-height: 158px !important;
    max-height: 158px !important;

    margin: 0 !important;
    padding: 0 !important;

    background: transparent !important;
    background-color: transparent !important;

    overflow: visible !important;
    position: relative !important;
  }

  .product-recommendations .card__media,
  .related-products .card__media,
  .product-recommendations .media,
  .related-products .media {
    width: 100% !important;
    height: 158px !important;
    min-height: 158px !important;
    max-height: 158px !important;

    margin: 0 !important;
    padding: 0 !important;

    background: transparent !important;
    background-color: transparent !important;

    overflow: visible !important;
    position: relative !important;
  }

  .product-recommendations .card__media img,
  .related-products .card__media img,
  .product-recommendations .media img,
  .related-products .media img {
    width: 100% !important;
    height: 158px !important;
    max-height: 158px !important;

    object-fit: contain !important;
    object-position: center center !important;

    transform: scale(1.08) !important;
    transform-origin: center center !important;

    background: transparent !important;
    background-color: transparent !important;

    transition: opacity 0.25s ease, transform 0.25s ease !important;
  }

  .product-recommendations .card__content,
  .related-products .card__content {
    grid-column: 2 !important;
    grid-row: 1 !important;

    display: flex !important;
    flex-direction: column !important;
    justify-content: end !important;
    align-items: flex-start !important;

    width: 100% !important;
    min-width: 0 !important;

    margin: 0 !important;
    padding: 0 0 8px 16px !important;

    text-align: left !important;
    overflow: visible !important;
  }

  .product-recommendations .card__information,
  .related-products .card__information {
    width: 100% !important;
    padding: 0 !important;
    margin: 0 !important;
    text-align: left !important;
  }

  .product-recommendations .card__heading,
  .product-recommendations .card__heading a,
  .product-recommendations .full-unstyled-link,
  .related-products .card__heading,
  .related-products .card__heading a,
  .related-products .full-unstyled-link {
    display: block !important;
    margin: 0 0 8px 0 !important;
    padding: 0 !important;

    color: #000000 !important;
    -webkit-text-fill-color: #000000 !important;

    font-size: 14px !important;
    line-height: 1.2 !important;
    font-weight: 700 !important;
    letter-spacing: 0 !important;
    text-align: left !important;
    text-decoration: none !important;
  }

  .product-recommendations .card__heading:hover,
  .product-recommendations .card__heading a:hover,
  .product-recommendations .full-unstyled-link:hover,
  .related-products .card__heading:hover,
  .related-products .card__heading a:hover,
  .related-products .full-unstyled-link:hover {
    color: #000000 !important;
    -webkit-text-fill-color: #000000 !important;
    text-decoration: none !important;
  }

  .product-recommendations .price,
  .related-products .price,
  .product-recommendations .price__container,
  .related-products .price__container,
  .product-recommendations .price__regular,
  .related-products .price__regular,
  .product-recommendations .price-item,
  .related-products .price-item {
    color: #000000 !important;
    -webkit-text-fill-color: #000000 !important;

    font-size: 12px !important;
    line-height: 1.2 !important;
    font-weight: 400 !important;
    letter-spacing: 0.04em !important;
    text-transform: uppercase !important;
    text-align: left !important;

    margin: 0 !important;
    padding: 0 !important;
  }

  .product-recommendations .price,
  .related-products .price {
    display: block !important;
    margin-bottom: 12px !important;
  }

  .product-recommendations .price__sale,
  .related-products .price__sale,
  .product-recommendations .price__availability,
  .related-products .price__availability,
  .product-recommendations .badge,
  .related-products .badge,
  .product-recommendations .card-information .unit-price,
  .related-products .card-information .unit-price {
    display: none !important;
  }

  .product-recommendations .quick-add,
  .related-products .quick-add {
    grid-column: 2 !important;
    grid-row: 2 !important;

    display: flex !important;
    align-items: flex-start !important;
    justify-content: flex-start !important;

    width: 100% !important;
    margin: 0 !important;
    padding: 0 0 0 16px !important;
  }

  .product-recommendations .quick-add__submit,
  .product-recommendations .tori-card-add-button,
  .related-products .quick-add__submit,
  .related-products .tori-card-add-button {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;

    width: 145px !important;
    min-width: 145px !important;
    max-width: 145px !important;

    height: 40px !important;
    min-height: 40px !important;
    max-height: 40px !important;

    margin: 0 !important;
    padding: 0 !important;

    background: #000000 !important;
    background-color: #000000 !important;

    color: #ffffff !important;
    -webkit-text-fill-color: #ffffff !important;

    border: 0 !important;
    border-radius: 999px !important;
    box-shadow: none !important;

    font-size: 13px !important;
    line-height: 1 !important;
    font-weight: 700 !important;
    letter-spacing: 0.08em !important;
    text-transform: uppercase !important;
    text-decoration: none !important;

    cursor: pointer !important;
    transition: color 0.18s ease, -webkit-text-fill-color 0.18s ease !important;
  }

  .product-recommendations .quick-add__submit:hover,
  .product-recommendations .tori-card-add-button:hover,
  .related-products .quick-add__submit:hover,
  .related-products .tori-card-add-button:hover {
    background: #000000 !important;
    background-color: #000000 !important;

    color: #b00000 !important;
    -webkit-text-fill-color: #b00000 !important;

    text-decoration: none !important;
  }

  .product-recommendations .quick-add__submit *,
  .product-recommendations .tori-card-add-button *,
  .related-products .quick-add__submit *,
  .related-products .tori-card-add-button * {
    color: inherit !important;
    -webkit-text-fill-color: inherit !important;
    text-decoration: none !important;
  }

  .product-recommendations .quick-add__submit::before,
  .product-recommendations .quick-add__submit::after,
  .product-recommendations .tori-card-add-button::before,
  .product-recommendations .tori-card-add-button::after,
  .related-products .quick-add__submit::before,
  .related-products .quick-add__submit::after,
  .related-products .tori-card-add-button::before,
  .related-products .tori-card-add-button::after {
    display: none !important;
    content: none !important;
  }

  .product-recommendations .loading-overlay__spinner,
  .related-products .loading-overlay__spinner,
  .product-recommendations .loading__spinner,
  .related-products .loading__spinner,
  .product-recommendations .spinner,
  .related-products .spinner {
    display: none !important;
  }
}/* TORI V — FIX RELATED BUY NOW HOVER + REMOVE CARD OVERLAY STEALING HOVER */
@media screen and (min-width: 990px) {
  .product-recommendations .card__heading a::after,
  .product-recommendations .full-unstyled-link::after,
  .related-products .card__heading a::after,
  .related-products .full-unstyled-link::after {
    display: none !important;
    content: none !important;
    pointer-events: none !important;
  }

  .product-recommendations .tori-card-add-form,
  .related-products .tori-card-add-form {
    position: relative !important;
    z-index: 9999 !important;
    pointer-events: auto !important;
  }

  .product-recommendations .tori-card-add-button,
  .related-products .tori-card-add-button {
    position: relative !important;
    z-index: 10000 !important;
    pointer-events: auto !important;

    color: #ffffff !important;
    -webkit-text-fill-color: #ffffff !important;
    text-decoration: none !important;
  }

  .product-recommendations .tori-card-add-button:hover,
  .related-products .tori-card-add-button:hover {
    color: #b00000 !important;
    -webkit-text-fill-color: #b00000 !important;
    text-decoration: none !important;
  }

  .product-recommendations .tori-card-add-button:hover *,
  .related-products .tori-card-add-button:hover * {
    color: #b00000 !important;
    -webkit-text-fill-color: #b00000 !important;
    text-decoration: none !important;
  }
}/* TORI V — REMOVE DIAMONDS FROM YOU MAY ALSO LIKE HEADING */
@media screen and (min-width: 990px) {
  .product-recommendations .related-products__heading::before,
  .product-recommendations .related-products__heading::after,
  .related-products .related-products__heading::before,
  .related-products .related-products__heading::after,
  .product-recommendations h2::before,
  .product-recommendations h2::after,
  .related-products h2::before,
  .related-products h2::after {
    display: none !important;
    content: none !important;
  }
}/* TORI V — STOP YOU MAY ALSO LIKE BUY NOW BUTTON FROM MOVING ON HOVER */
@media screen and (min-width: 990px) {
  .product-recommendations .tori-card-add-button,
  .related-products .tori-card-add-button,
  .product-recommendations .quick-add__submit,
  .related-products .quick-add__submit {
    transform: none !important;
    translate: none !important;
    top: auto !important;
    bottom: auto !important;
    position: relative !important;
    box-shadow: none !important;
    border: 0 !important;
  }

  .product-recommendations .tori-card-add-button:hover,
  .related-products .tori-card-add-button:hover,
  .product-recommendations .quick-add__submit:hover,
  .related-products .quick-add__submit:hover {
    transform: none !important;
    translate: none !important;
    top: auto !important;
    bottom: auto !important;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    box-shadow: none !important;
    border: 0 !important;
  }

  .product-recommendations .tori-card-add-button::before,
  .product-recommendations .tori-card-add-button::after,
  .related-products .tori-card-add-button::before,
  .related-products .tori-card-add-button::after,
  .product-recommendations .quick-add__submit::before,
  .product-recommendations .quick-add__submit::after,
  .related-products .quick-add__submit::before,
  .related-products .quick-add__submit::after {
    transform: none !important;
    translate: none !important;
    box-shadow: none !important;
    border: 0 !important;
  }
/* STOP YOU MAY ALSO LIKE BUY NOW BUTTON FROM MOVING ON HOVER */

.product-recommendations a.tori-card-add-button,
.related-products a.tori-card-add-button,
.product-recommendations .tori-card-add-button,
.related-products .tori-card-add-button {
  transform: none !important;
  translate: none !important;
  top: auto !important;
  bottom: auto !important;
}

.product-recommendations a.tori-card-add-button:hover,
.related-products a.tori-card-add-button:hover,
.product-recommendations .tori-card-add-button:hover,
.related-products .tori-card-add-button:hover {
  transform: none !important;
  translate: none !important;
  top: auto !important;
  bottom: auto !important;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
/* =====================================================
   TORI V — FINAL: BUY NOW BUTTON NEVER MOVES ON HOVER
   ===================================================== */

html body .product-recommendations .card-wrapper a.tori-card-add-button,
html body .related-products .card-wrapper a.tori-card-add-button,
html body .product-recommendations .card-wrapper:hover a.tori-card-add-button,
html body .related-products .card-wrapper:hover a.tori-card-add-button,
html body .product-recommendations .card:hover a.tori-card-add-button,
html body .related-products .card:hover a.tori-card-add-button,
html body .product-recommendations a.tori-card-add-button:hover,
html body .related-products a.tori-card-add-button:hover,
html body .product-recommendations a.tori-card-add-button:focus,
html body .related-products a.tori-card-add-button:focus,
html body .product-recommendations a.tori-card-add-button:active,
html body .related-products a.tori-card-add-button:active {
  transform: translate3d(0, 0, 0) !important;
  translate: 0 0 !important;
  animation: none !important;
  transition-property: background-color, color, border-color, -webkit-text-fill-color !important;
  transition-duration: 0.22s !important;
  transition-timing-function: ease !important;
}

/* Keep hover color, but no movement */
html body .product-recommendations a.tori-card-add-button:hover,
html body .related-products a.tori-card-add-button:hover,
html body .product-recommendations .card-wrapper:hover a.tori-card-add-button,
html body .related-products .card-wrapper:hover a.tori-card-add-button {
  background: #000000 !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  color: #c40000 !important;
  -webkit-text-fill-color: #c40000 !important;
  text-decoration: none !important;
}

/* Kill any pseudo-element hover lift/outline from theme buttons */
html body .product-recommendations a.tori-card-add-button::before,
html body .product-recommendations a.tori-card-add-button::after,
html body .related-products a.tori-card-add-button::before,
html body .related-products a.tori-card-add-button::after,
html body .product-recommendations a.tori-card-add-button:hover::before,
html body .product-recommendations a.tori-card-add-button:hover::after,
html body .related-products a.tori-card-add-button:hover::before,
html body .related-products a.tori-card-add-button:hover::after {
  transform: none !important;
  translate: none !important;
  animation: none !important;
  box-shadow: none !important;
}/* LOWER YOU MAY ALSO LIKE BUY NOW BUTTONS WITHOUT HOVER JUMP */

@media screen and (min-width: 990px) {
  .product-recommendations .tori-card-add-form,
  .related-products .tori-card-add-form,
  .product-recommendations .quick-add,
  .related-products .quick-add {
    position: relative !important;
    top: 30px !important;
    transform: none !important;
    translate: none !important;
  }

  .product-recommendations .tori-card-add-form:hover,
  .related-products .tori-card-add-form:hover,
  .product-recommendations .quick-add:hover,
  .related-products .quick-add:hover,
  .product-recommendations .card-wrapper:hover .tori-card-add-form,
  .related-products .card-wrapper:hover .tori-card-add-form,
  .product-recommendations .card-wrapper:hover .quick-add,
  .related-products .card-wrapper:hover .quick-add {
    top: 30px !important;
    transform: none !important;
    translate: none !important;
  }

  .product-recommendations a.tori-card-add-button,
  .related-products a.tori-card-add-button,
  .product-recommendations a.tori-card-add-button:hover,
  .related-products a.tori-card-add-button:hover,
  .product-recommendations .card-wrapper:hover a.tori-card-add-button,
  .related-products .card-wrapper:hover a.tori-card-add-button {
    transform: none !important;
    translate: none !important;
  }
}/* FIX EXPOSED REGULAR PRICE TEXT + MOVE TITLE/PRICE UP ONLY */

@media screen and (min-width: 990px) {
  .product-recommendations .price .visually-hidden,
  .related-products .price .visually-hidden {
    position: absolute !important;
    overflow: hidden !important;
    width: 1px !important;
    height: 1px !important;
    margin: -1px !important;
    padding: 0 !important;
    border: 0 !important;
    clip: rect(0 0 0 0) !important;
    white-space: nowrap !important;
  }

  .product-recommendations .price *,
  .related-products .price * {
    top: auto !important;
    transform: none !important;
    translate: none !important;
  }

  .product-recommendations .card__information,
  .related-products .card__information {
    position: relative !important;
    top: -30px !important;
  }

  .product-recommendations .tori-card-add-form,
  .related-products .tori-card-add-form,
  .product-recommendations a.tori-card-add-button,
  .related-products a.tori-card-add-button {
    top: auto !important;
    transform: none !important;
    translate: none !important;
  }
}/* LOWER YOU MAY ALSO LIKE BUY NOW BUTTONS WITHOUT HOVER JUMP */

@media screen and (min-width: 990px) {
  .product-recommendations .tori-card-add-form,
  .related-products .tori-card-add-form,
  .product-recommendations .quick-add,
  .related-products .quick-add {
    position: relative !important;
    top: 30px !important;
    transform: none !important;
    translate: none !important;
  }

  .product-recommendations .tori-card-add-form:hover,
  .related-products .tori-card-add-form:hover,
  .product-recommendations .quick-add:hover,
  .related-products .quick-add:hover,
  .product-recommendations .card-wrapper:hover .tori-card-add-form,
  .related-products .card-wrapper:hover .tori-card-add-form,
  .product-recommendations .card-wrapper:hover .quick-add,
  .related-products .card-wrapper:hover .quick-add {
    top: 0px !important;
    transform: none !important;
    translate: none !important;
  }

  .product-recommendations a.tori-card-add-button,
  .related-products a.tori-card-add-button,
  .product-recommendations a.tori-card-add-button:hover,
  .related-products a.tori-card-add-button:hover,
  .product-recommendations .card-wrapper:hover a.tori-card-add-button,
  .related-products .card-wrapper:hover a.tori-card-add-button {
    transform: none !important;
    translate: none !important;
  }
}
/* MAKE YOU MAY ALSO LIKE PRODUCT PHOTOS BIGGER */

@media screen and (min-width: 990px) {
  .product-recommendations .card__inner,
  .related-products .card__inner {
    width: 50% !important;
    max-width: 50% !important;
  }

  .product-recommendations .card__media,
  .related-products .card__media,
  .product-recommendations .media,
  .related-products .media {
    width: 100% !important;
    height: 100% !important;
  }

  .product-recommendations .card__media img,
  .related-products .card__media img,
  .product-recommendations .media img,
  .related-products .media img {
    width: 388% !important;
    height: 388% !important;
    max-width: none !important;
    object-fit: contain !important;
    object-position: center center !important;
  }
}
/* MAKE ALL YOU MAY ALSO LIKE TITLES CONSISTENT */

@media screen and (min-width: 990px) {
  .product-recommendations .card__information,
  .related-products .card__information {
    grid-template-rows: 48px 18px 40px !important;
    height: 120px !important;
  }

  .product-recommendations .card__heading,
  .related-products .card__heading,
  .product-recommendations .card__heading a,
  .related-products .card__heading a,
  .product-recommendations .full-unstyled-link,
  .related-products .full-unstyled-link {
    height: 48px !important;
    min-height: 48px !important;
    max-height: 48px !important;
    overflow: hidden !important;
    line-height: 1.12 !important;
  }

  .product-recommendations .price,
  .related-products .price {
    height: 18px !important;
    min-height: 18px !important;
    max-height: 18px !important;
    overflow: hidden !important;
  }

  .product-recommendations .tori-card-add-form,
  .related-products .tori-card-add-form,
  .product-recommendations .quick-add,
  .related-products .quick-add {
    height: 40px !important;
    min-height: 40px !important;
    max-height: 40px !important;
  }
}/* MOVE YOU MAY ALSO LIKE TEXT DOWN ONLY */

@media screen and (min-width: 990px) {
  .product-recommendations .card__heading,
  .related-products .card__heading,
  .product-recommendations .card__heading a,
  .related-products .card__heading a,
  .product-recommendations .full-unstyled-link,
  .related-products .full-unstyled-link {
    position: relative !important;
    top: 8px !important;
  }

  .product-recommendations .price,
  .related-products .price {
    position: relative !important;
    top: 8px !important;
  }

  .product-recommendations .tori-card-add-form,
  .related-products .tori-card-add-form,
  .product-recommendations a.tori-card-add-button,
  .related-products a.tori-card-add-button {
    transform: none !important;
    translate: none !important;
  }
}/* YOU MAY ALSO LIKE - FIX TITLE STYLE AFTER FONT ISSUE */

@media screen and (min-width: 990px) {
  .product-recommendations .card__information,
  .related-products .card__information {
    position: relative !important;
    top: 0 !important;
    height: 116px !important;
    min-height: 116px !important;
    max-height: 116px !important;
    grid-template-rows: 40px 18px 40px !important;
  }

  .product-recommendations .card__heading,
  .related-products .card__heading,
  .product-recommendations .card__heading a,
  .related-products .card__heading a,
  .product-recommendations .full-unstyled-link,
  .related-products .full-unstyled-link {
    font-family: Arial, Helvetica, sans-serif !important;
    font-size: 11.5px !important;
    line-height: 1.12 !important;
    font-weight: 800 !important;
    letter-spacing: 0.01em !important;
    text-transform: none !important;

    height: 40px !important;
    min-height: 40px !important;
    max-height: 40px !important;

    margin: 0 !important;
    padding: 0 !important;

    position: static !important;
    top: auto !important;

    overflow: hidden !important;
    color: #000 !important;
    -webkit-text-fill-color: #000 !important;
    text-align: left !important;
    text-decoration: none !important;
  }

  .product-recommendations .price,
  .related-products .price {
    position: static !important;
    top: auto !important;

    height: 18px !important;
    min-height: 18px !important;
    max-height: 18px !important;

    margin: 0 !important;
    padding: 0 !important;

    overflow: hidden !important;
    text-align: left !important;
  }

  .product-recommendations .price *,
  .related-products .price * {
    font-size: 10px !important;
    line-height: 1.2 !important;
    font-weight: 400 !important;
    letter-spacing: 0.02em !important;
    color: #000 !important;
    -webkit-text-fill-color: #000 !important;
    text-transform: uppercase !important;
  }

  .product-recommendations .tori-card-add-form,
  .related-products .tori-card-add-form,
  .product-recommendations .quick-add,
  .related-products .quick-add {
    height: 40px !important;
    min-height: 40px !important;
    max-height: 40px !important;
    transform: none !important;
    translate: none !important;
  }

  .product-recommendations a.tori-card-add-button,
  .related-products a.tori-card-add-button {
    transform: none !important;
    translate: none !important;
  }
}/* MATCH YOU MAY ALSO LIKE PRODUCT TITLES TO MAIN PRODUCT TITLE FONT */

@media screen and (min-width: 990px) {
  .product-recommendations .card__heading,
  .related-products .card__heading,
  .product-recommendations .card__heading a,
  .related-products .card__heading a,
  .product-recommendations .full-unstyled-link,
  .related-products .full-unstyled-link {
    font-family: Georgia, "Times New Roman", serif !important;
    font-style: normal !important;
    font-weight: 800 !important;
    letter-spacing: 0.03em !important;
    text-transform: uppercase !important;
  }
}
/* MOVE TORI LEFT IMAGE SECTION UP UNDER MAIN PRODUCT PHOTO */

@media screen and (min-width: 990px) {
  .tori-left-image-section {
    margin-top: -300px !important;
    padding-top: 0 !important;
  }

  .tori-left-image-wrap {
    justify-content: flex-start !important;
  }

  .tori-left-image-wrap img {
    max-width: 640px !important;
    width: 65% !important;
    margin-left: -48px !important;
  }
}/* AUTOPLAY VIDEO PRODUCT THUMBNAIL */

.product__media-wrapper .thumbnail video.tori-autoplay-product-thumb {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  display: block !important;
  pointer-events: none !important;
}

.product__media-wrapper .thumbnail:has(video.tori-autoplay-product-thumb) .thumbnail__badge {
  display: none !important;
}
/* =====================================================
   TORI V — LOCK RELATED PRODUCT BUY NOW BUTTON POSITION
   Keeps lowered position + stops hover jump
   ===================================================== */

@media screen and (min-width: 990px) {
  .product-recommendations .tori-card-add-form,
  .related-products .tori-card-add-form,
  .product-recommendations .quick-add,
  .related-products .quick-add,
  .product-recommendations .card-wrapper:hover .tori-card-add-form,
  .related-products .card-wrapper:hover .tori-card-add-form,
  .product-recommendations .card:hover .tori-card-add-form,
  .related-products .card:hover .tori-card-add-form,
  .product-recommendations .card-wrapper:hover .quick-add,
  .related-products .card-wrapper:hover .quick-add,
  .product-recommendations .card:hover .quick-add,
  .related-products .card:hover .quick-add {
    position: relative !important;
    top: 10px !important;
    transform: none !important;
    translate: none !important;
    animation: none !important;
  }

  .product-recommendations a.tori-card-add-button,
  .related-products a.tori-card-add-button,
  .product-recommendations .tori-card-add-button,
  .related-products .tori-card-add-button,
  .product-recommendations a.tori-card-add-button:hover,
  .related-products a.tori-card-add-button:hover,
  .product-recommendations .tori-card-add-button:hover,
  .related-products .tori-card-add-button:hover,
  .product-recommendations a.tori-card-add-button:focus,
  .related-products a.tori-card-add-button:focus,
  .product-recommendations a.tori-card-add-button:active,
  .related-products a.tori-card-add-button:active,
  .product-recommendations .card-wrapper:hover a.tori-card-add-button,
  .related-products .card-wrapper:hover a.tori-card-add-button,
  .product-recommendations .card:hover a.tori-card-add-button,
  .related-products .card:hover a.tori-card-add-button {
    position: static !important;
    top: auto !important;
    bottom: auto !important;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    transform: none !important;
    translate: none !important;
    animation: none !important;
    transition-property: background-color, color, border-color, -webkit-text-fill-color !important;
  }

  .product-recommendations a.tori-card-add-button::before,
  .product-recommendations a.tori-card-add-button::after,
  .related-products a.tori-card-add-button::before,
  .related-products a.tori-card-add-button::after,
  .product-recommendations a.tori-card-add-button:hover::before,
  .product-recommendations a.tori-card-add-button:hover::after,
  .related-products a.tori-card-add-button:hover::before,
  .related-products a.tori-card-add-button:hover::after {
    transform: none !important;
    translate: none !important;
    animation: none !important;
    box-shadow: none !important;
  }
}
/* =====================================================
   TORI V — PRODUCT PURCHASE PANEL FIXED WIDTH
   ===================================================== */

@media screen and (min-width: 990px) {
  .product.grid {
    display: grid !important;
    grid-template-columns: minmax(620px, 1fr) minmax(460px, 560px) !important;
    column-gap: 36px !important;
    align-items: start !important;
  }

  .product__media-wrapper {
    width: 100% !important;
    max-width: none !important;
  }

  .product__info-wrapper {
    width: 100% !important;
    max-width: 560px !important;
    padding-left: 0 !important;
    justify-self: start !important;
  }

  .product__info-container {
    width: 100% !important;
    max-width: 560px !important;
    min-width: 460px !important;
    box-sizing: border-box !important;

    border: 1px solid rgba(0, 0, 0, 0.22) !important;
    background: #ffffff !important;
    padding: 34px 34px 32px 34px !important;
    margin: 0 !important;
  }

  .product__title,
  .product__title h1 {
    width: 100% !important;
    max-width: 100% !important;
    margin-top: 0 !important;
    text-align: left !important;
    white-space: normal !important;
  }

  .product__info-container .price,
  .product__tax,
  .product__description,
  .tori-product-specs-box {
    max-width: 100% !important;
    width: 100% !important;
  }

  .product-form__buttons,
  .product-form__submit,
  .shopify-payment-button,
  .shopify-payment-button__button {
    width: 100% !important;
    max-width: 100% !important;
  }

  .product-form__submit,
  .shopify-payment-button__button {
    min-height: 48px !important;
  }
}/* MAIN PRODUCT PRICE - RED + BOLD */

.product__info-container .price,
.product__info-container .price--large,
.product__info-container .price__container,
.product__info-container .price__regular,
.product__info-container .price-item,
.product__info-container .price-item--regular {
  color: #990000 !important;
  -webkit-text-fill-color: #990000 !important;
  font-weight: 800 !important;
  font-size: 22px !important;
  line-height: 1.2 !important;
  letter-spacing: 0.08em !important;
  text-transform: uppercase !important;
}

.product__info-container .price * {
  color: #990000 !important;
  -webkit-text-fill-color: #990000 !important;
  font-weight: 800 !important;
}/* CENTER MAIN PRODUCT TITLE + PRICE / KEEP TITLE ONE LINE */

@media screen and (min-width: 990px) {
  .product__info-container {
    min-width: 460px !important;
    max-width: 560px !important;
  }

  .product__title,
  .product__title h1 {
    width: 100% !important;
    max-width: 100% !important;
    text-align: center !important;
  }

  .product__title h1 {
    white-space: nowrap !important;
    font-size: 40px !important;
    line-height: 1.05 !important;
    margin: 0 auto 14px auto !important;
  }

  .product__info-container .price,
  .product__info-container .price--large,
  .product__info-container .price__container,
  .product__info-container .price__regular,
  .product__info-container .price-item,
  .product__info-container .price-item--regular {
    display: block !important;
    width: 100% !important;
    text-align: center !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }
}/* MAIN PRODUCT PRICE - SMALLER + SLIGHTLY HIGHER */

@media screen and (min-width: 990px) {
  .product__info-container .price,
  .product__info-container .price--large,
  .product__info-container .price__container,
  .product__info-container .price__regular,
  .product__info-container .price-item,
  .product__info-container .price-item--regular {
    font-size: 17px !important;
    line-height: 1.1 !important;
    margin-top: -6px !important;
    margin-bottom: 10px !important;
    text-align: center !important;
  }
}/* LOWER THE ACTUAL PRODUCT INFO OUTLINE BOX */

@media screen and (min-width: 990px) {
  .product__info-container {
    position: relative !important;
    top: 8px !important;
  }
}/* MAIN PRODUCT TITLE HIGHER, PRICE UNDER TITLE */

@media screen and (min-width: 990px) {
  .product__info-container .product__title,
  .product__info-container .product__title h1 {
    position: relative !important;
    top: -22px !important;
    margin-bottom: 8px !important;
  }

  .product__info-container .price,
  .product__info-container .price--large,
  .product__info-container .price__container,
  .product__info-container .price__regular,
  .product__info-container .price-item,
  .product__info-container .price-item--regular {
    position: relative !important;
    top: -8px !important;
    margin-top: 0 !important;
    margin-bottom: 14px !important;
    text-align: center !important;
  }
}/* SHIPPING LINK - BLUE HOVER */

.product__tax a,
.product__info-container a[href*="shipping"] {
  transition: color 0.2s ease, text-decoration-color 0.2s ease !important;
}

.product__tax a:hover,
.product__info-container a[href*="shipping"]:hover {
  color: #005bff !important;
  -webkit-text-fill-color: #005bff !important;
  text-decoration-color: #005bff !important;
}/* IN STOCK GREEN / & READY TO SHIP BLACK - SAME POSITION */

@media screen and (min-width: 990px) {
  .product-form__quantity {
    position: relative !important;
  }

  .product-form__quantity::before {
    content: "✓ IN STOCK & READY TO SHIP" !important;
    position: absolute !important;
    right: 0 !important;
    bottom: 6px !important;

    color: #1f7a32 !important;
    font-size: 10px !important;
    line-height: 1 !important;
    font-weight: 800 !important;
    letter-spacing: 0.01em !important;
    text-transform: uppercase !important;
    white-space: nowrap !important;
  }

  .product-form__quantity::after {
    content: "& READY TO SHIP" !important;
    position: absolute !important;
    right: 0 !important;
    bottom: 6px !important;

    color: #000000 !important;
    font-size: 10px !important;
    line-height: 1 !important;
    font-weight: 800 !important;
    letter-spacing: 0.01em !important;
    text-transform: uppercase !important;
    white-space: nowrap !important;
  }
}/* MAKE ENTIRE MAIN PRODUCT AREA LARGER - UNIVERSAL PRODUCT PAGE TARGET */

@media screen and (min-width: 990px) {
  section[id^="MainProduct-"] > .product,
  section[id^="MainProduct-"] .product.grid {
    zoom: 1.35 !important;
  }
}
/* TORI V RED BUY NOW BUTTON */

.tori-buy-now-red-button {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;

  width: 100% !important;
  height: 48px !important;
  min-height: 48px !important;

  margin-top: 10px !important;
  padding: 0 !important;

  background: #b00000 !important;
  background-color: #b00000 !important;
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;

  border: 1px solid #b00000 !important;
  border-radius: 0 !important;
  box-shadow: none !important;

  font-size: 14px !important;
  line-height: 1 !important;
  font-weight: 800 !important;
  letter-spacing: 0.08em !important;
  text-transform: uppercase !important;
  text-align: center !important;
  text-decoration: none !important;

  cursor: pointer !important;
  transition: background-color 0.18s ease, color 0.18s ease, border-color 0.18s ease !important;
}

.tori-buy-now-red-button:hover {
  background: #000000 !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;
}

.tori-buy-now-red-button[disabled] {
  opacity: 0.65 !important;
  cursor: wait !important;
}
/* HEADER CART ICON FINAL FIX */
#cart-icon-bubble {
  position: relative !important;
  color: #ffffff !important;
}

#cart-icon-bubble .tori-header-cart-svg {
  color: #ffffff !important;
  display: block !important;
}

/* keep the red cart number bubble */
#cart-icon-bubble .cart-count-bubble {
  position: absolute !important;
  top: -0.45rem !important;
  right: -0.45rem !important;
  min-width: 1.35rem !important;
  height: 1.35rem !important;
  border-radius: 999px !important;
  background: #d00000 !important;
  color: #ffffff !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  font-size: 0.85rem !important;
  line-height: 1 !important;
  z-index: 3 !important;
}

#cart-icon-bubble .cart-count-bubble span[aria-hidden="true"] {
  color: #ffffff !important;
  display: block !important;
}/* MAKE TORI V HEADER LOGO BIGGER - STRONG VERSION */
.header__heading,
.header__heading-link,
.header__heading-logo-wrapper {
  width: auto !important;
  max-width: none !important;
}

.header__heading-logo-wrapper img,
.header__heading-logo,
.header__heading-link img,
.header img {
  width: 180px !important;
  max-width: 180px !important;
  height: auto !important;
}

/* keep it centered */
.header__heading {
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
}@media screen and (min-width:990px){
  .header--middle-center{
    grid-template-areas:"navigation heading rightnav icons";
    grid-template-columns:1fr auto 1fr auto;
    column-gap:2rem;
  }

  .tv-split-nav{
    display:contents!important;
  }

  .tv-split-nav__left{
    grid-area:navigation;
    display:flex!important;
    justify-content:flex-end!important;
    align-items:center!important;
    gap:18px!important;
    width:100%!important;
    flex-wrap:nowrap!important;
  }

  .tv-split-nav__right{
    grid-area:rightnav;
    display:flex!important;
    justify-content:flex-start!important;
    align-items:center!important;
    gap:18px!important;
    width:100%!important;
    flex-wrap:nowrap!important;
  }

  .header__icons{
    grid-area:icons;
    justify-self:end;
  }

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

  .header__menu-item{
    padding:0!important;
    margin:0!important;
    font-size:12px!important;
    letter-spacing:.08em!important;
    color:#d8b36a!important;
    text-transform:uppercase!important;
    white-space:nowrap!important;
  }

  .header__menu-item:hover,
  .header__active-menu-item{
    color:#b40000!important;
    text-decoration:underline!important;
    text-underline-offset:5px!important;
  }
}/* TORI V SPLIT DESKTOP HEADER - HOME MUSIC SHOP SHOWS / LOGO / SOUNDBOARD VIP */
@media screen and (min-width: 990px) {
  .header {
    position: relative !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    min-height: 115px !important;
  }

  .header > .header__heading,
  .header > h1.header__heading {
    display: none !important;
  }

  .tv-desktop-nav {
    position: absolute !important;
    left: 50% !important;
    top: 50% !important;
    transform: translate(-50%, -50%) !important;
    display: grid !important;
    grid-template-columns: auto auto auto !important;
    align-items: center !important;
    justify-content: center !important;
    column-gap: 32px !important;
    width: auto !important;
    max-width: none !important;
    margin: 0 !important;
    padding: 0 !important;
    z-index: 2 !important;
  }

  .tv-nav-group {
    display: flex !important;
    align-items: center !important;
    list-style: none !important;
    margin: 0 !important;
    padding: 0 !important;
    white-space: nowrap !important;
  }

  .tv-nav-group--left {
    justify-content: flex-end !important;
    gap: 18px !important;
  }

  .tv-nav-group--right {
    justify-content: flex-start !important;
    gap: 18px !important;
  }

  .tv-nav-group a {
    color: #d8b36a !important;
    font-size: 12px !important;
    letter-spacing: 0.08em !important;
    line-height: 1 !important;
    text-decoration: none !important;
    text-transform: uppercase !important;
  }

  .tv-nav-group a:hover,
  .tv-nav-group a[aria-current="page"] {
    color: #b40000 !important;
    text-decoration: underline !important;
    text-underline-offset: 5px !important;
  }

  .tv-desktop-logo-link {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    flex: 0 0 auto !important;
  }

  .tv-desktop-logo-img {
    width: 180px !important;
    max-width: 180px !important;
    height: auto !important;
    display: block !important;
  }

  .tv-desktop-logo-text {
    color: #d8b36a !important;
    font-size: 34px !important;
    letter-spacing: 0.08em !important;
    text-transform: uppercase !important;
  }

  .header__icons {
    position: absolute !important;
    right: 3rem !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    z-index: 3 !important;
  }
}

@media screen and (max-width: 989px) {
  .tv-desktop-nav {
    display: none !important;
  }
}/* HIDE ORIGINAL SHOPIFY LOGO ON DESKTOP - KEEP ONLY SPLIT NAV LOGO */
@media screen and (min-width: 990px) {
  .header__heading:not(.tv-desktop-logo-link),
  .header__heading-link:not(.tv-desktop-logo-link),
  .header__heading-logo-wrapper:not(.tv-desktop-logo-link),
  .header__heading-logo {
    display: none !important;
  }

  .tv-desktop-logo-link,
  .tv-desktop-logo-img {
    display: flex !important;
  }

  .tv-desktop-logo-img {
    width: 180px !important;
    max-width: 180px !important;
    height: auto !important;
  }
}/* MATCH HEADER ICONS TO NAV GOLD */
@media screen and (min-width: 990px) {
  .header__icons,
  .header__icons a,
  .header__icons button,
  .header__icon,
  .header__icon svg,
  .header__icon svg path,
  .header__icon svg circle {
    color: #d8b36a !important;
    stroke: #d8b36a !important;
  }

  .header__icon svg path,
  .header__icon svg circle {
    fill: none !important;
  }

  .header__icon:hover,
  .header__icon:hover svg,
  .header__icon:hover svg path,
  .header__icon:hover svg circle {
    color: #b40000 !important;
    stroke: #b40000 !important;
  }
}