/** Shopify CDN: Minification failed

Line 4647:2 Unexpected "/"

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

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

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

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

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

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

/* base */

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.hidden {
  display: none !important;
}

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

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

.overflow-hidden {
  overflow: hidden;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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



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

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

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

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

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

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

.left {
  text-align: left;
}

.center {
  text-align: center;
}

.right {
  text-align: right;
}

.uppercase {
  text-transform: uppercase;
}

.light {
  opacity: 0.7;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.visibility-hidden {
  visibility: hidden;
}

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

:root {
  --duration-short: 100ms;
  --duration-default: 200ms;
  --duration-announcement-bar: 250ms;
  --duration-medium: 300ms;
  --duration-long: 500ms;
  --duration-extra-long: 600ms;
  --duration-extra-longer: 750ms;
  --duration-extended: 3s;
  --ease-out-slow: cubic-bezier(0, 0, 0.3, 1);
  --animation-slide-in: slideIn var(--duration-extra-long) var(--ease-out-slow) forwards;
  --animation-fade-in: fadeIn var(--duration-extra-long) var(--ease-out-slow);
}

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

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

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

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

.icon-arrow {
  width: 1.5rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/*
  Focus ring - inset
*/

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

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

/*
  Focus ring - none
*/

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

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

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

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

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

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

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

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

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

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

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

@media screen and (min-width: 990px) {
  .title,
  .title-wrapper-with-link {
    margin: 5rem 0 3rem;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

deferred-media {
  display: block;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Shopify Accelerated Checkout */

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


/* Button - other */

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

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

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

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

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

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

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

/* Button - social share */

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Select */

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

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

/* Field */

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

.customer .field {
  display: flex;
}

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

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

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

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

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

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

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

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

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

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

/* Text area */

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

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

/* Form global */

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.quantity__rules-cart {
  position: relative;
}

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

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

.modal__toggle-close {
  display: none;
}

.modal__toggle-open {
  display: flex;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.header__icon span {
  height: 100%;
}

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

.header__icon::after {
  content: none;
}

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

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

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

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

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

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

details .header__icon-close {
  display: none;
}

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

account-icon {
  display: flex;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.search-modal__form {
  width: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.header__menu {
  padding: 0 1rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.rte table {
  table-layout: fixed;
}

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

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

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

.rte li {
  list-style: inherit;
}

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

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

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

.rte blockquote {
  display: inline-flex;
}

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

/* Image mask global styles */

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Animations */

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@keyframes indeterminateAnimation {
  0% {
    transform: translateX(-20%) scaleX(0);
  }
  40% {
    transform: translateX(30%) scaleX(0.7);
  }
  100% {
    transform: translateX(100%) scaleX(0);
  }
}
.announcement-bar__message {
  font-size: 14px !important; /* Adjust as needed */
}
/* =========================================================
   AppleSauce — Closer-to-Nomad ATC button (Sense)
   (charcoal gradient + top highlight + subtle text depth)
   ========================================================= */

.product .product-form__submit,
.product .product-form__buttons .product-form__submit{
  position: relative !important;
  overflow: hidden !important;

  /* Nomad-ish charcoal (not flat black) */
  background: linear-gradient(180deg,
    #2f2f2f 0%,
    #1a1a1a 45%,
    #0b0b0b 100%
  ) !important;

  color: #fff !important;
  border: 1px solid rgba(255,255,255,.10) !important;
  border-radius: 999px !important;

  padding: 18px 22px !important;
  font-weight: 800 !important;
  font-size: 18px !important;
  letter-spacing: .2px !important;
  text-transform: none !important;

  /* Text depth like Nomad */
  text-shadow: 0 1px 0 rgba(0,0,0,.45) !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;

  /* Depth + “top sheen” + bottom edge */
  box-shadow:
    0 14px 30px rgba(0,0,0,.22),
    inset 0 1px 0 rgba(255,255,255,.18),
    inset 0 -3px 0 rgba(0,0,0,.55) !important;
}

/* Gloss highlight overlay (this is the “Nomad vibe”) */
.product .product-form__submit::after{
  content: "" !important;
  position: absolute !important;
  inset: 0 !important;
  border-radius: inherit !important;
  pointer-events: none !important;

  /* subtle top glow + slight vignette */
  background:
    radial-gradient(120% 80% at 50% 0%,
      rgba(255,255,255,.18) 0%,
      rgba(255,255,255,0) 55%
    ),
    linear-gradient(180deg,
      rgba(255,255,255,.10) 0%,
      rgba(255,255,255,0) 35%
    ) !important;

  opacity: .55 !important;
}

/* Hover / press feel */
.product .product-form__submit:hover{
  filter: brightness(1.06) !important;
}

.product .product-form__submit:active{
  transform: translateY(1px) !important;
  filter: brightness(0.98) !important;
  box-shadow:
    0 10px 22px rgba(0,0,0,.20),
    inset 0 1px 0 rgba(255,255,255,.12),
    inset 0 -2px 0 rgba(0,0,0,.60) !important;
}

/* Mobile: keep it full width and slightly tighter */
@media (max-width: 749px){
  .product .product-form__submit{
    width: 100% !important;
    padding: 18px 18px !important;
    font-size: 18px !important;
  }
}

/* Optional: keep dynamic checkout from competing */
.product .shopify-payment-button__button{
  border-radius: 999px !important;
  padding: 16px 18px !important;
}



/* Bold the variant label text like "Style" */
.product__info-container label[for^="Option"] {
  font-weight: 600 !important;
  font-size: 15px;
  color: #404040;
  display: block;
  margin-bottom: 5px;
}

/* =========================================================
   AppleSauce — Nomad-style variant dropdown (works even with native caret)
   - Single pill outline on the SELECT itself (no double border)
   - Subtle grey fill
   - Custom bold/down chevron (replaces native arrow)
   ========================================================= */

/* Remove any outer wrapper border if your theme adds it */


/* Target Shopify option selects */
.product .product__info-wrapper select[id^="Option"],
.product .product__info-wrapper .select__select[id^="Option"]{
  -webkit-appearance: none !important;
  appearance: none !important;

  background-color: #f3f5f6 !important;     /* Nomad-ish light gray */
  border: 2px solid #111 !important;        /* single outline */
  border-radius: 999px !important;          /* pill */
  box-shadow: none !important;
  outline: none !important;

  padding: 12px 46px 12px 16px !important;  /* room for chevron */
  font-weight: 600 !important;
  font-size: 14px !important;
  line-height: 1.2 !important;
  color: #111 !important;

  /* custom bold chevron (replaces native caret) */
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 24 24'%3E%3Cpath d='M6 9l6 6 6-6' fill='none' stroke='%23111' stroke-width='2.8' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") !important;
  background-repeat: no-repeat !important;
  background-position: right 16px center !important;
  background-size: 20px 20px !important;
}

/* Kill the old theme caret icon if it exists (so you don't get two arrows) */
.product .product__info-wrapper .select .icon-caret,
.product .product__info-wrapper .select .select__icon{
  display: none !important;
}

/* Optional: nicer focus */
.product .product__info-wrapper select[id^="Option"]:focus-visible{
  box-shadow: 0 0 0 3px rgba(0,0,0,.12) !important;
}

/* Mobile tweak (matches Nomad tighter pill) */
@media (max-width: 749px){
  .product .product__info-wrapper select[id^="Option"],
  .product .product__info-wrapper .select__select[id^="Option"]{
    padding: 11px 44px 11px 14px !important;
  }
}

/* =========================================================
   Fix 1: Remove the "extra" outer border (theme wrapper)
   Fix 2: Make dropdown NOT full width (shrink to content)
   ========================================================= */

/* Kill the theme’s outer outline/border that causes double-box */
.product .product__info-wrapper .select::before,
.product .product__info-wrapper .select::after{
  content: none !important;
  display: none !important;
  box-shadow: none !important;
  border: 0 !important;
}

/* Make the wrapper stop forcing full width */
.product .product__info-wrapper .select{
  display: inline-flex !important;
  width: auto !important;
  max-width: 100% !important;
}

/* Make the actual select shrink to content (Nomad-style width) */
.product .product__info-wrapper select[id^="Option"],
.product .product__info-wrapper .select__select[id^="Option"]{
  width: auto !important;
  min-width: 0 !important;
  display: inline-block !important;
}

/* (Optional) If you want it to never get *too* tiny */
.product .product__info-wrapper select[id^="Option"],
.product .product__info-wrapper .select__select[id^="Option"]{
  padding-right: 46px !important; /* keep room for chevron */
}










/* =========================================================
   AppleSauce — Cart Drawer Checkout Button
   Match ATC button style (Nomad-ish gradient + sheen + depth)
   ========================================================= */

.cart__checkout-button,
.cart-drawer__footer .button--primary{
  position: relative !important;
  overflow: hidden !important;

  /* Same charcoal gradient as ATC */
  background: linear-gradient(180deg,
    #2f2f2f 0%,
    #1a1a1a 45%,
    #0b0b0b 100%
  ) !important;

  color: #ffffff !important;

  border: 1px solid rgba(255,255,255,.10) !important;
  border-radius: 999px !important;

  padding: 18px 22px !important;
  font-weight: 800 !important;
  font-size: 18px !important;
  letter-spacing: .2px !important;
  text-transform: none !important;

  /* Text depth */
  text-shadow: 0 1px 0 rgba(0,0,0,.45) !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;

  /* Depth + top sheen + bottom edge */
  box-shadow:
    0 14px 30px rgba(0,0,0,.22),
    inset 0 1px 0 rgba(255,255,255,.18),
    inset 0 -3px 0 rgba(0,0,0,.55) !important;
}

/* Gloss highlight overlay (same “Nomad vibe”) */
.cart__checkout-button::after,
.cart-drawer__footer .button--primary::after{
  content: "" !important;
  position: absolute !important;
  inset: 0 !important;
  border-radius: inherit !important;
  pointer-events: none !important;

  background:
    radial-gradient(120% 80% at 50% 0%,
      rgba(255,255,255,.18) 0%,
      rgba(255,255,255,0) 55%
    ),
    linear-gradient(180deg,
      rgba(255,255,255,.10) 0%,
      rgba(255,255,255,0) 35%
    ) !important;

  opacity: .55 !important;
}

/* Hover / press feel */
.cart__checkout-button:hover,
.cart-drawer__footer .button--primary:hover{
  filter: brightness(1.06) !important;
}

.cart__checkout-button:active,
.cart-drawer__footer .button--primary:active{
  transform: translateY(1px) !important;
  filter: brightness(0.98) !important;

  box-shadow:
    0 10px 22px rgba(0,0,0,.20),
    inset 0 1px 0 rgba(255,255,255,.12),
    inset 0 -2px 0 rgba(0,0,0,.60) !important;
}

/* Mobile: keep it full width & consistent */
@media (max-width: 749px){
  .cart__checkout-button,
  .cart-drawer__footer .button--primary{
    width: 100% !important;
    padding: 18px 18px !important;
    font-size: 18px !important;
  }
}

/* =========================================================
   AppleSauce — Cart Drawer: make trash/remove button bigger
   ========================================================= */

.cart-drawer .cart-remove-button,
.cart-drawer button[name="remove"]{
  min-width: 44px !important;
  min-height: 44px !important;
  padding: 10px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
}

/* Make the icon itself bigger */
.cart-drawer .cart-remove-button svg,
.cart-drawer button[name="remove"] svg{
  width: 20px !important;
  height: 20px !important;
}

/* Optional: give it a soft tap target feel */
.cart-drawer .cart-remove-button,
.cart-drawer button[name="remove"]{
  border-radius: 999px !important;
}



.se-option-name::after {
content: ":";
margin-right: 5px; /* optional spacing */
}

.se-option-title {
display: flex;
font-weight: 600;
}

.cart-drawer-guarantee {
  margin-top: 10px;
  text-align: center;
}

.cart-drawer-guarantee__text {
  font-size: 12px;
  line-height: 1.4;
  color: #555555;
  margin-bottom: 6px;
}

.cart-drawer-guarantee__badges img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}

/* Cart drawer: stack checkout button above guarantee block on desktop too */
.cart-drawer .cart__ctas {
  display: flex !important;
  flex-direction: column !important;
  align-items: stretch;
  gap: 10px;
}

/* Make sure the button spans the drawer width */
.cart-drawer .cart__checkout-button {
  width: 100%;
}

/* Cart drawer shipping note */
.cart__tax-note,
.totals__note {
  font-size: 12px;
  line-height: 1.4;
  color: #6b6b6b;        /* softer than the total */
  margin-top: 4px;
  margin-bottom: 8px;
}

.cart__tax-note strong,
.totals__note strong {
  color: #111111;       /* slightly darker for "Free tracked shipping" */
}



/* =========================================================
   PDP SPACING (fix the big gap above price)
   ========================================================= */

/* Dawn-style: controls spacing between blocks in product info */
.product__info-container > * + *{
  margin-top: 10px !important; /* global stack spacing; try 8–12 */
}

/* Specifically reduce the gap right before the price block */
.product__info-container .price{
  margin-top: 6px !important; /* this is the one you care about */
}

/* If your “Fits all Apple Watch models” line is a <p> in an rte block,
   this trims its bottom margin so it doesn’t add extra space */
.product__info-container .rte p{
  margin-bottom: 6px !important;
}
/* =========================================================
   PRICE ROW (centered, compare-at inline, promo pill tucked under)
   ========================================================= */

/* Kill any theme spacing around the whole price block */
.price.price--large{
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  padding: 0 !important;
  border-radius: 0 !important;
  text-align: left !important;
  margin: 0 !important;                 /* IMPORTANT: Sense often adds margin */
}

/* The line that holds sale + compare-at */
.price.price--large .price__container{
  display: flex !important;
  flex-wrap: wrap;
  align-items: baseline !important;
  justify-content: left !important;
  gap: 6px !important;
  row-gap: 2px !important;
  margin: 0 !important;                 /* IMPORTANT */
  padding: 0 !important;
}

/* Sense sometimes adds margin to these inner wrappers */
.price.price--large .price__regular,
.price.price--large .price__sale{
  margin: 0 !important;
  padding: 0 !important;
}

/* NOT on sale (no compare-at): regular price big + green */
.price:not(.price--on-sale) .price-item--regular{
  font-weight: 950;
  font-size: 2.2rem;
  color:rgb(0, 0, 0);
  opacity: 1;
  text-decoration: none;
  line-height: 1.05;
  letter-spacing: -0.01em;
  margin: 0 !important;
}

/* On sale (compare-at exists): compare price muted + struck */
.price.price--on-sale .price-item--regular{
  font-weight: 600;
  font-size: 1.45rem;
  color: #111;
  opacity: 0.45;
  text-decoration: line-through;
  text-decoration-thickness: 2px;
  text-decoration-color: rgb(0, 0, 0);
  margin: 0 !important;
}

/* sale price */
.price-item--sale{
  font-weight: 950;
  font-size: 23px;
  color: #111827;
  line-height: 1.05;
  letter-spacing: -0.01em;
  margin: 4 !important;
}
/* Hide theme badge so we can place it exactly */
.price.price--large .price__badges,
.price.price--large .price__badge-sale,
.price.price--large .badge.price__badge-sale{
  display: none !important;
}



/* =========================================================
   PROMO PILL under price — In stock (subtle, smaller)
   ========================================================= */

/* Wrapper spacing (tucks it closer to price + less gap before Color:) */
.promo-pill-wrap{
  text-align: left !important;
  margin: -4px 0 10px !important;   /* tighter overall than before */
  padding: 0 !important;
}

/* If it sits right after the price block */
.price.price--large + .promo-pill-wrap{
  margin-top: 2px !important;
}

/* Pill base */
.promo-pill{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: .35rem;                      /* slightly tighter */
  padding: 6px 10px;                /* smaller */
  border-radius: 999px;
  font-weight: 600;                 /* slightly softer */
  font-size: 11.5px;                /* smaller text */
  line-height: 1;
  letter-spacing: 0;
  width: fit-content;
  max-width: 100%;
  margin: 0 !important;
  text-transform: none !important;  /* prevents ALL CAPS */
}

/* In-stock style */
.promo-pill--instock{
  color: #0B3D20;
  background: #E8F7EF;
  border: 1px solid #008C3C;
  box-shadow: none;
}

/* Pulsing dot (more subtle + smaller) */
.promo-pill__dot{
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: #008C3C;
  opacity: .82;
  box-shadow: 0 0 0 0 rgba(0, 140, 60, .14);
  animation: instockPulse 2.4s ease-in-out infinite;
}

@keyframes instockPulse{
  0%   { transform: scale(1);    opacity: .82; box-shadow: 0 0 0 0 rgba(0,140,60,.12); }
  55%  { transform: scale(1.05); opacity: .95; box-shadow: 0 0 0 5px rgba(0,140,60,.06); }
  100% { transform: scale(1);    opacity: .82; box-shadow: 0 0 0 0 rgba(0,140,60,.00); }
}

/* Even tighter on small phones */
@media (max-width: 480px){
  .promo-pill{ padding: 5px 9px; font-size: 11px; }
  .promo-pill-wrap{ margin: -4px 0 9px !important; }
}


/* Hide Watch Size picker (dropdown OR button/fieldset) 
.product-form__input:has([name="options[Watch Size]"]),
fieldset.product-form__input:has([name*="Watch Size"]) {
  display: none !important;
}*/

/* Hide KaChing "Color, Watch Size" labels above the selectors */
kaching-bundle .kaching-bundles__bar-variant-names{
  display: none !important;
}



/* Hide KaChing crossed-out / original price */
kaching-bundle .kaching-bundles__bar-full-price{
  display: none !important;
}






/* Keep title top-left and reserve space so it never hits the price 
.product .product__info-wrapper .product__title {
  margin: 0 !important;
  padding-right: 190px !important;   /* space for pinned price 
  text-align: left !important;
}*/

/* =========================================================
   AppleSauce — Sense PDP Info Card (GLOBAL / ALL PRODUCTS)
   Targets Sense’s actual wrapper: .product__info-wrapper
   ========================================================= */

/* Page background like Nomad (safe on product pages) */
#MainContent { background: #f1f2f3 !important; }

/* Make the RIGHT product info column a rounded white “card” */
.product .product__info-wrapper {
  position: relative !important;     /* anchor for pinned price */
  text-align: left !important;       /* fixes your centered title issue */

}


/* =========================================================
   Product info card (RIGHT column) — Nomad-like shell
   Targets the REAL white card: .as-card.as-card--info
   ========================================================= */

/* 1) Keep wrappers neutral (don’t paint the card here) */
.product .product__info-wrapper,
.product .product__info-wrapper .product__info-container{
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  border-radius: 0 !important;
  overflow: visible !important;
}

/* 2) Style the actual card element */
.product .product__info-wrapper .as-card.as-card--info{
  background: #fff !important;
  border-radius: 28px !important;

  /* IMPORTANT: don’t double-up borders */
  border: 0 !important;

  /* subtle surface depth (keep, but very soft) */
  background: linear-gradient(180deg, #ffffff 0%, #fbfbfb 100%) !important;

  box-shadow:
  /* crisp edge (lighter like Nomad) */
  0 0 0 1px rgba(0,0,0,.075),

  /* subtle top highlight */
  inset 0 1px 0 rgba(255,255,255,.78),

  /* tight contact shadow (slightly softer) */
  0 2px 6px rgba(0,0,0,.09),

  /* mid separation */
  0 10px 18px -12px rgba(0,0,0,.20),

  /* lift */
  0 24px 48px -30px rgba(0,0,0,.38) !important;

  padding: 18px 15px 18px !important;
  margin-bottom: 20px !important;

  /* makes corners clip correctly */
  overflow: hidden !important;
  box-sizing: border-box !important;

  width: 100%;
}





/* 4) Mobile padding (optional, keep if you like the spacing) */
@media (max-width: 749px){
  .product .product__info-wrapper .product__info-container,
  .product .product__info-wrapper .as-card.as-card--info{
    padding: 18px !important;
  }
}


@media (max-width: 749px){

  /* keep your existing mobile padding rules */
  .product .product__info-wrapper .product__info-container,
  .product .product__info-wrapper .as-card.as-card--info{
    padding: 18px !important;
  }

  /* ✅ tighten spacing under top card */
  .product .product__info-wrapper .as-card.as-card--info{
    margin-bottom: 20px !important;
  }

  /* ✅ remove extra top space on review snippet card */
  .product .product__info-wrapper .as-card.as-card--snippet{
    margin-top: 0px !important;
  }

  /* ✅ if spacing still feels big, reduce container gap */
  .product .product__info-wrapper .product__info-container{
    gap: 10px !important;
    row-gap: 10px !important;
  }
}


/* Pin ONLY the Shopify price block to the top-right */
.product .product__info-wrapper [id^="price-template"] {
  position: absolute !important;
  top: 18px !important;
  right: 22px !important;
  margin: 0 !important;
  z-index: 50 !important;
  white-space: nowrap !important;
}

/* Desktop: nudge pinned price down so it aligns with the title */
@media (min-width: 750px) {
  .product .product__info-wrapper [id^="price-template"] {
    transform: translateY(16px) !important; /* tweak 4–10px until perfect */
  }
}




/* Keep title top-left and reserve space so it never hits the price */
.product .product__info-wrapper .product__title {
  margin: 0 !important;
  padding-right: 100px !important;   /* space for pinned price */
  text-align: left !important;
}



/* Mobile: allow up to 2 lines, prevent running into the pinned price */
@media (max-width: 749px) {
  .product .product__info-wrapper .product__title{
    padding-right: 130px !important; /* reserve room for price (tune 110–150) */
    box-sizing: border-box !important;
  }

  .product .product__info-wrapper .product__title h1,
  .product .product__info-wrapper .product__title .h1{
    white-space: normal !important;
    overflow: visible !important;     /* key change */
    text-overflow: unset !important;  /* key change */
    display: block !important;
    overflow-wrap: anywhere !important;
  }
}




/* Prevent the “g” / descenders from getting cut off */
.product .product__info-wrapper .product__title h1,
.product .product__info-wrapper .product__title .h1 {
  margin: 0 !important;
  line-height: 1.08 !important;
  padding-top: 2px !important;
  padding-bottom: 6px !important;
  overflow: visible !important;
}

/* Optional: mobile single-line title */
@media (max-width: 749px) {
  .product .product__info-wrapper .product__title h1,
  .product .product__info-wrapper .product__title .h1 {
    white-space: nowrap !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
  }
}


/* ===== Product title: consistent weight on mobile + desktop ===== */
.product .product__info-wrapper .product__title h1,
.product .product__info-wrapper .product__title .h1 {
  line-height: 1.06 !important;
  font-weight: 800 !important; /* add semicolon + force it */
}

/* Desktop / tablet */
@media (min-width: 750px){
  .product .product__info-wrapper .product__title h1,
  .product .product__info-wrapper .product__title .h1{
    font-size: clamp(34px, 2.6vw, 70px) !important;
  }
}

/* Mobile */
@media (max-width: 749px){
  .product .product__info-wrapper .product__title h1,
  .product .product__info-wrapper .product__title .h1{
    font-size: clamp(26px, 7vw, 40px) !important;
    letter-spacing: -0.02em; /* optional: makes it feel “bolder” */
  }
}

/* Desktop: keep on one line */
@media (min-width: 750px) {
  .product .product__info-wrapper .product__title h1,
  .product .product__info-wrapper .product__title .h1 {
    font-size: 35px !important;
  }
}

/* Mobile: remove ellipsis/truncation */
@media (max-width: 749px) {
  .product .product__info-wrapper .product__title h1,
  .product .product__info-wrapper .product__title .h1 {
    white-space: normal !important;
    overflow: visible !important;
    text-overflow: unset !important;
  }
}
/* Hide compare-at price wherever the main product section exists */
#MainProduct-template--25220181623081__main s.price-item.price-item--regular,
[id^="MainProduct-template--"] s.price-item.price-item--regular {
  display: none !important;
}

.product .product__info-wrapper .shopify-app-block {
  margin-top: -2px !important; /* adjust -2 to -12 */
  margin-bottom: 10px !important; /* adjust -2 to -12 */
}

/* Reduce space above the main product section on mobile */
@media (max-width: 749px) {
  .template-product #MainContent > .shopify-section:first-child .page-width {
    padding-top: 8px !important; /* try 0–12 */
  }
}
/* =========================================
   Split into two cards using wrapper divs
   ========================================= */

/* Stop the theme’s info container from being "the card" */
.product .product__info-wrapper .product__info-container {
  
 
  border-radius: 0 !important;
  padding: 0 !important;
}

/* Card base */


/* spacing between card 1 and card 2 */
.product .product__info-wrapper .as-card--offer {
  margin-top: 16px !important;
}

@media (max-width: 749px) {
  .product .product__info-wrapper .as-card {
    padding: 16px 16px 18px !important;
  }
  .product .product__info-wrapper .as-card--offer {
    margin-top: 14px !important;
  }
}

/* =========================================================
   AppleSauce — Dim NON-active thumbnails (Sense) (active = full)
   IMPORTANT: dim the IMAGE, not the parent, so active can override
   ========================================================= */

/* 1) Make sure parents are never dimmed */
.product .thumbnail-list__item,
.product .thumbnail{
  opacity: 1 !important;
}

/* 2) Dim all thumbnail images by default */
.product .thumbnail img,
.product .thumbnail-list__item img{
  opacity: .30 !important;
  transition: opacity .18s ease;
}

/* 3) Active/selected thumbnail images = fully visible */
.product .thumbnail[aria-current="true"] img,
.product .thumbnail[aria-selected="true"] img,
.product .thumbnail.is-active img,
.product .thumbnail-list__item[aria-current="true"] img,
.product .thumbnail-list__item[aria-selected="true"] img,
.product .thumbnail-list__item--active img,
.product .thumbnail-list__item--active .thumbnail img{
  opacity: 1 !important;
}

/* 4) Hover (desktop) */
.product .thumbnail:hover img,
.product .thumbnail-list__item:hover img{
  opacity: .75 !important;
}

/* Tighten gap under the Size dropdown (Dawn select wrapper) */
.product__info-container .product-form__input.product-form__input--dropdown{
  margin-bottom: 10px !important; /* try 4–10px */
}

/* If your Watch Sizing Guide is in a Custom Liquid block, kill default margins */
.product__info-container .watch-sizing-guide{
  margin-top: 0 !important;
  margin-bottom: 40px !important; /* try 4–10px */
}
.product__info-container .watch-sizing-guide p{
  margin: 0 !important;
}

/* =========================================================
   AppleSauce — Thumbnail size tweak (Sense)
   ========================================================= */

/* Shrink thumbnail tiles (container) */
.product .thumbnail-list__item,
.product .thumbnail{
  width: 60px !important;   /* try 52–60 */
  height: 60px !important;  /* try 52–60 */
}

/* Make the image fit the smaller tile */
.product .thumbnail img,
.product .thumbnail-list__item img{
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
}


/* =========================================================
   PRODUCT PAGE — Image with text sections as cards (Nomad-like)
   Targets your actual section IDs + grid wrapper
   ========================================================= */

/* 1) Card shell (the whole Image-with-text block) */
[id^="shopify-section-template--"][id*="__image_with_text"] .image-with-text__grid{
 background: #fff !important;
  border-radius: 28px !important;

  /* Nomad-like: subtle border + soft shadow */
border: 0 !important;

  /* subtle surface depth (keep, but very soft) */
  background: linear-gradient(180deg, #ffffff 0%, #fbfbfb 100%) !important;

  box-shadow:
  /* crisp edge (lighter like Nomad) */
  0 0 0 1px rgba(0,0,0,.075),

  /* subtle top highlight */
  inset 0 1px 0 rgba(255,255,255,.78),

  /* tight contact shadow (slightly softer) */
  0 2px 6px rgba(0,0,0,.09),

  /* mid separation */
  0 10px 18px -12px rgba(0,0,0,.20),

  /* lift */
  0 24px 48px -30px rgba(0,0,0,.38) !important;

  padding: 18px 15px 18px !important;

  /* makes corners clip correctly */
  overflow: hidden !important;
  box-sizing: border-box !important;

}

/* 2) Prevent inner “double card” layers from overriding */
[id^="shopify-section-template--"][id*="__image_with_text"] .image-with-text__content{
  background: transparent !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  border: 0 !important;
}

/* Some themes also apply styling to the media wrapper */
[id^="shopify-section-template--"][id*="__image_with_text"] .image-with-text__media,
[id^="shopify-section-template--"][id*="__image_with_text"] .image-with-text__media-item{
  border-radius: 0 !important;
  box-shadow: none !important;
}






/* =========================================================
   PRICE PINNING (clean + conflict-free)
   - Default: NOT pinned (safe for iPad / small desktop)
   - Mobile + Large desktop: pinned top-right
   ========================================================= 

/* 1) DEFAULT (all sizes): NOT pinned */
.product .product__info-wrapper [id^="price-template"]{
  position: static !important;
  top: auto !important;
  right: auto !important;
  left: auto !important;
  bottom: auto !important;
  transform: none !important;
  margin: 0 !important;
  white-space: nowrap !important;
}

/* Title does NOT reserve space unless pinned */
.product .product__info-wrapper .product__title{
  padding-right: 0 !important;
}

/* 2) MOBILE: pin */
@media (max-width: 749px){
  .product .product__info-wrapper{
    position: relative !important;
  }

  .product .product__info-wrapper [id^="price-template"]{
    position: absolute !important;
    top: 23px !important;      /* <- adjust this freely now */
    right: 16px !important;
    z-index: 50 !important;
    transform: translateY(-1px) !important; /* tiny optical nudge */
  }

  .product .product__info-wrapper .product__title{
    padding-right: 120px !important;
  }
}

/* 2.5) TABLET / SMALL DESKTOP (iPad landscape etc): pin, but with safer spacing */
@media (min-width: 750px) and (max-width: 989px){
  .product .product__info-wrapper{
    position: relative !important;
  }

  .product .product__info-wrapper [id^="price-template"]{
    position: absolute !important;
    top: 30px !important;     /* adjust if needed */
    right: 18px !important;   /* slightly tighter than desktop */
    z-index: 50 !important;
    transform: translateY(-1px) !important;
  }

  .product .product__info-wrapper .product__title{
    padding-right: 210px !important; /* reserve space so title never hits price */
  }
}


/* 3) LARGE DESKTOP: pin */
@media (min-width: 990px){
  .product .product__info-wrapper{
    position: relative !important;
  }

  .product .product__info-wrapper [id^="price-template"]{
    position: absolute !important;
    top: 35px !important;      /* <- adjust this freely now */
    right: 22px !important;
    z-index: 50 !important;
    transform: translateY(-1px) !important; /* no more translateY(16px) */
  }

  .product .product__info-wrapper .product__title{
    padding-right: 190px !important;
  }
}*/


/* PRICE FONT SIZE — Mobile / Tablet / Desktop */

/* 1) Mobile (0–749px) */
@media (max-width: 749px){
  .product .product__info-wrapper [id^="price-template"] .price-item--sale,
  .product .product__info-wrapper [id^="price-template"] .price-item--last,
  .product .product__info-wrapper [id^="price-template"] .price-item{
    font-size: 50px !important;
    line-height: 1 !important;
    font-weight: 800 !important;
  }
}

/* 2) Tablet (750–989px) */
@media (min-width: 750px) and (max-width: 989px){
  .product .product__info-wrapper [id^="price-template"] .price-item--sale,
  .product .product__info-wrapper [id^="price-template"] .price-item--last,
  .product .product__info-wrapper [id^="price-template"] .price-item{
    font-size: 21px !important;
    line-height: 1 !important;
    font-weight: 800 !important;
  }
}

/* 3) Desktop (990px+) */
@media (min-width: 990px){
  .product .product__info-wrapper [id^="price-template"] .price-item--sale,
  .product .product__info-wrapper [id^="price-template"] .price-item--last,
  .product .product__info-wrapper [id^="price-template"] .price-item{
    font-size: 25px !important;
    line-height: 1 !important;
    font-weight: 800 !important;
  }
}

/* ================================
   Image-with-text: tighter text card + better typography
   ================================ */

/* Text card padding (desktop default) */
.image-with-text__content.content-container,
.image-with-text__content.content-container.gradient{
  padding: 44px 48px !important;
}

/* Tablet */
@media (min-width: 750px) and (max-width: 989px){
  .image-with-text__content.content-container,
  .image-with-text__content.content-container.gradient{
    padding: 36px 40px !important;
  }
}

/* Mobile (this is the big one for reducing wrapping) */
@media (max-width: 749px){
  .image-with-text__content.content-container,
  .image-with-text__content.content-container.gradient{
    padding: 22px 16px !important; /* reduces left/right so lines fit */
  }
}

/* Heading sizing (keeps it bold but less “huge” on mobile) */
.image-with-text__heading{
  line-height: 1.05 !important;
  letter-spacing: -0.02em !important;
}

/* Desktop/Tablet heading scale */
@media (min-width: 750px){
  .image-with-text__heading{
    font-size: clamp(34px, 3.4vw, 56px) !important;
  }
}

/* Mobile heading scale */
@media (max-width: 749px){
  .image-with-text__heading{
    font-size: 34px !important; /* try 32–36 */
    font-size: clamp(26px, 7vw, 52px) !important; /* auto scales: smaller on mobile, big on desktop */
  line-height: 1.05 !important;
  letter-spacing: -0.02em !important;  /* slightly tighter so it fits */
  word-break: normal !important;
  overflow-wrap: normal !important;
  }
}

/* Body text (slightly tighter + more “Nomad-ish”) */
.image-with-text__text{
  line-height: 1.45 !important;
}

@media (min-width: 750px){
  .image-with-text__text{
    font-size: 18px !important;
  }
}

@media (max-width: 749px){
  .image-with-text__text{
    font-size: 16px !important;
  }
}
/* =========================================================
   Loox Snippet (between your start/end wrappers)
   Wrapper: <div class="as-card as-card--snippet">
   Goal: same width as other cards + Loox pill removed + centered
   ========================================================= */

/* 1) Make the wrapper match your other cards */
.product .as-card.as-card--snippet{
  background: #fff !important;
  border-radius: 28px !important;

  border: 0 !important;

  /* subtle surface depth (keep, but very soft) */
  background: linear-gradient(180deg, #ffffff 0%, #fbfbfb 100%) !important;

  box-shadow:
  /* crisp edge (lighter like Nomad) */
  0 0 0 1px rgba(0,0,0,.075),

  /* subtle top highlight */
  inset 0 1px 0 rgba(255,255,255,.78),

  /* tight contact shadow (slightly softer) */
  0 2px 6px rgba(0,0,0,.09),

  /* mid separation */
  0 10px 18px -12px rgba(0,0,0,.20),

  /* lift */
  0 24px 48px -30px rgba(0,0,0,.38) !important;



  /* makes corners clip correctly */
  overflow: hidden !important;
  box-sizing: border-box !important;

  /* spacing */
  padding: 16px !important;
  margin: 0px auto 0px !important;

  /* center the widget */
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;

  /* desktop/tablet width harmony */
  width: 100% !important;
  max-width: 750px !important;
}

/* Mobile: match the same gutters as your other cards */
@media (max-width: 749px){
  .product .as-card.as-card--snippet{
width: calc(100% - 15px) !important; /* 16px each side */
    margin: 18px auto 0 !important;
    margin-top: 30px !important;          /* more space from ATC card */
  }
}

/* 2) Remove Loox snippet’s own “pill” look so the wrapper is the card */
.product .as-card.as-card--snippet .container,
.product .as-card.as-card--snippet .grid,
.product .as-card.as-card--snippet .shopify-app-block{
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  margin: 0 !important;
  padding: -20 !important;
  width: 100% !important;
  
}

/* 3) Center the actual snippet control (your Inspect showed quickview-button) */
.product .as-card.as-card--snippet button.quickview-button{
  width: 100% !important;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;

  /* kill any extra framing Loox adds */
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  padding: 0 !important;
  margin: 0 !important;
}


/* =========================================================
   AppleSauce — LOOX Reviews wrapped in Nomad-ish card
   FINAL FIX:
   - Title NEVER overflows on iPhone/Safari
   - Stays ONE LINE
   - If screen is too narrow, it ellipses instead of breaking
   ========================================================= */

/* 1) Wrap the Shopify app block that contains #looxReviews */
.shopify-block.shopify-app-block:has(#looxReviews){
  border-radius: 28px !important;
  border: 0 !important;
  background: linear-gradient(180deg, #ffffff 0%, #f9f9f9 100%) !important;

  box-shadow:
    0 0 0 1px rgba(0,0,0,.12),
    inset 0 1px 0 rgba(255,255,255,.75),
    0 2px 6px rgba(0,0,0,.12),
    0 10px 18px -12px rgba(0,0,0,.22),
    0 24px 48px -30px rgba(0,0,0,.40) !important;

  width: 100% !important;
  max-width: 100% !important;
  margin: 0 auto 24px !important;

  padding: 22px 18px 22px !important;

  position: relative !important;
  overflow: hidden !important;
  box-sizing: border-box !important;
}

/* ✅ Reviews header (bulletproof on iPhone/Safari) */
.shopify-block.shopify-app-block:has(#looxReviews)::before{
  content: "Reviews";
  display: block;

  font-weight: 900;
  line-height: 1.05;
  color: #111;

  /* ✅ MUST for one line */
  white-space: nowrap !important;

  /* ✅ This is the REAL fix: force it to obey the card width */
  width: 100% !important;
  max-width: 100% !important;
  box-sizing: border-box !important;

  /* ✅ If it ever gets too tight on small screens -> graceful fallback */
  overflow: hidden !important;
  text-overflow: ellipsis !important;

  /* ✅ desktop size */
  font-size: 30px !important;
  letter-spacing: -0.6px !important;

  /* Tight gap under title */
  margin: 0 0 6px 0 !important;
}

/* ✅ Mobile: slightly smaller so it fits comfortably (no edge kissing) */
@media (max-width: 768px){
  .shopify-block.shopify-app-block:has(#looxReviews)::before{
    font-size: 23px !important;
    letter-spacing: -0.45px !important;
  }
}

/* ✅ Tiny phones safety */
@media (max-width: 390px){
  .shopify-block.shopify-app-block:has(#looxReviews)::before{
    font-size: 20px !important;
    letter-spacing: -0.35px !important;
  }
}


/* 3) Kill any extra top spacing the widget/iframe adds */
.shopify-block.shopify-app-block:has(#looxReviews) #looxReviews,
.shopify-block.shopify-app-block:has(#looxReviews) #looxReviews.loox-widget{
  margin-top: 0 !important;
  padding-top: 0 !important;
}

.shopify-block.shopify-app-block:has(#looxReviews) #looxReviewsFrame,
.shopify-block.shopify-app-block:has(#looxReviews) #looxReviews iframe{
  display: block !important;
  margin-top: 0 !important;
}

/* 4) Mobile tuning */
@media (max-width: 768px){
  .shopify-block.shopify-app-block:has(#looxReviews){
    border-radius: 24px !important;
    padding: 18px 16px 18px !important;
  }

  .shopify-block.shopify-app-block:has(#looxReviews)::before{
    font-size: 28px;
    margin-bottom: 6px;
  }
}

/* Slightly pull the widget upward inside the card (safe nudge) */
.shopify-block.shopify-app-block:has(#looxReviews) #looxReviews{
  transform: translateY(-20px) !important;
}


/* Desktop only — make the entire Reviews CARD narrower */
@media (min-width: 990px) {

  /* Try common "card" wrappers. One of these will match. */
  .as-card:has(#looxReviews),
  .card:has(#looxReviews),
  .product__info-wrapper:has(#looxReviews),
  .shopify-section:has(#looxReviews) {
    max-width: 920px !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }

  /* Let Loox fill whatever width the card becomes */
  #looxReviews.loox-widget {
    max-width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}
/* =========================================================
   AppleSauce — COLLECTION cards styled like PDP cards
   Scoped to the exact collection product-grid section
   FIXED: true centering + no extra gray “well”
   ========================================================= */

#shopify-section-template--25220180345129__main-collection-product-grid #product-grid .card-wrapper .card.card--card{
  background: linear-gradient(180deg, #ffffff 0%, #fbfbfb 100%) !important;
  border-radius: 28px !important;
  border: 0 !important;
  overflow: hidden !important;
  box-sizing: border-box !important;

  box-shadow:
    0 0 0 1px rgba(0,0,0,.075),
    inset 0 1px 0 rgba(255,255,255,.78),
    0 2px 6px rgba(0,0,0,.09),
    0 10px 18px -12px rgba(0,0,0,.20),
    0 24px 48px -30px rgba(0,0,0,.38) !important;
}

/* Remove inner framing so only your shell shows */
#shopify-section-template--25220180345129__main-collection-product-grid #product-grid .card-wrapper .card__inner,
#shopify-section-template--25220180345129__main-collection-product-grid #product-grid .card-wrapper .card__content{
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
}

/* IMPORTANT: stop the extra “frame/well” padding that creates that extra box */
#shopify-section-template--25220180345129__main-collection-product-grid #product-grid .card-wrapper .card__inner{
  padding: 0 !important;
}

/* IMPORTANT: your images already include their own background (like MagFit Air),
   so do NOT add any background panel behind them */
#shopify-section-template--25220180345129__main-collection-product-grid #product-grid .card-wrapper .card__media,
#shopify-section-template--25220180345129__main-collection-product-grid #product-grid .card-wrapper .card__media .media{
  background: transparent !important;
  border-radius: 20px !important;
  overflow: hidden !important;
}

/* ===== THE ACTUAL FIX: device-independent centering =====
   Dawn makes the <img> absolute. We center it without translateX tuning:
   - inset:0 gives all edges
   - margin:auto centers the rendered box
   - max-* prevents overflow
   - object-fit contain keeps full product visible
*/
#shopify-section-template--25220180345129__main-collection-product-grid #product-grid .card-wrapper .card__media .media img{
  top: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  left: 0 !important;
  margin: auto !important;

  /* kill any old “translateX(14px)” style you were adjusting */
  transform: none !important;
  translate: 0 0 !important;

  max-width: 100% !important;
  max-height: 100% !important;

  width: auto !important;
  height: auto !important;

  object-fit: contain !important;
  object-position: 50% 50% !important;
}

/* Text padding like your PDP cards */
#shopify-section-template--25220180345129__main-collection-product-grid #product-grid .card-wrapper .card__content{
  padding: 14px 16px 18px !important;
}

/* Title feel */
#shopify-section-template--25220180345129__main-collection-product-grid #product-grid .card-wrapper .card__heading,
#shopify-section-template--25220180345129__main-collection-product-grid #product-grid .card-wrapper .card__heading a{
  font-weight: 600 !important;
  letter-spacing: -0.02em !important;
  line-height: 1.08 !important;
}

/* Price feel */
#shopify-section-template--25220180345129__main-collection-product-grid #product-grid .card-wrapper .price{
  margin-top: 6px !important;
}
#shopify-section-template--25220180345129__main-collection-product-grid #product-grid .card-wrapper .price .price-item{
  font-weight: 800 !important;
}

/* Keep SALE badge hidden */
#shopify-section-template--25220180345129__main-collection-product-grid #product-grid .card__badge{
  display: none !important;
}
/* =========================================================
   Collection hero title: force ONE line + shrink on small screens
   Target = h1.collection-hero__title (your exact element)
   ========================================================= */

.collection-hero__title{
  white-space: nowrap !important;     /* never wrap */
  overflow: visible !important;       /* don't clip */
  text-overflow: initial !important;  /* don't truncate */
  max-width: 100% !important;

  /* tighter title feel */
  line-height: 1.02 !important;

  /* THIS controls the gap to the subtitle (bottom margin) */
  margin: 6px 0 4px !important;

  /* desktop default */
  text-align: left;
}

/* That “Collection:” span should not force layout weirdness */
.collection-hero__title .visually-hidden{
  display: inline !important;
}

/* Mobile: shrink text with viewport so it stays one line */
@media (max-width: 749px){
  .collection-hero__title{
    font-size: clamp(22px, 9.5vw, 46px) !important;
    letter-spacing: -0.02em !important;

    /* mobile centering */
    text-align: center !important;
    margin-left: auto !important;
    margin-right: auto !important;

    /* even snugger on mobile */
    margin-bottom: 2px !important;
  }
}

/* Optional: add a subtle subtitle style if you use the collection description */
.collection-hero__description{
  max-width: 60ch;
  opacity: .8;

  /* THIS is the other half of the “snug” fix (remove default top margin) */
  margin-top: 0 !important;

  /* controlled tiny spacing from the title */
  padding-top: 0 !important;
}

@media (max-width: 749px){
  .collection-hero{
    padding-top: 16px !important; /* try 8–18px */
  }
  .collection-hero__description{
    text-align: center;
    margin-left: auto;
    margin-right: auto;

    /* keep it tight on mobile too */
    margin-top: 0 !important;
  }
}

/* =========================================================
   PDP tablet fix: stop title breaking into tiny chunks
   (MagFit Air showing as M / ag / Fit / Ai / r)
   ========================================================= */

@media (min-width: 750px) and (max-width: 1200px){
  /* Force sane word wrapping on the product title */
  .product__info-wrapper h1,
  .product__info-wrapper .product__title,
  .product__info-container h1,
  .product__info-container .product__title{
    word-break: normal !important;
    overflow-wrap: normal !important;   /* kills "anywhere" behavior */
    hyphens: none !important;
    white-space: normal !important;
    max-width: none !important;
  }

  /* If your title+price are in a flex row, allow wrapping instead of crushing the title */
  .product__info-wrapper .product__title,
  .product__info-container .product__title{
    flex: 1 1 auto !important;
    min-width: 0 !important;
  }

  /* Optional: if you created a custom title/price wrapper, this prevents squeeze */
  .product__info-wrapper .title-price,
  .product__info-container .title-price,
  .product__info-wrapper .product-title-price,
  .product__info-container .product-title-price{
    flex-wrap: wrap !important;
    row-gap: 6px !important;
  }
}

/* =========================================================
   AppleSauce — GLOBAL HEADER as a “connected” card (Sense)
   Rounded ONLY on the bottom corners + soft PDP-style shadow
   Paste this at the VERY BOTTOM of base.css
   ========================================================= */

:root{
  --as-header-radius: 28px;
  --as-header-bg: linear-gradient(180deg, #ffffff 0%, #fbfbfb 100%);
  --as-header-shadow:
    0 0 0 1px rgba(0,0,0,.075),
    inset 0 1px 0 rgba(255,255,255,.78),
    0 2px 6px rgba(0,0,0,.09),
    0 10px 18px -12px rgba(0,0,0,.18),
    0 20px 40px -28px rgba(0,0,0,.35);
}

/* 1) Kill any wrapper padding/margins that makes it “float” */
.shopify-section-header .header-wrapper,
.section-header .header-wrapper,
#shopify-section-header .header-wrapper{
  padding: 0 !important;
  margin: 0 !important;
  background: transparent !important;
  border: 0 !important;
  overflow: visible !important; /* allow shadow to render */
}

/* 2) Apply the card look to the actual header bar */
.shopify-section-header .header-wrapper .header,
.section-header .header-wrapper .header,
#shopify-section-header .header-wrapper .header{
  width: 100% !important;
  max-width: none !important;

  background: var(--as-header-bg) !important;
  border: 0 !important;

  /* Bottom-only rounding = “connected” */
  border-radius: 0 0 var(--as-header-radius) var(--as-header-radius) !important;

  box-shadow: var(--as-header-shadow) !important;

  /* Keep it snug to the top (no floating gap) */
  margin: 0 !important;

  /* Keep Sense spacing, but slightly more “card-like” */
  padding-top: 14px !important;
  padding-bottom: 14px !important;
  padding-left: clamp(16px, 4vw, 32px) !important;
  padding-right: clamp(16px, 4vw, 32px) !important;

  position: relative;
  z-index: 20;
}

/* 3) Remove any theme “border line” below header that fights the look */
.shopify-section-header .header-wrapper,
.section-header .header-wrapper,
#shopify-section-header .header-wrapper{
  box-shadow: none !important; /* shadow lives on .header above */
}

/* 4) Sticky header: keep the same card look (Sense uses these states) */
.shopify-section-header-sticky .header-wrapper .header,
.shopify-section-header-hidden .header-wrapper .header,
.shopify-section-header-reveal .header-wrapper .header{
  border-radius: 0 0 var(--as-header-radius) var(--as-header-radius) !important;
  box-shadow: var(--as-header-shadow) !important;
}

/* 5) Mobile polish: slightly tighter radius + padding so it feels premium */
@media (max-width: 749px){
  :root{ --as-header-radius: 24px; }

  .shopify-section-header .header-wrapper .header,
  .section-header .header-wrapper .header,
  #shopify-section-header .header-wrapper .header{
    padding-top: 5px !important;
    padding-bottom: 5px !important;
  }
}

/* =========================================================
   Header height controls (Desktop vs Mobile)
   Keeps Theme Editor logo sizing working (no logo cap)
   ========================================================= */

/* -------------------------
   DESKTOP (>= 750px)
   ------------------------- */
@media (min-width: 750px){
  .header{
    padding-top: 0px !important;
    padding-bottom: 0px !important;
  }

  /* do NOT cap logo size */
  .header__heading-logo{
    max-height: none !important;
    height: auto !important;
    width: auto !important;
  }

  .header__icons{
    align-items: center !important;
  }
}

/* =========================================================
   AppleSauce — Specs Accordion Card (Sizing + Included + Tech)
   Matches your other cards exactly (border + shadow + rounding)
   Works with your existing class names:
   .as-acc-title / .as-acc-icon / .as-acc-content / .as-imgwrap / .as-note
   ========================================================= */

.as-specs-card{
  border-radius: 28px !important;
  border: 0 !important;

  background: linear-gradient(180deg, #ffffff 0%, #fbfbfb 100%) !important;

  box-shadow:
    0 0 0 1px rgba(0,0,0,.075),
    inset 0 1px 0 rgba(255,255,255,.78),
    0 2px 6px rgba(0,0,0,.09),
    0 10px 18px -12px rgba(0,0,0,.20),
    0 24px 48px -30px rgba(0,0,0,.38) !important;

  overflow: hidden !important;
  width: 100%;
  margin-top: 20px !important;
}

/* Each accordion row */
.as-specs-card .as-acc-item{
  border-top: 1px solid rgba(0,0,0,.08);
  margin: 0 !important;
  padding: 0 !important;
}

.as-specs-card .as-acc-item:first-child{
  border-top: 0 !important;
}

/* Clickable row (summary) */
.as-specs-card .as-acc-summary{
  list-style: none !important;
  cursor: pointer;

  display: flex;
  align-items: center;
  justify-content: space-between;

  padding: 18px 18px !important;
  gap: 14px;

  background: transparent !important;
}

/* Remove default arrow marker */
.as-specs-card .as-acc-summary::-webkit-details-marker{
  display: none !important;
}

/* Row title text */
.as-specs-card .as-acc-title{
  font-size: 18px !important;
  font-weight: 800 !important;
  letter-spacing: -0.2px !important;
  color: #111827 !important;
}

/* Plus icon circle button */
.as-specs-card .as-acc-icon{
  width: 34px !important;
  height: 34px !important;
  border-radius: 999px !important;

  display: grid !important;
  place-items: center !important;

  background: #ffffff !important;

  box-shadow:
    0 0 0 1px rgba(0,0,0,.14),
    0 1px 2px rgba(0,0,0,.10) !important;

  flex: 0 0 auto !important;
}

/* Put the + inside the icon (your span is empty right now) */
.as-specs-card .as-acc-icon::before{
  content: "+" !important;
  font-size: 18px !important;
  font-weight: 900 !important;
  line-height: 1 !important;
  color: #111827 !important;
  transform: translateY(-1px);
}

/* When open, make + rotate into an X */
.as-specs-card details[open] .as-acc-icon::before{
  transform: translateY(-1px) rotate(45deg);
}

/* Accordion content area */
.as-specs-card .as-acc-content{
  padding: 0 18px 18px 18px !important;
  color: #374151 !important;
  font-size: 15px !important;
  line-height: 1.55 !important;
}

/* Bullets inside content */
.as-specs-card .as-acc-content ul{
  margin: 10px 0 0 18px !important;
  padding: 0 !important;
}

.as-specs-card .as-acc-content li{
  margin: 6px 0 !important;
}

/* Image wrap for sizing graphic */
.as-specs-card .as-imgwrap{
  margin: 10px 0 12px 0 !important;
  border: 1px solid rgba(0,0,0,.10) !important;
  border-radius: 12px !important;
  overflow: hidden !important;
  background: #f9fafb !important;
}

.as-specs-card .as-imgwrap img{
  display: block !important;
  width: 100% !important;
  height: auto !important;
}

/* Green note box (Series sizing note) */
.as-specs-card .as-note{
  margin-top: 12px !important;
  padding: 10px 12px !important;
  border-left: 3px solid #008C3C !important;
  background: #E8F7EF !important;
  color: #0B3D20 !important;
  border-radius: 12px !important;
}

/* =========================================================
   AppleSauce - Comparison Card (Row-by-row side-by-side)
   ========================================================= */

.as-compare-card{
  border-radius: 28px;
  border: 0 !important;
  background: linear-gradient(180deg, #ffffff 0%, #fbfbfb 100%) !important;

  box-shadow:
    0 0 0 1px rgba(0,0,0,.075),
    inset 0 1px 0 rgba(255,255,255,.78),
    0 2px 6px rgba(0,0,0,.09),
    0 10px 18px -12px rgba(0,0,0,.20),
    0 24px 48px -30px rgba(0,0,0,.38);

  width: min(900px, calc(100% - 32px));
  margin: 25px auto 24px;
  padding: 20px 18px;
  overflow: hidden;
  box-sizing: border-box;
}

.as-compare-head{
  padding-bottom: 14px;
  border-bottom: 1px solid rgba(0,0,0,.08);
}

.as-compare-title{
  margin: 0;
  font-weight: 900;
  font-size: 28px;
  line-height: 1.08;
  letter-spacing: -0.6px;
  color: #111;
}

.as-compare-sub{
  margin: 6px 0 0;
  color: rgba(17,17,17,.62);
  font-size: 15px;
  line-height: 1.55;
}

/* Header pills */
.as-compare-header{
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  margin-top: 14px;
  padding-bottom: 12px;
  border-bottom: 1px solid rgba(0,0,0,.08);
}

.as-compare-pill{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 12px;
  border-radius: 999px;
  font-weight: 800;
  font-size: 15px;
  letter-spacing: -0.2px;
  border: 1px solid rgba(0,0,0,.08);
  background: rgba(0,0,0,.03);
  color: #111;
  text-align: center;
  white-space: nowrap;
}

.as-compare-pill--good{
  background: rgba(0, 140, 60, .10);
  border-color: rgba(0, 140, 60, .18);
}

.as-compare-pill--bad{
  background: rgba(0,0,0,.04);
  border-color: rgba(0,0,0,.10);
}

/* Rows */
.as-compare-rows{
  margin-top: 6px;
}

.as-compare-row{
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  padding: 14px 0;
  border-bottom: 1px solid rgba(0,0,0,.08);

}


.as-compare-row > :first-child{
  font-weight: 650;
}


.as-compare-row:last-child{
  border-bottom: 0;
}

.as-compare-cell{
  display: flex;
  align-items: flex-start;
  gap: 10px;
  color: rgba(17,17,17,.76);
  font-size: 15px;
  line-height: 1.5;
}

.as-compare-dot{
  width: 10px;
  height: 10px;
  border-radius: 999px;
  margin-top: 8px;
  flex: 0 0 10px;
  background: rgba(0,0,0,.25);
}

.as-compare-dot--good{
  background: rgba(0,140,60,.85);
}

.as-compare-dot--bad{
  background: rgba(0,0,0,.35);
}

/* Mobile tightening (but still side-by-side) */
@media (max-width: 749px){
  .as-compare-card{
    padding: 18px 16px;
    border-radius: 24px;
  }

  .as-compare-title{
    font-size: 22px;
    letter-spacing: -0.4px;
  }

  .as-compare-sub{
    font-size: 14.5px;
  }

  .as-compare-pill{
    font-size: 13.5px;
    padding: 9px 10px;
  }

  .as-compare-row{
    gap: 10px;
    padding: 12px 0;
  }

  .as-compare-cell{
    font-size: 13.5px;
    line-height: 1.45;
  }
}

/* =========================================
   Comparison table: reduce desktop WIDTH
   ========================================= */

@media (min-width: 990px){

  /* Make the entire card narrower and centered */
  .as-compare-card{
    width: min(680px, calc(100% - 32px)) !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }

  /* Tighten the gap between the two columns */
  .as-compare-grid{
    column-gap: 16px !important;
  }
}



/* =========================================================
   AppleSauce — Stack "In Stock" pill under the price (right)
   (CSS-only, keeps your current blocks + layout intact)
   ========================================================= */

/* Make the top product info card a positioning context */
.product__info-container .as-card--info{
  position: relative;
}

/* Ensure the price stays right-aligned */
.product__info-container .as-card--info .price{
  text-align: right;
}

/* Move the pill to the top-right under the price */
.product__info-container .as-card--info .promo-pill-wrap{
  position: absolute;
  right: 18px;
  top: 70px;               /* <— adjust if needed */
  width: 105px;            /* makes pill “center” nicely under price */
  display: flex;
  justify-content: center; /* centers pill under price */
  margin: 0;
  padding: 0;
  z-index: 5;
}

/* Mobile tweaks */
@media (max-width: 768px){
  .product__info-container .as-card--info .promo-pill-wrap{
    right: 16px;
    top: 54px;             /* <— adjust if needed */
    width: 95px;
  }
}

/* Mobile: prevent price/pill stack from overlapping subtitle */
@media (max-width: 420px){
  .as-subtitle-wrap{
    display: block;
    width: 50%;
    clear: both;
    margin-top: 4px;
  }
}

/* ================================
   TABLET ONLY: tighten Price + In Stock alignment
   (does NOT touch desktop or mobile)
   ================================ */
@media (min-width: 750px) and (max-width: 989px){

  /* This keeps your current layout intact but makes the top row behave nicely */
  .as-card--info{
    display: flex !important;
    flex-wrap: wrap !important;
    align-items: flex-start !important;
  }

  /* Title stays left */
  .as-card--info .product__title{
    flex: 1 1 auto !important;
    min-width: 0 !important;
  }

  /* Subtitle stays under title */
  .as-card--info .as-subtitle-wrap{
    flex: 1 1 60% !important;
    order: 3 !important;
    min-width: 0 !important;
  }

    /* TUNE THESE: */
    margin-top: -10px !important;        /* <- change this */
    transform: translateX(13px) !important; /* <- or change this */
  }

  /* === iPad Mini / Tablet fix: keep price + In Stock from colliding === */
@media (min-width: 700px) and (max-width: 1024px){

  /* Make the price block act like a vertical stack on tablets */
  .product__info-container .price{
    display: flex !important;
    flex-direction: column !important;
    align-items: flex-end !important;
    gap: 0px !important;
  }

  /* Your In Stock pill wrapper */
  .product__info-container .promo-pill-wrap{
    margin: 0 !important;
    display: flex !important;
    justify-content: flex-end !important;
  }

  /* Slightly tighten the pill so it doesn't take extra height */
  .product__info-container .promo-pill--instock{
    white-space: nowrap !important;
    line-height: 1 !important;
  }

}
/* =========================================================
   AppleSauce — Cart Drawer (Nomad-inspired)
   - Rounded drawer panel (floating modal look)
   - Soft depth + clean premium background
   - Optional “cart item card” feel
   - Checkout button matches ATC style
   - Bigger trash icon (easier tapping on mobile)
   ========================================================= */

/* ---------- 0) Overlay / backdrop (premium modal feel) ---------- */
#CartDrawer-Overlay,
.cart-drawer__overlay{
  background: rgba(0,0,0,.42) !important;
  backdrop-filter: blur(2px);
}

/* ---------- 1) The actual drawer panel (THIS is the key target) ---------- */
#CartDrawer .drawer__inner{
  background: linear-gradient(180deg, #ffffff 0%, #fbfbfb 100%) !important;

  border-radius: 28px !important;

  box-shadow:
    0 0 0 1px rgba(0,0,0,.08),
    0 10px 26px rgba(0,0,0,.16),
    0 40px 80px rgba(0,0,0,.20) !important;

  overflow: hidden !important;
}

/* ✅ Floating modal spacing (recommended) */
#CartDrawer .drawer__inner{
  margin: 12px !important;
  height: calc(100% - 24px) !important;
}

/* Mobile: slightly tighter margins */
@media (max-width: 749px){
  #CartDrawer .drawer__inner{
    margin: 10px !important;
    height: calc(100% - 20px) !important;
    border-radius: 26px !important;
  }
}

/* ❌ If you ever decide you do NOT want floating modal:
   Just comment out the “margin + height” block above. */


/* ---------- 2) Drawer header spacing cleanup ---------- */
#CartDrawer .drawer__header{
  padding: 18px 18px 10px !important;
}

#CartDrawer .drawer__header h2,
#CartDrawer .drawer__header .h2{
  letter-spacing: -0.4px !important;
}

/* ---------- 3) Cart list spacing ---------- */
#CartDrawer cart-drawer-items{
  padding: 0 18px 16px !important;
}

/* Make the table feel like stacked “cards” without breaking layout */
#CartDrawer .cart-items{
  border-collapse: separate !important;
  border-spacing: 0 12px !important;
}

/* Each row becomes a soft card */
#CartDrawer .cart-items tr.cart-item{
  background: #fff !important;
  border-radius: 20px !important;

  box-shadow:
    0 0 0 1px rgba(0,0,0,.08),
    0 6px 16px rgba(0,0,0,.10) !important;

  overflow: hidden !important;
}

/* Remove harsh divider lines inside cart drawer */
#CartDrawer .cart-item td{
  border: 0 !important;
}

/* Tighten item spacing inside the “card” */
#CartDrawer .cart-item__details{
  padding-left: 12px !important;
}

/* Product title */
#CartDrawer .cart-item__name{
  font-weight: 800 !important;
  letter-spacing: -0.2px !important;
}

/* Variant text styling (smaller + softer) */
#CartDrawer .product-option{
  font-size: 14px !important;
  color: #4b5563 !important;
  margin-top: 4px !important;
}

/* ---------- 4) Make trash/remove button bigger & easier to hit ---------- */
/* This hits most Sense remove controls (button or link) */
#CartDrawer .cart-remove-button,
#CartDrawer a.cart-remove-button,
#CartDrawer button.cart-remove-button{
  width: 42px !important;
  height: 42px !important;
  border-radius: 999px !important;

  display: grid !important;
  place-items: center !important;

  background: #fff !important;
  box-shadow:
    0 0 0 1px rgba(0,0,0,.12),
    0 2px 8px rgba(0,0,0,.10) !important;
}

/* Make the icon bigger */
#CartDrawer .cart-remove-button svg{
  width: 20px !important;
  height: 20px !important;
}

/* ---------- 5) Drawer footer (subtotal area) ---------- */
#CartDrawer .drawer__footer{
  padding: 14px 18px 18px !important;
  background: transparent !important;
  border-top: 0 !important;
}

/* Slight separation line above totals */
#CartDrawer .drawer__footer::before{
  content: "" !important;
  display: block !important;
  height: 1px !important;
  background: rgba(0,0,0,.08) !important;
  margin: 0 0 14px 0 !important;
}

/* ---------- 6) Checkout button = EXACT same vibe as ATC ---------- */
#CartDrawer .cart__checkout-button,
#CartDrawer .cart-drawer__footer .button--primary{
  position: relative !important;
  overflow: hidden !important;

  width: 100% !important;

  background: linear-gradient(180deg,
    #2f2f2f 0%,
    #1a1a1a 45%,
    #0b0b0b 100%
  ) !important;

  color: #fff !important;
  border: 1px solid rgba(255,255,255,.10) !important;
  border-radius: 999px !important;

  padding: 18px 22px !important;
  font-weight: 800 !important;
  font-size: 18px !important;
  letter-spacing: .2px !important;
  text-transform: none !important;

  text-shadow: 0 1px 0 rgba(0,0,0,.45) !important;

  box-shadow:
    0 14px 30px rgba(0,0,0,.22),
    inset 0 1px 0 rgba(255,255,255,.18),
    inset 0 -3px 0 rgba(0,0,0,.55) !important;
}

/* Gloss overlay (Nomad-like sheen) */
#CartDrawer .cart__checkout-button::after,
#CartDrawer .cart-drawer__footer .button--primary::after{
  content: "" !important;
  position: absolute !important;
  inset: 0 !important;
  border-radius: inherit !important;
  pointer-events: none !important;

  background:
    radial-gradient(120% 80% at 50% 0%,
      rgba(255,255,255,.18) 0%,
      rgba(255,255,255,0) 55%
    ),
    linear-gradient(180deg,
      rgba(255,255,255,.10) 0%,
      rgba(255,255,255,0) 35%
    ) !important;

  opacity: .55 !important;
}

#CartDrawer .cart__checkout-button:hover,
#CartDrawer .cart-drawer__footer .button--primary:hover{
  filter: brightness(1.06) !important;
}

#CartDrawer .cart__checkout-button:active,
#CartDrawer .cart-drawer__footer .button--primary:active{
  transform: translateY(1px) !important;
  filter: brightness(0.98) !important;
}




/* ---------- 7) Secure Checkout lock icon (FIXED: always visible + aligned) ---------- */

#CartDrawer .cart__checkout-button{
  position: relative !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 10px !important;

  /* IMPORTANT: prevents pseudo elements from drifting / painting weird */
  isolation: isolate !important;
}

/* Put gloss overlay BEHIND the text + lock */
#CartDrawer .cart__checkout-button::after{
  z-index: 0 !important;
}

/* Keep text above gloss */
#CartDrawer .cart__checkout-button{
  z-index: 1 !important;
}

/* Lock icon using inline SVG (no emoji) */
#CartDrawer .cart__checkout-button::before{
  content: "" !important;

  width: 18px !important;
  height: 18px !important;

  /* ✅ This is the key: force it to behave like a flex item */
  display: inline-block !important;
  flex: 0 0 18px !important;

  /* ✅ Force it NOT to float top-left */
  position: static !important;
  inset: auto !important;
  transform: none !important;

  background-repeat: no-repeat !important;
  background-position: center !important;
  background-size: contain !important;

  z-index: 2 !important;

  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23ffffff' d='M17 9h-1V7a4 4 0 0 0-8 0v2H7a2 2 0 0 0-2 2v9a2 2 0 0 0 2 2h10a2 2 0 0 0 2-2v-9a2 2 0 0 0-2-2Zm-7-2a2 2 0 1 1 4 0v2h-4V7Zm7 13H7v-9h10v9Z'/%3E%3C/svg%3E") !important;
}

/* ✅ Keep it stable even when pressed */
#CartDrawer .cart__checkout-button:active::before,
#CartDrawer .cart__checkout-button:focus::before,
#CartDrawer .cart__checkout-button:focus-visible::before{
  opacity: 1 !important;
  transform: none !important;
}




/* ---------- 8) Payment icons spacing (cleaner look) ---------- */
#CartDrawer .shopify-cleanslate{
  margin-top: 10px !important;
}

/* =========================================================
   AppleSauce — Cart Drawer Item Cards (spacing + containment)
   Focus: each line item becomes its own rounded mini-card
   ========================================================= */

/* 1) Give the items area some breathing room inside the drawer */
#CartDrawer .cart-drawer__items,
#CartDrawer .drawer__cart-items-wrapper,
#CartDrawer #CartDrawer-CartItems{
  padding: -10px -10px 0 !important;
  box-sizing: border-box !important;
}

/* 2) Each cart item becomes its own card */
#CartDrawer .cart-item{
  background: #ffffff !important;
  border-radius: 22px !important;

  border: 1px solid rgba(0,0,0,.08) !important;

  box-shadow:
    0 2px 6px rgba(0,0,0,.08),
    0 12px 22px -16px rgba(0,0,0,.22) !important;

  padding: 14px !important;

  /* separation between items */
  margin: 0 0 14px 0 !important;

  /* keeps things from visually spilling out */
  overflow: hidden !important;
}

/* 3) Make sure the table/row layout doesn't force weird edges */
#CartDrawer .cart-items,
#CartDrawer .cart-items tbody,
#CartDrawer .cart-items tr{
  display: block !important;
  width: 100% !important;
}

/* 4) Ensure each row/card uses full width */
#CartDrawer .cart-items tr.cart-item{
  width: 100% !important;
}

/* 5) Product image stays contained nicely */
#CartDrawer .cart-item__media img{
  border-radius: 16px !important;
}

/* 6) Stop tight “touching” inside the card */
#CartDrawer .cart-item__details{
  padding-left: 12px !important;
}

/* 7) Make the trash can feel like it belongs (optional clean alignment) */
#CartDrawer .cart-remove-button{
  align-self: center !important;
}

/* =========================================================
   AppleSauce — Cart Drawer item card controls (MOBILE FIX)
   Space qty selector + trash button on mobile only
   ========================================================= */

@media (max-width: 749px){

  /* Make the quantity + remove area behave like a row with spacing */
  cart-drawer .cart-item__quantity,
  cart-drawer td.cart-item__quantity{
    display: flex !important;
    align-items: center !important;
    justify-content: flex-start !important;
    gap: 14px !important;
  }

  /* Keep the quantity selector from shrinking weirdly */
  cart-drawer .cart-item__quantity .quantity,
  cart-drawer td.cart-item__quantity .quantity{
    flex: 0 0 auto !important;
  }

  /* Give the trash button breathing room */
  cart-drawer .cart-item__quantity .cart-remove-button,
  cart-drawer td.cart-item__quantity .cart-remove-button,
  cart-drawer .cart-item__quantity a[href*="remove"],
  cart-drawer td.cart-item__quantity a[href*="remove"],
  cart-drawer .cart-item__quantity button[aria-label*="Remove"],
  cart-drawer td.cart-item__quantity button[aria-label*="Remove"]{
    margin-left: 10px !important;
  }
}

/* =========================================================
   AppleSauce — Hide "PRODUCT / TOTAL" headers in Cart Drawer only
   ========================================================= */

cart-drawer .cart-items thead{
  display: none !important;
}

/* =========================================================
   AppleSauce — Cart Drawer pricing clarity
   Unit price = "each"
   Right-side price = line total (updates w/ quantity)
   ========================================================= */

/* 1) Add "each" after the UNIT price under the product title */
cart-drawer .cart-item__price .price__regular .price-item--regular::after,
cart-drawer .cart-item__price .price__sale .price-item--sale::after,
cart-drawer .cart-item__price .price-item::after{
  content: " each";
  font-size: 12px;
  font-weight: 600;
  opacity: .65;
  margin-left: 4px;
}

/* 2) Make the line total on the right look intentional */
cart-drawer .cart-item__totals{
  text-align: right !important;
}

cart-drawer .cart-item__totals .price-item{
  font-weight: 800 !important;
  font-size: 18px !important;
}

/* 3) OPTIONAL: hide the compare-at/strikethrough on the RIGHT-side total
      (keeps compare-at under the title, but cleans up the totals area) */
cart-drawer .cart-item__totals s,
cart-drawer .cart-item__totals .price-item--regular{
  display: none !important;
}
/* =========================================================
   AppleSauce — Cart Drawer Item Fixes (Sense-safe)
   Fixes:
   - trash overlapping qty (mobile)
   - remove duplicate price (keep line total)
   ========================================================= */

/* 1) HARD RESET trash positioning (undo any old absolute code) */
cart-drawer cart-remove-button,
.cart-drawer cart-remove-button{
  position: static !important;
  inset: auto !important;
  transform: none !important;
}

/* 2) Make the quantity row behave like a clean row */
cart-drawer .cart-item__quantity,
.cart-drawer .cart-item__quantity{
  display: flex !important;
  align-items: center !important;
  gap: 14px !important;
  flex-wrap: nowrap !important;
}

/* 3) Trash button size + spacing */
cart-drawer cart-remove-button button,
.cart-drawer cart-remove-button button{
  width: 44px !important;
  height: 44px !important;
  border-radius: 999px !important;
  display: grid !important;
  place-items: center !important;
}



/* =========================================================
   AppleSauce — Cart Drawer: Hide per-item price under title
   Keep the big line total price on the right
   ========================================================= */

/* Hide the per-item price under the product title (details column) */
.cart-drawer .cart-item__details .cart-item__old-price,
.cart-drawer .cart-item__details .cart-item__final-price,
.cart-drawer .cart-item__details .cart-item__discounted-prices,
.cart-drawer .cart-item__details .product-option strong.cart-item__final-price {
  display: none !important;
}

/* Make sure the big total price stays visible (totals column) */
.cart-drawer .cart-item__totals .cart-item__old-price,
.cart-drawer .cart-item__totals .cart-item__final-price,
.cart-drawer .cart-item__totals .cart-item__price-wrapper {
  display: block !important;
}
/* =========================================
   AppleSauce — Cart Drawer Item Layout Fix
   Put Qty + Trash + Price on the SAME row
   (without breaking title/variants spacing)
========================================= */

#CartDrawer .cart-items tbody tr.cart-item {
  display: grid !important;
  grid-template-columns: 110px 1fr;
  grid-template-rows: auto auto;
  grid-template-areas:
    "media details"
    "qty totals";
  gap: 14px 16px;
  align-items: start;
}

/* Remove default table-cell spacing/padding */
#CartDrawer .cart-items tbody tr.cart-item > td {
  padding: 0 !important;
  border: 0 !important;
  display: block !important;
}

/* Assign grid areas */
#CartDrawer td.cart-item__media {
  grid-area: media;
}

#CartDrawer td.cart-item__details {
  grid-area: details;
  min-width: 0;
}

#CartDrawer td.cart-item__quantity {
  grid-area: qty;
  display: flex !important;
  align-items: center;
  gap: 10px;
}

#CartDrawer td.cart-item__totals {
  grid-area: totals;
  display: flex !important;
  justify-content: flex-end;
  align-items: center;
  text-align: right;
}

/* Make the price stronger/bolder */
#CartDrawer td.cart-item__totals .cart-item__price-wrapper,
#CartDrawer td.cart-item__totals .price,
#CartDrawer td.cart-item__totals .cart-item__final-price {
  font-weight: 800 !important;
}

/* ====== Shrink the quantity selector so it doesn't hog the row ====== */
#CartDrawer td.cart-item__quantity .cart-item__quantity-wrapper {
  display: flex !important;
  align-items: center;
  gap: 10px;
}

/* Quantity box sizing */
#CartDrawer td.cart-item__quantity .quantity {
  width: 135px !important;
  min-width: 135px !important;
  border-radius: 14px !important;
}

/* Make +/- buttons slimmer */
#CartDrawer td.cart-item__quantity .quantity__button {
  width: 40px !important;
}

/* Make input area slightly tighter */
#CartDrawer td.cart-item__quantity .quantity__input {
  width: 55px !important;
  padding: 0 !important;
}

#CartDrawer cart-remove-button button,
#CartDrawer cart-remove-button .button {
  width: 38px !important;
  height: 38px !important;
  min-width: 38px !important;
  min-height: 38px !important;
  padding: 0 !important;
}

#CartDrawer cart-remove-button button svg,
#CartDrawer cart-remove-button .button svg {
  width: 14px !important;
  height: 14px !important;
}

/* ====== Mobile polish ====== */
@media (max-width: 480px) {
  #CartDrawer .cart-items tbody tr.cart-item {
    grid-template-columns: 96px 1fr;
    gap: 12px 14px;
  }

  #CartDrawer td.cart-item__quantity .quantity {
    width: 125px !important;
    min-width: 125px !important;
  }
}

/* --- Fix: keep qty + trash on one row --- */
#CartDrawer td.cart-item__quantity {
  display: flex !important;
  align-items: center !important;
  justify-content: flex-start !important;
  gap: 12px !important;
}

#CartDrawer td.cart-item__quantity .cart-item__quantity-wrapper {
  display: flex !important;
  align-items: center !important;
  gap: 12px !important;
  flex-wrap: nowrap !important;
}

/* Make sure the trash button doesn't drop to a new line */
#CartDrawer td.cart-item__quantity cart-remove-button {
  display: inline-flex !important;
  margin: 0 !important;
}

#CartDrawer td.cart-item__quantity cart-remove-button .button {
  margin: 0 !important;
}

/* Optional: shrink quantity width a bit more */
#CartDrawer td.cart-item__quantity .quantity {
  width: 120px !important;
  min-width: 120px !important;
}

/* =========================================
   Cart Drawer – Nomad-style item layout
   (qty + trash on left, price on right)
========================================= */

.cart-drawer .cart-items .cart-item {
  display: grid !important;
  grid-template-columns: 110px 1fr auto;
  grid-template-rows: auto auto;
  grid-template-areas:
    "media details details"
    "controls controls totals";
  column-gap: 16px;
  row-gap: 14px;
  align-items: center;
}

/* place the 3 main cells */
.cart-drawer .cart-item__media {
  grid-area: media;
}

.cart-drawer .cart-item__details {
  grid-area: details;
}

.cart-drawer .cart-item__quantity {
  grid-area: controls;
  display: flex !important;
  align-items: center;
  gap: 14px;
  width: 100%;
}

/* totals cell becomes the right-side price */
.cart-drawer .cart-item__totals {
  grid-area: totals;
  text-align: right;
  align-self: center;
  white-space: nowrap;
}

/* ✅ Make quantity selector NOT take over the whole row */
.cart-drawer quantity-input.quantity {
  width: 140px !important;
  max-width: 140px !important;
}

/* tighten the number input */
.cart-drawer .quantity__input {
  width: 46px !important;
  min-width: 46px !important;
  text-align: center;
}

/* Make +/- buttons slightly tighter so everything fits nicely */
.cart-drawer .quantity__button {
  width: 44px !important;
  min-width: 44px !important;
}

/* ✅ Trash icon stays next to qty */
.cart-drawer cart-remove-button .button {
  width: 44px !important;
  height: 44px !important;
  border-radius: 999px !important;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
}

/* ✅ Bold the current price (but keep compare-at lighter) */
.cart-drawer .cart-item__totals .price {
  font-weight: 800 !important;
}

.cart-drawer .cart-item__totals .price--on-sale .price-item--regular {
  opacity: 0.55;
  font-weight: 600;
}

/* Mobile tightening */
@media (max-width: 749px) {
  .cart-drawer .cart-items .cart-item {
    grid-template-columns: 90px 1fr auto;
    column-gap: 14px;
    row-gap: 12px;
  }

  .cart-drawer quantity-input.quantity {
    width: 125px !important;
    max-width: 125px !important;
  }
}


/* Hide Ka-ching "1 Strap / 2 Straps" line in cart drawer */
#CartDrawer .discounts {
  display: none !important;
}
/* ================================
   NOMAD-STYLE CART DRAWER TOTALS (CLEAN + FIXED)
   Shipping + Estimated total aligned cleanly
   Removes extra divider lines + fixes spacing
================================ */

/* Remove Shopify's extra divider line(s) above footer */
.cart-drawer__footer::before,
.drawer__footer::before {
  display: none !important;
  content: none !important;
}

/* Remove any <hr> dividers in drawer footer */
.cart-drawer__footer hr,
.drawer__footer hr {
  display: none !important;
}

/* Footer stacks totals above button */
.cart-drawer__footer {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding-top: 12px !important;
}

/* Order of sections */
.cart-drawer__footer .totals { order: 1; }
.cart-drawer__footer .cart__ctas { order: 2; }

/* Totals block (grid layout) */
.cart-drawer__footer .totals {
  /* IMPORTANT: remove built-in border line */
  border-top: none !important;
  padding-top: 0 !important;
  margin-top: 0 !important;

  display: grid;
  grid-template-columns: 1fr auto;
  row-gap: 10px;
  align-items: baseline;
}

/* Reset spacing on label/value */
.cart-drawer__footer .totals__total,
.cart-drawer__footer .totals__total-value {
  margin: 0 !important;
  line-height: 1.15;
}

/* Estimated total label/value styling */
.cart-drawer__footer .totals__total {
  grid-column: 1;
  font-size: 18px;
  font-weight: 900;
}

.cart-drawer__footer .totals__total-value {
  grid-column: 2;
  justify-self: end;
  font-size: 18px;
  font-weight: 900;
}

/* Shipping row ABOVE Estimated total (FORCED ROW POSITION) */
.cart-drawer__footer .totals::before {
  content: "Shipping";
  grid-column: 1;
  grid-row: 1;
  font-size: 16px;
  font-weight: 900;
  color: rgba(0,0,0,0.55);
}

.cart-drawer__footer .totals::after {
  content: "Free";
  grid-column: 2;
  grid-row: 1;
  justify-self: end;
  font-size: 16px;
  font-weight: 900;
  color: rgb(var(--color-base-accent-1));
}

/* Estimated total row (FORCED ROW POSITION) */
.cart-drawer__footer .totals__total {
  grid-column: 1;
  grid-row: 2;
}

.cart-drawer__footer .totals__total-value {
  grid-column: 2;
  grid-row: 2;
}

/* Checkout button = pill */
.cart-drawer__footer .cart__ctas button,
.cart-drawer__footer .cart__ctas .button {
  border-radius: 999px !important;
  padding: 18px 18px !important;
  font-weight: 800 !important;
  font-size: 16px !important;
}

/* Add space between totals and the Secure Checkout button */
.cart-drawer__footer .totals{
  padding-bottom: 12px !important;
}

/* Move the footer divider line DOWN (closer to Shipping/Free) */
.cart-drawer__footer{
  padding-top: 0px !important; /* removes space ABOVE the divider */
}

/* Pull the totals block UP toward the footer divider */
.cart-drawer__footer .totals{
  margin-top: -30px !important;  /* adjust this number to taste */
  padding-top: 10px !important;  /* keeps a little breathing room */
}
/* ================================
   Gotham Bold (Headings + Titles)
   Fixes collection card title sizing
================================ */

/* 1) Correct font-face weight */
@font-face {
  font-family: "GothamOfficeBold";
  src: url("/cdn/shop/files/GothamOffice-Bold.woff2?v=1768853163") format("woff2"),
       url("/cdn/shop/files/GothamOffice-Bold.woff?v=1768853163") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

/* 2) Headings + key titles */
h1, h2, h3, h4, h5, h6,
.heading,
.h0, .h1, .h2, .h3, .h4, .h5,
.product__title,
.drawer__heading,
.cart__heading,
.collection-hero__title,
.banner__heading,
.rich-text__heading {
  font-family: "GothamOfficeBold", var(--font-heading-family), sans-serif !important;
  font-weight: 700 !important;
}

/* 3) ✅ Collection product card titles (the circled area) */
.card__heading,
.card__heading a {
  font-family: "GothamOfficeBold", var(--font-heading-family), sans-serif !important;
  font-weight: 700 !important;
  font-size: 19px !important;     /* <-- bumps it back up */
  line-height: 1.15 !important;
  letter-spacing: -0.2px !important;
}

/* Optional: Desktop slight refinement */
@media (min-width: 750px) {
  .card__heading,
  .card__heading a {
    font-size: 19px !important;
  }
}

/* ================================
   Product page title — Desktop only
   (Keeps mobile the same)
================================ */

/* Desktop only */
@media (min-width: 750px) {
  .product__title,
  .product__title h1,
  .product__title .h1 {
    font-size: 100px !important;   /* ← change this number */
    line-height: 1.05 !important;
    letter-spacing: -0.6px !important;
  }
}

/* =========================================================
   AppleSauce — Cart Drawer Quantity Pill (FINAL)
   Fixes:
   - Plus icon disappearing / being clipped
   - Weird square segment look inside the pill
   - Balanced - 1 + spacing (desktop + mobile)
   ========================================================= */

#CartDrawer quantity-input.quantity.cart-quantity{
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;

  width: 150px !important;
  min-width: 150px !important;
  max-width: 150px !important;

  height: 44px !important;

  border-radius: 999px !important;
  overflow: hidden !important;

  background: #fff !important;
  border: 1px solid rgba(0,0,0,.30) !important;

  box-shadow:
    0 2px 8px rgba(0,0,0,.10) !important;
}

/* Remove any default pseudo borders/lines Shopify may add */
#CartDrawer quantity-input.quantity.cart-quantity::before,
#CartDrawer quantity-input.quantity.cart-quantity::after{
  content: none !important;
  display: none !important;
}

/* Minus + Plus buttons */
#CartDrawer quantity-input.quantity.cart-quantity .quantity__button{
  flex: 0 0 50px !important;
  width: 50px !important;
  height: 44px !important;

  display: grid !important;
  place-items: center !important;

  background: transparent !important;
  border: 0 !important;

  padding: 0 !important;
  margin: 0 !important;

  color: #111 !important; /* IMPORTANT: makes SVG visible */
}

/* Kill any weird inner overlays/dividers on buttons */
#CartDrawer quantity-input.quantity.cart-quantity .quantity__button::before,
#CartDrawer quantity-input.quantity.cart-quantity .quantity__button::after{
  content: none !important;
  display: none !important;
}

/* The SVG icons inside +/- buttons */
#CartDrawer quantity-input.quantity.cart-quantity .quantity__button svg{
  width: 16px !important;
  height: 16px !important;
  display: block !important;

  /* uses currentColor, so this ensures it's not white/invisible */
  fill: currentColor !important;
}

/* Quantity number input (center) */
#CartDrawer quantity-input.quantity.cart-quantity .quantity__input{
  flex: 1 1 auto !important;
  width: auto !important;
  min-width: 40px !important;

  height: 44px !important;
  line-height: 44px !important;

  border: 0 !important;
  background: transparent !important;

  padding: 0 !important;
  margin: 0 !important;

  text-align: center !important;

  font-size: 16px !important;
  font-weight: 800 !important;
  color: #111 !important;

  box-shadow: none !important;
  outline: none !important;
}

/* Optional: subtle separators (soft, not square blocks) */
#CartDrawer quantity-input.quantity.cart-quantity .quantity__button[name="minus"]{
  box-shadow: inset -1px 0 0 rgba(0,0,0,.14) !important;
}
#CartDrawer quantity-input.quantity.cart-quantity .quantity__button[name="plus"]{
  box-shadow: inset 1px 0 0 rgba(0,0,0,.14) !important;
}

/* Mobile: slightly tighter so it never feels chunky */
@media (max-width: 749px){
  #CartDrawer quantity-input.quantity.cart-quantity{
    width: 135px !important;
    min-width: 135px !important;
    max-width: 135px !important;
  }

  #CartDrawer quantity-input.quantity.cart-quantity .quantity__button{
    flex: 0 0 44px !important;
    width: 44px !important;
  }
}

/* iPhone SE / very small screens */
@media (max-width: 390px){
  #CartDrawer quantity-input.quantity.cart-quantity{
    width: 122px !important;
    min-width: 122px !important;
    max-width: 122px !important;
  }

  #CartDrawer quantity-input.quantity.cart-quantity .quantity__button{
    flex: 0 0 40px !important;
    width: 40px !important;
  }

  #CartDrawer quantity-input.quantity.cart-quantity .quantity__input{
    font-size: 15px !important;
  }
}

/* ✅ Fix: Center + and - perfectly without making them bigger */
#CartDrawer quantity-input.quantity.cart-quantity .quantity__button{
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 0 !important;
}

#CartDrawer quantity-input.quantity.cart-quantity .quantity__button .svg-wrapper{
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 100% !important;
  height: 100% !important;
}

/* ✅ Force the icon size to stay consistent (prevents random scaling) */
#CartDrawer quantity-input.quantity.cart-quantity .quantity__button svg{
  width: 12px !important;
  height: 12px !important;
}

/* Mobile: make ONLY the Size dropdown shorter + replace Optis arrow with clean chevron */
@media (max-width: 768px){

  /* set the width of the Size dropdown */
  .bss-se-variant.optis-variant-picker
  .se-option[data-name="Size"]
  .se-type-dropdown,
  .bss-se-variant.optis-variant-picker
  .se-option[data-name="Size"]
  .se-dropdown{
    width: 62% !important;         /* adjust: 55%–70% */
    max-width: 340px !important;   /* optional */
  }

  /* main selected "pill" layout */
  .bss-se-variant.optis-variant-picker
  .se-option[data-name="Size"]
  .se-dropdown-selected{
    width: 100% !important;
    display: flex !important;
    align-items: center !important;
    justify-content: flex-start !important;
    gap: 12px !important;
    box-sizing: border-box !important;

    /* IMPORTANT: give room for our custom chevron */
    padding-right: 44px !important;

    position: relative !important;
    background-image: none !important;
    -webkit-appearance: none !important;
    appearance: none !important;
  }

  /* remove any built-in pseudo icons Optis may add */
  .bss-se-variant.optis-variant-picker
  .se-option[data-name="Size"]
  .se-dropdown-selected::before{
    content: none !important;
    display: none !important;
  }

  /* hide Optis arrow element entirely (kills the “bracket” artifact) */
  .bss-se-variant.optis-variant-picker
  .se-option[data-name="Size"]
  .se-dropdown-arrow{
    display: none !important;
  }

  /* let the text take the space */
  .bss-se-variant.optis-variant-picker
  .se-option[data-name="Size"]
  .se-dropdown-placeholder{
    flex: 1 1 auto !important;
    min-width: 0 !important;
  }

  /* draw our own clean chevron */
  .bss-se-variant.optis-variant-picker
  .se-option[data-name="Size"]
  .se-dropdown-selected::after{
    content: "" !important;
    position: absolute !important;
    right: 18px !important;
    top: 50% !important;
    width: 10px !important;
    height: 10px !important;
    border-right: 2px solid rgba(17,17,17,.75) !important;
    border-bottom: 2px solid rgba(17,17,17,.75) !important;
    transform: translateY(-60%) rotate(45deg) !important;
    pointer-events: none !important;
  }
}

/* =========================================================
   AppleSauce — Put Size dropdown ABOVE Colour swatches
   Applies to ALL products using Optis Variant Picker
   ========================================================= */

/* Make the option rows reorderable */
optis-variant-picker{
  display: flex !important;
  flex-direction: column !important;
}

/* Force Size first */
optis-variant-picker .se-option[data-name="Size"]{
  order: 1 !important;
}

/* Force Colour/Color second */
optis-variant-picker .se-option[data-name="Colour"],
optis-variant-picker .se-option[data-name="Color"]{
  order: 2 !important;
}