/** Shopify CDN: Minification failed

Line 1266:15 Unexpected "}"
Line 5923:2 Expected percentage but found "@media"

**/
/* === Dawn variable defaults (scoped) === */
.krafted-scope {
  /* ── Layout / Grid ── */
  --page-width: 120rem;
  --grid-mobile-horizontal-spacing: 4px;
  --grid-mobile-vertical-spacing: 4px;
  --grid-desktop-horizontal-spacing: 8px;
  --grid-desktop-vertical-spacing: 8px;

  /* ── Colors (Dawn RGB-triplet format) ── */
  --color-foreground: 18, 18, 18;
  --color-background: 255, 255, 255;
  --color-shadow: 18, 18, 18;
  --color-button: 18, 18, 18;
  --color-button-text: 255, 255, 255;
  --color-rating-star: 255, 196, 0;

  /* ── Alpha / Opacity ── */
  --alpha-button-background: 1;
  --alpha-button-border: 1;

  /* ── Typography ── */
  --font-body-scale: 1.0;
  --font-heading-scale: 1.0;

  /* ── Durations / Animations ── */
  --duration-short: 100ms;
  --duration-default: 200ms;
  --duration-long: 500ms;
  --duration-extra-longer: 750ms;

  /* ── Focus ── */
  --focus-outline-padding: 0.3rem;

  /* ── Borders (global defaults) ── */
  --border-width: 1px;
  --border-opacity: 0.1;
  --border-radius: 0px;
  --corner-radius: 0px;

  /* ── Media (images, video) ── */
  --media-radius: 26px;
  --media-border-opacity: 0.05;
  --media-border-width: 1px;
  --media-shadow-opacity: 0;
  --media-shadow-horizontal-offset: 0px;
  --media-shadow-vertical-offset: 4px;
  --media-shadow-blur-radius: 5px;
  --media-shadow-visible: 0;
  --image-padding: 0px;

  /* ── Buttons ── */
  --buttons-radius: 0px;
  --buttons-radius-outset: 0px;
  --buttons-border-width: 1px;
  --buttons-border-opacity: 1;

  /* ── Inputs ── */
  --inputs-border-width: 1px;
  --inputs-radius-outset: 0px;

  /* ── Variant pills ── */
  --variant-pills-radius: 40px;
  --variant-pills-border-width: 1px;
  --variant-pills-border-opacity: 0.55;
  --variant-pills-shadow-opacity: 0;
  --variant-pills-shadow-horizontal-offset: 0px;
  --variant-pills-shadow-vertical-offset: 4px;
  --variant-pills-shadow-blur-radius: 5px;

  /* ── Popups ── */
  --popup-border-width: 1px;
  --popup-border-opacity: 0.1;
  --popup-corner-radius: 0px;
  --popup-shadow-opacity: 0.05;
  --popup-shadow-horizontal-offset: 0px;
  --popup-shadow-vertical-offset: 4px;
  --popup-shadow-blur-radius: 5px;

  /* ── Drawers ── */
  --drawer-border-width: 1px;
  --drawer-border-opacity: 0.1;
  --drawer-shadow-opacity: 0;
  --drawer-shadow-horizontal-offset: 0px;
  --drawer-shadow-vertical-offset: 4px;
  --drawer-shadow-blur-radius: 5px;

  /* ── Shadows (generic) ── */
  --shadow-opacity: 0;
  --shadow-horizontal-offset: 0px;
  --shadow-vertical-offset: 4px;
  --shadow-blur-radius: 5px;
  --shadow-visible: 0;
  --shadow-padding-top: 0px;
}

/* === Dawn base.css (scoped) === */
.krafted-scope{
  --alpha-button-background: 1;
  --alpha-button-border: 1;
  --alpha-link: 0.85;
  --alpha-badge-border: 0.1;
}

.krafted-scope .product-card-wrapper .card,.krafted-scope .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);
}

.krafted-scope .collection-card-wrapper .card,.krafted-scope .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);
}

.krafted-scope .article-card-wrapper .card,.krafted-scope .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);
}

.krafted-scope .contains-content-container,.krafted-scope .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);
}

.krafted-scope .contains-media,.krafted-scope .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 */

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.krafted-scope .hidden{
  display: none !important;
}

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

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

.krafted-scope .overflow-hidden{
  overflow: hidden;
}

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

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

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

.krafted-scope .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);
}

.krafted-scope h1,.krafted-scope h2,.krafted-scope h3,.krafted-scope h4,.krafted-scope h5,.krafted-scope .h0,.krafted-scope .h1,.krafted-scope .h2,.krafted-scope .h3,.krafted-scope .h4,.krafted-scope .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;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.krafted-scope 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) {
  .krafted-scope blockquote{
    padding-left: 1.5rem;
  }
}

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

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

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

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

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

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

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

.krafted-scope 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  */
}

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

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

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

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

.krafted-scope .left{
  text-align: left;
}

.krafted-scope .center{
  text-align: center;
}

.krafted-scope .right{
  text-align: right;
}

.krafted-scope .uppercase{
  text-transform: uppercase;
}

.krafted-scope .light{
  opacity: 0.7;
}

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

.krafted-scope .link,.krafted-scope .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;
}

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

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

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

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

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

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

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

.krafted-scope 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) {
  .krafted-scope hr{
    margin: 7rem 0;
  }
}

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

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

.krafted-scope details > *{
  box-sizing: border-box;
}

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

.krafted-scope .visibility-hidden{
  visibility: hidden;
}

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

.krafted-scope{
  --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);
}

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

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

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

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

.krafted-scope .icon-arrow{
  width: 1.5rem;
}

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

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

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

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

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

.krafted-scope summary::-webkit-details-marker{
  display: none;
}

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

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

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

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

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

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

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

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

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

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

/*
  Focus ring - inset
*/

.krafted-scope .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);
}

.krafted-scope .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 */
.krafted-scope .focus-none{
  box-shadow: none !important;
  outline: 0 !important;
}

.krafted-scope .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);
}

.krafted-scope .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 */
.krafted-scope .title,.krafted-scope .title-wrapper-with-link{
  margin: 3rem 0 2rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.krafted-scope .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);
}

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

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

/* component-grid */
.krafted-scope .grid{
  display: flex;
  flex-direction: row;
  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) {
  .krafted-scope .grid{
    column-gap: var(--grid-desktop-horizontal-spacing);
    row-gap: var(--grid-desktop-vertical-spacing);
  }
}

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

.krafted-scope .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) {
  .krafted-scope .grid__item{
    width: calc(25% - var(--grid-desktop-horizontal-spacing) * 3 / 4);
    max-width: calc(50% - var(--grid-desktop-horizontal-spacing) / 2);
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media screen and (min-width: 990px) {
  .krafted-scope .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);
  }

  .krafted-scope .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);
  }

  .krafted-scope .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);
  }

  .krafted-scope .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);
  }

  .krafted-scope .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);
  }

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

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

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

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

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

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

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

  .krafted-scope .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 */
  .krafted-scope .grid--peek.slider:after{
    margin-left: calc(-1 * var(--grid-mobile-horizontal-spacing));
  }

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

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

  .krafted-scope .slider--tablet.grid--peek.grid--1-col-tablet-down .grid__item,.krafted-scope .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) {
  .krafted-scope .slider--tablet.grid--peek .grid__item{
    width: calc(25% - var(--grid-desktop-horizontal-spacing) - 3rem);
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.krafted-scope deferred-media{
  display: block;
}

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

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

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

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

.krafted-scope .krafted-product-hero .button,.krafted-scope .krafted-product-hero .shopify-challenge__button,.krafted-scope .krafted-product-hero .customer button,.krafted-scope .krafted-product-hero 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);
  background-color: var(--pp-button-background-color) !important;
  color: var(--pp-button-text-color) !important;
  border-radius: var(--pp-border-radius) !important;
}

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

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

.krafted-scope .button,.krafted-scope .shopify-challenge__button,.krafted-scope .customer button{
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border: 0;
  padding: 0 3rem;
  min-height: 4.54rem;
  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));
}

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

.krafted-scope .button:after,.krafted-scope .shopify-challenge__button:after,.krafted-scope .customer button:after,.krafted-scope button.shopify-payment-button__button--unbranded:after{
  box-shadow: none !important;
}
.krafted-scope }

.button:not([disabled]):hover::after,.krafted-scope .shopify-challenge__button:hover::after,.krafted-scope .customer button:hover::after,.krafted-scope .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));
}

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

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

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

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

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

.krafted-scope .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);
}

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

/* Button - other */

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

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

.krafted-scope .button.loading{
  color: transparent;
  position: relative;
}

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

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

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

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

/* Button - social share */

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

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

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

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

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

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

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

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

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

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

.krafted-scope .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);
}

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

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

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

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

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

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

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

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

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

.krafted-scope .share-button__fallback .field__input:focus,.krafted-scope .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);
}

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

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

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

.krafted-scope .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);
}

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

/* component-form */
.krafted-scope .field__input,.krafted-scope .select__select,.krafted-scope .customer .field input,.krafted-scope .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;
}

.krafted-scope .field:before,.krafted-scope .select:before,.krafted-scope .customer .field:before,.krafted-scope .customer select:before,.krafted-scope .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;
}

.krafted-scope .field:after,.krafted-scope .select:after,.krafted-scope .customer .field:after,.krafted-scope .customer select:after,.krafted-scope .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;
}

.krafted-scope .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);
}

.krafted-scope .field:hover.field:after,.krafted-scope .select:hover.select:after,.krafted-scope .select__select:hover.select__select:after,.krafted-scope .customer .field:hover.field:after,.krafted-scope .customer select:hover.select:after,.krafted-scope .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);
}

.krafted-scope .field__input:focus-visible,.krafted-scope .select__select:focus-visible,.krafted-scope .customer .field input:focus-visible,.krafted-scope .customer select:focus-visible,.krafted-scope .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);
}

.krafted-scope .field__input:focus,.krafted-scope .select__select:focus,.krafted-scope .customer .field input:focus,.krafted-scope .customer select:focus,.krafted-scope .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);
}

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

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

/* Select */

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

.krafted-scope .select__select,.krafted-scope .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 */

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

.krafted-scope .customer .field{
  display: flex;
}

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

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

.krafted-scope .field__label,.krafted-scope .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;
}

.krafted-scope .field__input:focus ~ .field__label,.krafted-scope .field__input:not(:placeholder-shown) ~ .field__label,.krafted-scope .field__input:-webkit-autofill ~ .field__label,.krafted-scope .customer .field input:focus ~ label,.krafted-scope .customer .field input:not(:placeholder-shown) ~ label,.krafted-scope .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;
}

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

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

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

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

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

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

/* Text area */

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

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

/* Form global */

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

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

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

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

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

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

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

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

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

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

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

/* component-quantity */
.krafted-scope .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);
}

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

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

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

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

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

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

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

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

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

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

.krafted-scope .quantity__input:-webkit-autofill,.krafted-scope .quantity__input:-webkit-autofill:hover,.krafted-scope .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;
}

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

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

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

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

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

.krafted-scope .quantity__rules-cart{
  position: relative;
}

.krafted-scope product-info .loading__spinner:not(.hidden) ~ *,.krafted-scope .quantity__rules-cart .loading__spinner:not(.hidden) ~ *{
  visibility: hidden;
}

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

.krafted-scope .modal__toggle-close{
  display: none;
}

.krafted-scope .modal__toggle-open{
  display: flex;
}

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

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

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

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

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

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

.krafted-scope .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 */
.krafted-scope .utility-bar{
  height: 100%;
}

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

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

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

.krafted-scope .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) {
  .krafted-scope .utility-bar .utility-bar__grid .list-social{
    display: none;
  }
}

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

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

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

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

.krafted-scope .announcement-bar,.krafted-scope .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;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.krafted-scope .announcement-bar-slider--fade-in-next .announcement-bar__message,.krafted-scope .announcement-bar-slider--fade-in-previous .announcement-bar__message,.krafted-scope .announcement-bar-slider--fade-out-next .announcement-bar__message,.krafted-scope .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;
}

.krafted-scope .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);
}

.krafted-scope .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);
}

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

.krafted-scope .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 */
.krafted-scope .section-header.shopify-section-group-header-group{
  z-index: 100;
}

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

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

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

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

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

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

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

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

.krafted-scope .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) {
  .krafted-scope .header--has-app{
    grid-template-columns: auto 1fr auto;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.krafted-scope .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) {
  .krafted-scope .header__heading,.krafted-scope .header__heading-link{
    text-align: center;
  }

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

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

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

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

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

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

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

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

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

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

.krafted-scope .header__icon span{
  height: 100%;
}

.krafted-scope .header__icon::after{
  content: none;
}

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

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

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

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

.krafted-scope .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);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.krafted-scope .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%;
}

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

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

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

.krafted-scope .search-modal__form{
  width: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.krafted-scope .header__menu{
  padding: 0 1rem;
}

.krafted-scope .header__menu-item{
  padding: 1.2rem;
  text-decoration: none;
  color: rgb(var(--color-foreground));
}

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

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

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

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

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

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

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

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

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

.krafted-scope .global-settings-popup,.krafted-scope .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;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.krafted-scope .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));
}

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

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

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

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

.krafted-scope .content-container--full-width,.krafted-scope .global-media-settings--full-width,.krafted-scope .global-media-settings--full-width img,.krafted-scope .global-media-settings--full-width video,.krafted-scope .global-media-settings--full-width iframe,.krafted-scope .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) {
  .krafted-scope .grid{
    margin-left: calc(-1 * var(--grid-mobile-horizontal-spacing));
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.krafted-scope .rte table{
  table-layout: fixed;
}

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

.krafted-scope .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);
}

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

.krafted-scope .rte li{
  list-style: inherit;
}

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

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

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

.krafted-scope .rte blockquote{
  display: inline-flex;
}

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

/* Image mask global styles */

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Animations */

@media (prefers-reduced-motion: no-preference) {
  .krafted-scope .animate--ambient > img,.krafted-scope .animate--ambient > svg{
    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);
    }
  }

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

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

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

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

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

  .krafted-scope .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) {
  .krafted-scope .animate--hover-3d-lift .card-wrapper .card--card,.krafted-scope .animate--hover-3d-lift .card-wrapper .card--standard .card__inner,.krafted-scope .animate--hover-3d-lift .button:not(.button--tertiary),.krafted-scope .animate--hover-3d-lift .shopify-challenge__button,.krafted-scope .animate--hover-3d-lift .customer button,.krafted-scope .animate--hover-3d-lift .shopify-payment-button__button,.krafted-scope .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;
  }

  .krafted-scope .animate--hover-3d-lift .card-wrapper:hover .card--card,.krafted-scope .animate--hover-3d-lift .card-wrapper:hover .card--standard .card__inner,.krafted-scope .animate--hover-3d-lift .button:not(.button--tertiary):not([disabled]):hover,.krafted-scope .animate--hover-3d-lift .shopify-challenge__button:not([disabled]):hover,.krafted-scope .animate--hover-3d-lift .customer button:not([disabled]):hover,.krafted-scope .animate--hover-3d-lift .shopify-payment-button__button:hover,.krafted-scope .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);
  }

  .krafted-scope .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. */
  }

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

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

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

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

  .krafted-scope .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));
  }

  .krafted-scope .animate--hover-3d-lift .card-wrapper:hover .card--card:after,.krafted-scope .animate--hover-3d-lift .card-wrapper:hover .card--standard .card__inner:after,.krafted-scope .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;
  }

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

  .krafted-scope .animate--hover-3d-lift .card-wrapper .card--card:before,.krafted-scope .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%
    );
  }

  .krafted-scope .animate--hover-3d-lift .card-wrapper:hover .card--card:before,.krafted-scope .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;
  }

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

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

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

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

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

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

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

  .krafted-scope .animate--hover-vertical-lift .button:not([disabled]):hover:after,.krafted-scope .animate--hover-vertical-lift .customer button:not([disabled]):hover:after,.krafted-scope .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));
  }

  .krafted-scope .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. */
  }

/* Global Add to Cart button styling */
.krafted-scope .product-form__submit.button{
  font-size: 28px;
  font-weight: 700;
  line-height: 1.2;
  text-transform: capitalize;   /* 👉 Capitalizes first letter of each word */
}
}




/* === krafted-section-main-product.css === */
.krafted-scope .product-container{
  max-width: calc(var(--page-width) - 10%);
}

.krafted-scope .product{
  margin: 0;
}

.krafted-scope .product.grid{
  gap: 0;
}

.krafted-scope .product--no-media{
  max-width: 57rem;
  margin: 0 auto;
}

.krafted-scope .product__media-wrapper{
  padding-left: 0;
}

@media screen and (min-width: 750px) {
  .krafted-scope .product__column-sticky{
    display: block;
    position: sticky;
    top: 3rem;
    z-index: 2;
  }

  .krafted-scope .product--thumbnail .thumbnail-list{
    padding-right: var(--media-shadow-horizontal-offset);
  }

  .krafted-scope .product__info-wrapper{
    padding: 0 0 0 5rem;
  }

  .krafted-scope .product__info-wrapper--extra-padding{
    padding: 0 0 0 8rem;
  }

  .krafted-scope .product--right .product__info-wrapper{
    padding: 0 5rem 0 0;
  }

  .krafted-scope .product--right .product__info-wrapper--extra-padding{
    padding: 0 8rem 0 0;
  }

  .krafted-scope .product--right .product__media-list{
    margin-bottom: 2rem;
  }

  .krafted-scope .product__media-container .slider-buttons{
    display: none;
  }

  .krafted-scope .product--right .product__media-wrapper{
    order: 2;
  }
}

@media screen and (min-width: 990px) {
  /* Desktop media width Large */
  .krafted-scope .product--large:not(.product--no-media) .product__media-wrapper{
    max-width: 65%;
    width: calc(65% - var(--grid-desktop-horizontal-spacing) / 2);
  }
  .krafted-scope .product--large:not(.product--no-media) .product__info-wrapper{
    padding: 0 0 0 4rem;
    max-width: 35%;
    width: calc(35% - var(--grid-desktop-horizontal-spacing) / 2);
  }
  .krafted-scope .product--large:not(.product--no-media).product--right .product__info-wrapper{
    padding: 0 4rem 0 0;
  }

  /* Desktop media width Medium */
  .krafted-scope .product--medium:not(.product--no-media) .product__media-wrapper{
    max-width: 50%;
    width: calc(50% - var(--grid-desktop-horizontal-spacing) / 2);
  }
  .krafted-scope .product--medium:not(.product--no-media) .product__info-wrapper{
    max-width: 50%;
    width: calc(50% - var(--grid-desktop-horizontal-spacing) / 2);
  }

  /* Desktop media width Small */
  .krafted-scope .product--small:not(.product--no-media) .product__info-wrapper{
    max-width: 55%;
    width: calc(55% - var(--grid-desktop-horizontal-spacing) / 2);
  }
  .krafted-scope .product--small:not(.product--no-media) .product__media-wrapper{
    max-width: 45%;
    width: calc(45% - var(--grid-desktop-horizontal-spacing) / 2);
  }
}

/* Dynamic checkout */

.krafted-scope .shopify-payment-button__button{
  font-family: inherit;
  min-height: 4.6rem;
}

.krafted-scope .shopify-payment-button__button [role='button'].focused{
  outline: 0.2rem solid rgba(var(--color-foreground), 0.5) !important;
  outline-offset: 0.3rem;
  box-shadow: 0 0 0 0.1rem rgba(var(--color-button), var(--alpha-button-border)),
    0 0 0 0.3rem rgb(var(--color-background)), 0 0 0.5rem 0.4rem rgba(var(--color-foreground), 0.3) !important;
}

.krafted-scope .shopify-payment-button__button [role='button']:focus:not(:focus-visible){
  outline: 0;
  box-shadow: none !important;
}

.krafted-scope .shopify-payment-button__button [role='button']:focus-visible{
  outline: 0.2rem solid rgba(var(--color-foreground), 0.5) !important;
  box-shadow: 0 0 0 0.1rem rgba(var(--color-button), var(--alpha-button-border)),
    0 0 0 0.3rem rgb(var(--color-background)), 0 0 0.5rem 0.4rem rgba(var(--color-foreground), 0.3) !important;
}

.krafted-scope .shopify-payment-button__button--unbranded{
  background-color: rgba(var(--color-button), var(--alpha-button-background));
  color: rgb(var(--color-button-text));
  font-size: 1.4rem;
  line-height: calc(1 + 0.2 / var(--font-body-scale));
  letter-spacing: 0.07rem;
}

.krafted-scope .shopify-payment-button__button--unbranded::selection{
  background-color: rgba(var(--color-button-text), 0.3);
}

.krafted-scope .shopify-payment-button__button--unbranded:hover,.krafted-scope .shopify-payment-button__button--unbranded:hover:not([disabled]){
  background-color: rgba(var(--color-button), var(--alpha-button-background));
}

.krafted-scope .shopify-payment-button__more-options{
  margin: 1.6rem 0 1rem;
  font-size: 1.2rem;
  line-height: calc(1 + 0.5 / var(--font-body-scale));
  letter-spacing: 0.05rem;
  text-decoration: underline;
  text-underline-offset: 0.3rem;
}

.krafted-scope .shopify-payment-button__button + .shopify-payment-button__button--hidden{
  display: none;
}

/* Product form */

.krafted-scope .product-form{
  display: block;
}

.krafted-scope .product-form__error-message-wrapper:not([hidden]){
  display: flex;
  align-items: flex-start;
  font-size: 1.3rem;
  line-height: 1.4;
  letter-spacing: 0.04rem;
  margin-bottom: 1.5rem;
}

.krafted-scope .product-form__error-message-wrapper svg{
  flex-shrink: 0;
  width: 1.5rem;
  height: 1.5rem;
  margin-right: 0.7rem;
  margin-top: 0.25rem;
}

/* Form Elements */
.krafted-scope .product-form__input{
  flex: 0 0 100%;
  padding: 0;
  margin: 0 0 1.2rem 0;
  max-width: 44rem;
  min-width: fit-content;
  border: none;
}

.krafted-scope .product-form__input .form__label{
  padding-left: 0;
}

.krafted-scope .product-form__input .select{
  max-width: 100%;
}

.krafted-scope .product-form__submit{
  margin-bottom: 1rem;
}

.krafted-scope .product-form__submit[aria-disabled='true'] + .shopify-payment-button .shopify-payment-button__button[disabled],.krafted-scope .product-form__submit[disabled] + .shopify-payment-button .shopify-payment-button__button[disabled]{
  cursor: not-allowed;
  opacity: 0.5;
}

@media screen and (forced-colors: active) {
  .krafted-scope .product-form__submit[aria-disabled='true']{
    color: Window;
  }
}

/* Overrides */
.krafted-scope .shopify-payment-button__more-options{
  color: rgb(var(--color-foreground));
}

.krafted-scope .shopify-payment-button__button{
  font-size: 1.5rem;
  letter-spacing: 0.1rem;
}

/* Product info */

.krafted-scope .product__info-container > * + *{
  margin: 1.5rem 0;
}

.krafted-scope .product__info-container iframe{
  max-width: 100%;
}

.krafted-scope .product__info-container .product-form,.krafted-scope .product__info-container .product__description,.krafted-scope .product__info-container .icon-with-text{
  margin: 2.5rem 0;
}

.krafted-scope .product__text{
  margin-bottom: 0;
}

.krafted-scope a.product__text{
  display: block;
  text-decoration: none;
  color: rgba(var(--color-foreground), 0.75);
}

.krafted-scope .product__text.caption-with-letter-spacing{
  text-transform: uppercase;
}

.krafted-scope .product__title{
  word-break: break-word;
  margin-top: 0;
  margin-bottom: 1.5rem;
}
.krafted-scope .product__title h1{
  color: var(--pp-heading-color);
}
@media (min-width: 1024px){
  .krafted-scope .product__title h1{
    font-size: var(--pp-heading-font-size);
  }
}

.krafted-scope .product__title > *{
  margin: 0;
}

.krafted-scope .product__title > a{
  display: none;
}

.krafted-scope .product__title + .product__text.caption-with-letter-spacing{
  margin-top: -1.5rem;
}

.krafted-scope .product__text.caption-with-letter-spacing + .product__title{
  margin-top: 0;
}

.krafted-scope .product__accordion .accordion__content{
  padding: 0 1rem;
}

.krafted-scope .product .price .badge{
  margin-bottom: 0.5rem;
}

.krafted-scope .product .price__container{
  margin-bottom: 0.5rem;
}

.krafted-scope .product .price dl{
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

.krafted-scope .product .price--sold-out .price__badge-sale{
  display: none;
}

@media screen and (min-width: 750px) {
  .krafted-scope .product__info-container{
    max-width: 60rem;
  }

  .krafted-scope .product__info-container .price--on-sale .price-item--regular{
    font-size: 1.6rem;
  }

  .krafted-scope .product__info-container > *:first-child{
    margin-top: 0;
  }
}

.krafted-scope .product__description-title{
  font-weight: 600;
}

.krafted-scope .product--no-media .product__title,.krafted-scope .product--no-media .product__text,.krafted-scope .product--no-media .product__tax,.krafted-scope .product--no-media .product__sku,.krafted-scope .product--no-media shopify-payment-terms{
  text-align: center;
}

.krafted-scope .product--no-media .product__media-wrapper,.krafted-scope .product--no-media .product__info-wrapper{
  padding: 0;
}

.krafted-scope .product__tax{
  margin-top: -1.4rem;
}

.krafted-scope .product--no-media .share-button{
  max-width: 100%;
}

.krafted-scope .product--no-media .product-form__quantity,.krafted-scope .product--no-media .share-button,.krafted-scope .product--no-media .product__view-details,.krafted-scope .product--no-media .product__pickup-availabilities,.krafted-scope .product--no-media .product-form{
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.krafted-scope .product--no-media .product-form{
  flex-direction: column;
}

.krafted-scope .product--no-media .product-form > .form{
  max-width: 30rem;
  width: 100%;
}

.krafted-scope .product--no-media .product-form__quantity{
  flex-direction: column;
  max-width: 100%;
}

.krafted-scope .product-form__quantity .form__label{
  margin-bottom: 0.6rem;
}

.krafted-scope .price-per-item__label.form__label{
  margin-bottom: 0rem;
}

.krafted-scope .product-form__quantity-top .form__label{
  margin-bottom: 1.2rem;
}

.krafted-scope .product-form__buttons{
  /* max-width: 44rem; */
}

.krafted-scope .product--no-media .product__info-container > modal-opener{
  display: block;
  text-align: center;
}

.krafted-scope .product--no-media .product-popup-modal__button{
  padding-right: 0;
}

.krafted-scope .product--no-media .price{
  text-align: center;
}

/* Product media */
.krafted-scope .product__media-list video{
  border-radius: calc(var(--media-radius) - var(--media-border-width));
}

@media screen and (max-width: 749px) {
  .krafted-scope .product__media-list{
    margin-left: -2.5rem;
    margin-bottom: 3rem;
    width: calc(100% + 4rem);
  }

  .krafted-scope .product__media-wrapper slider-component:not(.thumbnail-slider--no-slide){
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }

  .krafted-scope .slider.product__media-list::-webkit-scrollbar{
    height: 0.2rem;
    width: 0.2rem;
  }

  .krafted-scope .product__media-list::-webkit-scrollbar-thumb{
    background-color: rgb(var(--color-foreground));
  }

  .krafted-scope .product__media-list::-webkit-scrollbar-track{
    background-color: rgba(var(--color-foreground), 0.2);
  }

  .krafted-scope .product__media-list .product__media-item{
    width: calc(100% - 3rem - var(--grid-mobile-horizontal-spacing));
  }

  .krafted-scope .product--mobile-columns .product__media-item{
    width: calc(50% - 1.5rem - var(--grid-mobile-horizontal-spacing));
  }
}

@media screen and (min-width: 750px) {
  .krafted-scope .product--thumbnail .product__media-list,.krafted-scope .product--thumbnail_slider .product__media-list{
    padding-bottom: calc(var(--media-shadow-vertical-offset) * var(--media-shadow-visible));
  }

  .krafted-scope .product__media-list{
    padding-right: calc(var(--media-shadow-horizontal-offset) * var(--media-shadow-visible));
  }

  .krafted-scope .product--thumbnail .product__media-item:not(.is-active),.krafted-scope .product--thumbnail_slider .product__media-item:not(.is-active){
    display: none;
  }

  .krafted-scope .product-media-modal__content > .product__media-item--variant.product__media-item--variant{
    display: none;
  }

  .krafted-scope .product-media-modal__content > .product__media-item--variant:first-child{
    display: block;
  }
}

@media screen and (min-width: 750px) and (max-width: 989px) {
  .krafted-scope .product__media-list .product__media-item:first-child{
    padding-left: 0;
  }

  .krafted-scope .product--thumbnail_slider .product__media-list{
    margin-left: 0;
  }

  .krafted-scope .product__media-list .product__media-item{
    width: 100%;
  }
}

.krafted-scope .product__media-icon .icon{
  width: 1.2rem;
  height: 1.4rem;
}

.krafted-scope .product__media-icon,.krafted-scope .thumbnail__badge{
  background-color: rgb(var(--color-background));
  border-radius: 50%;
  border: 0.1rem solid rgba(var(--color-foreground), 0.1);
  color: rgb(var(--color-foreground));
  display: flex;
  align-items: center;
  justify-content: center;
  height: 3rem;
  width: 3rem;
  position: absolute;
  left: 1.2rem;
  top: 1.2rem;
  z-index: 1;
  transition: color var(--duration-short) ease, opacity var(--duration-short) ease;
}

.krafted-scope .product__media-video .product__media-icon{
  opacity: 1;
}

.krafted-scope .product__modal-opener--image .product__media-toggle:hover{
  cursor: zoom-in;
}

.krafted-scope .product__modal-opener:hover .product__media-icon{
  border: 0.1rem solid rgba(var(--color-foreground), 0.1);
}

@media screen and (min-width: 750px) {
  .krafted-scope .grid__item.product__media-item--full{
    width: 100%;
  }

  .krafted-scope .product--columns .product__media-item:not(.product__media-item--single):not(:only-child){
    max-width: calc(50% - var(--grid-desktop-horizontal-spacing) / 2);
  }

  .krafted-scope .product--large.product--columns .product__media-item--full .deferred-media__poster-button{
    height: 5rem;
    width: 5rem;
  }

  .krafted-scope .product--medium.product--columns .product__media-item--full .deferred-media__poster-button{
    height: 4.2rem;
    width: 4.2rem;
  }

  .krafted-scope .product--medium.product--columns .product__media-item--full .deferred-media__poster-button .icon{
    width: 1.8rem;
    height: 1.8rem;
  }

  .krafted-scope .product--small.product--columns .product__media-item--full .deferred-media__poster-button{
    height: 3.6rem;
    width: 3.6rem;
  }

  .krafted-scope .product--small.product--columns .product__media-item--full .deferred-media__poster-button .icon{
    width: 1.6rem;
    height: 1.6rem;
  }
}

@media screen and (min-width: 990px) {
  .krafted-scope .product--stacked .product__media-item{
    max-width: calc(50% - var(--grid-desktop-horizontal-spacing) / 2);
  }

  .krafted-scope .product:not(.product--columns) .product__media-list .product__media-item:first-child,.krafted-scope .product:not(.product--columns) .product__media-list .product__media-item--full{
    width: 100%;
    max-width: 100%;
  }

  .krafted-scope .product__modal-opener .product__media-icon{
    opacity: 0;
  }

  .krafted-scope .product__modal-opener:hover .product__media-icon,.krafted-scope .product__modal-opener:focus .product__media-icon{
    opacity: 1;
  }
}

.krafted-scope .product__media-item > *{
  display: block;
  position: relative;
}

.krafted-scope .product__media-toggle{
  display: flex;
  border: none;
  background-color: transparent;
  color: currentColor;
  padding: 0;
}

.krafted-scope .product__media-toggle::after{
  content: '';
  cursor: pointer;
  display: block;
  margin: 0;
  padding: 0;
  position: absolute;
  top: calc(var(--border-width) * -1);
  right: calc(var(--border-width) * -1);
  bottom: calc(var(--border-width) * -1);
  left: calc(var(--border-width) * -1);
  z-index: 2;
}

.krafted-scope .product__media-toggle:focus-visible{
  outline: 0;
  box-shadow: none;
}

/* outline styling for Windows High Contrast Mode */
@media (forced-colors: active) {
  .krafted-scope .product__media-toggle:focus-visible,.krafted-scope .product__media-toggle:focus-visible:after{
    outline: transparent solid 1px;
    outline-offset: 2px;
  }
}
.krafted-scope .product__media-toggle.focused{
  outline: 0;
  box-shadow: none;
}

.krafted-scope .product__media-toggle:focus-visible:after{
  box-shadow: 0 0 0 0.3rem rgb(var(--color-background)), 0 0 0rem 0.5rem rgba(var(--color-foreground), 0.5);
  border-radius: var(--media-radius);
}

.krafted-scope .product__media-toggle.focused:after{
  box-shadow: 0 0 0 0.3rem rgb(var(--color-background)), 0 0 0rem 0.5rem rgba(var(--color-foreground), 0.5);
  border-radius: var(--media-radius);
}

.krafted-scope .product-media-modal{
  background-color: rgb(var(--color-background));
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  visibility: hidden;
  opacity: 0;
  z-index: -1;
}

.krafted-scope .product-media-modal[open]{
  visibility: visible;
  opacity: 1;
  z-index: 101;
}

.krafted-scope .product-media-modal__dialog{
  display: flex;
  align-items: center;
  height: 100vh;
}

.krafted-scope .product-media-modal__content{
  max-height: 100vh;
  width: 100%;
  overflow: auto;
}

.krafted-scope .product-media-modal__content > *:not(.active),.krafted-scope .product__media-list .deferred-media{
  display: none;
}

@media screen and (min-width: 750px) {
  .krafted-scope .product-media-modal__content{
    padding-bottom: 2rem;
  }

  .krafted-scope .product-media-modal__content > *:not(.active){
    display: block;
  }

  .krafted-scope .product__modal-opener:not(.product__modal-opener--image){
    display: none;
  }

  .krafted-scope .product__media-list .deferred-media{
    display: block;
  }
}

@media screen and (max-width: 749px) {
  .krafted-scope .product--thumbnail .is-active .product__modal-opener:not(.product__modal-opener--image),.krafted-scope .product--thumbnail_slider .is-active .product__modal-opener:not(.product__modal-opener--image){
    display: none;
  }

  .krafted-scope .product--thumbnail .is-active .deferred-media,.krafted-scope .product--thumbnail_slider .is-active .deferred-media{
    display: block;
    width: 100%;
  }
}

.krafted-scope .product-media-modal__content > *{
  display: block;
  height: auto;
  margin: auto;
}

.krafted-scope .product-media-modal__content .media{
  background: none;
}

.krafted-scope .product-media-modal__model{
  width: 100%;
}

.krafted-scope .product-media-modal__toggle{
  background-color: rgb(var(--color-background));
  border: 0.1rem solid rgba(var(--color-foreground), 0.1);
  border-radius: 50%;
  color: rgba(var(--color-foreground), 0.55);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  right: 2rem;
  padding: 1.2rem;
  position: fixed;
  z-index: 2;
  top: 2rem;
  width: 4rem;
}

.krafted-scope .product-media-modal__content .deferred-media{
  width: 100%;
}

@media screen and (min-width: 750px) {
  .krafted-scope .product-media-modal__content{
    padding: 2rem 11rem;
  }

  .krafted-scope .product-media-modal__content > *{
    width: 100%;
  }

  .krafted-scope .product-media-modal__content > * + *{
    margin-top: 2rem;
  }

  .krafted-scope .product-media-modal__toggle{
    right: 5rem;
    top: 2.2rem;
  }
}

@media screen and (min-width: 990px) {
  .krafted-scope .product-media-modal__content{
    padding: 2rem 11rem;
  }

  .krafted-scope .product-media-modal__content > * + *{
    margin-top: 1.5rem;
  }

  .krafted-scope .product-media-modal__content{
    padding-bottom: 1.5rem;
  }

  .krafted-scope .product-media-modal__toggle{
    right: 5rem;
  }
}

.krafted-scope .product-media-modal__toggle:hover{
  color: rgba(var(--color-foreground), 0.75);
}

.krafted-scope .product-media-modal__toggle .icon{
  height: auto;
  margin: 0;
  width: 2.2rem;
}

/* Product popup */

.krafted-scope .product-popup-modal{
  box-sizing: border-box;
  opacity: 0;
  position: fixed;
  visibility: hidden;
  z-index: -1;
  margin: 0 auto;
  top: 0;
  left: 0;
  overflow: auto;
  width: 100%;
  background: rgba(var(--color-foreground), 0.2);
  height: 100%;
}

.krafted-scope .product-popup-modal[open]{
  opacity: 1;
  visibility: visible;
  z-index: 101;
}

.krafted-scope .product-popup-modal__content{
  border-radius: var(--popup-corner-radius);
  background-color: rgb(var(--color-background));
  overflow: auto;
  height: 80%;
  margin: 0 auto;
  left: 50%;
  transform: translateX(-50%);
  margin-top: 5rem;
  width: 92%;
  position: absolute;
  top: 0;
  padding: 0 1.5rem 0 3rem;
  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));
}

.krafted-scope .product-popup-modal__content.focused{
  box-shadow: 0 0 0 0.3rem rgb(var(--color-background)), 0 0 0.5rem 0.4rem rgba(var(--color-foreground), 0.3),
    var(--popup-shadow-horizontal-offset) var(--popup-shadow-vertical-offset) var(--popup-shadow-blur-radius)
      rgba(var(--color-shadow), var(--popup-shadow-opacity));
}

.krafted-scope .product-popup-modal__content:focus-visible{
  box-shadow: 0 0 0 0.3rem rgb(var(--color-background)), 0 0 0.5rem 0.4rem rgba(var(--color-foreground), 0.3),
    var(--popup-shadow-horizontal-offset) var(--popup-shadow-vertical-offset) var(--popup-shadow-blur-radius)
      rgba(var(--color-shadow), var(--popup-shadow-opacity));
}

@media screen and (min-width: 750px) {
  .krafted-scope .product-popup-modal__content{
    padding-right: 1.5rem;
    margin-top: 10rem;
    width: 70%;
    padding: 0 3rem;
  }

  .krafted-scope .product-media-modal__dialog .global-media-settings--no-shadow{
    overflow: visible !important;
  }
}

.krafted-scope .product-popup-modal__content img{
  max-width: 100%;
}

@media screen and (max-width: 749px) {
  .krafted-scope .product-popup-modal__content table{
    display: block;
    max-width: fit-content;
    overflow-x: auto;
    white-space: nowrap;
    margin: 0;
  }

  .krafted-scope .product-media-modal__dialog .global-media-settings,.krafted-scope .product-media-modal__dialog .global-media-settings video,.krafted-scope .product-media-modal__dialog .global-media-settings model-viewer,.krafted-scope .product-media-modal__dialog .global-media-settings iframe,.krafted-scope .product-media-modal__dialog .global-media-settings img{
    border: none;
    border-radius: 0;
  }
}

.krafted-scope .product-popup-modal__opener{
  display: inline-block;
}

.krafted-scope .product-popup-modal__button{
  font-size: 1.6rem;
  padding-right: 1.3rem;
  padding-left: 0;
  min-height: 4.4rem;
  text-underline-offset: 0.3rem;
  text-decoration-thickness: 0.1rem;
  transition: text-decoration-thickness var(--duration-short) ease;
}

.krafted-scope .product-popup-modal__button:hover{
  text-decoration-thickness: 0.2rem;
}

.krafted-scope .product-popup-modal__content-info{
  padding-right: 4.4rem;
}

.krafted-scope .product-popup-modal__content-info > *{
  height: auto;
  margin: 0 auto;
  max-width: 100%;
  width: 100%;
}

@media screen and (max-width: 749px) {
  .krafted-scope .product-popup-modal__content-info > *{
    max-height: 100%;
  }
}

.krafted-scope .product-popup-modal__toggle{
  background-color: rgb(var(--color-background));
  border: 0.1rem solid rgba(var(--color-foreground), 0.1);
  border-radius: 50%;
  color: rgba(var(--color-foreground), 0.55);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  position: sticky;
  padding: 1.2rem;
  z-index: 2;
  top: 1.5rem;
  width: 4rem;
  margin: 0 0 0 auto;
}

.krafted-scope .product-popup-modal__toggle:hover{
  color: rgba(var(--color-foreground), 0.75);
}

.krafted-scope .product-popup-modal__toggle .icon{
  height: auto;
  margin: 0;
  width: 2.2rem;
}

.krafted-scope .product__media-list .media > *{
  overflow: hidden;
}

.krafted-scope .thumbnail-list{
  flex-wrap: wrap;
  grid-gap: 1rem;
}

/* Fix to show some space at the end of our sliders in all browsers to be applied on thumbnails */
.krafted-scope .slider--mobile.thumbnail-list:after{
  content: none;
}

@media screen and (min-width: 750px) {
  .krafted-scope .product--stacked .thumbnail-list{
    display: none;
  }

  .krafted-scope .thumbnail-list{
    display: grid;
    grid-template-columns: repeat(4, 1fr);
  }
}

.krafted-scope .thumbnail-list_item--variant:not(:first-child){
  display: none;
}

@media screen and (min-width: 990px) {
  .krafted-scope .thumbnail-list{
    grid-template-columns: repeat(4, 1fr);
  }

  .krafted-scope .product--medium .thumbnail-list{
    grid-template-columns: repeat(5, 1fr);
  }

  .krafted-scope .product--large .thumbnail-list{
    grid-template-columns: repeat(6, 1fr);
  }
}

@media screen and (max-width: 749px) {
  .krafted-scope .product__media-item{
    display: flex;
    align-items: center;
  }

  .krafted-scope .product__modal-opener{
    width: 100%;
  }

  .krafted-scope .thumbnail-slider{
    display: flex;
    align-items: center;
  }

  .krafted-scope .thumbnail-slider .thumbnail-list.slider{
    display: flex;
    padding: 0.5rem;
    flex: 1;
    scroll-padding-left: 0.5rem;
  }

  .krafted-scope .thumbnail-list__item.slider__slide{
    width: calc(33% - 0.6rem);
  }
}

@media screen and (min-width: 750px) {
  .krafted-scope .product--thumbnail_slider .thumbnail-slider{
    display: flex;
    align-items: center;
  }

  .krafted-scope .thumbnail-slider .thumbnail-list.slider--tablet-up{
    display: flex;
    padding: 0.5rem;
    flex: 1;
    scroll-padding-left: 0.5rem;
  }

  .krafted-scope .product__media-wrapper .slider-mobile-gutter .slider-button{
    display: none;
  }

  .krafted-scope .thumbnail-list.slider--tablet-up .thumbnail-list__item.slider__slide{
    width: calc(25% - 0.8rem);
  }

  .krafted-scope .product--thumbnail_slider .slider-mobile-gutter .slider-button{
    display: flex;
  }
}

@media screen and (min-width: 900px) {
  .krafted-scope .product--small .thumbnail-list.slider--tablet-up .thumbnail-list__item.slider__slide{
    width: calc(25% - 0.8rem);
  }

  .krafted-scope .thumbnail-list.slider--tablet-up .thumbnail-list__item.slider__slide{
    width: calc(20% - 0.8rem);
  }
}

.krafted-scope .thumbnail{
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  height: 100%;
  width: 100%;
  padding: 0;
  color: rgb(var(--color-foreground));
  cursor: pointer;
  background-color: transparent;
}

.krafted-scope .thumbnail:hover{
  opacity: 0.7;
}

.krafted-scope .thumbnail.global-media-settings img{
  border-radius: calc(var(--media-radius) - var(--media-border-width));
}

.krafted-scope .thumbnail[aria-current]{
  box-shadow: 0 0 0rem 0.1rem rgb(var(--color-foreground));
  border-color: rgb(var(--color-foreground));
}

.krafted-scope .image-magnify-full-size{
  cursor: zoom-out;
  z-index: 1;
  margin: 0;
  border-radius: calc(var(--media-radius) - var(--media-border-width));
}

.krafted-scope .image-magnify-hover{
  cursor: zoom-in;
}

.krafted-scope .product__modal-opener--image .product__media-zoom-none,.krafted-scope .product__media-icon--none{
  display: none;
}

.krafted-scope .product__modal-opener > .loading__spinner{
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  display: flex;
  align-items: center;
  height: 48px;
  width: 48px;
}

.krafted-scope .product__modal-opener .path{
  stroke: rgb(var(--color-button));
  opacity: 0.75;
}

@media (hover: hover) {
  .krafted-scope .product__media-zoom-hover,.krafted-scope .product__media-icon--hover{
    display: none;
  }
}

@media screen and (max-width: 749px) {
  .krafted-scope .product__media-zoom-hover,.krafted-scope .product__media-icon--hover{
    display: flex;
  }
}

.krafted-scope .js .product__media{
  overflow: hidden !important;
}

.krafted-scope .thumbnail[aria-current]:focus-visible{
  box-shadow: 0 0 0 0.3rem rgb(var(--color-background)), 0 0 0rem 0.5rem rgba(var(--color-foreground), 0.5);
}

.krafted-scope .thumbnail[aria-current]:focus,.krafted-scope .thumbnail.focused{
  outline: 0;
  box-shadow: 0 0 0 0.3rem rgb(var(--color-background)), 0 0 0rem 0.5rem rgba(var(--color-foreground), 0.5);
}

/* outline styling for Windows High Contrast Mode */
@media (forced-colors: active) {
  .krafted-scope .thumbnail[aria-current]:focus,.krafted-scope .thumbnail.focused{
    outline: transparent solid 1px;
  }
}
.krafted-scope .thumbnail[aria-current]:focus:not(:focus-visible){
  outline: 0;
  box-shadow: 0 0 0 0.1rem rgb(var(--color-foreground));
}

.krafted-scope .thumbnail img{
  object-fit: cover;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.krafted-scope .thumbnail__badge .icon{
  width: 1rem;
  height: 1rem;
}

.krafted-scope .thumbnail__badge .icon-3d-model{
  width: 1.2rem;
  height: 1.2rem;
}

.krafted-scope .thumbnail__badge{
  color: rgb(var(--color-foreground), 0.6);
  height: 2rem;
  width: 2rem;
  left: auto;
  right: calc(0.4rem + var(--media-border-width));
  top: calc(0.4rem + var(--media-border-width));
}

@media screen and (min-width: 750px) {
  .krafted-scope .product:not(.product--small) .thumbnail__badge{
    height: 3rem;
    width: 3rem;
  }

  .krafted-scope .product:not(.product--small) .thumbnail__badge .icon{
    width: 1.2rem;
    height: 1.2rem;
  }

  .krafted-scope .product:not(.product--small) .thumbnail__badge .icon-3d-model{
    width: 1.4rem;
    height: 1.4rem;
  }
}

.krafted-scope .thumbnail-list__item{
  position: relative;
}

.krafted-scope .thumbnail-list__item::before{
  content: '';
  display: block;
  padding-bottom: 100%;
}

.krafted-scope .product:not(.featured-product) .product__view-details{
  display: none;
}

.krafted-scope .product__view-details{
  display: block;
  text-decoration: none;
}

.krafted-scope .product__view-details:hover{
  text-decoration: underline;
  text-underline-offset: 0.3rem;
}

.krafted-scope .product__view-details .icon{
  width: 1.2rem;
  margin-left: 1.2rem;
  flex-shrink: 0;
}

/* Inventory status */

.krafted-scope .product__inventory{
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.krafted-scope .product--no-media .product__inventory{
  justify-content: center;
}

/* This keeps the container from getting display: none; applied to it and to make sure we're not introducing some layout shift when switching to an unavailable variant */
.krafted-scope .product__inventory.visibility-hidden:empty{
  display: block;
}

.krafted-scope .product__inventory.visibility-hidden:empty::after{
  content: '#';
}

/* Icon with text */
.krafted-scope .icon-with-text{
  --icon-size: calc(var(--font-heading-scale) * 3rem);
  --icon-spacing: calc(var(--font-heading-scale) * 1rem);
}

.krafted-scope .icon-with-text--horizontal{
  display: flex;
  justify-content: center;
  column-gap: 3rem;
  flex-direction: row;
}

.krafted-scope .icon-with-text--vertical{
  --icon-size: calc(var(--font-heading-scale) * 2rem);
}

.krafted-scope .icon-with-text .icon{
  fill: rgb(var(--color-foreground));
  height: var(--icon-size);
  width: var(--icon-size);
}

.krafted-scope .icon-with-text--horizontal .icon,.krafted-scope .icon-with-text--horizontal img{
  margin-bottom: var(--icon-spacing);
}

.krafted-scope .icon-with-text--vertical .icon{
  min-height: var(--icon-size);
  min-width: var(--icon-size);
  margin-right: var(--icon-spacing);
}

.krafted-scope .icon-with-text img{
  height: var(--icon-size);
  width: var(--icon-size);
  object-fit: contain;
}

.krafted-scope .icon-with-text--vertical img{
  margin-right: var(--icon-spacing);
}

.krafted-scope .icon-with-text--horizontal .h4{
  padding-top: calc(var(--icon-size) + var(--icon-spacing));
  text-align: center;
}

.krafted-scope .icon-with-text--horizontal svg + .h4,.krafted-scope .icon-with-text--horizontal img + .h4,.krafted-scope .icon-with-text--horizontal.icon-with-text--text-only .h4{
  padding-top: 0;
}

.krafted-scope .icon-with-text__item{
  display: flex;
  align-items: center;
}

.krafted-scope .icon-with-text--horizontal .icon-with-text__item{
  flex-direction: column;
  width: 33%;
}

.krafted-scope .icon-with-text--vertical .icon-with-text__item{
  margin-bottom: var(--icon-size);
}

/* SKU block */

.krafted-scope .product__sku.visibility-hidden::after{
  content: '#';
}

/* Product-thumbnail snippet */

.krafted-scope .product-media-container{
  --aspect-ratio: var(--preview-ratio);
  --ratio-percent: calc(1 / var(--aspect-ratio) * 100%);
  display: block;
  position: relative;
  width: 100%;
  max-width: calc(100% - calc(var(--media-border-width) * 2));
}

.krafted-scope .product-media-container.constrain-height{
  /* arbitrary offset value based on average theme spacing and header height */
  --viewport-offset: 400px;
  --constrained-min-height: 300px;
  --constrained-height: max(var(--constrained-min-height), calc(100vh - var(--viewport-offset)));
  margin-right: auto;
  margin-left: auto;
}

.krafted-scope .product-media-container.constrain-height.media-fit-contain{
  --contained-width: calc(var(--constrained-height) * var(--aspect-ratio));
  width: min(var(--contained-width), 100%);
}

.krafted-scope .product-media-container .media{
  padding-top: var(--ratio-percent);
}

.krafted-scope .product-media-container.constrain-height .media{
  padding-top: min(var(--constrained-height), var(--ratio-percent));
}

@media screen and (max-width: 749px) {
  .krafted-scope .product-media-container.media-fit-cover{
    display: flex;
    align-self: stretch;
  }

  .krafted-scope .product-media-container.media-fit-cover .media{
    /* allow media img element to scale relative to modal-opener/product-media-container */
    position: initial;
  }
}

@media screen and (min-width: 750px) {
  .krafted-scope .product-media-container{
    max-width: 100%;
  }

  .krafted-scope .product-media-container:not(.media-type-image){
    /* override to use actual media ratio (not poster ratio) for video/models on desktop */
    --aspect-ratio: var(--ratio);
  }

  .krafted-scope .product-media-container.constrain-height{
    --viewport-offset: 170px;
    --constrained-min-height: 500px;
  }

  .krafted-scope .product-media-container.media-fit-cover,.krafted-scope .product-media-container.media-fit-cover .product__modal-opener,.krafted-scope .product-media-container.media-fit-cover .media{
    height: 100%;
  }

  .krafted-scope .product-media-container.media-fit-cover .deferred-media__poster img{
    object-fit: cover;
    width: 100%;
  }
}

.krafted-scope .product-media-container .product__modal-opener{
  display: block;
  position: relative;
}

@media screen and (min-width: 750px) {
  .krafted-scope .product-media-container .product__modal-opener:not(.product__modal-opener--image){
    display: none;
  }
}

/* Recipient form */
.krafted-scope .recipient-form{
  /* (2.88[line-height] - 1.6rem) / 2 */
  --recipient-checkbox-margin-top: 0.64rem;

  display: block;
  position: relative;
  max-width: 44rem;
  margin-bottom: 2.5rem;
}

.krafted-scope .recipient-form-field-label{
  margin: 0.6rem 0;
}

.krafted-scope .recipient-form-field-label--space-between{
  display: flex;
  justify-content: space-between;
}

.krafted-scope .recipient-checkbox{
  flex-grow: 1;
  font-size: 1.6rem;
  display: flex;
  word-break: break-word;
  align-items: flex-start;
  max-width: inherit;
  position: relative;
  cursor: pointer;
}

.krafted-scope .recipient-form > input[type='checkbox']{
  position: absolute;
  width: 1.6rem;
  height: 1.6rem;
  margin: var(--recipient-checkbox-margin-top) 0;
  top: 0;
  left: 0;
  z-index: -1;
  appearance: none;
  -webkit-appearance: none;
}

.krafted-scope .recipient-fields__field{
  margin: 0 0 2rem 0;
}

.krafted-scope .recipient-fields .field__label{
  white-space: nowrap;
  text-overflow: ellipsis;
  max-width: calc(100% - 3.5rem);
  overflow: hidden;
}

.krafted-scope .recipient-checkbox > svg{
  margin-top: var(--recipient-checkbox-margin-top);
  margin-right: 1.2rem;
  flex-shrink: 0;
}

.krafted-scope .recipient-form .icon-checkmark{
  visibility: hidden;
  position: absolute;
  left: 0.28rem;
  z-index: 5;
  top: 0.4rem;
}

.krafted-scope .recipient-form > input[type='checkbox']:checked + label .icon-checkmark{
  visibility: visible;
}

.krafted-scope .js .recipient-fields{
  display: none;
}

.krafted-scope .recipient-fields hr{
  margin: 1.6rem auto;
}

.krafted-scope .recipient-form > input[type='checkbox']:checked ~ .recipient-fields{
  display: block;
  animation: animateMenuOpen var(--duration-default) ease;
}
.krafted-scope .recipient-form > input[type='checkbox']:not(:checked,.krafted-scope :disabled) ~ .recipient-fields,.krafted-scope .recipient-email-label{
  display: none;
}

.krafted-scope .js .recipient-email-label.required{
  display: inline;
}

.krafted-scope .recipient-form ul{
  line-height: calc(1 + 0.6 / var(--font-body-scale));
  padding-left: 4.4rem;
  text-align: left;
}

.krafted-scope .recipient-form ul a{
  display: inline;
}

.krafted-scope .recipient-form .error-message::first-letter{
  text-transform: capitalize;
}

@media screen and (forced-colors: active) {
  .krafted-scope .recipient-fields > hr{
    border-top: 0.1rem solid rgb(var(--color-background));
  }

  .krafted-scope .recipient-checkbox > svg{
    background-color: inherit;
    border: 0.1rem solid rgb(var(--color-background));
  }

  .krafted-scope .recipient-form > input[type='checkbox']:checked + label .icon-checkmark{
    border: none;
  }
}


/* === krafted-component-accordion.css === */
.krafted-scope .accordion summary{
  display: flex;
  position: relative;
  line-height: 1;
  padding: 1.5rem 0;
}

.krafted-scope .accordion .summary__title{
  display: flex;
  flex: 1;
}

.krafted-scope .accordion .summary__title + .icon-caret{
  height: calc(var(--font-heading-scale) * 0.6rem);
}

.krafted-scope .accordion + .accordion{
  margin-top: 0;
  border-top: none;
}

.krafted-scope .accordion{
  margin-top: 2.5rem;
  margin-bottom: 0;
  border-top: 0.1rem solid rgba(var(--color-foreground), 0.08);
  border-bottom: 0.1rem solid rgba(var(--color-foreground), 0.08);
}

.krafted-scope .accordion__title{
  display: inline-block;
  max-width: calc(100% - 6rem);
  min-height: 1.6rem;
  margin: 0;
  word-break: break-word;
}

.krafted-scope .accordion .icon-accordion{
  align-self: center;
  fill: rgb(var(--color-foreground));
  height: calc(var(--font-heading-scale) * 2rem);
  margin-right: calc(var(--font-heading-scale) * 1rem);
  width: calc(var(--font-heading-scale) * 2rem);
}

.krafted-scope .accordion details[open] > summary .icon-caret{
  transform: rotate(180deg);
}

.krafted-scope .accordion__content{
  margin-bottom: 1.5rem;
  word-break: break-word;
  overflow-x: auto;
  padding: 0 0.6rem;
}

.krafted-scope .accordion__content img{
  max-width: 100%;
}


/* === krafted-component-card.css === */
.krafted-scope .card-wrapper{
  color: inherit;
  height: 100%;
  position: relative;
  text-decoration: none;
}

.krafted-scope .card{
  text-decoration: none;
  text-align: var(--text-alignment);
}

.krafted-scope .card:not(.ratio){
  display: flex;
  flex-direction: column;
  height: 100%;
}

.krafted-scope .card.card--horizontal{
  --text-alignment: left;
  --image-padding: 0rem;
  flex-direction: row;
  align-items: flex-start;
  gap: 1.5rem;
}

.krafted-scope .card--horizontal.ratio:before{
  padding-bottom: 0;
}

.krafted-scope .card--card.card--horizontal{
  padding: 1.2rem;
}

.krafted-scope .card--card.card--horizontal.card--text{
  column-gap: 0;
}

.krafted-scope .card--card{
  height: 100%;
}

.krafted-scope .card--card,.krafted-scope .card--standard .card__inner{
  position: relative;
  box-sizing: border-box;
  border-radius: var(--border-radius);
  border: var(--border-width) solid rgba(var(--color-foreground), var(--border-opacity));
}

.krafted-scope .card--card:after,.krafted-scope .card--standard .card__inner:after{
  content: '';
  position: absolute;
  z-index: -1;
  width: calc(var(--border-width) * 2 + 100%);
  height: calc(var(--border-width) * 2 + 100%);
  top: calc(var(--border-width) * -1);
  left: calc(var(--border-width) * -1);
  border-radius: var(--border-radius);
  box-shadow: var(--shadow-horizontal-offset) var(--shadow-vertical-offset) var(--shadow-blur-radius)
    rgba(var(--color-shadow), var(--shadow-opacity));
}

/* Needed for gradient continuity with or without animation, the transform scopes the gradient to its container which happens already when animation are turned on */
.krafted-scope .card--card.gradient,.krafted-scope .card__inner.gradient{
  transform: perspective(0);
}

/* Needed for gradient continuity with or without animation so that transparent PNG images come up as we would expect */
.krafted-scope .card__inner.color-scheme-1{
  background: transparent;
}

.krafted-scope .card .card__inner .card__media{
  overflow: hidden;
  /* Fix for Safari border bug on hover */
  z-index: 0;
  border-radius: calc(var(--border-radius) - var(--border-width) - var(--image-padding));
}

.krafted-scope .card--card .card__inner .card__media{
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.krafted-scope .card--standard.card--text{
  background-color: transparent;
}

.krafted-scope .card-information{
  text-align: var(--text-alignment);
}

.krafted-scope .card__media,.krafted-scope .card .media{
  bottom: 0;
  position: absolute;
  top: 0;
}

.krafted-scope .card .media{
  width: 100%;
}

.krafted-scope .card__media{
  margin: var(--image-padding);
  width: calc(100% - 2 * var(--image-padding));
}

.krafted-scope .card--standard .card__media{
  margin: var(--image-padding);
}

.krafted-scope .card__inner{
  width: 100%;
}

.krafted-scope .card--media .card__inner .card__content{
  position: relative;
  padding: calc(var(--image-padding) + 1rem);
}

.krafted-scope .card__content{
  display: grid;
  grid-template-rows: minmax(0, 1fr) max-content minmax(0, 1fr);
  padding: 1rem;
  width: 100%;
  flex-grow: 1;
}

.krafted-scope .card__content--auto-margins{
  grid-template-rows: minmax(0, auto) max-content minmax(0, auto);
}

.krafted-scope .card__information{
  grid-row-start: 2;
  padding: 1.3rem 1rem;
}

.krafted-scope .card:not(.ratio) > .card__content{
  grid-template-rows: max-content minmax(0, 1fr) max-content auto;
}

.krafted-scope .card-information .card__information-volume-pricing-note{
  margin-top: 0.6rem;
  line-height: calc(0.5 + 0.4 / var(--font-body-scale));
  color: rgba(var(--color-foreground), 0.75);
}

.krafted-scope .card__information-volume-pricing-note--button,.krafted-scope .card__information-volume-pricing-note--button.quantity-popover__info-button--icon-with-label{
  position: relative;
  z-index: 1;
  cursor: pointer;
  padding: 0;
  margin: 0;
  text-align: var(--text-alignment);
  min-width: auto;
}

.krafted-scope .card__information-volume-pricing-note--button:hover{
  text-decoration: underline;
}

.krafted-scope .card__information-volume-pricing-note--button + .global-settings-popup.quantity-popover__info{
  transform: initial;
  top: auto;
  bottom: 4rem;
  max-width: 20rem;
  width: calc(95% + 2rem);
}

.krafted-scope .card__information-volume-pricing-note--button + .global-settings-popup.quantity-popover__info span:first-of-type{
  padding-right: 0.3rem;
}

.krafted-scope .card__information-volume-pricing-note--button-right + .global-settings-popup.quantity-popover__info{
  right: 0;
  left: auto;
}

.krafted-scope .card__information-volume-pricing-note--button-center + .global-settings-popup.quantity-popover__info{
  left: 50%;
  transform: translate(-50%);
}

.krafted-scope .card__information-volume-pricing-note--button + .global-settings-popup.quantity-popover__info .quantity__rules{
  text-align: left;
}

@media screen and (min-width: 990px) {
  .krafted-scope .grid--6-col-desktop .card__content quick-add-bulk .quantity{
    width: auto;
  }

  .krafted-scope .grid--6-col-desktop .card__content quick-add-bulk .quantity__button{
    width: calc(3rem / var(--font-body-scale));
  }

  .krafted-scope .grid--6-col-desktop .card__information-volume-pricing-note--button + .global-settings-popup.quantity-popover__info{
    left: 50%;
    transform: translate(-50%);
    width: calc(100% + var(--border-width) + 3.5rem);
  }

  .krafted-scope .grid--6-col-desktop
    .card--standard
    .card__information-volume-pricing-note--button
    + .global-settings-popup.quantity-popover__info{
    width: calc(100% + var(--border-width) + 1rem);
  }
}

@media screen and (max-width: 749px) {
  .krafted-scope .grid--2-col-tablet-down .card__content quick-add-bulk .quantity__button{
    width: calc(3.5rem / var(--font-body-scale));
  }

  .krafted-scope .grid--2-col-tablet-down
    .card--card
    .card__information-volume-pricing-note--button
    + .global-settings-popup.quantity-popover__info,.krafted-scope .grid--2-col-tablet-down
    .card--standard
    .card__information-volume-pricing-note--button
    + .global-settings-popup.quantity-popover__info{
    left: 50%;
    transform: translate(-50%);
  }

  .krafted-scope .grid--2-col-tablet-down
    .card--standard
    .card__information-volume-pricing-note--button
    + .global-settings-popup.quantity-popover__info{
    width: 100%;
  }

  .krafted-scope .grid--2-col-tablet-down
    .card--card
    .card__information-volume-pricing-note--button
    + .global-settings-popup.quantity-popover__info{
    width: calc(100% + var(--border-width) + 4rem);
  }

  .krafted-scope .grid--2-col-tablet-down .card__content quick-add-bulk .quantity{
    width: auto;
  }
}

.krafted-scope .card-information quantity-popover volume-pricing{
  margin-top: 0;
}

@media screen and (max-width: 989px) {
  .krafted-scope .card-information quantity-popover .quantity__rules ~ volume-pricing{
    margin-top: 0;
  }

  .krafted-scope .card-information quantity-popover volume-pricing{
    margin-top: 4.2rem;
  }
}

@media screen and (min-width: 750px) {
  .krafted-scope .card__information{
    padding-bottom: 1.7rem;
    padding-top: 1.7rem;
  }
}

.krafted-scope .card__badge{
  align-self: flex-end;
  grid-row-start: 3;
  justify-self: flex-start;
}

.krafted-scope .card__badge.top{
  align-self: flex-start;
  grid-row-start: 1;
}

.krafted-scope .card__badge.right{
  justify-self: flex-end;
}

.krafted-scope .card:not(.card--horizontal) > .card__content > .card__badge{
  margin: 1.3rem;
}

.krafted-scope .card__media .media img{
  height: 100%;
  object-fit: cover;
  object-position: center center;
  width: 100%;
}

.krafted-scope .card__inner:not(.ratio) > .card__content{
  height: 100%;
}

.krafted-scope .card__heading{
  margin-top: 0;
  margin-bottom: 0;
}

.krafted-scope .card__heading:last-child{
  margin-bottom: 0;
}

.krafted-scope .card--horizontal .card__heading,.krafted-scope .card--horizontal .price__container .price-item,.krafted-scope .card--horizontal__quick-add{
  font-size: calc(var(--font-heading-scale) * 1.2rem);
}

.krafted-scope .card--horizontal
  .card-information
  > *:not(.visually-hidden:first-child)
  + *:not(.rating):not(.card__information-volume-pricing-note){
  margin-top: 0;
}

.krafted-scope .card--horizontal__quick-add:before{
  box-shadow: none;
}

@media only screen and (min-width: 750px) {
  .krafted-scope .card--horizontal .card__heading,.krafted-scope .card--horizontal .price__container .price-item,.krafted-scope .card--horizontal__quick-add{
    font-size: calc(var(--font-heading-scale) * 1.3rem);
  }
}

.krafted-scope .card--card.card--media > .card__content{
  margin-top: calc(0rem - var(--image-padding));
}

.krafted-scope .card--standard.card--text a::after,.krafted-scope .card--card .card__heading a::after{
  bottom: calc(var(--border-width) * -1);
  left: calc(var(--border-width) * -1);
  right: calc(var(--border-width) * -1);
  top: calc(var(--border-width) * -1);
}

.krafted-scope .card__heading a::after{
  bottom: 0;
  content: '';
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}

.krafted-scope .card__heading a:after{
  outline-offset: 0.3rem;
}

.krafted-scope .card__heading a:focus:after{
  box-shadow: 0 0 0 0.3rem rgb(var(--color-background)), 0 0 0.5rem 0.4rem rgba(var(--color-foreground), 0.3);
  outline: 0.2rem solid rgba(var(--color-foreground), 0.5);
}

.krafted-scope .card__heading a:focus-visible:after{
  box-shadow: 0 0 0 0.3rem rgb(var(--color-background)), 0 0 0.5rem 0.4rem rgba(var(--color-foreground), 0.3);
  outline: 0.2rem solid rgba(var(--color-foreground), 0.5);
}

.krafted-scope .card__heading a:focus:not(:focus-visible):after{
  box-shadow: none;
  outline: 0;
}

.krafted-scope .card__heading a:focus{
  box-shadow: none;
  outline: 0;
}

@media screen and (min-width: 990px) {
  .krafted-scope .card .media.media--hover-effect > img:only-child,.krafted-scope .card-wrapper .media.media--hover-effect > img:only-child{
    transition: transform var(--duration-long) ease;
  }

  .krafted-scope .card:hover .media.media--hover-effect > img:first-child:only-child,.krafted-scope .card-wrapper:hover .media.media--hover-effect > img:first-child:only-child{
    transform: scale(1.03);
  }

  .krafted-scope .card-wrapper:hover .media.media--hover-effect > img:first-child:not(:only-child){
    opacity: 0;
  }

  .krafted-scope .card-wrapper:hover .media.media--hover-effect > img + img{
    opacity: 1;
    transition: transform var(--duration-long) ease;
    transform: scale(1.03);
  }

  .krafted-scope .underline-links-hover:hover a{
    text-decoration: underline;
    text-underline-offset: 0.3rem;
  }
}

.krafted-scope .card--standard.card--media .card__inner .card__information,.krafted-scope .card--standard.card--text:not(.card--horizontal) > .card__content .card__heading:not(.card__heading--placeholder),.krafted-scope .card--standard:not(.card--horizontal) > .card__content .card__badge,.krafted-scope .card--standard.card--text.article-card > .card__content .card__information,.krafted-scope .card--standard > .card__content .card__caption{
  display: none;
}

.krafted-scope .card--standard:not(.card--horizontal) .placeholder-svg{
  width: 100%;
}

.krafted-scope .card--standard > .card__content{
  padding: 0;
}

.krafted-scope .card--standard > .card__content .card__information{
  padding-left: 0;
  padding-right: 0;
}

.krafted-scope .card--card.card--media .card__inner .card__information,.krafted-scope .card--card.card--text .card__inner,.krafted-scope .card--card.card--media > .card__content .card__badge{
  display: none;
}

.krafted-scope .card--horizontal .card__badge,.krafted-scope .card--horizontal.card--text .card__inner{
  display: none;
}

.krafted-scope .card--extend-height{
  height: 100%;
}

.krafted-scope .card--extend-height.card--standard.card--text,.krafted-scope .card--extend-height.card--media{
  display: flex;
  flex-direction: column;
}

.krafted-scope .card--extend-height.card--standard.card--text .card__inner,.krafted-scope .card--extend-height.card--media .card__inner{
  flex-grow: 1;
}

.krafted-scope .card .icon-wrap{
  margin-left: 0.8rem;
  white-space: nowrap;
  transition: transform var(--duration-short) ease;
  overflow: hidden;
}

.krafted-scope .card-information > * + *{
  margin-top: 0.5rem;
}

.krafted-scope .card-information{
  width: 100%;
}

.krafted-scope .card-information > *{
  line-height: calc(1 + 0.4 / var(--font-body-scale));
  color: rgb(var(--color-foreground));
}

.krafted-scope .card-information > .price{
  color: rgb(var(--color-foreground));
}

.krafted-scope .card--horizontal .card-information > .price{
  color: rgba(var(--color-foreground), 0.75);
}

.krafted-scope .card-information > .rating{
  margin-top: 0.4rem;
}

/* Specificity needed due to the changes below */
.krafted-scope .card-information
  > *:not(.visually-hidden:first-child)
  + quantity-popover:not(.rating):not(.card__information-volume-pricing-note),.krafted-scope .card-information .card__information-volume-pricing-note.card__information-volume-pricing-note--button{
  margin-top: 0;
}

.krafted-scope .card-information > *:not(.visually-hidden:first-child) + *:not(.rating):not(.card__information-volume-pricing-note){
  margin-top: 0.7rem;
}

.krafted-scope .card-information .caption{
  letter-spacing: 0.07rem;
}

.krafted-scope .card-article-info{
  margin-top: 1rem;
}

/* Card Shapes */

.krafted-scope .card--shape .card__content{
  padding-top: 0;
}

.krafted-scope .card--shape.card--standard:not(.card--text) .card__inner{
  border: 0;
  /* Border is not currently compatible with image shapes for standard cards. */
  background-color: transparent;
  filter: drop-shadow(
    var(--shadow-horizontal-offset) var(--shadow-vertical-offset) var(--shadow-blur-radius)
      rgba(var(--color-shadow), var(--shadow-opacity))
  );
}

.krafted-scope .card--shape.card--standard:not(.card--text) .card__inner:after{
  display: none;
}

.krafted-scope .grid__item:nth-child(2n) .shape--blob{
  clip-path: polygon(var(--shape--blob-2));
}

.krafted-scope .grid__item:nth-child(3n) .shape--blob{
  clip-path: polygon(var(--shape--blob-3));
}

.krafted-scope .grid__item:nth-child(4n) .shape--blob{
  clip-path: polygon(var(--shape--blob-4));
}

.krafted-scope .grid__item:nth-child(5n) .shape--blob{
  clip-path: polygon(var(--shape--blob-5));
}

.krafted-scope .grid__item:nth-child(7n) .shape--blob{
  clip-path: polygon(var(--shape--blob-6));
}

.krafted-scope .grid__item:nth-child(8n) .shape--blob{
  clip-path: polygon(var(--shape--blob-1));
}

/* Card Shape Hover Rules */

@media (prefers-reduced-motion: no-preference) {
  .krafted-scope .product-card-wrapper .shape--round{
    transition: clip-path var(--duration-long) ease;
  }

  .krafted-scope .product-card-wrapper:hover .shape--round{
    clip-path: ellipse(47% 47% at 50% 50%);
  }

  .krafted-scope .product-card-wrapper .shape--blob{
    transition: clip-path var(--duration-long) ease-in-out;
  }

  .krafted-scope .product-card-wrapper:hover .shape--blob{
    clip-path: polygon(var(--shape--blob-5));
  }

  .krafted-scope .grid__item:nth-child(2n) .product-card-wrapper:hover .shape--blob{
    clip-path: polygon(var(--shape--blob-6));
  }

  .krafted-scope .grid__item:nth-child(3n) .product-card-wrapper:hover .shape--blob{
    clip-path: polygon(var(--shape--blob-1));
  }

  .krafted-scope .grid__item:nth-child(4n) .product-card-wrapper:hover .shape--blob{
    clip-path: polygon(var(--shape--blob-2));
  }

  .krafted-scope .grid__item:nth-child(5n) .product-card-wrapper:hover .shape--blob{
    clip-path: polygon(var(--shape--blob-3));
  }

  .krafted-scope .grid__item:nth-child(7n) .product-card-wrapper:hover .shape--blob{
    clip-path: polygon(var(--shape--blob-4));
  }

  .krafted-scope .grid__item:nth-child(8n) .product-card-wrapper:hover .shape--blob{
    clip-path: polygon(var(--shape--blob-5));
  }
}


/* === krafted-component-complementary-products.css === */
.krafted-scope .complementary-products__container{
  display: flex;
  flex-direction: column;
  gap: 1.3rem;
}

.krafted-scope product-recommendations:not(.is-accordion) .complementary-products__container{
  margin-top: 1.5rem;
}

.krafted-scope .complementary-products__container > details[open]{
  padding-bottom: 1.5rem;
}

.krafted-scope .complementary-slider{
  margin-top: 0;
  gap: 0;
}

.krafted-scope .complementary-slide{
  --shadow-padding-sides: calc((var(--shadow-horizontal-offset) + var(--shadow-blur-radius)) * var(--shadow-visible));
  --shadow-padding-sides-negative: calc(
    (var(--shadow-horizontal-offset) * -1 + var(--shadow-blur-radius)) * var(--shadow-visible)
  );
}

.krafted-scope .complementary-slide > ul{
  display: flex;
  flex-direction: column;
  gap: var(--grid-mobile-vertical-spacing);
}

.krafted-scope .complementary-slide.complementary-slide--standard > ul{
  gap: calc(var(--grid-mobile-vertical-spacing) + 8px);
}

@media screen and (min-width: 750px) {
  .krafted-scope .complementary-slide > ul{
    gap: var(--grid-desktop-vertical-spacing);
  }

  .krafted-scope .complementary-slide.complementary-slide--standard > ul{
    gap: calc(var(--grid-desktop-vertical-spacing) + 8px);
  }
}

.krafted-scope .complementary-slide.grid__item{
  width: 100%;
  padding-top: max(var(--focus-outline-padding), var(--shadow-padding-top));
  padding-bottom: max(var(--focus-outline-padding), var(--shadow-padding-bottom));
  padding-right: max(var(--focus-outline-padding), var(--shadow-padding-sides));
  padding-left: max(var(--focus-outline-padding), var(--shadow-padding-sides-negative));
}

.krafted-scope .complementary-slide .card-wrapper{
  height: auto;
}

.krafted-scope .complementary-products > .summary__title{
  display: flex;
  line-height: 1;
  padding: 1.5rem 0;
}

.krafted-scope .accordion + product-recommendations .accordion,.krafted-scope product-recommendations.is-accordion + .accordion{
  margin-top: 0;
  border-top: none;
}

.krafted-scope .complementary-products > .summary__title .icon-accordion{
  fill: rgb(var(--color-foreground));
  height: calc(var(--font-heading-scale) * 2rem);
  margin-right: calc(var(--font-heading-scale) * 1rem);
  width: calc(var(--font-heading-scale) * 2rem);
}

.krafted-scope .complementary-products__container .card--card .card__content,.krafted-scope .complementary-products__container .card--horizontal .card__information{
  padding: 0;
}

.krafted-scope .complementary-products__container .card--horizontal .card__inner{
  max-width: 20%;
}

@media screen and (min-width: 750px) and (max-width: 1200px) {
  .krafted-scope .complementary-products__container .card--horizontal .card__inner{
    max-width: 25%;
  }
}

.krafted-scope .complementary-slide .card--text .card__content{
  grid-template-rows: minmax(0, 1fr) max-content auto;
}

.krafted-scope .complementary-products__container .card--card.card--media > .card__content{
  margin-top: 0;
}

.krafted-scope .complementary-products-contains-quick-add .underline-links-hover:hover a{
  text-decoration: initial;
}

.krafted-scope .complementary-products-contains-quick-add .card__heading:hover a{
  text-decoration: underline;
}

.krafted-scope .complementary-products__container .card--card .card__inner .card__media{
  border-radius: calc(var(--corner-radius) - var(--border-width) - var(--image-padding));
}

.krafted-scope .complementary-products__container .card--horizontal .quick-add{
  margin: 0;
  max-width: 20rem;
}

.krafted-scope .complementary-products__container .quick-add__submit{
  padding: 1.5rem 0;
  min-height: inherit;
}

.krafted-scope .complementary-products__container .quick-add__submit .icon-plus{
  width: 1.2rem;
}

.krafted-scope .complementary-products__container .icon-wrap{
  display: flex;
}

.krafted-scope .complementary-products .sold-out-message:not(.hidden) + .icon-wrap{
  display: none;
}

.krafted-scope .complementary-products__container .quick-add__submit:not(.animate-arrow) .icon-wrap{
  transition: transform var(--duration-short) ease;
}

.krafted-scope .complementary-products__container .quick-add__submit:not(.animate-arrow):hover .icon-wrap{
  transform: rotate(90deg);
}

.krafted-scope .complementary-products__container .quick-add__submit:after,.krafted-scope .complementary-products__container .quick-add__submit:hover:after{
  box-shadow: none;
}

.krafted-scope .complementary-products__container .card--horizontal .quick-add,.krafted-scope .complementary-products__container .card__badge{
  justify-self: var(--text-alignment);
}

.krafted-scope .product--no-media .complementary-products__container .price{
  text-align: var(--text-alignment);
}

@media screen and (min-width: 750px) {
  .krafted-scope .complementary-products__container .price--on-sale .price-item--regular{
    font-size: 1.3rem;
  }
}


/* === krafted-component-deferred-media.css === */
.krafted-scope .deferred-media__poster{
  background-color: transparent;
  border: none;
  cursor: pointer;
  margin: 0;
  padding: 0;
  height: 100%;
  width: 100%;
  overflow: hidden;
  border-radius: calc(var(--border-radius) - var(--border-width));
}

.krafted-scope .media > .deferred-media__poster{
  display: flex;
  align-items: center;
  justify-content: center;
}

.krafted-scope .deferred-media__poster img{
  width: auto;
  max-width: 100%;
  height: 100%;
}

.krafted-scope .deferred-media{
  overflow: hidden;
}

.krafted-scope .deferred-media:not([loaded]) template{
  z-index: -1;
}

.krafted-scope .deferred-media[loaded] > .deferred-media__poster{
  display: none;
}

.krafted-scope .deferred-media__poster:focus-visible{
  outline: none;
  box-shadow: 0 0 0 var(--media-border-width) rgba(var(--color-foreground), var(--media-border-opacity)),
    0 0 0 calc(var(--media-border-width) + 0.3rem) rgb(var(--color-background)),
    0 0 0 calc(var(--media-border-width) + 0.5rem) rgba(var(--color-foreground), 0.5);
  border-radius: calc(var(--media-radius) - var(--media-border-width));
}

.krafted-scope .deferred-media__poster:focus{
  outline: none;
  box-shadow: 0 0 0 var(--media-border-width) rgba(var(--color-foreground), var(--media-border-opacity)),
    0 0 0 calc(var(--media-border-width) + 0.3rem) rgb(var(--color-background)),
    0 0 0 calc(var(--media-border-width) + 0.5rem) rgba(var(--color-foreground), 0.5);
  border-radius: calc(var(--media-radius) - var(--media-border-width));
}

.krafted-scope .global-media-settings--full-width .deferred-media__poster,.krafted-scope .global-media-settings--full-width .deferred-media__poster:is(:focus,.krafted-scope :focus-visible){
  border-radius: 0;
}

/* outline styling for Windows High Contrast Mode */
@media (forced-colors: active) {
  .krafted-scope .deferred-media__poster:focus{
    outline: transparent solid 1px;
  }
}
.krafted-scope .deferred-media__poster:focus:not(:focus-visible){
  outline: 0;
  box-shadow: none;
}

.krafted-scope .deferred-media__poster-button{
  background-color: rgb(var(--color-background));
  border: 0.1rem solid rgba(var(--color-foreground), 0.1);
  border-radius: 50%;
  color: rgb(var(--color-foreground));
  display: flex;
  align-items: center;
  justify-content: center;
  height: 6.2rem;
  width: 6.2rem;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) scale(1);
  transition: transform var(--duration-short) ease, color var(--duration-short) ease;
  z-index: 1;
}

.krafted-scope .deferred-media__poster-button:hover{
  transform: translate(-50%, -50%) scale(1.1);
}

.krafted-scope .deferred-media__poster-button .icon{
  width: 2rem;
  height: 2rem;
}

.krafted-scope .deferred-media__poster-button .icon-play{
  margin-left: 0.2rem;
}


/* === krafted-component-loading-spinner.css === */
.krafted-scope .loading__spinner{
  position: absolute;
  z-index: 1;
  width: 1.8rem;
}

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

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

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

.krafted-scope .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) {
  .krafted-scope .path{
    stroke: CanvasText;
  }
}

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

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

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


/* === krafted-component-model-viewer-ui.css === */
.krafted-scope .shopify-model-viewer-ui .shopify-model-viewer-ui__controls-area{
  background: rgb(var(--color-background));
  border-color: rgba(var(--color-foreground), 0.04);
}

.krafted-scope .shopify-model-viewer-ui .shopify-model-viewer-ui__button{
  color: rgba(var(--color-foreground), 0.75);
}

.krafted-scope .shopify-model-viewer-ui .shopify-model-viewer-ui__button--control:hover{
  color: rgba(var(--color-foreground), 0.55);
}

.krafted-scope .shopify-model-viewer-ui .shopify-model-viewer-ui__button--control:active,.krafted-scope .shopify-model-viewer-ui .shopify-model-viewer-ui__button--control.focus-visible:focus{
  color: rgba(var(--color-foreground), 0.55);
  background: rgba(var(--color-foreground), 0.04);
}

.krafted-scope .shopify-model-viewer-ui .shopify-model-viewer-ui__button--control:not(:last-child):after{
  border-color: rgba(var(--color-foreground), 0.04);
}

.krafted-scope .shopify-model-viewer-ui .shopify-model-viewer-ui__button--poster{
  border-radius: 50%;
  color: rgb(var(--color-foreground));
  background: rgb(var(--color-background));
  border-color: rgba(var(--color-foreground), 0.1);
  transform: translate(-50%, -50%) scale(1);
  transition: transform var(--duration-short) ease, color var(--duration-short) ease;
}

.krafted-scope .shopify-model-viewer-ui .shopify-model-viewer-ui__poster-control-icon{
  width: 4.8rem;
  height: 4.8rem;
  margin-top: 0.3rem;
}

.krafted-scope .shopify-model-viewer-ui .shopify-model-viewer-ui__button--poster:hover,.krafted-scope .shopify-model-viewer-ui .shopify-model-viewer-ui__button--poster:focus{
  transform: translate(-50%, -50%) scale(1.1);
}


/* === krafted-component-pickup-availability.css === */
.krafted-scope pickup-availability{
  display: block;
}

.krafted-scope pickup-availability[available]{
  min-height: 8rem;
}

.krafted-scope .pickup-availability-preview{
  align-items: flex-start;
  display: flex;
  gap: 0.2rem;
  padding: 1rem 2rem 0 0;
}

.krafted-scope .pickup-availability-preview .icon{
  flex-shrink: 0;
  height: 1.8rem;
}

.krafted-scope .pickup-availability-preview .icon-unavailable{
  height: 1.6rem;
  margin-top: 0.1rem;
}

.krafted-scope .pickup-availability-button{
  background-color: transparent;
  color: rgba(var(--color-foreground), 0.75);
  letter-spacing: 0.06rem;
  padding: 0 0 0.2rem;
  text-align: left;
  text-decoration: underline;
}

.krafted-scope .pickup-availability-button:hover{
  color: rgb(var(--color-foreground));
}

.krafted-scope .pickup-availability-info *{
  margin: 0 0 0.6rem;
}

.krafted-scope pickup-availability-drawer{
  background-color: rgb(var(--color-background));
  height: 100%;
  opacity: 0;
  overflow-y: auto;
  padding: 2rem;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 4;
  transition: opacity var(--duration-default) ease, transform var(--duration-default) ease;
  transform: translateX(100%);
  width: 100%;
  border-width: 0 0 0 var(--drawer-border-width);
  border-color: rgba(var(--color-foreground), var(--drawer-border-opacity));
  border-style: solid;
  filter: drop-shadow(
    var(--drawer-shadow-horizontal-offset) var(--drawer-shadow-vertical-offset) var(--drawer-shadow-blur-radius)
      rgba(var(--color-shadow), var(--drawer-shadow-opacity))
  );
}

.krafted-scope pickup-availability-drawer[open]{
  transform: translateX(0);
  opacity: 1;
}

@media screen and (min-width: 750px) {
  .krafted-scope pickup-availability-drawer{
    transform: translateX(100%);
    width: 37.5rem;
  }

  .krafted-scope pickup-availability-drawer[open]{
    opacity: 1;
    transform: translateX(0);
    animation: animateDrawerOpen var(--duration-default) ease;
  }
}

.krafted-scope .pickup-availability-header{
  align-items: flex-start;
  display: flex;
  justify-content: space-between;
  margin-bottom: 1.2rem;
}

.krafted-scope .pickup-availability-drawer-title{
  margin: 0.5rem 0 0;
}

.krafted-scope .pickup-availability-header .icon{
  width: 2rem;
}

.krafted-scope .pickup-availability-drawer-button{
  background-color: transparent;
  border: none;
  color: rgb(var(--color-foreground));
  cursor: pointer;
  display: block;
  height: 4.4rem;
  padding: 1.2rem;
  width: 4.4rem;
}

.krafted-scope .pickup-availability-drawer-button:hover{
  color: rgba(var(--color-foreground), 0.75);
}

.krafted-scope .pickup-availability-variant{
  font-size: 1.3rem;
  line-height: calc(1 + 0.2 / var(--font-body-scale));
  margin: 0 0 1.2rem;
  text-transform: capitalize;
}

.krafted-scope .pickup-availability-variant > * + strong{
  margin-left: 1rem;
}

.krafted-scope .pickup-availability-list__item{
  border-bottom: 0.1rem solid rgba(var(--color-foreground), 0.08);
  padding: 2rem 0;
}

.krafted-scope .pickup-availability-list__item:first-child{
  border-top: 0.1rem solid rgba(var(--color-foreground), 0.08);
}

.krafted-scope .pickup-availability-list__item > *{
  margin: 0;
}

.krafted-scope .pickup-availability-list__item > * + *{
  margin-top: 1rem;
}

.krafted-scope .pickup-availability-address{
  font-style: normal;
  font-size: 1.2rem;
  line-height: calc(1 + 0.5 / var(--font-body-scale));
}

.krafted-scope .pickup-availability-address p{
  margin: 0;
}

@keyframes animateDrawerOpen {
  @media screen and (max-width: 749px) {
    0% {
      opacity: 0;
      transform: translateX(100%);
    }

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

  @media screen and (min-width: 750px) {
    0% {
      opacity: 0;
      transform: translateX(100%);
    }

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


/* === krafted-component-price.css === */
.krafted-scope .price{
  font-size: 1.6rem;
  letter-spacing: 0.1rem;
  line-height: calc(1 + 0.5 / var(--font-body-scale));
  color: rgb(var(--color-foreground));
}

.krafted-scope .price > *{
  display: inline-block;
  vertical-align: top;
}

.krafted-scope .price.price--unavailable{
  visibility: hidden;
}

.krafted-scope .price--end{
  text-align: right;
}

.krafted-scope .price .price-item{
  display: inline-block;
  margin: 0 1rem 0 0;
}

.krafted-scope .price__regular .price-item--regular{
  margin-right: 0;
}

.krafted-scope .price:not(.price--show-badge) .price-item--last:last-of-type{
  margin: 0;
}

@media screen and (min-width: 750px) {
  .krafted-scope .price{
    margin-bottom: 0;
  }
}

.krafted-scope .price--large{
  font-size: 1.6rem;
  line-height: calc(1 + 0.5 / var(--font-body-scale));
  letter-spacing: 0.13rem;
}

@media screen and (min-width: 750px) {
  .krafted-scope .price--large{
    font-size: 1.8rem;
  }
}

.krafted-scope .price--sold-out .price__availability,.krafted-scope .price__regular{
  display: block;
}

.krafted-scope .price__sale,.krafted-scope .price__availability,.krafted-scope .price .price__badge-sale,.krafted-scope .price .price__badge-sold-out,.krafted-scope .price--on-sale .price__regular,.krafted-scope .price--on-sale .price__availability{
  display: none;
}

.krafted-scope .price--sold-out .price__badge-sold-out,.krafted-scope .price--on-sale .price__badge-sale,.krafted-scope .volume-pricing--sale-badge .price__badge-sale{
  display: inline-block;
}

.krafted-scope .volume-pricing--sale-badge .price__badge-sale{
  margin-left: 0.5rem;
}

.krafted-scope .price--on-sale .price__sale{
  display: initial;
  flex-direction: row;
  flex-wrap: wrap;
}

.krafted-scope .price--center{
  display: initial;
  justify-content: center;
}

.krafted-scope .price--on-sale .price-item--regular{
  text-decoration: line-through;
  color: rgba(var(--color-foreground), 0.75);
  font-size: 1.3rem;
}

.krafted-scope .unit-price{
  display: block;
  font-size: 1.1rem;
  letter-spacing: 0.04rem;
  line-height: calc(1 + 0.2 / var(--font-body-scale));
  margin-top: 0.2rem;
  text-transform: uppercase;
  color: rgba(var(--color-foreground), 0.7);
}


/* === krafted-component-product-model.css === */
.krafted-scope .product__xr-button{
  background: rgba(var(--color-foreground), 0.08);
  color: rgb(var(--color-foreground));
  margin: 1rem auto;
  box-shadow: none;
  display: flex;
}

.krafted-scope .button.product__xr-button:hover{
  box-shadow: none;
}

.krafted-scope .product__xr-button[data-shopify-xr-hidden]{
  visibility: hidden;
}

.krafted-scope .shopify-design-mode .product__xr-button[data-shopify-xr-hidden]{
  display: none;
}

@media screen and (max-width: 749px) {
  .krafted-scope slider-component .product__xr-button{
    display: none;
  }

  .krafted-scope .active .product__xr-button:not([data-shopify-xr-hidden]){
    display: block;
  }
}

@media screen and (min-width: 750px) {
  .krafted-scope slider-component + .button.product__xr-button{
    display: none;
  }

  .krafted-scope .product__xr-button[data-shopify-xr-hidden]{
    display: none;
  }
}

.krafted-scope .product__xr-button .icon{
  width: 1.4rem;
  margin-right: 1rem;
}


/* === krafted-component-product-variant-picker.css === */
.krafted-scope variant-selects{
  display: block;
}

.krafted-scope .product--no-media .product-form__input--pill,.krafted-scope .product--no-media .product-form__input--swatch,.krafted-scope .product--no-media .product-form__input--dropdown{
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.krafted-scope .product--no-media .product-form__input.product-form__input--pill,.krafted-scope .product--no-media .product-form__input.product-form__input--swatch{
  flex-wrap: wrap;
  margin: 0 auto 1.2rem auto;
}

.krafted-scope .product--no-media .product-form__input--dropdown{
  flex-direction: column;
  max-width: 100%;
}

.krafted-scope :is(.product-form__input--pill,.krafted-scope .product-form__input--swatch) .form__label{
  margin-bottom: 0.2rem;
}

.krafted-scope .product-form__input input[type='radio']{
  clip: rect(0, 0, 0, 0);
  overflow: hidden;
  position: absolute;
  height: 1px;
  width: 1px;
}

.krafted-scope .product-form__input input[type='radio']:not(.disabled):not(.visually-disabled) + label > .label-unavailable{
  display: none;
}

.krafted-scope .product-form__input--dropdown{
  --swatch-input--size: 2rem;
  margin-bottom: 1.6rem;
}

.krafted-scope .product-form__input--dropdown .dropdown-swatch + select{
  padding-left: calc(2.4rem + var(--swatch-input--size));
}

.krafted-scope .product-form__input--dropdown .dropdown-swatch{
  position: absolute;
  left: 1.6rem;
  top: calc(50% - var(--swatch-input--size) / 2);
  width: var(--swatch-input--size);
  height: var(--swatch-input--size);
  z-index: 1;
}

/* Custom styles for Pill display type */
.krafted-scope .product-form__input--pill input[type='radio'] + label{
  border: var(--variant-pills-border-width) solid rgba(var(--color-foreground), var(--variant-pills-border-opacity));
  background-color: rgb(var(--color-background));
  color: rgba(var(--color-foreground));
  border-radius: var(--variant-pills-radius);
  color: rgb(var(--color-foreground));
  display: inline-block;
  margin: 0.7rem 0.5rem 0.2rem 0;
  padding: 1rem 2rem;
  font-size: 1.4rem;
  letter-spacing: 0.1rem;
  line-height: 1;
  text-align: center;
  transition: border var(--duration-short) ease;
  cursor: pointer;
  position: relative;
}

.krafted-scope .product-form__input--pill input[type='radio'] + label:before{
  content: '';
  position: absolute;
  top: calc(var(--variant-pills-border-width) * -1);
  right: calc(var(--variant-pills-border-width) * -1);
  bottom: calc(var(--variant-pills-border-width) * -1);
  left: calc(var(--variant-pills-border-width) * -1);
  z-index: -1;
  border-radius: var(--variant-pills-radius);
  box-shadow: var(--variant-pills-shadow-horizontal-offset) var(--variant-pills-shadow-vertical-offset)
    var(--variant-pills-shadow-blur-radius) rgba(var(--color-shadow), var(--variant-pills-shadow-opacity));
}

.krafted-scope .product-form__input--pill input[type='radio'] + label:hover{
  border-color: rgb(var(--color-foreground));
}

.krafted-scope .product-form__input--pill input[type='radio']:checked + label{
  background-color: rgb(var(--color-foreground));
  color: rgb(var(--color-background));
}

@media screen and (forced-colors: active) {
  .krafted-scope .product-form__input--pill input[type='radio']:checked + label{
    text-decoration: underline;
  }

  .krafted-scope .product-form__input--pill input[type='radio']:focus-visible + label{
    outline: transparent solid 1px;
    outline-offset: 2px;
  }
}

.krafted-scope .product-form__input--pill input[type='radio']:checked + label::selection{
  background-color: rgba(var(--color-background), 0.3);
}

.krafted-scope .product-form__input--pill input[type='radio']:disabled + label,.krafted-scope .product-form__input--pill input[type='radio'].disabled + label{
  border-color: rgba(var(--color-foreground), 0.1);
  color: rgba(var(--color-foreground), 0.6);
  text-decoration: line-through;
}

.krafted-scope .product-form__input--pill input[type='radio'].disabled:checked + label,.krafted-scope .product-form__input--pill input[type='radio']:disabled:checked + label{
  color: rgba(var(--color-background), 0.6);
}
.krafted-scope .product-form__input--pill input[type='radio']:focus-visible + label{
  box-shadow: 0 0 0 0.3rem rgb(var(--color-background)), 0 0 0 0.5rem rgba(var(--color-foreground), 0.55);
}

/* Fallback */
.krafted-scope .product-form__input--pill input[type='radio'].focused + label{
  box-shadow: 0 0 0 0.3rem rgb(var(--color-background)), 0 0 0 0.5rem rgba(var(--color-foreground), 0.55);
}

/* Custom styles for Swatch display type */
.krafted-scope .product-form__input--swatch{
  display: flex;
  flex-wrap: wrap;
}

.krafted-scope .product-form__input--swatch .swatch-input__input + .swatch-input__label{
  --swatch-input--size: 3.6rem;

  margin: 0.7rem 1.2rem 0.2rem 0;
}

@media screen and (min-width: 750px) {
  .krafted-scope .product-form__input--swatch .swatch-input__input + .swatch-input__label{
    --swatch-input--size: 2.8rem;
  }
}
/* End custom styles for Swatch display type */


/* === krafted-component-rating.css === */
.krafted-scope .product--no-media .rating-wrapper{
  text-align: center;
}

.krafted-scope .rating{
  display: inline-block;
  margin: 0;
}

.krafted-scope .product .rating-star{
  --letter-spacing: 0.8;
  --font-size: 1.7;
}

.krafted-scope .card-wrapper .rating-star{
  --letter-spacing: 0.7;
  --font-size: 1.4;
}

.krafted-scope .rating-star{
  --color-rating-star: rgb(var(--color-foreground));
  --percent: calc(
    (
        var(--rating) / var(--rating-max) + var(--rating-decimal) * var(--font-size) /
          (var(--rating-max) * (var(--letter-spacing) + var(--font-size)))
      ) * 100%
  );
  letter-spacing: calc(var(--letter-spacing) * 1rem);
  font-size: calc(var(--font-size) * 1rem);
  line-height: 1;
  display: inline-block;
  font-family: Times;
  margin: 0;
}

.krafted-scope .rating-star::before{
  content: '★★★★★';
  background: linear-gradient(
    90deg,
    var(--color-rating-star) var(--percent),
    rgba(var(--color-foreground), 0.15) var(--percent)
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.krafted-scope .rating-text{
  display: none;
}

.krafted-scope .rating-count{
  display: inline-block;
  margin: 0;
}

@media (forced-colors: active) {
  .krafted-scope .rating{
    display: none;
  }

  .krafted-scope .rating-text{
    display: block;
  }
}


/* === krafted-component-slider.css === */
.krafted-scope slider-component{
  --desktop-margin-left-first-item: max(
    5rem,
    calc((100vw - var(--page-width) + 10rem - var(--grid-desktop-horizontal-spacing)) / 2)
  );
  position: relative;
  display: block;
}

.krafted-scope slider-component.slider-component-full-width{
  --desktop-margin-left-first-item: 1.5rem;
}

@media screen and (max-width: 749px) {
  .krafted-scope slider-component.page-width{
    padding: 0 1.5rem;
  }
}

@media screen and (min-width: 749px) and (max-width: 990px) {
  .krafted-scope slider-component.page-width{
    padding: 0 5rem;
  }
}

.krafted-scope .slider__slide{
  --focus-outline-padding: 0.5rem;
  --shadow-padding-top: calc((var(--shadow-vertical-offset) * -1 + var(--shadow-blur-radius)) * var(--shadow-visible));
  --shadow-padding-bottom: calc((var(--shadow-vertical-offset) + var(--shadow-blur-radius)) * var(--shadow-visible));
  scroll-snap-align: start;
  flex-shrink: 0;
  padding-bottom: 0;
}

@media screen and (max-width: 749px) {
  .krafted-scope .slider.slider--mobile{
    position: relative;
    flex-wrap: inherit;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    scroll-padding-left: 1.5rem;
    -webkit-overflow-scrolling: touch;
    margin-bottom: 1rem;
    display: flex;
  }

  /* Fix to show some space at the end of our sliders in all browsers */
  .krafted-scope .slider--mobile:after{
    content: '';
    width: 0;
    padding-left: 1.5rem;
  }

  .krafted-scope .slider.slider--mobile .slider__slide{
    margin-bottom: 0;
    padding-top: max(var(--focus-outline-padding), var(--shadow-padding-top));
    padding-bottom: max(var(--focus-outline-padding), var(--shadow-padding-bottom));
  }

  .krafted-scope .slider.slider--mobile.contains-card--standard .slider__slide:not(.collection-list__item--no-media){
    padding-bottom: var(--focus-outline-padding);
  }

  .krafted-scope .slider.slider--mobile.contains-content-container .slider__slide{
    --focus-outline-padding: 0rem;
  }
}

@media screen and (min-width: 750px) {
  .krafted-scope .slider.slider--tablet-up{
    position: relative;
    flex-wrap: inherit;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    scroll-padding-left: 1rem;
    -webkit-overflow-scrolling: touch;
  }

  .krafted-scope .slider.slider--tablet-up .slider__slide{
    margin-bottom: 0;
  }
}

@media screen and (max-width: 989px) {
  .krafted-scope .slider.slider--tablet{
    position: relative;
    flex-wrap: inherit;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    scroll-padding-left: 1.5rem;
    -webkit-overflow-scrolling: touch;
    margin-bottom: 1rem;
  }

  /* Fix to show some space at the end of our sliders in all browsers */
  .krafted-scope .slider--tablet:after{
    content: '';
    width: 0;
    padding-left: 1.5rem;
    margin-left: calc(-1 * var(--grid-desktop-horizontal-spacing));
  }

  .krafted-scope .slider.slider--tablet .slider__slide{
    margin-bottom: 0;
    padding-top: max(var(--focus-outline-padding), var(--shadow-padding-top));
    padding-bottom: max(var(--focus-outline-padding), var(--shadow-padding-bottom));
  }

  .krafted-scope .slider.slider--tablet.contains-card--standard .slider__slide:not(.collection-list__item--no-media){
    padding-bottom: var(--focus-outline-padding);
  }

  .krafted-scope .slider.slider--tablet.contains-content-container .slider__slide{
    --focus-outline-padding: 0rem;
  }
}

.krafted-scope .slider--everywhere{
  position: relative;
  flex-wrap: inherit;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
  margin-bottom: 1rem;
}

.krafted-scope .slider.slider--everywhere .slider__slide{
  margin-bottom: 0;
  scroll-snap-align: center;
}

@media screen and (min-width: 990px) {
  .krafted-scope .slider-component-desktop.page-width{
    max-width: none;
  }

  .krafted-scope .slider--desktop{
    position: relative;
    flex-wrap: inherit;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
    margin-bottom: 1rem;
    scroll-padding-left: var(--desktop-margin-left-first-item);
  }

  /* Fix to show some space at the end of our sliders in all browsers */
  .krafted-scope .slider--desktop:after{
    content: '';
    width: 0;
    padding-left: 5rem;
    margin-left: calc(-1 * var(--grid-desktop-horizontal-spacing));
  }

  .krafted-scope .slider.slider--desktop .slider__slide{
    margin-bottom: 0;
    padding-top: max(var(--focus-outline-padding), var(--shadow-padding-top));
    padding-bottom: max(var(--focus-outline-padding), var(--shadow-padding-bottom));
  }

  .krafted-scope .slider--desktop .slider__slide:first-child{
    margin-left: var(--desktop-margin-left-first-item);
    scroll-margin-left: var(--desktop-margin-left-first-item);
  }

  .krafted-scope .slider-component-full-width .slider--desktop{
    scroll-padding-left: 1.5rem;
  }

  .krafted-scope .slider-component-full-width .slider--desktop .slider__slide:first-child{
    margin-left: 1.5rem;
    scroll-margin-left: 1.5rem;
  }

  /* Fix to show some space at the end of our sliders in all browsers */
  .krafted-scope .slider-component-full-width .slider--desktop:after{
    padding-left: 1.5rem;
  }

  .krafted-scope .slider--desktop.grid--5-col-desktop .grid__item{
    width: calc((100% - var(--desktop-margin-left-first-item)) / 5 - var(--grid-desktop-horizontal-spacing) * 2);
  }

  .krafted-scope .slider--desktop.grid--4-col-desktop .grid__item{
    width: calc((100% - var(--desktop-margin-left-first-item)) / 4 - var(--grid-desktop-horizontal-spacing) * 3);
  }

  .krafted-scope .slider--desktop.grid--3-col-desktop .grid__item{
    width: calc((100% - var(--desktop-margin-left-first-item)) / 3 - var(--grid-desktop-horizontal-spacing) * 4);
  }

  .krafted-scope .slider--desktop.grid--2-col-desktop .grid__item{
    width: calc((100% - var(--desktop-margin-left-first-item)) / 2 - var(--grid-desktop-horizontal-spacing) * 5);
  }

  .krafted-scope .slider--desktop.grid--1-col-desktop .grid__item{
    width: calc((100% - var(--desktop-margin-left-first-item)) - var(--grid-desktop-horizontal-spacing) * 9);
  }

  .krafted-scope .slider.slider--desktop.contains-card--standard .slider__slide:not(.collection-list__item--no-media){
    padding-bottom: var(--focus-outline-padding);
  }

  .krafted-scope .slider.slider--desktop.contains-content-container .slider__slide{
    --focus-outline-padding: 0rem;
  }
}

@media (prefers-reduced-motion) {
  .krafted-scope .slider{
    scroll-behavior: auto;
  }
}

/* Scrollbar */

.krafted-scope .slider{
  scrollbar-color: rgb(var(--color-foreground)) rgba(var(--color-foreground), 0.04);
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.krafted-scope .slider::-webkit-scrollbar{
  height: 0.4rem;
  width: 0.4rem;
  display: none;
}

.krafted-scope .slider::-webkit-scrollbar-thumb{
  background-color: rgb(var(--color-foreground));
  border-radius: 0.4rem;
  border: 0;
}

.krafted-scope .slider::-webkit-scrollbar-track{
  background: rgba(var(--color-foreground), 0.04);
  border-radius: 0.4rem;
}

.krafted-scope .slider-counter{
  display: flex;
  justify-content: center;
  min-width: 4.4rem;
}

@media screen and (min-width: 750px) {
  .krafted-scope .slider-counter--dots{
    margin: 0 1.2rem;
  }
}

.krafted-scope .slider-counter__link{
  padding: 1rem;
}

@media screen and (max-width: 749px) {
  .krafted-scope .slider-counter__link{
    padding: 0.7rem;
  }
}

.krafted-scope .slider-counter__link--dots .dot{
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
  border: 0.1rem solid rgba(var(--color-foreground), 0.5);
  padding: 0;
  display: block;
}

.krafted-scope .slider-counter__link--active.slider-counter__link--dots .dot{
  background-color: rgb(var(--color-foreground));
}

@media screen and (forced-colors: active) {
  .krafted-scope .slider-counter__link--active.slider-counter__link--dots .dot{
    background-color: CanvasText;
  }
}

.krafted-scope .slider-counter__link--dots:not(.slider-counter__link--active):hover .dot{
  border-color: rgb(var(--color-foreground));
}

.krafted-scope .slider-counter__link--dots .dot,.krafted-scope .slider-counter__link--numbers{
  transition: transform 0.2s ease-in-out;
}

.krafted-scope .slider-counter__link--active.slider-counter__link--numbers,.krafted-scope .slider-counter__link--dots:not(.slider-counter__link--active):hover .dot,.krafted-scope .slider-counter__link--numbers:hover{
  transform: scale(1.1);
}

.krafted-scope .slider-counter__link--numbers{
  color: rgba(var(--color-foreground), 0.5);
  text-decoration: none;
}

.krafted-scope .slider-counter__link--numbers:hover{
  color: rgb(var(--color-foreground));
}

.krafted-scope .slider-counter__link--active.slider-counter__link--numbers{
  text-decoration: underline;
  color: rgb(var(--color-foreground));
}

.krafted-scope .slider-buttons{
  display: flex;
  align-items: center;
  justify-content: center;
}

@media screen and (min-width: 990px) {
  .krafted-scope .slider:not(.slider--everywhere):not(.slider--desktop) + .slider-buttons{
    display: none;
  }
}

@media screen and (max-width: 989px) {
  .krafted-scope .slider--desktop:not(.slider--tablet) + .slider-buttons{
    display: none;
  }
}

@media screen and (min-width: 750px) {
  .krafted-scope .slider--mobile + .slider-buttons{
    display: none;
  }
}

.krafted-scope .slider-button{
  color: rgba(var(--color-foreground), 0.75);
  background: transparent;
  border: none;
  cursor: pointer;
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.krafted-scope .slider-button:not([disabled]):hover{
  color: rgb(var(--color-foreground));
}

.krafted-scope .slider-button .icon{
  height: 0.6rem;
}

.krafted-scope .slider-button[disabled] .icon{
  color: rgba(var(--color-foreground), 0.3);
  cursor: not-allowed;
}

.krafted-scope .slider-button--next .icon{
  transform: rotate(-90deg);
}

.krafted-scope .slider-button--prev .icon{
  transform: rotate(90deg);
}

.krafted-scope .slider-button--next:not([disabled]):hover .icon{
  transform: rotate(-90deg) scale(1.1);
}

.krafted-scope .slider-button--prev:not([disabled]):hover .icon{
  transform: rotate(90deg) scale(1.1);
}


/* === krafted-component-swatch-input.css === */
/* swatch-input lives in its own file for reusability of the swatch in other areas than the product form context */
.krafted-scope .swatch-input__input + .swatch-input__label{
  --swatch-input--border-radius: 50%;
  display: inline-block;
  max-width: 100%;
  border-radius: var(--swatch-input--border-radius);
  cursor: pointer;
  outline-offset: 0.2rem;
  outline-color: transparent;
  outline-style: solid;
  transition-property: outline-color, outline-width, box-shadow;
  transition-duration: var(--duration-short);
  transition-timing-function: ease;
  forced-color-adjust: none;
}

.krafted-scope .swatch-input__input + .swatch-input__label.swatch-input__label--square{
  --swatch-input--border-radius: 0.2rem;
}

/* Active state */
.krafted-scope .swatch-input__input:active + .swatch-input__label,.krafted-scope .swatch-input__input:checked + .swatch-input__label{
  outline: 0.1rem solid rgb(var(--color-foreground));
}

/* Hover state */
.krafted-scope .swatch-input__input + .swatch-input__label:hover,.krafted-scope .swatch-input__input:hover + .swatch-input__label{
  outline: 0.2rem solid rgba(var(--color-foreground), 0.4);
}

/* Focus visible */
.krafted-scope .swatch-input__input:focus-visible + .swatch-input__label{
  outline: 0.2rem solid rgba(var(--color-foreground), 0.5);
  box-shadow: 0 0 0 0.2rem rgb(var(--color-background)), 0 0 0.1rem 0.5rem rgba(var(--color-foreground), 0.25);
}

/* Active and focused */
.krafted-scope .swatch-input__input:active:focus-visible + .swatch-input__label,.krafted-scope .swatch-input__input:checked:focus-visible + .swatch-input__label{
  outline: 0.1rem solid rgb(var(--color-foreground));
  box-shadow: 0 0 0 0.2rem rgb(var(--color-background)), 0 0 0.1rem 0.4rem rgba(var(--color-foreground), 0.25);
}

/* Visually disabled */
.krafted-scope .swatch-input__input.visually-disabled:not(:active):not(:checked) + .swatch-input__label{
  transition: none;
}
.krafted-scope .swatch-input__input.visually-disabled:not(:active):not(:checked) + .swatch-input__label:hover{
  outline: none;
}

/* Actually disabled */
.krafted-scope .swatch-input__input:disabled + .swatch-input__label{
  pointer-events: none;
}

/* Overrides for swatch snippet when used inside disabled swatch-input */
.krafted-scope .swatch-input__input:disabled + .swatch-input__label > .swatch,.krafted-scope .swatch-input__input.visually-disabled + .swatch-input__label > .swatch{
  position: relative;
  overflow: hidden;
}

/* Disabled styles */
.krafted-scope .swatch-input__input:disabled + .swatch-input__label > .swatch,.krafted-scope .swatch-input__input.visually-disabled + .swatch-input__label > .swatch{
  opacity: 0.4;
}

/* Display crossed out line over swatch when input is disabled */
.krafted-scope .swatch-input__input:disabled + .swatch-input__label > .swatch::after,.krafted-scope .swatch-input__input.visually-disabled + .swatch-input__label > .swatch::after{
  /* Diagonal of a square = length of the side * sqrt(2)  */
  --diagonal--size: calc(var(--swatch-input--size) * 1.414);
  --crossed-line--size: 0.1rem;
  content: '';
  position: absolute;
  bottom: calc(var(--crossed-line--size) * -0.5);
  left: 0;
  width: var(--diagonal--size);
  height: var(--crossed-line--size);
  background-color: rgb(var(--color-foreground));
  transform: rotate(-45deg);
  transform-origin: left;
}


/* === krafted-component-swatch.css === */
/* swatch lives in its own file for reusability of the swatch in swatch-input and dropdown */
.krafted-scope .swatch{
  --swatch--size: var(--swatch-input--size, 4.4rem);
  --swatch--border-radius: var(--swatch-input--border-radius, 50%);

  display: block;
  width: var(--swatch--size);
  max-width: 100%;
  aspect-ratio: 1 / 1;
  background: var(--swatch--background);
  background-position: var(--swatch-focal-point, initial);
  background-size: cover;
  background-origin: border-box;
  border: 0.1rem solid rgba(var(--color-foreground), 0.15);
  border-radius: var(--swatch--border-radius);
}

.krafted-scope .swatch--square{
  --swatch--border-radius: var(--swatch-input--border-radius, 0.2rem);
}

.krafted-scope .swatch--unavailable{
  border-style: dashed;
  border-color: rgba(var(--color-foreground), 0.5);
}


/* === krafted-component-volume-pricing.css === */
.krafted-scope volume-pricing{
  display: block;
  margin-top: 2rem;
}

.krafted-scope volume-pricing li:nth-child(odd){
  background: rgba(var(--color-foreground), 0.04);
}

.krafted-scope volume-pricing ul{
  margin-top: 1.2rem;
}

.krafted-scope volume-pricing li{
  font-size: 1.4rem;
  letter-spacing: 0.06rem;
  padding: 0.6rem 0.8rem;
  display: flex;
  justify-content: space-between;
}

.krafted-scope .volume-pricing-note{
  margin-top: -2.6rem;
}

.krafted-scope .product--no-media .volume-pricing-note{
  text-align: center;
}

.krafted-scope .product--no-media volume-pricing{
  width: 30rem;
}

.krafted-scope .volume-pricing-note span,.krafted-scope volume-pricing .label-show-more{
  font-size: 1.2rem;
  letter-spacing: 0.07rem;
}

.krafted-scope volume-pricing show-more-button{
  margin-top: 0.8rem;
}

.krafted-scope .product-form__input price-per-item,.krafted-scope .price-per-item__container{
  display: flex;
  align-items: center;
  gap: 1rem;
}

.krafted-scope .product-form__input .price-per-item{
  color: rgba(var(--color-foreground));
  font-size: 1.4rem;
  letter-spacing: 0.06rem;
}

.krafted-scope .price-per-item dl{
  margin: 0;
}

.krafted-scope .price-per-item dd{
  margin-left: 0;
}

.krafted-scope .price-per-item__container .variant-item__old-price,.krafted-scope .price__regular .variant-item__old-price{
  color: rgba(var(--color-foreground), 0.75);
  font-size: 1.2rem;
  letter-spacing: 0.07rem;
}


/* === krafted-quick-add.css === */
.krafted-scope .quick-add{
  position: relative;
  grid-row-start: 4;
  margin: 0 0 1rem;
  z-index: 1;
}

.krafted-scope .card--card .quick-add{
  margin: 0 1.3rem 1rem;
}

.krafted-scope .quick-add-modal{
  box-sizing: border-box;
  opacity: 0;
  position: fixed;
  visibility: hidden;
  z-index: -1;
  margin: 0 auto;
  top: 0;
  left: 0;
  width: 100%;
  background: rgba(var(--color-foreground), 0.2);
  height: 100%;
}

.krafted-scope .quick-add-modal[open]{
  opacity: 1;
  visibility: visible;
  z-index: 101;
}

.krafted-scope .quick-add-modal .scroll-trigger.scroll-trigger{
  animation: none;
  opacity: 1;
}

.krafted-scope .quick-add-modal__content.quick-add-modal__content--bulk{
  width: 90%;
}

.krafted-scope .quick-add-modal__content{
  --modal-height-offset: 3.2rem;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  margin: var(--modal-height-offset) auto 0;
  width: 100%;
  background-color: rgb(var(--color-background));
  overflow: hidden;
  max-width: var(--page-width);
  width: calc(100% - 3rem);
}

@media screen and (min-width: 750px) {
  .krafted-scope .quick-add-modal__content{
    --modal-height-offset: 10rem;
    margin-top: var(--modal-height-offset);
    width: 80%;
    max-height: calc(100% - var(--modal-height-offset) * 2);
    overflow-y: auto;
  }

  .krafted-scope quick-add-modal .quick-add-modal__toggle{
    top: 2rem;
    right: 2rem;
  }
}

@media screen and (min-width: 990px) {
  .krafted-scope .quick-add-modal__content{
    width: 70%;
  }
}

.krafted-scope .quick-add-modal__content img{
  max-width: 100%;
}

.krafted-scope .quick-add-modal__content-info--bulk h3{
  margin-bottom: 0.5rem;
  margin-top: 0;
}

.krafted-scope .quick-add-modal__content-info--bulk .price,.krafted-scope .quick-add-modal__content-info--bulk .card__information-volume-pricing-note{
  display: inline-block;
}

@media screen and (min-width: 750px) {
  .krafted-scope .quick-add-modal__content-info--bulk .card__information-volume-pricing-note{
    padding-left: 1.6rem;
  }
}

@media screen and (min-width: 990px) {
  .krafted-scope .quick-add-modal__content-info.quick-add-modal__content-info--bulk{
    overflow-y: initial;
  }

  .krafted-scope .quick-add-modal__content-info--bulk .quick-order-list__table th{
    padding-top: 2.5rem;
  }

  .krafted-scope .quick-add-modal__content-info--bulk thead{
    position: sticky;
    z-index: 3;
    top: 0;
    background-color: rgb(var(--color-background));
  }
}

.krafted-scope .quick-add-modal__content-info--bulk .quick-add__product-media,.krafted-scope .quick-add-modal__content-info--bulk .quick-add__product-container,.krafted-scope .quick-add-modal__content-info--bulk .quick-add__info{
  width: 4.8rem;
  height: 7rem;
}

.krafted-scope .quick-add-modal__content-info--bulk-details{
  padding-left: 1rem;
}

@media screen and (min-width: 990px) {
  .krafted-scope .quick-add-modal__content-info--bulk .quick-add__product-media,.krafted-scope .quick-add-modal__content-info--bulk .quick-add__product-container,.krafted-scope .quick-add-modal__content-info--bulk .quick-add__info{
    width: 17rem;
    height: 22rem;
  }

  .krafted-scope .quick-add-modal__content-info--bulk-details,.krafted-scope .quick-add-modal__content-info--bulk quick-order-list{
    padding: 0 2.5rem;
  }
}

.krafted-scope .quick-add__product-media{
  margin-bottom: 1rem;
}

.krafted-scope .quick-add-modal__content-info--bulk .quick-add__product-container img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.krafted-scope .quick-add-modal__content-info--bulk .quick-add__info{
  display: flex;
}

.krafted-scope .quick-add-modal__content-info--bulk .quick-add__content-info__media{
  width: auto;
}

@media screen and (max-width: 990px) {
  .krafted-scope .quick-add-modal__content-info--bulk .quick-add__content-info__media{
    display: flex;
    margin: 0;
  }

  .krafted-scope .quick-add-modal__content-info--bulk quick-order-list{
    padding-left: 0;
    padding-right: 0;
  }

  .krafted-scope .quick-add-modal__content-info.quick-add-modal__content-info--bulk{
    --modal-padding: 1.5rem;
  }
}

@media screen and (min-width: 989px) {
  .krafted-scope .quick-add-modal__content-info--bulk .quick-add__info{
    flex-direction: column;
    position: sticky;
    top: 0;
    margin-top: -2.5rem;
    padding-top: 2.5rem;
  }
}

@media screen and (max-width: 990px) {
  .krafted-scope .quick-add-modal__content-info--bulk{
    flex-direction: column;
  }
}

.krafted-scope .quick-add-modal__content-info{
  --modal-padding: 2.5rem;
  padding-right: 4.4rem;
  display: flex;
  overflow-y: auto;
  padding: var(--modal-padding);
  height: 100%;
}

.krafted-scope .quick-add-modal__content-info > *{
  height: auto;
  margin: 0 auto;
  max-width: 100%;
  width: 100%;
}

@media screen and (max-width: 749px) {
  .krafted-scope quick-add-modal .slider .product__media-item.grid__item{
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }

  .krafted-scope .quick-add-modal__content{
    bottom: var(--modal-height-offset);
  }

  .krafted-scope .quick-add-modal__content-info > *{
    max-height: 100%;
  }

  .krafted-scope quick-add-modal .product--mobile-columns .product__media-item{
    width: calc(100% - 3rem - var(--grid-mobile-horizontal-spacing));
  }
}

.krafted-scope .quick-add-modal__toggle{
  background-color: rgb(var(--color-background));
  border: 0.1rem solid rgba(var(--color-foreground), 0.1);
  border-radius: 50%;
  color: rgba(var(--color-foreground), 0.55);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  padding: 1.2rem;
  z-index: 5;
  width: 4rem;
  position: fixed;
  top: 1.5rem;
  right: 1.5rem;
}

.krafted-scope .quick-add-modal__toggle:hover{
  color: rgba(var(--color-foreground), 0.75);
}

.krafted-scope .quick-add-modal__toggle .icon{
  height: auto;
  margin: 0;
  width: 2.2rem;
}

.krafted-scope quick-add-modal .product:not(.featured-product) .product__view-details{
  display: block;
}

.krafted-scope quick-add-modal .quick-add-hidden,.krafted-scope quick-add-modal .product__modal-opener:not(.product__modal-opener--image),.krafted-scope quick-add-modal .product__media-item:not(:first-child){
  display: none !important;
}

.krafted-scope quick-add-modal .slider.slider--mobile{
  overflow: visible;
}

.krafted-scope quick-add-modal .product__column-sticky .product__media-list{
  margin-bottom: 0;
}

.krafted-scope quick-add-modal .product__media-list .deferred-media{
  display: block;
  width: 100%;
}

.krafted-scope quick-add-modal .product__column-sticky{
  top: 0;
  position: relative;
}

@media screen and (min-width: 750px) {
  .krafted-scope quick-add-modal .product:not(.product--no-media) .product__media-wrapper{
    max-width: 45%;
    width: calc(45% - var(--grid-desktop-horizontal-spacing) / 2);
  }

  .krafted-scope quick-add-modal .product:not(.product--no-media) .product__info-wrapper{
    padding-left: 4rem;
    max-width: 54%;
    width: calc(54% - var(--grid-desktop-horizontal-spacing) / 2);
  }

  .krafted-scope quick-add-modal .product--columns .product__media-item:not(.product__media-item--single):not(:only-child){
    max-width: 100%;
    width: 100%;
  }

  .krafted-scope quick-add-modal .thumbnail-slider .thumbnail-list.slider--tablet-up{
    display: none;
  }
}

.krafted-scope quick-add-modal .page-width{
  padding: 0;
}

.krafted-scope quick-add-modal .product__title > h1{
  display: none;
}

.krafted-scope quick-add-modal .product__title > a{
  display: block;
  text-decoration: none;
}

.krafted-scope quick-add-modal .product__title > a:hover{
  color: rgb(var(--color-foreground));
  text-decoration: underline;
  text-underline-offset: 0.2rem;
  text-decoration-thickness: 0.3rem;
}

.krafted-scope quick-add-modal .product-form__buttons{
  max-width: initial;
}

.krafted-scope .quick-add__submit{
  padding: 0.8rem;
  min-width: 100%;
  box-sizing: border-box;
}

.krafted-scope quick-add-modal .product-media-container.constrain-height{
  --viewport-offset: calc((var(--modal-height-offset) + var(--modal-padding) + var(--popup-border-width)) * 2);
}

@media screen and (min-width: 750px) {
  .krafted-scope quick-add-modal .product-media-container.constrain-height{
    --constrained-min-height: 400px;
  }
}

.krafted-scope quick-add-bulk{
  position: relative;
  grid-row-start: 4;
  margin: 0 0 1rem;
  z-index: 1;
}

.krafted-scope .card__content quick-add-bulk .quantity{
  width: 100%;
}

.krafted-scope quick-add-bulk .progress-bar-container{
  position: absolute;
  height: 100%;
  display: flex;
  overflow: hidden;
  border-radius: var(--inputs-radius-outset);
  border: var(--inputs-border-width) solid transparent;
}

.krafted-scope quick-add-bulk quantity-input{
  justify-content: space-between;
}

.krafted-scope quick-add-bulk .quantity__input{
  max-width: calc(6.5rem / var(--font-body-scale));
  flex-grow: 0;
}

.krafted-scope .quantity__input-disabled{
  pointer-events: none;
}

