/** Shopify CDN: Minification failed

Line 16:0 Unexpected "@"
Line 37:0 All "@import" rules must come first

**/
/** Critical CSS for the theme. This file is included on every page. */

/* Reset styles inspired by https://www.joshwcomeau.com/css/custom-css-reset/ */
* {
  font-family: "Raleway", sans-serif;
}
html {
    scroll-behavior: smooth;
}
@@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'FuturaPT';
  font-style: normal;
  font-weight: 400;
  src: url("https://cdn.shopify.com/s/files/1/0853/7849/8888/files/Futura-PT-400.woff2?v=1729868653") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */ }
 
/* Futura-PT-600 */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'FuturaPT';
  font-style: normal;
  font-weight: 600;
  src: url("https://cdn.shopify.com/s/files/1/0853/7849/8888/files/Futura-PT-600.woff2?v=1729868652") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */ }

/*Open Sans*/
/* open-sans-300 */
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;600&display=swap');
/* Open Sans 300 */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url('https://fonts.gstatic.com/s/opensans/v36/mem5YaGs126MiZpBA-UNirkOXuhp.woff2') format('woff2');
}

/* Open Sans 400 */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('https://fonts.gstatic.com/s/opensans/v36/mem8YaGs126MiZpBA-U1UpcaXcl0Aw.woff2') format('woff2');
}

/* Open Sans 600 */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url('https://fonts.gstatic.com/s/opensans/v36/mem5YaGs126MiZpBA-UNirkOVuhp.woff2') format('woff2');
}


p {
  font-family: open sans, sans-serif !important;

}

strong {
  font-family: open sans, sans-serif !important;

}

.raleway500 {
  font-family: "Raleway", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}

.raleway400 {
  font-family: "Raleway", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

.raleway600 {
  font-family: "Raleway", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
}


:root {
  /* --font-semibold: "SpaceGrotesk-SemiBold";
  --font-medium: "SpaceGrotesk-Medium";
  --font-regular: "Raleway";
  --font-bold: "SpaceGrotesk-Bold";
  --font-light: "SpaceGrotesk-Light"; */

  --font-h1: 38px;
  --font-h2: 32px;
  --font-h3: 28px;
  --font-h4: 20px;

  --font-body-lg: 16px;
  --font-body-md: 14px;
  --font-body-sm: 12px;
  --font-body-xs: 10px;

  --lh-tight: 110%;
  --lh-sm: 115%;
  --lh-md: 120%;
  --lh-normal: 125%;
  --lh-relaxed: 130%;
  --lh-loose: 140%;
  --lh-xloose: 150%;

  --ls-none: 0;
  --ls-sm: 0.15%;

  --body-base: #f0efed;
  --neutral-100: #ffffff;
  --neutral-200: #f6f6f6;
  --neutral-300: #dcdcdc;
  --neutral-400: #c4c4c4;
  --neutral-500: #ababab;
  --neutral-600: #939393;
  --neutral-700: #626262;
  --neutral-800: #2e2b2c;
  --neutral-900: #252223;
  --neutral-1000: #1c1a1a;
  --light-blue-100: #e4f6f9;
  --light-blue-200: #d1eaef;
  --light-blue-300: #bddfe5;
  --light-blue-400: #aad3da;
  --light-blue-500: #96c8d0;
  --light-blue-600: #70b0bc;
  --light-blue-700: #4999a7;
  --light-blue-800: #228293;
  --light-blue-900: #1b6876;
  --light-blue-1000: #144e58;
  --dark-blue-100: #f3f4fa;
  --dark-blue-200: #e6e9f4;
  --dark-blue-300: #dadfef;
  --dark-blue-400: #cdd4ea;
  --dark-blue-500: #b5bedf;
  --dark-blue-600: #9ca9d5;
  --dark-blue-700: #8393ca;
  --dark-blue-800: #6b79a7;
  --dark-blue-900: #535e84;
  --dark-blue-1000: #3b4460;
  --pink-100: #fdf7f8;
  --pink-200: #fbeff2;
  --pink-300: #fae7eb;
  --pink-400: #f8dfe4;
  --pink-500: #f4d0d7;
  --pink-600: #f1c0c9;
  --pink-700: #edb0bc;
  --pink-800: #d1919e;
  --pink-900: #b4727f;
  --pink-1000: #985461;
  --yellow-100: #fdfaf6;
  --yellow-200: #fbf6ed;
  --yellow-300: #f9f1e4;
  --yellow-400: #f7ecdb;
  --yellow-500: #f3e3ca;
  --yellow-600: #efd9b8;
  --yellow-700: #ebd0a6;
  --yellow-800: #cdb289;
  --yellow-900: #af956b;
  --yellow-1000: #92774e;
  --purple-100: #f7f3f8;
  --purple-200: #efe7f2;
  --purple-300: #e8dbeb;
  --purple-400: #9993AE;
  --purple-500: #d0b8d7;
  --purple-600: #c1a0ca;
  --purple-700: #b188bd;
  --purple-800: #916f9b;
  --purple-900: #715679;
  --purple-1000: #513c57;
  --orange-100: #fef6f4;
  --orange-200: #fceee9;
  --orange-300: #fbe5de;
  --orange-400: #fadcd3;
  --orange-500: #f7cbbd;
  --orange-600: #f5b9a7;
  --orange-700: #f2a891;
  --orange-800: #d28c76;
  --orange-900: #b2705b;
  --orange-1000: #925340;
  --information-100: #f1faff;
  --information-200: #d9eef9;
  --information-300: #c1e2f4;
  --information-400: #a9d5ee;
  --information-500: #91c9e9;
  --information-600: #60b1de;
  --information-700: #3098d3;
  --information-800: #0080c8;
  --information-900: #0066a0;
  --information-1000: #004d78;
  --success-100: #fafdf9;
  --success-200: #e8f2e6;
  --success-300: #d6e7d4;
  --success-400: #c4dcc1;
  --success-500: #b2d1ae;
  --success-600: #8fbc89;
  --success-700: #6ba663;
  --success-800: #47903e;
  --success-900: #397332;
  --success-1000: #2b5625;
  --warning-100: #faefec;
  --warning-200: #f6ded9;
  --warning-300: #f1cec6;
  --warning-400: #edbdb3;
  --warning-500: #e49d8c;
  --warning-600: #db7c66;
  --warning-700: #d25b40;
  --warning-800: #a84933;
  --warning-900: #7e3726;
  --warning-1000: #54241a;
  --danger-100: #ffbcbc;
  --danger-200: #f4a9a9;
  --danger-300: #e99696;
  --danger-400: #df8484;
  --danger-500: #d47171;
  --danger-600: #be4b4b;
  --danger-700: #a92626;
  --danger-800: #930000;
  --danger-900: #760000;
  --danger-1000: #580000;
  --ph-grey-100: #dedfe3;
  --ph-grey-200: #d3d5da;
  --ph-grey-300: #c8cad1;
  --ph-grey-400: #aaacb4;
  --ph-blue-100: #cddadf;
  --ph-blue-200: #bdced4;
  --ph-blue-300: #acc2c9;
  --ph-blue-400: #90a4aa;
  --ph-orange-400: #b99e86;
  --ph-orange-300: #d9bba2;
  --ph-orange-200: #e1c9b5;
  --ph-orange-100: #e8d6c7;
  --ph-green-300: #b0bcb2;
  --ph-green-200: #c0c9c1;
  --ph-green-400: #939e95;
  --ph-green-100: #d0d7d1;
  --ph-red-400: #ae9793;
  --ph-red-300: #cdb4b0;
  --ph-red-200: #d7c3c0;
  --ph-red-100: #e1d2d0;
  --ph-yellow-300: #ccc2a5;
  --ph-yellow-400: #bfb38f;
  --ph-yellow-200: #d9d1bc;
  --ph-yellow-100: #e2dcc7;
  --ph-purple-400: #9993ae;
  --ph-purple-200: #D5D3DF;

  /* COLOR TOKENS */
  --text-text-light: var(--neutral-100);
  --text-text-dark: var(--neutral-800);
  --icons-icon-light: var(--neutral-100);
  --icons-icon-dark: var(--neutral-800);
  --background-bg-light: var(--neutral-100);
  --background-bg-dark: var(--neutral-900);
  --background-bg-subtle: var(--neutral-200);
  --background-bg-info: var(--information-700);
  --background-bg-primary: var(--light-blue-700);
  --background-bg-primary-hover: var(--light-blue-800);
  --background-bg-primary-pressed: var(--light-blue-900);
  --background-bg-warning: var(--warning-700);
  --background-bg-danger: var(--danger-700);
  --background-bg-warning-hover: var(--warning-800);
  --background-bg-warning-pressed: var(--warning-900);
  --background-bg-warning-disabled: var(--warning-400);
  --background-bg-primary-disabled: var(--light-blue-400);
  --border-border-primary: var(--light-blue-700);
  --border-border-primary-hover: var(--light-blue-800);
  --border-border-primary-pressed: var(--light-blue-800);
  --border-border-primary-disabled: var(--light-blue-400);
  --border-border-warning: var(--warning-700);
  --border-border-warning-hover: var(--warning-800);
  --border-border-warning-pressed: var(--warning-900);
  --border-border-warning-disabled: var(--warning-400);
  --icons-icon-primary: var(--light-blue-700);
  --icons-icon-primary-hover: var(--light-blue-800);
  --icons-icon-primary-pressed: var(--light-blue-900);
  --icons-icon-primary-disabled: var(--light-blue-400);
  --icons-icon-warning: var(--warning-700);
  --icons-icon-warning-hover: var(--warning-800);
  --icons-icon-warning-pressed: var(--warning-900);
  --icons-icon-warning-disabled: var(--warning-400);
  --text-text-primary: var(--light-blue-700);
  --text-text-primary-hover: var(--light-blue-800);
  --text-text-primary-pressed: var(--light-blue-900);
  --text-text-primary-disabled: var(--light-blue-400);
  --text-text-warning: var(--warning-700);
  --text-text-warning-hover: var(--warning-800);
  --text-text-warning-pressed: var(--warning-900);
  --text-text-warning-disabled: var(--warning-400);
  --background-bg-secondary: var(--neutral-700);
  --background-bg-secondary-hover: var(--neutral-800);
  --background-bg-secondary-pressed: var(--neutral-900);
  --background-bg-secondary-disabled: var(--neutral-400);
  --text-text-secondary: var(--neutral-700);
  --text-text-secondary-hover: var(--neutral-800);
  --text-text-secondary-pressed: var(--neutral-900);
  --text-text-secondary-disabled: var(--neutral-500);
  --icons-icon-secondary: var(--neutral-700);
  --icons-icon-secondary-hover: var(--neutral-800);
  --icons-icon-secondary-pressed: var(--neutral-900);
  --icons-icon-secondary-disabled: var(--neutral-400);
  --border-border-secondary: var(--neutral-700);
  --border-border-secondary-hover: var(--neutral-800);
  --border-border-secondary-pressed: var(--neutral-900);
  --border-border-secondary-disabled: var(--neutral-400);
  --border-border-dark: var(--neutral-800);
  --text-text-success: var(--success-700);
  --text-text-success-hover: var(--success-800);
  --text-text-success-pressed: var(--success-900);
  --text-text-success-disabled: var(--success-400);
  --icons-icon-success: var(--success-700);
  --icons-icon-success-hover: var(--success-800);
  --icons-icon-success-pressed: var(--success-900);
  --icons-icon-success-disabled: var(--success-400);
  --border-border-success: var(--success-700);
  --border-border-success-hover: var(--success-800);
  --border-border-success-pressed: var(--success-900);
  --border-border-success-disabled: var(--success-400);
  --border-border-danger: var(--danger-700);
  --border-border-danger-hover: var(--danger-800);
  --border-border-danger-pressed: var(--danger-900);
  --border-border-danger-disabled: var(--danger-400);
  --background-bg-danger-hover: var(--danger-800);
  --background-bg-danger-pressed: var(--danger-900);
  --background-bg-danger-disabled: var(--danger-400);
  --icons-icon-danger: var(--danger-700);
  --icons-icon-danger-hover: var(--danger-800);
  --icons-icon-danger-pressed: var(--danger-900);
  --icons-icon-danger-disabled: var(--danger-400);
  --text-text-danger: var(--danger-700);
  --text-text-danger-hover: var(--danger-800);
  --text-text-danger-pressed: var(--danger-900);
  --text-text-danger-disabled: var(--danger-400);
  --border-border-subtle: var(--neutral-300);
  --border-border-subtle-hover: var(--neutral-400);
  --border-border-subtle-pressed: var(--neutral-500);
  --background-bg-primary-light: var(--light-blue-200);
  --background-bg-success: var(--success-700);
  --background-bg-success-hover: var(--success-800);
  --background-bg-success-pressed: var(--success-900);
  --background-bg-success-disabled: var(--success-400);
  --background-bg-subtle-pressed: var(--neutral-400);
  --border-border-light: var(--neutral-100);
  --background-bg-subtle-hover: var(--neutral-300);
  --border-border-tertiary: var(--dark-blue-300);
  --border-border-tertiary-hover: var(--dark-blue-400);
  --border-border-tertiary-pressed: var(--dark-blue-500);
  --border-border-tertiary-disabled: var(--dark-blue-200);
  --background-bg-tertiary-disabled: var(--dark-blue-200);
  --background-bg-tertiary-pressed: var(--dark-blue-500);
  --background-bg-tertiary-hover: var(--dark-blue-400);
  --background-bg-tertiary: var(--dark-blue-300);
  --background-bg-secondary-disabled-3: var(--neutral-400);
  --background-bg-secondary-pressed-3: var(--neutral-900);
  --background-bg-secondary-hover-3: var(--neutral-800);
  --background-bg-secondary-3: var(--neutral-700);
  --icons-icon-tertiary-pressed: var(--dark-blue-500);
  --icons-icon-tertiary-disabled: var(--dark-blue-200);
  --icons-icon-tertiary-hover: var(--dark-blue-400);
  --icons-icon-tertiary: var(--dark-blue-300);
  --text-text-tertiary-pressed: var(--dark-blue-500);
  --text-text-tertiary-hover: var(--dark-blue-400);
  --text-text-tertiary: var(--dark-blue-300);
  --text-text-tertiary-disabled: var(--dark-blue-200);
}

/* === HEADINGS === */
.h1 {
  font-family: var(--font-medium);
  font-size: var(--font-h1);
  line-height: var(--lh-normal);
  letter-spacing: var(--ls-none);
  color: var(--neutral-1000);
  font-weight: 500;
}

.h2 {
  font-family: var(--font-medium);
  font-size: var(--font-h2);
  line-height: var(--lh-normal);
  letter-spacing: var(--ls-none);
  color: var(--neutral-1000);
  font-weight: 500;
}

.h3 {
  font-family: var(--font-medium);
  font-size: var(--font-h3);
  line-height: var(--lh-sm);
  letter-spacing: var(--ls-none);
  color: var(--neutral-1000);
  font-weight: 500;
}

.h4 {
  font-family: var(--font-medium);
  font-size: var(--font-h4);
  line-height: var(--lh-md);
  letter-spacing: var(--ls-none);
  color: var(--neutral-1000);
  font-weight: 500;
}

/* === BODY LARGE (1.5rem) === */

.body {
  font-family: var(--font-regular);
  font-size: var(--font-body-lg);
  line-height: var(--lh-xloose);
  letter-spacing: var(--ls-none);
  color: var(--neutral-1000);
}

.body-semibold {
  font-family: var(--font-regular);
  font-size: var(--font-body-lg);
  line-height: var(--lh-xloose);
  letter-spacing: var(--ls-none);
  color: var(--neutral-1000);
}

.body-bold {
  font-family: var(--font-regular);
  font-size: var(--font-body-lg);
  line-height: var(--lh-xloose);
  letter-spacing: var(--ls-none);
  color: var(--neutral-1000);
}

/* === BODY MEDIUM (1.25rem) === */

.body-md {
  font-family: var(--font-regular);
  font-size: var(--font-body-md);
  line-height: var(--lh-loose);
  letter-spacing: var(--ls-none);
  color: var(--neutral-1000);
}

.body-md-semibold {
  font-family: var(--font-regular);
  font-size: var(--font-body-md);
  line-height: var(--lh-loose);
  letter-spacing: var(--ls-sm);
  color: var(--neutral-1000);
}

.body-md-bold {
  font-family: var(--font-regular);
  font-size: var(--font-body-md);
  line-height: var(--lh-loose);
  letter-spacing: var(--ls-none);
  color: var(--neutral-1000);
}

/* === BODY SMALL (1rem) === */

.body-sm {
  font-family: var(--font-regular);
  font-size: var(--font-body-sm);
  line-height: var(--lh-relaxed);
  letter-spacing: var(--ls-none);
  color: var(--neutral-1000);
}

.body-sm-semibold,
.body-sm-bold {
  font-family: var(--font-medium);
  font-size: var(--font-body-sm);
  line-height: var(--lh-relaxed);
  letter-spacing: var(--ls-none);
  color: var(--neutral-1000);
}

/* === BODY X-SMALL (0.75rem) === */

.body-xs {
  font-family: var(--font-regular);
  font-size: var(--font-body-xs);
  line-height: var(--lh-tight);
  letter-spacing: var(--ls-sm);
  color: var(--neutral-1000);
}

.body-xs-bold {
  font-family: var(--font-regular);
  font-size: var(--font-body-xs);
  line-height: var(--lh-tight);
  letter-spacing: var(--ls-sm);
  color: var(--neutral-1000);
}
/* =============================================
   GLOBAL BUTTON SYSTEM (SCALABLE STRUCTURE)
   Based on Figma design and provided :root variables
============================================= */

.g-btn {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border: none;
  border-radius: 4px;
  text-decoration: none;
  width: fit-content;
  transition: all 0.3s ease;
}

/* ============================
   SIZE VARIANTS
============================= */
.g-btn--large {
  padding: 12px 16px;
  height: 48px;
  font-family: var(--font-medium);
  font-size: var(--font-body-lg);
  line-height: var(--lh-xloose);
  letter-spacing: var(--ls-none);
}
.g-btn--medium {
  padding: 8px 16px;
  height: 40px;
  font-family: var(--font-medium);
  font-size: var(--font-body-lg);
  line-height: var(--lh-xloose);
  letter-spacing: var(--ls-none);
}
.g-btn--small {
  height: 24px;
  padding: 4px 12px;
  font-family: var(--font-medium);
  font-size: var(--font-body-sm);
  line-height: var(--lh-relaxed);
  letter-spacing: var(--ls-none);
}
.g-btn--medium svg,
.g-btn--large svg {
  width: 16px;
  height: 16px;
}
.g-btn--small svg {
  width: 16px;
  height: 16px;
}
/* positioning */
.g-btn__space-between {
  justify-content: space-between;
}
.g-btn__centered {
  justify-content: center;
  gap: 8px;
}
@media screen and (max-width: 767px) {
  .g-btn__full-width-m {
    width: 100%;
  }
}

/* ============================
   BUTTON TYPE SYSTEM
============================= */

/* -------- PRIMARY -------- */
.g-btn--fill-primary {
  background-color: var(--neutral-1000);
  color: var(--text-text-light);
}
.g-btn--fill-primary:hover {
  background-color: var(--neutral-1000);
}
.g-btn--fill-primary:active {
  background-color: var(--neutral-1000);
}
.g-btn--fill-primary:disabled {
  background-color: var(--grey-400);
  cursor: not-allowed;
}

.g-btn--outline-primary {
  background-color: transparent;
  border: 1px solid var(--border-border-primary);
  color: var(--text-text-primary);
}
.g-btn--outline-primary:hover {
  border-color: var(--border-border-primary-hover);
  color: var(--text-text-primary-hover);
}
.g-btn--outline-primary:active {
  border-color: var(--border-border-primary-pressed);
  color: var(--text-text-primary-pressed);
}
.g-btn--outline-primary:disabled {
  border-color: var(--border-border-primary-disabled);
  color: var(--text-text-primary-disabled);
  cursor: not-allowed;
}

.g-btn--link-primary {
  background: none;
  border: none;
  color: var(--neutral-1000);
  text-decoration: underline;
}
.g-btn--link-primary:disabled {
  color: var(--ph-grey-400);
  cursor: not-allowed;
}

/* -------- SECONDARY -------- */
.g-btn--fill-secondary {
  background-color: var(--ph-grey-200);
  color: var(--neutral-1000);
}
.g-btn--fill-secondary:hover {
  background-color: var(--ph-grey-300);
}
.g-btn--fill-secondary:active {
  background-color: var(--ph-grey-400);
}
.g-btn--fill-secondary:disabled {
  background-color: var(--ph-grey-200);
  cursor: not-allowed;
  color: var(--ph-grey-400);
}

.g-btn--outline-secondary {
  background-color: transparent;
  border: 1px solid var(--border-border-secondary);
  color: var(--text-text-secondary);
}
.g-btn--outline-secondary:hover {
  border-color: var(--border-border-secondary-hover);
  color: var(--text-text-secondary-hover);
}
.g-btn--outline-secondary:active {
  border-color: var(--border-border-secondary-pressed);
  color: var(--text-text-secondary-pressed);
}
.g-btn--outline-secondary:disabled {
  border-color: var(--border-border-secondary-disabled);
  color: var(--text-text-secondary-disabled);
  cursor: not-allowed;
}

.g-btn--link-secondary {
  background: none;
  border: none;
  color: var(--text-text-secondary);
}
.g-btn--link-secondary:hover {
  color: var(--text-text-secondary-hover);
}
.g-btn--link-secondary:active {
  color: var(--text-text-secondary-pressed);
}
.g-btn--link-secondary:disabled {
  color: var(--text-text-secondary-disabled);
  cursor: not-allowed;
}

/* -------- TERTIARY COLORS -------- */

/* Template: Replace [color] with yellow, red, green, orange, blue */

:root {
  /* Already defined tokens assumed */
}

/* === TERTIARY - YELLOW === */
.g-btn--fill-tertiary-yellow {
  background-color: var(--ph-yellow-400);
  color: var(--text-text-light);
}
.g-btn--fill-tertiary-yellow:hover {
  background-color: var(--ph-yellow-400);
}
.g-btn--fill-tertiary-yellow:active {
  background-color: var(--ph-yellow-300);
}
.g-btn--fill-tertiary-yellow:disabled {
  background-color: var(--ph-yellow-100);
  cursor: not-allowed;
}

.g-btn--outline-tertiary-yellow {
  background-color: transparent;
  border: 1px solid var(--ph-yellow-400);
  color: var(--neutral-1000);
}
.g-btn--outline-tertiary-yellow:hover {
  border-color: var(--ph-yellow-400);
  background-color: var(--ph-yellow-100);
}
.g-btn--outline-tertiary-yellow:active {
  border-color: var(--ph-yellow-400);
}
.g-btn--outline-tertiary-yellow:disabled {
  border-color: var(--ph-yellow-200);
  color: var(--ph-yellow-200);
  cursor: not-allowed;
}

.g-btn--link-tertiary-yellow {
  background: none;
  border: none;
  color: var(--text-text-warning);
}
.g-btn--link-tertiary-yellow:hover {
  color: var(--text-text-warning-hover);
}
.g-btn--link-tertiary-yellow:active {
  color: var(--text-text-warning-pressed);
}
.g-btn--link-tertiary-yellow:disabled {
  color: var(--text-text-warning-disabled);
  cursor: not-allowed;
}

/* === TERTIARY - RED === */
.g-btn--fill-tertiary-red {
  background-color: var(--ph-red-400);
  color: var(--text-text-light);
}
.g-btn--fill-tertiary-red:hover {
  background-color: var(--background-bg-danger-hover);
}
.g-btn--fill-tertiary-red:active {
  background-color: var(--background-bg-danger-pressed);
}
.g-btn--fill-tertiary-red:disabled {
  background-color: var(--background-bg-danger-disabled);
  cursor: not-allowed;
}

.g-btn--outline-tertiary-red {
  background-color: transparent;
  border: 1px solid var(--ph-red-400);
  color: var(--neutral-1000);
}
.g-btn--outline-tertiary-red:hover {
  border-color: var(--ph-red-400);
  color: var(--neutral-1000);
  background-color: var(--ph-red-100);
}
.g-btn--outline-tertiary-red:active {
  background-color: transparent;
  border: 1px solid var(--ph-red-400);
  color: var(--neutral-1000);
}
.g-btn--outline-tertiary-red:disabled {
  border-color: var(--ph-red-200);
  color: var(--ph-red-200);
  cursor: not-allowed;
}

.g-btn--link-tertiary-red {
  background: none;
  border: none;
  color: var(--ph-red-400);
}
.g-btn--link-tertiary-red svg path {
  fill: var(--ph-red-400);
}
.g-btn--link-tertiary-red:disabled svg path {
  fill: var(--ph-red-400);
}
.g-btn--link-tertiary-red:disabled {
  color: var(--ph-red-200);
  cursor: not-allowed;
}

/* === TERTIARY - GREEN === */
.g-btn--fill-tertiary-green {
  background-color: var(--background-bg-success);
  color: var(--text-text-light);
}
.g-btn--fill-tertiary-green:hover {
  background-color: var(--background-bg-success-hover);
}
.g-btn--fill-tertiary-green:active {
  background-color: var(--background-bg-success-pressed);
}
.g-btn--fill-tertiary-green:disabled {
  background-color: var(--background-bg-success-disabled);
  cursor: not-allowed;
}

.g-btn--outline-tertiary-green {
  background-color: transparent;
  border: 1px solid var(--ph-green-400);
  color: var(--neutral-1000)
}
.g-btn--outline-tertiary-green:hover {
  border-color: var(--ph-green-400);
  background-color: var(--ph-green-100);
}
.g-btn--outline-tertiary-green:active {
  border-color: var(--ph-green-400);
}
.g-btn--outline-tertiary-green:disabled {
  border-color: var(--ph-green-200);
  color: var(--ph-green-200);
  cursor: not-allowed;
}

.g-btn--link-tertiary-green {
  background: none;
  border: none;
  color: var(--text-text-success);
}
.g-btn--link-tertiary-green:hover {
  color: var(--text-text-success-hover);
}
.g-btn--link-tertiary-green:active {
  color: var(--text-text-success-pressed);
}
.g-btn--link-tertiary-green:disabled {
  color: var(--text-text-success-disabled);
  cursor: not-allowed;
}

/* === TERTIARY - ORANGE === */
.g-btn--fill-tertiary-orange {
  background-color: var(--ph-orange-300);
  color: var(--text-text-light);
}
.g-btn--fill-tertiary-orange:hover {
  background-color: var(--ph-orange-400);
}
.g-btn--fill-tertiary-orange:active {
  background-color: var(--orange-900);
}
.g-btn--fill-tertiary-orange:disabled {
  background-color: var(--ph-orange-100);
  cursor: not-allowed;
}

.g-btn--outline-tertiary-orange {
  background-color: transparent;
  border: 1px solid var(--ph-orange-300);
  color: var(--ph-orange-400);
}
.g-btn--outline-tertiary-orange:hover {
  border-color: var(--ph-orange-400);
  color: var(--orange-900);
}
.g-btn--outline-tertiary-orange:active {
  border-color: var(--orange-900);
  color: var(--orange-900);
}
.g-btn--outline-tertiary-orange:disabled {
  border-color: var(--ph-orange-100);
  color: var(--ph-orange-100);
  cursor: not-allowed;
}

.g-btn--link-tertiary-orange {
  background: none;
  border: none;
  color: var(--ph-orange-400);
}
.g-btn--link-tertiary-orange:hover {
  color: var(--orange-900);
}
.g-btn--link-tertiary-orange:active {
  color: var(--orange-900);
}
.g-btn--link-tertiary-orange:disabled {
  color: var(--ph-orange-100);
  cursor: not-allowed;
}

/* === TERTIARY - BLUE === */
.g-btn--fill-tertiary-blue {
  background-color: var(--ph-blue-300);
  color: var(--text-text-light);
}
.g-btn--fill-tertiary-blue:hover {
  background-color: var(--ph-blue-400);
}
.g-btn--fill-tertiary-blue:active {
  background-color: var(--light-blue-900);
}
.g-btn--fill-tertiary-blue:disabled {
  background-color: var(--ph-blue-100);
  cursor: not-allowed;
}

.g-btn--outline-tertiary-blue {
  background-color: transparent;
  border: 1px solid var(--ph-blue-400);
  color: var(--neutral-1000)
}
.g-btn--outline-tertiary-blue:hover {
  border-color: var(--ph-blue-400);
  background-color: var(--ph-blue-100);
}
.g-btn--outline-tertiary-blue:active {
  border-color: var(--ph-blue-400);  
}
.g-btn--outline-tertiary-blue:disabled {
  border-color: var(--ph-blue-200);
  color: var(--ph-blue-200);
  cursor: not-allowed;
}

.g-btn--link-tertiary-blue {
  background: none;
  border: none;
  color: var(--ph-blue-400);
}
.g-btn--link-tertiary-blue:hover {
  color: var(--light-blue-900);
}
.g-btn--link-tertiary-blue:active {
  color: var(--light-blue-900);
}
.g-btn--link-tertiary-blue:disabled {
  color: var(--ph-blue-100);
  cursor: not-allowed;
}


/* === TERTIARY - PURPLE === */
.g-btn--fill-tertiary-purple {
  background-color: #9993AE;
  color: var(--neutral-1000);
}
.g-btn--fill-tertiary-purple:hover {
  background-color: #BDBACB;
}
.g-btn--fill-tertiary-purple:active {
  background-color:  #9993AE;
}
.g-btn--fill-tertiary-purple:disabled {
  background-color: #D5D3DF;
  cursor: not-allowed;
  color: #9993AE;
}
.g-btn--fill-tertiary-purple:disabled svg path {
  fill: #9993AE;
}

.g-btn--outline-tertiary-purple {
  background-color: transparent;
  border: 1px solid #9993AE;
  color: var(--neutral-1000)
}
.g-btn--outline-tertiary-purple:hover {
  border-color: #9993AE;
  background-color: #E8E7ED;
}
.g-btn--outline-tertiary-purple:active {
  border-color: #9993AE;
  background-color: transparent;
}
.g-btn--outline-tertiary-purple:disabled {
  border-color: #D5D3DF;
  color: #D5D3DF;
  cursor: not-allowed;
}

.g-btn--link-tertiary-purple {
  background: none;
  border: none;
  color: #9993AE;
}
.g-btn--link-tertiary-purple:hover {
  color: var(--light-blue-900);
  text-decoration: underline;
}
.g-btn--link-tertiary-purple:active {
  color: var(--light-blue-900);
}
.g-btn--link-tertiary-purple:disabled {
  color: #D5D3DF;
  cursor: not-allowed;
}


* {
  box-sizing: border-box;
  margin: 0;
}

body {
  display: flex;
  flex-direction: column;
  margin: 0;
  min-height: 100svh;
}

html:has(dialog[scroll-lock][open], details[scroll-lock][open]) {
  overflow: hidden;
}

img,
video,
canvas {
  display: block;
  max-width: 100%;
  height: 100%;
  object-fit: cover;
}

input,
textarea,
select {
  font: inherit;

}

select {
  background-color: var(--color-background);
  color: currentcolor;
}

dialog {
  background-color: var(--color-background);
  color: var(--color-foreground);
}

p {
  text-wrap: pretty;
}
p,
h1,
h2,
h3,
h4,
h5,
h6 {
  overflow-wrap: break-word;
}

p:empty {
  display: none;
}

:is(p, h1, h2, h3, h4, h5, h6):first-child,
:empty:first-child + :where(p, h1, h2, h3, h4, h5, h6) {
  margin-block-start: 0;
}

:is(p, h1, h2, h3, h4, h5, h6):last-child,
:where(p, h1, h2, h3, h4, h5, h6) + :has(+ :empty:last-child) {
  margin-block-end: 0;
}

/** Theme styles below */
/** Section layout utilities */

/**
 * Setup a grid that enables both full-width and constrained layouts
 * depending on the class of the child elements.
 *
 * By default, a minimum content margin is set on the left and right
 * sides of the section and the content is centered in the viewport to
 * not exceed the maximum page width.
 *
 * When a child element is given the `full-width` class, it will span
 * the entire viewport.
 */
.shopify-section {
  position: relative;
}

.visually-hidden-seo {
  position: absolute !important;
  width: 1px; 
  height: 1px; 
  padding: 0; 
  margin: -1px; 
  overflow: hidden; 
  clip: rect(0, 0, 0, 0); 
  white-space: nowrap; /* Prevent text wrapping */
  border: 0;
}



.wrapper {
  max-width: 1440px;
  padding: 0 16px;
  margin: 0 auto;
}

@media screen and (min-width: 768px) {
  .wrapper {
    padding: 0 32px;
  }
}

/* FLEX & GRID UTILITIES */
.w-100 {
  width: 100%;
}
.flex {
  display: flex;
}
.flex-wrap {
  flex-wrap: wrap;
}
.flex-nowrap {
  flex-wrap: nowrap;
}
.grid {
  display: grid;
}
.block {
  display: block;
}
.inline-block {
  display: inline-block;
}
.hidden {
  display: none;
}

/* FLEX DIRECTION */
.flex-row {
  flex-direction: row;
}
.flex-col {
  flex-direction: column;
}
.flex-col-rev {
  flex-direction: column-reverse;
}

@media (min-width: 768px) {
  .md-flex-row {
    flex-direction: row;
  }
  .md-flex-col {
    flex-direction: column;
  }
  .md-flex {
    display: flex;
  }
  .md-block {
    display: block;
  }
  .md-grid {
    display: grid;
  }
  .md-hidden {
    display: none;
  }
}

/* JUSTIFY CONTENT */
.justify-start {
  justify-content: flex-start;
}
.justify-center {
  justify-content: center;
}
.justify-end {
  justify-content: flex-end;
}
.justify-between {
  justify-content: space-between;
}
.justify-around {
  justify-content: space-around;
}
.justify-evenly {
  justify-content: space-evenly;
}

/* ALIGN ITEMS */
.items-start {
  align-items: flex-start;
}
.items-center {
  align-items: center;
}
.items-end {
  align-items: flex-end;
}
.items-stretch {
  align-items: stretch;
}

/* GAP UTILITIES */
.gap-0 {
  gap: 0;
}
.gap-4 {
  gap: 4px;
}
.gap-5 {
  gap: 5px;
}
.gap-6 {
  gap: 6px;
}
.gap-8 {
  gap: 8px;
}
.gap-10 {
  gap: 10px;
}
.gap-12 {
  gap: 12px;
}
.gap-15 {
  gap: 15px;
}
.gap-16 {
  gap: 16px;
}
.gap-20 {
  gap: 20px;
}
.gap-24 {
  gap: 24px;
}
.gap-25 {
  gap: 25px;
}
.gap-26 {
  gap: 26px;
}
.gap-28 {
  gap: 28px;
}
.gap-30 {
  gap: 30px;
}
.gap-32 {
  gap: 32px;
}
.gap-40 {
  gap: 40px;
}
.gap-60 {
  gap: 60px;
}
.gap-64 {
  gap:64px;
}

@media (min-width: 768px) {
  .md-justify-between {
    justify-content: space-between;
  }
  .md-justify-around {
    justify-content: space-around;
  }
  .md-justify-end {
    justify-content: end;
  }
  .md-items-center {
    align-items: center;
  }
  .md-items-end {
    align-items: end;
  }
  .md-gap-8 {
    gap: 8px;
  }
  .md-gap-16 {
    gap: 16px;
  }
  .md-gap-24 {
    gap: 24px;
  }
  .md-gap-28 {
    gap: 28px;
  }
  .md-gap-32 {
    gap: 32px;
  }
  .md-gap-48 {
    gap: 48px;
  }
  .md-gap-120 {
    gap: 120px;
  }
}

/* WIDTH/HEIGHT UTILITIES */
.w-full {
  width: 100%;
}
.h-full {
  height: 100%;
}

/* TEXT ALIGN */
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}

/* MARGIN & PADDING (selected presets) */
.m-0 {
  margin: 0;
}
.p-0 {
  padding: 0;
}
.p-4 {
  padding: 4px;
}
.p-8 {
  padding: 8px;
}
.p-16 {
  padding: 16px;
}



/* EMBLA CAROUSEL */
.embla {
  max-width: 100%;
  margin: auto;
}
.embla__viewport {
  overflow: hidden;
}
.embla__container {
  display: flex;
  touch-action: pan-y pinch-zoom;
}
.embla__slide {
  transform: translate3d(0, 0, 0);
  flex: 0 0 100%;
  min-width: 0;
}
.embla__slide__number {
  border-radius: 1.8rem;
  font-size: 4rem;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 19rem;
  user-select: none;
}
.embla__controls {
  display: flex;
  gap: 8px;
  cursor: pointer;
}
.embla__buttons {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.6rem;
  align-items: center;
}
.embla__button {
  -webkit-appearance: none;
  appearance: none;
  background-color: transparent;
  touch-action: manipulation;
  display: inline-flex;
  text-decoration: none;
  cursor: pointer;
  border: 0;
  padding: 0;
  margin: 0;
  width: 2rem;
  height: 2rem;
  z-index: 1;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.embla__button__svg {
  width: 35%;
  height: 35%;
}
.embla__dots {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
  gap: 12px;
}
.embla__dot {
  cursor: pointer;
  height: fit-content;
  width: fit-content;
  padding: 0;
  background: transparent;
  border: none;
}
.embla__dot--selected svg path {
  fill: #bfb38f;
}
.vertical-line-dot {
    width: 2px;
    height: 8px;
    border-radius: 1px;
    background-color: var(--ph-grey-200);
}
 .embla__dot--selected.vertical-line-dot {
    width: 2px;
    height: 12px;
    border-radius: 1px;
    background-color: var(--ph-red-400);
}

/* PRODUCT CARDS */
.product-card {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 440px;
  border: none;
}
.product-card__link {
  color: inherit;
  text-decoration: none;
}
.product-card__image-wrapper {
  width: 100%;
  height: 360px;
  overflow: hidden;
  margin-bottom: 10px;
  position: relative;
  overflow: visible;
  background-color: #efefef;
}
.product-card__image-wrapper img {
  border-radius: 0; 
}
.product-card__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.product-card__heart {
  position: absolute;
  top: 10px;
  left: 10px;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  border: 1px solid var(--c-border);
  background: rgba(255,255,255,.9);
  display: grid;
  place-items: center;
  cursor: pointer;
  z-index: 2;
}
.product-card__heart.active {
  color: #e11d48;
  border-color: #e11d48;
  background: #fff;
}
.product-card__heart svg {
  width: 16px;
  height: 16px;
}
.product-card__content {
  display: flex;
  flex-direction: column;
  gap: 4px;
  text-align: right;
}
.product-card__title {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: right;
}
.product-card__collection {
  color: var(--neutral-700);
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: right;
}
.product-card__price {
  font-weight: 600;
  display: flex;
  gap: 6px;
  align-items: baseline;
  justify-content: flex-end;
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: right;
}
.product-card__price-lead {
  font-size: 12px;
  opacity: 0.75;
}
.product-card__divider {
  display: none;
}
.product-card__cta-label {
  text-transform: uppercase;
}
.add-to-cart-btn svg {
  width: 12px;
  height: 12px;
}
.product-card__badges {
  writing-mode: vertical-rl;
  position: absolute;
  left: -8px;
  top: 12px;
  transform: rotate(180deg);
  z-index: 1;
}
.product-card__badge {
  padding: 4px;
  border-radius: 0;
  font-size: 11px;
}
.product-card__cta {
  position: absolute;
  bottom: 12px;
  right: 12px;
}
.product-card__plus {
  padding: 2px 12px;
}

@media screen and (min-width: 768px) {
  .product-card__cta {
    bottom: 12px;
    right: 12px;
  }
  .product-card__cta:hover .product-card__cta-label {
    display: flex;
  }
  .product-card__cta:hover .product-card__plus {
    display: none;
  }
  .product-card__badges {
    left: -14px;
  }
  .product-card__badge {
    font-size: 12px;
    padding: 8px 4px;
  }
  .product-card__image-wrapper {
    margin-bottom: 12px;
  }
}

/* PRICE */
.price__sale {
  color: var(--text-text-danger);
}
.price__compare {
  text-decoration: line-through;
}

/* PAGINATION */
.pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
  margin: 40px 0;
}

.pagination__item {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 2px solid transparent;
  background: transparent;
  color: var(--neutral-700);
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 14px;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.3s ease;
}

.pagination__item:hover {
  color: var(--light-blue-700);
}

.pagination__item--current {
  border-color: var(--light-blue-300);
  color: var(--light-blue-700);
  background: transparent;
}

.pagination__item--current:hover {
  color: var(--light-blue-700);
}

/* COLLECTION SECTION */
.collection-section {
  --collection-bg: #f7f3fb;
  --collection-border: #e5e7ef;
  --collection-chip: #f2f4f8;
  --collection-primary: #1e2a6a;
  --collection-accent: #f05a5a;
}

/* Banner */
.collection-banner {
  position: relative;
  display: flex;
  justify-content: center;
  padding-top: 24px;
  margin-bottom: 40px;
  max-height: 300px;
  height: 100%;
  overflow: visible; 
}

.collection-banner__background {
  position: relative;
  z-index: 1;
  width: 100%;
  height: auto;
  overflow: hidden; 
}

.collection-banner__content {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  padding: 0 20px;
  max-width: 90%;
  padding-top: 55px;
}


.collection-banner__title {
  font-family: "Futura PT", sans-serif;
  font-weight: 600;
  font-size: 18px;
  color: #576ea5;
  margin-bottom: 1rem;
}

.collection-breadcrumbs {
  background: rgba(255, 255, 255, 0.85);
  padding: 6px 12px;
  border-radius: 6px;
  margin-bottom: 12px;
  font-size: 12px;
  backdrop-filter: saturate(120%) blur(4px);
}

.collection-breadcrumbs a {
  text-decoration: none;
  color: #111;
}

/* Toolbar */
.collection-toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 30px;
  padding: 20px 0;
  border-bottom: 1px solid #E1E3EB;
}

.collection-toolbar__left,
.collection-toolbar__center,
.collection-toolbar__right {
  display: flex;
  align-items: center;
}

.collection-toolbar__center {
  flex: 1;
  justify-content: center;
}

.collection-filter-toggle,
.collection-sort-toggle {
  display: flex;
  align-items: center;
  gap: 8px;
  background: none;
  border: none;
  color: #333;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-weight: 400;
  cursor: pointer;
  padding: 8px 0;
  transition: color 0.2s ease;
}

.collection-filter-toggle:hover,
.collection-sort-toggle:hover {
  color: #576EA5;
}

.collection-count {
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #333;
}

/* Active Filters */
.active-filters {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
  padding: 16px 0;
  margin-bottom: 20px;
}

.active-filter-chip {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 6px 12px;
  background: #ffffff;
  border: 1px solid #E1E3EB;
  border-radius: 20px;
  font-family: "Open Sans", sans-serif;
  font-size: 12px;
  color: #333;
  white-space: nowrap;
}

.active-filter-text {
  font-weight: 400;
}

.active-filter-remove {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 16px;
  height: 16px;
  color: #666;
  text-decoration: none;
  transition: color 0.2s ease;
}

.active-filter-remove:hover {
  color: #333;
}

.active-filter-clear-all {
  padding: 6px 12px;
  color: #576EA5;
  text-decoration: none;
  font-family: "Open Sans", sans-serif;
  font-size: 12px;
  font-weight: 500;
  transition: color 0.2s ease;
}

.active-filter-clear-all:hover {
  color: #011E41;
}

.collection-chip-row {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}

.collection-chip {
  display: inline-flex;
  align-items: center;
  border: 1px solid var(--collection-border);
  background: var(--collection-chip);
  border-radius: 999px;
  padding: 6px 12px;
  font-size: 12px;
  color: #333;
  text-decoration: none;
  font-family: "Open Sans", sans-serif;
}

.collection-chip.is-active {
  background: var(--collection-primary);
  color: #fff;
  border-color: var(--collection-primary);
}

.collection-sort {
  margin-left: auto;
}

.collection-select {
  appearance: none;
  border: 1px solid var(--collection-border);
  border-radius: 10px;
  padding: 8px 36px 8px 12px;
  background: #fff url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20"><path d="M6 8l4 4 4-4" fill="none" stroke="%23666" stroke-width="2" stroke-linecap="round"/></svg>') no-repeat right 10px center/20px;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
}

/* Sort group */
.sort-group {
  position: relative;
}
.chevron-sort-label {
  display: none;
}
.checked-sort-label {
  font-weight: bold;
}
.checked-sort-label .chevron-sort-label {
  display: flex;
}
.collection-sort-toggle {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 8px 16px;
  border: 1px solid var(--collection-border);
  border-radius: 10px;
  background: #fff;
  color: var(--collection-primary);
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  cursor: pointer;
  transition: all 0.2s ease;
}

.collection-sort-toggle:hover {
  border-color: var(--collection-primary);
}

.sort-group__options {
  position: absolute;
  top: 100%;
  right: 0;
  min-width: 200px;
  background: #fff;
  border: 1px solid var(--collection-border);
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  z-index: 100;
  display: none;
  overflow: hidden;
}

.sort-group.open .sort-group__options {
  display: block;
}

.sort-group__option {
  width: 100%;
  padding: 12px 16px;
  border: none;
  background: none;
  text-align: left;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  color: var(--collection-primary);
  cursor: pointer;
  transition: background-color 0.2s ease;
}

.sort-group__option:hover {
  background: var(--collection-chip);
}


/* Facets */
.collection-facets {
  border: 1px solid var(--collection-border);
  border-radius: 16px;
  padding: 12px;
  margin-bottom: 16px;
  background: #fff;
}

.collection-facets__columns {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

@media (max-width: 900px) {
  .collection-facets__columns {
    grid-template-columns: 1fr;
  }
}

.collection-facet {
  border: 1px solid var(--collection-border);
  border-radius: 12px;
}

.collection-facet__summary {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 8px;
  padding: 10px 12px;
  cursor: pointer;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
}

.collection-facet__body {
  padding: 0 12px 12px;
}

.collection-facet__list {
  list-style: none;
  margin: 0;
  padding: 6px 0;
  max-height: 220px;
  overflow: auto;
}

.collection-checkbox {
  display: flex;
  align-items: center;
  gap: 10px;
  cursor: pointer;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
}

.collection-checkbox input {
  display: none;
}

.collection-checkbox__box {
  width: 18px;
  height: 18px;
  border-radius: 4px;
  border: 1px solid var(--collection-border);
  display: inline-block;
  position: relative;
}

.collection-checkbox input:checked + .collection-checkbox__box {
  background: #111;
  color: #fff;
  border-color: #111;
}

.collection-checkbox input:checked + .collection-checkbox__box::after {
  content: '';
  position: absolute;
  inset: 3px;
  background: #fff;
  mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="12" height="10" viewBox="0 0 12 10"><path d="M1 5l3 3 7-7" fill="none" stroke="black" stroke-width="2"/></svg>') center/contain no-repeat;
}

.collection-count {
  opacity: 0.7;
  font-size: 12px;
}

.collection-facets__actions {
  display: flex;
  justify-content: flex-end;
  gap: 12px;
  padding-top: 8px;
}

.collection-btn {
  border: none;
  background: #111;
  color: #fff;
  padding: 10px 14px;
  border-radius: 10px;
  cursor: pointer;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
}

.collection-link {
  background: none;
  border: none;
  color: var(--collection-primary);
  text-decoration: none;
  cursor: pointer;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
}

.collection-active-facets {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 10px;
}

.collection-active-facets__chips {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.collection-count-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 8px 0 12px;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
}

/* Grid */
.collection-grid {
  list-style: none;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
  margin: 0;
  padding: 0;
}

@media (max-width: 900px) {
  .collection-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 600px) {
  .collection-grid {
    grid-template-columns: 1fr;
  }
}

.collection-card {
  position: relative;
  background: #fff;
  border: none;
  overflow: hidden;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
  box-shadow: none;
}

.collection-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.06);
}

/* FILTER DRAWER */
.filter-drawer {
  position: fixed;
  top: 0;
  right: -400px;
  width: 400px;
  height: 100vh;
  background: #ffffff !important;
  color: #333;
  z-index: 1000;
  transition: right 0.3s ease;
  overflow-y: auto;
  display: block;
}

.filter-drawer--open {
  right: 0;
}

.filter-drawer--open::before {
  content: '';
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(241, 245, 255, 0.8) !important;
  backdrop-filter: blur(-6px) !important;
  -webkit-backdrop-filter: blur(-6px) !important;
  z-index: -1;
}

.filter-drawer__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
  border-bottom: 1px solid #e5e5e5;
  background: #ffffff !important;
  color: #333;
}

.filter-drawer__title {
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  font-weight: 600;
  margin: 0;
  color: #333;
}

.filter-drawer__close {
  background: none;
  border: none;
  color: #333;
  cursor: pointer;
  padding: 8px;
  border-radius: 4px;
  transition: background-color 0.2s ease;
}

.filter-drawer__close:hover {
  background-color: #f5f5f5;
}

.filter-drawer__content {
  padding: 20px;
  background: #ffffff !important;
  min-height: calc(100vh - 80px);
  color: #333;
}

/* Filter drawer specific styles */
.filter-drawer__form {
  display: flex;
  flex-direction: column;
  gap: 20px;
  background: #ffffff !important;
}

/* Filter groups */
.filter-group {
  background: #ffffff !important;
  border: 1px solid #e5e5e5 !important;
  border-radius: 8px;
  overflow: hidden;
}

.filter-group.open .filter-group__options {
  display: block;
}

.filter-group__options {
  display: none;
  padding: 16px 20px;
  background: #ffffff !important;
}

.filter-drawer__facet-summary {

  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16px 20px;
  color: #333 !important;
  cursor: pointer;
  border: none !important;
  border-bottom: 1px solid #E1E3EB;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-weight: 500;
  background: #ffffff !important;
  width: 100%;
  text-align: left;
}

.filter-drawer__facet-summary svg {
  transition: transform 0.2s ease;
  width: 16px;
  height: 16px;
}

.filter-group.open .filter-drawer__facet-summary svg {
  transform: rotate(180deg);
}

.filter-drawer__facet-body {
  padding: 16px 20px;
  background: #ffffff !important;
}

.filter-drawer__options {
  display: flex;
  flex-direction: column;
  gap: 12px;
  background: #ffffff !important;
}

.filter-drawer__option {
  display: flex;
  align-items: center;
  gap: 12px;
  cursor: pointer;
  color: #333 !important;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  background: transparent !important;
}

.filter-drawer__option input[type="checkbox"] {
  width: 18px;
  height: 18px;
  border: 2px solid #555;
  border-radius: 2px;
  background: transparent !important;
  cursor: pointer;
}

.filter-drawer__option input[type="checkbox"]:checked {
  background: #3182ce !important;
  border-color: #3182ce;
}

.filter-drawer__option-text {
  flex: 1;
  color: #333 !important;
}

.filter-drawer__option-count {
  color: #999 !important;
  font-size: 12px;
}

/* Color filter options */
.filter-drawer__option--color {
  display: flex;
  align-items: center;
  gap: 12px;
}

.filter-drawer__color-swatch {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  border: 2px solid #e5e5e5;
  flex-shrink: 0;
  transition: all 0.2s ease;
  background: var(--swatch-background, #cccccc) !important;
  display: inline-block;
  position: relative;
}

/* Fix for CSS custom property not working */
.filter-drawer__color-swatch[style*="--swatch-background"] {
  background: var(--swatch-background) !important;
}

.swatch--unavailable {
  background: #f0f0f0 !important;
  border: 2px dashed #ccc !important;
}

.filter-drawer__option--color input[type="checkbox"]:checked + .filter-drawer__color-swatch {
  border-color: #333;
  transform: scale(1.1);
}

.filter-drawer__option--color:hover .filter-drawer__color-swatch {
  transform: scale(1.05);
  border-color: #ccc;
}

.filter-drawer__price-range {
  display: flex;
  gap: 12px;
}

.filter-drawer__price-input {
  flex: 1;
}

.filter-drawer__price-input label {
  display: block;
  color: #fff !important;
  font-size: 12px;
  margin-bottom: 4px;
}

.filter-drawer__price-input input {
  width: 100%;
  padding: 8px 12px;
  background: #333 !important;
  border: 1px solid #555;
  border-radius: 4px;
  color: #fff !important;
  font-size: 14px;
}

.filter-drawer__price-input input::placeholder {
  color: #999;
}

.filter-drawer__actions {
  display: flex;
  padding: 20px;
  border-top: 1px solid #e5e5e5;
  margin-top: 20px;
  background: #ffffff !important;
}

.filter-drawer__apply {
  width: 100%;
}

/* Ensure all filter drawer elements have white background */
.filter-drawer__apply {
  /* Button styling based on Figma design system */
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 11px 20px;
  gap: 2px;
  
  height: 44px;
  min-height: 44px;
  max-height: 44px;
  
  background: #576EA5;
  border-radius: 100px;
  border: none;
  
  /* Typography */
  font-family: 'Open Sans', sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 19px;
  text-align: center;
  color: #FFFFFF;
  
  cursor: pointer;
  transition: all 0.2s ease;
}

.filter-drawer__apply:hover {
  background: #011E41;
  color: #FFFFFF;
}

.filter-drawer__apply:disabled {
  background: #E1E3EB;
  color: #011E41;
  cursor: not-allowed;
}

/* Button Design System - Based on Figma */
.btn {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 11px 20px;
  gap: 2px;
  
  height: 44px;
  min-height: 44px;
  max-height: 44px;
  
  border-radius: 100px;
  border: none;
  
  /* Typography */
  font-family: 'Open Sans', sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 19px;
  text-align: center;
  
  cursor: pointer;
  transition: all 0.2s ease;
  text-decoration: none;
}

/* Primary Button (Active/Default) */
.btn--primary {
  background: #576EA5;
  color: #FFFFFF;
}

.btn--primary:hover {
  background: #011E41;
  color: #FFFFFF;
}

.btn--primary:disabled {
  background: #E1E3EB;
  color: #011E41;
  cursor: not-allowed;
}

/* Outline Button */
.btn--outline {
  background: transparent;
  color: #011E41;
  border: 1px solid #011E41;
}

.btn--outline:hover {
  background: #011E41;
  color: #FFFFFF;
}

.btn--outline:disabled {
  background: #E1E3EB;
  color: #011E41;
  border-color: #E1E3EB;
  cursor: not-allowed;
}

/* Secondary Button */
.btn--secondary {
  background: #E1E3EB;
  color: #011E41;
}

.btn--secondary:hover {
  background: #011E41;
  color: #FFFFFF;
}

.btn--secondary:disabled {
  background: #E1E3EB;
  color: #011E41;
  cursor: not-allowed;
}

/* Button Sizes */
.btn--small {
  height: 36px;
  min-height: 36px;
  max-height: 36px;
  padding: 8px 16px;
  font-size: 12px;
}

.btn--large {
  height: 52px;
  min-height: 52px;
  max-height: 52px;
  padding: 14px 24px;
  font-size: 16px;
}

/* Global Accordion System */
.accordion {
  border-bottom: 1px solid #E1E3EB;
}

.accordion__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16px 20px;
  color: #333;
  cursor: pointer;
  border: none;
  background: #ffffff;
  width: 100%;
  text-align: left;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-weight: 500;
  transition: all 0.2s ease;
}

.accordion__header:hover {
  background: #f8f9fa;
}

.accordion__title {
  flex: 1;
}

.accordion__chevron {
  width: 16px;
  height: 16px;
  transition: transform 0.2s ease;
  flex-shrink: 0;
}

.accordion[data-accordion-open="true"] .accordion__chevron {
  transform: rotate(180deg);
}

.accordion__content {
  overflow: hidden;
  transition: max-height 0.3s ease;
  max-height: 0;
}

.accordion[data-accordion-open="true"] .accordion__content {
  max-height: 1000px;
}

.accordion__body {
  padding: 16px 20px;
  background: #ffffff;
}



/* Color filter options */
.filter-color-option {
  display: inline-block;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  border: 2px solid transparent;
  cursor: pointer;
  margin: 4px;
  transition: border-color 0.2s ease;
}

.filter-color-option--selected {
  border-color: #3182ce;
}

/* Size filter options */
.filter-size-option {
  display: inline-block;
  padding: 8px 12px;
  background: #2a2a2a;
  border: 1px solid #555;
  border-radius: 20px;
  color: #fff;
  cursor: pointer;
  margin: 4px;
  font-size: 12px;
  transition: all 0.2s ease;
}

.filter-size-option--selected {
  background: #3182ce;
  border-color: #3182ce;
}

/* Available online checkbox */
.filter-available-checkbox {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 16px 0;
  border-top: 1px solid #333;
  margin-top: 20px;
}

.filter-available-checkbox input[type="checkbox"] {
  width: 18px;
  height: 18px;
  border: 2px solid #555;
  border-radius: 2px;
  background: transparent;
  cursor: pointer;
}

.filter-available-checkbox label {
  color: #fff;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  cursor: pointer;
}



/* READMORE TEXT COMPONENT */
 .text__data {
  max-height: 504px;
  overflow: hidden;
  transition: max-height 1s ease;
  position: relative;
}
.text__data a {
  color: var(--neutral-1000);
}
.text__data h1, .text__data h2, .text__data h3, .text__data h4, .text__data h5, .text__data h6 {
  margin-bottom: 12px;
  margin-top: 32px;
}
.text__data ol, .text__data p, .text__data table, .text__data ul {
  margin-bottom: 12px;
}
.text__data.expanded {
  max-height: 5000px; 
}
.text__data.expanded .text__data-overlay {
  display: none;
}
.text__toggle {
    color: var(--ph-red-400);
}
.text__toggle svg {
    width: 10px;
    height: 6px;
}
.text__data-overlay {
  background: linear-gradient(180deg, transparent, var(--body-base));
  position: absolute;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
}

readmore-text .body strong {
  font-family: var(--font-bold);
}


@media screen and (min-width: 768px) {
   .text__data {
    max-height: 200px;
   }
}



/* Breadcrumbs */
.breadcrumbs__list {
  list-style-type: none;
  margin: 0;
  padding: 0;
  flex-wrap: wrap;
  font-size: 12px;
}

.breadcrumbs__link {
  text-decoration: none;
  white-space: nowrap;
}
.breadcrumbs__link:hover {
  text-decoration: underline;
}
.breadcrumbs__item {
  display: flex;
  align-items: center;
  gap: 4px;
}

.breadcrumbs__item:not(:last-child):after {
  border-style: solid;
  content: "/";
  display: inline-block;
  position: relative;
  vertical-align: middle;
  border: none;
}

.breadcrumbs__link {
  color: var(--neutral-1000);
}

.breadcrumbs__link[aria-current="page"] {
  color: inherit;
  font-weight: normal;
  text-decoration: none;
}

.breadcrumbs__link[aria-current="page"]:hover,
.breadcrumbs__link[aria-current="page"]:focus {
  text-decoration: underline;
}


  /* === Jacadi Product Card  === */

.jac-product-list-item {
  position: relative;
  background: #fff;
  overflow: hidden;
}
.jac-product-list-item a {
  text-decoration: none;
}
/* IMAGE */
.jac-product-image-wrap {
  position: relative;
  overflow: hidden;
  aspect-ratio: 1/1;
}

.jac-product-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: opacity .4s ease, transform .5s ease;
}

.jac-product-image.hover-image {
  position: absolute;
  inset: 0;
  opacity: 0;
}

.jac-product-list-item:hover .jac-product-image.hover-image {
  opacity: 1;
}

.jac-product-list-item:hover .jac-product-image.main-image {
  opacity: 0;
}

/* CAPTION */
.jac-product-list-item-caption {
  padding-top: 0.5rem;
  padding-bottom: 1rem;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
  transition: transform .3s ease;
  transform: translateY(30%);
  text-align: right;
}

.jac-product-list-item:hover .jac-product-list-item-caption {
  transform: translateY(0);
}

/* TITLE + PRICE */
.jac-product-list-item-name {
  display: block;
  font-family: "Futura PT", "Raleway", sans-serif;
  font-size: 0.9375rem;
  color: #00194a;
  font-weight: 400;
}

.jac-product-price {
  display: block;
  font-family: "Futura PT", "Raleway", sans-serif;
  font-size: 0.9375rem;
  font-weight: 600;
  color: #00194a;
}

.jac-product-price-start {
  color: #00194a;
  font-weight: 400;
  margin-right: 0.25rem;
}

.jac-product-price-crossed {
  text-decoration: line-through;
  color: #888;
  margin-left: 4px;
}

/* SIZES */
.jac-product-list-item-layer {
  display: none;
  margin-top: 1rem;
  text-align: left;
}

.jac-product-list-item:hover .jac-product-list-item-layer {
  display: block;
}

.jac-title-left {
  font-family: "Futura PT", "Raleway", sans-serif;
  font-size: 0.875rem;
  color: #1c2434;
  margin-bottom: 0.5rem;
}

.jac-product-list-item-sizes {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  padding: 0;
  list-style: none;
  margin: 0;
}

/* SIZE LINKS (PELLETS) */
.jac-pellet-size a {
  display: flex;
  flex-direction: column;
  line-height: 1;
  width: 3.75rem;
  min-height: 2.75rem;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  font-weight: 600;
  border-radius: 1.375rem;
  padding: 0.75rem 0;
  background-color: var(--snow, #f8f9fb);
  border: 0.0625rem solid var(--border, #dcdcdc);
  color: var(--navy-blue, #00194a);
  cursor: pointer;
  text-decoration: none;
  text-align: center;
  transition: all 0.25s ease;
}

.jac-pellet-size a:hover {
  background-color: var(--navy-blue, #00194a);
  border-color: var(--navy-blue, #00194a);
  color: #fff;
  text-decoration: none;
}

.jac-pellet-size a.is-active {
  background-color: var(--navy-blue, #00194a);
  color: #fff;
  border-color: var(--navy-blue, #00194a);
  text-decoration: none;
}

/* WISHLIST */


.jac-product-add-btn:hover {
  color: #003366;
  transform: scale(1.1);
}

/* RESPONSIVE */
@media (max-width: 768px) {
  .jac-product-list-item-caption {
    transform: translateY(0);
  }
  .jac-product-list-item-layer {
    display: block;
  }
}

.swym-wishlist-collections-v2-container {
  z-index: 2;
}

.swym-wishlist-collections-v2 {
  z-index: 2;
  position: absolute;
  top: 10px;
  left: 10px;
  background: #fff;
  border-radius: 50%;
  border: none;
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  color: #1c2434;
  transition: all .25s ease;
}

.swym-wishlist-collections-v2 {
  transform: none !important;
  height: 1.5rem;
}