/*! tailwindcss v4.0.14 | MIT License | https://tailwindcss.com */
@layer theme, base, components, utilities;
@layer theme {
  :root, :host {
    --color-white: 255, 255, 255;
    --color-white-100: rgb(var(--color-white));
    --color-white-200: rgba(var(--color-white), 0.6);
    --color-white-300: rgba(var(--color-white), 0.1);
    --color-white-400: rgba(var(--color-white), 0.05);
    --color-black: 0, 0, 0;
    --color-black-100: rgb(var(--color-black), 0.9);
    --color-black-200: rgba(var(--color-black), 0.6);
    --color-black-300: rgba(var(--color-black), 0.1);
    --color-black-400: rgba(var(--color-black), 0.05);
    --color-fuchsia: 204, 51, 153;
    --color-fuchsia-100: rgb(var(--color-fuchsia));
    --color-surface-primary: var(--color-white-100);
    --color-surface-secondary: var(--color-black-400);
    --color-surface-inverse-primary: var(--color-black-100);
    --color-surface-inverse-secondary: var(--color-white-400);
    --color-surface-accent: var(--color-fuchsia-100);
    --color-text-primary: var(--color-black-100);
    --color-text-secondary: var(--color-black-200);
    --color-text-inverse-primary: var(--color-white-100);
    --color-text-inverse-secondary: var(--color-white-200);
    --color-text-accent: var(--color-fuchsia-100);
    --color-icon-primary: var(--color-black-100);
    --color-icon-inverse: var(--color-white-100);
    --color-icon-accent: var(--color-fuchsia-100);
    --color-border-primary: var(--color-black-300);
    --color-border-black: var(--color-black);
    --color-border-inverse: var(--color-white-300);
    --color-border-accent: var(--color-fuchsia-100);
    --font-scale: 1.25;
    --text-xs: 1rem;
    --text-sm: calc(var(--text-xs) * var(--font-scale));
    --text-md: calc(var(--text-sm) * var(--font-scale));
    --text-lg: calc(var(--text-md) * var(--font-scale));
    --text-xl: calc(var(--text-lg) * var(--font-scale));
    --text-xxl: calc(var(--text-xl) * var(--font-scale));
    --text-xs--line-height: 1.6;
    --text-sm--line-height: 1.5;
    --text-md--line-height: 1.4;
    --text-lg--line-height: 1.3;
    --text-xl--line-height: 1.2;
    --text-xxl--line-height: 1.1;
    --spacing-none: 0;
    --spacing-xs: 0.25rem;
    --spacing-sm: 0.5rem;
    --spacing-md: 1rem;
    --spacing-lg: 1.5rem;
    --spacing-xl: 3rem;
    --spacing-xxl: 6rem;
    --spacing-container-lg: 125rem;
    --spacing-container: 64rem;
    --spacing-container-sm: 50rem;
    --spacing-character-lg: 130ch;
    --spacing-character: 70ch;
    --spacing-character-sm: 36ch;
    --blur-sm: 2.5rem;
    --radius-rounded: 1rem;
    --radius-full: 9999px;
    --font-weight-400: 400;
    --font-weight-500: 500;
    --font-primary: "Inter", serif;
    --aspect-3\/4: 3 / 4;
    --aspect-4\/3: 4 / 3;
    --aspect-16\/9: 16 / 9;
    --backgroundPosition: center right 0.5rem;
    --backgroundPositionRight: center right;
  }
}
@layer base {
  *, ::after, ::before, ::backdrop, ::file-selector-button {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: 0 solid;
  }
  html, :host {
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    tab-size: 4;
    font-family: var( --default-font-family, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji" );
    font-feature-settings: var(--default-font-feature-settings, normal);
    font-variation-settings: var( --default-font-variation-settings, normal );
    -webkit-tap-highlight-color: transparent;
  }
  body {
    line-height: inherit;
  }
  hr {
    height: 0;
    color: inherit;
    border-top-width: 1px;
  }
  abbr:where([title]) {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
  }
  h1, h2, h3, h4, h5, h6 {
    font-size: inherit;
    font-weight: inherit;
  }
  a {
    color: inherit;
    -webkit-text-decoration: inherit;
    text-decoration: inherit;
  }
  b, strong {
    font-weight: bolder;
  }
  code, kbd, samp, pre {
    font-family: var( --default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace );
    font-feature-settings: var( --default-mono-font-feature-settings, normal );
    font-variation-settings: var( --default-mono-font-variation-settings, normal );
    font-size: 1em;
  }
  small {
    font-size: 80%;
  }
  sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
  sub {
    bottom: -0.25em;
  }
  sup {
    top: -0.5em;
  }
  table {
    text-indent: 0;
    border-color: inherit;
    border-collapse: collapse;
  }
  :-moz-focusring {
    outline: auto;
  }
  progress {
    vertical-align: baseline;
  }
  summary {
    display: list-item;
  }
  ol, ul, menu {
    list-style: none;
  }
  img, svg, video, canvas, audio, iframe, embed, object {
    display: block;
    vertical-align: middle;
  }
  img, video {
    max-width: 100%;
    height: auto;
  }
  button, input, select, optgroup, textarea, ::file-selector-button {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    border-radius: 0;
    background-color: transparent;
    opacity: 1;
  }
  :where(select:is([multiple], [size])) optgroup {
    font-weight: bolder;
  }
  :where(select:is([multiple], [size])) optgroup option {
    padding-inline-start: 20px;
  }
  ::file-selector-button {
    margin-inline-end: 4px;
  }
  ::placeholder {
    opacity: 1;
    color: color-mix(in oklab, currentColor 50%, transparent);
  }
  textarea {
    resize: vertical;
  }
  ::-webkit-search-decoration {
    -webkit-appearance: none;
  }
  ::-webkit-date-and-time-value {
    min-height: 1lh;
    text-align: inherit;
  }
  ::-webkit-datetime-edit {
    display: inline-flex;
  }
  ::-webkit-datetime-edit-fields-wrapper {
    padding: 0;
  }
  ::-webkit-datetime-edit, ::-webkit-datetime-edit-year-field, ::-webkit-datetime-edit-month-field, ::-webkit-datetime-edit-day-field, ::-webkit-datetime-edit-hour-field, ::-webkit-datetime-edit-minute-field, ::-webkit-datetime-edit-second-field, ::-webkit-datetime-edit-millisecond-field, ::-webkit-datetime-edit-meridiem-field {
    padding-block: 0;
  }
  :-moz-ui-invalid {
    box-shadow: none;
  }
  button, input:where([type="button"], [type="reset"], [type="submit"]), ::file-selector-button {
    appearance: button;
  }
  ::-webkit-inner-spin-button, ::-webkit-outer-spin-button {
    height: auto;
  }
  [hidden]:where(:not([hidden="until-found"])) {
    display: none !important;
  }
}
@layer utilities {
  .collapse {
    visibility: collapse;
  }
  .invisible {
    visibility: hidden;
  }
  .visible {
    visibility: visible;
  }
  .sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
  }
  .absolute {
    position: absolute;
  }
  .fixed {
    position: fixed;
  }
  .relative {
    position: relative;
  }
  .static {
    position: static;
  }
  .sticky {
    position: sticky;
  }
  .top-auto {
    top: auto;
  }
  .top-md {
    top: var(--spacing-md);
  }
  .top-none {
    top: var(--spacing-none);
  }
  .bottom-full {
    bottom: 100%;
  }
  .bottom-none {
    bottom: var(--spacing-none);
  }
  .left-\[1\.5rem\] {
    left: 1.5rem;
  }
  .left-\[50\%\] {
    left: 50%;
  }
  .left-md {
    left: var(--spacing-md);
  }
  .left-none {
    left: var(--spacing-none);
  }
  .isolate {
    isolation: isolate;
  }
  .z-10 {
    z-index: 10;
  }
  .z-20 {
    z-index: 20;
  }
  .z-30 {
    z-index: 30;
  }
  .col-12 {
    grid-column: 12;
  }
  .col-span-2 {
    grid-column: span 2 / span 2;
  }
  .col-span-4 {
    grid-column: span 4 / span 4;
  }
  .float-end {
    float: inline-end;
  }
  .float-start {
    float: inline-start;
  }
  .container {
    width: 100%;
    @media (width >= 420px) {
      max-width: 420px;
    }
    @media (width >= 620px) {
      max-width: 620px;
    }
    @media (width >= 768px) {
      max-width: 768px;
    }
    @media (width >= 1024px) {
      max-width: 1024px;
    }
    @media (width >= 1440px) {
      max-width: 1440px;
    }
    @media (width >= 1800px) {
      max-width: 1800px;
    }
  }
  .container\! {
    width: 100% !important;
    @media (width >= 420px) {
      max-width: 420px !important;
    }
    @media (width >= 620px) {
      max-width: 620px !important;
    }
    @media (width >= 768px) {
      max-width: 768px !important;
    }
    @media (width >= 1024px) {
      max-width: 1024px !important;
    }
    @media (width >= 1440px) {
      max-width: 1440px !important;
    }
    @media (width >= 1800px) {
      max-width: 1800px !important;
    }
  }
  .mx-auto {
    margin-inline: auto;
  }
  .mx-xs {
    margin-inline: var(--spacing-xs);
  }
  .mt-lg {
    margin-top: var(--spacing-lg);
  }
  .mt-md {
    margin-top: var(--spacing-md);
  }
  .mt-xl {
    margin-top: var(--spacing-xl);
  }
  .mb-lg {
    margin-bottom: var(--spacing-lg);
  }
  .mb-sm {
    margin-bottom: var(--spacing-sm);
  }
  .ml-auto {
    margin-left: auto;
  }
  .line-clamp-4 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
  }
  .\!hidden {
    display: none !important;
  }
  .\!inline {
    display: inline !important;
  }
  .block {
    display: block;
  }
  .contents {
    display: contents;
  }
  .flex {
    display: flex;
  }
  .grid {
    display: grid;
  }
  .hidden {
    display: none;
  }
  .inline {
    display: inline;
  }
  .inline\! {
    display: inline !important;
  }
  .inline-block {
    display: inline-block;
  }
  .inline-flex {
    display: inline-flex;
  }
  .inline-table {
    display: inline-table;
  }
  .list-item {
    display: list-item;
  }
  .table {
    display: table;
  }
  .table-caption {
    display: table-caption;
  }
  .table-cell {
    display: table-cell;
  }
  .table-column {
    display: table-column;
  }
  .table-column-group {
    display: table-column-group;
  }
  .table-footer-group {
    display: table-footer-group;
  }
  .table-header-group {
    display: table-header-group;
  }
  .table-row {
    display: table-row;
  }
  .table-row-group {
    display: table-row-group;
  }
  .aspect-4\/3 {
    aspect-ratio: var(--aspect-4\/3);
  }
  .aspect-16\/9 {
    aspect-ratio: var(--aspect-16\/9);
  }
  .h-\[1\.5rem\] {
    height: 1.5rem;
  }
  .h-\[1\.25rem\] {
    height: 1.25rem;
  }
  .h-\[2\.5rem\] {
    height: 2.5rem;
  }
  .h-auto {
    height: auto;
  }
  .h-full {
    height: 100%;
  }
  .h-md {
    height: var(--spacing-md);
  }
  .h-none {
    height: var(--spacing-none);
  }
  .h-sm {
    height: var(--spacing-sm);
  }
  .w-\[1\.5rem\] {
    width: 1.5rem;
  }
  .w-\[1\.25rem\] {
    width: 1.25rem;
  }
  .w-\[2\.5rem\] {
    width: 2.5rem;
  }
  .w-auto {
    width: auto;
  }
  .w-full {
    width: 100%;
  }
  .w-md {
    width: var(--spacing-md);
  }
  .w-none {
    width: var(--spacing-none);
  }
  .w-sm {
    width: var(--spacing-sm);
  }
  .w-xl {
    width: var(--spacing-xl);
  }
  .max-w-character {
    max-width: var(--spacing-character);
  }
  .max-w-character-lg {
    max-width: var(--spacing-character-lg);
  }
  .max-w-character-sm {
    max-width: var(--spacing-character-sm);
  }
  .max-w-container {
    max-width: var(--spacing-container);
  }
  .max-w-container-lg {
    max-width: var(--spacing-container-lg);
  }
  .max-w-container-sm {
    max-width: var(--spacing-container-sm);
  }
  .min-w-\[14rem\] {
    min-width: 14rem;
  }
  .min-w-xxl {
    min-width: var(--spacing-xxl);
  }
  .flex-1 {
    flex: 1;
  }
  .flex-auto {
    flex: auto;
  }
  .flex-none {
    flex: none;
  }
  .shrink {
    flex-shrink: 1;
  }
  .grow {
    flex-grow: 1;
  }
  .table-auto {
    table-layout: auto;
  }
  .border-collapse {
    border-collapse: collapse;
  }
  .-translate-x-\[50\%\] {
    --tw-translate-x: calc(50% * -1);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .-translate-y-\[100\%\] {
    --tw-translate-y: calc(100% * -1);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .transform {
    transform: var(--tw-rotate-x) var(--tw-rotate-y) var(--tw-rotate-z) var(--tw-skew-x) var(--tw-skew-y);
  }
  .cursor-pointer {
    cursor: pointer;
  }
  .resize {
    resize: both;
  }
  .resize-none {
    resize: none;
  }
  .list-inside {
    list-style-position: inside;
  }
  .list-disc {
    list-style-type: disc;
  }
  .appearance-none {
    appearance: none;
  }
  .grid-cols-6 {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
  .flex-col {
    flex-direction: column;
  }
  .flex-col-reverse {
    flex-direction: column-reverse;
  }
  .flex-row {
    flex-direction: row;
  }
  .flex-row-reverse {
    flex-direction: row-reverse;
  }
  .flex-wrap {
    flex-wrap: wrap;
  }
  .items-center {
    align-items: center;
  }
  .items-end {
    align-items: flex-end;
  }
  .items-start {
    align-items: flex-start;
  }
  .justify-between {
    justify-content: space-between;
  }
  .justify-center {
    justify-content: center;
  }
  .justify-end {
    justify-content: flex-end;
  }
  .gap-lg {
    gap: var(--spacing-lg);
  }
  .gap-md {
    gap: var(--spacing-md);
  }
  .gap-sm {
    gap: var(--spacing-sm);
  }
  .gap-xl {
    gap: var(--spacing-xl);
  }
  .gap-xs {
    gap: var(--spacing-xs);
  }
  .space-y-lg {
    :where(& > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(var(--spacing-lg) * var(--tw-space-y-reverse));
      margin-block-end: calc(var(--spacing-lg) * calc(1 - var(--tw-space-y-reverse)));
    }
  }
  .space-y-md {
    :where(& > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(var(--spacing-md) * var(--tw-space-y-reverse));
      margin-block-end: calc(var(--spacing-md) * calc(1 - var(--tw-space-y-reverse)));
    }
  }
  .space-y-sm {
    :where(& > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(var(--spacing-sm) * var(--tw-space-y-reverse));
      margin-block-end: calc(var(--spacing-sm) * calc(1 - var(--tw-space-y-reverse)));
    }
  }
  .space-y-xl {
    :where(& > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(var(--spacing-xl) * var(--tw-space-y-reverse));
      margin-block-end: calc(var(--spacing-xl) * calc(1 - var(--tw-space-y-reverse)));
    }
  }
  .space-y-xs {
    :where(& > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(var(--spacing-xs) * var(--tw-space-y-reverse));
      margin-block-end: calc(var(--spacing-xs) * calc(1 - var(--tw-space-y-reverse)));
    }
  }
  .gap-x-md {
    column-gap: var(--spacing-md);
  }
  .gap-x-sm {
    column-gap: var(--spacing-sm);
  }
  .space-x-sm {
    :where(& > :not(:last-child)) {
      --tw-space-x-reverse: 0;
      margin-inline-start: calc(var(--spacing-sm) * var(--tw-space-x-reverse));
      margin-inline-end: calc(var(--spacing-sm) * calc(1 - var(--tw-space-x-reverse)));
    }
  }
  .gap-y-sm {
    row-gap: var(--spacing-sm);
  }
  .gap-y-xl {
    row-gap: var(--spacing-xl);
  }
  .gap-y-xs {
    row-gap: var(--spacing-xs);
  }
  .truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .overflow-auto {
    overflow: auto;
  }
  .overflow-hidden {
    overflow: hidden;
  }
  .rounded-full {
    border-radius: calc(infinity * 1px);
  }
  .rounded-full {
    border-radius: var(--radius-full);
  }
  .rounded-rounded {
    border-radius: var(--radius-rounded);
  }
  .rounded-l-full {
    border-top-left-radius: calc(infinity * 1px);
    border-bottom-left-radius: calc(infinity * 1px);
  }
  .rounded-l-full {
    border-top-left-radius: var(--radius-full);
    border-bottom-left-radius: var(--radius-full);
  }
  .rounded-l-rounded {
    border-top-left-radius: var(--radius-rounded);
    border-bottom-left-radius: var(--radius-rounded);
  }
  .rounded-r-full {
    border-top-right-radius: calc(infinity * 1px);
    border-bottom-right-radius: calc(infinity * 1px);
  }
  .rounded-r-full {
    border-top-right-radius: var(--radius-full);
    border-bottom-right-radius: var(--radius-full);
  }
  .rounded-b-rounded {
    border-bottom-right-radius: var(--radius-rounded);
    border-bottom-left-radius: var(--radius-rounded);
  }
  .border {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }
  .border-t {
    border-top-style: var(--tw-border-style);
    border-top-width: 1px;
  }
  .border-b {
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 1px;
  }
  .border-border-accent {
    border-color: var(--color-border-accent);
  }
  .border-border-inverse {
    border-color: var(--color-border-inverse);
  }
  .border-border-primary {
    border-color: var(--color-border-primary);
  }
  .border-transparent {
    border-color: transparent;
  }
  .border-b-transparent {
    border-bottom-color: transparent;
  }
  .bg-\[\#f2f2f2\] {
    background-color: #f2f2f2;
  }
  .bg-surface-accent {
    background-color: var(--color-surface-accent);
  }
  .bg-surface-inverse-primary {
    background-color: var(--color-surface-inverse-primary);
  }
  .bg-surface-inverse-secondary {
    background-color: var(--color-surface-inverse-secondary);
  }
  .bg-surface-primary {
    background-color: var(--color-surface-primary);
  }
  .bg-surface-secondary {
    background-color: var(--color-surface-secondary);
  }
  .bg-\[url\(\'\/shop\/catalog\/view\/theme\/bramble\/svg\/icon-down\.svg\'\)\] {
    background-image: url('/shop/catalog/view/theme/bramble/svg/icon-down.svg');
  }
  .bg-contain {
    background-size: contain;
  }
  .bg-cover {
    background-size: cover;
  }
  .bg-\(position\:--backgroundPosition\) {
    background-position: var(--backgroundPosition);
  }
  .bg-\(position\:--backgroundPositionRight\) {
    background-position: var(--backgroundPositionRight);
  }
  .bg-center {
    background-position: center;
  }
  .bg-no-repeat {
    background-repeat: no-repeat;
  }
  .fill-icon-inverse {
    fill: var(--color-icon-inverse);
  }
  .p-lg {
    padding: var(--spacing-lg);
  }
  .p-md {
    padding: var(--spacing-md);
  }
  .p-sm {
    padding: var(--spacing-sm);
  }
  .px-lg {
    padding-inline: var(--spacing-lg);
  }
  .px-md {
    padding-inline: var(--spacing-md);
  }
  .px-sm {
    padding-inline: var(--spacing-sm);
  }
  .py-lg {
    padding-block: var(--spacing-lg);
  }
  .py-md {
    padding-block: var(--spacing-md);
  }
  .py-sm {
    padding-block: var(--spacing-sm);
  }
  .py-xs {
    padding-block: var(--spacing-xs);
  }
  .py-xxl {
    padding-block: var(--spacing-xxl);
  }
  .pt-lg {
    padding-top: var(--spacing-lg);
  }
  .pt-md {
    padding-top: var(--spacing-md);
  }
  .pt-xxl {
    padding-top: var(--spacing-xxl);
  }
  .pr-\[40px\] {
    padding-right: 40px;
  }
  .pb-lg {
    padding-bottom: var(--spacing-lg);
  }
  .pb-md {
    padding-bottom: var(--spacing-md);
  }
  .pb-xxl {
    padding-bottom: var(--spacing-xxl);
  }
  .pl-md {
    padding-left: var(--spacing-md);
  }
  .text-center {
    text-align: center;
  }
  .text-justify {
    text-align: justify;
  }
  .text-left {
    text-align: left;
  }
  .text-right {
    text-align: right;
  }
  .align-top {
    vertical-align: top;
  }
  .font-primary {
    font-family: var(--font-primary);
  }
  .text-lg {
    font-size: var(--text-lg);
    line-height: var(--tw-leading, var(--text-lg--line-height));
  }
  .text-md {
    font-size: var(--text-md);
    line-height: var(--tw-leading, var(--text-md--line-height));
  }
  .text-sm {
    font-size: var(--text-sm);
    line-height: var(--tw-leading, var(--text-sm--line-height));
  }
  .text-xl {
    font-size: var(--text-xl);
    line-height: var(--tw-leading, var(--text-xl--line-height));
  }
  .text-xs {
    font-size: var(--text-xs);
    line-height: var(--tw-leading, var(--text-xs--line-height));
  }
  .text-xxl {
    font-size: var(--text-xxl);
    line-height: var(--tw-leading, var(--text-xxl--line-height));
  }
  .text-\[12px\] {
    font-size: 12px;
  }
  .text-\[14px\] {
    font-size: 14px;
  }
  .font-400 {
    --tw-font-weight: var(--font-weight-400);
    font-weight: var(--font-weight-400);
  }
  .font-500 {
    --tw-font-weight: var(--font-weight-500);
    font-weight: var(--font-weight-500);
  }
  .text-balance {
    text-wrap: balance;
  }
  .text-nowrap {
    text-wrap: nowrap;
  }
  .text-text-accent {
    color: var(--color-text-accent);
  }
  .text-text-inverse-primary {
    color: var(--color-text-inverse-primary);
  }
  .text-text-inverse-secondary {
    color: var(--color-text-inverse-secondary);
  }
  .text-text-primary {
    color: var(--color-text-primary);
  }
  .text-text-secondary {
    color: var(--color-text-secondary);
  }
  .capitalize {
    text-transform: capitalize;
  }
  .lowercase {
    text-transform: lowercase;
  }
  .uppercase {
    text-transform: uppercase;
  }
  .italic {
    font-style: italic;
  }
  .not-italic {
    font-style: normal;
  }
  .ordinal {
    --tw-ordinal: ordinal;
    font-variant-numeric: var(--tw-ordinal,) var(--tw-slashed-zero,) var(--tw-numeric-figure,) var(--tw-numeric-spacing,) var(--tw-numeric-fraction,);
  }
  .line-through {
    text-decoration-line: line-through;
  }
  .overline {
    text-decoration-line: overline;
  }
  .underline {
    text-decoration-line: underline;
  }
  .opacity-0 {
    opacity: 0%;
  }
  .outline {
    outline-style: var(--tw-outline-style);
    outline-width: 1px;
  }
  .invert {
    --tw-invert: invert(100%);
    filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
  }
  .\!filter {
    filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,) !important;
  }
  .filter {
    filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
  }
  .backdrop-blur-sm {
    --tw-backdrop-blur: blur(var(--blur-sm));
    -webkit-backdrop-filter: var(--tw-backdrop-blur,) var(--tw-backdrop-brightness,) var(--tw-backdrop-contrast,) var(--tw-backdrop-grayscale,) var(--tw-backdrop-hue-rotate,) var(--tw-backdrop-invert,) var(--tw-backdrop-opacity,) var(--tw-backdrop-saturate,) var(--tw-backdrop-sepia,);
    backdrop-filter: var(--tw-backdrop-blur,) var(--tw-backdrop-brightness,) var(--tw-backdrop-contrast,) var(--tw-backdrop-grayscale,) var(--tw-backdrop-hue-rotate,) var(--tw-backdrop-invert,) var(--tw-backdrop-opacity,) var(--tw-backdrop-saturate,) var(--tw-backdrop-sepia,);
  }
  .transition {
    transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to, opacity, box-shadow, transform, translate, scale, rotate, filter, -webkit-backdrop-filter, backdrop-filter;
    transition-timing-function: var(--tw-ease, ease);
    transition-duration: var(--tw-duration, 0s);
  }
  .duration-20 {
    --tw-duration: 20ms;
    transition-duration: 20ms;
  }
  .duration-150 {
    --tw-duration: 150ms;
    transition-duration: 150ms;
  }
  .outline-none {
    --tw-outline-style: none;
    outline-style: none;
  }
  .select-all {
    -webkit-user-select: all;
    user-select: all;
  }
  .group-hover\/footer\:border-border-inverse {
    &:is(:where(.group\/footer):hover *) {
      @media (hover: hover) {
        border-color: var(--color-border-inverse);
      }
    }
  }
  .group-hover\/product\:scale-120 {
    &:is(:where(.group\/product):hover *) {
      @media (hover: hover) {
        --tw-scale-x: 120%;
        --tw-scale-y: 120%;
        --tw-scale-z: 120%;
        scale: var(--tw-scale-x) var(--tw-scale-y);
      }
    }
  }
  .selection\:bg-surface-accent {
    & *::selection {
      background-color: var(--color-surface-accent);
    }
    &::selection {
      background-color: var(--color-surface-accent);
    }
  }
  .selection\:text-text-inverse-primary {
    & *::selection {
      color: var(--color-text-inverse-primary);
    }
    &::selection {
      color: var(--color-text-inverse-primary);
    }
  }
  .placeholder\:text-text-secondary {
    &::placeholder {
      color: var(--color-text-secondary);
    }
  }
  .before\:absolute {
    &::before {
      content: var(--tw-content);
      position: absolute;
    }
  }
  .before\:fixed {
    &::before {
      content: var(--tw-content);
      position: fixed;
    }
  }
  .before\:top-none {
    &::before {
      content: var(--tw-content);
      top: var(--spacing-none);
    }
  }
  .before\:left-none {
    &::before {
      content: var(--tw-content);
      left: var(--spacing-none);
    }
  }
  .before\:z-30 {
    &::before {
      content: var(--tw-content);
      z-index: 30;
    }
  }
  .before\:block {
    &::before {
      content: var(--tw-content);
      display: block;
    }
  }
  .before\:flex {
    &::before {
      content: var(--tw-content);
      display: flex;
    }
  }
  .before\:inline-block {
    &::before {
      content: var(--tw-content);
      display: inline-block;
    }
  }
  .before\:h-full {
    &::before {
      content: var(--tw-content);
      height: 100%;
    }
  }
  .before\:h-screen {
    &::before {
      content: var(--tw-content);
      height: 100vh;
    }
  }
  .before\:h-sm {
    &::before {
      content: var(--tw-content);
      height: var(--spacing-sm);
    }
  }
  .before\:w-full {
    &::before {
      content: var(--tw-content);
      width: 100%;
    }
  }
  .before\:w-sm {
    &::before {
      content: var(--tw-content);
      width: var(--spacing-sm);
    }
  }
  .before\:items-center {
    &::before {
      content: var(--tw-content);
      align-items: center;
    }
  }
  .before\:justify-center {
    &::before {
      content: var(--tw-content);
      justify-content: center;
    }
  }
  .before\:rounded-rounded {
    &::before {
      content: var(--tw-content);
      border-radius: var(--radius-rounded);
    }
  }
  .before\:bg-surface-accent {
    &::before {
      content: var(--tw-content);
      background-color: var(--color-surface-accent);
    }
  }
  .before\:bg-surface-inverse-primary {
    &::before {
      content: var(--tw-content);
      background-color: var(--color-surface-inverse-primary);
    }
  }
  .before\:bg-surface-primary {
    &::before {
      content: var(--tw-content);
      background-color: var(--color-surface-primary);
    }
  }
  .before\:text-md {
    &::before {
      content: var(--tw-content);
      font-size: var(--text-md);
      line-height: var(--tw-leading, var(--text-md--line-height));
    }
  }
  .before\:text-text-inverse-primary {
    &::before {
      content: var(--tw-content);
      color: var(--color-text-inverse-primary);
    }
  }
  .before\:opacity-10 {
    &::before {
      content: var(--tw-content);
      opacity: 10%;
    }
  }
  .before\:opacity-30 {
    &::before {
      content: var(--tw-content);
      opacity: 30%;
    }
  }
  .before\:content-\[\'Loading\.\.\.\'\] {
    &::before {
      content: var(--tw-content);
      --tw-content: 'Loading...';
      content: var(--tw-content);
    }
  }
  .after\:ml-xs {
    &::after {
      content: var(--tw-content);
      margin-left: var(--spacing-xs);
    }
  }
  .after\:text-text-accent {
    &::after {
      content: var(--tw-content);
      color: var(--color-text-accent);
    }
  }
  .after\:content-\[\'\*\'\] {
    &::after {
      content: var(--tw-content);
      --tw-content: '*';
      content: var(--tw-content);
    }
  }
  .after\:content-\[\\\'\*\\\'\] {
    &::after {
      content: var(--tw-content);
      --tw-content: \'*\';
      content: var(--tw-content);
    }
  }
  .target\:flex {
    &:target {
      display: flex;
    }
  }
  .checked\:bg-\[url\(\'\/shop\/catalog\/view\/theme\/bramble\/svg\/icon-tick\.svg\'\)\] {
    &:checked {
      background-image: url('/shop/catalog/view/theme/bramble/svg/icon-tick.svg');
    }
  }
  .checked\:before\:bg-surface-accent {
    &:checked {
      &::before {
        content: var(--tw-content);
        background-color: var(--color-surface-accent);
      }
    }
  }
  .focus-within\:outline-2 {
    &:focus-within {
      outline-style: var(--tw-outline-style);
      outline-width: 2px;
    }
  }
  .focus-within\:outline-offset-2 {
    &:focus-within {
      outline-offset: 2px;
    }
  }
  .focus-within\:outline-border-accent {
    &:focus-within {
      outline-color: var(--color-border-accent);
    }
  }
  .hover\:scale-120 {
    &:hover {
      @media (hover: hover) {
        --tw-scale-x: 120%;
        --tw-scale-y: 120%;
        --tw-scale-z: 120%;
        scale: var(--tw-scale-x) var(--tw-scale-y);
      }
    }
  }
  .hover\:border-border-accent {
    &:hover {
      @media (hover: hover) {
        border-color: var(--color-border-accent);
      }
    }
  }
  .hover\:border-border-inverse {
    &:hover {
      @media (hover: hover) {
        border-color: var(--color-border-inverse);
      }
    }
  }
  .hover\:border-border-primary {
    &:hover {
      @media (hover: hover) {
        border-color: var(--color-border-primary);
      }
    }
  }
  .hover\:bg-surface-secondary {
    &:hover {
      @media (hover: hover) {
        background-color: var(--color-surface-secondary);
      }
    }
  }
  .hover\:fill-icon-accent {
    &:hover {
      @media (hover: hover) {
        fill: var(--color-icon-accent);
      }
    }
  }
  .hover\:text-text-accent {
    &:hover {
      @media (hover: hover) {
        color: var(--color-text-accent);
      }
    }
  }
  .hover\:outline-2 {
    &:hover {
      @media (hover: hover) {
        outline-style: var(--tw-outline-style);
        outline-width: 2px;
      }
    }
  }
  .hover\:outline-border-accent {
    &:hover {
      @media (hover: hover) {
        outline-color: var(--color-border-accent);
      }
    }
  }
  .hover\:outline-border-black {
    &:hover {
      @media (hover: hover) {
        outline-color: var(--color-border-black);
      }
    }
  }
  .hover\:outline-border-primary {
    &:hover {
      @media (hover: hover) {
        outline-color: var(--color-border-primary);
      }
    }
  }
  .focus\:static {
    &:focus {
      position: static;
    }
  }
  .focus\:-translate-y-none {
    &:focus {
      --tw-translate-y: calc(var(--spacing-none) * -1);
      translate: var(--tw-translate-x) var(--tw-translate-y);
    }
  }
  .focus\:rounded-rounded {
    &:focus {
      border-radius: var(--radius-rounded);
    }
  }
  .focus\:bg-surface-accent {
    &:focus {
      background-color: var(--color-surface-accent);
    }
  }
  .focus\:bg-surface-secondary {
    &:focus {
      background-color: var(--color-surface-secondary);
    }
  }
  .focus\:text-text-inverse-primary {
    &:focus {
      color: var(--color-text-inverse-primary);
    }
  }
  .focus\:outline-0 {
    &:focus {
      outline-style: var(--tw-outline-style);
      outline-width: 0px;
    }
  }
  .focus\:outline-2 {
    &:focus {
      outline-style: var(--tw-outline-style);
      outline-width: 2px;
    }
  }
  .focus\:outline-offset-2 {
    &:focus {
      outline-offset: 2px;
    }
  }
  .focus\:outline-offset-4 {
    &:focus {
      outline-offset: 4px;
    }
  }
  .focus\:outline-border-accent {
    &:focus {
      outline-color: var(--color-border-accent);
    }
  }
  .focus\:outline-border-black {
    &:focus {
      outline-color: var(--color-border-black);
    }
  }
  .focus\:outline-none {
    &:focus {
      --tw-outline-style: none;
      outline-style: none;
    }
  }
  .disabled\:cursor-not-allowed {
    &:disabled {
      cursor: not-allowed;
    }
  }
  .disabled\:opacity-50 {
    &:disabled {
      opacity: 50%;
    }
  }
  .disabled\:hover\:outline-none {
    &:disabled {
      &:hover {
        @media (hover: hover) {
          --tw-outline-style: none;
          outline-style: none;
        }
      }
    }
  }
  .has-checked\:border-border-accent {
    &:has(*:checked) {
      border-color: var(--color-border-accent);
    }
  }
  .has-checked\:text-text-accent {
    &:has(*:checked) {
      color: var(--color-text-accent);
    }
  }
  .max-sm\:flex-col {
    @media (width < 620px) {
      flex-direction: column;
    }
  }
  .xs\:block {
    @media (width >= 420px) {
      display: block;
    }
  }
  .xs\:grid-cols-2 {
    @media (width >= 420px) {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }
  .sm\:relative {
    @media (width >= 620px) {
      position: relative;
    }
  }
  .sm\:col-span-1 {
    @media (width >= 620px) {
      grid-column: span 1 / span 1;
    }
  }
  .sm\:col-span-2 {
    @media (width >= 620px) {
      grid-column: span 2 / span 2;
    }
  }
  .sm\:aspect-3\/4 {
    @media (width >= 620px) {
      aspect-ratio: var(--aspect-3\/4);
    }
  }
  .sm\:aspect-auto {
    @media (width >= 620px) {
      aspect-ratio: auto;
    }
  }
  .sm\:w-\[32rem\] {
    @media (width >= 620px) {
      width: 32rem;
    }
  }
  .sm\:auto-rows-fr {
    @media (width >= 620px) {
      grid-auto-rows: minmax(0, 1fr);
    }
  }
  .sm\:grid-cols-2 {
    @media (width >= 620px) {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }
  .sm\:grid-cols-3 {
    @media (width >= 620px) {
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }
  }
  .sm\:flex-row {
    @media (width >= 620px) {
      flex-direction: row;
    }
  }
  .sm\:justify-end {
    @media (width >= 620px) {
      justify-content: flex-end;
    }
  }
  .sm\:gap-lg {
    @media (width >= 620px) {
      gap: var(--spacing-lg);
    }
  }
  .sm\:gap-sm {
    @media (width >= 620px) {
      gap: var(--spacing-sm);
    }
  }
  .sm\:space-y-lg {
    @media (width >= 620px) {
      :where(& > :not(:last-child)) {
        --tw-space-y-reverse: 0;
        margin-block-start: calc(var(--spacing-lg) * var(--tw-space-y-reverse));
        margin-block-end: calc(var(--spacing-lg) * calc(1 - var(--tw-space-y-reverse)));
      }
    }
  }
  .sm\:border-none {
    @media (width >= 620px) {
      --tw-border-style: none;
      border-style: none;
    }
  }
  .sm\:bg-\[auto_120\%\] {
    @media (width >= 620px) {
      background-size: auto 120%;
    }
  }
  .sm\:bg-cover {
    @media (width >= 620px) {
      background-size: cover;
    }
  }
  .sm\:bg-center {
    @media (width >= 620px) {
      background-position: center;
    }
  }
  .sm\:bg-no-repeat {
    @media (width >= 620px) {
      background-repeat: no-repeat;
    }
  }
  .sm\:p-lg {
    @media (width >= 620px) {
      padding: var(--spacing-lg);
    }
  }
  .sm\:p-none {
    @media (width >= 620px) {
      padding: var(--spacing-none);
    }
  }
  .sm\:pt-none {
    @media (width >= 620px) {
      padding-top: var(--spacing-none);
    }
  }
  .sm\:pt-xxl {
    @media (width >= 620px) {
      padding-top: var(--spacing-xxl);
    }
  }
  .sm\:text-balance {
    @media (width >= 620px) {
      text-wrap: balance;
    }
  }
  .sm\:text-text-inverse-primary {
    @media (width >= 620px) {
      color: var(--color-text-inverse-primary);
    }
  }
  .sm\:before\:absolute {
    @media (width >= 620px) {
      &::before {
        content: var(--tw-content);
        position: absolute;
      }
    }
  }
  .sm\:before\:top-none {
    @media (width >= 620px) {
      &::before {
        content: var(--tw-content);
        top: var(--spacing-none);
      }
    }
  }
  .sm\:before\:left-none {
    @media (width >= 620px) {
      &::before {
        content: var(--tw-content);
        left: var(--spacing-none);
      }
    }
  }
  .sm\:before\:hidden {
    @media (width >= 620px) {
      &::before {
        content: var(--tw-content);
        display: none;
      }
    }
  }
  .sm\:before\:h-full {
    @media (width >= 620px) {
      &::before {
        content: var(--tw-content);
        height: 100%;
      }
    }
  }
  .sm\:before\:w-full {
    @media (width >= 620px) {
      &::before {
        content: var(--tw-content);
        width: 100%;
      }
    }
  }
  .sm\:before\:bg-surface-inverse-primary {
    @media (width >= 620px) {
      &::before {
        content: var(--tw-content);
        background-color: var(--color-surface-inverse-primary);
      }
    }
  }
  .sm\:before\:opacity-10 {
    @media (width >= 620px) {
      &::before {
        content: var(--tw-content);
        opacity: 10%;
      }
    }
  }
  .sm\:hover\:bg-\[auto_140\%\] {
    @media (width >= 620px) {
      &:hover {
        @media (hover: hover) {
          background-size: auto 140%;
        }
      }
    }
  }
  .md\:col-span-3 {
    @media (width >= 768px) {
      grid-column: span 3 / span 3;
    }
  }
  .md\:col-span-5 {
    @media (width >= 768px) {
      grid-column: span 5 / span 5;
    }
  }
  .md\:col-span-7 {
    @media (width >= 768px) {
      grid-column: span 7 / span 7;
    }
  }
  .md\:col-start-1 {
    @media (width >= 768px) {
      grid-column-start: 1;
    }
  }
  .md\:col-start-8 {
    @media (width >= 768px) {
      grid-column-start: 8;
    }
  }
  .md\:row-start-1 {
    @media (width >= 768px) {
      grid-row-start: 1;
    }
  }
  .md\:h-\[3rem\] {
    @media (width >= 768px) {
      height: 3rem;
    }
  }
  .md\:grid-cols-2 {
    @media (width >= 768px) {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }
  .md\:grid-cols-3 {
    @media (width >= 768px) {
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }
  }
  .md\:grid-cols-12 {
    @media (width >= 768px) {
      grid-template-columns: repeat(12, minmax(0, 1fr));
    }
  }
  .md\:gap-md {
    @media (width >= 768px) {
      gap: var(--spacing-md);
    }
  }
  .lg\:absolute {
    @media (width >= 1024px) {
      position: absolute;
    }
  }
  .lg\:relative {
    @media (width >= 1024px) {
      position: relative;
    }
  }
  .lg\:sticky {
    @media (width >= 1024px) {
      position: sticky;
    }
  }
  .lg\:top-md {
    @media (width >= 1024px) {
      top: var(--spacing-md);
    }
  }
  .lg\:top-none {
    @media (width >= 1024px) {
      top: var(--spacing-none);
    }
  }
  .lg\:right-none {
    @media (width >= 1024px) {
      right: var(--spacing-none);
    }
  }
  .lg\:left-none {
    @media (width >= 1024px) {
      left: var(--spacing-none);
    }
  }
  .lg\:z-10 {
    @media (width >= 1024px) {
      z-index: 10;
    }
  }
  .lg\:col-span-1 {
    @media (width >= 1024px) {
      grid-column: span 1 / span 1;
    }
  }
  .lg\:col-span-2 {
    @media (width >= 1024px) {
      grid-column: span 2 / span 2;
    }
  }
  .lg\:col-span-3 {
    @media (width >= 1024px) {
      grid-column: span 3 / span 3;
    }
  }
  .lg\:col-span-9 {
    @media (width >= 1024px) {
      grid-column: span 9 / span 9;
    }
  }
  .lg\:col-span-12 {
    @media (width >= 1024px) {
      grid-column: span 12 / span 12;
    }
  }
  .lg\:block {
    @media (width >= 1024px) {
      display: block;
    }
  }
  .lg\:flex {
    @media (width >= 1024px) {
      display: flex;
    }
  }
  .lg\:aspect-auto {
    @media (width >= 1024px) {
      aspect-ratio: auto;
    }
  }
  .lg\:w-\[50\%\] {
    @media (width >= 1024px) {
      width: 50%;
    }
  }
  .lg\:w-\[75\%\] {
    @media (width >= 1024px) {
      width: 75%;
    }
  }
  .lg\:min-w-\[14rem\] {
    @media (width >= 1024px) {
      min-width: 14rem;
    }
  }
  .lg\:grid-cols-1 {
    @media (width >= 1024px) {
      grid-template-columns: repeat(1, minmax(0, 1fr));
    }
  }
  .lg\:grid-cols-2 {
    @media (width >= 1024px) {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }
  .lg\:grid-cols-3 {
    @media (width >= 1024px) {
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }
  }
  .lg\:grid-cols-4 {
    @media (width >= 1024px) {
      grid-template-columns: repeat(4, minmax(0, 1fr));
    }
  }
  .lg\:grid-cols-5 {
    @media (width >= 1024px) {
      grid-template-columns: repeat(5, minmax(0, 1fr));
    }
  }
  .lg\:grid-cols-12 {
    @media (width >= 1024px) {
      grid-template-columns: repeat(12, minmax(0, 1fr));
    }
  }
  .lg\:grid-cols-none {
    @media (width >= 1024px) {
      grid-template-columns: none;
    }
  }
  .lg\:flex-wrap {
    @media (width >= 1024px) {
      flex-wrap: wrap;
    }
  }
  .lg\:justify-end {
    @media (width >= 1024px) {
      justify-content: flex-end;
    }
  }
  .lg\:space-y-none {
    @media (width >= 1024px) {
      :where(& > :not(:last-child)) {
        --tw-space-y-reverse: 0;
        margin-block-start: calc(var(--spacing-none) * var(--tw-space-y-reverse));
        margin-block-end: calc(var(--spacing-none) * calc(1 - var(--tw-space-y-reverse)));
      }
    }
  }
  .lg\:rounded-rounded {
    @media (width >= 1024px) {
      border-radius: var(--radius-rounded);
    }
  }
  .lg\:rounded-r-rounded {
    @media (width >= 1024px) {
      border-top-right-radius: var(--radius-rounded);
      border-bottom-right-radius: var(--radius-rounded);
    }
  }
  .lg\:bg-surface-primary {
    @media (width >= 1024px) {
      background-color: var(--color-surface-primary);
    }
  }
  .lg\:p-lg {
    @media (width >= 1024px) {
      padding: var(--spacing-lg);
    }
  }
  .lg\:py-xxl {
    @media (width >= 1024px) {
      padding-block: var(--spacing-xxl);
    }
  }
  .lg\:text-md {
    @media (width >= 1024px) {
      font-size: var(--text-md);
      line-height: var(--tw-leading, var(--text-md--line-height));
    }
  }
  .lg\:text-xl {
    @media (width >= 1024px) {
      font-size: var(--text-xl);
      line-height: var(--tw-leading, var(--text-xl--line-height));
    }
  }
  .lg\:last\:hidden {
    @media (width >= 1024px) {
      &:last-child {
        display: none;
      }
    }
  }
  .xl\:absolute {
    @media (width >= 1440px) {
      position: absolute;
    }
  }
  .xl\:relative {
    @media (width >= 1440px) {
      position: relative;
    }
  }
  .xl\:top-full {
    @media (width >= 1440px) {
      top: 100%;
    }
  }
  .xl\:left-none {
    @media (width >= 1440px) {
      left: var(--spacing-none);
    }
  }
  .xl\:z-30 {
    @media (width >= 1440px) {
      z-index: 30;
    }
  }
  .xl\:col-span-1 {
    @media (width >= 1440px) {
      grid-column: span 1 / span 1;
    }
  }
  .xl\:col-span-2 {
    @media (width >= 1440px) {
      grid-column: span 2 / span 2;
    }
  }
  .xl\:col-span-5 {
    @media (width >= 1440px) {
      grid-column: span 5 / span 5;
    }
  }
  .xl\:col-span-8 {
    @media (width >= 1440px) {
      grid-column: span 8 / span 8;
    }
  }
  .xl\:block {
    @media (width >= 1440px) {
      display: block;
    }
  }
  .xl\:flex {
    @media (width >= 1440px) {
      display: flex;
    }
  }
  .xl\:hidden {
    @media (width >= 1440px) {
      display: none;
    }
  }
  .xl\:h-auto {
    @media (width >= 1440px) {
      height: auto;
    }
  }
  .xl\:min-h-\[80vh\] {
    @media (width >= 1440px) {
      min-height: 80vh;
    }
  }
  .xl\:w-auto {
    @media (width >= 1440px) {
      width: auto;
    }
  }
  .xl\:w-full {
    @media (width >= 1440px) {
      width: 100%;
    }
  }
  .xl\:flex-1 {
    @media (width >= 1440px) {
      flex: 1;
    }
  }
  .xl\:flex-none {
    @media (width >= 1440px) {
      flex: none;
    }
  }
  .xl\:grid-cols-2 {
    @media (width >= 1440px) {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }
  .xl\:grid-cols-4 {
    @media (width >= 1440px) {
      grid-template-columns: repeat(4, minmax(0, 1fr));
    }
  }
  .xl\:grid-cols-5 {
    @media (width >= 1440px) {
      grid-template-columns: repeat(5, minmax(0, 1fr));
    }
  }
  .xl\:flex-col {
    @media (width >= 1440px) {
      flex-direction: column;
    }
  }
  .xl\:flex-row {
    @media (width >= 1440px) {
      flex-direction: row;
    }
  }
  .xl\:items-center {
    @media (width >= 1440px) {
      align-items: center;
    }
  }
  .xl\:justify-end {
    @media (width >= 1440px) {
      justify-content: flex-end;
    }
  }
  .xl\:gap-md {
    @media (width >= 1440px) {
      gap: var(--spacing-md);
    }
  }
  .xl\:gap-sm {
    @media (width >= 1440px) {
      gap: var(--spacing-sm);
    }
  }
  .xl\:space-y-none {
    @media (width >= 1440px) {
      :where(& > :not(:last-child)) {
        --tw-space-y-reverse: 0;
        margin-block-start: calc(var(--spacing-none) * var(--tw-space-y-reverse));
        margin-block-end: calc(var(--spacing-none) * calc(1 - var(--tw-space-y-reverse)));
      }
    }
  }
  .xl\:space-y-xl {
    @media (width >= 1440px) {
      :where(& > :not(:last-child)) {
        --tw-space-y-reverse: 0;
        margin-block-start: calc(var(--spacing-xl) * var(--tw-space-y-reverse));
        margin-block-end: calc(var(--spacing-xl) * calc(1 - var(--tw-space-y-reverse)));
      }
    }
  }
  .xl\:overflow-visible {
    @media (width >= 1440px) {
      overflow: visible;
    }
  }
  .xl\:border-y {
    @media (width >= 1440px) {
      border-block-style: var(--tw-border-style);
      border-block-width: 1px;
    }
  }
  .xl\:border-border-primary {
    @media (width >= 1440px) {
      border-color: var(--color-border-primary);
    }
  }
  .xl\:bg-surface-primary {
    @media (width >= 1440px) {
      background-color: var(--color-surface-primary);
    }
  }
  .xl\:p-lg {
    @media (width >= 1440px) {
      padding: var(--spacing-lg);
    }
  }
  .xl\:p-none {
    @media (width >= 1440px) {
      padding: var(--spacing-none);
    }
  }
  .xl\:pl-none {
    @media (width >= 1440px) {
      padding-left: var(--spacing-none);
    }
  }
  .xl\:text-lg {
    @media (width >= 1440px) {
      font-size: var(--text-lg);
      line-height: var(--tw-leading, var(--text-lg--line-height));
    }
  }
  .xl\:text-xs {
    @media (width >= 1440px) {
      font-size: var(--text-xs);
      line-height: var(--tw-leading, var(--text-xs--line-height));
    }
  }
  .xl\:text-text-primary {
    @media (width >= 1440px) {
      color: var(--color-text-primary);
    }
  }
  .xl\:group-hover\/nav-dropdown\:grid {
    @media (width >= 1440px) {
      &:is(:where(.group\/nav-dropdown):hover *) {
        @media (hover: hover) {
          display: grid;
        }
      }
    }
  }
  .xl\:last\:block {
    @media (width >= 1440px) {
      &:last-child {
        display: block;
      }
    }
  }
  .xl\:last\:flex {
    @media (width >= 1440px) {
      &:last-child {
        display: flex;
      }
    }
  }
  .xl\:hover\:border-border-primary {
    @media (width >= 1440px) {
      &:hover {
        @media (hover: hover) {
          border-color: var(--color-border-primary);
        }
      }
    }
  }
  .xl\:focus\:bg-surface-secondary {
    @media (width >= 1440px) {
      &:focus {
        background-color: var(--color-surface-secondary);
      }
    }
  }
  .prose-headings\:text-sm {
    & :is(:where(h1, h2, h3, h4, h5, h6, th):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
      font-size: var(--text-sm);
      line-height: var(--tw-leading, var(--text-sm--line-height));
    }
  }
  .prose-headings\:font-500 {
    & :is(:where(h1, h2, h3, h4, h5, h6, th):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
      --tw-font-weight: var(--font-weight-500);
      font-weight: var(--font-weight-500);
    }
  }
  .prose-headings\:text-text-primary {
    & :is(:where(h1, h2, h3, h4, h5, h6, th):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
      color: var(--color-text-primary);
    }
  }
  .prose-h1\:text-xxl {
    & :is(:where(h1):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
      font-size: var(--text-xxl);
      line-height: var(--tw-leading, var(--text-xxl--line-height));
    }
  }
  .prose-h1\:font-400 {
    & :is(:where(h1):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
      --tw-font-weight: var(--font-weight-400);
      font-weight: var(--font-weight-400);
    }
  }
  .prose-h1\:text-text-primary {
    & :is(:where(h1):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
      color: var(--color-text-primary);
    }
  }
  .prose-h2\:text-xl {
    & :is(:where(h2):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
      font-size: var(--text-xl);
      line-height: var(--tw-leading, var(--text-xl--line-height));
    }
  }
  .prose-h2\:font-400 {
    & :is(:where(h2):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
      --tw-font-weight: var(--font-weight-400);
      font-weight: var(--font-weight-400);
    }
  }
  .prose-h2\:text-text-primary {
    & :is(:where(h2):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
      color: var(--color-text-primary);
    }
  }
  .prose-h3\:text-lg {
    & :is(:where(h3):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
      font-size: var(--text-lg);
      line-height: var(--tw-leading, var(--text-lg--line-height));
    }
  }
  .prose-h3\:text-text-primary {
    & :is(:where(h3):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
      color: var(--color-text-primary);
    }
  }
  .prose-h4\:text-md {
    & :is(:where(h4):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
      font-size: var(--text-md);
      line-height: var(--tw-leading, var(--text-md--line-height));
    }
  }
  .prose-h4\:font-400 {
    & :is(:where(h4):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
      --tw-font-weight: var(--font-weight-400);
      font-weight: var(--font-weight-400);
    }
  }
  .prose-h4\:text-text-primary {
    & :is(:where(h4):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
      color: var(--color-text-primary);
    }
  }
  .prose-h5\:text-sm {
    & :is(:where(h5):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
      font-size: var(--text-sm);
      line-height: var(--tw-leading, var(--text-sm--line-height));
    }
  }
  .prose-h5\:font-500 {
    & :is(:where(h5):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
      --tw-font-weight: var(--font-weight-500);
      font-weight: var(--font-weight-500);
    }
  }
  .prose-h5\:text-text-primary {
    & :is(:where(h5):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
      color: var(--color-text-primary);
    }
  }
  .prose-h6\:text-xs {
    & :is(:where(h6):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
      font-size: var(--text-xs);
      line-height: var(--tw-leading, var(--text-xs--line-height));
    }
  }
  .prose-h6\:font-500 {
    & :is(:where(h6):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
      --tw-font-weight: var(--font-weight-500);
      font-weight: var(--font-weight-500);
    }
  }
  .prose-h6\:text-text-primary {
    & :is(:where(h6):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
      color: var(--color-text-primary);
    }
  }
  .prose-a\:mx-sm {
    & :is(:where(a):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
      margin-inline: var(--spacing-sm);
    }
  }
  .prose-a\:inline-block {
    & :is(:where(a):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
      display: inline-block;
    }
  }
  .prose-a\:border-b {
    & :is(:where(a):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
      border-bottom-style: var(--tw-border-style);
      border-bottom-width: 1px;
    }
  }
  .prose-a\:border-border-accent {
    & :is(:where(a):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
      border-color: var(--color-border-accent);
    }
  }
  .prose-a\:py-xs {
    & :is(:where(a):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
      padding-block: var(--spacing-xs);
    }
  }
  .prose-a\:text-text-inverse-primary {
    & :is(:where(a):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
      color: var(--color-text-inverse-primary);
    }
  }
  .prose-a\:text-text-primary {
    & :is(:where(a):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
      color: var(--color-text-primary);
    }
  }
  .prose-a\:transition {
    & :is(:where(a):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
      transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to, opacity, box-shadow, transform, translate, scale, rotate, filter, -webkit-backdrop-filter, backdrop-filter;
      transition-timing-function: var(--tw-ease, ease);
      transition-duration: var(--tw-duration, 0s);
    }
  }
  .prose-a\:duration-150 {
    & :is(:where(a):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
      --tw-duration: 150ms;
      transition-duration: 150ms;
    }
  }
  .prose-a\:hover\:border-border-inverse {
    & :is(:where(a):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
      &:hover {
        @media (hover: hover) {
          border-color: var(--color-border-inverse);
        }
      }
    }
  }
  .prose-a\:hover\:border-border-primary {
    & :is(:where(a):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
      &:hover {
        @media (hover: hover) {
          border-color: var(--color-border-primary);
        }
      }
    }
  }
  .prose-a\:focus\:bg-surface-accent {
    & :is(:where(a):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
      &:focus {
        background-color: var(--color-surface-accent);
      }
    }
  }
  .prose-a\:focus\:bg-surface-inverse-secondary {
    & :is(:where(a):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
      &:focus {
        background-color: var(--color-surface-inverse-secondary);
      }
    }
  }
  .prose-a\:focus\:bg-surface-secondary {
    & :is(:where(a):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
      &:focus {
        background-color: var(--color-surface-secondary);
      }
    }
  }
  .prose-a\:focus\:text-text-inverse-primary {
    & :is(:where(a):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
      &:focus {
        color: var(--color-text-inverse-primary);
      }
    }
  }
  .prose-a\:focus\:outline-0 {
    & :is(:where(a):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
      &:focus {
        outline-style: var(--tw-outline-style);
        outline-width: 0px;
      }
    }
  }
  .prose-ol\:list-inside {
    & :is(:where(ol):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
      list-style-position: inside;
    }
  }
  .prose-ol\:list-decimal {
    & :is(:where(ol):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
      list-style-type: decimal;
    }
  }
  .prose-ul\:list-inside {
    & :is(:where(ul):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
      list-style-position: inside;
    }
  }
  .prose-ul\:list-disc {
    & :is(:where(ul):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
      list-style-type: disc;
    }
  }
  .prose-ul\:marker\:text-text-primary {
    & :is(:where(ul):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
      & *::marker {
        color: var(--color-text-primary);
      }
      &::marker {
        color: var(--color-text-primary);
      }
    }
  }
  .has-checked\:\[\&_\*\]\:text-text-accent {
    &:has(*:checked) {
      & * {
        color: var(--color-text-accent);
      }
    }
  }
}
@media (width >= 768px) {
  :root {
    --font-scale: 1.333;
  }
}
@media (width >= 1024px) {
  :root {
    --font-scale: 1.414;
    --spacing-lg: 2rem;
    --spacing-xl: 4rem;
    --spacing-xxl: 8rem;
  }
}
.splide__arrows .splide__arrow--prev svg {
  transform: none;
}
.review-input:checked ~ .review-star svg path {
  fill: var(--color-icon-primary);
}
.iframe iframe {
  aspect-ratio: 16/9;
  height: auto;
  width: 100%;
}
@property --tw-translate-x {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-translate-y {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-translate-z {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-rotate-x {
  syntax: "*";
  inherits: false;
  initial-value: rotateX(0);
}
@property --tw-rotate-y {
  syntax: "*";
  inherits: false;
  initial-value: rotateY(0);
}
@property --tw-rotate-z {
  syntax: "*";
  inherits: false;
  initial-value: rotateZ(0);
}
@property --tw-skew-x {
  syntax: "*";
  inherits: false;
  initial-value: skewX(0);
}
@property --tw-skew-y {
  syntax: "*";
  inherits: false;
  initial-value: skewY(0);
}
@property --tw-space-y-reverse {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-space-x-reverse {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-font-weight {
  syntax: "*";
  inherits: false;
}
@property --tw-ordinal {
  syntax: "*";
  inherits: false;
}
@property --tw-slashed-zero {
  syntax: "*";
  inherits: false;
}
@property --tw-numeric-figure {
  syntax: "*";
  inherits: false;
}
@property --tw-numeric-spacing {
  syntax: "*";
  inherits: false;
}
@property --tw-numeric-fraction {
  syntax: "*";
  inherits: false;
}
@property --tw-outline-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-blur {
  syntax: "*";
  inherits: false;
}
@property --tw-brightness {
  syntax: "*";
  inherits: false;
}
@property --tw-contrast {
  syntax: "*";
  inherits: false;
}
@property --tw-grayscale {
  syntax: "*";
  inherits: false;
}
@property --tw-hue-rotate {
  syntax: "*";
  inherits: false;
}
@property --tw-invert {
  syntax: "*";
  inherits: false;
}
@property --tw-opacity {
  syntax: "*";
  inherits: false;
}
@property --tw-saturate {
  syntax: "*";
  inherits: false;
}
@property --tw-sepia {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-blur {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-brightness {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-contrast {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-grayscale {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-hue-rotate {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-invert {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-opacity {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-saturate {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-sepia {
  syntax: "*";
  inherits: false;
}
@property --tw-duration {
  syntax: "*";
  inherits: false;
}
@property --tw-scale-x {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}
@property --tw-scale-y {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}
@property --tw-scale-z {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}
@property --tw-content {
  syntax: "*";
  initial-value: "";
  inherits: false;
}
