/** Shopify CDN: Minification failed

Line 7556:15 Expected identifier but found whitespace
Line 7556:16 Unexpected "2px"

**/
: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);
  }
}
/* ===== Full Restore Cards Pricing Section ===== */

/* =========================================================
   FULL RESTORE CARDS — PRICING / SERVICES CARDS (CLEAN)
   ========================================================= */

.frc-pricing{max-width:1200px;margin:0 auto;padding:18px 18px 34px}
.frc-pricing{margin-top:-20px}
@media(max-width:990px){.frc-pricing{margin-top:-10px}}

.frc-title{
  text-align:center!important;
  margin-bottom:30px!important;
  display:flex;
  flex-direction:column;
  align-items:center;
  position:relative;
  padding-bottom:22px;
}

.frc-title h2{
  color:#111!important;
  margin:0 0 6px;
  font-weight:800;
  letter-spacing:-.01em;
  text-transform:none!important;
  font-size:34px!important;
}
@media(max-width:990px){.frc-title h2{font-size:28px!important}}

.frc-title p{
  color:#111!important;
  opacity:.75;
  max-width:760px;
  margin:0 auto;
  font-size:15px;
}

/* Divider line + pokeball-ish dot */
.frc-title::after{
  content:"";
  position:absolute;
  left:50%;
  bottom:0;
  width:160px;
  height:2px;
  background:linear-gradient(90deg, transparent, #9AF27A, transparent);
  transform:translateX(-50%);
  opacity:.7;
}
.frc-title::before{
  content:"";
  position:absolute;
  left:50%;
  bottom:-4px;
  width:10px;
  height:10px;
  border-radius:50%;
  transform:translateX(-50%);
  background:linear-gradient(#ff3b30 0 50%, #ffffff 50% 100%);
  border:2px solid #111;
  box-shadow:0 0 0 4px rgba(154,242,202), 0 0 12px #9AF27A;
}

.frc-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px;align-items:stretch}
@media(max-width:990px){.frc-grid{grid-template-columns:1fr;gap:16px}}

.frc-card{
  background:#fff;
  border:1px solid rgba(0,0,0,.08);
  border-radius:16px;
  overflow:hidden;
  box-shadow:0 16px 40px rgba(0,0,0,.08);
  display:flex;
  flex-direction:column;
  min-height:620px;
  transition:transform .18s cubic-bezier(.2,.8,.2,1), box-shadow .18s ease;
}

/* Normal cards hover */
.frc-card:not(.featured):hover{
  transform:translateY(-6px) scale(1.02);
  box-shadow:0 24px 62px rgba(0,0,0,.14);
}

.frc-card.featured{
  border: 1px solid rgba(154,242,122,0.65);
  box-shadow:
    0 0 0 1px rgba(154,242,122,0.6),
    0 18px 40px rgba(0,0,0,0.35),
    0 10px 26px rgba(154,242,122,0.12);
}
@media(max-width:990px){.frc-card.featured{transform:none}}

.frc-badge{
  margin:14px auto 0;
  width:86%;
  padding:10px 14px;
  background:linear-gradient(90deg,#7BE35D,#9AF27A);
  color:#fff;
  text-align:center;
  font-weight:900;
  border-radius:999px;
  font-size:12px;
  letter-spacing:.10em;
  text-transform:uppercase;
  box-shadow:0 10px 22px #9AF27A;
  position:relative;
  overflow:hidden;
}

/* Badge pulse (subtle) */
.frc-badge{
  transition:transform .2s ease, box-shadow .2s ease;
  animation:frcPulse 2.5s ease-in-out infinite;
}
@keyframes frcPulse{
  0%,100%{transform:translateY(0) scale(1)}
  50%{transform:translateY(-3px) scale(1.04)}
}

/* Badge shine (subtle sweep) */
.frc-badge::after{
  content:"";
  position:absolute;top:-30%;left:-60%;
  width:50%;height:160%;
  background:linear-gradient(90deg,transparent,rgba(255,255,255,.55),transparent);
  transform:skewX(-20deg);
  animation:frcShine 4.8s ease-in-out infinite;
}
@keyframes frcShine{
  0%,72%{transform:translateX(0) skewX(-20deg);opacity:0}
  73%{opacity:1}
  86%{transform:translateX(320%) skewX(-20deg);opacity:1}
  100%{transform:translateX(320%) skewX(-20deg);opacity:0}
}

.frc-body{padding:20px 22px 14px;display:flex;flex-direction:column;flex:1}

/* Image display frame */
.frc-img{
  width: 180px;
  height: 180px;
  border-radius: 14px;
  border: 2px solid #9AF27A;
  overflow: hidden;
  margin: 14px auto 12px;

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

  /* nicer display feel */
  background: linear-gradient(180deg, #ffffff, rgba(154,242,122,0.10));
  box-shadow:
    inset 0 0 0 1px rgba(154,242,122,.35),
    0 10px 22px rgba(0,0,0,.12);
}

/* Image itself (FILL + gentle zoom) */
.frc-img img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  padding: 0;
  transform: scale(1.06);
}
.frc-name{text-align:center;font-weight:900;margin:8px 0 8px;font-size:13px;letter-spacing:.08em}
.frc-price{display:flex;align-items:baseline;justify-content:center;gap:8px;margin:6px 0 0}
.frc-price .num{font-size:52px;font-weight:900;letter-spacing:-.03em;line-height:1}
.frc-price .cur{font-weight:800;opacity:.85}
.frc-per{text-align:center;font-size:13px;opacity:.6;margin-top:6px}

.frc-desc{text-align:center;opacity:.85;margin:16px 0 12px;font-size:14px}

.frc-list{list-style:none;padding:0;margin:10px 0 0;border-top:1px solid rgba(0,0,0,.06)}
.frc-list li{
  display:flex;
  gap:10px;
  align-items:flex-start;
  padding:11px 0;
  border-bottom:1px solid rgba(0,0,0,.06);
  font-size:13.5px;
  line-height:1.35;
}

/* Double sparkle icon (big + small) */
.frc-check{
  position:relative;
  width:22px;height:22px;
  flex:0 0 22px;
  margin-top:3px;
  display:flex;align-items:center;justify-content:center;
  background:none;border:none;
  color:transparent;font-size:0;
}
.frc-check::before{
  content:"";
  position:absolute;
  width:14px;height:14px;
  background:#9AF27A;
  clip-path: polygon(
    50% 0%, 62% 38%, 100% 50%, 62% 62%,
    50% 100%, 38% 62%, 0% 50%, 38% 38%
  );
  filter: drop-shadow(0 0 4px rgba(25,198,200,.6));
}
.frc-check::after{
  content:"";
  position:absolute;
  width:7px;height:7px;
  right:0px;top:0px;
  background:#9AF27A;
  clip-path: polygon(
    50% 0%, 62% 38%, 100% 50%, 62% 62%,
    50% 100%, 38% 62%, 0% 50%, 38% 38%
  );
  filter: drop-shadow(0 0 3px rgba(25,198,200,.6));
}

.frc-footer{padding:16px 20px 22px}
.frc-btn{
  display:block;
  width:100%;
  background:#0b0b0b;
  color:#fff;
  text-align:center;
  padding:14px 14px;
  border-radius:12px;
  text-decoration:none;
  font-weight:900;
  transition:transform .18s cubic-bezier(.2,.8,.2,1), box-shadow .18s ease, filter .18s ease;
}
.frc-btn:hover{
  transform:translateY(-1px);
  opacity:.98;
}
.frc-card:hover .frc-btn{
  transform:translateY(-2px) scale(1.02);
  box-shadow:0 14px 30px rgba(0,0,0,.20);
  filter:brightness(1.05);
}

/* Subtle entrance */
@media (prefers-reduced-motion: no-preference){
  .frc-card{opacity:0;transform:translateY(10px);animation:frcIn .5s ease forwards}
  .frc-card:nth-child(1){animation-delay:.05s}
  .frc-card:nth-child(2){animation-delay:.12s}
  .frc-card:nth-child(3){animation-delay:.19s}
  @keyframes frcIn{to{opacity:1;transform:translateY(0)}}
}


/* =========================================================
   FULL RESTORE CARDS — HERO (CLEAN FINAL)
   ========================================================= */

:root{
  --frc-scroll-offset: 180;
  --frc-potion-green-1: #ffffff;
  --frc-potion-green-2: #a8f07a;
  --frc-potion-green-3: #7fe36a;
}

.frc-hero-wrap{
  background:#fff !important;
  margin:0 !important;
  padding:0 !important;
}

#frc-hero.frc-hero{
  position:relative;
  min-height:clamp(520px, 62vh, 720px);
  display:flex;
  align-items:center;
  justify-content:center;
  padding:clamp(54px, 6vw, 86px) 0;
  overflow:hidden;
  border-radius:18px;
  isolation:isolate;
  background-color:#fff;
  background-image:url(/cdn/shop/files/551143D1-CBC8-4F1C-BE38-96302695F047.jpg?v=1768576416);
  background-size:cover;
  background-position:center;
  background-repeat:no-repeat;
  box-shadow:0 18px 50px rgba(0,0,0,0.18), 0 0 0 1px rgba(0,0,0,0.06) inset;
}

/* Soft blurred layer for premium depth */
#frc-hero.frc-hero::before{
  content:"";
  position:absolute;
  inset:-8%;
  z-index:0;
  pointer-events:none;
  background-image:url(/cdn/shop/files/551143D1-CBC8-4F1C-BE38-96302695F047.jpg?v=17685764169);
  background-size:cover;
  background-position:center;
  transform:scale(1.08);
  filter:blur(9px) saturate(1.06) contrast(1.02);
  opacity:0.18;
}

/* Overlay for readability */
#frc-hero .frc-hero-overlay{
  position:absolute;
  inset:0;
  z-index:1;
  pointer-events:none;
  background:
    radial-gradient(120% 90% at 50% 25%,
      rgba(0,0,0,0.30),
      rgba(0,0,0,0.74) 70%,
      rgba(0,0,0,0.82) 100%
    ),
    linear-gradient(to bottom,
      rgba(0,0,0,0.60),
      rgba(0,0,0,0.44)
    );
}

/* Fade into white page */
#frc-hero.frc-hero::after{
  content:"";
  position:absolute;
  left:0;right:0;bottom:0;
  height:140px;
  z-index:2;
  pointer-events:none;
  background:linear-gradient(
    to bottom,
    rgba(255,255,255,0) 0%,
    rgba(255,255,255,0.14) 30%,
    rgba(255,255,255,0.36) 65%,
    rgba(255,255,255,0.80) 100%
  );
}

#frc-hero .frc-hero-content{
  position:relative;
  z-index:3;
  width:100%;
  display:flex;
  justify-content:center;
  text-align:center;
}

#frc-hero .frc-hero-inner{
  width:100%;
  max-width:760px;
  margin:0 auto;
  padding:clamp(22px, 3vw, 30px) clamp(18px, 3vw, 30px);
  border-radius:18px;
  background:rgba(0,0,0,0.48);
  box-shadow:0 22px 60px rgba(0,0,0,0.38), 0 0 0 1px rgba(255,255,255,0.12) inset;
  position:relative;
  text-align:center;
}

/* subtle spotlight */
#frc-hero .frc-hero-inner::after{
  content:"";
  position:absolute;
  left:50%;
  top:44%;
  transform:translate(-50%, -50%);
  width:min(860px, 96%);
  height:300px;
  z-index:-1;
  pointer-events:none;
  background:radial-gradient(60% 60% at 50% 50%, rgba(0,0,0,0.42), rgba(0,0,0,0.00) 70%);
}

#frc-hero .frc-hero-kicker{
  display:inline-flex;
  align-items:center;
  gap:10px;
  padding:9px 12px;
  border-radius:999px;
  font-size:12px;
  font-weight:900;
  letter-spacing:.12em;
  text-transform:uppercase;
  color:rgba(255,255,255,0.92);
  background:rgba(0,0,0,0.20);
  border:1px solid rgba(255,255,255,0.16);
  text-shadow:0 2px 8px rgba(0,0,0,0.55), 0 12px 30px rgba(0,0,0,0.45);
}

#frc-hero .frc-hero-title{
  margin:14px 0 10px;
  font-size:clamp(38px, 5vw, 64px);
  font-weight:950;
  line-height:1.02;
  letter-spacing:-0.02em;
  color:#fff;
  text-shadow:0 2px 8px rgba(0,0,0,0.55), 0 16px 34px rgba(0,0,0,0.45);
}

#frc-hero .frc-hero-title span{
  display:inline-block;
  color: #9AF27A !important;
  -webkit-text-fill-color: #9AF27A;
  background: none !important;

  /* Crisp edge + tight glow */
  text-shadow:
    0 1px 0 rgba(0,0,0,0.55),
    0 0 2px rgba(0,0,0,0.45),
    0 0 3px rgba(154,242,122,0.85),
    0 0 10px rgba(154,242,122,0.45),
    0 0 22px rgba(154,242,122,0.18);
}

#frc-hero .frc-hero-subtitle{
  margin:0 auto 16px;
  max-width:46ch;
  font-size:17px;
  line-height:1.45;
  letter-spacing:0.2px;
  color:rgba(255,255,255,0.95);
  text-shadow:0 2px 8px rgba(0,0,0,0.55), 0 12px 30px rgba(0,0,0,0.45);
}

#frc-hero .frc-hero-buttons{
  display:flex;
  flex-direction:column;
  align-items:center;
  gap:12px;
  margin-top:18px;
}

#frc-hero a.frc-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:min(420px, 100%);
  padding:14px 18px;
  border-radius:14px;
  font-weight:900;
  text-decoration:none;
  transition:transform 180ms ease, box-shadow 180ms ease, background 180ms ease, border-color 180ms ease;
}

#frc-hero a.frc-btn:hover{transform:translateY(-2px)}

#frc-hero a.frc-btn-primary{
  background:#0b0b0b;
  color:#fff !important;
  box-shadow:0 20px 46px rgba(0,0,0,0.55), 0 0 0 2px rgba(127,227,106,0.45) inset;
}

#frc-hero a.frc-btn-secondary{
  background:rgba(255,255,255,0.12);
  color:rgba(255,255,255,0.95) !important;
  border:1px solid rgba(127,227,106,0.55);
  box-shadow:0 16px 34px rgba(0,0,0,0.24), 0 0 0 1px rgba(255,255,255,0.06) inset;
}
#frc-hero a.frc-btn-secondary:hover{
  border-color:rgba(127,227,106,0.70);
  background:rgba(255,255,255,0.14);
}

#frc-hero .frc-hero-trust{
  margin-top:12px;
  display:flex;
  gap:12px;
  justify-content:center;
  flex-wrap:wrap;
  color:rgba(255,255,255,0.86);
  font-size:12px;
}

#frc-hero .frc-hero-trust-item{
  padding:7px 10px;
  border-radius:999px;
  background:rgba(0,0,0,0.28);
  border:1px solid rgba(255,255,255,0.18);
  color:rgba(255,255,255,0.90);
}

#frc-hero .frc-hero-cue{
  width:22px;height:22px;
  margin:18px auto 0;
  border-right:2px solid rgba(255,255,255,0.55);
  border-bottom:2px solid rgba(255,255,255,0.55);
  transform:rotate(45deg);
  animation:frcCue 1.2s infinite ease-in-out;
  opacity:0.75;
}
@keyframes frcCue{
  0%,100%{transform:translateY(0) rotate(45deg);opacity:.55}
  50%{transform:translateY(6px) rotate(45deg);opacity:.95}
}

html{scroll-behavior:smooth}

@media (max-width: 749px){
  :root{ --frc-scroll-offset: 140; }
  #frc-hero.frc-hero{border-radius:16px;background-position:60% center;padding:52px 0 76px}
  #frc-hero a.frc-btn{max-width:360px}
}
/* =========================================================
   FRC HEADER + DRAWER — RESTORE (CLEAN + STABLE)
   ========================================================= */

/* Safety: stop horizontal scroll from anything */
html, body { overflow-x: hidden; }

/* ---------- HEADER ---------- */
.frc-header{
  position: sticky;
  top: 0;
  z-index: 999;
  background: #0b0b0b;
  border-bottom: 1px solid rgba(255,255,255,0.10);
}

.frc-header-inner{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:14px;
  min-height:78px;
  padding:10px 0;
}

/* Logo */
.frc-header-left{
  display:flex;
  align-items:center;
  flex:0 0 auto;
}

.frc-header-logo{
  display:inline-flex;
  align-items:center;
  text-decoration:none;
}

.frc-header-logo img{
  display:block;
  height:62px;
  width:auto;
}

.frc-header-logo-text{
  color:rgba(255,255,255,0.92);
  font-weight:900;
}

/* Desktop Nav */
.frc-header-nav{
  flex:1 1 auto;
  display:flex;
  justify-content:center;
  min-width:0;
}

.frc-nav-list{
  list-style:none;
  display:flex;
  align-items:center;
  gap:14px;
  padding:0;
  margin:0;
  white-space:nowrap;
}

.frc-nav-link{
  color:rgba(255,255,255,0.92);
  text-decoration:none;
  font-weight:700;
  padding:6px 2px;
  opacity:0.95;
}

.frc-nav-link:hover{ opacity:0.80; }

/* Services pill */
.frc-nav-link.frc-nav-cta{
  padding:8px 16px;
  border-radius:999px;
  border:2px solid rgba(120,255,160,0.95);
  background:transparent;
  font-weight:850;
  opacity:1;
}

.frc-nav-link.frc-nav-cta:hover{
  background:rgba(120,255,160,0.08);
  opacity:1;
}

/* Right icons */
.frc-header-icons{
  display:flex;
  align-items:center;
  gap:12px;
  flex:0 0 auto;
}

/* Icon buttons (fix “stacking dots”) */
.frc-header .frc-icon,
.frc-header .frc-burger{
  width:44px;
  height:44px;
  padding:0;
  margin:0;

  display:inline-flex;
  align-items:center;
  justify-content:center;

  background:transparent;
  border:0;
  box-shadow:none;

  /* KEY: kills weird dots/inline text artifacts */
  font-size:0;
  line-height:0;
  letter-spacing:0;

  color:rgba(255,255,255,0.92);
  text-decoration:none;
  opacity:0.95;
}

.frc-header .frc-icon:hover,
.frc-header .frc-burger:hover{
  opacity:0.80;
}

/* SVG sizing */
.frc-header .frc-icon svg{
  width:22px;
  height:22px;
  display:block;
  fill:currentColor;
}

/* Burger */
.frc-burger{ display:none; }

.frc-burger span{
  display:block;
  width:20px;
  height:2px;
  margin:4px 0;
  background:currentColor;
  border-radius:999px;
}

/* Kill any Dawn pseudo stuff bleeding in */
.frc-header .frc-icon::before,
.frc-header .frc-icon::after,
.frc-header .frc-burger::before,
.frc-header .frc-burger::after{
  content:none !important;
  display:none !important;
}

/* ---------- MOBILE LAYOUT ---------- */
@media (max-width: 989px){
  .frc-header-inner{
    display:grid;
    grid-template-columns:44px 1fr auto;
    align-items:center;
    gap:10px;
    min-height:64px;
    padding:10px 14px;
  }

  .frc-header-nav{ display:none; }

  .frc-burger{
    display:inline-flex;
    grid-column:1;
    justify-self:start;
  }

  .frc-header-left{
    grid-column:2;
    justify-self:center;
  }

  .frc-header-icons{
    grid-column:3;
    justify-self:end;
    gap:10px;
  }

  .frc-header-logo img{ height:40px; }

  /* optional: hide account */
  .frc-header .frc-icon--account{ display:none; }
}

/* ---------- DRAWER (LEFT SLIDE) ---------- */
.frc-drawer{
  position:fixed;
  inset:0;
  z-index:9999;
  background:rgba(0,0,0,0.72);
  opacity:0;
  pointer-events:none;
  transition:opacity 180ms ease;
}

.frc-drawer.is-open{
  opacity:1;
  pointer-events:auto;
}

.frc-drawer-panel{
  position:absolute;
  top:0;
  left:0;
  height:100%;
  width:min(92vw, 360px);
  background:#0b0b0b;
  border-right:1px solid rgba(255,255,255,0.10);
  box-shadow:18px 0 60px rgba(0,0,0,0.55);

  padding:14px 16px 18px;

  overflow-y:auto;
  overflow-x:hidden;
  -webkit-overflow-scrolling:touch;

  transform:translateX(-100%);
  transition:transform 180ms ease;

  display:flex;
  flex-direction:column;
  gap:12px;
}

.frc-drawer.is-open .frc-drawer-panel{
  transform:translateX(0);
}

.frc-drawer-top{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:10px;
  padding:8px 2px 12px;
  border-bottom:1px solid rgba(255,255,255,0.10);
}

.frc-drawer-title{
  color:rgba(255,255,255,0.92);
  font-weight:850;
  font-size:18px;
}

.frc-drawer-close{
  width:42px;
  height:42px;
  border-radius:14px;
  border:1px solid rgba(255,255,255,0.12);
  background:rgba(255,255,255,0.07);
  color:rgba(255,255,255,0.92);
}

.frc-drawer-links{
  display:flex;
  flex-direction:column;
  gap:10px;
  padding-top:6px;
}

.frc-drawer-link{
  display:block;
  width:100%;
  padding:12px 14px;
  border-radius:14px;
  background:rgba(255,255,255,0.035);
  border:1px solid rgba(255,255,255,0.085);
  color:rgba(255,255,255,0.92);
  text-decoration:none;
  white-space:normal;
  word-break:break-word;
}

.frc-drawer-link:hover{
  background:rgba(255,255,255,0.06);
  border-color:rgba(255,255,255,0.13);
}

.frc-drawer-link.frc-drawer-cta{
  text-align:center;
  font-weight:900;
  border:2px solid rgba(120,255,160,0.95);
  background:rgba(120,255,160,0.06);
}

/* Lock scroll when open */
body.frc-lock{ overflow:hidden; }
/* =========================================================
   FRC FINAL OVERRIDES — CLEAN (NO DUPLICATES)
   Replace everything from "FRC FIX PACK" to end of file with this block
   ========================================================= */

/* ---------- Global vars ---------- */
:root{
  --frc-announcement-h: 40px; /* change to 44px if needed */

  /* Brand green */
  --frc-green: #9AF27A;
  --frc-green-soft: rgba(154,242,122,0.18);
  --frc-green-border: rgba(154,242,122,0.70);
}

/* ---------- Header sits below announcement bar ---------- */
.frc-header{
  top: var(--frc-announcement-h) !important;
  z-index: 999 !important;
}
.frc-header .frc-header-inner{
  align-items: center !important;
}

/* ---------- Mobile header layout lock ---------- */
@media (max-width: 989px){
  .frc-header .frc-header-inner{
    display: grid !important;
    grid-template-columns: 52px 1fr 104px !important; /* burger / logo / icons */
    align-items: center !important;
    min-height: 64px !important;
    padding: 10px 14px !important;
  }

  .frc-header .frc-burger{
    grid-column: 1 !important;
    justify-self: start !important;
    align-self: center !important;
    display: inline-flex !important;
    width: 44px !important;
    height: 44px !important;
    padding: 0 !important;
  }

  .frc-header .frc-header-left{
    grid-column: 2 !important;
    justify-self: center !important;
    align-self: center !important;
  }

  .frc-header .frc-header-icons{
    grid-column: 3 !important;
    justify-self: end !important;
    align-self: center !important;
    display: flex !important;
    gap: 10px !important;
  }

  .frc-header .frc-header-nav{ display: none !important; }
}

/* ---------- Header icons: premium bubble buttons ---------- */
.frc-header .frc-burger,
.frc-header .frc-icon{
  width: 44px !important;
  height: 44px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 0 !important;
  margin: 0 !important;

  background: rgba(255,255,255,0.06) !important;
  border: 1px solid rgba(255,255,255,0.10) !important;
  border-radius: 14px !important;
  box-shadow: 0 10px 26px rgba(0,0,0,0.32) !important;

  color: rgba(255,255,255,0.92) !important;
  text-decoration: none !important;

  font-size: 0 !important;
  line-height: 0 !important;
}
.frc-header .frc-burger:hover,
.frc-header .frc-icon:hover{
  background: rgba(255,255,255,0.10) !important;
  border-color: rgba(255,255,255,0.16) !important;
}
.frc-header .frc-burger span{
  display: block !important;
  width: 20px !important;
  height: 2px !important;
  margin: 4px 0 !important;
  background: currentColor !important;
  border-radius: 999px !important;
}
.frc-header .frc-icon svg{
  width: 22px !important;
  height: 22px !important;
  display: block !important;
  fill: currentColor !important;
}
.frc-header .frc-icon::before,
.frc-header .frc-icon::after,
.frc-header .frc-burger::before,
.frc-header .frc-burger::after{
  content: none !important;
  display: none !important;
}

/* ---------- Drawer offset below announcement ---------- */
.frc-drawer{
  top: var(--frc-announcement-h) !important;
  height: calc(100dvh - var(--frc-announcement-h)) !important;
}
.frc-drawer-panel{
  height: 100% !important;
  padding-top: 14px !important;
}
.frc-drawer-top{
  padding-top: 6px !important;
}

/* ---------- Drawer links: never blue/purple ---------- */
.frc-drawer a,
.frc-drawer a:link,
.frc-drawer a:visited,
.frc-drawer-link,
.frc-drawer-link:link,
.frc-drawer-link:visited{
  color: rgba(255,255,255,0.92) !important;
  text-decoration: none !important;
}

/* Drawer links as “bubbles” */
.frc-drawer-link,
.frc-drawer-link:link,
.frc-drawer-link:visited{
  display: flex !important;
  align-items: center !important;
  justify-content: flex-start !important;
  width: 100% !important;

  padding: 14px 14px !important;
  border-radius: 14px !important;

  background: rgba(255,255,255,0.05) !important;
  border: 1px solid rgba(255,255,255,0.10) !important;
}
.frc-drawer-link:hover{
  background: rgba(255,255,255,0.08) !important;
  border-color: rgba(255,255,255,0.14) !important;
}

/* Services CTA bubble */
.frc-drawer-link.frc-drawer-cta,
.frc-drawer-link.frc-drawer-cta:link,
.frc-drawer-link.frc-drawer-cta:visited{
  justify-content: center !important;
  text-align: center !important;

  border: 2px solid rgba(120,255,160,0.98) !important;
  background: rgba(120,255,160,0.06) !important;

  font-weight: 900 !important;
  letter-spacing: 0.2px !important;

  box-shadow:
    0 0 0 1px rgba(120,255,160,0.20),
    0 10px 28px rgba(0,0,0,0.35),
    0 0 18px rgba(120,255,160,0.14) !important;
}
.frc-drawer-link.frc-drawer-cta:hover{
  background: rgba(120,255,160,0.10) !important;
  border-color: rgba(120,255,160,1) !important;
}

/* ---------- Announcement bar styling (kill Dawn gradient teal) ---------- */
.announcement-bar-section .utility-bar{
  background: #0b0b0b !important;
  color: rgba(255,255,255,0.92) !important;
  border-bottom: 1px solid rgba(255,255,255,0.10) !important;
}
.announcement-bar-section .utility-bar.gradient{
  background: #0b0b0b !important;
  background-image: none !important;
}
.announcement-bar-section .announcement-bar__message{
  color: rgba(255,255,255,0.92) !important;
}
.announcement-bar-section .utility-bar a,
.announcement-bar-section .utility-bar a:link,
.announcement-bar-section .utility-bar a:visited,
.announcement-bar-section .utility-bar svg{
  color: rgba(255,255,255,0.88) !important;
}
.announcement-bar-section .utility-bar a:hover,
.announcement-bar-section .utility-bar a:hover svg{
  color: var(--frc-green) !important;
  filter: drop-shadow(0 0 10px var(--frc-green-soft)) !important;
}

/* =========================================================
   PRICING SECTION — FINAL POLISH OVERRIDES (GREEN)
   (keeps your main pricing CSS intact, just enhances it)
   ========================================================= */

.frc-pricing{
  --frc-accent: 140,235,120;          /* slightly softer green */
  --frc-accent-soft: 190,255,190;     /* potion glow green */
  --frc-accent-deep: 90,200,110;      /* deeper green for contrast */
}

/* Featured card aura */
.frc-pricing .frc-card.featured{
  position: relative;
  border-color: rgba(var(--frc-accent), .90) !important;
  box-shadow: 0 26px 60px rgba(var(--frc-accent), .28) !important;
  background:
  radial-gradient(circle at 50% 0%,
    rgba(var(--frc-accent-soft), .55),
    rgba(var(--frc-accent), .18) 35%,
    #ffffff 70%
  ) !important;
}
.frc-pricing .frc-card.featured::before{
  content:"";
  position:absolute;
  inset:-12px;
  border-radius:22px;
  background: radial-gradient(circle at 50% 20%,
    rgba(var(--frc-accent), .35),
    rgba(var(--frc-accent), .10) 35%,
    transparent 60%
  );
  filter: blur(22px);
  z-index:-1;
}

/* Most popular badge contrast */
.frc-pricing .frc-badge{
  background: linear-gradient(90deg,
    rgba(var(--frc-accent), 1),
    rgba(var(--frc-accent), .75)
  ) !important;
  color: #0b0b0b !important;
  box-shadow:
    0 10px 24px rgba(var(--frc-accent), .35),
    inset 0 1px 0 rgba(255,255,255,.6) !important;
}

/* Recommended pill */
.frc-pricing .frc-tag{
  background: rgba(var(--frc-accent), .14) !important;
  border-color: rgba(var(--frc-accent), .55) !important;
}

/* Image frame depth */
.frc-pricing .frc-img{
  border-color: rgba(var(--frc-accent), .90) !important;
  background: rgba(var(--frc-accent), .08) !important;
  box-shadow:
    inset 0 0 0 1px rgba(var(--frc-accent), .35),
    0 8px 18px rgba(0,0,0,.12),
    0 0 0 4px rgba(var(--frc-accent), .08) !important;
}

/* Hover polish */
.frc-pricing .frc-card{
  transition: transform .25s cubic-bezier(.2,.8,.2,1), box-shadow .25s ease;
}
.frc-pricing .frc-card:hover{
  transform: translateY(-6px) scale(1.01);
  box-shadow: 0 22px 50px rgba(0,0,0,.12);
}
.frc-pricing .frc-card.featured:hover{
  transform: translateY(-18px) scale(1.025);
}
.frc-pricing .frc-card:not(.featured){
  transform: scale(.985);
  opacity: .96;
}
/* =========================================================
   FRC SERVICES PAGE — matches pricing cards
   ========================================================= */

.frc-services-page .frc-services-wrap{ padding: 70px 0; }

.frc-services-head{ text-align:center; margin-bottom: 18px; }
.frc-services-title{
  margin: 0 0 10px;
  font-weight: 950;
  letter-spacing: -0.02em;
  text-transform: uppercase;
}
.frc-services-sub{
  margin: 0 auto;
  max-width: 68ch;
  opacity: .8;
  font-size: 16px;
}

.frc-services-divider{
  margin: 18px auto 0;
  width: min(520px, 92%);
  display:flex;
  align-items:center;
  justify-content:center;
  gap: 12px;
}
.frc-services-divider span{
  height: 1px;
  flex: 1;
  background: linear-gradient(90deg, transparent, rgba(0,0,0,.14), transparent);
}
.frc-services-divider i{
  width: 8px; height: 8px; border-radius: 999px;
  background: #9AF27A;
  box-shadow: 0 0 0 6px rgba(154,242,122,.16);
}

/* Grid */
.frc-grid--services{
  display:grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
  align-items: stretch;
}
@media (max-width: 990px){
  .frc-grid--services{ grid-template-columns: 1fr; gap: 16px; }
}

/* Bundle note (tiny, premium, not clutter) */
.frc-bundle-note{
  margin: 10px auto 0;
  width: fit-content;
  padding: 8px 12px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .01em;
  background: rgba(154,242,122,.10);
  border: 1px solid rgba(154,242,122,.35);
  color: rgba(0,0,0,.78);
}

/* Footnote */
.frc-services-footnote{
  margin-top: 18px;
  text-align: center;
  opacity: .8;
  font-size: 14px;
}
/* =========================================================
   FRC SERVICES PAGE — spacing + balance polish
   ========================================================= */

/* Pull content up inside cards */
.frc-services-page .frc-card .frc-body{
  padding-top: 22px !important;
}

/* Make image area feel more anchored */
.frc-services-page .frc-img{
  width: 180px !important;
  height: 180px !important;
  margin-top: 6px !important;
  margin-bottom: 12px !important;
}

/* Reduce empty feeling in cards */
.frc-services-page .frc-card{
  min-height: auto !important;
}

/* Featured card — premium dark depth + soft green accent */
.frc-services-page .frc-card.featured{
  border: 1px solid rgba(154,242,122,0.55) !important;
  box-shadow:
    0 20px 46px rgba(0,0,0,0.38),
    0 0 0 1px rgba(154,242,122,0.45),
    0 10px 26px rgba(154,242,122,0.10) !important;
}
/* Give all cards consistent depth */
.frc-services-page .frc-card{
  box-shadow: 0 18px 42px rgba(0,0,0,0.22);
}

/* Reduce aura behind featured card */
.frc-services-page .frc-card.featured::before{
  opacity: .6 !important;
  filter: blur(18px) !important;
}
/* =========================================================
   FRC SERVICES PAGE — FIX INVISIBLE TEXT
   (Paste at VERY BOTTOM of base.css)
   ========================================================= */

.frc-services-page .frc-card,
.frc-services-page .frc-card *{
  color: #111 !important;
}

.frc-services-page .frc-btn{
  color: #fff !important;
}

.frc-services-page .frc-per,
.frc-services-page .frc-desc,
.frc-services-page .frc-services-sub,
.frc-services-page .frc-services-footnote{
  color: rgba(255,255,255,0.82) !important; /* these sit on dark background */
}
/* =========================================================
   FRC SERVICES — HOW IT WORKS STRIP
   ========================================================= */

.frc-how{
  margin-top: 18px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}

@media (max-width: 990px){
  .frc-how{ grid-template-columns: 1fr; }
}

.frc-how-card{
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.10);
  border-radius: 16px;
  padding: 16px 16px 14px;
  box-shadow: 0 14px 34px rgba(0,0,0,0.25);
}

.frc-how-ico{
  width: 38px;
  height: 38px;
  border-radius: 12px;
  display:flex;
  align-items:center;
  justify-content:center;
  background: rgba(154,242,122,0.12);
  border: 1px solid rgba(154,242,122,0.28);
  box-shadow: 0 0 0 6px rgba(154,242,122,0.08);
  margin-bottom: 10px;
  font-size: 18px;
}

.frc-how-title{
  color: rgba(255,255,255,0.92);
  font-weight: 950;
  letter-spacing: .02em;
  margin-bottom: 6px;
}

.frc-how-text{
  color: rgba(255,255,255,0.78);
  font-size: 14px;
  line-height: 1.4;
}
/* Fix & style "Recommended for grading" pill */
.frc-tag{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 10px auto 6px;
  padding: 6px 12px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .02em;

  background: rgba(154,242,122,0.16);
  border: 1px solid rgba(154,242,122,0.55);
  color: rgba(0,0,0,.78);

  box-shadow:
    0 6px 16px rgba(154,242,122,0.18),
    inset 0 1px 0 rgba(255,255,255,.6);
}
/* Bundle badge (short + premium) */
.frc-bundle-note{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 10px auto 6px;
  padding: 6px 12px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 800;

  background: rgba(154,242,122,0.12);
  border: 1px solid rgba(154,242,122,0.45);
  color: rgba(0,0,0,.78);
}
.frc-how-ico img{
  width: 34px;
  height: 34px;
  object-fit: contain;
  display: block;
}
/* =========================================================
   FRC SERVICES — FINAL OVERRIDE (PUT AT VERY BOTTOM)
   ========================================================= */

.frc-services-page .frc-card{
  box-shadow: 0 18px 42px rgba(0,0,0,0.22) !important;
}

/* Featured card: keep the depth + add a soft green ring */
.frc-services-page .frc-card.featured{
  border: 1px solid rgba(154,242,122,0.55) !important;
  box-shadow:
    0 22px 52px rgba(0,0,0,0.40),
    0 0 0 1px rgba(154,242,122,0.45),
    0 12px 26px rgba(154,242,122,0.10) !important;
}

/* Optional: make the featured one “lift” slightly */
@media (min-width: 991px){
  .frc-services-page .frc-card.featured{
    transform: translateY(-6px) !important;
  }
}
/* =========================================================
   SERVICES PAGE — FEATURED SHADOW (GUARANTEED)
   ========================================================= */

/* All 3 cards get a clean shadow */
.frc-grid--services .frc-card{
  box-shadow: 0 18px 42px rgba(0,0,0,0.22) !important;
}

/* Featured gets deeper shadow + soft green ring */
.frc-grid--services .frc-card.featured{
  border: 1px solid rgba(154,242,122,0.55) !important;
  box-shadow:
    0 22px 52px rgba(0,0,0,0.40),
    0 0 0 1px rgba(154,242,122,0.45),
    0 12px 26px rgba(154,242,122,0.10) !important;
}
@media (min-width: 991px){
  .frc-grid--services .frc-card.featured{
    transform: translateY(-6px) !important;
  }
}
/* =========================================================
   SERVICES PAGE — UNCLIP SHADOWS (FIX)
   ========================================================= */

/* Allow shadows to render outside the card */
.frc-services-page .frc-card{
  overflow: visible !important;
}
/* Depth for all cards */
.frc-services-page .frc-card{
  box-shadow: 0 18px 42px rgba(0,0,0,0.22) !important;
}

/* Featured card gets deeper shadow + green ring */
.frc-services-page .frc-card.featured{
  border: 1px solid rgba(154,242,122,0.55) !important;
  box-shadow:
    0 22px 52px rgba(0,0,0,0.40),
    0 0 0 1px rgba(154,242,122,0.45),
    0 12px 26px rgba(154,242,122,0.10) !important;
}
/* =========================================================
   SERVICES PAGE — FIX "per card" VISIBILITY (PUT LAST)
   ========================================================= */

.frc-services-page .frc-card .frc-per{
  color: rgba(0,0,0,0.62) !important;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .02em;
  margin-top: 2px;
}
.frc-services-page .frc-card .frc-desc{
  color: rgba(0,0,0,0.70) !important;
}
/* =========================================================
   FRC OUR WORK — CLEAN FINAL (GALLERY + ZOOM MODAL)
   ========================================================= */

.frc-work-page{ background: transparent; }

.frc-work-wrap{ padding: 70px 0; }

/* Header */
.frc-work-head{ text-align:center; margin-bottom: 18px; }
.frc-work-title{
  margin: 0 0 10px;
  font-weight: 950;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  color: #fff;
}
.frc-work-sub{
  margin: 0 auto;
  max-width: 68ch;
  opacity: .82;
  font-size: 16px;
  color: rgba(255,255,255,0.82);
}

/* Divider */
.frc-work-divider{
  margin: 18px auto 0;
  width: min(520px, 92%);
  display:flex;
  align-items:center;
  justify-content:center;
  gap: 12px;
}
.frc-work-divider span{
  height: 1px;
  flex: 1;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,.14), transparent);
}
.frc-work-divider i{
  width: 8px; height: 8px;
  border-radius: 999px;
  background: #9AF27A;
  box-shadow: 0 0 0 6px rgba(154,242,122,.16);
}

/* Intro */
.frc-work-intro{
  text-align:center;
  max-width: 72ch;
  margin: 18px auto 38px;
  color: rgba(255,255,255,0.78);
}

/* Grid */
.frc-work-grid{
  display:grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 22px;
}
@media (max-width: 900px){
  .frc-work-grid{ grid-template-columns: 1fr; }
}

/* Card (button) */
.frc-work-card{
  appearance:none;
  width: 100%;
  text-align: left;
  cursor: pointer;

  border: 1px solid rgba(255,255,255,0.10);
  background: rgba(255,255,255,0.04);
  border-radius: 18px;
  padding: 14px;

  box-shadow: 0 18px 42px rgba(0,0,0,0.35);
  transition: transform .22s cubic-bezier(.2,.8,.2,1), box-shadow .22s ease, border-color .22s ease;
}
@media (hover:hover){
  .frc-work-card:hover{
    transform: translateY(-6px);
    box-shadow: 0 24px 60px rgba(0,0,0,0.42);
    border-color: rgba(154,242,122,0.28);
  }
}

/* Media frame */
.frc-work-media{
  position: relative;
  border-radius: 14px;
  overflow: hidden;
  border: 1px solid rgba(154,242,122,0.22);
  background: rgba(154,242,122,0.06);
}
.frc-work-media img{
  width: 100%;
  height: auto;
  display:block;
}

/* Hover overlay */
.frc-work-overlay{
  position:absolute;
  inset:0;
  display:flex;
  align-items:flex-end;
  justify-content:flex-end;
  padding: 12px;
  background: linear-gradient(to top, rgba(0,0,0,0.55), transparent 55%);
  opacity: 0;
  transition: opacity .2s ease;
}
@media (hover:hover){
  .frc-work-card:hover .frc-work-overlay{ opacity: 1; }
}

/* Green pill */
.frc-pill{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding: 7px 10px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .02em;
  color: #0b0b0b;
  background: rgba(154,242,122,0.95);
  box-shadow: 0 10px 22px rgba(154,242,122,0.22);
}

/* Caption */
.frc-work-caption{
  margin-top: 12px;
  text-align:center;
  font-weight: 850;
  font-size: 13px;
  letter-spacing: .02em;
  color: rgba(154,242,122,0.95);
}

/* Capabilities */
.frc-work-capabilities{
  margin: 60px auto 0;
  max-width: 820px;
  text-align:center;
}
.frc-work-capabilities h2{
  color:#fff;
  margin-bottom: 14px;
  text-transform: uppercase;
  letter-spacing: .02em;
}
.frc-work-capabilities ul{
  list-style:none;
  padding:0;
  margin:0 0 14px;
  display:grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
}
@media (max-width: 700px){
  .frc-work-capabilities ul{ grid-template-columns: 1fr; }
}
.frc-work-capabilities li{
  background: rgba(154,242,122,0.06);
  border: 1px solid rgba(154,242,122,0.22);
  border-radius: 14px;
  padding: 12px 14px;
  color: rgba(255,255,255,0.90);
  font-weight: 800;
  font-size: 14px;
}
.frc-work-note{
  margin-top: 12px;
  font-size: 14px;
  color: rgba(255,255,255,0.72);
}

/* CTA */
.frc-work-cta{ margin-top: 36px; text-align:center; }
.frc-work-btn{
  display:inline-block;
  padding: 16px 26px;
  border-radius: 16px;
  background: #0b0b0b;
  color: #fff;
  text-decoration:none;
  font-weight: 900;
  border: 1px solid rgba(154,242,122,0.45);
  box-shadow:
    0 0 0 1px rgba(154,242,122,0.18),
    0 18px 40px rgba(0,0,0,0.45);
}
.frc-work-btn:hover{ filter: brightness(1.08); }

/* =========================
   MODAL (CLEAN + CENTERED)
   ========================= */

.frc-work-page .frc-modal{
  position: fixed;
  inset: 0;
  z-index: 99999;
  display: none;
  padding: 18px;

  /* force proper centering */
  align-items: center;
  justify-content: center;
}
.frc-work-page .frc-modal.is-open{
  display: flex;
}

.frc-work-page .frc-modal-backdrop{
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.72);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  z-index: 1;
}

.frc-work-page .frc-modal-panel{
  position: relative;
  z-index: 2;

  width: min(980px, 92vw);
  max-height: 86vh;
  padding: 14px;

  border-radius: 18px;
  background: rgba(15,15,15,0.92);
  border: 1px solid rgba(154,242,122,0.22);
  box-shadow: 0 40px 110px rgba(0,0,0,0.65);
}

.frc-work-page .frc-modal-img{
  width: 100%;
  height: auto;
  max-height: calc(86vh - 72px);
  object-fit: contain;
  display:block;
  border-radius: 12px;
}

.frc-work-page .frc-modal-close{
  position:absolute;
  top: 10px;
  right: 10px;
  width: 44px;
  height: 44px;
  border-radius: 14px;
  border: 1px solid rgba(255,255,255,0.10);
  background: rgba(255,255,255,0.06);
  color: rgba(255,255,255,0.92);
  font-size: 26px;
  cursor: pointer;
  z-index: 3;
}
.frc-work-page .frc-modal-close:hover{
  border-color: rgba(154,242,122,0.25);
}

.frc-work-page .frc-modal-hint{
  margin-top: 10px;
  text-align: center;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .02em;
  color: rgba(255,255,255,0.72);
}
/* =========================================================
   OUR WORK — UPGRADES (PROOF STRIP + FILTERS + MODAL NAV)
   ========================================================= */

.frc-work-proof{
  margin: 18px auto 24px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}
@media (max-width: 990px){
  .frc-work-proof{ grid-template-columns: 1fr; }
}

.frc-proof-item{
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.10);
  border-radius: 16px;
  padding: 14px 14px 12px;
  box-shadow: 0 14px 34px rgba(0,0,0,0.25);
}

.frc-proof-ico{
  width: 38px;
  height: 38px;
  border-radius: 12px;
  display:flex;
  align-items:center;
  justify-content:center;
  background: rgba(154,242,122,0.12);
  border: 1px solid rgba(154,242,122,0.28);
  box-shadow: 0 0 0 6px rgba(154,242,122,0.08);
  margin-bottom: 10px;
  font-size: 18px;
}

.frc-proof-title{
  color: rgba(255,255,255,0.92);
  font-weight: 950;
  letter-spacing: .02em;
  margin-bottom: 6px;
}

.frc-proof-text{
  color: rgba(255,255,255,0.78);
  font-size: 13px;
  line-height: 1.4;
}

/* Filter pills */
.frc-work-filters{
  margin: 8px auto 18px;
  display:flex;
  gap: 10px;
  justify-content: center;
  flex-wrap: wrap;
}

.frc-filter{
  padding: 10px 14px;
  border-radius: 999px;
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.12);
  color: rgba(255,255,255,0.86);
  font-weight: 900;
  font-size: 12px;
  letter-spacing: .02em;
  cursor: pointer;
}
.frc-filter:hover{
  border-color: rgba(154,242,122,0.28);
}
.frc-filter.is-active{
  background: rgba(154,242,122,0.16);
  border-color: rgba(154,242,122,0.55);
  color: rgba(255,255,255,0.92);
  box-shadow: 0 10px 24px rgba(0,0,0,0.25);
}

/* Category chip */
.frc-work-meta{
  margin-top: 10px;
  display:flex;
  justify-content:center;
}
.frc-chip{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding: 6px 10px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .02em;
  color: rgba(255,255,255,0.90);
  background: rgba(154,242,122,0.08);
  border: 1px solid rgba(154,242,122,0.22);
}

/* Modal nav arrows */
.frc-modal-nav{
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 44px;
  height: 44px;
  border-radius: 14px;
  border: 1px solid rgba(255,255,255,0.10);
  background: rgba(255,255,255,0.06);
  color: rgba(255,255,255,0.92);
  font-size: 28px;
  cursor: pointer;
}

.frc-modal-prev{ left: 10px; }
.frc-modal-next{ right: 10px; }

@media (max-width: 700px){
  .frc-modal-prev{ left: 8px; }
  .frc-modal-next{ right: 8px; }
}
/* =========================================================
   OUR WORK — TRUST SECTION POLISH
   ========================================================= */

/* Section divider before trust */
.frc-work-sep{
  margin: 70px auto 40px;
  width: min(520px, 92%);
  display:flex;
  align-items:center;
  justify-content:center;
  gap: 12px;
}
.frc-work-sep span{
  height: 1px;
  flex: 1;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,.14), transparent);
}
.frc-work-sep i{
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: #9AF27A;
  box-shadow: 0 0 0 6px rgba(154,242,122,.16);
}

/* Trust section wrapper */
.frc-work-trust{
  margin: 0 auto 40px;
  max-width: 1000px;
  text-align: center;
}

/* Trust section heading */
.frc-work-trust-title{
  margin: 0 0 18px;
  font-weight: 950;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  color: #fff;
}

/* Grading disclaimer */
.frc-work-disclaimer{
  margin-top: 16px;
  font-size: 13px;
  color: rgba(255,255,255,0.65);
  max-width: 80ch;
  margin-left: auto;
  margin-right: auto;
}
.frc-work-disclaimer strong{
  color: rgba(255,255,255,0.85);
}

/* Mini CTA heading above button */
.frc-work-cta-title{
  margin-bottom: 12px;
  font-size: 18px;
  font-weight: 950;
  letter-spacing: -0.01em;
  color: #fff;
}
/* =========================================================
   OUR WORK — "MORE COMING SOON" CARD
   ========================================================= */

.frc-work-soon{
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 260px;
  border-style: dashed;
  border-color: rgba(154,242,122,0.35);
  background: rgba(154,242,122,0.05);
  box-shadow: inset 0 0 0 1px rgba(154,242,122,0.08);
}

.frc-work-soon-inner{
  text-align: center;
  max-width: 320px;
  padding: 20px;
}

.frc-work-soon-icon{
  font-size: 28px;
  margin-bottom: 10px;
  filter: drop-shadow(0 0 10px rgba(154,242,122,0.35));
}

.frc-work-soon-title{
  font-weight: 950;
  letter-spacing: -0.01em;
  margin-bottom: 6px;
  color: #fff;
}

.frc-work-soon-text{
  font-size: 14px;
  color: rgba(255,255,255,0.75);
}
/* =========================================================
   OUR WORK — TYPOGRAPHY POLISH
   ========================================================= */

.frc-work-page{
  /* Slightly nicer reading + cleaner shapes */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}

/* Make the main page title feel more premium */
.frc-work-title{
  letter-spacing: -0.03em !important;
  font-weight: 950 !important;
}

/* Subheading + intro: slightly tighter + clearer */
.frc-work-sub,
.frc-work-intro{
  font-size: 15px !important;
  line-height: 1.55 !important;
  color: rgba(255,255,255,0.78) !important;
}

/* Card caption (green text): make it feel “designed”, not default */
.frc-work-caption{
  font-size: 12.5px !important;
  font-weight: 850 !important;
  letter-spacing: 0.02em !important;
  text-transform: none !important;
  color: rgba(154,242,122,0.92) !important;
}

/* The little category chips (“Structural / Corners / Surface”) */
.frc-work-meta{
  margin-top: 10px !important;
  display: flex !important;
  justify-content: center !important;
}
.frc-work-meta .frc-chip{
  font-size: 11px !important;
  font-weight: 900 !important;
  letter-spacing: 0.08em !important;
  text-transform: uppercase !important;

  padding: 6px 10px !important;
  border-radius: 999px !important;

  background: rgba(154,242,122,0.10) !important;
  border: 1px solid rgba(154,242,122,0.28) !important;
  color: rgba(255,255,255,0.86) !important;
}

/* Make filters more “button-like” and consistent */
.frc-work-filters .frc-filter{
  font-size: 12px !important;
  font-weight: 900 !important;
  letter-spacing: 0.08em !important;
  text-transform: uppercase !important;
}

/* CTA title: slightly more premium */
.frc-work-cta-title{
  letter-spacing: -0.02em !important;
  font-weight: 950 !important;
}
/* =========================================================
   OUR WORK — SOCIAL BAR + POKEBALL ICON (IMAGE) — CLEAN FINAL
   Replace your entire socials + dot blocks with THIS whole block
   ========================================================= */

/* --- Pokeball image icon --- */
.frc-pokeball{
  width: 18px;
  height: 18px;
  display: inline-block;
  object-fit: contain;
  vertical-align: middle;
  flex: 0 0 auto;
  filter: drop-shadow(0 0 6px rgba(0,0,0,0.40));
}

.frc-pokeball--sm{
  width: 14px;
  height: 14px;
}

/* --- Header divider (uses the pokeball image in the middle) --- */
.frc-work-divider{
  margin: 18px auto 0;
  width: min(520px, 92%);
  display:flex;
  align-items:center;
  justify-content:center;
  gap: 12px;
}
.frc-work-divider span{
  height: 1px;
  flex: 1;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,.14), transparent);
}

/* IMPORTANT: remove any old divider dot styling */
.frc-work-divider i{ display:none !important; }

/* --- Compact social bar --- */
.frc-work-socialbar{
  margin: 14px auto 36px;
  max-width: 900px;
}

.frc-work-socialbar-inner{
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 14px 18px;
  border-radius: 14px;

  /* warmer + less “serious” */
  background: rgba(154,242,122,0.05);
  border: 1px solid rgba(154,242,122,0.18);

  box-shadow:
    0 14px 34px rgba(0,0,0,0.30),
    inset 0 0 0 1px rgba(255,255,255,0.04);
}

@media (max-width: 700px){
  .frc-work-socialbar-inner{
    flex-direction: column;
    text-align: center;
  }
}

.frc-work-socialbar-text{
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 850;
  color: rgba(255,255,255,0.9);
  font-size: 14px;
}

.frc-work-socialbar-links{
  display: flex;
  gap: 12px;
}

/* Buttons (keep green, but a touch warmer + softer) */
.frc-social-mini{
  text-decoration: none;
  padding: 8px 14px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;

  background: rgba(154,242,122,0.92);
  color: #0b0b0b;

  box-shadow:
    0 10px 22px rgba(154,242,122,0.22),
    inset 0 0 0 1px rgba(0,0,0,0.15);

  transition: transform .15s ease, filter .15s ease;
}
.frc-social-mini:hover{
  filter: brightness(1.06);
  transform: translateY(-1px);
}
/* =========================================
   FRC HEADER — LOGO (MAKE IT BIGGER)
   ========================================= */

.frc-header .frc-header-logo{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: auto;
  max-width: none;              /* IMPORTANT: don’t cap it */
}

.frc-header .frc-header-logo img{
  height: 72px !important;      /* desktop size */
  width: auto !important;
  max-width: none !important;   /* IMPORTANT: don’t cap it */
  max-height: none !important;
  display: block;
  object-fit: contain;
}

@media (max-width: 989px){
  .frc-header .frc-header-logo img{
    height: 84px !important;    /* mobile big center logo */
  }
}
/* =========================================
   FIX HERO TEXT CONTRAST
   ========================================= */

#frc-about-simple,
.frc-about-simple{
  color: rgb(12,16,18);
}

/* Force header text to dark */
.frc-about-simple__head,
.frc-about-simple__head *{
  color: rgb(12,16,18) !important;
}

/* Subtitle slightly muted */
.frc-about-simple__sub{
  color: rgba(60,70,75,1) !important;
}

/* Kicker text */
.frc-about-simple__kicker{
  color: rgba(80,90,95,1) !important;
}
/* =========================================
   ABOUT PAGE FIXES: hidden white headings + mystery gap
   ========================================= */

/* Force headings inside the About section to be dark */
#frc-about-simple h1,
#frc-about-simple h2,
#frc-about-simple h3,
#frc-about-simple .frc-card3__title{
  color: rgb(12,16,18) !important;
}

/* If any heading is being hidden with opacity/filters, reset it */
#frc-about-simple .frc-card3__title{
  opacity: 1 !important;
  mix-blend-mode: normal !important;
  text-shadow: none !important;
}

/* The right card has a heading that can appear "invisible" but still take space.
   Remove extra top spacing so there’s no blank gap. */
#frc-about-simple .frc-card3__title{
  margin-top: 0 !important;
}

/* Tighten the right card spacing slightly (removes the “big empty area” feel) */
#frc-about-simple .frc-card3{
  padding-top: 16px;
}

#frc-about-simple .frc-pillars{
  margin-top: 8px !important;
}

/* If Dawn is applying a white overlay/gradient on headings, neutralize it */
#frc-about-simple .frc-card3__title,
#frc-about-simple .frc-about-simple__title{
  background: none !important;
  -webkit-text-fill-color: currentColor !important;
}
/* =========================================
   ABOUT PAGE POLISH (subtle)
   ========================================= */

/* 1) tighten hero spacing */
#frc-about-simple .frc-about-simple__head{
  margin-bottom: 16px;
}
#frc-about-simple{
  padding-top: 48px;
  padding-bottom: 64px;
}

/* 2) soften section heading */
#frc-about-simple .frc-about-simple__h2{
  font-size: 16px;
  letter-spacing: .08em;
  opacity: .92;
}
#frc-about-simple .frc-about-simple__p{
  font-size: 13.5px;
}

/* 3) soften service rows (less “menu”) */
#frc-about-simple .frc-service-row{
  border-color: rgba(0,0,0,.06);
  box-shadow: 0 10px 22px rgba(0,0,0,.04);
  padding: 12px 14px;
}
#frc-about-simple .frc-service-row__desc{
  opacity: .92;
}
/* =========================================
   ABOUT PAGE — TYPOGRAPHY (LET THEME CONTROL FONTS)
   Replace the old “FONT + GREEN SYSTEM CLEANUP” block with this
   ========================================= */

/* Let Shopify Theme settings control font families */
#frc-about-simple,
#frc-about-simple *{
  font-family: inherit !important;
}

/* Headings: keep your styling, but do NOT force font-family */
#frc-about-simple h1,
#frc-about-simple h2,
#frc-about-simple h3,
#frc-about-simple .frc-card3__title,
#frc-about-simple .frc-about-simple__title,
#frc-about-simple .frc-about-simple__h2{
  font-weight: 900 !important;
  letter-spacing: -0.02em !important;
  text-transform: none !important;
}

/* Fix the three “bad” headings specifically */
#frc-about-simple .frc-card3__title{          /* WHO WE ARE / WHAT YOU CAN EXPECT */
  font-size: 16px !important;
  margin-bottom: 10px !important;
}

#frc-about-simple .frc-about-simple__h2{     /* WHAT WE DO */
  font-size: 14px !important;
  letter-spacing: .12em !important;
  text-transform: uppercase !important;      /* this one can stay as a label */
  opacity: .85 !important;
}

/* 3) Swap green to your site green (#9AF27A) + match your border/shadow vibe */
#frc-about-simple{
  --mint: 154,242,122; /* #9AF27A */
  --teal: 154,242,122; /* unify accents */
}

/* buttons */
#frc-about-simple .frc-btn3--primary{
  background: rgba(154,242,122,0.92) !important;
  border: 1px solid rgba(154,242,122,0.55) !important;
  box-shadow:
    0 22px 52px rgba(0,0,0,0.10),
    0 0 0 1px rgba(154,242,122,0.45),
    0 12px 26px rgba(154,242,122,0.10) !important;
}

/* story card subtle glow */
#frc-about-simple .frc-card3--story{
  border: 1px solid rgba(154,242,122,0.40) !important;
  box-shadow:
    0 18px 44px rgba(0,0,0,.06),
    0 0 0 1px rgba(154,242,122,0.25),
    0 12px 26px rgba(154,242,122,0.08) !important;
}

/* bullet dots match */
#frc-about-simple .frc-pillar__dot{
  background: rgba(154,242,122,0.95) !important;
  box-shadow: 0 0 0 3px rgba(154,242,122,0.18) !important;
}

/* service row “Details →” underline matches */
#frc-about-simple .frc-service-row__link{
  border-bottom-color: rgba(154,242,122,0.70) !important;
}

/* 4) Make general text feel consistent + clean */
#frc-about-simple .frc-card3__text,
#frc-about-simple .frc-pillar p,
#frc-about-simple .frc-service-row__desc,
#frc-about-simple .frc-about-simple__sub,
#frc-about-simple .frc-about-simple__p{
  font-size: 14px !important;
  line-height: 1.65 !important;
  letter-spacing: 0 !important;
}

/* Optional: slightly tighten the label row spacing */
#frc-about-simple .frc-about-simple__services-head{
  margin-bottom: 10px !important;
}
/* =========================================
   FIX UGLY SECTION HEADINGS (WHO WE ARE etc)
   ========================================= */

#frc-about-simple .frc-card3__title{
  font-size: 20px !important;
  font-weight: 1000 !important;
  letter-spacing: -0.02em !important;
  text-transform: none !important;
  margin-bottom: 12px !important;
  color: rgb(12,16,18) !important;
}

/* Add subtle green underline accent like your services page */
#frc-about-simple .frc-card3__title::after{
  content: "";
  display: block;
  width: 36px;
  height: 3px;
  border-radius: 999px;
  margin-top: 6px;
  background: rgba(154,242,122,0.95);
  box-shadow: 0 0 0 3px rgba(154,242,122,0.18);
}
/* =========================================
   FIX "WHAT WE DO" HEADING
   ========================================= */

#frc-about-simple .frc-about-simple__h2{
  font-size: 20px !important;
  font-weight: 1000 !important;
  letter-spacing: -0.02em !important;
  text-transform: none !important;
  margin-bottom: 12px !important;
  color: rgb(12,16,18) !important;
  position: relative;
}

/* same green accent underline */
#frc-about-simple .frc-about-simple__h2::after{
  content: "";
  display: block;
  width: 36px;
  height: 3px;
  border-radius: 999px;
  margin-top: 6px;
  background: rgba(154,242,122,0.95);
  box-shadow: 0 0 0 3px rgba(154,242,122,0.18);
}
/* =========================================
   CENTER THE "WHAT WE DO" UNDERLINE
   ========================================= */

#frc-about-simple .frc-about-simple__h2{
  text-align: center !important;
}

#frc-about-simple .frc-about-simple__h2::after{
  margin-left: auto !important;
  margin-right: auto !important;
}
/* =========================================================
   FRC FOOTER — SIMPLE (socials + newsletter)
   ========================================================= */

.frc-footer{
  background:#0b0b0b;
  color:rgba(255,255,255,0.86);
  border-top:1px solid rgba(255,255,255,0.10);
}

.frc-footer__inner{
  padding:52px 0 18px;
}

.frc-footer__grid{
  display:grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 28px;
  align-items:start;
  padding-bottom: 18px;
  border-bottom: 1px solid rgba(255,255,255,0.10);
}

@media (max-width: 900px){
  .frc-footer__grid{
    grid-template-columns: 1fr;
    gap: 18px;
  }
}

/* Brand */
.frc-footer__logo img{
  height:56px;
  width:auto;
  display:block;
}

.frc-footer__name{
  display:inline-block;
  text-decoration:none;
  color:rgba(255,255,255,0.92);
  font-weight:900;
  letter-spacing:-0.01em;
  font-size:20px;
}

.frc-footer__tagline{
  margin:10px 0 14px;
  max-width: 60ch;
  font-size:14px;
  line-height:1.6;
  opacity:0.82;
}

/* Socials (big + obvious) */
.frc-footer__socials{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  margin-top: 10px;
}

.frc-social{
  display:inline-flex;
  align-items:center;
  gap:10px;
  padding:10px 12px;
  border-radius:14px;
  text-decoration:none;

  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.10);
  box-shadow: 0 12px 28px rgba(0,0,0,0.30);

  color: rgba(255,255,255,0.90);
  font-weight: 850;
  font-size: 13px;
}

.frc-social:hover{
  border-color: rgba(154,242,122,0.22);
  color: rgba(154,242,122,0.95);
}

.frc-social__icon{
  width: 22px;
  height: 22px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  border-radius: 12px;

  background: rgba(154,242,122,0.10);
  border: 1px solid rgba(154,242,122,0.18);
  box-shadow: inset 0 0 0 1px rgba(0,0,0,0.10);
}

.frc-social__icon svg{
  width: 16px;
  height: 16px;
  display:block;
  fill: currentColor;
}

/* Newsletter */
.frc-footer__h{
  margin: 0 0 6px;
  color: rgba(255,255,255,0.92);
  font-weight: 950;
  letter-spacing: -0.02em;
  font-size: 18px;
}

.frc-footer__sub{
  margin: 0 0 12px;
  opacity: 0.78;
  font-size: 14px;
  line-height: 1.55;
  max-width: 52ch;
}

.frc-news__row{
  display:flex;
  gap:10px;
  align-items:center;
}

@media (max-width: 520px){
  .frc-news__row{ flex-direction:column; align-items:stretch; }
}

.frc-news__input{
  flex:1 1 auto;
  height: 46px;
  padding: 10px 12px;
  border-radius: 14px;
  outline: none;

  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.12);
  color: rgba(255,255,255,0.90);
}

.frc-news__input::placeholder{
  color: rgba(255,255,255,0.55);
}

.frc-news__input:focus{
  border-color: rgba(154,242,122,0.45);
  box-shadow: 0 0 0 4px rgba(154,242,122,0.14);
}

.frc-news__btn{
  height: 46px;
  padding: 0 16px;
  border-radius: 14px;
  cursor: pointer;

  background: rgba(154,242,122,0.92);
  color: #0b0b0b;
  border: 1px solid rgba(154,242,122,0.55);

  font-weight: 950;
}

.frc-news__btn:hover{ filter: brightness(1.06); }

.frc-news__msg{
  margin-top: 10px;
  font-size: 13px;
  font-weight: 750;
  opacity: 0.9;
}
.frc-news__msg--ok{ color: rgba(154,242,122,0.95); }
.frc-news__msg--err{ color: rgba(255,120,120,0.92); }

/* Bottom */
.frc-footer__bottom{
  padding-top: 14px;
  display:flex;
  justify-content:center;
}

.frc-footer__legal{
  display:flex;
  gap:10px;
  flex-wrap:wrap;
  align-items:center;
  color: rgba(255,255,255,0.62);
  font-size: 13px;
}

.frc-footer__dot{ opacity: .35; }

.frc-footer__link{
  color: rgba(255,255,255,0.70);
  text-decoration:none;
  font-weight: 700;
}
.frc-footer__link:hover{
  color: rgba(154,242,122,0.95);
}
/* =========================================================
   FRC PRICING BUTTONS — RESTORE PREMIUM STYLE
   (Fixes the flat black buttons)
   ========================================================= */

.frc-pricing .frc-btn,
.frc-services-page .frc-btn{
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 100% !important;

  padding: 16px 18px !important;
  border-radius: 14px !important;

  background: #0b0b0b !important;
  color: #ffffff !important;
  font-weight: 900 !important;
  letter-spacing: 0.02em !important;
  text-decoration: none !important;

  border: 1px solid rgba(154,242,122,0.45) !important;

  box-shadow:
    0 0 0 1px rgba(154,242,122,0.18),
    0 14px 34px rgba(0,0,0,0.35),
    0 0 18px rgba(154,242,122,0.12) !important;

  transition:
    transform .18s cubic-bezier(.2,.8,.2,1),
    box-shadow .18s ease,
    filter .18s ease !important;
}

/* Hover = lift + glow */
.frc-pricing .frc-btn:hover,
.frc-services-page .frc-btn:hover{
  transform: translateY(-2px) scale(1.02) !important;
  box-shadow:
    0 0 0 1px rgba(154,242,122,0.35),
    0 22px 50px rgba(0,0,0,0.45),
    0 0 26px rgba(154,242,122,0.22) !important;
  filter: brightness(1.05) !important;
}

/* Pressed */
.frc-pricing .frc-btn:active,
.frc-services-page .frc-btn:active{
  transform: translateY(0) scale(0.99) !important;
}
/* =========================================================
   FRC PRICING BUTTONS — CLEAN BLACK (NO GLOW / NO OUTLINE)
   ========================================================= */

.frc-pricing .frc-btn,
.frc-services-page .frc-btn{
  background: #0b0b0b !important;
  color: #ffffff !important;

  border: none !important;
  outline: none !important;
  box-shadow: 0 12px 28px rgba(0,0,0,0.35) !important;

  border-radius: 14px !important;

  font-weight: 900 !important;
  letter-spacing: 0.02em !important;

  transition:
    transform .18s cubic-bezier(.2,.8,.2,1),
    box-shadow .18s ease,
    filter .18s ease !important;
}

/* Remove any pseudo-outline Dawn might inject */
.frc-pricing .frc-btn::before,
.frc-pricing .frc-btn::after,
.frc-services-page .frc-btn::before,
.frc-services-page .frc-btn::after{
  content: none !important;
  display: none !important;
}

/* Hover = subtle lift only */
.frc-pricing .frc-btn:hover,
.frc-services-page .frc-btn:hover{
  transform: translateY(-2px) !important;
  box-shadow: 0 18px 40px rgba(0,0,0,0.45) !important;
  filter: brightness(1.05) !important;
}

/* Active / focus — no ring */
.frc-pricing .frc-btn:focus,
.frc-pricing .frc-btn:focus-visible,
.frc-services-page .frc-btn:focus,
.frc-services-page .frc-btn:focus-visible{
  outline: none !important;
  box-shadow: 0 12px 28px rgba(0,0,0,0.35) !important;
}
/* =========================================================
   FRC PRICING BUTTON — WHITE POCKET + BLACK PILL (LIKE SCREENSHOT)
   ========================================================= */

/* The white pocket area around the button */
.frc-pricing .frc-footer,
.frc-services-page .frc-footer{
  padding: 18px 18px 20px !important;  /* creates the white frame around button */
  background: transparent !important;
}

/* Clean black pill button */
.frc-pricing .frc-footer .frc-btn,
.frc-services-page .frc-footer .frc-btn{
  width: 100% !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;

  padding: 16px 18px !important;
  border-radius: 14px !important;

  background: #0b0b0b !important;
  color: #fff !important;

  border: 0 !important;
  outline: 0 !important;
  box-shadow: none !important;
  text-decoration: none !important;
  font-weight: 900 !important;
}

/* Kill Dawn focus ring / pseudo outlines */
.frc-pricing .frc-footer .frc-btn:focus,
.frc-pricing .frc-footer .frc-btn:focus-visible,
.frc-services-page .frc-footer .frc-btn:focus,
.frc-services-page .frc-footer .frc-btn:focus-visible{
  outline: none !important;
  box-shadow: none !important;
}

.frc-pricing .frc-footer .frc-btn::before,
.frc-pricing .frc-footer .frc-btn::after,
.frc-services-page .frc-footer .frc-btn::before,
.frc-services-page .frc-footer .frc-btn::after{
  content: none !important;
  display: none !important;
}
/* =========================================================
   Fullrestore Cards — Bundle & Save (PRODUCT PAGE UI ONLY)
   Safe: no cart logic, no pricing logic
   ========================================================= */

.frc-bundle{
  margin-top: 14px;
  padding: 14px 14px 12px;
  border: 1px solid rgba(255,255,255,.10);
  border-radius: 14px;
  background: rgba(255,255,255,.04);
}

.frc-bundle__title{
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
  font-size: 12px;
  opacity: .9;
  margin-bottom: 10px;
}

.frc-bundle__grid{
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
}

@media (min-width: 750px){
  .frc-bundle__grid{ grid-template-columns: 1fr 1fr; }
}

.frc-bundle__card{
  padding: 10px 12px;
  border-radius: 12px;
  border: 1px solid rgba(255,255,255,.10);
  background: rgba(0,0,0,.18);
  transition: transform .15s ease, border-color .15s ease, background .15s ease;
}

.frc-bundle__label{
  font-weight: 900;
  font-size: 14px;
  margin-bottom: 2px;
}

.frc-bundle__sub{
  font-size: 13px;
  opacity: .85;
}

/* Tier highlight */
.frc-bundle__card.is-active{
  transform: translateY(-1px);
}

.frc-bundle__live{
  margin-top: 10px;
  padding: 10px 12px;
  border-radius: 12px;
  font-weight: 800;
  font-size: 13px;
}

.frc-bundle__fine{
  margin-top: 8px;
  font-size: 12px;
  opacity: .7;
}
/* =========================================================
   FRC — Surface Restore Widget (SAFE FINAL)
   Fixes giant-image bug by never targeting generic img
   ========================================================= */

:root{
  --frc-mint: 154, 242, 200;
  --frc-ivory: 242, 242, 232;
  --frc-ink: 10, 10, 10;
}

.frc-srfinal{
  margin-top: 10px;
  padding: 14px;
  border-radius: 18px;
  background: rgba(var(--frc-ink), .42);
  border: 1px solid rgba(255,255,255,.10);
  box-shadow: 0 18px 55px rgba(0,0,0,.35);
}

/* hard safety: nothing can overflow this widget */
.frc-srfinal,
.frc-srfinal *{
  box-sizing: border-box;
}
.frc-srfinal img{
  max-width: 100%;
  height: auto;
}

.frc-srfinal__grid{
  display: grid;
  gap: 14px;
  align-items: start;
}
@media (min-width: 990px){
  .frc-srfinal__grid{
    grid-template-columns: 0.95fr 1.05fr;
    gap: 18px;
  }
}

/* Frame */
.frc-srfinal__frame{
  border-radius: 18px;
  padding: 10px;
  background: rgba(255,255,255,.03);
  border: 1px solid rgba(255,255,255,.10);
  box-shadow: 0 0 0 3px rgba(var(--frc-mint), .08), 0 18px 50px rgba(0,0,0,.35);
}
.frc-srfinal__img{
  display: block;
  width: 100%;
  border-radius: 12px;
}

/* Type */
.frc-srfinal__kicker{
  font-size: 11px;
  letter-spacing: .14em;
  text-transform: uppercase;
  opacity: .70;
  margin-bottom: 6px;
}
.frc-srfinal__title{
  margin: 0 0 8px;
  font-weight: 900;
  letter-spacing: -.02em;
  font-size: 18px;
}
.frc-srfinal__desc{
  margin: 0 0 10px;
  opacity: .90;
  line-height: 1.55;
  font-size: 14px;
}

/* Chips */
.frc-srfinal__chips{
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 12px;
}
.frc-srfinal__chip{
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 7px 10px;
  border-radius: 999px;
  border: 1px solid rgba(var(--frc-mint), .22);
  background: rgba(0,0,0,.20);
  box-shadow: 0 0 0 1px rgba(255,255,255,.05) inset;
  font-weight: 800;
  font-size: 12px;
  opacity: .95;
}
.frc-srfinal__icon{
  width: 14px;
  height: 14px;
  display: block;
  flex: 0 0 auto;
}

/* Rows */
.frc-srfinal__rows{
  display: grid;
  gap: 10px;
  margin-bottom: 12px;
}
.frc-srfinal__row{
  padding: 10px 12px;
  border-radius: 16px;
  border: 1px solid rgba(255,255,255,.10);
  background: rgba(255,255,255,.03);
}
.frc-srfinal__row.is-warn{
  border-color: rgba(242, 180, 180, .18);
  background: rgba(242, 180, 180, .06);
}
.frc-srfinal__rowhead{
  font-weight: 900;
  letter-spacing: .10em;
  text-transform: uppercase;
  font-size: 11px;
  opacity: .82;
  margin-bottom: 8px;
}
.frc-srfinal__tags{
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.frc-srfinal__tag{
  padding: 6px 10px;
  border-radius: 999px;
  border: 1px solid rgba(var(--frc-ivory), .10);
  background: rgba(0,0,0,.18);
  font-weight: 800;
  font-size: 12px;
  opacity: .92;
}

/* Included */
.frc-srfinal__incl{
  padding-top: 10px;
  border-top: 1px solid rgba(255,255,255,.08);
}
.frc-srfinal__incltitle{
  font-weight: 900;
  letter-spacing: .10em;
  text-transform: uppercase;
  font-size: 11px;
  opacity: .88;
  margin-bottom: 8px;
}
.frc-srfinal__list{
  margin: 0;
  padding-left: 18px;
}
.frc-srfinal__list li{
  margin: 6px 0;
  opacity: .90;
}
/* =========================================================
   FRC — Product description polish (Surface Restore)
   Styles Shopify description nicely (no layout changes)
   ========================================================= */

.product__info-wrapper .product__description,
.product__info-wrapper .rte{
  font-size: 15px;
  line-height: 1.65;
}

.product__info-wrapper .rte h4{
  margin: 14px 0 8px;
  font-size: 12px;
  letter-spacing: .12em;
  text-transform: uppercase;
  opacity: .85;
}

.product__info-wrapper .rte ul{
  margin: 8px 0 14px;
  padding-left: 18px;
}

.product__info-wrapper .rte li{
  margin: 6px 0;
  opacity: .92;
}

/* optional: subtle “glass” panel behind description */
.product__info-wrapper .product__description{
  margin-top: 12px;
  padding: 12px 14px;
  border-radius: 16px;
  background: rgba(255,255,255,.03);
  border: 1px solid rgba(255,255,255,.10);
}
/* =========================================================
   FRC — Product Page Polish (Bundle + Qty) — Potion Glass
   Safe: CSS-only, no cart logic
   ========================================================= */

:root{
  --frc-potion: 154, 242, 200;      /* Full Restore potion glow */
  --frc-ivory: 242, 242, 232;       /* warm highlight */
}

/* ---------- Bundle & Save (your custom liquid block) ---------- */
/* Wrap your bundle block with .frc-bundle in the Custom Liquid if possible.
   If you already have a wrapper, rename it to frc-bundle. */
.frc-bundle{
  margin-top: 10px !important;
  padding: 12px !important;
  border-radius: 16px !important;
  background: rgba(10,10,10,.38) !important;
  border: 1px solid rgba(255,255,255,.10) !important;
  box-shadow: 0 18px 55px rgba(0,0,0,.30) !important;
}

/* Header */
.frc-bundle .frc-bundle__title{
  margin: 0 0 8px !important;
  font-size: 11px !important;
  letter-spacing: .14em !important;
  text-transform: uppercase !important;
  opacity: .75 !important;
}

/* Two deal cards */
.frc-bundle .frc-bundle__grid{
  display: grid !important;
  grid-template-columns: 1fr 1fr !important;
  gap: 10px !important;
  margin-bottom: 10px !important;
}

.frc-bundle .frc-bundle__deal{
  padding: 10px 10px !important;
  border-radius: 14px !important;
  background: rgba(255,255,255,.03) !important;
  border: 1px solid rgba(255,255,255,.10) !important;
}

.frc-bundle .frc-bundle__deal strong{
  display: block !important;
  font-size: 12px !important;
  font-weight: 900 !important;
  margin-bottom: 4px !important;
}

.frc-bundle .frc-bundle__deal span{
  display: block !important;
  font-size: 12px !important;
  opacity: .80 !important;
  line-height: 1.35 !important;
}

/* Live message pill */
.frc-bundle .frc-bundle__live{
  padding: 9px 10px !important;
  border-radius: 14px !important;
  border: 1px solid rgba(var(--frc-potion), .22) !important;
  background: rgba(var(--frc-potion), .08) !important;
  box-shadow: 0 0 0 1px rgba(var(--frc-ivory), .06) inset !important;
  font-weight: 900 !important;
  font-size: 12px !important;
  line-height: 1.25 !important;
  margin-bottom: 8px !important;
}

/* Small helper text */
.frc-bundle .frc-bundle__note{
  font-size: 11px !important;
  opacity: .65 !important;
  margin: 0 !important;
}

/* Mobile: stack deal cards */
@media (max-width: 749px){
  .frc-bundle .frc-bundle__grid{
    grid-template-columns: 1fr !important;
  }
}

/* =========================================================
   FRC — Surface Restore (FINAL CLEAN)
   Scope: html.frc-surface-restore only
   Includes: Quantity (your markup), ATC button, hide wallets, micro bundle
   ========================================================= */

html.frc-surface-restore{
  --frc-ink: 10,10,10;

  /* Lime-mint potion accent (matches your site green) */
  --frc-accent: 176, 255, 148;
  --frc-accent-hi: 236, 255, 226;
}

/* =========================
   QUANTITY (YOUR DAWN MARKUP)
   Safe version: fixes edge spacing without breaking icons
   ========================= */

html.frc-surface-restore .product__info-wrapper quantity-input{
  display: inline-grid !important;
  grid-template-columns: 52px 58px 52px !important;
  align-items: center !important;

  height: 44px !important;
  border-radius: 999px !important;
  overflow: hidden !important;

  /* inner gutter so icons aren't flush */
  padding: 0 8px !important;
  box-sizing: border-box !important;

  background: rgba(var(--frc-ink), .56) !important;
  border: 1px solid rgba(var(--frc-accent), .26) !important;
  box-shadow:
    0 0 0 2px rgba(var(--frc-accent), .06) inset,
    0 10px 26px rgba(0,0,0,.26) !important;
}

/* Buttons (- / +) */
html.frc-surface-restore .product__info-wrapper quantity-input > button{
  width: 52px !important;
  height: 44px !important;
  padding: 0 !important;
  margin: 0 !important;

  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;

  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;

  transition: background .12s ease, transform .12s ease;
}

html.frc-surface-restore .product__info-wrapper quantity-input > button:hover{
  background: rgba(var(--frc-accent), .08) !important;
}

html.frc-surface-restore .product__info-wrapper quantity-input > button:active{
  transform: scale(.98);
}

/* If the icon is an SVG, size it — if not, this does nothing */
html.frc-surface-restore .product__info-wrapper quantity-input > button svg{
  width: 16px !important;
  height: 16px !important;
  fill: rgba(235,255,245,.92) !important;
  opacity: 1 !important;
}

/* Number input */
html.frc-surface-restore .product__info-wrapper quantity-input > input{
  width: 58px !important;
  height: 44px !important;

  padding: 0 !important;
  margin: 0 !important;

  border: 0 !important;
  background: transparent !important;

  text-align: center !important;
  font-weight: 900 !important;
  font-size: 16px !important;

  line-height: 44px !important;
  display: block !important;

  -webkit-appearance: none !important;
  appearance: none !important;
}

/* Focus ring */
html.frc-surface-restore .product__info-wrapper quantity-input:focus-within{
  border-color: rgba(var(--frc-accent), .46) !important;
  box-shadow:
    0 0 0 3px rgba(var(--frc-accent), .12),
    0 0 0 2px rgba(var(--frc-accent), .06) inset,
    0 10px 26px rgba(0,0,0,.26) !important;
}


/* =========================================================
   FRC — Quantity: force PERFECT centering (override any top/transform)
   ========================================================= */

html.frc-surface-restore .product__info-wrapper quantity-input{
  position: relative !important;
}

html.frc-surface-restore .product__info-wrapper quantity-input > input{
  position: relative !important;
  top: 0 !important;
  transform: none !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

/* absolute center inside the middle column */
html.frc-surface-restore .product__info-wrapper quantity-input{
  place-items: center !important; /* for grid */
}

html.frc-surface-restore .product__info-wrapper quantity-input > input{
  align-self: center !important;
  justify-self: center !important;
}

/* =========================
   BUTTONS
   ATC white pill
   ========================= */

html.frc-surface-restore .product__info-wrapper .product-form__submit,
html.frc-surface-restore .product__info-wrapper button[name="add"]{
  background: #ffffff !important;
  color: #111111 !important;
  border-radius: 999px !important;
  border: 1px solid rgba(0,0,0,.10) !important;
  box-shadow: 0 12px 30px rgba(0,0,0,.22) !important;
  font-weight: 900 !important;
  min-height: 48px !important;
}

html.frc-surface-restore .product__info-wrapper .product-form__submit:hover{
  transform: translateY(-1px);
  box-shadow: 0 14px 34px rgba(0,0,0,.26) !important;
}

/* Hide dynamic checkout / wallet buttons (PayPal, Shop Pay etc) */
html.frc-surface-restore .shopify-payment-button,
html.frc-surface-restore .shopify-payment-button__button,
html.frc-surface-restore .shopify-payment-button__more-options{
  display: none !important;
}

/* =========================
   BUNDLE — ultra minimal + subtle accent
   Requires your micro bundle markup: .frc-bundle--micro
   ========================= */

html.frc-surface-restore .frc-bundle--micro{
  margin-top: 12px;
  padding: 0;
  background: transparent;
  border: 0;
}

html.frc-surface-restore .frc-bundle--micro .frc-bundle__top{
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  margin-bottom: 6px;
}

html.frc-surface-restore .frc-bundle--micro .frc-bundle__title{
  font-size: 11px;
  letter-spacing: .14em;
  text-transform: uppercase;
  font-weight: 900;
  opacity: .65;
}

html.frc-surface-restore .frc-bundle--micro .frc-bundle__hint{
  font-size: 11px;
  opacity: .5;
}

html.frc-surface-restore .frc-bundle--micro .frc-bundle__tiers{
  display: grid;
  gap: 6px;
  margin-bottom: 4px;

  border-left: 2px solid rgba(var(--frc-accent), .18);
  padding-left: 10px;
}

html.frc-surface-restore .frc-bundle--micro .frc-bundle__tier{
  width: 100%;
  padding: 7px 0;
  background: transparent;
  border: 0;
  color: rgba(255,255,255,.92);
  font-weight: 800;
  font-size: 13px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
}

html.frc-surface-restore .frc-bundle--micro .frc-bundle__tier:hover{
  color: rgba(255,255,255,.96);
}

html.frc-surface-restore .frc-bundle--micro .frc-bundle__chip{
  font-size: 11px;
  font-weight: 900;
  padding: 2px 8px;
  border-radius: 999px;
  border: 1px solid rgba(var(--frc-accent), .30);
  background: rgba(var(--frc-accent), .10);
  opacity: .95;
}

html.frc-surface-restore .frc-bundle--micro .frc-bundle__tier.is-active{
  color: rgb(var(--frc-accent));
  text-shadow: 0 0 10px rgba(var(--frc-accent), .14);
}

html.frc-surface-restore .frc-bundle--micro .frc-bundle__live{
  font-size: 11px;
  opacity: .6;
  font-weight: 700;
  margin-top: 2px;
}
/* =========================================================
   Fullrestore Cards — Bundle & Save (PRODUCT PAGE UI ONLY)
   Safe: no cart logic, no pricing logic
   ========================================================= */

.frc-bundle{
  margin-top: 14px;
  padding: 14px 14px 12px;
  border: 1px solid rgba(255,255,255,.10);
  border-radius: 14px;
  background: rgba(255,255,255,.04);
}

.frc-bundle__title{
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
  font-size: 12px;
  opacity: .9;
  margin-bottom: 10px;
}

.frc-bundle__grid{
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
}

@media (min-width: 750px){
  .frc-bundle__grid{ grid-template-columns: 1fr 1fr; }
}

.frc-bundle__card{
  padding: 10px 12px;
  border-radius: 12px;
  border: 1px solid rgba(255,255,255,.10);
  background: rgba(0,0,0,.18);
  transition: transform .15s ease, border-color .15s ease, background .15s ease;
}

.frc-bundle__label{
  font-weight: 900;
  font-size: 14px;
  margin-bottom: 2px;
}

.frc-bundle__sub{
  font-size: 13px;
  opacity: .85;
}

/* Tier highlight */
.frc-bundle__card.is-active{
  transform: translateY(-1px);
}

.frc-bundle__live{
  margin-top: 10px;
  padding: 10px 12px;
  border-radius: 12px;
  font-weight: 800;
  font-size: 13px;
}

.frc-bundle__fine{
  margin-top: 8px;
  font-size: 12px;
  opacity: .7;
}
/* =========================================================
   FRC — Surface Restore Widget (SAFE FINAL)
   Fixes giant-image bug by never targeting generic img
   ========================================================= */

:root{
  --frc-mint: 154, 242, 200;
  --frc-ivory: 242, 242, 232;
  --frc-ink: 10, 10, 10;
}

.frc-srfinal{
  margin-top: 10px;
  padding: 14px;
  border-radius: 18px;
  background: rgba(var(--frc-ink), .42);
  border: 1px solid rgba(255,255,255,.10);
  box-shadow: 0 18px 55px rgba(0,0,0,.35);
}

/* hard safety: nothing can overflow this widget */
.frc-srfinal,
.frc-srfinal *{
  box-sizing: border-box;
}
.frc-srfinal img{
  max-width: 100%;
  height: auto;
}

.frc-srfinal__grid{
  display: grid;
  gap: 14px;
  align-items: start;
}
@media (min-width: 990px){
  .frc-srfinal__grid{
    grid-template-columns: 0.95fr 1.05fr;
    gap: 18px;
  }
}

/* Frame */
.frc-srfinal__frame{
  border-radius: 18px;
  padding: 10px;
  background: rgba(255,255,255,.03);
  border: 1px solid rgba(255,255,255,.10);
  box-shadow: 0 0 0 3px rgba(var(--frc-mint), .08), 0 18px 50px rgba(0,0,0,.35);
}
.frc-srfinal__img{
  display: block;
  width: 100%;
  border-radius: 12px;
}

/* Type */
.frc-srfinal__kicker{
  font-size: 11px;
  letter-spacing: .14em;
  text-transform: uppercase;
  opacity: .70;
  margin-bottom: 6px;
}
.frc-srfinal__title{
  margin: 0 0 8px;
  font-weight: 900;
  letter-spacing: -.02em;
  font-size: 18px;
}
.frc-srfinal__desc{
  margin: 0 0 10px;
  opacity: .90;
  line-height: 1.55;
  font-size: 14px;
}

/* Chips */
.frc-srfinal__chips{
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 12px;
}
.frc-srfinal__chip{
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 7px 10px;
  border-radius: 999px;
  border: 1px solid rgba(var(--frc-mint), .22);
  background: rgba(0,0,0,.20);
  box-shadow: 0 0 0 1px rgba(255,255,255,.05) inset;
  font-weight: 800;
  font-size: 12px;
  opacity: .95;
}
.frc-srfinal__icon{
  width: 14px;
  height: 14px;
  display: block;
  flex: 0 0 auto;
}

/* Rows */
.frc-srfinal__rows{
  display: grid;
  gap: 10px;
  margin-bottom: 12px;
}
.frc-srfinal__row{
  padding: 10px 12px;
  border-radius: 16px;
  border: 1px solid rgba(255,255,255,.10);
  background: rgba(255,255,255,.03);
}
.frc-srfinal__row.is-warn{
  border-color: rgba(242, 180, 180, .18);
  background: rgba(242, 180, 180, .06);
}
.frc-srfinal__rowhead{
  font-weight: 900;
  letter-spacing: .10em;
  text-transform: uppercase;
  font-size: 11px;
  opacity: .82;
  margin-bottom: 8px;
}
.frc-srfinal__tags{
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.frc-srfinal__tag{
  padding: 6px 10px;
  border-radius: 999px;
  border: 1px solid rgba(var(--frc-ivory), .10);
  background: rgba(0,0,0,.18);
  font-weight: 800;
  font-size: 12px;
  opacity: .92;
}

/* Included */
.frc-srfinal__incl{
  padding-top: 10px;
  border-top: 1px solid rgba(255,255,255,.08);
}
.frc-srfinal__incltitle{
  font-weight: 900;
  letter-spacing: .10em;
  text-transform: uppercase;
  font-size: 11px;
  opacity: .88;
  margin-bottom: 8px;
}
.frc-srfinal__list{
  margin: 0;
  padding-left: 18px;
}
.frc-srfinal__list li{
  margin: 6px 0;
  opacity: .90;
}
/* =========================================================
   FRC — Product description polish (Surface Restore)
   Styles Shopify description nicely (no layout changes)
   ========================================================= */

.product__info-wrapper .product__description,
.product__info-wrapper .rte{
  font-size: 15px;
  line-height: 1.65;
}

.product__info-wrapper .rte h4{
  margin: 14px 0 8px;
  font-size: 12px;
  letter-spacing: .12em;
  text-transform: uppercase;
  opacity: .85;
}

.product__info-wrapper .rte ul{
  margin: 8px 0 14px;
  padding-left: 18px;
}

.product__info-wrapper .rte li{
  margin: 6px 0;
  opacity: .92;
}

/* optional: subtle “glass” panel behind description */
.product__info-wrapper .product__description{
  margin-top: 12px;
  padding: 12px 14px;
  border-radius: 16px;
  background: rgba(255,255,255,.03);
  border: 1px solid rgba(255,255,255,.10);
}
/* =========================================================
   FRC — Product Page Polish (Bundle + Qty) — Potion Glass
   Safe: CSS-only, no cart logic
   ========================================================= */

:root{
  --frc-potion: 154, 242, 200;      /* Full Restore potion glow */
  --frc-ivory: 242, 242, 232;       /* warm highlight */
}

/* ---------- Bundle & Save (your custom liquid block) ---------- */
/* Wrap your bundle block with .frc-bundle in the Custom Liquid if possible.
   If you already have a wrapper, rename it to frc-bundle. */
.frc-bundle{
  margin-top: 10px !important;
  padding: 12px !important;
  border-radius: 16px !important;
  background: rgba(10,10,10,.38) !important;
  border: 1px solid rgba(255,255,255,.10) !important;
  box-shadow: 0 18px 55px rgba(0,0,0,.30) !important;
}

/* Header */
.frc-bundle .frc-bundle__title{
  margin: 0 0 8px !important;
  font-size: 11px !important;
  letter-spacing: .14em !important;
  text-transform: uppercase !important;
  opacity: .75 !important;
}

/* Two deal cards */
.frc-bundle .frc-bundle__grid{
  display: grid !important;
  grid-template-columns: 1fr 1fr !important;
  gap: 10px !important;
  margin-bottom: 10px !important;
}

.frc-bundle .frc-bundle__deal{
  padding: 10px 10px !important;
  border-radius: 14px !important;
  background: rgba(255,255,255,.03) !important;
  border: 1px solid rgba(255,255,255,.10) !important;
}

.frc-bundle .frc-bundle__deal strong{
  display: block !important;
  font-size: 12px !important;
  font-weight: 900 !important;
  margin-bottom: 4px !important;
}

.frc-bundle .frc-bundle__deal span{
  display: block !important;
  font-size: 12px !important;
  opacity: .80 !important;
  line-height: 1.35 !important;
}

/* Live message pill */
.frc-bundle .frc-bundle__live{
  padding: 9px 10px !important;
  border-radius: 14px !important;
  border: 1px solid rgba(var(--frc-potion), .22) !important;
  background: rgba(var(--frc-potion), .08) !important;
  box-shadow: 0 0 0 1px rgba(var(--frc-ivory), .06) inset !important;
  font-weight: 900 !important;
  font-size: 12px !important;
  line-height: 1.25 !important;
  margin-bottom: 8px !important;
}

/* Small helper text */
.frc-bundle .frc-bundle__note{
  font-size: 11px !important;
  opacity: .65 !important;
  margin: 0 !important;
}

/* Mobile: stack deal cards */
@media (max-width: 749px){
  .frc-bundle .frc-bundle__grid{
    grid-template-columns: 1fr !important;
  }
}

/* =========================================================
   FRC — Surface Restore (FINAL CLEAN)
   Scope: html.frc-surface-restore only
   Includes: Quantity (your markup), ATC button, hide wallets, micro bundle
   ========================================================= */

html.frc-surface-restore{
  --frc-ink: 10,10,10;

  /* Lime-mint potion accent (matches your site green) */
  --frc-accent: 176, 255, 148;
  --frc-accent-hi: 236, 255, 226;
}

/* =========================
   QUANTITY (YOUR DAWN MARKUP)
   Safe version: fixes edge spacing without breaking icons
   ========================= */

html.frc-surface-restore .product__info-wrapper quantity-input{
  display: inline-grid !important;
  grid-template-columns: 52px 58px 52px !important;
  align-items: center !important;

  height: 44px !important;
  border-radius: 999px !important;
  overflow: hidden !important;

  /* inner gutter so icons aren't flush */
  padding: 0 8px !important;
  box-sizing: border-box !important;

  background: rgba(var(--frc-ink), .56) !important;
  border: 1px solid rgba(var(--frc-accent), .26) !important;
  box-shadow:
    0 0 0 2px rgba(var(--frc-accent), .06) inset,
    0 10px 26px rgba(0,0,0,.26) !important;
}

/* Buttons (- / +) */
html.frc-surface-restore .product__info-wrapper quantity-input > button{
  width: 52px !important;
  height: 44px !important;
  padding: 0 !important;
  margin: 0 !important;

  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;

  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;

  transition: background .12s ease, transform .12s ease;
}

html.frc-surface-restore .product__info-wrapper quantity-input > button:hover{
  background: rgba(var(--frc-accent), .08) !important;
}

html.frc-surface-restore .product__info-wrapper quantity-input > button:active{
  transform: scale(.98);
}

/* If the icon is an SVG, size it — if not, this does nothing */
html.frc-surface-restore .product__info-wrapper quantity-input > button svg{
  width: 16px !important;
  height: 16px !important;
  fill: rgba(235,255,245,.92) !important;
  opacity: 1 !important;
}

/* Number input */
html.frc-surface-restore .product__info-wrapper quantity-input > input{
  width: 58px !important;
  height: 44px !important;

  padding: 0 !important;
  margin: 0 !important;

  border: 0 !important;
  background: transparent !important;

  text-align: center !important;
  font-weight: 900 !important;
  font-size: 16px !important;

  line-height: 44px !important;
  display: block !important;

  -webkit-appearance: none !important;
  appearance: none !important;
}

/* Focus ring */
html.frc-surface-restore .product__info-wrapper quantity-input:focus-within{
  border-color: rgba(var(--frc-accent), .46) !important;
  box-shadow:
    0 0 0 3px rgba(var(--frc-accent), .12),
    0 0 0 2px rgba(var(--frc-accent), .06) inset,
    0 10px 26px rgba(0,0,0,.26) !important;
}


/* =========================================================
   FRC — Quantity: force PERFECT centering (override any top/transform)
   ========================================================= */

html.frc-surface-restore .product__info-wrapper quantity-input{
  position: relative !important;
}

html.frc-surface-restore .product__info-wrapper quantity-input > input{
  position: relative !important;
  top: 0 !important;
  transform: none !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

/* absolute center inside the middle column */
html.frc-surface-restore .product__info-wrapper quantity-input{
  place-items: center !important; /* for grid */
}

html.frc-surface-restore .product__info-wrapper quantity-input > input{
  align-self: center !important;
  justify-self: center !important;
}

/* =========================
   BUTTONS
   ATC white pill
   ========================= */

html.frc-surface-restore .product__info-wrapper .product-form__submit,
html.frc-surface-restore .product__info-wrapper button[name="add"]{
  background: #ffffff !important;
  color: #111111 !important;
  border-radius: 999px !important;
  border: 1px solid rgba(0,0,0,.10) !important;
  box-shadow: 0 12px 30px rgba(0,0,0,.22) !important;
  font-weight: 900 !important;
  min-height: 48px !important;
}

html.frc-surface-restore .product__info-wrapper .product-form__submit:hover{
  transform: translateY(-1px);
  box-shadow: 0 14px 34px rgba(0,0,0,.26) !important;
}

/* Hide dynamic checkout / wallet buttons (PayPal, Shop Pay etc) */
html.frc-surface-restore .shopify-payment-button,
html.frc-surface-restore .shopify-payment-button__button,
html.frc-surface-restore .shopify-payment-button__more-options{
  display: none !important;
}

/* =========================
   BUNDLE — ultra minimal + subtle accent
   Requires your micro bundle markup: .frc-bundle--micro
   ========================= */

html.frc-surface-restore .frc-bundle--micro{
  margin-top: 12px;
  padding: 0;
  background: transparent;
  border: 0;
}

html.frc-surface-restore .frc-bundle--micro .frc-bundle__top{
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  margin-bottom: 6px;
}

html.frc-surface-restore .frc-bundle--micro .frc-bundle__title{
  font-size: 11px;
  letter-spacing: .14em;
  text-transform: uppercase;
  font-weight: 900;
  opacity: .65;
}

html.frc-surface-restore .frc-bundle--micro .frc-bundle__hint{
  font-size: 11px;
  opacity: .5;
}

html.frc-surface-restore .frc-bundle--micro .frc-bundle__tiers{
  display: grid;
  gap: 6px;
  margin-bottom: 4px;

  border-left: 2px solid rgba(var(--frc-accent), .18);
  padding-left: 10px;
}

html.frc-surface-restore .frc-bundle--micro .frc-bundle__tier{
  width: 100%;
  padding: 7px 0;
  background: transparent;
  border: 0;
  color: rgba(255,255,255,.92);
  font-weight: 800;
  font-size: 13px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
}

html.frc-surface-restore .frc-bundle--micro .frc-bundle__tier:hover{
  color: rgba(255,255,255,.96);
}

html.frc-surface-restore .frc-bundle--micro .frc-bundle__chip{
  font-size: 11px;
  font-weight: 900;
  padding: 2px 8px;
  border-radius: 999px;
  border: 1px solid rgba(var(--frc-accent), .30);
  background: rgba(var(--frc-accent), .10);
  opacity: .95;
}

html.frc-surface-restore .frc-bundle--micro .frc-bundle__tier.is-active{
  color: rgb(var(--frc-accent));
  text-shadow: 0 0 10px rgba(var(--frc-accent), .14);
}

html.frc-surface-restore .frc-bundle--micro .frc-bundle__live{
  font-size: 11px;
  opacity: .6;
  font-weight: 700;
  margin-top: 2px;
}
/* =========================================================
   FRC — SURFACE RESTORE PRODUCT PAGE (SINGLE SOURCE OF TRUTH)
   Scope: html.frc-surface-restore only
   - Quantity: 40px height, 14px icon, 14px number, premium capsule
   - Add to cart: white pill
   - Hide dynamic checkout buttons (wallets)
   - Bundle (micro): minimal, digestible, on-theme
   - Description polish: scoped to this product only
   ========================================================= */

html.frc-surface-restore{
  --frc-ink: 10,10,10;

  /* Potion lime-mint (warm, not teal, not neon) */
  --frc-accent: 176, 255, 148;
  --frc-accent-hi: 236, 255, 226;

  /* sizing */
  --frc-qty-h: 40px;
  --frc-qty-btn: 44px;
  --frc-qty-mid: 54px;
}

/* =========================
   QUANTITY (Dawn-safe)
   Supports BOTH structures:
   A) quantity-input > button/input (your inspect showed this)
   B) quantity-input .quantity .quantity__button/.quantity__input
   ========================= */

/* Capsule background (works for A and B) */
html.frc-surface-restore .product__info-wrapper quantity-input,
html.frc-surface-restore .product__info-wrapper quantity-input .quantity{
  border-radius: 999px !important;
  overflow: hidden !important;

  height: var(--frc-qty-h) !important;
  min-height: var(--frc-qty-h) !important;

  background: rgba(var(--frc-ink), .58) !important;
  border: 1px solid rgba(var(--frc-accent), .30) !important;

  /* slightly thicker but subtle */
  box-shadow:
    0 0 0 2px rgba(var(--frc-accent), .10) inset,
    0 0 0 1px rgba(255,255,255,.05) inset,
    0 12px 26px rgba(0,0,0,.28) !important;

  display: inline-flex !important;
  align-items: stretch !important;
}

/* Remove Dawn separators/pseudo dividers */
html.frc-surface-restore .product__info-wrapper quantity-input .quantity::before,
html.frc-surface-restore .product__info-wrapper quantity-input .quantity::after,
html.frc-surface-restore .product__info-wrapper .quantity__button::before,
html.frc-surface-restore .product__info-wrapper .quantity__button::after{
  content: none !important;
  display: none !important;
}

/* --- STRUCTURE A: direct children --- */
html.frc-surface-restore .product__info-wrapper quantity-input{
  /* ensures inner spacing feels even */
  padding: 0 6px !important;
  box-sizing: border-box !important;
}

html.frc-surface-restore .product__info-wrapper quantity-input > button{
  width: var(--frc-qty-btn) !important;
  min-width: var(--frc-qty-btn) !important;
  height: var(--frc-qty-h) !important;

  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;

  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;

  padding: 0 !important;
  margin: 0 !important;

  transition: background .12s ease, transform .12s ease;
}

/* Force the + to never hug the edge */
  margin-right: 2px !important;
}
html.frc-surface-restore .product__info-wrapper quantity-input > button:first-child{
  margin-left: 2px !important;
}

html.frc-surface-restore .product__info-wrapper quantity-input > button:hover{
  background: rgba(var(--frc-accent), .08) !important;
}
html.frc-surface-restore .product__info-wrapper quantity-input > button:active{
  transform: scale(.98);
}

/* SVG icon size (14px) */
html.frc-surface-restore .product__info-wrapper quantity-input > button svg{
  width: 14px !important;
  height: 14px !important;
  fill: rgba(235,255,245,.92) !important;
  opacity: 1 !important;
}

/* Number (14px) */
html.frc-surface-restore .product__info-wrapper quantity-input > input{
  width: var(--frc-qty-mid) !important;
  height: var(--frc-qty-h) !important;

  border: 0 !important;
  background: transparent !important;

  text-align: center !important;
  font-weight: 900 !important;
  font-size: 14px !important;

  line-height: var(--frc-qty-h) !important;
  padding: 0 !important;
  margin: 0 !important;

  -webkit-appearance: none !important;
  appearance: none !important;
}

/* --- STRUCTURE B: Dawn inner classes --- */
html.frc-surface-restore .product__info-wrapper .quantity__button{
  width: var(--frc-qty-btn) !important;
  min-width: var(--frc-qty-btn) !important;
  height: var(--frc-qty-h) !important;

  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;

  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;

  padding: 0 !important;
  margin: 0 !important;

  transition: background .12s ease, transform .12s ease;
}

html.frc-surface-restore .product__info-wrapper .quantity__button:hover{
  background: rgba(var(--frc-accent), .08) !important;
}
html.frc-surface-restore .product__info-wrapper .quantity__button:active{
  transform: scale(.98);
}

html.frc-surface-restore .product__info-wrapper .quantity__button svg{
  width: 14px !important;
  height: 14px !important;
  fill: rgba(235,255,245,.92) !important;
}

html.frc-surface-restore .product__info-wrapper .quantity__input{
  width: var(--frc-qty-mid) !important;
  height: var(--frc-qty-h) !important;

  border: 0 !important;
  background: transparent !important;

  text-align: center !important;
  font-weight: 900 !important;
  font-size: 14px !important;

  line-height: var(--frc-qty-h) !important;
  padding: 0 !important;
  margin: 0 !important;

  -webkit-appearance: none !important;
  appearance: none !important;
}

/* Focus glow */
html.frc-surface-restore .product__info-wrapper quantity-input:focus-within,
html.frc-surface-restore .product__info-wrapper quantity-input .quantity:focus-within{
  border-color: rgba(var(--frc-accent), .48) !important;
  box-shadow:
    0 0 0 3px rgba(var(--frc-accent), .14),
    0 0 0 2px rgba(var(--frc-accent), .10) inset,
    0 12px 26px rgba(0,0,0,.28) !important;
}
/* --- SR qty: tiny optical centering nudge (final) --- */
html.frc-surface-restore .product__info-wrapper quantity-input > button:last-child{
  padding-right: 8px !important;   /* pulls + inward */
}

html.frc-surface-restore .product__info-wrapper quantity-input > button:first-child{
  padding-left: 8px !important;    /* keeps - feeling balanced */
}

/* =========================
   BUTTONS
   ========================= */

/* Add to cart (WHITE pill) */
html.frc-surface-restore .product__info-wrapper .product-form__submit,
html.frc-surface-restore .product__info-wrapper button[name="add"]{
  background: #ffffff !important;
  color: #111111 !important;
  border-radius: 999px !important;
  border: 1px solid rgba(0,0,0,.10) !important;
  box-shadow: 0 12px 30px rgba(0,0,0,.22) !important;
  font-weight: 900 !important;
  min-height: 48px !important;
}

html.frc-surface-restore .product__info-wrapper .product-form__submit:hover{
  transform: translateY(-1px);
  box-shadow: 0 14px 34px rgba(0,0,0,.26) !important;
}

/* Hide dynamic checkout / wallet buttons */
html.frc-surface-restore .shopify-payment-button,
html.frc-surface-restore .shopify-payment-button__button,
html.frc-surface-restore .shopify-payment-button__more-options{
  display: none !important;
}

/* =========================
   BUNDLE — micro (minimal + digestible)
   ========================= */

html.frc-surface-restore .frc-bundle--micro{
  margin-top: 12px;
  padding: 10px 12px;
  border-radius: 16px;
  background: rgba(var(--frc-ink), .34);
  border: 1px solid rgba(255,255,255,.08);
  box-shadow: 0 12px 30px rgba(0,0,0,.22);
}

html.frc-surface-restore .frc-bundle--micro .frc-bundle__top{
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: 12px;
  margin-bottom: 8px;
}

html.frc-surface-restore .frc-bundle--micro .frc-bundle__title{
  font-size: 11px;
  letter-spacing: .14em;
  text-transform: uppercase;
  font-weight: 900;
  opacity: .72;
}

html.frc-surface-restore .frc-bundle--micro .frc-bundle__hint{
  font-size: 11px;
  opacity: .55;
}

html.frc-surface-restore .frc-bundle--micro .frc-bundle__tiers{
  display: grid;
  gap: 8px;
}

html.frc-surface-restore .frc-bundle--micro .frc-bundle__tier{
  width: 100%;
  padding: 10px 10px;
  border-radius: 12px;
  background: rgba(255,255,255,.03);
  border: 1px solid rgba(255,255,255,.08);
  color: rgba(255,255,255,.92);
  font-weight: 800;
  font-size: 13px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
}

html.frc-surface-restore .frc-bundle--micro .frc-bundle__tier:hover{
  border-color: rgba(var(--frc-accent), .22);
}

html.frc-surface-restore .frc-bundle--micro .frc-bundle__tier.is-active{
  border-color: rgba(var(--frc-accent), .36);
  box-shadow: 0 0 0 3px rgba(var(--frc-accent), .10);
}

html.frc-surface-restore .frc-bundle--micro .frc-bundle__chip{
  font-size: 11px;
  font-weight: 900;
  padding: 2px 8px;
  border-radius: 999px;
  border: 1px solid rgba(var(--frc-accent), .28);
  background: rgba(var(--frc-accent), .08);
  color: rgba(235,255,245,.95);
}

html.frc-surface-restore .frc-bundle--micro .frc-bundle__live{
  margin-top: 8px;
  font-size: 11px;
  opacity: .65;
  font-weight: 700;
}

/* =========================================================
   FRC — Surface Restore Description (CLEAN FINAL)
   Works with your current .frc-desc2 markup
   No fighting: scoped to html.frc-surface-restore only
   ========================================================= */

html.frc-surface-restore .frc-desc2{
  font-size: 15px;
  line-height: 1.65;
  text-align: left;
}

/* Outer card look (if your description is already inside a panel, this won’t break it) */
html.frc-surface-restore .product__info-wrapper .product__description .frc-desc2{
  padding: 14px 14px;
  border-radius: 16px;
  background: rgba(255,255,255,.03);
  border: 1px solid rgba(255,255,255,.10);
}

/* Lead */
html.frc-surface-restore .frc-desc2__lead{
  margin: 0 0 14px;
  opacity: .92;
}

html.frc-surface-restore .frc-desc2__h{
  margin: 22px 0 12px;
  font-size: 14px;            /* BIGGER */
  letter-spacing: .14em;
  text-transform: uppercase;
  font-weight: 900;
  position: relative;
  padding-bottom: 10px;
}

html.frc-surface-restore .frc-desc2__h::after{
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 72px;          /* LONGER */
  height: 5px;          /* THICKER */
  border-radius: 999px;
  background: linear-gradient(
    90deg,
    rgba(176,255,148,1),
    rgba(176,255,148,.30)
  );
  box-shadow: 0 0 18px rgba(176,255,148,.18);
}

/* =========================
   INCLUDED LIST (no bullets, clean rows, consistent dash)
   ========================= */
html.frc-surface-restore .frc-desc2__list{
  margin: 0;
  padding: 0;
  list-style: none;
}

html.frc-surface-restore .frc-desc2__list li{
  margin: 0;
  padding: 8px 0;
  opacity: .92;
}

/* subtle separators between included rows only */
html.frc-surface-restore .frc-desc2__list li + li{
  border-top: 1px solid rgba(255,255,255,.04) !important;
}

/* make the label pop */
html.frc-surface-restore .frc-desc2__list li strong{
  font-weight: 900;
  color: #ffffff !important;
}

/* style the dash so spacing always looks intentional */
html.frc-surface-restore .frc-desc2__list li{
  position: relative;
}
html.frc-surface-restore .frc-desc2__list li strong + *{
  margin-left: 6px;
}

/* =========================
   TWO COLUMN AREA
   ========================= */
html.frc-surface-restore .frc-desc2__cols{
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 26px;
  margin-top: 18px !important;
}

@media (max-width: 749px){
  html.frc-surface-restore .frc-desc2__cols{
    grid-template-columns: 1fr;
    gap: 14px;
  }
}

/* Simple bullet lists inside columns (keeps wrapped lines aligned) */
html.frc-surface-restore .frc-desc2__cols .frc-desc2__list li{
  border-top: 0;               /* remove included separators in columns */
  padding: 6px 0;
  display: flex;
  gap: 10px;
  align-items: flex-start;
}

html.frc-surface-restore .frc-desc2__cols .frc-desc2__list li::before{
  content: "•";
  flex: 0 0 14px;
  line-height: 1.55;
  color: rgba(176,255,148,.95);
  opacity: .9;
  transform: translateY(1px);
}

/* Trust pill */
html.frc-surface-restore .frc-desc2__trust{
  margin: 16px 0 0;
  padding: 10px 12px;
  border-radius: 14px;
  border: 1px solid rgba(176,255,148,.32);
  background: rgba(176,255,148,.06);
  box-shadow: 0 0 0 1px rgba(255,255,255,.06) inset;
  font-weight: 800;
}
/* =========================================================
   SR Description — Section heading emphasis
   Makes: WHAT'S INCLUDED / PERFECT FOR / NOT SUITABLE FOR bigger
   ========================================================= */


/* Optional: slightly more spacing after headings */
html.frc-surface-restore .frc-desc2__h + *{
  margin-top: 10px !important;
}
/* =========================================================
   FRC — MASTER OVERRIDE (PRODUCT PAGES)
   Paste at VERY BOTTOM of base.css
   This cleans up everything without you deleting old blocks.
   Applies to ALL 3 service pages via html.frc-service-product
   Bundle styles apply ONLY to Surface via html.frc-surface-restore
   ========================================================= */

/* ---------- shared vars ---------- */
html.frc-service-product{
  --frc-ink: 10,10,10;
  --frc-accent: 176,255,148;
  --frc-accent-hi: 236,255,226;

  --frc-qty-h: 40px;
  --frc-qty-btn: 44px;
  --frc-qty-mid: 54px;
}

/* =========================================================
   QUANTITY — supports BOTH Dawn structures:
   A) quantity-input > button/input
   B) quantity-input .quantity .quantity__button/.quantity__input
   ========================================================= */

/* capsule */
html.frc-service-product .product__info-wrapper quantity-input,
html.frc-service-product .product__info-wrapper quantity-input .quantity{
  border-radius: 999px !important;
  overflow: hidden !important;

  height: var(--frc-qty-h) !important;
  min-height: var(--frc-qty-h) !important;

  background:
    linear-gradient(180deg, rgba(255,255,255,.06), rgba(255,255,255,0)),
    rgba(10,10,10,.55) !important;

  border: 1px solid rgba(176,255,148,.38) !important;

  box-shadow:
    0 0 0 1px rgba(255,255,255,.08) inset,
    0 0 0 2px rgba(176,255,148,.10) inset,
    0 12px 26px rgba(0,0,0,.28),
    0 0 14px rgba(176,255,148,.10) !important;

  display: inline-flex !important;
  align-items: stretch !important;
}

/* kill Dawn dividers */
html.frc-service-product .product__info-wrapper .quantity::before,
html.frc-service-product .product__info-wrapper .quantity::after,
html.frc-service-product .product__info-wrapper .quantity__button::before,
html.frc-service-product .product__info-wrapper .quantity__button::after{
  content: none !important;
  display: none !important;
}

/* ---- Structure A: direct children ---- */
html.frc-service-product .product__info-wrapper quantity-input{
  padding: 0 6px !important;
  box-sizing: border-box !important;
}

html.frc-service-product .product__info-wrapper quantity-input > button{
  width: var(--frc-qty-btn) !important;
  min-width: var(--frc-qty-btn) !important;
  height: var(--frc-qty-h) !important;

  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;

  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;

  padding: 0 !important;
  margin: 0 !important;

  transition: background .12s ease, transform .12s ease;
}

html.frc-service-product .product__info-wrapper quantity-input > button:hover{
  background: rgba(176,255,148,.10) !important;
}

html.frc-service-product .product__info-wrapper quantity-input > button:active{
  transform: scale(.98);
}

/* optical balance so + never hugs edge */
html.frc-service-product .product__info-wrapper quantity-input > button:first-child{
  padding-left: 8px !important;
}
html.frc-service-product .product__info-wrapper quantity-input > button:last-child{
  padding-right: 8px !important;
}

/* icon = 14px */
html.frc-service-product .product__info-wrapper quantity-input > button svg{
  width: 14px !important;
  height: 14px !important;
  fill: rgba(210,255,210,.95) !important;
  opacity: 1 !important;
}

/* number = 14px */
html.frc-service-product .product__info-wrapper quantity-input > input{
  width: var(--frc-qty-mid) !important;
  height: var(--frc-qty-h) !important;

  border: 0 !important;
  background: transparent !important;

  text-align: center !important;
  font-weight: 900 !important;
  font-size: 14px !important;
  color: rgba(245,255,245,.92) !important;

  line-height: var(--frc-qty-h) !important;
  padding: 0 !important;
  margin: 0 !important;

  -webkit-appearance: none !important;
  appearance: none !important;
}

/* ---- Structure B: Dawn inner classes ---- */
html.frc-service-product .product__info-wrapper .quantity__button{
  width: var(--frc-qty-btn) !important;
  min-width: var(--frc-qty-btn) !important;
  height: var(--frc-qty-h) !important;

  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;

  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;

  padding: 0 !important;
  margin: 0 !important;
}

html.frc-service-product .product__info-wrapper .quantity__button svg{
  width: 14px !important;
  height: 14px !important;
  fill: rgba(210,255,210,.95) !important;
}

html.frc-service-product .product__info-wrapper .quantity__input{
  width: var(--frc-qty-mid) !important;
  height: var(--frc-qty-h) !important;

  border: 0 !important;
  background: transparent !important;

  text-align: center !important;
  font-weight: 900 !important;
  font-size: 14px !important;
  color: rgba(245,255,245,.92) !important;

  line-height: var(--frc-qty-h) !important;
  padding: 0 !important;
  margin: 0 !important;

  -webkit-appearance: none !important;
  appearance: none !important;
}

/* focus */
html.frc-service-product .product__info-wrapper quantity-input:focus-within,
html.frc-service-product .product__info-wrapper .quantity:focus-within{
  border-color: rgba(176,255,148,.55) !important;
  box-shadow:
    0 0 0 3px rgba(176,255,148,.14),
    0 0 0 2px rgba(176,255,148,.10) inset,
    0 12px 26px rgba(0,0,0,.28),
    0 0 18px rgba(176,255,148,.12) !important;
}

/* =========================================================
   BUTTONS — consistent across all service pages
   ========================================================= */

/* Add to cart = white pill */
html.frc-service-product .product__info-wrapper .product-form__submit,
html.frc-service-product .product__info-wrapper button[name="add"]{
  background: #ffffff !important;
  color: #111111 !important;
  border-radius: 999px !important;
  border: 1px solid rgba(0,0,0,.10) !important;
  box-shadow: 0 12px 30px rgba(0,0,0,.22) !important;
  font-weight: 900 !important;
  min-height: 48px !important;
}

/* hide wallets / Buy it now everywhere */
html.frc-service-product .shopify-payment-button,
html.frc-service-product .shopify-payment-button__button,
html.frc-service-product .shopify-payment-button__more-options{
  display: none !important;
}

/* =========================================================
   DESCRIPTION — frc-desc2 styling (shared across all 3 pages)
   ========================================================= */

html.frc-service-product .frc-desc2{
  font-size: 15px !important;
  line-height: 1.65 !important;
  text-align: left !important;
}

/* description panel */
html.frc-service-product .product__info-wrapper .product__description .frc-desc2{
  padding: 14px !important;
  border-radius: 16px !important;
  background: rgba(255,255,255,.03) !important;
  border: 1px solid rgba(255,255,255,.10) !important;
}

html.frc-service-product .frc-desc2__lead{
  margin: 0 0 14px !important;
  opacity: .92 !important;
}

/* headings bigger + underline */
html.frc-service-product .frc-desc2__h{
  margin: 22px 0 12px !important;
  font-size: 14px !important;
  letter-spacing: .14em !important;
  text-transform: uppercase !important;
  font-weight: 900 !important;
  position: relative !important;
  padding-bottom: 10px !important;
}

html.frc-service-product .frc-desc2__h::after{
  content: "" !important;
  position: absolute !important;
  left: 0 !important;
  bottom: 0 !important;
  width: 78px !important;
  height: 5px !important;
  border-radius: 999px !important;
  background: linear-gradient(90deg, rgba(176,255,148,1), rgba(176,255,148,.30)) !important;
  box-shadow: 0 0 18px rgba(176,255,148,.18) !important;
}

/* included list = clean rows */
html.frc-service-product .frc-desc2__list{
  margin: 0 !important;
  padding: 0 !important;
  list-style: none !important;
}

html.frc-service-product .frc-desc2__list li{
  margin: 0 !important;
  padding: 8px 0 !important;
  opacity: .92 !important;
}

html.frc-service-product .frc-desc2__list li + li{
  border-top: 1px solid rgba(255,255,255,.04) !important;
}

html.frc-service-product .frc-desc2__list li strong{
  font-weight: 900 !important;
  color: #ffffff !important;
}

/* two columns */
html.frc-service-product .frc-desc2__cols{
  display: grid !important;
  grid-template-columns: 1fr 1fr !important;
  gap: 26px !important;
  margin-top: 18px !important;
}

@media (max-width: 749px){
  html.frc-service-product .frc-desc2__cols{
    grid-template-columns: 1fr !important;
    gap: 14px !important;
  }
}

/* bullets inside columns (wrap nicely) */
html.frc-service-product .frc-desc2__cols .frc-desc2__list li{
  border-top: 0 !important;
  padding: 6px 0 !important;
  display: flex !important;
  gap: 10px !important;
  align-items: flex-start !important;
}

html.frc-service-product .frc-desc2__cols .frc-desc2__list li::before{
  content: "•" !important;
  flex: 0 0 14px !important;
  line-height: 1.55 !important;
  color: rgba(176,255,148,.95) !important;
  opacity: .9 !important;
  transform: translateY(1px) !important;
}

/* trust pill */
html.frc-service-product .frc-desc2__trust{
  margin: 16px 0 0 !important;
  padding: 10px 12px !important;
  border-radius: 14px !important;
  border: 1px solid rgba(176,255,148,.32) !important;
  background: rgba(176,255,148,.06) !important;
  box-shadow: 0 0 0 1px rgba(255,255,255,.06) inset !important;
  font-weight: 800 !important;
}

/* =========================================================
   BUNDLE — show ONLY on Surface Restore
   ========================================================= */
html.frc-surface-restore .frc-bundle,
html.frc-surface-restore .frc-bundle--micro{
  display: block !important;
}

/* hide bundle anywhere else */
html.frc-service-product:not(.frc-surface-restore) .frc-bundle,
html.frc-service-product:not(.frc-surface-restore) .frc-bundle--micro{
  display: none !important;
}
/* =========================================================
   FRC — Service product price emphasis
   Makes the $49.00 AUD big and premium
   ========================================================= */

html.frc-surface-restore .product__info-wrapper .price__regular .price-item,
html.frc-surface-restore .product__info-wrapper .price__sale .price-item,
html.frc-surface-restore .product__info-wrapper .price-item{
  font-size: 28px !important;   /* was ~16–18px */
  font-weight: 900 !important;
  letter-spacing: -0.02em;
  line-height: 1.1;
}

/* Make the AUD slightly smaller and softer */
html.frc-surface-restore .product__info-wrapper .price-item .money,
html.frc-surface-restore .product__info-wrapper .price-item{
  display: inline-flex;
  align-items: baseline;
  gap: 6px;
}

/* Optional: slight glow to match potion theme */
html.frc-surface-restore .product__info-wrapper .price-item{
  text-shadow: 0 0 18px rgba(176,255,148,.15);
}
/* =========================================================
   GLOBAL — Product page price emphasis (ALL PRODUCTS)
   ========================================================= */

.product__info-wrapper .price__regular .price-item,
.product__info-wrapper .price__sale .price-item,
.product__info-wrapper .price-item{
  font-size: 28px !important;   /* default ~16–18px */
  font-weight: 900 !important;
  letter-spacing: -0.02em;
  line-height: 1.1;
}

/* Keep currency nicely aligned */
.product__info-wrapper .price-item{
  display: inline-flex;
  align-items: baseline;
  gap: 6px;
}
/* =========================================================
   GLOBAL — Add "per card" after price
   ========================================================= */

.product__info-wrapper .price__regular .price-item::after{
  content: " per card";
  font-size: 13px;
  font-weight: 700;
  opacity: 0.6;
  margin-left: 6px;
  letter-spacing: 0.02em;
}
/* =========================================================
   FULLRESTORE — HOMEPAGE SECTIONS (PREMIUM)
   Add once. Reused by all homepage sections we build.
   ========================================================= */

.frc-home{
  padding: 120px 0;
}

@media (max-width: 749px){
  .frc-home{
    padding: 72px 0;
  }
}

.frc-home__wrap{ max-width: 1100px; }

.frc-home__head{
  text-align: center;
  margin-bottom: 22px;
}

.frc-home__title{
  margin: 0 0 10px;
  font-weight: 900;
  letter-spacing: -0.02em;
  color: rgba(255,255,255,0.92);
}

.frc-home__sub{
  margin: 0 auto;
  max-width: 720px;
  opacity: 0.85;
  line-height: 1.55;
  color: rgba(255,255,255,0.78);
}

/* ---------------------------------------------------------
   HOW IT WORKS — SECTION BACKGROUND (CHARCOAL)
   --------------------------------------------------------- */

.frc-process{
background:
  radial-gradient(1400px 700px at 50% -20%, rgba(154,242,122,0.025), rgba(0,0,0,0) 65%),
  linear-gradient(to bottom, rgba(12,12,12,1), rgba(12,12,12,1));

}

/* ---------------------------------------------------------
   PROCESS GRID + CARDS
   --------------------------------------------------------- */

.frc-process__grid{
  margin-top: 26px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}

@media (max-width: 989px){
  .frc-process__grid{ grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 749px){
  .frc-process__grid{ grid-template-columns: 1fr; }
}

.frc-card-mini{
  border-radius: 18px;
  padding: 18px 16px 16px;
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.10);
  box-shadow: 0 16px 40px rgba(0,0,0,0.28);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  transition: transform .18s ease, border-color .18s ease, background .18s ease;
}

.frc-card-mini:hover{
  transform: translateY(-4px);
  border-color: rgba(154,242,122,0.35);
  background: rgba(255,255,255,0.05);
}

.frc-card-mini__title{
  margin: 0 0 8px;
  font-size: 16px;
  font-weight: 900;
  color: #ffffff;
  position: relative;
  z-index: 2;
}
.frc-card-mini{
  border-radius: 18px;
  padding: 18px 16px 16px;
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.10);
  box-shadow: 0 16px 40px rgba(0,0,0,0.28);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  transition: transform .18s ease, border-color .18s ease, background .18s ease;
}
/* Create a clean layer for text above the blur */
.frc-card-mini > *{
  position: relative;
  z-index: 1;
}

/* Prevent backdrop blur from softening text */
.frc-card-mini{
  -webkit-font-smoothing: antialiased;
}

.frc-card-mini__text{
  margin: 0;
  line-height: 1.55;
  font-size: 14px;
  color: rgba(255,255,255,0.76);
  opacity: 0.90;
}

/* ---------------------------------------------------------
   ICON ROW (POKEBALL IMAGE) + STEP NUMBER
   --------------------------------------------------------- */

.frc-card-mini__icon{
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 12px;
}

.frc-pokeball-img{
  width: 18px;
  height: 18px;
  display: block;
  filter: drop-shadow(0 6px 12px rgba(0,0,0,0.45));
}

.frc-step{
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.12em;
  color: rgba(255,255,255,0.92);
}

/* ---------------------------------------------------------
   CTA BUTTONS (BULLETPROOF AGAINST DAWN OVERRIDES)
   --------------------------------------------------------- */

.frc-home__cta{
  margin-top: 26px;
  display: flex;
  justify-content: center;
  gap: 12px;
  flex-wrap: wrap;
}

/* Shared button shape */
.frc-btn{
  border-radius: 14px !important;
  padding: 12px 18px !important;
  font-weight: 900 !important;
  text-decoration: none !important;
}

/* PRIMARY CTA (View examples) – keep your premium look */
.frc-home .frc-btn--primary{
  box-shadow: 0 10px 28px rgba(0,0,0,0.30) !important;
}

/* WHITE CTA (Choose your service) – force black text */
.frc-home .frc-btn--white{
  background: #ffffff !important;
  border: none !important;
  box-shadow: 0 10px 28px rgba(0,0,0,0.25) !important;
}

/* Force text color even if Dawn targets link states / inner spans */
.frc-home .frc-btn--white,
.frc-home .frc-btn--white:link,
.frc-home .frc-btn--white:visited,
.frc-home .frc-btn--white:hover,
.frc-home .frc-btn--white:active{
  color: #0a0a0a !important;
}

/* Dawn sometimes sets color on children */
.frc-home .frc-btn--white *,
.frc-home .frc-btn--white .button__text{
  color: #0a0a0a !important;
}

/* Hover */
.frc-home .frc-btn--white:hover{
  background: rgba(255,255,255,0.92) !important;
}

/* ---------------------------------------------------------
   FINE PRINT
   --------------------------------------------------------- */

.frc-home__fine{
  margin: 16px auto 0;
  max-width: 760px;
  text-align: center;
  font-size: 13px;
  opacity: 0.72;
  color: rgba(255,255,255,0.68);
}
/* Fix white button edge bleed (Dawn outline / focus ring issue) */
.frc-home .frc-btn--white{
  overflow: hidden !important;
  box-sizing: border-box !important;
}

.frc-home .frc-btn--white::before,
.frc-home .frc-btn--white::after{
  display: none !important;
}

.frc-home .frc-btn--white:focus,
.frc-home .frc-btn--white:focus-visible{
  outline: none !important;
  box-shadow: 0 10px 28px rgba(0,0,0,0.25) !important;
}

/* Dawn sometimes wraps button text in spans with their own background */
.frc-home .frc-btn--white .button__text{
  background: transparent !important;
}

/* Normalize height / line box */
.frc-home .frc-btn--white{
  line-height: 1.2 !important;
}
/* Green faded divider under section titles */
.frc-home__title{
  position: relative;
  display: inline-block;
  padding-bottom: 14px;
}

.frc-home__title::after{
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 120px;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(
    to right,
    rgba(154,242,122,0),
    rgba(154,242,122,0.85),
    rgba(154,242,122,0)
  );
  box-shadow: 0 0 18px rgba(154,242,122,0.35);
}
/* ---------------------------------------------------------
   Step card title divider (matches service page system)
   --------------------------------------------------------- */

.frc-card-mini__title{
  position: relative;
  padding-bottom: 10px;
}

/* Green divider under each step title */
.frc-card-mini__title::after{
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 56px;              /* smaller than service page */
  height: 4px;              /* slightly thinner */
  border-radius: 999px;
  background: linear-gradient(
    90deg,
    rgba(176,255,148,1),
    rgba(176,255,148,0.30)
  );
  box-shadow: 0 0 14px rgba(176,255,148,0.18);
}
/* =========================================================
   EXPECTATIONS SECTION — Honest results framing
   ========================================================= */

.frc-expect{
  background:
    radial-gradient(1400px 700px at 50% -20%, rgba(154,242,122,0.025), rgba(0,0,0,0) 65%),
    linear-gradient(to bottom, rgba(12,12,12,1), rgba(12,12,12,1));
}

.frc-expect__grid{
  margin-top: 28px;
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 18px;
  align-items: start;
}

@media (max-width: 989px){
  .frc-expect__grid{
    grid-template-columns: 1fr;
  }
}

/* Left cards */
.frc-expect__cards{
  display: grid;
  gap: 14px;
}

.frc-expect__card{
  padding: 18px;
  border-radius: 18px;
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.10);
  box-shadow: 0 16px 40px rgba(0,0,0,0.22);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

/* Warning variant */
.frc-expect__card--warn{
  border-color: rgba(255,255,255,0.14);
  background: rgba(255,255,255,0.03);
}

.frc-expect__h{
  margin: 0 0 10px;
  font-size: 17px;
  font-weight: 900;
  color: #ffffff;
  position: relative;
  padding-bottom: 10px;
}

/* Use your same divider system */
.frc-expect__h::after{
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 56px;
  height: 4px;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(176,255,148,1), rgba(176,255,148,.30));
  box-shadow: 0 0 14px rgba(176,255,148,.18);
}

.frc-expect__list{
  margin: 0;
  padding-left: 18px;
  color: rgba(255,255,255,0.80);
  line-height: 1.6;
  font-size: 14px;
}

.frc-expect__list li{ margin: 8px 0; }

/* Right premium card */
.frc-expect__premium{
  padding: 20px;
  border-radius: 20px;
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(154,242,122,0.22);
  box-shadow: 0 18px 50px rgba(0,0,0,0.30);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}

.frc-expect__kicker{
  display: inline-flex;
  align-items: center;
  padding: 8px 12px;
  border-radius: 999px;
  font-weight: 900;
  font-size: 12px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(10,10,10,0.92);
  background: rgba(154,242,122,1);
  box-shadow: 0 10px 26px rgba(154,242,122,0.20);
  margin-bottom: 12px;
}

.frc-expect__title2{
  margin: 0 0 10px;
  font-size: 18px;
  font-weight: 900;
  color: rgba(255,255,255,0.95);
}

.frc-expect__p{
  margin: 0 0 10px;
  font-size: 14px;
  line-height: 1.6;
  color: rgba(255,255,255,0.80);
}

.frc-expect__cta{
  margin-top: 14px;
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.frc-expect__cta .frc-btn{
  flex: 1 1 220px;
  text-align: center;
}
/* =========================================================
   FINAL CTA SECTION — Conversion closer
   ========================================================= */

.frc-final{
  background:
    radial-gradient(1200px 520px at 50% -10%, rgba(154,242,122,0.025), rgba(0,0,0,0) 60%),
    linear-gradient(to bottom, rgba(10,10,10,1), rgba(10,10,10,1));
}

.frc-final__card{
  max-width: 820px;
  margin: 0 auto;
  text-align: center;
  padding: 28px 24px;
  border-radius: 22px;
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(154,242,122,0.25);
  box-shadow: 0 20px 60px rgba(0,0,0,0.35);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}

.frc-final__kicker{
  display: inline-flex;
  align-items: center;
  padding: 8px 14px;
  border-radius: 999px;
  font-weight: 900;
  font-size: 12px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(10,10,10,0.92);
  background: rgba(154,242,122,1);
  box-shadow: 0 10px 26px rgba(154,242,122,0.25);
  margin-bottom: 14px;
}

.frc-final__title{
  margin: 0 0 10px;
  font-size: 26px;
  font-weight: 900;
  color: rgba(255,255,255,0.96);
}

@media (max-width: 749px){
  .frc-final__title{ font-size: 22px; }
}

.frc-final__sub{
  margin: 0 auto 18px;
  max-width: 600px;
  font-size: 15px;
  line-height: 1.6;
  color: rgba(255,255,255,0.80);
}

.frc-final__cta{
  display: flex;
  justify-content: center;
  gap: 12px;
  flex-wrap: wrap;
  margin-bottom: 10px;
}

.frc-final__cta .frc-btn{
  min-width: 220px;
  text-align: center;
}

.frc-final__fine{
  margin: 0;
  font-size: 13px;
  opacity: 0.70;
  color: rgba(255,255,255,0.70);
}
/* Soft section separators */
.frc-home{
  position: relative;
}
.frc-home::before{
  content: "";
  position: absolute;
  top: -32px;          /* was -60px */
  left: 0;
  right: 0;
  height: 32px;        /* was 60px */
  pointer-events: none;
  background: linear-gradient(
    to bottom,
    rgba(0,0,0,0),
    rgba(10,10,10,0.4)
  );
}
/* =========================================================
   FRC HEADER — Mobile burger + layout (clean)
   ========================================================= */

.frc-header .frc-header-inner{
  display: flex !important;
  align-items: center !important;
}

/* --- Burger button (pill + stacked lines) --- */
.frc-header .frc-burger{
  width: 46px !important;
  height: 46px !important;
  padding: 0 !important;
  margin: 0 !important;

  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  flex-direction: column !important;
  gap: 6px !important;

  border-radius: 14px !important;          /* pill, not circle */
  background: rgba(255,255,255,0.04) !important;
  border: 1px solid rgba(255,255,255,0.10) !important;
  box-shadow: 0 12px 30px rgba(0,0,0,0.30) !important;

  cursor: pointer !important;
  -webkit-tap-highlight-color: transparent !important;
}

/* --- Burger lines: force perfect consistency --- */
.frc-header .frc-burger span{
  width: 18px !important;
  height: 2.5px !important;          /* slightly thicker = more premium */
  border-radius: 999px !important;
  background: rgba(255,255,255,0.95) !important;
  display: block !important;
  margin: 0 !important;
  transform: none !important;
}

/* Hover polish */
@media (hover:hover){
  .frc-header .frc-burger:hover{
    transform: translateY(-2px) !important;
    border-color: rgba(154,242,122,0.35) !important;
    background: rgba(255,255,255,0.05) !important;
  }
}

/* --- Mobile layout: burger LEFT / logo CENTER / cart RIGHT --- */
@media (max-width: 749px){

  .frc-header .frc-header-left{
    flex: 1 1 auto !important;
    display: flex !important;
    justify-content: center !important;
  }

  /* Keep icons tight on the right */
  .frc-header .frc-header-icons{
    display: flex !important;
    align-items: center !important;
    gap: 8px !important;
  }

  /* Hide search + account on mobile (you said you want this) */
  .frc-header .frc-icon--search,
  .frc-header .frc-icon--account{
    display: none !important;
  }

  /* Make sure cart stays visible on mobile */
  .frc-header .frc-icon--cart{
    display: inline-flex !important;
  }
}
/* =========================================================
   FRC HEADER — Premium icon buttons (right side)
   ========================================================= */

.frc-header .frc-icon{
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;

  width: 46px !important;
  height: 46px !important;

  border-radius: 14px !important;
  background: rgba(255,255,255,0.04) !important;
  border: 1px solid rgba(255,255,255,0.10) !important;
  box-shadow: 0 12px 30px rgba(0,0,0,0.30) !important;

  text-decoration: none !important;
  color: rgba(255,255,255,0.92) !important;
  transition: transform .15s ease, border-color .15s ease, background .15s ease !important;
}

/* Icon size + crispness */
.frc-header .frc-icon svg{
  width: 18px !important;
  height: 18px !important;
  opacity: 0.92 !important;
}

/* Hover = same lift + green edge as burger */
@media (hover:hover){
  .frc-header .frc-icon:hover{
    transform: translateY(-2px) !important;
    border-color: rgba(154,242,122,0.35) !important;
    background: rgba(255,255,255,0.05) !important;
  }
}
/* =========================================================
   FRC HEADER — Minimal premium icons (like your screenshot)
   Keeps burger pill, makes right icons clean
   ========================================================= */

/* Keep burger as-is (do nothing here) */

/* Right icon container spacing */
.frc-header .frc-header-icons{
  display:flex !important;
  align-items:center !important;
  gap: 14px !important; /* more airy = premium */
}

/* Minimal icon buttons */
.frc-header .frc-header-icons .frc-icon{
  width: auto !important;
  height: auto !important;
  padding: 10px !important;

  border-radius: 14px !important;
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;

  color: rgba(255,255,255,0.88) !important;
  text-decoration: none !important;
  transition: transform .15s ease, color .15s ease, filter .15s ease !important;
}

/* Icon size + crispness */
.frc-header .frc-header-icons .frc-icon svg{
  width: 22px !important;
  height: 22px !important;
  opacity: 0.95 !important;
}

/* Hover = subtle lift + green “premium” glow (not a pill) */
@media (hover:hover){
  .frc-header .frc-header-icons .frc-icon:hover{
    transform: translateY(-1px) !important;
    color: rgba(154,242,122,0.95) !important;
    filter: drop-shadow(0 6px 14px rgba(154,242,122,0.18)) !important;
  }
}

/* Cart count bubble (clean + premium) */
.frc-header .frc-icon--cart{
  position: relative !important;
}

.frc-header .frc-icon--cart::after{
  /* if you don't have a real bubble element, remove this block */
  content: "" !important;
  display: none !important;
}

/* If your theme uses Dawn bubble classes anywhere, polish them */
.frc-header .cart-count-bubble,
.frc-header .header__cart-count,
.frc-header .cart-count-bubble span{
  background: rgba(154,242,122,1) !important;
  color: rgba(10,10,10,0.95) !important;
  border: none !important;
  font-weight: 900 !important;
  box-shadow: 0 10px 22px rgba(154,242,122,0.20) !important;
}
/* =========================================================
   FRC — Premium Add-to-Cart popup (Dawn "Popup notification")
   ========================================================= */

/* The popup container (Dawn uses a notification component) */
.cart-notification,
.cart-notification-wrapper,
.notification,
.shopify-section .cart-notification {
  border-radius: 18px !important;
  background: rgba(18,18,18,0.94) !important;
  border: 1px solid rgba(255,255,255,0.12) !important;
  box-shadow: 0 22px 70px rgba(0,0,0,0.55) !important;
  backdrop-filter: blur(12px) !important;
  -webkit-backdrop-filter: blur(12px) !important;
  color: rgba(255,255,255,0.92) !important;
}

/* Title / text inside */
.cart-notification__heading,
.cart-notification__header h2,
.cart-notification__header,
.cart-notification__text,
.cart-notification__content,
.cart-notification__content *{
  color: rgba(255,255,255,0.92) !important;
}

/* Product name emphasis */
.cart-notification__product-name,
.cart-notification__name{
  font-weight: 900 !important;
  letter-spacing: -0.01em !important;
}

/* Close button polish */
.cart-notification__close,
.cart-notification__close-button,
.cart-notification button[aria-label="Close"]{
  border-radius: 12px !important;
  background: rgba(255,255,255,0.04) !important;
  border: 1px solid rgba(255,255,255,0.10) !important;
}

/* Buttons inside popup */
.cart-notification__links .button,
.cart-notification__links a.button,
.cart-notification__links .button--primary,
.cart-notification__links .button--secondary{
  border-radius: 14px !important;
  font-weight: 900 !important;
  box-shadow: 0 12px 30px rgba(0,0,0,0.35) !important;
}

/* Primary button = white */
.cart-notification__links .button--primary{
  background: #ffffff !important;
  color: #0a0a0a !important;
  border: none !important;
}

/* Secondary button = dark w/ green edge */
.cart-notification__links .button--secondary{
  background: rgba(255,255,255,0.04) !important;
  color: rgba(255,255,255,0.92) !important;
  border: 1px solid rgba(154,242,122,0.35) !important;
}

/* Subtle green accent line */
.cart-notification::before{
  content:"" !important;
  display:block !important;
  height: 2px !important;
  border-radius: 999px !important;
  margin: 0 0 12px 0 !important;
  background: linear-gradient(90deg, rgba(176,255,148,1), rgba(176,255,148,0.25)) !important;
  box-shadow: 0 0 18px rgba(176,255,148,0.14) !important;
}
/* =========================================================
   FRC — CART DRAWER (Premium skin)
   Paste at bottom of base.css
   ========================================================= */

/* Drawer panel */
.drawer__inner,
.cart-drawer .drawer__inner,
#CartDrawer .drawer__inner{
  background: rgba(12,12,12,0.98) !important;
  color: rgba(255,255,255,0.92) !important;
  border-left: 1px solid rgba(255,255,255,0.10) !important;
  box-shadow: -30px 0 80px rgba(0,0,0,0.60) !important;
}

/* Subtle green ambient glow inside drawer */
.drawer__inner::before,
.cart-drawer .drawer__inner::before,
#CartDrawer .drawer__inner::before{
  content:"" !important;
  position:absolute !important;
  top:-220px !important;
  left:-220px !important;
  width:520px !important;
  height:520px !important;
  pointer-events:none !important;
  background: radial-gradient(circle, rgba(154,242,122,0.10), rgba(0,0,0,0) 65%) !important;
  filter: blur(2px) !important;
  opacity: 0.85 !important;
}

/* Drawer overlay */
.drawer__overlay,
.cart-drawer .drawer__overlay,
#CartDrawer .drawer__overlay{
  background: rgba(0,0,0,0.55) !important;
}

/* Header */
.drawer__header,
.cart-drawer__header,
#CartDrawer .drawer__header{
  border-bottom: 1px solid rgba(255,255,255,0.10) !important;
}

/* Title */
.drawer__heading,
.cart-drawer__heading,
#CartDrawer .drawer__heading{
  color: rgba(255,255,255,0.95) !important;
  font-weight: 900 !important;
  letter-spacing: -0.01em !important;
}

/* Close button */
.drawer__close,
.cart-drawer__close,
#CartDrawer .drawer__close{
  border-radius: 12px !important;
  background: rgba(255,255,255,0.04) !important;
  border: 1px solid rgba(255,255,255,0.10) !important;
  color: rgba(255,255,255,0.90) !important;
  transition: transform .15s ease, border-color .15s ease, background .15s ease !important;
}

@media (hover:hover){
  .drawer__close:hover,
  .cart-drawer__close:hover,
  #CartDrawer .drawer__close:hover{
    transform: translateY(-1px) !important;
    border-color: rgba(154,242,122,0.35) !important;
    background: rgba(255,255,255,0.05) !important;
  }
}

/* Line items area */
.drawer__contents,
.cart-drawer__content,
#CartDrawer .drawer__contents{
  color: rgba(255,255,255,0.86) !important;
}

/* Product title */
.cart-item__name,
.cart-item__name a,
.cart-drawer .cart-item__name,
#CartDrawer .cart-item__name a{
  color: rgba(255,255,255,0.95) !important;
  font-weight: 900 !important;
}

/* Prices */
.cart-item__price,
.totals__subtotal-value,
.totals__subtotal{
  color: rgba(255,255,255,0.92) !important;
  font-weight: 800 !important;
}

/* Dividers */
.cart-item,
.drawer__footer,
#CartDrawer .drawer__footer{
  border-color: rgba(255,255,255,0.10) !important;
}

/* Quantity pill styling */
.quantity,
.cart-drawer .quantity,
#CartDrawer .quantity{
  border-radius: 14px !important;
  background: rgba(255,255,255,0.04) !important;
  border: 1px solid rgba(255,255,255,0.12) !important;
}

/* +/- buttons */
.quantity__button{
  border-radius: 12px !important;
  color: rgba(255,255,255,0.92) !important;
}

.quantity__input{
  color: rgba(255,255,255,0.92) !important;
}

/* Primary CTA buttons in drawer */
.drawer__footer .button,
.cart-drawer__footer .button,
#CartDrawer .drawer__footer .button{
  border-radius: 14px !important;
  font-weight: 900 !important;
  box-shadow: 0 14px 34px rgba(0,0,0,0.45) !important;
}

/* Checkout / primary button */
.drawer__footer .button--primary,
.cart-drawer__footer .button--primary,
#CartDrawer .drawer__footer .button--primary{
  background: rgba(154,242,122,1) !important;
  color: rgba(10,10,10,0.95) !important;
  border: none !important;
}

/* Secondary (View cart / Continue shopping) */
.drawer__footer .button--secondary,
.cart-drawer__footer .button--secondary,
#CartDrawer .drawer__footer .button--secondary{
  background: rgba(255,255,255,0.04) !important;
  color: rgba(255,255,255,0.92) !important;
  border: 1px solid rgba(255,255,255,0.14) !important;
}

/* Hover effects on buttons */
@media (hover:hover){
  .drawer__footer .button:hover,
  .cart-drawer__footer .button:hover,
  #CartDrawer .drawer__footer .button:hover{
    transform: translateY(-1px);
    border-color: rgba(154,242,122,0.35) !important;
  }
}

/* Small helper text */
.totals__subtotal,
.cart__ctas + *{
  color: rgba(255,255,255,0.72) !important;
}
/* =========================================================
   FRC — Fix cart drawer quantity visibility + rounding
   ========================================================= */

/* Quantity input text must be dark on light background */
#CartDrawer .quantity__input,
.cart-drawer .quantity__input,
.drawer__inner .quantity__input{
  color: #0a0a0a !important;
  background: #ffffff !important;
  font-weight: 900 !important;
}

/* Make the whole quantity pill rounded + consistent */
#CartDrawer .quantity,
.cart-drawer .quantity,
.drawer__inner .quantity{
  border-radius: 14px !important;
  overflow: hidden !important;
}

/* +/- buttons inside quantity */
#CartDrawer .quantity__button,
.cart-drawer .quantity__button,
.drawer__inner .quantity__button{
  color: #0a0a0a !important;
}/* Force rounding on all drawer buttons */
#CartDrawer .button,
#CartDrawer .button *,
.cart-drawer .button,
.cart-drawer .button *,
.drawer__inner .button,
.drawer__inner .button *{
  border-radius: 14px !important;
}
/* =========================================================
   FRC — Cart count badge (premium green)
   ========================================================= */

.frc-icon--cart{
  position: relative !important;
}

/* The badge itself */
.frc-cart-badge{
  position: absolute !important;
  top: -6px !important;
  right: -6px !important;

  min-width: 20px !important;
  height: 20px !important;
  padding: 0 6px !important;

  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;

  border-radius: 999px !important;

  background: rgba(154,242,122,1) !important;   /* your potion green */
  color: rgba(10,10,10,0.95) !important;

  font-size: 12px !important;
  font-weight: 900 !important;
  line-height: 1 !important;

  box-shadow: 0 6px 16px rgba(154,242,122,0.35) !important;
}

.frc-cart-tos {
  margin: 0 0 18px;
  width: 100%;
}

.frc-cart-tos label {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin: 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: 14px;
  line-height: 1.5;
  cursor: pointer;
}

.frc-cart-tos input[type='checkbox'] {
  margin: 3px 0 0;
  flex: 0 0 auto;
  width: 16px;
  height: 16px;
  accent-color: #8fdc7a;
}

.frc-cart-tos a {
  color: #8fdc7a;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.cart__ctas {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.cart__ctas .cart__checkout-button {
  width: 100%;
  min-height: 54px;
  border-radius: 999px;
}

.cart__dynamic-checkout-buttons {
  width: 100%;
  margin-top: 0;
}

.cart__dynamic-checkout-buttons .shopify-cleanslate [role='button'],
.cart__dynamic-checkout-buttons .shopify-cleanslate div[role='button'],
.cart__dynamic-checkout-buttons .shopify-cleanslate button {
  border-radius: 999px !important;
  min-height: 54px !important;
}

.frc-checkout-disabled {
  opacity: 0.55;
  cursor: not-allowed;
}





























