

@font-face {
font-family: "DM Sans";
font-weight: 400;
font-style: normal;
font-display: swap;
src: url("/assets/cdn/fonts/dm_sans/dmsans_n4.ec80bd4dd7e1a334c969c265873491ae56018d72.woff2") format("woff2"),
     url("/assets/cdn/fonts/dm_sans/dmsans_n4.87bdd914d8a61247b911147ae68e754d695c58a6.woff") format("woff");
}

@font-face {
font-family: "DM Sans";
font-weight: 700;
font-style: normal;
font-display: swap;
src: url("/assets/cdn/fonts/dm_sans/dmsans_n7.97e21d81502002291ea1de8aefb79170c6946ce5.woff2") format("woff2"),
     url("/assets/cdn/fonts/dm_sans/dmsans_n7.af5c214f5116410ca1d53a2090665620e78e2e1b.woff") format("woff");
}

@font-face {
font-family: "DM Sans";
font-weight: 400;
font-style: italic;
font-display: swap;
src: url("/assets/cdn/fonts/dm_sans/dmsans_i4.b8fe05e69ee95d5a53155c346957d8cbf5081c1a.woff2") format("woff2"),
     url("/assets/cdn/fonts/dm_sans/dmsans_i4.403fe28ee2ea63e142575c0aa47684d65f8c23a0.woff") format("woff");
}

@font-face {
font-family: "DM Sans";
font-weight: 700;
font-style: italic;
font-display: swap;
src: url("/assets/cdn/fonts/dm_sans/dmsans_i7.52b57f7d7342eb7255084623d98ab83fd96e7f9b.woff2") format("woff2"),
     url("/assets/cdn/fonts/dm_sans/dmsans_i7.d5e14ef18a1d4a8ce78a4187580b4eb1759c2eda.woff") format("woff");
}





  
  
  
  






:root {
  /* Page Layout */
  --sidebar-width: 25rem;
  --narrow-content-width: 36rem;
  --normal-content-width: 42rem;
  --wide-content-width: 46rem;
  --narrow-page-width: 81rem;
  --normal-page-width: 120rem;
  --wide-page-width: 150rem;
  --mobile-breakpoint: 1024px;

  /* Section Heights */
  --section-height-small: 15rem;
  --section-height-medium: 25rem;
  --section-height-large: 35rem;

  @media screen and (min-width: 40em) {
    --section-height-small: 40svh;
    --section-height-medium: 55svh;
    --section-height-large: 70svh;
  }

  @media screen and (min-width: 60em) {
    --section-height-small: 50svh;
    --section-height-medium: 65svh;
    --section-height-large: 80svh;
  }

  /* Letter spacing */
  --letter-spacing-sm: 0.06em;
  --letter-spacing-md: 0.13em;

  /* Font families */
  
    --font-body--family: "DM Sans", sans-serif;
  
  --font-body--style: normal;
  --font-body--weight: 400;

  
    --font-subheading--family: Colby-CdBld, Arial, sans-serif;
  
  --font-subheading--style: normal;
  --font-subheading--weight: 400;

  
    --font-heading--family: Colby-CdBld, Arial, sans-serif;
  
  --font-heading--style: normal;
  --font-heading--weight: 400;

  
    --font-accent--family: "DM Sans", sans-serif;
  
  --font-accent--style: normal;
  --font-accent--weight: 400;

  /* Margin sizes */
  --font-h1--spacing: 0.25em;
  --font-h2--spacing: 0.25em;
  --font-h3--spacing: 0.25em;
  --font-h4--spacing: 0.25em;
  --font-h5--spacing: 0.25em;
  --font-h6--spacing: 0.25em;
  --font-paragraph--spacing: 0.5em;

  /* Heading colors */
  --font-h1--color: var(--color-foreground-heading);
  --font-h2--color: var(--color-foreground-heading);
  --font-h3--color: var(--color-foreground-heading);
  --font-h4--color: var(--color-foreground-heading);
  --font-h5--color: var(--color-foreground-heading);
  --font-h6--color: var(--color-foreground-heading);

  /** Z-Index / Layering */
  --layer-section-background: -2;
  --layer-lowest: -1;
  --layer-base: 0;
  --layer-flat: 1;
  --layer-raised: 2;
  --layer-heightened: 4;
  --layer-sticky: 8;
  --layer-window-overlay: 10;
  --layer-header-menu: 12;
  --layer-overlay: 16;
  --layer-menu-drawer: 18;
  --layer-temporary: 20;

  /* Max-width / Measure */
  --max-width--body-normal: 50ch;
  --max-width--body-narrow: 35ch;

  --max-width--heading-normal: 50ch;
  --max-width--heading-narrow: 30ch;

  --max-width--display-normal: 20ch;
  --max-width--display-narrow: 15ch;
  --max-width--display-tight: 5ch;

  /* Letter-spacing / Tracking */
  --letter-spacing--display-tight: -0.03em;
  --letter-spacing--display-normal: 0em;
  --letter-spacing--display-loose: 0.03em;

  --letter-spacing--heading-tight: -0.03em;
  --letter-spacing--heading-normal: 0em;
  --letter-spacing--heading-loose: 0.03em;

  --letter-spacing--body-tight: -0.03em;
  --letter-spacing--body-normal: 0em;
  --letter-spacing--body-loose: 0.03em;

  /* Line height / Leading */
  --line-height: 1;

  --line-height--display-tight: 1;
  --line-height--display-normal: 1.1;
  --line-height--display-loose: 1.2;

  --line-height--heading-tight: 1.15;
  --line-height--heading-normal: 1.25;
  --line-height--heading-loose: 1.35;

  --line-height--body-tight: 1.2;
  --line-height--body-normal: 1.4;
  --line-height--body-loose: 1.6;

  /* Typography presets */
  --font-size--paragraph--mobile: 1.0rem;--font-size--paragraph: 1.0rem;--font-size--h1--mobile: 3.5rem;--font-size--h1: clamp(3.5rem, 8.0vw, 5.0rem);--font-size--h2--mobile: 3.0rem;--font-size--h2: clamp(3.0rem, 5.6vw, 3.5rem);--font-size--h3--mobile: 2.5rem;--font-size--h3: clamp(2.75rem, 4.8vw, 3.0rem);--font-size--h4--mobile: 2.0rem;--font-size--h4: 2.5rem;--font-size--h5--mobile: 1.5rem;--font-size--h5: 2.0rem;--font-size--h6--mobile: 1.125rem;--font-size--h6: 1.5rem;--font-paragraph--weight: 400;--font-paragraph--letter-spacing: var(--letter-spacing--body-normal);--font-paragraph--size: var(--font-size--paragraph);--font-paragraph--family: var(--font-body--family);--font-paragraph--style: var(--font-body--style);--font-paragraph--case: ;--font-paragraph--line-height: var(--line-height--body-normal);--font-h1--weight: var(--font-heading--weight);--font-h1--letter-spacing: var(--letter-spacing--heading-normal);--font-h1--size: var(--font-size--h1);--font-h1--family: var(--font-heading--family);--font-h1--style: var(--font-heading--style);--font-h1--case: none;--font-h1--line-height: var(--line-height--display-normal);--font-h2--weight: var(--font-heading--weight);--font-h2--letter-spacing: var(--letter-spacing--heading-normal);--font-h2--size: var(--font-size--h2);--font-h2--family: var(--font-heading--family);--font-h2--style: var(--font-heading--style);--font-h2--case: none;--font-h2--line-height: var(--line-height--display-normal);--font-h3--weight: var(--font-heading--weight);--font-h3--letter-spacing: var(--letter-spacing--heading-normal);--font-h3--size: var(--font-size--h3);--font-h3--family: var(--font-heading--family);--font-h3--style: var(--font-heading--style);--font-h3--case: none;--font-h3--line-height: var(--line-height--display-normal);--font-h4--weight: var(--font-heading--weight);--font-h4--letter-spacing: var(--letter-spacing--heading-normal);--font-h4--size: var(--font-size--h4);--font-h4--family: var(--font-heading--family);--font-h4--style: var(--font-heading--style);--font-h4--case: none;--font-h4--line-height: var(--line-height--display-normal);--font-h5--weight: var(--font-heading--weight);--font-h5--letter-spacing: var(--letter-spacing--heading-normal);--font-h5--size: var(--font-size--h5);--font-h5--family: var(--font-heading--family);--font-h5--style: var(--font-heading--style);--font-h5--case: none;--font-h5--line-height: var(--line-height--display-normal);--font-h6--weight: var(--font-subheading--weight);--font-h6--letter-spacing: var(--letter-spacing--heading-normal);--font-h6--size: var(--font-size--h6);--font-h6--family: var(--font-subheading--family);--font-h6--style: var(--font-subheading--style);--font-h6--case: none;--font-h6--line-height: var(--line-height--display-normal);

  /* Hardcoded font sizes */
  --font-size--2xs: 0.625rem;
  --font-size--xs: 0.8125rem;
  --font-size--sm: 0.875rem;
  --font-size--md: 1rem;
  --font-size--lg: 1.125rem;
  --font-size--xl: 1.25rem;
  --font-size--2xl: 1.5rem;
  --font-size--3xl: 2rem;
  --font-size--4xl: 2.5rem;
  --font-size--5xl: 3rem;
  --font-size--6xl: 3.5rem;

  /* Mobile font sizes */
  @media screen and (max-width: 1024px) {
    
      --font-size--paragraph: var(--font-size--paragraph--mobile);
    
      --font-size--h1: var(--font-size--h1--mobile);
    
      --font-size--h2: var(--font-size--h2--mobile);
    
      --font-size--h3: var(--font-size--h3--mobile);
    
      --font-size--h4: var(--font-size--h4--mobile);
    
      --font-size--h5: var(--font-size--h5--mobile);
    
      --font-size--h6: var(--font-size--h6--mobile);
    
  }

  /* Menu font sizes */
  --menu-font-sm--size: 0.875rem;
  --menu-font-sm--line-height: calc(1.1 + 0.5 * min(16 / 14));
  --menu-font-md--size: 1rem;
  --menu-font-md--line-height: calc(1.1 + 0.5 * min(16 / 16));
  --menu-font-lg--size: 1.125rem;
  --menu-font-lg--line-height: calc(1.1 + 0.5 * min(16 / 18));
  --menu-font-xl--size: 1.25rem;
  --menu-font-xl--line-height: calc(1.1 + 0.5 * min(16 / 20));
  --menu-font-2xl--size: 1.75rem;
  --menu-font-2xl--line-height: calc(1.1 + 0.5 * min(16 / 28));

  /* Colors */
  --color-error: #8B0000;
  --color-success: #006400;
  --color-white: #FFFFFF;
  --color-white-rgb: 255 255 255;
  --color-black: #333333;
  --color-instock: #3ED660;
  --color-lowstock: #EE9441;
  --color-outofstock: #C8C8C8;

  /* Opacity */
  --opacity-5: 0.05;
  --opacity-8: 0.08;
  --opacity-10: 0.1;
  --opacity-15: 0.15;
  --opacity-20: 0.2;
  --opacity-25: 0.25;
  --opacity-30: 0.3;
  --opacity-40: 0.4;
  --opacity-50: 0.5;
  --opacity-60: 0.6;
  --opacity-70: 0.7;
  --opacity-80: 0.8;
  --opacity-85: 0.85;
  --opacity-90: 0.9;
  --opacity-subdued-text: var(--opacity-70);

  --shadow-button: 0 2px 3px rgb(0 0 0 / 20%);
  --gradient-image-overlay: linear-gradient(to top, rgb(0 0 0 / 0.5), transparent);

  /* Spacing */
  --margin-3xs: 0.125rem;
  --margin-2xs: 0.3rem;
  --margin-xs: 0.5rem;
  --margin-sm: 0.7rem;
  --margin-md: 0.8rem;
  --margin-lg: 1rem;
  --margin-xl: 1.25rem;
  --margin-2xl: 1.5rem;
  --margin-3xl: 1.75rem;
  --margin-4xl: 2rem;
  --margin-5xl: 3rem;
  --margin-6xl: 5rem;

  --scroll-margin: 50px;

  --padding-3xs: 0.125rem;
  --padding-2xs: 0.25rem;
  --padding-xs: 0.5rem;
  --padding-sm: 0.7rem;
  --padding-md: 0.8rem;
  --padding-lg: 1rem;
  --padding-xl: 1.25rem;
  --padding-2xl: 1.5rem;
  --padding-3xl: 1.75rem;
  --padding-4xl: 2rem;
  --padding-5xl: 3rem;
  --padding-6xl: 4rem;

  --gap-3xs: 0.125rem;
  --gap-2xs: 0.3rem;
  --gap-xs: 0.5rem;
  --gap-sm: 0.7rem;
  --gap-md: 0.9rem;
  --gap-lg: 1rem;
  --gap-xl: 1.25rem;
  --gap-2xl: 2rem;
  --gap-3xl: 3rem;

  --spacing-scale-sm: 0.6;
  --spacing-scale-md: 0.7;
  --spacing-scale-default: 1.0;

  /* Checkout buttons gap */
  --checkout-button-gap: 8px;

  /* Borders */
  --style-border-width: 1px;
  --style-border-radius-xs: 0.2rem;
  --style-border-radius-sm: 0.6rem;
  --style-border-radius-md: 0.8rem;
  --style-border-radius-50: 50%;
  --style-border-radius-lg: 1rem;
  --style-border-radius-pills: 40px;
  --style-border-radius-inputs: 4px;
  --style-border-radius-buttons-primary: 100px;
  --style-border-radius-buttons-secondary: 100px;
  --style-border-radius-buttons-tertiary: 100px;
  --style-border-radius-buttons-text: 100px;
  --style-border-width-primary: 0px;
  --style-border-width-secondary: 0px;
  --style-border-width-tertiary: 2px;
  --style-border-width-text: 2px;
  --style-border-width-inputs: 1px;
  --style-border-radius-popover: 14px;
  --style-border-popover: 1px none rgb(var(--color-border-rgb) / 50%);
  --style-border-drawer: 1px none rgb(var(--color-border-rgb) / 50%);
  --style-border-swatch-opacity: 10%;
  --style-border-swatch-width: 1px;
  --style-border-swatch-style: solid;

  /* Animation */
  --ease-out-cubic: cubic-bezier(0.33, 1, 0.68, 1);
  --ease-out-quad: cubic-bezier(0.32, 0.72, 0, 1);
  --animation-speed-fast: 0.0625s;
  --animation-speed: 0.125s;
  --animation-speed-slow: 0.2s;
  --animation-speed-medium: 0.15s;
  --animation-easing: ease-in-out;
  --animation-slideshow-easing: cubic-bezier(0.4, 0, 0.2, 1);
  --drawer-animation-speed: 0.2s;
  --animation-values-slow: var(--animation-speed-slow) var(--animation-easing);
  --animation-values: var(--animation-speed) var(--animation-easing);
  --animation-values-fast: var(--animation-speed-fast) var(--animation-easing);
  --animation-values-allow-discrete: var(--animation-speed) var(--animation-easing) allow-discrete;
  --animation-timing-hover: cubic-bezier(0.25, 0.46, 0.45, 0.94);
  --animation-timing-active: cubic-bezier(0.5, 0, 0.75, 0);
  --animation-timing-bounce: cubic-bezier(0.34, 1.56, 0.64, 1);
  --animation-timing-default: cubic-bezier(0, 0, 0.2, 1);
  --animation-timing-fade-in: cubic-bezier(0.16, 1, 0.3, 1);
  --animation-timing-fade-out: cubic-bezier(0.4, 0, 0.2, 1);

  /* View transitions */
  /* View transition old */
  --view-transition-old-main-content: var(--animation-speed) var(--animation-easing) both fadeOut;

  /* View transition new */
  --view-transition-new-main-content: var(--animation-speed) var(--animation-easing) both fadeIn, var(--animation-speed) var(--animation-easing) both slideInTopViewTransition;

  /* Focus */
  --focus-outline-width: 0.09375rem;
  --focus-outline-offset: 0.2em;

  /* Badges */
  --badge-blob-padding-block: 1px;
  --badge-blob-padding-inline: 12px 8px;
  --badge-rectangle-padding-block: 1px;
  --badge-rectangle-padding-inline: 6px;
  @media screen and (min-width: 750px) {
    --badge-blob-padding-block: 4px;
    --badge-blob-padding-inline: 16px 12px;
    --badge-rectangle-padding-block: 4px;
    --badge-rectangle-padding-inline: 10px;
  }

  /* Icons */
  --icon-size-2xs: 0.6rem;
  --icon-size-xs: 0.85rem;
  --icon-size-sm: 1.25rem;
  --icon-size-md: 1.375rem;
  --icon-size-lg: 1.5rem;
  --icon-stroke-width: 1.5px;

  /* Input */
  --input-email-min-width: 200px;
  --input-search-max-width: 650px;
  --input-padding-y: 0.8rem;
  --input-padding-x: 0.8rem;
  --input-padding: var(--input-padding-y) var(--input-padding-x);
  --input-box-shadow-width: var(--style-border-width-inputs);
  --input-box-shadow: 0 0 0 var(--input-box-shadow-width) var(--color-input-border);
  --input-box-shadow-focus: 0 0 0 calc(var(--input-box-shadow-width) + 0.5px) var(--color-input-border);
  --input-disabled-background-color: rgb(var(--color-foreground-rgb) / var(--opacity-10));
  --input-disabled-border-color: rgb(var(--color-foreground-rgb) / var(--opacity-5));
  --input-disabled-text-color: rgb(var(--color-foreground-rgb) / var(--opacity-50));
  --input-textarea-min-height: 55px;

  /* Button size */
  --button-size-sm: 30px;
  --button-size-md: 36px;
  --button-size: var(--minimum-touch-target);
  --button-padding-inline: 24px;
  --button-padding-block: 16px;

  /* Button font-family */
  --button-font-family-primary: var(--font-body--family);
  --button-font-family-secondary: var(--font-body--family);
  --button-font-family-tertiary: var(--font-body--family);
  --button-font-family-text: var(--font-body--family);

  /* Button font-weight */
  --button-font-weight-primary: 500;
  --button-font-weight-secondary: default;
  --button-font-weight-tertiary: default;
  --button-font-weight-text: default;

  /* Button text case */
  --button-text-case: ;
  --button-text-case-primary: default;
  --button-text-case-secondary: default;
  --button-text-case-tertiary: default;
  --button-text-case-text: default;

      /* Button type */
      --color-primary-button-text: rgb(255 255 255 / 1.0);
      --color-primary-button-background: #F29E38;
      --color-primary-button-border: #F29E38;
      --color-primary-button-hover-text: rgb(255 255 255 / 1.0);
      --color-primary-button-hover-background: #F29E38;
      --color-primary-button-hover-border: rgb(0 0 0 / 0.0);
      --color-primary-button-pressed-text: rgb(255 255 255 / 1.0);
      --color-primary-button-pressed-background: rgb(116 0 35 / 1.0);
      --color-primary-button-pressed-border: rgb(0 0 0 / 0.0);
      --color-primary-button-focus-text: rgb(255 255 255 / 1.0);
      --color-primary-button-focus-background: #F29E38;
      --color-primary-button-focus-border: rgb(0 0 0 / 0.0);
      --color-primary-button-focus-outline: #F29E38;
      --color-primary-button-disabled-text: rgb(255 255 255 / 1.0);
      --color-primary-button-disabled-background: rgb(134 38 51 / 0.5);
      --color-primary-button-disabled-border: rgb(0 0 0 / 0.0);
      --color-secondary-button-text: #F29E38;
      --color-secondary-button-background: rgb(0 0 0 / 0.0);
      --color-secondary-button-border: rgb(0 0 0 / 0.0);
      --color-secondary-button-hover-text: #F29E38;
      --color-secondary-button-hover-background: rgb(231 212 214 / 1.0);
      --color-secondary-button-hover-border: rgb(0 0 0 / 0.0);
      --color-secondary-button-pressed-text: #F29E38;
      --color-secondary-button-pressed-background: rgb(207 168 173 / 1.0);
      --color-secondary-button-pressed-border: rgb(0 0 0 / 0.0);
      --color-secondary-button-focus-text: #F29E38;
      --color-secondary-button-focus-background: rgb(255 255 255 / 1.0);
      --color-secondary-button-focus-border: rgb(0 0 0 / 0.0);
      --color-secondary-button-focus-outline: rgb(0 0 0 / 1.0);
      --color-secondary-button-disabled-text: #F29E38;
      --color-secondary-button-disabled-background: rgb(255 255 255 / 1.0);
      --color-secondary-button-disabled-border: rgb(0 0 0 / 0.0);
      --color-tertiary-button-text: #F29E38;
      --color-tertiary-button-background: rgb(0 0 0 / 0.0);
      --color-tertiary-button-border: #F29E38;
      --color-tertiary-button-hover-text: #F29E38;
      --color-tertiary-button-hover-background: rgb(0 0 0 / 0.0);
      --color-tertiary-button-hover-border: #3E0F07;
      --color-tertiary-button-pressed-text: #F29E38;
      --color-tertiary-button-pressed-background: rgb(0 0 0 / 0.0);
      --color-tertiary-button-pressed-border: rgb(207 168 173 / 1.0);
      --color-tertiary-button-focus-text: #F29E38;
      --color-tertiary-button-focus-background: rgb(0 0 0 / 0.0);
      --color-tertiary-button-focus-border: #F29E38;
      --color-tertiary-button-focus-outline: #F29E38;
      --color-tertiary-button-disabled-text: #F29E38;
      --color-tertiary-button-disabled-background: rgb(0 0 0 / 0.0);
      --color-tertiary-button-disabled-border: #F29E38;
      --color-text-button-text: #F29E38;
      --color-text-button-background: rgb(0 0 0 / 0.0);
      --color-text-button-border: rgb(128 0 41 / 1.0);
      --color-text-button-hover-text: #F29E38;
      --color-text-button-hover-background: rgb(0 0 0 / 0.0);
      --color-text-button-hover-border: #3E0F07;
      --color-text-button-pressed-text: #F29E38;
      --color-text-button-pressed-background: rgb(0 0 0 / 0.0);
      --color-text-button-pressed-border: rgb(207 168 173 / 1.0);
      --color-text-button-focus-text: #F29E38;
      --color-text-button-focus-background: rgb(0 0 0 / 0.0);
      --color-text-button-focus-border: rgb(0 0 0 / 0.0);
      --color-text-button-focus-outline: rgb(0 0 0 / 1.0);
      --color-text-button-disabled-text: #F29E38;
      --color-text-button-disabled-background: rgb(0 0 0 / 0.0);
      --color-text-button-disabled-border: rgb(0 0 0 / 0.0);
  /* Borders */
  --border-color: rgb(var(--color-border-rgb) / var(--opacity-50));
  --border-width-sm: 1px;
  --border-width-md: 2px;
  --border-width-lg: 5px;

  /* Drawers */
  --drawer-inline-padding: 25px;
  --drawer-menu-inline-padding: 2.5rem;
  --drawer-header-block-padding: 20px;
  --drawer-content-block-padding: 10px;
  --drawer-header-desktop-top: 0rem;
  --drawer-padding: calc(var(--padding-sm) + 7px);
  --drawer-height: 100dvh;
  --drawer-width: 100vw;
  --drawer-max-width: 100vw;

  /* Variant Picker Swatches */
  --variant-picker-swatch-width-unitless: 34;
  --variant-picker-swatch-height-unitless: 34;
  --variant-picker-swatch-width: 34px;
  --variant-picker-swatch-height: 34px;
  --variant-picker-swatch-radius: 32px;
  --variant-picker-border-width: 1px;
  --variant-picker-border-style: solid;
  --variant-picker-border-opacity: 10%;

  /* Variant Picker Buttons */
  --variant-picker-button-radius: 14px;
  --variant-picker-button-border-width: 1px;

  /* Slideshow */
  --slideshow-controls-size: 3.5rem;
  --slideshow-controls-icon: 2rem;
  --peek-next-slide-size: 3rem;

  /* Utilities */
  --backdrop-opacity: 0.15;
  --backdrop-color-rgb: var(--color-shadow-rgb);
  --minimum-touch-target: 44px;
  --disabled-opacity: 0.5;
  --skeleton-opacity: 0.025;

  /* Shapes */
  --shape--circle: circle(50% at center);
  --shape--sunburst: polygon(100% 50%,94.62% 55.87%,98.3% 62.94%,91.57% 67.22%,93.3% 75%,85.7% 77.39%,85.36% 85.36%,77.39% 85.7%,75% 93.3%,67.22% 91.57%,62.94% 98.3%,55.87% 94.62%,50% 100%,44.13% 94.62%,37.06% 98.3%,32.78% 91.57%,25% 93.3%,22.61% 85.7%,14.64% 85.36%,14.3% 77.39%,6.7% 75%,8.43% 67.22%,1.7% 62.94%,5.38% 55.87%,0% 50%,5.38% 44.13%,1.7% 37.06%,8.43% 32.78%,6.7% 25%,14.3% 22.61%,14.64% 14.64%,22.61% 14.3%,25% 6.7%,32.78% 8.43%,37.06% 1.7%,44.13% 5.38%,50% 0%,55.87% 5.38%,62.94% 1.7%,67.22% 8.43%,75% 6.7%,77.39% 14.3%,85.36% 14.64%,85.7% 22.61%,93.3% 25%,91.57% 32.78%,98.3% 37.06%,94.62% 44.13%);
  --shape--diamond: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
  --shape--blob: polygon(85.349% 11.712%, 87.382% 13.587%, 89.228% 15.647%, 90.886% 17.862%, 92.359% 20.204%, 93.657% 22.647%, 94.795% 25.169%, 95.786% 27.752%, 96.645% 30.382%, 97.387% 33.048%, 98.025% 35.740%, 98.564% 38.454%, 99.007% 41.186%, 99.358% 43.931%, 99.622% 46.685%, 99.808% 49.446%, 99.926% 52.210%, 99.986% 54.977%, 99.999% 57.744%, 99.975% 60.511%, 99.923% 63.278%, 99.821% 66.043%, 99.671% 68.806%, 99.453% 71.565%, 99.145% 74.314%, 98.724% 77.049%, 98.164% 79.759%, 97.433% 82.427%, 96.495% 85.030%, 95.311% 87.529%, 93.841% 89.872%, 92.062% 91.988%, 89.972% 93.796%, 87.635% 95.273%, 85.135% 96.456%, 82.532% 97.393%, 79.864% 98.127%, 77.156% 98.695%, 74.424% 99.129%, 71.676% 99.452%, 68.918% 99.685%, 66.156% 99.844%, 63.390% 99.942%, 60.624% 99.990%, 57.856% 99.999%, 55.089% 99.978%, 52.323% 99.929%, 49.557% 99.847%, 46.792% 99.723%, 44.031% 99.549%, 41.273% 99.317%, 38.522% 99.017%, 35.781% 98.639%, 33.054% 98.170%, 30.347% 97.599%, 27.667% 96.911%, 25.024% 96.091%, 22.432% 95.123%, 19.907% 93.994%, 17.466% 92.690%, 15.126% 91.216%, 12.902% 89.569%, 10.808% 87.761%, 8.854% 85.803%, 7.053% 83.703%, 5.418% 81.471%, 3.962% 79.119%, 2.702% 76.656%, 1.656% 74.095%, 0.846% 71.450%, 0.294% 68.740%, 0.024% 65.987%, 0.050% 63.221%, 0.343% 60.471%, 0.858% 57.752%, 1.548% 55.073%, 2.370% 52.431%, 3.283% 49.819%, 4.253% 47.227%, 5.249% 44.646%, 6.244% 42.063%, 7.211% 39.471%, 8.124% 36.858%, 8.958% 34.220%, 9.711% 31.558%, 10.409% 28.880%, 11.083% 26.196%, 11.760% 23.513%, 12.474% 20.839%, 13.259% 18.186%, 14.156% 15.569%, 15.214% 13.012%, 16.485% 10.556%, 18.028% 8.261%, 19.883% 6.211%, 22.041% 4.484%, 24.440% 3.110%, 26.998% 2.057%, 29.651% 1.275%, 32.360% 0.714%, 35.101% 0.337%, 37.859% 0.110%, 40.624% 0.009%, 43.391% 0.016%, 46.156% 0.113%, 48.918% 0.289%, 51.674% 0.533%, 54.425% 0.837%, 57.166% 1.215%, 59.898% 1.654%, 62.618% 2.163%, 65.322% 2.750%, 68.006% 3.424%, 70.662% 4.197%, 73.284% 5.081%, 75.860% 6.091%, 78.376% 7.242%, 80.813% 8.551%, 83.148% 10.036%, 85.349% 11.712%);

  /* Buy buttons */
  --height-buy-buttons: calc(var(--padding-lg) * 2 + var(--icon-size-sm));

  /* Card image height variables */
  --height-small: 10rem;
  --height-medium: 11.5rem;
  --height-large: 13rem;
  --height-full: 100vh;

  @media screen and (min-width: 750px) {
    --height-small: 17.5rem;
    --height-medium: 21.25rem;
    --height-large: 25rem;
  }

  /* Modal */
  --modal-max-height: 65dvh;

  /* Card styles for search */
  --card-bg-hover: rgb(var(--color-foreground-rgb) / var(--opacity-5));
  --card-border-hover: rgb(var(--color-foreground-rgb) / var(--opacity-30));
  --card-border-focus: rgb(var(--color-foreground-rgb) / var(--opacity-10));

  /* Cart */
  --cart-primary-font-family: var(--font-body--family);
  --cart-primary-font-style: var(--font-body--style);
  --cart-primary-font-weight: var(--font-body--weight);
  --cart-secondary-font-family: var(--font-secondary--family);
  --cart-secondary-font-style: var(--font-secondary--style);
  --cart-secondary-font-weight: var(--font-secondary--weight);

  /* Link Styles Variables */
  
    /* Link Style 1 */
    
    
      
      --link-style-1-font-family: Colby-CdBld;
    

    
    --link-style-1-font-size: 18px;

    
    --link-style-1-text-case: none;

    
    --link-style-1-text-color: #F29E38;

    
    
      --link-style-1-text-underline: none;
    

    
    
        --link-style-1-background-color: transparent;
    

    
    --link-style-1-hover-text-color: #F29E38;

    
    
      --link-style-1-hover-text-underline: none;
    

    
    
      --link-style-1-hover-background-color: transparent;
    

    
        --link-style-1-padding: 0;
        --link-style-1-border-radius: 0;
    
  
    /* Link Style 2 */
    
    
      --link-style-2-font-family: inherit;
    

    
    --link-style-2-font-size: 16px;

    
    --link-style-2-text-case: none;

    
    --link-style-2-text-color: #F29E38;

    
    
      --link-style-2-text-underline: none;
    

    
    
        --link-style-2-background-color: transparent;
    

    
    --link-style-2-hover-text-color: #F29E38;

    
    
      --link-style-2-hover-text-underline: none;
    

    
    
      --link-style-2-hover-background-color: transparent;
    

    
        --link-style-2-padding: 0;
        --link-style-2-border-radius: 0;
    
  
    /* Link Style 3 */
    
    
      --link-style-3-font-family: inherit;
    

    
    --link-style-3-font-size: 16px;

    
    --link-style-3-text-case: none;

    
    --link-style-3-text-color: #F29E38;

    
    
      --link-style-3-text-underline: none;
    

    
    
        --link-style-3-background-color: transparent;
    

    
    --link-style-3-hover-text-color: #F29E38;

    
    
      --link-style-3-hover-text-underline: underline;
    

    
    
      --link-style-3-hover-background-color: transparent;
    

    
        --link-style-3-padding: 0;
        --link-style-3-border-radius: 0;
    
  
    /* Link Style 4 */
    
    
      --link-style-4-font-family: inherit;
    

    
    --link-style-4-font-size: 16px;

    
    --link-style-4-text-case: none;

    
    --link-style-4-text-color: #F29E38;

    
    
      --link-style-4-text-underline: underline;
    

    
    
        --link-style-4-background-color: transparent;
    

    
    --link-style-4-hover-text-color: #F29E38;

    
    
      --link-style-4-hover-text-underline: none;
    

    
    
      --link-style-4-hover-background-color: transparent;
    

    
        --link-style-4-padding: 0;
        --link-style-4-border-radius: 0;
    
  
    /* Link Style 5 */
    
    
      --link-style-5-font-family: inherit;
    

    
    --link-style-5-font-size: 16px;

    
    --link-style-5-text-case: none;

    
    --link-style-5-text-color: #F29E38;

    
    
      --link-style-5-text-underline: none;
    

    
    
        --link-style-5-background-color: transparent;
    

    
    --link-style-5-hover-text-color: #F29E38;

    
    
      --link-style-5-hover-text-underline: underline;
    

    
    
      --link-style-5-hover-background-color: transparent;
    

    
        --link-style-5-padding: 0;
        --link-style-5-border-radius: 0;
    
  
    /* Link Style 6 */
    
    
      --link-style-6-font-family: inherit;
    

    
    --link-style-6-font-size: 16px;

    
    --link-style-6-text-case: none;

    
    --link-style-6-text-color: #F29E38;

    
    
      --link-style-6-text-underline: none;
    

    
    
        --link-style-6-background-color: transparent;
    

    
    --link-style-6-hover-text-color: #F29E38;

    
    
      --link-style-6-hover-text-underline: none;
    

    
    
      
      --link-style-6-hover-background-color: rgb(255 255 255 / 1.0);
    

    
      --link-style-6-padding: 4px 8px;
      --link-style-6-border-radius: 8px;
      
  
    /* Link Style 7 */
    
    
      --link-style-7-font-family: inherit;
    

    
    --link-style-7-font-size: 14px;

    
    --link-style-7-text-case: none;

    
    --link-style-7-text-color: #3E0F07;

    
    
      --link-style-7-text-underline: none;
    

    
    
        --link-style-7-background-color: transparent;
    

    
    --link-style-7-hover-text-color: #3E0F07;

    
    
      --link-style-7-hover-text-underline: underline;
    

    
    
      --link-style-7-hover-background-color: transparent;
    

    
        --link-style-7-padding: 0;
        --link-style-7-border-radius: 0;
    
  
    /* Link Style 8 */
    
    
      --link-style-8-font-family: inherit;
    

    
    --link-style-8-font-size: 12px;

    
    --link-style-8-text-case: uppercase;

    
    --link-style-8-text-color: #F29E38;

    
    
      --link-style-8-text-underline: underline;
    

    
    
        --link-style-8-background-color: transparent;
    

    
    --link-style-8-hover-text-color: #F29E38;

    
    
      --link-style-8-hover-text-underline: none;
    

    
    
      --link-style-8-hover-background-color: transparent;
    

    
        --link-style-8-padding: 0;
        --link-style-8-border-radius: 0;
    
  

  /* Custom Card background image */
  --textured-card-background-image: url(/assets/cdn/shop/files/bg-texture-tan.jpg?v=1758077880&width=300);
  --textured-card-background-size: 160px 160px;
  --textured-noise-background-image: url(/assets/cdn/shop/files/bg-noise.jpg?v=1758078115&width=300);
  --textured-noise-background-size: 171px 171px;

  /* Wave mask defaults */
  --mask-img: none;
  --background-noise-image: none;

  
    --mask-img: url('/assets/cdn/shop/t/2/assets/intro-mask.svg?v=70286594702748642431759837461');
    --background-noise-image: url('/assets/cdn/shop/t/2/assets/bg-noise.jpg?v=67465752960009695861757558578');
  
}